From 6d995b47619e5623e686908c65b439bbb4529350 Mon Sep 17 00:00:00 2001 From: PercyDan54 <50285552+PercyDan54@users.noreply.github.com> Date: Sun, 7 Aug 2022 09:24:07 +0800 Subject: [PATCH] Remove binary and add .gitignore --- .gitignore | 454 + bin/Debug/EasyToInstall.exe | Bin 151552 -> 0 bytes bin/Debug/EasyToInstall.exe.config | 6 - bin/Debug/EasyToInstall.ico | Bin 67646 -> 0 bytes bin/Debug/EasyToInstall.pdb | Bin 46592 -> 0 bytes bin/Debug/adb/AdbWinApi.dll | Bin 97792 -> 0 bytes bin/Debug/adb/AdbWinUsbApi.dll | Bin 62976 -> 0 bytes bin/Debug/adb/NOTICE.txt | 54616 ---------------- bin/Debug/adb/adb.exe | Bin 5989376 -> 0 bytes bin/Debug/adb/dmtracedump.exe | Bin 241664 -> 0 bytes bin/Debug/adb/etc1tool.exe | Bin 436224 -> 0 bytes bin/Debug/adb/fastboot.exe | Bin 1649152 -> 0 bytes bin/Debug/adb/hprof-conv.exe | Bin 44032 -> 0 bytes bin/Debug/adb/libwinpthread-1.dll | Bin 231594 -> 0 bytes bin/Debug/adb/make_f2fs.exe | Bin 489984 -> 0 bytes bin/Debug/adb/make_f2fs_casefold.exe | Bin 489984 -> 0 bytes bin/Debug/adb/mke2fs.conf | 53 - bin/Debug/adb/mke2fs.exe | Bin 752128 -> 0 bytes bin/Debug/adb/source.properties | 2 - bin/Debug/adb/sqlite3.exe | Bin 1162752 -> 0 bytes bin/Release/EasyToInstall.exe | Bin 151040 -> 0 bytes bin/Release/EasyToInstall.exe.config | 6 - bin/Release/EasyToInstall.pdb | Bin 44544 -> 0 bytes ...amework,Version=v4.8.AssemblyAttributes.cs | 4 - .../DesignTimeResolveAssemblyReferences.cache | Bin 2105 -> 0 bytes ...gnTimeResolveAssemblyReferencesInput.cache | Bin 7299 -> 0 bytes obj/Debug/EasyToInstall.Form1.resources | Bin 68212 -> 0 bytes ...syToInstall.Properties.Resources.resources | Bin 180 -> 0 bytes ...syToInstall.csproj.AssemblyReference.cache | Bin 6088 -> 0 bytes ...syToInstall.csproj.CoreCompileInputs.cache | 1 - .../EasyToInstall.csproj.FileListAbsolute.txt | 11 - ...asyToInstall.csproj.GenerateResource.cache | Bin 126 -> 0 bytes ...all.csproj.SuggestedBindingRedirects.cache | 0 obj/Debug/EasyToInstall.exe | Bin 151552 -> 0 bytes obj/Debug/EasyToInstall.pdb | Bin 46592 -> 0 bytes ...amework,Version=v4.8.AssemblyAttributes.cs | 4 - .../DesignTimeResolveAssemblyReferences.cache | Bin 2105 -> 0 bytes ...gnTimeResolveAssemblyReferencesInput.cache | Bin 7303 -> 0 bytes obj/Release/EasyToInstall.Form1.resources | Bin 68212 -> 0 bytes ...syToInstall.Properties.Resources.resources | Bin 180 -> 0 bytes ...syToInstall.csproj.AssemblyReference.cache | Bin 6088 -> 0 bytes ...syToInstall.csproj.CoreCompileInputs.cache | 1 - .../EasyToInstall.csproj.FileListAbsolute.txt | 11 - ...asyToInstall.csproj.GenerateResource.cache | Bin 126 -> 0 bytes ...all.csproj.SuggestedBindingRedirects.cache | 0 obj/Release/EasyToInstall.exe | Bin 151040 -> 0 bytes obj/Release/EasyToInstall.pdb | Bin 44544 -> 0 bytes 47 files changed, 454 insertions(+), 54715 deletions(-) create mode 100644 .gitignore delete mode 100644 bin/Debug/EasyToInstall.exe delete mode 100644 bin/Debug/EasyToInstall.exe.config delete mode 100644 bin/Debug/EasyToInstall.ico delete mode 100644 bin/Debug/EasyToInstall.pdb delete mode 100644 bin/Debug/adb/AdbWinApi.dll delete mode 100644 bin/Debug/adb/AdbWinUsbApi.dll delete mode 100644 bin/Debug/adb/NOTICE.txt delete mode 100644 bin/Debug/adb/adb.exe delete mode 100644 bin/Debug/adb/dmtracedump.exe delete mode 100644 bin/Debug/adb/etc1tool.exe delete mode 100644 bin/Debug/adb/fastboot.exe delete mode 100644 bin/Debug/adb/hprof-conv.exe delete mode 100644 bin/Debug/adb/libwinpthread-1.dll delete mode 100644 bin/Debug/adb/make_f2fs.exe delete mode 100644 bin/Debug/adb/make_f2fs_casefold.exe delete mode 100644 bin/Debug/adb/mke2fs.conf delete mode 100644 bin/Debug/adb/mke2fs.exe delete mode 100644 bin/Debug/adb/source.properties delete mode 100644 bin/Debug/adb/sqlite3.exe delete mode 100644 bin/Release/EasyToInstall.exe delete mode 100644 bin/Release/EasyToInstall.exe.config delete mode 100644 bin/Release/EasyToInstall.pdb delete mode 100644 obj/Debug/.NETFramework,Version=v4.8.AssemblyAttributes.cs delete mode 100644 obj/Debug/DesignTimeResolveAssemblyReferences.cache delete mode 100644 obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache delete mode 100644 obj/Debug/EasyToInstall.Form1.resources delete mode 100644 obj/Debug/EasyToInstall.Properties.Resources.resources delete mode 100644 obj/Debug/EasyToInstall.csproj.AssemblyReference.cache delete mode 100644 obj/Debug/EasyToInstall.csproj.CoreCompileInputs.cache delete mode 100644 obj/Debug/EasyToInstall.csproj.FileListAbsolute.txt delete mode 100644 obj/Debug/EasyToInstall.csproj.GenerateResource.cache delete mode 100644 obj/Debug/EasyToInstall.csproj.SuggestedBindingRedirects.cache delete mode 100644 obj/Debug/EasyToInstall.exe delete mode 100644 obj/Debug/EasyToInstall.pdb delete mode 100644 obj/Release/.NETFramework,Version=v4.8.AssemblyAttributes.cs delete mode 100644 obj/Release/DesignTimeResolveAssemblyReferences.cache delete mode 100644 obj/Release/DesignTimeResolveAssemblyReferencesInput.cache delete mode 100644 obj/Release/EasyToInstall.Form1.resources delete mode 100644 obj/Release/EasyToInstall.Properties.Resources.resources delete mode 100644 obj/Release/EasyToInstall.csproj.AssemblyReference.cache delete mode 100644 obj/Release/EasyToInstall.csproj.CoreCompileInputs.cache delete mode 100644 obj/Release/EasyToInstall.csproj.FileListAbsolute.txt delete mode 100644 obj/Release/EasyToInstall.csproj.GenerateResource.cache delete mode 100644 obj/Release/EasyToInstall.csproj.SuggestedBindingRedirects.cache delete mode 100644 obj/Release/EasyToInstall.exe delete mode 100644 obj/Release/EasyToInstall.pdb diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2afa2e2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,454 @@ +## Ignore Visual Studio temporary files, build results, and +## files generated by popular Visual Studio add-ons. +## +## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore + +# User-specific files +*.rsuser +*.suo +*.user +*.userosscache +*.sln.docstates + +# User-specific files (MonoDevelop/Xamarin Studio) +*.userprefs + +# Mono auto generated files +mono_crash.* + +# Build results +[Dd]ebug/ +[Dd]ebugPublic/ +[Rr]elease/ +[Rr]eleases/ +x64/ +x86/ +[Ww][Ii][Nn]32/ +[Aa][Rr][Mm]/ +[Aa][Rr][Mm]64/ +bld/ +[Bb]in/ +[Oo]bj/ +[Ll]og/ +[Ll]ogs/ + +# Visual Studio 2015/2017 cache/options directory +.vs/ +# Uncomment if you have tasks that create the project's static files in wwwroot +#wwwroot/ + +# Visual Studio 2017 auto generated files +Generated\ Files/ + +# MSTest test Results +[Tt]est[Rr]esult*/ +[Bb]uild[Ll]og.* + +# NUnit +*.VisualState.xml +TestResult.xml +nunit-*.xml + +# Build Results of an ATL Project +[Dd]ebugPS/ +[Rr]eleasePS/ +dlldata.c + +# Benchmark Results +BenchmarkDotNet.Artifacts/ + +# .NET +project.lock.json +project.fragment.lock.json +artifacts/ + +# Tye +.tye/ + +# ASP.NET Scaffolding +ScaffoldingReadMe.txt + +# StyleCop +StyleCopReport.xml + +# Files built by Visual Studio +*_i.c +*_p.c +*_h.h +*.ilk +*.meta +*.obj +*.iobj +*.pch +*.pdb +*.ipdb +*.pgc +*.pgd +*.rsp +*.sbr +*.tlb +*.tli +*.tlh +*.tmp +*.tmp_proj +*_wpftmp.csproj +*.log +*.vspscc +*.vssscc +.builds +*.pidb +*.svclog +*.scc + +# Chutzpah Test files +_Chutzpah* + +# Visual C++ cache files +ipch/ +*.aps +*.ncb +*.opendb +*.opensdf +*.sdf +*.cachefile +*.VC.db +*.VC.VC.opendb + +# Visual Studio profiler +*.psess +*.vsp +*.vspx +*.sap + +# Visual Studio Trace Files +*.e2e + +# TFS 2012 Local Workspace +$tf/ + +# Guidance Automation Toolkit +*.gpState + +# ReSharper is a .NET coding add-in +_ReSharper*/ +*.[Rr]e[Ss]harper +*.DotSettings.user + +# TeamCity is a build add-in +_TeamCity* + +# DotCover is a Code Coverage Tool +*.dotCover + +# AxoCover is a Code Coverage Tool +.axoCover/* +!.axoCover/settings.json + +# Coverlet is a free, cross platform Code Coverage Tool +coverage*.json +coverage*.xml +coverage*.info + +# Visual Studio code coverage results +*.coverage +*.coveragexml + +# NCrunch +_NCrunch_* +.*crunch*.local.xml +nCrunchTemp_* + +# MightyMoose +*.mm.* +AutoTest.Net/ + +# Web workbench (sass) +.sass-cache/ + +# Installshield output folder +[Ee]xpress/ + +# DocProject is a documentation generator add-in +DocProject/buildhelp/ +DocProject/Help/*.HxT +DocProject/Help/*.HxC +DocProject/Help/*.hhc +DocProject/Help/*.hhk +DocProject/Help/*.hhp +DocProject/Help/Html2 +DocProject/Help/html + +# Click-Once directory +publish/ + +# Publish Web Output +*.[Pp]ublish.xml +*.azurePubxml +# Note: Comment the next line if you want to checkin your web deploy settings, +# but database connection strings (with potential passwords) will be unencrypted +*.pubxml +*.publishproj + +# Microsoft Azure Web App publish settings. Comment the next line if you want to +# checkin your Azure Web App publish settings, but sensitive information contained +# in these scripts will be unencrypted +PublishScripts/ + +# NuGet Packages +*.nupkg +# NuGet Symbol Packages +*.snupkg +# The packages folder can be ignored because of Package Restore +**/[Pp]ackages/* +# except build/, which is used as an MSBuild target. +!**/[Pp]ackages/build/ +# Uncomment if necessary however generally it will be regenerated when needed +#!**/[Pp]ackages/repositories.config +# NuGet v3's project.json files produces more ignorable files +*.nuget.props +*.nuget.targets + +# Microsoft Azure Build Output +csx/ +*.build.csdef + +# Microsoft Azure Emulator +ecf/ +rcf/ + +# Windows Store app package directories and files +AppPackages/ +BundleArtifacts/ +Package.StoreAssociation.xml +_pkginfo.txt +*.appx +*.appxbundle +*.appxupload + +# Visual Studio cache files +# files ending in .cache can be ignored +*.[Cc]ache +# but keep track of directories ending in .cache +!?*.[Cc]ache/ + +# Others +ClientBin/ +~$* +*~ +*.dbmdl +*.dbproj.schemaview +*.jfm +*.pfx +*.publishsettings +orleans.codegen.cs + +# Including strong name files can present a security risk +# (https://github.com/github/gitignore/pull/2483#issue-259490424) +#*.snk + +# Since there are multiple workflows, uncomment next line to ignore bower_components +# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) +#bower_components/ + +# RIA/Silverlight projects +Generated_Code/ + +# Backup & report files from converting an old project file +# to a newer Visual Studio version. Backup files are not needed, +# because we have git ;-) +_UpgradeReport_Files/ +Backup*/ +UpgradeLog*.XML +UpgradeLog*.htm +ServiceFabricBackup/ +*.rptproj.bak + +# SQL Server files +*.mdf +*.ldf +*.ndf + +# Business Intelligence projects +*.rdl.data +*.bim.layout +*.bim_*.settings +*.rptproj.rsuser +*- [Bb]ackup.rdl +*- [Bb]ackup ([0-9]).rdl +*- [Bb]ackup ([0-9][0-9]).rdl + +# Microsoft Fakes +FakesAssemblies/ + +# GhostDoc plugin setting file +*.GhostDoc.xml + +# Node.js Tools for Visual Studio +.ntvs_analysis.dat +node_modules/ + +# Visual Studio 6 build log +*.plg + +# Visual Studio 6 workspace options file +*.opt + +# Visual Studio 6 auto-generated workspace file (contains which files were open etc.) +*.vbw + +# Visual Studio LightSwitch build output +**/*.HTMLClient/GeneratedArtifacts +**/*.DesktopClient/GeneratedArtifacts +**/*.DesktopClient/ModelManifest.xml +**/*.Server/GeneratedArtifacts +**/*.Server/ModelManifest.xml +_Pvt_Extensions + +# Paket dependency manager +.paket/paket.exe +paket-files/ + +# FAKE - F# Make +.fake/ + +# CodeRush personal settings +.cr/personal + +# Python Tools for Visual Studio (PTVS) +__pycache__/ +*.pyc + +# Cake - Uncomment if you are using it +# tools/** +# !tools/packages.config + +# Tabs Studio +*.tss + +# Telerik's JustMock configuration file +*.jmconfig + +# BizTalk build output +*.btp.cs +*.btm.cs +*.odx.cs +*.xsd.cs + +# OpenCover UI analysis results +OpenCover/ + +# Azure Stream Analytics local run output +ASALocalRun/ + +# MSBuild Binary and Structured Log +*.binlog + +# NVidia Nsight GPU debugger configuration file +*.nvuser + +# MFractors (Xamarin productivity tool) working folder +.mfractor/ + +# Local History for Visual Studio +.localhistory/ + +# BeatPulse healthcheck temp database +healthchecksdb + +# Backup folder for Package Reference Convert tool in Visual Studio 2017 +MigrationBackup/ + +# Ionide (cross platform F# VS Code tools) working folder +.ionide/ + +# Fody - auto-generated XML schema +FodyWeavers.xsd + +## +## Visual studio for Mac +## + + +# globs +Makefile.in +*.userprefs +*.usertasks +config.make +config.status +aclocal.m4 +install-sh +autom4te.cache/ +*.tar.gz +tarballs/ +test-results/ + +# Mac bundle stuff +*.dmg +*.app + +# content below from: https://github.com/github/gitignore/blob/master/Global/macOS.gitignore +# General +.DS_Store +.AppleDouble +.LSOverride + +# Icon must end with two \r +Icon + + +# Thumbnails +._* + +# Files that might appear in the root of a volume +.DocumentRevisions-V100 +.fseventsd +.Spotlight-V100 +.TemporaryItems +.Trashes +.VolumeIcon.icns +.com.apple.timemachine.donotpresent + +# Directories potentially created on remote AFP share +.AppleDB +.AppleDesktop +Network Trash Folder +Temporary Items +.apdisk + +# content below from: https://github.com/github/gitignore/blob/master/Global/Windows.gitignore +# Windows thumbnail cache files +Thumbs.db +ehthumbs.db +ehthumbs_vista.db + +# Dump file +*.stackdump + +# Folder config file +[Dd]esktop.ini + +# Recycle Bin used on file shares +$RECYCLE.BIN/ + +# Windows Installer files +*.cab +*.msi +*.msix +*.msm +*.msp + +# Windows shortcuts +*.lnk + +# JetBrains Rider +.idea/ +*.sln.iml + +## +## Visual Studio Code +## +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json diff --git a/bin/Debug/EasyToInstall.exe b/bin/Debug/EasyToInstall.exe deleted file mode 100644 index d459a046cc8f07a09841d2e10c0c1ffee7a5acaf..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 151552 zcmeEP31AdOx~`doBm@_QRn%RTc%T82$$cjfZcsrasH=jQV}MA=z$D?&T^HSDJy=EG zzV~+Z=>p*vR|Vuga))q(+^z_ys34#yr>OP5uey6OGbE63EtyOw)!kKH_gDX4fBkh# z@5f#fK0*jz7%7EVj3=*DbwBrQ96mR1y|lUbu<82S7n|;1e|!I-*?B=D?6x8H^x;97 z>AAVK{GbeLki8%`C_6W(>jP;)!);ks%ddVFc$Xe^-)=(OZ}JiUd#2~lMrwP-9io{j zT!>_o5G`SFl|GJV5MG|7Jym-*Yx#zQ@Z*iwWH{oVmsvbHUWn_|fAv$hYF@+$#QOl> z5%2QmT3Y%i?J>?QuEAURVAKmwb-pWHh5%S1@f%o>f;(A{B`DM=W8146&Len7EQ$O z!-TjgNT5xaMN3rcf1`53o4KY(|FvDe4mYd%M2Hq5?|LBu1O4ok>EzT#QluW2s=+6l%ThlEio#Qj@%LEI^f`<9yG zxRr6hFXG@`#c_u@_%`}&_ptpT1XM|AZ}igc3G?-T044aEgIm*=FbB6_(`qMF+M!4r zw9-NZBTs(g@ap?4Zz_V|AcP3?3u!LQ$}za9YLp17!Uh{*eQmeHoC!*Wtcm3*tlxTL|+r*W%5F zd<6#DA3lXV8G~iw`hNZ zu&-s{8%<(FtJc@)&RT@G!p+AXfqQU>Q>-y`KwSpfEVx}0@M`vr5!VLX^rju8Fd`W3 zFR;C-)vtY9_%hA=;8sJL!{F?eCfkRP=z{V!QSAf#Be0FxhN=n_ZG3Ez>UpCrNBNgf=rF%OOmIb#tk>~FJ$CZYx04XRLd-5yUxqdppy?+ONh5l!GmaO-7h~f|L2evNREW0u*~_AvPhjIT&0lFs}n{f#$r9c>IBl&77CY zS9EQ7?Zj9A>Q{s}T)}CK*I%jE&h*O$Va`*pghGEM{`xD?H|K$10{_5b>aHxlo(I;e z?#eb~eug=*bwvQ=SbHd4xoH&A`tiK(u-bZ5yV(oPU?gB?q#TwkC=nbq=qTzg zuNVE^Tm7k(?Y?S@eI5heU+r+Ct#`G>{EHuQ8MaOG)W|qfyf8P~iDokgm$mxK{(Xd=2XHD7rIz>*0)^;Ou zWpj^Qg?ZX3aylS#v`^Q_S^M@Eog$}0>pUZJWpj^Qg_-9RIUNu=914!Z!)k|p*Ap-j;)H?wXe_u=>A(H4HXK4lA};` za4=Bv6-Q0d()t&){_dzWgD23@{x7Fg=@2v@?7%Hmy5C}?szNPuN|g?dR28Rg9qf`0 z-Rygu(xHP!jymz&t3gTkTa9#7sH0Bl(7}<8);;Ku(Q;Pl=xA@zq#83i1WjS-ZgRnm z?zb7Ks!**N>V7Rxba13fR@}<17U^am@01Q5w9<8SNr&#On;HqJVE^Nk5FH$Rl@^c( zima2z16po0K}IjOk||MRfa(krCxVZ>dHX0!B)Dr3LeZy9`fK9JcO_9(EKR>V?-v3$yIUXN z8Dlnx>jM2r3-Ro)QH9t4VuE0Hhp_KQ-EKlXYLb_&01@Pk!mXMAIQr9kU!z8ytT&SY z;z)z>pay+ab=@J%<7h#>Y2V=o-*0eyHwR<%z_Df?#;1P4V_?Zg-J8eJ3jpbyc5i2s zKx@Wz4a}%$OSmN}JSu{j7EJ^yM~p+}?|fE>LwMc=Pj{x}+p}|rpx{siU5A}j*ChmuQ9Yo7JJLlNYw$x=tLwn?gLQ_*F`J*XHAUt3Dz#v}&*%BBu z3m_S zc>h7Y|4F?+pzcG}y->N2Hvbbb1gQIV<+8$jy|14r3~b>SDEj&?X&NYU)csDsB~6

i$`?B~AUr-9How#S>=U|8Dvl;_0t) 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 diff --git a/bin/Debug/EasyToInstall.exe.config b/bin/Debug/EasyToInstall.exe.config deleted file mode 100644 index 193aecc..0000000 --- a/bin/Debug/EasyToInstall.exe.config +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/bin/Debug/EasyToInstall.ico b/bin/Debug/EasyToInstall.ico deleted file mode 100644 index 1f52e0218b51e8895bea4b70c9d5548cf86dee53..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 67646 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 JeGbsi{}1MdY-<1j diff --git a/bin/Debug/EasyToInstall.pdb b/bin/Debug/EasyToInstall.pdb deleted file mode 100644 index 556ab8c8e5c8aac9e4881941c04e0f8077aadf23..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 46592 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 Mwm{kfpDzpiKNoC}c>n+a diff --git a/bin/Debug/adb/AdbWinApi.dll b/bin/Debug/adb/AdbWinApi.dll deleted file mode 100644 index 7abe26cf1d2ab67f0107b19c5fe5a9c4543f90c0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 97792 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 diff --git a/bin/Debug/adb/AdbWinUsbApi.dll b/bin/Debug/adb/AdbWinUsbApi.dll deleted file mode 100644 index e7a6de1208910df2577ef86bbe536fb23fa5f015..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 62976 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 diff --git a/bin/Debug/adb/NOTICE.txt b/bin/Debug/adb/NOTICE.txt deleted file mode 100644 index 8b09bb1..0000000 --- a/bin/Debug/adb/NOTICE.txt +++ /dev/null @@ -1,54616 +0,0 @@ -============================================================================== -Android used by: - out/host/windows-x86/sdk-repo/sdk-repo-windows-platform-tools.zip - - - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright [yyyy] [name of copyright owner] - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - -============================================================================== -Copyright (C) 2016 The Android Open Source Project - -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. - -============================================================================== - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * 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 OWNER 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. - - -============================================================================== -Code in this repo uses one or more of the following licenses. -Refer to each file to determine which licenses apply. - -------------------------------------------------------------------------- - -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. - -------------------------------------------------------------------------- - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. - -------------------------------------------------------------------------- - -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. -3. Neither the name of the project nor the names of its contributors - may be used to endorse or promote products derived from this software - without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE PROJECT 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 PROJECT 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. - -============================================================================== -BoringSSL is a fork of OpenSSL. As such, large parts of it fall under OpenSSL -licensing. Files that are completely new have a Google copyright and an ISC -license. This license is reproduced at the bottom of this file. - -Contributors to BoringSSL are required to follow the CLA rules for Chromium: -https://cla.developers.google.com/clas - -Files in third_party/ have their own licenses, as described therein. The MIT -license, for third_party/fiat, which, unlike other third_party directories, is -compiled into non-test libraries, is included below. - -The OpenSSL toolkit stays under a dual license, i.e. both the conditions of the -OpenSSL License and the original SSLeay license apply to the toolkit. See below -for the actual license texts. Actually both licenses are BSD-style Open Source -licenses. In case of any license issues related to OpenSSL please contact -openssl-core@openssl.org. - -The following are Google-internal bug numbers where explicit permission from -some authors is recorded for use of their work. (This is purely for our own -record keeping.) - 27287199 - 27287880 - 27287883 - - OpenSSL License - --------------- - -/* ==================================================================== - * Copyright (c) 1998-2011 The OpenSSL Project. 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. - * - * 3. All advertising materials mentioning features or use of this - * software must display the following acknowledgment: - * "This product includes software developed by the OpenSSL Project - * for use in the OpenSSL Toolkit. (http://www.openssl.org/)" - * - * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to - * endorse or promote products derived from this software without - * prior written permission. For written permission, please contact - * openssl-core@openssl.org. - * - * 5. Products derived from this software may not be called "OpenSSL" - * nor may "OpenSSL" appear in their names without prior written - * permission of the OpenSSL Project. - * - * 6. Redistributions of any form whatsoever must retain the following - * acknowledgment: - * "This product includes software developed by the OpenSSL Project - * for use in the OpenSSL Toolkit (http://www.openssl.org/)" - * - * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY - * EXPRESSED 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 OpenSSL PROJECT OR - * ITS 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. - * ==================================================================== - * - * This product includes cryptographic software written by Eric Young - * (eay@cryptsoft.com). This product includes software written by Tim - * Hudson (tjh@cryptsoft.com). - * - */ - - Original SSLeay License - ----------------------- - -/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) - * All rights reserved. - * - * This package is an SSL implementation written - * by Eric Young (eay@cryptsoft.com). - * The implementation was written so as to conform with Netscapes SSL. - * - * This library is free for commercial and non-commercial use as long as - * the following conditions are aheared to. The following conditions - * apply to all code found in this distribution, be it the RC4, RSA, - * lhash, DES, etc., code; not just the SSL code. The SSL documentation - * included with this distribution is covered by the same copyright terms - * except that the holder is Tim Hudson (tjh@cryptsoft.com). - * - * Copyright remains Eric Young's, and as such any Copyright notices in - * the code are not to be removed. - * If this package is used in a product, Eric Young should be given attribution - * as the author of the parts of the library used. - * This can be in the form of a textual message at program startup or - * in documentation (online or textual) provided with the package. - * - * 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 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. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * "This product includes cryptographic software written by - * Eric Young (eay@cryptsoft.com)" - * The word 'cryptographic' can be left out if the rouines from the library - * being used are not cryptographic related :-). - * 4. If you include any Windows specific code (or a derivative thereof) from - * the apps directory (application code) you must include an acknowledgement: - * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" - * - * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``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 AUTHOR 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. - * - * The licence and distribution terms for any publically available version or - * derivative of this code cannot be changed. i.e. this code cannot simply be - * copied and put under another distribution licence - * [including the GNU Public Licence.] - */ - - -ISC license used for completely new code in BoringSSL: - -/* Copyright (c) 2015, Google Inc. - * - * Permission to use, copy, modify, and/or distribute this software for any - * purpose with or without fee is hereby granted, provided that the above - * copyright notice and this permission notice appear in all copies. - * - * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES - * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF - * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY - * SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES - * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION - * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN - * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ - - -The code in third_party/fiat carries the MIT license: - -Copyright (c) 2015-2016 the fiat-crypto authors (see -https://github.com/mit-plv/fiat-crypto/blob/master/AUTHORS). - -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. - - -Licenses for support code -------------------------- - -Parts of the TLS test suite are under the Go license. This code is not included -in BoringSSL (i.e. libcrypto and libssl) when compiled, however, so -distributing code linked against BoringSSL does not trigger this license: - -Copyright (c) 2009 The Go Authors. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * 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. - * Neither the name of Google Inc. nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. - -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 -OWNER 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. - - -BoringSSL uses the Chromium test infrastructure to run a continuous build, -trybots etc. The scripts which manage this, and the script for generating build -metadata, are under the Chromium license. Distributing code linked against -BoringSSL does not trigger this license. - -Copyright 2015 The Chromium Authors. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * 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. - * Neither the name of Google Inc. nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. - -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 -OWNER 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. - -============================================================================== -Copyright (c) 2009, 2010, 2013-2016 by the Brotli Authors. - -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. - -============================================================================== -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, and the entire permission notice in its entirety, - including the disclaimer of warranties. -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. -3. The name of the author may not be used to endorse or promote - products derived from this software without specific prior - written permission. - -THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED -WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES -OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, ALL OF -WHICH ARE HEREBY DISCLAIMED. IN NO EVENT SHALL THE AUTHOR 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 NOT ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. - -============================================================================== -This package, the EXT2 filesystem utilities, are made available under -the GNU Public License version 2, with the exception of the lib/ext2fs -and lib/e2p libraries, which are made available under the GNU Library -General Public License Version 2, the lib/uuid library which is made -available under a BSD-style license and the lib/et and lib/ss -libraries which are made available under an MIT-style license. Please -see lib/uuid/COPYING for more details for the license for the files -comprising the libuuid library, and the source file headers of the -libet and libss libraries for more information. - -The most recent officially distributed version can be found at -http://e2fsprogs.sourceforge.net. If you need to make a distribution, -that's the one you should use. If there is some reason why you'd like -a more recent version that is still in ALPHA testing (i.e., either -using the "WIP" test distributions or one from the hg or git -repository from the development branch, please contact me -(tytso@mit.edu) before you ship. The release schedules for this -package are flexible, if you give me enough lead time. - - - Theodore Ts'o - 23-June-2007 - ----------------------------------------------------------------------- - - GNU GENERAL PUBLIC LICENSE - Version 2, June 1991 - - Copyright (C) 1989, 1991 Free Software Foundation, Inc. - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The licenses for most software are designed to take away your -freedom to share and change it. By contrast, the GNU General Public -License is intended to guarantee your freedom to share and change free -software--to make sure the software is free for all its users. This -General Public License applies to most of the Free Software -Foundation's software and to any other program whose authors commit to -using it. (Some other Free Software Foundation software is covered by -the GNU Library General Public License instead.) You can apply it to -your programs, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -this service if you wish), that you receive source code or can get it -if you want it, that you can change the software or use pieces of it -in new free programs; and that you know you can do these things. - - To protect your rights, we need to make restrictions that forbid -anyone to deny you these rights or to ask you to surrender the rights. -These restrictions translate to certain responsibilities for you if you -distribute copies of the software, or if you modify it. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must give the recipients all the rights that -you have. You must make sure that they, too, receive or can get the -source code. And you must show them these terms so they know their -rights. - - We protect your rights with two steps: (1) copyright the software, and -(2) offer you this license which gives you legal permission to copy, -distribute and/or modify the software. - - Also, for each author's protection and ours, we want to make certain -that everyone understands that there is no warranty for this free -software. If the software is modified by someone else and passed on, we -want its recipients to know that what they have is not the original, so -that any problems introduced by others will not reflect on the original -authors' reputations. - - Finally, any free program is threatened constantly by software -patents. We wish to avoid the danger that redistributors of a free -program will individually obtain patent licenses, in effect making the -program proprietary. To prevent this, we have made it clear that any -patent must be licensed for everyone's free use or not licensed at all. - - The precise terms and conditions for copying, distribution and -modification follow. - - GNU GENERAL PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. This License applies to any program or other work which contains -a notice placed by the copyright holder saying it may be distributed -under the terms of this General Public License. The "Program", below, -refers to any such program or work, and a "work based on the Program" -means either the Program or any derivative work under copyright law: -that is to say, a work containing the Program or a portion of it, -either verbatim or with modifications and/or translated into another -language. (Hereinafter, translation is included without limitation in -the term "modification".) Each licensee is addressed as "you". - -Activities other than copying, distribution and modification are not -covered by this License; they are outside its scope. The act of -running the Program is not restricted, and the output from the Program -is covered only if its contents constitute a work based on the -Program (independent of having been made by running the Program). -Whether that is true depends on what the Program does. - - 1. You may copy and distribute verbatim copies of the Program's -source code as you receive it, in any medium, provided that you -conspicuously and appropriately publish on each copy an appropriate -copyright notice and disclaimer of warranty; keep intact all the -notices that refer to this License and to the absence of any warranty; -and give any other recipients of the Program a copy of this License -along with the Program. - -You may charge a fee for the physical act of transferring a copy, and -you may at your option offer warranty protection in exchange for a fee. - - 2. You may modify your copy or copies of the Program or any portion -of it, thus forming a work based on the Program, and copy and -distribute such modifications or work under the terms of Section 1 -above, provided that you also meet all of these conditions: - - a) You must cause the modified files to carry prominent notices - stating that you changed the files and the date of any change. - - b) You must cause any work that you distribute or publish, that in - whole or in part contains or is derived from the Program or any - part thereof, to be licensed as a whole at no charge to all third - parties under the terms of this License. - - c) If the modified program normally reads commands interactively - when run, you must cause it, when started running for such - interactive use in the most ordinary way, to print or display an - announcement including an appropriate copyright notice and a - notice that there is no warranty (or else, saying that you provide - a warranty) and that users may redistribute the program under - these conditions, and telling the user how to view a copy of this - License. (Exception: if the Program itself is interactive but - does not normally print such an announcement, your work based on - the Program is not required to print an announcement.) - -These requirements apply to the modified work as a whole. If -identifiable sections of that work are not derived from the Program, -and can be reasonably considered independent and separate works in -themselves, then this License, and its terms, do not apply to those -sections when you distribute them as separate works. But when you -distribute the same sections as part of a whole which is a work based -on the Program, the distribution of the whole must be on the terms of -this License, whose permissions for other licensees extend to the -entire whole, and thus to each and every part regardless of who wrote it. - -Thus, it is not the intent of this section to claim rights or contest -your rights to work written entirely by you; rather, the intent is to -exercise the right to control the distribution of derivative or -collective works based on the Program. - -In addition, mere aggregation of another work not based on the Program -with the Program (or with a work based on the Program) on a volume of -a storage or distribution medium does not bring the other work under -the scope of this License. - - 3. You may copy and distribute the Program (or a work based on it, -under Section 2) in object code or executable form under the terms of -Sections 1 and 2 above provided that you also do one of the following: - - a) Accompany it with the complete corresponding machine-readable - source code, which must be distributed under the terms of Sections - 1 and 2 above on a medium customarily used for software interchange; or, - - b) Accompany it with a written offer, valid for at least three - years, to give any third party, for a charge no more than your - cost of physically performing source distribution, a complete - machine-readable copy of the corresponding source code, to be - distributed under the terms of Sections 1 and 2 above on a medium - customarily used for software interchange; or, - - c) Accompany it with the information you received as to the offer - to distribute corresponding source code. (This alternative is - allowed only for noncommercial distribution and only if you - received the program in object code or executable form with such - an offer, in accord with Subsection b above.) - -The source code for a work means the preferred form of the work for -making modifications to it. For an executable work, complete source -code means all the source code for all modules it contains, plus any -associated interface definition files, plus the scripts used to -control compilation and installation of the executable. However, as a -special exception, the source code distributed need not include -anything that is normally distributed (in either source or binary -form) with the major components (compiler, kernel, and so on) of the -operating system on which the executable runs, unless that component -itself accompanies the executable. - -If distribution of executable or object code is made by offering -access to copy from a designated place, then offering equivalent -access to copy the source code from the same place counts as -distribution of the source code, even though third parties are not -compelled to copy the source along with the object code. - - 4. You may not copy, modify, sublicense, or distribute the Program -except as expressly provided under this License. Any attempt -otherwise to copy, modify, sublicense or distribute the Program is -void, and will automatically terminate your rights under this License. -However, parties who have received copies, or rights, from you under -this License will not have their licenses terminated so long as such -parties remain in full compliance. - - 5. You are not required to accept this License, since you have not -signed it. However, nothing else grants you permission to modify or -distribute the Program or its derivative works. These actions are -prohibited by law if you do not accept this License. Therefore, by -modifying or distributing the Program (or any work based on the -Program), you indicate your acceptance of this License to do so, and -all its terms and conditions for copying, distributing or modifying -the Program or works based on it. - - 6. Each time you redistribute the Program (or any work based on the -Program), the recipient automatically receives a license from the -original licensor to copy, distribute or modify the Program subject to -these terms and conditions. You may not impose any further -restrictions on the recipients' exercise of the rights granted herein. -You are not responsible for enforcing compliance by third parties to -this License. - - 7. If, as a consequence of a court judgment or allegation of patent -infringement or for any other reason (not limited to patent issues), -conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot -distribute so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you -may not distribute the Program at all. For example, if a patent -license would not permit royalty-free redistribution of the Program by -all those who receive copies directly or indirectly through you, then -the only way you could satisfy both it and this License would be to -refrain entirely from distribution of the Program. - -If any portion of this section is held invalid or unenforceable under -any particular circumstance, the balance of the section is intended to -apply and the section as a whole is intended to apply in other -circumstances. - -It is not the purpose of this section to induce you to infringe any -patents or other property right claims or to contest validity of any -such claims; this section has the sole purpose of protecting the -integrity of the free software distribution system, which is -implemented by public license practices. Many people have made -generous contributions to the wide range of software distributed -through that system in reliance on consistent application of that -system; it is up to the author/donor to decide if he or she is willing -to distribute software through any other system and a licensee cannot -impose that choice. - -This section is intended to make thoroughly clear what is believed to -be a consequence of the rest of this License. - - 8. If the distribution and/or use of the Program is restricted in -certain countries either by patents or by copyrighted interfaces, the -original copyright holder who places the Program under this License -may add an explicit geographical distribution limitation excluding -those countries, so that distribution is permitted only in or among -countries not thus excluded. In such case, this License incorporates -the limitation as if written in the body of this License. - - 9. The Free Software Foundation may publish revised and/or new versions -of the General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - -Each version is given a distinguishing version number. If the Program -specifies a version number of this License which applies to it and "any -later version", you have the option of following the terms and conditions -either of that version or of any later version published by the Free -Software Foundation. If the Program does not specify a version number of -this License, you may choose any version ever published by the Free Software -Foundation. - - 10. If you wish to incorporate parts of the Program into other free -programs whose distribution conditions are different, write to the author -to ask for permission. For software which is copyrighted by the Free -Software Foundation, write to the Free Software Foundation; we sometimes -make exceptions for this. Our decision will be guided by the two goals -of preserving the free status of all derivatives of our free software and -of promoting the sharing and reuse of software generally. - - NO WARRANTY - - 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY -FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN -OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES -PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED -OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS -TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE -PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, -REPAIR OR CORRECTION. - - 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR -REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, -INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING -OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED -TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY -YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER -PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE -POSSIBILITY OF SUCH DAMAGES. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -convey the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - - -Also add information on how to contact you by electronic and paper mail. - -If the program is interactive, make it output a short notice like this -when it starts in an interactive mode: - - Gnomovision version 69, Copyright (C) year name of author - Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, the commands you use may -be called something other than `show w' and `show c'; they could even be -mouse-clicks or menu items--whatever suits your program. - -You should also get your employer (if you work as a programmer) or your -school, if any, to sign a "copyright disclaimer" for the program, if -necessary. Here is a sample; alter the names: - - Yoyodyne, Inc., hereby disclaims all copyright interest in the program - `Gnomovision' (which makes passes at compilers) written by James Hacker. - - , 1 April 1989 - Ty Coon, President of Vice - -This General Public License does not permit incorporating your program into -proprietary programs. If your program is a subroutine library, you may -consider it more useful to permit linking proprietary applications with the -library. If this is what you want to do, use the GNU Library General -Public License instead of this License. - ----------------------------------------------------------------------- - - GNU LIBRARY GENERAL PUBLIC LICENSE - Version 2, June 1991 - - Copyright (C) 1991 Free Software Foundation, Inc. - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - -[This is the first released version of the library GPL. It is - numbered 2 because it goes with version 2 of the ordinary GPL.] - - Preamble - - The licenses for most software are designed to take away your -freedom to share and change it. By contrast, the GNU General Public -Licenses are intended to guarantee your freedom to share and change -free software--to make sure the software is free for all its users. - - This license, the Library General Public License, applies to some -specially designated Free Software Foundation software, and to any -other libraries whose authors decide to use it. You can use it for -your libraries, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -this service if you wish), that you receive source code or can get it -if you want it, that you can change the software or use pieces of it -in new free programs; and that you know you can do these things. - - To protect your rights, we need to make restrictions that forbid -anyone to deny you these rights or to ask you to surrender the rights. -These restrictions translate to certain responsibilities for you if -you distribute copies of the library, or if you modify it. - - For example, if you distribute copies of the library, whether gratis -or for a fee, you must give the recipients all the rights that we gave -you. You must make sure that they, too, receive or can get the source -code. If you link a program with the library, you must provide -complete object files to the recipients so that they can relink them -with the library, after making changes to the library and recompiling -it. And you must show them these terms so they know their rights. - - Our method of protecting your rights has two steps: (1) copyright -the library, and (2) offer you this license which gives you legal -permission to copy, distribute and/or modify the library. - - Also, for each distributor's protection, we want to make certain -that everyone understands that there is no warranty for this free -library. If the library is modified by someone else and passed on, we -want its recipients to know that what they have is not the original -version, so that any problems introduced by others will not reflect on -the original authors' reputations. - - Finally, any free program is threatened constantly by software -patents. We wish to avoid the danger that companies distributing free -software will individually obtain patent licenses, thus in effect -transforming the program into proprietary software. To prevent this, -we have made it clear that any patent must be licensed for everyone's -free use or not licensed at all. - - Most GNU software, including some libraries, is covered by the ordinary -GNU General Public License, which was designed for utility programs. This -license, the GNU Library General Public License, applies to certain -designated libraries. This license is quite different from the ordinary -one; be sure to read it in full, and don't assume that anything in it is -the same as in the ordinary license. - - The reason we have a separate public license for some libraries is that -they blur the distinction we usually make between modifying or adding to a -program and simply using it. Linking a program with a library, without -changing the library, is in some sense simply using the library, and is -analogous to running a utility program or application program. However, in -a textual and legal sense, the linked executable is a combined work, a -derivative of the original library, and the ordinary General Public License -treats it as such. - - Because of this blurred distinction, using the ordinary General -Public License for libraries did not effectively promote software -sharing, because most developers did not use the libraries. We -concluded that weaker conditions might promote sharing better. - - However, unrestricted linking of non-free programs would deprive the -users of those programs of all benefit from the free status of the -libraries themselves. This Library General Public License is intended to -permit developers of non-free programs to use free libraries, while -preserving your freedom as a user of such programs to change the free -libraries that are incorporated in them. (We have not seen how to achieve -this as regards changes in header files, but we have achieved it as regards -changes in the actual functions of the Library.) The hope is that this -will lead to faster development of free libraries. - - The precise terms and conditions for copying, distribution and -modification follow. Pay close attention to the difference between a -"work based on the library" and a "work that uses the library". The -former contains code derived from the library, while the latter only -works together with the library. - - Note that it is possible for a library to be covered by the ordinary -General Public License rather than by this special one. - - GNU LIBRARY GENERAL PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. This License Agreement applies to any software library which -contains a notice placed by the copyright holder or other authorized -party saying it may be distributed under the terms of this Library -General Public License (also called "this License"). Each licensee is -addressed as "you". - - A "library" means a collection of software functions and/or data -prepared so as to be conveniently linked with application programs -(which use some of those functions and data) to form executables. - - The "Library", below, refers to any such software library or work -which has been distributed under these terms. A "work based on the -Library" means either the Library or any derivative work under -copyright law: that is to say, a work containing the Library or a -portion of it, either verbatim or with modifications and/or translated -straightforwardly into another language. (Hereinafter, translation is -included without limitation in the term "modification".) - - "Source code" for a work means the preferred form of the work for -making modifications to it. For a library, complete source code means -all the source code for all modules it contains, plus any associated -interface definition files, plus the scripts used to control compilation -and installation of the library. - - Activities other than copying, distribution and modification are not -covered by this License; they are outside its scope. The act of -running a program using the Library is not restricted, and output from -such a program is covered only if its contents constitute a work based -on the Library (independent of the use of the Library in a tool for -writing it). Whether that is true depends on what the Library does -and what the program that uses the Library does. - - 1. You may copy and distribute verbatim copies of the Library's -complete source code as you receive it, in any medium, provided that -you conspicuously and appropriately publish on each copy an -appropriate copyright notice and disclaimer of warranty; keep intact -all the notices that refer to this License and to the absence of any -warranty; and distribute a copy of this License along with the -Library. - - You may charge a fee for the physical act of transferring a copy, -and you may at your option offer warranty protection in exchange for a -fee. - - 2. You may modify your copy or copies of the Library or any portion -of it, thus forming a work based on the Library, and copy and -distribute such modifications or work under the terms of Section 1 -above, provided that you also meet all of these conditions: - - a) The modified work must itself be a software library. - - b) You must cause the files modified to carry prominent notices - stating that you changed the files and the date of any change. - - c) You must cause the whole of the work to be licensed at no - charge to all third parties under the terms of this License. - - d) If a facility in the modified Library refers to a function or a - table of data to be supplied by an application program that uses - the facility, other than as an argument passed when the facility - is invoked, then you must make a good faith effort to ensure that, - in the event an application does not supply such function or - table, the facility still operates, and performs whatever part of - its purpose remains meaningful. - - (For example, a function in a library to compute square roots has - a purpose that is entirely well-defined independent of the - application. Therefore, Subsection 2d requires that any - application-supplied function or table used by this function must - be optional: if the application does not supply it, the square - root function must still compute square roots.) - -These requirements apply to the modified work as a whole. If -identifiable sections of that work are not derived from the Library, -and can be reasonably considered independent and separate works in -themselves, then this License, and its terms, do not apply to those -sections when you distribute them as separate works. But when you -distribute the same sections as part of a whole which is a work based -on the Library, the distribution of the whole must be on the terms of -this License, whose permissions for other licensees extend to the -entire whole, and thus to each and every part regardless of who wrote -it. - -Thus, it is not the intent of this section to claim rights or contest -your rights to work written entirely by you; rather, the intent is to -exercise the right to control the distribution of derivative or -collective works based on the Library. - -In addition, mere aggregation of another work not based on the Library -with the Library (or with a work based on the Library) on a volume of -a storage or distribution medium does not bring the other work under -the scope of this License. - - 3. You may opt to apply the terms of the ordinary GNU General Public -License instead of this License to a given copy of the Library. To do -this, you must alter all the notices that refer to this License, so -that they refer to the ordinary GNU General Public License, version 2, -instead of to this License. (If a newer version than version 2 of the -ordinary GNU General Public License has appeared, then you can specify -that version instead if you wish.) Do not make any other change in -these notices. - - Once this change is made in a given copy, it is irreversible for -that copy, so the ordinary GNU General Public License applies to all -subsequent copies and derivative works made from that copy. - - This option is useful when you wish to copy part of the code of -the Library into a program that is not a library. - - 4. You may copy and distribute the Library (or a portion or -derivative of it, under Section 2) in object code or executable form -under the terms of Sections 1 and 2 above provided that you accompany -it with the complete corresponding machine-readable source code, which -must be distributed under the terms of Sections 1 and 2 above on a -medium customarily used for software interchange. - - If distribution of object code is made by offering access to copy -from a designated place, then offering equivalent access to copy the -source code from the same place satisfies the requirement to -distribute the source code, even though third parties are not -compelled to copy the source along with the object code. - - 5. A program that contains no derivative of any portion of the -Library, but is designed to work with the Library by being compiled or -linked with it, is called a "work that uses the Library". Such a -work, in isolation, is not a derivative work of the Library, and -therefore falls outside the scope of this License. - - However, linking a "work that uses the Library" with the Library -creates an executable that is a derivative of the Library (because it -contains portions of the Library), rather than a "work that uses the -library". The executable is therefore covered by this License. -Section 6 states terms for distribution of such executables. - - When a "work that uses the Library" uses material from a header file -that is part of the Library, the object code for the work may be a -derivative work of the Library even though the source code is not. -Whether this is true is especially significant if the work can be -linked without the Library, or if the work is itself a library. The -threshold for this to be true is not precisely defined by law. - - If such an object file uses only numerical parameters, data -structure layouts and accessors, and small macros and small inline -functions (ten lines or less in length), then the use of the object -file is unrestricted, regardless of whether it is legally a derivative -work. (Executables containing this object code plus portions of the -Library will still fall under Section 6.) - - Otherwise, if the work is a derivative of the Library, you may -distribute the object code for the work under the terms of Section 6. -Any executables containing that work also fall under Section 6, -whether or not they are linked directly with the Library itself. - - 6. As an exception to the Sections above, you may also compile or -link a "work that uses the Library" with the Library to produce a -work containing portions of the Library, and distribute that work -under terms of your choice, provided that the terms permit -modification of the work for the customer's own use and reverse -engineering for debugging such modifications. - - You must give prominent notice with each copy of the work that the -Library is used in it and that the Library and its use are covered by -this License. You must supply a copy of this License. If the work -during execution displays copyright notices, you must include the -copyright notice for the Library among them, as well as a reference -directing the user to the copy of this License. Also, you must do one -of these things: - - a) Accompany the work with the complete corresponding - machine-readable source code for the Library including whatever - changes were used in the work (which must be distributed under - Sections 1 and 2 above); and, if the work is an executable linked - with the Library, with the complete machine-readable "work that - uses the Library", as object code and/or source code, so that the - user can modify the Library and then relink to produce a modified - executable containing the modified Library. (It is understood - that the user who changes the contents of definitions files in the - Library will not necessarily be able to recompile the application - to use the modified definitions.) - - b) Accompany the work with a written offer, valid for at - least three years, to give the same user the materials - specified in Subsection 6a, above, for a charge no more - than the cost of performing this distribution. - - c) If distribution of the work is made by offering access to copy - from a designated place, offer equivalent access to copy the above - specified materials from the same place. - - d) Verify that the user has already received a copy of these - materials or that you have already sent this user a copy. - - For an executable, the required form of the "work that uses the -Library" must include any data and utility programs needed for -reproducing the executable from it. However, as a special exception, -the source code distributed need not include anything that is normally -distributed (in either source or binary form) with the major -components (compiler, kernel, and so on) of the operating system on -which the executable runs, unless that component itself accompanies -the executable. - - It may happen that this requirement contradicts the license -restrictions of other proprietary libraries that do not normally -accompany the operating system. Such a contradiction means you cannot -use both them and the Library together in an executable that you -distribute. - - 7. You may place library facilities that are a work based on the -Library side-by-side in a single library together with other library -facilities not covered by this License, and distribute such a combined -library, provided that the separate distribution of the work based on -the Library and of the other library facilities is otherwise -permitted, and provided that you do these two things: - - a) Accompany the combined library with a copy of the same work - based on the Library, uncombined with any other library - facilities. This must be distributed under the terms of the - Sections above. - - b) Give prominent notice with the combined library of the fact - that part of it is a work based on the Library, and explaining - where to find the accompanying uncombined form of the same work. - - 8. You may not copy, modify, sublicense, link with, or distribute -the Library except as expressly provided under this License. Any -attempt otherwise to copy, modify, sublicense, link with, or -distribute the Library is void, and will automatically terminate your -rights under this License. However, parties who have received copies, -or rights, from you under this License will not have their licenses -terminated so long as such parties remain in full compliance. - - 9. You are not required to accept this License, since you have not -signed it. However, nothing else grants you permission to modify or -distribute the Library or its derivative works. These actions are -prohibited by law if you do not accept this License. Therefore, by -modifying or distributing the Library (or any work based on the -Library), you indicate your acceptance of this License to do so, and -all its terms and conditions for copying, distributing or modifying -the Library or works based on it. - - 10. Each time you redistribute the Library (or any work based on the -Library), the recipient automatically receives a license from the -original licensor to copy, distribute, link with or modify the Library -subject to these terms and conditions. You may not impose any further -restrictions on the recipients' exercise of the rights granted herein. -You are not responsible for enforcing compliance by third parties to -this License. - - 11. If, as a consequence of a court judgment or allegation of patent -infringement or for any other reason (not limited to patent issues), -conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot -distribute so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you -may not distribute the Library at all. For example, if a patent -license would not permit royalty-free redistribution of the Library by -all those who receive copies directly or indirectly through you, then -the only way you could satisfy both it and this License would be to -refrain entirely from distribution of the Library. - -If any portion of this section is held invalid or unenforceable under any -particular circumstance, the balance of the section is intended to apply, -and the section as a whole is intended to apply in other circumstances. - -It is not the purpose of this section to induce you to infringe any -patents or other property right claims or to contest validity of any -such claims; this section has the sole purpose of protecting the -integrity of the free software distribution system which is -implemented by public license practices. Many people have made -generous contributions to the wide range of software distributed -through that system in reliance on consistent application of that -system; it is up to the author/donor to decide if he or she is willing -to distribute software through any other system and a licensee cannot -impose that choice. - -This section is intended to make thoroughly clear what is believed to -be a consequence of the rest of this License. - - 12. If the distribution and/or use of the Library is restricted in -certain countries either by patents or by copyrighted interfaces, the -original copyright holder who places the Library under this License may add -an explicit geographical distribution limitation excluding those countries, -so that distribution is permitted only in or among countries not thus -excluded. In such case, this License incorporates the limitation as if -written in the body of this License. - - 13. The Free Software Foundation may publish revised and/or new -versions of the Library General Public License from time to time. -Such new versions will be similar in spirit to the present version, -but may differ in detail to address new problems or concerns. - -Each version is given a distinguishing version number. If the Library -specifies a version number of this License which applies to it and -"any later version", you have the option of following the terms and -conditions either of that version or of any later version published by -the Free Software Foundation. If the Library does not specify a -license version number, you may choose any version ever published by -the Free Software Foundation. - - 14. If you wish to incorporate parts of the Library into other free -programs whose distribution conditions are incompatible with these, -write to the author to ask for permission. For software which is -copyrighted by the Free Software Foundation, write to the Free -Software Foundation; we sometimes make exceptions for this. Our -decision will be guided by the two goals of preserving the free status -of all derivatives of our free software and of promoting the sharing -and reuse of software generally. - - NO WARRANTY - - 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO -WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. -EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR -OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY -KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE -LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME -THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - - 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN -WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY -AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU -FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR -CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE -LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING -RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A -FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF -SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGES. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Libraries - - If you develop a new library, and you want it to be of the greatest -possible use to the public, we recommend making it free software that -everyone can redistribute and change. You can do so by permitting -redistribution under these terms (or, alternatively, under the terms of the -ordinary General Public License). - - To apply these terms, attach the following notices to the library. It is -safest to attach them to the start of each source file to most effectively -convey the exclusion of warranty; and each file should have at least the -"copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Library General Public - License as published by the Free Software Foundation; either - version 2 of the License, or (at your option) any later version. - - This library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Library General Public License for more details. - - You should have received a copy of the GNU Library General Public - License along with this library; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - -Also add information on how to contact you by electronic and paper mail. - -You should also get your employer (if you work as a programmer) or your -school, if any, to sign a "copyright disclaimer" for the library, if -necessary. Here is a sample; alter the names: - - Yoyodyne, Inc., hereby disclaims all copyright interest in the - library `Frob' (a library for tweaking knobs) written by James Random Hacker. - - , 1 April 1990 - Ty Coon, President of Vice - -That's all there is to it! - -============================================================================== -Copyright (c) 1998-2000 Thai Open Source Software Center Ltd and Clark Cooper -Copyright (c) 2001-2019 Expat maintainers - -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. - -============================================================================== -The tools for F2FS are covered by GNU Public License version 2. -Exceptionally, the following files are also covered by the GNU Lesser General -Public License Version 2.1 as the dual licenses. -- include/f2fs_fs.h -- lib/libf2fs.c -- lib/libf2fs_io.c -- mkfs/f2fs_format.c -- mkfs/f2fs_format_main.c -- mkfs/f2fs_format_utils.c -- mkfs/f2fs_format_utils.h - -================================================================================ -Copyright (c) 2012 Samsung Electronics Co., Ltd. - http://www.samsung.com/ - -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License version 2 as -published by the Free Software Foundation. - -================================================================================ - GNU GENERAL PUBLIC LICENSE - Version 2, June 1991 - - Copyright (C) 1989, 1991 Free Software Foundation, Inc. - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The licenses for most software are designed to take away your -freedom to share and change it. By contrast, the GNU General Public -License is intended to guarantee your freedom to share and change free -software--to make sure the software is free for all its users. This -General Public License applies to most of the Free Software -Foundation's software and to any other program whose authors commit to -using it. (Some other Free Software Foundation software is covered by -the GNU Library General Public License instead.) You can apply it to -your programs, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -this service if you wish), that you receive source code or can get it -if you want it, that you can change the software or use pieces of it -in new free programs; and that you know you can do these things. - - To protect your rights, we need to make restrictions that forbid -anyone to deny you these rights or to ask you to surrender the rights. -These restrictions translate to certain responsibilities for you if you -distribute copies of the software, or if you modify it. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must give the recipients all the rights that -you have. You must make sure that they, too, receive or can get the -source code. And you must show them these terms so they know their -rights. - - We protect your rights with two steps: (1) copyright the software, and -(2) offer you this license which gives you legal permission to copy, -distribute and/or modify the software. - - Also, for each author's protection and ours, we want to make certain -that everyone understands that there is no warranty for this free -software. If the software is modified by someone else and passed on, we -want its recipients to know that what they have is not the original, so -that any problems introduced by others will not reflect on the original -authors' reputations. - - Finally, any free program is threatened constantly by software -patents. We wish to avoid the danger that redistributors of a free -program will individually obtain patent licenses, in effect making the -program proprietary. To prevent this, we have made it clear that any -patent must be licensed for everyone's free use or not licensed at all. - - The precise terms and conditions for copying, distribution and -modification follow. - - GNU GENERAL PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. This License applies to any program or other work which contains -a notice placed by the copyright holder saying it may be distributed -under the terms of this General Public License. The "Program", below, -refers to any such program or work, and a "work based on the Program" -means either the Program or any derivative work under copyright law: -that is to say, a work containing the Program or a portion of it, -either verbatim or with modifications and/or translated into another -language. (Hereinafter, translation is included without limitation in -the term "modification".) Each licensee is addressed as "you". - -Activities other than copying, distribution and modification are not -covered by this License; they are outside its scope. The act of -running the Program is not restricted, and the output from the Program -is covered only if its contents constitute a work based on the -Program (independent of having been made by running the Program). -Whether that is true depends on what the Program does. - - 1. You may copy and distribute verbatim copies of the Program's -source code as you receive it, in any medium, provided that you -conspicuously and appropriately publish on each copy an appropriate -copyright notice and disclaimer of warranty; keep intact all the -notices that refer to this License and to the absence of any warranty; -and give any other recipients of the Program a copy of this License -along with the Program. - -You may charge a fee for the physical act of transferring a copy, and -you may at your option offer warranty protection in exchange for a fee. - - 2. You may modify your copy or copies of the Program or any portion -of it, thus forming a work based on the Program, and copy and -distribute such modifications or work under the terms of Section 1 -above, provided that you also meet all of these conditions: - - a) You must cause the modified files to carry prominent notices - stating that you changed the files and the date of any change. - - b) You must cause any work that you distribute or publish, that in - whole or in part contains or is derived from the Program or any - part thereof, to be licensed as a whole at no charge to all third - parties under the terms of this License. - - c) If the modified program normally reads commands interactively - when run, you must cause it, when started running for such - interactive use in the most ordinary way, to print or display an - announcement including an appropriate copyright notice and a - notice that there is no warranty (or else, saying that you provide - a warranty) and that users may redistribute the program under - these conditions, and telling the user how to view a copy of this - License. (Exception: if the Program itself is interactive but - does not normally print such an announcement, your work based on - the Program is not required to print an announcement.) - -These requirements apply to the modified work as a whole. If -identifiable sections of that work are not derived from the Program, -and can be reasonably considered independent and separate works in -themselves, then this License, and its terms, do not apply to those -sections when you distribute them as separate works. But when you -distribute the same sections as part of a whole which is a work based -on the Program, the distribution of the whole must be on the terms of -this License, whose permissions for other licensees extend to the -entire whole, and thus to each and every part regardless of who wrote it. - -Thus, it is not the intent of this section to claim rights or contest -your rights to work written entirely by you; rather, the intent is to -exercise the right to control the distribution of derivative or -collective works based on the Program. - -In addition, mere aggregation of another work not based on the Program -with the Program (or with a work based on the Program) on a volume of -a storage or distribution medium does not bring the other work under -the scope of this License. - - 3. You may copy and distribute the Program (or a work based on it, -under Section 2) in object code or executable form under the terms of -Sections 1 and 2 above provided that you also do one of the following: - - a) Accompany it with the complete corresponding machine-readable - source code, which must be distributed under the terms of Sections - 1 and 2 above on a medium customarily used for software interchange; or, - - b) Accompany it with a written offer, valid for at least three - years, to give any third party, for a charge no more than your - cost of physically performing source distribution, a complete - machine-readable copy of the corresponding source code, to be - distributed under the terms of Sections 1 and 2 above on a medium - customarily used for software interchange; or, - - c) Accompany it with the information you received as to the offer - to distribute corresponding source code. (This alternative is - allowed only for noncommercial distribution and only if you - received the program in object code or executable form with such - an offer, in accord with Subsection b above.) - -The source code for a work means the preferred form of the work for -making modifications to it. For an executable work, complete source -code means all the source code for all modules it contains, plus any -associated interface definition files, plus the scripts used to -control compilation and installation of the executable. However, as a -special exception, the source code distributed need not include -anything that is normally distributed (in either source or binary -form) with the major components (compiler, kernel, and so on) of the -operating system on which the executable runs, unless that component -itself accompanies the executable. - -If distribution of executable or object code is made by offering -access to copy from a designated place, then offering equivalent -access to copy the source code from the same place counts as -distribution of the source code, even though third parties are not -compelled to copy the source along with the object code. - - 4. You may not copy, modify, sublicense, or distribute the Program -except as expressly provided under this License. Any attempt -otherwise to copy, modify, sublicense or distribute the Program is -void, and will automatically terminate your rights under this License. -However, parties who have received copies, or rights, from you under -this License will not have their licenses terminated so long as such -parties remain in full compliance. - - 5. You are not required to accept this License, since you have not -signed it. However, nothing else grants you permission to modify or -distribute the Program or its derivative works. These actions are -prohibited by law if you do not accept this License. Therefore, by -modifying or distributing the Program (or any work based on the -Program), you indicate your acceptance of this License to do so, and -all its terms and conditions for copying, distributing or modifying -the Program or works based on it. - - 6. Each time you redistribute the Program (or any work based on the -Program), the recipient automatically receives a license from the -original licensor to copy, distribute or modify the Program subject to -these terms and conditions. You may not impose any further -restrictions on the recipients' exercise of the rights granted herein. -You are not responsible for enforcing compliance by third parties to -this License. - - 7. If, as a consequence of a court judgment or allegation of patent -infringement or for any other reason (not limited to patent issues), -conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot -distribute so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you -may not distribute the Program at all. For example, if a patent -license would not permit royalty-free redistribution of the Program by -all those who receive copies directly or indirectly through you, then -the only way you could satisfy both it and this License would be to -refrain entirely from distribution of the Program. - -If any portion of this section is held invalid or unenforceable under -any particular circumstance, the balance of the section is intended to -apply and the section as a whole is intended to apply in other -circumstances. - -It is not the purpose of this section to induce you to infringe any -patents or other property right claims or to contest validity of any -such claims; this section has the sole purpose of protecting the -integrity of the free software distribution system, which is -implemented by public license practices. Many people have made -generous contributions to the wide range of software distributed -through that system in reliance on consistent application of that -system; it is up to the author/donor to decide if he or she is willing -to distribute software through any other system and a licensee cannot -impose that choice. - -This section is intended to make thoroughly clear what is believed to -be a consequence of the rest of this License. - - 8. If the distribution and/or use of the Program is restricted in -certain countries either by patents or by copyrighted interfaces, the -original copyright holder who places the Program under this License -may add an explicit geographical distribution limitation excluding -those countries, so that distribution is permitted only in or among -countries not thus excluded. In such case, this License incorporates -the limitation as if written in the body of this License. - - 9. The Free Software Foundation may publish revised and/or new versions -of the General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - -Each version is given a distinguishing version number. If the Program -specifies a version number of this License which applies to it and "any -later version", you have the option of following the terms and conditions -either of that version or of any later version published by the Free -Software Foundation. If the Program does not specify a version number of -this License, you may choose any version ever published by the Free Software -Foundation. - - 10. If you wish to incorporate parts of the Program into other free -programs whose distribution conditions are different, write to the author -to ask for permission. For software which is copyrighted by the Free -Software Foundation, write to the Free Software Foundation; we sometimes -make exceptions for this. Our decision will be guided by the two goals -of preserving the free status of all derivatives of our free software and -of promoting the sharing and reuse of software generally. - - NO WARRANTY - - 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY -FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN -OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES -PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED -OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS -TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE -PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, -REPAIR OR CORRECTION. - - 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR -REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, -INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING -OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED -TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY -YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER -PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE -POSSIBILITY OF SUCH DAMAGES. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -convey the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - - -Also add information on how to contact you by electronic and paper mail. - -If the program is interactive, make it output a short notice like this -when it starts in an interactive mode: - - Gnomovision version 69, Copyright (C) year name of author - Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, the commands you use may -be called something other than `show w' and `show c'; they could even be -mouse-clicks or menu items--whatever suits your program. - -You should also get your employer (if you work as a programmer) or your -school, if any, to sign a "copyright disclaimer" for the program, if -necessary. Here is a sample; alter the names: - - Yoyodyne, Inc., hereby disclaims all copyright interest in the program - `Gnomovision' (which makes passes at compilers) written by James Hacker. - - , 1 April 1989 - Ty Coon, President of Vice - -This General Public License does not permit incorporating your program into -proprietary programs. If your program is a subroutine library, you may -consider it more useful to permit linking proprietary applications with the -library. If this is what you want to do, use the GNU Library General -Public License instead of this License. - -================================================================================ - GNU LESSER GENERAL PUBLIC LICENSE - Version 2.1, February 1999 - - Copyright (C) 1991, 1999 Free Software Foundation, Inc. - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - -[This is the first released version of the Lesser GPL. It also counts - as the successor of the GNU Library Public License, version 2, hence - the version number 2.1.] - - Preamble - - The licenses for most software are designed to take away your -freedom to share and change it. By contrast, the GNU General Public -Licenses are intended to guarantee your freedom to share and change -free software--to make sure the software is free for all its users. - - This license, the Lesser General Public License, applies to some -specially designated software packages--typically libraries--of the -Free Software Foundation and other authors who decide to use it. You -can use it too, but we suggest you first think carefully about whether -this license or the ordinary General Public License is the better -strategy to use in any particular case, based on the explanations below. - - When we speak of free software, we are referring to freedom of use, -not price. Our General Public Licenses are designed to make sure that -you have the freedom to distribute copies of free software (and charge -for this service if you wish); that you receive source code or can get -it if you want it; that you can change the software and use pieces of -it in new free programs; and that you are informed that you can do -these things. - - To protect your rights, we need to make restrictions that forbid -distributors to deny you these rights or to ask you to surrender these -rights. These restrictions translate to certain responsibilities for -you if you distribute copies of the library or if you modify it. - - For example, if you distribute copies of the library, whether gratis -or for a fee, you must give the recipients all the rights that we gave -you. You must make sure that they, too, receive or can get the source -code. If you link other code with the library, you must provide -complete object files to the recipients, so that they can relink them -with the library after making changes to the library and recompiling -it. And you must show them these terms so they know their rights. - - We protect your rights with a two-step method: (1) we copyright the -library, and (2) we offer you this license, which gives you legal -permission to copy, distribute and/or modify the library. - - To protect each distributor, we want to make it very clear that -there is no warranty for the free library. Also, if the library is -modified by someone else and passed on, the recipients should know -that what they have is not the original version, so that the original -author's reputation will not be affected by problems that might be -introduced by others. - - Finally, software patents pose a constant threat to the existence of -any free program. We wish to make sure that a company cannot -effectively restrict the users of a free program by obtaining a -restrictive license from a patent holder. Therefore, we insist that -any patent license obtained for a version of the library must be -consistent with the full freedom of use specified in this license. - - Most GNU software, including some libraries, is covered by the -ordinary GNU General Public License. This license, the GNU Lesser -General Public License, applies to certain designated libraries, and -is quite different from the ordinary General Public License. We use -this license for certain libraries in order to permit linking those -libraries into non-free programs. - - When a program is linked with a library, whether statically or using -a shared library, the combination of the two is legally speaking a -combined work, a derivative of the original library. The ordinary -General Public License therefore permits such linking only if the -entire combination fits its criteria of freedom. The Lesser General -Public License permits more lax criteria for linking other code with -the library. - - We call this license the "Lesser" General Public License because it -does Less to protect the user's freedom than the ordinary General -Public License. It also provides other free software developers Less -of an advantage over competing non-free programs. These disadvantages -are the reason we use the ordinary General Public License for many -libraries. However, the Lesser license provides advantages in certain -special circumstances. - - For example, on rare occasions, there may be a special need to -encourage the widest possible use of a certain library, so that it becomes -a de-facto standard. To achieve this, non-free programs must be -allowed to use the library. A more frequent case is that a free -library does the same job as widely used non-free libraries. In this -case, there is little to gain by limiting the free library to free -software only, so we use the Lesser General Public License. - - In other cases, permission to use a particular library in non-free -programs enables a greater number of people to use a large body of -free software. For example, permission to use the GNU C Library in -non-free programs enables many more people to use the whole GNU -operating system, as well as its variant, the GNU/Linux operating -system. - - Although the Lesser General Public License is Less protective of the -users' freedom, it does ensure that the user of a program that is -linked with the Library has the freedom and the wherewithal to run -that program using a modified version of the Library. - - The precise terms and conditions for copying, distribution and -modification follow. Pay close attention to the difference between a -"work based on the library" and a "work that uses the library". The -former contains code derived from the library, whereas the latter must -be combined with the library in order to run. - - GNU LESSER GENERAL PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. This License Agreement applies to any software library or other -program which contains a notice placed by the copyright holder or -other authorized party saying it may be distributed under the terms of -this Lesser General Public License (also called "this License"). -Each licensee is addressed as "you". - - A "library" means a collection of software functions and/or data -prepared so as to be conveniently linked with application programs -(which use some of those functions and data) to form executables. - - The "Library", below, refers to any such software library or work -which has been distributed under these terms. A "work based on the -Library" means either the Library or any derivative work under -copyright law: that is to say, a work containing the Library or a -portion of it, either verbatim or with modifications and/or translated -straightforwardly into another language. (Hereinafter, translation is -included without limitation in the term "modification".) - - "Source code" for a work means the preferred form of the work for -making modifications to it. For a library, complete source code means -all the source code for all modules it contains, plus any associated -interface definition files, plus the scripts used to control compilation -and installation of the library. - - Activities other than copying, distribution and modification are not -covered by this License; they are outside its scope. The act of -running a program using the Library is not restricted, and output from -such a program is covered only if its contents constitute a work based -on the Library (independent of the use of the Library in a tool for -writing it). Whether that is true depends on what the Library does -and what the program that uses the Library does. - - 1. You may copy and distribute verbatim copies of the Library's -complete source code as you receive it, in any medium, provided that -you conspicuously and appropriately publish on each copy an -appropriate copyright notice and disclaimer of warranty; keep intact -all the notices that refer to this License and to the absence of any -warranty; and distribute a copy of this License along with the -Library. - - You may charge a fee for the physical act of transferring a copy, -and you may at your option offer warranty protection in exchange for a -fee. - - 2. You may modify your copy or copies of the Library or any portion -of it, thus forming a work based on the Library, and copy and -distribute such modifications or work under the terms of Section 1 -above, provided that you also meet all of these conditions: - - a) The modified work must itself be a software library. - - b) You must cause the files modified to carry prominent notices - stating that you changed the files and the date of any change. - - c) You must cause the whole of the work to be licensed at no - charge to all third parties under the terms of this License. - - d) If a facility in the modified Library refers to a function or a - table of data to be supplied by an application program that uses - the facility, other than as an argument passed when the facility - is invoked, then you must make a good faith effort to ensure that, - in the event an application does not supply such function or - table, the facility still operates, and performs whatever part of - its purpose remains meaningful. - - (For example, a function in a library to compute square roots has - a purpose that is entirely well-defined independent of the - application. Therefore, Subsection 2d requires that any - application-supplied function or table used by this function must - be optional: if the application does not supply it, the square - root function must still compute square roots.) - -These requirements apply to the modified work as a whole. If -identifiable sections of that work are not derived from the Library, -and can be reasonably considered independent and separate works in -themselves, then this License, and its terms, do not apply to those -sections when you distribute them as separate works. But when you -distribute the same sections as part of a whole which is a work based -on the Library, the distribution of the whole must be on the terms of -this License, whose permissions for other licensees extend to the -entire whole, and thus to each and every part regardless of who wrote -it. - -Thus, it is not the intent of this section to claim rights or contest -your rights to work written entirely by you; rather, the intent is to -exercise the right to control the distribution of derivative or -collective works based on the Library. - -In addition, mere aggregation of another work not based on the Library -with the Library (or with a work based on the Library) on a volume of -a storage or distribution medium does not bring the other work under -the scope of this License. - - 3. You may opt to apply the terms of the ordinary GNU General Public -License instead of this License to a given copy of the Library. To do -this, you must alter all the notices that refer to this License, so -that they refer to the ordinary GNU General Public License, version 2, -instead of to this License. (If a newer version than version 2 of the -ordinary GNU General Public License has appeared, then you can specify -that version instead if you wish.) Do not make any other change in -these notices. - - Once this change is made in a given copy, it is irreversible for -that copy, so the ordinary GNU General Public License applies to all -subsequent copies and derivative works made from that copy. - - This option is useful when you wish to copy part of the code of -the Library into a program that is not a library. - - 4. You may copy and distribute the Library (or a portion or -derivative of it, under Section 2) in object code or executable form -under the terms of Sections 1 and 2 above provided that you accompany -it with the complete corresponding machine-readable source code, which -must be distributed under the terms of Sections 1 and 2 above on a -medium customarily used for software interchange. - - If distribution of object code is made by offering access to copy -from a designated place, then offering equivalent access to copy the -source code from the same place satisfies the requirement to -distribute the source code, even though third parties are not -compelled to copy the source along with the object code. - - 5. A program that contains no derivative of any portion of the -Library, but is designed to work with the Library by being compiled or -linked with it, is called a "work that uses the Library". Such a -work, in isolation, is not a derivative work of the Library, and -therefore falls outside the scope of this License. - - However, linking a "work that uses the Library" with the Library -creates an executable that is a derivative of the Library (because it -contains portions of the Library), rather than a "work that uses the -library". The executable is therefore covered by this License. -Section 6 states terms for distribution of such executables. - - When a "work that uses the Library" uses material from a header file -that is part of the Library, the object code for the work may be a -derivative work of the Library even though the source code is not. -Whether this is true is especially significant if the work can be -linked without the Library, or if the work is itself a library. The -threshold for this to be true is not precisely defined by law. - - If such an object file uses only numerical parameters, data -structure layouts and accessors, and small macros and small inline -functions (ten lines or less in length), then the use of the object -file is unrestricted, regardless of whether it is legally a derivative -work. (Executables containing this object code plus portions of the -Library will still fall under Section 6.) - - Otherwise, if the work is a derivative of the Library, you may -distribute the object code for the work under the terms of Section 6. -Any executables containing that work also fall under Section 6, -whether or not they are linked directly with the Library itself. - - 6. As an exception to the Sections above, you may also combine or -link a "work that uses the Library" with the Library to produce a -work containing portions of the Library, and distribute that work -under terms of your choice, provided that the terms permit -modification of the work for the customer's own use and reverse -engineering for debugging such modifications. - - You must give prominent notice with each copy of the work that the -Library is used in it and that the Library and its use are covered by -this License. You must supply a copy of this License. If the work -during execution displays copyright notices, you must include the -copyright notice for the Library among them, as well as a reference -directing the user to the copy of this License. Also, you must do one -of these things: - - a) Accompany the work with the complete corresponding - machine-readable source code for the Library including whatever - changes were used in the work (which must be distributed under - Sections 1 and 2 above); and, if the work is an executable linked - with the Library, with the complete machine-readable "work that - uses the Library", as object code and/or source code, so that the - user can modify the Library and then relink to produce a modified - executable containing the modified Library. (It is understood - that the user who changes the contents of definitions files in the - Library will not necessarily be able to recompile the application - to use the modified definitions.) - - b) Use a suitable shared library mechanism for linking with the - Library. A suitable mechanism is one that (1) uses at run time a - copy of the library already present on the user's computer system, - rather than copying library functions into the executable, and (2) - will operate properly with a modified version of the library, if - the user installs one, as long as the modified version is - interface-compatible with the version that the work was made with. - - c) Accompany the work with a written offer, valid for at - least three years, to give the same user the materials - specified in Subsection 6a, above, for a charge no more - than the cost of performing this distribution. - - d) If distribution of the work is made by offering access to copy - from a designated place, offer equivalent access to copy the above - specified materials from the same place. - - e) Verify that the user has already received a copy of these - materials or that you have already sent this user a copy. - - For an executable, the required form of the "work that uses the -Library" must include any data and utility programs needed for -reproducing the executable from it. However, as a special exception, -the materials to be distributed need not include anything that is -normally distributed (in either source or binary form) with the major -components (compiler, kernel, and so on) of the operating system on -which the executable runs, unless that component itself accompanies -the executable. - - It may happen that this requirement contradicts the license -restrictions of other proprietary libraries that do not normally -accompany the operating system. Such a contradiction means you cannot -use both them and the Library together in an executable that you -distribute. - - 7. You may place library facilities that are a work based on the -Library side-by-side in a single library together with other library -facilities not covered by this License, and distribute such a combined -library, provided that the separate distribution of the work based on -the Library and of the other library facilities is otherwise -permitted, and provided that you do these two things: - - a) Accompany the combined library with a copy of the same work - based on the Library, uncombined with any other library - facilities. This must be distributed under the terms of the - Sections above. - - b) Give prominent notice with the combined library of the fact - that part of it is a work based on the Library, and explaining - where to find the accompanying uncombined form of the same work. - - 8. You may not copy, modify, sublicense, link with, or distribute -the Library except as expressly provided under this License. Any -attempt otherwise to copy, modify, sublicense, link with, or -distribute the Library is void, and will automatically terminate your -rights under this License. However, parties who have received copies, -or rights, from you under this License will not have their licenses -terminated so long as such parties remain in full compliance. - - 9. You are not required to accept this License, since you have not -signed it. However, nothing else grants you permission to modify or -distribute the Library or its derivative works. These actions are -prohibited by law if you do not accept this License. Therefore, by -modifying or distributing the Library (or any work based on the -Library), you indicate your acceptance of this License to do so, and -all its terms and conditions for copying, distributing or modifying -the Library or works based on it. - - 10. Each time you redistribute the Library (or any work based on the -Library), the recipient automatically receives a license from the -original licensor to copy, distribute, link with or modify the Library -subject to these terms and conditions. You may not impose any further -restrictions on the recipients' exercise of the rights granted herein. -You are not responsible for enforcing compliance by third parties with -this License. - - 11. If, as a consequence of a court judgment or allegation of patent -infringement or for any other reason (not limited to patent issues), -conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot -distribute so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you -may not distribute the Library at all. For example, if a patent -license would not permit royalty-free redistribution of the Library by -all those who receive copies directly or indirectly through you, then -the only way you could satisfy both it and this License would be to -refrain entirely from distribution of the Library. - -If any portion of this section is held invalid or unenforceable under any -particular circumstance, the balance of the section is intended to apply, -and the section as a whole is intended to apply in other circumstances. - -It is not the purpose of this section to induce you to infringe any -patents or other property right claims or to contest validity of any -such claims; this section has the sole purpose of protecting the -integrity of the free software distribution system which is -implemented by public license practices. Many people have made -generous contributions to the wide range of software distributed -through that system in reliance on consistent application of that -system; it is up to the author/donor to decide if he or she is willing -to distribute software through any other system and a licensee cannot -impose that choice. - -This section is intended to make thoroughly clear what is believed to -be a consequence of the rest of this License. - - 12. If the distribution and/or use of the Library is restricted in -certain countries either by patents or by copyrighted interfaces, the -original copyright holder who places the Library under this License may add -an explicit geographical distribution limitation excluding those countries, -so that distribution is permitted only in or among countries not thus -excluded. In such case, this License incorporates the limitation as if -written in the body of this License. - - 13. The Free Software Foundation may publish revised and/or new -versions of the Lesser General Public License from time to time. -Such new versions will be similar in spirit to the present version, -but may differ in detail to address new problems or concerns. - -Each version is given a distinguishing version number. If the Library -specifies a version number of this License which applies to it and -"any later version", you have the option of following the terms and -conditions either of that version or of any later version published by -the Free Software Foundation. If the Library does not specify a -license version number, you may choose any version ever published by -the Free Software Foundation. - - 14. If you wish to incorporate parts of the Library into other free -programs whose distribution conditions are incompatible with these, -write to the author to ask for permission. For software which is -copyrighted by the Free Software Foundation, write to the Free -Software Foundation; we sometimes make exceptions for this. Our -decision will be guided by the two goals of preserving the free status -of all derivatives of our free software and of promoting the sharing -and reuse of software generally. - - NO WARRANTY - - 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO -WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. -EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR -OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY -KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE -LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME -THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - - 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN -WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY -AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU -FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR -CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE -LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING -RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A -FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF -SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGES. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Libraries - - If you develop a new library, and you want it to be of the greatest -possible use to the public, we recommend making it free software that -everyone can redistribute and change. You can do so by permitting -redistribution under these terms (or, alternatively, under the terms of the -ordinary General Public License). - - To apply these terms, attach the following notices to the library. It is -safest to attach them to the start of each source file to most effectively -convey the exclusion of warranty; and each file should have at least the -"copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. - - This library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. - - You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - -Also add information on how to contact you by electronic and paper mail. - -You should also get your employer (if you work as a programmer) or your -school, if any, to sign a "copyright disclaimer" for the library, if -necessary. Here is a sample; alter the names: - - Yoyodyne, Inc., hereby disclaims all copyright interest in the - library `Frob' (a library for tweaking knobs) written by James Random Hacker. - - , 1 April 1990 - Ty Coon, President of Vice - -That's all there is to it! - -============================================================================== -Copyright (c) 2012 - 2016, Victor Zverovich - -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 OWNER 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. - -============================================================================== -Copyright (c) 2012 - present, Victor Zverovich - -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. - ---- Optional exception to the license --- - -As an exception, if, as a result of your compiling your source code, portions -of this Software are embedded into a machine-executable object form of such -source code, you may redistribute such embedded portions in such object form -without including the above copyright and permission notices. - -============================================================================== - - Copyright (c) 2005-2008, The Android Open Source Project - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - - - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - -============================================================================== - ========================================================================= - == NOTICE file corresponding to the section 4 d of == - == the Apache License, Version 2.0, == - == in this case for the Android-specific code. == - ========================================================================= - -Android Code -Copyright 2005-2008 The Android Open Source Project - -This product includes software developed as part of -The Android Open Source Project (http://source.android.com). - - ========================================================================= - == NOTICE file corresponding to the section 4 d of == - == the Apache License, Version 2.0, == - == in this case for Apache Commons code. == - ========================================================================= - -Apache Commons -Copyright 1999-2006 The Apache Software Foundation - -This product includes software developed at -The Apache Software Foundation (http://www.apache.org/). - - ========================================================================= - == NOTICE file corresponding to the section 4 d of == - == the Apache License, Version 2.0, == - == in this case for Jakarta Commons Logging. == - ========================================================================= - -Jakarta Commons Logging (JCL) -Copyright 2005,2006 The Apache Software Foundation. - -This product includes software developed at -The Apache Software Foundation (http://www.apache.org/). - - ========================================================================= - == NOTICE file corresponding to the section 4 d of == - == the Apache License, Version 2.0, == - == in this case for the Nuance code. == - ========================================================================= - -These files are Copyright 2007 Nuance Communications, but released under -the Apache2 License. - - ========================================================================= - == NOTICE file corresponding to the section 4 d of == - == the Apache License, Version 2.0, == - == in this case for the Media Codecs code. == - ========================================================================= - -Media Codecs -These files are Copyright 1998 - 2009 PacketVideo, but released under -the Apache2 License. - - ========================================================================= - == NOTICE file corresponding to the section 4 d of == - == the Apache License, Version 2.0, == - == in this case for the TagSoup code. == - ========================================================================= - -This file is part of TagSoup and is Copyright 2002-2008 by John Cowan. - -TagSoup is licensed under the Apache License, -Version 2.0. You may obtain a copy of this license at -http://www.apache.org/licenses/LICENSE-2.0 . You may also have -additional legal rights not granted by this license. - -TagSoup is distributed in the hope that it will be useful, but -unless required by applicable law or agreed to in writing, TagSoup -is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS -OF ANY KIND, either express or implied; not even the implied warranty -of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - - ========================================================================= - == NOTICE file corresponding to the section 4 d of == - == the Apache License, Version 2.0, == - == in this case for Additional Codecs code. == - ========================================================================= - -Additional Codecs -These files are Copyright 2003-2010 VisualOn, but released under -the Apache2 License. - - ========================================================================= - == NOTICE file corresponding to the section 4 d of == - == the Apache License, Version 2.0, == - == in this case for the Audio Effects code. == - ========================================================================= - -Audio Effects -These files are Copyright (C) 2004-2010 NXP Software and -Copyright (C) 2010 The Android Open Source Project, but released under -the Apache2 License. - - - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - - -UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE - -Unicode Data Files include all data files under the directories -http://www.unicode.org/Public/, http://www.unicode.org/reports/, -and http://www.unicode.org/cldr/data/ . Unicode Software includes any -source code published in the Unicode Standard or under the directories -http://www.unicode.org/Public/, http://www.unicode.org/reports/, and -http://www.unicode.org/cldr/data/. - -NOTICE TO USER: Carefully read the following legal agreement. BY -DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S DATA -FILES ("DATA FILES"), AND/OR SOFTWARE ("SOFTWARE"), YOU UNEQUIVOCALLY -ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE TERMS AND CONDITIONS OF -THIS AGREEMENT. IF YOU DO NOT AGREE, DO NOT DOWNLOAD, INSTALL, COPY, -DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE. - -COPYRIGHT AND PERMISSION NOTICE - -Copyright © 1991-2008 Unicode, Inc. All rights reserved. Distributed -under the Terms of Use in http://www.unicode.org/copyright.html. - -Permission is hereby granted, free of charge, to any person obtaining -a copy of the Unicode data files and any associated documentation (the -"Data Files") or Unicode software and any associated documentation (the -"Software") to deal in the Data Files or Software without restriction, -including without limitation the rights to use, copy, modify, merge, -publish, distribute, and/or sell copies of the Data Files or Software, -and to permit persons to whom the Data Files or Software are furnished to -do so, provided that (a) the above copyright notice(s) and this permission -notice appear with all copies of the Data Files or Software, (b) both the -above copyright notice(s) and this permission notice appear in associated -documentation, and (c) there is clear notice in each modified Data File -or in the Software as well as in the documentation associated with the -Data File(s) or Software that the data or software has been modified. - -THE DATA FILES AND SOFTWARE ARE 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 -OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS -INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT -OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS -OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE -OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE -OR PERFORMANCE OF THE DATA FILES OR SOFTWARE. - -Except as contained in this notice, the name of a copyright holder -shall not be used in advertising or otherwise to promote the sale, use -or other dealings in these Data Files or Software without prior written -authorization of the copyright holder. - -============================================================================== -Copyright 2008, Google 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: - - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * 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. - * Neither the name of Google Inc. nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. - -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 -OWNER 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. - -============================================================================== -============================================================================== -libc++ License -============================================================================== - -The libc++ library is dual licensed under both the University of Illinois -"BSD-Like" license and the MIT license. As a user of this code you may choose -to use it under either license. As a contributor, you agree to allow your code -to be used under both. - -Full text of the relevant licenses is included below. - -============================================================================== - -University of Illinois/NCSA -Open Source License - -Copyright (c) 2009-2017 by the contributors listed in CREDITS.TXT - -All rights reserved. - -Developed by: - - LLVM Team - - University of Illinois at Urbana-Champaign - - http://llvm.org - -Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the "Software"), to deal with -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: - - * Redistributions of source code must retain the above copyright notice, - this list of conditions and the following disclaimers. - - * Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimers in the - documentation and/or other materials provided with the distribution. - - * Neither the names of the LLVM Team, University of Illinois at - Urbana-Champaign, nor the names of its contributors may be used to - endorse or promote products derived from this Software without specific - prior written permission. - -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 -CONTRIBUTORS 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 WITH THE -SOFTWARE. - -============================================================================== - -Copyright (c) 2009-2014 by the contributors listed in CREDITS.TXT - -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. - -============================================================================== -============================================================================== -libc++abi License -============================================================================== - -The libc++abi library is dual licensed under both the University of Illinois -"BSD-Like" license and the MIT license. As a user of this code you may choose -to use it under either license. As a contributor, you agree to allow your code -to be used under both. - -Full text of the relevant licenses is included below. - -============================================================================== - -University of Illinois/NCSA -Open Source License - -Copyright (c) 2009-2018 by the contributors listed in CREDITS.TXT - -All rights reserved. - -Developed by: - - LLVM Team - - University of Illinois at Urbana-Champaign - - http://llvm.org - -Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the "Software"), to deal with -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: - - * Redistributions of source code must retain the above copyright notice, - this list of conditions and the following disclaimers. - - * Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimers in the - documentation and/or other materials provided with the distribution. - - * Neither the names of the LLVM Team, University of Illinois at - Urbana-Champaign, nor the names of its contributors may be used to - endorse or promote products derived from this Software without specific - prior written permission. - -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 -CONTRIBUTORS 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 WITH THE -SOFTWARE. - -============================================================================== - -Copyright (c) 2009-2014 by the contributors listed in CREDITS.TXT - -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. - -============================================================================== -============================================================================== -libc++abi License -============================================================================== - -The libc++abi library is dual licensed under both the University of Illinois -"BSD-Like" license and the MIT license. As a user of this code you may choose -to use it under either license. As a contributor, you agree to allow your code -to be used under both. - -Full text of the relevant licenses is included below. - -============================================================================== - -University of Illinois/NCSA -Open Source License - -Copyright (c) 2009-2014 by the contributors listed in CREDITS.TXT - -All rights reserved. - -Developed by: - - LLVM Team - - University of Illinois at Urbana-Champaign - - http://llvm.org - -Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the "Software"), to deal with -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: - - * Redistributions of source code must retain the above copyright notice, - this list of conditions and the following disclaimers. - - * Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimers in the - documentation and/or other materials provided with the distribution. - - * Neither the names of the LLVM Team, University of Illinois at - Urbana-Champaign, nor the names of its contributors may be used to - endorse or promote products derived from this Software without specific - prior written permission. - -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 -CONTRIBUTORS 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 WITH THE -SOFTWARE. - -============================================================================== - -Copyright (c) 2009-2014 by the contributors listed in CREDITS.TXT - -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. - -============================================================================== -COPYRIGHT NOTICE, DISCLAIMER, and LICENSE -========================================= - -PNG Reference Library License version 2 ---------------------------------------- - - * Copyright (c) 1995-2019 The PNG Reference Library Authors. - * Copyright (c) 2018-2019 Cosmin Truta. - * Copyright (c) 2000-2002, 2004, 2006-2018 Glenn Randers-Pehrson. - * Copyright (c) 1996-1997 Andreas Dilger. - * Copyright (c) 1995-1996 Guy Eric Schalnat, Group 42, Inc. - -The software is supplied "as is", without warranty of any kind, -express or implied, including, without limitation, the warranties -of merchantability, fitness for a particular purpose, title, and -non-infringement. In no event shall the Copyright owners, or -anyone distributing the software, be liable for any damages or -other liability, whether in contract, tort or otherwise, arising -from, out of, or in connection with the software, or the use or -other dealings in the software, even if advised of the possibility -of such damage. - -Permission is hereby granted to use, copy, modify, and distribute -this software, or portions hereof, for any purpose, without fee, -subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you - must not claim that you wrote the original software. If you - use this software in a product, an acknowledgment in the product - documentation would be appreciated, but is not required. - - 2. Altered source versions must be plainly marked as such, and must - not be misrepresented as being the original software. - - 3. This Copyright notice may not be removed or altered from any - source or altered source distribution. - - -PNG Reference Library License version 1 (for libpng 0.5 through 1.6.35) ------------------------------------------------------------------------ - -libpng versions 1.0.7, July 1, 2000, through 1.6.35, July 15, 2018 are -Copyright (c) 2000-2002, 2004, 2006-2018 Glenn Randers-Pehrson, are -derived from libpng-1.0.6, and are distributed according to the same -disclaimer and license as libpng-1.0.6 with the following individuals -added to the list of Contributing Authors: - - Simon-Pierre Cadieux - Eric S. Raymond - Mans Rullgard - Cosmin Truta - Gilles Vollant - James Yu - Mandar Sahastrabuddhe - Google Inc. - Vadim Barkov - -and with the following additions to the disclaimer: - - There is no warranty against interference with your enjoyment of - the library or against infringement. There is no warranty that our - efforts or the library will fulfill any of your particular purposes - or needs. This library is provided with all faults, and the entire - risk of satisfactory quality, performance, accuracy, and effort is - with the user. - -Some files in the "contrib" directory and some configure-generated -files that are distributed with libpng have other copyright owners, and -are released under other open source licenses. - -libpng versions 0.97, January 1998, through 1.0.6, March 20, 2000, are -Copyright (c) 1998-2000 Glenn Randers-Pehrson, are derived from -libpng-0.96, and are distributed according to the same disclaimer and -license as libpng-0.96, with the following individuals added to the -list of Contributing Authors: - - Tom Lane - Glenn Randers-Pehrson - Willem van Schaik - -libpng versions 0.89, June 1996, through 0.96, May 1997, are -Copyright (c) 1996-1997 Andreas Dilger, are derived from libpng-0.88, -and are distributed according to the same disclaimer and license as -libpng-0.88, with the following individuals added to the list of -Contributing Authors: - - John Bowler - Kevin Bracey - Sam Bushell - Magnus Holmgren - Greg Roelofs - Tom Tanner - -Some files in the "scripts" directory have other copyright owners, -but are released under this license. - -libpng versions 0.5, May 1995, through 0.88, January 1996, are -Copyright (c) 1995-1996 Guy Eric Schalnat, Group 42, Inc. - -For the purposes of this copyright and license, "Contributing Authors" -is defined as the following set of individuals: - - Andreas Dilger - Dave Martindale - Guy Eric Schalnat - Paul Schmidt - Tim Wegner - -The PNG Reference Library is supplied "AS IS". The Contributing -Authors and Group 42, Inc. disclaim all warranties, expressed or -implied, including, without limitation, the warranties of -merchantability and of fitness for any purpose. The Contributing -Authors and Group 42, Inc. assume no liability for direct, indirect, -incidental, special, exemplary, or consequential damages, which may -result from the use of the PNG Reference Library, even if advised of -the possibility of such damage. - -Permission is hereby granted to use, copy, modify, and distribute this -source code, or portions hereof, for any purpose, without fee, subject -to the following restrictions: - - 1. The origin of this source code must not be misrepresented. - - 2. Altered versions must be plainly marked as such and must not - be misrepresented as being the original source. - - 3. This Copyright notice may not be removed or altered from any - source or altered source distribution. - -The Contributing Authors and Group 42, Inc. specifically permit, -without fee, and encourage the use of this source code as a component -to supporting the PNG file format in commercial products. If you use -this source code in a product, acknowledgment is not required but would -be appreciated. - -============================================================================== - GNU LESSER GENERAL PUBLIC LICENSE - Version 2.1, February 1999 - - Copyright (C) 1991, 1999 Free Software Foundation, Inc. - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - -[This is the first released version of the Lesser GPL. It also counts - as the successor of the GNU Library Public License, version 2, hence - the version number 2.1.] - - Preamble - - The licenses for most software are designed to take away your -freedom to share and change it. By contrast, the GNU General Public -Licenses are intended to guarantee your freedom to share and change -free software--to make sure the software is free for all its users. - - This license, the Lesser General Public License, applies to some -specially designated software packages--typically libraries--of the -Free Software Foundation and other authors who decide to use it. You -can use it too, but we suggest you first think carefully about whether -this license or the ordinary General Public License is the better -strategy to use in any particular case, based on the explanations below. - - When we speak of free software, we are referring to freedom of use, -not price. Our General Public Licenses are designed to make sure that -you have the freedom to distribute copies of free software (and charge -for this service if you wish); that you receive source code or can get -it if you want it; that you can change the software and use pieces of -it in new free programs; and that you are informed that you can do -these things. - - To protect your rights, we need to make restrictions that forbid -distributors to deny you these rights or to ask you to surrender these -rights. These restrictions translate to certain responsibilities for -you if you distribute copies of the library or if you modify it. - - For example, if you distribute copies of the library, whether gratis -or for a fee, you must give the recipients all the rights that we gave -you. You must make sure that they, too, receive or can get the source -code. If you link other code with the library, you must provide -complete object files to the recipients, so that they can relink them -with the library after making changes to the library and recompiling -it. And you must show them these terms so they know their rights. - - We protect your rights with a two-step method: (1) we copyright the -library, and (2) we offer you this license, which gives you legal -permission to copy, distribute and/or modify the library. - - To protect each distributor, we want to make it very clear that -there is no warranty for the free library. Also, if the library is -modified by someone else and passed on, the recipients should know -that what they have is not the original version, so that the original -author's reputation will not be affected by problems that might be -introduced by others. - - Finally, software patents pose a constant threat to the existence of -any free program. We wish to make sure that a company cannot -effectively restrict the users of a free program by obtaining a -restrictive license from a patent holder. Therefore, we insist that -any patent license obtained for a version of the library must be -consistent with the full freedom of use specified in this license. - - Most GNU software, including some libraries, is covered by the -ordinary GNU General Public License. This license, the GNU Lesser -General Public License, applies to certain designated libraries, and -is quite different from the ordinary General Public License. We use -this license for certain libraries in order to permit linking those -libraries into non-free programs. - - When a program is linked with a library, whether statically or using -a shared library, the combination of the two is legally speaking a -combined work, a derivative of the original library. The ordinary -General Public License therefore permits such linking only if the -entire combination fits its criteria of freedom. The Lesser General -Public License permits more lax criteria for linking other code with -the library. - - We call this license the "Lesser" General Public License because it -does Less to protect the user's freedom than the ordinary General -Public License. It also provides other free software developers Less -of an advantage over competing non-free programs. These disadvantages -are the reason we use the ordinary General Public License for many -libraries. However, the Lesser license provides advantages in certain -special circumstances. - - For example, on rare occasions, there may be a special need to -encourage the widest possible use of a certain library, so that it becomes -a de-facto standard. To achieve this, non-free programs must be -allowed to use the library. A more frequent case is that a free -library does the same job as widely used non-free libraries. In this -case, there is little to gain by limiting the free library to free -software only, so we use the Lesser General Public License. - - In other cases, permission to use a particular library in non-free -programs enables a greater number of people to use a large body of -free software. For example, permission to use the GNU C Library in -non-free programs enables many more people to use the whole GNU -operating system, as well as its variant, the GNU/Linux operating -system. - - Although the Lesser General Public License is Less protective of the -users' freedom, it does ensure that the user of a program that is -linked with the Library has the freedom and the wherewithal to run -that program using a modified version of the Library. - - The precise terms and conditions for copying, distribution and -modification follow. Pay close attention to the difference between a -"work based on the library" and a "work that uses the library". The -former contains code derived from the library, whereas the latter must -be combined with the library in order to run. - - GNU LESSER GENERAL PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. This License Agreement applies to any software library or other -program which contains a notice placed by the copyright holder or -other authorized party saying it may be distributed under the terms of -this Lesser General Public License (also called "this License"). -Each licensee is addressed as "you". - - A "library" means a collection of software functions and/or data -prepared so as to be conveniently linked with application programs -(which use some of those functions and data) to form executables. - - The "Library", below, refers to any such software library or work -which has been distributed under these terms. A "work based on the -Library" means either the Library or any derivative work under -copyright law: that is to say, a work containing the Library or a -portion of it, either verbatim or with modifications and/or translated -straightforwardly into another language. (Hereinafter, translation is -included without limitation in the term "modification".) - - "Source code" for a work means the preferred form of the work for -making modifications to it. For a library, complete source code means -all the source code for all modules it contains, plus any associated -interface definition files, plus the scripts used to control compilation -and installation of the library. - - Activities other than copying, distribution and modification are not -covered by this License; they are outside its scope. The act of -running a program using the Library is not restricted, and output from -such a program is covered only if its contents constitute a work based -on the Library (independent of the use of the Library in a tool for -writing it). Whether that is true depends on what the Library does -and what the program that uses the Library does. - - 1. You may copy and distribute verbatim copies of the Library's -complete source code as you receive it, in any medium, provided that -you conspicuously and appropriately publish on each copy an -appropriate copyright notice and disclaimer of warranty; keep intact -all the notices that refer to this License and to the absence of any -warranty; and distribute a copy of this License along with the -Library. - - You may charge a fee for the physical act of transferring a copy, -and you may at your option offer warranty protection in exchange for a -fee. - - 2. You may modify your copy or copies of the Library or any portion -of it, thus forming a work based on the Library, and copy and -distribute such modifications or work under the terms of Section 1 -above, provided that you also meet all of these conditions: - - a) The modified work must itself be a software library. - - b) You must cause the files modified to carry prominent notices - stating that you changed the files and the date of any change. - - c) You must cause the whole of the work to be licensed at no - charge to all third parties under the terms of this License. - - d) If a facility in the modified Library refers to a function or a - table of data to be supplied by an application program that uses - the facility, other than as an argument passed when the facility - is invoked, then you must make a good faith effort to ensure that, - in the event an application does not supply such function or - table, the facility still operates, and performs whatever part of - its purpose remains meaningful. - - (For example, a function in a library to compute square roots has - a purpose that is entirely well-defined independent of the - application. Therefore, Subsection 2d requires that any - application-supplied function or table used by this function must - be optional: if the application does not supply it, the square - root function must still compute square roots.) - -These requirements apply to the modified work as a whole. If -identifiable sections of that work are not derived from the Library, -and can be reasonably considered independent and separate works in -themselves, then this License, and its terms, do not apply to those -sections when you distribute them as separate works. But when you -distribute the same sections as part of a whole which is a work based -on the Library, the distribution of the whole must be on the terms of -this License, whose permissions for other licensees extend to the -entire whole, and thus to each and every part regardless of who wrote -it. - -Thus, it is not the intent of this section to claim rights or contest -your rights to work written entirely by you; rather, the intent is to -exercise the right to control the distribution of derivative or -collective works based on the Library. - -In addition, mere aggregation of another work not based on the Library -with the Library (or with a work based on the Library) on a volume of -a storage or distribution medium does not bring the other work under -the scope of this License. - - 3. You may opt to apply the terms of the ordinary GNU General Public -License instead of this License to a given copy of the Library. To do -this, you must alter all the notices that refer to this License, so -that they refer to the ordinary GNU General Public License, version 2, -instead of to this License. (If a newer version than version 2 of the -ordinary GNU General Public License has appeared, then you can specify -that version instead if you wish.) Do not make any other change in -these notices. - - Once this change is made in a given copy, it is irreversible for -that copy, so the ordinary GNU General Public License applies to all -subsequent copies and derivative works made from that copy. - - This option is useful when you wish to copy part of the code of -the Library into a program that is not a library. - - 4. You may copy and distribute the Library (or a portion or -derivative of it, under Section 2) in object code or executable form -under the terms of Sections 1 and 2 above provided that you accompany -it with the complete corresponding machine-readable source code, which -must be distributed under the terms of Sections 1 and 2 above on a -medium customarily used for software interchange. - - If distribution of object code is made by offering access to copy -from a designated place, then offering equivalent access to copy the -source code from the same place satisfies the requirement to -distribute the source code, even though third parties are not -compelled to copy the source along with the object code. - - 5. A program that contains no derivative of any portion of the -Library, but is designed to work with the Library by being compiled or -linked with it, is called a "work that uses the Library". Such a -work, in isolation, is not a derivative work of the Library, and -therefore falls outside the scope of this License. - - However, linking a "work that uses the Library" with the Library -creates an executable that is a derivative of the Library (because it -contains portions of the Library), rather than a "work that uses the -library". The executable is therefore covered by this License. -Section 6 states terms for distribution of such executables. - - When a "work that uses the Library" uses material from a header file -that is part of the Library, the object code for the work may be a -derivative work of the Library even though the source code is not. -Whether this is true is especially significant if the work can be -linked without the Library, or if the work is itself a library. The -threshold for this to be true is not precisely defined by law. - - If such an object file uses only numerical parameters, data -structure layouts and accessors, and small macros and small inline -functions (ten lines or less in length), then the use of the object -file is unrestricted, regardless of whether it is legally a derivative -work. (Executables containing this object code plus portions of the -Library will still fall under Section 6.) - - Otherwise, if the work is a derivative of the Library, you may -distribute the object code for the work under the terms of Section 6. -Any executables containing that work also fall under Section 6, -whether or not they are linked directly with the Library itself. - - 6. As an exception to the Sections above, you may also combine or -link a "work that uses the Library" with the Library to produce a -work containing portions of the Library, and distribute that work -under terms of your choice, provided that the terms permit -modification of the work for the customer's own use and reverse -engineering for debugging such modifications. - - You must give prominent notice with each copy of the work that the -Library is used in it and that the Library and its use are covered by -this License. You must supply a copy of this License. If the work -during execution displays copyright notices, you must include the -copyright notice for the Library among them, as well as a reference -directing the user to the copy of this License. Also, you must do one -of these things: - - a) Accompany the work with the complete corresponding - machine-readable source code for the Library including whatever - changes were used in the work (which must be distributed under - Sections 1 and 2 above); and, if the work is an executable linked - with the Library, with the complete machine-readable "work that - uses the Library", as object code and/or source code, so that the - user can modify the Library and then relink to produce a modified - executable containing the modified Library. (It is understood - that the user who changes the contents of definitions files in the - Library will not necessarily be able to recompile the application - to use the modified definitions.) - - b) Use a suitable shared library mechanism for linking with the - Library. A suitable mechanism is one that (1) uses at run time a - copy of the library already present on the user's computer system, - rather than copying library functions into the executable, and (2) - will operate properly with a modified version of the library, if - the user installs one, as long as the modified version is - interface-compatible with the version that the work was made with. - - c) Accompany the work with a written offer, valid for at - least three years, to give the same user the materials - specified in Subsection 6a, above, for a charge no more - than the cost of performing this distribution. - - d) If distribution of the work is made by offering access to copy - from a designated place, offer equivalent access to copy the above - specified materials from the same place. - - e) Verify that the user has already received a copy of these - materials or that you have already sent this user a copy. - - For an executable, the required form of the "work that uses the -Library" must include any data and utility programs needed for -reproducing the executable from it. However, as a special exception, -the materials to be distributed need not include anything that is -normally distributed (in either source or binary form) with the major -components (compiler, kernel, and so on) of the operating system on -which the executable runs, unless that component itself accompanies -the executable. - - It may happen that this requirement contradicts the license -restrictions of other proprietary libraries that do not normally -accompany the operating system. Such a contradiction means you cannot -use both them and the Library together in an executable that you -distribute. - - 7. You may place library facilities that are a work based on the -Library side-by-side in a single library together with other library -facilities not covered by this License, and distribute such a combined -library, provided that the separate distribution of the work based on -the Library and of the other library facilities is otherwise -permitted, and provided that you do these two things: - - a) Accompany the combined library with a copy of the same work - based on the Library, uncombined with any other library - facilities. This must be distributed under the terms of the - Sections above. - - b) Give prominent notice with the combined library of the fact - that part of it is a work based on the Library, and explaining - where to find the accompanying uncombined form of the same work. - - 8. You may not copy, modify, sublicense, link with, or distribute -the Library except as expressly provided under this License. Any -attempt otherwise to copy, modify, sublicense, link with, or -distribute the Library is void, and will automatically terminate your -rights under this License. However, parties who have received copies, -or rights, from you under this License will not have their licenses -terminated so long as such parties remain in full compliance. - - 9. You are not required to accept this License, since you have not -signed it. However, nothing else grants you permission to modify or -distribute the Library or its derivative works. These actions are -prohibited by law if you do not accept this License. Therefore, by -modifying or distributing the Library (or any work based on the -Library), you indicate your acceptance of this License to do so, and -all its terms and conditions for copying, distributing or modifying -the Library or works based on it. - - 10. Each time you redistribute the Library (or any work based on the -Library), the recipient automatically receives a license from the -original licensor to copy, distribute, link with or modify the Library -subject to these terms and conditions. You may not impose any further -restrictions on the recipients' exercise of the rights granted herein. -You are not responsible for enforcing compliance by third parties with -this License. - - 11. If, as a consequence of a court judgment or allegation of patent -infringement or for any other reason (not limited to patent issues), -conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot -distribute so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you -may not distribute the Library at all. For example, if a patent -license would not permit royalty-free redistribution of the Library by -all those who receive copies directly or indirectly through you, then -the only way you could satisfy both it and this License would be to -refrain entirely from distribution of the Library. - -If any portion of this section is held invalid or unenforceable under any -particular circumstance, the balance of the section is intended to apply, -and the section as a whole is intended to apply in other circumstances. - -It is not the purpose of this section to induce you to infringe any -patents or other property right claims or to contest validity of any -such claims; this section has the sole purpose of protecting the -integrity of the free software distribution system which is -implemented by public license practices. Many people have made -generous contributions to the wide range of software distributed -through that system in reliance on consistent application of that -system; it is up to the author/donor to decide if he or she is willing -to distribute software through any other system and a licensee cannot -impose that choice. - -This section is intended to make thoroughly clear what is believed to -be a consequence of the rest of this License. - - 12. If the distribution and/or use of the Library is restricted in -certain countries either by patents or by copyrighted interfaces, the -original copyright holder who places the Library under this License may add -an explicit geographical distribution limitation excluding those countries, -so that distribution is permitted only in or among countries not thus -excluded. In such case, this License incorporates the limitation as if -written in the body of this License. - - 13. The Free Software Foundation may publish revised and/or new -versions of the Lesser General Public License from time to time. -Such new versions will be similar in spirit to the present version, -but may differ in detail to address new problems or concerns. - -Each version is given a distinguishing version number. If the Library -specifies a version number of this License which applies to it and -"any later version", you have the option of following the terms and -conditions either of that version or of any later version published by -the Free Software Foundation. If the Library does not specify a -license version number, you may choose any version ever published by -the Free Software Foundation. - - 14. If you wish to incorporate parts of the Library into other free -programs whose distribution conditions are incompatible with these, -write to the author to ask for permission. For software which is -copyrighted by the Free Software Foundation, write to the Free -Software Foundation; we sometimes make exceptions for this. Our -decision will be guided by the two goals of preserving the free status -of all derivatives of our free software and of promoting the sharing -and reuse of software generally. - - NO WARRANTY - - 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO -WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. -EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR -OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY -KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE -LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME -THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - - 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN -WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY -AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU -FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR -CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE -LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING -RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A -FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF -SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGES. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Libraries - - If you develop a new library, and you want it to be of the greatest -possible use to the public, we recommend making it free software that -everyone can redistribute and change. You can do so by permitting -redistribution under these terms (or, alternatively, under the terms of the -ordinary General Public License). - - To apply these terms, attach the following notices to the library. It is -safest to attach them to the start of each source file to most effectively -convey the exclusion of warranty; and each file should have at least the -"copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. - - This library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. - - You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - -Also add information on how to contact you by electronic and paper mail. - -You should also get your employer (if you work as a programmer) or your -school, if any, to sign a "copyright disclaimer" for the library, if -necessary. Here is a sample; alter the names: - - Yoyodyne, Inc., hereby disclaims all copyright interest in the - library `Frob' (a library for tweaking knobs) written by James Random Hacker. - - , 1 April 1990 - Ty Coon, President of Vice - -That's all there is to it! - - - -============================================================================== -LZ4 Library -Copyright (c) 2011-2016, Yann Collet -All rights reserved. - -Redistribution and use in source and binary forms, with or without modification, -are permitted provided that the following conditions are met: - -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. - -* 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. - -============================================================================== -The majority of the source code in the mDNSResponder project is licensed -under the terms of the Apache License, Version 2.0, available from: - - -To accommodate license compatibility with the widest possible range -of client code licenses, the shared library code, which is linked -at runtime into the same address space as the client using it, is -licensed under the terms of the "Three-Clause BSD License". - -The Linux Name Service Switch code, contributed by National ICT -Australia Ltd (NICTA) is licensed under the terms of the NICTA Public -Software Licence (which is substantially similar to the "Three-Clause -BSD License", with some additional language pertaining to Australian law). - -============================================================================== - - Copyright (c) 2006-2009, The Android Open Source Project - Copyright 2006, Brian Swetland - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - - - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - -============================================================================== -// Copyright 2018 The Chromium Authors. All rights reserved. -// -// Redistribution and use in source and binary forms, with or without -// modification, are permitted provided that the following conditions are -// met: -// -// * Redistributions of source code must retain the above copyright -// notice, this list of conditions and the following disclaimer. -// * 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. -// * Neither the name of Google Inc. nor the names of its -// contributors may be used to endorse or promote products derived from -// this software without specific prior written permission. -// -// 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 -// OWNER 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. - -============================================================================== -Notices for files contained in the tools directory: -============================================================ -Notices for file(s): -/bin/mksdcard ------------------------------------------------------------- -Copyright 2007, The Android Open Source Project - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * 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. - * Neither the name of Google Inc. nor the names of its contributors may - be used to endorse or promote products derived from this software - without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY Google Inc. ``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 Google Inc. 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. - -============================================================ -Notices for file(s): -/framework/conscrypt-hostdex.jar -/framework/core-hostdex.jar -/framework/core-libart-hostdex.jar -/lib/libjavacore.so -/lib/libjavacrypto.so ------------------------------------------------------------- - ========================================================================= - == NOTICE file corresponding to the section 4 d of == - == the Apache License, Version 2.0, == - == in this case for the Android-specific code. == - ========================================================================= - -Android Code -Copyright 2005-2008 The Android Open Source Project - -This product includes software developed as part of -The Android Open Source Project (http://source.android.com). - - ========================================================================= - == NOTICE file corresponding to the section 4 d of == - == the Apache License, Version 2.0, == - == in this case for the Apache Harmony distribution. == - ========================================================================= - -Apache Harmony -Copyright 2006 The Apache Software Foundation - -This product includes software developed at -The Apache Software Foundation (http://www.apache.org/). - -Portions of Harmony were originally developed by -Intel Corporation and are licensed to the Apache Software -Foundation under the "Software Grant and Corporate Contribution -License Agreement", informally known as the "Intel Harmony CLA". - - - ========================================================================= - == NOTICE file for the ICU License. == - ========================================================================= - -Copyright (c) 1995-2009 International Business Machines Corporation and others - -All rights reserved. - -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, and/or sell copies of the Software, and to permit persons -to whom the Software is furnished to do so, provided that the above -copyright notice(s) and this permission notice appear in all copies of -the Software and that both the above copyright notice(s) and this -permission notice appear in supporting documentation. - -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 -OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR -HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY -SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER -RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF -CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN -CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - -Except as contained in this notice, the name of a copyright holder -shall not be used in advertising or otherwise to promote the sale, use -or other dealings in this Software without prior written authorization -of the copyright holder. - -All trademarks and registered trademarks mentioned herein are the -property of their respective owners. - - - ========================================================================= - == NOTICE file for the JUnit License. == - ========================================================================= - -Common Public License - v 1.0 - -THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS COMMON -PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF -THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT. - -1. DEFINITIONS - -"Contribution" means: - - a) in the case of the initial Contributor, the initial code and - documentation distributed under this Agreement, and - b) in the case of each subsequent Contributor: - - i) changes to the Program, and - - ii) additions to the Program; - - where such changes and/or additions to the Program originate - from and are distributed by that particular Contributor. A - Contribution 'originates' from a Contributor if it was added to - the Program by such Contributor itself or anyone acting on such - Contributor's behalf. Contributions do not include additions to - the Program which: (i) are separate modules of software - distributed in conjunction with the Program under their own - license agreement, and (ii) are not derivative works of the - Program. - -"Contributor" means any person or entity that distributes the Program. - -"Licensed Patents " mean patent claims licensable by a Contributor -which are necessarily infringed by the use or sale of its Contribution -alone or when combined with the Program. - -"Program" means the Contributions distributed in accordance with this -Agreement. - -"Recipient" means anyone who receives the Program under this -Agreement, including all Contributors. - -2. GRANT OF RIGHTS - - a) Subject to the terms of this Agreement, each Contributor - hereby grants Recipient a non-exclusive, worldwide, royalty-free - copyright license to reproduce, prepare derivative works of, - publicly display, publicly perform, distribute and sublicense - the Contribution of such Contributor, if any, and such - derivative works, in source code and object code form. - - b) Subject to the terms of this Agreement, each Contributor - hereby grants Recipient a non-exclusive, worldwide, royalty-free - patent license under Licensed Patents to make, use, sell, offer - to sell, import and otherwise transfer the Contribution of such - Contributor, if any, in source code and object code form. This - patent license shall apply to the combination of the - Contribution and the Program if, at the time the Contribution is - added by the Contributor, such addition of the Contribution - causes such combination to be covered by the Licensed Patents. - The patent license shall not apply to any other combinations - which include the Contribution. No hardware per se is licensed - hereunder. - - c) Recipient understands that although each Contributor grants - the licenses to its Contributions set forth herein, no - assurances are provided by any Contributor that the Program does - not infringe the patent or other intellectual property rights of - any other entity. Each Contributor disclaims any liability to - Recipient for claims brought by any other entity based on - infringement of intellectual property rights or otherwise. As a - condition to exercising the rights and licenses granted - hereunder, each Recipient hereby assumes sole responsibility to - secure any other intellectual property rights needed, if any. - For example, if a third party patent license is required to - allow Recipient to distribute the Program, it is Recipient's - responsibility to acquire that license before distributing the - Program. - - d) Each Contributor represents that to its knowledge it has - sufficient copyright rights in its Contribution, if any, to - grant the copyright license set forth in this Agreement. - -3. REQUIREMENTS - -A Contributor may choose to distribute the Program in object code form -under its own license agreement, provided that: - - a) it complies with the terms and conditions of this Agreement; and - - b) its license agreement: - - i) effectively disclaims on behalf of all Contributors all - warranties and conditions, express and implied, including - warranties or conditions of title and non-infringement, and - implied warranties or conditions of merchantability and fitness - for a particular purpose; - - ii) effectively excludes on behalf of all Contributors all - liability for damages, including direct, indirect, special, - incidental and consequential damages, such as lost profits; - - iii) states that any provisions which differ from this Agreement - are offered by that Contributor alone and not by any other - party; and - - iv) states that source code for the Program is available from - such Contributor, and informs licensees how to obtain it in a - reasonable manner on or through a medium customarily used for - software exchange. - -When the Program is made available in source code form: - - a) it must be made available under this Agreement; and - - b) a copy of this Agreement must be included with each copy of - the Program. - -Contributors may not remove or alter any copyright notices contained -within the Program. - -Each Contributor must identify itself as the originator of its -Contribution, if any, in a manner that reasonably allows subsequent -Recipients to identify the originator of the Contribution. - -4. COMMERCIAL DISTRIBUTION - -Commercial distributors of software may accept certain -responsibilities with respect to end users, business partners and the -like. While this license is intended to facilitate the commercial use -of the Program, the Contributor who includes the Program in a -commercial product offering should do so in a manner which does not -create potential liability for other Contributors. Therefore, if a -Contributor includes the Program in a commercial product offering, -such Contributor ("Commercial Contributor") hereby agrees to defend -and indemnify every other Contributor ("Indemnified Contributor") -against any losses, damages and costs (collectively "Losses") arising -from claims, lawsuits and other legal actions brought by a third party -against the Indemnified Contributor to the extent caused by the acts -or omissions of such Commercial Contributor in connection with its -distribution of the Program in a commercial product offering. The -obligations in this section do not apply to any claims or Losses -relating to any actual or alleged intellectual property infringement. -In order to qualify, an Indemnified Contributor must: a) promptly -notify the Commercial Contributor in writing of such claim, and b) -allow the Commercial Contributor to control, and cooperate with the -Commercial Contributor in, the defense and any related settlement -negotiations. The Indemnified Contributor may participate in any such -claim at its own expense. - -For example, a Contributor might include the Program in a commercial -product offering, Product X. That Contributor is then a Commercial -Contributor. If that Commercial Contributor then makes performance -claims, or offers warranties related to Product X, those performance -claims and warranties are such Commercial Contributor's responsibility -alone. Under this section, the Commercial Contributor would have to -defend claims against the other Contributors related to those -performance claims and warranties, and if a court requires any other -Contributor to pay any damages as a result, the Commercial Contributor -must pay those damages. - -5. NO WARRANTY - -EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS -PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY -WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY -OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely -responsible for determining the appropriateness of using and -distributing the Program and assumes all risks associated with its -exercise of rights under this Agreement, including but not limited to -the risks and costs of program errors, compliance with applicable -laws, damage to or loss of data, programs or equipment, and -unavailability or interruption of operations. - -6. DISCLAIMER OF LIABILITY - -EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR -ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING -WITHOUT LIMITATION LOST PROFITS), 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 OR -DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED -HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. - -7. GENERAL - -If any provision of this Agreement is invalid or unenforceable under -applicable law, it shall not affect the validity or enforceability of -the remainder of the terms of this Agreement, and without further -action by the parties hereto, such provision shall be reformed to the -minimum extent necessary to make such provision valid and enforceable. - -If Recipient institutes patent litigation against a Contributor with -respect to a patent applicable to software (including a cross-claim or -counterclaim in a lawsuit), then any patent licenses granted by that -Contributor to such Recipient under this Agreement shall terminate as -of the date such litigation is filed. In addition, if Recipient -institutes patent litigation against any entity (including a -cross-claim or counterclaim in a lawsuit) alleging that the Program -itself (excluding combinations of the Program with other software or -hardware) infringes such Recipient's patent(s), then such Recipient's -rights granted under Section 2(b) shall terminate as of the date such -litigation is filed. - -All Recipient's rights under this Agreement shall terminate if it -fails to comply with any of the material terms or conditions of this -Agreement and does not cure such failure in a reasonable period of -time after becoming aware of such noncompliance. If all Recipient's -rights under this Agreement terminate, Recipient agrees to cease use -and distribution of the Program as soon as reasonably practicable. -However, Recipient's obligations under this Agreement and any licenses -granted by Recipient relating to the Program shall continue and -survive. - -Everyone is permitted to copy and distribute copies of this Agreement, -but in order to avoid inconsistency the Agreement is copyrighted and -may only be modified in the following manner. The Agreement Steward -reserves the right to publish new versions (including revisions) of -this Agreement from time to time. No one other than the Agreement -Steward has the right to modify this Agreement. IBM is the initial -Agreement Steward. IBM may assign the responsibility to serve as the -Agreement Steward to a suitable separate entity. Each new version of -the Agreement will be given a distinguishing version number. The -Program (including Contributions) may always be distributed subject to -the version of the Agreement under which it was received. In addition, -after a new version of the Agreement is published, Contributor may -elect to distribute the Program (including its Contributions) under -the new version. Except as expressly stated in Sections 2(a) and 2(b) -above, Recipient receives no rights or licenses to the intellectual -property of any Contributor under this Agreement, whether expressly, -by implication, estoppel or otherwise. All rights in the Program not -expressly granted under this Agreement are reserved. - -This Agreement is governed by the laws of the State of New York and -the intellectual property laws of the United States of America. No -party to this Agreement will bring a legal action under this Agreement -more than one year after the cause of action arose. Each party waives -its rights to a jury trial in any resulting litigation. - - - ========================================================================= - == NOTICE file for the KXML License. == - ========================================================================= - -Copyright (c) 2002,2003, Stefan Haustein, Oberhausen, Rhld., Germany - -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. - - - ========================================================================= - == NOTICE file for the SQLite Java Wrapper License. == - ========================================================================= - -This software is copyrighted by Christian Werner -and others. The following terms apply to all files associated with the -software unless explicitly disclaimed in individual files. - -The authors hereby grant permission to use, copy, modify, distribute, -and license this software and its documentation for any purpose, provided -that existing copyright notices are retained in all copies and that this -notice is included verbatim in any distributions. No written agreement, -license, or royalty fee is required for any of the authorized uses. -Modifications to this software may be copyrighted by their authors -and need not follow the licensing terms described here, provided that -the new terms are clearly indicated on the first page of each file where -they apply. - -IN NO EVENT SHALL THE AUTHORS OR DISTRIBUTORS BE LIABLE TO ANY PARTY -FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE, ITS DOCUMENTATION, OR ANY -DERIVATIVES THEREOF, EVEN IF THE AUTHORS HAVE BEEN ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. - -THE AUTHORS AND DISTRIBUTORS SPECIFICALLY DISCLAIM ANY WARRANTIES, -INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT. THIS SOFTWARE -IS PROVIDED ON AN "AS IS" BASIS, AND THE AUTHORS AND DISTRIBUTORS HAVE -NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR -MODIFICATIONS. - - - ========================================================================= - == NOTICE file for the W3C License. == - ========================================================================= - -Copyright (c) 2000 World Wide Web Consortium, (Massachusetts Institute -of Technology, Institut National de Recherche en Informatique et en -Automatique, Keio University). All Rights Reserved. This program is -distributed under the W3C's Software Intellectual Property License. -This program is distributed in the hope that it will be useful, but -WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - -See W3C License http://www.w3.org/Consortium/Legal/ for more details. - -============================================================ -Notices for file(s): -/usr/icu/icudt51l.dat ------------------------------------------------------------- -ICU License - ICU 1.8.1 and later - -COPYRIGHT AND PERMISSION NOTICE - -Copyright (c) 1995-2008 International Business Machines Corporation and others - -All rights reserved. - -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, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, provided that the above copyright notice(s) and this permission notice appear in all copies of the Software and that both the above copyright notice(s) and this permission notice appear in supporting documentation. - -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 OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - -Except as contained in this notice, the name of a copyright holder shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization of the copyright holder. - -All trademarks and registered trademarks mentioned herein are the property of their respective owners. - -============================================================================== - -UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE - - Unicode Data Files include all data files under the directories -http://www.unicode.org/Public/, http://www.unicode.org/reports/, and -http://www.unicode.org/cldr/data/ . Unicode Software includes any source code -published in the Unicode Standard or under the directories -http://www.unicode.org/Public/, http://www.unicode.org/reports/, and -http://www.unicode.org/cldr/data/. - - NOTICE TO USER: Carefully read the following legal agreement. BY -DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S DATA FILES -("DATA FILES"), AND/OR SOFTWARE ("SOFTWARE"), YOU UNEQUIVOCALLY ACCEPT, AND -AGREE TO BE BOUND BY, ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU -DO NOT AGREE, DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES -OR SOFTWARE. - - COPYRIGHT AND PERMISSION NOTICE - - Copyright © 1991-2007 Unicode, Inc. All rights reserved. Distributed under -the Terms of Use in http://www.unicode.org/copyright.html. - - Permission is hereby granted, free of charge, to any person obtaining a copy -of the Unicode data files and any associated documentation (the "Data Files") or -Unicode software and any associated documentation (the "Software") to deal in -the Data Files or Software without restriction, including without limitation the -rights to use, copy, modify, merge, publish, distribute, and/or sell copies of -the Data Files or Software, and to permit persons to whom the Data Files or -Software are furnished to do so, provided that (a) the above copyright notice(s) -and this permission notice appear with all copies of the Data Files or Software, -(b) both the above copyright notice(s) and this permission notice appear in -associated documentation, and (c) there is clear notice in each modified Data -File or in the Software as well as in the documentation associated with the Data -File(s) or Software that the data or software has been modified. - - THE DATA FILES AND SOFTWARE ARE 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 OF THIRD -PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS -NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL -DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING -OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA FILES OR -SOFTWARE. - - Except as contained in this notice, the name of a copyright holder shall not -be used in advertising or otherwise to promote the sale, use or other dealings -in these Data Files or Software without prior written authorization of the -copyright holder. - -=============================================================================== - - -/* This ICU code derived from: */ -/* -punycode.c 0.4.0 (2001-Nov-17-Sat) -http://www.cs.berkeley.edu/~amc/idn/ -Adam M. Costello -http://www.nicemice.net/amc/ - -Disclaimer and license - -Regarding this entire document or any portion of it (including -the pseudocode and C code), the author makes no guarantees and -is not responsible for any damage resulting from its use. The -author grants irrevocable permission to anyone to use, modify, -and distribute it in any way that does not diminish the rights -of anyone else to use, modify, and distribute it, provided that -redistributed derivative works do not contain misleading author or -version information. Derivative works need not be licensed under -similar terms. -*/ - - -/* -** This file is in the public domain, so clarified as of -** 2006-07-17 by Arthur David Olson. -*/ - -============================================================ -Notices for file(s): -/framework/jcommon-1.0.12.jar -/framework/jfreechart-1.0.9-swt.jar -/framework/jfreechart-1.0.9.jar ------------------------------------------------------------- - GNU LESSER GENERAL PUBLIC LICENSE - Version 2.1, February 1999 - - Copyright (C) 1991, 1999 Free Software Foundation, Inc. - 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - -[This is the first released version of the Lesser GPL. It also counts - as the successor of the GNU Library Public License, version 2, hence - the version number 2.1.] - - Preamble - - The licenses for most software are designed to take away your -freedom to share and change it. By contrast, the GNU General Public -Licenses are intended to guarantee your freedom to share and change -free software--to make sure the software is free for all its users. - - This license, the Lesser General Public License, applies to some -specially designated software packages--typically libraries--of the -Free Software Foundation and other authors who decide to use it. You -can use it too, but we suggest you first think carefully about whether -this license or the ordinary General Public License is the better -strategy to use in any particular case, based on the explanations below. - - When we speak of free software, we are referring to freedom of use, -not price. Our General Public Licenses are designed to make sure that -you have the freedom to distribute copies of free software (and charge -for this service if you wish); that you receive source code or can get -it if you want it; that you can change the software and use pieces of -it in new free programs; and that you are informed that you can do -these things. - - To protect your rights, we need to make restrictions that forbid -distributors to deny you these rights or to ask you to surrender these -rights. These restrictions translate to certain responsibilities for -you if you distribute copies of the library or if you modify it. - - For example, if you distribute copies of the library, whether gratis -or for a fee, you must give the recipients all the rights that we gave -you. You must make sure that they, too, receive or can get the source -code. If you link other code with the library, you must provide -complete object files to the recipients, so that they can relink them -with the library after making changes to the library and recompiling -it. And you must show them these terms so they know their rights. - - We protect your rights with a two-step method: (1) we copyright the -library, and (2) we offer you this license, which gives you legal -permission to copy, distribute and/or modify the library. - - To protect each distributor, we want to make it very clear that -there is no warranty for the free library. Also, if the library is -modified by someone else and passed on, the recipients should know -that what they have is not the original version, so that the original -author's reputation will not be affected by problems that might be -introduced by others. - - Finally, software patents pose a constant threat to the existence of -any free program. We wish to make sure that a company cannot -effectively restrict the users of a free program by obtaining a -restrictive license from a patent holder. Therefore, we insist that -any patent license obtained for a version of the library must be -consistent with the full freedom of use specified in this license. - - Most GNU software, including some libraries, is covered by the -ordinary GNU General Public License. This license, the GNU Lesser -General Public License, applies to certain designated libraries, and -is quite different from the ordinary General Public License. We use -this license for certain libraries in order to permit linking those -libraries into non-free programs. - - When a program is linked with a library, whether statically or using -a shared library, the combination of the two is legally speaking a -combined work, a derivative of the original library. The ordinary -General Public License therefore permits such linking only if the -entire combination fits its criteria of freedom. The Lesser General -Public License permits more lax criteria for linking other code with -the library. - - We call this license the "Lesser" General Public License because it -does Less to protect the user's freedom than the ordinary General -Public License. It also provides other free software developers Less -of an advantage over competing non-free programs. These disadvantages -are the reason we use the ordinary General Public License for many -libraries. However, the Lesser license provides advantages in certain -special circumstances. - - For example, on rare occasions, there may be a special need to -encourage the widest possible use of a certain library, so that it becomes -a de-facto standard. To achieve this, non-free programs must be -allowed to use the library. A more frequent case is that a free -library does the same job as widely used non-free libraries. In this -case, there is little to gain by limiting the free library to free -software only, so we use the Lesser General Public License. - - In other cases, permission to use a particular library in non-free -programs enables a greater number of people to use a large body of -free software. For example, permission to use the GNU C Library in -non-free programs enables many more people to use the whole GNU -operating system, as well as its variant, the GNU/Linux operating -system. - - Although the Lesser General Public License is Less protective of the -users' freedom, it does ensure that the user of a program that is -linked with the Library has the freedom and the wherewithal to run -that program using a modified version of the Library. - - The precise terms and conditions for copying, distribution and -modification follow. Pay close attention to the difference between a -"work based on the library" and a "work that uses the library". The -former contains code derived from the library, whereas the latter must -be combined with the library in order to run. - - GNU LESSER GENERAL PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. This License Agreement applies to any software library or other -program which contains a notice placed by the copyright holder or -other authorized party saying it may be distributed under the terms of -this Lesser General Public License (also called "this License"). -Each licensee is addressed as "you". - - A "library" means a collection of software functions and/or data -prepared so as to be conveniently linked with application programs -(which use some of those functions and data) to form executables. - - The "Library", below, refers to any such software library or work -which has been distributed under these terms. A "work based on the -Library" means either the Library or any derivative work under -copyright law: that is to say, a work containing the Library or a -portion of it, either verbatim or with modifications and/or translated -straightforwardly into another language. (Hereinafter, translation is -included without limitation in the term "modification".) - - "Source code" for a work means the preferred form of the work for -making modifications to it. For a library, complete source code means -all the source code for all modules it contains, plus any associated -interface definition files, plus the scripts used to control compilation -and installation of the library. - - Activities other than copying, distribution and modification are not -covered by this License; they are outside its scope. The act of -running a program using the Library is not restricted, and output from -such a program is covered only if its contents constitute a work based -on the Library (independent of the use of the Library in a tool for -writing it). Whether that is true depends on what the Library does -and what the program that uses the Library does. - - 1. You may copy and distribute verbatim copies of the Library's -complete source code as you receive it, in any medium, provided that -you conspicuously and appropriately publish on each copy an -appropriate copyright notice and disclaimer of warranty; keep intact -all the notices that refer to this License and to the absence of any -warranty; and distribute a copy of this License along with the -Library. - - You may charge a fee for the physical act of transferring a copy, -and you may at your option offer warranty protection in exchange for a -fee. - - 2. You may modify your copy or copies of the Library or any portion -of it, thus forming a work based on the Library, and copy and -distribute such modifications or work under the terms of Section 1 -above, provided that you also meet all of these conditions: - - a) The modified work must itself be a software library. - - b) You must cause the files modified to carry prominent notices - stating that you changed the files and the date of any change. - - c) You must cause the whole of the work to be licensed at no - charge to all third parties under the terms of this License. - - d) If a facility in the modified Library refers to a function or a - table of data to be supplied by an application program that uses - the facility, other than as an argument passed when the facility - is invoked, then you must make a good faith effort to ensure that, - in the event an application does not supply such function or - table, the facility still operates, and performs whatever part of - its purpose remains meaningful. - - (For example, a function in a library to compute square roots has - a purpose that is entirely well-defined independent of the - application. Therefore, Subsection 2d requires that any - application-supplied function or table used by this function must - be optional: if the application does not supply it, the square - root function must still compute square roots.) - -These requirements apply to the modified work as a whole. If -identifiable sections of that work are not derived from the Library, -and can be reasonably considered independent and separate works in -themselves, then this License, and its terms, do not apply to those -sections when you distribute them as separate works. But when you -distribute the same sections as part of a whole which is a work based -on the Library, the distribution of the whole must be on the terms of -this License, whose permissions for other licensees extend to the -entire whole, and thus to each and every part regardless of who wrote -it. - -Thus, it is not the intent of this section to claim rights or contest -your rights to work written entirely by you; rather, the intent is to -exercise the right to control the distribution of derivative or -collective works based on the Library. - -In addition, mere aggregation of another work not based on the Library -with the Library (or with a work based on the Library) on a volume of -a storage or distribution medium does not bring the other work under -the scope of this License. - - 3. You may opt to apply the terms of the ordinary GNU General Public -License instead of this License to a given copy of the Library. To do -this, you must alter all the notices that refer to this License, so -that they refer to the ordinary GNU General Public License, version 2, -instead of to this License. (If a newer version than version 2 of the -ordinary GNU General Public License has appeared, then you can specify -that version instead if you wish.) Do not make any other change in -these notices. - - Once this change is made in a given copy, it is irreversible for -that copy, so the ordinary GNU General Public License applies to all -subsequent copies and derivative works made from that copy. - - This option is useful when you wish to copy part of the code of -the Library into a program that is not a library. - - 4. You may copy and distribute the Library (or a portion or -derivative of it, under Section 2) in object code or executable form -under the terms of Sections 1 and 2 above provided that you accompany -it with the complete corresponding machine-readable source code, which -must be distributed under the terms of Sections 1 and 2 above on a -medium customarily used for software interchange. - - If distribution of object code is made by offering access to copy -from a designated place, then offering equivalent access to copy the -source code from the same place satisfies the requirement to -distribute the source code, even though third parties are not -compelled to copy the source along with the object code. - - 5. A program that contains no derivative of any portion of the -Library, but is designed to work with the Library by being compiled or -linked with it, is called a "work that uses the Library". Such a -work, in isolation, is not a derivative work of the Library, and -therefore falls outside the scope of this License. - - However, linking a "work that uses the Library" with the Library -creates an executable that is a derivative of the Library (because it -contains portions of the Library), rather than a "work that uses the -library". The executable is therefore covered by this License. -Section 6 states terms for distribution of such executables. - - When a "work that uses the Library" uses material from a header file -that is part of the Library, the object code for the work may be a -derivative work of the Library even though the source code is not. -Whether this is true is especially significant if the work can be -linked without the Library, or if the work is itself a library. The -threshold for this to be true is not precisely defined by law. - - If such an object file uses only numerical parameters, data -structure layouts and accessors, and small macros and small inline -functions (ten lines or less in length), then the use of the object -file is unrestricted, regardless of whether it is legally a derivative -work. (Executables containing this object code plus portions of the -Library will still fall under Section 6.) - - Otherwise, if the work is a derivative of the Library, you may -distribute the object code for the work under the terms of Section 6. -Any executables containing that work also fall under Section 6, -whether or not they are linked directly with the Library itself. - - 6. As an exception to the Sections above, you may also combine or -link a "work that uses the Library" with the Library to produce a -work containing portions of the Library, and distribute that work -under terms of your choice, provided that the terms permit -modification of the work for the customer's own use and reverse -engineering for debugging such modifications. - - You must give prominent notice with each copy of the work that the -Library is used in it and that the Library and its use are covered by -this License. You must supply a copy of this License. If the work -during execution displays copyright notices, you must include the -copyright notice for the Library among them, as well as a reference -directing the user to the copy of this License. Also, you must do one -of these things: - - a) Accompany the work with the complete corresponding - machine-readable source code for the Library including whatever - changes were used in the work (which must be distributed under - Sections 1 and 2 above); and, if the work is an executable linked - with the Library, with the complete machine-readable "work that - uses the Library", as object code and/or source code, so that the - user can modify the Library and then relink to produce a modified - executable containing the modified Library. (It is understood - that the user who changes the contents of definitions files in the - Library will not necessarily be able to recompile the application - to use the modified definitions.) - - b) Use a suitable shared library mechanism for linking with the - Library. A suitable mechanism is one that (1) uses at run time a - copy of the library already present on the user's computer system, - rather than copying library functions into the executable, and (2) - will operate properly with a modified version of the library, if - the user installs one, as long as the modified version is - interface-compatible with the version that the work was made with. - - c) Accompany the work with a written offer, valid for at - least three years, to give the same user the materials - specified in Subsection 6a, above, for a charge no more - than the cost of performing this distribution. - - d) If distribution of the work is made by offering access to copy - from a designated place, offer equivalent access to copy the above - specified materials from the same place. - - e) Verify that the user has already received a copy of these - materials or that you have already sent this user a copy. - - For an executable, the required form of the "work that uses the -Library" must include any data and utility programs needed for -reproducing the executable from it. However, as a special exception, -the materials to be distributed need not include anything that is -normally distributed (in either source or binary form) with the major -components (compiler, kernel, and so on) of the operating system on -which the executable runs, unless that component itself accompanies -the executable. - - It may happen that this requirement contradicts the license -restrictions of other proprietary libraries that do not normally -accompany the operating system. Such a contradiction means you cannot -use both them and the Library together in an executable that you -distribute. - - 7. You may place library facilities that are a work based on the -Library side-by-side in a single library together with other library -facilities not covered by this License, and distribute such a combined -library, provided that the separate distribution of the work based on -the Library and of the other library facilities is otherwise -permitted, and provided that you do these two things: - - a) Accompany the combined library with a copy of the same work - based on the Library, uncombined with any other library - facilities. This must be distributed under the terms of the - Sections above. - - b) Give prominent notice with the combined library of the fact - that part of it is a work based on the Library, and explaining - where to find the accompanying uncombined form of the same work. - - 8. You may not copy, modify, sublicense, link with, or distribute -the Library except as expressly provided under this License. Any -attempt otherwise to copy, modify, sublicense, link with, or -distribute the Library is void, and will automatically terminate your -rights under this License. However, parties who have received copies, -or rights, from you under this License will not have their licenses -terminated so long as such parties remain in full compliance. - - 9. You are not required to accept this License, since you have not -signed it. However, nothing else grants you permission to modify or -distribute the Library or its derivative works. These actions are -prohibited by law if you do not accept this License. Therefore, by -modifying or distributing the Library (or any work based on the -Library), you indicate your acceptance of this License to do so, and -all its terms and conditions for copying, distributing or modifying -the Library or works based on it. - - 10. Each time you redistribute the Library (or any work based on the -Library), the recipient automatically receives a license from the -original licensor to copy, distribute, link with or modify the Library -subject to these terms and conditions. You may not impose any further -restrictions on the recipients' exercise of the rights granted herein. -You are not responsible for enforcing compliance by third parties with -this License. - - 11. If, as a consequence of a court judgment or allegation of patent -infringement or for any other reason (not limited to patent issues), -conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot -distribute so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you -may not distribute the Library at all. For example, if a patent -license would not permit royalty-free redistribution of the Library by -all those who receive copies directly or indirectly through you, then -the only way you could satisfy both it and this License would be to -refrain entirely from distribution of the Library. - -If any portion of this section is held invalid or unenforceable under any -particular circumstance, the balance of the section is intended to apply, -and the section as a whole is intended to apply in other circumstances. - -It is not the purpose of this section to induce you to infringe any -patents or other property right claims or to contest validity of any -such claims; this section has the sole purpose of protecting the -integrity of the free software distribution system which is -implemented by public license practices. Many people have made -generous contributions to the wide range of software distributed -through that system in reliance on consistent application of that -system; it is up to the author/donor to decide if he or she is willing -to distribute software through any other system and a licensee cannot -impose that choice. - -This section is intended to make thoroughly clear what is believed to -be a consequence of the rest of this License. - - 12. If the distribution and/or use of the Library is restricted in -certain countries either by patents or by copyrighted interfaces, the -original copyright holder who places the Library under this License may add -an explicit geographical distribution limitation excluding those countries, -so that distribution is permitted only in or among countries not thus -excluded. In such case, this License incorporates the limitation as if -written in the body of this License. - - 13. The Free Software Foundation may publish revised and/or new -versions of the Lesser General Public License from time to time. -Such new versions will be similar in spirit to the present version, -but may differ in detail to address new problems or concerns. - -Each version is given a distinguishing version number. If the Library -specifies a version number of this License which applies to it and -"any later version", you have the option of following the terms and -conditions either of that version or of any later version published by -the Free Software Foundation. If the Library does not specify a -license version number, you may choose any version ever published by -the Free Software Foundation. - - 14. If you wish to incorporate parts of the Library into other free -programs whose distribution conditions are incompatible with these, -write to the author to ask for permission. For software which is -copyrighted by the Free Software Foundation, write to the Free -Software Foundation; we sometimes make exceptions for this. Our -decision will be guided by the two goals of preserving the free status -of all derivatives of our free software and of promoting the sharing -and reuse of software generally. - - NO WARRANTY - - 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO -WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. -EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR -OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY -KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE -LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME -THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - - 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN -WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY -AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU -FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR -CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE -LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING -RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A -FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF -SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGES. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Libraries - - If you develop a new library, and you want it to be of the greatest -possible use to the public, we recommend making it free software that -everyone can redistribute and change. You can do so by permitting -redistribution under these terms (or, alternatively, under the terms of the -ordinary General Public License). - - To apply these terms, attach the following notices to the library. It is -safest to attach them to the start of each source file to most effectively -convey the exclusion of warranty; and each file should have at least the -"copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. - - This library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. - - You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - -Also add information on how to contact you by electronic and paper mail. - -You should also get your employer (if you work as a programmer) or your -school, if any, to sign a "copyright disclaimer" for the library, if -necessary. Here is a sample; alter the names: - - Yoyodyne, Inc., hereby disclaims all copyright interest in the - library `Frob' (a library for tweaking knobs) written by James Random Hacker. - - , 1 April 1990 - Ty Coon, President of Vice - -That's all there is to it! - - - -============================================================ -Notices for file(s): -/lib/third_party_icu_icudata_host_gyp.a -/lib/third_party_icu_icui18n_host_gyp.a -/lib/third_party_icu_icuuc_host_gyp.a -/lib/third_party_protobuf_protobuf_full_do_not_use_host_gyp.a -/lib/v8_tools_gyp_v8_base_arm_host_gyp.a -/lib/v8_tools_gyp_v8_nosnapshot_arm_host_gyp.a -/obj/GYP/shared_intermediates/mksnapshot.arm -/obj/GYP/shared_intermediates/protoc ------------------------------------------------------------- -// Copyright (c) 2013 The Chromium Authors. All rights reserved. -// -// Redistribution and use in source and binary forms, with or without -// modification, are permitted provided that the following conditions are -// met: -// -// * Redistributions of source code must retain the above copyright -// notice, this list of conditions and the following disclaimer. -// * 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. -// * Neither the name of Google Inc. nor the names of its -// contributors may be used to endorse or promote products derived from -// this software without specific prior written permission. -// -// 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 -// OWNER 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. - -/**************************************************************** - * - * The author of this software is David M. Gay. - * - * Copyright (c) 1991, 2000, 2001 by Lucent Technologies. - * - * Permission to use, copy, modify, and distribute this software for any - * purpose without fee is hereby granted, provided that this entire notice - * is included in all copies of any software which is or includes a copy - * or modification of this software and in all copies of the supporting - * documentation for such software. - * - * THIS SOFTWARE IS BEING PROVIDED "AS IS", WITHOUT ANY EXPRESS OR IMPLIED - * WARRANTY. IN PARTICULAR, NEITHER THE AUTHOR NOR LUCENT MAKES ANY - * REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY - * OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE. - * - ***************************************************************/ - -/* Copyright (c) 2008-2009, Google 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: - * - * * Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * * Neither the name of Google Inc. nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * - * 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 - * OWNER 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. - * - * --- - * Author: Kostya Serebryany - */ - -/* ***** BEGIN LICENSE BLOCK ***** - * Version: MPL 1.1/GPL 2.0/LGPL 2.1 - * - * The contents of this file are subject to the Mozilla Public License Version - * 1.1 (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ - * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the - * License. - * - * The Original Code is the Netscape Portable Runtime (NSPR). - * - * The Initial Developer of the Original Code is - * Netscape Communications Corporation. - * Portions created by the Initial Developer are Copyright (C) 1998-2000 - * the Initial Developer. All Rights Reserved. - * - * Contributor(s): - * - * Alternatively, the contents of this file may be used under the terms of - * either the GNU General Public License Version 2 or later (the "GPL"), or - * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), - * in which case the provisions of the GPL or the LGPL are applicable instead - * of those above. If you wish to allow use of your version of this file only - * under the terms of either the GPL or the LGPL, and not to allow others to - * use your version of this file under the terms of the MPL, indicate your - * decision by deleting the provisions above and replace them with the notice - * and other provisions required by the GPL or the LGPL. If you do not delete - * the provisions above, a recipient may use your version of this file under - * the terms of any one of the MPL, the GPL or the LGPL. - * - * ***** END LICENSE BLOCK ***** */ - -// Copyright (c) 2006, Google 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: -// -// * Redistributions of source code must retain the above copyright -// notice, this list of conditions and the following disclaimer. -// * 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. -// * Neither the name of Google Inc. nor the names of its -// contributors may be used to endorse or promote products derived from -// this software without specific prior written permission. -// -// 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 -// OWNER 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. - - Notice that the following BSD-style license applies to the Valgrind header - files used by Chromium (valgrind.h and memcheck.h). However, the rest of - Valgrind is licensed under the terms of the GNU General Public License, - version 2, unless otherwise indicated. - - ---------------------------------------------------------------- - - Copyright (C) 2000-2008 Julian Seward. 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. The origin of this software must not be misrepresented; you must - not claim that you wrote the original software. If you use this - software in a product, an acknowledgment in the product - documentation would be appreciated but is not required. - - 3. Altered source versions must be plainly marked as such, and must - not be misrepresented as being the original software. - - 4. The name of the author may not be used to endorse or promote - products derived from this software without specific prior written - permission. - - THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. - - Copyright (c) 2007 Red Hat, inc - - 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. - -Copyright 2003-2005 Colin Percival -All rights reserved - -Redistribution and use in source and binary forms, with or without -modification, are permitted providing 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 AUTHOR ``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 AUTHOR 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. - - - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright 2007-2009 Google Inc. - Copyright 2007-2009 WebDriver committers - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - - -Copyright (C) 2009 by Tung Mac. - -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. - -/* ***** BEGIN LICENSE BLOCK ***** - * Version: MPL 1.1/GPL 2.0/LGPL 2.1 - * - * The contents of this file are subject to the Mozilla Public License Version - * 1.1 (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ - * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the - * License. - * - * The Original Code is the Netscape security libraries. - * - * The Initial Developer of the Original Code is - * Netscape Communications Corporation. - * Portions created by the Initial Developer are Copyright (C) 2000 - * the Initial Developer. All Rights Reserved. - * - * Contributor(s): - * - * Alternatively, the contents of this file may be used under the terms of - * either the GNU General Public License Version 2 or later (the "GPL"), or - * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), - * in which case the provisions of the GPL or the LGPL are applicable instead - * of those above. If you wish to allow use of your version of this file only - * under the terms of either the GPL or the LGPL, and not to allow others to - * use your version of this file under the terms of the MPL, indicate your - * decision by deleting the provisions above and replace them with the notice - * and other provisions required by the GPL or the LGPL. If you do not delete - * the provisions above, a recipient may use your version of this file under - * the terms of any one of the MPL, the GPL or the LGPL. - * - * ***** END LICENSE BLOCK ***** */ - -/* ***** BEGIN LICENSE BLOCK ***** - * Version: MPL 1.1/GPL 2.0/LGPL 2.1 - * - * The contents of this file are subject to the Mozilla Public License Version - * 1.1 (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ - * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the - * License. - * - * The Original Code is the Netscape security libraries. - * - * The Initial Developer of the Original Code is - * Netscape Communications Corporation. - * Portions created by the Initial Developer are Copyright (C) 1994-2000 - * the Initial Developer. All Rights Reserved. - * - * Contributor(s): - * - * Alternatively, the contents of this file may be used under the terms of - * either the GNU General Public License Version 2 or later (the "GPL"), or - * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), - * in which case the provisions of the GPL or the LGPL are applicable instead - * of those above. If you wish to allow use of your version of this file only - * under the terms of either the GPL or the LGPL, and not to allow others to - * use your version of this file under the terms of the MPL, indicate your - * decision by deleting the provisions above and replace them with the notice - * and other provisions required by the GPL or the LGPL. If you do not delete - * the provisions above, a recipient may use your version of this file under - * the terms of any one of the MPL, the GPL or the LGPL. - * - * ***** END LICENSE BLOCK ***** */ - -Copyright 2011, The Chromium Authors -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * 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. - * Neither the name of Google Inc. nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. - -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 -OWNER 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. - - GNU GENERAL PUBLIC LICENSE - Version 2, June 1991 - - Copyright (C) 1989, 1991 Free Software Foundation, Inc. - 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The licenses for most software are designed to take away your -freedom to share and change it. By contrast, the GNU General Public -License is intended to guarantee your freedom to share and change free -software--to make sure the software is free for all its users. This -General Public License applies to most of the Free Software -Foundation's software and to any other program whose authors commit to -using it. (Some other Free Software Foundation software is covered by -the GNU Library General Public License instead.) You can apply it to -your programs, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -this service if you wish), that you receive source code or can get it -if you want it, that you can change the software or use pieces of it -in new free programs; and that you know you can do these things. - - To protect your rights, we need to make restrictions that forbid -anyone to deny you these rights or to ask you to surrender the rights. -These restrictions translate to certain responsibilities for you if you -distribute copies of the software, or if you modify it. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must give the recipients all the rights that -you have. You must make sure that they, too, receive or can get the -source code. And you must show them these terms so they know their -rights. - - We protect your rights with two steps: (1) copyright the software, and -(2) offer you this license which gives you legal permission to copy, -distribute and/or modify the software. - - Also, for each author's protection and ours, we want to make certain -that everyone understands that there is no warranty for this free -software. If the software is modified by someone else and passed on, we -want its recipients to know that what they have is not the original, so -that any problems introduced by others will not reflect on the original -authors' reputations. - - Finally, any free program is threatened constantly by software -patents. We wish to avoid the danger that redistributors of a free -program will individually obtain patent licenses, in effect making the -program proprietary. To prevent this, we have made it clear that any -patent must be licensed for everyone's free use or not licensed at all. - - The precise terms and conditions for copying, distribution and -modification follow. - - GNU GENERAL PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. This License applies to any program or other work which contains -a notice placed by the copyright holder saying it may be distributed -under the terms of this General Public License. The "Program", below, -refers to any such program or work, and a "work based on the Program" -means either the Program or any derivative work under copyright law: -that is to say, a work containing the Program or a portion of it, -either verbatim or with modifications and/or translated into another -language. (Hereinafter, translation is included without limitation in -the term "modification".) Each licensee is addressed as "you". - -Activities other than copying, distribution and modification are not -covered by this License; they are outside its scope. The act of -running the Program is not restricted, and the output from the Program -is covered only if its contents constitute a work based on the -Program (independent of having been made by running the Program). -Whether that is true depends on what the Program does. - - 1. You may copy and distribute verbatim copies of the Program's -source code as you receive it, in any medium, provided that you -conspicuously and appropriately publish on each copy an appropriate -copyright notice and disclaimer of warranty; keep intact all the -notices that refer to this License and to the absence of any warranty; -and give any other recipients of the Program a copy of this License -along with the Program. - -You may charge a fee for the physical act of transferring a copy, and -you may at your option offer warranty protection in exchange for a fee. - - 2. You may modify your copy or copies of the Program or any portion -of it, thus forming a work based on the Program, and copy and -distribute such modifications or work under the terms of Section 1 -above, provided that you also meet all of these conditions: - - a) You must cause the modified files to carry prominent notices - stating that you changed the files and the date of any change. - - b) You must cause any work that you distribute or publish, that in - whole or in part contains or is derived from the Program or any - part thereof, to be licensed as a whole at no charge to all third - parties under the terms of this License. - - c) If the modified program normally reads commands interactively - when run, you must cause it, when started running for such - interactive use in the most ordinary way, to print or display an - announcement including an appropriate copyright notice and a - notice that there is no warranty (or else, saying that you provide - a warranty) and that users may redistribute the program under - these conditions, and telling the user how to view a copy of this - License. (Exception: if the Program itself is interactive but - does not normally print such an announcement, your work based on - the Program is not required to print an announcement.) - -These requirements apply to the modified work as a whole. If -identifiable sections of that work are not derived from the Program, -and can be reasonably considered independent and separate works in -themselves, then this License, and its terms, do not apply to those -sections when you distribute them as separate works. But when you -distribute the same sections as part of a whole which is a work based -on the Program, the distribution of the whole must be on the terms of -this License, whose permissions for other licensees extend to the -entire whole, and thus to each and every part regardless of who wrote it. - -Thus, it is not the intent of this section to claim rights or contest -your rights to work written entirely by you; rather, the intent is to -exercise the right to control the distribution of derivative or -collective works based on the Program. - -In addition, mere aggregation of another work not based on the Program -with the Program (or with a work based on the Program) on a volume of -a storage or distribution medium does not bring the other work under -the scope of this License. - - 3. You may copy and distribute the Program (or a work based on it, -under Section 2) in object code or executable form under the terms of -Sections 1 and 2 above provided that you also do one of the following: - - a) Accompany it with the complete corresponding machine-readable - source code, which must be distributed under the terms of Sections - 1 and 2 above on a medium customarily used for software interchange; or, - - b) Accompany it with a written offer, valid for at least three - years, to give any third party, for a charge no more than your - cost of physically performing source distribution, a complete - machine-readable copy of the corresponding source code, to be - distributed under the terms of Sections 1 and 2 above on a medium - customarily used for software interchange; or, - - c) Accompany it with the information you received as to the offer - to distribute corresponding source code. (This alternative is - allowed only for noncommercial distribution and only if you - received the program in object code or executable form with such - an offer, in accord with Subsection b above.) - -The source code for a work means the preferred form of the work for -making modifications to it. For an executable work, complete source -code means all the source code for all modules it contains, plus any -associated interface definition files, plus the scripts used to -control compilation and installation of the executable. However, as a -special exception, the source code distributed need not include -anything that is normally distributed (in either source or binary -form) with the major components (compiler, kernel, and so on) of the -operating system on which the executable runs, unless that component -itself accompanies the executable. - -If distribution of executable or object code is made by offering -access to copy from a designated place, then offering equivalent -access to copy the source code from the same place counts as -distribution of the source code, even though third parties are not -compelled to copy the source along with the object code. - - 4. You may not copy, modify, sublicense, or distribute the Program -except as expressly provided under this License. Any attempt -otherwise to copy, modify, sublicense or distribute the Program is -void, and will automatically terminate your rights under this License. -However, parties who have received copies, or rights, from you under -this License will not have their licenses terminated so long as such -parties remain in full compliance. - - 5. You are not required to accept this License, since you have not -signed it. However, nothing else grants you permission to modify or -distribute the Program or its derivative works. These actions are -prohibited by law if you do not accept this License. Therefore, by -modifying or distributing the Program (or any work based on the -Program), you indicate your acceptance of this License to do so, and -all its terms and conditions for copying, distributing or modifying -the Program or works based on it. - - 6. Each time you redistribute the Program (or any work based on the -Program), the recipient automatically receives a license from the -original licensor to copy, distribute or modify the Program subject to -these terms and conditions. You may not impose any further -restrictions on the recipients' exercise of the rights granted herein. -You are not responsible for enforcing compliance by third parties to -this License. - - 7. If, as a consequence of a court judgment or allegation of patent -infringement or for any other reason (not limited to patent issues), -conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot -distribute so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you -may not distribute the Program at all. For example, if a patent -license would not permit royalty-free redistribution of the Program by -all those who receive copies directly or indirectly through you, then -the only way you could satisfy both it and this License would be to -refrain entirely from distribution of the Program. - -If any portion of this section is held invalid or unenforceable under -any particular circumstance, the balance of the section is intended to -apply and the section as a whole is intended to apply in other -circumstances. - -It is not the purpose of this section to induce you to infringe any -patents or other property right claims or to contest validity of any -such claims; this section has the sole purpose of protecting the -integrity of the free software distribution system, which is -implemented by public license practices. Many people have made -generous contributions to the wide range of software distributed -through that system in reliance on consistent application of that -system; it is up to the author/donor to decide if he or she is willing -to distribute software through any other system and a licensee cannot -impose that choice. - -This section is intended to make thoroughly clear what is believed to -be a consequence of the rest of this License. - - 8. If the distribution and/or use of the Program is restricted in -certain countries either by patents or by copyrighted interfaces, the -original copyright holder who places the Program under this License -may add an explicit geographical distribution limitation excluding -those countries, so that distribution is permitted only in or among -countries not thus excluded. In such case, this License incorporates -the limitation as if written in the body of this License. - - 9. The Free Software Foundation may publish revised and/or new versions -of the General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - -Each version is given a distinguishing version number. If the Program -specifies a version number of this License which applies to it and "any -later version", you have the option of following the terms and conditions -either of that version or of any later version published by the Free -Software Foundation. If the Program does not specify a version number of -this License, you may choose any version ever published by the Free Software -Foundation. - - 10. If you wish to incorporate parts of the Program into other free -programs whose distribution conditions are different, write to the author -to ask for permission. For software which is copyrighted by the Free -Software Foundation, write to the Free Software Foundation; we sometimes -make exceptions for this. Our decision will be guided by the two goals -of preserving the free status of all derivatives of our free software and -of promoting the sharing and reuse of software generally. - - NO WARRANTY - - 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY -FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN -OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES -PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED -OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS -TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE -PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, -REPAIR OR CORRECTION. - - 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR -REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, -INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING -OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED -TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY -YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER -PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE -POSSIBILITY OF SUCH DAMAGES. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -convey the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - - -Also add information on how to contact you by electronic and paper mail. - -If the program is interactive, make it output a short notice like this -when it starts in an interactive mode: - - Gnomovision version 69, Copyright (C) year name of author - Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, the commands you use may -be called something other than `show w' and `show c'; they could even be -mouse-clicks or menu items--whatever suits your program. - -You should also get your employer (if you work as a programmer) or your -school, if any, to sign a "copyright disclaimer" for the program, if -necessary. Here is a sample; alter the names: - - Yoyodyne, Inc., hereby disclaims all copyright interest in the program - `Gnomovision' (which makes passes at compilers) written by James Hacker. - - , 1 April 1989 - Ty Coon, President of Vice - -This General Public License does not permit incorporating your program into -proprietary programs. If your program is a subroutine library, you may -consider it more useful to permit linking proprietary applications with the -library. If this is what you want to do, use the GNU Library General -Public License instead of this License. - -// Copyright (c) 2012 The Chromium Authors. All rights reserved. -// -// Redistribution and use in source and binary forms, with or without -// modification, are permitted provided that the following conditions are -// met: -// -// * Redistributions of source code must retain the above copyright -// notice, this list of conditions and the following disclaimer. -// * 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. -// * Neither the name of Google Inc. nor the names of its -// contributors may be used to endorse or promote products derived from -// this software without specific prior written permission. -// -// 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 -// OWNER 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. - - -/* -** Copyright (c) 2007-2010 The Khronos Group Inc. -** -** Permission is hereby granted, free of charge, to any person obtaining a -** copy of this software and/or associated documentation files (the -** "Materials"), to deal in the Materials without restriction, including -** without limitation the rights to use, copy, modify, merge, publish, -** distribute, sublicense, and/or sell copies of the Materials, and to -** permit persons to whom the Materials are 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 Materials. -** -** THE MATERIALS ARE 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 -** MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS. -*/ - - - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright (c) 2008, Google Inc. - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - -(WebKit doesn't distribute an explicit license. This LICENSE is derived from -license text in the source.) - -Copyright (c) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, -2006, 2007 Alexander Kellett, Alexey Proskuryakov, Alex Mathews, Allan -Sandfeld Jensen, Alp Toker, Anders Carlsson, Andrew Wellington, Antti -Koivisto, Apple Inc., Arthur Langereis, Baron Schwartz, Bjoern Graf, -Brent Fulgham, Cameron Zwarich, Charles Samuels, Christian Dywan, -Collabora Ltd., Cyrus Patel, Daniel Molkentin, Dave Maclachlan, David -Smith, Dawit Alemayehu, Dirk Mueller, Dirk Schulze, Don Gibson, Enrico -Ros, Eric Seidel, Frederik Holljen, Frerich Raabe, Friedmann Kleint, -George Staikos, Google Inc., Graham Dennis, Harri Porten, Henry Mason, -Hiroyuki Ikezoe, Holger Hans Peter Freyther, IBM, James G. Speth, Jan -Alonzo, Jean-Loup Gailly, John Reis, Jonas Witt, Jon Shier, Jonas -Witt, Julien Chaffraix, Justin Haygood, Kevin Ollivier, Kevin Watters, -Kimmo Kinnunen, Kouhei Sutou, Krzysztof Kowalczyk, Lars Knoll, Luca -Bruno, Maks Orlovich, Malte Starostik, Mark Adler, Martin Jones, -Marvin Decker, Matt Lilek, Michael Emmel, Mitz Pettel, mozilla.org, -Netscape Communications Corporation, Nicholas Shanks, Nikolas -Zimmermann, Nokia, Oliver Hunt, Opened Hand, Paul Johnston, Peter -Kelly, Pioneer Research Center USA, Rich Moore, Rob Buis, Robin Dunn, -Ronald Tschalär, Samuel Weinig, Simon Hausmann, Staikos Computing -Services Inc., Stefan Schimanski, Symantec Corporation, The Dojo -Foundation, The Karbon Developers, Thomas Boyer, Tim Copperfield, -Tobias Anton, Torben Weis, Trolltech, University of Cambridge, Vaclav -Slavik, Waldo Bastian, Xan Lopez, Zack Rusin - -The terms and conditions vary from file to file, but are one of: - -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. - -*OR* - -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. -3. Neither the name of Apple Computer, Inc. ("Apple") nor the names of - its contributors may be used to endorse or promote products derived - from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY APPLE COMPUTER, INC. ``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 APPLE COMPUTER, INC. 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. - - - GNU LIBRARY GENERAL PUBLIC LICENSE - Version 2, June 1991 - - Copyright (C) 1991 Free Software Foundation, Inc. - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - -[This is the first released version of the library GPL. It is - numbered 2 because it goes with version 2 of the ordinary GPL.] - - Preamble - - The licenses for most software are designed to take away your -freedom to share and change it. By contrast, the GNU General Public -Licenses are intended to guarantee your freedom to share and change -free software--to make sure the software is free for all its users. - - This license, the Library General Public License, applies to some -specially designated Free Software Foundation software, and to any -other libraries whose authors decide to use it. You can use it for -your libraries, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -this service if you wish), that you receive source code or can get it -if you want it, that you can change the software or use pieces of it -in new free programs; and that you know you can do these things. - - To protect your rights, we need to make restrictions that forbid -anyone to deny you these rights or to ask you to surrender the rights. -These restrictions translate to certain responsibilities for you if -you distribute copies of the library, or if you modify it. - - For example, if you distribute copies of the library, whether gratis -or for a fee, you must give the recipients all the rights that we gave -you. You must make sure that they, too, receive or can get the source -code. If you link a program with the library, you must provide -complete object files to the recipients so that they can relink them -with the library, after making changes to the library and recompiling -it. And you must show them these terms so they know their rights. - - Our method of protecting your rights has two steps: (1) copyright -the library, and (2) offer you this license which gives you legal -permission to copy, distribute and/or modify the library. - - Also, for each distributor's protection, we want to make certain -that everyone understands that there is no warranty for this free -library. If the library is modified by someone else and passed on, we -want its recipients to know that what they have is not the original -version, so that any problems introduced by others will not reflect on -the original authors' reputations. - - Finally, any free program is threatened constantly by software -patents. We wish to avoid the danger that companies distributing free -software will individually obtain patent licenses, thus in effect -transforming the program into proprietary software. To prevent this, -we have made it clear that any patent must be licensed for everyone's -free use or not licensed at all. - - Most GNU software, including some libraries, is covered by the ordinary -GNU General Public License, which was designed for utility programs. This -license, the GNU Library General Public License, applies to certain -designated libraries. This license is quite different from the ordinary -one; be sure to read it in full, and don't assume that anything in it is -the same as in the ordinary license. - - The reason we have a separate public license for some libraries is that -they blur the distinction we usually make between modifying or adding to a -program and simply using it. Linking a program with a library, without -changing the library, is in some sense simply using the library, and is -analogous to running a utility program or application program. However, in -a textual and legal sense, the linked executable is a combined work, a -derivative of the original library, and the ordinary General Public License -treats it as such. - - Because of this blurred distinction, using the ordinary General -Public License for libraries did not effectively promote software -sharing, because most developers did not use the libraries. We -concluded that weaker conditions might promote sharing better. - - However, unrestricted linking of non-free programs would deprive the -users of those programs of all benefit from the free status of the -libraries themselves. This Library General Public License is intended to -permit developers of non-free programs to use free libraries, while -preserving your freedom as a user of such programs to change the free -libraries that are incorporated in them. (We have not seen how to achieve -this as regards changes in header files, but we have achieved it as regards -changes in the actual functions of the Library.) The hope is that this -will lead to faster development of free libraries. - - The precise terms and conditions for copying, distribution and -modification follow. Pay close attention to the difference between a -"work based on the library" and a "work that uses the library". The -former contains code derived from the library, while the latter only -works together with the library. - - Note that it is possible for a library to be covered by the ordinary -General Public License rather than by this special one. - - GNU LIBRARY GENERAL PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. This License Agreement applies to any software library which -contains a notice placed by the copyright holder or other authorized -party saying it may be distributed under the terms of this Library -General Public License (also called "this License"). Each licensee is -addressed as "you". - - A "library" means a collection of software functions and/or data -prepared so as to be conveniently linked with application programs -(which use some of those functions and data) to form executables. - - The "Library", below, refers to any such software library or work -which has been distributed under these terms. A "work based on the -Library" means either the Library or any derivative work under -copyright law: that is to say, a work containing the Library or a -portion of it, either verbatim or with modifications and/or translated -straightforwardly into another language. (Hereinafter, translation is -included without limitation in the term "modification".) - - "Source code" for a work means the preferred form of the work for -making modifications to it. For a library, complete source code means -all the source code for all modules it contains, plus any associated -interface definition files, plus the scripts used to control compilation -and installation of the library. - - Activities other than copying, distribution and modification are not -covered by this License; they are outside its scope. The act of -running a program using the Library is not restricted, and output from -such a program is covered only if its contents constitute a work based -on the Library (independent of the use of the Library in a tool for -writing it). Whether that is true depends on what the Library does -and what the program that uses the Library does. - - 1. You may copy and distribute verbatim copies of the Library's -complete source code as you receive it, in any medium, provided that -you conspicuously and appropriately publish on each copy an -appropriate copyright notice and disclaimer of warranty; keep intact -all the notices that refer to this License and to the absence of any -warranty; and distribute a copy of this License along with the -Library. - - You may charge a fee for the physical act of transferring a copy, -and you may at your option offer warranty protection in exchange for a -fee. - - 2. You may modify your copy or copies of the Library or any portion -of it, thus forming a work based on the Library, and copy and -distribute such modifications or work under the terms of Section 1 -above, provided that you also meet all of these conditions: - - a) The modified work must itself be a software library. - - b) You must cause the files modified to carry prominent notices - stating that you changed the files and the date of any change. - - c) You must cause the whole of the work to be licensed at no - charge to all third parties under the terms of this License. - - d) If a facility in the modified Library refers to a function or a - table of data to be supplied by an application program that uses - the facility, other than as an argument passed when the facility - is invoked, then you must make a good faith effort to ensure that, - in the event an application does not supply such function or - table, the facility still operates, and performs whatever part of - its purpose remains meaningful. - - (For example, a function in a library to compute square roots has - a purpose that is entirely well-defined independent of the - application. Therefore, Subsection 2d requires that any - application-supplied function or table used by this function must - be optional: if the application does not supply it, the square - root function must still compute square roots.) - -These requirements apply to the modified work as a whole. If -identifiable sections of that work are not derived from the Library, -and can be reasonably considered independent and separate works in -themselves, then this License, and its terms, do not apply to those -sections when you distribute them as separate works. But when you -distribute the same sections as part of a whole which is a work based -on the Library, the distribution of the whole must be on the terms of -this License, whose permissions for other licensees extend to the -entire whole, and thus to each and every part regardless of who wrote -it. - -Thus, it is not the intent of this section to claim rights or contest -your rights to work written entirely by you; rather, the intent is to -exercise the right to control the distribution of derivative or -collective works based on the Library. - -In addition, mere aggregation of another work not based on the Library -with the Library (or with a work based on the Library) on a volume of -a storage or distribution medium does not bring the other work under -the scope of this License. - - 3. You may opt to apply the terms of the ordinary GNU General Public -License instead of this License to a given copy of the Library. To do -this, you must alter all the notices that refer to this License, so -that they refer to the ordinary GNU General Public License, version 2, -instead of to this License. (If a newer version than version 2 of the -ordinary GNU General Public License has appeared, then you can specify -that version instead if you wish.) Do not make any other change in -these notices. - - Once this change is made in a given copy, it is irreversible for -that copy, so the ordinary GNU General Public License applies to all -subsequent copies and derivative works made from that copy. - - This option is useful when you wish to copy part of the code of -the Library into a program that is not a library. - - 4. You may copy and distribute the Library (or a portion or -derivative of it, under Section 2) in object code or executable form -under the terms of Sections 1 and 2 above provided that you accompany -it with the complete corresponding machine-readable source code, which -must be distributed under the terms of Sections 1 and 2 above on a -medium customarily used for software interchange. - - If distribution of object code is made by offering access to copy -from a designated place, then offering equivalent access to copy the -source code from the same place satisfies the requirement to -distribute the source code, even though third parties are not -compelled to copy the source along with the object code. - - 5. A program that contains no derivative of any portion of the -Library, but is designed to work with the Library by being compiled or -linked with it, is called a "work that uses the Library". Such a -work, in isolation, is not a derivative work of the Library, and -therefore falls outside the scope of this License. - - However, linking a "work that uses the Library" with the Library -creates an executable that is a derivative of the Library (because it -contains portions of the Library), rather than a "work that uses the -library". The executable is therefore covered by this License. -Section 6 states terms for distribution of such executables. - - When a "work that uses the Library" uses material from a header file -that is part of the Library, the object code for the work may be a -derivative work of the Library even though the source code is not. -Whether this is true is especially significant if the work can be -linked without the Library, or if the work is itself a library. The -threshold for this to be true is not precisely defined by law. - - If such an object file uses only numerical parameters, data -structure layouts and accessors, and small macros and small inline -functions (ten lines or less in length), then the use of the object -file is unrestricted, regardless of whether it is legally a derivative -work. (Executables containing this object code plus portions of the -Library will still fall under Section 6.) - - Otherwise, if the work is a derivative of the Library, you may -distribute the object code for the work under the terms of Section 6. -Any executables containing that work also fall under Section 6, -whether or not they are linked directly with the Library itself. - - 6. As an exception to the Sections above, you may also compile or -link a "work that uses the Library" with the Library to produce a -work containing portions of the Library, and distribute that work -under terms of your choice, provided that the terms permit -modification of the work for the customer's own use and reverse -engineering for debugging such modifications. - - You must give prominent notice with each copy of the work that the -Library is used in it and that the Library and its use are covered by -this License. You must supply a copy of this License. If the work -during execution displays copyright notices, you must include the -copyright notice for the Library among them, as well as a reference -directing the user to the copy of this License. Also, you must do one -of these things: - - a) Accompany the work with the complete corresponding - machine-readable source code for the Library including whatever - changes were used in the work (which must be distributed under - Sections 1 and 2 above); and, if the work is an executable linked - with the Library, with the complete machine-readable "work that - uses the Library", as object code and/or source code, so that the - user can modify the Library and then relink to produce a modified - executable containing the modified Library. (It is understood - that the user who changes the contents of definitions files in the - Library will not necessarily be able to recompile the application - to use the modified definitions.) - - b) Accompany the work with a written offer, valid for at - least three years, to give the same user the materials - specified in Subsection 6a, above, for a charge no more - than the cost of performing this distribution. - - c) If distribution of the work is made by offering access to copy - from a designated place, offer equivalent access to copy the above - specified materials from the same place. - - d) Verify that the user has already received a copy of these - materials or that you have already sent this user a copy. - - For an executable, the required form of the "work that uses the -Library" must include any data and utility programs needed for -reproducing the executable from it. However, as a special exception, -the source code distributed need not include anything that is normally -distributed (in either source or binary form) with the major -components (compiler, kernel, and so on) of the operating system on -which the executable runs, unless that component itself accompanies -the executable. - - It may happen that this requirement contradicts the license -restrictions of other proprietary libraries that do not normally -accompany the operating system. Such a contradiction means you cannot -use both them and the Library together in an executable that you -distribute. - - 7. You may place library facilities that are a work based on the -Library side-by-side in a single library together with other library -facilities not covered by this License, and distribute such a combined -library, provided that the separate distribution of the work based on -the Library and of the other library facilities is otherwise -permitted, and provided that you do these two things: - - a) Accompany the combined library with a copy of the same work - based on the Library, uncombined with any other library - facilities. This must be distributed under the terms of the - Sections above. - - b) Give prominent notice with the combined library of the fact - that part of it is a work based on the Library, and explaining - where to find the accompanying uncombined form of the same work. - - 8. You may not copy, modify, sublicense, link with, or distribute -the Library except as expressly provided under this License. Any -attempt otherwise to copy, modify, sublicense, link with, or -distribute the Library is void, and will automatically terminate your -rights under this License. However, parties who have received copies, -or rights, from you under this License will not have their licenses -terminated so long as such parties remain in full compliance. - - 9. You are not required to accept this License, since you have not -signed it. However, nothing else grants you permission to modify or -distribute the Library or its derivative works. These actions are -prohibited by law if you do not accept this License. Therefore, by -modifying or distributing the Library (or any work based on the -Library), you indicate your acceptance of this License to do so, and -all its terms and conditions for copying, distributing or modifying -the Library or works based on it. - - 10. Each time you redistribute the Library (or any work based on the -Library), the recipient automatically receives a license from the -original licensor to copy, distribute, link with or modify the Library -subject to these terms and conditions. You may not impose any further -restrictions on the recipients' exercise of the rights granted herein. -You are not responsible for enforcing compliance by third parties to -this License. - - 11. If, as a consequence of a court judgment or allegation of patent -infringement or for any other reason (not limited to patent issues), -conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot -distribute so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you -may not distribute the Library at all. For example, if a patent -license would not permit royalty-free redistribution of the Library by -all those who receive copies directly or indirectly through you, then -the only way you could satisfy both it and this License would be to -refrain entirely from distribution of the Library. - -If any portion of this section is held invalid or unenforceable under any -particular circumstance, the balance of the section is intended to apply, -and the section as a whole is intended to apply in other circumstances. - -It is not the purpose of this section to induce you to infringe any -patents or other property right claims or to contest validity of any -such claims; this section has the sole purpose of protecting the -integrity of the free software distribution system which is -implemented by public license practices. Many people have made -generous contributions to the wide range of software distributed -through that system in reliance on consistent application of that -system; it is up to the author/donor to decide if he or she is willing -to distribute software through any other system and a licensee cannot -impose that choice. - -This section is intended to make thoroughly clear what is believed to -be a consequence of the rest of this License. - - 12. If the distribution and/or use of the Library is restricted in -certain countries either by patents or by copyrighted interfaces, the -original copyright holder who places the Library under this License may add -an explicit geographical distribution limitation excluding those countries, -so that distribution is permitted only in or among countries not thus -excluded. In such case, this License incorporates the limitation as if -written in the body of this License. - - 13. The Free Software Foundation may publish revised and/or new -versions of the Library General Public License from time to time. -Such new versions will be similar in spirit to the present version, -but may differ in detail to address new problems or concerns. - -Each version is given a distinguishing version number. If the Library -specifies a version number of this License which applies to it and -"any later version", you have the option of following the terms and -conditions either of that version or of any later version published by -the Free Software Foundation. If the Library does not specify a -license version number, you may choose any version ever published by -the Free Software Foundation. - - 14. If you wish to incorporate parts of the Library into other free -programs whose distribution conditions are incompatible with these, -write to the author to ask for permission. For software which is -copyrighted by the Free Software Foundation, write to the Free -Software Foundation; we sometimes make exceptions for this. Our -decision will be guided by the two goals of preserving the free status -of all derivatives of our free software and of promoting the sharing -and reuse of software generally. - - NO WARRANTY - - 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO -WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. -EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR -OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY -KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE -LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME -THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - - 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN -WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY -AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU -FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR -CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE -LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING -RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A -FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF -SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGES. - - END OF TERMS AND CONDITIONS - - GNU LESSER GENERAL PUBLIC LICENSE - Version 2.1, February 1999 - - Copyright (C) 1991, 1999 Free Software Foundation, Inc. - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - -[This is the first released version of the Lesser GPL. It also counts - as the successor of the GNU Library Public License, version 2, hence - the version number 2.1.] - - Preamble - - The licenses for most software are designed to take away your -freedom to share and change it. By contrast, the GNU General Public -Licenses are intended to guarantee your freedom to share and change -free software--to make sure the software is free for all its users. - - This license, the Lesser General Public License, applies to some -specially designated software packages--typically libraries--of the -Free Software Foundation and other authors who decide to use it. You -can use it too, but we suggest you first think carefully about whether -this license or the ordinary General Public License is the better -strategy to use in any particular case, based on the explanations below. - - When we speak of free software, we are referring to freedom of use, -not price. Our General Public Licenses are designed to make sure that -you have the freedom to distribute copies of free software (and charge -for this service if you wish); that you receive source code or can get -it if you want it; that you can change the software and use pieces of -it in new free programs; and that you are informed that you can do -these things. - - To protect your rights, we need to make restrictions that forbid -distributors to deny you these rights or to ask you to surrender these -rights. These restrictions translate to certain responsibilities for -you if you distribute copies of the library or if you modify it. - - For example, if you distribute copies of the library, whether gratis -or for a fee, you must give the recipients all the rights that we gave -you. You must make sure that they, too, receive or can get the source -code. If you link other code with the library, you must provide -complete object files to the recipients, so that they can relink them -with the library after making changes to the library and recompiling -it. And you must show them these terms so they know their rights. - - We protect your rights with a two-step method: (1) we copyright the -library, and (2) we offer you this license, which gives you legal -permission to copy, distribute and/or modify the library. - - To protect each distributor, we want to make it very clear that -there is no warranty for the free library. Also, if the library is -modified by someone else and passed on, the recipients should know -that what they have is not the original version, so that the original -author's reputation will not be affected by problems that might be -introduced by others. - - Finally, software patents pose a constant threat to the existence of -any free program. We wish to make sure that a company cannot -effectively restrict the users of a free program by obtaining a -restrictive license from a patent holder. Therefore, we insist that -any patent license obtained for a version of the library must be -consistent with the full freedom of use specified in this license. - - Most GNU software, including some libraries, is covered by the -ordinary GNU General Public License. This license, the GNU Lesser -General Public License, applies to certain designated libraries, and -is quite different from the ordinary General Public License. We use -this license for certain libraries in order to permit linking those -libraries into non-free programs. - - When a program is linked with a library, whether statically or using -a shared library, the combination of the two is legally speaking a -combined work, a derivative of the original library. The ordinary -General Public License therefore permits such linking only if the -entire combination fits its criteria of freedom. The Lesser General -Public License permits more lax criteria for linking other code with -the library. - - We call this license the "Lesser" General Public License because it -does Less to protect the user's freedom than the ordinary General -Public License. It also provides other free software developers Less -of an advantage over competing non-free programs. These disadvantages -are the reason we use the ordinary General Public License for many -libraries. However, the Lesser license provides advantages in certain -special circumstances. - - For example, on rare occasions, there may be a special need to -encourage the widest possible use of a certain library, so that it becomes -a de-facto standard. To achieve this, non-free programs must be -allowed to use the library. A more frequent case is that a free -library does the same job as widely used non-free libraries. In this -case, there is little to gain by limiting the free library to free -software only, so we use the Lesser General Public License. - - In other cases, permission to use a particular library in non-free -programs enables a greater number of people to use a large body of -free software. For example, permission to use the GNU C Library in -non-free programs enables many more people to use the whole GNU -operating system, as well as its variant, the GNU/Linux operating -system. - - Although the Lesser General Public License is Less protective of the -users' freedom, it does ensure that the user of a program that is -linked with the Library has the freedom and the wherewithal to run -that program using a modified version of the Library. - - The precise terms and conditions for copying, distribution and -modification follow. Pay close attention to the difference between a -"work based on the library" and a "work that uses the library". The -former contains code derived from the library, whereas the latter must -be combined with the library in order to run. - - GNU LESSER GENERAL PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. This License Agreement applies to any software library or other -program which contains a notice placed by the copyright holder or -other authorized party saying it may be distributed under the terms of -this Lesser General Public License (also called "this License"). -Each licensee is addressed as "you". - - A "library" means a collection of software functions and/or data -prepared so as to be conveniently linked with application programs -(which use some of those functions and data) to form executables. - - The "Library", below, refers to any such software library or work -which has been distributed under these terms. A "work based on the -Library" means either the Library or any derivative work under -copyright law: that is to say, a work containing the Library or a -portion of it, either verbatim or with modifications and/or translated -straightforwardly into another language. (Hereinafter, translation is -included without limitation in the term "modification".) - - "Source code" for a work means the preferred form of the work for -making modifications to it. For a library, complete source code means -all the source code for all modules it contains, plus any associated -interface definition files, plus the scripts used to control compilation -and installation of the library. - - Activities other than copying, distribution and modification are not -covered by this License; they are outside its scope. The act of -running a program using the Library is not restricted, and output from -such a program is covered only if its contents constitute a work based -on the Library (independent of the use of the Library in a tool for -writing it). Whether that is true depends on what the Library does -and what the program that uses the Library does. - - 1. You may copy and distribute verbatim copies of the Library's -complete source code as you receive it, in any medium, provided that -you conspicuously and appropriately publish on each copy an -appropriate copyright notice and disclaimer of warranty; keep intact -all the notices that refer to this License and to the absence of any -warranty; and distribute a copy of this License along with the -Library. - - You may charge a fee for the physical act of transferring a copy, -and you may at your option offer warranty protection in exchange for a -fee. - - 2. You may modify your copy or copies of the Library or any portion -of it, thus forming a work based on the Library, and copy and -distribute such modifications or work under the terms of Section 1 -above, provided that you also meet all of these conditions: - - a) The modified work must itself be a software library. - - b) You must cause the files modified to carry prominent notices - stating that you changed the files and the date of any change. - - c) You must cause the whole of the work to be licensed at no - charge to all third parties under the terms of this License. - - d) If a facility in the modified Library refers to a function or a - table of data to be supplied by an application program that uses - the facility, other than as an argument passed when the facility - is invoked, then you must make a good faith effort to ensure that, - in the event an application does not supply such function or - table, the facility still operates, and performs whatever part of - its purpose remains meaningful. - - (For example, a function in a library to compute square roots has - a purpose that is entirely well-defined independent of the - application. Therefore, Subsection 2d requires that any - application-supplied function or table used by this function must - be optional: if the application does not supply it, the square - root function must still compute square roots.) - -These requirements apply to the modified work as a whole. If -identifiable sections of that work are not derived from the Library, -and can be reasonably considered independent and separate works in -themselves, then this License, and its terms, do not apply to those -sections when you distribute them as separate works. But when you -distribute the same sections as part of a whole which is a work based -on the Library, the distribution of the whole must be on the terms of -this License, whose permissions for other licensees extend to the -entire whole, and thus to each and every part regardless of who wrote -it. - -Thus, it is not the intent of this section to claim rights or contest -your rights to work written entirely by you; rather, the intent is to -exercise the right to control the distribution of derivative or -collective works based on the Library. - -In addition, mere aggregation of another work not based on the Library -with the Library (or with a work based on the Library) on a volume of -a storage or distribution medium does not bring the other work under -the scope of this License. - - 3. You may opt to apply the terms of the ordinary GNU General Public -License instead of this License to a given copy of the Library. To do -this, you must alter all the notices that refer to this License, so -that they refer to the ordinary GNU General Public License, version 2, -instead of to this License. (If a newer version than version 2 of the -ordinary GNU General Public License has appeared, then you can specify -that version instead if you wish.) Do not make any other change in -these notices. - - Once this change is made in a given copy, it is irreversible for -that copy, so the ordinary GNU General Public License applies to all -subsequent copies and derivative works made from that copy. - - This option is useful when you wish to copy part of the code of -the Library into a program that is not a library. - - 4. You may copy and distribute the Library (or a portion or -derivative of it, under Section 2) in object code or executable form -under the terms of Sections 1 and 2 above provided that you accompany -it with the complete corresponding machine-readable source code, which -must be distributed under the terms of Sections 1 and 2 above on a -medium customarily used for software interchange. - - If distribution of object code is made by offering access to copy -from a designated place, then offering equivalent access to copy the -source code from the same place satisfies the requirement to -distribute the source code, even though third parties are not -compelled to copy the source along with the object code. - - 5. A program that contains no derivative of any portion of the -Library, but is designed to work with the Library by being compiled or -linked with it, is called a "work that uses the Library". Such a -work, in isolation, is not a derivative work of the Library, and -therefore falls outside the scope of this License. - - However, linking a "work that uses the Library" with the Library -creates an executable that is a derivative of the Library (because it -contains portions of the Library), rather than a "work that uses the -library". The executable is therefore covered by this License. -Section 6 states terms for distribution of such executables. - - When a "work that uses the Library" uses material from a header file -that is part of the Library, the object code for the work may be a -derivative work of the Library even though the source code is not. -Whether this is true is especially significant if the work can be -linked without the Library, or if the work is itself a library. The -threshold for this to be true is not precisely defined by law. - - If such an object file uses only numerical parameters, data -structure layouts and accessors, and small macros and small inline -functions (ten lines or less in length), then the use of the object -file is unrestricted, regardless of whether it is legally a derivative -work. (Executables containing this object code plus portions of the -Library will still fall under Section 6.) - - Otherwise, if the work is a derivative of the Library, you may -distribute the object code for the work under the terms of Section 6. -Any executables containing that work also fall under Section 6, -whether or not they are linked directly with the Library itself. - - 6. As an exception to the Sections above, you may also combine or -link a "work that uses the Library" with the Library to produce a -work containing portions of the Library, and distribute that work -under terms of your choice, provided that the terms permit -modification of the work for the customer's own use and reverse -engineering for debugging such modifications. - - You must give prominent notice with each copy of the work that the -Library is used in it and that the Library and its use are covered by -this License. You must supply a copy of this License. If the work -during execution displays copyright notices, you must include the -copyright notice for the Library among them, as well as a reference -directing the user to the copy of this License. Also, you must do one -of these things: - - a) Accompany the work with the complete corresponding - machine-readable source code for the Library including whatever - changes were used in the work (which must be distributed under - Sections 1 and 2 above); and, if the work is an executable linked - with the Library, with the complete machine-readable "work that - uses the Library", as object code and/or source code, so that the - user can modify the Library and then relink to produce a modified - executable containing the modified Library. (It is understood - that the user who changes the contents of definitions files in the - Library will not necessarily be able to recompile the application - to use the modified definitions.) - - b) Use a suitable shared library mechanism for linking with the - Library. A suitable mechanism is one that (1) uses at run time a - copy of the library already present on the user's computer system, - rather than copying library functions into the executable, and (2) - will operate properly with a modified version of the library, if - the user installs one, as long as the modified version is - interface-compatible with the version that the work was made with. - - c) Accompany the work with a written offer, valid for at - least three years, to give the same user the materials - specified in Subsection 6a, above, for a charge no more - than the cost of performing this distribution. - - d) If distribution of the work is made by offering access to copy - from a designated place, offer equivalent access to copy the above - specified materials from the same place. - - e) Verify that the user has already received a copy of these - materials or that you have already sent this user a copy. - - For an executable, the required form of the "work that uses the -Library" must include any data and utility programs needed for -reproducing the executable from it. However, as a special exception, -the materials to be distributed need not include anything that is -normally distributed (in either source or binary form) with the major -components (compiler, kernel, and so on) of the operating system on -which the executable runs, unless that component itself accompanies -the executable. - - It may happen that this requirement contradicts the license -restrictions of other proprietary libraries that do not normally -accompany the operating system. Such a contradiction means you cannot -use both them and the Library together in an executable that you -distribute. - - 7. You may place library facilities that are a work based on the -Library side-by-side in a single library together with other library -facilities not covered by this License, and distribute such a combined -library, provided that the separate distribution of the work based on -the Library and of the other library facilities is otherwise -permitted, and provided that you do these two things: - - a) Accompany the combined library with a copy of the same work - based on the Library, uncombined with any other library - facilities. This must be distributed under the terms of the - Sections above. - - b) Give prominent notice with the combined library of the fact - that part of it is a work based on the Library, and explaining - where to find the accompanying uncombined form of the same work. - - 8. You may not copy, modify, sublicense, link with, or distribute -the Library except as expressly provided under this License. Any -attempt otherwise to copy, modify, sublicense, link with, or -distribute the Library is void, and will automatically terminate your -rights under this License. However, parties who have received copies, -or rights, from you under this License will not have their licenses -terminated so long as such parties remain in full compliance. - - 9. You are not required to accept this License, since you have not -signed it. However, nothing else grants you permission to modify or -distribute the Library or its derivative works. These actions are -prohibited by law if you do not accept this License. Therefore, by -modifying or distributing the Library (or any work based on the -Library), you indicate your acceptance of this License to do so, and -all its terms and conditions for copying, distributing or modifying -the Library or works based on it. - - 10. Each time you redistribute the Library (or any work based on the -Library), the recipient automatically receives a license from the -original licensor to copy, distribute, link with or modify the Library -subject to these terms and conditions. You may not impose any further -restrictions on the recipients' exercise of the rights granted herein. -You are not responsible for enforcing compliance by third parties with -this License. - - 11. If, as a consequence of a court judgment or allegation of patent -infringement or for any other reason (not limited to patent issues), -conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot -distribute so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you -may not distribute the Library at all. For example, if a patent -license would not permit royalty-free redistribution of the Library by -all those who receive copies directly or indirectly through you, then -the only way you could satisfy both it and this License would be to -refrain entirely from distribution of the Library. - -If any portion of this section is held invalid or unenforceable under any -particular circumstance, the balance of the section is intended to apply, -and the section as a whole is intended to apply in other circumstances. - -It is not the purpose of this section to induce you to infringe any -patents or other property right claims or to contest validity of any -such claims; this section has the sole purpose of protecting the -integrity of the free software distribution system which is -implemented by public license practices. Many people have made -generous contributions to the wide range of software distributed -through that system in reliance on consistent application of that -system; it is up to the author/donor to decide if he or she is willing -to distribute software through any other system and a licensee cannot -impose that choice. - -This section is intended to make thoroughly clear what is believed to -be a consequence of the rest of this License. - - 12. If the distribution and/or use of the Library is restricted in -certain countries either by patents or by copyrighted interfaces, the -original copyright holder who places the Library under this License may add -an explicit geographical distribution limitation excluding those countries, -so that distribution is permitted only in or among countries not thus -excluded. In such case, this License incorporates the limitation as if -written in the body of this License. - - 13. The Free Software Foundation may publish revised and/or new -versions of the Lesser General Public License from time to time. -Such new versions will be similar in spirit to the present version, -but may differ in detail to address new problems or concerns. - -Each version is given a distinguishing version number. If the Library -specifies a version number of this License which applies to it and -"any later version", you have the option of following the terms and -conditions either of that version or of any later version published by -the Free Software Foundation. If the Library does not specify a -license version number, you may choose any version ever published by -the Free Software Foundation. - - 14. If you wish to incorporate parts of the Library into other free -programs whose distribution conditions are incompatible with these, -write to the author to ask for permission. For software which is -copyrighted by the Free Software Foundation, write to the Free -Software Foundation; we sometimes make exceptions for this. Our -decision will be guided by the two goals of preserving the free status -of all derivatives of our free software and of promoting the sharing -and reuse of software generally. - - NO WARRANTY - - 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO -WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. -EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR -OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY -KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE -LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME -THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - - 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN -WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY -AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU -FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR -CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE -LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING -RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A -FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF -SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGES. - - END OF TERMS AND CONDITIONS - -// Copyright (C) 2002-2013 The ANGLE Project Authors. -// All rights reserved. -// -// Redistribution and use in source and binary forms, with or without -// modification, are permitted provided that the following conditions -// are met: -// -// Redistributions of source code must retain the above copyright -// notice, this list of conditions and the following disclaimer. -// -// 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. -// -// Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc. -// Ltd., nor the names of their contributors may be used to endorse -// or promote products derived from this software without specific -// prior written permission. -// -// 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 OWNER 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. - - - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright [yyyy] [name of copyright owner] - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - -Copyright (c) 2012, Manfred Moitzi - -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. - -Deutsche Ãœbersetzung: - -Copyright (c) 2012, Manfred Moitzi - -Hiermit wird unentgeltlich, jeder Person, die eine Kopie der Software -und der zugehörigen Dokumentationen (die "Software") erhält, die -Erlaubnis erteilt, uneingeschränkt zu benutzen, inklusive und ohne -Ausnahme, dem Recht, sie zu verwenden, kopieren, ändern, fusionieren, -verlegen, verbreiten, unterlizenzieren und/oder zu verkaufen, und -Personen, die diese Software erhalten, diese Rechte zu geben, unter den -folgenden Bedingungen: - -Der obige Urheberrechtsvermerk und dieser Erlaubnisvermerk sind in allen -Kopien oder Teilkopien der Software beizulegen. - -DIE SOFTWARE WIRD OHNE JEDE AUSDRÃœCKLICHE ODER IMPLIZIERTE GARANTIE -BEREITGESTELLT, EINSCHLIESSLICH DER GARANTIE ZUR BENUTZUNG FÃœR DEN -VORGESEHENEN ODER EINEM BESTIMMTEN ZWECK SOWIE JEGLICHER -RECHTSVERLETZUNG, JEDOCH NICHT DARAUF BESCHRÄNKT. IN KEINEM FALL SIND -DIE AUTOREN ODER COPYRIGHTINHABER FÃœR JEGLICHEN SCHADEN ODER SONSTIGE -ANSPRÃœCHE HAFTBAR ZU MACHEN, OB INFOLGE DER ERFÃœLLUNG EINES VERTRAGES, -EINES DELIKTES ODER ANDERS IM ZUSAMMENHANG MIT DER SOFTWARE ODER -SONSTIGER VERWENDUNG DER SOFTWARE ENTSTANDEN. - - -// Copyright (c) 2010 The Chromium Authors. All rights reserved. -// -// Redistribution and use in source and binary forms, with or without -// modification, are permitted provided that the following conditions are -// met: -// -// * Redistributions of source code must retain the above copyright -// notice, this list of conditions and the following disclaimer. -// * 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. -// * Neither the name of Google Inc. nor the names of its -// contributors may be used to endorse or promote products derived from -// this software without specific prior written permission. -// -// 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 -// OWNER 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. - - MOZILLA PUBLIC LICENSE - Version 1.1 - - --------------- - -1. Definitions. - - 1.0.1. "Commercial Use" means distribution or otherwise making the - Covered Code available to a third party. - - 1.1. "Contributor" means each entity that creates or contributes to - the creation of Modifications. - - 1.2. "Contributor Version" means the combination of the Original - Code, prior Modifications used by a Contributor, and the Modifications - made by that particular Contributor. - - 1.3. "Covered Code" means the Original Code or Modifications or the - combination of the Original Code and Modifications, in each case - including portions thereof. - - 1.4. "Electronic Distribution Mechanism" means a mechanism generally - accepted in the software development community for the electronic - transfer of data. - - 1.5. "Executable" means Covered Code in any form other than Source - Code. - - 1.6. "Initial Developer" means the individual or entity identified - as the Initial Developer in the Source Code notice required by Exhibit - A. - - 1.7. "Larger Work" means a work which combines Covered Code or - portions thereof with code not governed by the terms of this License. - - 1.8. "License" means this document. - - 1.8.1. "Licensable" means having the right to grant, to the maximum - extent possible, whether at the time of the initial grant or - subsequently acquired, any and all of the rights conveyed herein. - - 1.9. "Modifications" means any addition to or deletion from the - substance or structure of either the Original Code or any previous - Modifications. When Covered Code is released as a series of files, a - Modification is: - A. Any addition to or deletion from the contents of a file - containing Original Code or previous Modifications. - - B. Any new file that contains any part of the Original Code or - previous Modifications. - - 1.10. "Original Code" means Source Code of computer software code - which is described in the Source Code notice required by Exhibit A as - Original Code, and which, at the time of its release under this - License is not already Covered Code governed by this License. - - 1.10.1. "Patent Claims" means any patent claim(s), now owned or - hereafter acquired, including without limitation, method, process, - and apparatus claims, in any patent Licensable by grantor. - - 1.11. "Source Code" means the preferred form of the Covered Code for - making modifications to it, including all modules it contains, plus - any associated interface definition files, scripts used to control - compilation and installation of an Executable, or source code - differential comparisons against either the Original Code or another - well known, available Covered Code of the Contributor's choice. The - Source Code can be in a compressed or archival form, provided the - appropriate decompression or de-archiving software is widely available - for no charge. - - 1.12. "You" (or "Your") means an individual or a legal entity - exercising rights under, and complying with all of the terms of, this - License or a future version of this License issued under Section 6.1. - For legal entities, "You" includes any entity which controls, is - controlled by, or is under common control with You. For purposes of - this definition, "control" means (a) the power, direct or indirect, - to cause the direction or management of such entity, whether by - contract or otherwise, or (b) ownership of more than fifty percent - (50%) of the outstanding shares or beneficial ownership of such - entity. - -2. Source Code License. - - 2.1. The Initial Developer Grant. - The Initial Developer hereby grants You a world-wide, royalty-free, - non-exclusive license, subject to third party intellectual property - claims: - (a) under intellectual property rights (other than patent or - trademark) Licensable by Initial Developer to use, reproduce, - modify, display, perform, sublicense and distribute the Original - Code (or portions thereof) with or without Modifications, and/or - as part of a Larger Work; and - - (b) under Patents Claims infringed by the making, using or - selling of Original Code, to make, have made, use, practice, - sell, and offer for sale, and/or otherwise dispose of the - Original Code (or portions thereof). - - (c) the licenses granted in this Section 2.1(a) and (b) are - effective on the date Initial Developer first distributes - Original Code under the terms of this License. - - (d) Notwithstanding Section 2.1(b) above, no patent license is - granted: 1) for code that You delete from the Original Code; 2) - separate from the Original Code; or 3) for infringements caused - by: i) the modification of the Original Code or ii) the - combination of the Original Code with other software or devices. - - 2.2. Contributor Grant. - Subject to third party intellectual property claims, each Contributor - hereby grants You a world-wide, royalty-free, non-exclusive license - - (a) under intellectual property rights (other than patent or - trademark) Licensable by Contributor, to use, reproduce, modify, - display, perform, sublicense and distribute the Modifications - created by such Contributor (or portions thereof) either on an - unmodified basis, with other Modifications, as Covered Code - and/or as part of a Larger Work; and - - (b) under Patent Claims infringed by the making, using, or - selling of Modifications made by that Contributor either alone - and/or in combination with its Contributor Version (or portions - of such combination), to make, use, sell, offer for sale, have - made, and/or otherwise dispose of: 1) Modifications made by that - Contributor (or portions thereof); and 2) the combination of - Modifications made by that Contributor with its Contributor - Version (or portions of such combination). - - (c) the licenses granted in Sections 2.2(a) and 2.2(b) are - effective on the date Contributor first makes Commercial Use of - the Covered Code. - - (d) Notwithstanding Section 2.2(b) above, no patent license is - granted: 1) for any code that Contributor has deleted from the - Contributor Version; 2) separate from the Contributor Version; - 3) for infringements caused by: i) third party modifications of - Contributor Version or ii) the combination of Modifications made - by that Contributor with other software (except as part of the - Contributor Version) or other devices; or 4) under Patent Claims - infringed by Covered Code in the absence of Modifications made by - that Contributor. - -3. Distribution Obligations. - - 3.1. Application of License. - The Modifications which You create or to which You contribute are - governed by the terms of this License, including without limitation - Section 2.2. The Source Code version of Covered Code may be - distributed only under the terms of this License or a future version - of this License released under Section 6.1, and You must include a - copy of this License with every copy of the Source Code You - distribute. You may not offer or impose any terms on any Source Code - version that alters or restricts the applicable version of this - License or the recipients' rights hereunder. However, You may include - an additional document offering the additional rights described in - Section 3.5. - - 3.2. Availability of Source Code. - Any Modification which You create or to which You contribute must be - made available in Source Code form under the terms of this License - either on the same media as an Executable version or via an accepted - Electronic Distribution Mechanism to anyone to whom you made an - Executable version available; and if made available via Electronic - Distribution Mechanism, must remain available for at least twelve (12) - months after the date it initially became available, or at least six - (6) months after a subsequent version of that particular Modification - has been made available to such recipients. You are responsible for - ensuring that the Source Code version remains available even if the - Electronic Distribution Mechanism is maintained by a third party. - - 3.3. Description of Modifications. - You must cause all Covered Code to which You contribute to contain a - file documenting the changes You made to create that Covered Code and - the date of any change. You must include a prominent statement that - the Modification is derived, directly or indirectly, from Original - Code provided by the Initial Developer and including the name of the - Initial Developer in (a) the Source Code, and (b) in any notice in an - Executable version or related documentation in which You describe the - origin or ownership of the Covered Code. - - 3.4. Intellectual Property Matters - (a) Third Party Claims. - If Contributor has knowledge that a license under a third party's - intellectual property rights is required to exercise the rights - granted by such Contributor under Sections 2.1 or 2.2, - Contributor must include a text file with the Source Code - distribution titled "LEGAL" which describes the claim and the - party making the claim in sufficient detail that a recipient will - know whom to contact. If Contributor obtains such knowledge after - the Modification is made available as described in Section 3.2, - Contributor shall promptly modify the LEGAL file in all copies - Contributor makes available thereafter and shall take other steps - (such as notifying appropriate mailing lists or newsgroups) - reasonably calculated to inform those who received the Covered - Code that new knowledge has been obtained. - - (b) Contributor APIs. - If Contributor's Modifications include an application programming - interface and Contributor has knowledge of patent licenses which - are reasonably necessary to implement that API, Contributor must - also include this information in the LEGAL file. - - (c) Representations. - Contributor represents that, except as disclosed pursuant to - Section 3.4(a) above, Contributor believes that Contributor's - Modifications are Contributor's original creation(s) and/or - Contributor has sufficient rights to grant the rights conveyed by - this License. - - 3.5. Required Notices. - You must duplicate the notice in Exhibit A in each file of the Source - Code. If it is not possible to put such notice in a particular Source - Code file due to its structure, then You must include such notice in a - location (such as a relevant directory) where a user would be likely - to look for such a notice. If You created one or more Modification(s) - You may add your name as a Contributor to the notice described in - Exhibit A. You must also duplicate this License in any documentation - for the Source Code where You describe recipients' rights or ownership - rights relating to Covered Code. You may choose to offer, and to - charge a fee for, warranty, support, indemnity or liability - obligations to one or more recipients of Covered Code. However, You - may do so only on Your own behalf, and not on behalf of the Initial - Developer or any Contributor. You must make it absolutely clear than - any such warranty, support, indemnity or liability obligation is - offered by You alone, and You hereby agree to indemnify the Initial - Developer and every Contributor for any liability incurred by the - Initial Developer or such Contributor as a result of warranty, - support, indemnity or liability terms You offer. - - 3.6. Distribution of Executable Versions. - You may distribute Covered Code in Executable form only if the - requirements of Section 3.1-3.5 have been met for that Covered Code, - and if You include a notice stating that the Source Code version of - the Covered Code is available under the terms of this License, - including a description of how and where You have fulfilled the - obligations of Section 3.2. The notice must be conspicuously included - in any notice in an Executable version, related documentation or - collateral in which You describe recipients' rights relating to the - Covered Code. You may distribute the Executable version of Covered - Code or ownership rights under a license of Your choice, which may - contain terms different from this License, provided that You are in - compliance with the terms of this License and that the license for the - Executable version does not attempt to limit or alter the recipient's - rights in the Source Code version from the rights set forth in this - License. If You distribute the Executable version under a different - license You must make it absolutely clear that any terms which differ - from this License are offered by You alone, not by the Initial - Developer or any Contributor. You hereby agree to indemnify the - Initial Developer and every Contributor for any liability incurred by - the Initial Developer or such Contributor as a result of any such - terms You offer. - - 3.7. Larger Works. - You may create a Larger Work by combining Covered Code with other code - not governed by the terms of this License and distribute the Larger - Work as a single product. In such a case, You must make sure the - requirements of this License are fulfilled for the Covered Code. - -4. Inability to Comply Due to Statute or Regulation. - - If it is impossible for You to comply with any of the terms of this - License with respect to some or all of the Covered Code due to - statute, judicial order, or regulation then You must: (a) comply with - the terms of this License to the maximum extent possible; and (b) - describe the limitations and the code they affect. Such description - must be included in the LEGAL file described in Section 3.4 and must - be included with all distributions of the Source Code. Except to the - extent prohibited by statute or regulation, such description must be - sufficiently detailed for a recipient of ordinary skill to be able to - understand it. - -5. Application of this License. - - This License applies to code to which the Initial Developer has - attached the notice in Exhibit A and to related Covered Code. - -6. Versions of the License. - - 6.1. New Versions. - Netscape Communications Corporation ("Netscape") may publish revised - and/or new versions of the License from time to time. Each version - will be given a distinguishing version number. - - 6.2. Effect of New Versions. - Once Covered Code has been published under a particular version of the - License, You may always continue to use it under the terms of that - version. You may also choose to use such Covered Code under the terms - of any subsequent version of the License published by Netscape. No one - other than Netscape has the right to modify the terms applicable to - Covered Code created under this License. - - 6.3. Derivative Works. - If You create or use a modified version of this License (which you may - only do in order to apply it to code which is not already Covered Code - governed by this License), You must (a) rename Your license so that - the phrases "Mozilla", "MOZILLAPL", "MOZPL", "Netscape", - "MPL", "NPL" or any confusingly similar phrase do not appear in your - license (except to note that your license differs from this License) - and (b) otherwise make it clear that Your version of the license - contains terms which differ from the Mozilla Public License and - Netscape Public License. (Filling in the name of the Initial - Developer, Original Code or Contributor in the notice described in - Exhibit A shall not of themselves be deemed to be modifications of - this License.) - -7. DISCLAIMER OF WARRANTY. - - COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS, - WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, - WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF - DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. - THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE - IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT, - YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE - COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER - OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF - ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER. - -8. TERMINATION. - - 8.1. This License and the rights granted hereunder will terminate - automatically if You fail to comply with terms herein and fail to cure - such breach within 30 days of becoming aware of the breach. All - sublicenses to the Covered Code which are properly granted shall - survive any termination of this License. Provisions which, by their - nature, must remain in effect beyond the termination of this License - shall survive. - - 8.2. If You initiate litigation by asserting a patent infringement - claim (excluding declatory judgment actions) against Initial Developer - or a Contributor (the Initial Developer or Contributor against whom - You file such action is referred to as "Participant") alleging that: - - (a) such Participant's Contributor Version directly or indirectly - infringes any patent, then any and all rights granted by such - Participant to You under Sections 2.1 and/or 2.2 of this License - shall, upon 60 days notice from Participant terminate prospectively, - unless if within 60 days after receipt of notice You either: (i) - agree in writing to pay Participant a mutually agreeable reasonable - royalty for Your past and future use of Modifications made by such - Participant, or (ii) withdraw Your litigation claim with respect to - the Contributor Version against such Participant. If within 60 days - of notice, a reasonable royalty and payment arrangement are not - mutually agreed upon in writing by the parties or the litigation claim - is not withdrawn, the rights granted by Participant to You under - Sections 2.1 and/or 2.2 automatically terminate at the expiration of - the 60 day notice period specified above. - - (b) any software, hardware, or device, other than such Participant's - Contributor Version, directly or indirectly infringes any patent, then - any rights granted to You by such Participant under Sections 2.1(b) - and 2.2(b) are revoked effective as of the date You first made, used, - sold, distributed, or had made, Modifications made by that - Participant. - - 8.3. If You assert a patent infringement claim against Participant - alleging that such Participant's Contributor Version directly or - indirectly infringes any patent where such claim is resolved (such as - by license or settlement) prior to the initiation of patent - infringement litigation, then the reasonable value of the licenses - granted by such Participant under Sections 2.1 or 2.2 shall be taken - into account in determining the amount or value of any payment or - license. - - 8.4. In the event of termination under Sections 8.1 or 8.2 above, - all end user license agreements (excluding distributors and resellers) - which have been validly granted by You or any distributor hereunder - prior to termination shall survive termination. - -9. LIMITATION OF LIABILITY. - - UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT - (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL - DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE, - OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR - ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY - CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, - WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER - COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN - INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF - LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY - RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW - PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE - EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO - THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU. - -10. U.S. GOVERNMENT END USERS. - - The Covered Code is a "commercial item," as that term is defined in - 48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial computer - software" and "commercial computer software documentation," as such - terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48 - C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995), - all U.S. Government End Users acquire Covered Code with only those - rights set forth herein. - -11. MISCELLANEOUS. - - This License represents the complete agreement concerning subject - matter hereof. If any provision of this License is held to be - unenforceable, such provision shall be reformed only to the extent - necessary to make it enforceable. This License shall be governed by - California law provisions (except to the extent applicable law, if - any, provides otherwise), excluding its conflict-of-law provisions. - With respect to disputes in which at least one party is a citizen of, - or an entity chartered or registered to do business in the United - States of America, any litigation relating to this License shall be - subject to the jurisdiction of the Federal Courts of the Northern - District of California, with venue lying in Santa Clara County, - California, with the losing party responsible for costs, including - without limitation, court costs and reasonable attorneys' fees and - expenses. The application of the United Nations Convention on - Contracts for the International Sale of Goods is expressly excluded. - Any law or regulation which provides that the language of a contract - shall be construed against the drafter shall not apply to this - License. - -12. RESPONSIBILITY FOR CLAIMS. - - As between Initial Developer and the Contributors, each party is - responsible for claims and damages arising, directly or indirectly, - out of its utilization of rights under this License and You agree to - work with Initial Developer and Contributors to distribute such - responsibility on an equitable basis. Nothing herein is intended or - shall be deemed to constitute any admission of liability. - -13. MULTIPLE-LICENSED CODE. - - Initial Developer may designate portions of the Covered Code as - "Multiple-Licensed". "Multiple-Licensed" means that the Initial - Developer permits you to utilize portions of the Covered Code under - Your choice of the NPL or the alternative licenses, if any, specified - by the Initial Developer in the file described in Exhibit A. - -EXHIBIT A -Mozilla Public License. - - ``The contents of this file are subject to the Mozilla Public License - Version 1.1 (the "License"); you may not use this file except in - compliance with the License. You may obtain a copy of the License at - http://www.mozilla.org/MPL/ - - Software distributed under the License is distributed on an "AS IS" - basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the - License for the specific language governing rights and limitations - under the License. - - The Original Code is ______________________________________. - - The Initial Developer of the Original Code is ________________________. - Portions created by ______________________ are Copyright (C) ______ - _______________________. All Rights Reserved. - - Contributor(s): ______________________________________. - - Alternatively, the contents of this file may be used under the terms - of the _____ license (the "[___] License"), in which case the - provisions of [______] License are applicable instead of those - above. If you wish to allow use of your version of this file only - under the terms of the [____] License and not to allow others to use - your version of this file under the MPL, indicate your decision by - deleting the provisions above and replace them with the notice and - other provisions required by the [___] License. If you do not delete - the provisions above, a recipient may use your version of this file - under either the MPL or the [___] License." - - [NOTE: The text of this Exhibit A may differ slightly from the text of - the notices in the Source Code files of the Original Code. You should - use the text of this Exhibit A rather than the text found in the - Original Code Source Code for Your Modifications.] - - ---------------------------------------------------------------------- - - AMENDMENTS - - The Netscape Public License Version 1.1 ("NPL") consists of the - Mozilla Public License Version 1.1 with the following Amendments, - including Exhibit A-Netscape Public License. Files identified with - "Exhibit A-Netscape Public License" are governed by the Netscape - Public License Version 1.1. - - Additional Terms applicable to the Netscape Public License. - I. Effect. - These additional terms described in this Netscape Public - License -- Amendments shall apply to the Mozilla Communicator - client code and to all Covered Code under this License. - - II. "Netscape's Branded Code" means Covered Code that Netscape - distributes and/or permits others to distribute under one or more - trademark(s) which are controlled by Netscape but which are not - licensed for use under this License. - - III. Netscape and logo. - This License does not grant any rights to use the trademarks - "Netscape", the "Netscape N and horizon" logo or the "Netscape - lighthouse" logo, "Netcenter", "Gecko", "Java" or "JavaScript", - "Smart Browsing" even if such marks are included in the Original - Code or Modifications. - - IV. Inability to Comply Due to Contractual Obligation. - Prior to licensing the Original Code under this License, Netscape - has licensed third party code for use in Netscape's Branded Code. - To the extent that Netscape is limited contractually from making - such third party code available under this License, Netscape may - choose to reintegrate such code into Covered Code without being - required to distribute such code in Source Code form, even if - such code would otherwise be considered "Modifications" under - this License. - - V. Use of Modifications and Covered Code by Initial Developer. - V.1. In General. - The obligations of Section 3 apply to Netscape, except to - the extent specified in this Amendment, Section V.2 and V.3. - - V.2. Other Products. - Netscape may include Covered Code in products other than the - Netscape's Branded Code which are released by Netscape - during the two (2) years following the release date of the - Original Code, without such additional products becoming - subject to the terms of this License, and may license such - additional products on different terms from those contained - in this License. - - V.3. Alternative Licensing. - Netscape may license the Source Code of Netscape's Branded - Code, including Modifications incorporated therein, without - such Netscape Branded Code becoming subject to the terms of - this License, and may license such Netscape Branded Code on - different terms from those contained in this License. - - VI. Litigation. - Notwithstanding the limitations of Section 11 above, the - provisions regarding litigation in Section 11(a), (b) and (c) of - the License shall apply to all disputes relating to this License. - - EXHIBIT A-Netscape Public License. - - "The contents of this file are subject to the Netscape Public - License Version 1.1 (the "License"); you may not use this file - except in compliance with the License. You may obtain a copy of - the License at http://www.mozilla.org/NPL/ - - Software distributed under the License is distributed on an "AS - IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or - implied. See the License for the specific language governing - rights and limitations under the License. - - The Original Code is Mozilla Communicator client code, released - March 31, 1998. - - The Initial Developer of the Original Code is Netscape - Communications Corporation. Portions created by Netscape are - Copyright (C) 1998-1999 Netscape Communications Corporation. All - Rights Reserved. - - Contributor(s): ______________________________________. - - Alternatively, the contents of this file may be used under the - terms of the _____ license (the "[___] License"), in which case - the provisions of [______] License are applicable instead of - those above. If you wish to allow use of your version of this - file only under the terms of the [____] License and not to allow - others to use your version of this file under the NPL, indicate - your decision by deleting the provisions above and replace them - with the notice and other provisions required by the [___] - License. If you do not delete the provisions above, a recipient - may use your version of this file under either the NPL or the - [___] License." - - GNU GENERAL PUBLIC LICENSE - Version 2, June 1991 - - Copyright (C) 1989, 1991 Free Software Foundation, Inc. - 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The licenses for most software are designed to take away your -freedom to share and change it. By contrast, the GNU General Public -License is intended to guarantee your freedom to share and change free -software--to make sure the software is free for all its users. This -General Public License applies to most of the Free Software -Foundation's software and to any other program whose authors commit to -using it. (Some other Free Software Foundation software is covered by -the GNU Library General Public License instead.) You can apply it to -your programs, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -this service if you wish), that you receive source code or can get it -if you want it, that you can change the software or use pieces of it -in new free programs; and that you know you can do these things. - - To protect your rights, we need to make restrictions that forbid -anyone to deny you these rights or to ask you to surrender the rights. -These restrictions translate to certain responsibilities for you if you -distribute copies of the software, or if you modify it. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must give the recipients all the rights that -you have. You must make sure that they, too, receive or can get the -source code. And you must show them these terms so they know their -rights. - - We protect your rights with two steps: (1) copyright the software, and -(2) offer you this license which gives you legal permission to copy, -distribute and/or modify the software. - - Also, for each author's protection and ours, we want to make certain -that everyone understands that there is no warranty for this free -software. If the software is modified by someone else and passed on, we -want its recipients to know that what they have is not the original, so -that any problems introduced by others will not reflect on the original -authors' reputations. - - Finally, any free program is threatened constantly by software -patents. We wish to avoid the danger that redistributors of a free -program will individually obtain patent licenses, in effect making the -program proprietary. To prevent this, we have made it clear that any -patent must be licensed for everyone's free use or not licensed at all. - - The precise terms and conditions for copying, distribution and -modification follow. - - GNU GENERAL PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. This License applies to any program or other work which contains -a notice placed by the copyright holder saying it may be distributed -under the terms of this General Public License. The "Program", below, -refers to any such program or work, and a "work based on the Program" -means either the Program or any derivative work under copyright law: -that is to say, a work containing the Program or a portion of it, -either verbatim or with modifications and/or translated into another -language. (Hereinafter, translation is included without limitation in -the term "modification".) Each licensee is addressed as "you". - -Activities other than copying, distribution and modification are not -covered by this License; they are outside its scope. The act of -running the Program is not restricted, and the output from the Program -is covered only if its contents constitute a work based on the -Program (independent of having been made by running the Program). -Whether that is true depends on what the Program does. - - 1. You may copy and distribute verbatim copies of the Program's -source code as you receive it, in any medium, provided that you -conspicuously and appropriately publish on each copy an appropriate -copyright notice and disclaimer of warranty; keep intact all the -notices that refer to this License and to the absence of any warranty; -and give any other recipients of the Program a copy of this License -along with the Program. - -You may charge a fee for the physical act of transferring a copy, and -you may at your option offer warranty protection in exchange for a fee. - - 2. You may modify your copy or copies of the Program or any portion -of it, thus forming a work based on the Program, and copy and -distribute such modifications or work under the terms of Section 1 -above, provided that you also meet all of these conditions: - - a) You must cause the modified files to carry prominent notices - stating that you changed the files and the date of any change. - - b) You must cause any work that you distribute or publish, that in - whole or in part contains or is derived from the Program or any - part thereof, to be licensed as a whole at no charge to all third - parties under the terms of this License. - - c) If the modified program normally reads commands interactively - when run, you must cause it, when started running for such - interactive use in the most ordinary way, to print or display an - announcement including an appropriate copyright notice and a - notice that there is no warranty (or else, saying that you provide - a warranty) and that users may redistribute the program under - these conditions, and telling the user how to view a copy of this - License. (Exception: if the Program itself is interactive but - does not normally print such an announcement, your work based on - the Program is not required to print an announcement.) - -These requirements apply to the modified work as a whole. If -identifiable sections of that work are not derived from the Program, -and can be reasonably considered independent and separate works in -themselves, then this License, and its terms, do not apply to those -sections when you distribute them as separate works. But when you -distribute the same sections as part of a whole which is a work based -on the Program, the distribution of the whole must be on the terms of -this License, whose permissions for other licensees extend to the -entire whole, and thus to each and every part regardless of who wrote it. - -Thus, it is not the intent of this section to claim rights or contest -your rights to work written entirely by you; rather, the intent is to -exercise the right to control the distribution of derivative or -collective works based on the Program. - -In addition, mere aggregation of another work not based on the Program -with the Program (or with a work based on the Program) on a volume of -a storage or distribution medium does not bring the other work under -the scope of this License. - - 3. You may copy and distribute the Program (or a work based on it, -under Section 2) in object code or executable form under the terms of -Sections 1 and 2 above provided that you also do one of the following: - - a) Accompany it with the complete corresponding machine-readable - source code, which must be distributed under the terms of Sections - 1 and 2 above on a medium customarily used for software interchange; or, - - b) Accompany it with a written offer, valid for at least three - years, to give any third party, for a charge no more than your - cost of physically performing source distribution, a complete - machine-readable copy of the corresponding source code, to be - distributed under the terms of Sections 1 and 2 above on a medium - customarily used for software interchange; or, - - c) Accompany it with the information you received as to the offer - to distribute corresponding source code. (This alternative is - allowed only for noncommercial distribution and only if you - received the program in object code or executable form with such - an offer, in accord with Subsection b above.) - -The source code for a work means the preferred form of the work for -making modifications to it. For an executable work, complete source -code means all the source code for all modules it contains, plus any -associated interface definition files, plus the scripts used to -control compilation and installation of the executable. However, as a -special exception, the source code distributed need not include -anything that is normally distributed (in either source or binary -form) with the major components (compiler, kernel, and so on) of the -operating system on which the executable runs, unless that component -itself accompanies the executable. - -If distribution of executable or object code is made by offering -access to copy from a designated place, then offering equivalent -access to copy the source code from the same place counts as -distribution of the source code, even though third parties are not -compelled to copy the source along with the object code. - - 4. You may not copy, modify, sublicense, or distribute the Program -except as expressly provided under this License. Any attempt -otherwise to copy, modify, sublicense or distribute the Program is -void, and will automatically terminate your rights under this License. -However, parties who have received copies, or rights, from you under -this License will not have their licenses terminated so long as such -parties remain in full compliance. - - 5. You are not required to accept this License, since you have not -signed it. However, nothing else grants you permission to modify or -distribute the Program or its derivative works. These actions are -prohibited by law if you do not accept this License. Therefore, by -modifying or distributing the Program (or any work based on the -Program), you indicate your acceptance of this License to do so, and -all its terms and conditions for copying, distributing or modifying -the Program or works based on it. - - 6. Each time you redistribute the Program (or any work based on the -Program), the recipient automatically receives a license from the -original licensor to copy, distribute or modify the Program subject to -these terms and conditions. You may not impose any further -restrictions on the recipients' exercise of the rights granted herein. -You are not responsible for enforcing compliance by third parties to -this License. - - 7. If, as a consequence of a court judgment or allegation of patent -infringement or for any other reason (not limited to patent issues), -conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot -distribute so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you -may not distribute the Program at all. For example, if a patent -license would not permit royalty-free redistribution of the Program by -all those who receive copies directly or indirectly through you, then -the only way you could satisfy both it and this License would be to -refrain entirely from distribution of the Program. - -If any portion of this section is held invalid or unenforceable under -any particular circumstance, the balance of the section is intended to -apply and the section as a whole is intended to apply in other -circumstances. - -It is not the purpose of this section to induce you to infringe any -patents or other property right claims or to contest validity of any -such claims; this section has the sole purpose of protecting the -integrity of the free software distribution system, which is -implemented by public license practices. Many people have made -generous contributions to the wide range of software distributed -through that system in reliance on consistent application of that -system; it is up to the author/donor to decide if he or she is willing -to distribute software through any other system and a licensee cannot -impose that choice. - -This section is intended to make thoroughly clear what is believed to -be a consequence of the rest of this License. - - 8. If the distribution and/or use of the Program is restricted in -certain countries either by patents or by copyrighted interfaces, the -original copyright holder who places the Program under this License -may add an explicit geographical distribution limitation excluding -those countries, so that distribution is permitted only in or among -countries not thus excluded. In such case, this License incorporates -the limitation as if written in the body of this License. - - 9. The Free Software Foundation may publish revised and/or new versions -of the General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - -Each version is given a distinguishing version number. If the Program -specifies a version number of this License which applies to it and "any -later version", you have the option of following the terms and conditions -either of that version or of any later version published by the Free -Software Foundation. If the Program does not specify a version number of -this License, you may choose any version ever published by the Free Software -Foundation. - - 10. If you wish to incorporate parts of the Program into other free -programs whose distribution conditions are different, write to the author -to ask for permission. For software which is copyrighted by the Free -Software Foundation, write to the Free Software Foundation; we sometimes -make exceptions for this. Our decision will be guided by the two goals -of preserving the free status of all derivatives of our free software and -of promoting the sharing and reuse of software generally. - - NO WARRANTY - - 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY -FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN -OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES -PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED -OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS -TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE -PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, -REPAIR OR CORRECTION. - - 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR -REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, -INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING -OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED -TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY -YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER -PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE -POSSIBILITY OF SUCH DAMAGES. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -convey the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. - - - Copyright (C) 19yy - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA - - -Also add information on how to contact you by electronic and paper mail. - -If the program is interactive, make it output a short notice like this -when it starts in an interactive mode: - - Gnomovision version 69, Copyright (C) 19yy name of author - Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, the commands you use may -be called something other than `show w' and `show c'; they could even be -mouse-clicks or menu items--whatever suits your program. - -You should also get your employer (if you work as a programmer) or your -school, if any, to sign a "copyright disclaimer" for the program, if -necessary. Here is a sample; alter the names: - - Yoyodyne, Inc., hereby disclaims all copyright interest in the program - `Gnomovision' (which makes passes at compilers) written by James Hacker. - - , 1 April 1989 - Ty Coon, President of Vice - -This General Public License does not permit incorporating your program into -proprietary programs. If your program is a subroutine library, you may -consider it more useful to permit linking proprietary applications with the -library. If this is what you want to do, use the GNU Library General -Public License instead of this License. - -Copyright (c) 1998, 1999, 2000 Thai Open Source Software Center Ltd - and Clark Cooper -Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006 Expat maintainers. - -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. - - - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright 2011 Google Inc. All Rights Reserved. - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - - -Copyright (c) 2007-2009 IOLA and Ole Laursen - -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. - -This software is based in part on the work of the FreeType Team. - ----------------------- - - The FreeType Project LICENSE - ---------------------------- - - 2006-Jan-27 - - Copyright 1996-2002, 2006 by - David Turner, Robert Wilhelm, and Werner Lemberg - - - -Introduction -============ - - The FreeType Project is distributed in several archive packages; - some of them may contain, in addition to the FreeType font engine, - various tools and contributions which rely on, or relate to, the - FreeType Project. - - This license applies to all files found in such packages, and - which do not fall under their own explicit license. The license - affects thus the FreeType font engine, the test programs, - documentation and makefiles, at the very least. - - This license was inspired by the BSD, Artistic, and IJG - (Independent JPEG Group) licenses, which all encourage inclusion - and use of free software in commercial and freeware products - alike. As a consequence, its main points are that: - - o We don't promise that this software works. However, we will be - interested in any kind of bug reports. (`as is' distribution) - - o You can use this software for whatever you want, in parts or - full form, without having to pay us. (`royalty-free' usage) - - o You may not pretend that you wrote this software. If you use - it, or only parts of it, in a program, you must acknowledge - somewhere in your documentation that you have used the - FreeType code. (`credits') - - We specifically permit and encourage the inclusion of this - software, with or without modifications, in commercial products. - We disclaim all warranties covering The FreeType Project and - assume no liability related to The FreeType Project. - - - Finally, many people asked us for a preferred form for a - credit/disclaimer to use in compliance with this license. We thus - encourage you to use the following text: - - """ - Portions of this software are copyright © The FreeType - Project (www.freetype.org). All rights reserved. - """ - - Please replace with the value from the FreeType version you - actually use. - - -Legal Terms -=========== - -0. Definitions --------------- - - Throughout this license, the terms `package', `FreeType Project', - and `FreeType archive' refer to the set of files originally - distributed by the authors (David Turner, Robert Wilhelm, and - Werner Lemberg) as the `FreeType Project', be they named as alpha, - beta or final release. - - `You' refers to the licensee, or person using the project, where - `using' is a generic term including compiling the project's source - code as well as linking it to form a `program' or `executable'. - This program is referred to as `a program using the FreeType - engine'. - - This license applies to all files distributed in the original - FreeType Project, including all source code, binaries and - documentation, unless otherwise stated in the file in its - original, unmodified form as distributed in the original archive. - If you are unsure whether or not a particular file is covered by - this license, you must contact us to verify this. - - The FreeType Project is copyright (C) 1996-2000 by David Turner, - Robert Wilhelm, and Werner Lemberg. All rights reserved except as - specified below. - -1. No Warranty --------------- - - THE FREETYPE PROJECT IS PROVIDED `AS IS' WITHOUT WARRANTY OF ANY - KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, - WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR - PURPOSE. IN NO EVENT WILL ANY OF THE AUTHORS OR COPYRIGHT HOLDERS - BE LIABLE FOR ANY DAMAGES CAUSED BY THE USE OR THE INABILITY TO - USE, OF THE FREETYPE PROJECT. - -2. Redistribution ------------------ - - This license grants a worldwide, royalty-free, perpetual and - irrevocable right and license to use, execute, perform, compile, - display, copy, create derivative works of, distribute and - sublicense the FreeType Project (in both source and object code - forms) and derivative works thereof for any purpose; and to - authorize others to exercise some or all of the rights granted - herein, subject to the following conditions: - - o Redistribution of source code must retain this license file - (`FTL.TXT') unaltered; any additions, deletions or changes to - the original files must be clearly indicated in accompanying - documentation. The copyright notices of the unaltered, - original files must be preserved in all copies of source - files. - - o Redistribution in binary form must provide a disclaimer that - states that the software is based in part of the work of the - FreeType Team, in the distribution documentation. We also - encourage you to put an URL to the FreeType web page in your - documentation, though this isn't mandatory. - - These conditions apply to any software derived from or based on - the FreeType Project, not just the unmodified files. If you use - our work, you must acknowledge us. However, no fee need be paid - to us. - -3. Advertising --------------- - - Neither the FreeType authors and contributors nor you shall use - the name of the other for commercial, advertising, or promotional - purposes without specific prior written permission. - - We suggest, but do not require, that you use one or more of the - following phrases to refer to this software in your documentation - or advertising materials: `FreeType Project', `FreeType Engine', - `FreeType library', or `FreeType Distribution'. - - As you have not signed this license, you are not required to - accept it. However, as the FreeType Project is copyrighted - material, only this license, or another one contracted with the - authors, grants you the right to use, distribute, and modify it. - Therefore, by using, distributing, or modifying the FreeType - Project, you indicate that you understand and accept all the terms - of this license. - -4. Contacts ------------ - - There are two mailing lists related to FreeType: - - o freetype@nongnu.org - - Discusses general use and applications of FreeType, as well as - future and wanted additions to the library and distribution. - If you are looking for support, start in this list if you - haven't found anything to help you in the documentation. - - o freetype-devel@nongnu.org - - Discusses bugs, as well as engine internals, design issues, - specific licenses, porting, etc. - - Our home page can be found at - - http://www.freetype.org - - ---- end of FTL.TXT --- - -// Copyright (c) 2013 The Chromium Authors. All rights reserved. -// -// Redistribution and use in source and binary forms, with or without -// modification, are permitted provided that the following conditions are -// met: -// -// * Redistributions of source code must retain the above copyright -// notice, this list of conditions and the following disclaimer. -// * 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. -// * Neither the name of Google Inc. nor the names of its -// contributors may be used to endorse or promote products derived from -// this software without specific prior written permission. -// -// 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 -// OWNER 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. - - COPYRIGHTS - -Compilation copyright is held by the GPSD project. All rights reserved. - -GPSD project copyrights are assigned to the project lead, currently -Eric S. Raymond. Other portions of the GPSD code are Copyright (c) -1997, 1998, 1999, 2000, 2001, 2002 by Remco Treffkorn, and others -Copyright (c) 2005 by Eric S. Raymond. For other copyrights, see -individual files. - - BSD LICENSE - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met:

- -Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer.

- -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.

- -Neither name of the GPSD project nor the names of its contributors -may be used to endorse or promote products derived from this software -without specific prior written permission. - -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 REGENTS 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. - - GNU LIBRARY GENERAL PUBLIC LICENSE - Version 2, June 1991 - - Copyright (C) 1991 Free Software Foundation, Inc. - 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - -[This is the first released version of the library GPL. It is - numbered 2 because it goes with version 2 of the ordinary GPL.] - - Preamble - - The licenses for most software are designed to take away your -freedom to share and change it. By contrast, the GNU General Public -Licenses are intended to guarantee your freedom to share and change -free software--to make sure the software is free for all its users. - - This license, the Library General Public License, applies to some -specially designated Free Software Foundation software, and to any -other libraries whose authors decide to use it. You can use it for -your libraries, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -this service if you wish), that you receive source code or can get it -if you want it, that you can change the software or use pieces of it -in new free programs; and that you know you can do these things. - - To protect your rights, we need to make restrictions that forbid -anyone to deny you these rights or to ask you to surrender the rights. -These restrictions translate to certain responsibilities for you if -you distribute copies of the library, or if you modify it. - - For example, if you distribute copies of the library, whether gratis -or for a fee, you must give the recipients all the rights that we gave -you. You must make sure that they, too, receive or can get the source -code. If you link a program with the library, you must provide -complete object files to the recipients so that they can relink them -with the library, after making changes to the library and recompiling -it. And you must show them these terms so they know their rights. - - Our method of protecting your rights has two steps: (1) copyright -the library, and (2) offer you this license which gives you legal -permission to copy, distribute and/or modify the library. - - Also, for each distributor's protection, we want to make certain -that everyone understands that there is no warranty for this free -library. If the library is modified by someone else and passed on, we -want its recipients to know that what they have is not the original -version, so that any problems introduced by others will not reflect on -the original authors' reputations. - - Finally, any free program is threatened constantly by software -patents. We wish to avoid the danger that companies distributing free -software will individually obtain patent licenses, thus in effect -transforming the program into proprietary software. To prevent this, -we have made it clear that any patent must be licensed for everyone's -free use or not licensed at all. - - Most GNU software, including some libraries, is covered by the ordinary -GNU General Public License, which was designed for utility programs. This -license, the GNU Library General Public License, applies to certain -designated libraries. This license is quite different from the ordinary -one; be sure to read it in full, and don't assume that anything in it is -the same as in the ordinary license. - - The reason we have a separate public license for some libraries is that -they blur the distinction we usually make between modifying or adding to a -program and simply using it. Linking a program with a library, without -changing the library, is in some sense simply using the library, and is -analogous to running a utility program or application program. However, in -a textual and legal sense, the linked executable is a combined work, a -derivative of the original library, and the ordinary General Public License -treats it as such. - - Because of this blurred distinction, using the ordinary General -Public License for libraries did not effectively promote software -sharing, because most developers did not use the libraries. We -concluded that weaker conditions might promote sharing better. - - However, unrestricted linking of non-free programs would deprive the -users of those programs of all benefit from the free status of the -libraries themselves. This Library General Public License is intended to -permit developers of non-free programs to use free libraries, while -preserving your freedom as a user of such programs to change the free -libraries that are incorporated in them. (We have not seen how to achieve -this as regards changes in header files, but we have achieved it as regards -changes in the actual functions of the Library.) The hope is that this -will lead to faster development of free libraries. - - The precise terms and conditions for copying, distribution and -modification follow. Pay close attention to the difference between a -"work based on the library" and a "work that uses the library". The -former contains code derived from the library, while the latter only -works together with the library. - - Note that it is possible for a library to be covered by the ordinary -General Public License rather than by this special one. - - GNU LIBRARY GENERAL PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. This License Agreement applies to any software library which -contains a notice placed by the copyright holder or other authorized -party saying it may be distributed under the terms of this Library -General Public License (also called "this License"). Each licensee is -addressed as "you". - - A "library" means a collection of software functions and/or data -prepared so as to be conveniently linked with application programs -(which use some of those functions and data) to form executables. - - The "Library", below, refers to any such software library or work -which has been distributed under these terms. A "work based on the -Library" means either the Library or any derivative work under -copyright law: that is to say, a work containing the Library or a -portion of it, either verbatim or with modifications and/or translated -straightforwardly into another language. (Hereinafter, translation is -included without limitation in the term "modification".) - - "Source code" for a work means the preferred form of the work for -making modifications to it. For a library, complete source code means -all the source code for all modules it contains, plus any associated -interface definition files, plus the scripts used to control compilation -and installation of the library. - - Activities other than copying, distribution and modification are not -covered by this License; they are outside its scope. The act of -running a program using the Library is not restricted, and output from -such a program is covered only if its contents constitute a work based -on the Library (independent of the use of the Library in a tool for -writing it). Whether that is true depends on what the Library does -and what the program that uses the Library does. - - 1. You may copy and distribute verbatim copies of the Library's -complete source code as you receive it, in any medium, provided that -you conspicuously and appropriately publish on each copy an -appropriate copyright notice and disclaimer of warranty; keep intact -all the notices that refer to this License and to the absence of any -warranty; and distribute a copy of this License along with the -Library. - - You may charge a fee for the physical act of transferring a copy, -and you may at your option offer warranty protection in exchange for a -fee. - - 2. You may modify your copy or copies of the Library or any portion -of it, thus forming a work based on the Library, and copy and -distribute such modifications or work under the terms of Section 1 -above, provided that you also meet all of these conditions: - - a) The modified work must itself be a software library. - - b) You must cause the files modified to carry prominent notices - stating that you changed the files and the date of any change. - - c) You must cause the whole of the work to be licensed at no - charge to all third parties under the terms of this License. - - d) If a facility in the modified Library refers to a function or a - table of data to be supplied by an application program that uses - the facility, other than as an argument passed when the facility - is invoked, then you must make a good faith effort to ensure that, - in the event an application does not supply such function or - table, the facility still operates, and performs whatever part of - its purpose remains meaningful. - - (For example, a function in a library to compute square roots has - a purpose that is entirely well-defined independent of the - application. Therefore, Subsection 2d requires that any - application-supplied function or table used by this function must - be optional: if the application does not supply it, the square - root function must still compute square roots.) - -These requirements apply to the modified work as a whole. If -identifiable sections of that work are not derived from the Library, -and can be reasonably considered independent and separate works in -themselves, then this License, and its terms, do not apply to those -sections when you distribute them as separate works. But when you -distribute the same sections as part of a whole which is a work based -on the Library, the distribution of the whole must be on the terms of -this License, whose permissions for other licensees extend to the -entire whole, and thus to each and every part regardless of who wrote -it. - -Thus, it is not the intent of this section to claim rights or contest -your rights to work written entirely by you; rather, the intent is to -exercise the right to control the distribution of derivative or -collective works based on the Library. - -In addition, mere aggregation of another work not based on the Library -with the Library (or with a work based on the Library) on a volume of -a storage or distribution medium does not bring the other work under -the scope of this License. - - 3. You may opt to apply the terms of the ordinary GNU General Public -License instead of this License to a given copy of the Library. To do -this, you must alter all the notices that refer to this License, so -that they refer to the ordinary GNU General Public License, version 2, -instead of to this License. (If a newer version than version 2 of the -ordinary GNU General Public License has appeared, then you can specify -that version instead if you wish.) Do not make any other change in -these notices. - - Once this change is made in a given copy, it is irreversible for -that copy, so the ordinary GNU General Public License applies to all -subsequent copies and derivative works made from that copy. - - This option is useful when you wish to copy part of the code of -the Library into a program that is not a library. - - 4. You may copy and distribute the Library (or a portion or -derivative of it, under Section 2) in object code or executable form -under the terms of Sections 1 and 2 above provided that you accompany -it with the complete corresponding machine-readable source code, which -must be distributed under the terms of Sections 1 and 2 above on a -medium customarily used for software interchange. - - If distribution of object code is made by offering access to copy -from a designated place, then offering equivalent access to copy the -source code from the same place satisfies the requirement to -distribute the source code, even though third parties are not -compelled to copy the source along with the object code. - - 5. A program that contains no derivative of any portion of the -Library, but is designed to work with the Library by being compiled or -linked with it, is called a "work that uses the Library". Such a -work, in isolation, is not a derivative work of the Library, and -therefore falls outside the scope of this License. - - However, linking a "work that uses the Library" with the Library -creates an executable that is a derivative of the Library (because it -contains portions of the Library), rather than a "work that uses the -library". The executable is therefore covered by this License. -Section 6 states terms for distribution of such executables. - - When a "work that uses the Library" uses material from a header file -that is part of the Library, the object code for the work may be a -derivative work of the Library even though the source code is not. -Whether this is true is especially significant if the work can be -linked without the Library, or if the work is itself a library. The -threshold for this to be true is not precisely defined by law. - - If such an object file uses only numerical parameters, data -structure layouts and accessors, and small macros and small inline -functions (ten lines or less in length), then the use of the object -file is unrestricted, regardless of whether it is legally a derivative -work. (Executables containing this object code plus portions of the -Library will still fall under Section 6.) - - Otherwise, if the work is a derivative of the Library, you may -distribute the object code for the work under the terms of Section 6. -Any executables containing that work also fall under Section 6, -whether or not they are linked directly with the Library itself. - - 6. As an exception to the Sections above, you may also compile or -link a "work that uses the Library" with the Library to produce a -work containing portions of the Library, and distribute that work -under terms of your choice, provided that the terms permit -modification of the work for the customer's own use and reverse -engineering for debugging such modifications. - - You must give prominent notice with each copy of the work that the -Library is used in it and that the Library and its use are covered by -this License. You must supply a copy of this License. If the work -during execution displays copyright notices, you must include the -copyright notice for the Library among them, as well as a reference -directing the user to the copy of this License. Also, you must do one -of these things: - - a) Accompany the work with the complete corresponding - machine-readable source code for the Library including whatever - changes were used in the work (which must be distributed under - Sections 1 and 2 above); and, if the work is an executable linked - with the Library, with the complete machine-readable "work that - uses the Library", as object code and/or source code, so that the - user can modify the Library and then relink to produce a modified - executable containing the modified Library. (It is understood - that the user who changes the contents of definitions files in the - Library will not necessarily be able to recompile the application - to use the modified definitions.) - - b) Accompany the work with a written offer, valid for at - least three years, to give the same user the materials - specified in Subsection 6a, above, for a charge no more - than the cost of performing this distribution. - - c) If distribution of the work is made by offering access to copy - from a designated place, offer equivalent access to copy the above - specified materials from the same place. - - d) Verify that the user has already received a copy of these - materials or that you have already sent this user a copy. - - For an executable, the required form of the "work that uses the -Library" must include any data and utility programs needed for -reproducing the executable from it. However, as a special exception, -the source code distributed need not include anything that is normally -distributed (in either source or binary form) with the major -components (compiler, kernel, and so on) of the operating system on -which the executable runs, unless that component itself accompanies -the executable. - - It may happen that this requirement contradicts the license -restrictions of other proprietary libraries that do not normally -accompany the operating system. Such a contradiction means you cannot -use both them and the Library together in an executable that you -distribute. - - 7. You may place library facilities that are a work based on the -Library side-by-side in a single library together with other library -facilities not covered by this License, and distribute such a combined -library, provided that the separate distribution of the work based on -the Library and of the other library facilities is otherwise -permitted, and provided that you do these two things: - - a) Accompany the combined library with a copy of the same work - based on the Library, uncombined with any other library - facilities. This must be distributed under the terms of the - Sections above. - - b) Give prominent notice with the combined library of the fact - that part of it is a work based on the Library, and explaining - where to find the accompanying uncombined form of the same work. - - 8. You may not copy, modify, sublicense, link with, or distribute -the Library except as expressly provided under this License. Any -attempt otherwise to copy, modify, sublicense, link with, or -distribute the Library is void, and will automatically terminate your -rights under this License. However, parties who have received copies, -or rights, from you under this License will not have their licenses -terminated so long as such parties remain in full compliance. - - 9. You are not required to accept this License, since you have not -signed it. However, nothing else grants you permission to modify or -distribute the Library or its derivative works. These actions are -prohibited by law if you do not accept this License. Therefore, by -modifying or distributing the Library (or any work based on the -Library), you indicate your acceptance of this License to do so, and -all its terms and conditions for copying, distributing or modifying -the Library or works based on it. - - 10. Each time you redistribute the Library (or any work based on the -Library), the recipient automatically receives a license from the -original licensor to copy, distribute, link with or modify the Library -subject to these terms and conditions. You may not impose any further -restrictions on the recipients' exercise of the rights granted herein. -You are not responsible for enforcing compliance by third parties to -this License. - - 11. If, as a consequence of a court judgment or allegation of patent -infringement or for any other reason (not limited to patent issues), -conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot -distribute so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you -may not distribute the Library at all. For example, if a patent -license would not permit royalty-free redistribution of the Library by -all those who receive copies directly or indirectly through you, then -the only way you could satisfy both it and this License would be to -refrain entirely from distribution of the Library. - -If any portion of this section is held invalid or unenforceable under any -particular circumstance, the balance of the section is intended to apply, -and the section as a whole is intended to apply in other circumstances. - -It is not the purpose of this section to induce you to infringe any -patents or other property right claims or to contest validity of any -such claims; this section has the sole purpose of protecting the -integrity of the free software distribution system which is -implemented by public license practices. Many people have made -generous contributions to the wide range of software distributed -through that system in reliance on consistent application of that -system; it is up to the author/donor to decide if he or she is willing -to distribute software through any other system and a licensee cannot -impose that choice. - -This section is intended to make thoroughly clear what is believed to -be a consequence of the rest of this License. - - 12. If the distribution and/or use of the Library is restricted in -certain countries either by patents or by copyrighted interfaces, the -original copyright holder who places the Library under this License may add -an explicit geographical distribution limitation excluding those countries, -so that distribution is permitted only in or among countries not thus -excluded. In such case, this License incorporates the limitation as if -written in the body of this License. - - 13. The Free Software Foundation may publish revised and/or new -versions of the Library General Public License from time to time. -Such new versions will be similar in spirit to the present version, -but may differ in detail to address new problems or concerns. - -Each version is given a distinguishing version number. If the Library -specifies a version number of this License which applies to it and -"any later version", you have the option of following the terms and -conditions either of that version or of any later version published by -the Free Software Foundation. If the Library does not specify a -license version number, you may choose any version ever published by -the Free Software Foundation. - - 14. If you wish to incorporate parts of the Library into other free -programs whose distribution conditions are incompatible with these, -write to the author to ask for permission. For software which is -copyrighted by the Free Software Foundation, write to the Free -Software Foundation; we sometimes make exceptions for this. Our -decision will be guided by the two goals of preserving the free status -of all derivatives of our free software and of promoting the sharing -and reuse of software generally. - - NO WARRANTY - - 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO -WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. -EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR -OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY -KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE -LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME -THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - - 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN -WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY -AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU -FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR -CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE -LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING -RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A -FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF -SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGES. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Libraries - - If you develop a new library, and you want it to be of the greatest -possible use to the public, we recommend making it free software that -everyone can redistribute and change. You can do so by permitting -redistribution under these terms (or, alternatively, under the terms of the -ordinary General Public License). - - To apply these terms, attach the following notices to the library. It is -safest to attach them to the start of each source file to most effectively -convey the exclusion of warranty; and each file should have at least the -"copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Library General Public - License as published by the Free Software Foundation; either - version 2 of the License, or (at your option) any later version. - - This library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Library General Public License for more details. - - You should have received a copy of the GNU Library General Public - License along with this library; if not, write to the - Free Software Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307 USA. - -Also add information on how to contact you by electronic and paper mail. - -You should also get your employer (if you work as a programmer) or your -school, if any, to sign a "copyright disclaimer" for the library, if -necessary. Here is a sample; alter the names: - - Yoyodyne, Inc., hereby disclaims all copyright interest in the - library `Frob' (a library for tweaking knobs) written by James Random Hacker. - - , 1 April 1990 - Ty Coon, President of Vice - -That's all there is to it! - -HarfBuzz is licensed under the so-called "Old MIT" license. Details follow. -For parts of HarfBuzz that are licensed under different licenses see individual -files names COPYING in subdirectories where applicable. - -Copyright © 2010,2011,2012 Google, Inc. -Copyright © 2012 Mozilla Foundation -Copyright © 2011 Codethink Limited -Copyright © 2008,2010 Nokia Corporation and/or its subsidiary(-ies) -Copyright © 2009 Keith Stribley -Copyright © 2009 Martin Hosken and SIL International -Copyright © 2007 Chris Wilson -Copyright © 2006 Behdad Esfahbod -Copyright © 2005 David Turner -Copyright © 2004,2007,2008,2009,2010 Red Hat, Inc. -Copyright © 1998-2004 David Turner and Werner Lemberg - -For full copyright notices consult the individual files in the package. - - -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that the -above copyright notice and the following two paragraphs appear in -all copies of this software. - -IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR -DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN -IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGE. - -THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, -BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS -ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO -PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. - -/************************************************************************* - * - * IAccessible2 IDL Specification - * - * Copyright (c) 2007, 2010 Linux Foundation - * Copyright (c) 2006 IBM Corporation - * Copyright (c) 2000, 2006 Sun Microsystems, 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. - * - * 3. Neither the name of the Linux Foundation nor the names of its - * contributors may be used to endorse or promote products - * derived from this software without specific prior written - * permission. - * - * 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. - * - * This BSD License conforms to the Open Source Initiative "Simplified - * BSD License" as published at: - * http://www.opensource.org/licenses/bsd-license.php - * - * IAccessible2 is a trademark of the Linux Foundation. The IAccessible2 - * mark may be used in accordance with the Linux Foundation Trademark - * Policy to indicate compliance with the IAccessible2 specification. - * - ************************************************************************/ - -LICENSE extracted from IJG's jpeg distribution: ------------------------------------------------ - -In plain English: - -1. We don't promise that this software works. (But if you find any bugs, - please let us know!) -2. You can use this software for whatever you want. You don't have to pay us. -3. You may not pretend that you wrote this software. If you use it in a - program, you must acknowledge somewhere in your documentation that - you've used the IJG code. - -In legalese: - -The authors make NO WARRANTY or representation, either express or implied, -with respect to this software, its quality, accuracy, merchantability, or -fitness for a particular purpose. This software is provided "AS IS", and you, -its user, assume the entire risk as to its quality and accuracy. - -This software is copyright (C) 1991-1998, Thomas G. Lane. -All Rights Reserved except as specified below. - -Permission is hereby granted to use, copy, modify, and distribute this -software (or portions thereof) for any purpose, without fee, subject to these -conditions: -(1) If any part of the source code for this software is distributed, then this -README file must be included, with this copyright and no-warranty notice -unaltered; and any additions, deletions, or changes to the original files -must be clearly indicated in accompanying documentation. -(2) If only executable code is distributed, then the accompanying -documentation must state that "this software is based in part on the work of -the Independent JPEG Group". -(3) Permission for use of this software is granted only if the user accepts -full responsibility for any undesirable consequences; the authors accept -NO LIABILITY for damages of any kind. - -These conditions apply to any software derived from or based on the IJG code, -not just to the unmodified library. If you use our work, you ought to -acknowledge us. - -Permission is NOT granted for the use of any IJG author's name or company name -in advertising or publicity relating to this software or products derived from -it. This software may be referred to only as "the Independent JPEG Group's -software". - -We specifically permit and encourage the use of this software as the basis of -commercial products, provided that all warranty or liability claims are -assumed by the product vendor. - - -ICU License - ICU 1.8.1 and later - -COPYRIGHT AND PERMISSION NOTICE - -Copyright (c) 1995-2010 International Business Machines Corporation and others - -All rights reserved. - -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, and/or sell -copies of the Software, and to permit persons -to whom the Software is furnished to do so, provided that the above -copyright notice(s) and this permission notice appear in all copies -of the Software and that both the above copyright notice(s) and this -permission notice appear in supporting documentation. - -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 OF THIRD PARTY RIGHTS. IN NO EVENT SHALL -THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, -OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER -RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, -NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE -USE OR PERFORMANCE OF THIS SOFTWARE. - -Except as contained in this notice, the name of a copyright holder shall not be -used in advertising or otherwise to promote the sale, use or other dealings in -this Software without prior written authorization of the copyright holder. - -All trademarks and registered trademarks mentioned herein are the property of their respective owners. - -/* ***** BEGIN LICENSE BLOCK ***** - * Version: MPL 1.1/GPL 2.0/LGPL 2.1 - * - * The contents of this file are subject to the Mozilla Public License Version - * 1.1 (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ - * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the - * License. - * - * The Original Code is mozilla.org code. - * - * The Initial Developer of the Original Code is - * Netscape Communications Corporation. - * Portions created by the Initial Developer are Copyright (C) 2002 - * the Initial Developer. All Rights Reserved. - * - * Contributor(s): - * - * Alternatively, the contents of this file may be used under the terms of - * either the GNU General Public License Version 2 or later (the "GPL"), or - * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), - * in which case the provisions of the GPL or the LGPL are applicable instead - * of those above. If you wish to allow use of your version of this file only - * under the terms of either the GPL or the LGPL, and not to allow others to - * use your version of this file under the terms of the MPL, indicate your - * decision by deleting the provisions above and replace them with the notice - * and other provisions required by the GPL or the LGPL. If you do not delete - * the provisions above, a recipient may use your version of this file under - * the terms of any one of the MPL, the GPL or the LGPL. - * - * ***** END LICENSE BLOCK ***** */ - -The following is the license for the jemalloc source code, as provided -in the initial section of the source files. - -Copyright (C) 2006-2008 Jason Evans . -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(s), this list of conditions and the following disclaimer as - the first lines of this file unmodified other than the possible - addition of one or more copyright notices. -2. Redistributions in binary form must reproduce the above copyright - notice(s), 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 HOLDER(S) ``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(S) 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. - - -The JsonCpp library's source code, including accompanying documentation, -tests and demonstration applications, are licensed under the following -conditions... - -The author (Baptiste Lepilleur) explicitly disclaims copyright in all -jurisdictions which recognize such a disclaimer. In such jurisdictions, -this software is released into the Public Domain. - -In jurisdictions which do not recognize Public Domain property (e.g. Germany as of -2010), this software is Copyright (c) 2007-2010 by Baptiste Lepilleur, and is -released under the terms of the MIT License (see below). - -In jurisdictions which recognize Public Domain property, the user of this -software may choose to accept it either as 1) Public Domain, 2) under the -conditions of the MIT License (see below), or 3) under the terms of dual -Public Domain/MIT License conditions described here, as they choose. - -The MIT License is about as close to Public Domain as a license can get, and is -described in clear, concise terms at: - - http://en.wikipedia.org/wiki/MIT_License - -The full text of the MIT License follows: - -======================================================================== -Copyright (c) 2007-2010 Baptiste Lepilleur - -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. -======================================================================== -(END LICENSE TEXT) - -The MIT license is compatible with both the GPL and commercial -software, affording one all of the rights of Public Domain with the -minor nuisance of being required to keep the above copyright notice -and license text in the source code. Note also that by accepting the -Public Domain "license" you can re-license your copy using whatever -license you like. - - - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright [yyyy] [name of copyright owner] - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - -Copyright (c) 2007-2010 The Khronos Group Inc. - -Permission is hereby granted, free of charge, to any person obtaining a -copy of this software and/or associated documentation files (the -"Materials"), to deal in the Materials without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Materials, and to -permit persons to whom the Materials are 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 Materials. - -THE MATERIALS ARE 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 -MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS. - - -SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008) - -Copyright (C) 1992 Silicon Graphics, Inc. All Rights Reserved. - -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 including the dates of first publication and either -this permission notice or a reference to http://oss.sgi.com/projects/FreeB/ -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 SILICON -GRAPHICS, INC. 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. - -Except as contained in this notice, the name of Silicon Graphics, Inc. shall -not be used in advertising or otherwise to promote the sale, use or other -dealings in this Software without prior written authorization from Silicon -Graphics, Inc. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - - * 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. - - * Neither the name of the copyright holders nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. - -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. - -License copied from bin/lcov: - -# -# Copyright (c) International Business Machines Corp., 2002,2007 -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or (at -# your option) any later version. -# -# This program is distributed in the hope that it will be useful, but -# WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - - GNU GENERAL PUBLIC LICENSE - Version 2, June 1991 - - Copyright (C) 1989, 1991 Free Software Foundation, Inc., - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The licenses for most software are designed to take away your -freedom to share and change it. By contrast, the GNU General Public -License is intended to guarantee your freedom to share and change free -software--to make sure the software is free for all its users. This -General Public License applies to most of the Free Software -Foundation's software and to any other program whose authors commit to -using it. (Some other Free Software Foundation software is covered by -the GNU Lesser General Public License instead.) You can apply it to -your programs, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -this service if you wish), that you receive source code or can get it -if you want it, that you can change the software or use pieces of it -in new free programs; and that you know you can do these things. - - To protect your rights, we need to make restrictions that forbid -anyone to deny you these rights or to ask you to surrender the rights. -These restrictions translate to certain responsibilities for you if you -distribute copies of the software, or if you modify it. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must give the recipients all the rights that -you have. You must make sure that they, too, receive or can get the -source code. And you must show them these terms so they know their -rights. - - We protect your rights with two steps: (1) copyright the software, and -(2) offer you this license which gives you legal permission to copy, -distribute and/or modify the software. - - Also, for each author's protection and ours, we want to make certain -that everyone understands that there is no warranty for this free -software. If the software is modified by someone else and passed on, we -want its recipients to know that what they have is not the original, so -that any problems introduced by others will not reflect on the original -authors' reputations. - - Finally, any free program is threatened constantly by software -patents. We wish to avoid the danger that redistributors of a free -program will individually obtain patent licenses, in effect making the -program proprietary. To prevent this, we have made it clear that any -patent must be licensed for everyone's free use or not licensed at all. - - The precise terms and conditions for copying, distribution and -modification follow. - - GNU GENERAL PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. This License applies to any program or other work which contains -a notice placed by the copyright holder saying it may be distributed -under the terms of this General Public License. The "Program", below, -refers to any such program or work, and a "work based on the Program" -means either the Program or any derivative work under copyright law: -that is to say, a work containing the Program or a portion of it, -either verbatim or with modifications and/or translated into another -language. (Hereinafter, translation is included without limitation in -the term "modification".) Each licensee is addressed as "you". - -Activities other than copying, distribution and modification are not -covered by this License; they are outside its scope. The act of -running the Program is not restricted, and the output from the Program -is covered only if its contents constitute a work based on the -Program (independent of having been made by running the Program). -Whether that is true depends on what the Program does. - - 1. You may copy and distribute verbatim copies of the Program's -source code as you receive it, in any medium, provided that you -conspicuously and appropriately publish on each copy an appropriate -copyright notice and disclaimer of warranty; keep intact all the -notices that refer to this License and to the absence of any warranty; -and give any other recipients of the Program a copy of this License -along with the Program. - -You may charge a fee for the physical act of transferring a copy, and -you may at your option offer warranty protection in exchange for a fee. - - 2. You may modify your copy or copies of the Program or any portion -of it, thus forming a work based on the Program, and copy and -distribute such modifications or work under the terms of Section 1 -above, provided that you also meet all of these conditions: - - a) You must cause the modified files to carry prominent notices - stating that you changed the files and the date of any change. - - b) You must cause any work that you distribute or publish, that in - whole or in part contains or is derived from the Program or any - part thereof, to be licensed as a whole at no charge to all third - parties under the terms of this License. - - c) If the modified program normally reads commands interactively - when run, you must cause it, when started running for such - interactive use in the most ordinary way, to print or display an - announcement including an appropriate copyright notice and a - notice that there is no warranty (or else, saying that you provide - a warranty) and that users may redistribute the program under - these conditions, and telling the user how to view a copy of this - License. (Exception: if the Program itself is interactive but - does not normally print such an announcement, your work based on - the Program is not required to print an announcement.) - -These requirements apply to the modified work as a whole. If -identifiable sections of that work are not derived from the Program, -and can be reasonably considered independent and separate works in -themselves, then this License, and its terms, do not apply to those -sections when you distribute them as separate works. But when you -distribute the same sections as part of a whole which is a work based -on the Program, the distribution of the whole must be on the terms of -this License, whose permissions for other licensees extend to the -entire whole, and thus to each and every part regardless of who wrote it. - -Thus, it is not the intent of this section to claim rights or contest -your rights to work written entirely by you; rather, the intent is to -exercise the right to control the distribution of derivative or -collective works based on the Program. - -In addition, mere aggregation of another work not based on the Program -with the Program (or with a work based on the Program) on a volume of -a storage or distribution medium does not bring the other work under -the scope of this License. - - 3. You may copy and distribute the Program (or a work based on it, -under Section 2) in object code or executable form under the terms of -Sections 1 and 2 above provided that you also do one of the following: - - a) Accompany it with the complete corresponding machine-readable - source code, which must be distributed under the terms of Sections - 1 and 2 above on a medium customarily used for software interchange; or, - - b) Accompany it with a written offer, valid for at least three - years, to give any third party, for a charge no more than your - cost of physically performing source distribution, a complete - machine-readable copy of the corresponding source code, to be - distributed under the terms of Sections 1 and 2 above on a medium - customarily used for software interchange; or, - - c) Accompany it with the information you received as to the offer - to distribute corresponding source code. (This alternative is - allowed only for noncommercial distribution and only if you - received the program in object code or executable form with such - an offer, in accord with Subsection b above.) - -The source code for a work means the preferred form of the work for -making modifications to it. For an executable work, complete source -code means all the source code for all modules it contains, plus any -associated interface definition files, plus the scripts used to -control compilation and installation of the executable. However, as a -special exception, the source code distributed need not include -anything that is normally distributed (in either source or binary -form) with the major components (compiler, kernel, and so on) of the -operating system on which the executable runs, unless that component -itself accompanies the executable. - -If distribution of executable or object code is made by offering -access to copy from a designated place, then offering equivalent -access to copy the source code from the same place counts as -distribution of the source code, even though third parties are not -compelled to copy the source along with the object code. - - 4. You may not copy, modify, sublicense, or distribute the Program -except as expressly provided under this License. Any attempt -otherwise to copy, modify, sublicense or distribute the Program is -void, and will automatically terminate your rights under this License. -However, parties who have received copies, or rights, from you under -this License will not have their licenses terminated so long as such -parties remain in full compliance. - - 5. You are not required to accept this License, since you have not -signed it. However, nothing else grants you permission to modify or -distribute the Program or its derivative works. These actions are -prohibited by law if you do not accept this License. Therefore, by -modifying or distributing the Program (or any work based on the -Program), you indicate your acceptance of this License to do so, and -all its terms and conditions for copying, distributing or modifying -the Program or works based on it. - - 6. Each time you redistribute the Program (or any work based on the -Program), the recipient automatically receives a license from the -original licensor to copy, distribute or modify the Program subject to -these terms and conditions. You may not impose any further -restrictions on the recipients' exercise of the rights granted herein. -You are not responsible for enforcing compliance by third parties to -this License. - - 7. If, as a consequence of a court judgment or allegation of patent -infringement or for any other reason (not limited to patent issues), -conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot -distribute so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you -may not distribute the Program at all. For example, if a patent -license would not permit royalty-free redistribution of the Program by -all those who receive copies directly or indirectly through you, then -the only way you could satisfy both it and this License would be to -refrain entirely from distribution of the Program. - -If any portion of this section is held invalid or unenforceable under -any particular circumstance, the balance of the section is intended to -apply and the section as a whole is intended to apply in other -circumstances. - -It is not the purpose of this section to induce you to infringe any -patents or other property right claims or to contest validity of any -such claims; this section has the sole purpose of protecting the -integrity of the free software distribution system, which is -implemented by public license practices. Many people have made -generous contributions to the wide range of software distributed -through that system in reliance on consistent application of that -system; it is up to the author/donor to decide if he or she is willing -to distribute software through any other system and a licensee cannot -impose that choice. - -This section is intended to make thoroughly clear what is believed to -be a consequence of the rest of this License. - - 8. If the distribution and/or use of the Program is restricted in -certain countries either by patents or by copyrighted interfaces, the -original copyright holder who places the Program under this License -may add an explicit geographical distribution limitation excluding -those countries, so that distribution is permitted only in or among -countries not thus excluded. In such case, this License incorporates -the limitation as if written in the body of this License. - - 9. The Free Software Foundation may publish revised and/or new versions -of the General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - -Each version is given a distinguishing version number. If the Program -specifies a version number of this License which applies to it and "any -later version", you have the option of following the terms and conditions -either of that version or of any later version published by the Free -Software Foundation. If the Program does not specify a version number of -this License, you may choose any version ever published by the Free Software -Foundation. - - 10. If you wish to incorporate parts of the Program into other free -programs whose distribution conditions are different, write to the author -to ask for permission. For software which is copyrighted by the Free -Software Foundation, write to the Free Software Foundation; we sometimes -make exceptions for this. Our decision will be guided by the two goals -of preserving the free status of all derivatives of our free software and -of promoting the sharing and reuse of software generally. - - NO WARRANTY - - 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY -FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN -OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES -PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED -OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS -TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE -PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, -REPAIR OR CORRECTION. - - 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR -REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, -INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING -OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED -TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY -YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER -PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE -POSSIBILITY OF SUCH DAMAGES. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -convey the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License along - with this program; if not, write to the Free Software Foundation, Inc., - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - -Also add information on how to contact you by electronic and paper mail. - -If the program is interactive, make it output a short notice like this -when it starts in an interactive mode: - - Gnomovision version 69, Copyright (C) year name of author - Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, the commands you use may -be called something other than `show w' and `show c'; they could even be -mouse-clicks or menu items--whatever suits your program. - -You should also get your employer (if you work as a programmer) or your -school, if any, to sign a "copyright disclaimer" for the program, if -necessary. Here is a sample; alter the names: - - Yoyodyne, Inc., hereby disclaims all copyright interest in the program - `Gnomovision' (which makes passes at compilers) written by James Hacker. - - , 1 April 1989 - Ty Coon, President of Vice - -This General Public License does not permit incorporating your program into -proprietary programs. If your program is a subroutine library, you may -consider it more useful to permit linking proprietary applications with the -library. If this is what you want to do, use the GNU Lesser General -Public License instead of this License. - -Copyright (c) 2011 The LevelDB Authors. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * 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. - * Neither the name of Google Inc. nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. - -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 -OWNER 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. - -/* - * Copyright (c) 2008 NVIDIA, Corporation - * - * 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 (including the next - * paragraph) 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. - */ -Copyright 2000-2007 Niels Provos -Copyright 2007-2009 Niels Provos and Nick Mathewson - -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. -3. The name of the author may not be used to endorse or promote products - derived from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. - -Copyright (c) 2013, Google 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: - - * Redistributions of source code must retain the above copyright notice, - this list of conditions and the following disclaimer. - * 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. - * The name of the author may not be used to endorse or promote products - derived from this software without specific prior written permission. - -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 OWNER 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. -(Copied from the README.) - --------------------------------------------------------------------------------- - -The authors make NO WARRANTY or representation, either express or implied, -with respect to this software, its quality, accuracy, merchantability, or -fitness for a particular purpose. This software is provided "AS IS", and you, -its user, assume the entire risk as to its quality and accuracy. - -This software is copyright (C) 1991-1998, Thomas G. Lane. -All Rights Reserved except as specified below. - -Permission is hereby granted to use, copy, modify, and distribute this -software (or portions thereof) for any purpose, without fee, subject to these -conditions: -(1) If any part of the source code for this software is distributed, then this -README file must be included, with this copyright and no-warranty notice -unaltered; and any additions, deletions, or changes to the original files -must be clearly indicated in accompanying documentation. -(2) If only executable code is distributed, then the accompanying -documentation must state that "this software is based in part on the work of -the Independent JPEG Group". -(3) Permission for use of this software is granted only if the user accepts -full responsibility for any undesirable consequences; the authors accept -NO LIABILITY for damages of any kind. - -These conditions apply to any software derived from or based on the IJG code, -not just to the unmodified library. If you use our work, you ought to -acknowledge us. - -Permission is NOT granted for the use of any IJG author's name or company name -in advertising or publicity relating to this software or products derived from -it. This software may be referred to only as "the Independent JPEG Group's -software". - -We specifically permit and encourage the use of this software as the basis of -commercial products, provided that all warranty or liability claims are -assumed by the product vendor. - - -ansi2knr.c is included in this distribution by permission of L. Peter Deutsch, -sole proprietor of its copyright holder, Aladdin Enterprises of Menlo Park, CA. -ansi2knr.c is NOT covered by the above copyright and conditions, but instead -by the usual distribution terms of the Free Software Foundation; principally, -that you must include source code if you redistribute it. (See the file -ansi2knr.c for full details.) However, since ansi2knr.c is not needed as part -of any program generated from the IJG code, this does not limit you more than -the foregoing paragraphs do. - -The Unix configuration script "configure" was produced with GNU Autoconf. -It is copyright by the Free Software Foundation but is freely distributable. -The same holds for its supporting scripts (config.guess, config.sub, -ltconfig, ltmain.sh). Another support script, install-sh, is copyright -by M.I.T. but is also freely distributable. - -It appears that the arithmetic coding option of the JPEG spec is covered by -patents owned by IBM, AT&T, and Mitsubishi. Hence arithmetic coding cannot -legally be used without obtaining one or more licenses. For this reason, -support for arithmetic coding has been removed from the free JPEG software. -(Since arithmetic coding provides only a marginal gain over the unpatented -Huffman mode, it is unlikely that very many implementations will support it.) -So far as we are aware, there are no patent restrictions on the remaining -code. - -The IJG distribution formerly included code to read and write GIF files. -To avoid entanglement with the Unisys LZW patent, GIF reading support has -been removed altogether, and the GIF writer has been simplified to produce -"uncompressed GIFs". This technique does not use the LZW algorithm; the -resulting GIF files are larger than usual, but are readable by all standard -GIF decoders. - -We are required to state that - "The Graphics Interchange Format(c) is the Copyright property of - CompuServe Incorporated. GIF(sm) is a Service Mark property of - CompuServe Incorporated." - -Copyright (C) 2011 Google Inc. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - -http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. - - -This copy of the libpng notices is provided for your convenience. In case of -any discrepancy between this copy and the notices in the file png.h that is -included in the libpng distribution, the latter shall prevail. - -COPYRIGHT NOTICE, DISCLAIMER, and LICENSE: - -If you modify libpng you may insert additional notices immediately following -this sentence. - -This code is released under the libpng license. - -libpng versions 1.2.6, August 15, 2004, through 1.2.45, July 7, 2011, are -Copyright (c) 2004, 2006-2009 Glenn Randers-Pehrson, and are -distributed according to the same disclaimer and license as libpng-1.2.5 -with the following individual added to the list of Contributing Authors - - Cosmin Truta - -libpng versions 1.0.7, July 1, 2000, through 1.2.5 - October 3, 2002, are -Copyright (c) 2000-2002 Glenn Randers-Pehrson, and are -distributed according to the same disclaimer and license as libpng-1.0.6 -with the following individuals added to the list of Contributing Authors - - Simon-Pierre Cadieux - Eric S. Raymond - Gilles Vollant - -and with the following additions to the disclaimer: - - There is no warranty against interference with your enjoyment of the - library or against infringement. There is no warranty that our - efforts or the library will fulfill any of your particular purposes - or needs. This library is provided with all faults, and the entire - risk of satisfactory quality, performance, accuracy, and effort is with - the user. - -libpng versions 0.97, January 1998, through 1.0.6, March 20, 2000, are -Copyright (c) 1998, 1999 Glenn Randers-Pehrson, and are -distributed according to the same disclaimer and license as libpng-0.96, -with the following individuals added to the list of Contributing Authors: - - Tom Lane - Glenn Randers-Pehrson - Willem van Schaik - -libpng versions 0.89, June 1996, through 0.96, May 1997, are -Copyright (c) 1996, 1997 Andreas Dilger -Distributed according to the same disclaimer and license as libpng-0.88, -with the following individuals added to the list of Contributing Authors: - - John Bowler - Kevin Bracey - Sam Bushell - Magnus Holmgren - Greg Roelofs - Tom Tanner - -libpng versions 0.5, May 1995, through 0.88, January 1996, are -Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc. - -For the purposes of this copyright and license, "Contributing Authors" -is defined as the following set of individuals: - - Andreas Dilger - Dave Martindale - Guy Eric Schalnat - Paul Schmidt - Tim Wegner - -The PNG Reference Library is supplied "AS IS". The Contributing Authors -and Group 42, Inc. disclaim all warranties, expressed or implied, -including, without limitation, the warranties of merchantability and of -fitness for any purpose. The Contributing Authors and Group 42, Inc. -assume no liability for direct, indirect, incidental, special, exemplary, -or consequential damages, which may result from the use of the PNG -Reference Library, even if advised of the possibility of such damage. - -Permission is hereby granted to use, copy, modify, and distribute this -source code, or portions hereof, for any purpose, without fee, subject -to the following restrictions: - -1. The origin of this source code must not be misrepresented. - -2. Altered versions must be plainly marked as such and must not - be misrepresented as being the original source. - -3. This Copyright notice may not be removed or altered from any - source or altered source distribution. - -The Contributing Authors and Group 42, Inc. specifically permit, without -fee, and encourage the use of this source code as a component to -supporting the PNG file format in commercial products. If you use this -source code in a product, acknowledgment is not required but would be -appreciated. - - -A "png_get_copyright" function is available, for convenient use in "about" -boxes and the like: - - printf("%s",png_get_copyright(NULL)); - -Also, the PNG logo (in PNG format, of course) is supplied in the -files "pngbar.png" and "pngbar.jpg (88x31) and "pngnow.png" (98x31). - -Libpng is OSI Certified Open Source Software. OSI Certified Open Source is a -certification mark of the Open Source Initiative. - -Glenn Randers-Pehrson -glennrp at users.sourceforge.net -July 7, 2011 - - GNU LESSER GENERAL PUBLIC LICENSE - Version 2.1, February 1999 - - Copyright (C) 1991, 1999 Free Software Foundation, Inc. - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - -[This is the first released version of the Lesser GPL. It also counts - as the successor of the GNU Library Public License, version 2, hence - the version number 2.1.] - - Preamble - - The licenses for most software are designed to take away your -freedom to share and change it. By contrast, the GNU General Public -Licenses are intended to guarantee your freedom to share and change -free software--to make sure the software is free for all its users. - - This license, the Lesser General Public License, applies to some -specially designated software packages--typically libraries--of the -Free Software Foundation and other authors who decide to use it. You -can use it too, but we suggest you first think carefully about whether -this license or the ordinary General Public License is the better -strategy to use in any particular case, based on the explanations below. - - When we speak of free software, we are referring to freedom of use, -not price. Our General Public Licenses are designed to make sure that -you have the freedom to distribute copies of free software (and charge -for this service if you wish); that you receive source code or can get -it if you want it; that you can change the software and use pieces of -it in new free programs; and that you are informed that you can do -these things. - - To protect your rights, we need to make restrictions that forbid -distributors to deny you these rights or to ask you to surrender these -rights. These restrictions translate to certain responsibilities for -you if you distribute copies of the library or if you modify it. - - For example, if you distribute copies of the library, whether gratis -or for a fee, you must give the recipients all the rights that we gave -you. You must make sure that they, too, receive or can get the source -code. If you link other code with the library, you must provide -complete object files to the recipients, so that they can relink them -with the library after making changes to the library and recompiling -it. And you must show them these terms so they know their rights. - - We protect your rights with a two-step method: (1) we copyright the -library, and (2) we offer you this license, which gives you legal -permission to copy, distribute and/or modify the library. - - To protect each distributor, we want to make it very clear that -there is no warranty for the free library. Also, if the library is -modified by someone else and passed on, the recipients should know -that what they have is not the original version, so that the original -author's reputation will not be affected by problems that might be -introduced by others. - - Finally, software patents pose a constant threat to the existence of -any free program. We wish to make sure that a company cannot -effectively restrict the users of a free program by obtaining a -restrictive license from a patent holder. Therefore, we insist that -any patent license obtained for a version of the library must be -consistent with the full freedom of use specified in this license. - - Most GNU software, including some libraries, is covered by the -ordinary GNU General Public License. This license, the GNU Lesser -General Public License, applies to certain designated libraries, and -is quite different from the ordinary General Public License. We use -this license for certain libraries in order to permit linking those -libraries into non-free programs. - - When a program is linked with a library, whether statically or using -a shared library, the combination of the two is legally speaking a -combined work, a derivative of the original library. The ordinary -General Public License therefore permits such linking only if the -entire combination fits its criteria of freedom. The Lesser General -Public License permits more lax criteria for linking other code with -the library. - - We call this license the "Lesser" General Public License because it -does Less to protect the user's freedom than the ordinary General -Public License. It also provides other free software developers Less -of an advantage over competing non-free programs. These disadvantages -are the reason we use the ordinary General Public License for many -libraries. However, the Lesser license provides advantages in certain -special circumstances. - - For example, on rare occasions, there may be a special need to -encourage the widest possible use of a certain library, so that it becomes -a de-facto standard. To achieve this, non-free programs must be -allowed to use the library. A more frequent case is that a free -library does the same job as widely used non-free libraries. In this -case, there is little to gain by limiting the free library to free -software only, so we use the Lesser General Public License. - - In other cases, permission to use a particular library in non-free -programs enables a greater number of people to use a large body of -free software. For example, permission to use the GNU C Library in -non-free programs enables many more people to use the whole GNU -operating system, as well as its variant, the GNU/Linux operating -system. - - Although the Lesser General Public License is Less protective of the -users' freedom, it does ensure that the user of a program that is -linked with the Library has the freedom and the wherewithal to run -that program using a modified version of the Library. - - The precise terms and conditions for copying, distribution and -modification follow. Pay close attention to the difference between a -"work based on the library" and a "work that uses the library". The -former contains code derived from the library, whereas the latter must -be combined with the library in order to run. - - GNU LESSER GENERAL PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. This License Agreement applies to any software library or other -program which contains a notice placed by the copyright holder or -other authorized party saying it may be distributed under the terms of -this Lesser General Public License (also called "this License"). -Each licensee is addressed as "you". - - A "library" means a collection of software functions and/or data -prepared so as to be conveniently linked with application programs -(which use some of those functions and data) to form executables. - - The "Library", below, refers to any such software library or work -which has been distributed under these terms. A "work based on the -Library" means either the Library or any derivative work under -copyright law: that is to say, a work containing the Library or a -portion of it, either verbatim or with modifications and/or translated -straightforwardly into another language. (Hereinafter, translation is -included without limitation in the term "modification".) - - "Source code" for a work means the preferred form of the work for -making modifications to it. For a library, complete source code means -all the source code for all modules it contains, plus any associated -interface definition files, plus the scripts used to control compilation -and installation of the library. - - Activities other than copying, distribution and modification are not -covered by this License; they are outside its scope. The act of -running a program using the Library is not restricted, and output from -such a program is covered only if its contents constitute a work based -on the Library (independent of the use of the Library in a tool for -writing it). Whether that is true depends on what the Library does -and what the program that uses the Library does. - - 1. You may copy and distribute verbatim copies of the Library's -complete source code as you receive it, in any medium, provided that -you conspicuously and appropriately publish on each copy an -appropriate copyright notice and disclaimer of warranty; keep intact -all the notices that refer to this License and to the absence of any -warranty; and distribute a copy of this License along with the -Library. - - You may charge a fee for the physical act of transferring a copy, -and you may at your option offer warranty protection in exchange for a -fee. - - 2. You may modify your copy or copies of the Library or any portion -of it, thus forming a work based on the Library, and copy and -distribute such modifications or work under the terms of Section 1 -above, provided that you also meet all of these conditions: - - a) The modified work must itself be a software library. - - b) You must cause the files modified to carry prominent notices - stating that you changed the files and the date of any change. - - c) You must cause the whole of the work to be licensed at no - charge to all third parties under the terms of this License. - - d) If a facility in the modified Library refers to a function or a - table of data to be supplied by an application program that uses - the facility, other than as an argument passed when the facility - is invoked, then you must make a good faith effort to ensure that, - in the event an application does not supply such function or - table, the facility still operates, and performs whatever part of - its purpose remains meaningful. - - (For example, a function in a library to compute square roots has - a purpose that is entirely well-defined independent of the - application. Therefore, Subsection 2d requires that any - application-supplied function or table used by this function must - be optional: if the application does not supply it, the square - root function must still compute square roots.) - -These requirements apply to the modified work as a whole. If -identifiable sections of that work are not derived from the Library, -and can be reasonably considered independent and separate works in -themselves, then this License, and its terms, do not apply to those -sections when you distribute them as separate works. But when you -distribute the same sections as part of a whole which is a work based -on the Library, the distribution of the whole must be on the terms of -this License, whose permissions for other licensees extend to the -entire whole, and thus to each and every part regardless of who wrote -it. - -Thus, it is not the intent of this section to claim rights or contest -your rights to work written entirely by you; rather, the intent is to -exercise the right to control the distribution of derivative or -collective works based on the Library. - -In addition, mere aggregation of another work not based on the Library -with the Library (or with a work based on the Library) on a volume of -a storage or distribution medium does not bring the other work under -the scope of this License. - - 3. You may opt to apply the terms of the ordinary GNU General Public -License instead of this License to a given copy of the Library. To do -this, you must alter all the notices that refer to this License, so -that they refer to the ordinary GNU General Public License, version 2, -instead of to this License. (If a newer version than version 2 of the -ordinary GNU General Public License has appeared, then you can specify -that version instead if you wish.) Do not make any other change in -these notices. - - Once this change is made in a given copy, it is irreversible for -that copy, so the ordinary GNU General Public License applies to all -subsequent copies and derivative works made from that copy. - - This option is useful when you wish to copy part of the code of -the Library into a program that is not a library. - - 4. You may copy and distribute the Library (or a portion or -derivative of it, under Section 2) in object code or executable form -under the terms of Sections 1 and 2 above provided that you accompany -it with the complete corresponding machine-readable source code, which -must be distributed under the terms of Sections 1 and 2 above on a -medium customarily used for software interchange. - - If distribution of object code is made by offering access to copy -from a designated place, then offering equivalent access to copy the -source code from the same place satisfies the requirement to -distribute the source code, even though third parties are not -compelled to copy the source along with the object code. - - 5. A program that contains no derivative of any portion of the -Library, but is designed to work with the Library by being compiled or -linked with it, is called a "work that uses the Library". Such a -work, in isolation, is not a derivative work of the Library, and -therefore falls outside the scope of this License. - - However, linking a "work that uses the Library" with the Library -creates an executable that is a derivative of the Library (because it -contains portions of the Library), rather than a "work that uses the -library". The executable is therefore covered by this License. -Section 6 states terms for distribution of such executables. - - When a "work that uses the Library" uses material from a header file -that is part of the Library, the object code for the work may be a -derivative work of the Library even though the source code is not. -Whether this is true is especially significant if the work can be -linked without the Library, or if the work is itself a library. The -threshold for this to be true is not precisely defined by law. - - If such an object file uses only numerical parameters, data -structure layouts and accessors, and small macros and small inline -functions (ten lines or less in length), then the use of the object -file is unrestricted, regardless of whether it is legally a derivative -work. (Executables containing this object code plus portions of the -Library will still fall under Section 6.) - - Otherwise, if the work is a derivative of the Library, you may -distribute the object code for the work under the terms of Section 6. -Any executables containing that work also fall under Section 6, -whether or not they are linked directly with the Library itself. - - 6. As an exception to the Sections above, you may also combine or -link a "work that uses the Library" with the Library to produce a -work containing portions of the Library, and distribute that work -under terms of your choice, provided that the terms permit -modification of the work for the customer's own use and reverse -engineering for debugging such modifications. - - You must give prominent notice with each copy of the work that the -Library is used in it and that the Library and its use are covered by -this License. You must supply a copy of this License. If the work -during execution displays copyright notices, you must include the -copyright notice for the Library among them, as well as a reference -directing the user to the copy of this License. Also, you must do one -of these things: - - a) Accompany the work with the complete corresponding - machine-readable source code for the Library including whatever - changes were used in the work (which must be distributed under - Sections 1 and 2 above); and, if the work is an executable linked - with the Library, with the complete machine-readable "work that - uses the Library", as object code and/or source code, so that the - user can modify the Library and then relink to produce a modified - executable containing the modified Library. (It is understood - that the user who changes the contents of definitions files in the - Library will not necessarily be able to recompile the application - to use the modified definitions.) - - b) Use a suitable shared library mechanism for linking with the - Library. A suitable mechanism is one that (1) uses at run time a - copy of the library already present on the user's computer system, - rather than copying library functions into the executable, and (2) - will operate properly with a modified version of the library, if - the user installs one, as long as the modified version is - interface-compatible with the version that the work was made with. - - c) Accompany the work with a written offer, valid for at - least three years, to give the same user the materials - specified in Subsection 6a, above, for a charge no more - than the cost of performing this distribution. - - d) If distribution of the work is made by offering access to copy - from a designated place, offer equivalent access to copy the above - specified materials from the same place. - - e) Verify that the user has already received a copy of these - materials or that you have already sent this user a copy. - - For an executable, the required form of the "work that uses the -Library" must include any data and utility programs needed for -reproducing the executable from it. However, as a special exception, -the materials to be distributed need not include anything that is -normally distributed (in either source or binary form) with the major -components (compiler, kernel, and so on) of the operating system on -which the executable runs, unless that component itself accompanies -the executable. - - It may happen that this requirement contradicts the license -restrictions of other proprietary libraries that do not normally -accompany the operating system. Such a contradiction means you cannot -use both them and the Library together in an executable that you -distribute. - - 7. You may place library facilities that are a work based on the -Library side-by-side in a single library together with other library -facilities not covered by this License, and distribute such a combined -library, provided that the separate distribution of the work based on -the Library and of the other library facilities is otherwise -permitted, and provided that you do these two things: - - a) Accompany the combined library with a copy of the same work - based on the Library, uncombined with any other library - facilities. This must be distributed under the terms of the - Sections above. - - b) Give prominent notice with the combined library of the fact - that part of it is a work based on the Library, and explaining - where to find the accompanying uncombined form of the same work. - - 8. You may not copy, modify, sublicense, link with, or distribute -the Library except as expressly provided under this License. Any -attempt otherwise to copy, modify, sublicense, link with, or -distribute the Library is void, and will automatically terminate your -rights under this License. However, parties who have received copies, -or rights, from you under this License will not have their licenses -terminated so long as such parties remain in full compliance. - - 9. You are not required to accept this License, since you have not -signed it. However, nothing else grants you permission to modify or -distribute the Library or its derivative works. These actions are -prohibited by law if you do not accept this License. Therefore, by -modifying or distributing the Library (or any work based on the -Library), you indicate your acceptance of this License to do so, and -all its terms and conditions for copying, distributing or modifying -the Library or works based on it. - - 10. Each time you redistribute the Library (or any work based on the -Library), the recipient automatically receives a license from the -original licensor to copy, distribute, link with or modify the Library -subject to these terms and conditions. You may not impose any further -restrictions on the recipients' exercise of the rights granted herein. -You are not responsible for enforcing compliance by third parties with -this License. - - 11. If, as a consequence of a court judgment or allegation of patent -infringement or for any other reason (not limited to patent issues), -conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot -distribute so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you -may not distribute the Library at all. For example, if a patent -license would not permit royalty-free redistribution of the Library by -all those who receive copies directly or indirectly through you, then -the only way you could satisfy both it and this License would be to -refrain entirely from distribution of the Library. - -If any portion of this section is held invalid or unenforceable under any -particular circumstance, the balance of the section is intended to apply, -and the section as a whole is intended to apply in other circumstances. - -It is not the purpose of this section to induce you to infringe any -patents or other property right claims or to contest validity of any -such claims; this section has the sole purpose of protecting the -integrity of the free software distribution system which is -implemented by public license practices. Many people have made -generous contributions to the wide range of software distributed -through that system in reliance on consistent application of that -system; it is up to the author/donor to decide if he or she is willing -to distribute software through any other system and a licensee cannot -impose that choice. - -This section is intended to make thoroughly clear what is believed to -be a consequence of the rest of this License. - - 12. If the distribution and/or use of the Library is restricted in -certain countries either by patents or by copyrighted interfaces, the -original copyright holder who places the Library under this License may add -an explicit geographical distribution limitation excluding those countries, -so that distribution is permitted only in or among countries not thus -excluded. In such case, this License incorporates the limitation as if -written in the body of this License. - - 13. The Free Software Foundation may publish revised and/or new -versions of the Lesser General Public License from time to time. -Such new versions will be similar in spirit to the present version, -but may differ in detail to address new problems or concerns. - -Each version is given a distinguishing version number. If the Library -specifies a version number of this License which applies to it and -"any later version", you have the option of following the terms and -conditions either of that version or of any later version published by -the Free Software Foundation. If the Library does not specify a -license version number, you may choose any version ever published by -the Free Software Foundation. - - 14. If you wish to incorporate parts of the Library into other free -programs whose distribution conditions are incompatible with these, -write to the author to ask for permission. For software which is -copyrighted by the Free Software Foundation, write to the Free -Software Foundation; we sometimes make exceptions for this. Our -decision will be guided by the two goals of preserving the free status -of all derivatives of our free software and of promoting the sharing -and reuse of software generally. - - NO WARRANTY - - 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO -WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. -EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR -OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY -KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE -LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME -THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - - 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN -WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY -AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU -FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR -CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE -LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING -RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A -FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF -SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGES. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Libraries - - If you develop a new library, and you want it to be of the greatest -possible use to the public, we recommend making it free software that -everyone can redistribute and change. You can do so by permitting -redistribution under these terms (or, alternatively, under the terms of the -ordinary General Public License). - - To apply these terms, attach the following notices to the library. It is -safest to attach them to the start of each source file to most effectively -convey the exclusion of warranty; and each file should have at least the -"copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. - - This library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. - - You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - -Also add information on how to contact you by electronic and paper mail. - -You should also get your employer (if you work as a programmer) or your -school, if any, to sign a "copyright disclaimer" for the library, if -necessary. Here is a sample; alter the names: - - Yoyodyne, Inc., hereby disclaims all copyright interest in the - library `Frob' (a library for tweaking knobs) written by James Random Hacker. - - , 1 April 1990 - Ty Coon, President of Vice - -That's all there is to it! - - - - 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, sub license, 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 (including the - next paragraph) 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 NON-INFRINGEMENT. - IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS 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. - -Copyright (c) 2010, Google 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: - - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - - * 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. - - * Neither the name of Google nor the names of its contributors may - be used to endorse or promote products derived from this software - without specific prior written permission. - -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. - -Additional IP Rights Grant (Patents) - -"This implementation" means the copyrightable works distributed by -Google as part of the WebM Project. - -Google hereby grants to you a perpetual, worldwide, non-exclusive, -no-charge, royalty-free, irrevocable (except as stated in this section) -patent license to make, have made, use, offer to sell, sell, import, -transfer, and otherwise run, modify and propagate the contents of this -implementation of VP8, where such license applies only to those patent -claims, both currently owned by Google and acquired in the future, -licensable by Google that are necessarily infringed by this -implementation of VP8. This grant does not include claims that would be -infringed only as a consequence of further modification of this -implementation. If you or your agent or exclusive licensee institute or -order or agree to the institution of patent litigation against any -entity (including a cross-claim or counterclaim in a lawsuit) alleging -that this implementation of VP8 or any code incorporated within this -implementation of VP8 constitutes direct or contributory patent -infringement, or inducement of patent infringement, then any patent -rights granted to you under this License for this implementation of VP8 -shall terminate as of the date such litigation is filed. - -Except where otherwise noted in the source code (e.g. the files hash.c, -list.c and the trio files, which are covered by a similar licence but -with different Copyright notices) all the files are: - - Copyright (C) 1998-2003 Daniel Veillard. All Rights Reserved. - -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 fur- -nished 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, FIT- -NESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -DANIEL VEILLARD BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER -IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CON- -NECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -Except as contained in this notice, the name of Daniel Veillard shall not -be used in advertising or otherwise to promote the sale, use or other deal- -ings in this Software without prior written authorization from him. - - -Licence for libxslt except libexslt ----------------------------------------------------------------------- - Copyright (C) 2001-2002 Daniel Veillard. All Rights Reserved. - -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 fur- -nished 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, FIT- -NESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -DANIEL VEILLARD BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER -IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CON- -NECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -Except as contained in this notice, the name of Daniel Veillard shall not -be used in advertising or otherwise to promote the sale, use or other deal- -ings in this Software without prior written authorization from him. - ----------------------------------------------------------------------- - -Licence for libexslt ----------------------------------------------------------------------- - Copyright (C) 2001-2002 Thomas Broyer, Charlie Bozeman and Daniel Veillard. - All Rights Reserved. - -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 fur- -nished 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, FIT- -NESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER -IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CON- -NECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -Except as contained in this notice, the name of the authors shall not -be used in advertising or otherwise to promote the sale, use or other deal- -ings in this Software without prior written authorization from him. ----------------------------------------------------------------------- - -LZMA SDK is placed in the public domain. - -Copyright (c) 2003-2009 Jonathan 'Wolf' Rentzsch: -Some rights reserved: - -The default Mesa license is as follows: - -Copyright (C) 1999-2007 Brian Paul All Rights Reserved. - -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 -BRIAN PAUL 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. - - - -Some parts of Mesa are copyrighted under the GNU LGPL. See the -Mesa/docs/COPYRIGHT file for details. - -The following is the standard GNU copyright file. ----------------------------------------------------------------------- - - - GNU LIBRARY GENERAL PUBLIC LICENSE - Version 2, June 1991 - - Copyright (C) 1991 Free Software Foundation, Inc. - 675 Mass Ave, Cambridge, MA 02139, USA - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - -[This is the first released version of the library GPL. It is - numbered 2 because it goes with version 2 of the ordinary GPL.] - - Preamble - - The licenses for most software are designed to take away your -freedom to share and change it. By contrast, the GNU General Public -Licenses are intended to guarantee your freedom to share and change -free software--to make sure the software is free for all its users. - - This license, the Library General Public License, applies to some -specially designated Free Software Foundation software, and to any -other libraries whose authors decide to use it. You can use it for -your libraries, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -this service if you wish), that you receive source code or can get it -if you want it, that you can change the software or use pieces of it -in new free programs; and that you know you can do these things. - - To protect your rights, we need to make restrictions that forbid -anyone to deny you these rights or to ask you to surrender the rights. -These restrictions translate to certain responsibilities for you if -you distribute copies of the library, or if you modify it. - - For example, if you distribute copies of the library, whether gratis -or for a fee, you must give the recipients all the rights that we gave -you. You must make sure that they, too, receive or can get the source -code. If you link a program with the library, you must provide -complete object files to the recipients so that they can relink them -with the library, after making changes to the library and recompiling -it. And you must show them these terms so they know their rights. - - Our method of protecting your rights has two steps: (1) copyright -the library, and (2) offer you this license which gives you legal -permission to copy, distribute and/or modify the library. - - Also, for each distributor's protection, we want to make certain -that everyone understands that there is no warranty for this free -library. If the library is modified by someone else and passed on, we -want its recipients to know that what they have is not the original -version, so that any problems introduced by others will not reflect on -the original authors' reputations. - - Finally, any free program is threatened constantly by software -patents. We wish to avoid the danger that companies distributing free -software will individually obtain patent licenses, thus in effect -transforming the program into proprietary software. To prevent this, -we have made it clear that any patent must be licensed for everyone's -free use or not licensed at all. - - Most GNU software, including some libraries, is covered by the ordinary -GNU General Public License, which was designed for utility programs. This -license, the GNU Library General Public License, applies to certain -designated libraries. This license is quite different from the ordinary -one; be sure to read it in full, and don't assume that anything in it is -the same as in the ordinary license. - - The reason we have a separate public license for some libraries is that -they blur the distinction we usually make between modifying or adding to a -program and simply using it. Linking a program with a library, without -changing the library, is in some sense simply using the library, and is -analogous to running a utility program or application program. However, in -a textual and legal sense, the linked executable is a combined work, a -derivative of the original library, and the ordinary General Public License -treats it as such. - - Because of this blurred distinction, using the ordinary General -Public License for libraries did not effectively promote software -sharing, because most developers did not use the libraries. We -concluded that weaker conditions might promote sharing better. - - However, unrestricted linking of non-free programs would deprive the -users of those programs of all benefit from the free status of the -libraries themselves. This Library General Public License is intended to -permit developers of non-free programs to use free libraries, while -preserving your freedom as a user of such programs to change the free -libraries that are incorporated in them. (We have not seen how to achieve -this as regards changes in header files, but we have achieved it as regards -changes in the actual functions of the Library.) The hope is that this -will lead to faster development of free libraries. - - The precise terms and conditions for copying, distribution and -modification follow. Pay close attention to the difference between a -"work based on the library" and a "work that uses the library". The -former contains code derived from the library, while the latter only -works together with the library. - - Note that it is possible for a library to be covered by the ordinary -General Public License rather than by this special one. - - GNU LIBRARY GENERAL PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. This License Agreement applies to any software library which -contains a notice placed by the copyright holder or other authorized -party saying it may be distributed under the terms of this Library -General Public License (also called "this License"). Each licensee is -addressed as "you". - - A "library" means a collection of software functions and/or data -prepared so as to be conveniently linked with application programs -(which use some of those functions and data) to form executables. - - The "Library", below, refers to any such software library or work -which has been distributed under these terms. A "work based on the -Library" means either the Library or any derivative work under -copyright law: that is to say, a work containing the Library or a -portion of it, either verbatim or with modifications and/or translated -straightforwardly into another language. (Hereinafter, translation is -included without limitation in the term "modification".) - - "Source code" for a work means the preferred form of the work for -making modifications to it. For a library, complete source code means -all the source code for all modules it contains, plus any associated -interface definition files, plus the scripts used to control compilation -and installation of the library. - - Activities other than copying, distribution and modification are not -covered by this License; they are outside its scope. The act of -running a program using the Library is not restricted, and output from -such a program is covered only if its contents constitute a work based -on the Library (independent of the use of the Library in a tool for -writing it). Whether that is true depends on what the Library does -and what the program that uses the Library does. - - 1. You may copy and distribute verbatim copies of the Library's -complete source code as you receive it, in any medium, provided that -you conspicuously and appropriately publish on each copy an -appropriate copyright notice and disclaimer of warranty; keep intact -all the notices that refer to this License and to the absence of any -warranty; and distribute a copy of this License along with the -Library. - - You may charge a fee for the physical act of transferring a copy, -and you may at your option offer warranty protection in exchange for a -fee. - - 2. You may modify your copy or copies of the Library or any portion -of it, thus forming a work based on the Library, and copy and -distribute such modifications or work under the terms of Section 1 -above, provided that you also meet all of these conditions: - - a) The modified work must itself be a software library. - - b) You must cause the files modified to carry prominent notices - stating that you changed the files and the date of any change. - - c) You must cause the whole of the work to be licensed at no - charge to all third parties under the terms of this License. - - d) If a facility in the modified Library refers to a function or a - table of data to be supplied by an application program that uses - the facility, other than as an argument passed when the facility - is invoked, then you must make a good faith effort to ensure that, - in the event an application does not supply such function or - table, the facility still operates, and performs whatever part of - its purpose remains meaningful. - - (For example, a function in a library to compute square roots has - a purpose that is entirely well-defined independent of the - application. Therefore, Subsection 2d requires that any - application-supplied function or table used by this function must - be optional: if the application does not supply it, the square - root function must still compute square roots.) - -These requirements apply to the modified work as a whole. If -identifiable sections of that work are not derived from the Library, -and can be reasonably considered independent and separate works in -themselves, then this License, and its terms, do not apply to those -sections when you distribute them as separate works. But when you -distribute the same sections as part of a whole which is a work based -on the Library, the distribution of the whole must be on the terms of -this License, whose permissions for other licensees extend to the -entire whole, and thus to each and every part regardless of who wrote -it. - -Thus, it is not the intent of this section to claim rights or contest -your rights to work written entirely by you; rather, the intent is to -exercise the right to control the distribution of derivative or -collective works based on the Library. - -In addition, mere aggregation of another work not based on the Library -with the Library (or with a work based on the Library) on a volume of -a storage or distribution medium does not bring the other work under -the scope of this License. - - 3. You may opt to apply the terms of the ordinary GNU General Public -License instead of this License to a given copy of the Library. To do -this, you must alter all the notices that refer to this License, so -that they refer to the ordinary GNU General Public License, version 2, -instead of to this License. (If a newer version than version 2 of the -ordinary GNU General Public License has appeared, then you can specify -that version instead if you wish.) Do not make any other change in -these notices. - - Once this change is made in a given copy, it is irreversible for -that copy, so the ordinary GNU General Public License applies to all -subsequent copies and derivative works made from that copy. - - This option is useful when you wish to copy part of the code of -the Library into a program that is not a library. - - 4. You may copy and distribute the Library (or a portion or -derivative of it, under Section 2) in object code or executable form -under the terms of Sections 1 and 2 above provided that you accompany -it with the complete corresponding machine-readable source code, which -must be distributed under the terms of Sections 1 and 2 above on a -medium customarily used for software interchange. - - If distribution of object code is made by offering access to copy -from a designated place, then offering equivalent access to copy the -source code from the same place satisfies the requirement to -distribute the source code, even though third parties are not -compelled to copy the source along with the object code. - - 5. A program that contains no derivative of any portion of the -Library, but is designed to work with the Library by being compiled or -linked with it, is called a "work that uses the Library". Such a -work, in isolation, is not a derivative work of the Library, and -therefore falls outside the scope of this License. - - However, linking a "work that uses the Library" with the Library -creates an executable that is a derivative of the Library (because it -contains portions of the Library), rather than a "work that uses the -library". The executable is therefore covered by this License. -Section 6 states terms for distribution of such executables. - - When a "work that uses the Library" uses material from a header file -that is part of the Library, the object code for the work may be a -derivative work of the Library even though the source code is not. -Whether this is true is especially significant if the work can be -linked without the Library, or if the work is itself a library. The -threshold for this to be true is not precisely defined by law. - - If such an object file uses only numerical parameters, data -structure layouts and accessors, and small macros and small inline -functions (ten lines or less in length), then the use of the object -file is unrestricted, regardless of whether it is legally a derivative -work. (Executables containing this object code plus portions of the -Library will still fall under Section 6.) - - Otherwise, if the work is a derivative of the Library, you may -distribute the object code for the work under the terms of Section 6. -Any executables containing that work also fall under Section 6, -whether or not they are linked directly with the Library itself. - - 6. As an exception to the Sections above, you may also compile or -link a "work that uses the Library" with the Library to produce a -work containing portions of the Library, and distribute that work -under terms of your choice, provided that the terms permit -modification of the work for the customer's own use and reverse -engineering for debugging such modifications. - - You must give prominent notice with each copy of the work that the -Library is used in it and that the Library and its use are covered by -this License. You must supply a copy of this License. If the work -during execution displays copyright notices, you must include the -copyright notice for the Library among them, as well as a reference -directing the user to the copy of this License. Also, you must do one -of these things: - - a) Accompany the work with the complete corresponding - machine-readable source code for the Library including whatever - changes were used in the work (which must be distributed under - Sections 1 and 2 above); and, if the work is an executable linked - with the Library, with the complete machine-readable "work that - uses the Library", as object code and/or source code, so that the - user can modify the Library and then relink to produce a modified - executable containing the modified Library. (It is understood - that the user who changes the contents of definitions files in the - Library will not necessarily be able to recompile the application - to use the modified definitions.) - - b) Accompany the work with a written offer, valid for at - least three years, to give the same user the materials - specified in Subsection 6a, above, for a charge no more - than the cost of performing this distribution. - - c) If distribution of the work is made by offering access to copy - from a designated place, offer equivalent access to copy the above - specified materials from the same place. - - d) Verify that the user has already received a copy of these - materials or that you have already sent this user a copy. - - For an executable, the required form of the "work that uses the -Library" must include any data and utility programs needed for -reproducing the executable from it. However, as a special exception, -the source code distributed need not include anything that is normally -distributed (in either source or binary form) with the major -components (compiler, kernel, and so on) of the operating system on -which the executable runs, unless that component itself accompanies -the executable. - - It may happen that this requirement contradicts the license -restrictions of other proprietary libraries that do not normally -accompany the operating system. Such a contradiction means you cannot -use both them and the Library together in an executable that you -distribute. - - 7. You may place library facilities that are a work based on the -Library side-by-side in a single library together with other library -facilities not covered by this License, and distribute such a combined -library, provided that the separate distribution of the work based on -the Library and of the other library facilities is otherwise -permitted, and provided that you do these two things: - - a) Accompany the combined library with a copy of the same work - based on the Library, uncombined with any other library - facilities. This must be distributed under the terms of the - Sections above. - - b) Give prominent notice with the combined library of the fact - that part of it is a work based on the Library, and explaining - where to find the accompanying uncombined form of the same work. - - 8. You may not copy, modify, sublicense, link with, or distribute -the Library except as expressly provided under this License. Any -attempt otherwise to copy, modify, sublicense, link with, or -distribute the Library is void, and will automatically terminate your -rights under this License. However, parties who have received copies, -or rights, from you under this License will not have their licenses -terminated so long as such parties remain in full compliance. - - 9. You are not required to accept this License, since you have not -signed it. However, nothing else grants you permission to modify or -distribute the Library or its derivative works. These actions are -prohibited by law if you do not accept this License. Therefore, by -modifying or distributing the Library (or any work based on the -Library), you indicate your acceptance of this License to do so, and -all its terms and conditions for copying, distributing or modifying -the Library or works based on it. - - 10. Each time you redistribute the Library (or any work based on the -Library), the recipient automatically receives a license from the -original licensor to copy, distribute, link with or modify the Library -subject to these terms and conditions. You may not impose any further -restrictions on the recipients' exercise of the rights granted herein. -You are not responsible for enforcing compliance by third parties to -this License. - - 11. If, as a consequence of a court judgment or allegation of patent -infringement or for any other reason (not limited to patent issues), -conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot -distribute so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you -may not distribute the Library at all. For example, if a patent -license would not permit royalty-free redistribution of the Library by -all those who receive copies directly or indirectly through you, then -the only way you could satisfy both it and this License would be to -refrain entirely from distribution of the Library. - -If any portion of this section is held invalid or unenforceable under any -particular circumstance, the balance of the section is intended to apply, -and the section as a whole is intended to apply in other circumstances. - -It is not the purpose of this section to induce you to infringe any -patents or other property right claims or to contest validity of any -such claims; this section has the sole purpose of protecting the -integrity of the free software distribution system which is -implemented by public license practices. Many people have made -generous contributions to the wide range of software distributed -through that system in reliance on consistent application of that -system; it is up to the author/donor to decide if he or she is willing -to distribute software through any other system and a licensee cannot -impose that choice. - -This section is intended to make thoroughly clear what is believed to -be a consequence of the rest of this License. - - 12. If the distribution and/or use of the Library is restricted in -certain countries either by patents or by copyrighted interfaces, the -original copyright holder who places the Library under this License may add -an explicit geographical distribution limitation excluding those countries, -so that distribution is permitted only in or among countries not thus -excluded. In such case, this License incorporates the limitation as if -written in the body of this License. - - 13. The Free Software Foundation may publish revised and/or new -versions of the Library General Public License from time to time. -Such new versions will be similar in spirit to the present version, -but may differ in detail to address new problems or concerns. - -Each version is given a distinguishing version number. If the Library -specifies a version number of this License which applies to it and -"any later version", you have the option of following the terms and -conditions either of that version or of any later version published by -the Free Software Foundation. If the Library does not specify a -license version number, you may choose any version ever published by -the Free Software Foundation. - - 14. If you wish to incorporate parts of the Library into other free -programs whose distribution conditions are incompatible with these, -write to the author to ask for permission. For software which is -copyrighted by the Free Software Foundation, write to the Free -Software Foundation; we sometimes make exceptions for this. Our -decision will be guided by the two goals of preserving the free status -of all derivatives of our free software and of promoting the sharing -and reuse of software generally. - - NO WARRANTY - - 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO -WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. -EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR -OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY -KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE -LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME -THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - - 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN -WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY -AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU -FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR -CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE -LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING -RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A -FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF -SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGES. - - END OF TERMS AND CONDITIONS - - Appendix: How to Apply These Terms to Your New Libraries - - If you develop a new library, and you want it to be of the greatest -possible use to the public, we recommend making it free software that -everyone can redistribute and change. You can do so by permitting -redistribution under these terms (or, alternatively, under the terms of the -ordinary General Public License). - - To apply these terms, attach the following notices to the library. It is -safest to attach them to the start of each source file to most effectively -convey the exclusion of warranty; and each file should have at least the -"copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Library General Public - License as published by the Free Software Foundation; either - version 2 of the License, or (at your option) any later version. - - This library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Library General Public License for more details. - - You should have received a copy of the GNU Library General Public - License along with this library; if not, write to the Free - Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - -Also add information on how to contact you by electronic and paper mail. - -You should also get your employer (if you work as a programmer) or your -school, if any, to sign a "copyright disclaimer" for the library, if -necessary. Here is a sample; alter the names: - - Yoyodyne, Inc., hereby disclaims all copyright interest in the - library `Frob' (a library for tweaking knobs) written by James Random Hacker. - - , 1 April 1990 - Ty Coon, President of Vice - -That's all there is to it! - - - * MODP_B64 - High performance base64 encoder/decoder - * Version 1.3 -- 17-Mar-2006 - * http://modp.com/release/base64 - * - * Copyright (c) 2005, 2006 Nick Galbreath -- nickg [at] modp [dot] com - * All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions are - * met: - * - * Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * - * 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. - * - * Neither the name of the modp.com nor the names of its - * contributors may be used to endorse or promote products derived from - * this software without specific prior written permission. - * - * 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 - * OWNER 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. - -Copyright 2008 MolokoCacao -All rights reserved - -Redistribution and use in source and binary forms, with or without -modification, are permitted providing 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 AUTHOR ``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 AUTHOR 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. - -Copyright (c) 2004-2009 Sergey Lyubka -Portions Copyright (c) 2009 Gilbert Wellisch - -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. - - -Copyright 2010-2011, Google 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: - -* Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. -* 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. -* Neither the name of Google Inc. nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. - -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 -OWNER 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. - - -/* ***** BEGIN LICENSE BLOCK ***** - * Version: MPL 1.1/GPL 2.0/LGPL 2.1 - * - * The contents of this file are subject to the Mozilla Public License Version - * 1.1 (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ - * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the - * License. - * - * The Original Code is mozilla.org code. - * - * The Initial Developer of the Original Code is - * Netscape Communications Corporation. - * Portions created by the Initial Developer are Copyright (C) 2002 - * the Initial Developer. All Rights Reserved. - * - * Contributor(s): - * - * Alternatively, the contents of this file may be used under the terms of - * either the GNU General Public License Version 2 or later (the "GPL"), or - * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), - * in which case the provisions of the GPL or the LGPL are applicable instead - * of those above. If you wish to allow use of your version of this file only - * under the terms of either the GPL or the LGPL, and not to allow others to - * use your version of this file under the terms of the MPL, indicate your - * decision by deleting the provisions above and replace them with the notice - * and other provisions required by the GPL or the LGPL. If you do not delete - * the provisions above, a recipient may use your version of this file under - * the terms of any one of the MPL, the GPL or the LGPL. - * - * ***** END LICENSE BLOCK ***** */ - - A C-program for MT19937, with initialization improved 2002/1/26. - Coded by Takuji Nishimura and Makoto Matsumoto. - - Before using, initialize the state by using init_genrand(seed) - or init_by_array(init_key, key_length). - - Copyright (C) 1997 - 2002, Makoto Matsumoto and Takuji Nishimura, - 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. - - 3. The names of its contributors may not be used to endorse or promote - products derived from this software without specific prior written - permission. - - 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 OWNER 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. - -// Copyright (c) 2006-2009 The Chromium OS Authors. All rights reserved. -// -// Redistribution and use in source and binary forms, with or without -// modification, are permitted provided that the following conditions are -// met: -// -// * Redistributions of source code must retain the above copyright -// notice, this list of conditions and the following disclaimer. -// * 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. -// * Neither the name of Google Inc. nor the names of its -// contributors may be used to endorse or promote products derived from -// this software without specific prior written permission. -// -// 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 -// OWNER 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. - -Version: MPL 1.1/GPL 2.0/LGPL 2.1 - -The contents of this file are subject to the Mozilla Public License Version -1.1 (the "License"); you may not use this file except in compliance with -the License. You may obtain a copy of the License at -http://www.mozilla.org/MPL/ - -Software distributed under the License is distributed on an "AS IS" basis, -WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License -for the specific language governing rights and limitations under the -License. - -The Original Code is mozilla.org code. - -The Initial Developer of the Original Code is -Netscape Communications Corporation. -Portions created by the Initial Developer are Copyright (C) 1998 -the Initial Developer. All Rights Reserved. - -Contributor(s): - -Alternatively, the contents of this file may be used under the terms of -either the GNU General Public License Version 2 or later (the "GPL"), or -the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), -in which case the provisions of the GPL or the LGPL are applicable instead -of those above. If you wish to allow use of your version of this file only -under the terms of either the GPL or the LGPL, and not to allow others to -use your version of this file under the terms of the MPL, indicate your -decision by deleting the provisions above and replace them with the notice -and other provisions required by the GPL or the LGPL. If you do not delete -the provisions above, a recipient may use your version of this file under -the terms of any one of the MPL, the GPL or the LGPL. - - - Copyright (c) 2004-2012 by Mulle Kybernetik. All rights reserved. - - Permission to use, copy, modify and distribute this software and its documentation - is hereby granted, provided that both the copyright notice and this permission - notice appear in all copies of the software, derivative works or modified versions, - and any portions thereof, and that both notices appear in supporting documentation, - and that credit is given to Mulle Kybernetik in all documents and publicity - pertaining to direct or indirect use of this code or its derivatives. - - THIS IS EXPERIMENTAL SOFTWARE AND IT IS KNOWN TO HAVE BUGS, SOME OF WHICH MAY HAVE - SERIOUS CONSEQUENCES. THE COPYRIGHT HOLDER ALLOWS FREE USE OF THIS SOFTWARE IN ITS - "AS IS" CONDITION. THE COPYRIGHT HOLDER DISCLAIMS ANY LIABILITY OF ANY KIND FOR ANY - DAMAGES WHATSOEVER RESULTING DIRECTLY OR INDIRECTLY FROM THE USE OF THIS SOFTWARE - OR OF ANY DERIVATIVE WORK. - - LICENSE ISSUES - ============== - - The OpenSSL toolkit stays under a dual license, i.e. both the conditions of - the OpenSSL License and the original SSLeay license apply to the toolkit. - See below for the actual license texts. Actually both licenses are BSD-style - Open Source licenses. In case of any license issues related to OpenSSL - please contact openssl-core@openssl.org. - - OpenSSL License - --------------- - -/* ==================================================================== - * Copyright (c) 1998-2011 The OpenSSL Project. 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. - * - * 3. All advertising materials mentioning features or use of this - * software must display the following acknowledgment: - * "This product includes software developed by the OpenSSL Project - * for use in the OpenSSL Toolkit. (http://www.openssl.org/)" - * - * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to - * endorse or promote products derived from this software without - * prior written permission. For written permission, please contact - * openssl-core@openssl.org. - * - * 5. Products derived from this software may not be called "OpenSSL" - * nor may "OpenSSL" appear in their names without prior written - * permission of the OpenSSL Project. - * - * 6. Redistributions of any form whatsoever must retain the following - * acknowledgment: - * "This product includes software developed by the OpenSSL Project - * for use in the OpenSSL Toolkit (http://www.openssl.org/)" - * - * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY - * EXPRESSED 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 OpenSSL PROJECT OR - * ITS 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. - * ==================================================================== - * - * This product includes cryptographic software written by Eric Young - * (eay@cryptsoft.com). This product includes software written by Tim - * Hudson (tjh@cryptsoft.com). - * - */ - - Original SSLeay License - ----------------------- - -/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) - * All rights reserved. - * - * This package is an SSL implementation written - * by Eric Young (eay@cryptsoft.com). - * The implementation was written so as to conform with Netscapes SSL. - * - * This library is free for commercial and non-commercial use as long as - * the following conditions are aheared to. The following conditions - * apply to all code found in this distribution, be it the RC4, RSA, - * lhash, DES, etc., code; not just the SSL code. The SSL documentation - * included with this distribution is covered by the same copyright terms - * except that the holder is Tim Hudson (tjh@cryptsoft.com). - * - * Copyright remains Eric Young's, and as such any Copyright notices in - * the code are not to be removed. - * If this package is used in a product, Eric Young should be given attribution - * as the author of the parts of the library used. - * This can be in the form of a textual message at program startup or - * in documentation (online or textual) provided with the package. - * - * 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 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. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * "This product includes cryptographic software written by - * Eric Young (eay@cryptsoft.com)" - * The word 'cryptographic' can be left out if the rouines from the library - * being used are not cryptographic related :-). - * 4. If you include any Windows specific code (or a derivative thereof) from - * the apps directory (application code) you must include an acknowledgement: - * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" - * - * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``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 AUTHOR 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. - * - * The licence and distribution terms for any publically available version or - * derivative of this code cannot be changed. i.e. this code cannot simply be - * copied and put under another distribution licence - * [including the GNU Public Licence.] - */ - - -Copyright 2001-2011 Xiph.Org, Skype Limited, Octasic, - Jean-Marc Valin, Timothy B. Terriberry, - CSIRO, Gregory Maxwell, Mark Borgerding, - Erik de Castro Lopo - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - -- Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - -- 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. - -- Neither the name of Internet Society, IETF or IETF Trust, nor the -names of specific contributors, may be used to endorse or promote -products derived from this software without specific prior written -permission. - -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 OWNER -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. - -Opus is subject to the royalty-free patent licenses which are -specified at: - -Xiph.Org Foundation: -https://datatracker.ietf.org/ipr/1524/ - -Microsoft Corporation: -https://datatracker.ietf.org/ipr/1914/ - -Broadcom Corporation: -https://datatracker.ietf.org/ipr/1526/ - -// Copyright (c) 2009 The Chromium Authors. All rights reserved. -// -// Redistribution and use in source and binary forms, with or without -// modification, are permitted provided that the following conditions are -// met: -// -// * Redistributions of source code must retain the above copyright -// notice, this list of conditions and the following disclaimer. -// * 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. -// * Neither the name of Google Inc. nor the names of its -// contributors may be used to endorse or promote products derived from -// this software without specific prior written permission. -// -// 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 -// OWNER 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. - -PLY (Python Lex-Yacc) Version 3.4 - -Copyright (C) 2001-2011, -David M. Beazley (Dabeaz LLC) -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -* Redistributions of source code must retain the above copyright notice, - this list of conditions and the following disclaimer. -* 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. -* Neither the name of the David Beazley or Dabeaz LLC may be used to - endorse or promote products derived from this software without - specific prior written permission. - -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 -OWNER 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. -// Copyright (c) 2012 The Polymer Authors. All rights reserved. -// -// Redistribution and use in source and binary forms, with or without -// modification, are permitted provided that the following conditions are -// met: -// -// * Redistributions of source code must retain the above copyright -// notice, this list of conditions and the following disclaimer. -// * 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. -// * Neither the name of Google Inc. nor the names of its -// contributors may be used to endorse or promote products derived from -// this software without specific prior written permission. -// -// 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 -// OWNER 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. - -Copyright 2008, Google 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: - - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * 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. - * Neither the name of Google Inc. nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. - -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 -OWNER 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. - -Code generated by the Protocol Buffer compiler is owned by the owner -of the input file used when generating it. This code is not -standalone and requires a support library to be linked with it. This -support library is itself covered by the above license. - -Copyright (c) 2003-2012, Michael Foord -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - - * 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 -OWNER 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. - -qcms -Copyright (C) 2009 Mozilla Corporation -Copyright (C) 1998-2007 Marti Maria - -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. - -// Copyright (c) 2009 The RE2 Authors. All rights reserved. -// -// Redistribution and use in source and binary forms, with or without -// modification, are permitted provided that the following conditions are -// met: -// -// * Redistributions of source code must retain the above copyright -// notice, this list of conditions and the following disclaimer. -// * 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. -// * Neither the name of Google Inc. nor the names of its -// contributors may be used to endorse or promote products derived from -// this software without specific prior written permission. -// -// 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 -// OWNER 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. - - - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright 2011 Google Inc. All Rights Reserved. - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - - -Copyright (c) 2006 Bob Ippolito - -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. - -// Copyright (c) 2011 Google 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: -// -// * Redistributions of source code must retain the above copyright -// notice, this list of conditions and the following disclaimer. -// * 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. -// * Neither the name of Google Inc. nor the names of its -// contributors may be used to endorse or promote products derived from -// this software without specific prior written permission. -// -// 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 -// OWNER 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. - -All MurmurHash source files are placed in the public domain. - -The license below applies to all other code in SMHasher: - -Copyright (c) 2011 Google, Inc. - -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. - -The author disclaims copyright to this source code. In place of -a legal notice, here is a blessing: - - May you do good and not evil. - May you find forgiveness for yourself and forgive others. - May you share freely, never taking more than you give. - -SWIG is distributed under the following terms: - -I. - -Copyright (c) 1995-1998 -The University of Utah and the Regents of the University of California -All Rights Reserved - -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that -(1) The above copyright notice and the following two paragraphs -appear in all copies of the source code and (2) redistributions -including binaries reproduces these notices in the supporting -documentation. Substantial modifications to this software may be -copyrighted by their authors and need not follow the licensing terms -described here, provided that the new terms are clearly indicated in -all files where they apply. - -IN NO EVENT SHALL THE AUTHOR, THE UNIVERSITY OF CALIFORNIA, THE -UNIVERSITY OF UTAH OR DISTRIBUTORS OF THIS SOFTWARE BE LIABLE TO ANY -PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL -DAMAGES ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, -EVEN IF THE AUTHORS OR ANY OF THE ABOVE PARTIES HAVE BEEN ADVISED OF -THE POSSIBILITY OF SUCH DAMAGE. - -THE AUTHOR, THE UNIVERSITY OF CALIFORNIA, AND THE UNIVERSITY OF UTAH -SPECIFICALLY DISCLAIM ANY WARRANTIES,INCLUDING, BUT NOT LIMITED TO, -THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS ON AN "AS IS" BASIS, AND -THE AUTHORS AND DISTRIBUTORS HAVE NO OBLIGATION TO PROVIDE MAINTENANCE, -SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. - - -II. - -This software includes contributions that are Copyright (c) 1998-2005 -University of Chicago. -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - -Redistributions of source code must retain the above copyright notice, -this list of conditions and the following disclaimer. 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. Neither the name of -the University of Chicago nor the names of its contributors may be -used to endorse or promote products derived from this software without -specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE UNIVERSITY OF CHICAGO 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 UNIVERSITY OF -CHICAGO 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. - - -III. - -This software includes contributions that are Copyright (c) 2005-2006 -Arizona Board of Regents (University of Arizona). -All Rights Reserved - -Permission is hereby granted, without written agreement and without -license or royalty fees, to use, copy, modify, and distribute this -software and its documentation for any purpose, provided that -(1) The above copyright notice and the following two paragraphs -appear in all copies of the source code and (2) redistributions -including binaries reproduces these notices in the supporting -documentation. Substantial modifications to this software may be -copyrighted by their authors and need not follow the licensing terms -described here, provided that the new terms are clearly indicated in -all files where they apply. - -THIS SOFTWARE IS PROVIDED BY THE UNIVERSITY OF ARIZONA 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 UNIVERSITY OF -ARIZONA 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. - - -// Copyright (c) 2005, Google 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: -// -// * Redistributions of source code must retain the above copyright -// notice, this list of conditions and the following disclaimer. -// * 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. -// * Neither the name of Google Inc. nor the names of its -// contributors may be used to endorse or promote products derived from -// this software without specific prior written permission. -// -// 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 -// OWNER 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. - -All code here is public domain. - -Copyright (c) 2012, Linux USB Project -All rights reserved. - -Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - -o Redistributions of source code must retain the above copyright notice, - this list of conditions and the following disclaimer. - -o 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. - -o Neither the name of the Linux USB Project nor the names of its - contributors may be used to endorse or promote products derived from - this software without specific prior written permission. - -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. - -(Copied from the COPYRIGHT file of -https://code.google.com/p/sctp-refimpl/source/browse/trunk/COPYRIGHT) --------------------------------------------------------------------------------- - -Copyright (c) 2001, 2002 Cisco Systems, Inc. -Copyright (c) 2002-12 Randall R. Stewart -Copyright (c) 2002-12 Michael Tuexen -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 AUTHOR 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 AUTHOR 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. - -;***************************************************************************** -;* x86inc.asm -;***************************************************************************** -;* Copyright (C) 2005-2011 x264 project -;* -;* Authors: Loren Merritt -;* Anton Mitrofanov -;* Jason Garrett-Glaser -;* -;* Permission to use, copy, modify, and/or distribute this software for any -;* purpose with or without fee is hereby granted, provided that the above -;* copyright notice and this permission notice appear in all copies. -;* -;* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -;* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -;* MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -;* ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -;* WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -;* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF -;* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -;***************************************************************************** - -; This is a header file for the x264ASM assembly language, which uses -; NASM/YASM syntax combined with a large number of macros to provide easy -; abstraction between different calling conventions (x86_32, win64, linux64). -; It also has various other useful features to simplify writing the kind of -; DSP functions that are most often used in x264. - -; Unlike the rest of x264, this file is available under an ISC license, as it -; has significant usefulness outside of x264 and we want it to be available -; to the largest audience possible. Of course, if you modify it for your own -; purposes to add a new feature, we strongly encourage contributing a patch -; as this feature might be useful for others as well. Send patches or ideas -; to x264-devel@videolan.org . - -Yasm is Copyright (c) 2001-2010 Peter Johnson and other Yasm developers. - -Yasm developers and/or contributors include: - Peter Johnson - Michael Urman - Brian Gladman (Visual Studio build files, other fixes) - Stanislav Karchebny (options parser) - Mathieu Monnier (SSE4 instruction patches, NASM preprocessor additions) - Anonymous "NASM64" developer (NASM preprocessor fixes) - Stephen Polkowski (x86 instruction patches) - Henryk Richter (Mach-O object format) - Ben Skeggs (patches, bug reports) - Alexei Svitkine (GAS preprocessor) - Samuel Thibault (TASM parser and frontend) - ------------------------------------ -Yasm licensing overview and summary ------------------------------------ - -Note: This document does not provide legal advice nor is it the actual -license of any part of Yasm. See the individual licenses for complete -details. Consult a lawyer for legal advice. - -The primary license of Yasm is the 2-clause BSD license. Please use this -license if you plan on submitting code to the project. - -Yasm has absolutely no warranty; not even for merchantibility or fitness -for a particular purpose. - -------- -Libyasm -------- -Libyasm is 2-clause or 3-clause BSD licensed, with the exception of -bitvect, which is triple-licensed under the Artistic license, GPL, and -LGPL. Libyasm is thus GPL and LGPL compatible. In addition, this also -means that libyasm is free for binary-only distribution as long as the -terms of the 3-clause BSD license and Artistic license (as it applies to -bitvect) are fulfilled. - -------- -Modules -------- -The modules are 2-clause or 3-clause BSD licensed. - ---------- -Frontends ---------- -The frontends are 2-clause BSD licensed. - -------------- -License Texts -------------- -The full text of all licenses are provided in separate files in the source -distribution. Each source file may include the entire license (in the case -of the BSD and Artistic licenses), or may reference the GPL or LGPL license -file. - -BSD.txt - 2-clause and 3-clause BSD licenses -Artistic.txt - Artistic license -GNU_GPL-2.0 - GNU General Public License -GNU_LGPL-2.0 - GNU Library General Public License - -/* zlib.h -- interface of the 'zlib' general purpose compression library - version 1.2.4, March 14th, 2010 - - Copyright (C) 1995-2010 Jean-loup Gailly and Mark Adler - - This software is provided 'as-is', without any express or implied - warranty. In no event will the authors be held liable for any damages - arising from the use of this software. - - Permission is granted to anyone to use this software for any purpose, - including commercial applications, and to alter it and redistribute it - freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. - - Jean-loup Gailly - Mark Adler - -*/ - -Copyright 2007, Google 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: - - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * 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. - * Neither the name of Google Inc. nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. - -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 -OWNER 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. - -------------------------------------------------------------------------------- - -The file url_parse.cc is based on nsURLParsers.cc from Mozilla. This file is -licensed separately as follows: - -The contents of this file are subject to the Mozilla Public License Version -1.1 (the "License"); you may not use this file except in compliance with -the License. You may obtain a copy of the License at -http://www.mozilla.org/MPL/ - -Software distributed under the License is distributed on an "AS IS" basis, -WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License -for the specific language governing rights and limitations under the -License. - -The Original Code is mozilla.org code. - -The Initial Developer of the Original Code is -Netscape Communications Corporation. -Portions created by the Initial Developer are Copyright (C) 1998 -the Initial Developer. All Rights Reserved. - -Contributor(s): - Darin Fisher (original author) - -Alternatively, the contents of this file may be used under the terms of -either the GNU General Public License Version 2 or later (the "GPL"), or -the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), -in which case the provisions of the GPL or the LGPL are applicable instead -of those above. If you wish to allow use of your version of this file only -under the terms of either the GPL or the LGPL, and not to allow others to -use your version of this file under the terms of the MPL, indicate your -decision by deleting the provisions above and replace them with the notice -and other provisions required by the GPL or the LGPL. If you do not delete -the provisions above, a recipient may use your version of this file under -the terms of any one of the MPL, the GPL or the LGPL. - -Copyright 2007, Google 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: - - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * 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. - * Neither the name of Google Inc. nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. - -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 -OWNER 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. - -------------------------------------------------------------------------------- - -The file url_parse.cc is based on nsURLParsers.cc from Mozilla. This file is -licensed separately as follows: - -The contents of this file are subject to the Mozilla Public License Version -1.1 (the "License"); you may not use this file except in compliance with -the License. You may obtain a copy of the License at -http://www.mozilla.org/MPL/ - -Software distributed under the License is distributed on an "AS IS" basis, -WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License -for the specific language governing rights and limitations under the -License. - -The Original Code is mozilla.org code. - -The Initial Developer of the Original Code is -Netscape Communications Corporation. -Portions created by the Initial Developer are Copyright (C) 1998 -the Initial Developer. All Rights Reserved. - -Contributor(s): - Darin Fisher (original author) - -Alternatively, the contents of this file may be used under the terms of -either the GNU General Public License Version 2 or later (the "GPL"), or -the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), -in which case the provisions of the GPL or the LGPL are applicable instead -of those above. If you wish to allow use of your version of this file only -under the terms of either the GPL or the LGPL, and not to allow others to -use your version of this file under the terms of the MPL, indicate your -decision by deleting the provisions above and replace them with the notice -and other provisions required by the GPL or the LGPL. If you do not delete -the provisions above, a recipient may use your version of this file under -the terms of any one of the MPL, the GPL or the LGPL. - -This license applies to all parts of V8 that are not externally -maintained libraries. The externally maintained libraries used by V8 -are: - - - PCRE test suite, located in - test/mjsunit/third_party/regexp-pcre.js. This is based on the - test suite from PCRE-7.3, which is copyrighted by the University - of Cambridge and Google, Inc. The copyright notice and license - are embedded in regexp-pcre.js. - - - Layout tests, located in test/mjsunit/third_party. These are - based on layout tests from webkit.org which are copyrighted by - Apple Computer, Inc. and released under a 3-clause BSD license. - - - Strongtalk assembler, the basis of the files assembler-arm-inl.h, - assembler-arm.cc, assembler-arm.h, assembler-ia32-inl.h, - assembler-ia32.cc, assembler-ia32.h, assembler-x64-inl.h, - assembler-x64.cc, assembler-x64.h, assembler-mips-inl.h, - assembler-mips.cc, assembler-mips.h, assembler.cc and assembler.h. - This code is copyrighted by Sun Microsystems Inc. and released - under a 3-clause BSD license. - - - Valgrind client API header, located at third_party/valgrind/valgrind.h - This is release under the BSD license. - -These libraries have their own licenses; we recommend you read them, -as their terms may differ from the terms below. - -Copyright 2006-2012, the V8 project authors. All rights reserved. -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * 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. - * Neither the name of Google Inc. nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. - -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 -OWNER 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. - -============================================================ -Notices for file(s): -/bin/make_ext4fs -/bin/mkuserimg.sh -/lib/libext4_utils_host.a ------------------------------------------------------------- - - Copyright (c) 2010, The Android Open Source Project - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - - - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - -============================================================ -Notices for file(s): -/lib/libsqlite_jni.so ------------------------------------------------------------- -This software is copyrighted by Christian Werner -and others. The following terms apply to all files associated with the -software unless explicitly disclaimed in individual files. - -The authors hereby grant permission to use, copy, modify, distribute, -and license this software and its documentation for any purpose, provided -that existing copyright notices are retained in all copies and that this -notice is included verbatim in any distributions. No written agreement, -license, or royalty fee is required for any of the authorized uses. -Modifications to this software may be copyrighted by their authors -and need not follow the licensing terms described here, provided that -the new terms are clearly indicated on the first page of each file where -they apply. - -IN NO EVENT SHALL THE AUTHORS OR DISTRIBUTORS BE LIABLE TO ANY PARTY -FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES -ARISING OUT OF THE USE OF THIS SOFTWARE, ITS DOCUMENTATION, OR ANY -DERIVATIVES THEREOF, EVEN IF THE AUTHORS HAVE BEEN ADVISED OF THE -POSSIBILITY OF SUCH DAMAGE. - -THE AUTHORS AND DISTRIBUTORS SPECIFICALLY DISCLAIM ANY WARRANTIES, -INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT. THIS SOFTWARE -IS PROVIDED ON AN "AS IS" BASIS, AND THE AUTHORS AND DISTRIBUTORS HAVE -NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR -MODIFICATIONS. - -============================================================ -Notices for file(s): -/lib/libgccdemangle.so ------------------------------------------------------------- - GNU GENERAL PUBLIC LICENSE - Version 2, June 1991 - - Copyright (C) 1989, 1991 Free Software Foundation, Inc. - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The licenses for most software are designed to take away your -freedom to share and change it. By contrast, the GNU General Public -License is intended to guarantee your freedom to share and change free -software--to make sure the software is free for all its users. This -General Public License applies to most of the Free Software -Foundation's software and to any other program whose authors commit to -using it. (Some other Free Software Foundation software is covered by -the GNU Library General Public License instead.) You can apply it to -your programs, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -this service if you wish), that you receive source code or can get it -if you want it, that you can change the software or use pieces of it -in new free programs; and that you know you can do these things. - - To protect your rights, we need to make restrictions that forbid -anyone to deny you these rights or to ask you to surrender the rights. -These restrictions translate to certain responsibilities for you if you -distribute copies of the software, or if you modify it. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must give the recipients all the rights that -you have. You must make sure that they, too, receive or can get the -source code. And you must show them these terms so they know their -rights. - - We protect your rights with two steps: (1) copyright the software, and -(2) offer you this license which gives you legal permission to copy, -distribute and/or modify the software. - - Also, for each author's protection and ours, we want to make certain -that everyone understands that there is no warranty for this free -software. If the software is modified by someone else and passed on, we -want its recipients to know that what they have is not the original, so -that any problems introduced by others will not reflect on the original -authors' reputations. - - Finally, any free program is threatened constantly by software -patents. We wish to avoid the danger that redistributors of a free -program will individually obtain patent licenses, in effect making the -program proprietary. To prevent this, we have made it clear that any -patent must be licensed for everyone's free use or not licensed at all. - - The precise terms and conditions for copying, distribution and -modification follow. - - GNU GENERAL PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. This License applies to any program or other work which contains -a notice placed by the copyright holder saying it may be distributed -under the terms of this General Public License. The "Program", below, -refers to any such program or work, and a "work based on the Program" -means either the Program or any derivative work under copyright law: -that is to say, a work containing the Program or a portion of it, -either verbatim or with modifications and/or translated into another -language. (Hereinafter, translation is included without limitation in -the term "modification".) Each licensee is addressed as "you". - -Activities other than copying, distribution and modification are not -covered by this License; they are outside its scope. The act of -running the Program is not restricted, and the output from the Program -is covered only if its contents constitute a work based on the -Program (independent of having been made by running the Program). -Whether that is true depends on what the Program does. - - 1. You may copy and distribute verbatim copies of the Program's -source code as you receive it, in any medium, provided that you -conspicuously and appropriately publish on each copy an appropriate -copyright notice and disclaimer of warranty; keep intact all the -notices that refer to this License and to the absence of any warranty; -and give any other recipients of the Program a copy of this License -along with the Program. - -You may charge a fee for the physical act of transferring a copy, and -you may at your option offer warranty protection in exchange for a fee. - - 2. You may modify your copy or copies of the Program or any portion -of it, thus forming a work based on the Program, and copy and -distribute such modifications or work under the terms of Section 1 -above, provided that you also meet all of these conditions: - - a) You must cause the modified files to carry prominent notices - stating that you changed the files and the date of any change. - - b) You must cause any work that you distribute or publish, that in - whole or in part contains or is derived from the Program or any - part thereof, to be licensed as a whole at no charge to all third - parties under the terms of this License. - - c) If the modified program normally reads commands interactively - when run, you must cause it, when started running for such - interactive use in the most ordinary way, to print or display an - announcement including an appropriate copyright notice and a - notice that there is no warranty (or else, saying that you provide - a warranty) and that users may redistribute the program under - these conditions, and telling the user how to view a copy of this - License. (Exception: if the Program itself is interactive but - does not normally print such an announcement, your work based on - the Program is not required to print an announcement.) - -These requirements apply to the modified work as a whole. If -identifiable sections of that work are not derived from the Program, -and can be reasonably considered independent and separate works in -themselves, then this License, and its terms, do not apply to those -sections when you distribute them as separate works. But when you -distribute the same sections as part of a whole which is a work based -on the Program, the distribution of the whole must be on the terms of -this License, whose permissions for other licensees extend to the -entire whole, and thus to each and every part regardless of who wrote it. - -Thus, it is not the intent of this section to claim rights or contest -your rights to work written entirely by you; rather, the intent is to -exercise the right to control the distribution of derivative or -collective works based on the Program. - -In addition, mere aggregation of another work not based on the Program -with the Program (or with a work based on the Program) on a volume of -a storage or distribution medium does not bring the other work under -the scope of this License. - - 3. You may copy and distribute the Program (or a work based on it, -under Section 2) in object code or executable form under the terms of -Sections 1 and 2 above provided that you also do one of the following: - - a) Accompany it with the complete corresponding machine-readable - source code, which must be distributed under the terms of Sections - 1 and 2 above on a medium customarily used for software interchange; or, - - b) Accompany it with a written offer, valid for at least three - years, to give any third party, for a charge no more than your - cost of physically performing source distribution, a complete - machine-readable copy of the corresponding source code, to be - distributed under the terms of Sections 1 and 2 above on a medium - customarily used for software interchange; or, - - c) Accompany it with the information you received as to the offer - to distribute corresponding source code. (This alternative is - allowed only for noncommercial distribution and only if you - received the program in object code or executable form with such - an offer, in accord with Subsection b above.) - -The source code for a work means the preferred form of the work for -making modifications to it. For an executable work, complete source -code means all the source code for all modules it contains, plus any -associated interface definition files, plus the scripts used to -control compilation and installation of the executable. However, as a -special exception, the source code distributed need not include -anything that is normally distributed (in either source or binary -form) with the major components (compiler, kernel, and so on) of the -operating system on which the executable runs, unless that component -itself accompanies the executable. - -If distribution of executable or object code is made by offering -access to copy from a designated place, then offering equivalent -access to copy the source code from the same place counts as -distribution of the source code, even though third parties are not -compelled to copy the source along with the object code. - - 4. You may not copy, modify, sublicense, or distribute the Program -except as expressly provided under this License. Any attempt -otherwise to copy, modify, sublicense or distribute the Program is -void, and will automatically terminate your rights under this License. -However, parties who have received copies, or rights, from you under -this License will not have their licenses terminated so long as such -parties remain in full compliance. - - 5. You are not required to accept this License, since you have not -signed it. However, nothing else grants you permission to modify or -distribute the Program or its derivative works. These actions are -prohibited by law if you do not accept this License. Therefore, by -modifying or distributing the Program (or any work based on the -Program), you indicate your acceptance of this License to do so, and -all its terms and conditions for copying, distributing or modifying -the Program or works based on it. - - 6. Each time you redistribute the Program (or any work based on the -Program), the recipient automatically receives a license from the -original licensor to copy, distribute or modify the Program subject to -these terms and conditions. You may not impose any further -restrictions on the recipients' exercise of the rights granted herein. -You are not responsible for enforcing compliance by third parties to -this License. - - 7. If, as a consequence of a court judgment or allegation of patent -infringement or for any other reason (not limited to patent issues), -conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot -distribute so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you -may not distribute the Program at all. For example, if a patent -license would not permit royalty-free redistribution of the Program by -all those who receive copies directly or indirectly through you, then -the only way you could satisfy both it and this License would be to -refrain entirely from distribution of the Program. - -If any portion of this section is held invalid or unenforceable under -any particular circumstance, the balance of the section is intended to -apply and the section as a whole is intended to apply in other -circumstances. - -It is not the purpose of this section to induce you to infringe any -patents or other property right claims or to contest validity of any -such claims; this section has the sole purpose of protecting the -integrity of the free software distribution system, which is -implemented by public license practices. Many people have made -generous contributions to the wide range of software distributed -through that system in reliance on consistent application of that -system; it is up to the author/donor to decide if he or she is willing -to distribute software through any other system and a licensee cannot -impose that choice. - -This section is intended to make thoroughly clear what is believed to -be a consequence of the rest of this License. - - 8. If the distribution and/or use of the Program is restricted in -certain countries either by patents or by copyrighted interfaces, the -original copyright holder who places the Program under this License -may add an explicit geographical distribution limitation excluding -those countries, so that distribution is permitted only in or among -countries not thus excluded. In such case, this License incorporates -the limitation as if written in the body of this License. - - 9. The Free Software Foundation may publish revised and/or new versions -of the General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - -Each version is given a distinguishing version number. If the Program -specifies a version number of this License which applies to it and "any -later version", you have the option of following the terms and conditions -either of that version or of any later version published by the Free -Software Foundation. If the Program does not specify a version number of -this License, you may choose any version ever published by the Free Software -Foundation. - - 10. If you wish to incorporate parts of the Program into other free -programs whose distribution conditions are different, write to the author -to ask for permission. For software which is copyrighted by the Free -Software Foundation, write to the Free Software Foundation; we sometimes -make exceptions for this. Our decision will be guided by the two goals -of preserving the free status of all derivatives of our free software and -of promoting the sharing and reuse of software generally. - - NO WARRANTY - - 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY -FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN -OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES -PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED -OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS -TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE -PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, -REPAIR OR CORRECTION. - - 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR -REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, -INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING -OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED -TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY -YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER -PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE -POSSIBILITY OF SUCH DAMAGES. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -convey the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - - -Also add information on how to contact you by electronic and paper mail. - -If the program is interactive, make it output a short notice like this -when it starts in an interactive mode: - - Gnomovision version 69, Copyright (C) year name of author - Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, the commands you use may -be called something other than `show w' and `show c'; they could even be -mouse-clicks or menu items--whatever suits your program. - -You should also get your employer (if you work as a programmer) or your -school, if any, to sign a "copyright disclaimer" for the program, if -necessary. Here is a sample; alter the names: - - Yoyodyne, Inc., hereby disclaims all copyright interest in the program - `Gnomovision' (which makes passes at compilers) written by James Hacker. - - , 1 April 1989 - Ty Coon, President of Vice - -This General Public License does not permit incorporating your program into -proprietary programs. If your program is a subroutine library, you may -consider it more useful to permit linking proprietary applications with the -library. If this is what you want to do, use the GNU Library General -Public License instead of this License. - -============================================================ -Notices for file(s): -/bin/aapt -/bin/aidl -/bin/dexdump -/bin/jasmin -/bin/split-select -/framework/android-mock-generatorlib.jar -/framework/jasmin.jar -/lib/lib64cutils.a -/lib/lib64log.a -/lib/lib64utils.a -/lib/libandroidfw.a -/lib/libcutils.a -/lib/liblog.a -/lib/liblog.so -/lib/libnativehelper.so -/lib/libsqlite3_android.a -/lib/libutils.a -/lib/libzipfile.a ------------------------------------------------------------- - - Copyright (c) 2005-2008, The Android Open Source Project - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - - - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - -============================================================ -Notices for file(s): -/framework/org.eclipse.core.commands_3.6.0.I20100512-1500.jar -/framework/org.eclipse.core.expressions_3.4.200.v20100505.jar -/framework/org.eclipse.core.runtime_3.6.0.v20100505.jar -/framework/org.eclipse.equinox.common_3.6.0.v20100503.jar -/framework/org.eclipse.jface_3.6.2.M20110210-1200.jar -/framework/org.eclipse.osgi_3.6.2.R36x_v20110210.jar -/framework/org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar -/framework/org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar -/framework/osgi.jar -/framework/propertysheet.jar -/framework/swt.jar ------------------------------------------------------------- - - Eclipse Public License - v 1.0 - -THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE -PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF -THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT. - -*1. DEFINITIONS* - -"Contribution" means: - -a) in the case of the initial Contributor, the initial code and -documentation distributed under this Agreement, and - -b) in the case of each subsequent Contributor: - -i) changes to the Program, and - -ii) additions to the Program; - -where such changes and/or additions to the Program originate from and -are distributed by that particular Contributor. A Contribution -'originates' from a Contributor if it was added to the Program by such -Contributor itself or anyone acting on such Contributor's behalf. -Contributions do not include additions to the Program which: (i) are -separate modules of software distributed in conjunction with the Program -under their own license agreement, and (ii) are not derivative works of -the Program. - -"Contributor" means any person or entity that distributes the Program. - -"Licensed Patents" mean patent claims licensable by a Contributor which -are necessarily infringed by the use or sale of its Contribution alone -or when combined with the Program. - -"Program" means the Contributions distributed in accordance with this -Agreement. - -"Recipient" means anyone who receives the Program under this Agreement, -including all Contributors. - -*2. GRANT OF RIGHTS* - -a) Subject to the terms of this Agreement, each Contributor hereby -grants Recipient a non-exclusive, worldwide, royalty-free copyright -license to reproduce, prepare derivative works of, publicly display, -publicly perform, distribute and sublicense the Contribution of such -Contributor, if any, and such derivative works, in source code and -object code form. - -b) Subject to the terms of this Agreement, each Contributor hereby -grants Recipient a non-exclusive, worldwide, royalty-free patent license -under Licensed Patents to make, use, sell, offer to sell, import and -otherwise transfer the Contribution of such Contributor, if any, in -source code and object code form. This patent license shall apply to the -combination of the Contribution and the Program if, at the time the -Contribution is added by the Contributor, such addition of the -Contribution causes such combination to be covered by the Licensed -Patents. The patent license shall not apply to any other combinations -which include the Contribution. No hardware per se is licensed hereunder. - -c) Recipient understands that although each Contributor grants the -licenses to its Contributions set forth herein, no assurances are -provided by any Contributor that the Program does not infringe the -patent or other intellectual property rights of any other entity. Each -Contributor disclaims any liability to Recipient for claims brought by -any other entity based on infringement of intellectual property rights -or otherwise. As a condition to exercising the rights and licenses -granted hereunder, each Recipient hereby assumes sole responsibility to -secure any other intellectual property rights needed, if any. For -example, if a third party patent license is required to allow Recipient -to distribute the Program, it is Recipient's responsibility to acquire -that license before distributing the Program. - -d) Each Contributor represents that to its knowledge it has sufficient -copyright rights in its Contribution, if any, to grant the copyright -license set forth in this Agreement. - -*3. REQUIREMENTS* - -A Contributor may choose to distribute the Program in object code form -under its own license agreement, provided that: - -a) it complies with the terms and conditions of this Agreement; and - -b) its license agreement: - -i) effectively disclaims on behalf of all Contributors all warranties -and conditions, express and implied, including warranties or conditions -of title and non-infringement, and implied warranties or conditions of -merchantability and fitness for a particular purpose; - -ii) effectively excludes on behalf of all Contributors all liability for -damages, including direct, indirect, special, incidental and -consequential damages, such as lost profits; - -iii) states that any provisions which differ from this Agreement are -offered by that Contributor alone and not by any other party; and - -iv) states that source code for the Program is available from such -Contributor, and informs licensees how to obtain it in a reasonable -manner on or through a medium customarily used for software exchange. - -When the Program is made available in source code form: - -a) it must be made available under this Agreement; and - -b) a copy of this Agreement must be included with each copy of the Program. - -Contributors may not remove or alter any copyright notices contained -within the Program. - -Each Contributor must identify itself as the originator of its -Contribution, if any, in a manner that reasonably allows subsequent -Recipients to identify the originator of the Contribution. - -*4. COMMERCIAL DISTRIBUTION* - -Commercial distributors of software may accept certain responsibilities -with respect to end users, business partners and the like. While this -license is intended to facilitate the commercial use of the Program, the -Contributor who includes the Program in a commercial product offering -should do so in a manner which does not create potential liability for -other Contributors. Therefore, if a Contributor includes the Program in -a commercial product offering, such Contributor ("Commercial -Contributor") hereby agrees to defend and indemnify every other -Contributor ("Indemnified Contributor") against any losses, damages and -costs (collectively "Losses") arising from claims, lawsuits and other -legal actions brought by a third party against the Indemnified -Contributor to the extent caused by the acts or omissions of such -Commercial Contributor in connection with its distribution of the -Program in a commercial product offering. The obligations in this -section do not apply to any claims or Losses relating to any actual or -alleged intellectual property infringement. In order to qualify, an -Indemnified Contributor must: a) promptly notify the Commercial -Contributor in writing of such claim, and b) allow the Commercial -Contributor to control, and cooperate with the Commercial Contributor -in, the defense and any related settlement negotiations. The Indemnified -Contributor may participate in any such claim at its own expense. - -For example, a Contributor might include the Program in a commercial -product offering, Product X. That Contributor is then a Commercial -Contributor. If that Commercial Contributor then makes performance -claims, or offers warranties related to Product X, those performance -claims and warranties are such Commercial Contributor's responsibility -alone. Under this section, the Commercial Contributor would have to -defend claims against the other Contributors related to those -performance claims and warranties, and if a court requires any other -Contributor to pay any damages as a result, the Commercial Contributor -must pay those damages. - -*5. NO WARRANTY* - -EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED -ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, -EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES -OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR -A PARTICULAR PURPOSE. Each Recipient is solely responsible for -determining the appropriateness of using and distributing the Program -and assumes all risks associated with its exercise of rights under this -Agreement , including but not limited to the risks and costs of program -errors, compliance with applicable laws, damage to or loss of data, -programs or equipment, and unavailability or interruption of operations. - -*6. DISCLAIMER OF LIABILITY* - -EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR -ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING -WITHOUT LIMITATION LOST PROFITS), 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 OR -DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED -HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. - -*7. GENERAL* - -If any provision of this Agreement is invalid or unenforceable under -applicable law, it shall not affect the validity or enforceability of -the remainder of the terms of this Agreement, and without further action -by the parties hereto, such provision shall be reformed to the minimum -extent necessary to make such provision valid and enforceable. - -If Recipient institutes patent litigation against any entity (including -a cross-claim or counterclaim in a lawsuit) alleging that the Program -itself (excluding combinations of the Program with other software or -hardware) infringes such Recipient's patent(s), then such Recipient's -rights granted under Section 2(b) shall terminate as of the date such -litigation is filed. - -All Recipient's rights under this Agreement shall terminate if it fails -to comply with any of the material terms or conditions of this Agreement -and does not cure such failure in a reasonable period of time after -becoming aware of such noncompliance. If all Recipient's rights under -this Agreement terminate, Recipient agrees to cease use and distribution -of the Program as soon as reasonably practicable. However, Recipient's -obligations under this Agreement and any licenses granted by Recipient -relating to the Program shall continue and survive. - -Everyone is permitted to copy and distribute copies of this Agreement, -but in order to avoid inconsistency the Agreement is copyrighted and may -only be modified in the following manner. The Agreement Steward reserves -the right to publish new versions (including revisions) of this -Agreement from time to time. No one other than the Agreement Steward has -the right to modify this Agreement. The Eclipse Foundation is the -initial Agreement Steward. The Eclipse Foundation may assign the -responsibility to serve as the Agreement Steward to a suitable separate -entity. Each new version of the Agreement will be given a distinguishing -version number. The Program (including Contributions) may always be -distributed subject to the version of the Agreement under which it was -received. In addition, after a new version of the Agreement is -published, Contributor may elect to distribute the Program (including -its Contributions) under the new version. Except as expressly stated in -Sections 2(a) and 2(b) above, Recipient receives no rights or licenses -to the intellectual property of any Contributor under this Agreement, -whether expressly, by implication, estoppel or otherwise. All rights in -the Program not expressly granted under this Agreement are reserved. - -This Agreement is governed by the laws of the State of New York and the -intellectual property laws of the United States of America. No party to -this Agreement will bring a legal action under this Agreement more than -one year after the cause of action arose. Each party waives its rights -to a jury trial in any resulting litigation. - - -============================================================ -Notices for file(s): -/framework/bouncycastle-host.jar -/framework/bouncycastle-hostdex.jar ------------------------------------------------------------- -Copyright (c) 2000-2013 The Legion Of The Bouncy Castle (http://www.bouncycastle.org) - -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. - -============================================================ -Notices for file(s): -/framework/commons-compress-1.0.jar ------------------------------------------------------------- -Apache Commons Compress -Copyright 2002-2009 The Apache Software Foundation - -This product includes software developed by -The Apache Software Foundation (http://www.apache.org/). - -Original BZip2 classes contributed by Keiron Liddle -, Aftex Software to the Apache Ant project - -Original Tar classes from contributors of the Apache Ant project - -Original Zip classes from contributors of the Apache Ant project - -Original CPIO classes contributed by Markus Kuss and the jRPM project -(jrpm.sourceforge.net) - -============================================================ -Notices for file(s): -/lib/libbcc.so ------------------------------------------------------------- -========================== -NOTICE file for libbcc.git -========================== - -* NOTICE for lib/ExecutionEngine/, lib/ScriptCRT/, include and helper/. - - Copyright (c) 2005-2011, The Android Open Source Project - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - - - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - - -* NOTICE for runtime/ and lib/CodeGen/. - Note: The NOTICE is the same for another git project, external/llvm.git. - -============================================================================== -LLVM Release License -============================================================================== -University of Illinois/NCSA -Open Source License - -Copyright (c) 2003-2011 University of Illinois at Urbana-Champaign. -All rights reserved. - -Developed by: - - LLVM Team - - University of Illinois at Urbana-Champaign - - http://llvm.org - -Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the "Software"), to deal with -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: - - * Redistributions of source code must retain the above copyright notice, - this list of conditions and the following disclaimers. - - * Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimers in the - documentation and/or other materials provided with the distribution. - - * Neither the names of the LLVM Team, University of Illinois at - Urbana-Champaign, nor the names of its contributors may be used to - endorse or promote products derived from this Software without specific - prior written permission. - -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 -CONTRIBUTORS 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 WITH THE -SOFTWARE. - -============================================================================== -Copyrights and Licenses for Third Party Software Distributed with LLVM: -============================================================================== -The LLVM software contains code written by third parties. Such software will -have its own individual LICENSE.TXT file in the directory in which it appears. -This file will describe the copyrights, license, and restrictions which apply -to that code. - -The disclaimer of warranty in the University of Illinois Open Source License -applies to all code in the LLVM Distribution, and nothing in any of the -other licenses gives permission to use the names of the LLVM Team or the -University of Illinois to endorse or promote products derived from this -Software. - -The following pieces of software have additional or alternate copyrights, -licenses, and/or restrictions: - -Program Directory -------- --------- -Autoconf llvm/autoconf - llvm/projects/ModuleMaker/autoconf - llvm/projects/sample/autoconf -CellSPU backend llvm/lib/Target/CellSPU/README.txt -Google Test llvm/utils/unittest/googletest -OpenBSD regex llvm/lib/Support/{reg*, COPYRIGHT.regex} - - - -* NOTICE for tests/disassem.cpp and tests/disassem.h. - -/* $NetBSD: disassem.c,v 1.14 2003/03/27 16:58:36 mycroft Exp $ */ - -/*- - * Copyright (c) 1996 Mark Brinicombe. - * Copyright (c) 1996 Brini. - * - * 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. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by Brini. - * 4. The name of the company nor the name of the author may be used to - * endorse or promote products derived from this software without specific - * prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY BRINI ``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 BRINI 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. - * - * RiscBSD kernel project - * - * db_disasm.c - * - * Kernel disassembler - * - * Created : 10/02/96 - * - * Structured after the sparc/sparc/db_disasm.c by David S. Miller & - * Paul Kranenburg - * - * This code is not complete. Not all instructions are disassembled. - */ - -============================================================ -Notices for file(s): -/lib/libfdlibm.a ------------------------------------------------------------- -Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. - -Developed at SunSoft, a Sun Microsystems, Inc. business. -Permission to use, copy, modify, and distribute this -software is freely granted, provided that this notice -is preserved. - -============================================================ -Notices for file(s): -/bin/emulator-arm -/bin/emulator-mips -/bin/emulator-x86 -/bin/emulator -/bin/emulator64-arm -/bin/emulator64-mips -/bin/emulator64-x86 -/lib/emulator-common.a -/lib/emulator-libelff.a -/lib/emulator-libjpeg.a -/lib/emulator-libqemu.a -/lib/emulator-libui.a -/lib/emulator-target-arm.a -/lib/emulator-target-i386.a -/lib/emulator-target-mips.a -/lib/emulator64-common.a -/lib/emulator64-libelff.a -/lib/emulator64-libjpeg.a -/lib/emulator64-libqemu.a -/lib/emulator64-libui.a -/lib/emulator64-target-arm.a -/lib/emulator64-target-i386.a -/lib/emulator64-target-mips.a ------------------------------------------------------------- - GNU GENERAL PUBLIC LICENSE - Version 2, June 1991 - - Copyright (C) 1989, 1991 Free Software Foundation, Inc. - 675 Mass Ave, Cambridge, MA 02139, USA - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The licenses for most software are designed to take away your -freedom to share and change it. By contrast, the GNU General Public -License is intended to guarantee your freedom to share and change free -software--to make sure the software is free for all its users. This -General Public License applies to most of the Free Software -Foundation's software and to any other program whose authors commit to -using it. (Some other Free Software Foundation software is covered by -the GNU Library General Public License instead.) You can apply it to -your programs, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -this service if you wish), that you receive source code or can get it -if you want it, that you can change the software or use pieces of it -in new free programs; and that you know you can do these things. - - To protect your rights, we need to make restrictions that forbid -anyone to deny you these rights or to ask you to surrender the rights. -These restrictions translate to certain responsibilities for you if you -distribute copies of the software, or if you modify it. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must give the recipients all the rights that -you have. You must make sure that they, too, receive or can get the -source code. And you must show them these terms so they know their -rights. - - We protect your rights with two steps: (1) copyright the software, and -(2) offer you this license which gives you legal permission to copy, -distribute and/or modify the software. - - Also, for each author's protection and ours, we want to make certain -that everyone understands that there is no warranty for this free -software. If the software is modified by someone else and passed on, we -want its recipients to know that what they have is not the original, so -that any problems introduced by others will not reflect on the original -authors' reputations. - - Finally, any free program is threatened constantly by software -patents. We wish to avoid the danger that redistributors of a free -program will individually obtain patent licenses, in effect making the -program proprietary. To prevent this, we have made it clear that any -patent must be licensed for everyone's free use or not licensed at all. - - The precise terms and conditions for copying, distribution and -modification follow. - - GNU GENERAL PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. This License applies to any program or other work which contains -a notice placed by the copyright holder saying it may be distributed -under the terms of this General Public License. The "Program", below, -refers to any such program or work, and a "work based on the Program" -means either the Program or any derivative work under copyright law: -that is to say, a work containing the Program or a portion of it, -either verbatim or with modifications and/or translated into another -language. (Hereinafter, translation is included without limitation in -the term "modification".) Each licensee is addressed as "you". - -Activities other than copying, distribution and modification are not -covered by this License; they are outside its scope. The act of -running the Program is not restricted, and the output from the Program -is covered only if its contents constitute a work based on the -Program (independent of having been made by running the Program). -Whether that is true depends on what the Program does. - - 1. You may copy and distribute verbatim copies of the Program's -source code as you receive it, in any medium, provided that you -conspicuously and appropriately publish on each copy an appropriate -copyright notice and disclaimer of warranty; keep intact all the -notices that refer to this License and to the absence of any warranty; -and give any other recipients of the Program a copy of this License -along with the Program. - -You may charge a fee for the physical act of transferring a copy, and -you may at your option offer warranty protection in exchange for a fee. - - 2. You may modify your copy or copies of the Program or any portion -of it, thus forming a work based on the Program, and copy and -distribute such modifications or work under the terms of Section 1 -above, provided that you also meet all of these conditions: - - a) You must cause the modified files to carry prominent notices - stating that you changed the files and the date of any change. - - b) You must cause any work that you distribute or publish, that in - whole or in part contains or is derived from the Program or any - part thereof, to be licensed as a whole at no charge to all third - parties under the terms of this License. - - c) If the modified program normally reads commands interactively - when run, you must cause it, when started running for such - interactive use in the most ordinary way, to print or display an - announcement including an appropriate copyright notice and a - notice that there is no warranty (or else, saying that you provide - a warranty) and that users may redistribute the program under - these conditions, and telling the user how to view a copy of this - License. (Exception: if the Program itself is interactive but - does not normally print such an announcement, your work based on - the Program is not required to print an announcement.) - -These requirements apply to the modified work as a whole. If -identifiable sections of that work are not derived from the Program, -and can be reasonably considered independent and separate works in -themselves, then this License, and its terms, do not apply to those -sections when you distribute them as separate works. But when you -distribute the same sections as part of a whole which is a work based -on the Program, the distribution of the whole must be on the terms of -this License, whose permissions for other licensees extend to the -entire whole, and thus to each and every part regardless of who wrote it. - -Thus, it is not the intent of this section to claim rights or contest -your rights to work written entirely by you; rather, the intent is to -exercise the right to control the distribution of derivative or -collective works based on the Program. - -In addition, mere aggregation of another work not based on the Program -with the Program (or with a work based on the Program) on a volume of -a storage or distribution medium does not bring the other work under -the scope of this License. - - 3. You may copy and distribute the Program (or a work based on it, -under Section 2) in object code or executable form under the terms of -Sections 1 and 2 above provided that you also do one of the following: - - a) Accompany it with the complete corresponding machine-readable - source code, which must be distributed under the terms of Sections - 1 and 2 above on a medium customarily used for software interchange; or, - - b) Accompany it with a written offer, valid for at least three - years, to give any third party, for a charge no more than your - cost of physically performing source distribution, a complete - machine-readable copy of the corresponding source code, to be - distributed under the terms of Sections 1 and 2 above on a medium - customarily used for software interchange; or, - - c) Accompany it with the information you received as to the offer - to distribute corresponding source code. (This alternative is - allowed only for noncommercial distribution and only if you - received the program in object code or executable form with such - an offer, in accord with Subsection b above.) - -The source code for a work means the preferred form of the work for -making modifications to it. For an executable work, complete source -code means all the source code for all modules it contains, plus any -associated interface definition files, plus the scripts used to -control compilation and installation of the executable. However, as a -special exception, the source code distributed need not include -anything that is normally distributed (in either source or binary -form) with the major components (compiler, kernel, and so on) of the -operating system on which the executable runs, unless that component -itself accompanies the executable. - -If distribution of executable or object code is made by offering -access to copy from a designated place, then offering equivalent -access to copy the source code from the same place counts as -distribution of the source code, even though third parties are not -compelled to copy the source along with the object code. - - 4. You may not copy, modify, sublicense, or distribute the Program -except as expressly provided under this License. Any attempt -otherwise to copy, modify, sublicense or distribute the Program is -void, and will automatically terminate your rights under this License. -However, parties who have received copies, or rights, from you under -this License will not have their licenses terminated so long as such -parties remain in full compliance. - - 5. You are not required to accept this License, since you have not -signed it. However, nothing else grants you permission to modify or -distribute the Program or its derivative works. These actions are -prohibited by law if you do not accept this License. Therefore, by -modifying or distributing the Program (or any work based on the -Program), you indicate your acceptance of this License to do so, and -all its terms and conditions for copying, distributing or modifying -the Program or works based on it. - - 6. Each time you redistribute the Program (or any work based on the -Program), the recipient automatically receives a license from the -original licensor to copy, distribute or modify the Program subject to -these terms and conditions. You may not impose any further -restrictions on the recipients' exercise of the rights granted herein. -You are not responsible for enforcing compliance by third parties to -this License. - - 7. If, as a consequence of a court judgment or allegation of patent -infringement or for any other reason (not limited to patent issues), -conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot -distribute so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you -may not distribute the Program at all. For example, if a patent -license would not permit royalty-free redistribution of the Program by -all those who receive copies directly or indirectly through you, then -the only way you could satisfy both it and this License would be to -refrain entirely from distribution of the Program. - -If any portion of this section is held invalid or unenforceable under -any particular circumstance, the balance of the section is intended to -apply and the section as a whole is intended to apply in other -circumstances. - -It is not the purpose of this section to induce you to infringe any -patents or other property right claims or to contest validity of any -such claims; this section has the sole purpose of protecting the -integrity of the free software distribution system, which is -implemented by public license practices. Many people have made -generous contributions to the wide range of software distributed -through that system in reliance on consistent application of that -system; it is up to the author/donor to decide if he or she is willing -to distribute software through any other system and a licensee cannot -impose that choice. - -This section is intended to make thoroughly clear what is believed to -be a consequence of the rest of this License. - - 8. If the distribution and/or use of the Program is restricted in -certain countries either by patents or by copyrighted interfaces, the -original copyright holder who places the Program under this License -may add an explicit geographical distribution limitation excluding -those countries, so that distribution is permitted only in or among -countries not thus excluded. In such case, this License incorporates -the limitation as if written in the body of this License. - - 9. The Free Software Foundation may publish revised and/or new versions -of the General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - -Each version is given a distinguishing version number. If the Program -specifies a version number of this License which applies to it and "any -later version", you have the option of following the terms and conditions -either of that version or of any later version published by the Free -Software Foundation. If the Program does not specify a version number of -this License, you may choose any version ever published by the Free Software -Foundation. - - 10. If you wish to incorporate parts of the Program into other free -programs whose distribution conditions are different, write to the author -to ask for permission. For software which is copyrighted by the Free -Software Foundation, write to the Free Software Foundation; we sometimes -make exceptions for this. Our decision will be guided by the two goals -of preserving the free status of all derivatives of our free software and -of promoting the sharing and reuse of software generally. - - NO WARRANTY - - 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY -FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN -OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES -PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED -OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS -TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE -PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, -REPAIR OR CORRECTION. - - 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR -REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, -INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING -OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED -TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY -YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER -PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE -POSSIBILITY OF SUCH DAMAGES. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -convey the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. - - - Copyright (C) 19yy - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - -Also add information on how to contact you by electronic and paper mail. - -If the program is interactive, make it output a short notice like this -when it starts in an interactive mode: - - Gnomovision version 69, Copyright (C) 19yy name of author - Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, the commands you use may -be called something other than `show w' and `show c'; they could even be -mouse-clicks or menu items--whatever suits your program. - -You should also get your employer (if you work as a programmer) or your -school, if any, to sign a "copyright disclaimer" for the program, if -necessary. Here is a sample; alter the names: - - Yoyodyne, Inc., hereby disclaims all copyright interest in the program - `Gnomovision' (which makes passes at compilers) written by James Hacker. - - , 1 April 1989 - Ty Coon, President of Vice - -This General Public License does not permit incorporating your program into -proprietary programs. If your program is a subroutine library, you may -consider it more useful to permit linking proprietary applications with the -library. If this is what you want to do, use the GNU Library General -Public License instead of this License. - -============================================================ -Notices for file(s): -/framework/groovy-all-1.7.0.jar ------------------------------------------------------------- - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright [yyyy] [name of copyright owner] - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - -============================================================ -Notices for file(s): -/lib/libcorkscrew.so ------------------------------------------------------------- - - Copyright (c) 2011, The Android Open Source Project - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - - - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - -============================================================ -Notices for file(s): -/framework/liblzf.jar ------------------------------------------------------------- -Copyright (c) 2000-2009 Marc Alexander Lehmann - -Redistribution and use in source and binary forms, with or without modifica- -tion, 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 AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED -WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MER- -CHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO -EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPE- -CIAL, 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 OTH- -ERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED -OF THE POSSIBILITY OF SUCH DAMAGE. - -Alternatively, the following files carry an additional notice that -explicitly allows relicensing under the GPLv2: lzf.c lzf.h lzfP.h lzf_c.c -lzf_d.c - - -============================================================ -Notices for file(s): -/lib/libLLVM.so ------------------------------------------------------------- -============================================================================== -LLVM Release License -============================================================================== -University of Illinois/NCSA -Open Source License - -Copyright (c) 2003-2011 University of Illinois at Urbana-Champaign. -All rights reserved. - -Developed by: - - LLVM Team - - University of Illinois at Urbana-Champaign - - http://llvm.org - -Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the "Software"), to deal with -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: - - * Redistributions of source code must retain the above copyright notice, - this list of conditions and the following disclaimers. - - * Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimers in the - documentation and/or other materials provided with the distribution. - - * Neither the names of the LLVM Team, University of Illinois at - Urbana-Champaign, nor the names of its contributors may be used to - endorse or promote products derived from this Software without specific - prior written permission. - -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 -CONTRIBUTORS 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 WITH THE -SOFTWARE. - -============================================================================== -Copyrights and Licenses for Third Party Software Distributed with LLVM: -============================================================================== -The LLVM software contains code written by third parties. Such software will -have its own individual LICENSE.TXT file in the directory in which it appears. -This file will describe the copyrights, license, and restrictions which apply -to that code. - -The disclaimer of warranty in the University of Illinois Open Source License -applies to all code in the LLVM Distribution, and nothing in any of the -other licenses gives permission to use the names of the LLVM Team or the -University of Illinois to endorse or promote products derived from this -Software. - -The following pieces of software have additional or alternate copyrights, -licenses, and/or restrictions: - -Program Directory -------- --------- -Autoconf llvm/autoconf - llvm/projects/ModuleMaker/autoconf - llvm/projects/sample/autoconf -CellSPU backend llvm/lib/Target/CellSPU/README.txt -Google Test llvm/utils/unittest/googletest -OpenBSD regex llvm/lib/Support/{reg*, COPYRIGHT.regex} - -====================================================================== -== LICENSE.TXT for ./autoconf/LICENSE.TXT -====================================================================== - ------------------------------------------------------------------------------- -Autoconf Files ------------------------------------------------------------------------------- -All autoconf files are licensed under the LLVM license with the following -additions: - -llvm/autoconf/install-sh: - This script is licensed under the LLVM license, with the following - additional copyrights and restrictions: - - Copyright 1991 by the Massachusetts Institute of Technology - - Permission to use, copy, modify, distribute, and sell this software and its - documentation for any purpose is hereby granted without fee, provided that - the above copyright notice appear in all copies and that both that - copyright notice and this permission notice appear in supporting - documentation, and that the name of M.I.T. not be used in advertising or - publicity pertaining to distribution of the software without specific, - written prior permission. M.I.T. makes no representations about the - suitability of this software for any purpose. It is provided "as is" - without express or implied warranty. - -Please see the source files for additional copyrights. - - -====================================================================== -== LICENSE.TXT for ./projects/sample/autoconf/LICENSE.TXT -====================================================================== - ------------------------------------------------------------------------------- -Autoconf Files ------------------------------------------------------------------------------- -All autoconf files are licensed under the LLVM license with the following -additions: - -llvm/autoconf/install-sh: - This script is licensed under the LLVM license, with the following - additional copyrights and restrictions: - - Copyright 1991 by the Massachusetts Institute of Technology - - Permission to use, copy, modify, distribute, and sell this software and its - documentation for any purpose is hereby granted without fee, provided that - the above copyright notice appear in all copies and that both that - copyright notice and this permission notice appear in supporting - documentation, and that the name of M.I.T. not be used in advertising or - publicity pertaining to distribution of the software without specific, - written prior permission. M.I.T. makes no representations about the - suitability of this software for any purpose. It is provided "as is" - without express or implied warranty. - -Please see the source files for additional copyrights. - - -====================================================================== -== LICENSE.TXT for ./utils/unittest/googletest/LICENSE.TXT -====================================================================== - -Copyright 2008, Google 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: - - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * 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. - * Neither the name of Google Inc. nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. - -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 -OWNER 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. - -====================================================================== -== LICENSE.TXT for ./include/llvm/Support/LICENSE.TXT -====================================================================== - -LLVM System Interface Library -------------------------------------------------------------------------------- -The LLVM System Interface Library is licensed under the Illinois Open Source -License and has the following additional copyright: - -Copyright (C) 2004 eXtensible Systems, Inc. - -============================================================ -Notices for file(s): -/framework/doclava.jar ------------------------------------------------------------- - - Copyright (C) 2010 Google Inc. - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - - -====================================================================== - -jQuery 1.2.6 - New Wave Javascript - -Copyright (c) 2008 John Resig (jquery.com) -Dual licensed under the MIT (MIT-LICENSE.txt) -and GPL (GPL-LICENSE.txt) licenses. - -Copyright (c) 2009 John Resig, http://jquery.com/ - -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. - - -============================================================ -Notices for file(s): -/bin/sqlite3 -/lib/libsqlite.so ------------------------------------------------------------- -2001 September 15 - -The author disclaims copyright to this source code. In place of -a legal notice, here is a blessing: - - May you do good and not evil. - May you find forgiveness for yourself and forgive others. - May you share freely, never taking more than you give. - - -============================================================ -Notices for file(s): -/lib/libcrypto-host.so -/lib/libcrypto_static.a -/lib/libssl-host.so ------------------------------------------------------------- - - LICENSE ISSUES - ============== - - The OpenSSL toolkit stays under a dual license, i.e. both the conditions of - the OpenSSL License and the original SSLeay license apply to the toolkit. - See below for the actual license texts. Actually both licenses are BSD-style - Open Source licenses. In case of any license issues related to OpenSSL - please contact openssl-core@openssl.org. - - OpenSSL License - --------------- - -/* ==================================================================== - * Copyright (c) 1998-2011 The OpenSSL Project. 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. - * - * 3. All advertising materials mentioning features or use of this - * software must display the following acknowledgment: - * "This product includes software developed by the OpenSSL Project - * for use in the OpenSSL Toolkit. (http://www.openssl.org/)" - * - * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to - * endorse or promote products derived from this software without - * prior written permission. For written permission, please contact - * openssl-core@openssl.org. - * - * 5. Products derived from this software may not be called "OpenSSL" - * nor may "OpenSSL" appear in their names without prior written - * permission of the OpenSSL Project. - * - * 6. Redistributions of any form whatsoever must retain the following - * acknowledgment: - * "This product includes software developed by the OpenSSL Project - * for use in the OpenSSL Toolkit (http://www.openssl.org/)" - * - * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY - * EXPRESSED 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 OpenSSL PROJECT OR - * ITS 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. - * ==================================================================== - * - * This product includes cryptographic software written by Eric Young - * (eay@cryptsoft.com). This product includes software written by Tim - * Hudson (tjh@cryptsoft.com). - * - */ - - Original SSLeay License - ----------------------- - -/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) - * All rights reserved. - * - * This package is an SSL implementation written - * by Eric Young (eay@cryptsoft.com). - * The implementation was written so as to conform with Netscapes SSL. - * - * This library is free for commercial and non-commercial use as long as - * the following conditions are aheared to. The following conditions - * apply to all code found in this distribution, be it the RC4, RSA, - * lhash, DES, etc., code; not just the SSL code. The SSL documentation - * included with this distribution is covered by the same copyright terms - * except that the holder is Tim Hudson (tjh@cryptsoft.com). - * - * Copyright remains Eric Young's, and as such any Copyright notices in - * the code are not to be removed. - * If this package is used in a product, Eric Young should be given attribution - * as the author of the parts of the library used. - * This can be in the form of a textual message at program startup or - * in documentation (online or textual) provided with the package. - * - * 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 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. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * "This product includes cryptographic software written by - * Eric Young (eay@cryptsoft.com)" - * The word 'cryptographic' can be left out if the rouines from the library - * being used are not cryptographic related :-). - * 4. If you include any Windows specific code (or a derivative thereof) from - * the apps directory (application code) you must include an acknowledgement: - * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" - * - * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``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 AUTHOR 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. - * - * The licence and distribution terms for any publically available version or - * derivative of this code cannot be changed. i.e. this code cannot simply be - * copied and put under another distribution licence - * [including the GNU Public Licence.] - */ - - -============================================================ -Notices for file(s): -/lib/libexpat-host.so -/lib/libexpat.a ------------------------------------------------------------- -Copyright (c) 1998, 1999, 2000 Thai Open Source Software Center Ltd - and Clark Cooper -Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006 Expat maintainers. - -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. - -============================================================ -Notices for file(s): -/lib/libLLVMAnalysis.a ------------------------------------------------------------- -============================================================================== -LLVM Release License -============================================================================== -University of Illinois/NCSA -Open Source License - -Copyright (c) 2003-2011 University of Illinois at Urbana-Champaign. -All rights reserved. - -Developed by: - - LLVM Team - - University of Illinois at Urbana-Champaign - - http://llvm.org - -Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the "Software"), to deal with -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: - - * Redistributions of source code must retain the above copyright notice, - this list of conditions and the following disclaimers. - - * Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimers in the - documentation and/or other materials provided with the distribution. - - * Neither the names of the LLVM Team, University of Illinois at - Urbana-Champaign, nor the names of its contributors may be used to - endorse or promote products derived from this Software without specific - prior written permission. - -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 -CONTRIBUTORS 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 WITH THE -SOFTWARE. - -============================================================================== -Copyrights and Licenses for Third Party Software Distributed with LLVM: -============================================================================== -The LLVM software contains code written by third parties. Such software will -have its own individual LICENSE.TXT file in the directory in which it appears. -This file will describe the copyrights, license, and restrictions which apply -to that code. - -The disclaimer of warranty in the University of Illinois Open Source License -applies to all code in the LLVM Distribution, and nothing in any of the -other licenses gives permission to use the names of the LLVM Team or the -University of Illinois to endorse or promote products derived from this -Software. - -The following pieces of software have additional or alternate copyrights, -licenses, and/or restrictions: - -Program Directory -------- --------- -Autoconf llvm/autoconf - llvm/projects/ModuleMaker/autoconf - llvm/projects/sample/autoconf -CellSPU backend llvm/lib/Target/CellSPU/README.txt -Google Test llvm/utils/unittest/googletest -OpenBSD regex llvm/lib/Support/{reg*, COPYRIGHT.regex} - -============================================================ -Notices for file(s): -/framework/emmalib.jar ------------------------------------------------------------- -Common Public License - v 1.0 - -THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS COMMON PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S -ACCEPTANCE OF THIS AGREEMENT. - -1. DEFINITIONS - -"Contribution" means: - - a) in the case of the initial Contributor, the initial code and documentation distributed under this Agreement, and - b) in the case of each subsequent Contributor: - - i) changes to the Program, and - - ii) additions to the Program; - - where such changes and/or additions to the Program originate from and are distributed by that particular Contributor. A Contribution 'originates' from a Contributor if it was -added to the Program by such Contributor itself or anyone acting on such Contributor's behalf. Contributions do not include additions to the Program which: (i) are separate modules -of software distributed in conjunction with the Program under their own license agreement, and (ii) are not derivative works of the Program. - -"Contributor" means any person or entity that distributes the Program. - -"Licensed Patents " mean patent claims licensable by a Contributor which are necessarily infringed by the use or sale of its Contribution alone or when combined with the Program. - -"Program" means the Contributions distributed in accordance with this Agreement. - -"Recipient" means anyone who receives the Program under this Agreement, including all Contributors. - -2. GRANT OF RIGHTS - - a) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare derivative -works of, publicly display, publicly perform, distribute and sublicense the Contribution of such Contributor, if any, and such derivative works, in source code and object code form. - - b) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed Patents to make, -use, sell, offer to sell, import and otherwise transfer the Contribution of such Contributor, if any, in source code and object code form. This patent license shall apply to the -combination of the Contribution and the Program if, at the time the Contribution is added by the Contributor, such addition of the Contribution causes such combination to be covered -by the Licensed Patents. The patent license shall not apply to any other combinations which include the Contribution. No hardware per se is licensed hereunder. - - c) Recipient understands that although each Contributor grants the licenses to its Contributions set forth herein, no assurances are provided by any Contributor that the -Program does not infringe the patent or other intellectual property rights of any other entity. Each Contributor disclaims any liability to Recipient for claims brought by any other -entity based on infringement of intellectual property rights or otherwise. As a condition to exercising the rights and licenses granted hereunder, each Recipient hereby assumes sole -responsibility to secure any other intellectual property rights needed, if any. For example, if a third party patent license is required to allow Recipient to distribute the -Program, it is Recipient's responsibility to acquire that license before distributing the Program. - - d) Each Contributor represents that to its knowledge it has sufficient copyright rights in its Contribution, if any, to grant the copyright license set forth in this -Agreement. - -3. REQUIREMENTS - -A Contributor may choose to distribute the Program in object code form under its own license agreement, provided that: - - a) it complies with the terms and conditions of this Agreement; and - - b) its license agreement: - - i) effectively disclaims on behalf of all Contributors all warranties and conditions, express and implied, including warranties or conditions of title and non-infringement, -and implied warranties or conditions of merchantability and fitness for a particular purpose; - - ii) effectively excludes on behalf of all Contributors all liability for damages, including direct, indirect, special, incidental and consequential damages, such as lost -profits; - - iii) states that any provisions which differ from this Agreement are offered by that Contributor alone and not by any other party; and - - iv) states that source code for the Program is available from such Contributor, and informs licensees how to obtain it in a reasonable manner on or through a medium -customarily used for software exchange. - -When the Program is made available in source code form: - - a) it must be made available under this Agreement; and - - b) a copy of this Agreement must be included with each copy of the Program. - -Contributors may not remove or alter any copyright notices contained within the Program. - -Each Contributor must identify itself as the originator of its Contribution, if any, in a manner that reasonably allows subsequent Recipients to identify the originator of the -Contribution. - -4. COMMERCIAL DISTRIBUTION - -Commercial distributors of software may accept certain responsibilities with respect to end users, business partners and the like. While this license is intended to facilitate the -commercial use of the Program, the Contributor who includes the Program in a commercial product offering should do so in a manner which does not create potential liability for other -Contributors. Therefore, if a Contributor includes the Program in a commercial product offering, such Contributor ("Commercial Contributor") hereby agrees to defend and indemnify -every other Contributor ("Indemnified Contributor") against any losses, damages and costs (collectively "Losses") arising from claims, lawsuits and other legal actions brought by a -third party against the Indemnified Contributor to the extent caused by the acts or omissions of such Commercial Contributor in connection with its distribution of the Program in a -commercial product offering. The obligations in this section do not apply to any claims or Losses relating to any actual or alleged intellectual property infringement. In order to -qualify, an Indemnified Contributor must: a) promptly notify the Commercial Contributor in writing of such claim, and b) allow the Commercial Contributor to control, and cooperate -with the Commercial Contributor in, the defense and any related settlement negotiations. The Indemnified Contributor may participate in any such claim at its own expense. - -For example, a Contributor might include the Program in a commercial product offering, Product X. That Contributor is then a Commercial Contributor. If that Commercial Contributor -then makes performance claims, or offers warranties related to Product X, those performance claims and warranties are such Commercial Contributor's responsibility alone. Under this -section, the Commercial Contributor would have to defend claims against the other Contributors related to those performance claims and warranties, and if a court requires any other -Contributor to pay any damages as a result, the Commercial Contributor must pay those damages. - -5. NO WARRANTY - -EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, -WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely responsible for -determining the appropriateness of using and distributing the Program and assumes all risks associated with its exercise of rights under this Agreement, including but not limited to -the risks and costs of program errors, compliance with applicable laws, damage to or loss of data, programs or equipment, and unavailability or interruption of operations. - -6. DISCLAIMER OF LIABILITY - -EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR -CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), 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 OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH -DAMAGES. - -7. GENERAL - -If any provision of this Agreement is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this -Agreement, and without further action by the parties hereto, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable. - -If Recipient institutes patent litigation against a Contributor with respect to a patent applicable to software (including a cross-claim or counterclaim in a lawsuit), then any -patent licenses granted by that Contributor to such Recipient under this Agreement shall terminate as of the date such litigation is filed. In addition, if Recipient institutes -patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Program itself (excluding combinations of the Program with other -software or hardware) infringes such Recipient's patent(s), then such Recipient's rights granted under Section 2(b) shall terminate as of the date such litigation is filed. - -All Recipient's rights under this Agreement shall terminate if it fails to comply with any of the material terms or conditions of this Agreement and does not cure such failure in a -reasonable period of time after becoming aware of such noncompliance. If all Recipient's rights under this Agreement terminate, Recipient agrees to cease use and distribution of the -Program as soon as reasonably practicable. However, Recipient's obligations under this Agreement and any licenses granted by Recipient relating to the Program shall continue and -survive. - -Everyone is permitted to copy and distribute copies of this Agreement, but in order to avoid inconsistency the Agreement is copyrighted and may only be modified in the following -manner. The Agreement Steward reserves the right to publish new versions (including revisions) of this Agreement from time to time. No one other than the Agreement Steward has the -right to modify this Agreement. IBM is the initial Agreement Steward. IBM may assign the responsibility to serve as the Agreement Steward to a suitable separate entity. Each new -version of the Agreement will be given a distinguishing version number. The Program (including Contributions) may always be distributed subject to the version of the Agreement under -which it was received. In addition, after a new version of the Agreement is published, Contributor may elect to distribute the Program (including its Contributions) under the new -version. Except as expressly stated in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to the intellectual property of any Contributor under this Agreement, -whether expressly, by implication, estoppel or otherwise. All rights in the Program not expressly granted under this Agreement are reserved. - -This Agreement is governed by the laws of the State of New York and the intellectual property laws of the United States of America. No party to this Agreement will bring a legal -action under this Agreement more than one year after the cause of action arose. Each party waives its rights to a jury trial in any resulting litigation. - -============================================================ -Notices for file(s): -/lib/libselinux.a ------------------------------------------------------------- -This library (libselinux) is public domain software, i.e. not copyrighted. - -Warranty Exclusion ------------------- -You agree that this software is a -non-commercially developed program that may contain "bugs" (as that -term is used in the industry) and that it may not function as intended. -The software is licensed "as is". NSA makes no, and hereby expressly -disclaims all, warranties, express, implied, statutory, or otherwise -with respect to the software, including noninfringement and the implied -warranties of merchantability and fitness for a particular purpose. - -Limitation of Liability ------------------------ -In no event will NSA be liable for any damages, including loss of data, -lost profits, cost of cover, or other special, incidental, -consequential, direct or indirect damages arising from the software or -the use thereof, however caused and on any theory of liability. This -limitation will apply even if NSA has been advised of the possibility -of such damage. You acknowledge that this is a reasonable allocation of -risk. - -============================================================ -Notices for file(s): -/framework/org-netbeans-api-visual.jar -/framework/org-openide-util.jar ------------------------------------------------------------- -The GNU General Public License (GPL) Version 2, June 1991 - -Copyright (C) 1989, 1991 Free Software Foundation, Inc. - -59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - -Everyone is permitted to copy and distribute verbatim copies -of this license document, but changing it is not allowed. - -Preamble - -The licenses for most software are designed to take away -your freedom to share and change it. By contrast, the GNU -General Public License is intended to guarantee your freedom -to share and change free software--to make sure the software -is free for all its users. This General Public License -applies to most of the Free Software Foundation's software -and to any other program whose authors commit to using it. -(Some other Free Software Foundation software is covered by -the GNU Library General Public License instead.) You can -apply it to your programs, too. When we speak of free -software, we are referring to freedom, not price. Our -General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and -charge for this service if you wish), that you receive -source code or can get it if you want it, that you can -change the software or use pieces of it in new free -programs; and that you know you can do these things. To -protect your rights, we need to make restrictions that -forbid anyone to deny you these rights or to ask you to -surrender the rights. These restrictions translate to -certain responsibilities for you if you distribute copies of -the software, or if you modify it. - -For example, if you distribute copies of such a program, -whether gratis or for a fee, you must give the recipients -all the rights that you have. You must make sure that they, -too, receive or can get the source code. And you must show -them these terms so they know their rights. - -We protect your rights with two steps: (1) copyright the -software, and (2) offer you this license which gives you -legal permission to copy, distribute and/or modify the -software. - -Also, for each author's protection and ours, we want to make -certain that everyone understands that there is no warranty -for this free software. If the software is modified by -someone else and passed on, we want its recipients to know -that what they have is not the original, so that any -problems introduced by others will not reflect on the -original authors' reputations. - -Finally, any free program is threatened constantly by -software patents. We wish to avoid the danger that -redistributors of a free program will individually obtain -patent licenses, in effect making the program proprietary. -To prevent this, we have made it clear that any patent must -be licensed for everyone's free use or not licensed at all. - -The precise terms and conditions for copying, distribution -and modification follow. - -TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND -MODIFICATION - -0. This License applies to any program or other work which -contains a notice placed by the copyright holder saying it -may be distributed under the terms of this General Public -License. The "Program", below, refers to any such program or -work, and a "work based on the Program" means either the -Program or any derivative work under copyright law: that is -to say, a work containing the Program or a portion of it, -either verbatim or with modifications and/or translated into -another language. (Hereinafter, translation is included -without limitation in the term "modification".) Each -licensee is addressed as "you". - -Activities other than copying, distribution and modification -are not covered by this License; they are outside its scope. -The act of running the Program is not restricted, and the -output from the Program is covered only if its contents -constitute a work based on the Program (independent of -having been made by running the Program). Whether that is -true depends on what the Program does. - -1. You may copy and distribute verbatim copies of the -Program's source code as you receive it, in any medium, -provided that you conspicuously and appropriately publish on -each copy an appropriate copyright notice and disclaimer of -warranty; keep intact all the notices that refer to this -License and to the absence of any warranty; and give any -other recipients of the Program a copy of this License along -with the Program. - -You may charge a fee for the physical act of transferring a -copy, and you may at your option offer warranty protection -in exchange for a fee. - -2. You may modify your copy or copies of the Program or any -portion of it, thus forming a work based on the Program, and -copy and distribute such modifications or work under the -terms of Section 1 above, provided that you also meet all of -these conditions: - -a) You must cause the modified files to carry prominent -notices stating that you changed the files and the date of -any change. - -b) You must cause any work that you distribute or publish, -that in whole or in part contains or is derived from the -Program or any part thereof, to be licensed as a whole at no -charge to all third parties under the terms of this License. - -c) If the modified program normally reads commands -interactively when run, you must cause it, when started -running for such interactive use in the most ordinary way, -to print or display an announcement including an appropriate -copyright notice and a notice that there is no warranty (or -else, saying that you provide a warranty) and that users may -redistribute the program under these conditions, and telling -the user how to view a copy of this License. (Exception: if -the Program itself is interactive but does not normally -print such an announcement, your work based on the Program -is not required to print an announcement.) - -These requirements apply to the modified work as a whole. If -identifiable sections of that work are not derived from the -Program, and can be reasonably considered independent and -separate works in themselves, then this License, and its -terms, do not apply to those sections when you distribute -them as separate works. But when you distribute the same -sections as part of a whole which is a work based on the -Program, the distribution of the whole must be on the terms -of this License, whose permissions for other licensees -extend to the entire whole, and thus to each and every part -regardless of who wrote it. - -Thus, it is not the intent of this section to claim rights -or contest your rights to work written entirely by you; -rather, the intent is to exercise the right to control the -distribution of derivative or collective works based on the -Program. In addition, mere aggregation of another work not -based on the Program with the Program (or with a work based -on the Program) on a volume of a storage or distribution -medium does not bring the other work under the scope of this -License. - -3. You may copy and distribute the Program (or a work based -on it, under Section 2) in object code or executable form -under the terms of Sections 1 and 2 above provided that you -also do one of the following: - -a) Accompany it with the complete corresponding -machine-readable source code, which must be distributed -under the terms of Sections 1 and 2 above on a medium -customarily used for software interchange; or, - -b) Accompany it with a written offer, valid for at least -three years, to give any third party, for a charge no more -than your cost of physically performing source distribution, -a complete machine-readable copy of the corresponding source -code, to be distributed under the terms of Sections 1 and 2 -above on a medium customarily used for software interchange; -or, - -c) Accompany it with the information you received as to the -offer to distribute corresponding source code. (This -alternative is allowed only for noncommercial distribution -and only if you received the program in object code or -executable form with such an offer, in accord with -Subsection b above.) - -The source code for a work means the preferred form of the -work for making modifications to it. For an executable work, -complete source code means all the source code for all -modules it contains, plus any associated interface -definition files, plus the scripts used to control -compilation and installation of the executable. However, as -a special exception, the source code distributed need not -include anything that is normally distributed (in either -source or binary form) with the major components (compiler, -kernel, and so on) of the operating system on which the -executable runs, unless that component itself accompanies -the executable. If distribution of executable or object code -is made by offering access to copy from a designated place, -then offering equivalent access to copy the source code from -the same place counts as distribution of the source code, -even though third parties are not compelled to copy the -source along with the object code. - -4. You may not copy, modify, sublicense, or distribute the -Program except as expressly provided under this License. Any -attempt otherwise to copy, modify, sublicense or distribute -the Program is void, and will automatically terminate your -rights under this License. However, parties who have -received copies, or rights, from you under this License will -not have their licenses terminated so long as such parties -remain in full compliance. - -5. You are not required to accept this License, since you -have not signed it. However, nothing else grants you -permission to modify or distribute the Program or its -derivative works. These actions are prohibited by law if you -do not accept this License. Therefore, by modifying or -distributing the Program (or any work based on the Program), -you indicate your acceptance of this License to do so, and -all its terms and conditions for copying, distributing or -modifying the Program or works based on it. - -6. Each time you redistribute the Program (or any work based -on the Program), the recipient automatically receives a -license from the original licensor to copy, distribute or -modify the Program subject to these terms and conditions. -You may not impose any further restrictions on the -recipients' exercise of the rights granted herein. You are -not responsible for enforcing compliance by third parties to -this License. - -7. If, as a consequence of a court judgment or allegation of -patent infringement or for any other reason (not limited to -patent issues), conditions are imposed on you (whether by -court order, agreement or otherwise) that contradict the -conditions of this License, they do not excuse you from the -conditions of this License. If you cannot distribute so as -to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a -consequence you may not distribute the Program at all. For -example, if a patent license would not permit royalty-free -redistribution of the Program by all those who receive -copies directly or indirectly through you, then the only way -you could satisfy both it and this License would be to -refrain entirely from distribution of the Program. - -If any portion of this section is held invalid or -unenforceable under any particular circumstance, the balance -of the section is intended to apply and the section as a -whole is intended to apply in other circumstances. It is not -the purpose of this section to induce you to infringe any -patents or other property right claims or to contest -validity of any such claims; this section has the sole -purpose of protecting the integrity of the free software -distribution system, which is implemented by public license -practices. Many people have made generous contributions to -the wide range of software distributed through that system -in reliance on consistent application of that system; it is -up to the author/donor to decide if he or she is willing to -distribute software through any other system and a licensee -cannot impose that choice. - -This section is intended to make thoroughly clear what is -believed to be a consequence of the rest of this License. - -8. If the distribution and/or use of the Program is -restricted in certain countries either by patents or by -copyrighted interfaces, the original copyright holder who -places the Program under this License may add an explicit -geographical distribution limitation excluding those -countries, so that distribution is permitted only in or -among countries not thus excluded. In such case, this -License incorporates the limitation as if written in the -body of this License. - -9. The Free Software Foundation may publish revised and/or -new versions of the General Public License from time to -time. Such new versions will be similar in spirit to the -present version, but may differ in detail to address new -problems or concerns. - -Each version is given a distinguishing version number. If -the Program specifies a version number of this License which -applies to it and "any later version", you have the option -of following the terms and conditions either of that version -or of any later version published by the Free Software -Foundation. If the Program does not specify a version number -of this License, you may choose any version ever published -by the Free Software Foundation. - -10. If you wish to incorporate parts of the Program into -other free programs whose distribution conditions are -different, write to the author to ask for permission. For -software which is copyrighted by the Free Software -Foundation, write to the Free Software Foundation; we -sometimes make exceptions for this. Our decision will be -guided by the two goals of preserving the free status of all -derivatives of our free software and of promoting the -sharing and reuse of software generally. - -NO WARRANTY - -11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS -NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY -APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE -COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM -"AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR -IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE -OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE -DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, -REPAIR OR CORRECTION. - -12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED -TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY -WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED -ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, -SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF -THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT -LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR -LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE -PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH -HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF -SUCH DAMAGES. - -END OF TERMS AND CONDITIONS - -How to Apply These Terms to Your New Programs - -If you develop a new program, and you want it to be of the -greatest possible use to the public, the best way to achieve -this is to make it free software which everyone can -redistribute and change under these terms. - -To do so, attach the following notices to the program. It is -safest to attach them to the start of each source file to -most effectively convey the exclusion of warranty; and each -file should have at least the "copyright" line and a pointer -to where the full notice is found. - -One line to give the program's name and a brief idea of what -it does. - -Copyright (C) -This program is free software; you can redistribute it -and/or modify it under the terms of the GNU General Public -License as published by the Free Software Foundation; either -version 2 of the License, or (at your option) any later -version. This program is distributed in the hope that it -will be useful, but WITHOUT ANY WARRANTY; without even the -implied warranty of MERCHANTABILITY or FITNESS FOR A -PARTICULAR PURPOSE. See the GNU General Public License for -more details. You should have received a copy of the GNU -General Public License along with this program; if not, -write to the Free Software Foundation, Inc., 59 Temple -Place, Suite 330, Boston, MA 02111-1307 USA - -Also add information on how to contact you by electronic and -paper mail. If the program is interactive, make it output a -short notice like this when it starts in an interactive -mode: - -Gnomovision version 69, Copyright (C) year name of author -Gnomovision comes with ABSOLUTELY NO WARRANTY; for details -type `show w'. This is free software, and you are welcome to -redistribute it under certain conditions; type `show c' for -details. The hypothetical commands `show w' and `show c' -should show the appropriate parts of the General Public -License. Of course, the commands you use may be called -something other than `show w' and `show c'; they could even -be mouse-clicks or menu items--whatever suits your program. - -You should also get your employer (if you work as a -programmer) or your school, if any, to sign a "copyright -disclaimer" for the program, if necessary. Here is a sample; -alter the names: - -Yoyodyne, Inc., hereby disclaims all copyright interest in -the program `Gnomovision' (which makes passes at compilers) -written by James Hacker. - -signature of Ty Coon, 1 April 1989 -Ty Coon, President of Vice -This General Public License does not permit incorporating -your program into proprietary programs. If your program is a -subroutine library, you may consider it more useful to -permit linking proprietary applications with the library. If -this is what you want to do, use the GNU Library General -Public License instead of this License. - -"CLASSPATH" EXCEPTION TO THE GPL VERSION 2 - -Certain source files distributed by Sun Microsystems, Inc. -are subject to the following clarification and special -exception to the GPL Version 2, but only where Sun has -expressly included in the particular source file's header -the words "Sun designates this particular file as subject -to the "Classpath" exception as provided by Sun in the -License file that accompanied this code." - - Linking this library statically or dynamically with other -modules is making a combined work based on this library. -Thus, the terms and conditions of the GNU General Public -License Version 2 cover the whole combination. - - As a special exception, the copyright holders of this -library give you permission to link this library with -independent modules to produce an executable, regardless of -the license terms of these independent modules, and to copy -and distribute the resulting executable under terms of your -choice, provided that you also meet, for each linked -independent module, the terms and conditions of the license -of that module. An independent module is a module which is -not derived from or based on this library. If you modify -this library, you may extend this exception to your version -of the library, but you are not obligated to do so. If you -do not wish to do so, delete this exception statement from -your version. -============================================================ -Notices for file(s): -/bin/adb ------------------------------------------------------------- - - Copyright (c) 2006-2009, The Android Open Source Project - Copyright 2006, Brian Swetland - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - - - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - -============================================================ -Notices for file(s): -/framework/apache-xml-hostdex.jar ------------------------------------------------------------- - ========================================================================= - == NOTICE file corresponding to section 4(d) of the Apache License, == - == Version 2.0, in this case for the Apache Xalan Java distribution. == - ========================================================================= - - Apache Xalan (Xalan XSLT processor) - Copyright 1999-2006 The Apache Software Foundation - - Apache Xalan (Xalan serializer) - Copyright 1999-2006 The Apache Software Foundation - - This product includes software developed at - The Apache Software Foundation (http://www.apache.org/). - - ========================================================================= - Portions of this software was originally based on the following: - - software copyright (c) 1999-2002, Lotus Development Corporation., - http://www.lotus.com. - - software copyright (c) 2001-2002, Sun Microsystems., - http://www.sun.com. - - software copyright (c) 2003, IBM Corporation., - http://www.ibm.com. - - ========================================================================= - The binary distribution package (ie. jars, samples and documentation) of - this product includes software developed by the following: - - - The Apache Software Foundation - - Xerces Java - see LICENSE.txt - - JAXP 1.3 APIs - see LICENSE.txt - - Bytecode Engineering Library - see LICENSE.txt - - Regular Expression - see LICENSE.txt - - - Scott Hudson, Frank Flannery, C. Scott Ananian - - CUP Parser Generator runtime (javacup\runtime) - see LICENSE.txt - - ========================================================================= - The source distribution package (ie. all source and tools required to build - Xalan Java) of this product includes software developed by the following: - - - The Apache Software Foundation - - Xerces Java - see LICENSE.txt - - JAXP 1.3 APIs - see LICENSE.txt - - Bytecode Engineering Library - see LICENSE.txt - - Regular Expression - see LICENSE.txt - - Ant - see LICENSE.txt - - Stylebook doc tool - see LICENSE.txt - - - Elliot Joel Berk and C. Scott Ananian - - Lexical Analyzer Generator (JLex) - see LICENSE.txt - - ========================================================================= - Apache Xerces Java - Copyright 1999-2006 The Apache Software Foundation - - This product includes software developed at - The Apache Software Foundation (http://www.apache.org/). - - Portions of Apache Xerces Java in xercesImpl.jar and xml-apis.jar - were originally based on the following: - - software copyright (c) 1999, IBM Corporation., http://www.ibm.com. - - software copyright (c) 1999, Sun Microsystems., http://www.sun.com. - - voluntary contributions made by Paul Eng on behalf of the - Apache Software Foundation that were originally developed at iClick, Inc., - software copyright (c) 1999. - - ========================================================================= - Apache xml-commons xml-apis (redistribution of xml-apis.jar) - - Apache XML Commons - Copyright 2001-2003,2006 The Apache Software Foundation. - - This product includes software developed at - The Apache Software Foundation (http://www.apache.org/). - - Portions of this software were originally based on the following: - - software copyright (c) 1999, IBM Corporation., http://www.ibm.com. - - software copyright (c) 1999, Sun Microsystems., http://www.sun.com. - - software copyright (c) 2000 World Wide Web Consortium, http://www.w3.org - - -============================================================ -Notices for file(s): -/bin/llvm-rs-cc -/bin/rs-spec-gen -/lib/libslang.a ------------------------------------------------------------- -========================= -NOTICE file for slang.git -========================= - - Copyright (c) 2005-2011, The Android Open Source Project - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - - - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - - -=========================================== -NOTICE file for external/clang (clang.git). -Note: libclang*.a are statically linked. -=========================================== - -============================================================================== -LLVM Release License -============================================================================== -University of Illinois/NCSA -Open Source License - -Copyright (c) 2007-2011 University of Illinois at Urbana-Champaign. -All rights reserved. - -Developed by: - - LLVM Team - - University of Illinois at Urbana-Champaign - - http://llvm.org - -Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the "Software"), to deal with -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: - - * Redistributions of source code must retain the above copyright notice, - this list of conditions and the following disclaimers. - - * Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimers in the - documentation and/or other materials provided with the distribution. - - * Neither the names of the LLVM Team, University of Illinois at - Urbana-Champaign, nor the names of its contributors may be used to - endorse or promote products derived from this Software without specific - prior written permission. - -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 -CONTRIBUTORS 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 WITH THE -SOFTWARE. - -============================================================================== -The LLVM software contains code written by third parties. Such software will -have its own individual LICENSE.TXT file in the directory in which it appears. -This file will describe the copyrights, license, and restrictions which apply -to that code. - -The disclaimer of warranty in the University of Illinois Open Source License -applies to all code in the LLVM Distribution, and nothing in any of the -other licenses gives permission to use the names of the LLVM Team or the -University of Illinois to endorse or promote products derived from this -Software. - -The following pieces of software have additional or alternate copyrights, -licenses, and/or restrictions: - -Program Directory -------- --------- - - - - -========================================= -NOTICE file for external/llvm (llvm.git). -Note: libLLVM*.a are statically linked. -========================================= - -============================================================================== -LLVM Release License -============================================================================== -University of Illinois/NCSA -Open Source License - -Copyright (c) 2003-2011 University of Illinois at Urbana-Champaign. -All rights reserved. - -Developed by: - - LLVM Team - - University of Illinois at Urbana-Champaign - - http://llvm.org - -Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the "Software"), to deal with -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: - - * Redistributions of source code must retain the above copyright notice, - this list of conditions and the following disclaimers. - - * Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimers in the - documentation and/or other materials provided with the distribution. - - * Neither the names of the LLVM Team, University of Illinois at - Urbana-Champaign, nor the names of its contributors may be used to - endorse or promote products derived from this Software without specific - prior written permission. - -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 -CONTRIBUTORS 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 WITH THE -SOFTWARE. - -============================================================================== -Copyrights and Licenses for Third Party Software Distributed with LLVM: -============================================================================== -The LLVM software contains code written by third parties. Such software will -have its own individual LICENSE.TXT file in the directory in which it appears. -This file will describe the copyrights, license, and restrictions which apply -to that code. - -The disclaimer of warranty in the University of Illinois Open Source License -applies to all code in the LLVM Distribution, and nothing in any of the -other licenses gives permission to use the names of the LLVM Team or the -University of Illinois to endorse or promote products derived from this -Software. - -The following pieces of software have additional or alternate copyrights, -licenses, and/or restrictions: - -Program Directory -------- --------- -Autoconf llvm/autoconf - llvm/projects/ModuleMaker/autoconf - llvm/projects/sample/autoconf -CellSPU backend llvm/lib/Target/CellSPU/README.txt -Google Test llvm/utils/unittest/googletest -OpenBSD regex llvm/lib/Support/{reg*, COPYRIGHT.regex} - -============================================================ -Notices for file(s): -/bin/minigzip -/lib/libunz.a -/lib/libz-host.so -/lib/libz.a ------------------------------------------------------------- - (C) 1995-2013 Jean-loup Gailly and Mark Adler - - This software is provided 'as-is', without any express or implied - warranty. In no event will the authors be held liable for any damages - arising from the use of this software. - - Permission is granted to anyone to use this software for any purpose, - including commercial applications, and to alter it and redistribute it - freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. - - Jean-loup Gailly Mark Adler - jloup@gzip.org madler@alumni.caltech.edu - -============================================================ -Notices for file(s): -/bin/mksnapshot.arm ------------------------------------------------------------- -Copyright (c) 1994-2006 Sun Microsystems 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: - -- Redistributions of source code must retain the above copyright notice, -this list of conditions and the following disclaimer. - -- Redistribution 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. - -- Neither the name of Sun Microsystems or the names of contributors may -be used to endorse or promote products derived from this software without -specific prior written permission. - -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 OWNER 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. - -The original source code covered by the above license above has been -modified significantly by Google Inc. -Copyright 2006-2008 the V8 project authors. All rights reserved. - -============================================================ -Notices for file(s): -/lib/libpng.a ------------------------------------------------------------- - -This copy of the libpng notices is provided for your convenience. In case of -any discrepancy between this copy and the notices in the file png.h that is -included in the libpng distribution, the latter shall prevail. - -COPYRIGHT NOTICE, DISCLAIMER, and LICENSE: - -If you modify libpng you may insert additional notices immediately following -this sentence. - -This code is released under the libpng license. - -libpng versions 1.2.6, August 15, 2004, through 1.2.46, July 9, 2011, are -Copyright (c) 2004, 2006-2009 Glenn Randers-Pehrson, and are -distributed according to the same disclaimer and license as libpng-1.2.5 -with the following individual added to the list of Contributing Authors - - Cosmin Truta - -libpng versions 1.0.7, July 1, 2000, through 1.2.5 - October 3, 2002, are -Copyright (c) 2000-2002 Glenn Randers-Pehrson, and are -distributed according to the same disclaimer and license as libpng-1.0.6 -with the following individuals added to the list of Contributing Authors - - Simon-Pierre Cadieux - Eric S. Raymond - Gilles Vollant - -and with the following additions to the disclaimer: - - There is no warranty against interference with your enjoyment of the - library or against infringement. There is no warranty that our - efforts or the library will fulfill any of your particular purposes - or needs. This library is provided with all faults, and the entire - risk of satisfactory quality, performance, accuracy, and effort is with - the user. - -libpng versions 0.97, January 1998, through 1.0.6, March 20, 2000, are -Copyright (c) 1998, 1999 Glenn Randers-Pehrson, and are -distributed according to the same disclaimer and license as libpng-0.96, -with the following individuals added to the list of Contributing Authors: - - Tom Lane - Glenn Randers-Pehrson - Willem van Schaik - -libpng versions 0.89, June 1996, through 0.96, May 1997, are -Copyright (c) 1996, 1997 Andreas Dilger -Distributed according to the same disclaimer and license as libpng-0.88, -with the following individuals added to the list of Contributing Authors: - - John Bowler - Kevin Bracey - Sam Bushell - Magnus Holmgren - Greg Roelofs - Tom Tanner - -libpng versions 0.5, May 1995, through 0.88, January 1996, are -Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc. - -For the purposes of this copyright and license, "Contributing Authors" -is defined as the following set of individuals: - - Andreas Dilger - Dave Martindale - Guy Eric Schalnat - Paul Schmidt - Tim Wegner - -The PNG Reference Library is supplied "AS IS". The Contributing Authors -and Group 42, Inc. disclaim all warranties, expressed or implied, -including, without limitation, the warranties of merchantability and of -fitness for any purpose. The Contributing Authors and Group 42, Inc. -assume no liability for direct, indirect, incidental, special, exemplary, -or consequential damages, which may result from the use of the PNG -Reference Library, even if advised of the possibility of such damage. - -Permission is hereby granted to use, copy, modify, and distribute this -source code, or portions hereof, for any purpose, without fee, subject -to the following restrictions: - -1. The origin of this source code must not be misrepresented. - -2. Altered versions must be plainly marked as such and must not - be misrepresented as being the original source. - -3. This Copyright notice may not be removed or altered from any - source or altered source distribution. - -The Contributing Authors and Group 42, Inc. specifically permit, without -fee, and encourage the use of this source code as a component to -supporting the PNG file format in commercial products. If you use this -source code in a product, acknowledgment is not required but would be -appreciated. - - -A "png_get_copyright" function is available, for convenient use in "about" -boxes and the like: - - printf("%s",png_get_copyright(NULL)); - -Also, the PNG logo (in PNG format, of course) is supplied in the -files "pngbar.png" and "pngbar.jpg (88x31) and "pngnow.png" (98x31). - -Libpng is OSI Certified Open Source Software. OSI Certified Open Source is a -certification mark of the Open Source Initiative. - -Glenn Randers-Pehrson -glennrp at users.sourceforge.net -July 9, 2011 - -============================================================ -Notices for file(s): -/framework/antlr-runtime.jar ------------------------------------------------------------- -[The "BSD license"] -Copyright (c) 201 Terence Parr -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. - 3. The name of the author may not be used to endorse or promote products - derived from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. - -============================================================ -Notices for file(s): -/framework/junit.jar ------------------------------------------------------------- -Common Public License - v 1.0 - - -THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS COMMON PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT. - - -1. DEFINITIONS - -"Contribution" means: - -a) in the case of the initial Contributor, the initial code and documentation distributed under this Agreement, and -b) in the case of each subsequent Contributor: -i) changes to the Program, and -ii) additions to the Program; -where such changes and/or additions to the Program originate from and are distributed by that particular Contributor. A Contribution 'originates' from a Contributor if it was added to the Program by such Contributor itself or anyone acting on such Contributor's behalf. Contributions do not include additions to the Program which: (i) are separate modules of software distributed in conjunction with the Program under their own license agreement, and (ii) are not derivative works of the Program. - -"Contributor" means any person or entity that distributes the Program. - - -"Licensed Patents " mean patent claims licensable by a Contributor which are necessarily infringed by the use or sale of its Contribution alone or when combined with the Program. - - -"Program" means the Contributions distributed in accordance with this Agreement. - - -"Recipient" means anyone who receives the Program under this Agreement, including all Contributors. - - -2. GRANT OF RIGHTS - -a) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, distribute and sublicense the Contribution of such Contributor, if any, and such derivative works, in source code and object code form. -b) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed Patents to make, use, sell, offer to sell, import and otherwise transfer the Contribution of such Contributor, if any, in source code and object code form. This patent license shall apply to the combination of the Contribution and the Program if, at the time the Contribution is added by the Contributor, such addition of the Contribution causes such combination to be covered by the Licensed Patents. The patent license shall not apply to any other combinations which include the Contribution. No hardware per se is licensed hereunder. -c) Recipient understands that although each Contributor grants the licenses to its Contributions set forth herein, no assurances are provided by any Contributor that the Program does not infringe the patent or other intellectual property rights of any other entity. Each Contributor disclaims any liability to Recipient for claims brought by any other entity based on infringement of intellectual property rights or otherwise. As a condition to exercising the rights and licenses granted hereunder, each Recipient hereby assumes sole responsibility to secure any other intellectual property rights needed, if any. For example, if a third party patent license is required to allow Recipient to distribute the Program, it is Recipient's responsibility to acquire that license before distributing the Program. -d) Each Contributor represents that to its knowledge it has sufficient copyright rights in its Contribution, if any, to grant the copyright license set forth in this Agreement. -3. REQUIREMENTS - -A Contributor may choose to distribute the Program in object code form under its own license agreement, provided that: - -a) it complies with the terms and conditions of this Agreement; and -b) its license agreement: -i) effectively disclaims on behalf of all Contributors all warranties and conditions, express and implied, including warranties or conditions of title and non-infringement, and implied warranties or conditions of merchantability and fitness for a particular purpose; -ii) effectively excludes on behalf of all Contributors all liability for damages, including direct, indirect, special, incidental and consequential damages, such as lost profits; -iii) states that any provisions which differ from this Agreement are offered by that Contributor alone and not by any other party; and -iv) states that source code for the Program is available from such Contributor, and informs licensees how to obtain it in a reasonable manner on or through a medium customarily used for software exchange. -When the Program is made available in source code form: - -a) it must be made available under this Agreement; and -b) a copy of this Agreement must be included with each copy of the Program. - -Contributors may not remove or alter any copyright notices contained within the Program. - - -Each Contributor must identify itself as the originator of its Contribution, if any, in a manner that reasonably allows subsequent Recipients to identify the originator of the Contribution. - - -4. COMMERCIAL DISTRIBUTION - -Commercial distributors of software may accept certain responsibilities with respect to end users, business partners and the like. While this license is intended to facilitate the commercial use of the Program, the Contributor who includes the Program in a commercial product offering should do so in a manner which does not create potential liability for other Contributors. Therefore, if a Contributor includes the Program in a commercial product offering, such Contributor ("Commercial Contributor") hereby agrees to defend and indemnify every other Contributor ("Indemnified Contributor") against any losses, damages and costs (collectively "Losses") arising from claims, lawsuits and other legal actions brought by a third party against the Indemnified Contributor to the extent caused by the acts or omissions of such Commercial Contributor in connection with its distribution of the Program in a commercial product offering. The obligations in this section do not apply to any claims or Losses relating to any actual or alleged intellectual property infringement. In order to qualify, an Indemnified Contributor must: a) promptly notify the Commercial Contributor in writing of such claim, and b) allow the Commercial Contributor to control, and cooperate with the Commercial Contributor in, the defense and any related settlement negotiations. The Indemnified Contributor may participate in any such claim at its own expense. - - -For example, a Contributor might include the Program in a commercial product offering, Product X. That Contributor is then a Commercial Contributor. If that Commercial Contributor then makes performance claims, or offers warranties related to Product X, those performance claims and warranties are such Commercial Contributor's responsibility alone. Under this section, the Commercial Contributor would have to defend claims against the other Contributors related to those performance claims and warranties, and if a court requires any other Contributor to pay any damages as a result, the Commercial Contributor must pay those damages. - - -5. NO WARRANTY - -EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely responsible for determining the appropriateness of using and distributing the Program and assumes all risks associated with its exercise of rights under this Agreement, including but not limited to the risks and costs of program errors, compliance with applicable laws, damage to or loss of data, programs or equipment, and unavailability or interruption of operations. - - -6. DISCLAIMER OF LIABILITY - -EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), 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 OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. - - -7. GENERAL - -If any provision of this Agreement is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this Agreement, and without further action by the parties hereto, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable. - - -If Recipient institutes patent litigation against a Contributor with respect to a patent applicable to software (including a cross-claim or counterclaim in a lawsuit), then any patent licenses granted by that Contributor to such Recipient under this Agreement shall terminate as of the date such litigation is filed. In addition, if Recipient institutes patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Program itself (excluding combinations of the Program with other software or hardware) infringes such Recipient's patent(s), then such Recipient's rights granted under Section 2(b) shall terminate as of the date such litigation is filed. - - -All Recipient's rights under this Agreement shall terminate if it fails to comply with any of the material terms or conditions of this Agreement and does not cure such failure in a reasonable period of time after becoming aware of such noncompliance. If all Recipient's rights under this Agreement terminate, Recipient agrees to cease use and distribution of the Program as soon as reasonably practicable. However, Recipient's obligations under this Agreement and any licenses granted by Recipient relating to the Program shall continue and survive. - - -Everyone is permitted to copy and distribute copies of this Agreement, but in order to avoid inconsistency the Agreement is copyrighted and may only be modified in the following manner. The Agreement Steward reserves the right to publish new versions (including revisions) of this Agreement from time to time. No one other than the Agreement Steward has the right to modify this Agreement. IBM is the initial Agreement Steward. IBM may assign the responsibility to serve as the Agreement Steward to a suitable separate entity. Each new version of the Agreement will be given a distinguishing version number. The Program (including Contributions) may always be distributed subject to the version of the Agreement under which it was received. In addition, after a new version of the Agreement is published, Contributor may elect to distribute the Program (including its Contributions) under the new version. Except as expressly stated in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to the intellectual property of any Contributor under this Agreement, whether expressly, by implication, estoppel or otherwise. All rights in the Program not expressly granted under this Agreement are reserved. - - -This Agreement is governed by the laws of the State of New York and the intellectual property laws of the United States of America. No party to this Agreement will bring a legal action under this Agreement more than one year after the cause of action arose. Each party waives its rights to a jury trial in any resulting litigation. -============================================================ -Notices for file(s): -/framework/ant-glob.jar ------------------------------------------------------------- -/* - * Apache License - * Version 2.0, January 2004 - * http://www.apache.org/licenses/ - * - * TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - * - * 1. Definitions. - * - * "License" shall mean the terms and conditions for use, reproduction, - * and distribution as defined by Sections 1 through 9 of this document. - * - * "Licensor" shall mean the copyright owner or entity authorized by - * the copyright owner that is granting the License. - * - * "Legal Entity" shall mean the union of the acting entity and all - * other entities that control, are controlled by, or are under common - * control with that entity. For the purposes of this definition, - * "control" means (i) the power, direct or indirect, to cause the - * direction or management of such entity, whether by contract or - * otherwise, or (ii) ownership of fifty percent (50%) or more of the - * outstanding shares, or (iii) beneficial ownership of such entity. - * - * "You" (or "Your") shall mean an individual or Legal Entity - * exercising permissions granted by this License. - * - * "Source" form shall mean the preferred form for making modifications, - * including but not limited to software source code, documentation - * source, and configuration files. - * - * "Object" form shall mean any form resulting from mechanical - * transformation or translation of a Source form, including but - * not limited to compiled object code, generated documentation, - * and conversions to other media types. - * - * "Work" shall mean the work of authorship, whether in Source or - * Object form, made available under the License, as indicated by a - * copyright notice that is included in or attached to the work - * (an example is provided in the Appendix below). - * - * "Derivative Works" shall mean any work, whether in Source or Object - * form, that is based on (or derived from) the Work and for which the - * editorial revisions, annotations, elaborations, or other modifications - * represent, as a whole, an original work of authorship. For the purposes - * of this License, Derivative Works shall not include works that remain - * separable from, or merely link (or bind by name) to the interfaces of, - * the Work and Derivative Works thereof. - * - * "Contribution" shall mean any work of authorship, including - * the original version of the Work and any modifications or additions - * to that Work or Derivative Works thereof, that is intentionally - * submitted to Licensor for inclusion in the Work by the copyright owner - * or by an individual or Legal Entity authorized to submit on behalf of - * the copyright owner. For the purposes of this definition, "submitted" - * means any form of electronic, verbal, or written communication sent - * to the Licensor or its representatives, including but not limited to - * communication on electronic mailing lists, source code control systems, - * and issue tracking systems that are managed by, or on behalf of, the - * Licensor for the purpose of discussing and improving the Work, but - * excluding communication that is conspicuously marked or otherwise - * designated in writing by the copyright owner as "Not a Contribution." - * - * "Contributor" shall mean Licensor and any individual or Legal Entity - * on behalf of whom a Contribution has been received by Licensor and - * subsequently incorporated within the Work. - * - * 2. Grant of Copyright License. Subject to the terms and conditions of - * this License, each Contributor hereby grants to You a perpetual, - * worldwide, non-exclusive, no-charge, royalty-free, irrevocable - * copyright license to reproduce, prepare Derivative Works of, - * publicly display, publicly perform, sublicense, and distribute the - * Work and such Derivative Works in Source or Object form. - * - * 3. Grant of Patent License. Subject to the terms and conditions of - * this License, each Contributor hereby grants to You a perpetual, - * worldwide, non-exclusive, no-charge, royalty-free, irrevocable - * (except as stated in this section) patent license to make, have made, - * use, offer to sell, sell, import, and otherwise transfer the Work, - * where such license applies only to those patent claims licensable - * by such Contributor that are necessarily infringed by their - * Contribution(s) alone or by combination of their Contribution(s) - * with the Work to which such Contribution(s) was submitted. If You - * institute patent litigation against any entity (including a - * cross-claim or counterclaim in a lawsuit) alleging that the Work - * or a Contribution incorporated within the Work constitutes direct - * or contributory patent infringement, then any patent licenses - * granted to You under this License for that Work shall terminate - * as of the date such litigation is filed. - * - * 4. Redistribution. You may reproduce and distribute copies of the - * Work or Derivative Works thereof in any medium, with or without - * modifications, and in Source or Object form, provided that You - * meet the following conditions: - * - * (a) You must give any other recipients of the Work or - * Derivative Works a copy of this License; and - * - * (b) You must cause any modified files to carry prominent notices - * stating that You changed the files; and - * - * (c) You must retain, in the Source form of any Derivative Works - * that You distribute, all copyright, patent, trademark, and - * attribution notices from the Source form of the Work, - * excluding those notices that do not pertain to any part of - * the Derivative Works; and - * - * (d) If the Work includes a "NOTICE" text file as part of its - * distribution, then any Derivative Works that You distribute must - * include a readable copy of the attribution notices contained - * within such NOTICE file, excluding those notices that do not - * pertain to any part of the Derivative Works, in at least one - * of the following places: within a NOTICE text file distributed - * as part of the Derivative Works; within the Source form or - * documentation, if provided along with the Derivative Works; or, - * within a display generated by the Derivative Works, if and - * wherever such third-party notices normally appear. The contents - * of the NOTICE file are for informational purposes only and - * do not modify the License. You may add Your own attribution - * notices within Derivative Works that You distribute, alongside - * or as an addendum to the NOTICE text from the Work, provided - * that such additional attribution notices cannot be construed - * as modifying the License. - * - * You may add Your own copyright statement to Your modifications and - * may provide additional or different license terms and conditions - * for use, reproduction, or distribution of Your modifications, or - * for any such Derivative Works as a whole, provided Your use, - * reproduction, and distribution of the Work otherwise complies with - * the conditions stated in this License. - * - * 5. Submission of Contributions. Unless You explicitly state otherwise, - * any Contribution intentionally submitted for inclusion in the Work - * by You to the Licensor shall be under the terms and conditions of - * this License, without any additional terms or conditions. - * Notwithstanding the above, nothing herein shall supersede or modify - * the terms of any separate license agreement you may have executed - * with Licensor regarding such Contributions. - * - * 6. Trademarks. This License does not grant permission to use the trade - * names, trademarks, service marks, or product names of the Licensor, - * except as required for reasonable and customary use in describing the - * origin of the Work and reproducing the content of the NOTICE file. - * - * 7. Disclaimer of Warranty. Unless required by applicable law or - * agreed to in writing, Licensor provides the Work (and each - * Contributor provides its Contributions) on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - * implied, including, without limitation, any warranties or conditions - * of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - * PARTICULAR PURPOSE. You are solely responsible for determining the - * appropriateness of using or redistributing the Work and assume any - * risks associated with Your exercise of permissions under this License. - * - * 8. Limitation of Liability. In no event and under no legal theory, - * whether in tort (including negligence), contract, or otherwise, - * unless required by applicable law (such as deliberate and grossly - * negligent acts) or agreed to in writing, shall any Contributor be - * liable to You for damages, including any direct, indirect, special, - * incidental, or consequential damages of any character arising as a - * result of this License or out of the use or inability to use the - * Work (including but not limited to damages for loss of goodwill, - * work stoppage, computer failure or malfunction, or any and all - * other commercial damages or losses), even if such Contributor - * has been advised of the possibility of such damages. - * - * 9. Accepting Warranty or Additional Liability. While redistributing - * the Work or Derivative Works thereof, You may choose to offer, - * and charge a fee for, acceptance of support, warranty, indemnity, - * or other liability obligations and/or rights consistent with this - * License. However, in accepting such obligations, You may act only - * on Your own behalf and on Your sole responsibility, not on behalf - * of any other Contributor, and only if You agree to indemnify, - * defend, and hold each Contributor harmless for any liability - * incurred by, or claims asserted against, such Contributor by reason - * of your accepting any such warranty or additional liability. - * - * END OF TERMS AND CONDITIONS - * - * APPENDIX: How to apply the Apache License to your work. - * - * To apply the Apache License to your work, attach the following - * boilerplate notice, with the fields enclosed by brackets "[]" - * replaced with your own identifying information. (Don't include - * the brackets!) The text should be enclosed in the appropriate - * comment syntax for the file format. We also recommend that a - * file or class name and description of purpose be included on the - * same "printed page" as the copyright notice for easier - * identification within third-party archives. - * - * Copyright [yyyy] [name of copyright owner] - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -W3C® SOFTWARE NOTICE AND LICENSE -http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231 - -This work (and included software, documentation such as READMEs, or other -related items) is being provided by the copyright holders under the following -license. By obtaining, using and/or copying this work, you (the licensee) agree -that you have read, understood, and will comply with the following terms and -conditions. - -Permission to copy, modify, and distribute this software and its documentation, -with or without modification, for any purpose and without fee or royalty is -hereby granted, provided that you include the following on ALL copies of the -software and documentation or portions thereof, including modifications: - - 1. The full text of this NOTICE in a location viewable to users of the - redistributed or derivative work. - 2. Any pre-existing intellectual property disclaimers, notices, or terms - and conditions. If none exist, the W3C Software Short Notice should be - included (hypertext is preferred, text is permitted) within the body - of any redistributed or derivative code. - 3. Notice of any changes or modifications to the files, including the date - changes were made. (We recommend you provide URIs to the location from - which the code is derived.) - -THIS SOFTWARE AND DOCUMENTATION IS PROVIDED "AS IS," AND COPYRIGHT HOLDERS MAKE -NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED -TO, WARRANTIES OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT -THE USE OF THE SOFTWARE OR DOCUMENTATION WILL NOT INFRINGE ANY THIRD PARTY -PATENTS, COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS. - -COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL OR -CONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THE SOFTWARE OR DOCUMENTATION. - -The name and trademarks of copyright holders may NOT be used in advertising or -publicity pertaining to the software without specific, written prior permission. -Title to copyright in this software and any associated documentation will at -all times remain with copyright holders. - -____________________________________ - -This formulation of W3C's notice and license became active on December 31 2002. -This version removes the copyright ownership notice such that this license can -be used with materials other than those owned by the W3C, reflects that ERCIM -is now a host of the W3C, includes references to this specific dated version of -the license, and removes the ambiguous grant of "use". Otherwise, this version -is the same as the previous version and is written so as to preserve the Free -Software Foundation's assessment of GPL compatibility and OSI's certification -under the Open Source Definition. Please see our Copyright FAQ for common -questions about using materials from our site, including specific terms and -conditions for packages like libwww, Amaya, and Jigsaw. Other questions about -this notice can be directed to site-policy@w3.org. - -Joseph Reagle - -This license came from: http://www.megginson.com/SAX/copying.html - However please note future versions of SAX may be covered - under http://saxproject.org/?selected=pd - -SAX2 is Free! - -I hereby abandon any property rights to SAX 2.0 (the Simple API for -XML), and release all of the SAX 2.0 source code, compiled code, and -documentation contained in this distribution into the Public Domain. -SAX comes with NO WARRANTY or guarantee of fitness for any -purpose. - -David Megginson, david@megginson.com -2000-05-05 - -============================================================ -Notices for file(s): -/lib/libclang.so -/lib/libclangAnalysis.a ------------------------------------------------------------- -============================================================================== -LLVM Release License -============================================================================== -University of Illinois/NCSA -Open Source License - -Copyright (c) 2007-2011 University of Illinois at Urbana-Champaign. -All rights reserved. - -Developed by: - - LLVM Team - - University of Illinois at Urbana-Champaign - - http://llvm.org - -Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the "Software"), to deal with -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: - - * Redistributions of source code must retain the above copyright notice, - this list of conditions and the following disclaimers. - - * Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimers in the - documentation and/or other materials provided with the distribution. - - * Neither the names of the LLVM Team, University of Illinois at - Urbana-Champaign, nor the names of its contributors may be used to - endorse or promote products derived from this Software without specific - prior written permission. - -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 -CONTRIBUTORS 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 WITH THE -SOFTWARE. - -============================================================================== -The LLVM software contains code written by third parties. Such software will -have its own individual LICENSE.TXT file in the directory in which it appears. -This file will describe the copyrights, license, and restrictions which apply -to that code. - -The disclaimer of warranty in the University of Illinois Open Source License -applies to all code in the LLVM Distribution, and nothing in any of the -other licenses gives permission to use the names of the LLVM Team or the -University of Illinois to endorse or promote products derived from this -Software. - -The following pieces of software have additional or alternate copyrights, -licenses, and/or restrictions: - -Program Directory -------- --------- - - -============================================================ -Notices for file(s): -/framework/guavalib.jar ------------------------------------------------------------- - - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright [yyyy] [name of copyright owner] - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - -============================================================ -Notices for file(s): -/core-lambda-stubs.jar ------------------------------------------------------------- -The GNU General Public License (GPL) - -Version 2, June 1991 - -Copyright (C) 1989, 1991 Free Software Foundation, Inc. -59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - -Everyone is permitted to copy and distribute verbatim copies of this license -document, but changing it is not allowed. - -Preamble - -The licenses for most software are designed to take away your freedom to share -and change it. By contrast, the GNU General Public License is intended to -guarantee your freedom to share and change free software--to make sure the -software is free for all its users. This General Public License applies to -most of the Free Software Foundation's software and to any other program whose -authors commit to using it. (Some other Free Software Foundation software is -covered by the GNU Library General Public License instead.) You can apply it to -your programs, too. - -When we speak of free software, we are referring to freedom, not price. Our -General Public Licenses are designed to make sure that you have the freedom to -distribute copies of free software (and charge for this service if you wish), -that you receive source code or can get it if you want it, that you can change -the software or use pieces of it in new free programs; and that you know you -can do these things. - -To protect your rights, we need to make restrictions that forbid anyone to deny -you these rights or to ask you to surrender the rights. These restrictions -translate to certain responsibilities for you if you distribute copies of the -software, or if you modify it. - -For example, if you distribute copies of such a program, whether gratis or for -a fee, you must give the recipients all the rights that you have. You must -make sure that they, too, receive or can get the source code. And you must -show them these terms so they know their rights. - -We protect your rights with two steps: (1) copyright the software, and (2) -offer you this license which gives you legal permission to copy, distribute -and/or modify the software. - -Also, for each author's protection and ours, we want to make certain that -everyone understands that there is no warranty for this free software. If the -software is modified by someone else and passed on, we want its recipients to -know that what they have is not the original, so that any problems introduced -by others will not reflect on the original authors' reputations. - -Finally, any free program is threatened constantly by software patents. We -wish to avoid the danger that redistributors of a free program will -individually obtain patent licenses, in effect making the program proprietary. -To prevent this, we have made it clear that any patent must be licensed for -everyone's free use or not licensed at all. - -The precise terms and conditions for copying, distribution and modification -follow. - -TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - -0. This License applies to any program or other work which contains a notice -placed by the copyright holder saying it may be distributed under the terms of -this General Public License. The "Program", below, refers to any such program -or work, and a "work based on the Program" means either the Program or any -derivative work under copyright law: that is to say, a work containing the -Program or a portion of it, either verbatim or with modifications and/or -translated into another language. (Hereinafter, translation is included -without limitation in the term "modification".) Each licensee is addressed as -"you". - -Activities other than copying, distribution and modification are not covered by -this License; they are outside its scope. The act of running the Program is -not restricted, and the output from the Program is covered only if its contents -constitute a work based on the Program (independent of having been made by -running the Program). Whether that is true depends on what the Program does. - -1. You may copy and distribute verbatim copies of the Program's source code as -you receive it, in any medium, provided that you conspicuously and -appropriately publish on each copy an appropriate copyright notice and -disclaimer of warranty; keep intact all the notices that refer to this License -and to the absence of any warranty; and give any other recipients of the -Program a copy of this License along with the Program. - -You may charge a fee for the physical act of transferring a copy, and you may -at your option offer warranty protection in exchange for a fee. - -2. You may modify your copy or copies of the Program or any portion of it, thus -forming a work based on the Program, and copy and distribute such modifications -or work under the terms of Section 1 above, provided that you also meet all of -these conditions: - - a) You must cause the modified files to carry prominent notices stating - that you changed the files and the date of any change. - - b) You must cause any work that you distribute or publish, that in whole or - in part contains or is derived from the Program or any part thereof, to be - licensed as a whole at no charge to all third parties under the terms of - this License. - - c) If the modified program normally reads commands interactively when run, - you must cause it, when started running for such interactive use in the - most ordinary way, to print or display an announcement including an - appropriate copyright notice and a notice that there is no warranty (or - else, saying that you provide a warranty) and that users may redistribute - the program under these conditions, and telling the user how to view a copy - of this License. (Exception: if the Program itself is interactive but does - not normally print such an announcement, your work based on the Program is - not required to print an announcement.) - -These requirements apply to the modified work as a whole. If identifiable -sections of that work are not derived from the Program, and can be reasonably -considered independent and separate works in themselves, then this License, and -its terms, do not apply to those sections when you distribute them as separate -works. But when you distribute the same sections as part of a whole which is a -work based on the Program, the distribution of the whole must be on the terms -of this License, whose permissions for other licensees extend to the entire -whole, and thus to each and every part regardless of who wrote it. - -Thus, it is not the intent of this section to claim rights or contest your -rights to work written entirely by you; rather, the intent is to exercise the -right to control the distribution of derivative or collective works based on -the Program. - -In addition, mere aggregation of another work not based on the Program with the -Program (or with a work based on the Program) on a volume of a storage or -distribution medium does not bring the other work under the scope of this -License. - -3. You may copy and distribute the Program (or a work based on it, under -Section 2) in object code or executable form under the terms of Sections 1 and -2 above provided that you also do one of the following: - - a) Accompany it with the complete corresponding machine-readable source - code, which must be distributed under the terms of Sections 1 and 2 above - on a medium customarily used for software interchange; or, - - b) Accompany it with a written offer, valid for at least three years, to - give any third party, for a charge no more than your cost of physically - performing source distribution, a complete machine-readable copy of the - corresponding source code, to be distributed under the terms of Sections 1 - and 2 above on a medium customarily used for software interchange; or, - - c) Accompany it with the information you received as to the offer to - distribute corresponding source code. (This alternative is allowed only - for noncommercial distribution and only if you received the program in - object code or executable form with such an offer, in accord with - Subsection b above.) - -The source code for a work means the preferred form of the work for making -modifications to it. For an executable work, complete source code means all -the source code for all modules it contains, plus any associated interface -definition files, plus the scripts used to control compilation and installation -of the executable. However, as a special exception, the source code -distributed need not include anything that is normally distributed (in either -source or binary form) with the major components (compiler, kernel, and so on) -of the operating system on which the executable runs, unless that component -itself accompanies the executable. - -If distribution of executable or object code is made by offering access to copy -from a designated place, then offering equivalent access to copy the source -code from the same place counts as distribution of the source code, even though -third parties are not compelled to copy the source along with the object code. - -4. You may not copy, modify, sublicense, or distribute the Program except as -expressly provided under this License. Any attempt otherwise to copy, modify, -sublicense or distribute the Program is void, and will automatically terminate -your rights under this License. However, parties who have received copies, or -rights, from you under this License will not have their licenses terminated so -long as such parties remain in full compliance. - -5. You are not required to accept this License, since you have not signed it. -However, nothing else grants you permission to modify or distribute the Program -or its derivative works. These actions are prohibited by law if you do not -accept this License. Therefore, by modifying or distributing the Program (or -any work based on the Program), you indicate your acceptance of this License to -do so, and all its terms and conditions for copying, distributing or modifying -the Program or works based on it. - -6. Each time you redistribute the Program (or any work based on the Program), -the recipient automatically receives a license from the original licensor to -copy, distribute or modify the Program subject to these terms and conditions. -You may not impose any further restrictions on the recipients' exercise of the -rights granted herein. You are not responsible for enforcing compliance by -third parties to this License. - -7. If, as a consequence of a court judgment or allegation of patent -infringement or for any other reason (not limited to patent issues), conditions -are imposed on you (whether by court order, agreement or otherwise) that -contradict the conditions of this License, they do not excuse you from the -conditions of this License. If you cannot distribute so as to satisfy -simultaneously your obligations under this License and any other pertinent -obligations, then as a consequence you may not distribute the Program at all. -For example, if a patent license would not permit royalty-free redistribution -of the Program by all those who receive copies directly or indirectly through -you, then the only way you could satisfy both it and this License would be to -refrain entirely from distribution of the Program. - -If any portion of this section is held invalid or unenforceable under any -particular circumstance, the balance of the section is intended to apply and -the section as a whole is intended to apply in other circumstances. - -It is not the purpose of this section to induce you to infringe any patents or -other property right claims or to contest validity of any such claims; this -section has the sole purpose of protecting the integrity of the free software -distribution system, which is implemented by public license practices. Many -people have made generous contributions to the wide range of software -distributed through that system in reliance on consistent application of that -system; it is up to the author/donor to decide if he or she is willing to -distribute software through any other system and a licensee cannot impose that -choice. - -This section is intended to make thoroughly clear what is believed to be a -consequence of the rest of this License. - -8. If the distribution and/or use of the Program is restricted in certain -countries either by patents or by copyrighted interfaces, the original -copyright holder who places the Program under this License may add an explicit -geographical distribution limitation excluding those countries, so that -distribution is permitted only in or among countries not thus excluded. In -such case, this License incorporates the limitation as if written in the body -of this License. - -9. The Free Software Foundation may publish revised and/or new versions of the -General Public License from time to time. Such new versions will be similar in -spirit to the present version, but may differ in detail to address new problems -or concerns. - -Each version is given a distinguishing version number. If the Program -specifies a version number of this License which applies to it and "any later -version", you have the option of following the terms and conditions either of -that version or of any later version published by the Free Software Foundation. -If the Program does not specify a version number of this License, you may -choose any version ever published by the Free Software Foundation. - -10. If you wish to incorporate parts of the Program into other free programs -whose distribution conditions are different, write to the author to ask for -permission. For software which is copyrighted by the Free Software Foundation, -write to the Free Software Foundation; we sometimes make exceptions for this. -Our decision will be guided by the two goals of preserving the free status of -all derivatives of our free software and of promoting the sharing and reuse of -software generally. - -NO WARRANTY - -11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR -THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE -STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE -PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, -INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND -PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, -YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - -12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL -ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE -PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY -GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR -INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA -BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A -FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER -OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. - -END OF TERMS AND CONDITIONS - -How to Apply These Terms to Your New Programs - -If you develop a new program, and you want it to be of the greatest possible -use to the public, the best way to achieve this is to make it free software -which everyone can redistribute and change under these terms. - -To do so, attach the following notices to the program. It is safest to attach -them to the start of each source file to most effectively convey the exclusion -of warranty; and each file should have at least the "copyright" line and a -pointer to where the full notice is found. - - One line to give the program's name and a brief idea of what it does. - - Copyright (C) - - This program is free software; you can redistribute it and/or modify it - under the terms of the GNU General Public License as published by the Free - Software Foundation; either version 2 of the License, or (at your option) - any later version. - - This program is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for - more details. - - You should have received a copy of the GNU General Public License along - with this program; if not, write to the Free Software Foundation, Inc., 59 - Temple Place, Suite 330, Boston, MA 02111-1307 USA - -Also add information on how to contact you by electronic and paper mail. - -If the program is interactive, make it output a short notice like this when it -starts in an interactive mode: - - Gnomovision version 69, Copyright (C) year name of author Gnomovision comes - with ABSOLUTELY NO WARRANTY; for details type 'show w'. This is free - software, and you are welcome to redistribute it under certain conditions; - type 'show c' for details. - -The hypothetical commands 'show w' and 'show c' should show the appropriate -parts of the General Public License. Of course, the commands you use may be -called something other than 'show w' and 'show c'; they could even be -mouse-clicks or menu items--whatever suits your program. - -You should also get your employer (if you work as a programmer) or your school, -if any, to sign a "copyright disclaimer" for the program, if necessary. Here -is a sample; alter the names: - - Yoyodyne, Inc., hereby disclaims all copyright interest in the program - 'Gnomovision' (which makes passes at compilers) written by James Hacker. - - signature of Ty Coon, 1 April 1989 - - Ty Coon, President of Vice - -This General Public License does not permit incorporating your program into -proprietary programs. If your program is a subroutine library, you may -consider it more useful to permit linking proprietary applications with the -library. If this is what you want to do, use the GNU Library General Public -License instead of this License. - - -"CLASSPATH" EXCEPTION TO THE GPL - -Certain source files distributed by Oracle America and/or its affiliates are -subject to the following clarification and special exception to the GPL, but -only where Oracle has expressly included in the particular source file's header -the words "Oracle designates this particular file as subject to the "Classpath" -exception as provided by Oracle in the LICENSE file that accompanied this code." - - Linking this library statically or dynamically with other modules is making - a combined work based on this library. Thus, the terms and conditions of - the GNU General Public License cover the whole combination. - - As a special exception, the copyright holders of this library give you - permission to link this library with independent modules to produce an - executable, regardless of the license terms of these independent modules, - and to copy and distribute the resulting executable under terms of your - choice, provided that you also meet, for each linked independent module, - the terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. If - you modify this library, you may extend this exception to your version of - the library, but you are not obligated to do so. If you do not wish to do - so, delete this exception statement from your version. - -============================================================ -Notices for file(s): -/lib/d8.jar ------------------------------------------------------------- -This file lists all licenses for code distributed. -All non-library code has the following 3-Clause BSD license. - - -Copyright (c) 2016, the R8 project authors. -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: - -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. - -* 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. - -* Neither the name of Google Inc. nor the names of its - contributors may be used to endorse or promote products derived from - this software without specific prior written permission. - -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. - -Summary of distributed libraries: - -- artifact: com.google.guava:guava:+ - name: Guava Google Core Libraries for Java - copyrightHolder: The Guava Authors - license: The Apache Software License, Version 2.0 - licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt -- artifact: com.google.code.gson:gson:+ - name: Gson - license: The Apache Software License, Version 2.0 - licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt - url: https://github.com/google/gson -- artifact: it.unimi.dsi:fastutil:+ - name: fastutil - license: Apache License, Version 2.0 - licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.html - url: http://fasutil.di.unimi.it/ -- artifact: net.sf.jopt-simple:jopt-simple:+ - name: JOpt Simple - license: The MIT License - licenseUrl: http://www.opensource.org/licenses/mit-license.php - url: http://pholser.github.com/jopt-simple -- artifact: org.ow2.asm:asm-commons:+ - name: ASM Commons - copyrightHolder: INRIA, France Telecom - license: ASM license - licenseUrl: http://asm.ow2.org/license.html - url: http://asm.ow2.org/index.html -- artifact: org.ow2.asm:asm-tree:+ - name: ASM Tree - copyrightHolder: INRIA, France Telecom - license: ASM license - licenseUrl: http://asm.ow2.org/license.html - url: http://asm.ow2.org/index.html -- artifact: org.ow2.asm:asm-util:+ - name: ASM Util - copyrightHolder: INRIA, France Telecom - license: ASM license - licenseUrl: http://asm.ow2.org/license.html - url: http://asm.ow2.org/index.html -- artifact: org.ow2.asm:asm-analysis:+ - name: ASM Util - copyrightHolder: INRIA, France Telecom - license: ASM license - licenseUrl: http://asm.ow2.org/license.html - url: http://asm.ow2.org/index.html -- artifact: org.ow2.asm:asm:+ - name: ASM Core - copyrightHolder: INRIA, France Telecom - license: ASM license - licenseUrl: http://asm.ow2.org/license.html - url: http://asm.ow2.org/index.html -- artifact: org.jetbrains.kotlin:kotlin-stdlib:+ - name: org.jetbrains.kotlin:kotlin-stdlib - copyrightHolder: JetBrains s.r.o. - license: The Apache License, Version 2.0 - licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt - url: https://kotlinlang.org/ -- artifact: org.jetbrains.kotlin:kotlin-stdlib-common:+ - name: org.jetbrains.kotlin:kotlin-stdlib - copyrightHolder: JetBrains s.r.o. - license: The Apache License, Version 2.0 - licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt - url: https://kotlinlang.org/ -- artifact: org.jetbrains.kotlinx:kotlinx-metadata-jvm:+ - name: org.jetbrains.kotlinx:kotlinx-metadata-jvm - copyrightHolder: JetBrains s.r.o. - license: The Apache License, Version 2.0 - licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt - url: https://kotlinlang.org/ -- artifact: org.jetbrains:annotations:+ - name: IntelliJ IDEA Annotations - copyrightHolder: JetBrains s.r.o. - license: The Apache Software License, Version 2.0 - licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt - url: http://www.jetbrains.org - - -Licenses details: - - - - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright [yyyy] [name of copyright owner] - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - - -Copyright (c) 2000-2011 INRIA, France Telecom -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. - -3. Neither the name of the copyright holders nor the names of its - contributors may be used to endorse or promote products derived from - this software without specific prior written permission. - -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 OWNER 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. - -Apache Commons Compress -Copyright 2002-2016 The Apache Software Foundation - -This product includes software developed at -The Apache Software Foundation (http://www.apache.org/). - -The files in the package org.apache.commons.compress.archivers.sevenz -were derived from the LZMA SDK, version 9.20 (C/ and CPP/7zip/), -which has been placed in the public domain: - -"LZMA SDK is placed in the public domain." (http://www.7-zip.org/sdk.html) - - - The MIT License - - Copyright (c) 2004-2016 Paul R. Holser, Jr. - - 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. - -============================================================================== -Copyright (c) 2004-2008 KJK::Hyperion - -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. - -============================================================================== -Copyright (c) 2013 mingw-w64 project - -Contributing authors: Rafaël Carré - -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. - -============================================================================== -Copyright (c) 2009 mingw-w64 project - -Contributing authors: Kai Tietz, Jonathan Yong - -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. - -============================================================================== -With exception of certain parts that are prominently marked as being -in the Public Domain, BSD, or LGPL this Software is provided under the -Zope Public License (ZPL) Version 2.1. - -Copyright (c) 2009 - 2013 by the mingw-w64 project - -See the AUTHORS file for the list of contributors to the mingw-w64 project. - -This license has been certified as open source. It has also been designated -as GPL compatible by the Free Software Foundation (FSF). - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: - - 1. Redistributions in source code must retain the accompanying copyright - notice, this list of conditions, and the following disclaimer. - 2. Redistributions in binary form must reproduce the accompanying - copyright notice, this list of conditions, and the following disclaimer - in the documentation and/or other materials provided with the - distribution. - 3. Names of the copyright holders must not be used to endorse or promote - products derived from this software without prior written permission - from the copyright holders. - 4. The right to distribute this software or to use it for any purpose does - not give you the right to use Servicemarks (sm) or Trademarks (tm) of - the copyright holders. Use of them is covered by separate agreement - with the copyright holders. - 5. If any files are modified, you must cause the modified files to carry - prominent notices stating that you changed the files and the date of - any change. - -Disclaimer - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY EXPRESSED -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 HOLDERS 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. - -============================================================================== -Copyright (c) 2011 mingw-w64 project - -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. - - -/* - * Parts of this library are derived by: - * - * Posix Threads library for Microsoft Windows - * - * Use at own risk, there is no implied warranty to this code. - * It uses undocumented features of Microsoft Windows that can change - * at any time in the future. - * - * (C) 2010 Lockless 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: - * - * - * * Redistributions of source code must retain the above copyright notice, - * this list of conditions and the following disclaimer. - * * 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. - * * Neither the name of Lockless Inc. nor the names of its contributors may be - * used to endorse or promote products derived from this software without - * specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AN - * 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. - */ - -============================================================================== -GCC RUNTIME LIBRARY EXCEPTION - -Version 3.1, 31 March 2009 - -Copyright (C) 2009 Free Software Foundation, Inc. - -Everyone is permitted to copy and distribute verbatim copies of this -license document, but changing it is not allowed. - -This GCC Runtime Library Exception ("Exception") is an additional -permission under section 7 of the GNU General Public License, version -3 ("GPLv3"). It applies to a given file (the "Runtime Library") that -bears a notice placed by the copyright holder of the file stating that -the file is governed by GPLv3 along with this Exception. - -When you use GCC to compile a program, GCC may combine portions of -certain GCC header files and runtime libraries with the compiled -program. The purpose of this Exception is to allow compilation of -non-GPL (including proprietary) programs to use, in this way, the -header files and runtime libraries covered by this Exception. - -0. Definitions. - -A file is an "Independent Module" if it either requires the Runtime -Library for execution after a Compilation Process, or makes use of an -interface provided by the Runtime Library, but is not otherwise based -on the Runtime Library. - -"GCC" means a version of the GNU Compiler Collection, with or without -modifications, governed by version 3 (or a specified later version) of -the GNU General Public License (GPL) with the option of using any -subsequent versions published by the FSF. - -"GPL-compatible Software" is software whose conditions of propagation, -modification and use would permit combination with GCC in accord with -the license of GCC. - -"Target Code" refers to output from any compiler for a real or virtual -target processor architecture, in executable form or suitable for -input to an assembler, loader, linker and/or execution -phase. Notwithstanding that, Target Code does not include data in any -format that is used as a compiler intermediate representation, or used -for producing a compiler intermediate representation. - -The "Compilation Process" transforms code entirely represented in -non-intermediate languages designed for human-written code, and/or in -Java Virtual Machine byte code, into Target Code. Thus, for example, -use of source code generators and preprocessors need not be considered -part of the Compilation Process, since the Compilation Process can be -understood as starting with the output of the generators or -preprocessors. - -A Compilation Process is "Eligible" if it is done using GCC, alone or -with other GPL-compatible software, or if it is done without using any -work based on GCC. For example, using non-GPL-compatible Software to -optimize any GCC intermediate representations would not qualify as an -Eligible Compilation Process. - -1. Grant of Additional Permission. - -You have permission to propagate a work of Target Code formed by -combining the Runtime Library with Independent Modules, even if such -propagation would otherwise violate the terms of GPLv3, provided that -all Target Code was generated by Eligible Compilation Processes. You -may then convey such a combination under terms of your choice, -consistent with the licensing of the Independent Modules. - -2. No Weakening of GCC Copyleft. - -The availability of this Exception does not imply any general -presumption that third-party software is unaffected by the copyleft -requirements of the license of GCC. - - -============================================================================== -MinGW-w64 licensing -******************* - -The copyright and license notices have been divided in two files: -The notices in COPYING.MinGW-w64.txt (this file) apply only to -MinGW-w64 itself. These don't apply to the binaries built with -MinGW-w64 unless you specifically tell MinGW-w64 to link against -these parts, for example, by enabling profiling code. - -In addition to the notices in this file, also the notices in -COPYING.MinGW-w64-runtime.txt apply to MinGW-w64. Some (possibly -all) notices in that file may apply also to the binaries built with -this version of MinGW-w64. The idea is that if you create binary -packages of your software with MinGW-w64, you can simply copy -COPYING.MinGW-w64-runtime.txt into your package to fulfill the -license requirements of the MinGW runtime. - -If you think that not all notices apply to your package and want to -remove some of them, note that, for example, the gdtoa files always -get linked in if you use any printf-like function. So usually it is -easiest and safest to just keep all the notices. - - -==================== -GCC and GNU binutils -==================== - -Copyright (C) Free Software Foundation -License: GNU GPLv3+ (see the file COPYING.GPLv3) - - -============== -Profiling code -============== - -Copyright 1998, 1999, 2000, 2001, 2002 Red Hat, Inc. -License: GNU GPLv2+ (see the file COPYING.GPLv2) - - * * * * * * * - -Copyright (c) 1982, 1983, 1986, 1992, 1993 - The Regents of the University of California. 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. -4. Neither the name of the University nor the names of its contributors - may be used to endorse or promote products derived from this software - without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE REGENTS 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 REGENTS 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. - - -======================= -DirectX and DDK headers -======================= - -DirectX and DDK headers are under GNU LGPLv2.1+ (see the file -COPYING.LGPLv2.1) and copyrighted by various people. Using these -headers doesn't make LGPLv2.1 apply to your code, because these -headers files contain only data structure definitions, short -macros, and short inline functions. Here is the relevant part -from LGPLv2.1 section 5 paragraph 4: - - If such an object file uses only numerical parameters, data - structure layouts and accessors, and small macros and small - inline functions (ten lines or less in length), then the use - of the object file is unrestricted, regardless of whether it - is legally a derivative work. - -==================== -libmangle and gendef -==================== - -Copyright (c) 2009 mingw-w64 project - -Contributing authors: Kai Tietz, Jonathan Yong - -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. - - -==== -PSEH -==== - -Copyright (c) 2004-2008 KJK::Hyperion - -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. - -============================================================================== - GNU LESSER GENERAL PUBLIC LICENSE - Version 3, 29 June 2007 - - Copyright (C) 2007 Free Software Foundation, Inc. - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - - This version of the GNU Lesser General Public License incorporates -the terms and conditions of version 3 of the GNU General Public -License, supplemented by the additional permissions listed below. - - 0. Additional Definitions. - - As used herein, "this License" refers to version 3 of the GNU Lesser -General Public License, and the "GNU GPL" refers to version 3 of the GNU -General Public License. - - "The Library" refers to a covered work governed by this License, -other than an Application or a Combined Work as defined below. - - An "Application" is any work that makes use of an interface provided -by the Library, but which is not otherwise based on the Library. -Defining a subclass of a class defined by the Library is deemed a mode -of using an interface provided by the Library. - - A "Combined Work" is a work produced by combining or linking an -Application with the Library. The particular version of the Library -with which the Combined Work was made is also called the "Linked -Version". - - The "Minimal Corresponding Source" for a Combined Work means the -Corresponding Source for the Combined Work, excluding any source code -for portions of the Combined Work that, considered in isolation, are -based on the Application, and not on the Linked Version. - - The "Corresponding Application Code" for a Combined Work means the -object code and/or source code for the Application, including any data -and utility programs needed for reproducing the Combined Work from the -Application, but excluding the System Libraries of the Combined Work. - - 1. Exception to Section 3 of the GNU GPL. - - You may convey a covered work under sections 3 and 4 of this License -without being bound by section 3 of the GNU GPL. - - 2. Conveying Modified Versions. - - If you modify a copy of the Library, and, in your modifications, a -facility refers to a function or data to be supplied by an Application -that uses the facility (other than as an argument passed when the -facility is invoked), then you may convey a copy of the modified -version: - - a) under this License, provided that you make a good faith effort to - ensure that, in the event an Application does not supply the - function or data, the facility still operates, and performs - whatever part of its purpose remains meaningful, or - - b) under the GNU GPL, with none of the additional permissions of - this License applicable to that copy. - - 3. Object Code Incorporating Material from Library Header Files. - - The object code form of an Application may incorporate material from -a header file that is part of the Library. You may convey such object -code under terms of your choice, provided that, if the incorporated -material is not limited to numerical parameters, data structure -layouts and accessors, or small macros, inline functions and templates -(ten or fewer lines in length), you do both of the following: - - a) Give prominent notice with each copy of the object code that the - Library is used in it and that the Library and its use are - covered by this License. - - b) Accompany the object code with a copy of the GNU GPL and this license - document. - - 4. Combined Works. - - You may convey a Combined Work under terms of your choice that, -taken together, effectively do not restrict modification of the -portions of the Library contained in the Combined Work and reverse -engineering for debugging such modifications, if you also do each of -the following: - - a) Give prominent notice with each copy of the Combined Work that - the Library is used in it and that the Library and its use are - covered by this License. - - b) Accompany the Combined Work with a copy of the GNU GPL and this license - document. - - c) For a Combined Work that displays copyright notices during - execution, include the copyright notice for the Library among - these notices, as well as a reference directing the user to the - copies of the GNU GPL and this license document. - - d) Do one of the following: - - 0) Convey the Minimal Corresponding Source under the terms of this - License, and the Corresponding Application Code in a form - suitable for, and under terms that permit, the user to - recombine or relink the Application with a modified version of - the Linked Version to produce a modified Combined Work, in the - manner specified by section 6 of the GNU GPL for conveying - Corresponding Source. - - 1) Use a suitable shared library mechanism for linking with the - Library. A suitable mechanism is one that (a) uses at run time - a copy of the Library already present on the user's computer - system, and (b) will operate properly with a modified version - of the Library that is interface-compatible with the Linked - Version. - - e) Provide Installation Information, but only if you would otherwise - be required to provide such information under section 6 of the - GNU GPL, and only to the extent that such information is - necessary to install and execute a modified version of the - Combined Work produced by recombining or relinking the - Application with a modified version of the Linked Version. (If - you use option 4d0, the Installation Information must accompany - the Minimal Corresponding Source and Corresponding Application - Code. If you use option 4d1, you must provide the Installation - Information in the manner specified by section 6 of the GNU GPL - for conveying Corresponding Source.) - - 5. Combined Libraries. - - You may place library facilities that are a work based on the -Library side by side in a single library together with other library -facilities that are not Applications and are not covered by this -License, and convey such a combined library under terms of your -choice, if you do both of the following: - - a) Accompany the combined library with a copy of the same work based - on the Library, uncombined with any other library facilities, - conveyed under the terms of this License. - - b) Give prominent notice with the combined library that part of it - is a work based on the Library, and explaining where to find the - accompanying uncombined form of the same work. - - 6. Revised Versions of the GNU Lesser General Public License. - - The Free Software Foundation may publish revised and/or new versions -of the GNU Lesser General Public License from time to time. Such new -versions will be similar in spirit to the present version, but may -differ in detail to address new problems or concerns. - - Each version is given a distinguishing version number. If the -Library as you received it specifies that a certain numbered version -of the GNU Lesser General Public License "or any later version" -applies to it, you have the option of following the terms and -conditions either of that published version or of any later version -published by the Free Software Foundation. If the Library as you -received it does not specify a version number of the GNU Lesser -General Public License, you may choose any version of the GNU Lesser -General Public License ever published by the Free Software Foundation. - - If the Library as you received it specifies that a proxy can decide -whether future versions of the GNU Lesser General Public License shall -apply, that proxy's public statement of acceptance of any version is -permanent authorization for you to choose that version for the -Library. - -============================================================================== - GNU LESSER GENERAL PUBLIC LICENSE - Version 3, 29 June 2007 - - Copyright (C) 2007 Free Software Foundation, Inc. - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - - This version of the GNU Lesser General Public License incorporates -the terms and conditions of version 3 of the GNU General Public -License, supplemented by the additional permissions listed below. - - 0. Additional Definitions. - - As used herein, "this License" refers to version 3 of the GNU Lesser -General Public License, and the "GNU GPL" refers to version 3 of the GNU -General Public License. - - "The Library" refers to a covered work governed by this License, -other than an Application or a Combined Work as defined below. - - An "Application" is any work that makes use of an interface provided -by the Library, but which is not otherwise based on the Library. -Defining a subclass of a class defined by the Library is deemed a mode -of using an interface provided by the Library. - - A "Combined Work" is a work produced by combining or linking an -Application with the Library. The particular version of the Library -with which the Combined Work was made is also called the "Linked -Version". - - The "Minimal Corresponding Source" for a Combined Work means the -Corresponding Source for the Combined Work, excluding any source code -for portions of the Combined Work that, considered in isolation, are -based on the Application, and not on the Linked Version. - - The "Corresponding Application Code" for a Combined Work means the -object code and/or source code for the Application, including any data -and utility programs needed for reproducing the Combined Work from the -Application, but excluding the System Libraries of the Combined Work. - - 1. Exception to Section 3 of the GNU GPL. - - You may convey a covered work under sections 3 and 4 of this License -without being bound by section 3 of the GNU GPL. - - 2. Conveying Modified Versions. - - If you modify a copy of the Library, and, in your modifications, a -facility refers to a function or data to be supplied by an Application -that uses the facility (other than as an argument passed when the -facility is invoked), then you may convey a copy of the modified -version: - - a) under this License, provided that you make a good faith effort to - ensure that, in the event an Application does not supply the - function or data, the facility still operates, and performs - whatever part of its purpose remains meaningful, or - - b) under the GNU GPL, with none of the additional permissions of - this License applicable to that copy. - - 3. Object Code Incorporating Material from Library Header Files. - - The object code form of an Application may incorporate material from -a header file that is part of the Library. You may convey such object -code under terms of your choice, provided that, if the incorporated -material is not limited to numerical parameters, data structure -layouts and accessors, or small macros, inline functions and templates -(ten or fewer lines in length), you do both of the following: - - a) Give prominent notice with each copy of the object code that the - Library is used in it and that the Library and its use are - covered by this License. - - b) Accompany the object code with a copy of the GNU GPL and this license - document. - - 4. Combined Works. - - You may convey a Combined Work under terms of your choice that, -taken together, effectively do not restrict modification of the -portions of the Library contained in the Combined Work and reverse -engineering for debugging such modifications, if you also do each of -the following: - - a) Give prominent notice with each copy of the Combined Work that - the Library is used in it and that the Library and its use are - covered by this License. - - b) Accompany the Combined Work with a copy of the GNU GPL and this license - document. - - c) For a Combined Work that displays copyright notices during - execution, include the copyright notice for the Library among - these notices, as well as a reference directing the user to the - copies of the GNU GPL and this license document. - - d) Do one of the following: - - 0) Convey the Minimal Corresponding Source under the terms of this - License, and the Corresponding Application Code in a form - suitable for, and under terms that permit, the user to - recombine or relink the Application with a modified version of - the Linked Version to produce a modified Combined Work, in the - manner specified by section 6 of the GNU GPL for conveying - Corresponding Source. - - 1) Use a suitable shared library mechanism for linking with the - Library. A suitable mechanism is one that (a) uses at run time - a copy of the Library already present on the user's computer - system, and (b) will operate properly with a modified version - of the Library that is interface-compatible with the Linked - Version. - - e) Provide Installation Information, but only if you would otherwise - be required to provide such information under section 6 of the - GNU GPL, and only to the extent that such information is - necessary to install and execute a modified version of the - Combined Work produced by recombining or relinking the - Application with a modified version of the Linked Version. (If - you use option 4d0, the Installation Information must accompany - the Minimal Corresponding Source and Corresponding Application - Code. If you use option 4d1, you must provide the Installation - Information in the manner specified by section 6 of the GNU GPL - for conveying Corresponding Source.) - - 5. Combined Libraries. - - You may place library facilities that are a work based on the -Library side by side in a single library together with other library -facilities that are not Applications and are not covered by this -License, and convey such a combined library under terms of your -choice, if you do both of the following: - - a) Accompany the combined library with a copy of the same work based - on the Library, uncombined with any other library facilities, - conveyed under the terms of this License. - - b) Give prominent notice with the combined library that part of it - is a work based on the Library, and explaining where to find the - accompanying uncombined form of the same work. - - 6. Revised Versions of the GNU Lesser General Public License. - - The Free Software Foundation may publish revised and/or new versions -of the GNU Lesser General Public License from time to time. Such new -versions will be similar in spirit to the present version, but may -differ in detail to address new problems or concerns. - - Each version is given a distinguishing version number. If the -Library as you received it specifies that a certain numbered version -of the GNU Lesser General Public License "or any later version" -applies to it, you have the option of following the terms and -conditions either of that published version or of any later version -published by the Free Software Foundation. If the Library as you -received it does not specify a version number of the GNU Lesser -General Public License, you may choose any version of the GNU Lesser -General Public License ever published by the Free Software Foundation. - - If the Library as you received it specifies that a proxy can decide -whether future versions of the GNU Lesser General Public License shall -apply, that proxy's public statement of acceptance of any version is -permanent authorization for you to choose that version for the -Library. - -============================================================================== -MinGW-w64 runtime licensing -*************************** - -This program or library was built using MinGW-w64 and statically -linked against the MinGW-w64 runtime. Some parts of the runtime -are under licenses which require that the copyright and license -notices are included when distributing the code in binary form. -These notices are listed below. - - -======================== -Overall copyright notice -======================== - -Copyright (c) 2009, 2010, 2011, 2012, 2013 by the mingw-w64 project - -This license has been certified as open source. It has also been designated -as GPL compatible by the Free Software Foundation (FSF). - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: - - 1. Redistributions in source code must retain the accompanying copyright - notice, this list of conditions, and the following disclaimer. - 2. Redistributions in binary form must reproduce the accompanying - copyright notice, this list of conditions, and the following disclaimer - in the documentation and/or other materials provided with the - distribution. - 3. Names of the copyright holders must not be used to endorse or promote - products derived from this software without prior written permission - from the copyright holders. - 4. The right to distribute this software or to use it for any purpose does - not give you the right to use Servicemarks (sm) or Trademarks (tm) of - the copyright holders. Use of them is covered by separate agreement - with the copyright holders. - 5. If any files are modified, you must cause the modified files to carry - prominent notices stating that you changed the files and the date of - any change. - -Disclaimer - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY EXPRESSED -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 HOLDERS 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. - -======================================== -getopt, getopt_long, and getop_long_only -======================================== - -Copyright (c) 2002 Todd C. Miller - -Permission to use, copy, modify, and distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF -OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - -Sponsored in part by the Defense Advanced Research Projects -Agency (DARPA) and Air Force Research Laboratory, Air Force -Materiel Command, USAF, under agreement number F39502-99-1-0512. - - * * * * * * * - -Copyright (c) 2000 The NetBSD Foundation, Inc. -All rights reserved. - -This code is derived from software contributed to The NetBSD Foundation -by Dieter Baron and Thomas Klausner. - -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 NETBSD FOUNDATION, INC. 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 FOUNDATION 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. - - -=============================================================== -gdtoa: Converting between IEEE floating point numbers and ASCII -=============================================================== - -The author of this software is David M. Gay. - -Copyright (C) 1997, 1998, 1999, 2000, 2001 by Lucent Technologies -All Rights Reserved - -Permission to use, copy, modify, and distribute this software and -its documentation for any purpose and without fee is hereby -granted, provided that the above copyright notice appear in all -copies and that both that the copyright notice and this -permission notice and warranty disclaimer appear in supporting -documentation, and that the name of Lucent or any of its entities -not be used in advertising or publicity pertaining to -distribution of the software without specific, written prior -permission. - -LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, -INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. -IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY -SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER -IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF -THIS SOFTWARE. - - * * * * * * * - -The author of this software is David M. Gay. - -Copyright (C) 2005 by David M. Gay -All Rights Reserved - -Permission to use, copy, modify, and distribute this software and its -documentation for any purpose and without fee is hereby granted, -provided that the above copyright notice appear in all copies and that -both that the copyright notice and this permission notice and warranty -disclaimer appear in supporting documentation, and that the name of -the author or any of his current or former employers not be used in -advertising or publicity pertaining to distribution of the software -without specific, written prior permission. - -THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, -INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN -NO EVENT SHALL THE AUTHOR OR ANY OF HIS CURRENT OR FORMER EMPLOYERS BE -LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY -DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, -WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS -SOFTWARE. - - * * * * * * * - -The author of this software is David M. Gay. - -Copyright (C) 2004 by David M. Gay. -All Rights Reserved -Based on material in the rest of /netlib/fp/gdota.tar.gz, -which is copyright (C) 1998, 2000 by Lucent Technologies. - -Permission to use, copy, modify, and distribute this software and -its documentation for any purpose and without fee is hereby -granted, provided that the above copyright notice appear in all -copies and that both that the copyright notice and this -permission notice and warranty disclaimer appear in supporting -documentation, and that the name of Lucent or any of its entities -not be used in advertising or publicity pertaining to -distribution of the software without specific, written prior -permission. - -LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, -INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. -IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY -SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER -IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF -THIS SOFTWARE. - - -========================= -Parts of the math library -========================= - -Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. - -Developed at SunSoft, a Sun Microsystems, Inc. business. -Permission to use, copy, modify, and distribute this -software is freely granted, provided that this notice -is preserved. - - * * * * * * * - -Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. - -Developed at SunPro, a Sun Microsystems, Inc. business. -Permission to use, copy, modify, and distribute this -software is freely granted, provided that this notice -is preserved. - - * * * * * * * - -FIXME: Cephes math lib -Copyright (C) 1984-1998 Stephen L. Moshier - -It sounds vague, but as to be found at -, it gives an -impression that the author could be willing to give an explicit -permission to distribute those files e.g. under a BSD style license. So -probably there is no problem here, although it could be good to get a -permission from the author and then add a license into the Cephes files -in MinGW runtime. At least on follow-up it is marked that debian sees the -version a-like BSD one. As MinGW.org (where those cephes parts are coming -from) distributes them now over 6 years, it should be fine. - -=================================== -Headers and IDLs imported from Wine -=================================== - -Some header and IDL files were imported from the Wine project. These files -are prominent maked in source. Their copyright belongs to contributors and -they are distributed under LGPL license. - -Disclaimer - -This library is free software; you can redistribute it and/or -modify it under the terms of the GNU Lesser General Public -License as published by the Free Software Foundation; either -version 2.1 of the License, or (at your option) any later version. - -This library is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -Lesser General Public License for more details. - -============================================================================== - GNU GENERAL PUBLIC LICENSE - Version 2, June 1991 - - Copyright (C) 1989, 1991 Free Software Foundation, Inc. - 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The licenses for most software are designed to take away your -freedom to share and change it. By contrast, the GNU General Public -License is intended to guarantee your freedom to share and change free -software--to make sure the software is free for all its users. This -General Public License applies to most of the Free Software -Foundation's software and to any other program whose authors commit to -using it. (Some other Free Software Foundation software is covered by -the GNU Library General Public License instead.) You can apply it to -your programs, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -this service if you wish), that you receive source code or can get it -if you want it, that you can change the software or use pieces of it -in new free programs; and that you know you can do these things. - - To protect your rights, we need to make restrictions that forbid -anyone to deny you these rights or to ask you to surrender the rights. -These restrictions translate to certain responsibilities for you if you -distribute copies of the software, or if you modify it. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must give the recipients all the rights that -you have. You must make sure that they, too, receive or can get the -source code. And you must show them these terms so they know their -rights. - - We protect your rights with two steps: (1) copyright the software, and -(2) offer you this license which gives you legal permission to copy, -distribute and/or modify the software. - - Also, for each author's protection and ours, we want to make certain -that everyone understands that there is no warranty for this free -software. If the software is modified by someone else and passed on, we -want its recipients to know that what they have is not the original, so -that any problems introduced by others will not reflect on the original -authors' reputations. - - Finally, any free program is threatened constantly by software -patents. We wish to avoid the danger that redistributors of a free -program will individually obtain patent licenses, in effect making the -program proprietary. To prevent this, we have made it clear that any -patent must be licensed for everyone's free use or not licensed at all. - - The precise terms and conditions for copying, distribution and -modification follow. - - GNU GENERAL PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. This License applies to any program or other work which contains -a notice placed by the copyright holder saying it may be distributed -under the terms of this General Public License. The "Program", below, -refers to any such program or work, and a "work based on the Program" -means either the Program or any derivative work under copyright law: -that is to say, a work containing the Program or a portion of it, -either verbatim or with modifications and/or translated into another -language. (Hereinafter, translation is included without limitation in -the term "modification".) Each licensee is addressed as "you". - -Activities other than copying, distribution and modification are not -covered by this License; they are outside its scope. The act of -running the Program is not restricted, and the output from the Program -is covered only if its contents constitute a work based on the -Program (independent of having been made by running the Program). -Whether that is true depends on what the Program does. - - 1. You may copy and distribute verbatim copies of the Program's -source code as you receive it, in any medium, provided that you -conspicuously and appropriately publish on each copy an appropriate -copyright notice and disclaimer of warranty; keep intact all the -notices that refer to this License and to the absence of any warranty; -and give any other recipients of the Program a copy of this License -along with the Program. - -You may charge a fee for the physical act of transferring a copy, and -you may at your option offer warranty protection in exchange for a fee. - - 2. You may modify your copy or copies of the Program or any portion -of it, thus forming a work based on the Program, and copy and -distribute such modifications or work under the terms of Section 1 -above, provided that you also meet all of these conditions: - - a) You must cause the modified files to carry prominent notices - stating that you changed the files and the date of any change. - - b) You must cause any work that you distribute or publish, that in - whole or in part contains or is derived from the Program or any - part thereof, to be licensed as a whole at no charge to all third - parties under the terms of this License. - - c) If the modified program normally reads commands interactively - when run, you must cause it, when started running for such - interactive use in the most ordinary way, to print or display an - announcement including an appropriate copyright notice and a - notice that there is no warranty (or else, saying that you provide - a warranty) and that users may redistribute the program under - these conditions, and telling the user how to view a copy of this - License. (Exception: if the Program itself is interactive but - does not normally print such an announcement, your work based on - the Program is not required to print an announcement.) - -These requirements apply to the modified work as a whole. If -identifiable sections of that work are not derived from the Program, -and can be reasonably considered independent and separate works in -themselves, then this License, and its terms, do not apply to those -sections when you distribute them as separate works. But when you -distribute the same sections as part of a whole which is a work based -on the Program, the distribution of the whole must be on the terms of -this License, whose permissions for other licensees extend to the -entire whole, and thus to each and every part regardless of who wrote it. - -Thus, it is not the intent of this section to claim rights or contest -your rights to work written entirely by you; rather, the intent is to -exercise the right to control the distribution of derivative or -collective works based on the Program. - -In addition, mere aggregation of another work not based on the Program -with the Program (or with a work based on the Program) on a volume of -a storage or distribution medium does not bring the other work under -the scope of this License. - - 3. You may copy and distribute the Program (or a work based on it, -under Section 2) in object code or executable form under the terms of -Sections 1 and 2 above provided that you also do one of the following: - - a) Accompany it with the complete corresponding machine-readable - source code, which must be distributed under the terms of Sections - 1 and 2 above on a medium customarily used for software interchange; or, - - b) Accompany it with a written offer, valid for at least three - years, to give any third party, for a charge no more than your - cost of physically performing source distribution, a complete - machine-readable copy of the corresponding source code, to be - distributed under the terms of Sections 1 and 2 above on a medium - customarily used for software interchange; or, - - c) Accompany it with the information you received as to the offer - to distribute corresponding source code. (This alternative is - allowed only for noncommercial distribution and only if you - received the program in object code or executable form with such - an offer, in accord with Subsection b above.) - -The source code for a work means the preferred form of the work for -making modifications to it. For an executable work, complete source -code means all the source code for all modules it contains, plus any -associated interface definition files, plus the scripts used to -control compilation and installation of the executable. However, as a -special exception, the source code distributed need not include -anything that is normally distributed (in either source or binary -form) with the major components (compiler, kernel, and so on) of the -operating system on which the executable runs, unless that component -itself accompanies the executable. - -If distribution of executable or object code is made by offering -access to copy from a designated place, then offering equivalent -access to copy the source code from the same place counts as -distribution of the source code, even though third parties are not -compelled to copy the source along with the object code. - - 4. You may not copy, modify, sublicense, or distribute the Program -except as expressly provided under this License. Any attempt -otherwise to copy, modify, sublicense or distribute the Program is -void, and will automatically terminate your rights under this License. -However, parties who have received copies, or rights, from you under -this License will not have their licenses terminated so long as such -parties remain in full compliance. - - 5. You are not required to accept this License, since you have not -signed it. However, nothing else grants you permission to modify or -distribute the Program or its derivative works. These actions are -prohibited by law if you do not accept this License. Therefore, by -modifying or distributing the Program (or any work based on the -Program), you indicate your acceptance of this License to do so, and -all its terms and conditions for copying, distributing or modifying -the Program or works based on it. - - 6. Each time you redistribute the Program (or any work based on the -Program), the recipient automatically receives a license from the -original licensor to copy, distribute or modify the Program subject to -these terms and conditions. You may not impose any further -restrictions on the recipients' exercise of the rights granted herein. -You are not responsible for enforcing compliance by third parties to -this License. - - 7. If, as a consequence of a court judgment or allegation of patent -infringement or for any other reason (not limited to patent issues), -conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot -distribute so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you -may not distribute the Program at all. For example, if a patent -license would not permit royalty-free redistribution of the Program by -all those who receive copies directly or indirectly through you, then -the only way you could satisfy both it and this License would be to -refrain entirely from distribution of the Program. - -If any portion of this section is held invalid or unenforceable under -any particular circumstance, the balance of the section is intended to -apply and the section as a whole is intended to apply in other -circumstances. - -It is not the purpose of this section to induce you to infringe any -patents or other property right claims or to contest validity of any -such claims; this section has the sole purpose of protecting the -integrity of the free software distribution system, which is -implemented by public license practices. Many people have made -generous contributions to the wide range of software distributed -through that system in reliance on consistent application of that -system; it is up to the author/donor to decide if he or she is willing -to distribute software through any other system and a licensee cannot -impose that choice. - -This section is intended to make thoroughly clear what is believed to -be a consequence of the rest of this License. - - 8. If the distribution and/or use of the Program is restricted in -certain countries either by patents or by copyrighted interfaces, the -original copyright holder who places the Program under this License -may add an explicit geographical distribution limitation excluding -those countries, so that distribution is permitted only in or among -countries not thus excluded. In such case, this License incorporates -the limitation as if written in the body of this License. - - 9. The Free Software Foundation may publish revised and/or new versions -of the General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - -Each version is given a distinguishing version number. If the Program -specifies a version number of this License which applies to it and "any -later version", you have the option of following the terms and conditions -either of that version or of any later version published by the Free -Software Foundation. If the Program does not specify a version number of -this License, you may choose any version ever published by the Free Software -Foundation. - - 10. If you wish to incorporate parts of the Program into other free -programs whose distribution conditions are different, write to the author -to ask for permission. For software which is copyrighted by the Free -Software Foundation, write to the Free Software Foundation; we sometimes -make exceptions for this. Our decision will be guided by the two goals -of preserving the free status of all derivatives of our free software and -of promoting the sharing and reuse of software generally. - - NO WARRANTY - - 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY -FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN -OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES -PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED -OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS -TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE -PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, -REPAIR OR CORRECTION. - - 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR -REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, -INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING -OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED -TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY -YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER -PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE -POSSIBILITY OF SUCH DAMAGES. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -convey the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - - -Also add information on how to contact you by electronic and paper mail. - -If the program is interactive, make it output a short notice like this -when it starts in an interactive mode: - - Gnomovision version 69, Copyright (C) year name of author - Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, the commands you use may -be called something other than `show w' and `show c'; they could even be -mouse-clicks or menu items--whatever suits your program. - -You should also get your employer (if you work as a programmer) or your -school, if any, to sign a "copyright disclaimer" for the program, if -necessary. Here is a sample; alter the names: - - Yoyodyne, Inc., hereby disclaims all copyright interest in the program - `Gnomovision' (which makes passes at compilers) written by James Hacker. - - , 1 April 1989 - Ty Coon, President of Vice - -This General Public License does not permit incorporating your program into -proprietary programs. If your program is a subroutine library, you may -consider it more useful to permit linking proprietary applications with the -library. If this is what you want to do, use the GNU Library General -Public License instead of this License. - -============================================================================== - GNU GENERAL PUBLIC LICENSE - Version 2, June 1991 - - Copyright (C) 1989, 1991 Free Software Foundation, Inc. - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The licenses for most software are designed to take away your -freedom to share and change it. By contrast, the GNU General Public -License is intended to guarantee your freedom to share and change free -software--to make sure the software is free for all its users. This -General Public License applies to most of the Free Software -Foundation's software and to any other program whose authors commit to -using it. (Some other Free Software Foundation software is covered by -the GNU Library General Public License instead.) You can apply it to -your programs, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -this service if you wish), that you receive source code or can get it -if you want it, that you can change the software or use pieces of it -in new free programs; and that you know you can do these things. - - To protect your rights, we need to make restrictions that forbid -anyone to deny you these rights or to ask you to surrender the rights. -These restrictions translate to certain responsibilities for you if you -distribute copies of the software, or if you modify it. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must give the recipients all the rights that -you have. You must make sure that they, too, receive or can get the -source code. And you must show them these terms so they know their -rights. - - We protect your rights with two steps: (1) copyright the software, and -(2) offer you this license which gives you legal permission to copy, -distribute and/or modify the software. - - Also, for each author's protection and ours, we want to make certain -that everyone understands that there is no warranty for this free -software. If the software is modified by someone else and passed on, we -want its recipients to know that what they have is not the original, so -that any problems introduced by others will not reflect on the original -authors' reputations. - - Finally, any free program is threatened constantly by software -patents. We wish to avoid the danger that redistributors of a free -program will individually obtain patent licenses, in effect making the -program proprietary. To prevent this, we have made it clear that any -patent must be licensed for everyone's free use or not licensed at all. - - The precise terms and conditions for copying, distribution and -modification follow. - - GNU GENERAL PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. This License applies to any program or other work which contains -a notice placed by the copyright holder saying it may be distributed -under the terms of this General Public License. The "Program", below, -refers to any such program or work, and a "work based on the Program" -means either the Program or any derivative work under copyright law: -that is to say, a work containing the Program or a portion of it, -either verbatim or with modifications and/or translated into another -language. (Hereinafter, translation is included without limitation in -the term "modification".) Each licensee is addressed as "you". - -Activities other than copying, distribution and modification are not -covered by this License; they are outside its scope. The act of -running the Program is not restricted, and the output from the Program -is covered only if its contents constitute a work based on the -Program (independent of having been made by running the Program). -Whether that is true depends on what the Program does. - - 1. You may copy and distribute verbatim copies of the Program's -source code as you receive it, in any medium, provided that you -conspicuously and appropriately publish on each copy an appropriate -copyright notice and disclaimer of warranty; keep intact all the -notices that refer to this License and to the absence of any warranty; -and give any other recipients of the Program a copy of this License -along with the Program. - -You may charge a fee for the physical act of transferring a copy, and -you may at your option offer warranty protection in exchange for a fee. - - 2. You may modify your copy or copies of the Program or any portion -of it, thus forming a work based on the Program, and copy and -distribute such modifications or work under the terms of Section 1 -above, provided that you also meet all of these conditions: - - a) You must cause the modified files to carry prominent notices - stating that you changed the files and the date of any change. - - b) You must cause any work that you distribute or publish, that in - whole or in part contains or is derived from the Program or any - part thereof, to be licensed as a whole at no charge to all third - parties under the terms of this License. - - c) If the modified program normally reads commands interactively - when run, you must cause it, when started running for such - interactive use in the most ordinary way, to print or display an - announcement including an appropriate copyright notice and a - notice that there is no warranty (or else, saying that you provide - a warranty) and that users may redistribute the program under - these conditions, and telling the user how to view a copy of this - License. (Exception: if the Program itself is interactive but - does not normally print such an announcement, your work based on - the Program is not required to print an announcement.) - -These requirements apply to the modified work as a whole. If -identifiable sections of that work are not derived from the Program, -and can be reasonably considered independent and separate works in -themselves, then this License, and its terms, do not apply to those -sections when you distribute them as separate works. But when you -distribute the same sections as part of a whole which is a work based -on the Program, the distribution of the whole must be on the terms of -this License, whose permissions for other licensees extend to the -entire whole, and thus to each and every part regardless of who wrote it. - -Thus, it is not the intent of this section to claim rights or contest -your rights to work written entirely by you; rather, the intent is to -exercise the right to control the distribution of derivative or -collective works based on the Program. - -In addition, mere aggregation of another work not based on the Program -with the Program (or with a work based on the Program) on a volume of -a storage or distribution medium does not bring the other work under -the scope of this License. - - 3. You may copy and distribute the Program (or a work based on it, -under Section 2) in object code or executable form under the terms of -Sections 1 and 2 above provided that you also do one of the following: - - a) Accompany it with the complete corresponding machine-readable - source code, which must be distributed under the terms of Sections - 1 and 2 above on a medium customarily used for software interchange; or, - - b) Accompany it with a written offer, valid for at least three - years, to give any third party, for a charge no more than your - cost of physically performing source distribution, a complete - machine-readable copy of the corresponding source code, to be - distributed under the terms of Sections 1 and 2 above on a medium - customarily used for software interchange; or, - - c) Accompany it with the information you received as to the offer - to distribute corresponding source code. (This alternative is - allowed only for noncommercial distribution and only if you - received the program in object code or executable form with such - an offer, in accord with Subsection b above.) - -The source code for a work means the preferred form of the work for -making modifications to it. For an executable work, complete source -code means all the source code for all modules it contains, plus any -associated interface definition files, plus the scripts used to -control compilation and installation of the executable. However, as a -special exception, the source code distributed need not include -anything that is normally distributed (in either source or binary -form) with the major components (compiler, kernel, and so on) of the -operating system on which the executable runs, unless that component -itself accompanies the executable. - -If distribution of executable or object code is made by offering -access to copy from a designated place, then offering equivalent -access to copy the source code from the same place counts as -distribution of the source code, even though third parties are not -compelled to copy the source along with the object code. - - 4. You may not copy, modify, sublicense, or distribute the Program -except as expressly provided under this License. Any attempt -otherwise to copy, modify, sublicense or distribute the Program is -void, and will automatically terminate your rights under this License. -However, parties who have received copies, or rights, from you under -this License will not have their licenses terminated so long as such -parties remain in full compliance. - - 5. You are not required to accept this License, since you have not -signed it. However, nothing else grants you permission to modify or -distribute the Program or its derivative works. These actions are -prohibited by law if you do not accept this License. Therefore, by -modifying or distributing the Program (or any work based on the -Program), you indicate your acceptance of this License to do so, and -all its terms and conditions for copying, distributing or modifying -the Program or works based on it. - - 6. Each time you redistribute the Program (or any work based on the -Program), the recipient automatically receives a license from the -original licensor to copy, distribute or modify the Program subject to -these terms and conditions. You may not impose any further -restrictions on the recipients' exercise of the rights granted herein. -You are not responsible for enforcing compliance by third parties to -this License. - - 7. If, as a consequence of a court judgment or allegation of patent -infringement or for any other reason (not limited to patent issues), -conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot -distribute so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you -may not distribute the Program at all. For example, if a patent -license would not permit royalty-free redistribution of the Program by -all those who receive copies directly or indirectly through you, then -the only way you could satisfy both it and this License would be to -refrain entirely from distribution of the Program. - -If any portion of this section is held invalid or unenforceable under -any particular circumstance, the balance of the section is intended to -apply and the section as a whole is intended to apply in other -circumstances. - -It is not the purpose of this section to induce you to infringe any -patents or other property right claims or to contest validity of any -such claims; this section has the sole purpose of protecting the -integrity of the free software distribution system, which is -implemented by public license practices. Many people have made -generous contributions to the wide range of software distributed -through that system in reliance on consistent application of that -system; it is up to the author/donor to decide if he or she is willing -to distribute software through any other system and a licensee cannot -impose that choice. - -This section is intended to make thoroughly clear what is believed to -be a consequence of the rest of this License. - - 8. If the distribution and/or use of the Program is restricted in -certain countries either by patents or by copyrighted interfaces, the -original copyright holder who places the Program under this License -may add an explicit geographical distribution limitation excluding -those countries, so that distribution is permitted only in or among -countries not thus excluded. In such case, this License incorporates -the limitation as if written in the body of this License. - - 9. The Free Software Foundation may publish revised and/or new versions -of the General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - -Each version is given a distinguishing version number. If the Program -specifies a version number of this License which applies to it and "any -later version", you have the option of following the terms and conditions -either of that version or of any later version published by the Free -Software Foundation. If the Program does not specify a version number of -this License, you may choose any version ever published by the Free Software -Foundation. - - 10. If you wish to incorporate parts of the Program into other free -programs whose distribution conditions are different, write to the author -to ask for permission. For software which is copyrighted by the Free -Software Foundation, write to the Free Software Foundation; we sometimes -make exceptions for this. Our decision will be guided by the two goals -of preserving the free status of all derivatives of our free software and -of promoting the sharing and reuse of software generally. - - NO WARRANTY - - 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY -FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN -OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES -PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED -OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS -TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE -PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, -REPAIR OR CORRECTION. - - 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR -REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, -INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING -OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED -TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY -YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER -PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE -POSSIBILITY OF SUCH DAMAGES. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -convey the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. - - - Copyright (C) 19yy - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - - -Also add information on how to contact you by electronic and paper mail. - -If the program is interactive, make it output a short notice like this -when it starts in an interactive mode: - - Gnomovision version 69, Copyright (C) 19yy name of author - Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, the commands you use may -be called something other than `show w' and `show c'; they could even be -mouse-clicks or menu items--whatever suits your program. - -You should also get your employer (if you work as a programmer) or your -school, if any, to sign a "copyright disclaimer" for the program, if -necessary. Here is a sample; alter the names: - - Yoyodyne, Inc., hereby disclaims all copyright interest in the program - `Gnomovision' (which makes passes at compilers) written by James Hacker. - - , 1 April 1989 - Ty Coon, President of Vice - -This General Public License does not permit incorporating your program into -proprietary programs. If your program is a subroutine library, you may -consider it more useful to permit linking proprietary applications with the -library. If this is what you want to do, use the GNU Library General -Public License instead of this License. - -============================================================================== - GNU GENERAL PUBLIC LICENSE - Version 2, June 1991 - - Copyright (C) 1989, 1991 Free Software Foundation, Inc. - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The licenses for most software are designed to take away your -freedom to share and change it. By contrast, the GNU General Public -License is intended to guarantee your freedom to share and change free -software--to make sure the software is free for all its users. This -General Public License applies to most of the Free Software -Foundation's software and to any other program whose authors commit to -using it. (Some other Free Software Foundation software is covered by -the GNU Library General Public License instead.) You can apply it to -your programs, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -this service if you wish), that you receive source code or can get it -if you want it, that you can change the software or use pieces of it -in new free programs; and that you know you can do these things. - - To protect your rights, we need to make restrictions that forbid -anyone to deny you these rights or to ask you to surrender the rights. -These restrictions translate to certain responsibilities for you if you -distribute copies of the software, or if you modify it. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must give the recipients all the rights that -you have. You must make sure that they, too, receive or can get the -source code. And you must show them these terms so they know their -rights. - - We protect your rights with two steps: (1) copyright the software, and -(2) offer you this license which gives you legal permission to copy, -distribute and/or modify the software. - - Also, for each author's protection and ours, we want to make certain -that everyone understands that there is no warranty for this free -software. If the software is modified by someone else and passed on, we -want its recipients to know that what they have is not the original, so -that any problems introduced by others will not reflect on the original -authors' reputations. - - Finally, any free program is threatened constantly by software -patents. We wish to avoid the danger that redistributors of a free -program will individually obtain patent licenses, in effect making the -program proprietary. To prevent this, we have made it clear that any -patent must be licensed for everyone's free use or not licensed at all. - - The precise terms and conditions for copying, distribution and -modification follow. - - GNU GENERAL PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. This License applies to any program or other work which contains -a notice placed by the copyright holder saying it may be distributed -under the terms of this General Public License. The "Program", below, -refers to any such program or work, and a "work based on the Program" -means either the Program or any derivative work under copyright law: -that is to say, a work containing the Program or a portion of it, -either verbatim or with modifications and/or translated into another -language. (Hereinafter, translation is included without limitation in -the term "modification".) Each licensee is addressed as "you". - -Activities other than copying, distribution and modification are not -covered by this License; they are outside its scope. The act of -running the Program is not restricted, and the output from the Program -is covered only if its contents constitute a work based on the -Program (independent of having been made by running the Program). -Whether that is true depends on what the Program does. - - 1. You may copy and distribute verbatim copies of the Program's -source code as you receive it, in any medium, provided that you -conspicuously and appropriately publish on each copy an appropriate -copyright notice and disclaimer of warranty; keep intact all the -notices that refer to this License and to the absence of any warranty; -and give any other recipients of the Program a copy of this License -along with the Program. - -You may charge a fee for the physical act of transferring a copy, and -you may at your option offer warranty protection in exchange for a fee. - - 2. You may modify your copy or copies of the Program or any portion -of it, thus forming a work based on the Program, and copy and -distribute such modifications or work under the terms of Section 1 -above, provided that you also meet all of these conditions: - - a) You must cause the modified files to carry prominent notices - stating that you changed the files and the date of any change. - - b) You must cause any work that you distribute or publish, that in - whole or in part contains or is derived from the Program or any - part thereof, to be licensed as a whole at no charge to all third - parties under the terms of this License. - - c) If the modified program normally reads commands interactively - when run, you must cause it, when started running for such - interactive use in the most ordinary way, to print or display an - announcement including an appropriate copyright notice and a - notice that there is no warranty (or else, saying that you provide - a warranty) and that users may redistribute the program under - these conditions, and telling the user how to view a copy of this - License. (Exception: if the Program itself is interactive but - does not normally print such an announcement, your work based on - the Program is not required to print an announcement.) - -These requirements apply to the modified work as a whole. If -identifiable sections of that work are not derived from the Program, -and can be reasonably considered independent and separate works in -themselves, then this License, and its terms, do not apply to those -sections when you distribute them as separate works. But when you -distribute the same sections as part of a whole which is a work based -on the Program, the distribution of the whole must be on the terms of -this License, whose permissions for other licensees extend to the -entire whole, and thus to each and every part regardless of who wrote it. - -Thus, it is not the intent of this section to claim rights or contest -your rights to work written entirely by you; rather, the intent is to -exercise the right to control the distribution of derivative or -collective works based on the Program. - -In addition, mere aggregation of another work not based on the Program -with the Program (or with a work based on the Program) on a volume of -a storage or distribution medium does not bring the other work under -the scope of this License. - - 3. You may copy and distribute the Program (or a work based on it, -under Section 2) in object code or executable form under the terms of -Sections 1 and 2 above provided that you also do one of the following: - - a) Accompany it with the complete corresponding machine-readable - source code, which must be distributed under the terms of Sections - 1 and 2 above on a medium customarily used for software interchange; or, - - b) Accompany it with a written offer, valid for at least three - years, to give any third party, for a charge no more than your - cost of physically performing source distribution, a complete - machine-readable copy of the corresponding source code, to be - distributed under the terms of Sections 1 and 2 above on a medium - customarily used for software interchange; or, - - c) Accompany it with the information you received as to the offer - to distribute corresponding source code. (This alternative is - allowed only for noncommercial distribution and only if you - received the program in object code or executable form with such - an offer, in accord with Subsection b above.) - -The source code for a work means the preferred form of the work for -making modifications to it. For an executable work, complete source -code means all the source code for all modules it contains, plus any -associated interface definition files, plus the scripts used to -control compilation and installation of the executable. However, as a -special exception, the source code distributed need not include -anything that is normally distributed (in either source or binary -form) with the major components (compiler, kernel, and so on) of the -operating system on which the executable runs, unless that component -itself accompanies the executable. - -If distribution of executable or object code is made by offering -access to copy from a designated place, then offering equivalent -access to copy the source code from the same place counts as -distribution of the source code, even though third parties are not -compelled to copy the source along with the object code. - - 4. You may not copy, modify, sublicense, or distribute the Program -except as expressly provided under this License. Any attempt -otherwise to copy, modify, sublicense or distribute the Program is -void, and will automatically terminate your rights under this License. -However, parties who have received copies, or rights, from you under -this License will not have their licenses terminated so long as such -parties remain in full compliance. - - 5. You are not required to accept this License, since you have not -signed it. However, nothing else grants you permission to modify or -distribute the Program or its derivative works. These actions are -prohibited by law if you do not accept this License. Therefore, by -modifying or distributing the Program (or any work based on the -Program), you indicate your acceptance of this License to do so, and -all its terms and conditions for copying, distributing or modifying -the Program or works based on it. - - 6. Each time you redistribute the Program (or any work based on the -Program), the recipient automatically receives a license from the -original licensor to copy, distribute or modify the Program subject to -these terms and conditions. You may not impose any further -restrictions on the recipients' exercise of the rights granted herein. -You are not responsible for enforcing compliance by third parties to -this License. - - 7. If, as a consequence of a court judgment or allegation of patent -infringement or for any other reason (not limited to patent issues), -conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot -distribute so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you -may not distribute the Program at all. For example, if a patent -license would not permit royalty-free redistribution of the Program by -all those who receive copies directly or indirectly through you, then -the only way you could satisfy both it and this License would be to -refrain entirely from distribution of the Program. - -If any portion of this section is held invalid or unenforceable under -any particular circumstance, the balance of the section is intended to -apply and the section as a whole is intended to apply in other -circumstances. - -It is not the purpose of this section to induce you to infringe any -patents or other property right claims or to contest validity of any -such claims; this section has the sole purpose of protecting the -integrity of the free software distribution system, which is -implemented by public license practices. Many people have made -generous contributions to the wide range of software distributed -through that system in reliance on consistent application of that -system; it is up to the author/donor to decide if he or she is willing -to distribute software through any other system and a licensee cannot -impose that choice. - -This section is intended to make thoroughly clear what is believed to -be a consequence of the rest of this License. - - 8. If the distribution and/or use of the Program is restricted in -certain countries either by patents or by copyrighted interfaces, the -original copyright holder who places the Program under this License -may add an explicit geographical distribution limitation excluding -those countries, so that distribution is permitted only in or among -countries not thus excluded. In such case, this License incorporates -the limitation as if written in the body of this License. - - 9. The Free Software Foundation may publish revised and/or new versions -of the General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - -Each version is given a distinguishing version number. If the Program -specifies a version number of this License which applies to it and "any -later version", you have the option of following the terms and conditions -either of that version or of any later version published by the Free -Software Foundation. If the Program does not specify a version number of -this License, you may choose any version ever published by the Free Software -Foundation. - - 10. If you wish to incorporate parts of the Program into other free -programs whose distribution conditions are different, write to the author -to ask for permission. For software which is copyrighted by the Free -Software Foundation, write to the Free Software Foundation; we sometimes -make exceptions for this. Our decision will be guided by the two goals -of preserving the free status of all derivatives of our free software and -of promoting the sharing and reuse of software generally. - - NO WARRANTY - - 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY -FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN -OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES -PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED -OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS -TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE -PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, -REPAIR OR CORRECTION. - - 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR -REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, -INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING -OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED -TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY -YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER -PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE -POSSIBILITY OF SUCH DAMAGES. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -convey the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - - -Also add information on how to contact you by electronic and paper mail. - -If the program is interactive, make it output a short notice like this -when it starts in an interactive mode: - - Gnomovision version 69, Copyright (C) year name of author - Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, the commands you use may -be called something other than `show w' and `show c'; they could even be -mouse-clicks or menu items--whatever suits your program. - -You should also get your employer (if you work as a programmer) or your -school, if any, to sign a "copyright disclaimer" for the program, if -necessary. Here is a sample; alter the names: - - Yoyodyne, Inc., hereby disclaims all copyright interest in the program - `Gnomovision' (which makes passes at compilers) written by James Hacker. - - , 1 April 1989 - Ty Coon, President of Vice - -This General Public License does not permit incorporating your program into -proprietary programs. If your program is a subroutine library, you may -consider it more useful to permit linking proprietary applications with the -library. If this is what you want to do, use the GNU Library General -Public License instead of this License. - -============================================================================== - GNU GENERAL PUBLIC LICENSE - Version 2, June 1991 - - Copyright (C) 1989, 1991 Free Software Foundation, Inc. - 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The licenses for most software are designed to take away your -freedom to share and change it. By contrast, the GNU General Public -License is intended to guarantee your freedom to share and change free -software--to make sure the software is free for all its users. This -General Public License applies to most of the Free Software -Foundation's software and to any other program whose authors commit to -using it. (Some other Free Software Foundation software is covered by -the GNU Library General Public License instead.) You can apply it to -your programs, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -this service if you wish), that you receive source code or can get it -if you want it, that you can change the software or use pieces of it -in new free programs; and that you know you can do these things. - - To protect your rights, we need to make restrictions that forbid -anyone to deny you these rights or to ask you to surrender the rights. -These restrictions translate to certain responsibilities for you if you -distribute copies of the software, or if you modify it. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must give the recipients all the rights that -you have. You must make sure that they, too, receive or can get the -source code. And you must show them these terms so they know their -rights. - - We protect your rights with two steps: (1) copyright the software, and -(2) offer you this license which gives you legal permission to copy, -distribute and/or modify the software. - - Also, for each author's protection and ours, we want to make certain -that everyone understands that there is no warranty for this free -software. If the software is modified by someone else and passed on, we -want its recipients to know that what they have is not the original, so -that any problems introduced by others will not reflect on the original -authors' reputations. - - Finally, any free program is threatened constantly by software -patents. We wish to avoid the danger that redistributors of a free -program will individually obtain patent licenses, in effect making the -program proprietary. To prevent this, we have made it clear that any -patent must be licensed for everyone's free use or not licensed at all. - - The precise terms and conditions for copying, distribution and -modification follow. - - GNU GENERAL PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. This License applies to any program or other work which contains -a notice placed by the copyright holder saying it may be distributed -under the terms of this General Public License. The "Program", below, -refers to any such program or work, and a "work based on the Program" -means either the Program or any derivative work under copyright law: -that is to say, a work containing the Program or a portion of it, -either verbatim or with modifications and/or translated into another -language. (Hereinafter, translation is included without limitation in -the term "modification".) Each licensee is addressed as "you". - -Activities other than copying, distribution and modification are not -covered by this License; they are outside its scope. The act of -running the Program is not restricted, and the output from the Program -is covered only if its contents constitute a work based on the -Program (independent of having been made by running the Program). -Whether that is true depends on what the Program does. - - 1. You may copy and distribute verbatim copies of the Program's -source code as you receive it, in any medium, provided that you -conspicuously and appropriately publish on each copy an appropriate -copyright notice and disclaimer of warranty; keep intact all the -notices that refer to this License and to the absence of any warranty; -and give any other recipients of the Program a copy of this License -along with the Program. - -You may charge a fee for the physical act of transferring a copy, and -you may at your option offer warranty protection in exchange for a fee. - - 2. You may modify your copy or copies of the Program or any portion -of it, thus forming a work based on the Program, and copy and -distribute such modifications or work under the terms of Section 1 -above, provided that you also meet all of these conditions: - - a) You must cause the modified files to carry prominent notices - stating that you changed the files and the date of any change. - - b) You must cause any work that you distribute or publish, that in - whole or in part contains or is derived from the Program or any - part thereof, to be licensed as a whole at no charge to all third - parties under the terms of this License. - - c) If the modified program normally reads commands interactively - when run, you must cause it, when started running for such - interactive use in the most ordinary way, to print or display an - announcement including an appropriate copyright notice and a - notice that there is no warranty (or else, saying that you provide - a warranty) and that users may redistribute the program under - these conditions, and telling the user how to view a copy of this - License. (Exception: if the Program itself is interactive but - does not normally print such an announcement, your work based on - the Program is not required to print an announcement.) - -These requirements apply to the modified work as a whole. If -identifiable sections of that work are not derived from the Program, -and can be reasonably considered independent and separate works in -themselves, then this License, and its terms, do not apply to those -sections when you distribute them as separate works. But when you -distribute the same sections as part of a whole which is a work based -on the Program, the distribution of the whole must be on the terms of -this License, whose permissions for other licensees extend to the -entire whole, and thus to each and every part regardless of who wrote it. - -Thus, it is not the intent of this section to claim rights or contest -your rights to work written entirely by you; rather, the intent is to -exercise the right to control the distribution of derivative or -collective works based on the Program. - -In addition, mere aggregation of another work not based on the Program -with the Program (or with a work based on the Program) on a volume of -a storage or distribution medium does not bring the other work under -the scope of this License. - - 3. You may copy and distribute the Program (or a work based on it, -under Section 2) in object code or executable form under the terms of -Sections 1 and 2 above provided that you also do one of the following: - - a) Accompany it with the complete corresponding machine-readable - source code, which must be distributed under the terms of Sections - 1 and 2 above on a medium customarily used for software interchange; or, - - b) Accompany it with a written offer, valid for at least three - years, to give any third party, for a charge no more than your - cost of physically performing source distribution, a complete - machine-readable copy of the corresponding source code, to be - distributed under the terms of Sections 1 and 2 above on a medium - customarily used for software interchange; or, - - c) Accompany it with the information you received as to the offer - to distribute corresponding source code. (This alternative is - allowed only for noncommercial distribution and only if you - received the program in object code or executable form with such - an offer, in accord with Subsection b above.) - -The source code for a work means the preferred form of the work for -making modifications to it. For an executable work, complete source -code means all the source code for all modules it contains, plus any -associated interface definition files, plus the scripts used to -control compilation and installation of the executable. However, as a -special exception, the source code distributed need not include -anything that is normally distributed (in either source or binary -form) with the major components (compiler, kernel, and so on) of the -operating system on which the executable runs, unless that component -itself accompanies the executable. - -If distribution of executable or object code is made by offering -access to copy from a designated place, then offering equivalent -access to copy the source code from the same place counts as -distribution of the source code, even though third parties are not -compelled to copy the source along with the object code. - - 4. You may not copy, modify, sublicense, or distribute the Program -except as expressly provided under this License. Any attempt -otherwise to copy, modify, sublicense or distribute the Program is -void, and will automatically terminate your rights under this License. -However, parties who have received copies, or rights, from you under -this License will not have their licenses terminated so long as such -parties remain in full compliance. - - 5. You are not required to accept this License, since you have not -signed it. However, nothing else grants you permission to modify or -distribute the Program or its derivative works. These actions are -prohibited by law if you do not accept this License. Therefore, by -modifying or distributing the Program (or any work based on the -Program), you indicate your acceptance of this License to do so, and -all its terms and conditions for copying, distributing or modifying -the Program or works based on it. - - 6. Each time you redistribute the Program (or any work based on the -Program), the recipient automatically receives a license from the -original licensor to copy, distribute or modify the Program subject to -these terms and conditions. You may not impose any further -restrictions on the recipients' exercise of the rights granted herein. -You are not responsible for enforcing compliance by third parties to -this License. - - 7. If, as a consequence of a court judgment or allegation of patent -infringement or for any other reason (not limited to patent issues), -conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot -distribute so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you -may not distribute the Program at all. For example, if a patent -license would not permit royalty-free redistribution of the Program by -all those who receive copies directly or indirectly through you, then -the only way you could satisfy both it and this License would be to -refrain entirely from distribution of the Program. - -If any portion of this section is held invalid or unenforceable under -any particular circumstance, the balance of the section is intended to -apply and the section as a whole is intended to apply in other -circumstances. - -It is not the purpose of this section to induce you to infringe any -patents or other property right claims or to contest validity of any -such claims; this section has the sole purpose of protecting the -integrity of the free software distribution system, which is -implemented by public license practices. Many people have made -generous contributions to the wide range of software distributed -through that system in reliance on consistent application of that -system; it is up to the author/donor to decide if he or she is willing -to distribute software through any other system and a licensee cannot -impose that choice. - -This section is intended to make thoroughly clear what is believed to -be a consequence of the rest of this License. - - 8. If the distribution and/or use of the Program is restricted in -certain countries either by patents or by copyrighted interfaces, the -original copyright holder who places the Program under this License -may add an explicit geographical distribution limitation excluding -those countries, so that distribution is permitted only in or among -countries not thus excluded. In such case, this License incorporates -the limitation as if written in the body of this License. - - 9. The Free Software Foundation may publish revised and/or new versions -of the General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - -Each version is given a distinguishing version number. If the Program -specifies a version number of this License which applies to it and "any -later version", you have the option of following the terms and conditions -either of that version or of any later version published by the Free -Software Foundation. If the Program does not specify a version number of -this License, you may choose any version ever published by the Free Software -Foundation. - - 10. If you wish to incorporate parts of the Program into other free -programs whose distribution conditions are different, write to the author -to ask for permission. For software which is copyrighted by the Free -Software Foundation, write to the Free Software Foundation; we sometimes -make exceptions for this. Our decision will be guided by the two goals -of preserving the free status of all derivatives of our free software and -of promoting the sharing and reuse of software generally. - - NO WARRANTY - - 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY -FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN -OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES -PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED -OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS -TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE -PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, -REPAIR OR CORRECTION. - - 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR -REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, -INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING -OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED -TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY -YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER -PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE -POSSIBILITY OF SUCH DAMAGES. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -convey the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. - - - Copyright (C) 19yy - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - - -Also add information on how to contact you by electronic and paper mail. - -If the program is interactive, make it output a short notice like this -when it starts in an interactive mode: - - Gnomovision version 69, Copyright (C) 19yy name of author - Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, the commands you use may -be called something other than `show w' and `show c'; they could even be -mouse-clicks or menu items--whatever suits your program. - -You should also get your employer (if you work as a programmer) or your -school, if any, to sign a "copyright disclaimer" for the program, if -necessary. Here is a sample; alter the names: - - Yoyodyne, Inc., hereby disclaims all copyright interest in the program - `Gnomovision' (which makes passes at compilers) written by James Hacker. - - , 1 April 1989 - Ty Coon, President of Vice - -This General Public License does not permit incorporating your program into -proprietary programs. If your program is a subroutine library, you may -consider it more useful to permit linking proprietary applications with the -library. If this is what you want to do, use the GNU Library General -Public License instead of this License. - -============================================================================== - GNU LIBRARY GENERAL PUBLIC LICENSE - Version 2, June 1991 - - Copyright (C) 1991 Free Software Foundation, Inc. - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - -[This is the first released version of the library GPL. It is - numbered 2 because it goes with version 2 of the ordinary GPL.] - - Preamble - - The licenses for most software are designed to take away your -freedom to share and change it. By contrast, the GNU General Public -Licenses are intended to guarantee your freedom to share and change -free software--to make sure the software is free for all its users. - - This license, the Library General Public License, applies to some -specially designated Free Software Foundation software, and to any -other libraries whose authors decide to use it. You can use it for -your libraries, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -this service if you wish), that you receive source code or can get it -if you want it, that you can change the software or use pieces of it -in new free programs; and that you know you can do these things. - - To protect your rights, we need to make restrictions that forbid -anyone to deny you these rights or to ask you to surrender the rights. -These restrictions translate to certain responsibilities for you if -you distribute copies of the library, or if you modify it. - - For example, if you distribute copies of the library, whether gratis -or for a fee, you must give the recipients all the rights that we gave -you. You must make sure that they, too, receive or can get the source -code. If you link a program with the library, you must provide -complete object files to the recipients so that they can relink them -with the library, after making changes to the library and recompiling -it. And you must show them these terms so they know their rights. - - Our method of protecting your rights has two steps: (1) copyright -the library, and (2) offer you this license which gives you legal -permission to copy, distribute and/or modify the library. - - Also, for each distributor's protection, we want to make certain -that everyone understands that there is no warranty for this free -library. If the library is modified by someone else and passed on, we -want its recipients to know that what they have is not the original -version, so that any problems introduced by others will not reflect on -the original authors' reputations. - - Finally, any free program is threatened constantly by software -patents. We wish to avoid the danger that companies distributing free -software will individually obtain patent licenses, thus in effect -transforming the program into proprietary software. To prevent this, -we have made it clear that any patent must be licensed for everyone's -free use or not licensed at all. - - Most GNU software, including some libraries, is covered by the ordinary -GNU General Public License, which was designed for utility programs. This -license, the GNU Library General Public License, applies to certain -designated libraries. This license is quite different from the ordinary -one; be sure to read it in full, and don't assume that anything in it is -the same as in the ordinary license. - - The reason we have a separate public license for some libraries is that -they blur the distinction we usually make between modifying or adding to a -program and simply using it. Linking a program with a library, without -changing the library, is in some sense simply using the library, and is -analogous to running a utility program or application program. However, in -a textual and legal sense, the linked executable is a combined work, a -derivative of the original library, and the ordinary General Public License -treats it as such. - - Because of this blurred distinction, using the ordinary General -Public License for libraries did not effectively promote software -sharing, because most developers did not use the libraries. We -concluded that weaker conditions might promote sharing better. - - However, unrestricted linking of non-free programs would deprive the -users of those programs of all benefit from the free status of the -libraries themselves. This Library General Public License is intended to -permit developers of non-free programs to use free libraries, while -preserving your freedom as a user of such programs to change the free -libraries that are incorporated in them. (We have not seen how to achieve -this as regards changes in header files, but we have achieved it as regards -changes in the actual functions of the Library.) The hope is that this -will lead to faster development of free libraries. - - The precise terms and conditions for copying, distribution and -modification follow. Pay close attention to the difference between a -"work based on the library" and a "work that uses the library". The -former contains code derived from the library, while the latter only -works together with the library. - - Note that it is possible for a library to be covered by the ordinary -General Public License rather than by this special one. - - GNU LIBRARY GENERAL PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. This License Agreement applies to any software library which -contains a notice placed by the copyright holder or other authorized -party saying it may be distributed under the terms of this Library -General Public License (also called "this License"). Each licensee is -addressed as "you". - - A "library" means a collection of software functions and/or data -prepared so as to be conveniently linked with application programs -(which use some of those functions and data) to form executables. - - The "Library", below, refers to any such software library or work -which has been distributed under these terms. A "work based on the -Library" means either the Library or any derivative work under -copyright law: that is to say, a work containing the Library or a -portion of it, either verbatim or with modifications and/or translated -straightforwardly into another language. (Hereinafter, translation is -included without limitation in the term "modification".) - - "Source code" for a work means the preferred form of the work for -making modifications to it. For a library, complete source code means -all the source code for all modules it contains, plus any associated -interface definition files, plus the scripts used to control compilation -and installation of the library. - - Activities other than copying, distribution and modification are not -covered by this License; they are outside its scope. The act of -running a program using the Library is not restricted, and output from -such a program is covered only if its contents constitute a work based -on the Library (independent of the use of the Library in a tool for -writing it). Whether that is true depends on what the Library does -and what the program that uses the Library does. - - 1. You may copy and distribute verbatim copies of the Library's -complete source code as you receive it, in any medium, provided that -you conspicuously and appropriately publish on each copy an -appropriate copyright notice and disclaimer of warranty; keep intact -all the notices that refer to this License and to the absence of any -warranty; and distribute a copy of this License along with the -Library. - - You may charge a fee for the physical act of transferring a copy, -and you may at your option offer warranty protection in exchange for a -fee. - - 2. You may modify your copy or copies of the Library or any portion -of it, thus forming a work based on the Library, and copy and -distribute such modifications or work under the terms of Section 1 -above, provided that you also meet all of these conditions: - - a) The modified work must itself be a software library. - - b) You must cause the files modified to carry prominent notices - stating that you changed the files and the date of any change. - - c) You must cause the whole of the work to be licensed at no - charge to all third parties under the terms of this License. - - d) If a facility in the modified Library refers to a function or a - table of data to be supplied by an application program that uses - the facility, other than as an argument passed when the facility - is invoked, then you must make a good faith effort to ensure that, - in the event an application does not supply such function or - table, the facility still operates, and performs whatever part of - its purpose remains meaningful. - - (For example, a function in a library to compute square roots has - a purpose that is entirely well-defined independent of the - application. Therefore, Subsection 2d requires that any - application-supplied function or table used by this function must - be optional: if the application does not supply it, the square - root function must still compute square roots.) - -These requirements apply to the modified work as a whole. If -identifiable sections of that work are not derived from the Library, -and can be reasonably considered independent and separate works in -themselves, then this License, and its terms, do not apply to those -sections when you distribute them as separate works. But when you -distribute the same sections as part of a whole which is a work based -on the Library, the distribution of the whole must be on the terms of -this License, whose permissions for other licensees extend to the -entire whole, and thus to each and every part regardless of who wrote -it. - -Thus, it is not the intent of this section to claim rights or contest -your rights to work written entirely by you; rather, the intent is to -exercise the right to control the distribution of derivative or -collective works based on the Library. - -In addition, mere aggregation of another work not based on the Library -with the Library (or with a work based on the Library) on a volume of -a storage or distribution medium does not bring the other work under -the scope of this License. - - 3. You may opt to apply the terms of the ordinary GNU General Public -License instead of this License to a given copy of the Library. To do -this, you must alter all the notices that refer to this License, so -that they refer to the ordinary GNU General Public License, version 2, -instead of to this License. (If a newer version than version 2 of the -ordinary GNU General Public License has appeared, then you can specify -that version instead if you wish.) Do not make any other change in -these notices. - - Once this change is made in a given copy, it is irreversible for -that copy, so the ordinary GNU General Public License applies to all -subsequent copies and derivative works made from that copy. - - This option is useful when you wish to copy part of the code of -the Library into a program that is not a library. - - 4. You may copy and distribute the Library (or a portion or -derivative of it, under Section 2) in object code or executable form -under the terms of Sections 1 and 2 above provided that you accompany -it with the complete corresponding machine-readable source code, which -must be distributed under the terms of Sections 1 and 2 above on a -medium customarily used for software interchange. - - If distribution of object code is made by offering access to copy -from a designated place, then offering equivalent access to copy the -source code from the same place satisfies the requirement to -distribute the source code, even though third parties are not -compelled to copy the source along with the object code. - - 5. A program that contains no derivative of any portion of the -Library, but is designed to work with the Library by being compiled or -linked with it, is called a "work that uses the Library". Such a -work, in isolation, is not a derivative work of the Library, and -therefore falls outside the scope of this License. - - However, linking a "work that uses the Library" with the Library -creates an executable that is a derivative of the Library (because it -contains portions of the Library), rather than a "work that uses the -library". The executable is therefore covered by this License. -Section 6 states terms for distribution of such executables. - - When a "work that uses the Library" uses material from a header file -that is part of the Library, the object code for the work may be a -derivative work of the Library even though the source code is not. -Whether this is true is especially significant if the work can be -linked without the Library, or if the work is itself a library. The -threshold for this to be true is not precisely defined by law. - - If such an object file uses only numerical parameters, data -structure layouts and accessors, and small macros and small inline -functions (ten lines or less in length), then the use of the object -file is unrestricted, regardless of whether it is legally a derivative -work. (Executables containing this object code plus portions of the -Library will still fall under Section 6.) - - Otherwise, if the work is a derivative of the Library, you may -distribute the object code for the work under the terms of Section 6. -Any executables containing that work also fall under Section 6, -whether or not they are linked directly with the Library itself. - - 6. As an exception to the Sections above, you may also compile or -link a "work that uses the Library" with the Library to produce a -work containing portions of the Library, and distribute that work -under terms of your choice, provided that the terms permit -modification of the work for the customer's own use and reverse -engineering for debugging such modifications. - - You must give prominent notice with each copy of the work that the -Library is used in it and that the Library and its use are covered by -this License. You must supply a copy of this License. If the work -during execution displays copyright notices, you must include the -copyright notice for the Library among them, as well as a reference -directing the user to the copy of this License. Also, you must do one -of these things: - - a) Accompany the work with the complete corresponding - machine-readable source code for the Library including whatever - changes were used in the work (which must be distributed under - Sections 1 and 2 above); and, if the work is an executable linked - with the Library, with the complete machine-readable "work that - uses the Library", as object code and/or source code, so that the - user can modify the Library and then relink to produce a modified - executable containing the modified Library. (It is understood - that the user who changes the contents of definitions files in the - Library will not necessarily be able to recompile the application - to use the modified definitions.) - - b) Accompany the work with a written offer, valid for at - least three years, to give the same user the materials - specified in Subsection 6a, above, for a charge no more - than the cost of performing this distribution. - - c) If distribution of the work is made by offering access to copy - from a designated place, offer equivalent access to copy the above - specified materials from the same place. - - d) Verify that the user has already received a copy of these - materials or that you have already sent this user a copy. - - For an executable, the required form of the "work that uses the -Library" must include any data and utility programs needed for -reproducing the executable from it. However, as a special exception, -the source code distributed need not include anything that is normally -distributed (in either source or binary form) with the major -components (compiler, kernel, and so on) of the operating system on -which the executable runs, unless that component itself accompanies -the executable. - - It may happen that this requirement contradicts the license -restrictions of other proprietary libraries that do not normally -accompany the operating system. Such a contradiction means you cannot -use both them and the Library together in an executable that you -distribute. - - 7. You may place library facilities that are a work based on the -Library side-by-side in a single library together with other library -facilities not covered by this License, and distribute such a combined -library, provided that the separate distribution of the work based on -the Library and of the other library facilities is otherwise -permitted, and provided that you do these two things: - - a) Accompany the combined library with a copy of the same work - based on the Library, uncombined with any other library - facilities. This must be distributed under the terms of the - Sections above. - - b) Give prominent notice with the combined library of the fact - that part of it is a work based on the Library, and explaining - where to find the accompanying uncombined form of the same work. - - 8. You may not copy, modify, sublicense, link with, or distribute -the Library except as expressly provided under this License. Any -attempt otherwise to copy, modify, sublicense, link with, or -distribute the Library is void, and will automatically terminate your -rights under this License. However, parties who have received copies, -or rights, from you under this License will not have their licenses -terminated so long as such parties remain in full compliance. - - 9. You are not required to accept this License, since you have not -signed it. However, nothing else grants you permission to modify or -distribute the Library or its derivative works. These actions are -prohibited by law if you do not accept this License. Therefore, by -modifying or distributing the Library (or any work based on the -Library), you indicate your acceptance of this License to do so, and -all its terms and conditions for copying, distributing or modifying -the Library or works based on it. - - 10. Each time you redistribute the Library (or any work based on the -Library), the recipient automatically receives a license from the -original licensor to copy, distribute, link with or modify the Library -subject to these terms and conditions. You may not impose any further -restrictions on the recipients' exercise of the rights granted herein. -You are not responsible for enforcing compliance by third parties to -this License. - - 11. If, as a consequence of a court judgment or allegation of patent -infringement or for any other reason (not limited to patent issues), -conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot -distribute so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you -may not distribute the Library at all. For example, if a patent -license would not permit royalty-free redistribution of the Library by -all those who receive copies directly or indirectly through you, then -the only way you could satisfy both it and this License would be to -refrain entirely from distribution of the Library. - -If any portion of this section is held invalid or unenforceable under any -particular circumstance, the balance of the section is intended to apply, -and the section as a whole is intended to apply in other circumstances. - -It is not the purpose of this section to induce you to infringe any -patents or other property right claims or to contest validity of any -such claims; this section has the sole purpose of protecting the -integrity of the free software distribution system which is -implemented by public license practices. Many people have made -generous contributions to the wide range of software distributed -through that system in reliance on consistent application of that -system; it is up to the author/donor to decide if he or she is willing -to distribute software through any other system and a licensee cannot -impose that choice. - -This section is intended to make thoroughly clear what is believed to -be a consequence of the rest of this License. - - 12. If the distribution and/or use of the Library is restricted in -certain countries either by patents or by copyrighted interfaces, the -original copyright holder who places the Library under this License may add -an explicit geographical distribution limitation excluding those countries, -so that distribution is permitted only in or among countries not thus -excluded. In such case, this License incorporates the limitation as if -written in the body of this License. - - 13. The Free Software Foundation may publish revised and/or new -versions of the Library General Public License from time to time. -Such new versions will be similar in spirit to the present version, -but may differ in detail to address new problems or concerns. - -Each version is given a distinguishing version number. If the Library -specifies a version number of this License which applies to it and -"any later version", you have the option of following the terms and -conditions either of that version or of any later version published by -the Free Software Foundation. If the Library does not specify a -license version number, you may choose any version ever published by -the Free Software Foundation. - - 14. If you wish to incorporate parts of the Library into other free -programs whose distribution conditions are incompatible with these, -write to the author to ask for permission. For software which is -copyrighted by the Free Software Foundation, write to the Free -Software Foundation; we sometimes make exceptions for this. Our -decision will be guided by the two goals of preserving the free status -of all derivatives of our free software and of promoting the sharing -and reuse of software generally. - - NO WARRANTY - - 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO -WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. -EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR -OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY -KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE -LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME -THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - - 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN -WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY -AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU -FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR -CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE -LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING -RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A -FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF -SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGES. - - END OF TERMS AND CONDITIONS - - Appendix: How to Apply These Terms to Your New Libraries - - If you develop a new library, and you want it to be of the greatest -possible use to the public, we recommend making it free software that -everyone can redistribute and change. You can do so by permitting -redistribution under these terms (or, alternatively, under the terms of the -ordinary General Public License). - - To apply these terms, attach the following notices to the library. It is -safest to attach them to the start of each source file to most effectively -convey the exclusion of warranty; and each file should have at least the -"copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Library General Public - License as published by the Free Software Foundation; either - version 2 of the License, or (at your option) any later version. - - This library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Library General Public License for more details. - - You should have received a copy of the GNU Library General Public - License along with this library; if not, write to the Free - Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - MA 02110-1301, USA - -Also add information on how to contact you by electronic and paper mail. - -You should also get your employer (if you work as a programmer) or your -school, if any, to sign a "copyright disclaimer" for the library, if -necessary. Here is a sample; alter the names: - - Yoyodyne, Inc., hereby disclaims all copyright interest in the - library `Frob' (a library for tweaking knobs) written by James Random Hacker. - - , 1 April 1990 - Ty Coon, President of Vice - -That's all there is to it! - -============================================================================== - GNU LESSER GENERAL PUBLIC LICENSE - Version 2.1, February 1999 - - Copyright (C) 1991, 1999 Free Software Foundation, Inc. - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - -[This is the first released version of the Lesser GPL. It also counts - as the successor of the GNU Library Public License, version 2, hence - the version number 2.1.] - - Preamble - - The licenses for most software are designed to take away your -freedom to share and change it. By contrast, the GNU General Public -Licenses are intended to guarantee your freedom to share and change -free software--to make sure the software is free for all its users. - - This license, the Lesser General Public License, applies to some -specially designated software packages--typically libraries--of the -Free Software Foundation and other authors who decide to use it. You -can use it too, but we suggest you first think carefully about whether -this license or the ordinary General Public License is the better -strategy to use in any particular case, based on the explanations below. - - When we speak of free software, we are referring to freedom of use, -not price. Our General Public Licenses are designed to make sure that -you have the freedom to distribute copies of free software (and charge -for this service if you wish); that you receive source code or can get -it if you want it; that you can change the software and use pieces of -it in new free programs; and that you are informed that you can do -these things. - - To protect your rights, we need to make restrictions that forbid -distributors to deny you these rights or to ask you to surrender these -rights. These restrictions translate to certain responsibilities for -you if you distribute copies of the library or if you modify it. - - For example, if you distribute copies of the library, whether gratis -or for a fee, you must give the recipients all the rights that we gave -you. You must make sure that they, too, receive or can get the source -code. If you link other code with the library, you must provide -complete object files to the recipients, so that they can relink them -with the library after making changes to the library and recompiling -it. And you must show them these terms so they know their rights. - - We protect your rights with a two-step method: (1) we copyright the -library, and (2) we offer you this license, which gives you legal -permission to copy, distribute and/or modify the library. - - To protect each distributor, we want to make it very clear that -there is no warranty for the free library. Also, if the library is -modified by someone else and passed on, the recipients should know -that what they have is not the original version, so that the original -author's reputation will not be affected by problems that might be -introduced by others. - - Finally, software patents pose a constant threat to the existence of -any free program. We wish to make sure that a company cannot -effectively restrict the users of a free program by obtaining a -restrictive license from a patent holder. Therefore, we insist that -any patent license obtained for a version of the library must be -consistent with the full freedom of use specified in this license. - - Most GNU software, including some libraries, is covered by the -ordinary GNU General Public License. This license, the GNU Lesser -General Public License, applies to certain designated libraries, and -is quite different from the ordinary General Public License. We use -this license for certain libraries in order to permit linking those -libraries into non-free programs. - - When a program is linked with a library, whether statically or using -a shared library, the combination of the two is legally speaking a -combined work, a derivative of the original library. The ordinary -General Public License therefore permits such linking only if the -entire combination fits its criteria of freedom. The Lesser General -Public License permits more lax criteria for linking other code with -the library. - - We call this license the "Lesser" General Public License because it -does Less to protect the user's freedom than the ordinary General -Public License. It also provides other free software developers Less -of an advantage over competing non-free programs. These disadvantages -are the reason we use the ordinary General Public License for many -libraries. However, the Lesser license provides advantages in certain -special circumstances. - - For example, on rare occasions, there may be a special need to -encourage the widest possible use of a certain library, so that it becomes -a de-facto standard. To achieve this, non-free programs must be -allowed to use the library. A more frequent case is that a free -library does the same job as widely used non-free libraries. In this -case, there is little to gain by limiting the free library to free -software only, so we use the Lesser General Public License. - - In other cases, permission to use a particular library in non-free -programs enables a greater number of people to use a large body of -free software. For example, permission to use the GNU C Library in -non-free programs enables many more people to use the whole GNU -operating system, as well as its variant, the GNU/Linux operating -system. - - Although the Lesser General Public License is Less protective of the -users' freedom, it does ensure that the user of a program that is -linked with the Library has the freedom and the wherewithal to run -that program using a modified version of the Library. - - The precise terms and conditions for copying, distribution and -modification follow. Pay close attention to the difference between a -"work based on the library" and a "work that uses the library". The -former contains code derived from the library, whereas the latter must -be combined with the library in order to run. - - GNU LESSER GENERAL PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. This License Agreement applies to any software library or other -program which contains a notice placed by the copyright holder or -other authorized party saying it may be distributed under the terms of -this Lesser General Public License (also called "this License"). -Each licensee is addressed as "you". - - A "library" means a collection of software functions and/or data -prepared so as to be conveniently linked with application programs -(which use some of those functions and data) to form executables. - - The "Library", below, refers to any such software library or work -which has been distributed under these terms. A "work based on the -Library" means either the Library or any derivative work under -copyright law: that is to say, a work containing the Library or a -portion of it, either verbatim or with modifications and/or translated -straightforwardly into another language. (Hereinafter, translation is -included without limitation in the term "modification".) - - "Source code" for a work means the preferred form of the work for -making modifications to it. For a library, complete source code means -all the source code for all modules it contains, plus any associated -interface definition files, plus the scripts used to control compilation -and installation of the library. - - Activities other than copying, distribution and modification are not -covered by this License; they are outside its scope. The act of -running a program using the Library is not restricted, and output from -such a program is covered only if its contents constitute a work based -on the Library (independent of the use of the Library in a tool for -writing it). Whether that is true depends on what the Library does -and what the program that uses the Library does. - - 1. You may copy and distribute verbatim copies of the Library's -complete source code as you receive it, in any medium, provided that -you conspicuously and appropriately publish on each copy an -appropriate copyright notice and disclaimer of warranty; keep intact -all the notices that refer to this License and to the absence of any -warranty; and distribute a copy of this License along with the -Library. - - You may charge a fee for the physical act of transferring a copy, -and you may at your option offer warranty protection in exchange for a -fee. - - 2. You may modify your copy or copies of the Library or any portion -of it, thus forming a work based on the Library, and copy and -distribute such modifications or work under the terms of Section 1 -above, provided that you also meet all of these conditions: - - a) The modified work must itself be a software library. - - b) You must cause the files modified to carry prominent notices - stating that you changed the files and the date of any change. - - c) You must cause the whole of the work to be licensed at no - charge to all third parties under the terms of this License. - - d) If a facility in the modified Library refers to a function or a - table of data to be supplied by an application program that uses - the facility, other than as an argument passed when the facility - is invoked, then you must make a good faith effort to ensure that, - in the event an application does not supply such function or - table, the facility still operates, and performs whatever part of - its purpose remains meaningful. - - (For example, a function in a library to compute square roots has - a purpose that is entirely well-defined independent of the - application. Therefore, Subsection 2d requires that any - application-supplied function or table used by this function must - be optional: if the application does not supply it, the square - root function must still compute square roots.) - -These requirements apply to the modified work as a whole. If -identifiable sections of that work are not derived from the Library, -and can be reasonably considered independent and separate works in -themselves, then this License, and its terms, do not apply to those -sections when you distribute them as separate works. But when you -distribute the same sections as part of a whole which is a work based -on the Library, the distribution of the whole must be on the terms of -this License, whose permissions for other licensees extend to the -entire whole, and thus to each and every part regardless of who wrote -it. - -Thus, it is not the intent of this section to claim rights or contest -your rights to work written entirely by you; rather, the intent is to -exercise the right to control the distribution of derivative or -collective works based on the Library. - -In addition, mere aggregation of another work not based on the Library -with the Library (or with a work based on the Library) on a volume of -a storage or distribution medium does not bring the other work under -the scope of this License. - - 3. You may opt to apply the terms of the ordinary GNU General Public -License instead of this License to a given copy of the Library. To do -this, you must alter all the notices that refer to this License, so -that they refer to the ordinary GNU General Public License, version 2, -instead of to this License. (If a newer version than version 2 of the -ordinary GNU General Public License has appeared, then you can specify -that version instead if you wish.) Do not make any other change in -these notices. - - Once this change is made in a given copy, it is irreversible for -that copy, so the ordinary GNU General Public License applies to all -subsequent copies and derivative works made from that copy. - - This option is useful when you wish to copy part of the code of -the Library into a program that is not a library. - - 4. You may copy and distribute the Library (or a portion or -derivative of it, under Section 2) in object code or executable form -under the terms of Sections 1 and 2 above provided that you accompany -it with the complete corresponding machine-readable source code, which -must be distributed under the terms of Sections 1 and 2 above on a -medium customarily used for software interchange. - - If distribution of object code is made by offering access to copy -from a designated place, then offering equivalent access to copy the -source code from the same place satisfies the requirement to -distribute the source code, even though third parties are not -compelled to copy the source along with the object code. - - 5. A program that contains no derivative of any portion of the -Library, but is designed to work with the Library by being compiled or -linked with it, is called a "work that uses the Library". Such a -work, in isolation, is not a derivative work of the Library, and -therefore falls outside the scope of this License. - - However, linking a "work that uses the Library" with the Library -creates an executable that is a derivative of the Library (because it -contains portions of the Library), rather than a "work that uses the -library". The executable is therefore covered by this License. -Section 6 states terms for distribution of such executables. - - When a "work that uses the Library" uses material from a header file -that is part of the Library, the object code for the work may be a -derivative work of the Library even though the source code is not. -Whether this is true is especially significant if the work can be -linked without the Library, or if the work is itself a library. The -threshold for this to be true is not precisely defined by law. - - If such an object file uses only numerical parameters, data -structure layouts and accessors, and small macros and small inline -functions (ten lines or less in length), then the use of the object -file is unrestricted, regardless of whether it is legally a derivative -work. (Executables containing this object code plus portions of the -Library will still fall under Section 6.) - - Otherwise, if the work is a derivative of the Library, you may -distribute the object code for the work under the terms of Section 6. -Any executables containing that work also fall under Section 6, -whether or not they are linked directly with the Library itself. - - 6. As an exception to the Sections above, you may also combine or -link a "work that uses the Library" with the Library to produce a -work containing portions of the Library, and distribute that work -under terms of your choice, provided that the terms permit -modification of the work for the customer's own use and reverse -engineering for debugging such modifications. - - You must give prominent notice with each copy of the work that the -Library is used in it and that the Library and its use are covered by -this License. You must supply a copy of this License. If the work -during execution displays copyright notices, you must include the -copyright notice for the Library among them, as well as a reference -directing the user to the copy of this License. Also, you must do one -of these things: - - a) Accompany the work with the complete corresponding - machine-readable source code for the Library including whatever - changes were used in the work (which must be distributed under - Sections 1 and 2 above); and, if the work is an executable linked - with the Library, with the complete machine-readable "work that - uses the Library", as object code and/or source code, so that the - user can modify the Library and then relink to produce a modified - executable containing the modified Library. (It is understood - that the user who changes the contents of definitions files in the - Library will not necessarily be able to recompile the application - to use the modified definitions.) - - b) Use a suitable shared library mechanism for linking with the - Library. A suitable mechanism is one that (1) uses at run time a - copy of the library already present on the user's computer system, - rather than copying library functions into the executable, and (2) - will operate properly with a modified version of the library, if - the user installs one, as long as the modified version is - interface-compatible with the version that the work was made with. - - c) Accompany the work with a written offer, valid for at - least three years, to give the same user the materials - specified in Subsection 6a, above, for a charge no more - than the cost of performing this distribution. - - d) If distribution of the work is made by offering access to copy - from a designated place, offer equivalent access to copy the above - specified materials from the same place. - - e) Verify that the user has already received a copy of these - materials or that you have already sent this user a copy. - - For an executable, the required form of the "work that uses the -Library" must include any data and utility programs needed for -reproducing the executable from it. However, as a special exception, -the materials to be distributed need not include anything that is -normally distributed (in either source or binary form) with the major -components (compiler, kernel, and so on) of the operating system on -which the executable runs, unless that component itself accompanies -the executable. - - It may happen that this requirement contradicts the license -restrictions of other proprietary libraries that do not normally -accompany the operating system. Such a contradiction means you cannot -use both them and the Library together in an executable that you -distribute. - - 7. You may place library facilities that are a work based on the -Library side-by-side in a single library together with other library -facilities not covered by this License, and distribute such a combined -library, provided that the separate distribution of the work based on -the Library and of the other library facilities is otherwise -permitted, and provided that you do these two things: - - a) Accompany the combined library with a copy of the same work - based on the Library, uncombined with any other library - facilities. This must be distributed under the terms of the - Sections above. - - b) Give prominent notice with the combined library of the fact - that part of it is a work based on the Library, and explaining - where to find the accompanying uncombined form of the same work. - - 8. You may not copy, modify, sublicense, link with, or distribute -the Library except as expressly provided under this License. Any -attempt otherwise to copy, modify, sublicense, link with, or -distribute the Library is void, and will automatically terminate your -rights under this License. However, parties who have received copies, -or rights, from you under this License will not have their licenses -terminated so long as such parties remain in full compliance. - - 9. You are not required to accept this License, since you have not -signed it. However, nothing else grants you permission to modify or -distribute the Library or its derivative works. These actions are -prohibited by law if you do not accept this License. Therefore, by -modifying or distributing the Library (or any work based on the -Library), you indicate your acceptance of this License to do so, and -all its terms and conditions for copying, distributing or modifying -the Library or works based on it. - - 10. Each time you redistribute the Library (or any work based on the -Library), the recipient automatically receives a license from the -original licensor to copy, distribute, link with or modify the Library -subject to these terms and conditions. You may not impose any further -restrictions on the recipients' exercise of the rights granted herein. -You are not responsible for enforcing compliance by third parties with -this License. - - 11. If, as a consequence of a court judgment or allegation of patent -infringement or for any other reason (not limited to patent issues), -conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot -distribute so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you -may not distribute the Library at all. For example, if a patent -license would not permit royalty-free redistribution of the Library by -all those who receive copies directly or indirectly through you, then -the only way you could satisfy both it and this License would be to -refrain entirely from distribution of the Library. - -If any portion of this section is held invalid or unenforceable under any -particular circumstance, the balance of the section is intended to apply, -and the section as a whole is intended to apply in other circumstances. - -It is not the purpose of this section to induce you to infringe any -patents or other property right claims or to contest validity of any -such claims; this section has the sole purpose of protecting the -integrity of the free software distribution system which is -implemented by public license practices. Many people have made -generous contributions to the wide range of software distributed -through that system in reliance on consistent application of that -system; it is up to the author/donor to decide if he or she is willing -to distribute software through any other system and a licensee cannot -impose that choice. - -This section is intended to make thoroughly clear what is believed to -be a consequence of the rest of this License. - - 12. If the distribution and/or use of the Library is restricted in -certain countries either by patents or by copyrighted interfaces, the -original copyright holder who places the Library under this License may add -an explicit geographical distribution limitation excluding those countries, -so that distribution is permitted only in or among countries not thus -excluded. In such case, this License incorporates the limitation as if -written in the body of this License. - - 13. The Free Software Foundation may publish revised and/or new -versions of the Lesser General Public License from time to time. -Such new versions will be similar in spirit to the present version, -but may differ in detail to address new problems or concerns. - -Each version is given a distinguishing version number. If the Library -specifies a version number of this License which applies to it and -"any later version", you have the option of following the terms and -conditions either of that version or of any later version published by -the Free Software Foundation. If the Library does not specify a -license version number, you may choose any version ever published by -the Free Software Foundation. - - 14. If you wish to incorporate parts of the Library into other free -programs whose distribution conditions are incompatible with these, -write to the author to ask for permission. For software which is -copyrighted by the Free Software Foundation, write to the Free -Software Foundation; we sometimes make exceptions for this. Our -decision will be guided by the two goals of preserving the free status -of all derivatives of our free software and of promoting the sharing -and reuse of software generally. - - NO WARRANTY - - 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO -WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. -EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR -OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY -KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE -LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME -THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - - 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN -WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY -AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU -FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR -CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE -LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING -RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A -FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF -SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGES. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Libraries - - If you develop a new library, and you want it to be of the greatest -possible use to the public, we recommend making it free software that -everyone can redistribute and change. You can do so by permitting -redistribution under these terms (or, alternatively, under the terms of the -ordinary General Public License). - - To apply these terms, attach the following notices to the library. It is -safest to attach them to the start of each source file to most effectively -convey the exclusion of warranty; and each file should have at least the -"copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. - - This library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. - - You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - -Also add information on how to contact you by electronic and paper mail. - -You should also get your employer (if you work as a programmer) or your -school, if any, to sign a "copyright disclaimer" for the library, if -necessary. Here is a sample; alter the names: - - Yoyodyne, Inc., hereby disclaims all copyright interest in the - library `Frob' (a library for tweaking knobs) written by James Random Hacker. - - , 1 April 1990 - Ty Coon, President of Vice - -That's all there is to it! - - - -============================================================================== - - GNU LESSER GENERAL PUBLIC LICENSE - Version 2.1, February 1999 - - Copyright (C) 1991, 1999 Free Software Foundation, Inc. - 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - -[This is the first released version of the Lesser GPL. It also counts - as the successor of the GNU Library Public License, version 2, hence - the version number 2.1.] - - Preamble - - The licenses for most software are designed to take away your -freedom to share and change it. By contrast, the GNU General Public -Licenses are intended to guarantee your freedom to share and change -free software--to make sure the software is free for all its users. - - This license, the Lesser General Public License, applies to some -specially designated software packages--typically libraries--of the -Free Software Foundation and other authors who decide to use it. You -can use it too, but we suggest you first think carefully about whether -this license or the ordinary General Public License is the better -strategy to use in any particular case, based on the explanations -below. - - When we speak of free software, we are referring to freedom of use, -not price. Our General Public Licenses are designed to make sure that -you have the freedom to distribute copies of free software (and charge -for this service if you wish); that you receive source code or can get -it if you want it; that you can change the software and use pieces of -it in new free programs; and that you are informed that you can do -these things. - - To protect your rights, we need to make restrictions that forbid -distributors to deny you these rights or to ask you to surrender these -rights. These restrictions translate to certain responsibilities for -you if you distribute copies of the library or if you modify it. - - For example, if you distribute copies of the library, whether gratis -or for a fee, you must give the recipients all the rights that we gave -you. You must make sure that they, too, receive or can get the source -code. If you link other code with the library, you must provide -complete object files to the recipients, so that they can relink them -with the library after making changes to the library and recompiling -it. And you must show them these terms so they know their rights. - - We protect your rights with a two-step method: (1) we copyright the -library, and (2) we offer you this license, which gives you legal -permission to copy, distribute and/or modify the library. - - To protect each distributor, we want to make it very clear that -there is no warranty for the free library. Also, if the library is -modified by someone else and passed on, the recipients should know -that what they have is not the original version, so that the original -author's reputation will not be affected by problems that might be -introduced by others. - - Finally, software patents pose a constant threat to the existence of -any free program. We wish to make sure that a company cannot -effectively restrict the users of a free program by obtaining a -restrictive license from a patent holder. Therefore, we insist that -any patent license obtained for a version of the library must be -consistent with the full freedom of use specified in this license. - - Most GNU software, including some libraries, is covered by the -ordinary GNU General Public License. This license, the GNU Lesser -General Public License, applies to certain designated libraries, and -is quite different from the ordinary General Public License. We use -this license for certain libraries in order to permit linking those -libraries into non-free programs. - - When a program is linked with a library, whether statically or using -a shared library, the combination of the two is legally speaking a -combined work, a derivative of the original library. The ordinary -General Public License therefore permits such linking only if the -entire combination fits its criteria of freedom. The Lesser General -Public License permits more lax criteria for linking other code with -the library. - - We call this license the "Lesser" General Public License because it -does Less to protect the user's freedom than the ordinary General -Public License. It also provides other free software developers Less -of an advantage over competing non-free programs. These disadvantages -are the reason we use the ordinary General Public License for many -libraries. However, the Lesser license provides advantages in certain -special circumstances. - - For example, on rare occasions, there may be a special need to -encourage the widest possible use of a certain library, so that it -becomes a de-facto standard. To achieve this, non-free programs must -be allowed to use the library. A more frequent case is that a free -library does the same job as widely used non-free libraries. In this -case, there is little to gain by limiting the free library to free -software only, so we use the Lesser General Public License. - - In other cases, permission to use a particular library in non-free -programs enables a greater number of people to use a large body of -free software. For example, permission to use the GNU C Library in -non-free programs enables many more people to use the whole GNU -operating system, as well as its variant, the GNU/Linux operating -system. - - Although the Lesser General Public License is Less protective of the -users' freedom, it does ensure that the user of a program that is -linked with the Library has the freedom and the wherewithal to run -that program using a modified version of the Library. - - The precise terms and conditions for copying, distribution and -modification follow. Pay close attention to the difference between a -"work based on the library" and a "work that uses the library". The -former contains code derived from the library, whereas the latter must -be combined with the library in order to run. - - GNU LESSER GENERAL PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. This License Agreement applies to any software library or other -program which contains a notice placed by the copyright holder or -other authorized party saying it may be distributed under the terms of -this Lesser General Public License (also called "this License"). -Each licensee is addressed as "you". - - A "library" means a collection of software functions and/or data -prepared so as to be conveniently linked with application programs -(which use some of those functions and data) to form executables. - - The "Library", below, refers to any such software library or work -which has been distributed under these terms. A "work based on the -Library" means either the Library or any derivative work under -copyright law: that is to say, a work containing the Library or a -portion of it, either verbatim or with modifications and/or translated -straightforwardly into another language. (Hereinafter, translation is -included without limitation in the term "modification".) - - "Source code" for a work means the preferred form of the work for -making modifications to it. For a library, complete source code means -all the source code for all modules it contains, plus any associated -interface definition files, plus the scripts used to control -compilation and installation of the library. - - Activities other than copying, distribution and modification are not -covered by this License; they are outside its scope. The act of -running a program using the Library is not restricted, and output from -such a program is covered only if its contents constitute a work based -on the Library (independent of the use of the Library in a tool for -writing it). Whether that is true depends on what the Library does -and what the program that uses the Library does. - - 1. You may copy and distribute verbatim copies of the Library's -complete source code as you receive it, in any medium, provided that -you conspicuously and appropriately publish on each copy an -appropriate copyright notice and disclaimer of warranty; keep intact -all the notices that refer to this License and to the absence of any -warranty; and distribute a copy of this License along with the -Library. - - You may charge a fee for the physical act of transferring a copy, -and you may at your option offer warranty protection in exchange for a -fee. - - 2. You may modify your copy or copies of the Library or any portion -of it, thus forming a work based on the Library, and copy and -distribute such modifications or work under the terms of Section 1 -above, provided that you also meet all of these conditions: - - a) The modified work must itself be a software library. - - b) You must cause the files modified to carry prominent notices - stating that you changed the files and the date of any change. - - c) You must cause the whole of the work to be licensed at no - charge to all third parties under the terms of this License. - - d) If a facility in the modified Library refers to a function or a - table of data to be supplied by an application program that uses - the facility, other than as an argument passed when the facility - is invoked, then you must make a good faith effort to ensure that, - in the event an application does not supply such function or - table, the facility still operates, and performs whatever part of - its purpose remains meaningful. - - (For example, a function in a library to compute square roots has - a purpose that is entirely well-defined independent of the - application. Therefore, Subsection 2d requires that any - application-supplied function or table used by this function must - be optional: if the application does not supply it, the square - root function must still compute square roots.) - -These requirements apply to the modified work as a whole. If -identifiable sections of that work are not derived from the Library, -and can be reasonably considered independent and separate works in -themselves, then this License, and its terms, do not apply to those -sections when you distribute them as separate works. But when you -distribute the same sections as part of a whole which is a work based -on the Library, the distribution of the whole must be on the terms of -this License, whose permissions for other licensees extend to the -entire whole, and thus to each and every part regardless of who wrote -it. - -Thus, it is not the intent of this section to claim rights or contest -your rights to work written entirely by you; rather, the intent is to -exercise the right to control the distribution of derivative or -collective works based on the Library. - -In addition, mere aggregation of another work not based on the Library -with the Library (or with a work based on the Library) on a volume of -a storage or distribution medium does not bring the other work under -the scope of this License. - - 3. You may opt to apply the terms of the ordinary GNU General Public -License instead of this License to a given copy of the Library. To do -this, you must alter all the notices that refer to this License, so -that they refer to the ordinary GNU General Public License, version 2, -instead of to this License. (If a newer version than version 2 of the -ordinary GNU General Public License has appeared, then you can specify -that version instead if you wish.) Do not make any other change in -these notices. - - Once this change is made in a given copy, it is irreversible for -that copy, so the ordinary GNU General Public License applies to all -subsequent copies and derivative works made from that copy. - - This option is useful when you wish to copy part of the code of -the Library into a program that is not a library. - - 4. You may copy and distribute the Library (or a portion or -derivative of it, under Section 2) in object code or executable form -under the terms of Sections 1 and 2 above provided that you accompany -it with the complete corresponding machine-readable source code, which -must be distributed under the terms of Sections 1 and 2 above on a -medium customarily used for software interchange. - - If distribution of object code is made by offering access to copy -from a designated place, then offering equivalent access to copy the -source code from the same place satisfies the requirement to -distribute the source code, even though third parties are not -compelled to copy the source along with the object code. - - 5. A program that contains no derivative of any portion of the -Library, but is designed to work with the Library by being compiled or -linked with it, is called a "work that uses the Library". Such a -work, in isolation, is not a derivative work of the Library, and -therefore falls outside the scope of this License. - - However, linking a "work that uses the Library" with the Library -creates an executable that is a derivative of the Library (because it -contains portions of the Library), rather than a "work that uses the -library". The executable is therefore covered by this License. -Section 6 states terms for distribution of such executables. - - When a "work that uses the Library" uses material from a header file -that is part of the Library, the object code for the work may be a -derivative work of the Library even though the source code is not. -Whether this is true is especially significant if the work can be -linked without the Library, or if the work is itself a library. The -threshold for this to be true is not precisely defined by law. - - If such an object file uses only numerical parameters, data -structure layouts and accessors, and small macros and small inline -functions (ten lines or less in length), then the use of the object -file is unrestricted, regardless of whether it is legally a derivative -work. (Executables containing this object code plus portions of the -Library will still fall under Section 6.) - - Otherwise, if the work is a derivative of the Library, you may -distribute the object code for the work under the terms of Section 6. -Any executables containing that work also fall under Section 6, -whether or not they are linked directly with the Library itself. - - 6. As an exception to the Sections above, you may also combine or -link a "work that uses the Library" with the Library to produce a -work containing portions of the Library, and distribute that work -under terms of your choice, provided that the terms permit -modification of the work for the customer's own use and reverse -engineering for debugging such modifications. - - You must give prominent notice with each copy of the work that the -Library is used in it and that the Library and its use are covered by -this License. You must supply a copy of this License. If the work -during execution displays copyright notices, you must include the -copyright notice for the Library among them, as well as a reference -directing the user to the copy of this License. Also, you must do one -of these things: - - a) Accompany the work with the complete corresponding - machine-readable source code for the Library including whatever - changes were used in the work (which must be distributed under - Sections 1 and 2 above); and, if the work is an executable linked - with the Library, with the complete machine-readable "work that - uses the Library", as object code and/or source code, so that the - user can modify the Library and then relink to produce a modified - executable containing the modified Library. (It is understood - that the user who changes the contents of definitions files in the - Library will not necessarily be able to recompile the application - to use the modified definitions.) - - b) Use a suitable shared library mechanism for linking with the - Library. A suitable mechanism is one that (1) uses at run time a - copy of the library already present on the user's computer system, - rather than copying library functions into the executable, and (2) - will operate properly with a modified version of the library, if - the user installs one, as long as the modified version is - interface-compatible with the version that the work was made with. - - c) Accompany the work with a written offer, valid for at least - three years, to give the same user the materials specified in - Subsection 6a, above, for a charge no more than the cost of - performing this distribution. - - d) If distribution of the work is made by offering access to copy - from a designated place, offer equivalent access to copy the above - specified materials from the same place. - - e) Verify that the user has already received a copy of these - materials or that you have already sent this user a copy. - - For an executable, the required form of the "work that uses the -Library" must include any data and utility programs needed for -reproducing the executable from it. However, as a special exception, -the materials to be distributed need not include anything that is -normally distributed (in either source or binary form) with the major -components (compiler, kernel, and so on) of the operating system on -which the executable runs, unless that component itself accompanies -the executable. - - It may happen that this requirement contradicts the license -restrictions of other proprietary libraries that do not normally -accompany the operating system. Such a contradiction means you cannot -use both them and the Library together in an executable that you -distribute. - - 7. You may place library facilities that are a work based on the -Library side-by-side in a single library together with other library -facilities not covered by this License, and distribute such a combined -library, provided that the separate distribution of the work based on -the Library and of the other library facilities is otherwise -permitted, and provided that you do these two things: - - a) Accompany the combined library with a copy of the same work - based on the Library, uncombined with any other library - facilities. This must be distributed under the terms of the - Sections above. - - b) Give prominent notice with the combined library of the fact - that part of it is a work based on the Library, and explaining - where to find the accompanying uncombined form of the same work. - - 8. You may not copy, modify, sublicense, link with, or distribute -the Library except as expressly provided under this License. Any -attempt otherwise to copy, modify, sublicense, link with, or -distribute the Library is void, and will automatically terminate your -rights under this License. However, parties who have received copies, -or rights, from you under this License will not have their licenses -terminated so long as such parties remain in full compliance. - - 9. You are not required to accept this License, since you have not -signed it. However, nothing else grants you permission to modify or -distribute the Library or its derivative works. These actions are -prohibited by law if you do not accept this License. Therefore, by -modifying or distributing the Library (or any work based on the -Library), you indicate your acceptance of this License to do so, and -all its terms and conditions for copying, distributing or modifying -the Library or works based on it. - - 10. Each time you redistribute the Library (or any work based on the -Library), the recipient automatically receives a license from the -original licensor to copy, distribute, link with or modify the Library -subject to these terms and conditions. You may not impose any further -restrictions on the recipients' exercise of the rights granted herein. -You are not responsible for enforcing compliance by third parties with -this License. - - 11. If, as a consequence of a court judgment or allegation of patent -infringement or for any other reason (not limited to patent issues), -conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot -distribute so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you -may not distribute the Library at all. For example, if a patent -license would not permit royalty-free redistribution of the Library by -all those who receive copies directly or indirectly through you, then -the only way you could satisfy both it and this License would be to -refrain entirely from distribution of the Library. - -If any portion of this section is held invalid or unenforceable under -any particular circumstance, the balance of the section is intended to -apply, and the section as a whole is intended to apply in other -circumstances. - -It is not the purpose of this section to induce you to infringe any -patents or other property right claims or to contest validity of any -such claims; this section has the sole purpose of protecting the -integrity of the free software distribution system which is -implemented by public license practices. Many people have made -generous contributions to the wide range of software distributed -through that system in reliance on consistent application of that -system; it is up to the author/donor to decide if he or she is willing -to distribute software through any other system and a licensee cannot -impose that choice. - -This section is intended to make thoroughly clear what is believed to -be a consequence of the rest of this License. - - 12. If the distribution and/or use of the Library is restricted in -certain countries either by patents or by copyrighted interfaces, the -original copyright holder who places the Library under this License -may add an explicit geographical distribution limitation excluding those -countries, so that distribution is permitted only in or among -countries not thus excluded. In such case, this License incorporates -the limitation as if written in the body of this License. - - 13. The Free Software Foundation may publish revised and/or new -versions of the Lesser General Public License from time to time. -Such new versions will be similar in spirit to the present version, -but may differ in detail to address new problems or concerns. - -Each version is given a distinguishing version number. If the Library -specifies a version number of this License which applies to it and -"any later version", you have the option of following the terms and -conditions either of that version or of any later version published by -the Free Software Foundation. If the Library does not specify a -license version number, you may choose any version ever published by -the Free Software Foundation. - - 14. If you wish to incorporate parts of the Library into other free -programs whose distribution conditions are incompatible with these, -write to the author to ask for permission. For software which is -copyrighted by the Free Software Foundation, write to the Free -Software Foundation; we sometimes make exceptions for this. Our -decision will be guided by the two goals of preserving the free status -of all derivatives of our free software and of promoting the sharing -and reuse of software generally. - - NO WARRANTY - - 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO -WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. -EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR -OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY -KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE -LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME -THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - - 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN -WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY -AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU -FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR -CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE -LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING -RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A -FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF -SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGES. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Libraries - - If you develop a new library, and you want it to be of the greatest -possible use to the public, we recommend making it free software that -everyone can redistribute and change. You can do so by permitting -redistribution under these terms (or, alternatively, under the terms -of the ordinary General Public License). - - To apply these terms, attach the following notices to the library. -It is safest to attach them to the start of each source file to most -effectively convey the exclusion of warranty; and each file should -have at least the "copyright" line and a pointer to where the full -notice is found. - - - - Copyright (C) - - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. - - This library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. - - You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - -Also add information on how to contact you by electronic and paper mail. - -You should also get your employer (if you work as a programmer) or -your school, if any, to sign a "copyright disclaimer" for the library, -if necessary. Here is a sample; alter the names: - - Yoyodyne, Inc., hereby disclaims all copyright interest in the - library `Frob' (a library for tweaking knobs) written by James - Random Hacker. - - , 1 April 1990 - Ty Coon, President of Vice - -That's all there is to it! - - - -============================================================================== - GNU LESSER GENERAL PUBLIC LICENSE - Version 2.1, February 1999 - - Copyright (C) 1991, 1999 Free Software Foundation, Inc. - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - -[This is the first released version of the Lesser GPL. It also counts - as the successor of the GNU Library Public License, version 2, hence - the version number 2.1.] - - Preamble - - The licenses for most software are designed to take away your -freedom to share and change it. By contrast, the GNU General Public -Licenses are intended to guarantee your freedom to share and change -free software--to make sure the software is free for all its users. - - This license, the Lesser General Public License, applies to some -specially designated software packages--typically libraries--of the -Free Software Foundation and other authors who decide to use it. You -can use it too, but we suggest you first think carefully about whether -this license or the ordinary General Public License is the better -strategy to use in any particular case, based on the explanations below. - - When we speak of free software, we are referring to freedom of use, -not price. Our General Public Licenses are designed to make sure that -you have the freedom to distribute copies of free software (and charge -for this service if you wish); that you receive source code or can get -it if you want it; that you can change the software and use pieces of -it in new free programs; and that you are informed that you can do -these things. - - To protect your rights, we need to make restrictions that forbid -distributors to deny you these rights or to ask you to surrender these -rights. These restrictions translate to certain responsibilities for -you if you distribute copies of the library or if you modify it. - - For example, if you distribute copies of the library, whether gratis -or for a fee, you must give the recipients all the rights that we gave -you. You must make sure that they, too, receive or can get the source -code. If you link other code with the library, you must provide -complete object files to the recipients, so that they can relink them -with the library after making changes to the library and recompiling -it. And you must show them these terms so they know their rights. - - We protect your rights with a two-step method: (1) we copyright the -library, and (2) we offer you this license, which gives you legal -permission to copy, distribute and/or modify the library. - - To protect each distributor, we want to make it very clear that -there is no warranty for the free library. Also, if the library is -modified by someone else and passed on, the recipients should know -that what they have is not the original version, so that the original -author's reputation will not be affected by problems that might be -introduced by others. - - Finally, software patents pose a constant threat to the existence of -any free program. We wish to make sure that a company cannot -effectively restrict the users of a free program by obtaining a -restrictive license from a patent holder. Therefore, we insist that -any patent license obtained for a version of the library must be -consistent with the full freedom of use specified in this license. - - Most GNU software, including some libraries, is covered by the -ordinary GNU General Public License. This license, the GNU Lesser -General Public License, applies to certain designated libraries, and -is quite different from the ordinary General Public License. We use -this license for certain libraries in order to permit linking those -libraries into non-free programs. - - When a program is linked with a library, whether statically or using -a shared library, the combination of the two is legally speaking a -combined work, a derivative of the original library. The ordinary -General Public License therefore permits such linking only if the -entire combination fits its criteria of freedom. The Lesser General -Public License permits more lax criteria for linking other code with -the library. - - We call this license the "Lesser" General Public License because it -does Less to protect the user's freedom than the ordinary General -Public License. It also provides other free software developers Less -of an advantage over competing non-free programs. These disadvantages -are the reason we use the ordinary General Public License for many -libraries. However, the Lesser license provides advantages in certain -special circumstances. - - For example, on rare occasions, there may be a special need to -encourage the widest possible use of a certain library, so that it becomes -a de-facto standard. To achieve this, non-free programs must be -allowed to use the library. A more frequent case is that a free -library does the same job as widely used non-free libraries. In this -case, there is little to gain by limiting the free library to free -software only, so we use the Lesser General Public License. - - In other cases, permission to use a particular library in non-free -programs enables a greater number of people to use a large body of -free software. For example, permission to use the GNU C Library in -non-free programs enables many more people to use the whole GNU -operating system, as well as its variant, the GNU/Linux operating -system. - - Although the Lesser General Public License is Less protective of the -users' freedom, it does ensure that the user of a program that is -linked with the Library has the freedom and the wherewithal to run -that program using a modified version of the Library. - - The precise terms and conditions for copying, distribution and -modification follow. Pay close attention to the difference between a -"work based on the library" and a "work that uses the library". The -former contains code derived from the library, whereas the latter must -be combined with the library in order to run. - - GNU LESSER GENERAL PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. This License Agreement applies to any software library or other -program which contains a notice placed by the copyright holder or -other authorized party saying it may be distributed under the terms of -this Lesser General Public License (also called "this License"). -Each licensee is addressed as "you". - - A "library" means a collection of software functions and/or data -prepared so as to be conveniently linked with application programs -(which use some of those functions and data) to form executables. - - The "Library", below, refers to any such software library or work -which has been distributed under these terms. A "work based on the -Library" means either the Library or any derivative work under -copyright law: that is to say, a work containing the Library or a -portion of it, either verbatim or with modifications and/or translated -straightforwardly into another language. (Hereinafter, translation is -included without limitation in the term "modification".) - - "Source code" for a work means the preferred form of the work for -making modifications to it. For a library, complete source code means -all the source code for all modules it contains, plus any associated -interface definition files, plus the scripts used to control compilation -and installation of the library. - - Activities other than copying, distribution and modification are not -covered by this License; they are outside its scope. The act of -running a program using the Library is not restricted, and output from -such a program is covered only if its contents constitute a work based -on the Library (independent of the use of the Library in a tool for -writing it). Whether that is true depends on what the Library does -and what the program that uses the Library does. - - 1. You may copy and distribute verbatim copies of the Library's -complete source code as you receive it, in any medium, provided that -you conspicuously and appropriately publish on each copy an -appropriate copyright notice and disclaimer of warranty; keep intact -all the notices that refer to this License and to the absence of any -warranty; and distribute a copy of this License along with the -Library. - - You may charge a fee for the physical act of transferring a copy, -and you may at your option offer warranty protection in exchange for a -fee. - - 2. You may modify your copy or copies of the Library or any portion -of it, thus forming a work based on the Library, and copy and -distribute such modifications or work under the terms of Section 1 -above, provided that you also meet all of these conditions: - - a) The modified work must itself be a software library. - - b) You must cause the files modified to carry prominent notices - stating that you changed the files and the date of any change. - - c) You must cause the whole of the work to be licensed at no - charge to all third parties under the terms of this License. - - d) If a facility in the modified Library refers to a function or a - table of data to be supplied by an application program that uses - the facility, other than as an argument passed when the facility - is invoked, then you must make a good faith effort to ensure that, - in the event an application does not supply such function or - table, the facility still operates, and performs whatever part of - its purpose remains meaningful. - - (For example, a function in a library to compute square roots has - a purpose that is entirely well-defined independent of the - application. Therefore, Subsection 2d requires that any - application-supplied function or table used by this function must - be optional: if the application does not supply it, the square - root function must still compute square roots.) - -These requirements apply to the modified work as a whole. If -identifiable sections of that work are not derived from the Library, -and can be reasonably considered independent and separate works in -themselves, then this License, and its terms, do not apply to those -sections when you distribute them as separate works. But when you -distribute the same sections as part of a whole which is a work based -on the Library, the distribution of the whole must be on the terms of -this License, whose permissions for other licensees extend to the -entire whole, and thus to each and every part regardless of who wrote -it. - -Thus, it is not the intent of this section to claim rights or contest -your rights to work written entirely by you; rather, the intent is to -exercise the right to control the distribution of derivative or -collective works based on the Library. - -In addition, mere aggregation of another work not based on the Library -with the Library (or with a work based on the Library) on a volume of -a storage or distribution medium does not bring the other work under -the scope of this License. - - 3. You may opt to apply the terms of the ordinary GNU General Public -License instead of this License to a given copy of the Library. To do -this, you must alter all the notices that refer to this License, so -that they refer to the ordinary GNU General Public License, version 2, -instead of to this License. (If a newer version than version 2 of the -ordinary GNU General Public License has appeared, then you can specify -that version instead if you wish.) Do not make any other change in -these notices. - - Once this change is made in a given copy, it is irreversible for -that copy, so the ordinary GNU General Public License applies to all -subsequent copies and derivative works made from that copy. - - This option is useful when you wish to copy part of the code of -the Library into a program that is not a library. - - 4. You may copy and distribute the Library (or a portion or -derivative of it, under Section 2) in object code or executable form -under the terms of Sections 1 and 2 above provided that you accompany -it with the complete corresponding machine-readable source code, which -must be distributed under the terms of Sections 1 and 2 above on a -medium customarily used for software interchange. - - If distribution of object code is made by offering access to copy -from a designated place, then offering equivalent access to copy the -source code from the same place satisfies the requirement to -distribute the source code, even though third parties are not -compelled to copy the source along with the object code. - - 5. A program that contains no derivative of any portion of the -Library, but is designed to work with the Library by being compiled or -linked with it, is called a "work that uses the Library". Such a -work, in isolation, is not a derivative work of the Library, and -therefore falls outside the scope of this License. - - However, linking a "work that uses the Library" with the Library -creates an executable that is a derivative of the Library (because it -contains portions of the Library), rather than a "work that uses the -library". The executable is therefore covered by this License. -Section 6 states terms for distribution of such executables. - - When a "work that uses the Library" uses material from a header file -that is part of the Library, the object code for the work may be a -derivative work of the Library even though the source code is not. -Whether this is true is especially significant if the work can be -linked without the Library, or if the work is itself a library. The -threshold for this to be true is not precisely defined by law. - - If such an object file uses only numerical parameters, data -structure layouts and accessors, and small macros and small inline -functions (ten lines or less in length), then the use of the object -file is unrestricted, regardless of whether it is legally a derivative -work. (Executables containing this object code plus portions of the -Library will still fall under Section 6.) - - Otherwise, if the work is a derivative of the Library, you may -distribute the object code for the work under the terms of Section 6. -Any executables containing that work also fall under Section 6, -whether or not they are linked directly with the Library itself. - - 6. As an exception to the Sections above, you may also combine or -link a "work that uses the Library" with the Library to produce a -work containing portions of the Library, and distribute that work -under terms of your choice, provided that the terms permit -modification of the work for the customer's own use and reverse -engineering for debugging such modifications. - - You must give prominent notice with each copy of the work that the -Library is used in it and that the Library and its use are covered by -this License. You must supply a copy of this License. If the work -during execution displays copyright notices, you must include the -copyright notice for the Library among them, as well as a reference -directing the user to the copy of this License. Also, you must do one -of these things: - - a) Accompany the work with the complete corresponding - machine-readable source code for the Library including whatever - changes were used in the work (which must be distributed under - Sections 1 and 2 above); and, if the work is an executable linked - with the Library, with the complete machine-readable "work that - uses the Library", as object code and/or source code, so that the - user can modify the Library and then relink to produce a modified - executable containing the modified Library. (It is understood - that the user who changes the contents of definitions files in the - Library will not necessarily be able to recompile the application - to use the modified definitions.) - - b) Use a suitable shared library mechanism for linking with the - Library. A suitable mechanism is one that (1) uses at run time a - copy of the library already present on the user's computer system, - rather than copying library functions into the executable, and (2) - will operate properly with a modified version of the library, if - the user installs one, as long as the modified version is - interface-compatible with the version that the work was made with. - - c) Accompany the work with a written offer, valid for at - least three years, to give the same user the materials - specified in Subsection 6a, above, for a charge no more - than the cost of performing this distribution. - - d) If distribution of the work is made by offering access to copy - from a designated place, offer equivalent access to copy the above - specified materials from the same place. - - e) Verify that the user has already received a copy of these - materials or that you have already sent this user a copy. - - For an executable, the required form of the "work that uses the -Library" must include any data and utility programs needed for -reproducing the executable from it. However, as a special exception, -the materials to be distributed need not include anything that is -normally distributed (in either source or binary form) with the major -components (compiler, kernel, and so on) of the operating system on -which the executable runs, unless that component itself accompanies -the executable. - - It may happen that this requirement contradicts the license -restrictions of other proprietary libraries that do not normally -accompany the operating system. Such a contradiction means you cannot -use both them and the Library together in an executable that you -distribute. - - 7. You may place library facilities that are a work based on the -Library side-by-side in a single library together with other library -facilities not covered by this License, and distribute such a combined -library, provided that the separate distribution of the work based on -the Library and of the other library facilities is otherwise -permitted, and provided that you do these two things: - - a) Accompany the combined library with a copy of the same work - based on the Library, uncombined with any other library - facilities. This must be distributed under the terms of the - Sections above. - - b) Give prominent notice with the combined library of the fact - that part of it is a work based on the Library, and explaining - where to find the accompanying uncombined form of the same work. - - 8. You may not copy, modify, sublicense, link with, or distribute -the Library except as expressly provided under this License. Any -attempt otherwise to copy, modify, sublicense, link with, or -distribute the Library is void, and will automatically terminate your -rights under this License. However, parties who have received copies, -or rights, from you under this License will not have their licenses -terminated so long as such parties remain in full compliance. - - 9. You are not required to accept this License, since you have not -signed it. However, nothing else grants you permission to modify or -distribute the Library or its derivative works. These actions are -prohibited by law if you do not accept this License. Therefore, by -modifying or distributing the Library (or any work based on the -Library), you indicate your acceptance of this License to do so, and -all its terms and conditions for copying, distributing or modifying -the Library or works based on it. - - 10. Each time you redistribute the Library (or any work based on the -Library), the recipient automatically receives a license from the -original licensor to copy, distribute, link with or modify the Library -subject to these terms and conditions. You may not impose any further -restrictions on the recipients' exercise of the rights granted herein. -You are not responsible for enforcing compliance by third parties with -this License. - - 11. If, as a consequence of a court judgment or allegation of patent -infringement or for any other reason (not limited to patent issues), -conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot -distribute so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you -may not distribute the Library at all. For example, if a patent -license would not permit royalty-free redistribution of the Library by -all those who receive copies directly or indirectly through you, then -the only way you could satisfy both it and this License would be to -refrain entirely from distribution of the Library. - -If any portion of this section is held invalid or unenforceable under any -particular circumstance, the balance of the section is intended to apply, -and the section as a whole is intended to apply in other circumstances. - -It is not the purpose of this section to induce you to infringe any -patents or other property right claims or to contest validity of any -such claims; this section has the sole purpose of protecting the -integrity of the free software distribution system which is -implemented by public license practices. Many people have made -generous contributions to the wide range of software distributed -through that system in reliance on consistent application of that -system; it is up to the author/donor to decide if he or she is willing -to distribute software through any other system and a licensee cannot -impose that choice. - -This section is intended to make thoroughly clear what is believed to -be a consequence of the rest of this License. - - 12. If the distribution and/or use of the Library is restricted in -certain countries either by patents or by copyrighted interfaces, the -original copyright holder who places the Library under this License may add -an explicit geographical distribution limitation excluding those countries, -so that distribution is permitted only in or among countries not thus -excluded. In such case, this License incorporates the limitation as if -written in the body of this License. - - 13. The Free Software Foundation may publish revised and/or new -versions of the Lesser General Public License from time to time. -Such new versions will be similar in spirit to the present version, -but may differ in detail to address new problems or concerns. - -Each version is given a distinguishing version number. If the Library -specifies a version number of this License which applies to it and -"any later version", you have the option of following the terms and -conditions either of that version or of any later version published by -the Free Software Foundation. If the Library does not specify a -license version number, you may choose any version ever published by -the Free Software Foundation. - - 14. If you wish to incorporate parts of the Library into other free -programs whose distribution conditions are incompatible with these, -write to the author to ask for permission. For software which is -copyrighted by the Free Software Foundation, write to the Free -Software Foundation; we sometimes make exceptions for this. Our -decision will be guided by the two goals of preserving the free status -of all derivatives of our free software and of promoting the sharing -and reuse of software generally. - - NO WARRANTY - - 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO -WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. -EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR -OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY -KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE -LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME -THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - - 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN -WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY -AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU -FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR -CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE -LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING -RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A -FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF -SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGES. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Libraries - - If you develop a new library, and you want it to be of the greatest -possible use to the public, we recommend making it free software that -everyone can redistribute and change. You can do so by permitting -redistribution under these terms (or, alternatively, under the terms of the -ordinary General Public License). - - To apply these terms, attach the following notices to the library. It is -safest to attach them to the start of each source file to most effectively -convey the exclusion of warranty; and each file should have at least the -"copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. - - This library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. - - You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - -Also add information on how to contact you by electronic and paper mail. - -You should also get your employer (if you work as a programmer) or your -school, if any, to sign a "copyright disclaimer" for the library, if -necessary. Here is a sample; alter the names: - - Yoyodyne, Inc., hereby disclaims all copyright interest in the - library `Frob' (a library for tweaking knobs) written by James Random Hacker. - - , 1 April 1990 - Ty Coon, President of Vice - -That's all there is to it! - -============================================================================== - - GNU LESSER GENERAL PUBLIC LICENSE - Version 2.1, February 1999 - - Copyright (C) 1991, 1999 Free Software Foundation, Inc. - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - -[This is the first released version of the Lesser GPL. It also counts - as the successor of the GNU Library Public License, version 2, hence - the version number 2.1.] - - Preamble - - The licenses for most software are designed to take away your -freedom to share and change it. By contrast, the GNU General Public -Licenses are intended to guarantee your freedom to share and change -free software--to make sure the software is free for all its users. - - This license, the Lesser General Public License, applies to some -specially designated software packages--typically libraries--of the -Free Software Foundation and other authors who decide to use it. You -can use it too, but we suggest you first think carefully about whether -this license or the ordinary General Public License is the better -strategy to use in any particular case, based on the explanations -below. - - When we speak of free software, we are referring to freedom of use, -not price. Our General Public Licenses are designed to make sure that -you have the freedom to distribute copies of free software (and charge -for this service if you wish); that you receive source code or can get -it if you want it; that you can change the software and use pieces of -it in new free programs; and that you are informed that you can do -these things. - - To protect your rights, we need to make restrictions that forbid -distributors to deny you these rights or to ask you to surrender these -rights. These restrictions translate to certain responsibilities for -you if you distribute copies of the library or if you modify it. - - For example, if you distribute copies of the library, whether gratis -or for a fee, you must give the recipients all the rights that we gave -you. You must make sure that they, too, receive or can get the source -code. If you link other code with the library, you must provide -complete object files to the recipients, so that they can relink them -with the library after making changes to the library and recompiling -it. And you must show them these terms so they know their rights. - - We protect your rights with a two-step method: (1) we copyright the -library, and (2) we offer you this license, which gives you legal -permission to copy, distribute and/or modify the library. - - To protect each distributor, we want to make it very clear that -there is no warranty for the free library. Also, if the library is -modified by someone else and passed on, the recipients should know -that what they have is not the original version, so that the original -author's reputation will not be affected by problems that might be -introduced by others. -^L - Finally, software patents pose a constant threat to the existence of -any free program. We wish to make sure that a company cannot -effectively restrict the users of a free program by obtaining a -restrictive license from a patent holder. Therefore, we insist that -any patent license obtained for a version of the library must be -consistent with the full freedom of use specified in this license. - - Most GNU software, including some libraries, is covered by the -ordinary GNU General Public License. This license, the GNU Lesser -General Public License, applies to certain designated libraries, and -is quite different from the ordinary General Public License. We use -this license for certain libraries in order to permit linking those -libraries into non-free programs. - - When a program is linked with a library, whether statically or using -a shared library, the combination of the two is legally speaking a -combined work, a derivative of the original library. The ordinary -General Public License therefore permits such linking only if the -entire combination fits its criteria of freedom. The Lesser General -Public License permits more lax criteria for linking other code with -the library. - - We call this license the "Lesser" General Public License because it -does Less to protect the user's freedom than the ordinary General -Public License. It also provides other free software developers Less -of an advantage over competing non-free programs. These disadvantages -are the reason we use the ordinary General Public License for many -libraries. However, the Lesser license provides advantages in certain -special circumstances. - - For example, on rare occasions, there may be a special need to -encourage the widest possible use of a certain library, so that it -becomes -a de-facto standard. To achieve this, non-free programs must be -allowed to use the library. A more frequent case is that a free -library does the same job as widely used non-free libraries. In this -case, there is little to gain by limiting the free library to free -software only, so we use the Lesser General Public License. - - In other cases, permission to use a particular library in non-free -programs enables a greater number of people to use a large body of -free software. For example, permission to use the GNU C Library in -non-free programs enables many more people to use the whole GNU -operating system, as well as its variant, the GNU/Linux operating -system. - - Although the Lesser General Public License is Less protective of the -users' freedom, it does ensure that the user of a program that is -linked with the Library has the freedom and the wherewithal to run -that program using a modified version of the Library. - - The precise terms and conditions for copying, distribution and -modification follow. Pay close attention to the difference between a -"work based on the library" and a "work that uses the library". The -former contains code derived from the library, whereas the latter must -be combined with the library in order to run. -^L - GNU LESSER GENERAL PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. This License Agreement applies to any software library or other -program which contains a notice placed by the copyright holder or -other authorized party saying it may be distributed under the terms of -this Lesser General Public License (also called "this License"). -Each licensee is addressed as "you". - - A "library" means a collection of software functions and/or data -prepared so as to be conveniently linked with application programs -(which use some of those functions and data) to form executables. - - The "Library", below, refers to any such software library or work -which has been distributed under these terms. A "work based on the -Library" means either the Library or any derivative work under -copyright law: that is to say, a work containing the Library or a -portion of it, either verbatim or with modifications and/or translated -straightforwardly into another language. (Hereinafter, translation is -included without limitation in the term "modification".) - - "Source code" for a work means the preferred form of the work for -making modifications to it. For a library, complete source code means -all the source code for all modules it contains, plus any associated -interface definition files, plus the scripts used to control -compilation -and installation of the library. - - Activities other than copying, distribution and modification are not -covered by this License; they are outside its scope. The act of -running a program using the Library is not restricted, and output from -such a program is covered only if its contents constitute a work based -on the Library (independent of the use of the Library in a tool for -writing it). Whether that is true depends on what the Library does -and what the program that uses the Library does. - - 1. You may copy and distribute verbatim copies of the Library's -complete source code as you receive it, in any medium, provided that -you conspicuously and appropriately publish on each copy an -appropriate copyright notice and disclaimer of warranty; keep intact -all the notices that refer to this License and to the absence of any -warranty; and distribute a copy of this License along with the -Library. - - You may charge a fee for the physical act of transferring a copy, -and you may at your option offer warranty protection in exchange for a -fee. - - 2. You may modify your copy or copies of the Library or any portion -of it, thus forming a work based on the Library, and copy and -distribute such modifications or work under the terms of Section 1 -above, provided that you also meet all of these conditions: - - a) The modified work must itself be a software library. - - b) You must cause the files modified to carry prominent notices - stating that you changed the files and the date of any change. - - c) You must cause the whole of the work to be licensed at no - charge to all third parties under the terms of this License. - - d) If a facility in the modified Library refers to a function or a - table of data to be supplied by an application program that uses - the facility, other than as an argument passed when the facility - is invoked, then you must make a good faith effort to ensure that, - in the event an application does not supply such function or - table, the facility still operates, and performs whatever part of - its purpose remains meaningful. - - (For example, a function in a library to compute square roots has - a purpose that is entirely well-defined independent of the - application. Therefore, Subsection 2d requires that any - application-supplied function or table used by this function must - be optional: if the application does not supply it, the square - root function must still compute square roots.) - -These requirements apply to the modified work as a whole. If -identifiable sections of that work are not derived from the Library, -and can be reasonably considered independent and separate works in -themselves, then this License, and its terms, do not apply to those -sections when you distribute them as separate works. But when you -distribute the same sections as part of a whole which is a work based -on the Library, the distribution of the whole must be on the terms of -this License, whose permissions for other licensees extend to the -entire whole, and thus to each and every part regardless of who wrote -it. - -Thus, it is not the intent of this section to claim rights or contest -your rights to work written entirely by you; rather, the intent is to -exercise the right to control the distribution of derivative or -collective works based on the Library. - -In addition, mere aggregation of another work not based on the Library -with the Library (or with a work based on the Library) on a volume of -a storage or distribution medium does not bring the other work under -the scope of this License. - - 3. You may opt to apply the terms of the ordinary GNU General Public -License instead of this License to a given copy of the Library. To do -this, you must alter all the notices that refer to this License, so -that they refer to the ordinary GNU General Public License, version 2, -instead of to this License. (If a newer version than version 2 of the -ordinary GNU General Public License has appeared, then you can specify -that version instead if you wish.) Do not make any other change in -these notices. -^L - Once this change is made in a given copy, it is irreversible for -that copy, so the ordinary GNU General Public License applies to all -subsequent copies and derivative works made from that copy. - - This option is useful when you wish to copy part of the code of -the Library into a program that is not a library. - - 4. You may copy and distribute the Library (or a portion or -derivative of it, under Section 2) in object code or executable form -under the terms of Sections 1 and 2 above provided that you accompany -it with the complete corresponding machine-readable source code, which -must be distributed under the terms of Sections 1 and 2 above on a -medium customarily used for software interchange. - - If distribution of object code is made by offering access to copy -from a designated place, then offering equivalent access to copy the -source code from the same place satisfies the requirement to -distribute the source code, even though third parties are not -compelled to copy the source along with the object code. - - 5. A program that contains no derivative of any portion of the -Library, but is designed to work with the Library by being compiled or -linked with it, is called a "work that uses the Library". Such a -work, in isolation, is not a derivative work of the Library, and -therefore falls outside the scope of this License. - - However, linking a "work that uses the Library" with the Library -creates an executable that is a derivative of the Library (because it -contains portions of the Library), rather than a "work that uses the -library". The executable is therefore covered by this License. -Section 6 states terms for distribution of such executables. - - When a "work that uses the Library" uses material from a header file -that is part of the Library, the object code for the work may be a -derivative work of the Library even though the source code is not. -Whether this is true is especially significant if the work can be -linked without the Library, or if the work is itself a library. The -threshold for this to be true is not precisely defined by law. - - If such an object file uses only numerical parameters, data -structure layouts and accessors, and small macros and small inline -functions (ten lines or less in length), then the use of the object -file is unrestricted, regardless of whether it is legally a derivative -work. (Executables containing this object code plus portions of the -Library will still fall under Section 6.) - - Otherwise, if the work is a derivative of the Library, you may -distribute the object code for the work under the terms of Section 6. -Any executables containing that work also fall under Section 6, -whether or not they are linked directly with the Library itself. -^L - 6. As an exception to the Sections above, you may also combine or -link a "work that uses the Library" with the Library to produce a -work containing portions of the Library, and distribute that work -under terms of your choice, provided that the terms permit -modification of the work for the customer's own use and reverse -engineering for debugging such modifications. - - You must give prominent notice with each copy of the work that the -Library is used in it and that the Library and its use are covered by -this License. You must supply a copy of this License. If the work -during execution displays copyright notices, you must include the -copyright notice for the Library among them, as well as a reference -directing the user to the copy of this License. Also, you must do one -of these things: - - a) Accompany the work with the complete corresponding - machine-readable source code for the Library including whatever - changes were used in the work (which must be distributed under - Sections 1 and 2 above); and, if the work is an executable linked - with the Library, with the complete machine-readable "work that - uses the Library", as object code and/or source code, so that the - user can modify the Library and then relink to produce a modified - executable containing the modified Library. (It is understood - that the user who changes the contents of definitions files in the - Library will not necessarily be able to recompile the application - to use the modified definitions.) - - b) Use a suitable shared library mechanism for linking with the - Library. A suitable mechanism is one that (1) uses at run time a - copy of the library already present on the user's computer system, - rather than copying library functions into the executable, and (2) - will operate properly with a modified version of the library, if - the user installs one, as long as the modified version is - interface-compatible with the version that the work was made with. - - c) Accompany the work with a written offer, valid for at - least three years, to give the same user the materials - specified in Subsection 6a, above, for a charge no more - than the cost of performing this distribution. - - d) If distribution of the work is made by offering access to copy - from a designated place, offer equivalent access to copy the above - specified materials from the same place. - - e) Verify that the user has already received a copy of these - materials or that you have already sent this user a copy. - - For an executable, the required form of the "work that uses the -Library" must include any data and utility programs needed for -reproducing the executable from it. However, as a special exception, -the materials to be distributed need not include anything that is -normally distributed (in either source or binary form) with the major -components (compiler, kernel, and so on) of the operating system on -which the executable runs, unless that component itself accompanies -the executable. - - It may happen that this requirement contradicts the license -restrictions of other proprietary libraries that do not normally -accompany the operating system. Such a contradiction means you cannot -use both them and the Library together in an executable that you -distribute. -^L - 7. You may place library facilities that are a work based on the -Library side-by-side in a single library together with other library -facilities not covered by this License, and distribute such a combined -library, provided that the separate distribution of the work based on -the Library and of the other library facilities is otherwise -permitted, and provided that you do these two things: - - a) Accompany the combined library with a copy of the same work - based on the Library, uncombined with any other library - facilities. This must be distributed under the terms of the - Sections above. - - b) Give prominent notice with the combined library of the fact - that part of it is a work based on the Library, and explaining - where to find the accompanying uncombined form of the same work. - - 8. You may not copy, modify, sublicense, link with, or distribute -the Library except as expressly provided under this License. Any -attempt otherwise to copy, modify, sublicense, link with, or -distribute the Library is void, and will automatically terminate your -rights under this License. However, parties who have received copies, -or rights, from you under this License will not have their licenses -terminated so long as such parties remain in full compliance. - - 9. You are not required to accept this License, since you have not -signed it. However, nothing else grants you permission to modify or -distribute the Library or its derivative works. These actions are -prohibited by law if you do not accept this License. Therefore, by -modifying or distributing the Library (or any work based on the -Library), you indicate your acceptance of this License to do so, and -all its terms and conditions for copying, distributing or modifying -the Library or works based on it. - - 10. Each time you redistribute the Library (or any work based on the -Library), the recipient automatically receives a license from the -original licensor to copy, distribute, link with or modify the Library -subject to these terms and conditions. You may not impose any further -restrictions on the recipients' exercise of the rights granted herein. -You are not responsible for enforcing compliance by third parties with -this License. -^L - 11. If, as a consequence of a court judgment or allegation of patent -infringement or for any other reason (not limited to patent issues), -conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot -distribute so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you -may not distribute the Library at all. For example, if a patent -license would not permit royalty-free redistribution of the Library by -all those who receive copies directly or indirectly through you, then -the only way you could satisfy both it and this License would be to -refrain entirely from distribution of the Library. - -If any portion of this section is held invalid or unenforceable under -any particular circumstance, the balance of the section is intended to -apply, and the section as a whole is intended to apply in other -circumstances. - -It is not the purpose of this section to induce you to infringe any -patents or other property right claims or to contest validity of any -such claims; this section has the sole purpose of protecting the -integrity of the free software distribution system which is -implemented by public license practices. Many people have made -generous contributions to the wide range of software distributed -through that system in reliance on consistent application of that -system; it is up to the author/donor to decide if he or she is willing -to distribute software through any other system and a licensee cannot -impose that choice. - -This section is intended to make thoroughly clear what is believed to -be a consequence of the rest of this License. - - 12. If the distribution and/or use of the Library is restricted in -certain countries either by patents or by copyrighted interfaces, the -original copyright holder who places the Library under this License -may add an explicit geographical distribution limitation excluding those -countries, so that distribution is permitted only in or among -countries not thus excluded. In such case, this License incorporates -the limitation as if written in the body of this License. - - 13. The Free Software Foundation may publish revised and/or new -versions of the Lesser General Public License from time to time. -Such new versions will be similar in spirit to the present version, -but may differ in detail to address new problems or concerns. - -Each version is given a distinguishing version number. If the Library -specifies a version number of this License which applies to it and -"any later version", you have the option of following the terms and -conditions either of that version or of any later version published by -the Free Software Foundation. If the Library does not specify a -license version number, you may choose any version ever published by -the Free Software Foundation. -^L - 14. If you wish to incorporate parts of the Library into other free -programs whose distribution conditions are incompatible with these, -write to the author to ask for permission. For software which is -copyrighted by the Free Software Foundation, write to the Free -Software Foundation; we sometimes make exceptions for this. Our -decision will be guided by the two goals of preserving the free status -of all derivatives of our free software and of promoting the sharing -and reuse of software generally. - - NO WARRANTY - - 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO -WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. -EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR -OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY -KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE -LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME -THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - - 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN -WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY -AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU -FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR -CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE -LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING -RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A -FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF -SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGES. - - END OF TERMS AND CONDITIONS -^L - How to Apply These Terms to Your New Libraries - - If you develop a new library, and you want it to be of the greatest -possible use to the public, we recommend making it free software that -everyone can redistribute and change. You can do so by permitting -redistribution under these terms (or, alternatively, under the terms -of the ordinary General Public License). - - To apply these terms, attach the following notices to the library. -It is safest to attach them to the start of each source file to most -effectively convey the exclusion of warranty; and each file should -have at least the "copyright" line and a pointer to where the full -notice is found. - - - - Copyright (C) - - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2 of the License, or (at your option) any later version. - - This library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. - - You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - -Also add information on how to contact you by electronic and paper -mail. - -You should also get your employer (if you work as a programmer) or -your -school, if any, to sign a "copyright disclaimer" for the library, if -necessary. Here is a sample; alter the names: - - Yoyodyne, Inc., hereby disclaims all copyright interest in the - library `Frob' (a library for tweaking knobs) written by James -Random Hacker. - - , 1 April 1990 - Ty Coon, President of Vice - -That's all there is to it! - - - -============================================================================== - GNU GENERAL PUBLIC LICENSE - Version 3, 29 June 2007 - - Copyright (C) 2007 Free Software Foundation, Inc. - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The GNU General Public License is a free, copyleft license for -software and other kinds of works. - - The licenses for most software and other practical works are designed -to take away your freedom to share and change the works. By contrast, -the GNU General Public License is intended to guarantee your freedom to -share and change all versions of a program--to make sure it remains free -software for all its users. We, the Free Software Foundation, use the -GNU General Public License for most of our software; it applies also to -any other work released this way by its authors. You can apply it to -your programs, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -them if you wish), that you receive source code or can get it if you -want it, that you can change the software or use pieces of it in new -free programs, and that you know you can do these things. - - To protect your rights, we need to prevent others from denying you -these rights or asking you to surrender the rights. Therefore, you have -certain responsibilities if you distribute copies of the software, or if -you modify it: responsibilities to respect the freedom of others. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must pass on to the recipients the same -freedoms that you received. You must make sure that they, too, receive -or can get the source code. And you must show them these terms so they -know their rights. - - Developers that use the GNU GPL protect your rights with two steps: -(1) assert copyright on the software, and (2) offer you this License -giving you legal permission to copy, distribute and/or modify it. - - For the developers' and authors' protection, the GPL clearly explains -that there is no warranty for this free software. For both users' and -authors' sake, the GPL requires that modified versions be marked as -changed, so that their problems will not be attributed erroneously to -authors of previous versions. - - Some devices are designed to deny users access to install or run -modified versions of the software inside them, although the manufacturer -can do so. This is fundamentally incompatible with the aim of -protecting users' freedom to change the software. The systematic -pattern of such abuse occurs in the area of products for individuals to -use, which is precisely where it is most unacceptable. Therefore, we -have designed this version of the GPL to prohibit the practice for those -products. If such problems arise substantially in other domains, we -stand ready to extend this provision to those domains in future versions -of the GPL, as needed to protect the freedom of users. - - Finally, every program is threatened constantly by software patents. -States should not allow patents to restrict development and use of -software on general-purpose computers, but in those that do, we wish to -avoid the special danger that patents applied to a free program could -make it effectively proprietary. To prevent this, the GPL assures that -patents cannot be used to render the program non-free. - - The precise terms and conditions for copying, distribution and -modification follow. - - TERMS AND CONDITIONS - - 0. Definitions. - - "This License" refers to version 3 of the GNU General Public License. - - "Copyright" also means copyright-like laws that apply to other kinds of -works, such as semiconductor masks. - - "The Program" refers to any copyrightable work licensed under this -License. Each licensee is addressed as "you". "Licensees" and -"recipients" may be individuals or organizations. - - To "modify" a work means to copy from or adapt all or part of the work -in a fashion requiring copyright permission, other than the making of an -exact copy. The resulting work is called a "modified version" of the -earlier work or a work "based on" the earlier work. - - A "covered work" means either the unmodified Program or a work based -on the Program. - - To "propagate" a work means to do anything with it that, without -permission, would make you directly or secondarily liable for -infringement under applicable copyright law, except executing it on a -computer or modifying a private copy. Propagation includes copying, -distribution (with or without modification), making available to the -public, and in some countries other activities as well. - - To "convey" a work means any kind of propagation that enables other -parties to make or receive copies. Mere interaction with a user through -a computer network, with no transfer of a copy, is not conveying. - - An interactive user interface displays "Appropriate Legal Notices" -to the extent that it includes a convenient and prominently visible -feature that (1) displays an appropriate copyright notice, and (2) -tells the user that there is no warranty for the work (except to the -extent that warranties are provided), that licensees may convey the -work under this License, and how to view a copy of this License. If -the interface presents a list of user commands or options, such as a -menu, a prominent item in the list meets this criterion. - - 1. Source Code. - - The "source code" for a work means the preferred form of the work -for making modifications to it. "Object code" means any non-source -form of a work. - - A "Standard Interface" means an interface that either is an official -standard defined by a recognized standards body, or, in the case of -interfaces specified for a particular programming language, one that -is widely used among developers working in that language. - - The "System Libraries" of an executable work include anything, other -than the work as a whole, that (a) is included in the normal form of -packaging a Major Component, but which is not part of that Major -Component, and (b) serves only to enable use of the work with that -Major Component, or to implement a Standard Interface for which an -implementation is available to the public in source code form. A -"Major Component", in this context, means a major essential component -(kernel, window system, and so on) of the specific operating system -(if any) on which the executable work runs, or a compiler used to -produce the work, or an object code interpreter used to run it. - - The "Corresponding Source" for a work in object code form means all -the source code needed to generate, install, and (for an executable -work) run the object code and to modify the work, including scripts to -control those activities. However, it does not include the work's -System Libraries, or general-purpose tools or generally available free -programs which are used unmodified in performing those activities but -which are not part of the work. For example, Corresponding Source -includes interface definition files associated with source files for -the work, and the source code for shared libraries and dynamically -linked subprograms that the work is specifically designed to require, -such as by intimate data communication or control flow between those -subprograms and other parts of the work. - - The Corresponding Source need not include anything that users -can regenerate automatically from other parts of the Corresponding -Source. - - The Corresponding Source for a work in source code form is that -same work. - - 2. Basic Permissions. - - All rights granted under this License are granted for the term of -copyright on the Program, and are irrevocable provided the stated -conditions are met. This License explicitly affirms your unlimited -permission to run the unmodified Program. The output from running a -covered work is covered by this License only if the output, given its -content, constitutes a covered work. This License acknowledges your -rights of fair use or other equivalent, as provided by copyright law. - - You may make, run and propagate covered works that you do not -convey, without conditions so long as your license otherwise remains -in force. You may convey covered works to others for the sole purpose -of having them make modifications exclusively for you, or provide you -with facilities for running those works, provided that you comply with -the terms of this License in conveying all material for which you do -not control copyright. Those thus making or running the covered works -for you must do so exclusively on your behalf, under your direction -and control, on terms that prohibit them from making any copies of -your copyrighted material outside their relationship with you. - - Conveying under any other circumstances is permitted solely under -the conditions stated below. Sublicensing is not allowed; section 10 -makes it unnecessary. - - 3. Protecting Users' Legal Rights From Anti-Circumvention Law. - - No covered work shall be deemed part of an effective technological -measure under any applicable law fulfilling obligations under article -11 of the WIPO copyright treaty adopted on 20 December 1996, or -similar laws prohibiting or restricting circumvention of such -measures. - - When you convey a covered work, you waive any legal power to forbid -circumvention of technological measures to the extent such circumvention -is effected by exercising rights under this License with respect to -the covered work, and you disclaim any intention to limit operation or -modification of the work as a means of enforcing, against the work's -users, your or third parties' legal rights to forbid circumvention of -technological measures. - - 4. Conveying Verbatim Copies. - - You may convey verbatim copies of the Program's source code as you -receive it, in any medium, provided that you conspicuously and -appropriately publish on each copy an appropriate copyright notice; -keep intact all notices stating that this License and any -non-permissive terms added in accord with section 7 apply to the code; -keep intact all notices of the absence of any warranty; and give all -recipients a copy of this License along with the Program. - - You may charge any price or no price for each copy that you convey, -and you may offer support or warranty protection for a fee. - - 5. Conveying Modified Source Versions. - - You may convey a work based on the Program, or the modifications to -produce it from the Program, in the form of source code under the -terms of section 4, provided that you also meet all of these conditions: - - a) The work must carry prominent notices stating that you modified - it, and giving a relevant date. - - b) The work must carry prominent notices stating that it is - released under this License and any conditions added under section - 7. This requirement modifies the requirement in section 4 to - "keep intact all notices". - - c) You must license the entire work, as a whole, under this - License to anyone who comes into possession of a copy. This - License will therefore apply, along with any applicable section 7 - additional terms, to the whole of the work, and all its parts, - regardless of how they are packaged. This License gives no - permission to license the work in any other way, but it does not - invalidate such permission if you have separately received it. - - d) If the work has interactive user interfaces, each must display - Appropriate Legal Notices; however, if the Program has interactive - interfaces that do not display Appropriate Legal Notices, your - work need not make them do so. - - A compilation of a covered work with other separate and independent -works, which are not by their nature extensions of the covered work, -and which are not combined with it such as to form a larger program, -in or on a volume of a storage or distribution medium, is called an -"aggregate" if the compilation and its resulting copyright are not -used to limit the access or legal rights of the compilation's users -beyond what the individual works permit. Inclusion of a covered work -in an aggregate does not cause this License to apply to the other -parts of the aggregate. - - 6. Conveying Non-Source Forms. - - You may convey a covered work in object code form under the terms -of sections 4 and 5, provided that you also convey the -machine-readable Corresponding Source under the terms of this License, -in one of these ways: - - a) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by the - Corresponding Source fixed on a durable physical medium - customarily used for software interchange. - - b) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by a - written offer, valid for at least three years and valid for as - long as you offer spare parts or customer support for that product - model, to give anyone who possesses the object code either (1) a - copy of the Corresponding Source for all the software in the - product that is covered by this License, on a durable physical - medium customarily used for software interchange, for a price no - more than your reasonable cost of physically performing this - conveying of source, or (2) access to copy the - Corresponding Source from a network server at no charge. - - c) Convey individual copies of the object code with a copy of the - written offer to provide the Corresponding Source. This - alternative is allowed only occasionally and noncommercially, and - only if you received the object code with such an offer, in accord - with subsection 6b. - - d) Convey the object code by offering access from a designated - place (gratis or for a charge), and offer equivalent access to the - Corresponding Source in the same way through the same place at no - further charge. You need not require recipients to copy the - Corresponding Source along with the object code. If the place to - copy the object code is a network server, the Corresponding Source - may be on a different server (operated by you or a third party) - that supports equivalent copying facilities, provided you maintain - clear directions next to the object code saying where to find the - Corresponding Source. Regardless of what server hosts the - Corresponding Source, you remain obligated to ensure that it is - available for as long as needed to satisfy these requirements. - - e) Convey the object code using peer-to-peer transmission, provided - you inform other peers where the object code and Corresponding - Source of the work are being offered to the general public at no - charge under subsection 6d. - - A separable portion of the object code, whose source code is excluded -from the Corresponding Source as a System Library, need not be -included in conveying the object code work. - - A "User Product" is either (1) a "consumer product", which means any -tangible personal property which is normally used for personal, family, -or household purposes, or (2) anything designed or sold for incorporation -into a dwelling. In determining whether a product is a consumer product, -doubtful cases shall be resolved in favor of coverage. For a particular -product received by a particular user, "normally used" refers to a -typical or common use of that class of product, regardless of the status -of the particular user or of the way in which the particular user -actually uses, or expects or is expected to use, the product. A product -is a consumer product regardless of whether the product has substantial -commercial, industrial or non-consumer uses, unless such uses represent -the only significant mode of use of the product. - - "Installation Information" for a User Product means any methods, -procedures, authorization keys, or other information required to install -and execute modified versions of a covered work in that User Product from -a modified version of its Corresponding Source. The information must -suffice to ensure that the continued functioning of the modified object -code is in no case prevented or interfered with solely because -modification has been made. - - If you convey an object code work under this section in, or with, or -specifically for use in, a User Product, and the conveying occurs as -part of a transaction in which the right of possession and use of the -User Product is transferred to the recipient in perpetuity or for a -fixed term (regardless of how the transaction is characterized), the -Corresponding Source conveyed under this section must be accompanied -by the Installation Information. But this requirement does not apply -if neither you nor any third party retains the ability to install -modified object code on the User Product (for example, the work has -been installed in ROM). - - The requirement to provide Installation Information does not include a -requirement to continue to provide support service, warranty, or updates -for a work that has been modified or installed by the recipient, or for -the User Product in which it has been modified or installed. Access to a -network may be denied when the modification itself materially and -adversely affects the operation of the network or violates the rules and -protocols for communication across the network. - - Corresponding Source conveyed, and Installation Information provided, -in accord with this section must be in a format that is publicly -documented (and with an implementation available to the public in -source code form), and must require no special password or key for -unpacking, reading or copying. - - 7. Additional Terms. - - "Additional permissions" are terms that supplement the terms of this -License by making exceptions from one or more of its conditions. -Additional permissions that are applicable to the entire Program shall -be treated as though they were included in this License, to the extent -that they are valid under applicable law. If additional permissions -apply only to part of the Program, that part may be used separately -under those permissions, but the entire Program remains governed by -this License without regard to the additional permissions. - - When you convey a copy of a covered work, you may at your option -remove any additional permissions from that copy, or from any part of -it. (Additional permissions may be written to require their own -removal in certain cases when you modify the work.) You may place -additional permissions on material, added by you to a covered work, -for which you have or can give appropriate copyright permission. - - Notwithstanding any other provision of this License, for material you -add to a covered work, you may (if authorized by the copyright holders of -that material) supplement the terms of this License with terms: - - a) Disclaiming warranty or limiting liability differently from the - terms of sections 15 and 16 of this License; or - - b) Requiring preservation of specified reasonable legal notices or - author attributions in that material or in the Appropriate Legal - Notices displayed by works containing it; or - - c) Prohibiting misrepresentation of the origin of that material, or - requiring that modified versions of such material be marked in - reasonable ways as different from the original version; or - - d) Limiting the use for publicity purposes of names of licensors or - authors of the material; or - - e) Declining to grant rights under trademark law for use of some - trade names, trademarks, or service marks; or - - f) Requiring indemnification of licensors and authors of that - material by anyone who conveys the material (or modified versions of - it) with contractual assumptions of liability to the recipient, for - any liability that these contractual assumptions directly impose on - those licensors and authors. - - All other non-permissive additional terms are considered "further -restrictions" within the meaning of section 10. If the Program as you -received it, or any part of it, contains a notice stating that it is -governed by this License along with a term that is a further -restriction, you may remove that term. If a license document contains -a further restriction but permits relicensing or conveying under this -License, you may add to a covered work material governed by the terms -of that license document, provided that the further restriction does -not survive such relicensing or conveying. - - If you add terms to a covered work in accord with this section, you -must place, in the relevant source files, a statement of the -additional terms that apply to those files, or a notice indicating -where to find the applicable terms. - - Additional terms, permissive or non-permissive, may be stated in the -form of a separately written license, or stated as exceptions; -the above requirements apply either way. - - 8. Termination. - - You may not propagate or modify a covered work except as expressly -provided under this License. Any attempt otherwise to propagate or -modify it is void, and will automatically terminate your rights under -this License (including any patent licenses granted under the third -paragraph of section 11). - - However, if you cease all violation of this License, then your -license from a particular copyright holder is reinstated (a) -provisionally, unless and until the copyright holder explicitly and -finally terminates your license, and (b) permanently, if the copyright -holder fails to notify you of the violation by some reasonable means -prior to 60 days after the cessation. - - Moreover, your license from a particular copyright holder is -reinstated permanently if the copyright holder notifies you of the -violation by some reasonable means, this is the first time you have -received notice of violation of this License (for any work) from that -copyright holder, and you cure the violation prior to 30 days after -your receipt of the notice. - - Termination of your rights under this section does not terminate the -licenses of parties who have received copies or rights from you under -this License. If your rights have been terminated and not permanently -reinstated, you do not qualify to receive new licenses for the same -material under section 10. - - 9. Acceptance Not Required for Having Copies. - - You are not required to accept this License in order to receive or -run a copy of the Program. Ancillary propagation of a covered work -occurring solely as a consequence of using peer-to-peer transmission -to receive a copy likewise does not require acceptance. However, -nothing other than this License grants you permission to propagate or -modify any covered work. These actions infringe copyright if you do -not accept this License. Therefore, by modifying or propagating a -covered work, you indicate your acceptance of this License to do so. - - 10. Automatic Licensing of Downstream Recipients. - - Each time you convey a covered work, the recipient automatically -receives a license from the original licensors, to run, modify and -propagate that work, subject to this License. You are not responsible -for enforcing compliance by third parties with this License. - - An "entity transaction" is a transaction transferring control of an -organization, or substantially all assets of one, or subdividing an -organization, or merging organizations. If propagation of a covered -work results from an entity transaction, each party to that -transaction who receives a copy of the work also receives whatever -licenses to the work the party's predecessor in interest had or could -give under the previous paragraph, plus a right to possession of the -Corresponding Source of the work from the predecessor in interest, if -the predecessor has it or can get it with reasonable efforts. - - You may not impose any further restrictions on the exercise of the -rights granted or affirmed under this License. For example, you may -not impose a license fee, royalty, or other charge for exercise of -rights granted under this License, and you may not initiate litigation -(including a cross-claim or counterclaim in a lawsuit) alleging that -any patent claim is infringed by making, using, selling, offering for -sale, or importing the Program or any portion of it. - - 11. Patents. - - A "contributor" is a copyright holder who authorizes use under this -License of the Program or a work on which the Program is based. The -work thus licensed is called the contributor's "contributor version". - - A contributor's "essential patent claims" are all patent claims -owned or controlled by the contributor, whether already acquired or -hereafter acquired, that would be infringed by some manner, permitted -by this License, of making, using, or selling its contributor version, -but do not include claims that would be infringed only as a -consequence of further modification of the contributor version. For -purposes of this definition, "control" includes the right to grant -patent sublicenses in a manner consistent with the requirements of -this License. - - Each contributor grants you a non-exclusive, worldwide, royalty-free -patent license under the contributor's essential patent claims, to -make, use, sell, offer for sale, import and otherwise run, modify and -propagate the contents of its contributor version. - - In the following three paragraphs, a "patent license" is any express -agreement or commitment, however denominated, not to enforce a patent -(such as an express permission to practice a patent or covenant not to -sue for patent infringement). To "grant" such a patent license to a -party means to make such an agreement or commitment not to enforce a -patent against the party. - - If you convey a covered work, knowingly relying on a patent license, -and the Corresponding Source of the work is not available for anyone -to copy, free of charge and under the terms of this License, through a -publicly available network server or other readily accessible means, -then you must either (1) cause the Corresponding Source to be so -available, or (2) arrange to deprive yourself of the benefit of the -patent license for this particular work, or (3) arrange, in a manner -consistent with the requirements of this License, to extend the patent -license to downstream recipients. "Knowingly relying" means you have -actual knowledge that, but for the patent license, your conveying the -covered work in a country, or your recipient's use of the covered work -in a country, would infringe one or more identifiable patents in that -country that you have reason to believe are valid. - - If, pursuant to or in connection with a single transaction or -arrangement, you convey, or propagate by procuring conveyance of, a -covered work, and grant a patent license to some of the parties -receiving the covered work authorizing them to use, propagate, modify -or convey a specific copy of the covered work, then the patent license -you grant is automatically extended to all recipients of the covered -work and works based on it. - - A patent license is "discriminatory" if it does not include within -the scope of its coverage, prohibits the exercise of, or is -conditioned on the non-exercise of one or more of the rights that are -specifically granted under this License. You may not convey a covered -work if you are a party to an arrangement with a third party that is -in the business of distributing software, under which you make payment -to the third party based on the extent of your activity of conveying -the work, and under which the third party grants, to any of the -parties who would receive the covered work from you, a discriminatory -patent license (a) in connection with copies of the covered work -conveyed by you (or copies made from those copies), or (b) primarily -for and in connection with specific products or compilations that -contain the covered work, unless you entered into that arrangement, -or that patent license was granted, prior to 28 March 2007. - - Nothing in this License shall be construed as excluding or limiting -any implied license or other defenses to infringement that may -otherwise be available to you under applicable patent law. - - 12. No Surrender of Others' Freedom. - - If conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot convey a -covered work so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you may -not convey it at all. For example, if you agree to terms that obligate you -to collect a royalty for further conveying from those to whom you convey -the Program, the only way you could satisfy both those terms and this -License would be to refrain entirely from conveying the Program. - - 13. Use with the GNU Affero General Public License. - - Notwithstanding any other provision of this License, you have -permission to link or combine any covered work with a work licensed -under version 3 of the GNU Affero General Public License into a single -combined work, and to convey the resulting work. The terms of this -License will continue to apply to the part which is the covered work, -but the special requirements of the GNU Affero General Public License, -section 13, concerning interaction through a network will apply to the -combination as such. - - 14. Revised Versions of this License. - - The Free Software Foundation may publish revised and/or new versions of -the GNU General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - - Each version is given a distinguishing version number. If the -Program specifies that a certain numbered version of the GNU General -Public License "or any later version" applies to it, you have the -option of following the terms and conditions either of that numbered -version or of any later version published by the Free Software -Foundation. If the Program does not specify a version number of the -GNU General Public License, you may choose any version ever published -by the Free Software Foundation. - - If the Program specifies that a proxy can decide which future -versions of the GNU General Public License can be used, that proxy's -public statement of acceptance of a version permanently authorizes you -to choose that version for the Program. - - Later license versions may give you additional or different -permissions. However, no additional obligations are imposed on any -author or copyright holder as a result of your choosing to follow a -later version. - - 15. Disclaimer of Warranty. - - THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY -APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT -HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY -OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, -THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM -IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF -ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - - 16. Limitation of Liability. - - IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS -THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY -GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE -USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF -DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD -PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), -EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF -SUCH DAMAGES. - - 17. Interpretation of Sections 15 and 16. - - If the disclaimer of warranty and limitation of liability provided -above cannot be given local legal effect according to their terms, -reviewing courts shall apply local law that most closely approximates -an absolute waiver of all civil liability in connection with the -Program, unless a warranty or assumption of liability accompanies a -copy of the Program in return for a fee. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -state the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - -Also add information on how to contact you by electronic and paper mail. - - If the program does terminal interaction, make it output a short -notice like this when it starts in an interactive mode: - - Copyright (C) - This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, your program's commands -might be different; for a GUI interface, you would use an "about box". - - You should also get your employer (if you work as a programmer) or school, -if any, to sign a "copyright disclaimer" for the program, if necessary. -For more information on this, and how to apply and follow the GNU GPL, see -. - - The GNU General Public License does not permit incorporating your program -into proprietary programs. If your program is a subroutine library, you -may consider it more useful to permit linking proprietary applications with -the library. If this is what you want to do, use the GNU Lesser General -Public License instead of this License. But first, please read -. - -============================================================================== - -The libgloss subdirectory is a collection of software from several sources. - -Each file may have its own copyright/license that is embedded in the source -file. Unless otherwise noted in the body of the source file(s), the following copyright -notices will apply to the contents of the libgloss subdirectory: - -(1) Red Hat Incorporated - -Copyright (c) 1994-2009 Red Hat, Inc. All rights reserved. - -This copyrighted material is made available to anyone wishing to use, modify, -copy, or redistribute it subject to the terms and conditions of the BSD -License. This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY expressed or implied, including the implied warranties -of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. A copy of this license -is available at http://www.opensource.org/licenses. Any Red Hat trademarks that -are incorporated in the source code or documentation are not subject to the BSD -License and may only be used or replicated with the express permission of -Red Hat, Inc. - -(2) University of California, Berkeley - -Copyright (c) 1981-2000 The Regents of the University of California. -All rights reserved. - -Redistribution and use in source and binary forms, with or without modification, -are permitted provided that the following conditions are met: - - * Redistributions of source code must retain the above copyright notice, - this list of conditions and the following disclaimer. - * 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. - * Neither the name of the University nor the names of its contributors may - be used to endorse or promote products derived from this software without - specific prior written permission. - -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 OWNER 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. - -(3) DJ Delorie - -Copyright (C) 1993 DJ Delorie -All rights reserved. - -Redistribution, modification, and use in source and binary forms is permitted -provided that the above copyright notice and following paragraph are -duplicated in all such forms. - -This file is distributed WITHOUT ANY WARRANTY; without even the implied -warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - -(4) (formerly GPL for fr30) - -The GPL is no longer applicable to the fr30 platform. The piece of -code (syscalls.c) referencing the GPL has been officially relicensed. - -(5) Advanced Micro Devices - -Copyright 1989, 1990 Advanced Micro Devices, Inc. - -This software is the property of Advanced Micro Devices, Inc (AMD) which -specifically grants the user the right to modify, use and distribute this -software provided this notice is not removed or altered. All other rights -are reserved by AMD. - -AMD MAKES NO WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, WITH REGARD TO THIS -SOFTWARE. IN NO EVENT SHALL AMD BE LIABLE FOR INCIDENTAL OR CONSEQUENTIAL -DAMAGES IN CONNECTION WITH OR ARISING FROM THE FURNISHING, PERFORMANCE, OR -USE OF THIS SOFTWARE. - -So that all may benefit from your experience, please report any problems -or suggestions about this software to the 29K Technical Support Center at -800-29-29-AMD (800-292-9263) in the USA, or 0800-89-1131 in the UK, or -0031-11-1129 in Japan, toll free. The direct dial number is 512-462-4118. - -Advanced Micro Devices, Inc. -29K Support Products -Mail Stop 573 -5900 E. Ben White Blvd. -Austin, TX 78741 -800-292-9263 - -(6) - Analog Devices, Inc. (bfin-* targets) - -Copyright (C) 2006, 2008, 2009, 2011, 2012 Analog Devices, Inc. - -The authors hereby grant permission to use, copy, modify, distribute, -and license this software and its documentation for any purpose, provided -that existing copyright notices are retained in all copies and that this -notice is included verbatim in any distributions. No written agreement, -license, or royalty fee is required for any of the authorized uses. -Modifications to this software may be copyrighted by their authors -and need not follow the licensing terms described here, provided that -the new terms are clearly indicated on the first page of each file where -they apply. - -(7) University of Utah and the Computer Systems Laboratory (CSL) - [applies only to hppa*-*-pro* targets] -Copyright (c) 1990,1994 The University of Utah and -the Computer Systems Laboratory (CSL). All rights reserved. - -Permission to use, copy, modify and distribute this software is hereby -granted provided that (1) source code retains these copyright, permission, -and disclaimer notices, and (2) redistributions including binaries -reproduce the notices in supporting documentation, and (3) all advertising -materials mentioning features or use of this software display the following -acknowledgement: ``This product includes software developed by the -Computer Systems Laboratory at the University of Utah.'' - -THE UNIVERSITY OF UTAH AND CSL ALLOW FREE USE OF THIS SOFTWARE IN ITS "AS -IS" CONDITION. THE UNIVERSITY OF UTAH AND CSL DISCLAIM ANY LIABILITY OF -ANY KIND FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE. - -CSL requests users of this software to return to csl-dist@cs.utah.edu any -improvements that they make and grant CSL redistribution rights. - -(8) Sun Microsystems - -Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. - -Developed at SunPro, a Sun Microsystems, Inc. business. -Permission to use, copy, modify, and distribute this -software is freely granted, provided that this notice is preserved. - -(9) Hewlett Packard - -(c) Copyright 1986 HEWLETT-PACKARD COMPANY - -To anyone who acknowledges that this file is provided "AS IS" -without any express or implied warranty: - -permission to use, copy, modify, and distribute this file -for any purpose is hereby granted without fee, provided that -the above copyright notice and this notice appears in all -copies, and that the name of Hewlett-Packard Company not be -used in advertising or publicity pertaining to distribution -of the software without specific, written prior permission. -Hewlett-Packard Company makes no representations about the -suitability of this software for any purpose. - -(10) Hans-Peter Nilsson - -Copyright (C) 2001 Hans-Peter Nilsson - -Permission to use, copy, modify, and distribute this software is -freely granted, provided that the above copyright notice, this notice -and the following disclaimer are preserved with no changes. - -THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR -IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. - -(11) IBM Corp. spu processor (only spu-* targets) - -(C) Copyright IBM Corp. 2005, 2006 - -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: - - * Redistributions of source code must retain the above copyright notice, -this list of conditions and the following disclaimer. - * 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. - * Neither the name of IBM nor the names of its contributors may be -used to endorse or promote products derived from this software without -specific prior written permission. - -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 OWNER 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. - -(12) Jon Beniston (only lm32-* targets) - - Contributed by Jon Beniston - - 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 AUTHOR 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 AUTHOR 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. - -(13) - Xilinx, Inc. (microblaze-* and powerpc-* targets) - -Copyright (c) 2004, 2009 Xilinx, 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 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. - -3. Neither the name of Xilinx nor the names of its contributors may be -used to endorse or promote products derived from this software without -specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER 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. - - -(14) - National Semiconductor Corporation - -Copyright (c) 2004 National Semiconductor Corporation - -The authors hereby grant permission to use, copy, modify, distribute, -and license this software and its documentation for any purpose, provided -that existing copyright notices are retained in all copies and that this -notice is included verbatim in any distributions. No written agreement, -license, or royalty fee is required for any of the authorized uses. -Modifications to this software may be copyrighted by their authors -and need not follow the licensing terms described here, provided that -the new terms are clearly indicated on the first page of each file where -they apply. - - -(15) - CodeSourcery, Inc. (tic6x-* targets) - -Copyright (c) 2010 CodeSourcery, 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: - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * 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. - * Neither the name of CodeSourcery nor the - names of its contributors may be used to endorse or promote products - derived from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY CODESOURCERY, INC. ``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 CODESOURCERY 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. - - -(16) - GPL with exception (sparc-*leon*, crx-*, cr16-* targets only) - - Copyright (C) 1992 Free Software Foundation, Inc. - Written By David Vinayak Henkel-Wallace, June 1992 - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU General Public License as published by the -Free Software Foundation; either version 2, or (at your option) any -later version. - -In addition to the permissions in the GNU General Public License, the -Free Software Foundation gives you unlimited permission to link the -compiled version of this file with other programs, and to distribute -those programs without any restriction coming from the use of this -file. (The General Public License restrictions do apply in other -respects; for example, they cover modification of the file, and -distribution when not linked into another program.) - -This file is distributed in the hope that it will be useful, but -WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program; see the file COPYING. If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA. - - As a special exception, if you link this library with files - compiled with GCC to produce an executable, this does not cause - the resulting executable to be covered by the GNU General Public License. - This exception does not however invalidate any other reasons why - the executable file might be covered by the GNU General Public License. - - -(17) - Adapteva, Inc. (epiphany-* targets) - -Copyright (c) 2011, Adapteva, 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: - * Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. - * 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. - * Neither the name of Adapteva nor the names of its contributors may be used - to endorse or promote products derived from this software without specific - prior written permission. - -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. - -The newlib subdirectory is a collection of software from several sources. - -Each file may have its own copyright/license that is embedded in the source -file. Unless otherwise noted in the body of the source file(s), the following copyright -notices will apply to the contents of the newlib subdirectory: - -(1) Red Hat Incorporated - -Copyright (c) 1994-2009 Red Hat, Inc. All rights reserved. - -This copyrighted material is made available to anyone wishing to use, -modify, copy, or redistribute it subject to the terms and conditions -of the BSD License. This program is distributed in the hope that -it will be useful, but WITHOUT ANY WARRANTY expressed or implied, -including the implied warranties of MERCHANTABILITY or FITNESS FOR -A PARTICULAR PURPOSE. A copy of this license is available at -http://www.opensource.org/licenses. Any Red Hat trademarks that are -incorporated in the source code or documentation are not subject to -the BSD License and may only be used or replicated with the express -permission of Red Hat, Inc. - -(2) University of California, Berkeley - -Copyright (c) 1981-2000 The Regents of the University of California. -All rights reserved. - -Redistribution and use in source and binary forms, with or without modification, -are permitted provided that the following conditions are met: - - * Redistributions of source code must retain the above copyright notice, - this list of conditions and the following disclaimer. - * 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. - * Neither the name of the University nor the names of its contributors - may be used to endorse or promote products derived from this software - without specific prior written permission. - -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 OWNER 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. - -(3) David M. Gay (AT&T 1991, Lucent 1998) - -The author of this software is David M. Gay. - -Copyright (c) 1991 by AT&T. - -Permission to use, copy, modify, and distribute this software for any -purpose without fee is hereby granted, provided that this entire notice -is included in all copies of any software which is or includes a copy -or modification of this software and in all copies of the supporting -documentation for such software. - -THIS SOFTWARE IS BEING PROVIDED "AS IS", WITHOUT ANY EXPRESS OR IMPLIED -WARRANTY. IN PARTICULAR, NEITHER THE AUTHOR NOR AT&T MAKES ANY -REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY -OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE. - -------------------------------------------------------------------- - -The author of this software is David M. Gay. - -Copyright (C) 1998-2001 by Lucent Technologies -All Rights Reserved - -Permission to use, copy, modify, and distribute this software and -its documentation for any purpose and without fee is hereby -granted, provided that the above copyright notice appear in all -copies and that both that the copyright notice and this -permission notice and warranty disclaimer appear in supporting -documentation, and that the name of Lucent or any of its entities -not be used in advertising or publicity pertaining to -distribution of the software without specific, written prior -permission. - -LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, -INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. -IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY -SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER -IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF -THIS SOFTWARE. - - -(4) Advanced Micro Devices - -Copyright 1989, 1990 Advanced Micro Devices, Inc. - -This software is the property of Advanced Micro Devices, Inc (AMD) which -specifically grants the user the right to modify, use and distribute this -software provided this notice is not removed or altered. All other rights -are reserved by AMD. - -AMD MAKES NO WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, WITH REGARD TO THIS -SOFTWARE. IN NO EVENT SHALL AMD BE LIABLE FOR INCIDENTAL OR CONSEQUENTIAL -DAMAGES IN CONNECTION WITH OR ARISING FROM THE FURNISHING, PERFORMANCE, OR -USE OF THIS SOFTWARE. - -So that all may benefit from your experience, please report any problems -or suggestions about this software to the 29K Technical Support Center at -800-29-29-AMD (800-292-9263) in the USA, or 0800-89-1131 in the UK, or -0031-11-1129 in Japan, toll free. The direct dial number is 512-462-4118. - -Advanced Micro Devices, Inc. -29K Support Products -Mail Stop 573 -5900 E. Ben White Blvd. -Austin, TX 78741 -800-292-9263 - -(5) - -(6) - -(7) Sun Microsystems - -Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. - -Developed at SunPro, a Sun Microsystems, Inc. business. -Permission to use, copy, modify, and distribute this -software is freely granted, provided that this notice is preserved. - -(8) Hewlett Packard - -(c) Copyright 1986 HEWLETT-PACKARD COMPANY - -To anyone who acknowledges that this file is provided "AS IS" -without any express or implied warranty: - permission to use, copy, modify, and distribute this file -for any purpose is hereby granted without fee, provided that -the above copyright notice and this notice appears in all -copies, and that the name of Hewlett-Packard Company not be -used in advertising or publicity pertaining to distribution -of the software without specific, written prior permission. -Hewlett-Packard Company makes no representations about the -suitability of this software for any purpose. - -(9) Hans-Peter Nilsson - -Copyright (C) 2001 Hans-Peter Nilsson - -Permission to use, copy, modify, and distribute this software is -freely granted, provided that the above copyright notice, this notice -and the following disclaimer are preserved with no changes. - -THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR -IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. - -(10) Stephane Carrez (m68hc11-elf/m68hc12-elf targets only) - -Copyright (C) 1999, 2000, 2001, 2002 Stephane Carrez (stcarrez@nerim.fr) - -The authors hereby grant permission to use, copy, modify, distribute, -and license this software and its documentation for any purpose, provided -that existing copyright notices are retained in all copies and that this -notice is included verbatim in any distributions. No written agreement, -license, or royalty fee is required for any of the authorized uses. -Modifications to this software may be copyrighted by their authors -and need not follow the licensing terms described here, provided that -the new terms are clearly indicated on the first page of each file where -they apply. - -(11) Christopher G. Demetriou - -Copyright (c) 2001 Christopher G. Demetriou -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. -3. The name of the author may not be used to endorse or promote products - derived from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. - -(12) SuperH, Inc. - -Copyright 2002 SuperH, Inc. All rights reserved - -This software is the property of SuperH, Inc (SuperH) which specifically -grants the user the right to modify, use and distribute this software -provided this notice is not removed or altered. All other rights are -reserved by SuperH. - -SUPERH MAKES NO WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, WITH REGARD TO -THIS SOFTWARE. IN NO EVENT SHALL SUPERH BE LIABLE FOR INDIRECT, SPECIAL, -INCIDENTAL OR CONSEQUENTIAL DAMAGES IN CONNECTION WITH OR ARISING FROM -THE FURNISHING, PERFORMANCE, OR USE OF THIS SOFTWARE. - -So that all may benefit from your experience, please report any problems -or suggestions about this software to the SuperH Support Center via -e-mail at softwaresupport@superh.com . - -SuperH, Inc. -405 River Oaks Parkway -San Jose -CA 95134 -USA - -(13) Royal Institute of Technology - -Copyright (c) 1999 Kungliga Tekniska Högskolan -(Royal Institute of Technology, Stockholm, Sweden). -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. - -3. Neither the name of KTH nor the names of its contributors may be - used to endorse or promote products derived from this software without - specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY KTH AND ITS 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 KTH OR ITS 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. - -(14) Alexey Zelkin - -Copyright (c) 2000, 2001 Alexey Zelkin -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 AUTHOR 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 AUTHOR 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. - -(15) Andrey A. Chernov - -Copyright (C) 1997 by Andrey A. Chernov, Moscow, Russia. -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 AUTHOR ``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 REGENTS 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. - -(16) FreeBSD - -Copyright (c) 1997-2002 FreeBSD Project. -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 AUTHOR 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 AUTHOR 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. - -(17) S. L. Moshier - -Author: S. L. Moshier. - -Copyright (c) 1984,2000 S.L. Moshier - -Permission to use, copy, modify, and distribute this software for any -purpose without fee is hereby granted, provided that this entire notice -is included in all copies of any software which is or includes a copy -or modification of this software and in all copies of the supporting -documentation for such software. - -THIS SOFTWARE IS BEING PROVIDED "AS IS", WITHOUT ANY EXPRESS OR IMPLIED -WARRANTY. IN PARTICULAR, THE AUTHOR MAKES NO REPRESENTATION -OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY OF THIS -SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE. - -(18) Citrus Project - -Copyright (c)1999 Citrus Project, -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 AUTHOR 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 AUTHOR 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. - -(19) Todd C. Miller - -Copyright (c) 1998 Todd C. Miller -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. -3. The name of the author may not be used to endorse or promote products - derived from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED ``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 AUTHOR 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. - -(20) DJ Delorie (i386) -Copyright (C) 1991 DJ Delorie -All rights reserved. - -Redistribution, modification, and use in source and binary forms is permitted -provided that the above copyright notice and following paragraph are -duplicated in all such forms. - -This file is distributed WITHOUT ANY WARRANTY; without even the implied -warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - -(21) Free Software Foundation LGPL License (*-linux* targets only) - - Copyright (C) 1990-1999, 2000, 2001 Free Software Foundation, Inc. - This file is part of the GNU C Library. - Contributed by Mark Kettenis , 1997. - - The GNU C Library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. - - The GNU C Library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. - - You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - 02110-1301 USA. - -(22) Xavier Leroy LGPL License (i[3456]86-*-linux* targets only) - -Copyright (C) 1996 Xavier Leroy (Xavier.Leroy@inria.fr) - -This program is free software; you can redistribute it and/or -modify it under the terms of the GNU Library General Public License -as published by the Free Software Foundation; either version 2 -of the License, or (at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU Library General Public License for more details. - -(23) Intel (i960) - -Copyright (c) 1993 Intel Corporation - -Intel hereby grants you permission to copy, modify, and distribute this -software and its documentation. Intel grants this permission provided -that the above copyright notice appears in all copies and that both the -copyright notice and this permission notice appear in supporting -documentation. In addition, Intel grants this permission provided that -you prominently mark as "not part of the original" any modifications -made to this software or documentation, and that the name of Intel -Corporation not be used in advertising or publicity pertaining to -distribution of the software or the documentation without specific, -written prior permission. - -Intel Corporation provides this AS IS, WITHOUT ANY WARRANTY, EXPRESS OR -IMPLIED, INCLUDING, WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY -OR FITNESS FOR A PARTICULAR PURPOSE. Intel makes no guarantee or -representations regarding the use of, or the results of the use of, -the software and documentation in terms of correctness, accuracy, -reliability, currentness, or otherwise; and you rely on the software, -documentation and results solely at your own risk. - -IN NO EVENT SHALL INTEL BE LIABLE FOR ANY LOSS OF USE, LOSS OF BUSINESS, -LOSS OF PROFITS, INDIRECT, INCIDENTAL, SPECIAL OR CONSEQUENTIAL DAMAGES -OF ANY KIND. IN NO EVENT SHALL INTEL'S TOTAL LIABILITY EXCEED THE SUM -PAID TO INTEL FOR THE PRODUCT LICENSED HEREUNDER. - -(24) Hewlett-Packard (hppa targets only) - -(c) Copyright 1986 HEWLETT-PACKARD COMPANY - -To anyone who acknowledges that this file is provided "AS IS" -without any express or implied warranty: - permission to use, copy, modify, and distribute this file -for any purpose is hereby granted without fee, provided that -the above copyright notice and this notice appears in all -copies, and that the name of Hewlett-Packard Company not be -used in advertising or publicity pertaining to distribution -of the software without specific, written prior permission. -Hewlett-Packard Company makes no representations about the -suitability of this software for any purpose. - -(25) Henry Spencer (only *-linux targets) - -Copyright 1992, 1993, 1994 Henry Spencer. All rights reserved. -This software is not subject to any license of the American Telephone -and Telegraph Company or of the Regents of the University of California. - -Permission is granted to anyone to use this software for any purpose on -any computer system, and to alter it and redistribute it, subject -to the following restrictions: - -1. The author is not responsible for the consequences of use of this - software, no matter how awful, even if they arise from flaws in it. - -2. The origin of this software must not be misrepresented, either by - explicit claim or by omission. Since few users ever read sources, - credits must appear in the documentation. - -3. Altered versions must be plainly marked as such, and must not be - misrepresented as being the original software. Since few users - ever read sources, credits must appear in the documentation. - -4. This notice may not be removed or altered. - -(26) Mike Barcroft - -Copyright (c) 2001 Mike Barcroft -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 AUTHOR 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 AUTHOR 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. - -(27) Konstantin Chuguev (--enable-newlib-iconv) - -Copyright (c) 1999, 2000 - Konstantin Chuguev. 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 AUTHOR 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 AUTHOR 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. - - iconv (Charset Conversion Library) v2.0 - -(28) Artem Bityuckiy (--enable-newlib-iconv) - -Copyright (c) 2003, Artem B. Bityuckiy, SoftMine Corporation. -Rights transferred to Franklin Electronic Publishers. - -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 AUTHOR 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 AUTHOR 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. - -(29) IBM, Sony, Toshiba (only spu-* targets) - - (C) Copyright 2001,2006, - International Business Machines Corporation, - Sony Computer Entertainment, Incorporated, - Toshiba Corporation, - - All rights reserved. - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions are met: - - * Redistributions of source code must retain the above copyright notice, - this list of conditions and the following disclaimer. - * 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. - * Neither the names of the copyright holders nor the names of their - contributors may be used to endorse or promote products derived from this - software without specific prior written permission. - - 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 OWNER 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. - -(30) - Alex Tatmanjants (targets using libc/posix) - - Copyright (c) 1995 Alex Tatmanjants - at Electronni Visti IA, Kiev, Ukraine. - 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 AUTHOR ``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 AUTHOR 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. - -(31) - M. Warner Losh (targets using libc/posix) - - Copyright (c) 1998, M. Warner Losh - 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 AUTHOR 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 AUTHOR 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. - -(32) - Andrey A. Chernov (targets using libc/posix) - - Copyright (C) 1996 by Andrey A. Chernov, Moscow, Russia. - 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 AUTHOR ``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 REGENTS 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. - -(33) - Daniel Eischen (targets using libc/posix) - - Copyright (c) 2001 Daniel Eischen . - 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 AUTHOR 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 REGENTS 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. - - -(34) - Jon Beniston (only lm32-* targets) - - Contributed by Jon Beniston - - 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 AUTHOR 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 AUTHOR 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. - - -(35) - ARM Ltd (arm and thumb variant targets only) - - Copyright (c) 2009 ARM Ltd - 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. - 3. The name of the company may not be used to endorse or promote - products derived from this software without specific prior written - permission. - - THIS SOFTWARE IS PROVIDED BY ARM LTD ``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 ARM LTD 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. - -(36) - Xilinx, Inc. (microblaze-* and powerpc-* targets) - -Copyright (c) 2004, 2009 Xilinx, 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 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. - -3. Neither the name of Xilinx nor the names of its contributors may be -used to endorse or promote products derived from this software without -specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER 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. - - -(37) Texas Instruments Incorporated (tic6x-* targets) - -Copyright (c) 1996-2010 Texas Instruments Incorporated -http://www.ti.com/ - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - - Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - - 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. - - Neither the name of Texas Instruments Incorporated nor the names - of its contributors may be used to endorse or promote products - derived from this software without specific prior written - permission. - - 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 - OWNER 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. - -(38) National Semiconductor (cr16-* and crx-* targets) - -Copyright (c) 2004 National Semiconductor Corporation - -The authors hereby grant permission to use, copy, modify, distribute, -and license this software and its documentation for any purpose, provided -that existing copyright notices are retained in all copies and that this -notice is included verbatim in any distributions. No written agreement, -license, or royalty fee is required for any of the authorized uses. -Modifications to this software may be copyrighted by their authors -and need not follow the licensing terms described here, provided that -the new terms are clearly indicated on the first page of each file where -they apply. - -(39) - Adapteva, Inc. (epiphany-* targets) - -Copyright (c) 2011, Adapteva, 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: - * Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. - * 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. - * Neither the name of Adapteva nor the names of its contributors may be used - to endorse or promote products derived from this software without specific - prior written permission. - -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. - -(40) - Altera Corportion (nios2-* targets) - -Copyright (c) 2003 Altera Corporation -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - - o Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - o 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. - o Neither the name of Altera Corporation nor the names of its - contributors may be used to endorse or promote products derived from - this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY ALTERA CORPORATION, THE COPYRIGHT HOLDER, -AND ITS 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. - -(41) Ed Schouten - Free BSD - -Copyright (c) 2008 Ed Schouten -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 AUTHOR 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 AUTHOR 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. - - GNU LESSER GENERAL PUBLIC LICENSE - Version 3, 29 June 2007 - - Copyright (C) 2007 Free Software Foundation, Inc. - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - - This version of the GNU Lesser General Public License incorporates -the terms and conditions of version 3 of the GNU General Public -License, supplemented by the additional permissions listed below. - - 0. Additional Definitions. - - As used herein, "this License" refers to version 3 of the GNU Lesser -General Public License, and the "GNU GPL" refers to version 3 of the GNU -General Public License. - - "The Library" refers to a covered work governed by this License, -other than an Application or a Combined Work as defined below. - - An "Application" is any work that makes use of an interface provided -by the Library, but which is not otherwise based on the Library. -Defining a subclass of a class defined by the Library is deemed a mode -of using an interface provided by the Library. - - A "Combined Work" is a work produced by combining or linking an -Application with the Library. The particular version of the Library -with which the Combined Work was made is also called the "Linked -Version". - - The "Minimal Corresponding Source" for a Combined Work means the -Corresponding Source for the Combined Work, excluding any source code -for portions of the Combined Work that, considered in isolation, are -based on the Application, and not on the Linked Version. - - The "Corresponding Application Code" for a Combined Work means the -object code and/or source code for the Application, including any data -and utility programs needed for reproducing the Combined Work from the -Application, but excluding the System Libraries of the Combined Work. - - 1. Exception to Section 3 of the GNU GPL. - - You may convey a covered work under sections 3 and 4 of this License -without being bound by section 3 of the GNU GPL. - - 2. Conveying Modified Versions. - - If you modify a copy of the Library, and, in your modifications, a -facility refers to a function or data to be supplied by an Application -that uses the facility (other than as an argument passed when the -facility is invoked), then you may convey a copy of the modified -version: - - a) under this License, provided that you make a good faith effort to - ensure that, in the event an Application does not supply the - function or data, the facility still operates, and performs - whatever part of its purpose remains meaningful, or - - b) under the GNU GPL, with none of the additional permissions of - this License applicable to that copy. - - 3. Object Code Incorporating Material from Library Header Files. - - The object code form of an Application may incorporate material from -a header file that is part of the Library. You may convey such object -code under terms of your choice, provided that, if the incorporated -material is not limited to numerical parameters, data structure -layouts and accessors, or small macros, inline functions and templates -(ten or fewer lines in length), you do both of the following: - - a) Give prominent notice with each copy of the object code that the - Library is used in it and that the Library and its use are - covered by this License. - - b) Accompany the object code with a copy of the GNU GPL and this license - document. - - 4. Combined Works. - - You may convey a Combined Work under terms of your choice that, -taken together, effectively do not restrict modification of the -portions of the Library contained in the Combined Work and reverse -engineering for debugging such modifications, if you also do each of -the following: - - a) Give prominent notice with each copy of the Combined Work that - the Library is used in it and that the Library and its use are - covered by this License. - - b) Accompany the Combined Work with a copy of the GNU GPL and this license - document. - - c) For a Combined Work that displays copyright notices during - execution, include the copyright notice for the Library among - these notices, as well as a reference directing the user to the - copies of the GNU GPL and this license document. - - d) Do one of the following: - - 0) Convey the Minimal Corresponding Source under the terms of this - License, and the Corresponding Application Code in a form - suitable for, and under terms that permit, the user to - recombine or relink the Application with a modified version of - the Linked Version to produce a modified Combined Work, in the - manner specified by section 6 of the GNU GPL for conveying - Corresponding Source. - - 1) Use a suitable shared library mechanism for linking with the - Library. A suitable mechanism is one that (a) uses at run time - a copy of the Library already present on the user's computer - system, and (b) will operate properly with a modified version - of the Library that is interface-compatible with the Linked - Version. - - e) Provide Installation Information, but only if you would otherwise - be required to provide such information under section 6 of the - GNU GPL, and only to the extent that such information is - necessary to install and execute a modified version of the - Combined Work produced by recombining or relinking the - Application with a modified version of the Linked Version. (If - you use option 4d0, the Installation Information must accompany - the Minimal Corresponding Source and Corresponding Application - Code. If you use option 4d1, you must provide the Installation - Information in the manner specified by section 6 of the GNU GPL - for conveying Corresponding Source.) - - 5. Combined Libraries. - - You may place library facilities that are a work based on the -Library side by side in a single library together with other library -facilities that are not Applications and are not covered by this -License, and convey such a combined library under terms of your -choice, if you do both of the following: - - a) Accompany the combined library with a copy of the same work based - on the Library, uncombined with any other library facilities, - conveyed under the terms of this License. - - b) Give prominent notice with the combined library that part of it - is a work based on the Library, and explaining where to find the - accompanying uncombined form of the same work. - - 6. Revised Versions of the GNU Lesser General Public License. - - The Free Software Foundation may publish revised and/or new versions -of the GNU Lesser General Public License from time to time. Such new -versions will be similar in spirit to the present version, but may -differ in detail to address new problems or concerns. - - Each version is given a distinguishing version number. If the -Library as you received it specifies that a certain numbered version -of the GNU Lesser General Public License "or any later version" -applies to it, you have the option of following the terms and -conditions either of that published version or of any later version -published by the Free Software Foundation. If the Library as you -received it does not specify a version number of the GNU Lesser -General Public License, you may choose any version of the GNU Lesser -General Public License ever published by the Free Software Foundation. - - If the Library as you received it specifies that a proxy can decide -whether future versions of the GNU Lesser General Public License shall -apply, that proxy's public statement of acceptance of any version is -permanent authorization for you to choose that version for the -Library. - GNU GENERAL PUBLIC LICENSE - Version 3, 29 June 2007 - - Copyright (C) 2007 Free Software Foundation, Inc. - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The GNU General Public License is a free, copyleft license for -software and other kinds of works. - - The licenses for most software and other practical works are designed -to take away your freedom to share and change the works. By contrast, -the GNU General Public License is intended to guarantee your freedom to -share and change all versions of a program--to make sure it remains free -software for all its users. We, the Free Software Foundation, use the -GNU General Public License for most of our software; it applies also to -any other work released this way by its authors. You can apply it to -your programs, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -them if you wish), that you receive source code or can get it if you -want it, that you can change the software or use pieces of it in new -free programs, and that you know you can do these things. - - To protect your rights, we need to prevent others from denying you -these rights or asking you to surrender the rights. Therefore, you have -certain responsibilities if you distribute copies of the software, or if -you modify it: responsibilities to respect the freedom of others. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must pass on to the recipients the same -freedoms that you received. You must make sure that they, too, receive -or can get the source code. And you must show them these terms so they -know their rights. - - Developers that use the GNU GPL protect your rights with two steps: -(1) assert copyright on the software, and (2) offer you this License -giving you legal permission to copy, distribute and/or modify it. - - For the developers' and authors' protection, the GPL clearly explains -that there is no warranty for this free software. For both users' and -authors' sake, the GPL requires that modified versions be marked as -changed, so that their problems will not be attributed erroneously to -authors of previous versions. - - Some devices are designed to deny users access to install or run -modified versions of the software inside them, although the manufacturer -can do so. This is fundamentally incompatible with the aim of -protecting users' freedom to change the software. The systematic -pattern of such abuse occurs in the area of products for individuals to -use, which is precisely where it is most unacceptable. Therefore, we -have designed this version of the GPL to prohibit the practice for those -products. If such problems arise substantially in other domains, we -stand ready to extend this provision to those domains in future versions -of the GPL, as needed to protect the freedom of users. - - Finally, every program is threatened constantly by software patents. -States should not allow patents to restrict development and use of -software on general-purpose computers, but in those that do, we wish to -avoid the special danger that patents applied to a free program could -make it effectively proprietary. To prevent this, the GPL assures that -patents cannot be used to render the program non-free. - - The precise terms and conditions for copying, distribution and -modification follow. - - TERMS AND CONDITIONS - - 0. Definitions. - - "This License" refers to version 3 of the GNU General Public License. - - "Copyright" also means copyright-like laws that apply to other kinds of -works, such as semiconductor masks. - - "The Program" refers to any copyrightable work licensed under this -License. Each licensee is addressed as "you". "Licensees" and -"recipients" may be individuals or organizations. - - To "modify" a work means to copy from or adapt all or part of the work -in a fashion requiring copyright permission, other than the making of an -exact copy. The resulting work is called a "modified version" of the -earlier work or a work "based on" the earlier work. - - A "covered work" means either the unmodified Program or a work based -on the Program. - - To "propagate" a work means to do anything with it that, without -permission, would make you directly or secondarily liable for -infringement under applicable copyright law, except executing it on a -computer or modifying a private copy. Propagation includes copying, -distribution (with or without modification), making available to the -public, and in some countries other activities as well. - - To "convey" a work means any kind of propagation that enables other -parties to make or receive copies. Mere interaction with a user through -a computer network, with no transfer of a copy, is not conveying. - - An interactive user interface displays "Appropriate Legal Notices" -to the extent that it includes a convenient and prominently visible -feature that (1) displays an appropriate copyright notice, and (2) -tells the user that there is no warranty for the work (except to the -extent that warranties are provided), that licensees may convey the -work under this License, and how to view a copy of this License. If -the interface presents a list of user commands or options, such as a -menu, a prominent item in the list meets this criterion. - - 1. Source Code. - - The "source code" for a work means the preferred form of the work -for making modifications to it. "Object code" means any non-source -form of a work. - - A "Standard Interface" means an interface that either is an official -standard defined by a recognized standards body, or, in the case of -interfaces specified for a particular programming language, one that -is widely used among developers working in that language. - - The "System Libraries" of an executable work include anything, other -than the work as a whole, that (a) is included in the normal form of -packaging a Major Component, but which is not part of that Major -Component, and (b) serves only to enable use of the work with that -Major Component, or to implement a Standard Interface for which an -implementation is available to the public in source code form. A -"Major Component", in this context, means a major essential component -(kernel, window system, and so on) of the specific operating system -(if any) on which the executable work runs, or a compiler used to -produce the work, or an object code interpreter used to run it. - - The "Corresponding Source" for a work in object code form means all -the source code needed to generate, install, and (for an executable -work) run the object code and to modify the work, including scripts to -control those activities. However, it does not include the work's -System Libraries, or general-purpose tools or generally available free -programs which are used unmodified in performing those activities but -which are not part of the work. For example, Corresponding Source -includes interface definition files associated with source files for -the work, and the source code for shared libraries and dynamically -linked subprograms that the work is specifically designed to require, -such as by intimate data communication or control flow between those -subprograms and other parts of the work. - - The Corresponding Source need not include anything that users -can regenerate automatically from other parts of the Corresponding -Source. - - The Corresponding Source for a work in source code form is that -same work. - - 2. Basic Permissions. - - All rights granted under this License are granted for the term of -copyright on the Program, and are irrevocable provided the stated -conditions are met. This License explicitly affirms your unlimited -permission to run the unmodified Program. The output from running a -covered work is covered by this License only if the output, given its -content, constitutes a covered work. This License acknowledges your -rights of fair use or other equivalent, as provided by copyright law. - - You may make, run and propagate covered works that you do not -convey, without conditions so long as your license otherwise remains -in force. You may convey covered works to others for the sole purpose -of having them make modifications exclusively for you, or provide you -with facilities for running those works, provided that you comply with -the terms of this License in conveying all material for which you do -not control copyright. Those thus making or running the covered works -for you must do so exclusively on your behalf, under your direction -and control, on terms that prohibit them from making any copies of -your copyrighted material outside their relationship with you. - - Conveying under any other circumstances is permitted solely under -the conditions stated below. Sublicensing is not allowed; section 10 -makes it unnecessary. - - 3. Protecting Users' Legal Rights From Anti-Circumvention Law. - - No covered work shall be deemed part of an effective technological -measure under any applicable law fulfilling obligations under article -11 of the WIPO copyright treaty adopted on 20 December 1996, or -similar laws prohibiting or restricting circumvention of such -measures. - - When you convey a covered work, you waive any legal power to forbid -circumvention of technological measures to the extent such circumvention -is effected by exercising rights under this License with respect to -the covered work, and you disclaim any intention to limit operation or -modification of the work as a means of enforcing, against the work's -users, your or third parties' legal rights to forbid circumvention of -technological measures. - - 4. Conveying Verbatim Copies. - - You may convey verbatim copies of the Program's source code as you -receive it, in any medium, provided that you conspicuously and -appropriately publish on each copy an appropriate copyright notice; -keep intact all notices stating that this License and any -non-permissive terms added in accord with section 7 apply to the code; -keep intact all notices of the absence of any warranty; and give all -recipients a copy of this License along with the Program. - - You may charge any price or no price for each copy that you convey, -and you may offer support or warranty protection for a fee. - - 5. Conveying Modified Source Versions. - - You may convey a work based on the Program, or the modifications to -produce it from the Program, in the form of source code under the -terms of section 4, provided that you also meet all of these conditions: - - a) The work must carry prominent notices stating that you modified - it, and giving a relevant date. - - b) The work must carry prominent notices stating that it is - released under this License and any conditions added under section - 7. This requirement modifies the requirement in section 4 to - "keep intact all notices". - - c) You must license the entire work, as a whole, under this - License to anyone who comes into possession of a copy. This - License will therefore apply, along with any applicable section 7 - additional terms, to the whole of the work, and all its parts, - regardless of how they are packaged. This License gives no - permission to license the work in any other way, but it does not - invalidate such permission if you have separately received it. - - d) If the work has interactive user interfaces, each must display - Appropriate Legal Notices; however, if the Program has interactive - interfaces that do not display Appropriate Legal Notices, your - work need not make them do so. - - A compilation of a covered work with other separate and independent -works, which are not by their nature extensions of the covered work, -and which are not combined with it such as to form a larger program, -in or on a volume of a storage or distribution medium, is called an -"aggregate" if the compilation and its resulting copyright are not -used to limit the access or legal rights of the compilation's users -beyond what the individual works permit. Inclusion of a covered work -in an aggregate does not cause this License to apply to the other -parts of the aggregate. - - 6. Conveying Non-Source Forms. - - You may convey a covered work in object code form under the terms -of sections 4 and 5, provided that you also convey the -machine-readable Corresponding Source under the terms of this License, -in one of these ways: - - a) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by the - Corresponding Source fixed on a durable physical medium - customarily used for software interchange. - - b) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by a - written offer, valid for at least three years and valid for as - long as you offer spare parts or customer support for that product - model, to give anyone who possesses the object code either (1) a - copy of the Corresponding Source for all the software in the - product that is covered by this License, on a durable physical - medium customarily used for software interchange, for a price no - more than your reasonable cost of physically performing this - conveying of source, or (2) access to copy the - Corresponding Source from a network server at no charge. - - c) Convey individual copies of the object code with a copy of the - written offer to provide the Corresponding Source. This - alternative is allowed only occasionally and noncommercially, and - only if you received the object code with such an offer, in accord - with subsection 6b. - - d) Convey the object code by offering access from a designated - place (gratis or for a charge), and offer equivalent access to the - Corresponding Source in the same way through the same place at no - further charge. You need not require recipients to copy the - Corresponding Source along with the object code. If the place to - copy the object code is a network server, the Corresponding Source - may be on a different server (operated by you or a third party) - that supports equivalent copying facilities, provided you maintain - clear directions next to the object code saying where to find the - Corresponding Source. Regardless of what server hosts the - Corresponding Source, you remain obligated to ensure that it is - available for as long as needed to satisfy these requirements. - - e) Convey the object code using peer-to-peer transmission, provided - you inform other peers where the object code and Corresponding - Source of the work are being offered to the general public at no - charge under subsection 6d. - - A separable portion of the object code, whose source code is excluded -from the Corresponding Source as a System Library, need not be -included in conveying the object code work. - - A "User Product" is either (1) a "consumer product", which means any -tangible personal property which is normally used for personal, family, -or household purposes, or (2) anything designed or sold for incorporation -into a dwelling. In determining whether a product is a consumer product, -doubtful cases shall be resolved in favor of coverage. For a particular -product received by a particular user, "normally used" refers to a -typical or common use of that class of product, regardless of the status -of the particular user or of the way in which the particular user -actually uses, or expects or is expected to use, the product. A product -is a consumer product regardless of whether the product has substantial -commercial, industrial or non-consumer uses, unless such uses represent -the only significant mode of use of the product. - - "Installation Information" for a User Product means any methods, -procedures, authorization keys, or other information required to install -and execute modified versions of a covered work in that User Product from -a modified version of its Corresponding Source. The information must -suffice to ensure that the continued functioning of the modified object -code is in no case prevented or interfered with solely because -modification has been made. - - If you convey an object code work under this section in, or with, or -specifically for use in, a User Product, and the conveying occurs as -part of a transaction in which the right of possession and use of the -User Product is transferred to the recipient in perpetuity or for a -fixed term (regardless of how the transaction is characterized), the -Corresponding Source conveyed under this section must be accompanied -by the Installation Information. But this requirement does not apply -if neither you nor any third party retains the ability to install -modified object code on the User Product (for example, the work has -been installed in ROM). - - The requirement to provide Installation Information does not include a -requirement to continue to provide support service, warranty, or updates -for a work that has been modified or installed by the recipient, or for -the User Product in which it has been modified or installed. Access to a -network may be denied when the modification itself materially and -adversely affects the operation of the network or violates the rules and -protocols for communication across the network. - - Corresponding Source conveyed, and Installation Information provided, -in accord with this section must be in a format that is publicly -documented (and with an implementation available to the public in -source code form), and must require no special password or key for -unpacking, reading or copying. - - 7. Additional Terms. - - "Additional permissions" are terms that supplement the terms of this -License by making exceptions from one or more of its conditions. -Additional permissions that are applicable to the entire Program shall -be treated as though they were included in this License, to the extent -that they are valid under applicable law. If additional permissions -apply only to part of the Program, that part may be used separately -under those permissions, but the entire Program remains governed by -this License without regard to the additional permissions. - - When you convey a copy of a covered work, you may at your option -remove any additional permissions from that copy, or from any part of -it. (Additional permissions may be written to require their own -removal in certain cases when you modify the work.) You may place -additional permissions on material, added by you to a covered work, -for which you have or can give appropriate copyright permission. - - Notwithstanding any other provision of this License, for material you -add to a covered work, you may (if authorized by the copyright holders of -that material) supplement the terms of this License with terms: - - a) Disclaiming warranty or limiting liability differently from the - terms of sections 15 and 16 of this License; or - - b) Requiring preservation of specified reasonable legal notices or - author attributions in that material or in the Appropriate Legal - Notices displayed by works containing it; or - - c) Prohibiting misrepresentation of the origin of that material, or - requiring that modified versions of such material be marked in - reasonable ways as different from the original version; or - - d) Limiting the use for publicity purposes of names of licensors or - authors of the material; or - - e) Declining to grant rights under trademark law for use of some - trade names, trademarks, or service marks; or - - f) Requiring indemnification of licensors and authors of that - material by anyone who conveys the material (or modified versions of - it) with contractual assumptions of liability to the recipient, for - any liability that these contractual assumptions directly impose on - those licensors and authors. - - All other non-permissive additional terms are considered "further -restrictions" within the meaning of section 10. If the Program as you -received it, or any part of it, contains a notice stating that it is -governed by this License along with a term that is a further -restriction, you may remove that term. If a license document contains -a further restriction but permits relicensing or conveying under this -License, you may add to a covered work material governed by the terms -of that license document, provided that the further restriction does -not survive such relicensing or conveying. - - If you add terms to a covered work in accord with this section, you -must place, in the relevant source files, a statement of the -additional terms that apply to those files, or a notice indicating -where to find the applicable terms. - - Additional terms, permissive or non-permissive, may be stated in the -form of a separately written license, or stated as exceptions; -the above requirements apply either way. - - 8. Termination. - - You may not propagate or modify a covered work except as expressly -provided under this License. Any attempt otherwise to propagate or -modify it is void, and will automatically terminate your rights under -this License (including any patent licenses granted under the third -paragraph of section 11). - - However, if you cease all violation of this License, then your -license from a particular copyright holder is reinstated (a) -provisionally, unless and until the copyright holder explicitly and -finally terminates your license, and (b) permanently, if the copyright -holder fails to notify you of the violation by some reasonable means -prior to 60 days after the cessation. - - Moreover, your license from a particular copyright holder is -reinstated permanently if the copyright holder notifies you of the -violation by some reasonable means, this is the first time you have -received notice of violation of this License (for any work) from that -copyright holder, and you cure the violation prior to 30 days after -your receipt of the notice. - - Termination of your rights under this section does not terminate the -licenses of parties who have received copies or rights from you under -this License. If your rights have been terminated and not permanently -reinstated, you do not qualify to receive new licenses for the same -material under section 10. - - 9. Acceptance Not Required for Having Copies. - - You are not required to accept this License in order to receive or -run a copy of the Program. Ancillary propagation of a covered work -occurring solely as a consequence of using peer-to-peer transmission -to receive a copy likewise does not require acceptance. However, -nothing other than this License grants you permission to propagate or -modify any covered work. These actions infringe copyright if you do -not accept this License. Therefore, by modifying or propagating a -covered work, you indicate your acceptance of this License to do so. - - 10. Automatic Licensing of Downstream Recipients. - - Each time you convey a covered work, the recipient automatically -receives a license from the original licensors, to run, modify and -propagate that work, subject to this License. You are not responsible -for enforcing compliance by third parties with this License. - - An "entity transaction" is a transaction transferring control of an -organization, or substantially all assets of one, or subdividing an -organization, or merging organizations. If propagation of a covered -work results from an entity transaction, each party to that -transaction who receives a copy of the work also receives whatever -licenses to the work the party's predecessor in interest had or could -give under the previous paragraph, plus a right to possession of the -Corresponding Source of the work from the predecessor in interest, if -the predecessor has it or can get it with reasonable efforts. - - You may not impose any further restrictions on the exercise of the -rights granted or affirmed under this License. For example, you may -not impose a license fee, royalty, or other charge for exercise of -rights granted under this License, and you may not initiate litigation -(including a cross-claim or counterclaim in a lawsuit) alleging that -any patent claim is infringed by making, using, selling, offering for -sale, or importing the Program or any portion of it. - - 11. Patents. - - A "contributor" is a copyright holder who authorizes use under this -License of the Program or a work on which the Program is based. The -work thus licensed is called the contributor's "contributor version". - - A contributor's "essential patent claims" are all patent claims -owned or controlled by the contributor, whether already acquired or -hereafter acquired, that would be infringed by some manner, permitted -by this License, of making, using, or selling its contributor version, -but do not include claims that would be infringed only as a -consequence of further modification of the contributor version. For -purposes of this definition, "control" includes the right to grant -patent sublicenses in a manner consistent with the requirements of -this License. - - Each contributor grants you a non-exclusive, worldwide, royalty-free -patent license under the contributor's essential patent claims, to -make, use, sell, offer for sale, import and otherwise run, modify and -propagate the contents of its contributor version. - - In the following three paragraphs, a "patent license" is any express -agreement or commitment, however denominated, not to enforce a patent -(such as an express permission to practice a patent or covenant not to -sue for patent infringement). To "grant" such a patent license to a -party means to make such an agreement or commitment not to enforce a -patent against the party. - - If you convey a covered work, knowingly relying on a patent license, -and the Corresponding Source of the work is not available for anyone -to copy, free of charge and under the terms of this License, through a -publicly available network server or other readily accessible means, -then you must either (1) cause the Corresponding Source to be so -available, or (2) arrange to deprive yourself of the benefit of the -patent license for this particular work, or (3) arrange, in a manner -consistent with the requirements of this License, to extend the patent -license to downstream recipients. "Knowingly relying" means you have -actual knowledge that, but for the patent license, your conveying the -covered work in a country, or your recipient's use of the covered work -in a country, would infringe one or more identifiable patents in that -country that you have reason to believe are valid. - - If, pursuant to or in connection with a single transaction or -arrangement, you convey, or propagate by procuring conveyance of, a -covered work, and grant a patent license to some of the parties -receiving the covered work authorizing them to use, propagate, modify -or convey a specific copy of the covered work, then the patent license -you grant is automatically extended to all recipients of the covered -work and works based on it. - - A patent license is "discriminatory" if it does not include within -the scope of its coverage, prohibits the exercise of, or is -conditioned on the non-exercise of one or more of the rights that are -specifically granted under this License. You may not convey a covered -work if you are a party to an arrangement with a third party that is -in the business of distributing software, under which you make payment -to the third party based on the extent of your activity of conveying -the work, and under which the third party grants, to any of the -parties who would receive the covered work from you, a discriminatory -patent license (a) in connection with copies of the covered work -conveyed by you (or copies made from those copies), or (b) primarily -for and in connection with specific products or compilations that -contain the covered work, unless you entered into that arrangement, -or that patent license was granted, prior to 28 March 2007. - - Nothing in this License shall be construed as excluding or limiting -any implied license or other defenses to infringement that may -otherwise be available to you under applicable patent law. - - 12. No Surrender of Others' Freedom. - - If conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot convey a -covered work so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you may -not convey it at all. For example, if you agree to terms that obligate you -to collect a royalty for further conveying from those to whom you convey -the Program, the only way you could satisfy both those terms and this -License would be to refrain entirely from conveying the Program. - - 13. Use with the GNU Affero General Public License. - - Notwithstanding any other provision of this License, you have -permission to link or combine any covered work with a work licensed -under version 3 of the GNU Affero General Public License into a single -combined work, and to convey the resulting work. The terms of this -License will continue to apply to the part which is the covered work, -but the special requirements of the GNU Affero General Public License, -section 13, concerning interaction through a network will apply to the -combination as such. - - 14. Revised Versions of this License. - - The Free Software Foundation may publish revised and/or new versions of -the GNU General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - - Each version is given a distinguishing version number. If the -Program specifies that a certain numbered version of the GNU General -Public License "or any later version" applies to it, you have the -option of following the terms and conditions either of that numbered -version or of any later version published by the Free Software -Foundation. If the Program does not specify a version number of the -GNU General Public License, you may choose any version ever published -by the Free Software Foundation. - - If the Program specifies that a proxy can decide which future -versions of the GNU General Public License can be used, that proxy's -public statement of acceptance of a version permanently authorizes you -to choose that version for the Program. - - Later license versions may give you additional or different -permissions. However, no additional obligations are imposed on any -author or copyright holder as a result of your choosing to follow a -later version. - - 15. Disclaimer of Warranty. - - THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY -APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT -HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY -OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, -THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM -IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF -ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - - 16. Limitation of Liability. - - IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS -THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY -GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE -USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF -DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD -PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), -EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF -SUCH DAMAGES. - - 17. Interpretation of Sections 15 and 16. - - If the disclaimer of warranty and limitation of liability provided -above cannot be given local legal effect according to their terms, -reviewing courts shall apply local law that most closely approximates -an absolute waiver of all civil liability in connection with the -Program, unless a warranty or assumption of liability accompanies a -copy of the Program in return for a fee. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -state the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - -Also add information on how to contact you by electronic and paper mail. - - If the program does terminal interaction, make it output a short -notice like this when it starts in an interactive mode: - - Copyright (C) - This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, your program's commands -might be different; for a GUI interface, you would use an "about box". - - You should also get your employer (if you work as a programmer) or school, -if any, to sign a "copyright disclaimer" for the program, if necessary. -For more information on this, and how to apply and follow the GNU GPL, see -. - - The GNU General Public License does not permit incorporating your program -into proprietary programs. If your program is a subroutine library, you -may consider it more useful to permit linking proprietary applications with -the library. If this is what you want to do, use the GNU Lesser General -Public License instead of this License. But first, please read -. - GNU GENERAL PUBLIC LICENSE - Version 2, June 1991 - - Copyright (C) 1989, 1991 Free Software Foundation, Inc. - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The licenses for most software are designed to take away your -freedom to share and change it. By contrast, the GNU General Public -License is intended to guarantee your freedom to share and change free -software--to make sure the software is free for all its users. This -General Public License applies to most of the Free Software -Foundation's software and to any other program whose authors commit to -using it. (Some other Free Software Foundation software is covered by -the GNU Library General Public License instead.) You can apply it to -your programs, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -this service if you wish), that you receive source code or can get it -if you want it, that you can change the software or use pieces of it -in new free programs; and that you know you can do these things. - - To protect your rights, we need to make restrictions that forbid -anyone to deny you these rights or to ask you to surrender the rights. -These restrictions translate to certain responsibilities for you if you -distribute copies of the software, or if you modify it. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must give the recipients all the rights that -you have. You must make sure that they, too, receive or can get the -source code. And you must show them these terms so they know their -rights. - - We protect your rights with two steps: (1) copyright the software, and -(2) offer you this license which gives you legal permission to copy, -distribute and/or modify the software. - - Also, for each author's protection and ours, we want to make certain -that everyone understands that there is no warranty for this free -software. If the software is modified by someone else and passed on, we -want its recipients to know that what they have is not the original, so -that any problems introduced by others will not reflect on the original -authors' reputations. - - Finally, any free program is threatened constantly by software -patents. We wish to avoid the danger that redistributors of a free -program will individually obtain patent licenses, in effect making the -program proprietary. To prevent this, we have made it clear that any -patent must be licensed for everyone's free use or not licensed at all. - - The precise terms and conditions for copying, distribution and -modification follow. - - GNU GENERAL PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. This License applies to any program or other work which contains -a notice placed by the copyright holder saying it may be distributed -under the terms of this General Public License. The "Program", below, -refers to any such program or work, and a "work based on the Program" -means either the Program or any derivative work under copyright law: -that is to say, a work containing the Program or a portion of it, -either verbatim or with modifications and/or translated into another -language. (Hereinafter, translation is included without limitation in -the term "modification".) Each licensee is addressed as "you". - -Activities other than copying, distribution and modification are not -covered by this License; they are outside its scope. The act of -running the Program is not restricted, and the output from the Program -is covered only if its contents constitute a work based on the -Program (independent of having been made by running the Program). -Whether that is true depends on what the Program does. - - 1. You may copy and distribute verbatim copies of the Program's -source code as you receive it, in any medium, provided that you -conspicuously and appropriately publish on each copy an appropriate -copyright notice and disclaimer of warranty; keep intact all the -notices that refer to this License and to the absence of any warranty; -and give any other recipients of the Program a copy of this License -along with the Program. - -You may charge a fee for the physical act of transferring a copy, and -you may at your option offer warranty protection in exchange for a fee. - - 2. You may modify your copy or copies of the Program or any portion -of it, thus forming a work based on the Program, and copy and -distribute such modifications or work under the terms of Section 1 -above, provided that you also meet all of these conditions: - - a) You must cause the modified files to carry prominent notices - stating that you changed the files and the date of any change. - - b) You must cause any work that you distribute or publish, that in - whole or in part contains or is derived from the Program or any - part thereof, to be licensed as a whole at no charge to all third - parties under the terms of this License. - - c) If the modified program normally reads commands interactively - when run, you must cause it, when started running for such - interactive use in the most ordinary way, to print or display an - announcement including an appropriate copyright notice and a - notice that there is no warranty (or else, saying that you provide - a warranty) and that users may redistribute the program under - these conditions, and telling the user how to view a copy of this - License. (Exception: if the Program itself is interactive but - does not normally print such an announcement, your work based on - the Program is not required to print an announcement.) - -These requirements apply to the modified work as a whole. If -identifiable sections of that work are not derived from the Program, -and can be reasonably considered independent and separate works in -themselves, then this License, and its terms, do not apply to those -sections when you distribute them as separate works. But when you -distribute the same sections as part of a whole which is a work based -on the Program, the distribution of the whole must be on the terms of -this License, whose permissions for other licensees extend to the -entire whole, and thus to each and every part regardless of who wrote it. - -Thus, it is not the intent of this section to claim rights or contest -your rights to work written entirely by you; rather, the intent is to -exercise the right to control the distribution of derivative or -collective works based on the Program. - -In addition, mere aggregation of another work not based on the Program -with the Program (or with a work based on the Program) on a volume of -a storage or distribution medium does not bring the other work under -the scope of this License. - - 3. You may copy and distribute the Program (or a work based on it, -under Section 2) in object code or executable form under the terms of -Sections 1 and 2 above provided that you also do one of the following: - - a) Accompany it with the complete corresponding machine-readable - source code, which must be distributed under the terms of Sections - 1 and 2 above on a medium customarily used for software interchange; or, - - b) Accompany it with a written offer, valid for at least three - years, to give any third party, for a charge no more than your - cost of physically performing source distribution, a complete - machine-readable copy of the corresponding source code, to be - distributed under the terms of Sections 1 and 2 above on a medium - customarily used for software interchange; or, - - c) Accompany it with the information you received as to the offer - to distribute corresponding source code. (This alternative is - allowed only for noncommercial distribution and only if you - received the program in object code or executable form with such - an offer, in accord with Subsection b above.) - -The source code for a work means the preferred form of the work for -making modifications to it. For an executable work, complete source -code means all the source code for all modules it contains, plus any -associated interface definition files, plus the scripts used to -control compilation and installation of the executable. However, as a -special exception, the source code distributed need not include -anything that is normally distributed (in either source or binary -form) with the major components (compiler, kernel, and so on) of the -operating system on which the executable runs, unless that component -itself accompanies the executable. - -If distribution of executable or object code is made by offering -access to copy from a designated place, then offering equivalent -access to copy the source code from the same place counts as -distribution of the source code, even though third parties are not -compelled to copy the source along with the object code. - - 4. You may not copy, modify, sublicense, or distribute the Program -except as expressly provided under this License. Any attempt -otherwise to copy, modify, sublicense or distribute the Program is -void, and will automatically terminate your rights under this License. -However, parties who have received copies, or rights, from you under -this License will not have their licenses terminated so long as such -parties remain in full compliance. - - 5. You are not required to accept this License, since you have not -signed it. However, nothing else grants you permission to modify or -distribute the Program or its derivative works. These actions are -prohibited by law if you do not accept this License. Therefore, by -modifying or distributing the Program (or any work based on the -Program), you indicate your acceptance of this License to do so, and -all its terms and conditions for copying, distributing or modifying -the Program or works based on it. - - 6. Each time you redistribute the Program (or any work based on the -Program), the recipient automatically receives a license from the -original licensor to copy, distribute or modify the Program subject to -these terms and conditions. You may not impose any further -restrictions on the recipients' exercise of the rights granted herein. -You are not responsible for enforcing compliance by third parties to -this License. - - 7. If, as a consequence of a court judgment or allegation of patent -infringement or for any other reason (not limited to patent issues), -conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot -distribute so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you -may not distribute the Program at all. For example, if a patent -license would not permit royalty-free redistribution of the Program by -all those who receive copies directly or indirectly through you, then -the only way you could satisfy both it and this License would be to -refrain entirely from distribution of the Program. - -If any portion of this section is held invalid or unenforceable under -any particular circumstance, the balance of the section is intended to -apply and the section as a whole is intended to apply in other -circumstances. - -It is not the purpose of this section to induce you to infringe any -patents or other property right claims or to contest validity of any -such claims; this section has the sole purpose of protecting the -integrity of the free software distribution system, which is -implemented by public license practices. Many people have made -generous contributions to the wide range of software distributed -through that system in reliance on consistent application of that -system; it is up to the author/donor to decide if he or she is willing -to distribute software through any other system and a licensee cannot -impose that choice. - -This section is intended to make thoroughly clear what is believed to -be a consequence of the rest of this License. - - 8. If the distribution and/or use of the Program is restricted in -certain countries either by patents or by copyrighted interfaces, the -original copyright holder who places the Program under this License -may add an explicit geographical distribution limitation excluding -those countries, so that distribution is permitted only in or among -countries not thus excluded. In such case, this License incorporates -the limitation as if written in the body of this License. - - 9. The Free Software Foundation may publish revised and/or new versions -of the General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - -Each version is given a distinguishing version number. If the Program -specifies a version number of this License which applies to it and "any -later version", you have the option of following the terms and conditions -either of that version or of any later version published by the Free -Software Foundation. If the Program does not specify a version number of -this License, you may choose any version ever published by the Free Software -Foundation. - - 10. If you wish to incorporate parts of the Program into other free -programs whose distribution conditions are different, write to the author -to ask for permission. For software which is copyrighted by the Free -Software Foundation, write to the Free Software Foundation; we sometimes -make exceptions for this. Our decision will be guided by the two goals -of preserving the free status of all derivatives of our free software and -of promoting the sharing and reuse of software generally. - - NO WARRANTY - - 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY -FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN -OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES -PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED -OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS -TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE -PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, -REPAIR OR CORRECTION. - - 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR -REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, -INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING -OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED -TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY -YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER -PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE -POSSIBILITY OF SUCH DAMAGES. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -convey the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - - -Also add information on how to contact you by electronic and paper mail. - -If the program is interactive, make it output a short notice like this -when it starts in an interactive mode: - - Gnomovision version 69, Copyright (C) year name of author - Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, the commands you use may -be called something other than `show w' and `show c'; they could even be -mouse-clicks or menu items--whatever suits your program. - -You should also get your employer (if you work as a programmer) or your -school, if any, to sign a "copyright disclaimer" for the program, if -necessary. Here is a sample; alter the names: - - Yoyodyne, Inc., hereby disclaims all copyright interest in the program - `Gnomovision' (which makes passes at compilers) written by James Hacker. - - , 1 April 1989 - Ty Coon, President of Vice - -This General Public License does not permit incorporating your program into -proprietary programs. If your program is a subroutine library, you may -consider it more useful to permit linking proprietary applications with the -library. If this is what you want to do, use the GNU Library General -Public License instead of this License. - GNU GENERAL PUBLIC LICENSE - Version 2, June 1991 - - Copyright (C) 1989, 1991 Free Software Foundation, Inc. - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The licenses for most software are designed to take away your -freedom to share and change it. By contrast, the GNU General Public -License is intended to guarantee your freedom to share and change free -software--to make sure the software is free for all its users. This -General Public License applies to most of the Free Software -Foundation's software and to any other program whose authors commit to -using it. (Some other Free Software Foundation software is covered by -the GNU Library General Public License instead.) You can apply it to -your programs, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -this service if you wish), that you receive source code or can get it -if you want it, that you can change the software or use pieces of it -in new free programs; and that you know you can do these things. - - To protect your rights, we need to make restrictions that forbid -anyone to deny you these rights or to ask you to surrender the rights. -These restrictions translate to certain responsibilities for you if you -distribute copies of the software, or if you modify it. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must give the recipients all the rights that -you have. You must make sure that they, too, receive or can get the -source code. And you must show them these terms so they know their -rights. - - We protect your rights with two steps: (1) copyright the software, and -(2) offer you this license which gives you legal permission to copy, -distribute and/or modify the software. - - Also, for each author's protection and ours, we want to make certain -that everyone understands that there is no warranty for this free -software. If the software is modified by someone else and passed on, we -want its recipients to know that what they have is not the original, so -that any problems introduced by others will not reflect on the original -authors' reputations. - - Finally, any free program is threatened constantly by software -patents. We wish to avoid the danger that redistributors of a free -program will individually obtain patent licenses, in effect making the -program proprietary. To prevent this, we have made it clear that any -patent must be licensed for everyone's free use or not licensed at all. - - The precise terms and conditions for copying, distribution and -modification follow. - - GNU GENERAL PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. This License applies to any program or other work which contains -a notice placed by the copyright holder saying it may be distributed -under the terms of this General Public License. The "Program", below, -refers to any such program or work, and a "work based on the Program" -means either the Program or any derivative work under copyright law: -that is to say, a work containing the Program or a portion of it, -either verbatim or with modifications and/or translated into another -language. (Hereinafter, translation is included without limitation in -the term "modification".) Each licensee is addressed as "you". - -Activities other than copying, distribution and modification are not -covered by this License; they are outside its scope. The act of -running the Program is not restricted, and the output from the Program -is covered only if its contents constitute a work based on the -Program (independent of having been made by running the Program). -Whether that is true depends on what the Program does. - - 1. You may copy and distribute verbatim copies of the Program's -source code as you receive it, in any medium, provided that you -conspicuously and appropriately publish on each copy an appropriate -copyright notice and disclaimer of warranty; keep intact all the -notices that refer to this License and to the absence of any warranty; -and give any other recipients of the Program a copy of this License -along with the Program. - -You may charge a fee for the physical act of transferring a copy, and -you may at your option offer warranty protection in exchange for a fee. - - 2. You may modify your copy or copies of the Program or any portion -of it, thus forming a work based on the Program, and copy and -distribute such modifications or work under the terms of Section 1 -above, provided that you also meet all of these conditions: - - a) You must cause the modified files to carry prominent notices - stating that you changed the files and the date of any change. - - b) You must cause any work that you distribute or publish, that in - whole or in part contains or is derived from the Program or any - part thereof, to be licensed as a whole at no charge to all third - parties under the terms of this License. - - c) If the modified program normally reads commands interactively - when run, you must cause it, when started running for such - interactive use in the most ordinary way, to print or display an - announcement including an appropriate copyright notice and a - notice that there is no warranty (or else, saying that you provide - a warranty) and that users may redistribute the program under - these conditions, and telling the user how to view a copy of this - License. (Exception: if the Program itself is interactive but - does not normally print such an announcement, your work based on - the Program is not required to print an announcement.) - -These requirements apply to the modified work as a whole. If -identifiable sections of that work are not derived from the Program, -and can be reasonably considered independent and separate works in -themselves, then this License, and its terms, do not apply to those -sections when you distribute them as separate works. But when you -distribute the same sections as part of a whole which is a work based -on the Program, the distribution of the whole must be on the terms of -this License, whose permissions for other licensees extend to the -entire whole, and thus to each and every part regardless of who wrote it. - -Thus, it is not the intent of this section to claim rights or contest -your rights to work written entirely by you; rather, the intent is to -exercise the right to control the distribution of derivative or -collective works based on the Program. - -In addition, mere aggregation of another work not based on the Program -with the Program (or with a work based on the Program) on a volume of -a storage or distribution medium does not bring the other work under -the scope of this License. - - 3. You may copy and distribute the Program (or a work based on it, -under Section 2) in object code or executable form under the terms of -Sections 1 and 2 above provided that you also do one of the following: - - a) Accompany it with the complete corresponding machine-readable - source code, which must be distributed under the terms of Sections - 1 and 2 above on a medium customarily used for software interchange; or, - - b) Accompany it with a written offer, valid for at least three - years, to give any third party, for a charge no more than your - cost of physically performing source distribution, a complete - machine-readable copy of the corresponding source code, to be - distributed under the terms of Sections 1 and 2 above on a medium - customarily used for software interchange; or, - - c) Accompany it with the information you received as to the offer - to distribute corresponding source code. (This alternative is - allowed only for noncommercial distribution and only if you - received the program in object code or executable form with such - an offer, in accord with Subsection b above.) - -The source code for a work means the preferred form of the work for -making modifications to it. For an executable work, complete source -code means all the source code for all modules it contains, plus any -associated interface definition files, plus the scripts used to -control compilation and installation of the executable. However, as a -special exception, the source code distributed need not include -anything that is normally distributed (in either source or binary -form) with the major components (compiler, kernel, and so on) of the -operating system on which the executable runs, unless that component -itself accompanies the executable. - -If distribution of executable or object code is made by offering -access to copy from a designated place, then offering equivalent -access to copy the source code from the same place counts as -distribution of the source code, even though third parties are not -compelled to copy the source along with the object code. - - 4. You may not copy, modify, sublicense, or distribute the Program -except as expressly provided under this License. Any attempt -otherwise to copy, modify, sublicense or distribute the Program is -void, and will automatically terminate your rights under this License. -However, parties who have received copies, or rights, from you under -this License will not have their licenses terminated so long as such -parties remain in full compliance. - - 5. You are not required to accept this License, since you have not -signed it. However, nothing else grants you permission to modify or -distribute the Program or its derivative works. These actions are -prohibited by law if you do not accept this License. Therefore, by -modifying or distributing the Program (or any work based on the -Program), you indicate your acceptance of this License to do so, and -all its terms and conditions for copying, distributing or modifying -the Program or works based on it. - - 6. Each time you redistribute the Program (or any work based on the -Program), the recipient automatically receives a license from the -original licensor to copy, distribute or modify the Program subject to -these terms and conditions. You may not impose any further -restrictions on the recipients' exercise of the rights granted herein. -You are not responsible for enforcing compliance by third parties to -this License. - - 7. If, as a consequence of a court judgment or allegation of patent -infringement or for any other reason (not limited to patent issues), -conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot -distribute so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you -may not distribute the Program at all. For example, if a patent -license would not permit royalty-free redistribution of the Program by -all those who receive copies directly or indirectly through you, then -the only way you could satisfy both it and this License would be to -refrain entirely from distribution of the Program. - -If any portion of this section is held invalid or unenforceable under -any particular circumstance, the balance of the section is intended to -apply and the section as a whole is intended to apply in other -circumstances. - -It is not the purpose of this section to induce you to infringe any -patents or other property right claims or to contest validity of any -such claims; this section has the sole purpose of protecting the -integrity of the free software distribution system, which is -implemented by public license practices. Many people have made -generous contributions to the wide range of software distributed -through that system in reliance on consistent application of that -system; it is up to the author/donor to decide if he or she is willing -to distribute software through any other system and a licensee cannot -impose that choice. - -This section is intended to make thoroughly clear what is believed to -be a consequence of the rest of this License. - - 8. If the distribution and/or use of the Program is restricted in -certain countries either by patents or by copyrighted interfaces, the -original copyright holder who places the Program under this License -may add an explicit geographical distribution limitation excluding -those countries, so that distribution is permitted only in or among -countries not thus excluded. In such case, this License incorporates -the limitation as if written in the body of this License. - - 9. The Free Software Foundation may publish revised and/or new versions -of the General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - -Each version is given a distinguishing version number. If the Program -specifies a version number of this License which applies to it and "any -later version", you have the option of following the terms and conditions -either of that version or of any later version published by the Free -Software Foundation. If the Program does not specify a version number of -this License, you may choose any version ever published by the Free Software -Foundation. - - 10. If you wish to incorporate parts of the Program into other free -programs whose distribution conditions are different, write to the author -to ask for permission. For software which is copyrighted by the Free -Software Foundation, write to the Free Software Foundation; we sometimes -make exceptions for this. Our decision will be guided by the two goals -of preserving the free status of all derivatives of our free software and -of promoting the sharing and reuse of software generally. - - NO WARRANTY - - 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY -FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN -OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES -PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED -OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS -TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE -PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, -REPAIR OR CORRECTION. - - 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR -REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, -INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING -OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED -TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY -YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER -PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE -POSSIBILITY OF SUCH DAMAGES. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -convey the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - - -Also add information on how to contact you by electronic and paper mail. - -If the program is interactive, make it output a short notice like this -when it starts in an interactive mode: - - Gnomovision version 69, Copyright (C) year name of author - Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, the commands you use may -be called something other than `show w' and `show c'; they could even be -mouse-clicks or menu items--whatever suits your program. - -You should also get your employer (if you work as a programmer) or your -school, if any, to sign a "copyright disclaimer" for the program, if -necessary. Here is a sample; alter the names: - - Yoyodyne, Inc., hereby disclaims all copyright interest in the program - `Gnomovision' (which makes passes at compilers) written by James Hacker. - - , 1 April 1989 - Ty Coon, President of Vice - -This General Public License does not permit incorporating your program into -proprietary programs. If your program is a subroutine library, you may -consider it more useful to permit linking proprietary applications with the -library. If this is what you want to do, use the GNU Library General -Public License instead of this License. - GNU GENERAL PUBLIC LICENSE - Version 3, 29 June 2007 - - Copyright (C) 2007 Free Software Foundation, Inc. - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The GNU General Public License is a free, copyleft license for -software and other kinds of works. - - The licenses for most software and other practical works are designed -to take away your freedom to share and change the works. By contrast, -the GNU General Public License is intended to guarantee your freedom to -share and change all versions of a program--to make sure it remains free -software for all its users. We, the Free Software Foundation, use the -GNU General Public License for most of our software; it applies also to -any other work released this way by its authors. You can apply it to -your programs, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -them if you wish), that you receive source code or can get it if you -want it, that you can change the software or use pieces of it in new -free programs, and that you know you can do these things. - - To protect your rights, we need to prevent others from denying you -these rights or asking you to surrender the rights. Therefore, you have -certain responsibilities if you distribute copies of the software, or if -you modify it: responsibilities to respect the freedom of others. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must pass on to the recipients the same -freedoms that you received. You must make sure that they, too, receive -or can get the source code. And you must show them these terms so they -know their rights. - - Developers that use the GNU GPL protect your rights with two steps: -(1) assert copyright on the software, and (2) offer you this License -giving you legal permission to copy, distribute and/or modify it. - - For the developers' and authors' protection, the GPL clearly explains -that there is no warranty for this free software. For both users' and -authors' sake, the GPL requires that modified versions be marked as -changed, so that their problems will not be attributed erroneously to -authors of previous versions. - - Some devices are designed to deny users access to install or run -modified versions of the software inside them, although the manufacturer -can do so. This is fundamentally incompatible with the aim of -protecting users' freedom to change the software. The systematic -pattern of such abuse occurs in the area of products for individuals to -use, which is precisely where it is most unacceptable. Therefore, we -have designed this version of the GPL to prohibit the practice for those -products. If such problems arise substantially in other domains, we -stand ready to extend this provision to those domains in future versions -of the GPL, as needed to protect the freedom of users. - - Finally, every program is threatened constantly by software patents. -States should not allow patents to restrict development and use of -software on general-purpose computers, but in those that do, we wish to -avoid the special danger that patents applied to a free program could -make it effectively proprietary. To prevent this, the GPL assures that -patents cannot be used to render the program non-free. - - The precise terms and conditions for copying, distribution and -modification follow. - - TERMS AND CONDITIONS - - 0. Definitions. - - "This License" refers to version 3 of the GNU General Public License. - - "Copyright" also means copyright-like laws that apply to other kinds of -works, such as semiconductor masks. - - "The Program" refers to any copyrightable work licensed under this -License. Each licensee is addressed as "you". "Licensees" and -"recipients" may be individuals or organizations. - - To "modify" a work means to copy from or adapt all or part of the work -in a fashion requiring copyright permission, other than the making of an -exact copy. The resulting work is called a "modified version" of the -earlier work or a work "based on" the earlier work. - - A "covered work" means either the unmodified Program or a work based -on the Program. - - To "propagate" a work means to do anything with it that, without -permission, would make you directly or secondarily liable for -infringement under applicable copyright law, except executing it on a -computer or modifying a private copy. Propagation includes copying, -distribution (with or without modification), making available to the -public, and in some countries other activities as well. - - To "convey" a work means any kind of propagation that enables other -parties to make or receive copies. Mere interaction with a user through -a computer network, with no transfer of a copy, is not conveying. - - An interactive user interface displays "Appropriate Legal Notices" -to the extent that it includes a convenient and prominently visible -feature that (1) displays an appropriate copyright notice, and (2) -tells the user that there is no warranty for the work (except to the -extent that warranties are provided), that licensees may convey the -work under this License, and how to view a copy of this License. If -the interface presents a list of user commands or options, such as a -menu, a prominent item in the list meets this criterion. - - 1. Source Code. - - The "source code" for a work means the preferred form of the work -for making modifications to it. "Object code" means any non-source -form of a work. - - A "Standard Interface" means an interface that either is an official -standard defined by a recognized standards body, or, in the case of -interfaces specified for a particular programming language, one that -is widely used among developers working in that language. - - The "System Libraries" of an executable work include anything, other -than the work as a whole, that (a) is included in the normal form of -packaging a Major Component, but which is not part of that Major -Component, and (b) serves only to enable use of the work with that -Major Component, or to implement a Standard Interface for which an -implementation is available to the public in source code form. A -"Major Component", in this context, means a major essential component -(kernel, window system, and so on) of the specific operating system -(if any) on which the executable work runs, or a compiler used to -produce the work, or an object code interpreter used to run it. - - The "Corresponding Source" for a work in object code form means all -the source code needed to generate, install, and (for an executable -work) run the object code and to modify the work, including scripts to -control those activities. However, it does not include the work's -System Libraries, or general-purpose tools or generally available free -programs which are used unmodified in performing those activities but -which are not part of the work. For example, Corresponding Source -includes interface definition files associated with source files for -the work, and the source code for shared libraries and dynamically -linked subprograms that the work is specifically designed to require, -such as by intimate data communication or control flow between those -subprograms and other parts of the work. - - The Corresponding Source need not include anything that users -can regenerate automatically from other parts of the Corresponding -Source. - - The Corresponding Source for a work in source code form is that -same work. - - 2. Basic Permissions. - - All rights granted under this License are granted for the term of -copyright on the Program, and are irrevocable provided the stated -conditions are met. This License explicitly affirms your unlimited -permission to run the unmodified Program. The output from running a -covered work is covered by this License only if the output, given its -content, constitutes a covered work. This License acknowledges your -rights of fair use or other equivalent, as provided by copyright law. - - You may make, run and propagate covered works that you do not -convey, without conditions so long as your license otherwise remains -in force. You may convey covered works to others for the sole purpose -of having them make modifications exclusively for you, or provide you -with facilities for running those works, provided that you comply with -the terms of this License in conveying all material for which you do -not control copyright. Those thus making or running the covered works -for you must do so exclusively on your behalf, under your direction -and control, on terms that prohibit them from making any copies of -your copyrighted material outside their relationship with you. - - Conveying under any other circumstances is permitted solely under -the conditions stated below. Sublicensing is not allowed; section 10 -makes it unnecessary. - - 3. Protecting Users' Legal Rights From Anti-Circumvention Law. - - No covered work shall be deemed part of an effective technological -measure under any applicable law fulfilling obligations under article -11 of the WIPO copyright treaty adopted on 20 December 1996, or -similar laws prohibiting or restricting circumvention of such -measures. - - When you convey a covered work, you waive any legal power to forbid -circumvention of technological measures to the extent such circumvention -is effected by exercising rights under this License with respect to -the covered work, and you disclaim any intention to limit operation or -modification of the work as a means of enforcing, against the work's -users, your or third parties' legal rights to forbid circumvention of -technological measures. - - 4. Conveying Verbatim Copies. - - You may convey verbatim copies of the Program's source code as you -receive it, in any medium, provided that you conspicuously and -appropriately publish on each copy an appropriate copyright notice; -keep intact all notices stating that this License and any -non-permissive terms added in accord with section 7 apply to the code; -keep intact all notices of the absence of any warranty; and give all -recipients a copy of this License along with the Program. - - You may charge any price or no price for each copy that you convey, -and you may offer support or warranty protection for a fee. - - 5. Conveying Modified Source Versions. - - You may convey a work based on the Program, or the modifications to -produce it from the Program, in the form of source code under the -terms of section 4, provided that you also meet all of these conditions: - - a) The work must carry prominent notices stating that you modified - it, and giving a relevant date. - - b) The work must carry prominent notices stating that it is - released under this License and any conditions added under section - 7. This requirement modifies the requirement in section 4 to - "keep intact all notices". - - c) You must license the entire work, as a whole, under this - License to anyone who comes into possession of a copy. This - License will therefore apply, along with any applicable section 7 - additional terms, to the whole of the work, and all its parts, - regardless of how they are packaged. This License gives no - permission to license the work in any other way, but it does not - invalidate such permission if you have separately received it. - - d) If the work has interactive user interfaces, each must display - Appropriate Legal Notices; however, if the Program has interactive - interfaces that do not display Appropriate Legal Notices, your - work need not make them do so. - - A compilation of a covered work with other separate and independent -works, which are not by their nature extensions of the covered work, -and which are not combined with it such as to form a larger program, -in or on a volume of a storage or distribution medium, is called an -"aggregate" if the compilation and its resulting copyright are not -used to limit the access or legal rights of the compilation's users -beyond what the individual works permit. Inclusion of a covered work -in an aggregate does not cause this License to apply to the other -parts of the aggregate. - - 6. Conveying Non-Source Forms. - - You may convey a covered work in object code form under the terms -of sections 4 and 5, provided that you also convey the -machine-readable Corresponding Source under the terms of this License, -in one of these ways: - - a) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by the - Corresponding Source fixed on a durable physical medium - customarily used for software interchange. - - b) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by a - written offer, valid for at least three years and valid for as - long as you offer spare parts or customer support for that product - model, to give anyone who possesses the object code either (1) a - copy of the Corresponding Source for all the software in the - product that is covered by this License, on a durable physical - medium customarily used for software interchange, for a price no - more than your reasonable cost of physically performing this - conveying of source, or (2) access to copy the - Corresponding Source from a network server at no charge. - - c) Convey individual copies of the object code with a copy of the - written offer to provide the Corresponding Source. This - alternative is allowed only occasionally and noncommercially, and - only if you received the object code with such an offer, in accord - with subsection 6b. - - d) Convey the object code by offering access from a designated - place (gratis or for a charge), and offer equivalent access to the - Corresponding Source in the same way through the same place at no - further charge. You need not require recipients to copy the - Corresponding Source along with the object code. If the place to - copy the object code is a network server, the Corresponding Source - may be on a different server (operated by you or a third party) - that supports equivalent copying facilities, provided you maintain - clear directions next to the object code saying where to find the - Corresponding Source. Regardless of what server hosts the - Corresponding Source, you remain obligated to ensure that it is - available for as long as needed to satisfy these requirements. - - e) Convey the object code using peer-to-peer transmission, provided - you inform other peers where the object code and Corresponding - Source of the work are being offered to the general public at no - charge under subsection 6d. - - A separable portion of the object code, whose source code is excluded -from the Corresponding Source as a System Library, need not be -included in conveying the object code work. - - A "User Product" is either (1) a "consumer product", which means any -tangible personal property which is normally used for personal, family, -or household purposes, or (2) anything designed or sold for incorporation -into a dwelling. In determining whether a product is a consumer product, -doubtful cases shall be resolved in favor of coverage. For a particular -product received by a particular user, "normally used" refers to a -typical or common use of that class of product, regardless of the status -of the particular user or of the way in which the particular user -actually uses, or expects or is expected to use, the product. A product -is a consumer product regardless of whether the product has substantial -commercial, industrial or non-consumer uses, unless such uses represent -the only significant mode of use of the product. - - "Installation Information" for a User Product means any methods, -procedures, authorization keys, or other information required to install -and execute modified versions of a covered work in that User Product from -a modified version of its Corresponding Source. The information must -suffice to ensure that the continued functioning of the modified object -code is in no case prevented or interfered with solely because -modification has been made. - - If you convey an object code work under this section in, or with, or -specifically for use in, a User Product, and the conveying occurs as -part of a transaction in which the right of possession and use of the -User Product is transferred to the recipient in perpetuity or for a -fixed term (regardless of how the transaction is characterized), the -Corresponding Source conveyed under this section must be accompanied -by the Installation Information. But this requirement does not apply -if neither you nor any third party retains the ability to install -modified object code on the User Product (for example, the work has -been installed in ROM). - - The requirement to provide Installation Information does not include a -requirement to continue to provide support service, warranty, or updates -for a work that has been modified or installed by the recipient, or for -the User Product in which it has been modified or installed. Access to a -network may be denied when the modification itself materially and -adversely affects the operation of the network or violates the rules and -protocols for communication across the network. - - Corresponding Source conveyed, and Installation Information provided, -in accord with this section must be in a format that is publicly -documented (and with an implementation available to the public in -source code form), and must require no special password or key for -unpacking, reading or copying. - - 7. Additional Terms. - - "Additional permissions" are terms that supplement the terms of this -License by making exceptions from one or more of its conditions. -Additional permissions that are applicable to the entire Program shall -be treated as though they were included in this License, to the extent -that they are valid under applicable law. If additional permissions -apply only to part of the Program, that part may be used separately -under those permissions, but the entire Program remains governed by -this License without regard to the additional permissions. - - When you convey a copy of a covered work, you may at your option -remove any additional permissions from that copy, or from any part of -it. (Additional permissions may be written to require their own -removal in certain cases when you modify the work.) You may place -additional permissions on material, added by you to a covered work, -for which you have or can give appropriate copyright permission. - - Notwithstanding any other provision of this License, for material you -add to a covered work, you may (if authorized by the copyright holders of -that material) supplement the terms of this License with terms: - - a) Disclaiming warranty or limiting liability differently from the - terms of sections 15 and 16 of this License; or - - b) Requiring preservation of specified reasonable legal notices or - author attributions in that material or in the Appropriate Legal - Notices displayed by works containing it; or - - c) Prohibiting misrepresentation of the origin of that material, or - requiring that modified versions of such material be marked in - reasonable ways as different from the original version; or - - d) Limiting the use for publicity purposes of names of licensors or - authors of the material; or - - e) Declining to grant rights under trademark law for use of some - trade names, trademarks, or service marks; or - - f) Requiring indemnification of licensors and authors of that - material by anyone who conveys the material (or modified versions of - it) with contractual assumptions of liability to the recipient, for - any liability that these contractual assumptions directly impose on - those licensors and authors. - - All other non-permissive additional terms are considered "further -restrictions" within the meaning of section 10. If the Program as you -received it, or any part of it, contains a notice stating that it is -governed by this License along with a term that is a further -restriction, you may remove that term. If a license document contains -a further restriction but permits relicensing or conveying under this -License, you may add to a covered work material governed by the terms -of that license document, provided that the further restriction does -not survive such relicensing or conveying. - - If you add terms to a covered work in accord with this section, you -must place, in the relevant source files, a statement of the -additional terms that apply to those files, or a notice indicating -where to find the applicable terms. - - Additional terms, permissive or non-permissive, may be stated in the -form of a separately written license, or stated as exceptions; -the above requirements apply either way. - - 8. Termination. - - You may not propagate or modify a covered work except as expressly -provided under this License. Any attempt otherwise to propagate or -modify it is void, and will automatically terminate your rights under -this License (including any patent licenses granted under the third -paragraph of section 11). - - However, if you cease all violation of this License, then your -license from a particular copyright holder is reinstated (a) -provisionally, unless and until the copyright holder explicitly and -finally terminates your license, and (b) permanently, if the copyright -holder fails to notify you of the violation by some reasonable means -prior to 60 days after the cessation. - - Moreover, your license from a particular copyright holder is -reinstated permanently if the copyright holder notifies you of the -violation by some reasonable means, this is the first time you have -received notice of violation of this License (for any work) from that -copyright holder, and you cure the violation prior to 30 days after -your receipt of the notice. - - Termination of your rights under this section does not terminate the -licenses of parties who have received copies or rights from you under -this License. If your rights have been terminated and not permanently -reinstated, you do not qualify to receive new licenses for the same -material under section 10. - - 9. Acceptance Not Required for Having Copies. - - You are not required to accept this License in order to receive or -run a copy of the Program. Ancillary propagation of a covered work -occurring solely as a consequence of using peer-to-peer transmission -to receive a copy likewise does not require acceptance. However, -nothing other than this License grants you permission to propagate or -modify any covered work. These actions infringe copyright if you do -not accept this License. Therefore, by modifying or propagating a -covered work, you indicate your acceptance of this License to do so. - - 10. Automatic Licensing of Downstream Recipients. - - Each time you convey a covered work, the recipient automatically -receives a license from the original licensors, to run, modify and -propagate that work, subject to this License. You are not responsible -for enforcing compliance by third parties with this License. - - An "entity transaction" is a transaction transferring control of an -organization, or substantially all assets of one, or subdividing an -organization, or merging organizations. If propagation of a covered -work results from an entity transaction, each party to that -transaction who receives a copy of the work also receives whatever -licenses to the work the party's predecessor in interest had or could -give under the previous paragraph, plus a right to possession of the -Corresponding Source of the work from the predecessor in interest, if -the predecessor has it or can get it with reasonable efforts. - - You may not impose any further restrictions on the exercise of the -rights granted or affirmed under this License. For example, you may -not impose a license fee, royalty, or other charge for exercise of -rights granted under this License, and you may not initiate litigation -(including a cross-claim or counterclaim in a lawsuit) alleging that -any patent claim is infringed by making, using, selling, offering for -sale, or importing the Program or any portion of it. - - 11. Patents. - - A "contributor" is a copyright holder who authorizes use under this -License of the Program or a work on which the Program is based. The -work thus licensed is called the contributor's "contributor version". - - A contributor's "essential patent claims" are all patent claims -owned or controlled by the contributor, whether already acquired or -hereafter acquired, that would be infringed by some manner, permitted -by this License, of making, using, or selling its contributor version, -but do not include claims that would be infringed only as a -consequence of further modification of the contributor version. For -purposes of this definition, "control" includes the right to grant -patent sublicenses in a manner consistent with the requirements of -this License. - - Each contributor grants you a non-exclusive, worldwide, royalty-free -patent license under the contributor's essential patent claims, to -make, use, sell, offer for sale, import and otherwise run, modify and -propagate the contents of its contributor version. - - In the following three paragraphs, a "patent license" is any express -agreement or commitment, however denominated, not to enforce a patent -(such as an express permission to practice a patent or covenant not to -sue for patent infringement). To "grant" such a patent license to a -party means to make such an agreement or commitment not to enforce a -patent against the party. - - If you convey a covered work, knowingly relying on a patent license, -and the Corresponding Source of the work is not available for anyone -to copy, free of charge and under the terms of this License, through a -publicly available network server or other readily accessible means, -then you must either (1) cause the Corresponding Source to be so -available, or (2) arrange to deprive yourself of the benefit of the -patent license for this particular work, or (3) arrange, in a manner -consistent with the requirements of this License, to extend the patent -license to downstream recipients. "Knowingly relying" means you have -actual knowledge that, but for the patent license, your conveying the -covered work in a country, or your recipient's use of the covered work -in a country, would infringe one or more identifiable patents in that -country that you have reason to believe are valid. - - If, pursuant to or in connection with a single transaction or -arrangement, you convey, or propagate by procuring conveyance of, a -covered work, and grant a patent license to some of the parties -receiving the covered work authorizing them to use, propagate, modify -or convey a specific copy of the covered work, then the patent license -you grant is automatically extended to all recipients of the covered -work and works based on it. - - A patent license is "discriminatory" if it does not include within -the scope of its coverage, prohibits the exercise of, or is -conditioned on the non-exercise of one or more of the rights that are -specifically granted under this License. You may not convey a covered -work if you are a party to an arrangement with a third party that is -in the business of distributing software, under which you make payment -to the third party based on the extent of your activity of conveying -the work, and under which the third party grants, to any of the -parties who would receive the covered work from you, a discriminatory -patent license (a) in connection with copies of the covered work -conveyed by you (or copies made from those copies), or (b) primarily -for and in connection with specific products or compilations that -contain the covered work, unless you entered into that arrangement, -or that patent license was granted, prior to 28 March 2007. - - Nothing in this License shall be construed as excluding or limiting -any implied license or other defenses to infringement that may -otherwise be available to you under applicable patent law. - - 12. No Surrender of Others' Freedom. - - If conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot convey a -covered work so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you may -not convey it at all. For example, if you agree to terms that obligate you -to collect a royalty for further conveying from those to whom you convey -the Program, the only way you could satisfy both those terms and this -License would be to refrain entirely from conveying the Program. - - 13. Use with the GNU Affero General Public License. - - Notwithstanding any other provision of this License, you have -permission to link or combine any covered work with a work licensed -under version 3 of the GNU Affero General Public License into a single -combined work, and to convey the resulting work. The terms of this -License will continue to apply to the part which is the covered work, -but the special requirements of the GNU Affero General Public License, -section 13, concerning interaction through a network will apply to the -combination as such. - - 14. Revised Versions of this License. - - The Free Software Foundation may publish revised and/or new versions of -the GNU General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - - Each version is given a distinguishing version number. If the -Program specifies that a certain numbered version of the GNU General -Public License "or any later version" applies to it, you have the -option of following the terms and conditions either of that numbered -version or of any later version published by the Free Software -Foundation. If the Program does not specify a version number of the -GNU General Public License, you may choose any version ever published -by the Free Software Foundation. - - If the Program specifies that a proxy can decide which future -versions of the GNU General Public License can be used, that proxy's -public statement of acceptance of a version permanently authorizes you -to choose that version for the Program. - - Later license versions may give you additional or different -permissions. However, no additional obligations are imposed on any -author or copyright holder as a result of your choosing to follow a -later version. - - 15. Disclaimer of Warranty. - - THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY -APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT -HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY -OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, -THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM -IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF -ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - - 16. Limitation of Liability. - - IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS -THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY -GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE -USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF -DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD -PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), -EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF -SUCH DAMAGES. - - 17. Interpretation of Sections 15 and 16. - - If the disclaimer of warranty and limitation of liability provided -above cannot be given local legal effect according to their terms, -reviewing courts shall apply local law that most closely approximates -an absolute waiver of all civil liability in connection with the -Program, unless a warranty or assumption of liability accompanies a -copy of the Program in return for a fee. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -state the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - -Also add information on how to contact you by electronic and paper mail. - - If the program does terminal interaction, make it output a short -notice like this when it starts in an interactive mode: - - Copyright (C) - This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, your program's commands -might be different; for a GUI interface, you would use an "about box". - - You should also get your employer (if you work as a programmer) or school, -if any, to sign a "copyright disclaimer" for the program, if necessary. -For more information on this, and how to apply and follow the GNU GPL, see -. - - The GNU General Public License does not permit incorporating your program -into proprietary programs. If your program is a subroutine library, you -may consider it more useful to permit linking proprietary applications with -the library. If this is what you want to do, use the GNU Lesser General -Public License instead of this License. But first, please read -. - GNU LESSER GENERAL PUBLIC LICENSE - Version 2.1, February 1999 - - Copyright (C) 1991, 1999 Free Software Foundation, Inc. - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - -[This is the first released version of the Lesser GPL. It also counts - as the successor of the GNU Library Public License, version 2, hence - the version number 2.1.] - - Preamble - - The licenses for most software are designed to take away your -freedom to share and change it. By contrast, the GNU General Public -Licenses are intended to guarantee your freedom to share and change -free software--to make sure the software is free for all its users. - - This license, the Lesser General Public License, applies to some -specially designated software packages--typically libraries--of the -Free Software Foundation and other authors who decide to use it. You -can use it too, but we suggest you first think carefully about whether -this license or the ordinary General Public License is the better -strategy to use in any particular case, based on the explanations below. - - When we speak of free software, we are referring to freedom of use, -not price. Our General Public Licenses are designed to make sure that -you have the freedom to distribute copies of free software (and charge -for this service if you wish); that you receive source code or can get -it if you want it; that you can change the software and use pieces of -it in new free programs; and that you are informed that you can do -these things. - - To protect your rights, we need to make restrictions that forbid -distributors to deny you these rights or to ask you to surrender these -rights. These restrictions translate to certain responsibilities for -you if you distribute copies of the library or if you modify it. - - For example, if you distribute copies of the library, whether gratis -or for a fee, you must give the recipients all the rights that we gave -you. You must make sure that they, too, receive or can get the source -code. If you link other code with the library, you must provide -complete object files to the recipients, so that they can relink them -with the library after making changes to the library and recompiling -it. And you must show them these terms so they know their rights. - - We protect your rights with a two-step method: (1) we copyright the -library, and (2) we offer you this license, which gives you legal -permission to copy, distribute and/or modify the library. - - To protect each distributor, we want to make it very clear that -there is no warranty for the free library. Also, if the library is -modified by someone else and passed on, the recipients should know -that what they have is not the original version, so that the original -author's reputation will not be affected by problems that might be -introduced by others. - - Finally, software patents pose a constant threat to the existence of -any free program. We wish to make sure that a company cannot -effectively restrict the users of a free program by obtaining a -restrictive license from a patent holder. Therefore, we insist that -any patent license obtained for a version of the library must be -consistent with the full freedom of use specified in this license. - - Most GNU software, including some libraries, is covered by the -ordinary GNU General Public License. This license, the GNU Lesser -General Public License, applies to certain designated libraries, and -is quite different from the ordinary General Public License. We use -this license for certain libraries in order to permit linking those -libraries into non-free programs. - - When a program is linked with a library, whether statically or using -a shared library, the combination of the two is legally speaking a -combined work, a derivative of the original library. The ordinary -General Public License therefore permits such linking only if the -entire combination fits its criteria of freedom. The Lesser General -Public License permits more lax criteria for linking other code with -the library. - - We call this license the "Lesser" General Public License because it -does Less to protect the user's freedom than the ordinary General -Public License. It also provides other free software developers Less -of an advantage over competing non-free programs. These disadvantages -are the reason we use the ordinary General Public License for many -libraries. However, the Lesser license provides advantages in certain -special circumstances. - - For example, on rare occasions, there may be a special need to -encourage the widest possible use of a certain library, so that it becomes -a de-facto standard. To achieve this, non-free programs must be -allowed to use the library. A more frequent case is that a free -library does the same job as widely used non-free libraries. In this -case, there is little to gain by limiting the free library to free -software only, so we use the Lesser General Public License. - - In other cases, permission to use a particular library in non-free -programs enables a greater number of people to use a large body of -free software. For example, permission to use the GNU C Library in -non-free programs enables many more people to use the whole GNU -operating system, as well as its variant, the GNU/Linux operating -system. - - Although the Lesser General Public License is Less protective of the -users' freedom, it does ensure that the user of a program that is -linked with the Library has the freedom and the wherewithal to run -that program using a modified version of the Library. - - The precise terms and conditions for copying, distribution and -modification follow. Pay close attention to the difference between a -"work based on the library" and a "work that uses the library". The -former contains code derived from the library, whereas the latter must -be combined with the library in order to run. - - GNU LESSER GENERAL PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. This License Agreement applies to any software library or other -program which contains a notice placed by the copyright holder or -other authorized party saying it may be distributed under the terms of -this Lesser General Public License (also called "this License"). -Each licensee is addressed as "you". - - A "library" means a collection of software functions and/or data -prepared so as to be conveniently linked with application programs -(which use some of those functions and data) to form executables. - - The "Library", below, refers to any such software library or work -which has been distributed under these terms. A "work based on the -Library" means either the Library or any derivative work under -copyright law: that is to say, a work containing the Library or a -portion of it, either verbatim or with modifications and/or translated -straightforwardly into another language. (Hereinafter, translation is -included without limitation in the term "modification".) - - "Source code" for a work means the preferred form of the work for -making modifications to it. For a library, complete source code means -all the source code for all modules it contains, plus any associated -interface definition files, plus the scripts used to control compilation -and installation of the library. - - Activities other than copying, distribution and modification are not -covered by this License; they are outside its scope. The act of -running a program using the Library is not restricted, and output from -such a program is covered only if its contents constitute a work based -on the Library (independent of the use of the Library in a tool for -writing it). Whether that is true depends on what the Library does -and what the program that uses the Library does. - - 1. You may copy and distribute verbatim copies of the Library's -complete source code as you receive it, in any medium, provided that -you conspicuously and appropriately publish on each copy an -appropriate copyright notice and disclaimer of warranty; keep intact -all the notices that refer to this License and to the absence of any -warranty; and distribute a copy of this License along with the -Library. - - You may charge a fee for the physical act of transferring a copy, -and you may at your option offer warranty protection in exchange for a -fee. - - 2. You may modify your copy or copies of the Library or any portion -of it, thus forming a work based on the Library, and copy and -distribute such modifications or work under the terms of Section 1 -above, provided that you also meet all of these conditions: - - a) The modified work must itself be a software library. - - b) You must cause the files modified to carry prominent notices - stating that you changed the files and the date of any change. - - c) You must cause the whole of the work to be licensed at no - charge to all third parties under the terms of this License. - - d) If a facility in the modified Library refers to a function or a - table of data to be supplied by an application program that uses - the facility, other than as an argument passed when the facility - is invoked, then you must make a good faith effort to ensure that, - in the event an application does not supply such function or - table, the facility still operates, and performs whatever part of - its purpose remains meaningful. - - (For example, a function in a library to compute square roots has - a purpose that is entirely well-defined independent of the - application. Therefore, Subsection 2d requires that any - application-supplied function or table used by this function must - be optional: if the application does not supply it, the square - root function must still compute square roots.) - -These requirements apply to the modified work as a whole. If -identifiable sections of that work are not derived from the Library, -and can be reasonably considered independent and separate works in -themselves, then this License, and its terms, do not apply to those -sections when you distribute them as separate works. But when you -distribute the same sections as part of a whole which is a work based -on the Library, the distribution of the whole must be on the terms of -this License, whose permissions for other licensees extend to the -entire whole, and thus to each and every part regardless of who wrote -it. - -Thus, it is not the intent of this section to claim rights or contest -your rights to work written entirely by you; rather, the intent is to -exercise the right to control the distribution of derivative or -collective works based on the Library. - -In addition, mere aggregation of another work not based on the Library -with the Library (or with a work based on the Library) on a volume of -a storage or distribution medium does not bring the other work under -the scope of this License. - - 3. You may opt to apply the terms of the ordinary GNU General Public -License instead of this License to a given copy of the Library. To do -this, you must alter all the notices that refer to this License, so -that they refer to the ordinary GNU General Public License, version 2, -instead of to this License. (If a newer version than version 2 of the -ordinary GNU General Public License has appeared, then you can specify -that version instead if you wish.) Do not make any other change in -these notices. - - Once this change is made in a given copy, it is irreversible for -that copy, so the ordinary GNU General Public License applies to all -subsequent copies and derivative works made from that copy. - - This option is useful when you wish to copy part of the code of -the Library into a program that is not a library. - - 4. You may copy and distribute the Library (or a portion or -derivative of it, under Section 2) in object code or executable form -under the terms of Sections 1 and 2 above provided that you accompany -it with the complete corresponding machine-readable source code, which -must be distributed under the terms of Sections 1 and 2 above on a -medium customarily used for software interchange. - - If distribution of object code is made by offering access to copy -from a designated place, then offering equivalent access to copy the -source code from the same place satisfies the requirement to -distribute the source code, even though third parties are not -compelled to copy the source along with the object code. - - 5. A program that contains no derivative of any portion of the -Library, but is designed to work with the Library by being compiled or -linked with it, is called a "work that uses the Library". Such a -work, in isolation, is not a derivative work of the Library, and -therefore falls outside the scope of this License. - - However, linking a "work that uses the Library" with the Library -creates an executable that is a derivative of the Library (because it -contains portions of the Library), rather than a "work that uses the -library". The executable is therefore covered by this License. -Section 6 states terms for distribution of such executables. - - When a "work that uses the Library" uses material from a header file -that is part of the Library, the object code for the work may be a -derivative work of the Library even though the source code is not. -Whether this is true is especially significant if the work can be -linked without the Library, or if the work is itself a library. The -threshold for this to be true is not precisely defined by law. - - If such an object file uses only numerical parameters, data -structure layouts and accessors, and small macros and small inline -functions (ten lines or less in length), then the use of the object -file is unrestricted, regardless of whether it is legally a derivative -work. (Executables containing this object code plus portions of the -Library will still fall under Section 6.) - - Otherwise, if the work is a derivative of the Library, you may -distribute the object code for the work under the terms of Section 6. -Any executables containing that work also fall under Section 6, -whether or not they are linked directly with the Library itself. - - 6. As an exception to the Sections above, you may also combine or -link a "work that uses the Library" with the Library to produce a -work containing portions of the Library, and distribute that work -under terms of your choice, provided that the terms permit -modification of the work for the customer's own use and reverse -engineering for debugging such modifications. - - You must give prominent notice with each copy of the work that the -Library is used in it and that the Library and its use are covered by -this License. You must supply a copy of this License. If the work -during execution displays copyright notices, you must include the -copyright notice for the Library among them, as well as a reference -directing the user to the copy of this License. Also, you must do one -of these things: - - a) Accompany the work with the complete corresponding - machine-readable source code for the Library including whatever - changes were used in the work (which must be distributed under - Sections 1 and 2 above); and, if the work is an executable linked - with the Library, with the complete machine-readable "work that - uses the Library", as object code and/or source code, so that the - user can modify the Library and then relink to produce a modified - executable containing the modified Library. (It is understood - that the user who changes the contents of definitions files in the - Library will not necessarily be able to recompile the application - to use the modified definitions.) - - b) Use a suitable shared library mechanism for linking with the - Library. A suitable mechanism is one that (1) uses at run time a - copy of the library already present on the user's computer system, - rather than copying library functions into the executable, and (2) - will operate properly with a modified version of the library, if - the user installs one, as long as the modified version is - interface-compatible with the version that the work was made with. - - c) Accompany the work with a written offer, valid for at - least three years, to give the same user the materials - specified in Subsection 6a, above, for a charge no more - than the cost of performing this distribution. - - d) If distribution of the work is made by offering access to copy - from a designated place, offer equivalent access to copy the above - specified materials from the same place. - - e) Verify that the user has already received a copy of these - materials or that you have already sent this user a copy. - - For an executable, the required form of the "work that uses the -Library" must include any data and utility programs needed for -reproducing the executable from it. However, as a special exception, -the materials to be distributed need not include anything that is -normally distributed (in either source or binary form) with the major -components (compiler, kernel, and so on) of the operating system on -which the executable runs, unless that component itself accompanies -the executable. - - It may happen that this requirement contradicts the license -restrictions of other proprietary libraries that do not normally -accompany the operating system. Such a contradiction means you cannot -use both them and the Library together in an executable that you -distribute. - - 7. You may place library facilities that are a work based on the -Library side-by-side in a single library together with other library -facilities not covered by this License, and distribute such a combined -library, provided that the separate distribution of the work based on -the Library and of the other library facilities is otherwise -permitted, and provided that you do these two things: - - a) Accompany the combined library with a copy of the same work - based on the Library, uncombined with any other library - facilities. This must be distributed under the terms of the - Sections above. - - b) Give prominent notice with the combined library of the fact - that part of it is a work based on the Library, and explaining - where to find the accompanying uncombined form of the same work. - - 8. You may not copy, modify, sublicense, link with, or distribute -the Library except as expressly provided under this License. Any -attempt otherwise to copy, modify, sublicense, link with, or -distribute the Library is void, and will automatically terminate your -rights under this License. However, parties who have received copies, -or rights, from you under this License will not have their licenses -terminated so long as such parties remain in full compliance. - - 9. You are not required to accept this License, since you have not -signed it. However, nothing else grants you permission to modify or -distribute the Library or its derivative works. These actions are -prohibited by law if you do not accept this License. Therefore, by -modifying or distributing the Library (or any work based on the -Library), you indicate your acceptance of this License to do so, and -all its terms and conditions for copying, distributing or modifying -the Library or works based on it. - - 10. Each time you redistribute the Library (or any work based on the -Library), the recipient automatically receives a license from the -original licensor to copy, distribute, link with or modify the Library -subject to these terms and conditions. You may not impose any further -restrictions on the recipients' exercise of the rights granted herein. -You are not responsible for enforcing compliance by third parties with -this License. - - 11. If, as a consequence of a court judgment or allegation of patent -infringement or for any other reason (not limited to patent issues), -conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot -distribute so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you -may not distribute the Library at all. For example, if a patent -license would not permit royalty-free redistribution of the Library by -all those who receive copies directly or indirectly through you, then -the only way you could satisfy both it and this License would be to -refrain entirely from distribution of the Library. - -If any portion of this section is held invalid or unenforceable under any -particular circumstance, the balance of the section is intended to apply, -and the section as a whole is intended to apply in other circumstances. - -It is not the purpose of this section to induce you to infringe any -patents or other property right claims or to contest validity of any -such claims; this section has the sole purpose of protecting the -integrity of the free software distribution system which is -implemented by public license practices. Many people have made -generous contributions to the wide range of software distributed -through that system in reliance on consistent application of that -system; it is up to the author/donor to decide if he or she is willing -to distribute software through any other system and a licensee cannot -impose that choice. - -This section is intended to make thoroughly clear what is believed to -be a consequence of the rest of this License. - - 12. If the distribution and/or use of the Library is restricted in -certain countries either by patents or by copyrighted interfaces, the -original copyright holder who places the Library under this License may add -an explicit geographical distribution limitation excluding those countries, -so that distribution is permitted only in or among countries not thus -excluded. In such case, this License incorporates the limitation as if -written in the body of this License. - - 13. The Free Software Foundation may publish revised and/or new -versions of the Lesser General Public License from time to time. -Such new versions will be similar in spirit to the present version, -but may differ in detail to address new problems or concerns. - -Each version is given a distinguishing version number. If the Library -specifies a version number of this License which applies to it and -"any later version", you have the option of following the terms and -conditions either of that version or of any later version published by -the Free Software Foundation. If the Library does not specify a -license version number, you may choose any version ever published by -the Free Software Foundation. - - 14. If you wish to incorporate parts of the Library into other free -programs whose distribution conditions are incompatible with these, -write to the author to ask for permission. For software which is -copyrighted by the Free Software Foundation, write to the Free -Software Foundation; we sometimes make exceptions for this. Our -decision will be guided by the two goals of preserving the free status -of all derivatives of our free software and of promoting the sharing -and reuse of software generally. - - NO WARRANTY - - 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO -WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. -EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR -OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY -KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE -LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME -THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - - 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN -WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY -AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU -FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR -CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE -LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING -RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A -FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF -SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGES. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Libraries - - If you develop a new library, and you want it to be of the greatest -possible use to the public, we recommend making it free software that -everyone can redistribute and change. You can do so by permitting -redistribution under these terms (or, alternatively, under the terms of the -ordinary General Public License). - - To apply these terms, attach the following notices to the library. It is -safest to attach them to the start of each source file to most effectively -convey the exclusion of warranty; and each file should have at least the -"copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. - - This library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. - - You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - -Also add information on how to contact you by electronic and paper mail. - -You should also get your employer (if you work as a programmer) or your -school, if any, to sign a "copyright disclaimer" for the library, if -necessary. Here is a sample; alter the names: - - Yoyodyne, Inc., hereby disclaims all copyright interest in the - library `Frob' (a library for tweaking knobs) written by James Random Hacker. - - , 1 April 1990 - Ty Coon, President of Vice - -That's all there is to it! - - - GNU GENERAL PUBLIC LICENSE - Version 3, 29 June 2007 - - Copyright (C) 2007 Free Software Foundation, Inc. - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The GNU General Public License is a free, copyleft license for -software and other kinds of works. - - The licenses for most software and other practical works are designed -to take away your freedom to share and change the works. By contrast, -the GNU General Public License is intended to guarantee your freedom to -share and change all versions of a program--to make sure it remains free -software for all its users. We, the Free Software Foundation, use the -GNU General Public License for most of our software; it applies also to -any other work released this way by its authors. You can apply it to -your programs, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -them if you wish), that you receive source code or can get it if you -want it, that you can change the software or use pieces of it in new -free programs, and that you know you can do these things. - - To protect your rights, we need to prevent others from denying you -these rights or asking you to surrender the rights. Therefore, you have -certain responsibilities if you distribute copies of the software, or if -you modify it: responsibilities to respect the freedom of others. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must pass on to the recipients the same -freedoms that you received. You must make sure that they, too, receive -or can get the source code. And you must show them these terms so they -know their rights. - - Developers that use the GNU GPL protect your rights with two steps: -(1) assert copyright on the software, and (2) offer you this License -giving you legal permission to copy, distribute and/or modify it. - - For the developers' and authors' protection, the GPL clearly explains -that there is no warranty for this free software. For both users' and -authors' sake, the GPL requires that modified versions be marked as -changed, so that their problems will not be attributed erroneously to -authors of previous versions. - - Some devices are designed to deny users access to install or run -modified versions of the software inside them, although the manufacturer -can do so. This is fundamentally incompatible with the aim of -protecting users' freedom to change the software. The systematic -pattern of such abuse occurs in the area of products for individuals to -use, which is precisely where it is most unacceptable. Therefore, we -have designed this version of the GPL to prohibit the practice for those -products. If such problems arise substantially in other domains, we -stand ready to extend this provision to those domains in future versions -of the GPL, as needed to protect the freedom of users. - - Finally, every program is threatened constantly by software patents. -States should not allow patents to restrict development and use of -software on general-purpose computers, but in those that do, we wish to -avoid the special danger that patents applied to a free program could -make it effectively proprietary. To prevent this, the GPL assures that -patents cannot be used to render the program non-free. - - The precise terms and conditions for copying, distribution and -modification follow. - - TERMS AND CONDITIONS - - 0. Definitions. - - "This License" refers to version 3 of the GNU General Public License. - - "Copyright" also means copyright-like laws that apply to other kinds of -works, such as semiconductor masks. - - "The Program" refers to any copyrightable work licensed under this -License. Each licensee is addressed as "you". "Licensees" and -"recipients" may be individuals or organizations. - - To "modify" a work means to copy from or adapt all or part of the work -in a fashion requiring copyright permission, other than the making of an -exact copy. The resulting work is called a "modified version" of the -earlier work or a work "based on" the earlier work. - - A "covered work" means either the unmodified Program or a work based -on the Program. - - To "propagate" a work means to do anything with it that, without -permission, would make you directly or secondarily liable for -infringement under applicable copyright law, except executing it on a -computer or modifying a private copy. Propagation includes copying, -distribution (with or without modification), making available to the -public, and in some countries other activities as well. - - To "convey" a work means any kind of propagation that enables other -parties to make or receive copies. Mere interaction with a user through -a computer network, with no transfer of a copy, is not conveying. - - An interactive user interface displays "Appropriate Legal Notices" -to the extent that it includes a convenient and prominently visible -feature that (1) displays an appropriate copyright notice, and (2) -tells the user that there is no warranty for the work (except to the -extent that warranties are provided), that licensees may convey the -work under this License, and how to view a copy of this License. If -the interface presents a list of user commands or options, such as a -menu, a prominent item in the list meets this criterion. - - 1. Source Code. - - The "source code" for a work means the preferred form of the work -for making modifications to it. "Object code" means any non-source -form of a work. - - A "Standard Interface" means an interface that either is an official -standard defined by a recognized standards body, or, in the case of -interfaces specified for a particular programming language, one that -is widely used among developers working in that language. - - The "System Libraries" of an executable work include anything, other -than the work as a whole, that (a) is included in the normal form of -packaging a Major Component, but which is not part of that Major -Component, and (b) serves only to enable use of the work with that -Major Component, or to implement a Standard Interface for which an -implementation is available to the public in source code form. A -"Major Component", in this context, means a major essential component -(kernel, window system, and so on) of the specific operating system -(if any) on which the executable work runs, or a compiler used to -produce the work, or an object code interpreter used to run it. - - The "Corresponding Source" for a work in object code form means all -the source code needed to generate, install, and (for an executable -work) run the object code and to modify the work, including scripts to -control those activities. However, it does not include the work's -System Libraries, or general-purpose tools or generally available free -programs which are used unmodified in performing those activities but -which are not part of the work. For example, Corresponding Source -includes interface definition files associated with source files for -the work, and the source code for shared libraries and dynamically -linked subprograms that the work is specifically designed to require, -such as by intimate data communication or control flow between those -subprograms and other parts of the work. - - The Corresponding Source need not include anything that users -can regenerate automatically from other parts of the Corresponding -Source. - - The Corresponding Source for a work in source code form is that -same work. - - 2. Basic Permissions. - - All rights granted under this License are granted for the term of -copyright on the Program, and are irrevocable provided the stated -conditions are met. This License explicitly affirms your unlimited -permission to run the unmodified Program. The output from running a -covered work is covered by this License only if the output, given its -content, constitutes a covered work. This License acknowledges your -rights of fair use or other equivalent, as provided by copyright law. - - You may make, run and propagate covered works that you do not -convey, without conditions so long as your license otherwise remains -in force. You may convey covered works to others for the sole purpose -of having them make modifications exclusively for you, or provide you -with facilities for running those works, provided that you comply with -the terms of this License in conveying all material for which you do -not control copyright. Those thus making or running the covered works -for you must do so exclusively on your behalf, under your direction -and control, on terms that prohibit them from making any copies of -your copyrighted material outside their relationship with you. - - Conveying under any other circumstances is permitted solely under -the conditions stated below. Sublicensing is not allowed; section 10 -makes it unnecessary. - - 3. Protecting Users' Legal Rights From Anti-Circumvention Law. - - No covered work shall be deemed part of an effective technological -measure under any applicable law fulfilling obligations under article -11 of the WIPO copyright treaty adopted on 20 December 1996, or -similar laws prohibiting or restricting circumvention of such -measures. - - When you convey a covered work, you waive any legal power to forbid -circumvention of technological measures to the extent such circumvention -is effected by exercising rights under this License with respect to -the covered work, and you disclaim any intention to limit operation or -modification of the work as a means of enforcing, against the work's -users, your or third parties' legal rights to forbid circumvention of -technological measures. - - 4. Conveying Verbatim Copies. - - You may convey verbatim copies of the Program's source code as you -receive it, in any medium, provided that you conspicuously and -appropriately publish on each copy an appropriate copyright notice; -keep intact all notices stating that this License and any -non-permissive terms added in accord with section 7 apply to the code; -keep intact all notices of the absence of any warranty; and give all -recipients a copy of this License along with the Program. - - You may charge any price or no price for each copy that you convey, -and you may offer support or warranty protection for a fee. - - 5. Conveying Modified Source Versions. - - You may convey a work based on the Program, or the modifications to -produce it from the Program, in the form of source code under the -terms of section 4, provided that you also meet all of these conditions: - - a) The work must carry prominent notices stating that you modified - it, and giving a relevant date. - - b) The work must carry prominent notices stating that it is - released under this License and any conditions added under section - 7. This requirement modifies the requirement in section 4 to - "keep intact all notices". - - c) You must license the entire work, as a whole, under this - License to anyone who comes into possession of a copy. This - License will therefore apply, along with any applicable section 7 - additional terms, to the whole of the work, and all its parts, - regardless of how they are packaged. This License gives no - permission to license the work in any other way, but it does not - invalidate such permission if you have separately received it. - - d) If the work has interactive user interfaces, each must display - Appropriate Legal Notices; however, if the Program has interactive - interfaces that do not display Appropriate Legal Notices, your - work need not make them do so. - - A compilation of a covered work with other separate and independent -works, which are not by their nature extensions of the covered work, -and which are not combined with it such as to form a larger program, -in or on a volume of a storage or distribution medium, is called an -"aggregate" if the compilation and its resulting copyright are not -used to limit the access or legal rights of the compilation's users -beyond what the individual works permit. Inclusion of a covered work -in an aggregate does not cause this License to apply to the other -parts of the aggregate. - - 6. Conveying Non-Source Forms. - - You may convey a covered work in object code form under the terms -of sections 4 and 5, provided that you also convey the -machine-readable Corresponding Source under the terms of this License, -in one of these ways: - - a) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by the - Corresponding Source fixed on a durable physical medium - customarily used for software interchange. - - b) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by a - written offer, valid for at least three years and valid for as - long as you offer spare parts or customer support for that product - model, to give anyone who possesses the object code either (1) a - copy of the Corresponding Source for all the software in the - product that is covered by this License, on a durable physical - medium customarily used for software interchange, for a price no - more than your reasonable cost of physically performing this - conveying of source, or (2) access to copy the - Corresponding Source from a network server at no charge. - - c) Convey individual copies of the object code with a copy of the - written offer to provide the Corresponding Source. This - alternative is allowed only occasionally and noncommercially, and - only if you received the object code with such an offer, in accord - with subsection 6b. - - d) Convey the object code by offering access from a designated - place (gratis or for a charge), and offer equivalent access to the - Corresponding Source in the same way through the same place at no - further charge. You need not require recipients to copy the - Corresponding Source along with the object code. If the place to - copy the object code is a network server, the Corresponding Source - may be on a different server (operated by you or a third party) - that supports equivalent copying facilities, provided you maintain - clear directions next to the object code saying where to find the - Corresponding Source. Regardless of what server hosts the - Corresponding Source, you remain obligated to ensure that it is - available for as long as needed to satisfy these requirements. - - e) Convey the object code using peer-to-peer transmission, provided - you inform other peers where the object code and Corresponding - Source of the work are being offered to the general public at no - charge under subsection 6d. - - A separable portion of the object code, whose source code is excluded -from the Corresponding Source as a System Library, need not be -included in conveying the object code work. - - A "User Product" is either (1) a "consumer product", which means any -tangible personal property which is normally used for personal, family, -or household purposes, or (2) anything designed or sold for incorporation -into a dwelling. In determining whether a product is a consumer product, -doubtful cases shall be resolved in favor of coverage. For a particular -product received by a particular user, "normally used" refers to a -typical or common use of that class of product, regardless of the status -of the particular user or of the way in which the particular user -actually uses, or expects or is expected to use, the product. A product -is a consumer product regardless of whether the product has substantial -commercial, industrial or non-consumer uses, unless such uses represent -the only significant mode of use of the product. - - "Installation Information" for a User Product means any methods, -procedures, authorization keys, or other information required to install -and execute modified versions of a covered work in that User Product from -a modified version of its Corresponding Source. The information must -suffice to ensure that the continued functioning of the modified object -code is in no case prevented or interfered with solely because -modification has been made. - - If you convey an object code work under this section in, or with, or -specifically for use in, a User Product, and the conveying occurs as -part of a transaction in which the right of possession and use of the -User Product is transferred to the recipient in perpetuity or for a -fixed term (regardless of how the transaction is characterized), the -Corresponding Source conveyed under this section must be accompanied -by the Installation Information. But this requirement does not apply -if neither you nor any third party retains the ability to install -modified object code on the User Product (for example, the work has -been installed in ROM). - - The requirement to provide Installation Information does not include a -requirement to continue to provide support service, warranty, or updates -for a work that has been modified or installed by the recipient, or for -the User Product in which it has been modified or installed. Access to a -network may be denied when the modification itself materially and -adversely affects the operation of the network or violates the rules and -protocols for communication across the network. - - Corresponding Source conveyed, and Installation Information provided, -in accord with this section must be in a format that is publicly -documented (and with an implementation available to the public in -source code form), and must require no special password or key for -unpacking, reading or copying. - - 7. Additional Terms. - - "Additional permissions" are terms that supplement the terms of this -License by making exceptions from one or more of its conditions. -Additional permissions that are applicable to the entire Program shall -be treated as though they were included in this License, to the extent -that they are valid under applicable law. If additional permissions -apply only to part of the Program, that part may be used separately -under those permissions, but the entire Program remains governed by -this License without regard to the additional permissions. - - When you convey a copy of a covered work, you may at your option -remove any additional permissions from that copy, or from any part of -it. (Additional permissions may be written to require their own -removal in certain cases when you modify the work.) You may place -additional permissions on material, added by you to a covered work, -for which you have or can give appropriate copyright permission. - - Notwithstanding any other provision of this License, for material you -add to a covered work, you may (if authorized by the copyright holders of -that material) supplement the terms of this License with terms: - - a) Disclaiming warranty or limiting liability differently from the - terms of sections 15 and 16 of this License; or - - b) Requiring preservation of specified reasonable legal notices or - author attributions in that material or in the Appropriate Legal - Notices displayed by works containing it; or - - c) Prohibiting misrepresentation of the origin of that material, or - requiring that modified versions of such material be marked in - reasonable ways as different from the original version; or - - d) Limiting the use for publicity purposes of names of licensors or - authors of the material; or - - e) Declining to grant rights under trademark law for use of some - trade names, trademarks, or service marks; or - - f) Requiring indemnification of licensors and authors of that - material by anyone who conveys the material (or modified versions of - it) with contractual assumptions of liability to the recipient, for - any liability that these contractual assumptions directly impose on - those licensors and authors. - - All other non-permissive additional terms are considered "further -restrictions" within the meaning of section 10. If the Program as you -received it, or any part of it, contains a notice stating that it is -governed by this License along with a term that is a further -restriction, you may remove that term. If a license document contains -a further restriction but permits relicensing or conveying under this -License, you may add to a covered work material governed by the terms -of that license document, provided that the further restriction does -not survive such relicensing or conveying. - - If you add terms to a covered work in accord with this section, you -must place, in the relevant source files, a statement of the -additional terms that apply to those files, or a notice indicating -where to find the applicable terms. - - Additional terms, permissive or non-permissive, may be stated in the -form of a separately written license, or stated as exceptions; -the above requirements apply either way. - - 8. Termination. - - You may not propagate or modify a covered work except as expressly -provided under this License. Any attempt otherwise to propagate or -modify it is void, and will automatically terminate your rights under -this License (including any patent licenses granted under the third -paragraph of section 11). - - However, if you cease all violation of this License, then your -license from a particular copyright holder is reinstated (a) -provisionally, unless and until the copyright holder explicitly and -finally terminates your license, and (b) permanently, if the copyright -holder fails to notify you of the violation by some reasonable means -prior to 60 days after the cessation. - - Moreover, your license from a particular copyright holder is -reinstated permanently if the copyright holder notifies you of the -violation by some reasonable means, this is the first time you have -received notice of violation of this License (for any work) from that -copyright holder, and you cure the violation prior to 30 days after -your receipt of the notice. - - Termination of your rights under this section does not terminate the -licenses of parties who have received copies or rights from you under -this License. If your rights have been terminated and not permanently -reinstated, you do not qualify to receive new licenses for the same -material under section 10. - - 9. Acceptance Not Required for Having Copies. - - You are not required to accept this License in order to receive or -run a copy of the Program. Ancillary propagation of a covered work -occurring solely as a consequence of using peer-to-peer transmission -to receive a copy likewise does not require acceptance. However, -nothing other than this License grants you permission to propagate or -modify any covered work. These actions infringe copyright if you do -not accept this License. Therefore, by modifying or propagating a -covered work, you indicate your acceptance of this License to do so. - - 10. Automatic Licensing of Downstream Recipients. - - Each time you convey a covered work, the recipient automatically -receives a license from the original licensors, to run, modify and -propagate that work, subject to this License. You are not responsible -for enforcing compliance by third parties with this License. - - An "entity transaction" is a transaction transferring control of an -organization, or substantially all assets of one, or subdividing an -organization, or merging organizations. If propagation of a covered -work results from an entity transaction, each party to that -transaction who receives a copy of the work also receives whatever -licenses to the work the party's predecessor in interest had or could -give under the previous paragraph, plus a right to possession of the -Corresponding Source of the work from the predecessor in interest, if -the predecessor has it or can get it with reasonable efforts. - - You may not impose any further restrictions on the exercise of the -rights granted or affirmed under this License. For example, you may -not impose a license fee, royalty, or other charge for exercise of -rights granted under this License, and you may not initiate litigation -(including a cross-claim or counterclaim in a lawsuit) alleging that -any patent claim is infringed by making, using, selling, offering for -sale, or importing the Program or any portion of it. - - 11. Patents. - - A "contributor" is a copyright holder who authorizes use under this -License of the Program or a work on which the Program is based. The -work thus licensed is called the contributor's "contributor version". - - A contributor's "essential patent claims" are all patent claims -owned or controlled by the contributor, whether already acquired or -hereafter acquired, that would be infringed by some manner, permitted -by this License, of making, using, or selling its contributor version, -but do not include claims that would be infringed only as a -consequence of further modification of the contributor version. For -purposes of this definition, "control" includes the right to grant -patent sublicenses in a manner consistent with the requirements of -this License. - - Each contributor grants you a non-exclusive, worldwide, royalty-free -patent license under the contributor's essential patent claims, to -make, use, sell, offer for sale, import and otherwise run, modify and -propagate the contents of its contributor version. - - In the following three paragraphs, a "patent license" is any express -agreement or commitment, however denominated, not to enforce a patent -(such as an express permission to practice a patent or covenant not to -sue for patent infringement). To "grant" such a patent license to a -party means to make such an agreement or commitment not to enforce a -patent against the party. - - If you convey a covered work, knowingly relying on a patent license, -and the Corresponding Source of the work is not available for anyone -to copy, free of charge and under the terms of this License, through a -publicly available network server or other readily accessible means, -then you must either (1) cause the Corresponding Source to be so -available, or (2) arrange to deprive yourself of the benefit of the -patent license for this particular work, or (3) arrange, in a manner -consistent with the requirements of this License, to extend the patent -license to downstream recipients. "Knowingly relying" means you have -actual knowledge that, but for the patent license, your conveying the -covered work in a country, or your recipient's use of the covered work -in a country, would infringe one or more identifiable patents in that -country that you have reason to believe are valid. - - If, pursuant to or in connection with a single transaction or -arrangement, you convey, or propagate by procuring conveyance of, a -covered work, and grant a patent license to some of the parties -receiving the covered work authorizing them to use, propagate, modify -or convey a specific copy of the covered work, then the patent license -you grant is automatically extended to all recipients of the covered -work and works based on it. - - A patent license is "discriminatory" if it does not include within -the scope of its coverage, prohibits the exercise of, or is -conditioned on the non-exercise of one or more of the rights that are -specifically granted under this License. You may not convey a covered -work if you are a party to an arrangement with a third party that is -in the business of distributing software, under which you make payment -to the third party based on the extent of your activity of conveying -the work, and under which the third party grants, to any of the -parties who would receive the covered work from you, a discriminatory -patent license (a) in connection with copies of the covered work -conveyed by you (or copies made from those copies), or (b) primarily -for and in connection with specific products or compilations that -contain the covered work, unless you entered into that arrangement, -or that patent license was granted, prior to 28 March 2007. - - Nothing in this License shall be construed as excluding or limiting -any implied license or other defenses to infringement that may -otherwise be available to you under applicable patent law. - - 12. No Surrender of Others' Freedom. - - If conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot convey a -covered work so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you may -not convey it at all. For example, if you agree to terms that obligate you -to collect a royalty for further conveying from those to whom you convey -the Program, the only way you could satisfy both those terms and this -License would be to refrain entirely from conveying the Program. - - 13. Use with the GNU Affero General Public License. - - Notwithstanding any other provision of this License, you have -permission to link or combine any covered work with a work licensed -under version 3 of the GNU Affero General Public License into a single -combined work, and to convey the resulting work. The terms of this -License will continue to apply to the part which is the covered work, -but the special requirements of the GNU Affero General Public License, -section 13, concerning interaction through a network will apply to the -combination as such. - - 14. Revised Versions of this License. - - The Free Software Foundation may publish revised and/or new versions of -the GNU General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - - Each version is given a distinguishing version number. If the -Program specifies that a certain numbered version of the GNU General -Public License "or any later version" applies to it, you have the -option of following the terms and conditions either of that numbered -version or of any later version published by the Free Software -Foundation. If the Program does not specify a version number of the -GNU General Public License, you may choose any version ever published -by the Free Software Foundation. - - If the Program specifies that a proxy can decide which future -versions of the GNU General Public License can be used, that proxy's -public statement of acceptance of a version permanently authorizes you -to choose that version for the Program. - - Later license versions may give you additional or different -permissions. However, no additional obligations are imposed on any -author or copyright holder as a result of your choosing to follow a -later version. - - 15. Disclaimer of Warranty. - - THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY -APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT -HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY -OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, -THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM -IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF -ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - - 16. Limitation of Liability. - - IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS -THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY -GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE -USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF -DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD -PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), -EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF -SUCH DAMAGES. - - 17. Interpretation of Sections 15 and 16. - - If the disclaimer of warranty and limitation of liability provided -above cannot be given local legal effect according to their terms, -reviewing courts shall apply local law that most closely approximates -an absolute waiver of all civil liability in connection with the -Program, unless a warranty or assumption of liability accompanies a -copy of the Program in return for a fee. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -state the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - -Also add information on how to contact you by electronic and paper mail. - - If the program does terminal interaction, make it output a short -notice like this when it starts in an interactive mode: - - Copyright (C) - This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, your program's commands -might be different; for a GUI interface, you would use an "about box". - - You should also get your employer (if you work as a programmer) or school, -if any, to sign a "copyright disclaimer" for the program, if necessary. -For more information on this, and how to apply and follow the GNU GPL, see -. - - The GNU General Public License does not permit incorporating your program -into proprietary programs. If your program is a subroutine library, you -may consider it more useful to permit linking proprietary applications with -the library. If this is what you want to do, use the GNU Lesser General -Public License instead of this License. But first, please read -. - GNU GENERAL PUBLIC LICENSE - Version 3, 29 June 2007 - - Copyright (C) 2007 Free Software Foundation, Inc. - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The GNU General Public License is a free, copyleft license for -software and other kinds of works. - - The licenses for most software and other practical works are designed -to take away your freedom to share and change the works. By contrast, -the GNU General Public License is intended to guarantee your freedom to -share and change all versions of a program--to make sure it remains free -software for all its users. We, the Free Software Foundation, use the -GNU General Public License for most of our software; it applies also to -any other work released this way by its authors. You can apply it to -your programs, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -them if you wish), that you receive source code or can get it if you -want it, that you can change the software or use pieces of it in new -free programs, and that you know you can do these things. - - To protect your rights, we need to prevent others from denying you -these rights or asking you to surrender the rights. Therefore, you have -certain responsibilities if you distribute copies of the software, or if -you modify it: responsibilities to respect the freedom of others. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must pass on to the recipients the same -freedoms that you received. You must make sure that they, too, receive -or can get the source code. And you must show them these terms so they -know their rights. - - Developers that use the GNU GPL protect your rights with two steps: -(1) assert copyright on the software, and (2) offer you this License -giving you legal permission to copy, distribute and/or modify it. - - For the developers' and authors' protection, the GPL clearly explains -that there is no warranty for this free software. For both users' and -authors' sake, the GPL requires that modified versions be marked as -changed, so that their problems will not be attributed erroneously to -authors of previous versions. - - Some devices are designed to deny users access to install or run -modified versions of the software inside them, although the manufacturer -can do so. This is fundamentally incompatible with the aim of -protecting users' freedom to change the software. The systematic -pattern of such abuse occurs in the area of products for individuals to -use, which is precisely where it is most unacceptable. Therefore, we -have designed this version of the GPL to prohibit the practice for those -products. If such problems arise substantially in other domains, we -stand ready to extend this provision to those domains in future versions -of the GPL, as needed to protect the freedom of users. - - Finally, every program is threatened constantly by software patents. -States should not allow patents to restrict development and use of -software on general-purpose computers, but in those that do, we wish to -avoid the special danger that patents applied to a free program could -make it effectively proprietary. To prevent this, the GPL assures that -patents cannot be used to render the program non-free. - - The precise terms and conditions for copying, distribution and -modification follow. - - TERMS AND CONDITIONS - - 0. Definitions. - - "This License" refers to version 3 of the GNU General Public License. - - "Copyright" also means copyright-like laws that apply to other kinds of -works, such as semiconductor masks. - - "The Program" refers to any copyrightable work licensed under this -License. Each licensee is addressed as "you". "Licensees" and -"recipients" may be individuals or organizations. - - To "modify" a work means to copy from or adapt all or part of the work -in a fashion requiring copyright permission, other than the making of an -exact copy. The resulting work is called a "modified version" of the -earlier work or a work "based on" the earlier work. - - A "covered work" means either the unmodified Program or a work based -on the Program. - - To "propagate" a work means to do anything with it that, without -permission, would make you directly or secondarily liable for -infringement under applicable copyright law, except executing it on a -computer or modifying a private copy. Propagation includes copying, -distribution (with or without modification), making available to the -public, and in some countries other activities as well. - - To "convey" a work means any kind of propagation that enables other -parties to make or receive copies. Mere interaction with a user through -a computer network, with no transfer of a copy, is not conveying. - - An interactive user interface displays "Appropriate Legal Notices" -to the extent that it includes a convenient and prominently visible -feature that (1) displays an appropriate copyright notice, and (2) -tells the user that there is no warranty for the work (except to the -extent that warranties are provided), that licensees may convey the -work under this License, and how to view a copy of this License. If -the interface presents a list of user commands or options, such as a -menu, a prominent item in the list meets this criterion. - - 1. Source Code. - - The "source code" for a work means the preferred form of the work -for making modifications to it. "Object code" means any non-source -form of a work. - - A "Standard Interface" means an interface that either is an official -standard defined by a recognized standards body, or, in the case of -interfaces specified for a particular programming language, one that -is widely used among developers working in that language. - - The "System Libraries" of an executable work include anything, other -than the work as a whole, that (a) is included in the normal form of -packaging a Major Component, but which is not part of that Major -Component, and (b) serves only to enable use of the work with that -Major Component, or to implement a Standard Interface for which an -implementation is available to the public in source code form. A -"Major Component", in this context, means a major essential component -(kernel, window system, and so on) of the specific operating system -(if any) on which the executable work runs, or a compiler used to -produce the work, or an object code interpreter used to run it. - - The "Corresponding Source" for a work in object code form means all -the source code needed to generate, install, and (for an executable -work) run the object code and to modify the work, including scripts to -control those activities. However, it does not include the work's -System Libraries, or general-purpose tools or generally available free -programs which are used unmodified in performing those activities but -which are not part of the work. For example, Corresponding Source -includes interface definition files associated with source files for -the work, and the source code for shared libraries and dynamically -linked subprograms that the work is specifically designed to require, -such as by intimate data communication or control flow between those -subprograms and other parts of the work. - - The Corresponding Source need not include anything that users -can regenerate automatically from other parts of the Corresponding -Source. - - The Corresponding Source for a work in source code form is that -same work. - - 2. Basic Permissions. - - All rights granted under this License are granted for the term of -copyright on the Program, and are irrevocable provided the stated -conditions are met. This License explicitly affirms your unlimited -permission to run the unmodified Program. The output from running a -covered work is covered by this License only if the output, given its -content, constitutes a covered work. This License acknowledges your -rights of fair use or other equivalent, as provided by copyright law. - - You may make, run and propagate covered works that you do not -convey, without conditions so long as your license otherwise remains -in force. You may convey covered works to others for the sole purpose -of having them make modifications exclusively for you, or provide you -with facilities for running those works, provided that you comply with -the terms of this License in conveying all material for which you do -not control copyright. Those thus making or running the covered works -for you must do so exclusively on your behalf, under your direction -and control, on terms that prohibit them from making any copies of -your copyrighted material outside their relationship with you. - - Conveying under any other circumstances is permitted solely under -the conditions stated below. Sublicensing is not allowed; section 10 -makes it unnecessary. - - 3. Protecting Users' Legal Rights From Anti-Circumvention Law. - - No covered work shall be deemed part of an effective technological -measure under any applicable law fulfilling obligations under article -11 of the WIPO copyright treaty adopted on 20 December 1996, or -similar laws prohibiting or restricting circumvention of such -measures. - - When you convey a covered work, you waive any legal power to forbid -circumvention of technological measures to the extent such circumvention -is effected by exercising rights under this License with respect to -the covered work, and you disclaim any intention to limit operation or -modification of the work as a means of enforcing, against the work's -users, your or third parties' legal rights to forbid circumvention of -technological measures. - - 4. Conveying Verbatim Copies. - - You may convey verbatim copies of the Program's source code as you -receive it, in any medium, provided that you conspicuously and -appropriately publish on each copy an appropriate copyright notice; -keep intact all notices stating that this License and any -non-permissive terms added in accord with section 7 apply to the code; -keep intact all notices of the absence of any warranty; and give all -recipients a copy of this License along with the Program. - - You may charge any price or no price for each copy that you convey, -and you may offer support or warranty protection for a fee. - - 5. Conveying Modified Source Versions. - - You may convey a work based on the Program, or the modifications to -produce it from the Program, in the form of source code under the -terms of section 4, provided that you also meet all of these conditions: - - a) The work must carry prominent notices stating that you modified - it, and giving a relevant date. - - b) The work must carry prominent notices stating that it is - released under this License and any conditions added under section - 7. This requirement modifies the requirement in section 4 to - "keep intact all notices". - - c) You must license the entire work, as a whole, under this - License to anyone who comes into possession of a copy. This - License will therefore apply, along with any applicable section 7 - additional terms, to the whole of the work, and all its parts, - regardless of how they are packaged. This License gives no - permission to license the work in any other way, but it does not - invalidate such permission if you have separately received it. - - d) If the work has interactive user interfaces, each must display - Appropriate Legal Notices; however, if the Program has interactive - interfaces that do not display Appropriate Legal Notices, your - work need not make them do so. - - A compilation of a covered work with other separate and independent -works, which are not by their nature extensions of the covered work, -and which are not combined with it such as to form a larger program, -in or on a volume of a storage or distribution medium, is called an -"aggregate" if the compilation and its resulting copyright are not -used to limit the access or legal rights of the compilation's users -beyond what the individual works permit. Inclusion of a covered work -in an aggregate does not cause this License to apply to the other -parts of the aggregate. - - 6. Conveying Non-Source Forms. - - You may convey a covered work in object code form under the terms -of sections 4 and 5, provided that you also convey the -machine-readable Corresponding Source under the terms of this License, -in one of these ways: - - a) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by the - Corresponding Source fixed on a durable physical medium - customarily used for software interchange. - - b) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by a - written offer, valid for at least three years and valid for as - long as you offer spare parts or customer support for that product - model, to give anyone who possesses the object code either (1) a - copy of the Corresponding Source for all the software in the - product that is covered by this License, on a durable physical - medium customarily used for software interchange, for a price no - more than your reasonable cost of physically performing this - conveying of source, or (2) access to copy the - Corresponding Source from a network server at no charge. - - c) Convey individual copies of the object code with a copy of the - written offer to provide the Corresponding Source. This - alternative is allowed only occasionally and noncommercially, and - only if you received the object code with such an offer, in accord - with subsection 6b. - - d) Convey the object code by offering access from a designated - place (gratis or for a charge), and offer equivalent access to the - Corresponding Source in the same way through the same place at no - further charge. You need not require recipients to copy the - Corresponding Source along with the object code. If the place to - copy the object code is a network server, the Corresponding Source - may be on a different server (operated by you or a third party) - that supports equivalent copying facilities, provided you maintain - clear directions next to the object code saying where to find the - Corresponding Source. Regardless of what server hosts the - Corresponding Source, you remain obligated to ensure that it is - available for as long as needed to satisfy these requirements. - - e) Convey the object code using peer-to-peer transmission, provided - you inform other peers where the object code and Corresponding - Source of the work are being offered to the general public at no - charge under subsection 6d. - - A separable portion of the object code, whose source code is excluded -from the Corresponding Source as a System Library, need not be -included in conveying the object code work. - - A "User Product" is either (1) a "consumer product", which means any -tangible personal property which is normally used for personal, family, -or household purposes, or (2) anything designed or sold for incorporation -into a dwelling. In determining whether a product is a consumer product, -doubtful cases shall be resolved in favor of coverage. For a particular -product received by a particular user, "normally used" refers to a -typical or common use of that class of product, regardless of the status -of the particular user or of the way in which the particular user -actually uses, or expects or is expected to use, the product. A product -is a consumer product regardless of whether the product has substantial -commercial, industrial or non-consumer uses, unless such uses represent -the only significant mode of use of the product. - - "Installation Information" for a User Product means any methods, -procedures, authorization keys, or other information required to install -and execute modified versions of a covered work in that User Product from -a modified version of its Corresponding Source. The information must -suffice to ensure that the continued functioning of the modified object -code is in no case prevented or interfered with solely because -modification has been made. - - If you convey an object code work under this section in, or with, or -specifically for use in, a User Product, and the conveying occurs as -part of a transaction in which the right of possession and use of the -User Product is transferred to the recipient in perpetuity or for a -fixed term (regardless of how the transaction is characterized), the -Corresponding Source conveyed under this section must be accompanied -by the Installation Information. But this requirement does not apply -if neither you nor any third party retains the ability to install -modified object code on the User Product (for example, the work has -been installed in ROM). - - The requirement to provide Installation Information does not include a -requirement to continue to provide support service, warranty, or updates -for a work that has been modified or installed by the recipient, or for -the User Product in which it has been modified or installed. Access to a -network may be denied when the modification itself materially and -adversely affects the operation of the network or violates the rules and -protocols for communication across the network. - - Corresponding Source conveyed, and Installation Information provided, -in accord with this section must be in a format that is publicly -documented (and with an implementation available to the public in -source code form), and must require no special password or key for -unpacking, reading or copying. - - 7. Additional Terms. - - "Additional permissions" are terms that supplement the terms of this -License by making exceptions from one or more of its conditions. -Additional permissions that are applicable to the entire Program shall -be treated as though they were included in this License, to the extent -that they are valid under applicable law. If additional permissions -apply only to part of the Program, that part may be used separately -under those permissions, but the entire Program remains governed by -this License without regard to the additional permissions. - - When you convey a copy of a covered work, you may at your option -remove any additional permissions from that copy, or from any part of -it. (Additional permissions may be written to require their own -removal in certain cases when you modify the work.) You may place -additional permissions on material, added by you to a covered work, -for which you have or can give appropriate copyright permission. - - Notwithstanding any other provision of this License, for material you -add to a covered work, you may (if authorized by the copyright holders of -that material) supplement the terms of this License with terms: - - a) Disclaiming warranty or limiting liability differently from the - terms of sections 15 and 16 of this License; or - - b) Requiring preservation of specified reasonable legal notices or - author attributions in that material or in the Appropriate Legal - Notices displayed by works containing it; or - - c) Prohibiting misrepresentation of the origin of that material, or - requiring that modified versions of such material be marked in - reasonable ways as different from the original version; or - - d) Limiting the use for publicity purposes of names of licensors or - authors of the material; or - - e) Declining to grant rights under trademark law for use of some - trade names, trademarks, or service marks; or - - f) Requiring indemnification of licensors and authors of that - material by anyone who conveys the material (or modified versions of - it) with contractual assumptions of liability to the recipient, for - any liability that these contractual assumptions directly impose on - those licensors and authors. - - All other non-permissive additional terms are considered "further -restrictions" within the meaning of section 10. If the Program as you -received it, or any part of it, contains a notice stating that it is -governed by this License along with a term that is a further -restriction, you may remove that term. If a license document contains -a further restriction but permits relicensing or conveying under this -License, you may add to a covered work material governed by the terms -of that license document, provided that the further restriction does -not survive such relicensing or conveying. - - If you add terms to a covered work in accord with this section, you -must place, in the relevant source files, a statement of the -additional terms that apply to those files, or a notice indicating -where to find the applicable terms. - - Additional terms, permissive or non-permissive, may be stated in the -form of a separately written license, or stated as exceptions; -the above requirements apply either way. - - 8. Termination. - - You may not propagate or modify a covered work except as expressly -provided under this License. Any attempt otherwise to propagate or -modify it is void, and will automatically terminate your rights under -this License (including any patent licenses granted under the third -paragraph of section 11). - - However, if you cease all violation of this License, then your -license from a particular copyright holder is reinstated (a) -provisionally, unless and until the copyright holder explicitly and -finally terminates your license, and (b) permanently, if the copyright -holder fails to notify you of the violation by some reasonable means -prior to 60 days after the cessation. - - Moreover, your license from a particular copyright holder is -reinstated permanently if the copyright holder notifies you of the -violation by some reasonable means, this is the first time you have -received notice of violation of this License (for any work) from that -copyright holder, and you cure the violation prior to 30 days after -your receipt of the notice. - - Termination of your rights under this section does not terminate the -licenses of parties who have received copies or rights from you under -this License. If your rights have been terminated and not permanently -reinstated, you do not qualify to receive new licenses for the same -material under section 10. - - 9. Acceptance Not Required for Having Copies. - - You are not required to accept this License in order to receive or -run a copy of the Program. Ancillary propagation of a covered work -occurring solely as a consequence of using peer-to-peer transmission -to receive a copy likewise does not require acceptance. However, -nothing other than this License grants you permission to propagate or -modify any covered work. These actions infringe copyright if you do -not accept this License. Therefore, by modifying or propagating a -covered work, you indicate your acceptance of this License to do so. - - 10. Automatic Licensing of Downstream Recipients. - - Each time you convey a covered work, the recipient automatically -receives a license from the original licensors, to run, modify and -propagate that work, subject to this License. You are not responsible -for enforcing compliance by third parties with this License. - - An "entity transaction" is a transaction transferring control of an -organization, or substantially all assets of one, or subdividing an -organization, or merging organizations. If propagation of a covered -work results from an entity transaction, each party to that -transaction who receives a copy of the work also receives whatever -licenses to the work the party's predecessor in interest had or could -give under the previous paragraph, plus a right to possession of the -Corresponding Source of the work from the predecessor in interest, if -the predecessor has it or can get it with reasonable efforts. - - You may not impose any further restrictions on the exercise of the -rights granted or affirmed under this License. For example, you may -not impose a license fee, royalty, or other charge for exercise of -rights granted under this License, and you may not initiate litigation -(including a cross-claim or counterclaim in a lawsuit) alleging that -any patent claim is infringed by making, using, selling, offering for -sale, or importing the Program or any portion of it. - - 11. Patents. - - A "contributor" is a copyright holder who authorizes use under this -License of the Program or a work on which the Program is based. The -work thus licensed is called the contributor's "contributor version". - - A contributor's "essential patent claims" are all patent claims -owned or controlled by the contributor, whether already acquired or -hereafter acquired, that would be infringed by some manner, permitted -by this License, of making, using, or selling its contributor version, -but do not include claims that would be infringed only as a -consequence of further modification of the contributor version. For -purposes of this definition, "control" includes the right to grant -patent sublicenses in a manner consistent with the requirements of -this License. - - Each contributor grants you a non-exclusive, worldwide, royalty-free -patent license under the contributor's essential patent claims, to -make, use, sell, offer for sale, import and otherwise run, modify and -propagate the contents of its contributor version. - - In the following three paragraphs, a "patent license" is any express -agreement or commitment, however denominated, not to enforce a patent -(such as an express permission to practice a patent or covenant not to -sue for patent infringement). To "grant" such a patent license to a -party means to make such an agreement or commitment not to enforce a -patent against the party. - - If you convey a covered work, knowingly relying on a patent license, -and the Corresponding Source of the work is not available for anyone -to copy, free of charge and under the terms of this License, through a -publicly available network server or other readily accessible means, -then you must either (1) cause the Corresponding Source to be so -available, or (2) arrange to deprive yourself of the benefit of the -patent license for this particular work, or (3) arrange, in a manner -consistent with the requirements of this License, to extend the patent -license to downstream recipients. "Knowingly relying" means you have -actual knowledge that, but for the patent license, your conveying the -covered work in a country, or your recipient's use of the covered work -in a country, would infringe one or more identifiable patents in that -country that you have reason to believe are valid. - - If, pursuant to or in connection with a single transaction or -arrangement, you convey, or propagate by procuring conveyance of, a -covered work, and grant a patent license to some of the parties -receiving the covered work authorizing them to use, propagate, modify -or convey a specific copy of the covered work, then the patent license -you grant is automatically extended to all recipients of the covered -work and works based on it. - - A patent license is "discriminatory" if it does not include within -the scope of its coverage, prohibits the exercise of, or is -conditioned on the non-exercise of one or more of the rights that are -specifically granted under this License. You may not convey a covered -work if you are a party to an arrangement with a third party that is -in the business of distributing software, under which you make payment -to the third party based on the extent of your activity of conveying -the work, and under which the third party grants, to any of the -parties who would receive the covered work from you, a discriminatory -patent license (a) in connection with copies of the covered work -conveyed by you (or copies made from those copies), or (b) primarily -for and in connection with specific products or compilations that -contain the covered work, unless you entered into that arrangement, -or that patent license was granted, prior to 28 March 2007. - - Nothing in this License shall be construed as excluding or limiting -any implied license or other defenses to infringement that may -otherwise be available to you under applicable patent law. - - 12. No Surrender of Others' Freedom. - - If conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot convey a -covered work so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you may -not convey it at all. For example, if you agree to terms that obligate you -to collect a royalty for further conveying from those to whom you convey -the Program, the only way you could satisfy both those terms and this -License would be to refrain entirely from conveying the Program. - - 13. Use with the GNU Affero General Public License. - - Notwithstanding any other provision of this License, you have -permission to link or combine any covered work with a work licensed -under version 3 of the GNU Affero General Public License into a single -combined work, and to convey the resulting work. The terms of this -License will continue to apply to the part which is the covered work, -but the special requirements of the GNU Affero General Public License, -section 13, concerning interaction through a network will apply to the -combination as such. - - 14. Revised Versions of this License. - - The Free Software Foundation may publish revised and/or new versions of -the GNU General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - - Each version is given a distinguishing version number. If the -Program specifies that a certain numbered version of the GNU General -Public License "or any later version" applies to it, you have the -option of following the terms and conditions either of that numbered -version or of any later version published by the Free Software -Foundation. If the Program does not specify a version number of the -GNU General Public License, you may choose any version ever published -by the Free Software Foundation. - - If the Program specifies that a proxy can decide which future -versions of the GNU General Public License can be used, that proxy's -public statement of acceptance of a version permanently authorizes you -to choose that version for the Program. - - Later license versions may give you additional or different -permissions. However, no additional obligations are imposed on any -author or copyright holder as a result of your choosing to follow a -later version. - - 15. Disclaimer of Warranty. - - THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY -APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT -HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY -OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, -THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM -IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF -ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - - 16. Limitation of Liability. - - IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS -THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY -GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE -USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF -DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD -PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), -EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF -SUCH DAMAGES. - - 17. Interpretation of Sections 15 and 16. - - If the disclaimer of warranty and limitation of liability provided -above cannot be given local legal effect according to their terms, -reviewing courts shall apply local law that most closely approximates -an absolute waiver of all civil liability in connection with the -Program, unless a warranty or assumption of liability accompanies a -copy of the Program in return for a fee. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -state the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - -Also add information on how to contact you by electronic and paper mail. - - If the program does terminal interaction, make it output a short -notice like this when it starts in an interactive mode: - - Copyright (C) - This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, your program's commands -might be different; for a GUI interface, you would use an "about box". - - You should also get your employer (if you work as a programmer) or school, -if any, to sign a "copyright disclaimer" for the program, if necessary. -For more information on this, and how to apply and follow the GNU GPL, see -. - - The GNU General Public License does not permit incorporating your program -into proprietary programs. If your program is a subroutine library, you -may consider it more useful to permit linking proprietary applications with -the library. If this is what you want to do, use the GNU Lesser General -Public License instead of this License. But first, please read -. - GNU LIBRARY GENERAL PUBLIC LICENSE - Version 2, June 1991 - - Copyright (C) 1991 Free Software Foundation, Inc. - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - -[This is the first released version of the library GPL. It is - numbered 2 because it goes with version 2 of the ordinary GPL.] - - Preamble - - The licenses for most software are designed to take away your -freedom to share and change it. By contrast, the GNU General Public -Licenses are intended to guarantee your freedom to share and change -free software--to make sure the software is free for all its users. - - This license, the Library General Public License, applies to some -specially designated Free Software Foundation software, and to any -other libraries whose authors decide to use it. You can use it for -your libraries, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -this service if you wish), that you receive source code or can get it -if you want it, that you can change the software or use pieces of it -in new free programs; and that you know you can do these things. - - To protect your rights, we need to make restrictions that forbid -anyone to deny you these rights or to ask you to surrender the rights. -These restrictions translate to certain responsibilities for you if -you distribute copies of the library, or if you modify it. - - For example, if you distribute copies of the library, whether gratis -or for a fee, you must give the recipients all the rights that we gave -you. You must make sure that they, too, receive or can get the source -code. If you link a program with the library, you must provide -complete object files to the recipients so that they can relink them -with the library, after making changes to the library and recompiling -it. And you must show them these terms so they know their rights. - - Our method of protecting your rights has two steps: (1) copyright -the library, and (2) offer you this license which gives you legal -permission to copy, distribute and/or modify the library. - - Also, for each distributor's protection, we want to make certain -that everyone understands that there is no warranty for this free -library. If the library is modified by someone else and passed on, we -want its recipients to know that what they have is not the original -version, so that any problems introduced by others will not reflect on -the original authors' reputations. - - Finally, any free program is threatened constantly by software -patents. We wish to avoid the danger that companies distributing free -software will individually obtain patent licenses, thus in effect -transforming the program into proprietary software. To prevent this, -we have made it clear that any patent must be licensed for everyone's -free use or not licensed at all. - - Most GNU software, including some libraries, is covered by the ordinary -GNU General Public License, which was designed for utility programs. This -license, the GNU Library General Public License, applies to certain -designated libraries. This license is quite different from the ordinary -one; be sure to read it in full, and don't assume that anything in it is -the same as in the ordinary license. - - The reason we have a separate public license for some libraries is that -they blur the distinction we usually make between modifying or adding to a -program and simply using it. Linking a program with a library, without -changing the library, is in some sense simply using the library, and is -analogous to running a utility program or application program. However, in -a textual and legal sense, the linked executable is a combined work, a -derivative of the original library, and the ordinary General Public License -treats it as such. - - Because of this blurred distinction, using the ordinary General -Public License for libraries did not effectively promote software -sharing, because most developers did not use the libraries. We -concluded that weaker conditions might promote sharing better. - - However, unrestricted linking of non-free programs would deprive the -users of those programs of all benefit from the free status of the -libraries themselves. This Library General Public License is intended to -permit developers of non-free programs to use free libraries, while -preserving your freedom as a user of such programs to change the free -libraries that are incorporated in them. (We have not seen how to achieve -this as regards changes in header files, but we have achieved it as regards -changes in the actual functions of the Library.) The hope is that this -will lead to faster development of free libraries. - - The precise terms and conditions for copying, distribution and -modification follow. Pay close attention to the difference between a -"work based on the library" and a "work that uses the library". The -former contains code derived from the library, while the latter only -works together with the library. - - Note that it is possible for a library to be covered by the ordinary -General Public License rather than by this special one. - - GNU LIBRARY GENERAL PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. This License Agreement applies to any software library which -contains a notice placed by the copyright holder or other authorized -party saying it may be distributed under the terms of this Library -General Public License (also called "this License"). Each licensee is -addressed as "you". - - A "library" means a collection of software functions and/or data -prepared so as to be conveniently linked with application programs -(which use some of those functions and data) to form executables. - - The "Library", below, refers to any such software library or work -which has been distributed under these terms. A "work based on the -Library" means either the Library or any derivative work under -copyright law: that is to say, a work containing the Library or a -portion of it, either verbatim or with modifications and/or translated -straightforwardly into another language. (Hereinafter, translation is -included without limitation in the term "modification".) - - "Source code" for a work means the preferred form of the work for -making modifications to it. For a library, complete source code means -all the source code for all modules it contains, plus any associated -interface definition files, plus the scripts used to control compilation -and installation of the library. - - Activities other than copying, distribution and modification are not -covered by this License; they are outside its scope. The act of -running a program using the Library is not restricted, and output from -such a program is covered only if its contents constitute a work based -on the Library (independent of the use of the Library in a tool for -writing it). Whether that is true depends on what the Library does -and what the program that uses the Library does. - - 1. You may copy and distribute verbatim copies of the Library's -complete source code as you receive it, in any medium, provided that -you conspicuously and appropriately publish on each copy an -appropriate copyright notice and disclaimer of warranty; keep intact -all the notices that refer to this License and to the absence of any -warranty; and distribute a copy of this License along with the -Library. - - You may charge a fee for the physical act of transferring a copy, -and you may at your option offer warranty protection in exchange for a -fee. - - 2. You may modify your copy or copies of the Library or any portion -of it, thus forming a work based on the Library, and copy and -distribute such modifications or work under the terms of Section 1 -above, provided that you also meet all of these conditions: - - a) The modified work must itself be a software library. - - b) You must cause the files modified to carry prominent notices - stating that you changed the files and the date of any change. - - c) You must cause the whole of the work to be licensed at no - charge to all third parties under the terms of this License. - - d) If a facility in the modified Library refers to a function or a - table of data to be supplied by an application program that uses - the facility, other than as an argument passed when the facility - is invoked, then you must make a good faith effort to ensure that, - in the event an application does not supply such function or - table, the facility still operates, and performs whatever part of - its purpose remains meaningful. - - (For example, a function in a library to compute square roots has - a purpose that is entirely well-defined independent of the - application. Therefore, Subsection 2d requires that any - application-supplied function or table used by this function must - be optional: if the application does not supply it, the square - root function must still compute square roots.) - -These requirements apply to the modified work as a whole. If -identifiable sections of that work are not derived from the Library, -and can be reasonably considered independent and separate works in -themselves, then this License, and its terms, do not apply to those -sections when you distribute them as separate works. But when you -distribute the same sections as part of a whole which is a work based -on the Library, the distribution of the whole must be on the terms of -this License, whose permissions for other licensees extend to the -entire whole, and thus to each and every part regardless of who wrote -it. - -Thus, it is not the intent of this section to claim rights or contest -your rights to work written entirely by you; rather, the intent is to -exercise the right to control the distribution of derivative or -collective works based on the Library. - -In addition, mere aggregation of another work not based on the Library -with the Library (or with a work based on the Library) on a volume of -a storage or distribution medium does not bring the other work under -the scope of this License. - - 3. You may opt to apply the terms of the ordinary GNU General Public -License instead of this License to a given copy of the Library. To do -this, you must alter all the notices that refer to this License, so -that they refer to the ordinary GNU General Public License, version 2, -instead of to this License. (If a newer version than version 2 of the -ordinary GNU General Public License has appeared, then you can specify -that version instead if you wish.) Do not make any other change in -these notices. - - Once this change is made in a given copy, it is irreversible for -that copy, so the ordinary GNU General Public License applies to all -subsequent copies and derivative works made from that copy. - - This option is useful when you wish to copy part of the code of -the Library into a program that is not a library. - - 4. You may copy and distribute the Library (or a portion or -derivative of it, under Section 2) in object code or executable form -under the terms of Sections 1 and 2 above provided that you accompany -it with the complete corresponding machine-readable source code, which -must be distributed under the terms of Sections 1 and 2 above on a -medium customarily used for software interchange. - - If distribution of object code is made by offering access to copy -from a designated place, then offering equivalent access to copy the -source code from the same place satisfies the requirement to -distribute the source code, even though third parties are not -compelled to copy the source along with the object code. - - 5. A program that contains no derivative of any portion of the -Library, but is designed to work with the Library by being compiled or -linked with it, is called a "work that uses the Library". Such a -work, in isolation, is not a derivative work of the Library, and -therefore falls outside the scope of this License. - - However, linking a "work that uses the Library" with the Library -creates an executable that is a derivative of the Library (because it -contains portions of the Library), rather than a "work that uses the -library". The executable is therefore covered by this License. -Section 6 states terms for distribution of such executables. - - When a "work that uses the Library" uses material from a header file -that is part of the Library, the object code for the work may be a -derivative work of the Library even though the source code is not. -Whether this is true is especially significant if the work can be -linked without the Library, or if the work is itself a library. The -threshold for this to be true is not precisely defined by law. - - If such an object file uses only numerical parameters, data -structure layouts and accessors, and small macros and small inline -functions (ten lines or less in length), then the use of the object -file is unrestricted, regardless of whether it is legally a derivative -work. (Executables containing this object code plus portions of the -Library will still fall under Section 6.) - - Otherwise, if the work is a derivative of the Library, you may -distribute the object code for the work under the terms of Section 6. -Any executables containing that work also fall under Section 6, -whether or not they are linked directly with the Library itself. - - 6. As an exception to the Sections above, you may also compile or -link a "work that uses the Library" with the Library to produce a -work containing portions of the Library, and distribute that work -under terms of your choice, provided that the terms permit -modification of the work for the customer's own use and reverse -engineering for debugging such modifications. - - You must give prominent notice with each copy of the work that the -Library is used in it and that the Library and its use are covered by -this License. You must supply a copy of this License. If the work -during execution displays copyright notices, you must include the -copyright notice for the Library among them, as well as a reference -directing the user to the copy of this License. Also, you must do one -of these things: - - a) Accompany the work with the complete corresponding - machine-readable source code for the Library including whatever - changes were used in the work (which must be distributed under - Sections 1 and 2 above); and, if the work is an executable linked - with the Library, with the complete machine-readable "work that - uses the Library", as object code and/or source code, so that the - user can modify the Library and then relink to produce a modified - executable containing the modified Library. (It is understood - that the user who changes the contents of definitions files in the - Library will not necessarily be able to recompile the application - to use the modified definitions.) - - b) Accompany the work with a written offer, valid for at - least three years, to give the same user the materials - specified in Subsection 6a, above, for a charge no more - than the cost of performing this distribution. - - c) If distribution of the work is made by offering access to copy - from a designated place, offer equivalent access to copy the above - specified materials from the same place. - - d) Verify that the user has already received a copy of these - materials or that you have already sent this user a copy. - - For an executable, the required form of the "work that uses the -Library" must include any data and utility programs needed for -reproducing the executable from it. However, as a special exception, -the source code distributed need not include anything that is normally -distributed (in either source or binary form) with the major -components (compiler, kernel, and so on) of the operating system on -which the executable runs, unless that component itself accompanies -the executable. - - It may happen that this requirement contradicts the license -restrictions of other proprietary libraries that do not normally -accompany the operating system. Such a contradiction means you cannot -use both them and the Library together in an executable that you -distribute. - - 7. You may place library facilities that are a work based on the -Library side-by-side in a single library together with other library -facilities not covered by this License, and distribute such a combined -library, provided that the separate distribution of the work based on -the Library and of the other library facilities is otherwise -permitted, and provided that you do these two things: - - a) Accompany the combined library with a copy of the same work - based on the Library, uncombined with any other library - facilities. This must be distributed under the terms of the - Sections above. - - b) Give prominent notice with the combined library of the fact - that part of it is a work based on the Library, and explaining - where to find the accompanying uncombined form of the same work. - - 8. You may not copy, modify, sublicense, link with, or distribute -the Library except as expressly provided under this License. Any -attempt otherwise to copy, modify, sublicense, link with, or -distribute the Library is void, and will automatically terminate your -rights under this License. However, parties who have received copies, -or rights, from you under this License will not have their licenses -terminated so long as such parties remain in full compliance. - - 9. You are not required to accept this License, since you have not -signed it. However, nothing else grants you permission to modify or -distribute the Library or its derivative works. These actions are -prohibited by law if you do not accept this License. Therefore, by -modifying or distributing the Library (or any work based on the -Library), you indicate your acceptance of this License to do so, and -all its terms and conditions for copying, distributing or modifying -the Library or works based on it. - - 10. Each time you redistribute the Library (or any work based on the -Library), the recipient automatically receives a license from the -original licensor to copy, distribute, link with or modify the Library -subject to these terms and conditions. You may not impose any further -restrictions on the recipients' exercise of the rights granted herein. -You are not responsible for enforcing compliance by third parties to -this License. - - 11. If, as a consequence of a court judgment or allegation of patent -infringement or for any other reason (not limited to patent issues), -conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot -distribute so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you -may not distribute the Library at all. For example, if a patent -license would not permit royalty-free redistribution of the Library by -all those who receive copies directly or indirectly through you, then -the only way you could satisfy both it and this License would be to -refrain entirely from distribution of the Library. - -If any portion of this section is held invalid or unenforceable under any -particular circumstance, the balance of the section is intended to apply, -and the section as a whole is intended to apply in other circumstances. - -It is not the purpose of this section to induce you to infringe any -patents or other property right claims or to contest validity of any -such claims; this section has the sole purpose of protecting the -integrity of the free software distribution system which is -implemented by public license practices. Many people have made -generous contributions to the wide range of software distributed -through that system in reliance on consistent application of that -system; it is up to the author/donor to decide if he or she is willing -to distribute software through any other system and a licensee cannot -impose that choice. - -This section is intended to make thoroughly clear what is believed to -be a consequence of the rest of this License. - - 12. If the distribution and/or use of the Library is restricted in -certain countries either by patents or by copyrighted interfaces, the -original copyright holder who places the Library under this License may add -an explicit geographical distribution limitation excluding those countries, -so that distribution is permitted only in or among countries not thus -excluded. In such case, this License incorporates the limitation as if -written in the body of this License. - - 13. The Free Software Foundation may publish revised and/or new -versions of the Library General Public License from time to time. -Such new versions will be similar in spirit to the present version, -but may differ in detail to address new problems or concerns. - -Each version is given a distinguishing version number. If the Library -specifies a version number of this License which applies to it and -"any later version", you have the option of following the terms and -conditions either of that version or of any later version published by -the Free Software Foundation. If the Library does not specify a -license version number, you may choose any version ever published by -the Free Software Foundation. - - 14. If you wish to incorporate parts of the Library into other free -programs whose distribution conditions are incompatible with these, -write to the author to ask for permission. For software which is -copyrighted by the Free Software Foundation, write to the Free -Software Foundation; we sometimes make exceptions for this. Our -decision will be guided by the two goals of preserving the free status -of all derivatives of our free software and of promoting the sharing -and reuse of software generally. - - NO WARRANTY - - 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO -WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. -EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR -OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY -KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE -LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME -THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - - 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN -WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY -AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU -FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR -CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE -LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING -RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A -FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF -SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGES. - - END OF TERMS AND CONDITIONS - - Appendix: How to Apply These Terms to Your New Libraries - - If you develop a new library, and you want it to be of the greatest -possible use to the public, we recommend making it free software that -everyone can redistribute and change. You can do so by permitting -redistribution under these terms (or, alternatively, under the terms of the -ordinary General Public License). - - To apply these terms, attach the following notices to the library. It is -safest to attach them to the start of each source file to most effectively -convey the exclusion of warranty; and each file should have at least the -"copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Library General Public - License as published by the Free Software Foundation; either - version 2 of the License, or (at your option) any later version. - - This library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Library General Public License for more details. - - You should have received a copy of the GNU Library General Public - License along with this library; if not, write to the Free - Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - MA 02110-1301, USA - -Also add information on how to contact you by electronic and paper mail. - -You should also get your employer (if you work as a programmer) or your -school, if any, to sign a "copyright disclaimer" for the library, if -necessary. Here is a sample; alter the names: - - Yoyodyne, Inc., hereby disclaims all copyright interest in the - library `Frob' (a library for tweaking knobs) written by James Random Hacker. - - , 1 April 1990 - Ty Coon, President of Vice - -That's all there is to it! - GNU LESSER GENERAL PUBLIC LICENSE - Version 3, 29 June 2007 - - Copyright (C) 2007 Free Software Foundation, Inc. - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - - This version of the GNU Lesser General Public License incorporates -the terms and conditions of version 3 of the GNU General Public -License, supplemented by the additional permissions listed below. - - 0. Additional Definitions. - - As used herein, "this License" refers to version 3 of the GNU Lesser -General Public License, and the "GNU GPL" refers to version 3 of the GNU -General Public License. - - "The Library" refers to a covered work governed by this License, -other than an Application or a Combined Work as defined below. - - An "Application" is any work that makes use of an interface provided -by the Library, but which is not otherwise based on the Library. -Defining a subclass of a class defined by the Library is deemed a mode -of using an interface provided by the Library. - - A "Combined Work" is a work produced by combining or linking an -Application with the Library. The particular version of the Library -with which the Combined Work was made is also called the "Linked -Version". - - The "Minimal Corresponding Source" for a Combined Work means the -Corresponding Source for the Combined Work, excluding any source code -for portions of the Combined Work that, considered in isolation, are -based on the Application, and not on the Linked Version. - - The "Corresponding Application Code" for a Combined Work means the -object code and/or source code for the Application, including any data -and utility programs needed for reproducing the Combined Work from the -Application, but excluding the System Libraries of the Combined Work. - - 1. Exception to Section 3 of the GNU GPL. - - You may convey a covered work under sections 3 and 4 of this License -without being bound by section 3 of the GNU GPL. - - 2. Conveying Modified Versions. - - If you modify a copy of the Library, and, in your modifications, a -facility refers to a function or data to be supplied by an Application -that uses the facility (other than as an argument passed when the -facility is invoked), then you may convey a copy of the modified -version: - - a) under this License, provided that you make a good faith effort to - ensure that, in the event an Application does not supply the - function or data, the facility still operates, and performs - whatever part of its purpose remains meaningful, or - - b) under the GNU GPL, with none of the additional permissions of - this License applicable to that copy. - - 3. Object Code Incorporating Material from Library Header Files. - - The object code form of an Application may incorporate material from -a header file that is part of the Library. You may convey such object -code under terms of your choice, provided that, if the incorporated -material is not limited to numerical parameters, data structure -layouts and accessors, or small macros, inline functions and templates -(ten or fewer lines in length), you do both of the following: - - a) Give prominent notice with each copy of the object code that the - Library is used in it and that the Library and its use are - covered by this License. - - b) Accompany the object code with a copy of the GNU GPL and this license - document. - - 4. Combined Works. - - You may convey a Combined Work under terms of your choice that, -taken together, effectively do not restrict modification of the -portions of the Library contained in the Combined Work and reverse -engineering for debugging such modifications, if you also do each of -the following: - - a) Give prominent notice with each copy of the Combined Work that - the Library is used in it and that the Library and its use are - covered by this License. - - b) Accompany the Combined Work with a copy of the GNU GPL and this license - document. - - c) For a Combined Work that displays copyright notices during - execution, include the copyright notice for the Library among - these notices, as well as a reference directing the user to the - copies of the GNU GPL and this license document. - - d) Do one of the following: - - 0) Convey the Minimal Corresponding Source under the terms of this - License, and the Corresponding Application Code in a form - suitable for, and under terms that permit, the user to - recombine or relink the Application with a modified version of - the Linked Version to produce a modified Combined Work, in the - manner specified by section 6 of the GNU GPL for conveying - Corresponding Source. - - 1) Use a suitable shared library mechanism for linking with the - Library. A suitable mechanism is one that (a) uses at run time - a copy of the Library already present on the user's computer - system, and (b) will operate properly with a modified version - of the Library that is interface-compatible with the Linked - Version. - - e) Provide Installation Information, but only if you would otherwise - be required to provide such information under section 6 of the - GNU GPL, and only to the extent that such information is - necessary to install and execute a modified version of the - Combined Work produced by recombining or relinking the - Application with a modified version of the Linked Version. (If - you use option 4d0, the Installation Information must accompany - the Minimal Corresponding Source and Corresponding Application - Code. If you use option 4d1, you must provide the Installation - Information in the manner specified by section 6 of the GNU GPL - for conveying Corresponding Source.) - - 5. Combined Libraries. - - You may place library facilities that are a work based on the -Library side by side in a single library together with other library -facilities that are not Applications and are not covered by this -License, and convey such a combined library under terms of your -choice, if you do both of the following: - - a) Accompany the combined library with a copy of the same work based - on the Library, uncombined with any other library facilities, - conveyed under the terms of this License. - - b) Give prominent notice with the combined library that part of it - is a work based on the Library, and explaining where to find the - accompanying uncombined form of the same work. - - 6. Revised Versions of the GNU Lesser General Public License. - - The Free Software Foundation may publish revised and/or new versions -of the GNU Lesser General Public License from time to time. Such new -versions will be similar in spirit to the present version, but may -differ in detail to address new problems or concerns. - - Each version is given a distinguishing version number. If the -Library as you received it specifies that a certain numbered version -of the GNU Lesser General Public License "or any later version" -applies to it, you have the option of following the terms and -conditions either of that published version or of any later version -published by the Free Software Foundation. If the Library as you -received it does not specify a version number of the GNU Lesser -General Public License, you may choose any version of the GNU Lesser -General Public License ever published by the Free Software Foundation. - - If the Library as you received it specifies that a proxy can decide -whether future versions of the GNU Lesser General Public License shall -apply, that proxy's public statement of acceptance of any version is -permanent authorization for you to choose that version for the -Library. - GNU LESSER GENERAL PUBLIC LICENSE - Version 2.1, February 1999 - - Copyright (C) 1991, 1999 Free Software Foundation, Inc. - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - -[This is the first released version of the Lesser GPL. It also counts - as the successor of the GNU Library Public License, version 2, hence - the version number 2.1.] - - Preamble - - The licenses for most software are designed to take away your -freedom to share and change it. By contrast, the GNU General Public -Licenses are intended to guarantee your freedom to share and change -free software--to make sure the software is free for all its users. - - This license, the Lesser General Public License, applies to some -specially designated software packages--typically libraries--of the -Free Software Foundation and other authors who decide to use it. You -can use it too, but we suggest you first think carefully about whether -this license or the ordinary General Public License is the better -strategy to use in any particular case, based on the explanations below. - - When we speak of free software, we are referring to freedom of use, -not price. Our General Public Licenses are designed to make sure that -you have the freedom to distribute copies of free software (and charge -for this service if you wish); that you receive source code or can get -it if you want it; that you can change the software and use pieces of -it in new free programs; and that you are informed that you can do -these things. - - To protect your rights, we need to make restrictions that forbid -distributors to deny you these rights or to ask you to surrender these -rights. These restrictions translate to certain responsibilities for -you if you distribute copies of the library or if you modify it. - - For example, if you distribute copies of the library, whether gratis -or for a fee, you must give the recipients all the rights that we gave -you. You must make sure that they, too, receive or can get the source -code. If you link other code with the library, you must provide -complete object files to the recipients, so that they can relink them -with the library after making changes to the library and recompiling -it. And you must show them these terms so they know their rights. - - We protect your rights with a two-step method: (1) we copyright the -library, and (2) we offer you this license, which gives you legal -permission to copy, distribute and/or modify the library. - - To protect each distributor, we want to make it very clear that -there is no warranty for the free library. Also, if the library is -modified by someone else and passed on, the recipients should know -that what they have is not the original version, so that the original -author's reputation will not be affected by problems that might be -introduced by others. - - Finally, software patents pose a constant threat to the existence of -any free program. We wish to make sure that a company cannot -effectively restrict the users of a free program by obtaining a -restrictive license from a patent holder. Therefore, we insist that -any patent license obtained for a version of the library must be -consistent with the full freedom of use specified in this license. - - Most GNU software, including some libraries, is covered by the -ordinary GNU General Public License. This license, the GNU Lesser -General Public License, applies to certain designated libraries, and -is quite different from the ordinary General Public License. We use -this license for certain libraries in order to permit linking those -libraries into non-free programs. - - When a program is linked with a library, whether statically or using -a shared library, the combination of the two is legally speaking a -combined work, a derivative of the original library. The ordinary -General Public License therefore permits such linking only if the -entire combination fits its criteria of freedom. The Lesser General -Public License permits more lax criteria for linking other code with -the library. - - We call this license the "Lesser" General Public License because it -does Less to protect the user's freedom than the ordinary General -Public License. It also provides other free software developers Less -of an advantage over competing non-free programs. These disadvantages -are the reason we use the ordinary General Public License for many -libraries. However, the Lesser license provides advantages in certain -special circumstances. - - For example, on rare occasions, there may be a special need to -encourage the widest possible use of a certain library, so that it becomes -a de-facto standard. To achieve this, non-free programs must be -allowed to use the library. A more frequent case is that a free -library does the same job as widely used non-free libraries. In this -case, there is little to gain by limiting the free library to free -software only, so we use the Lesser General Public License. - - In other cases, permission to use a particular library in non-free -programs enables a greater number of people to use a large body of -free software. For example, permission to use the GNU C Library in -non-free programs enables many more people to use the whole GNU -operating system, as well as its variant, the GNU/Linux operating -system. - - Although the Lesser General Public License is Less protective of the -users' freedom, it does ensure that the user of a program that is -linked with the Library has the freedom and the wherewithal to run -that program using a modified version of the Library. - - The precise terms and conditions for copying, distribution and -modification follow. Pay close attention to the difference between a -"work based on the library" and a "work that uses the library". The -former contains code derived from the library, whereas the latter must -be combined with the library in order to run. - - GNU LESSER GENERAL PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. This License Agreement applies to any software library or other -program which contains a notice placed by the copyright holder or -other authorized party saying it may be distributed under the terms of -this Lesser General Public License (also called "this License"). -Each licensee is addressed as "you". - - A "library" means a collection of software functions and/or data -prepared so as to be conveniently linked with application programs -(which use some of those functions and data) to form executables. - - The "Library", below, refers to any such software library or work -which has been distributed under these terms. A "work based on the -Library" means either the Library or any derivative work under -copyright law: that is to say, a work containing the Library or a -portion of it, either verbatim or with modifications and/or translated -straightforwardly into another language. (Hereinafter, translation is -included without limitation in the term "modification".) - - "Source code" for a work means the preferred form of the work for -making modifications to it. For a library, complete source code means -all the source code for all modules it contains, plus any associated -interface definition files, plus the scripts used to control compilation -and installation of the library. - - Activities other than copying, distribution and modification are not -covered by this License; they are outside its scope. The act of -running a program using the Library is not restricted, and output from -such a program is covered only if its contents constitute a work based -on the Library (independent of the use of the Library in a tool for -writing it). Whether that is true depends on what the Library does -and what the program that uses the Library does. - - 1. You may copy and distribute verbatim copies of the Library's -complete source code as you receive it, in any medium, provided that -you conspicuously and appropriately publish on each copy an -appropriate copyright notice and disclaimer of warranty; keep intact -all the notices that refer to this License and to the absence of any -warranty; and distribute a copy of this License along with the -Library. - - You may charge a fee for the physical act of transferring a copy, -and you may at your option offer warranty protection in exchange for a -fee. - - 2. You may modify your copy or copies of the Library or any portion -of it, thus forming a work based on the Library, and copy and -distribute such modifications or work under the terms of Section 1 -above, provided that you also meet all of these conditions: - - a) The modified work must itself be a software library. - - b) You must cause the files modified to carry prominent notices - stating that you changed the files and the date of any change. - - c) You must cause the whole of the work to be licensed at no - charge to all third parties under the terms of this License. - - d) If a facility in the modified Library refers to a function or a - table of data to be supplied by an application program that uses - the facility, other than as an argument passed when the facility - is invoked, then you must make a good faith effort to ensure that, - in the event an application does not supply such function or - table, the facility still operates, and performs whatever part of - its purpose remains meaningful. - - (For example, a function in a library to compute square roots has - a purpose that is entirely well-defined independent of the - application. Therefore, Subsection 2d requires that any - application-supplied function or table used by this function must - be optional: if the application does not supply it, the square - root function must still compute square roots.) - -These requirements apply to the modified work as a whole. If -identifiable sections of that work are not derived from the Library, -and can be reasonably considered independent and separate works in -themselves, then this License, and its terms, do not apply to those -sections when you distribute them as separate works. But when you -distribute the same sections as part of a whole which is a work based -on the Library, the distribution of the whole must be on the terms of -this License, whose permissions for other licensees extend to the -entire whole, and thus to each and every part regardless of who wrote -it. - -Thus, it is not the intent of this section to claim rights or contest -your rights to work written entirely by you; rather, the intent is to -exercise the right to control the distribution of derivative or -collective works based on the Library. - -In addition, mere aggregation of another work not based on the Library -with the Library (or with a work based on the Library) on a volume of -a storage or distribution medium does not bring the other work under -the scope of this License. - - 3. You may opt to apply the terms of the ordinary GNU General Public -License instead of this License to a given copy of the Library. To do -this, you must alter all the notices that refer to this License, so -that they refer to the ordinary GNU General Public License, version 2, -instead of to this License. (If a newer version than version 2 of the -ordinary GNU General Public License has appeared, then you can specify -that version instead if you wish.) Do not make any other change in -these notices. - - Once this change is made in a given copy, it is irreversible for -that copy, so the ordinary GNU General Public License applies to all -subsequent copies and derivative works made from that copy. - - This option is useful when you wish to copy part of the code of -the Library into a program that is not a library. - - 4. You may copy and distribute the Library (or a portion or -derivative of it, under Section 2) in object code or executable form -under the terms of Sections 1 and 2 above provided that you accompany -it with the complete corresponding machine-readable source code, which -must be distributed under the terms of Sections 1 and 2 above on a -medium customarily used for software interchange. - - If distribution of object code is made by offering access to copy -from a designated place, then offering equivalent access to copy the -source code from the same place satisfies the requirement to -distribute the source code, even though third parties are not -compelled to copy the source along with the object code. - - 5. A program that contains no derivative of any portion of the -Library, but is designed to work with the Library by being compiled or -linked with it, is called a "work that uses the Library". Such a -work, in isolation, is not a derivative work of the Library, and -therefore falls outside the scope of this License. - - However, linking a "work that uses the Library" with the Library -creates an executable that is a derivative of the Library (because it -contains portions of the Library), rather than a "work that uses the -library". The executable is therefore covered by this License. -Section 6 states terms for distribution of such executables. - - When a "work that uses the Library" uses material from a header file -that is part of the Library, the object code for the work may be a -derivative work of the Library even though the source code is not. -Whether this is true is especially significant if the work can be -linked without the Library, or if the work is itself a library. The -threshold for this to be true is not precisely defined by law. - - If such an object file uses only numerical parameters, data -structure layouts and accessors, and small macros and small inline -functions (ten lines or less in length), then the use of the object -file is unrestricted, regardless of whether it is legally a derivative -work. (Executables containing this object code plus portions of the -Library will still fall under Section 6.) - - Otherwise, if the work is a derivative of the Library, you may -distribute the object code for the work under the terms of Section 6. -Any executables containing that work also fall under Section 6, -whether or not they are linked directly with the Library itself. - - 6. As an exception to the Sections above, you may also combine or -link a "work that uses the Library" with the Library to produce a -work containing portions of the Library, and distribute that work -under terms of your choice, provided that the terms permit -modification of the work for the customer's own use and reverse -engineering for debugging such modifications. - - You must give prominent notice with each copy of the work that the -Library is used in it and that the Library and its use are covered by -this License. You must supply a copy of this License. If the work -during execution displays copyright notices, you must include the -copyright notice for the Library among them, as well as a reference -directing the user to the copy of this License. Also, you must do one -of these things: - - a) Accompany the work with the complete corresponding - machine-readable source code for the Library including whatever - changes were used in the work (which must be distributed under - Sections 1 and 2 above); and, if the work is an executable linked - with the Library, with the complete machine-readable "work that - uses the Library", as object code and/or source code, so that the - user can modify the Library and then relink to produce a modified - executable containing the modified Library. (It is understood - that the user who changes the contents of definitions files in the - Library will not necessarily be able to recompile the application - to use the modified definitions.) - - b) Use a suitable shared library mechanism for linking with the - Library. A suitable mechanism is one that (1) uses at run time a - copy of the library already present on the user's computer system, - rather than copying library functions into the executable, and (2) - will operate properly with a modified version of the library, if - the user installs one, as long as the modified version is - interface-compatible with the version that the work was made with. - - c) Accompany the work with a written offer, valid for at - least three years, to give the same user the materials - specified in Subsection 6a, above, for a charge no more - than the cost of performing this distribution. - - d) If distribution of the work is made by offering access to copy - from a designated place, offer equivalent access to copy the above - specified materials from the same place. - - e) Verify that the user has already received a copy of these - materials or that you have already sent this user a copy. - - For an executable, the required form of the "work that uses the -Library" must include any data and utility programs needed for -reproducing the executable from it. However, as a special exception, -the materials to be distributed need not include anything that is -normally distributed (in either source or binary form) with the major -components (compiler, kernel, and so on) of the operating system on -which the executable runs, unless that component itself accompanies -the executable. - - It may happen that this requirement contradicts the license -restrictions of other proprietary libraries that do not normally -accompany the operating system. Such a contradiction means you cannot -use both them and the Library together in an executable that you -distribute. - - 7. You may place library facilities that are a work based on the -Library side-by-side in a single library together with other library -facilities not covered by this License, and distribute such a combined -library, provided that the separate distribution of the work based on -the Library and of the other library facilities is otherwise -permitted, and provided that you do these two things: - - a) Accompany the combined library with a copy of the same work - based on the Library, uncombined with any other library - facilities. This must be distributed under the terms of the - Sections above. - - b) Give prominent notice with the combined library of the fact - that part of it is a work based on the Library, and explaining - where to find the accompanying uncombined form of the same work. - - 8. You may not copy, modify, sublicense, link with, or distribute -the Library except as expressly provided under this License. Any -attempt otherwise to copy, modify, sublicense, link with, or -distribute the Library is void, and will automatically terminate your -rights under this License. However, parties who have received copies, -or rights, from you under this License will not have their licenses -terminated so long as such parties remain in full compliance. - - 9. You are not required to accept this License, since you have not -signed it. However, nothing else grants you permission to modify or -distribute the Library or its derivative works. These actions are -prohibited by law if you do not accept this License. Therefore, by -modifying or distributing the Library (or any work based on the -Library), you indicate your acceptance of this License to do so, and -all its terms and conditions for copying, distributing or modifying -the Library or works based on it. - - 10. Each time you redistribute the Library (or any work based on the -Library), the recipient automatically receives a license from the -original licensor to copy, distribute, link with or modify the Library -subject to these terms and conditions. You may not impose any further -restrictions on the recipients' exercise of the rights granted herein. -You are not responsible for enforcing compliance by third parties with -this License. - - 11. If, as a consequence of a court judgment or allegation of patent -infringement or for any other reason (not limited to patent issues), -conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot -distribute so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you -may not distribute the Library at all. For example, if a patent -license would not permit royalty-free redistribution of the Library by -all those who receive copies directly or indirectly through you, then -the only way you could satisfy both it and this License would be to -refrain entirely from distribution of the Library. - -If any portion of this section is held invalid or unenforceable under any -particular circumstance, the balance of the section is intended to apply, -and the section as a whole is intended to apply in other circumstances. - -It is not the purpose of this section to induce you to infringe any -patents or other property right claims or to contest validity of any -such claims; this section has the sole purpose of protecting the -integrity of the free software distribution system which is -implemented by public license practices. Many people have made -generous contributions to the wide range of software distributed -through that system in reliance on consistent application of that -system; it is up to the author/donor to decide if he or she is willing -to distribute software through any other system and a licensee cannot -impose that choice. - -This section is intended to make thoroughly clear what is believed to -be a consequence of the rest of this License. - - 12. If the distribution and/or use of the Library is restricted in -certain countries either by patents or by copyrighted interfaces, the -original copyright holder who places the Library under this License may add -an explicit geographical distribution limitation excluding those countries, -so that distribution is permitted only in or among countries not thus -excluded. In such case, this License incorporates the limitation as if -written in the body of this License. - - 13. The Free Software Foundation may publish revised and/or new -versions of the Lesser General Public License from time to time. -Such new versions will be similar in spirit to the present version, -but may differ in detail to address new problems or concerns. - -Each version is given a distinguishing version number. If the Library -specifies a version number of this License which applies to it and -"any later version", you have the option of following the terms and -conditions either of that version or of any later version published by -the Free Software Foundation. If the Library does not specify a -license version number, you may choose any version ever published by -the Free Software Foundation. - - 14. If you wish to incorporate parts of the Library into other free -programs whose distribution conditions are incompatible with these, -write to the author to ask for permission. For software which is -copyrighted by the Free Software Foundation, write to the Free -Software Foundation; we sometimes make exceptions for this. Our -decision will be guided by the two goals of preserving the free status -of all derivatives of our free software and of promoting the sharing -and reuse of software generally. - - NO WARRANTY - - 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO -WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. -EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR -OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY -KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE -LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME -THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - - 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN -WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY -AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU -FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR -CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE -LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING -RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A -FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF -SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGES. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Libraries - - If you develop a new library, and you want it to be of the greatest -possible use to the public, we recommend making it free software that -everyone can redistribute and change. You can do so by permitting -redistribution under these terms (or, alternatively, under the terms of the -ordinary General Public License). - - To apply these terms, attach the following notices to the library. It is -safest to attach them to the start of each source file to most effectively -convey the exclusion of warranty; and each file should have at least the -"copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. - - This library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. - - You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - -Also add information on how to contact you by electronic and paper mail. - -You should also get your employer (if you work as a programmer) or your -school, if any, to sign a "copyright disclaimer" for the library, if -necessary. Here is a sample; alter the names: - - Yoyodyne, Inc., hereby disclaims all copyright interest in the - library `Frob' (a library for tweaking knobs) written by James Random Hacker. - - , 1 April 1990 - Ty Coon, President of Vice - -That's all there is to it! - - - GNU GENERAL PUBLIC LICENSE - Version 2, June 1991 - - Copyright (C) 1989, 1991 Free Software Foundation, Inc. - 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The licenses for most software are designed to take away your -freedom to share and change it. By contrast, the GNU General Public -License is intended to guarantee your freedom to share and change free -software--to make sure the software is free for all its users. This -General Public License applies to most of the Free Software -Foundation's software and to any other program whose authors commit to -using it. (Some other Free Software Foundation software is covered by -the GNU Library General Public License instead.) You can apply it to -your programs, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -this service if you wish), that you receive source code or can get it -if you want it, that you can change the software or use pieces of it -in new free programs; and that you know you can do these things. - - To protect your rights, we need to make restrictions that forbid -anyone to deny you these rights or to ask you to surrender the rights. -These restrictions translate to certain responsibilities for you if you -distribute copies of the software, or if you modify it. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must give the recipients all the rights that -you have. You must make sure that they, too, receive or can get the -source code. And you must show them these terms so they know their -rights. - - We protect your rights with two steps: (1) copyright the software, and -(2) offer you this license which gives you legal permission to copy, -distribute and/or modify the software. - - Also, for each author's protection and ours, we want to make certain -that everyone understands that there is no warranty for this free -software. If the software is modified by someone else and passed on, we -want its recipients to know that what they have is not the original, so -that any problems introduced by others will not reflect on the original -authors' reputations. - - Finally, any free program is threatened constantly by software -patents. We wish to avoid the danger that redistributors of a free -program will individually obtain patent licenses, in effect making the -program proprietary. To prevent this, we have made it clear that any -patent must be licensed for everyone's free use or not licensed at all. - - The precise terms and conditions for copying, distribution and -modification follow. - - GNU GENERAL PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. This License applies to any program or other work which contains -a notice placed by the copyright holder saying it may be distributed -under the terms of this General Public License. The "Program", below, -refers to any such program or work, and a "work based on the Program" -means either the Program or any derivative work under copyright law: -that is to say, a work containing the Program or a portion of it, -either verbatim or with modifications and/or translated into another -language. (Hereinafter, translation is included without limitation in -the term "modification".) Each licensee is addressed as "you". - -Activities other than copying, distribution and modification are not -covered by this License; they are outside its scope. The act of -running the Program is not restricted, and the output from the Program -is covered only if its contents constitute a work based on the -Program (independent of having been made by running the Program). -Whether that is true depends on what the Program does. - - 1. You may copy and distribute verbatim copies of the Program's -source code as you receive it, in any medium, provided that you -conspicuously and appropriately publish on each copy an appropriate -copyright notice and disclaimer of warranty; keep intact all the -notices that refer to this License and to the absence of any warranty; -and give any other recipients of the Program a copy of this License -along with the Program. - -You may charge a fee for the physical act of transferring a copy, and -you may at your option offer warranty protection in exchange for a fee. - - 2. You may modify your copy or copies of the Program or any portion -of it, thus forming a work based on the Program, and copy and -distribute such modifications or work under the terms of Section 1 -above, provided that you also meet all of these conditions: - - a) You must cause the modified files to carry prominent notices - stating that you changed the files and the date of any change. - - b) You must cause any work that you distribute or publish, that in - whole or in part contains or is derived from the Program or any - part thereof, to be licensed as a whole at no charge to all third - parties under the terms of this License. - - c) If the modified program normally reads commands interactively - when run, you must cause it, when started running for such - interactive use in the most ordinary way, to print or display an - announcement including an appropriate copyright notice and a - notice that there is no warranty (or else, saying that you provide - a warranty) and that users may redistribute the program under - these conditions, and telling the user how to view a copy of this - License. (Exception: if the Program itself is interactive but - does not normally print such an announcement, your work based on - the Program is not required to print an announcement.) - -These requirements apply to the modified work as a whole. If -identifiable sections of that work are not derived from the Program, -and can be reasonably considered independent and separate works in -themselves, then this License, and its terms, do not apply to those -sections when you distribute them as separate works. But when you -distribute the same sections as part of a whole which is a work based -on the Program, the distribution of the whole must be on the terms of -this License, whose permissions for other licensees extend to the -entire whole, and thus to each and every part regardless of who wrote it. - -Thus, it is not the intent of this section to claim rights or contest -your rights to work written entirely by you; rather, the intent is to -exercise the right to control the distribution of derivative or -collective works based on the Program. - -In addition, mere aggregation of another work not based on the Program -with the Program (or with a work based on the Program) on a volume of -a storage or distribution medium does not bring the other work under -the scope of this License. - - 3. You may copy and distribute the Program (or a work based on it, -under Section 2) in object code or executable form under the terms of -Sections 1 and 2 above provided that you also do one of the following: - - a) Accompany it with the complete corresponding machine-readable - source code, which must be distributed under the terms of Sections - 1 and 2 above on a medium customarily used for software interchange; or, - - b) Accompany it with a written offer, valid for at least three - years, to give any third party, for a charge no more than your - cost of physically performing source distribution, a complete - machine-readable copy of the corresponding source code, to be - distributed under the terms of Sections 1 and 2 above on a medium - customarily used for software interchange; or, - - c) Accompany it with the information you received as to the offer - to distribute corresponding source code. (This alternative is - allowed only for noncommercial distribution and only if you - received the program in object code or executable form with such - an offer, in accord with Subsection b above.) - -The source code for a work means the preferred form of the work for -making modifications to it. For an executable work, complete source -code means all the source code for all modules it contains, plus any -associated interface definition files, plus the scripts used to -control compilation and installation of the executable. However, as a -special exception, the source code distributed need not include -anything that is normally distributed (in either source or binary -form) with the major components (compiler, kernel, and so on) of the -operating system on which the executable runs, unless that component -itself accompanies the executable. - -If distribution of executable or object code is made by offering -access to copy from a designated place, then offering equivalent -access to copy the source code from the same place counts as -distribution of the source code, even though third parties are not -compelled to copy the source along with the object code. - - 4. You may not copy, modify, sublicense, or distribute the Program -except as expressly provided under this License. Any attempt -otherwise to copy, modify, sublicense or distribute the Program is -void, and will automatically terminate your rights under this License. -However, parties who have received copies, or rights, from you under -this License will not have their licenses terminated so long as such -parties remain in full compliance. - - 5. You are not required to accept this License, since you have not -signed it. However, nothing else grants you permission to modify or -distribute the Program or its derivative works. These actions are -prohibited by law if you do not accept this License. Therefore, by -modifying or distributing the Program (or any work based on the -Program), you indicate your acceptance of this License to do so, and -all its terms and conditions for copying, distributing or modifying -the Program or works based on it. - - 6. Each time you redistribute the Program (or any work based on the -Program), the recipient automatically receives a license from the -original licensor to copy, distribute or modify the Program subject to -these terms and conditions. You may not impose any further -restrictions on the recipients' exercise of the rights granted herein. -You are not responsible for enforcing compliance by third parties to -this License. - - 7. If, as a consequence of a court judgment or allegation of patent -infringement or for any other reason (not limited to patent issues), -conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot -distribute so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you -may not distribute the Program at all. For example, if a patent -license would not permit royalty-free redistribution of the Program by -all those who receive copies directly or indirectly through you, then -the only way you could satisfy both it and this License would be to -refrain entirely from distribution of the Program. - -If any portion of this section is held invalid or unenforceable under -any particular circumstance, the balance of the section is intended to -apply and the section as a whole is intended to apply in other -circumstances. - -It is not the purpose of this section to induce you to infringe any -patents or other property right claims or to contest validity of any -such claims; this section has the sole purpose of protecting the -integrity of the free software distribution system, which is -implemented by public license practices. Many people have made -generous contributions to the wide range of software distributed -through that system in reliance on consistent application of that -system; it is up to the author/donor to decide if he or she is willing -to distribute software through any other system and a licensee cannot -impose that choice. - -This section is intended to make thoroughly clear what is believed to -be a consequence of the rest of this License. - - 8. If the distribution and/or use of the Program is restricted in -certain countries either by patents or by copyrighted interfaces, the -original copyright holder who places the Program under this License -may add an explicit geographical distribution limitation excluding -those countries, so that distribution is permitted only in or among -countries not thus excluded. In such case, this License incorporates -the limitation as if written in the body of this License. - - 9. The Free Software Foundation may publish revised and/or new versions -of the General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - -Each version is given a distinguishing version number. If the Program -specifies a version number of this License which applies to it and "any -later version", you have the option of following the terms and conditions -either of that version or of any later version published by the Free -Software Foundation. If the Program does not specify a version number of -this License, you may choose any version ever published by the Free Software -Foundation. - - 10. If you wish to incorporate parts of the Program into other free -programs whose distribution conditions are different, write to the author -to ask for permission. For software which is copyrighted by the Free -Software Foundation, write to the Free Software Foundation; we sometimes -make exceptions for this. Our decision will be guided by the two goals -of preserving the free status of all derivatives of our free software and -of promoting the sharing and reuse of software generally. - - NO WARRANTY - - 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY -FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN -OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES -PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED -OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS -TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE -PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, -REPAIR OR CORRECTION. - - 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR -REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, -INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING -OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED -TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY -YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER -PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE -POSSIBILITY OF SUCH DAMAGES. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -convey the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - - -Also add information on how to contact you by electronic and paper mail. - -If the program is interactive, make it output a short notice like this -when it starts in an interactive mode: - - Gnomovision version 69, Copyright (C) year name of author - Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, the commands you use may -be called something other than `show w' and `show c'; they could even be -mouse-clicks or menu items--whatever suits your program. - -You should also get your employer (if you work as a programmer) or your -school, if any, to sign a "copyright disclaimer" for the program, if -necessary. Here is a sample; alter the names: - - Yoyodyne, Inc., hereby disclaims all copyright interest in the program - `Gnomovision' (which makes passes at compilers) written by James Hacker. - - , 1 April 1989 - Ty Coon, President of Vice - -This General Public License does not permit incorporating your program into -proprietary programs. If your program is a subroutine library, you may -consider it more useful to permit linking proprietary applications with the -library. If this is what you want to do, use the GNU Library General -Public License instead of this License. - - GNU LESSER GENERAL PUBLIC LICENSE - Version 2.1, February 1999 - - Copyright (C) 1991, 1999 Free Software Foundation, Inc. - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - -[This is the first released version of the Lesser GPL. It also counts - as the successor of the GNU Library Public License, version 2, hence - the version number 2.1.] - - Preamble - - The licenses for most software are designed to take away your -freedom to share and change it. By contrast, the GNU General Public -Licenses are intended to guarantee your freedom to share and change -free software--to make sure the software is free for all its users. - - This license, the Lesser General Public License, applies to some -specially designated software packages--typically libraries--of the -Free Software Foundation and other authors who decide to use it. You -can use it too, but we suggest you first think carefully about whether -this license or the ordinary General Public License is the better -strategy to use in any particular case, based on the explanations -below. - - When we speak of free software, we are referring to freedom of use, -not price. Our General Public Licenses are designed to make sure that -you have the freedom to distribute copies of free software (and charge -for this service if you wish); that you receive source code or can get -it if you want it; that you can change the software and use pieces of -it in new free programs; and that you are informed that you can do -these things. - - To protect your rights, we need to make restrictions that forbid -distributors to deny you these rights or to ask you to surrender these -rights. These restrictions translate to certain responsibilities for -you if you distribute copies of the library or if you modify it. - - For example, if you distribute copies of the library, whether gratis -or for a fee, you must give the recipients all the rights that we gave -you. You must make sure that they, too, receive or can get the source -code. If you link other code with the library, you must provide -complete object files to the recipients, so that they can relink them -with the library after making changes to the library and recompiling -it. And you must show them these terms so they know their rights. - - We protect your rights with a two-step method: (1) we copyright the -library, and (2) we offer you this license, which gives you legal -permission to copy, distribute and/or modify the library. - - To protect each distributor, we want to make it very clear that -there is no warranty for the free library. Also, if the library is -modified by someone else and passed on, the recipients should know -that what they have is not the original version, so that the original -author's reputation will not be affected by problems that might be -introduced by others. -^L - Finally, software patents pose a constant threat to the existence of -any free program. We wish to make sure that a company cannot -effectively restrict the users of a free program by obtaining a -restrictive license from a patent holder. Therefore, we insist that -any patent license obtained for a version of the library must be -consistent with the full freedom of use specified in this license. - - Most GNU software, including some libraries, is covered by the -ordinary GNU General Public License. This license, the GNU Lesser -General Public License, applies to certain designated libraries, and -is quite different from the ordinary General Public License. We use -this license for certain libraries in order to permit linking those -libraries into non-free programs. - - When a program is linked with a library, whether statically or using -a shared library, the combination of the two is legally speaking a -combined work, a derivative of the original library. The ordinary -General Public License therefore permits such linking only if the -entire combination fits its criteria of freedom. The Lesser General -Public License permits more lax criteria for linking other code with -the library. - - We call this license the "Lesser" General Public License because it -does Less to protect the user's freedom than the ordinary General -Public License. It also provides other free software developers Less -of an advantage over competing non-free programs. These disadvantages -are the reason we use the ordinary General Public License for many -libraries. However, the Lesser license provides advantages in certain -special circumstances. - - For example, on rare occasions, there may be a special need to -encourage the widest possible use of a certain library, so that it -becomes -a de-facto standard. To achieve this, non-free programs must be -allowed to use the library. A more frequent case is that a free -library does the same job as widely used non-free libraries. In this -case, there is little to gain by limiting the free library to free -software only, so we use the Lesser General Public License. - - In other cases, permission to use a particular library in non-free -programs enables a greater number of people to use a large body of -free software. For example, permission to use the GNU C Library in -non-free programs enables many more people to use the whole GNU -operating system, as well as its variant, the GNU/Linux operating -system. - - Although the Lesser General Public License is Less protective of the -users' freedom, it does ensure that the user of a program that is -linked with the Library has the freedom and the wherewithal to run -that program using a modified version of the Library. - - The precise terms and conditions for copying, distribution and -modification follow. Pay close attention to the difference between a -"work based on the library" and a "work that uses the library". The -former contains code derived from the library, whereas the latter must -be combined with the library in order to run. -^L - GNU LESSER GENERAL PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. This License Agreement applies to any software library or other -program which contains a notice placed by the copyright holder or -other authorized party saying it may be distributed under the terms of -this Lesser General Public License (also called "this License"). -Each licensee is addressed as "you". - - A "library" means a collection of software functions and/or data -prepared so as to be conveniently linked with application programs -(which use some of those functions and data) to form executables. - - The "Library", below, refers to any such software library or work -which has been distributed under these terms. A "work based on the -Library" means either the Library or any derivative work under -copyright law: that is to say, a work containing the Library or a -portion of it, either verbatim or with modifications and/or translated -straightforwardly into another language. (Hereinafter, translation is -included without limitation in the term "modification".) - - "Source code" for a work means the preferred form of the work for -making modifications to it. For a library, complete source code means -all the source code for all modules it contains, plus any associated -interface definition files, plus the scripts used to control -compilation -and installation of the library. - - Activities other than copying, distribution and modification are not -covered by this License; they are outside its scope. The act of -running a program using the Library is not restricted, and output from -such a program is covered only if its contents constitute a work based -on the Library (independent of the use of the Library in a tool for -writing it). Whether that is true depends on what the Library does -and what the program that uses the Library does. - - 1. You may copy and distribute verbatim copies of the Library's -complete source code as you receive it, in any medium, provided that -you conspicuously and appropriately publish on each copy an -appropriate copyright notice and disclaimer of warranty; keep intact -all the notices that refer to this License and to the absence of any -warranty; and distribute a copy of this License along with the -Library. - - You may charge a fee for the physical act of transferring a copy, -and you may at your option offer warranty protection in exchange for a -fee. - - 2. You may modify your copy or copies of the Library or any portion -of it, thus forming a work based on the Library, and copy and -distribute such modifications or work under the terms of Section 1 -above, provided that you also meet all of these conditions: - - a) The modified work must itself be a software library. - - b) You must cause the files modified to carry prominent notices - stating that you changed the files and the date of any change. - - c) You must cause the whole of the work to be licensed at no - charge to all third parties under the terms of this License. - - d) If a facility in the modified Library refers to a function or a - table of data to be supplied by an application program that uses - the facility, other than as an argument passed when the facility - is invoked, then you must make a good faith effort to ensure that, - in the event an application does not supply such function or - table, the facility still operates, and performs whatever part of - its purpose remains meaningful. - - (For example, a function in a library to compute square roots has - a purpose that is entirely well-defined independent of the - application. Therefore, Subsection 2d requires that any - application-supplied function or table used by this function must - be optional: if the application does not supply it, the square - root function must still compute square roots.) - -These requirements apply to the modified work as a whole. If -identifiable sections of that work are not derived from the Library, -and can be reasonably considered independent and separate works in -themselves, then this License, and its terms, do not apply to those -sections when you distribute them as separate works. But when you -distribute the same sections as part of a whole which is a work based -on the Library, the distribution of the whole must be on the terms of -this License, whose permissions for other licensees extend to the -entire whole, and thus to each and every part regardless of who wrote -it. - -Thus, it is not the intent of this section to claim rights or contest -your rights to work written entirely by you; rather, the intent is to -exercise the right to control the distribution of derivative or -collective works based on the Library. - -In addition, mere aggregation of another work not based on the Library -with the Library (or with a work based on the Library) on a volume of -a storage or distribution medium does not bring the other work under -the scope of this License. - - 3. You may opt to apply the terms of the ordinary GNU General Public -License instead of this License to a given copy of the Library. To do -this, you must alter all the notices that refer to this License, so -that they refer to the ordinary GNU General Public License, version 2, -instead of to this License. (If a newer version than version 2 of the -ordinary GNU General Public License has appeared, then you can specify -that version instead if you wish.) Do not make any other change in -these notices. -^L - Once this change is made in a given copy, it is irreversible for -that copy, so the ordinary GNU General Public License applies to all -subsequent copies and derivative works made from that copy. - - This option is useful when you wish to copy part of the code of -the Library into a program that is not a library. - - 4. You may copy and distribute the Library (or a portion or -derivative of it, under Section 2) in object code or executable form -under the terms of Sections 1 and 2 above provided that you accompany -it with the complete corresponding machine-readable source code, which -must be distributed under the terms of Sections 1 and 2 above on a -medium customarily used for software interchange. - - If distribution of object code is made by offering access to copy -from a designated place, then offering equivalent access to copy the -source code from the same place satisfies the requirement to -distribute the source code, even though third parties are not -compelled to copy the source along with the object code. - - 5. A program that contains no derivative of any portion of the -Library, but is designed to work with the Library by being compiled or -linked with it, is called a "work that uses the Library". Such a -work, in isolation, is not a derivative work of the Library, and -therefore falls outside the scope of this License. - - However, linking a "work that uses the Library" with the Library -creates an executable that is a derivative of the Library (because it -contains portions of the Library), rather than a "work that uses the -library". The executable is therefore covered by this License. -Section 6 states terms for distribution of such executables. - - When a "work that uses the Library" uses material from a header file -that is part of the Library, the object code for the work may be a -derivative work of the Library even though the source code is not. -Whether this is true is especially significant if the work can be -linked without the Library, or if the work is itself a library. The -threshold for this to be true is not precisely defined by law. - - If such an object file uses only numerical parameters, data -structure layouts and accessors, and small macros and small inline -functions (ten lines or less in length), then the use of the object -file is unrestricted, regardless of whether it is legally a derivative -work. (Executables containing this object code plus portions of the -Library will still fall under Section 6.) - - Otherwise, if the work is a derivative of the Library, you may -distribute the object code for the work under the terms of Section 6. -Any executables containing that work also fall under Section 6, -whether or not they are linked directly with the Library itself. -^L - 6. As an exception to the Sections above, you may also combine or -link a "work that uses the Library" with the Library to produce a -work containing portions of the Library, and distribute that work -under terms of your choice, provided that the terms permit -modification of the work for the customer's own use and reverse -engineering for debugging such modifications. - - You must give prominent notice with each copy of the work that the -Library is used in it and that the Library and its use are covered by -this License. You must supply a copy of this License. If the work -during execution displays copyright notices, you must include the -copyright notice for the Library among them, as well as a reference -directing the user to the copy of this License. Also, you must do one -of these things: - - a) Accompany the work with the complete corresponding - machine-readable source code for the Library including whatever - changes were used in the work (which must be distributed under - Sections 1 and 2 above); and, if the work is an executable linked - with the Library, with the complete machine-readable "work that - uses the Library", as object code and/or source code, so that the - user can modify the Library and then relink to produce a modified - executable containing the modified Library. (It is understood - that the user who changes the contents of definitions files in the - Library will not necessarily be able to recompile the application - to use the modified definitions.) - - b) Use a suitable shared library mechanism for linking with the - Library. A suitable mechanism is one that (1) uses at run time a - copy of the library already present on the user's computer system, - rather than copying library functions into the executable, and (2) - will operate properly with a modified version of the library, if - the user installs one, as long as the modified version is - interface-compatible with the version that the work was made with. - - c) Accompany the work with a written offer, valid for at - least three years, to give the same user the materials - specified in Subsection 6a, above, for a charge no more - than the cost of performing this distribution. - - d) If distribution of the work is made by offering access to copy - from a designated place, offer equivalent access to copy the above - specified materials from the same place. - - e) Verify that the user has already received a copy of these - materials or that you have already sent this user a copy. - - For an executable, the required form of the "work that uses the -Library" must include any data and utility programs needed for -reproducing the executable from it. However, as a special exception, -the materials to be distributed need not include anything that is -normally distributed (in either source or binary form) with the major -components (compiler, kernel, and so on) of the operating system on -which the executable runs, unless that component itself accompanies -the executable. - - It may happen that this requirement contradicts the license -restrictions of other proprietary libraries that do not normally -accompany the operating system. Such a contradiction means you cannot -use both them and the Library together in an executable that you -distribute. -^L - 7. You may place library facilities that are a work based on the -Library side-by-side in a single library together with other library -facilities not covered by this License, and distribute such a combined -library, provided that the separate distribution of the work based on -the Library and of the other library facilities is otherwise -permitted, and provided that you do these two things: - - a) Accompany the combined library with a copy of the same work - based on the Library, uncombined with any other library - facilities. This must be distributed under the terms of the - Sections above. - - b) Give prominent notice with the combined library of the fact - that part of it is a work based on the Library, and explaining - where to find the accompanying uncombined form of the same work. - - 8. You may not copy, modify, sublicense, link with, or distribute -the Library except as expressly provided under this License. Any -attempt otherwise to copy, modify, sublicense, link with, or -distribute the Library is void, and will automatically terminate your -rights under this License. However, parties who have received copies, -or rights, from you under this License will not have their licenses -terminated so long as such parties remain in full compliance. - - 9. You are not required to accept this License, since you have not -signed it. However, nothing else grants you permission to modify or -distribute the Library or its derivative works. These actions are -prohibited by law if you do not accept this License. Therefore, by -modifying or distributing the Library (or any work based on the -Library), you indicate your acceptance of this License to do so, and -all its terms and conditions for copying, distributing or modifying -the Library or works based on it. - - 10. Each time you redistribute the Library (or any work based on the -Library), the recipient automatically receives a license from the -original licensor to copy, distribute, link with or modify the Library -subject to these terms and conditions. You may not impose any further -restrictions on the recipients' exercise of the rights granted herein. -You are not responsible for enforcing compliance by third parties with -this License. -^L - 11. If, as a consequence of a court judgment or allegation of patent -infringement or for any other reason (not limited to patent issues), -conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot -distribute so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you -may not distribute the Library at all. For example, if a patent -license would not permit royalty-free redistribution of the Library by -all those who receive copies directly or indirectly through you, then -the only way you could satisfy both it and this License would be to -refrain entirely from distribution of the Library. - -If any portion of this section is held invalid or unenforceable under -any particular circumstance, the balance of the section is intended to -apply, and the section as a whole is intended to apply in other -circumstances. - -It is not the purpose of this section to induce you to infringe any -patents or other property right claims or to contest validity of any -such claims; this section has the sole purpose of protecting the -integrity of the free software distribution system which is -implemented by public license practices. Many people have made -generous contributions to the wide range of software distributed -through that system in reliance on consistent application of that -system; it is up to the author/donor to decide if he or she is willing -to distribute software through any other system and a licensee cannot -impose that choice. - -This section is intended to make thoroughly clear what is believed to -be a consequence of the rest of this License. - - 12. If the distribution and/or use of the Library is restricted in -certain countries either by patents or by copyrighted interfaces, the -original copyright holder who places the Library under this License -may add an explicit geographical distribution limitation excluding those -countries, so that distribution is permitted only in or among -countries not thus excluded. In such case, this License incorporates -the limitation as if written in the body of this License. - - 13. The Free Software Foundation may publish revised and/or new -versions of the Lesser General Public License from time to time. -Such new versions will be similar in spirit to the present version, -but may differ in detail to address new problems or concerns. - -Each version is given a distinguishing version number. If the Library -specifies a version number of this License which applies to it and -"any later version", you have the option of following the terms and -conditions either of that version or of any later version published by -the Free Software Foundation. If the Library does not specify a -license version number, you may choose any version ever published by -the Free Software Foundation. -^L - 14. If you wish to incorporate parts of the Library into other free -programs whose distribution conditions are incompatible with these, -write to the author to ask for permission. For software which is -copyrighted by the Free Software Foundation, write to the Free -Software Foundation; we sometimes make exceptions for this. Our -decision will be guided by the two goals of preserving the free status -of all derivatives of our free software and of promoting the sharing -and reuse of software generally. - - NO WARRANTY - - 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO -WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. -EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR -OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY -KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE -LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME -THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - - 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN -WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY -AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU -FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR -CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE -LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING -RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A -FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF -SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGES. - - END OF TERMS AND CONDITIONS -^L - How to Apply These Terms to Your New Libraries - - If you develop a new library, and you want it to be of the greatest -possible use to the public, we recommend making it free software that -everyone can redistribute and change. You can do so by permitting -redistribution under these terms (or, alternatively, under the terms -of the ordinary General Public License). - - To apply these terms, attach the following notices to the library. -It is safest to attach them to the start of each source file to most -effectively convey the exclusion of warranty; and each file should -have at least the "copyright" line and a pointer to where the full -notice is found. - - - - Copyright (C) - - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2 of the License, or (at your option) any later version. - - This library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. - - You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - -Also add information on how to contact you by electronic and paper -mail. - -You should also get your employer (if you work as a programmer) or -your -school, if any, to sign a "copyright disclaimer" for the library, if -necessary. Here is a sample; alter the names: - - Yoyodyne, Inc., hereby disclaims all copyright interest in the - library `Frob' (a library for tweaking knobs) written by James -Random Hacker. - - , 1 April 1990 - Ty Coon, President of Vice - -That's all there is to it! - - - GNU GENERAL PUBLIC LICENSE - Version 2, June 1991 - - Copyright (C) 1989, 1991 Free Software Foundation, Inc. - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The licenses for most software are designed to take away your -freedom to share and change it. By contrast, the GNU General Public -License is intended to guarantee your freedom to share and change free -software--to make sure the software is free for all its users. This -General Public License applies to most of the Free Software -Foundation's software and to any other program whose authors commit to -using it. (Some other Free Software Foundation software is covered by -the GNU Library General Public License instead.) You can apply it to -your programs, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -this service if you wish), that you receive source code or can get it -if you want it, that you can change the software or use pieces of it -in new free programs; and that you know you can do these things. - - To protect your rights, we need to make restrictions that forbid -anyone to deny you these rights or to ask you to surrender the rights. -These restrictions translate to certain responsibilities for you if you -distribute copies of the software, or if you modify it. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must give the recipients all the rights that -you have. You must make sure that they, too, receive or can get the -source code. And you must show them these terms so they know their -rights. - - We protect your rights with two steps: (1) copyright the software, and -(2) offer you this license which gives you legal permission to copy, -distribute and/or modify the software. - - Also, for each author's protection and ours, we want to make certain -that everyone understands that there is no warranty for this free -software. If the software is modified by someone else and passed on, we -want its recipients to know that what they have is not the original, so -that any problems introduced by others will not reflect on the original -authors' reputations. - - Finally, any free program is threatened constantly by software -patents. We wish to avoid the danger that redistributors of a free -program will individually obtain patent licenses, in effect making the -program proprietary. To prevent this, we have made it clear that any -patent must be licensed for everyone's free use or not licensed at all. - - The precise terms and conditions for copying, distribution and -modification follow. - - GNU GENERAL PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. This License applies to any program or other work which contains -a notice placed by the copyright holder saying it may be distributed -under the terms of this General Public License. The "Program", below, -refers to any such program or work, and a "work based on the Program" -means either the Program or any derivative work under copyright law: -that is to say, a work containing the Program or a portion of it, -either verbatim or with modifications and/or translated into another -language. (Hereinafter, translation is included without limitation in -the term "modification".) Each licensee is addressed as "you". - -Activities other than copying, distribution and modification are not -covered by this License; they are outside its scope. The act of -running the Program is not restricted, and the output from the Program -is covered only if its contents constitute a work based on the -Program (independent of having been made by running the Program). -Whether that is true depends on what the Program does. - - 1. You may copy and distribute verbatim copies of the Program's -source code as you receive it, in any medium, provided that you -conspicuously and appropriately publish on each copy an appropriate -copyright notice and disclaimer of warranty; keep intact all the -notices that refer to this License and to the absence of any warranty; -and give any other recipients of the Program a copy of this License -along with the Program. - -You may charge a fee for the physical act of transferring a copy, and -you may at your option offer warranty protection in exchange for a fee. - - 2. You may modify your copy or copies of the Program or any portion -of it, thus forming a work based on the Program, and copy and -distribute such modifications or work under the terms of Section 1 -above, provided that you also meet all of these conditions: - - a) You must cause the modified files to carry prominent notices - stating that you changed the files and the date of any change. - - b) You must cause any work that you distribute or publish, that in - whole or in part contains or is derived from the Program or any - part thereof, to be licensed as a whole at no charge to all third - parties under the terms of this License. - - c) If the modified program normally reads commands interactively - when run, you must cause it, when started running for such - interactive use in the most ordinary way, to print or display an - announcement including an appropriate copyright notice and a - notice that there is no warranty (or else, saying that you provide - a warranty) and that users may redistribute the program under - these conditions, and telling the user how to view a copy of this - License. (Exception: if the Program itself is interactive but - does not normally print such an announcement, your work based on - the Program is not required to print an announcement.) - -These requirements apply to the modified work as a whole. If -identifiable sections of that work are not derived from the Program, -and can be reasonably considered independent and separate works in -themselves, then this License, and its terms, do not apply to those -sections when you distribute them as separate works. But when you -distribute the same sections as part of a whole which is a work based -on the Program, the distribution of the whole must be on the terms of -this License, whose permissions for other licensees extend to the -entire whole, and thus to each and every part regardless of who wrote it. - -Thus, it is not the intent of this section to claim rights or contest -your rights to work written entirely by you; rather, the intent is to -exercise the right to control the distribution of derivative or -collective works based on the Program. - -In addition, mere aggregation of another work not based on the Program -with the Program (or with a work based on the Program) on a volume of -a storage or distribution medium does not bring the other work under -the scope of this License. - - 3. You may copy and distribute the Program (or a work based on it, -under Section 2) in object code or executable form under the terms of -Sections 1 and 2 above provided that you also do one of the following: - - a) Accompany it with the complete corresponding machine-readable - source code, which must be distributed under the terms of Sections - 1 and 2 above on a medium customarily used for software interchange; or, - - b) Accompany it with a written offer, valid for at least three - years, to give any third party, for a charge no more than your - cost of physically performing source distribution, a complete - machine-readable copy of the corresponding source code, to be - distributed under the terms of Sections 1 and 2 above on a medium - customarily used for software interchange; or, - - c) Accompany it with the information you received as to the offer - to distribute corresponding source code. (This alternative is - allowed only for noncommercial distribution and only if you - received the program in object code or executable form with such - an offer, in accord with Subsection b above.) - -The source code for a work means the preferred form of the work for -making modifications to it. For an executable work, complete source -code means all the source code for all modules it contains, plus any -associated interface definition files, plus the scripts used to -control compilation and installation of the executable. However, as a -special exception, the source code distributed need not include -anything that is normally distributed (in either source or binary -form) with the major components (compiler, kernel, and so on) of the -operating system on which the executable runs, unless that component -itself accompanies the executable. - -If distribution of executable or object code is made by offering -access to copy from a designated place, then offering equivalent -access to copy the source code from the same place counts as -distribution of the source code, even though third parties are not -compelled to copy the source along with the object code. - - 4. You may not copy, modify, sublicense, or distribute the Program -except as expressly provided under this License. Any attempt -otherwise to copy, modify, sublicense or distribute the Program is -void, and will automatically terminate your rights under this License. -However, parties who have received copies, or rights, from you under -this License will not have their licenses terminated so long as such -parties remain in full compliance. - - 5. You are not required to accept this License, since you have not -signed it. However, nothing else grants you permission to modify or -distribute the Program or its derivative works. These actions are -prohibited by law if you do not accept this License. Therefore, by -modifying or distributing the Program (or any work based on the -Program), you indicate your acceptance of this License to do so, and -all its terms and conditions for copying, distributing or modifying -the Program or works based on it. - - 6. Each time you redistribute the Program (or any work based on the -Program), the recipient automatically receives a license from the -original licensor to copy, distribute or modify the Program subject to -these terms and conditions. You may not impose any further -restrictions on the recipients' exercise of the rights granted herein. -You are not responsible for enforcing compliance by third parties to -this License. - - 7. If, as a consequence of a court judgment or allegation of patent -infringement or for any other reason (not limited to patent issues), -conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot -distribute so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you -may not distribute the Program at all. For example, if a patent -license would not permit royalty-free redistribution of the Program by -all those who receive copies directly or indirectly through you, then -the only way you could satisfy both it and this License would be to -refrain entirely from distribution of the Program. - -If any portion of this section is held invalid or unenforceable under -any particular circumstance, the balance of the section is intended to -apply and the section as a whole is intended to apply in other -circumstances. - -It is not the purpose of this section to induce you to infringe any -patents or other property right claims or to contest validity of any -such claims; this section has the sole purpose of protecting the -integrity of the free software distribution system, which is -implemented by public license practices. Many people have made -generous contributions to the wide range of software distributed -through that system in reliance on consistent application of that -system; it is up to the author/donor to decide if he or she is willing -to distribute software through any other system and a licensee cannot -impose that choice. - -This section is intended to make thoroughly clear what is believed to -be a consequence of the rest of this License. - - 8. If the distribution and/or use of the Program is restricted in -certain countries either by patents or by copyrighted interfaces, the -original copyright holder who places the Program under this License -may add an explicit geographical distribution limitation excluding -those countries, so that distribution is permitted only in or among -countries not thus excluded. In such case, this License incorporates -the limitation as if written in the body of this License. - - 9. The Free Software Foundation may publish revised and/or new versions -of the General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - -Each version is given a distinguishing version number. If the Program -specifies a version number of this License which applies to it and "any -later version", you have the option of following the terms and conditions -either of that version or of any later version published by the Free -Software Foundation. If the Program does not specify a version number of -this License, you may choose any version ever published by the Free Software -Foundation. - - 10. If you wish to incorporate parts of the Program into other free -programs whose distribution conditions are different, write to the author -to ask for permission. For software which is copyrighted by the Free -Software Foundation, write to the Free Software Foundation; we sometimes -make exceptions for this. Our decision will be guided by the two goals -of preserving the free status of all derivatives of our free software and -of promoting the sharing and reuse of software generally. - - NO WARRANTY - - 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY -FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN -OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES -PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED -OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS -TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE -PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, -REPAIR OR CORRECTION. - - 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR -REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, -INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING -OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED -TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY -YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER -PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE -POSSIBILITY OF SUCH DAMAGES. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -convey the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. - - - Copyright (C) 19yy - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - - -Also add information on how to contact you by electronic and paper mail. - -If the program is interactive, make it output a short notice like this -when it starts in an interactive mode: - - Gnomovision version 69, Copyright (C) 19yy name of author - Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, the commands you use may -be called something other than `show w' and `show c'; they could even be -mouse-clicks or menu items--whatever suits your program. - -You should also get your employer (if you work as a programmer) or your -school, if any, to sign a "copyright disclaimer" for the program, if -necessary. Here is a sample; alter the names: - - Yoyodyne, Inc., hereby disclaims all copyright interest in the program - `Gnomovision' (which makes passes at compilers) written by James Hacker. - - , 1 April 1989 - Ty Coon, President of Vice - -This General Public License does not permit incorporating your program into -proprietary programs. If your program is a subroutine library, you may -consider it more useful to permit linking proprietary applications with the -library. If this is what you want to do, use the GNU Library General -Public License instead of this License. - GNU GENERAL PUBLIC LICENSE - Version 2, June 1991 - - Copyright (C) 1989, 1991 Free Software Foundation, Inc. - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The licenses for most software are designed to take away your -freedom to share and change it. By contrast, the GNU General Public -License is intended to guarantee your freedom to share and change free -software--to make sure the software is free for all its users. This -General Public License applies to most of the Free Software -Foundation's software and to any other program whose authors commit to -using it. (Some other Free Software Foundation software is covered by -the GNU Library General Public License instead.) You can apply it to -your programs, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -this service if you wish), that you receive source code or can get it -if you want it, that you can change the software or use pieces of it -in new free programs; and that you know you can do these things. - - To protect your rights, we need to make restrictions that forbid -anyone to deny you these rights or to ask you to surrender the rights. -These restrictions translate to certain responsibilities for you if you -distribute copies of the software, or if you modify it. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must give the recipients all the rights that -you have. You must make sure that they, too, receive or can get the -source code. And you must show them these terms so they know their -rights. - - We protect your rights with two steps: (1) copyright the software, and -(2) offer you this license which gives you legal permission to copy, -distribute and/or modify the software. - - Also, for each author's protection and ours, we want to make certain -that everyone understands that there is no warranty for this free -software. If the software is modified by someone else and passed on, we -want its recipients to know that what they have is not the original, so -that any problems introduced by others will not reflect on the original -authors' reputations. - - Finally, any free program is threatened constantly by software -patents. We wish to avoid the danger that redistributors of a free -program will individually obtain patent licenses, in effect making the -program proprietary. To prevent this, we have made it clear that any -patent must be licensed for everyone's free use or not licensed at all. - - The precise terms and conditions for copying, distribution and -modification follow. - - GNU GENERAL PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. This License applies to any program or other work which contains -a notice placed by the copyright holder saying it may be distributed -under the terms of this General Public License. The "Program", below, -refers to any such program or work, and a "work based on the Program" -means either the Program or any derivative work under copyright law: -that is to say, a work containing the Program or a portion of it, -either verbatim or with modifications and/or translated into another -language. (Hereinafter, translation is included without limitation in -the term "modification".) Each licensee is addressed as "you". - -Activities other than copying, distribution and modification are not -covered by this License; they are outside its scope. The act of -running the Program is not restricted, and the output from the Program -is covered only if its contents constitute a work based on the -Program (independent of having been made by running the Program). -Whether that is true depends on what the Program does. - - 1. You may copy and distribute verbatim copies of the Program's -source code as you receive it, in any medium, provided that you -conspicuously and appropriately publish on each copy an appropriate -copyright notice and disclaimer of warranty; keep intact all the -notices that refer to this License and to the absence of any warranty; -and give any other recipients of the Program a copy of this License -along with the Program. - -You may charge a fee for the physical act of transferring a copy, and -you may at your option offer warranty protection in exchange for a fee. - - 2. You may modify your copy or copies of the Program or any portion -of it, thus forming a work based on the Program, and copy and -distribute such modifications or work under the terms of Section 1 -above, provided that you also meet all of these conditions: - - a) You must cause the modified files to carry prominent notices - stating that you changed the files and the date of any change. - - b) You must cause any work that you distribute or publish, that in - whole or in part contains or is derived from the Program or any - part thereof, to be licensed as a whole at no charge to all third - parties under the terms of this License. - - c) If the modified program normally reads commands interactively - when run, you must cause it, when started running for such - interactive use in the most ordinary way, to print or display an - announcement including an appropriate copyright notice and a - notice that there is no warranty (or else, saying that you provide - a warranty) and that users may redistribute the program under - these conditions, and telling the user how to view a copy of this - License. (Exception: if the Program itself is interactive but - does not normally print such an announcement, your work based on - the Program is not required to print an announcement.) - -These requirements apply to the modified work as a whole. If -identifiable sections of that work are not derived from the Program, -and can be reasonably considered independent and separate works in -themselves, then this License, and its terms, do not apply to those -sections when you distribute them as separate works. But when you -distribute the same sections as part of a whole which is a work based -on the Program, the distribution of the whole must be on the terms of -this License, whose permissions for other licensees extend to the -entire whole, and thus to each and every part regardless of who wrote it. - -Thus, it is not the intent of this section to claim rights or contest -your rights to work written entirely by you; rather, the intent is to -exercise the right to control the distribution of derivative or -collective works based on the Program. - -In addition, mere aggregation of another work not based on the Program -with the Program (or with a work based on the Program) on a volume of -a storage or distribution medium does not bring the other work under -the scope of this License. - - 3. You may copy and distribute the Program (or a work based on it, -under Section 2) in object code or executable form under the terms of -Sections 1 and 2 above provided that you also do one of the following: - - a) Accompany it with the complete corresponding machine-readable - source code, which must be distributed under the terms of Sections - 1 and 2 above on a medium customarily used for software interchange; or, - - b) Accompany it with a written offer, valid for at least three - years, to give any third party, for a charge no more than your - cost of physically performing source distribution, a complete - machine-readable copy of the corresponding source code, to be - distributed under the terms of Sections 1 and 2 above on a medium - customarily used for software interchange; or, - - c) Accompany it with the information you received as to the offer - to distribute corresponding source code. (This alternative is - allowed only for noncommercial distribution and only if you - received the program in object code or executable form with such - an offer, in accord with Subsection b above.) - -The source code for a work means the preferred form of the work for -making modifications to it. For an executable work, complete source -code means all the source code for all modules it contains, plus any -associated interface definition files, plus the scripts used to -control compilation and installation of the executable. However, as a -special exception, the source code distributed need not include -anything that is normally distributed (in either source or binary -form) with the major components (compiler, kernel, and so on) of the -operating system on which the executable runs, unless that component -itself accompanies the executable. - -If distribution of executable or object code is made by offering -access to copy from a designated place, then offering equivalent -access to copy the source code from the same place counts as -distribution of the source code, even though third parties are not -compelled to copy the source along with the object code. - - 4. You may not copy, modify, sublicense, or distribute the Program -except as expressly provided under this License. Any attempt -otherwise to copy, modify, sublicense or distribute the Program is -void, and will automatically terminate your rights under this License. -However, parties who have received copies, or rights, from you under -this License will not have their licenses terminated so long as such -parties remain in full compliance. - - 5. You are not required to accept this License, since you have not -signed it. However, nothing else grants you permission to modify or -distribute the Program or its derivative works. These actions are -prohibited by law if you do not accept this License. Therefore, by -modifying or distributing the Program (or any work based on the -Program), you indicate your acceptance of this License to do so, and -all its terms and conditions for copying, distributing or modifying -the Program or works based on it. - - 6. Each time you redistribute the Program (or any work based on the -Program), the recipient automatically receives a license from the -original licensor to copy, distribute or modify the Program subject to -these terms and conditions. You may not impose any further -restrictions on the recipients' exercise of the rights granted herein. -You are not responsible for enforcing compliance by third parties to -this License. - - 7. If, as a consequence of a court judgment or allegation of patent -infringement or for any other reason (not limited to patent issues), -conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot -distribute so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you -may not distribute the Program at all. For example, if a patent -license would not permit royalty-free redistribution of the Program by -all those who receive copies directly or indirectly through you, then -the only way you could satisfy both it and this License would be to -refrain entirely from distribution of the Program. - -If any portion of this section is held invalid or unenforceable under -any particular circumstance, the balance of the section is intended to -apply and the section as a whole is intended to apply in other -circumstances. - -It is not the purpose of this section to induce you to infringe any -patents or other property right claims or to contest validity of any -such claims; this section has the sole purpose of protecting the -integrity of the free software distribution system, which is -implemented by public license practices. Many people have made -generous contributions to the wide range of software distributed -through that system in reliance on consistent application of that -system; it is up to the author/donor to decide if he or she is willing -to distribute software through any other system and a licensee cannot -impose that choice. - -This section is intended to make thoroughly clear what is believed to -be a consequence of the rest of this License. - - 8. If the distribution and/or use of the Program is restricted in -certain countries either by patents or by copyrighted interfaces, the -original copyright holder who places the Program under this License -may add an explicit geographical distribution limitation excluding -those countries, so that distribution is permitted only in or among -countries not thus excluded. In such case, this License incorporates -the limitation as if written in the body of this License. - - 9. The Free Software Foundation may publish revised and/or new versions -of the General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - -Each version is given a distinguishing version number. If the Program -specifies a version number of this License which applies to it and "any -later version", you have the option of following the terms and conditions -either of that version or of any later version published by the Free -Software Foundation. If the Program does not specify a version number of -this License, you may choose any version ever published by the Free Software -Foundation. - - 10. If you wish to incorporate parts of the Program into other free -programs whose distribution conditions are different, write to the author -to ask for permission. For software which is copyrighted by the Free -Software Foundation, write to the Free Software Foundation; we sometimes -make exceptions for this. Our decision will be guided by the two goals -of preserving the free status of all derivatives of our free software and -of promoting the sharing and reuse of software generally. - - NO WARRANTY - - 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY -FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN -OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES -PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED -OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS -TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE -PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, -REPAIR OR CORRECTION. - - 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR -REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, -INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING -OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED -TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY -YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER -PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE -POSSIBILITY OF SUCH DAMAGES. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -convey the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - - -Also add information on how to contact you by electronic and paper mail. - -If the program is interactive, make it output a short notice like this -when it starts in an interactive mode: - - Gnomovision version 69, Copyright (C) year name of author - Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, the commands you use may -be called something other than `show w' and `show c'; they could even be -mouse-clicks or menu items--whatever suits your program. - -You should also get your employer (if you work as a programmer) or your -school, if any, to sign a "copyright disclaimer" for the program, if -necessary. Here is a sample; alter the names: - - Yoyodyne, Inc., hereby disclaims all copyright interest in the program - `Gnomovision' (which makes passes at compilers) written by James Hacker. - - , 1 April 1989 - Ty Coon, President of Vice - -This General Public License does not permit incorporating your program into -proprietary programs. If your program is a subroutine library, you may -consider it more useful to permit linking proprietary applications with the -library. If this is what you want to do, use the GNU Library General -Public License instead of this License. - GNU GENERAL PUBLIC LICENSE - Version 2, June 1991 - - Copyright (C) 1989, 1991 Free Software Foundation, Inc. - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The licenses for most software are designed to take away your -freedom to share and change it. By contrast, the GNU General Public -License is intended to guarantee your freedom to share and change free -software--to make sure the software is free for all its users. This -General Public License applies to most of the Free Software -Foundation's software and to any other program whose authors commit to -using it. (Some other Free Software Foundation software is covered by -the GNU Library General Public License instead.) You can apply it to -your programs, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -this service if you wish), that you receive source code or can get it -if you want it, that you can change the software or use pieces of it -in new free programs; and that you know you can do these things. - - To protect your rights, we need to make restrictions that forbid -anyone to deny you these rights or to ask you to surrender the rights. -These restrictions translate to certain responsibilities for you if you -distribute copies of the software, or if you modify it. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must give the recipients all the rights that -you have. You must make sure that they, too, receive or can get the -source code. And you must show them these terms so they know their -rights. - - We protect your rights with two steps: (1) copyright the software, and -(2) offer you this license which gives you legal permission to copy, -distribute and/or modify the software. - - Also, for each author's protection and ours, we want to make certain -that everyone understands that there is no warranty for this free -software. If the software is modified by someone else and passed on, we -want its recipients to know that what they have is not the original, so -that any problems introduced by others will not reflect on the original -authors' reputations. - - Finally, any free program is threatened constantly by software -patents. We wish to avoid the danger that redistributors of a free -program will individually obtain patent licenses, in effect making the -program proprietary. To prevent this, we have made it clear that any -patent must be licensed for everyone's free use or not licensed at all. - - The precise terms and conditions for copying, distribution and -modification follow. - - GNU GENERAL PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. This License applies to any program or other work which contains -a notice placed by the copyright holder saying it may be distributed -under the terms of this General Public License. The "Program", below, -refers to any such program or work, and a "work based on the Program" -means either the Program or any derivative work under copyright law: -that is to say, a work containing the Program or a portion of it, -either verbatim or with modifications and/or translated into another -language. (Hereinafter, translation is included without limitation in -the term "modification".) Each licensee is addressed as "you". - -Activities other than copying, distribution and modification are not -covered by this License; they are outside its scope. The act of -running the Program is not restricted, and the output from the Program -is covered only if its contents constitute a work based on the -Program (independent of having been made by running the Program). -Whether that is true depends on what the Program does. - - 1. You may copy and distribute verbatim copies of the Program's -source code as you receive it, in any medium, provided that you -conspicuously and appropriately publish on each copy an appropriate -copyright notice and disclaimer of warranty; keep intact all the -notices that refer to this License and to the absence of any warranty; -and give any other recipients of the Program a copy of this License -along with the Program. - -You may charge a fee for the physical act of transferring a copy, and -you may at your option offer warranty protection in exchange for a fee. - - 2. You may modify your copy or copies of the Program or any portion -of it, thus forming a work based on the Program, and copy and -distribute such modifications or work under the terms of Section 1 -above, provided that you also meet all of these conditions: - - a) You must cause the modified files to carry prominent notices - stating that you changed the files and the date of any change. - - b) You must cause any work that you distribute or publish, that in - whole or in part contains or is derived from the Program or any - part thereof, to be licensed as a whole at no charge to all third - parties under the terms of this License. - - c) If the modified program normally reads commands interactively - when run, you must cause it, when started running for such - interactive use in the most ordinary way, to print or display an - announcement including an appropriate copyright notice and a - notice that there is no warranty (or else, saying that you provide - a warranty) and that users may redistribute the program under - these conditions, and telling the user how to view a copy of this - License. (Exception: if the Program itself is interactive but - does not normally print such an announcement, your work based on - the Program is not required to print an announcement.) - -These requirements apply to the modified work as a whole. If -identifiable sections of that work are not derived from the Program, -and can be reasonably considered independent and separate works in -themselves, then this License, and its terms, do not apply to those -sections when you distribute them as separate works. But when you -distribute the same sections as part of a whole which is a work based -on the Program, the distribution of the whole must be on the terms of -this License, whose permissions for other licensees extend to the -entire whole, and thus to each and every part regardless of who wrote it. - -Thus, it is not the intent of this section to claim rights or contest -your rights to work written entirely by you; rather, the intent is to -exercise the right to control the distribution of derivative or -collective works based on the Program. - -In addition, mere aggregation of another work not based on the Program -with the Program (or with a work based on the Program) on a volume of -a storage or distribution medium does not bring the other work under -the scope of this License. - - 3. You may copy and distribute the Program (or a work based on it, -under Section 2) in object code or executable form under the terms of -Sections 1 and 2 above provided that you also do one of the following: - - a) Accompany it with the complete corresponding machine-readable - source code, which must be distributed under the terms of Sections - 1 and 2 above on a medium customarily used for software interchange; or, - - b) Accompany it with a written offer, valid for at least three - years, to give any third party, for a charge no more than your - cost of physically performing source distribution, a complete - machine-readable copy of the corresponding source code, to be - distributed under the terms of Sections 1 and 2 above on a medium - customarily used for software interchange; or, - - c) Accompany it with the information you received as to the offer - to distribute corresponding source code. (This alternative is - allowed only for noncommercial distribution and only if you - received the program in object code or executable form with such - an offer, in accord with Subsection b above.) - -The source code for a work means the preferred form of the work for -making modifications to it. For an executable work, complete source -code means all the source code for all modules it contains, plus any -associated interface definition files, plus the scripts used to -control compilation and installation of the executable. However, as a -special exception, the source code distributed need not include -anything that is normally distributed (in either source or binary -form) with the major components (compiler, kernel, and so on) of the -operating system on which the executable runs, unless that component -itself accompanies the executable. - -If distribution of executable or object code is made by offering -access to copy from a designated place, then offering equivalent -access to copy the source code from the same place counts as -distribution of the source code, even though third parties are not -compelled to copy the source along with the object code. - - 4. You may not copy, modify, sublicense, or distribute the Program -except as expressly provided under this License. Any attempt -otherwise to copy, modify, sublicense or distribute the Program is -void, and will automatically terminate your rights under this License. -However, parties who have received copies, or rights, from you under -this License will not have their licenses terminated so long as such -parties remain in full compliance. - - 5. You are not required to accept this License, since you have not -signed it. However, nothing else grants you permission to modify or -distribute the Program or its derivative works. These actions are -prohibited by law if you do not accept this License. Therefore, by -modifying or distributing the Program (or any work based on the -Program), you indicate your acceptance of this License to do so, and -all its terms and conditions for copying, distributing or modifying -the Program or works based on it. - - 6. Each time you redistribute the Program (or any work based on the -Program), the recipient automatically receives a license from the -original licensor to copy, distribute or modify the Program subject to -these terms and conditions. You may not impose any further -restrictions on the recipients' exercise of the rights granted herein. -You are not responsible for enforcing compliance by third parties to -this License. - - 7. If, as a consequence of a court judgment or allegation of patent -infringement or for any other reason (not limited to patent issues), -conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot -distribute so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you -may not distribute the Program at all. For example, if a patent -license would not permit royalty-free redistribution of the Program by -all those who receive copies directly or indirectly through you, then -the only way you could satisfy both it and this License would be to -refrain entirely from distribution of the Program. - -If any portion of this section is held invalid or unenforceable under -any particular circumstance, the balance of the section is intended to -apply and the section as a whole is intended to apply in other -circumstances. - -It is not the purpose of this section to induce you to infringe any -patents or other property right claims or to contest validity of any -such claims; this section has the sole purpose of protecting the -integrity of the free software distribution system, which is -implemented by public license practices. Many people have made -generous contributions to the wide range of software distributed -through that system in reliance on consistent application of that -system; it is up to the author/donor to decide if he or she is willing -to distribute software through any other system and a licensee cannot -impose that choice. - -This section is intended to make thoroughly clear what is believed to -be a consequence of the rest of this License. - - 8. If the distribution and/or use of the Program is restricted in -certain countries either by patents or by copyrighted interfaces, the -original copyright holder who places the Program under this License -may add an explicit geographical distribution limitation excluding -those countries, so that distribution is permitted only in or among -countries not thus excluded. In such case, this License incorporates -the limitation as if written in the body of this License. - - 9. The Free Software Foundation may publish revised and/or new versions -of the General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - -Each version is given a distinguishing version number. If the Program -specifies a version number of this License which applies to it and "any -later version", you have the option of following the terms and conditions -either of that version or of any later version published by the Free -Software Foundation. If the Program does not specify a version number of -this License, you may choose any version ever published by the Free Software -Foundation. - - 10. If you wish to incorporate parts of the Program into other free -programs whose distribution conditions are different, write to the author -to ask for permission. For software which is copyrighted by the Free -Software Foundation, write to the Free Software Foundation; we sometimes -make exceptions for this. Our decision will be guided by the two goals -of preserving the free status of all derivatives of our free software and -of promoting the sharing and reuse of software generally. - - NO WARRANTY - - 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY -FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN -OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES -PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED -OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS -TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE -PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, -REPAIR OR CORRECTION. - - 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR -REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, -INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING -OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED -TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY -YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER -PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE -POSSIBILITY OF SUCH DAMAGES. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -convey the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - - -Also add information on how to contact you by electronic and paper mail. - -If the program is interactive, make it output a short notice like this -when it starts in an interactive mode: - - Gnomovision version 69, Copyright (C) year name of author - Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, the commands you use may -be called something other than `show w' and `show c'; they could even be -mouse-clicks or menu items--whatever suits your program. - -You should also get your employer (if you work as a programmer) or your -school, if any, to sign a "copyright disclaimer" for the program, if -necessary. Here is a sample; alter the names: - - Yoyodyne, Inc., hereby disclaims all copyright interest in the program - `Gnomovision' (which makes passes at compilers) written by James Hacker. - - , 1 April 1989 - Ty Coon, President of Vice - -This General Public License does not permit incorporating your program into -proprietary programs. If your program is a subroutine library, you may -consider it more useful to permit linking proprietary applications with the -library. If this is what you want to do, use the GNU Library General -Public License instead of this License. - GNU GENERAL PUBLIC LICENSE - Version 3, 29 June 2007 - - Copyright (C) 2007 Free Software Foundation, Inc. - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The GNU General Public License is a free, copyleft license for -software and other kinds of works. - - The licenses for most software and other practical works are designed -to take away your freedom to share and change the works. By contrast, -the GNU General Public License is intended to guarantee your freedom to -share and change all versions of a program--to make sure it remains free -software for all its users. We, the Free Software Foundation, use the -GNU General Public License for most of our software; it applies also to -any other work released this way by its authors. You can apply it to -your programs, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -them if you wish), that you receive source code or can get it if you -want it, that you can change the software or use pieces of it in new -free programs, and that you know you can do these things. - - To protect your rights, we need to prevent others from denying you -these rights or asking you to surrender the rights. Therefore, you have -certain responsibilities if you distribute copies of the software, or if -you modify it: responsibilities to respect the freedom of others. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must pass on to the recipients the same -freedoms that you received. You must make sure that they, too, receive -or can get the source code. And you must show them these terms so they -know their rights. - - Developers that use the GNU GPL protect your rights with two steps: -(1) assert copyright on the software, and (2) offer you this License -giving you legal permission to copy, distribute and/or modify it. - - For the developers' and authors' protection, the GPL clearly explains -that there is no warranty for this free software. For both users' and -authors' sake, the GPL requires that modified versions be marked as -changed, so that their problems will not be attributed erroneously to -authors of previous versions. - - Some devices are designed to deny users access to install or run -modified versions of the software inside them, although the manufacturer -can do so. This is fundamentally incompatible with the aim of -protecting users' freedom to change the software. The systematic -pattern of such abuse occurs in the area of products for individuals to -use, which is precisely where it is most unacceptable. Therefore, we -have designed this version of the GPL to prohibit the practice for those -products. If such problems arise substantially in other domains, we -stand ready to extend this provision to those domains in future versions -of the GPL, as needed to protect the freedom of users. - - Finally, every program is threatened constantly by software patents. -States should not allow patents to restrict development and use of -software on general-purpose computers, but in those that do, we wish to -avoid the special danger that patents applied to a free program could -make it effectively proprietary. To prevent this, the GPL assures that -patents cannot be used to render the program non-free. - - The precise terms and conditions for copying, distribution and -modification follow. - - TERMS AND CONDITIONS - - 0. Definitions. - - "This License" refers to version 3 of the GNU General Public License. - - "Copyright" also means copyright-like laws that apply to other kinds of -works, such as semiconductor masks. - - "The Program" refers to any copyrightable work licensed under this -License. Each licensee is addressed as "you". "Licensees" and -"recipients" may be individuals or organizations. - - To "modify" a work means to copy from or adapt all or part of the work -in a fashion requiring copyright permission, other than the making of an -exact copy. The resulting work is called a "modified version" of the -earlier work or a work "based on" the earlier work. - - A "covered work" means either the unmodified Program or a work based -on the Program. - - To "propagate" a work means to do anything with it that, without -permission, would make you directly or secondarily liable for -infringement under applicable copyright law, except executing it on a -computer or modifying a private copy. Propagation includes copying, -distribution (with or without modification), making available to the -public, and in some countries other activities as well. - - To "convey" a work means any kind of propagation that enables other -parties to make or receive copies. Mere interaction with a user through -a computer network, with no transfer of a copy, is not conveying. - - An interactive user interface displays "Appropriate Legal Notices" -to the extent that it includes a convenient and prominently visible -feature that (1) displays an appropriate copyright notice, and (2) -tells the user that there is no warranty for the work (except to the -extent that warranties are provided), that licensees may convey the -work under this License, and how to view a copy of this License. If -the interface presents a list of user commands or options, such as a -menu, a prominent item in the list meets this criterion. - - 1. Source Code. - - The "source code" for a work means the preferred form of the work -for making modifications to it. "Object code" means any non-source -form of a work. - - A "Standard Interface" means an interface that either is an official -standard defined by a recognized standards body, or, in the case of -interfaces specified for a particular programming language, one that -is widely used among developers working in that language. - - The "System Libraries" of an executable work include anything, other -than the work as a whole, that (a) is included in the normal form of -packaging a Major Component, but which is not part of that Major -Component, and (b) serves only to enable use of the work with that -Major Component, or to implement a Standard Interface for which an -implementation is available to the public in source code form. A -"Major Component", in this context, means a major essential component -(kernel, window system, and so on) of the specific operating system -(if any) on which the executable work runs, or a compiler used to -produce the work, or an object code interpreter used to run it. - - The "Corresponding Source" for a work in object code form means all -the source code needed to generate, install, and (for an executable -work) run the object code and to modify the work, including scripts to -control those activities. However, it does not include the work's -System Libraries, or general-purpose tools or generally available free -programs which are used unmodified in performing those activities but -which are not part of the work. For example, Corresponding Source -includes interface definition files associated with source files for -the work, and the source code for shared libraries and dynamically -linked subprograms that the work is specifically designed to require, -such as by intimate data communication or control flow between those -subprograms and other parts of the work. - - The Corresponding Source need not include anything that users -can regenerate automatically from other parts of the Corresponding -Source. - - The Corresponding Source for a work in source code form is that -same work. - - 2. Basic Permissions. - - All rights granted under this License are granted for the term of -copyright on the Program, and are irrevocable provided the stated -conditions are met. This License explicitly affirms your unlimited -permission to run the unmodified Program. The output from running a -covered work is covered by this License only if the output, given its -content, constitutes a covered work. This License acknowledges your -rights of fair use or other equivalent, as provided by copyright law. - - You may make, run and propagate covered works that you do not -convey, without conditions so long as your license otherwise remains -in force. You may convey covered works to others for the sole purpose -of having them make modifications exclusively for you, or provide you -with facilities for running those works, provided that you comply with -the terms of this License in conveying all material for which you do -not control copyright. Those thus making or running the covered works -for you must do so exclusively on your behalf, under your direction -and control, on terms that prohibit them from making any copies of -your copyrighted material outside their relationship with you. - - Conveying under any other circumstances is permitted solely under -the conditions stated below. Sublicensing is not allowed; section 10 -makes it unnecessary. - - 3. Protecting Users' Legal Rights From Anti-Circumvention Law. - - No covered work shall be deemed part of an effective technological -measure under any applicable law fulfilling obligations under article -11 of the WIPO copyright treaty adopted on 20 December 1996, or -similar laws prohibiting or restricting circumvention of such -measures. - - When you convey a covered work, you waive any legal power to forbid -circumvention of technological measures to the extent such circumvention -is effected by exercising rights under this License with respect to -the covered work, and you disclaim any intention to limit operation or -modification of the work as a means of enforcing, against the work's -users, your or third parties' legal rights to forbid circumvention of -technological measures. - - 4. Conveying Verbatim Copies. - - You may convey verbatim copies of the Program's source code as you -receive it, in any medium, provided that you conspicuously and -appropriately publish on each copy an appropriate copyright notice; -keep intact all notices stating that this License and any -non-permissive terms added in accord with section 7 apply to the code; -keep intact all notices of the absence of any warranty; and give all -recipients a copy of this License along with the Program. - - You may charge any price or no price for each copy that you convey, -and you may offer support or warranty protection for a fee. - - 5. Conveying Modified Source Versions. - - You may convey a work based on the Program, or the modifications to -produce it from the Program, in the form of source code under the -terms of section 4, provided that you also meet all of these conditions: - - a) The work must carry prominent notices stating that you modified - it, and giving a relevant date. - - b) The work must carry prominent notices stating that it is - released under this License and any conditions added under section - 7. This requirement modifies the requirement in section 4 to - "keep intact all notices". - - c) You must license the entire work, as a whole, under this - License to anyone who comes into possession of a copy. This - License will therefore apply, along with any applicable section 7 - additional terms, to the whole of the work, and all its parts, - regardless of how they are packaged. This License gives no - permission to license the work in any other way, but it does not - invalidate such permission if you have separately received it. - - d) If the work has interactive user interfaces, each must display - Appropriate Legal Notices; however, if the Program has interactive - interfaces that do not display Appropriate Legal Notices, your - work need not make them do so. - - A compilation of a covered work with other separate and independent -works, which are not by their nature extensions of the covered work, -and which are not combined with it such as to form a larger program, -in or on a volume of a storage or distribution medium, is called an -"aggregate" if the compilation and its resulting copyright are not -used to limit the access or legal rights of the compilation's users -beyond what the individual works permit. Inclusion of a covered work -in an aggregate does not cause this License to apply to the other -parts of the aggregate. - - 6. Conveying Non-Source Forms. - - You may convey a covered work in object code form under the terms -of sections 4 and 5, provided that you also convey the -machine-readable Corresponding Source under the terms of this License, -in one of these ways: - - a) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by the - Corresponding Source fixed on a durable physical medium - customarily used for software interchange. - - b) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by a - written offer, valid for at least three years and valid for as - long as you offer spare parts or customer support for that product - model, to give anyone who possesses the object code either (1) a - copy of the Corresponding Source for all the software in the - product that is covered by this License, on a durable physical - medium customarily used for software interchange, for a price no - more than your reasonable cost of physically performing this - conveying of source, or (2) access to copy the - Corresponding Source from a network server at no charge. - - c) Convey individual copies of the object code with a copy of the - written offer to provide the Corresponding Source. This - alternative is allowed only occasionally and noncommercially, and - only if you received the object code with such an offer, in accord - with subsection 6b. - - d) Convey the object code by offering access from a designated - place (gratis or for a charge), and offer equivalent access to the - Corresponding Source in the same way through the same place at no - further charge. You need not require recipients to copy the - Corresponding Source along with the object code. If the place to - copy the object code is a network server, the Corresponding Source - may be on a different server (operated by you or a third party) - that supports equivalent copying facilities, provided you maintain - clear directions next to the object code saying where to find the - Corresponding Source. Regardless of what server hosts the - Corresponding Source, you remain obligated to ensure that it is - available for as long as needed to satisfy these requirements. - - e) Convey the object code using peer-to-peer transmission, provided - you inform other peers where the object code and Corresponding - Source of the work are being offered to the general public at no - charge under subsection 6d. - - A separable portion of the object code, whose source code is excluded -from the Corresponding Source as a System Library, need not be -included in conveying the object code work. - - A "User Product" is either (1) a "consumer product", which means any -tangible personal property which is normally used for personal, family, -or household purposes, or (2) anything designed or sold for incorporation -into a dwelling. In determining whether a product is a consumer product, -doubtful cases shall be resolved in favor of coverage. For a particular -product received by a particular user, "normally used" refers to a -typical or common use of that class of product, regardless of the status -of the particular user or of the way in which the particular user -actually uses, or expects or is expected to use, the product. A product -is a consumer product regardless of whether the product has substantial -commercial, industrial or non-consumer uses, unless such uses represent -the only significant mode of use of the product. - - "Installation Information" for a User Product means any methods, -procedures, authorization keys, or other information required to install -and execute modified versions of a covered work in that User Product from -a modified version of its Corresponding Source. The information must -suffice to ensure that the continued functioning of the modified object -code is in no case prevented or interfered with solely because -modification has been made. - - If you convey an object code work under this section in, or with, or -specifically for use in, a User Product, and the conveying occurs as -part of a transaction in which the right of possession and use of the -User Product is transferred to the recipient in perpetuity or for a -fixed term (regardless of how the transaction is characterized), the -Corresponding Source conveyed under this section must be accompanied -by the Installation Information. But this requirement does not apply -if neither you nor any third party retains the ability to install -modified object code on the User Product (for example, the work has -been installed in ROM). - - The requirement to provide Installation Information does not include a -requirement to continue to provide support service, warranty, or updates -for a work that has been modified or installed by the recipient, or for -the User Product in which it has been modified or installed. Access to a -network may be denied when the modification itself materially and -adversely affects the operation of the network or violates the rules and -protocols for communication across the network. - - Corresponding Source conveyed, and Installation Information provided, -in accord with this section must be in a format that is publicly -documented (and with an implementation available to the public in -source code form), and must require no special password or key for -unpacking, reading or copying. - - 7. Additional Terms. - - "Additional permissions" are terms that supplement the terms of this -License by making exceptions from one or more of its conditions. -Additional permissions that are applicable to the entire Program shall -be treated as though they were included in this License, to the extent -that they are valid under applicable law. If additional permissions -apply only to part of the Program, that part may be used separately -under those permissions, but the entire Program remains governed by -this License without regard to the additional permissions. - - When you convey a copy of a covered work, you may at your option -remove any additional permissions from that copy, or from any part of -it. (Additional permissions may be written to require their own -removal in certain cases when you modify the work.) You may place -additional permissions on material, added by you to a covered work, -for which you have or can give appropriate copyright permission. - - Notwithstanding any other provision of this License, for material you -add to a covered work, you may (if authorized by the copyright holders of -that material) supplement the terms of this License with terms: - - a) Disclaiming warranty or limiting liability differently from the - terms of sections 15 and 16 of this License; or - - b) Requiring preservation of specified reasonable legal notices or - author attributions in that material or in the Appropriate Legal - Notices displayed by works containing it; or - - c) Prohibiting misrepresentation of the origin of that material, or - requiring that modified versions of such material be marked in - reasonable ways as different from the original version; or - - d) Limiting the use for publicity purposes of names of licensors or - authors of the material; or - - e) Declining to grant rights under trademark law for use of some - trade names, trademarks, or service marks; or - - f) Requiring indemnification of licensors and authors of that - material by anyone who conveys the material (or modified versions of - it) with contractual assumptions of liability to the recipient, for - any liability that these contractual assumptions directly impose on - those licensors and authors. - - All other non-permissive additional terms are considered "further -restrictions" within the meaning of section 10. If the Program as you -received it, or any part of it, contains a notice stating that it is -governed by this License along with a term that is a further -restriction, you may remove that term. If a license document contains -a further restriction but permits relicensing or conveying under this -License, you may add to a covered work material governed by the terms -of that license document, provided that the further restriction does -not survive such relicensing or conveying. - - If you add terms to a covered work in accord with this section, you -must place, in the relevant source files, a statement of the -additional terms that apply to those files, or a notice indicating -where to find the applicable terms. - - Additional terms, permissive or non-permissive, may be stated in the -form of a separately written license, or stated as exceptions; -the above requirements apply either way. - - 8. Termination. - - You may not propagate or modify a covered work except as expressly -provided under this License. Any attempt otherwise to propagate or -modify it is void, and will automatically terminate your rights under -this License (including any patent licenses granted under the third -paragraph of section 11). - - However, if you cease all violation of this License, then your -license from a particular copyright holder is reinstated (a) -provisionally, unless and until the copyright holder explicitly and -finally terminates your license, and (b) permanently, if the copyright -holder fails to notify you of the violation by some reasonable means -prior to 60 days after the cessation. - - Moreover, your license from a particular copyright holder is -reinstated permanently if the copyright holder notifies you of the -violation by some reasonable means, this is the first time you have -received notice of violation of this License (for any work) from that -copyright holder, and you cure the violation prior to 30 days after -your receipt of the notice. - - Termination of your rights under this section does not terminate the -licenses of parties who have received copies or rights from you under -this License. If your rights have been terminated and not permanently -reinstated, you do not qualify to receive new licenses for the same -material under section 10. - - 9. Acceptance Not Required for Having Copies. - - You are not required to accept this License in order to receive or -run a copy of the Program. Ancillary propagation of a covered work -occurring solely as a consequence of using peer-to-peer transmission -to receive a copy likewise does not require acceptance. However, -nothing other than this License grants you permission to propagate or -modify any covered work. These actions infringe copyright if you do -not accept this License. Therefore, by modifying or propagating a -covered work, you indicate your acceptance of this License to do so. - - 10. Automatic Licensing of Downstream Recipients. - - Each time you convey a covered work, the recipient automatically -receives a license from the original licensors, to run, modify and -propagate that work, subject to this License. You are not responsible -for enforcing compliance by third parties with this License. - - An "entity transaction" is a transaction transferring control of an -organization, or substantially all assets of one, or subdividing an -organization, or merging organizations. If propagation of a covered -work results from an entity transaction, each party to that -transaction who receives a copy of the work also receives whatever -licenses to the work the party's predecessor in interest had or could -give under the previous paragraph, plus a right to possession of the -Corresponding Source of the work from the predecessor in interest, if -the predecessor has it or can get it with reasonable efforts. - - You may not impose any further restrictions on the exercise of the -rights granted or affirmed under this License. For example, you may -not impose a license fee, royalty, or other charge for exercise of -rights granted under this License, and you may not initiate litigation -(including a cross-claim or counterclaim in a lawsuit) alleging that -any patent claim is infringed by making, using, selling, offering for -sale, or importing the Program or any portion of it. - - 11. Patents. - - A "contributor" is a copyright holder who authorizes use under this -License of the Program or a work on which the Program is based. The -work thus licensed is called the contributor's "contributor version". - - A contributor's "essential patent claims" are all patent claims -owned or controlled by the contributor, whether already acquired or -hereafter acquired, that would be infringed by some manner, permitted -by this License, of making, using, or selling its contributor version, -but do not include claims that would be infringed only as a -consequence of further modification of the contributor version. For -purposes of this definition, "control" includes the right to grant -patent sublicenses in a manner consistent with the requirements of -this License. - - Each contributor grants you a non-exclusive, worldwide, royalty-free -patent license under the contributor's essential patent claims, to -make, use, sell, offer for sale, import and otherwise run, modify and -propagate the contents of its contributor version. - - In the following three paragraphs, a "patent license" is any express -agreement or commitment, however denominated, not to enforce a patent -(such as an express permission to practice a patent or covenant not to -sue for patent infringement). To "grant" such a patent license to a -party means to make such an agreement or commitment not to enforce a -patent against the party. - - If you convey a covered work, knowingly relying on a patent license, -and the Corresponding Source of the work is not available for anyone -to copy, free of charge and under the terms of this License, through a -publicly available network server or other readily accessible means, -then you must either (1) cause the Corresponding Source to be so -available, or (2) arrange to deprive yourself of the benefit of the -patent license for this particular work, or (3) arrange, in a manner -consistent with the requirements of this License, to extend the patent -license to downstream recipients. "Knowingly relying" means you have -actual knowledge that, but for the patent license, your conveying the -covered work in a country, or your recipient's use of the covered work -in a country, would infringe one or more identifiable patents in that -country that you have reason to believe are valid. - - If, pursuant to or in connection with a single transaction or -arrangement, you convey, or propagate by procuring conveyance of, a -covered work, and grant a patent license to some of the parties -receiving the covered work authorizing them to use, propagate, modify -or convey a specific copy of the covered work, then the patent license -you grant is automatically extended to all recipients of the covered -work and works based on it. - - A patent license is "discriminatory" if it does not include within -the scope of its coverage, prohibits the exercise of, or is -conditioned on the non-exercise of one or more of the rights that are -specifically granted under this License. You may not convey a covered -work if you are a party to an arrangement with a third party that is -in the business of distributing software, under which you make payment -to the third party based on the extent of your activity of conveying -the work, and under which the third party grants, to any of the -parties who would receive the covered work from you, a discriminatory -patent license (a) in connection with copies of the covered work -conveyed by you (or copies made from those copies), or (b) primarily -for and in connection with specific products or compilations that -contain the covered work, unless you entered into that arrangement, -or that patent license was granted, prior to 28 March 2007. - - Nothing in this License shall be construed as excluding or limiting -any implied license or other defenses to infringement that may -otherwise be available to you under applicable patent law. - - 12. No Surrender of Others' Freedom. - - If conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot convey a -covered work so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you may -not convey it at all. For example, if you agree to terms that obligate you -to collect a royalty for further conveying from those to whom you convey -the Program, the only way you could satisfy both those terms and this -License would be to refrain entirely from conveying the Program. - - 13. Use with the GNU Affero General Public License. - - Notwithstanding any other provision of this License, you have -permission to link or combine any covered work with a work licensed -under version 3 of the GNU Affero General Public License into a single -combined work, and to convey the resulting work. The terms of this -License will continue to apply to the part which is the covered work, -but the special requirements of the GNU Affero General Public License, -section 13, concerning interaction through a network will apply to the -combination as such. - - 14. Revised Versions of this License. - - The Free Software Foundation may publish revised and/or new versions of -the GNU General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - - Each version is given a distinguishing version number. If the -Program specifies that a certain numbered version of the GNU General -Public License "or any later version" applies to it, you have the -option of following the terms and conditions either of that numbered -version or of any later version published by the Free Software -Foundation. If the Program does not specify a version number of the -GNU General Public License, you may choose any version ever published -by the Free Software Foundation. - - If the Program specifies that a proxy can decide which future -versions of the GNU General Public License can be used, that proxy's -public statement of acceptance of a version permanently authorizes you -to choose that version for the Program. - - Later license versions may give you additional or different -permissions. However, no additional obligations are imposed on any -author or copyright holder as a result of your choosing to follow a -later version. - - 15. Disclaimer of Warranty. - - THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY -APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT -HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY -OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, -THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM -IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF -ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - - 16. Limitation of Liability. - - IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS -THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY -GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE -USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF -DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD -PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), -EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF -SUCH DAMAGES. - - 17. Interpretation of Sections 15 and 16. - - If the disclaimer of warranty and limitation of liability provided -above cannot be given local legal effect according to their terms, -reviewing courts shall apply local law that most closely approximates -an absolute waiver of all civil liability in connection with the -Program, unless a warranty or assumption of liability accompanies a -copy of the Program in return for a fee. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -state the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - -Also add information on how to contact you by electronic and paper mail. - - If the program does terminal interaction, make it output a short -notice like this when it starts in an interactive mode: - - Copyright (C) - This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, your program's commands -might be different; for a GUI interface, you would use an "about box". - - You should also get your employer (if you work as a programmer) or school, -if any, to sign a "copyright disclaimer" for the program, if necessary. -For more information on this, and how to apply and follow the GNU GPL, see -. - - The GNU General Public License does not permit incorporating your program -into proprietary programs. If your program is a subroutine library, you -may consider it more useful to permit linking proprietary applications with -the library. If this is what you want to do, use the GNU Lesser General -Public License instead of this License. But first, please read -. - GNU LESSER GENERAL PUBLIC LICENSE - Version 2.1, February 1999 - - Copyright (C) 1991, 1999 Free Software Foundation, Inc. - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - -[This is the first released version of the Lesser GPL. It also counts - as the successor of the GNU Library Public License, version 2, hence - the version number 2.1.] - - Preamble - - The licenses for most software are designed to take away your -freedom to share and change it. By contrast, the GNU General Public -Licenses are intended to guarantee your freedom to share and change -free software--to make sure the software is free for all its users. - - This license, the Lesser General Public License, applies to some -specially designated software packages--typically libraries--of the -Free Software Foundation and other authors who decide to use it. You -can use it too, but we suggest you first think carefully about whether -this license or the ordinary General Public License is the better -strategy to use in any particular case, based on the explanations below. - - When we speak of free software, we are referring to freedom of use, -not price. Our General Public Licenses are designed to make sure that -you have the freedom to distribute copies of free software (and charge -for this service if you wish); that you receive source code or can get -it if you want it; that you can change the software and use pieces of -it in new free programs; and that you are informed that you can do -these things. - - To protect your rights, we need to make restrictions that forbid -distributors to deny you these rights or to ask you to surrender these -rights. These restrictions translate to certain responsibilities for -you if you distribute copies of the library or if you modify it. - - For example, if you distribute copies of the library, whether gratis -or for a fee, you must give the recipients all the rights that we gave -you. You must make sure that they, too, receive or can get the source -code. If you link other code with the library, you must provide -complete object files to the recipients, so that they can relink them -with the library after making changes to the library and recompiling -it. And you must show them these terms so they know their rights. - - We protect your rights with a two-step method: (1) we copyright the -library, and (2) we offer you this license, which gives you legal -permission to copy, distribute and/or modify the library. - - To protect each distributor, we want to make it very clear that -there is no warranty for the free library. Also, if the library is -modified by someone else and passed on, the recipients should know -that what they have is not the original version, so that the original -author's reputation will not be affected by problems that might be -introduced by others. - - Finally, software patents pose a constant threat to the existence of -any free program. We wish to make sure that a company cannot -effectively restrict the users of a free program by obtaining a -restrictive license from a patent holder. Therefore, we insist that -any patent license obtained for a version of the library must be -consistent with the full freedom of use specified in this license. - - Most GNU software, including some libraries, is covered by the -ordinary GNU General Public License. This license, the GNU Lesser -General Public License, applies to certain designated libraries, and -is quite different from the ordinary General Public License. We use -this license for certain libraries in order to permit linking those -libraries into non-free programs. - - When a program is linked with a library, whether statically or using -a shared library, the combination of the two is legally speaking a -combined work, a derivative of the original library. The ordinary -General Public License therefore permits such linking only if the -entire combination fits its criteria of freedom. The Lesser General -Public License permits more lax criteria for linking other code with -the library. - - We call this license the "Lesser" General Public License because it -does Less to protect the user's freedom than the ordinary General -Public License. It also provides other free software developers Less -of an advantage over competing non-free programs. These disadvantages -are the reason we use the ordinary General Public License for many -libraries. However, the Lesser license provides advantages in certain -special circumstances. - - For example, on rare occasions, there may be a special need to -encourage the widest possible use of a certain library, so that it becomes -a de-facto standard. To achieve this, non-free programs must be -allowed to use the library. A more frequent case is that a free -library does the same job as widely used non-free libraries. In this -case, there is little to gain by limiting the free library to free -software only, so we use the Lesser General Public License. - - In other cases, permission to use a particular library in non-free -programs enables a greater number of people to use a large body of -free software. For example, permission to use the GNU C Library in -non-free programs enables many more people to use the whole GNU -operating system, as well as its variant, the GNU/Linux operating -system. - - Although the Lesser General Public License is Less protective of the -users' freedom, it does ensure that the user of a program that is -linked with the Library has the freedom and the wherewithal to run -that program using a modified version of the Library. - - The precise terms and conditions for copying, distribution and -modification follow. Pay close attention to the difference between a -"work based on the library" and a "work that uses the library". The -former contains code derived from the library, whereas the latter must -be combined with the library in order to run. - - GNU LESSER GENERAL PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. This License Agreement applies to any software library or other -program which contains a notice placed by the copyright holder or -other authorized party saying it may be distributed under the terms of -this Lesser General Public License (also called "this License"). -Each licensee is addressed as "you". - - A "library" means a collection of software functions and/or data -prepared so as to be conveniently linked with application programs -(which use some of those functions and data) to form executables. - - The "Library", below, refers to any such software library or work -which has been distributed under these terms. A "work based on the -Library" means either the Library or any derivative work under -copyright law: that is to say, a work containing the Library or a -portion of it, either verbatim or with modifications and/or translated -straightforwardly into another language. (Hereinafter, translation is -included without limitation in the term "modification".) - - "Source code" for a work means the preferred form of the work for -making modifications to it. For a library, complete source code means -all the source code for all modules it contains, plus any associated -interface definition files, plus the scripts used to control compilation -and installation of the library. - - Activities other than copying, distribution and modification are not -covered by this License; they are outside its scope. The act of -running a program using the Library is not restricted, and output from -such a program is covered only if its contents constitute a work based -on the Library (independent of the use of the Library in a tool for -writing it). Whether that is true depends on what the Library does -and what the program that uses the Library does. - - 1. You may copy and distribute verbatim copies of the Library's -complete source code as you receive it, in any medium, provided that -you conspicuously and appropriately publish on each copy an -appropriate copyright notice and disclaimer of warranty; keep intact -all the notices that refer to this License and to the absence of any -warranty; and distribute a copy of this License along with the -Library. - - You may charge a fee for the physical act of transferring a copy, -and you may at your option offer warranty protection in exchange for a -fee. - - 2. You may modify your copy or copies of the Library or any portion -of it, thus forming a work based on the Library, and copy and -distribute such modifications or work under the terms of Section 1 -above, provided that you also meet all of these conditions: - - a) The modified work must itself be a software library. - - b) You must cause the files modified to carry prominent notices - stating that you changed the files and the date of any change. - - c) You must cause the whole of the work to be licensed at no - charge to all third parties under the terms of this License. - - d) If a facility in the modified Library refers to a function or a - table of data to be supplied by an application program that uses - the facility, other than as an argument passed when the facility - is invoked, then you must make a good faith effort to ensure that, - in the event an application does not supply such function or - table, the facility still operates, and performs whatever part of - its purpose remains meaningful. - - (For example, a function in a library to compute square roots has - a purpose that is entirely well-defined independent of the - application. Therefore, Subsection 2d requires that any - application-supplied function or table used by this function must - be optional: if the application does not supply it, the square - root function must still compute square roots.) - -These requirements apply to the modified work as a whole. If -identifiable sections of that work are not derived from the Library, -and can be reasonably considered independent and separate works in -themselves, then this License, and its terms, do not apply to those -sections when you distribute them as separate works. But when you -distribute the same sections as part of a whole which is a work based -on the Library, the distribution of the whole must be on the terms of -this License, whose permissions for other licensees extend to the -entire whole, and thus to each and every part regardless of who wrote -it. - -Thus, it is not the intent of this section to claim rights or contest -your rights to work written entirely by you; rather, the intent is to -exercise the right to control the distribution of derivative or -collective works based on the Library. - -In addition, mere aggregation of another work not based on the Library -with the Library (or with a work based on the Library) on a volume of -a storage or distribution medium does not bring the other work under -the scope of this License. - - 3. You may opt to apply the terms of the ordinary GNU General Public -License instead of this License to a given copy of the Library. To do -this, you must alter all the notices that refer to this License, so -that they refer to the ordinary GNU General Public License, version 2, -instead of to this License. (If a newer version than version 2 of the -ordinary GNU General Public License has appeared, then you can specify -that version instead if you wish.) Do not make any other change in -these notices. - - Once this change is made in a given copy, it is irreversible for -that copy, so the ordinary GNU General Public License applies to all -subsequent copies and derivative works made from that copy. - - This option is useful when you wish to copy part of the code of -the Library into a program that is not a library. - - 4. You may copy and distribute the Library (or a portion or -derivative of it, under Section 2) in object code or executable form -under the terms of Sections 1 and 2 above provided that you accompany -it with the complete corresponding machine-readable source code, which -must be distributed under the terms of Sections 1 and 2 above on a -medium customarily used for software interchange. - - If distribution of object code is made by offering access to copy -from a designated place, then offering equivalent access to copy the -source code from the same place satisfies the requirement to -distribute the source code, even though third parties are not -compelled to copy the source along with the object code. - - 5. A program that contains no derivative of any portion of the -Library, but is designed to work with the Library by being compiled or -linked with it, is called a "work that uses the Library". Such a -work, in isolation, is not a derivative work of the Library, and -therefore falls outside the scope of this License. - - However, linking a "work that uses the Library" with the Library -creates an executable that is a derivative of the Library (because it -contains portions of the Library), rather than a "work that uses the -library". The executable is therefore covered by this License. -Section 6 states terms for distribution of such executables. - - When a "work that uses the Library" uses material from a header file -that is part of the Library, the object code for the work may be a -derivative work of the Library even though the source code is not. -Whether this is true is especially significant if the work can be -linked without the Library, or if the work is itself a library. The -threshold for this to be true is not precisely defined by law. - - If such an object file uses only numerical parameters, data -structure layouts and accessors, and small macros and small inline -functions (ten lines or less in length), then the use of the object -file is unrestricted, regardless of whether it is legally a derivative -work. (Executables containing this object code plus portions of the -Library will still fall under Section 6.) - - Otherwise, if the work is a derivative of the Library, you may -distribute the object code for the work under the terms of Section 6. -Any executables containing that work also fall under Section 6, -whether or not they are linked directly with the Library itself. - - 6. As an exception to the Sections above, you may also combine or -link a "work that uses the Library" with the Library to produce a -work containing portions of the Library, and distribute that work -under terms of your choice, provided that the terms permit -modification of the work for the customer's own use and reverse -engineering for debugging such modifications. - - You must give prominent notice with each copy of the work that the -Library is used in it and that the Library and its use are covered by -this License. You must supply a copy of this License. If the work -during execution displays copyright notices, you must include the -copyright notice for the Library among them, as well as a reference -directing the user to the copy of this License. Also, you must do one -of these things: - - a) Accompany the work with the complete corresponding - machine-readable source code for the Library including whatever - changes were used in the work (which must be distributed under - Sections 1 and 2 above); and, if the work is an executable linked - with the Library, with the complete machine-readable "work that - uses the Library", as object code and/or source code, so that the - user can modify the Library and then relink to produce a modified - executable containing the modified Library. (It is understood - that the user who changes the contents of definitions files in the - Library will not necessarily be able to recompile the application - to use the modified definitions.) - - b) Use a suitable shared library mechanism for linking with the - Library. A suitable mechanism is one that (1) uses at run time a - copy of the library already present on the user's computer system, - rather than copying library functions into the executable, and (2) - will operate properly with a modified version of the library, if - the user installs one, as long as the modified version is - interface-compatible with the version that the work was made with. - - c) Accompany the work with a written offer, valid for at - least three years, to give the same user the materials - specified in Subsection 6a, above, for a charge no more - than the cost of performing this distribution. - - d) If distribution of the work is made by offering access to copy - from a designated place, offer equivalent access to copy the above - specified materials from the same place. - - e) Verify that the user has already received a copy of these - materials or that you have already sent this user a copy. - - For an executable, the required form of the "work that uses the -Library" must include any data and utility programs needed for -reproducing the executable from it. However, as a special exception, -the materials to be distributed need not include anything that is -normally distributed (in either source or binary form) with the major -components (compiler, kernel, and so on) of the operating system on -which the executable runs, unless that component itself accompanies -the executable. - - It may happen that this requirement contradicts the license -restrictions of other proprietary libraries that do not normally -accompany the operating system. Such a contradiction means you cannot -use both them and the Library together in an executable that you -distribute. - - 7. You may place library facilities that are a work based on the -Library side-by-side in a single library together with other library -facilities not covered by this License, and distribute such a combined -library, provided that the separate distribution of the work based on -the Library and of the other library facilities is otherwise -permitted, and provided that you do these two things: - - a) Accompany the combined library with a copy of the same work - based on the Library, uncombined with any other library - facilities. This must be distributed under the terms of the - Sections above. - - b) Give prominent notice with the combined library of the fact - that part of it is a work based on the Library, and explaining - where to find the accompanying uncombined form of the same work. - - 8. You may not copy, modify, sublicense, link with, or distribute -the Library except as expressly provided under this License. Any -attempt otherwise to copy, modify, sublicense, link with, or -distribute the Library is void, and will automatically terminate your -rights under this License. However, parties who have received copies, -or rights, from you under this License will not have their licenses -terminated so long as such parties remain in full compliance. - - 9. You are not required to accept this License, since you have not -signed it. However, nothing else grants you permission to modify or -distribute the Library or its derivative works. These actions are -prohibited by law if you do not accept this License. Therefore, by -modifying or distributing the Library (or any work based on the -Library), you indicate your acceptance of this License to do so, and -all its terms and conditions for copying, distributing or modifying -the Library or works based on it. - - 10. Each time you redistribute the Library (or any work based on the -Library), the recipient automatically receives a license from the -original licensor to copy, distribute, link with or modify the Library -subject to these terms and conditions. You may not impose any further -restrictions on the recipients' exercise of the rights granted herein. -You are not responsible for enforcing compliance by third parties with -this License. - - 11. If, as a consequence of a court judgment or allegation of patent -infringement or for any other reason (not limited to patent issues), -conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot -distribute so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you -may not distribute the Library at all. For example, if a patent -license would not permit royalty-free redistribution of the Library by -all those who receive copies directly or indirectly through you, then -the only way you could satisfy both it and this License would be to -refrain entirely from distribution of the Library. - -If any portion of this section is held invalid or unenforceable under any -particular circumstance, the balance of the section is intended to apply, -and the section as a whole is intended to apply in other circumstances. - -It is not the purpose of this section to induce you to infringe any -patents or other property right claims or to contest validity of any -such claims; this section has the sole purpose of protecting the -integrity of the free software distribution system which is -implemented by public license practices. Many people have made -generous contributions to the wide range of software distributed -through that system in reliance on consistent application of that -system; it is up to the author/donor to decide if he or she is willing -to distribute software through any other system and a licensee cannot -impose that choice. - -This section is intended to make thoroughly clear what is believed to -be a consequence of the rest of this License. - - 12. If the distribution and/or use of the Library is restricted in -certain countries either by patents or by copyrighted interfaces, the -original copyright holder who places the Library under this License may add -an explicit geographical distribution limitation excluding those countries, -so that distribution is permitted only in or among countries not thus -excluded. In such case, this License incorporates the limitation as if -written in the body of this License. - - 13. The Free Software Foundation may publish revised and/or new -versions of the Lesser General Public License from time to time. -Such new versions will be similar in spirit to the present version, -but may differ in detail to address new problems or concerns. - -Each version is given a distinguishing version number. If the Library -specifies a version number of this License which applies to it and -"any later version", you have the option of following the terms and -conditions either of that version or of any later version published by -the Free Software Foundation. If the Library does not specify a -license version number, you may choose any version ever published by -the Free Software Foundation. - - 14. If you wish to incorporate parts of the Library into other free -programs whose distribution conditions are incompatible with these, -write to the author to ask for permission. For software which is -copyrighted by the Free Software Foundation, write to the Free -Software Foundation; we sometimes make exceptions for this. Our -decision will be guided by the two goals of preserving the free status -of all derivatives of our free software and of promoting the sharing -and reuse of software generally. - - NO WARRANTY - - 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO -WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. -EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR -OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY -KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE -LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME -THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - - 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN -WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY -AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU -FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR -CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE -LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING -RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A -FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF -SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGES. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Libraries - - If you develop a new library, and you want it to be of the greatest -possible use to the public, we recommend making it free software that -everyone can redistribute and change. You can do so by permitting -redistribution under these terms (or, alternatively, under the terms of the -ordinary General Public License). - - To apply these terms, attach the following notices to the library. It is -safest to attach them to the start of each source file to most effectively -convey the exclusion of warranty; and each file should have at least the -"copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. - - This library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. - - You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - -Also add information on how to contact you by electronic and paper mail. - -You should also get your employer (if you work as a programmer) or your -school, if any, to sign a "copyright disclaimer" for the library, if -necessary. Here is a sample; alter the names: - - Yoyodyne, Inc., hereby disclaims all copyright interest in the - library `Frob' (a library for tweaking knobs) written by James Random Hacker. - - , 1 April 1990 - Ty Coon, President of Vice - -That's all there is to it! - - -GCC RUNTIME LIBRARY EXCEPTION - -Version 3.1, 31 March 2009 - -Copyright (C) 2009 Free Software Foundation, Inc. - -Everyone is permitted to copy and distribute verbatim copies of this -license document, but changing it is not allowed. - -This GCC Runtime Library Exception ("Exception") is an additional -permission under section 7 of the GNU General Public License, version -3 ("GPLv3"). It applies to a given file (the "Runtime Library") that -bears a notice placed by the copyright holder of the file stating that -the file is governed by GPLv3 along with this Exception. - -When you use GCC to compile a program, GCC may combine portions of -certain GCC header files and runtime libraries with the compiled -program. The purpose of this Exception is to allow compilation of -non-GPL (including proprietary) programs to use, in this way, the -header files and runtime libraries covered by this Exception. - -0. Definitions. - -A file is an "Independent Module" if it either requires the Runtime -Library for execution after a Compilation Process, or makes use of an -interface provided by the Runtime Library, but is not otherwise based -on the Runtime Library. - -"GCC" means a version of the GNU Compiler Collection, with or without -modifications, governed by version 3 (or a specified later version) of -the GNU General Public License (GPL) with the option of using any -subsequent versions published by the FSF. - -"GPL-compatible Software" is software whose conditions of propagation, -modification and use would permit combination with GCC in accord with -the license of GCC. - -"Target Code" refers to output from any compiler for a real or virtual -target processor architecture, in executable form or suitable for -input to an assembler, loader, linker and/or execution -phase. Notwithstanding that, Target Code does not include data in any -format that is used as a compiler intermediate representation, or used -for producing a compiler intermediate representation. - -The "Compilation Process" transforms code entirely represented in -non-intermediate languages designed for human-written code, and/or in -Java Virtual Machine byte code, into Target Code. Thus, for example, -use of source code generators and preprocessors need not be considered -part of the Compilation Process, since the Compilation Process can be -understood as starting with the output of the generators or -preprocessors. - -A Compilation Process is "Eligible" if it is done using GCC, alone or -with other GPL-compatible software, or if it is done without using any -work based on GCC. For example, using non-GPL-compatible Software to -optimize any GCC intermediate representations would not qualify as an -Eligible Compilation Process. - -1. Grant of Additional Permission. - -You have permission to propagate a work of Target Code formed by -combining the Runtime Library with Independent Modules, even if such -propagation would otherwise violate the terms of GPLv3, provided that -all Target Code was generated by Eligible Compilation Processes. You -may then convey such a combination under terms of your choice, -consistent with the licensing of the Independent Modules. - -2. No Weakening of GCC Copyleft. - -The availability of this Exception does not imply any general -presumption that third-party software is unaffected by the copyleft -requirements of the license of GCC. - - GNU GENERAL PUBLIC LICENSE - Version 3, 29 June 2007 - - Copyright (C) 2007 Free Software Foundation, Inc. - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The GNU General Public License is a free, copyleft license for -software and other kinds of works. - - The licenses for most software and other practical works are designed -to take away your freedom to share and change the works. By contrast, -the GNU General Public License is intended to guarantee your freedom to -share and change all versions of a program--to make sure it remains free -software for all its users. We, the Free Software Foundation, use the -GNU General Public License for most of our software; it applies also to -any other work released this way by its authors. You can apply it to -your programs, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -them if you wish), that you receive source code or can get it if you -want it, that you can change the software or use pieces of it in new -free programs, and that you know you can do these things. - - To protect your rights, we need to prevent others from denying you -these rights or asking you to surrender the rights. Therefore, you have -certain responsibilities if you distribute copies of the software, or if -you modify it: responsibilities to respect the freedom of others. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must pass on to the recipients the same -freedoms that you received. You must make sure that they, too, receive -or can get the source code. And you must show them these terms so they -know their rights. - - Developers that use the GNU GPL protect your rights with two steps: -(1) assert copyright on the software, and (2) offer you this License -giving you legal permission to copy, distribute and/or modify it. - - For the developers' and authors' protection, the GPL clearly explains -that there is no warranty for this free software. For both users' and -authors' sake, the GPL requires that modified versions be marked as -changed, so that their problems will not be attributed erroneously to -authors of previous versions. - - Some devices are designed to deny users access to install or run -modified versions of the software inside them, although the manufacturer -can do so. This is fundamentally incompatible with the aim of -protecting users' freedom to change the software. The systematic -pattern of such abuse occurs in the area of products for individuals to -use, which is precisely where it is most unacceptable. Therefore, we -have designed this version of the GPL to prohibit the practice for those -products. If such problems arise substantially in other domains, we -stand ready to extend this provision to those domains in future versions -of the GPL, as needed to protect the freedom of users. - - Finally, every program is threatened constantly by software patents. -States should not allow patents to restrict development and use of -software on general-purpose computers, but in those that do, we wish to -avoid the special danger that patents applied to a free program could -make it effectively proprietary. To prevent this, the GPL assures that -patents cannot be used to render the program non-free. - - The precise terms and conditions for copying, distribution and -modification follow. - - TERMS AND CONDITIONS - - 0. Definitions. - - "This License" refers to version 3 of the GNU General Public License. - - "Copyright" also means copyright-like laws that apply to other kinds of -works, such as semiconductor masks. - - "The Program" refers to any copyrightable work licensed under this -License. Each licensee is addressed as "you". "Licensees" and -"recipients" may be individuals or organizations. - - To "modify" a work means to copy from or adapt all or part of the work -in a fashion requiring copyright permission, other than the making of an -exact copy. The resulting work is called a "modified version" of the -earlier work or a work "based on" the earlier work. - - A "covered work" means either the unmodified Program or a work based -on the Program. - - To "propagate" a work means to do anything with it that, without -permission, would make you directly or secondarily liable for -infringement under applicable copyright law, except executing it on a -computer or modifying a private copy. Propagation includes copying, -distribution (with or without modification), making available to the -public, and in some countries other activities as well. - - To "convey" a work means any kind of propagation that enables other -parties to make or receive copies. Mere interaction with a user through -a computer network, with no transfer of a copy, is not conveying. - - An interactive user interface displays "Appropriate Legal Notices" -to the extent that it includes a convenient and prominently visible -feature that (1) displays an appropriate copyright notice, and (2) -tells the user that there is no warranty for the work (except to the -extent that warranties are provided), that licensees may convey the -work under this License, and how to view a copy of this License. If -the interface presents a list of user commands or options, such as a -menu, a prominent item in the list meets this criterion. - - 1. Source Code. - - The "source code" for a work means the preferred form of the work -for making modifications to it. "Object code" means any non-source -form of a work. - - A "Standard Interface" means an interface that either is an official -standard defined by a recognized standards body, or, in the case of -interfaces specified for a particular programming language, one that -is widely used among developers working in that language. - - The "System Libraries" of an executable work include anything, other -than the work as a whole, that (a) is included in the normal form of -packaging a Major Component, but which is not part of that Major -Component, and (b) serves only to enable use of the work with that -Major Component, or to implement a Standard Interface for which an -implementation is available to the public in source code form. A -"Major Component", in this context, means a major essential component -(kernel, window system, and so on) of the specific operating system -(if any) on which the executable work runs, or a compiler used to -produce the work, or an object code interpreter used to run it. - - The "Corresponding Source" for a work in object code form means all -the source code needed to generate, install, and (for an executable -work) run the object code and to modify the work, including scripts to -control those activities. However, it does not include the work's -System Libraries, or general-purpose tools or generally available free -programs which are used unmodified in performing those activities but -which are not part of the work. For example, Corresponding Source -includes interface definition files associated with source files for -the work, and the source code for shared libraries and dynamically -linked subprograms that the work is specifically designed to require, -such as by intimate data communication or control flow between those -subprograms and other parts of the work. - - The Corresponding Source need not include anything that users -can regenerate automatically from other parts of the Corresponding -Source. - - The Corresponding Source for a work in source code form is that -same work. - - 2. Basic Permissions. - - All rights granted under this License are granted for the term of -copyright on the Program, and are irrevocable provided the stated -conditions are met. This License explicitly affirms your unlimited -permission to run the unmodified Program. The output from running a -covered work is covered by this License only if the output, given its -content, constitutes a covered work. This License acknowledges your -rights of fair use or other equivalent, as provided by copyright law. - - You may make, run and propagate covered works that you do not -convey, without conditions so long as your license otherwise remains -in force. You may convey covered works to others for the sole purpose -of having them make modifications exclusively for you, or provide you -with facilities for running those works, provided that you comply with -the terms of this License in conveying all material for which you do -not control copyright. Those thus making or running the covered works -for you must do so exclusively on your behalf, under your direction -and control, on terms that prohibit them from making any copies of -your copyrighted material outside their relationship with you. - - Conveying under any other circumstances is permitted solely under -the conditions stated below. Sublicensing is not allowed; section 10 -makes it unnecessary. - - 3. Protecting Users' Legal Rights From Anti-Circumvention Law. - - No covered work shall be deemed part of an effective technological -measure under any applicable law fulfilling obligations under article -11 of the WIPO copyright treaty adopted on 20 December 1996, or -similar laws prohibiting or restricting circumvention of such -measures. - - When you convey a covered work, you waive any legal power to forbid -circumvention of technological measures to the extent such circumvention -is effected by exercising rights under this License with respect to -the covered work, and you disclaim any intention to limit operation or -modification of the work as a means of enforcing, against the work's -users, your or third parties' legal rights to forbid circumvention of -technological measures. - - 4. Conveying Verbatim Copies. - - You may convey verbatim copies of the Program's source code as you -receive it, in any medium, provided that you conspicuously and -appropriately publish on each copy an appropriate copyright notice; -keep intact all notices stating that this License and any -non-permissive terms added in accord with section 7 apply to the code; -keep intact all notices of the absence of any warranty; and give all -recipients a copy of this License along with the Program. - - You may charge any price or no price for each copy that you convey, -and you may offer support or warranty protection for a fee. - - 5. Conveying Modified Source Versions. - - You may convey a work based on the Program, or the modifications to -produce it from the Program, in the form of source code under the -terms of section 4, provided that you also meet all of these conditions: - - a) The work must carry prominent notices stating that you modified - it, and giving a relevant date. - - b) The work must carry prominent notices stating that it is - released under this License and any conditions added under section - 7. This requirement modifies the requirement in section 4 to - "keep intact all notices". - - c) You must license the entire work, as a whole, under this - License to anyone who comes into possession of a copy. This - License will therefore apply, along with any applicable section 7 - additional terms, to the whole of the work, and all its parts, - regardless of how they are packaged. This License gives no - permission to license the work in any other way, but it does not - invalidate such permission if you have separately received it. - - d) If the work has interactive user interfaces, each must display - Appropriate Legal Notices; however, if the Program has interactive - interfaces that do not display Appropriate Legal Notices, your - work need not make them do so. - - A compilation of a covered work with other separate and independent -works, which are not by their nature extensions of the covered work, -and which are not combined with it such as to form a larger program, -in or on a volume of a storage or distribution medium, is called an -"aggregate" if the compilation and its resulting copyright are not -used to limit the access or legal rights of the compilation's users -beyond what the individual works permit. Inclusion of a covered work -in an aggregate does not cause this License to apply to the other -parts of the aggregate. - - 6. Conveying Non-Source Forms. - - You may convey a covered work in object code form under the terms -of sections 4 and 5, provided that you also convey the -machine-readable Corresponding Source under the terms of this License, -in one of these ways: - - a) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by the - Corresponding Source fixed on a durable physical medium - customarily used for software interchange. - - b) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by a - written offer, valid for at least three years and valid for as - long as you offer spare parts or customer support for that product - model, to give anyone who possesses the object code either (1) a - copy of the Corresponding Source for all the software in the - product that is covered by this License, on a durable physical - medium customarily used for software interchange, for a price no - more than your reasonable cost of physically performing this - conveying of source, or (2) access to copy the - Corresponding Source from a network server at no charge. - - c) Convey individual copies of the object code with a copy of the - written offer to provide the Corresponding Source. This - alternative is allowed only occasionally and noncommercially, and - only if you received the object code with such an offer, in accord - with subsection 6b. - - d) Convey the object code by offering access from a designated - place (gratis or for a charge), and offer equivalent access to the - Corresponding Source in the same way through the same place at no - further charge. You need not require recipients to copy the - Corresponding Source along with the object code. If the place to - copy the object code is a network server, the Corresponding Source - may be on a different server (operated by you or a third party) - that supports equivalent copying facilities, provided you maintain - clear directions next to the object code saying where to find the - Corresponding Source. Regardless of what server hosts the - Corresponding Source, you remain obligated to ensure that it is - available for as long as needed to satisfy these requirements. - - e) Convey the object code using peer-to-peer transmission, provided - you inform other peers where the object code and Corresponding - Source of the work are being offered to the general public at no - charge under subsection 6d. - - A separable portion of the object code, whose source code is excluded -from the Corresponding Source as a System Library, need not be -included in conveying the object code work. - - A "User Product" is either (1) a "consumer product", which means any -tangible personal property which is normally used for personal, family, -or household purposes, or (2) anything designed or sold for incorporation -into a dwelling. In determining whether a product is a consumer product, -doubtful cases shall be resolved in favor of coverage. For a particular -product received by a particular user, "normally used" refers to a -typical or common use of that class of product, regardless of the status -of the particular user or of the way in which the particular user -actually uses, or expects or is expected to use, the product. A product -is a consumer product regardless of whether the product has substantial -commercial, industrial or non-consumer uses, unless such uses represent -the only significant mode of use of the product. - - "Installation Information" for a User Product means any methods, -procedures, authorization keys, or other information required to install -and execute modified versions of a covered work in that User Product from -a modified version of its Corresponding Source. The information must -suffice to ensure that the continued functioning of the modified object -code is in no case prevented or interfered with solely because -modification has been made. - - If you convey an object code work under this section in, or with, or -specifically for use in, a User Product, and the conveying occurs as -part of a transaction in which the right of possession and use of the -User Product is transferred to the recipient in perpetuity or for a -fixed term (regardless of how the transaction is characterized), the -Corresponding Source conveyed under this section must be accompanied -by the Installation Information. But this requirement does not apply -if neither you nor any third party retains the ability to install -modified object code on the User Product (for example, the work has -been installed in ROM). - - The requirement to provide Installation Information does not include a -requirement to continue to provide support service, warranty, or updates -for a work that has been modified or installed by the recipient, or for -the User Product in which it has been modified or installed. Access to a -network may be denied when the modification itself materially and -adversely affects the operation of the network or violates the rules and -protocols for communication across the network. - - Corresponding Source conveyed, and Installation Information provided, -in accord with this section must be in a format that is publicly -documented (and with an implementation available to the public in -source code form), and must require no special password or key for -unpacking, reading or copying. - - 7. Additional Terms. - - "Additional permissions" are terms that supplement the terms of this -License by making exceptions from one or more of its conditions. -Additional permissions that are applicable to the entire Program shall -be treated as though they were included in this License, to the extent -that they are valid under applicable law. If additional permissions -apply only to part of the Program, that part may be used separately -under those permissions, but the entire Program remains governed by -this License without regard to the additional permissions. - - When you convey a copy of a covered work, you may at your option -remove any additional permissions from that copy, or from any part of -it. (Additional permissions may be written to require their own -removal in certain cases when you modify the work.) You may place -additional permissions on material, added by you to a covered work, -for which you have or can give appropriate copyright permission. - - Notwithstanding any other provision of this License, for material you -add to a covered work, you may (if authorized by the copyright holders of -that material) supplement the terms of this License with terms: - - a) Disclaiming warranty or limiting liability differently from the - terms of sections 15 and 16 of this License; or - - b) Requiring preservation of specified reasonable legal notices or - author attributions in that material or in the Appropriate Legal - Notices displayed by works containing it; or - - c) Prohibiting misrepresentation of the origin of that material, or - requiring that modified versions of such material be marked in - reasonable ways as different from the original version; or - - d) Limiting the use for publicity purposes of names of licensors or - authors of the material; or - - e) Declining to grant rights under trademark law for use of some - trade names, trademarks, or service marks; or - - f) Requiring indemnification of licensors and authors of that - material by anyone who conveys the material (or modified versions of - it) with contractual assumptions of liability to the recipient, for - any liability that these contractual assumptions directly impose on - those licensors and authors. - - All other non-permissive additional terms are considered "further -restrictions" within the meaning of section 10. If the Program as you -received it, or any part of it, contains a notice stating that it is -governed by this License along with a term that is a further -restriction, you may remove that term. If a license document contains -a further restriction but permits relicensing or conveying under this -License, you may add to a covered work material governed by the terms -of that license document, provided that the further restriction does -not survive such relicensing or conveying. - - If you add terms to a covered work in accord with this section, you -must place, in the relevant source files, a statement of the -additional terms that apply to those files, or a notice indicating -where to find the applicable terms. - - Additional terms, permissive or non-permissive, may be stated in the -form of a separately written license, or stated as exceptions; -the above requirements apply either way. - - 8. Termination. - - You may not propagate or modify a covered work except as expressly -provided under this License. Any attempt otherwise to propagate or -modify it is void, and will automatically terminate your rights under -this License (including any patent licenses granted under the third -paragraph of section 11). - - However, if you cease all violation of this License, then your -license from a particular copyright holder is reinstated (a) -provisionally, unless and until the copyright holder explicitly and -finally terminates your license, and (b) permanently, if the copyright -holder fails to notify you of the violation by some reasonable means -prior to 60 days after the cessation. - - Moreover, your license from a particular copyright holder is -reinstated permanently if the copyright holder notifies you of the -violation by some reasonable means, this is the first time you have -received notice of violation of this License (for any work) from that -copyright holder, and you cure the violation prior to 30 days after -your receipt of the notice. - - Termination of your rights under this section does not terminate the -licenses of parties who have received copies or rights from you under -this License. If your rights have been terminated and not permanently -reinstated, you do not qualify to receive new licenses for the same -material under section 10. - - 9. Acceptance Not Required for Having Copies. - - You are not required to accept this License in order to receive or -run a copy of the Program. Ancillary propagation of a covered work -occurring solely as a consequence of using peer-to-peer transmission -to receive a copy likewise does not require acceptance. However, -nothing other than this License grants you permission to propagate or -modify any covered work. These actions infringe copyright if you do -not accept this License. Therefore, by modifying or propagating a -covered work, you indicate your acceptance of this License to do so. - - 10. Automatic Licensing of Downstream Recipients. - - Each time you convey a covered work, the recipient automatically -receives a license from the original licensors, to run, modify and -propagate that work, subject to this License. You are not responsible -for enforcing compliance by third parties with this License. - - An "entity transaction" is a transaction transferring control of an -organization, or substantially all assets of one, or subdividing an -organization, or merging organizations. If propagation of a covered -work results from an entity transaction, each party to that -transaction who receives a copy of the work also receives whatever -licenses to the work the party's predecessor in interest had or could -give under the previous paragraph, plus a right to possession of the -Corresponding Source of the work from the predecessor in interest, if -the predecessor has it or can get it with reasonable efforts. - - You may not impose any further restrictions on the exercise of the -rights granted or affirmed under this License. For example, you may -not impose a license fee, royalty, or other charge for exercise of -rights granted under this License, and you may not initiate litigation -(including a cross-claim or counterclaim in a lawsuit) alleging that -any patent claim is infringed by making, using, selling, offering for -sale, or importing the Program or any portion of it. - - 11. Patents. - - A "contributor" is a copyright holder who authorizes use under this -License of the Program or a work on which the Program is based. The -work thus licensed is called the contributor's "contributor version". - - A contributor's "essential patent claims" are all patent claims -owned or controlled by the contributor, whether already acquired or -hereafter acquired, that would be infringed by some manner, permitted -by this License, of making, using, or selling its contributor version, -but do not include claims that would be infringed only as a -consequence of further modification of the contributor version. For -purposes of this definition, "control" includes the right to grant -patent sublicenses in a manner consistent with the requirements of -this License. - - Each contributor grants you a non-exclusive, worldwide, royalty-free -patent license under the contributor's essential patent claims, to -make, use, sell, offer for sale, import and otherwise run, modify and -propagate the contents of its contributor version. - - In the following three paragraphs, a "patent license" is any express -agreement or commitment, however denominated, not to enforce a patent -(such as an express permission to practice a patent or covenant not to -sue for patent infringement). To "grant" such a patent license to a -party means to make such an agreement or commitment not to enforce a -patent against the party. - - If you convey a covered work, knowingly relying on a patent license, -and the Corresponding Source of the work is not available for anyone -to copy, free of charge and under the terms of this License, through a -publicly available network server or other readily accessible means, -then you must either (1) cause the Corresponding Source to be so -available, or (2) arrange to deprive yourself of the benefit of the -patent license for this particular work, or (3) arrange, in a manner -consistent with the requirements of this License, to extend the patent -license to downstream recipients. "Knowingly relying" means you have -actual knowledge that, but for the patent license, your conveying the -covered work in a country, or your recipient's use of the covered work -in a country, would infringe one or more identifiable patents in that -country that you have reason to believe are valid. - - If, pursuant to or in connection with a single transaction or -arrangement, you convey, or propagate by procuring conveyance of, a -covered work, and grant a patent license to some of the parties -receiving the covered work authorizing them to use, propagate, modify -or convey a specific copy of the covered work, then the patent license -you grant is automatically extended to all recipients of the covered -work and works based on it. - - A patent license is "discriminatory" if it does not include within -the scope of its coverage, prohibits the exercise of, or is -conditioned on the non-exercise of one or more of the rights that are -specifically granted under this License. You may not convey a covered -work if you are a party to an arrangement with a third party that is -in the business of distributing software, under which you make payment -to the third party based on the extent of your activity of conveying -the work, and under which the third party grants, to any of the -parties who would receive the covered work from you, a discriminatory -patent license (a) in connection with copies of the covered work -conveyed by you (or copies made from those copies), or (b) primarily -for and in connection with specific products or compilations that -contain the covered work, unless you entered into that arrangement, -or that patent license was granted, prior to 28 March 2007. - - Nothing in this License shall be construed as excluding or limiting -any implied license or other defenses to infringement that may -otherwise be available to you under applicable patent law. - - 12. No Surrender of Others' Freedom. - - If conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot convey a -covered work so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you may -not convey it at all. For example, if you agree to terms that obligate you -to collect a royalty for further conveying from those to whom you convey -the Program, the only way you could satisfy both those terms and this -License would be to refrain entirely from conveying the Program. - - 13. Use with the GNU Affero General Public License. - - Notwithstanding any other provision of this License, you have -permission to link or combine any covered work with a work licensed -under version 3 of the GNU Affero General Public License into a single -combined work, and to convey the resulting work. The terms of this -License will continue to apply to the part which is the covered work, -but the special requirements of the GNU Affero General Public License, -section 13, concerning interaction through a network will apply to the -combination as such. - - 14. Revised Versions of this License. - - The Free Software Foundation may publish revised and/or new versions of -the GNU General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - - Each version is given a distinguishing version number. If the -Program specifies that a certain numbered version of the GNU General -Public License "or any later version" applies to it, you have the -option of following the terms and conditions either of that numbered -version or of any later version published by the Free Software -Foundation. If the Program does not specify a version number of the -GNU General Public License, you may choose any version ever published -by the Free Software Foundation. - - If the Program specifies that a proxy can decide which future -versions of the GNU General Public License can be used, that proxy's -public statement of acceptance of a version permanently authorizes you -to choose that version for the Program. - - Later license versions may give you additional or different -permissions. However, no additional obligations are imposed on any -author or copyright holder as a result of your choosing to follow a -later version. - - 15. Disclaimer of Warranty. - - THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY -APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT -HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY -OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, -THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM -IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF -ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - - 16. Limitation of Liability. - - IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS -THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY -GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE -USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF -DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD -PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), -EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF -SUCH DAMAGES. - - 17. Interpretation of Sections 15 and 16. - - If the disclaimer of warranty and limitation of liability provided -above cannot be given local legal effect according to their terms, -reviewing courts shall apply local law that most closely approximates -an absolute waiver of all civil liability in connection with the -Program, unless a warranty or assumption of liability accompanies a -copy of the Program in return for a fee. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -state the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - -Also add information on how to contact you by electronic and paper mail. - - If the program does terminal interaction, make it output a short -notice like this when it starts in an interactive mode: - - Copyright (C) - This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, your program's commands -might be different; for a GUI interface, you would use an "about box". - - You should also get your employer (if you work as a programmer) or school, -if any, to sign a "copyright disclaimer" for the program, if necessary. -For more information on this, and how to apply and follow the GNU GPL, see -. - - The GNU General Public License does not permit incorporating your program -into proprietary programs. If your program is a subroutine library, you -may consider it more useful to permit linking proprietary applications with -the library. If this is what you want to do, use the GNU Lesser General -Public License instead of this License. But first, please read -. - GNU LESSER GENERAL PUBLIC LICENSE - Version 3, 29 June 2007 - - Copyright (C) 2007 Free Software Foundation, Inc. - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - - This version of the GNU Lesser General Public License incorporates -the terms and conditions of version 3 of the GNU General Public -License, supplemented by the additional permissions listed below. - - 0. Additional Definitions. - - As used herein, "this License" refers to version 3 of the GNU Lesser -General Public License, and the "GNU GPL" refers to version 3 of the GNU -General Public License. - - "The Library" refers to a covered work governed by this License, -other than an Application or a Combined Work as defined below. - - An "Application" is any work that makes use of an interface provided -by the Library, but which is not otherwise based on the Library. -Defining a subclass of a class defined by the Library is deemed a mode -of using an interface provided by the Library. - - A "Combined Work" is a work produced by combining or linking an -Application with the Library. The particular version of the Library -with which the Combined Work was made is also called the "Linked -Version". - - The "Minimal Corresponding Source" for a Combined Work means the -Corresponding Source for the Combined Work, excluding any source code -for portions of the Combined Work that, considered in isolation, are -based on the Application, and not on the Linked Version. - - The "Corresponding Application Code" for a Combined Work means the -object code and/or source code for the Application, including any data -and utility programs needed for reproducing the Combined Work from the -Application, but excluding the System Libraries of the Combined Work. - - 1. Exception to Section 3 of the GNU GPL. - - You may convey a covered work under sections 3 and 4 of this License -without being bound by section 3 of the GNU GPL. - - 2. Conveying Modified Versions. - - If you modify a copy of the Library, and, in your modifications, a -facility refers to a function or data to be supplied by an Application -that uses the facility (other than as an argument passed when the -facility is invoked), then you may convey a copy of the modified -version: - - a) under this License, provided that you make a good faith effort to - ensure that, in the event an Application does not supply the - function or data, the facility still operates, and performs - whatever part of its purpose remains meaningful, or - - b) under the GNU GPL, with none of the additional permissions of - this License applicable to that copy. - - 3. Object Code Incorporating Material from Library Header Files. - - The object code form of an Application may incorporate material from -a header file that is part of the Library. You may convey such object -code under terms of your choice, provided that, if the incorporated -material is not limited to numerical parameters, data structure -layouts and accessors, or small macros, inline functions and templates -(ten or fewer lines in length), you do both of the following: - - a) Give prominent notice with each copy of the object code that the - Library is used in it and that the Library and its use are - covered by this License. - - b) Accompany the object code with a copy of the GNU GPL and this license - document. - - 4. Combined Works. - - You may convey a Combined Work under terms of your choice that, -taken together, effectively do not restrict modification of the -portions of the Library contained in the Combined Work and reverse -engineering for debugging such modifications, if you also do each of -the following: - - a) Give prominent notice with each copy of the Combined Work that - the Library is used in it and that the Library and its use are - covered by this License. - - b) Accompany the Combined Work with a copy of the GNU GPL and this license - document. - - c) For a Combined Work that displays copyright notices during - execution, include the copyright notice for the Library among - these notices, as well as a reference directing the user to the - copies of the GNU GPL and this license document. - - d) Do one of the following: - - 0) Convey the Minimal Corresponding Source under the terms of this - License, and the Corresponding Application Code in a form - suitable for, and under terms that permit, the user to - recombine or relink the Application with a modified version of - the Linked Version to produce a modified Combined Work, in the - manner specified by section 6 of the GNU GPL for conveying - Corresponding Source. - - 1) Use a suitable shared library mechanism for linking with the - Library. A suitable mechanism is one that (a) uses at run time - a copy of the Library already present on the user's computer - system, and (b) will operate properly with a modified version - of the Library that is interface-compatible with the Linked - Version. - - e) Provide Installation Information, but only if you would otherwise - be required to provide such information under section 6 of the - GNU GPL, and only to the extent that such information is - necessary to install and execute a modified version of the - Combined Work produced by recombining or relinking the - Application with a modified version of the Linked Version. (If - you use option 4d0, the Installation Information must accompany - the Minimal Corresponding Source and Corresponding Application - Code. If you use option 4d1, you must provide the Installation - Information in the manner specified by section 6 of the GNU GPL - for conveying Corresponding Source.) - - 5. Combined Libraries. - - You may place library facilities that are a work based on the -Library side by side in a single library together with other library -facilities that are not Applications and are not covered by this -License, and convey such a combined library under terms of your -choice, if you do both of the following: - - a) Accompany the combined library with a copy of the same work based - on the Library, uncombined with any other library facilities, - conveyed under the terms of this License. - - b) Give prominent notice with the combined library that part of it - is a work based on the Library, and explaining where to find the - accompanying uncombined form of the same work. - - 6. Revised Versions of the GNU Lesser General Public License. - - The Free Software Foundation may publish revised and/or new versions -of the GNU Lesser General Public License from time to time. Such new -versions will be similar in spirit to the present version, but may -differ in detail to address new problems or concerns. - - Each version is given a distinguishing version number. If the -Library as you received it specifies that a certain numbered version -of the GNU Lesser General Public License "or any later version" -applies to it, you have the option of following the terms and -conditions either of that published version or of any later version -published by the Free Software Foundation. If the Library as you -received it does not specify a version number of the GNU Lesser -General Public License, you may choose any version of the GNU Lesser -General Public License ever published by the Free Software Foundation. - - If the Library as you received it specifies that a proxy can decide -whether future versions of the GNU Lesser General Public License shall -apply, that proxy's public statement of acceptance of any version is -permanent authorization for you to choose that version for the -Library. - GNU GENERAL PUBLIC LICENSE - Version 2, June 1991 - - Copyright (C) 1989, 1991 Free Software Foundation, Inc. - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The licenses for most software are designed to take away your -freedom to share and change it. By contrast, the GNU General Public -License is intended to guarantee your freedom to share and change free -software--to make sure the software is free for all its users. This -General Public License applies to most of the Free Software -Foundation's software and to any other program whose authors commit to -using it. (Some other Free Software Foundation software is covered by -the GNU Library General Public License instead.) You can apply it to -your programs, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -this service if you wish), that you receive source code or can get it -if you want it, that you can change the software or use pieces of it -in new free programs; and that you know you can do these things. - - To protect your rights, we need to make restrictions that forbid -anyone to deny you these rights or to ask you to surrender the rights. -These restrictions translate to certain responsibilities for you if you -distribute copies of the software, or if you modify it. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must give the recipients all the rights that -you have. You must make sure that they, too, receive or can get the -source code. And you must show them these terms so they know their -rights. - - We protect your rights with two steps: (1) copyright the software, and -(2) offer you this license which gives you legal permission to copy, -distribute and/or modify the software. - - Also, for each author's protection and ours, we want to make certain -that everyone understands that there is no warranty for this free -software. If the software is modified by someone else and passed on, we -want its recipients to know that what they have is not the original, so -that any problems introduced by others will not reflect on the original -authors' reputations. - - Finally, any free program is threatened constantly by software -patents. We wish to avoid the danger that redistributors of a free -program will individually obtain patent licenses, in effect making the -program proprietary. To prevent this, we have made it clear that any -patent must be licensed for everyone's free use or not licensed at all. - - The precise terms and conditions for copying, distribution and -modification follow. - - GNU GENERAL PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. This License applies to any program or other work which contains -a notice placed by the copyright holder saying it may be distributed -under the terms of this General Public License. The "Program", below, -refers to any such program or work, and a "work based on the Program" -means either the Program or any derivative work under copyright law: -that is to say, a work containing the Program or a portion of it, -either verbatim or with modifications and/or translated into another -language. (Hereinafter, translation is included without limitation in -the term "modification".) Each licensee is addressed as "you". - -Activities other than copying, distribution and modification are not -covered by this License; they are outside its scope. The act of -running the Program is not restricted, and the output from the Program -is covered only if its contents constitute a work based on the -Program (independent of having been made by running the Program). -Whether that is true depends on what the Program does. - - 1. You may copy and distribute verbatim copies of the Program's -source code as you receive it, in any medium, provided that you -conspicuously and appropriately publish on each copy an appropriate -copyright notice and disclaimer of warranty; keep intact all the -notices that refer to this License and to the absence of any warranty; -and give any other recipients of the Program a copy of this License -along with the Program. - -You may charge a fee for the physical act of transferring a copy, and -you may at your option offer warranty protection in exchange for a fee. - - 2. You may modify your copy or copies of the Program or any portion -of it, thus forming a work based on the Program, and copy and -distribute such modifications or work under the terms of Section 1 -above, provided that you also meet all of these conditions: - - a) You must cause the modified files to carry prominent notices - stating that you changed the files and the date of any change. - - b) You must cause any work that you distribute or publish, that in - whole or in part contains or is derived from the Program or any - part thereof, to be licensed as a whole at no charge to all third - parties under the terms of this License. - - c) If the modified program normally reads commands interactively - when run, you must cause it, when started running for such - interactive use in the most ordinary way, to print or display an - announcement including an appropriate copyright notice and a - notice that there is no warranty (or else, saying that you provide - a warranty) and that users may redistribute the program under - these conditions, and telling the user how to view a copy of this - License. (Exception: if the Program itself is interactive but - does not normally print such an announcement, your work based on - the Program is not required to print an announcement.) - -These requirements apply to the modified work as a whole. If -identifiable sections of that work are not derived from the Program, -and can be reasonably considered independent and separate works in -themselves, then this License, and its terms, do not apply to those -sections when you distribute them as separate works. But when you -distribute the same sections as part of a whole which is a work based -on the Program, the distribution of the whole must be on the terms of -this License, whose permissions for other licensees extend to the -entire whole, and thus to each and every part regardless of who wrote it. - -Thus, it is not the intent of this section to claim rights or contest -your rights to work written entirely by you; rather, the intent is to -exercise the right to control the distribution of derivative or -collective works based on the Program. - -In addition, mere aggregation of another work not based on the Program -with the Program (or with a work based on the Program) on a volume of -a storage or distribution medium does not bring the other work under -the scope of this License. - - 3. You may copy and distribute the Program (or a work based on it, -under Section 2) in object code or executable form under the terms of -Sections 1 and 2 above provided that you also do one of the following: - - a) Accompany it with the complete corresponding machine-readable - source code, which must be distributed under the terms of Sections - 1 and 2 above on a medium customarily used for software interchange; or, - - b) Accompany it with a written offer, valid for at least three - years, to give any third party, for a charge no more than your - cost of physically performing source distribution, a complete - machine-readable copy of the corresponding source code, to be - distributed under the terms of Sections 1 and 2 above on a medium - customarily used for software interchange; or, - - c) Accompany it with the information you received as to the offer - to distribute corresponding source code. (This alternative is - allowed only for noncommercial distribution and only if you - received the program in object code or executable form with such - an offer, in accord with Subsection b above.) - -The source code for a work means the preferred form of the work for -making modifications to it. For an executable work, complete source -code means all the source code for all modules it contains, plus any -associated interface definition files, plus the scripts used to -control compilation and installation of the executable. However, as a -special exception, the source code distributed need not include -anything that is normally distributed (in either source or binary -form) with the major components (compiler, kernel, and so on) of the -operating system on which the executable runs, unless that component -itself accompanies the executable. - -If distribution of executable or object code is made by offering -access to copy from a designated place, then offering equivalent -access to copy the source code from the same place counts as -distribution of the source code, even though third parties are not -compelled to copy the source along with the object code. - - 4. You may not copy, modify, sublicense, or distribute the Program -except as expressly provided under this License. Any attempt -otherwise to copy, modify, sublicense or distribute the Program is -void, and will automatically terminate your rights under this License. -However, parties who have received copies, or rights, from you under -this License will not have their licenses terminated so long as such -parties remain in full compliance. - - 5. You are not required to accept this License, since you have not -signed it. However, nothing else grants you permission to modify or -distribute the Program or its derivative works. These actions are -prohibited by law if you do not accept this License. Therefore, by -modifying or distributing the Program (or any work based on the -Program), you indicate your acceptance of this License to do so, and -all its terms and conditions for copying, distributing or modifying -the Program or works based on it. - - 6. Each time you redistribute the Program (or any work based on the -Program), the recipient automatically receives a license from the -original licensor to copy, distribute or modify the Program subject to -these terms and conditions. You may not impose any further -restrictions on the recipients' exercise of the rights granted herein. -You are not responsible for enforcing compliance by third parties to -this License. - - 7. If, as a consequence of a court judgment or allegation of patent -infringement or for any other reason (not limited to patent issues), -conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot -distribute so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you -may not distribute the Program at all. For example, if a patent -license would not permit royalty-free redistribution of the Program by -all those who receive copies directly or indirectly through you, then -the only way you could satisfy both it and this License would be to -refrain entirely from distribution of the Program. - -If any portion of this section is held invalid or unenforceable under -any particular circumstance, the balance of the section is intended to -apply and the section as a whole is intended to apply in other -circumstances. - -It is not the purpose of this section to induce you to infringe any -patents or other property right claims or to contest validity of any -such claims; this section has the sole purpose of protecting the -integrity of the free software distribution system, which is -implemented by public license practices. Many people have made -generous contributions to the wide range of software distributed -through that system in reliance on consistent application of that -system; it is up to the author/donor to decide if he or she is willing -to distribute software through any other system and a licensee cannot -impose that choice. - -This section is intended to make thoroughly clear what is believed to -be a consequence of the rest of this License. - - 8. If the distribution and/or use of the Program is restricted in -certain countries either by patents or by copyrighted interfaces, the -original copyright holder who places the Program under this License -may add an explicit geographical distribution limitation excluding -those countries, so that distribution is permitted only in or among -countries not thus excluded. In such case, this License incorporates -the limitation as if written in the body of this License. - - 9. The Free Software Foundation may publish revised and/or new versions -of the General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - -Each version is given a distinguishing version number. If the Program -specifies a version number of this License which applies to it and "any -later version", you have the option of following the terms and conditions -either of that version or of any later version published by the Free -Software Foundation. If the Program does not specify a version number of -this License, you may choose any version ever published by the Free Software -Foundation. - - 10. If you wish to incorporate parts of the Program into other free -programs whose distribution conditions are different, write to the author -to ask for permission. For software which is copyrighted by the Free -Software Foundation, write to the Free Software Foundation; we sometimes -make exceptions for this. Our decision will be guided by the two goals -of preserving the free status of all derivatives of our free software and -of promoting the sharing and reuse of software generally. - - NO WARRANTY - - 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY -FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN -OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES -PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED -OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS -TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE -PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, -REPAIR OR CORRECTION. - - 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR -REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, -INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING -OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED -TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY -YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER -PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE -POSSIBILITY OF SUCH DAMAGES. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -convey the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - - -Also add information on how to contact you by electronic and paper mail. - -If the program is interactive, make it output a short notice like this -when it starts in an interactive mode: - - Gnomovision version 69, Copyright (C) year name of author - Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, the commands you use may -be called something other than `show w' and `show c'; they could even be -mouse-clicks or menu items--whatever suits your program. - -You should also get your employer (if you work as a programmer) or your -school, if any, to sign a "copyright disclaimer" for the program, if -necessary. Here is a sample; alter the names: - - Yoyodyne, Inc., hereby disclaims all copyright interest in the program - `Gnomovision' (which makes passes at compilers) written by James Hacker. - - , 1 April 1989 - Ty Coon, President of Vice - -This General Public License does not permit incorporating your program into -proprietary programs. If your program is a subroutine library, you may -consider it more useful to permit linking proprietary applications with the -library. If this is what you want to do, use the GNU Library General -Public License instead of this License. - GNU GENERAL PUBLIC LICENSE - Version 3, 29 June 2007 - - Copyright (C) 2007 Free Software Foundation, Inc. - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The GNU General Public License is a free, copyleft license for -software and other kinds of works. - - The licenses for most software and other practical works are designed -to take away your freedom to share and change the works. By contrast, -the GNU General Public License is intended to guarantee your freedom to -share and change all versions of a program--to make sure it remains free -software for all its users. We, the Free Software Foundation, use the -GNU General Public License for most of our software; it applies also to -any other work released this way by its authors. You can apply it to -your programs, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -them if you wish), that you receive source code or can get it if you -want it, that you can change the software or use pieces of it in new -free programs, and that you know you can do these things. - - To protect your rights, we need to prevent others from denying you -these rights or asking you to surrender the rights. Therefore, you have -certain responsibilities if you distribute copies of the software, or if -you modify it: responsibilities to respect the freedom of others. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must pass on to the recipients the same -freedoms that you received. You must make sure that they, too, receive -or can get the source code. And you must show them these terms so they -know their rights. - - Developers that use the GNU GPL protect your rights with two steps: -(1) assert copyright on the software, and (2) offer you this License -giving you legal permission to copy, distribute and/or modify it. - - For the developers' and authors' protection, the GPL clearly explains -that there is no warranty for this free software. For both users' and -authors' sake, the GPL requires that modified versions be marked as -changed, so that their problems will not be attributed erroneously to -authors of previous versions. - - Some devices are designed to deny users access to install or run -modified versions of the software inside them, although the manufacturer -can do so. This is fundamentally incompatible with the aim of -protecting users' freedom to change the software. The systematic -pattern of such abuse occurs in the area of products for individuals to -use, which is precisely where it is most unacceptable. Therefore, we -have designed this version of the GPL to prohibit the practice for those -products. If such problems arise substantially in other domains, we -stand ready to extend this provision to those domains in future versions -of the GPL, as needed to protect the freedom of users. - - Finally, every program is threatened constantly by software patents. -States should not allow patents to restrict development and use of -software on general-purpose computers, but in those that do, we wish to -avoid the special danger that patents applied to a free program could -make it effectively proprietary. To prevent this, the GPL assures that -patents cannot be used to render the program non-free. - - The precise terms and conditions for copying, distribution and -modification follow. - - TERMS AND CONDITIONS - - 0. Definitions. - - "This License" refers to version 3 of the GNU General Public License. - - "Copyright" also means copyright-like laws that apply to other kinds of -works, such as semiconductor masks. - - "The Program" refers to any copyrightable work licensed under this -License. Each licensee is addressed as "you". "Licensees" and -"recipients" may be individuals or organizations. - - To "modify" a work means to copy from or adapt all or part of the work -in a fashion requiring copyright permission, other than the making of an -exact copy. The resulting work is called a "modified version" of the -earlier work or a work "based on" the earlier work. - - A "covered work" means either the unmodified Program or a work based -on the Program. - - To "propagate" a work means to do anything with it that, without -permission, would make you directly or secondarily liable for -infringement under applicable copyright law, except executing it on a -computer or modifying a private copy. Propagation includes copying, -distribution (with or without modification), making available to the -public, and in some countries other activities as well. - - To "convey" a work means any kind of propagation that enables other -parties to make or receive copies. Mere interaction with a user through -a computer network, with no transfer of a copy, is not conveying. - - An interactive user interface displays "Appropriate Legal Notices" -to the extent that it includes a convenient and prominently visible -feature that (1) displays an appropriate copyright notice, and (2) -tells the user that there is no warranty for the work (except to the -extent that warranties are provided), that licensees may convey the -work under this License, and how to view a copy of this License. If -the interface presents a list of user commands or options, such as a -menu, a prominent item in the list meets this criterion. - - 1. Source Code. - - The "source code" for a work means the preferred form of the work -for making modifications to it. "Object code" means any non-source -form of a work. - - A "Standard Interface" means an interface that either is an official -standard defined by a recognized standards body, or, in the case of -interfaces specified for a particular programming language, one that -is widely used among developers working in that language. - - The "System Libraries" of an executable work include anything, other -than the work as a whole, that (a) is included in the normal form of -packaging a Major Component, but which is not part of that Major -Component, and (b) serves only to enable use of the work with that -Major Component, or to implement a Standard Interface for which an -implementation is available to the public in source code form. A -"Major Component", in this context, means a major essential component -(kernel, window system, and so on) of the specific operating system -(if any) on which the executable work runs, or a compiler used to -produce the work, or an object code interpreter used to run it. - - The "Corresponding Source" for a work in object code form means all -the source code needed to generate, install, and (for an executable -work) run the object code and to modify the work, including scripts to -control those activities. However, it does not include the work's -System Libraries, or general-purpose tools or generally available free -programs which are used unmodified in performing those activities but -which are not part of the work. For example, Corresponding Source -includes interface definition files associated with source files for -the work, and the source code for shared libraries and dynamically -linked subprograms that the work is specifically designed to require, -such as by intimate data communication or control flow between those -subprograms and other parts of the work. - - The Corresponding Source need not include anything that users -can regenerate automatically from other parts of the Corresponding -Source. - - The Corresponding Source for a work in source code form is that -same work. - - 2. Basic Permissions. - - All rights granted under this License are granted for the term of -copyright on the Program, and are irrevocable provided the stated -conditions are met. This License explicitly affirms your unlimited -permission to run the unmodified Program. The output from running a -covered work is covered by this License only if the output, given its -content, constitutes a covered work. This License acknowledges your -rights of fair use or other equivalent, as provided by copyright law. - - You may make, run and propagate covered works that you do not -convey, without conditions so long as your license otherwise remains -in force. You may convey covered works to others for the sole purpose -of having them make modifications exclusively for you, or provide you -with facilities for running those works, provided that you comply with -the terms of this License in conveying all material for which you do -not control copyright. Those thus making or running the covered works -for you must do so exclusively on your behalf, under your direction -and control, on terms that prohibit them from making any copies of -your copyrighted material outside their relationship with you. - - Conveying under any other circumstances is permitted solely under -the conditions stated below. Sublicensing is not allowed; section 10 -makes it unnecessary. - - 3. Protecting Users' Legal Rights From Anti-Circumvention Law. - - No covered work shall be deemed part of an effective technological -measure under any applicable law fulfilling obligations under article -11 of the WIPO copyright treaty adopted on 20 December 1996, or -similar laws prohibiting or restricting circumvention of such -measures. - - When you convey a covered work, you waive any legal power to forbid -circumvention of technological measures to the extent such circumvention -is effected by exercising rights under this License with respect to -the covered work, and you disclaim any intention to limit operation or -modification of the work as a means of enforcing, against the work's -users, your or third parties' legal rights to forbid circumvention of -technological measures. - - 4. Conveying Verbatim Copies. - - You may convey verbatim copies of the Program's source code as you -receive it, in any medium, provided that you conspicuously and -appropriately publish on each copy an appropriate copyright notice; -keep intact all notices stating that this License and any -non-permissive terms added in accord with section 7 apply to the code; -keep intact all notices of the absence of any warranty; and give all -recipients a copy of this License along with the Program. - - You may charge any price or no price for each copy that you convey, -and you may offer support or warranty protection for a fee. - - 5. Conveying Modified Source Versions. - - You may convey a work based on the Program, or the modifications to -produce it from the Program, in the form of source code under the -terms of section 4, provided that you also meet all of these conditions: - - a) The work must carry prominent notices stating that you modified - it, and giving a relevant date. - - b) The work must carry prominent notices stating that it is - released under this License and any conditions added under section - 7. This requirement modifies the requirement in section 4 to - "keep intact all notices". - - c) You must license the entire work, as a whole, under this - License to anyone who comes into possession of a copy. This - License will therefore apply, along with any applicable section 7 - additional terms, to the whole of the work, and all its parts, - regardless of how they are packaged. This License gives no - permission to license the work in any other way, but it does not - invalidate such permission if you have separately received it. - - d) If the work has interactive user interfaces, each must display - Appropriate Legal Notices; however, if the Program has interactive - interfaces that do not display Appropriate Legal Notices, your - work need not make them do so. - - A compilation of a covered work with other separate and independent -works, which are not by their nature extensions of the covered work, -and which are not combined with it such as to form a larger program, -in or on a volume of a storage or distribution medium, is called an -"aggregate" if the compilation and its resulting copyright are not -used to limit the access or legal rights of the compilation's users -beyond what the individual works permit. Inclusion of a covered work -in an aggregate does not cause this License to apply to the other -parts of the aggregate. - - 6. Conveying Non-Source Forms. - - You may convey a covered work in object code form under the terms -of sections 4 and 5, provided that you also convey the -machine-readable Corresponding Source under the terms of this License, -in one of these ways: - - a) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by the - Corresponding Source fixed on a durable physical medium - customarily used for software interchange. - - b) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by a - written offer, valid for at least three years and valid for as - long as you offer spare parts or customer support for that product - model, to give anyone who possesses the object code either (1) a - copy of the Corresponding Source for all the software in the - product that is covered by this License, on a durable physical - medium customarily used for software interchange, for a price no - more than your reasonable cost of physically performing this - conveying of source, or (2) access to copy the - Corresponding Source from a network server at no charge. - - c) Convey individual copies of the object code with a copy of the - written offer to provide the Corresponding Source. This - alternative is allowed only occasionally and noncommercially, and - only if you received the object code with such an offer, in accord - with subsection 6b. - - d) Convey the object code by offering access from a designated - place (gratis or for a charge), and offer equivalent access to the - Corresponding Source in the same way through the same place at no - further charge. You need not require recipients to copy the - Corresponding Source along with the object code. If the place to - copy the object code is a network server, the Corresponding Source - may be on a different server (operated by you or a third party) - that supports equivalent copying facilities, provided you maintain - clear directions next to the object code saying where to find the - Corresponding Source. Regardless of what server hosts the - Corresponding Source, you remain obligated to ensure that it is - available for as long as needed to satisfy these requirements. - - e) Convey the object code using peer-to-peer transmission, provided - you inform other peers where the object code and Corresponding - Source of the work are being offered to the general public at no - charge under subsection 6d. - - A separable portion of the object code, whose source code is excluded -from the Corresponding Source as a System Library, need not be -included in conveying the object code work. - - A "User Product" is either (1) a "consumer product", which means any -tangible personal property which is normally used for personal, family, -or household purposes, or (2) anything designed or sold for incorporation -into a dwelling. In determining whether a product is a consumer product, -doubtful cases shall be resolved in favor of coverage. For a particular -product received by a particular user, "normally used" refers to a -typical or common use of that class of product, regardless of the status -of the particular user or of the way in which the particular user -actually uses, or expects or is expected to use, the product. A product -is a consumer product regardless of whether the product has substantial -commercial, industrial or non-consumer uses, unless such uses represent -the only significant mode of use of the product. - - "Installation Information" for a User Product means any methods, -procedures, authorization keys, or other information required to install -and execute modified versions of a covered work in that User Product from -a modified version of its Corresponding Source. The information must -suffice to ensure that the continued functioning of the modified object -code is in no case prevented or interfered with solely because -modification has been made. - - If you convey an object code work under this section in, or with, or -specifically for use in, a User Product, and the conveying occurs as -part of a transaction in which the right of possession and use of the -User Product is transferred to the recipient in perpetuity or for a -fixed term (regardless of how the transaction is characterized), the -Corresponding Source conveyed under this section must be accompanied -by the Installation Information. But this requirement does not apply -if neither you nor any third party retains the ability to install -modified object code on the User Product (for example, the work has -been installed in ROM). - - The requirement to provide Installation Information does not include a -requirement to continue to provide support service, warranty, or updates -for a work that has been modified or installed by the recipient, or for -the User Product in which it has been modified or installed. Access to a -network may be denied when the modification itself materially and -adversely affects the operation of the network or violates the rules and -protocols for communication across the network. - - Corresponding Source conveyed, and Installation Information provided, -in accord with this section must be in a format that is publicly -documented (and with an implementation available to the public in -source code form), and must require no special password or key for -unpacking, reading or copying. - - 7. Additional Terms. - - "Additional permissions" are terms that supplement the terms of this -License by making exceptions from one or more of its conditions. -Additional permissions that are applicable to the entire Program shall -be treated as though they were included in this License, to the extent -that they are valid under applicable law. If additional permissions -apply only to part of the Program, that part may be used separately -under those permissions, but the entire Program remains governed by -this License without regard to the additional permissions. - - When you convey a copy of a covered work, you may at your option -remove any additional permissions from that copy, or from any part of -it. (Additional permissions may be written to require their own -removal in certain cases when you modify the work.) You may place -additional permissions on material, added by you to a covered work, -for which you have or can give appropriate copyright permission. - - Notwithstanding any other provision of this License, for material you -add to a covered work, you may (if authorized by the copyright holders of -that material) supplement the terms of this License with terms: - - a) Disclaiming warranty or limiting liability differently from the - terms of sections 15 and 16 of this License; or - - b) Requiring preservation of specified reasonable legal notices or - author attributions in that material or in the Appropriate Legal - Notices displayed by works containing it; or - - c) Prohibiting misrepresentation of the origin of that material, or - requiring that modified versions of such material be marked in - reasonable ways as different from the original version; or - - d) Limiting the use for publicity purposes of names of licensors or - authors of the material; or - - e) Declining to grant rights under trademark law for use of some - trade names, trademarks, or service marks; or - - f) Requiring indemnification of licensors and authors of that - material by anyone who conveys the material (or modified versions of - it) with contractual assumptions of liability to the recipient, for - any liability that these contractual assumptions directly impose on - those licensors and authors. - - All other non-permissive additional terms are considered "further -restrictions" within the meaning of section 10. If the Program as you -received it, or any part of it, contains a notice stating that it is -governed by this License along with a term that is a further -restriction, you may remove that term. If a license document contains -a further restriction but permits relicensing or conveying under this -License, you may add to a covered work material governed by the terms -of that license document, provided that the further restriction does -not survive such relicensing or conveying. - - If you add terms to a covered work in accord with this section, you -must place, in the relevant source files, a statement of the -additional terms that apply to those files, or a notice indicating -where to find the applicable terms. - - Additional terms, permissive or non-permissive, may be stated in the -form of a separately written license, or stated as exceptions; -the above requirements apply either way. - - 8. Termination. - - You may not propagate or modify a covered work except as expressly -provided under this License. Any attempt otherwise to propagate or -modify it is void, and will automatically terminate your rights under -this License (including any patent licenses granted under the third -paragraph of section 11). - - However, if you cease all violation of this License, then your -license from a particular copyright holder is reinstated (a) -provisionally, unless and until the copyright holder explicitly and -finally terminates your license, and (b) permanently, if the copyright -holder fails to notify you of the violation by some reasonable means -prior to 60 days after the cessation. - - Moreover, your license from a particular copyright holder is -reinstated permanently if the copyright holder notifies you of the -violation by some reasonable means, this is the first time you have -received notice of violation of this License (for any work) from that -copyright holder, and you cure the violation prior to 30 days after -your receipt of the notice. - - Termination of your rights under this section does not terminate the -licenses of parties who have received copies or rights from you under -this License. If your rights have been terminated and not permanently -reinstated, you do not qualify to receive new licenses for the same -material under section 10. - - 9. Acceptance Not Required for Having Copies. - - You are not required to accept this License in order to receive or -run a copy of the Program. Ancillary propagation of a covered work -occurring solely as a consequence of using peer-to-peer transmission -to receive a copy likewise does not require acceptance. However, -nothing other than this License grants you permission to propagate or -modify any covered work. These actions infringe copyright if you do -not accept this License. Therefore, by modifying or propagating a -covered work, you indicate your acceptance of this License to do so. - - 10. Automatic Licensing of Downstream Recipients. - - Each time you convey a covered work, the recipient automatically -receives a license from the original licensors, to run, modify and -propagate that work, subject to this License. You are not responsible -for enforcing compliance by third parties with this License. - - An "entity transaction" is a transaction transferring control of an -organization, or substantially all assets of one, or subdividing an -organization, or merging organizations. If propagation of a covered -work results from an entity transaction, each party to that -transaction who receives a copy of the work also receives whatever -licenses to the work the party's predecessor in interest had or could -give under the previous paragraph, plus a right to possession of the -Corresponding Source of the work from the predecessor in interest, if -the predecessor has it or can get it with reasonable efforts. - - You may not impose any further restrictions on the exercise of the -rights granted or affirmed under this License. For example, you may -not impose a license fee, royalty, or other charge for exercise of -rights granted under this License, and you may not initiate litigation -(including a cross-claim or counterclaim in a lawsuit) alleging that -any patent claim is infringed by making, using, selling, offering for -sale, or importing the Program or any portion of it. - - 11. Patents. - - A "contributor" is a copyright holder who authorizes use under this -License of the Program or a work on which the Program is based. The -work thus licensed is called the contributor's "contributor version". - - A contributor's "essential patent claims" are all patent claims -owned or controlled by the contributor, whether already acquired or -hereafter acquired, that would be infringed by some manner, permitted -by this License, of making, using, or selling its contributor version, -but do not include claims that would be infringed only as a -consequence of further modification of the contributor version. For -purposes of this definition, "control" includes the right to grant -patent sublicenses in a manner consistent with the requirements of -this License. - - Each contributor grants you a non-exclusive, worldwide, royalty-free -patent license under the contributor's essential patent claims, to -make, use, sell, offer for sale, import and otherwise run, modify and -propagate the contents of its contributor version. - - In the following three paragraphs, a "patent license" is any express -agreement or commitment, however denominated, not to enforce a patent -(such as an express permission to practice a patent or covenant not to -sue for patent infringement). To "grant" such a patent license to a -party means to make such an agreement or commitment not to enforce a -patent against the party. - - If you convey a covered work, knowingly relying on a patent license, -and the Corresponding Source of the work is not available for anyone -to copy, free of charge and under the terms of this License, through a -publicly available network server or other readily accessible means, -then you must either (1) cause the Corresponding Source to be so -available, or (2) arrange to deprive yourself of the benefit of the -patent license for this particular work, or (3) arrange, in a manner -consistent with the requirements of this License, to extend the patent -license to downstream recipients. "Knowingly relying" means you have -actual knowledge that, but for the patent license, your conveying the -covered work in a country, or your recipient's use of the covered work -in a country, would infringe one or more identifiable patents in that -country that you have reason to believe are valid. - - If, pursuant to or in connection with a single transaction or -arrangement, you convey, or propagate by procuring conveyance of, a -covered work, and grant a patent license to some of the parties -receiving the covered work authorizing them to use, propagate, modify -or convey a specific copy of the covered work, then the patent license -you grant is automatically extended to all recipients of the covered -work and works based on it. - - A patent license is "discriminatory" if it does not include within -the scope of its coverage, prohibits the exercise of, or is -conditioned on the non-exercise of one or more of the rights that are -specifically granted under this License. You may not convey a covered -work if you are a party to an arrangement with a third party that is -in the business of distributing software, under which you make payment -to the third party based on the extent of your activity of conveying -the work, and under which the third party grants, to any of the -parties who would receive the covered work from you, a discriminatory -patent license (a) in connection with copies of the covered work -conveyed by you (or copies made from those copies), or (b) primarily -for and in connection with specific products or compilations that -contain the covered work, unless you entered into that arrangement, -or that patent license was granted, prior to 28 March 2007. - - Nothing in this License shall be construed as excluding or limiting -any implied license or other defenses to infringement that may -otherwise be available to you under applicable patent law. - - 12. No Surrender of Others' Freedom. - - If conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot convey a -covered work so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you may -not convey it at all. For example, if you agree to terms that obligate you -to collect a royalty for further conveying from those to whom you convey -the Program, the only way you could satisfy both those terms and this -License would be to refrain entirely from conveying the Program. - - 13. Use with the GNU Affero General Public License. - - Notwithstanding any other provision of this License, you have -permission to link or combine any covered work with a work licensed -under version 3 of the GNU Affero General Public License into a single -combined work, and to convey the resulting work. The terms of this -License will continue to apply to the part which is the covered work, -but the special requirements of the GNU Affero General Public License, -section 13, concerning interaction through a network will apply to the -combination as such. - - 14. Revised Versions of this License. - - The Free Software Foundation may publish revised and/or new versions of -the GNU General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - - Each version is given a distinguishing version number. If the -Program specifies that a certain numbered version of the GNU General -Public License "or any later version" applies to it, you have the -option of following the terms and conditions either of that numbered -version or of any later version published by the Free Software -Foundation. If the Program does not specify a version number of the -GNU General Public License, you may choose any version ever published -by the Free Software Foundation. - - If the Program specifies that a proxy can decide which future -versions of the GNU General Public License can be used, that proxy's -public statement of acceptance of a version permanently authorizes you -to choose that version for the Program. - - Later license versions may give you additional or different -permissions. However, no additional obligations are imposed on any -author or copyright holder as a result of your choosing to follow a -later version. - - 15. Disclaimer of Warranty. - - THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY -APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT -HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY -OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, -THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM -IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF -ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - - 16. Limitation of Liability. - - IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS -THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY -GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE -USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF -DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD -PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), -EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF -SUCH DAMAGES. - - 17. Interpretation of Sections 15 and 16. - - If the disclaimer of warranty and limitation of liability provided -above cannot be given local legal effect according to their terms, -reviewing courts shall apply local law that most closely approximates -an absolute waiver of all civil liability in connection with the -Program, unless a warranty or assumption of liability accompanies a -copy of the Program in return for a fee. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -state the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - -Also add information on how to contact you by electronic and paper mail. - - If the program does terminal interaction, make it output a short -notice like this when it starts in an interactive mode: - - Copyright (C) - This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, your program's commands -might be different; for a GUI interface, you would use an "about box". - - You should also get your employer (if you work as a programmer) or school, -if any, to sign a "copyright disclaimer" for the program, if necessary. -For more information on this, and how to apply and follow the GNU GPL, see -. - - The GNU General Public License does not permit incorporating your program -into proprietary programs. If your program is a subroutine library, you -may consider it more useful to permit linking proprietary applications with -the library. If this is what you want to do, use the GNU Lesser General -Public License instead of this License. But first, please read -. - GNU LESSER GENERAL PUBLIC LICENSE - Version 2.1, February 1999 - - Copyright (C) 1991, 1999 Free Software Foundation, Inc. - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - -[This is the first released version of the Lesser GPL. It also counts - as the successor of the GNU Library Public License, version 2, hence - the version number 2.1.] - - Preamble - - The licenses for most software are designed to take away your -freedom to share and change it. By contrast, the GNU General Public -Licenses are intended to guarantee your freedom to share and change -free software--to make sure the software is free for all its users. - - This license, the Lesser General Public License, applies to some -specially designated software packages--typically libraries--of the -Free Software Foundation and other authors who decide to use it. You -can use it too, but we suggest you first think carefully about whether -this license or the ordinary General Public License is the better -strategy to use in any particular case, based on the explanations below. - - When we speak of free software, we are referring to freedom of use, -not price. Our General Public Licenses are designed to make sure that -you have the freedom to distribute copies of free software (and charge -for this service if you wish); that you receive source code or can get -it if you want it; that you can change the software and use pieces of -it in new free programs; and that you are informed that you can do -these things. - - To protect your rights, we need to make restrictions that forbid -distributors to deny you these rights or to ask you to surrender these -rights. These restrictions translate to certain responsibilities for -you if you distribute copies of the library or if you modify it. - - For example, if you distribute copies of the library, whether gratis -or for a fee, you must give the recipients all the rights that we gave -you. You must make sure that they, too, receive or can get the source -code. If you link other code with the library, you must provide -complete object files to the recipients, so that they can relink them -with the library after making changes to the library and recompiling -it. And you must show them these terms so they know their rights. - - We protect your rights with a two-step method: (1) we copyright the -library, and (2) we offer you this license, which gives you legal -permission to copy, distribute and/or modify the library. - - To protect each distributor, we want to make it very clear that -there is no warranty for the free library. Also, if the library is -modified by someone else and passed on, the recipients should know -that what they have is not the original version, so that the original -author's reputation will not be affected by problems that might be -introduced by others. - - Finally, software patents pose a constant threat to the existence of -any free program. We wish to make sure that a company cannot -effectively restrict the users of a free program by obtaining a -restrictive license from a patent holder. Therefore, we insist that -any patent license obtained for a version of the library must be -consistent with the full freedom of use specified in this license. - - Most GNU software, including some libraries, is covered by the -ordinary GNU General Public License. This license, the GNU Lesser -General Public License, applies to certain designated libraries, and -is quite different from the ordinary General Public License. We use -this license for certain libraries in order to permit linking those -libraries into non-free programs. - - When a program is linked with a library, whether statically or using -a shared library, the combination of the two is legally speaking a -combined work, a derivative of the original library. The ordinary -General Public License therefore permits such linking only if the -entire combination fits its criteria of freedom. The Lesser General -Public License permits more lax criteria for linking other code with -the library. - - We call this license the "Lesser" General Public License because it -does Less to protect the user's freedom than the ordinary General -Public License. It also provides other free software developers Less -of an advantage over competing non-free programs. These disadvantages -are the reason we use the ordinary General Public License for many -libraries. However, the Lesser license provides advantages in certain -special circumstances. - - For example, on rare occasions, there may be a special need to -encourage the widest possible use of a certain library, so that it becomes -a de-facto standard. To achieve this, non-free programs must be -allowed to use the library. A more frequent case is that a free -library does the same job as widely used non-free libraries. In this -case, there is little to gain by limiting the free library to free -software only, so we use the Lesser General Public License. - - In other cases, permission to use a particular library in non-free -programs enables a greater number of people to use a large body of -free software. For example, permission to use the GNU C Library in -non-free programs enables many more people to use the whole GNU -operating system, as well as its variant, the GNU/Linux operating -system. - - Although the Lesser General Public License is Less protective of the -users' freedom, it does ensure that the user of a program that is -linked with the Library has the freedom and the wherewithal to run -that program using a modified version of the Library. - - The precise terms and conditions for copying, distribution and -modification follow. Pay close attention to the difference between a -"work based on the library" and a "work that uses the library". The -former contains code derived from the library, whereas the latter must -be combined with the library in order to run. - - GNU LESSER GENERAL PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. This License Agreement applies to any software library or other -program which contains a notice placed by the copyright holder or -other authorized party saying it may be distributed under the terms of -this Lesser General Public License (also called "this License"). -Each licensee is addressed as "you". - - A "library" means a collection of software functions and/or data -prepared so as to be conveniently linked with application programs -(which use some of those functions and data) to form executables. - - The "Library", below, refers to any such software library or work -which has been distributed under these terms. A "work based on the -Library" means either the Library or any derivative work under -copyright law: that is to say, a work containing the Library or a -portion of it, either verbatim or with modifications and/or translated -straightforwardly into another language. (Hereinafter, translation is -included without limitation in the term "modification".) - - "Source code" for a work means the preferred form of the work for -making modifications to it. For a library, complete source code means -all the source code for all modules it contains, plus any associated -interface definition files, plus the scripts used to control compilation -and installation of the library. - - Activities other than copying, distribution and modification are not -covered by this License; they are outside its scope. The act of -running a program using the Library is not restricted, and output from -such a program is covered only if its contents constitute a work based -on the Library (independent of the use of the Library in a tool for -writing it). Whether that is true depends on what the Library does -and what the program that uses the Library does. - - 1. You may copy and distribute verbatim copies of the Library's -complete source code as you receive it, in any medium, provided that -you conspicuously and appropriately publish on each copy an -appropriate copyright notice and disclaimer of warranty; keep intact -all the notices that refer to this License and to the absence of any -warranty; and distribute a copy of this License along with the -Library. - - You may charge a fee for the physical act of transferring a copy, -and you may at your option offer warranty protection in exchange for a -fee. - - 2. You may modify your copy or copies of the Library or any portion -of it, thus forming a work based on the Library, and copy and -distribute such modifications or work under the terms of Section 1 -above, provided that you also meet all of these conditions: - - a) The modified work must itself be a software library. - - b) You must cause the files modified to carry prominent notices - stating that you changed the files and the date of any change. - - c) You must cause the whole of the work to be licensed at no - charge to all third parties under the terms of this License. - - d) If a facility in the modified Library refers to a function or a - table of data to be supplied by an application program that uses - the facility, other than as an argument passed when the facility - is invoked, then you must make a good faith effort to ensure that, - in the event an application does not supply such function or - table, the facility still operates, and performs whatever part of - its purpose remains meaningful. - - (For example, a function in a library to compute square roots has - a purpose that is entirely well-defined independent of the - application. Therefore, Subsection 2d requires that any - application-supplied function or table used by this function must - be optional: if the application does not supply it, the square - root function must still compute square roots.) - -These requirements apply to the modified work as a whole. If -identifiable sections of that work are not derived from the Library, -and can be reasonably considered independent and separate works in -themselves, then this License, and its terms, do not apply to those -sections when you distribute them as separate works. But when you -distribute the same sections as part of a whole which is a work based -on the Library, the distribution of the whole must be on the terms of -this License, whose permissions for other licensees extend to the -entire whole, and thus to each and every part regardless of who wrote -it. - -Thus, it is not the intent of this section to claim rights or contest -your rights to work written entirely by you; rather, the intent is to -exercise the right to control the distribution of derivative or -collective works based on the Library. - -In addition, mere aggregation of another work not based on the Library -with the Library (or with a work based on the Library) on a volume of -a storage or distribution medium does not bring the other work under -the scope of this License. - - 3. You may opt to apply the terms of the ordinary GNU General Public -License instead of this License to a given copy of the Library. To do -this, you must alter all the notices that refer to this License, so -that they refer to the ordinary GNU General Public License, version 2, -instead of to this License. (If a newer version than version 2 of the -ordinary GNU General Public License has appeared, then you can specify -that version instead if you wish.) Do not make any other change in -these notices. - - Once this change is made in a given copy, it is irreversible for -that copy, so the ordinary GNU General Public License applies to all -subsequent copies and derivative works made from that copy. - - This option is useful when you wish to copy part of the code of -the Library into a program that is not a library. - - 4. You may copy and distribute the Library (or a portion or -derivative of it, under Section 2) in object code or executable form -under the terms of Sections 1 and 2 above provided that you accompany -it with the complete corresponding machine-readable source code, which -must be distributed under the terms of Sections 1 and 2 above on a -medium customarily used for software interchange. - - If distribution of object code is made by offering access to copy -from a designated place, then offering equivalent access to copy the -source code from the same place satisfies the requirement to -distribute the source code, even though third parties are not -compelled to copy the source along with the object code. - - 5. A program that contains no derivative of any portion of the -Library, but is designed to work with the Library by being compiled or -linked with it, is called a "work that uses the Library". Such a -work, in isolation, is not a derivative work of the Library, and -therefore falls outside the scope of this License. - - However, linking a "work that uses the Library" with the Library -creates an executable that is a derivative of the Library (because it -contains portions of the Library), rather than a "work that uses the -library". The executable is therefore covered by this License. -Section 6 states terms for distribution of such executables. - - When a "work that uses the Library" uses material from a header file -that is part of the Library, the object code for the work may be a -derivative work of the Library even though the source code is not. -Whether this is true is especially significant if the work can be -linked without the Library, or if the work is itself a library. The -threshold for this to be true is not precisely defined by law. - - If such an object file uses only numerical parameters, data -structure layouts and accessors, and small macros and small inline -functions (ten lines or less in length), then the use of the object -file is unrestricted, regardless of whether it is legally a derivative -work. (Executables containing this object code plus portions of the -Library will still fall under Section 6.) - - Otherwise, if the work is a derivative of the Library, you may -distribute the object code for the work under the terms of Section 6. -Any executables containing that work also fall under Section 6, -whether or not they are linked directly with the Library itself. - - 6. As an exception to the Sections above, you may also combine or -link a "work that uses the Library" with the Library to produce a -work containing portions of the Library, and distribute that work -under terms of your choice, provided that the terms permit -modification of the work for the customer's own use and reverse -engineering for debugging such modifications. - - You must give prominent notice with each copy of the work that the -Library is used in it and that the Library and its use are covered by -this License. You must supply a copy of this License. If the work -during execution displays copyright notices, you must include the -copyright notice for the Library among them, as well as a reference -directing the user to the copy of this License. Also, you must do one -of these things: - - a) Accompany the work with the complete corresponding - machine-readable source code for the Library including whatever - changes were used in the work (which must be distributed under - Sections 1 and 2 above); and, if the work is an executable linked - with the Library, with the complete machine-readable "work that - uses the Library", as object code and/or source code, so that the - user can modify the Library and then relink to produce a modified - executable containing the modified Library. (It is understood - that the user who changes the contents of definitions files in the - Library will not necessarily be able to recompile the application - to use the modified definitions.) - - b) Use a suitable shared library mechanism for linking with the - Library. A suitable mechanism is one that (1) uses at run time a - copy of the library already present on the user's computer system, - rather than copying library functions into the executable, and (2) - will operate properly with a modified version of the library, if - the user installs one, as long as the modified version is - interface-compatible with the version that the work was made with. - - c) Accompany the work with a written offer, valid for at - least three years, to give the same user the materials - specified in Subsection 6a, above, for a charge no more - than the cost of performing this distribution. - - d) If distribution of the work is made by offering access to copy - from a designated place, offer equivalent access to copy the above - specified materials from the same place. - - e) Verify that the user has already received a copy of these - materials or that you have already sent this user a copy. - - For an executable, the required form of the "work that uses the -Library" must include any data and utility programs needed for -reproducing the executable from it. However, as a special exception, -the materials to be distributed need not include anything that is -normally distributed (in either source or binary form) with the major -components (compiler, kernel, and so on) of the operating system on -which the executable runs, unless that component itself accompanies -the executable. - - It may happen that this requirement contradicts the license -restrictions of other proprietary libraries that do not normally -accompany the operating system. Such a contradiction means you cannot -use both them and the Library together in an executable that you -distribute. - - 7. You may place library facilities that are a work based on the -Library side-by-side in a single library together with other library -facilities not covered by this License, and distribute such a combined -library, provided that the separate distribution of the work based on -the Library and of the other library facilities is otherwise -permitted, and provided that you do these two things: - - a) Accompany the combined library with a copy of the same work - based on the Library, uncombined with any other library - facilities. This must be distributed under the terms of the - Sections above. - - b) Give prominent notice with the combined library of the fact - that part of it is a work based on the Library, and explaining - where to find the accompanying uncombined form of the same work. - - 8. You may not copy, modify, sublicense, link with, or distribute -the Library except as expressly provided under this License. Any -attempt otherwise to copy, modify, sublicense, link with, or -distribute the Library is void, and will automatically terminate your -rights under this License. However, parties who have received copies, -or rights, from you under this License will not have their licenses -terminated so long as such parties remain in full compliance. - - 9. You are not required to accept this License, since you have not -signed it. However, nothing else grants you permission to modify or -distribute the Library or its derivative works. These actions are -prohibited by law if you do not accept this License. Therefore, by -modifying or distributing the Library (or any work based on the -Library), you indicate your acceptance of this License to do so, and -all its terms and conditions for copying, distributing or modifying -the Library or works based on it. - - 10. Each time you redistribute the Library (or any work based on the -Library), the recipient automatically receives a license from the -original licensor to copy, distribute, link with or modify the Library -subject to these terms and conditions. You may not impose any further -restrictions on the recipients' exercise of the rights granted herein. -You are not responsible for enforcing compliance by third parties with -this License. - - 11. If, as a consequence of a court judgment or allegation of patent -infringement or for any other reason (not limited to patent issues), -conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot -distribute so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you -may not distribute the Library at all. For example, if a patent -license would not permit royalty-free redistribution of the Library by -all those who receive copies directly or indirectly through you, then -the only way you could satisfy both it and this License would be to -refrain entirely from distribution of the Library. - -If any portion of this section is held invalid or unenforceable under any -particular circumstance, the balance of the section is intended to apply, -and the section as a whole is intended to apply in other circumstances. - -It is not the purpose of this section to induce you to infringe any -patents or other property right claims or to contest validity of any -such claims; this section has the sole purpose of protecting the -integrity of the free software distribution system which is -implemented by public license practices. Many people have made -generous contributions to the wide range of software distributed -through that system in reliance on consistent application of that -system; it is up to the author/donor to decide if he or she is willing -to distribute software through any other system and a licensee cannot -impose that choice. - -This section is intended to make thoroughly clear what is believed to -be a consequence of the rest of this License. - - 12. If the distribution and/or use of the Library is restricted in -certain countries either by patents or by copyrighted interfaces, the -original copyright holder who places the Library under this License may add -an explicit geographical distribution limitation excluding those countries, -so that distribution is permitted only in or among countries not thus -excluded. In such case, this License incorporates the limitation as if -written in the body of this License. - - 13. The Free Software Foundation may publish revised and/or new -versions of the Lesser General Public License from time to time. -Such new versions will be similar in spirit to the present version, -but may differ in detail to address new problems or concerns. - -Each version is given a distinguishing version number. If the Library -specifies a version number of this License which applies to it and -"any later version", you have the option of following the terms and -conditions either of that version or of any later version published by -the Free Software Foundation. If the Library does not specify a -license version number, you may choose any version ever published by -the Free Software Foundation. - - 14. If you wish to incorporate parts of the Library into other free -programs whose distribution conditions are incompatible with these, -write to the author to ask for permission. For software which is -copyrighted by the Free Software Foundation, write to the Free -Software Foundation; we sometimes make exceptions for this. Our -decision will be guided by the two goals of preserving the free status -of all derivatives of our free software and of promoting the sharing -and reuse of software generally. - - NO WARRANTY - - 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO -WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. -EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR -OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY -KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE -LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME -THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - - 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN -WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY -AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU -FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR -CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE -LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING -RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A -FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF -SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGES. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Libraries - - If you develop a new library, and you want it to be of the greatest -possible use to the public, we recommend making it free software that -everyone can redistribute and change. You can do so by permitting -redistribution under these terms (or, alternatively, under the terms of the -ordinary General Public License). - - To apply these terms, attach the following notices to the library. It is -safest to attach them to the start of each source file to most effectively -convey the exclusion of warranty; and each file should have at least the -"copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. - - This library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. - - You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - -Also add information on how to contact you by electronic and paper mail. - -You should also get your employer (if you work as a programmer) or your -school, if any, to sign a "copyright disclaimer" for the library, if -necessary. Here is a sample; alter the names: - - Yoyodyne, Inc., hereby disclaims all copyright interest in the - library `Frob' (a library for tweaking knobs) written by James Random Hacker. - - , 1 April 1990 - Ty Coon, President of Vice - -That's all there is to it! - - - - GNU LESSER GENERAL PUBLIC LICENSE - Version 2.1, February 1999 - - Copyright (C) 1991, 1999 Free Software Foundation, Inc. - 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - -[This is the first released version of the Lesser GPL. It also counts - as the successor of the GNU Library Public License, version 2, hence - the version number 2.1.] - - Preamble - - The licenses for most software are designed to take away your -freedom to share and change it. By contrast, the GNU General Public -Licenses are intended to guarantee your freedom to share and change -free software--to make sure the software is free for all its users. - - This license, the Lesser General Public License, applies to some -specially designated software packages--typically libraries--of the -Free Software Foundation and other authors who decide to use it. You -can use it too, but we suggest you first think carefully about whether -this license or the ordinary General Public License is the better -strategy to use in any particular case, based on the explanations -below. - - When we speak of free software, we are referring to freedom of use, -not price. Our General Public Licenses are designed to make sure that -you have the freedom to distribute copies of free software (and charge -for this service if you wish); that you receive source code or can get -it if you want it; that you can change the software and use pieces of -it in new free programs; and that you are informed that you can do -these things. - - To protect your rights, we need to make restrictions that forbid -distributors to deny you these rights or to ask you to surrender these -rights. These restrictions translate to certain responsibilities for -you if you distribute copies of the library or if you modify it. - - For example, if you distribute copies of the library, whether gratis -or for a fee, you must give the recipients all the rights that we gave -you. You must make sure that they, too, receive or can get the source -code. If you link other code with the library, you must provide -complete object files to the recipients, so that they can relink them -with the library after making changes to the library and recompiling -it. And you must show them these terms so they know their rights. - - We protect your rights with a two-step method: (1) we copyright the -library, and (2) we offer you this license, which gives you legal -permission to copy, distribute and/or modify the library. - - To protect each distributor, we want to make it very clear that -there is no warranty for the free library. Also, if the library is -modified by someone else and passed on, the recipients should know -that what they have is not the original version, so that the original -author's reputation will not be affected by problems that might be -introduced by others. - - Finally, software patents pose a constant threat to the existence of -any free program. We wish to make sure that a company cannot -effectively restrict the users of a free program by obtaining a -restrictive license from a patent holder. Therefore, we insist that -any patent license obtained for a version of the library must be -consistent with the full freedom of use specified in this license. - - Most GNU software, including some libraries, is covered by the -ordinary GNU General Public License. This license, the GNU Lesser -General Public License, applies to certain designated libraries, and -is quite different from the ordinary General Public License. We use -this license for certain libraries in order to permit linking those -libraries into non-free programs. - - When a program is linked with a library, whether statically or using -a shared library, the combination of the two is legally speaking a -combined work, a derivative of the original library. The ordinary -General Public License therefore permits such linking only if the -entire combination fits its criteria of freedom. The Lesser General -Public License permits more lax criteria for linking other code with -the library. - - We call this license the "Lesser" General Public License because it -does Less to protect the user's freedom than the ordinary General -Public License. It also provides other free software developers Less -of an advantage over competing non-free programs. These disadvantages -are the reason we use the ordinary General Public License for many -libraries. However, the Lesser license provides advantages in certain -special circumstances. - - For example, on rare occasions, there may be a special need to -encourage the widest possible use of a certain library, so that it -becomes a de-facto standard. To achieve this, non-free programs must -be allowed to use the library. A more frequent case is that a free -library does the same job as widely used non-free libraries. In this -case, there is little to gain by limiting the free library to free -software only, so we use the Lesser General Public License. - - In other cases, permission to use a particular library in non-free -programs enables a greater number of people to use a large body of -free software. For example, permission to use the GNU C Library in -non-free programs enables many more people to use the whole GNU -operating system, as well as its variant, the GNU/Linux operating -system. - - Although the Lesser General Public License is Less protective of the -users' freedom, it does ensure that the user of a program that is -linked with the Library has the freedom and the wherewithal to run -that program using a modified version of the Library. - - The precise terms and conditions for copying, distribution and -modification follow. Pay close attention to the difference between a -"work based on the library" and a "work that uses the library". The -former contains code derived from the library, whereas the latter must -be combined with the library in order to run. - - GNU LESSER GENERAL PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. This License Agreement applies to any software library or other -program which contains a notice placed by the copyright holder or -other authorized party saying it may be distributed under the terms of -this Lesser General Public License (also called "this License"). -Each licensee is addressed as "you". - - A "library" means a collection of software functions and/or data -prepared so as to be conveniently linked with application programs -(which use some of those functions and data) to form executables. - - The "Library", below, refers to any such software library or work -which has been distributed under these terms. A "work based on the -Library" means either the Library or any derivative work under -copyright law: that is to say, a work containing the Library or a -portion of it, either verbatim or with modifications and/or translated -straightforwardly into another language. (Hereinafter, translation is -included without limitation in the term "modification".) - - "Source code" for a work means the preferred form of the work for -making modifications to it. For a library, complete source code means -all the source code for all modules it contains, plus any associated -interface definition files, plus the scripts used to control -compilation and installation of the library. - - Activities other than copying, distribution and modification are not -covered by this License; they are outside its scope. The act of -running a program using the Library is not restricted, and output from -such a program is covered only if its contents constitute a work based -on the Library (independent of the use of the Library in a tool for -writing it). Whether that is true depends on what the Library does -and what the program that uses the Library does. - - 1. You may copy and distribute verbatim copies of the Library's -complete source code as you receive it, in any medium, provided that -you conspicuously and appropriately publish on each copy an -appropriate copyright notice and disclaimer of warranty; keep intact -all the notices that refer to this License and to the absence of any -warranty; and distribute a copy of this License along with the -Library. - - You may charge a fee for the physical act of transferring a copy, -and you may at your option offer warranty protection in exchange for a -fee. - - 2. You may modify your copy or copies of the Library or any portion -of it, thus forming a work based on the Library, and copy and -distribute such modifications or work under the terms of Section 1 -above, provided that you also meet all of these conditions: - - a) The modified work must itself be a software library. - - b) You must cause the files modified to carry prominent notices - stating that you changed the files and the date of any change. - - c) You must cause the whole of the work to be licensed at no - charge to all third parties under the terms of this License. - - d) If a facility in the modified Library refers to a function or a - table of data to be supplied by an application program that uses - the facility, other than as an argument passed when the facility - is invoked, then you must make a good faith effort to ensure that, - in the event an application does not supply such function or - table, the facility still operates, and performs whatever part of - its purpose remains meaningful. - - (For example, a function in a library to compute square roots has - a purpose that is entirely well-defined independent of the - application. Therefore, Subsection 2d requires that any - application-supplied function or table used by this function must - be optional: if the application does not supply it, the square - root function must still compute square roots.) - -These requirements apply to the modified work as a whole. If -identifiable sections of that work are not derived from the Library, -and can be reasonably considered independent and separate works in -themselves, then this License, and its terms, do not apply to those -sections when you distribute them as separate works. But when you -distribute the same sections as part of a whole which is a work based -on the Library, the distribution of the whole must be on the terms of -this License, whose permissions for other licensees extend to the -entire whole, and thus to each and every part regardless of who wrote -it. - -Thus, it is not the intent of this section to claim rights or contest -your rights to work written entirely by you; rather, the intent is to -exercise the right to control the distribution of derivative or -collective works based on the Library. - -In addition, mere aggregation of another work not based on the Library -with the Library (or with a work based on the Library) on a volume of -a storage or distribution medium does not bring the other work under -the scope of this License. - - 3. You may opt to apply the terms of the ordinary GNU General Public -License instead of this License to a given copy of the Library. To do -this, you must alter all the notices that refer to this License, so -that they refer to the ordinary GNU General Public License, version 2, -instead of to this License. (If a newer version than version 2 of the -ordinary GNU General Public License has appeared, then you can specify -that version instead if you wish.) Do not make any other change in -these notices. - - Once this change is made in a given copy, it is irreversible for -that copy, so the ordinary GNU General Public License applies to all -subsequent copies and derivative works made from that copy. - - This option is useful when you wish to copy part of the code of -the Library into a program that is not a library. - - 4. You may copy and distribute the Library (or a portion or -derivative of it, under Section 2) in object code or executable form -under the terms of Sections 1 and 2 above provided that you accompany -it with the complete corresponding machine-readable source code, which -must be distributed under the terms of Sections 1 and 2 above on a -medium customarily used for software interchange. - - If distribution of object code is made by offering access to copy -from a designated place, then offering equivalent access to copy the -source code from the same place satisfies the requirement to -distribute the source code, even though third parties are not -compelled to copy the source along with the object code. - - 5. A program that contains no derivative of any portion of the -Library, but is designed to work with the Library by being compiled or -linked with it, is called a "work that uses the Library". Such a -work, in isolation, is not a derivative work of the Library, and -therefore falls outside the scope of this License. - - However, linking a "work that uses the Library" with the Library -creates an executable that is a derivative of the Library (because it -contains portions of the Library), rather than a "work that uses the -library". The executable is therefore covered by this License. -Section 6 states terms for distribution of such executables. - - When a "work that uses the Library" uses material from a header file -that is part of the Library, the object code for the work may be a -derivative work of the Library even though the source code is not. -Whether this is true is especially significant if the work can be -linked without the Library, or if the work is itself a library. The -threshold for this to be true is not precisely defined by law. - - If such an object file uses only numerical parameters, data -structure layouts and accessors, and small macros and small inline -functions (ten lines or less in length), then the use of the object -file is unrestricted, regardless of whether it is legally a derivative -work. (Executables containing this object code plus portions of the -Library will still fall under Section 6.) - - Otherwise, if the work is a derivative of the Library, you may -distribute the object code for the work under the terms of Section 6. -Any executables containing that work also fall under Section 6, -whether or not they are linked directly with the Library itself. - - 6. As an exception to the Sections above, you may also combine or -link a "work that uses the Library" with the Library to produce a -work containing portions of the Library, and distribute that work -under terms of your choice, provided that the terms permit -modification of the work for the customer's own use and reverse -engineering for debugging such modifications. - - You must give prominent notice with each copy of the work that the -Library is used in it and that the Library and its use are covered by -this License. You must supply a copy of this License. If the work -during execution displays copyright notices, you must include the -copyright notice for the Library among them, as well as a reference -directing the user to the copy of this License. Also, you must do one -of these things: - - a) Accompany the work with the complete corresponding - machine-readable source code for the Library including whatever - changes were used in the work (which must be distributed under - Sections 1 and 2 above); and, if the work is an executable linked - with the Library, with the complete machine-readable "work that - uses the Library", as object code and/or source code, so that the - user can modify the Library and then relink to produce a modified - executable containing the modified Library. (It is understood - that the user who changes the contents of definitions files in the - Library will not necessarily be able to recompile the application - to use the modified definitions.) - - b) Use a suitable shared library mechanism for linking with the - Library. A suitable mechanism is one that (1) uses at run time a - copy of the library already present on the user's computer system, - rather than copying library functions into the executable, and (2) - will operate properly with a modified version of the library, if - the user installs one, as long as the modified version is - interface-compatible with the version that the work was made with. - - c) Accompany the work with a written offer, valid for at least - three years, to give the same user the materials specified in - Subsection 6a, above, for a charge no more than the cost of - performing this distribution. - - d) If distribution of the work is made by offering access to copy - from a designated place, offer equivalent access to copy the above - specified materials from the same place. - - e) Verify that the user has already received a copy of these - materials or that you have already sent this user a copy. - - For an executable, the required form of the "work that uses the -Library" must include any data and utility programs needed for -reproducing the executable from it. However, as a special exception, -the materials to be distributed need not include anything that is -normally distributed (in either source or binary form) with the major -components (compiler, kernel, and so on) of the operating system on -which the executable runs, unless that component itself accompanies -the executable. - - It may happen that this requirement contradicts the license -restrictions of other proprietary libraries that do not normally -accompany the operating system. Such a contradiction means you cannot -use both them and the Library together in an executable that you -distribute. - - 7. You may place library facilities that are a work based on the -Library side-by-side in a single library together with other library -facilities not covered by this License, and distribute such a combined -library, provided that the separate distribution of the work based on -the Library and of the other library facilities is otherwise -permitted, and provided that you do these two things: - - a) Accompany the combined library with a copy of the same work - based on the Library, uncombined with any other library - facilities. This must be distributed under the terms of the - Sections above. - - b) Give prominent notice with the combined library of the fact - that part of it is a work based on the Library, and explaining - where to find the accompanying uncombined form of the same work. - - 8. You may not copy, modify, sublicense, link with, or distribute -the Library except as expressly provided under this License. Any -attempt otherwise to copy, modify, sublicense, link with, or -distribute the Library is void, and will automatically terminate your -rights under this License. However, parties who have received copies, -or rights, from you under this License will not have their licenses -terminated so long as such parties remain in full compliance. - - 9. You are not required to accept this License, since you have not -signed it. However, nothing else grants you permission to modify or -distribute the Library or its derivative works. These actions are -prohibited by law if you do not accept this License. Therefore, by -modifying or distributing the Library (or any work based on the -Library), you indicate your acceptance of this License to do so, and -all its terms and conditions for copying, distributing or modifying -the Library or works based on it. - - 10. Each time you redistribute the Library (or any work based on the -Library), the recipient automatically receives a license from the -original licensor to copy, distribute, link with or modify the Library -subject to these terms and conditions. You may not impose any further -restrictions on the recipients' exercise of the rights granted herein. -You are not responsible for enforcing compliance by third parties with -this License. - - 11. If, as a consequence of a court judgment or allegation of patent -infringement or for any other reason (not limited to patent issues), -conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot -distribute so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you -may not distribute the Library at all. For example, if a patent -license would not permit royalty-free redistribution of the Library by -all those who receive copies directly or indirectly through you, then -the only way you could satisfy both it and this License would be to -refrain entirely from distribution of the Library. - -If any portion of this section is held invalid or unenforceable under -any particular circumstance, the balance of the section is intended to -apply, and the section as a whole is intended to apply in other -circumstances. - -It is not the purpose of this section to induce you to infringe any -patents or other property right claims or to contest validity of any -such claims; this section has the sole purpose of protecting the -integrity of the free software distribution system which is -implemented by public license practices. Many people have made -generous contributions to the wide range of software distributed -through that system in reliance on consistent application of that -system; it is up to the author/donor to decide if he or she is willing -to distribute software through any other system and a licensee cannot -impose that choice. - -This section is intended to make thoroughly clear what is believed to -be a consequence of the rest of this License. - - 12. If the distribution and/or use of the Library is restricted in -certain countries either by patents or by copyrighted interfaces, the -original copyright holder who places the Library under this License -may add an explicit geographical distribution limitation excluding those -countries, so that distribution is permitted only in or among -countries not thus excluded. In such case, this License incorporates -the limitation as if written in the body of this License. - - 13. The Free Software Foundation may publish revised and/or new -versions of the Lesser General Public License from time to time. -Such new versions will be similar in spirit to the present version, -but may differ in detail to address new problems or concerns. - -Each version is given a distinguishing version number. If the Library -specifies a version number of this License which applies to it and -"any later version", you have the option of following the terms and -conditions either of that version or of any later version published by -the Free Software Foundation. If the Library does not specify a -license version number, you may choose any version ever published by -the Free Software Foundation. - - 14. If you wish to incorporate parts of the Library into other free -programs whose distribution conditions are incompatible with these, -write to the author to ask for permission. For software which is -copyrighted by the Free Software Foundation, write to the Free -Software Foundation; we sometimes make exceptions for this. Our -decision will be guided by the two goals of preserving the free status -of all derivatives of our free software and of promoting the sharing -and reuse of software generally. - - NO WARRANTY - - 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO -WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. -EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR -OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY -KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE -LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME -THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - - 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN -WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY -AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU -FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR -CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE -LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING -RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A -FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF -SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGES. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Libraries - - If you develop a new library, and you want it to be of the greatest -possible use to the public, we recommend making it free software that -everyone can redistribute and change. You can do so by permitting -redistribution under these terms (or, alternatively, under the terms -of the ordinary General Public License). - - To apply these terms, attach the following notices to the library. -It is safest to attach them to the start of each source file to most -effectively convey the exclusion of warranty; and each file should -have at least the "copyright" line and a pointer to where the full -notice is found. - - - - Copyright (C) - - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. - - This library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. - - You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - -Also add information on how to contact you by electronic and paper mail. - -You should also get your employer (if you work as a programmer) or -your school, if any, to sign a "copyright disclaimer" for the library, -if necessary. Here is a sample; alter the names: - - Yoyodyne, Inc., hereby disclaims all copyright interest in the - library `Frob' (a library for tweaking knobs) written by James - Random Hacker. - - , 1 April 1990 - Ty Coon, President of Vice - -That's all there is to it! - - - GNU LESSER GENERAL PUBLIC LICENSE - Version 3, 29 June 2007 - - Copyright (C) 2007 Free Software Foundation, Inc. - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - - This version of the GNU Lesser General Public License incorporates -the terms and conditions of version 3 of the GNU General Public -License, supplemented by the additional permissions listed below. - - 0. Additional Definitions. - - As used herein, "this License" refers to version 3 of the GNU Lesser -General Public License, and the "GNU GPL" refers to version 3 of the GNU -General Public License. - - "The Library" refers to a covered work governed by this License, -other than an Application or a Combined Work as defined below. - - An "Application" is any work that makes use of an interface provided -by the Library, but which is not otherwise based on the Library. -Defining a subclass of a class defined by the Library is deemed a mode -of using an interface provided by the Library. - - A "Combined Work" is a work produced by combining or linking an -Application with the Library. The particular version of the Library -with which the Combined Work was made is also called the "Linked -Version". - - The "Minimal Corresponding Source" for a Combined Work means the -Corresponding Source for the Combined Work, excluding any source code -for portions of the Combined Work that, considered in isolation, are -based on the Application, and not on the Linked Version. - - The "Corresponding Application Code" for a Combined Work means the -object code and/or source code for the Application, including any data -and utility programs needed for reproducing the Combined Work from the -Application, but excluding the System Libraries of the Combined Work. - - 1. Exception to Section 3 of the GNU GPL. - - You may convey a covered work under sections 3 and 4 of this License -without being bound by section 3 of the GNU GPL. - - 2. Conveying Modified Versions. - - If you modify a copy of the Library, and, in your modifications, a -facility refers to a function or data to be supplied by an Application -that uses the facility (other than as an argument passed when the -facility is invoked), then you may convey a copy of the modified -version: - - a) under this License, provided that you make a good faith effort to - ensure that, in the event an Application does not supply the - function or data, the facility still operates, and performs - whatever part of its purpose remains meaningful, or - - b) under the GNU GPL, with none of the additional permissions of - this License applicable to that copy. - - 3. Object Code Incorporating Material from Library Header Files. - - The object code form of an Application may incorporate material from -a header file that is part of the Library. You may convey such object -code under terms of your choice, provided that, if the incorporated -material is not limited to numerical parameters, data structure -layouts and accessors, or small macros, inline functions and templates -(ten or fewer lines in length), you do both of the following: - - a) Give prominent notice with each copy of the object code that the - Library is used in it and that the Library and its use are - covered by this License. - - b) Accompany the object code with a copy of the GNU GPL and this license - document. - - 4. Combined Works. - - You may convey a Combined Work under terms of your choice that, -taken together, effectively do not restrict modification of the -portions of the Library contained in the Combined Work and reverse -engineering for debugging such modifications, if you also do each of -the following: - - a) Give prominent notice with each copy of the Combined Work that - the Library is used in it and that the Library and its use are - covered by this License. - - b) Accompany the Combined Work with a copy of the GNU GPL and this license - document. - - c) For a Combined Work that displays copyright notices during - execution, include the copyright notice for the Library among - these notices, as well as a reference directing the user to the - copies of the GNU GPL and this license document. - - d) Do one of the following: - - 0) Convey the Minimal Corresponding Source under the terms of this - License, and the Corresponding Application Code in a form - suitable for, and under terms that permit, the user to - recombine or relink the Application with a modified version of - the Linked Version to produce a modified Combined Work, in the - manner specified by section 6 of the GNU GPL for conveying - Corresponding Source. - - 1) Use a suitable shared library mechanism for linking with the - Library. A suitable mechanism is one that (a) uses at run time - a copy of the Library already present on the user's computer - system, and (b) will operate properly with a modified version - of the Library that is interface-compatible with the Linked - Version. - - e) Provide Installation Information, but only if you would otherwise - be required to provide such information under section 6 of the - GNU GPL, and only to the extent that such information is - necessary to install and execute a modified version of the - Combined Work produced by recombining or relinking the - Application with a modified version of the Linked Version. (If - you use option 4d0, the Installation Information must accompany - the Minimal Corresponding Source and Corresponding Application - Code. If you use option 4d1, you must provide the Installation - Information in the manner specified by section 6 of the GNU GPL - for conveying Corresponding Source.) - - 5. Combined Libraries. - - You may place library facilities that are a work based on the -Library side by side in a single library together with other library -facilities that are not Applications and are not covered by this -License, and convey such a combined library under terms of your -choice, if you do both of the following: - - a) Accompany the combined library with a copy of the same work based - on the Library, uncombined with any other library facilities, - conveyed under the terms of this License. - - b) Give prominent notice with the combined library that part of it - is a work based on the Library, and explaining where to find the - accompanying uncombined form of the same work. - - 6. Revised Versions of the GNU Lesser General Public License. - - The Free Software Foundation may publish revised and/or new versions -of the GNU Lesser General Public License from time to time. Such new -versions will be similar in spirit to the present version, but may -differ in detail to address new problems or concerns. - - Each version is given a distinguishing version number. If the -Library as you received it specifies that a certain numbered version -of the GNU Lesser General Public License "or any later version" -applies to it, you have the option of following the terms and -conditions either of that published version or of any later version -published by the Free Software Foundation. If the Library as you -received it does not specify a version number of the GNU Lesser -General Public License, you may choose any version of the GNU Lesser -General Public License ever published by the Free Software Foundation. - - If the Library as you received it specifies that a proxy can decide -whether future versions of the GNU Lesser General Public License shall -apply, that proxy's public statement of acceptance of any version is -permanent authorization for you to choose that version for the -Library. - GNU GENERAL PUBLIC LICENSE - Version 3, 29 June 2007 - - Copyright (C) 2007 Free Software Foundation, Inc. - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The GNU General Public License is a free, copyleft license for -software and other kinds of works. - - The licenses for most software and other practical works are designed -to take away your freedom to share and change the works. By contrast, -the GNU General Public License is intended to guarantee your freedom to -share and change all versions of a program--to make sure it remains free -software for all its users. We, the Free Software Foundation, use the -GNU General Public License for most of our software; it applies also to -any other work released this way by its authors. You can apply it to -your programs, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -them if you wish), that you receive source code or can get it if you -want it, that you can change the software or use pieces of it in new -free programs, and that you know you can do these things. - - To protect your rights, we need to prevent others from denying you -these rights or asking you to surrender the rights. Therefore, you have -certain responsibilities if you distribute copies of the software, or if -you modify it: responsibilities to respect the freedom of others. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must pass on to the recipients the same -freedoms that you received. You must make sure that they, too, receive -or can get the source code. And you must show them these terms so they -know their rights. - - Developers that use the GNU GPL protect your rights with two steps: -(1) assert copyright on the software, and (2) offer you this License -giving you legal permission to copy, distribute and/or modify it. - - For the developers' and authors' protection, the GPL clearly explains -that there is no warranty for this free software. For both users' and -authors' sake, the GPL requires that modified versions be marked as -changed, so that their problems will not be attributed erroneously to -authors of previous versions. - - Some devices are designed to deny users access to install or run -modified versions of the software inside them, although the manufacturer -can do so. This is fundamentally incompatible with the aim of -protecting users' freedom to change the software. The systematic -pattern of such abuse occurs in the area of products for individuals to -use, which is precisely where it is most unacceptable. Therefore, we -have designed this version of the GPL to prohibit the practice for those -products. If such problems arise substantially in other domains, we -stand ready to extend this provision to those domains in future versions -of the GPL, as needed to protect the freedom of users. - - Finally, every program is threatened constantly by software patents. -States should not allow patents to restrict development and use of -software on general-purpose computers, but in those that do, we wish to -avoid the special danger that patents applied to a free program could -make it effectively proprietary. To prevent this, the GPL assures that -patents cannot be used to render the program non-free. - - The precise terms and conditions for copying, distribution and -modification follow. - - TERMS AND CONDITIONS - - 0. Definitions. - - "This License" refers to version 3 of the GNU General Public License. - - "Copyright" also means copyright-like laws that apply to other kinds of -works, such as semiconductor masks. - - "The Program" refers to any copyrightable work licensed under this -License. Each licensee is addressed as "you". "Licensees" and -"recipients" may be individuals or organizations. - - To "modify" a work means to copy from or adapt all or part of the work -in a fashion requiring copyright permission, other than the making of an -exact copy. The resulting work is called a "modified version" of the -earlier work or a work "based on" the earlier work. - - A "covered work" means either the unmodified Program or a work based -on the Program. - - To "propagate" a work means to do anything with it that, without -permission, would make you directly or secondarily liable for -infringement under applicable copyright law, except executing it on a -computer or modifying a private copy. Propagation includes copying, -distribution (with or without modification), making available to the -public, and in some countries other activities as well. - - To "convey" a work means any kind of propagation that enables other -parties to make or receive copies. Mere interaction with a user through -a computer network, with no transfer of a copy, is not conveying. - - An interactive user interface displays "Appropriate Legal Notices" -to the extent that it includes a convenient and prominently visible -feature that (1) displays an appropriate copyright notice, and (2) -tells the user that there is no warranty for the work (except to the -extent that warranties are provided), that licensees may convey the -work under this License, and how to view a copy of this License. If -the interface presents a list of user commands or options, such as a -menu, a prominent item in the list meets this criterion. - - 1. Source Code. - - The "source code" for a work means the preferred form of the work -for making modifications to it. "Object code" means any non-source -form of a work. - - A "Standard Interface" means an interface that either is an official -standard defined by a recognized standards body, or, in the case of -interfaces specified for a particular programming language, one that -is widely used among developers working in that language. - - The "System Libraries" of an executable work include anything, other -than the work as a whole, that (a) is included in the normal form of -packaging a Major Component, but which is not part of that Major -Component, and (b) serves only to enable use of the work with that -Major Component, or to implement a Standard Interface for which an -implementation is available to the public in source code form. A -"Major Component", in this context, means a major essential component -(kernel, window system, and so on) of the specific operating system -(if any) on which the executable work runs, or a compiler used to -produce the work, or an object code interpreter used to run it. - - The "Corresponding Source" for a work in object code form means all -the source code needed to generate, install, and (for an executable -work) run the object code and to modify the work, including scripts to -control those activities. However, it does not include the work's -System Libraries, or general-purpose tools or generally available free -programs which are used unmodified in performing those activities but -which are not part of the work. For example, Corresponding Source -includes interface definition files associated with source files for -the work, and the source code for shared libraries and dynamically -linked subprograms that the work is specifically designed to require, -such as by intimate data communication or control flow between those -subprograms and other parts of the work. - - The Corresponding Source need not include anything that users -can regenerate automatically from other parts of the Corresponding -Source. - - The Corresponding Source for a work in source code form is that -same work. - - 2. Basic Permissions. - - All rights granted under this License are granted for the term of -copyright on the Program, and are irrevocable provided the stated -conditions are met. This License explicitly affirms your unlimited -permission to run the unmodified Program. The output from running a -covered work is covered by this License only if the output, given its -content, constitutes a covered work. This License acknowledges your -rights of fair use or other equivalent, as provided by copyright law. - - You may make, run and propagate covered works that you do not -convey, without conditions so long as your license otherwise remains -in force. You may convey covered works to others for the sole purpose -of having them make modifications exclusively for you, or provide you -with facilities for running those works, provided that you comply with -the terms of this License in conveying all material for which you do -not control copyright. Those thus making or running the covered works -for you must do so exclusively on your behalf, under your direction -and control, on terms that prohibit them from making any copies of -your copyrighted material outside their relationship with you. - - Conveying under any other circumstances is permitted solely under -the conditions stated below. Sublicensing is not allowed; section 10 -makes it unnecessary. - - 3. Protecting Users' Legal Rights From Anti-Circumvention Law. - - No covered work shall be deemed part of an effective technological -measure under any applicable law fulfilling obligations under article -11 of the WIPO copyright treaty adopted on 20 December 1996, or -similar laws prohibiting or restricting circumvention of such -measures. - - When you convey a covered work, you waive any legal power to forbid -circumvention of technological measures to the extent such circumvention -is effected by exercising rights under this License with respect to -the covered work, and you disclaim any intention to limit operation or -modification of the work as a means of enforcing, against the work's -users, your or third parties' legal rights to forbid circumvention of -technological measures. - - 4. Conveying Verbatim Copies. - - You may convey verbatim copies of the Program's source code as you -receive it, in any medium, provided that you conspicuously and -appropriately publish on each copy an appropriate copyright notice; -keep intact all notices stating that this License and any -non-permissive terms added in accord with section 7 apply to the code; -keep intact all notices of the absence of any warranty; and give all -recipients a copy of this License along with the Program. - - You may charge any price or no price for each copy that you convey, -and you may offer support or warranty protection for a fee. - - 5. Conveying Modified Source Versions. - - You may convey a work based on the Program, or the modifications to -produce it from the Program, in the form of source code under the -terms of section 4, provided that you also meet all of these conditions: - - a) The work must carry prominent notices stating that you modified - it, and giving a relevant date. - - b) The work must carry prominent notices stating that it is - released under this License and any conditions added under section - 7. This requirement modifies the requirement in section 4 to - "keep intact all notices". - - c) You must license the entire work, as a whole, under this - License to anyone who comes into possession of a copy. This - License will therefore apply, along with any applicable section 7 - additional terms, to the whole of the work, and all its parts, - regardless of how they are packaged. This License gives no - permission to license the work in any other way, but it does not - invalidate such permission if you have separately received it. - - d) If the work has interactive user interfaces, each must display - Appropriate Legal Notices; however, if the Program has interactive - interfaces that do not display Appropriate Legal Notices, your - work need not make them do so. - - A compilation of a covered work with other separate and independent -works, which are not by their nature extensions of the covered work, -and which are not combined with it such as to form a larger program, -in or on a volume of a storage or distribution medium, is called an -"aggregate" if the compilation and its resulting copyright are not -used to limit the access or legal rights of the compilation's users -beyond what the individual works permit. Inclusion of a covered work -in an aggregate does not cause this License to apply to the other -parts of the aggregate. - - 6. Conveying Non-Source Forms. - - You may convey a covered work in object code form under the terms -of sections 4 and 5, provided that you also convey the -machine-readable Corresponding Source under the terms of this License, -in one of these ways: - - a) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by the - Corresponding Source fixed on a durable physical medium - customarily used for software interchange. - - b) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by a - written offer, valid for at least three years and valid for as - long as you offer spare parts or customer support for that product - model, to give anyone who possesses the object code either (1) a - copy of the Corresponding Source for all the software in the - product that is covered by this License, on a durable physical - medium customarily used for software interchange, for a price no - more than your reasonable cost of physically performing this - conveying of source, or (2) access to copy the - Corresponding Source from a network server at no charge. - - c) Convey individual copies of the object code with a copy of the - written offer to provide the Corresponding Source. This - alternative is allowed only occasionally and noncommercially, and - only if you received the object code with such an offer, in accord - with subsection 6b. - - d) Convey the object code by offering access from a designated - place (gratis or for a charge), and offer equivalent access to the - Corresponding Source in the same way through the same place at no - further charge. You need not require recipients to copy the - Corresponding Source along with the object code. If the place to - copy the object code is a network server, the Corresponding Source - may be on a different server (operated by you or a third party) - that supports equivalent copying facilities, provided you maintain - clear directions next to the object code saying where to find the - Corresponding Source. Regardless of what server hosts the - Corresponding Source, you remain obligated to ensure that it is - available for as long as needed to satisfy these requirements. - - e) Convey the object code using peer-to-peer transmission, provided - you inform other peers where the object code and Corresponding - Source of the work are being offered to the general public at no - charge under subsection 6d. - - A separable portion of the object code, whose source code is excluded -from the Corresponding Source as a System Library, need not be -included in conveying the object code work. - - A "User Product" is either (1) a "consumer product", which means any -tangible personal property which is normally used for personal, family, -or household purposes, or (2) anything designed or sold for incorporation -into a dwelling. In determining whether a product is a consumer product, -doubtful cases shall be resolved in favor of coverage. For a particular -product received by a particular user, "normally used" refers to a -typical or common use of that class of product, regardless of the status -of the particular user or of the way in which the particular user -actually uses, or expects or is expected to use, the product. A product -is a consumer product regardless of whether the product has substantial -commercial, industrial or non-consumer uses, unless such uses represent -the only significant mode of use of the product. - - "Installation Information" for a User Product means any methods, -procedures, authorization keys, or other information required to install -and execute modified versions of a covered work in that User Product from -a modified version of its Corresponding Source. The information must -suffice to ensure that the continued functioning of the modified object -code is in no case prevented or interfered with solely because -modification has been made. - - If you convey an object code work under this section in, or with, or -specifically for use in, a User Product, and the conveying occurs as -part of a transaction in which the right of possession and use of the -User Product is transferred to the recipient in perpetuity or for a -fixed term (regardless of how the transaction is characterized), the -Corresponding Source conveyed under this section must be accompanied -by the Installation Information. But this requirement does not apply -if neither you nor any third party retains the ability to install -modified object code on the User Product (for example, the work has -been installed in ROM). - - The requirement to provide Installation Information does not include a -requirement to continue to provide support service, warranty, or updates -for a work that has been modified or installed by the recipient, or for -the User Product in which it has been modified or installed. Access to a -network may be denied when the modification itself materially and -adversely affects the operation of the network or violates the rules and -protocols for communication across the network. - - Corresponding Source conveyed, and Installation Information provided, -in accord with this section must be in a format that is publicly -documented (and with an implementation available to the public in -source code form), and must require no special password or key for -unpacking, reading or copying. - - 7. Additional Terms. - - "Additional permissions" are terms that supplement the terms of this -License by making exceptions from one or more of its conditions. -Additional permissions that are applicable to the entire Program shall -be treated as though they were included in this License, to the extent -that they are valid under applicable law. If additional permissions -apply only to part of the Program, that part may be used separately -under those permissions, but the entire Program remains governed by -this License without regard to the additional permissions. - - When you convey a copy of a covered work, you may at your option -remove any additional permissions from that copy, or from any part of -it. (Additional permissions may be written to require their own -removal in certain cases when you modify the work.) You may place -additional permissions on material, added by you to a covered work, -for which you have or can give appropriate copyright permission. - - Notwithstanding any other provision of this License, for material you -add to a covered work, you may (if authorized by the copyright holders of -that material) supplement the terms of this License with terms: - - a) Disclaiming warranty or limiting liability differently from the - terms of sections 15 and 16 of this License; or - - b) Requiring preservation of specified reasonable legal notices or - author attributions in that material or in the Appropriate Legal - Notices displayed by works containing it; or - - c) Prohibiting misrepresentation of the origin of that material, or - requiring that modified versions of such material be marked in - reasonable ways as different from the original version; or - - d) Limiting the use for publicity purposes of names of licensors or - authors of the material; or - - e) Declining to grant rights under trademark law for use of some - trade names, trademarks, or service marks; or - - f) Requiring indemnification of licensors and authors of that - material by anyone who conveys the material (or modified versions of - it) with contractual assumptions of liability to the recipient, for - any liability that these contractual assumptions directly impose on - those licensors and authors. - - All other non-permissive additional terms are considered "further -restrictions" within the meaning of section 10. If the Program as you -received it, or any part of it, contains a notice stating that it is -governed by this License along with a term that is a further -restriction, you may remove that term. If a license document contains -a further restriction but permits relicensing or conveying under this -License, you may add to a covered work material governed by the terms -of that license document, provided that the further restriction does -not survive such relicensing or conveying. - - If you add terms to a covered work in accord with this section, you -must place, in the relevant source files, a statement of the -additional terms that apply to those files, or a notice indicating -where to find the applicable terms. - - Additional terms, permissive or non-permissive, may be stated in the -form of a separately written license, or stated as exceptions; -the above requirements apply either way. - - 8. Termination. - - You may not propagate or modify a covered work except as expressly -provided under this License. Any attempt otherwise to propagate or -modify it is void, and will automatically terminate your rights under -this License (including any patent licenses granted under the third -paragraph of section 11). - - However, if you cease all violation of this License, then your -license from a particular copyright holder is reinstated (a) -provisionally, unless and until the copyright holder explicitly and -finally terminates your license, and (b) permanently, if the copyright -holder fails to notify you of the violation by some reasonable means -prior to 60 days after the cessation. - - Moreover, your license from a particular copyright holder is -reinstated permanently if the copyright holder notifies you of the -violation by some reasonable means, this is the first time you have -received notice of violation of this License (for any work) from that -copyright holder, and you cure the violation prior to 30 days after -your receipt of the notice. - - Termination of your rights under this section does not terminate the -licenses of parties who have received copies or rights from you under -this License. If your rights have been terminated and not permanently -reinstated, you do not qualify to receive new licenses for the same -material under section 10. - - 9. Acceptance Not Required for Having Copies. - - You are not required to accept this License in order to receive or -run a copy of the Program. Ancillary propagation of a covered work -occurring solely as a consequence of using peer-to-peer transmission -to receive a copy likewise does not require acceptance. However, -nothing other than this License grants you permission to propagate or -modify any covered work. These actions infringe copyright if you do -not accept this License. Therefore, by modifying or propagating a -covered work, you indicate your acceptance of this License to do so. - - 10. Automatic Licensing of Downstream Recipients. - - Each time you convey a covered work, the recipient automatically -receives a license from the original licensors, to run, modify and -propagate that work, subject to this License. You are not responsible -for enforcing compliance by third parties with this License. - - An "entity transaction" is a transaction transferring control of an -organization, or substantially all assets of one, or subdividing an -organization, or merging organizations. If propagation of a covered -work results from an entity transaction, each party to that -transaction who receives a copy of the work also receives whatever -licenses to the work the party's predecessor in interest had or could -give under the previous paragraph, plus a right to possession of the -Corresponding Source of the work from the predecessor in interest, if -the predecessor has it or can get it with reasonable efforts. - - You may not impose any further restrictions on the exercise of the -rights granted or affirmed under this License. For example, you may -not impose a license fee, royalty, or other charge for exercise of -rights granted under this License, and you may not initiate litigation -(including a cross-claim or counterclaim in a lawsuit) alleging that -any patent claim is infringed by making, using, selling, offering for -sale, or importing the Program or any portion of it. - - 11. Patents. - - A "contributor" is a copyright holder who authorizes use under this -License of the Program or a work on which the Program is based. The -work thus licensed is called the contributor's "contributor version". - - A contributor's "essential patent claims" are all patent claims -owned or controlled by the contributor, whether already acquired or -hereafter acquired, that would be infringed by some manner, permitted -by this License, of making, using, or selling its contributor version, -but do not include claims that would be infringed only as a -consequence of further modification of the contributor version. For -purposes of this definition, "control" includes the right to grant -patent sublicenses in a manner consistent with the requirements of -this License. - - Each contributor grants you a non-exclusive, worldwide, royalty-free -patent license under the contributor's essential patent claims, to -make, use, sell, offer for sale, import and otherwise run, modify and -propagate the contents of its contributor version. - - In the following three paragraphs, a "patent license" is any express -agreement or commitment, however denominated, not to enforce a patent -(such as an express permission to practice a patent or covenant not to -sue for patent infringement). To "grant" such a patent license to a -party means to make such an agreement or commitment not to enforce a -patent against the party. - - If you convey a covered work, knowingly relying on a patent license, -and the Corresponding Source of the work is not available for anyone -to copy, free of charge and under the terms of this License, through a -publicly available network server or other readily accessible means, -then you must either (1) cause the Corresponding Source to be so -available, or (2) arrange to deprive yourself of the benefit of the -patent license for this particular work, or (3) arrange, in a manner -consistent with the requirements of this License, to extend the patent -license to downstream recipients. "Knowingly relying" means you have -actual knowledge that, but for the patent license, your conveying the -covered work in a country, or your recipient's use of the covered work -in a country, would infringe one or more identifiable patents in that -country that you have reason to believe are valid. - - If, pursuant to or in connection with a single transaction or -arrangement, you convey, or propagate by procuring conveyance of, a -covered work, and grant a patent license to some of the parties -receiving the covered work authorizing them to use, propagate, modify -or convey a specific copy of the covered work, then the patent license -you grant is automatically extended to all recipients of the covered -work and works based on it. - - A patent license is "discriminatory" if it does not include within -the scope of its coverage, prohibits the exercise of, or is -conditioned on the non-exercise of one or more of the rights that are -specifically granted under this License. You may not convey a covered -work if you are a party to an arrangement with a third party that is -in the business of distributing software, under which you make payment -to the third party based on the extent of your activity of conveying -the work, and under which the third party grants, to any of the -parties who would receive the covered work from you, a discriminatory -patent license (a) in connection with copies of the covered work -conveyed by you (or copies made from those copies), or (b) primarily -for and in connection with specific products or compilations that -contain the covered work, unless you entered into that arrangement, -or that patent license was granted, prior to 28 March 2007. - - Nothing in this License shall be construed as excluding or limiting -any implied license or other defenses to infringement that may -otherwise be available to you under applicable patent law. - - 12. No Surrender of Others' Freedom. - - If conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot convey a -covered work so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you may -not convey it at all. For example, if you agree to terms that obligate you -to collect a royalty for further conveying from those to whom you convey -the Program, the only way you could satisfy both those terms and this -License would be to refrain entirely from conveying the Program. - - 13. Use with the GNU Affero General Public License. - - Notwithstanding any other provision of this License, you have -permission to link or combine any covered work with a work licensed -under version 3 of the GNU Affero General Public License into a single -combined work, and to convey the resulting work. The terms of this -License will continue to apply to the part which is the covered work, -but the special requirements of the GNU Affero General Public License, -section 13, concerning interaction through a network will apply to the -combination as such. - - 14. Revised Versions of this License. - - The Free Software Foundation may publish revised and/or new versions of -the GNU General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - - Each version is given a distinguishing version number. If the -Program specifies that a certain numbered version of the GNU General -Public License "or any later version" applies to it, you have the -option of following the terms and conditions either of that numbered -version or of any later version published by the Free Software -Foundation. If the Program does not specify a version number of the -GNU General Public License, you may choose any version ever published -by the Free Software Foundation. - - If the Program specifies that a proxy can decide which future -versions of the GNU General Public License can be used, that proxy's -public statement of acceptance of a version permanently authorizes you -to choose that version for the Program. - - Later license versions may give you additional or different -permissions. However, no additional obligations are imposed on any -author or copyright holder as a result of your choosing to follow a -later version. - - 15. Disclaimer of Warranty. - - THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY -APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT -HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY -OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, -THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM -IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF -ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - - 16. Limitation of Liability. - - IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS -THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY -GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE -USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF -DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD -PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), -EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF -SUCH DAMAGES. - - 17. Interpretation of Sections 15 and 16. - - If the disclaimer of warranty and limitation of liability provided -above cannot be given local legal effect according to their terms, -reviewing courts shall apply local law that most closely approximates -an absolute waiver of all civil liability in connection with the -Program, unless a warranty or assumption of liability accompanies a -copy of the Program in return for a fee. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -state the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - -Also add information on how to contact you by electronic and paper mail. - - If the program does terminal interaction, make it output a short -notice like this when it starts in an interactive mode: - - Copyright (C) - This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, your program's commands -might be different; for a GUI interface, you would use an "about box". - - You should also get your employer (if you work as a programmer) or school, -if any, to sign a "copyright disclaimer" for the program, if necessary. -For more information on this, and how to apply and follow the GNU GPL, see -. - - The GNU General Public License does not permit incorporating your program -into proprietary programs. If your program is a subroutine library, you -may consider it more useful to permit linking proprietary applications with -the library. If this is what you want to do, use the GNU Lesser General -Public License instead of this License. But first, please read -. - GNU LESSER GENERAL PUBLIC LICENSE - Version 3, 29 June 2007 - - Copyright (C) 2007 Free Software Foundation, Inc. - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - - This version of the GNU Lesser General Public License incorporates -the terms and conditions of version 3 of the GNU General Public -License, supplemented by the additional permissions listed below. - - 0. Additional Definitions. - - As used herein, "this License" refers to version 3 of the GNU Lesser -General Public License, and the "GNU GPL" refers to version 3 of the GNU -General Public License. - - "The Library" refers to a covered work governed by this License, -other than an Application or a Combined Work as defined below. - - An "Application" is any work that makes use of an interface provided -by the Library, but which is not otherwise based on the Library. -Defining a subclass of a class defined by the Library is deemed a mode -of using an interface provided by the Library. - - A "Combined Work" is a work produced by combining or linking an -Application with the Library. The particular version of the Library -with which the Combined Work was made is also called the "Linked -Version". - - The "Minimal Corresponding Source" for a Combined Work means the -Corresponding Source for the Combined Work, excluding any source code -for portions of the Combined Work that, considered in isolation, are -based on the Application, and not on the Linked Version. - - The "Corresponding Application Code" for a Combined Work means the -object code and/or source code for the Application, including any data -and utility programs needed for reproducing the Combined Work from the -Application, but excluding the System Libraries of the Combined Work. - - 1. Exception to Section 3 of the GNU GPL. - - You may convey a covered work under sections 3 and 4 of this License -without being bound by section 3 of the GNU GPL. - - 2. Conveying Modified Versions. - - If you modify a copy of the Library, and, in your modifications, a -facility refers to a function or data to be supplied by an Application -that uses the facility (other than as an argument passed when the -facility is invoked), then you may convey a copy of the modified -version: - - a) under this License, provided that you make a good faith effort to - ensure that, in the event an Application does not supply the - function or data, the facility still operates, and performs - whatever part of its purpose remains meaningful, or - - b) under the GNU GPL, with none of the additional permissions of - this License applicable to that copy. - - 3. Object Code Incorporating Material from Library Header Files. - - The object code form of an Application may incorporate material from -a header file that is part of the Library. You may convey such object -code under terms of your choice, provided that, if the incorporated -material is not limited to numerical parameters, data structure -layouts and accessors, or small macros, inline functions and templates -(ten or fewer lines in length), you do both of the following: - - a) Give prominent notice with each copy of the object code that the - Library is used in it and that the Library and its use are - covered by this License. - - b) Accompany the object code with a copy of the GNU GPL and this license - document. - - 4. Combined Works. - - You may convey a Combined Work under terms of your choice that, -taken together, effectively do not restrict modification of the -portions of the Library contained in the Combined Work and reverse -engineering for debugging such modifications, if you also do each of -the following: - - a) Give prominent notice with each copy of the Combined Work that - the Library is used in it and that the Library and its use are - covered by this License. - - b) Accompany the Combined Work with a copy of the GNU GPL and this license - document. - - c) For a Combined Work that displays copyright notices during - execution, include the copyright notice for the Library among - these notices, as well as a reference directing the user to the - copies of the GNU GPL and this license document. - - d) Do one of the following: - - 0) Convey the Minimal Corresponding Source under the terms of this - License, and the Corresponding Application Code in a form - suitable for, and under terms that permit, the user to - recombine or relink the Application with a modified version of - the Linked Version to produce a modified Combined Work, in the - manner specified by section 6 of the GNU GPL for conveying - Corresponding Source. - - 1) Use a suitable shared library mechanism for linking with the - Library. A suitable mechanism is one that (a) uses at run time - a copy of the Library already present on the user's computer - system, and (b) will operate properly with a modified version - of the Library that is interface-compatible with the Linked - Version. - - e) Provide Installation Information, but only if you would otherwise - be required to provide such information under section 6 of the - GNU GPL, and only to the extent that such information is - necessary to install and execute a modified version of the - Combined Work produced by recombining or relinking the - Application with a modified version of the Linked Version. (If - you use option 4d0, the Installation Information must accompany - the Minimal Corresponding Source and Corresponding Application - Code. If you use option 4d1, you must provide the Installation - Information in the manner specified by section 6 of the GNU GPL - for conveying Corresponding Source.) - - 5. Combined Libraries. - - You may place library facilities that are a work based on the -Library side by side in a single library together with other library -facilities that are not Applications and are not covered by this -License, and convey such a combined library under terms of your -choice, if you do both of the following: - - a) Accompany the combined library with a copy of the same work based - on the Library, uncombined with any other library facilities, - conveyed under the terms of this License. - - b) Give prominent notice with the combined library that part of it - is a work based on the Library, and explaining where to find the - accompanying uncombined form of the same work. - - 6. Revised Versions of the GNU Lesser General Public License. - - The Free Software Foundation may publish revised and/or new versions -of the GNU Lesser General Public License from time to time. Such new -versions will be similar in spirit to the present version, but may -differ in detail to address new problems or concerns. - - Each version is given a distinguishing version number. If the -Library as you received it specifies that a certain numbered version -of the GNU Lesser General Public License "or any later version" -applies to it, you have the option of following the terms and -conditions either of that published version or of any later version -published by the Free Software Foundation. If the Library as you -received it does not specify a version number of the GNU Lesser -General Public License, you may choose any version of the GNU Lesser -General Public License ever published by the Free Software Foundation. - - If the Library as you received it specifies that a proxy can decide -whether future versions of the GNU Lesser General Public License shall -apply, that proxy's public statement of acceptance of any version is -permanent authorization for you to choose that version for the -Library. - GNU LESSER GENERAL PUBLIC LICENSE - Version 3, 29 June 2007 - - Copyright (C) 2007 Free Software Foundation, Inc. - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - - This version of the GNU Lesser General Public License incorporates -the terms and conditions of version 3 of the GNU General Public -License, supplemented by the additional permissions listed below. - - 0. Additional Definitions. - - As used herein, "this License" refers to version 3 of the GNU Lesser -General Public License, and the "GNU GPL" refers to version 3 of the GNU -General Public License. - - "The Library" refers to a covered work governed by this License, -other than an Application or a Combined Work as defined below. - - An "Application" is any work that makes use of an interface provided -by the Library, but which is not otherwise based on the Library. -Defining a subclass of a class defined by the Library is deemed a mode -of using an interface provided by the Library. - - A "Combined Work" is a work produced by combining or linking an -Application with the Library. The particular version of the Library -with which the Combined Work was made is also called the "Linked -Version". - - The "Minimal Corresponding Source" for a Combined Work means the -Corresponding Source for the Combined Work, excluding any source code -for portions of the Combined Work that, considered in isolation, are -based on the Application, and not on the Linked Version. - - The "Corresponding Application Code" for a Combined Work means the -object code and/or source code for the Application, including any data -and utility programs needed for reproducing the Combined Work from the -Application, but excluding the System Libraries of the Combined Work. - - 1. Exception to Section 3 of the GNU GPL. - - You may convey a covered work under sections 3 and 4 of this License -without being bound by section 3 of the GNU GPL. - - 2. Conveying Modified Versions. - - If you modify a copy of the Library, and, in your modifications, a -facility refers to a function or data to be supplied by an Application -that uses the facility (other than as an argument passed when the -facility is invoked), then you may convey a copy of the modified -version: - - a) under this License, provided that you make a good faith effort to - ensure that, in the event an Application does not supply the - function or data, the facility still operates, and performs - whatever part of its purpose remains meaningful, or - - b) under the GNU GPL, with none of the additional permissions of - this License applicable to that copy. - - 3. Object Code Incorporating Material from Library Header Files. - - The object code form of an Application may incorporate material from -a header file that is part of the Library. You may convey such object -code under terms of your choice, provided that, if the incorporated -material is not limited to numerical parameters, data structure -layouts and accessors, or small macros, inline functions and templates -(ten or fewer lines in length), you do both of the following: - - a) Give prominent notice with each copy of the object code that the - Library is used in it and that the Library and its use are - covered by this License. - - b) Accompany the object code with a copy of the GNU GPL and this license - document. - - 4. Combined Works. - - You may convey a Combined Work under terms of your choice that, -taken together, effectively do not restrict modification of the -portions of the Library contained in the Combined Work and reverse -engineering for debugging such modifications, if you also do each of -the following: - - a) Give prominent notice with each copy of the Combined Work that - the Library is used in it and that the Library and its use are - covered by this License. - - b) Accompany the Combined Work with a copy of the GNU GPL and this license - document. - - c) For a Combined Work that displays copyright notices during - execution, include the copyright notice for the Library among - these notices, as well as a reference directing the user to the - copies of the GNU GPL and this license document. - - d) Do one of the following: - - 0) Convey the Minimal Corresponding Source under the terms of this - License, and the Corresponding Application Code in a form - suitable for, and under terms that permit, the user to - recombine or relink the Application with a modified version of - the Linked Version to produce a modified Combined Work, in the - manner specified by section 6 of the GNU GPL for conveying - Corresponding Source. - - 1) Use a suitable shared library mechanism for linking with the - Library. A suitable mechanism is one that (a) uses at run time - a copy of the Library already present on the user's computer - system, and (b) will operate properly with a modified version - of the Library that is interface-compatible with the Linked - Version. - - e) Provide Installation Information, but only if you would otherwise - be required to provide such information under section 6 of the - GNU GPL, and only to the extent that such information is - necessary to install and execute a modified version of the - Combined Work produced by recombining or relinking the - Application with a modified version of the Linked Version. (If - you use option 4d0, the Installation Information must accompany - the Minimal Corresponding Source and Corresponding Application - Code. If you use option 4d1, you must provide the Installation - Information in the manner specified by section 6 of the GNU GPL - for conveying Corresponding Source.) - - 5. Combined Libraries. - - You may place library facilities that are a work based on the -Library side by side in a single library together with other library -facilities that are not Applications and are not covered by this -License, and convey such a combined library under terms of your -choice, if you do both of the following: - - a) Accompany the combined library with a copy of the same work based - on the Library, uncombined with any other library facilities, - conveyed under the terms of this License. - - b) Give prominent notice with the combined library that part of it - is a work based on the Library, and explaining where to find the - accompanying uncombined form of the same work. - - 6. Revised Versions of the GNU Lesser General Public License. - - The Free Software Foundation may publish revised and/or new versions -of the GNU Lesser General Public License from time to time. Such new -versions will be similar in spirit to the present version, but may -differ in detail to address new problems or concerns. - - Each version is given a distinguishing version number. If the -Library as you received it specifies that a certain numbered version -of the GNU Lesser General Public License "or any later version" -applies to it, you have the option of following the terms and -conditions either of that published version or of any later version -published by the Free Software Foundation. If the Library as you -received it does not specify a version number of the GNU Lesser -General Public License, you may choose any version of the GNU Lesser -General Public License ever published by the Free Software Foundation. - - If the Library as you received it specifies that a proxy can decide -whether future versions of the GNU Lesser General Public License shall -apply, that proxy's public statement of acceptance of any version is -permanent authorization for you to choose that version for the -Library. - GNU GENERAL PUBLIC LICENSE - Version 3, 29 June 2007 - - Copyright (C) 2007 Free Software Foundation, Inc. - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The GNU General Public License is a free, copyleft license for -software and other kinds of works. - - The licenses for most software and other practical works are designed -to take away your freedom to share and change the works. By contrast, -the GNU General Public License is intended to guarantee your freedom to -share and change all versions of a program--to make sure it remains free -software for all its users. We, the Free Software Foundation, use the -GNU General Public License for most of our software; it applies also to -any other work released this way by its authors. You can apply it to -your programs, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -them if you wish), that you receive source code or can get it if you -want it, that you can change the software or use pieces of it in new -free programs, and that you know you can do these things. - - To protect your rights, we need to prevent others from denying you -these rights or asking you to surrender the rights. Therefore, you have -certain responsibilities if you distribute copies of the software, or if -you modify it: responsibilities to respect the freedom of others. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must pass on to the recipients the same -freedoms that you received. You must make sure that they, too, receive -or can get the source code. And you must show them these terms so they -know their rights. - - Developers that use the GNU GPL protect your rights with two steps: -(1) assert copyright on the software, and (2) offer you this License -giving you legal permission to copy, distribute and/or modify it. - - For the developers' and authors' protection, the GPL clearly explains -that there is no warranty for this free software. For both users' and -authors' sake, the GPL requires that modified versions be marked as -changed, so that their problems will not be attributed erroneously to -authors of previous versions. - - Some devices are designed to deny users access to install or run -modified versions of the software inside them, although the manufacturer -can do so. This is fundamentally incompatible with the aim of -protecting users' freedom to change the software. The systematic -pattern of such abuse occurs in the area of products for individuals to -use, which is precisely where it is most unacceptable. Therefore, we -have designed this version of the GPL to prohibit the practice for those -products. If such problems arise substantially in other domains, we -stand ready to extend this provision to those domains in future versions -of the GPL, as needed to protect the freedom of users. - - Finally, every program is threatened constantly by software patents. -States should not allow patents to restrict development and use of -software on general-purpose computers, but in those that do, we wish to -avoid the special danger that patents applied to a free program could -make it effectively proprietary. To prevent this, the GPL assures that -patents cannot be used to render the program non-free. - - The precise terms and conditions for copying, distribution and -modification follow. - - TERMS AND CONDITIONS - - 0. Definitions. - - "This License" refers to version 3 of the GNU General Public License. - - "Copyright" also means copyright-like laws that apply to other kinds of -works, such as semiconductor masks. - - "The Program" refers to any copyrightable work licensed under this -License. Each licensee is addressed as "you". "Licensees" and -"recipients" may be individuals or organizations. - - To "modify" a work means to copy from or adapt all or part of the work -in a fashion requiring copyright permission, other than the making of an -exact copy. The resulting work is called a "modified version" of the -earlier work or a work "based on" the earlier work. - - A "covered work" means either the unmodified Program or a work based -on the Program. - - To "propagate" a work means to do anything with it that, without -permission, would make you directly or secondarily liable for -infringement under applicable copyright law, except executing it on a -computer or modifying a private copy. Propagation includes copying, -distribution (with or without modification), making available to the -public, and in some countries other activities as well. - - To "convey" a work means any kind of propagation that enables other -parties to make or receive copies. Mere interaction with a user through -a computer network, with no transfer of a copy, is not conveying. - - An interactive user interface displays "Appropriate Legal Notices" -to the extent that it includes a convenient and prominently visible -feature that (1) displays an appropriate copyright notice, and (2) -tells the user that there is no warranty for the work (except to the -extent that warranties are provided), that licensees may convey the -work under this License, and how to view a copy of this License. If -the interface presents a list of user commands or options, such as a -menu, a prominent item in the list meets this criterion. - - 1. Source Code. - - The "source code" for a work means the preferred form of the work -for making modifications to it. "Object code" means any non-source -form of a work. - - A "Standard Interface" means an interface that either is an official -standard defined by a recognized standards body, or, in the case of -interfaces specified for a particular programming language, one that -is widely used among developers working in that language. - - The "System Libraries" of an executable work include anything, other -than the work as a whole, that (a) is included in the normal form of -packaging a Major Component, but which is not part of that Major -Component, and (b) serves only to enable use of the work with that -Major Component, or to implement a Standard Interface for which an -implementation is available to the public in source code form. A -"Major Component", in this context, means a major essential component -(kernel, window system, and so on) of the specific operating system -(if any) on which the executable work runs, or a compiler used to -produce the work, or an object code interpreter used to run it. - - The "Corresponding Source" for a work in object code form means all -the source code needed to generate, install, and (for an executable -work) run the object code and to modify the work, including scripts to -control those activities. However, it does not include the work's -System Libraries, or general-purpose tools or generally available free -programs which are used unmodified in performing those activities but -which are not part of the work. For example, Corresponding Source -includes interface definition files associated with source files for -the work, and the source code for shared libraries and dynamically -linked subprograms that the work is specifically designed to require, -such as by intimate data communication or control flow between those -subprograms and other parts of the work. - - The Corresponding Source need not include anything that users -can regenerate automatically from other parts of the Corresponding -Source. - - The Corresponding Source for a work in source code form is that -same work. - - 2. Basic Permissions. - - All rights granted under this License are granted for the term of -copyright on the Program, and are irrevocable provided the stated -conditions are met. This License explicitly affirms your unlimited -permission to run the unmodified Program. The output from running a -covered work is covered by this License only if the output, given its -content, constitutes a covered work. This License acknowledges your -rights of fair use or other equivalent, as provided by copyright law. - - You may make, run and propagate covered works that you do not -convey, without conditions so long as your license otherwise remains -in force. You may convey covered works to others for the sole purpose -of having them make modifications exclusively for you, or provide you -with facilities for running those works, provided that you comply with -the terms of this License in conveying all material for which you do -not control copyright. Those thus making or running the covered works -for you must do so exclusively on your behalf, under your direction -and control, on terms that prohibit them from making any copies of -your copyrighted material outside their relationship with you. - - Conveying under any other circumstances is permitted solely under -the conditions stated below. Sublicensing is not allowed; section 10 -makes it unnecessary. - - 3. Protecting Users' Legal Rights From Anti-Circumvention Law. - - No covered work shall be deemed part of an effective technological -measure under any applicable law fulfilling obligations under article -11 of the WIPO copyright treaty adopted on 20 December 1996, or -similar laws prohibiting or restricting circumvention of such -measures. - - When you convey a covered work, you waive any legal power to forbid -circumvention of technological measures to the extent such circumvention -is effected by exercising rights under this License with respect to -the covered work, and you disclaim any intention to limit operation or -modification of the work as a means of enforcing, against the work's -users, your or third parties' legal rights to forbid circumvention of -technological measures. - - 4. Conveying Verbatim Copies. - - You may convey verbatim copies of the Program's source code as you -receive it, in any medium, provided that you conspicuously and -appropriately publish on each copy an appropriate copyright notice; -keep intact all notices stating that this License and any -non-permissive terms added in accord with section 7 apply to the code; -keep intact all notices of the absence of any warranty; and give all -recipients a copy of this License along with the Program. - - You may charge any price or no price for each copy that you convey, -and you may offer support or warranty protection for a fee. - - 5. Conveying Modified Source Versions. - - You may convey a work based on the Program, or the modifications to -produce it from the Program, in the form of source code under the -terms of section 4, provided that you also meet all of these conditions: - - a) The work must carry prominent notices stating that you modified - it, and giving a relevant date. - - b) The work must carry prominent notices stating that it is - released under this License and any conditions added under section - 7. This requirement modifies the requirement in section 4 to - "keep intact all notices". - - c) You must license the entire work, as a whole, under this - License to anyone who comes into possession of a copy. This - License will therefore apply, along with any applicable section 7 - additional terms, to the whole of the work, and all its parts, - regardless of how they are packaged. This License gives no - permission to license the work in any other way, but it does not - invalidate such permission if you have separately received it. - - d) If the work has interactive user interfaces, each must display - Appropriate Legal Notices; however, if the Program has interactive - interfaces that do not display Appropriate Legal Notices, your - work need not make them do so. - - A compilation of a covered work with other separate and independent -works, which are not by their nature extensions of the covered work, -and which are not combined with it such as to form a larger program, -in or on a volume of a storage or distribution medium, is called an -"aggregate" if the compilation and its resulting copyright are not -used to limit the access or legal rights of the compilation's users -beyond what the individual works permit. Inclusion of a covered work -in an aggregate does not cause this License to apply to the other -parts of the aggregate. - - 6. Conveying Non-Source Forms. - - You may convey a covered work in object code form under the terms -of sections 4 and 5, provided that you also convey the -machine-readable Corresponding Source under the terms of this License, -in one of these ways: - - a) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by the - Corresponding Source fixed on a durable physical medium - customarily used for software interchange. - - b) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by a - written offer, valid for at least three years and valid for as - long as you offer spare parts or customer support for that product - model, to give anyone who possesses the object code either (1) a - copy of the Corresponding Source for all the software in the - product that is covered by this License, on a durable physical - medium customarily used for software interchange, for a price no - more than your reasonable cost of physically performing this - conveying of source, or (2) access to copy the - Corresponding Source from a network server at no charge. - - c) Convey individual copies of the object code with a copy of the - written offer to provide the Corresponding Source. This - alternative is allowed only occasionally and noncommercially, and - only if you received the object code with such an offer, in accord - with subsection 6b. - - d) Convey the object code by offering access from a designated - place (gratis or for a charge), and offer equivalent access to the - Corresponding Source in the same way through the same place at no - further charge. You need not require recipients to copy the - Corresponding Source along with the object code. If the place to - copy the object code is a network server, the Corresponding Source - may be on a different server (operated by you or a third party) - that supports equivalent copying facilities, provided you maintain - clear directions next to the object code saying where to find the - Corresponding Source. Regardless of what server hosts the - Corresponding Source, you remain obligated to ensure that it is - available for as long as needed to satisfy these requirements. - - e) Convey the object code using peer-to-peer transmission, provided - you inform other peers where the object code and Corresponding - Source of the work are being offered to the general public at no - charge under subsection 6d. - - A separable portion of the object code, whose source code is excluded -from the Corresponding Source as a System Library, need not be -included in conveying the object code work. - - A "User Product" is either (1) a "consumer product", which means any -tangible personal property which is normally used for personal, family, -or household purposes, or (2) anything designed or sold for incorporation -into a dwelling. In determining whether a product is a consumer product, -doubtful cases shall be resolved in favor of coverage. For a particular -product received by a particular user, "normally used" refers to a -typical or common use of that class of product, regardless of the status -of the particular user or of the way in which the particular user -actually uses, or expects or is expected to use, the product. A product -is a consumer product regardless of whether the product has substantial -commercial, industrial or non-consumer uses, unless such uses represent -the only significant mode of use of the product. - - "Installation Information" for a User Product means any methods, -procedures, authorization keys, or other information required to install -and execute modified versions of a covered work in that User Product from -a modified version of its Corresponding Source. The information must -suffice to ensure that the continued functioning of the modified object -code is in no case prevented or interfered with solely because -modification has been made. - - If you convey an object code work under this section in, or with, or -specifically for use in, a User Product, and the conveying occurs as -part of a transaction in which the right of possession and use of the -User Product is transferred to the recipient in perpetuity or for a -fixed term (regardless of how the transaction is characterized), the -Corresponding Source conveyed under this section must be accompanied -by the Installation Information. But this requirement does not apply -if neither you nor any third party retains the ability to install -modified object code on the User Product (for example, the work has -been installed in ROM). - - The requirement to provide Installation Information does not include a -requirement to continue to provide support service, warranty, or updates -for a work that has been modified or installed by the recipient, or for -the User Product in which it has been modified or installed. Access to a -network may be denied when the modification itself materially and -adversely affects the operation of the network or violates the rules and -protocols for communication across the network. - - Corresponding Source conveyed, and Installation Information provided, -in accord with this section must be in a format that is publicly -documented (and with an implementation available to the public in -source code form), and must require no special password or key for -unpacking, reading or copying. - - 7. Additional Terms. - - "Additional permissions" are terms that supplement the terms of this -License by making exceptions from one or more of its conditions. -Additional permissions that are applicable to the entire Program shall -be treated as though they were included in this License, to the extent -that they are valid under applicable law. If additional permissions -apply only to part of the Program, that part may be used separately -under those permissions, but the entire Program remains governed by -this License without regard to the additional permissions. - - When you convey a copy of a covered work, you may at your option -remove any additional permissions from that copy, or from any part of -it. (Additional permissions may be written to require their own -removal in certain cases when you modify the work.) You may place -additional permissions on material, added by you to a covered work, -for which you have or can give appropriate copyright permission. - - Notwithstanding any other provision of this License, for material you -add to a covered work, you may (if authorized by the copyright holders of -that material) supplement the terms of this License with terms: - - a) Disclaiming warranty or limiting liability differently from the - terms of sections 15 and 16 of this License; or - - b) Requiring preservation of specified reasonable legal notices or - author attributions in that material or in the Appropriate Legal - Notices displayed by works containing it; or - - c) Prohibiting misrepresentation of the origin of that material, or - requiring that modified versions of such material be marked in - reasonable ways as different from the original version; or - - d) Limiting the use for publicity purposes of names of licensors or - authors of the material; or - - e) Declining to grant rights under trademark law for use of some - trade names, trademarks, or service marks; or - - f) Requiring indemnification of licensors and authors of that - material by anyone who conveys the material (or modified versions of - it) with contractual assumptions of liability to the recipient, for - any liability that these contractual assumptions directly impose on - those licensors and authors. - - All other non-permissive additional terms are considered "further -restrictions" within the meaning of section 10. If the Program as you -received it, or any part of it, contains a notice stating that it is -governed by this License along with a term that is a further -restriction, you may remove that term. If a license document contains -a further restriction but permits relicensing or conveying under this -License, you may add to a covered work material governed by the terms -of that license document, provided that the further restriction does -not survive such relicensing or conveying. - - If you add terms to a covered work in accord with this section, you -must place, in the relevant source files, a statement of the -additional terms that apply to those files, or a notice indicating -where to find the applicable terms. - - Additional terms, permissive or non-permissive, may be stated in the -form of a separately written license, or stated as exceptions; -the above requirements apply either way. - - 8. Termination. - - You may not propagate or modify a covered work except as expressly -provided under this License. Any attempt otherwise to propagate or -modify it is void, and will automatically terminate your rights under -this License (including any patent licenses granted under the third -paragraph of section 11). - - However, if you cease all violation of this License, then your -license from a particular copyright holder is reinstated (a) -provisionally, unless and until the copyright holder explicitly and -finally terminates your license, and (b) permanently, if the copyright -holder fails to notify you of the violation by some reasonable means -prior to 60 days after the cessation. - - Moreover, your license from a particular copyright holder is -reinstated permanently if the copyright holder notifies you of the -violation by some reasonable means, this is the first time you have -received notice of violation of this License (for any work) from that -copyright holder, and you cure the violation prior to 30 days after -your receipt of the notice. - - Termination of your rights under this section does not terminate the -licenses of parties who have received copies or rights from you under -this License. If your rights have been terminated and not permanently -reinstated, you do not qualify to receive new licenses for the same -material under section 10. - - 9. Acceptance Not Required for Having Copies. - - You are not required to accept this License in order to receive or -run a copy of the Program. Ancillary propagation of a covered work -occurring solely as a consequence of using peer-to-peer transmission -to receive a copy likewise does not require acceptance. However, -nothing other than this License grants you permission to propagate or -modify any covered work. These actions infringe copyright if you do -not accept this License. Therefore, by modifying or propagating a -covered work, you indicate your acceptance of this License to do so. - - 10. Automatic Licensing of Downstream Recipients. - - Each time you convey a covered work, the recipient automatically -receives a license from the original licensors, to run, modify and -propagate that work, subject to this License. You are not responsible -for enforcing compliance by third parties with this License. - - An "entity transaction" is a transaction transferring control of an -organization, or substantially all assets of one, or subdividing an -organization, or merging organizations. If propagation of a covered -work results from an entity transaction, each party to that -transaction who receives a copy of the work also receives whatever -licenses to the work the party's predecessor in interest had or could -give under the previous paragraph, plus a right to possession of the -Corresponding Source of the work from the predecessor in interest, if -the predecessor has it or can get it with reasonable efforts. - - You may not impose any further restrictions on the exercise of the -rights granted or affirmed under this License. For example, you may -not impose a license fee, royalty, or other charge for exercise of -rights granted under this License, and you may not initiate litigation -(including a cross-claim or counterclaim in a lawsuit) alleging that -any patent claim is infringed by making, using, selling, offering for -sale, or importing the Program or any portion of it. - - 11. Patents. - - A "contributor" is a copyright holder who authorizes use under this -License of the Program or a work on which the Program is based. The -work thus licensed is called the contributor's "contributor version". - - A contributor's "essential patent claims" are all patent claims -owned or controlled by the contributor, whether already acquired or -hereafter acquired, that would be infringed by some manner, permitted -by this License, of making, using, or selling its contributor version, -but do not include claims that would be infringed only as a -consequence of further modification of the contributor version. For -purposes of this definition, "control" includes the right to grant -patent sublicenses in a manner consistent with the requirements of -this License. - - Each contributor grants you a non-exclusive, worldwide, royalty-free -patent license under the contributor's essential patent claims, to -make, use, sell, offer for sale, import and otherwise run, modify and -propagate the contents of its contributor version. - - In the following three paragraphs, a "patent license" is any express -agreement or commitment, however denominated, not to enforce a patent -(such as an express permission to practice a patent or covenant not to -sue for patent infringement). To "grant" such a patent license to a -party means to make such an agreement or commitment not to enforce a -patent against the party. - - If you convey a covered work, knowingly relying on a patent license, -and the Corresponding Source of the work is not available for anyone -to copy, free of charge and under the terms of this License, through a -publicly available network server or other readily accessible means, -then you must either (1) cause the Corresponding Source to be so -available, or (2) arrange to deprive yourself of the benefit of the -patent license for this particular work, or (3) arrange, in a manner -consistent with the requirements of this License, to extend the patent -license to downstream recipients. "Knowingly relying" means you have -actual knowledge that, but for the patent license, your conveying the -covered work in a country, or your recipient's use of the covered work -in a country, would infringe one or more identifiable patents in that -country that you have reason to believe are valid. - - If, pursuant to or in connection with a single transaction or -arrangement, you convey, or propagate by procuring conveyance of, a -covered work, and grant a patent license to some of the parties -receiving the covered work authorizing them to use, propagate, modify -or convey a specific copy of the covered work, then the patent license -you grant is automatically extended to all recipients of the covered -work and works based on it. - - A patent license is "discriminatory" if it does not include within -the scope of its coverage, prohibits the exercise of, or is -conditioned on the non-exercise of one or more of the rights that are -specifically granted under this License. You may not convey a covered -work if you are a party to an arrangement with a third party that is -in the business of distributing software, under which you make payment -to the third party based on the extent of your activity of conveying -the work, and under which the third party grants, to any of the -parties who would receive the covered work from you, a discriminatory -patent license (a) in connection with copies of the covered work -conveyed by you (or copies made from those copies), or (b) primarily -for and in connection with specific products or compilations that -contain the covered work, unless you entered into that arrangement, -or that patent license was granted, prior to 28 March 2007. - - Nothing in this License shall be construed as excluding or limiting -any implied license or other defenses to infringement that may -otherwise be available to you under applicable patent law. - - 12. No Surrender of Others' Freedom. - - If conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot convey a -covered work so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you may -not convey it at all. For example, if you agree to terms that obligate you -to collect a royalty for further conveying from those to whom you convey -the Program, the only way you could satisfy both those terms and this -License would be to refrain entirely from conveying the Program. - - 13. Use with the GNU Affero General Public License. - - Notwithstanding any other provision of this License, you have -permission to link or combine any covered work with a work licensed -under version 3 of the GNU Affero General Public License into a single -combined work, and to convey the resulting work. The terms of this -License will continue to apply to the part which is the covered work, -but the special requirements of the GNU Affero General Public License, -section 13, concerning interaction through a network will apply to the -combination as such. - - 14. Revised Versions of this License. - - The Free Software Foundation may publish revised and/or new versions of -the GNU General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - - Each version is given a distinguishing version number. If the -Program specifies that a certain numbered version of the GNU General -Public License "or any later version" applies to it, you have the -option of following the terms and conditions either of that numbered -version or of any later version published by the Free Software -Foundation. If the Program does not specify a version number of the -GNU General Public License, you may choose any version ever published -by the Free Software Foundation. - - If the Program specifies that a proxy can decide which future -versions of the GNU General Public License can be used, that proxy's -public statement of acceptance of a version permanently authorizes you -to choose that version for the Program. - - Later license versions may give you additional or different -permissions. However, no additional obligations are imposed on any -author or copyright holder as a result of your choosing to follow a -later version. - - 15. Disclaimer of Warranty. - - THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY -APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT -HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY -OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, -THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM -IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF -ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - - 16. Limitation of Liability. - - IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS -THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY -GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE -USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF -DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD -PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), -EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF -SUCH DAMAGES. - - 17. Interpretation of Sections 15 and 16. - - If the disclaimer of warranty and limitation of liability provided -above cannot be given local legal effect according to their terms, -reviewing courts shall apply local law that most closely approximates -an absolute waiver of all civil liability in connection with the -Program, unless a warranty or assumption of liability accompanies a -copy of the Program in return for a fee. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -state the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - -Also add information on how to contact you by electronic and paper mail. - - If the program does terminal interaction, make it output a short -notice like this when it starts in an interactive mode: - - Copyright (C) - This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, your program's commands -might be different; for a GUI interface, you would use an "about box". - - You should also get your employer (if you work as a programmer) or school, -if any, to sign a "copyright disclaimer" for the program, if necessary. -For more information on this, and how to apply and follow the GNU GPL, see -. - - The GNU General Public License does not permit incorporating your program -into proprietary programs. If your program is a subroutine library, you -may consider it more useful to permit linking proprietary applications with -the library. If this is what you want to do, use the GNU Lesser General -Public License instead of this License. But first, please read -. - -============================================================================== - - GNU GENERAL PUBLIC LICENSE - Version 3, 29 June 2007 - - Copyright (C) 2007 Free Software Foundation, Inc. - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The GNU General Public License is a free, copyleft license for -software and other kinds of works. - - The licenses for most software and other practical works are designed -to take away your freedom to share and change the works. By contrast, -the GNU General Public License is intended to guarantee your freedom to -share and change all versions of a program--to make sure it remains free -software for all its users. We, the Free Software Foundation, use the -GNU General Public License for most of our software; it applies also to -any other work released this way by its authors. You can apply it to -your programs, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -them if you wish), that you receive source code or can get it if you -want it, that you can change the software or use pieces of it in new -free programs, and that you know you can do these things. - - To protect your rights, we need to prevent others from denying you -these rights or asking you to surrender the rights. Therefore, you have -certain responsibilities if you distribute copies of the software, or if -you modify it: responsibilities to respect the freedom of others. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must pass on to the recipients the same -freedoms that you received. You must make sure that they, too, receive -or can get the source code. And you must show them these terms so they -know their rights. - - Developers that use the GNU GPL protect your rights with two steps: -(1) assert copyright on the software, and (2) offer you this License -giving you legal permission to copy, distribute and/or modify it. - - For the developers' and authors' protection, the GPL clearly explains -that there is no warranty for this free software. For both users' and -authors' sake, the GPL requires that modified versions be marked as -changed, so that their problems will not be attributed erroneously to -authors of previous versions. - - Some devices are designed to deny users access to install or run -modified versions of the software inside them, although the manufacturer -can do so. This is fundamentally incompatible with the aim of -protecting users' freedom to change the software. The systematic -pattern of such abuse occurs in the area of products for individuals to -use, which is precisely where it is most unacceptable. Therefore, we -have designed this version of the GPL to prohibit the practice for those -products. If such problems arise substantially in other domains, we -stand ready to extend this provision to those domains in future versions -of the GPL, as needed to protect the freedom of users. - - Finally, every program is threatened constantly by software patents. -States should not allow patents to restrict development and use of -software on general-purpose computers, but in those that do, we wish to -avoid the special danger that patents applied to a free program could -make it effectively proprietary. To prevent this, the GPL assures that -patents cannot be used to render the program non-free. - - The precise terms and conditions for copying, distribution and -modification follow. - - TERMS AND CONDITIONS - - 0. Definitions. - - "This License" refers to version 3 of the GNU General Public License. - - "Copyright" also means copyright-like laws that apply to other kinds of -works, such as semiconductor masks. - - "The Program" refers to any copyrightable work licensed under this -License. Each licensee is addressed as "you". "Licensees" and -"recipients" may be individuals or organizations. - - To "modify" a work means to copy from or adapt all or part of the work -in a fashion requiring copyright permission, other than the making of an -exact copy. The resulting work is called a "modified version" of the -earlier work or a work "based on" the earlier work. - - A "covered work" means either the unmodified Program or a work based -on the Program. - - To "propagate" a work means to do anything with it that, without -permission, would make you directly or secondarily liable for -infringement under applicable copyright law, except executing it on a -computer or modifying a private copy. Propagation includes copying, -distribution (with or without modification), making available to the -public, and in some countries other activities as well. - - To "convey" a work means any kind of propagation that enables other -parties to make or receive copies. Mere interaction with a user through -a computer network, with no transfer of a copy, is not conveying. - - An interactive user interface displays "Appropriate Legal Notices" -to the extent that it includes a convenient and prominently visible -feature that (1) displays an appropriate copyright notice, and (2) -tells the user that there is no warranty for the work (except to the -extent that warranties are provided), that licensees may convey the -work under this License, and how to view a copy of this License. If -the interface presents a list of user commands or options, such as a -menu, a prominent item in the list meets this criterion. - - 1. Source Code. - - The "source code" for a work means the preferred form of the work -for making modifications to it. "Object code" means any non-source -form of a work. - - A "Standard Interface" means an interface that either is an official -standard defined by a recognized standards body, or, in the case of -interfaces specified for a particular programming language, one that -is widely used among developers working in that language. - - The "System Libraries" of an executable work include anything, other -than the work as a whole, that (a) is included in the normal form of -packaging a Major Component, but which is not part of that Major -Component, and (b) serves only to enable use of the work with that -Major Component, or to implement a Standard Interface for which an -implementation is available to the public in source code form. A -"Major Component", in this context, means a major essential component -(kernel, window system, and so on) of the specific operating system -(if any) on which the executable work runs, or a compiler used to -produce the work, or an object code interpreter used to run it. - - The "Corresponding Source" for a work in object code form means all -the source code needed to generate, install, and (for an executable -work) run the object code and to modify the work, including scripts to -control those activities. However, it does not include the work's -System Libraries, or general-purpose tools or generally available free -programs which are used unmodified in performing those activities but -which are not part of the work. For example, Corresponding Source -includes interface definition files associated with source files for -the work, and the source code for shared libraries and dynamically -linked subprograms that the work is specifically designed to require, -such as by intimate data communication or control flow between those -subprograms and other parts of the work. - - The Corresponding Source need not include anything that users -can regenerate automatically from other parts of the Corresponding -Source. - - The Corresponding Source for a work in source code form is that -same work. - - 2. Basic Permissions. - - All rights granted under this License are granted for the term of -copyright on the Program, and are irrevocable provided the stated -conditions are met. This License explicitly affirms your unlimited -permission to run the unmodified Program. The output from running a -covered work is covered by this License only if the output, given its -content, constitutes a covered work. This License acknowledges your -rights of fair use or other equivalent, as provided by copyright law. - - You may make, run and propagate covered works that you do not -convey, without conditions so long as your license otherwise remains -in force. You may convey covered works to others for the sole purpose -of having them make modifications exclusively for you, or provide you -with facilities for running those works, provided that you comply with -the terms of this License in conveying all material for which you do -not control copyright. Those thus making or running the covered works -for you must do so exclusively on your behalf, under your direction -and control, on terms that prohibit them from making any copies of -your copyrighted material outside their relationship with you. - - Conveying under any other circumstances is permitted solely under -the conditions stated below. Sublicensing is not allowed; section 10 -makes it unnecessary. - - 3. Protecting Users' Legal Rights From Anti-Circumvention Law. - - No covered work shall be deemed part of an effective technological -measure under any applicable law fulfilling obligations under article -11 of the WIPO copyright treaty adopted on 20 December 1996, or -similar laws prohibiting or restricting circumvention of such -measures. - - When you convey a covered work, you waive any legal power to forbid -circumvention of technological measures to the extent such circumvention -is effected by exercising rights under this License with respect to -the covered work, and you disclaim any intention to limit operation or -modification of the work as a means of enforcing, against the work's -users, your or third parties' legal rights to forbid circumvention of -technological measures. - - 4. Conveying Verbatim Copies. - - You may convey verbatim copies of the Program's source code as you -receive it, in any medium, provided that you conspicuously and -appropriately publish on each copy an appropriate copyright notice; -keep intact all notices stating that this License and any -non-permissive terms added in accord with section 7 apply to the code; -keep intact all notices of the absence of any warranty; and give all -recipients a copy of this License along with the Program. - - You may charge any price or no price for each copy that you convey, -and you may offer support or warranty protection for a fee. - - 5. Conveying Modified Source Versions. - - You may convey a work based on the Program, or the modifications to -produce it from the Program, in the form of source code under the -terms of section 4, provided that you also meet all of these conditions: - - a) The work must carry prominent notices stating that you modified - it, and giving a relevant date. - - b) The work must carry prominent notices stating that it is - released under this License and any conditions added under section - 7. This requirement modifies the requirement in section 4 to - "keep intact all notices". - - c) You must license the entire work, as a whole, under this - License to anyone who comes into possession of a copy. This - License will therefore apply, along with any applicable section 7 - additional terms, to the whole of the work, and all its parts, - regardless of how they are packaged. This License gives no - permission to license the work in any other way, but it does not - invalidate such permission if you have separately received it. - - d) If the work has interactive user interfaces, each must display - Appropriate Legal Notices; however, if the Program has interactive - interfaces that do not display Appropriate Legal Notices, your - work need not make them do so. - - A compilation of a covered work with other separate and independent -works, which are not by their nature extensions of the covered work, -and which are not combined with it such as to form a larger program, -in or on a volume of a storage or distribution medium, is called an -"aggregate" if the compilation and its resulting copyright are not -used to limit the access or legal rights of the compilation's users -beyond what the individual works permit. Inclusion of a covered work -in an aggregate does not cause this License to apply to the other -parts of the aggregate. - - 6. Conveying Non-Source Forms. - - You may convey a covered work in object code form under the terms -of sections 4 and 5, provided that you also convey the -machine-readable Corresponding Source under the terms of this License, -in one of these ways: - - a) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by the - Corresponding Source fixed on a durable physical medium - customarily used for software interchange. - - b) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by a - written offer, valid for at least three years and valid for as - long as you offer spare parts or customer support for that product - model, to give anyone who possesses the object code either (1) a - copy of the Corresponding Source for all the software in the - product that is covered by this License, on a durable physical - medium customarily used for software interchange, for a price no - more than your reasonable cost of physically performing this - conveying of source, or (2) access to copy the - Corresponding Source from a network server at no charge. - - c) Convey individual copies of the object code with a copy of the - written offer to provide the Corresponding Source. This - alternative is allowed only occasionally and noncommercially, and - only if you received the object code with such an offer, in accord - with subsection 6b. - - d) Convey the object code by offering access from a designated - place (gratis or for a charge), and offer equivalent access to the - Corresponding Source in the same way through the same place at no - further charge. You need not require recipients to copy the - Corresponding Source along with the object code. If the place to - copy the object code is a network server, the Corresponding Source - may be on a different server (operated by you or a third party) - that supports equivalent copying facilities, provided you maintain - clear directions next to the object code saying where to find the - Corresponding Source. Regardless of what server hosts the - Corresponding Source, you remain obligated to ensure that it is - available for as long as needed to satisfy these requirements. - - e) Convey the object code using peer-to-peer transmission, provided - you inform other peers where the object code and Corresponding - Source of the work are being offered to the general public at no - charge under subsection 6d. - - A separable portion of the object code, whose source code is excluded -from the Corresponding Source as a System Library, need not be -included in conveying the object code work. - - A "User Product" is either (1) a "consumer product", which means any -tangible personal property which is normally used for personal, family, -or household purposes, or (2) anything designed or sold for incorporation -into a dwelling. In determining whether a product is a consumer product, -doubtful cases shall be resolved in favor of coverage. For a particular -product received by a particular user, "normally used" refers to a -typical or common use of that class of product, regardless of the status -of the particular user or of the way in which the particular user -actually uses, or expects or is expected to use, the product. A product -is a consumer product regardless of whether the product has substantial -commercial, industrial or non-consumer uses, unless such uses represent -the only significant mode of use of the product. - - "Installation Information" for a User Product means any methods, -procedures, authorization keys, or other information required to install -and execute modified versions of a covered work in that User Product from -a modified version of its Corresponding Source. The information must -suffice to ensure that the continued functioning of the modified object -code is in no case prevented or interfered with solely because -modification has been made. - - If you convey an object code work under this section in, or with, or -specifically for use in, a User Product, and the conveying occurs as -part of a transaction in which the right of possession and use of the -User Product is transferred to the recipient in perpetuity or for a -fixed term (regardless of how the transaction is characterized), the -Corresponding Source conveyed under this section must be accompanied -by the Installation Information. But this requirement does not apply -if neither you nor any third party retains the ability to install -modified object code on the User Product (for example, the work has -been installed in ROM). - - The requirement to provide Installation Information does not include a -requirement to continue to provide support service, warranty, or updates -for a work that has been modified or installed by the recipient, or for -the User Product in which it has been modified or installed. Access to a -network may be denied when the modification itself materially and -adversely affects the operation of the network or violates the rules and -protocols for communication across the network. - - Corresponding Source conveyed, and Installation Information provided, -in accord with this section must be in a format that is publicly -documented (and with an implementation available to the public in -source code form), and must require no special password or key for -unpacking, reading or copying. - - 7. Additional Terms. - - "Additional permissions" are terms that supplement the terms of this -License by making exceptions from one or more of its conditions. -Additional permissions that are applicable to the entire Program shall -be treated as though they were included in this License, to the extent -that they are valid under applicable law. If additional permissions -apply only to part of the Program, that part may be used separately -under those permissions, but the entire Program remains governed by -this License without regard to the additional permissions. - - When you convey a copy of a covered work, you may at your option -remove any additional permissions from that copy, or from any part of -it. (Additional permissions may be written to require their own -removal in certain cases when you modify the work.) You may place -additional permissions on material, added by you to a covered work, -for which you have or can give appropriate copyright permission. - - Notwithstanding any other provision of this License, for material you -add to a covered work, you may (if authorized by the copyright holders of -that material) supplement the terms of this License with terms: - - a) Disclaiming warranty or limiting liability differently from the - terms of sections 15 and 16 of this License; or - - b) Requiring preservation of specified reasonable legal notices or - author attributions in that material or in the Appropriate Legal - Notices displayed by works containing it; or - - c) Prohibiting misrepresentation of the origin of that material, or - requiring that modified versions of such material be marked in - reasonable ways as different from the original version; or - - d) Limiting the use for publicity purposes of names of licensors or - authors of the material; or - - e) Declining to grant rights under trademark law for use of some - trade names, trademarks, or service marks; or - - f) Requiring indemnification of licensors and authors of that - material by anyone who conveys the material (or modified versions of - it) with contractual assumptions of liability to the recipient, for - any liability that these contractual assumptions directly impose on - those licensors and authors. - - All other non-permissive additional terms are considered "further -restrictions" within the meaning of section 10. If the Program as you -received it, or any part of it, contains a notice stating that it is -governed by this License along with a term that is a further -restriction, you may remove that term. If a license document contains -a further restriction but permits relicensing or conveying under this -License, you may add to a covered work material governed by the terms -of that license document, provided that the further restriction does -not survive such relicensing or conveying. - - If you add terms to a covered work in accord with this section, you -must place, in the relevant source files, a statement of the -additional terms that apply to those files, or a notice indicating -where to find the applicable terms. - - Additional terms, permissive or non-permissive, may be stated in the -form of a separately written license, or stated as exceptions; -the above requirements apply either way. - - 8. Termination. - - You may not propagate or modify a covered work except as expressly -provided under this License. Any attempt otherwise to propagate or -modify it is void, and will automatically terminate your rights under -this License (including any patent licenses granted under the third -paragraph of section 11). - - However, if you cease all violation of this License, then your -license from a particular copyright holder is reinstated (a) -provisionally, unless and until the copyright holder explicitly and -finally terminates your license, and (b) permanently, if the copyright -holder fails to notify you of the violation by some reasonable means -prior to 60 days after the cessation. - - Moreover, your license from a particular copyright holder is -reinstated permanently if the copyright holder notifies you of the -violation by some reasonable means, this is the first time you have -received notice of violation of this License (for any work) from that -copyright holder, and you cure the violation prior to 30 days after -your receipt of the notice. - - Termination of your rights under this section does not terminate the -licenses of parties who have received copies or rights from you under -this License. If your rights have been terminated and not permanently -reinstated, you do not qualify to receive new licenses for the same -material under section 10. - - 9. Acceptance Not Required for Having Copies. - - You are not required to accept this License in order to receive or -run a copy of the Program. Ancillary propagation of a covered work -occurring solely as a consequence of using peer-to-peer transmission -to receive a copy likewise does not require acceptance. However, -nothing other than this License grants you permission to propagate or -modify any covered work. These actions infringe copyright if you do -not accept this License. Therefore, by modifying or propagating a -covered work, you indicate your acceptance of this License to do so. - - 10. Automatic Licensing of Downstream Recipients. - - Each time you convey a covered work, the recipient automatically -receives a license from the original licensors, to run, modify and -propagate that work, subject to this License. You are not responsible -for enforcing compliance by third parties with this License. - - An "entity transaction" is a transaction transferring control of an -organization, or substantially all assets of one, or subdividing an -organization, or merging organizations. If propagation of a covered -work results from an entity transaction, each party to that -transaction who receives a copy of the work also receives whatever -licenses to the work the party's predecessor in interest had or could -give under the previous paragraph, plus a right to possession of the -Corresponding Source of the work from the predecessor in interest, if -the predecessor has it or can get it with reasonable efforts. - - You may not impose any further restrictions on the exercise of the -rights granted or affirmed under this License. For example, you may -not impose a license fee, royalty, or other charge for exercise of -rights granted under this License, and you may not initiate litigation -(including a cross-claim or counterclaim in a lawsuit) alleging that -any patent claim is infringed by making, using, selling, offering for -sale, or importing the Program or any portion of it. - - 11. Patents. - - A "contributor" is a copyright holder who authorizes use under this -License of the Program or a work on which the Program is based. The -work thus licensed is called the contributor's "contributor version". - - A contributor's "essential patent claims" are all patent claims -owned or controlled by the contributor, whether already acquired or -hereafter acquired, that would be infringed by some manner, permitted -by this License, of making, using, or selling its contributor version, -but do not include claims that would be infringed only as a -consequence of further modification of the contributor version. For -purposes of this definition, "control" includes the right to grant -patent sublicenses in a manner consistent with the requirements of -this License. - - Each contributor grants you a non-exclusive, worldwide, royalty-free -patent license under the contributor's essential patent claims, to -make, use, sell, offer for sale, import and otherwise run, modify and -propagate the contents of its contributor version. - - In the following three paragraphs, a "patent license" is any express -agreement or commitment, however denominated, not to enforce a patent -(such as an express permission to practice a patent or covenant not to -sue for patent infringement). To "grant" such a patent license to a -party means to make such an agreement or commitment not to enforce a -patent against the party. - - If you convey a covered work, knowingly relying on a patent license, -and the Corresponding Source of the work is not available for anyone -to copy, free of charge and under the terms of this License, through a -publicly available network server or other readily accessible means, -then you must either (1) cause the Corresponding Source to be so -available, or (2) arrange to deprive yourself of the benefit of the -patent license for this particular work, or (3) arrange, in a manner -consistent with the requirements of this License, to extend the patent -license to downstream recipients. "Knowingly relying" means you have -actual knowledge that, but for the patent license, your conveying the -covered work in a country, or your recipient's use of the covered work -in a country, would infringe one or more identifiable patents in that -country that you have reason to believe are valid. - - If, pursuant to or in connection with a single transaction or -arrangement, you convey, or propagate by procuring conveyance of, a -covered work, and grant a patent license to some of the parties -receiving the covered work authorizing them to use, propagate, modify -or convey a specific copy of the covered work, then the patent license -you grant is automatically extended to all recipients of the covered -work and works based on it. - - A patent license is "discriminatory" if it does not include within -the scope of its coverage, prohibits the exercise of, or is -conditioned on the non-exercise of one or more of the rights that are -specifically granted under this License. You may not convey a covered -work if you are a party to an arrangement with a third party that is -in the business of distributing software, under which you make payment -to the third party based on the extent of your activity of conveying -the work, and under which the third party grants, to any of the -parties who would receive the covered work from you, a discriminatory -patent license (a) in connection with copies of the covered work -conveyed by you (or copies made from those copies), or (b) primarily -for and in connection with specific products or compilations that -contain the covered work, unless you entered into that arrangement, -or that patent license was granted, prior to 28 March 2007. - - Nothing in this License shall be construed as excluding or limiting -any implied license or other defenses to infringement that may -otherwise be available to you under applicable patent law. - - 12. No Surrender of Others' Freedom. - - If conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot convey a -covered work so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you may -not convey it at all. For example, if you agree to terms that obligate you -to collect a royalty for further conveying from those to whom you convey -the Program, the only way you could satisfy both those terms and this -License would be to refrain entirely from conveying the Program. - - 13. Use with the GNU Affero General Public License. - - Notwithstanding any other provision of this License, you have -permission to link or combine any covered work with a work licensed -under version 3 of the GNU Affero General Public License into a single -combined work, and to convey the resulting work. The terms of this -License will continue to apply to the part which is the covered work, -but the special requirements of the GNU Affero General Public License, -section 13, concerning interaction through a network will apply to the -combination as such. - - 14. Revised Versions of this License. - - The Free Software Foundation may publish revised and/or new versions of -the GNU General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - - Each version is given a distinguishing version number. If the -Program specifies that a certain numbered version of the GNU General -Public License "or any later version" applies to it, you have the -option of following the terms and conditions either of that numbered -version or of any later version published by the Free Software -Foundation. If the Program does not specify a version number of the -GNU General Public License, you may choose any version ever published -by the Free Software Foundation. - - If the Program specifies that a proxy can decide which future -versions of the GNU General Public License can be used, that proxy's -public statement of acceptance of a version permanently authorizes you -to choose that version for the Program. - - Later license versions may give you additional or different -permissions. However, no additional obligations are imposed on any -author or copyright holder as a result of your choosing to follow a -later version. - - 15. Disclaimer of Warranty. - - THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY -APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT -HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY -OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, -THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM -IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF -ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - - 16. Limitation of Liability. - - IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS -THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY -GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE -USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF -DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD -PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), -EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF -SUCH DAMAGES. - - 17. Interpretation of Sections 15 and 16. - - If the disclaimer of warranty and limitation of liability provided -above cannot be given local legal effect according to their terms, -reviewing courts shall apply local law that most closely approximates -an absolute waiver of all civil liability in connection with the -Program, unless a warranty or assumption of liability accompanies a -copy of the Program in return for a fee. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -state the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - -Also add information on how to contact you by electronic and paper mail. - - If the program does terminal interaction, make it output a short -notice like this when it starts in an interactive mode: - - Copyright (C) - This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, your program's commands -might be different; for a GUI interface, you would use an "about box". - - You should also get your employer (if you work as a programmer) or school, -if any, to sign a "copyright disclaimer" for the program, if necessary. -For more information on this, and how to apply and follow the GNU GPL, see -. - - The GNU General Public License does not permit incorporating your program -into proprietary programs. If your program is a subroutine library, you -may consider it more useful to permit linking proprietary applications with -the library. If this is what you want to do, use the GNU Lesser General -Public License instead of this License. But first, please read -. -The newlib subdirectory is a collection of software from several sources. - -Each file may have its own copyright/license that is embedded in the source -file. Unless otherwise noted in the body of the source file(s), the following copyright -notices will apply to the contents of the newlib subdirectory: - -(1) Red Hat Incorporated - -Copyright (c) 1994-2009 Red Hat, Inc. All rights reserved. - -This copyrighted material is made available to anyone wishing to use, -modify, copy, or redistribute it subject to the terms and conditions -of the BSD License. This program is distributed in the hope that -it will be useful, but WITHOUT ANY WARRANTY expressed or implied, -including the implied warranties of MERCHANTABILITY or FITNESS FOR -A PARTICULAR PURPOSE. A copy of this license is available at -http://www.opensource.org/licenses. Any Red Hat trademarks that are -incorporated in the source code or documentation are not subject to -the BSD License and may only be used or replicated with the express -permission of Red Hat, Inc. - -(2) University of California, Berkeley - -Copyright (c) 1981-2000 The Regents of the University of California. -All rights reserved. - -Redistribution and use in source and binary forms, with or without modification, -are permitted provided that the following conditions are met: - - * Redistributions of source code must retain the above copyright notice, - this list of conditions and the following disclaimer. - * 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. - * Neither the name of the University nor the names of its contributors - may be used to endorse or promote products derived from this software - without specific prior written permission. - -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 OWNER 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. - -(3) David M. Gay (AT&T 1991, Lucent 1998) - -The author of this software is David M. Gay. - -Copyright (c) 1991 by AT&T. - -Permission to use, copy, modify, and distribute this software for any -purpose without fee is hereby granted, provided that this entire notice -is included in all copies of any software which is or includes a copy -or modification of this software and in all copies of the supporting -documentation for such software. - -THIS SOFTWARE IS BEING PROVIDED "AS IS", WITHOUT ANY EXPRESS OR IMPLIED -WARRANTY. IN PARTICULAR, NEITHER THE AUTHOR NOR AT&T MAKES ANY -REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY -OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE. - -------------------------------------------------------------------- - -The author of this software is David M. Gay. - -Copyright (C) 1998-2001 by Lucent Technologies -All Rights Reserved - -Permission to use, copy, modify, and distribute this software and -its documentation for any purpose and without fee is hereby -granted, provided that the above copyright notice appear in all -copies and that both that the copyright notice and this -permission notice and warranty disclaimer appear in supporting -documentation, and that the name of Lucent or any of its entities -not be used in advertising or publicity pertaining to -distribution of the software without specific, written prior -permission. - -LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, -INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. -IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY -SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER -IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, -ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF -THIS SOFTWARE. - - -(4) Advanced Micro Devices - -Copyright 1989, 1990 Advanced Micro Devices, Inc. - -This software is the property of Advanced Micro Devices, Inc (AMD) which -specifically grants the user the right to modify, use and distribute this -software provided this notice is not removed or altered. All other rights -are reserved by AMD. - -AMD MAKES NO WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, WITH REGARD TO THIS -SOFTWARE. IN NO EVENT SHALL AMD BE LIABLE FOR INCIDENTAL OR CONSEQUENTIAL -DAMAGES IN CONNECTION WITH OR ARISING FROM THE FURNISHING, PERFORMANCE, OR -USE OF THIS SOFTWARE. - -So that all may benefit from your experience, please report any problems -or suggestions about this software to the 29K Technical Support Center at -800-29-29-AMD (800-292-9263) in the USA, or 0800-89-1131 in the UK, or -0031-11-1129 in Japan, toll free. The direct dial number is 512-462-4118. - -Advanced Micro Devices, Inc. -29K Support Products -Mail Stop 573 -5900 E. Ben White Blvd. -Austin, TX 78741 -800-292-9263 - -(5) - -(6) - -(7) Sun Microsystems - -Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. - -Developed at SunPro, a Sun Microsystems, Inc. business. -Permission to use, copy, modify, and distribute this -software is freely granted, provided that this notice is preserved. - -(8) Hewlett Packard - -(c) Copyright 1986 HEWLETT-PACKARD COMPANY - -To anyone who acknowledges that this file is provided "AS IS" -without any express or implied warranty: - permission to use, copy, modify, and distribute this file -for any purpose is hereby granted without fee, provided that -the above copyright notice and this notice appears in all -copies, and that the name of Hewlett-Packard Company not be -used in advertising or publicity pertaining to distribution -of the software without specific, written prior permission. -Hewlett-Packard Company makes no representations about the -suitability of this software for any purpose. - -(9) Hans-Peter Nilsson - -Copyright (C) 2001 Hans-Peter Nilsson - -Permission to use, copy, modify, and distribute this software is -freely granted, provided that the above copyright notice, this notice -and the following disclaimer are preserved with no changes. - -THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR -IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. - -(10) Stephane Carrez (m68hc11-elf/m68hc12-elf targets only) - -Copyright (C) 1999, 2000, 2001, 2002 Stephane Carrez (stcarrez@nerim.fr) - -The authors hereby grant permission to use, copy, modify, distribute, -and license this software and its documentation for any purpose, provided -that existing copyright notices are retained in all copies and that this -notice is included verbatim in any distributions. No written agreement, -license, or royalty fee is required for any of the authorized uses. -Modifications to this software may be copyrighted by their authors -and need not follow the licensing terms described here, provided that -the new terms are clearly indicated on the first page of each file where -they apply. - -(11) Christopher G. Demetriou - -Copyright (c) 2001 Christopher G. Demetriou -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. -3. The name of the author may not be used to endorse or promote products - derived from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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. - -(12) SuperH, Inc. - -Copyright 2002 SuperH, Inc. All rights reserved - -This software is the property of SuperH, Inc (SuperH) which specifically -grants the user the right to modify, use and distribute this software -provided this notice is not removed or altered. All other rights are -reserved by SuperH. - -SUPERH MAKES NO WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, WITH REGARD TO -THIS SOFTWARE. IN NO EVENT SHALL SUPERH BE LIABLE FOR INDIRECT, SPECIAL, -INCIDENTAL OR CONSEQUENTIAL DAMAGES IN CONNECTION WITH OR ARISING FROM -THE FURNISHING, PERFORMANCE, OR USE OF THIS SOFTWARE. - -So that all may benefit from your experience, please report any problems -or suggestions about this software to the SuperH Support Center via -e-mail at softwaresupport@superh.com . - -SuperH, Inc. -405 River Oaks Parkway -San Jose -CA 95134 -USA - -(13) Royal Institute of Technology - -Copyright (c) 1999 Kungliga Tekniska Högskolan -(Royal Institute of Technology, Stockholm, Sweden). -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. - -3. Neither the name of KTH nor the names of its contributors may be - used to endorse or promote products derived from this software without - specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY KTH AND ITS 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 KTH OR ITS 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. - -(14) Alexey Zelkin - -Copyright (c) 2000, 2001 Alexey Zelkin -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 AUTHOR 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 AUTHOR 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. - -(15) Andrey A. Chernov - -Copyright (C) 1997 by Andrey A. Chernov, Moscow, Russia. -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 AUTHOR ``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 REGENTS 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. - -(16) FreeBSD - -Copyright (c) 1997-2002 FreeBSD Project. -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 AUTHOR 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 AUTHOR 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. - -(17) S. L. Moshier - -Author: S. L. Moshier. - -Copyright (c) 1984,2000 S.L. Moshier - -Permission to use, copy, modify, and distribute this software for any -purpose without fee is hereby granted, provided that this entire notice -is included in all copies of any software which is or includes a copy -or modification of this software and in all copies of the supporting -documentation for such software. - -THIS SOFTWARE IS BEING PROVIDED "AS IS", WITHOUT ANY EXPRESS OR IMPLIED -WARRANTY. IN PARTICULAR, THE AUTHOR MAKES NO REPRESENTATION -OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY OF THIS -SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE. - -(18) Citrus Project - -Copyright (c)1999 Citrus Project, -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 AUTHOR 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 AUTHOR 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. - -(19) Todd C. Miller - -Copyright (c) 1998 Todd C. Miller -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. -3. The name of the author may not be used to endorse or promote products - derived from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED ``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 AUTHOR 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. - -(20) DJ Delorie (i386) -Copyright (C) 1991 DJ Delorie -All rights reserved. - -Redistribution, modification, and use in source and binary forms is permitted -provided that the above copyright notice and following paragraph are -duplicated in all such forms. - -This file is distributed WITHOUT ANY WARRANTY; without even the implied -warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - -(21) Free Software Foundation LGPL License (*-linux* targets only) - - Copyright (C) 1990-1999, 2000, 2001 Free Software Foundation, Inc. - This file is part of the GNU C Library. - Contributed by Mark Kettenis , 1997. - - The GNU C Library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. - - The GNU C Library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. - - You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - 02110-1301 USA. - -(22) Xavier Leroy LGPL License (i[3456]86-*-linux* targets only) - -Copyright (C) 1996 Xavier Leroy (Xavier.Leroy@inria.fr) - -This program is free software; you can redistribute it and/or -modify it under the terms of the GNU Library General Public License -as published by the Free Software Foundation; either version 2 -of the License, or (at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU Library General Public License for more details. - -(23) Intel (i960) - -Copyright (c) 1993 Intel Corporation - -Intel hereby grants you permission to copy, modify, and distribute this -software and its documentation. Intel grants this permission provided -that the above copyright notice appears in all copies and that both the -copyright notice and this permission notice appear in supporting -documentation. In addition, Intel grants this permission provided that -you prominently mark as "not part of the original" any modifications -made to this software or documentation, and that the name of Intel -Corporation not be used in advertising or publicity pertaining to -distribution of the software or the documentation without specific, -written prior permission. - -Intel Corporation provides this AS IS, WITHOUT ANY WARRANTY, EXPRESS OR -IMPLIED, INCLUDING, WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY -OR FITNESS FOR A PARTICULAR PURPOSE. Intel makes no guarantee or -representations regarding the use of, or the results of the use of, -the software and documentation in terms of correctness, accuracy, -reliability, currentness, or otherwise; and you rely on the software, -documentation and results solely at your own risk. - -IN NO EVENT SHALL INTEL BE LIABLE FOR ANY LOSS OF USE, LOSS OF BUSINESS, -LOSS OF PROFITS, INDIRECT, INCIDENTAL, SPECIAL OR CONSEQUENTIAL DAMAGES -OF ANY KIND. IN NO EVENT SHALL INTEL'S TOTAL LIABILITY EXCEED THE SUM -PAID TO INTEL FOR THE PRODUCT LICENSED HEREUNDER. - -(24) Hewlett-Packard (hppa targets only) - -(c) Copyright 1986 HEWLETT-PACKARD COMPANY - -To anyone who acknowledges that this file is provided "AS IS" -without any express or implied warranty: - permission to use, copy, modify, and distribute this file -for any purpose is hereby granted without fee, provided that -the above copyright notice and this notice appears in all -copies, and that the name of Hewlett-Packard Company not be -used in advertising or publicity pertaining to distribution -of the software without specific, written prior permission. -Hewlett-Packard Company makes no representations about the -suitability of this software for any purpose. - -(25) Henry Spencer (only *-linux targets) - -Copyright 1992, 1993, 1994 Henry Spencer. All rights reserved. -This software is not subject to any license of the American Telephone -and Telegraph Company or of the Regents of the University of California. - -Permission is granted to anyone to use this software for any purpose on -any computer system, and to alter it and redistribute it, subject -to the following restrictions: - -1. The author is not responsible for the consequences of use of this - software, no matter how awful, even if they arise from flaws in it. - -2. The origin of this software must not be misrepresented, either by - explicit claim or by omission. Since few users ever read sources, - credits must appear in the documentation. - -3. Altered versions must be plainly marked as such, and must not be - misrepresented as being the original software. Since few users - ever read sources, credits must appear in the documentation. - -4. This notice may not be removed or altered. - -(26) Mike Barcroft - -Copyright (c) 2001 Mike Barcroft -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 AUTHOR 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 AUTHOR 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. - -(27) Konstantin Chuguev (--enable-newlib-iconv) - -Copyright (c) 1999, 2000 - Konstantin Chuguev. 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 AUTHOR 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 AUTHOR 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. - - iconv (Charset Conversion Library) v2.0 - -(28) Artem Bityuckiy (--enable-newlib-iconv) - -Copyright (c) 2003, Artem B. Bityuckiy, SoftMine Corporation. -Rights transferred to Franklin Electronic Publishers. - -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 AUTHOR 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 AUTHOR 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. - -(29) IBM, Sony, Toshiba (only spu-* targets) - - (C) Copyright 2001,2006, - International Business Machines Corporation, - Sony Computer Entertainment, Incorporated, - Toshiba Corporation, - - All rights reserved. - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions are met: - - * Redistributions of source code must retain the above copyright notice, - this list of conditions and the following disclaimer. - * 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. - * Neither the names of the copyright holders nor the names of their - contributors may be used to endorse or promote products derived from this - software without specific prior written permission. - - 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 OWNER 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. - -(30) - Alex Tatmanjants (targets using libc/posix) - - Copyright (c) 1995 Alex Tatmanjants - at Electronni Visti IA, Kiev, Ukraine. - 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 AUTHOR ``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 AUTHOR 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. - -(31) - M. Warner Losh (targets using libc/posix) - - Copyright (c) 1998, M. Warner Losh - 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 AUTHOR 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 AUTHOR 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. - -(32) - Andrey A. Chernov (targets using libc/posix) - - Copyright (C) 1996 by Andrey A. Chernov, Moscow, Russia. - 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 AUTHOR ``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 REGENTS 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. - -(33) - Daniel Eischen (targets using libc/posix) - - Copyright (c) 2001 Daniel Eischen . - 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 AUTHOR 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 REGENTS 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. - - -(34) - Jon Beniston (only lm32-* targets) - - Contributed by Jon Beniston - - 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 AUTHOR 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 AUTHOR 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. - - -(35) - ARM Ltd (arm and thumb variant targets only) - - Copyright (c) 2009 ARM Ltd - 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. - 3. The name of the company may not be used to endorse or promote - products derived from this software without specific prior written - permission. - - THIS SOFTWARE IS PROVIDED BY ARM LTD ``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 ARM LTD 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. - -(36) - Xilinx, Inc. (microblaze-* and powerpc-* targets) - -Copyright (c) 2004, 2009 Xilinx, 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 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. - -3. Neither the name of Xilinx nor the names of its contributors may be -used to endorse or promote products derived from this software without -specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER 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. - - -(37) Texas Instruments Incorporated (tic6x-* targets) - -Copyright (c) 1996-2010 Texas Instruments Incorporated -http://www.ti.com/ - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - - Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - - 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. - - Neither the name of Texas Instruments Incorporated nor the names - of its contributors may be used to endorse or promote products - derived from this software without specific prior written - permission. - - 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 - OWNER 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. - -(38) National Semiconductor (cr16-* and crx-* targets) - -Copyright (c) 2004 National Semiconductor Corporation - -The authors hereby grant permission to use, copy, modify, distribute, -and license this software and its documentation for any purpose, provided -that existing copyright notices are retained in all copies and that this -notice is included verbatim in any distributions. No written agreement, -license, or royalty fee is required for any of the authorized uses. -Modifications to this software may be copyrighted by their authors -and need not follow the licensing terms described here, provided that -the new terms are clearly indicated on the first page of each file where -they apply. - -(39) - Adapteva, Inc. (epiphany-* targets) - -Copyright (c) 2011, Adapteva, 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: - * Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. - * 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. - * Neither the name of Adapteva nor the names of its contributors may be used - to endorse or promote products derived from this software without specific - prior written permission. - -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. - -(40) - Altera Corportion (nios2-* targets) - -Copyright (c) 2003 Altera Corporation -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - - o Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - o 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. - o Neither the name of Altera Corporation nor the names of its - contributors may be used to endorse or promote products derived from - this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY ALTERA CORPORATION, THE COPYRIGHT HOLDER, -AND ITS 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. - -(41) Ed Schouten - Free BSD - -Copyright (c) 2008 Ed Schouten -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 AUTHOR 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 AUTHOR 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. - - GNU GENERAL PUBLIC LICENSE - Version 2, June 1991 - - Copyright (C) 1989, 1991 Free Software Foundation, Inc. - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The licenses for most software are designed to take away your -freedom to share and change it. By contrast, the GNU General Public -License is intended to guarantee your freedom to share and change free -software--to make sure the software is free for all its users. This -General Public License applies to most of the Free Software -Foundation's software and to any other program whose authors commit to -using it. (Some other Free Software Foundation software is covered by -the GNU Library General Public License instead.) You can apply it to -your programs, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -this service if you wish), that you receive source code or can get it -if you want it, that you can change the software or use pieces of it -in new free programs; and that you know you can do these things. - - To protect your rights, we need to make restrictions that forbid -anyone to deny you these rights or to ask you to surrender the rights. -These restrictions translate to certain responsibilities for you if you -distribute copies of the software, or if you modify it. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must give the recipients all the rights that -you have. You must make sure that they, too, receive or can get the -source code. And you must show them these terms so they know their -rights. - - We protect your rights with two steps: (1) copyright the software, and -(2) offer you this license which gives you legal permission to copy, -distribute and/or modify the software. - - Also, for each author's protection and ours, we want to make certain -that everyone understands that there is no warranty for this free -software. If the software is modified by someone else and passed on, we -want its recipients to know that what they have is not the original, so -that any problems introduced by others will not reflect on the original -authors' reputations. - - Finally, any free program is threatened constantly by software -patents. We wish to avoid the danger that redistributors of a free -program will individually obtain patent licenses, in effect making the -program proprietary. To prevent this, we have made it clear that any -patent must be licensed for everyone's free use or not licensed at all. - - The precise terms and conditions for copying, distribution and -modification follow. - - GNU GENERAL PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. This License applies to any program or other work which contains -a notice placed by the copyright holder saying it may be distributed -under the terms of this General Public License. The "Program", below, -refers to any such program or work, and a "work based on the Program" -means either the Program or any derivative work under copyright law: -that is to say, a work containing the Program or a portion of it, -either verbatim or with modifications and/or translated into another -language. (Hereinafter, translation is included without limitation in -the term "modification".) Each licensee is addressed as "you". - -Activities other than copying, distribution and modification are not -covered by this License; they are outside its scope. The act of -running the Program is not restricted, and the output from the Program -is covered only if its contents constitute a work based on the -Program (independent of having been made by running the Program). -Whether that is true depends on what the Program does. - - 1. You may copy and distribute verbatim copies of the Program's -source code as you receive it, in any medium, provided that you -conspicuously and appropriately publish on each copy an appropriate -copyright notice and disclaimer of warranty; keep intact all the -notices that refer to this License and to the absence of any warranty; -and give any other recipients of the Program a copy of this License -along with the Program. - -You may charge a fee for the physical act of transferring a copy, and -you may at your option offer warranty protection in exchange for a fee. - - 2. You may modify your copy or copies of the Program or any portion -of it, thus forming a work based on the Program, and copy and -distribute such modifications or work under the terms of Section 1 -above, provided that you also meet all of these conditions: - - a) You must cause the modified files to carry prominent notices - stating that you changed the files and the date of any change. - - b) You must cause any work that you distribute or publish, that in - whole or in part contains or is derived from the Program or any - part thereof, to be licensed as a whole at no charge to all third - parties under the terms of this License. - - c) If the modified program normally reads commands interactively - when run, you must cause it, when started running for such - interactive use in the most ordinary way, to print or display an - announcement including an appropriate copyright notice and a - notice that there is no warranty (or else, saying that you provide - a warranty) and that users may redistribute the program under - these conditions, and telling the user how to view a copy of this - License. (Exception: if the Program itself is interactive but - does not normally print such an announcement, your work based on - the Program is not required to print an announcement.) - -These requirements apply to the modified work as a whole. If -identifiable sections of that work are not derived from the Program, -and can be reasonably considered independent and separate works in -themselves, then this License, and its terms, do not apply to those -sections when you distribute them as separate works. But when you -distribute the same sections as part of a whole which is a work based -on the Program, the distribution of the whole must be on the terms of -this License, whose permissions for other licensees extend to the -entire whole, and thus to each and every part regardless of who wrote it. - -Thus, it is not the intent of this section to claim rights or contest -your rights to work written entirely by you; rather, the intent is to -exercise the right to control the distribution of derivative or -collective works based on the Program. - -In addition, mere aggregation of another work not based on the Program -with the Program (or with a work based on the Program) on a volume of -a storage or distribution medium does not bring the other work under -the scope of this License. - - 3. You may copy and distribute the Program (or a work based on it, -under Section 2) in object code or executable form under the terms of -Sections 1 and 2 above provided that you also do one of the following: - - a) Accompany it with the complete corresponding machine-readable - source code, which must be distributed under the terms of Sections - 1 and 2 above on a medium customarily used for software interchange; or, - - b) Accompany it with a written offer, valid for at least three - years, to give any third party, for a charge no more than your - cost of physically performing source distribution, a complete - machine-readable copy of the corresponding source code, to be - distributed under the terms of Sections 1 and 2 above on a medium - customarily used for software interchange; or, - - c) Accompany it with the information you received as to the offer - to distribute corresponding source code. (This alternative is - allowed only for noncommercial distribution and only if you - received the program in object code or executable form with such - an offer, in accord with Subsection b above.) - -The source code for a work means the preferred form of the work for -making modifications to it. For an executable work, complete source -code means all the source code for all modules it contains, plus any -associated interface definition files, plus the scripts used to -control compilation and installation of the executable. However, as a -special exception, the source code distributed need not include -anything that is normally distributed (in either source or binary -form) with the major components (compiler, kernel, and so on) of the -operating system on which the executable runs, unless that component -itself accompanies the executable. - -If distribution of executable or object code is made by offering -access to copy from a designated place, then offering equivalent -access to copy the source code from the same place counts as -distribution of the source code, even though third parties are not -compelled to copy the source along with the object code. - - 4. You may not copy, modify, sublicense, or distribute the Program -except as expressly provided under this License. Any attempt -otherwise to copy, modify, sublicense or distribute the Program is -void, and will automatically terminate your rights under this License. -However, parties who have received copies, or rights, from you under -this License will not have their licenses terminated so long as such -parties remain in full compliance. - - 5. You are not required to accept this License, since you have not -signed it. However, nothing else grants you permission to modify or -distribute the Program or its derivative works. These actions are -prohibited by law if you do not accept this License. Therefore, by -modifying or distributing the Program (or any work based on the -Program), you indicate your acceptance of this License to do so, and -all its terms and conditions for copying, distributing or modifying -the Program or works based on it. - - 6. Each time you redistribute the Program (or any work based on the -Program), the recipient automatically receives a license from the -original licensor to copy, distribute or modify the Program subject to -these terms and conditions. You may not impose any further -restrictions on the recipients' exercise of the rights granted herein. -You are not responsible for enforcing compliance by third parties to -this License. - - 7. If, as a consequence of a court judgment or allegation of patent -infringement or for any other reason (not limited to patent issues), -conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot -distribute so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you -may not distribute the Program at all. For example, if a patent -license would not permit royalty-free redistribution of the Program by -all those who receive copies directly or indirectly through you, then -the only way you could satisfy both it and this License would be to -refrain entirely from distribution of the Program. - -If any portion of this section is held invalid or unenforceable under -any particular circumstance, the balance of the section is intended to -apply and the section as a whole is intended to apply in other -circumstances. - -It is not the purpose of this section to induce you to infringe any -patents or other property right claims or to contest validity of any -such claims; this section has the sole purpose of protecting the -integrity of the free software distribution system, which is -implemented by public license practices. Many people have made -generous contributions to the wide range of software distributed -through that system in reliance on consistent application of that -system; it is up to the author/donor to decide if he or she is willing -to distribute software through any other system and a licensee cannot -impose that choice. - -This section is intended to make thoroughly clear what is believed to -be a consequence of the rest of this License. - - 8. If the distribution and/or use of the Program is restricted in -certain countries either by patents or by copyrighted interfaces, the -original copyright holder who places the Program under this License -may add an explicit geographical distribution limitation excluding -those countries, so that distribution is permitted only in or among -countries not thus excluded. In such case, this License incorporates -the limitation as if written in the body of this License. - - 9. The Free Software Foundation may publish revised and/or new versions -of the General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - -Each version is given a distinguishing version number. If the Program -specifies a version number of this License which applies to it and "any -later version", you have the option of following the terms and conditions -either of that version or of any later version published by the Free -Software Foundation. If the Program does not specify a version number of -this License, you may choose any version ever published by the Free Software -Foundation. - - 10. If you wish to incorporate parts of the Program into other free -programs whose distribution conditions are different, write to the author -to ask for permission. For software which is copyrighted by the Free -Software Foundation, write to the Free Software Foundation; we sometimes -make exceptions for this. Our decision will be guided by the two goals -of preserving the free status of all derivatives of our free software and -of promoting the sharing and reuse of software generally. - - NO WARRANTY - - 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY -FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN -OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES -PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED -OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS -TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE -PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, -REPAIR OR CORRECTION. - - 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR -REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, -INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING -OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED -TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY -YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER -PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE -POSSIBILITY OF SUCH DAMAGES. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -convey the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - - -Also add information on how to contact you by electronic and paper mail. - -If the program is interactive, make it output a short notice like this -when it starts in an interactive mode: - - Gnomovision version 69, Copyright (C) year name of author - Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, the commands you use may -be called something other than `show w' and `show c'; they could even be -mouse-clicks or menu items--whatever suits your program. - -You should also get your employer (if you work as a programmer) or your -school, if any, to sign a "copyright disclaimer" for the program, if -necessary. Here is a sample; alter the names: - - Yoyodyne, Inc., hereby disclaims all copyright interest in the program - `Gnomovision' (which makes passes at compilers) written by James Hacker. - - , 1 April 1989 - Ty Coon, President of Vice - -This General Public License does not permit incorporating your program into -proprietary programs. If your program is a subroutine library, you may -consider it more useful to permit linking proprietary applications with the -library. If this is what you want to do, use the GNU Library General -Public License instead of this License. - GNU GENERAL PUBLIC LICENSE - Version 3, 29 June 2007 - - Copyright (C) 2007 Free Software Foundation, Inc. - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The GNU General Public License is a free, copyleft license for -software and other kinds of works. - - The licenses for most software and other practical works are designed -to take away your freedom to share and change the works. By contrast, -the GNU General Public License is intended to guarantee your freedom to -share and change all versions of a program--to make sure it remains free -software for all its users. We, the Free Software Foundation, use the -GNU General Public License for most of our software; it applies also to -any other work released this way by its authors. You can apply it to -your programs, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -them if you wish), that you receive source code or can get it if you -want it, that you can change the software or use pieces of it in new -free programs, and that you know you can do these things. - - To protect your rights, we need to prevent others from denying you -these rights or asking you to surrender the rights. Therefore, you have -certain responsibilities if you distribute copies of the software, or if -you modify it: responsibilities to respect the freedom of others. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must pass on to the recipients the same -freedoms that you received. You must make sure that they, too, receive -or can get the source code. And you must show them these terms so they -know their rights. - - Developers that use the GNU GPL protect your rights with two steps: -(1) assert copyright on the software, and (2) offer you this License -giving you legal permission to copy, distribute and/or modify it. - - For the developers' and authors' protection, the GPL clearly explains -that there is no warranty for this free software. For both users' and -authors' sake, the GPL requires that modified versions be marked as -changed, so that their problems will not be attributed erroneously to -authors of previous versions. - - Some devices are designed to deny users access to install or run -modified versions of the software inside them, although the manufacturer -can do so. This is fundamentally incompatible with the aim of -protecting users' freedom to change the software. The systematic -pattern of such abuse occurs in the area of products for individuals to -use, which is precisely where it is most unacceptable. Therefore, we -have designed this version of the GPL to prohibit the practice for those -products. If such problems arise substantially in other domains, we -stand ready to extend this provision to those domains in future versions -of the GPL, as needed to protect the freedom of users. - - Finally, every program is threatened constantly by software patents. -States should not allow patents to restrict development and use of -software on general-purpose computers, but in those that do, we wish to -avoid the special danger that patents applied to a free program could -make it effectively proprietary. To prevent this, the GPL assures that -patents cannot be used to render the program non-free. - - The precise terms and conditions for copying, distribution and -modification follow. - - TERMS AND CONDITIONS - - 0. Definitions. - - "This License" refers to version 3 of the GNU General Public License. - - "Copyright" also means copyright-like laws that apply to other kinds of -works, such as semiconductor masks. - - "The Program" refers to any copyrightable work licensed under this -License. Each licensee is addressed as "you". "Licensees" and -"recipients" may be individuals or organizations. - - To "modify" a work means to copy from or adapt all or part of the work -in a fashion requiring copyright permission, other than the making of an -exact copy. The resulting work is called a "modified version" of the -earlier work or a work "based on" the earlier work. - - A "covered work" means either the unmodified Program or a work based -on the Program. - - To "propagate" a work means to do anything with it that, without -permission, would make you directly or secondarily liable for -infringement under applicable copyright law, except executing it on a -computer or modifying a private copy. Propagation includes copying, -distribution (with or without modification), making available to the -public, and in some countries other activities as well. - - To "convey" a work means any kind of propagation that enables other -parties to make or receive copies. Mere interaction with a user through -a computer network, with no transfer of a copy, is not conveying. - - An interactive user interface displays "Appropriate Legal Notices" -to the extent that it includes a convenient and prominently visible -feature that (1) displays an appropriate copyright notice, and (2) -tells the user that there is no warranty for the work (except to the -extent that warranties are provided), that licensees may convey the -work under this License, and how to view a copy of this License. If -the interface presents a list of user commands or options, such as a -menu, a prominent item in the list meets this criterion. - - 1. Source Code. - - The "source code" for a work means the preferred form of the work -for making modifications to it. "Object code" means any non-source -form of a work. - - A "Standard Interface" means an interface that either is an official -standard defined by a recognized standards body, or, in the case of -interfaces specified for a particular programming language, one that -is widely used among developers working in that language. - - The "System Libraries" of an executable work include anything, other -than the work as a whole, that (a) is included in the normal form of -packaging a Major Component, but which is not part of that Major -Component, and (b) serves only to enable use of the work with that -Major Component, or to implement a Standard Interface for which an -implementation is available to the public in source code form. A -"Major Component", in this context, means a major essential component -(kernel, window system, and so on) of the specific operating system -(if any) on which the executable work runs, or a compiler used to -produce the work, or an object code interpreter used to run it. - - The "Corresponding Source" for a work in object code form means all -the source code needed to generate, install, and (for an executable -work) run the object code and to modify the work, including scripts to -control those activities. However, it does not include the work's -System Libraries, or general-purpose tools or generally available free -programs which are used unmodified in performing those activities but -which are not part of the work. For example, Corresponding Source -includes interface definition files associated with source files for -the work, and the source code for shared libraries and dynamically -linked subprograms that the work is specifically designed to require, -such as by intimate data communication or control flow between those -subprograms and other parts of the work. - - The Corresponding Source need not include anything that users -can regenerate automatically from other parts of the Corresponding -Source. - - The Corresponding Source for a work in source code form is that -same work. - - 2. Basic Permissions. - - All rights granted under this License are granted for the term of -copyright on the Program, and are irrevocable provided the stated -conditions are met. This License explicitly affirms your unlimited -permission to run the unmodified Program. The output from running a -covered work is covered by this License only if the output, given its -content, constitutes a covered work. This License acknowledges your -rights of fair use or other equivalent, as provided by copyright law. - - You may make, run and propagate covered works that you do not -convey, without conditions so long as your license otherwise remains -in force. You may convey covered works to others for the sole purpose -of having them make modifications exclusively for you, or provide you -with facilities for running those works, provided that you comply with -the terms of this License in conveying all material for which you do -not control copyright. Those thus making or running the covered works -for you must do so exclusively on your behalf, under your direction -and control, on terms that prohibit them from making any copies of -your copyrighted material outside their relationship with you. - - Conveying under any other circumstances is permitted solely under -the conditions stated below. Sublicensing is not allowed; section 10 -makes it unnecessary. - - 3. Protecting Users' Legal Rights From Anti-Circumvention Law. - - No covered work shall be deemed part of an effective technological -measure under any applicable law fulfilling obligations under article -11 of the WIPO copyright treaty adopted on 20 December 1996, or -similar laws prohibiting or restricting circumvention of such -measures. - - When you convey a covered work, you waive any legal power to forbid -circumvention of technological measures to the extent such circumvention -is effected by exercising rights under this License with respect to -the covered work, and you disclaim any intention to limit operation or -modification of the work as a means of enforcing, against the work's -users, your or third parties' legal rights to forbid circumvention of -technological measures. - - 4. Conveying Verbatim Copies. - - You may convey verbatim copies of the Program's source code as you -receive it, in any medium, provided that you conspicuously and -appropriately publish on each copy an appropriate copyright notice; -keep intact all notices stating that this License and any -non-permissive terms added in accord with section 7 apply to the code; -keep intact all notices of the absence of any warranty; and give all -recipients a copy of this License along with the Program. - - You may charge any price or no price for each copy that you convey, -and you may offer support or warranty protection for a fee. - - 5. Conveying Modified Source Versions. - - You may convey a work based on the Program, or the modifications to -produce it from the Program, in the form of source code under the -terms of section 4, provided that you also meet all of these conditions: - - a) The work must carry prominent notices stating that you modified - it, and giving a relevant date. - - b) The work must carry prominent notices stating that it is - released under this License and any conditions added under section - 7. This requirement modifies the requirement in section 4 to - "keep intact all notices". - - c) You must license the entire work, as a whole, under this - License to anyone who comes into possession of a copy. This - License will therefore apply, along with any applicable section 7 - additional terms, to the whole of the work, and all its parts, - regardless of how they are packaged. This License gives no - permission to license the work in any other way, but it does not - invalidate such permission if you have separately received it. - - d) If the work has interactive user interfaces, each must display - Appropriate Legal Notices; however, if the Program has interactive - interfaces that do not display Appropriate Legal Notices, your - work need not make them do so. - - A compilation of a covered work with other separate and independent -works, which are not by their nature extensions of the covered work, -and which are not combined with it such as to form a larger program, -in or on a volume of a storage or distribution medium, is called an -"aggregate" if the compilation and its resulting copyright are not -used to limit the access or legal rights of the compilation's users -beyond what the individual works permit. Inclusion of a covered work -in an aggregate does not cause this License to apply to the other -parts of the aggregate. - - 6. Conveying Non-Source Forms. - - You may convey a covered work in object code form under the terms -of sections 4 and 5, provided that you also convey the -machine-readable Corresponding Source under the terms of this License, -in one of these ways: - - a) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by the - Corresponding Source fixed on a durable physical medium - customarily used for software interchange. - - b) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by a - written offer, valid for at least three years and valid for as - long as you offer spare parts or customer support for that product - model, to give anyone who possesses the object code either (1) a - copy of the Corresponding Source for all the software in the - product that is covered by this License, on a durable physical - medium customarily used for software interchange, for a price no - more than your reasonable cost of physically performing this - conveying of source, or (2) access to copy the - Corresponding Source from a network server at no charge. - - c) Convey individual copies of the object code with a copy of the - written offer to provide the Corresponding Source. This - alternative is allowed only occasionally and noncommercially, and - only if you received the object code with such an offer, in accord - with subsection 6b. - - d) Convey the object code by offering access from a designated - place (gratis or for a charge), and offer equivalent access to the - Corresponding Source in the same way through the same place at no - further charge. You need not require recipients to copy the - Corresponding Source along with the object code. If the place to - copy the object code is a network server, the Corresponding Source - may be on a different server (operated by you or a third party) - that supports equivalent copying facilities, provided you maintain - clear directions next to the object code saying where to find the - Corresponding Source. Regardless of what server hosts the - Corresponding Source, you remain obligated to ensure that it is - available for as long as needed to satisfy these requirements. - - e) Convey the object code using peer-to-peer transmission, provided - you inform other peers where the object code and Corresponding - Source of the work are being offered to the general public at no - charge under subsection 6d. - - A separable portion of the object code, whose source code is excluded -from the Corresponding Source as a System Library, need not be -included in conveying the object code work. - - A "User Product" is either (1) a "consumer product", which means any -tangible personal property which is normally used for personal, family, -or household purposes, or (2) anything designed or sold for incorporation -into a dwelling. In determining whether a product is a consumer product, -doubtful cases shall be resolved in favor of coverage. For a particular -product received by a particular user, "normally used" refers to a -typical or common use of that class of product, regardless of the status -of the particular user or of the way in which the particular user -actually uses, or expects or is expected to use, the product. A product -is a consumer product regardless of whether the product has substantial -commercial, industrial or non-consumer uses, unless such uses represent -the only significant mode of use of the product. - - "Installation Information" for a User Product means any methods, -procedures, authorization keys, or other information required to install -and execute modified versions of a covered work in that User Product from -a modified version of its Corresponding Source. The information must -suffice to ensure that the continued functioning of the modified object -code is in no case prevented or interfered with solely because -modification has been made. - - If you convey an object code work under this section in, or with, or -specifically for use in, a User Product, and the conveying occurs as -part of a transaction in which the right of possession and use of the -User Product is transferred to the recipient in perpetuity or for a -fixed term (regardless of how the transaction is characterized), the -Corresponding Source conveyed under this section must be accompanied -by the Installation Information. But this requirement does not apply -if neither you nor any third party retains the ability to install -modified object code on the User Product (for example, the work has -been installed in ROM). - - The requirement to provide Installation Information does not include a -requirement to continue to provide support service, warranty, or updates -for a work that has been modified or installed by the recipient, or for -the User Product in which it has been modified or installed. Access to a -network may be denied when the modification itself materially and -adversely affects the operation of the network or violates the rules and -protocols for communication across the network. - - Corresponding Source conveyed, and Installation Information provided, -in accord with this section must be in a format that is publicly -documented (and with an implementation available to the public in -source code form), and must require no special password or key for -unpacking, reading or copying. - - 7. Additional Terms. - - "Additional permissions" are terms that supplement the terms of this -License by making exceptions from one or more of its conditions. -Additional permissions that are applicable to the entire Program shall -be treated as though they were included in this License, to the extent -that they are valid under applicable law. If additional permissions -apply only to part of the Program, that part may be used separately -under those permissions, but the entire Program remains governed by -this License without regard to the additional permissions. - - When you convey a copy of a covered work, you may at your option -remove any additional permissions from that copy, or from any part of -it. (Additional permissions may be written to require their own -removal in certain cases when you modify the work.) You may place -additional permissions on material, added by you to a covered work, -for which you have or can give appropriate copyright permission. - - Notwithstanding any other provision of this License, for material you -add to a covered work, you may (if authorized by the copyright holders of -that material) supplement the terms of this License with terms: - - a) Disclaiming warranty or limiting liability differently from the - terms of sections 15 and 16 of this License; or - - b) Requiring preservation of specified reasonable legal notices or - author attributions in that material or in the Appropriate Legal - Notices displayed by works containing it; or - - c) Prohibiting misrepresentation of the origin of that material, or - requiring that modified versions of such material be marked in - reasonable ways as different from the original version; or - - d) Limiting the use for publicity purposes of names of licensors or - authors of the material; or - - e) Declining to grant rights under trademark law for use of some - trade names, trademarks, or service marks; or - - f) Requiring indemnification of licensors and authors of that - material by anyone who conveys the material (or modified versions of - it) with contractual assumptions of liability to the recipient, for - any liability that these contractual assumptions directly impose on - those licensors and authors. - - All other non-permissive additional terms are considered "further -restrictions" within the meaning of section 10. If the Program as you -received it, or any part of it, contains a notice stating that it is -governed by this License along with a term that is a further -restriction, you may remove that term. If a license document contains -a further restriction but permits relicensing or conveying under this -License, you may add to a covered work material governed by the terms -of that license document, provided that the further restriction does -not survive such relicensing or conveying. - - If you add terms to a covered work in accord with this section, you -must place, in the relevant source files, a statement of the -additional terms that apply to those files, or a notice indicating -where to find the applicable terms. - - Additional terms, permissive or non-permissive, may be stated in the -form of a separately written license, or stated as exceptions; -the above requirements apply either way. - - 8. Termination. - - You may not propagate or modify a covered work except as expressly -provided under this License. Any attempt otherwise to propagate or -modify it is void, and will automatically terminate your rights under -this License (including any patent licenses granted under the third -paragraph of section 11). - - However, if you cease all violation of this License, then your -license from a particular copyright holder is reinstated (a) -provisionally, unless and until the copyright holder explicitly and -finally terminates your license, and (b) permanently, if the copyright -holder fails to notify you of the violation by some reasonable means -prior to 60 days after the cessation. - - Moreover, your license from a particular copyright holder is -reinstated permanently if the copyright holder notifies you of the -violation by some reasonable means, this is the first time you have -received notice of violation of this License (for any work) from that -copyright holder, and you cure the violation prior to 30 days after -your receipt of the notice. - - Termination of your rights under this section does not terminate the -licenses of parties who have received copies or rights from you under -this License. If your rights have been terminated and not permanently -reinstated, you do not qualify to receive new licenses for the same -material under section 10. - - 9. Acceptance Not Required for Having Copies. - - You are not required to accept this License in order to receive or -run a copy of the Program. Ancillary propagation of a covered work -occurring solely as a consequence of using peer-to-peer transmission -to receive a copy likewise does not require acceptance. However, -nothing other than this License grants you permission to propagate or -modify any covered work. These actions infringe copyright if you do -not accept this License. Therefore, by modifying or propagating a -covered work, you indicate your acceptance of this License to do so. - - 10. Automatic Licensing of Downstream Recipients. - - Each time you convey a covered work, the recipient automatically -receives a license from the original licensors, to run, modify and -propagate that work, subject to this License. You are not responsible -for enforcing compliance by third parties with this License. - - An "entity transaction" is a transaction transferring control of an -organization, or substantially all assets of one, or subdividing an -organization, or merging organizations. If propagation of a covered -work results from an entity transaction, each party to that -transaction who receives a copy of the work also receives whatever -licenses to the work the party's predecessor in interest had or could -give under the previous paragraph, plus a right to possession of the -Corresponding Source of the work from the predecessor in interest, if -the predecessor has it or can get it with reasonable efforts. - - You may not impose any further restrictions on the exercise of the -rights granted or affirmed under this License. For example, you may -not impose a license fee, royalty, or other charge for exercise of -rights granted under this License, and you may not initiate litigation -(including a cross-claim or counterclaim in a lawsuit) alleging that -any patent claim is infringed by making, using, selling, offering for -sale, or importing the Program or any portion of it. - - 11. Patents. - - A "contributor" is a copyright holder who authorizes use under this -License of the Program or a work on which the Program is based. The -work thus licensed is called the contributor's "contributor version". - - A contributor's "essential patent claims" are all patent claims -owned or controlled by the contributor, whether already acquired or -hereafter acquired, that would be infringed by some manner, permitted -by this License, of making, using, or selling its contributor version, -but do not include claims that would be infringed only as a -consequence of further modification of the contributor version. For -purposes of this definition, "control" includes the right to grant -patent sublicenses in a manner consistent with the requirements of -this License. - - Each contributor grants you a non-exclusive, worldwide, royalty-free -patent license under the contributor's essential patent claims, to -make, use, sell, offer for sale, import and otherwise run, modify and -propagate the contents of its contributor version. - - In the following three paragraphs, a "patent license" is any express -agreement or commitment, however denominated, not to enforce a patent -(such as an express permission to practice a patent or covenant not to -sue for patent infringement). To "grant" such a patent license to a -party means to make such an agreement or commitment not to enforce a -patent against the party. - - If you convey a covered work, knowingly relying on a patent license, -and the Corresponding Source of the work is not available for anyone -to copy, free of charge and under the terms of this License, through a -publicly available network server or other readily accessible means, -then you must either (1) cause the Corresponding Source to be so -available, or (2) arrange to deprive yourself of the benefit of the -patent license for this particular work, or (3) arrange, in a manner -consistent with the requirements of this License, to extend the patent -license to downstream recipients. "Knowingly relying" means you have -actual knowledge that, but for the patent license, your conveying the -covered work in a country, or your recipient's use of the covered work -in a country, would infringe one or more identifiable patents in that -country that you have reason to believe are valid. - - If, pursuant to or in connection with a single transaction or -arrangement, you convey, or propagate by procuring conveyance of, a -covered work, and grant a patent license to some of the parties -receiving the covered work authorizing them to use, propagate, modify -or convey a specific copy of the covered work, then the patent license -you grant is automatically extended to all recipients of the covered -work and works based on it. - - A patent license is "discriminatory" if it does not include within -the scope of its coverage, prohibits the exercise of, or is -conditioned on the non-exercise of one or more of the rights that are -specifically granted under this License. You may not convey a covered -work if you are a party to an arrangement with a third party that is -in the business of distributing software, under which you make payment -to the third party based on the extent of your activity of conveying -the work, and under which the third party grants, to any of the -parties who would receive the covered work from you, a discriminatory -patent license (a) in connection with copies of the covered work -conveyed by you (or copies made from those copies), or (b) primarily -for and in connection with specific products or compilations that -contain the covered work, unless you entered into that arrangement, -or that patent license was granted, prior to 28 March 2007. - - Nothing in this License shall be construed as excluding or limiting -any implied license or other defenses to infringement that may -otherwise be available to you under applicable patent law. - - 12. No Surrender of Others' Freedom. - - If conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot convey a -covered work so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you may -not convey it at all. For example, if you agree to terms that obligate you -to collect a royalty for further conveying from those to whom you convey -the Program, the only way you could satisfy both those terms and this -License would be to refrain entirely from conveying the Program. - - 13. Use with the GNU Affero General Public License. - - Notwithstanding any other provision of this License, you have -permission to link or combine any covered work with a work licensed -under version 3 of the GNU Affero General Public License into a single -combined work, and to convey the resulting work. The terms of this -License will continue to apply to the part which is the covered work, -but the special requirements of the GNU Affero General Public License, -section 13, concerning interaction through a network will apply to the -combination as such. - - 14. Revised Versions of this License. - - The Free Software Foundation may publish revised and/or new versions of -the GNU General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - - Each version is given a distinguishing version number. If the -Program specifies that a certain numbered version of the GNU General -Public License "or any later version" applies to it, you have the -option of following the terms and conditions either of that numbered -version or of any later version published by the Free Software -Foundation. If the Program does not specify a version number of the -GNU General Public License, you may choose any version ever published -by the Free Software Foundation. - - If the Program specifies that a proxy can decide which future -versions of the GNU General Public License can be used, that proxy's -public statement of acceptance of a version permanently authorizes you -to choose that version for the Program. - - Later license versions may give you additional or different -permissions. However, no additional obligations are imposed on any -author or copyright holder as a result of your choosing to follow a -later version. - - 15. Disclaimer of Warranty. - - THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY -APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT -HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY -OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, -THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM -IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF -ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - - 16. Limitation of Liability. - - IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS -THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY -GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE -USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF -DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD -PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), -EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF -SUCH DAMAGES. - - 17. Interpretation of Sections 15 and 16. - - If the disclaimer of warranty and limitation of liability provided -above cannot be given local legal effect according to their terms, -reviewing courts shall apply local law that most closely approximates -an absolute waiver of all civil liability in connection with the -Program, unless a warranty or assumption of liability accompanies a -copy of the Program in return for a fee. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -state the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - -Also add information on how to contact you by electronic and paper mail. - - If the program does terminal interaction, make it output a short -notice like this when it starts in an interactive mode: - - Copyright (C) - This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, your program's commands -might be different; for a GUI interface, you would use an "about box". - - You should also get your employer (if you work as a programmer) or school, -if any, to sign a "copyright disclaimer" for the program, if necessary. -For more information on this, and how to apply and follow the GNU GPL, see -. - - The GNU General Public License does not permit incorporating your program -into proprietary programs. If your program is a subroutine library, you -may consider it more useful to permit linking proprietary applications with -the library. If this is what you want to do, use the GNU Lesser General -Public License instead of this License. But first, please read -. - GNU GENERAL PUBLIC LICENSE - Version 2, June 1991 - - Copyright (C) 1989, 1991 Free Software Foundation, Inc. - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The licenses for most software are designed to take away your -freedom to share and change it. By contrast, the GNU General Public -License is intended to guarantee your freedom to share and change free -software--to make sure the software is free for all its users. This -General Public License applies to most of the Free Software -Foundation's software and to any other program whose authors commit to -using it. (Some other Free Software Foundation software is covered by -the GNU Library General Public License instead.) You can apply it to -your programs, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -this service if you wish), that you receive source code or can get it -if you want it, that you can change the software or use pieces of it -in new free programs; and that you know you can do these things. - - To protect your rights, we need to make restrictions that forbid -anyone to deny you these rights or to ask you to surrender the rights. -These restrictions translate to certain responsibilities for you if you -distribute copies of the software, or if you modify it. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must give the recipients all the rights that -you have. You must make sure that they, too, receive or can get the -source code. And you must show them these terms so they know their -rights. - - We protect your rights with two steps: (1) copyright the software, and -(2) offer you this license which gives you legal permission to copy, -distribute and/or modify the software. - - Also, for each author's protection and ours, we want to make certain -that everyone understands that there is no warranty for this free -software. If the software is modified by someone else and passed on, we -want its recipients to know that what they have is not the original, so -that any problems introduced by others will not reflect on the original -authors' reputations. - - Finally, any free program is threatened constantly by software -patents. We wish to avoid the danger that redistributors of a free -program will individually obtain patent licenses, in effect making the -program proprietary. To prevent this, we have made it clear that any -patent must be licensed for everyone's free use or not licensed at all. - - The precise terms and conditions for copying, distribution and -modification follow. - - GNU GENERAL PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. This License applies to any program or other work which contains -a notice placed by the copyright holder saying it may be distributed -under the terms of this General Public License. The "Program", below, -refers to any such program or work, and a "work based on the Program" -means either the Program or any derivative work under copyright law: -that is to say, a work containing the Program or a portion of it, -either verbatim or with modifications and/or translated into another -language. (Hereinafter, translation is included without limitation in -the term "modification".) Each licensee is addressed as "you". - -Activities other than copying, distribution and modification are not -covered by this License; they are outside its scope. The act of -running the Program is not restricted, and the output from the Program -is covered only if its contents constitute a work based on the -Program (independent of having been made by running the Program). -Whether that is true depends on what the Program does. - - 1. You may copy and distribute verbatim copies of the Program's -source code as you receive it, in any medium, provided that you -conspicuously and appropriately publish on each copy an appropriate -copyright notice and disclaimer of warranty; keep intact all the -notices that refer to this License and to the absence of any warranty; -and give any other recipients of the Program a copy of this License -along with the Program. - -You may charge a fee for the physical act of transferring a copy, and -you may at your option offer warranty protection in exchange for a fee. - - 2. You may modify your copy or copies of the Program or any portion -of it, thus forming a work based on the Program, and copy and -distribute such modifications or work under the terms of Section 1 -above, provided that you also meet all of these conditions: - - a) You must cause the modified files to carry prominent notices - stating that you changed the files and the date of any change. - - b) You must cause any work that you distribute or publish, that in - whole or in part contains or is derived from the Program or any - part thereof, to be licensed as a whole at no charge to all third - parties under the terms of this License. - - c) If the modified program normally reads commands interactively - when run, you must cause it, when started running for such - interactive use in the most ordinary way, to print or display an - announcement including an appropriate copyright notice and a - notice that there is no warranty (or else, saying that you provide - a warranty) and that users may redistribute the program under - these conditions, and telling the user how to view a copy of this - License. (Exception: if the Program itself is interactive but - does not normally print such an announcement, your work based on - the Program is not required to print an announcement.) - -These requirements apply to the modified work as a whole. If -identifiable sections of that work are not derived from the Program, -and can be reasonably considered independent and separate works in -themselves, then this License, and its terms, do not apply to those -sections when you distribute them as separate works. But when you -distribute the same sections as part of a whole which is a work based -on the Program, the distribution of the whole must be on the terms of -this License, whose permissions for other licensees extend to the -entire whole, and thus to each and every part regardless of who wrote it. - -Thus, it is not the intent of this section to claim rights or contest -your rights to work written entirely by you; rather, the intent is to -exercise the right to control the distribution of derivative or -collective works based on the Program. - -In addition, mere aggregation of another work not based on the Program -with the Program (or with a work based on the Program) on a volume of -a storage or distribution medium does not bring the other work under -the scope of this License. - - 3. You may copy and distribute the Program (or a work based on it, -under Section 2) in object code or executable form under the terms of -Sections 1 and 2 above provided that you also do one of the following: - - a) Accompany it with the complete corresponding machine-readable - source code, which must be distributed under the terms of Sections - 1 and 2 above on a medium customarily used for software interchange; or, - - b) Accompany it with a written offer, valid for at least three - years, to give any third party, for a charge no more than your - cost of physically performing source distribution, a complete - machine-readable copy of the corresponding source code, to be - distributed under the terms of Sections 1 and 2 above on a medium - customarily used for software interchange; or, - - c) Accompany it with the information you received as to the offer - to distribute corresponding source code. (This alternative is - allowed only for noncommercial distribution and only if you - received the program in object code or executable form with such - an offer, in accord with Subsection b above.) - -The source code for a work means the preferred form of the work for -making modifications to it. For an executable work, complete source -code means all the source code for all modules it contains, plus any -associated interface definition files, plus the scripts used to -control compilation and installation of the executable. However, as a -special exception, the source code distributed need not include -anything that is normally distributed (in either source or binary -form) with the major components (compiler, kernel, and so on) of the -operating system on which the executable runs, unless that component -itself accompanies the executable. - -If distribution of executable or object code is made by offering -access to copy from a designated place, then offering equivalent -access to copy the source code from the same place counts as -distribution of the source code, even though third parties are not -compelled to copy the source along with the object code. - - 4. You may not copy, modify, sublicense, or distribute the Program -except as expressly provided under this License. Any attempt -otherwise to copy, modify, sublicense or distribute the Program is -void, and will automatically terminate your rights under this License. -However, parties who have received copies, or rights, from you under -this License will not have their licenses terminated so long as such -parties remain in full compliance. - - 5. You are not required to accept this License, since you have not -signed it. However, nothing else grants you permission to modify or -distribute the Program or its derivative works. These actions are -prohibited by law if you do not accept this License. Therefore, by -modifying or distributing the Program (or any work based on the -Program), you indicate your acceptance of this License to do so, and -all its terms and conditions for copying, distributing or modifying -the Program or works based on it. - - 6. Each time you redistribute the Program (or any work based on the -Program), the recipient automatically receives a license from the -original licensor to copy, distribute or modify the Program subject to -these terms and conditions. You may not impose any further -restrictions on the recipients' exercise of the rights granted herein. -You are not responsible for enforcing compliance by third parties to -this License. - - 7. If, as a consequence of a court judgment or allegation of patent -infringement or for any other reason (not limited to patent issues), -conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot -distribute so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you -may not distribute the Program at all. For example, if a patent -license would not permit royalty-free redistribution of the Program by -all those who receive copies directly or indirectly through you, then -the only way you could satisfy both it and this License would be to -refrain entirely from distribution of the Program. - -If any portion of this section is held invalid or unenforceable under -any particular circumstance, the balance of the section is intended to -apply and the section as a whole is intended to apply in other -circumstances. - -It is not the purpose of this section to induce you to infringe any -patents or other property right claims or to contest validity of any -such claims; this section has the sole purpose of protecting the -integrity of the free software distribution system, which is -implemented by public license practices. Many people have made -generous contributions to the wide range of software distributed -through that system in reliance on consistent application of that -system; it is up to the author/donor to decide if he or she is willing -to distribute software through any other system and a licensee cannot -impose that choice. - -This section is intended to make thoroughly clear what is believed to -be a consequence of the rest of this License. - - 8. If the distribution and/or use of the Program is restricted in -certain countries either by patents or by copyrighted interfaces, the -original copyright holder who places the Program under this License -may add an explicit geographical distribution limitation excluding -those countries, so that distribution is permitted only in or among -countries not thus excluded. In such case, this License incorporates -the limitation as if written in the body of this License. - - 9. The Free Software Foundation may publish revised and/or new versions -of the General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - -Each version is given a distinguishing version number. If the Program -specifies a version number of this License which applies to it and "any -later version", you have the option of following the terms and conditions -either of that version or of any later version published by the Free -Software Foundation. If the Program does not specify a version number of -this License, you may choose any version ever published by the Free Software -Foundation. - - 10. If you wish to incorporate parts of the Program into other free -programs whose distribution conditions are different, write to the author -to ask for permission. For software which is copyrighted by the Free -Software Foundation, write to the Free Software Foundation; we sometimes -make exceptions for this. Our decision will be guided by the two goals -of preserving the free status of all derivatives of our free software and -of promoting the sharing and reuse of software generally. - - NO WARRANTY - - 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY -FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN -OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES -PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED -OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS -TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE -PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, -REPAIR OR CORRECTION. - - 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR -REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, -INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING -OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED -TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY -YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER -PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE -POSSIBILITY OF SUCH DAMAGES. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -convey the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - - -Also add information on how to contact you by electronic and paper mail. - -If the program is interactive, make it output a short notice like this -when it starts in an interactive mode: - - Gnomovision version 69, Copyright (C) year name of author - Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, the commands you use may -be called something other than `show w' and `show c'; they could even be -mouse-clicks or menu items--whatever suits your program. - -You should also get your employer (if you work as a programmer) or your -school, if any, to sign a "copyright disclaimer" for the program, if -necessary. Here is a sample; alter the names: - - Yoyodyne, Inc., hereby disclaims all copyright interest in the program - `Gnomovision' (which makes passes at compilers) written by James Hacker. - - , 1 April 1989 - Ty Coon, President of Vice - -This General Public License does not permit incorporating your program into -proprietary programs. If your program is a subroutine library, you may -consider it more useful to permit linking proprietary applications with the -library. If this is what you want to do, use the GNU Library General -Public License instead of this License. - GNU GENERAL PUBLIC LICENSE - Version 3, 29 June 2007 - - Copyright (C) 2007 Free Software Foundation, Inc. - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The GNU General Public License is a free, copyleft license for -software and other kinds of works. - - The licenses for most software and other practical works are designed -to take away your freedom to share and change the works. By contrast, -the GNU General Public License is intended to guarantee your freedom to -share and change all versions of a program--to make sure it remains free -software for all its users. We, the Free Software Foundation, use the -GNU General Public License for most of our software; it applies also to -any other work released this way by its authors. You can apply it to -your programs, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -them if you wish), that you receive source code or can get it if you -want it, that you can change the software or use pieces of it in new -free programs, and that you know you can do these things. - - To protect your rights, we need to prevent others from denying you -these rights or asking you to surrender the rights. Therefore, you have -certain responsibilities if you distribute copies of the software, or if -you modify it: responsibilities to respect the freedom of others. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must pass on to the recipients the same -freedoms that you received. You must make sure that they, too, receive -or can get the source code. And you must show them these terms so they -know their rights. - - Developers that use the GNU GPL protect your rights with two steps: -(1) assert copyright on the software, and (2) offer you this License -giving you legal permission to copy, distribute and/or modify it. - - For the developers' and authors' protection, the GPL clearly explains -that there is no warranty for this free software. For both users' and -authors' sake, the GPL requires that modified versions be marked as -changed, so that their problems will not be attributed erroneously to -authors of previous versions. - - Some devices are designed to deny users access to install or run -modified versions of the software inside them, although the manufacturer -can do so. This is fundamentally incompatible with the aim of -protecting users' freedom to change the software. The systematic -pattern of such abuse occurs in the area of products for individuals to -use, which is precisely where it is most unacceptable. Therefore, we -have designed this version of the GPL to prohibit the practice for those -products. If such problems arise substantially in other domains, we -stand ready to extend this provision to those domains in future versions -of the GPL, as needed to protect the freedom of users. - - Finally, every program is threatened constantly by software patents. -States should not allow patents to restrict development and use of -software on general-purpose computers, but in those that do, we wish to -avoid the special danger that patents applied to a free program could -make it effectively proprietary. To prevent this, the GPL assures that -patents cannot be used to render the program non-free. - - The precise terms and conditions for copying, distribution and -modification follow. - - TERMS AND CONDITIONS - - 0. Definitions. - - "This License" refers to version 3 of the GNU General Public License. - - "Copyright" also means copyright-like laws that apply to other kinds of -works, such as semiconductor masks. - - "The Program" refers to any copyrightable work licensed under this -License. Each licensee is addressed as "you". "Licensees" and -"recipients" may be individuals or organizations. - - To "modify" a work means to copy from or adapt all or part of the work -in a fashion requiring copyright permission, other than the making of an -exact copy. The resulting work is called a "modified version" of the -earlier work or a work "based on" the earlier work. - - A "covered work" means either the unmodified Program or a work based -on the Program. - - To "propagate" a work means to do anything with it that, without -permission, would make you directly or secondarily liable for -infringement under applicable copyright law, except executing it on a -computer or modifying a private copy. Propagation includes copying, -distribution (with or without modification), making available to the -public, and in some countries other activities as well. - - To "convey" a work means any kind of propagation that enables other -parties to make or receive copies. Mere interaction with a user through -a computer network, with no transfer of a copy, is not conveying. - - An interactive user interface displays "Appropriate Legal Notices" -to the extent that it includes a convenient and prominently visible -feature that (1) displays an appropriate copyright notice, and (2) -tells the user that there is no warranty for the work (except to the -extent that warranties are provided), that licensees may convey the -work under this License, and how to view a copy of this License. If -the interface presents a list of user commands or options, such as a -menu, a prominent item in the list meets this criterion. - - 1. Source Code. - - The "source code" for a work means the preferred form of the work -for making modifications to it. "Object code" means any non-source -form of a work. - - A "Standard Interface" means an interface that either is an official -standard defined by a recognized standards body, or, in the case of -interfaces specified for a particular programming language, one that -is widely used among developers working in that language. - - The "System Libraries" of an executable work include anything, other -than the work as a whole, that (a) is included in the normal form of -packaging a Major Component, but which is not part of that Major -Component, and (b) serves only to enable use of the work with that -Major Component, or to implement a Standard Interface for which an -implementation is available to the public in source code form. A -"Major Component", in this context, means a major essential component -(kernel, window system, and so on) of the specific operating system -(if any) on which the executable work runs, or a compiler used to -produce the work, or an object code interpreter used to run it. - - The "Corresponding Source" for a work in object code form means all -the source code needed to generate, install, and (for an executable -work) run the object code and to modify the work, including scripts to -control those activities. However, it does not include the work's -System Libraries, or general-purpose tools or generally available free -programs which are used unmodified in performing those activities but -which are not part of the work. For example, Corresponding Source -includes interface definition files associated with source files for -the work, and the source code for shared libraries and dynamically -linked subprograms that the work is specifically designed to require, -such as by intimate data communication or control flow between those -subprograms and other parts of the work. - - The Corresponding Source need not include anything that users -can regenerate automatically from other parts of the Corresponding -Source. - - The Corresponding Source for a work in source code form is that -same work. - - 2. Basic Permissions. - - All rights granted under this License are granted for the term of -copyright on the Program, and are irrevocable provided the stated -conditions are met. This License explicitly affirms your unlimited -permission to run the unmodified Program. The output from running a -covered work is covered by this License only if the output, given its -content, constitutes a covered work. This License acknowledges your -rights of fair use or other equivalent, as provided by copyright law. - - You may make, run and propagate covered works that you do not -convey, without conditions so long as your license otherwise remains -in force. You may convey covered works to others for the sole purpose -of having them make modifications exclusively for you, or provide you -with facilities for running those works, provided that you comply with -the terms of this License in conveying all material for which you do -not control copyright. Those thus making or running the covered works -for you must do so exclusively on your behalf, under your direction -and control, on terms that prohibit them from making any copies of -your copyrighted material outside their relationship with you. - - Conveying under any other circumstances is permitted solely under -the conditions stated below. Sublicensing is not allowed; section 10 -makes it unnecessary. - - 3. Protecting Users' Legal Rights From Anti-Circumvention Law. - - No covered work shall be deemed part of an effective technological -measure under any applicable law fulfilling obligations under article -11 of the WIPO copyright treaty adopted on 20 December 1996, or -similar laws prohibiting or restricting circumvention of such -measures. - - When you convey a covered work, you waive any legal power to forbid -circumvention of technological measures to the extent such circumvention -is effected by exercising rights under this License with respect to -the covered work, and you disclaim any intention to limit operation or -modification of the work as a means of enforcing, against the work's -users, your or third parties' legal rights to forbid circumvention of -technological measures. - - 4. Conveying Verbatim Copies. - - You may convey verbatim copies of the Program's source code as you -receive it, in any medium, provided that you conspicuously and -appropriately publish on each copy an appropriate copyright notice; -keep intact all notices stating that this License and any -non-permissive terms added in accord with section 7 apply to the code; -keep intact all notices of the absence of any warranty; and give all -recipients a copy of this License along with the Program. - - You may charge any price or no price for each copy that you convey, -and you may offer support or warranty protection for a fee. - - 5. Conveying Modified Source Versions. - - You may convey a work based on the Program, or the modifications to -produce it from the Program, in the form of source code under the -terms of section 4, provided that you also meet all of these conditions: - - a) The work must carry prominent notices stating that you modified - it, and giving a relevant date. - - b) The work must carry prominent notices stating that it is - released under this License and any conditions added under section - 7. This requirement modifies the requirement in section 4 to - "keep intact all notices". - - c) You must license the entire work, as a whole, under this - License to anyone who comes into possession of a copy. This - License will therefore apply, along with any applicable section 7 - additional terms, to the whole of the work, and all its parts, - regardless of how they are packaged. This License gives no - permission to license the work in any other way, but it does not - invalidate such permission if you have separately received it. - - d) If the work has interactive user interfaces, each must display - Appropriate Legal Notices; however, if the Program has interactive - interfaces that do not display Appropriate Legal Notices, your - work need not make them do so. - - A compilation of a covered work with other separate and independent -works, which are not by their nature extensions of the covered work, -and which are not combined with it such as to form a larger program, -in or on a volume of a storage or distribution medium, is called an -"aggregate" if the compilation and its resulting copyright are not -used to limit the access or legal rights of the compilation's users -beyond what the individual works permit. Inclusion of a covered work -in an aggregate does not cause this License to apply to the other -parts of the aggregate. - - 6. Conveying Non-Source Forms. - - You may convey a covered work in object code form under the terms -of sections 4 and 5, provided that you also convey the -machine-readable Corresponding Source under the terms of this License, -in one of these ways: - - a) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by the - Corresponding Source fixed on a durable physical medium - customarily used for software interchange. - - b) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by a - written offer, valid for at least three years and valid for as - long as you offer spare parts or customer support for that product - model, to give anyone who possesses the object code either (1) a - copy of the Corresponding Source for all the software in the - product that is covered by this License, on a durable physical - medium customarily used for software interchange, for a price no - more than your reasonable cost of physically performing this - conveying of source, or (2) access to copy the - Corresponding Source from a network server at no charge. - - c) Convey individual copies of the object code with a copy of the - written offer to provide the Corresponding Source. This - alternative is allowed only occasionally and noncommercially, and - only if you received the object code with such an offer, in accord - with subsection 6b. - - d) Convey the object code by offering access from a designated - place (gratis or for a charge), and offer equivalent access to the - Corresponding Source in the same way through the same place at no - further charge. You need not require recipients to copy the - Corresponding Source along with the object code. If the place to - copy the object code is a network server, the Corresponding Source - may be on a different server (operated by you or a third party) - that supports equivalent copying facilities, provided you maintain - clear directions next to the object code saying where to find the - Corresponding Source. Regardless of what server hosts the - Corresponding Source, you remain obligated to ensure that it is - available for as long as needed to satisfy these requirements. - - e) Convey the object code using peer-to-peer transmission, provided - you inform other peers where the object code and Corresponding - Source of the work are being offered to the general public at no - charge under subsection 6d. - - A separable portion of the object code, whose source code is excluded -from the Corresponding Source as a System Library, need not be -included in conveying the object code work. - - A "User Product" is either (1) a "consumer product", which means any -tangible personal property which is normally used for personal, family, -or household purposes, or (2) anything designed or sold for incorporation -into a dwelling. In determining whether a product is a consumer product, -doubtful cases shall be resolved in favor of coverage. For a particular -product received by a particular user, "normally used" refers to a -typical or common use of that class of product, regardless of the status -of the particular user or of the way in which the particular user -actually uses, or expects or is expected to use, the product. A product -is a consumer product regardless of whether the product has substantial -commercial, industrial or non-consumer uses, unless such uses represent -the only significant mode of use of the product. - - "Installation Information" for a User Product means any methods, -procedures, authorization keys, or other information required to install -and execute modified versions of a covered work in that User Product from -a modified version of its Corresponding Source. The information must -suffice to ensure that the continued functioning of the modified object -code is in no case prevented or interfered with solely because -modification has been made. - - If you convey an object code work under this section in, or with, or -specifically for use in, a User Product, and the conveying occurs as -part of a transaction in which the right of possession and use of the -User Product is transferred to the recipient in perpetuity or for a -fixed term (regardless of how the transaction is characterized), the -Corresponding Source conveyed under this section must be accompanied -by the Installation Information. But this requirement does not apply -if neither you nor any third party retains the ability to install -modified object code on the User Product (for example, the work has -been installed in ROM). - - The requirement to provide Installation Information does not include a -requirement to continue to provide support service, warranty, or updates -for a work that has been modified or installed by the recipient, or for -the User Product in which it has been modified or installed. Access to a -network may be denied when the modification itself materially and -adversely affects the operation of the network or violates the rules and -protocols for communication across the network. - - Corresponding Source conveyed, and Installation Information provided, -in accord with this section must be in a format that is publicly -documented (and with an implementation available to the public in -source code form), and must require no special password or key for -unpacking, reading or copying. - - 7. Additional Terms. - - "Additional permissions" are terms that supplement the terms of this -License by making exceptions from one or more of its conditions. -Additional permissions that are applicable to the entire Program shall -be treated as though they were included in this License, to the extent -that they are valid under applicable law. If additional permissions -apply only to part of the Program, that part may be used separately -under those permissions, but the entire Program remains governed by -this License without regard to the additional permissions. - - When you convey a copy of a covered work, you may at your option -remove any additional permissions from that copy, or from any part of -it. (Additional permissions may be written to require their own -removal in certain cases when you modify the work.) You may place -additional permissions on material, added by you to a covered work, -for which you have or can give appropriate copyright permission. - - Notwithstanding any other provision of this License, for material you -add to a covered work, you may (if authorized by the copyright holders of -that material) supplement the terms of this License with terms: - - a) Disclaiming warranty or limiting liability differently from the - terms of sections 15 and 16 of this License; or - - b) Requiring preservation of specified reasonable legal notices or - author attributions in that material or in the Appropriate Legal - Notices displayed by works containing it; or - - c) Prohibiting misrepresentation of the origin of that material, or - requiring that modified versions of such material be marked in - reasonable ways as different from the original version; or - - d) Limiting the use for publicity purposes of names of licensors or - authors of the material; or - - e) Declining to grant rights under trademark law for use of some - trade names, trademarks, or service marks; or - - f) Requiring indemnification of licensors and authors of that - material by anyone who conveys the material (or modified versions of - it) with contractual assumptions of liability to the recipient, for - any liability that these contractual assumptions directly impose on - those licensors and authors. - - All other non-permissive additional terms are considered "further -restrictions" within the meaning of section 10. If the Program as you -received it, or any part of it, contains a notice stating that it is -governed by this License along with a term that is a further -restriction, you may remove that term. If a license document contains -a further restriction but permits relicensing or conveying under this -License, you may add to a covered work material governed by the terms -of that license document, provided that the further restriction does -not survive such relicensing or conveying. - - If you add terms to a covered work in accord with this section, you -must place, in the relevant source files, a statement of the -additional terms that apply to those files, or a notice indicating -where to find the applicable terms. - - Additional terms, permissive or non-permissive, may be stated in the -form of a separately written license, or stated as exceptions; -the above requirements apply either way. - - 8. Termination. - - You may not propagate or modify a covered work except as expressly -provided under this License. Any attempt otherwise to propagate or -modify it is void, and will automatically terminate your rights under -this License (including any patent licenses granted under the third -paragraph of section 11). - - However, if you cease all violation of this License, then your -license from a particular copyright holder is reinstated (a) -provisionally, unless and until the copyright holder explicitly and -finally terminates your license, and (b) permanently, if the copyright -holder fails to notify you of the violation by some reasonable means -prior to 60 days after the cessation. - - Moreover, your license from a particular copyright holder is -reinstated permanently if the copyright holder notifies you of the -violation by some reasonable means, this is the first time you have -received notice of violation of this License (for any work) from that -copyright holder, and you cure the violation prior to 30 days after -your receipt of the notice. - - Termination of your rights under this section does not terminate the -licenses of parties who have received copies or rights from you under -this License. If your rights have been terminated and not permanently -reinstated, you do not qualify to receive new licenses for the same -material under section 10. - - 9. Acceptance Not Required for Having Copies. - - You are not required to accept this License in order to receive or -run a copy of the Program. Ancillary propagation of a covered work -occurring solely as a consequence of using peer-to-peer transmission -to receive a copy likewise does not require acceptance. However, -nothing other than this License grants you permission to propagate or -modify any covered work. These actions infringe copyright if you do -not accept this License. Therefore, by modifying or propagating a -covered work, you indicate your acceptance of this License to do so. - - 10. Automatic Licensing of Downstream Recipients. - - Each time you convey a covered work, the recipient automatically -receives a license from the original licensors, to run, modify and -propagate that work, subject to this License. You are not responsible -for enforcing compliance by third parties with this License. - - An "entity transaction" is a transaction transferring control of an -organization, or substantially all assets of one, or subdividing an -organization, or merging organizations. If propagation of a covered -work results from an entity transaction, each party to that -transaction who receives a copy of the work also receives whatever -licenses to the work the party's predecessor in interest had or could -give under the previous paragraph, plus a right to possession of the -Corresponding Source of the work from the predecessor in interest, if -the predecessor has it or can get it with reasonable efforts. - - You may not impose any further restrictions on the exercise of the -rights granted or affirmed under this License. For example, you may -not impose a license fee, royalty, or other charge for exercise of -rights granted under this License, and you may not initiate litigation -(including a cross-claim or counterclaim in a lawsuit) alleging that -any patent claim is infringed by making, using, selling, offering for -sale, or importing the Program or any portion of it. - - 11. Patents. - - A "contributor" is a copyright holder who authorizes use under this -License of the Program or a work on which the Program is based. The -work thus licensed is called the contributor's "contributor version". - - A contributor's "essential patent claims" are all patent claims -owned or controlled by the contributor, whether already acquired or -hereafter acquired, that would be infringed by some manner, permitted -by this License, of making, using, or selling its contributor version, -but do not include claims that would be infringed only as a -consequence of further modification of the contributor version. For -purposes of this definition, "control" includes the right to grant -patent sublicenses in a manner consistent with the requirements of -this License. - - Each contributor grants you a non-exclusive, worldwide, royalty-free -patent license under the contributor's essential patent claims, to -make, use, sell, offer for sale, import and otherwise run, modify and -propagate the contents of its contributor version. - - In the following three paragraphs, a "patent license" is any express -agreement or commitment, however denominated, not to enforce a patent -(such as an express permission to practice a patent or covenant not to -sue for patent infringement). To "grant" such a patent license to a -party means to make such an agreement or commitment not to enforce a -patent against the party. - - If you convey a covered work, knowingly relying on a patent license, -and the Corresponding Source of the work is not available for anyone -to copy, free of charge and under the terms of this License, through a -publicly available network server or other readily accessible means, -then you must either (1) cause the Corresponding Source to be so -available, or (2) arrange to deprive yourself of the benefit of the -patent license for this particular work, or (3) arrange, in a manner -consistent with the requirements of this License, to extend the patent -license to downstream recipients. "Knowingly relying" means you have -actual knowledge that, but for the patent license, your conveying the -covered work in a country, or your recipient's use of the covered work -in a country, would infringe one or more identifiable patents in that -country that you have reason to believe are valid. - - If, pursuant to or in connection with a single transaction or -arrangement, you convey, or propagate by procuring conveyance of, a -covered work, and grant a patent license to some of the parties -receiving the covered work authorizing them to use, propagate, modify -or convey a specific copy of the covered work, then the patent license -you grant is automatically extended to all recipients of the covered -work and works based on it. - - A patent license is "discriminatory" if it does not include within -the scope of its coverage, prohibits the exercise of, or is -conditioned on the non-exercise of one or more of the rights that are -specifically granted under this License. You may not convey a covered -work if you are a party to an arrangement with a third party that is -in the business of distributing software, under which you make payment -to the third party based on the extent of your activity of conveying -the work, and under which the third party grants, to any of the -parties who would receive the covered work from you, a discriminatory -patent license (a) in connection with copies of the covered work -conveyed by you (or copies made from those copies), or (b) primarily -for and in connection with specific products or compilations that -contain the covered work, unless you entered into that arrangement, -or that patent license was granted, prior to 28 March 2007. - - Nothing in this License shall be construed as excluding or limiting -any implied license or other defenses to infringement that may -otherwise be available to you under applicable patent law. - - 12. No Surrender of Others' Freedom. - - If conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot convey a -covered work so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you may -not convey it at all. For example, if you agree to terms that obligate you -to collect a royalty for further conveying from those to whom you convey -the Program, the only way you could satisfy both those terms and this -License would be to refrain entirely from conveying the Program. - - 13. Use with the GNU Affero General Public License. - - Notwithstanding any other provision of this License, you have -permission to link or combine any covered work with a work licensed -under version 3 of the GNU Affero General Public License into a single -combined work, and to convey the resulting work. The terms of this -License will continue to apply to the part which is the covered work, -but the special requirements of the GNU Affero General Public License, -section 13, concerning interaction through a network will apply to the -combination as such. - - 14. Revised Versions of this License. - - The Free Software Foundation may publish revised and/or new versions of -the GNU General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - - Each version is given a distinguishing version number. If the -Program specifies that a certain numbered version of the GNU General -Public License "or any later version" applies to it, you have the -option of following the terms and conditions either of that numbered -version or of any later version published by the Free Software -Foundation. If the Program does not specify a version number of the -GNU General Public License, you may choose any version ever published -by the Free Software Foundation. - - If the Program specifies that a proxy can decide which future -versions of the GNU General Public License can be used, that proxy's -public statement of acceptance of a version permanently authorizes you -to choose that version for the Program. - - Later license versions may give you additional or different -permissions. However, no additional obligations are imposed on any -author or copyright holder as a result of your choosing to follow a -later version. - - 15. Disclaimer of Warranty. - - THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY -APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT -HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY -OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, -THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM -IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF -ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - - 16. Limitation of Liability. - - IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS -THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY -GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE -USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF -DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD -PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), -EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF -SUCH DAMAGES. - - 17. Interpretation of Sections 15 and 16. - - If the disclaimer of warranty and limitation of liability provided -above cannot be given local legal effect according to their terms, -reviewing courts shall apply local law that most closely approximates -an absolute waiver of all civil liability in connection with the -Program, unless a warranty or assumption of liability accompanies a -copy of the Program in return for a fee. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -state the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - -Also add information on how to contact you by electronic and paper mail. - - If the program does terminal interaction, make it output a short -notice like this when it starts in an interactive mode: - - Copyright (C) - This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, your program's commands -might be different; for a GUI interface, you would use an "about box". - - You should also get your employer (if you work as a programmer) or school, -if any, to sign a "copyright disclaimer" for the program, if necessary. -For more information on this, and how to apply and follow the GNU GPL, see -. - - The GNU General Public License does not permit incorporating your program -into proprietary programs. If your program is a subroutine library, you -may consider it more useful to permit linking proprietary applications with -the library. If this is what you want to do, use the GNU Lesser General -Public License instead of this License. But first, please read -. - GNU LESSER GENERAL PUBLIC LICENSE - Version 3, 29 June 2007 - - Copyright (C) 2007 Free Software Foundation, Inc. - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - - This version of the GNU Lesser General Public License incorporates -the terms and conditions of version 3 of the GNU General Public -License, supplemented by the additional permissions listed below. - - 0. Additional Definitions. - - As used herein, "this License" refers to version 3 of the GNU Lesser -General Public License, and the "GNU GPL" refers to version 3 of the GNU -General Public License. - - "The Library" refers to a covered work governed by this License, -other than an Application or a Combined Work as defined below. - - An "Application" is any work that makes use of an interface provided -by the Library, but which is not otherwise based on the Library. -Defining a subclass of a class defined by the Library is deemed a mode -of using an interface provided by the Library. - - A "Combined Work" is a work produced by combining or linking an -Application with the Library. The particular version of the Library -with which the Combined Work was made is also called the "Linked -Version". - - The "Minimal Corresponding Source" for a Combined Work means the -Corresponding Source for the Combined Work, excluding any source code -for portions of the Combined Work that, considered in isolation, are -based on the Application, and not on the Linked Version. - - The "Corresponding Application Code" for a Combined Work means the -object code and/or source code for the Application, including any data -and utility programs needed for reproducing the Combined Work from the -Application, but excluding the System Libraries of the Combined Work. - - 1. Exception to Section 3 of the GNU GPL. - - You may convey a covered work under sections 3 and 4 of this License -without being bound by section 3 of the GNU GPL. - - 2. Conveying Modified Versions. - - If you modify a copy of the Library, and, in your modifications, a -facility refers to a function or data to be supplied by an Application -that uses the facility (other than as an argument passed when the -facility is invoked), then you may convey a copy of the modified -version: - - a) under this License, provided that you make a good faith effort to - ensure that, in the event an Application does not supply the - function or data, the facility still operates, and performs - whatever part of its purpose remains meaningful, or - - b) under the GNU GPL, with none of the additional permissions of - this License applicable to that copy. - - 3. Object Code Incorporating Material from Library Header Files. - - The object code form of an Application may incorporate material from -a header file that is part of the Library. You may convey such object -code under terms of your choice, provided that, if the incorporated -material is not limited to numerical parameters, data structure -layouts and accessors, or small macros, inline functions and templates -(ten or fewer lines in length), you do both of the following: - - a) Give prominent notice with each copy of the object code that the - Library is used in it and that the Library and its use are - covered by this License. - - b) Accompany the object code with a copy of the GNU GPL and this license - document. - - 4. Combined Works. - - You may convey a Combined Work under terms of your choice that, -taken together, effectively do not restrict modification of the -portions of the Library contained in the Combined Work and reverse -engineering for debugging such modifications, if you also do each of -the following: - - a) Give prominent notice with each copy of the Combined Work that - the Library is used in it and that the Library and its use are - covered by this License. - - b) Accompany the Combined Work with a copy of the GNU GPL and this license - document. - - c) For a Combined Work that displays copyright notices during - execution, include the copyright notice for the Library among - these notices, as well as a reference directing the user to the - copies of the GNU GPL and this license document. - - d) Do one of the following: - - 0) Convey the Minimal Corresponding Source under the terms of this - License, and the Corresponding Application Code in a form - suitable for, and under terms that permit, the user to - recombine or relink the Application with a modified version of - the Linked Version to produce a modified Combined Work, in the - manner specified by section 6 of the GNU GPL for conveying - Corresponding Source. - - 1) Use a suitable shared library mechanism for linking with the - Library. A suitable mechanism is one that (a) uses at run time - a copy of the Library already present on the user's computer - system, and (b) will operate properly with a modified version - of the Library that is interface-compatible with the Linked - Version. - - e) Provide Installation Information, but only if you would otherwise - be required to provide such information under section 6 of the - GNU GPL, and only to the extent that such information is - necessary to install and execute a modified version of the - Combined Work produced by recombining or relinking the - Application with a modified version of the Linked Version. (If - you use option 4d0, the Installation Information must accompany - the Minimal Corresponding Source and Corresponding Application - Code. If you use option 4d1, you must provide the Installation - Information in the manner specified by section 6 of the GNU GPL - for conveying Corresponding Source.) - - 5. Combined Libraries. - - You may place library facilities that are a work based on the -Library side by side in a single library together with other library -facilities that are not Applications and are not covered by this -License, and convey such a combined library under terms of your -choice, if you do both of the following: - - a) Accompany the combined library with a copy of the same work based - on the Library, uncombined with any other library facilities, - conveyed under the terms of this License. - - b) Give prominent notice with the combined library that part of it - is a work based on the Library, and explaining where to find the - accompanying uncombined form of the same work. - - 6. Revised Versions of the GNU Lesser General Public License. - - The Free Software Foundation may publish revised and/or new versions -of the GNU Lesser General Public License from time to time. Such new -versions will be similar in spirit to the present version, but may -differ in detail to address new problems or concerns. - - Each version is given a distinguishing version number. If the -Library as you received it specifies that a certain numbered version -of the GNU Lesser General Public License "or any later version" -applies to it, you have the option of following the terms and -conditions either of that published version or of any later version -published by the Free Software Foundation. If the Library as you -received it does not specify a version number of the GNU Lesser -General Public License, you may choose any version of the GNU Lesser -General Public License ever published by the Free Software Foundation. - - If the Library as you received it specifies that a proxy can decide -whether future versions of the GNU Lesser General Public License shall -apply, that proxy's public statement of acceptance of any version is -permanent authorization for you to choose that version for the -Library. - GNU LIBRARY GENERAL PUBLIC LICENSE - Version 2, June 1991 - - Copyright (C) 1991 Free Software Foundation, Inc. - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - -[This is the first released version of the library GPL. It is - numbered 2 because it goes with version 2 of the ordinary GPL.] - - Preamble - - The licenses for most software are designed to take away your -freedom to share and change it. By contrast, the GNU General Public -Licenses are intended to guarantee your freedom to share and change -free software--to make sure the software is free for all its users. - - This license, the Library General Public License, applies to some -specially designated Free Software Foundation software, and to any -other libraries whose authors decide to use it. You can use it for -your libraries, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -this service if you wish), that you receive source code or can get it -if you want it, that you can change the software or use pieces of it -in new free programs; and that you know you can do these things. - - To protect your rights, we need to make restrictions that forbid -anyone to deny you these rights or to ask you to surrender the rights. -These restrictions translate to certain responsibilities for you if -you distribute copies of the library, or if you modify it. - - For example, if you distribute copies of the library, whether gratis -or for a fee, you must give the recipients all the rights that we gave -you. You must make sure that they, too, receive or can get the source -code. If you link a program with the library, you must provide -complete object files to the recipients so that they can relink them -with the library, after making changes to the library and recompiling -it. And you must show them these terms so they know their rights. - - Our method of protecting your rights has two steps: (1) copyright -the library, and (2) offer you this license which gives you legal -permission to copy, distribute and/or modify the library. - - Also, for each distributor's protection, we want to make certain -that everyone understands that there is no warranty for this free -library. If the library is modified by someone else and passed on, we -want its recipients to know that what they have is not the original -version, so that any problems introduced by others will not reflect on -the original authors' reputations. - - Finally, any free program is threatened constantly by software -patents. We wish to avoid the danger that companies distributing free -software will individually obtain patent licenses, thus in effect -transforming the program into proprietary software. To prevent this, -we have made it clear that any patent must be licensed for everyone's -free use or not licensed at all. - - Most GNU software, including some libraries, is covered by the ordinary -GNU General Public License, which was designed for utility programs. This -license, the GNU Library General Public License, applies to certain -designated libraries. This license is quite different from the ordinary -one; be sure to read it in full, and don't assume that anything in it is -the same as in the ordinary license. - - The reason we have a separate public license for some libraries is that -they blur the distinction we usually make between modifying or adding to a -program and simply using it. Linking a program with a library, without -changing the library, is in some sense simply using the library, and is -analogous to running a utility program or application program. However, in -a textual and legal sense, the linked executable is a combined work, a -derivative of the original library, and the ordinary General Public License -treats it as such. - - Because of this blurred distinction, using the ordinary General -Public License for libraries did not effectively promote software -sharing, because most developers did not use the libraries. We -concluded that weaker conditions might promote sharing better. - - However, unrestricted linking of non-free programs would deprive the -users of those programs of all benefit from the free status of the -libraries themselves. This Library General Public License is intended to -permit developers of non-free programs to use free libraries, while -preserving your freedom as a user of such programs to change the free -libraries that are incorporated in them. (We have not seen how to achieve -this as regards changes in header files, but we have achieved it as regards -changes in the actual functions of the Library.) The hope is that this -will lead to faster development of free libraries. - - The precise terms and conditions for copying, distribution and -modification follow. Pay close attention to the difference between a -"work based on the library" and a "work that uses the library". The -former contains code derived from the library, while the latter only -works together with the library. - - Note that it is possible for a library to be covered by the ordinary -General Public License rather than by this special one. - - GNU LIBRARY GENERAL PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. This License Agreement applies to any software library which -contains a notice placed by the copyright holder or other authorized -party saying it may be distributed under the terms of this Library -General Public License (also called "this License"). Each licensee is -addressed as "you". - - A "library" means a collection of software functions and/or data -prepared so as to be conveniently linked with application programs -(which use some of those functions and data) to form executables. - - The "Library", below, refers to any such software library or work -which has been distributed under these terms. A "work based on the -Library" means either the Library or any derivative work under -copyright law: that is to say, a work containing the Library or a -portion of it, either verbatim or with modifications and/or translated -straightforwardly into another language. (Hereinafter, translation is -included without limitation in the term "modification".) - - "Source code" for a work means the preferred form of the work for -making modifications to it. For a library, complete source code means -all the source code for all modules it contains, plus any associated -interface definition files, plus the scripts used to control compilation -and installation of the library. - - Activities other than copying, distribution and modification are not -covered by this License; they are outside its scope. The act of -running a program using the Library is not restricted, and output from -such a program is covered only if its contents constitute a work based -on the Library (independent of the use of the Library in a tool for -writing it). Whether that is true depends on what the Library does -and what the program that uses the Library does. - - 1. You may copy and distribute verbatim copies of the Library's -complete source code as you receive it, in any medium, provided that -you conspicuously and appropriately publish on each copy an -appropriate copyright notice and disclaimer of warranty; keep intact -all the notices that refer to this License and to the absence of any -warranty; and distribute a copy of this License along with the -Library. - - You may charge a fee for the physical act of transferring a copy, -and you may at your option offer warranty protection in exchange for a -fee. - - 2. You may modify your copy or copies of the Library or any portion -of it, thus forming a work based on the Library, and copy and -distribute such modifications or work under the terms of Section 1 -above, provided that you also meet all of these conditions: - - a) The modified work must itself be a software library. - - b) You must cause the files modified to carry prominent notices - stating that you changed the files and the date of any change. - - c) You must cause the whole of the work to be licensed at no - charge to all third parties under the terms of this License. - - d) If a facility in the modified Library refers to a function or a - table of data to be supplied by an application program that uses - the facility, other than as an argument passed when the facility - is invoked, then you must make a good faith effort to ensure that, - in the event an application does not supply such function or - table, the facility still operates, and performs whatever part of - its purpose remains meaningful. - - (For example, a function in a library to compute square roots has - a purpose that is entirely well-defined independent of the - application. Therefore, Subsection 2d requires that any - application-supplied function or table used by this function must - be optional: if the application does not supply it, the square - root function must still compute square roots.) - -These requirements apply to the modified work as a whole. If -identifiable sections of that work are not derived from the Library, -and can be reasonably considered independent and separate works in -themselves, then this License, and its terms, do not apply to those -sections when you distribute them as separate works. But when you -distribute the same sections as part of a whole which is a work based -on the Library, the distribution of the whole must be on the terms of -this License, whose permissions for other licensees extend to the -entire whole, and thus to each and every part regardless of who wrote -it. - -Thus, it is not the intent of this section to claim rights or contest -your rights to work written entirely by you; rather, the intent is to -exercise the right to control the distribution of derivative or -collective works based on the Library. - -In addition, mere aggregation of another work not based on the Library -with the Library (or with a work based on the Library) on a volume of -a storage or distribution medium does not bring the other work under -the scope of this License. - - 3. You may opt to apply the terms of the ordinary GNU General Public -License instead of this License to a given copy of the Library. To do -this, you must alter all the notices that refer to this License, so -that they refer to the ordinary GNU General Public License, version 2, -instead of to this License. (If a newer version than version 2 of the -ordinary GNU General Public License has appeared, then you can specify -that version instead if you wish.) Do not make any other change in -these notices. - - Once this change is made in a given copy, it is irreversible for -that copy, so the ordinary GNU General Public License applies to all -subsequent copies and derivative works made from that copy. - - This option is useful when you wish to copy part of the code of -the Library into a program that is not a library. - - 4. You may copy and distribute the Library (or a portion or -derivative of it, under Section 2) in object code or executable form -under the terms of Sections 1 and 2 above provided that you accompany -it with the complete corresponding machine-readable source code, which -must be distributed under the terms of Sections 1 and 2 above on a -medium customarily used for software interchange. - - If distribution of object code is made by offering access to copy -from a designated place, then offering equivalent access to copy the -source code from the same place satisfies the requirement to -distribute the source code, even though third parties are not -compelled to copy the source along with the object code. - - 5. A program that contains no derivative of any portion of the -Library, but is designed to work with the Library by being compiled or -linked with it, is called a "work that uses the Library". Such a -work, in isolation, is not a derivative work of the Library, and -therefore falls outside the scope of this License. - - However, linking a "work that uses the Library" with the Library -creates an executable that is a derivative of the Library (because it -contains portions of the Library), rather than a "work that uses the -library". The executable is therefore covered by this License. -Section 6 states terms for distribution of such executables. - - When a "work that uses the Library" uses material from a header file -that is part of the Library, the object code for the work may be a -derivative work of the Library even though the source code is not. -Whether this is true is especially significant if the work can be -linked without the Library, or if the work is itself a library. The -threshold for this to be true is not precisely defined by law. - - If such an object file uses only numerical parameters, data -structure layouts and accessors, and small macros and small inline -functions (ten lines or less in length), then the use of the object -file is unrestricted, regardless of whether it is legally a derivative -work. (Executables containing this object code plus portions of the -Library will still fall under Section 6.) - - Otherwise, if the work is a derivative of the Library, you may -distribute the object code for the work under the terms of Section 6. -Any executables containing that work also fall under Section 6, -whether or not they are linked directly with the Library itself. - - 6. As an exception to the Sections above, you may also compile or -link a "work that uses the Library" with the Library to produce a -work containing portions of the Library, and distribute that work -under terms of your choice, provided that the terms permit -modification of the work for the customer's own use and reverse -engineering for debugging such modifications. - - You must give prominent notice with each copy of the work that the -Library is used in it and that the Library and its use are covered by -this License. You must supply a copy of this License. If the work -during execution displays copyright notices, you must include the -copyright notice for the Library among them, as well as a reference -directing the user to the copy of this License. Also, you must do one -of these things: - - a) Accompany the work with the complete corresponding - machine-readable source code for the Library including whatever - changes were used in the work (which must be distributed under - Sections 1 and 2 above); and, if the work is an executable linked - with the Library, with the complete machine-readable "work that - uses the Library", as object code and/or source code, so that the - user can modify the Library and then relink to produce a modified - executable containing the modified Library. (It is understood - that the user who changes the contents of definitions files in the - Library will not necessarily be able to recompile the application - to use the modified definitions.) - - b) Accompany the work with a written offer, valid for at - least three years, to give the same user the materials - specified in Subsection 6a, above, for a charge no more - than the cost of performing this distribution. - - c) If distribution of the work is made by offering access to copy - from a designated place, offer equivalent access to copy the above - specified materials from the same place. - - d) Verify that the user has already received a copy of these - materials or that you have already sent this user a copy. - - For an executable, the required form of the "work that uses the -Library" must include any data and utility programs needed for -reproducing the executable from it. However, as a special exception, -the source code distributed need not include anything that is normally -distributed (in either source or binary form) with the major -components (compiler, kernel, and so on) of the operating system on -which the executable runs, unless that component itself accompanies -the executable. - - It may happen that this requirement contradicts the license -restrictions of other proprietary libraries that do not normally -accompany the operating system. Such a contradiction means you cannot -use both them and the Library together in an executable that you -distribute. - - 7. You may place library facilities that are a work based on the -Library side-by-side in a single library together with other library -facilities not covered by this License, and distribute such a combined -library, provided that the separate distribution of the work based on -the Library and of the other library facilities is otherwise -permitted, and provided that you do these two things: - - a) Accompany the combined library with a copy of the same work - based on the Library, uncombined with any other library - facilities. This must be distributed under the terms of the - Sections above. - - b) Give prominent notice with the combined library of the fact - that part of it is a work based on the Library, and explaining - where to find the accompanying uncombined form of the same work. - - 8. You may not copy, modify, sublicense, link with, or distribute -the Library except as expressly provided under this License. Any -attempt otherwise to copy, modify, sublicense, link with, or -distribute the Library is void, and will automatically terminate your -rights under this License. However, parties who have received copies, -or rights, from you under this License will not have their licenses -terminated so long as such parties remain in full compliance. - - 9. You are not required to accept this License, since you have not -signed it. However, nothing else grants you permission to modify or -distribute the Library or its derivative works. These actions are -prohibited by law if you do not accept this License. Therefore, by -modifying or distributing the Library (or any work based on the -Library), you indicate your acceptance of this License to do so, and -all its terms and conditions for copying, distributing or modifying -the Library or works based on it. - - 10. Each time you redistribute the Library (or any work based on the -Library), the recipient automatically receives a license from the -original licensor to copy, distribute, link with or modify the Library -subject to these terms and conditions. You may not impose any further -restrictions on the recipients' exercise of the rights granted herein. -You are not responsible for enforcing compliance by third parties to -this License. - - 11. If, as a consequence of a court judgment or allegation of patent -infringement or for any other reason (not limited to patent issues), -conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot -distribute so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you -may not distribute the Library at all. For example, if a patent -license would not permit royalty-free redistribution of the Library by -all those who receive copies directly or indirectly through you, then -the only way you could satisfy both it and this License would be to -refrain entirely from distribution of the Library. - -If any portion of this section is held invalid or unenforceable under any -particular circumstance, the balance of the section is intended to apply, -and the section as a whole is intended to apply in other circumstances. - -It is not the purpose of this section to induce you to infringe any -patents or other property right claims or to contest validity of any -such claims; this section has the sole purpose of protecting the -integrity of the free software distribution system which is -implemented by public license practices. Many people have made -generous contributions to the wide range of software distributed -through that system in reliance on consistent application of that -system; it is up to the author/donor to decide if he or she is willing -to distribute software through any other system and a licensee cannot -impose that choice. - -This section is intended to make thoroughly clear what is believed to -be a consequence of the rest of this License. - - 12. If the distribution and/or use of the Library is restricted in -certain countries either by patents or by copyrighted interfaces, the -original copyright holder who places the Library under this License may add -an explicit geographical distribution limitation excluding those countries, -so that distribution is permitted only in or among countries not thus -excluded. In such case, this License incorporates the limitation as if -written in the body of this License. - - 13. The Free Software Foundation may publish revised and/or new -versions of the Library General Public License from time to time. -Such new versions will be similar in spirit to the present version, -but may differ in detail to address new problems or concerns. - -Each version is given a distinguishing version number. If the Library -specifies a version number of this License which applies to it and -"any later version", you have the option of following the terms and -conditions either of that version or of any later version published by -the Free Software Foundation. If the Library does not specify a -license version number, you may choose any version ever published by -the Free Software Foundation. - - 14. If you wish to incorporate parts of the Library into other free -programs whose distribution conditions are incompatible with these, -write to the author to ask for permission. For software which is -copyrighted by the Free Software Foundation, write to the Free -Software Foundation; we sometimes make exceptions for this. Our -decision will be guided by the two goals of preserving the free status -of all derivatives of our free software and of promoting the sharing -and reuse of software generally. - - NO WARRANTY - - 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO -WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. -EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR -OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY -KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE -LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME -THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - - 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN -WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY -AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU -FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR -CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE -LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING -RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A -FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF -SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGES. - - END OF TERMS AND CONDITIONS - - Appendix: How to Apply These Terms to Your New Libraries - - If you develop a new library, and you want it to be of the greatest -possible use to the public, we recommend making it free software that -everyone can redistribute and change. You can do so by permitting -redistribution under these terms (or, alternatively, under the terms of the -ordinary General Public License). - - To apply these terms, attach the following notices to the library. It is -safest to attach them to the start of each source file to most effectively -convey the exclusion of warranty; and each file should have at least the -"copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Library General Public - License as published by the Free Software Foundation; either - version 2 of the License, or (at your option) any later version. - - This library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Library General Public License for more details. - - You should have received a copy of the GNU Library General Public - License along with this library; if not, write to the Free - Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - MA 02110-1301, USA - -Also add information on how to contact you by electronic and paper mail. - -You should also get your employer (if you work as a programmer) or your -school, if any, to sign a "copyright disclaimer" for the library, if -necessary. Here is a sample; alter the names: - - Yoyodyne, Inc., hereby disclaims all copyright interest in the - library `Frob' (a library for tweaking knobs) written by James Random Hacker. - - , 1 April 1990 - Ty Coon, President of Vice - -That's all there is to it! - GNU GENERAL PUBLIC LICENSE - Version 3, 29 June 2007 - - Copyright (C) 2007 Free Software Foundation, Inc. - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The GNU General Public License is a free, copyleft license for -software and other kinds of works. - - The licenses for most software and other practical works are designed -to take away your freedom to share and change the works. By contrast, -the GNU General Public License is intended to guarantee your freedom to -share and change all versions of a program--to make sure it remains free -software for all its users. We, the Free Software Foundation, use the -GNU General Public License for most of our software; it applies also to -any other work released this way by its authors. You can apply it to -your programs, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -them if you wish), that you receive source code or can get it if you -want it, that you can change the software or use pieces of it in new -free programs, and that you know you can do these things. - - To protect your rights, we need to prevent others from denying you -these rights or asking you to surrender the rights. Therefore, you have -certain responsibilities if you distribute copies of the software, or if -you modify it: responsibilities to respect the freedom of others. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must pass on to the recipients the same -freedoms that you received. You must make sure that they, too, receive -or can get the source code. And you must show them these terms so they -know their rights. - - Developers that use the GNU GPL protect your rights with two steps: -(1) assert copyright on the software, and (2) offer you this License -giving you legal permission to copy, distribute and/or modify it. - - For the developers' and authors' protection, the GPL clearly explains -that there is no warranty for this free software. For both users' and -authors' sake, the GPL requires that modified versions be marked as -changed, so that their problems will not be attributed erroneously to -authors of previous versions. - - Some devices are designed to deny users access to install or run -modified versions of the software inside them, although the manufacturer -can do so. This is fundamentally incompatible with the aim of -protecting users' freedom to change the software. The systematic -pattern of such abuse occurs in the area of products for individuals to -use, which is precisely where it is most unacceptable. Therefore, we -have designed this version of the GPL to prohibit the practice for those -products. If such problems arise substantially in other domains, we -stand ready to extend this provision to those domains in future versions -of the GPL, as needed to protect the freedom of users. - - Finally, every program is threatened constantly by software patents. -States should not allow patents to restrict development and use of -software on general-purpose computers, but in those that do, we wish to -avoid the special danger that patents applied to a free program could -make it effectively proprietary. To prevent this, the GPL assures that -patents cannot be used to render the program non-free. - - The precise terms and conditions for copying, distribution and -modification follow. - - TERMS AND CONDITIONS - - 0. Definitions. - - "This License" refers to version 3 of the GNU General Public License. - - "Copyright" also means copyright-like laws that apply to other kinds of -works, such as semiconductor masks. - - "The Program" refers to any copyrightable work licensed under this -License. Each licensee is addressed as "you". "Licensees" and -"recipients" may be individuals or organizations. - - To "modify" a work means to copy from or adapt all or part of the work -in a fashion requiring copyright permission, other than the making of an -exact copy. The resulting work is called a "modified version" of the -earlier work or a work "based on" the earlier work. - - A "covered work" means either the unmodified Program or a work based -on the Program. - - To "propagate" a work means to do anything with it that, without -permission, would make you directly or secondarily liable for -infringement under applicable copyright law, except executing it on a -computer or modifying a private copy. Propagation includes copying, -distribution (with or without modification), making available to the -public, and in some countries other activities as well. - - To "convey" a work means any kind of propagation that enables other -parties to make or receive copies. Mere interaction with a user through -a computer network, with no transfer of a copy, is not conveying. - - An interactive user interface displays "Appropriate Legal Notices" -to the extent that it includes a convenient and prominently visible -feature that (1) displays an appropriate copyright notice, and (2) -tells the user that there is no warranty for the work (except to the -extent that warranties are provided), that licensees may convey the -work under this License, and how to view a copy of this License. If -the interface presents a list of user commands or options, such as a -menu, a prominent item in the list meets this criterion. - - 1. Source Code. - - The "source code" for a work means the preferred form of the work -for making modifications to it. "Object code" means any non-source -form of a work. - - A "Standard Interface" means an interface that either is an official -standard defined by a recognized standards body, or, in the case of -interfaces specified for a particular programming language, one that -is widely used among developers working in that language. - - The "System Libraries" of an executable work include anything, other -than the work as a whole, that (a) is included in the normal form of -packaging a Major Component, but which is not part of that Major -Component, and (b) serves only to enable use of the work with that -Major Component, or to implement a Standard Interface for which an -implementation is available to the public in source code form. A -"Major Component", in this context, means a major essential component -(kernel, window system, and so on) of the specific operating system -(if any) on which the executable work runs, or a compiler used to -produce the work, or an object code interpreter used to run it. - - The "Corresponding Source" for a work in object code form means all -the source code needed to generate, install, and (for an executable -work) run the object code and to modify the work, including scripts to -control those activities. However, it does not include the work's -System Libraries, or general-purpose tools or generally available free -programs which are used unmodified in performing those activities but -which are not part of the work. For example, Corresponding Source -includes interface definition files associated with source files for -the work, and the source code for shared libraries and dynamically -linked subprograms that the work is specifically designed to require, -such as by intimate data communication or control flow between those -subprograms and other parts of the work. - - The Corresponding Source need not include anything that users -can regenerate automatically from other parts of the Corresponding -Source. - - The Corresponding Source for a work in source code form is that -same work. - - 2. Basic Permissions. - - All rights granted under this License are granted for the term of -copyright on the Program, and are irrevocable provided the stated -conditions are met. This License explicitly affirms your unlimited -permission to run the unmodified Program. The output from running a -covered work is covered by this License only if the output, given its -content, constitutes a covered work. This License acknowledges your -rights of fair use or other equivalent, as provided by copyright law. - - You may make, run and propagate covered works that you do not -convey, without conditions so long as your license otherwise remains -in force. You may convey covered works to others for the sole purpose -of having them make modifications exclusively for you, or provide you -with facilities for running those works, provided that you comply with -the terms of this License in conveying all material for which you do -not control copyright. Those thus making or running the covered works -for you must do so exclusively on your behalf, under your direction -and control, on terms that prohibit them from making any copies of -your copyrighted material outside their relationship with you. - - Conveying under any other circumstances is permitted solely under -the conditions stated below. Sublicensing is not allowed; section 10 -makes it unnecessary. - - 3. Protecting Users' Legal Rights From Anti-Circumvention Law. - - No covered work shall be deemed part of an effective technological -measure under any applicable law fulfilling obligations under article -11 of the WIPO copyright treaty adopted on 20 December 1996, or -similar laws prohibiting or restricting circumvention of such -measures. - - When you convey a covered work, you waive any legal power to forbid -circumvention of technological measures to the extent such circumvention -is effected by exercising rights under this License with respect to -the covered work, and you disclaim any intention to limit operation or -modification of the work as a means of enforcing, against the work's -users, your or third parties' legal rights to forbid circumvention of -technological measures. - - 4. Conveying Verbatim Copies. - - You may convey verbatim copies of the Program's source code as you -receive it, in any medium, provided that you conspicuously and -appropriately publish on each copy an appropriate copyright notice; -keep intact all notices stating that this License and any -non-permissive terms added in accord with section 7 apply to the code; -keep intact all notices of the absence of any warranty; and give all -recipients a copy of this License along with the Program. - - You may charge any price or no price for each copy that you convey, -and you may offer support or warranty protection for a fee. - - 5. Conveying Modified Source Versions. - - You may convey a work based on the Program, or the modifications to -produce it from the Program, in the form of source code under the -terms of section 4, provided that you also meet all of these conditions: - - a) The work must carry prominent notices stating that you modified - it, and giving a relevant date. - - b) The work must carry prominent notices stating that it is - released under this License and any conditions added under section - 7. This requirement modifies the requirement in section 4 to - "keep intact all notices". - - c) You must license the entire work, as a whole, under this - License to anyone who comes into possession of a copy. This - License will therefore apply, along with any applicable section 7 - additional terms, to the whole of the work, and all its parts, - regardless of how they are packaged. This License gives no - permission to license the work in any other way, but it does not - invalidate such permission if you have separately received it. - - d) If the work has interactive user interfaces, each must display - Appropriate Legal Notices; however, if the Program has interactive - interfaces that do not display Appropriate Legal Notices, your - work need not make them do so. - - A compilation of a covered work with other separate and independent -works, which are not by their nature extensions of the covered work, -and which are not combined with it such as to form a larger program, -in or on a volume of a storage or distribution medium, is called an -"aggregate" if the compilation and its resulting copyright are not -used to limit the access or legal rights of the compilation's users -beyond what the individual works permit. Inclusion of a covered work -in an aggregate does not cause this License to apply to the other -parts of the aggregate. - - 6. Conveying Non-Source Forms. - - You may convey a covered work in object code form under the terms -of sections 4 and 5, provided that you also convey the -machine-readable Corresponding Source under the terms of this License, -in one of these ways: - - a) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by the - Corresponding Source fixed on a durable physical medium - customarily used for software interchange. - - b) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by a - written offer, valid for at least three years and valid for as - long as you offer spare parts or customer support for that product - model, to give anyone who possesses the object code either (1) a - copy of the Corresponding Source for all the software in the - product that is covered by this License, on a durable physical - medium customarily used for software interchange, for a price no - more than your reasonable cost of physically performing this - conveying of source, or (2) access to copy the - Corresponding Source from a network server at no charge. - - c) Convey individual copies of the object code with a copy of the - written offer to provide the Corresponding Source. This - alternative is allowed only occasionally and noncommercially, and - only if you received the object code with such an offer, in accord - with subsection 6b. - - d) Convey the object code by offering access from a designated - place (gratis or for a charge), and offer equivalent access to the - Corresponding Source in the same way through the same place at no - further charge. You need not require recipients to copy the - Corresponding Source along with the object code. If the place to - copy the object code is a network server, the Corresponding Source - may be on a different server (operated by you or a third party) - that supports equivalent copying facilities, provided you maintain - clear directions next to the object code saying where to find the - Corresponding Source. Regardless of what server hosts the - Corresponding Source, you remain obligated to ensure that it is - available for as long as needed to satisfy these requirements. - - e) Convey the object code using peer-to-peer transmission, provided - you inform other peers where the object code and Corresponding - Source of the work are being offered to the general public at no - charge under subsection 6d. - - A separable portion of the object code, whose source code is excluded -from the Corresponding Source as a System Library, need not be -included in conveying the object code work. - - A "User Product" is either (1) a "consumer product", which means any -tangible personal property which is normally used for personal, family, -or household purposes, or (2) anything designed or sold for incorporation -into a dwelling. In determining whether a product is a consumer product, -doubtful cases shall be resolved in favor of coverage. For a particular -product received by a particular user, "normally used" refers to a -typical or common use of that class of product, regardless of the status -of the particular user or of the way in which the particular user -actually uses, or expects or is expected to use, the product. A product -is a consumer product regardless of whether the product has substantial -commercial, industrial or non-consumer uses, unless such uses represent -the only significant mode of use of the product. - - "Installation Information" for a User Product means any methods, -procedures, authorization keys, or other information required to install -and execute modified versions of a covered work in that User Product from -a modified version of its Corresponding Source. The information must -suffice to ensure that the continued functioning of the modified object -code is in no case prevented or interfered with solely because -modification has been made. - - If you convey an object code work under this section in, or with, or -specifically for use in, a User Product, and the conveying occurs as -part of a transaction in which the right of possession and use of the -User Product is transferred to the recipient in perpetuity or for a -fixed term (regardless of how the transaction is characterized), the -Corresponding Source conveyed under this section must be accompanied -by the Installation Information. But this requirement does not apply -if neither you nor any third party retains the ability to install -modified object code on the User Product (for example, the work has -been installed in ROM). - - The requirement to provide Installation Information does not include a -requirement to continue to provide support service, warranty, or updates -for a work that has been modified or installed by the recipient, or for -the User Product in which it has been modified or installed. Access to a -network may be denied when the modification itself materially and -adversely affects the operation of the network or violates the rules and -protocols for communication across the network. - - Corresponding Source conveyed, and Installation Information provided, -in accord with this section must be in a format that is publicly -documented (and with an implementation available to the public in -source code form), and must require no special password or key for -unpacking, reading or copying. - - 7. Additional Terms. - - "Additional permissions" are terms that supplement the terms of this -License by making exceptions from one or more of its conditions. -Additional permissions that are applicable to the entire Program shall -be treated as though they were included in this License, to the extent -that they are valid under applicable law. If additional permissions -apply only to part of the Program, that part may be used separately -under those permissions, but the entire Program remains governed by -this License without regard to the additional permissions. - - When you convey a copy of a covered work, you may at your option -remove any additional permissions from that copy, or from any part of -it. (Additional permissions may be written to require their own -removal in certain cases when you modify the work.) You may place -additional permissions on material, added by you to a covered work, -for which you have or can give appropriate copyright permission. - - Notwithstanding any other provision of this License, for material you -add to a covered work, you may (if authorized by the copyright holders of -that material) supplement the terms of this License with terms: - - a) Disclaiming warranty or limiting liability differently from the - terms of sections 15 and 16 of this License; or - - b) Requiring preservation of specified reasonable legal notices or - author attributions in that material or in the Appropriate Legal - Notices displayed by works containing it; or - - c) Prohibiting misrepresentation of the origin of that material, or - requiring that modified versions of such material be marked in - reasonable ways as different from the original version; or - - d) Limiting the use for publicity purposes of names of licensors or - authors of the material; or - - e) Declining to grant rights under trademark law for use of some - trade names, trademarks, or service marks; or - - f) Requiring indemnification of licensors and authors of that - material by anyone who conveys the material (or modified versions of - it) with contractual assumptions of liability to the recipient, for - any liability that these contractual assumptions directly impose on - those licensors and authors. - - All other non-permissive additional terms are considered "further -restrictions" within the meaning of section 10. If the Program as you -received it, or any part of it, contains a notice stating that it is -governed by this License along with a term that is a further -restriction, you may remove that term. If a license document contains -a further restriction but permits relicensing or conveying under this -License, you may add to a covered work material governed by the terms -of that license document, provided that the further restriction does -not survive such relicensing or conveying. - - If you add terms to a covered work in accord with this section, you -must place, in the relevant source files, a statement of the -additional terms that apply to those files, or a notice indicating -where to find the applicable terms. - - Additional terms, permissive or non-permissive, may be stated in the -form of a separately written license, or stated as exceptions; -the above requirements apply either way. - - 8. Termination. - - You may not propagate or modify a covered work except as expressly -provided under this License. Any attempt otherwise to propagate or -modify it is void, and will automatically terminate your rights under -this License (including any patent licenses granted under the third -paragraph of section 11). - - However, if you cease all violation of this License, then your -license from a particular copyright holder is reinstated (a) -provisionally, unless and until the copyright holder explicitly and -finally terminates your license, and (b) permanently, if the copyright -holder fails to notify you of the violation by some reasonable means -prior to 60 days after the cessation. - - Moreover, your license from a particular copyright holder is -reinstated permanently if the copyright holder notifies you of the -violation by some reasonable means, this is the first time you have -received notice of violation of this License (for any work) from that -copyright holder, and you cure the violation prior to 30 days after -your receipt of the notice. - - Termination of your rights under this section does not terminate the -licenses of parties who have received copies or rights from you under -this License. If your rights have been terminated and not permanently -reinstated, you do not qualify to receive new licenses for the same -material under section 10. - - 9. Acceptance Not Required for Having Copies. - - You are not required to accept this License in order to receive or -run a copy of the Program. Ancillary propagation of a covered work -occurring solely as a consequence of using peer-to-peer transmission -to receive a copy likewise does not require acceptance. However, -nothing other than this License grants you permission to propagate or -modify any covered work. These actions infringe copyright if you do -not accept this License. Therefore, by modifying or propagating a -covered work, you indicate your acceptance of this License to do so. - - 10. Automatic Licensing of Downstream Recipients. - - Each time you convey a covered work, the recipient automatically -receives a license from the original licensors, to run, modify and -propagate that work, subject to this License. You are not responsible -for enforcing compliance by third parties with this License. - - An "entity transaction" is a transaction transferring control of an -organization, or substantially all assets of one, or subdividing an -organization, or merging organizations. If propagation of a covered -work results from an entity transaction, each party to that -transaction who receives a copy of the work also receives whatever -licenses to the work the party's predecessor in interest had or could -give under the previous paragraph, plus a right to possession of the -Corresponding Source of the work from the predecessor in interest, if -the predecessor has it or can get it with reasonable efforts. - - You may not impose any further restrictions on the exercise of the -rights granted or affirmed under this License. For example, you may -not impose a license fee, royalty, or other charge for exercise of -rights granted under this License, and you may not initiate litigation -(including a cross-claim or counterclaim in a lawsuit) alleging that -any patent claim is infringed by making, using, selling, offering for -sale, or importing the Program or any portion of it. - - 11. Patents. - - A "contributor" is a copyright holder who authorizes use under this -License of the Program or a work on which the Program is based. The -work thus licensed is called the contributor's "contributor version". - - A contributor's "essential patent claims" are all patent claims -owned or controlled by the contributor, whether already acquired or -hereafter acquired, that would be infringed by some manner, permitted -by this License, of making, using, or selling its contributor version, -but do not include claims that would be infringed only as a -consequence of further modification of the contributor version. For -purposes of this definition, "control" includes the right to grant -patent sublicenses in a manner consistent with the requirements of -this License. - - Each contributor grants you a non-exclusive, worldwide, royalty-free -patent license under the contributor's essential patent claims, to -make, use, sell, offer for sale, import and otherwise run, modify and -propagate the contents of its contributor version. - - In the following three paragraphs, a "patent license" is any express -agreement or commitment, however denominated, not to enforce a patent -(such as an express permission to practice a patent or covenant not to -sue for patent infringement). To "grant" such a patent license to a -party means to make such an agreement or commitment not to enforce a -patent against the party. - - If you convey a covered work, knowingly relying on a patent license, -and the Corresponding Source of the work is not available for anyone -to copy, free of charge and under the terms of this License, through a -publicly available network server or other readily accessible means, -then you must either (1) cause the Corresponding Source to be so -available, or (2) arrange to deprive yourself of the benefit of the -patent license for this particular work, or (3) arrange, in a manner -consistent with the requirements of this License, to extend the patent -license to downstream recipients. "Knowingly relying" means you have -actual knowledge that, but for the patent license, your conveying the -covered work in a country, or your recipient's use of the covered work -in a country, would infringe one or more identifiable patents in that -country that you have reason to believe are valid. - - If, pursuant to or in connection with a single transaction or -arrangement, you convey, or propagate by procuring conveyance of, a -covered work, and grant a patent license to some of the parties -receiving the covered work authorizing them to use, propagate, modify -or convey a specific copy of the covered work, then the patent license -you grant is automatically extended to all recipients of the covered -work and works based on it. - - A patent license is "discriminatory" if it does not include within -the scope of its coverage, prohibits the exercise of, or is -conditioned on the non-exercise of one or more of the rights that are -specifically granted under this License. You may not convey a covered -work if you are a party to an arrangement with a third party that is -in the business of distributing software, under which you make payment -to the third party based on the extent of your activity of conveying -the work, and under which the third party grants, to any of the -parties who would receive the covered work from you, a discriminatory -patent license (a) in connection with copies of the covered work -conveyed by you (or copies made from those copies), or (b) primarily -for and in connection with specific products or compilations that -contain the covered work, unless you entered into that arrangement, -or that patent license was granted, prior to 28 March 2007. - - Nothing in this License shall be construed as excluding or limiting -any implied license or other defenses to infringement that may -otherwise be available to you under applicable patent law. - - 12. No Surrender of Others' Freedom. - - If conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot convey a -covered work so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you may -not convey it at all. For example, if you agree to terms that obligate you -to collect a royalty for further conveying from those to whom you convey -the Program, the only way you could satisfy both those terms and this -License would be to refrain entirely from conveying the Program. - - 13. Use with the GNU Affero General Public License. - - Notwithstanding any other provision of this License, you have -permission to link or combine any covered work with a work licensed -under version 3 of the GNU Affero General Public License into a single -combined work, and to convey the resulting work. The terms of this -License will continue to apply to the part which is the covered work, -but the special requirements of the GNU Affero General Public License, -section 13, concerning interaction through a network will apply to the -combination as such. - - 14. Revised Versions of this License. - - The Free Software Foundation may publish revised and/or new versions of -the GNU General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - - Each version is given a distinguishing version number. If the -Program specifies that a certain numbered version of the GNU General -Public License "or any later version" applies to it, you have the -option of following the terms and conditions either of that numbered -version or of any later version published by the Free Software -Foundation. If the Program does not specify a version number of the -GNU General Public License, you may choose any version ever published -by the Free Software Foundation. - - If the Program specifies that a proxy can decide which future -versions of the GNU General Public License can be used, that proxy's -public statement of acceptance of a version permanently authorizes you -to choose that version for the Program. - - Later license versions may give you additional or different -permissions. However, no additional obligations are imposed on any -author or copyright holder as a result of your choosing to follow a -later version. - - 15. Disclaimer of Warranty. - - THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY -APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT -HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY -OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, -THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM -IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF -ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - - 16. Limitation of Liability. - - IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS -THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY -GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE -USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF -DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD -PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), -EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF -SUCH DAMAGES. - - 17. Interpretation of Sections 15 and 16. - - If the disclaimer of warranty and limitation of liability provided -above cannot be given local legal effect according to their terms, -reviewing courts shall apply local law that most closely approximates -an absolute waiver of all civil liability in connection with the -Program, unless a warranty or assumption of liability accompanies a -copy of the Program in return for a fee. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -state the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - -Also add information on how to contact you by electronic and paper mail. - - If the program does terminal interaction, make it output a short -notice like this when it starts in an interactive mode: - - Copyright (C) - This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, your program's commands -might be different; for a GUI interface, you would use an "about box". - - You should also get your employer (if you work as a programmer) or school, -if any, to sign a "copyright disclaimer" for the program, if necessary. -For more information on this, and how to apply and follow the GNU GPL, see -. - - The GNU General Public License does not permit incorporating your program -into proprietary programs. If your program is a subroutine library, you -may consider it more useful to permit linking proprietary applications with -the library. If this is what you want to do, use the GNU Lesser General -Public License instead of this License. But first, please read -. -The libgloss subdirectory is a collection of software from several sources. - -Each file may have its own copyright/license that is embedded in the source -file. Unless otherwise noted in the body of the source file(s), the following copyright -notices will apply to the contents of the libgloss subdirectory: - -(1) Red Hat Incorporated - -Copyright (c) 1994-2009 Red Hat, Inc. All rights reserved. - -This copyrighted material is made available to anyone wishing to use, modify, -copy, or redistribute it subject to the terms and conditions of the BSD -License. This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY expressed or implied, including the implied warranties -of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. A copy of this license -is available at http://www.opensource.org/licenses. Any Red Hat trademarks that -are incorporated in the source code or documentation are not subject to the BSD -License and may only be used or replicated with the express permission of -Red Hat, Inc. - -(2) University of California, Berkeley - -Copyright (c) 1981-2000 The Regents of the University of California. -All rights reserved. - -Redistribution and use in source and binary forms, with or without modification, -are permitted provided that the following conditions are met: - - * Redistributions of source code must retain the above copyright notice, - this list of conditions and the following disclaimer. - * 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. - * Neither the name of the University nor the names of its contributors may - be used to endorse or promote products derived from this software without - specific prior written permission. - -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 OWNER 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. - -(3) DJ Delorie - -Copyright (C) 1993 DJ Delorie -All rights reserved. - -Redistribution, modification, and use in source and binary forms is permitted -provided that the above copyright notice and following paragraph are -duplicated in all such forms. - -This file is distributed WITHOUT ANY WARRANTY; without even the implied -warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - -(4) (formerly GPL for fr30) - -The GPL is no longer applicable to the fr30 platform. The piece of -code (syscalls.c) referencing the GPL has been officially relicensed. - -(5) Advanced Micro Devices - -Copyright 1989, 1990 Advanced Micro Devices, Inc. - -This software is the property of Advanced Micro Devices, Inc (AMD) which -specifically grants the user the right to modify, use and distribute this -software provided this notice is not removed or altered. All other rights -are reserved by AMD. - -AMD MAKES NO WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, WITH REGARD TO THIS -SOFTWARE. IN NO EVENT SHALL AMD BE LIABLE FOR INCIDENTAL OR CONSEQUENTIAL -DAMAGES IN CONNECTION WITH OR ARISING FROM THE FURNISHING, PERFORMANCE, OR -USE OF THIS SOFTWARE. - -So that all may benefit from your experience, please report any problems -or suggestions about this software to the 29K Technical Support Center at -800-29-29-AMD (800-292-9263) in the USA, or 0800-89-1131 in the UK, or -0031-11-1129 in Japan, toll free. The direct dial number is 512-462-4118. - -Advanced Micro Devices, Inc. -29K Support Products -Mail Stop 573 -5900 E. Ben White Blvd. -Austin, TX 78741 -800-292-9263 - -(6) - Analog Devices, Inc. (bfin-* targets) - -Copyright (C) 2006, 2008, 2009, 2011, 2012 Analog Devices, Inc. - -The authors hereby grant permission to use, copy, modify, distribute, -and license this software and its documentation for any purpose, provided -that existing copyright notices are retained in all copies and that this -notice is included verbatim in any distributions. No written agreement, -license, or royalty fee is required for any of the authorized uses. -Modifications to this software may be copyrighted by their authors -and need not follow the licensing terms described here, provided that -the new terms are clearly indicated on the first page of each file where -they apply. - -(7) University of Utah and the Computer Systems Laboratory (CSL) - [applies only to hppa*-*-pro* targets] -Copyright (c) 1990,1994 The University of Utah and -the Computer Systems Laboratory (CSL). All rights reserved. - -Permission to use, copy, modify and distribute this software is hereby -granted provided that (1) source code retains these copyright, permission, -and disclaimer notices, and (2) redistributions including binaries -reproduce the notices in supporting documentation, and (3) all advertising -materials mentioning features or use of this software display the following -acknowledgement: ``This product includes software developed by the -Computer Systems Laboratory at the University of Utah.'' - -THE UNIVERSITY OF UTAH AND CSL ALLOW FREE USE OF THIS SOFTWARE IN ITS "AS -IS" CONDITION. THE UNIVERSITY OF UTAH AND CSL DISCLAIM ANY LIABILITY OF -ANY KIND FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE. - -CSL requests users of this software to return to csl-dist@cs.utah.edu any -improvements that they make and grant CSL redistribution rights. - -(8) Sun Microsystems - -Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. - -Developed at SunPro, a Sun Microsystems, Inc. business. -Permission to use, copy, modify, and distribute this -software is freely granted, provided that this notice is preserved. - -(9) Hewlett Packard - -(c) Copyright 1986 HEWLETT-PACKARD COMPANY - -To anyone who acknowledges that this file is provided "AS IS" -without any express or implied warranty: - -permission to use, copy, modify, and distribute this file -for any purpose is hereby granted without fee, provided that -the above copyright notice and this notice appears in all -copies, and that the name of Hewlett-Packard Company not be -used in advertising or publicity pertaining to distribution -of the software without specific, written prior permission. -Hewlett-Packard Company makes no representations about the -suitability of this software for any purpose. - -(10) Hans-Peter Nilsson - -Copyright (C) 2001 Hans-Peter Nilsson - -Permission to use, copy, modify, and distribute this software is -freely granted, provided that the above copyright notice, this notice -and the following disclaimer are preserved with no changes. - -THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR -IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. - -(11) IBM Corp. spu processor (only spu-* targets) - -(C) Copyright IBM Corp. 2005, 2006 - -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: - - * Redistributions of source code must retain the above copyright notice, -this list of conditions and the following disclaimer. - * 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. - * Neither the name of IBM nor the names of its contributors may be -used to endorse or promote products derived from this software without -specific prior written permission. - -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 OWNER 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. - -(12) Jon Beniston (only lm32-* targets) - - Contributed by Jon Beniston - - 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 AUTHOR 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 AUTHOR 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. - -(13) - Xilinx, Inc. (microblaze-* and powerpc-* targets) - -Copyright (c) 2004, 2009 Xilinx, 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 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. - -3. Neither the name of Xilinx nor the names of its contributors may be -used to endorse or promote products derived from this software without -specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER 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. - - -(14) - National Semiconductor Corporation - -Copyright (c) 2004 National Semiconductor Corporation - -The authors hereby grant permission to use, copy, modify, distribute, -and license this software and its documentation for any purpose, provided -that existing copyright notices are retained in all copies and that this -notice is included verbatim in any distributions. No written agreement, -license, or royalty fee is required for any of the authorized uses. -Modifications to this software may be copyrighted by their authors -and need not follow the licensing terms described here, provided that -the new terms are clearly indicated on the first page of each file where -they apply. - - -(15) - CodeSourcery, Inc. (tic6x-* targets) - -Copyright (c) 2010 CodeSourcery, 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: - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * 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. - * Neither the name of CodeSourcery nor the - names of its contributors may be used to endorse or promote products - derived from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY CODESOURCERY, INC. ``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 CODESOURCERY 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. - - -(16) - GPL with exception (sparc-*leon*, crx-*, cr16-* targets only) - - Copyright (C) 1992 Free Software Foundation, Inc. - Written By David Vinayak Henkel-Wallace, June 1992 - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU General Public License as published by the -Free Software Foundation; either version 2, or (at your option) any -later version. - -In addition to the permissions in the GNU General Public License, the -Free Software Foundation gives you unlimited permission to link the -compiled version of this file with other programs, and to distribute -those programs without any restriction coming from the use of this -file. (The General Public License restrictions do apply in other -respects; for example, they cover modification of the file, and -distribution when not linked into another program.) - -This file is distributed in the hope that it will be useful, but -WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program; see the file COPYING. If not, write to -the Free Software Foundation, 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA. - - As a special exception, if you link this library with files - compiled with GCC to produce an executable, this does not cause - the resulting executable to be covered by the GNU General Public License. - This exception does not however invalidate any other reasons why - the executable file might be covered by the GNU General Public License. - - -(17) - Adapteva, Inc. (epiphany-* targets) - -Copyright (c) 2011, Adapteva, 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: - * Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. - * 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. - * Neither the name of Adapteva nor the names of its contributors may be used - to endorse or promote products derived from this software without specific - prior written permission. - -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. - - GNU LESSER GENERAL PUBLIC LICENSE - Version 2.1, February 1999 - - Copyright (C) 1991, 1999 Free Software Foundation, Inc. - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - -[This is the first released version of the Lesser GPL. It also counts - as the successor of the GNU Library Public License, version 2, hence - the version number 2.1.] - - Preamble - - The licenses for most software are designed to take away your -freedom to share and change it. By contrast, the GNU General Public -Licenses are intended to guarantee your freedom to share and change -free software--to make sure the software is free for all its users. - - This license, the Lesser General Public License, applies to some -specially designated software packages--typically libraries--of the -Free Software Foundation and other authors who decide to use it. You -can use it too, but we suggest you first think carefully about whether -this license or the ordinary General Public License is the better -strategy to use in any particular case, based on the explanations below. - - When we speak of free software, we are referring to freedom of use, -not price. Our General Public Licenses are designed to make sure that -you have the freedom to distribute copies of free software (and charge -for this service if you wish); that you receive source code or can get -it if you want it; that you can change the software and use pieces of -it in new free programs; and that you are informed that you can do -these things. - - To protect your rights, we need to make restrictions that forbid -distributors to deny you these rights or to ask you to surrender these -rights. These restrictions translate to certain responsibilities for -you if you distribute copies of the library or if you modify it. - - For example, if you distribute copies of the library, whether gratis -or for a fee, you must give the recipients all the rights that we gave -you. You must make sure that they, too, receive or can get the source -code. If you link other code with the library, you must provide -complete object files to the recipients, so that they can relink them -with the library after making changes to the library and recompiling -it. And you must show them these terms so they know their rights. - - We protect your rights with a two-step method: (1) we copyright the -library, and (2) we offer you this license, which gives you legal -permission to copy, distribute and/or modify the library. - - To protect each distributor, we want to make it very clear that -there is no warranty for the free library. Also, if the library is -modified by someone else and passed on, the recipients should know -that what they have is not the original version, so that the original -author's reputation will not be affected by problems that might be -introduced by others. - - Finally, software patents pose a constant threat to the existence of -any free program. We wish to make sure that a company cannot -effectively restrict the users of a free program by obtaining a -restrictive license from a patent holder. Therefore, we insist that -any patent license obtained for a version of the library must be -consistent with the full freedom of use specified in this license. - - Most GNU software, including some libraries, is covered by the -ordinary GNU General Public License. This license, the GNU Lesser -General Public License, applies to certain designated libraries, and -is quite different from the ordinary General Public License. We use -this license for certain libraries in order to permit linking those -libraries into non-free programs. - - When a program is linked with a library, whether statically or using -a shared library, the combination of the two is legally speaking a -combined work, a derivative of the original library. The ordinary -General Public License therefore permits such linking only if the -entire combination fits its criteria of freedom. The Lesser General -Public License permits more lax criteria for linking other code with -the library. - - We call this license the "Lesser" General Public License because it -does Less to protect the user's freedom than the ordinary General -Public License. It also provides other free software developers Less -of an advantage over competing non-free programs. These disadvantages -are the reason we use the ordinary General Public License for many -libraries. However, the Lesser license provides advantages in certain -special circumstances. - - For example, on rare occasions, there may be a special need to -encourage the widest possible use of a certain library, so that it becomes -a de-facto standard. To achieve this, non-free programs must be -allowed to use the library. A more frequent case is that a free -library does the same job as widely used non-free libraries. In this -case, there is little to gain by limiting the free library to free -software only, so we use the Lesser General Public License. - - In other cases, permission to use a particular library in non-free -programs enables a greater number of people to use a large body of -free software. For example, permission to use the GNU C Library in -non-free programs enables many more people to use the whole GNU -operating system, as well as its variant, the GNU/Linux operating -system. - - Although the Lesser General Public License is Less protective of the -users' freedom, it does ensure that the user of a program that is -linked with the Library has the freedom and the wherewithal to run -that program using a modified version of the Library. - - The precise terms and conditions for copying, distribution and -modification follow. Pay close attention to the difference between a -"work based on the library" and a "work that uses the library". The -former contains code derived from the library, whereas the latter must -be combined with the library in order to run. - - GNU LESSER GENERAL PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. This License Agreement applies to any software library or other -program which contains a notice placed by the copyright holder or -other authorized party saying it may be distributed under the terms of -this Lesser General Public License (also called "this License"). -Each licensee is addressed as "you". - - A "library" means a collection of software functions and/or data -prepared so as to be conveniently linked with application programs -(which use some of those functions and data) to form executables. - - The "Library", below, refers to any such software library or work -which has been distributed under these terms. A "work based on the -Library" means either the Library or any derivative work under -copyright law: that is to say, a work containing the Library or a -portion of it, either verbatim or with modifications and/or translated -straightforwardly into another language. (Hereinafter, translation is -included without limitation in the term "modification".) - - "Source code" for a work means the preferred form of the work for -making modifications to it. For a library, complete source code means -all the source code for all modules it contains, plus any associated -interface definition files, plus the scripts used to control compilation -and installation of the library. - - Activities other than copying, distribution and modification are not -covered by this License; they are outside its scope. The act of -running a program using the Library is not restricted, and output from -such a program is covered only if its contents constitute a work based -on the Library (independent of the use of the Library in a tool for -writing it). Whether that is true depends on what the Library does -and what the program that uses the Library does. - - 1. You may copy and distribute verbatim copies of the Library's -complete source code as you receive it, in any medium, provided that -you conspicuously and appropriately publish on each copy an -appropriate copyright notice and disclaimer of warranty; keep intact -all the notices that refer to this License and to the absence of any -warranty; and distribute a copy of this License along with the -Library. - - You may charge a fee for the physical act of transferring a copy, -and you may at your option offer warranty protection in exchange for a -fee. - - 2. You may modify your copy or copies of the Library or any portion -of it, thus forming a work based on the Library, and copy and -distribute such modifications or work under the terms of Section 1 -above, provided that you also meet all of these conditions: - - a) The modified work must itself be a software library. - - b) You must cause the files modified to carry prominent notices - stating that you changed the files and the date of any change. - - c) You must cause the whole of the work to be licensed at no - charge to all third parties under the terms of this License. - - d) If a facility in the modified Library refers to a function or a - table of data to be supplied by an application program that uses - the facility, other than as an argument passed when the facility - is invoked, then you must make a good faith effort to ensure that, - in the event an application does not supply such function or - table, the facility still operates, and performs whatever part of - its purpose remains meaningful. - - (For example, a function in a library to compute square roots has - a purpose that is entirely well-defined independent of the - application. Therefore, Subsection 2d requires that any - application-supplied function or table used by this function must - be optional: if the application does not supply it, the square - root function must still compute square roots.) - -These requirements apply to the modified work as a whole. If -identifiable sections of that work are not derived from the Library, -and can be reasonably considered independent and separate works in -themselves, then this License, and its terms, do not apply to those -sections when you distribute them as separate works. But when you -distribute the same sections as part of a whole which is a work based -on the Library, the distribution of the whole must be on the terms of -this License, whose permissions for other licensees extend to the -entire whole, and thus to each and every part regardless of who wrote -it. - -Thus, it is not the intent of this section to claim rights or contest -your rights to work written entirely by you; rather, the intent is to -exercise the right to control the distribution of derivative or -collective works based on the Library. - -In addition, mere aggregation of another work not based on the Library -with the Library (or with a work based on the Library) on a volume of -a storage or distribution medium does not bring the other work under -the scope of this License. - - 3. You may opt to apply the terms of the ordinary GNU General Public -License instead of this License to a given copy of the Library. To do -this, you must alter all the notices that refer to this License, so -that they refer to the ordinary GNU General Public License, version 2, -instead of to this License. (If a newer version than version 2 of the -ordinary GNU General Public License has appeared, then you can specify -that version instead if you wish.) Do not make any other change in -these notices. - - Once this change is made in a given copy, it is irreversible for -that copy, so the ordinary GNU General Public License applies to all -subsequent copies and derivative works made from that copy. - - This option is useful when you wish to copy part of the code of -the Library into a program that is not a library. - - 4. You may copy and distribute the Library (or a portion or -derivative of it, under Section 2) in object code or executable form -under the terms of Sections 1 and 2 above provided that you accompany -it with the complete corresponding machine-readable source code, which -must be distributed under the terms of Sections 1 and 2 above on a -medium customarily used for software interchange. - - If distribution of object code is made by offering access to copy -from a designated place, then offering equivalent access to copy the -source code from the same place satisfies the requirement to -distribute the source code, even though third parties are not -compelled to copy the source along with the object code. - - 5. A program that contains no derivative of any portion of the -Library, but is designed to work with the Library by being compiled or -linked with it, is called a "work that uses the Library". Such a -work, in isolation, is not a derivative work of the Library, and -therefore falls outside the scope of this License. - - However, linking a "work that uses the Library" with the Library -creates an executable that is a derivative of the Library (because it -contains portions of the Library), rather than a "work that uses the -library". The executable is therefore covered by this License. -Section 6 states terms for distribution of such executables. - - When a "work that uses the Library" uses material from a header file -that is part of the Library, the object code for the work may be a -derivative work of the Library even though the source code is not. -Whether this is true is especially significant if the work can be -linked without the Library, or if the work is itself a library. The -threshold for this to be true is not precisely defined by law. - - If such an object file uses only numerical parameters, data -structure layouts and accessors, and small macros and small inline -functions (ten lines or less in length), then the use of the object -file is unrestricted, regardless of whether it is legally a derivative -work. (Executables containing this object code plus portions of the -Library will still fall under Section 6.) - - Otherwise, if the work is a derivative of the Library, you may -distribute the object code for the work under the terms of Section 6. -Any executables containing that work also fall under Section 6, -whether or not they are linked directly with the Library itself. - - 6. As an exception to the Sections above, you may also combine or -link a "work that uses the Library" with the Library to produce a -work containing portions of the Library, and distribute that work -under terms of your choice, provided that the terms permit -modification of the work for the customer's own use and reverse -engineering for debugging such modifications. - - You must give prominent notice with each copy of the work that the -Library is used in it and that the Library and its use are covered by -this License. You must supply a copy of this License. If the work -during execution displays copyright notices, you must include the -copyright notice for the Library among them, as well as a reference -directing the user to the copy of this License. Also, you must do one -of these things: - - a) Accompany the work with the complete corresponding - machine-readable source code for the Library including whatever - changes were used in the work (which must be distributed under - Sections 1 and 2 above); and, if the work is an executable linked - with the Library, with the complete machine-readable "work that - uses the Library", as object code and/or source code, so that the - user can modify the Library and then relink to produce a modified - executable containing the modified Library. (It is understood - that the user who changes the contents of definitions files in the - Library will not necessarily be able to recompile the application - to use the modified definitions.) - - b) Use a suitable shared library mechanism for linking with the - Library. A suitable mechanism is one that (1) uses at run time a - copy of the library already present on the user's computer system, - rather than copying library functions into the executable, and (2) - will operate properly with a modified version of the library, if - the user installs one, as long as the modified version is - interface-compatible with the version that the work was made with. - - c) Accompany the work with a written offer, valid for at - least three years, to give the same user the materials - specified in Subsection 6a, above, for a charge no more - than the cost of performing this distribution. - - d) If distribution of the work is made by offering access to copy - from a designated place, offer equivalent access to copy the above - specified materials from the same place. - - e) Verify that the user has already received a copy of these - materials or that you have already sent this user a copy. - - For an executable, the required form of the "work that uses the -Library" must include any data and utility programs needed for -reproducing the executable from it. However, as a special exception, -the materials to be distributed need not include anything that is -normally distributed (in either source or binary form) with the major -components (compiler, kernel, and so on) of the operating system on -which the executable runs, unless that component itself accompanies -the executable. - - It may happen that this requirement contradicts the license -restrictions of other proprietary libraries that do not normally -accompany the operating system. Such a contradiction means you cannot -use both them and the Library together in an executable that you -distribute. - - 7. You may place library facilities that are a work based on the -Library side-by-side in a single library together with other library -facilities not covered by this License, and distribute such a combined -library, provided that the separate distribution of the work based on -the Library and of the other library facilities is otherwise -permitted, and provided that you do these two things: - - a) Accompany the combined library with a copy of the same work - based on the Library, uncombined with any other library - facilities. This must be distributed under the terms of the - Sections above. - - b) Give prominent notice with the combined library of the fact - that part of it is a work based on the Library, and explaining - where to find the accompanying uncombined form of the same work. - - 8. You may not copy, modify, sublicense, link with, or distribute -the Library except as expressly provided under this License. Any -attempt otherwise to copy, modify, sublicense, link with, or -distribute the Library is void, and will automatically terminate your -rights under this License. However, parties who have received copies, -or rights, from you under this License will not have their licenses -terminated so long as such parties remain in full compliance. - - 9. You are not required to accept this License, since you have not -signed it. However, nothing else grants you permission to modify or -distribute the Library or its derivative works. These actions are -prohibited by law if you do not accept this License. Therefore, by -modifying or distributing the Library (or any work based on the -Library), you indicate your acceptance of this License to do so, and -all its terms and conditions for copying, distributing or modifying -the Library or works based on it. - - 10. Each time you redistribute the Library (or any work based on the -Library), the recipient automatically receives a license from the -original licensor to copy, distribute, link with or modify the Library -subject to these terms and conditions. You may not impose any further -restrictions on the recipients' exercise of the rights granted herein. -You are not responsible for enforcing compliance by third parties with -this License. - - 11. If, as a consequence of a court judgment or allegation of patent -infringement or for any other reason (not limited to patent issues), -conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot -distribute so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you -may not distribute the Library at all. For example, if a patent -license would not permit royalty-free redistribution of the Library by -all those who receive copies directly or indirectly through you, then -the only way you could satisfy both it and this License would be to -refrain entirely from distribution of the Library. - -If any portion of this section is held invalid or unenforceable under any -particular circumstance, the balance of the section is intended to apply, -and the section as a whole is intended to apply in other circumstances. - -It is not the purpose of this section to induce you to infringe any -patents or other property right claims or to contest validity of any -such claims; this section has the sole purpose of protecting the -integrity of the free software distribution system which is -implemented by public license practices. Many people have made -generous contributions to the wide range of software distributed -through that system in reliance on consistent application of that -system; it is up to the author/donor to decide if he or she is willing -to distribute software through any other system and a licensee cannot -impose that choice. - -This section is intended to make thoroughly clear what is believed to -be a consequence of the rest of this License. - - 12. If the distribution and/or use of the Library is restricted in -certain countries either by patents or by copyrighted interfaces, the -original copyright holder who places the Library under this License may add -an explicit geographical distribution limitation excluding those countries, -so that distribution is permitted only in or among countries not thus -excluded. In such case, this License incorporates the limitation as if -written in the body of this License. - - 13. The Free Software Foundation may publish revised and/or new -versions of the Lesser General Public License from time to time. -Such new versions will be similar in spirit to the present version, -but may differ in detail to address new problems or concerns. - -Each version is given a distinguishing version number. If the Library -specifies a version number of this License which applies to it and -"any later version", you have the option of following the terms and -conditions either of that version or of any later version published by -the Free Software Foundation. If the Library does not specify a -license version number, you may choose any version ever published by -the Free Software Foundation. - - 14. If you wish to incorporate parts of the Library into other free -programs whose distribution conditions are incompatible with these, -write to the author to ask for permission. For software which is -copyrighted by the Free Software Foundation, write to the Free -Software Foundation; we sometimes make exceptions for this. Our -decision will be guided by the two goals of preserving the free status -of all derivatives of our free software and of promoting the sharing -and reuse of software generally. - - NO WARRANTY - - 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO -WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. -EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR -OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY -KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE -LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME -THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - - 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN -WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY -AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU -FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR -CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE -LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING -RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A -FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF -SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGES. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Libraries - - If you develop a new library, and you want it to be of the greatest -possible use to the public, we recommend making it free software that -everyone can redistribute and change. You can do so by permitting -redistribution under these terms (or, alternatively, under the terms of the -ordinary General Public License). - - To apply these terms, attach the following notices to the library. It is -safest to attach them to the start of each source file to most effectively -convey the exclusion of warranty; and each file should have at least the -"copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. - - This library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. - - You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - -Also add information on how to contact you by electronic and paper mail. - -You should also get your employer (if you work as a programmer) or your -school, if any, to sign a "copyright disclaimer" for the library, if -necessary. Here is a sample; alter the names: - - Yoyodyne, Inc., hereby disclaims all copyright interest in the - library `Frob' (a library for tweaking knobs) written by James Random Hacker. - - , 1 April 1990 - Ty Coon, President of Vice - -That's all there is to it! - - - GNU GENERAL PUBLIC LICENSE - Version 2, June 1991 - - Copyright (C) 1989, 1991 Free Software Foundation, Inc. - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The licenses for most software are designed to take away your -freedom to share and change it. By contrast, the GNU General Public -License is intended to guarantee your freedom to share and change free -software--to make sure the software is free for all its users. This -General Public License applies to most of the Free Software -Foundation's software and to any other program whose authors commit to -using it. (Some other Free Software Foundation software is covered by -the GNU Library General Public License instead.) You can apply it to -your programs, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -this service if you wish), that you receive source code or can get it -if you want it, that you can change the software or use pieces of it -in new free programs; and that you know you can do these things. - - To protect your rights, we need to make restrictions that forbid -anyone to deny you these rights or to ask you to surrender the rights. -These restrictions translate to certain responsibilities for you if you -distribute copies of the software, or if you modify it. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must give the recipients all the rights that -you have. You must make sure that they, too, receive or can get the -source code. And you must show them these terms so they know their -rights. - - We protect your rights with two steps: (1) copyright the software, and -(2) offer you this license which gives you legal permission to copy, -distribute and/or modify the software. - - Also, for each author's protection and ours, we want to make certain -that everyone understands that there is no warranty for this free -software. If the software is modified by someone else and passed on, we -want its recipients to know that what they have is not the original, so -that any problems introduced by others will not reflect on the original -authors' reputations. - - Finally, any free program is threatened constantly by software -patents. We wish to avoid the danger that redistributors of a free -program will individually obtain patent licenses, in effect making the -program proprietary. To prevent this, we have made it clear that any -patent must be licensed for everyone's free use or not licensed at all. - - The precise terms and conditions for copying, distribution and -modification follow. - - GNU GENERAL PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. This License applies to any program or other work which contains -a notice placed by the copyright holder saying it may be distributed -under the terms of this General Public License. The "Program", below, -refers to any such program or work, and a "work based on the Program" -means either the Program or any derivative work under copyright law: -that is to say, a work containing the Program or a portion of it, -either verbatim or with modifications and/or translated into another -language. (Hereinafter, translation is included without limitation in -the term "modification".) Each licensee is addressed as "you". - -Activities other than copying, distribution and modification are not -covered by this License; they are outside its scope. The act of -running the Program is not restricted, and the output from the Program -is covered only if its contents constitute a work based on the -Program (independent of having been made by running the Program). -Whether that is true depends on what the Program does. - - 1. You may copy and distribute verbatim copies of the Program's -source code as you receive it, in any medium, provided that you -conspicuously and appropriately publish on each copy an appropriate -copyright notice and disclaimer of warranty; keep intact all the -notices that refer to this License and to the absence of any warranty; -and give any other recipients of the Program a copy of this License -along with the Program. - -You may charge a fee for the physical act of transferring a copy, and -you may at your option offer warranty protection in exchange for a fee. - - 2. You may modify your copy or copies of the Program or any portion -of it, thus forming a work based on the Program, and copy and -distribute such modifications or work under the terms of Section 1 -above, provided that you also meet all of these conditions: - - a) You must cause the modified files to carry prominent notices - stating that you changed the files and the date of any change. - - b) You must cause any work that you distribute or publish, that in - whole or in part contains or is derived from the Program or any - part thereof, to be licensed as a whole at no charge to all third - parties under the terms of this License. - - c) If the modified program normally reads commands interactively - when run, you must cause it, when started running for such - interactive use in the most ordinary way, to print or display an - announcement including an appropriate copyright notice and a - notice that there is no warranty (or else, saying that you provide - a warranty) and that users may redistribute the program under - these conditions, and telling the user how to view a copy of this - License. (Exception: if the Program itself is interactive but - does not normally print such an announcement, your work based on - the Program is not required to print an announcement.) - -These requirements apply to the modified work as a whole. If -identifiable sections of that work are not derived from the Program, -and can be reasonably considered independent and separate works in -themselves, then this License, and its terms, do not apply to those -sections when you distribute them as separate works. But when you -distribute the same sections as part of a whole which is a work based -on the Program, the distribution of the whole must be on the terms of -this License, whose permissions for other licensees extend to the -entire whole, and thus to each and every part regardless of who wrote it. - -Thus, it is not the intent of this section to claim rights or contest -your rights to work written entirely by you; rather, the intent is to -exercise the right to control the distribution of derivative or -collective works based on the Program. - -In addition, mere aggregation of another work not based on the Program -with the Program (or with a work based on the Program) on a volume of -a storage or distribution medium does not bring the other work under -the scope of this License. - - 3. You may copy and distribute the Program (or a work based on it, -under Section 2) in object code or executable form under the terms of -Sections 1 and 2 above provided that you also do one of the following: - - a) Accompany it with the complete corresponding machine-readable - source code, which must be distributed under the terms of Sections - 1 and 2 above on a medium customarily used for software interchange; or, - - b) Accompany it with a written offer, valid for at least three - years, to give any third party, for a charge no more than your - cost of physically performing source distribution, a complete - machine-readable copy of the corresponding source code, to be - distributed under the terms of Sections 1 and 2 above on a medium - customarily used for software interchange; or, - - c) Accompany it with the information you received as to the offer - to distribute corresponding source code. (This alternative is - allowed only for noncommercial distribution and only if you - received the program in object code or executable form with such - an offer, in accord with Subsection b above.) - -The source code for a work means the preferred form of the work for -making modifications to it. For an executable work, complete source -code means all the source code for all modules it contains, plus any -associated interface definition files, plus the scripts used to -control compilation and installation of the executable. However, as a -special exception, the source code distributed need not include -anything that is normally distributed (in either source or binary -form) with the major components (compiler, kernel, and so on) of the -operating system on which the executable runs, unless that component -itself accompanies the executable. - -If distribution of executable or object code is made by offering -access to copy from a designated place, then offering equivalent -access to copy the source code from the same place counts as -distribution of the source code, even though third parties are not -compelled to copy the source along with the object code. - - 4. You may not copy, modify, sublicense, or distribute the Program -except as expressly provided under this License. Any attempt -otherwise to copy, modify, sublicense or distribute the Program is -void, and will automatically terminate your rights under this License. -However, parties who have received copies, or rights, from you under -this License will not have their licenses terminated so long as such -parties remain in full compliance. - - 5. You are not required to accept this License, since you have not -signed it. However, nothing else grants you permission to modify or -distribute the Program or its derivative works. These actions are -prohibited by law if you do not accept this License. Therefore, by -modifying or distributing the Program (or any work based on the -Program), you indicate your acceptance of this License to do so, and -all its terms and conditions for copying, distributing or modifying -the Program or works based on it. - - 6. Each time you redistribute the Program (or any work based on the -Program), the recipient automatically receives a license from the -original licensor to copy, distribute or modify the Program subject to -these terms and conditions. You may not impose any further -restrictions on the recipients' exercise of the rights granted herein. -You are not responsible for enforcing compliance by third parties to -this License. - - 7. If, as a consequence of a court judgment or allegation of patent -infringement or for any other reason (not limited to patent issues), -conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot -distribute so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you -may not distribute the Program at all. For example, if a patent -license would not permit royalty-free redistribution of the Program by -all those who receive copies directly or indirectly through you, then -the only way you could satisfy both it and this License would be to -refrain entirely from distribution of the Program. - -If any portion of this section is held invalid or unenforceable under -any particular circumstance, the balance of the section is intended to -apply and the section as a whole is intended to apply in other -circumstances. - -It is not the purpose of this section to induce you to infringe any -patents or other property right claims or to contest validity of any -such claims; this section has the sole purpose of protecting the -integrity of the free software distribution system, which is -implemented by public license practices. Many people have made -generous contributions to the wide range of software distributed -through that system in reliance on consistent application of that -system; it is up to the author/donor to decide if he or she is willing -to distribute software through any other system and a licensee cannot -impose that choice. - -This section is intended to make thoroughly clear what is believed to -be a consequence of the rest of this License. - - 8. If the distribution and/or use of the Program is restricted in -certain countries either by patents or by copyrighted interfaces, the -original copyright holder who places the Program under this License -may add an explicit geographical distribution limitation excluding -those countries, so that distribution is permitted only in or among -countries not thus excluded. In such case, this License incorporates -the limitation as if written in the body of this License. - - 9. The Free Software Foundation may publish revised and/or new versions -of the General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - -Each version is given a distinguishing version number. If the Program -specifies a version number of this License which applies to it and "any -later version", you have the option of following the terms and conditions -either of that version or of any later version published by the Free -Software Foundation. If the Program does not specify a version number of -this License, you may choose any version ever published by the Free Software -Foundation. - - 10. If you wish to incorporate parts of the Program into other free -programs whose distribution conditions are different, write to the author -to ask for permission. For software which is copyrighted by the Free -Software Foundation, write to the Free Software Foundation; we sometimes -make exceptions for this. Our decision will be guided by the two goals -of preserving the free status of all derivatives of our free software and -of promoting the sharing and reuse of software generally. - - NO WARRANTY - - 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY -FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN -OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES -PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED -OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS -TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE -PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, -REPAIR OR CORRECTION. - - 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR -REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, -INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING -OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED -TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY -YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER -PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE -POSSIBILITY OF SUCH DAMAGES. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -convey the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - - -Also add information on how to contact you by electronic and paper mail. - -If the program is interactive, make it output a short notice like this -when it starts in an interactive mode: - - Gnomovision version 69, Copyright (C) year name of author - Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, the commands you use may -be called something other than `show w' and `show c'; they could even be -mouse-clicks or menu items--whatever suits your program. - -You should also get your employer (if you work as a programmer) or your -school, if any, to sign a "copyright disclaimer" for the program, if -necessary. Here is a sample; alter the names: - - Yoyodyne, Inc., hereby disclaims all copyright interest in the program - `Gnomovision' (which makes passes at compilers) written by James Hacker. - - , 1 April 1989 - Ty Coon, President of Vice - -This General Public License does not permit incorporating your program into -proprietary programs. If your program is a subroutine library, you may -consider it more useful to permit linking proprietary applications with the -library. If this is what you want to do, use the GNU Library General -Public License instead of this License. - GNU LESSER GENERAL PUBLIC LICENSE - Version 3, 29 June 2007 - - Copyright (C) 2007 Free Software Foundation, Inc. - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - - This version of the GNU Lesser General Public License incorporates -the terms and conditions of version 3 of the GNU General Public -License, supplemented by the additional permissions listed below. - - 0. Additional Definitions. - - As used herein, "this License" refers to version 3 of the GNU Lesser -General Public License, and the "GNU GPL" refers to version 3 of the GNU -General Public License. - - "The Library" refers to a covered work governed by this License, -other than an Application or a Combined Work as defined below. - - An "Application" is any work that makes use of an interface provided -by the Library, but which is not otherwise based on the Library. -Defining a subclass of a class defined by the Library is deemed a mode -of using an interface provided by the Library. - - A "Combined Work" is a work produced by combining or linking an -Application with the Library. The particular version of the Library -with which the Combined Work was made is also called the "Linked -Version". - - The "Minimal Corresponding Source" for a Combined Work means the -Corresponding Source for the Combined Work, excluding any source code -for portions of the Combined Work that, considered in isolation, are -based on the Application, and not on the Linked Version. - - The "Corresponding Application Code" for a Combined Work means the -object code and/or source code for the Application, including any data -and utility programs needed for reproducing the Combined Work from the -Application, but excluding the System Libraries of the Combined Work. - - 1. Exception to Section 3 of the GNU GPL. - - You may convey a covered work under sections 3 and 4 of this License -without being bound by section 3 of the GNU GPL. - - 2. Conveying Modified Versions. - - If you modify a copy of the Library, and, in your modifications, a -facility refers to a function or data to be supplied by an Application -that uses the facility (other than as an argument passed when the -facility is invoked), then you may convey a copy of the modified -version: - - a) under this License, provided that you make a good faith effort to - ensure that, in the event an Application does not supply the - function or data, the facility still operates, and performs - whatever part of its purpose remains meaningful, or - - b) under the GNU GPL, with none of the additional permissions of - this License applicable to that copy. - - 3. Object Code Incorporating Material from Library Header Files. - - The object code form of an Application may incorporate material from -a header file that is part of the Library. You may convey such object -code under terms of your choice, provided that, if the incorporated -material is not limited to numerical parameters, data structure -layouts and accessors, or small macros, inline functions and templates -(ten or fewer lines in length), you do both of the following: - - a) Give prominent notice with each copy of the object code that the - Library is used in it and that the Library and its use are - covered by this License. - - b) Accompany the object code with a copy of the GNU GPL and this license - document. - - 4. Combined Works. - - You may convey a Combined Work under terms of your choice that, -taken together, effectively do not restrict modification of the -portions of the Library contained in the Combined Work and reverse -engineering for debugging such modifications, if you also do each of -the following: - - a) Give prominent notice with each copy of the Combined Work that - the Library is used in it and that the Library and its use are - covered by this License. - - b) Accompany the Combined Work with a copy of the GNU GPL and this license - document. - - c) For a Combined Work that displays copyright notices during - execution, include the copyright notice for the Library among - these notices, as well as a reference directing the user to the - copies of the GNU GPL and this license document. - - d) Do one of the following: - - 0) Convey the Minimal Corresponding Source under the terms of this - License, and the Corresponding Application Code in a form - suitable for, and under terms that permit, the user to - recombine or relink the Application with a modified version of - the Linked Version to produce a modified Combined Work, in the - manner specified by section 6 of the GNU GPL for conveying - Corresponding Source. - - 1) Use a suitable shared library mechanism for linking with the - Library. A suitable mechanism is one that (a) uses at run time - a copy of the Library already present on the user's computer - system, and (b) will operate properly with a modified version - of the Library that is interface-compatible with the Linked - Version. - - e) Provide Installation Information, but only if you would otherwise - be required to provide such information under section 6 of the - GNU GPL, and only to the extent that such information is - necessary to install and execute a modified version of the - Combined Work produced by recombining or relinking the - Application with a modified version of the Linked Version. (If - you use option 4d0, the Installation Information must accompany - the Minimal Corresponding Source and Corresponding Application - Code. If you use option 4d1, you must provide the Installation - Information in the manner specified by section 6 of the GNU GPL - for conveying Corresponding Source.) - - 5. Combined Libraries. - - You may place library facilities that are a work based on the -Library side by side in a single library together with other library -facilities that are not Applications and are not covered by this -License, and convey such a combined library under terms of your -choice, if you do both of the following: - - a) Accompany the combined library with a copy of the same work based - on the Library, uncombined with any other library facilities, - conveyed under the terms of this License. - - b) Give prominent notice with the combined library that part of it - is a work based on the Library, and explaining where to find the - accompanying uncombined form of the same work. - - 6. Revised Versions of the GNU Lesser General Public License. - - The Free Software Foundation may publish revised and/or new versions -of the GNU Lesser General Public License from time to time. Such new -versions will be similar in spirit to the present version, but may -differ in detail to address new problems or concerns. - - Each version is given a distinguishing version number. If the -Library as you received it specifies that a certain numbered version -of the GNU Lesser General Public License "or any later version" -applies to it, you have the option of following the terms and -conditions either of that published version or of any later version -published by the Free Software Foundation. If the Library as you -received it does not specify a version number of the GNU Lesser -General Public License, you may choose any version of the GNU Lesser -General Public License ever published by the Free Software Foundation. - - If the Library as you received it specifies that a proxy can decide -whether future versions of the GNU Lesser General Public License shall -apply, that proxy's public statement of acceptance of any version is -permanent authorization for you to choose that version for the -Library. - GNU LESSER GENERAL PUBLIC LICENSE - Version 2.1, February 1999 - - Copyright (C) 1991, 1999 Free Software Foundation, Inc. - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - -[This is the first released version of the Lesser GPL. It also counts - as the successor of the GNU Library Public License, version 2, hence - the version number 2.1.] - - Preamble - - The licenses for most software are designed to take away your -freedom to share and change it. By contrast, the GNU General Public -Licenses are intended to guarantee your freedom to share and change -free software--to make sure the software is free for all its users. - - This license, the Lesser General Public License, applies to some -specially designated software packages--typically libraries--of the -Free Software Foundation and other authors who decide to use it. You -can use it too, but we suggest you first think carefully about whether -this license or the ordinary General Public License is the better -strategy to use in any particular case, based on the explanations below. - - When we speak of free software, we are referring to freedom of use, -not price. Our General Public Licenses are designed to make sure that -you have the freedom to distribute copies of free software (and charge -for this service if you wish); that you receive source code or can get -it if you want it; that you can change the software and use pieces of -it in new free programs; and that you are informed that you can do -these things. - - To protect your rights, we need to make restrictions that forbid -distributors to deny you these rights or to ask you to surrender these -rights. These restrictions translate to certain responsibilities for -you if you distribute copies of the library or if you modify it. - - For example, if you distribute copies of the library, whether gratis -or for a fee, you must give the recipients all the rights that we gave -you. You must make sure that they, too, receive or can get the source -code. If you link other code with the library, you must provide -complete object files to the recipients, so that they can relink them -with the library after making changes to the library and recompiling -it. And you must show them these terms so they know their rights. - - We protect your rights with a two-step method: (1) we copyright the -library, and (2) we offer you this license, which gives you legal -permission to copy, distribute and/or modify the library. - - To protect each distributor, we want to make it very clear that -there is no warranty for the free library. Also, if the library is -modified by someone else and passed on, the recipients should know -that what they have is not the original version, so that the original -author's reputation will not be affected by problems that might be -introduced by others. - - Finally, software patents pose a constant threat to the existence of -any free program. We wish to make sure that a company cannot -effectively restrict the users of a free program by obtaining a -restrictive license from a patent holder. Therefore, we insist that -any patent license obtained for a version of the library must be -consistent with the full freedom of use specified in this license. - - Most GNU software, including some libraries, is covered by the -ordinary GNU General Public License. This license, the GNU Lesser -General Public License, applies to certain designated libraries, and -is quite different from the ordinary General Public License. We use -this license for certain libraries in order to permit linking those -libraries into non-free programs. - - When a program is linked with a library, whether statically or using -a shared library, the combination of the two is legally speaking a -combined work, a derivative of the original library. The ordinary -General Public License therefore permits such linking only if the -entire combination fits its criteria of freedom. The Lesser General -Public License permits more lax criteria for linking other code with -the library. - - We call this license the "Lesser" General Public License because it -does Less to protect the user's freedom than the ordinary General -Public License. It also provides other free software developers Less -of an advantage over competing non-free programs. These disadvantages -are the reason we use the ordinary General Public License for many -libraries. However, the Lesser license provides advantages in certain -special circumstances. - - For example, on rare occasions, there may be a special need to -encourage the widest possible use of a certain library, so that it becomes -a de-facto standard. To achieve this, non-free programs must be -allowed to use the library. A more frequent case is that a free -library does the same job as widely used non-free libraries. In this -case, there is little to gain by limiting the free library to free -software only, so we use the Lesser General Public License. - - In other cases, permission to use a particular library in non-free -programs enables a greater number of people to use a large body of -free software. For example, permission to use the GNU C Library in -non-free programs enables many more people to use the whole GNU -operating system, as well as its variant, the GNU/Linux operating -system. - - Although the Lesser General Public License is Less protective of the -users' freedom, it does ensure that the user of a program that is -linked with the Library has the freedom and the wherewithal to run -that program using a modified version of the Library. - - The precise terms and conditions for copying, distribution and -modification follow. Pay close attention to the difference between a -"work based on the library" and a "work that uses the library". The -former contains code derived from the library, whereas the latter must -be combined with the library in order to run. - - GNU LESSER GENERAL PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. This License Agreement applies to any software library or other -program which contains a notice placed by the copyright holder or -other authorized party saying it may be distributed under the terms of -this Lesser General Public License (also called "this License"). -Each licensee is addressed as "you". - - A "library" means a collection of software functions and/or data -prepared so as to be conveniently linked with application programs -(which use some of those functions and data) to form executables. - - The "Library", below, refers to any such software library or work -which has been distributed under these terms. A "work based on the -Library" means either the Library or any derivative work under -copyright law: that is to say, a work containing the Library or a -portion of it, either verbatim or with modifications and/or translated -straightforwardly into another language. (Hereinafter, translation is -included without limitation in the term "modification".) - - "Source code" for a work means the preferred form of the work for -making modifications to it. For a library, complete source code means -all the source code for all modules it contains, plus any associated -interface definition files, plus the scripts used to control compilation -and installation of the library. - - Activities other than copying, distribution and modification are not -covered by this License; they are outside its scope. The act of -running a program using the Library is not restricted, and output from -such a program is covered only if its contents constitute a work based -on the Library (independent of the use of the Library in a tool for -writing it). Whether that is true depends on what the Library does -and what the program that uses the Library does. - - 1. You may copy and distribute verbatim copies of the Library's -complete source code as you receive it, in any medium, provided that -you conspicuously and appropriately publish on each copy an -appropriate copyright notice and disclaimer of warranty; keep intact -all the notices that refer to this License and to the absence of any -warranty; and distribute a copy of this License along with the -Library. - - You may charge a fee for the physical act of transferring a copy, -and you may at your option offer warranty protection in exchange for a -fee. - - 2. You may modify your copy or copies of the Library or any portion -of it, thus forming a work based on the Library, and copy and -distribute such modifications or work under the terms of Section 1 -above, provided that you also meet all of these conditions: - - a) The modified work must itself be a software library. - - b) You must cause the files modified to carry prominent notices - stating that you changed the files and the date of any change. - - c) You must cause the whole of the work to be licensed at no - charge to all third parties under the terms of this License. - - d) If a facility in the modified Library refers to a function or a - table of data to be supplied by an application program that uses - the facility, other than as an argument passed when the facility - is invoked, then you must make a good faith effort to ensure that, - in the event an application does not supply such function or - table, the facility still operates, and performs whatever part of - its purpose remains meaningful. - - (For example, a function in a library to compute square roots has - a purpose that is entirely well-defined independent of the - application. Therefore, Subsection 2d requires that any - application-supplied function or table used by this function must - be optional: if the application does not supply it, the square - root function must still compute square roots.) - -These requirements apply to the modified work as a whole. If -identifiable sections of that work are not derived from the Library, -and can be reasonably considered independent and separate works in -themselves, then this License, and its terms, do not apply to those -sections when you distribute them as separate works. But when you -distribute the same sections as part of a whole which is a work based -on the Library, the distribution of the whole must be on the terms of -this License, whose permissions for other licensees extend to the -entire whole, and thus to each and every part regardless of who wrote -it. - -Thus, it is not the intent of this section to claim rights or contest -your rights to work written entirely by you; rather, the intent is to -exercise the right to control the distribution of derivative or -collective works based on the Library. - -In addition, mere aggregation of another work not based on the Library -with the Library (or with a work based on the Library) on a volume of -a storage or distribution medium does not bring the other work under -the scope of this License. - - 3. You may opt to apply the terms of the ordinary GNU General Public -License instead of this License to a given copy of the Library. To do -this, you must alter all the notices that refer to this License, so -that they refer to the ordinary GNU General Public License, version 2, -instead of to this License. (If a newer version than version 2 of the -ordinary GNU General Public License has appeared, then you can specify -that version instead if you wish.) Do not make any other change in -these notices. - - Once this change is made in a given copy, it is irreversible for -that copy, so the ordinary GNU General Public License applies to all -subsequent copies and derivative works made from that copy. - - This option is useful when you wish to copy part of the code of -the Library into a program that is not a library. - - 4. You may copy and distribute the Library (or a portion or -derivative of it, under Section 2) in object code or executable form -under the terms of Sections 1 and 2 above provided that you accompany -it with the complete corresponding machine-readable source code, which -must be distributed under the terms of Sections 1 and 2 above on a -medium customarily used for software interchange. - - If distribution of object code is made by offering access to copy -from a designated place, then offering equivalent access to copy the -source code from the same place satisfies the requirement to -distribute the source code, even though third parties are not -compelled to copy the source along with the object code. - - 5. A program that contains no derivative of any portion of the -Library, but is designed to work with the Library by being compiled or -linked with it, is called a "work that uses the Library". Such a -work, in isolation, is not a derivative work of the Library, and -therefore falls outside the scope of this License. - - However, linking a "work that uses the Library" with the Library -creates an executable that is a derivative of the Library (because it -contains portions of the Library), rather than a "work that uses the -library". The executable is therefore covered by this License. -Section 6 states terms for distribution of such executables. - - When a "work that uses the Library" uses material from a header file -that is part of the Library, the object code for the work may be a -derivative work of the Library even though the source code is not. -Whether this is true is especially significant if the work can be -linked without the Library, or if the work is itself a library. The -threshold for this to be true is not precisely defined by law. - - If such an object file uses only numerical parameters, data -structure layouts and accessors, and small macros and small inline -functions (ten lines or less in length), then the use of the object -file is unrestricted, regardless of whether it is legally a derivative -work. (Executables containing this object code plus portions of the -Library will still fall under Section 6.) - - Otherwise, if the work is a derivative of the Library, you may -distribute the object code for the work under the terms of Section 6. -Any executables containing that work also fall under Section 6, -whether or not they are linked directly with the Library itself. - - 6. As an exception to the Sections above, you may also combine or -link a "work that uses the Library" with the Library to produce a -work containing portions of the Library, and distribute that work -under terms of your choice, provided that the terms permit -modification of the work for the customer's own use and reverse -engineering for debugging such modifications. - - You must give prominent notice with each copy of the work that the -Library is used in it and that the Library and its use are covered by -this License. You must supply a copy of this License. If the work -during execution displays copyright notices, you must include the -copyright notice for the Library among them, as well as a reference -directing the user to the copy of this License. Also, you must do one -of these things: - - a) Accompany the work with the complete corresponding - machine-readable source code for the Library including whatever - changes were used in the work (which must be distributed under - Sections 1 and 2 above); and, if the work is an executable linked - with the Library, with the complete machine-readable "work that - uses the Library", as object code and/or source code, so that the - user can modify the Library and then relink to produce a modified - executable containing the modified Library. (It is understood - that the user who changes the contents of definitions files in the - Library will not necessarily be able to recompile the application - to use the modified definitions.) - - b) Use a suitable shared library mechanism for linking with the - Library. A suitable mechanism is one that (1) uses at run time a - copy of the library already present on the user's computer system, - rather than copying library functions into the executable, and (2) - will operate properly with a modified version of the library, if - the user installs one, as long as the modified version is - interface-compatible with the version that the work was made with. - - c) Accompany the work with a written offer, valid for at - least three years, to give the same user the materials - specified in Subsection 6a, above, for a charge no more - than the cost of performing this distribution. - - d) If distribution of the work is made by offering access to copy - from a designated place, offer equivalent access to copy the above - specified materials from the same place. - - e) Verify that the user has already received a copy of these - materials or that you have already sent this user a copy. - - For an executable, the required form of the "work that uses the -Library" must include any data and utility programs needed for -reproducing the executable from it. However, as a special exception, -the materials to be distributed need not include anything that is -normally distributed (in either source or binary form) with the major -components (compiler, kernel, and so on) of the operating system on -which the executable runs, unless that component itself accompanies -the executable. - - It may happen that this requirement contradicts the license -restrictions of other proprietary libraries that do not normally -accompany the operating system. Such a contradiction means you cannot -use both them and the Library together in an executable that you -distribute. - - 7. You may place library facilities that are a work based on the -Library side-by-side in a single library together with other library -facilities not covered by this License, and distribute such a combined -library, provided that the separate distribution of the work based on -the Library and of the other library facilities is otherwise -permitted, and provided that you do these two things: - - a) Accompany the combined library with a copy of the same work - based on the Library, uncombined with any other library - facilities. This must be distributed under the terms of the - Sections above. - - b) Give prominent notice with the combined library of the fact - that part of it is a work based on the Library, and explaining - where to find the accompanying uncombined form of the same work. - - 8. You may not copy, modify, sublicense, link with, or distribute -the Library except as expressly provided under this License. Any -attempt otherwise to copy, modify, sublicense, link with, or -distribute the Library is void, and will automatically terminate your -rights under this License. However, parties who have received copies, -or rights, from you under this License will not have their licenses -terminated so long as such parties remain in full compliance. - - 9. You are not required to accept this License, since you have not -signed it. However, nothing else grants you permission to modify or -distribute the Library or its derivative works. These actions are -prohibited by law if you do not accept this License. Therefore, by -modifying or distributing the Library (or any work based on the -Library), you indicate your acceptance of this License to do so, and -all its terms and conditions for copying, distributing or modifying -the Library or works based on it. - - 10. Each time you redistribute the Library (or any work based on the -Library), the recipient automatically receives a license from the -original licensor to copy, distribute, link with or modify the Library -subject to these terms and conditions. You may not impose any further -restrictions on the recipients' exercise of the rights granted herein. -You are not responsible for enforcing compliance by third parties with -this License. - - 11. If, as a consequence of a court judgment or allegation of patent -infringement or for any other reason (not limited to patent issues), -conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot -distribute so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you -may not distribute the Library at all. For example, if a patent -license would not permit royalty-free redistribution of the Library by -all those who receive copies directly or indirectly through you, then -the only way you could satisfy both it and this License would be to -refrain entirely from distribution of the Library. - -If any portion of this section is held invalid or unenforceable under any -particular circumstance, the balance of the section is intended to apply, -and the section as a whole is intended to apply in other circumstances. - -It is not the purpose of this section to induce you to infringe any -patents or other property right claims or to contest validity of any -such claims; this section has the sole purpose of protecting the -integrity of the free software distribution system which is -implemented by public license practices. Many people have made -generous contributions to the wide range of software distributed -through that system in reliance on consistent application of that -system; it is up to the author/donor to decide if he or she is willing -to distribute software through any other system and a licensee cannot -impose that choice. - -This section is intended to make thoroughly clear what is believed to -be a consequence of the rest of this License. - - 12. If the distribution and/or use of the Library is restricted in -certain countries either by patents or by copyrighted interfaces, the -original copyright holder who places the Library under this License may add -an explicit geographical distribution limitation excluding those countries, -so that distribution is permitted only in or among countries not thus -excluded. In such case, this License incorporates the limitation as if -written in the body of this License. - - 13. The Free Software Foundation may publish revised and/or new -versions of the Lesser General Public License from time to time. -Such new versions will be similar in spirit to the present version, -but may differ in detail to address new problems or concerns. - -Each version is given a distinguishing version number. If the Library -specifies a version number of this License which applies to it and -"any later version", you have the option of following the terms and -conditions either of that version or of any later version published by -the Free Software Foundation. If the Library does not specify a -license version number, you may choose any version ever published by -the Free Software Foundation. - - 14. If you wish to incorporate parts of the Library into other free -programs whose distribution conditions are incompatible with these, -write to the author to ask for permission. For software which is -copyrighted by the Free Software Foundation, write to the Free -Software Foundation; we sometimes make exceptions for this. Our -decision will be guided by the two goals of preserving the free status -of all derivatives of our free software and of promoting the sharing -and reuse of software generally. - - NO WARRANTY - - 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO -WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. -EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR -OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY -KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE -LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME -THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - - 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN -WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY -AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU -FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR -CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE -LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING -RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A -FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF -SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGES. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Libraries - - If you develop a new library, and you want it to be of the greatest -possible use to the public, we recommend making it free software that -everyone can redistribute and change. You can do so by permitting -redistribution under these terms (or, alternatively, under the terms of the -ordinary General Public License). - - To apply these terms, attach the following notices to the library. It is -safest to attach them to the start of each source file to most effectively -convey the exclusion of warranty; and each file should have at least the -"copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. - - This library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. - - You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - -Also add information on how to contact you by electronic and paper mail. - -You should also get your employer (if you work as a programmer) or your -school, if any, to sign a "copyright disclaimer" for the library, if -necessary. Here is a sample; alter the names: - - Yoyodyne, Inc., hereby disclaims all copyright interest in the - library `Frob' (a library for tweaking knobs) written by James Random Hacker. - - , 1 April 1990 - Ty Coon, President of Vice - -That's all there is to it! - - - GNU GENERAL PUBLIC LICENSE - Version 3, 29 June 2007 - - Copyright (C) 2007 Free Software Foundation, Inc. - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The GNU General Public License is a free, copyleft license for -software and other kinds of works. - - The licenses for most software and other practical works are designed -to take away your freedom to share and change the works. By contrast, -the GNU General Public License is intended to guarantee your freedom to -share and change all versions of a program--to make sure it remains free -software for all its users. We, the Free Software Foundation, use the -GNU General Public License for most of our software; it applies also to -any other work released this way by its authors. You can apply it to -your programs, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -them if you wish), that you receive source code or can get it if you -want it, that you can change the software or use pieces of it in new -free programs, and that you know you can do these things. - - To protect your rights, we need to prevent others from denying you -these rights or asking you to surrender the rights. Therefore, you have -certain responsibilities if you distribute copies of the software, or if -you modify it: responsibilities to respect the freedom of others. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must pass on to the recipients the same -freedoms that you received. You must make sure that they, too, receive -or can get the source code. And you must show them these terms so they -know their rights. - - Developers that use the GNU GPL protect your rights with two steps: -(1) assert copyright on the software, and (2) offer you this License -giving you legal permission to copy, distribute and/or modify it. - - For the developers' and authors' protection, the GPL clearly explains -that there is no warranty for this free software. For both users' and -authors' sake, the GPL requires that modified versions be marked as -changed, so that their problems will not be attributed erroneously to -authors of previous versions. - - Some devices are designed to deny users access to install or run -modified versions of the software inside them, although the manufacturer -can do so. This is fundamentally incompatible with the aim of -protecting users' freedom to change the software. The systematic -pattern of such abuse occurs in the area of products for individuals to -use, which is precisely where it is most unacceptable. Therefore, we -have designed this version of the GPL to prohibit the practice for those -products. If such problems arise substantially in other domains, we -stand ready to extend this provision to those domains in future versions -of the GPL, as needed to protect the freedom of users. - - Finally, every program is threatened constantly by software patents. -States should not allow patents to restrict development and use of -software on general-purpose computers, but in those that do, we wish to -avoid the special danger that patents applied to a free program could -make it effectively proprietary. To prevent this, the GPL assures that -patents cannot be used to render the program non-free. - - The precise terms and conditions for copying, distribution and -modification follow. - - TERMS AND CONDITIONS - - 0. Definitions. - - "This License" refers to version 3 of the GNU General Public License. - - "Copyright" also means copyright-like laws that apply to other kinds of -works, such as semiconductor masks. - - "The Program" refers to any copyrightable work licensed under this -License. Each licensee is addressed as "you". "Licensees" and -"recipients" may be individuals or organizations. - - To "modify" a work means to copy from or adapt all or part of the work -in a fashion requiring copyright permission, other than the making of an -exact copy. The resulting work is called a "modified version" of the -earlier work or a work "based on" the earlier work. - - A "covered work" means either the unmodified Program or a work based -on the Program. - - To "propagate" a work means to do anything with it that, without -permission, would make you directly or secondarily liable for -infringement under applicable copyright law, except executing it on a -computer or modifying a private copy. Propagation includes copying, -distribution (with or without modification), making available to the -public, and in some countries other activities as well. - - To "convey" a work means any kind of propagation that enables other -parties to make or receive copies. Mere interaction with a user through -a computer network, with no transfer of a copy, is not conveying. - - An interactive user interface displays "Appropriate Legal Notices" -to the extent that it includes a convenient and prominently visible -feature that (1) displays an appropriate copyright notice, and (2) -tells the user that there is no warranty for the work (except to the -extent that warranties are provided), that licensees may convey the -work under this License, and how to view a copy of this License. If -the interface presents a list of user commands or options, such as a -menu, a prominent item in the list meets this criterion. - - 1. Source Code. - - The "source code" for a work means the preferred form of the work -for making modifications to it. "Object code" means any non-source -form of a work. - - A "Standard Interface" means an interface that either is an official -standard defined by a recognized standards body, or, in the case of -interfaces specified for a particular programming language, one that -is widely used among developers working in that language. - - The "System Libraries" of an executable work include anything, other -than the work as a whole, that (a) is included in the normal form of -packaging a Major Component, but which is not part of that Major -Component, and (b) serves only to enable use of the work with that -Major Component, or to implement a Standard Interface for which an -implementation is available to the public in source code form. A -"Major Component", in this context, means a major essential component -(kernel, window system, and so on) of the specific operating system -(if any) on which the executable work runs, or a compiler used to -produce the work, or an object code interpreter used to run it. - - The "Corresponding Source" for a work in object code form means all -the source code needed to generate, install, and (for an executable -work) run the object code and to modify the work, including scripts to -control those activities. However, it does not include the work's -System Libraries, or general-purpose tools or generally available free -programs which are used unmodified in performing those activities but -which are not part of the work. For example, Corresponding Source -includes interface definition files associated with source files for -the work, and the source code for shared libraries and dynamically -linked subprograms that the work is specifically designed to require, -such as by intimate data communication or control flow between those -subprograms and other parts of the work. - - The Corresponding Source need not include anything that users -can regenerate automatically from other parts of the Corresponding -Source. - - The Corresponding Source for a work in source code form is that -same work. - - 2. Basic Permissions. - - All rights granted under this License are granted for the term of -copyright on the Program, and are irrevocable provided the stated -conditions are met. This License explicitly affirms your unlimited -permission to run the unmodified Program. The output from running a -covered work is covered by this License only if the output, given its -content, constitutes a covered work. This License acknowledges your -rights of fair use or other equivalent, as provided by copyright law. - - You may make, run and propagate covered works that you do not -convey, without conditions so long as your license otherwise remains -in force. You may convey covered works to others for the sole purpose -of having them make modifications exclusively for you, or provide you -with facilities for running those works, provided that you comply with -the terms of this License in conveying all material for which you do -not control copyright. Those thus making or running the covered works -for you must do so exclusively on your behalf, under your direction -and control, on terms that prohibit them from making any copies of -your copyrighted material outside their relationship with you. - - Conveying under any other circumstances is permitted solely under -the conditions stated below. Sublicensing is not allowed; section 10 -makes it unnecessary. - - 3. Protecting Users' Legal Rights From Anti-Circumvention Law. - - No covered work shall be deemed part of an effective technological -measure under any applicable law fulfilling obligations under article -11 of the WIPO copyright treaty adopted on 20 December 1996, or -similar laws prohibiting or restricting circumvention of such -measures. - - When you convey a covered work, you waive any legal power to forbid -circumvention of technological measures to the extent such circumvention -is effected by exercising rights under this License with respect to -the covered work, and you disclaim any intention to limit operation or -modification of the work as a means of enforcing, against the work's -users, your or third parties' legal rights to forbid circumvention of -technological measures. - - 4. Conveying Verbatim Copies. - - You may convey verbatim copies of the Program's source code as you -receive it, in any medium, provided that you conspicuously and -appropriately publish on each copy an appropriate copyright notice; -keep intact all notices stating that this License and any -non-permissive terms added in accord with section 7 apply to the code; -keep intact all notices of the absence of any warranty; and give all -recipients a copy of this License along with the Program. - - You may charge any price or no price for each copy that you convey, -and you may offer support or warranty protection for a fee. - - 5. Conveying Modified Source Versions. - - You may convey a work based on the Program, or the modifications to -produce it from the Program, in the form of source code under the -terms of section 4, provided that you also meet all of these conditions: - - a) The work must carry prominent notices stating that you modified - it, and giving a relevant date. - - b) The work must carry prominent notices stating that it is - released under this License and any conditions added under section - 7. This requirement modifies the requirement in section 4 to - "keep intact all notices". - - c) You must license the entire work, as a whole, under this - License to anyone who comes into possession of a copy. This - License will therefore apply, along with any applicable section 7 - additional terms, to the whole of the work, and all its parts, - regardless of how they are packaged. This License gives no - permission to license the work in any other way, but it does not - invalidate such permission if you have separately received it. - - d) If the work has interactive user interfaces, each must display - Appropriate Legal Notices; however, if the Program has interactive - interfaces that do not display Appropriate Legal Notices, your - work need not make them do so. - - A compilation of a covered work with other separate and independent -works, which are not by their nature extensions of the covered work, -and which are not combined with it such as to form a larger program, -in or on a volume of a storage or distribution medium, is called an -"aggregate" if the compilation and its resulting copyright are not -used to limit the access or legal rights of the compilation's users -beyond what the individual works permit. Inclusion of a covered work -in an aggregate does not cause this License to apply to the other -parts of the aggregate. - - 6. Conveying Non-Source Forms. - - You may convey a covered work in object code form under the terms -of sections 4 and 5, provided that you also convey the -machine-readable Corresponding Source under the terms of this License, -in one of these ways: - - a) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by the - Corresponding Source fixed on a durable physical medium - customarily used for software interchange. - - b) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by a - written offer, valid for at least three years and valid for as - long as you offer spare parts or customer support for that product - model, to give anyone who possesses the object code either (1) a - copy of the Corresponding Source for all the software in the - product that is covered by this License, on a durable physical - medium customarily used for software interchange, for a price no - more than your reasonable cost of physically performing this - conveying of source, or (2) access to copy the - Corresponding Source from a network server at no charge. - - c) Convey individual copies of the object code with a copy of the - written offer to provide the Corresponding Source. This - alternative is allowed only occasionally and noncommercially, and - only if you received the object code with such an offer, in accord - with subsection 6b. - - d) Convey the object code by offering access from a designated - place (gratis or for a charge), and offer equivalent access to the - Corresponding Source in the same way through the same place at no - further charge. You need not require recipients to copy the - Corresponding Source along with the object code. If the place to - copy the object code is a network server, the Corresponding Source - may be on a different server (operated by you or a third party) - that supports equivalent copying facilities, provided you maintain - clear directions next to the object code saying where to find the - Corresponding Source. Regardless of what server hosts the - Corresponding Source, you remain obligated to ensure that it is - available for as long as needed to satisfy these requirements. - - e) Convey the object code using peer-to-peer transmission, provided - you inform other peers where the object code and Corresponding - Source of the work are being offered to the general public at no - charge under subsection 6d. - - A separable portion of the object code, whose source code is excluded -from the Corresponding Source as a System Library, need not be -included in conveying the object code work. - - A "User Product" is either (1) a "consumer product", which means any -tangible personal property which is normally used for personal, family, -or household purposes, or (2) anything designed or sold for incorporation -into a dwelling. In determining whether a product is a consumer product, -doubtful cases shall be resolved in favor of coverage. For a particular -product received by a particular user, "normally used" refers to a -typical or common use of that class of product, regardless of the status -of the particular user or of the way in which the particular user -actually uses, or expects or is expected to use, the product. A product -is a consumer product regardless of whether the product has substantial -commercial, industrial or non-consumer uses, unless such uses represent -the only significant mode of use of the product. - - "Installation Information" for a User Product means any methods, -procedures, authorization keys, or other information required to install -and execute modified versions of a covered work in that User Product from -a modified version of its Corresponding Source. The information must -suffice to ensure that the continued functioning of the modified object -code is in no case prevented or interfered with solely because -modification has been made. - - If you convey an object code work under this section in, or with, or -specifically for use in, a User Product, and the conveying occurs as -part of a transaction in which the right of possession and use of the -User Product is transferred to the recipient in perpetuity or for a -fixed term (regardless of how the transaction is characterized), the -Corresponding Source conveyed under this section must be accompanied -by the Installation Information. But this requirement does not apply -if neither you nor any third party retains the ability to install -modified object code on the User Product (for example, the work has -been installed in ROM). - - The requirement to provide Installation Information does not include a -requirement to continue to provide support service, warranty, or updates -for a work that has been modified or installed by the recipient, or for -the User Product in which it has been modified or installed. Access to a -network may be denied when the modification itself materially and -adversely affects the operation of the network or violates the rules and -protocols for communication across the network. - - Corresponding Source conveyed, and Installation Information provided, -in accord with this section must be in a format that is publicly -documented (and with an implementation available to the public in -source code form), and must require no special password or key for -unpacking, reading or copying. - - 7. Additional Terms. - - "Additional permissions" are terms that supplement the terms of this -License by making exceptions from one or more of its conditions. -Additional permissions that are applicable to the entire Program shall -be treated as though they were included in this License, to the extent -that they are valid under applicable law. If additional permissions -apply only to part of the Program, that part may be used separately -under those permissions, but the entire Program remains governed by -this License without regard to the additional permissions. - - When you convey a copy of a covered work, you may at your option -remove any additional permissions from that copy, or from any part of -it. (Additional permissions may be written to require their own -removal in certain cases when you modify the work.) You may place -additional permissions on material, added by you to a covered work, -for which you have or can give appropriate copyright permission. - - Notwithstanding any other provision of this License, for material you -add to a covered work, you may (if authorized by the copyright holders of -that material) supplement the terms of this License with terms: - - a) Disclaiming warranty or limiting liability differently from the - terms of sections 15 and 16 of this License; or - - b) Requiring preservation of specified reasonable legal notices or - author attributions in that material or in the Appropriate Legal - Notices displayed by works containing it; or - - c) Prohibiting misrepresentation of the origin of that material, or - requiring that modified versions of such material be marked in - reasonable ways as different from the original version; or - - d) Limiting the use for publicity purposes of names of licensors or - authors of the material; or - - e) Declining to grant rights under trademark law for use of some - trade names, trademarks, or service marks; or - - f) Requiring indemnification of licensors and authors of that - material by anyone who conveys the material (or modified versions of - it) with contractual assumptions of liability to the recipient, for - any liability that these contractual assumptions directly impose on - those licensors and authors. - - All other non-permissive additional terms are considered "further -restrictions" within the meaning of section 10. If the Program as you -received it, or any part of it, contains a notice stating that it is -governed by this License along with a term that is a further -restriction, you may remove that term. If a license document contains -a further restriction but permits relicensing or conveying under this -License, you may add to a covered work material governed by the terms -of that license document, provided that the further restriction does -not survive such relicensing or conveying. - - If you add terms to a covered work in accord with this section, you -must place, in the relevant source files, a statement of the -additional terms that apply to those files, or a notice indicating -where to find the applicable terms. - - Additional terms, permissive or non-permissive, may be stated in the -form of a separately written license, or stated as exceptions; -the above requirements apply either way. - - 8. Termination. - - You may not propagate or modify a covered work except as expressly -provided under this License. Any attempt otherwise to propagate or -modify it is void, and will automatically terminate your rights under -this License (including any patent licenses granted under the third -paragraph of section 11). - - However, if you cease all violation of this License, then your -license from a particular copyright holder is reinstated (a) -provisionally, unless and until the copyright holder explicitly and -finally terminates your license, and (b) permanently, if the copyright -holder fails to notify you of the violation by some reasonable means -prior to 60 days after the cessation. - - Moreover, your license from a particular copyright holder is -reinstated permanently if the copyright holder notifies you of the -violation by some reasonable means, this is the first time you have -received notice of violation of this License (for any work) from that -copyright holder, and you cure the violation prior to 30 days after -your receipt of the notice. - - Termination of your rights under this section does not terminate the -licenses of parties who have received copies or rights from you under -this License. If your rights have been terminated and not permanently -reinstated, you do not qualify to receive new licenses for the same -material under section 10. - - 9. Acceptance Not Required for Having Copies. - - You are not required to accept this License in order to receive or -run a copy of the Program. Ancillary propagation of a covered work -occurring solely as a consequence of using peer-to-peer transmission -to receive a copy likewise does not require acceptance. However, -nothing other than this License grants you permission to propagate or -modify any covered work. These actions infringe copyright if you do -not accept this License. Therefore, by modifying or propagating a -covered work, you indicate your acceptance of this License to do so. - - 10. Automatic Licensing of Downstream Recipients. - - Each time you convey a covered work, the recipient automatically -receives a license from the original licensors, to run, modify and -propagate that work, subject to this License. You are not responsible -for enforcing compliance by third parties with this License. - - An "entity transaction" is a transaction transferring control of an -organization, or substantially all assets of one, or subdividing an -organization, or merging organizations. If propagation of a covered -work results from an entity transaction, each party to that -transaction who receives a copy of the work also receives whatever -licenses to the work the party's predecessor in interest had or could -give under the previous paragraph, plus a right to possession of the -Corresponding Source of the work from the predecessor in interest, if -the predecessor has it or can get it with reasonable efforts. - - You may not impose any further restrictions on the exercise of the -rights granted or affirmed under this License. For example, you may -not impose a license fee, royalty, or other charge for exercise of -rights granted under this License, and you may not initiate litigation -(including a cross-claim or counterclaim in a lawsuit) alleging that -any patent claim is infringed by making, using, selling, offering for -sale, or importing the Program or any portion of it. - - 11. Patents. - - A "contributor" is a copyright holder who authorizes use under this -License of the Program or a work on which the Program is based. The -work thus licensed is called the contributor's "contributor version". - - A contributor's "essential patent claims" are all patent claims -owned or controlled by the contributor, whether already acquired or -hereafter acquired, that would be infringed by some manner, permitted -by this License, of making, using, or selling its contributor version, -but do not include claims that would be infringed only as a -consequence of further modification of the contributor version. For -purposes of this definition, "control" includes the right to grant -patent sublicenses in a manner consistent with the requirements of -this License. - - Each contributor grants you a non-exclusive, worldwide, royalty-free -patent license under the contributor's essential patent claims, to -make, use, sell, offer for sale, import and otherwise run, modify and -propagate the contents of its contributor version. - - In the following three paragraphs, a "patent license" is any express -agreement or commitment, however denominated, not to enforce a patent -(such as an express permission to practice a patent or covenant not to -sue for patent infringement). To "grant" such a patent license to a -party means to make such an agreement or commitment not to enforce a -patent against the party. - - If you convey a covered work, knowingly relying on a patent license, -and the Corresponding Source of the work is not available for anyone -to copy, free of charge and under the terms of this License, through a -publicly available network server or other readily accessible means, -then you must either (1) cause the Corresponding Source to be so -available, or (2) arrange to deprive yourself of the benefit of the -patent license for this particular work, or (3) arrange, in a manner -consistent with the requirements of this License, to extend the patent -license to downstream recipients. "Knowingly relying" means you have -actual knowledge that, but for the patent license, your conveying the -covered work in a country, or your recipient's use of the covered work -in a country, would infringe one or more identifiable patents in that -country that you have reason to believe are valid. - - If, pursuant to or in connection with a single transaction or -arrangement, you convey, or propagate by procuring conveyance of, a -covered work, and grant a patent license to some of the parties -receiving the covered work authorizing them to use, propagate, modify -or convey a specific copy of the covered work, then the patent license -you grant is automatically extended to all recipients of the covered -work and works based on it. - - A patent license is "discriminatory" if it does not include within -the scope of its coverage, prohibits the exercise of, or is -conditioned on the non-exercise of one or more of the rights that are -specifically granted under this License. You may not convey a covered -work if you are a party to an arrangement with a third party that is -in the business of distributing software, under which you make payment -to the third party based on the extent of your activity of conveying -the work, and under which the third party grants, to any of the -parties who would receive the covered work from you, a discriminatory -patent license (a) in connection with copies of the covered work -conveyed by you (or copies made from those copies), or (b) primarily -for and in connection with specific products or compilations that -contain the covered work, unless you entered into that arrangement, -or that patent license was granted, prior to 28 March 2007. - - Nothing in this License shall be construed as excluding or limiting -any implied license or other defenses to infringement that may -otherwise be available to you under applicable patent law. - - 12. No Surrender of Others' Freedom. - - If conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot convey a -covered work so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you may -not convey it at all. For example, if you agree to terms that obligate you -to collect a royalty for further conveying from those to whom you convey -the Program, the only way you could satisfy both those terms and this -License would be to refrain entirely from conveying the Program. - - 13. Use with the GNU Affero General Public License. - - Notwithstanding any other provision of this License, you have -permission to link or combine any covered work with a work licensed -under version 3 of the GNU Affero General Public License into a single -combined work, and to convey the resulting work. The terms of this -License will continue to apply to the part which is the covered work, -but the special requirements of the GNU Affero General Public License, -section 13, concerning interaction through a network will apply to the -combination as such. - - 14. Revised Versions of this License. - - The Free Software Foundation may publish revised and/or new versions of -the GNU General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - - Each version is given a distinguishing version number. If the -Program specifies that a certain numbered version of the GNU General -Public License "or any later version" applies to it, you have the -option of following the terms and conditions either of that numbered -version or of any later version published by the Free Software -Foundation. If the Program does not specify a version number of the -GNU General Public License, you may choose any version ever published -by the Free Software Foundation. - - If the Program specifies that a proxy can decide which future -versions of the GNU General Public License can be used, that proxy's -public statement of acceptance of a version permanently authorizes you -to choose that version for the Program. - - Later license versions may give you additional or different -permissions. However, no additional obligations are imposed on any -author or copyright holder as a result of your choosing to follow a -later version. - - 15. Disclaimer of Warranty. - - THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY -APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT -HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY -OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, -THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM -IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF -ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - - 16. Limitation of Liability. - - IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS -THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY -GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE -USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF -DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD -PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), -EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF -SUCH DAMAGES. - - 17. Interpretation of Sections 15 and 16. - - If the disclaimer of warranty and limitation of liability provided -above cannot be given local legal effect according to their terms, -reviewing courts shall apply local law that most closely approximates -an absolute waiver of all civil liability in connection with the -Program, unless a warranty or assumption of liability accompanies a -copy of the Program in return for a fee. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -state the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - -Also add information on how to contact you by electronic and paper mail. - - If the program does terminal interaction, make it output a short -notice like this when it starts in an interactive mode: - - Copyright (C) - This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, your program's commands -might be different; for a GUI interface, you would use an "about box". - - You should also get your employer (if you work as a programmer) or school, -if any, to sign a "copyright disclaimer" for the program, if necessary. -For more information on this, and how to apply and follow the GNU GPL, see -. - - The GNU General Public License does not permit incorporating your program -into proprietary programs. If your program is a subroutine library, you -may consider it more useful to permit linking proprietary applications with -the library. If this is what you want to do, use the GNU Lesser General -Public License instead of this License. But first, please read -. - GNU LESSER GENERAL PUBLIC LICENSE - Version 2.1, February 1999 - - Copyright (C) 1991, 1999 Free Software Foundation, Inc. - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - -[This is the first released version of the Lesser GPL. It also counts - as the successor of the GNU Library Public License, version 2, hence - the version number 2.1.] - - Preamble - - The licenses for most software are designed to take away your -freedom to share and change it. By contrast, the GNU General Public -Licenses are intended to guarantee your freedom to share and change -free software--to make sure the software is free for all its users. - - This license, the Lesser General Public License, applies to some -specially designated software packages--typically libraries--of the -Free Software Foundation and other authors who decide to use it. You -can use it too, but we suggest you first think carefully about whether -this license or the ordinary General Public License is the better -strategy to use in any particular case, based on the explanations below. - - When we speak of free software, we are referring to freedom of use, -not price. Our General Public Licenses are designed to make sure that -you have the freedom to distribute copies of free software (and charge -for this service if you wish); that you receive source code or can get -it if you want it; that you can change the software and use pieces of -it in new free programs; and that you are informed that you can do -these things. - - To protect your rights, we need to make restrictions that forbid -distributors to deny you these rights or to ask you to surrender these -rights. These restrictions translate to certain responsibilities for -you if you distribute copies of the library or if you modify it. - - For example, if you distribute copies of the library, whether gratis -or for a fee, you must give the recipients all the rights that we gave -you. You must make sure that they, too, receive or can get the source -code. If you link other code with the library, you must provide -complete object files to the recipients, so that they can relink them -with the library after making changes to the library and recompiling -it. And you must show them these terms so they know their rights. - - We protect your rights with a two-step method: (1) we copyright the -library, and (2) we offer you this license, which gives you legal -permission to copy, distribute and/or modify the library. - - To protect each distributor, we want to make it very clear that -there is no warranty for the free library. Also, if the library is -modified by someone else and passed on, the recipients should know -that what they have is not the original version, so that the original -author's reputation will not be affected by problems that might be -introduced by others. - - Finally, software patents pose a constant threat to the existence of -any free program. We wish to make sure that a company cannot -effectively restrict the users of a free program by obtaining a -restrictive license from a patent holder. Therefore, we insist that -any patent license obtained for a version of the library must be -consistent with the full freedom of use specified in this license. - - Most GNU software, including some libraries, is covered by the -ordinary GNU General Public License. This license, the GNU Lesser -General Public License, applies to certain designated libraries, and -is quite different from the ordinary General Public License. We use -this license for certain libraries in order to permit linking those -libraries into non-free programs. - - When a program is linked with a library, whether statically or using -a shared library, the combination of the two is legally speaking a -combined work, a derivative of the original library. The ordinary -General Public License therefore permits such linking only if the -entire combination fits its criteria of freedom. The Lesser General -Public License permits more lax criteria for linking other code with -the library. - - We call this license the "Lesser" General Public License because it -does Less to protect the user's freedom than the ordinary General -Public License. It also provides other free software developers Less -of an advantage over competing non-free programs. These disadvantages -are the reason we use the ordinary General Public License for many -libraries. However, the Lesser license provides advantages in certain -special circumstances. - - For example, on rare occasions, there may be a special need to -encourage the widest possible use of a certain library, so that it becomes -a de-facto standard. To achieve this, non-free programs must be -allowed to use the library. A more frequent case is that a free -library does the same job as widely used non-free libraries. In this -case, there is little to gain by limiting the free library to free -software only, so we use the Lesser General Public License. - - In other cases, permission to use a particular library in non-free -programs enables a greater number of people to use a large body of -free software. For example, permission to use the GNU C Library in -non-free programs enables many more people to use the whole GNU -operating system, as well as its variant, the GNU/Linux operating -system. - - Although the Lesser General Public License is Less protective of the -users' freedom, it does ensure that the user of a program that is -linked with the Library has the freedom and the wherewithal to run -that program using a modified version of the Library. - - The precise terms and conditions for copying, distribution and -modification follow. Pay close attention to the difference between a -"work based on the library" and a "work that uses the library". The -former contains code derived from the library, whereas the latter must -be combined with the library in order to run. - - GNU LESSER GENERAL PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. This License Agreement applies to any software library or other -program which contains a notice placed by the copyright holder or -other authorized party saying it may be distributed under the terms of -this Lesser General Public License (also called "this License"). -Each licensee is addressed as "you". - - A "library" means a collection of software functions and/or data -prepared so as to be conveniently linked with application programs -(which use some of those functions and data) to form executables. - - The "Library", below, refers to any such software library or work -which has been distributed under these terms. A "work based on the -Library" means either the Library or any derivative work under -copyright law: that is to say, a work containing the Library or a -portion of it, either verbatim or with modifications and/or translated -straightforwardly into another language. (Hereinafter, translation is -included without limitation in the term "modification".) - - "Source code" for a work means the preferred form of the work for -making modifications to it. For a library, complete source code means -all the source code for all modules it contains, plus any associated -interface definition files, plus the scripts used to control compilation -and installation of the library. - - Activities other than copying, distribution and modification are not -covered by this License; they are outside its scope. The act of -running a program using the Library is not restricted, and output from -such a program is covered only if its contents constitute a work based -on the Library (independent of the use of the Library in a tool for -writing it). Whether that is true depends on what the Library does -and what the program that uses the Library does. - - 1. You may copy and distribute verbatim copies of the Library's -complete source code as you receive it, in any medium, provided that -you conspicuously and appropriately publish on each copy an -appropriate copyright notice and disclaimer of warranty; keep intact -all the notices that refer to this License and to the absence of any -warranty; and distribute a copy of this License along with the -Library. - - You may charge a fee for the physical act of transferring a copy, -and you may at your option offer warranty protection in exchange for a -fee. - - 2. You may modify your copy or copies of the Library or any portion -of it, thus forming a work based on the Library, and copy and -distribute such modifications or work under the terms of Section 1 -above, provided that you also meet all of these conditions: - - a) The modified work must itself be a software library. - - b) You must cause the files modified to carry prominent notices - stating that you changed the files and the date of any change. - - c) You must cause the whole of the work to be licensed at no - charge to all third parties under the terms of this License. - - d) If a facility in the modified Library refers to a function or a - table of data to be supplied by an application program that uses - the facility, other than as an argument passed when the facility - is invoked, then you must make a good faith effort to ensure that, - in the event an application does not supply such function or - table, the facility still operates, and performs whatever part of - its purpose remains meaningful. - - (For example, a function in a library to compute square roots has - a purpose that is entirely well-defined independent of the - application. Therefore, Subsection 2d requires that any - application-supplied function or table used by this function must - be optional: if the application does not supply it, the square - root function must still compute square roots.) - -These requirements apply to the modified work as a whole. If -identifiable sections of that work are not derived from the Library, -and can be reasonably considered independent and separate works in -themselves, then this License, and its terms, do not apply to those -sections when you distribute them as separate works. But when you -distribute the same sections as part of a whole which is a work based -on the Library, the distribution of the whole must be on the terms of -this License, whose permissions for other licensees extend to the -entire whole, and thus to each and every part regardless of who wrote -it. - -Thus, it is not the intent of this section to claim rights or contest -your rights to work written entirely by you; rather, the intent is to -exercise the right to control the distribution of derivative or -collective works based on the Library. - -In addition, mere aggregation of another work not based on the Library -with the Library (or with a work based on the Library) on a volume of -a storage or distribution medium does not bring the other work under -the scope of this License. - - 3. You may opt to apply the terms of the ordinary GNU General Public -License instead of this License to a given copy of the Library. To do -this, you must alter all the notices that refer to this License, so -that they refer to the ordinary GNU General Public License, version 2, -instead of to this License. (If a newer version than version 2 of the -ordinary GNU General Public License has appeared, then you can specify -that version instead if you wish.) Do not make any other change in -these notices. - - Once this change is made in a given copy, it is irreversible for -that copy, so the ordinary GNU General Public License applies to all -subsequent copies and derivative works made from that copy. - - This option is useful when you wish to copy part of the code of -the Library into a program that is not a library. - - 4. You may copy and distribute the Library (or a portion or -derivative of it, under Section 2) in object code or executable form -under the terms of Sections 1 and 2 above provided that you accompany -it with the complete corresponding machine-readable source code, which -must be distributed under the terms of Sections 1 and 2 above on a -medium customarily used for software interchange. - - If distribution of object code is made by offering access to copy -from a designated place, then offering equivalent access to copy the -source code from the same place satisfies the requirement to -distribute the source code, even though third parties are not -compelled to copy the source along with the object code. - - 5. A program that contains no derivative of any portion of the -Library, but is designed to work with the Library by being compiled or -linked with it, is called a "work that uses the Library". Such a -work, in isolation, is not a derivative work of the Library, and -therefore falls outside the scope of this License. - - However, linking a "work that uses the Library" with the Library -creates an executable that is a derivative of the Library (because it -contains portions of the Library), rather than a "work that uses the -library". The executable is therefore covered by this License. -Section 6 states terms for distribution of such executables. - - When a "work that uses the Library" uses material from a header file -that is part of the Library, the object code for the work may be a -derivative work of the Library even though the source code is not. -Whether this is true is especially significant if the work can be -linked without the Library, or if the work is itself a library. The -threshold for this to be true is not precisely defined by law. - - If such an object file uses only numerical parameters, data -structure layouts and accessors, and small macros and small inline -functions (ten lines or less in length), then the use of the object -file is unrestricted, regardless of whether it is legally a derivative -work. (Executables containing this object code plus portions of the -Library will still fall under Section 6.) - - Otherwise, if the work is a derivative of the Library, you may -distribute the object code for the work under the terms of Section 6. -Any executables containing that work also fall under Section 6, -whether or not they are linked directly with the Library itself. - - 6. As an exception to the Sections above, you may also combine or -link a "work that uses the Library" with the Library to produce a -work containing portions of the Library, and distribute that work -under terms of your choice, provided that the terms permit -modification of the work for the customer's own use and reverse -engineering for debugging such modifications. - - You must give prominent notice with each copy of the work that the -Library is used in it and that the Library and its use are covered by -this License. You must supply a copy of this License. If the work -during execution displays copyright notices, you must include the -copyright notice for the Library among them, as well as a reference -directing the user to the copy of this License. Also, you must do one -of these things: - - a) Accompany the work with the complete corresponding - machine-readable source code for the Library including whatever - changes were used in the work (which must be distributed under - Sections 1 and 2 above); and, if the work is an executable linked - with the Library, with the complete machine-readable "work that - uses the Library", as object code and/or source code, so that the - user can modify the Library and then relink to produce a modified - executable containing the modified Library. (It is understood - that the user who changes the contents of definitions files in the - Library will not necessarily be able to recompile the application - to use the modified definitions.) - - b) Use a suitable shared library mechanism for linking with the - Library. A suitable mechanism is one that (1) uses at run time a - copy of the library already present on the user's computer system, - rather than copying library functions into the executable, and (2) - will operate properly with a modified version of the library, if - the user installs one, as long as the modified version is - interface-compatible with the version that the work was made with. - - c) Accompany the work with a written offer, valid for at - least three years, to give the same user the materials - specified in Subsection 6a, above, for a charge no more - than the cost of performing this distribution. - - d) If distribution of the work is made by offering access to copy - from a designated place, offer equivalent access to copy the above - specified materials from the same place. - - e) Verify that the user has already received a copy of these - materials or that you have already sent this user a copy. - - For an executable, the required form of the "work that uses the -Library" must include any data and utility programs needed for -reproducing the executable from it. However, as a special exception, -the materials to be distributed need not include anything that is -normally distributed (in either source or binary form) with the major -components (compiler, kernel, and so on) of the operating system on -which the executable runs, unless that component itself accompanies -the executable. - - It may happen that this requirement contradicts the license -restrictions of other proprietary libraries that do not normally -accompany the operating system. Such a contradiction means you cannot -use both them and the Library together in an executable that you -distribute. - - 7. You may place library facilities that are a work based on the -Library side-by-side in a single library together with other library -facilities not covered by this License, and distribute such a combined -library, provided that the separate distribution of the work based on -the Library and of the other library facilities is otherwise -permitted, and provided that you do these two things: - - a) Accompany the combined library with a copy of the same work - based on the Library, uncombined with any other library - facilities. This must be distributed under the terms of the - Sections above. - - b) Give prominent notice with the combined library of the fact - that part of it is a work based on the Library, and explaining - where to find the accompanying uncombined form of the same work. - - 8. You may not copy, modify, sublicense, link with, or distribute -the Library except as expressly provided under this License. Any -attempt otherwise to copy, modify, sublicense, link with, or -distribute the Library is void, and will automatically terminate your -rights under this License. However, parties who have received copies, -or rights, from you under this License will not have their licenses -terminated so long as such parties remain in full compliance. - - 9. You are not required to accept this License, since you have not -signed it. However, nothing else grants you permission to modify or -distribute the Library or its derivative works. These actions are -prohibited by law if you do not accept this License. Therefore, by -modifying or distributing the Library (or any work based on the -Library), you indicate your acceptance of this License to do so, and -all its terms and conditions for copying, distributing or modifying -the Library or works based on it. - - 10. Each time you redistribute the Library (or any work based on the -Library), the recipient automatically receives a license from the -original licensor to copy, distribute, link with or modify the Library -subject to these terms and conditions. You may not impose any further -restrictions on the recipients' exercise of the rights granted herein. -You are not responsible for enforcing compliance by third parties with -this License. - - 11. If, as a consequence of a court judgment or allegation of patent -infringement or for any other reason (not limited to patent issues), -conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot -distribute so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you -may not distribute the Library at all. For example, if a patent -license would not permit royalty-free redistribution of the Library by -all those who receive copies directly or indirectly through you, then -the only way you could satisfy both it and this License would be to -refrain entirely from distribution of the Library. - -If any portion of this section is held invalid or unenforceable under any -particular circumstance, the balance of the section is intended to apply, -and the section as a whole is intended to apply in other circumstances. - -It is not the purpose of this section to induce you to infringe any -patents or other property right claims or to contest validity of any -such claims; this section has the sole purpose of protecting the -integrity of the free software distribution system which is -implemented by public license practices. Many people have made -generous contributions to the wide range of software distributed -through that system in reliance on consistent application of that -system; it is up to the author/donor to decide if he or she is willing -to distribute software through any other system and a licensee cannot -impose that choice. - -This section is intended to make thoroughly clear what is believed to -be a consequence of the rest of this License. - - 12. If the distribution and/or use of the Library is restricted in -certain countries either by patents or by copyrighted interfaces, the -original copyright holder who places the Library under this License may add -an explicit geographical distribution limitation excluding those countries, -so that distribution is permitted only in or among countries not thus -excluded. In such case, this License incorporates the limitation as if -written in the body of this License. - - 13. The Free Software Foundation may publish revised and/or new -versions of the Lesser General Public License from time to time. -Such new versions will be similar in spirit to the present version, -but may differ in detail to address new problems or concerns. - -Each version is given a distinguishing version number. If the Library -specifies a version number of this License which applies to it and -"any later version", you have the option of following the terms and -conditions either of that version or of any later version published by -the Free Software Foundation. If the Library does not specify a -license version number, you may choose any version ever published by -the Free Software Foundation. - - 14. If you wish to incorporate parts of the Library into other free -programs whose distribution conditions are incompatible with these, -write to the author to ask for permission. For software which is -copyrighted by the Free Software Foundation, write to the Free -Software Foundation; we sometimes make exceptions for this. Our -decision will be guided by the two goals of preserving the free status -of all derivatives of our free software and of promoting the sharing -and reuse of software generally. - - NO WARRANTY - - 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO -WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. -EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR -OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY -KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE -LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME -THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - - 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN -WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY -AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU -FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR -CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE -LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING -RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A -FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF -SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGES. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Libraries - - If you develop a new library, and you want it to be of the greatest -possible use to the public, we recommend making it free software that -everyone can redistribute and change. You can do so by permitting -redistribution under these terms (or, alternatively, under the terms of the -ordinary General Public License). - - To apply these terms, attach the following notices to the library. It is -safest to attach them to the start of each source file to most effectively -convey the exclusion of warranty; and each file should have at least the -"copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. - - This library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. - - You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - -Also add information on how to contact you by electronic and paper mail. - -You should also get your employer (if you work as a programmer) or your -school, if any, to sign a "copyright disclaimer" for the library, if -necessary. Here is a sample; alter the names: - - Yoyodyne, Inc., hereby disclaims all copyright interest in the - library `Frob' (a library for tweaking knobs) written by James Random Hacker. - - , 1 April 1990 - Ty Coon, President of Vice - -That's all there is to it! - - - GNU GENERAL PUBLIC LICENSE - Version 2, June 1991 - - Copyright (C) 1989, 1991 Free Software Foundation, Inc. - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The licenses for most software are designed to take away your -freedom to share and change it. By contrast, the GNU General Public -License is intended to guarantee your freedom to share and change free -software--to make sure the software is free for all its users. This -General Public License applies to most of the Free Software -Foundation's software and to any other program whose authors commit to -using it. (Some other Free Software Foundation software is covered by -the GNU Library General Public License instead.) You can apply it to -your programs, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -this service if you wish), that you receive source code or can get it -if you want it, that you can change the software or use pieces of it -in new free programs; and that you know you can do these things. - - To protect your rights, we need to make restrictions that forbid -anyone to deny you these rights or to ask you to surrender the rights. -These restrictions translate to certain responsibilities for you if you -distribute copies of the software, or if you modify it. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must give the recipients all the rights that -you have. You must make sure that they, too, receive or can get the -source code. And you must show them these terms so they know their -rights. - - We protect your rights with two steps: (1) copyright the software, and -(2) offer you this license which gives you legal permission to copy, -distribute and/or modify the software. - - Also, for each author's protection and ours, we want to make certain -that everyone understands that there is no warranty for this free -software. If the software is modified by someone else and passed on, we -want its recipients to know that what they have is not the original, so -that any problems introduced by others will not reflect on the original -authors' reputations. - - Finally, any free program is threatened constantly by software -patents. We wish to avoid the danger that redistributors of a free -program will individually obtain patent licenses, in effect making the -program proprietary. To prevent this, we have made it clear that any -patent must be licensed for everyone's free use or not licensed at all. - - The precise terms and conditions for copying, distribution and -modification follow. - - GNU GENERAL PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. This License applies to any program or other work which contains -a notice placed by the copyright holder saying it may be distributed -under the terms of this General Public License. The "Program", below, -refers to any such program or work, and a "work based on the Program" -means either the Program or any derivative work under copyright law: -that is to say, a work containing the Program or a portion of it, -either verbatim or with modifications and/or translated into another -language. (Hereinafter, translation is included without limitation in -the term "modification".) Each licensee is addressed as "you". - -Activities other than copying, distribution and modification are not -covered by this License; they are outside its scope. The act of -running the Program is not restricted, and the output from the Program -is covered only if its contents constitute a work based on the -Program (independent of having been made by running the Program). -Whether that is true depends on what the Program does. - - 1. You may copy and distribute verbatim copies of the Program's -source code as you receive it, in any medium, provided that you -conspicuously and appropriately publish on each copy an appropriate -copyright notice and disclaimer of warranty; keep intact all the -notices that refer to this License and to the absence of any warranty; -and give any other recipients of the Program a copy of this License -along with the Program. - -You may charge a fee for the physical act of transferring a copy, and -you may at your option offer warranty protection in exchange for a fee. - - 2. You may modify your copy or copies of the Program or any portion -of it, thus forming a work based on the Program, and copy and -distribute such modifications or work under the terms of Section 1 -above, provided that you also meet all of these conditions: - - a) You must cause the modified files to carry prominent notices - stating that you changed the files and the date of any change. - - b) You must cause any work that you distribute or publish, that in - whole or in part contains or is derived from the Program or any - part thereof, to be licensed as a whole at no charge to all third - parties under the terms of this License. - - c) If the modified program normally reads commands interactively - when run, you must cause it, when started running for such - interactive use in the most ordinary way, to print or display an - announcement including an appropriate copyright notice and a - notice that there is no warranty (or else, saying that you provide - a warranty) and that users may redistribute the program under - these conditions, and telling the user how to view a copy of this - License. (Exception: if the Program itself is interactive but - does not normally print such an announcement, your work based on - the Program is not required to print an announcement.) - -These requirements apply to the modified work as a whole. If -identifiable sections of that work are not derived from the Program, -and can be reasonably considered independent and separate works in -themselves, then this License, and its terms, do not apply to those -sections when you distribute them as separate works. But when you -distribute the same sections as part of a whole which is a work based -on the Program, the distribution of the whole must be on the terms of -this License, whose permissions for other licensees extend to the -entire whole, and thus to each and every part regardless of who wrote it. - -Thus, it is not the intent of this section to claim rights or contest -your rights to work written entirely by you; rather, the intent is to -exercise the right to control the distribution of derivative or -collective works based on the Program. - -In addition, mere aggregation of another work not based on the Program -with the Program (or with a work based on the Program) on a volume of -a storage or distribution medium does not bring the other work under -the scope of this License. - - 3. You may copy and distribute the Program (or a work based on it, -under Section 2) in object code or executable form under the terms of -Sections 1 and 2 above provided that you also do one of the following: - - a) Accompany it with the complete corresponding machine-readable - source code, which must be distributed under the terms of Sections - 1 and 2 above on a medium customarily used for software interchange; or, - - b) Accompany it with a written offer, valid for at least three - years, to give any third party, for a charge no more than your - cost of physically performing source distribution, a complete - machine-readable copy of the corresponding source code, to be - distributed under the terms of Sections 1 and 2 above on a medium - customarily used for software interchange; or, - - c) Accompany it with the information you received as to the offer - to distribute corresponding source code. (This alternative is - allowed only for noncommercial distribution and only if you - received the program in object code or executable form with such - an offer, in accord with Subsection b above.) - -The source code for a work means the preferred form of the work for -making modifications to it. For an executable work, complete source -code means all the source code for all modules it contains, plus any -associated interface definition files, plus the scripts used to -control compilation and installation of the executable. However, as a -special exception, the source code distributed need not include -anything that is normally distributed (in either source or binary -form) with the major components (compiler, kernel, and so on) of the -operating system on which the executable runs, unless that component -itself accompanies the executable. - -If distribution of executable or object code is made by offering -access to copy from a designated place, then offering equivalent -access to copy the source code from the same place counts as -distribution of the source code, even though third parties are not -compelled to copy the source along with the object code. - - 4. You may not copy, modify, sublicense, or distribute the Program -except as expressly provided under this License. Any attempt -otherwise to copy, modify, sublicense or distribute the Program is -void, and will automatically terminate your rights under this License. -However, parties who have received copies, or rights, from you under -this License will not have their licenses terminated so long as such -parties remain in full compliance. - - 5. You are not required to accept this License, since you have not -signed it. However, nothing else grants you permission to modify or -distribute the Program or its derivative works. These actions are -prohibited by law if you do not accept this License. Therefore, by -modifying or distributing the Program (or any work based on the -Program), you indicate your acceptance of this License to do so, and -all its terms and conditions for copying, distributing or modifying -the Program or works based on it. - - 6. Each time you redistribute the Program (or any work based on the -Program), the recipient automatically receives a license from the -original licensor to copy, distribute or modify the Program subject to -these terms and conditions. You may not impose any further -restrictions on the recipients' exercise of the rights granted herein. -You are not responsible for enforcing compliance by third parties to -this License. - - 7. If, as a consequence of a court judgment or allegation of patent -infringement or for any other reason (not limited to patent issues), -conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot -distribute so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you -may not distribute the Program at all. For example, if a patent -license would not permit royalty-free redistribution of the Program by -all those who receive copies directly or indirectly through you, then -the only way you could satisfy both it and this License would be to -refrain entirely from distribution of the Program. - -If any portion of this section is held invalid or unenforceable under -any particular circumstance, the balance of the section is intended to -apply and the section as a whole is intended to apply in other -circumstances. - -It is not the purpose of this section to induce you to infringe any -patents or other property right claims or to contest validity of any -such claims; this section has the sole purpose of protecting the -integrity of the free software distribution system, which is -implemented by public license practices. Many people have made -generous contributions to the wide range of software distributed -through that system in reliance on consistent application of that -system; it is up to the author/donor to decide if he or she is willing -to distribute software through any other system and a licensee cannot -impose that choice. - -This section is intended to make thoroughly clear what is believed to -be a consequence of the rest of this License. - - 8. If the distribution and/or use of the Program is restricted in -certain countries either by patents or by copyrighted interfaces, the -original copyright holder who places the Program under this License -may add an explicit geographical distribution limitation excluding -those countries, so that distribution is permitted only in or among -countries not thus excluded. In such case, this License incorporates -the limitation as if written in the body of this License. - - 9. The Free Software Foundation may publish revised and/or new versions -of the General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - -Each version is given a distinguishing version number. If the Program -specifies a version number of this License which applies to it and "any -later version", you have the option of following the terms and conditions -either of that version or of any later version published by the Free -Software Foundation. If the Program does not specify a version number of -this License, you may choose any version ever published by the Free Software -Foundation. - - 10. If you wish to incorporate parts of the Program into other free -programs whose distribution conditions are different, write to the author -to ask for permission. For software which is copyrighted by the Free -Software Foundation, write to the Free Software Foundation; we sometimes -make exceptions for this. Our decision will be guided by the two goals -of preserving the free status of all derivatives of our free software and -of promoting the sharing and reuse of software generally. - - NO WARRANTY - - 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY -FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN -OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES -PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED -OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS -TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE -PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, -REPAIR OR CORRECTION. - - 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR -REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, -INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING -OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED -TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY -YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER -PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE -POSSIBILITY OF SUCH DAMAGES. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -convey the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - - -Also add information on how to contact you by electronic and paper mail. - -If the program is interactive, make it output a short notice like this -when it starts in an interactive mode: - - Gnomovision version 69, Copyright (C) year name of author - Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, the commands you use may -be called something other than `show w' and `show c'; they could even be -mouse-clicks or menu items--whatever suits your program. - -You should also get your employer (if you work as a programmer) or your -school, if any, to sign a "copyright disclaimer" for the program, if -necessary. Here is a sample; alter the names: - - Yoyodyne, Inc., hereby disclaims all copyright interest in the program - `Gnomovision' (which makes passes at compilers) written by James Hacker. - - , 1 April 1989 - Ty Coon, President of Vice - -This General Public License does not permit incorporating your program into -proprietary programs. If your program is a subroutine library, you may -consider it more useful to permit linking proprietary applications with the -library. If this is what you want to do, use the GNU Library General -Public License instead of this License. - - GNU LESSER GENERAL PUBLIC LICENSE - Version 2.1, February 1999 - - Copyright (C) 1991, 1999 Free Software Foundation, Inc. - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - -[This is the first released version of the Lesser GPL. It also counts - as the successor of the GNU Library Public License, version 2, hence - the version number 2.1.] - - Preamble - - The licenses for most software are designed to take away your -freedom to share and change it. By contrast, the GNU General Public -Licenses are intended to guarantee your freedom to share and change -free software--to make sure the software is free for all its users. - - This license, the Lesser General Public License, applies to some -specially designated software packages--typically libraries--of the -Free Software Foundation and other authors who decide to use it. You -can use it too, but we suggest you first think carefully about whether -this license or the ordinary General Public License is the better -strategy to use in any particular case, based on the explanations -below. - - When we speak of free software, we are referring to freedom of use, -not price. Our General Public Licenses are designed to make sure that -you have the freedom to distribute copies of free software (and charge -for this service if you wish); that you receive source code or can get -it if you want it; that you can change the software and use pieces of -it in new free programs; and that you are informed that you can do -these things. - - To protect your rights, we need to make restrictions that forbid -distributors to deny you these rights or to ask you to surrender these -rights. These restrictions translate to certain responsibilities for -you if you distribute copies of the library or if you modify it. - - For example, if you distribute copies of the library, whether gratis -or for a fee, you must give the recipients all the rights that we gave -you. You must make sure that they, too, receive or can get the source -code. If you link other code with the library, you must provide -complete object files to the recipients, so that they can relink them -with the library after making changes to the library and recompiling -it. And you must show them these terms so they know their rights. - - We protect your rights with a two-step method: (1) we copyright the -library, and (2) we offer you this license, which gives you legal -permission to copy, distribute and/or modify the library. - - To protect each distributor, we want to make it very clear that -there is no warranty for the free library. Also, if the library is -modified by someone else and passed on, the recipients should know -that what they have is not the original version, so that the original -author's reputation will not be affected by problems that might be -introduced by others. -^L - Finally, software patents pose a constant threat to the existence of -any free program. We wish to make sure that a company cannot -effectively restrict the users of a free program by obtaining a -restrictive license from a patent holder. Therefore, we insist that -any patent license obtained for a version of the library must be -consistent with the full freedom of use specified in this license. - - Most GNU software, including some libraries, is covered by the -ordinary GNU General Public License. This license, the GNU Lesser -General Public License, applies to certain designated libraries, and -is quite different from the ordinary General Public License. We use -this license for certain libraries in order to permit linking those -libraries into non-free programs. - - When a program is linked with a library, whether statically or using -a shared library, the combination of the two is legally speaking a -combined work, a derivative of the original library. The ordinary -General Public License therefore permits such linking only if the -entire combination fits its criteria of freedom. The Lesser General -Public License permits more lax criteria for linking other code with -the library. - - We call this license the "Lesser" General Public License because it -does Less to protect the user's freedom than the ordinary General -Public License. It also provides other free software developers Less -of an advantage over competing non-free programs. These disadvantages -are the reason we use the ordinary General Public License for many -libraries. However, the Lesser license provides advantages in certain -special circumstances. - - For example, on rare occasions, there may be a special need to -encourage the widest possible use of a certain library, so that it -becomes -a de-facto standard. To achieve this, non-free programs must be -allowed to use the library. A more frequent case is that a free -library does the same job as widely used non-free libraries. In this -case, there is little to gain by limiting the free library to free -software only, so we use the Lesser General Public License. - - In other cases, permission to use a particular library in non-free -programs enables a greater number of people to use a large body of -free software. For example, permission to use the GNU C Library in -non-free programs enables many more people to use the whole GNU -operating system, as well as its variant, the GNU/Linux operating -system. - - Although the Lesser General Public License is Less protective of the -users' freedom, it does ensure that the user of a program that is -linked with the Library has the freedom and the wherewithal to run -that program using a modified version of the Library. - - The precise terms and conditions for copying, distribution and -modification follow. Pay close attention to the difference between a -"work based on the library" and a "work that uses the library". The -former contains code derived from the library, whereas the latter must -be combined with the library in order to run. -^L - GNU LESSER GENERAL PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. This License Agreement applies to any software library or other -program which contains a notice placed by the copyright holder or -other authorized party saying it may be distributed under the terms of -this Lesser General Public License (also called "this License"). -Each licensee is addressed as "you". - - A "library" means a collection of software functions and/or data -prepared so as to be conveniently linked with application programs -(which use some of those functions and data) to form executables. - - The "Library", below, refers to any such software library or work -which has been distributed under these terms. A "work based on the -Library" means either the Library or any derivative work under -copyright law: that is to say, a work containing the Library or a -portion of it, either verbatim or with modifications and/or translated -straightforwardly into another language. (Hereinafter, translation is -included without limitation in the term "modification".) - - "Source code" for a work means the preferred form of the work for -making modifications to it. For a library, complete source code means -all the source code for all modules it contains, plus any associated -interface definition files, plus the scripts used to control -compilation -and installation of the library. - - Activities other than copying, distribution and modification are not -covered by this License; they are outside its scope. The act of -running a program using the Library is not restricted, and output from -such a program is covered only if its contents constitute a work based -on the Library (independent of the use of the Library in a tool for -writing it). Whether that is true depends on what the Library does -and what the program that uses the Library does. - - 1. You may copy and distribute verbatim copies of the Library's -complete source code as you receive it, in any medium, provided that -you conspicuously and appropriately publish on each copy an -appropriate copyright notice and disclaimer of warranty; keep intact -all the notices that refer to this License and to the absence of any -warranty; and distribute a copy of this License along with the -Library. - - You may charge a fee for the physical act of transferring a copy, -and you may at your option offer warranty protection in exchange for a -fee. - - 2. You may modify your copy or copies of the Library or any portion -of it, thus forming a work based on the Library, and copy and -distribute such modifications or work under the terms of Section 1 -above, provided that you also meet all of these conditions: - - a) The modified work must itself be a software library. - - b) You must cause the files modified to carry prominent notices - stating that you changed the files and the date of any change. - - c) You must cause the whole of the work to be licensed at no - charge to all third parties under the terms of this License. - - d) If a facility in the modified Library refers to a function or a - table of data to be supplied by an application program that uses - the facility, other than as an argument passed when the facility - is invoked, then you must make a good faith effort to ensure that, - in the event an application does not supply such function or - table, the facility still operates, and performs whatever part of - its purpose remains meaningful. - - (For example, a function in a library to compute square roots has - a purpose that is entirely well-defined independent of the - application. Therefore, Subsection 2d requires that any - application-supplied function or table used by this function must - be optional: if the application does not supply it, the square - root function must still compute square roots.) - -These requirements apply to the modified work as a whole. If -identifiable sections of that work are not derived from the Library, -and can be reasonably considered independent and separate works in -themselves, then this License, and its terms, do not apply to those -sections when you distribute them as separate works. But when you -distribute the same sections as part of a whole which is a work based -on the Library, the distribution of the whole must be on the terms of -this License, whose permissions for other licensees extend to the -entire whole, and thus to each and every part regardless of who wrote -it. - -Thus, it is not the intent of this section to claim rights or contest -your rights to work written entirely by you; rather, the intent is to -exercise the right to control the distribution of derivative or -collective works based on the Library. - -In addition, mere aggregation of another work not based on the Library -with the Library (or with a work based on the Library) on a volume of -a storage or distribution medium does not bring the other work under -the scope of this License. - - 3. You may opt to apply the terms of the ordinary GNU General Public -License instead of this License to a given copy of the Library. To do -this, you must alter all the notices that refer to this License, so -that they refer to the ordinary GNU General Public License, version 2, -instead of to this License. (If a newer version than version 2 of the -ordinary GNU General Public License has appeared, then you can specify -that version instead if you wish.) Do not make any other change in -these notices. -^L - Once this change is made in a given copy, it is irreversible for -that copy, so the ordinary GNU General Public License applies to all -subsequent copies and derivative works made from that copy. - - This option is useful when you wish to copy part of the code of -the Library into a program that is not a library. - - 4. You may copy and distribute the Library (or a portion or -derivative of it, under Section 2) in object code or executable form -under the terms of Sections 1 and 2 above provided that you accompany -it with the complete corresponding machine-readable source code, which -must be distributed under the terms of Sections 1 and 2 above on a -medium customarily used for software interchange. - - If distribution of object code is made by offering access to copy -from a designated place, then offering equivalent access to copy the -source code from the same place satisfies the requirement to -distribute the source code, even though third parties are not -compelled to copy the source along with the object code. - - 5. A program that contains no derivative of any portion of the -Library, but is designed to work with the Library by being compiled or -linked with it, is called a "work that uses the Library". Such a -work, in isolation, is not a derivative work of the Library, and -therefore falls outside the scope of this License. - - However, linking a "work that uses the Library" with the Library -creates an executable that is a derivative of the Library (because it -contains portions of the Library), rather than a "work that uses the -library". The executable is therefore covered by this License. -Section 6 states terms for distribution of such executables. - - When a "work that uses the Library" uses material from a header file -that is part of the Library, the object code for the work may be a -derivative work of the Library even though the source code is not. -Whether this is true is especially significant if the work can be -linked without the Library, or if the work is itself a library. The -threshold for this to be true is not precisely defined by law. - - If such an object file uses only numerical parameters, data -structure layouts and accessors, and small macros and small inline -functions (ten lines or less in length), then the use of the object -file is unrestricted, regardless of whether it is legally a derivative -work. (Executables containing this object code plus portions of the -Library will still fall under Section 6.) - - Otherwise, if the work is a derivative of the Library, you may -distribute the object code for the work under the terms of Section 6. -Any executables containing that work also fall under Section 6, -whether or not they are linked directly with the Library itself. -^L - 6. As an exception to the Sections above, you may also combine or -link a "work that uses the Library" with the Library to produce a -work containing portions of the Library, and distribute that work -under terms of your choice, provided that the terms permit -modification of the work for the customer's own use and reverse -engineering for debugging such modifications. - - You must give prominent notice with each copy of the work that the -Library is used in it and that the Library and its use are covered by -this License. You must supply a copy of this License. If the work -during execution displays copyright notices, you must include the -copyright notice for the Library among them, as well as a reference -directing the user to the copy of this License. Also, you must do one -of these things: - - a) Accompany the work with the complete corresponding - machine-readable source code for the Library including whatever - changes were used in the work (which must be distributed under - Sections 1 and 2 above); and, if the work is an executable linked - with the Library, with the complete machine-readable "work that - uses the Library", as object code and/or source code, so that the - user can modify the Library and then relink to produce a modified - executable containing the modified Library. (It is understood - that the user who changes the contents of definitions files in the - Library will not necessarily be able to recompile the application - to use the modified definitions.) - - b) Use a suitable shared library mechanism for linking with the - Library. A suitable mechanism is one that (1) uses at run time a - copy of the library already present on the user's computer system, - rather than copying library functions into the executable, and (2) - will operate properly with a modified version of the library, if - the user installs one, as long as the modified version is - interface-compatible with the version that the work was made with. - - c) Accompany the work with a written offer, valid for at - least three years, to give the same user the materials - specified in Subsection 6a, above, for a charge no more - than the cost of performing this distribution. - - d) If distribution of the work is made by offering access to copy - from a designated place, offer equivalent access to copy the above - specified materials from the same place. - - e) Verify that the user has already received a copy of these - materials or that you have already sent this user a copy. - - For an executable, the required form of the "work that uses the -Library" must include any data and utility programs needed for -reproducing the executable from it. However, as a special exception, -the materials to be distributed need not include anything that is -normally distributed (in either source or binary form) with the major -components (compiler, kernel, and so on) of the operating system on -which the executable runs, unless that component itself accompanies -the executable. - - It may happen that this requirement contradicts the license -restrictions of other proprietary libraries that do not normally -accompany the operating system. Such a contradiction means you cannot -use both them and the Library together in an executable that you -distribute. -^L - 7. You may place library facilities that are a work based on the -Library side-by-side in a single library together with other library -facilities not covered by this License, and distribute such a combined -library, provided that the separate distribution of the work based on -the Library and of the other library facilities is otherwise -permitted, and provided that you do these two things: - - a) Accompany the combined library with a copy of the same work - based on the Library, uncombined with any other library - facilities. This must be distributed under the terms of the - Sections above. - - b) Give prominent notice with the combined library of the fact - that part of it is a work based on the Library, and explaining - where to find the accompanying uncombined form of the same work. - - 8. You may not copy, modify, sublicense, link with, or distribute -the Library except as expressly provided under this License. Any -attempt otherwise to copy, modify, sublicense, link with, or -distribute the Library is void, and will automatically terminate your -rights under this License. However, parties who have received copies, -or rights, from you under this License will not have their licenses -terminated so long as such parties remain in full compliance. - - 9. You are not required to accept this License, since you have not -signed it. However, nothing else grants you permission to modify or -distribute the Library or its derivative works. These actions are -prohibited by law if you do not accept this License. Therefore, by -modifying or distributing the Library (or any work based on the -Library), you indicate your acceptance of this License to do so, and -all its terms and conditions for copying, distributing or modifying -the Library or works based on it. - - 10. Each time you redistribute the Library (or any work based on the -Library), the recipient automatically receives a license from the -original licensor to copy, distribute, link with or modify the Library -subject to these terms and conditions. You may not impose any further -restrictions on the recipients' exercise of the rights granted herein. -You are not responsible for enforcing compliance by third parties with -this License. -^L - 11. If, as a consequence of a court judgment or allegation of patent -infringement or for any other reason (not limited to patent issues), -conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot -distribute so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you -may not distribute the Library at all. For example, if a patent -license would not permit royalty-free redistribution of the Library by -all those who receive copies directly or indirectly through you, then -the only way you could satisfy both it and this License would be to -refrain entirely from distribution of the Library. - -If any portion of this section is held invalid or unenforceable under -any particular circumstance, the balance of the section is intended to -apply, and the section as a whole is intended to apply in other -circumstances. - -It is not the purpose of this section to induce you to infringe any -patents or other property right claims or to contest validity of any -such claims; this section has the sole purpose of protecting the -integrity of the free software distribution system which is -implemented by public license practices. Many people have made -generous contributions to the wide range of software distributed -through that system in reliance on consistent application of that -system; it is up to the author/donor to decide if he or she is willing -to distribute software through any other system and a licensee cannot -impose that choice. - -This section is intended to make thoroughly clear what is believed to -be a consequence of the rest of this License. - - 12. If the distribution and/or use of the Library is restricted in -certain countries either by patents or by copyrighted interfaces, the -original copyright holder who places the Library under this License -may add an explicit geographical distribution limitation excluding those -countries, so that distribution is permitted only in or among -countries not thus excluded. In such case, this License incorporates -the limitation as if written in the body of this License. - - 13. The Free Software Foundation may publish revised and/or new -versions of the Lesser General Public License from time to time. -Such new versions will be similar in spirit to the present version, -but may differ in detail to address new problems or concerns. - -Each version is given a distinguishing version number. If the Library -specifies a version number of this License which applies to it and -"any later version", you have the option of following the terms and -conditions either of that version or of any later version published by -the Free Software Foundation. If the Library does not specify a -license version number, you may choose any version ever published by -the Free Software Foundation. -^L - 14. If you wish to incorporate parts of the Library into other free -programs whose distribution conditions are incompatible with these, -write to the author to ask for permission. For software which is -copyrighted by the Free Software Foundation, write to the Free -Software Foundation; we sometimes make exceptions for this. Our -decision will be guided by the two goals of preserving the free status -of all derivatives of our free software and of promoting the sharing -and reuse of software generally. - - NO WARRANTY - - 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO -WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. -EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR -OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY -KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE -LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME -THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - - 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN -WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY -AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU -FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR -CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE -LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING -RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A -FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF -SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGES. - - END OF TERMS AND CONDITIONS -^L - How to Apply These Terms to Your New Libraries - - If you develop a new library, and you want it to be of the greatest -possible use to the public, we recommend making it free software that -everyone can redistribute and change. You can do so by permitting -redistribution under these terms (or, alternatively, under the terms -of the ordinary General Public License). - - To apply these terms, attach the following notices to the library. -It is safest to attach them to the start of each source file to most -effectively convey the exclusion of warranty; and each file should -have at least the "copyright" line and a pointer to where the full -notice is found. - - - - Copyright (C) - - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2 of the License, or (at your option) any later version. - - This library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. - - You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - -Also add information on how to contact you by electronic and paper -mail. - -You should also get your employer (if you work as a programmer) or -your -school, if any, to sign a "copyright disclaimer" for the library, if -necessary. Here is a sample; alter the names: - - Yoyodyne, Inc., hereby disclaims all copyright interest in the - library `Frob' (a library for tweaking knobs) written by James -Random Hacker. - - , 1 April 1990 - Ty Coon, President of Vice - -That's all there is to it! - - - GNU GENERAL PUBLIC LICENSE - Version 2, June 1991 - - Copyright (C) 1989, 1991 Free Software Foundation, Inc. - 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The licenses for most software are designed to take away your -freedom to share and change it. By contrast, the GNU General Public -License is intended to guarantee your freedom to share and change free -software--to make sure the software is free for all its users. This -General Public License applies to most of the Free Software -Foundation's software and to any other program whose authors commit to -using it. (Some other Free Software Foundation software is covered by -the GNU Library General Public License instead.) You can apply it to -your programs, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -this service if you wish), that you receive source code or can get it -if you want it, that you can change the software or use pieces of it -in new free programs; and that you know you can do these things. - - To protect your rights, we need to make restrictions that forbid -anyone to deny you these rights or to ask you to surrender the rights. -These restrictions translate to certain responsibilities for you if you -distribute copies of the software, or if you modify it. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must give the recipients all the rights that -you have. You must make sure that they, too, receive or can get the -source code. And you must show them these terms so they know their -rights. - - We protect your rights with two steps: (1) copyright the software, and -(2) offer you this license which gives you legal permission to copy, -distribute and/or modify the software. - - Also, for each author's protection and ours, we want to make certain -that everyone understands that there is no warranty for this free -software. If the software is modified by someone else and passed on, we -want its recipients to know that what they have is not the original, so -that any problems introduced by others will not reflect on the original -authors' reputations. - - Finally, any free program is threatened constantly by software -patents. We wish to avoid the danger that redistributors of a free -program will individually obtain patent licenses, in effect making the -program proprietary. To prevent this, we have made it clear that any -patent must be licensed for everyone's free use or not licensed at all. - - The precise terms and conditions for copying, distribution and -modification follow. - - GNU GENERAL PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. This License applies to any program or other work which contains -a notice placed by the copyright holder saying it may be distributed -under the terms of this General Public License. The "Program", below, -refers to any such program or work, and a "work based on the Program" -means either the Program or any derivative work under copyright law: -that is to say, a work containing the Program or a portion of it, -either verbatim or with modifications and/or translated into another -language. (Hereinafter, translation is included without limitation in -the term "modification".) Each licensee is addressed as "you". - -Activities other than copying, distribution and modification are not -covered by this License; they are outside its scope. The act of -running the Program is not restricted, and the output from the Program -is covered only if its contents constitute a work based on the -Program (independent of having been made by running the Program). -Whether that is true depends on what the Program does. - - 1. You may copy and distribute verbatim copies of the Program's -source code as you receive it, in any medium, provided that you -conspicuously and appropriately publish on each copy an appropriate -copyright notice and disclaimer of warranty; keep intact all the -notices that refer to this License and to the absence of any warranty; -and give any other recipients of the Program a copy of this License -along with the Program. - -You may charge a fee for the physical act of transferring a copy, and -you may at your option offer warranty protection in exchange for a fee. - - 2. You may modify your copy or copies of the Program or any portion -of it, thus forming a work based on the Program, and copy and -distribute such modifications or work under the terms of Section 1 -above, provided that you also meet all of these conditions: - - a) You must cause the modified files to carry prominent notices - stating that you changed the files and the date of any change. - - b) You must cause any work that you distribute or publish, that in - whole or in part contains or is derived from the Program or any - part thereof, to be licensed as a whole at no charge to all third - parties under the terms of this License. - - c) If the modified program normally reads commands interactively - when run, you must cause it, when started running for such - interactive use in the most ordinary way, to print or display an - announcement including an appropriate copyright notice and a - notice that there is no warranty (or else, saying that you provide - a warranty) and that users may redistribute the program under - these conditions, and telling the user how to view a copy of this - License. (Exception: if the Program itself is interactive but - does not normally print such an announcement, your work based on - the Program is not required to print an announcement.) - -These requirements apply to the modified work as a whole. If -identifiable sections of that work are not derived from the Program, -and can be reasonably considered independent and separate works in -themselves, then this License, and its terms, do not apply to those -sections when you distribute them as separate works. But when you -distribute the same sections as part of a whole which is a work based -on the Program, the distribution of the whole must be on the terms of -this License, whose permissions for other licensees extend to the -entire whole, and thus to each and every part regardless of who wrote it. - -Thus, it is not the intent of this section to claim rights or contest -your rights to work written entirely by you; rather, the intent is to -exercise the right to control the distribution of derivative or -collective works based on the Program. - -In addition, mere aggregation of another work not based on the Program -with the Program (or with a work based on the Program) on a volume of -a storage or distribution medium does not bring the other work under -the scope of this License. - - 3. You may copy and distribute the Program (or a work based on it, -under Section 2) in object code or executable form under the terms of -Sections 1 and 2 above provided that you also do one of the following: - - a) Accompany it with the complete corresponding machine-readable - source code, which must be distributed under the terms of Sections - 1 and 2 above on a medium customarily used for software interchange; or, - - b) Accompany it with a written offer, valid for at least three - years, to give any third party, for a charge no more than your - cost of physically performing source distribution, a complete - machine-readable copy of the corresponding source code, to be - distributed under the terms of Sections 1 and 2 above on a medium - customarily used for software interchange; or, - - c) Accompany it with the information you received as to the offer - to distribute corresponding source code. (This alternative is - allowed only for noncommercial distribution and only if you - received the program in object code or executable form with such - an offer, in accord with Subsection b above.) - -The source code for a work means the preferred form of the work for -making modifications to it. For an executable work, complete source -code means all the source code for all modules it contains, plus any -associated interface definition files, plus the scripts used to -control compilation and installation of the executable. However, as a -special exception, the source code distributed need not include -anything that is normally distributed (in either source or binary -form) with the major components (compiler, kernel, and so on) of the -operating system on which the executable runs, unless that component -itself accompanies the executable. - -If distribution of executable or object code is made by offering -access to copy from a designated place, then offering equivalent -access to copy the source code from the same place counts as -distribution of the source code, even though third parties are not -compelled to copy the source along with the object code. - - 4. You may not copy, modify, sublicense, or distribute the Program -except as expressly provided under this License. Any attempt -otherwise to copy, modify, sublicense or distribute the Program is -void, and will automatically terminate your rights under this License. -However, parties who have received copies, or rights, from you under -this License will not have their licenses terminated so long as such -parties remain in full compliance. - - 5. You are not required to accept this License, since you have not -signed it. However, nothing else grants you permission to modify or -distribute the Program or its derivative works. These actions are -prohibited by law if you do not accept this License. Therefore, by -modifying or distributing the Program (or any work based on the -Program), you indicate your acceptance of this License to do so, and -all its terms and conditions for copying, distributing or modifying -the Program or works based on it. - - 6. Each time you redistribute the Program (or any work based on the -Program), the recipient automatically receives a license from the -original licensor to copy, distribute or modify the Program subject to -these terms and conditions. You may not impose any further -restrictions on the recipients' exercise of the rights granted herein. -You are not responsible for enforcing compliance by third parties to -this License. - - 7. If, as a consequence of a court judgment or allegation of patent -infringement or for any other reason (not limited to patent issues), -conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot -distribute so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you -may not distribute the Program at all. For example, if a patent -license would not permit royalty-free redistribution of the Program by -all those who receive copies directly or indirectly through you, then -the only way you could satisfy both it and this License would be to -refrain entirely from distribution of the Program. - -If any portion of this section is held invalid or unenforceable under -any particular circumstance, the balance of the section is intended to -apply and the section as a whole is intended to apply in other -circumstances. - -It is not the purpose of this section to induce you to infringe any -patents or other property right claims or to contest validity of any -such claims; this section has the sole purpose of protecting the -integrity of the free software distribution system, which is -implemented by public license practices. Many people have made -generous contributions to the wide range of software distributed -through that system in reliance on consistent application of that -system; it is up to the author/donor to decide if he or she is willing -to distribute software through any other system and a licensee cannot -impose that choice. - -This section is intended to make thoroughly clear what is believed to -be a consequence of the rest of this License. - - 8. If the distribution and/or use of the Program is restricted in -certain countries either by patents or by copyrighted interfaces, the -original copyright holder who places the Program under this License -may add an explicit geographical distribution limitation excluding -those countries, so that distribution is permitted only in or among -countries not thus excluded. In such case, this License incorporates -the limitation as if written in the body of this License. - - 9. The Free Software Foundation may publish revised and/or new versions -of the General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - -Each version is given a distinguishing version number. If the Program -specifies a version number of this License which applies to it and "any -later version", you have the option of following the terms and conditions -either of that version or of any later version published by the Free -Software Foundation. If the Program does not specify a version number of -this License, you may choose any version ever published by the Free Software -Foundation. - - 10. If you wish to incorporate parts of the Program into other free -programs whose distribution conditions are different, write to the author -to ask for permission. For software which is copyrighted by the Free -Software Foundation, write to the Free Software Foundation; we sometimes -make exceptions for this. Our decision will be guided by the two goals -of preserving the free status of all derivatives of our free software and -of promoting the sharing and reuse of software generally. - - NO WARRANTY - - 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY -FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN -OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES -PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED -OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS -TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE -PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, -REPAIR OR CORRECTION. - - 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR -REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, -INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING -OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED -TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY -YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER -PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE -POSSIBILITY OF SUCH DAMAGES. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -convey the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - - -Also add information on how to contact you by electronic and paper mail. - -If the program is interactive, make it output a short notice like this -when it starts in an interactive mode: - - Gnomovision version 69, Copyright (C) year name of author - Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, the commands you use may -be called something other than `show w' and `show c'; they could even be -mouse-clicks or menu items--whatever suits your program. - -You should also get your employer (if you work as a programmer) or your -school, if any, to sign a "copyright disclaimer" for the program, if -necessary. Here is a sample; alter the names: - - Yoyodyne, Inc., hereby disclaims all copyright interest in the program - `Gnomovision' (which makes passes at compilers) written by James Hacker. - - , 1 April 1989 - Ty Coon, President of Vice - -This General Public License does not permit incorporating your program into -proprietary programs. If your program is a subroutine library, you may -consider it more useful to permit linking proprietary applications with the -library. If this is what you want to do, use the GNU Library General -Public License instead of this License. - GNU GENERAL PUBLIC LICENSE - Version 2, June 1991 - - Copyright (C) 1989, 1991 Free Software Foundation, Inc. - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The licenses for most software are designed to take away your -freedom to share and change it. By contrast, the GNU General Public -License is intended to guarantee your freedom to share and change free -software--to make sure the software is free for all its users. This -General Public License applies to most of the Free Software -Foundation's software and to any other program whose authors commit to -using it. (Some other Free Software Foundation software is covered by -the GNU Library General Public License instead.) You can apply it to -your programs, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -this service if you wish), that you receive source code or can get it -if you want it, that you can change the software or use pieces of it -in new free programs; and that you know you can do these things. - - To protect your rights, we need to make restrictions that forbid -anyone to deny you these rights or to ask you to surrender the rights. -These restrictions translate to certain responsibilities for you if you -distribute copies of the software, or if you modify it. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must give the recipients all the rights that -you have. You must make sure that they, too, receive or can get the -source code. And you must show them these terms so they know their -rights. - - We protect your rights with two steps: (1) copyright the software, and -(2) offer you this license which gives you legal permission to copy, -distribute and/or modify the software. - - Also, for each author's protection and ours, we want to make certain -that everyone understands that there is no warranty for this free -software. If the software is modified by someone else and passed on, we -want its recipients to know that what they have is not the original, so -that any problems introduced by others will not reflect on the original -authors' reputations. - - Finally, any free program is threatened constantly by software -patents. We wish to avoid the danger that redistributors of a free -program will individually obtain patent licenses, in effect making the -program proprietary. To prevent this, we have made it clear that any -patent must be licensed for everyone's free use or not licensed at all. - - The precise terms and conditions for copying, distribution and -modification follow. - - GNU GENERAL PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. This License applies to any program or other work which contains -a notice placed by the copyright holder saying it may be distributed -under the terms of this General Public License. The "Program", below, -refers to any such program or work, and a "work based on the Program" -means either the Program or any derivative work under copyright law: -that is to say, a work containing the Program or a portion of it, -either verbatim or with modifications and/or translated into another -language. (Hereinafter, translation is included without limitation in -the term "modification".) Each licensee is addressed as "you". - -Activities other than copying, distribution and modification are not -covered by this License; they are outside its scope. The act of -running the Program is not restricted, and the output from the Program -is covered only if its contents constitute a work based on the -Program (independent of having been made by running the Program). -Whether that is true depends on what the Program does. - - 1. You may copy and distribute verbatim copies of the Program's -source code as you receive it, in any medium, provided that you -conspicuously and appropriately publish on each copy an appropriate -copyright notice and disclaimer of warranty; keep intact all the -notices that refer to this License and to the absence of any warranty; -and give any other recipients of the Program a copy of this License -along with the Program. - -You may charge a fee for the physical act of transferring a copy, and -you may at your option offer warranty protection in exchange for a fee. - - 2. You may modify your copy or copies of the Program or any portion -of it, thus forming a work based on the Program, and copy and -distribute such modifications or work under the terms of Section 1 -above, provided that you also meet all of these conditions: - - a) You must cause the modified files to carry prominent notices - stating that you changed the files and the date of any change. - - b) You must cause any work that you distribute or publish, that in - whole or in part contains or is derived from the Program or any - part thereof, to be licensed as a whole at no charge to all third - parties under the terms of this License. - - c) If the modified program normally reads commands interactively - when run, you must cause it, when started running for such - interactive use in the most ordinary way, to print or display an - announcement including an appropriate copyright notice and a - notice that there is no warranty (or else, saying that you provide - a warranty) and that users may redistribute the program under - these conditions, and telling the user how to view a copy of this - License. (Exception: if the Program itself is interactive but - does not normally print such an announcement, your work based on - the Program is not required to print an announcement.) - -These requirements apply to the modified work as a whole. If -identifiable sections of that work are not derived from the Program, -and can be reasonably considered independent and separate works in -themselves, then this License, and its terms, do not apply to those -sections when you distribute them as separate works. But when you -distribute the same sections as part of a whole which is a work based -on the Program, the distribution of the whole must be on the terms of -this License, whose permissions for other licensees extend to the -entire whole, and thus to each and every part regardless of who wrote it. - -Thus, it is not the intent of this section to claim rights or contest -your rights to work written entirely by you; rather, the intent is to -exercise the right to control the distribution of derivative or -collective works based on the Program. - -In addition, mere aggregation of another work not based on the Program -with the Program (or with a work based on the Program) on a volume of -a storage or distribution medium does not bring the other work under -the scope of this License. - - 3. You may copy and distribute the Program (or a work based on it, -under Section 2) in object code or executable form under the terms of -Sections 1 and 2 above provided that you also do one of the following: - - a) Accompany it with the complete corresponding machine-readable - source code, which must be distributed under the terms of Sections - 1 and 2 above on a medium customarily used for software interchange; or, - - b) Accompany it with a written offer, valid for at least three - years, to give any third party, for a charge no more than your - cost of physically performing source distribution, a complete - machine-readable copy of the corresponding source code, to be - distributed under the terms of Sections 1 and 2 above on a medium - customarily used for software interchange; or, - - c) Accompany it with the information you received as to the offer - to distribute corresponding source code. (This alternative is - allowed only for noncommercial distribution and only if you - received the program in object code or executable form with such - an offer, in accord with Subsection b above.) - -The source code for a work means the preferred form of the work for -making modifications to it. For an executable work, complete source -code means all the source code for all modules it contains, plus any -associated interface definition files, plus the scripts used to -control compilation and installation of the executable. However, as a -special exception, the source code distributed need not include -anything that is normally distributed (in either source or binary -form) with the major components (compiler, kernel, and so on) of the -operating system on which the executable runs, unless that component -itself accompanies the executable. - -If distribution of executable or object code is made by offering -access to copy from a designated place, then offering equivalent -access to copy the source code from the same place counts as -distribution of the source code, even though third parties are not -compelled to copy the source along with the object code. - - 4. You may not copy, modify, sublicense, or distribute the Program -except as expressly provided under this License. Any attempt -otherwise to copy, modify, sublicense or distribute the Program is -void, and will automatically terminate your rights under this License. -However, parties who have received copies, or rights, from you under -this License will not have their licenses terminated so long as such -parties remain in full compliance. - - 5. You are not required to accept this License, since you have not -signed it. However, nothing else grants you permission to modify or -distribute the Program or its derivative works. These actions are -prohibited by law if you do not accept this License. Therefore, by -modifying or distributing the Program (or any work based on the -Program), you indicate your acceptance of this License to do so, and -all its terms and conditions for copying, distributing or modifying -the Program or works based on it. - - 6. Each time you redistribute the Program (or any work based on the -Program), the recipient automatically receives a license from the -original licensor to copy, distribute or modify the Program subject to -these terms and conditions. You may not impose any further -restrictions on the recipients' exercise of the rights granted herein. -You are not responsible for enforcing compliance by third parties to -this License. - - 7. If, as a consequence of a court judgment or allegation of patent -infringement or for any other reason (not limited to patent issues), -conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot -distribute so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you -may not distribute the Program at all. For example, if a patent -license would not permit royalty-free redistribution of the Program by -all those who receive copies directly or indirectly through you, then -the only way you could satisfy both it and this License would be to -refrain entirely from distribution of the Program. - -If any portion of this section is held invalid or unenforceable under -any particular circumstance, the balance of the section is intended to -apply and the section as a whole is intended to apply in other -circumstances. - -It is not the purpose of this section to induce you to infringe any -patents or other property right claims or to contest validity of any -such claims; this section has the sole purpose of protecting the -integrity of the free software distribution system, which is -implemented by public license practices. Many people have made -generous contributions to the wide range of software distributed -through that system in reliance on consistent application of that -system; it is up to the author/donor to decide if he or she is willing -to distribute software through any other system and a licensee cannot -impose that choice. - -This section is intended to make thoroughly clear what is believed to -be a consequence of the rest of this License. - - 8. If the distribution and/or use of the Program is restricted in -certain countries either by patents or by copyrighted interfaces, the -original copyright holder who places the Program under this License -may add an explicit geographical distribution limitation excluding -those countries, so that distribution is permitted only in or among -countries not thus excluded. In such case, this License incorporates -the limitation as if written in the body of this License. - - 9. The Free Software Foundation may publish revised and/or new versions -of the General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - -Each version is given a distinguishing version number. If the Program -specifies a version number of this License which applies to it and "any -later version", you have the option of following the terms and conditions -either of that version or of any later version published by the Free -Software Foundation. If the Program does not specify a version number of -this License, you may choose any version ever published by the Free Software -Foundation. - - 10. If you wish to incorporate parts of the Program into other free -programs whose distribution conditions are different, write to the author -to ask for permission. For software which is copyrighted by the Free -Software Foundation, write to the Free Software Foundation; we sometimes -make exceptions for this. Our decision will be guided by the two goals -of preserving the free status of all derivatives of our free software and -of promoting the sharing and reuse of software generally. - - NO WARRANTY - - 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY -FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN -OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES -PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED -OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS -TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE -PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, -REPAIR OR CORRECTION. - - 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR -REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, -INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING -OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED -TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY -YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER -PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE -POSSIBILITY OF SUCH DAMAGES. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -convey the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. - - - Copyright (C) 19yy - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - - -Also add information on how to contact you by electronic and paper mail. - -If the program is interactive, make it output a short notice like this -when it starts in an interactive mode: - - Gnomovision version 69, Copyright (C) 19yy name of author - Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, the commands you use may -be called something other than `show w' and `show c'; they could even be -mouse-clicks or menu items--whatever suits your program. - -You should also get your employer (if you work as a programmer) or your -school, if any, to sign a "copyright disclaimer" for the program, if -necessary. Here is a sample; alter the names: - - Yoyodyne, Inc., hereby disclaims all copyright interest in the program - `Gnomovision' (which makes passes at compilers) written by James Hacker. - - , 1 April 1989 - Ty Coon, President of Vice - -This General Public License does not permit incorporating your program into -proprietary programs. If your program is a subroutine library, you may -consider it more useful to permit linking proprietary applications with the -library. If this is what you want to do, use the GNU Library General -Public License instead of this License. - GNU GENERAL PUBLIC LICENSE - Version 2, June 1991 - - Copyright (C) 1989, 1991 Free Software Foundation, Inc. - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The licenses for most software are designed to take away your -freedom to share and change it. By contrast, the GNU General Public -License is intended to guarantee your freedom to share and change free -software--to make sure the software is free for all its users. This -General Public License applies to most of the Free Software -Foundation's software and to any other program whose authors commit to -using it. (Some other Free Software Foundation software is covered by -the GNU Library General Public License instead.) You can apply it to -your programs, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -this service if you wish), that you receive source code or can get it -if you want it, that you can change the software or use pieces of it -in new free programs; and that you know you can do these things. - - To protect your rights, we need to make restrictions that forbid -anyone to deny you these rights or to ask you to surrender the rights. -These restrictions translate to certain responsibilities for you if you -distribute copies of the software, or if you modify it. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must give the recipients all the rights that -you have. You must make sure that they, too, receive or can get the -source code. And you must show them these terms so they know their -rights. - - We protect your rights with two steps: (1) copyright the software, and -(2) offer you this license which gives you legal permission to copy, -distribute and/or modify the software. - - Also, for each author's protection and ours, we want to make certain -that everyone understands that there is no warranty for this free -software. If the software is modified by someone else and passed on, we -want its recipients to know that what they have is not the original, so -that any problems introduced by others will not reflect on the original -authors' reputations. - - Finally, any free program is threatened constantly by software -patents. We wish to avoid the danger that redistributors of a free -program will individually obtain patent licenses, in effect making the -program proprietary. To prevent this, we have made it clear that any -patent must be licensed for everyone's free use or not licensed at all. - - The precise terms and conditions for copying, distribution and -modification follow. - - GNU GENERAL PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. This License applies to any program or other work which contains -a notice placed by the copyright holder saying it may be distributed -under the terms of this General Public License. The "Program", below, -refers to any such program or work, and a "work based on the Program" -means either the Program or any derivative work under copyright law: -that is to say, a work containing the Program or a portion of it, -either verbatim or with modifications and/or translated into another -language. (Hereinafter, translation is included without limitation in -the term "modification".) Each licensee is addressed as "you". - -Activities other than copying, distribution and modification are not -covered by this License; they are outside its scope. The act of -running the Program is not restricted, and the output from the Program -is covered only if its contents constitute a work based on the -Program (independent of having been made by running the Program). -Whether that is true depends on what the Program does. - - 1. You may copy and distribute verbatim copies of the Program's -source code as you receive it, in any medium, provided that you -conspicuously and appropriately publish on each copy an appropriate -copyright notice and disclaimer of warranty; keep intact all the -notices that refer to this License and to the absence of any warranty; -and give any other recipients of the Program a copy of this License -along with the Program. - -You may charge a fee for the physical act of transferring a copy, and -you may at your option offer warranty protection in exchange for a fee. - - 2. You may modify your copy or copies of the Program or any portion -of it, thus forming a work based on the Program, and copy and -distribute such modifications or work under the terms of Section 1 -above, provided that you also meet all of these conditions: - - a) You must cause the modified files to carry prominent notices - stating that you changed the files and the date of any change. - - b) You must cause any work that you distribute or publish, that in - whole or in part contains or is derived from the Program or any - part thereof, to be licensed as a whole at no charge to all third - parties under the terms of this License. - - c) If the modified program normally reads commands interactively - when run, you must cause it, when started running for such - interactive use in the most ordinary way, to print or display an - announcement including an appropriate copyright notice and a - notice that there is no warranty (or else, saying that you provide - a warranty) and that users may redistribute the program under - these conditions, and telling the user how to view a copy of this - License. (Exception: if the Program itself is interactive but - does not normally print such an announcement, your work based on - the Program is not required to print an announcement.) - -These requirements apply to the modified work as a whole. If -identifiable sections of that work are not derived from the Program, -and can be reasonably considered independent and separate works in -themselves, then this License, and its terms, do not apply to those -sections when you distribute them as separate works. But when you -distribute the same sections as part of a whole which is a work based -on the Program, the distribution of the whole must be on the terms of -this License, whose permissions for other licensees extend to the -entire whole, and thus to each and every part regardless of who wrote it. - -Thus, it is not the intent of this section to claim rights or contest -your rights to work written entirely by you; rather, the intent is to -exercise the right to control the distribution of derivative or -collective works based on the Program. - -In addition, mere aggregation of another work not based on the Program -with the Program (or with a work based on the Program) on a volume of -a storage or distribution medium does not bring the other work under -the scope of this License. - - 3. You may copy and distribute the Program (or a work based on it, -under Section 2) in object code or executable form under the terms of -Sections 1 and 2 above provided that you also do one of the following: - - a) Accompany it with the complete corresponding machine-readable - source code, which must be distributed under the terms of Sections - 1 and 2 above on a medium customarily used for software interchange; or, - - b) Accompany it with a written offer, valid for at least three - years, to give any third party, for a charge no more than your - cost of physically performing source distribution, a complete - machine-readable copy of the corresponding source code, to be - distributed under the terms of Sections 1 and 2 above on a medium - customarily used for software interchange; or, - - c) Accompany it with the information you received as to the offer - to distribute corresponding source code. (This alternative is - allowed only for noncommercial distribution and only if you - received the program in object code or executable form with such - an offer, in accord with Subsection b above.) - -The source code for a work means the preferred form of the work for -making modifications to it. For an executable work, complete source -code means all the source code for all modules it contains, plus any -associated interface definition files, plus the scripts used to -control compilation and installation of the executable. However, as a -special exception, the source code distributed need not include -anything that is normally distributed (in either source or binary -form) with the major components (compiler, kernel, and so on) of the -operating system on which the executable runs, unless that component -itself accompanies the executable. - -If distribution of executable or object code is made by offering -access to copy from a designated place, then offering equivalent -access to copy the source code from the same place counts as -distribution of the source code, even though third parties are not -compelled to copy the source along with the object code. - - 4. You may not copy, modify, sublicense, or distribute the Program -except as expressly provided under this License. Any attempt -otherwise to copy, modify, sublicense or distribute the Program is -void, and will automatically terminate your rights under this License. -However, parties who have received copies, or rights, from you under -this License will not have their licenses terminated so long as such -parties remain in full compliance. - - 5. You are not required to accept this License, since you have not -signed it. However, nothing else grants you permission to modify or -distribute the Program or its derivative works. These actions are -prohibited by law if you do not accept this License. Therefore, by -modifying or distributing the Program (or any work based on the -Program), you indicate your acceptance of this License to do so, and -all its terms and conditions for copying, distributing or modifying -the Program or works based on it. - - 6. Each time you redistribute the Program (or any work based on the -Program), the recipient automatically receives a license from the -original licensor to copy, distribute or modify the Program subject to -these terms and conditions. You may not impose any further -restrictions on the recipients' exercise of the rights granted herein. -You are not responsible for enforcing compliance by third parties to -this License. - - 7. If, as a consequence of a court judgment or allegation of patent -infringement or for any other reason (not limited to patent issues), -conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot -distribute so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you -may not distribute the Program at all. For example, if a patent -license would not permit royalty-free redistribution of the Program by -all those who receive copies directly or indirectly through you, then -the only way you could satisfy both it and this License would be to -refrain entirely from distribution of the Program. - -If any portion of this section is held invalid or unenforceable under -any particular circumstance, the balance of the section is intended to -apply and the section as a whole is intended to apply in other -circumstances. - -It is not the purpose of this section to induce you to infringe any -patents or other property right claims or to contest validity of any -such claims; this section has the sole purpose of protecting the -integrity of the free software distribution system, which is -implemented by public license practices. Many people have made -generous contributions to the wide range of software distributed -through that system in reliance on consistent application of that -system; it is up to the author/donor to decide if he or she is willing -to distribute software through any other system and a licensee cannot -impose that choice. - -This section is intended to make thoroughly clear what is believed to -be a consequence of the rest of this License. - - 8. If the distribution and/or use of the Program is restricted in -certain countries either by patents or by copyrighted interfaces, the -original copyright holder who places the Program under this License -may add an explicit geographical distribution limitation excluding -those countries, so that distribution is permitted only in or among -countries not thus excluded. In such case, this License incorporates -the limitation as if written in the body of this License. - - 9. The Free Software Foundation may publish revised and/or new versions -of the General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - -Each version is given a distinguishing version number. If the Program -specifies a version number of this License which applies to it and "any -later version", you have the option of following the terms and conditions -either of that version or of any later version published by the Free -Software Foundation. If the Program does not specify a version number of -this License, you may choose any version ever published by the Free Software -Foundation. - - 10. If you wish to incorporate parts of the Program into other free -programs whose distribution conditions are different, write to the author -to ask for permission. For software which is copyrighted by the Free -Software Foundation, write to the Free Software Foundation; we sometimes -make exceptions for this. Our decision will be guided by the two goals -of preserving the free status of all derivatives of our free software and -of promoting the sharing and reuse of software generally. - - NO WARRANTY - - 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY -FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN -OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES -PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED -OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS -TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE -PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, -REPAIR OR CORRECTION. - - 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR -REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, -INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING -OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED -TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY -YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER -PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE -POSSIBILITY OF SUCH DAMAGES. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -convey the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - - -Also add information on how to contact you by electronic and paper mail. - -If the program is interactive, make it output a short notice like this -when it starts in an interactive mode: - - Gnomovision version 69, Copyright (C) year name of author - Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, the commands you use may -be called something other than `show w' and `show c'; they could even be -mouse-clicks or menu items--whatever suits your program. - -You should also get your employer (if you work as a programmer) or your -school, if any, to sign a "copyright disclaimer" for the program, if -necessary. Here is a sample; alter the names: - - Yoyodyne, Inc., hereby disclaims all copyright interest in the program - `Gnomovision' (which makes passes at compilers) written by James Hacker. - - , 1 April 1989 - Ty Coon, President of Vice - -This General Public License does not permit incorporating your program into -proprietary programs. If your program is a subroutine library, you may -consider it more useful to permit linking proprietary applications with the -library. If this is what you want to do, use the GNU Library General -Public License instead of this License. - GNU GENERAL PUBLIC LICENSE - Version 3, 29 June 2007 - - Copyright (C) 2007 Free Software Foundation, Inc. - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The GNU General Public License is a free, copyleft license for -software and other kinds of works. - - The licenses for most software and other practical works are designed -to take away your freedom to share and change the works. By contrast, -the GNU General Public License is intended to guarantee your freedom to -share and change all versions of a program--to make sure it remains free -software for all its users. We, the Free Software Foundation, use the -GNU General Public License for most of our software; it applies also to -any other work released this way by its authors. You can apply it to -your programs, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -them if you wish), that you receive source code or can get it if you -want it, that you can change the software or use pieces of it in new -free programs, and that you know you can do these things. - - To protect your rights, we need to prevent others from denying you -these rights or asking you to surrender the rights. Therefore, you have -certain responsibilities if you distribute copies of the software, or if -you modify it: responsibilities to respect the freedom of others. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must pass on to the recipients the same -freedoms that you received. You must make sure that they, too, receive -or can get the source code. And you must show them these terms so they -know their rights. - - Developers that use the GNU GPL protect your rights with two steps: -(1) assert copyright on the software, and (2) offer you this License -giving you legal permission to copy, distribute and/or modify it. - - For the developers' and authors' protection, the GPL clearly explains -that there is no warranty for this free software. For both users' and -authors' sake, the GPL requires that modified versions be marked as -changed, so that their problems will not be attributed erroneously to -authors of previous versions. - - Some devices are designed to deny users access to install or run -modified versions of the software inside them, although the manufacturer -can do so. This is fundamentally incompatible with the aim of -protecting users' freedom to change the software. The systematic -pattern of such abuse occurs in the area of products for individuals to -use, which is precisely where it is most unacceptable. Therefore, we -have designed this version of the GPL to prohibit the practice for those -products. If such problems arise substantially in other domains, we -stand ready to extend this provision to those domains in future versions -of the GPL, as needed to protect the freedom of users. - - Finally, every program is threatened constantly by software patents. -States should not allow patents to restrict development and use of -software on general-purpose computers, but in those that do, we wish to -avoid the special danger that patents applied to a free program could -make it effectively proprietary. To prevent this, the GPL assures that -patents cannot be used to render the program non-free. - - The precise terms and conditions for copying, distribution and -modification follow. - - TERMS AND CONDITIONS - - 0. Definitions. - - "This License" refers to version 3 of the GNU General Public License. - - "Copyright" also means copyright-like laws that apply to other kinds of -works, such as semiconductor masks. - - "The Program" refers to any copyrightable work licensed under this -License. Each licensee is addressed as "you". "Licensees" and -"recipients" may be individuals or organizations. - - To "modify" a work means to copy from or adapt all or part of the work -in a fashion requiring copyright permission, other than the making of an -exact copy. The resulting work is called a "modified version" of the -earlier work or a work "based on" the earlier work. - - A "covered work" means either the unmodified Program or a work based -on the Program. - - To "propagate" a work means to do anything with it that, without -permission, would make you directly or secondarily liable for -infringement under applicable copyright law, except executing it on a -computer or modifying a private copy. Propagation includes copying, -distribution (with or without modification), making available to the -public, and in some countries other activities as well. - - To "convey" a work means any kind of propagation that enables other -parties to make or receive copies. Mere interaction with a user through -a computer network, with no transfer of a copy, is not conveying. - - An interactive user interface displays "Appropriate Legal Notices" -to the extent that it includes a convenient and prominently visible -feature that (1) displays an appropriate copyright notice, and (2) -tells the user that there is no warranty for the work (except to the -extent that warranties are provided), that licensees may convey the -work under this License, and how to view a copy of this License. If -the interface presents a list of user commands or options, such as a -menu, a prominent item in the list meets this criterion. - - 1. Source Code. - - The "source code" for a work means the preferred form of the work -for making modifications to it. "Object code" means any non-source -form of a work. - - A "Standard Interface" means an interface that either is an official -standard defined by a recognized standards body, or, in the case of -interfaces specified for a particular programming language, one that -is widely used among developers working in that language. - - The "System Libraries" of an executable work include anything, other -than the work as a whole, that (a) is included in the normal form of -packaging a Major Component, but which is not part of that Major -Component, and (b) serves only to enable use of the work with that -Major Component, or to implement a Standard Interface for which an -implementation is available to the public in source code form. A -"Major Component", in this context, means a major essential component -(kernel, window system, and so on) of the specific operating system -(if any) on which the executable work runs, or a compiler used to -produce the work, or an object code interpreter used to run it. - - The "Corresponding Source" for a work in object code form means all -the source code needed to generate, install, and (for an executable -work) run the object code and to modify the work, including scripts to -control those activities. However, it does not include the work's -System Libraries, or general-purpose tools or generally available free -programs which are used unmodified in performing those activities but -which are not part of the work. For example, Corresponding Source -includes interface definition files associated with source files for -the work, and the source code for shared libraries and dynamically -linked subprograms that the work is specifically designed to require, -such as by intimate data communication or control flow between those -subprograms and other parts of the work. - - The Corresponding Source need not include anything that users -can regenerate automatically from other parts of the Corresponding -Source. - - The Corresponding Source for a work in source code form is that -same work. - - 2. Basic Permissions. - - All rights granted under this License are granted for the term of -copyright on the Program, and are irrevocable provided the stated -conditions are met. This License explicitly affirms your unlimited -permission to run the unmodified Program. The output from running a -covered work is covered by this License only if the output, given its -content, constitutes a covered work. This License acknowledges your -rights of fair use or other equivalent, as provided by copyright law. - - You may make, run and propagate covered works that you do not -convey, without conditions so long as your license otherwise remains -in force. You may convey covered works to others for the sole purpose -of having them make modifications exclusively for you, or provide you -with facilities for running those works, provided that you comply with -the terms of this License in conveying all material for which you do -not control copyright. Those thus making or running the covered works -for you must do so exclusively on your behalf, under your direction -and control, on terms that prohibit them from making any copies of -your copyrighted material outside their relationship with you. - - Conveying under any other circumstances is permitted solely under -the conditions stated below. Sublicensing is not allowed; section 10 -makes it unnecessary. - - 3. Protecting Users' Legal Rights From Anti-Circumvention Law. - - No covered work shall be deemed part of an effective technological -measure under any applicable law fulfilling obligations under article -11 of the WIPO copyright treaty adopted on 20 December 1996, or -similar laws prohibiting or restricting circumvention of such -measures. - - When you convey a covered work, you waive any legal power to forbid -circumvention of technological measures to the extent such circumvention -is effected by exercising rights under this License with respect to -the covered work, and you disclaim any intention to limit operation or -modification of the work as a means of enforcing, against the work's -users, your or third parties' legal rights to forbid circumvention of -technological measures. - - 4. Conveying Verbatim Copies. - - You may convey verbatim copies of the Program's source code as you -receive it, in any medium, provided that you conspicuously and -appropriately publish on each copy an appropriate copyright notice; -keep intact all notices stating that this License and any -non-permissive terms added in accord with section 7 apply to the code; -keep intact all notices of the absence of any warranty; and give all -recipients a copy of this License along with the Program. - - You may charge any price or no price for each copy that you convey, -and you may offer support or warranty protection for a fee. - - 5. Conveying Modified Source Versions. - - You may convey a work based on the Program, or the modifications to -produce it from the Program, in the form of source code under the -terms of section 4, provided that you also meet all of these conditions: - - a) The work must carry prominent notices stating that you modified - it, and giving a relevant date. - - b) The work must carry prominent notices stating that it is - released under this License and any conditions added under section - 7. This requirement modifies the requirement in section 4 to - "keep intact all notices". - - c) You must license the entire work, as a whole, under this - License to anyone who comes into possession of a copy. This - License will therefore apply, along with any applicable section 7 - additional terms, to the whole of the work, and all its parts, - regardless of how they are packaged. This License gives no - permission to license the work in any other way, but it does not - invalidate such permission if you have separately received it. - - d) If the work has interactive user interfaces, each must display - Appropriate Legal Notices; however, if the Program has interactive - interfaces that do not display Appropriate Legal Notices, your - work need not make them do so. - - A compilation of a covered work with other separate and independent -works, which are not by their nature extensions of the covered work, -and which are not combined with it such as to form a larger program, -in or on a volume of a storage or distribution medium, is called an -"aggregate" if the compilation and its resulting copyright are not -used to limit the access or legal rights of the compilation's users -beyond what the individual works permit. Inclusion of a covered work -in an aggregate does not cause this License to apply to the other -parts of the aggregate. - - 6. Conveying Non-Source Forms. - - You may convey a covered work in object code form under the terms -of sections 4 and 5, provided that you also convey the -machine-readable Corresponding Source under the terms of this License, -in one of these ways: - - a) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by the - Corresponding Source fixed on a durable physical medium - customarily used for software interchange. - - b) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by a - written offer, valid for at least three years and valid for as - long as you offer spare parts or customer support for that product - model, to give anyone who possesses the object code either (1) a - copy of the Corresponding Source for all the software in the - product that is covered by this License, on a durable physical - medium customarily used for software interchange, for a price no - more than your reasonable cost of physically performing this - conveying of source, or (2) access to copy the - Corresponding Source from a network server at no charge. - - c) Convey individual copies of the object code with a copy of the - written offer to provide the Corresponding Source. This - alternative is allowed only occasionally and noncommercially, and - only if you received the object code with such an offer, in accord - with subsection 6b. - - d) Convey the object code by offering access from a designated - place (gratis or for a charge), and offer equivalent access to the - Corresponding Source in the same way through the same place at no - further charge. You need not require recipients to copy the - Corresponding Source along with the object code. If the place to - copy the object code is a network server, the Corresponding Source - may be on a different server (operated by you or a third party) - that supports equivalent copying facilities, provided you maintain - clear directions next to the object code saying where to find the - Corresponding Source. Regardless of what server hosts the - Corresponding Source, you remain obligated to ensure that it is - available for as long as needed to satisfy these requirements. - - e) Convey the object code using peer-to-peer transmission, provided - you inform other peers where the object code and Corresponding - Source of the work are being offered to the general public at no - charge under subsection 6d. - - A separable portion of the object code, whose source code is excluded -from the Corresponding Source as a System Library, need not be -included in conveying the object code work. - - A "User Product" is either (1) a "consumer product", which means any -tangible personal property which is normally used for personal, family, -or household purposes, or (2) anything designed or sold for incorporation -into a dwelling. In determining whether a product is a consumer product, -doubtful cases shall be resolved in favor of coverage. For a particular -product received by a particular user, "normally used" refers to a -typical or common use of that class of product, regardless of the status -of the particular user or of the way in which the particular user -actually uses, or expects or is expected to use, the product. A product -is a consumer product regardless of whether the product has substantial -commercial, industrial or non-consumer uses, unless such uses represent -the only significant mode of use of the product. - - "Installation Information" for a User Product means any methods, -procedures, authorization keys, or other information required to install -and execute modified versions of a covered work in that User Product from -a modified version of its Corresponding Source. The information must -suffice to ensure that the continued functioning of the modified object -code is in no case prevented or interfered with solely because -modification has been made. - - If you convey an object code work under this section in, or with, or -specifically for use in, a User Product, and the conveying occurs as -part of a transaction in which the right of possession and use of the -User Product is transferred to the recipient in perpetuity or for a -fixed term (regardless of how the transaction is characterized), the -Corresponding Source conveyed under this section must be accompanied -by the Installation Information. But this requirement does not apply -if neither you nor any third party retains the ability to install -modified object code on the User Product (for example, the work has -been installed in ROM). - - The requirement to provide Installation Information does not include a -requirement to continue to provide support service, warranty, or updates -for a work that has been modified or installed by the recipient, or for -the User Product in which it has been modified or installed. Access to a -network may be denied when the modification itself materially and -adversely affects the operation of the network or violates the rules and -protocols for communication across the network. - - Corresponding Source conveyed, and Installation Information provided, -in accord with this section must be in a format that is publicly -documented (and with an implementation available to the public in -source code form), and must require no special password or key for -unpacking, reading or copying. - - 7. Additional Terms. - - "Additional permissions" are terms that supplement the terms of this -License by making exceptions from one or more of its conditions. -Additional permissions that are applicable to the entire Program shall -be treated as though they were included in this License, to the extent -that they are valid under applicable law. If additional permissions -apply only to part of the Program, that part may be used separately -under those permissions, but the entire Program remains governed by -this License without regard to the additional permissions. - - When you convey a copy of a covered work, you may at your option -remove any additional permissions from that copy, or from any part of -it. (Additional permissions may be written to require their own -removal in certain cases when you modify the work.) You may place -additional permissions on material, added by you to a covered work, -for which you have or can give appropriate copyright permission. - - Notwithstanding any other provision of this License, for material you -add to a covered work, you may (if authorized by the copyright holders of -that material) supplement the terms of this License with terms: - - a) Disclaiming warranty or limiting liability differently from the - terms of sections 15 and 16 of this License; or - - b) Requiring preservation of specified reasonable legal notices or - author attributions in that material or in the Appropriate Legal - Notices displayed by works containing it; or - - c) Prohibiting misrepresentation of the origin of that material, or - requiring that modified versions of such material be marked in - reasonable ways as different from the original version; or - - d) Limiting the use for publicity purposes of names of licensors or - authors of the material; or - - e) Declining to grant rights under trademark law for use of some - trade names, trademarks, or service marks; or - - f) Requiring indemnification of licensors and authors of that - material by anyone who conveys the material (or modified versions of - it) with contractual assumptions of liability to the recipient, for - any liability that these contractual assumptions directly impose on - those licensors and authors. - - All other non-permissive additional terms are considered "further -restrictions" within the meaning of section 10. If the Program as you -received it, or any part of it, contains a notice stating that it is -governed by this License along with a term that is a further -restriction, you may remove that term. If a license document contains -a further restriction but permits relicensing or conveying under this -License, you may add to a covered work material governed by the terms -of that license document, provided that the further restriction does -not survive such relicensing or conveying. - - If you add terms to a covered work in accord with this section, you -must place, in the relevant source files, a statement of the -additional terms that apply to those files, or a notice indicating -where to find the applicable terms. - - Additional terms, permissive or non-permissive, may be stated in the -form of a separately written license, or stated as exceptions; -the above requirements apply either way. - - 8. Termination. - - You may not propagate or modify a covered work except as expressly -provided under this License. Any attempt otherwise to propagate or -modify it is void, and will automatically terminate your rights under -this License (including any patent licenses granted under the third -paragraph of section 11). - - However, if you cease all violation of this License, then your -license from a particular copyright holder is reinstated (a) -provisionally, unless and until the copyright holder explicitly and -finally terminates your license, and (b) permanently, if the copyright -holder fails to notify you of the violation by some reasonable means -prior to 60 days after the cessation. - - Moreover, your license from a particular copyright holder is -reinstated permanently if the copyright holder notifies you of the -violation by some reasonable means, this is the first time you have -received notice of violation of this License (for any work) from that -copyright holder, and you cure the violation prior to 30 days after -your receipt of the notice. - - Termination of your rights under this section does not terminate the -licenses of parties who have received copies or rights from you under -this License. If your rights have been terminated and not permanently -reinstated, you do not qualify to receive new licenses for the same -material under section 10. - - 9. Acceptance Not Required for Having Copies. - - You are not required to accept this License in order to receive or -run a copy of the Program. Ancillary propagation of a covered work -occurring solely as a consequence of using peer-to-peer transmission -to receive a copy likewise does not require acceptance. However, -nothing other than this License grants you permission to propagate or -modify any covered work. These actions infringe copyright if you do -not accept this License. Therefore, by modifying or propagating a -covered work, you indicate your acceptance of this License to do so. - - 10. Automatic Licensing of Downstream Recipients. - - Each time you convey a covered work, the recipient automatically -receives a license from the original licensors, to run, modify and -propagate that work, subject to this License. You are not responsible -for enforcing compliance by third parties with this License. - - An "entity transaction" is a transaction transferring control of an -organization, or substantially all assets of one, or subdividing an -organization, or merging organizations. If propagation of a covered -work results from an entity transaction, each party to that -transaction who receives a copy of the work also receives whatever -licenses to the work the party's predecessor in interest had or could -give under the previous paragraph, plus a right to possession of the -Corresponding Source of the work from the predecessor in interest, if -the predecessor has it or can get it with reasonable efforts. - - You may not impose any further restrictions on the exercise of the -rights granted or affirmed under this License. For example, you may -not impose a license fee, royalty, or other charge for exercise of -rights granted under this License, and you may not initiate litigation -(including a cross-claim or counterclaim in a lawsuit) alleging that -any patent claim is infringed by making, using, selling, offering for -sale, or importing the Program or any portion of it. - - 11. Patents. - - A "contributor" is a copyright holder who authorizes use under this -License of the Program or a work on which the Program is based. The -work thus licensed is called the contributor's "contributor version". - - A contributor's "essential patent claims" are all patent claims -owned or controlled by the contributor, whether already acquired or -hereafter acquired, that would be infringed by some manner, permitted -by this License, of making, using, or selling its contributor version, -but do not include claims that would be infringed only as a -consequence of further modification of the contributor version. For -purposes of this definition, "control" includes the right to grant -patent sublicenses in a manner consistent with the requirements of -this License. - - Each contributor grants you a non-exclusive, worldwide, royalty-free -patent license under the contributor's essential patent claims, to -make, use, sell, offer for sale, import and otherwise run, modify and -propagate the contents of its contributor version. - - In the following three paragraphs, a "patent license" is any express -agreement or commitment, however denominated, not to enforce a patent -(such as an express permission to practice a patent or covenant not to -sue for patent infringement). To "grant" such a patent license to a -party means to make such an agreement or commitment not to enforce a -patent against the party. - - If you convey a covered work, knowingly relying on a patent license, -and the Corresponding Source of the work is not available for anyone -to copy, free of charge and under the terms of this License, through a -publicly available network server or other readily accessible means, -then you must either (1) cause the Corresponding Source to be so -available, or (2) arrange to deprive yourself of the benefit of the -patent license for this particular work, or (3) arrange, in a manner -consistent with the requirements of this License, to extend the patent -license to downstream recipients. "Knowingly relying" means you have -actual knowledge that, but for the patent license, your conveying the -covered work in a country, or your recipient's use of the covered work -in a country, would infringe one or more identifiable patents in that -country that you have reason to believe are valid. - - If, pursuant to or in connection with a single transaction or -arrangement, you convey, or propagate by procuring conveyance of, a -covered work, and grant a patent license to some of the parties -receiving the covered work authorizing them to use, propagate, modify -or convey a specific copy of the covered work, then the patent license -you grant is automatically extended to all recipients of the covered -work and works based on it. - - A patent license is "discriminatory" if it does not include within -the scope of its coverage, prohibits the exercise of, or is -conditioned on the non-exercise of one or more of the rights that are -specifically granted under this License. You may not convey a covered -work if you are a party to an arrangement with a third party that is -in the business of distributing software, under which you make payment -to the third party based on the extent of your activity of conveying -the work, and under which the third party grants, to any of the -parties who would receive the covered work from you, a discriminatory -patent license (a) in connection with copies of the covered work -conveyed by you (or copies made from those copies), or (b) primarily -for and in connection with specific products or compilations that -contain the covered work, unless you entered into that arrangement, -or that patent license was granted, prior to 28 March 2007. - - Nothing in this License shall be construed as excluding or limiting -any implied license or other defenses to infringement that may -otherwise be available to you under applicable patent law. - - 12. No Surrender of Others' Freedom. - - If conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot convey a -covered work so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you may -not convey it at all. For example, if you agree to terms that obligate you -to collect a royalty for further conveying from those to whom you convey -the Program, the only way you could satisfy both those terms and this -License would be to refrain entirely from conveying the Program. - - 13. Use with the GNU Affero General Public License. - - Notwithstanding any other provision of this License, you have -permission to link or combine any covered work with a work licensed -under version 3 of the GNU Affero General Public License into a single -combined work, and to convey the resulting work. The terms of this -License will continue to apply to the part which is the covered work, -but the special requirements of the GNU Affero General Public License, -section 13, concerning interaction through a network will apply to the -combination as such. - - 14. Revised Versions of this License. - - The Free Software Foundation may publish revised and/or new versions of -the GNU General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - - Each version is given a distinguishing version number. If the -Program specifies that a certain numbered version of the GNU General -Public License "or any later version" applies to it, you have the -option of following the terms and conditions either of that numbered -version or of any later version published by the Free Software -Foundation. If the Program does not specify a version number of the -GNU General Public License, you may choose any version ever published -by the Free Software Foundation. - - If the Program specifies that a proxy can decide which future -versions of the GNU General Public License can be used, that proxy's -public statement of acceptance of a version permanently authorizes you -to choose that version for the Program. - - Later license versions may give you additional or different -permissions. However, no additional obligations are imposed on any -author or copyright holder as a result of your choosing to follow a -later version. - - 15. Disclaimer of Warranty. - - THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY -APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT -HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY -OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, -THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM -IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF -ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - - 16. Limitation of Liability. - - IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS -THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY -GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE -USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF -DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD -PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), -EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF -SUCH DAMAGES. - - 17. Interpretation of Sections 15 and 16. - - If the disclaimer of warranty and limitation of liability provided -above cannot be given local legal effect according to their terms, -reviewing courts shall apply local law that most closely approximates -an absolute waiver of all civil liability in connection with the -Program, unless a warranty or assumption of liability accompanies a -copy of the Program in return for a fee. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -state the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - -Also add information on how to contact you by electronic and paper mail. - - If the program does terminal interaction, make it output a short -notice like this when it starts in an interactive mode: - - Copyright (C) - This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, your program's commands -might be different; for a GUI interface, you would use an "about box". - - You should also get your employer (if you work as a programmer) or school, -if any, to sign a "copyright disclaimer" for the program, if necessary. -For more information on this, and how to apply and follow the GNU GPL, see -. - - The GNU General Public License does not permit incorporating your program -into proprietary programs. If your program is a subroutine library, you -may consider it more useful to permit linking proprietary applications with -the library. If this is what you want to do, use the GNU Lesser General -Public License instead of this License. But first, please read -. - GNU LESSER GENERAL PUBLIC LICENSE - Version 3, 29 June 2007 - - Copyright (C) 2007 Free Software Foundation, Inc. - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - - This version of the GNU Lesser General Public License incorporates -the terms and conditions of version 3 of the GNU General Public -License, supplemented by the additional permissions listed below. - - 0. Additional Definitions. - - As used herein, "this License" refers to version 3 of the GNU Lesser -General Public License, and the "GNU GPL" refers to version 3 of the GNU -General Public License. - - "The Library" refers to a covered work governed by this License, -other than an Application or a Combined Work as defined below. - - An "Application" is any work that makes use of an interface provided -by the Library, but which is not otherwise based on the Library. -Defining a subclass of a class defined by the Library is deemed a mode -of using an interface provided by the Library. - - A "Combined Work" is a work produced by combining or linking an -Application with the Library. The particular version of the Library -with which the Combined Work was made is also called the "Linked -Version". - - The "Minimal Corresponding Source" for a Combined Work means the -Corresponding Source for the Combined Work, excluding any source code -for portions of the Combined Work that, considered in isolation, are -based on the Application, and not on the Linked Version. - - The "Corresponding Application Code" for a Combined Work means the -object code and/or source code for the Application, including any data -and utility programs needed for reproducing the Combined Work from the -Application, but excluding the System Libraries of the Combined Work. - - 1. Exception to Section 3 of the GNU GPL. - - You may convey a covered work under sections 3 and 4 of this License -without being bound by section 3 of the GNU GPL. - - 2. Conveying Modified Versions. - - If you modify a copy of the Library, and, in your modifications, a -facility refers to a function or data to be supplied by an Application -that uses the facility (other than as an argument passed when the -facility is invoked), then you may convey a copy of the modified -version: - - a) under this License, provided that you make a good faith effort to - ensure that, in the event an Application does not supply the - function or data, the facility still operates, and performs - whatever part of its purpose remains meaningful, or - - b) under the GNU GPL, with none of the additional permissions of - this License applicable to that copy. - - 3. Object Code Incorporating Material from Library Header Files. - - The object code form of an Application may incorporate material from -a header file that is part of the Library. You may convey such object -code under terms of your choice, provided that, if the incorporated -material is not limited to numerical parameters, data structure -layouts and accessors, or small macros, inline functions and templates -(ten or fewer lines in length), you do both of the following: - - a) Give prominent notice with each copy of the object code that the - Library is used in it and that the Library and its use are - covered by this License. - - b) Accompany the object code with a copy of the GNU GPL and this license - document. - - 4. Combined Works. - - You may convey a Combined Work under terms of your choice that, -taken together, effectively do not restrict modification of the -portions of the Library contained in the Combined Work and reverse -engineering for debugging such modifications, if you also do each of -the following: - - a) Give prominent notice with each copy of the Combined Work that - the Library is used in it and that the Library and its use are - covered by this License. - - b) Accompany the Combined Work with a copy of the GNU GPL and this license - document. - - c) For a Combined Work that displays copyright notices during - execution, include the copyright notice for the Library among - these notices, as well as a reference directing the user to the - copies of the GNU GPL and this license document. - - d) Do one of the following: - - 0) Convey the Minimal Corresponding Source under the terms of this - License, and the Corresponding Application Code in a form - suitable for, and under terms that permit, the user to - recombine or relink the Application with a modified version of - the Linked Version to produce a modified Combined Work, in the - manner specified by section 6 of the GNU GPL for conveying - Corresponding Source. - - 1) Use a suitable shared library mechanism for linking with the - Library. A suitable mechanism is one that (a) uses at run time - a copy of the Library already present on the user's computer - system, and (b) will operate properly with a modified version - of the Library that is interface-compatible with the Linked - Version. - - e) Provide Installation Information, but only if you would otherwise - be required to provide such information under section 6 of the - GNU GPL, and only to the extent that such information is - necessary to install and execute a modified version of the - Combined Work produced by recombining or relinking the - Application with a modified version of the Linked Version. (If - you use option 4d0, the Installation Information must accompany - the Minimal Corresponding Source and Corresponding Application - Code. If you use option 4d1, you must provide the Installation - Information in the manner specified by section 6 of the GNU GPL - for conveying Corresponding Source.) - - 5. Combined Libraries. - - You may place library facilities that are a work based on the -Library side by side in a single library together with other library -facilities that are not Applications and are not covered by this -License, and convey such a combined library under terms of your -choice, if you do both of the following: - - a) Accompany the combined library with a copy of the same work based - on the Library, uncombined with any other library facilities, - conveyed under the terms of this License. - - b) Give prominent notice with the combined library that part of it - is a work based on the Library, and explaining where to find the - accompanying uncombined form of the same work. - - 6. Revised Versions of the GNU Lesser General Public License. - - The Free Software Foundation may publish revised and/or new versions -of the GNU Lesser General Public License from time to time. Such new -versions will be similar in spirit to the present version, but may -differ in detail to address new problems or concerns. - - Each version is given a distinguishing version number. If the -Library as you received it specifies that a certain numbered version -of the GNU Lesser General Public License "or any later version" -applies to it, you have the option of following the terms and -conditions either of that published version or of any later version -published by the Free Software Foundation. If the Library as you -received it does not specify a version number of the GNU Lesser -General Public License, you may choose any version of the GNU Lesser -General Public License ever published by the Free Software Foundation. - - If the Library as you received it specifies that a proxy can decide -whether future versions of the GNU Lesser General Public License shall -apply, that proxy's public statement of acceptance of any version is -permanent authorization for you to choose that version for the -Library. - - GNU LESSER GENERAL PUBLIC LICENSE - Version 2.1, February 1999 - - Copyright (C) 1991, 1999 Free Software Foundation, Inc. - 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - -[This is the first released version of the Lesser GPL. It also counts - as the successor of the GNU Library Public License, version 2, hence - the version number 2.1.] - - Preamble - - The licenses for most software are designed to take away your -freedom to share and change it. By contrast, the GNU General Public -Licenses are intended to guarantee your freedom to share and change -free software--to make sure the software is free for all its users. - - This license, the Lesser General Public License, applies to some -specially designated software packages--typically libraries--of the -Free Software Foundation and other authors who decide to use it. You -can use it too, but we suggest you first think carefully about whether -this license or the ordinary General Public License is the better -strategy to use in any particular case, based on the explanations -below. - - When we speak of free software, we are referring to freedom of use, -not price. Our General Public Licenses are designed to make sure that -you have the freedom to distribute copies of free software (and charge -for this service if you wish); that you receive source code or can get -it if you want it; that you can change the software and use pieces of -it in new free programs; and that you are informed that you can do -these things. - - To protect your rights, we need to make restrictions that forbid -distributors to deny you these rights or to ask you to surrender these -rights. These restrictions translate to certain responsibilities for -you if you distribute copies of the library or if you modify it. - - For example, if you distribute copies of the library, whether gratis -or for a fee, you must give the recipients all the rights that we gave -you. You must make sure that they, too, receive or can get the source -code. If you link other code with the library, you must provide -complete object files to the recipients, so that they can relink them -with the library after making changes to the library and recompiling -it. And you must show them these terms so they know their rights. - - We protect your rights with a two-step method: (1) we copyright the -library, and (2) we offer you this license, which gives you legal -permission to copy, distribute and/or modify the library. - - To protect each distributor, we want to make it very clear that -there is no warranty for the free library. Also, if the library is -modified by someone else and passed on, the recipients should know -that what they have is not the original version, so that the original -author's reputation will not be affected by problems that might be -introduced by others. - - Finally, software patents pose a constant threat to the existence of -any free program. We wish to make sure that a company cannot -effectively restrict the users of a free program by obtaining a -restrictive license from a patent holder. Therefore, we insist that -any patent license obtained for a version of the library must be -consistent with the full freedom of use specified in this license. - - Most GNU software, including some libraries, is covered by the -ordinary GNU General Public License. This license, the GNU Lesser -General Public License, applies to certain designated libraries, and -is quite different from the ordinary General Public License. We use -this license for certain libraries in order to permit linking those -libraries into non-free programs. - - When a program is linked with a library, whether statically or using -a shared library, the combination of the two is legally speaking a -combined work, a derivative of the original library. The ordinary -General Public License therefore permits such linking only if the -entire combination fits its criteria of freedom. The Lesser General -Public License permits more lax criteria for linking other code with -the library. - - We call this license the "Lesser" General Public License because it -does Less to protect the user's freedom than the ordinary General -Public License. It also provides other free software developers Less -of an advantage over competing non-free programs. These disadvantages -are the reason we use the ordinary General Public License for many -libraries. However, the Lesser license provides advantages in certain -special circumstances. - - For example, on rare occasions, there may be a special need to -encourage the widest possible use of a certain library, so that it -becomes a de-facto standard. To achieve this, non-free programs must -be allowed to use the library. A more frequent case is that a free -library does the same job as widely used non-free libraries. In this -case, there is little to gain by limiting the free library to free -software only, so we use the Lesser General Public License. - - In other cases, permission to use a particular library in non-free -programs enables a greater number of people to use a large body of -free software. For example, permission to use the GNU C Library in -non-free programs enables many more people to use the whole GNU -operating system, as well as its variant, the GNU/Linux operating -system. - - Although the Lesser General Public License is Less protective of the -users' freedom, it does ensure that the user of a program that is -linked with the Library has the freedom and the wherewithal to run -that program using a modified version of the Library. - - The precise terms and conditions for copying, distribution and -modification follow. Pay close attention to the difference between a -"work based on the library" and a "work that uses the library". The -former contains code derived from the library, whereas the latter must -be combined with the library in order to run. - - GNU LESSER GENERAL PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. This License Agreement applies to any software library or other -program which contains a notice placed by the copyright holder or -other authorized party saying it may be distributed under the terms of -this Lesser General Public License (also called "this License"). -Each licensee is addressed as "you". - - A "library" means a collection of software functions and/or data -prepared so as to be conveniently linked with application programs -(which use some of those functions and data) to form executables. - - The "Library", below, refers to any such software library or work -which has been distributed under these terms. A "work based on the -Library" means either the Library or any derivative work under -copyright law: that is to say, a work containing the Library or a -portion of it, either verbatim or with modifications and/or translated -straightforwardly into another language. (Hereinafter, translation is -included without limitation in the term "modification".) - - "Source code" for a work means the preferred form of the work for -making modifications to it. For a library, complete source code means -all the source code for all modules it contains, plus any associated -interface definition files, plus the scripts used to control -compilation and installation of the library. - - Activities other than copying, distribution and modification are not -covered by this License; they are outside its scope. The act of -running a program using the Library is not restricted, and output from -such a program is covered only if its contents constitute a work based -on the Library (independent of the use of the Library in a tool for -writing it). Whether that is true depends on what the Library does -and what the program that uses the Library does. - - 1. You may copy and distribute verbatim copies of the Library's -complete source code as you receive it, in any medium, provided that -you conspicuously and appropriately publish on each copy an -appropriate copyright notice and disclaimer of warranty; keep intact -all the notices that refer to this License and to the absence of any -warranty; and distribute a copy of this License along with the -Library. - - You may charge a fee for the physical act of transferring a copy, -and you may at your option offer warranty protection in exchange for a -fee. - - 2. You may modify your copy or copies of the Library or any portion -of it, thus forming a work based on the Library, and copy and -distribute such modifications or work under the terms of Section 1 -above, provided that you also meet all of these conditions: - - a) The modified work must itself be a software library. - - b) You must cause the files modified to carry prominent notices - stating that you changed the files and the date of any change. - - c) You must cause the whole of the work to be licensed at no - charge to all third parties under the terms of this License. - - d) If a facility in the modified Library refers to a function or a - table of data to be supplied by an application program that uses - the facility, other than as an argument passed when the facility - is invoked, then you must make a good faith effort to ensure that, - in the event an application does not supply such function or - table, the facility still operates, and performs whatever part of - its purpose remains meaningful. - - (For example, a function in a library to compute square roots has - a purpose that is entirely well-defined independent of the - application. Therefore, Subsection 2d requires that any - application-supplied function or table used by this function must - be optional: if the application does not supply it, the square - root function must still compute square roots.) - -These requirements apply to the modified work as a whole. If -identifiable sections of that work are not derived from the Library, -and can be reasonably considered independent and separate works in -themselves, then this License, and its terms, do not apply to those -sections when you distribute them as separate works. But when you -distribute the same sections as part of a whole which is a work based -on the Library, the distribution of the whole must be on the terms of -this License, whose permissions for other licensees extend to the -entire whole, and thus to each and every part regardless of who wrote -it. - -Thus, it is not the intent of this section to claim rights or contest -your rights to work written entirely by you; rather, the intent is to -exercise the right to control the distribution of derivative or -collective works based on the Library. - -In addition, mere aggregation of another work not based on the Library -with the Library (or with a work based on the Library) on a volume of -a storage or distribution medium does not bring the other work under -the scope of this License. - - 3. You may opt to apply the terms of the ordinary GNU General Public -License instead of this License to a given copy of the Library. To do -this, you must alter all the notices that refer to this License, so -that they refer to the ordinary GNU General Public License, version 2, -instead of to this License. (If a newer version than version 2 of the -ordinary GNU General Public License has appeared, then you can specify -that version instead if you wish.) Do not make any other change in -these notices. - - Once this change is made in a given copy, it is irreversible for -that copy, so the ordinary GNU General Public License applies to all -subsequent copies and derivative works made from that copy. - - This option is useful when you wish to copy part of the code of -the Library into a program that is not a library. - - 4. You may copy and distribute the Library (or a portion or -derivative of it, under Section 2) in object code or executable form -under the terms of Sections 1 and 2 above provided that you accompany -it with the complete corresponding machine-readable source code, which -must be distributed under the terms of Sections 1 and 2 above on a -medium customarily used for software interchange. - - If distribution of object code is made by offering access to copy -from a designated place, then offering equivalent access to copy the -source code from the same place satisfies the requirement to -distribute the source code, even though third parties are not -compelled to copy the source along with the object code. - - 5. A program that contains no derivative of any portion of the -Library, but is designed to work with the Library by being compiled or -linked with it, is called a "work that uses the Library". Such a -work, in isolation, is not a derivative work of the Library, and -therefore falls outside the scope of this License. - - However, linking a "work that uses the Library" with the Library -creates an executable that is a derivative of the Library (because it -contains portions of the Library), rather than a "work that uses the -library". The executable is therefore covered by this License. -Section 6 states terms for distribution of such executables. - - When a "work that uses the Library" uses material from a header file -that is part of the Library, the object code for the work may be a -derivative work of the Library even though the source code is not. -Whether this is true is especially significant if the work can be -linked without the Library, or if the work is itself a library. The -threshold for this to be true is not precisely defined by law. - - If such an object file uses only numerical parameters, data -structure layouts and accessors, and small macros and small inline -functions (ten lines or less in length), then the use of the object -file is unrestricted, regardless of whether it is legally a derivative -work. (Executables containing this object code plus portions of the -Library will still fall under Section 6.) - - Otherwise, if the work is a derivative of the Library, you may -distribute the object code for the work under the terms of Section 6. -Any executables containing that work also fall under Section 6, -whether or not they are linked directly with the Library itself. - - 6. As an exception to the Sections above, you may also combine or -link a "work that uses the Library" with the Library to produce a -work containing portions of the Library, and distribute that work -under terms of your choice, provided that the terms permit -modification of the work for the customer's own use and reverse -engineering for debugging such modifications. - - You must give prominent notice with each copy of the work that the -Library is used in it and that the Library and its use are covered by -this License. You must supply a copy of this License. If the work -during execution displays copyright notices, you must include the -copyright notice for the Library among them, as well as a reference -directing the user to the copy of this License. Also, you must do one -of these things: - - a) Accompany the work with the complete corresponding - machine-readable source code for the Library including whatever - changes were used in the work (which must be distributed under - Sections 1 and 2 above); and, if the work is an executable linked - with the Library, with the complete machine-readable "work that - uses the Library", as object code and/or source code, so that the - user can modify the Library and then relink to produce a modified - executable containing the modified Library. (It is understood - that the user who changes the contents of definitions files in the - Library will not necessarily be able to recompile the application - to use the modified definitions.) - - b) Use a suitable shared library mechanism for linking with the - Library. A suitable mechanism is one that (1) uses at run time a - copy of the library already present on the user's computer system, - rather than copying library functions into the executable, and (2) - will operate properly with a modified version of the library, if - the user installs one, as long as the modified version is - interface-compatible with the version that the work was made with. - - c) Accompany the work with a written offer, valid for at least - three years, to give the same user the materials specified in - Subsection 6a, above, for a charge no more than the cost of - performing this distribution. - - d) If distribution of the work is made by offering access to copy - from a designated place, offer equivalent access to copy the above - specified materials from the same place. - - e) Verify that the user has already received a copy of these - materials or that you have already sent this user a copy. - - For an executable, the required form of the "work that uses the -Library" must include any data and utility programs needed for -reproducing the executable from it. However, as a special exception, -the materials to be distributed need not include anything that is -normally distributed (in either source or binary form) with the major -components (compiler, kernel, and so on) of the operating system on -which the executable runs, unless that component itself accompanies -the executable. - - It may happen that this requirement contradicts the license -restrictions of other proprietary libraries that do not normally -accompany the operating system. Such a contradiction means you cannot -use both them and the Library together in an executable that you -distribute. - - 7. You may place library facilities that are a work based on the -Library side-by-side in a single library together with other library -facilities not covered by this License, and distribute such a combined -library, provided that the separate distribution of the work based on -the Library and of the other library facilities is otherwise -permitted, and provided that you do these two things: - - a) Accompany the combined library with a copy of the same work - based on the Library, uncombined with any other library - facilities. This must be distributed under the terms of the - Sections above. - - b) Give prominent notice with the combined library of the fact - that part of it is a work based on the Library, and explaining - where to find the accompanying uncombined form of the same work. - - 8. You may not copy, modify, sublicense, link with, or distribute -the Library except as expressly provided under this License. Any -attempt otherwise to copy, modify, sublicense, link with, or -distribute the Library is void, and will automatically terminate your -rights under this License. However, parties who have received copies, -or rights, from you under this License will not have their licenses -terminated so long as such parties remain in full compliance. - - 9. You are not required to accept this License, since you have not -signed it. However, nothing else grants you permission to modify or -distribute the Library or its derivative works. These actions are -prohibited by law if you do not accept this License. Therefore, by -modifying or distributing the Library (or any work based on the -Library), you indicate your acceptance of this License to do so, and -all its terms and conditions for copying, distributing or modifying -the Library or works based on it. - - 10. Each time you redistribute the Library (or any work based on the -Library), the recipient automatically receives a license from the -original licensor to copy, distribute, link with or modify the Library -subject to these terms and conditions. You may not impose any further -restrictions on the recipients' exercise of the rights granted herein. -You are not responsible for enforcing compliance by third parties with -this License. - - 11. If, as a consequence of a court judgment or allegation of patent -infringement or for any other reason (not limited to patent issues), -conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot -distribute so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you -may not distribute the Library at all. For example, if a patent -license would not permit royalty-free redistribution of the Library by -all those who receive copies directly or indirectly through you, then -the only way you could satisfy both it and this License would be to -refrain entirely from distribution of the Library. - -If any portion of this section is held invalid or unenforceable under -any particular circumstance, the balance of the section is intended to -apply, and the section as a whole is intended to apply in other -circumstances. - -It is not the purpose of this section to induce you to infringe any -patents or other property right claims or to contest validity of any -such claims; this section has the sole purpose of protecting the -integrity of the free software distribution system which is -implemented by public license practices. Many people have made -generous contributions to the wide range of software distributed -through that system in reliance on consistent application of that -system; it is up to the author/donor to decide if he or she is willing -to distribute software through any other system and a licensee cannot -impose that choice. - -This section is intended to make thoroughly clear what is believed to -be a consequence of the rest of this License. - - 12. If the distribution and/or use of the Library is restricted in -certain countries either by patents or by copyrighted interfaces, the -original copyright holder who places the Library under this License -may add an explicit geographical distribution limitation excluding those -countries, so that distribution is permitted only in or among -countries not thus excluded. In such case, this License incorporates -the limitation as if written in the body of this License. - - 13. The Free Software Foundation may publish revised and/or new -versions of the Lesser General Public License from time to time. -Such new versions will be similar in spirit to the present version, -but may differ in detail to address new problems or concerns. - -Each version is given a distinguishing version number. If the Library -specifies a version number of this License which applies to it and -"any later version", you have the option of following the terms and -conditions either of that version or of any later version published by -the Free Software Foundation. If the Library does not specify a -license version number, you may choose any version ever published by -the Free Software Foundation. - - 14. If you wish to incorporate parts of the Library into other free -programs whose distribution conditions are incompatible with these, -write to the author to ask for permission. For software which is -copyrighted by the Free Software Foundation, write to the Free -Software Foundation; we sometimes make exceptions for this. Our -decision will be guided by the two goals of preserving the free status -of all derivatives of our free software and of promoting the sharing -and reuse of software generally. - - NO WARRANTY - - 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO -WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. -EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR -OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY -KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE -LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME -THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - - 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN -WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY -AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU -FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR -CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE -LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING -RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A -FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF -SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGES. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Libraries - - If you develop a new library, and you want it to be of the greatest -possible use to the public, we recommend making it free software that -everyone can redistribute and change. You can do so by permitting -redistribution under these terms (or, alternatively, under the terms -of the ordinary General Public License). - - To apply these terms, attach the following notices to the library. -It is safest to attach them to the start of each source file to most -effectively convey the exclusion of warranty; and each file should -have at least the "copyright" line and a pointer to where the full -notice is found. - - - - Copyright (C) - - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. - - This library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. - - You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - -Also add information on how to contact you by electronic and paper mail. - -You should also get your employer (if you work as a programmer) or -your school, if any, to sign a "copyright disclaimer" for the library, -if necessary. Here is a sample; alter the names: - - Yoyodyne, Inc., hereby disclaims all copyright interest in the - library `Frob' (a library for tweaking knobs) written by James - Random Hacker. - - , 1 April 1990 - Ty Coon, President of Vice - -That's all there is to it! - - - GNU GENERAL PUBLIC LICENSE - Version 3, 29 June 2007 - - Copyright (C) 2007 Free Software Foundation, Inc. - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The GNU General Public License is a free, copyleft license for -software and other kinds of works. - - The licenses for most software and other practical works are designed -to take away your freedom to share and change the works. By contrast, -the GNU General Public License is intended to guarantee your freedom to -share and change all versions of a program--to make sure it remains free -software for all its users. We, the Free Software Foundation, use the -GNU General Public License for most of our software; it applies also to -any other work released this way by its authors. You can apply it to -your programs, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -them if you wish), that you receive source code or can get it if you -want it, that you can change the software or use pieces of it in new -free programs, and that you know you can do these things. - - To protect your rights, we need to prevent others from denying you -these rights or asking you to surrender the rights. Therefore, you have -certain responsibilities if you distribute copies of the software, or if -you modify it: responsibilities to respect the freedom of others. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must pass on to the recipients the same -freedoms that you received. You must make sure that they, too, receive -or can get the source code. And you must show them these terms so they -know their rights. - - Developers that use the GNU GPL protect your rights with two steps: -(1) assert copyright on the software, and (2) offer you this License -giving you legal permission to copy, distribute and/or modify it. - - For the developers' and authors' protection, the GPL clearly explains -that there is no warranty for this free software. For both users' and -authors' sake, the GPL requires that modified versions be marked as -changed, so that their problems will not be attributed erroneously to -authors of previous versions. - - Some devices are designed to deny users access to install or run -modified versions of the software inside them, although the manufacturer -can do so. This is fundamentally incompatible with the aim of -protecting users' freedom to change the software. The systematic -pattern of such abuse occurs in the area of products for individuals to -use, which is precisely where it is most unacceptable. Therefore, we -have designed this version of the GPL to prohibit the practice for those -products. If such problems arise substantially in other domains, we -stand ready to extend this provision to those domains in future versions -of the GPL, as needed to protect the freedom of users. - - Finally, every program is threatened constantly by software patents. -States should not allow patents to restrict development and use of -software on general-purpose computers, but in those that do, we wish to -avoid the special danger that patents applied to a free program could -make it effectively proprietary. To prevent this, the GPL assures that -patents cannot be used to render the program non-free. - - The precise terms and conditions for copying, distribution and -modification follow. - - TERMS AND CONDITIONS - - 0. Definitions. - - "This License" refers to version 3 of the GNU General Public License. - - "Copyright" also means copyright-like laws that apply to other kinds of -works, such as semiconductor masks. - - "The Program" refers to any copyrightable work licensed under this -License. Each licensee is addressed as "you". "Licensees" and -"recipients" may be individuals or organizations. - - To "modify" a work means to copy from or adapt all or part of the work -in a fashion requiring copyright permission, other than the making of an -exact copy. The resulting work is called a "modified version" of the -earlier work or a work "based on" the earlier work. - - A "covered work" means either the unmodified Program or a work based -on the Program. - - To "propagate" a work means to do anything with it that, without -permission, would make you directly or secondarily liable for -infringement under applicable copyright law, except executing it on a -computer or modifying a private copy. Propagation includes copying, -distribution (with or without modification), making available to the -public, and in some countries other activities as well. - - To "convey" a work means any kind of propagation that enables other -parties to make or receive copies. Mere interaction with a user through -a computer network, with no transfer of a copy, is not conveying. - - An interactive user interface displays "Appropriate Legal Notices" -to the extent that it includes a convenient and prominently visible -feature that (1) displays an appropriate copyright notice, and (2) -tells the user that there is no warranty for the work (except to the -extent that warranties are provided), that licensees may convey the -work under this License, and how to view a copy of this License. If -the interface presents a list of user commands or options, such as a -menu, a prominent item in the list meets this criterion. - - 1. Source Code. - - The "source code" for a work means the preferred form of the work -for making modifications to it. "Object code" means any non-source -form of a work. - - A "Standard Interface" means an interface that either is an official -standard defined by a recognized standards body, or, in the case of -interfaces specified for a particular programming language, one that -is widely used among developers working in that language. - - The "System Libraries" of an executable work include anything, other -than the work as a whole, that (a) is included in the normal form of -packaging a Major Component, but which is not part of that Major -Component, and (b) serves only to enable use of the work with that -Major Component, or to implement a Standard Interface for which an -implementation is available to the public in source code form. A -"Major Component", in this context, means a major essential component -(kernel, window system, and so on) of the specific operating system -(if any) on which the executable work runs, or a compiler used to -produce the work, or an object code interpreter used to run it. - - The "Corresponding Source" for a work in object code form means all -the source code needed to generate, install, and (for an executable -work) run the object code and to modify the work, including scripts to -control those activities. However, it does not include the work's -System Libraries, or general-purpose tools or generally available free -programs which are used unmodified in performing those activities but -which are not part of the work. For example, Corresponding Source -includes interface definition files associated with source files for -the work, and the source code for shared libraries and dynamically -linked subprograms that the work is specifically designed to require, -such as by intimate data communication or control flow between those -subprograms and other parts of the work. - - The Corresponding Source need not include anything that users -can regenerate automatically from other parts of the Corresponding -Source. - - The Corresponding Source for a work in source code form is that -same work. - - 2. Basic Permissions. - - All rights granted under this License are granted for the term of -copyright on the Program, and are irrevocable provided the stated -conditions are met. This License explicitly affirms your unlimited -permission to run the unmodified Program. The output from running a -covered work is covered by this License only if the output, given its -content, constitutes a covered work. This License acknowledges your -rights of fair use or other equivalent, as provided by copyright law. - - You may make, run and propagate covered works that you do not -convey, without conditions so long as your license otherwise remains -in force. You may convey covered works to others for the sole purpose -of having them make modifications exclusively for you, or provide you -with facilities for running those works, provided that you comply with -the terms of this License in conveying all material for which you do -not control copyright. Those thus making or running the covered works -for you must do so exclusively on your behalf, under your direction -and control, on terms that prohibit them from making any copies of -your copyrighted material outside their relationship with you. - - Conveying under any other circumstances is permitted solely under -the conditions stated below. Sublicensing is not allowed; section 10 -makes it unnecessary. - - 3. Protecting Users' Legal Rights From Anti-Circumvention Law. - - No covered work shall be deemed part of an effective technological -measure under any applicable law fulfilling obligations under article -11 of the WIPO copyright treaty adopted on 20 December 1996, or -similar laws prohibiting or restricting circumvention of such -measures. - - When you convey a covered work, you waive any legal power to forbid -circumvention of technological measures to the extent such circumvention -is effected by exercising rights under this License with respect to -the covered work, and you disclaim any intention to limit operation or -modification of the work as a means of enforcing, against the work's -users, your or third parties' legal rights to forbid circumvention of -technological measures. - - 4. Conveying Verbatim Copies. - - You may convey verbatim copies of the Program's source code as you -receive it, in any medium, provided that you conspicuously and -appropriately publish on each copy an appropriate copyright notice; -keep intact all notices stating that this License and any -non-permissive terms added in accord with section 7 apply to the code; -keep intact all notices of the absence of any warranty; and give all -recipients a copy of this License along with the Program. - - You may charge any price or no price for each copy that you convey, -and you may offer support or warranty protection for a fee. - - 5. Conveying Modified Source Versions. - - You may convey a work based on the Program, or the modifications to -produce it from the Program, in the form of source code under the -terms of section 4, provided that you also meet all of these conditions: - - a) The work must carry prominent notices stating that you modified - it, and giving a relevant date. - - b) The work must carry prominent notices stating that it is - released under this License and any conditions added under section - 7. This requirement modifies the requirement in section 4 to - "keep intact all notices". - - c) You must license the entire work, as a whole, under this - License to anyone who comes into possession of a copy. This - License will therefore apply, along with any applicable section 7 - additional terms, to the whole of the work, and all its parts, - regardless of how they are packaged. This License gives no - permission to license the work in any other way, but it does not - invalidate such permission if you have separately received it. - - d) If the work has interactive user interfaces, each must display - Appropriate Legal Notices; however, if the Program has interactive - interfaces that do not display Appropriate Legal Notices, your - work need not make them do so. - - A compilation of a covered work with other separate and independent -works, which are not by their nature extensions of the covered work, -and which are not combined with it such as to form a larger program, -in or on a volume of a storage or distribution medium, is called an -"aggregate" if the compilation and its resulting copyright are not -used to limit the access or legal rights of the compilation's users -beyond what the individual works permit. Inclusion of a covered work -in an aggregate does not cause this License to apply to the other -parts of the aggregate. - - 6. Conveying Non-Source Forms. - - You may convey a covered work in object code form under the terms -of sections 4 and 5, provided that you also convey the -machine-readable Corresponding Source under the terms of this License, -in one of these ways: - - a) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by the - Corresponding Source fixed on a durable physical medium - customarily used for software interchange. - - b) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by a - written offer, valid for at least three years and valid for as - long as you offer spare parts or customer support for that product - model, to give anyone who possesses the object code either (1) a - copy of the Corresponding Source for all the software in the - product that is covered by this License, on a durable physical - medium customarily used for software interchange, for a price no - more than your reasonable cost of physically performing this - conveying of source, or (2) access to copy the - Corresponding Source from a network server at no charge. - - c) Convey individual copies of the object code with a copy of the - written offer to provide the Corresponding Source. This - alternative is allowed only occasionally and noncommercially, and - only if you received the object code with such an offer, in accord - with subsection 6b. - - d) Convey the object code by offering access from a designated - place (gratis or for a charge), and offer equivalent access to the - Corresponding Source in the same way through the same place at no - further charge. You need not require recipients to copy the - Corresponding Source along with the object code. If the place to - copy the object code is a network server, the Corresponding Source - may be on a different server (operated by you or a third party) - that supports equivalent copying facilities, provided you maintain - clear directions next to the object code saying where to find the - Corresponding Source. Regardless of what server hosts the - Corresponding Source, you remain obligated to ensure that it is - available for as long as needed to satisfy these requirements. - - e) Convey the object code using peer-to-peer transmission, provided - you inform other peers where the object code and Corresponding - Source of the work are being offered to the general public at no - charge under subsection 6d. - - A separable portion of the object code, whose source code is excluded -from the Corresponding Source as a System Library, need not be -included in conveying the object code work. - - A "User Product" is either (1) a "consumer product", which means any -tangible personal property which is normally used for personal, family, -or household purposes, or (2) anything designed or sold for incorporation -into a dwelling. In determining whether a product is a consumer product, -doubtful cases shall be resolved in favor of coverage. For a particular -product received by a particular user, "normally used" refers to a -typical or common use of that class of product, regardless of the status -of the particular user or of the way in which the particular user -actually uses, or expects or is expected to use, the product. A product -is a consumer product regardless of whether the product has substantial -commercial, industrial or non-consumer uses, unless such uses represent -the only significant mode of use of the product. - - "Installation Information" for a User Product means any methods, -procedures, authorization keys, or other information required to install -and execute modified versions of a covered work in that User Product from -a modified version of its Corresponding Source. The information must -suffice to ensure that the continued functioning of the modified object -code is in no case prevented or interfered with solely because -modification has been made. - - If you convey an object code work under this section in, or with, or -specifically for use in, a User Product, and the conveying occurs as -part of a transaction in which the right of possession and use of the -User Product is transferred to the recipient in perpetuity or for a -fixed term (regardless of how the transaction is characterized), the -Corresponding Source conveyed under this section must be accompanied -by the Installation Information. But this requirement does not apply -if neither you nor any third party retains the ability to install -modified object code on the User Product (for example, the work has -been installed in ROM). - - The requirement to provide Installation Information does not include a -requirement to continue to provide support service, warranty, or updates -for a work that has been modified or installed by the recipient, or for -the User Product in which it has been modified or installed. Access to a -network may be denied when the modification itself materially and -adversely affects the operation of the network or violates the rules and -protocols for communication across the network. - - Corresponding Source conveyed, and Installation Information provided, -in accord with this section must be in a format that is publicly -documented (and with an implementation available to the public in -source code form), and must require no special password or key for -unpacking, reading or copying. - - 7. Additional Terms. - - "Additional permissions" are terms that supplement the terms of this -License by making exceptions from one or more of its conditions. -Additional permissions that are applicable to the entire Program shall -be treated as though they were included in this License, to the extent -that they are valid under applicable law. If additional permissions -apply only to part of the Program, that part may be used separately -under those permissions, but the entire Program remains governed by -this License without regard to the additional permissions. - - When you convey a copy of a covered work, you may at your option -remove any additional permissions from that copy, or from any part of -it. (Additional permissions may be written to require their own -removal in certain cases when you modify the work.) You may place -additional permissions on material, added by you to a covered work, -for which you have or can give appropriate copyright permission. - - Notwithstanding any other provision of this License, for material you -add to a covered work, you may (if authorized by the copyright holders of -that material) supplement the terms of this License with terms: - - a) Disclaiming warranty or limiting liability differently from the - terms of sections 15 and 16 of this License; or - - b) Requiring preservation of specified reasonable legal notices or - author attributions in that material or in the Appropriate Legal - Notices displayed by works containing it; or - - c) Prohibiting misrepresentation of the origin of that material, or - requiring that modified versions of such material be marked in - reasonable ways as different from the original version; or - - d) Limiting the use for publicity purposes of names of licensors or - authors of the material; or - - e) Declining to grant rights under trademark law for use of some - trade names, trademarks, or service marks; or - - f) Requiring indemnification of licensors and authors of that - material by anyone who conveys the material (or modified versions of - it) with contractual assumptions of liability to the recipient, for - any liability that these contractual assumptions directly impose on - those licensors and authors. - - All other non-permissive additional terms are considered "further -restrictions" within the meaning of section 10. If the Program as you -received it, or any part of it, contains a notice stating that it is -governed by this License along with a term that is a further -restriction, you may remove that term. If a license document contains -a further restriction but permits relicensing or conveying under this -License, you may add to a covered work material governed by the terms -of that license document, provided that the further restriction does -not survive such relicensing or conveying. - - If you add terms to a covered work in accord with this section, you -must place, in the relevant source files, a statement of the -additional terms that apply to those files, or a notice indicating -where to find the applicable terms. - - Additional terms, permissive or non-permissive, may be stated in the -form of a separately written license, or stated as exceptions; -the above requirements apply either way. - - 8. Termination. - - You may not propagate or modify a covered work except as expressly -provided under this License. Any attempt otherwise to propagate or -modify it is void, and will automatically terminate your rights under -this License (including any patent licenses granted under the third -paragraph of section 11). - - However, if you cease all violation of this License, then your -license from a particular copyright holder is reinstated (a) -provisionally, unless and until the copyright holder explicitly and -finally terminates your license, and (b) permanently, if the copyright -holder fails to notify you of the violation by some reasonable means -prior to 60 days after the cessation. - - Moreover, your license from a particular copyright holder is -reinstated permanently if the copyright holder notifies you of the -violation by some reasonable means, this is the first time you have -received notice of violation of this License (for any work) from that -copyright holder, and you cure the violation prior to 30 days after -your receipt of the notice. - - Termination of your rights under this section does not terminate the -licenses of parties who have received copies or rights from you under -this License. If your rights have been terminated and not permanently -reinstated, you do not qualify to receive new licenses for the same -material under section 10. - - 9. Acceptance Not Required for Having Copies. - - You are not required to accept this License in order to receive or -run a copy of the Program. Ancillary propagation of a covered work -occurring solely as a consequence of using peer-to-peer transmission -to receive a copy likewise does not require acceptance. However, -nothing other than this License grants you permission to propagate or -modify any covered work. These actions infringe copyright if you do -not accept this License. Therefore, by modifying or propagating a -covered work, you indicate your acceptance of this License to do so. - - 10. Automatic Licensing of Downstream Recipients. - - Each time you convey a covered work, the recipient automatically -receives a license from the original licensors, to run, modify and -propagate that work, subject to this License. You are not responsible -for enforcing compliance by third parties with this License. - - An "entity transaction" is a transaction transferring control of an -organization, or substantially all assets of one, or subdividing an -organization, or merging organizations. If propagation of a covered -work results from an entity transaction, each party to that -transaction who receives a copy of the work also receives whatever -licenses to the work the party's predecessor in interest had or could -give under the previous paragraph, plus a right to possession of the -Corresponding Source of the work from the predecessor in interest, if -the predecessor has it or can get it with reasonable efforts. - - You may not impose any further restrictions on the exercise of the -rights granted or affirmed under this License. For example, you may -not impose a license fee, royalty, or other charge for exercise of -rights granted under this License, and you may not initiate litigation -(including a cross-claim or counterclaim in a lawsuit) alleging that -any patent claim is infringed by making, using, selling, offering for -sale, or importing the Program or any portion of it. - - 11. Patents. - - A "contributor" is a copyright holder who authorizes use under this -License of the Program or a work on which the Program is based. The -work thus licensed is called the contributor's "contributor version". - - A contributor's "essential patent claims" are all patent claims -owned or controlled by the contributor, whether already acquired or -hereafter acquired, that would be infringed by some manner, permitted -by this License, of making, using, or selling its contributor version, -but do not include claims that would be infringed only as a -consequence of further modification of the contributor version. For -purposes of this definition, "control" includes the right to grant -patent sublicenses in a manner consistent with the requirements of -this License. - - Each contributor grants you a non-exclusive, worldwide, royalty-free -patent license under the contributor's essential patent claims, to -make, use, sell, offer for sale, import and otherwise run, modify and -propagate the contents of its contributor version. - - In the following three paragraphs, a "patent license" is any express -agreement or commitment, however denominated, not to enforce a patent -(such as an express permission to practice a patent or covenant not to -sue for patent infringement). To "grant" such a patent license to a -party means to make such an agreement or commitment not to enforce a -patent against the party. - - If you convey a covered work, knowingly relying on a patent license, -and the Corresponding Source of the work is not available for anyone -to copy, free of charge and under the terms of this License, through a -publicly available network server or other readily accessible means, -then you must either (1) cause the Corresponding Source to be so -available, or (2) arrange to deprive yourself of the benefit of the -patent license for this particular work, or (3) arrange, in a manner -consistent with the requirements of this License, to extend the patent -license to downstream recipients. "Knowingly relying" means you have -actual knowledge that, but for the patent license, your conveying the -covered work in a country, or your recipient's use of the covered work -in a country, would infringe one or more identifiable patents in that -country that you have reason to believe are valid. - - If, pursuant to or in connection with a single transaction or -arrangement, you convey, or propagate by procuring conveyance of, a -covered work, and grant a patent license to some of the parties -receiving the covered work authorizing them to use, propagate, modify -or convey a specific copy of the covered work, then the patent license -you grant is automatically extended to all recipients of the covered -work and works based on it. - - A patent license is "discriminatory" if it does not include within -the scope of its coverage, prohibits the exercise of, or is -conditioned on the non-exercise of one or more of the rights that are -specifically granted under this License. You may not convey a covered -work if you are a party to an arrangement with a third party that is -in the business of distributing software, under which you make payment -to the third party based on the extent of your activity of conveying -the work, and under which the third party grants, to any of the -parties who would receive the covered work from you, a discriminatory -patent license (a) in connection with copies of the covered work -conveyed by you (or copies made from those copies), or (b) primarily -for and in connection with specific products or compilations that -contain the covered work, unless you entered into that arrangement, -or that patent license was granted, prior to 28 March 2007. - - Nothing in this License shall be construed as excluding or limiting -any implied license or other defenses to infringement that may -otherwise be available to you under applicable patent law. - - 12. No Surrender of Others' Freedom. - - If conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot convey a -covered work so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you may -not convey it at all. For example, if you agree to terms that obligate you -to collect a royalty for further conveying from those to whom you convey -the Program, the only way you could satisfy both those terms and this -License would be to refrain entirely from conveying the Program. - - 13. Use with the GNU Affero General Public License. - - Notwithstanding any other provision of this License, you have -permission to link or combine any covered work with a work licensed -under version 3 of the GNU Affero General Public License into a single -combined work, and to convey the resulting work. The terms of this -License will continue to apply to the part which is the covered work, -but the special requirements of the GNU Affero General Public License, -section 13, concerning interaction through a network will apply to the -combination as such. - - 14. Revised Versions of this License. - - The Free Software Foundation may publish revised and/or new versions of -the GNU General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - - Each version is given a distinguishing version number. If the -Program specifies that a certain numbered version of the GNU General -Public License "or any later version" applies to it, you have the -option of following the terms and conditions either of that numbered -version or of any later version published by the Free Software -Foundation. If the Program does not specify a version number of the -GNU General Public License, you may choose any version ever published -by the Free Software Foundation. - - If the Program specifies that a proxy can decide which future -versions of the GNU General Public License can be used, that proxy's -public statement of acceptance of a version permanently authorizes you -to choose that version for the Program. - - Later license versions may give you additional or different -permissions. However, no additional obligations are imposed on any -author or copyright holder as a result of your choosing to follow a -later version. - - 15. Disclaimer of Warranty. - - THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY -APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT -HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY -OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, -THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM -IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF -ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - - 16. Limitation of Liability. - - IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS -THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY -GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE -USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF -DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD -PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), -EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF -SUCH DAMAGES. - - 17. Interpretation of Sections 15 and 16. - - If the disclaimer of warranty and limitation of liability provided -above cannot be given local legal effect according to their terms, -reviewing courts shall apply local law that most closely approximates -an absolute waiver of all civil liability in connection with the -Program, unless a warranty or assumption of liability accompanies a -copy of the Program in return for a fee. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -state the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - -Also add information on how to contact you by electronic and paper mail. - - If the program does terminal interaction, make it output a short -notice like this when it starts in an interactive mode: - - Copyright (C) - This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, your program's commands -might be different; for a GUI interface, you would use an "about box". - - You should also get your employer (if you work as a programmer) or school, -if any, to sign a "copyright disclaimer" for the program, if necessary. -For more information on this, and how to apply and follow the GNU GPL, see -. - - The GNU General Public License does not permit incorporating your program -into proprietary programs. If your program is a subroutine library, you -may consider it more useful to permit linking proprietary applications with -the library. If this is what you want to do, use the GNU Lesser General -Public License instead of this License. But first, please read -. -GCC RUNTIME LIBRARY EXCEPTION - -Version 3.1, 31 March 2009 - -Copyright (C) 2009 Free Software Foundation, Inc. - -Everyone is permitted to copy and distribute verbatim copies of this -license document, but changing it is not allowed. - -This GCC Runtime Library Exception ("Exception") is an additional -permission under section 7 of the GNU General Public License, version -3 ("GPLv3"). It applies to a given file (the "Runtime Library") that -bears a notice placed by the copyright holder of the file stating that -the file is governed by GPLv3 along with this Exception. - -When you use GCC to compile a program, GCC may combine portions of -certain GCC header files and runtime libraries with the compiled -program. The purpose of this Exception is to allow compilation of -non-GPL (including proprietary) programs to use, in this way, the -header files and runtime libraries covered by this Exception. - -0. Definitions. - -A file is an "Independent Module" if it either requires the Runtime -Library for execution after a Compilation Process, or makes use of an -interface provided by the Runtime Library, but is not otherwise based -on the Runtime Library. - -"GCC" means a version of the GNU Compiler Collection, with or without -modifications, governed by version 3 (or a specified later version) of -the GNU General Public License (GPL) with the option of using any -subsequent versions published by the FSF. - -"GPL-compatible Software" is software whose conditions of propagation, -modification and use would permit combination with GCC in accord with -the license of GCC. - -"Target Code" refers to output from any compiler for a real or virtual -target processor architecture, in executable form or suitable for -input to an assembler, loader, linker and/or execution -phase. Notwithstanding that, Target Code does not include data in any -format that is used as a compiler intermediate representation, or used -for producing a compiler intermediate representation. - -The "Compilation Process" transforms code entirely represented in -non-intermediate languages designed for human-written code, and/or in -Java Virtual Machine byte code, into Target Code. Thus, for example, -use of source code generators and preprocessors need not be considered -part of the Compilation Process, since the Compilation Process can be -understood as starting with the output of the generators or -preprocessors. - -A Compilation Process is "Eligible" if it is done using GCC, alone or -with other GPL-compatible software, or if it is done without using any -work based on GCC. For example, using non-GPL-compatible Software to -optimize any GCC intermediate representations would not qualify as an -Eligible Compilation Process. - -1. Grant of Additional Permission. - -You have permission to propagate a work of Target Code formed by -combining the Runtime Library with Independent Modules, even if such -propagation would otherwise violate the terms of GPLv3, provided that -all Target Code was generated by Eligible Compilation Processes. You -may then convey such a combination under terms of your choice, -consistent with the licensing of the Independent Modules. - -2. No Weakening of GCC Copyleft. - -The availability of this Exception does not imply any general -presumption that third-party software is unaffected by the copyleft -requirements of the license of GCC. - - GNU LESSER GENERAL PUBLIC LICENSE - Version 2.1, February 1999 - - Copyright (C) 1991, 1999 Free Software Foundation, Inc. - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - -[This is the first released version of the Lesser GPL. It also counts - as the successor of the GNU Library Public License, version 2, hence - the version number 2.1.] - - Preamble - - The licenses for most software are designed to take away your -freedom to share and change it. By contrast, the GNU General Public -Licenses are intended to guarantee your freedom to share and change -free software--to make sure the software is free for all its users. - - This license, the Lesser General Public License, applies to some -specially designated software packages--typically libraries--of the -Free Software Foundation and other authors who decide to use it. You -can use it too, but we suggest you first think carefully about whether -this license or the ordinary General Public License is the better -strategy to use in any particular case, based on the explanations below. - - When we speak of free software, we are referring to freedom of use, -not price. Our General Public Licenses are designed to make sure that -you have the freedom to distribute copies of free software (and charge -for this service if you wish); that you receive source code or can get -it if you want it; that you can change the software and use pieces of -it in new free programs; and that you are informed that you can do -these things. - - To protect your rights, we need to make restrictions that forbid -distributors to deny you these rights or to ask you to surrender these -rights. These restrictions translate to certain responsibilities for -you if you distribute copies of the library or if you modify it. - - For example, if you distribute copies of the library, whether gratis -or for a fee, you must give the recipients all the rights that we gave -you. You must make sure that they, too, receive or can get the source -code. If you link other code with the library, you must provide -complete object files to the recipients, so that they can relink them -with the library after making changes to the library and recompiling -it. And you must show them these terms so they know their rights. - - We protect your rights with a two-step method: (1) we copyright the -library, and (2) we offer you this license, which gives you legal -permission to copy, distribute and/or modify the library. - - To protect each distributor, we want to make it very clear that -there is no warranty for the free library. Also, if the library is -modified by someone else and passed on, the recipients should know -that what they have is not the original version, so that the original -author's reputation will not be affected by problems that might be -introduced by others. - - Finally, software patents pose a constant threat to the existence of -any free program. We wish to make sure that a company cannot -effectively restrict the users of a free program by obtaining a -restrictive license from a patent holder. Therefore, we insist that -any patent license obtained for a version of the library must be -consistent with the full freedom of use specified in this license. - - Most GNU software, including some libraries, is covered by the -ordinary GNU General Public License. This license, the GNU Lesser -General Public License, applies to certain designated libraries, and -is quite different from the ordinary General Public License. We use -this license for certain libraries in order to permit linking those -libraries into non-free programs. - - When a program is linked with a library, whether statically or using -a shared library, the combination of the two is legally speaking a -combined work, a derivative of the original library. The ordinary -General Public License therefore permits such linking only if the -entire combination fits its criteria of freedom. The Lesser General -Public License permits more lax criteria for linking other code with -the library. - - We call this license the "Lesser" General Public License because it -does Less to protect the user's freedom than the ordinary General -Public License. It also provides other free software developers Less -of an advantage over competing non-free programs. These disadvantages -are the reason we use the ordinary General Public License for many -libraries. However, the Lesser license provides advantages in certain -special circumstances. - - For example, on rare occasions, there may be a special need to -encourage the widest possible use of a certain library, so that it becomes -a de-facto standard. To achieve this, non-free programs must be -allowed to use the library. A more frequent case is that a free -library does the same job as widely used non-free libraries. In this -case, there is little to gain by limiting the free library to free -software only, so we use the Lesser General Public License. - - In other cases, permission to use a particular library in non-free -programs enables a greater number of people to use a large body of -free software. For example, permission to use the GNU C Library in -non-free programs enables many more people to use the whole GNU -operating system, as well as its variant, the GNU/Linux operating -system. - - Although the Lesser General Public License is Less protective of the -users' freedom, it does ensure that the user of a program that is -linked with the Library has the freedom and the wherewithal to run -that program using a modified version of the Library. - - The precise terms and conditions for copying, distribution and -modification follow. Pay close attention to the difference between a -"work based on the library" and a "work that uses the library". The -former contains code derived from the library, whereas the latter must -be combined with the library in order to run. - - GNU LESSER GENERAL PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. This License Agreement applies to any software library or other -program which contains a notice placed by the copyright holder or -other authorized party saying it may be distributed under the terms of -this Lesser General Public License (also called "this License"). -Each licensee is addressed as "you". - - A "library" means a collection of software functions and/or data -prepared so as to be conveniently linked with application programs -(which use some of those functions and data) to form executables. - - The "Library", below, refers to any such software library or work -which has been distributed under these terms. A "work based on the -Library" means either the Library or any derivative work under -copyright law: that is to say, a work containing the Library or a -portion of it, either verbatim or with modifications and/or translated -straightforwardly into another language. (Hereinafter, translation is -included without limitation in the term "modification".) - - "Source code" for a work means the preferred form of the work for -making modifications to it. For a library, complete source code means -all the source code for all modules it contains, plus any associated -interface definition files, plus the scripts used to control compilation -and installation of the library. - - Activities other than copying, distribution and modification are not -covered by this License; they are outside its scope. The act of -running a program using the Library is not restricted, and output from -such a program is covered only if its contents constitute a work based -on the Library (independent of the use of the Library in a tool for -writing it). Whether that is true depends on what the Library does -and what the program that uses the Library does. - - 1. You may copy and distribute verbatim copies of the Library's -complete source code as you receive it, in any medium, provided that -you conspicuously and appropriately publish on each copy an -appropriate copyright notice and disclaimer of warranty; keep intact -all the notices that refer to this License and to the absence of any -warranty; and distribute a copy of this License along with the -Library. - - You may charge a fee for the physical act of transferring a copy, -and you may at your option offer warranty protection in exchange for a -fee. - - 2. You may modify your copy or copies of the Library or any portion -of it, thus forming a work based on the Library, and copy and -distribute such modifications or work under the terms of Section 1 -above, provided that you also meet all of these conditions: - - a) The modified work must itself be a software library. - - b) You must cause the files modified to carry prominent notices - stating that you changed the files and the date of any change. - - c) You must cause the whole of the work to be licensed at no - charge to all third parties under the terms of this License. - - d) If a facility in the modified Library refers to a function or a - table of data to be supplied by an application program that uses - the facility, other than as an argument passed when the facility - is invoked, then you must make a good faith effort to ensure that, - in the event an application does not supply such function or - table, the facility still operates, and performs whatever part of - its purpose remains meaningful. - - (For example, a function in a library to compute square roots has - a purpose that is entirely well-defined independent of the - application. Therefore, Subsection 2d requires that any - application-supplied function or table used by this function must - be optional: if the application does not supply it, the square - root function must still compute square roots.) - -These requirements apply to the modified work as a whole. If -identifiable sections of that work are not derived from the Library, -and can be reasonably considered independent and separate works in -themselves, then this License, and its terms, do not apply to those -sections when you distribute them as separate works. But when you -distribute the same sections as part of a whole which is a work based -on the Library, the distribution of the whole must be on the terms of -this License, whose permissions for other licensees extend to the -entire whole, and thus to each and every part regardless of who wrote -it. - -Thus, it is not the intent of this section to claim rights or contest -your rights to work written entirely by you; rather, the intent is to -exercise the right to control the distribution of derivative or -collective works based on the Library. - -In addition, mere aggregation of another work not based on the Library -with the Library (or with a work based on the Library) on a volume of -a storage or distribution medium does not bring the other work under -the scope of this License. - - 3. You may opt to apply the terms of the ordinary GNU General Public -License instead of this License to a given copy of the Library. To do -this, you must alter all the notices that refer to this License, so -that they refer to the ordinary GNU General Public License, version 2, -instead of to this License. (If a newer version than version 2 of the -ordinary GNU General Public License has appeared, then you can specify -that version instead if you wish.) Do not make any other change in -these notices. - - Once this change is made in a given copy, it is irreversible for -that copy, so the ordinary GNU General Public License applies to all -subsequent copies and derivative works made from that copy. - - This option is useful when you wish to copy part of the code of -the Library into a program that is not a library. - - 4. You may copy and distribute the Library (or a portion or -derivative of it, under Section 2) in object code or executable form -under the terms of Sections 1 and 2 above provided that you accompany -it with the complete corresponding machine-readable source code, which -must be distributed under the terms of Sections 1 and 2 above on a -medium customarily used for software interchange. - - If distribution of object code is made by offering access to copy -from a designated place, then offering equivalent access to copy the -source code from the same place satisfies the requirement to -distribute the source code, even though third parties are not -compelled to copy the source along with the object code. - - 5. A program that contains no derivative of any portion of the -Library, but is designed to work with the Library by being compiled or -linked with it, is called a "work that uses the Library". Such a -work, in isolation, is not a derivative work of the Library, and -therefore falls outside the scope of this License. - - However, linking a "work that uses the Library" with the Library -creates an executable that is a derivative of the Library (because it -contains portions of the Library), rather than a "work that uses the -library". The executable is therefore covered by this License. -Section 6 states terms for distribution of such executables. - - When a "work that uses the Library" uses material from a header file -that is part of the Library, the object code for the work may be a -derivative work of the Library even though the source code is not. -Whether this is true is especially significant if the work can be -linked without the Library, or if the work is itself a library. The -threshold for this to be true is not precisely defined by law. - - If such an object file uses only numerical parameters, data -structure layouts and accessors, and small macros and small inline -functions (ten lines or less in length), then the use of the object -file is unrestricted, regardless of whether it is legally a derivative -work. (Executables containing this object code plus portions of the -Library will still fall under Section 6.) - - Otherwise, if the work is a derivative of the Library, you may -distribute the object code for the work under the terms of Section 6. -Any executables containing that work also fall under Section 6, -whether or not they are linked directly with the Library itself. - - 6. As an exception to the Sections above, you may also combine or -link a "work that uses the Library" with the Library to produce a -work containing portions of the Library, and distribute that work -under terms of your choice, provided that the terms permit -modification of the work for the customer's own use and reverse -engineering for debugging such modifications. - - You must give prominent notice with each copy of the work that the -Library is used in it and that the Library and its use are covered by -this License. You must supply a copy of this License. If the work -during execution displays copyright notices, you must include the -copyright notice for the Library among them, as well as a reference -directing the user to the copy of this License. Also, you must do one -of these things: - - a) Accompany the work with the complete corresponding - machine-readable source code for the Library including whatever - changes were used in the work (which must be distributed under - Sections 1 and 2 above); and, if the work is an executable linked - with the Library, with the complete machine-readable "work that - uses the Library", as object code and/or source code, so that the - user can modify the Library and then relink to produce a modified - executable containing the modified Library. (It is understood - that the user who changes the contents of definitions files in the - Library will not necessarily be able to recompile the application - to use the modified definitions.) - - b) Use a suitable shared library mechanism for linking with the - Library. A suitable mechanism is one that (1) uses at run time a - copy of the library already present on the user's computer system, - rather than copying library functions into the executable, and (2) - will operate properly with a modified version of the library, if - the user installs one, as long as the modified version is - interface-compatible with the version that the work was made with. - - c) Accompany the work with a written offer, valid for at - least three years, to give the same user the materials - specified in Subsection 6a, above, for a charge no more - than the cost of performing this distribution. - - d) If distribution of the work is made by offering access to copy - from a designated place, offer equivalent access to copy the above - specified materials from the same place. - - e) Verify that the user has already received a copy of these - materials or that you have already sent this user a copy. - - For an executable, the required form of the "work that uses the -Library" must include any data and utility programs needed for -reproducing the executable from it. However, as a special exception, -the materials to be distributed need not include anything that is -normally distributed (in either source or binary form) with the major -components (compiler, kernel, and so on) of the operating system on -which the executable runs, unless that component itself accompanies -the executable. - - It may happen that this requirement contradicts the license -restrictions of other proprietary libraries that do not normally -accompany the operating system. Such a contradiction means you cannot -use both them and the Library together in an executable that you -distribute. - - 7. You may place library facilities that are a work based on the -Library side-by-side in a single library together with other library -facilities not covered by this License, and distribute such a combined -library, provided that the separate distribution of the work based on -the Library and of the other library facilities is otherwise -permitted, and provided that you do these two things: - - a) Accompany the combined library with a copy of the same work - based on the Library, uncombined with any other library - facilities. This must be distributed under the terms of the - Sections above. - - b) Give prominent notice with the combined library of the fact - that part of it is a work based on the Library, and explaining - where to find the accompanying uncombined form of the same work. - - 8. You may not copy, modify, sublicense, link with, or distribute -the Library except as expressly provided under this License. Any -attempt otherwise to copy, modify, sublicense, link with, or -distribute the Library is void, and will automatically terminate your -rights under this License. However, parties who have received copies, -or rights, from you under this License will not have their licenses -terminated so long as such parties remain in full compliance. - - 9. You are not required to accept this License, since you have not -signed it. However, nothing else grants you permission to modify or -distribute the Library or its derivative works. These actions are -prohibited by law if you do not accept this License. Therefore, by -modifying or distributing the Library (or any work based on the -Library), you indicate your acceptance of this License to do so, and -all its terms and conditions for copying, distributing or modifying -the Library or works based on it. - - 10. Each time you redistribute the Library (or any work based on the -Library), the recipient automatically receives a license from the -original licensor to copy, distribute, link with or modify the Library -subject to these terms and conditions. You may not impose any further -restrictions on the recipients' exercise of the rights granted herein. -You are not responsible for enforcing compliance by third parties with -this License. - - 11. If, as a consequence of a court judgment or allegation of patent -infringement or for any other reason (not limited to patent issues), -conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot -distribute so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you -may not distribute the Library at all. For example, if a patent -license would not permit royalty-free redistribution of the Library by -all those who receive copies directly or indirectly through you, then -the only way you could satisfy both it and this License would be to -refrain entirely from distribution of the Library. - -If any portion of this section is held invalid or unenforceable under any -particular circumstance, the balance of the section is intended to apply, -and the section as a whole is intended to apply in other circumstances. - -It is not the purpose of this section to induce you to infringe any -patents or other property right claims or to contest validity of any -such claims; this section has the sole purpose of protecting the -integrity of the free software distribution system which is -implemented by public license practices. Many people have made -generous contributions to the wide range of software distributed -through that system in reliance on consistent application of that -system; it is up to the author/donor to decide if he or she is willing -to distribute software through any other system and a licensee cannot -impose that choice. - -This section is intended to make thoroughly clear what is believed to -be a consequence of the rest of this License. - - 12. If the distribution and/or use of the Library is restricted in -certain countries either by patents or by copyrighted interfaces, the -original copyright holder who places the Library under this License may add -an explicit geographical distribution limitation excluding those countries, -so that distribution is permitted only in or among countries not thus -excluded. In such case, this License incorporates the limitation as if -written in the body of this License. - - 13. The Free Software Foundation may publish revised and/or new -versions of the Lesser General Public License from time to time. -Such new versions will be similar in spirit to the present version, -but may differ in detail to address new problems or concerns. - -Each version is given a distinguishing version number. If the Library -specifies a version number of this License which applies to it and -"any later version", you have the option of following the terms and -conditions either of that version or of any later version published by -the Free Software Foundation. If the Library does not specify a -license version number, you may choose any version ever published by -the Free Software Foundation. - - 14. If you wish to incorporate parts of the Library into other free -programs whose distribution conditions are incompatible with these, -write to the author to ask for permission. For software which is -copyrighted by the Free Software Foundation, write to the Free -Software Foundation; we sometimes make exceptions for this. Our -decision will be guided by the two goals of preserving the free status -of all derivatives of our free software and of promoting the sharing -and reuse of software generally. - - NO WARRANTY - - 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO -WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. -EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR -OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY -KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE -LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME -THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - - 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN -WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY -AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU -FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR -CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE -LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING -RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A -FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF -SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGES. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Libraries - - If you develop a new library, and you want it to be of the greatest -possible use to the public, we recommend making it free software that -everyone can redistribute and change. You can do so by permitting -redistribution under these terms (or, alternatively, under the terms of the -ordinary General Public License). - - To apply these terms, attach the following notices to the library. It is -safest to attach them to the start of each source file to most effectively -convey the exclusion of warranty; and each file should have at least the -"copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. - - This library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. - - You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - -Also add information on how to contact you by electronic and paper mail. - -You should also get your employer (if you work as a programmer) or your -school, if any, to sign a "copyright disclaimer" for the library, if -necessary. Here is a sample; alter the names: - - Yoyodyne, Inc., hereby disclaims all copyright interest in the - library `Frob' (a library for tweaking knobs) written by James Random Hacker. - - , 1 April 1990 - Ty Coon, President of Vice - -That's all there is to it! - - - GNU GENERAL PUBLIC LICENSE - Version 3, 29 June 2007 - - Copyright (C) 2007 Free Software Foundation, Inc. - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The GNU General Public License is a free, copyleft license for -software and other kinds of works. - - The licenses for most software and other practical works are designed -to take away your freedom to share and change the works. By contrast, -the GNU General Public License is intended to guarantee your freedom to -share and change all versions of a program--to make sure it remains free -software for all its users. We, the Free Software Foundation, use the -GNU General Public License for most of our software; it applies also to -any other work released this way by its authors. You can apply it to -your programs, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -them if you wish), that you receive source code or can get it if you -want it, that you can change the software or use pieces of it in new -free programs, and that you know you can do these things. - - To protect your rights, we need to prevent others from denying you -these rights or asking you to surrender the rights. Therefore, you have -certain responsibilities if you distribute copies of the software, or if -you modify it: responsibilities to respect the freedom of others. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must pass on to the recipients the same -freedoms that you received. You must make sure that they, too, receive -or can get the source code. And you must show them these terms so they -know their rights. - - Developers that use the GNU GPL protect your rights with two steps: -(1) assert copyright on the software, and (2) offer you this License -giving you legal permission to copy, distribute and/or modify it. - - For the developers' and authors' protection, the GPL clearly explains -that there is no warranty for this free software. For both users' and -authors' sake, the GPL requires that modified versions be marked as -changed, so that their problems will not be attributed erroneously to -authors of previous versions. - - Some devices are designed to deny users access to install or run -modified versions of the software inside them, although the manufacturer -can do so. This is fundamentally incompatible with the aim of -protecting users' freedom to change the software. The systematic -pattern of such abuse occurs in the area of products for individuals to -use, which is precisely where it is most unacceptable. Therefore, we -have designed this version of the GPL to prohibit the practice for those -products. If such problems arise substantially in other domains, we -stand ready to extend this provision to those domains in future versions -of the GPL, as needed to protect the freedom of users. - - Finally, every program is threatened constantly by software patents. -States should not allow patents to restrict development and use of -software on general-purpose computers, but in those that do, we wish to -avoid the special danger that patents applied to a free program could -make it effectively proprietary. To prevent this, the GPL assures that -patents cannot be used to render the program non-free. - - The precise terms and conditions for copying, distribution and -modification follow. - - TERMS AND CONDITIONS - - 0. Definitions. - - "This License" refers to version 3 of the GNU General Public License. - - "Copyright" also means copyright-like laws that apply to other kinds of -works, such as semiconductor masks. - - "The Program" refers to any copyrightable work licensed under this -License. Each licensee is addressed as "you". "Licensees" and -"recipients" may be individuals or organizations. - - To "modify" a work means to copy from or adapt all or part of the work -in a fashion requiring copyright permission, other than the making of an -exact copy. The resulting work is called a "modified version" of the -earlier work or a work "based on" the earlier work. - - A "covered work" means either the unmodified Program or a work based -on the Program. - - To "propagate" a work means to do anything with it that, without -permission, would make you directly or secondarily liable for -infringement under applicable copyright law, except executing it on a -computer or modifying a private copy. Propagation includes copying, -distribution (with or without modification), making available to the -public, and in some countries other activities as well. - - To "convey" a work means any kind of propagation that enables other -parties to make or receive copies. Mere interaction with a user through -a computer network, with no transfer of a copy, is not conveying. - - An interactive user interface displays "Appropriate Legal Notices" -to the extent that it includes a convenient and prominently visible -feature that (1) displays an appropriate copyright notice, and (2) -tells the user that there is no warranty for the work (except to the -extent that warranties are provided), that licensees may convey the -work under this License, and how to view a copy of this License. If -the interface presents a list of user commands or options, such as a -menu, a prominent item in the list meets this criterion. - - 1. Source Code. - - The "source code" for a work means the preferred form of the work -for making modifications to it. "Object code" means any non-source -form of a work. - - A "Standard Interface" means an interface that either is an official -standard defined by a recognized standards body, or, in the case of -interfaces specified for a particular programming language, one that -is widely used among developers working in that language. - - The "System Libraries" of an executable work include anything, other -than the work as a whole, that (a) is included in the normal form of -packaging a Major Component, but which is not part of that Major -Component, and (b) serves only to enable use of the work with that -Major Component, or to implement a Standard Interface for which an -implementation is available to the public in source code form. A -"Major Component", in this context, means a major essential component -(kernel, window system, and so on) of the specific operating system -(if any) on which the executable work runs, or a compiler used to -produce the work, or an object code interpreter used to run it. - - The "Corresponding Source" for a work in object code form means all -the source code needed to generate, install, and (for an executable -work) run the object code and to modify the work, including scripts to -control those activities. However, it does not include the work's -System Libraries, or general-purpose tools or generally available free -programs which are used unmodified in performing those activities but -which are not part of the work. For example, Corresponding Source -includes interface definition files associated with source files for -the work, and the source code for shared libraries and dynamically -linked subprograms that the work is specifically designed to require, -such as by intimate data communication or control flow between those -subprograms and other parts of the work. - - The Corresponding Source need not include anything that users -can regenerate automatically from other parts of the Corresponding -Source. - - The Corresponding Source for a work in source code form is that -same work. - - 2. Basic Permissions. - - All rights granted under this License are granted for the term of -copyright on the Program, and are irrevocable provided the stated -conditions are met. This License explicitly affirms your unlimited -permission to run the unmodified Program. The output from running a -covered work is covered by this License only if the output, given its -content, constitutes a covered work. This License acknowledges your -rights of fair use or other equivalent, as provided by copyright law. - - You may make, run and propagate covered works that you do not -convey, without conditions so long as your license otherwise remains -in force. You may convey covered works to others for the sole purpose -of having them make modifications exclusively for you, or provide you -with facilities for running those works, provided that you comply with -the terms of this License in conveying all material for which you do -not control copyright. Those thus making or running the covered works -for you must do so exclusively on your behalf, under your direction -and control, on terms that prohibit them from making any copies of -your copyrighted material outside their relationship with you. - - Conveying under any other circumstances is permitted solely under -the conditions stated below. Sublicensing is not allowed; section 10 -makes it unnecessary. - - 3. Protecting Users' Legal Rights From Anti-Circumvention Law. - - No covered work shall be deemed part of an effective technological -measure under any applicable law fulfilling obligations under article -11 of the WIPO copyright treaty adopted on 20 December 1996, or -similar laws prohibiting or restricting circumvention of such -measures. - - When you convey a covered work, you waive any legal power to forbid -circumvention of technological measures to the extent such circumvention -is effected by exercising rights under this License with respect to -the covered work, and you disclaim any intention to limit operation or -modification of the work as a means of enforcing, against the work's -users, your or third parties' legal rights to forbid circumvention of -technological measures. - - 4. Conveying Verbatim Copies. - - You may convey verbatim copies of the Program's source code as you -receive it, in any medium, provided that you conspicuously and -appropriately publish on each copy an appropriate copyright notice; -keep intact all notices stating that this License and any -non-permissive terms added in accord with section 7 apply to the code; -keep intact all notices of the absence of any warranty; and give all -recipients a copy of this License along with the Program. - - You may charge any price or no price for each copy that you convey, -and you may offer support or warranty protection for a fee. - - 5. Conveying Modified Source Versions. - - You may convey a work based on the Program, or the modifications to -produce it from the Program, in the form of source code under the -terms of section 4, provided that you also meet all of these conditions: - - a) The work must carry prominent notices stating that you modified - it, and giving a relevant date. - - b) The work must carry prominent notices stating that it is - released under this License and any conditions added under section - 7. This requirement modifies the requirement in section 4 to - "keep intact all notices". - - c) You must license the entire work, as a whole, under this - License to anyone who comes into possession of a copy. This - License will therefore apply, along with any applicable section 7 - additional terms, to the whole of the work, and all its parts, - regardless of how they are packaged. This License gives no - permission to license the work in any other way, but it does not - invalidate such permission if you have separately received it. - - d) If the work has interactive user interfaces, each must display - Appropriate Legal Notices; however, if the Program has interactive - interfaces that do not display Appropriate Legal Notices, your - work need not make them do so. - - A compilation of a covered work with other separate and independent -works, which are not by their nature extensions of the covered work, -and which are not combined with it such as to form a larger program, -in or on a volume of a storage or distribution medium, is called an -"aggregate" if the compilation and its resulting copyright are not -used to limit the access or legal rights of the compilation's users -beyond what the individual works permit. Inclusion of a covered work -in an aggregate does not cause this License to apply to the other -parts of the aggregate. - - 6. Conveying Non-Source Forms. - - You may convey a covered work in object code form under the terms -of sections 4 and 5, provided that you also convey the -machine-readable Corresponding Source under the terms of this License, -in one of these ways: - - a) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by the - Corresponding Source fixed on a durable physical medium - customarily used for software interchange. - - b) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by a - written offer, valid for at least three years and valid for as - long as you offer spare parts or customer support for that product - model, to give anyone who possesses the object code either (1) a - copy of the Corresponding Source for all the software in the - product that is covered by this License, on a durable physical - medium customarily used for software interchange, for a price no - more than your reasonable cost of physically performing this - conveying of source, or (2) access to copy the - Corresponding Source from a network server at no charge. - - c) Convey individual copies of the object code with a copy of the - written offer to provide the Corresponding Source. This - alternative is allowed only occasionally and noncommercially, and - only if you received the object code with such an offer, in accord - with subsection 6b. - - d) Convey the object code by offering access from a designated - place (gratis or for a charge), and offer equivalent access to the - Corresponding Source in the same way through the same place at no - further charge. You need not require recipients to copy the - Corresponding Source along with the object code. If the place to - copy the object code is a network server, the Corresponding Source - may be on a different server (operated by you or a third party) - that supports equivalent copying facilities, provided you maintain - clear directions next to the object code saying where to find the - Corresponding Source. Regardless of what server hosts the - Corresponding Source, you remain obligated to ensure that it is - available for as long as needed to satisfy these requirements. - - e) Convey the object code using peer-to-peer transmission, provided - you inform other peers where the object code and Corresponding - Source of the work are being offered to the general public at no - charge under subsection 6d. - - A separable portion of the object code, whose source code is excluded -from the Corresponding Source as a System Library, need not be -included in conveying the object code work. - - A "User Product" is either (1) a "consumer product", which means any -tangible personal property which is normally used for personal, family, -or household purposes, or (2) anything designed or sold for incorporation -into a dwelling. In determining whether a product is a consumer product, -doubtful cases shall be resolved in favor of coverage. For a particular -product received by a particular user, "normally used" refers to a -typical or common use of that class of product, regardless of the status -of the particular user or of the way in which the particular user -actually uses, or expects or is expected to use, the product. A product -is a consumer product regardless of whether the product has substantial -commercial, industrial or non-consumer uses, unless such uses represent -the only significant mode of use of the product. - - "Installation Information" for a User Product means any methods, -procedures, authorization keys, or other information required to install -and execute modified versions of a covered work in that User Product from -a modified version of its Corresponding Source. The information must -suffice to ensure that the continued functioning of the modified object -code is in no case prevented or interfered with solely because -modification has been made. - - If you convey an object code work under this section in, or with, or -specifically for use in, a User Product, and the conveying occurs as -part of a transaction in which the right of possession and use of the -User Product is transferred to the recipient in perpetuity or for a -fixed term (regardless of how the transaction is characterized), the -Corresponding Source conveyed under this section must be accompanied -by the Installation Information. But this requirement does not apply -if neither you nor any third party retains the ability to install -modified object code on the User Product (for example, the work has -been installed in ROM). - - The requirement to provide Installation Information does not include a -requirement to continue to provide support service, warranty, or updates -for a work that has been modified or installed by the recipient, or for -the User Product in which it has been modified or installed. Access to a -network may be denied when the modification itself materially and -adversely affects the operation of the network or violates the rules and -protocols for communication across the network. - - Corresponding Source conveyed, and Installation Information provided, -in accord with this section must be in a format that is publicly -documented (and with an implementation available to the public in -source code form), and must require no special password or key for -unpacking, reading or copying. - - 7. Additional Terms. - - "Additional permissions" are terms that supplement the terms of this -License by making exceptions from one or more of its conditions. -Additional permissions that are applicable to the entire Program shall -be treated as though they were included in this License, to the extent -that they are valid under applicable law. If additional permissions -apply only to part of the Program, that part may be used separately -under those permissions, but the entire Program remains governed by -this License without regard to the additional permissions. - - When you convey a copy of a covered work, you may at your option -remove any additional permissions from that copy, or from any part of -it. (Additional permissions may be written to require their own -removal in certain cases when you modify the work.) You may place -additional permissions on material, added by you to a covered work, -for which you have or can give appropriate copyright permission. - - Notwithstanding any other provision of this License, for material you -add to a covered work, you may (if authorized by the copyright holders of -that material) supplement the terms of this License with terms: - - a) Disclaiming warranty or limiting liability differently from the - terms of sections 15 and 16 of this License; or - - b) Requiring preservation of specified reasonable legal notices or - author attributions in that material or in the Appropriate Legal - Notices displayed by works containing it; or - - c) Prohibiting misrepresentation of the origin of that material, or - requiring that modified versions of such material be marked in - reasonable ways as different from the original version; or - - d) Limiting the use for publicity purposes of names of licensors or - authors of the material; or - - e) Declining to grant rights under trademark law for use of some - trade names, trademarks, or service marks; or - - f) Requiring indemnification of licensors and authors of that - material by anyone who conveys the material (or modified versions of - it) with contractual assumptions of liability to the recipient, for - any liability that these contractual assumptions directly impose on - those licensors and authors. - - All other non-permissive additional terms are considered "further -restrictions" within the meaning of section 10. If the Program as you -received it, or any part of it, contains a notice stating that it is -governed by this License along with a term that is a further -restriction, you may remove that term. If a license document contains -a further restriction but permits relicensing or conveying under this -License, you may add to a covered work material governed by the terms -of that license document, provided that the further restriction does -not survive such relicensing or conveying. - - If you add terms to a covered work in accord with this section, you -must place, in the relevant source files, a statement of the -additional terms that apply to those files, or a notice indicating -where to find the applicable terms. - - Additional terms, permissive or non-permissive, may be stated in the -form of a separately written license, or stated as exceptions; -the above requirements apply either way. - - 8. Termination. - - You may not propagate or modify a covered work except as expressly -provided under this License. Any attempt otherwise to propagate or -modify it is void, and will automatically terminate your rights under -this License (including any patent licenses granted under the third -paragraph of section 11). - - However, if you cease all violation of this License, then your -license from a particular copyright holder is reinstated (a) -provisionally, unless and until the copyright holder explicitly and -finally terminates your license, and (b) permanently, if the copyright -holder fails to notify you of the violation by some reasonable means -prior to 60 days after the cessation. - - Moreover, your license from a particular copyright holder is -reinstated permanently if the copyright holder notifies you of the -violation by some reasonable means, this is the first time you have -received notice of violation of this License (for any work) from that -copyright holder, and you cure the violation prior to 30 days after -your receipt of the notice. - - Termination of your rights under this section does not terminate the -licenses of parties who have received copies or rights from you under -this License. If your rights have been terminated and not permanently -reinstated, you do not qualify to receive new licenses for the same -material under section 10. - - 9. Acceptance Not Required for Having Copies. - - You are not required to accept this License in order to receive or -run a copy of the Program. Ancillary propagation of a covered work -occurring solely as a consequence of using peer-to-peer transmission -to receive a copy likewise does not require acceptance. However, -nothing other than this License grants you permission to propagate or -modify any covered work. These actions infringe copyright if you do -not accept this License. Therefore, by modifying or propagating a -covered work, you indicate your acceptance of this License to do so. - - 10. Automatic Licensing of Downstream Recipients. - - Each time you convey a covered work, the recipient automatically -receives a license from the original licensors, to run, modify and -propagate that work, subject to this License. You are not responsible -for enforcing compliance by third parties with this License. - - An "entity transaction" is a transaction transferring control of an -organization, or substantially all assets of one, or subdividing an -organization, or merging organizations. If propagation of a covered -work results from an entity transaction, each party to that -transaction who receives a copy of the work also receives whatever -licenses to the work the party's predecessor in interest had or could -give under the previous paragraph, plus a right to possession of the -Corresponding Source of the work from the predecessor in interest, if -the predecessor has it or can get it with reasonable efforts. - - You may not impose any further restrictions on the exercise of the -rights granted or affirmed under this License. For example, you may -not impose a license fee, royalty, or other charge for exercise of -rights granted under this License, and you may not initiate litigation -(including a cross-claim or counterclaim in a lawsuit) alleging that -any patent claim is infringed by making, using, selling, offering for -sale, or importing the Program or any portion of it. - - 11. Patents. - - A "contributor" is a copyright holder who authorizes use under this -License of the Program or a work on which the Program is based. The -work thus licensed is called the contributor's "contributor version". - - A contributor's "essential patent claims" are all patent claims -owned or controlled by the contributor, whether already acquired or -hereafter acquired, that would be infringed by some manner, permitted -by this License, of making, using, or selling its contributor version, -but do not include claims that would be infringed only as a -consequence of further modification of the contributor version. For -purposes of this definition, "control" includes the right to grant -patent sublicenses in a manner consistent with the requirements of -this License. - - Each contributor grants you a non-exclusive, worldwide, royalty-free -patent license under the contributor's essential patent claims, to -make, use, sell, offer for sale, import and otherwise run, modify and -propagate the contents of its contributor version. - - In the following three paragraphs, a "patent license" is any express -agreement or commitment, however denominated, not to enforce a patent -(such as an express permission to practice a patent or covenant not to -sue for patent infringement). To "grant" such a patent license to a -party means to make such an agreement or commitment not to enforce a -patent against the party. - - If you convey a covered work, knowingly relying on a patent license, -and the Corresponding Source of the work is not available for anyone -to copy, free of charge and under the terms of this License, through a -publicly available network server or other readily accessible means, -then you must either (1) cause the Corresponding Source to be so -available, or (2) arrange to deprive yourself of the benefit of the -patent license for this particular work, or (3) arrange, in a manner -consistent with the requirements of this License, to extend the patent -license to downstream recipients. "Knowingly relying" means you have -actual knowledge that, but for the patent license, your conveying the -covered work in a country, or your recipient's use of the covered work -in a country, would infringe one or more identifiable patents in that -country that you have reason to believe are valid. - - If, pursuant to or in connection with a single transaction or -arrangement, you convey, or propagate by procuring conveyance of, a -covered work, and grant a patent license to some of the parties -receiving the covered work authorizing them to use, propagate, modify -or convey a specific copy of the covered work, then the patent license -you grant is automatically extended to all recipients of the covered -work and works based on it. - - A patent license is "discriminatory" if it does not include within -the scope of its coverage, prohibits the exercise of, or is -conditioned on the non-exercise of one or more of the rights that are -specifically granted under this License. You may not convey a covered -work if you are a party to an arrangement with a third party that is -in the business of distributing software, under which you make payment -to the third party based on the extent of your activity of conveying -the work, and under which the third party grants, to any of the -parties who would receive the covered work from you, a discriminatory -patent license (a) in connection with copies of the covered work -conveyed by you (or copies made from those copies), or (b) primarily -for and in connection with specific products or compilations that -contain the covered work, unless you entered into that arrangement, -or that patent license was granted, prior to 28 March 2007. - - Nothing in this License shall be construed as excluding or limiting -any implied license or other defenses to infringement that may -otherwise be available to you under applicable patent law. - - 12. No Surrender of Others' Freedom. - - If conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot convey a -covered work so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you may -not convey it at all. For example, if you agree to terms that obligate you -to collect a royalty for further conveying from those to whom you convey -the Program, the only way you could satisfy both those terms and this -License would be to refrain entirely from conveying the Program. - - 13. Use with the GNU Affero General Public License. - - Notwithstanding any other provision of this License, you have -permission to link or combine any covered work with a work licensed -under version 3 of the GNU Affero General Public License into a single -combined work, and to convey the resulting work. The terms of this -License will continue to apply to the part which is the covered work, -but the special requirements of the GNU Affero General Public License, -section 13, concerning interaction through a network will apply to the -combination as such. - - 14. Revised Versions of this License. - - The Free Software Foundation may publish revised and/or new versions of -the GNU General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - - Each version is given a distinguishing version number. If the -Program specifies that a certain numbered version of the GNU General -Public License "or any later version" applies to it, you have the -option of following the terms and conditions either of that numbered -version or of any later version published by the Free Software -Foundation. If the Program does not specify a version number of the -GNU General Public License, you may choose any version ever published -by the Free Software Foundation. - - If the Program specifies that a proxy can decide which future -versions of the GNU General Public License can be used, that proxy's -public statement of acceptance of a version permanently authorizes you -to choose that version for the Program. - - Later license versions may give you additional or different -permissions. However, no additional obligations are imposed on any -author or copyright holder as a result of your choosing to follow a -later version. - - 15. Disclaimer of Warranty. - - THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY -APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT -HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY -OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, -THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM -IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF -ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - - 16. Limitation of Liability. - - IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS -THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY -GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE -USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF -DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD -PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), -EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF -SUCH DAMAGES. - - 17. Interpretation of Sections 15 and 16. - - If the disclaimer of warranty and limitation of liability provided -above cannot be given local legal effect according to their terms, -reviewing courts shall apply local law that most closely approximates -an absolute waiver of all civil liability in connection with the -Program, unless a warranty or assumption of liability accompanies a -copy of the Program in return for a fee. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -state the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - -Also add information on how to contact you by electronic and paper mail. - - If the program does terminal interaction, make it output a short -notice like this when it starts in an interactive mode: - - Copyright (C) - This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, your program's commands -might be different; for a GUI interface, you would use an "about box". - - You should also get your employer (if you work as a programmer) or school, -if any, to sign a "copyright disclaimer" for the program, if necessary. -For more information on this, and how to apply and follow the GNU GPL, see -. - - The GNU General Public License does not permit incorporating your program -into proprietary programs. If your program is a subroutine library, you -may consider it more useful to permit linking proprietary applications with -the library. If this is what you want to do, use the GNU Lesser General -Public License instead of this License. But first, please read -. - GNU LESSER GENERAL PUBLIC LICENSE - Version 3, 29 June 2007 - - Copyright (C) 2007 Free Software Foundation, Inc. - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - - This version of the GNU Lesser General Public License incorporates -the terms and conditions of version 3 of the GNU General Public -License, supplemented by the additional permissions listed below. - - 0. Additional Definitions. - - As used herein, "this License" refers to version 3 of the GNU Lesser -General Public License, and the "GNU GPL" refers to version 3 of the GNU -General Public License. - - "The Library" refers to a covered work governed by this License, -other than an Application or a Combined Work as defined below. - - An "Application" is any work that makes use of an interface provided -by the Library, but which is not otherwise based on the Library. -Defining a subclass of a class defined by the Library is deemed a mode -of using an interface provided by the Library. - - A "Combined Work" is a work produced by combining or linking an -Application with the Library. The particular version of the Library -with which the Combined Work was made is also called the "Linked -Version". - - The "Minimal Corresponding Source" for a Combined Work means the -Corresponding Source for the Combined Work, excluding any source code -for portions of the Combined Work that, considered in isolation, are -based on the Application, and not on the Linked Version. - - The "Corresponding Application Code" for a Combined Work means the -object code and/or source code for the Application, including any data -and utility programs needed for reproducing the Combined Work from the -Application, but excluding the System Libraries of the Combined Work. - - 1. Exception to Section 3 of the GNU GPL. - - You may convey a covered work under sections 3 and 4 of this License -without being bound by section 3 of the GNU GPL. - - 2. Conveying Modified Versions. - - If you modify a copy of the Library, and, in your modifications, a -facility refers to a function or data to be supplied by an Application -that uses the facility (other than as an argument passed when the -facility is invoked), then you may convey a copy of the modified -version: - - a) under this License, provided that you make a good faith effort to - ensure that, in the event an Application does not supply the - function or data, the facility still operates, and performs - whatever part of its purpose remains meaningful, or - - b) under the GNU GPL, with none of the additional permissions of - this License applicable to that copy. - - 3. Object Code Incorporating Material from Library Header Files. - - The object code form of an Application may incorporate material from -a header file that is part of the Library. You may convey such object -code under terms of your choice, provided that, if the incorporated -material is not limited to numerical parameters, data structure -layouts and accessors, or small macros, inline functions and templates -(ten or fewer lines in length), you do both of the following: - - a) Give prominent notice with each copy of the object code that the - Library is used in it and that the Library and its use are - covered by this License. - - b) Accompany the object code with a copy of the GNU GPL and this license - document. - - 4. Combined Works. - - You may convey a Combined Work under terms of your choice that, -taken together, effectively do not restrict modification of the -portions of the Library contained in the Combined Work and reverse -engineering for debugging such modifications, if you also do each of -the following: - - a) Give prominent notice with each copy of the Combined Work that - the Library is used in it and that the Library and its use are - covered by this License. - - b) Accompany the Combined Work with a copy of the GNU GPL and this license - document. - - c) For a Combined Work that displays copyright notices during - execution, include the copyright notice for the Library among - these notices, as well as a reference directing the user to the - copies of the GNU GPL and this license document. - - d) Do one of the following: - - 0) Convey the Minimal Corresponding Source under the terms of this - License, and the Corresponding Application Code in a form - suitable for, and under terms that permit, the user to - recombine or relink the Application with a modified version of - the Linked Version to produce a modified Combined Work, in the - manner specified by section 6 of the GNU GPL for conveying - Corresponding Source. - - 1) Use a suitable shared library mechanism for linking with the - Library. A suitable mechanism is one that (a) uses at run time - a copy of the Library already present on the user's computer - system, and (b) will operate properly with a modified version - of the Library that is interface-compatible with the Linked - Version. - - e) Provide Installation Information, but only if you would otherwise - be required to provide such information under section 6 of the - GNU GPL, and only to the extent that such information is - necessary to install and execute a modified version of the - Combined Work produced by recombining or relinking the - Application with a modified version of the Linked Version. (If - you use option 4d0, the Installation Information must accompany - the Minimal Corresponding Source and Corresponding Application - Code. If you use option 4d1, you must provide the Installation - Information in the manner specified by section 6 of the GNU GPL - for conveying Corresponding Source.) - - 5. Combined Libraries. - - You may place library facilities that are a work based on the -Library side by side in a single library together with other library -facilities that are not Applications and are not covered by this -License, and convey such a combined library under terms of your -choice, if you do both of the following: - - a) Accompany the combined library with a copy of the same work based - on the Library, uncombined with any other library facilities, - conveyed under the terms of this License. - - b) Give prominent notice with the combined library that part of it - is a work based on the Library, and explaining where to find the - accompanying uncombined form of the same work. - - 6. Revised Versions of the GNU Lesser General Public License. - - The Free Software Foundation may publish revised and/or new versions -of the GNU Lesser General Public License from time to time. Such new -versions will be similar in spirit to the present version, but may -differ in detail to address new problems or concerns. - - Each version is given a distinguishing version number. If the -Library as you received it specifies that a certain numbered version -of the GNU Lesser General Public License "or any later version" -applies to it, you have the option of following the terms and -conditions either of that published version or of any later version -published by the Free Software Foundation. If the Library as you -received it does not specify a version number of the GNU Lesser -General Public License, you may choose any version of the GNU Lesser -General Public License ever published by the Free Software Foundation. - - If the Library as you received it specifies that a proxy can decide -whether future versions of the GNU Lesser General Public License shall -apply, that proxy's public statement of acceptance of any version is -permanent authorization for you to choose that version for the -Library. - GNU LESSER GENERAL PUBLIC LICENSE - Version 3, 29 June 2007 - - Copyright (C) 2007 Free Software Foundation, Inc. - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - - This version of the GNU Lesser General Public License incorporates -the terms and conditions of version 3 of the GNU General Public -License, supplemented by the additional permissions listed below. - - 0. Additional Definitions. - - As used herein, "this License" refers to version 3 of the GNU Lesser -General Public License, and the "GNU GPL" refers to version 3 of the GNU -General Public License. - - "The Library" refers to a covered work governed by this License, -other than an Application or a Combined Work as defined below. - - An "Application" is any work that makes use of an interface provided -by the Library, but which is not otherwise based on the Library. -Defining a subclass of a class defined by the Library is deemed a mode -of using an interface provided by the Library. - - A "Combined Work" is a work produced by combining or linking an -Application with the Library. The particular version of the Library -with which the Combined Work was made is also called the "Linked -Version". - - The "Minimal Corresponding Source" for a Combined Work means the -Corresponding Source for the Combined Work, excluding any source code -for portions of the Combined Work that, considered in isolation, are -based on the Application, and not on the Linked Version. - - The "Corresponding Application Code" for a Combined Work means the -object code and/or source code for the Application, including any data -and utility programs needed for reproducing the Combined Work from the -Application, but excluding the System Libraries of the Combined Work. - - 1. Exception to Section 3 of the GNU GPL. - - You may convey a covered work under sections 3 and 4 of this License -without being bound by section 3 of the GNU GPL. - - 2. Conveying Modified Versions. - - If you modify a copy of the Library, and, in your modifications, a -facility refers to a function or data to be supplied by an Application -that uses the facility (other than as an argument passed when the -facility is invoked), then you may convey a copy of the modified -version: - - a) under this License, provided that you make a good faith effort to - ensure that, in the event an Application does not supply the - function or data, the facility still operates, and performs - whatever part of its purpose remains meaningful, or - - b) under the GNU GPL, with none of the additional permissions of - this License applicable to that copy. - - 3. Object Code Incorporating Material from Library Header Files. - - The object code form of an Application may incorporate material from -a header file that is part of the Library. You may convey such object -code under terms of your choice, provided that, if the incorporated -material is not limited to numerical parameters, data structure -layouts and accessors, or small macros, inline functions and templates -(ten or fewer lines in length), you do both of the following: - - a) Give prominent notice with each copy of the object code that the - Library is used in it and that the Library and its use are - covered by this License. - - b) Accompany the object code with a copy of the GNU GPL and this license - document. - - 4. Combined Works. - - You may convey a Combined Work under terms of your choice that, -taken together, effectively do not restrict modification of the -portions of the Library contained in the Combined Work and reverse -engineering for debugging such modifications, if you also do each of -the following: - - a) Give prominent notice with each copy of the Combined Work that - the Library is used in it and that the Library and its use are - covered by this License. - - b) Accompany the Combined Work with a copy of the GNU GPL and this license - document. - - c) For a Combined Work that displays copyright notices during - execution, include the copyright notice for the Library among - these notices, as well as a reference directing the user to the - copies of the GNU GPL and this license document. - - d) Do one of the following: - - 0) Convey the Minimal Corresponding Source under the terms of this - License, and the Corresponding Application Code in a form - suitable for, and under terms that permit, the user to - recombine or relink the Application with a modified version of - the Linked Version to produce a modified Combined Work, in the - manner specified by section 6 of the GNU GPL for conveying - Corresponding Source. - - 1) Use a suitable shared library mechanism for linking with the - Library. A suitable mechanism is one that (a) uses at run time - a copy of the Library already present on the user's computer - system, and (b) will operate properly with a modified version - of the Library that is interface-compatible with the Linked - Version. - - e) Provide Installation Information, but only if you would otherwise - be required to provide such information under section 6 of the - GNU GPL, and only to the extent that such information is - necessary to install and execute a modified version of the - Combined Work produced by recombining or relinking the - Application with a modified version of the Linked Version. (If - you use option 4d0, the Installation Information must accompany - the Minimal Corresponding Source and Corresponding Application - Code. If you use option 4d1, you must provide the Installation - Information in the manner specified by section 6 of the GNU GPL - for conveying Corresponding Source.) - - 5. Combined Libraries. - - You may place library facilities that are a work based on the -Library side by side in a single library together with other library -facilities that are not Applications and are not covered by this -License, and convey such a combined library under terms of your -choice, if you do both of the following: - - a) Accompany the combined library with a copy of the same work based - on the Library, uncombined with any other library facilities, - conveyed under the terms of this License. - - b) Give prominent notice with the combined library that part of it - is a work based on the Library, and explaining where to find the - accompanying uncombined form of the same work. - - 6. Revised Versions of the GNU Lesser General Public License. - - The Free Software Foundation may publish revised and/or new versions -of the GNU Lesser General Public License from time to time. Such new -versions will be similar in spirit to the present version, but may -differ in detail to address new problems or concerns. - - Each version is given a distinguishing version number. If the -Library as you received it specifies that a certain numbered version -of the GNU Lesser General Public License "or any later version" -applies to it, you have the option of following the terms and -conditions either of that published version or of any later version -published by the Free Software Foundation. If the Library as you -received it does not specify a version number of the GNU Lesser -General Public License, you may choose any version of the GNU Lesser -General Public License ever published by the Free Software Foundation. - - If the Library as you received it specifies that a proxy can decide -whether future versions of the GNU Lesser General Public License shall -apply, that proxy's public statement of acceptance of any version is -permanent authorization for you to choose that version for the -Library. - GNU GENERAL PUBLIC LICENSE - Version 3, 29 June 2007 - - Copyright (C) 2007 Free Software Foundation, Inc. - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The GNU General Public License is a free, copyleft license for -software and other kinds of works. - - The licenses for most software and other practical works are designed -to take away your freedom to share and change the works. By contrast, -the GNU General Public License is intended to guarantee your freedom to -share and change all versions of a program--to make sure it remains free -software for all its users. We, the Free Software Foundation, use the -GNU General Public License for most of our software; it applies also to -any other work released this way by its authors. You can apply it to -your programs, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -them if you wish), that you receive source code or can get it if you -want it, that you can change the software or use pieces of it in new -free programs, and that you know you can do these things. - - To protect your rights, we need to prevent others from denying you -these rights or asking you to surrender the rights. Therefore, you have -certain responsibilities if you distribute copies of the software, or if -you modify it: responsibilities to respect the freedom of others. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must pass on to the recipients the same -freedoms that you received. You must make sure that they, too, receive -or can get the source code. And you must show them these terms so they -know their rights. - - Developers that use the GNU GPL protect your rights with two steps: -(1) assert copyright on the software, and (2) offer you this License -giving you legal permission to copy, distribute and/or modify it. - - For the developers' and authors' protection, the GPL clearly explains -that there is no warranty for this free software. For both users' and -authors' sake, the GPL requires that modified versions be marked as -changed, so that their problems will not be attributed erroneously to -authors of previous versions. - - Some devices are designed to deny users access to install or run -modified versions of the software inside them, although the manufacturer -can do so. This is fundamentally incompatible with the aim of -protecting users' freedom to change the software. The systematic -pattern of such abuse occurs in the area of products for individuals to -use, which is precisely where it is most unacceptable. Therefore, we -have designed this version of the GPL to prohibit the practice for those -products. If such problems arise substantially in other domains, we -stand ready to extend this provision to those domains in future versions -of the GPL, as needed to protect the freedom of users. - - Finally, every program is threatened constantly by software patents. -States should not allow patents to restrict development and use of -software on general-purpose computers, but in those that do, we wish to -avoid the special danger that patents applied to a free program could -make it effectively proprietary. To prevent this, the GPL assures that -patents cannot be used to render the program non-free. - - The precise terms and conditions for copying, distribution and -modification follow. - - TERMS AND CONDITIONS - - 0. Definitions. - - "This License" refers to version 3 of the GNU General Public License. - - "Copyright" also means copyright-like laws that apply to other kinds of -works, such as semiconductor masks. - - "The Program" refers to any copyrightable work licensed under this -License. Each licensee is addressed as "you". "Licensees" and -"recipients" may be individuals or organizations. - - To "modify" a work means to copy from or adapt all or part of the work -in a fashion requiring copyright permission, other than the making of an -exact copy. The resulting work is called a "modified version" of the -earlier work or a work "based on" the earlier work. - - A "covered work" means either the unmodified Program or a work based -on the Program. - - To "propagate" a work means to do anything with it that, without -permission, would make you directly or secondarily liable for -infringement under applicable copyright law, except executing it on a -computer or modifying a private copy. Propagation includes copying, -distribution (with or without modification), making available to the -public, and in some countries other activities as well. - - To "convey" a work means any kind of propagation that enables other -parties to make or receive copies. Mere interaction with a user through -a computer network, with no transfer of a copy, is not conveying. - - An interactive user interface displays "Appropriate Legal Notices" -to the extent that it includes a convenient and prominently visible -feature that (1) displays an appropriate copyright notice, and (2) -tells the user that there is no warranty for the work (except to the -extent that warranties are provided), that licensees may convey the -work under this License, and how to view a copy of this License. If -the interface presents a list of user commands or options, such as a -menu, a prominent item in the list meets this criterion. - - 1. Source Code. - - The "source code" for a work means the preferred form of the work -for making modifications to it. "Object code" means any non-source -form of a work. - - A "Standard Interface" means an interface that either is an official -standard defined by a recognized standards body, or, in the case of -interfaces specified for a particular programming language, one that -is widely used among developers working in that language. - - The "System Libraries" of an executable work include anything, other -than the work as a whole, that (a) is included in the normal form of -packaging a Major Component, but which is not part of that Major -Component, and (b) serves only to enable use of the work with that -Major Component, or to implement a Standard Interface for which an -implementation is available to the public in source code form. A -"Major Component", in this context, means a major essential component -(kernel, window system, and so on) of the specific operating system -(if any) on which the executable work runs, or a compiler used to -produce the work, or an object code interpreter used to run it. - - The "Corresponding Source" for a work in object code form means all -the source code needed to generate, install, and (for an executable -work) run the object code and to modify the work, including scripts to -control those activities. However, it does not include the work's -System Libraries, or general-purpose tools or generally available free -programs which are used unmodified in performing those activities but -which are not part of the work. For example, Corresponding Source -includes interface definition files associated with source files for -the work, and the source code for shared libraries and dynamically -linked subprograms that the work is specifically designed to require, -such as by intimate data communication or control flow between those -subprograms and other parts of the work. - - The Corresponding Source need not include anything that users -can regenerate automatically from other parts of the Corresponding -Source. - - The Corresponding Source for a work in source code form is that -same work. - - 2. Basic Permissions. - - All rights granted under this License are granted for the term of -copyright on the Program, and are irrevocable provided the stated -conditions are met. This License explicitly affirms your unlimited -permission to run the unmodified Program. The output from running a -covered work is covered by this License only if the output, given its -content, constitutes a covered work. This License acknowledges your -rights of fair use or other equivalent, as provided by copyright law. - - You may make, run and propagate covered works that you do not -convey, without conditions so long as your license otherwise remains -in force. You may convey covered works to others for the sole purpose -of having them make modifications exclusively for you, or provide you -with facilities for running those works, provided that you comply with -the terms of this License in conveying all material for which you do -not control copyright. Those thus making or running the covered works -for you must do so exclusively on your behalf, under your direction -and control, on terms that prohibit them from making any copies of -your copyrighted material outside their relationship with you. - - Conveying under any other circumstances is permitted solely under -the conditions stated below. Sublicensing is not allowed; section 10 -makes it unnecessary. - - 3. Protecting Users' Legal Rights From Anti-Circumvention Law. - - No covered work shall be deemed part of an effective technological -measure under any applicable law fulfilling obligations under article -11 of the WIPO copyright treaty adopted on 20 December 1996, or -similar laws prohibiting or restricting circumvention of such -measures. - - When you convey a covered work, you waive any legal power to forbid -circumvention of technological measures to the extent such circumvention -is effected by exercising rights under this License with respect to -the covered work, and you disclaim any intention to limit operation or -modification of the work as a means of enforcing, against the work's -users, your or third parties' legal rights to forbid circumvention of -technological measures. - - 4. Conveying Verbatim Copies. - - You may convey verbatim copies of the Program's source code as you -receive it, in any medium, provided that you conspicuously and -appropriately publish on each copy an appropriate copyright notice; -keep intact all notices stating that this License and any -non-permissive terms added in accord with section 7 apply to the code; -keep intact all notices of the absence of any warranty; and give all -recipients a copy of this License along with the Program. - - You may charge any price or no price for each copy that you convey, -and you may offer support or warranty protection for a fee. - - 5. Conveying Modified Source Versions. - - You may convey a work based on the Program, or the modifications to -produce it from the Program, in the form of source code under the -terms of section 4, provided that you also meet all of these conditions: - - a) The work must carry prominent notices stating that you modified - it, and giving a relevant date. - - b) The work must carry prominent notices stating that it is - released under this License and any conditions added under section - 7. This requirement modifies the requirement in section 4 to - "keep intact all notices". - - c) You must license the entire work, as a whole, under this - License to anyone who comes into possession of a copy. This - License will therefore apply, along with any applicable section 7 - additional terms, to the whole of the work, and all its parts, - regardless of how they are packaged. This License gives no - permission to license the work in any other way, but it does not - invalidate such permission if you have separately received it. - - d) If the work has interactive user interfaces, each must display - Appropriate Legal Notices; however, if the Program has interactive - interfaces that do not display Appropriate Legal Notices, your - work need not make them do so. - - A compilation of a covered work with other separate and independent -works, which are not by their nature extensions of the covered work, -and which are not combined with it such as to form a larger program, -in or on a volume of a storage or distribution medium, is called an -"aggregate" if the compilation and its resulting copyright are not -used to limit the access or legal rights of the compilation's users -beyond what the individual works permit. Inclusion of a covered work -in an aggregate does not cause this License to apply to the other -parts of the aggregate. - - 6. Conveying Non-Source Forms. - - You may convey a covered work in object code form under the terms -of sections 4 and 5, provided that you also convey the -machine-readable Corresponding Source under the terms of this License, -in one of these ways: - - a) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by the - Corresponding Source fixed on a durable physical medium - customarily used for software interchange. - - b) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by a - written offer, valid for at least three years and valid for as - long as you offer spare parts or customer support for that product - model, to give anyone who possesses the object code either (1) a - copy of the Corresponding Source for all the software in the - product that is covered by this License, on a durable physical - medium customarily used for software interchange, for a price no - more than your reasonable cost of physically performing this - conveying of source, or (2) access to copy the - Corresponding Source from a network server at no charge. - - c) Convey individual copies of the object code with a copy of the - written offer to provide the Corresponding Source. This - alternative is allowed only occasionally and noncommercially, and - only if you received the object code with such an offer, in accord - with subsection 6b. - - d) Convey the object code by offering access from a designated - place (gratis or for a charge), and offer equivalent access to the - Corresponding Source in the same way through the same place at no - further charge. You need not require recipients to copy the - Corresponding Source along with the object code. If the place to - copy the object code is a network server, the Corresponding Source - may be on a different server (operated by you or a third party) - that supports equivalent copying facilities, provided you maintain - clear directions next to the object code saying where to find the - Corresponding Source. Regardless of what server hosts the - Corresponding Source, you remain obligated to ensure that it is - available for as long as needed to satisfy these requirements. - - e) Convey the object code using peer-to-peer transmission, provided - you inform other peers where the object code and Corresponding - Source of the work are being offered to the general public at no - charge under subsection 6d. - - A separable portion of the object code, whose source code is excluded -from the Corresponding Source as a System Library, need not be -included in conveying the object code work. - - A "User Product" is either (1) a "consumer product", which means any -tangible personal property which is normally used for personal, family, -or household purposes, or (2) anything designed or sold for incorporation -into a dwelling. In determining whether a product is a consumer product, -doubtful cases shall be resolved in favor of coverage. For a particular -product received by a particular user, "normally used" refers to a -typical or common use of that class of product, regardless of the status -of the particular user or of the way in which the particular user -actually uses, or expects or is expected to use, the product. A product -is a consumer product regardless of whether the product has substantial -commercial, industrial or non-consumer uses, unless such uses represent -the only significant mode of use of the product. - - "Installation Information" for a User Product means any methods, -procedures, authorization keys, or other information required to install -and execute modified versions of a covered work in that User Product from -a modified version of its Corresponding Source. The information must -suffice to ensure that the continued functioning of the modified object -code is in no case prevented or interfered with solely because -modification has been made. - - If you convey an object code work under this section in, or with, or -specifically for use in, a User Product, and the conveying occurs as -part of a transaction in which the right of possession and use of the -User Product is transferred to the recipient in perpetuity or for a -fixed term (regardless of how the transaction is characterized), the -Corresponding Source conveyed under this section must be accompanied -by the Installation Information. But this requirement does not apply -if neither you nor any third party retains the ability to install -modified object code on the User Product (for example, the work has -been installed in ROM). - - The requirement to provide Installation Information does not include a -requirement to continue to provide support service, warranty, or updates -for a work that has been modified or installed by the recipient, or for -the User Product in which it has been modified or installed. Access to a -network may be denied when the modification itself materially and -adversely affects the operation of the network or violates the rules and -protocols for communication across the network. - - Corresponding Source conveyed, and Installation Information provided, -in accord with this section must be in a format that is publicly -documented (and with an implementation available to the public in -source code form), and must require no special password or key for -unpacking, reading or copying. - - 7. Additional Terms. - - "Additional permissions" are terms that supplement the terms of this -License by making exceptions from one or more of its conditions. -Additional permissions that are applicable to the entire Program shall -be treated as though they were included in this License, to the extent -that they are valid under applicable law. If additional permissions -apply only to part of the Program, that part may be used separately -under those permissions, but the entire Program remains governed by -this License without regard to the additional permissions. - - When you convey a copy of a covered work, you may at your option -remove any additional permissions from that copy, or from any part of -it. (Additional permissions may be written to require their own -removal in certain cases when you modify the work.) You may place -additional permissions on material, added by you to a covered work, -for which you have or can give appropriate copyright permission. - - Notwithstanding any other provision of this License, for material you -add to a covered work, you may (if authorized by the copyright holders of -that material) supplement the terms of this License with terms: - - a) Disclaiming warranty or limiting liability differently from the - terms of sections 15 and 16 of this License; or - - b) Requiring preservation of specified reasonable legal notices or - author attributions in that material or in the Appropriate Legal - Notices displayed by works containing it; or - - c) Prohibiting misrepresentation of the origin of that material, or - requiring that modified versions of such material be marked in - reasonable ways as different from the original version; or - - d) Limiting the use for publicity purposes of names of licensors or - authors of the material; or - - e) Declining to grant rights under trademark law for use of some - trade names, trademarks, or service marks; or - - f) Requiring indemnification of licensors and authors of that - material by anyone who conveys the material (or modified versions of - it) with contractual assumptions of liability to the recipient, for - any liability that these contractual assumptions directly impose on - those licensors and authors. - - All other non-permissive additional terms are considered "further -restrictions" within the meaning of section 10. If the Program as you -received it, or any part of it, contains a notice stating that it is -governed by this License along with a term that is a further -restriction, you may remove that term. If a license document contains -a further restriction but permits relicensing or conveying under this -License, you may add to a covered work material governed by the terms -of that license document, provided that the further restriction does -not survive such relicensing or conveying. - - If you add terms to a covered work in accord with this section, you -must place, in the relevant source files, a statement of the -additional terms that apply to those files, or a notice indicating -where to find the applicable terms. - - Additional terms, permissive or non-permissive, may be stated in the -form of a separately written license, or stated as exceptions; -the above requirements apply either way. - - 8. Termination. - - You may not propagate or modify a covered work except as expressly -provided under this License. Any attempt otherwise to propagate or -modify it is void, and will automatically terminate your rights under -this License (including any patent licenses granted under the third -paragraph of section 11). - - However, if you cease all violation of this License, then your -license from a particular copyright holder is reinstated (a) -provisionally, unless and until the copyright holder explicitly and -finally terminates your license, and (b) permanently, if the copyright -holder fails to notify you of the violation by some reasonable means -prior to 60 days after the cessation. - - Moreover, your license from a particular copyright holder is -reinstated permanently if the copyright holder notifies you of the -violation by some reasonable means, this is the first time you have -received notice of violation of this License (for any work) from that -copyright holder, and you cure the violation prior to 30 days after -your receipt of the notice. - - Termination of your rights under this section does not terminate the -licenses of parties who have received copies or rights from you under -this License. If your rights have been terminated and not permanently -reinstated, you do not qualify to receive new licenses for the same -material under section 10. - - 9. Acceptance Not Required for Having Copies. - - You are not required to accept this License in order to receive or -run a copy of the Program. Ancillary propagation of a covered work -occurring solely as a consequence of using peer-to-peer transmission -to receive a copy likewise does not require acceptance. However, -nothing other than this License grants you permission to propagate or -modify any covered work. These actions infringe copyright if you do -not accept this License. Therefore, by modifying or propagating a -covered work, you indicate your acceptance of this License to do so. - - 10. Automatic Licensing of Downstream Recipients. - - Each time you convey a covered work, the recipient automatically -receives a license from the original licensors, to run, modify and -propagate that work, subject to this License. You are not responsible -for enforcing compliance by third parties with this License. - - An "entity transaction" is a transaction transferring control of an -organization, or substantially all assets of one, or subdividing an -organization, or merging organizations. If propagation of a covered -work results from an entity transaction, each party to that -transaction who receives a copy of the work also receives whatever -licenses to the work the party's predecessor in interest had or could -give under the previous paragraph, plus a right to possession of the -Corresponding Source of the work from the predecessor in interest, if -the predecessor has it or can get it with reasonable efforts. - - You may not impose any further restrictions on the exercise of the -rights granted or affirmed under this License. For example, you may -not impose a license fee, royalty, or other charge for exercise of -rights granted under this License, and you may not initiate litigation -(including a cross-claim or counterclaim in a lawsuit) alleging that -any patent claim is infringed by making, using, selling, offering for -sale, or importing the Program or any portion of it. - - 11. Patents. - - A "contributor" is a copyright holder who authorizes use under this -License of the Program or a work on which the Program is based. The -work thus licensed is called the contributor's "contributor version". - - A contributor's "essential patent claims" are all patent claims -owned or controlled by the contributor, whether already acquired or -hereafter acquired, that would be infringed by some manner, permitted -by this License, of making, using, or selling its contributor version, -but do not include claims that would be infringed only as a -consequence of further modification of the contributor version. For -purposes of this definition, "control" includes the right to grant -patent sublicenses in a manner consistent with the requirements of -this License. - - Each contributor grants you a non-exclusive, worldwide, royalty-free -patent license under the contributor's essential patent claims, to -make, use, sell, offer for sale, import and otherwise run, modify and -propagate the contents of its contributor version. - - In the following three paragraphs, a "patent license" is any express -agreement or commitment, however denominated, not to enforce a patent -(such as an express permission to practice a patent or covenant not to -sue for patent infringement). To "grant" such a patent license to a -party means to make such an agreement or commitment not to enforce a -patent against the party. - - If you convey a covered work, knowingly relying on a patent license, -and the Corresponding Source of the work is not available for anyone -to copy, free of charge and under the terms of this License, through a -publicly available network server or other readily accessible means, -then you must either (1) cause the Corresponding Source to be so -available, or (2) arrange to deprive yourself of the benefit of the -patent license for this particular work, or (3) arrange, in a manner -consistent with the requirements of this License, to extend the patent -license to downstream recipients. "Knowingly relying" means you have -actual knowledge that, but for the patent license, your conveying the -covered work in a country, or your recipient's use of the covered work -in a country, would infringe one or more identifiable patents in that -country that you have reason to believe are valid. - - If, pursuant to or in connection with a single transaction or -arrangement, you convey, or propagate by procuring conveyance of, a -covered work, and grant a patent license to some of the parties -receiving the covered work authorizing them to use, propagate, modify -or convey a specific copy of the covered work, then the patent license -you grant is automatically extended to all recipients of the covered -work and works based on it. - - A patent license is "discriminatory" if it does not include within -the scope of its coverage, prohibits the exercise of, or is -conditioned on the non-exercise of one or more of the rights that are -specifically granted under this License. You may not convey a covered -work if you are a party to an arrangement with a third party that is -in the business of distributing software, under which you make payment -to the third party based on the extent of your activity of conveying -the work, and under which the third party grants, to any of the -parties who would receive the covered work from you, a discriminatory -patent license (a) in connection with copies of the covered work -conveyed by you (or copies made from those copies), or (b) primarily -for and in connection with specific products or compilations that -contain the covered work, unless you entered into that arrangement, -or that patent license was granted, prior to 28 March 2007. - - Nothing in this License shall be construed as excluding or limiting -any implied license or other defenses to infringement that may -otherwise be available to you under applicable patent law. - - 12. No Surrender of Others' Freedom. - - If conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot convey a -covered work so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you may -not convey it at all. For example, if you agree to terms that obligate you -to collect a royalty for further conveying from those to whom you convey -the Program, the only way you could satisfy both those terms and this -License would be to refrain entirely from conveying the Program. - - 13. Use with the GNU Affero General Public License. - - Notwithstanding any other provision of this License, you have -permission to link or combine any covered work with a work licensed -under version 3 of the GNU Affero General Public License into a single -combined work, and to convey the resulting work. The terms of this -License will continue to apply to the part which is the covered work, -but the special requirements of the GNU Affero General Public License, -section 13, concerning interaction through a network will apply to the -combination as such. - - 14. Revised Versions of this License. - - The Free Software Foundation may publish revised and/or new versions of -the GNU General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - - Each version is given a distinguishing version number. If the -Program specifies that a certain numbered version of the GNU General -Public License "or any later version" applies to it, you have the -option of following the terms and conditions either of that numbered -version or of any later version published by the Free Software -Foundation. If the Program does not specify a version number of the -GNU General Public License, you may choose any version ever published -by the Free Software Foundation. - - If the Program specifies that a proxy can decide which future -versions of the GNU General Public License can be used, that proxy's -public statement of acceptance of a version permanently authorizes you -to choose that version for the Program. - - Later license versions may give you additional or different -permissions. However, no additional obligations are imposed on any -author or copyright holder as a result of your choosing to follow a -later version. - - 15. Disclaimer of Warranty. - - THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY -APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT -HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY -OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, -THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM -IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF -ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - - 16. Limitation of Liability. - - IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS -THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY -GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE -USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF -DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD -PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), -EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF -SUCH DAMAGES. - - 17. Interpretation of Sections 15 and 16. - - If the disclaimer of warranty and limitation of liability provided -above cannot be given local legal effect according to their terms, -reviewing courts shall apply local law that most closely approximates -an absolute waiver of all civil liability in connection with the -Program, unless a warranty or assumption of liability accompanies a -copy of the Program in return for a fee. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -state the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - -Also add information on how to contact you by electronic and paper mail. - - If the program does terminal interaction, make it output a short -notice like this when it starts in an interactive mode: - - Copyright (C) - This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, your program's commands -might be different; for a GUI interface, you would use an "about box". - - You should also get your employer (if you work as a programmer) or school, -if any, to sign a "copyright disclaimer" for the program, if necessary. -For more information on this, and how to apply and follow the GNU GPL, see -. - - The GNU General Public License does not permit incorporating your program -into proprietary programs. If your program is a subroutine library, you -may consider it more useful to permit linking proprietary applications with -the library. If this is what you want to do, use the GNU Lesser General -Public License instead of this License. But first, please read -. - GNU LESSER GENERAL PUBLIC LICENSE - Version 3, 29 June 2007 - - Copyright (C) 2007 Free Software Foundation, Inc. - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - - This version of the GNU Lesser General Public License incorporates -the terms and conditions of version 3 of the GNU General Public -License, supplemented by the additional permissions listed below. - - 0. Additional Definitions. - - As used herein, "this License" refers to version 3 of the GNU Lesser -General Public License, and the "GNU GPL" refers to version 3 of the GNU -General Public License. - - "The Library" refers to a covered work governed by this License, -other than an Application or a Combined Work as defined below. - - An "Application" is any work that makes use of an interface provided -by the Library, but which is not otherwise based on the Library. -Defining a subclass of a class defined by the Library is deemed a mode -of using an interface provided by the Library. - - A "Combined Work" is a work produced by combining or linking an -Application with the Library. The particular version of the Library -with which the Combined Work was made is also called the "Linked -Version". - - The "Minimal Corresponding Source" for a Combined Work means the -Corresponding Source for the Combined Work, excluding any source code -for portions of the Combined Work that, considered in isolation, are -based on the Application, and not on the Linked Version. - - The "Corresponding Application Code" for a Combined Work means the -object code and/or source code for the Application, including any data -and utility programs needed for reproducing the Combined Work from the -Application, but excluding the System Libraries of the Combined Work. - - 1. Exception to Section 3 of the GNU GPL. - - You may convey a covered work under sections 3 and 4 of this License -without being bound by section 3 of the GNU GPL. - - 2. Conveying Modified Versions. - - If you modify a copy of the Library, and, in your modifications, a -facility refers to a function or data to be supplied by an Application -that uses the facility (other than as an argument passed when the -facility is invoked), then you may convey a copy of the modified -version: - - a) under this License, provided that you make a good faith effort to - ensure that, in the event an Application does not supply the - function or data, the facility still operates, and performs - whatever part of its purpose remains meaningful, or - - b) under the GNU GPL, with none of the additional permissions of - this License applicable to that copy. - - 3. Object Code Incorporating Material from Library Header Files. - - The object code form of an Application may incorporate material from -a header file that is part of the Library. You may convey such object -code under terms of your choice, provided that, if the incorporated -material is not limited to numerical parameters, data structure -layouts and accessors, or small macros, inline functions and templates -(ten or fewer lines in length), you do both of the following: - - a) Give prominent notice with each copy of the object code that the - Library is used in it and that the Library and its use are - covered by this License. - - b) Accompany the object code with a copy of the GNU GPL and this license - document. - - 4. Combined Works. - - You may convey a Combined Work under terms of your choice that, -taken together, effectively do not restrict modification of the -portions of the Library contained in the Combined Work and reverse -engineering for debugging such modifications, if you also do each of -the following: - - a) Give prominent notice with each copy of the Combined Work that - the Library is used in it and that the Library and its use are - covered by this License. - - b) Accompany the Combined Work with a copy of the GNU GPL and this license - document. - - c) For a Combined Work that displays copyright notices during - execution, include the copyright notice for the Library among - these notices, as well as a reference directing the user to the - copies of the GNU GPL and this license document. - - d) Do one of the following: - - 0) Convey the Minimal Corresponding Source under the terms of this - License, and the Corresponding Application Code in a form - suitable for, and under terms that permit, the user to - recombine or relink the Application with a modified version of - the Linked Version to produce a modified Combined Work, in the - manner specified by section 6 of the GNU GPL for conveying - Corresponding Source. - - 1) Use a suitable shared library mechanism for linking with the - Library. A suitable mechanism is one that (a) uses at run time - a copy of the Library already present on the user's computer - system, and (b) will operate properly with a modified version - of the Library that is interface-compatible with the Linked - Version. - - e) Provide Installation Information, but only if you would otherwise - be required to provide such information under section 6 of the - GNU GPL, and only to the extent that such information is - necessary to install and execute a modified version of the - Combined Work produced by recombining or relinking the - Application with a modified version of the Linked Version. (If - you use option 4d0, the Installation Information must accompany - the Minimal Corresponding Source and Corresponding Application - Code. If you use option 4d1, you must provide the Installation - Information in the manner specified by section 6 of the GNU GPL - for conveying Corresponding Source.) - - 5. Combined Libraries. - - You may place library facilities that are a work based on the -Library side by side in a single library together with other library -facilities that are not Applications and are not covered by this -License, and convey such a combined library under terms of your -choice, if you do both of the following: - - a) Accompany the combined library with a copy of the same work based - on the Library, uncombined with any other library facilities, - conveyed under the terms of this License. - - b) Give prominent notice with the combined library that part of it - is a work based on the Library, and explaining where to find the - accompanying uncombined form of the same work. - - 6. Revised Versions of the GNU Lesser General Public License. - - The Free Software Foundation may publish revised and/or new versions -of the GNU Lesser General Public License from time to time. Such new -versions will be similar in spirit to the present version, but may -differ in detail to address new problems or concerns. - - Each version is given a distinguishing version number. If the -Library as you received it specifies that a certain numbered version -of the GNU Lesser General Public License "or any later version" -applies to it, you have the option of following the terms and -conditions either of that published version or of any later version -published by the Free Software Foundation. If the Library as you -received it does not specify a version number of the GNU Lesser -General Public License, you may choose any version of the GNU Lesser -General Public License ever published by the Free Software Foundation. - - If the Library as you received it specifies that a proxy can decide -whether future versions of the GNU Lesser General Public License shall -apply, that proxy's public statement of acceptance of any version is -permanent authorization for you to choose that version for the -Library. - -============================================================================== -Copyright 2008 Google 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: - - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * 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. - * Neither the name of Google Inc. nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. - -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 -OWNER 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. - -Code generated by the Protocol Buffer compiler is owned by the owner -of the input file used when generating it. This code is not -standalone and requires a support library to be linked with it. This -support library is itself covered by the above license. - -============================================================================== -2001 September 15 - -The author disclaims copyright to this source code. In place of -a legal notice, here is a blessing: - - May you do good and not evil. - May you find forgiveness for yourself and forgive others. - May you share freely, never taking more than you give. - - -============================================================================== - - Copyright (c) 2010, The Android Open Source Project - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - - - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - -============================================================================== - - Copyright (c) 2005-2019, The Android Open Source Project - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - - - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - -============================================================================== - - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright [yyyy] [name of copyright owner] - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - -Copyright 2010 The Chromium Authors. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * 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. - * Neither the name of Google Inc. nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. - -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 -OWNER 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. - -============================================================================== - - Copyright (c) 2005-2014, The Android Open Source Project - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - - - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - -============================================================================== - - Copyright (c) 2005-2013, The Android Open Source Project - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - - - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - -============================================================================== - ========================================================================= - == NOTICE file corresponding to the section 4 d of == - == the Apache License, Version 2.0, == - == in this case for the Android-specific code. == - ========================================================================= - - Copyright (c) 2005-2008, The Android Open Source Project - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - - - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - ========================================================================= - == NOTICE file for the x86 JIT libenc subdirectory. == - ========================================================================= - -Apache Harmony -Copyright 2006, 2010 The Apache Software Foundation. - -This product includes software developed at -The Apache Software Foundation (http://www.apache.org/). - -Portions of Harmony were originally developed by -Intel Corporation and are licensed to the Apache Software -Foundation under the "Software Grant and Corporate Contribution -License Agreement" and for which the following copyright notices -apply - (C) Copyright 2005 Intel Corporation - (C) Copyright 2005-2006 Intel Corporation - (C) Copyright 2006 Intel Corporation - -Portions of the Apache Portable Runtime used by DRLVM were -developed at the National Center for Supercomputing Applications -(NCSA) at the University of Illinois at Urbana-Champaign. - -This software contains code derived from the RSA Data Security -Inc. MD5 Message-Digest Algorithm. - -This software contains code derived from UNIX V7, Copyright(C) -Caldera International Inc. - -============================================================================== -version 1.2.11, January 15th, 2017 - -Copyright (C) 1995-2017 Jean-loup Gailly and Mark Adler - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - -1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. -2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. -3. This notice may not be removed or altered from any source distribution. - -============================================================================== -BSD License - -For Zstandard software - -Copyright (c) 2016-present, Facebook, 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: - - * Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. - - * 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. - - * Neither the name Facebook nor the names of its contributors may be used to - endorse or promote products derived from this software without specific - prior written permission. - -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. - -============================================================================== - GNU GENERAL PUBLIC LICENSE - Version 2, June 1991 - - Copyright (C) 1989, 1991 Free Software Foundation, Inc., - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The licenses for most software are designed to take away your -freedom to share and change it. By contrast, the GNU General Public -License is intended to guarantee your freedom to share and change free -software--to make sure the software is free for all its users. This -General Public License applies to most of the Free Software -Foundation's software and to any other program whose authors commit to -using it. (Some other Free Software Foundation software is covered by -the GNU Lesser General Public License instead.) You can apply it to -your programs, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -this service if you wish), that you receive source code or can get it -if you want it, that you can change the software or use pieces of it -in new free programs; and that you know you can do these things. - - To protect your rights, we need to make restrictions that forbid -anyone to deny you these rights or to ask you to surrender the rights. -These restrictions translate to certain responsibilities for you if you -distribute copies of the software, or if you modify it. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must give the recipients all the rights that -you have. You must make sure that they, too, receive or can get the -source code. And you must show them these terms so they know their -rights. - - We protect your rights with two steps: (1) copyright the software, and -(2) offer you this license which gives you legal permission to copy, -distribute and/or modify the software. - - Also, for each author's protection and ours, we want to make certain -that everyone understands that there is no warranty for this free -software. If the software is modified by someone else and passed on, we -want its recipients to know that what they have is not the original, so -that any problems introduced by others will not reflect on the original -authors' reputations. - - Finally, any free program is threatened constantly by software -patents. We wish to avoid the danger that redistributors of a free -program will individually obtain patent licenses, in effect making the -program proprietary. To prevent this, we have made it clear that any -patent must be licensed for everyone's free use or not licensed at all. - - The precise terms and conditions for copying, distribution and -modification follow. - - GNU GENERAL PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. This License applies to any program or other work which contains -a notice placed by the copyright holder saying it may be distributed -under the terms of this General Public License. The "Program", below, -refers to any such program or work, and a "work based on the Program" -means either the Program or any derivative work under copyright law: -that is to say, a work containing the Program or a portion of it, -either verbatim or with modifications and/or translated into another -language. (Hereinafter, translation is included without limitation in -the term "modification".) Each licensee is addressed as "you". - -Activities other than copying, distribution and modification are not -covered by this License; they are outside its scope. The act of -running the Program is not restricted, and the output from the Program -is covered only if its contents constitute a work based on the -Program (independent of having been made by running the Program). -Whether that is true depends on what the Program does. - - 1. You may copy and distribute verbatim copies of the Program's -source code as you receive it, in any medium, provided that you -conspicuously and appropriately publish on each copy an appropriate -copyright notice and disclaimer of warranty; keep intact all the -notices that refer to this License and to the absence of any warranty; -and give any other recipients of the Program a copy of this License -along with the Program. - -You may charge a fee for the physical act of transferring a copy, and -you may at your option offer warranty protection in exchange for a fee. - - 2. You may modify your copy or copies of the Program or any portion -of it, thus forming a work based on the Program, and copy and -distribute such modifications or work under the terms of Section 1 -above, provided that you also meet all of these conditions: - - a) You must cause the modified files to carry prominent notices - stating that you changed the files and the date of any change. - - b) You must cause any work that you distribute or publish, that in - whole or in part contains or is derived from the Program or any - part thereof, to be licensed as a whole at no charge to all third - parties under the terms of this License. - - c) If the modified program normally reads commands interactively - when run, you must cause it, when started running for such - interactive use in the most ordinary way, to print or display an - announcement including an appropriate copyright notice and a - notice that there is no warranty (or else, saying that you provide - a warranty) and that users may redistribute the program under - these conditions, and telling the user how to view a copy of this - License. (Exception: if the Program itself is interactive but - does not normally print such an announcement, your work based on - the Program is not required to print an announcement.) - -These requirements apply to the modified work as a whole. If -identifiable sections of that work are not derived from the Program, -and can be reasonably considered independent and separate works in -themselves, then this License, and its terms, do not apply to those -sections when you distribute them as separate works. But when you -distribute the same sections as part of a whole which is a work based -on the Program, the distribution of the whole must be on the terms of -this License, whose permissions for other licensees extend to the -entire whole, and thus to each and every part regardless of who wrote it. - -Thus, it is not the intent of this section to claim rights or contest -your rights to work written entirely by you; rather, the intent is to -exercise the right to control the distribution of derivative or -collective works based on the Program. - -In addition, mere aggregation of another work not based on the Program -with the Program (or with a work based on the Program) on a volume of -a storage or distribution medium does not bring the other work under -the scope of this License. - - 3. You may copy and distribute the Program (or a work based on it, -under Section 2) in object code or executable form under the terms of -Sections 1 and 2 above provided that you also do one of the following: - - a) Accompany it with the complete corresponding machine-readable - source code, which must be distributed under the terms of Sections - 1 and 2 above on a medium customarily used for software interchange; or, - - b) Accompany it with a written offer, valid for at least three - years, to give any third party, for a charge no more than your - cost of physically performing source distribution, a complete - machine-readable copy of the corresponding source code, to be - distributed under the terms of Sections 1 and 2 above on a medium - customarily used for software interchange; or, - - c) Accompany it with the information you received as to the offer - to distribute corresponding source code. (This alternative is - allowed only for noncommercial distribution and only if you - received the program in object code or executable form with such - an offer, in accord with Subsection b above.) - -The source code for a work means the preferred form of the work for -making modifications to it. For an executable work, complete source -code means all the source code for all modules it contains, plus any -associated interface definition files, plus the scripts used to -control compilation and installation of the executable. However, as a -special exception, the source code distributed need not include -anything that is normally distributed (in either source or binary -form) with the major components (compiler, kernel, and so on) of the -operating system on which the executable runs, unless that component -itself accompanies the executable. - -If distribution of executable or object code is made by offering -access to copy from a designated place, then offering equivalent -access to copy the source code from the same place counts as -distribution of the source code, even though third parties are not -compelled to copy the source along with the object code. - - 4. You may not copy, modify, sublicense, or distribute the Program -except as expressly provided under this License. Any attempt -otherwise to copy, modify, sublicense or distribute the Program is -void, and will automatically terminate your rights under this License. -However, parties who have received copies, or rights, from you under -this License will not have their licenses terminated so long as such -parties remain in full compliance. - - 5. You are not required to accept this License, since you have not -signed it. However, nothing else grants you permission to modify or -distribute the Program or its derivative works. These actions are -prohibited by law if you do not accept this License. Therefore, by -modifying or distributing the Program (or any work based on the -Program), you indicate your acceptance of this License to do so, and -all its terms and conditions for copying, distributing or modifying -the Program or works based on it. - - 6. Each time you redistribute the Program (or any work based on the -Program), the recipient automatically receives a license from the -original licensor to copy, distribute or modify the Program subject to -these terms and conditions. You may not impose any further -restrictions on the recipients' exercise of the rights granted herein. -You are not responsible for enforcing compliance by third parties to -this License. - - 7. If, as a consequence of a court judgment or allegation of patent -infringement or for any other reason (not limited to patent issues), -conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot -distribute so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you -may not distribute the Program at all. For example, if a patent -license would not permit royalty-free redistribution of the Program by -all those who receive copies directly or indirectly through you, then -the only way you could satisfy both it and this License would be to -refrain entirely from distribution of the Program. - -If any portion of this section is held invalid or unenforceable under -any particular circumstance, the balance of the section is intended to -apply and the section as a whole is intended to apply in other -circumstances. - -It is not the purpose of this section to induce you to infringe any -patents or other property right claims or to contest validity of any -such claims; this section has the sole purpose of protecting the -integrity of the free software distribution system, which is -implemented by public license practices. Many people have made -generous contributions to the wide range of software distributed -through that system in reliance on consistent application of that -system; it is up to the author/donor to decide if he or she is willing -to distribute software through any other system and a licensee cannot -impose that choice. - -This section is intended to make thoroughly clear what is believed to -be a consequence of the rest of this License. - - 8. If the distribution and/or use of the Program is restricted in -certain countries either by patents or by copyrighted interfaces, the -original copyright holder who places the Program under this License -may add an explicit geographical distribution limitation excluding -those countries, so that distribution is permitted only in or among -countries not thus excluded. In such case, this License incorporates -the limitation as if written in the body of this License. - - 9. The Free Software Foundation may publish revised and/or new versions -of the General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - -Each version is given a distinguishing version number. If the Program -specifies a version number of this License which applies to it and "any -later version", you have the option of following the terms and conditions -either of that version or of any later version published by the Free -Software Foundation. If the Program does not specify a version number of -this License, you may choose any version ever published by the Free Software -Foundation. - - 10. If you wish to incorporate parts of the Program into other free -programs whose distribution conditions are different, write to the author -to ask for permission. For software which is copyrighted by the Free -Software Foundation, write to the Free Software Foundation; we sometimes -make exceptions for this. Our decision will be guided by the two goals -of preserving the free status of all derivatives of our free software and -of promoting the sharing and reuse of software generally. - - NO WARRANTY - - 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY -FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN -OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES -PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED -OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS -TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE -PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, -REPAIR OR CORRECTION. - - 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR -REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, -INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING -OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED -TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY -YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER -PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE -POSSIBILITY OF SUCH DAMAGES. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -convey the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License along - with this program; if not, write to the Free Software Foundation, Inc., - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - -Also add information on how to contact you by electronic and paper mail. - -If the program is interactive, make it output a short notice like this -when it starts in an interactive mode: - - Gnomovision version 69, Copyright (C) year name of author - Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, the commands you use may -be called something other than `show w' and `show c'; they could even be -mouse-clicks or menu items--whatever suits your program. - -You should also get your employer (if you work as a programmer) or your -school, if any, to sign a "copyright disclaimer" for the program, if -necessary. Here is a sample; alter the names: - - Yoyodyne, Inc., hereby disclaims all copyright interest in the program - `Gnomovision' (which makes passes at compilers) written by James Hacker. - - , 1 April 1989 - Ty Coon, President of Vice - -This General Public License does not permit incorporating your program into -proprietary programs. If your program is a subroutine library, you may -consider it more useful to permit linking proprietary applications with the -library. If this is what you want to do, use the GNU Lesser General -Public License instead of this License. diff --git a/bin/Debug/adb/adb.exe b/bin/Debug/adb/adb.exe deleted file mode 100644 index 9f5b7372f826c1626861d83aa3fb8d5b47c933a6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5989376 zcmeEvdwf(y^6v~8!TZDh%kewps+Ke z91er{TUei~BI>HEyQpjgbTJ{2fFdtl9^&%y)#KnA6ay$S_gmFx9)aM!pZmxC>+<=K zK2xW=y1Kfmy1M#tM&B~WWHy;h7W_~CSCIVUJkN6g@7#M`XVdETpY&N{F8!p>Sas?w z=Zu;6-aT{DJOr}%=6iZF>C&U|(Vk%g`8Mz$(809Hh zGh(dil~HEX#3hxcm#N|B`#0lO(_#}Us;xBTwUVdg>td6m6}bB6O4H;xQRikD;Js^( z7vPI)&_*T*=~>KonoJW1%$z*QJIQ4F?@`5M+JQX(Mfw5Kq<;k_Q^9~cd{d`Qo;taV z;GmUAHobu~>0bfmljux)tJ(q|-Y-otnch4nU+sXq@4WN&yXM^a#l=97eXGfYzB1+C zoP-U?2%mS_ECOcGpNYsv^-eq|U+sXIcTKzZPLt#%cxq~cjCY)qZ#bd(|Ns8qbKs}? z(CW*m+Rz7=Q{q3GkyATm!BFbu(YG|Vwf*=E+lR)s*7%bp{2{*4*+$V`eT%8)Oz zQ}33Ksu!#y0?0^&7SWUM1?9am$CL%XbToT&DQV*i`PT+etn=)E{=`W<~08{8g`s+WMwZa5a8w*`_ zE1HDVnjuq*6X{9tcnuFZ`~4@)N}wZh^6y}+61atmwY7mT;xL0b z6KQL3zY^$0nG3&uj5;lYnu=W1WDDR_AN`E(@E^5_m(gzkWX~)&MY}mb7l@z?_5#z& zEHp!Wyb@jg{H@5u)e?b6r-#J=SFr8F)9ux77EZ zUbNUREc(1TmeDm4t}2*3sDIE z{2OaRZ@d;8Uqnd~6YBq<=?vbW>f8~_s8_R)h&I3-+~3%iG7&~4cm(AiV<8Lg!K0S$ zigug$BzJvyEa3)*Qi-8}5-v)$i<%W(OyLl+j0aw6tdLVmb#Ji-Q+gciTKkR9)A zKPvXNRPIM5&0IfafYO_64@S|-iYkx)s8t{D%J2^@Kn9c7UTvyQ6`$VU5lyoOYJHux zp7a7gZoB=~3H8x#FF(5+YJn#BkESb`ZB09ZCM6BLL{A*TbI9v*Xvf5lK!D_ZB-J@; z$DKiwTTJf(o!My98Y{&6XuW@<#a&S)#z|;(sydW&mBe!C{i)(g@wkz zt1V@2@u!IvA~jI!9kn3eHRi@)H!A@h9K(;1!)_>50)NC0Wxd6vtS@z$mGxs?ZItzM zT`8gQE?ZT3nOmI=`YOcHM~ID%=2WwC+1IhiXeN9dN z>ZJeZxE0U+J7{V)L4W2#K_LA$st;+*Y_gw8S^?HYR}k+pI+VJF@;vtyez^Td9Zbn& zP=btTkQ3l^q#2sUg|aamj9bjxN+dY~u;t&OE>LPg_5$Q9+zU1!Eol!pw1%;|C01lB z1vb%pg3$*`;3G*XdDAg0`N)=!@hP4A>&x5XdHX>(7tD2~b3X;I#V^#ujvi8WdXYK_ z6Vfar%{0<%N)0;mkmf<0GeeLKPnBCdFA37>tJ_4oO?w)qWTPdpUnx3)PE!KkQpwrY z@DZd*8T3xX$!4(G?7bRlZI9$8z113|&_=UG?V@&s(5)T;YdqrcMEYsV*&pd18tZCb zUZ$>Q$=Ski`@3dC+OvsT|H-Jgy<7Cui3=9Ai~CUK(6VLawy4)-7jIzvMiy;v=&s|e z&`HFoop+I%-pw^wQS);KCvuVIy2bj*j6UM`Z!>$;YdQ0^l1x;QY4%bT*`ioh0gyw2 zoFZ3(a`v-c!orxveX|S;qXcHa)EceHlSajUu2IQ?HTet5Aell*160kbz6_pJh~Qkt zRpAl)AtIz#%x>A@HEX!V5EX~W^2V%$mKQz+vz*Wswx{qP(bPYAJe!Mce5=mgdX;Nx9dg z)Rfq#DATu0QM_%l!9Jv&3OL=rd5W@U%YswUXsqm_@vaiIF%Pw8pp8x_;7`iKX!sOm zH%wYhJziL~U&I6$3L>IG?@yLB`fuG4{kP`upE=|8`Oid^U=W1F?27jxZt~Oj8BO;7 z!RS*mBNp`Q6y@HwZcy}-@(2L2;bJ`O+dff`Qb-n40=a2!2Zg$hIQED&JQ(SEvPqGC z$-)|B`CB)E)WjMi!Z!y*=7GpOt;xU9#S)&=9Qjcn$_?0~XBvb!&mqJMTXsxbOB5Uv zDM+fjt3_N#O&4ZEbe1K0m0P?fe<9NWWQy+5GQ%!73EcSSX2kkC;3bM#=J{Q}PI5x}K*q#G6rMC&r0=XsWaUs4`J4CW#h%yZb zmSic;KrJLd#|$a{;AooZMG|5F;lnJ&oFX zQLE$g3UcE*wk1zc2{fWGI@qf1Q(prsM5mw9OyEp403eX5`GA)d3KzXm~l9nW5yZqMGgaVYKOeYSZ8!(_k5*gXp!$ z!jE^&k!yAe5YSEA=PnmpU>HGrx>Sh_vE?1^Yvz;A9y7!$3*C~Lvmfq~o7iA|&Ft-f zmfAs(Es_dsrLOkKG7(wF$Gj0W?v0Gs;Eg;n*6=XAb67y%o)#C-wwTufbt$lw!V!D& zXJ{Vz&Prf8xEt8-b>giHZ(XP-vl@&OS9uIuqzS3s?BInccw}5RkJgXFpAd z@lPA?a)P07SJKI2&_34o2rrOnzi9jX8!fCefh|h#AoBX>y7Em>S#JgpnfV}fyS47H zRjJv~eltM%+5;BN3>qxpZXt%z6lUt=7>{SfdF)0zMSrLwG#Os^5Ti^1(gLm$jJ@u- z!C3E<1j8r@0A|IVp2#S&4F;RO&|#NC$l=Hn z#S&%0#aclVGylny`v)emIcH1M6|BW*pyj(h+=Wh!^w*B5mwyJ4pM5ON6dnuJpjX@I zRTp~NO;1*O`T|dejvT_H=ms6o_Em{aNZ&Q<`L1x6giB=tXQfv)1GTl7s$trPLASUX zW6nNdM^fEc?Foc#QQwiq8e3?zRe!)zg(RBe7JrvOZ6A7E97cA7KRn@@@C#I#2OvN{%rq;tP>1)% zikJxuQr&`A!c$0M@!RI`K=6TcwTb5nY)kOQa5q<-O(L9rjPC=8#AD)wiiF)wbgxAX zfz%4og*`hPTuv2{9Fj3eos7zj+22w=Phx~dBCIVMz+nz%)L@2wa$C8A%P8l8LX ziC^QDJ7jk)J-g<)@Dopoi>b;}B62qpi;GNsTg+P{DWQ>OqQk9rWI}#r2gp`MoDw&k zOH02vEiUl_P#TlvXjBA(}q@)mhKV#qwMHzrVAC0QM-*!ef^<%HEydKZ{ve8;KJb>${3=6)FN zMKG(dn)ynNB3U`c0#_TXY?Q3DW5lw>Sm~6kM3f4gv}1g*866^QKM{9`i*f&&9Aa>h zIGBgw#pjqpUP`1_%XVHL8L5|88_cH00`6gO)&dq;D%@q_nwzMNHfFh^<+^l)!^LnO zFfB1G9+5M*1t+w<{*6vKp{3bn*Sq5Sl?DkniWwrl<7^R!KMXy;9%YbNDQUnA1QK3M z5?*W$O(O|^A5L_o=rNrz+bTWcUM!TIrD~;b#8k~HYJtb-Cr5a(^q;Fd@SaJ8>{uv( zL!);h7fsvVevh}S8&mu(sKO&^?x8BuBO~-qAeHQjbQ1-}C51d}Pr-_Bk;mOQFoo}qc=WIQ5d z`X1~jl#JZ~q)sY=G!`7;@C$y&f;=2dkvY!tFoWw)h%Gg|E(r4JfMTyFM0uwpzO1~(z* z*%X;T`lFp3e8PKEXwLEGg5zfIvFMD`VyeUy`AQ#cMbAtk65Qg;gK4HnB|4U**t(Js zYMlrhnTwSZ@zBtgm~4(@ui%%1=%rg+B(eQoK{UiJ8{!a0|H=&k$SFaYVxI)b-rV|h znrRK;k41ORif<(Ke?hfP{Pqf?Gjx#j6#ZSmHg=^OSg7w+*ma~?G#iPzZMiTA9PZ<+ zIa^>B9NGpk;78&;;=B4FwyC=jF4(O(VxdH*TWr)~b0@eYGN?&*8m?cP8d7IC%`iOa zzDxYkGrnF)MpX5I47b=inrHjrXW;Zv7GF}9=pYKTsn2r8m7LKA6KB&ou#G0PHk4F} z97&S@WRv3e0j*Z&KiN_7??7|4&8E!@EiMR`IS7aM8-T)1#3J+v5?Yo4eq~{aRGZfD zqct?o%Fqs1U@)0*16wwl8Nl?>oPlG`ZZWxxjTxD9s!eP1lH+a#zajY<7}{tWAP%4m z_{(b`SK~R!`hO~W68^ZouM#984U?A*e-IoEKScF??60@`zig_|wuv?`!(}|?ML%`s3re}uFiAa#-{Prn;N9*6h3ZLueey2XGlHfzr_c~Sf&=m+xI+ojF*?gCW`JYh7y2bn8zE&k8?u{{ z#D>u_OV0in^NIETC}Oi!Vu3GtyvknKlfob|HPsFa^X@d$QaANFy4S3-QQs8E%hC2frCkrHZu`Y!G!Gf4Nnroh80p$=cVhF_P%>Sb0<9&G?z!+pxI~B ziyVyw99@cJhTvs`ba-eN#UGPUJtR@(G;2*US(TC{|Hk>Z;HZ_1(>!a65*pi%Oig3J zwUH6SUItvXiO0=}$1f6(dlQd`5|6yjil4x69Led=Az~7l7I2*eB(&N^CAHPA)0C~y zH5mz|6OB}*wAwDZyudsGlT~_4n;0l}C!|xrjM+5qc^`E4$5?pRjC*G`n(px3JyTB! zE#r#OXA`MUw0-5(rmCoPFD6RsrwR}H5FH47t%mH-RaQhVCSvO3-$-+sETRc%rjce- zid>nY#mp$^@m2B6rADR_N=ecdB275+|AXLYlIcSan0@0__ii$M&yQrwikg@U4QO{4 z{Fp>dLwXlA6u_xosG>zT>)l@74|lEF1P@LvMd9L>1eBeqaCE5Z#i$Q!7R6tj-%8cHT$x_UbkD6 z-p585190#H$gBFy9t=p|E?}o*JpiWgT@-&Svgvay>RWhOCED{_D^}EtQE{u{RV9wj zXB6y2d`K;<$Jm|+M`G3p)_U*}A~Y$u-&Yx#gh9F#tFSMjCOnpymB*jNV^SxoHK^Gw z4i<9vMP_IR{0(;hH%%T<`ka*FMv`N!!eQD(ayhvI-IHG>Ml-D#uX~d?O>~RrW^jAi z8;*U48|i(3%jCcGSKp_^rIL0*cr*tHt!U$ z(%(~dwe4Q;uMtHeci?vqC}k6vs4aFKMFOS$3Q1Sw!K1(jBq6<;7KBq>&bvJ}cWFaD65#*ouU8IpErX$Cx_LXjPqK(n?F&iq(G+X`BC(hTTiR;Z>?? zm9&8CWxS$vnUMxKEp&Oog*AAle|TIipV(NbP&^PtW58rc*)-0AE;iB`lu8M{Vh2L} zi(T_203Fr?0Hfl?00QxgNa!CPpOa6fh0n#QdQHBG5d!_sPe+wQ@4jpLT}X$`oaCK4 z1rJ5j@5Z}gsy3g^-zm5F1RV(d&zFX;P)v~B0l|RzfT<*=R8^bUb|6^P8DiZWV5r%v zL|1dCiA-4tc-#`tIMFQ*imw>AiGwoDzN?WLc5OJ2k+nDbZo*S7Ju%wNcoI7?k)=^I zHcoA@lFiB%YbBg9c-I4D7q1#11Dp39kamc0gyJu1@zd;E8CfNpuAU%6K^6i|2AfIk zm@yK>jARyt8OTUpgp@;$kB?=8Pu~75@!+U#gdAUlw-k%ThRJjCy4(mpypJ+S0+dhy zg^ex6QnDkR)m6wRo_@$eebQGpC>6XX+llpyGIxdA6($#$W_ZNR2^>T4kYNy;e1dEtLxofy!GV#dd5rk4KbGB!(l=deREt{&@ww0p>=Z6h-Q zLLB}EOS75cCh$p9;FD_KA_lM-N>U|`j3;{R+A)luq8ny1Nlr$0Neg>r=(fb1bt%GB zSWBoyBW!N^Bi`>$Lx63A&7{!&C%m`G_t>^XIcUiuU2IxUxzab-P07xR;SYmcc;$`5 zAj{AZGWw>*VOC12gzKT09iKHyt0()du>DTOzBw3gXQZ$8AO9x1|LdkoQTt~pa3ih$ zPt4i??KVuMu$U<}GY%NxUM6xfH(01cFZn2qXu*4JTcerOy?IzE@AMffE_jL&=?~`x zquxAyWIp+5+Q~?tDND7zgMamQ4~(7~b z<@w{y7dF?^Z0i<_UXIz;&WL}5IWz);2Vw@a-H03&5|*?i7a!tsX=FfXRvHc5SVDVZ z87-lag`&aRN`rTEsX&gZE*E*q+cEm;_L)oU# zNM?uY)BzJJ3L&KPBIa0Ensy3HqBSVC$bslM=<2PPn2}`YGpwzJd7uim=3+=rYC~~< zL}~TnT-u9PoK5;bFCako=L+v~7P^JEXBn#ATPyCbjmg&T&xKKmho?r%Y)Ps;L_&Ov=y<+i7%n#8b#B;CO1_J8MgU7oZ-oa>n zPg8ye-(k#YL|+LbTeb4I$UIg$0N%yCJRA^>p)2ke*! zrzc69*5IzFHdl$8@>yOzV)Xqis$3ifDlR_B^T%v$duSMT%RP-4l3tuQq&Qy*kOz>2 zS09t#Z%kg@sWwx${Oyf5-Y8Q?>?5b*#I;lnG+uv%cI4RgaruJ}dau(5k#a>YZPA`F z)-v^NE>$N>`5SG>oQ7IMFn+RSL@sO{fN>h*pv8AMN4t|NFrfnVG$dAya#fddRrWPBB+AGW zJpR!A6ff-pG#BZ`8O_BoRJ}rD`b089#ZK+8Tf7Jp8OaM3r(-#X-g=MdV=^%nNiVA& z?^Xw3>Q^qF^YExfLP$!)3q7=|jTO!Y6ta>-Z1<+<_uH#2qW2Rlw8)qqVqM74vY`qN zG%Azip#f3U&iK)1hHu(5q^@aGr{9gC)d`UkN3bvk(FPe5;mQ;<|A�Xk+EotnHN% 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

;kpQvvaV{x*b>;t2TK;FAI`fa7 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 z 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

wmV_hj6qb#p>|n%H}pVeg-?eBDG{mBP@wsmS8f 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%0A5b$9_8E~`kFH6 zF<+fD?;xHa!f-pn0>}S^y&rcp)%#I({DD|gT^Xd=;07=FPZA>ex)3#k0{8Y*5aL(c zb#5lA`NuzW0?%%iz(X?!7(=W6MjO}UFake=yDKiehq@|xg}aicA@~=vv@YB_Cs)bM zc1}uRGKbx{^g{!g+dDCt|DN7-_+e@HmM*977Wxh{Uu0r3KMU2gHFL)mfi**otuQoJ zW8ubl&D5Uc#(2%VL*LQZ2+`QbsD?F@$!lgBWMON}oM2*uDC?$a%#1$6xNfdhjq7IY z`MhpU>gxt7n3W@3H9?h4_wrSD?j^8xo-6s~)=tx-93n;u78qgeB=JFho7Ya$y?+qf z^x7%di?uT&WbKfBs|X}O>F%w{OiTZwU{t%9d<1H?Lo~q+fjl)Ayt)MD)U;~)46eSQ z{!jidDQ$3Kk+h-HIry~1B=^0DPYR2!`tD?!W}K9EL+IS^usTXVrzNuCuVSGcKt7bW z`hsa9S4n|?f+e_HhR7!gIG;f5jo|VRy`QB!QCT=R4~18zQ$5Na;?N^2--KYjux&E= zAwzwRkGV7r59KzQhd2TObA$2Ioo8JH)69|t#KF9N`4RZFyhC${T9nS*#o$$Xp_3)&X-E{o%F;Rg2GWGFM z=w_zBG#X!_7$0)D+G2B&Z5-kGL5a3>3f_n>=l2#QiS#*fdJJ1Op8RCv{ZH4(3uP#f=EFyqn^!g%9D$E%rl2)#*dSl<1#;lhn0fZ8u7g)i+K z8tSoU^`%{)Za-U$%RfPL;|$?G#J}8g$j)&pJ-+MTUuVfBem~rW&KVquiuH<-+Tc0(fu`)VJU``2m1b= zg6+nR9W

  • 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%0DPS>97+1?bKT-vN57PgmH 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

    )0rHsi13_PIQzeJJ|l%!Q8 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%0DP*0nh*>0yliKo;3R$k=HSbi)|9&MR7 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 z∓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

    2?rc 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­pJ_nz}hVH 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�C`ESujYy-8eRImyv^#p!y= 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%0D$OJkD%Xu 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Ð+qs}sMTRKqWoi)^qH!E~>QfG9uE>8Te)y2<8 z0y*E8K-QBhgXJXfV!d9%=14=?|Dw-yZMy3o=>?h@UyUt;K~fzXO@dNgnSe=S8FC#n zDwTbvq+p+!uTt4(_W1UhPgB547&WFDGA)ttmp5o2+8g^!lp4uV_L->cGZzVz1^dj8 z&KqmWD7B^xS;O-7nekVTHf2cpQKpt)R#V6{?q{N9=~Z@a6!X>0Eomo2O)w&E?K09P zN;7qrqmD`ScUDx`a+#eL8MD*56o3!r1OdU$H$5F=YFRyz=_%@~IU{DLQcde_!L~51 z4R0AcE#K^PQk8tOQ}tD&r)AU~wVwMpxI`$J_yINI_HBJ>S&& zu}!Vx`I~I&`&5PGN^=e1Kp3|W!7=+K5Eb{VJDVjQaLUK%V6wckoiU! zpIH&&EED^! zt%m$VdL^@0KLdglEIN3erYAGSdF+LWO&u@MxIECyo$e3NShkfv z7Hk;(on^*mjWKI~=4&H{91J@;QmRMMHOU9`zHiLwrHf+bUCac~*(W8(3uMItS#dRU z8ZVHI7s!eQvf?I{31s61vSNX(xJ_jO+4wehuwcxoFG_tt{bb^35$ds?g+^ZhfV#&* z8tK)7oH7s84gtAZsiMc2;AS&D<3)olC-pf1qB~K!?97=tphhsp^Am`{Z^fLs*+ZZ@ zS7351m|g))#v`HQid?;c=tkigZrlRhno=;S$I-^Luj62D3Ka-I1=3;e^Bk#go?)VgS-N^EnwwWGn)BU^V5u8cXy?>F>O|8&u!olg!+Y4KyY!AYcbNdi_%ytnIKsV; z7n~KJ6*A~7VF1-uCUPYng?LPI1u_x({n&h^hO5_#h^_+*t*u8)Fq~(CQ&B0f@_dSg zHV2V;7Ra=#xRwvA27Ogv-fouF$0U=3!*5&o)jS)F)sAL^mb(KB^}(A#EI^hWI?En_ ze-v0@=X(Q3MjL*{v9QMQGY;*Z9FWHFgK1jh0K%2I$zouzo=2}7VLi5=GI=q(=Q32% zq3hhwWL7D#5cDRbB*3ylrkDqqsI~QlK#oj5}__^)k+(1LlPLutr~D zkD>#TTuTO)pbRW#2l5qmsn@lE;k>hs!Lw*$y|=-cNn7hdgVNV& zWK;vBK#_!)30?ssBMZ=lB~S&giAHMiZ#WXzz_He{Ro1c+Dky&;tNalOG}^LKD$B|x zb||HA?OvK4a8a|N?t&%Dush0n5J|9<9zZG^zaSXjE$y@=CjMyhiPUMYUj>P+n=*H2>OyEw{prs+Nvfu-9vZO8FJH3&tKXYQZFap0Qx> zQ}c)~Z)U;F<x@4XrEW`?ARX+;Ikc1_xN-eqtZg9*hy zPuS7EW|c57zlN-gP36p0DmMm8F^GCYR$?3VXOI=*&6^>sGi)l4zDb*kRw*-LQ<3d# zJhOT;=9nn2N;@`okkUZvt*>iS3F^?#>55sKO7JW;m3nL!7n;;kM8GA33E z>6uksoc>-LvKc`hOZC9!7Dz=q716kj5*F5lPvt31n^Ee#}}@ zK|S^QQ~jFA9(nIB3A3l=BYO}sCMMwx33&dEo4+5cex_+SZJp&;A>4csqSliqm}+JBqp_ zO~4Mk09vApW5@FuHC8yht8tyswy<46@sV55$I88}gYUgmG3vm-oFLoBxyn5Ij4E*k z?5w#$L&G*iE*4xHCp&AdH3?MK^TkBm$dRfVkF+T!#%6^EUvIK_;T@E;138l_^p=L7DtoV*j^h`}XS3g65Q&$(=-?p%KWTeCIM~Kr`{BrqX$3#Sy2?e6SMzZ+B zs`3|$!$J8Bm+`+EDvwBTW=7?ikIR@aJDnVmKRY2>$pKwwR_Qz(8o+t(KGsHMiZn3C ztI2)xd5?fg`zAuA_vrb<$$fIP>#}wCDZHSKK2qt<^(206UQbX#NR~E2#ggll&p2hm z3I1E#5qCktc>)`0OMZsBWQzhRBW0_VF3m)AKCO)_sK_ z1Cme}FG)P`E`dTq*^j}si9^iC3Je(U!g9g+Mo>V9)}gG~U0Gv1;+;&6*5ws{4TA!( z)&UWNtOkVDFuR4vY7CrLyG}+~6ovcp7cfhbZ)20+!YITt zgR+zWZidn!$BgS~+Vl?9oX&ht{=p+I3rZYI~&8-r;Wc5$3A+v1wu*g*EDR4hypUt7(M(*ZD}*7{n;)8>H3;0o8<0}cE( zwFX+5?p|_NzE#fdS|e6q7jQnnts2b&nt+g-;?t4A#j6D@XgM9yH$?|j(^C~U+i*7l zO|&u;x%kShrxLAN7{$%tK%yL~Yf;p|kl(d?3RB;O+K-1L>U_}+qLlZGQkJU<(;#HW zk0C*0CSw6k$13E*z)u_)8h+411E}$8YFK;$r5O;jt$|N1-((i;zMgY$seN= z@e=J7c#%<~I5rGMgcY7GKh#>)V4ZB} z58<)eysDg4KcTic0;zC^k2;y}824m+QQyjJXr;{U#UB+iK~&)NO7D2=l(Q_Lhm;r# zPqAEkD$OMh2%FP$3e12^+Wp&)V3^u&-G;QI@+0CYw`+-x$9L>)#r&=O<|m-9Kp95FKq{ zi!d8$vt_ySMnqZ$CaNoUkKtf7n^BC|**@Xh*+wdpuY*OAx7FE`f|@v^#9?vBXw?Y8={@y`vQJ2wm5_h>waom}{BeqR3)VdwCPbn2BXZ9cYQRjTHlEvf4Z13j;41ruK@srOfRs zo>#wYYMj{BJMM4zMNcxB)_J7(aJv3MTeKBxOeCkAVW-(pI>jGulwhT!%vyk2Zi0PB zuP*CFc{Q6~A&kN2TZW&S4ar{?$CX2&={&zYQ|1v={4F!r>1~w3Ha30QXd68#3akAQu+n8`Gke!p!e%ov|fQrB&({w8yZQ5gB zb-IfgApwILWc#hmKs6VAigztynV>_1STp|W$aCBtu#_PcofW@mTRY)T?N%hy)5_Uvl7;s^gMQav=TCls#x{v>_6t4dYuVm8?}`S>n@fkaFnSmCKvN}fhiyN z=_5tn1{+M1vCLH_bER^qy=m59|0OKu<1*rfvyaM&@(BpVNFaTJ`+u_5HBU(bA&J4N zmQ3g#x349;ACs}6C&XsvUIE8HAbV~A+Ri@5L!0wi**(aYFMrA*{3&5i2usr#X11F@ zZa)U`>0#av8FM)NdQ}rMRe_5+TxNNBWy@{5!JPXgxT7tBAGON?lkRAH7qxK>Wb9>& zEe8Ds@WPJF*7oEsPv3<#p545RpPh+=kwrxtrDj#EDi}-fy@_akiP-oh( z&QHqTowtI%BOswWl&@Pbu>FOF=aq_r8MMOMtvSURZD1>t-TK?A%XDN01@UN0`@9hc zWpb}H2DULa>o;Rq+m^d_lZzJV-)Aqr9I zw2n|%6>E$#?IXXkz@wax5^LKJWcN^!i;k?sXigBtk`?%AohIV}Za*pMkY?4wonFLr zx;u+<{Jf{des@Whs~EZhkMs^_pB8QIWm(JYJ+=T4y1DZmQpfoo5J3`rlDRdI*saKl zK8z=RWJRT4!e(+Rumjf`_dbvUInezspTv<5jM_xjU>XhdOu`+B-CHphk3yNqj#k(B zwTy%;VRn}C*dNo%gNz7*e5(o!aEc!vuQU8}&9lnv|K{buCW4bIxR+gu!X~a8eG3-@ zOz@6*8?!fv>YspIX=I+WY!m2U&+k9E-`mso@;O9$cmwt@I>cf0@m4mEO3v<|KSA;~ zNiyN2jt)l-qDvww($U(;L3ByI%9>P$rPdxqm$a&^O=YcxgXpz|IE!k4iBdxje0%;p zCm(BZp-!ML8gFK=<4=u{4fiMx>CG(x)bKXAFYV9FLvFn^ zk*EtU^+{eB20k48B+J8)!i9p*h1Hq>94}d3tun#q!X}joKIKg+6MQagQ<>mXK04|m zrGt7g;a!|)(V@~K+7tVf4(b(>0(8P5oi<%O1enZ~gnJ0OU_OcA)RzRHwNmGpQeror zCK@@uS(@Qq8TR`#A*}%1@p3`xLxR*a9Dft1fRtpt?wjHLxp%3-z{bEOOLn*a=F*->eJo!E0!R9C}kJj0wH7_zBa3Etx(CpW@-CiG&I zzMxbQ=nIfS2%TXDdf14*a663>3}^RS8-pQzfm{F!zihRITL!;ZZncGdgn}y$BjRm0 zQ5a?$F##9>dNuli3Bb6{55O2j{005stkD=@S#pTRsIr}L5S~{DW->%#Ny{kcbbC<= zTBJI!srq<>bjDd z&6B;%Syqj{W_5~gUN$;KCtv;seZnaJ1%2ZG;bl;7ls>UMNXaUrJ&)EWjEVF$`b4hX z=+|TQ2Y}4tL8_re-(Y%1^mg1o%FM5x@(cOyvx=agz-Xo6^0O)p;LTYz2AT2;yCK*h zJ8@e$xQ z$`rGO*DCVn7@xhuT0c$i+{rVFy+$C!*bdY&sWZsDye;;++gYw*cn1}3e9K_%+bn}U z;vGh!k-1mqn9%48h*mTI5qpdxQ=ITPYb5IYMBupbdpeWf^4vtfjSI73j*foYP4wHD z`kT*w|Lv{T7b?$uH-Y*-^Q|(>cb{;3g!wuv&K;#bI_`_oe+V4%HgOqG*DI1OH*kkN zivRJ%VQ2cW*im!*CMKNSpr>bHquDu_mxTr3epgTmnWE8*xa$YF4F`5)bE+iOv0Pu+ z7pe2+mB(3wpD&Z{7_pXX>5U;-u8rRKPm&;?@(!P=Iqs4jT-$%Ow;AF456b<;k-#o# zj%pzLG!@+S$SF8%fkV!u`moSvRi9K&Ayrevgih2TCvo#Dw{KUoJeQ*xUM|g$+qaLS zJp4Vit!5ZPGaT15e&q}kgfyeLhajXGB|QWo^j3sF+?f`c+Pa{=tf0@ujtBY^yBD<3iTHHo87k5tRHT`}&DYwFI+!Utls&@g^03o5i=L?q9{L+~K`mSMsB}@m+?TB` zD)8~ysBLu}pFm>^+YHE&j_ZNye4F$~E|BRPO1;KXZyU=Z1T2E>EfsqCjt$mylXng1 zdT}3Sl#Bk`95I;|HM_ir1>bR-qHpxiY#%9RGgi8OeHv%LRk!#SqJn8?)}R-LRUL!A zWmR7Os1!@O$bARuq@DS`2cnuZ<{Lw#QbQ?lG2iIIb}GGz7*FzM@g6aQi!R5A^ZN0E zyk}9`OQsr`zDyQm*`9($> zc{yA6L(!r&0!slB-6mv+NEA zk_k?h^^e^v-8orlh9mhj!?)|@;WIpxq9(ua93HuAPk7v4d8a1R!p4P^5Ie@|%!}={ zE(M3271vTvsfCS87Vg?Nav$AyCKzdm#6G*Szvg8I#$8HRt7mjB9FVZK;ea&5I3R7{ zi%t2f=QxdAZXA&Q8}-$9JkqI@YaEZF{zW@1>l~wW2D$ssKPV=_^t&tU`7kuV&T7uS zSocN$D_zE%l+qA*?V#N>S1*^H=X=ADBWHRj8sqW@F7}j*LM30U!%Rg@?^O1t?5(`x z*S3x`l~(bM0v(%IPclr9Xia9SgRWXLK>Usf9UB?pDP`3g86m2gG?UI~1xb95a0Ra& zWn81Iv!j%E#G4st!D}J!+4I@~62XQiD5)~Q1O2ZzL%cDVp6+Kx*5JBzb_?jDj7sM` zN)74lGJZ$pxsRr~ked$bE_ROxmqbYAJ!ntVkH!uvtNirCu_N{@T`G+a-mSFa4@O)z zns$Im)@#;$)}@nsMHyun0QSm>DTv?EUOq7mB=?S-L_$6x(z_+e z%eKmoK(tXM!p@2-O!2UKdDzpnG?%u$GzQ-p^DSWolcj>uYy@2 zv17~$Wo2%T^05P(2=ey}CaqeI3*C={gU$*=;@E=`R;m}w2WVC1An)r|^;AfUIVI-p z(lIJ%W$yYB`$4634T`39=oq1qQcgQHO~zZ!9%YXn1WfTD{~i& zpwK9N`i$W)1PHUcRsH$KGuwsE(`^@LJx?cQCcoc|C~jx8Z%qT%(S-R%?6IWrQbZv1 zg=Klk*kj4g5wk)ZC<`wQz2dzl8j(|CIQI$cM|nudo?wT$|Ll+$ZBNkn@+}$4l|4a* zCk)MFd_7>AVz}gwqch_@$<<(>=VE8Y1Co)-qM7*HGG$j{L@;))72i{7GrPz!u}jN2 zP0XkgOX165WDx7e@pc&xj?ivtY%9IYHzBaC#);!*ep@FFX+?74_&IbI+X=L~D8MZ@ z9g13`fpKO%YIBs8lvty|Derg*{7iY+X(u<)KaUoVgQku9#)}Nc2@_N|4xbXt1&3c_ zE~w|Z4m*th29bA@8b$|A$zD(~f?JO6A3Pn8;=XZPu{9THp@^a|?i(`UnY8y&*GeFm zY!6s$V`aItnIWtY(oV>+gd|-oe=G2W? z4926dfgM;3s%0_w_^A9cICEVLidJAT2y>Ra2{@*MQMBAvFDMaR+ff-Oz}O4+Iy2XU zjF=1LY}Xc8kIiSsUS96xXDcVjzO8_1mbcFy^X|;Oih9zOPl3HtZKG|0T}E}G{Z=dl z%1L8Rj;}Np0>{0Lkr=N&;a(f9A2#NJFB)P88)?6yV2?aQOqZ?T1|T-dR&b>NsKgBiSGU zMI$_D^(>)dQ7XuuR6KhlN^6r*mlK#0gme>w#V?Q@qi@jpy4%PZ>|6F^Y zHHsSVMrfk~WRaeWKS8Q0eXnWjFm2sy+IqmW^=#lT-UFtshxOZgShaM+G570o6VA%- zftSeh7Q;6cTaMeS2T3{XSs>{&Y#0uy}D@NNnLz((!-l$olSoDZtrF42mLa6 zdV@1oFa`+wI9rW+O|r{+vRtt-T;XbiExf> zY$veY&lM^j)%hNiEfjir<8-0BG!$=uz8HBa?&aKt4f#H)^&`%oq*4dH!PpRI{Pqr2 z)iUt%YO18IS*h_Prr%kA8xfL-Y^LqPQyt#o8rqeNhugj7Bh;f=}LTA zIT$IcSG6XU>BKwHq_S3(wW&-e-U$=U&sA^#iVxfS$+H17BW{Fq?l%rb2TsAnpeEnd z%XY4#?$vyPvWhOpo?ZIh5t{hyTvuPq+sh<6yD$W-awTms=AqW}<;;nlP3{7?f zY~6z6JUlCyLAl%8CV#}hK4SvE60AvHc^{yuUJYof?*m*{KB%%@l|87kUX=}~Y`@9| zRJLDbLwEvQsiGn5sMYR)r6~Cw|H=#^1O{B9&P=u{gZ78}UOLD0c!k~~t!@4-tnEjP z|3K8hHZ|}5^3-((rUosY85?OROq#W|z!e@&;2E%Gv-E*^Sss{cflkLea+QH>Aea4T zSgvq4a6pg?WO)XCadpQCeF4svXhUo-%}Z;n@JdaR#3m%dUEa|J4JMgyb3#sy;uj&q z586M%WodY##&&Shl_@JvY+Cr?{29`phhISCaUaJI-0X=>IR(y}cbQL__wpA5ILp14 z1)~mV;@|Rk6UR@F@+yT4r7ZVSo}MhflJZl_gE&cdxn%qH&)|Z7=MXF@^Myd-fR}S- z?u~6Gn@9Ua{Ce4$xx?GZ>TXDEb(Y@_!Ql$De31yR-`jKsK00fZ$+AaGCvgaV^ABQx zFh=)epyN~Cld*O1xJBH^87*B|-gCjq*@2!<23F24?)hZ#%Go77pDan2{hP`ER}uCQ zI0m4BQbbo0*)|$LMiEUnxdsChfuVdgI z(cARzbnnxcH%<*k-C-w9jk~r`kojaOnPi{Ukerz>dz+3t6?huCkHv9M;tw~UMu1dl z0w1Ye0d8ObTpHmqp>CTXmOoy{(&%9))&JWNtp;?evcrp7Ovx27|Hx zMLNbBYV4PqU_qWS{Lc4M;)pUC2tyPjUP^(8%BtO7lGLB-cq;pknm}2?%^!@k*Sj42uOZwwT6S8BtL+^cd54 zW7Y1udbeNW{RwZId=mj>J6N`a?#wD*7XwPA^-pkzK>6Jxmp27*Ny_JO^i-GhT#>)tkVU2eZW1FP$hBe->#yd&l zom8!|dX+V)tX^eJDr;3)o61^M*5QKkS| zRfs9rE%4@%1VPNj-Cu$W-Lcm8#qOMF_=Kmc;mR^iZQii>O-Wr;Yrm96wEk08gEdp` z18Xi^&5SR+Ph}6PtXE|Zs;pOK11j6EvH_LtSJ@C7+Y}WIu^nEhT*h>NqT_zClI~t$ zk&+p)EU*XPL&KzpZK7um5c2)kstu_dA5t41Vx>7=Qod(q%l60=*-!Yf7UYz$f5Tq_ADsH zw_=4!&4!-_A`Qx`gl1TDY3Hrp?$|c>=+Py!=sTnY)5Eb{&N3My-J=8}>9z(FdQ(D1 zlFmyW<@m5@G{2e1Y|aJN6T`shT%@*hU9!CPDa-3~fwj5MNf^I}cLL95zEP0GcjcXB z3vzg0Y%Z_UdXT#o(JpDUslr*RZVhAAZ9h3~=9RRv@F&(YRXkL!Yp;aaAPhxmM zqnDkEh0^LB3QG#NH&Lm{$QrDBt&umJ<#PMBGRMt>ONWf$5c>-UBrP0urJ{`{Igd`L zs=e$N1G25m8vHpC^sW^;Dhv_fnJd0*PFhTgsB8AKM#0f}wRFQU8eUK$I0?1LH7Q?- zt8rySWz{OHS6P$F>Q&aHvR0L~sjO9HZITvELM^f5I=n#< z!ZiYtecErOhA;O@Rp9+`B8+j8=xBl;lSn574-7^-_9iwvUH5^&CfBzvAvTVtN*anO zW7LX@KLsa>9!y@SP_*N~vL=4O`?(eLkBQ#0|2=qQ2Rq=`4MK`9zZo0S*> zCTuhjh`d7q72H!`?~o=xeClIh6I+lo^JHwFcT$o>Xc}3iMx(ps7cv9{NdRoKpr3TQ zk7&2L2183=Q($ZMB7IpK=+ADY*!^QUBQQP@3eXGlW^@D06>t>|l5i0*x4eI(3;#ZP z-BsDeLuyv3CZBcs{N3+Sx33yF2L`b0!nYvE{Vcka;><$>LH=Gh5956mc8fafh%(a7 zn}-0`YPRvH z&clk6Ir& z&}S|;x!+cH9_`a+YPa7m-*;4)ba+p8>@$s~Ca(-#+9eBOnbWYdXj4zwr3jh1KX8f= zW|1NO2N-weV+!Md#p0dvhmzEXI36NjWpt??)jgW2`reVftiz=RRxWuoo%~jj7y1r& zz$bQe93pL>@dI~{mbAC#ku~%!8Yl{6`(7x{#Q$FHXX*@Y5S?+LW|Z;FoS#+w)~k9n zJ^!~Sy!nrw;B%NyRHWbjna@9Gsy>9g3i&72EqWU9!IA^h3a2J#t`GL@FK+r`(T#(* zXJ3$^n!BGvAYTWRoT(JI{KvB<)#XZ-Q2y3~MvLd?p>toy^Bh*7S}Ba6S7iiC{s~bn092 z%xwX$^IP$rt`7`A=X$bj>=SS8Qfy`S6dphI+Q-GC9&dl`;}ZX|+Z#-5>|EyUiLJeD zex@<->e@i6;_PGbHYPTw8jL=*W|bXpb0(f?4|u5z<9)jw?a%wxB= zII*jv7tRyTGzClus;-<%UsnXLk}W@#Y1GMbG?P(le2Zi<+w8Z>Orw$-#50+vY(XPb z*9%p=rRchh2>b0}J~NFJAzEbb@D&Q@t#P)^w9}r}AZq$yz z`Wfk6R^l?}fsFw~AilO_u8}kp9>K@iPS@P=qKH#X-KUcXT>4voQ`H9j8y8_ZQnwkm!=*QUIoi|konw3+=ktWKCODbz zC;5Jg&(l3Y2)x+sJK+r`p6>WhS_ww)56~3)w2b$Vy)yWAMVB&%m0e*i5FMs^T0R== zY53?le2(LDeD=3ge(m^8LwEikp4rRZm3<2GLKd!Se^ZJn_~6d_flyILYg;BTG2q!k>}mx#hvT9KAjumA2<~tc;?Hn z-!HQ>eD1&4b)IQ}=<@U}PJG>v`CEj{1%oW>%;mhobHUq=_Ym8@vu4l&9Q~`-=?>C2 zTQ`g3uUF6Ou9toP7v}u|R+*X7Y{2RIC%wm-vvy2aQ`71NHu9^&))VTC2B6Ray6n94 zG;^M?(;EiWnDGnF1INug*$TeApLw$NwEdSHHBy>dBmNY@OSuM|)3P9`{T?`eYFF_iCfDI*8^l|J+}5(Doef5=1pY$M73 zE3Ggvop|7kqXjQb<3B|D5l-{)b4VOopyNEAjZ?KuS(B+E`se!FV3ebPWfLS(^tsOs z5r6`KoG;T`>obTI&xlc!XKoyl5i2M^*{6_NQ5J87q^vt%!w9Ac-1XS!X_fn&*(}Wd zI_L61cG>xt55Y(d)9#;vN2+6hUqH3>MSjic*iVf)mk;x|>hdww^wLN*vX~KMd#dAK zFenhz`(b9nysDXI9*DH?<7z>XFF&i^B|-{fT^s56MyA*Ltd``)GPEZ&V5jTzI=NO; z@k(lAJK7YuKahI=sI^(S$}A0)QX>4GmbPF|vh5sdYae<#G2nE)OO2F8V=wD9{#Q~t znTaclP!M@;N*7D4MNVFIx~Ji`lRe4XxS%R|RS`c<_k?b9Hx!ecc7OI6&bSLSkYCnd zBhW0R^}x0g7LKgH!RUhb(sEQw9aLu7P$t-BDseQ89@<9@XIUfb3N^5x&x%l+JjUYo zp7PdjJHWUVWBYH62~!^@nPYf{R)@p?i{*M3ce=eQt#)pJ2pHdbOCRFJ(CoubQN_f1`fkSbs*)8yW8lLR2B)H9@`w6FAyotZ=$M!5OIO zBHjZmy_1v%(axR#H4Ix!T?voOqn)#+tJcu&{?ZA9;t0o%JkR~cipOtQ6x938i@1kG z8!&#43tHk3bR+O)Bt`Uy4nw5t6G{CRuX`{DcG`|8f zE4+r>u-BZ^79<9xDrU6)h`eBqr@=fU`gwM~bquf8(Lw7OXPZWzgn=)`LYW%(2z%sd zW%m_s1m$B6ni;W zKC*a%r>W~cKfdOf*j9}>T~#|R9(CL`)JFU3{&zmTK|Jbo9b0g_HaD(eZTUiwyG_A& zZ>{cvGLK&7bsi<>ozrt3A5G`LyPJZ6Jv}!B-1Wtp%kqx{H;}Z-tBcA|l)ab6d9Wy{ zS$vT7SqREhDOVlI&r4zoV4A)m6Iw^LqS&Tf#qW6kboK*4q zQp~@Khcz?k7zbj-b2~Fz1|b;l#Ss=SPDd{FFB~U_6$8 z-+OZV%U~mbQx33~ysSx3CAi)QTp5d?PwqQfBU_k(c*EjzGzu=S0?vs89Y0ft>0tB< z=Ium>1 zWTPlcc)0RbCAf@I=fWtQPs0n9SnNshMC`4)19!XZej599K?BFxJw37(nzi_v7Vt+@ z9u1KCqML4+#bhF|6_fnvi#96^6^wa>d?8W;@C{gM19g{$~Dh#~-yA0$5$vifwy0i1blxMHjLa=- zRUi)yKRWl}g~eVxIv1T1oSe_=bJ{Oqdy&gMa^eN&Xce!36=fDEQBZX{RO38$#C>&& zyFSbBVD1Zy+gASgI9e%AP3CV&$NLJ!x0m+46rON&8_;ryFw=3u!`7Rw zyTW;Fw|kg7AG5g`&YEddFHSl9Ose{y0I~R5esn%1!y!`{-W*Ui^aVY61!*2qlEtv&MMB188eLzLc z&SOuw2f5KE%h1EQMb4V*C3ZH0V=Tnc;?(*4E$Mi_cbq30BN*E}VQX%jaV~16(2kdu zo4tK{YgD(-21mMe9y{tDnUV=vcy4t!OyHF;@NCtDXtlKaG#rtmxS#PBG$8@HUOUze z@Q5p+H~7H()Rkt(+Kr$={&y;+o3B2>{@uW?MSG<-D!?__RO`^J?xXGOQvR47G<%~R z5Z>D#WH0l!rQX4A=2z=@4;}F2IIK>HJ{bq&!S6hClSCOWb-1J9pLQU{wGdAfG9n+D9M!Jt}>Z5%f)+p zj@os=xj`wPwjW>!BuL4S86ao}y^V z3$+jhlDA30PWB|vQMJ!f&7h4i%npPqpAGaRual zPdYA}fvhPZv2%M4&=a|NU4UP7)^J0B7H;58nKP0-4R7Ih!)^SjyA716>S?%M1)t?l z{Ikrm4GNJ+KU+1KOtpJ*qOz-qQv?*OOx&&wAq2m*+k@D5=gms27SXDxm?8@s%y zn@9r7@LHW!O55ojQ~rY;?n~q8ww#&O@@6PqcR62mDM*zTo3(IO{kK|`;3CHz+nG#{ z^%`zElwc~Nzu7e1n5omAQ^)IVbXZD<&Z=MNb%_Gpu-#{0uS*BdWreT?sKyU_U3{1M zT+3$@pX)WpANEHMN4WEJyKm}w=hN?8hvvgZ*a`N1vzLiAW^PfIhBii^ZmakXqhQZw zuKcd-US~+Oy9@n4E32Qt1UxIV&uc4W+Gfg3GCN+ot)u~V=Io{RN1b;t`zgLMIa$T3 zc_vM*Nw_6As&4K*+&%LzH2p@Eyr&sW9A98WbY8;I$9sj(*}03EP@vO*E}1Et$pE-e z!_?I*)+cr@O0tbtESg~s<#?bg$mZY_qht_ja=_9gWW!9VnNefs`_rLlUdX~7JF@Uf zYKF59L9M2hJ09<1xJK4sJk)q6FQ|&M>;MnUtJxLQ2H7e-bjFXKq`OvB-IEiST;U!Y z=X9CNK{hC;dwcA-w>~rdn9lRY8DRgQ&$)g>rp^k6rw9g`NccBm;7j9co)6?g3L<$SPWKRvNTbl(W>H1bJC!HG*g zU{*=z!ZxaDXY5GkqsP2{$nEqv=Lfyc^;^%74!?IAiW_)vFm#|OQQ03D}^?fV&`kt^ZK$>}UdaJoho*wv$)IU4Zt zS(dUIa~CI`)`SMAARb@dUX|U-ct-=me`4UMZjq=H>-=MGUhRuzGuKJlN7C2$E18Kn zo<{NqjYLtHWh;~I;-u|t0mdn=+FJ*{#XBZx&eY2HpKDfa&>`ZTDm1_h+O4p!_FiFD z?E$lwRD3lVT3yEHi1t9y~?FDG8njCNTGJs zOD+SxAqi{m6K)dsm8rW_$0;ST4K+`&(|)thnZ7PhT*q^7HO~lD!egBm^+IeNIF4!h zQgsjSh|@ufh|TDY8&s zZ&XGO@0VZ4T5@AKNvIX-8)6q0TF0|f7`vI$l9)b4ecVgJM11ve zbIzO@l`s*wXedUaV4C7vIwY;T1u4e1tyn}Q&lb$+_U+kUG96Hc^HBp()4%Qd1Ey=I z>zkUeAjt6Jv9$n-vEWK2Nb;h0C=<7=>ae$iKtI*A@YIl-8O&On$Tpr1o-bBx!Fet0 zQQ*{t?%va{MSbsxR>6DLSyM4Rkh7ZA@rWSkEN>ABfbq>#t8pQ)P7 z<>%{#*Qxh0))o;59gM8hN|+wP!qv0CMhKKdg!6}~({FT#%Ny%K; zJD#^Um_@EPlz`FXGH)NMbA{vnl%BL`hOZw$i2MW0xRlGC@XC}#`3iG{b2W63%K;da z^0e6~`iP>Cen&w4^qkArB`iSmk|Mlu*7kf%`-~3<0m)f@6$^}dQx6J6C~3}KtZC$J zA+k8td)ahVC8EO!8VKG(g=K${ta1n9iRytPRZu{c!TE^a%fbt?|H)Lq`zk&pc+^wJ zbfpQgWU`#uI|*dQu|@2@bmdJOygx<5bvJ_e9C5FQqZ+#8a04(mftFV zp@5J%iLEMWzaZPM@oN#(nR#H3$GIyoz7U0Ke&!ZK3DeC=y+XAx2vosxS$Y7Dtl7$z zC4n9RZ%rqQ@+1wFuHN*hP);-* zM%v)4Fs#1?QJlEr8W|NPi%if%Gw}=jT<$eb!Dyn+H`hATH|MwMA$5T$CE8hj1D=QjS}2Gp2zOyjv|EfI^fwLDDtp?+tC7UHyGR= z@NrxF_D5Jd%`iJiSM22Z2`!ue4wq(6YaN@J6`|?xAgZC!PGz$a{%p#WSu`7f&HLk5 z-Pk6KxK)!Sp*jKODL2Mq!_uLghTJ$#A&ZeKj|P`a1+X$4tfCulUEiNdV!4{9Xj>r4 zlDR4VCms}$`Ft-R(sKhMuRjKvod=NSEg)XLqgKsg4t(*pcntL7+9Lk!-od9N-;DPLGhYe7E(U3^uoXaRE0b1l3@CDHcIGR^ zNWB_Q;#g`HtKY!tGpGi3Bi_`bLA!JuL#DRLa`#YVg4jref_nO_a9@o~SWiJI1yN(_oN#!;_6eJf z3gR?yIF?;NevAZv)9e&|CM(7=ome=NmYE=?Ny{FzzwWaitL?{9`_aaS z@kDcn36p(5X%0ot4IHfgtDa?+?Z?)VSt(Df48g4=-I;^;nF!x_q}}NM@IO8=%X*|W z4c<%USl4)@IVR7gr(=}`+L0qQOWe$NVq6)GY6CqbnX zG`yePZThhz?CJW@evL1m7~-D5b9&eQO#jAIea*YZ3(Bw4b5FuF;NKS^A0wxGvE4Vc z`I)h&E26mWr9R}WS!Ks|&s`cr20i`FC?r|W#vHnZQbLeKRN$0d-f zoDigClJeoA9p~0OMYyQeIJYSCfL1TI3ztUFgzyeSt|JU*HHem8aw7d1xeL7%*a_}p zR`}K`jk85&ZE4SNi0oa zY}c#gK!K~Irme&ZQn|-j^AsUN+T})uuk$O5tLeIXx4+`m{mB0bapSSs@w~W@03;)Y zdRexFUdFy3ym$Mc*YKm^bi=(t^X&xRO8FN25nn>4DCqVF6VG;R&t5GR0X_p?5HGxQ zj`oEI43%J6H0GyHn6=KuGEFI#Z?W531~R0W5_vFjo)9*+#5R3tC{DIs(TrCW&3$fU zNa^4TnkLi19Sl4Y&>?bFVDO6pbMP0L)in6i_k$>p%jsWIP%Fp=BDI``<#o{-vv$}2 zCpRcFJRcTL*Ka|1KuJ=HVw{%1qw5dxGo1eAiXYo25x$DRDb=l5vt#SY$OGQ`w`eed zR%hAg;3{UsSn&}^=%Lda3LNZy0{;bG#UI7__%>!IyId619eunP5XJb+3_my0$7F&%URQJ}&zO5_o)-cSGJ@zCkmM_wx4WsLEwq83 zDf^_BuSxqgp8JsTkAS)mB`Y-`#7v$y5S>)U|62Zwl&TmfOA7a}!&R(|nqgp^RI0xU zHpvLe$yHoKHY`di?o^;_y?1ni?8azD6jm0e-lh+Nz3$SuioNN<%tuSTfQR1-2o0uJ z`|MWlIClx2grgD~!sF_^{}H~ZbSz7MX*zU=_m@n3W%?dh>y#!N$)+kX#T=v zC=t&{u7+puSNtKgT9M#=Cpw-0!eJ?1x^{{Ndugy&>sE_{5QC0qLU;GQz;)_sIXFpw zbi;CDd&eu;-)Z=krkG+=Pk4QOAkfpO&0&5|qr@7*y6$+qhv}WgKgLh_Uou)4f0?)F zp)O7v#(#S^8gFbXIx%iSM&a9-sk8dzac@KJ?IY}JwM8O~p-&lqnQF}JDAHvf-fiYO z9BIfh7<%hahvYL;iq8zA#&7NZ;9L*SnCAP(p&7CDvF%Gc#-HPUnIub5k{?b!LZ#5f znb5@)KQb=B(NyXYlU69OMONMAb>MPt7GD=F@a-?Dd9+`h3DxSx0j_Q#Bxd@~*iPL| zv_1E(-%%ew3npt_W=zbQovtjQT0IU5g3(+Q=t79GgB)-#h?M9Wo|DXs1Do@BIr|a* zm>Pr&6}Ru_#q#_~Y$-pqD*|JkSXJYJq@k|312C-CAg6*!i!6+v1jZaM8W@vBU^J8+ zvp#3Sm&PoJLkx0J4I1_(1)rl*Y(W;Zs|8w&6l+>mj|*%DQ&*2S@LIT(3ZcaMMKcjr zWVDopcvLv&+|}IYgJn*sbF$lC_6|A^r@lj5HMI1daWcQBzC%mEA++#mUM&+u7SwyY zdC9mvmFvmMVH(Rmo$&-=$*X8mLOon<}LkhaAZT%W0!#Lg>*X5C~wr5mgvT#m#(7=1sZs^FD% zk-^>NM*Hr3dX!PhdHB=CG&OrJxW+O^+iN(?HC?Z1x#}Eo;m@*#WIkS;p8poP(p5T- zJ!5@Ncq^D)P7}0bU-;NKcB4vKDo$1Kx1{5W!lO@@_Pr1W2P!8#Ydjt*N1lxDd!aP& ztpD3S1c9cRzVGFjPn|N+GUu_wc;;j(?BU&B-+zW}xa?6K2GV#`7U{3*6;flu-kRCS zG%|CakM*X(uGfAkC@yarv395Hc4#xRM7|#L(iPK~RLf`wmQXI`tWk(Wi@a;}M(P6N zVe@|Ip~+eEapS?lOA|OEQ4xDr3&qBVWwTmiMy4j7!s7o=p2P4CJC7aITzub~Ep{#; zZ*SgyK`Zrw{g0`Qp}NUCEDEnb&I)gDjmZXTZp6bYR-+{YwbEX;Uj@Nl zDBqf&8T3lM+vNAG32MK1+X(=fbl0-eja*UOmivr#rFn!pz*;(^|L$Z{o%Ed-`u7LJ zE0PoX@^=XL>9OCP)0NWe_U_=36rOE_c3@#!WwT=UxqT9iKUHBLXGC$fv8gPXj+R3HRv3nz z-hqda@gn6%!yP4_J+P*Cnh)Mjw~@J?wj~}X?=KGQ=5@K!gtotcr9Q}Y9U6{;x=n== zdf>%|ABtXD=Xybhfi8AWP3$c9PjWbBK$sEki4o5Ka?yL3a|rQFp>ce8)_VoP9Dzlib@T@);?An4siM@lCEh0B^^)4G z=Si!DR}yk82e(S>6$LaYp!=<__FKnu0M}>ZsFUJTO8h+EVP`R}I_n@R>3r{87kN7J zq_bw-JJ)dt$LTYhawn&CbRp|vD^n=-F`J)_{7kV@wT3-5W2i<;#Xn3fb?X=h1?D^* zhiU)OB71wXQxL%g4|{7Yn3cT>DT>D0XiV2nx3XZ1X>=a%OV_oe1HJLQ3ReYDP(?IX z>kVXoOtbuMqiLPS>a2O}+Z^7}SHyqQk{^`>S{W{DJyX=2*u3Z#dTtPjNK9Sy5gzKT zMi3`xU3b_>5+L59EBvG~!S*AcQxL{**Hh0_HaTxaSEL%-JbIf!H0g7#%tEd+utw70IE|N9q1wALJr^4O`8bZ=I6tq zM}3*w3~5cnZ;Js<8OL$Ws+{_jbgl-jl?Ql%EnYlI?7cahY9_Y=c#*r!j5)T2)|%yd z2CN`d!*k-wJ1L(xIgXTJ5niiGoUr`G{ANtd);kp2l(~&N)y8>yoa>LOM(mUc4bT$3 zL35LTC+LF*%HssV`iqKv+F52!#`BBMiUR@T1i#{Wy~0{C04*tt#Bz4sr_!A$5Z+&6 zPiJm8Mmmv`c=7Z**B6e~c5){gJ#hL}IKPc;F{2y9U;$GwQ59YEzc3mxXArQo;|olr z68OKsBIN`}nB)(O(nLaeIE^NMC?2^$l{ zBw#SO@b`?#bgFLDfdEaU+QtPR;dqh7<& z645ei`m#h_Dow6l?J78rSCmpXg7$obM%m$g4O;#~9GH&QpP561x*@MWr;U!VRiDE7 zZf-wlLY0nR&1tu^0sM$`N-5g@ws3Nn;emc9{)s%;^B9W->NG!Aj52*#E6Kt9V(pE1cizME#WUd73!Qd*a9n_=mM7nUEq-#zJX&E z^W)A|gEG!?xi{xNz(Wfce7X%q89)dK1{lV#drnT?Gr?Rb{JoK(37AS$ZRJgwhPAUb z8tNk3342?EmLb1VERk6(XT?*R7XbB)L!^NvzN1dpPgJfA*Iy#eS73!4^VU2gCq3fh zHs+}c#!vbp7Go?}ZROa;Oh|e_rG>8I{3R=wV(PA1bUmI*9|5Lw1hsU54e=b9mU91X zo(b7aj$)9JeD}D5YWBYOiy3)o?p(;r0ELE3>o-%!cy-g>9A;9bIdaO2lV!d;8Lz7D zo$Fny;g8zJQZPMPuu2y`MUQe{w=Ijh7)4@e!R7W49g0Jt0U^dx7)C89j6PfQRMwxn zNI!G$ka>%HDMWewqs&{dwF(-+u7hbfI)5ta1bEG`qU|a#Y-r_?h1yQ%Yco^cRF<)v z4d3w2&S-tMNn|1d;Ri1KOD-odc2|uGhXTrLiOZrWV+(FNcClxdVv3?Ns?yy z-ywSWq^5a^rulhIQ&(B}liZ5TU$4HL>04r3v~|lgQ_hasNfm7txQhEx7OH9In3E@4 zkX`Ck#%~rPQ*ossp+zF0{95>nVBv2(H$X2z-W$|_u28?csB!HPjPgKb40{SRv?WhN z1KwIgJ>0`!nG&b4G!WaObX9DYdH93coP^L=>7rQ>&nF;J9O?v1BPD{}0PY$!KB!xe_3k3*356+tsn4ps-RXfeK2BTDY2i=O+Q3wk6TIPz-Wfl{0$(miv?=;A!ErKG3Te0gv_A0-dYa`eyHE`#C?N3L2WMS}XZ(yEx2U(z|F_T`*tSSh&@s@0HP= zZOwP~i0SMR(;3E=a|q<=MCsqSpn>$@9FA7sbn`8P_wP2#pdi^fUY{|WlTr1PfhY0j z1YNvCx7>8|;I)GQV!BCvn7i7nc<#zkZN&eh&<5z1Z{zJ_+t~NG55iA>hPf_fN_M`; z0UY_fQ%G-GPMlm+&BVp*%R46Ba?_22|8(CAr*r4q-rufVyl*E_?=4L?4&HOG$@S+A z8%u0VpCr2s%SR<{INlP%Yrxe3Q516NBEa!qmQ>pIUaoU4hLp znS;u`W3z6)Y4Fd_o2g|xV9RGVQ2vX21I`K^_7@s)+!_4*zr?+Ld{ou7@IR9bVIl)( z&`_gBjqRYI(Iyp@w6O+~0mJ~|B?&61^=gW5mEw%ht3c98l;d$QPm8_wmixQZ+FtCn zSK3lQN+Ag$0bekH#qcHpQO__a0W}Gr%=2CQoRdrtuD#FwOw-@&u?zyCkvea%j%J?2(AZL#aIJNwG&R8btomc$iW@}4g;(bH>2ujqkt zZi)Z6K`~AVr{=_$s6OHn$IO+140)^zWXfY{Ad83o!7NF8&{bxxU8*GeL6`a>d@|pD zHIb-plI%9XLe+n4c}Sx3l2P@H39KJo#o0Fib_rMSBj#R znt&9?V{$+edT&^X(WNTUp<1xq^iEDUV^`&=$x z68~?r63@baeaAVml)B(Q4~PFp_9bEIA>rKo{~CE+`^&HJ>+M(0iOG2uCOjNW=2$xG zobo!S;_Kvfq=muR<@FLP@htorer_zU{))W5`L|?#k^cY8uV-HPD!;b<5BPO&dlDvR z^zZS=*XZ)ElP|A@!P(_2{x1r>v+?WPSW@p9^0jV%5|(F?FEO6DEg54151!W~>PvnH z#)M@Tdc%Xur%X1dgJ=B0*Vd949}?+yhdE%7QjRe(*1{3rvCVgFd`%g29T;?$t;Mtu zgYJOGsJ0Bc=G1D-p!=h;vHqxRES66DxsNfyY+!(y*jiR!j&pU>ysi1JoC+!`7{dTNFF8*uAm0bPOxRL(UCKl_DZtlp8Nl`T8y^Ikis zQx=<)g;-}{zb&=S!hVs$ev!g{v)DkJ^IN$wyxks$O3m+B@NGR9W%^ZGHWgR?VPI@N z^0tyNF&(R%p)|%#DX><|8vTTRoUAg=VI#TFVDXtrpx=EyS!B-ueQ>!0nya~hmjwR& zvx2XtLGeypq;p&O-88w;*6eMf9Q3zSYR0jrqq3rNXh4F{M#vKr!v=KKwP zLDaz%c1^t2r3H}>`t#yz_@H0>B8UHY^x}psyCLB4E`YUF=ZO=!HSiY&A`sU{@sZ{>9f@_lDJ*xKpQ?T`;BAL%bHqQ=#s5OT z{K=L-x$>t_{*=m}d*sh-{!~>_K%TOlEYD^3Q#Rt{z21JxGLO8s+s_W3{lrz0c%^kQ zS%-0$)djz`)r!Ym4IgE4o0&PhRsVa}-wF42y|(H*OfuSuRtZ@npuE{FF%l{9YI7gD zsf#;E@b46F+<<$NR`c%y*N%t3Duu&jA9&qwvDzfDl}5-xtzy&tx$-^MUNwQWsfULG zOItPCZI$_wymZMftJ-2y!T(Zw^^-Hp6j6JM-1E>FUaW$SI#M(QOjtQlH1<-svuo#a zam)3DSn0i53B(7)lW@OfQ;LMRzdR>?;7EPkF%Q8d5G+gf9a| zE`Bcbe@QNu38DRy)SQ6L$gdD0qEf`l2a#y4Qk1X|DgMMD6#D09VOUYN6v|Z`D9nF7 z{A}!UP|4r-_>EDI!4>e|mcAvdi%HP={C(O}zoHeRo>LMuUxbN{v_rK`Aod-WDd{^L zgNWuBILN%s#wFBQ?LE6*BK>U@=V6Zj5VCfA{IW{zG|~M|9{`1{2!HO2Am;=g=VDzT zlRYbiKli0b6i9+x{y+j<61wmQ2NkPBK$-KY*N$;`nkc8I+vBgG;yeU6=Q0=TP%1HwLExrdUMqd);6vs;(tomufH`}w{F?EpKSGe>F0JOfuz{sF z0$=`U7h3B(f}zA)JPUp+&Vt|4`~vYEk@abs{m%en!R)l&$XU#{yWVxTi1)Qn(51f@ zA}o|!-ze^Lr)=43bAPJObVW9KB!W3-8s6hOS8o0EA>a@)0#bW~NBko>Xz0edKmefY zK3Ds7BO(dJXtz7AXH^>+IE_t9vGaV|lQN^)V<)9p#gmh~b`qgS1hOQ7?I-$MEXNCA zt|6!;&L{X0z0xE4P^*0my%B4sO}Wg%BXV!x-W!L05gzXyC?eflYFNj;<2 z0a@r94pi&_$Y-@2&yy71%O7-A=%>xg{3?k{LLYQjn11_>(O<>+NCuARoJij#P!A-+ zSwP)EMLvLOZVv&_FGGhH`O3|PL8@MT6Zd^tiII=pkNJS(6*&E+I3tBtQzF0c z3hcHHkzt)*7%d@EXFd5ahxrh;f{lRO>d1f z^zYnQ6*k>wWRnExucz3s$R@E`GV->_{epe+?{xA@I;K%()N>sr{Pav~{AH(>fZQ@R z<#k%+FVNqOe6(=KNA$n+(^9;#Djdt>wpOJ-G1B!$3mwwmC4G5S_%KJ3yovCiC5El| z1NgL>1@My2o9R9g%^EIuUACuDZw`qi*g5G4{;sDU+fy;aHhbvyVm>r5nee84`yYbsY!th2FDD~_da!l8KayL_X%VbVu8fEY(y z{ha)j^QDy{fi7-l5PV^b;i+w9ile={N$u(8(oizn$}%rN=wvfh9IhxojxuV0uB8QM z0jX0+D>c7RebDoobm+X-UvtyD^EOj=NqQ?8JmFMh)E7{gEuf}LougXi=LGqAp?)Iz zq@3?bO!3$7vBQGuTh0;GP5h3nqvt29|6-SG-c1mYlcLpblnlW$G876{zUBS2+RI2; z?$v6=$t@-)4iya{xhJ5c!W;wE#L{i@Y*2Wg+@SF8?u&Ck5PgZFHqO7~r+%~{aXACe zNtO~z_&-bz*$m_VNb?{nBGQymQy;oUA;EobS12UHm&E=_pxBs6yMkGboK~rJS4p{ftCchH_+IlgDXR1h);IG~J|r=l{Th3`>#jbsOy~}(u^2!S=5oe8S3N3D zkN4D-{z`P)efoWYhk2h>`0YnsOm~Y*%~#NA$Wd))SVPNiwR(fO>XpNCQ=^BvJ*Hgv zL>9`8lU6J@+Xku+i;4rO&+xy%9ljcpF@RK;F=p=-ZW@Jc^h1xq{>6@lQ%VO55qICAu710r3b_jG)Jq(+2{mD^^rf`XhU<=f5F@6sY~ z(gzcP+F5jezKS51m;)_bEwr@Sqn4H!X(@8qyT!Rm0#=SA!G*3EVaBa2vOQZsdciXU z6c3~TAf*6bnV(B4u4v2+MA9qk)SVLIvwX3w<7Q=i`D@^wy1mYbIxL7nXOx! zl1Z=Pnk)#&z-C@{Wr`SEg`^i+SK*)?ye_RKU}41}>s->6c`AiO!b{ERESxweRyH_YCckk218oz@pB2k-LD#F$)GtiUkGma&Y6xHKIa@OEFLN z5q4jnOm7H}SLF+H;#^=APl=1CO9?Gmio3G-L+e(|Re>o@Vm?YQi`^u;!p^6L&08KMT7deKzOPtjfG}{-a&MqL9pjJ z$t^-QFff+uDjLK~+0TDD9&dvU0d}2o1Q&R$ptzzq$(Bx?l}QP%CH@pNEub1eHEcu~ zi6pOtQZQe_Sa{H54&((^1JKYL+N2`r@O7zOL!wqEZ+s^tc6( zXd?4Y0LhEk80JJ?AS+wDxs7BAISr^UzReaz^PR6^{X z%UM@xU$~=P#)nNZK1hCb9))i`_CQ1DM(lxxbTgi&ZJ>INVKl@%oNEYuLt+{X=eUb6 z5F&Un4uS)ST``DPY`xF1enKfod_JwFbh!EZpT3`@GVS#)L@$5~O-(&S>RX>dYPxn3 znMC&ls%#Tyhw0`^Od|N(R*uKAw=Q$==i-8Q(_5fGKPfbPz!vfp-7N6UyA^tk>}C4QlO?M#;sLSPM=rWfn0OKZnQOlKO}} zyP;o=C^v^$LMa2pzW-1%Fv85RzL{VA?r`GGq<@hkSxAI6GI|2Vr~lPu`a8X187-;j zwv*qq-~LMkJZocJbmf&&ubqGP2nG&MpiuJf|4j0S2mV^}*4EGSNdA_7@}^4g7Jb|m zU3ZndRp{@Q>&;UmN3xCc;$_$esCQ#j=JzK0wI$4(Q#cSggLcX@zF|z1NUCb>6aC{w zoxYv|JH%7dW5=sVv_`u7hwxDKhOffo<`$#B;nlU;E#a5*_7L)PqJOQZG6!(zKR_eW zl)VOZ;kuIr(`e{Q^)CHT-pzlnVhwv>UGhK1&+@7IMwUR0AwrRnTf2SU4PbeJe#1DZ zH!d*72aE@^jeCbB4lpozel0viPR!$7-oB}3y)>$V5?}A|v#dhcq3?(sDKH9sN|%rE z^B88N#5M5Mhp1Xo5!qC+*Iofvqg0$pWJGkhlVg;7D3ocWNn?sKvpEE_1gK2L0|_|* zkOPp~zmkD~QzMP<8$XikT`e$-EZ6|PGaw|k!(*-Hd5Xv-qaLbL}-MCr0fQ^AUUG|9}3WX&<3#{5(D2?6oN zq&jUlbECZ24LEZn@sJ2uWM#!a17W-caOeM8c&J~h{-#EnGVk2j(@JlC?uE0~>kJF` zd~jEpL_W*`PTldp$h*LYrfkEig&Ky6hOvMrfwp0N40!d`+{mF-g;@OU=ql)TMK{P_ zV0oa5LD(p+^KPtD@AM+Vp%e~-p1k^vc6O`(sB}>hs*GMjnXjh1j6zmj+|upH?`@Ha zteOO}&rYoqdd>kKe4>*RdZ}mQ8U4Y+&nTo%D=N+`|37_ao0*jutHtnILzotcYD0ai z?iIeLwv%3!!)0?FjL$iBMqwr-Nbps0KlU3J8k5BG^oSkUEAukm`$RjWg>pqZ+z#3~ z22kk>IpM#q5w#F$%9T#vBMFV4A_>j$=OnAXyJf75X?olhPSSl!ik8WcLcdlF;GSu-%wS-_x&j41WM=4| zfN{gazkJ^HU`k?Vq{+joAE7|5QKIRyzs(wkHCk%ks6Kkl(?5B?&*=T;o7e-T6Www|3BuW!TOs8;+zz10LE$#%rk+#n^+F=ws zr{Q2nM?Hwpwpw!Wj;ZKu)9-I@3GThJP=r>N?GV~ErRHLFMYG539FpQP z%8nS}4(*lW-sWN%;IMaA6C(=yss%H#LOf{R&vpV#r9g&A}+?*>Zl7;tgL~kp# zRlsC@W(Q(1lkV){leF|yvyM`r#3xQ0Zp`h0=C#C?weqwI^C5+<#hXGw;|OTPKM+lj zBrk=wyeM5@;&yXp`-?v46>jfj(NwlFh$+t0SD4H2jsO`vVn%dCeze!kUdfo1(BZcQ zyBrG8dI+|Vt^~W>d?Q_m5W%i6Hz)wT8Y2n8amfNbRv}mg6Ht5?XV7j9dG)nhLfJ+- ze=oL_@8mq=$0K@#4Dm`a+;?qs_EpRK7w!YeuA0t%{?xmgeARXrw=`s4uL*`rOr?~zqpwzS6KNIw}Zs}EmX#j*uPe@>)+1(oNxSq#G*O(kuL`IH5fAm`4?bKmi1nj%Ii z!vPS}s{ne&<3c6hZ(5SjI#QAFj(-1M$okiy^!$|-X8mznzO|Yz)uL;pMH#Uw`l;?K zGrc3ykQ=RWOU5f_?2>UypPkbY8MBvYrn$zL6?&?<@E0;FdGTA5r*Dn4xh%C7<+c=! zP-9Y1Rbj63r?}LrSkcIOuxYVASD5cvbQ?v8qKS$yibf!lB#S(mRg_Yzk<#>AjWV

    BqxYp^%M<8T#v8yR~uKSfka;GYoJ3F{nkDCi*R5iVsBR^2wOc5gwv@ zE6hyAhhj_JzVSTr)65?uxF%VCrYn}$C&KH@7dU$0$dA+i3gEYlax%m@L&-SBb$ck8 zHAaTaHB-&;#}wCP$h_B>ltTx&Ts z<^LFD^pSte9gr~Z(^5q4(}>8)M$WV6}=9^1lCJ`Mry5`pxgC@^4!2 zJ@kBC{Y!hwANL6U&z`OPf5XoiJ>~zT%9s2P%V+hJpQFnA{)grFKHWpVD*vYSewQ<+ zb@XeYQHHhNVFWvjfv#JvJsxjoiaXTLnBtA6imop+rX(DWvo3E$}eBgnn zQ#45N-Kw}6JsLesQTmJ;9pmVE;dQ8Ra|%0r_CQx|1~J=}KZZkJ!B>b&guQ0@1AWMG z29~Pif#u&zgq+?v%3%xwSWs>rsQDUlyyfOTRY4CqOmPM%a@63V$muij_)L*gFXTiR zitM4M+FjyuR0Ddwf6GYS>$UNh&(J+74$F= zd3aqFKZiVY_sW9`Kx7#{<>n1)1_1vY`g-J{hd7akF+c1>jw26s$@1{(#J=*d8*4?$ z!?vG(4LQieTdIN{a*&5ps`xqN;fr2*c#MwHBM+4b5kq8;JSZamck=LOyD^kJ^e%WM zDSK7lWb+v-qdi`)@gf{anI@YL_D#RAZ+eS+g!GFEPTt2i@ieUq~+W+um~Cu2&vx zUZz~-52lzyowq~f52l(II&Wq<`_}2s+mZ4I`gRRi#tk1hSV%h z%^81zc|^5|Avyp0Jc|m^346_-vtF*!c3WvOS1C~@=NS{PH(`JgULj@fri?vrEH_8f zPrgE5zdrO$b?{X51)VoV-%ZY&qHnnKrs%uGc}t>iO)`Cdp4^wdRUEEV^cD8d_h&Xx z6@4eIv~$we+DqR;%Jk58FC8bDKGxG_`tdoX-7Y_s+=`FD6=`{^6@^FYO;I`7c~evt zId6)}8=SW!D(jP}TsEaIm92*ql~XH3m84!P^>BZpG)yyFh>F;OUqkFWy~O^EGCjnG z)f6I0e<80~P`RUa{FTn|f-kmsED0(loSaQzBZR@4?MauNhTZ_>58NW-k)kzKf{S(P# zKMSXN8+d{9rpTV{yeYEpb>0-&)10>?vRjkMuAbJH?4#qi_Y7j3RLhC=gq7@1wZAy9jQPC&vV|ANN!Ii`G@6wNxtBKEz)Z9 zzDKMJR4Zp#Vx3@0q{tp)Wj-g_hkD6=gEBp2{}M`kgn6e&;QTezOn#6=%@jepdSTDgkupX9{J}Z)H9w{bmyVlM`kl8V`a6>8zkT`{^zT>nmzyW;E~gaPK!@UKR`NM1 zKGI9^E>9B0>yVUQij&4GZM7_D3BfOseI4Kr+EuAg`MEpRD9_65P>Cu&HKVYPp*Ac|@a^;GXrSQWo!w znVCj71Bw^2^KMZrR@PfoX;Caz)&}QIX|+E(Z%V8E#(7g(?Rn>|BO1=q!);i{)^xPq zHAS`?n)LhMYzb~2dxy}y+?tNQRBB$0JD<>PY4Ingi^XpbTXOCz8YEApl}Cs#wQa8D z$%~brDdJy|p)RiGY0G8lr`+6%l=KoW{aa3ZX0r&M!>nv1d&cUDL)^-8W#gP3aJe}u zqzEk-t%GY7d7y;kJ^ZOZTcQ z=ai!EUMYH!GChi-7U}CVK1{dPe>pt_y|>^Cpy+L#%3G8cP*l7#75Q1{ytPebi1@Md zws$H+#6LN2?Nb>d%A7a0&sSQKv&OIJU8mpQgysJ88A9(eOLCT$njO0pF$9KqYO6Q~ zcz4Y-xlAa?pTWV7=!91DJsK<;BAWKsxg}i%2EDxBtz`ORaH6CdSfVaJ1+oaD+^79>=3H0$x_g6N&4>NJHqHH1^-u*zWe!3r{}xJ{FkKf8GJ|m z@x7lZ{&bKp@C5~i0XF0Z9aRido(|6_T&xXF+0~RB_AYnDvS&q0gr_X7Jl&wf_f&n5Qr1^aoA{aj=}YwYL4_VYgbIo*EFwx84N z=M4Kf%YKIJXPy0g)_xwc@mu7ZWcT<7#KCG z2T@))2YtvZ&da+iBi+|(OXSRXj#l$6#FG!#Shw)vnp>M~eaWrdaGp!6xr{C>;6x|{ z)@2HoR)d?rfRC8DoTObGr;Og%aQN~Xg802BFU5gOPUPi%EWT8@0&Gm-4P`9nt|ZX; zu=w}qoR?1~?P(D+e0jvNOofWmUZqFq+q75T?)pg1O*EXooJW>B=6>BxmceATNfexH z5}!t2$!6cbt54TQKFQ@6?PBrw- zpAy;b%BKeHshL)$VG!fOfpcRDyjeY(LzC_J#6}W+t@ZcLWn%Ro!(k-XV-3V zPQ_nL>ZkFX`X^ZRFIM$e#5RE_WwXRn;@=cZtyVl~9eA;yE7!Mzy!t!ywhP2MA-r+} zz271JEpo(83&G0Y@(gz zj?m!0@?&9Q=yJ7GS>d2ULd?NctbYP7ncK zK^SDg59G9`=Fl?YEjbz_VS9NbepBoo`6g#iC?9VXc@=I+xmDBMa`nm^2#z!f9c&vv zt4`6sHuFPUHO3uj-(N6YtC5Qi{+i35*m@GA2J=Fxf&FI!v2$p_ZeY}BCQkNu(V0ZM z_~}9!asV@%QmS8c?T%&eI})#mNfnm7>Nx?k&VpAgzn|qdN4}Lmi&k?8v5N*@j*aih zZ=Nc(gfL+VVWcTX$)OS-@ed7dQO*0@6;ed}`Ezs(&#);0jrI6XwM$@GA$oN)D_Q-gHfTXRVIZ41Bsn)+l$}8&}s6Y{9|IG&c z0SwYs4~pL2YKi+7yo~v~N+gKPMyE zSw%m1rs&JH^N#4p_-(_dksSCpTkuyX_%Fx)9VE<)CZ1cu>%Jn-Np#f=12ec~N$_4O zwAwR?p0{F(o&icoZi?+BkFS)NN^fUkrJ0HJJcaafyD1XHLF}l6V(mZV*)lD$VivFkh0>xviM`yD0ryP zHGScAEQ~$s&?*FrKYp>IQ|QVTx^Df*>)HpeKosXleDah3S@LGzxW+a_h*_M$sX-TF zuqgPfdEfZ=6Vd4@#27$!^qI>{w)+tuy$fz$r3aTp?qAZuc7F>a-sO5Xx7i0@(pD+s z;(SUniXAe-%dlD(zrwu9C|gpqCpy+09q(Rrap)pL2#Cu?TaQSLZ1BY zaNGzkX?6<|1=ngd7mHe*xg;-9a80E?{~7Kk)`C0qvSmha8LaTiypPt;rmdtg&1(*J zNwo{8R+43!M{Qd~M(4CfPN%ojK1qTFvqnACUD?)$D(g`v4?X;X_Vl-bfIU57Ri$Vd2?7+E zU+0dNHAZGuCGzSm{I%5=>&=m^?n*|xan0^M%Tq$BkvH6x`o+=k%E;jqcYXfx@NQ$~ zQrcqvJG8|++!}*xYm;(q-E0)Gd-W!VU!pUc^FaSiV6D%0y^x-fE7>f9gRXFzqZiAF}}c+7V`^kT`w-**s%7w{=m zWRimOo%|#PVUg@D!OijkXBT;xzoMWKd?7tp6H(lAM_3_3c9CvaYw=as^^}aFBZJT4 zG#RWz`f6WPK|2kS!f1@`)J?y3{?ofqjH z(dq8>0;K8$27Rr37{ygc1?h9ks!#s-0+(xH|ET9@(P^Vv@$}W!4-f|WPB`h_mEq^D*!N4-!&vAcPOckgR6zZHDn zHtFMg*G?=%i8mTbqR^5VrQpWX&u0~)$JTJ7K>6YlmKA+W+=JCYymX(X4aFT^tNATy zEx{_0E^X04{{DKe=-F`7hE|^H9(H=_uiHia1vmftkb1tUcNpPk;}=-{-@PYt)K`7V z+YCjDfrE0Y_sS`eg@n;4TdL#I3{9Sg`f;$B-u}>-w!qoXyh^RrWa9UeEvn_Sz z3z9C`Jb~z+Q&6$yztPb2E+edx$SBknQl^Jm&Tl1?IfLek%@qwgVM#1>0$WP;EK0ay zpK$I0T)NtB7Id}eR`U@Y;Q-B@h$ScmhuVypFAU#ERnb2uZXrVtN~ZsPg-q;6Zih?)l=Vo{@w1OLWIn+Go7z1g4-qP_XZ1KE(iFJ!u3j6(v4>}ve_~OLNKwIe zB!&tC`TMcQ6Z%H;pZH^kY6S8w{_BmZs>< z`n&N#_WDAkB?bF)k{JMu7_<6mFzjP;^6nD}=jqADkcXfQyb9fI{O}vWcfchvL=1K8 zPEIUDZgGWwZ-m!0doB~JTF4iPJtQI}w(g$!YeFU1*4Wh)2I$w?)v5xqsTl%GT&FRs zIh`ByX~Au&_+a`4`k=8NCiXnC#<4!M)&A({MCHw=U28zxHTNpE$nk!a{0Ad&>hPF9tzP8_T+b^uO-)Z*R?ko29H|_6>>}RQ+zSmB# zvfrPypE>q(iJhKhKcBRp^X&AI_S3ZC9uN}%C-5y2qf({j>0798xuP*9(@QTW08l&7~K6AdO4f(ZVx=6 zpR5kA&p4k={pER`EP4BXeIHcL2V^o7GDv~o!?j*B zzu4l;SNgDNh|~f=2AT_v6ylej7azlcja{K^E*g|0zTsniYA34=%^Ut(p*6nSMsS13ri~v2Ggs7V#HyUb)mbSa=8mb@7vUi`A45J^W{G7=?blQ(TC`n@X?ljf`jTWX0ye77m$v%s$()RMbcf@%2OrG zjSp|&!}QxJE;vv>fF*R(IqH>_Qc>Ey^^Z!fKee!+dSq#ksCxYfHBebsSv@avfSa?& z1S_%Q9e66MM^3oIPLFT3J6g~9z`CW6fx(|Tr9fLfCykY*jM~mZ%O&crYzGBPFx;1m?X|giyUFz~8gMlfNk|uk%j5Lv2UUzo&B1Z$F8w1-UcK$k zjTRoV!V4bizG0+D@WAb_(3-g(AW?E}l>AP765#a$^YlUrS&%+a6ltqpNE0ZOgF8L> zr^03*2d!X*UH|v3QXgA3J(Rqk3%_^h5ViG+YAx6%m|49ZyQZg|Qjs5+WwGWrsz7Kc;^+GcYb5?0 zd^_JL40N?Nn3uz*9(eKN$@-)sFCiO_y)6I_GC2kXU(u0w+kCjuf)`VKFjiE-Ja#2_ z%k;pm+nj1;X|86VhPB7T1LA9uKjBAXhB4kl^oIV%Xj#0=KI~+ zQ?g+vqYbu)ZP@ryqzr3Bl*6XUBuOplsq$iaD5FEG`3u$RcQdEqbAgRn75VP?M+& zwLiE9iBH5MW?-aDf360OwXLRX@Kvdc(o}}n-Q-g8T#;9A@gL8LO3=9uZ7r9smCzK$ zZRVF-#RxU8WIk5gx%OGc4~^-@ldM$|j}*nG_{R#d5P~EZ^Yoa*RL9O0@vAFavxq|W zrZ{(z16rn(m^-)mCRvk_pGf^9N$4l z%}8Rmuvyq$$kQVYrZYeI6Vn_HIVMjglzqES^|RjbxP$^Zf-Fy2CzgS4+OAKO`oH6s zE}UD`9EPu@0`^zCl2(cHWtI3g!kZF{e^~VYe7{f@f^gcB?QQunqT#S#o;UI#SALAN zKYW)Jrpi{r zIK_-&ToA0Q$^$$_^oH@A0Xf=@R8}L&R>ahRcD;1vw|p^fxwDZ z{2sA?`eaHTzp!ugom2HUB1cLfH8c9Knn{a%_Uv`YHtvu&SQe3xKlA$KH*1qPnC;~m zg>A0kgxurM_ky&}qJEyxKhsrYM*tUy1*H)nrr6>x{e=;~@HF6rsb=HrvURoKnrH|C zKPoHw>&GVa-R61Fo!=GyB=RtBEAf^3?lsxeVt$HJqt<9C1G7HWyYM4KSoPzUA}=Kp z@uwmtC(Vf)XXW46H-Gq}*uCVctKj0;Q9g@iMNOka&HRu<$xxvre0g7ZkDUpR0sK1b zi5|SCh}QkY9sW28%LNxX=#1!FeBno;of+R9?Eh$+tqL>3&k<~6O_ucZ;x;wv&&v{x zFMM13lKA#za4AfqD9G5=kVTq#bsmOk()aWEjz6zb{j^5QD7A?d`o8gihbYAZo6$Vi z(l)-x2ibX@+N!MYMBd+@9$&=$nwX@gQ^QB16{*7;P32M0lx3+*)?Xj+bZv4Wtf3(S z;Ti!YP~vMWsp{HPNNa^ONzCp^{FP+UTjD>r_Zua^UO{A@|4Xf=itO6z(hOF{LuC?C zh-_HTTP@34WJ9}&tTT6Rdf4_(qLGZqzvl{LPDbSraGx0rG%FD{iV6jhIEH;~r55ziOlS{=l+e2xJ%Z+r=AF{}csB1NcNujg&Lv59jC$e0j zZF)x+vBdDT8QvK6Ov!H!Z=luZc!re^VR3C!(FN@=;RwGU@v61|NcyIV+CZ+H@^p?AW&>2p(U$WXtf1GzT{wJ${ z3C*&u3VqO4Sr=Q!3%RcmB;O`?EE9;4!)|n>z;ghtB&iSKvGd4RSx0)d6kQ@k_W?_g zVU?FeCC{-Z`9_P8#})fEzt32ILcK_5E+m+xcWY#nHgELD zh=u+bYeUzw(ce@i9kd zseP1BFWbu%ZoxxpN8;87<2Fxp_Jy6B{IVBA7tm^V)3{*B@HnA4Qh%9fvKCHzqsfW` zmvhK3a({bAXG2wJuo2!X?v)qQ2dfS&)Nf+~)n)*_MQ=^-)@rVm{u*r8XUgp@&C!W& zkdsYa(M%i+6VpZ(_FVdeL*|WUDp8qo7p0vekNMlf2iajbWWm;VgbMN}v@`b&wsjWL zd$TGd^XR=p^v%}<+ke?`_%b)KfK%yI-KilDfyjRvotV-*#+{>Yjmb`}0ZLmDez+ho zyU8pHWlm)6iLera=Db@X@3~3oc2L|1;q^BZb(LS1730#Fvx5L#d>$!?u=l z?~G~mmF0!{>5vZD&Hc0E)p{c)B@$MBQYqNlJYiZdCE8*UJgYyWQ=7*o2&dR<*&K=G zO0p%dT{GJvWqVy+Gxw_ASw~DqC=)IB3f1b}&92<&Lbq}>BB)aAVLsaCofSW{3`J3) z|Givo$xi+24=XDxMU-WJw%H&6r{fm6xhpQ_Zo`So8%}bg%ZH`ktttVx@lO&0!Sy-)JAH!F&d@BT4%-hjMzg&wmNe+5h;RTB0mwuIK2J z{uGTzkPkB&*V=XXwjI)ktuX!vAZ$w;u;@LZ?=rwzMX`)_{$i{_@F( z#Kve|c%M@3Di|;=W1hV7{e)%l`m{xx$f{KAN$g70><#RaCCTK15@(!vSh#bhn*A5N z3L{NQ&8o5N`vU)8fv-$xncxls>`4LqunbqE-q%|M7QzKyMNU1+ zE`|1d!`kyfL0h#2CBG(9m~kf?UXAG1ye*O7p;VSjZhgbuz%mgLEjpY0oPG=q;!P<| zt#+)^)ued|v_GN2R{O0cyqeI4_tHspzlQF|;|A>?Iq|6We0}=ysArRijaKu|6ptLp z*4f2vUo>HF{L)3^@Ytp9?b;ts?>O4okgWx~wBSju06G@BR6mZGU$HwnKDX*b{(^TR zjW?ZFws%o!BK{`bB0q?_y+qKN?=|jbV+nIXl<$Q0;SKILRyvRYH`&Tnfj6b+3& z$=|QlH1b_<8{RDi7s?G^i&uc$@D`|K1!$gk!4;ADZI6Zq^3I?^Wa$0^R~Vv3em`$f zCUA@i!9$W$Z%)c9@>QEykZu+Bgy!YXY=7)(ef}Y8)5Cl9_l%kCs(;w}`lOjk5Uc$6 z(AVT)pk&bTF37B`Q`QQZ(C7!)8;*`~*VZpQ>?mtlAM|dZ#S@tH2uq@+P${L@EPgBa zMwmgc2gpftX)h4QG8xpPKS^k}HVkj!n!{K*#Ue*j!IQ9?YJHWve%d(B&|HMh4j)=n zbUHSaJkhbI8QcEO+|uEP-a+;1E!otr-OX3G#JI~pB_P6|+jwpONFvrqs=nD7U^Xjj z*S#(FB7H`2bfZ=~Nx;tcc8(P*Z8R^yVho7g#7_}(sd8q!)h0E00jm!9Ml^vFcEl_?ZOTW1FRmI`M^NJ|hd1vdl7jS3UOJFtyNPJAg0; zxR2!wZ8h^8{k`fBWg$hYm37fG97VL6iR7!Sem}9$mQR#IWpzApi>zHq^@zPqBX)s^D?SOC*&>ySb9tNci+R+Q}4q6*r(Nej2&tO zJz|o=BNiNF?PBq8`C7*6rM6+uH8Nh|gJ!&^pEjwX`k)%tPP#AJ9u4`^^tQD! zf?_JP(ULNJHgYhhrUoc~m61lt;~F(0%MeRLTB9%b%xw#Qq;1$JqjWxJc(ld8fB>{; z=J1X#vHDPkTJ2h3SksF#ri@RJL+QiAmObA@L>^FgGGHHB!WK5V-SxHGf6@s@-FovH0*SaF-nZ>AZ2sJVgY5KJ?0gcXmFHe8aw1(QEccH1Xmt^Y1?gf|EO0lcU5AVvbEj_$T^PMB zq3C`?Z{Bt|(&2}L$fH!o7}NZEpGI)nXELPKTLr0JBtaSDA#M4dkEDe}zff`4uxjyHQStFjhv z!Q#M`A-^6|vu%c)E6q!RoxeYHRpcmUaQ{g6b)mZ=-8rGH`eE}$iP2LRKj75xGgX7n zmKdKUF&2)cW>^x%XpFhh87%1|CL-*=H1}Y3M4Dze>qEL}Uc_uC{tWWV3?)kh9keoH zqWR>O1{gO8vkn4dEqtPOHFeFP0+ojk*_1I;<%3M!=@-hAXkQzIeTyZryn6FWq&2Sd zeiiS;F8_u|@8hC~SxKcj)g$3CiyiXnV>N1|?5yNR=P7M@6&N_!#eOMMO66tii?{qW z1qq8i%tD3USoNXoPl@^B4>iaCs``twAN-`TG_X|g{N8086xmY!QlO4E*FE%8nVFS{ zKId6#Kc^w134mo9)|D=@BtD(=8B(Z{HPd@YEGAK)@clmd&hud@PtrJ&Uf>fyXKCwG zqYt_Dqs+H!qI`>V57lay@WU>SBW`cS4kCWirSv#$)l_#B1o@r8qRx%c(e2v$;{|s_ z?{;fXpQazPu}&!M0vId$L|awieocC}z8|OxO3n80>-woAENcH5B<=YM%(^eq^rR&Y zVs=eqQz~xWK(L=!5!vY5e(+odMBHO#Dd(w+QD;;Nh_QF}qj;HEAWy6@oPT3ihWv69a6@WOq;!o|V@;WG$FDcmO{EUwC7_MK+ z2e~v))<{NZHAR?&@~Iz}UkNH&jYOE_wwn`|BQqndM}bgn-b3um*e9a>`qUEd*Hg={ zoLcg>Th&m7RHfB)+Nkta6O@WihXr!zC7qkjwz0t6VZQMhmFQGr>7xjQd6YniWa#@< z{qnQw#=lQTR;=q`xLg6L2g-dmIkdR?rFexuUbZPA~ah5~6beEA%Dhzw6BWd(h(!hNHile-%~sfqxAK zxs(5V^21Z5L~V?Ey1Nn-8S$*nK7#l}PBFQX;|#PeIJ24n(?uu$f0AETR7~0~a>9d? zuZYdz+^UltGhN7U5^Ke~SgmUSna!EdCGwP5&)TBD!NaJhDq1|Il?ix;o@RHA9l({_ zu%CL83`uenTT6m1KlF!fqAXlgV;5Vh&|TG|)fl#^=gX9COWi$-pAo@Y%CqY`VT#T_ueR9G)}8wk3x(vr82oqJT4(v1Od z;X1ly)Ebj3IU*-g)Z(&MygBw=TS2SEIZKNTqb9{Kp~~(KJ!lLNH2hR~-=Y*7og^jk z2+*T`D$B?vyB*Wr}QHoZK zG|SeP(%+8ceju1x$!HD zUToq0owe6X-rDO0#NFK6UXj{^zCZ)V4%UhAw)rYoDr5o4WuyPgNV5o)8sQw&ukJ-X zZ#%nepdD$ja@m+aN)FYo7avc=zD1i=y(tG>#|aU#9}(Lm8O~Do9+uv;4N{*4>6cF3 zvA;l=wwe@%8sU?bF3B-B!01Ikb~i$PjWAaIe^f2N>~L(DoZw#gy9~k zdR1=)0{K5EaVGohCjKMYg&cZ_8fd=S1)d{^bgwl-h2e4Y$bS0RNtBoEBas;TitRtW z#D31RpKscJn=9=17wl)1{ak84=h^;Yh4y=a{T!*Dmj7k}NUAQ0D+H1(a)iDDA+cy3 zliS+U5py}0?_TqOc*;9|q>f8RXTK%5)VM=~5;rX6hq?FLDky2s{T!YBUUJf3k@R(6 zNnh!tuaoqpXQW%#Mt>z9(V=d+$1CX7xlvl}Wwne_1h6YEbciV}PETAW67)rX;xX8s zC5HcW*=(`$iSwkQTa}KS>d+!9_z*cYfMu*USKA_vfD{MZc>Iow-+qo#@gK?xNAwAQ zxjF)lTqz4u^30`5BTPbFS2(6}mP5b4p0WO?oWg9#i^$tCy2$o(|vbHn|;l<*bW zs@pyKd)q$IKkwY=4y76oc(qldJWV+OEr!Nr>4Y z4_I|hbgE42TbEUTCtWfmcS3p1=Wx-=%2@Q; z3Mnfq3s%`&DLaX>k){kMmbm!fNxWU53ip5i+^giysQ)Asl+};U)=06Rik)nwH>VAv z@yaINHj$hYCsj<0-JhIzK8Z!6CKk1f=@%?12{w;OFOC(f43>Z}#pnU`V757WxD}3h zjJGB23YFp!#%TV2e}he2uhCrScg0fA4Z!_X01^@l09yeN`;Xq*n$rZgiIb+?4Q^v5 zl}%K*$(89g$(D<+P3D7s^LN8~aTAzilXbt!mO|gOsjR67r{BuMGphLZyIWkNN~Q#x z3kSJk73Tt&ZI&egw28HGJz)_GXn(OQ#@#n($0^%9|EnO>o{hiXB@-0C1Vpg7x$t~f z>@E7!SxL(_-?*xmG#e8Rr3%-sv%s_zYSV6=G_kqx0#~e7!BHLCYWz{7CrttHlxe}@ z*sOC^;x{XkDzW*e4&fAfM@<|XgmaU|+&!hmHK}ac-OYtQS4_46&x)_#yyUB(2HH(g z?2@LKI86YSmINoXxXLEpIw97o8q7x8Ps86TS;q96GI3N%?9VFkECT5_|9E9DXKbVg zNbbV^qehoV9iwh786|a$DsL_v;EF%g(=9~0ibqWwMJ0EaOqz;xO^r`D2R*lawH65@ z*itxP6ikJnX}1=QqOxh@f)iC`WzB^eYkcUI+W&ae)yV(f^8bDQ2bMqTx{Ln{`QOU_ z3toQIbqD`n)2S%DlE@b>s+G{5{ z^kZgxpnUL9A*(l)+U$l;__KxR=nHVrt;M8ClWA{AFdP z!TkIi0@bTyb#QC2`3+4~LUl`l6nl~OrIt-pMIoR3lnU#yDExUH{FRfEzPufhAb=bA zZ?agPO;RA=WRT0jQpvjLgqR}Q&+7BvWkKD~EHU$<&$XX53}D{_PKo`)Vj-KROsX)2 zU*WxGOK5PVcC;RDxcGlv>_Sk%)E>6>dj9Dr(7gV)~c<=s%?W++q>&kZJ%^DWNXD;kq=Yd%@{%1a5W1~Wx}>$ zdUxKIbTf26`%lj|Xu&TV4)oKzrQX~9)i?nPnY*;nEqV(#L`5HR>WyooyM-Ni9C{>7 z+UQN%=(nL#vCpY|$6;0PyOD#b?#4)CVf-HUb)}LWQVHi(R3$hS*p)Q?uPf0zhPP^q zWHEpEaVpH)lGjOR2+-ghc!k<*sLqPtf;|WuWKTtAsbW{m&|cc=hAq>zmv*_emrik* zMbm`U(7zAkgFTcj}+O z_)-9rTmlx_&+GH|k$;+g{G#33&l}TEsP6f?bk8RPfvD$}8dkaPz{I--RdvyO%2y>r zmSJJ7@1l}GNu~CqP5j@=|5pC*x`_II)UNaUUUbC0qA==<`ST{~<(!L zvpePiszVgpJP3%b5#XwiL&MWOI@a@SA759%A9Ta8NYgx-3?yC7VBJ4i9y!Dz(|fSd zIaFOyuMKBHiODU|X9?%-7Rx(ooxPB!%r&#kp)65o!zAP2G**D_|KhHh_WXqNP5%%) zf#blH70nuEw%77qu6cD;M&I%o}t^zLALI~@MR(kRl=4b z{D@y6uPU67jCk?$|LXZx%QKuxHFe1%RtQ5$fij=j`OyYjDpj7c(c`}BK zyPnKIH8Y=bX%$U?%~O#6y3SuYC{9}q zuL;zXTO0mtpo6ErG;l~B>jLdOsQm~J`NvPw`o)p2VVb`t;1z9eH8oF~x<*9{Q?0X7 zWk&R~%@HiBM4E=#@{vsi?*NAiS}mx1ZKzbx*0+LgUabm-S(V!YHBPEfu-jO>0yd&r zPhO0HCLVeN`@xfyJHm-6rRF>D?vqKm@S^%YPeFo(BKx(a##2N7Tq$ZZi@{c(;VITn zFvkkWfAe`M9`?pZkwpd86z~#4n5?0jXv2}zG5dc|hrpL&iIsuRsM&s)*8+m3v(|3t zKO~7%WXhB5emYP=sd-cOwuHf5gr6BR((rswQ~FGnvHZ*f2ZCb8@Qrh|7^3RhW)9z| zJtgPzED=~CzoaN$pGI+7N#sO!cmnQ$;gQI4mVT_l93R-1`1K2auSK#-&4CZU$5N`^ z@L+agN)|hHUi}zUo4@$MdupAHRf`gBeZ64D{MS`+FcI$y?8|Q@0jq!LtiWzP8!&EI znat9LLzGNzW#uZvp4<+W$!*4b7?0-b4o?^0zI!?Zr#gm=|H$U4KydY|dH zvVwhqSwn}D_Lx;qpE5t(px$Pif4F8JPMh|6jLb{50llM%inp&8D7?nC?aXJzIb9A6 z81o4spw&pja=)4G2|Q5$d~DmDdP74jGq2%+26?$*+V93bDqjZjWs6GQ++b?gvv!}? zpm%RGhvM5`rk}(KrFE!SFAaxNst?K!4%1;Xc-*Z+HU2%&=H_2RJTr32J-0tjP*-e? z57xKlpD;24a|Y;}^R{<&={tEbf-b|ef)$i|jA5+4+#$|ivRaUpOpxnae9G?#7Z{H~ zP3Q(A=)o=j;`}l%ex%~w67+=+#joxyLamR#k>5S%4OLGo^~CEXKCf4;8xb|cAC#5& zZ05%-?tE0I*p>4Pitrh>Kb~QwltI0a;jW04DN&kKLwhO{^-lgrBVJ2IJ`6rdhp{VY|Wn?pzv zWE4^$w}>+?{HqDakr;-4`ziA zJIfy`)Y}|!*)_aD-)xCXET#H@5*NORxNNq>WwR2OSSA}?a|cBqOI)!teozL?}_k@AS>ZF`|l$%$4Y95Rnr| zb_LE50-KzfjElMR^t}7si=N(zcm9;qGx%;cfh2_2@R|^L7norL63~!S|%ycBJh%E6k`7ZY&diIRooiU-A{+3*lKY7@mT1 zvZ971l_n!vTWNH~Sz)#x(c*#guI9smx|xZC02SKnSz%C>SbbKQ84-t?@mA_T-|wnz z(N#DEF{*+&yCG19ySr~(prFc4t5*3-Cj?}x;;aH9b5BW3^qvpTN)`8d4}YDsLB9`j zXr+yK)*=n99K8yCt35IE2>Zq+JD9&+)t>F(94sx|R~R%Y^{%uPQ7J?W#DWF>sQ23o z>KVHE5n(`afnCbB;XO{Q(wV0ETV-r1V;VUQ0uzcN9B($DhMzz&Ai&}or5dk-_pj&< zbZ{CL@R<<_=vfR|1dS~p&)I2CJ{aT9vBBui1_S?gG8j12C#>v2eA!r|tT@D`gEQo8 z$obls5AX>qP%FN(31Nf5;lk59s4JSogq7Rrp)??TT;*--*Hp)j!tXe!kc#WtBA&^L zWPIO94MNPDLB(nmyDvdhrGX>>sKFA}xH*Ukus8t0AkKSOYF^61R!f z1OalO0t4)nhI&(>qMmSLsYyx}$r$M}oE&sQ5l^|x4h8BihwEO4TNZmrg5+2sMT_0= zU|S*fXP5wn@)WdQG5(jLiuDg*E05DVNbJFG(8;JWSQctsXR`;0wOD2rJWi@zR3#JD zpbZCQy|yP~N=IcHrzj9&cA(&_$9~loEXWenSXUkWX4ByrJDW2}00NJH0zwqsJ8w~k z_z=)-njPom#RXuAe_}pGVn6to!^N;*qsMktl^O$a7s!=CFF#O<@Zs zhzObjCZ^ohp-$>b$Kfet8QNh*{u&rTg$-9GQXCxP=FSN+dM`D_~g{BN0 z$k{WW1(Xs%kVTMFaQ}zTH-pfcDMbhyz$RLpm51;hjY)Py-i2=N+o0*;IO^P2QLjFK z9<>2}pym{3-NKFB&m0aTZFYEZNsg|pFL7oJ3A60zmJq_huOo3 z@q?a5VeMEg^Q{Om2>SaVU0w>(@vd`##LDpv#0o>D7fw+)wuk@ml0HekrWi0#->1@( zb{vGx7aIdl+T;blrYmTpQC|H-lfPha8*oz+@eu<=_l2Mrae`Jya-uZSF05S|39Hwk z2&*5VvIdB)YPTSNp9A>b*ik%-7Pw;LmYq7c+uCZa^_C{6M_g6z+gwi1t=>``Nr<7S zK#cRQu3b)nmngaD8iNQ%(b(uZN! zhO~&|*X%zSVQpaewV3eRiW#YQjUsMj`1J*THP#mEes2ZgSK)T}CZHl$FJZKwCQ@`N zY6M6r7m=(0?35R-5skod8pm?0l=^3c|2pMrbnkFYaxUNE^8J^JrzTChHxP1kpl1jyDZy-uoxf9fbwXGeSt1v&=#BaPuo5d6U!x7eM z--V8U*Np=qHXcIsBxpmIy4{1_JhFyBf?&|0HQmxR(1N4G}bc~|M+g7wNzPk$> z#lqSpk+AoIWU4UA*Mg+G@cA#4o-fzvxz6h+dhxr5xw?Dc2xFH=VNgKLBkZ`*oKZ74 z&~H%l7M+^?pyo+tYWBy;G*_t&tUm1T#tS7Q?NZN!GZ0f%oEVe#JV60)i zvZyI!!?LN#5ab}nxmTmSF397d!Q#^+P?P0^uecyzjeuwnb_Y+kn}{3V3_<=D?@NKiS6ZIas;C|g2hNGO0%o8Y1k)GkU1t3 zwxSpBf1{pgly5>3?*Ycv-pV*a zQz)1U)=&#r|93vIMY3cYWQkf~a0~VSe}lXe zx8&izNcRo6#KJCh<#fD))3NaMXbcr-c`ng%WF z^0vgd`_cs)1te>v$R-QLNIMp3^-oh03g83ZTl#!0gsNhgglmG1e6 z&AZ;p5OX*r>iv6+o?32%Kvuy%-zsu(xA^k z&l(K>NwBu9kVGs54DS`D+g#JRZW9CDW_bkZG#_cg>=Dq7F3#_5Vbbz23A0J3@$8># zBhfyFo}r^}ZeW5f6WO4GqCYfw9@4&Sm-Ji``dEVRH|X6`#j5$lcq(^v+lW!1j(9P<4U+;(hE zgNFmXA`Urr*ulk-DPwJ(t}xt?dA#-ZqhyGmfOC6Rv6q;-g2p}8BDTzP&YeFE<23yJ zqnKF?hUEN+OOzN-f@(3%+E%o(S@#if8`E9KM~c;?>79Y5dV{!Gz04>M{#0O=?Ok(H zRB8TACH-}mb+fL&?q*wraqi1pw|lyIE9^~U!KD$vFw@2u6~pxy&YP0XblSV#CZ0;# z;Cc#-ibK$6rFaP{)G5~~FlsI_YDF9scl*_K1_IRoU|5Q-85bOd!V%~nJ_f|Jv1XM=VsNQPd`0_KF6PA^tm0`7=1#6 z3zaXA`~d!&2L8+7{5K3xlhOGa58l&Y6Jr~+b~?W!AFk2((A>^Lq%3KCcogwRbXikJ z&uHg^U$AzbKsJLQbbh35GN+t-`z7;ZHuy1*^JDE>o$%vU>&5sHLZBm_{Cj2yPtL@A zleD^i+<-2cc^Bv}cbhhtAp;4iI>T96;+UY1) z!v+>rjA&sOwdZz+egbWn*>gScnss6a3>%JhwnPXPnsrU9prf6yf~sj1v>vM|?~AWV*4- zD{td;LGi9y-s&f5S-!)%b7ZUV|=gp=Z$L$MuXZ$0A$j{P$znLt*DK)`x`-r`E>r zIydU}CUYBSkp8K)aaNtt#!2*yHr7#F8|85th%pCK;0;nj}Thwb@m{P*RrXz*7A?f!nRoe8xH?9TLy zcxKOfbD+_m2r~jg)NRbnz&ybY8?#X2Z@0}01BDFV5xPd41;|UsVr2e5jZ76v_2LfHU!w(0~Nk<+uIM(SSHiv&n0A2%KO=9*gQkdg)14A9s?1K|YeG%LxFwwS6ll z4i;LMePV{bkLVK%y-T^6jpB9sRD$y_EEiiIy+EHn(m%2Jz)PQ4fJZ9GRJeuosY=hq z=y?`>+M<6-$CkZ(7k#=8iXI0~R6mqHT|lmm*UJ;yX?d5fuaAVjJ{uJ|%D?LL3P20^R&_QJTFSDQSyAA~R|Cs%h zE)38|?n=@_wYlS}9c<*-eqm2~#>oAVMzB%77TNy2^CMP{#{Brh_Y04i+UO!3RBPk# z?M54u=oxK%pW50e--&E(=g0lmVEDiDe&Mj+wwHlyzwjodQvulVe&Lp@>ai`-NTq zcxm(Ff6V^9K3~!r5c@xgrv6RCTp3$9miA)VEa&b;Lf?}LfuDD53JLrJ&!e?5m`RQu z=N-wtC3JhVw(*)bC#HeRdc;E^Vf==(&>|nfWTF0x`%|{rZ=3N0t<(Md|Frfcn%eh=TBCh0 zZ86&S8+u0j;(7c2ifnrOn7+m7=k}{j^fTR{A8W%U z2l&n+;*7heGy$=6Ts6zO`zBe%OdAcg`k0hyS0hp~5o?ytJ~vL5H*^Ejj&(@v-6`D; zmjX`7(+o=P2@Dt|$MdRmC5Chtcp3213#cs<(Tc2MF3z47G3%&C(O;96(EWF2#eord z>x%&UJ7b02sXxzM-&bG02m10jz8-aYhDu@ZE!16kk~(+g=|!$Q-MK4|)4f58k-Db` zCX)*?IRmxDSKNs8DIK&Yr;S*7Mgj)8Qk=`2HWEmoE=;pmq`}MQ(HH?&s5b_N1k#;i z6kZ$DD~i%$a4!2$L*c}j)lQF1io%U@f@IA^7FJ!TM-V%2h5G1-JLDea4aYm zfvD>;<$e8#z~FolFOFqCLiuzXBEx|TDhL}v3U{p+^8bPaI{EM?{7SvW7BtWasgA>t z(*l$GEB}Mf!rD>X8(Z+cLb-73&)TOmNAJt{2#y7HSQJIZ7wb$|GLQ_b`k5X;tfwi*2QhQRP1X)NLV{jcfEB>6VYeOBgON~w;AI# z5C%@CQDx}bp^hG7gt$2a*l#da|{lsLw z{ldWlR3#XO+Xd1SXjdi<)sRcEj1Er}YnXpsH3l&b{^wi$$0J-bhg+7Ngadkw^&9W{ z1od!IfGCg7{J3Uetr&v`?|OUF7!bj1@9j8OYH@owJ>zyR1mSB5cr1bR{#b3n({h|G ziG{@^k4GBa^-0@ZGtj6q;a){@{0gC~P7!oE3+$SOM!iA#*2fWa_g|!Y;aUv#OoRia zSc$qk4txTx5v&Js&F|6K*5(?cC#EL4uNRwDA=p1+B?N761jt%X z{)F)ZK=0eE%~pl`PuGA^ZSHGbmwT@EjZ7F&=I%ZjhZQXA*?|Vs7paEh3@e?78};RdXPwc|AO{6KG9B;W6%Fb0sIKrSv_zJriEZV)rY zOX!$hru`6lIm<>A^m2lYD5saPAeKdV4FYSyb zt_4kK{`B929vaFnogOwl6iN@QyZ^)W!v>T7G?Vl|O+S19e4smFO`&J#PoGs#y8JU_ z)Agrz{$~Ga`r$cK`*KJR)b(HRlHNWyJ(K=R?QE0_kWFtNldaqy*B5~hpgM40Lpt0R z%T))f)E86H4c@1)zHsBPxMomVE4_CV9Ax3Gq??pWLb{wZ8_3jZHmEwROPKlR?q{LJE#*_h=nnmH z1uqN7(DoSBCGEEh`Trm`g~K~399X9aB{*ly&x*iT-jBGs(Tg2{MBjU4dbD^g@b6*9 zcSt1*W(at~L@H`=|F zp3!bAZ+8*08B<0F@=NgU#@M&(gG;0zngxh{)^$!li=a9);|=KOAkmRMbF$pyN-RaD zfmlW$uv4*3%2{I*bBb-^J!@?02$o~ySmd~cJ!THWdztB0gCyK9(xFAhXW0-}{+&|G#LN5j#*5dDz?oX*#dB+xMz;pr6^ z9$XXBM#JLK&Yu1&jsGk=v@K!nGHtz4i&G`u)I^JW@Ep>j@y6t*l;UzNiy>{RD|`2Z z+J8P`0PehjqH5hnc#v!Ra~cBtXzG2!+F5ioH4!%t!SURB zLB}75qLDi=RNjFBz#%Z#0nZm+7P^#aLb!Z{t^*jGBK_eN@me3oq(CQ9pF`9r zc4jq}=b^B56l#IOhtahlvFVd0%e$vi=0tTh-A79-LH-is=CPwg%qgCO3!)qpDFiq3RtszET;*9`%n@hXq}!n~10_4Evk7aTL=-A$>iFPTae=(? zv-+YJQ~55%vv{ZNiz&?5aJ?6#I|!XX`#N-TiDz2IGG)m1DKytp5{-*hIp-#`)A0bKTjA;!0v~=0>KGXMT z5z-Z-5Is$Pfp?_tvVw5LWCyIJ?Uwqd(ciP#4ot?}RPuG(KwlQ&3-upc5BPY`#EY?s zE-dRlL93)82r2%RDiAl6SyQk)$Y%<0g^<6Rl5?FdSI%Kif<&Qw+(Ux=ip!|5p$FC; zrSTV?>T=&{q<^EOXCO|J>qd7x)^Em$;=Z$GECj`3JJuCvQMouo{E9iEV*%juSdbr5 zCwSx>`EU2(j>QFb*D{OetT<3SrQAzh3hc2oawKBi+Tfvc-UD#^ScG*O4q7v}yIDB9 zokxR*=)@wHeeTcL@iSaDq~nJpz;s?ns}{FL+WEV=KGo08t6+T#sgMZ5NXT0jZ4vTu znA{?HoFFu;z>2zo^w@zbx3lP8JKXY$?(I@It_#j>Sw$?9O2FUz5TIiPS5SnfACAHu zR1_%*GmL$r&r(o^v(TV9Q~`lOjCF{_1KTjY7kR;b3%RN9jpgla@yd2QM17j%j z7NKNTu+HD6X&^oc0pSaRc$kBDiGvV3 z0+IVIAck-dr5wcAi-Fi2g2f+#ScG#BYdDDTjzAE~)E8fbfS{h?-MJ%zb>}t?qI6jY zees3{;&=#%bwLoXa1fehco{%+vZbuNq(N%cAwfJs7!xF{BZPwa1Sz+4@)$PTgKr7^h6h*;81|tbH zDJ4mLt+hnAEA0?-_k;2=IgH_6eHukK$Dr!=6pef=yu3yE9QeX%aSZp>)k>9hTnhPY ziR4zFI4XvlBiI@&ToC{ZUHJOuOYFjv zfDzJ#%ds8DV)p>b!wYE@x7Yit)k^{<>mkQ;`5FSKzUDb8$Vw zs*T8z6i{8p3@n9YpK_m6s6g zhJ9lGGSAQ_y6c5~V*WBq>C=7sC+06RhdveQpP0W)27UTK|HS-dM$o4d`X}!HMW6a0 z_$vd?w!Qk$r@QD=(1sF4pH|=#_PY#y-w8Dl3v+8ql#u@#`WkvK7nim~ys=P3^eY~k zCjSkW913gG^v#*K@L5=UKP_PT(sE;o7G4MTSj5*E|0&jYT6`UZrOK4&veH3g_s6U> zi_DV{jLf62e<(hWsXVStK9(t82LM<&I^V;V1kRa{#R6lZZH_nre`$Cg8;SQwyyGt| zl1%p#?cxNw0mM*n5w=W90g1aVcm!n*R6Z;;YlZxoc%sGT^PjX|Z0_TW&E0Jmo9ltJ z)X!UK!`e(x?ju;`E?ihox7hgZj+4g|th+-OuKTc27)AnJSmpn#*8xaw?1TU?=+F2+DV>_&;!CFk;Y_lIm=j&-dEEq4y;TvbiuE=0v zbPEE*;Cf~|EhmF(cES6+UK6bQ6w}9A4yL;>_)Qt4&2Ri-Z8Z961*RF&4Cu;M5<=NjBP~!Vns5qk)Fs9TF~;J@ zyeJC>ZJm}Wzl&?{gtf@SmeYcF9m#I2)r7V8B=+LF5@iUO)*rZEFIJoPPijK;3wi%k zYyFdg6`_#-7GO~;>ZzCNl)rG$bO*@@^0{a0J4E(n9{A2Q`b0~}C`{?d!WNg^)0`AM z*@>%Xl;@~8wty$mZW8VUE5brbH}+|Jg=P9)VHI}JknCDW;oO90AEKJe8=UNbY{sRg|TjT4-sq7u`_XzqdJ1(WbdV6 zp%rwLHY~Kig%u?jdMGj}Yw;@9WXhB;*nF)!U<7cogBN$|B7@!Fdlv}p&PcJ0?@gA9 zSe;;hvOHvevKB(6ca16@p#8jL7wBt;wcOf*r5)mBV6iz0)wz;{f)xC+JuV@iqL|S> zSKQzEUJ|ZWeG#8B%+kJTS{vMM0&Z>ho4*aeS5PzI zNBh})53Ud4mh(Et4Rp>ny675lmFzcUmq9=qw&ew92{MXLq7CIiof3(=I|$@MfVV7< zCh{l;BiBQ2*1QiQK|F5oGY0ZGx~H&3{)j$8gk)sOEARzzHl1?S+j!7Ut6=NzE<2XK z6KRXhiT#jq*zY-P2o+sE!9Fw$vxP}ekl~X?P@2Iaq#5yz>R^C?;lX{C*q}y=7219! z4Z16}2ivb~u<@V{Pc`T z^03vc4{0A5HikJOwu4iAqgage?xXCLqnOpEaukyjZ(G%PWFiRUbJFu9%^=g{8%SCs zx})8H2&Vq+(balCFoQJHksw7Nd2Vt%RnaowI!iCylok+7A8kHw|)?uUhvG^aPG zz!Ky6Ja2h-i+dnuA@35KC3ja+J?2+tE`HHQU=jc(5%vgVNSSWSIjX)>ly=!_tLF_U zHP35RA&=(|Nu_Ex#Hr&})^nb&Ysig!R=K#xb;kV_&3-s_X#uc3y1BJlGq>);&c5q5 z%v!p+b&}l`19R(ogFaa6DZUmnNqAFN#CT@qr5N4+n zxYrbJEt3(!7EK$9lvMBWD50dA)N_-i&?3bbRbVIsVV;S3xmJsNy!S%H;-2pl2??*% zW!+X`u_C_mFjTHZ1)DcncR7oGhnd4~LWo__PKJ7Jhg_$i%g>^x#67G_kxS~zIyHF(^=NutP9i9Gytg%Cakn*A zty3GbhN*W#{v;Yb`6*UC^kpvVOaE)^4JNQO^eTOqw;%)RbF~sq%VIrOCY2%(FUhlj zCpO@504W$_Gvr=C2HPL-OqvWwrl8vAw6t&EtT@(0XWlZ0#hoAtDHCllTEf&KlvvTO z!uRlqShu2}e1fNcZFeDgg3qC&)1s0DlL-OHnD%p1rRkrO1vMzwq~X z5=!8^LuWCglr^Ne@I32+c|Hiuv(3nJ%0Z>$^6Q1dqj=;nPU7iez4h~Myti0~I8A+a zGt^+#XEfGN()DiS(HNILFH(6Db#~M>LjjBJd;pG3@B6rRaAMQvMJb;EFRg9K!M0t` z+E$mef#W^`uQY&Ig9`b6yb#@`&x=-P^RMK6DCGZ3OPHKKFD8Ic{{M3j-AgK@In!rG zrY@A}Ny@Y*m)g-q$PxS;Pg?pUMgz|L?Ly%= zJo5B=@YGR9eM#lwOq~?Lh7JVEJ3AwNo}m2cTSo320deArNYkK2w}FE`aVozcC5*SC z7fWX((iM*!%bs}B*zf{qw1{zGBc6nkS_BtltQZ9txE}MUhBGUV#)BLVet zjymIwx@~~~Has7igJAOOXf7&PM0k+(6tgKK1L;Xpt6A<8+!d?EugfotW_S46BP|N{ zU3hLIXLnQ18~~dGyK$67Swwj3F+o)5%5@$QFaK5zVz@;ah{uq8ep9|~T0R?YG^Bi6 zP4Ipf%;%1zI_(w;&xi1_&s&t=(nuL7KG7!YWh|>02Lrge0Ksn2pY%&y9jvURP~yWE#WVJLquI%`dS@cu>0h-pfq68A*wB zh09>M2|(9am44K!;N}|N@3La~f|YkH>U6@7R1}1g**e8zs-71~6dCyuy0ArFPJ>^X z`}cM;gdnBa22|l5p=EE0EnM?{W$}>!k>cyv?*$*Qt!(v`V(g(#vUOAsjO2Ft&400a zdb4_jRkuU?zerv0=yeU%>KbmY>(8ux=)R=wjGWuFE1c@Po!9r;B1Yt^=pY+s1Sp=6 zYfJs1EdCbi(S+D`C>X(Jy=v;z&gx^r=#vjv`-W=u(YEcy>bt|J@1aiW)0$=$QW4a$ zoo}(4He=wyzN@~Zpzw^v<9N#|iPoN7O0>7MRIvd%RA+TgaR>0a5;4Qm zjqfD5Dkw%Kr|2@lYs}|La;DAj{cmFq(j3a=#LP@ zM;B4H92_Cw!p=s*&dfPc)ZInzu$rG^5SM?dyicZi^uX0x&9$WEQN88Vey!f$AQQD; z9cvN=RWXVUiQD&hGu(*R=zW(vhHKdbR74c0io3Zcdib!rsrrpW^_5Sk1kpRXV- zz65Lz%;&ujsbK^ALkI1@QL>V)s!iJkYWtu5!7%wPgR{I``Iv29WXRV-U{S9#y_mI~ zggo)(M_Ni5)D=z_Ot&fc2wMPbkucaa9o|n?9quZ@W=<=c4q36m$ZS!jqdpz-+mHuT z=UhPMBh4ZE0hukB%#b76Kn`P&S+T)v^R^YcJe>P}??xwK!gT_!SWYnAv8F)**F`9k zprDxWe(eh#Zz2ByB+;xNVNs^yk;5FT!TbncG?<8DZdTBl5WVT2Q0&~m#02|p6Kq;j z66~%Pr3H$F-V>|A_tX=!kxXhO?}rO8>YCt$o8Wwe!URXKC}eBZ;W)J(?L~0R3V6Xe zzzWfY-c|J$a~;RY6_;V~2Ugy}b#uJg6G4mAmFrOncCv8`6SUlO^+~)}+w=gF^}}CB z4`cy=3G?x7>guj3Ny=Twr{g|__d&rb7)90T`qxzu59pbKQu=x)Y?3XLOI+G)=YeKV1b^9WM*w#tm)3|6?N|9#5__rrQd#9V$ zJIag5XBGey-uk87_-xukX1q~UnTTRDm4n=z7Fg^W4aX6 za8XbfcPXsNJs6C1c_eCwf$&2p24UQ!iT0W7)#=Qh<)O<-XvIP|y|5qHtmzk{yT@nS z1+FDCwo~oR@F!bW_w>xbWM^A9=?c`LWv`hVx{8(Lfk)xOFwGlf>QCk zkbec&cLz~(VJfpyCL6}tP6|4%y@T}(ox`0Sv2jHvH{GogfQjen!WCLQAX_qh!S65t zU5;N&M(lkY{Yqo|BU>u|M)+*sP@fu&N6qn|!e4_eN$Qj%vB{Qb_1NdI5m5!8ZLeUk z*f;@=Sot>(W6aMhGoaBzHZ*3)L%^_Nd34#iGL+B578ZVR^;MNs__)+(EA^I+_sfy+ zpF3-SZ5HJxFc_4USXVHi9#P^i~J5itzN9a z9kZ?wUbZ-}3J1z_bB_d)wv%Ak0A*6``i@oY!mvE`5EAOCCO4U=>~hyPn6rggtMh$m zxODhWYWwfZ-pcmh$2ifMA$y&){!f=5x>E^g6LkV|Ao3Fi5itwJI+9lKR|3_&%-9r` zMrz?qc4bf;@hNU0#iw{=k5l^@jivqhMwGUvXH1i~L+fkDgN(ifwL9#r{iwUx5>m#T zY~sJ(fB_nsoPnPCSkZW}UJZN43d9rSKE$n^w;uur5{BJ9X^Q_e1G`AV+Q%ZrQ*@)r zew-n@RXoAY_wB-7*!8#{qXvQXUA8W4Kl_ArBilbhdwh4>iMP^aFObDYTs;tp)11vY z$Jl92c)(+`oo&XSCI^>&IKzhnh#_bA_QCIbySUy}>)s@dak`q9t@qta#zp|W5kRGT zL$~sGkyCVk_ZB#!!f(X)n6{UHR{co#kHt-{Ah{7DoK|My9!9#m;o-ccT`Z7CHh%uq zyA+5eCkpwWg3o-h`-ow@x%LR*nf+Ablejn}4-dl1&+spNAaL=pe&5$NM_wVWrzDe# zMy`7opHSXIzM_%r#)tU;Sv1L>R~E=S56kr|yke&-kof%95KPdGtcZ*U^qe3N2h*r* zVtk^Ud>2_$hA9;Irf8&{TfMJhWy$LOFO-FvH_RfzM}8IEKa$kM<>d(47`K6(oitAv z0FR6(fKG1(^URhkDT8x%DBDPsoZH1Q)XhdtI*hDK1jNEA-P$k|; z@d9kpB!{;-A}3iwM=sR5BrAz^N6_dXcGw?~DUQU+@~2P2bQEi@1Dra}HULL_rX<>m z?qto>O(OHrM9m~}8`gxnN#u&(v5ggG66yCWGl@9T<-Zm)lgN!o^sejANDVuwS_kER zL7kJ2wqh(tQ0Pb78amU8jajB>vJM|Lj{3(D(m(1uK@hJS{W~q-Zmvl;ET9siKBS#8R;t3S{Y|D+O(FkQ6W*aimbCz~f@ zK>1lrgl2|4tOQ^mFbX%~EwlrO|4}}9jqHWWW-fb7DG!#7g-m^y%GQ5O3W$0oTyfIn zLs)pw_CAz4h|f64N5S_jm4W!O)k!&ZHt#R&F*!SM_I`LCM2**uFdb0V7k0TJePF{3cnq?&Y8ln0cXfv0`f84HXz-u{*t$f zFuNiYvrO#Ic7WMeWM$x(xr3PfLc^?)FmsUr6wiz24Cw^@nd8^M@H=hBuTg9TekcO` z&I7;mA^7ES{BX`>)l;ZBDZqO!0nSC|`$5}$m4*tw1-$cyVLA|elL@drZj=mZe_#87r$^34>9( zT!M;d%A*2dDT7&WjHc{Z(?dF><#wo^_Z*6%;=9GYX%!?QM%sV9`D^@Si@PKh$>6P@R9&$^p*Z(4!O|-szS%`XzYy-UH21muN2~cjD!7?Zq_=FSE6m zd+xx?B<>6lL0l{NEv+FS}?>QAW0)$yig+tk*L4 z@1`|H_cpT5d_kytqvJ_Oj){-!%tW0^5Yfu=GX#{2j(yp6T{ z9GgKx7UAO!zSIrg%JKfwk*P88uHJE+ui9QfHb{L`UySNu8C3G|#b?t>mHJXkd8xef zyqLaJd=|BFyvJz;2hb*Raw0Cgg2QCE5(YTI*D&QQ^1}_D?P$~Ql}JWbCoEH|ZUY5S z)+P3&4N3I|14*_6()BAzb&E)>TxIS*OZ7_7wthMUsLrFc|2D$ zo>9+ffS$K)j?jd^hw!Zle~+F=+HOLIaK-~ihH%#E%GypiQ>AEL)^5U?+KD@KInH=E zedR$`Q4r_)o*ZW#U&1{U&$IZjoAAU#{Vg0%!Xt=Z1MtJ&qf}Q!DFc5R_@2f$YD?Cc za7x(55?YbasyBoZT9K=j(A^V>hpmJ+J)DBqfor2sa2v)PueiT=;d;8QcRgL(OSkpn z+TPp^%1H7`)0pBKEG`VCrDUce%C=exE3EdzC?j#EQLZiUAi&Nl1a?sK!@D(WXZHUJvtUQh!L_A+J z0R_e;0mVfH=qGk7{+YSeiBI5yox}-;K`sl=e}#-#W-b8N?Zh9Ws)ak~EBa?a*L22C zY72U}2JaxZ>>VT*i0+U*dv_RK@Ic(3y@TWe9(W3k3Z(#g_8wHMQZ)=f0$%X&WB|2j zfEMir)cP+$PFnc|T{UuQ)XAw1Bcmk-1;v6Z`7qU^BD(Cmi7JGc;z(-pDtkL2xkFDO zB!el0WH5!045kp0NI9*E<3-eL5~|Hw_Ilv6h#=RaW4@-3=kb9_T0GPb=ZG~8Z(u#R zaKDV+-h+P@bS>tx3*}E!pPogpH<9e>`VyC2NNA;o(jZYnD{{4BG_rOO!Ia}+J3XAh zhCRuyzMOIh{(2HwkX^ZcWhZ8R5X=NVOV@bMm}b=t!k9A5s>)QB2d+Tk7(B5lQMrOV z@W|y47Z2x0Q-+aTIUx6a;jLzJ9BQG@<8j~5j z#y~;1!65yP|~-l-0Im;qhbM0mo5u$wUA3@DbkbbY5gJH!_R*VwpP;OH>vWQNFf_8>0hvMn2&1<`Y)N;7u&^9>yH|L?!VZ z%w@u9{4KcQ0Z=eWn}6b;oPUzExn>O`Y87Ho#U!NXm_<9oz=p{AwU)Su)RwOao+jH#2ccT$LEbmv z?;$X86aF5h@0dq9o;0BX@vJ=n$6CNr2+v>&;Yn>{DTF5;PG577HJr*WqRF@Z8{nxG zsc$jkr+wtI1KD-iLGXgOVGeJ?-=kDd*HQ+Wq{nGMVm7N-wN>Ossl=yxoZV+p^YSO6Y{O zOyxh+%QIpk-?@&7X}Fn~<}+f#V6iEbrmoY}z@zwpzpSJ5;R}2)lN-IG#E(pFm=FF9 z$PFFN`k4B(LvjNEmOy%RD@yWts*GAg!j_eI;3f+e&9cq@QsF|`=9#?_s( z6jcr~O4D+n6D_PDEeA3xw^I2SMik823SD7IG!sZ4tjxf3Q<>BAxb^`DawFA8rAVK{ zLN?1P^`}xV=tUy71GZVM+p%eoRFzcY-GC{58&i`ucpLk9HzYvQ8B^_TgfRnWiN>o* zh}Y|9xez>UgV#UauS8laty>ip>IJW=KPL0g$ywQi#H4^yi67TqA-{m~+Wy=omz4|@ z>H*hY_gp0Uk{O;29cHRWrcqKdv%iS4@M?n<4ng1aOOlhm@@_^88kjleB$P1kX4V4O zQ_zBw<596yChr@y_$Vt0YrV4~XYOWn?mO$ZWDNfCz= z*k-xS;@akJfW&X3NHKK?2ZOh{cOcOhe=AJ(N&7p@RF6z=N`siXC+-(sJ!Q3?B&+xS zB$eq{+!|ExJ=@Q_F#%!W#_aQ+g*I7l(k9i9SUfKB&=BYhE06nWTj_>37CgG5g{SER zISgsFu!l)W6kF~_e854^TgpBUD3{~e+Z= zS2~Qz^RD7wpN~ZJn;iP&UXG%_L{u2{=j?SMUeo@C*V*j#LA);Mfy@)x>trd{0oSz@ ziWPUO)UTjE_qwE$<_i)j&Y|iSqvR z{)Y&)k1fokQsA0|%@$k>fB@pUeGE|;a@z(HcgMJvI+sTvfVfx%=!g()*cZvY=*NVY z`BGKu@5xs&>g7^A%r2ix@AA}#KZDKM25&@p-V}LpKKJ^nAb+jy79RO;L;`*(3gC#! z5$PBeOZwb|X$viKpC#loVi#{AcpTc|M;J8q4|9q$U#ivX+s5moclqc;Mtx2>Dzv`z zxeE!ff3XIb3eIK4`f7mR3HCqwN8FmX)ZWE&ectkDizl%uEyn6uE+M!-xdM|DQcfRf ztgXV*#XA-ofn%`|*h6eVH!D}wgWDVDb&=<090_D*%nOtIC6MLb0T514-^{?!dExS= zo7g9Uv+N4wcF4COx7wH8F)%MYkUoM{agg81}Zrq$ahG-agTdBI6iV*C3|;KEdiHy(F$t9U29d z8zQ`G;YY`w23gm)?NnKPi8|mW3W{^ueVL95HUqI0lbVQwD%g<$(W9?sm17rXGj?H4 zNmHG0w98wT(8ZIKx9lp5XJF9`8g8t9$7;CfI~Cz@Wo{~Wdb;bwEKHWOj=>f4O8#L` zyV=v)41XMHYUt)p0m5Ur1_=4Tz`RB7ds8jGdD;%oS>>hp>JWtVeutd09DFlMp2MQereJ5H(>UmON)}0vu>>%VWa*ewFm$5Amd^ryR@iVhMf8y zbt|q#(e9~Z*ScIc1R(x*6aA<8pTnb8dJK`l+&B3Uo7STC(D{MF3aXg7`iPt1>g}q^ zIhEVpH_OJHJUyx!;d{a+s!|H(K+H&L212|3K9`SnB}7mxPTmX7aR}^#2tVB?CRE~_ z8<0$67>f(+VhT(!L<*6(*(4l}E6wSFCv9@?QNf6=Ypg=aHnEvC!DiXCX_CB`H@lpn zze)SyFZfsJ5`1J2V8sUpnLcs)0=n_y7DNq(OFU$BV6ja;f~RTnG7g-{JYF7tmCEAx zKM!ay$j?%FZD;8Fxr)&DM-PX-4{Zp2zpgd({rEpZ-+OmCs@F&3!zLT1XAB`d<3^@u z^n;!ejq`$?>lgpz1EJ{`Oq6WeMDrO%yLCz<=?bEOIFgQQfo9uXdzT?L?XoV?J%xy= zjriKo+H-L86y`LX=l5Ey2&X+85qMm6p6j4NlZScI-w^qZrD1YHtOj2?U1B8WtY9|_ zL1W$Pi6wBLp8bS(9any~qna4K8ub$xDMhFHu|7o9zt|m@r(h1Cv1RS2o9E{z#`#8) zGk&bA%pHvwbXiW#MMd4Q!<$4JIv@v`7|zNWIdKMO@x=6B|f*eE~Vp@e`b`jX7#=jE{N@J>yXUP06Li zsTOgYx)@9oPmfM@KHExn_ra#R0kc>d;zMY~33go5^QFu0j!0SRT-Me53!B9~N(8G` zQ2=y+y-XZqQLiWejU=%O()ozkC{1#@_T-#K-RMTTZX0#qYf&SB0F!u3L`=0nn`F)) z+JI31r$aPA-Nao)&j3+SW1MdW0$7Xt#X*Vi4`0Up!@rW|KaUHGJSScI-H)c^I&&W4 zA%9KBS%8n&%;OVF@rj7aju1YB@#OC5%hly&Z{IKMaB4=F{4deQFwyEAiQ}0W@{SZH z6A(Y^DJEau!=eE(xrx>&(zi}O#4L#D>>lo$Fiw7U_2&WKgj9L$7xX(=e(OB_Cd!rj z={HWkqnv&n@}6yr$gcSsukRPC{6p%{{#dDNdmL}Bb`bzMg!Y`s7TX>$+ zc=OE*)ADTB@>GZ9*~s#QYkA((^876%&uc7?P0LfHG^T2!Q3t`iZy;ov?B>P*HwOCAt5JZ>pV=1@8(Zh`XfAq%l}6(R4qcg(iMqa-Zle zqJKb(FEuWDYxKEum3jEjT_x`Dt8o|xVGr=dZ zY8AYP@SBJ0t`NjtC?uBgEeg}JBoYKW#z7m54x3XQKxGNCW@;BqUwQ?twk6F4otH4?OTXwY!w8lj0UC_$&&F z%>x>Y0>!M6i}4-al`sN%PK&L|T*}r64Bl2N2T=6dL@`E^#`%(?e1oD)qu!$4r0e6&18VtrXUzSA;_s6;GYxp1G2lx8MjLQCdE;snymY04 zG2k=6PON9iz~nkBcn?zdrO<%K3xyl-;+ui{1z47!5Cmkof*_<|!2iyY!?k2OGEB)| za|lAA#FF6-%1R%_8zt}K$x9acW<+R7L|2r=&gZ3AmQ3}{h}4ouS)nA7y{L1^ZN3>% zS`tObqa>m$O6q4C@FD6rTs??3n8t_lYU52Kfo{IE@!m)U*?2b$FuA}Mvo2ucU9OGy zSw7x%+IY8snd9M7xB(YoP+T`QK^yigK401?6ZUF})jvTGO2d4~g6K%}4H9V7At=y1 z=nCqMAUBLR4$9dkrE4QD!eg069N|$(Ca!4VY@P);uo@o%ABWSRGzi`c)JelIW_$7A zn{E~BSn^@KQS<04+Cv8g3fHk5IK{|v^wma{PHM9jli|QO9kG~MazF!cjsp-1f60<< zTJk|Hxt1p{dE7TWLQ7h&C4H3G+o?zh#d0nHd|3^O-X@cTjefw@F!Frr*p`~6fF zoiZggaoJC;$r$<+YwMh1p#-rc3&&V|v#q`{Tr;vI4ya}4s-Z8j!79-tsuLXR#RO9ci<{bcP7guG2#P z4U{8W&U>oG;_l(QyFtGDp#Vjg`E#l2p!JPVGU|NOHk{;rN`?`(l5XyFV-<$^b&@S* zlHK!GhW!2uux9@+&9^jVCdkphIvWsiWH6X1t4KVUE|>ip_j&%(FjMikvA&r&G981{ zp9oC+GBC$A9Ly+nmBsClKYdWgB?^Zt2@T+Imo%n7kmzl|_YClj=@0*R!efwu$BJU$ z0fsg*X4`r5)kvIY13D5rTG~~&@$kzu>2#@(KaZ(cp(jk0sq~SPCXTwZ^%%wCKKLeFo4)8v=)VL#QFkdrD6KJb``5bJ*LB>7==VqgNU+q zJ>?)sGrPaM4^}cd#7!EqG%5}?-45wyU%2jPbX|^3vU_n@Y9PcL#e{W|n8R-@e(7=( z2YwxM2RGbhnUpS<&!c6Jqi9q-4lfjrv{#Ibwp5J7A=x^4*b8R^QZF)4O~%QA#JmS_ zg)GHvABr1e@s0rYwnPe%rS`xB8Y))j9d0O0M}z4?TML4P4Fi-j&zqoV_sx3QO-e+= zy1q&D%M1vyfyMphQ*6N9*NE$zM!=?h6_)wZEQ@;rMXg78crXy~(*n!8lIqnv#1@+0 zkw^AYb-WsQj*E3bK3*&*J3+|BpU56d2AclzU!H+%qU-M16~7(hGn?bnRl_G56{$l| zuL}=w6&I*ZiWp3{1?#mYbWkg=aj>~YO}^4yjz-O}5TLFjFEVcHPE$y7KUL*z2%LQS%VK7J1}EEPivEoY-Q+&V zGnFnfQF_@V`;onf~<)s$b7u|YphAENUTXL z>JY(GhjhLi_$VK&vGIlB-rR(6;WwjTF&kYpVsPQ8FfrTl13+(^!$3=8d=w`)U>leM!AZ94 zWrJa_8*SVU`T~Q&}@?l1@xNpJya^)KbY)~%Sb9L2t@}IfH)tL zpY$4-BE+L=4=vtH31W=UwDC_WWsVHlVZ4bY*h4hpO$hnRQ3{jSRGf*u_cb1GLY>#P zxxB(|ET24<)px1!W$YpK1>?&c`kOhng?LCVeb3x;Gy(JeV#4L3@oq}4_%88omOvph z+8@Mcl8%o#-VKH;sC#9*gtb_6?MDa=1kt}1st)dNpq-*%v;^2saK8pP3A=&(hK|#w zlTy-RJBrdC9-Wptrk$4BPj_0-!LznUr4I0;QnhW5N>!Tc`yTi`hPu8hez*Jp{0#RG zCY0d*(T}@-EM5rLkHkkP@`W@4^2lc^aH1adW^($tEvbpQeeA}UK$83jBn+wW72XPm zLQCLane`Ogh2jlcgozCbErH1e1pBJkv4*G!JTN8rG&reAp`{lq>l^1RDAmd}s#%f? z!y~0R{Kvu|+8@Aq_1x+32M)Mjw8_WsW0j-RDsYVt0>V2|;t&shSZJ9+R0cQP8N&np zU3Vs)Li@v7Nfp}x-U=tD40CSCGo=ggGrlqZ8MgSvMh30`u&rn%(?s?h5MPiOt*s!( zpNRWdJQr2FA6%h$F0lgQx$Ls;vu*`B!tLiACa*a6)h75-Z>&bT`zG4cC(ADZGA$d< zc@!pNp~hm!&! zF92O71m+JO{$^_4Q_$?=5%A_^kdOB%$j|d-XWO2lGPdI5%PzDAoy4#-T59GBV;LSUDh1D8Y z6MhEPMR1yM)B?a3y_UIjim|FQ!1o}vXp|NJ=TQcWj#B=H#6S=4ZMf8GGCulJ8OWp! zYP@*9uouGKjD;mTn!?y%<>^d`5qtxYO`6Q2<5aH*Py@4eiWkK5=H`uny%*=3Bk4Fi zn#Ye{@4$KZH^i#KNPLn;Ie3Ty7YkAF0c-zO14J>4PY_8CiHJ{t_z4v_GWj9uvRuAV zY{B{H_(TRL*rMlqQ14KS?m>&7TOsP=+#ACT1$H3QnC8wSed?xhdc2!=$1^?Zb|fm3 z0Yd8Hg}HfE8Xl7n5Z6Em?zR*Us0KY^+YLKEGM3s?y5}5MQo@79oLVuGKjT?^oL?a@ zj_n04KQ0SL{w|cC_xM4KNm8kH_}{3D_^YrNnv6JIQje4{!M7F}vCSyO`lTGd7BPs2 z#n>a_ie1Prv4+tTqNBZ9eL00uLWczdVjRdihz?W#p;h~ssoKl6^-^ekX+LUxEjVME zbn<-~V>PtC_0+!W1>YXzz-FQpyP5}x$~q|S@dx^e@Kz4ShYGf@OmCl`qC;6OZx(~? zS&T4Tq zzA(<{EY_V^Yzlz~i>3OdDTw;ILwFVUI|mSSC22>}c|J0*@*-@Ht@f#OV z8o$+v7qSkjf6^-cx*LA}5)G9Jd)gb+MEKlFoYIy<0 z#S6I55pfi;T!E>`rnL`2E1W5}LI1D`zJ*i?iIEm*ev2MF;|j5k+Ec~kH4_}#bX2$a zL}6b>eR)70%lTSM)@ruvefmSde>YzN}#D&gh)27z{4bYYuTfV0SF6k%M>icDW zidWK&OYY%pI;;)p|E&LIU9XA7VsV?uOOV75O2qYsMBL9h+ylFi*5TQx95F0OV-R7z z1ujfcYDW(p7!oxEx@Q8b7DFuvg&( z@KhK{UoJ7wF}~$g!+3j<10s}&IIEV090dHreR-Sn3U6$qpeX8EDV(fi{Hh2jSeUF? zd_y$GhDSJa#lba3(>}0+A%&;R1!wi5is%UAYEy4rjUYim{?+6;*Y~(QFI%i|WeB$? zrH>XXv|jkL*uttXGeoEQqMHU-L-|)Rtka?N5T1!*3!7^Y*Xr5+)^*UnJ>+?UCPh6kW#rp|W)a73^(Baa=;KoE#eL?ih{P+M$ z{eQ-fN9>otBA*~rdln&i-7$ZBsP)G$3HT*4`+a&H?U~)^z)tGZ$)OiuT$CKXifTg+ ziDq)Z{N3UF#zxI&W7ECgpo^EpYHhx1OAm#5`%#^FcDa&4B9TZ3n$0vYlMut4IH*OM zqR)vWY2m133a1Ny<&Nh^agXroX$T%Vqyt@HPtplZS7@f`QWP&Razy*|`7uO6H^lV; zcHyed$>e$siPN5w*C%$w$uA;%N1PmFx6bv+zv)#@390gG(a(ej+4Z?_3K1RGX%)^4 zijMvyvKCS#3J^~s&GkurOCsm05N*-CziD;=ybBVsxT?Mh+ z`BFEFR#@TE<2JDc(S7tXk5ifIPV_`&VuxjxUbM_CR)&!opU;JrMO2_p+{-6NuDtWr z??x={pP&K*rMqpuc)oJKkcUPIE3d{tBYbm*ETBXoQ406P@(y6rn6UD5OyeM_j)k;R zh18<(5X6RD6ft%qR~OWQTo(WFa8AR*N(YtNrdQKu?ot|b%!p3)B6K%+=a{WQDrkx% zwccfPV|(XaR?X@NDRAhb1=h0yZMy4SAlNxl6yK_&VUeg*C&Qv zLP_#jD$^-RW>YHGi{e{XIiYYx8_U!Z zs-shz(M$~kh&N~vmkwb$L8xOwjNu@x{5gH0fS8)K>03-p%5V)rAuZOz zlp*xGEkt1x&wHzbA*~%O9qU4-$G77Z8o&^Ao}n+D$UW5^n)hv%_tH^cY1F14@#T`X zPp378k;GRgP^VKk!xP$^#v&TZd=yzA!|RzHN8F?J9uHv1*S~e#K(|9YpLGa=p7#}b z_4L=a4(WDz?Je-YXx$WOo(aAMKMM{0ZF`5zBw zR5BK6M+{YmJ}09*pOY&r6gQZ9INsQt%||oA>F{3h9}Mq;l^(W9nP(LJrprf)0s&Z- z^?3cb|M>sfeG*G9gYpu*Pa+Y!+#TO1F#;(5IQL2H?)u+%pTwQw|6%W4;G-zA{qgCf z69yRQK?jX)z;PWl(SV7@H6uX-3=kz~kdVX`l)V?Tfy)Y#8Hj6uK+iy$PHT2oulw-9 z-n)BO-F1DeLSTJl63hb>6IcPkN5EGPgA%|E39y;}_f&PyOaR5#b@%uG+ag>o#Ojbn$U`8zE8pmd*dW;L z8W?RoI%qHti&RhPSvK5Owka>u;@*U*jA-#14gsoytPGU`SN3jiIyLQo9i6 zrYV8`a}V1+Qcv(ONjK`-A`tBEaaO@QIC8gLugzx!iymqLJ^CeCY}e=VB*pq{9_U9Q zrM2G;C@pjWip3H;kTcJrE0b6eEwNhViLvsaSLwXY57^eGDcIU%@y@W!OVKBM_CbVa zQ5K5Eo~9OahZD@e7R&7@1>i3`4S4#5?M*4=-m_{fdJc~Lgn!T5AA8%QWm61M!Z(0l z+|s0uvp1t<$FTQjm&&@syOcI~{l>Ah_YKb^`ZC-l~Twv9Id>LEMh7HZa z-XFW-Lt0!X%%^FSySbjzh!%kYC0(D?HLLKM3aK8~w9SdXTy9y+~0_Ze-4z!Vx(Mz{NQ@VVV#~u* zNQG;P8*H@OU0PRVhfnjLiO6Kr#tX1R(Z+M+!^Rs&@Iz5r?@6-(Q|H{xb~3dUxhl2X zL9)17ko|)!h#`;Y`Kk@KydsB73fzg&SWOR2_-p8ZYd-LFsh%_un}j05h19rqA&A?A z@Ra;lAW|FGr));_9DJ;D&0Lc^KpP*quysx90Lm`tasyV!t>$D>19&780}&#C@B2Wg zRKo3L7ak;M zd;Me7#{9nsTb|})RWy9jOxGMBITNR(QszeNuxdiIy_$HPEY^XV*I5uFASx3FhI+MBS$qBpkkK_{FITr$F!$BF}gBWIzCOVt+=LDHmkMG1hpO4KTe zE@?G0U5N^cz+Gw{*FxIiHxsp1bL)a14@?|evtSk0a^G9?yD=7!Sz3q0gIr^9((CbRvf6KDo@09@OF2z9O++kP2LdF-VSG43f>I z|2Kz}2S`P(JV1i;s_-a+gw741M#a#HWd|Y|0G#2%5B7rq`h3@Hy%eCzq%;H>uoNJe z!w}3tEVh>;j9q33&q15bNIfjw`WF8Gc33Lij_0c=tR2tcX()ScGcgP@)FxV4U}nc$ z>|-<{{bP*CcKO9b;v=XV+WVl^j-fY{5TuhNpWy=up0G=u>co0GN7g&I3|;AA>5lRC zFs-#GWuiPrB`4&E_We~V>_&Mjm8KteVb>`rDEM8l*IR_+_0$_g?d@=S<&oR*TOfDh zx5$si=%aU!zZ9Y15otN%@QZhrwhO;DnI$ccCasJnEoVt9Mocw(wfHCjnBrGKb+})t)7OqMCH} zkaE?=W#Zw)iD^7i!AE;g0Xm9nftGQFzgJcVs*cDZ;hBmPyI?+td$Y9a0JNz(k(w)y z+M%i9Er`1nX9)74r-?)7wh^yE;M4~OQ;Arg%5}|cp-ABY#^IVHQ8^-Pbstuj+A6M9 zXIO>JT6UuQaK&gS#Z;j~Xe9UidDy-D>hneX?1t_t~dE#?n~G} z{31=*ipwp*->@OrAuu>9!rI53I>39m+<-A<#CIg@sY9<0{|0RUWOv(SUl*@nSU2Hm zwgH-h%#N1yMxlo?HlDbpaGGA=#MUE>xMaFvAp-7XH-ZJ)*h+wkOUV3(8J*QxDdBS& z9*`0Ar#NMVq9s2WG1RNveQ+}~U3B9vL}nU78frXuv-dS%)f&gs6YNkfH!QxL@i?gg zS04HLNawn00#z~34g)*fJCQU(ZAfYOrp`z~f7S>VK?b~lM?8&o?7W@qZl3N3N zAoz?J-f3{Ib6j0&W%TFzf+-5zBMq-ym*aFHpqP3B+nqp5-!5=0IzRMhX=oY;q{7RlL6;DW!LhpTv>(H~5172C|5>^lMv%ABR7h5pM3;6ae6Y-Fsx$RDDwu~v>eN&; znmWsYoucwm+NO9P%?Y~07a98xNNpR;sMwytp~YrljL#scw3F&TyrPlnL}Nw;dOtiomIL&3zbpA4NcVA!B*fze}9rOQi7XDw@RxLAmw3%4>r(t2#VKXCWyiLeU!T_=UqU=jk&{yNgZQx$&HYPe? zBgmYa&2Z7gYoeI=I3_LrYfLl{G;!bpcLll^6s6TL7NO~i&kAQJT45&m1^d#W8$}2Y zIT0R-{dLqw;O3$rVZMTmy2s3bJcdxGxyN{QQjyU<*HOpctg1hUK%?gn{AaV!M61w~ z#EOGr5YHYXx+<jaO8Yn}CYt-P+;#+b#u210-cns`MLp`_K0p@;eP&-ki@h)5Wiwm4x)V7=)^l96NWPPaF9UQ8D2mZr0{L>zCNOE*j6V86EMQ|KR}}HB@(ZX_>vWI zJq7@H7uowB{vO^AQjS){`|%A85Lk{p#+gk}J3u$tfC>g-99gV|XB6v$c!-XC;RhcgbGuKx(;L;%mD(aghFv#!?T zDo}FkG1=pq&V9`H3JF>QpsS)wZlKv+3QqXIFZFED6wgr$`Sa>({v2C}r_zpnZwvT* z3V3U_$5e+)b39pY0Y^iaJ%uFFj$5YTHv|83^rS;jZqfpl8&4CO37wTDZ*nOi8a$YQ`7up&@xUDBF8JV}IThVhGNcfdlKX6nW}_J#^2aA2YbhYL zP0RjsECH)8Qqz?f?P$TGKSLMOjURn)<89`jp^w?yJM4{=?+%0z)ey6b;3hFn%nZTD^qp9h_Aw@BeL_sA=)q20 zquueT^z`51Gh}=hX0mA2MbkFW1N*atHh0(J9;|s{4nxhHqqk;o@kYaxTN=Ph7`1{C zgJ*F@WN9|>G}Nvn<U`>v~ChVFuQOnH+XNMEAjpv+ACj!7LC~}o1lIFe`&9z86+FPHDF+KioMbnjyrwH z>?s(RK$n{aOFImfQ^*`+S}YM!v75%meu8T;?Uk@pp4MKOb{czSbIe}3g4U?O7Otqx z(rH*J$w3*8MS(>}w34vQa4B67;#BtzY1N5S?USTha^T(pMobu*=N=~B!n##$7Av3! zeTWtINn)_t1d7sZS3(Q9gm;BTZlnAGnI{ibTtV)f;*M~f#y%M&zA^2S?7(iE{--hh z|Bii7>v&L8P$ST-&VuY)xykaT ztZu9W(0rQo#dKp~1B14bY5HZ{U`dIQh1NEh&C>3}LL0MJLg)!%=mai8WcJFg`1xTOCcdy&-gXIw#;4dTfyf!{mH9}d z&Vs!%W~}@rO*7iUaR)lkfFdO#L%yiuB;6P+-})CK9Xtx^Ley57EyK)|GWRVa0jQ?g zQsfs?h%B@M=>R{AlE0JQFg7fwMAOi5!x#F)Rz||P@3M@(6ipnd){bQKtaW7~-ANWp z(uZ;ON=Gfm#2Ab(@YK>Eo6NtCTKwRZrNm5YfsI=$(GeIaGmVr*wN92alUXadKICS> z!|j;@E2y^=iZZ=!KI>_WSes4fu1 zRIn^)89pzj+=+jQIs0(+FC~Y6PZ=H+*|i_cTFHmXuqUTJ7f-YD0i0%gh-QX~7a<{@ zU}k^%-Oy{tMJBzRpch7F&OprGddqBEx{}mPYYpw=~KoyCsa2lAm1x zGcmw-1)!bf=ek$ZmoSRxhZ*Xb){B^{CXb$0d zCXPxoELN-l;azugMW*mZBKX+-Ud1J^&_Jb5g>6!RjZzgi3gXMmK52|k0<1rOrT+p# z9q||09~Trb`(x3|?WUN$+-Zv0%lN+B^KvIk%Or9mf<-TP8A-*Lqbc!qITZ{0B$vm~ zVCod^{ES(iqV}dU*(ZN6@+AA@*u@T=J;K|OAt+&AJI*(U*q+b1c&?2`zO=80&OQl8BB!%YA_KQiA^`j3 zTM1mczEk_8Hh{Uu zhJBK9!{lZ{GofEhrI9`ApJboxq~gEGK1m7w-?mT6DgDIk+q6%n0W_2-24Vf|lNa`} z4dG-s%+Xyu4LI;i*(X0d#XkA|xvUV_C*R_s)7mGOM(vY-G17l|`=os!8|<8UKV>F~ zK+Hawhu1UNCm(s_boNOC#O;#|#+R~BPUnzl$`@y!BuIvRGKS8X?2}f2`WEby`6zpC zGwtOCPPK_OEWquPMx=j?5lQyRYJ88`C+Y1g+9wN9-f8WVRGR+B<9p5hls$O=4(*c} z{p^!xkNiLT#`W*ODZVeUilcB>N-@KJ1g%|DBC+)K!#3@VhAb zyRuI*@r8ZzkLQ}Ep}75&B*ka6Pqre_w{D*#5=8BjjB=;3Pf{YoK6&B@BjMb4Sw_=7 z$>>?@dIssfGy5dhhul6{jF~w%`o`NQnQr{b_DQPCw_u-)qgm@=PP07}$L*7+5bS^7 zJ{eE1OW-S%)9WPrWE{!9Gy5dtBxaxVgFa-Re5{MhDYH-3A~I&5Bn0V??31TvEIV_? z)7vL`%Un}#VlaXOf>F{e9znD0Q|yxl%Y31Il1k`rpXBJ9_DOnU_DKT9?UM{FvrjU1 z`Lgy&V|?;m+b21HeLef+e-7j`(&+xlM?S@@;Op$4Br=)CvP*tQTybLi1>!~$=R52{7c&>3Bmt$ z`y{ao?305IFbo>?da5rhT#opig6;ToK}o$n2ATp62V@CnswcdQ&Rlkb_)(9(bz>@O=lxud>h^XHlUrl_rb{= zHn49C50)DfRve=p&)y6<_aTdSsDf2_+(3zQ`^ur^DRR|AxJqZYwn$LCvG`?e_&H~I&hxze!Qir*{j`$lrCv<(2e8n zjW}$2NN59s9XRBdM2G>=b|8uW(&4+<`(3Rec1se$DgrFqYE^s)p){P!%YDe*sx(WJ z4@r|--EY9z>f{cTlA)%`(&RVXTj05Ua+5S^i~BG7CU8|h|tggUTW z4v`IrOfm@0>IIu8PUcTv4NLOFt{PAbE&eAKpdIBU+rSQ1T4P4^)mAhbo@0Ah{TGbj zaO@WoeX_a%X}&8jv>Azwf|`KkCRP9%uL$>)9ayDDOaO5JkqvJQ4Adk83+pX10HtbP zb}b92;$!$gXYPY|5&_;gEM;^scj$;5Vqpkov|ZRckSNe9_e%BfT#c>ftt5lE%yDv% z78GQEE%A*2Vr)Ua*KmNJfOXJi7)x<&EwQ#FzlbC#5w1fnFnGyDyUa{pvIRp6*p{a} zi#COBDM0ci)9WcOuKL3kZS5BVEraJi#%_6zZ3w{ruiVw}JfhhWuqgn0sN`P3cK`@t zlZsVn;>CN%;ZXOI3vgBJ5SD#KFO#>+$smA&lr8*TxQ0F@2zbo`(BBaZCBj{X(z@he zC0_)yaJ3N~&;!c{Sh(T2G${CHiZ$nm193pw-) z0?g3Q-_U;ecycRZEA2wW!HWfNPlU0v4q?{fw|)xRzb?EB>bD@&ihT=m#4gFS=}>+6 z#b4rq%MtL4l96pmy6I6Odl%}0lK^4HV896b;KJi#=+>S3nQ@^$-_Q83AEyDwN``%< z@GeSy808`Ri$)-P9GIQpXh^F+17S=g#9eI18`8cDObl5leZbYp5S}@LgaYnAidOV7 z#)!GY=nCfmn^YX_BbnfJLwKeuPk&8jBt3c#9Z5q}0IqdzPqVEk< z(BfR*X9AV4tnUqiCvk$4zW?_XUq;`TqcAYY*iu&i1tT~d`^5z3OX>R))m+~b006q$ z0BGoY0z>+qz;gZYRrURB2KSrm`v$P~SJwBhAQSXG36B`$v#K= zzM3#Sv%V(_-PhLl?M$Zm_>3c#fUf=(cz5i46y@5(p-`4?^ zudMG4f+ul;lfJLG_si(}Ruo41zMj>8!3Yk=elfxMQu^M8VoU&}?+t*4z9%rG?+NVJ z)AtR?i2?sN9^X5`+Fx1UUw}-|_mtPv_j|vdz9$f;>U$RZE$I9B*8e8@{`z}PtMB7m z@n22f*H&_Ue-e)0hQ8-ijnns3##hz%2bO$Oea}5+GItMouwcxDy`dB~@**4pE`$k( zjs#`WkBfdB^drLPh3Q-*Ymcp>OQIZKelR?^MSPe_3I7^fZ8zm%<9D3L z0d`-cd|)P~qE$fJi!&1oal}l)ju7~+YQT*1C7N_F@01S7|1QEXJHYyciO3*2Z=t{$ zrT1EG98BiwiNH4RLHB-X(wnHahDn?@QF8ag&okoG2YmH7jsg}rWuk&`s@l&?M<`Hr zw5SERdeY_!hV1ZT{k<}G!O^~@Thy6Hd(`nC<8hvi0`03l0?c9$S@AKi^lDO4#9A5jZX8n}jU zj+I93UDGNwlRHgoO_T5rN>N1+++|A?-vH~_70>n_H1l>GcW{;ArLV=a9gRvhUtL(n@g`0>_}E0a8;v>8gURr^wxNSU_ry5Dj$pZ z&eig9owU-r{L^qwECKnS@Uv3GYlKfs0Si3^&tB9J(kpq%Dz~3Ci-I6;nt75#kTOF) z>C|Bw4GaZH1ge>l)wU4`L15t3?kxo1_-b#Dc6X0*n7j7C-PeBdcBkx=KkmaBpl!@= z#)wYVztf4JgRntT{cvz(KKb`pFy{q3Bz`|mj_7#q!*eg4FL}XlYwMK4A@KpcJKpa_!|KSqFH zDO}k4DFUqs1ZVJ=WsUBj7s|(wcezTl2=Z>|55e8)J0u^oS6Jmu4n`+5R2_7O_aJC5 zR|R@-gwA^q7CR^ytM8($h7BN09*p8YqC-$bfP-y7Qwq!g7lf+tBk%2lridma{#L6V zw77eftB+z-atNRs&8>dA8!_aA6m$FK&m+w;9}LC2up| zQ;U$jgR&n+_HC4P;#T+z#doGQ}xNRIy08*FVu_2DEj z9NL^6qaSn=d{Mr)P%?!>Rc;~xh}~+pO~A@V}U?JrN9AH6?`1{ z0MCw)a42h!(wepHC^QraxqCDBdpJ3WEHM1x9_0`j zV1t74y8K}xT$=QyEV^Fadm?LF9i5MQh>lY|L`S7O58+T1e%sk^1N(i3{jO!db#h~; z96aG`JGvX!CZ`4WB~an%9l;NivbGuWwA?d{fg09{#LB0_4quqzyPM>el6%iNy8GxJ zqd!qRzd8XQr0(6mzk>#2K*ow(1XNFee2gV}aLX-w#E~7JP0ABrg-68eo2+dV=iXH@ zKrISbg8Q(igc^g`#@!_Oe*)^O1p!NF4g%=8hnsCsB}7;w1nxCbz~OVJHN8D44X1j? z-rP-R2VK&tS@?>^gt9tB-Id%2-!SJPPT7p2l&%h4Xh#!uYlW5cX<|Dvg?cd*kMg7G z-w20QNuRw2!zSqB0n&NsZgK%M8)oz93C6nWs-Y2!Zv?ro{7mk-Qd;$E zmxlgF#EM9Ru!lTpVN-G(t%#q(=bH2|YnatmPvpU(%0mrG2e^-J*%qaT8p-#9(nv&_ z4vDGf}rkJNge=LYci7k zpGXe|{T(&)fh4|qUD`rkZ6N7zZ(Vdvs2xbfU^96^rU!z49ChX%So>#@;g~5A48ka9v>!ZlyTqKLUo)QaaTpj-_%<`&=0a?fBX z@CK=x0nK6}{d$NA2Oy&|K-v9Q+^a?`L&x|mp;;(D9%If}e(K6G9DWQ?lqO}z8ioU0 zgC8dT^7ByY-2}&0GcwAgG3Kh(y{xBF$fO={cGtIy4z3t~p&w*}YfGANBQXa(H#8dMa*GJqjRsqrR( z{$njjs}&0F9;JQJ`=R~l989GXIzWAc;R!0H?_>VC7pfC&?SmL7V)EPE;--)a?;y-C!wp1p2yiWM`@=8K1m=Fsl@}L~Vpuo2kz1sJL zUflZ3+8_Cc8K2?9tKD}{T3_Y*zO){`Wu)~U*Co<=FFYl$FK}H(s!xbeFhg2j_yGb|3Foq54-C0XeWV&sro>GW;mLX;)+akCMb>K^|Z<=iqhc}1FaxMEn5d~Nb1xa$tgdky2 z&Wo9cCW4pki8y25NVSMW{qc5#mlL;t3iqXDN_Hjfr^o1Xr{w<)lHsE99QgD51k^7m z&?X1~SWtj{e4Ub-9k6bxvsCvcEqYlScU)->dG?Z5V2j+Nh>DDKHzUly_CTng{3M=sLw3rAdDO0+8c;<|II|xwe0d8{S~C zKqmhOi^G~@ zjC*s%sPqmk+Z{`6$YW~GwdebWQ0uk`G_3nXIm#%FhIa4tjReWWU}w_6cC`Rgsh~6- z+d>{>M21SY;BFJhhr`{X+Fa7g<%rox619CF`FRcQOCraxRBgCNJ>l+<#&^(*Qlyg1uwmSFhyL{JFSDi2X*q2$IJJ{*FtUe2AP{j65jB%pq z*i3Y6u}Wz_JqnBqp+3j=$j1iZR~z4lUcrGoI>t8xPwbMFRtEr1%YG2Q7Bn$L@+AtU zV{i6ZnwY2AuGefgq_?v9X8{=QR=Yaaq3lc`F&m$0wuL zD{}Wp@{M?1V>`P#*j?Rwr?h$ueHG8fco)0D8X!s=aXNxgV;^#e0|55r@u z$f&Foy&zUs3InA;A9Zkt>)~zL5?YLnO&c>1^6&9pN$T7~Iv~|r^Imn!W7U!KmLygm zaRO4owW&iDxGHX>{s;44G?{N_c!6>x{2yRnV!t+|N@e-g+@WJ~t>CxZp){|A%HK)+ zHk1(3mPIhmbyTELYN0QEhn6vv$}{;5J9?Ul-$JHzZ^Q{;%=V=~K1wE{nruW|GjOwt z*_XRr8V{FcnnfEYn8d^^tw@p`$g@TqEOzFOz*aWANb4FRu0TEr1{0GZqYpN~`=i_{ zhJFZIp#ALCeS_*tQ0j*9_>nw8#$=4FZ~@85+QrDqIUi)Lx=OfC3j7axTFUz)$~zH1 zp{@7<>)ESM4647KVsFF`AchV?w#^TB(}$ak4?F0Cfx|-j@bCP?m%_m*1-@_K@E?@- zTKt5kn&9rFsGGkUxb4Syl@?Ln(zv_=kzyc`f%b)w0(ik1`aM#kH0v7A*+TB6lHU)4 z=6+uaXo!!|`+)|zYi{UXA~sFP4#8tAamK(yDmWC5eaCNB3SJP`6T_oMV7_)-vUfMv2UhW!B_`8QozANBIq&* zp?X{!ZV5dE3U53cA;wH+kQTIRJG^K@S}--Rgs0TI2t*dtQ@xu)mm;*W;7bAn8Zrkq z)X32(^n~sud}yHYW$*!rJb>7Eftj93dYneJ#%ok75vIB_p$PRyF3_Z03RnmC~iaKA$!3I1^$9fOZgeiu~84ALDDR4UrB> z0z0n|20L&r_zQbM+owdK3?(R66EeT2kClQ?3LHC16;42DT`ZJ{(mq0{{)d!q9ex<} zpGtnRUR3ukX3zsoJR2ysA)4)J$~Kd-Z3R!WZ1?bsh(KDNt(Ir2kOC`tHiRl!hC#7RW znPU8)HS{hlN%h4iB_d$qH$gI^N*j;}4280vrsQ*wJhT<8j1*iR0}oOBSj3035b5QV zSQ*V$NuTeaY$TDCO$yARxLZytnV}c!*F)Dc5DE97{!w6;Q^rdO82NTL)PtWk<5l-A z;3Zpm;zj8H{!XY9hl!m77G@{<~>?xl`r2 zxl*7TjyceTK=c3$iRDao-(xSN3*JPi{vu?GjUm+QRL`Y$zR+@ z(CL^?WFTcGxTZ*Mh|rWpn~;D<8e;O-kU=t)23Qor{^u5&30aMq5E(MrJV+Jmm8M|W zuB5t*xls1`u+fN^{2;aWRv_=&gxQaM$;)cCOM3c9q8HPj=Y9uNFy4VqB34aSf~*@q zZ^z5{;SA9GQO_l~=E(s>IVtN$58dWL4@=n7)ctmWxuiCC013L`{ptdV9`ox^a9bCL$I83!QGtuYh?uc%W-uA<#)eJbdv(D5L;xWDv8@W zRfkJxrvcF}wcru6PkTfJ&HIl>Ybh5d9&3_w(+HY(TCUUQ1)PlVl#Me`K|id9M7Mta z(4}?a=qMQz3^I!8kO6>$In^EZy-iq!4gmsyWpboq7;)WB1uC9LaA^^;G0sawAa|_f zPlE!^9WD8PK+g<}1|SIaKPF(Tb|(WOAl1tRu|sf@6GAK)7LI@I1zr z_->`~`gD}EfgOLq41m!AXGKF#Pz&-DXmsC2^*{MsG7(H76%|-rl|ud7&uI>0z+XV{ z$Ki+O14Gf~q`zqTP(dGN^AEgWh?mf1vX|LW_XB(t08?Hc<-ILFuh12G5buNpYMqdK zsrMp`(;OJ1B_R(R8Cc0u@c@ks?n27YO8msf%MDAS^$#yxGYR88?@SujZ-U~jpN7=o zTk0oM8E4>@`zU?(X%d>9`y;l{JWBI#pPR;@sV$U`bQrrA$&qAfrI%Dz5h|Fl=0*$& zoxWkY8Qzh(cY4pyt?-@`B6rlejZ$D8p4Gi;rNC1N%pIRV+7>wHL(c|vn2j>V1wN7d zb@-?)O3)_Lf~g3)<%h4WF9Sxb6SSS$45o-vQm~~J5{bLDtEIpsKvMH@wCRbXK?{yC zU_XUbvAKM^l`SwWLCc9t-cT)MQhGyr`gmg1FP$jSo>*^aI>>{q;_R$X;1Bcam~w-C zjoMPPVXd?;>l0>=aEu<~xB~L#7%ew4dD~3$?a`Eu6eKBr(siS8n-=UnVmjWPF^F~0 zFIQZfz||e(jqE+BhtvHI5m*YaV>>_$Vwpl9*VwC%H6lT&glM zsmdfyjtrDm(yd~=m2*dXvvVO%RTKmLU7dsR#{#@m|1<$JoI6=45#yiRSV(kwGed>Z zwEvD_1W${>nwzJ^(BcZ7_6jL*F+y|4C!Ne5+2d%(h7}*Rc}d#j<5BjYrJ;P9!m2jh zQYmx?(e``Iwttqlz3-z~qwhg4YE`jj7CdN&rOX~{d|RyXZLW%B+{?2+JPOcxa|?9c zBlM$+C6+OcYoZN~{%!N({nX$#EK2h>PcqtklxDk}+B}QeJh~nyUSqa5x;NI|m|G(^ zdN-pgQs7GJe{nfR_4Uq;`P7E#tl`>`0*k4(6lRFAbES*JORDEl2UEP-ge0ZtQQG7a zZ9~M%yNDgGCsPsztF$pjn_#8*rx8Rk4*JIUW<4cbE}(6mVxfdGDe&JcL?bhD8eD%J z@-S(%b7`dFiyn31?BV!E#q+33n_%PipMPihL~zHgER+Q9xS55L!5tG3LYa>0$^n3U z4c_W+I0-WC4=ng~wlV1Yb#`bN&yydr^8lO!MehOTy9@i>2V4!yr|NU4OL54`sfc^TLa``V5R-bw0I8*Pfg z>;zhRh86cOA5wN)*q61ZIyb99`bCrMdAL%*=}|KZJ6()Or~=vzgAT~I1^Ccz7zcKX zTr|<1)mELGjLbpVQ(GyZAZ#l;Px?gzxW>vBSg~2FvfKhaOTIha{}bEEvf_9<sxaGdE zJuaO9F`}iM{@$fYUrcqtcQl;j;5*hWY|5?++X=Wj(_b0b!&mA(ySTeV=p*Zrk>)AA z)E@Kf-s52Ra2{W;1ASYt;s3Ps)h8F|bg&yVoeh%V*Mv|82qs*d{`(nT!Ru@-jx!fT zg_vvAlLm7ggbJ;vA8C9OQnIx;JlXybJjtenb!2ZoEYCAADF_cY+aH7I8xGOfy&>Yg zOxbx62_LALItJW^o7q1aBzz<{SIXj}v^CXQeY~OKb!2a2E??m1+=pvM!CNOt(XS+V z2m5AdD6!-huUcpk$+l!G&Y}t}D+25B{)$vx4|bY!^mz+9K{* zSnT>0idb=+RdMA#s7+P_fAda-=-_gxlnW2@jc-VG2!vQfoaq$ay6_Mbu!Kw2&-HJ+ z=Ry**>SM1gNmk0Z)((Ov?HTESH*@uxz()kg!i~ME%!*v;214RA|*?LSoEB zTSd7ho}ct7UM}oH83VE!{B8Hp9LZYU`^u6_=;J5sV|DI;&VD6Dw*!^cX}0rM1PLI= zvtN-|<+D<$m;jz1*yAmNI~=T=YuV>txHYTo6+)YIoE?#A!tRThV<%}{?zy-i8r8kh zzYVQ}8bi_W8b>;jgI=jeL5(-V!&Y5Z+l5_BzlZ~9&l9h%n!Pg6ZSZ=R3Sar`Q1X)L z(F4h;L4MYB@nZ0I^XKt5(;qqdk8UvZM~=*Ry`1Tf^00@-V|-WJ=g7yU$jS38Wb(1l zIN`b`DjQv#15E{#&lM1qjXlXwKseu03Oz$gsWHh^K<$PCLZcTqt~mY%SW#NN0uvtG zIggPfVuu(CaR@2I!_w_TW^;Wuq?|oVhb-jJV2DZ1#-&$=7dFAbc4R z8m0m8gg%78;aRBPHhBkVBtp1T%IzH}VgEc9(UOcYNhI_D5+ZZoB5x`wN+&${W#YnJo6=iYd`o$|{cejMhRILq)gPD!e0%lR z3-?AShl<VEvXZPGtU=Xg(?C=2XJ{7dGPotJz6yAYU~`f(tr63 zB$}@OY!$(@PcP9w9{C1AM-OQeyp+tLZ))r$w3WU3waa!JQZs?nTY4&C^OpW0vMNncgysUF65YZPDw(bqpNh~`QG}iV2!oE9p++DR zn|_%4r|DX=45$=Ww?*(Ksd-lHs=?ubDkxaYlp;SUEZ?||NN`_(lRzJSH)9G=K;#s# z>5V}~0d*wj6!mJx4Lj5{*svlyK#QC0*xZn#3d+7)B84eNlVrwPzT@YoY57c0oHeW7 zIJzD8m73?nd*lO|xQoCj3qyycG@MUE7wclf4U8x<*q}rI;Z_0*R`A{fPDe+_#(5^^ zvmOn(Qjyy!A4p-kBpW$VGYACD3LQ$e3pvfck3rBK+X!lkzrklm+lsp5UZZV&BR~`@ zCyHHv3d0X#i|CavMzv{Jmckp}g0}3(jo9p`Ukq>>ru6!OpYD##8&SR*iQu;_mH5t9 z0M$j_ECuAregK~Dl@@3kYzR89uIVXr!fA|&7B|fqS+R=MBXrFhA zZxC^wM4UIIJ5j(E!P~51To5UMxTyHZ|7PP7wrkMdod>BKrsg@q5_gnuMA z4B?3n{TE9d=w6nsv;-QKjV{p_FL;xhfyVm{X#bM(&yWX5S_}2Ru4E|UX7KK0!Iu`E zK*c9f@z_`F(G>KK8Vg^SRTlJS;=CuQ4WfBIxc9DEf zBtyDzp^!HZRd%?$e8aF^=TdWjbC3I|_Z+SAv+lgl1n;59!V~&E97y;Bq7bI5jzYbR zN15FM$j!+vy5iYc=`1WM)-Su0>S}`m=X6g67;E@^V&;83-#s|Ope3nAyxpF zIFYeD51*##e`KF95+iziUOjibWY#l{*Au|0qSVlme+Vfz=uQ1;o-A|%O2?>gl)qLS z=mPHW(T$6hT%8?_*xhwCxughIJ#AjIFPjMVNps@zUMPDfh# zc$Xyq5j-v*A1uieFuqcDS$5TkF7(Zq5MgGEs8A`z0}~)b$dE`7GLL>SGK!xy21kY_ z2@IK@Gaxh4L}nBg8BapSji}IgijN_K*&0LU=`Tj+1d~`hb(}9_giP4TO-af~x#hUB zOq_S^bp8CZ4uQX{BufudistlPpGUMF5N$EWLUPX_X|)b~EDc05@LVW@H@Rhi{Bc)_ zu5aKNmKbLR6guN$O{}C)29{dbNeB%uwmrg z7{H-_Azs4F9O9LtaDxHxJ1t)7#8jlHMg5f*nS&y&mb=2~#CYe^&d9tR{eyZ&gBDBm zc9_8nTnm+at6J--rabw)SE@vLd3LyoqDcBfasA8|z{+npLK>FmMDAZAk&>Uu;_DD5 z0BHa~VfsUmlF%Q5G_<2XpxTLt_B``Ph1PNvm;VY}Q>ed!g-oaxK&Axlt&+bQPqws) zefU+~95VEH3<-|8N&$?6W>gakAmO#B~?a$_ePXB|v}!A0qn_a*{bIqi*}jj5}1(M(*ZjNNp0 z&!8mCz6K44#<#)^lhsa97gN;L5L_$HJr-CqDQ+Ug&7inEiYuhJJ1NdbakD9Ip&Y8F z3zeS$dCSq2kJ56nKa-})PN72%4#%d1tZm3QtV^=nh9TRzUD7byxpJe^y~Fo0YCK

    AarW4!?1 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%0A7)~Nd>0UFKRU#{A7y)!TToq=KRi@Xv}e_) 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�sW-77f9@^ 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

    K+M;T;`gg;PM)yC(*}r-pPjH~F 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 PcQ!n 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�eb_*nmRSzd(ohh`$C0{&h?IRV& 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

    ^Ci2vXhz-vvd~9vV5g~r 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

    8nan-Yf^W@(*>*-N+@qPw6C_BM6u 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

  • nLk+b~NMq*n_dVin4aj){fTz%w)bvZUWFfAWOKv;4|&Ykn+OSX3^9 z+!IWmVc6VX^BIoNK#FYHztQb5)@CM4#Dpp-v_-XDJ}q|qc9b@Q8r?iU4idi5W77GWX z`&%wEmL3P~#1{4>WY!4323)x^LX1#h_eQSoqCa`!r24zop{vAg+iKO5MtG-L&oHm; zV3~8MT=kYu(PDiqEr=g+&!hqt+~LBH+v~&)NV+$WsCxlU*0r`LTn4Pc%?|aV(^t9i zVJ)|_LPhMIU^8m;i$`TDML#oweidZKH@G7nQpw5g4t!>sIZ*1Kl7-j$Z6rP;)Mj^f zB&V;$U@)So0dgqMzKM{Ggf%L41HoggwkA-aiVLJvnYd>BuTuP-wNvpYa<%b1%I{vy z*Yq8ExYGIjKfS{jL!9OlmYzjLksteAzt;@LLxw@dhxgw8q@rN4->_eDujCwx-OYk> zuv&LPFrkwnX1&Ln-`=|^L=k=;)DI2%EGvy^@sbD-*%TLYV_4=D36it&UquS7}6CVscSbFccOHrSGG(&X0Qn z)wgm~G0I*Me?c_C9NA zgD|Dsir*dhoj6D&K5W@DE>THvd;WG!qSo6Bk?(TrwUG}@(T{;fPjYiQp&&C%-ZFic zjAI22+Mhx~ufkiN}XHU0jejSh#4g3h1r26KD|H3`395Q`-y6b>m*Uif-s$ z7-AlU_*~v=^{y0Atr9V8s?x7$1#Tv!B#}<~kx{x31BwV?F!+Tbnf?y}T$B5c|4_M87%UzC6+Jv-2WiL7x&q%>rKM0)GTqqRG8@fx3soHST=La}1AP(ByuZ)MSdD zjWcYc`+&)mkTPek6f+Z-)~Ii^@KCu0shC3LFMArv#F3c;aTuK{Vu45+1KsDhYG)eV ze-S=}uf2dUdcFZ$PIgwroqex1*=xaJJ%^^S^wi|Xx1z}dG$uzlJFD2;XwJNv7$zE@ ziCqSt5v<(T02Vt1{^KC|T_y3c>MNT# z%`=Edf2>SRY!PTSy_R$x zq7@CWvm$7m1)H!8_vS~tk@eHF|Eb~c7Nx*B&Dq$a)SsPI;vWB^o`=AWncy4{8KPL0 zj01BSSX`{S>`f)^I!(fzxz7E`8h_}IPL7Qvjv&C7XUP~ek3Q!N8K1qo6I|i&?pYf+ zA7;iUx2n_B?_W?DJpE!WA1R^4z0|asH^%ic>3wsi<2Q%1`BB@XEs=66nDSw#e{yAs z7%+p)5&o7=a|>UVcDM|lb^n1*5tt)tYLk1#-?leEWO5&Oa!b^TAl=alRFG^})1RDQ za62Gr3G{?|2qnOCQRA=wjqu#J)rV*F{_rUJr@1%j9LWdhj?;AVYYV|4CDMa?ke&()i5(hwF>S2PaD{)bPsbPkHlGvqbH{Hn zY*iv2)#@rGqI^W+lB_WmrC0GwZVRm`KS7r*&Rn_)t2!$*ry;rftJ%TkD>5giCKNsS zhu{DH_dDNTup8~wvvUr&-wY7t_g};m2)Zr4H7OppSsZQ+We#bMVfMZuAD%yC3_KXu z<){kQED_JJKM=0r4tRksUGc+-oVaxko7s^o<5tm>AQr?rcf)3|C3Wt%?>8VG?t^$y?;Cgv(l1Tu6;CPc?Du{x>uH`mnBKeJ`&qTU^WWy( zUmW>medGvim)hildbaPfp5wt$8R6V1;gIaTn`_($O=07*Izn_-vRXRlhE{GaMCTM% z++TdJ>DZ;535?o1Gi;cDW&PpKyJg7_*QVNz)=J&Z?b)#t}O{sc0f;xVFu_pk%X zjUgi#DCZJUNUYn5Lc8)lpu5P%joe<;BJ!9}Wz+>pW{WszqOtjd!M%*6P?YxNtY!8U4@jSea zMwKCUi6mZ<9n+Y7!w}VxK0fVD&P5`79MzMV$l&8{TCQG>2XQ}bx!h2k-?IO`!H1mp zkwpQy#i%I>L?M_NC78jfj;IOicHSIHmHf!5{t;WcM%x9b5p~>Eb8|#sVqJ;@Q;poG zen(I=9^j)iKU?vkSU3>*1$h}K^&);txtn-2sG>ds>A}8^t}{?{{whz3i=v0fUj0elg8fvs*otIMko0$M2-&OX!-@D{IICO{gbio(sl=S@K5652974WEk9J+R(i$Nk&hWeu9O`t`fV;DT4^Oe zA`v^NGwL3`%Jk64A}2xMln^a{?gW2gPYT+jeqw*gdES3Im1RP?&sM!+-8EhK(pN*Q zJI~-@?I%1wC3BDa#|(7V-Q{GYM*Sy=?C?WAlvb;_y5vE+{s%pf#v2TjdC}*6c;}4E z!TPoN^*_NYGi}+)Iz;xRAr1g*l;oU#)u*Qt_(X97k!1Y&H75uX=7gN;A447EWOi+! zNLd3kGAkk)Bq5=r*{>P;;oFlT$d_Y@kc_I(`dV*obp`#5o7!LNXh&?i__I!Ss)^3oWMdsQTuWji~5wMPKWpzhATQKK0**%@hUJyfLHEZ5(z6xWx+Arjki+#>##KKk{Bukh>}atGC{?a z;A@7O-h1icA#e-rdubDzwd(Ji8F@}*;n`*4>rf*?@)(jY>?&aiLRn*^srM3fDwMS9r)udy}>JOKe-vozjvsndp(LA)ZO2^)Q%UZk* z;69I3yh+up*<}@}fL|5Z4SYjh zpnkXFP3|8Q%*Ze>06IbJHP+${w7Jp3#=Q7d+FU)5c?Wt-FW&`$ka=LGf*J}ifN=)A z6G#VDyktGPW~h+ZZg9LaqBv#Fz6ogtE4Be=v}}l6cN3HuC#1DOak-CHb`J!7!HPW< z+hr8CR;;SnRk7VSU%b3LxZ~b}CuPMp`wLkgtYsq5%-OP6C$M>6Q{4)Uhq{B z+FG`w3%&~KL%VZfvD`>GNv`d#a;8U-*Z*jh|uQHd&xbK_>IXup~T^Ga#jR!b2j}7Ph5*B7Jg?UTT^0KCU+ff-TfvBa;AZOk+tmkQv$S?xW%Z`GbG&=da7y)Y zTlg`x;UtJB!1Ip>P7zGa79Xejf4#>B1QndUL6<&n|3+u<$}HiS7WX;rE{qQqy-FZ) zkhKgtIYkgYJM1=1-kj}p*XrN1rt;jg!Zq5fvo{6ZCycq3*zjl*#cV9Lt%vmV2F)e=^U6iQuVX&)hd*=hBR zmDyiS4yG={AaM5Bz{2oYN{`Q#wl`IE&fX+W+b6kKD@r{P8`yfuf5|PS8f?6>fXhwA zq|D)59?#?v6o2pA+Pt1PaZfQXVyYUW0ET(@RCq`OX^3$ zRP1+&lxs)JyKBp3ZsLnjt{CLTta2Ct-Wiz=Ja54(!Js6+Mze`zwwGhIqWVtZNj)`` zI*Tj$3THRVO`ZkzJK~*MV}G1V>`TonPkyv-=ewHW?=Mo9t+6lLlDcfGeVLoO>^=Lk zf7y57EL@r@AueMfHVyH%-DqcabOz!Ft$aV2s*EJNw%YMXSf3(1g;xH96b?ga%fK0AxaE2C3xy@ zp5!=@Xkq0@q#QEA4743XP>5KmJ0^q+9gq-tSWU#7A)6h!O6~!HbvMSP^{W3m%xMhmI9=e? zICzIU*BW?l{RVjV0q^>@bqX)Rw1IaU@NTtgJDeNB_G=0+a`vTiV|-spx;AWcCB(Vm z?#X5(wslPg-U-0Fx@sTruCv;1GVpQ-FykabkkGHf%c7(3zG`>cFDksFkx#&4S3(QYIi%$A$zsLdrsJyO)!1nC5fGF zeb~M*)ICw@+kUNUVz8j=bl}}s)d9Q&KK9`4(HBAFLg3%f*VpmC$7(%_g~#5A z?yN(vj}|gxTD$@N*IKnNIb7lNuHygvkTY9i-Sw3uhM*y2H-}L>Lnj6H8<1I`YZCbX zn5)fOUu7c;Ewx=E@O8+h`&9^q7bXV}XE`2YL z9zNIj_-qz@3R}D+hfk8=G<6|+Vh*2c6rVM~*CF^k!^7unfv?)&Q^>WtjI}@HQ*$q@ zJ}+49!Kcq3g?=OX^jqAUe&d%ZZo4u~irCYtzKmD=A0bu%%0q4!JO{*jJZHE4d>$Xs z^@oY6>yPr0ug^F5M`1qy*l+#$6#gi@L-^zWJL53?(OZB1TZ-Ll?^b?Z;oS1I`4-Hd zZ~MW!7I=3|)i$gDd_CKtbtAKZx zhhHO)bO3Ls;1}UzpH95nMaWS`MiLW`d;02f@<@luBeIaJk>f3Sw7b`SQSj?=FgYD3 zGL)QSve()h&?yOiPi2kTF(urG_5BWA|86wv`yJn~zORp806P%;P80f#S0Rs_Ao573 z2p^k#Mlm0k4kM4;xW7DttMTft$$emr2D@`$5lBxP0IEkC`K3S$mL-GO2KXrrOSH1amhsq=S!0#R|>2Pigv8)MWLms(ILKF9uq-#+MhwZtc?kPqd z+1E7%c?5XvorsDmk4QLcAnpRNO2se7(!b4ij(uK@d+a>j<}on_qOlmux!uIL4A-Sf z5Drm5yuac^isD`YiHReNZ181FwD2wc#-%2NQfKtT!AMU09-Q|bpA7atiC^Uw7P4<6 z{;`|ZScYQ6ISuXu6{0AyCcea+7AvQN@|bWBbz=vI2vYHus;uy3VqH3_PB#kF$L#NQ6r`kj78QNtjy?|;Np z+T{MyhpJtl_7O|PB!pG~QXw;S9UrWk{QC2@*rfbJ5BW}L|p zrM|g}xMw*-UJ(6~Y|zmjLh`!vOq>jR7{g;tHZh8yaDmmj6LE^iQ9N!jkL5gWHjlDz zUC$%!oefn@rC@cDGsG#k->_;wMX_1CQFivi4E{hd5s)9|*P~@S1MaJR`2qFHKCU?= zFn$vEOGsyM)x1z*MEb9EUHJzj&$U>@z^HTUm@tr1)mE)Q7s>Io10hQ78GNuFOCKk2 z)rH&WpOlKf>#&JMbKHgpS$wTCHOfnfm-6^?2WF$VPkScxGMVF7iXAgr8!n_8^%3_`YEL!sI@JTm6n6wA_kX zqHP`&T_xV^;#XJ2_A}9sv%eyvn7HVDInpb_{OMvy;U#QO4Lh)^^Fv7W-KU#nZiBjO zYlW@HP!9#FHdw8X(#rpBl_h1e4NAX76%0b+OjEgRbEL-jO~6cib~YB6XnMh>VdZ_O z>4tqi`;Sof>4u?g$c&c*Rc#BXi0`znD(TgPQ07FtvkMt669fFN(}RI~&MvE6IJFNg z*qxbr2r5WwffNz+kan8<<^dwv-wce0EDsW)A0d$V!EK-Tw94)wh#uBzy8)RoW9^r0 z53$RWe$Zpp_n7%oZNGX?f7vlrqt3HmQ=iI8X21Ga@~ekDWKJ#OSX*%*Ue&VuHmh|p z2x!@T2}?O_)m~M$Dfld9bvT7{Fo*@!!)IS^uL`cI9x(g-^ubi_7qDM!>Dbh=2i2?i z==sH$i{_5Q7um80%09ohz`w5(HkJDj04mYnJT08OTWnKNjv~cl_*~8?NLX2`Wp^;$v8_)i#`_nnN+c0|jc_@*6$Lhofx5=2`BX5eQfkcmQ9679l0) zdT{_A(Q>=UAB0WdAiGQ}SvEGzf8Qj8Oak0xE#l39VqLQBcP1rDD?UL{DAY-fW6AsU zAkEWT(numS6;0Gw$p>V?DJfg|VPS*&AEu1mDI(4dWZ)A~?_PIPWa1kPyD*ayk`p9rO7;{n8R;bCH4n^?dj*V8SsC@Hq`8dmUaB{)S)_bfU894cbNg zt+OMk30cC>ublr7uaRW+!h-pqIAbJ>8)P)vsN4nI%}4UBOmX}39{P9Y;Nh7aW543Q zFS92th;!oykC)}Eh0b%@cSmAlW}d%(%bLLzpwv>eF+TC%tVAKRxY=pLwRx50jh)Vg zqL=emw~gFsLmipEsOMOdXfA%Fp8pG5Z5J>e=|lJ<{T0kf$@Bmc>5F?eB- zB^;K^T@#MA`RYAMSQVQoH7?5+CGiT^AZBX35udw= zdz+~kT0ZhXrRB`edXNRbg$9G}ln2zMnBczg=qXRoPQ0ISWHvWKcbXt48czUB5iciF z#6^=BEEx~p@2Lrw6|Qk}??_qL%+QWwMC+%1$%#J8O98rbxf(iq0KmV?{?G)6x0X!` zd7;lWhC3&23gqtj5CL*7Ka-d`rOm}Lv1`=1B{z!aXVl)p{h+jO{5{VI;YL!m^5At< zD-~R8at8n@d}Q$0N`=Zag4QxkX!)jhr>1zV%N2gP@25ryrald(WX&DK(z{re-cfwr zncQ8IICS|^FxI*JVWw~A@;~TbIoR5{yiNZ0bk^99z?V~3j99rxuIpa8nQJ?fd$^uq zC9TyO_?)R>T9fpCbNe~L)FSvbxjA?dX?x`_`C5L7mtUmcugT9p8(VbyjtNm>a?-*r z#f37GJwU>$gEN;S1K$!BrS2_}P<)7#6B$@;FB&8w@HdqoEF~i$#Q8pADfRKkypsDt zmshbE=6%}J-x@jV<&6*RV;MO?+<`j4c)z*j%O~(1X#W7TJ7-AOmtRdva!+uMVCOyQ z-SQf#d-?VHS8_X--z0z4f1393{13W|467B-|J?fK-=|wn$HUI7CEwz40>gqj&_B zpjhBQ1>iq5AJCqWKW2n0Q(NhSa`N+{sXFa-Kc}QEQbekHM3g#HIGK$d?zFi>pZY!@ z5+5!2<-G+@{g~&>2(2)4#8bbNx8YAcB0oc)S|>l@r`qMG&r^TphhWDm{?6}{(l#0j zV!Qn9O?jO3F-wAY43#b4%=?1f((&7ebM22jxXX-L8ay6tcdd}51_?(jhbAN0lVjWY zgy8OvDSAuot=MJZV+AoR^wz^xm8g+%BA#n{*3JuDDfWu=SnJ{!j1UT7DaY z_9Oy^=g-lobOo-2gJfnR*UTMnEqjsitE3?XrkJ7?0-}LFCl2D z|Db}jOh7(((f=TR@&3TP?#;Q9GAuxcn?V=N z#m=U)dgLeKu6x>B0`0zxfzR*q{QZg@?54MiCqR%-eUmP)x_98$Y(L*4wB5{syBSp3 zPB&JxugKy(H9lN+2p`U#oI+-34&s46yT6nXugcMUtGhC58IF_a2Z&%;E6xYc$-EVP zR>bLN@2=0*l^{<B1-t*s zau6?Du=`nl6UQ$PG3=S)%YQ1RhU%2bgqN?8w?50a@B@IdN(X1!h+%mQL(eOqm_cU~ ziQP#-H~Jlsvx8N;5(g2gN0a(%5(8_sia9KHkCfYTWqvtL+N?=hZlRR>g_L`)S2;~u z(Nj*WVzJ*!xu5qcr%6BRDR-Kbds529dzI6qYkJBZCgnP$+}XX#Y0`wAayw+Mte0|S zy~=6Q!9C^PkaF)zxqn@e-(OAIrb*ggar}yHmvXQ7DyK;=^pyL)l-nca9?g{-3Z6CT zSAMy8EH;<{br<$3qe-{t%A6G&CS|VbRYsF8$dx&UL$oIvayY^e$8bYQLk)3+l{lag zp&wzaIT|q`m1^PlD&P35cGwDG$JR1Yn4Hhk3Z=Mj<+y0#@D)mmLsuxlhF2IGTp=`= zT-n!N)!7{oevG#-@i#$+r$(N9<|d&!&L{l){G(02dl+5oS=&Tjww6uE4_BrBUmRxt zvUw9;QJ&$itIln>RvVBDd4^x9SJn`Gf7ThBvd&pS&ITcL^q=Oo^Dev~8^7AQ7C(ge zg-z~t=V|G>X2S5z>Mt&C!r>+~xew3Q3|=bj=ed5BUEZ7^yyw=RNV;4LSJv1ZY>=Q$ zW$v(xRKgZ6(}}3_cIJ5gxA-5Izy|mHIa*bdd*k`~(C9W^r;s$d*V7L`GCp-MCGDT+ zn_qz&m3JY$5A=F^KBUiG!tS-^3%L=o{0a|5tMxmQ%dIM(+@wi(i=aGda^Lk{iL~{w z*AkjaQ8W+Y158t`edHHJe#KZ}OoN+OI@8p`UQUkFzoiNt#j)YCV&pF@ z_3q*uwIj*)ekOlOdKA8aSE?Z;2p&Va z)0Z=1e*J!Xj|b98zF?rLIOmuZjZNZm2%~?4`>;WsHn6Nwff4^X?(Z~+M1G5TW2gN7 zqDwj=1>CFjGUVTUo$e*epU@TBjO1v-k5fI?pC)&TsT&3SPcpxt@lPt=rk#-c=e}kg z+(_Dbvp%sHavU5@NcN_Xd)j3RhmgTv&(_B}_mDFc3gk6{jO{Dc*t4AAP&-GqK?^a? z540PfzeQ4?cuz*^-N$z6fj~~_x=YQYF0M~bQ*6pH9pco*FKZRU`r4Z`Y8DgpYMkH&4vV3+yfy?c(ITU}>V9qf1%2MCgNE(u&OO zLxn!MOnIXDz&^QqO0X0ncsxLCv}s*MqxHCH{y4@S*Ky=1vYMgtWUzBhPV6^)Z@!S@ z*b(<6lP>OajqY1P9aWv<&`5rFYT%jxFEcCbuAI@+`8@fA;ku1`M%@E;>To4-!5PNM zmF7|oFg~+K(uDFKQ0YcR@%#n~+?OueZ+ym1$P*B9_v36`u%#WN9-3qCPB9Vo`bo8ev*yJ43@(WdGm->0x{qXwOB2BJ$e`S)jSd)9!?}Vv_l3is@ z1PgfQbv?YyFr0;KhyC@)*lfP#I(WC)d`1+iP^6D2Ae&1WMq#;+)ceBSFfC2TAMlgB zj^~MWdDO!C=F7wM?;+{ms}Rl9A{`KpA`UiB!T>8_LlDj-(R>6zJ@$J%7~ zubXx5lNV_37u*`WmmXMcuR#OOA*s_#>j0aOAy-=33#ofKSrD#!*$$5gtyZBJ@c9>T z=3$`8jhPz3r=oeDhtFvyIVSJ*?%w}Wd~!m(y|f<2SSHs~{`gBlD~`I{b1q<9;v=u# zy>_}!RjtD6v@sa)43jLUyW_LiB`_f>jICEEL=8oCLd@XC=&pj%vF-A09&ekmJjHxs zdWx8#BO2IIXLXollAo&hNp_cEpU^JL^|6=lQ!HtpZ(veI>2$RRh;V^ir6Gs|QRJTdRY?`oEel(2>&<}?sU{|s;Yjh`WSAGV~-mkoi8GmV~C;yZ) zI%l&=O{J<@nUF)Kl<|L*|AXCARDEpsqxvG2gtszTy@Rd2V>Ih zDfHue{&Td!z0`j$Zg8*kpGzRKwoyB2n{8bDepnqxFEO8U}tx6Ij{Meqzo)oIat2q!E#KF(x(ygiTGxTRk6!|iA|ue zo{5Dlap&o>DBvMfID5LaY)awGs(y)c5IVohftKrxP2{x!$g##I68pWG_+sUogcw_0 zmO0gkLR!eM_tU*XM82hx!=6Nufm<8S=EQHUJTEmZFtci_y*06=>MiR&qTD>US8*X; zH*y^1lAQhuhDA&a=Dp17UYaTf2(@%&b{0hO#3zD(?p*wrKFGwn*jgr6|6EsA$b|zz zU*9Q12q-=c@~e}tq0ueWah8dGBun!bI_cysIuom0Vf-NOgY)Z7tdPlXZWC6fCcBDJ z5D!MI%t!eHwI3p^uHeM%UZ~Ggv;nFQx;ZrOeS7K>| zrmOZQKICW?u?(=7bABk{)o{FhsT|6h@HHA<{9ipZeAL&7_bxB@Z6ZzdQ3`KzkMyea zk8VMset!spz$tG|aKE*vdE7KN*7=b@Cn4CT3UJJRm+o%X$cmz87;P;SPvu7U7bZzM znmGJxP!t#_(sxsq08ZNf=5h6I$kZ=vB5v8cMsCO)kkjYayA#h7Ih5UBqiZReWPLrF zLstSxHt~#yp?cFa90q;y4Iqi#&QWxgp)dIwwr>8d!Ith{4)%b~A);r9^?qb)8JqE$ z>^P5vxkRjGT}mE_VwSy6ugwup5Sr%9etYIL3GqImlD_nD&Vb@q2*s!^JLBH|-smlth_Sl;epF(MQ8yKN4=rGD@eP_Z|TIo%fX9hg;7uc6Zh6ASJ zR0;l*`zk(xo={mIkHGw!GlT)kbnl-!r?4txzmoWnMNhZM`4LoPzfAR!yz0-O`W3nA zrSo#`KN@JSSf}-u44GN=Io`V+g;i@3TVvZrD7=s^#=c}&b$3|&8^vx{zY{1)=cGqI zzf$(c(LN6NmFnswo1{>q8%^sf2f&SuZa?!PUYGGR?0@EuhtJ@=16**nja&Sss-($% z#r3PP8r^pPCGmoPG*ISo9(Miviqc;?6^xJcehw=;?B&} z9py}~#z!KIql~zc>ca2CBcNE%yoX*dz;)5xy&ilD0+=y zxjvjofD%0Us5$XEjHkLxT#H19xz2o#=5J#Lk7=KwUWV*hdnYFoheJ+URMx5G8WF28Ut3fROZ)S zsd=ovg~VTH8X7SaJV?)B?CP-zut=j@KJwfAexti7_c9f0CUYv6(xx_D& zeQW~-#e=DIdSe4oJStiF?Ul*RU*Y?(LZk(2(kelNgmT0~r0*VEej81}o>lGrn(y9Da*^ko%(3|6=1q3gnVG znU|41*7QvN-1?N zqDI4nry_stSnyW{sV07=lL)K&Dp=M$68=8XU*t}(|H(=)tJ;4*T-0~J%4Neh%Bmy} zIXb6M6YVSeaW8%h_ShOUcGz_pa%b5*fbG6p{>nereoM@*St`nC+{K`?>^3bTfA=r4 z$`r{ibIEj{G;iH^%bWb`zI%)J#MWe(7lXjMa~c!O*UcGTx8@{;xw)p%eM27^Dy#J{ zDYtA=c&5DEMNK}DdLNfs%QnaWb4~FNH>p?&)r5RfFkQ2?Yjms9?^e|77K^c8G{4th zek#Nmbj)`&+(^UqfEjIct0s78=dMvwnJcAm-G7YBrCvv>^Fu+V6TouK8e_GdFK?h) zdm*mzKwS^m99Vek-G2kM;Mu-g{^mn{sR!0KKz*7IwSGsd57CeZb+RT0-^-+WP=C7z zYPojN`JsH-1NE;-ThJ{73At_CB>_i6c4s;zMTKr^DtEMqyil5$KomRO_ka}1tt+>d z6{_H9wVlNzn7MrH1PRc2=c&SImz`ONKoL$?@lx@&jDDuNInd;;-m9*vY))XiYftka zjvv;{eCx=)TB2Tlc)XXJXcMLURVT_ThBrU5h!`%?YjLH`XQ(wMK7-iLMPwM|4?Vxi zM|$)9C4{)A!|;p487aA(^cOnkC54q>nqG$^Th)=Vllp&+pB4Tr$ImoMgUBnL@b5C` zaU~6zUv;6G<5^=6c^n-wWU)UB_QW|tbF4NwsO3Da!-7O30)n`IvQUbU5O#(ow;1WN z#7LLe34=C!f^FI9QK7pepIggl!*QYrIWz4EeNFq_$$vN7ztZT6LDOJ&Qks>2NT&Fc zYvgE;Exc|DrjLY~v8u#Q%OT)%%Ii`X_zy)u`YQ%mmRO7qSx+A*+q_yRXex*=l?M1# z4IgA#(maN#{M={0cy=~5X z4RU@ivyi?ioEMnPuD;jH!c&%8c$^l&n6)g{7YKA+;aAB-sDV$h=6>~eX%`Jltq*|J z+DfbRBbgAk^e8WSD?&uf;Qq#U{SL)(&l$7Xf16qFex%I^sa-I$3XMqO z5hX}>wV$3iOXnjp2UMX)Ycg%5)PUz|z8YY(9I}X-4xb-HjNv6v#}dMO}djo zip6tC3i(K?{HdYlz9*#DQzU==k}Zz-_mumq6(Xfro0`Wox`T2{R5K{S@!fq&C#p=L z^JV?H+u*pSFYEJr{*;cNqAU2KT+wf5mwf>w*=1Y#OAkVI?ss&76Waib)Jdat_UEm3 zU+6IU`yEkXmuQsUS~N3roVuw*)CjBvJ7wgIurZCDp9OQM$@AGoE!?O>RNuj>7vrZm z>{BKN6QAfNrNlY5qFwffOT&G~o!zG(u|72~P}LbH7+WIaOq9rL%+pf4&^|MWSeNG! znBRb}zbx1JKp^Vk#R7A~9`x30FVo~+f3d#-&#j{$Qe49Iok`cMRtZ!jJbPb(cJjazp58KD^q^|4snK?{q@q|@#BKWCEiR;3RHbY_nuE| zA*zIPVVG$+B6bZZ5|@b??$DgBq5-hW07E8qsr+$mF{W#Q%2 zS+k;!zeV>*3jVQrVTTm;M-G(|gV zZVpCzJF>=}KNO*<(DVIN`@<*pIH|1Vj=brDViBjY*aj-%aw*EsIo*>6ze{P;6 z?^omz6>dbI_t@mYX$TY>8FIkT?wV-yz+nf0sPi@Uuf1yL`)fZ=zP~FKoIY~pJ;A{X zCm+-m9DLAK2YJTs)X=e18`KA-7pegTofq4$dwt;aa7O2k#^O3(~nIOVjs} zo?N+4LR38uJIO99Mp|@FHbB|>)_r#gX|jU!M0d*5b6<3yQd-5^bSwLTb}LVa=#iJP zH&cZ(DGHaPr7oTiPu^aP{pH6X5+XE`I*3z7=N64pmgEVkH88E3I``A#@)KtXo-Ze7 z7NW(&<&p)}apflPl6rX^ab;bnC;d|zYObkwmuoFr^leR|aBZFYtDfZNNbbIS7JucR z5^hdZv)T>_s*B7}(I1F?V{b7XvRa=cIr*$0i`Yr=0nXimOKWMRSVU&kx$hsZu-kB7 z5+Zf(S}$QY_hH4$E=~oXkj7H?x3r=iLqHkT96(VJoz9JSePs+@0L$0Oe+@M(-kpOh{@Iv2n8zH?5f|Bs|gRlBU#NitdBj@GgQG0)Tc zhyBIEYLjzzda5(Gy^zWq-I^0}DE>RucHb?6y8Lra_vKitO@w0^O?ZyQ{4w~kS|tRC zkDRx9kP{Zxii*>V<5Uu_9B`6agj%@Q~*8QaI7|JYP-U`q(?Grv77iXJ%Fd? z!X|g_R)Bxb_trr&Z?7|3nHwr|7(4b`{oSsLBdWGWjo_dv}pHfnM5Y&z;TMCKbRtfqD_PooK=6xY;w6j zVx*28*u%$gUUN~CyXMoc50fZj+-@K9@snt`90PMgxeH?vFO$8|M?RB?A6V~>G!=^` z!)kk)fx-5_l|?R}j;{WJM@K!pP6*}P{UO*&TW9#KTdktkV?`}T{QkU$+sNT|Q9xYo zLt(Yb6>#OOGNqwoXV^u4alI`gI!mYf1t3 z=e!}IXO*x*=}+XMkzT|D51wVU-NOjfyZsHB+8B`!GmmuwNeur5WeDPK)%ts?FpPUo zZd^1jq{l;87+cF)AdY%>g()EQtu~KZ-#qSv)rq6^T}XYgg0FN=T~+7y@%wDG)<{b- zioih59~2~=RYyzC)7lDR$h}&(W(+dG!TL|>X?wcgc9YxG)9(AAlZr2|bB{bGhx}LM zh#&4*Af?_N?pFcTZfp(+(e`7sJfi(IMeE)5X5hGKYiGTiHZLQ$*2z_Kpv_gbrQMX# z%O=9^6G!J7yIhkZ?yqx64|Jx_AyG*Dlgxf3zE#i=t#d!{d2{@HB`}lv10M(RiJ~6J zYQsYHW5{Q{I5pQsYnp?J9)bPTuS*GRFSM0@iCmoo=|A!0Oy-uo<;onag`)+zT3dnX zsFRRz#-YIKRJ1(V(YN(&CMX9=*Afk_bYrTve4tgk@>_Bl_bGB3Dlu$1e>pO=m!G-O z<^SSmUBEKIuLpCKnm5lhw>LzBMR*&$w}Wzr;#>Y;;6?cLxqr<)X6}0)nR(`+e0g!fmKI>e zbqk@fKhjPw-JOPjlZ~cC6EN)9YE9AeI`^gDdn`Fz$O&|ke70=esd}*<)ZcOlOxkHt z)?8EK{7_l*gc7Sw=5nT>rBg_!;Gf7* zp5Nr|R-)6?pGx_yq}SmMwYev~g>>LV+#Z!(B1=kkiByd}NoPA#Cw{qT{~-K7ZxI$^q^l)yjrJ1qkFdwsEqcp?6uG~?C_aJ{9wkXt3d9$3%cb;<;K0!7yxt1u$&WR z-hP1nddNAomy9G+d3dh*s|6Jm*{AMj(IzT^CH8VL*LOyf+2Z(joV#Q|t%rBb`B>*q zV|J)Ak;L1vPruH@4kU-^YS8RrF464UYo>8*RqIsTqkJr-C; z=MFa$_PjE$!?Li>)>)6!(8wcmXz-5*^_-V8_QFyIXDqw1O6QycQKNOYNmt|_vPN%L zGtAA#Nu|k+ydmKHQT(_WV9 zl#b-qD@OjbS92-Vr1)}=wTx*dKJ)Gm&OjgB9{&%bEHC9qWv#{XGCJl zjLqo_XeBhdfmXtDD`a&;w$W>;^>>1a)7ecNWZm15?20CL700h329W}1u48!XwSQU< zZZ5Kgs7?uXO#6zJQU-snw$oxcK_mdi&ETa4#b{AWK@qn_nsGY6d1wE{>x?9 z(lPq@%xJz#?j1&Q_~wC`OY~h{8k-C2+>Z_jz;?r;-!n0RVpTb8EapSS#%YVg$u4<>WH41y*O*;P z>zqD~59NM|M8B5boQN3u6^b_*9(r5cTu8hs17z%+9B8dRXiHlawDfpN=Pwt&{%8~n zRt+H5I#p=;jK5hKBq?EpH*UygR|s}w*L52!y=+h#-TPJv8iPc9Q2G?QvRXSR=D(Zy z{@Y<(Vf>r*zcGMi}_(8n1L@BS1Y*PlTCARMvr?CF9!CcE)HZW zr3js@vXY_#f#3q8wPODCsjJUUC#tZTRJd8Upg*dvMz_0L`$7-e&IUt|2cG#pR0}?W znO@OFYXR}bKr#!3b_#`lRUALY{>*yVo$b<0c(m?xB0|_x8?wW+nYbJy3}#j-29w!g zSPev)V6L_6Ww1QZa83 zIEz-;f(5JUf{FKK2pmG=AfH%EXACMB7Y!v|;U34T)hO6@qi>b`Ss?=YfzXodGEthj zqhAxe2fOcV@{7r9cBq`EQSXlW)W6i=d|1lewN& zlC7vYdV!8<^9jt`^e8FRnJbj@E(rLAeBbLlt<#4srh>ZWLZ*L7+Er~G^qE_q7i;0CzC2 z3(qba$bc3*HDi;@BhuISwNP#}h3ajrGfQGuH<`-CCMDVf{ENNTBnC~J9#YklJ$VR^ z-=PSPUCN;mvk^9Kt{0nhIhR|I7LKCOq|S*ZZvka@-b{)#?(G(Q7_8Q-fmB7O*0T5b zRCb4Jyx(^3SL9Pkf5`h?a1%YUS_}Dv z^(ax)RTN-77y-gd7^_i!K*372CW=&3ZCA=E!eX>|x4F+ulzPH;clt%DsdyW>W(izM zpw85>jx7U5(OHd6jnnJvveRJJ#p39gIFcr25y$fGM<}6j6@T=q(u^qEgfuGNu6O5~ zBv?R{xG@6@;zIg9%{Aivc&%&&nB)D4a?w zBK+2r3XGS83CKT2?=(aEbJXKHb20~WUgEf9wlERtnphLa^l_iO`Gc$y0aGRHZdq-B z+~teXJ^xWphp0~4ZJ_|6}dM?#&Y&d(l|F?~DU4Aq5F;l8qE(7R{2_AFlzQjE;`WYu~X53sp`QJ z3ToU$3>7Ohe@fxFi9{!qE|F6-Zeo#fG5`eH566i+6XX=*c$VSBW2svs?ltefm&MlI z91-;oO6La;5lrbx;fJXt*%e84a`r~g0+*#c{gr#vVnKV3VDa^uFQdKg=akjeaH$Har>D100@3qZ1`c5`|K}t zs55<@5q91aokCxwf=q`#X1d+hBj42XBR%&=;@)hXrcheTRxJrE*sYhHl%gN_n@8I5 zAq%>93DIw}_gs2edI)V01&3QCbGvKb-W;*l(?@e0CB(KR)ZiXvYLNpwxA9?vdw@yc zXm|J8&sfy%d{H^gax&S-6waQQ{Kvj}x7wt_Kw``(rct3pJLl@RP2kDyT7<`4|7Qd~ z(GGkE7x83gHt{h`D(D2ch{Nu5k2N*ehw1$$c!^&a>nEo^)rZ-pE|q9z%u~*T)uVQQ zzF~K{C*^VvjScZX_O|Q8{XC}<^Xk(t7=DRYt2sl^gB;Z#FnS^P%`@HwVr~rX8y{o> zZAE7;FDlFsc`1-(;JvsP#KQ6XMMM){ir8J^ObR;lBF<$OOJKXpPw|GU{ggrmd~Rv> zi7?WMJFlnua#Q`uTKzE%?)8uBrOCLT4&Y9~X9Sg*_e< zq@r_D)&1cb+(%M|mLQK_xDy*WtXd zx}rV*`M%ctB5^wmB zvqU?zNISGnI~45c&^oU}9bSjF2G&V{8nZvllUEnfh)5ul!p_06Z9KAoNgk;Qswg3` zE-NV@+sktKW$GTulpKrW%habl0=8O5F~bo$%29@l_Q@JkHK|SR<`w=D)7FOsYZ*11 zQkUSV?Mp@idz2|~N(UZ9HHTXjMs9zt6&5PyoB z+}BRfP62a?>=tKHLU!;!;8!`Zgi;tq@lp`{-P5J4a_kGp7l(~fcijz=sC#!&xRNFj z7)sq^HBy77k0RX@Mvbjnl&3~4Wf(_z!#IKgt3k&>1dCtr0eBEi!x^SdxmQ{0MZ}n} zSGY5`VGEq2$#zaJ2K-T0WJ0+$q~&#KEHa^#M=@W+KCQ?Z5o^f8zslQ?mc{0anF|(* zG+R)ZK8S?aaD2Cu$IqCq|yJt)uL?;h?x!f=$u`0m_M6jWC;_(;b-^8|q<8RNGa0 zuuw!qb?Z!I@e$iFpW(-3pHCt{gP_Jdqg8kq`~%<$79_LAKv1)5d^kGMZF-H<^xx0X z-93ff{Rt!l-Nnl2&So~;x(d0o=|$Fj-G&l)$0M}B$Cj$Y3mgijH&G)P;asHPghiz? zVS~`6m8m14)IlAoW>BOfp)tnj=J8)GgP?#98@q;(95F%lxOiXmSzS4VS{2_Bk%&^m z_!Ht!5F{a3u5KIn0sCHgWb}5>Q0TjlXBd9zhj?NmD!WJjEU|lZtT|?gvAV7RRd6CK zMBSbD;fLqw|DjXZGUY17{?dXBy(ESA)U;HiAP}cO{qk@%BEal-M5e+olGh_WJ{uk5 zUDKEAqH#rVKus9L=7I7BH+n+Ig9ZO@oq@8sJ&Vi)J&ST?bav1kILzk#KT)D(+D zU+7Dp!pPlj z>x-#9NM14heXU(nyCqPrmVF|yA_tAAQ*?H$NA*ics zaZ7Gayr)?m0%$2nR^_(l;n2nWDdhQF5|yhBz1{%A;`RwB3~ZVu^eHGrioT5t4z&?C zc0FcDK;)HD^}b*mK|KT0l=ep3+?dItSq5kLJm6$4K(>&*`Tb`%;c=ucnB28JnT|@0 zV5z#GtBc3kKJS_#j zZ8fI?9ytR10FCR*f=)9JV{n2K9cMh8=dq;c>P#XO-6x2Qu7I@Wn>htHWVTfzM+TG3Wc3 zBg@p+!`k!50Ce$*2C@`yd?-dC)Z)1|x&q>*mPTAH`VW;Z;n!F@qZu=I9M`|_nPl5> zVns|l&aIbso5tUeV5=Y1ZGKfT|O|++uG{r zFS77y7?6UHzu{yX^0F%TVWnp*{2Mw9E3d>_8327*5X|#XmIua1{OC?z%v&3opkH)Y zPV5>?zaWg8hREFFti4E1dG&F_lg&je&n$p4ZzA;0O`kxNYwewlE}+L)MHcRk4K{tp zR?m-mVtYmN2%vx?G|8+62FBlV{ZwLc9#D0ivaqq8yMZE48Pq(vaQYZKg%j0SGci{y zBIc1W1}cvzQ|nw3B6IVvPB1e!-Q^|bJJ1=_RIZRV&w>i;_;NLPsEf%|am>54RNeNN zJx1}V)wff_pF{icx+TDyRoIM*on_v|accVX(8T+={4)hEPUDXx*EeG?ST+Y*%Zh8A3RB#f|-_%9Y;eEX%JR7-~QD>8Xth( z)ozqHs>xEfIP{Ds=A_j&1p}0pyL3UIROxS!y9 zRE3q6u}0QSZB3!rVO$<;_^!!=FYv)VY3BI&+9TW|^X}36OU)5=mXal0WU&0ZN z`tni10ysAvR;FIj0q|vXrX3i|RLfdcL=c`79gVVEJ4a7FxQeRm<_rQCxF}PU7guc5 zvCo}v!A}V~I>#v!xEjJ)?sE?=u&*w#r3(w|iNc)4DbUCv_8sVjJ$!oT@=WyW_b134 zNHt-mrKt&mhhssyi5rq^&V)X-w$M(_UT&jDlxQJ80B51_`fzYIQI__eiXsD1Jui9*PP3W)$mhGb zL79!8ICH|Cjjnx3JNl2!PgtJ~%bs_Yhrs^bq0zXm6SyMFiBk9zvnQUBda zJZZG{1w1l2k8^YOr&90T*gzOO_tm~L-V|~&v3JdWvajp6w7!$g5rS&&Pxe4kKFQ(; z70WuxZ}g@^ZD=1fYE(xA;i2FkWJ(h9N0qC`|KuPD81chy03M86dtpEig?cf!W`iij z-czG33gJ)-W>MIK>gOdcxE>H#KnKOSnqYS$ud=rHBe%%POnEB1y*D9OE^ue%@f{e@ z&-LSLneOaI5$v1)X!j$2O1avs1F06A7j@!ex$qtddGe4qNC#vt(H;lOjusCH59K}G zH8vbg7|^~6b338oRs>>ByZwOl!1fJ2%3MSvMchx&y*Sv`loRWg`ZqQLc81t-zzz72 zg})*4lc&K?wiESmyTh7do0%Jn{=q0r{s%r3eYCw>zml=o?jN5wJl$4J;XFhWGEaPr zws^;e_)84OPUeY&%WC$eQ~Mzc0taEG#}9fqdeN@3VH3jUJxt#U7d^vw*PweKbllLK`mN$?>Io6K!K;bdUDHj4H`F*)+{n3FO1;|ph%MDK!l}u5(>P!vL zCp`{8hnK75ej5Os@y93T!(B+<=0LV)y{*dHl?te0<| zL2kYm9cW8%T~}??9-^6fJAGb ziMC3j@ou6dF?+f?)s3hXQQfCqn_wpcY9_z4>xYZ)dF6eoPgu=@mwL?HB$clPIOmU2 zw11HE;czfWH)=?k=d71PdcAc1gO~wLPeoRFlbhp{TCYni02n7l|9UVO<1++|E#o}% zTl?boC#FdCnl(7=z0z10dP3T(o9Iq2Tb#h(r*6rEo+D_k4LpL9Rq0jt zW2n<|^0QQ(EwkE|ENy?Y|6vUb`sLW4v-!n1yxKN8?u$juxSk9+*W0;Fo$9vsT(L+0 z$Zf?a8tQj(C&5r24C(5o7DpBP($17Yzi(=D@Cy?`1YU7e;mEt$^yD0yo<#e#rzeBT z)ju8cgZR=eZH3dq z@bJyBMCs%Orwqt_HC_L)0BoZFQ!KLEzf$tlFcls{XD=PsU!a2KS>@`!!bGdrVCETEU<>~<^ z$U{X~uXd!Une&W1uRQ}iX)+GRYJt;O_$SPSjzkZ{y4Wo=N$t9hobP(9R>a;`t#wnF10oO9s=M#upba7 zlePjUYgx3cj5q;Vh~`BBs$lvbtb&<;p-g^IMfm1wH#|jJpX#T=5e4O?SMS60QQ!TA z8GIXWV~BqnZ~M`H!xDN}2g->FP^yv-I~W6R1S21?aXQu`OZK>^8NBeZV{IhJm>9f| z`Qm2STGPTxQ}3m|Qmc03?A8m}=!EvN!_X(g*T&P{#9A#590}f~ea3|1J#aqf4G}5; zyUrN@i<%*`;ZDYHj5XtJdCelwqOntizPnRZ80W=KkOi{}dM4_MZCB~v1SAzt+R%ik7=rPO>H_Jn1>LDi(-{g#;%zF5}f{9xv zn4S32tF~dhsfERVZpqZ?>1Bj*LT(5M0LkdYUnE8I7DB;itiC$jDZOSHny#K-sqtnJ zL;TygXu16c-5k8EUaJ$NBmo)--5e88H+PEX4Kl!LQ&={|RchyFG#{j!`%9UC%c=qy z()K1|7=hN3$V}-YgCM%g2~-6Lp&14L_rG^=k`fnrg)L#mak&y)q`koQ#&XNmUtYJd z2X^YWOJjtH(4!~xT^arWbuS#Tw%w*hjO21;H@g6=0TzU(Y()S~0afls1kz7ZBAr?u zN#DV`5_E4J>t6jQ=3f9#Tb8|dq;Yer%T-3oBCkx{;(9_Iz?~udLnymID38tNPTXtv zlY-U3{6yP3*lbN}yn~g8!GDZfl}v-_PVgZ45ez9p%?l-5EvEnr^30*Y|DzoIe{zHd z`{fvqkJITVM`%U_-`g%_kC=MX2ZGVK{Pd~-u%KLBI-j8To4H|gG0`x!kiUA9_E4MASp~Wa9v>Z2ejR3%@zk(CP7| zibC$|vGuR}kF@*ck}PA;Nek*-IP7Ee)80Lx1aa6C66b>s@-Q_9*&c%^ivPS`zU7B3MpgM8bp<=-)*fe?)aO|e%b>rHi?)p^fMPRIxJG1@zeZE96*tO4aK~}hz>G&jb#uWCFN>I z!4UQ_-aZIJN(LTt=e?|mu%>G$dhbcx<-|Z@I_*veG5SW|?_zVj%9yM&K8-l+?r9W@ z@_Z<-vs>QQGPQ5Hojbk(!#f1`V>uDAW1`9}?s_TiK3yF2?5&TLs+a#MW62TxL&6@x zSYN>QbFA(5NDKfwC7e@O?1S0!KjG6Q{!#Q>w@lr{3A#)GW(d?LRtY$bIXN#?Lt`j% zChdAt(+g4yh>}-_r;z6u$tCC%GLEHo1vcv zD8luma<%t&0teWs&moitMW(BFWRmbZ913pJ-w_B$yE;A(Z73(t*H9MMTiU;7nR?;{ z4INypla#Y6KzfQ9C}AfQa#zFB8V7Qq76UFM8oe~n1*!MP)+136WBib068B1Ici3)! z$ZfwGs#}EQV5Gx!fc6t`AOGra*_pufZ0ZbptGc_LNI57*gi3umT@90AXJ|yx z3Mcs>)%{csNy-fQq>)5`N%2dE@-)LKeS@)>}yOXh@4SCCQ!hI{@ zl=4Lv)Bx5c|FK0f{lq+$LZ*+8Ug_|r7S8J82__sTV&BHfy9C3@Q52Ds)a}igwi9KI-+mw=5XBQ-E z&6RC`P?1>o4Cl`LLT!K$jETmu@&x#Ia=8RB2>Uy35I~vuaR!5IYXlePZU4@+D-4=6 z&=X(I5%tHVPM=4%bY&Okl7~|C492d)OfuHo!KPHyzB2#f;k(*46u})yeeTgPg-_k_ z5yAl^@sA_1frPAm4V_>JLt~DSK<)#%kumQj|yboIR8vmBbzNo7wWgNXiEg z3+jT7AgN99`r>^5?N0kSOu5=8mMxzL?M1%OV=do0ZbZ2~qM;ffR2PWc#EB?St#X5a z>er5U)+}+MJ^i4+&~{z`o@4i*7FshQSDOf*gI&_Tw#rnS^HrW$rn))R7-9y(^FElW z)Nnl^=*{+AkLehMbnt+TEn_Z2KeN2S#6p$0qxA7dv$tztPxCjIv0<}+z?JXX&2Ji|yhKtNyRPHZ9#W=;yLCIHNBd`H>ow`w z>h=bthXtkAY{IW5J%127V3VHs2N|6H-wagben0A>aA4p)U?AkStjR_CNrZx-71HFI zIaoTBne+3^;pUaFANdel3t999n9dW%Z8q$)Az8 zGv8HHx1Z^+{XJ0WRofu~{NLfxU3d0>gGYn-KKxmD+_JYLJYxS59@hB(1|D?j5L7Qq zpMDM=UiIY9j(>(fQUBa-GSa(nzFDI%=#=Yai(`7wT>BX!n)c+>_bGZ3w+KK43Sf@< zTaTxH1y=SW{dzK~BF(u-^kb#w^kAYT0MGa(iJM3IJh89Zn!K^?l}As-skkFt7B>V; zF9h}2KLx)zGqmf5a`p84#CXI&eZ*^K1M%e`%SS>HfSpN{74JD!T`CS(HADV6b1l#( z=(YkdVrazbwHn=U?t?+0`Mi(^68~J8h9|1hlB$Zc7ZxyBkvusl|~* z$6iV6V#?GE_u~g;Dxw1p!<8MlmEJfc_|x>4R5PaOU+&^?`*@`1C>#~sb0DIAqoW`u zvTw=LFu6z-u^y_Ey5YYNfYHudv9d>~^$5Fv;(GcGoea>Nl`S(Oztk&v_oKTQJUD)p z^EAE-F}FA9h`Tx9i48b4)_O>y$(z^^D115gr;5Uy_`ef3?(@W20X1ADZ=BPF7W!M4 z0GNT)yW798@0_9k{Gc-4VN-GCjBn2H#DPu?YrTVfa(3NTYIK=mbUo`nTy!k`T$Qldb}2TQ0K2m-4;T9 zKXb0SevCc0&_&l%$&q!G~ z?`b+{bXuu8Ws!qMgUi)GClK#bf0rLkPravJ*_?)BduYH!$%c($t*^(Nppf9MSF`7H zdwJMc*aDD1^TPd0_~t?&al=@=J;7+hoapF;joJqoGsD@<%xpY~|ISkN8<$VTF(Y`7 zRxg=(oUfOQa=)`1E~ScQK3omNMw(T{O`rI@--+N2rUvtgciweCa3W5zqydNZGV{si zj>Jj9!UOTwsn4%{+lG#-rPCT5+0Uc{2I|+antYKBhqVI*QXJ5`wyQe~qSx%-(&gId zGu;o8#BLicXkdw&YE3T0Jae2U1zj7=C|6%VHkd1JAEDxBh<_VzyV!oiM8Qe1W^qsF zOGyH>zJKa*CYVmdim2L8h3;$jwYIO$)_w=Ez5_+l4j?-u>qxee?q|lA3RUxVHdbuz zVz%=K$frGJEJc`$&%ot=_Ex_3zN#J-sfJ^9wk#+vbjRRitu0KiqMAOvDuUlqb%GFH zkvq!OPjCJFIQ*GvcMRrp9aDm$7}dsTE_pxuWpJ z_yrES4wVzmYYt$H39hL4#T_s>7gW26R~& zyg)zyRn39xv6;4DaQ&Q%j5TdF2e=tBuVfv4C#A!G_jJL9VYxW6)Ij0Gx)R8OE4gdF z=O%}dEI_d4dpc5f-u0Qr@rYj+>xNtb=AuQ28*i<1*Zs(p&@_5lE7!fiLa1+Ty=2`^ zz8}i>sp~%D`(b<^zit)ZafH>=diuKi`3@H=IIX+R!!i%&`*G{0Fdif3Y3;o(!gx9n zZark(J**3G@T9z{ZP|OiS@>6l1G#x{?$Kwe8hC|10@W;N<(zTMoWG)};E4C-JRZ+D z1tG2Z>I0n;O@~U?3;$&-oQm2~{~o;GSV%Hkk3+C|-ggHdNEQ1^N+F0xP+3SlxLeLk zfmeobqMoHbren%^5@Znk$=^;?17>P@s`f{A0g80+KVM>F5RzE#;2(^IpCh{F2S_yw z<_5%x!|*nX!T`k0GnT+3#akc{nA@jLRX>_`Q0^!jco2uW_;kT-aT$R^YETGnLxc9j zyB{JB5y;hubJ;o-ma%9HbkhG*L6FgMVmxIz?_TVn26*Of-Ea7Tlk21ucqO=ZpcA(0 z3csFny3NJ!L7UJ(Wb>uErsnx@p=!GI5H6)2-rphDs=DK+{S$Ur z;>_fbMfg)BgXc(Ta1I3J0H)1wV5)g;7=z(A&kf-LU(Rq0Ppc&QZ4TkS(BBIx)KB19 zTR27zpbS|vpfi17Vo|DYc);!;TqbkS-=)buoxlx?^`>+H#l}E!L;x7zVqhfEzG0z% z$VBs;F3t-AO1YK(2<|J)6iS0_k)}}4Pnl>+ACyKDxAe)G6LsVVv%?JPHaf0wlY_IXRBYgclaw@NhL65 z-qc=9?qIiV9Bhs)1*h86Flm4^KnRH2Z5*^#Kicqvgm_w7eSeQ203B`5P7zW48AlQ? zz0~j{s7#j1rD0I__TgzA!qpwZk97#|{NKZzB zO3w?H!WinpMwSyayLO8D3csEEjua>?9r`BQUY5GL`F?C zAzg?AkB;q`a&UVJb(Gtf!N1fP!b9&D(g%b1NP;e*$d?L)3pdT1HW=#(K+C+qU!P!O zK`(su>)GJpZ7#keMHrWJf%w-4hSN|3s~?`f4-m3TUy%{Q+N4vJ?~MHL-0jjCjIn?> zJz(s8cY2mB%eoHwrD)a8n>^7EyWQte+keBw5OhQCWW;#13t|4kheo^a9m84W)#&o9 zH&1>)bH4{#?rSIxz-{|}-@LA-ul@qOXBGLMzBeog27_7Y4+;ZZ+2siUveIY03O)Ky z-?RGjWQD*-=Wys{$NQ~aevtx%jZ6~^V+33+1l0AJBBx7{ebTFZ04B&HvX9GTAIYy= zHHAEK+m|0(8@8Ae1ZxOF3<;5DCh~J`c_oxJP@56Vvd0s`u z+#1mP6*sE6*X~Kfs^O?;C&+221gSe^Qj;Y{z3vwaw^yKG0@vi19QVuC%$Mu%MfH_p zW7)+%mPv9Rl5k{<@(V%2ve(eTE) zolt}#Dh#equ^T?laFeAw!77%~{s8M3*JZt9YOH^YJ7IFJ7#p-nuJlQ|bV z1Fwxn&UJzv^fE3z%bG7U#XiVJr4U9L%(KU4Dcz1N!k*0YJZkMR?i?F7TE>QZ9;AXb zyFf@Og3&PK$3Z1!>Btc98ag$AH&nV2%g0*TsB8A(evZ=AfpXMYt|q{1ww;Q~LCnvW zq*@fwGg4ZD9m8@p=6Ue7-GpSv5>2e^4!{TRB>DOWeg8PC;3|N855F|NBLf(j*AD*Wp@>3L#b zXl^m9o35uu3iZjk`|y~zxVSSO zvBkw*@VIVqQP;Y$;cFj$)+u43UBZ;`0?eZN^W{$8`lVDj0x^d{Uc*49mV}c?SHIN9 z=q2GHh^t>3L{ktLqyzfPFa*pV&!F`ByUDy#%fm~UvwRBPFeUJoi?=i7tvBA5@$20y z5k?>%kHwLkI(T|p9HH;$8x}`=c+6cK>5Rwqiz8j|sM4LdX0f*}8LnabM|;t!TNjVc z!Q-aIqdVa-fAMG^9`VJaJL55D@#rpi%w9a2-M_l^hz#|nJeT+Z4%qG)hNg2~VuvU3 zeQ#q?(-0td_|9dJZ7}Hr=EzDf&tw?4lV9*WRz+gPGpPRg;k(k$NJsD}LKlFKUq~7f zl6fdaC|@!h!8f{^VH#%=*Xtk%K@p&EOzwRktzZ04PNvMe>mZmCEur5FQW^yG7# z8*SAy(XL=TE;c*xXTF!^(!<#0HocDZO3xjl(vxI*(TrFOaK{Z2Kji}9Ay&RsDx z9zhy?swo+M4DWh8F^I6!d!D$8zWqRni)@uR?7`L{1f0-ww9(b;Txc_1YCkiB_kfKcn#0xeo2a zmG=7}9sP(JU{hz*?!m|PWJX|i0qY#R>56R}7TndS%)-E^mk2(SNe58adIFbtzW`NN zKN}tmh`^WRE~x21-;-ei4sg&g0>-0SnG7L5xo;T(J-~0I{#k(^{NG<=qY{_vv6DeY zKcDR&S3lejcohRaxprgTp|~$chl$lKeL>r=1C{E)0B$*67(nF+>m4xAcHLWnR=@-A zDz*lH(!CXUal41oqfUyzP_^&tuy zc;-2@hK+Nim}!#CkCv=NEK-o{%u4x0pkYE)P(x&aKodI+a#4SvQ9jy(RQcExxle%3 z>3(RbI!{_4o7mywGQBod>+VOa-ymaoYKMCLV^sAO1~1htIQWtu8sf>vJ42FQBWJcA z`Za;#BTf-{{;zoW-9XCgmEF-bX6JhBR`x`o{1!gq1Cbh>yjL|pfZ`d+CVV&;Ut0jh z5hkuWGP|x_0-$&|ndjxFp9~;7rokhKftU%>MD|9I=SNh(shq7Mao!E7&Fq?9#hmKM z3y6aPq+pipfk|7wub3(lR%L#Ju)51vte)*W1*{R2$Fo`MJ^;owYuCx zrCfgmF39{U_YzhvJ>AeBsk>m322qX)>afv6+Gf29(%2?;c|}I@91MUt@;^ctGbR_a zozigjjK2d#*)zVkQQL;%A(y(qZ2;8m90c$zBt96x9SH&e9_c_1JOUu1+8MyZh&P@O zKvO9E&D9Q7I8I_z%WrH@#y}R2S zD>;pZi1b)fknsN-RE|JS%(qmvtQ`1LnFrl*JUybIl9jhI+{idqh(Ahwn!U+h|*^ z&2=e3*J-3MexMe6$v?aj+4$#h?TDH=PQ*MYgKz>R7(YC{hJ-~;{OTRjCwk-MDau@L zV`5JZIh6+43DYDOoBS2}ZrbhO#(FY5EC)@(Gh{!xP+-_&Klh>$4DYd@+w5nf{aj@~ zSJ=;G_Osf4R@u*)_A_EXi|`!YDCm4AW+h~+T-b~mweJAM;F!Uvoe0^ctqIs(2DGmn z#9@B#F+I%N(P?WE7T?a`Ci{Uxm?O(EmO*vmls0^I+LZW=Yk4fMM3$g#Bgl!sj^W*p^ghbI zvzN2vKEm;Pp=hkO_T@m@ z=b!8!TO097Pr~Y@^Z`{ZtgpZxz7LNTlC4hN=_2uVL}^R)M?KYONA2ez?vDa&Kp!tC zcDdT5xdD6;pif5f5oQoJ%1!F^pb8#q8RJGKZXJSt{0Lmv-?{ItNkbLBw=H6OQ0f45 zS0?~2de#FoJ=Xb10Kpu*Th=TIzdrO-oU=hu{ko z7i`7y#(H0MViQ$O!IW1wqV*UDG+bwiuR6>O`sl4*nvbUCRNlaOu^FAm_(%PiNSgee zjU=K!IjfI|&(;GdN%w%u1zmc*8%O4-<8EM$U&;Gg?#eSy%5VMpXB)B~aKn9=4|8OE zmVt?;$1!WV{a4J=gVMnke9*Q(BQ&cFIEd4Z+hfu%&SDDx&>i)i>tfW4h{@)adJcCK zO0p(YQ3R!P9+s)%%j|gwofKzUnY!(AC+1L`U%Qk6k@t>-IRbeMW?Ub2*-8!P=ejs> zPN6t~^Nyng&cku`T!y|a86a4PEv@C?v$nNC>*->g}J z@k`yoU&v0_`yCmP7MYqUWF^ICcrebhKcg_o3Z<7I{$DXcQ$IKd%ez*uAQk=r7&gqg zgvRoqUBt{@e}#BO%p|n0Cl!$iLrab_Rq&t;v7p7uY9rYVnJCV3@d1Cxh4;#5%E4a( z2>`1A)(aA6FNb!LK2!eXDj_jHkdyk}sO^DT67%zb(VbWyxAI53Sf2cn6k}q3TMZ|l zH{RR!!4dC~XyA!!Oxu^4!c|Kcwa+m;4hLenwjR4)WR*t|C(Ra{6ss?C>W-lYuyDaw zTX6aoDm}aRzea2{7YRD(8o$buF|Itsno2ebE6U=aIXa9XI3j)BptAHfo3x*c>15Om z6-xA=aBKh-J5x6KTkrRRM13o34S}{7^+A7n3y}*EGIX^i-{Eq}Rxk|(PIgU*IJ8W zftJ`8Y5HSTv1(eTh5+dofbjODMhRLzu%CN56qFC_=QjJygJ4T>MVRRz0b|3{aR1IT_H2h5)kuB-dahgH@acWmurOH7 z+Y!iB98ph+#2{>T6|x{Q5>dB2>C%e(5SiL(4adj{k_ zhp}~sya@H1Y=^9br)Qggd;@}0u0|ft2nQLGA0X14I|N=b;9tDEXx@Bu)L%oyNIl74 zF(M+w9{)U@j;Jm=k+lM$)DPyZLtp~Z4gTgPYdYc(iqu+7W6%oHk!||3W-fkoq9P$a z2Scz2LCrN|b#9>yvI}WQI#Xj1+#f2f#rL^l-vQ9a7Kr{M+`RXPSD+|f z4T@U>@jE4=el?jD2BFO@0!nseA!^43F539eD!q*H{y~5iZF6al%U|Z^3he=ZIRVLu zUe%<6=yPrsw{^g*Cj3o`w?DB(j&M7s-d29#NkvxnhFv+r?ZLful?(3E@e%c=SFzso zs%1JYc+-7qj_Dli$(F%-JZlWnC@m}AC5Q2j@Mc`*0`wt?PGX@ zzP$PgIh8|kUwSuD(d%`@mkw!k1*al502Sr)>GT^z1A@8n2^SC6ARp9btXBmG%9Tr` zs#uF?ePl$PkQv9tNNj@crjjtC$>iHPK=Q$ZBewkDPvjYyr`*#bp+#^7OMibPQ}rQH zJBO8GD;ae>f=>}OUh0s=#z1^SKG5QS|5e7A84lGI=USHoBEuUoZ#p3+Iu{|$)n7m{ zRu2pcgeexuKfJDxmv-I9(k6PL+kNUi9oVSgbg6JuHFC|%bE6;C(QHRe4^&v-&SyeR z>??BIrMwmHuWU$2kf8 zR$zJ^J#?{%8v(e7nFhJvkLM6P=?o5 zrD}4C;3B64_CM@EGawX-sIzr&a5IgAsMmnlw@VgR0ehYB+(hcqgw;f2OS{V zH@zIvT>xdhh@{T8UImFDt-atcbQ{|O2^RKP&gwIV?mhD3=U1f8!}^m#N)BZ-TmB#K zhy4E!9BU|yt_8)?3}`PB$++Bih^9m1NpB9^ZPS0NwL7rujPv|PEiG!wRK8S;qnY+r zzM;tl+U~K|A?^Q0Q`JR!-u*8$^`AP4zI;Kg(V>ltwgFQ7+qmd8`%RyKS9dxoHn}NY za#JY0sq38-4CyjHv)>$v4HCRjdlkU!SPS3+Zg^f;h1BS?$Gnw1bqX>?)Sc(bti_cn zMz9!{N}Z2urY67_lVgX;m0a!F99$YYl&f*#xklC*gAsv*i;D-HuB~w5;}HNeDTtg9AC8wB3nC}R2jOL2L1ak0FJ58=k(1)R@p4^3WN5qxUal>OoNOf7 zMijRYkNDY$UBI$V!^_Pq>m@3A>oB}jv8--*xdvs$q9~^ZKgN@obI&f1#@d-xl6*@4#p!h_i_5vM<7ZeXMYA5T!oPy$$jM}qwV0JOx=3DxyUp&Od$Zqc93^ZKM}sHw@FWd|4|H%mvp;Zosd$`isl(Ggp@`vl@hCW}OH`U^NMcr5PxA*)oo^lq-M`->HV zR@N=dp_dISP>drWf&Bd_&Io<-kz5giILIH=@11;hDlpbhBoRcY*o`QctoF`FY6YJ9=EXS=V5Tl?3l%1aQCZ7=bZ# zFX!XhBT)n`Z{jh>R{)^8O)#^q9fQ5i7Z9o)6EteqEcP&e+uU`LN3^2=N}7Ts+%qTStyuTY$jW>04U zVCBiyOv1Nk2SNKipM18?gA}e;@Mr&4P%Zi8? z#B@S$umJ$e5bYrnwP86~I8bJ=x%4$;OfBNCR$^Am2fb?mB_=<3Fy9E(_5>IR?6F<| z!fJg0iajTye!bYn4Q^r^$<;`Mo{L(+fjAP9gxn)jgyae)K$FM20PIY9uoNA&<^lz) z|IF>L1L#z)=`GRLD3GNxTVTa#fX4d?OEunq!o2UnV`g*)-t;hhjdsXvdde%)rQu{Y z{zmF)K%(J|3Sv)JogV``8J&&Z=4NhkGRJl1$`dVkH%)819tfBZiixG)G{jrJw@EfN zLn1tOPzI_GM(=|YePZ@94lQZ9#=n{~Q70e+Tt0c6z#?TY2ZrgOX<*G(0=QLS@G)J? zt{aPrLTFisQOQ7NC~5%JH~~$Kj&nLwsj2c`J({RQtnU1LBSF^nO@LcuSgJFNFkD3_ z9`f>!_?lYEUlOrOPjuMXGl9S(^H~OrGHG#Co{qrq+~+n1V}zxHmUr1rr!->ko#?7t z%D-`56Qx+yh@{2W3gn7d@r(wI5e_RWVRXIKVx0#6vnlJo1&QewjSC z>O8b>>wdA#AB|*`bpXczQ!X{`L32S4m*XMpE_12aWle*61NYc+KLx{uCLyqIY|vZca+dBkX8up z_CR67j!}g{O0vn`pu?5ks5gkxMq#mqfOHs ztK^w_6$RK0L$vJZ|E+>VLew)Ra|5(yWQe(N8nWUbW;i|{h;||X7DAD^=5Hg2Pc-6U zdXfQSb)fL{!0GX6_2+vF_r-j0@U75X%lkSI`5_>w%y@el)%+9h)Xde&tAVHtJrKzJ zN<2H_s>)N{LBJu0k2*4!;PI0B4hYoYJJj3(kw z1C2c-1s%-krRo|TNAUymRR>7t5*x<~)|4yrPdf-q**~G_yqTg@k*aGz^^iaG2_r1C z?EN~lNH6^(>WqP%qXsDMiN$#&tm_?sb~~>fs#*U7Xu_$6 zkITpSU{iW#PWPX&Sj4B~ zu+c-lYP}1XO7({i;AoR+g+Vv$ov9*gB03wr*ljtM*>KPRuB@-Kq99Otg*6mi!Gitd z=;dz0myodaBwf*A%oImOItVe(V^ts+y~0iYGU8+uKKove!XRtPUd~ZSa3j^9XUGJV zo#xCb9z)JwW8&eynZ*9y^A2m6hvuZi^`GIGLc=n=H#b}eEktv}WAgr{{2t)1b>|+) z6i4^u$Ft=3GWoqte*Y%F+vWFL`8~p5%G2fd68Wu@-<9&)B)@y)w~JIbP<|)!H~VlZ z-t~FefU)Lg8~_510iB_=L3#sx1Z9TjgmhInT@@--jiWduf%>b%IqvzFQuV#W;{Htx zRUazIKoX~ys{Us?LzcovV=o-%%N-ek*ZXbEuA90m)h1HFtzTf-pC;lJ+%0C~~`DDcQdZ8!w< zWh43m28{f+!s(AlX`WqSEEpTE!UjV%KJd@%T0bRRRRZ4K&JzE6q{dFF7bH6dUDMVQ zndM|G7vc-cM@h->Hk2SQjn2y|yrB3G@!%g`_sEO1I|kxC9}Ms@M4@*p@c@hX+PF0t zCe^Djc3_a}0Wp5J8N~~t=oChAM{l+lO?C9+zroHe_2amot5zBqrAQSG_QI(~(U1SF z9}3$4Gu{3_w;rux*SLs?Mbzx`9ZkTb{%F&Le6yNNos!MhP)gJQ@Wxkw1_4CQL*a87(- zO&?GR2X_r^U8}*7d}e+)c9J;>?)q|p444X`^pkmbo0{H6>kCcE0*QUl(3>y-sXl(e zR26wvN^^94#=uunP}zq45d=$Il@ZOi-@DVL4m=ScE#wWSE2)Or);H-71M4!9_je@gUBsHy#w8 z4O$XGkh>xUdTS&LJ^Bzw#KPlZ;TNxp_>gOZXlqD76d|hI0&^pMbO#&8rxUrMyloqu z1J%F~grd|)YCK^ZgzC3_<52w@SdfsSNAb}cJHlK_w%Rs2kQ47d04D*tV9HN<&9lw( zu|X8etzKJzVfVEADARy=?X@fb0 zKAdi#8*?jRCU;}&Zsugqt^&&x1t^td=d6GA5aok3kSdHGlvqFm$=?&T;fr#0HOGh)0?m8`&9r{UFI`i<@IgIN%}Yc& zv-eGEhdInWzg*RYq%kCGpJ7L1_%7&cFCZb2iS&YjGTAOq5vadW+sH}a+}j4J)F*b; zW1Rx)pB0G3kEAhi^2uYQsaO^z=J!FGW~+>zMOi0@{xb#8@_-ReXx@g8Qg*g~R|vT(N^e|D(S|5KC5~JP|Qil|YEHgknzbW*oBWnBu9zGr0LL@eUfj>jz;n%^Z~o4lwoA|6iM`n%?NJ8 zDpl`@*djwzjFepG7n>%#BpawPlnV?c&GW}{*cWhnR0pfU?|3{u{VO#jO?(BWk{%;18IZbTGw>M+*8!%2O@s zs2(yn5QzNv&$Zq{ZkgBGejXJ3VWh_Bm}iI-S%mJG2@VNMnokNl8BP=9nES7Te<7h2 zWTX%hP%@8oKZ2V6$!`P{sYg4CbQ-`2OravF&texXQtTANGP!cau1Pbg!(;+_)^AQIl!F+4=}AQ!j`L<<2l3$AwX8h_ir%rGJa42MJKPjs) z2gAtDNg1-A?Ix+f72F_JszS~*6uWtXrKcMMO|o|wVJw38c^L8Ntw03pLJsBskxpHM z^@Vg!Tj;s{YaHwLZzteahWQ&&XT&L42vD0D$xeSKfIysd`dAbvm=`4G30iTsS>u55 zQTW*6ZPVPb$)>uUTZQV1Ar=L)h-yws?>M7Ss`WA?MQE-zP<)gkfx7n8dJ1taqy4W4 z^UcViN3(loG+!Cx_V!bhEgd_yUB|{DTZhqX!6=S^vd3J^307aT1Ub#AFdLW}PrM(h zY1)Y}oNtcZVwUHppW-@IhL#3NTyB%z=10^KM-YSMBD02YE8icsTRZ|Y1;fJ!U` zJ7PRCzoyIJ0}vPldyOINFz-2twD&(D{?JwLlN@*?Zzpj=k>F_9*&Zc;645e_4+i*8 zWE7n!#apZ|K+K~397Kygj>=?laj$Z4P0MW7tXw4IsU(e&w@Rw(btusl)#8o{5}mhl7#zYo(KeL5et>CkN*Jc1rc?vlO=XFnr*8{2V>cUnF;QX z?Dvb{i|nyU^v-h2BG$p+8A4lsy2PICu@g~Z6-1csqX`Pkb@->2)ygZ7qBN=i?C^+6 zp~`TeZVOcdKXE|LLac8<4>14Wzd5~{*ogH=7pd30jX_B6Jemh`p%KxY+?cE+4rOY` zg7(m@(l7?2@@aA1hAm2=iGv5NjiQaY=~a&)gq}cl`n3aSItYqQr1dyrr#RrmtcZ;S zB)Jt5mKE;9-EH{e4l9?({CKv2BOjXBMy}LaJ0YX<8UBH!ov4~1#pdceM@s~Z)3s8; zsQm__icm}Eq{41QRC+O75%t6hm$Pj~ET`MW#jFntH!X6nMl^>(e7&v(9>ZaCla^BS z!Mi(I{8Fmu5=}*k#>Pkq`ZGVGrpZ8K(S_z3N$T$GmE+{&?3JUDq=PW{C%s6TOaaU> z!9yE3K7%wYi-8rj*SK8aD#(GvK=p6!eZ`S7=N!%1DIzA|92U$Jv^@$L1Uuz;=3iGk z$1^Df7oZA`7gmEZJbzor#vq%$-ZGMZ4oY>jWj>RMKuq%Lm`E0sDSSmSV8eo>1vDHh z#xmEuTeOzbu#Iy!*Kx3<#WqeKSzlZ&(sM56HVx-^*nw-nd^{Zkx#4N`f_QboQB5qR z9zX}M2r`mO@dCdiN22@oDa{_z6zS$Xb`#{jx;UrWZap0v`qkP|98%$^Z;_sJ2ZXIt zD^8VF*GAE>vIiSw%_(ma0%U-8IaWTXwDW!!%cvtG+E~qB{y{O~>}HmzE018Y0h_7J z@TZ^FOeF-oas)-(S5cm~QP>Len~RqK7g7uPtM|@xj})u`c`~aRTWue9V+Z|yL_23$ z;9uZSN!ogrdFc>XId&^mYw~pF^X&t4se7ehnIY@#ZwD0w*kPp$7GtxcHR!Xp+}(-Y zl=Z-KPuql?pv;Tf2k{XZa9^T*wGdXMTBgm`3JYP`roZR~ol9zdLAiU2KefN!p8Ogk zC!g-9LCMeyJX)bpq|DN6yzyF zS^c6opJX#9y{Wz9J)x)82>^%Ykl#o);rdCm!{(4^Vg$4Eh~o)w!NTpJ5uAsx-+%I0 zndu-*&vLJBtlD#=EIv`=U!(mpHCm66KQ40kV>E>x2#bv9R=`=zZVFTYH=ye$f?m z7{n+YjDzWid5Eb28DTGQ8X*grC^iszXOn=<2CtpzY^fQ^0pOJ|7@zHddI!)YGo0a1 zz3DJGjaqw0>J88z*u^(t@Nbl zvbXR?&C+REMy=38HQimIYji#nB3f?oPkO8MsSHJ&EPGh%{dv<0FUiaR3l$ zlOX%sq52zfi_{r}d3QBS!Ssk7Nz&(2{{Vd#(iiiiSgW=bn}GQkhU}%mr|)W9{|Dqd z;lqX9?6w%mY7QAFh3V&A28Slz=RGMAWA!~Vfxd|kyoGP!E)S-GH$&@byg-fT$A&gB z6Z>h$2^Ng1Mra-uR5SZam{{>g05MwP;-LV@QyEk%zxET2E$ceNeCP-ZLZ0Fa6{YH<1(+SDcZkMj`R10lWgRJUVd^sR=6hm*o_S50o;zNIjn+i}?)VdUrs6bnX z*arx$Np>Vs`0=q1p1Ibkh?Go4)(M&KTuSo$EUOnIDb7+ihvwkW-|Mqn`J)DaKqSn} zI49N7PD5#Y^)K0^5GwgR=l$7SG7p5|7|Q*R#On?r8U!0CNHSAWA0TFQm5VDb%^Lo; zATCX|%GL5KiRrY8&8Ii!Jk<A}W21+IH)(Q5qD#sOF9+Z3(wS+mW#WXlH5+Wb zGGZMHghTH_5tZY#fQu$0`3HT8gjVj)!p7`t{@i13;ASYpzltP>&kPAjW-XjWpl zO|x*H6|m@bBtbm|F#5XJL6_9Kv0egMbz5I|ro`F$e<5`TihYXifHX+Rwlx7*4g0rD z)<4{dCl?$O-(vMg0Q%rx39&KOED1l03XL_qSgT-oW6gdK zwn2^GHhS@T0MvLb=MS!9TDur%J-A6^-lB-A);5u;cdgffBXYGu&Hfy;KlSds+y>_1 z{qr^Zy@)b?htk&G)-HdM&TsLAfE)|4KBlY%Tmx`rs)KbFTJ;3RNMM$RNE3p>F8jTu zhx9~?=b58j$aDSzyG|!_L_Kc^SXm-^R!pj8b~jeTxk%Id!J7B5*_H0LJ=NXGfE}+C zG>CE_J85Ti1+OBMBC=-de73cqX-|-v0y7`gu4764ws&hvNs#*1?Y%3a;6C1!Cg&K;D8*S4(38bsA#26b<<=b{6KiC8|jPFPH z(V1TL9XE>?0^qWOti1zCs6$!E0!=ZS(e^>+IldIm6&Jz<+z`~Mo3yOEkmaC)7)i=s2v+M=Uxj; z0%}(Y-`Wo0MVKA7$q>)#zw?B!K_jM0%&vNFLOi$rGpaL+B3gxf6VVbwSsbxwS0htK z{iqj|}_Kfw=1Ur<6y9g&(BJ;Zj(X3}#gE+d`iP=2?M%|QF09yf*9hmnYE zD8y$6AyqC-P)f z0JasVqT&qi^###RpniJFJb*ZvGGFYFDZ{ZSYd~(O4g~@jY7oW}OCQ>T0SP_|fq9@7=EJh@D6*1|K@@cBJ?MwDewc1OEK{GSIPsQ~ z!d8kLsy{=k`5AHmbi&;s&R5ZI$ulTBqMp-kemT5T;9G!r3ZHinsM1w^%GFXaghV54 z!3$owQBoUtSx$T?#*NGRa&_eh!WviJb3XG7C@>E~BWu%$H4AZ$N)0rkRFw}QlFN$p zSbXE?MciGTF17?P^$1CX!YC(%P@2bF&*D=F{>p`CT~qth!E*J+Kv~EFIo+iAY+z9& zpBwDYoP?4!(;v(u`f*Vo#cW)HV^Ks&i?FbHcfK1LOgIuB$~!9(_?TZct21R;|W z>~Sr$v%`rNM@rr6lu)j|xP~pm&M%bO7=%K(vN`F8(LAkBLzrwM)t1woov(oP1?<8p zvZ4#HXa{PmC4bcFkro_kuO1*^9lmQFTJC|nio?s)nK~}Dfha?Nb?(?`Qigdz07Al> z0-2{6?o32hoGG$mFa=2iKrFx~KU5-ez!-I>d|~zV6gE9i6dvb7Y)SnaDi0INquL1w ziBZ0_nv&3ol&N0%xA3)GHVi$DwiTUI1j*8GVk7o*Ks=@Wd*V|O>%wBOj!E%neZm>c~q;d^eDRQ&CjYO+q1`kGx`i4&y%KngiQS`|T7_!Agnvnc^##Ca)l zUWPd@A?GFNym*|Kz0&ao+6+*t*yhAEIxmEmmNK+Q9u2yw=~cwW@^ncUEP9j|B^nFA zLi3}q@`px#HeGpdtDt>D1j(&KF)=WL5lpISn9OGa-cW90Mhlp^FfxBzjk3(6upI?R z^Z`!gId16kwTZo;-831mjD0=a(A^_PjKseFaL_i8jAf`&U5B&CnGHJ1iRr;Ms=)Sx zr*GOzE|Bg$R^&6pPxQeWQf40Jy3Bcd`V-$i{oz~EL=-N1`e7JNo7OGsEA`+x&30j5)NP75Ytd0DwW6*<;slB%sZb)r6 zCTvQ4pTV}7*>wETj}a+63TgvAT_@ zM+0`Z!9AktufG#XsiJVBv1lRENaS5QGPMz*S!$)ufF$!Shcv@Z0WD_Ljt)SL3rWHa z2V-O8q#w%w!5l=pzeiA}+R=%egs1+FLk3M9jpVn)A~dx6Og|J1T>t^=eMV(c9Ev!0 zwffAUbla%y$`}oY)TYFKxMKSjq>&YIA)xBzG>%^yUZkFvkkE++3eFG;q5v+069ha~ z?x#=(bq4XbF2N54KLb)`lE@*o=c4o8s>xe{=-c-AZu4Y50gRmuE%R1P0KN8_=FY z90UPF#alg&?87_FsAFhJZzO4Pk0!~%R<&=#Zj6?!lE)$*b%s!XpZd|=3pW^vt0;~v z0{|_`s?p7O%cdgty_hB39Js)Sq!k6DB81`U;9R^$%iU~R<2=jBW_?ZIjdzx}mHM#6 zIQ#P{)@%3-jyC}kWiosh0+cQFDInq2(-;GUCl%xKO#2BX0D7&n*s7bEL7SP!F2)Cr zEI9mRH*x|{cmiU&xiP0AhI^vNAMRxAkC+0)^m1dM1=`e;pJj&sjv(so$QK#ac6^IK z2^}#;i1tDdZ)>>&uG4vz>?~p(RSfn~vm%`dlG(>ci)3c?_(INfkn+ny?D2CrwMDRg zg0oU^9Zm39gFb>c3`2xB+N00bY#(3u|q(^czf1_@`bp?;f+}%OE zeruBq4N%8V96|&A_H-SF6(U+!Z*S|@Lo|pkaPT;~7>R{4+^Y+y#KE3&_2YEOgHm$U zF!3tsvo0pjlA(cQYs(p9AQMJEcM*j`lXV*1(%8iXy=oj{=igT?)MOpH7F-6XGDlMlpKLo1^SpyIT zCz~~R3)zIR+KZ!WxTJQAv3jC6@$Z~OQ@USM)Be6G(BS&hz~yd?9`75%gx z5XIi9-$?KnA{3ob>yJ!<{SfRAn3v=ynz0`3inCFeusnaciXxZx%=hq1qNNg5R3CIH z^(23_SpP@;tyBfb-w_ zz$%Rq)>mBJFb{WA*)oorH3`^@>m#)^fGdTJg%b(NZe;X7s7yEIfX?AmkG4r2z?x`@Y{HVgX4DZo*DvSdy z`2V=VnDb#@{OrNcRWBgb2X-o^csD!62TbucN}c6Dtire)rOtjEB_rML4S0VQ`Cdoq z2uD$isQZAMf{nQ9eUytbcfXlv3KedF^A8M9g|TaAg;CY~ z1zu2R)u!oq*@U71hB@1?F}({fvk`IKcC1VI<<`xG8d~uA35de04@Iv$81oX4+Ur~5 z<9+p)w!&H9gxO(74OtJ}nR8tY}O_8o-@-?Xo9+qO^>FM4}7-U`8J77$4EE}*Gs zToL9+m$Xh8YSIz8T_BMgYwn@8&RE^tggZrF#oR#BX}!I}d19vsVpY=*eeG;JLz`${ z)AZeTpzbWp+^F{}?O+5#*HQgJf^e_->fF5k)56hiTk3N2;2^r$dj^(0bKVltK3yC- z`nbfmIzczF7*iI6qps#Gv;b|&pf(`yv1Y#yGI_d7?OoP!$p)d#B8pOG`xp!=u_Y(P z#^+k2um-YED0UXM77+bf_6bE@7tbg5!uiAt4wLhV9y}VV@YCGzQ!an&<^37{T9a@0 zc^Y1kh%e{A`FMMsPxO`o?z$5l85#{Y?41lU@9 z2vB;#3e_)Pan&3eCr4P#V!G1`m^CX%U;iI#?*blGb@h$UBm)dEat4erXq2dTOea}D7lR5i-S$plZ*Is+=wSUZCz3lvRxbS`P6=wjg za#FcHgTgT3a&LF?QqTvv`6-8ajg@ukc*n?L^kkw_9uC@EbJkiLYOxL{R%}C_DCyJF_g)p(Wso{(52bXiKvG$fja+`0Z zCiFY+W`h2Os~>DTkhWH^9j0#0)~MI?1yzFK>=C=6n~BRSNLKVUck$+RL7pwC>)t@J z>w$qz?cK>eTKB`P{C@?CtQO4FDq(<$8^~Ho3RYpWVDI zHnZ0gL=Yb>E|ao|yY)=k#-!FHPp;cc8f&(iAJ$^x=ciAvshtI*X;^9Bp9b?)0CVQnDvtDOH?BH2KLl4| zBKpKlXs@6E94>33Rp+rL@ql%P3ALDO1J=C)^lj0htKEIecs;`(yG-;`($D+~Ibe&$ z3*iV#?Tl4LD4>(pMYzwA28QegzMndQl3SveV;PyRH+q5^MXm%Fg&Ame*Qt+R708or z>8se8``mSjU1WWWIZud>7~yMWKAr+x$$twoAKwDhOhGb293&*gRcY|<$iTDzJUeM1 zlN1&;hJ&V|U_^VF9$$@pi;n5z`-*}_!TtoKVI`lxzBTCIh^F8KeuZ=a2gA{;t&79J zqT_(HiFGScm@7IcLRLC87NSgwy0}Rs_ynyx;n>KgAWxB#;l#)|1ZiMyLYx5e>t|)O zr9yKz#=ARF;aWVuA+fl@#n*~{bTNiiN?*ZiHr7-~t@L0+WN-brlVRqI{5`Vb<%QFV zUe3M1!?&YXcT>#hLn5SKkw5}>lO&t!Pi>AAW*Wj#P0mMeBjrw5V^#7>1ccRRFN&yA z%2+znYGP%*@(YK(1PuMNo>Wu8Dzkk4B~NF0Q#0i)N{Zm@;y`cH1BeE*?J|3k!;mN& zko*d;7WgN26<`R;fE6W}n)#qw<{tAaHJ`b#2z%VcWsyg* zlRK(8fR@Qxt-N4jlV?WyCQn#Bs>=kbwa1@ET&Kzny4wZeH1fURa%q6>t&;?;%0$l*?&2nmzm{2)8qSZlhk&0X5r@xy&{uDBcwnb>E@ zHV>2%kN7mPhyLjJLmNwu#cAX$-AJ>mw6l3@^f2NL?zerdH_W8BGHzR=gDTv{PdhpD zJAU}hoXfjc%6srWn1W2az$C8NF>3!yTs-JAm)qI!0>JSvJBx>d1kuruSNSm>>C&*u zdxg=I6lt3ibFMguzeLI^@EnzZ(gYxOc`qd`uDRw8DmOKG1cTKi zvCp%}-#Z8t+Qkc3u4EB@u|oPSH=Z*A#)TtqgF>pat`Mmh@$z{jYa9R$$P@W1qw=#+ zk7T1hWRyD_#qCR@+@pvnMtwZTE-*UJF6>hVzv=`-4V^9Y1moqdo1^?LhPup;#F3jD z`!6_5%tZ8oV;fjdrCLOc)uP3vSuV31Q6% zB%afF#lubY;1-}37GX=UD`8{TVKr(qBe0fY?nv>BS#4u^SfuPD&je zq4iD;q@50so_bnnHHmDmdFV4+iQW+`4j`zW1A z+>5Lj=-YgJWacGMmP8sD+XaXDRtIEE*veAx;A--Gg5{$L)8y<`0iFawJJ8 zB3qC@m4{>WMJGr2NV^X0MW_tzH>;)9a(N@WaqI}^RJ^@lusKrXWvP$BW>85pVAWun zTv|t?DXkOG2h3(1G9J2jq|+00qAVcE)`Bdzt;6ZGVgHZy~=xM*}=$2{wj-efFXOMJgRL5~1U= zq0nMt`aFc@JE75=5i$ZHLoy-PAjFT5eS4inXcmu9^Dukz!!@<4MAYE8@SMZ&5eT2n z@IWT~1cvjmxe^Ng-*F*lrIY5`<-H#r)uCn1MHD{O!hk~I4}>})9f*ADUsCV--#+og6MJ_8QOfOg zq7w0yct7F-*$>HEz?##}G=mbI|`bGZRcL!VV2FF>yCvOn`IrZsEd>N4BFsSb}x?#`hVyB@YwmX&aR-noNM6l^qgua*n05IQ| z?Cj=f#7{5>+No@E2DPu$Pa}WHw4y2*BQLti36LW%VQ0#I=rYm zIvh>)xqEBtaZjPX--P;^P9eKg7Fpy*5%&A$d$Z2Z>XhHdhGXLsJC>=Nn3`+i;l1L7 z&xQHfC9|mGhhJv)>rlc1e_T9Ejn!3^_VJMTSin?W{>gUgrsvI4hwC_Yd=O$v`+&u; zgO2e)JQ-Gp?RM6C(s5U+ZCe5B`JZ)?DIK|c`IRe=w>z=8pi zmzp^!f(j1!@S0z5YY9C3YkHJA%lJFc(K=Tr5CQq{){yq`P`+_cSnYjeJBi_(D>mU4 z>1mE=O~zCD@3ty=VH|=Bu~aG*WUIl@LGi5?D>53FUQ>ud)fr+v($m{YAOCt=i*1*+ zkxlPyy>-J*~mwoNP@4omA~1@(Mv=p$ZDm6WUu^YBfq&tBGYR;h*THp=JmGH$G_fI zukEs0Y4){Oei?&SIaemb>P)%z*T|DA_cryxfjIFPp9~6CdF$^(dML}Pp9Al$G`L%PEOU}q@a&~y{)g< zE_=Se2uWwh3Ub71J)G9YTjA_&Ppn%m%8q+Jkl0?vc z{qH4GcEED}lh{|fV4yiEfZ3~xYu-v{r?4&W@q&ioHJQYE0ZsJm25gVrRx3eftzei5 z8;uwHEdd>m)mwjy>Z}z^06{~d^BePGk2%$w8fgu*ym;}60yzqc{|mUTX%eAZBsucF?6TCGLn-U?%6N!w({)Lh=*{RIU| zS_G~xfS3eLAA#lB&*gk76L`#tsbhMfgalaZSA%fyR=yYYu3J%2 z%UH9-U9mShk){+O5C|xjZgb=>PKzVk;gZh99+l1+YbLwv!jYBexLWoYgM1Zxv0#Z* zOxh3mC;*5)6rg>StO{wc<>J;b^FzqH(={c?h(655a4ar^eo&9tLG)M|9PE0E!ox-^S3H-Dt2^-Kn!7!9j~X#5eClRHo+XXv*#UY$4@GJa6*WsaUSfnnVk@ zagPqhnL=M>)EymSRfo=TRpKb@v~~Qw?G*}u4pQLORg(c*K=MjWHAup;}QDd z=XsLXfuo7=$y7bjsA43znEa*S;;M0}$|v2asz^yD$p=o79y`em5QUtTiRMv-l<*rn zdMw7K7y`zvP|bWXPuM2s`~+7stTEQ)fc4lN$kpQN>1Xah6>7QMRDp@vgN(x6 zq(duujFu@#D<^6=Uq2|#be)C}rdY4^(^P2|IvkJ0W5Hvl)t1#)X@<)PXH z%|jfGWHi%jv}{AH?s8T^EO`o~kLgtbxN6g{%XGc{ zA+t9^L;M=7+*V1O?s{0j+LB&>6G|1WdXTl`t_K)qm^i>u3WIWC zPxv*|VfJ8n@fy)(!9e6`ry{%O#kv;hR`dJO;SLDu)v{9s1nfPJHKD0P{R_z7XF^Vj zvoZnNV~GE#b=u=^c=N0cjzOSf^1jC(eLESH$C&Y&2DS`J6vMO0!1vvdW1 zSM&mGW=m2ruFSRS+F}9B_btmGJSbyEAP#TLvlr&1fY?{sm*i?ECNhNER0i?~$OCP|`VU{@BQuC{$1f$ADP5T+|z_ zRWF{R8~Ldd8(D$4)XjpICjtvct-B3TxswAm^)jahr+yVfigT}VCk(^O>{bD~4DA=jEyY@@!S zKNuO~blT=FUwJ@!OzzU@vz$yE2TL=DuM^-_2Po6YtroHlflb?e1Z=86Qph0b6g#J6 zQ*eOnp3*dH0pz)7h?vd}EU^Y+&XhFf)zso4%VKG!(aa@VPzk7B9#*@xy>>1Kze3ER ze1#O@sX;kGJ_}p|N71jII zH99MjfGkMGdHf>Iqo(P&)ox7fTvv2h>O=`H)4`FFL*RSef7|dyJq2NPs)j<6iU2~d z`pFB!ATADgIOprsSTR@VJmysZvfw2!8;91`VNc>f?P)X(rrgH8%;Cl^MKfd8xoEyL z+v$ebaQD~HG;Rh~gRI%)rx)&WU`3Nnd4N>_u*!FGIwheGfpC5L4O9bI8R&RGjn`R` zBtRJ9E5{K6$1yriU}ZS4@++?nj_~<6n=;7ktHgShcrmZ^{W>*3_dJV~j*v$4TLJJq z#nu=|{c^KwjldJTv&6pP#`1H3fUuuYfQgV;5_TCa#91ssIpfemK>({3XFnIr%;k~K zjJm`=BX&Ca><8V;bA+r=JHn*m?rJ1J!V|p!zI-xPUA^yLY4Bnzk%e16pOb|OCI2Q% z(_Rix9#=b0?5xD?-keyex^?A8c;n1)rO)wupf^(xX?B1jdOQM`!utg-(m$@EI3y!W z4G??l@KV8gq4(6lT4A7*f|o|i7d(}l7D#mAJ>ZiuUB?P3n~>oC@b=@9|G-$0U5&p3 zM_-)!b_IC15BYnidhv@3b+sg$*ac&8j+T+@dKg723rmP~C->>*a{g|_dXIO*jOH`o zsZl;zVLZZ&Vd|Cee3h@Yp{`!BWq|IvlJDauy_VV4`wt1~NioSi2+ySC(kSX=nULWO zp8;FohtXTA`{A|$ zle!=i4KozFrquXM7%7IGQW}ve$V72A>M&}n12pao|CW)#%6^mTR~(@9!VA^=O5oF5 zeIWu|z13lU(hIB9CMTjwM}%}lxq94*DAy4abVP|-=|q(1h%y~fs1`X9g*pNV#X1Vq z94DecM+9|5o|@uBXbMv;b3eV%r;42jjvksT1Qha(JUd)O4!zYf1Lq_U{Le?}IR`!I zQC}B{02kHMh!I>hnm1JCO>!yU%8%(Kqq zTF*1JtL!%QV|vN>6o3c|f`C8L91mzKwQr4tnmywCO8de z9X?d5Nu6Ce{KA9aD|88XRmQF!|03Q0{x>*4HBn|knWAvtkIy#5I{#QS?Q3{f( z!O*{dMmGtf!nq;`A_8Ej&&ibkd)T*@=3!uC53AsdAEnvXJ5e-2Z_6sV-9a;jL}Sw$ zg;9@cPkUu7SkS2kAl(GCJ5aCcoRVNr9;DOGoV){t>CulJqg&2HeBJUBF&Z-ZpMb*v zpebDogd-ng{MBAT2pnxE$7AuPiQZaux?RHaP6>^Zk~xTFtF&3!#JblI=Q5g)!@%fv zZTyRkx=>)mwii7qVG?|c?eB&5S5_wgsTe>CIP<}1J`cS?s908m^2HyVxnndJ>X_oN zx+Gf(uhSEO)EV9E6hLdVJcb&iVEjM`{@e>f9KawFFMO=t@&qx)$Kk!ix%#9F;Z7VP za0E3{M^Gv0d=O~S4JZk#heYR9Sn4Yg49;qTD_Sm)vNj2lE%Gqn2~?zF zK~Ja3q5dH{>>*LYAs%@1Vc-)Dj=xZ*u-d%MnJIdSuhQxnQWRdX)g>NOkVPu|39?xNjuhtt=M2|r9+o$bUZuXKaR(|m#s1m1k{x`WCsegxL5ZJmN*6ir=diJ9g8qX(6mW1rNRw&E{n znAyr-NF<=>6Ojl{|Cz%`^h*IU=;HBkJ_mIbG&C4i_a8$Lh#tri#Mi6YnVOB3duWvE zJGDdg>6feQ+BqrBR{oL;pN{l3>SKxYB+q4TAV$6N=rTczM%WK(f<8%@5053viLm7h znk#rTtmj0|<$AIRLR(^)-CR$KgXrwZ?q#|Rt|Tz5Bn@@Ut4Aklx?#(hm&sKdfx4fo zh8$71x6P#+>Ugeg@txm#UvHCu{4+MA~~3yqIQ@ zm(WJZ)_A)Rz@#O4EF2aA6v^{487l1za$!R12{Mj$DxcAL`V-Af9WpCRKTYoCi;uEW zAHe#;Dj#vGjATk!;FN$(vaDO@=`n#DOitue(%~DWNPqHC6bQ7q)fN4L21{0|jaw6+ z;>j%}NZyGb*bo0B$K9ie_ENk4q*K4m0QI%&E~CGx8Qd)n4X4hHoSA`VC(=tl|D+Q( zMw7oi09pMJnH1DVmlVIXQ%HY@>G}XljUyjiDmaqCsEanTUSIM}7<_09r(V%edS{e| z(l)1++3}pNOE2wA&PDxtEqh!iH}@qkMA#wxhnyD{V<0DFo|d7qF_@uB>#QvAmLV`8 z9I^(Gs9|zp#^peS5`^m8d9QN9lj|LWP#;1{gf1`y`iCF=$)*R<>5kYz|2zAMY5c4m&R$0S>^%Y zD6YtZqH@NX4JEr+V&o`IYcpr9*_81hdyAXwd_E4cPl?d@ik@8BaK#;M0*B{LM^kDE zi_{SU3!JEOoj&?KMthRqVkC)&?r;)%@BIc9`xpEE0FBSIPxo6HeM=FM%Wi=`e(2%* zaB*y0jRJMe}IrmFZ^ zb{I!8(mbsWN=4c@(spPs)Yf3{GFvi9MV+est(40n#M#=(!@yGuot@zPjtx>sJtiCN z*E{*6m(aM7yteh2Csxbjx#XWwV&qY0G;B%rajh~GVrr{0tUl6qP_r95lv|00{dPO& z0#5u>Z_8m)>NysfSW@DO-r{VK8%NZukBZnb;S8?Qgu##89geM5tfUA{FDOyBJfS<* zL(gs66Xt6Nfv~zrppLz%(R>V&*Q=xT*fQWS1Z2AwH<}+uuM$hjT>7?^(-uMS#sScO z%{J&`bRB5m$A;w_v9T=8q_$3@yH1ThA=C2bnGg&ZcFkX86Y?%adO?}$d_2?gGS#g; z(sHm5_nc@Cj5cXludd44mA!`ffhwyyGpN#rwi89H5~tmb$JMKcWOSu*MY<(~;rZE? zP<;UU5OzC|zfO&}+X3=G!76|_INOwuP!0C?`T=DEkxK^Z_2JO4p-FC4#nCnJ|7(S= z(3;*d-Y$Ou6+vW)m>)@ugTSC0sKifh5J>l`SdEtUf;^yQ4?d+ zf1_&*T^!Wp5p;b**HE}X*n(&sDSiRJD5U_~Eh6^^+u2@fB2{Xr;M7(j2{}KW#8~(3 zf)7nF*2W8fe_cCsI(+As_BB*go$if}O!W9F_F&gO14$$QVtv!`lbCQiaB?DC&e#gY z8u5nUiC8(1 z9@nI{5ll9y0z{NRI`4FV8nvB@c6(e{@f>vW$Btd?=B--4+VWmHz5WzbCa4hmMe3RL zN3#Wg$c_rT3+~~(L>D#43(&tHz!JgIf1PunI}gh~w278e&}a1?7(?A@`HKTMx(y}sUa@}lFb>0338aTtQgJTWD%OC zhtsR6-m31X5suaDMjH;=3Zpf6>cQ+)?b1=fqbvDfXPB|>Y}DqWg> z=MHm;%&Gtm*y3*(KPlg6q4Ey+?Lpxd5Hm;3lGk`1qlw$3>8J5HHj)cCULQ`{8vZ= z2*LOdnAG&V5=?;-6+20U{mFLJPIGh6Pr}g+cwj!7>`L|^IC3tW{ioy3+hjWG6g2d! z-=;dde@31t=-}h~2Vb5E_UT}pXN#p&k1kCtA_1W&IUR<{Mt!^hCR;h!s|n6c!I_%R z2I=7;YY1Pyi&KfOyo-a$YhphB_6zPi^37gAp@sVa5CXr;Xnq*ZEHN;eIh*w0A-=(! znx9@&p#Jb@p)rJ%Ikf!WbRiJp5L1m7+_60%_e1_?Xw)(4hjx_9~fB)9>sV|raG0K z_PNtYov*(6le8G_JhfZ9C9%pKsmaeiM=jwy^dycZ0wPvMjmDWfWU2ZeIIOv7c4DVi zroaWbni;iW6>B24aC>m6oy$Ho*^npI+JOb4V^9D!h5C$|LUbk?>*KX5uu;>6Sdc@Q zh#BjzuT!VI>F}T9G$Os{6~v5~4mxIc7Z)!PjKmcq18l9F+W3yp-OgxZWVae}UX!7x zyl|b-7w`+WsM2DkPwNXn+A+xds4>v*;mPPEY=dA22(;nNBUue7M)XuLnT!5nli=u> zMmOFYUdk4e%kbm=nay{(JgaHp0B7^pY7k{P?`#traQ`{6i>I6UkbVVld=kJ-p4jAg z6Sp63F~s0QNPIp0$If3Ac_{-G59b(VFBP{4RH&>|ryjs*E~a&AN{DvB3G@ zw}9PP1F^_YfP5x5XTcfVYXxp|;PXd@x?@K{D@MO%>WLXlQ3ssY5bVGmdMol&rbQV6 zLalBQ9{)K4i)H3SPoGD5IU_-G^Lv2elQR|~hDR)PC~|55BC$xTNBri;6|8JFQlo`<1Y_#7>l=&-&ZttUp-UsRo*!V5&IsfKz1SjRLA?7YnG? zp;hdIoNm|$4n_Z3X{?<*Bt9YNik@x0YkmPe`~1U@dP7|q2;kaFpnQiUJ-3zqo~ zLL1yoQh2hcD>}Sya+TZM92@NJG5;h=zwUpTDp`Z(BE5Oj;$$_P=B10{zc~ZVc!8kA zQG4xv^W+Pv7-^zhS&O!JbPwXPXXXczwp zA6?)=f%b)q1llj4acOfONRq%?ymjh|XE_9r3`hUYGTJ(k86xH(*6>qSzR2=&O1Gg0 zyb8``woWab?csG&u~vf`&zkU|R8IoWXk0ze4`k z%$S9B={GgDJsoU@QKb~g`vQD9oMrYK%&*}#!?$ucZpE^=j%dK3`{K4^B?nqE$adA` z1 z{GeA};9fJeKQmL>So`C%0g#QZa$E_0t77-U1(BLeam8?@3@uF+YPZuVKi?^Th?JkY z5`{bZeLg_OkL5=snKbl-C_q4zY}8d7IF}%0jhzOoVmfosy{W;JW?=g8f(*cE-zT89 z_JE9fPCg~Kvi|Df0t<>EBlRf$cf(bN;VS=k!-ZYk_YN0~heIVBSOO!phP>;-1tu?c z0e7+P*j4OoyxbkTl(~T$JV?o$v=vB?dCW-cAd~70O+s32lUGiAG2Z}0zZDK7p8XH)eC8&BNNO7TCYPVg z4-$R2_%ZkZ1kD>k-(5w2HlLDqhCt{|5_&wC5(>24FYOEk%&*#hEbT;m;$|!+gJne} zB3Ul{rso#Q{UUJGV3qt$nP@nJQ*&5=V7{? zI6wI{60c+3xu8aSo`p!8Z=%C~tE}Q&mJ$dO!laj_?Qq8>M^0>5dZAy{ED>6O-~lYh zlv7#{`|6zK9&7}ORS?6F)}^9v2!UK9kN$f9$mI`LSS~dJ+T$qukQD^oV}lkkvI#WQ2LYLs!>- z-YCPUAunoEs4spqbWw*uC+)st-X&4%sWzafhQiSu5PaTas>brc3tF%rBm~+EbS-H5 z7A&l5etu(FBmxf17E4>Y3g}WSM^^LC#@b2V)$R(lU`gWJ0gHxqR1d*i^^~SlV>+hb z>hWI#ToTcV=rs&Cdvk9M=I`B}_@6;^*Y(Q)fQngW{|4T&Xnu2^x$kHYaKSGb}>(=pi9&DX;=`3hI>6g_NH zIBXa|^H1$X?fL1GzywtN(^?cr^k45S_S8O&~c{CD{ zAIWyJB)mi?l*+B!(Z$=*#cMjQ2*+lQT)u@ z$ z*?V_nW>K=i4AnIhMP@@kajrEV&|3=Vjq6w%jxPoDhT&#?*OBki_E7-Stfv|f)OYK( zg{%gs=7I|H^z&=aq7wxK>EO?2Vm{BBp>But9TNvVJ)>ukJ2g(CQ>VyCrGnrH3NX)t zHr7NB=T^EgXNKB`({4aNm1FjZ#l6eB)xCN4{am|$d5PO_P3Oj0YQrajo7UxljwN$} zU`sF(4P>eRfgS?1SLaTf8?H&m{OUXh?8b^W5!dmf8>Kn%B{vdD&QkA<)<^=}|DG-i z8b;(woS>e@(GMC0M|Fp!YSbOAX1z8)ibnx+4H{&THf&sw#j7Y=TG6uz*`{6H;NF9= zzq+AlL8PIG*wql*oM~C5-LlCyeqYO^7dD*0Fif$Lh6s*6vJj)?Xdq8gFsOfYYO6Zu z@VByiWp0}5O8dwgrDJ3CSRPUN(|ck4t6}Nk9ijUZ`%hRjDjn>&2g8dRyJ;0{Z(`rj z=;x_H=bU~Ln3N<2^&kE5zb@iB3Yr-M=E*RTX^tL_jRH3e{>Dh1%9okuXKBI@u4D3k z7l5*9nL~XlgXqt$cZ>%WxK?7vI?-rz8e&9q)taDOQ%0&r&a1R-RbQq805D3x9_RX^RrBS|CHW( z{zH8)N_{`k>HZh>aXy4G*>QVl=>_O&eusxfs?7rx`xc%KmIJgPkm!cr#z!1@&QkS2 z2VsJi`r{LaM29AN+(;Aq$SMo=40IJ8z&=r5SnEWJT{+T<(k!b z=29=bTYNUp!Vm3aU_S~B)SHNii*FYy1-T3w^o8edm_FuvAB7@&^0K8x?efq7!{xK5oW z1ktClJ&v9do)|S=*v|vF0?K!x2b?I5V~DBo2kr%#uUBh@Y=8~FePo@w6gp@i#h6Hg z>(y;KhKQo?*Rwp71&)0Z%VXJU-L!sXF1E|ODpTf>b!uRyOz2OK)-f6hSZ)@2THYg+ zfrATR3S*JjH)LsuQzFKtC$aC^==q6#k=PvE$-%xQaXUtRuykkwDtCzMR0w#mbWDNq zh&=NOFM?(0$Kmyb=$OR5!Lcz2O&u?}1JDv4Xd&Gcm$fJ_HOyM%O%0YEB?nS^PxF*j z;EmCHuZ-W(f)9fQX{278C9RfvoiPOen!d@aHtR!Y-ne*HJ8gQDkq_JVRbzfgi6QpI zHWgg%p$Ase^Q>7sr&x@gb5zR|w2p^;RDt{E6Vb*C z321yn{6exF0zy)UE>New{S5`Ouu@RU<*Rsx$NJCRRVt$$u6 z>s`;lA<1Wu1R~4N>(wP_1rU-2*Qsx$KwziQ>_!Sl?vL6_SUbK|_P3H>KtNPWgOD0E zAwAkc{&6szKrpd9T=9Xi{CTWqK;;tmUSrvla93wHeTgUuCsB2jn zG3tY&x1I_o4h%Hz+=9f{esOmYJFtKH&6kQkN6ObfaevSt0ncEm#})J}yNv#YU&D=<#eJ>%1RzCid+&meC$VWIcR>bB$9{ zzQ~gq-y}i58?O}f17`SB=jb~5hew}(kdoX-JS);j)iBY$EPom35 z9fyJ%wRW(`g_GBjjCT&|Qn|>A3%@TsDLo{-%*i}dBNJ3kvn3r~o#QAVd*lVcDEamQ ze0x;Ou$a3qH;U^5NnFR%`cB}n_Du+pc!6K){o3`?Bfg_KB#x9AQKKE$H_SGi0{&l zsWi9Jl?gZ>PaGqlG80hVG1Z5FhcW>tC3<<7xgrxVGJO`t0u=ZMj|v6GRLB@6K6JgM zNDHfN#d{#^=$*0rRQy8DbH0yyN(J!X#)0VxR=i^@8^NeIyFSe|w|9M(oA_{0#kaAe z;~xzYM#y~CeD{qVdtWnOe?z^o!~L0vSab}e{s`THarSsUMIBS1fUw{abAM5C@0;## z6I}-q|HzGw0RLyz`FcD#z%qAYb2_#su|IeIxc=?6E<(H;ryE!y-Oe}1_U9s>r=mCZ zUgD!cQNOMj4eEO>cd5@i$b!E77T|7Tzjyu#C;-Z6)ZlO#lV5{=gw0>aCsd?kB~TTs z_$u}V8iP!Uor9voo&zGM-}tESjq?1Qn16=)@(+Ugy?V9BCRDcRjy)?(CA=VjRicfn z#I>&rdH=+3zFPFQu{QnsXYRMVKFjIIgMbR;{cZQF#@bi2gEh^A&>B#QurhThcI6Pe!Nh-@!cKqeNyy5@L^=$D z@6y`C2g?Vc6fN>WHcHKuYdLuo+$H2-#Gkw#5a50X+~)sn-!{n7)!Qr|mJfSlW73Pf z>i54FFj8#sh<4Vi`?UjgG$i7LUq1tspCPmzZ6|54iy^lcZ>-I;_YG~OO8wb-)>v3%q$RP)Z zj3{eJe1&JG8AFw3S8To$>WNmRiWyG2?TTH>@Qq0Aj;&*8xrA0RbQ3~zV;dM+DWRt^ zbRa?pL`O2TNWqq%C}QHlKa;eDIju_;(nXver1B9*MI zsDsCw8Z3}gnmC5L6-G_Ll8u!7!nC50=%DzA2ik_yh7rvo? z3P&E8XD!W-zwj{I9mRt+&tC|a(7$xqShdd1?HP+`7alG`Vq?v6rcP}3RdmmPuSYz< z-~68VFIWg%z42esr9JV2ZxIwP_*zf942@kW=*jnHR)5a9L2`N}Sq@raS-IZ{x`>DV zPiAcIpNl0(b9Hf2J0y*L>m)s%Nn0~Xxx)GD)ESNmWl+^Q-F$_{-v6?Ge;pI4ozHNE zqFTm4Y!!ws%8v{MgQd9-t#Fv0O)%n^XHK^@ust-iEd)j@G#DZ?ybPk{*}!Lg;=qki zK1@F>c|t%BWf5$?r+TnxdbFs_-uIY0%sr*sATI@=$e4BWu(euea>UI2=8Tq?`{aCm zQhuK+$7sGCIn8_s@JptP__g0qo>ltka~#SnMNXHEQR;Dx4W2O^9a^}`j%T+Ix&!|g zWb$>jc)tZoxYj81o;LQ?sy_t4_q2r>TnF-U*ATcGkZ>lx zZ4b0jn~!)IXY()!1I;6CLX@yN zx77(SMZlPR2^%f*)x^z^e4Y>1tZCh2=*34!x~Q>U9sZt393FRpUx{6c%+TXYFY>FS zu4K5sV`V;iXI-4%^c5WEE*fbzF*meq2RXGiE=pOw655H1Pyr+^tC*bs?Tp< zMyhi5G7giG_$v}w?W8VXKVfqYza^zx+p2;?F`296u`?g&rQduHF+u3Up~M1!1@hlz zM1Yn~#9r9pyFH5cobG5RE_8&`6)!!@G_fO6$7ZJs;{}Geqc_BxQXiG8`_C&VDG6SLL!PXD!wq5&jh?df65x& zk-u{DlE=FbWt8C+)^d+quap#Cz>RPZ5~DYZnG)YyS)#*#-vRgc^50CPPM53SeBz-1 ztqQukl8*z&S5nUwLli(^Q6yub^X%^g`wImEG#lJ+5%#8tpG$xG>2}U4d^qQ@O<4?k zgFn^m&1J!Is_)GNU4H&cP7m3`??QFhP+W#3dMBLd+FaO2mn`4`jh0t*;7q)Kn+;sc zK<+mx^V6$1;8S=H4RQAow3C z;u@X9{Nfb!KGFRp80BimvV9z#>v%fIPn{Yj78JRA4nWPvkIok&+*J>V<)e2uN;J?L zoyjwrcc5^tU13CNd*0H@tq8^d&#Y6Q?X_1aqxos3#U_0=(yr^v1pgetm{Gc~b!uZa zLjp0larC=v$V~_Vn6a;0{u379sYO}&U&WO1q8Pjkj|MJ>aBac$#Begs?LD6CiKP9W9`qV7Tl-MFvr zmByJ^bwO?_K8Sj)CXOUD)8yNscaC9oQ%Vw|VK#>1y~gPrMl{o3)Z^}^m;%6w3ya|f zSuoZJUBIxEa9C{mu#D2n)Zu*yrR_%URiS9jiw!ksrk}K{`cn3UGLAbR{2Jn&9u(Vt zVQ^?$8|e&58Wo4z*v!nS8)hC90wWuMV*Po7R9MJZrWe2cM0$}L6Zs`lrUpdfhh%tG zXAlyO_W0B#j|kPw8bxCZgFj#kwOKS66ng96W^9V=b4rao&UXFU*$<)Ncs(q`hE3|n zh9y@*S7F`Xk-VRQ6D&UFpW813`mVhd&;_EK?v6>=m7IRVb~d1)xAi(y#Z`0T4REwQ zI1j(^M{mOKj^5U*B@Sexb#BHLv0Ye6H~IRp9>Py1y1X@N>Wxx1crfArF({G6$fU;n zLa!g4(NeRQjp}91Fs_RB{PKFq)Ao?m{~M`aw&crMvt!c5o1YQ?%(z$vrZjC%bj0CR z(5K0+w{a8=)ipl^L%<-Bp4qop;mu>k_{we{h@69^Bp+M2{1JTs3z$Tsxk>UP%2+c! zkB<&OewJtM1ugXA)HoKHQCnvoP+#9bow@+H%9$NgiiyhOXM19yjwv*)n>Rk>iB0I3 z<%s|K8LT69b>C z*pX>)^MD2x)TB#hsGse96Ahvcv9H62U1$OJc1P7?-OBHnlAkWAfib{ENMi2C+zE1$ zz$&DBe=Qo1NOhUcjV7Z2k9i&q4iuOp0L{SBO9fb zYm`C>`3>fBqE-8pytd{2Mz(i(2D4;*Wi*yMm<1~}xG#p*&f}w9Scdtph6{#JtKdTT zy=s!Ku5J1Cr~oSuHtDtP%ZWI?p~+`ZqLvu;Lzywt1$>QjG)yNYe*^AL0}~~B)ScH! z2kOKp zXO&mCO{WN87boG6P6MgV@qpmWAEg`IBU!z{PkaCq^O_TrN26|$Uw}l~^Jlx5SL9L9 zC8GU{<9(v!ASk|a3e9ai82%0BLxg>g0NxeXbLu}s{(I)xC({m@XIbtE^Ba%jMRTFb z!ahNDrim58n>im1+f&Y1D^a+xk%K!+YlhjgEILSlaS0ZWOF%9vU3feaDnOE!N9z@t z?45SjB|0l5{5jey>na>@d!Ez{dQvwE5X`vDtXw?BSG9|08xDCK~PAXA1lngouGoIf0diW z5b_vw02$<*%-&QmZ=mBMulZrPenyQ-3gt!C=rqd{Y+u0!#CN*;-aT%GZoyXfKKB+A z^1XfYho6&9yIc!~fR^}8Y+x`xuMx9_CTN}C3og*(1K|M9Zx5l!uG;qdS!nxu*20F2 z5(<5WrvA`xiwMr(@UJueKkmNm1>21^uR?oei@m?W`q3vK^2erdtv1%q3Xn7q8w(ADL|4tnUbhao047{eHZ)z2E9HE+t# z((A;oxgEC^KyJ=PPQjXWKU<9F=DNMHX&u$x_($%(_m6v!oe8Ujda=O$k!z&+&`Nf9 zVP{#iWx;59AyceWK)^N#+>UFNJNY!Qp#4FXXw9Mt%QCcu-p6Pw7D zqy09Yb+$Fb1NvG90$S1rHRHDHf)#BS2G3qE9Yy1YHFR~NgH^%t>)Aul;gXcMV@kmC zTOsEv32HcK!D*L87dsccE(hX28x_oq9f>vM43rbZ>lW7-NwJyi{4%^CXx^4NaNW&*_wVh)yA{rHEbRBMKC9a<2~3F z2m%=j-8(opLQ)6%Gg}R3J#g4{VY#Vtzuhr~mnp+$7)XPVLLlB&JTC6;Wh(#;-~e9M zLDf*)4Z3iT4Nhc0?>CihjemvLSEv*UC!+D$`B%`uj#1wnWH@uJ;btn&YF3z+V3h-DwK<$k1rVmhS!#yAOY9<{omFPtR;)>dCJ;jH(1c z?eVvH7Y@N=@wrpH2pSG6fEC*po({|}cE3~c+QK5OZBN21uT{vL`9qbSGg<4vn@Yei zl;B<9=pyTK8i@Uml&JkDBw2l%{IOec7bDOu~D_9&DA$(BP7`Pe6;x+pY#p zstTUHPH56*Z)~_Vr8q;D){!h>rt($BlGM3)+TsI51Li}+SdA8ZDnw+p+nOR5M|t%) zjG_5~4o{v3KPN5Zu^tv;3ktYb7Mg=^0by;dd63*t-zE~Ys#p+g(*jM%P_4ghW^gFl z?BjEB`**#WZl4((g$EIAlGYs!fz9+w0uVOy4fVGaIMnw*q53xE#L7`NNngwRfVMAs ziF-$)(_fp8<%d!1DD}8q9#W^yMRP>bgnZF0OfHFSatI8Va5gbO_U#Q|u-c_y4Q7y{ z_l-60v#Au^59HDhW2G4GUT|B}3+Z1tyu&lTV#~rIk;OotXQS8n>Ur_8l4*W>U~BxdRH9&^THYLDEBL z+&q$zIHQmnv`%~eGo@R}U#b ztjF19I#!&H6~Y(f>HUSU+ZcoX&C^#B4>{xR?M{9G8HGdNoyM)anbB=Uv zBYrY1leH)?vD@r+e?6b4tL}FfoEZ6U;6s+ofhrx7Iw|s#g91|{aCx8* zPXj;X1UG6;>(9>3u$Ce>-&9EUrrcP2og8TuxVHdoI5)Me9^pzY{2*x}VhUhIr^T>& z_!i)MHNKESe2Wj>7J#4-4vKMQ^Jw~b=|+e)zJ(Yc7i=OJUupI7B@|^>1%tWyK{Ehu zjwhcsya+*j3Rmz z;F6f%=^DSmr#&T!*fdidq-)XLeY<1DhPcD3g2hH$dq97@VNxSD^ZE`sv_46o~BCh1L3|jL5bbX%ILstX_aqks{XAMY4~#Ru2Z-+O_*^{}@egP+g_^?00j zkKi=`PZobB9*vaAP6H+wVl>gYImdAXNGacNsa-H^CgL&3w+<;y=Ept3IFbRKoAJ?Q zHU}vQ`%bY4%NBcYw%AE17WDL7)+4PhK|pV{9~M&dW5UTXnTq@3bJ4m=bC1!S1BX=# zeF}Z?9OgVYJqaZnN5Z(!j-@=M?UeSzM|%}*7B<@&*ysgLvi1FJ96(Zt*FEk9L~DUh zj0~&!S=+3)A|i5a6;C@J_<(qz`4NO7^(v;WRg<&Hrz3(2WpSEDO|RmfC%uZNGf2Ho z${r~8kV*5J3s{Oiqu6mbN7BoY9O8sJ{h=Wl^tE@AAHZ=XTkvDqAv!62UD=Gc2{Q379hr)5EN{kDQHy!lJYdm z!XKQ3IR82x5N9n0zN}vTmrPrXOmuj?I^wp>bp02Kiv-b&$Op%O*Ef+-c>PV~vRKlh zAr~WcT#vK>7uz24qSXUof-A9(Rk>qj=u4P2;yaUH=hE$E(mX1Hl)kTy9Vc{y!*^{! z&&|`s){kI$9fIoAp9afh1-cWg@^*G|0%Bc%2&Y;|#>tA^~R-Vu_10 z`7%endi|G~1Rhi_NLsJP%Rm81iH=6|t;lK()VDT0K>FTFKb2aNa~S@=ZQxl*3KeXY2_gh{ztXv)bbEe<9_WaE{Ez%%N^QtN;w2sEzs>}o|DT%1Asx=Q&b)r zh*vMPr?5OU$Y`0ZJtviiP|q~&Ik7x6*l3xkJtvfhh8QiS+7m1f4K-SLID?{(FAw>Q zmQmVsTzTj)qh*Np99te5X0&{ZaYM3#@{j>)tvzGPLm=HBY0oj`q2Wf$TiSDUd1!>u zvQ>NX%R`47EgQ7wsPa&r(eg*_IkG%-gwgVd_KYqM;qv~y+7l=bjlz+$_KYeI1@H)p z_KYkK!L0oa+H*vC=t!gGO6|!j4;=*~%Gz^yc?c$Nx z_{&3MjFtj;Xof{-$H!eVRrFnQAv4>7sX}IcP-cr1k~6WsbCwC?WbWMvHUd|dwEl;X zh_P6K>(#TXSr)`8dV(E;K!+rNXEj<5Lov^RrnxqP5WA8GKuG@A6YbB3XC`_csOC(_ z4Tg4PX8AEF5E~Sk{4;->2_A%Cd-6|Q!BAPD_HdEbY_a;y@hDcWn;_3|G;1)}bWJ3i zgLlAh(@ET;7+M4@*UZ@;P(;1DKv)9-z|UDGiHUx|%4m)vK-;=$?v(au9UOr$gQddl+jYVNk1v3W4FW7;xg$-dKj{a6^Na<0LaKch;$+gq`$7 zetgi1nLNfrUY+bG$Ws?e#u7#Z7GzG|42IPKGtOI~_i*(~QiTL+l&}UxUPcCo`Krs< zdNrB}Lo_aq4-RU*YHBC>XrNg%25U`Q+ij$aUQ?(3s>{VpNT#97!a0If$DHTKb=xnn zN?8|`#n(TKf?Uy>6R2y2Q>oZgBu9HOW9{~CMTE^h=`}tlc2=Ewc+I~!^HSluB%dvi zuB`(>lNI+TEL@6Vi0<|>hE4KVA?V8n0pU^Un+ogXi9ZtgZGfQB_88_b^3|zF8l`lZ z%j6NJAT#tw9%JV`nb5HaMN={5>^hD?fXqI%bE|-~^nDb^ekXGg)fhd5tx1iQ*?_&# zpmE8aC?+#5m(dFJD_g!ZE(03}ID^vP%-|o97YZ)Z%*>SkIYZQ?x*23}OOkg%{gpJW z(Xh$MhBld}?BJ__w|vk0__$sVUq;k7j!-5F=1w=wb&wxCVjT(f>;Ac(Mcohqcl6{`QU~iWT_+~T@Wy-19&Cl1ksb~#s z+L^|5)!V|v;;<`Luis;^>H^jV&F60j#!;eqkC3qM*|0&C!4%6E2Q&PCKY?T#Y7$0s z9w7T1=X$agm1-kz{}M}0zR1M@p&(%6Qd#Y;KUJ^~O!QUAkzNx7!BG1e^|lz-tgbU! zDmW0(y`2|GY+Qv>X{fHmXjzWnhQvk^EzTFC?G5zXYK;Swmb`7$+e)bl|4ey@8}kh> zS-esyWn%+R$qPQ*rK&Y6x08Tat@GeBTd%{fm5>umrHV{&bea&pP$@G*$O zYSoH)GTVR|Ek8woP2;flru>{&3~75bgr#!}3IJh$1s_zGQ6VICm!;E-tO_1v@xb{z zI`yj(=#5K#+{y`-$I%*#dg2>`2?PUej%BS61X&Juwr%)^Re83VZZ?x7cji->ner*r zlCTh-t~b}s`G5ynSr$hAcbK30kT7|8+<%dtQAH_)WiNynoYi`*_HTf}<}&_5mAJw- zm0zQdmrFi8o6jW22xcEv$hG6SZ+nZ+qdiu z*dluZJSZmF66=s?d=r0-X4<2QoRt~P5j#?CB-hhTSGH-#NQl9gn1M}zSaD%Ays)iXL1x>W*f zyAMfF9_xbd0qtWx_#W0iCV`KLgEDvEgPESe%iVC>cv%%Z%0|j&1e*PxI;m;SASJmB z_HG-JfXmtt{0+Z=v(e1CiMB9?7{)%~zNLUkCK72W!r8&Fnkd}>Z)~)bA>3H2Gd7H$ z491vORb<&i`2sehc^_9B4PeR!hk`L#vYd!6o460XXv5@UTp92*jGu-QK4L%{M+TQ) zte=p0jlTd}g3Ez(tXKpJLEE>F)Z2QKQj zNov*0Q*{f-Fnom_X5?{zNzb4HxMT*bJ;|Oyco-?U42d%9u-?&gw;`*MupK6VYCcHd zl)f+fRiHfphg`6~*YXtb#Ok+o{Tck3t!sz&=&fs9d-T?If%fRFYlHUat?QSl-TVqg z=*{bA@WP`vuODiU-n_o4J$m!HMSJw-mD?rc(VN#lXpi2!{z7~7=Jg)!(VN%h+M_qG zw`h;vyk4(8dhj>@9o7Vx_qc^Yn z0AX}NZ(dW{qc^V~Xpi2!zOFrb^ZKIp=*{a|?UBvvJ)M}c-sJBP1WE2b3>}Vgy_WDT zv@e^Bbli`X!Dr$6RJ+NL_|D4U3*Iel5^Zy0twOlviU`EkUQ3Hl zS5thdUJ!GM;K%6WUvGlKRsLyy>;|2{lmwh1uOZ4@%|tdoR{Uq-$H=|jC!Akg*EbtU zbbUO)O|Pb3UF_6HAOCt2jO8EdI|=+>j1$LWCYS*8^lEc86WDci{z=ybW+xl~Xp(n= zTLy(H!QO)k`9s6%Hb}j}F<_@N21{-U;5B$JZv3{Q5IsjH!IeA$D>4mM z=VOO$U##ADyq>;c*xTeq8J&}F+sN#G*N)b&&wEwHlcdYOLli?33cZkCUjX1lTw#XYBK>ciBA1RH3vU{ z1E8bqi9^q&kDv{!H9wSYV3wC4j1__al)=fSz*!C_OM!C&KusQD3%n@%6?`yfGb=w+ zWmbMZ_Cj{F8G&ZMmB0R0d*zQ7x8EUaaeK2Y`Q}UBO%PyWgd^V|k4DrZF)GP%eHz6> z5JHGZ?e0GamSQK7kNC)x3|^0dSMb_>ti$)6t$@k4NFA}RWD-Ah$}fwrNS5UENETab z1y?RpR{2_W+s6*pI~e+d^Mnx&s}Z+u=Y)U(&%P$238)vJq*+hVmb}-6rp0#Sh2V-> zybuhdBXJ6(@0Nre z>~v%;Au2+&4JatNk0j?o2f#K_`Q;d!s8A?0@b}JOz|=z8X0azhgA67XG!AJ5cSL@~ zFk9p&MvxMTYw^muNHKU(IoOt zC^>u5_9L85*caNT?xOlI;TtcQ_ZnJk>#LJ>a8*EoB< zO+zkzLeMt(9(L(^8rTtM>Ij@UJuUdAes}|OdXm4`g_1WrB{%+1ioNgu@b)(FO;^|d zc+!S8Kp;UPR4ouR%%W9WVMr@r(H2lqQ%W1%0GU&kRdfi6pz_d~7Wfe3aOkF+Q=D$< zbk3(C%%_$L1)o5C!lzl(&6@?ZC>Bs8zxVsx&nHQX+jral_4=0=`FuY2@!WIIIrrRq z&pp>HmiNvk-uPJf=uz+y?5j(le8Z&CnR;pqGO3}unD!O?;$QoUm(4fW*PU9UUb#x@ z;T~2a(@;nG7U>vp2b1Ead$n?t=nbaKgb1Kt7&?xiaXoNvVV*-$K-CLUiFq%2;{gd9 zG}}V{@gd$xq)}@iP8!sHoW|4Xi3Hf0whSf00hdP1MF3d3LqS@(2w7wHQ~=I1u|_ke zY$>iyldvkI!EbMP87Z8E7^l+JBba(Mwa8+zSc$r; zb|$_BGi2^2h*jde*%Z(EcI*uNn^VzO6+hWT`>-{*B2K?Y{!6w)poc& z``$%De>`|iL$s_D8v4Ba6aX*-y*S%EaenkA*M?4wck`U+H<>+mDy z)lAGc2t;}>LbnJv$!Y`#2822h`b8#m8$z*|0UXjej{YQEsV6v&sebjs@9j~3@vl9~ z4&|Sou{`rrNnl6iSlZ1~5^nsHs(pty+mecT+7=*Qyg|2)dEI zxssrO@?pbUwvxl}wRwg-5#ptZE9`;Bf%?Z<17xK+PU9+;M~6xub6_2TV&ZfCMZjD! zfyJ}PeELr^mE>A==?|r!tdZJ}#`}OBAD$)1!6h0~aYRQ*Jv8@_^&+E?L!Z#UDw
    teB2PQA$f!=M%L2wtN(OvbmHysT=@6qc`oa`( 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 z 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…~#h&J>p~_9}=3D$~`3y{0 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

    ABz05d7TJoaTRB(rrDn+LQ}ocG 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 z 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

    vIb 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

    2C$=-^(_SMs_ahdSLDzl! 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 G&E)+i-_zR&fieK^x5 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 z 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≶K22J;8Q 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

    |kjYYsP`B;+q$3jmx7h=NR843ec)K%=u1544Adc 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

    @j-!Yv{GUmw5 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

    d~&v@64wuf10CHm{G$|FTwXhdLv7oRYRXIg3kx4 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 =t?$(O>2j*1Pf9=-F`ZwlO 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%0AE=MnfH(2iL(<@DcnB&R&!u90`NrL}-Bv;BI&k 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%0Dr6e2>xZw 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 z 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

    $Z)X~G6!zi?XkO|S}O#X9g) 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 ZpV+hq@1r=wmNmnN=lkq`{^3vH{{d1>q8b1I diff --git a/bin/Debug/adb/dmtracedump.exe b/bin/Debug/adb/dmtracedump.exe deleted file mode 100644 index e9211371f5d7a7dab4fe0da61da27df02e5c5667..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 241664 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

    ${+Usz)H5@^l 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�Vg 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 P3M-hv21YXfV}Ab!+&hEf diff --git a/bin/Debug/adb/etc1tool.exe b/bin/Debug/adb/etc1tool.exe deleted file mode 100644 index d4dbe376980f3adab30b34e96e630f3a4ea3e951..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 436224 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

    U{0gaUK8kZfa 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 z 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

    rzL>hj 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%0D?7kL{}1h%sBVOc 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

    rS=Tk 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 diff --git a/bin/Debug/adb/fastboot.exe b/bin/Debug/adb/fastboot.exe deleted file mode 100644 index 712b1bd957783340752cac538580e5b0754cf311..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1649152 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�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 z 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%0D= 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 z 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

    ^K^}n^IIILn30rg=%57)pPGFL-;-#YwOB4F zQU)&hQL^V*f0X`EEe4qUG%SulOeJSJj*LTHoO-V6vhr+2p{|D@eas{kU*}eg^ z2JeVBWxMDNy!m~2(u{0%$b_CvSg4QUZD1fCiBD1FyDyFcB-P`4U}Rk7M}LNGEP`Kz z-MFqpNJ5ncBT&Dp{X2hrE;8bC<6m@qPVsYm;!MhT_*`@MIq-Sceho)a_s}5E!ml~3qkkz((<{zk%(+fN$H6EWN`zCEC;gUBXZim8bag{nXHHJE_|?uAlz2J9d0Kgp|t!^FyUM4hLMEw0dI zOxTo9*Rpg>QE3~D>KVSo2BWW^CwyUp(Q(XX)A$2NKIk2AI<3!ReVZGm_8moZ#-4&B zNU}C>3C_`OT6nzTgyhB01&8QhmO`cMAxVN4>*rn2>DKu+Po5f5@@+Tg+ufa%=6pjD z_0sZDIIYJr6FbRX@;*xmv1qOqbR2i`xJoTHNx5)rl*_HmOul($imQ#U)GQB4p4TFH zCHdc%mQ~ZLJRHF=3ubossYu_|i>EDB{E;*v6a&Cxhg60W4h*GNeaNmE?^+>Kr`j?P z2LYscW~rw5EBa80ms?rP{ka6mCF&o)AX4!IU4Q1QRMZ1Ig?5PeG#*mx2npEu4~{Lr z#fB%6=X3nUSXq4mh|R;Q{9#yw1b-L2UBAJ%E$Q2;MZg$57l=5N>(PBISKv3~KCHg; z3Wsl$+2>3o(3%psn=<#}7t$~s=UEo@ndL-o^CXK@Q3$%=)8_PP7V-`x5uwE1o<;J& z#dt|oP%pbXo~=gJpo_9w^)zw_dz{PKNaXP#z$igqY{%7-*REjB4nf06KyU9rdcYEQ*pcNw)9 z-F9Fp*ke-jM^bSq!GVCjYF6^Gh1Z-67-l|>b9aX%-#jG6)yg-;EI*h$uSqaFj6!y- zJy1y7Cz(A6JN;_-5udFIjuzuMV~5Q<)tCAbdQ`Q`UdBgOtdDrH2tDkq5g1hg9#trH zL#K^A^D@9;IBjI-9;7J5+H)_(6>Hd?v(!RW9RU83p?&OWBYlvna6!cO;a=H-1Xsjq zBX0og<0?C#csGl1C9Vq)qWM)6k6#h;s+!vqt<7Zo5>8t>zeN0k@0HvSg}icIO*H#y zx1bqb$@~@3tcbNZD*y?WGI7=pLXuc2&pN11E+w)Y#K~U7(~1+WcPm0}9Ffjs9DF0R zQ-*@gZP|g!>G+N$Rtb|RIB3^3j}na@EkbHAS1eBTvmBUeLOZ1WkN2R|iW?%iigvv% zh4%qDZ=XD{4w0E4IJA)Si(*i1I#X=~zk)9&;urJDqCQ8w2EUf@!~UKMyB&E7sRjHGY-gKtpB{nS!pp|M3&p^U=(8 ziJ#;ESv^uRFomQ`@CrJ8RI%e&M5n>b9kO+(oe}{%l41=2MgK+i{4?ZF$*h}FhGn=z zF=Kq5Mm^Z53_55nR~!*nSVVxB=qSPwada@9^Ou)_2^^wG1K8`{r$HnJ^(n5_C)PBR zD*lSp&=(i=L|>*LJ(q+}(y6@agTq1P7PVwa&T{E##~1GLKJdSY4nyQ8Y16@f>4X@` zE{=M%Iq)cn>^^bq+gO@BAWQS{IP+~Hwerq5HZX-986|Hu*YHM8C;p`qe5j1?_vU&r zPFqxO*@-qU%Dxp7=13^Ta8@C{x`jTQ(nM+v9A&-&MwxIVU?$>aA@@}E%nmR>)QF}J zx&i!c5$$3G;-P`QV;Oy^ry}~=7=7(w`gRlaO&`YTn+f{T5pY?~MU1{lPW4m1q{Ikp z5d?k=$r%W2X9P}W1hx+o1hyIpJW?5Mqc(<<^okr7#RW3A;YaBu6PZz~!U^`$q0SO^ zl%5l09ma*{FvM;GYuHG#CKG*}>OHrBkno1320v#MMQP`X1+ZL)MI$MUx3Q_hNYZ(z z93yE8-lVb={)H4!Z&rsAbuSPFUF;sj8;9_JY_I&$C(yIw9&9HXsBW)3pW7=h{LSo@ z`%>22UKt15!C;v+-gx%PYDU-u)nKo@l^zRw<#qU7qQ3b{eF#eC9cwh{vT0KZ`v7M_ znrl2Y7WD-d@3C;a2JDsRg5}Zn%I7@7u5tFp`A;XZH*Vbb%@cmF>FZhO|Ki&#k7E6u zuvdQhHR|tRuRN@Z_jj@O%D=nrx3O2g>LxTC%BnxhO1D>Dfg%Vyq)kWJYf3}fE$V~lvsZQ7{|Nir+@%BnY(#PAdSC-y$ zH7{Zw37t5p7u*I^6r$^%;-D}YP?f4w(C-(9(wSx% zrIN|=@I^{1rN2!csNxG!J>dBXx~lZv33;ot1csx-)dnm_mr}0}e|bFtl!0|>#xEcM zjdDP)_MBYQ$s6pJU7)7WQ-$4f6^1%gx^)})z?~DJ`*=PEdHabN zyv5otk6s^(y7#w5p{@{-IO?#<4Etprb-;yt04>kx>&zGN^deAqAJR*Ny6^mWHxQ_M zum}q>(tGIVhcEOTxXp7K_RH&~RW(v>jpsD%mutv=nZXgK=!UV#ff#bDrJ>Kxjl@Yk zI1*nYyJLYwOXr#>d#swUHP*c`}T#)_-moV;=%5 zVT?U54_v5W>@9pr(~O$etVn71G~OC9HuYqTv@@Zpy!l3<=|hC~Mfe!k_Yhj3GJO#= z`Nr{eP?v9s_y4SA_!9PibKW9+(f%LI#S47FjeI1&`2L@5aLOC*Ph!+fU1S=yLAK>xu|l$Pwi{z;$_1N?LKoiyG@39JcM`j}lA|mBE{q;{Yn;Sx|5F%UY{}WFzKqG} zag`UL*c}iq6`>2R?Gf%pScq``_^LDFYyUd}UzwPVZx~-w9%~R^SJ%YiYtF}!_>vH( zk@(tP&6118*L6s-0eroIuj1g#XaIPA_!@XU$5+LVVSL@UI3B)Is}kX>0}4ewB;Rv} z{c4n!z}G-u!}$6I_=}IPAMqtgulV@-9B+;IdiPiizWSn>jH|pK0GNp|T?83dH^Mpu z6RLFn_&Q_6*R9J0zP7)5E_}6Po{4FWIIeyCnw7Em>I5y=D8JrBoJQiy#gmK1*C(Xf z@ex5h`89|#_$}qvcU?KYt~naUS4&Q+DEUpucjZw z;%f}_+6eoB@83@ZFwAE}Dq!y*D%2(;z*Gt8#iEO=UQbifM$v^uM%XV~m6=BSW%Q0U z+y`In@fCu;6@jlO5GlR@i@{ehPcH&rZ<78N(>ro}b*H4`;>&2i zeBSulrkLz3n4PO)4dhfwTj2|Z&@pWt!!dTRSBK9M+c2-j+bFBN7r%)DCDr41XkFtf=Mr!b6cJv)RYur_a51W- z&EcLuKIa+n`NV1+pKoI|gv4J0`}!Ye#20@$K3{%YgAuK0@-+j7&r?vv$bQ*?&qoor z(fI7ICmf5<7kJu@z~{x3rH)VCi1|0g=8K(lY;KRRVP1wQ|1dULcf1{xk1sCodn*!~ za)b@@bF&-3<{&~~TpQ-xISpa+TD*(cLj7+cQgQiQ*Qx7+Q&?SIxe1yJS)(}FycpHV#JHLv9 z(8EB7KmKdW!>Ye!aOYqvLMDqDzqk;4J&ENSh z6XW0g8rU%Y<*QQB<6lrRKH5g2P{zJ`CZ(l~e`hwVKHfs0imN_$e+X|9&fm4iTci5; z)0a_LbE=PEnHS?<6gwNCrwILV?SW8%P>rDV&%>Dhh?z^ab|B|1p{bAvdqK_r*ghk^ zj%^V5N_v{(D@68!i&giRVS0|_uZW(*goQ38&g})sy_Xr8s@)%?FLd+g#bNVjb{Gwr zKQrwXOHIL~@R1yJoLXPlKOYqK&#pESJ0wc#1O=Na!>ys&x&}8xR*_2vbI0v!A|I33 zQEp0K+s%FLSkQ7w^m%GHeX@um`9?sMw~{qAeGkLb@nQRD9N~e(rCJ0phfRhsj%G3x z2TL()M*4!>f8%U8S7)A;RKX5SLgIv7T6Pa79>AP3&Xzf7k}BR})`hWVkT8j^vf?AB zy6IAwK|W5=gi&=BH>$3p=Tq<;F_{hIXFy`$G*JXo!rT}d+la~9_3%a@I}b<39EQDd z@Xp|+`VGEi#?Y@#2NrYi7@o}dYLHWXXBtPgX8+6$ncbE6ra978r{bHyQ8HoBk|tb? zjOYP4&-@h;tYQ1-u@i|V|110Fiw*YAD0PGO z&r>MliHDvM+C}{c{$lZ`l5ME2A&jKl9b7#@aud?h^$5zp#I{gOFtZ z{M_e^qGbOp*3NPpw0}nBqU@hXA_ar}GZ01g&xkh;p;#C|Cn;qPyE51!w^2%IV}P90 z#-DFt;tbZ@aNOK6?6|oj%=bGc(K}p)mZoXqc%SZN2PaW~K1;O4m(Y@_+RBD$!p zsi678_@fb2On>tgWSgCDJIF59Ex70#A!6;RZGmSkVS8#AMF-{??sfZWTi`)@%b>|~q7L2?YhUequ$~O7b6JGzVV*Kcuwch;0J>fHW)8_cKQgoU3RsRdjm(4?;c@dZn?+P zWA&NCytAuzeKp?sMS)3uH0LB4lJmEL@7UYmI%@Brhnh9qY${Rvei}mzyjO2V=MRVC zFIKOSIssy8SKO}&>(ikOb>;&sJ^mg7$)cEKvs0ZinLP%>!m-CyYUNj2WSd==I@KZ` zD|DlJ15buPiSxO~;5*u%i1PW(M_>=E-hh~LK8)eR$)TN9^2`N$goUh`Qp`QTirT z%X$ShixRbb9uxSMP`dgxPfq;;eKxUC|2Mp}q}X$q+|lQPGC391uIBVxPWO~K3eBz- zba6~eQID6L3T15bo32F88P%S(-EO~Q%;+`aDm}GkX<0{XJ(e*^^ZT=BLzp8EW^60} z`8sLAYWWBz&r>9CPn5U(=dP0Xdi+o(ItnYklPY?!hmb^$LK?D2-nN*Rl~x9Qd0Ra7 zEv3i)jQ2>_qo!vgiuA+*+{>$LzU}1QCRKcn8)OY3StzaSh>cA4n)*(-B+0+{25hPM zrIY7WOOmlj*d#rMxet@C>RP&yKh7RSsU5*@%qGtx4H4U!tmyDM%}XbJ6HDw;#a8?*|2bW%SdSmlvV60rZhx;4lJ|4u^kF*w1Xkh&<*;Ql z<>0;%)XJ?0X$)3IIg&9Pxr1%SLT#v46&oaPD!w|o3za^(Cy<2So?vN!vhXcKnkKoM zL!H6X%cb8g{La`W*JM=Fw+Auc^5y+2aGM@q{czZ+&TN-0bYrEPHMpt7ztA;hJw}-5 z`mDHax`E%X7uRPq`TZtwUBaGg4Fc`C#6#LlDhBOHJqd}MCfL=g^{mAMV##=FZ;Pkn z{5iGWfH$)97ncgp?u`ArW@N}XJr(}qq^VZ9zeMM>b6%4r&(Syp0lj_-`W z*sl{Jg4j=39A=j-M1twN4J?}z$bvsgR`>8nbY{w#JJ95=*QPd@e2rh;bk!1BUXmS> zz1dV`E49tBn=^*KuX7%TBFXQNAeb8LyzB1^m}bWIhbHPKke z%Y#Se9;TtM;&$MCQ`+R-9d~}Oqmqb(e?-13=xTASFGug5>$pce9!pmrj|p~+_Z&`< z?75CI=5+|`CeU!12O^7a6!tIz{{45f0F_gG^XUvF$^%odChOc1hy(}L1C{(oLT4Sd0hC3U&b@DAxEb;Ha}yeY`WV)TVeH^bxvl z?_69x^=7H!cDzDt;t2>&A34>3|BO+d*D(q=kMmc`0!Gn!t(Ex>49-nTm4hfJ4=~G9 zEpo9{?q~D&vm?GKa0V>hszQ&>a1KF=3-QdU?ruexw}p1dS-^cd$9P5@U_7N9Ff8bl&o z=%2LAyx8n&ru4A{n`~8~R&?{!w{Ryt!19q(G6)~E_;Pz1bzU?bP&6ITFTwR>WMFq-(+OR z%B;?YoJR2`qc(T3+U&j>Z$t}3WT)D#9$dpt=qQ%afmyuup$;AJleIu>vxWkeipuKM z(u#du8zlT#F8ZX$7qCK}SZzi|f5CjOl(!xN!%Jm)tOybKn-|2JBF8A-V>$Zcr}W1& ze2-;{$Im+|*yCNkf@J!-%5fj6E#)1-jl9A!nMhG!12adn$6J(}e1oZ0W6kRU?0LvJ zW82A-@&d<1qE?l|g^SW0FCpf|8{(1Dl*ON~#s3UR%ur11VHw`DsKf9m*DPtbr8~C~pQmsF5gds+Ofiq5NTni<&DzLWc6oPZ&@R znZ`kG#+5*B0UWG=LnO#;C^8esv?wv!+9;e4xfoSSgmVxWAb&mr6^wC5of>X7X^(#>I{TYz*cYOL1{71O}}$97yk z5tr}}wNJT$Uy~QlVai3Oc%DvIpRQbF3FV?FtXyR3%0&t(7l%Lj)yl;wjG7?o*bsqA zb$-f4*Ji(7xv)Slkh~iSv;-HxCa{JeTW#JNBn*>&HjEmF*HMlVg6PynyUu6r6Vc1M zdYRBf6QdVs;?!`>pCTeP&MsT2;hO!3IirggzmNp_OI&cr+9Z!>{uG>HgEmnVcr6sxmawjn=d%gRBydLXvpE%L&Qrj+8 zw>CQu^pchd z@~z(b?PBveDFH97j&iR1eA~HA0Ty! zshMVjnmNT3Rx`r`uCf);TIPhCkdUrrrWdR4WA6fZ-V3@!I;fSwde|aICa&;e;>ZH) zBE$#ovrq~X=^TiYif{Gqmxg*mDv1%_&mXb^fGmWq^U^RO;Ye(T70ow!TA&e;L9K*f z!EZ{JE1EyRNEQ#a(93tuoDBs!qfLR{Y<`66kdz=uPRNh$-!Ps^2ZmS^*p1QZ47HO` z!O#JcGWQ5RV!hMVmm^uIB*p5iA6V~{3_7LGW4%)c$O7t}QuN-b$k7Y;IUtoTyGi-F zQn_d?8Umv->v!-g8L1W(lM0qf?S8aX=YNF@%_J}zf8@GiXQ(|XWQYPqjPLWTsRWYF^u4Y$OAzqQdyn2 za+Q^Q%ODYuLx)u)y_~$CMuZ~JD~YMB!$1rHJe_9VGmt-l%b}{t^)+gznou*dACk8m zCG!z>zZzm7QtSd}SS1?L6EpwFN zCkc>@y%{HhSAf=K7*N)F)|esSL0(Gx=48p!3W-7ZkIH`DQI1FMKQc%fXnaUMC8+G< zgCr*?Q-=9YHzPK6Wkl?X0g#!cs8dR~LL`+)PLNE7X)_Il81rF<5{k}7V0%&9Geqa@Y1aWKNO8jHZx*D`~@-xYER)MtDYlP@Jx4a_NYY zMbaKoasUq#W&@HVM0ToL$aDWqME03?SxtOGWPec~C9->c9TwT9lX!_DA~NB`sdoC7 zX~?}UbT9~_=aA^Qn#Q?VkeI+2#~|cJx_n^B(9i-e={XP{h&!3$UPEy!0p5tXzG05B zLx&h*BNpb zGGHK>McJp(2hT=)0M!SHQ3;IYCGOxc&C#LgR0_$PjRM4ePu)t?#{mg3w|)ykQ}5xa z>433KIew9T#k&$STx^KfzWy!IzDZw|?Y@3i^1b0@V_Z*`Wy)~KCrZQjNPj>~OGcqd z>u^fzeUIeff!{olV#3WEI;UJb?86=+VLZ&?4|$xJt{LnSg0K{M%)=L`I_q(~7|K!iJXHPi(1mu-=p7~R2{fWay)@+(=!&wVJfuT*9pxw^@RFRgIA5av z8G9pBmK}%$W@}QcLnqqXCdME***iBvGtbU4ktUPy{bP zp^^76nyn`NKY?b07Q{6hkb*#iDcBdNi+&A%GERum3g%Qiej8#C;z+4y@Vc!70rIws zq})?-x+3{f+IZH4n0|h=%V$yj84(T?Au@s@`@5W!zY*Y(kCwte)zuno(095nlaCP@ z^uaXKIHv`2umVy7R;CzO8J&$#x~5P11?)-FF(& zgD(=O#Y>r>4y?yBRv;W|OqgJL+h4I60jMCo?R<-bDicYiid#-#=659i6a$%-VqJxe z1~s@h15hAfV@Ulx1Gae$N}@@C;!?HbDvgC``INl;m20xEOl$v`vLrN@20j4`VpNwX zHtKu>B}iveyL6(&bw&0&lIpZta2-#!2nhyCv6_e0M~w~|C6yILrmwrMVB>!#35F!B zV?^6T0`z66y0oK~F&l2&1&PQquA;e2)JNW5tlIvox6cj$f*Bkkt=WPr4M6adrVHW? zIKYU+V-BW6r;@nh!z2wOZ0yAbTixGa_yBh+ zCC7A-@>hX<^-Pte4izHd4;=p&f$F@3K20Hcg0?((9rF<{N+)T=;?QhJIRSQkR(yhq z{+Fmf{ez}*>@8QjeivR96AIW#EGj@-OSuko!!r| zM0)@8Y|t;VO}v;{tjgbBxZb~8{qRU5^nNtiRFI_B%N8=tdc?+VR@8nE)V&)Q_4uHsH#mU1_T7C)4i}7*`a#t@4;-$+m7WagT5;dFl zcErwu>n&;p(*Wd$EwtilTyDijOcq^9O_~(02$j9Wpsow4h893goWww*^=y2TBfeqz zMC#_WL}ADWk;f*^0Fj}GI1#}(l#q7`@3L#6g@X^{2SFugWM9&@DOQ|8JW~L>aYI{! zp`A)Px+9_|xSW#CugSis#t4<~yc**V@BZq>c;=g5(-^P+t}%^~Hx#`wf)>)Ub2i3) zLEad5%IVY~q>4#!AsLv4KQRgeIzy(7pn1}Kk20UNBaC3?*3dWyQ$*CRz*imUJA2QdVDUKquF0ndi%C3dWe){(L@QkEk`bV4mL43*q^FF>y zkb|z9RQwGbjhgpSkcB+JlFju`_haFCAl3uW91!&Y@*%lt04EMY8>8`xuBnKu&=W|H z^s^u{FVmxKs5Gr)_~z0$ZEg))H%0YGKj%xNTYOaxzJ_`fX-uR_S(VFtGehQ|xtiXz zcbCs-vP-U~!35A6titFui6RO6a3$X0;j{8ZJ<)m%P)7!`e76YOqlp zpmxG?s|VdFH#92M`D^lHr`9CM4}+V)e$=mFiphsGTAzZdPiR(qW2QiFPVSqcno<-4 z4d1KxCZqOZru#L)`wE+=YpFVJ=LJ*Nprc1oRiEdM97SrXy5zm+J4mo@$Dqo(9HY8o zSQ^{5nOOl%Tg{NoRK2!+EC@*m4u2oEs^jm&bT_FBls5>l9FWx%0sa!zirE5AwH)HH zmo_j`8?%8Bz-*CWeF7!v7TwMwTB>?EV9Fb*>wboqTBHWVB$ukGJ1%srBYBUa*g8B@ z^aTU9z)~9c7;mGb0dyb|G4xL?s-VHr!VzRPEyFW~n+953#{raRUc!$m<8NQIDY`&z zVV0E-!$3UNMT1*`SHTpjQ?Xj~`GwZW0F0>m7#EB*O$T(>fl-l#>;rxACko&V)tQWJ zM4eL_QD<6D!4MRcP9quwM!;TG4IMriinZs&77$pV&OKa*c=8VUQxJ#`gNoJfpAy3$ zbQBKB+Zs^NM;ysYo*f-P4zkGXj8Ab*zi1X4Z9s0adpjF#AP(XsizNo^vB-7UpdkX7 zVu=Bc`eh6?+Wtq=Zp!)Rh0JKO%u$4-bHoUPUNLh?7>(m6M(Mx%lIbMt=??!u!%euL zCnaOu9HB#(;}J8IB>P?1z`-cwu7mgvh0s?Mpz`9r43fkI-E9jlP+_*?LgNXT+Mu(- zfMP5fD^2xSgQF0ewM|?}!y^i?CX26k;T9biU4XOnAx`z_3^5dxyw?#K^K8;Gyn&sM z$`uPgjOHy2~XN zIo~V~vdXh<{(L)%PD>OPzA|D{m%P9Vfpij)8m}0Q@zq5Bl}nw*zd{*{)IZc={88k{ z;Y-FVHnEXOIkHj9!P&rW<0#jFxo%WWq@9*^UYN^`#M}$7Ul8V&?Y%I}egD-3VQvgq z#W8pL)&LILkT+%=Yq?sgmr}$DjgMU4!XoeCK!lMh=J+Qu%`fRftfnw z&=2HLN|;G6bPgG+zO|o2uRTp%$Q*tGddr?OK(90~7^ncssF@GL$d+bD$D#<`dI}Z| ziDFR^@+82<7Yk7=I=%RUSak883uDm$z)^!N>yZs&0kVa}0{s)B!NjL^Fy7Mz1T8Oe zX7T04W=5Kh{!$y|M9_2G-wpKSO}QBOj%dm+V-HYNQ|>C7a@skYavGX)*K;)Gul{x+ zP5IyaE7p{s+-GdcN7sj&^1I*$LmdN9mg?qT(I$iAQ?mV(^6;+y)y~XhphopcI29^0se0KL151b{*9$E3$CeskqWLUf94p} zo5fXlP9hciYx+bUSn&>mpHL+CDHTl0_7#wBjn#%Ao%}O(==XKQKC;bBq57IRfhE~vPCNN=# zaIgj4zK5A^*#)g0#m%AkU{|_)TAhu75#q4v?NShuDSV}Pi1)N`mhM!$ZW3$0cmfcO znAZjg4}oREFnN$!o^6p!tT+%*^bCOokk+gNYsosWu}<|*dyR;<@*cphx}MPxZ)Keq zy1F~tGsM@4;uWh)KW2#6454UptrIdQgQ$iLp{VmpL18<^N4#E$AO5N#J`poOFUAF6 zw~SlZ6HL`*{6kP_l=}DG4D?Rkf1O#!Ku=6ntHJ)j>yUNQvexM5VWB>NEYt&ZS`t<( zv$sl~iwV87o&>~V2tFD4b?b+3aZUT2BbIb1y0>1%r6$G20bFboiX*H{g{5W|A$IL6 z7lha^wqF=x+f#=qXeFfPxe$8=+ida~-)w>=?HUB$l09*1@V56$2IUUzE`88<@Ze$H zOD!!oN?w}5Kn_kpjc%!&Drp^NGnG@P61@*hL1YHQD>N7$+{Iz|8Qb)c!eQu8zgwWe zFhzsm9*m|Sc6x%VRt8(MYa~w=0TeM&*|8`^H`qBbaNZO}c7r%QH#j@LbV1+*zoU!Y? z!O0eDv|gRSNxeD;C-2pDU@1F{@+}2w)hifk1zyJ=))1Qexy}`si6u&P7IZ4(2u$;b zMB^_S!C+T!U#q9y;=0sR-_-5!H)q|LNTEFhfWNtuIyUj7DV~5kY2b|YcbqepdpKt> z5@4KS=cz%Iry*Xd5F43cv5~5GbZI0ud@pj&@ZC)5qL<4=`f03}!;U7=#dV|fOVuS? z7*Cec9sZ%0s=`HdacKQR*Q6 z2@060-tZY~;Ay;pFIa^J4lb#;V_$B#)mGB}e$Qbma5T!1f(^%BoF8bCcSb-FKBk7+ zrDay?ldMXi1-3rHW@LOHz*d%{{o`^Y$Wus}K6xAASQSPT|t;3#zh(zGypj6ZzQr#Ml z0*65XXgChcD<6h!u1*DosK9N5i3(d$8VFXad4|1Wuj?M!ADNF6Bq>Zp63PNZ_Jxyo zrwfv3w#3E5Q3ghl_pp17Q6!ceHck$Gldi^pq6ZMbN@Vu;VI9&r_1pDXO04NwL-9T!#MyZ9EW`k5Ha&Qf{-KXh90q9BZ(t z$8Ywfw8;M0mD1%D2}3kkT7R|n0Jm_poI(+T*_d!S(HGMe&0xtDZ0ftMnXi{w8Jd*6 zQ}SL6DcWTt`*c|3r@!Y$vwFLSYCwaA#>vt?e?L!IIu^U_AwbVhmOh8}uZa%E7l;qs z{|2)3txx01(hrmvS^64Gx+7%iiBwc6$Ojl7}W&0o^p1s}X#A0cr$a$5s5AI)P&`Nj$gr#SekSICHDL^nRVqt-kxr zd17%pTriwB7Nt*r1r}*?^>TE$eD35@wo3xL|8c&yHE;@7J}*kzDosu$ePRTsJ{@_5 ztbvoyiK3$?qy8{BF(*3mBL>d!oai9x-`iq1iwn(&GGU3UMru+^(9I{D16@4tygPO` z|AckyBhl>fLv-vPz9+!=$cD3_Uw>(U4eh7|_5H9tKeM_q>#%sgu?!Ed7Ry;&J(hv>v|(mb-TQD#|vDNV9} zmL9zVxMpyL$b{%DL|-}rG_!UEt#GweL+awHi_XIbbhw^d4Q>9H^Mva)wHE-_v1sln z;svXrFz_alU|JnofIV=7)_^sNV7A0akp;hoBFCRTPl{Z;?gA(>h2(-L}nmFmZ_%mJTRcT1UW!+Pb2RR4>@6eKYI*ed;L---B6L zWoEgUStcVb{yr9-iGwnko~eF}X#+?GdAIr&+8A6uuuR$`6UyQCz}~eHSs;CW0(394 z-@@wQbD4Aexn^FOTr;mtirKTqhNrwnxn@=+cZ?BdS`)n<)afhvmWEWME1b$V{p-nA-C=egyu+*%oO3;V;V_Z&`#>N1PA zCTabg*6*?YjvOXnatrWOMh8W&orf53zj*#Tm(>_-&z4K$-c7YkiN?^WWj`j0=*Ix~($Kxx?XC@)6vC*F#N zKo(E^5y?|Wg0{v}-&*p#jj!ePruA6k_mw%!@CjA136BCh@CQXBmw{|m%#I?^s#x5r zV#IC7ybYWqnF7t3oFeN9@`@~q7aFM*kGn+lW7LK!v^ z4=9RjZM7B&91!Moa6y1tTG%YeFzocjiobKHng#`js6UA6PQ-66sIAeSO3%zr-PfY- zsb=>Lj09|LCRyD*hc^>#Z3dq1n6IcB{+xZ`+KfkO>KpnayV<=uxGB0~-_HtHET7e@ zBdgXRQL8VlhFS?W%mCSgkH}xCcfN&>kE(ybB`m`XN6oW`sJ``tiDcDetJ;Yd#~3H# zeF$_0l@q?-AN!tWQ*2nlOC>ZZSx~58knW_Z)DAS2Dy&bz1Nkdv4`lPKwfYO#e1?*5 zl?#Xk&B1~e8fG}WIdl+_I1!|QehLP(?iSpUwc>SQd5l5dj>Y^WwcZwd~GU#R&JQ|5)B!vBAAv8EAt;N3E?BNHl3XH?*Rn#N@g<)N_b>8BYdY zDw3p?aQ!(Dg{mh0IMr2E^>C+$VqC(Dfiip6X0aJ2C9m4(1+p8;r?}T5J8FDwaHaP5 z;=`PidDSF4OVmj>8fnGH&*<=0QDIhM_YUhl!o(zhn)1)`Pg}ophBAMU{pzHTc#Q+$ z8V6D1pQZkvuo`ch8_IkX^^!t8ooZhm8O^grMl~z5^xk00^2boMxu?pJnUq)KI#gZ; zCylN;dHqFA@!~{HQ*2`kZVi{AgaD*Ctv5Suu8X9VH+arozdZ0QJhTaZ>=rSff_me{kHEkGW29-N)H+;tqF)61awA-!GWru<$0Lan z_1MgKc%}D+?ESWc@6*`(w-dg%viE;Z_+DK?`Ap`eF8V$L5Bk3^c;K>7L@ESPsGfqRtDM4>WS67oIpmZl)F>ufTBXl z3Kgd)7Kf+4Nm-fCQtPR<%ebpe4YQ+CDLGT|ovVXhqPC($Ek*q({d$%@B`s*NQ^_9c z1Q%0_L67o>Z#22D@a0=?&UDDNQ{D)+WgKXY!m?e~z#DpCK{eeU^oc&!WLJmmv#uMd ztxdD2pDhcw{NUAabK3z;Zf&^9{TI3$YjW<58P&liOMwiu4Y59#3l59|2S&^dr91%_ zsop0+8hP{hWZWQqb()sAYvzf3YqC2k?Z>pVU6-Ile-b6?qkl9KML8ZW$_PDrXW6gh z!8RPT&n7v~1pWiG^2U?fu3UX$bqlxkn$p@EZ5-i2XUbx zg}g?cugA!ecVQK+!dP^tO54#H6?-HML`SiVP2x=?khX6<9ii;2XL zTnqp8l+CJ`m^;xVSuG^*%Xlfoubm`sIv*Mfvn&wJ2Kh_kI2l=!{Ov_jLa}3qo{dRh zw@HX#?2%fqMyj|233_JH*nAj%fyya?yC@IMo{ri(Y`QVC4QFMOjMN>X-l~<$Rf5uw zvC6wnZmGz(x(k&_HdH%%oonb@X5uMio!g?;y`ypSdJ;WX850|>9z#Jns~iv>vL71h zQ(_oTZCW%b3;IYj>fm8UEZ3Jv!@!R>^fcCi${a` z;rSzT^bn{@ftBlmP_H;p0n>H>DC(nLtX0PSg_4hx5A1l?Uc5W`wxMlTFEs~O=Xg|c zDD#E(4%iERg#I1$Ablhk#({8$0GV3^Ia{c7S7z6n_bb!R0KvLqL5AuO4Vctm-h+XD z)&x=!=l3WjEf;jBYj&-xm>>r!d%u>StB=xLJ|G{(&IEJm(2z43f*uw*o>OL*6G+QL z3DP`A*!Fu8{GOxcmNlMZ=8Wo=8{KJmnH0PV$#Z2UoDijy1o!exp~>}g6=n^)b+yMO z&EyW^l45or#03*2Umz)aaA&wfV&jF{oE~PZ{oM>zhjb7-UlV}RQ=5}%=1Na1C_Sm9 z^aO8+&~s1$_a~ki@Iri9aGl~z_MC3wZiX&M-bfGKZ+lLg-T&bl66`Q=-WT*wo|Vq8+pSV-INZ}vWc)Oo#?O(AL=X(6({q~ zT$(=var6!yZPQbmyts+Gm1hoZ^sGR`{g4s~b{kizv@zF1IRFp4Nx7dXT_Dgc=)19* zurxG0*;7lsw&Y1e^zu13!Z4*Heks_ZKpF~SrID8Mp(2rzQk6Z)B31lCVqp&Kvb;ay z7s%I5E=UO+!td-!c2{Bcq$FrH>}jfJPB)9>eT$;84&#Xz@l!9h?*X#(V^e<2JvL;u z1rKZ}xGC5b@aTrRJc%#-1+-FT3V84r!Vce1-{P9>S!cbun`7#p_{Qn zgS6&)&w(aj`v;T=+~O-8I1Nfsy-W}_i7M_+FQ3!H>0f+Q5@!~*;xh7wybJYXY}XwLkbb7oOv(w>^nDw;!Sx^9Y2=_8)fGE|Z3 zgW9EGNz_x2X4cEl#BHgC!VQ7Tlox6~x;~u>fN`CEq($Dvv6DodS{wNXXwQ6hfQHqC~QH91PXOBS}A$C(6ag`w-oClKg8OC0t!h&q@zqQI1u*%w*0L#{%x{Ila=TH-;TBOJYsq&<_S&M=N zuY$;MU%^OmDgPoR*oJoiEkrGJEO|jRlaRMICU3EK2E0iXGPfVvulzAegsxNlC+tB% zbW#t=N0q$m@j01~kLjTlk~J}4nrW&n=wXr}XmgTq=*Vfp3zM@+Z522m?r$g1u=a^! zK{BpWxeIq3yS$tIB2s_#?+l|TjoNf2J_1gndi;PEdQ^0-k2W2Uh;GrazemsLr$93zSc7by=w}# z{KJt|eG_*J5rrPZQ5<3jF~LmfRvVi$%FD;g)cU|1YJ3qx=d1Oh^V-E46eZEZ*bp)_ zHi=bWjKw`TT!B`Y7r2^L;6_XafE8`uG7D?j>`Id1$RA|DjOGcB@@*Emi9wlX_yhd0U_8V^CY`xVkduD% zLD#PR3c5SZH393~ql1e2nObhe4BHyWSNUt9a=M{KjPZP9m{K2WoKj!eo2J>>#5SAK z{x2+1JZmko`$&medK>w1w#c8CoZTfw!ar%8S%Xm}By8HZa~l`qIXO6j z1>?+|RCW|gThkgfA15GjdIx?6EezkY`6iOLI1xx4T-4Ge`+ZZFs?G3$+;6%13A?V4 z|Fjg0O_BRm`TEuQ`yDI*i~RlSOyHWo-#(_e6j;pueyTmEKh_m46~sKMeuNr_bEEd9 z(`%NEPQcOWRc@r$vq;7_y1H1s;&R3o&snoO?}%s88M8ZGDcFvxUhEs3DkwSxr{>PW zI-JGh--1UZ$x78ER1+!SX|bBc65)gmP2Z196cUjZrti`cWSrf-JD7u8-c&cDNU9`mxdh<~bI&4zz{iVtXa4r#PgFnu^sM z3weY7@rdV7-OTR(N+&lJf}IA zVs$ZZjTzN)^HQ}nD=w!^4i)1tiV^&pB!K}hl$mun zh>lvytRpNH)?9Goz5-4z-G?)FD0yneu9ipKR+@p_g4(D*TkwZDCe2%76w#He%~XZl zOVt^e#nSLV@&PPucEppj&ur+=GQ*N@ixC{JujsKP?_pvj^Ss6TE3NOsOp!^R-0g@bf1lYmBVEZ~DmPUp zVRS3^v#LG81DyJ_oOlj{S-D@jzh5TnlXw>Dqj|_6hkB%}9F#`nT&m9I^;Y@;iYi2e z(k~O3#A~X%>cm&?Q!>Q*&B}0f?g0YR`;<+_#+Jw2o#}A$K}ncE-y;=nr3K-VB*mJ2 z6txAIpgl1#1uufk#Ure=yW7jwQgwL}(Sc2=uTg2{LtTbHICk7f@@E;zan9ljH4B=D zh99l{^#Z-Am!mFD>q?F=s*A2fC902JUaWo#1%YG+y3D(j!QIfnZ#m+*57OmEr4OWw zJnOLQV$tUe!6DX=F#}0TdTJnJ=pY%>5OpW`gS3=chw%bWsUeoCHJoe3>i=WyUErgt zuKn?uWD+JYa7GL=+K90oG|?zYi<)TA0GWUYI1rMcJnC&VjZrJY3{d3}oJ`?x7>pK` zR;=LT7OlO$C`6^07a2e*;ZX<=YgDXzoG1}(5)hgHcddQS%p?Zw{oOyG4>_~nYpuQZ z+H3E<_S%A5C}75+aY3tPnn9?r&OqyQ@xyaS1?Jn{_{8zQX&c-P+^1_w4~*}{{}LN9 zvM`1CKE<~X?{GfeNJo&YG|iOhbY{^fCqEzK`Xt(qSs-l4UJISq^d0>M(||GUr!)O@%a(By zsQ+SW_)O?hL_ZIh2mO~!(#vbxkcC>|PHhQ|ekgWz+4>~y7U8ehGQGMEHYT1!kvTST z8#48pero_EscTKzq#bTCeI{IJ>gOL3tUD?;B3V3!7RzfGezbHPEKK@3x7-Il`LSV@ z&G_iUs)O-~X=tmU4*{P@2~<}eEfssIvEg!TU_TS%0Mf}cZ*s)xUyCFFNqW?Ayul_1 z6YbDdoT5SX$vDI8l%`5&T5O|u`K@acDqo0$~=y}Zw`Z+5V9!Ini z+p$@r_6(Hj>ydj|7YWB@Uy;=8Y{1siOQ;^3@ZVtdrtX1_ z92{R~A|F;-fE4TTWW}F=aA~EfOg$@xF*RZBB))PeXQxsQQ>`CH zylJR)KQf@!ly9hB#Saq{nERsk=kbHq&qV?Wa8=Nb51yIszy}rpU*nUi7IoK>MQ8Y- zly9JOEfIL0qWcmxU+%aSwX3v-E$YC>rp^8uHjZ|!s2icw@TKYw^+Pv+7t>_(*eh}* zdvDP4X|uo%G9qmXOln+E2?1SMr5XM;BG&=(x-pzfo7xR|@(mtYmOrK@G5%{wGGmTe9~w<4~yVUXe{!#wQ$ zkToN`&HjwrCS7D0tWL+;N<}@iLa?N|y;NK#6MdhX>6JnUZF-0LQE}RHs-8%{(wtZ` zV6Fujl+8n7d73KfXytG(gvUl>Hd!po6_Q| z@7LK_}puoXKw)672iuB zOHQXOf4+Li_vzC8pF+_~IZMSGs=T2b7;^FWP&Oy34H6urA42-ZD(`1L^mxSk23Api zI#RVM)k|nj!y&5qR3I%AuFidJ$!IqVi4%Qw>G(-^h|+u?Dzz75^?*%1`+lKpse`RD z(j2h?3huE=T2zBH7LLBIoH@wXG4Kf7)sfWS9w<-LL8dQ zpfO4&4lru7+mz*-@Uxsa5Qo7V30@FJv-sCRw&LAj+!?|F7&?mFI;Dy8!F048`DfIH z^5ap)je)2Jai)<@Z4zp3G4l(SQ>+H%?0VBos?QFzJu#&P87$sJZS)z`n@&|tr#45o z(9cQqb0|FMVm}mb6i&5QBeFx*iVNII^>+LYkr<7UhWlgTb##)Fp!gdpgR57D0)oo6 zF$w2BNZDvr{Oc&&+XyfYo(HjSII&FpH$3mLLG?Q%h;mN9!*F-^gxN`eK98b0%)iG^ z^+bK-5;dfr#lnngG`=ESPHx(P0S27UTth|(g@ct{LI9Lvr&_^&h@ZmZEQi<`iM{_dDF*pT_$86!$kCmG)d|{wCB6Zvx;r+P)+M znI0yd>Kr=^saSr|t}A}ia1GCZ3{pqnWoq?)OW2NpZcVJ4*^(?AXQd5OAX+NC?R|7} zN((kii>P}o)Ymv)fgKYy6xFS4PBoL7xSKLq)zMb<0os90S4XEpHZe^50h5}cE~N2c zRbiDrhpe-l>iARx>eq<{uN2 zk<6tZmvQ1gWQ`+sbbpEbE360PWQ9xUc=+sYCNEdudZm!2_`w@xsaPD0P}MA8Q}t^zxd(TrwUr zwnhfH7A)&g%P(XtsD2?ZSX4_QRty>Begl zbQ}t|PBd?;V?&6A>P(@421f7=4N)=R!J12gci6}2tqb6YiDwVL$5KL-RYgfr?bUYo0 zSJ-d9*~Il={4f=5;W30?*L1oYSimcBjT8;`kD5t-IMiVadSV9_NbLv8yC=n6X@M4zrUGd_F z^qou8_j}5F@P8=mR<t8ula8oKF8fX&WF9nY#`uo9k7Jvr1QS_6sv&LOJ`QT8>5PTf+?au?2l7 zB?t^un59;EKY@+pR8{2L7TiWkipAuaqFMeTm6IT3ffFN*uAJGlRHyKgEgShL!=Q!n zaXo~wl_Xd;REf7haTBXWn2R6rN3aO+$us^&jH{8QVufT%njo%1kE7T~;gNA-;+K)Q z+eEu}!y^tjg5(China;sCUG2FYfuf=)WKNdxrM)+j$x42SQFTE8D-M**G$K<*5Z7X z^1o3;`Mm=-P+ouCLJQ>&CQ*n>AQYI77o{(!P?>rNwsyt7_H?a(xCHtE#Je`yal>Rg zEUM~1PVn#Z&O|@uXcuUcEfDggWzZ*M5-^`4F&LHV_TLC!!h0P(4yb z9d#<#65eLevjp~Z&Bf||A5KULY%I%*?D%A831J2BszbPyM6hfk>1!_oR+vd)w3DL* zgF0Dc9s)gEqdR^U5@tGuKrE`1Zpk^Zvju^QO8jpl1FWcXwHskJ5v>L@3v>WmuNorz zKx3tvJP(7;ihn5qkf_;>-kwcRm4eG8;^-Vgeka6Ms0gtHC;?}{%0LoS)C|sEqJTz$ z1S<{0Va%&Z=#p8D$eJaVL;d6S2!Zfwq#AuVtC0eF2f{5*4LHjov*NHC%y<*38@z#N zs9wx}6MapN8I93iS`TJd6J?O>^8oumz|NV7Kg0l|?eJeIO!Wh&bWOH`7KW3Ak(I|) zt=CnL>N!?4Vl~Tvh4%zD18-B{9r}y9$afMZVXd&n+E~M3j3Vp|6=VRPoVrFmyBt59 zPC|mqs1s4$-Osy2Z55y5w;>OkvUvx{kSF3O-m7ACLb+gn;>QeKa?Es+ z?6}FlkJ-_CIbb1$a3mZ8;3Sz;{#+F&e62#rraYJWnlj>8_21a?4et^Uq5)lsY{ImV zCT>G^wNsa`L{4Xq1}7K|{#3ig1~ck3YF9l8YxA96Mcm8JYxVOC67wIyJXj;{L2cpB z)eez>A5r4`hT48doIMq7`$gIRj2|%5#**!Aj%*odmKm+yNX;>dtwPZeyGW#JF6lDC+d)sfD~evE2TtJ8F@Ny9~)xTF-!BP^jHf6`+NFy9n~ zcO1d{Y>jvq+L+#58YY&=@a&P(P4vyszfS%dJCrzI51NmWk~P}$CKxEvq12B*-0nK;XQ;l8bGN@$ zmZ$bdN8A6N{Hu)oVlcPA=s#)y`|yv}*YGLflhv!fAEL*Z(K`La!(6^yhG%29xQYh+ z50&2|9SNZRuXMVJN!@n5+|7H0z1yTIDe7g+y#Q%HR-x@7H zhReTflm`PxhF9}_&B*YrKa)JZL;tq$mv|id4n#&i6xC_iAtuA-={WBvhqcpGhc5yv zQD4M4KTUiMr=vOhf~HH+CooWN%4cn$yvEmI?A;s*H(;Xua%}Y>?1T=L5x#M5|2$+;mOqJ_ zA)rXmJFqwGR9=B`k-ArTWlz_qm|Pt7XD`7g%^WiCG9$}*$f~1AFzF~hH-k0u>Ss9W zXTC48^SYGPH2>njV#WVZ6Qq)0&4MYAga+Y+&r-l+C1p!Ij%Av!E&=A$d1yiT?JSvz zp5HJ*p=wM3ZMKZTAqKpEM|=^x;{OCch){|ju5FQ6oZ$QDgL2>L>56|BM~t<+V@GLU zqb2kvB6N98EmNgBVPAvJiZP z@D(9aGoI!;6+daV+&ic*^gEu4@^k8D)CIY7lL3@{0UZyp3n%53LpU}F*b+cod)KGt zUFuAbRYipN78xKN5|QK!XdUs)j4# z2z3bt7<|R+0}O6`F~CY=1FW7SieTr&J3utdLVrP=&fnA+dWSkoEn|MWnQ`CAxIaQ8 zA9O6leglmz@B$>Q1M6cK#vKVFx{sVnXD9y#m+=tlIuZ)ucaQPI^=HcZU*-B=3_SxN z#BEKIEhCaGeN9=+naof%2t@}EkJmW7sxtr?F$qcU&@nV9`!f!oH%l3x0YJ|ut_vMR z9_n#9q8XwmWsWB~M_FhSa>PbMO%3K2sE`@NK=@|iONwU3 z&c6EjPA4t6HR62S@`q9r25Qw(*kkPkh*dboaP5WsOgjuk5Ml=FF_11J`~e7=6?pUs z!Fr%|6%9veu;B;c^c8TuC69*1Cb+@2mNxWw1iAu3TMvk4092p9vC1E5Ed zHQ+klY#GGpLYozM^bUvT#~~el-fS`*o^{|{EnzMqXn20bT*9plu>fiufMewgBk04f z1HP6BWVIDh0n1o50VlVz@2S7pSDvRGAGzu@5-})J)k)MYV~wvI)!5y^Z^lxm1dVQ5 z%1KPMNe6&xC<|2JZtmH?&iMXa)2n~Kgly3JH+jLu=-)K-FZCRCZpTtUMBdsm@O5m2 z8{B0Gqvfji0UGsnRK6QsgVgS&VL~A;2GeH))dIfAqMGpAx$L7zFxts%QoAr(E>~S^ ze0QzsV3)GA5!;>Fp}L+|HaAkU4Zk`Y!J_E6=3Ni1WA)3}g4ascR38nDGY2M^S6t+| z(AOo@0bdEMTy=30YSv;ai@RZ8_mB<5$W$%*7&S*|W#87MX@ zuKjAsdd;;Sq_EPt2YSB%eMN&+TzL;9d7XC&nx$k~xg)s{$${C4U>S=@L5@JF^-T;w z3@+Z42)by(MQ9s+%GF6Q^im3s5WYf-)H0&`n@XH$ayMM#i!R`bWdFd9)M z<7?=nde)a=Qzzk9wp^q(``$B`WA+{2Y(Ba% z!IKDoUghdV0q-W?X9?!IypvwM%)SnNvG@S`;(&UZOj(;WGG*PNjfIz>-PlYB%xYF$ zE!enERJQcjYurgS?&KPGqQ?HRx+C8A@wVZXp^%A)#isrEdhOH zuy!?}lOf|Q;!X@A?ur9ogtahsVlUOyNKK+CIp4 zXYCB)m7tJOm%M?Z>~CpvGXiOM_{^n8&y(u3d~4tWs8ggGS4Ji-D)V13v?<0|9T7>ROAg(iX4F*{PMR)%vN)+BiIzWx*vd z_@2WhcRY?F>5RTi!ubw*Gw9ocjzVt+`|M5BLmm3V`7mVBVKi)?m_zpiQ0zacA2{s5 z1yaC_E7dsQ$HBe@H-=yiKzDt|*>WPj`&NN<7B_eXNPMf)Fe)@DAqFhOj&8SGS-l)I z$T`~Qn2Zj{Sq*)QnQP|}yw#XR(;|5mrIfQ65}HMsynyg_4*f|N{k12%l^h-Q-~UBZz7 zMU06^wjX!^I9TPbLLcVTkv{kW(t@rk;x1*yNBFzp49Qt<(>opbl9dUp6Pq@eo`U#u z?bu-9?{2k2^R5b?FUP<6sPBYr**7LT7%|QNmFEPSW|IRI<`|fN+8?6fvnqT@Z4S5& z5?rL8blwM|F0KNL(y1aSt!$aqnmB7MrBgO|H+&-jB34}W0OoY>TFuKz$Vk{0piC57 z4<9W=(QJo64=o@GI%!SFgS|s33{k=q`hs>+U8}lUM-jNnBU=y&7(oGacO(=+DNv|Y zo3%Ex5lsc&h}?t>QIN#?Uo$YFUn94&?H0K7G>7QbUX0jnR0HN&jNF9KRK!WKueqxG zWEg*)&N48Y0gSc!OtPtO?&$`%W6*}`q5DE}zZTW&w8YGK2YO2U_r2V?QPAUn4ujMI zA7kQLTWjiwM6QgY4CF&8z?u}f9{b5Sc!YkCigg6pLC~Uv^;C2ne)iCY#6vK}fFBc! zxmo?$Q5dQDnw&Fc$8;1!AD$`3ECv=q)pdYuQoxYg$Y!Zg{0z|~xn5zVWBZowh@V`G zxU5*Npnr0XmcyFd^8g~SI`!5D+zD#4dMG@|*pCk;K+C;Vv@b&KP-fM$fUt+kiLi}0 z8D9&%Hwc7MVS8?F#Sgf8J^)xELr77F-iaFuzMD+mmo#r}vt<}*)r3BA>~Uf#@(X=* zajj<}bZh9O=qE2Lo)x{1$YSEMGB%C#kRY+yp9eA%h9rups7mSj`N4F-f_D9;0M z%7DJ3m2EB*&wNnm>cE@`(+6q{^iVotwSjx6da-sH3`9DV$sNs>pJ8`}`j51oXf|Dn z7}@Vec9{$9p?~>)Vu1!+CUwAKR~wiOIYBlU*3JaF1wNJDEWllX5;0Xg{a3ji>1q$m z8Hg!Xzdvy=n;h%+Cu$b(jRoqnfNPUmTnO7`Uz4R&)LbD8gFD*QWK23i>4MSMjJeCuTuC;bR@0`ph3d$66}>!VN^x!3DN^ zxHw-vV05;|U!rg_Ixwd05Wj07bheUQDisGmVUv$S@GSUQ8^S%*U{%kf+j*lcxF2)I zjM`vNh5c}F3}!|PdHS1-q|s;0eH~0Zr*}pN`vQ!;$I%Brj663#1m5UDK!YC^#q-1Z z-}K~%6fC!xAF48bfPmnKd%1xq0l^PfaPf2SLq?1rrtXR3hsVK0ee**UIpT+HulGR5 z;D_pXez^a^p8Rk5fm-&OjzP5;^;q3N7%q5iGXEovGWX)LwkuHd0)eP?7H z#$3?rJRa?r=5*pn#lGPHnnYy-19x?+9W!QQI~>z^5aXLpvQZrgP?2@vw^+rijh-=> zLG?D&L|O!owMf`E5a{Z~{CBJsK=yzHmwVbRXo2cyB_~`X6+c~HAo=KPPi0^*OA$Qq zR5a_%PGdi%2bqRYD?}hTD%2A4TD|?lMYuqA7!C#-_(<3LWsla8Rj-ZwJ5OM};U$dU z-kHLOQTjPXp(T7o2k;%>&-bkX9}vb~mUPlGHw$*f9_(!;V*TSCqSMi16X}@a!%1T2 zpSmM_A&${7$h?Supc3!LOfg`Z6dqiowrbNEtn&dD_FPW{lL!p@7fhla;$H?4rpvw! zuQwV^m6@okVogS|>(H|w5p+Jl`$-|Moac=_pvdro9_Puv_AF>_xvbCJvs&g8XHLs^;sxEHYh{(#HsnpmbuB;nNRh11_~1#o*(7xtAR(7 zyu%CnC62e|y*t+iHN{t#k#};gz^3+WsvqYqJlx2CWH#0`;^@ne(%set1Im|;GMNfY zXn6p3%-21`F*6WrR( zXq0el14jdnFlcNCR}man(I3#;BJegdCLTB?r2K|`8tRKx23J8wO&(d(7mSgzWocl^n!gxiw&5ZuNTIiXqb&8gq{E6hIs~Sf9mg z>}$x#+c7tUOEpv%9%-i!^Z&WvJAeV=uVbtgS1Um#r2y7p(SAw<|A1JMH1ujANHZLy zk&19UY3Tj|5(jGq&aRevaS6y2tuK5sUcQv&L}-eO^#Ew#z%@l(e=Yh~=x6us`nOdd_vw1NRsVMA z>BsbRn;t(+pI5i)>9zWI6Mv)gB~}OIe>ENBC#};@b_0y+fmJEa>=BQYG+8p8MyqBH54b8lH1uA&!0{l@5_p0`AdBA0cgFRCzoVUU7tAgsUh}90aJ4I?x zuc%S4=$k$&%IjKs`S;)^y#-72WA)>n_R^S}l#HYT=xO8_lel3He&aO_-$f?+OvI;h zP{j&Fx`pyfelw;rx#CFl}VX zhSmBqVZo7i<#`obIsQo_zEre-i}-|!_c(s3UjCwry&S&Z$X6zsC|_ztJI9w9@ulKr zichXEuOobJ(&G<{yMSh>1JVNiE^$NzX0ertb?-~f*j*;zH5Iao{QJj~uMpfqixm(~ ze`O4=%yH9%pLa~y``MJKZt;*TY1sR)zn5t^w^@YqsZ*6!^n1Fv4*gCewz0a-`(y1I zeyI1LmZ6@)+~KICiwEg+=bQ3G4&ri8D_fGw^#HGatq@Urz~z#|ZQ$?(Jm(2E4=Z5C zaylA|@j33CQUo&|@m;pgaImU&EbPSLm;|ofMq!wyVMAfrscvxoTxU2}M>ZQ}KhsCpYqG44Y&N+x&}Ak+ zch4n1qlyB*Nl;IrR`P6?hJ}H$#f-xgU)?(}O1W@Bu-x~XgzLRHQ5bDO#7ugCpnHV( zRS+o+4+dG$v$)yT^R6wfqmp%q&pc&uDtg7pX75jxX_J=H1SX+?RMt~;)n z34&l3>mW|u1GWV@pO-85C*1))4-bu}k8is@?+c}RI7)n_+;6+TT=DKGSC+g>eUn@s zwA??_R3Ele2ydSh-k&fNu9UVPPKZWWWJF>#B3VXQq7haZkra*SFC&tp5jGitn>2bW zgJu#i6YsajL&NRcdxA4qmW+XuDkEaxTp%N2;5cMN44jK(L=2oX8A0GE)ocX=#D~o^ zh47SeB=6)(5LT%kgx>+nxbQ_WVzPYo)hE#1wG-gXa$nvE?}_rDd8R2W41Wju{@iiA z@01P^2`!=beyjr=$4@oobWVXituYMbO<>K-7ZWH8D`NN*$}^Kv@#T7Bz_#&_w7SJ0 zvYw_vUW46C42(fDcRXd8rpRpbq2IAntqjA)(JpqWe{~zIdW3>Ig z@U{1W@75tb@Fkm9_wet4{aF z4J`9vWpipj(4%^vH%v}sZR$VwexV+z`pCRunsWdYEB4EY6;Os!cu;v|uekx_=zVaL zPUOMBa!eJCxcgk$zf3fOWxzr>VXuA+i8w044bt!^qkTfhDlV9Ur?d`N6ar##dog}@ z;dUXF_RG?0GlPVp^hU^NwOj2X>ShMj))ql>YI7Z4&jFCBXnY_R3(##G>S4S!wiUN6 z@h%w-WgkaN7I9{3cO<+<*}NY=v1kA8x`P{K?d~|{KhbkJ_dQy`NqhHzvE;~VCksDMCi!WRjhQ7fy_dd}k9EjfbpqGxNr^pf*>HIz<~< zihmjP2D-9Xxc)4MMH}AqK1DksXrBbxMJzxZWff~#fg*=@z9wgAH5Dv$n%xye=#mPu z7_K;tI>oox6#}Ei37A_38#qVFkSn8_lL!oRH63$Tl4rOybs= z@z+IpysPr8qzW}*Gt;i_KzBP7JE;+{dc#6JL9;67;fNDnMF_hFN6cTMArBy-=irT* zLwK}~4i5Z(V65M)M-lj{o;(vkuf7{gR<+2jx!|$I0_!{2y1>wVNq%75DPQ+l<+1HK zb=JSH_;q5iNX~ik=}|oVLV)pwQSYsRqV$N@KDFXz(A_QmSR~0^gsE$oR^*`dw=CRA zQFvw3A$Hjr6g-Ajl#Yko@K!)k2K=6`oQxl->c{G?me26)y|VeV;_9w#0KD2{cjgYY zXkzVl0)B_D?TmPKEFdqpRrZf~Q^k2OVFZ7u4S}Nb)S?2qX3IwPvkNgO)g{x(KRP@f z7LC`6@&n@&eBDWW!B3q$O&L?K7TuW>3Ev!@-=>sB=HF3q2Z|_ zdWdYXmim^APh8L+z`>=+oyZ?7N+Qqz@UC6y<{E zZt;`XsAWseQErSbx1J84UtZ&naQJN+@5-%>c>b&C4izs}9Ln6ImBPOABCT{{=8>u; zi5PD5s-9X@L0uD=d>*FB$qu{`fM@qWfij{%WPXKs8#nEJO=+PnC{RGD2q+x|ByRE3 zwcL-|43f!FVmTY%#T(hNp zHmlCg4bPE)b3=bp_cP-rgEZ>o0(WG7LB$jx6PZ7eJe59!lMr81YT%Y0Z9mfwEyB6W9>4=vnI2H;K2DTX%pJ%-z(Pr!lKL<* zkB2jb<|HHQbYvZBWIexXR5#5ep0v=VC=x5C$1DE+h(=E|Cs95#4caZJ8ve_gvKU&m z8CpW08opbMew_P*pG@5aYd75D?jA62u-a;B#afr}I1dLjSBI~I(t#~?Un4(9Dz5L( z#h_Ht#v`60#aV&+6|WXy)L#s2GPq*AM0$xyD&eFiJ9s`n&n+H&ks*s$&zBG2Dl67u z#t{#XAy3&B!X=BKIwuCejOf^VA>tMlYhs9<#>NsOMo7#%kCD^gf<5ZJJe&=@n(bJk zmWp4b#PG7hLQ@^-)RD3fQpH>;BZY?3x#2>mQ~zer7YkHpdO|uT?sWAdC_;Ak)G6Yr zS+O7+)}KG@OUgXdeaqVgQ3KTt+wuKLVV z^`{c<-udU3UU~^O9eM965ahff>x(YtF1S|{i*BTKJUx=@_SlKUhgkXuTaGR4@@1slLd!;JV+-w7{6-Ta#jin#%7GQ{A`Cq*L!6z+8(`{(&{|GD z#U9x!hgKX$vRizlr(taX3a6EcOCMu~;Jxl#(I}HE%@tpA_BUi0&7_M%XhvViqE*!z zzO*tqJft!qd|qW@cwnU^oKl&j-=7qJ-YD50RKR^9OhT-H`>oto=whCgJlDc1e1O^= zzO+W|z&k(}1m=9*S@5;l^JQet8F8D;i^sJvO0nIa>J~*Z$`Gvp$}YxS4@LPyaRWXv za*{p^uD0`O0UlqESA^DEe>2@gez;yD3Y!qn#@lh;#4jJgTWPQW$|tsHhXkeK6t=1J z?Z~2;OCxSuv^3dZ<4`A68^u-JY7fd+Y|kkJ;V&6VsXedJGXz)3gJX?W^v7>)>QcLQ z3tGW561EEWvp1W>@;^!8hEu&6jTHp8xDz8$ml~r%(@KYUEQv`PG`)%mhCE`ezS*P} z*q2V zv}`#f=?k8>#3{Ydc;V0U1qp6F_91JN!G6Be$voY!K+pF$04ZR5uAb#9$xD~bEnfE; zBIa=%oEz(74JM9JVTAP!@;c)Fr{Z_2Abkjn7WVHC27pNz3_B~!OXJsSxwuR=!p7hGPAzhI+CuwNZz8<%?kADn6(yczk%S*)Uj zcSOz`2XAd7X`ED!C=s7{dMxaQRL(3Bdu3d7J-1z5j?-j5D^!=SlE2c_Hcc&^8J!B;FZ zmyVO-H>f2?UZq5_{TNLTu=4@^S1~8Ji_1ir%qP9IAY1P#-dBg`wB4fS=B^0*;5t0k>Oep)=Pnc1YLFCfho*E%M^UmKzO?Klny&9 zCr`t;D919EF3Q0?6cf9{EmlfyBmAh5WbgSrky|inz;|=nbIgkzCATAAN?^RS8>OFe z*g8$@(Y=8M7QJgb@ni|slnb)Nd|3vso6mHerR|P3@PVj1bT$&WHCLg~rK;phf8u33dKj!(K4B{4lMJe<%2I!ly0c!Kp096N(MWj)`X6{|| zL0MGycZ|bvZ1}LEM7vEGjnLCdX&2(B2WYP}b#~A3D*aVCK!q%htyY}l;Z9X~GOJ#Kz`yU_`xdS3&XE{yYqnV-g zVUG)nvz2yz0{1%YczLI|1Y0E;^dz0H$-&!8a;|y(VkQZuz9%tT9Y0G$1M=aVv(?FA zoIg~K4iiZ?bxHe5&;!zIy__68X&XrTMnRfLAjy_3vm2#Qz9HJ|el&ZZ(d;>e_(QVU z@C)M68@nRA<6J$n$-)$|E5eZL3F!Yy>?a!45;nA!ACLAqKYC9`l3&KQpz96O2mXGy z{>mQp^Z6i+OB$otx+7JMOh`!LMzSM6ja(bKF7mU8*A$sz(diAz9BTsQ;Ajz6a?2jH zJpV_ijD__*K&W+KHj4uy?k86=MI4d1=?N0w%f8inkI2{uz8p<2f&T~iKG>svq8IQY zWVmcR{5#Otci?Z6@JEK2E)?=&3lk|2ibWc0c=m=6oYgQy?ohN=Kf;O{G_HUO}r z)D9I4Kk+xvAQFCGH{&Z|2XgOmH_xoP{%WOq7jltjqiHz_Hx#EU%jxc<&3`lfjy6MKVxQwiG&l3Jc@mrViY^Dp1xmXk(ol z6BPgNQ6b(VRQ#{v2YmPXci;;*O&e$}Q>WrIlJ+EY_&Ud;dv|zl$MaC0Vs(eFX(ppZ z0PRzYY3k(*Ylp9=}-CsMqjK0Ch(w zmFlAQ-bzGWIiH7*>GaSkjmFbN)jhcTg&*PVv}+X!{S<#n)b0BHczC~?hDof%0eGF7 z%c7;#&>J~P=o&hT1v7~)IHYHPO%A1c85ZVRqRuEtB)2OlnI677u+U0Y?m9f@?(b1z6ooRsDa z%r=V*)ZA>zAZ;_9id5hp7%VfFLq=zid}y{@hyykUZDjzBku_|i4kkQ~JuAWwoA-#f z)L@*_sC*h28dY6&KV1yO*{LOfbbAm$7(<9QB+=Ln%(8$iSE*i1C0!0IhjX-6X`BHu@d5*HX1<`PP|psYyb3aK~U#N#CnZ;Iwh zLjXTD7YqSO88`7NQ4NM)(@`N52pynL+zQ4bCIKp_BB)dkMAPEMDxH4Z*t_5#@dTn& zRQm&sWdom_NQfkKAH)S|L-d??994;3LoXl>ClBa+#eWlihseL1VNZQo~0NG-Qr`ImZ*)0 zvwH>w#-7DRgIcOVDQXq1O8{jyUe>?>NfQ0Z7dPKj7tg$g?tTlYDy*fjaN?;a=sHG2 zy_WujzUKbgL8Aa=h;yh?V_GO_Q5(an(0DUl;>0Zx#s3h{3f+T0`gjmCP<_xu9nC^K zyjFf5HO31uq3)m3=%P?RYE>UkSb>3QIS;y#eP4z?B?giIBEy?>dx|>!J4gRIbbDiq z9)6YeKK*>6eI)$WMc>X_#rLc97j&L`h3;21(FoyJYL5Jw1}Ux&F1tdm+2{en;V)BU z?By`Ztv}tO8S%Q6TWrv@J)EN zCw$i%@YQEBd^js32z@g8oDcha9RqVZz%H0@b5n8^M?#ZL(=C(rq2Q>9N$Nut?}^v^0l7yxyXQTnXH)MyNe_HgzroYzMJ}j zuYWvzyBWSi^S>Xy-SO}xzTOkQ2Vd0bxA*cGe{JW;KH)Q=Nu9r*`T9Hb>$Crk#kaq* zSNo?o>g|t~?d$wAR)Td-{;|ZsZ~zR0e}Xg;@ZJi~)6Ju;z4sdp_;Tq!te3>Kyz|=H z&M@k)AU*H~(TEOjFb21}MX3Sf-!aKzFoHR79}T7JNPWclri`ZN#qbzcy+!;LJ%Ut% zqEzgVsa(^&T$6mB5E)1=>4R{vm#VhXOG#8rAI(-mb8(XfS0mBNr=xOgMZE@Nurl$Z zueu^|Wbfja3T2qC;_IYlH%knnm)^ffZmJJ_kXPk%Pavk4C> z(0h|J|HQq68-8U~OROeOCYd5x0<+rn@t~f9KYI)hO7xzrTHIl3#^dSUs*+e1S~A_<-208C27mu~ghFGcmh;%Z2-5x98?Y*^PKu2ivKG&D>Pi0kH9Y)Opx*H^!I2 zPv03oh4DDNwz=o{xj^DjDgr-YO7ezN-* zKMqum@$*18jh~|@;>OQ=2=qOE3e`QL1%y?hCJP=$i;tHH{rm)H;;tQ1j_jV!bZAlU zYDNF1)zUC})h&iRFNaa5;wPIjJmLpeGeOrTs>zLq42#8nMv_f)HM}}I8vEk7P~<~8 zmNj^(CG65>wfi2z5F9~g0fa1>XPM$u?6MXs%81 zqI{yH4@gle?)n^DmkMejLhM2q< z1~BDxHJNZPz;&U)`n2R0m&(NOkAnrYHD(A9*bmACeJZO&XYL3E-Z;N%FQAp5tD_>F4l@^A!eA2Rvtv?mO+1#Nw`n9{Dt>o8qestU zUWW5OV8gsh^;9^ivXxvJ=Ftufj*rZq_X%^jV7VYZt8mID!(OBYO*CMTOdknRk^zwo zw%tf!ri$zZEfFBTk=eG%&3LYZz(6ALhfJ)OiHM`cy9Dli8ONCX7h@v%1?Cp_5_?Ee zE$}mrD486stvIeJL=w1kek7YJjW%VaIHtqgXj}^7#8=C)D>)t$5}sUCU7OTNwWy&# zrG(I0_(!C7P*8bz4iKT|3V9CL`Wdk#ye?68LeVX52D3*u@QwKZ>zS3efjGwV>2~fs zeMz%uD>{!}Odj+MBUXLXGX#f;a*^W}YjFf(Jc&G!bM&cru0t)l;&~aMDzAA25on+H zBvrv}&O9U%{dk+{ z0-1?|;)7W!robF}D9N%RgAR01UGPGa={XKyi!?5|BamiOh{CFQ=wM`p6CvLgWGEo#Sg42DSLEyHdQL&G!C zk`}a0Bxb?Ub?+Xa?JC&=LG%m;d>gh=Irj+U4uya*#kr1!E(hPj74!&i5w=>2&gRw6 z8wLNhXAw2i`zhW~fWt@12ZG_H8&ksdivQo(0YD@jOK`lhrO;#{N`}b0be`*&Qcdqd z5ykZe#vqI4OeRJPkPcKojLcUtm|0aw^p$KtE!WylG$) zKiTu3l2AUyE5Oc zl>L;sBAZHF3@Lz?p$vupk+U=3jIHQ#=7cxF8dzrm7C9Yo<*yr+0}QAR-po?*a|sKn z4N~G6&=f$HR7}GkvFcqbiF%$vIQD*uosU?wNiv&K=G}<-BMk|(ug1$#0zl$)gVC%f z1ND$xtccZfwX8=O5M4p;KHf#M7&-}8L^{N*b?DA`dz*NAH}^BkHnxD{KsQo@4dU;P zC;o{B5T7RRLBD6><8{6%E615vxV{3lh^jGgSIMf-1+GrlR~C;$2S$?nkI~cuu5TFE z7gb3J=!%t5+PQZz?HFf{W!hbjSkTU>mlOU-M712q)^-l$H$+n<@|SXzJ(2%w z6#3$vG2}UxkspQFIOI8jk#{1Y7xK9=IXce7H7oHzK-#!b+ z*K)qyfr^aTa2n<5#C(f$mLBu%domN%C+7l{H zCCH0i`8LRXyxpcY%(r3MxGCZKfZL+*w2RY|Np0n7{&<=b=@6v@Si$Mv1@QkulOyKR zF$sYQl;*i!-NjSr56q=X^>e6$%Hhm`OM08h*Pnb*)j)}QWLF#^F9WE7g=W$am=py5 zpz{nuHY1)pk%~}K*R-Cb{1dVgDZ4Ptw7ZV+Ov0X9;K^1__ai){Phifw0z;3KkN$b5 z7kn5>LkI;zKVrGwCTFhWI6>p-xdzSXGgmS@we4rX4~oXm`oBWP02~HlCG0vG`UNV5 z-Gqbp(+vew^5e4hW1tQ$!;%Z9PS1#dpC%`u6d7_{`XJ)f^dpq%aY}**CFz3)hnwmJ zaNJTE@YCrL7a>nu+FvQC{cR*=ZnwazNmcz7%MM*S`4{A%(OUJyTGA4E-9%`Cz+$f( z)Ji;8>QBBkneM5(6K<XLj>V(g-a`Z$0CRl~3=sJHVt(oa8 z5A)JSx0wGJOXtXtV_+`mh?9T|>a3?9w*Mu_pd(g-nr7aJkQPccGq_}S`c`&P&A zt6um$@u-epM-;y|a3zQFJ0jE0iC=3BzojS>#c#}-p7<@s;IrdRdi2{KcRZH=#W%c+ zUMx03jHSy6F_zaEA;vP(2*qKU8joe$uAaU4Y7JwFTfexGSbQWIl*Zj_>X>G%Y#G_l zWtMXydn|_RV<;0vw&Zuc{3oJ6(}3wGx5i_-0R121*Sn1nV>-hKF{YD@5Mz3i5sJe! zEgsXBcY9*m{0L);dmf4%o@VJ{$JkcF*Dmorh$TPc`>o7)PJG*9_&$p=QGD+L)AM`rSRz-m^NcgAVfE!V2N1&sz!(reaHwgqW2jgM)c=K zC=SuActl_Qdrw6F75Gm7CLWCI-%f1(FuE5@ik!25MGV~rl!>D2$2jQOzZkjN;&ia| z;7LZ`mLc>!xI&^_1`+&(5jtK55xl|(i86>_+z666+shz=VYMMcaVU?BNBK|h^+frr zRXWQ2Mrf3+k8ua2O16$*JB-o3Ow#9^Xt&4Eeivn;Xs-r$#4l%J=VRz^1OJIV@CTE` z;ctW_{zgdRZ-gZNMko&d{2uu4>4m@6C;p3i;E%qN7;%|iF@Gp$V|MxAu@L$RJmx@2=LyiUaKm+5El04_c z`0E(PhoMVFFMJuh)4Jh@JkHg7mN@i{G<_LgjFNN2tQnsZ#=A+qYj@DKWBES9 zd!y8~o_CA>s_bYvP22cjOrN$c0U`kx@)XHDguGkVxi-e@TxS^hmuYGbW4Vs%rOx#~ z;F1{fB+u#oMLIO(EExIZ!tg&Ii@7xDq;#inB-C~XR)MK}K@xw-gB{Z8%7u+|Y^a!^ z3|+VQ&iUs=ZE-5olZMO({A#YD)jfbNjM4L#Mu_QIVuYBUyabzWK@&r22}0T{^pyx6n1=ka8r$;AFf=w`!6FifsC(^)|H+fc)&qvZ+Apre_$fqr{dU3M{@&c##0tRGffYzu#c! zV|@Pp01jM?4Y#l3x1DAmB+Bu&8t;=mArF*jO|>87M2mDhRzRCz0Knu1*z{V45s$-B z-sp4#{^#Q2?T81HBELmwaq+2$hcG~Vl9(5ZClDYNaa_6$&+&p_3`-@$BDbw*$BA<2 zOQ}TwTR(RyZ0U+TfM8$$Bg1F%9>5eB5?k4e@AtX(Rom3vnl&=V(ijET=s)1E?)+e+yFDdNH1@;(hj0K!4D9sClL2chr-@gj%bqZO@)Divd7x%lNS_77{* zxOj9+HE15$v%aUkTi*(<@8r7-NALOys5rf4`n8TzyZ+74am&`fh5C2A{U#z z|EB5RRQ+q!zv=qdqJM4r*P(x%`nN#;=Ih^yy1&(zb$iHH_3uXgo5lHz{T$rir2C(C z{y(GuWwD5hyYxf%jh3}rz=hh&PMR#WO-=`Ws-5ZhU`PhA7w9gjFdU8nnwKOdQKI+20tGlU##!=1Fe|El{zj}Lo5TkJdH;;hV1KH1~b$&Ys|EQUg! zbFhH!)1tmPD36=xdU??=mX2)k6Re(pE%L|eiws#44Z~Xi-Kf|5bDE5g)lkFt#~|b| zJ*R08Sk$gs)2=_<(3M#qxy0OY9{fmFkah!KIldc7KH1^z`H&b2VUyW-;UPU0-FcTx z&FOseQ)JIO%-(}8Jf%!(##Pu70FWLTLXBf<{e0vV2dd!3LAj0u#E^g4-Nc>^7qM zxbV7I*ayRMPA=s629pgrkab|PNyXj0+hN=c4#AbFh2(p|WS-BIhjSQ&)1!?1UFmCk?DU1;!VYW_**^Nf|xYQ__2!F_KR1#wV%CC*LymiwU z#gu6G?FCvD1^7K>s(2K)L(t=JanWi-wNPyhEFm)>)tMCS;N6 ztxHS_d5CtGl}<%w6Z5_2ztrYRyRbD$ZpzjsIdJ`v%EH7+oenz}t7^t|tO>rw4wDyt zAc?a_eSy*By&B~XG;+D1>21)*xGGn`(kv*=hr)kDTh#41-wFZ>XrQ|LwhBU5O#O(& z9S&EO>J$hx-2q@aIRKJ*FSwgx4H>J<1@w&`%HQ*2;-gWuUZfElzL=v!hjdHSLCMW7ePpA8<6 z5Kl3LmGsb|^$TKQi@v63<8V!!f8&1CIBRem6GJ{C7aWHjJ>-HrEl3tL7hONlee6D( z>!T@}66F2u|1>{wtf3#~!`hcX2)f$k$FPm{u!gOh`R28eo*1)@{WY#nfVKfwJFsp7 z*0pr(k?3lFlMX)4pVR>s?2o(Mow-sN<0UJ$5`IFKQ#;ht@%FG#1r611E7(T2hP@jC zElLmSKYhqUMT=yMr)1TJ{Hi5k(1m;5`uNxJBM+ek+BI(C58P_w)dNOoH6ceA>+W=B zBRTauzT`b&CYBWG z_?@M{+}GIzuZNvY7Nz=8Vi(-{!jQ*7BksuK1;kXOcxUP%N<^Az*+-@-Xk0U$73%rX zCG|Atome)L+@eF(T6)_S*K2XL?hbrYku4Wr@={25O0D9+O(f>V&uHvyD)3xEH50A5 zq1wiGa76V7dH;@5s8?|HcVBoFy~hZ^D3W+fZ5d84&s}w60nX0KAynY+h2-@FOXv0i ztXFSO&%52Z#9sADx_78{kv1WHg=GLDanVu5U%FIXqmgYGK?dM0V%T4R7Xm#qNk{_k zphbF5Lp@lmzUynB2vi;LDL`&0=vrR%I9$zgio0@gFLEs8$HJt%X64onZLAgFKox4p z?7*?wSnHDH&ap`r&x6>1;5(i0obL9a#ss4}^c7y1C^(Dih^S&PszjzM1D+(4dIGKo zm2Km2n^E)!-g#Z#FMRjnrgM0cdZacTt%$Ga=yj}B-p(twF8!1*3*yi*IM#|1k??PQ z!VEZ!{Ea>Hdq0)ut!21-J=!L5W^5V^Y!-VAOokIC-b;GcH?MbnIG4S;ye0d?QYpJy^;xSfX!gtfadmXyL)eq~}|8V;_RZl66z zCJ(8&HQs<{HD-sd0P;u^`^J$UkXZa+#AAPutqIfcz~N{ck;!wTb~kyD7}$(~OAe21 zzE9F~I+e|7KlOe5K}vW<+I92<%GpG3d!Q^avq8K|Xf>r7=esD~wcP|}^$ejJuB57{ zmT;})s;=z?=q-;ziRsbArzi`qP5zGd@AUhJ`M!nrZqu;bl7{nc*bOK>+|9^ZQnGtkJu$bPY2*nLKFk8UW&SK5!%UX4Zs`7?*u zVocC29QQQh!u$2g#Ru@!5hyuM!v{msYDXz{0fq_WBMd8X>)(=zW$ntAl8?$&T;d*U z4;6x_%9i5P@JY5mqx;nAA`)I>ckz}Tdc52TtP;R z7*%k_7WkCn>*3CTGXDz!=oPEyppY+Q_IFb3Bdv(7@$XzRj2^Q8D{V_4i3-4F`dCY6 zQ?gQhDPoc8zZzeT!)^Hw@Oxu{;vbC4v|_7&-;(o@G~9%Jicu!SDb?>GM_??V{aa~C zNeM`7Q&y8pSh`QHY#v%mstkMzCo`2BFhqZan>t{1rTR0ZV6fOdt>wOl(oCMcIIRC% z?Wpg*B(ou4nVQ$^eFwwdrXD7%NRxO3<-&i_2P~i5(@WNwpdeMER9}K$T#-_pil4YR z{+0nz*Jo4_S4_SDR?|gF^2s^~`P3bmEx1$=9sv6TGWDE<#z33AdM^<=v=dp4VfdHR zy`%`yl3of%hN}p~Rmc$f2O{+GhMW#yw&?69zg=VJ%2aTJqM%NZ%={J&E|zC!mrEmML5&D zqreZimDhx}B7odi5|De4JLEu(zR%2RF+43?20x$@{!K`V6HH4#4fRL9@*1S4Q_(e4 z^nKJtz~B{BBr-pT79kEjhCHUw2K?^z{+T|Q3vdGg9J}IaWW$6^leHalV+OYVve9wb z7*Y;|v+zyDNJ137F=fG*p2o7`n@@aKOLMh=v$+Tq`K)E9OjSTG=$V1n$S~WJlv{@Z z8;3_s!0x9)w^#!YfGyN{m><-9r?{HW{t8&uN_&yuSQ~B7u^TV8-PEf-EcT(tsLW|T zFOy~P-jtMAm>;unCmK_S3L9b=OC9GIdvC7SZm|UB4DH-*Cj(#%0mXj=oeKytJx*%& z)zKYlF%H|i^71rHKYVw!b#&HOdCt?k$H4w8F2WeB`f#aw3oehhl7(_mZAs}?s;{E) z3iH@mt?GUp7fv<R{-GuN4PTs(0Y9AB5cBKaJ7L=u==n{-^(t?u{a=S^zE zTT8Ci&H{|yv~u4tgGY2|OAgT$p9GV)ClIf^N8wrgjws7ChA==PlMH={i5BBT*dh?7;_1KShNb zt2|S%1J>N{syuI-wzzE`&Cd{1+ma!(-avu8v)&W&%=4o-{_kC%F;kE}c`4U=Wq2d< zcd$t6`b?K{=7S*xV`XE3de)-??dE>z;bm$AR7$YfvePVJ{j@U{hl#R!DoMA^z{3QY z+B`0j9S7CY_7ItB>GG#*R;#b%n5k>lF&>>Y@KgfKNXos8X4URyQ+8mfIrIzyFn z@MmB~6c!;Gnd36>vNt`k*x+kRU$%=Rpl^qZJm{Pjj(>A8yL!sJzzTI0eju`FmJTh& zV9#t&%dFuSgX1zV9!$0LC+vrykJ^)wFM~oBKMUt#7WltNAF5oe{0h*-q))RaD<*yZ zhiH!Nk%Qw&+b@I}njueU6&?10Kcu9>dr@F0%KGPMR+gu|(E|N=>D@4b}S2e!J)%(lMHs-pQifPh$%`Bc2`A9g!NZO>v0uq7>^1a0n zT~zShV>5?$Nj5gjEgF5MW&Q71}cp^OE-2AS&9$P_p zmZlTiS*~NAK?t$nRQ%&uRwK=d$5AHL>tf#x>jZ65Yi1Lc%Y{w_vOlMeq`&Xf{n(05 zIT^5QC$>?l;bX|;`!Jn$zuHzzIu^co#dtW;Mcez7zntBFqO(3-adj!K)9R^|FFhBl zC&A{I9tljyt~!;s{FA;=ie)7o}zyc0)0?de!Q*DmROZ?@JEP+cEDs1sA%$wCV?+SJCakPdz zJL*5RS#9$EhLqQ*MdFu`*Z+jPMjlL*m~^a59OX5vtw5+lqJP){SyzP3q@|zzf6Tpm zd{ou7z(11=FzD1XXw*=nL>+A+Da}aKjG#>*2~+_Gfk1sA_M(l5iZDY^0l||f$J1$P zYkRfz-fLTLuWfB>twnq%1T!GE@~DDR1@U!;K?pub0AYULwfC9H1ktvi-|vr~e#o4& z&wi}E_S$Q&z4qE`WtlblvwHsv!iEs(A(jjZGkHrj@kiCqwGS(qtK@+5U~eU?WwNLz zZp#?oYA;VFnlq_JikW)~ffEOtieDQm>bIC31)Zbe+3|Prl$bh;Jc%)fS=(M^Z<)o1 zCBf6wTfV5>D$cyT+t{#24oVgAPhB`)ppr~#6<@72*#%~el6JitQom%*D2(C{M9kYj>_xioq8c0DF7VX1FR;!3ZztvpFCt0#4ulvh-&E&};&G^N}K zTI65yZa41BAi&fbnWFo0^F{lI5;e=5*V~Zi%9Nr7=PC8L>0%Es6Lp61B>Noet)=ga zBE@Kx0|QqbC87__!XSQo0;PckWc=47&{tXA_!|lsEgvF>+VwsWNkJC+ z4bfeEzg$wM1gsw8g{?yoaFND}S~n&FK~b^bJ!k0-wX7ZR4&IoE1^ZiDo|Y99QDF-s zDa+?7YXc!~spT12X%s!KR4cM9u?(bMeam06HpD+LUg(fjIuetXe@X}7qQ&K1-GC&b z1sBbzLvJspuw}%pliIIYJGDH&`a?C&*$l`>x;y(Qzr<*nN_N#g`PIJXKJuroAa&_@ zA7kiAjf7C(C&t68yxz9fjkoOsqh70XC8oL_Iv*go%H}YgZ{=NkjyL{y)u!$6Dn!Or z;WlsQpv{DkTqepvK7bOL@H{`VlW!5ts)<&5dvnTwUoc|p$1oSJc4Sql`P*SL*uh{A_HLx!uV0>iJKMsKR0{!@Vgj0CG>lOv zE+0i`OnG4*2#k=45c>npR>Y2+OT76WyoU|m%}RVP^otIqL(0DL$&UBUEp%)XDzR{zb2ikPws_ynyVd2KB-A@! z7_r_^su>B6QFh4wGJrO!dKlj#Tpkf_`86QOLYI0#wv^g4SvvVl0Th;+jiSO@wd8#< zf)Vj080$y{hdq)GE`P< zw}kE^-}MOF)A)Xs6uKUr=?p&B@lk3aeWs-IJ6p>0X)K@aCyB=<|4|2&K;XiBa2)=RX>GMdBK-anE5mE`A2N zeYXq5%6ej~nCexBaMm_zRkaX7>Lu%79u%#&1EjlO0a-K6)eE({P{gjup*kz=oR&)K(=?4kl%o|iw{t8BTQ!j8ocf1RTDY~f|7 z8|YxAGe|0V1quSDvF4i6M}(gXBBgQ7Suk=1@sP5tPQLU&`h=d87aMXX6&JZyM_DpX(f#zfZNK?v#sDqQZ+*p(v;D%&jqEo znR;pXa9nDRJ#68ZZ37DCE@#~*G-A<+=0_$S^C^N5%CNSn_T_QOf%A82$UGv{*zz?1aS;^WXl+Q$0VkBKB7^*@0~&rgJ6H5uDYx1n zDUM_okm6JTUKa81Fp(ANatIe&71eQDjzMM`Ezw@wta2X~BM_SWJ>PJ*~ z!~|gAJ*fkvyY#NR-ek1w=Zo~%ONMNZHwtGtDgph5Tzv@WUBumNKTi3=V!u4H*dq9Q zw%EHcEjd3{*Qs7+?<{lA`P~PM-&#Ipht+m&}5(bha!+?^B+%saH^Q73sG*mD?*VK zPfzx$_j-$M72RuJuueF#nGoB>Y%{+jzi3p%501ItXSCQtHajbq92jWab0^PyY!!P# zrPrWl4rgMg$glW0HkLgH4imm5iModMY`}37>`skM)XRlR$*UGR8ap9@FU=grsdj*+<7Gir|`xQuvpKA9+GO- zp@704uu?7?b!$==x(r$==QI~9qa}qe>6JSja$p=QU<7G$=CT48oIECR6SXIw5TVPnOX@IjUDza*crVquuFebUU%g2+eljos^eExR>D${rGv08Y!p z?7EZ@AhDWrZCG99P85U3mftZ)B>>Zc<6>X+CcQ64KArmx1{+v6N-QR^P#o$__gjff zmvL(ELkMnmRm7OLAW zZgd7{Fw)^ZVMH}%F;RM`Sp`XnHr??EZaSv%r_m7xY_1LxA1rH1+9I%fqJVRxJ#UjL zuj6w{e>nNZk^SGG!zwybX?;6n-B4;xB=&e+s75>Bvue3l+vM?-dYrE=R~;vUqikq? zM;qBMp6r(j`LdQTOV9>+j2184l-N@5f)0lJ!pzwpGKu8GS{R(a#1rs%51E@hqE9kk z%$S=pvpnF%3F51PJ~7>enahD=5&1>iD;3vZEr(WAQW+tLrDUQW)IgYv_bJy&xv7qwS5ByF zgl;@N5CnVz0>T^unX5~(_P#lK>iE7!YbWw=$P@bt6R-&q^39y)NgJ%8ElUMm4Z&g( zWRw`KGBrUP#I_lF4nmF4)>h~WO8XE><7nW(B%!V-e=6jkBMz=LnKd;!4^2~eNne@Y zyUtwiB5@Zhvwj0s8u*hgJ9^fi;dkj6-PiEGp_TT?kXsktxH#Ez3O9>)#zQ~T=Blt543;}o zJTG&XzsW;qfWOR%g~W;nHn3nKY(S>|IL3wP?be2Qel5dwfJqus{3V_*5c!14{KDOPd3VqaJC0o?Q=w)Xa<*Uc1G!a7=HVOPL--Ns{E}WF(AHyPuI1W7M`u zvt+bOGIOdk(UGv>@@<26gC{h{x|&6>LNyI~Yva5?>dS*!=phSiuBN>2sjX9xXmZPw zvgenGM{-#z20vp#x0_15yUoqWV;OTZtOb>j^S@uwtfieu;D3Cx`#tMb@0-l1%JQzk zhp_uUMENRfRrvv{C}izEB^IiN@dVphr;y8wU^xM^Ex=DP22hBvK^Ce>dZBts;D`Mz z`xs>KRpM#a$T#%?EXcRbe3KXnP^i$yz^>RB=nr^(%a>wsREml$AD@x}KB25iyEZr} zb8Fc|-I&Ixv8+|<>lxS;myp|)=IzBEyFyhL`!>y22?&|F0cW|$cw9jQ3M(~muQe(V zi!42)+S_Zsu0#78qu#>KP}(~*H8Zy?>Rg#uXjGv5(BQYEY&;2O1KtAu`Uj2jnWOyP z@LCq*b_wC3nOpCAiJJiOh2UBh_8b|SGHrkt5urWMzu-#!rE-?fdL{df z_uxG(kVikWd_?5_E<&6jsXhRV@m&m)x85@-?lbW?AKohN zvV!^i+uRiZz%uAZ3}s5~1tqLsQzkhz$7VZ4fcEb053Ft8kF2-KJ1uAMdd7TM9y4WZ zOEb5YOqtp=OqlKaEG1E=20;`)rlv&tJQzxc?!H8>@PjZ96jQ3#zCd>Eqm!?AFCKKW z&&2&P$Cn}*akC_6@2uu?HbxTbhTTxY;UbfxLneoPa}X1MnAE2np3zIWW2n4f#9nE}#DK>mR0=?;?)}x3XJ>wqrGl|9|=X5Ga@*6@BIh;Z0<25bgU2Zj>W~8!XZg!W;`(*@| zszq?IBBWquvzCWhLF77&pRn=Nt^UoacAg5W8yD2RaRE13`qZCWj32$pt^HZ4{eM;M zrMh-SAKd#;_>uhtn!`+Uweu%cukU#^B{nV?0pjJZMp0zV;5QZxHQTkI#dwkTJPiX7 zaKE-`E!9h^FuTMOjkPw(~!glc>;A89=UK4pkzGnvklT!QbZlQQvY=d}M;42j*rK<-Xe z`(jS|7;i^;GLD5p`usk~%u&qkH@XmCD-d6*Al{AII|s4wh2^QAPssD8`tr;A{vZm7 zpydnYRm_#a#;7w))fseSx5Z|#ZcU51hJu#G5-{L(UYtL_MK&sB#~8aE3EWo6bK%JeAH zT;_PGm%(Be^Tt%?6BJnTqHaFM3$5vhZ$f+`P9*zM;!uxANrubz3{&c zhH~)#-F@i;KlCB^j{<`17>li*@W$?2{gzK;(US1m^3CE^;_5(zTfh7_c+0%oW>q>% zPf{Bwkai{R8@OyaK4=W$r@qt}RKvfq!SciARu7Cqt}O;ah2uRIPTI??v1L|$nS~$d zdJ)dB;R;GryHhz*h!wZ4eM-{e#f6KwNL!o^KBcC{K<|Q5GaABgvIx!^=e@JTT_4zR zJ}-JSQPE4MK|A_=qvchet@(o{g#$+5 z+4dnRR1z`|6*ga!3H^RH>q2I3ai+Q0+T?uWZ!V3-7ujP<3+rITmxWFUgockU9e!zO zV7v83Y-svB_L$-kql)8K^vyD=boeD?i5-)!bu&bO(^ojk4~kB>Bw&pZZefqYuC&a& z9TsWOtaIvEwIwN~@0UA4UU(3314gXq?`3@-rU;HB%C$0?ER19&S1houcC44;!y>8X zt1uy77e7|rduD|9a!K3a_hXEYdic8&jfXzq#@=ps^BKl-Zzj5A{1pAP&t|u{-|F17o22c0!sN#KXdv;?x<9pEvy$C2L%zssb1T@Kk>S0_i}QHJ zJ`k!*p(RrB2UQK$l z5n#&t*jRR-fcu*D21eO0TCZ3g@#7+U=T}%Ch4%@f(*DRt^DmMJk_?lz#rjBiOZOIY zqoT2oy6K7Kh#42-=@-3ToAaiq5&pH4aUsu@W zZPNz>!82bzl2q`o^X%k}EfpB?TOW0^kEX*AU-t)~`_w#K4+3w{mx@5H@v9Tev^Vt` zsxgU+x}cAK-Z(aYI@T!tmGzRkz`I1?RsJPyk>~yFK!-Q_hW8)1p4;@(R}sqv`Az1) zaIqU0j@&A_~}Nm4^rGJ>@(CMTPUD_#tLQV5&-(lF9m`fHfV@ zrdsr+7MJ~|DR+!PS3KzB>0yd<;~>S&%$}}!5=O4)*m;Jv#j|Bue=Mh3x5i7;<%t`E z=6hXJoLleKx~?R5h|RxxS(DylnVrP${JW}-fOlKx08|r8R|~i@J?RQ@Oj1wf-KSl- z5{8l|QiyihPuJM~WlrqDT|lIIu>j7p?syn>zNRlb8syN59C$igTe~v=l%Dzu%&PRPS^b# zLNjjv4E5;gtSO~;r|0!f?Z@2s996xc5AIVptliKDU8i2c4eQl1Aywe7z{RR_dMsG| zB9)6P6^>pI{Is;iD>V{Azf$>BD&+RnX9RI81zG8_56$5Dg=&>Q_ElBwiMm>S0lP}k zhR@R^`J6Y1I{#jadts*X^32rY-YfHU zqHl(HzvO%NzI%;wJ{lmZd;QDWm(==))j0g!y6zv0%@2oM!T>xGb?lJ}9mwss8!HMQ z@!~^*t2J$LfBKXS4m~(AS+6#f*6U5v7Z+%pHF=QFtR)9~0x9snN_vjGG;5 z@Y_?m2p^U1x4}tFNs&cH+j>2Exig`?n^2yPmniZ$Q?G>77zqWbpW6aVD?E=C;&-fn zaO9LmV&cP_n7 z!##askv|b%Z|%**gU%;Uir@FF8?Hwc>RdNmt))W34`~v9koX@X6b89u+Bh}p+#!=} zH6EiL60wt*F{Be;ej0K`ylWqUDx~kboGK00zWVhlVT*I73uphCU^!7QnDBrJLcrJ4 zM!jm|Dn-ZvDDa{DJM%57&kx&+9!Z~U$K|)TotN*@OcWdWMcaE@`-@H%)9vxwffde2 zB$GQY%Eyi3FM0k2W}s^h;;=&$pE4fq>MqJZd7bJkKUQn{J4mW=T@chgp z^l`OkKzPXMQD@MF3UB7YE(3)hvh%@X=M7S80ZxlzAz2M7(-8}6_n`Ss7iB91%1O?* zm*_5avZVUWbzY=LQJ{)BHNM}7_ocuHbox${YyCY?BmHBle35tXZcdq&_2|yz*DAD{m$(=l}U)34K-NfWw5*qR*fI}ifC%k zzCQ4JlLZ_PW|#e$xkI!0gZDidJkG>ek*bI~<38nsF;F*%X1!xlw!eh*A6Anb5q8Og(y&s&zl9MB%n^ zqO$~DTVKSA84!qlk~0x{=F9KZa1A?2e%+m*Q>v4apPvGXUTWPIUCiR2{|Hpx_fJvz z{GFO~vZ%~!{8#$Z=W#g;GVNs;S^hdh;w9Dx?eP+`*qXA&8vnB59Z~0L1{uGBn(02a zT5*mitm~eI1FZ@P=eS>Uj{BmHae>BR{TgCkHA0#fV=1GU$Nl-tW5MJjm`C?wO_(|6 z@xD&bnB&F)oK!558v==Xn(?bQ2Nt4SjB=j)ObU24(!d5^mgale$7A|S9?7egqE0ge(>Fe2c09S@bHreN5i7|J z;opxK!mVFZtVCf}_t{Ug$N{_vE6E``+BD-8(e0^Jer0oph8*p)mc? zaNTM?JL!YkNB=2mZ_zE}ICEa(ll7<1UiPB=C03Kv=p3(W$XEV~ z{>7D7YUG+7Ap(NVZ%L~}+vGs-2PY9W(`WAk2koaj7#o1zrghvG!%x4HMsS>kA`um7MdzWcTILa{+N1D`w_XqZ5};7b=jl2EyXoV$X;5=m%sYP$NnV0{f;Br zf4b6b|JFbDw%_lI+pp+te;XwCue9%L$Byi#Z2yNI(f@4w-n{l(RpL>@*j4tnf6bS+ z55?bm4IW;zA@z##q3~7+dACKKXTG6&4SAn~bF%u?!lQ96+42WT#x5pauCjfivMGR2 zp19-J6a^M^HiVMux@fK9n*@t`ITK&w{Lk%Qh`$S+scyKl^n$Ouv-Fc;Za0YbMQbZ-Q)mRcR(ihC^zFet3y<(- zhQly%z=iC46ZZVff~PX)UAH>2_o>Xxzn(gH|3bp#?Yg1ObN+R!yyt;WS#TPFUja|06)VYP*3uxE7n+eqj5S)bv%gM;jdrXz`_m37)S zQsK;X+IGP(aCY^|Nlx3>70x)R8bv@^{J6=AKg;Ko#q^R-UnK^aa_{Dt9AL9a#l~2r zNmg8zy{XBB>a>4nw-TrI26BTXRb|xqwaVtRPuAY=I&pmGezV#yZ*-cedy?}*1x|LC z+9!nbIQnnL>3x?oG_HVii#Iw4AHN%M#`J=REUR!=tSqD|x&_KbG=%qka_a)|KiJZz0oC zvk{Jt+Hk4!m$|(SpROA|jUUP{{DW%iI390Sk5qM9>hv$FD(cM2t7@XIYOLFbPk=@G zAb`KCK@`CMt{(;P)%sBYe?mRd+St^ebv69W#T!yPAr4zUyR{c^SHmZco+y8c2K+Q0 zzoH+d)R)Mf2&bpB9} zNSxDo)aa2^(P5vZXNkOxvnqUzDy)Jo(@O~#EcLpa)(55u5ZqhcUX52;m&wa|i+*5v z>JC^`9)6fFP7_Iu&MKY#2zd%sIi@zb6X)#yWf$?`6FBQpEW_EnD3iH&I$piA{AXM~ z|Cx6#{Abb1sZI@^s1S3+TK+=U&!j!w4^MT@|K;Hf>Wt8m2}S+P&LFzxhru|U$0=DX zW}VlolA2Y(38dG!AYY>FwGg@c@D9JiLz@)d23$GDv1%wC&%s~A_~qa~S>V40__J%y zRrzbq^x^KBv!pBs|8?0Y(#^o{IP-r2{QKgU!B&@CRz!qCwOTm0%+y>_G5n~r{5PsR zUuB19wTqr>VG~&ZwF(f_5^{%XL@gnN4p*u{y84r2)Y+*l6H?Y4@__2=w`@~`FkJEre=-TjanuW(|5Ut%ZyAFm9ZPY+!R zGbaJ*T3VUv{7zM(hE53**}>}===P}3;Fa_a-WjS#&*~oaQ$4EdUH|%w-_$#f7{59B z<5zy3JAQ3v=lV0J@A$32zYpVg1>>1NrOk^cl$H|9yTS|9rh3$Qyx0 z4dmmhH7yIs@|PV-qDIOw_z^={+B=lx)Q}s>0F>W5{jSFzg^71t0E6f6+|G@i9MWT- za&2Zm7B6X%dkf^~z0Ud@9$pn2qV%F&RB$>uZJD*%DC!Fp)?CIFJ72H{$GR5>9BS73 z;-mL<_~WN076%ho?{ewO+K+#8+TPbtl;u!5nKQ|-=G?J8#1!PTt9B1br82?bn!I@P&_ zAyTO9!w4%CDv2xaIB)$Igqf>){cVC+mmB^Wx@5nILe#D;dc+q8L7XiHAMwXa=wMFX zlK$QQNv?mm8|$_jik94g@84qkSZ5JccA|^7`_s3m7*RsxP1|AKh{<#IqKE3tV9Om$vX8B}xzHND#uZ}vLx_H(JcEq{%wQbR*X@h)dH#gjU4 zY@>5Fb49PO_COA_k6S6TzRPH@75f-(hb%(=zUyzbjSq(|jtsn1Ja)(CU=Bt7dzu9?~<8gr|E{)(KN&oeQ! z2@}Ugt5F}lPxbmS>$;T?_=^|H=q;b>ymGqguG~iXfO?su_^Vu_(4{Bgd^HJI{!F-^ z(fS9z*vHy}bmRNK;KdsMciiK-B9zhcCslI0NJPo{e+a0_da*--PyB<)%=yT>GN$+G zoziM`u=DcBdg#$v zPwJa=kIIoch0k{Vefhhwk!pHAcLIsiFhrjFBHk>bh!RJBUpM(4K> zOE1id|MW|}s{3==zt*2M`Te=_BDX&iPy2j-uGTHfq{;8k`6R3UEK+4Y-yhL&9MPX> zZ-2Ufn%AE<81p0g^CkRLotI;mVh@1R_Ukfhd|vxFhV+D^Oe}i<#)H~FeQpPy)khGl zz&|VKT;x%GhBe=Ns!Y6Ik$SSik*mh}zl#M&C``V7s>+Wxss?^*#YNew`HK>lu*T?B zwmM62g(I6ISJCPFF8&1(Z$O&LJ6vn#zG&!Wx+5T3`>|G?&kzS9|yt?g5tdn3$~{=(k?eGKq( zM%_#LkK~iejBoZ`o`#et@S1WxYjnmba00pYT!=vU>%7ruHlC%tU9ZB8$G`y7S9);6 zPZTsv8_DQgSRewG%r9L#fM+$W1`Cub-T%9&n3ms4b${evZg6>EeM)*|IWpUWj?SFH`xQv1D&_F8>d;7UbEcOS_bJ z$|%<8oO{&oN9wy9A6lR{_yc}1hllAMP4e!XxFkyk4yNK`uGLD5PUloL@uJRk5AMrY z=Sc~jf67u#7*9*IAV1S{$wf=}=!rMuAg!>eA1T}savr}-*>^RGC?~i7PJ9f7I7Z-Y zvFfFVB{5dn*%Io{1DU;=*rH7X9zzQ+Uz?T+Z2Q&DC)n9fTJY*}*qN~c-`8H*zOp~L zcYJ(cj&~V07;qF zII}F8IBBZ2&iQmFSzbpY+UYaIe1R=|)4TX1<93qsn_ptoLXtklE_S}HN5ehBa|diD z`+QmuGuiWC%M99&uF->57xHBXmbQD>8RUb>d^nV|EXAAz!uIU5VOn06kTu6rzZ^?Z1Q6hy0NEd*X^ zq=5kPxM~3`U!WlQRWAkqSR*jieF!GWr3e zSgBK-_F>Z^FLqv5x z`_5qAy%$paDiF)_k5d7mnw%@BzjkvFSdt zkWlFmmxDGd(r1uUTk8A`{7dADpj8y&hO_g?1!AVH z@9!VUztsLv2bjDH10HqT$gZAMKs>Rx|0X?`Glp75u?lmd650f*B6)k5f_@<$-m`OD z&3O<|Ob8O^R|-C#@=KiV_q@nD?p>y85eG|T%c%Fia{X4!wJ}ld)Bd%6+OMWl6)p_S zd*456|IB}_eX;jnx~qsuiZ7Egeq0dBu%JVU-`vmaDToia2;lFG4>K1BJn_@A9RFO! z@%MSWv3@v)O&5xDfrbD?CFE?f7V4{8WlL8}^?Ea)7Ka}8&U^>4&%tNTx$>xd#>nxR z=f3r?@R{Q^p9!GHqwde~8K2tL{C~t}#=NIN_JzbuIA)Fv9XszNlmvZQ&DwZb`h1(K z1DcULwO1UCy-;ebkK1CJzkFTQ9I$<%PTzndSxhCW8TyuLIqb5S|4DrQJWq|M8)&bJ zPTLQLD*5R{Sp#0qQufsZL@CKU5gI93^pCckcFsg8&Ak6tseZPm`rpI-0P*NlzjU?0 zr3fJ>Piguq6+oX*kz;^Y!0rR@)OA^SXWK0bR=|=;nD|~uw(M3QL_bO=MqSvyt4_9p zGF9CvtJVmnOn@mX>DlF3Ez4XjFM+=haBa6}CB7JZ0aJsYQ^@y$U$6-L5&)+U{Qrs0 zQFD@8fL|c)g};usBjNu)P6`C~F8q`cln876=Uo{3FLuGzA1ZQ@$w4DBIvhZs#bc3v zyny4LPlS&XX?GCMAGpuH^m(9O&>^66!@x!T<<2g&{OJ=}V3~p&$*o3YqSLClQP8#6 zXZ7*fr^=Ph<&DmPx7D>fhs6O$QM47o3-E~8uP88l)pFl^=l zpK+J?*c34(G3~Q`9lm%4_tlC*Hx&FNwc$#uy**VNZogrzyxhvXk3Ue+{X*r}TNB&=dpFi%*6p7eP5qS={_*fOo4nSNFz|p>$FJ=eeIcrm21^L^ggfnT`$R^uZ}8(MA$?r0xVoHx38%kh*L@13iG9;}a@?oB$o}|F zxs}WHxsZ7O0KFf4T?uUPqV=qdQ=3X#c=dKJnrp8u_cSPF$X>Rnl2*z6$<{41w5bFZS8o#GD@Ng%12h4$d2zxYTP+2-+2I zSnFCpjD1MvV()HXed#lnYOB&}%8qfmzfuybHGu-|iF)TrU&M$3?+4xE~w1M&5!0+i_iHP4La~Pjud@R~HQB zK2JlyGviyH=_vX8z$^WU3WVaKyku69vvr~?Wh6Zcf*RHT_IES{+(G+iFff0D17Bnw zShoPf6z2*T1__y{U|{3|*2N;k`qW}bFfXI5Uy$yqfb1-7Gk8wmwgP866%#lYd)@hT zJbTJ-G+BIzIxBy=Pq;ih{3-SRi2GjB^o)AHU%y-JQ=IX{6`M7rX^To@uX!v_np@BW(pMYg-HnOBUIT^>KMvT&^r7$VH`1R+av(>1>Qo>4>b2?zvD(6pn zJ=5eYR|Ib5zDqFjQS4;nAolVT?&Zuh(V+8&a) z!*9>?M^1}>V%>_x$SAqI%eX?%vW93n#v?(pR>@EdJ`px2iZ3{2p{VptLTE>3X_PFD z&MrL;IW3d5h65vp1pH;@pkIdPOS$TCM<0Ewk{|rmUkUbXzUY&qtRGS_{I&$_1w!^T@j~yj z_M}fz@CyqY0s_Bv*sl6M2s_WdxhV3ci{j8j=dmOFuRydK{hny5x%-(+mGx7yeNd(pYj-rT(dsA64`6L+bOkD6nRnrw}VChy91{H{J7 z7yk*+RuCL7G#Aj>`S#cl!*mOdu*Ab(qtK7@XLj@> zpzRLB%v2hq4y1kE+rnEDQxPlu^Ukpwt3lU^k;P@P;N_V)Wtj~~3CV_PfzFy9uojoW z^il~Zg$cG%VVr~xy}qJ+dVy_)I4W!T4&x<02dj-%i88UII&8E~-~s(jG2R3fe@Twk zI2&CmC4Nm4<{crA(IP$#n$|PYcr=<lgq?jt#qy)fxjMo z!rUq(dJOlk8LbqKdyTzP zY})Q^7-=o8NgtPN(A3>fBfyH|16O~m`DGI*UzkJ%D_@_{+{b8XKOJY_oc|As+zB`1ewb*yjH{n9@ zqU3-Ye(hrjsEUXZTB+Wy5KZA^`wEd^itL+5q5u)MWC409E2)_*;X{QyCSFi;bRp3V zArRc{$qrE#oy4L!iSg5DeOzLEjGwWIpNM;z#Q3XtnPGn~w1i%o?FV_ANvAdGk0X-t zA^ay?#U=+wsnl0PebxO`r+Q8^?%7N)o`ME4%KL$U#EDuA(Lkw>jh3xGDn)M}G|UIE zs3AfU8dsy`J&FM_u5FdiZ#GKCii;UP-=+@|jb86TL@@^uCuP>PTIoaLT&ZXgOYt0nInFJeRW5v0umG?~o#(bP@ z#SdiG-qtn&-)MPEnvtxdyqmU56RQfWq7eS#R1+y-{j@E66|-juVEE}$k#YBV2sx>3 z{1E^Q)y=yH<8U!`9e=P<`i%#O@GxG;8#qWkPqJi{>y}{W=cMDjqDLw;T3#$AR|znj zpupY1dg|SrnB+D0pKRRoKV-H3#%5di$GU9JNrDuZuGw~2vKE+!4db2|SrZdr#1LjK zV?j3KAu?WCXdVX9Rm@jHcC9J~3v@?g;%$o1>)>a008nZRMO+rH!wgEM$^?o-f(EO7 z$=d@2?oE5l?L82!AjY`I52l2zeF}M7PNM#E`0q}9n^C4i8)U2iaV+g6>JKaA&-IF@ z3vlo41{fcmphL}Nl5LC3m-<6GTY+RM%w{TCvuLzkj*iVBwPx(%BN1@U3Gs&_KV+DI9D!noA6C-IBAMqKSoIo0F2x1kR3L(9CfhvfkdE2uqEo1l%gMNqz;# z{XvVG#Kt`~7Q?Bb{K?Mqw4CrL*ir`sd*C8js91Di>V1TZa9e6A^$7VfaTKbAsk}mi z6;?HW7g`G{lZ6+9N0_XZNdW?akS2oW;vfh;mC1;vg#Vq5dzI3e;i#~@{9S0(R#Hn* z(j%({P|hqc?s}IIHW&Lnv9B|VK5K(aM=Iash=9gc4n{5U|fq)B_UACA{^IpOy;J^vXKY z(!ymICTofxU{b7{C_N}_C(zwOD7*6zz=)IKAhbA}eRhuMpJz3~3(%(byI(u~ElV8S z1`6lZS@Y_=wn(YvYj9p9>mmlEn-u{(K1dCuKQ#mHEhCpyRWoiFX)ZbFkC%3Lc(yZ% zS~4I-8{ctD%m$ zHH!X`qG%zD4QmhV?yG>OhI}+R?D=&vJm+DxA31D{>89q=$Xmvkk0te6C$rB6Jw@Qf zH>hOLFHpGQ%pnOgpxGe2al#%V@qx2_P zsBpiBuLbf|q38{B$B@KbUgo|?7gqgD>-F|jKlAM&iCTAbsrpbfgDA_QZC%NlWPd~#SD!SW=5k-%Bddqx&Kw_2` z&;!;jvyCV3J6^F$D>gM|9d75~vi*>?a|9Y$D`}X^guI3C?k{M5K^W3Rg#KX)fYjg5j!%Vxe$-4^fT^88@b5KzV z4fC(ESd3%yzc_mDglTHR$aImat=CWAYpj_3124e&BJ1agbNryq`R9i$CF@ykkV%9E zv?D~Ysr7D<<%9>fRAl|!SJMN?FU8Qd{-EG`bHC9XW`Il38mrN3o{c^Wk&f_Ui(}>M zktbw2;$MRzYC?VlQBf=yi}H7n(fSCeNz5&bbj>?Wf$<>gm9b(3FnjQ}0kf?O?)Us4NIZrW469*nW)VwJ{DK}eJi zHO{pVf%e1Xr2ahx!i*p*q%HwHeOY4efLsfoocJ%md8gTaZ2Rs3SvdFODxZp^HEBKJ z8#DsL3ge!2h_;DQUW={Q8iuokbxo*bKgtl{X1w#04ZqWk@9us<5z^``OUYz zctV^|)ZH$jdSYknYY6xVRt`v&D2FR&6^JLsD%70wLk!RAfHgoMO%|RnQ?<<%U5WpmT&6w}|0I$4n};$-+Ffbi+HJJFMP@DQ ztF2F=mX$=(Pk+UN)?8@@S+xPZMXb=5B5@#9cZYx$-CJL_x6951L{=Ep<7D9l z^ftS?;dT!!3R}L8iDiB2GUk&RFCQN8I%T&bgvu7M`Am18bC=}oW;><@IVQbZg9`zc5%uRr zKtN5_AT=VaFX4}jz)YE|hr+IXy^jf1QmyfJhFyyzQS|+dbt5L0&O0G-2?up`%S!T& z5D^S8ruIb+HNU7xCm&=wRF$c8ep9ND3CSXuw`?_9C(&T}AwakG^nyAMEh*yOc@sxeu%e*9xy=vZvW~!LWC8te*;`4bMp;lwj;_9e(NrOmO9qkMgjf`* z97{@t@#MhBy7=V+RCuilj3tNDGQUC53GL26QRdfHfaYXPCGtad1Le){w>4TK$iRDL z^Mo{8#mSQ*d(HG)MV@+|&a1AAU^Y3~a21OHSeZ%SyqM7JOrRM%F*Cm@irq@bd$|Qf zLYK(`g4Xz277J-76=vtiqM>RAJjHA9s{Y|L?3Ot5hora!WdsJVL{eL0d%F~d7-Piitg7>K|_z3lS^ zQO6`}@sWYySwr9vu|M|5N@0`R{l=4RYAy3(jIr&GJGZF8*#30$N0xNccsE>UGB!v;4PYmNGsMof@QMMmpcKyzfr`BDm9R7sAc z_cBl;%j!I2WU0kyxj~+wV{{eIffb?S5h&umOjpr-r`A*4sPcV@o}&3$X{%0U`w|^R z^MzSW<0WL(%h{LcC(^}Vh;dl`h=x+5^tQTVSOS4Un1XZ``#M^etT&DlK3X<~CEKXq*;W zqlM#_TBC#TFssnI!^bP0!bbArvl?ocKvk2R2Y1SF%O9kp!NLrG&TB>=1ikiUO}L8tIt3K7E|qW+82AIhl`v zKUps=!<7`2Ut&BNdmLx>`f$j4$=uPUZvq-mzJ|13=56l-8A&67u6@()Le77oRcage zC(*UldD|ne8+YGJmzbVfn}_^PBuieWne32&e3eW~St5j+`IMd%t6h*sHY)Rb_ewW- zu>N*tj1Xdd+L`<(FTvoY^2qBHpVs_apsACJ(x*|TM4ZjbmO(Hjvd5?C3is7&mxN7w z6ueK){!_udfj^aZ2nLK5Yo#b3>dM!7*N_F?ZK(k>o_vvIoGZ9xB07udqt9qLfCf}* z+1Flbw7!kFv9G;GFl@Ab!V8C5)`W2^^xqOv6*!;+aNBx(8g?yo^f6ix>(4Kv%}I{- zT|zGFExTdzy%Vm=ZDj=wr|)&gf0>sd@{d6+Qd z?awKKe6RaeAunrosOq#7Gy=kTx=ii|dFjmBs z2ANXtL#YbPz3!e{4R4tp2q`)W=BgtFS*)FRU-Jr@Dznm@;ea@ZCLK@--~-H#)TBG^ z@d63;O&}uKi9^_rTi67UrF@n0+8-!Uja*h3xpWM__wW21H-AH z)i5?UikHgxl(70R!W?ZZ13{F-ByZk0L4(rUDMj_ojJ+tT|0;dOfwrrxMpeB%eKtj8 z8TzsCH^rosN(!ZctaG#9gD^ztog4qG=FdBCthGC*_}gtE?rfF`ZoQ@Op=uf@WCjBg z?%gO`KGu)&cDrG$wW|E3`KL+CBN{8`pKU%b=iQ#zslf3Y;7I)#EfbkTWNxgpUX?lk zbV8N&YWZL1A7f9bC{Gnms7?tQ8I6UwKFAm zo)SgnR1`w>a(to)tJox0H9}oTHp+66VNUjSH;9&r+6Nnu8XOySXDLP|q z8!B2&=@xUqTu>*rD0*GmwgakAT~wzfg{i-h(7SrU*Oc^0m)rt>kOG>#n`Mbs+E&39 zi`Glj)EKGrb{}W3 zhrveb-tClxBf;m?0+aBq7rwcH9=SRh2}?w$7#g8tFr-Br{IQDtgU4EQgluCjuJG75 zAuatE_@df{_S}Gddx<@!8XMTt@4c){nVoOiKFb>=$Xw=fr5cfsM$0dN$oh!Zs>*lU zw^X!#7(a#l&ynic^qzG~MRH7)8iX;G@)P-V{w({ls`9@^J~hVd_O2nkOi`$O?-T^- z#~)X_?s7CbXHXhQ%exvexvF;V*I%sWs&s9H01B~sI!0{pi=qs4bG3Wo;4@lBv1DB& zv$Ofk6mBFlV=AmM5{m(wM*c2jG$s$l6qkC3-W>EU_IqzG@-~(3 zt6>{jh52ozJt0t@(o?0#W7n_&5NKzzuTT5sY3FN-7#T*k(^f-ec&*NiJ?>B1+u!bA zIJO37<>9ua2W0X=oyNqX0=IV$lb+=+s%JlTGg9&@RfW!; znkVT!?M|VnEDvR&mLkFgQq$yfp8_{ZhjT3=ai%IIkHD@|Q(_4f-kLgHl96OoGMr5I z#`2v0bG|`mjocrB9<)8uzF4uj7@M}^^^W>jyHQ*4ovRFzUQlLRxBJYD7$l8ia>ope zG_|1`St)dR_BGj{R94#VD0df0^gm)hhdlOA44}ktyN?Cb9`K=JR}-Z!Y&TTWI4Zg- zjOM&Am9L3jKFRs<9~65ioL*@+RF!uCS@k4mu})OM*dDbfR9c2q+>3#1JRxp}X^2o; zj)1wCi%LC4OISUL71Y;+;lz~{lo-54h8eBuO5y}x;)lv$=m5KJ*)9TRDP+jTK0wUh zrTgVHJZ7XmfLN`M^=rIRuTsS4d1a$w4O0nGxmrJ3?J~PEC<2Vu$EDC4_SGf!XkoKw z-Fs<1n~j%crbtr~yU~&i+K$h@QM1@fb1e48isWd`Vn-_$n+RMOIW+$~3pw~wVYG*g zF?+mggb_x6uQ}|V*eKzyJ%l8fSM6M=Q>{Cy(naMd;b>(##jVyJU4il`sUuv;-3D!S zPvvl*Nfq|!%5X-w&wgq^^n1n&vR*32_1wZ0>A!0IsS-irKno*(e#g3l^=NeI&6R{8{A_(L>Y)3_bgJV|J+Kin;V zelsujyzm2>dS03`MhRpA!rhl;TYCdbHpZd8J#ttYdV@wrRD|aBla|(~ZcLla9tp9v z{1%`08-=&{ty}zR`j~gj_Mw+5kitT!~Ul?^SQby5N zm%zb%k)g3;dM!xN+7ZQe&r^?zjrXOT>~EjDBWs1rG#4veWzR}AFL8u)N3|zbeiUXv zHcLWe$4_X?2zL-`)${|d0j#)5kr)ZZ9~pzjutTb6t2BmX#~g{w?;-g!i~u~%tfwi~;a+B-?>qe4{GiupUC}}ww^!#6 z|8{*0G1D1gt&O0U=8l62-(3hNio?`llcMNHOyk)_ezE;Nw-XXSbyo^j&mW4?fh%iE z56cccWxg+?aT|1|IO~04f(6{## zbg277la}s!kU1wI4(h*06b6o>>X#YIB;ty>$PerLDNp!;ft;K>%9%htcoH^Rs##i;(of(G$Qu6`MU`BaIk9@UfDoi5qeV6! zpgl+yC1CNZl-vBOqY!?B)GqR` zIDYVpUmElXKGmE@mveURl{7pSX6>12iDz{o) z)pC^;15qk=%E`>h>4`RDJmtQj^^cq~<h$VeuzSM_ti^rKP^UeW} z7jp=w>I=RD*bNhrM48MgUw zCbf=QvduoX-S0^iQ$rTcMx7|5kdQ>*J4F%fm&YUl%JLxQU3l!R}3Rw)k^W zh$FcjYue>JVt!_<2pcO7hP&I-{^2FhNnPkfIyt?zlI916u^SS#Xn$@c+voBej*ZiK z>JzmnhHfR_=kgqimFYaEyEf6rijTvcs;$3BTjr|I(#MEUe`SY+>@yFP8h8B$66@vJ z%ZCr9jIknV`&vCOHhPBp{^D5+kZ-l`K5pszpP?Kdez&K+(ZlWE;lBTpI)~Syo#M9i zXEyzj5+%9>7j?5G{#%uBiiel9suJHuk^679fnf1(wh{cd+bH_C+bI6G+bA*HOaIMg z%vIZwlZ|`61DSH4e(uEH(c(Vw@WDuq|0Woa0g(r}3%{y$BXQ1VSzB0)X6{?%<+S%T z^ME%#B;5$1B5@ikdZ1OuKisEi71bx7W0CO2oPP}jzCp%{E#ZSIm!b$n&_R^!lZH)9 zsOK1rt z#5d6#`7=ZQMCDJ7{Hc^brSc~z8*ZlT_vJ*LyTwbMmAl0)Az4&;UGBal zkGZce>(@5-^&k3mz5BXLzixM5Khv*W?rVTa7vA@Dsk!pQ7x>}<|L1G@Gn`3$Pr>2d z7qvERNHfBq-FjpG@r+UI!{L#1Du;h-;S)imdh>88+y48WkRG@-#-B*<2=7au+KW7q zKdfg}9=FJq_T(pmSqR>xZMOF5ulAO>etDnvSAD*Hgg<45!QHR@1<;gW*0}pS(m%PF zzucPqESF($l~#(;+k?*vd@9B(QuMpwjfp38Ur+As&+C|Jcd~==TI=So!j(AvJt?oh z`&fX5PCIdB7EBw@ys=@Yj3@ouWZb=qjMB%{ zaBuoO3?cWYPtR{2`P5pa^Y?hI^~T*LEJOqt+&Mg)e&6aMglXVN|5SbE&nwKWBjyj| zMetL1n@v3Cyt$?DBkS2hl&_+~;skM0=KQHn&x1u*u#1$8dqL;C<8GSfTy-et}0-_TN`5DM=TdXMa$_f23Z@^)D} z%RjP*;C7VL(#xZnNx|@14AXzo4*iT9=v72uOju=H_L8@gjc*b|)0lRvB`z_Qvj?d! zbF0r;`G%-{e5fdDlzw9AE}74msp7JRht3ASN0`fN&>2o3*wkag$g}e0&=OLt0A|xA zN&Ieif7iReZSL=5?(akHuSgJ*e~J1P7KhWE8S*D8e`@4UrTi(CKf$LrjsH&2TGPD) zWrmU^fy~psv%iJ!l~oQ4c{v6(@@p|dcsKIfr{0gl9Of#12Smd)Wol*<(gdz@inOyK z+~r_;wb+;5`j|I;JeU4`^pu(HW&4~iU<(I?t6`_ z05RSCtg32$pU9tfAQkEYM^WcY8qN@L`C0ra8T=t9z`6X<3sPb?djBB296bV)h}QUj zi%HmuBeSFvF-hz^VUVNbv#ilD{KBf%yzs2lYyCOKs=v>4Gx-{xok7Aeowt)B)Lj#U znmOzwe&Z;Ih#9l?S#TdmrO8S`_Xn~(WjSq|;khh!o*Zpu>;>9`E&q0w60w`#DeV>$ z`MKS0O%700+dUbK>OZfRYD|VB2rH5rib+3a1l{%BWMK3oU$$>i6GhnlvMJSZR z^6MG}bDmjBo!3I0(%#q8v}x5Zm-ho>(>Z77_+(zwl&n2!ykb^;Mvu4bMk@6G42YOR7(SzJ$ z13g>qoA}&KpX83Ol)-@GpG2=Ej$Cyh)4n|cKZvinA3vP){~3M=q(`mhI=Yx-i$YDV z@IvxRVT7{S=?!Tr%N#JFH;7uKhWq0Z-Y`RWyOgGr*|=Z&)3x*cK+nI%P7;lls)COy zXh;~M#BN4=p)d*V#T1rt(QvxiPSJhN%RMV7#)~tvaFB}76E^>Dc$ad*R#*_2U zu$2l>Dk3g}2Xf@Z%88s<8K3CE5*Zae>KJZdC{EbE&xb+P zW2sS(rK%q7T>X}?z(cj$&Bv#{Zhh?wROxibM;Wiosa0ro6O8Iroym#8pE6g_Xtf!G0W5HIyW7hjH6z+A$f74d>y zN#1;nb-AzLpQ(zSD2aXA37_I-qu^#WxcSaNgPT_SIvt^CW1w}i8KKE$geDiX4pi(+ zHrSc0*fDm)1*UXtdZ9hpu^V1An2Aj;Y@PfC?FRd@uOPw+os^oHn8wccKS^A(c_xqQge-tK+sP23n|P5qj9wueL- zNu6Dx^D>0hSgMjm&n&US{G5Vm%&cE-JGBC0D>H$Jl@_CqWuK1vRY>wldcM6oykP8% zMB-O^Jko;F#Ks)M0h}L~dpT6au*s)tq+qc znQY)2FAGkIZt^gHDrFHz*{m6J5+BB;zj`?`O+R6pe#&jye5D6*PSfMkO+Sjj%xt=t zrb~`)dTGC=$C;*!X?m*H$ z)sicQDC>B3ZSG=OQyq()O??5kzC5YV(?pHys8RN+;T02Fnala$iTi$}1ZZkv)p1ge z**g<@3@5(#b+)s!xsO%a=s>xc(Hm?PaB;UV2=e2TAC_)%50!`W_~c^&vxa2u<^)FW zaM){R;@osC*EzK?!S7#zsq_HrvYbn`-vx(|EWWY1Ch6wHA5Bu+IM}4gur@h0cpXj7 z)+VP0XT+BWUjd|<+`WF%FSKXzy5JK6q})za7kpNN{7O<76HI>RB;NhGW`*q@C(f9g z?wK=_iE1~M1pXkzQsWaU7_MyR4dSiyKm@_$*!ZGA^quZGiDfA{uhHB-;EQhb*kglo zn-!nWW&zC#X}UbI=w62i&yX<*hk1C>n4hpT3yu_ISoN}?6eNTRHklxM66#+y!2*Ii zO|Y2YpG~mTAZ!ZfsVfd+bwMF;bYKAD5F!sJmZe__+c~d<^}>noq+f|Ja9)W(2q$Ky zUx|ovUWu3rbN;-xWp}&YJEl~=#F-}5bf6BaD@F2kiNWb)I#V~sBEq&j@5nD zBo`+Bluo9Tb#mDem5fWQO(&Pq_aUTqp2R~aJMmn}K?xKmR+>OT;+G~6NIXV>i`O6G z$6b%(+;88#^!*iJFm{8V@39QIpGa0LKt28i*|Wl_nLf-rj$m0P{1vMSz`b>ng?|K> z$S?m0E;FI5_=~|M1ZR~eu2l6Rl^$21GVsORx^S5FPS6>2Q^$AJwG_p`$FfX3|1Uxj zzPiSmJdFOF#FK~Qx)kE<=RgBcZII0JTj2Z_%5OzLbkV1u7*d3@CBtyiv;e;q9v*Vv zMLek_XI6pHWPW1uKT8VxPH$TXbNL~hpHQPPUBMHKf&ho0k`1uI&XJK9-LpOIePRA(r* z27ywmP+IFVHmDL}Fy_XF3lY=MW@6RPK1nS=^pz*>A!NpHzB7KyX+g#>FFrSTij3h4 zBrt|@Omlvxtn5?dPdn%$zy2=zTGH;Y<6^!mF?fZEYYaU(V_Hpe=U4IhYvJMP!gUw( zBJ&*Zek1pl^vHdk5{#UWpY+JR{Pkl-?pc$>xwhYuksAQjZ%)`d88_*cjN8{9bjB?* zQBm>CV=gN0Af%|Umi<_|Y{^ru%*EkteDM-*nL4kLU`7U#GxO$$g7rh^_>00i{E(o-c=xb46>G?-ebd4 zdA}Bn1qxQ<1x5f~vUt>@>!2WUGnRI|i?I)j!WsSgz!VSSWB2w~2p0 zr0iszGO=PAWSQPE>wEP_s+oYzFRH`j;7IBnuBQ5phnn*|k>!y0$i#O|McQuUzRp23 z{F&n*-#yI0-v;;${N?K>4x}KnjZeen_QYPK9VA1H}IQ0C6bsB0p&$YE287QgERIL|(;V1!8U*h?x!$ zhZ52s2bauoY+vV3N~+&1Tlck27(0!kTIEn9Js`E{oIO6A;ECs z9TTVPf4bLn{ZJzN=vE()Jzt+C{=by&_~Ctu{nh-WJASvRKeOYD91slKg%jU2aSq_Y zj^;CTF4k)hQ~5n^d{5-={4}*-XvGBzY{=wfbZ(+gsqJ=t=UW2WXEEpnY0z#mpcQ6< zmb~~F!q{PwAdDxp!F47spyj!s<-4GLdq)OnkC~i+wuUxb!qGJdN7*+V&|RR53pR-< z+QF*n|AX6JA-V&(;s=|gelXF|Se&E`NpY6+yaNKN*L8r&B!vCNEOyC_-Bc)&a}~Kc zc{8-bx@V;XZyi;h_{WE3Ky}TVEJ8k)fAz1%t{ateU18{mbtG3x@(era@oLnoKQTjA5LZo#1`jSPxTA} zKmMjJImjiD9B#fRan7dXeNGDB?#rs_iv67|u)%)11}D(#f}b zLwq%(#=vR4i&}M%F8k0Oq`K>+wX`%c&k*9< zz@shv>4S6&#iThTIL_2xd~E%rsMu%f-%QbT{mY&DhgPgs@~bm(dpDeZTfGkbf-hB^ zP21r_h4Zc{waA+qllbWyNR+`9rTT7a-@CljqCnyfUee@0(4;F~%-CLyZqzeXv>T`N zbz`(B&7%-idTd98W4}%*=}%@yUcS&p)YXD0u~S!iI(M=1LmPVPeHUN#ayYbsMOUK> zojtwR(Am>uH6{jG(Gvv>m&$7tNax_s03byidMX!xs+4}UGd z0RI$z(gQKXf&a3KGHvt7SnUtl&Xkr!djyWtLcy^u$WWhdT6l*QIO!ICWokq}nW6rv z(}E0jJZgqIzhbktey5Z7;)?e){+%>54^p#0V=#Cpc2(zdr0_i>jC9BgO&E0x`&;cz zVi(CD{vcz-)ip*~b;4>(-B{E4j{_Y_J_#7nC(Kg^xw~#wAC1R`V|yuda1llM$;#~I z>M@26E~seQBSiZf6DQkFvI*qLpRis~bdn>o_ zJ-{lFWqV;_aSxOoe^!o-RKNn1^2BUalb`Jr;7BuZ3d~Ae(j!o*Q=o~uS!dBW->PMD zsL!xIOKGkO=+yR>L!o?$HP0v^$V~QL0clbphuc+H_21ISC?X53dQma#Lc3%ti*M?u zOXSYHP>*%DxP_>4q*LX{a=pzloJg&eN~Lq^6h*P*yRY7E(N|zr=TWkLcq6soCc0q1 zRe5X5j>H8|M%!ES@YA;N@XObM5B$FBaR>fq7Q`v+RK!~mvbL4TxWJcS& z*KIGd{Fr{OJWfAH(!pma!%r3&Wq&Sbz&AFwl;H-Fyn$d$tPa2qv%3h}8e(|>@9 znEjans(Y9LqVGQAv5{*H^(x>`~lWXa@Y zJgQTMG>aL@(L*X-eVLN{EaxZP)$$8WR|_k4Go<0fWD}RJeDVtVV@Sndm7W)vbm92K zR~9RSQPq`TEv-Suqd`7^Ty-c?e@;WWhO}dbqwzSyA!PSe17kPE(=h(#d;{a96?>6~ zoo~3L{ZDQik(-aHzvDCNZ>0>)G-TF4D_#G$gsjE)rhT}?t>3Db+r=|StMok`E$)n9 zTQbL|mX13hj@OX{FC?gRZq*ftphi9O!{cJS?tjz52%cD!OU7_9hr zogn?vB&BE451F`*OY9DJTvkz;=n3Z0|8}&-6$)8#9P9{%{EF83sm=uALZ`)xDs0t8 zXPY?Lu6A1K{L1m#=sr#xGQwAwHil)kv3Zmk;ZVgdl?t0ooZRn{O?9=fidA1rtn+Rj z=s&YwBVfN~vlI^Tfd~oCOia4ZAVE$Od?uF*+JZ_Y~GtWr|E$aQ;^ zT<4VI1M|;HT&->Ze81K*F|ZInqvXp)Yzh}XSaqr~JcwaA)26U|rmV4RTIs3d$e>5H z8XUoc-bz#bJyL@^PcBSt!*hn0!|~wC#|ty;7g2(4X7Q7z_toc`VSiF`{YY)ol_n`Y zPhMf-)-$K-6iXK^9%5&#Ud^GzyLgWSN)6jY&|GGMb-KEgx5f%nTXBc_?VS!lucZO{ z1?8{}EBQ$SH2PS8&Ts%4QBnGi$PLTH?WQ^GC)_0FWpbo3Lw~m}W7eKHN4rLkhtXq4 zj2CwP9h0NPBWGtWuQL0=WxZMd@qNesyz#A*S($z%IBI;qtwsMc<6E@*i;b^*)-&T< zP6>Kjz)u>TZxxyG{TInK3jbj^(Pom!BA(H3qS3@pFusp<{3YYNIt@?@e zj#OtVpJQ;96!ND_8WIapt!y&p>r1~SGMTGL#JSmXB&^R$vI2w%Cp>%hawO4~tXMv-2dCTb`J2 zU~)=I&eprdCuD#UACU=(r6B*H|Gd~zNk4a~HsiOMM1LsU@~dawv>vKQA@)gRyym;>|58SzGU(%2WQe-W^VdW;-DR zq@FF<--Am?0r?Eot}lo#Q|oIW5WzpeGsQd5UlP$@MUFr}W@GRdQ0ezhN% z0|b?SlLpf%EScj!xQ=J*-SRZxiXu0mc}|E4b6)H&Nk8{4$!D)_I+BaUf6Z-?aN>7w zrm-kFY^|y3ty~Tce@rSceU)OdpGtNix36$ zI-c7ym$nG@iCmx&=_8S|h`jR3vFph;7+m#RuQtMf*P11Q>^SSyH2DjzS6k4pe$eif z2{lXAWSN?eEfeliH~keigPe6C>($;)9A~}SZJoMa%`J3o`J7pDfjtuya8`^Elxt2n zF2!zUp^e}E(B_~$nJ=+}rDjAZc?*nUzjttdbj?V+?fQ}}T#dOpl(_Xe>-Rm;gJ;yt z6A=~Su7!KvW;8i~Yh%%yr?rY$#|i2a-~rG_VY4Us7B+s{yK06!3yQN!wjA6K=O*|) z2&ErP{uBF|rJeV#x7SHKy5D$I@Pz`Y`cTmk4h-LEC%EfGk4{Q#?I60ADVMb4AA}oa z-`4l+LmVi$Q}PUwy)` z1On}^kYhIqA4$SnCb9Aj61IAY5NO{;j{PJYkc5x%_xyH^KxW?7KC-4!Bb9%0%Mj2q zNfJJmGVfF7sWlCz3~wpZX3A)%B#U%P+5v#-k0fCa*&biB!j$1HWjah5?WbfR(7v5A zQptWv*s0l8nliktUA{(;s|URVIC1Chm8d50nL{Bq{#0)Uo$W&%tZTL4pz?GFbz2G3 z1%r61KL)<)eS$K|^{(fa3M=s@RkxAYzLrRW$ZJxriwI~l`0FOnE#=5-fRHSkh#cb0 zLFon?nrg=fd9ZAQ^k&lAB+~$)3#Zgx$;il)C%}^>T0B`Y&vT)A=57ua6P_EavOD7U z1($$^aAG&~7+pijN-b51i_ZXGIiS&yi*%xGzO^fl=9AJhwpCT0*JfTq3zb7V3=B6* zQ|-`ACATb)?*OrG3i9cll8j=qg?BV>>Sz}_;_5llp*e$6kWhJ^gKJ)Q3H|IB%rKq; zgc5T*o3sSQ)%$XJbW5+nNBijp73~AM6`bS_94%jVzo_?Ff3m;kKgypy>QC&)pIPr2 z{w(14Kg*v1t?PgI^Yi)B!FnHmI;i{a$DcwM(5{G<{}6v}<_?+9;Ll=1F30E3Qu9*z zGi+e^Yw@Rp>%W*k4Jz6P%u{eq#Gfc(-=!j-BEv4t!YYUiytI*6&4A96_<0tIojU&a zkm&pKM7dt;=dgmMhoz`hw}m204@-HgZZ|1vW-L9tL=x&Bz=7O)k7xvr>Sr09M^7%0 z-{GQQ`PLk54ZL)K264&+-2F&M(b=qjWA$zk=XmY5Ur%hhmLNQrhssS!jNfB^0DCDf0#4lQ4?@0_*;1Q-7 zfb&h`uLybB8Qn{d2$rq7F9W>6pR|tCE|7??m%Xf&07Tz+NZ-AJHVAvsA;FD9;foFn zZhGWBXcJ{wOFs+w8}2MUr-#%L&WaHmHRvvUF`99O9@*8A#bTO5JXnD2@&bQ2x?b5DV5NRAuYaV)-De&p#@%JGF5M(KqXdab+?RW zGq26Me^Q}9^LkDH*A1q0DPKzImUN-b$(dQnN+*|ezAo5iVmrvFbgr$f)(T3gAUu!Y zaalprrFXZ1rpkkq-zE^Zx*)Y^9aR|X_#HvyUS48RR<{wU+{WLVMD`I$w()keRtHFx zV}m@*OpEkxBFlp-6v(dkNRW~nr7=oY@0H@jy4I16@7IKScn@~FfTOEPK_HJB?^2=? zGrj9oN`5RQKP2)Vc}AHg4f?t|$o7%bLM5}4ENV zLJ(j1l!H>8s{xlY2M`2H*Q@tSO~ktBf7k0;tXQilAZ{QgBqQJTs+KNx;MdXzq_iMK z6_%oBc2LlUq~p0zagd+{RA$;!92xvjlgPO)nR3ZEX^jV^#vZMKP}iq~MnS%{L~2Xr zA#@BQ@wl#(M^%`IGRbXK_Q9riQM_GwtRI6){*<^oY5TWRm8(riSJblt#Pm2vre;E4d198@JiA1fRTj z1m`K-Jlv|flB7SSdzsRmYbB{JD24_}v!#C3+iNx1A+io$sX_ybU2AwFkuK&*U0qt? z5;N>NX{y{vlBs6{Ar-@2FB7^i*hn_Y>>}bqBx9n|_HJ}4lW^=rf#S8yXC#nrX&RslDpWcgplSo2zGKel3R1hAarP*1sV?! zm%c&>)B)Dp-_f^%(8pbbengUsUFn|)CUTdO+rU?sb0CyLAuaSm#DT&JB(#1(7fo1m9w414gi7El%Yk| z(7vF7yo3bOZG?X7B5W@aHQR+9x=wNG5F?W9$OdhgM-;2AqCd5_6_aa#$tAwZF7&F= z0pT#AQd+95sQN=dM+2vu!dZFVO7nYRqxrqGO@1>DOwR&lI@eB(Rck^7;HxA&R`tq* zL>MZuZx+4o;rI9z<*=Wyn5>8S6*d=&b$q6BU4Q1!Fo5*HkfGXglIRu5Z-~+m-b#R= zfRKeLBz>uK`l9Mz1ip-}VJ*l_+(Am0?&vxe4EWG#1sOFv1FNFQ80Uf(p^GlCOI@H+ zzOHl`)*yDv2gE+*PpD4%AY5nWHio2#svlmM7j_ivk;|}cfrO}o!$?KobnPR{Y&9QD zOVT~4yOw;lx6xQ_SVE=6WK-0Ld@U{I(P!mfSM^drn_#t@k?2Dm34e+s;ZN@`;TymV zQd2%ARJ||q9eYcrT2&v3e8uLq3g z0(CC?YdruZ+j{vU0#MTcia#O%H4UKnBLYy<0E#~%05uJu_#*;P(*SDPJgT1RsiN*_ zJZh&^Ju742d{5+E8<;$$TZf}+ouGASR#H6IqA07{1nC0;nox=1x~N@n-NU2(lme4& zD_N;SJ`mN;&h1w3Ef;SN5K^l2=5nM^@~3_KdAM^_`^v-gl}t!Al${~I%Cdn0UQOar zD-Zc_Mp}WS@u-zYr4X;`BHk3s8y=O+OLcx_93m8TrpF}nX^W>$kJJsKegn8JGl$d* z6B?g_xa!R0nsP>B@*4SUUei^_-N0*=wzbm)gxLd2fo2YmT6t8?9T+BlBad2nR8Ac@ zkGPIVx~|>Sr5=F}a!o_LV9iS2$iOP{-om4@mn_=@1fYE5ZIBri1-nSl*}cpykyy&k zH0-G86^t`UGQa5BM8KF9>xdbnxs)^)?_#MS+Y7V`+7e|{2}oULG8)k0VdCIO?Dpy{ zWHL?@5e_m%({|uMbwq8I*ZX)RWmco#7Q5c!*hReAffs{IfXpi2Wd)dQ%kOZ~$u?3X zsWFq$XDYE!%IX4h%nN})1d$5PO6&sTUjI0shQ#)D=bbW{F|X7KCA!JXi3vRJk{Zg* z_`Xn8#-B!KjU*SY(06^_E`wj40gEfglmyJ`{nEIoRz7f2UMKu+ap9T143DT<(l+SG zaoTWwRWe024Pdimf&d*mGXzl@u%3=XrOY0&Y^v1(BW8xUUY>FdJ&x}I-=vC#lOAve zSRA%Tj~1yiFE%5_Xm*Juf~4(&3TrRpZ+^f9T>{!a0!dg#jGx*Yg@l*~@l?$(UvkCb zuih-#1!AQNSV){z<)`zN)&~i!0dovQ)h3a%XlkJ>Gha#hNTD&EuTaL! zR~-4u1*Gt`%GQ7FHy>i5(l`Fy%QnoERo}p_VDa&n=UPRml*wq6NoW-Q3MUs3MxpRm zI2nC134Ov};p9@ns1yDQC!iF_}A~jv)65 z^_^cL-_`geCszgCEy0@n*bRB{x?oi{D{S3$FDrg&*1bf#DO|$JiOLI0jk38k%r7UQ zXUz7>RGj&TkV_=+77xfL(0)p>DZ;?^@~3t*=|%=*lK_3FQN5c|y0S$C8;M5XOAd;O zKgN)=BnUZ^C^q_jPl#%{HB8ruLlF+8v zR+uupt-bG+4kFwb6m1HGn%Ppt*B0_M@~SQv)_ep?-9WJ$C~yM-H<0B9x^?0~sSX12 zMW?7PIIk~Q)fZgS7i{PYuILM{>K# zzf3g03`!TAAYLs(V#2fTrc2Cl8M3$eJHUaGf5*jm9o{eubu)m3XC+pZ>dHpQKpj;^ z`WkJ@+{v_-_GqIVR?xmxXtbh!`=%tPGm)y0loCbK8cige1_M+MFr3y7eF^U>)Oex8lJAg-zb=_XkuHirl$9>F5>Z=ux>KXPKz;P`Cv#ab*$7Dvoo!UV zM$MvDNK8`yc~1R^%wGPwR4wDvny1vMPBqa?TZNTH0bOdOimuv{_7BR79@=@)^`4Q7 zM!~pD)2p}3do*6VQ_y^ilEh{gJMtQB1DKV2DDg*Lf?fvz7~Pd*>V{fF4qfO)aghQ> zfKfzdiS6%1K*W@;fI&pzlUky+D;^EG#jePUHFT58(zGhZZ&qRwci*z~h1nF`T*wSnWJ?D* ztRmynlsBj#^ZiALc!|EOQ%8ryh0El90lXpc6;8a^i3_aqzSM~~I`J@ZP~$pW%`ge+ zJ>vROk=m6Gb?dm%OIPWbIf+PpD#$W5?WXg8G!+CiMMmExiCz#V+KPgZk7JqrCObAF~n`4iNcbPe(UN+{nX(U>Zd*(78cqtb2atuqIQp>Tb-))24X}GV-)VQv@+W_|w=W3%2ZGD~gNORJ2niey+K;yG=zHh^OP zFos-d8E)<((0Q0? zE&-Kkd!$_0h*tTm9;=wrD4c1F^G~TdBr? zpRrbS9>{aGF<n=3JRu)Us`uvd(Be-7L#pAy1X&b78Y^EkSQB<}pW8d$X9d?q z-O(dHd((3Sv#g0t@%zR~tz1DdBk}W}s2G`3PE*TNf_IH|EO=*LX4FMm*AOTmpAv;p z4y0tcDI$#YRfijJlrE`9V1!MP&zfMEf_=6Y-4-k{YR8>mH~=8F zDlc@}1PA@CCwb{gz7tI_3}i=5FqW8(95ca4f0{KGR6u)$1qGx>Sx`<5{j4FGV?5&8 zU1{z@XoBH1CL94}{pAx315iH} zX+PZ%c>f8;ap&K~G|Ql6%q~8QH;yy^PLuaBEMXiZjK0GU&cJ-JdBqYlW`-+d08w}T z`V?!}3pr*OD?5d3#(tQMPw9s9RU;i&OEQxXMQPP-7R#K?qVda9Hqu^qSws(IN2W3l z2}Jkw9(-Mso(s^H7;8g#OdSH#ch&i;7;jXrcL=fj{7X!Xm(iwz_}J`dOLnv|JKF21 zY31}5wr14*18w2ZrS(H+0scP+Rmqf;C=_JbnX@$Wx+-vFmk z=IT-O+)`iC_yX``+3(m3MW)GpEK(LM<)QQPWqmi<2a=s#F4R1B&YVR1S`k40;<>?r z#didA?Hx^tKyg`cfCTah$Z?nCmJ46FHzwN3UGk}#=VDYFZIs(@0*qU}CmHR@t$C2F z-XO2WlUp`umqif0I zvQIVf={+`rdPex#M17$mg8SFv-rD#`zBL@y@h$41vw3<;3K-yyE9tNFpS~Bk^Q{y2 z^V9A$Zc4$;P3sglX$+Ko+Koxaw+%?I=641MLbnAuoP!Al=v97oJO&PA$1-P9(7J@n z>eoMO#z?ltj$M<_{$*a(j2Hj9vo9t<-vX%`LF-d3+7HGi0ODn{ z%_uNXs6&{~;O2IU(?V*8?nY9hRHK*pS@lDSlF_3yfCSJ>YPl04?{AM!aM0LTCAwlI zIt~a4G|<>M=*`Do@3BIE(A%l-)d-ibPI37v5AT9N)on;FAMne|6CW6EG~jBE;pE^3 zX(2kq&`LTsF4`zW=Y!~qA-d}Oj_xc-1eM^VkaOXeAxpxEv%jO%26O`1C~KqLeXuP) zha1-6yVipx+najMDA~f1{=Te(ZPpdsaOkrpHpge|y+p7aeIK0JFWcKo4%(ZG_LgiO zbf{!=eAYfq*jlu|Wb2?KC0k?Hj*Q>F-#%Qj51jh!!$tc_4i6zza=7Wx83#545=OU= z;X7;UWqX^BoN-{Qgy&wiuj%j^2ewFf_GSCo420ULYDB8`4ro(LaB(Z|NcUd`=sw@e zzSrp>aSW5HEn*L#ljU=ntQI)DhcLgg=U0BK-#%l$_3gLkTi@hw7p98LY$E8hTll~s zZh(1c$G>kBenR3lTj6z_>U2f(nJxC1Xott0uk}gv296CDc_>nDECeFQ1`Ao#VGW%n@H+m>wMPEZ5fOI`Q zL5{2Xi4Z(ni^>~ma6BSi*jWA+c*@IDv$;EDc5o`Z3t0YA>YCse32)Wc33{HHFa(jm zY{C$(g0`NyYOtqi*;Rv^Itfo0=Wp1=a(N?6`lRsqTnXFJIaU)^WWczf$4uj`-yrc5~Bv1910n@C25G zRre#oTn`6+ZjZj(%V_!HBa5P|i#>^GV=+;0Jg+F)T+FuXK-u6n?mimKZnxRKHmjUS znXkhtZ?cBZ9@2)U9m1Qk!QEECKUlJKYZfmTFKLc$b`WwqVQI9rx8^sUauq<|;EVid zddnO028(uh-tfE`?Xm18>+W;;bjl#w>zWdB>X_d?aV86&+i-J2I?O@`kE|S zT{Z;P76#|G?|0G+zDpQfxRU;sQrmdp>$`>tof!Mh9}JT`C0uTAOKp);XgSDwvL%c< z*-}QDJ`6^hK1>;D@=zFQ@=%lRmvp~LA0p|7v8M}TPdAJ`Sr~h=VeIL`*wYPTPZq|W zY#4jGF!prA*pr2^CmY6|E{r|hF!p3&?8%0)rwe0GH;g?Q#%4s8P4;AcmBB2F<&L=` z%g*6&zA;yL?TKE_VIOma&z|UuP4bVq!f#LXD+-#rqpJhawSnj%%ev>V?Atsb((MAI zn~MyXIJM<}Ut}QV7M;Y9mqDRcy*QVBe~~Nr?nM#TaW;>+L`lTozY41zSNsLkw5t2Rgxh+UKgIoHqD{rN z2*I+8-kM(~^8r@m!F7G|;Dn3-I;o!|7?-@T4(alnQ4wZ$w!`y z6%v;-goOoQmSU9zwSs~V?1MJ$MVar#{pX__Vq*M`8k1LK=bax5d&kT!^4hb{_r}6L zfS%`x;hYg z)rz(Wa>obl%?Dp+EcfI@hTD5-Um6$Sno~7WRy*brmK(^RKVimc-r2$I=l?I5B zs@W!Jo;AxsG3Xj^1#*}sN7v*lq1gN5<3|X9cAIdCry1nMN9i3Cp{>Hx0ZyWRpe2;F z9%v5rN`k*GBDUE_Kz$Zgx*!dd)!!%bkdY{`?h>=s-Yf>rj1GHyQ`Z3ONDeZs+aROU zgJDy$1;ym+8xrU{PlwgV&HeCmr^R2p8=8$$9oZb}O-IEC)Gb8V*Jp916 z&N|tDvfPHgxhCP%QU3!9cBZ8C>duE$Gk|I?okeNx6>KcTOc$G}g`4T()4J_Vd|!30 zahF@v10^3s4;5FJN8kN~a#(peSb4|_PZJVQYAX4l4;r!0=v|RWvvULsMQrFOJEucJ z$gi?FA!RreBIdcs#z=-CH_c7B7Hq<22bAp~}h8Afg(slT5tcRs~~mc(|?Q>RzaX2E52 zPmiZfW|kMKSLLE;i!ZdV=EKltyO}zzy6Y8nRM^+Uqvq!~1nS#4lzaee!Z{~g``24w zJ=hqZ))8WMm+u}@VLjNyZsxmIfNs$4GBh+UJ{SG)RWpy3%zRfFLm#6F0K8;LNA<;JWrQ#mYTussmFfZM={1?{W6_GB>+V$*%Z3+=1qYGSN} z*mOVfQTA1SnzASRV^@qsoXNMi=0Fr-c0WC+zXM1*$9om7>baaN|E7J!@lQbmd@kci z`k6C;1RUoH3^^s)v5DT230|&!E}7tqP4t&c@JCy^*@@}wT@3%K5 z2h%L=Cr4mxa|!G4fhI24TZ?-`8sYenf*CXCq}r$-cLX2lgqx$XBoLxs@8JeYyEjq* z1c7_=vhN)`aCF35VDFNN|FW?;f}mx2x%Rry%Sie_5fn6=9I@y)VS!!cXH?@ zUaV+OarLa|?oVWl?$*BJPV zZ8fFQCiqJo7*sVfQs{Y;igUne)6GGjH+?=9C72F)eNmR7V$g8^31ElX03=}56#@AZ zKBl`2f@f>z@A(0{zIfhgbaO1ntlW@~`aph+i;o-;I;27vMjLwx#QzW`5SPRwmrpg~ zc?4xfdiF${3uNY57Cc4HK?!XVMj`K5u5fv1EufAIy(w?=LWiw~n&WIEa+S1W%QoS@qmNk|Jd+DW@ph^)Hih7R=7In1l*8Ks5B?cZBV|LR+YU zCxxyy+B>2h9q}n0_6BFRyB;7Bx8rz=p;xlLfw*6B6qq_JfPnWGuxG+wYz2Z$s`ii| zld7%uJ{rc73xdnp0)E*S@pLu8|?fgJn9gl&|kDeyt_WnYQ{^fp>Ynsiar>Q!_EsM`a<-( z<^vJaA&Nw9uy-EZNtbu$L{7DF5{Z3eJ(HKaEN>w5qiB=p^VR#KNBZk?f9^8>KyIMT z^(>n@5JO{XZZ-jojH$Uf1ahK{+&_Rmcb!9OfaZGy=aI3Wk2;VxSWMtPq=i;vX4G*^ zd+NYy#-f)4WEd&#iK5R9(!XImruqwb%FK4Nb#mTd>9K`}GPJJd4J}{aO0mw1s6>dQ z^EqPLU*m6*`Dhss$_z4dKHA89^gyP8`vvEt?mYBa2FczOo;fqI{9jcgsriU7yfo$= zJqAT%d&fk3hunI8tZcNGxYsTl6mwj3P^8} z66hi74#=UL@!51=bT{1X6GDeNHR2VIROZCY%ft+ReGz1e!u&12m>kFPOXX8vo>eE` zNMu?DZgmporODEGS+PvW0_mxlpQ#yfg<)x>3`R-INVDAMTWf?Owb^lm(XNt)r*Pnd> ze)*63Z#YM(DKn7qZI>AWq>I zmiaTZ5A23z=)wQ+%kbI%!!M9QpRW@?r}d*|Zq55qQ^96TvMF-5eR1UCy7iIUgn5tQ zf8+o3k3Px;I>UV9_)~HU_i5BUh#@5MLNiM>sPfUp8*UV&-WNyplL=IRrYVflO0TDoQjPm%au;`ab~g6WOc7#-rwsTJz5m=ChVVO z-qFkGB#thYFSEGeVe098UgiMn;&~Uvy(Mw~Kr|yhlQD6B4xxZ2!9-omRciO)J|XB2 zHH)f~pv>YQXbQFBbmY5XzigbK2b;4wK^^e z`3B>|%x2y@U!ZA|543%5$UuC2akRDgXicZ`TQnq9W5Z_XH~3S%6sR=)>f-Y2aM66j z<#SDjrppr}*U@yCTk@60XgUIDK%G0N%3I#~a(}|=>_=F4J>HM7W(#4({G&^nZ2uUj zOUxq7u?xMisiVClP938JCdN^b5EsclO;!>U6X_%&FOvP5tV9L^)6`%rrHVf0QhcQ8 zZU6tB1}An!R%|ep46(DJx7bzE{MABqP+aUPY4vI$J7_L;l{9uW1{tK6Zb|6wmqK?H z^uHh7{XiN?)17tKXp{xCuu<1By&-Rp0?5nhE%Q2LV=mnv{(ZQo0PUwYaOLGTdNIy)`d){xdbGb>%hI)p-mSMLV0SaPWws~nSa-~~9hh$_%| zBO@PZy3ix|x;IknDc;5w&1Dgg5;kB8px`b@iF0vXUV!h8DT%@Av4E z6RE$LsK0*^h4a@}eGGxom7E9(A#M*qFgU;pj+ zY{L34(SFAe*x$`>$fPgupw5B6g1URcrL%va%b!7K)?H&nX8#weyEYJP)Ln~&9CasO zc}}SA76@2sL4A(8gFpY<>br^mJLtQ|{(qwH3Q&}CUyt!6e$RhNmA|GeJY!bk8okrQ z&)l!>XF`@&a}yBac}kOOpK#yR$+1h~Gg8qz?*D|3laUWubcKYQ=tBTb*45q;GIELXgSNx-e?uO+#cxpN7PmTaLqSxhm~K1`%0v?b*^jL^l)pV^% zS=Ho}YXC+3D01s=F6n{ZdA1U^;-;^H5C_Vn5KRxQ2@{$9cHwr#GJ`uu*`(x3jsy>7w zFQtF08h~8!xhjp%Rf^A5iqBPTyienERX=>L>gJu|a}@!_XQSYAR1kEIlJ8e>?{6Gz zatD*P=aVvuPoI`)DhR!LLVPk;3T?7k&Pr^`b5In(bt$+a*`HHJ9BW#bIBvBj>}1y<<1YS!$W#QqUq>J!tC|UDLGP|Ua#(eh6LQ_Rs7k%B{ zTJ$pW>mz&+y&iI~--O9+*srC>-q-XVYXm&@YtcXFM0@jLb?>4Zl|oaWitH(ZSO5IP3^ zZGisv!rv{aGdD6+2e%FC))_E@Ek5$c(bZLbD9J2ds{HXn17K+XUr6`=1?~R}+W!~Y zc%Sb73;p{4g7iiE|AO|V)yOwiZC>En9v}Y_%c7b(29)&c{~1z7`_E!?czAU|XvYcq z-wG!NK!Ezt5SNitJgi=K))NgG|6{0$6)gwsL-fBjb>^m~)EQ^?czWcMrL$J3ugh|t zBa|D!?9G?IIf+Y#yF59Di~k($i;u;rzkbW&Gh$zk-;Vx$5P5eP{oCrX7kiZvlc&Oe zC)<-utbYA%16wEQB_*s-T5aYR$Fz4n`b))Z@Kl ze!?0M&2-13e(G7$EX#X*!$mk#&ChWAA)VTEryL83qQJ)zSh>@Xy)b+To{w9C;v-|@ zgZSJ1SytUY0e(>z9W8pVsFPQD)Wk}0R+ZEY*3M9I@|>LP=(a4_F(-##d@Ic?6J)g% zHIKxx=#5X74Rv0-8`;NZJ1`fSMs9l(JtCj1-^uabOVJ!}Oe*l+4<;h_3MO(QF#*_) z+|SaF?3V5-UE|TWSd>&Nlh%JG1N?e96L! zdFeVAB>ffh)3M9BEH@{yeX7)&2ZeSkuo?Vr_(8UN6w6A!97=)^vwx(Fby41+Xu;@V zHb=;%!VD+t%SzUl;Qd-6AVZ!09PdMR7nGah{jpH8ET{7R5N;V2i!^vu^%dqsekh|D zA9}{JtPHv*!Zqk9{mB5MBL=xS63ti5!8nuNKm#7t-6sG*h&(Xj2hB(q>Q1 zP}VlGFW|i7w-8(ZkTWp)T2@Xjj~JUHSWD`Swm^Gc+aHWymEu}Yu;Pha#zLi$!9Ik7 z3n>OBUW0xg1jvOCDg7?|vC{9t2ffkeY~5IaP~IGMH?Fz#Bjh7r*{6VJndoe`H}+MI zKC3^lctk8ez8HD?8{}=Tk+-*blf&$=S0!v|TEYrH$@qrB#K=D|vfNI}*M20L&^(f^ z{sXJ7UPe5(WW8=#Vq>3m*C8^>KGL4}_xj8cS!|0rvWSgSuKAx_fZ@;=HS%1n@|9>U zRhKIRgv@lHfEROD7W2G$Whtp?b-6N3tZzCnkC>>-sVl1psr{<i-T>A5B8j-cWplo0_~4u!%DWORMJ&$w@4Z*e_65C6R+;!DwwVu(Thiz zyn#h48mG!W)OCJ9bb)71;w9$$M%z?44aRcq{MJcc8NAMmd7^+nSe!v`v0%1#dLpv9D{`jL=$AOL%h2fAeKb1G*n5MV6bv25 z=##mRoEYxPH&;K(T1XW~=ZZLzEg#bnU!1N*dTgLO3WpF!hh-FGv9U1H$Ig_d>p0@* z+ZgkGH0#&Kfjv>RUVzM^t-ko)OAAqZ&qvw z7LJuiV;da%ogpua*7~y|<60-Hi04R~FLNR;V?lzTvvW6(K2p%}Q%}S)@kG>=)~~Pa zPR?L!W?~K}hnX=9I+bD3%IRpCFN5^Hc+QOdh?~GAr$p@Wc!PIZ5IXUJF?OZgp z=w->RjV8Yn3$TN3ThW_~uCj|`1DQ&*qEV&Lb2`RbYDT}rhmb5;5?z|rnuY#N;jzOn z(1N0>vkYEFgku&R?X1ZWNJ*YyC%n;?zIz!g)`}iJ+x?a z+54*g!{}}PEIu?xeD&)i-?f{PgJm~Y&9`h>mwwJ?Isu(ozd8ZGuTDV4Uu^F0ME{HX zuPf65nBo4jKQ#`(KPD%t#WyoNEAgZKf?#zPy@kH$^JbjDU%B!xa2?(cYF*di!sECO z--fGPM_+!lvBz#{`Y=a6UG5hRgzJ#$;v!@Vy1bF6aUHH>lrR;JaUBXzcD|CX(HoQs zS%l5r7?1t3snCi>$<@bxo$nEizN2o#QO`!#BE2%(O3MS`m-+^mLF-o#QiGv>C2!`| zH}br>zKzth!BF2pENw8<3$LlcP*3X^42@i#`AN+aVt+GJyV%2?+gKj1%e!!T;am|X zVjqjlZ;0$*`zkm3=yUyx;(-z8*A_vTA(@o~`$#6U#uNCza4pJwQ&z!a zK*qiGRSc(xlWbgjP2rLL{+0c;ER_Eh^MX8FXL51q*vN&(&G`pw3yuEht+C z)Ga8!|J9D|@diFYJP2$*!h{rw+{aX%Nuu^f$`?ROx9nBlHe8v{uA+XsK2lOvxcgtvvW+YLYGi%d}c%O+Ce zKRc2CurY+IRt6|CGKZ_JGQ7oQSA zd+hzru~JVy*ZSmlL3@1cGS_LViK1VHzn)IZ)2Gw&^l6o+PpdqAx}Q9Kx}Q9K z+LfpNrxkZ=9eWdd$Mb4@>=TZ~)6ZXd9DnVu6Yz5j)_RDJMuvJ0H4LE-#y{&=o|q*L z_LhJU$6qf?cZvn~a%c>A9EH9Yk3kSirN?nilzdRqjv+EKsP9HT$%9@%r#WR=O*7xFzRYus^) zJn19f%jA>l=0548KJsPMC%y;r{mO6ZlX?J`yifaa6PPNajh{r>LbjG|AFe+_B!e~- z93{Pcm0sFwi{31Hy=a$xYgb=5u+L zG=>%;OHPJ~t+FPZ7WSv0TRa!5z47uC-!3A^4_3{8*WOjqZm*-H-yRhd!ZY^H>_=sF zEvLFXngx-zf;!x6_V}ODm3<2TI&m=0{)v|yULoV6gS5F1|0NwYn?{ZAQkq|#9eT6o zDUKX~Da;8yYX7s|6Src17Kh*p2TW1Re~1JFB?taM|KuEc>#lbM4Q%r2iQm{`zmaMA zA8{QK`b{MHJ=gNrXeI{>Kjb|OCASeMdpJNy&5MT%h|hhvnCHz8my((`FCGpPOPd!D z&m*Sh#luyE#22sMC)NHR`7p-@9LN4YS9nO}&$(LWbL{`tWbTmhu9Pu0bE+mAQl4Vu zNWcCtAH%y9n}J^q57v}s{O>2nLh)++K@VZ&@53J?%Wut;3;DGmFR}hC*QYp4wp0$! zYAqGPleK!mmBtNeoP@s~XCzo-#_=+I@4{c3E+r$A@mA!Gd@b-XHTiOEQs9Z~nxUz$ zC2Z54BzS6ktz1IOof@le?ED_-4adp)RW39+4VWm&&E!>H(AynA^)sC z*1Y6-_M6F~*kseaixN+o)+Ir@r$=ce2bCutFzM=I?VIoR&7VUDBcar--Z_b#oi1$W zF}3Lj+eM)7`CSIK$zJBrF#wz7Pv!z$wsGGc5C5@T)bxnhG+)#1Y&z+mu>e={2v)eD zif|rD-<^s1js1#49~F()T%A?XaQk&xi8Ch%T7AzhC&J{vPKsr<4v^>)yCBN#?`oo zGHP)6JzqUSe21)WuQ?l8d$rW~&*>V+rE9bu$J3Yv*>e(0(iu+8$bhT!I`6ZXy;;ej z`1OZ7ulih6;_FJ!Pn2Ktgr>{qBrZr-cy8SLduqsn&n!8WE)Pb%X2++(V0`R!s!Y!W zkiIVei2Op;VXH``fj%ku&C^wgkzjwBD(uBRre5yD=q|s zMrwaY?aog|8>!8w9e0#yhjZ_|7(NHByDuew>>8P3>{BaKd^WOnuO~jCZ%xsM;?u+_ zz-LV3-#2c}+hy4gp9bUJrS7^PebL8m#@>Fm0X3%z_Sv+(`K;QT&#JxoY#Z;>3ijE4 z_U5yqEA{*Mv#KlI@8kG4`LapV&xvi1kCT>Vzby)T_W$DU{o|vm?)?7@86=UB8FZ9b zM@h=mC6#JYvuc*KMGT6H8iXX)VzrjCsil^}j6b@lz$D7`IvUsdgKmrNcH3&ZD_Yx% zTH6FP;l~OAD)M8iSX;frsQjuV{LJ_HI`_^mK-RkM=Z`Os2a|ixJ@?#m&ikDAdH;T& zmpxz4^WLdFcocfGqZV5qW>E8jeZbCK_YJ>jT11Nn#uk-Bz zpprn-4JhG${{@3qJKq{$ggrWz=2C5v(a;^-XmEGxJCwNn74-ybcq>xq2RT`Fp2EJp zIrEg3c%o6NiarkeZZre42+RmUu<|r1IN^FSkaBm&Up75qC6EaOs%FWJIz@VY(0?@ zw2;Mv%%Rd*XGWju=S{5+fhh7^;{Uz<#BLxO!9HwTo)kR8|NPDJZ`KF12|uzGek4zS z5NTO(2#}Izc|b~+Sl@A3xy-h6;qCH!3M*y!l}(yYu>>x4ukVywyL#85JnSo(b+hI4 z_K1>Kbz+;GX8V86ZAk@?w`-oLczrMzR?Q+-ZWLofYWa()8EkcBZQ2jKQL)|BE$vcG zbkrlz+lsZRc%7oyA_#TfMsJPJT)ZbG=MSq3o|*7357VHvJz4WC@in+EVWX?Gqjr^U zi|?LFjHjt`u{wp9K23@Gspf)hW0B%oFDL%eN8m)FU(Z-p#06-SNQ=pFS#cxAmGIWV z)<0{xynV2`qn-U5o+sLSUWni5Tz;m{4H0gch|x+BuUx~5p1&EvRXR-&+~{5WOutLD zC(kof`@AZyr_R;&^tn|>d3EYt)ZyJKP)MTdU_3!&C%-QS3-~enpyAiP>`uV>Z1D`I zuaZ<11=Stq6Y(FV|By$o@HkSvxovlR1jOs;VFvGOvq?LL=}A5TYngZidiVpTEZIW* zn$B$lP#tm_{p%aviAw%C9_mQRojpi~jHbPevz%yyn(sH6@AR;IY{z;@UOfO89k{P~8o}pF@^h1*c^jk zxgBsBgbI&AIAnn1&d3h1*}2MnA$Nl3VCKc^f*t4lnhe&z+F#wznKOQ$wZV+v(7VUx z(~BoE6PtsU#C6cTOfFDWhMj?mO_ZY{<5Ew-P%;SHF)PS%wToDf;S?I z5C&7|D`OPlX(2H#9~F(=nD~oiJdq^nE4xKL$$%W8yTo+U+QEub&;2XEQ_cldUI%9T z8voN^x$7{}`x^h#V7(jb&qZ~4W8hqhmr%_AG(lyrTfsH|(<>3XC0;%le>#1vIlhg# z_ilew0kb2qN*^}QH_90L#wk^PD*TyONr>|`{-8ckPPUP+v;^ z(BYEO*Cdi#8Q%p_ktU|+XLUNVX$DVfXm(CnV|Iceek%VM8{&JTQDo8MHHI+At>HZU zmv~q5Z`s_9#BlB^GsACGZVTR7rWx+A-p|QD4|>+_L{F6!Ea!)oC;V6IUg@9KCEhw{ zZB6{QO$6s% zs1k<|u6;Hk-NL8U_7FkIe^zZ*aNZf3P-+sOM>bT}MtOo=7)nOYVjozmd*47+tqIG@ zxOE;kZ0Dzhc*iWp>o#zNZ@zpdKd0={&$M7m4@GNLv{prHDf&lJAm0&2xTT~V*B$=6 zWf`w5*DK5Q%5uG8(k`E|UHZ9~w^)18h_`A+h&QFB!C)Cou=N9aP1Ks$H;_!y`MzZ2 z7~g@!%YD5YtQEcVFTd{|KXChC`f!8~qH|h5VPH{WX^GU8>uZ<9*X2GKY?WS{z+fwT z*CqX*QgFU=MR{T2q3`tu5?HFg8NrS9P;2Tb+%BgzM1bwa|z$AI#R(gO(~+21djp=S>xU0cW= z>*sXu2#(*L`-J2xC)l3?b0=mekT>?Z_GeHUFi0T;9&ckMFXwQKF~`fIln)o3i? zw2@dVwpkc(l}T(Jy9#andzt-Y*ZjiTz;g22kwsQ-*u-I?f~QSc}S%Pc>AUpwbQ4@jW? zzQ=Sza5dq+r}&+6UkATa?_-DO`1kubyK(~Z`?hmu`1kv`Sdr-T-&TndF+%ft9J0PVvn(v*I1i^_1zF?wKdWBuNX%;2Ia9+?Ydvu;is)Vm20Z^R_`fY zQ@sb662lOU$GFZ;XE+Rorz14<8|y(K+``6)FW7nlYu_$CyEf4`Ab5|6xa5rf=lN5V zI0zwU^yE7cj&PcHC$BzSvBXKZZF%+P^tWB55|_CxWrtU_tQRPKyIX+eyuj6&&gScppD@8qZ-35 z>%k7Nte;Y`swC@(Dsy6ywS~kO7Z}sCNM2KBJ!m}%7M{$j?Q;T#F|NGGF12eDy-@am zMTP?fU{MS*M3f&6mg7CJ++=KbQ>&&CD1RZlgIxtBaYW)_G_0+T1$Fvb#8e0yVSFzmc6rtv}7*!tDB9m|fos z&H7$w*7w4K^}VoQeJ{+e?}dfyd-;*px9lTz5KKNZyS|B{_~Gljv$jqqGG(#jIn2#^ z8yvue%HTWJ_wslcJ3_2j68~hZej#kMZgc2jjL}~tZt)l0USb#7pfw)~h`cpy=pWHO zGo@YH9UM<$liX(Fyny~W@o@TQPx=^9K)2TM>F))K;x+d1D6VD?Pkt8`IN!XvJyG|3 zQT#-8`CxpPJ>l;C7-;h98qem|2(B(KLml=@GsU@@{jZnbtly@C#9UTjRSiUr37Kgrvkm zf^9Nuko9Ux1|_Z(vr`k-?HTHmJgV3t7!q^m?vv%|>6pkT{SUaBkmbgt4SAaSKfj%2 zZ0M)?S^8nVp&#ZO`eA+#&$H*j`~v!6{&t?}JP6F^!q88$k9UPiqkLdrT%B#Kkd7t@NADpnB6ZYN%Oo?4(e+f~K+@F-vsk6+e*~8>Gg<21oR@)nHA(k|_>Dj$Dm#06 z12^^eg}Br9pKx!vs@zAPw!u-RHD9oplvkO0Rg`y9wgfUt<`=TQ3#dVCrfM}A=Zor42 zbOpOJBkRo#&cNe_GUuB|zWo_B8R);s?~Ha^|7z;R*ypNu&$)wO?yc+jM#~TNW5yLT>Z@5s zN*nIF=)|JbuX$ze_s%^kf z@(_rQNc*RKJB z@UqnFvAS~~*Ll?szkX)&TI#<@{WqwO6U(MHrP-K%d#U{;6E`E)fE`h(JtQ&v{{2O< z3j{8ynB>&tnqw(+_i>cC?l3p>S?PS+!~Ax(ZF4noPOdu?hHBo#0;)hB=YPP zlaVJrA^WU|SqAr?prt3u_N4~He&lFtsP`stQf$um*p}ZR=AHe$(CAA7@hcDCmX~_l z@`CKPoauL(4h|~f{n_qPAE|haR}(C+Bpq&%*QGm;-%Q2X&`4#pSI4@0bu4?8*r`q< z(QH_eQ0rCbbF()k&CY1=rkjO0l`X0C95LrJUMZY4TtVxZSTPCcr}LLKLYS$t?65B* zRZFW*#UpHvKfsTgDvgqFc*zodddPa7@#rs0D>fMD_Ki&V`AN(##RW}XBi*%2iYTgV_Tum07t<3 zo_Z9AKp07e7HouoY1BOt+7_L^S#sg zUWq+C&u89zZvyn&t$sXU6h|YFK1sE(PGhHX%eP&ppNzZC#s1_(+}wiqZl)7RK#hu_1T%12Ht+HW- zpPnzdRh|7Mb5}oqKjV~$Zn`}_Kwbo%)mJa$S;#s+AQ!`lj*suFve$=AewdQRep)@x zn&?l~{3lDUzqpzva7gjd+62v7jk97&!D~O}wZyIdqS*QPailN6*?VHM^Hb`0%_ewm zhKAuDW3jJcR0C=^1e2$0a|FBnb2S>ikp6S``3795rh@l8fL1fdJx<>Ht&@yf5{rEQXa$FFoy7Z$c@zzlBYliAfy|trZ}t8vi6+3X4Y_OMA~t^_xD$B zNNg&?+@)sb5clCsC#}&LBM&y&S#-7vx>c)~NRnvaW{t4=l%L}vK~CnhecU|7O{y3y zUA@-OweSahmS4hkmR0ZRKq73t>|16Pb2m-9aHQ`QoU6l_^%5^hg>VpaI{PUbY064e z7NBIPqf}Y`D5A(UMbbr)E(KL4yowcOhHFkca29idmPH!v&uum*g(Z&_lka&X}` zN9=mQu)ACX5NT7NNCg zhvSqjY&M(^O4=K+i;SX^LClIE2FCF)rP#eqs5VtTv(CH>dnQoD{%%#$3N0f#W2oE^_70A*s+mVZWqTYadap4Lo_@TGj%Fh zQz|h8;qjRPUXE4b?!I&m<^4mqC)P3iN)f3e1q$?4Kx3|;A__dRorR$P~t`?bL&MSPzoQ zL(Blb1r+&dUMjJ_m}l0!6%`q8mRK`ovL6CH>PBc;w^`IIjoD@F0Kh#SKbR+l2Pc@k zFOZOz(ytbK9Pb2MM^Z_4ad}SLVg*0c-4{tU#EWY-C4ne&mg025e zMfyNeqI+fD_k20`VCz8TR%uF6~`!=k^7d|MeuvL=BXB=I!&$*_VDP)s_o#A94BzsZ1G zH3ib~`ak*3K5Oz^=`RZGS;DM~>KoA0qw9Lc#?vBr5QP1^oCI5RG}^ z78Pw*5kK_{wj{6`AxYrc#M0vQz!zwvAG@xQFLny~VnB_d`UQXHjRk-8?c<#v{groq z^k>L`085Qko!Bxc73Xh`pHouvQNm3Nm@pPV6%aE1fC>WUpLt95?(F%2>E^QDZ3Hb&Cokxyg?+wQ zleP@!H6ORwO78if!C1>!YJuM9BK6Q(>f3JPDu*TGvfim!AJ#>EyVN-~S&#wX z>%^CEV(-LF+4Bv`&6n(@Yv|B;pmSn%|hQ_OCP0M7DB zG&xf3MxBmsH5#gXSP=$(@sOl)MPE{S=1Npx&VzSSV#F^ z&i^WBjmdTIf%{j2%*f}%?LclyyMe#pF#X}9!k^lAOgFVBw;TAk8~B^GF#X}9!e8}yHw*uC zz zP|~$31iFqTK3t;%2}j_5oSSByW^J`zR&wuP+dG0>7q&^kHc6aPO2TCVnQhKj@R6SZ z>db;en(|-~aXpCrMRUcG`*nq|!iqdpy_v7TT(!H5-2GzYN|G3wSrZ;o2dcp8iqOZ( zEGAkRd^C)hD6;6#r7(A8n9Wx`}W^5lHJbl^=-nKA9TDpMu>iK3O~`EZ!2uEaN0+@E!fuK1~dZ z!dm6&lZqpEt9ImGRfpmgkE(!sON(dUYuLNlNg5bnq`)MH>!E*sYiI8!B5ATd&XZB1 zO3?odB9hc+m{n%1Ch1?G5!X8Ay_<%5vQE--EDPSH`M2qxOy1tq4|n*qzoNF?OLfJMi2HxB-A^*E~Oh2`yb^ z)jW@m+uGxED6WA(V7j9*l9%O>t>(k_|FWXb4m`sa^H=OCB^k^!cKt8?BcO^VJmZ$| zm)B)v^FcgIYvHM|guPJBdP#kYpUnB??l%!PbwKbuR@xWnU=@8Bg+!!};E`}L(BQMa zh_+)9H#Rh$!V@zlA}h$f%K4z2XW!j3|W{Mip}< zaSER4G&*!;@SmBK+0>fyFbq0lnteapkE>C|T+!AXe^dg@lA*FNqp^nr$T!FXns^y* zfN|lie+^TmFjZopuxOf2aBt{JO+)2Y&6nm)6Vkd(+%HsQ@o)vQ)PR^cHYGQol2<;D z6iZOF9}g9vkRUY^#aa@I0Ipz#RNE9o zl6|DkcoZCyQ%7pn*4vmW9SS-(HTlGEcqLZO)kwSM@e1X0KhLgvd<1-Ysge?pwCbLe za~IP}GUf@<^9t!H<_AusViP`IyjfDwRk~h&UXvI3DU+9%3gqR*m*nN;#QzII+UTdM z*P3w!+oIa#TDlo|OF77-PDV0u$qUAquwv1cR{)QzYI21PkM&8-8AiUjA>qZ-mQV%h znL^6obC@SQ`?CgZ!W|wVR-SD2J>gmU8wK*PcESGtMj-Y{#>dliX`*7s<_pPU)0p(} zfUHIe-e8-=H1_xsdq!yV_(1$>Pxtrxa*BiF`f69-)I1j$ppw7B^CoWK{R#au(Et5O zGc7f@f^UtN{_lIz|LL3QlUmkf0rSn&^&l2(k+G;Iatc~Nt0z4~-I&%r23??DP=~Og zJ{D5`80!^6+Xow*zu%%=?zdj{dVF5C!V0%S*sHKa6@-Nv9G_PNr;7I)p+aAkYKC*B zh>Y*$3?CmMOz#p9dFCsKw=Zq># z4@NEmUwQ9*m-Y;IBTyI)q|>8w$PIauwl!8}^dPiu3kbN(zD=6ma49i!*CkRua{>rx zO!>_JFxxA3hW*)Yf0VZ5%Yjt?3~QH2SScW&;-u;6;W9OhRnhKMw05Or1U9WbAGeA= z5F(PYPdb3kZNq&XzMi40t#L&P)iB)R;M{FDmJm{a8$7*zYwc?S7%Dr%eVcs;t+@XL z&UBt@Rg|27>zsr**90U?a@9YN2^-v@j$tY9Z4wPdw5W2RDu{6r;y6P6uPO3%SvpzA zaB0P*e82+KGOjIX9VWoI_@nK`^$!;D-1}p3hhAjDgPd^Yk3v9mhd-e?kqGR(ib13Y zAM$x(H_IN_Ki|wd@$Y^1v86uZLP+W|5>4o&{&SleokyQFXP+I2R(2w->XDq_Qthuz zZnq$A-(W8wE-=g^SIO{$3|2x@<(ih@XO<2{${(tIRTsf|3b1cX_91V@L>_V^W@QM$ z)-kFHA*=&2Lw^Y$e!SyHXQ2@qOnJzVw;$y!%oiYZAB@iv!}t#$zYCfGvg@@DLNn&c z2Q7@lF-TU!C)joOju0K2EUH*4QNq0_?lg%Kru+d(t)XYb_j0byrb>6|YgXO8_T+nY z(7}b60x=~pijYk4S5uGi4rkm_HpF<=T6zxPtpSG)X>4#>pZ5@vIeA6L4h0i|)xMQ| zFvvujWOs|B8}Fj<;|XqRb%9;6ixN531R;v*`@&GF59dVov+S>MMW8JcA0PXQ1^Q4x zo-%L-Y!M!nPik&Ps8#jfdL*IN>E?tzMJH~7P>Xu5P-~F!|M6nSWXXBQfyv!;nxHaB?j?Kr^Mr4KGGurO;irb@=b zY~v==c$3rPUZjT=TC6SDo+Sfh7M73RGWJS3s78U^Tva+|{4yAe-(X)+VmF6IUlE93 z>>Y+Lma}_;rwqH&$CRX&7lY`mK%4&MMl`F$bYf!H#C!1-qaSbqRf zGW@Ur6oL1=&6xVN4l1_HzSJ+c%A6mE;it`p#yTQ?YJW|0|G&de?)v;>_y21jfB$nL z6z+eoAiMuxH5ClD_V)k6%mVyK`#)RzX#4-7wA%bc_CN3x{(se==)W2NvoH(;cLe;u zM=iSe{|}~d@V|R;82;btEjeq$k?}tWGCJp!lMT{81?)>@kjy3Q%>}NJ;{_o3NzTl5F6jD&@Lm-r>0wPP|CaP! zCl%JmHjwZT!na2|tKl7jyVv>78ToAJQ%<-W8jmDcJz|bE}&bR(6)A9e4d^z6tIFG~D z4!$b#CgPm)k~hz>GYgXf5hMJ6mk&tz#LOjDoYLY&njC9oW`tGxn3ooVSO&76Z`+Lh z<}rlwNMJL;;evfLt_e3v91=;NgsQOIYLX2lw^>*h`hBlpzJ;7{{?2pGYV z&qt+VDi=h*?$!pP=bKPmryfqsWdRvGO%G$Ap5%OCky*67H8^Xso`#(c{${E9E{JG% zaNO%q8j+&guP`5MY;1IXx;wLcE-(Qhb4P@=8saw+8L5c*=EM7KaUkxghfR${Oi3g31Qf9FN&cb3%f>u8^I`jA`>jNU9_3uW|M3%!Ld8gR#?H zP(rG?)>y|qoSg;Hpd#Te^ry=}q3-kd9?Cwq^jtQ8@JNX}@W2~y4}q3kTj*bF!|^9; zib`L%YVNm)dp#UtXmqoG_B+@(0X)5|Ms6M4?Z02+Q8JT;NoGHHuF6bQ#)jZ9cI!ws z1O*Gm*c0T9_tS@r_teaIV$;2`hO=Y!WuG;;HcT4iMcBm;m#QOUFH`e?wI^A3PAR#x z+O5?}Xkmsp(LejoI1mQA{p}i-#21P4{XWx>n?r+siXYT!?ftLJYQ2utDoF>{9ZXB$ zLs-Ep8=T38B{?E1cr#eer8-mc12_Q9PGTnlgTA78Kqd0rQV>gCK>w1gAuedAoEPN-&_~#zWt6I- zf>ok^`R66cnuSzJMw;+@O|0veFU!Vte_@|E&p^zY9+*?yWq&M!L0{|Vh`5l7a4o2T zbP$m5G4^PmG0`q*oY>@Cg|Sw`m}pnNPyWREM&gJQGD6QT@ zMl>E4CUaik4{@?REIFR@XCCLzGR_~8B3$8zQAiIZL|ofut~hyI>-}|VpIFG55ZCVf zDV}KrgP!4Zu8jCNbodmzN=8{_bo!5|>M+xqnx2K}6H*Rb^3yHWA7zBlVU0R8Ub#K{ zNsVkmv>ZWZ?8*I3x?HhIh(kRWn*&f!7wJHEyyC-u)+9Pl$0dhEU+ z(JyX!`Fw*W6K@TVh0G8E>6YFedq{=u13Xj2T`~m`araZq@~PJQ>EjOx z`1KRkfKucZ%xpOL-N}kA-?tdNAW-H zs@((H4#$S*yc&#J+s(Ht!wp%Di&P4>O1P~Rfk?RX{ec*JH%)S$YR@j5`}CM|G$S8~ z4K?C=W4iXatwuKBS&Le7M9s~QUEGVbh(v%A`On@V*%>B*vEz{f5^L;FXy^u4OrE=+ z$5~Dx_cHhvdiK;K*{h}rvu0L+b*ak+xM>mc!YQwHgjP#h6hC>=B7j< ze};n3q8^+EQZr^0Z!y~7vm0c2i8Tb)Bwpm?&fwS{S-$%5LEDRqR7Y^^PUayQSf;eG zNI9f%Ai7*Q?F|?n;+Q2Viy1>2yyM)DVze*gJLhCwlsCAimv1r)h@4fTRy2 zy4-uWPczoki23EFBZK7Az<2Ynl#$Dg3ZI)3;g`g_3T+~r z0~6za&TS~yj8{YLx>$+z`e8v4 zE%s$4c04rtvOutHHZ32f>kHm_6`S4Vc!PIM;5y6o#{JH;E+gWoGQ9}4DoBO}_PH%U zv+2)6>X?r84WJlvDpvGb1~z`ZwWFQ>bQwU-sfi%LNBF@4T4Z))c6V zv5xBNa3&_;14}6@366c)ID{MH5Gqhyx}q2X7xNxS`j=?&B>nS~{;M=5T(O9Vtwlv1 z!$EfO?jm3O!W*RfCN6sCJ=yI(m;QPf-9DyUm9Ao&zZFhSRMNDu69-I(qYOyKt=k0Uf z-J*GE3@cy{1_>uXZ(=-#$OGpw{I&$7;eW)OgQJZI^m6zagMQ% zMK10qWC$_JU^7KRYGWu?na({dr4&m}loI=S866H|?*+#3+u`ReQUO)3s9ssRu6iYu z@4n%Ql_t#5E}fEn@gC-4H;u|35W{{}c&Kv2tWQ}R2&S}K{vKDVQ;pIC`BO7kUpM`e zDW@nn?;FA&JVw zA1%M6_(56jYxd&<8D#nd5;EV0&9~?olfPyq@wN)`i)#i-x4SXO-f?4)g_Ds-5=&=z zG04nZxbdW($&UY-?D(HCQADWGd?YNbYqVzIIWA@N3 z7dKxyQDV4be=j8Aa;B~KNnVcwfVG1)h1!(8Stu+O2hXF#O95+#j`*+gf_+UW@jZC$ z!S(y>6O*$C%$L z^IOiz+CZfu8@Hy6mwaY_8~^yT^Yc%ffa8<3SJjIPGEg9tLn*7Q668;nDPUPJnMSt!Q77JQ(S;;>8q5q=Q%c&A$yQX~2K93XE<vDWRwNg6y z%aHwA6-R-ocOYCtI`B*SXZpdt;U;Un6V3Jg78>F_%~~H>J2kJd6GSnd6W7 z5sVpX!W(N6zTDcG_Uo^6{;pzm?B0>I*W4eMxH$x>3CVQe12YO#bHUb99?N{d+QTX8 z_O5VC@Lmc318fYejMy1^YaO(o4kIrn-jm!GCbwM;=suFc-qZqvJ@K3WH}-m;umdZ{ ztIGg9$MO*u5dOlW97uOmKF53(eL>D+cbxj1DC9)n6?dFq)br1AqH|joyk{;KLLo`l zX*tv%FKf8c`TfpfR-&xonBnib%!T2s+|X-A>acE$7MUF{YjQe}W@uH`|CU6SnEMz$ z&iu5oB8_!IhgmC_h~|mTZ+4i8K*;=y)K(hFe2l*`Llcc0 zf=2EXBHocWxG&iH8*`bwoZN?eB2%AFkr(X;>xhWzgH{r&>Gv&{Oh@DnZ|)Da&i39c z&b(=`#vyM8M3wuV_RU!%E5ed>Z$U;;L?T!k3XWT;_MW4odg>33+o+GJlf}W-h}X#j z!B%6%z9V`0fTMm&ot(2nL4QBwI{@j>@30mj$jxLN^vpH*4%t)P$vEPWp7wuMWaWo` zM&LbUI0Iu7HEaE`OROE(IWo;|%bl}^*#5h%9flrebp)OsDEf2c8nte1Sht06oMyTR z9VM=AvGz!CT#pPvfqvK*Kb;-qPhQ3Gom~V^Z}S#Gu=Q=KBQK4=Nv#rMg=TB@$Lgm# z^K%t-Vrc$)*Z6kOyD+y{*bg*I)=e55v@VC6!@qxANnwa5vvAp0CiK+_AmBqywD@)v zDafSiDR=z8(P^ZEkHi}BWBFFOzLh>sJG#O7%daz!>%CWMoHco6m@oR#rBJ!1!CCA+ zNbMx4Z}sNXEwDQU^3b{OK2FniYjm0ZD4QLzltT8WB(@#eav96cWh`1!Vi}|WCeO^o zZ1J~KpP`u7J9u4B$=j}dj_`UU@&9U9Su2BMUng`i*j)e-I}rOU;qGCztUc9hto4-# ztJjyVs$SoDaCl-BaaDu$J0v|mRxl=K;O_Jn4PPbt%w;?7wzlJxK0S$xT;*%kTM63w zTJ<*T1F{6WVUpLXT5w!1I}r!Hm8=r1LUlG(_RXrZ4pbtOHgP5|*WQ805`SUBZ0E<% zQ}DcI!z6ItZd+~=7Y6UFWZX!#mmvI6T>brO0SUB8RxAz$22PRRDJxO%Lh&ersAJl3 z!!LZ3TgBoF{~)nsMy`EPvh&&@f_u2CpZ6G7#`0&Lp`_;-N_t)orCH0Ld0V*4TK>%2 z&YiLRna71mBy1>Y3CR7iYHPJ`gO_R44aV0Bv_wQ6F@E9E;_(^My!I7MXY5nHl{sd} z(9eF73i@i_fPU`mT?4+ZSk~D$ytk*cE2SeVF*RC(_0x+pxc01{%%rFr&t(VyTz2r! znZZA22LD{a;GZiP{BzmC>u_I@APo}`-5>v%;DBnPs+ivL-H`ciC%r&|q>m2Oi-wmP zYF=DYE|bpqpSdAo-;pBj)xtx@PAIO&a8dlz1Uy*?;Jh^cfh=%2)Jy>9id8<&EcDm6 z{9Q|9cBg#H#NjGkroC&FP;+0>&U2ab)@TpcT8Q>8e@xf4xDA)`2sh^99`~X?I@>TO)6MS`^E<)( z)|uZ?H1uCoHKNnDKe1uJ$o6fnyz+-U@W}fY%DFb-0)uzzgmz<-1@DryEE}H;dF5}O z_GtTHt1^#Uh-I!ZvdShq98K&r=IsPL4c;TGz2y1*hMJOiqLktJQ$D@ZMQR6m{3S2% z)3H~~GFOr+ZSh$o2q5NiKXNXAI%d;4G6Uq9DMe{<$xrX8mfVYw@a`smF&m!t#VAjv zylBGHzF5!m>?VJ)AUy4hQ+a0M#l7f;r)8m=aNTQTr+dLK63hMi%5luT8=LmH5Lavo zytMk`SN zM3!6 zXX;+m!rX&~q&`jeR4qyzyy6a0FD4F_VWHvcV2{&MsFC#$zz!qxr7IoVaCaX24>9b~ zj`P}S!&}9T&Q1SmMy7tOrb?sOo#tjW*x+2^HlSzE@Qe?Hr0h79B#&ept8^QKEFYJF9QO@=;@c$BSVx&;xEeSmF5*Ef?bQ<_-|bd<8C&PRg_cwC3PJ4 z91&o(owJ78-*=0Sw*z+vf4pPnnbNdI%op9sXmIYzeeW%how(NL`OD|hKNpocAUN;u zyz=4vOS2lZ2G(}Z8f@1+zmC|?J_~dEKr};9hozkVM{Ow- zJ1Fb{RT-THR0C$0CoeyUIl_c!)a^DQDeh(gN8M%+fMF8t(bq`AtOM)*g3lU#BZ=?0 z11zwxOI_n=KW-0SA(4JjC5*sbp0Ub>l_o(h! zSwtW|^#WNrT8eYEPWr2y$G(}7m(vkH5*8V!oF6D$h3Rj53xdfB18c>2iOogE*56;S z=1$PUcExV7+qJ^$qH*~qs+Zn&s5e&a4GqpaT8!Ec-lyWF=}R+T^+#*FV!_@XU)M9f z)E=-Aiu2EB_EUiPcji0jnAlAZE=`|+Z$3#lu}8ut$(tRs4V<;W0*c)|vMTzJ^^C*z zJYV!bE|e;zJfC3l?Bhc>R5^co!jSYh#hc5% zcphy^(|wH5bYHO2wSxaNrAD&;T*8yAn-)b+>F8S2&LL%};6+(NaFHPd7eP*ZXX>IJ zo@WopMFoW5BGGe(3SPuTHl8Z`K+JgnoAh(#P|Xrf)-58UkW`6z2@=}%{UhXG+;|ju zah!k! zdx5%B6}&55E=#w`#EFnS<&+E%z4Yi-mHEo;eJ`pu`d0| zGBe>{znTmGdj4T#)=mH5g@65gmb@bTYxCnq9XyHy7xC$^T=>`GBSd?3zWGyg7-~nw znyv2I_mPvUx5t>Ce!FET6VY;auBRJ+Yv|?l8H_fH%SG*D8ZT19*vZUv*xE~Zx$||i z+@V~}KGmktXo790f;i{}gR<634VUwXD&~o`$J(i88=Vo*sHXq%pF<#J?NdB^q4JMw zA71w}kMjHbmK^kGi8H)iU_{r-2pG>rKgU5a(6W_Z$XMX!lg40SgVe+FN>zd!D2Y+>GlXFGp zNfe>Pkp7#(&KI&JiLNk$jDVL;Jr(6alXIH;_^YWCxp3`ubNbC55UNxo`-TSZItB{E z9v7*-sw~*HSLK&su@z3<>SO;F^f%Fu=%ZXUVv7|NGSRsOs5rg%L8r&L)91c@p?b|)(=AY*|gr7L`! zOE=*osC3zz`px+{cdsEPhb^WfMTxyv+(9-P^p1IyWEA`xNVZ1jP@!cE)s*slM3=#j z$TE|WHXcZCAIDglgy5EkCU7nj%^g8jc8)u0Mna!bEzN`%F6oab^2-0 z&lvqwahi(fE<$o&)zpw_4AU8#Z-YH#s{>8=JN8~t@`uqm{4wz8k4O6BA>>HsHB3q@ zt)Jw4#jS5`XK6){$HC-w#5U4Rb;0yzNq_PJ5tt+SW`uSCBCH42U$S>kqEx^@a$xNq zO~9-m8Ug4^)BPWJ&a6gQ7x6K=*wChiNmw1d$LY(%a(bB9i!ilDNODPkdT~Zy1)UXz zyj0X!Q$ZA4@{(fED_gRjVfhNbV%4)g~#EdE57Bg!&=3 zSSrCla{K@>!~=Qzp!fDu86jjj9Sad~*p=GWgNeGAURZ?^=IJt7DP z5QC2P-G+TfZ`fKRg7QOJWmb%M)3jO~k1_oz5oFaJS*l4BiP)M#ee!prpLD*u@YK}0 z=S^5V9p_2>ZJ~-aDXdku9D~7&Z_B_ryi3DPz#mvR*PHW6rn-UDeO|M?6Ufdkbqgk# z@0J-Eum&8qmaO}eHi=7eFENwDQj#<^6dbqATIPbD)`M-A2s3M+Qv^z9F}&4KkaTP)ccZRLv%hH^>P zoKpLGaNd8a3*#cTyKh>f+qn-`wnn#je z*69lHRpBDe;YEq*t^0kmj!%yFVVtyV=Jxa;*h8!X`>id_fP)yxD|$s6m1XzGS0nk0 zD%=0L@6MqctS9kOt~CU>atvh%%CL}V;O;uz;iH8Dq{KeS9st2Iv_H|2TsJtn`iYV_9%)7ty*wY!WjFE1>|1q5v5N7gBB%AnPjk zRj(^uS-sA)pIRQQ-$tQy>cnT05hD1}k8xlWEI07OaZm{-Yfwi}K9~M~q zGWJ)h6&$zJS_)r?3S?D$881XRvk|+X0vStcx*bp?dr)9}g=M2d(9QE0N}ivMV5T4t zN{~Z_(6U+AYTBxqI20i={|?@H0p|gV5X5V!LS{!xXlnpP5G6V}(W3PwvA$Zk_3WqQ7m5kP?WE^li^mix~dzZ_H05eMkr|rZD-5 zm|yY}ttSGSBK42M6wwdZdf-=c`9n`c@)8*EF?lz9rhSAiJ4d70KIA3UeA2NoHS5 z!G8_0iLks4wo0PLsV$TDco~Nc)+f#{-#0vx)hUTbF{A}cw~XZ(up7#Z4MpPMsdrQu z>xsm{(mRH^wi5>jh&HFqM=?7$1R=bV5&y4y+j>nKgNWA9dCAD}M54U>b>BW1-!W_e z(rh<4XFj5SVw%d*o)B!k#l-{B#1`bmW6*fA4`QK7BJIaN53Yp_0?Q@+i+NC`RRf{L zrBKggnv^`SMt}M2Rs27X`zc;|o%i=TwwUUT(O<~&Dy)c_na2>}GK!87w)f0Cel^fM z=Ws3~NJl)-;JlfMQA;pcJ%kegTp_$|Ff?d(lxKufj$--qgl_OPJ702(ST=k@c za}Bk~hp%dAND>RD*||H{>=>H0_NX`3-Wvu`G2rZ{NUi!`)Bq4nnrRPSu!`}GOkNS; zPs{I^HsQ}((v>X|A+`KY>84yW*8lzwvl2jGR00YWOXQEzrNbWrg8XM+k=Zbd0vvNnM*Hjp;CY_ z>P^n|&l(1{^PK_G*IYzZ`9Rk+IX{_X$lX*8MZ8g-*zUu`FL;lRwd56^zD>u`LP3IE zhslpow{;|M?~|s|93mziU_S?l;)v+zK;^~;Po2n1)tlKBQ7y9S-4vFkUSO3-Seq&4 z?*#X8>M`5QP6Yn!3*vs0G6qmAYEN z5_g5TTEP#`SlIz{7>=DNbs)%^6%xpuXn_6f8;ESM>?@vhD%g67>>^!PBD>gA1747) z1{{@p-hBa^G@}L#Q(oPXK}oEcu*}OsP7>4rN)t+di^{C3`9dU2b>s|DQ$!b3uv|<; zjw|g#+ymsvN)iL%W$@H_4JZKK-l`rNh1d^yomvr+30PS4;=sQAmX{0=!3R)qq0tSp zx+$NvNbsxDrCsyTI(*uE=^uje8bEMtK6O#Sd_#`x$2_bX8|!_y8I)AVcW-pR%hX9# z*CwhveOi9s`r{?e0uyZ`qha8K#uK2ynftCf&3Q*rGeRyIF)wZYkZ zzd3?ZYtbwquXDpYfg}RLj?6z7 zg{zmJQDPrsmDpF5DgS4su?Q@XuhEI{K8&7;sCgy*ZzxF? zO5Wi5Lj~k<5IglS?0)d4>U_B??(VTx+9Z%VQ2A=`&I{Qgcp73vVpJ0f)CqX}Xd+6K zx3Mqz-9ANtGdTKXR1~Obtw_{E&&I_tJzMBGhMd0!3T%eK&WHFOX7mjU+u0O7?7{kl zSzNu);Od12S1;`0c~;-BumD#t+|DzjZ&=8MNr!CW?Yswo{Mhf~6#RokSE%zZs2MWf zJ5BExEPa~yPVFC$f~C8_(k0lcN22Lde4YHs0fhXZH5q)3%h>KiaP=d?wh;coMcX^y z9#G85;j-;6vi|kcIbJw|J2?o%%X|b6?BBvkcN`73}h==FI9j z2eOi|$>x-Y9NJ@bTY)I8nwW-{@+Ht;fF=|BhR4IK7I&G*<)Wh!PQ(EiCD# zKen**!0-{H=Gmu}j!LK?oy?!0qAb6ec(>fXCd_$&NXGE`NK%lffPLi0m8Fl_qQ~2V zO+G|6sq!I$v%d=@Z@t0qtWJ95W$X;A8>{MV?!8r~ri`H~e*eG*rua5U$I~)*C~lIc_<~^Y5+g)oXjJt@Q-lxQnp8NY@)9*u0xPx8=%- zlL$HDta(kqE<-iJI1um$`)i`k6t_#J$VZTnEe+1aUN5(2NcY?X7045+>^N!2%K4Hf zj0!QDa*f6))0l%8;0rW0T#0}Q3Km?+s#@n}4T(74P#*eTdrtI{H)1L-SnsNx%q_n4VytmDe7`;EUF z{rRjqI`qPF{*!v;7~(cK?|y^H-^9YkYibt?=5gi0whKY?6P+b*>%)XFPWrr z&ssC&jBvkT%6u`Ib%q+8A>L=RQ`g>vW_X!xI-}mkD$Vp8cdA1=gUa_>I%B%RSuuE` zGbYmm;_{&#oTI7r@G-k_6rYZEtIXu9!=2G5cgDdt+}hGEH?o#=1rst-ru*?B*&%-U%c z+g!R%qDt{9@5x4|+_>lYwMZMC6TBNgy1YT&HQ8q-I(sbx2aynQ_?c`Nn{H`c(7Vvk zph@1)+-!> z10^d%#Uk&3eQ8&kCV#N2vzY&n1V@rxdS;K0pB=*?9hNDRQ#jbw!_%HeC|&Cdj@-cC zU3$6+JCVQwex@uSy-Eq0p?`@}(5KZh0KR=GR?5T|s<}V-AG>f~xPQN_mUq?m#NS;r zoqz)4{0iHGVT}fr=kc4H3L~#)K0bBC`AFRi?O-vD9l`n2x%4I_bsg7+i!F%_YrgVI zXC+Z*#8!BdzgAoun8fuF_RB~3c#xIf^AQGy|0dE!IuwYXI1JA$fMM2FLG;;&!c$m>&_*6iH3W02887Y}Ox^shs(aWpL2-~D zkK-pCO-%uaW~xkXJhtBaO9Wzf#!_E2Ada2V%n4Hh7vy}u0K`&_12X@W&RG|E+vAps zCidV{mlyyN!hz`}Xqu_TXZ%e~>EVRWa_-Bo@N><7P1Gc)<|D=KGrcPHhXIn%gta5s zmV&!%b}DA8c?KT49Kx++5>KnpQhl$=l{`O!ZR=$kcDVOP>UWg$ z4f}fY+4K)w`LTOm>%b_dzY%j-TxAxzS&!4*%}~ABB~cjsX(|a?m<*m~sJBk!7Qxo7 z^sD+k1pYH`rni1_qSTTa^jO;;MFd&9bmrHrR}z2eL!9Ez<1RdYrT&EwSUT{6Q1uJ4 zEuQiM0*aYygobts(PWX5K|343IN`-YJBvx#R#JN){z7eva8r08BriE=Ippn#pJ<1F zf#1b4pIw&-{`+ggSyNWs*}d%dzVS(l(FIclDvYIDmId^P#5{dUb=!GB*r+={jB zx5Ial{Lt^+Vu?SXwll7r81V4+{xyyouD@G+U^)0eGYHo}bR%V~oO%i1rFQPC^Umm4a=z>X;Zp{%X6}A__23UzVWcnT&Jt*qv>=k#~p( z4glG**wkur64>GAAUN#E3)ZW6wXCatwe*kGufn2W-HP!Dk*UYMEaS+7@%8E2!u0a< z9yUv}MJDg=l6AR-8{BfT;W+dKW`K--ph)I4Y`p>$%PL=;1^-vM8b|&9l363P$ux%4 zcWCIQizz)&GV2OcN>5WWz?jxSgn7_Cp+r}o>}rgI%&Q*Tjw)u>Rfaux-Rsqq*vM=P zO=>|*zqOuaE$QrQUKD^mu7XNRC5x<(HFO}?Q0ftGQ7a|u>_mb8J|D<|T#Nb>_TQI+ z3EQi)Py>-yujW~g{YN@e@A}&uf!;ZAH2xoIIz)!x5>39*G5OOYND`@eKP-OMU{ZWa zfV%>JlmdtT((PJgG$k6xI-a?)HsTC+y(a0M{Xn-QNt!5631uLW?eG7Ae?JQ*Wa1mF zH(#!K`hPK4RH6Yk_PQOFNVj@3h)W2sO9z4?v%?EuC8yFvwo`BYNytOM`uM!yB z2ur$v(K-Q^Pa(I)Ol(3i|9zgOhZYn~-06KZe!8L>5eR;q*zO_9DDjuu3`$XnFMdw< zI5jRylk@BgROh(1A4mQG_mb?!%f!36a=6^y$jN)A z;{+hvbFf->81Q^kDVto-1HKHvMpM!Ex^kiX0*FRgf?eu0=@d z5Q$c9nl+|!DRROkCM%+x1Hh3be70Q9Iekg8xnx+L?TQ%!%k!0-EHL#F-45P484N=k zlg&%W?qQmuLOQg>o-0>7GjsCB?!-HiHwF{K`C1;nnXj$%_I?&(ghf@7ta~AYcU-w+ zc0WCul{Y?`l{Y?Wv(%j|IQMH4kU@*UsLxFfM1}2mF#Z{)!KLAK;|Y_8uMrtxN+d?kD-vvP6OvS87t+?ox)!6%1&)p&mrL zp3fr6&r7tQ*UXAG4E)u7)*Ig0$B|l`I3&p4H^Jn&#hqDi;RURe9tK{&AjFlipIA`N z{gee&{7zjkhSIEfdqD$tS;f+V>$sD6d%}VlTp9Vc@hVk(y}AW5peMdwo&h~ok7Pgp z`ccm}mKZ#}yWV2M@)t-3e>1O{+P9*7NMoouer4E zG5E+0b0jiAksjOi;M~M+pG3*`+|FHck{kBPsDQstfthHmUc`ZSC2#GsGF}j`YqF(y zOz;V2*i}51q&9L3h{bTYejhFRNLJ*P$r|zdaw?b1vn&I-XPF;&bIeG+jt>s!%p8ge9q5e- zRO%HTX9R%5Z!)Jf)NrKHIX-(+(&!A#-jp{weeq1S@r_Q}yTQqDi+4!?zE`tV0*%fx z_l8A4!~8-`ObcG$X|BqlEyi;N&vX5XX~F58teFYiujapK8B&F*T+eSr5_3H}X*&1Y zFd4XM3IDnN7A?I-;8FzrClxH7o%@Id_p|`t%aE?)$gJmNHRmp83bMj_!~T8wiy98A z#Cw@g9=rofnT_a@5gDFU6aL9z=&d`#jzDQ|GLeL35((4%6N2b@j0 zLP=F%iI?R{?((WNIL~AXV>i)DzjUz^oQ2uKuc=_Xlgt)0sP&LDJ6rH26-;%$l_?0e zPDDGydGD8@@j!@5p8^fS`%FcMSlhCjPrGY$TIv*Px-s5@ZFLA2Ylv;5^wccbLrBGUDhUvZ}<6;9D5BfKJ6Gr|}E0ddutcZ1%@6GrZnSrAsPyTI;>~^u=_!$~i9EmokJR3UuU`z^I_VsWUUf z3cFn@%QS<3#U$qvuUkQN)=i#t?j)xs+u0V`2?34K_0g$VrX6R%fkC-ll6ceCyOB@I zmeiftik0Zh&}W_N{P|KXeLQ`8Hv-_Wa@%5;SFu4c#c6G%QG-U6#|K(65^VheU?#&D z!AD8z1wR;^C!Kh*=0{otzV~Z)FshO4z$oJG8o17O@T z3^Z;Vk1faKtTy>zMJ#%GpYP{#`u!mJ56}Bel{=`S(;z?Z^ZlYMrr%$6lvk&!4)1y? zEaM4G|Lc4tY6UR7oS%RCqxXY(KF``&TN904Ps&})Rs7M%@l#ftc3t}jG+B1!{t;86 zQDyGBpQlvbZYGT~mVXF~+}MLf6x#{lR%|@E(0W zS@UZTl(Nz-qt!5=MBY&|zW|iklx(hwARm;e94Iw!Qw(sTf-3pBj{*->$)xZ$;G1%P z6)#OSU?n~GQC>B5GAX>f4(32P!3E{V>c?TAG#YqdNuxjqSb|R4fn`{*Y-f^y(R7rAaP2}}`Zyca{04_py{nfSjZ!6E65?nIwt zrIR&Ju-?#%^1+a|NuR3S5uCRpvq@i8yb-8NlXb5{_KVu2qBwJK6)->g7R`g}-?~Lr z|8Te-nvDG;Y)`KbS(s`HVpq9a)I@DZb@m3~k_0MuhlX6J5*%n}Z7(x!pxIvWes*I5 zP2l)`Ze!-4$xP|Uk#%2yL(rhh;Jkpg9gN@tAduTzLX!pp?`0rx20;ujPsFA!rFcbkg`qBHruqT7Q7`&z`_7wwO$Q-hC4|4%4 z0~|w;xaiKStP>8Z6I#TD>;o06z4Ob3>;ryN;GJKSk%z7~+ikpu@=j(l{StqM*lmy= zDU-_tby%{-HptI7yXL^MD-SG!M&bFB1St zES$>-p(|GB(-v76n&8O-%L5gtb#i0{0Kwa*kgRaQA|Z9X2bNkFESxbxOj}oZ>)vDW;SWgMxEh;P3eu#G(%S2+p`U1&vkD6S!TG$X9QIy*_r9(;n|Gq zUHeHIcM}9(oeetu(X1P9_B;O{Z|?#hWp(ZSXUHQ=Wb~QnsIi?RNu63!b2KSAl~imI zf>^~GBoKQVTiYt7lvgd8cq^65B;eEO2-YgfIZ8k8>-+veTPpTc&>lFMLl&&kZGx^itNYd0ftE3RH@2F>VN9slX_L;1yT9EnC$uB{~vgS%}k=q{HyTz z!i^sfk1NRWz~ZEq6T{w0Ggr0q5;ou%B~*I88^ z_O%@-kiUmKR_k;+7(C93MBOt8(WL$}i0>i{jQ&V8^xLm@&miuo8F>D%_{J=9Rym-K zIeTCLqcbHgQEI>3kc0NiEt<$P)=%lqQ)rFCo^dWYt!136ucoHvep3T88E&H9r7_9< zo_oWoHad|8Do|jzALy48uaXZMMl!G>m3EFs&r&ROMBsyA6JKHuvm=92 z0(y~Kh2_NP(6?i|GbU2{0h@nKbM*Ex#ML@X*uf9r&I(dM-z_(w7N^G~%F9>WIzmP3 z^w^7}WehFSQhr0^=UtE+;Gxs$7cCqqO%ixU!AT-i*dIyj$Xqv)*6BPYvljZN#F*8w zfo3iqe}M`Az3p2zxK_Lu=Nmm^)^KA$dnY(=K6bM6Kb`9ffYES%Xps3C^tS(em2(RK zeS(zI&(3xkM_;-uAE>c!y+=~FKYoqnY%1-!{W9!R&AiAMTCR*>mzVN;z`PIz*v!jS z15Wf6J*94HDiz7i%k!882;2MTMaOZPmkD_$#MzDaxD#`bPqP#An?VyZm|y*O&5!H> zG(W$|ngX1Be*T(0fE5igH|G5A0iE}E>ikagAwb*B#tad_|5$*>PQ`NCN{<0}HjP>k z#{m2&0p6Ho3;;SY9`hY`ELso)0gn_Sz~6d)4)9m=`C!1yt8f6|-og@-i?D^}BO@jPm5x$Hab#ot)yqi`LZ;k*@ ziK~0yJ>{Nft|pcPrja}yENxk$nrrqw#1b@sdf)b##U^`t(KG1O!>g&z<8ZD zMl$9?WJW%$(dihaNWcfG*-fKpniguPXbkz0yaN^;dz}&g0_R=b`%7M&a$OCdlySr| z-_>bQIFy*t2bH!;v{eYBvOmX3b$7TP62i@MKqdV2s@`rmTa+}s+PtcI3H_nHKoO;s zCg_%&+M*?^wkYRY9na!%j7lbFZ}BvkR{ykisgc$EnYH?)dMS#`rHHWeX=9b~wAqWT zHs>g-PpX$v8NMxNjmJoasdJPvU(~1wKT#h5+(@UFQIjS3+phhw(@ii_ZNNSi4?kU! zf%B2@V0B5`a4wwiYRWpjlpdAEcT*}pW;I)^1J0P$@i|YUagW!pwo2MiV)4rtv5iBj z-fi3|F{yjM&f1Fmj8+`|`YdJ+zPr(gWI+(wDtQO!4ug_7JFzd)Y!zs>#ynEh!(MsJ z!$gr?(EX7q;;7x#ENP0Gb5msOp+cIJdIRyuQ<|TrPC7pnnM)DPkC~JD)n?x5ZrF*WGfpDNiQ zE&EgPIm`_6^OR*C@H=3Bv{r)gAqs+^V9IE!6sgR1}QfUP9>?Y-ri(iEWc5;Mc z>lxcL%}3%YHy;9zDw%^uJ;HCP46E)Zs!{|BgQ_H~MODe!H*i^<2+Ws*Y#v~)UMAJS zq-C-=sa+=XmilEFo}AR+ymmRI=hiO|$s(Nmopc{bxdm| ze&9<4mc^1#%w?8AXH*XM<9kN%Nx-p|SK-GRtxDYBbMapa>}6(fla?QkTg&3~%iIQ* zCjw8zl793Dv9=*q;Yi~j1YZK&hkS`EL^K24`$cr(nBrrC-kEZ$7aun^_zlCH7t&`6 zi><|&cfSBU$w^5{vf&A9nPPMqd?qC7EjiuK#(sQuKzO73`HP4S&&C<3+*+Q>R z#%QXa$KpScz(O^VC$9@<&bI_F3IT~%ua`ds z6xpeMPI!#%e}U8EyqhjHnEYIoGI5JpQsOjP52y&Fm$3B z*i9F8e^@_7KziY}vkjkel$y+(i`hlaetcriM}Jwc#lbmdLsh$@G~S8@VcAWuAC|@t z`6zC!D(Q&_o@63IC7lIHhs)|!7SAT3-Q)qd>2T?)H9OP4WbCq3bP{YNLw8gyP}eMR}SHX0;0#1?!h={C%uz`CCS z>zHp05hKjfA#vyL&hcdS=tW+pY!n?R01?Rkv)}{N0Ri=JqUGt^TqQyS$45Av%;KjX zSIu~{{!jIhk)JdK@3YrtwHoK(hU@$&5WiX~H!jgxj3*NtD!1|IEIc(0@l3AK5b)fV zI-(Z*#qInxCnIf=ceqQz(n7>*XAw^w~$v>38R7|r?5lg>4HM!Wj) zdyg(Od1mjS?=}BYs6|ZLq<|fD8`@}OhmRYXe^&*W$VW}Gf#?GzSBtN?JBO$84XtbE2k4^2Qpx)Bw-O$ErDRSPN zhW+AYK-s7)H-lV9q=UtC{WKHvMY_S?kXy2jRTm+IMqTQZ?+Yaf=o0-Gm9$9A`yEZw z^VzU5nV2W9up3g=$;MMf!%cTT{gLi2`nJ0XY*BYC>Lc{P`EGyOPPqP*nz;ItuD_~D z{WEZ~^*1GTt+AdWhc^_9BLwKD#p;T(*+bz*X5`DTf1Q&0`k6Vc!0CGb5yRI}sV^4f z3}11)|60JgI*=JIW#h}z5M5!px$A=2iU3u$-LygPeq=I@9N^MyrRhlVz;x`Goe&|)JT;WC}ZdIrwt8|0C@PIs3KvSG( z+PZi6jzM1hi933ocJ12Eb~@wX1@SoxEGKRM>KL-9b8g~J;_=~CQ;SG3UUa)uVf%uK z&~q0`LSh44w%!C@G4fP&+41<8W%jRno#>?Vyz58)_z%Bg=*NXtv$Zu zO|HUfCNv+GQ*?@EPD7vl4=#QZhbAuRX>Dm22wsya|AA54#J^$Tt_aZVrY>kE8xE(d zdyn8reWTg2gAnnN*s}_-GJ%8xHJn+oJuQ7+Kgv#DGSDItIgsxx6AnS=s*lK!PVxw1 zf6(Zn5KFX~A8_hDz|lwe@_wYm{u6b8nF!*SMVi3-z@r>KrCiel`260+Gn}273;UsI=HJ*(T6lhn=Np5CfOd}e zgFx?NbSI3dM@4@bh?!y~#48t+^b%_i2i{qT;l}zd22PQ&$|}KbGUgfJ#Vltxf|Bd7 zD~G)z*AlvTM+zcW$;YFeO#H`IIxcsB+UJB>$PJ+t>CO+36};KtOt3lA%Zcg;4g!rR z!Gu@OyOZ48XK`f4QOVa#0*+kJf4R9u3?Vk9P038=5B+1##z*1USOiE}VOS_c1Hy^= zPr!}jDn0($vsp0ciS8%RQ1R`AJ<%VS7RRxfm;dzHxcxfE$PpPYd&GWx=Loguls!i|E$B$; z9`qw_ua>O?g9ogTc=XpeP5;_{{GAa_?UTCX3DQ6A)Rj-VLgRm`sd)AM68AX(cd8$f zPaCR5(wiOiJFIPJM#C_iN6WN2@ZEFT6V^jjDHFEm_QHhqAWi1^QW$kDlCs9xfkpek z9e`_vEHn6xZa5Nw`hLD~x(Qe-xl|29McnaxfsjG(7h!u6};nw?u|zm%M!BoUdue-S9NF?x25q9$l3{Lg zpRS|HN<_XdQ?2&9Wtvi=ee_u%djR5UHGG~m##A3+pJF#3(%fue7fA3dyZJQcG(Da_ z6)owZa7yyS@2l9ZIEmAj@O_By=!KPUEpy(F?UXHMS-$m%u86pRilw3@e-=#SXDxaY zC%y>{27PH~(sCKal*MZw!OTJ^mtVWwZ~rWrKPwU}?67|(-$SByE*Cc-e9prGoYR3% z{+vexR5q_waYRCeia%OTU5btq>%bYBz$RU>HVam4$8La5=rm12ZYiP?M2Mc29(ABx zfTHx6hTBv~DF&NAEVj#dRpbxh!pV=dV>K)Y`KeC1M2H@!XkwSr+gX~P>b$&sYcXZ> ztMS6-6D!VGnIgKEA0_BQN1hXnTTG9uVBXT$LGuA;clU0CW|hQ%X&7#{&{p~)01P>{6cDixfP-AvurMm6V+WS=iKE*yZN!P9Vb3stOZ!FkGw<$80BBEyZoAu=yi$A36Sr46bzpXNSYwZ4wz8c+}vFOqY{bb!> z)+(!B78IlRIO*=+4in*r;4s&l zM5AyRo`@a*INUn<`?v8Ilu>i*A2a*~{Sra&UH&q=*J<fvTf0ZczXmvs>lXe%PS3+@qKoA{T|BP9FJRcy|`ArI2-Yb)$@ZXkVG_xCJkSN;SG zs_EM#(uu8w+@QYaN4(gbKfxc{o#*RP)m%6e{Cx54Kt84zJ7PQXd_9;OQ!(N9caZHc zDE%~K|A^JFM4i&k3A)~RnzIFR-FRWfh9<$a?x;zb-cbE=^}|T94Wwf6_YWeVZ>?D4QL4+d3=OKBVesoc5towYnxV4avA*98fXmLwk31@?gQN7OYM5xr) zA>`RwcmO&cR@y;`F9~0M*491UkL}b3-v_bIym@VX{I!2(MT~k16g0)yLa@NPzr%LL zY4c?Yx7p9orSV*y=eB1sRTT(+b zB@i*0kkRhxruzJFMD_FD9-s1Bce}XJw;#EN;~q2$d}Vrs*x>6bl$kwa!ni-%;J1Uc z*wf!)+O(J()GR8Q;0=l@oVJ0jc9FH*^!nQ_U|udfqG|=Nv4Jcg+I@!#w>X{lGi`-k zG{XQQm%`r;T+ISH$D#J6J;*_v8ZiMc?W>pz}4$7#J&4_0W*Gs2wBLw zc;fVSe=i7l1c7a)D{hbd-P1#6j2W;>SbioOdWK{AY;{jBVx;=!#rQBdgWI<-lawm# zwx8L1X4rT(JD1Bj2B>*6940zeXSV*Ei+sI>dznbHx!0oKSSUQT$M*m&@ZQ7W5M6&4 z9NuLHH9_ZhU{`k5-Zqfd3Ucd}>3?zecLQc34lxm0!ESv;-QV@5jfMRT?D9-B9TOBL z-GysEf?*WJw74X}!()%?h$MWN=y)?@*5^lvjyE&e?jFgJD!Go((U7+ocJ@zMp!>VR zY|yJP-M*xuW16n_gRRN(tN*=wQYSsrY2XA~qucypW zZZ#-`4FnO!-cLx3W3$0)E7Cn(1BW0At*uBO0|I>g1l6nBU7zn}>9t2ry$%T${UmjK zFh^4bg&a*Si;stVfdvLT1Pb6csMQ=%H5lo&EKs%@Nxe5+_ofz9hS|o%*!!1D@pQZ?bSFf~)<^ z4txAjL>YwQooZZ927vP!U!E^3|6)#wK1R%G)#xobkKWTIG|@i)354C zzPS9MY~Q%=D}0%cvdh+VW1`!;ci>s3ckDmt9i@=XU~=Z>nPY|Brm*R=<{-=*oUGse z{(fgW=)q1kPq66NfPQ)pU;Wp7aq{13v05Sx{wZMN8>?y&{*Ve&_A9cZy>oL zfD7UHIDhwdLWADCTiENq33PwQz<@6Lk~V|hS=jAPlkD5Wgq8zQ#BRq2;4;30W}dPG z^@cNGlx70`$W((yYH8lgNW&)_DU8x!#La(wqyd9h%$yl1Y|tB4d?JFRJI28?Cx*_< zLDjP;|51z!W(U;YaWf`ZqK9!_zxNHqxRF{5!Q8;S)sVxuY@O<$gko#4EaEpFg)e9m07FN?9U55_9k6fd)Dsin({QYn{_V5Io|-Es_}lam zZ%=^~O|GxM^eZ)KulB+&&rBzDp|R50P+WEBB>pz-#M%S)Ah4ep`eU;33pEd)k(%{o zw98{68TUMcd@9aM$v01_YHfHg9=hNDUoSPhH3jRFP?dBt#sumrK0@u@cse1}Gp1&? z+nLYe>GWeOFFG`yAJ3CVTlP)tm0|X;E1QoK3K7gEyF|PodMdV41ZavEWI|khPgk)Y zS;XP4*q%APVsm$=?xOF+&y1geW`1M${=>;3c6Ha(x+x^rOWkX{|KxLeiQ=-_O#zmT zYJT>{u~+AU%sgV&nd?1wpU#^nSga16@J#i` ztM5JTObDiL=ea?s%n;{*Dvx3ymU#h;rrr1HaaF9_7wgFyeO=%89AL>a2J6P?3qyH1 zNua-OPt5Eg?Mxk8@Uo_7vEvC1FtLl|G zyRVhT?rWv7`&wDe`<&g^%0YHtD{tbRvHM!-+I?*(j+r2TePjp=|B9~W#oQQw=Tgwv ze4UG09GkBVf5qmjT@jIns>hi^5)u$$)7G2_Vl-9v`X$S5!RLpCadg58b6x^Ud;`sQH&cu=N@nz1$ zGHmF(T*~g9-$-Q>fz^(5-cEgq6Ht+qDDzFv%iQSj`x?t;7Nt(l4%KdQc#i$j*i~0t_6noTGwuO$& zFQ9;jO55lBC?1NGLb39r;ePUfeP_EhUlrnb!x2;Cp;%x3>>4LsN?dp!?o%jcbGm5F zPyEZi_I7KjzA%^7OHFsYYyW`f#uZeG+D^{D(B$B7IW!hnf$@82O3gHkds1DW6^$^4 zT)$L(l(?k`&#;WW@NwOrj%xi)vqGNHSWw{01mF0GL3HID}uq*(VO0A6;gsV&a+P%n}GxOFN zhm>Q|jd*_Nm-OCb8^xf`Of=|+DnGMw>a^6GZ+RfsGh^Zq{h4462#srIw6NbT^E+1< zYbNIw*Y_bkT}zl0uf+TdKbeh!Yr3AbztOsWatRB~tm`L#!IcTn`s7o*seck=x%H+e zQIYqr>nC5~E@#jAq-ej^b>K-ZSgplM{I?QtT}c-LrE1xGdtb;{o1-Syx(OZh{fUl{Pay%Z|;hYd^9Y$Qba-5z7Vd zKu@04V|kh*o2zTM%Yk?GjocZsx%xJ)w!}6T$FlyfUSMIe*nEf|U!*w^2@R2`!^}xl z<|Odl2tO{1Kn!I+FwoyMdJge!Pa)oIWBH7gApVTWuEZFa@xOC--#1`><`NgoEivy1 z+AyfoXNa!5U;U5Fu0&&~syBKmROFmDb5ulr$^&IKH+9h$Q|}$<7ubs8*9M$xiX|-; z87tl^H(?Q7#(~&aGBVy%96vkpEy7$rN4|su(Szb@Hxyw8eQe0=b8uD9gq&+ITvb|} zV!D%u;~s%cjKRrfqsv)8mZ$CLRP~nh3}9P7iec{;A_$0l`wU?{w-1^ZbUI3UWHN(! z&LO9@VvGID-M-E@OE#4pL;>7^)yeC=?w7stD98dON6rU-oh=ouCD`9rbm0g{z4k9V z_{z5d>7O?3U)D#gA<4`Tc0|F>)Mx3;*n+nCvdx@Va4fd5*KWR*(yn0-0wh9gGX=>huhQ-Sc?j>0{VE!?^a@_jdA#rBtLa&ZkuU*s>Qt$&J>CWgoqS%+8qr}I>3vQNZ)(1G??5}N0=TMK!eCGZDhNAhP+k%RJy2)xSsHnv+2 z=?nL|`XK}O?2Sv}O{waK2GID8qVW@4nc587*^2?}HF*Wrv)Z7zJI1VjQ5r8dzt~t) zg_mn9US}!nt$pPdr^BNUx14$Lrq4~#no@bBS!8=TgI6+Asgqp{W z2JHvh$fF@&d>CJ>*RsbQv>#|i4*XyUvl5|vf$MgG!IBQPtb|2&@P`wj8s8S9rHdWq zICLDfgQvTczUf{$0GORbWh8mJIgN>FW-8CZ zo*&RZ&%1Hw&$}5kfAot9G;;?PXY!`% zu-RW=J#B^t+K(*V1RfGtn33P}EsT%L>!y;IXO9Ve6EeIH8S07)IfXZVMTk2CjEM~W za<(R{(>XMb7EMuL*D_^aec1gzagC3_FZ(O@T?*-Vv`wesF0<`l?JoW>6(JC)s4n&8 z%S6{KaI-Eo+r2h@B~9VXy42X*TkfwyvRocE#l2iOUaq`iU}-W84oKWbuDnq=#vmU! zZ@anjLU-sEk=|)!ZiQ%Vb*T|<15P&FNp+TA1!ZC%{mcwuf=6Es9lq!bIXdhP4Z8$M zinkQuAwCVA@LzD1Bq%}Z_PY3)!W!Cp6H02fo!=BDZGgOa8&5c0w-@aF120z!@=-&b z;dW-Xnce^zv`;kiZ{{_#XzG+y)t_>h*C2w0K%A9T?4~c!h~$-g6RqIs%Uq{<*^tW-iD{h=!lm{+;usnt1Z$OW`0|i07p*aGmJ$B(Izxp2SJ>rC>U6 zD&tThdVgjlp7hxp5Yp;LHjm#f>5penW)8DSqWXyD)np-`o<1L9?)<>&yB&Po|5^^T zMLdpAE5bG-8#&0HWhXp{I&;9CjTI!Rx#4(X}%-mQ@{sN>1z%X4Ck=@b0nIqGtfNM58#3(HFRG& z^eLqOsZDoj?S@Ek>7IWePh!`J_iwzWsOqTQ{O^3{+kR;+c9YFdsSagdtO-fs(ZVe( z!XFUGmn!F_5c7!R%T?U5Xmu!8WT0@COp!AXL6 zsIBA$$66KJh{aDI_C9irAj)4PVJ)9>o#6}gD&%aeNxlBI5Q*^5X8M($z$cAVrt}5b z2*aDkU}F6x=l!(F<*I$4OJ>FyGSmK#9+^qMz?+1%zV5o3$*KF@I@3=JjR+hZ*oMXE zsaWX~O>TsqRT5FvRYAyd&X~}(aM6OVc8{~w)p0d%W}_9v@d3cZUhho=*2I$Kq?v+I znDrujdRDkp|LiOLjjZR-to6Z@M9)-_xfC&9cJVj-EPrlVUu?cCKgpM-44;-8lP=j~ z4|RKT7$oo!_YK}2y_9M~sJM*TBi?#CjA1Jl{H%H~i0Ie%JR>b0|kg#N_MJ>UG+4Q;76etr}MkMfUm zeh-?XW*Lg9a^ALm;`tzi(meA`Z@Ioi=;Y%l4$yyu0ym`DXkoe|&cE(yIcEmwz(P99O~p2_tI6`e_?({{uV^VffW^Nv2Uq(sKdIPP+RnKf zclaUqvujv z5lzC(ws#L`v_NL_gi|p7cYZ-T=z^&nS1adjfCOW1I!2!p(RDa9L_+u6#mbbqtP35I zdBF`6W1hpBHZdz<4b(Blqf3wbHlotskByfTeegIQ>y=A=FIKeZNefT%3O0GM*>^A} zqva(jQq%GdCsz34K%)e)1<1hNd-vuQ{6PdZ)6RK6Q8DL?|X zO^`7d^D5yAJO<`$n4!UmehMOPD4txu9^r!D2$?u~J81He9)WeK{Z9wAOIw zwSNnTo}Veg`9aXLn{|+p-pn7jn>-DOXM^U^uTXuhVbt~O1m!X6sCf9SXHVAA9N$LV z8lyZ9yNOMNQ`QJ2ZaAO43pK^d?k{<{KCqi zoFotWHkak$L5q^YgpS7Tau;;ZbhGQ*wLcD#?d5LcDQvi}PScbnIeG`iQ;c3DRus-| zUaZ-IOpgol+!Co~J$$t@)x3FKF|X_isj98^!fjx}e0B?cU$GapaqR_8sOf`bA3NQU z>`GXzG^CFUX*f%QT+bBc1{FqT&KrDoV6|EQvN=# zBhXma;F{y*@g|bwIoT?RpnifVl092;y3cGBNt1MtLFso8@7g8a)$d-KVjtq36t#5Oo5?UaFwNt5mfFn5EFiWK;C3|pf9*H&C3TDiHaw9M$~lyt$#;psRC zcRfqm8Vk)BLnWiDHrUvqfs1X+M4b4+|9x*fht$Ffjmob#b;;zT>G1Tsx1x zXYzTuIUq}x9vS=tYGcV~oLz#kmgBJ=tKk=#V9Bgn^SF47A$S)q9@EmwmhEKluifD6 zVo=S5Mea-fafo)F^T9ff(I=-Kzfjts@^k|aIC#Gs4{CJ|_nO%DJO___BoKBu^1|OO z72nr^MKKyI0H5vMRI0UlHT4Z~ zb`v}ns?00yr#Sy3eo(*k!^L}IANZo* z%oYt$l>eq^@0JhMd>lQWOsY&D5Sz}E=%h;jppu}C`T&5eb1~%*I6ug@o5>~v++DYH zkH65}k@2s4d8V18DyD>Z3T1ij&OBa$ANnzCcH_X!j;ntaF1K*wYtQ{6h}zEbNZPIiSSKDe>)T5!nwuI1X})M;W6RYzGy(k z9_J%=A0zcFDXxE*{uz)Q92?jWf8bEoeF3vCgHvZHYLUd%blVr*Qt=n&&GgrliL5e4 zx0u|oGWR#F0z(Qn0Vsnas}zq26iGLBvLgGU7k~^SIf6wt;xOx~ZP^XUSsX2W4d*SN zGtENoH8jwTrR>sVv!BSuTc7{dFEsxX0>n9w-)1!*zUQX+4MD{?v76(1bG1MIqu`~m zLa?v#MvrU%u9#Q$ggsR++h3rQst)@ zD(U>G+b9-P%zo*Yc zoOhGbUqCsm5MXy737C*RRo(Nxd~^q2YPw^+_8nu4QlTj_k9(;P{)%z|8yTP-Bp!UQ zCUZ40@|rg`em-HDv{yA#QVX``di@J3^h)=QnwDB|3Ym+GSxA8?srqcG=sg2U=l~3W zD}eq4IWPr0oh+%|tJg1}tnj)#FF#@{?p=;T~*dSa=w%%YPE*Nn9ug@RJ|Y zHw^}UGMx7O;wYcb+?Hz^dJ82VrW!=j*z{emY<7OCgG*dFD1HuY-jr|;%r??pYq9!! zQ^NA?r>lnMh$$?VkG!*^3ewcL6{hf#ny3CCArExEsq8gni68drQR2>kv!(kbCxpmw zulmHpKw^g9fOLs&`l1gXpN6ucW`ov`HXN2y{mAiHJ1&cT99Pq6dg0sCxSb_v)WWAJ zs=;Psfk5<3wcAQ;1h`jV_U%MF*o+G$PWL*m7p)ya+G~d(UL$-hnAN|Jee9lOYJ|Gt z+lRfiWV;a(AABwGy93S6VE#IRW%#W|6?!45 zA2q0-HZL5(p2kiCXU_fPHabE0<=Xv1Plv`Q$k%fkG1dJnGF^ro-2P<$>P!neR}=|x zHp=`&4yf(I{JjRrt=XZ3W#mdig5ZCeuwJa%(D2X5A}@%O1W?VvNlMZ>33r>5zpKF{ zf1*JQ!*0?(%ESkaS3hd}PY+m*b$}b=e|iA_(*p!$7*e$#|I_KN|LK^GiI5Q?eQz3m zNBje_?&(x(pge{v>ZAuz8Q)X;p#MY;sk`Kmy32D&-Ht;lqORRs4dtIVhTM#7$&pud zTFKeMHg%FX7~;&gRcv?hgSYvGNMTIEIhwG-itYJ7WCmK}-(pi1@xAMO-HPAp$8Y%i zGCj^m1bkDDBFw_<`JvS+5?Z4&q1Dun1V#h-)oZMNdCU+=V)S-qRg_Q3K*1mf7@2+v z5!%DH^p-*5w0GV$(%A_}#%SwkPo13l-c~KV@^lr1Jl1F5aXMyS&yN%tP5+(@sVuOu zRPP+?Buk#*rM`olx=)!ll{Lhs6KA2+zwHrs&=%4^Wh!##NU81usYiLt=S6ze+WnGN z!d^w2M#VTVFot)`F}X*k0Qs?vJ_2K4Mj~ktTSEj`5D2Q+^eCiS)+4>nONnoxLRuPY zFUMA;s~=;exp<(1zx5Bi!rz;g>U!2v&dfeGQ|3)7KX;ZXU;988<--q{Pjy+g^rT-> zWNsM|*O3)D|3KF<7Bb0aAqDEFe<;Yz5_c=W~rG<=aiHBSMfBrDy$(|J=0?b9kY`@#zunAE#3 z_>M+LWc7T|?K!ws&rfmf1V6PyY*F_m9}fOW=dRZ8_Mg3>g#<5_y2h zq9yMPK8nhv#)>^3XfslBTh{(-G{tIxLrpuqN0vgn`9HCAo?EMXb#eX&W8npJt98!> z_xtGU+)CXKHTTMEJvXBJVdnmyb&miY3CqH1{s)!Z+do}?nlZk9usSjvbL-_jSx8Ly zI8*Bx^Y|Lu?*!&v>dRL8_k5>N&&E;LlA~wf=oM$JjOW4E^ znuTH5YyS0%3-jtsp8A^9kc$nILztM33EA#TSqpZo3uLv|9D`|9Mo5q{DKg1!N=sW= z!0B~QtQYqXvx&ULa}Oa`@WpC9ZO|EcTSh5QQVAi&sw0yWzZDY`;MlyDTGIFPM(Q?` zRR{s6Md2#5c0ojRRt6h~=`glIn@OBN)tPA4iNxIYuXV%U5guw+GkuNV{1+_v=!cwOvc9UYClUQCn z{cI4F&JOSW|@xUVc@x5$en{~+(;(5I=!l`e@=6Fce zM$WTo%gu2h5y&Ciffl>8N#LKvOii0Kaq`UhTEMv$zcFLQVPi?&+TR%Kt$F)B=kc)> z|8inBHswpPDSs#WCW{ORS2b8 zQg*(_MA8?tGzPA@*6ORfcC>6}o}y>Da}>QCH>1>#R+-0{uRP^rKt)C)cMe&EPN2%%)6}94+D%t6ZRs;v z$uoV^Qpt2zC3<5(-4d+AS~IO z4r?DVW^p3?m4bJj@K2oH??~(s}M&h%Zl)Du)odjC}CUBphK9d9g z0uhsYj8%cGKI8cgDwngxXADpIbB?G)>A0nU!{JCnp|05pCBpOJyHzjEu5(GszBpmZ zkS9b{mIe76AfzzqbPPXP_E-7I!{R3oqhRu*QWHPN zY#2dXWE-N?1jc5S?oW(a#-l{|VPlCf2%ZESgozM;m~=sth!1HITvPFfxeb{3kOv$8 z(+sJ0!SPOcn>n@f#Z4ylbCcrCr2Z-qu15kG(f=D~>eRD1o2H?jgN8BS$2rWv^EyU6 zw`Dkmsq1>X>9+TfriKA!7F{+%{2-o`l`qZeyL13AIw%UzfLD{J|GnB>dgGD#sSWi- z=G^|?8G6CdCP$YtsHL-IDuxlSI$Ug$?y8?-Yf?MT9@NjWSWjQH5lo%TN97;+sGN_g zYf_I5{-|6ZjpZZ7$hwi=`8CsMBa4m3e<@S!EynB9KX|v#jWLu77z0YaZX9Ali@Id= z%o7mN0X~*rO!b-lWB_DN)n?4rYg+1R_d?zsqs>7Hho^Ig&Cqr(QxW^%l4n27V4nL7 zf9&y{NcLftiMDS#l5HOS4*C+7O*y|a6nov>y?!tKBOVy}DE3y^4$3qVr~sKFK}Ld? zU8ps|1ILP_7M%qwy$OeKg$L|m-SZh)orFo3$GJ)$KV1AoOkwSszIeP}G*O6D87ppcQ>8|;uAxSckEXGLY&z~{eAn`Tr4V<3Fy&3=X zb@_Rj(~$HqcHd~nu4Hibn)jV93H&A8m>&7rC3MC5*d-{jCth{^PUP>Zbu73&CvqeC zXLE{rxhtg|YCwy9Xfv*>w`8-1?CVEI`YR&vNKW2YAad6s@{tH{>K`%k{v(6r{YPpk zlXHlCBq#4b5;Y=xn{kL-0nFU|A+7>9_M(yZD=1=o$tzrWpOBJ&Ro=H6Pl4TKg08^t z$@jY(4;vI^r&TEToak`D%iSIsPa-d_rl)_F>xWi)ab4=z8zQirU(}_#yvr-By40Vt z*Z#WHp6qoX{$+U*d&Yc(>#&>JnTOatey&8zgqy#0Co7Ve5t`9*4Gzak?!F##4aZ?ftI8U&YiADU&b*cMQ8=bjAjte7e>a=o}{i|@r?1-h~KthScr^?UL z^^+Sod)4Z}J!gp3eno;Bz(kaK3!}RhN;`2-1iDMk`T7A~bK9};c(7IO)Il8MWOg*} zh2K#U^COVk0%`otw&WpBAh1fJ13VTY+2fArsLCu6`OP^m+vB#WAQXZF9$xdXpfz7= zITlL7YE4)x)cJ&UJs2F@)2Gv+Z*o?I^XEOMl0rN-Xa4cLJI~U{r{bpcKgW9GZv1NI zJ39aUwZ{pgwPYo)*nFWM4oDJLBB2hM6E@ot)`Y-k`kqOsz<1Y>tPx;qkA^_3)(M@Dpaa>UtDvWXHwf=45baOUu5teT0Qf6(W2 z8n0A9S+TEVW3qQd^37n$JF!0p$@;WA`9=|kdWR^)6k)&HQPQ65qlCZYXzUF?f{Rl@ZR4 z?i~aJD0xY&pkV)SHb(_IOAW_f9a8WjTLgdd%@KqW4n@MX_t@mU9n-zPR*NJmwSUiz)cCSP9Z52I_3*KQ>>}l++00=|;X7t;-v12&B@a zk7WRri3y>pQ)>EtC>x+j(^BtG6taPdcGEvmZpzfDY#lnr=%LvR7W2^Hz@2`kjHqOm zd{y^38%sG>cMxwlpS2TT5^7uw(+ZZh@-k_HRm;1RZ!8`YzK_GF#N|Cso9C;A*MUjt zt#Ll=Y>Iqn&x>(dV^GAe$Y~GRqy?w+SqU@aG0V(ms9vl5DVaXxNj);d{h`clb1n;f-9KCB(BZ;Zdz zXz!b<-jn!iwQ($8)L1A=1605bnPUZ!D>y?>4tyl}b9lYX-sRBsepTy_&t!TCJS3Bp zhM==6EiR`=Y1;#$n-!}qF(50J@$x4tmdn`sP-neozY*R-m!KgJI@O-!AWRcz87eW>r_?VN$$L zBE`FXp8|czy7CfizBp7`AhTOcs@@>u*H%385}t9nWJb=#(cRI-VSFXV`ZvSJCnHS2Rl zZhfvW>vM%!pDP5f-1=NGXnn5e;+-bwK5=tNO-V4f_l+ICX-F=lsdGT6*HzMVi%&@uFE%qo^zRjToD!Cr5L8u8%19%c)) z3?O|8_bQCZmc3xR7V8e9fhX|O)yHMeZ5FFZ_IE^!HN;}woT=Ah-Mj?&1nw1(?hW!c zd>@#XTc7s@xijnYUb8;$EB2O@;APh5z2$sVeP21x-Svr?h*_U~tk0u~vilN&d$m5{ zHUrjYmD;;3&#SBz!xEO-iPvYlL8sv)ARQHWxL_N`Q!M4T(SRT!|Gb5f8(uK#szAXJ z`{zkNXP8OjMkEiO%Gft_w|n&e125(lcNWZ4#MY0yLcyhFzHby0OVvp1wyYNVVr2-=W&Y1d)Oli`&|F~ zB7I}A33Ocm%_ri~-8eq{1bB6DRlP2UZ|k1ozJ8s-w{?PNZhfvBgm3G*cxTq< zIv3v%s9Uu@b!e>hN$YY3HQ}}T-1Ye-ePh<=m$;A&UUlRo_|{s*&I?>)D+y3C=WyZM zq)W9hJhTwBscJ(We8Gbks0IM>q;5FF*^^d2!vW(3aG+dkq6VvbPr5lG;0;=zZyZmQ zJ@)@@eInohujoa-m%Q~!B(ki%wC3j%z$+x!^uz2--yRQq9=wvkYp*?NFS-wReNJ%Y zXZh!t^%;&R^rDt$YvS5|uB^?53=#sf4L{y)){8-+B|*9xeu!0*LshxwdSAC8f&HCdr_V&b{cU1uueWuXC%-$@&Abx>7`2W-ud#fh?W0O zf(fW)(Y+Y`Q0$1mVVwCgE&o5P{D;MhD3~th4#Uv5SqFS_oj#fEeZo$3G`&iX;vxC$ z-jYB;{u-^Kw#04y))nYoWnIxQhH2rrEB!B`@~8?pRyT!{D*VnsdevLx`jL4bDC|ql z5+lcdHPvf!`q(u&ee9YDZ|c_=ee9Y+`q(vt^s#Gl`q(wDJ~nHAvE9?hhF$v$H@4>p zk1*Aa0Ck~E*k2G65-I0nM2EJjq}|-kNP&`{SUeQ-(mre z&^g)upOfo<@?`x_LRtfj6X?B>TkB;3;f+KO=>PEWBGK1Y6K`gp-7NbKtN^bG#O@+~ zEK?@AHoc3d?zbP=KLxViH*aRoMFuLF>@@korr3{*xH?n(33>x537qXj&#sxN!|n;;+%Z(s|EHIYgwB?YDT?p-4LCWh0Ms1l z6!U|nT;oNU^L2EHFmS%+MaS7lsxJ`MZKh&GFUFb&#@?}t6tJvpqVDNV&#{b~W~+~=_S%$y~F z`1k@gok!)IE0)XOpr|JGudk~*V=ZK(Qr4;2gf`be;1 zuXD8YrHZ2kTPltwkB%s4O?(rJ!lxKM?T=LZ)Lk}nh?=Q^9gm!rk{?)1heFYYe2%gx z7xBs!sUOo!QT}jn{1XEG00)X*NtYvZ`D(XjGm7{%VOe34KE5w8zHf5P;H79%tEDd) zP~M~+r8)C)T1ucSwP!~K%*3yj=lIp~9KTv__|~}qR zy3rrKU`ZnMs0JE4F}*h_=}yY8=y~HXL$@>ML9xx1h+kG78BFh^0cWVQDeKZV9ry)t z|2%%A&lL_bucDYafVY!aAm`Tw<`S4_;sW|*wlpE3)E_R;ELg_;=tSq{6f8ywKXTCd z`G0f?h0XbS==X-!VUOcpur34XZ!>EHsXy@d{0n(KnqgJOeethaiL!)6Uz``<53!67 zn?vHjp!ae1q7pmUysy!!3f}(R#CZAe$U>z&b@tDVkY$2t-{kakrV5BRl1vXNNJ^t; z6>Ku`2)N_CFIccmC8(wvllIDnFV7IZ%;=I?`79HTZ1k&UC1yS~<2AZ5@XdMd8+^pO zIDIjvMI!k#wjZB{@fU(;-xpI?oheig#D|uQc{u)MJp@ig_`Z?$xP<7?4d+*EcV!RR zCjodrP?5$rUBNvm;Pd%0UOzf`X>}zqw7E`)w^fwS*XGPED1rYhxuwN8fuS6nM`sN_ zFU{fe(i}c7HTb;L;PcW!_`GxwJ}=GT^HLX|(MN1#zq2AgTIKAC6j?njseH?4KhwoY z5cA_D$Bu0>^31TTJTuIdXIkZvcoO_>#a{;i2{ggjW}oDjknzUZ)Oc8jkUG?BB_2Vt z;%#R`>H8HM3bs~kpmfR3o@=fr3PNo^(#5Uy zl;)iCSt{IGk@TvpUT;w&2}aom>-D5(ExY55drrixUuX9Q~&dNrYg14y!CYwuF-5bl?Oaa+mY%i^aO z6cPvszJ;=3Xi4B-%(`u+wKA<7ik1}e7Jx@00 z4GcuDn~W{rmDt6AuC4`%6=7Kum(0T#cm35u)@Q{V@EW)8YXyYyOAil&q_5!;1dWJ+ zLYyOjwQ{nUBCX&@SmXEaYMIqTl|tasLJ-xt&8lOnf?N}D}}JYDBRqVwj;6aC-7 z?fA8L0tPR=7I{XD^#syP6OXgf%$=slI%>r0y^zl+uUIm^><%3i`qRluXUGh*YqWv<)7AXdhmAUT*I?5bq64}^A)Yk zZyjH&73xOp#r7cS>`xw)Aag7y$h_+cGG&rjB*^r-f{YPbc1mQ)nH?ats8BXsuSyvC z1(KImWM1SJV{GtjztEzdEdDKG#j~P{p2+gQbw5B}QIwHq2M8<8x*s5^H0pkUm~u1s z9~M*6H9VBTBqGX0EY45WyiISPNZ^+`9Jn>bMtHSp$JtP|C;DaFHKwK>xi35UP4Ckq z%+&ic5|A%tloAp&Hsz8TOfbm|CIm8mE!Z}`z?mWyWdPokKBY<~C>zBou6^p;$@D2z zN%D0}#WU?E_WydjAzhbx*O)n*{>gvjfRf(Acl>32;!lfK@|Mk18|D`qqVH^(ZqMS`A)=Sv zzR9k^Pzk(m?qZ^hJ-B3UZ9r&ylFU1AOC2ZEus6<4dckruVKDCdKisj_q(Q{&uCGxC z{o&MQi5ysdPJtPp?U_bwA`6htR9x?ogoU}gK>Ws>`u~t3^t;H5T>%iaEH+VXrPdFx zf(fXO=}ArMhs5mjfHj&AX-|HuPLqu|I%@lCIN0Mzdyuyo4mQ0K@@> zliWg&u*RD5Z(b9o!l>PJG0zpo*>0{E)xv}t3anJa78`#k1Wr z$2$Uux&bK<%a!2RJrMy!+4E#+TzQF();&ntj7EXwk-6Du98n*cTZz*1bE3!moaiy% zh#vEe=rMng=rMng=rKPhddzo4kCx(?RIR{EXQBTHrw=8@G}F<%kGkKekWm4(nDj2P z?_*t_@bpMi+%!`34;LJ!Rzva3@@fg%^IkeAGHB4k)eC9ri#56hxzR1ijc$P%-2yYZ z1%pPnV9@9mi+xfmfzqHP~L zLZzB5#~IciJyRoOK@1O=pwO&|#x5k7Y7n`3G0v7$c_;U^k&)4JSv1;Bu>dOjCaZlS zv_S!)tR^3!hReXAk%algPm}LwxEly#!Wa)kGO)Lb&688hKc%&8xvc)@s9r&Qxc#7T znCUrsZq5dxncrVmLjt~?sp*e-$Q)g5kbc^ zQhT2=)hS}K{g|>62q2C>%@XxsBVw68z-`ulRIb*_n9vukLAM=AOz4gE9KU1Oj0F_T zd>#%ka!A8@%m!K0qod~^d6fW}bH>lOpSSMrV|peqV^QwT4VwJ3KNx{VI}z7d)Qb^A z1UpLRrFATjxO_xn@|Wr7S38nNPf1+fm-za5y4%AvTh|f)d!YxJ=-SvHU+GpL&*DU= z2Y8sYAn9ALKRf>Hgd(w{Bf57HKNQ)>@`41JolgyftQMI-L~K|I!AW8t^hGDK zJ!fFWL*|@~#Wdzsfe3^9G%n`PK@syZenXyly5lv)Zy%Nk#fQZvJ$&33ABG$hYw3~G zGXoryX3dv!!?x{Zew>c< zF8#pOIqEkNBw=v=_mes@?<$LL_aruNh0to z;G74^5xE(jB{##}{o7y9mBr5OZ1y-g{r~VWF;D+YIIa#HJxbc+pH^sLXHO|{iP;tH zDd}Nf)Gbr6CS*!!X62OzcKI3!7LTd-cVn;hf^ND7AqPQ(^V)~;#~-uY*;)EQ#qNro z1s_!GjMqM#-M!)3^9Vb)gU+tfUS97i=&jg=Rch=-UvnRMc&p!6P?d0`aV?-8DbMv1 zwLqouz;dU9om*!`2Yu}5-???+_=5tLPL_0JS6crZdH5s2sg^3Wx+j50S8`tYI|yvw zlGxE6yXid%5!LsHSy!<(MAm4U$Bq7~QhTA&5GJlFaNt2svNP=}EQYuW3(Hkl_@%HQ z%p!ma5Vwz&8$CN=Jrrw+;8#|YTK}I%vm!)+_QLdp1!Yd9M<$3y+<_$sA&F~z4&lcL zC1NUi?b$vp0bpJSoqVFvYANg8iJ27-`1I zk*?Vfm)Xrakb*0@>P6}j)03VioXtUV#!W^4km}Aom z4VzwQ*!03dYCZ@XwD>fGFs@PcaA{gDh3so(V zMMWivLDM7V$D~{tord$;fE;M?`Umsk)WMW{l8^EnbT=hiuc67nYMKT z>&jMMEV>RlWS2HYTD;$<_~jG*%q*`-t$WQK)X1iYN}`l6&&@ZiiPQ4ln#P;C zKaI>YMGl=6bRYaYvV;eA-6_S~tC3%D+rF@izZ{n2*;G1DzX0<#yKt!P%?I4yXct}) z{Eu?pt|vMzMOB37*(s?>Kn&Sy-k2Kx%8)$!8CK~noK+m61YN5oJb`^Hd*|7mSTN3h zhy8U1yWEDCWU$)7D}s?V^stH#aiMYzM<~~DRIe$gB6DkLP_2T70i2~qcg^op$D=o! zcR{cH+fwlZLj)F(l^XV_271qfO{!H*aB(XYHXKzGJt{z>GH*b?b)%ZN(QU#S9cxDy z>Pw#sIbvl5+84b?gB=^L%4=UFo2i!6RR(6i;My)+q`-LXi$YAY{(ig@+f<2zES0Mm^QL7kh5_tB-~isICj!fA zNJaJhtmC4a|ChaYfsd-X`i3)P0t1YkK}U@mA+%GQC~Bfqi9{VBB!~zT5)#^?#;1r= zN;Sd+uyP4bfE*8_=~Hd3k5$^*R;}$rmHGrrZ34=GcnMGi!Io%iIpc7NHwc26_y1q} zoS8`osD1T&zxVrnXy)v*_dffw_S$=|z4p3q8cM=1zPyLxH}H+@F^U=RVK9}Fsn3c|7t3cW>qL?jgA zHZQmt!13s>z%5(R9OvR{T2M)BZ!rc8bN&JB9%j+Tx9YESqfcN5_8jBv$YPwuo`&s- zF8DKyI`khXOT6*ZV0XP4P=}$Kq`E!o?x9~wq6ZlYQ9TUBqk8#d)EwucZvt^c=l%ul zNNnE=Q4J{WAKrlm75~A2Dt|xdY+MeVew>sKY2#nf4`V%mf5kJ5^PveEUijyff5mS( zcF5Fcd(U+;bN(MKjILL8pGyI+6V?{0>DhlWI7(+OkY(r$f|FdU7qc2_|m=*hJ+5dS>lC$3fWB=!)oC$ry{XOgRpaPPi~VbSx2liiUYw6(+Z6@h??Yig1ycyD{$)A;=3}rZ=vtZYK?uU@pW-W;@TaTj5pl~^^oW75RJYy%`^IpO8OoV8EqDhw z_Os>)q1(Qmdzcr(c3I%r>j#$Y$FPkI4W#{vx=UjJ#P!T9uldB2%q3$q2V}0ECM84? zLabHbY7Utx4Jb3<34RGimsTg66~|=@qTukyzDw+@XUn9GHA=j?H|`-@Z1WquYti>M zK%s=*E0nt4T5=<&uci3sjJ1BmrqCU9RZ3lNEl4X1-D?r*rmq(%UK@tnUTEs2sc;k6 zLpzXFY4{g{Ai{d#;L^V=mjmE3{JoDz!W-tuXn9&(rY}2>c$suzPQZ1; z%8!VZ)Tpo=h()2!O{Cax-AVi*_fGNYrp8#0P?es0av~j8Ln1>-Z2p?!G@Eq z1W_`4t+fDvi4U{a0=%Tpr*!|ugktCpps!!KiocLByN*_;M_q@@Sz15TkM?psOW-Z# znh*CLRNk|N&9F6>@On1;w?eBC4PQhuE6{Nj1!>vqTsn@QzLBxV34ct0kXsFx2}WH! zAK3ro;}-UZ795ZHck*`Q&&X=6VNWqQFg46S#XD>@tBaqbSp63x0=IQ8+sZ(1uIjb$ zgIEe><=G$O&E2ePl&i$iu~PEL(Q@2}j>CN@xgP$R(Q&vBRo$3se*ZDfI48(8*Hp76 z`Qn{wRwQ3=MOtdTIDJ#iE3ELwspiEhNI>1gmVyN40T9)UAaLq5^JU!Q>KmEi0M-J~ zT>fgR4SCHHF*GBL>rz6YOt}P!pPCwMna|XtjM?|65XHy!X>9Jh;xB+>0M@LwjI(A| zpK1&Y43aDRIdb=ZQpG`U>;5RuADrL32?%6hr_&$3>|ZdPCT>44P}U`-y= zEB4RjLW~yZXJuN=pC}gvXufLX`AD<7fYzdmR$DzNCC_|Cj50}cGmx`_R|7ftGH0rp znQHM{0DVRERDn;0`QSFTT58^e1VZM2=5>S29}$hrepMWbq;-TG^QP2?yhW5$7xHCS zRG8yZY4e#@WmaJ1K|G@)C`nuP6o|dpbR@B#t_pL6oecNAh_(9Ij9nR)LQV%JWzYA} zRGGKJ+>Bj8#5}9bNy6`U0=f{U0IM7J=l3QrKt9ID)fMKfpj9y(i{Wy1ZSL@EGn#As z*JfxXo2n}+5?evq%MOF=);x4@;Q%cmwgANUtLP+vY){e?U|@K-8$j68m+1r?m%Bq3Q%X&&f2YqCmi$c;B9DC?M&nI}2l+4S0rdfsHYh zp;H34NbutigZ7sN1UBxO6WYp^fEgrmv}Kh99>xo7^Kj=BZP}F^=_*8mPWT=($qm8g z!u@RUmva?>%_m1)1N2UYe)=^4Hy=d^Wm_AMC0~?+l~^LV4+7K{O#;ovQkd}%TdEd~ zSVBp|TszxBztBL4kh>Z;#6})YBw(Rzh*9c!tWVu35V8B8U&bl~L@+2@spXeCB$ATKZR+v3j-u@+TM-fBgcA zEz#gEOx633zs($l6s`;|OyV|7Qkfi~r^Fso30(K!1`M{|X6|PS)|t=))#i5}l=AU1 zAV~5#R>QrNW(UAfuQqoLA(Du2QxNf3*)f}i9IQuX12?Drt(k`QIc2uJ#@&>%4WwfJ zKQq&u-DjHCP>*gZzyew&_~RuX#Z`07tbG=MVW<`J2as{o%cKRkZ*r-^_4)CTqw36w zAg6_CVlK5X#a7@IwQ(}@k6Vb_{F4m2>}+ev7>8hhJNbwYvzD`HDF_Hm z<|wjvD{@a7%8(GqH6MG4g$v3oNA9$A4-hvO0$7*5$Q(jrP~xITj%?)crgDr?IlQLl z$NY**#WMOwCXpwK;gLmMU?b>pT6`kKS9f+=fjJ1f&C^wr;%C|^Xo!m@2A_n-L#rjb z;MxE(UFPHWTh-J-86QS;65!X(c}x_@@HJ@G8Ax$j0;69l$2Yp?$RslDi>5M z_9_0Zq8E7}!deb;YwSnZg!e;kUh!{96OITka%Y5w27jL{=lepX4tQGjkHX!tQy>F@ z&kGFtPShH1Lq^y+NoTPfzyKttz0HZTSS;P9J^i1jR-P11-}EI=M_@;ZJ)JM|d=4mB z_nB$u^H2@Ar6ZMU(_Mf>nrc(s^~aqv=S@>*%=v+|^JOv5m(33m;xwrA4X`9fro8^1 zW0Aqpu`(A$JSjFG;cj|21K5h0(NZ4cb{56!u;u?+ZOOXR2m7g3I9g@iYXvt{nGGt4 zYb>V^Kajo>SbM{dIO;dRp4~{Xq$0C3K`|UweIgOqa0T<$}atYQnvbp%NVt) zc4%Wh(qVd!GRjo7Iza1a$Yl9s9P^PJr7SsRSHyY5l2aD_s;#^r7#R>{S4Yn`- zCpPp0IS1at{#sQ%6{keV=T)1(7bs#~!!&^%?8lJ`Pb`?k@e8Ss6flj6jT#Ns$q=D;cbf?lO0*^3oE%sPS?($$(y6+-=eizw@ z(>gnt3=5Nk@lpt9@aV9LNj0%4vtnQyY&e;?1?P1*tTx^+}3-E9#u5q>#jB@ z|4`099IW3HbIHt4l`Z@Vl>Zfc(u=)p-a*~&WO4Cqv|7A5Yy~DE0=EXEMZv3F`ShOu zT?;8f6M$%5YgK>ft|KLV8o9D#9kC=*&p(zqCr{MKb2ZL}go*9Ohx1ilpqhrcG@ zGG*Z({5xymKcSKoE%YgOyRsA&&Gr@4Z3Es;HS2ID2Y%Yt{QjK0zryf3wP!ML^})Ff z7|FZeVe4yH?|pi_XWH+l@YoCb!BVMXhp4c7XXaB1@!7y8PzTb$CXy#qA#&cHt@Pj>ms60#0|=?+-w?YB&A*`=JSBf`dFhg*gj^op-_f?B^hxz3w`WfZ(t9#A zetLHpKK6tlnsv^V<^xrI@{QercjN6+pMBp9zpto-GL5vtkt=P0j8~wK=FvT_-`y7rAYBbkRsrc?bi?U7dbOH z569boQy@g*n}WCDRpp5Q*eWAr%KNkio|<7|OkHc-f|q3fxrhPa1pokVz_a0{DB``S zs3YVmdT$<#fz79>h#bcrG_)^7n{(z5D2mRTG77^qZ({HlJ(_)i)ocKf>}u>#;8FZh zU;)@@fDIbwGe@eZXg_=og?oVyaFsUvy@rMv;|#f#BZ597Q={rIp=#`svT3~S8C7v zFo1=m=-qjPf^EstZ;pHOUmFEUfq7R1X1!yZeJX+I4G61O30w}>o~h?Z z%bTNZZcgwl?uN4Fj}ri9TFq;LH%aIqW0jQo$oeU}G}sRjGC#z|`~m#=@mGMqT>N>o z!5Pu|dW;AEb!#5h&mgx!^T+qH@1Pb!!#`hPO=;`1;rF3{zEz1f6a~w=X00k!N-Rb5 zO3}PhG_MrRD@F54(LBfp4(=OWUeC7SpUlDZ9l+i%0%{L9t`7I-uj7W;j(fPxB=--H zFcf-hLH*%T8A>e^$mcQoaf`C5tXAEc?}9#_086@6hHjOiTV?208M;-5Zk3^1W$0GF z=!$w2$$tXnifZ$fiK3<#z7sp|#W3RF$N4;TUcfv<6$u}!c%OzVw`)8=lT*qQb6o-R zr|KhPpkVKz(WiSt7eh2?ma8IBo~JhFp=w>k#x^tf57G%#v>sxBSdJ~*Lmk|DD;I9&YCHNbGKOg?QC``WyCPDzf3j^j0E2Zi1JxXHu5e$KG zReT7XPhS{Z!|@Ox&56<4Vzd-j_Biq!gt9)oSL58u*F$Be_o;GU(ogYCOqLUgLU$SSv;bl>|q`)HAV!T&~mD)09s zb-PN9e>d4Y_(5UQAVxMR8_hCDPq2I!GjcE@BUO2U@+oG%6^|ttG-KaGW#0PGpo*!1 zszf#2kt6fz(b8$C4n42oLnbXxHL|g!&PrVWWPNm@>qCue2m!LG$ik98SpfwO=WYmo zJ=wiE5Mn-g*AK0du4A>e*I#eAy#+H`)t6!T@qTssyW3hXtHS$)XN4`9rcQ?gCkt>V z?17NJ8|PJs;n9bjNR^s?99qIKLy)#+HhsqL2^KS>m+uulK?y(*PR1bPyKw2=XW{u& zc3F~d7IiKf8YHr*kyI;xf4j4>T%@4Uv@w{Aj^|)4aMq0k^Y1z|+bErep{dm4`5TIk zF0OTSgj+^dPYIac8ZX1_SWK@bxk?x{_A=Us#HvJjt_-QxxE?WjW{k5V3SJ6W7x%S5 zXCd|^<4stO2RYGMSA~rf8+huwhWnU4D!v4}=IK(W_|piO|0q+~H7HU#aw;{;p*&{S z7Mhm7hy8HuatxQw=oi2h`!pw*l*5kZ?^%3Kwf-9Gap8EN+6Ol@XuM;j{x0hAph(BZ z73kYyRf&GXv?LB8KDW$u{9_;BYwT)tEy1rBr1E?K(7MstjXaR5TAsi6v`=d zieCxV6?+={0J0w#oePm6egyp`eD{GRuIK!y@bBvs?y4&?rof1;7;~czL3jcBFe$h(3AQ`qvND$k5>phu zEy&mV#xAn5Y7Mjw7bJUM%}X_Mw+ovTqNA|^k`YdQp46V1-sd|&(aHLb{5=b=(djJ~ z%6!Fr!qM-LsdjibJbF}8NZ;Z=jPzbymyg>6@JT;3ihU5%y@w7Xz$%0>)nUl$jFqw8 zSMd|i3ci+X!_BezzyJsQ$IU2umHFn;J+b4}NN`5cC)!=KGLJ%veYx6QdjVP_#|I6> z$eryt54u_pW>HF&W~{mH749dDYv$Yvb>qVQaF>!dL-S0`!&d9e*9K3__h_DmJkp7p zXJsDeJM;naLF7!#FJQ`}RtlF6rudl>V9N7W%3rON8m82S_t#VJ_$R0o4FAg_#rY6h zW3wDDgkK1?&hWWm?h!qLDoM$e9camwEcS{HZLs?as0iRx?5_JK&VOO{LO+r86AQWDLZ*r3> zmnN&$S=Op`zC!u@^hWdFrmCX2pjV@ zc(Ecub7QLgQXRNI07)LIl7si>uIdEzQ-)Pt+5jl}>5H$AsAM)NJ3QU!wHVbzQxt&g zugO^i5E*JFeNp@WFFs`!^|Jp9j~Kg%+W%u0U{y$KZ%+(PgQeof+4_6oeYp@UrODLm z=|cyKrr>_mdCmX&`zIK4H}yaM1Rw=TLz3UP_vg}7rHn)+E1qZboj$$20yn-{JLD@Y zra%lQ@Q*g2T-p}xMQyXTNk3D+5sE#KEWdSw_ULwp_UMZaIO&8}Hix4HGQ};B>X_3G zVdLFdHKGc4EAR1OSL;8ZU3M#Mx!k%Fc3rk;8#m*w?_ir&wF&Dr)X)Y`_9!JP|GY_- zZdW@(^}nHxRu{NXeWQKZ)Ml!J*{Vt@U~xT2>N64^*Sn2HxZQJEovt$9UnQN^pUXyp z=^ZAQo4(k)_4ZY(w`b^!;ev_1jcSkXP`#bhYj0~+Z*hD1S$aFk6J1WpY3c29o;jqq zzn0$i);+8b!POflX9ORk3#pqP;nL)4UX7RJdK2`&g!DI=KH5re@0Q-dbT^1NbC{Lx z!At7gO`@5yD+JW@hOn*x#S66dwxAYFCKg9G_D}7bBbpKAIzr^&PTj_1x z(wmrmjOk0Q^o)h+?dxFra739mS?LAc(*18BeLB-eTj@33(wmsRlIg>&^rmjj6BXSxoo1J)US*146(e#5E$c8Z||;nh?r(lOg8zNa!Ji zY7v6}^s;?PQsPB0^qFGGOmiksBr0QFPkg9JTLaILIR`qQ{ z$ga=-0qXlJBFvvFF@xrvc^jxWL1VXC5kqD{!{0OP~m|N915h1(2 zCe}9%5oWnn-*mk6s4s{p)EB}dn#FX5FEt3M`eq=M`w#YSHbSaC=B}5x1qj*j%=ifP zH6X%#>p|7OM!fW>?>SJzI-=hfG_0_Vz)rc@} zx9VGimmc-CAPV)pghw=s>8gLt2&wwkA>{uj`}aITsy^mkEpcrK+4Z%vzBdtJI;{HI z@zSHdeTYJRop?mEn6CQwPlQx`CPJ#d4un*F%&qD>hLBZXj|&4_ZFSq>g9Q9MTJVS0A;TCz{0vRM^y$s^OkfqB-A_Rk?&PHYn zmqPF2E8Pv{{#1Cb-oiwz2%S-aJXPjDLKkS`0_L%+?K^(aMX^Kyj7&?2 zZ>$LMktO6a9U?UVhU^k&{dJ1BPp1l6$|jEMZso2nBXOyD?>7`r z2`VFS!V1?;V_`g?!hE3A7AcsZYWj&SVo$IwU~PRszT_CAX<&L7`LBh%87inSFKp$f z6dcy5C=;qgUZ;4QIib)&H;b$n%A6C6tar_mL8&tDPyx8+v+i+?JK>}^^eeFS9kdZf zcb%Q+B9t^!nlyhSM8PeXj-yS|WoMe6pg2uQQ>VPi7F+*Pbf!duvV~&ne@449POLro z>E1bEcobTb#lDndPH@MULBuf;gHhR}{2xv{*7ZcT2~qdYir%LPta)qlnbG^%yIHyy z@`SE_DfD(iuK-g@Nmc!x1{lE|t1|bCP7Y?8)_~J4tTKWWE(kBk;fWQd2LYRupc(wQ zz5@9LjJoBTz%$drOQ;C*x;z`aJ6r-Cx!H==8hML=q!INlidq&J{v0r$Jp?)ID|mQ_ zubSl#l$-y0SPpK=!YFbqYauP4p*1=w5((JVW!7sRUbKuz)aE1#$d$`BS4p41y3-oo z%)%%_zEW$r0#(*)xtJM{qXdH=4i1rq{J3elQMGKXA7yit&O%D;4E%sME5Rg1kvRR^aFy3Io0SHEFkFOnGe(IJiy-P4fk$#?^E^YL zw=Y^F(wg1M|L*_h44(~VTwh{foYs9Az?m_1Bx@Q74|VW=7KgrW3)ClpH*|OqnihUP z3!Go5G%xf*qtM2gxq|?MYk&oKOzeR@>m$G(TlqrVZY8p17R()Qq0hs>4u#jWUMbdC zVJqhza@=8^@neVN*5T)TSpZR(X#h4xX{-J+c(`;kuO#b%iC+fPm6xv2r77TWd@b2q z%f7S2Qq-+*1HA%&_@9I9$sj^UCUWd50>v7QWURLA z>x`aCd0quR*aG0W)HqdCspv4+wtoBqj7GP_UP27Uik4yMwXO@|OT0*X4cvNT;p3fH z!LqT_K7P!se1QxF2())eT(vpYirCOqx6K|3*drqXfkQ{rVP}EIi?DOx#3zo)N9E=q z>!S{^_u_MPD7$s(FQ87aa*c^kbn0#&G7dnEPaK0$&-Ulj>SQbg@n1q57~g0KD&Ass zCRwkO^`4H#TXhb=+WVkYO8dZYN2Y*^_r;+;{WVAiqvc+_ak=)QYHPW^{HNWPYplQv zZfFJ=GeUvzqMVGniLft=lH60x>)y5Yg3y&HDqD)e(<%xETlYQCtthO53r-VZ$2xa2 z*4vE!{p9VlQ7cRSliQO}D}VjI?6Fnm78OW|Qrb30MS<^&HVq)Io%VyUDE=Aydc2)c zrJ(*PW*MR|=T(QjI7Tf) zPx@Dz#ddyJtVz%BJ3)T8ojF%^KZB@b^&5j!w-8mSn59QegTY~wEGg| z&qDQ27ZUURH)##)`HD`WSC^xKg{pyraRU8WurD*x#y=xdjXb5o zT$)PLFGlx988_y1|N6#Mj^n-_n@ZE?=O{tN%`C&&y^M2G`Hm|iaZ9pw`ef+-DmW#H z0l6L*5`yy ziFVsgi8jE~5M0=GcSr;s8L!VW+~3U~k(l;RdLt53{{7zo*$6*G5$9t`A4FFU{(45n zoYR9F(FnD+&E(n^`xoB9Em=F$TEnykiXvD`Cf3MwehE+}+nD9n55g?O*I*~3A@$J< zSU2^kth4w?Y{W?JZ^6L6W-dBB`-4R>^kQB_l9j24wZ z3uGtiva2w4suN^}%oBw>vL!CnuXn++haOWTGMtQsYGV(uW48qleq=4Y4bYX-#EvZQq?%&~|<^VkH|8oE3FM=VX* zMv$}cPCy0rEH1PU&JAbb>b#q=ewd%z`ZxhA$K8){KC?~Gfmu}MjKLH}B58O8K*=

    D;>pL(C-48!3NUAreic% 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%0A^{1I=Q#ICG3 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 z

    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

    j>8|u1KyZu4JyWT$x{+*RCnxEs0ebGL9m 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 LL;d>tEl=Pdv<&;< diff --git a/bin/Debug/adb/hprof-conv.exe b/bin/Debug/adb/hprof-conv.exe deleted file mode 100644 index bcc5c5cdc726452d44b147b160b6e468574b90fa..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 44032 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 PR2*zkjHi$P%LD%g$hh>v diff --git a/bin/Debug/adb/libwinpthread-1.dll b/bin/Debug/adb/libwinpthread-1.dll deleted file mode 100644 index ed00b46d23ce0f19580340ae3c611eb0dcb23ffe..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 231594 zcmeEv4SZC^x%b(SzygcAYQU&bR}C5}BB`h#pebZ4T4v0t~g)fNG*wILt@wKXEGC={bcd)AGbYJ^mjy#N0*GiT3k0%Cjb`}@7` zuV{A9nKSduGtc)tGiP?j=Nhd6mSq*B>Vxn=40_4!e1ButaY_=U7+yx zp@jI$zeO0$K+C$^9)NLG;!#+&V*|FwKluv#tQUEKD)$e=_adKF?E+yf{cn}eDh0el z{aaPwvr77TxM+&c`WX>B#J@4oxyzz>R=EQo#Dina>nChgUq7byhUg7=^j-YP*fD17 z1>R);Ra#@4$JDEeUlADS*pKIXvUPZcdX-~tT)ddq-DG;Ge*{-q*Ef%utKbQZKr8DQ z)bC)+>_34wPt_9|f|k}%c)l-NhgX8%)GMy!^;mvXqaMdmnA^Y9i_RDPh`x2bt~aos zdi9IzZz3r247?NC`TMIkcm6_D6drs3xUr(y!D zSyw%Wk00XsE_|PmUoSM}oO3H!&02U8K2`zf$@qS|pL*lYV>PS(Onm$h^~&)bA`;nu zl@{QgcYzc{kHc3Ro>SVJ;Eh-KT{siZX#vQcEBdK7 z;p41e{jdlh*P|Zg>nDBdvChB${l7{p2J8zN{O^; z>{qY8Y9?wWYXXTKu|-V*R82Go?>-g+7I%CV`;wE3r#@7>mgSjYjR59AN_wA*cNRWE z8MM2)f)5VwJeIBO&9N7ox^NlqDF`-Db5Q*hd^wLl4cEi!skz*%}nK>@C#G0@<*zkw~EiWLd(G!w2q1LLhLW;V5Wtl%&cp|`i! z&@|G9F&1&i0At-HNac<5cN}(l78<3ZXXq;FCAe+mJy8f%KU52Vetroows3|3bb6BN zOK7Rv(Ov6mW79RG zqYIqR#zBGQWqyK1d&?eI<`jJk-0uw7E%5^bf(_^xvEkd@N znj`IIjP!0tx{~;xgb@rv#Nb#y3IVi@4}UKFnK@{bn9=P$S5c(~ZA@7?sv2}NN28Q@ zHqi>xJQb!Qo#Z2WAc@bQxJA0-E4o9`o%pn(evCF92F;VGC}_r;OIWo6F$$25H<$7* zRR^VRj)s#podgAp@kHvipx#CfD9u1r%EN4NjcQRT0}mx@y5cRRPiMxQwx{6}DDJ29qg?X1ixQkbmijVUZ*<6151oj@rj6kLHT#D#Z6 ze>G?Zz71zv+@8+S2sXb|)svNA4f^cEnw2+ch6_lxeN@OVVD@a+U^4Rn*udyR-iZnZ zbbx3P#xey%3)OgGk3jsg3lWOj?UC36u!LUvkJplX@PLtIEyJTlhGC8Dh?9&sy2D#e zbome!!jNMc#2A1`zbp4nva%RmzJa3G-MK^^_g-(W zk!MN^#l=W&4=j;sJV<0EGXkxZeFEhmE_TSvk#e!O%ARH$ijjpjX~V|;f!SJs@wBC( zE+I_HXb>6zdeLBm*3m(tTp5(o!_eYM!#T?Cmq@2UqfY`Mrkk89O}t73i0pk>ws-Bz zz)HUz>EZLp`|%a;TlL5Cb1C$@=irh-$|ej*MtU^0&@B`gtpaO{Ll4z9@dI*ktR|jz zcJd66*M{&|T1wPBsfqWfUX)IO;DRNDj&c+`zv;VEXtC{0s<=f!C+7qZJcR7&WfT*M zxw^Eo{K964%cT&3{p5g4lh145waNaLxQMY&P3=MGvQITE8^LkgZX3xZ$?)nq(v9xGnq^myUS`8t71|Ei$Mn$@g zuYnEdg7OY-V}QK~?lr!m*ovM=J)u)JULzSP=12xZDDpHF7BAq74igp7+&i5`F%aJH zkO_;-FiJh+#rSETdK0RN z$Ns}F_crsQQaqnraZvJ5c~~i<>mywA?FSiFnvtU)K5kkrni%h7&|*(vsQMAA-;92e zmC*9&5V^V;`u=IR406J!AaGMu_kz$2MW{w0;#K}ba^sd3pdINR3iL8FP%Yj}CN*vI zz=$_b>svHBzo@mciem(b)=DPS;7Yo!7<+EDK6vnvW(=8%9LgX_$(n9${gf{7iG(j& z5z3+QQbcnw)#&@VqdcX@xWKd!hw#LTdKx}Sn&~ix zn5uv!aUI_l?N+By;WI6Q6z$vTO@+!Eo!y2N|KWI{~^biboMVuKgjZ)Z0v;i*TY%zrqRlB1%`l7-`cLJrPaw(Sb;$f2ez^3<3L-y?u^q z!JWcQPZ#(!7wOi@06WW^&<}JOY-VadPf(PaR>jY1gsFg8>y0%G_V>W{Eo1*8&k_vq(f8z6Nb*# z$gWpMt*cF8IvCmGyn)3@`mOfhuezLe+@xxD*&*C8ECtEF1!HZ75jzja_0_ySB43npNlpFiF7-^r^m=|CiDw@^fP>d~f~)Q6 zSA`wa8Zp#bo%*V9AI?4@s_O;yZ3PO%O-0(lQ!*>!v_^I+&Vt#yoMRD$le2rs*@3u8 z)$H_g_77qo6;vHuz^3Ntpm0{{U^aCQp_m}krFQ3m3(43$WbDo)aY&}4LfaWL_U;YrBw1Y`LqW_1i8g7onfjukx}P5aSZFg#h~*rBwgdlxeb96Uz# z2&7<(Xw#AP^j~UNCQXNlCdcd@Vm_XrmoHY?@7Vjuqj^<>!ny@u_BA^nHsTf$CNZb5o^`)8P*Zc=9ULh>n_SurSWv^Ep^;_zUAe7z8Q^CLDo6)sv|Qfzn!t3U(9rB#m`QVa+sFDL(3_EBq%3 z{;^98<`LLzHtRA`E2vQr4LT1_K%C5xq)!1-&W~`Lxyy{w%ER@rlB)Mti_iCgv2ZNEYt86ba*<%y5E}jf`hQ*mTi{r z$%lEh|D{ymSo;Z>LL~RpCo4`Xd?dd2#HseS{jYC&?-+aArk+zqwb*Un@_};H6z@V~0NNz;rXic570RwHo3GYf!B}y}cD1RuImL7Vp!$UI^og2J` zMy;k>XmD2nh)pF5egg|O&D`)YR%{+TZXv`J8M^M|tdP#2PuLurY+6E?I0`j^nvG@nNHg&&RgiiJCRX7Nf+qwrs)BFvOD5mAOv^D%6oai;xamGs z)Ki2U2=KJh-^YhqxVr~eqK=q9_@#5;cQmLR@A83Y@X1UZXVZ(BNtp{3K1|7~DPX?s z0|kaF7d2?3xYm!W#h0@hNd~h0t^#FVcfh-At9|#p?u6Tus zPid?mP*xP{Xfh@GG8Xrg=sTy%rOJFe7~jO2j`~u3Ft6RdYkvmSdjO(MFbtuo1CNjVb-w09k3YNgwo5hUf zy!VI^oB+9(sg;(rhg?cCaWv=mO6#gnYIH~2vb#d@_X?Eep_!zEkRt$NdyLhSZUwwr zurLhpXvO!1s7AplgivsB6c?5b*^Gj!9;gfb@HTUSpe^!$CNDi>jJZS7DKj;sBFUU8 z1LZC%kr5&Qm@{iWh#XvnVPH56uDJ#STO12+9~8%4o0~ z^3{v250P%LtvBPx1v_e_Re`n2U98MAH7!^PRfY4-Xy*u{}w8u}rW0H>JQV zc94u>h;ob6%8_Rc%e$b|XH81^n|S*Gdc(f!SH}pwuqufFkxMTaxYA8bk(iTdf1mAS zM~2!>GFaUT7hFtom%-rvr75^AqTH6>aVPZXeU45N3UmU#+;yMJSQNt=wK8mx_ZcTj z*`STIZSF#LKzDVZe=L&`_;rYfu2s^92EZ)dUJ~yq$shLL`UjXDwt(E^6!imA27gK( zfKBa1%oBo=8isejQ-I5$*CSgeP`Tf!>%;duktVeL#Xhy)X}S6?dX)Z9cwhVetp zx$>&^Zec8k+ZZM7H=#ZB!gy?LU=8%hkwQP!MVxENV!bpTo}F0IVRgS9LLO9jVtRfO z3oN;5FL#l8mh=UpxP4;!taUdtk-?VYV|MIku<(d>X$gwIMBg5o0JzEpIPdnj{zFAR zn55&GY=L>+^Nd5+O}_XK`b(F-+4?u)frLh;=H*g=Xa3F8L<^Hs4JF! zFy&#H0SS0(OR)PuECRRiRyOe#_OvMdRmdrxOM*b!o@I6tP#+*7GXiE+fW8xy-vbrAxI zNX6Z->@M^Jrlr5DfJ0ooEjD^u&{u1*Ia7%Z+h3yEXRec{+|VV&;G-|LQ-)M`qqB{P zh1`i??ooHF|NdG*CBq0Dd(2=T;7CCr+4tv~0L_3)k^N)}9R0BhnqQ{E4nz1mQGs%$ z_8Oinw00nQdUB%mZy~#sEEZt^VwoP=Hfr~~AK2;^3}7L|lnjCiw9MFgM5GcX`aEYJ2p5-U{= z*_I?a_n}_@PPTR)&He$#rQb5tI4sS6qH3k8OFW>9JfJIAujuCVDu(TtU>D|lOmWJV ze`G$;%J6Uj8s(0)9%y_-!v0ptOD>#`5srtjg$ljgN=2v?m(+re+#!evFQ7I;+r@aC zL)-oZ@e7`j=MnY3egC8&e)sR$u04Wy5tfy5hcE>_d_;Ot=0s<`D)S!JIlc7SsSwER z?9Zs=Ray_NE&(1nw9>AI&eo%}5w$KR;+jXRWdNRj#|WSpljA(K$7Q8vyx=A&glNCp zKF=m71e#(*xivy|UJ!>u5aR?zsD+$Pz zn6=OiBQYGD1ZwbTDksXs0P6R#mof$210oo@WV;fQz2MO};Mtw75ZCI`hhFA#4-NAq z?I<*tL>2}nqzooD{}ZARygOxD=^QWYKPHsz3nT03KS3~O6JCU*3OHO*U5A?#7qw-r z9Hv=W!cwzeVb+UTE-HTyhAsQEvz$P<94Kmo*uEWEWLY_7L5x+gD+aho^r4L|Xx#}G zdIZ3$?n9wjLR^)qa`%twbrPBEe#*SDlUEIMuKW}UmUEGQ%1!8CODUE8eWX2F@q)eg%?1xZ zQ!6v{okrA@$@;s=n)js&6R{>O7<*BQv^6lWJryxL8h4$I$*b2Fhj=F>82I&&aYwKp zo+D%?0pScTFq>X;?5&mPlOxl8&S@#+Tch#L@vV^#OQkX-?4ceaSxfCiB7ifMrl%yc z30pk4X}Zi!qi1rr4KgUoc)A-WFtK1yO&vNF8Zskms#J4YJ+oL(s4QYqG2Ao>SD4*T zjQG)m+!)HFzanTz%1bqHd>{h@h#nB$*Y=D96Rq0RbZ>fjfUivhIy$$|%0zMtq&u#+ zbx(}E57M9?D}y9RH{ORQ1PJQolvN`QLa(f^HKA%^V ztQ?Kf%lnj;W9&;V>{C1%OEsHbF7UM}707>HJr?}+wQYqRMal*?SG@a5=ZrEWNblD^JFEOf)3J}vAmv|vw8Y%nzP|#VpA19*lPpI z4X4iqj8(XIF8_v`|1uNHnY7kLY^5TcuC-)(W|{y(_?;?#94##wuJJX;^aaDsW~Rwn zLW6M=NKMml1Lm#ex7>^bxJpodNNW+x(9n`{6zz};@xaJZL&!JD5I_a7f?voK#&4DF z23GVG!+_N-pzkS4+^P!&z=W2i&nfapx}%fi>MZOe3uH$E{;)-h0y3vNzS+0wl>xq8 zu)=;b$^Z(oCDI~KBqzevGSRf-dGXt_p9%D3G<4z^X)r%jhA*H-4t@0&Y z+*GR6sr%{ls8TTT9m5Q)@u&xk5aM{BN?=WhbS}PFuFi^d=8jmZn-O=e-YjIxAM|lw z$DqX;IC?a^0q&;?He^j9swjy8DvIecZp_j$m-d4*6&o82x{YGPJ9mm=cTurBMX`|~ zfbMq%?>qpZ7v+u{0>(Q_#L0-OSoHw9grF3qpTdPvjbC(#(j-@{Q%@15`qd5bT?&va z5OtS4YUOB_Px=~^hUH@cP?e8md6_96=a!FSc>v{zYh*bwFTU~pCkQcK5eidg|5{#4 z!P;@S%8Za}z7OBX0hk&F|NDTyu?pFovDmb>S9*J!2t(^Y>;`sC3ZXGo$GH`K8wEKR zWF)H3BV7PFvcE)vpv+JvhJ{b5P>Du)J)I&%?9O~%SNX=FU@&zIuvTV_K<0pCl!7Lu zytRnKXBAXv6_)YFjCMVSga9$18*0Odpdb9*RNx{aWhF)pZz@Q7D;2B3#NDs0r*sn9d9|)tRqj8eNUj;nRo;f z2LFHxAc3zfxZc8YG(+Ne&%7mA;o zW&o9%+j9-h4RBWx(G@r>>%2^Y$Ij!v3Si#V#$;s)9;&5CPC|1YwpNw^rpRDr zvA)ui*AYqtQ`ML>%MvT|TZ`dx&<(&i3CO;dav215NpA`$H(T%0YJYDxwqOkvnFWG3 zb2q~WdL&1R+s&jY$0z2C-CwDa@X5-ucsrLL8xndP)?1J9ooh`LHSRt{Y0V#P`O7k} z+|eeGz15@rCYE-rZ>vntruK5kqH)s7|&^j#ui`&1qx+luGFUH zKahV&E~Dut{b%#evbUNQp3S2AXeQY(=^Xu1*@Ll^koF1JZR2$3H$Mw}|2v>1TDBvbUy5%ZA3oTB1lfizQz`mJJ8M85=lIru?<^Y0R-3&LR_Y=%V?Fn&t3bbK;0TDW7A zLc~T=jnNx>RvtFH7WNDDC}vgXJQ$T>gnTm-S5_JvqGcwmeK0E~jVb+nu$%qJq>wL# z2DpbE^J=m-1ABxA+_?eg>QC}a3(w%V5a=1;O?rSylX4 z=MZpoZi4#ko-TIIfqOciWx$xujZtiz!ne*-HJuc#6yA5$zTjt4F6Y@qPm@zIf)TZ3*V6Oc2NOrIOqm#$?d#u^h95{f?9rE%Z~V)3<8cqfOt@pn!E^Hni=`b zTy)u~Ube>Yx?n?A_~SD$W5OPAJRvg7>j9aa8m5OYmho(8X@q|qr7&Ok_W*aV@G}(m z3jd?H*HZNlxRxB@x1P@m|0j^`Xt`RaI~`{SIL*E~neKcXHz_14^{YX>ZO(7`7%U*) z{uOPR122IQYHb-M_=vUy>1u#F?6=6c(;kd7ggo+k>D`2fJU>9VL^_C&2K#4HW&%#_^P)Yv^#S9pmMx%!bk?#6? zv`}XL$2(n*)Pw4Dg6Wh4luo7l$vk#3Ho_ozC+j0pvC@N4UuyW8!E7HcPYdbvZKH~K zJ>6X4cjsEN$RM?r14|BPQwl0|Wi4-nS;r-Z3p*+Ko7xMw---Mhkyo6@vSqJn>S?Vm zk-jEG{EG+6D4}yYyE?-Va1O?%g&-%hMC6!*qVH6gDieJaa@nTs;Joh2^=?>rG-t&C z5|UOY-aMYR{i)Z*B_t~)wFQTU#j3FYZss4D6~acl39h8c_=&YJKwcFfbdOE%Yr9tn zTcU?M-qZgF(3710r+fPk-gSVSq`ybngXTzcQXyfa;a6WG5P6{|#!R^$%5?yxgig{W zJeCNkk2S59Nh@_)h^N&kx7B8mBGszgBSr$I+?6AoI+HI)C#@FyqbkaReR5hk7Pb1; zd}ozd7-s9$3#PDRpts;^SEG%G*h;uqHem$Sn;)-gqfLGtjGxidBZ6k$JIb-0fF){KSL|6XkC<^ga_IerB9dZP7n=s9nFIk z**t6ddG$o3$Cy7^>~my5W{MkZxE~db@J`w53chKBkY~xY=)wa?uzobllC09-g{bWYPVQEEsSY&( zlv3h}E1A!6IYAbqu76VsTPte`M=I)>bbD%9u?`_HPr6qO0=BlPKm`btzy=Tjsg7^X zUw9;90Fx$lmLcp&gSI23Fpfpe@;jspJM>qeRVkg^3(ArLTjqS zdV=1rO+b@7K^LHBDxmtzNqsDma}C&}r&}f~$u$Nw12+cTIWJpFQZ$GpbyTdYK$S&* zMne|O>Cp4H^=G6)92nT@r2uFGO!xCz>|X0j?w z{nrF6jVNQ>Y8vEh8ey1B@jKll3pb%7-MR?u5P6{LH++&|Jd6eHx+hN~Ufg6hV6Tvb ziOqvy!e%Ts3$q~ipRlzbh8#G?p>~RmRjD>72r4UYr^ND|_!ET?OV|?X zoU;KRFhOBqZ|>Ws7!W7@oH$^@k7zM@1+|XzK~BrHM8#eLC{ojzPf&$rWPtM)7;gl% ziNGbkV71IAo#lvRO>4cHrZ(Rw>wnNp?iR?Dn z{**XECCbG6W;}E8zD901IItWrX&p2hOtpjD$c|J9f*;NZbF+qBuB~x9Jo=Blz0L_R z0I08VI0zhMAXm*?-N|#Jwf2vJjW_fevJtVDm0pHVnJ(-5n{h84GnY9^T`@(6Jk6TYHomZcJQ-x%yGy%Z$D2MMa$ zPNlcXcr@+ak3Zp~2uHe<*k(B__~ud1eb+`FLie!v9-V4#C|Bp38!s2~*`&vJFUQve zo#Nr62KhJ&mD@X6;VG==B7egw@q?}`1REBr0!0K4)I)@cfCH%6XSqb!|VfDHFH8t!lO z*TEzw+VD(4%dO|nPStZ+CY8a0LlQb`ioBab`e=lgrGg!miB4 zrpO&t&=n&`iIMXdD90Dz8P2ILFIHEC=ysX;7z%Z#UsjzSf?+%z*3`TnHAO_Y5aQhx zFUx55HX<+1djDQmU88uvK|6h>TPY}RPkd(tNFt-pJyB#R1R2|>cm>s!(+mal-vC;v z(giTiQnV9Ak|5E>_hj7o?%*z&H5fOy;a87>XB%)vb(O2MOF0?`OniWKehZxu_T|m1{s*Yo$o2Tp_!X zn|eDGkl_F#ooS;U;Pe>%u`hzteVvbZQrF0TbQB&DYqRag0FulXHwpQ3-=o6%vD*XD z)IIEkb@uk)d2~M`w|;u?03vxbpky8(&!e0A1B7NthFS)H%`#bstCqD{%Pr#B8~xT( zZ>4I6nLzTDzh-3<9QQ~gJ*$#Nq{VRs9fxI&707{A#v0-l2|GOXz7&x)K9DA)olrq5 z*V$WPYR`x7&{QmUrh4{9QbN%Q6vN2ie`K3Zcw9+1Pc_omXnLD_uLVld?fM6UA;tr{ zOI;s;z*(^00a&kWl{*h2VXvJlwGS8-^pDX`x8!3~kcZI+yf+9O8lzisFdCf2D1{w* z@s6(EFT9V)?{X{**xO7n&b*aT{*!@-#Mu(Kgm6dA@J|2kW8Q}`H`AH<%Zl#8RVQY0 zSvac=REgdpyK?B$XTKnCdwv!p0=y0hctu<8nG1Bfa{)Z$ECR0scbZv*0k}2? z{4&s-7-7cnJ`@5ji{m{c#i#-X(C2ahoudG?n%OOIk-0=aCxDxQ9uEM}lNZ&D#T)5Q z(}`EjbB&dr;X4=arJTwH9&y`H;F~^EfpurD8zbXm zYZ%{fBJP}rU?{k%)mPGC?0hlca#kuGL7wyZ>#fp=Ts>nC)LdvZ0O1@xWwg3A!es@3 z4J1h+iPQr!3+hZo_AntqLyE>jF@;D*_JBzt=j+T*R5LkXSI_4;t^rviZQV zRLxDIoCq04p{obD63h-utzU!492N%L^Maw)pA9DSRkrT!71)d8V6m<@a~4j7>XloV zuii{4ZjZWyPw|2%&YH!okNI~8^afo09-2&M1KC*8jLb71LJ?dIHX%eu%NPW6no$tI zjREz&OAyXzA<(e3Fh03e4Z&R*%rW=W4~%%vU&QD`(JMZ>MKn^oj! zCLgLecVkb!htiiK!vdOg|w_QeV@V?J^SjOJl^%!)3cS^{F!mR7pT z(d01!MVbk`%72*01SI2Cc!#bu6FMFv5wTw%EA+C5o;!vs zu04ll!a>CZI1n$F{`NacI?hJwhcEqR2i(!uu{-!0EBz!sggW_rnaV1{m!Fv`JW>dC zvpFy-`nE#GNO+L}yNhwa+(KH4Twzu`iq=RsA5KwJ(*#@#9^p<1D5jSLv>>|d4^n&# zblynXJ)i~1EMaNWEF`x~IK7rPLRu3zQ*YpKWo-A$*hJ93y+bUBn2vv8lBd%Hcz;`5 z&&NLx2ddNuUX@OnZ^*+MjDuV|49d-&-tAKox+BPKnKaOe36%VX2XUDK3 zJBGhJ^FKL;<+A^8kep$a0b>=`G0Y|cSXU96W@crFa6z4gEl8ny-QXgeP^C`)Lw0EgL$SI5M>nDg?Aq(dG{rG6L3PbE0wcPH?!g?Pzho4UkH(U^obQf+ec z>mVWGtU*8sZ_M!LT__I@q^LK&A6H^rSU2*T=Me2CXqV0e&uV`~o^QD|+0oMlxip|43CA zVz{9}KVf>d#mt9cFL9ji9u%4BgiwEOZEk)7vVn8wik#cweMkZv$fEK3&IiD&K8GOg zvz2_ta~m}Ir>)OY13DwrxQ2B;F70y%zY~>BC+D*gwM=${ZdAc%1nvCgeZW73wW|H{8&Fz432Hj(<@CrdKrZuZDOh!&L<$b> zRMgoDc40i9Lx>C>8&M^%-8cvMAt8ZD7r%y+eBM1R9=&1{BMj0W(@$VCf0i zp`!GB5qhRWSf*D{vHue*Gi?vu!NZC7*pZ!1bq90|%CU<(kf!1$RnsOrkcc7CATd+~ zEdp@q{S*qvDPcRFV+?-@(jbg$OXBcbwUpz;dq$W!7%T)Tm^;*?dv%UAIly=)NYVkc z#A3-WM)3L5)Vh--=8}Ot_W-)pTlIeW9#QDdl29MGDI|O!vH^TF33m$#J8(j;kZ>1b zbRi+a04Ilpi1`&?aRCy7#Hc7eANZ{bQVa>#2nnB3B*bxuZO*V)6bW~dgcfd6HBaeH zTnw8e6{slK$)OGU1<~(t{=zNFJTDmRQWShD3EC?PcH~kJ6+9H|Aed+V;R;nbNkJ02 z=VA#d{tg;vNkOF$@%B#!S64FEYvi*8Lxk?0h8oW804s038Ci!|b-Sxw3IG)oqZHP&B_|2#Xt%b#)a;-co62NaYfCh-wgw4gOOQFFM0#=9LAola?LoczfxGQ-X zGoHRDkhY*&-Ej_xqtCmPC{h^@A&JRy<&nemci)4C99SC@&{z1+!ai#`xLD(~3Uv$_ zUf%DL0lODMbyR@DvT}^dX~iS2$>R=MdGISw8&me}Y#F=+f-skytMDXE1JRGubbZ7% zs3fn;XcWt+mn!_hfhfvHT);X=P{HZu`iKWm*^K8HR+4$GP8Wlc8m5hE-tmCcerp+) z68r^s6ziy{)uNjvD;X9s9bnSpA6l8&0h9gph6y=u^oD_cs#;Pfg{aS97$VO2{iWFw z3LFsx42ZHx2%f0%2VMva;+X%J0R{@pT8TQ{ZP3QmXsY8r75=k+4yK51`u=p0-o&Y6 zd4#@V5SAhN4Y?5~#YwQtz17kVWD1^(GfcgHGf}PYs8AmBWOvtscbjURwGq~1q5BxB1Q8VdFP(kXEM=ha7CV87!RcB zRD`f3Z^24*hn<{y+O$nSgP$OUbqXXzM+omJ24OXV7`&dh5@^Uhe}okGD>Q^V1wxmk zqq-=6Oh8LJAM{yM$@+1uT+ZIxW{v5M+PMvgS+|5scN!-A~ znG}f-q9CIn)3QRH$vYnOBoZk&2>fjE`sq$sK!}<1>tPk zsaH15`xvp0X*I+4rtFEM?p6s-yzK!>`A!tJ0xbrj*%XlIulL|dq5g4wwKx3>0He-+ zbj(4>e+6^A9fnf|`e06x!RBQ(`D&FP+BRl}Br{{eE1IMp{$+E^+Gx4+J`O8-_<0=o z1{LGa0Y*>4$I4+`->2(IV}^>CA_fG%%9l?vEA`RF?Pd)cn(A8ayCHAswW#Kr0&ywb z!TZ~M&%9S;J@M^{@f|p=tt&aFTi*8N;c7aVdUZH>Da(eE|A7O8cgOoQ0W6f#qsy2w zm#R3`uaEO$oB?h>V8q7LuX9Utt%0Z7%C9}kr06v$hM^w@4uR&tgAM;JL-nm33~?__ zmv9Y%zx=!w{gVO>Gr{S!55=j-F7~_55JCOeMN#%BXNWpZVOFE3!usV^NSNcS11vhyA^S);e@Wku>`+4

    _owj|eK(0P-V(rfUHC3GrJ4$WKVzcmv3|WF*Ma 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 diff --git a/bin/Debug/adb/make_f2fs_casefold.exe b/bin/Debug/adb/make_f2fs_casefold.exe deleted file mode 100644 index f0006dd1e1310e40bb073b5cff90da697aa96600..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 489984 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

    !}@N)HvM;|D?p4}M(g2P7n|%iO*tL#zYQ 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

    0G6 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 %2*{HzTE_MwSzNOtDT`QVxFwk zhrmfP&vM$$>u{oFhMLvYS2=`kMbl1*zfCG}6~(=$?B|&@-GZ%3v53?k_9SK32G0Vr z+H;S`hs@{|(3Au# zwN1}*k9&{9^#|bC`}C&p$iSIZ#d^2@T+bQ3Dd`M!ueyyx^+yoe2r%Bw+GKc-IFRf) z9NC$xT$!@+8lff+{{gbZ^)7W~VW|pe(f)Wia&~NZdLT|@>F%2U@Sl4fdaxybEB;k` zI`jmE>1TTm*9%e7!jz_CZkp=pWR=q6@%0=@EauVjm#TMe&nI(HNBcX}1bOOx?WfGq zE5zD! z;BfL5%sa0qeD?c;;nB|+UMBZVSPkLJI5dJHT&QpfGW@sK57SL(adsA)S`f3n{r*`H zh1}7_E^&(K+#xMh?W^RJWN%=%YM(;@wTLv`4rQSg*!`M((x#rNt^}^Kewb<}*+MsC z5%La}!4mKxqQYrir)?YIr&SHCaBI&Wk94GJ&v)_5=ApewHemOKn^_AJJ&Z^JigeRX zm(2cINWZM1k3vw)O8RC+^eVG&wnmq${&;&eZYBb6Yg6|FXHbD{d2-@eov-Bj+1-WA zD@UKnyiw;04T}pqIc-0|Drcf~oh(=8kW#+QwBD7;6%<^yd8FBIp&4|+H0gXOkA$Du z`Hh3Lr6g{t%LZ&0igQyXI&qe!4=($5?DQuUEF2lY6C zqucb3qSo-f`Xk}Lg2|TjdeOw63%5{H@&%&gy#BtD{^rykXDF8H4__^ZT`Qe>r5nri z=v^L|sQ83@mpZgsF30jz@@8|q>32CSF(R_wV+*ZRxtw*oLQ75bX?49YBQqDy|AWQ|3W11T zhn6Koblv-W*0wpLu9%Q)^mhLTlQiw=q3UhWUQ6)Z%DMwu{XyVPe8kVd=F(Yg7Dv|S z*=x%LdXXoiqW*)YFLEYvuHoby?D10hcPezcbQUC!9dAz-9-%@CVb zC!W|uuW2GIXygEw8a`T`Y#?acf_AWbwYKe)_9rwM#=22luMWJiZiIB7r4Lu1-q7k^ zkQ}exarIKcnfR$@`Eyfby;IIKYxVdh=9IOY-b8vre@o}`E5KS!I8PH24oUTDE8Z(8 zEL_lXhhkjT*=Fd5x3-o$6z59xhzBTS6zJ*d6qP_i5R!u?a-NB~HgS*y7V<4Ob34T% z6^O!)2&ct>E2(ba37|yVhJ9}2Qwm&5e#F*atLvtE_(Gwg3hp6qaa|$yyT0vn=FPHY zO>rd0U()}w#8qBv-mPUz1IhWY-4Hr|i2|teT$3|2GD1Nt4dnQ&7_c3Uf9Qyyxah?2 zLEH8fZQCyGg*QbrRP%}$LYK1I4`|zpORz3#N`+pIG+z{tNLl)1UnsCO{x`^Aa&Gn~ zV$u>%g+Gd1%&Pfv(w`omcz7P39DlBErN)=!#r> zbh0loj}M|WF}KcZ*Vt3xZfGYJKCNw=aS=m8ZQI?c$ceATkGtY0#9xgo^3KB)5d2N!bHSglk#--xSyaO-I z4bGd7Gi_u2N1w12h2@g_TbnB&YZ@1>}$)%nR`(U%?c1_UPiK!gJc;fEKCqhWB^ zTa!6>vmq$j`s>t5HC|n};Yp7TIKo%s>08ZU?Z>g5SgVOkOG#R8CZ!uigwcDmJ3@1n zE=;s-%)#O-YTugzjw8_GZLi6Wq7^`XNP4Z0ub3ZM^Ozrsnk!8p9xE0g#1cw$r5=GY zbh-KI=(P$ycDtit_F;aiiXi%6A-Y^wPp5G3i|Luxlvq_fj>vn258etQ$fbPA*7<6A z5>J^cmAg#&3Cd5Y{0xXmYo4ODTquYnE6%@$Gb4UQXHd~6N(Q1YoWW(!&o^Dl;A-6n zzbb1H@h|vKw8NELL=tyUz8tyNL~(7 zy*IsfqX0S$rZumL4TrxAZ=V_`V(Co{f?Kiq8Xo&*@BI%fZi)_1hzrDl41)E3B?F8F zqHWDgWDP;6D|$Pc|4EN|s&AQRT>od)Lt?id*r#M5oO)d?97kL|86P&PN-VQ}bTxN7 z>~bP9y&Ay(g*1;+@je6fE5REx^HZ3ayOn-&z<1vEClQlsQfw8Hpop}6vZcp$p~p4t zodCQ}VCKqKAL~GjqGvG%bI9;k=hJ@ea(f%Zx%lUN|BwIT`wO4??s)2Wyw&~G zaR4f14q|w!d#ik5(75}wEE_wdeCFw7P_r6QY|Mex$Kf2_3&z`~UyKnE{=O^|Je!lRf zLH^VezrJSh^L@TS&uX(nd5AaS*o3%2X0Iai)uKc(XdP#*CoE8Le%K>GW*@|KVSLE|OLGPxQ_JyF&KIhO_$_`inl zTX6gTuizW2W)9)Hp9^2&!q`Fd17$djle}Y|lKqs#==@KAAI`h<_a6z#gVHDV zFh%vV;H|3sr*Bl6DR^}@yviwO2QAYO^_|W73Y9|HSYMK&zbw^Xa+p`~Tb3vz^wysD zm5Is9T4e3!qs9&k;n6I-$Hgtel4aB45Btg>A;% zOi|bAq64A5&H7@SKULJc>MFg{9*0Kf87IFY(7X7M9I6V@nHcXI=t4pEI~}z%ox{@b zTF*lUK1WNPIKJc!?X|u;2Y#+uy&>at2DcbbnF7 zt2UyevmT5mhDS~~i;%i7Pt4L@Vjldg^ib2~zzeVd#~NEA=Vj(+#)Fipq`a}DVzmm4 zLPBmh&YSPa$a9kkB_8?w2L@G8s`^LUR+{Ngad;;<+B8L8Wxfwj22;S`z9m)P63Pi0KQ!N@$AogoBeqSZLmo>W zRrU{yaKM4oo>oPfJGw1dGC&asId?VXn;1~b05~`OOU}@32xNJ9Bt-dY+<8X&1wUNj z>rhMeiCgqy>(5nTjG+Y1oMDz=Z0wSRYP&J*o{0WWuRppXr_~N{bP7uaDjQ{X?1M^6 zgQ$OgY}lEWr1eJe9X?&+BDk)p5ceQXtiy;9VbObZ=7Z?GtVKegXR(1zn zH<7jPrV3AXW9X0)zriMxj8B@&HD9h(40D(9aGxT18utrRU}mY|GA5o)zx}S>HJ-t* zpT`~{uR0PSv$pXugkHA7)M7zgQ?p*s>K^1J@uQ2*5;MfxXK%{c&18w$Y0!}vCqiHff;{ip0oE`594~|a4W~#=h}52XPEQ6v7yD;(lu*o89WW!_Pd$NWsBR0;}*0SD`x*D!G-WnSP6CxyJN z+D18!3i8D(qhFMJVxIR(VRT)gu31|(*|dY82%=bM^RqAWiZ5}PhuH6YQV~%Jh;r$i zOZ13tShXlFwR#Eqo;U#^LBbP*^Hq``d|-`Qt?uUnV4Q9+H(jn@Xe;LqH;e4V)lpA&DtTCbr_($+%5 zskRn{iHjvhF~v<5kW5A~23(3S-*CRL(tKk?mdrTFkeFWZNdQ|eGg68Aqql$cg6hh| z0s&)PA^wc#;$e7m;s3U$;Y@s+Pem6aoi<#y%Rtc27G2sXsuTN zU7;`dE@^y%#n>~7j}WgS9~~6tb21|CAe^9u#IKS*U3cPn0bTWCy+k*OAHN#osc{bo ziGybxfkJsDW`=>(n2B~w3VI71$uG1l=a-5%k#!Qa{RezR3$uWu{F^1+bYHF0o_JE-LU^Gn z2GwV@T*c}b(DvE?Y_(nZdHoe1QxfRXXDk8>c|dMU423sXSXju5Ph&y!f`!R1lOc@- zv1?$CfY82Mm@a1kR#@?&mJ$!bqAZi+Vt986U#0rb$raY(-<2FMR|;|`mFFPbL3@P; zh#9Cl?Yk=!eL)~36PYcj?=^NZTS}}A5jrQPUtVW?V!kAnys+1=@eyB)+OuZ)u5=6zH!e)0CNZ2L&tUtkvLv+1fbRNHrl7j_>70JfER@zwPl??)q69Xr zsR6n}CQ4BU%0F(mns>zd0RzHxJjM%3PIH+|t?s8JK&rVqR_Ckb*0j;|826u&R^Xga zs}q|iT9L~zHV1qV0LteXPcW3|v*O535xk12pfLFWHRK{0$xw^lVInb2|3a=XIMSKx z{X*CXOMV%HikK3Nb&DdGWYF~o&?Uk(RSKbD{jda*dXRgG?=y$z6+AB^{Ys%=6-tVq z;(3+x73owyt9pY<)gTP0G2`4kGc8V<5+vZmT?z}Dd)gFHfYgFcSam^%y$jPAT1F*` zJ*#1|lz!#hCiFV~8Q&(V9sQi|87|sJjuoVoy=LGUg?brj8>jIy`mC>x6j{&sYPrb1 zKPNL4+FBEGaKl`02K9DC>s&EikC2SRQgU*13g_w^IBCS2^gO)ri-f(N%6){Q3a^Vg zw&2z`bT=>W#NYU?5aVIX$NC-}-Su4_`+0&c&I@v0L*YTPPK%0R>rdGQ>MxZOpz=w~ zo%16$J1Ho?P`4*N+l2*6MPgo3*aA=zftOLImap=TS>Cbb($YN1W9ELSlF4=PC_N#1 zk0*}Xl>fTcje4#)NA-bR1!?pc`fgSQY4_GmX{ig;VPnDWim(SPsQ(a6_kE zKNVVm1;#QA1c74`KG_L%KvB`MjUQ8_?5(mxD5J`yaIpFNLJNux{zfxMDm3L72tMRn zLd7ONOr9N?4np8!dSCr6q7VVPxnX5CdH!;Hc~Cz@$M9vQRl3-&QMyw^3+cxwZ7cp~ z81+3^q*v%2xZ?oGe-VtFzEx#a>{rk?OMBq@>Z!ahwe zN?u|174;4YJ59k@ddg$=l>M{H0^a1?mVU(SFMO$Ee=l7PA^{zPeOXtC+Fv4mMc(;@ zS=^x~s)U!Mmv_a620NlE*swE_KAiLsaA6C|oF&DmekD)-AUZyvcL|boNdfbVPWTtF zRDn0Ed04g>Yz2X*%^&N~~{;?x^7QxvD^I`K8@1%X2VM|b>-SunkvE;zv^zUiMP9q)7^iw#TX ziNHlP2F#7Yo)R+YSQ+IKIV7X_-NP5IB_L1&^-z19pmac$;zw-&-IoU{w`r*XWBouvsrFiZwqa|*8JRZ*i@I0ca9WB`FKPVZ==C-%lo8!&H_1#P& zF8|?zZvSD}?M%#0l#>H{ue~weh}zHJTF~Yf+isa{CXmEsKW6WZH;mE``Fjdl{5^aM z@~PO~X+JM@wfGMe?DHSu^#Wc`wjZ@$lzR60TMByo;?H6suP53M+xw*a9{;|AL;iid zUS#j!!xFRXmV!gH#tj3P;(F}oH^l$vV;k?4^7j?AVB|Z&eo+;9$bNA{v-;FLRPQO+ zmxbva=N+Wj7JJ`@M)j$Y)65joK`2H6dY`>_sCwUUxo%b@GsWjrl>7M=6@N}eNU;;C zs@;E9KSpIO8(O3`+A|^Ea=HJ4eb0ubpCvmVrWH%#O<8(}zn6`?{doIoRTh^}N zdQuqMazR}C&U?u9yzgbSb;@m1BsoM?qfPBV873hvA{(ex(kH5!SuOrAAq{R%!-aH1 z^#WA#3+e9-L-b<-TB+475-u51fDsj=Gk(%(!Pcqmm@`aZ)ux}ZUr>NzWYV)=Lbm*= zA6RHTH~A9c>+xP3;NWm(WrJGI##Z)AjKVM7K8|DLZgcsW0Rl8O9)6~ zKGQWh;S2rNzGg82+=&DqMc&6D@x9H%jLdea4r|6B_i#qkr)Eu)=W?DNw`V(f4dhU>7S>O5X=NF zaxIbT>oX8PBfZ$Us)Mt~@ghHr!>11Lg+i4u$*bJP_kSUa569~>NgC)KT~VxU^pZgD z9WlLFtNRAfV1j`DX?menR|oIJ>lgZjb5p+LlnGv|=X941Nw3W3i>@oqIm8jPHg7L; zGD(Fh0VP*J;pBnL0O_TIN8TlG>F;5VfQiRWIhN&?dHtY`6|j$U`bg@yqHAW+E!9P) zQ7$^k5;Qx|Q|^3`Hp)f2HV~qCG7~%68?#mOR021zFaFxM46TC z&wtBgdy0JpliP=8OLpPthip_o!QbrPm)#TgNQ^eSZ5@M3))2V~QHdxmudE2wN>cRK z3zeEr0C`%lNJ&zLAcRLX{mJx{7)ECQk;IDt%eO*7jI{$$%JTww<{DJ*i%<-q2CI_? z{^>3DW6|lwIc>bFl^6We|DZOS^gdmDEC60!q%B4FNMydkpkS%ec;qi?!O5buNx&1w zKV4Z*Y5vOyg7i8G}VqQ*`m=+dRjd0uxxF9#-M zcf}{atXxbALWeuC&Q#ZWAlE~(DOXy8=`Q+Ay60I+m4DoBHScWt?wF}on^!(xHWFSN zW)VzyB+N@Pz}zG;doA|n=we^aF$-<%;S%?}u$)1l`XYm__aP#XrDIRbevCnkafUW6 z9f$}SM=_IM1ma<@pt({;D&g5rPLS~IGA)2k`0*%3)Usbv%z3K{1)koKX3wMx+FQsv zSwAY9vHSEh-u-ARONAN`-1b4<%jn?;wP^?0BhaSJQD;?4i<-$<<~_z|7e|3vyXG8% zI9CRj52vOQ<9{palnG)DJ+xM6ilh_S?43zskGK7GiI=Xl-rCeo2xEE&?OP$0LW3$m z3F&+rE=aP_{Q4u&Iz`)B{rj>ZKvDDxCFWDQ2OE5OgM#xp@^enzLkm_~D~wiBt)R?& zZ7QT9g=$l&!7Q0Ul8+rJji4NN@($r%<5?h+-c328)Xg7H(R}s6#XNydN$YKt@+3!% zN8dYM4xt|6G_Hriv68_N3bgXw$HCwVK@Vl-7s+vQ-UwH0gBi=xOLQ2JjM_;9XEIp{ zPe@;IOTb$-fd0a3bNJN1FLDc&Gc(IUV4r^Gra8V`|B>uC9wPWgmbKPji7|&z%|ZkW z?%zs24xW&AO_s@M*wfJp=`yt?iMgBk7WFrbiXN9k*rkvx-JG+JHqNAlb7*rOUIwJ? zf)8_zxBv<%V`PaYo%IEO4{94Ru1+Ox<%bd7KT6pQuU{cw9_MFkMt`*7^z$^4>0xoP zxs8d#5lfM@1hNS6QTXRdxuRGyA^q$DNwW0(q~bB)e$ zE<=#La#?+@6LNGeTS#cUvxjW7Px-;3btMH&aN)D@ z3uBqc=3KKlU$A#gI4}DQxff<1)8iXXq@JX*IlcwsY_;5!`4++ExUk{i<05B)+yW10 zpz0f_YmHWy;t|1Hd*&QBgpwX2$6Y0!WZ7EZBJ#M4TF4yem4f1Im}*nk`KQ+t)y+`%-YnY3#k&yQt*>W8hlR%PppZ2}@Wpg-9M|!QS8!DNj zm5EA(zwEPe-GG3RmP7pvr%1A=KaM)tg&suGbkW zsrGk!+VyxrCtX+2E=}W*eVyHgzwU!&xytZXe#m z-~OfAKk>J6ciB?yLYx)c5c_Ny3+^HW1TXMl7Al4QqBAon7g3_T+R6DC+6tSOp?U{z zrCs6MteJrb91enJ!y=5Uf`mbll(OeupGV5%7nNuio|3r0dOVF;(kN2W>UIhqOFh`= zMepZha@YZ~_gH%swILKTyex6(2I6|WnD=Ev& zTmMZdmbjvPm84L-EC@>?$DJ6r`BQ;|st1lnj?x1cAm};5eP!px7oF$Kl0Zsg`yW zq(VORYOYnZbD02db|t1h=-Q%oxautNwc##m^Pb6?;fC!iiGY1I|4Y)95qDF;>F#QFT>F)%8zDp{UYZXA9>vWwtfx2~T7h<-+m zh->v@{&OaMnktJzXjDf2YKuk-68`|17LAH;KVc5~F*pN=7ad0-2W!s|3|lzEVYnZh zp~G|p!AIBT*#qcj?GuEcir(!i>hg91W-hy7Cb=lQEjg5-m>&#P{ii48MYw}zU+o$p`nh_*yA@fQtAn~9fi9?+ zYPI?fibb~EB((C3+A^n%#6Ob)X2MC&Vr$A#yYfId(H_SI2_j-nySXj^I&n53yD)k4 zgBT&)fstPX*+JNtZ!;ydA75?{iU3|(Y3#y8CW6f=5&|n9SEZ4w43*Rl@LU09IzH); zLeyY-rcFUDyu&Zw*unsU$%;cDNGlEj>P@~O5wRG6GcyCQ{u3G@uf9n!{nN`y-l`#_ z)jcl^g1KK!4_GVlXiYh#09a`K zFZLWHtU@oHQVewia$Z48fe1oAb>2ze&xxmtV+)$~!`R6xe0Gv(a!wmtF}|EG!D(A+ zetB@7aq-o`c$|>IqwLh@RT}HoUxLd&+f)v^Hq3l|5w4M1#Pa?P$GMNuMtF5PxnZ|der}1I-JKVCM1(Bys!jk^@nH0{eY*nn{z26ZoC37di zrv)KPdNbca)tI1-rs_`%ybs|GOTJ=nvWz}KCJN_EuCnT0OvUjTChmvr?j!_c2=+h%2q zdYXF<7IX{cOTZfz7LdC~@5W<^G;mP>Z*P%fHgnNE?T|KY4{sM1G|}E`s2%n{v5KEO zrU0fPbY=8cvGJRb^smg8^*JCHI0#fSQ@B>yr@0o5o}6 z%`?99J9E6X0N?@wmD7RD*=o>H+Y{LDgjM zStx#v{bCN2V-ch*Lcbka<#|OGv&1ODw#*h>sR1sJyrj%V)Tv(~pXw_(V*oz}QJK?f zlZ0|1IrI@eE%IZN@MI+}bSyNSOKNeFk;ipS;%R}(%#xW=wK_X*`E1UfGNKm!XEW$1 zbGnQT=$7N^bgR`ZUlIiVL>SwkZeiw37U1cu?muT@pVK!Fr)Mq&J^0h=CsB|vvKMxJ zg7(j1W!Li3?5D5LXvNB|{Y+N&!PJW?mlEr{WT*2YIQGHr3zf4nAB*IAgZGKI_=yfj zIL0az$y8QPqoPkZiW;gHspvqOg=cM-3!%!UF5B#P}N@tRZ!)05;vD zujD+mV(AZ=14i&K`>}$Yr&sWzxXw9AIY9$r^6hbu=}Yr0#iLHWWb&vt z@Ucf~cTS&b$AqS3Rb;Yf|HOs<_Xoajn+%nGpkhHOY>S>3>p8 z#$@EUV=Gg7W8|GI@!BwQ$IvTTY%kodE{{i!f2>{%WcQ^uZASnJ`Q4%Rv-S(xjz{hK zvG~cMSmyNbFoZCQe7RshtL=D<2&Qa;$KM|+hB%RikHc^1U8riWA&zlZf00|Y9eDvv zH|$*msbPPxInWnAO?xuu!35qAyoa$O96jc^FXni|1NDFx<16O{RZfoata0iq#W=D_ zo!^nfE1*%dlI0btDhFvWrTeOWaCxpVLgm4n5uW1ImpSx>oDX}|gR5b^>{U-osg!MF zNrcllYz?yXDIR@>EAph<7S7UVn2ss>!MDyU%6I@c>hx5Vrz%u^=cqA^$Mhd~k|X;w zY>j@~g{Km4V4XAkchZI(#uZ~_LYIK#??%IH#jD=T?5~TrPyl2I<;1Ev_lCM#o8FA| zC+_qy)3e>rA-I7NS5*6D!WJiv3;e0%7yBz$=i4}*W)HN~1fq*}c<}3Rb@HQu3D|6W zr$>seYyXK`17dz13-oQH}ZYtUGZd6uK*VeJgij!l4)YlA}OznNnJmy%`}= zcVjAa6>(VtUE$M#b&l}K?LR^*pZq5kWi@#pq%d6f>yJ5-ccG_u`NCtC1)rT}Gyc8y zV?h?3H!-Rzie4_2#2jxsX*Cl5i>keX!LcvM7kxs9zP1C8S9V>c@3-nT@dZ`8qh+WRBL7;3 zNevOi(A091Wjae0NV*o3!x;h+$brqV+_QssrvtZ3OMtS|`~+ZsL< zSn!D>{9erQiIi+NVsk!mvWhoqHoy^?9E8)+=?bitvW|}>71v(5CjT9GPD2%%73B}; zOSw%P89m6qzUgmHhT8<0e(33m^l}OQ=HAvDTO2+qQrq-%e(^7dKRInvjC;Dgm*)?e ztsE!fl5r}I~9j5%iDQ)8csi%YHI+Kl`?V(Qm(;ZBH*K{;@L^Rda_*{H#02db2cN4-R4C5yZU)t%_VR=cb>0KjD;KJ zIlG%_<_*0~KdhY3wf8)Tqt14=`}S8)4ZKl(t8PdsXkPY^*B~#>^T?6NZl;zltUW(L z9^ESb^7O8vJzf!Nor$r)wl&ZmZbY@xJe~;%DZ`Qc-PS?>7=G+n=Nr$SRjk>64idRZ zg%fj^8z22$W_^b~L*^e@Q^*|T(Z}j{J7Kc=#bkDs@eP%cP+Y>zl|O1nYNf~ci=X?*LL^HqVNq!&sCjgA>g5^i&i#Ki& zIj!GIl}3^ILT{=xMw+((nj6i=yUhW$d2s--XWsmv@$xSO=Wf|;uQb{*>=Ilz z!<&Akup>dKIa+RSL;RCHkNspr&NBkPl?lj=S00Z~d#(Ww?RJBlYBZ|&$?#}gl^Ktk zB?9aXddC0SGQf8b(%WNnD-6jzwgml@ReKAMf8EUdxLM{$=H*J`6r@G*+O|E~wnN%B znWKZK&P*-FEmg+h3j%mP)#P!e_KewkwF^$tZP1Nfoh z|2h)Z9s&&;JJ1PGm)ajf8mz0AlHTy2>!+X!W4DBw$+fP=)cVnNV-3Fdj2+qa!}mA!C1Tc1W}RVudl)%JBvT=+QfICfsvP zv_{-|9>n|<6TA-F+L4uF!@zktv(o;_AtMiD=65!~8N)vCng@P!D-F&tn0Vbski_{x z(Un;^t*A0?hS#cPbciFI3aRaMgWgLgwej=RdZ)qJE5N0l+gd=PRKDo@=6neTd0VHLA4VM{co&!_|d&{|Ms{1u;g z^tdjB_aBwUCyFQ?YKoEeLFa=hhLHh(!8?^m7P98|q)Jjje7Sr2=SNPO=zHfIb_8!FyVsWZ;A8Xr$w)B&OsHW%uAR%7)KPV>BhIxb|lN9H+D5DxIg zpyUzhzbIbsGw1jF{ePBX&|1op!aFRb@OE3T|XSzWyBg zz7nl&6s*p_3wtEiYt*O&D@2UkfxQF1D1D-|T5rA-yr8ktge=gz>N4zG-LA+28c=E6 zV*%V!Y20q!eg^A&?|GATn$vQj-fdJvPO_qxb4`FKHYcJecG$({NtE0ZbM|8RnlF3X zHgDJ3Z=;Wzz+iG2tw|F@oq9J(U1Ww#$&Ld3HfR#S6$eXR554)%F-tiot@CKHGw`#- zFDR_P$xFAU6PxLhi>&Lzkw)=NKquxGwVCD!a*B|sCam=!Fr_E(cCU4*Zk8Uun9P-R zio4S4#{W=bRDcr)k4^zkPUcU5`m7WM3R$ujExfAGC@|+(1?zNRjZSy#dD|0T=T@lL z%th+LO5=Tn0oY2+Le_l~LdL>k`X5ZW2p{J27j9Ksi}FR&?k z)aow6cVvGpP=XqbLRHqS)MlbZ^{7_?0%Aw zL)q3LE9|d@ zTZ_q~i2w&!a-^{o<(mRZ2Azw)LL;t%2CB{w2M!9fx`!zJXF^@EO+s+`JAvI81W8GO zHZ3v-rdhX3s}ti0Gd^<^QPi_Zeiv+Vm=~vcAwZ*J1Cz1C7CxMi^SE05b(w0|F_nD= z5x8=D3KY;|q*g`cViNB9n-Dsto?`WbaYSmvMFmeUVx&oNQs{{}N6>wU==qQ0<&Sakl8k~sXOsBuT^O$An zXVT9R==yoGYr{|fJN+$r7h%Lie-k}rbSki<@v(kC(6@W7AVYho0Yut~|1p5rDN zc@*B@*dz>M6FOUd^VKi*t8NRIM+H!=F3xOWp+rD@O?ZZB>goCvLVA@*lt#$4{gp8v zWbn~$Ci+Z#EErtbKzv|tkmj+>13`rpvwzAulJ8V>43r^Pw@JFK+{qe+6GZrYprZxYXH;NRmL2{N0*4e{y=R!U-1zpN`nJ9RJ~gdR zol|xiKgB!+B9+1Ir7*n@?(LGE;Oexl0HmlR&y>Fcx3j9r4HFD?_^NM+o1p2o*T~9o zIblFH+oZA>%pTT9JoB?e3mo8@U9|@sI?DC8=EF2SRTx6cE;{dUv^`Y?dQ^_(n7Q1^ zVwGM$Lk;On=HPPDx z`&7@OE)kKd-5Q1+ux4;_Uf7-NA~=mr356Dpw!_#)(8>B6%ZH?{%te{XJh|+*b7$L@ zJvKfH7z~KBH}G zV^LrhD8vx`GD15C3nR3Ia!b{RS~%#-l`7wo5QIFL@=>#2b(sJt?MJ6=S%}cc9sow3i#}6mX7YJWYSdE2e+U z{LRzdn{j$sA@N(5nG%mIiU*145P~C19peV5H1>6PJ8dw}n9F)z;x9uRxS|tVn*4N^ zLCM;-^Qz0Lj0I*US=WXx(|bjH5>JN9hlr?GY5X5fXRx;Qr|J)^Ie}TuTk={yJZFBW zC||}bU^5n-E1*GWa#3gZGRJ<#dUk0pOuZp74gNAkx5+6#d1$@0*g0KX1`*aXFn zn8vEXYw`Q^n2z-RJ#-JJjf%wK~F@mq!XxRUSdDqpFa+j(XYEv5NOA6oIv z=29Oeh0BwV0!Oo2_c$(r<0`X=QnQH5DB_kh6jw>!FD7r+PXw2(;^jQ!8gqU`z|Ys; z*Uv2b0&k6niQ5}vFS88!1mAoQm~+O@egk=&BXW*9IOa?`kVWnDmW?Kd9OH7TPa<QRTW!=bvppbc2TpWzancBxU|T9`IzuM=0IkwtSD#q61a+uPUfwM z8ThWzZA$}gU8R-kj~Z*=Q{xXP`xBY^I|2&Il7l)3+Lyq7=KeH2Za_1J*d=z)`iE{MaRxIX~V*k z2u+F$2`6Nh6ou)sUn$w^9!a9~ak3C%j$!>{P7o#0$6VWm@FzXys4k4&;|v_DDJZ(2 zza9T%Y~ZZ-t+gI|kN%j;{-`@=9&YMb63J9A19}iH1S?`IG0)TAX}G1)r?^_Cm~3W> zQUna#0fU_Yim-l<%-Tw;c*{U=Zivou2KLolS9D(AgMCt9zxV9gtLTxu%K6fL`Nppd z={`?CP=h*A%7^9Gr`F$!pPX4%Gw*U#mk?Z|X!ok3K;PPN>;qpITP3Q@T%!hg942dD z&wqE${ezlIYZd;i{ZpJ+z}c8!%LW&HD@6zP*W6UJTYpP1c-Z^N+G`;WPdOHsHY3ob z$cR|P_WND-``tO~2UW6|UhSu^dB$>c*=(Vd3C6MgFG##1KH41BSIQCIt2WoZ#E|`0 zdB6QFe#D!&hgbul5u3j!Up9#cQhDi&Cq@#GfcLt3FYZjubel8J&FBE7q^8uk=hS{_ zYTS0~`kQPsw$d8wT5DbZU|kLC8obO*7qXrwTF<{!`~3Z_Q~pX+L?)5KduQDVJ6K4b z=xtrxM{jS7Pj$!SwP&zEY8KIw$_9mF@&(nR?;+X*g>f9<#^fu&63TZxED`umzyn{}KHM@X=u9JE9JdtBY|) z5Xz18X2n+7!dF^&47m)vPN$MXjQ|$)%Jxk)BaP;@>V`tX?<$M|>(JyCTiKCZsK6Ql zSnT(I)G}1Skbf;hrH9mA8r(VAs`<(1)0KM6MAB9LRc2cEXDj((qn^c@+AmCm>4O0j zks9Y3WFrtcU5pY^R28!SC#Osm3!_K{h$T|U1j=Xex!^Ps8zq2Rag!=FHExkb`wOkB z(Dc@=^MbdDfWyq{s=jhVLhd8kw(I4pKCDjS8zkGd@E(d8I9`BQo$G$I6D_s=$9>D|>c<&eg-SW;z3Vs^uVWq@gg-U2XUq?z>;gXFpsG zH#sC zd$rc1F3X3-77f7}T6ko#MeGagk*31Hhc(xNBBw0cSnmj9FkbnKa@2lQ3O{NUPx_sC z{&V-q?yWiA%l$_XZ~I{x9>HFx*WW0JB$-bI+ z)mg(>w(P_I^3?0{L&M>U9wM^|i*GCpv{ol%RY6%|LBK`P|L4IcDw_HR)oRXx3S=f1 zz`aVQpR%AIkY%C)c;StH-Lw|ygMh})g zm^=)}lNBHnOXf)<`Z#-N&in4)(4vy}K48JeOLi1g)oMJe$x3wE`2-Y>ReEB1zfX?D zA4{OUWva3hS#@RfGKssLWX+Fh!ey*-1nx=eo$J0Bn?Zaox9m^s@Cb{tzTqQIre}EZ z-Y4z0Xr(*m`hiextdg_WF}7#K=RPYlN%5Bh93`IM(~la}wWNK*o&1%BzV!U@mI84y z@?RmDlxmf$^KIMPMASuPWjuzWga+Uy7$>hvqa!BMh4wDCQc&S(--!WRBy}^MZRKXI zZy_o)77FTih&pbm)j!3vpqr6J=^o=*V#RU~Kc@^a&o1p2*C->rtmIlhXB$NOSY zv5I?;=v)WpDBnrS5G877;1IwSuYH7F0j7dwq|A-YhN56i1ee-!iX3$fp^=DD3viT- zzqqwzRPmYG{}w+#^qLh>**Q`peUsFN!Fc@#Ew&+~GEd@DzraQPp|LxHyiVqt{Ej`5 zmTB-^W*D2i*IN;?&>NCi9CkSs0|E6@Hk-v}m#C>lS`Hg9POVq3Sr|=LEQ`zn;jYlp z$U2uj+<|GO>|LkjmkMW~aotY@JeVT`63usu?FFhe;%!XCwl8rjU|Jw0R>JxKeF0!k zVhgYSWq}jqaIqz}Q!tvY1R4!76_9jPjd$w@Bv-j-KXK;m30aF{0!-NN)K;K2CNebi zzQ{Xc5o5Bq=aUgL@W$vgxAw=fh&$3XHqaP)1Q;;V#i8RgW%(R=(3fkcUOC5L+aYcU$BAY}2Llok%+<{Q)pPcK_J;g`txcI-a}}Cx`Ek zjrR>@4HY?@iY@fST;C7u(Sz=qJbcW+5B9?kq>|O$Me*3YWc<{S*rM+{;8K^pCfF-F z)BdfGS+)o}hPM7~tr|YYn@`wn$rnWMOv{6e<_)L+AT0~9ffOxa@Egb8gi;3iK6sG? z@(+}FqIJFwZaY7G`#I$dJt}YWdD|ul;(DF$d2X~FIkkP)Yfs-thvIDq0|D3Fvu#_g zWd2=N`J5w>?keG8vvNkC_5Fn>Fy|)q^W5T3LEh-YKvD@rQwsHq!G1oS=A?25>5fYR zT6zJ_!J_~ykH4Y8JU+|ghMm$(HHIS3s5j2!wshUGDfSHD^N7305m}I{69BPti<%^>f zynHm+W3$_8&u6c`6K`niJ0lmgC;u9AZHt9ww&Lk>2TA{W$89!>l99 zbvP{Bkg7?ebM!O2D0iRvrC zZM>PezZh+YEE)M0`Y<*di6U~|sXhHOvRWxYO)O~V;O_IhqZOrW3W(E|GHpj-4Z zy}Ar!m(tua#0^d=MH+@Evi9hDOKeVM2HV@D9&JZ=xv+luJZN{t^*H8<9QcsnvPs9%t*}4TZ=yvdYaR!Y>t)@>y%-GC z9|hP*-(8_x?K@5C_93lqBnXQ1J#0ECiJ2Zyz>_1J;UEmFFJf0)v;RtlG-3VD_t*cI zwReG!s=5~cXOaOXGIAy|%79UZ8rwvv&1kBLM2(PysGx&DLMp6@MKpO&B=J#FuoJj)p-v96Ze?LAS za?b3tA8W6@*4k^Yz4qGj%kI6yDIQ5FmyjT848aL|tZrjq!;J;p@Qlq+>09yVRZ*6V zPb(fk4QA7wo9z)6(8U}P@g+jS&ngaJwe}Ui{&o*%?*F~n-JG-Yg`(K4jI{8JHJ>v2 z>D#o%J1$~KU-~?00->;ZKkjuJa>&EFSqg0~cj_=FZ0((NY=ErG$NCFC=pnwlYb3gzjDD^7GlKzzxAa7sJ0XXan12Go{ip3)9J6>EvFNcZ+g zxIX&&J-R`80U^`;7Et1TNrh%{fTN*eUZr2W&S7{OB^DL$Go&S{b-7m(9GYyj$(sRi z2p~eqq;0%&OnFAon#e@WAWU#+jk||1!plp5MG`L2o;gVZ)lY~An!4a4AbdfPM8kWb zhL5$EH?L)<-c=~7)&%!XXCU;RFKa)MmFPj=Uu3-KuP0$o1qgZZtD5c%p-e1P+C?1z z?J%R@$?)VS?8eOF>_G|BUjdw`KL>b7{Iy%%Wz)3A8jL!K?Xrb%53k(wY721Ew2hOv zfVC)^3U85l=E76VGt3(>wjKWdCnRXAtK6cbd@0xEy75-jubVhMqtwDw&W*CcBpU!C z*j5Jy8p+1jV_dO<&v)-6LAYb+w!h3rpz5b`Xhfo^xwI!;R7ek3N z#L;}z4y`d?*nY|lX_V9wL!vtr;}t&VcP=*@om!)dthjw8#>?`${yn&FiJ8dzvHL*k zE%e0v{%uREwBxekbgiX_;F6lQ{4fI*?mjdi^e_X_f@-R0drE`ljbW2`7)Jd3b>eIV422TnYTM5S^ zb*WmGZjlH zLF7&z%t5fh%Dx0<$t>$54h%5SX-#+09}oMdVYz*qJh1K=_?h z-+IKxjDr@~! z2{&^IGvYoIYGhICh@??;?GS_yoRJXkJS%tzihn4N=WTHZrMufWN>N#@Fl#0dFBH1WhuT0qlS$$ zEKtJth5yL5!}gia3eF(dIFk|`y6YH9*RuOz@ESB;C8Y|G#%%VSGB>514%{)|CAQg7wl0?P=$;c?n>5)7& z-8R_Q;p(*+}PO4-9x4e!zUn6DT5SpjLw zmxDvngYo-)$?*t2kX@!wZ$`-l9+%4^m*=uO7zv?It?>#XAW4}_&Z`!>UHb-$|3z;4O>`c;x`qR6|LTCzbjh(vi&~I0J(*{1FShp(i~OHmL8?kyjo&1YD6Yk zDZVJZTI2il7k!uRsuyPC?LthBCPuBh=k%{lG!z7vP_g`TWEjeWEE!k~^fuciN#4Y* zBQc^R0=m&zx_kZ*Fyrr`8u{3b_@J_#KHO z^5zcz;!8hM-e`&6Gu1$p939gd-xj*F#fGgEifSvObS?j7c?FT=TZ<@xghQ7C^?{S( zP1H-JenwiT(E19Wo%IOIx#{`kg{Q55WAIr2GU6T?OhJ4|cye?;VopSsTc1Nzdk1dw z*@yUs{{1x1epvkrO#nxM^)PSbQEC_&5s`7wEe-O`?dlvb7KkQ z2o(x}HXWe^f?YgsE2Iqe?&~lKIf8zHCv_$3s1EnqA|St-#xu1EOp@OjzYK?3tI!J= zKbbQQp(S>Hu?+B}x_w(@=FpzlLMi}81SvVr3RP(~b3jW9Vd?OOBYv(x{uSD6X4o=2 zgR2>|L?A!GBpkefiPm~n8ea{hs!Pn;^flbgysfAWSKv^%l-p z8Tzv)o%^U&(jil@}+}gHk#k+|DJNW@jGE!pi zS;@m%z$b-wU96lkVAdpF$gQ-W>C9qn`Wfo@1$02F5NM`f);`u2cz6RWcs_TbTzvjQ zxp6Pq>@|VWsxAMOn5sI$&4&hb$pTGQ1xZJV*FW?dn;kt~Y4BI7C4sHFx0tw_^eqVn zox3D>rFTj2cJGp4vno!x#7hGux3QV4ytD?E#K&#{3%{j9V(WJFWLBTRS+_#&dt*Vc zsTt^Yon}m$USE>3OvEF-FQJUf`iLKjGp0M7fr5E4Ol=*am0lcq2{6qF_1C)jX3H+d z(W)nE0=yOE6r`MVDOOb%$bg~AuLpKl;px&{==0A!fQ#l@l>dymp|A(|M5!-qan`xk zWy~?!@<_iK#Nm>E%tqeXgmm5@7Iu;@qiPL?@l+6KMYO=8R*=@KDR9P`5cyj|ycl~AbPHgQ}`#=^~3 z5CQ=HB6h8sUSQs`-XwEhx3tEO$>(&UQTEqhD8QDuPoVaXDum%1W{nDI`2x2uu$o7Km3!W z6S9jF3G^FB>j*3?%g*zL?LpQj*6$hfaJRLHp$T`3W%3zWKMU9iPea0UD`kqU{UouM zt3CaWEr?~{`{9hfN?(%Y3YpgT$<)93>zJ2lqD@Ah+C)ns0HpNL?n}Qui@vQjeF=E= zg#p=kEYK=3)B(gCYdEQt=%OGB5lQ{$5c4&RePCA@hfKnA4ugHqQmy}<@iNX@;x%hP zvNvI7$xv6XlE}8-3cs=SBzGf>w0Hk5uy-_sIQl_pEk{f_zttcLe){>&$ZPt_mmFWQ zXB~f+M(4Rq`MnVH#rgfR^IYpZUvi#vomenCoq9HBp6dH#B7?nO4Td6MBE)kF&wQTK zcoy)Sen9jMb`$sg^~XoL4s~|7yQ3qzIltZb9qA2|fJh^44VnXpFbAWJ7rh@tfG#CR+(l*=-N;^qTpL#R;hT zt8Lxw<6m{Pxf?&tMW|`-;EqLEKQ{7Z@x+flSt- z=8!+JN*4c}b29b!zra7o*fZJKroTUdt_Bl`tpv#AU3NAEQe}ep@^?^J#$o7RH~>TS zUB}|%ygU;Pd@ekO8DyNdeqi^w0iNh%=#^@@%BneniWSVtRL5B1u~L54a4afsuMlZm ze{~`{z-4@dFpEL z-eGc_mlEmJ6QY@q^Jen5otr=Qp7j8^R@5>j-0HLYta{U$>CNJ3rYBcQPhum_t#AJM z^|3C$27j1dxbG%|{-HbeK|d(#hiAYkKDYRi_rys=)<+KXe{}S31(`&Jz!_%-8n;%_ zsk~Me=Gnr)V{T>NM{f_vA$i<%?z66UmN*nyth|TtG{z3C$%i^2HDv;n;m;UQJY=ZYHpKmwcFuEfS1xI zH^~eVy;y3vTB?#-QfqChI=QJFnuu!hG1U9<$CAZJroJcVIe>`kr`|6^2>wHBY#_U~ zCK9M)e|aiC3C7po(3>^3Y|Jg4gbQn@4u7KZ-DKsvWRw}%c8y{E{?p}(fQl2vTnUq* zp4SjjLOt=Xzmf3(WeBdJsQE`eou4MFR5o|*%FSdR6XVo(g?%7?uju}2Gu@M@d>ghh zZ@FAdgY|xG&D6K+jL89GoZqSdsoI*!fz%1L-kWM{sx|i37~5goyryo1N)e}?wdECv zgVOEVGimB9JZ{|KWf8gzPha7x(#=}pJxOoDawwVq#t%_cB-k^~9{A~y`iuzs6-`^} zFBfl^|6~Z{lN5;JwBhM)=SmWZ(koiWH9S=svy3bZUnu8hUs>-@_F^s?%BL$`*!^x2 zcNr`hUQ^c&1Bkh<0=;eBBif3&ks z|Cc;hbQeJ*KCr#lTN9qUOFLq(!uA}}6D`MOK0~?G?;Mg}C*+7mvAmF{RH8MGn`RMgTlvanU|i(38(WC;qF4DVB|iGzM0W`0ACH$fD-q^2js>Hq#{fqmUF^&rj?PmXht`9#h z{3!J&o4=&bgp^CuKl)a;!jj9P$$hl|zk}RXkQzldn(USOG8MhVr*k@PT|mCN6?_j# z(PyRTA?gxfI6=urMbFkE(ik!FxU8S@ex5(I!_4JG6@X%w{TtbskY%#=GdC6-!0VHN zD}truqJq&p#pp;V-%4l5P8|Yjz`c=G@nC(T%JrBe7 z>qnn}-7SUg@FpICER6Zg4`SlGkMQGqd%2ReFCjNk2*&v!eAim}V=0#syXt-B>x`I` zxvF0o{8w#x#r!zhsO)6wFs2@4cdYVV)}mXq+gjpxcoK7mb#L-V2iug}w4cERLZ-)w z9eVTSBFWObl_aakA8Ax}>0j?U*4@$&&5g$nLjKD}z=I8MEivx!#A$%qlg3UtH2X#2 z*UB#A-cHWFbtLX|1Dx1$MKWC=Jpo@lT*kzA&APAQRNGv%Y~X*9$NcgP6oHBF+I1Vd zqh+NNyYStt?CdUwd-Lk_g>Wxt3$Cv0damW@XNt6wQWJ}L>RHchze=l9!r8QRBIN|HG_|&e# z({8-aaAJo>>u*=wfN)VHOLz#}*_Lqx)+L(S7ZF(E75F-|ULSJkImAcvU0H_oXJjgT zp&>dcvB2Fi=!>PXuK41v`7%EvrZx^lX8oB0rDtOw^($0=X+QcuzrM^&A^PMfRqNHM z7s!81iKLT99VzGDW63SIFO(Z+qXymX7!*n^HCj6Yf9FR$ z)@9A%>8N*(e<*^Y)_AiTdkL4^AnFDrb}Cw)F#I(Jq$+8Qzv4L zqYxv7O-nd)d;t-(2|?fMpDwyYg%Upt=P?WX-$);++v5RW;v;SE1kmwj4OJ*w3-Xy%m$e2(4;%wU1czxQkO(ZH2dm6nGG5cj% z@%OP;{e;XsF-Nd-zL-6UkDnuE)m(P7)PEKAD-~LHunQy%l2j}=&&b#Iz9OIyEZAlU z>+fJ#f5_)fZMDfbgI^`DIU)kcOpjIs4pI2*#rIH%DD{gKO2g5X3kSJ(vK+8JFTBJ= znDMVfo*O$dT6Ug(=3!3VX#d)>9^VT5BDWyq*9HX{U-fB~t;kkxmaKd?8{5Ne+X#kQ z$z@ciT7IMQAil|!UL`oSrtyq``sT&Od18wr_PyJ|)x^%icH=bquZHZ$_>c70Pd%*t zYje&CB83XsXpN6iTz@Ns8*63PvWW*%mo2NtEU#10b9 z|K2V&o{qdeZDwPbEIo|8CJz%Ola9AOShqrHD`Y~Vzl8xfQRQxGUUD=etnpW=^uEf7 zr%~x4mUOaQ2_aS`y?I+cJgav!)8L1-n zcL&Z_sU&T+^3~X!nPBj%M%#7oQg?SKjJDykBGoSTc8?b=jo`{@>S7MCZs1kOT$;SM z%N~=)u+-O?_$pCw3zOtBdaTQ(yrN=ASYD?2;=C;OHoSY%7>^3lWf6%uZFKkY%OHU~U)|Do z(n}orL@3lPO{H%^;E#@T2Vi;#y9++;3Csd6V{c9pXDdpu{3{{d&#g1Kq99*4VG#PO z#&JIUOq8I^j(LyeW^D3J0T|Vu%J3ZVQd{nNQR~Pe*p^^m`BG`%J$hpv_EepNO z>WPU(%cv|T8T%zMzWvkN{^_d;0S|**e;eAN-C%2d$d;%TrKm}bav-o zPxvIvlTW*=W$D{$T089?{(2(nA82&0ml+gQp_7r6>66HmT>eNc8$@C&dR(h!WSL?a zNPG6>80oIqd)lkw3XxaJ8C7lh_l4Dffw+I7^&t$kruEceFE6IDWW*;&t=EjBwm#pE z;U3U48J4`~bf=s04O(L@*=_lG)L!>IOMdGfQkPEjForIxObF^xm$s_a?PlBM+udN4 z_{VGUGL!v7->##K0iAE+w`(mU<@etapknS0o8?#y=aaO`;#D z5dvndDa2p-P_8w7o>zvZ2sD|6VqAu}j-m)o-Y*{_5_^0a*mA!jQ$#DS4AA z^a;B==ZvS&Gu8$Fg8bBN+M3F|x~Aqj2HdD^$&C95}^a!D^K0*y1r1xAC zy-)8M9o$e&ST-HOy(nHIjQTJSj(aPLu>svFo}hm&Cf%v#E`MpKg4h2n0bj%@1u+Zot6cq;z)3eu|t0PI!L~T zZ>5QaN?Lva2r|%F&&iUK1HI%+B{yV2Vb&ZmpSL#rP2845eep*-QX3S%WX>}#avaXg zGtU#@e#_ET`740hH3L4CmDvO#3Z9~;$a4xEP+p~R+jd`vvOSIT=~Ac;o9PT%s^Fv4 zLi$We=Q&5p^QoFoVx8x8mbNiF@sQj2NcQIvr0G3ZYE90DfE4E}M_U1=($(7P z$?gOI@*cpbbA4iL7vA_~_ayFjb3On*#vNCpM}kl)gZWf zFBDCW0i?5D0a-Kk_C+>1h}tFYPAT)t>`tibUE%G_DH8o?mY8y$7=bv8tBlTWqQ~qe z-hd@0pcVb{XL^+>cT~i&D}ld*qW4VUWtbc2V3C#F9C|_Ixgc^S-LYl- zfr7+b-+{7x@>iI-m_Tr7m9N$hDQ4>npIP>Hnm(s&47E5@b~@PxK$bxx zwmj15m`4$WP=;|twJ)y?r?1xmpe`lYo9ju5$?JUDVx7KQ8?*i~a2UVvCXQnPTrEv{ulZa(G*G@N8Om&-@LW z*47q2W%O4WsySNYlMcKhpfm7(&T04s+4Ww@2d$|VCOqUy%=KotWK2Im=TWWnuV4QA z&d+}UIi7)V>_6vUO_S%;e>DnuCjUj`2d7GiIuP};yCM{s@oZ)<=HBT{u>)dzJr}H@ z=Qoqjaxs(tH{=(KipkhXK)A-Zkc~Q@q&>NWcRn_4;G?o@P&1n|(M#nS7c>2`SHPj{ zB3D%HWC0#920E;8FVzsZ;&JMt0)PE}^ zE|yuC>>7hDj|p%IIufC2>o1VK%4_NnQ!~gh-D&AVq^1(`$IQq(klKA>XvT&kr&2{V zIw^BE{t7>*F=q_rvl>1W>nv^A6ApHaBhG*TTR>p5zAJUvlo&5cEcC3M%dCXWwBi`Z zj|l1yf*%1_EG^#=UqM8cl8yPmV!WKcQmWa80ZKoWrHspj*tBkR1hg{F*;1^4mK46E zR}MS$f*}q!aX(GYT$bg4(@#izliCyaXHhUq6{MISq%mPyuk)#4NfuK5Q{Y^GJ*mA} zc$X}H_>9twhNYpd%>65fbkf1qB^5@M(-1y zwPHYWIp9C1cL-6b87>3*Rehl2x+$CM#X2{#NG=ERhsh!1dJ4~a>k7uK;WfEvuv$7H z`w`YA$?zF%AHejcz1mmPbD6fS|DAkHYbrSmr!mbe^trV(>`(8@48k;`jREG4YOVRC|RJIkdon z8!C+tOfnbJR^=z!>TEgl^c=tR#d+>W=Qk|=1akP1e3i|cN||ZW7w=S2R#?A8@75RN z*Ybqy9kN!TW46~3IxR?8A4UQOO=-!q8k5`G=k+QE3ZV%5qplDN{;{v zk?iV>Ecr_H92>UdchFAwbto|0>;&0aR{8hOYMXWwm7mbO*IER!&&wh;vYP+z!HbSi zEvLRuOA_7$03LO%g)Y-6-TY*Qc!*v_J!?rwTi@ajKrb7pGFbQXQ^}XwaI=knyrgCJ zl2yqy%o-CIii%G2%BVQ4nV;v;)V)6M_B(LImgBSmY^PAHEK)=eRZB;BR`B$gatdE> zFOprZ6;sy+DWps`Wh@V;Q}q;9yAi6#!)QABr<w`6t`Vnxe7g1mcKi~N*ni;- zYu~2mV+j3eLKDhd{C7D#O*P_llb6bkPZbMdM;7NKju=y2j}`%neg1$*6^uGRgFFRN zX%UMF-ittNa$6+s8%thgNT-dNop z<);`WcsWJ~>1T-M@#qM%b-7%PmUNAx^Ah3BjwT^{?5js=8&#Bm)Eg>+&SI{(BEu|NKrr|Kc#s~dY{ zv`_9As?(oYXuP)gM9_b1`?v<6@0#CL8k7vl&Xd4gwoDQ-FHm*@2) z6v<18lW^k;-sqq@=I%0A1D5JyoWtyRN9)9)ZoTY?iOHpmP|cLOQKk%z-r2vdm-mv? zD+*s+D4?hD}Ch;9e>P5 z=Q+oDu5|Q_=bhinoM+T|u5!LV?flMn^pA4qcbW4nQO`__v&jG?7qa0G6}`0KMi(2* zgHjjqLR2u!ygLg!31oHbt4sWJjc4johsp;tV~L_-s%Y>^gfNfiJTr4?ss`pU-`Tn zB?~SMv19tTJ+7#_$&Wad!2EZ;g`4C(^FE*tffg$Z{}W?}{$6%;Sona%D{pD`UzbH2 zvgLCmcD!&Ou66U8F?u`kqUF2iPx80oPagZ>wI4o|=F;P_!>RA~MNjS*4|(bPD`hw< zxo);Zp(5f>+~uI+l%Qfu>Sq4mFR17jpS-0-;bWV^$L;R$K9vAIoD_wReg6$Uq&)Z_ zi^2!@$?Kedjm|JGU}sdW)8Z5_fDy%hqE~`77dGZM@LS?F&y_zjFeIHVXWl%wUA={AA=k#Q@p7zZ9PCVu(`gY=e71$`7P0{K3KGcR4 zEiL}*hJZQ2_kQqwgc;MPpFw*JXpc`5Mm*4mPU5Fae&0{z?}VRt?1$HW`1CdpLw4Bu z9Hrue)Sxgo5uBCXMityx#iNHF8F_e?yDCHBEv0+rhx_9@emPOuM#k%X0DlP;hY6T` zMo$i9Slnkz_slzz%Hqz2Y9AGHp-;I?6Wq|^&qp=}qE%jcvO3^BIHod;~2Yh26hZ_be zS`~(%S7F%ys{KFwA=Ca{s{M;;U#^ND^#7*y%=n;3(ER{i=N56|4XeIi*V}ePwS5T} zjH||gZo76`==7Ha5a5AvrPHz^s zXG$FHzWaj&pZ{E+gwnqCGipnGc5S`a6)1Tsqybp~nqM#=b^ZMd87MBDEGSc;m48NM z=TIB;DE+nLh0AG4IfIgyp6@qfL8;I4>OD|MDL1VS=Q0XWvvBwwGb^CN0BesAlLR)H z(RtFbi{)CQvpPN`?H-9LZl9VlV2|3_?wYCT`5tpF=RWoJ0M`Rb)bSC*I+AZEY!fjz z*hQ^Yei=Ku#|e4YQZAZbKH2=`=bi4MNkiVvaZSSOW*s$7M=yL;C|rI*;=k1&^Sbd4 zc~vOe;1qi6TKTF~_Nb?KSL5q(E~TsJY1|TPp#36Pb#(Ua9)oy;&Boqnmf`Jf^JjLO zHndvPok*2QnV$UZw{}mYpH0PlX}E)-Pg~*|`)ZZ6-5XK8zw`p%&V7F&r}1L+lK@Ea zONaxM2yta`ncqMg)Vb^rc}J{m*dg;@{gR;ndFD7L&w2Gr{8tIEer)Oc%~U0k)qCao zN)klAuW+6X>iPdE=Oz5nGh~(R{@O{#cJqgqOYgl#OAg!PKawwd2_P_LEF;UM4jYAL z>^S{K+ui2Xmq=z$X&c48!}qd~pFaoTFPAW~jQh({MKF-V*SNh^I9^zd>j6C=C1BqC z8*W)fTnp83@nCe^-RAe~5~(kUqxr0rv@Vyb3s^0LxFpyf&OUNS;UG)4(l|!iEB-gi zz@$C`g6?vt>oOIe+DGAtS(V@04kPM_&@4xUZtN4G4K{tXZWQ|3V3XFz-mM})KekD$ z=^k3ml*l@&HL;jV>tk7A#eAwke>&zhzb}UMzJ3t|i(C>qUF6mm zy7cT%NnX2>KiaqshS7X)iHs^1CgNrxBWfb)`N3MDa`UpE0R{S?K*7a@TGQY8Zfw<$ zHfU>}YoG>$*aNYfmY$XON54$_#F4#^JZzW0;vr3|G_^H{5PNr{H~Y=0^@Q6rL8WpG z(A#}=#)wz`2x#4H*;Jf?z7Dv zCH|&*jZ-oXlR;a+?2eet!TF zY`z0z4i02Fske0*oAgZ~Ixp*U4{_Lec;mMP5`o)V-p)oIgt8-IwD1;g1_o|>n>;mQ zejr8LRY-;PQa2@~jjW@|aEp^E&ia+Msk9!eDf^V19SZn@*3XFa9hm|taI5KBv^wLSR znxCEdV#>u9oa&nh zH`f_eS;D>P1#-^IH_7~+U6x8QnC5Jb1(Q|EIUK(8s6e0@eG+R5SAAgXlXB7diFs*b zm;P2ZsvPT*oAkF?H=V=3YPob>xTB>5y?>lLd`u8-MU+7i8zWp1x- z(YJmo9x7SfrMqIs)NBh3@jHpg8~vJ~(_SR}pHCu4rcgwJ_ve{6|3rv^p_6`UP5;gS z#jAX_s$O74L@3p8;zfOJyp^BC#n4ZCw8!NTJrjtZFr84K&$)l8Vq4-KjQgx6qlArg z;P+qWW@Ex$?i?>XEo%wjpI0Cm?Dd^zooaENy?$F~uiw`B^rVN|;t$hBnTM=LXi}`y znYDum5Ig?6bAgFENQh(oVsGsvvvHW>Focqt&Sh?7=zP(KjNQ)MxUX+++)PDA@@`Yp zq>!gHX>^K$^+!pDzkt^#H{ibbm?A|HqjEOVNFrNB-zF|Ur`8hYsfr6-vm}TDwL5#vYE}??Ka5Q{R=^npxA9 z{^O_M*qP!s$rR`Lwv3HeVJk0Hs-{|!KUk=eQB^)~biC3)p{X_L1;NQ?{*UcJAv#fX zM2-0um5*C;Hz*u-LIp|$>PvjC`il7dUcJp1{vhRB!Hvy&TX4+7zQxzX$MsOyA2CDb70h3NM2JVEH+OMf zwk;$;PmN4A`RI}o3hY=`_`oFdX1j9he+kbYu%`1+17pb{(f$%r-T%;EzrGh^g-xA{P6eh8P{CHy^`yJ@H7k{mm^hRg1->>hob&tv?HH-3lgA9z3I4bAo zq@arHSD>vvknoJbFJ2&zDVV&fdm<7gc$MCkt-mAFun!fBM=(*m3rmwRumSNdi1o!T z5}kT<#Jrs1D3L+BMIQp}ezj46i5GA6=;iSt?o)jA>aBim7B`Ork7OnX3lm@V&3fB0 zM0U_vw1*PJLH6ts8LNoT-(CJSbUjaOm~hArc!@!fK3Li4ZH#APk_Si#sjfB39t~Po zk@UJw|8|y(;4l=3-|D@I#Vy+tP5g?OKeEvwB@!f{^U;$;*&aQ~O+?JKMG=+}XdT=; z&7DZ^vk9QLOZ`m~$xU~Q%wR$xG+rG-rwsW=?b`S!I8tPBh&C(8#xaQzF0HXNQ=;xi z_7JqToE|BN!Im1{oU@ZdssaH-$A$6f8>qa@{0-Y=G{{xl($u}`7h$!*h}gx%u;Yu? zTfdS~SN1Rnn;sUnX^;O>($?ITl?Zq@{#rx?n+W*xkjfwo&YtKmJ*7P^M{FbJ_c`5- zr05;)dq`EZ&oD>}M#W)u&7QXAt}F_ouF1Xh6q5C!I@VONFAyKk{_#G4d_4MyahhUk zYGnVMjY5V;v(K@1RygGYmrE87fW(do z;jx4DAT8%%z;%?dm9+GKys~G`FPg-?=YM=w#I5MjP1izPzV?dLTQii5&=b6V*LN=tS|%>$u;auO0Rs+>2qu>iREL) z2V=pw6P{y2e*TzSXG;II#(%|yX5&hT5dF8m3E?M_^wGwDmxqbY^{%pZqz);9P3=(x zncAVg+w>n-gqnIegCASpfK1maedA`OZ``NX`(5=lKol}KY%4;y-W&cv@Wl!EKE4hOu7AQeJIZrS*b4Hk6f2yvmRGMu=xuaSCYO_NEV_EX0&LVO_)ID0|hmav}BE z?PEc-+jo}n5yl_+z4mAHi~Y;xss!2iN@c3Yx2**m^d1&bejOL`?9B)I@kdUBqn zN?Nj`-90YP9m}6pgb1H%cJyYvW7cgd<)z+~()j)U$>wVhD+Gx&>wwyf4vf7RWD+V_ zSTJN1p;RC`@(njTo4*v2eAu`45}tAvTKc(KaE2X({vI;PpY&1IR=ZzWl z^IN^x{esc)Y6JOe<+jq$WOLODA$-5Gybh}|C)#auZ@1DvdzA8t%KPen2;^e&IY8`> zY1$g41SaB2Lu{Gf!8qh4zAqIoEgPYftlQoD2TT{u?;a1^W(dV`#@^KBz4XE?t+x$D zA|^(UjOUHS3;sa#3LPiS*k4ijUC|@jnuoJWO>O+9)EfgTsE3tvD#v)U@TeGNK4r|) z){AP|PpKYnRE)LQB@djRn4lPe5=J~?-v3R9*f^oyfm$Mq zn&R%tJaOmt#;#UG3%ZKUA#)r8r)W{MMA2@U1K7skWUKD>(42D6>a4eqQOW4FK>$pZiG4%#aL*?~YzX4e`&VS0A;DyfX zNrG#g)f!Kbq^39@lubMQn;~6;R{sZhrOB7|7Mq-w_FOXKqmDSN-YJy%AT_{y%ccg-O7jsuw*vy z150M?VpvUEv&=SZZm~~eRkmnrj7Ut&SVpwI8&E zT9&D8`4+>1FpFfQyrK*TMPB5Y|4MniJ!o{?^mEuKR;EK0MEJjLzB_uZK)@H=X{gRH5qD2kSr%)h8Uc-Tm44=UNS@%L0q|2(CY0d09+U(GVs z-rijhyK13j1s(LzbPSJ{sb&QSR&;irI;<{!1Cu8;%wYndFUw1+^P2!=lB6|$g4oyA zXmtjod>6D)ofX&MsXG1CNbSkJ>f@I6!a>^4w?ZUPmDNJ(df_LMH2u%~Vohr>r$8#! zDt;oqImA@WofckIHP@-%;))%P-}R~Z zD6kaVoZ6+f6Z`Gisr^}eP^5mQi7B%^v(`cwcbidFlVULOVwxRP!mP%e-j^;@=j>rh zmerUQed#}v^dYlep`IFZbYHsodd<$6^_of#^rcJpXM1PuQR$!7IgA~BZ1$j8M^u{G zn>KIufLZUUv^VTD_(B}7T*h&@pl%(DOxM~M$dI~Qc`C1+EALh7WE*VlLV3S&-7tA? zkoRlW$zjH|%jErY>vH6Mg}h&~PNvcF^#n+7O8Ox z5C`RnI|R`zpciq1ORG5U?tpS;$mzwuQA=qpqu~66sy=Y{ul5+pZ}xHoq$Sv3x$-G z1x0RCkB^6HN_T3{g!qwoI6%u11^u|6XsWQk=JyIE`6_82v8(1W zSj-zfz^IGm#GksXS07t05hm$k`ru!qj_XkdJiM(`zAkJZYxo?Sx>UsU~Wj|DtjXnJBX7~ z(Q1X8@jXk%E&6MG1>I@U?;DMA;@2{+IbF{t#Dhn?t@PFvtS$Vyw@4(j1eQKaXe& zq^Z`Xn!X1VktN50di1gRKJ&CH;~@Zuq;R=i)9bY5;o{#rJ?2!B661okm|uVYf$ATN z`M3vBRBjSDT}mX&ZF6>2Mv=LbD@y0Hb(c1(0(zBS0FuV7ub}hx^7B9M7jFL_Z%`?3 zHmwkm^3JT4Kr$I4UsP8rrzjYbq)3)EDC&W}Q(1?=VLlsokJd4zu@Z_`&0t0wjG}V! z1RN%9{$u;3#+-dvG!s}Nc02p^uU#gjDww@Se?O!Z3+E*DCiz7%LMc z=1T4mWiMw7Crxd0i0R2X&W4lUz9$r%nQbb^Kgf@w)?Gf`8ymcFm94HdM5oLSpmC0 zEsn|NLMO*~Q3qV<>&W1e1nHd8@f>{{{2Sa+}LrqMyrr5dyC zKJ`mhI4w*gHRMnWAoFqcLCAxBa27*9>dROmQ(i1@GQJ8%Tg04Z=ads7Gx!1(DOThu z`jiXXun*g?+6&}XGxqPkRHSu zLhS+eFV${@z3q7wd}!B&u4S5P!_qcM2hFX{MiN+hfp)^_)F7ix@q>&kqnZ;jud#;) zTSd-fbCmNV9eo612oL~E{2fv=!^*Wk9zoDW)nVXX~2&chP9iq$BZNs%uA$}H`F^HHhRx~dgL{++ zVB+*yk0B*8uG#9@kN&#o9f4ZZpwcrDaJ|mE%8eI?-p2f9a>-M?E#$e!HS&sAn)bQdjane=N)%v0+UlMeoffEiu!Y)%XrH;VXk5Dmtvbh0_iAyF8#v> zJ=wr;RI}rJFVfGuG~GZ2^LK5KM`0WBkH#KJRCp##u8Ejm`>G&LY=zZsIkr^oK3sU@ zCdn9k*?0>twQ6^srMlHc3-~H7_V@L8#rgU5o`v&Lag4smA#JnK zn7^4qn%qj&&Woz%IbNt*^g|z6#(VgzkswCVfF$@xxJ#_%LWOyf5|9+xjuU^Qd`ZcZ z6wyrzNEt0D`H~VMMVuguC1tdv6p&IvN|~e-OG*(b<)lq80snH=P`qyGviOU9~8X5+}AWjd;)as;8=@bGTF zc#IP*M+ZsfY*wp7xrNGoBzKqba=R%2KHdI454uLLd_)}UDc72c5DrkfnglZTJgO}= zI*}bE+Nz$5jQ#XvNVt{TPFL-_$T+L5Iy}VaU(o0uautv%v0Pw49$dG zanthfxd8u}>Coe*e7S#$j#Mc8{@x)-UIJhE<)z!zaU1io;f=XNE8d6# zW02#U=z|%&oObYX#sd@qg1M~v_;UKo_mjh~BPA^N{1izEV8PrW>EXS`e%?ptoB%ta zQ6J~*ma^mts`LVt?w9mzMi7VsxuY=_(QK6YB?F)xaXkX+$ZEVgxmW?b1mOSt`fwrotvxozhi;#h< zdI(DiRF~V7eB2{UcJ^{Lg2RQ9)ff&B@8U?N9Ec?tQ=})E>%hb)NwvdAZWlYGVieXim@>x6cSR{ zX$@}|>~v> zQwE^XV5cN^zvAcO+>gObiLqVr9o)R@B1Qvxk#Xp;IR#FFQ$(5+D5*0HPL~mdmbVQH zw*k4#MHLDsGP9M1MWT!bCk5bShhT~CLM070m6Sszje?VB+m{JWo^F3yaB@2LxI-!V zx%(U`Q>>&+NrszjDPtUgV?83pKfWADk?kGB!)L;WxzaAl7vUd?4O*Sk3T*^NwJH87 zH@1?Nr_zc>;pB&rk&(=mU1~Y6lkYwW)r${;NG4CN@SImkmwY8%${lHftUG;?qKzRU z@8BfCj!2qeVI>M*duY)uQHa0@LIP^TYSVMzjBg5eg$JwhvGNZe(D7w*g%n)l|@ zidNnb9d79JZ#-+$$~I%aLoH>w3is5VuP}o=>nDGY2;bP4X}i21UV5>Da}2z!a8T{w zr9$DQSf%Cl;-y02r3k!~xlaO`$UPe;0fmz?g_DZ^8BX9~_*7v=be_=)GlKDg@DVT* z7_}F?s9A`we(C3an8?4><52kjgpGUl*Q$XWF*Lm`rCQ%Hch#Y??10|c21sCU#Z zC`4u=FSrnSf_%#k9QvW)0;CP~9C}`G@$A8sf{Vt3s{|LPb2mG@Q=p`rP#()Bflj$>;hK9r2Uf$q73hm+z3{zq^Z_JhyiSU8e0%Uxj{~cu8M0GO?$ki@Y^76nb zX-VqZ&*vk2>Ez3_UbVX4imu;!PT~Z_7w5-gq4>lgD9A5lcDa;Dg4##Tb=s1~{9~X- zy>w+>c4l6hGcTf_syr(*FCrvVN&_z&WY2m21q2~={GMfNaiYZdZY+`J$A*4I2F~Wc z&VyI4D9m{T)a4^FM_gLdFTJwpS%>wO0N0_?hx#ep%Pz`PzH^mbUu-d9<}MoajBe)dA`@!#_5<}&n8MEefo z93u@upkAwvDzQyh=H;;N(3(!s1HmiwOA5hCuuk|xpOuU@mK!I9SV4Hcv!aYPiybMtxSLhiTwc_~e$V|ilwKnXM(hAX(pE81v( zf?DI7;^e7zp45I!Wr#SMEwa*$#wX_My9C2?Pl{5!kP)Nx0%;w@EdpUB!p|VD98Cy~ z-_2~vnpwtZpV4t?ERV7tP5(#=pzw0!yCaQ8xL4nsE`@+&`NPj@dZ~~UVvEq`(k3gO z!hKXZ_fq(WNu$_(iiv81S{+F+hbZsUc+TZH9ihFDnr8rpEc|9-G%4(KCz%_(`W_V_ zi_~&=8|38CsZX#Lv5iGR^Lm1hfO*a#&>5{s@Bn)J=C|x)k7D(0vD3;(m;XWYTJ?=G zxMlK9bzOEA?FCT)xO|puy~ghi6>bB6#`fVI+T-_=Rea$VhlcMWOA(-pX5iDt?dNAP z5!yka)PdB%%j#R35ehAJ+QVc;G;9WXktdudo!gA)dV^0(7)}gKw{Kvuapee>ZjMjP zqw>XGO}`rBsFL#rD}E7K`u5JEij15at}{yIT?DXHp1tbqzcu}kSBJO2xoQ`E;|&} zs#?E7A^JZJu&39|9;8112cI3*FnWk2ykqH^MG$P%FX2+Ik^-{IUz9(6lCXQw{DC^6 zpsKroud0!NIZ6$(?6Ea{0$vp83Hvl67PkwHHk%8Y_VH1FI=K^Edq=gl^o+cMNhxP%f|b40TKw>J4uhOe?Vwv$^j_c~7WAffn} ziQ1&M`&nt9f?;ECQ6@-D1;$=$n~j8!LIM?tnOP=ddY;#3;37n@33eyVmfN2FwZQ0~ z4B!w}zR?je|I$hmEWKzWe&Z(A_I9AKBlfFQrD9*uBcjcBH@H;d z@512|=Vy+nb+sE~K~1l1!1~EgZ44eoscd z?GxEJIwI2!VJD0;g*!0(cdAKjer;mxG)m;lM8@H5>0u3L2ziR=DKNhwvunH9^3b}3 zaQ+6~*(isrHGMzt?o$9E(^)rpys06aVG#dv!iewC54*T5;w|n#*$t297bfK}_xyXv zA3_3%MxK`#JKbp+r1%uU7SGPIXVUknou=)XH1>#UGz3Bdz&`(he(g$K;3*|Bz4Hrq z3_pxehbOc@>_7Rod$+Nl%}PFS)QRTF;+cP?-SiBnX~luXv$O4HV@|WO(tuT>75KeZ zo=vAp9j=XD=!k>?smo+AMO~Em>*|~tTN|5*b0c)z2LAl!-a+!qBZ`czSTtRV)~Kd$ zGc{WcywPS2BF*uyVJXW2&3JVXM^Nn#Xq$>k@rwIJa(5RJI~abwyM@^j=w@h@V(2K= zDz`EviBy`2eQ7#8H%n$ALVf>$kwAJNnABWYMDEc!Jw)^r(n3y93EHe|Duy!IxU^Kf zm81mGwYnLsJjXvYKGeN=C{rUqsF00v6$2&xrP8*9?}B!QAJg=|QWO}b;6S*JS3XTp zvJ#f_*OBCPc9ZVa$lLj!?%Ct74&;kGn4={81KaAsK zo{%WcYB95LK>`)(D9&g_wIyJ?Sn^G+G5?Gz1K|j@ZU6u|ufs{v#eEHn_{7f(!Li1Lh6X>qony5<#L(ug`O-frx$_ZtkwS!cW|T`_%bZ zX%Ba`{_Wk-*Is#VdxcE3=0}JBFIuyEN$@qbvyh?83{@V`dpxmkKvw=lwcmJqw)bw? zSDciN5XT6Ae{bv#z6IjG{3ooIE&eC0F}|i~?d`7ERkO3w7Y9Kj{5We-&F!vPs~F8$ z5qb0TCt^yhX6i^?fX0rTaBI)DiJODhj<>>kNFBeDkcenJauyXBfKD+B&k)rKyZM|a zD*=9wFRNCM@|gr_!aGFHJGt6}=Wz_EXesWl^oboMmh4+E zY5DMi(pJRs{EB|KNG~W7B3J(x1ZKS{_}D@%HfEkum?>gUMQ_hnkV;qsyteOcD;-}< z1e@;C@g?(8=he5MB%P^B^fSAv0!ATKaDL9>-kdvnb9SjlC5|q9oHB5^02_ET;I{w~ z7Hv=ntM_n@H%^)Oz_>>Zv7rK4sMG0*dcV;HhJ`e0(={Q7H11DUDZH{rcx`cNZ{-cZ6_iQ02h-CQrftY&L%xK&NKNh0*)hwv);$CM13dqTk>v zE_+4Q1qM5P)v|jaimRfEc(thGzIe4n;XvA#@CexC929c)Le2s+SIS7uEhqPJ9dmoI zpSuJ1xm{Z5cJ--0D`?C^O@ph;Vg($q8eE;vYNxtraCI>UO{#-~tMj;qrncBM{a_G_#S=hokE;AX92C})*0KK95q@H1k{N*S1y zV%k=>LS`4G^+~iQBakm1Mm>Yop4>FszX5qd9v?(rE)Ggn;%-p#MtH|On$0I7YswiGvVcc2XLd5esE8^AV#+@qc`JH9)YL795yG^+2jD6bN zQPN3qeHr2qK(eYF=w0{q!zlbM(M$CAXRupLw5+(7Q}@ymU^x&eC{^nU4h4~d5&#{@ z``|56@Bmc_5IW+bUkoeR6o(uXIr3EC7;nw4Cal#~=ag>90mr1sGEzW?5f#kC6K*I@Wj~x{r?&B4+YNRcXT_&mGfavlG?nrKkSE z#p?_1Pxv^@aEI))3nu%Ts9Uk#4OR+UYjMeXOO<9oqF2y@9J@-R_o#Gt;9-DSsWSzH?C!v%};zY|Cmmb2Fz&DIeRG8jKE>8fgDS z%kwnUdv8uu*DWcVlzx zUEImn()-EgrV^*?F;B<199JQMqq4N8|A3P|2aKnEUp^`f{2M7o+iW-IK)mLQOH?6l zqcsz%U3^=)jEgL@ZxXO;&HFOo;MglAJ6Pg)Q(u(%r^fuLjc#L{tY18{Z;F^-B1H&} z#*|Z13xPLzPBqlY;2P5Q4Yy zfV@R7=s>C|+4(~?0M=Z})tJAw zYiC*6@U`F>k%Y#r0qZ)xiALKie`SWL%qWm}La|0r-ciDLqP(!uMdH1P%GF&S^k|K8 zIyqiWB-dAW(IX;?A<{x3c3-o_t|FjiZ!n#O56Fp^1H8@7sx=2IXoZ-UeUmD*HC*$f z77O76YPp~_{gIrt=5M~NI>EL^#9U){0Z#kh)V&LMRMpitJ|{WA1P0Ea0|tx`b!;;d zH4#)sE{2c^s9Yw*B&Z0~Dvc>p3^RaN0+T3*(`l)#rT1#p)_%3s&-w-w#ati(R7gO% z7Qq{yVE_Y^TtJxbx7I#qE+Ij&|M&ZUZ=NSJXU^GY@3q%$uf6u#YtzQ<%9T{rMf%6T z<`TGzt>#F@ReAt`fEI`eypb(KTcIAzW3+<$O^}maE=wPQ4WGEbBYW#)o!g*f$ z0&W)SCD)4)3v1~(xQ)iL$yWc^@TF@HK_P}-Mw!TfUm&U#Ce}#oTl;OSrXq%#R$@34 z$z(hMY?O11K-Apst&l*h57730U}gD@C_rT48J0zKnUA`pR^510sRS%Q$L~fM=;-0q zUlQe@WUf)`OG*!;4_Tj2!TmcR9d+x z39ZK`$2$W}NJUoanvM|?nY?K}jcVaYp`|+P#=6CgW6Q*pMk&Nf@^0a0p*)ty^J3Ug>!<2HO zFEkIsUGfT-)XX9An$MrJ`O}Myg3#YnFgJo#6Ahbgj4VKc{Q(m>irTsliN9giVI3a! z9}F}|ofqlE98tL=!TKJ_=6E=l9vk7#bNZHCi#K}Y0Ht%3Yw?cql#T+e<1-|mgPu%` zd$I*j&^i)~toSAM%4Fr`eW^}3E=k(J3g}5X^#tF%3W9HT5r+rG>2k6M^}#=38mT8x zgeRfec=BKkES-&Jz4|{Hxug%ONUo!pp;dB+VFLy$oy+met1lFksA^sOgJQiIxCQZh zKpG=~ZIP?!n^N}_>)&PK+N-uL&Jm_qrL&UWFV@e9@VhZ&Tl%kD`j)c-_y0O<%2zni z2%K)*_-e|qzbchmabx9k^D#jtrSne|Tt`2`gJV5J{*rv`Y#`@#<s|pg>iQWxP}CNM)0GsXjln3%&8hb1ZrvF2psGT+k3hqE@VzFQ*<+mS?-Suq3=gh+<$Q5)M&B zrunn4Qc3&H&7VoWC58F~-t8)f7ivAhKV-4e2GH5CJmMLBytCr=3<*3|F)~&G=X3a?KV1G^T+vz&(xpCo4Kpknz9J|%4;vOn;m`_DzwD}#(uLgF-lDT4EhHhK zZJG!f5FG$NZg#1yv~Ox%4rEJ|@w}X!^)hR?q6ga4kK}XZbAK zf>%~d=u4-T)YIGRN^;cZ*45!*)mVp6ceQd_4<`+U2jaxc0|JF$!uHWxQi0ov0+xN0?0Q(MY+z90roZ3o8&1v8WM7zor5o%6M9g99FgM zom=qB_g!Umz5^K$F{!Ab`xT>m;&h=&JtK-|>+(Ky>;o37o62=eTL2e~AkL$s<&8o* zN#Dg%JIoGwNuS_|QJP~E0Pw5W89vMcA1&$F$U~DN4^1rH1Ezxh9LmNJ#Eb){5zJ)mDf)^y{!Pi@}K~aC#XR2+{fh^f|j%){q_Anm^m>8%W}W{=;{M9I4lF z6L6c6Z=6Ov8YO^t$2xvt!fc#+{50gCb;1mIDR<*>oc`7NrjCWfqytE#oz7U%tyDL>7gTjKp2R1*6_cOI>UwQ+_63vfmC@>}+HzWQT zR7r-Y3~mJYBue_YR|#qmNgacUN}!B0Ri zJ2UJ=%+H^=jCcZh`$#eIeEA%D6-MdxWapk3^zw~IPv*w;Brt|xi}UVnqR7gdpW9!V8degpgGAJbsW#3l(BdK!ia>!F47HO5;ed8%T_H zSCGIzF`){=!8we3RUF2C8DE8gu^xIB?rOJN)#D}lNo?69Mx;G~aYJ5gKMOq2SYSeu zj;Wd4S1jYfcvY5B_!}lTwV~eHc<^!dwzgwPR*Az5BcpJL^;2XD(yVd3eML@B=h@NM z`{x7~-B+x>tG{~{=`~8qo7bY{m=luyQy z#B4V~Vai^^cG|-J5t?q7*^8rt`5JLImb^4(0IZCT=YhjH=wEOa@&#uJ&=BZ}*p?g) zt3>V!1H5!|fi2sB?-~JLJ(elBKmP9kA~>M+?_Cvx&>6;G4iPc$rTHc@qIV4q7 z0{t+xLdv>}p)r%S+tQWQcMaqW+sRt4Q>iZROF=w`FdxGd7oN>&{bArV!hM0W;_!3+ zMf{axhuNgIV2dYW0&KOP^hl|r`>S*M!Q^mAjY0WhtkxrQ7TkhuC$NXUR^5mr0%tho zwi9FMd_CoUjDB7c~`h z{0c?MG6e=VnZ4{gYb)rxagP;N#RlhtapO2-s^A}Vr>6@t7X4`5e0iRNbdFp$HFPmq7==9{a@90;vmagaa^Ytc~30}do3*O z4@yDjAa7^C0i?!Li%W!3@mnJcv9EeD6Rs=;Wzq~igxh}-w>8;mE^2|le$)0*_%|_x z%vniE`0Ski(s$>IiG9`06?KuyX5=MCj{jfOTATgjS4JAC5JIGVoC%uqU9^%Wg0zRj%EL_CKn?_#{M zg3Q60a|`v~52ZfvXtArzCUhpLw|$GaZ^#xBXh=Wb08*@9F~n5Rm#Lp3^FZBDLp>L= zvMkYmChCd}6VdfdviTi>Mtg}qAO=T!nMI(Pa9m`*+ok?A-p?x0KO7S6N5cC9x_h7I z`y^#-J5cOFf_oEMvK9X?I37Hj(C5yi= zMK_+d`#1A>X|cba_cm~Qpa3%-dFgysHNh-e_o0DGoP}EHoL!KUv)l8ae z>0)V0;j}E_l+q?jZ{~W&Wo0*mL3;#_XQyoTz05bKPQAmtc|C5fqMPIMvJy%z6E{nu zH&Ifgv!(~sN?a8<3>$*e`N42{<0j+59f^=2kV^EfijG7I4;CH27;1u#5GmHNPzv#} zA)l^D0Lb$#VXs?*w`ITYIO8!RP^d*T#aQ2u$|8*oKuqqgRbz!fR* z*4*K^LMR2UuE!OODO_da3T6zhvT%iEdt6OKU3utgA6@0q)poiX zPgfNCvo4pe-l3~;bVZ8@>vHJoZ*+AFT|GxvW9e!YU5%luAYF~7s{mb%!bkYAbvM(O zf1R7Y=B*n^Uq4uP6MfBIcO!k>x$Xw~nzn8Pecir}4igUNt-GGS#;harFMQ*=Ec&`` z-F5VpvF=*>x_lj(gyF&K$RQrSc-=7ivaP$CzIv>4;Y&L1+Dxaz?I7&qFtsDN(%MI<)%Vi+CV<{^Xt?tsfjvu9{7Wea#N>{5!J(C&S!8HOf94n>@{X0 zaP7MoS8w8`Wz59sC{Xn$*nHZAQf=y7wGNtRn0f-fnVbTz;g{KiL>&P-KL#FgVKy&- z|L-AzhFKX;p00h@{^V({&~(#zsm7;BKD3{bfvF;_??CNF`;!M?(Tv8)pU2c42!5q~ z1==b)CJKh4U0X$hhpUm=Dy&b?)d+3X2ytc8R+0GPUY53Mw79Zrt8&CurnV|iT*=z1 ziQ+0lTQx~sIki<@ah0yExDymqtw$>UYqNW%lkGf_}keN1_!0W-W4n!_0_pj75?B`&0=Uy8CS zvP4j%^JwJbrFSMgCa41XOn5AwEPe1A1vE`{7;_k9bxGQj$0?cY>RC@bd0JV$xAv11 z<(1vib{rp$B@=0ndaQIAn!p%z68V|HXne3%)meBDx#kch&L9Vb0UaE>BaO<*FGPXI z1l|_4)^$u-W)+1;n1x{s8aN=-lu_X=pr=jUI1EO)vTPTcM&(&%c|Tae2iL6MAD?PjPbf&MSTtPc@uE$|`OU0ceh zplo`qtT_*)vgCG9TTtd|lu0$psO@omBmW-YY*074k12r){F0i$wUjErA=MGr!gwCx zEY^SWh3O8SsjQyZ`^nIps!hxhK5xZhYs7yWLiP+C1Ue-DC=>!U!6;H|pk^RWq?&;M zoVsHDmn>s2#tp+%%y!d}bT@k&WDgGiZEBNghQ=$vn0}xrOXxoeaFv}<4462rp7I#0 zz@;55_jl6`Ttn!6Qz-~O-=|Gk%rbwK`l%uBh5DfsL*9jsBBi&A^Wb8Jmyb~CtGuyk z@e|@fOnt!~Mtopwh7Hs2E>VW>@$v!g<(uy%s&nY81bzN^TulJO-nk~+`-&6k+9^?# zQb`_LByeNzI2YRBE!YJ}+@kJ1C@!x1JCWC<^j zNdHqxGKv63JHupK${Dk1qE%Xn8u6g*V#cy2RtOQF?@z(RIUm!pur1J@Qho`d+a{UQ zXqqNm`$Ha9Xh>65|Cm>bz?UZ1*o~)^*!oMV^T$qNZxkp*9rXH_oO9T&Ewl#Ta`KpO z#Cvz`GRuNJCR|c9<0;Xbm?l_i6r5kI|54NzWA9G>K1}LiF+7QtK1*3nj4etHFqT-C zHqgj(K2AXV5nhi$QLNvV2t|oL=o~1b5v6nB{|X$=gv^axL+TWRY7VqYa#;raYrpQ# z*oQ6{W+}@M%cq2;O`J;?Yj=V5nVqI%o$M(r=sJ*Q5r<{Ev<+SgL;Y-OV8UDXze5N$8B2ubI*p}APgTQ8Kc!8B~_bEUwOddUo ztnY07^Qx2U94IE{TL?nS&OWW~ul-UEe5wo|{rmesYxQ((SPp!l3{QKTek#?EWlPw` zo_M#@JBXrNdX^gYzdY(;yB}G6Sb)?o!Wl7zI%j3W1nC+alwEre9)uav<;#as>>gIR z+S7ekv^C`9<;lLD4ZTnV-h~-b`tqS|4e3{0k>sbS%kU;duYbqzAe3A6*`>_QG4{cH zDJoB5Ljuj;|1bL76{0X|h zV#3@NB@YTB)owosgZ?0S9~a<}Hgz_3<`lPg#12UcEo+9QYi!m1=86 zM?k5hc^>>amCd+^1A@>34Y}1*=3-=gkS#1E$(FZ&qSoS{f?2%N5VH8!4ZPl*Qs;kK zTj)iWscIBbUToQZu(cMDHN1h^5FmIAR-?MJ_RAr)pCn1g`!@n$I27a(-DLuUpaqL6 zJ9}V&ZW+@DALX}`cWU}sIDVDtTtIQ#gS6+2ut7DSHfr9Td{<{|tPySQ5`C|t-0o#^ z=?kQbO>O(9`(mlCg@-rI9C;pHhgCv~&3k8$7T{8d8&Q zQJ(rEHB~(+OHw!2euAa@G~}UCDrx))oLaK5cIl}|FVqRo=b|Bj$m2^E)E??tvAKrW zfEp8fWw9m@9ubHy1#CoXs2KP}qQD*vd86$X{=kriDU=u^jHT^yoUIr0IWt5e zo$y00e40>`bkXD)z03arcx;YRU3|Y%z3@Jq2ulHju#FwCr|l{%aLm^-Rh$qpRYteh zr$J8?>l$y`K+vq=z1z;)6XNBb{mEU$>rG7IfrI1u;`CJxnzUh~<2}~k_{G_qDjr=7 zuH9H>7jyJt{UOmp@X=C3Sw#EOX(?z;ilHrheOkxQkp0*40pNroj9RzDArhc?AN)2} zg^KloqG~Gbn;l%+1hkas51G~YCx1$Hn3&ij zS^5pV2^F-uFr;lfuT=U6AV)csVBdeS{-}7#)TVLkj%w|5yolQ#@nNI#=3xV94V?Gc z1WxsM?1;*1`(j0(vS^6?AIdW|&(m92?5@Dg`0;|$7?{}^yOgKW6q4UI^hH0yBxLU< zIi0i{Xa@sW#Tx!@Ot#2>Lc5vm`V_M`x{Vm|PtdRz!L4_Dc}PNlGNKPjN=wSTKp^6T zs|1UX{Y)xXS%>wY!pIIDdDLBg7uH#>Lb!;1C2fa5e7|_&zdRP(e=t0n+NVN@^iPG% zGe4^BiSWg}?TgzPpqKS7)Soq>_9Y{ty$q>0f0B47y-fcD2_x4uJ4AUq;gdd^DLh3d(rXU~#4 z{OLbX0Fgklb9q_@%nHQhIF+CN8aF9Y27yMS&SIQ60KGM1R3v4WQn?6^kSB8CnlYre z7G1vd>>1Rvq^wr&X(O#g#*~G<($E3caMsGDXTPEXx7HkzD>fg1QVhwoU zoVVCWW67kk-e!$;lJpabEtmTn`U;OjcLF5jw(PgkCNv{VNy@ zwxwPz6T#@hR1|ifdS4OV-h4F3gEq+^#?;jiYXBgkJjqmlw_kG59rSY8!PNn*C z_&aderZ4WrVR3fVu0KeZkX&1R@b&MYQx@KD3Lc`=tNK)aswV6CMloyxU77gD=jEU~ zSS4hB3v85BkENoYRB^>wwOPx?0eecNMj|t$wVqA}!lk+g=cWc9v1(;j_etMm9GKKg z^H^Sze0A*!?@HF0qF1f?h~f+f?KEMx>#ox;vtETjT4N)m(v!d;=9+w;W%0YH*eu zoM3gA02}q;elZE+hO)FI0;5Gu3SsU;X>(ISbgR@wyd%?-!baxF+7v4Sh_ZmrTVnO8 zU*f2msw4h3Z6Ju~D+%6(l?qV7s^qMNm==g?kyd=y@EjmCB#v zIbQWG!1?dY9e>7+&=1MmiK1#qb!$WEd=KIm_i^9V04GIr1wKzs`A~JKw^;$C`XiY@ z^;iU+J^W@k3E6#ms=bITNI?&hWZ{h3l(T9UTJh(FQqTfkrynsrBDxON`fCqa>9C=*s)QP}d|4eArRzw+W7s8W(6tFXv&~2B2uX3@#$0|E;ztW) zqu!PA^&-|gR(1*5D(u`!*{{&&}$W>P?yixCNU?TDcXSOKI(i zuF)!r_6W|NRVpLIJVUux|HftbCi6Wx;XTkBWw82Pj)Mo4%1tOrHC5H%A~Y1$MeBae z=)=%&BTuDZc(6U>Ny*z4p20A}0_p{rX$;kdd~0c%2Qh`PvNY`q->Zhz;ZX?!l8A>T z?fSsMvndVg^%W_SmTQGHY1xFpgI{U6QNrfRT9g2{$5^~+p;l)$;xxcaT}_4mVW#^4h&DO3NDtelqD9{TMyjfBQ3MF9bPecAG zOCD|9c4(y}?N+T6YE{Y8i;E&VVZUkjSi(bC-y;f(j5!=JPxsY*#f754r8siTry$zP z{l0Inx)Jd&{|bNHg}&kZ?i%zuM4{DpCF;65LEezZZy}yQ->`n|KNI;^{HLfZU(KvX zP+dKB`YRk+l2=Cy`iQTi@wm6T1&GS7aqmD1ed0o2x?%spp)Km8(s>Zt0@;u73M~ca z(D;vsL+ZwO7b^Ty6mT~eA^u0OhX4z=gqJuZ4Ej&|4;;%H=~<-DBY3cuaVviM+v-LB z`>vkLanHNzFJUsizv#ceE!tlkN^qY3qPMWrH434jvD?=VOd2c}e6$lsL((iM349LS zltLnqOdvy*&Gn^g1C5<;Rh@5*=NQJHP0Iqxubeq6bU(cqbuSWs>eED>>RFfs`?M!AaQ39+*CPv4^^xL9 zIPMHmipQH|NFrv75RaZ9{w3j_S`xk$YvrDmU26owU%dmSm`7k(z$S8U&w3!bRe+d)Y0OCm}5D2|0$rmDq}MYX-!n7apEK zwsiH;3^*^~(D@t;@A|Jyct@Nc-Yx+x z6o5`T2hj7uN4w;r@ZHf3e57v}z$>EwPD5ZQ<;3p4cR&;-HXq3$Wxe_{ME@jFXwo{8f3J_dyN;Z{yyDvsbp zH`JbF7Tm{NNA5zZW1-vaeLN9jni<*-SoqDAegTOcj$STVVK4 z&QOsP#gm~vZf*3~01fT;2y`U*F2l;E58L|K+2~JAemqrOoEo;j!J?5OElv-3oiJD_ z70S6Amdx{qcmoDy4W&+ld$1W6=_YZl?$pZcqe>CO(MV5V9nV4lFSZ~R!kdA!?MEXA z0H{L=;*xuf!e--V>7_Jh;7szOSrO;o*JH*SDNjY_9d*0@gLXrR{EurB(y>?~Yg3&U z+nmG4rw_l~nNq9n@eK>#t4&B9m7D6nE3rs!`taLO#Me7K&M4ppoN_Wu8k_Ut+iWo0 zp)IuB40S?A;1Q@u1=b8=uN!|+*xm36=XhU)?;w9H_ zX73^^TX+YocE+q7c}#2tB@r)eKSMhM=@6}{wldkg7nop`V3{=#^fu^KVNVefC)y+P zoss!Cw*>|z=H@Z*#dJNEvaqb0_BPBn}Qtx!C52WKXAf=jocyVp1nT*)`@nMgkom_sx;-93dwVZjw{k znr1<^$1{QLoHY@rlLoe97c20hzxo<`bx5#)R6Z;N- zD&hgrzWNM`A%7mIn$B>^>i+P&t`Yig5 z&~&^KR%jZyl+cxLpNktrB~XhJ{$ry)CEWr)+abf?t-atYaM}@MlA?i~{Hc68Y9=l+ z^}Y-pu~})cZZ$x=JHB@@Hv6mCkLxWxNLZ=EM?&7MIEGwemi);*DEUKt6ze$Wi0~K3 zkQL|v=~Bq21Hgz}Vfgk&`lBG3w6Nd1d|n_^0e()S3t2@pm_w|LXlt5Ts9%&x$PPvM zSN=`1kP6Qsq?3{(+qD9RmX$o;S`1Y^UoMDTg!+(!wzr^UcI&V#ZM4&<3l^ST?a+VT zN8A51pjt+UI*Sq{aFl z3=;-iMmjxC`H_D+hF{9*iv8+_hBW67=fwL#KbZ5jKtuu}c3B>q5L2j2VQ@y4@NJ4V zu_(Dm*U}xFZ-i{tXe})=e`Lfv8v4eyf6!6j$!1pbI8-5vL990TtEs*?mg0| z;+}`bACI3Q82K-0nn{OAP-^xptu#$KinUSfyFm8lGD{IQu|D$`l1e*e6;)o@*Y-K~ zW$%MTWw}}gosnAlpTYYh)H>HG6>FeJFGV;56py_YqB19{>yVY$u+PQyd&h{E^b)n*ja;yz+8;yzrqssCss;@nz#ZM=jW(6KewP=}Ko$pRGKY~Drl-u<5o&X7v zet1(2r5sapZ9ezXGu+;>z;4T0)PiTse?ym9jTsFvivyQ@IIw7UK))Z?XY1wfRJv45=;fA+~Nr0w01N#YH80k3YxJ z<0IbV{E@4D&`})EAv^mYrSTOMkn02mD4U**tpsd=!2}g{LXp4-@gC5>_-@)91ALX? zARhA>Zs!Fahs|*vjw?kH_lR76RqdBa2q}p%;L0+&5OG2eA8({Pw2AObLWq-dM z@SvNVo=+@Bz+M*pqvJp`z&~`vN4mB+4dYi4_NBdOc4~+6N?Y3(>V65Q1GySheNYo< zer=rE1#QzK52Y2Al>RSLw)f)0tLLG4`R8 zTcxr6=gEP5z*>V|2oW>oo8Scn(f}+aB*4&_Ce@R0)RS;%^Jq~RN~%hL?y4WO6Wl}j zOP$4$A{+(9YBvMbqM{vT*(w21?)sGDdx zZby_>n5o*9(dVRPviP!!FNl~thBEZ~_Y!aWa#;VLUp@#5$VX;^d@ROd0AypsIoc+w z4|D91*+^hc;}2^)TWJRffKEGf8;>PcFn0b(o(hkOqZ%~+7|JUY*$J!c5zci2tIR=z z;2Bgy_8BNNig?ib)Pixi=2l^Y}1236u;i&IZe)m$o?v_mh;bHe{mM{s_)Po>jDo!6{jj$+ zfy57zY|~m!3RaO$Oa7tZyMu)hr8*nA)RgM>?6z9nI$VBRNA-B@8=Ku4Q>FyJQaw6b zsos@+n#=v3%5ivHr+WyXaUb_@YilBlCFbpX@4ezOS+^!JZ86iU)zc8!Rhs^HkEPUh zFG<)W&^^|oLEkD7OQ(2RRw7@;AvVC__U@}6#bONDuxF$xd=Qc*>wm}81g0HVU299M z`WTuu_ZuG`0nbIFXV=PCJeEe!zbvycv3u}&MWI@@55# zvRtwQe!7)c;LS<+5A{JKF$8o2uRR{#mQL_)LKqpqEY@F5fcK&<;I;lK3h$MP@ctV= zyMgysf_EDl{fglIxgIZ|D?{N#_(OX;{eHL8@2@FO{7cI&F#4-Dts|Nsk}c5Q;~fm? z$R*N_H0=ZajYt5t+5O+uE~6iD_|xA77l1|jN19M{I~VgEBCZ6tEP-)ma?8&Vu@ldT z^%e;NYsSYgzu@rF7|W!`lfd_UBFkV9rix*hj%FHQ8pu5J6LCL*XMT)#4Nmx@;9iqw z=7V9op}_`VVr4PjtiXS)yU73hE@p(W8wvcA0Do3I{3BjSg#XD)P556s|P556$ce;VU2f;rOZ|2}X25vO|xs!b6!~^?Zoq*jvSnzvfKnpX1%&5MS zK^2+ON$7}m%9E5nkkSug5I>H)D>ve|X-|b7P2^7u>NHoe>faZLh?}bL_#C=Dv3zI# zkG{X%ct2hl;u_Co{V#$K^(EL6)9E>l&r1(e2)*{QllBK_uRBxetJ0Z{FBS2bGZ4&Q z#JS80^~XOJCTimtN@BJ|sfsL~q8=mv-pz<48XsJQlbwH!A)UCsK30dfsJKucC*Fl2 zc#*q(Nk8q!+z|E+WZ>OGJr}!$@!Hb$1Pm)Y8V@ji2Zm^Pfq70rJjNnRBjzUL->}jb z_Oc-NTQ*|=yX#R4t-e*zqpti}R#6bqKgf@X{v$pLjby?wp-BVRND~Hny&=yj)9j(g z0^g4wFsA5O@y7AjORUJ0-zaI9u|c<8%ZO|z4=+%5pcr9*yIed1!|AadDV;L{9as2M zXzHQgel?IwzL-p>>kOUn;!9G85zJzWz-4;Dk65+W|3&xgb`mmZFLh_+Lnwl*m?Fp}m`UwG5$y9h;J-~$uO&sN zo`Pea6(B2vQ=kPFn?DVIYR;zuhyOEple&ZVM?9u=1MkyU33%OUPT!?~mKDP;D2AS0 z0PPV#|111yj5&BbI~U(kJxf_sNzeKz=}XGoxnS!)r+ z=+;0M6Ww`;UuJz4kM9eHw_9|3*^urA-YX4wzY)53fHnXc=r-cr4^Kysexv6D!X0c% z`fBhr;Z8FUJg3pqLU$4eGM++4c4!vWqepfKHg5F1E@m)mUSnb{~&Yj zSu%Nop5GyVv)G6h^t5=@$3H948w-f=wUcPVmwLf=UC1n#sJgNq8KeP@sbhP&rU;sf5w=>hCNB@7n0Ot z2Z!Oy(NZHjO{s?&vVunf>uv-{12otXfDKkeWGBQQxnzVLVAscAfxbfPxJNjBPR!+5 zoLV4Gz4$Ge-?Hw8Jt7>W^-uTnR?hA z-O*N*@Yuw`l*cipZxQL|Vm<9XXCA7^x${*}AAUZ~=nH1RL}>A8|LobGcvy>`pC0viNO?6xi{^> z`%K;R4VYpBi#p+hj_Lp?3?LkR@k}A>*QTT2kK2eRu1equeu)kO0dt~Psb;TugxCda zfho3ycXPZ=jGxZ|orf~w1Jbk6p)3x5sT-!Q61mRyg1DVweq^X%WUMo}PWbu*>?C#Q z-nmYDjBjQA1_9#1@WGhunf}NB1m5n1@T%_N-HeQfrr@O}Ah|Qp6`%(2x<4Lhb3YN} zZ6ff<@?`Kq9Is>;vXl9qkew{Z4lN0dD0-b`2OFiKI-y{^`lIk41Tb6r7@MGb>kq=H zQmSPqg7bS~=|v8^)Vk(F;VZ$MmBfc6cn)fm%1_hB8pTo623C;pnhaNlm9~2Xb0sQF z&LEr~So)LiV~L6OOHfDQ%PX!lp5xP*9y5?i+1it!)me zdt955kpt=fDBk}i#BDd^!7@{KS#~X#ouMD%X0$v+%-SI1I7ZAOLl_p|3bZ*}YpHvf znTC-bq4_8l&WF@!Z^f}Rf94=07m9w5(US}PW8d}12@V`Os#IS3e1RK@yU zI1pnzYx+A#-+mMN@9Iqd>T~GNJGr9thuw4`^f!us1N#5Wp#Km5htMBp*te#?*e=&S z{j<(PfA|X%=?`Z5_VoX(GyT_`Lx1>W;^ZHO+=bBJDE z?i~6XiCXEz|zL%wi#j2KH9RO#)<^ z1e{Rrs^JOX#IQ345GtkR8pCS77O&Hr;0IbSiJuSH#e5)@<^ymb@`Q2**GCR0nO0T+ z|DVAk`o!;<4ALJ8!oF}W6olRIH$Xqwzv2AAt~@mpCiFS;gS&CF>-oVrJUQR|AT>5W z$V>Z{`~j4gisi5b{g4_zKd6ZD2c5T^9ydRj`?1L%sQ?!9gSB9`7&$I}|C1RNKgUOd(kbW3q6#p9iAo#(9Gg0ARIENkFvrKmQkH?GukNF{PzBpp=x8w)R z7pI>QDDGBYtc>wP=lSA{{U$#c^Toe`xw__u>3biv!GUs~X=7AvWOh;;&#dpPHu8|} zC&m^x4(h}fSFqb4ZO+O>{m{=S_qF;V6~2(!05+Z({z|$b^B!s!XYR27z}}Vr;QtBz zKt9}WHGV)pOgw!qKP2dfXJh=(SwBqLXYzxgAASqwI+q^~=V2pL1!7l-hMty2j}FSf zr+)YneDM|v+R21W^!;&jqwvAMHsc`y!yq)3tG`k$UPB2Qgt#`ZzVRk_*gP#!-;76R-wZ){ zq{BdMV11t9sDC|P^S)|g*1tycyw&Q_C10P2zePVOP=$7c*7bn>#d?zP*D^k{_FNb~ z^WyQD)0l|QPumml`R^Mq5TEtN3+Kn@>jIyxB1dgE_*{&ty20n~1(dWj-z7e4y20m* z0##9bo&@)tgU#v8+`T8+_g+0PPl^7Szv+1)YYZdp}GR`PabeQGC++z;vMW_Xx`){)br&OHAfL z9@8vGbd(=#j`G+AYEBv}2(NRop~#ptUb+RS#XK)IY0N(^m=$X?JlYp$MW>Bu1%o#& z9$B%vk}z+i_z}zsd*V5*64|gy^v!049{~mWv|c8H`_Qa#QNQqYh+oC@$Sw>D0LT^v z!-NjQka`Dc^J!BkrLnMwD@|LJ7A>)DM1K~K@xCo;D4--;3jA{2G45mcvoyO&7}_pE zvoyRemT_$Q27z~KQ5XykNDar&#Muj$ZRhfP7nF(GUq4RZ_pOQi{!fHd1lC9SeLao} zxFCN2x$#2x{NC*>jmh)R9wvEyNBZQCiTdOQ)ZQKc3&6YO|8x`0o%vs2FRD*o15ZZz z|FD-PJCDBr5%^8hg<<(u@mT({DG|$)zf8dL%xe;{d;?p#*Tvb}-P*fX8n2!Y->G{a ze4*1M=ra<92{3lWBQ>S*P%WK3QcCq8N)UzI12V;}_Gk_xay7W1AByJ~N+<6Hp>!rf>3DH}Qeayi ztx#h}-|iy}bl_}Dxq>H|q=wXw^>Rpi;B0T@sS5fn)_#%5Q$je3zHSXiVl~J^NO5J7 zUVwwEU+GtbJ$FBB0k`V+HVIrnfj}AAsT{$MOyc@ZtcgIP?ONZK`>;=>){6WM_(?^; z7@9yb)fa&|Y zt#R}n+9iG6@BL@=y`yXTE_?s{^vyN;cP@P=iZ{=t?@u8~o#@Nk(&JN&(=jt)d((TRrG(<1;7$?9Z^rwLMDQ1o-uHchbees`tMGyF9PIMaGSq|r zQt$t)(R1K;ACgY35uSs$yn07SymJiamEO*(3r~q5g`EA4>EJ+bHBU`^1l4<}NAs_z z>G_SKS>wH8{m+MKEO-S4z6RcV-s=+H>GAMR+K~wFtuc6y-gYj$LNDA0h&sXh80sk^u% zvr-GVMJ@dI_4iL3yYBCwUhAU2R|#nTJK?#g8+b121P^298Ei&j{QvjiXIW#{_*wS9 z6Y<0F^ymc79bzACS3HW74Jp2=2a-);0)y5C%H?-Blhxg> z+Bc6vExYR6o0Vn%g{PSDATEA1632#brlwM~C#+C9Dd7RZC!l?N{V1CYjsqAbj!ei zv01`S^y!C>pnSE8AjWb7=WAm)zf`J07A|+KGQKv7_O$}-y9@Q{^#Z50NQ!w8rGK&( zs9W{B{(dHc494qiK)+S;QF@p9aw8KhE=0sDXs zkYX>x8Yf#j#y%TOyx zNW?<=NS}mO&3EbhLf^M_dLQEi8Mb8YE7hqq3+@PnV@8(rTl<`jaRHb{Pqo3d%RT8hk^aox-r^L1U_LoU;5Cp*Bd?{8@NjJivaSX` zJ&TM#?%g<005=1tzf>xJi3>1`OiABmAsI_gGl#$vBL!`jCbEbr9@zKwmeF0ZB4n@r zGtT8?3!FB3kz%lqDFJ9BY?qUqXP48YN^J|1nM3+LU&gqWwp>;k^2B*fvH8=7Ee6y7 z2m0rGP-TYxxsg!Ee=&YJ^a63T;FlY@XdJ(=J(spZ(o*OsaT@KG!&ZCAH0tVL)D7)q zH@pCRLJz>8OCx18n9OyACViHsGN0Irh2yG%liFfh03&|XzO|}Tr8D2iDfSA@Z4*urFhTO{gX-eBW2<^^PU(6;8F>_0q}y8N%ynp$4uk~Wqd`Xt?kPAD6&k%|1_1z9cweDDao%-l6UQ zXx2B;DT^}U4(AAW3ypWU-a%kUcvj$*THq5xG9c9IFqAP8kwf!Hr;5GP^p7}CkWD(# z>Vegs!lRGJg5l>LWBAeG8fQtg;V=sQG&a=WD-T~pQ^+G^1KY^R{aUEM_?#(3IKR*i zrw0if+2!V6{CE#GWxKzJhH+k|ao!zPmK72Mz`;rfCXAx%e&=ofe#ESAW~;Cf?Rl3>xlBeLx{rG`oG)m7jEXr>yeRg8TY^Fqm# zxe_cb=|~5u-ybUjZZOS$ea9MhTO*Ge&(q2OLnv8++>&TP+Mra|mVl2gd6wl{I^EfB zK*xBKRtwrTNq0=oIm}aI6&r$yQ>!RwIOO}6zO@Qi|Q^{ zyKi97b{%Y6&Eb?zd8ZZV8R8ibXQN3zOol%QI;a2+HIfL?W_CGzt$Ik^hx8mE_suF& zI^rJe5m={WeeD~@l(z#{*t?G;h9451mrojlY$3GGvtC-!4}JFcp=mZ<^v29_rYz8a zEPF__$+_m>tLjQ`D7Dg~+GEZW=3|JwaUhgycS?*|&6OJOm_f5PDjeKtA7d4fgAZiUdPveJ+f4 zvR=~lOCS$izr&)R#)g_G_n7l-%mrY5pl=V8AU8IDsh%2k2kiM}za#;MW#~RmDpbim zj;6AZV?0I3bR4H0b9G3~?vNT<;0(%&`o62h)uir5^O;4YO|wd%suWBc)Lo&Qs8S3c zB%hd&lYx%LDVru-4Vdpjs=bnW(!B*OJE76GtM7;E(FNCBr_DDZIQn|``wR2b?MTB6 zJ?^`>z*~aT8@K8oBE<_P`fWfnAdtR9t2UUYTlBZ+!7*YFw1nD2zajOpJzPEtru2d- z#A;F#*3dH-<_6{K=z=O<=mJ?U!H}qKMXK+`r~`LLs(W~jFCCRO5*NBc*+;@Q_#rmB zbg2Nt3w zwD>)kw}I|Lf5SB3704di14QtB%|}#y82YR%dy!~E+u+-k+;*C6;IJPum%v_c2&J-_ zMke)?>yWhBeSE=nShBMRqls3W69ltR+&W^>YK!@oq(~I=y{#FW@~J zOuLcNW;X7o;n15iI00*me$j8(Z*dk!)KCiB9B_f_v~fi3W53YadoCb!b1=lC`nc3R7?88}#O)oLSYHl#Xup~k$|myXyJ z4Q&oTqjrR!A$UnRFq$dVbWRmGuQ&$lApz^=g;%*Y`yA3Sij1++puSwR16izrrE(1C zOb@C_fjcJVpEUD7WeB}#r9;}l&^^G-&AJdBBp;UA+{cyt_Mq%m>&cvbjMPrOyX~=s zK%Y};3p)Cd+YO49PbGDcjtX@A#7f}Y6DGp>uM8+?bMXNXtBZ-brW zQ>pM?LR#EkNwMf6pF@X}d20N9!kOGnkl{-7!@dIWBhMImo!>HNC3vfEFh4T#4&+I1 z@E^ko0t7F($uJ^`f6x$^hfPNubQ8mzAP8z0gL+flrxxA-QFKUKrOhjb;tT^`f4?~` z!)Fg{klaW8{|3R`JN=&`_x)Md7WYo0V+}E7hkj6dU;!+*nEk*ZayS8LFZz)~9IL}2 zbQ7^233l*d3ECq+?#xJ-GQe-%*a+MGtC-oa6oJlv9`5lD^-XP$Z_sED19JD`;R-Jt zM*<|BMD4?4%uex8h*82x=fvB(Bw9mL3ObDGzW)>MVpw*aRCS|KqdlJOv3+8NcOWW` zA?i4H%qzj0o!<<8OKdN2D&iZW?gSDp!$zgC)JqlK7U+Or33`cS3tjax#vn{jwoSTN zTsdcy83r7e(-A#11vN|-!{g~bgOt^-c@v|Y!%{jGE9Cl>*ce3gH{#1is#_y|tG?kE^g330m1;W2 zO}(cDM$arcoYWkStb_mcMs1dw2t9Bfdg6RGKoO0i?OS)zdYBbku0836!C^PLCC(VVcf|0@8Yc{WD; z>-Dv-U{BUi%L?2fDlq9VnuI)J0nZ)U|l6%_Srk++Nd<1G=4m78+ z$!B_;n+uBy^rE#UdX?-=7%W!R3aJ`j%V1*IS-U@exDoQTmDsFMFa3EGxxKjR5&{Mx zj|9wA$e6>mxqJc|P8IY$sUE^a7xcZ1OB*PZwoZf9^4^>AfSl|M2=rBlo&``$^CvYB zX<6U}9F9Pw_o9R~|0}}R1{%eh{2%@*W++%YjjqX?4q>dzui_5aC`=07#Q=zf$V)#; z=&z|x?6g)p>72FNA>nJI>;GM}1p@%{2>5o2^-DP;PqZzz{9oCZ(3VMG=r6q2)!K4b z@ejp_e^`1N{Fk5~vq67(L>5&WSw@OitcOS)IrUW%e58U_)RFZE(QdAR^_ zPNO{2m_KkVL`poACO#ZSlitATPVHSD&I&$i4Sa!d@D{J07Hcj_0cs8!4+I$4sYNj* z`_;c2(|1Nwy`j>9;vG`}qlb!L=fxR$9D*pR#hi~tnyM=Gp%FghK`Q-mq_(pXP z-^i}vdjor4O!S%KHN_`jtmum8mFmeBG1>NzdfCVU6%UgJ5_cb@b*l|Y98h5}<-O-H z3j7If@3-r@vshLN=M^BDib-l(hs_6)Cu6>7-{yTD)zdpyoB zD3UvSI>^Vfus0d%7sF5wvqh06VkpwW85FGHEu4ltOE_@i7l{7~yMj+Zqv4E3B2S6_ z!65drKt8cUHWpYR9OlL_8`W1(sqlKl2Y8rJxc4vU1j7&k!;tXR0tVMGd z@-!a2K`GB3*p{Zj?vtI z4^lPGq-a}sxu0Wjz$s4=b&97B37-zRPc0Zg9xe44 zb}(3qiV&k=PqA3ob>g5NI3-D0O`!~q2LciMf?n!|5VB`k zFoT2R-3mv^$1QV|dDtaCzXsva_<&K#jfj(;nHIsF;Z5&DM~B+0d*tcC^ayFBQ~4SWIXFVWtfqh{u!=Qw@xWM`)@aC;}2m}Z1W z0=>6F9b!JMRQ?PIhViQPB2P+RGj@Y)*j~-yH#uUvnb+6{2IXOJ!F3Qh3k%_W8;3Bb z6~Zu^KyJzjARe6AD*ES`9ymkv(?f{#rgOYt9}wwk<4A`YWzgTEw$*+q(@Yy@fA`8h z5;zOek-Ht^JG?W&5i^%IFzJpM`3Zop%6TUJ=9%=HXVPz;Nxyj}{pOkUn`hE*9@B5$ zN<#fSrr*3*`I_lBuZgdje)E_x^8!aI0*yq!8qjYagEcSEV6Q#UBb&Gn&@uvpM+1Qm+86fh4mE#@5@d@AYjNR zkWC0HKF#^ZL?b?Dy@&wbSiy6Q_tg78X!JC-CV4Q&c-gC;eVgYPOV75@`5OTQTM1g5 zWR8XCu;fyRPD?_F&H)b5u?9YFr}IJ1_Ao+pUREj(5|KJ&b@E~V5Ur>MCnhunYLc+k z7$*WhB7$}PDQSK^`~xiIx|_AfTNcuxiOUh0YmsUiJ+DHVB3^yQA6V^&FQaF*<}*?` z@c)Zvcy)z>U>|ie;&-Tlj_CX-2@x;qc0~7R9wUgSM)5S{X#UTzx>iFrr(-!>agz@N zoy6Y=1JM46v5jsZghvkE^D>3-9H0=MmbefePYazWc>qpQoHALcU&3gd6rEWy?3gf2 z#TFT(C#8L8k~l@&0Gci0#u(f{Q<~>hacYA|AfK7+!SriQ#Q(Z}_&KJKQH%cepP&Un zxv+*gSqh5Lf0X#R=r&%*5$}CV3d-X++~*#&AOHG=zJFQg_h~#Pe;sCfm5^+3^8{JJxZe7r84Sdp$Q!m!iwijjm9-Ioe90Bw+ep*4w5g2JQY1X8_{~MTY z$AKsK8d`k=g0i`${a$6%r4729(LI+1&L~vPP1}NA8Wlma9<) z1D=|PwTz8C92W#_;{e(;ddsGl$7-fvAK9nS%H3zbWfPRW-f*Lu;V#mL9P9&v{)ps8 z=tzY7Y``8MA#v~GDvsj~`oi`v(z7@>8oH)b(*hp&Fd?qYBsHv;J+NLbQBO&1zX&b_ z0q0}oBRn2-zC}HBUP}Kl@Qo-tb*6DNR*SWC zl*YS>#sSm;+LH4eq5}FJ`IVUM5q0|qJM8&@JeKv@kxFB_Zwi<Fu=0k zwUek!@RUr`L%D~h&mVHA|5*^1RfEF(*Q4MxAskSm&zWCCAQjBt)Nfn3& z=12J-lFG-)E7gO^DC(h=6Z=!ZZbNw{R0TQHjd-qU7+L~#;Qw5=8PGKtt+FKq=j~bS zNs3dp@%&(l7Ke&ph#v)!QkLz-%cP9RJm`XD#Y`hj%ruUb6yYQ|XfK*<{JR~yH%T;U z&Z6R*#S<&Q$-&|zh;ka1>NeuoOk4$Rw_#k9F&qMQLC0P0Q${@0hwcsv_d+yOb8vJC ziprR1!c4@%a3}@K@mP4mO*+glDBs4z8b_nPk7u}d?h>ky*jVfwi)nac0!oB`AQ}(# z_t`>Z;dm&~o1o1|L3I@mwG|XM=HtAeAmZUpD9iRi4hVyUhYfVCL_;S`!53IeHRfwT zVliRx=?;vjQ?21_#vCq^gHw}$wHDt{NH3%+Xqytn$8IYxl*24Q&lSwcGgO*LKP0Ag zhe9}ACT?06KO;A$bzR8a?}2*A9nhT4bEsltYPT&mqZRY>V!N1WR~DP|yW%YKjyb<8 z_L_Ih`CajRaVM|1f`q7;MXC5%zJ8TIYxuK?KM(LH3tF)ujFk|^>yr)W9L0uAb~?X~ zUb~)OyFSp6?r!7x9_8bc-G_|%o~=MV6!;`M-^2VL^S$HWaK6V25r1ij@(}4)*xN8p zO`{nK)bz6mBP1G(^+b|7nsaX_!@op|l9uXHU1yrlxOe#nA?)N>nFLo%VVP8@S7NV+ z+JSQ6%fSP>@6w>{M?uGrAnQUPcJ(|Pp(;okpkr{RMBXfnrxg4I6W-WjM4m912VkgV z8i3^oUg84Z$Xe*Vr(RSGh z00^+G=;;ch{rGq%Qw)ukVcP#-LjwNTxIzqTSNe|jbH~Ly#p%2FfTw|AU9KJhPrYN6 zNA+E|@lI<=LeCrTWD4y!iFf)Eq5g<>nn9JqRKxOqxA9I%o#LH7Mh`gNX=-qEIpUqB zQoIwK6LJcffLS8q=~Fo_;%TaSO5GZ?m62K$Bv{XnK?GuS_$opiHn}}SURe%(ngL9M z4RSg5X=+gZQ8f1H2GIBlULX>!ZB=*ZepH7SMykhwp)4Z|Dkx8+nF7Z_^%ZeY!O;`U zK&WzpXd-4422fbQy)Ft=G#U!Ck_8C+*~B4HUcE1sIEI#N06jh+3Z6>}hywoo*rj^icIiH|Z2&0dIfLj+Av^<9pMt5w^F zL9;5$`a`lH2$^nO$K5R`zTnEBe3J{i zKh@pEMT9}@otUP-3>MLDx2pSL!e)ghs>dlW0db(ZAF_8lY5m)i)a~vMeNISyI@QdI zJ?OX-eo`U(|4IU35aa@MVG>b!JJ^kefDtH6L%?YYfwscCwnX-$D-Bx^{m613-2%K}B{$ zc~=8~g0o})(fKPXJ@Tvr$&H1^J}KX4wLwX}fG zM?)c69w)i~v8EIE(S8;%GT6xol#YwXx)Jz{#$#Q9_7mcb(zP;kUU!O;b3y9?*rxOY8{6RyhM!qd*8@mSlmXKk=;;#1`@0DHOi=Cn-ppjjY=fcXs#lc!Q4=}wMQ{UDhe}P6hd$kWxG3?wzj8VPtR9->glmx z{aV{v#Ct*@19$_X$VDzHNB1zO0TjY@{=awaJ;?;{eCK=q&-3X+W?$A`>s{}9Z|hy} zdKW=dv786>t&sMQ^sPmwmi!Z+1(?r9+fK!NH!&7&q%1+RJ4Ngg0P{ob#qv|pwWsJ+ z?yNCob*CcxxOD5L6)zP%Hh=)87Z3bWHDuH^CS1_XQW8F+em@0#5uzhZc+mD4!6s>kj8;?ZwLqK5v~hCg*z+ zAcj#AIm9>>bw)nL*L_gYMQ6H$$~NeYhy6dcS4um6iE%rwRUE<-bFJO3_TqFT|0$+- zSNG2EigMjt5~TV>E`=qA;0&K(Rmyr{kS zoq`>GO)2>c|IG*w!OSb#6*-g~+KNFq#utpdN3#$nKK@=8s-+ecepR&C>G5|63s{oi z-HPoBO$dtb1BRUZ?nB!k2mt6?+KU%wb{Br2zeA+IU(o*G)}jrO_tS0nVcBXs%?~g- z+!6SWfWJ!;bTfMQ1#7?K9%HDqYGzp(x-x;mHBk^TR zZ?{YfT$Y#h#+PC6_lqxU&5SQQdWo$45MMUn8TDy2l?q3Sj!S$Q;bYMla!MK)dSVqSHHIa z#m9bn1lj@fgO?Dn{Ugx)IpygHv?4u~YV~lRF`i6)?SOK%r5WEuv57T43o%LpSNcGW<{q5VOB%s}oj`KlBvoM_eMQ>`iyjj$)zo}Jjg^sSa=*UKS z%y&PAL7KmTZz1r_Q}8iQJOq5333d4A)s}22U40h#l%wGh3iR!_@-I(yONiDKk(bew zt1o0t+-FxM3#0Mgm?`rS%L#m1)Y`dyaZ|hIC=&sr#ER6iLf2-pn?}hSABPM44SsE3qGKW3(oFtDkkNk2NJ!h`*OHhBe{;s`Fd@TC0 ztP}Sx@qgCSPkvyZx$YMu?S8NN8&H4q)!!2JH>Cc~RDU1fZ}a_4G^{RK(-%*tFP=|d zw52aLrZ4uSFS@y~mx!06Oh&|t?k8h)r>fu?cC3V=s zLPP*60C91VjpSG99^XR9fuTp8J z^@v$#);3ur*-4EoxssDXGAXEKSgQ$gtSt2!)AqJ(jy#?GGZ-R!H5EwaIp$oQZ=?uV z2g)B?P=bu!gvqL$*p24XB$t+q3-Xbj`|VY_XGr41ZX#yF!}v`-;5P4FuAs4#FVvYY z{*D>Y2*=MUoc@>AK;N9->zY}D?9=mm5j@Te*loVB%HjCke%6emZEk&#N)@B3Ouv6h z-mC0*{og0XyqakNw`xN($*06|`uXCg-&4QY^NPb!XFg(~e0skU4tc*-z5n4izF(!@ z-|~&`f2H1E@r~~nsrLiE@%SL#8R`42V7Y-7-#YQvBFypunf1L7!<$9+#)PrpB{zI*;p^=5{QLVWdT85++Drml){yO}?Y)8ZX`^J$)kw5ij9U=g)2Kv92PsghS^mIgy zg9yqWIh?PMnq(6!Q!P0G)05&qe)ENO46pvF-agxzx}h$0dk$-Vey8?SM`Q@ld-cKi zRCbU@M=Ab(y@hA$(1&UkMp3u%fEP`DVbPXwFj^9H#!J*`C7mVLlhg;D7V_#<{x~ma zQ65AW`3FS)lV@^c$N$J?4>t=#8Dmgzk1!fz5GLmjvkRH_;k_{Gya=NUi#E_$1&vi$ zjaAr`aM&V2Sy>CTKWCW1g88<;)8@NN3W_8zwwF{SLnH(bu-7^{CdIIL7c zmDBo|fB_wJ6MzGHWxA`0f9GjIn=#SrG!L(~;G|mtt?UEiB0yz|lB&+ZuNdtauw+Th z)k%z;&Ru7qZ#Y_wx)Zn(FY1NpTpOZnyMIzYi8QERs*E=GY z#wy%n*http@6X9|)d&m)SU+?VfZot^Hr86x`5+G8?DmH*!mz(ycx{2peC3BWuHgLS zl}tk~g5`4N^s?M1s9?o%kqrfH$pOzp8SqA{;6J**404*v2uxX?3g0u%p*2giqW(_9 z1Kd!*IXzu@c=6#1w?A@P-H)Z~4qpI7_t_BT^?q~*pp5SWWlC@HZ{xK&_z)B0Pv6S|9nTeR8hww9Qg3 zbR)o-bEc5!H5j2Ott-sU%+j+g;(l{D|u2j0i zgA3YJq92P;A=C39Q2JvYpKf<1veT&W8k4-d8*abboqi|0-S)gQ`D*Wc4fa*jL2sIK zqd?fpw|_`~7@m7Jz9rYKjUqoRb1J;V=G?ixpUuwfQ@!~=dq22@K9!uETfYytUZZrA zka_qrs_5m1ka?F?#Y;Wdnrt5%_>u$W(=}mhWSp?HV&M$Td^9bMnLqSmW}}Unwdr@z zUh*~cyKRq@1w)Wn4KjB;a<bI+5e>TRpRI2b!dEOH)c-x8 zbnttv{1$bFtA*r{vbE{XZYgeS|jAgzZw~c3L>bUhmpTUk2xd%+p>_nG6$i3m(`RzoTY4}9B23l?RoU7 z9PTas;uViOBoR~^UTaoU>vymnKx?(>m}(EO*1QdL8-t5FwdOClQg1)LtM~18d0XMp z+5cPT>s7gfER~zq<1Z_Fqn!0fgPpB&Sf(NbfN=l%RJGqy=GspdQKna+!<*4g|FZ)k zL!!$NVl6E&?kiGBa@4F=W0w{az?Y&81~$cRsS(#RCt3JCY+Ik5TmHNxq0z2Kehp zMEQ%b;~UW};l}7%_n1+^`3q*nD`5$vwm;AV70{rT{2?C?VA$0j?&xNRagl|Cdb(E# zQhn0#NPg3@>m1?dnwAwh!oS9VAIg@11iJH^gzu_ zP9K>+StIkzf2Z#G6{@2pQfK(a(`$Oos%a%%l>X4WT)om4t;}`y!Z0A>>crqiCn;l2 z*r!DC2ljLT?zC+BI|v!Xx}{$#TKK-_u zr9`cuu+&U{(F}M*hFf?fyo7dK@JDif(F||6q-chZoJs1DVvcaRO}jGF(N>bQmZ;3? zYC(k}#}Pt~Hqk}$lNZ7iE>gGJ43WId9xQ#vHw=`OLe`ssP}TqbbFZoBUt5sfP@nE> zrRuC#39!r4Pb1aB;w8f3(u*9uGN8{rYtuGh$tw^UkxLaSBy9&@K0f0*qsoIegiH$^ot4)) zbOddQPhZ`BOz1_)S>L(%3yoX7LNtm$0Sn2v*2qK5x|O`G4Uw``pk){ypH%pG<#q0N z-5n6P3uU7HL`1xlHP}w$+rpwYI@lGv-=7>W`~bkYmgHf@S4khFuYT}#i{Q5y1yCkQ zEch#tG6>;1);cE@YAdZ)M5ZC`=Py*e`e5_=@MTIE-D|jlhfCZ82sWMCN6qN3<~EYv zsdvusE&U}SqFZa3BNn%S0$d5X0WVG&l^Gz(X-zx*Mcv_RWXhSWX!^{#Vp(C+C(ac! zu1gl{3uVfQfKN|3SxAk1E4mErnv=ZDsPr?lj10Dm$m2-1l(5BwwLF>0&cLheXTFea zO^W&YO`WgoojN~PlO{#Y<}fvdOwIJE4$N>xCiQh-2!4SpRR^w@Su#GCeh^=!AigAd zsSUAYFrvg609%vPOn_&#p2a_MZZBxqCO#3B-p&e;TH%U($&F8pht3L+s~jdnaF_(d zVS=HO=_3(DwM841p|Z-D=#L&1L#4v6x68xGzl$OBbf@yJ_%e2^;2&k?!a*Z4m7hHz zHQYb+Hf&%QG5&STzpfChc{u|ib=8#Y+Z?T}sjEtcSif8C`|mVy41Kdm)e+xh(b<5Fpj@1EvCsw=wR#r3L;>%a}=4s+wqW2w0MMz|&BS`c%sl@I7?YPfWV z@9g>^Jgaf7<)36;*ZWm+UF?N#@wFrN>bK=*l_+cr5WWdJJ7hsn0x~WYJe(CGW7-KC zTHnzc3xCT|OOBcUtgqvf9P&4tJ7sowDtp=YjGTYWl+Nu4&o#25W2K|)pHa^u<>_jN z3(l!4dF>m5F#SN+XEE1nmvGr`X0`9hqGM+A_LJoC&^y92(zVQY=?}ZZuf$8e6hySe zOO;I&yXULBrq7txVO+Z6`?opHQlY+m`M#OsZgaFB%W|$>eoTy}g};uuI({$ZlfT1j z@~U;-kaT|<0psDk=)lOASWmgG8sLCku>L=Szj?fXX@+>w*k{y?E>uv9mr#{1FK;u5` zFWpD(CO_3dXV1C&3dsCtuz0F}P{fR6*@yZ*`8NAl_);-E#)RBUWtvjL!yJ9dBR<)? zdW%<9*GE}6D{)B!@)(qpw8}#Hjj<}(2~;955sT$(5o=T)$h0cj=HVNcdBtSbUE~>G zzRs5<)GA5-3~c_JbQ8J&1v0wkCIZ!%FAf8cK)l4OMm*$;uE|k|OXEXfqZmwt&~Y^e z5_X!mXxCCwI_bOg4!wsoQ)^?c%f?i?X+5C*wha?AtI{Q{KcE`m@hGi1C6G#xG5QVX zM$EH9-%zv><(E7ETmZ_r-F4RkW3BInXC({sU32 zWWR~eXb^AUWT5ji1d`cS+2{OPW_ebt9*=gq3{5wW%sNr9!`Xgr7r9^D=T8lKSY{=v z1k8D2fIF3WskU$vmAdsxRX2_JT}2Gg!dB`gdZKY83Lw{*f1>4ZMC``^la4(D@;dab zNfHvbo?sd}FuKnfIYgZSDjFsFLZ9M|t|?Z7$`E`d=SSPzInBdbyQH7b(pvricG`~* z&^JQlw;N+i;0j51xs%6uS|aCfIvy@EZfGH%Ec|`_h&W$9R}oaCF09>aPO<2NNt`$% zIPgmM1&`B@QSd z62Y+f$8fcL_+uOhzFuTAEG}~`tsxawYc1Cy-U`~%Eh;FBgXTXhQs~qNhd;K4ntGEf zdZD>api%u6h*IHP8zQacgphFU-m}1z_=s0&Vs;%@0K~(W#Y=n-B9E!ZChFe{I;}>N z&&CJJo%~nOmZ$^P^(umE9d&9Bi!%Z^yc*LZ$GTio@CGzmWwiG48UdjyIV<}bnT6m9cGKOKSB z&l4+N!QR&SP_H*YX^gfU@*YB@1&5Q_HvUPj?T1UWl_>4lL$0n*M?x>XQtTro8RR?+i8i$4jeeXujj9vT)vlrrecXwK z-O0Bg*FCdZt6^F<#7@30uW_e0Z!79C*#60YXuB`wx+qq2u`kJb*nEGKC{NR6TwLT2 zcVE;-rp>!7eN@nPS4V86bUyZm{7vIGOy8%1UwrVmh0I?t65<|}eFfTzoA}FmMun0h z-(lZ^kQQjo(V7c+r7yxe>5X>!V)yxC4~er>alMR8%=IWgUZYgz>XsTRYZ14q&&FSL ztxE*LgcC-^iGs}qJMz|Dw0$HMTtXM4@!ko&zA5^VlZTBQl-D6Cix2=JAnoBwe*MKQcFMhjM8HT#S0?M^Lhj?;cwYg4%y4&bSb^t(zwXz z#NXi)M)P%{*V>l?lu|@4dQ6-|qeP{Zcw?iYM(v4MS*_fy!L3%5M5jL{g)&s ztNuY=d)JrCabR}eBs^V^Dmr8XGJl}4w5RLKSk>^ZkF!6}i-SAG+v`&zZ&s@moIi*X zu}BZ5Vqz!=^@ML#^!wUKYGx;Gk6lyO$9kg6Tuv^l?whh#6LYjnrYZ{tg5WMwebMz< zc8~7LY{4o`t5P(h5%s7hOT`rJM@q*_FzCcY3vaQi-%@(?5WG%Mi%K8 zzI>hZPGZ}O^$XCd3L&k0egwPfOQdd%8VddWyaQeTsVB0J>Qz48?87$IL;j046L}}C zcq4z5YL|a;4So*owehVIS)$({)kY7D$lH)nw~Vj8$d`PL!G0nwuZ4Y)(6Px(*t44n zcPE;WiPp+-DWs9yN4gJn^hv(UJL24J@drnoyk6b!(|!4jz1zG+K0O}c zybcT1mec|E5-Q4mo!ldiDs6L&DaC_>x55ldONKbOc^h;W>ESVStBU1&6(jgn`2 zPH-np>?Cg6e1+#opOK}qs+~I$w}kx|xwUpWbB4Sv}77 z%xm@bw0vCcGG?EMw!4bD^dF%I@{Y%io^|xSV3#VWw0hnll*RNJ9gQQ9 zumJY!=tm>M8;miQk#MT(i>^-z-`kmdkypvT+3?<_-tv`A!WO@K>244>WZOh8^V(R0 zj~p>Q1KAB9dmPwfC(gmLEyDZlXJk%&r4VqqR{H^E^Gr%~$u zFz2AS^33+00m<70NLYk=9oD5S#k~r(vs#Pd`o0C*`?PahX=jSMj%;-HNTse8aez{p z^ch82;SK*Iy2komH+uzvON!R+pvr5;RFptauf+1Xo@~4@QLZK-sbDGVVA*ueBFX@roUY$Fulp z|H9jz^g2I4jvQP5F{u^MrCw(jLR;O;(x;r_!7P2z3G8<7!oNfKCB_UdKi-i{9Ad@4 zEs8I=+9;r68qr?d)%PvmQM+@?Ed7B~`axmu0`8C+GMy}Sp2pRx@skUt`%W>>U8#f^K z(150+`C7|ANc<38orQDYgFflcoA8%SFFB+Vt>sZ5(^f`Ev)s(4pVtP--G!sOw3d<7 zU9dShOpVWto(r{>3wffd89$u7*UjrA3FmQb<@wr5auMrNUGsVp#89Z|SiZhHGMsQd z>f$E+wYGA#wsM7(DQKhAQ*A;RGMD8148P*#=G4+d>apsRB7IZh@MX%|?lb)p(l4 zZ=*F|0sf*rS)4bfE?5tFomW!Q7>%|4*$CufH09)Ysa>gp%{m)r!b4SmRy#NKM2_mr zCJHzVj;5v-Y({7}^#{C-=g(@5m$mv(U@6egrXxaUi*_|?uLOXK!yt}!9oMI}id|O& z#8ZR@2dz4ncj+l8>ucd)C{~%$2PJZ;Wmc=Uvf9~nY^2t_0PvcQeOGIq&E!d2`7;@! z*nDRiFR^i{rlWrCvHN)&8`ll#24fRJ{Q~~2l(J+E`GV`s5OhF4*mR7t&2$~^9R-ep z1&86n0FpCTUwdRVAoZxh*2=rlVKLXwVl|cBY-Z6`Hc4gL${q~iV*i5obeX%zru1A! zE-Ui624P(KdM_yuNum1Im9 zVoSa7EqMkHHIIhW;LOCmJf=(z{ouZOKy3biG~rp)_9*E)IYy2$0r^&apt$Q4Hm{0bW6a4(1q6$A}^!Hz60zm3;c2KPiJOH2q;Zy*bjEn5J>kjYxkw}HB~{AH4qiHeF7YdHuI7$RQAG3AAlMYr z|H>Ciq=_J9IY4XPC&Tcr_!Ops$$*~E)fBG$dOir!@vMvgcMikzIfsH!Z(=H4Y&jg8 zo6=h3V4s%H8_(k#kqZil*O@x7yDEXZl+LN1b?wm)(68wF0n#y57>Kp<19`_)be|6F zgMpnlKq^YtpST4|DA7tevJV`N!yCNE}EW~K=CDxn&hB{W0l^ItWvLD(9UXbMjG zXCM>$7_-p3#2@`+M0l+BTG{g_UJlUjyzR`5i&i(XMy$fNTtZh;NmOP%z#wiz*@);L z^8h^hnjrIXiX=Xu=UBxvnMk(C*}REvprhPO;fQ~e2fKN|*ef-Zc!aU1I;0Me`Bq8O ziS<0wR@OQ>tg!hy+P$%w1+zE#RLw$@${%&3=X{Pd;90MJ-lFvLE_SWxhtQ&FecznG ze=w`{O#PYI$P2Z>Rkk?G8m&`x18WdW>X>b zQEvPeH61b#VIikdlOq;t*e`vz3l3oVXw3ta*b6x!Eq}p|md${r?0$ZgrwZow=_g~0 zU@QXA9oDo;Tlu)C6-=d;>%n34SU`JhhVV7+D7;J_?TNeO@$tdSe#AnoZ~i~MEEcBn zEaYvE70Om?2Z!Ap$~%B%EgnS}ORVjnzFSD1CvN?1cAj<`x44+etR~M$*C+b6>;ud* z^rKy-KA?!1uX1CFof81~APr5?9+Qo|de1A;oa*W#_I_wBkrVN9HJ19<7#p(I;4Roe-#AsG=~!T)SJ`LQz;eIfD;d=m2OX9&(T{gG z9h;)HbVFH9i?S|{g$8J)tCf#h@TK=?kG{_7C8&Qrz@NOW#)#Oc7OohPye}ADab_t8 zB}3bV3tOpfnQm<9`cyxVy^VPozP5e3OmTKm)}zMek-MojF;@V>PZK?sr=QZETFna2 z*Qk>gslR!1Bp7QLpuJu)fZ^~Ze#0~6&5@{LtvM#QJ$aG+R2hnuJN3bqnIMA1`~frX z#M6j?Omro!`z#QuJ-UkY+-p2Q~j*iR0zTk~7i>BL*W zynft?`3Hmv@;0;|8<6x`{4Q7&gH&G~yCr25OMkf0YmKkEyP4LQqJuC1~YL$T39F$uNo7{*e1HmIn1Z7ou0{sNzE_3Q| zLG}`bXXW2Wf9GJkPR4g)KJeYG>Fs5DCd)}tyiR-{a%lZ$` zY2g0Dfe-L^2UUG|&LXaMwKs|nVyg9|Nj<@V7ufd2L2VS1yWI)iB50cjI~+T=>h0|x z`B*i~WyTS>0Hloxez5*DNK70UQX?aQ^-F1nJj2j3Ap&TGHYn*ri`?l^^@Q;yr$79;!Ir6MJ_cA zp@yTwv|p~ie6_xgXLEEyP-=oT=85xEXKEOi62@5=L+nFS*2PAL16H8itz1VxkpaWR#^8*QD0mSMV)9Z%dNZd06K@t6dGC97_!aWozNcJPXPF~HcIDiZQnZZ zH;j}J!*cYP!%>nY%raQM2k32W)KDWeP`XOq{F+W|8~6<0d|3E)4~v!zLP@$Ay$hxA z;oUN1;<{zr89pGK8g0uLve=c_wtmHc9e`j^<+k>%-)*I$ZR>X=c5c%iOAb}d%t6hw z%@@eEC;lBQZyWd&g_0vrFTUo?;!C9X`fVFNTrY5J*tX%Dp(su5NGy16=hmIuc5X|$ zla24RQ8S%3l{0s5CKR)z3U+pb=|M^pwnvm99H7VCrIZ2MC8bD@M` zIGCF)CVWXRQ!d~bk+hAHFSt!SiZw<%icedaWKn#MErIf2S!X=4j1uu?MVs=)z*F$T z*dq|S_RF>eu?b?1DV|7thL|^=QuK%E@I+X8@v6EN$}=p=gaC#7gb1eyaVF+b#kRJy zkpoY!dRj*Rg?5eTWUr)RrSTQ)uWyt>ql}R>x1cmp6$EMca*s z+HpqBN8TB~Q4Fac9Vy{@)vmk)azG;^RJ2Kp&7(k{q`159ZXi}KcUTS^AtJko`i#jL z!nS2|;}C4FTMEHo1gVtZic$0mtIK6>hidKlpdL4uNVS|G2|~>79g5!k z`dX?k%j?!!_A{b3Am$a61h`PkVJVD&r!v9e<5C|_(j5cSWdM$xjEfA!ihq3sw{V2U z=YH09wAaFqdZUL&fW<m$zJVKOWL)c^GK9&J{8$19>(?1GFc^w71{1`~_g72H+HhDU{&?P=`)mrh@?s z8!oBXoW4iqNR7)Vk4r%jSK<%wN4jRdt&%$Mhl)vs-=ko&rSw+7C-PRtkl!hoQ^K{+ zNNN6qDRPxe%#F5X(bOEuh{G_IIK&*vVjLbRGG?XT`Vg`x;bAX5i{v=6m9GPdkpN}c zKj@r1QUp^jBn=(e22+e#7<_TfQ(MIWZnJTE7h8~o2yoOu7v$E zSj>3{vKuCJ#1zuJM#f$8=$GlIWYYZ|(X|$YbEMZ4DpX;9~mSj9BFt-6FxpTS{Q9Dqe6WvybQ|F-&h5`aGold#pLaX5Hv&lC=D|0C}bvx zWTffB6{X5Jg_-7P%~N>ISklqnVMbv&%!dG@=*a1hrB`dU=6{tEQz)Sqp7ABz@_l*J zNuzU|LP9pFm`Bh*;yRN1j%Y_dUC*b>W#(mqBjFQSx=}PcRi3O?UK3-SN32K*ArxYl zk6{LLpYRzMi8Z_se{vZFfIvt%AhA~Sm8}$y>z#=OPz&=r%Qj)TxC6alEK$owx%w$A zhP=+AI2j987aSg06D;Fw;*h`uAi^LkCW@e=BdY2r`}%wm5ST6oHxDRHL|CD6D0=3@0;K zVa_SbhNW3ddvd7^Bv6BjTpCowC4>gXCA`9)9C4Nw%%4-a8Ym9uV`#7fC}mC%!>cVH zLK%agS=Pz-vMMdMqhbfz9t|+fZHN-(lshOFOTFOt84!jSRTM%=au~wHV?Ek2RrG|*{gqZMRjV| zKI-4FW8cp054|3F)l%33dxoV$eGWCY3`{=0sH=qt(pD*xUT0CWnjC3Q_;>@li^UO8 zC}z0`U`OI4{kCE_ED@$2J_4~&VeYUr7L*;Vcp~xDS0erx>e1r2yBO>XV3ZyW=X>CM zfiN-Ga!86aRA{zTdasDS6v-vn{?McB(sVOIG#1*nZ6NWnikjNG0fY&z`s_ooj-d%P zd)bu`--aR>h2#y9cXn>a;!$Srw$)qPEd*+hNfN(ZAItnid(=(;EF&^4RQJ*kfmI}S za*($2mXzLAoFA)Bg%8o6nlzRC2R=?~94H(>;u59BmC^!aJp~kF_VV*^c#y_(^(`Pn7zVKY zX$xR9Qn96NnGOv3MOyRE1sr9o+M|;O2RC8{4MHMTA_kVLp0zt>`eR& z65rY;Huxc4So7kC+^jb?ze`DkOh8*%Dj!<2l_kNNgn^9!%p(1pF9AQ`b_xpUiMzPQ zv_D7YR(wz+W{BMXiu*I?go%@~f({K@qnX$sj4#BeHO~bmd86ongjgz%v}|L_7wM}8 zUjPaSF4BTBjlkIe5nbv7|JMK})HGX)QqrdJi|JLmH;F${L?|TPO`#I%uSt9)U7X+( zwK~~SPpXPU6{@r|tLWt-sn3E%eRCvn3&k=CW$OE<6Uv<+TnOcfQ}VHpc=!d-Sk~K> zwgO>@gy1a=b7F+(y=@uD2sa6;6I4ONec!ehKpy!Ld)J2}QvGC5)@0oD&tl?~%94(J z&d{b2q5Av+x?3=}N`#A62G)d!6ORFb*0N6Y4wy<@Dg7)y!=^FkY*fQHg@sL8ow965 zTJJ8)R@JzLf~CIK7$Eo~GE{Mj)^ZS(rcscP2x(+?Kp~YSgv1n^iPDg2Px?U*U^*{S zE|4S0lIYzKXF~kD0)85GT8qxNiC^-EwYg0!oA!&)Aig`gzsjif8s(mr&9gYJCUV}a zu_?#G>Ba>23a3&c>`W;C3ZQe0a$mgsE6^gfD=EsaoOmVngpVXf+@eyrRVFHt@OydT zP7Mzak$oBgG{In__A5eEo-+>xWDWB>6kY|yDcVr_Lq+lh7-+m{!ArnFA+~GTR_(>Z zW)W3mGu|jacz~6(%n?)AZC)>(UK79z*m2hQ=wd1inGX4qZkS&ph}8Jh7`c*{{3W0u z#_J&&v4X=ud7Ex>I(0nhYjt)wJCRV1a1}W|S-_aG;JcK{VZ!H;mbDiL>k0;!`8UQ4 zK6^)XCu+ygx3Vo05ulTnx>)bF))z&*3X+t&AMdLyI_f4VX=stO2_uspXGhZ#*LNIj z3W|#~?$;Ut$Rftdtk&L7wo^^y znKO-$x1eoIy%#@*h+%ok5~Qp~%To1de9mgYF`tbM&UkFP&$$)S$Te=_Wicr~Sf+?g zavnLrL$X<5xnfLd&4PU@AFc0#UIQ``{08k`;d;6E$*)@PA*5s2k$X>MQTF^ARycQ1 zt^9=rD2HRu;TVZq{1PIz`1SJZi*~wDIDvFE;-+`v4-rY?)hC{q|3`XKY>Xy8_xrH; zD5gNBM5TX=1O&uKj=(a=Czqx2XZuM`H-y)+e%Q_d5xnB#nZTc~FB04MZYq^2{7jvZ zIf?i|AFX%>pb8Ebq*&81NYo6kNQmKR@ZjT1fuqpkHy~w!sbGgO(GCh935W!j`=V=I zz2J96KXGEf8U@@E1ncj8}}I zD3`9gRjLF@8+7rkXptk5og6kRT70u3oQ-lT+88-_sDlV#n@lrffu(}fRW6UUA8#Xj z!{mOC{rjBShnKqQ*?#-+R6Yc@wJJf!LYzdedouDJHWgn31d2%^r#+3?3W zPsB7lA{g8)ZHr4YwjVOK##~ow_)~N)m2bYIGMl(UwGF?1V4S1j26&@kJLW}01Gnsb z^_%a}P;^a>QCd=8m-13!tkerMb*Y8pQwys?spR-@0-a<%zGtHnC=!AqpOp5(2@r3&1xxPw0RtG83??V=+C``0{#VH@>$Y8N#w}GtZy6u< z;uz5P2yQi1oqI|~f)*?PM2_C2zuO@Cf#Le&#p$iF(-|r`Z3=UQvj;}UCVTas_B}&X z!8$608FOyO;0UHBb9Sl^34wEkAJr;>swgcl1)hx@l68D^%a`5Ba*>`da6@8ukpR^E!kE zfP}q=G2iEO-|>>@?YvF0L7~l1yH9-4lUa1aueCe|`VkH8G$wwlAcYpKV;8Zip?2fu zD&yAi+H>oMv>zP;dfWwO_PX%s3=kOtmocu&xP83#%!UhYuWk6lJm}?t-m#s;ZOFU^ z4F+_&nZ{@}7=?Co$a$rZsjax3PZTnVo%Cd7;&A7M3Wu|zrEc8Kl1gV)3OosXSKeHu zZ*#Vzc$XD(;@M>LuU1*@#oOFzPCX*oy4Ptf4+>27u>Z|(54+YZpen3Q8m$kFmojwV z<*4wWgdgmyHXnsB!MstaoExhtPSOOMFa(ClXLLmzmlj=6h1UGAwBQN$Ck(d*Xkt1q zS)@iP_-J)IC$_O0A6&Vymc^p~i1&$R{$$|%ECjSkY{oUdv=oOVT#1SOzoJXM)bxswA#GcdZvGw_&HDi>%I)M`XYmpY{)1Iwc5f9VY2E@iyzL~gP_?ihCS@S02r(e zHW0`$T0a^xUs4iRc6ggBFHkk;b4M%Cw+hbUrQ>D%<9z*S zo%tOLoH{d4H55?7&!{Za2gNHCCC-Xh2zu*n^wya@xJwy=I1GS0q_bcC0+kQI{Io(g zL2J#sDS%AFLxwIeHx5_5l^3%6Pg%q{awgeyE8h_-3+Gk@_(#&OiV_smLC#Wjn(NiL zxrwM_*V#75lEr#Om0mYKcAF@e`rAX3$%+TviE^pVR4(}YGDlh1i6kItm3CaE{1Ec1 z7wvK(P7h0-UCgbbK&Q-%(<+S+ku~mmbD-6QL*TqRb8op| zAbh`)=s9|W$0*N_whd;Vc!(~oRNo@#!u1%I2b6(In?d;(n(Z(p+e~zgSMLzp>UV;x zX;oBEutNf$#CiUNE)NSy1t<$quE>Q2ZG@mtd<7YvQrT(LRdODd-lwN{w`cIWtQhzd|fSZTa zIV?xSohMf1)wj2QY^gv_YT``9kgfVg1+^6uC~pbu3ptOfpVk|Bo`BK_Ni+>>47&7~QP|P-pY2~}Q4Kji3P)=z+qK_!&if;Ud}_|d+Id>ww=0NLKi{)$4|0c0o9kX^r`{o+ygX zze41M12g#(&UIG#_nV5d9Fbp(VcyP0^0$*4sLXBNuX?TqQf3@r%y~@EnUK@~8Q3_B z*17}-3DN^!g=pc7vijOy%)P5Jgq#g?wZb0e2Y3&`p3qwJQ=&RMIj;k9Lo+8cl5?tj zGNXd@b9u_5vu=84%z2GC-|(l#9iF25@)yj9HTDUH(*NqrbxIjYdc+k^2=cc(R}0BX z?SIb%SUf;pP%$6z7KGp|@ivg#dh;p;ao}Z<7s(&@uVj9H>RNN} z^>zidXRlzd`1{rbl6m^-adXi5^nG03B5??ynsCC7P*8-_+SRcib>4m;IguU ziysFes7i#MgtihLcWp+q+R6zoDV8dHyx|McdY3}-7Fqm}+mJa-HPkDyG=&*aQ}-J8 zjV9TxE2uR;PQ9^eubxQb8-+Fb_B6g}-p|^9qj|0|83E zZ?wL%={Alkyo;dCof(+X`^4nOA!|6!oaNM+U*J0zF$e98Y9H^FY}9;HaNSZ zZIS}otKVD|zgbD>T63gAlZ(VGa(EeLE)@{>6P}a|8@?cEu~48pX0OvVz&i69!ffVQ>xOJI7 zu$tvi`8Ad?+o$j?`-4Qn_8jbLRa6LkJfdYfzTfcNScO;LmZoh>meg6YWYGh*98oIp zXn!g4O12t&Wqf6h)0q?PKeEpSDe{U)kz|8Wm(N+V<}<<=Ye;&qXqqvd^(oHk%};(m zqoNFTR5H<`&@&ZztvOy*o?{HwD+-$?dYtv>pc% zbd4gUfi{eL1;#af2yB)7u3KU^6KiV;TcKvmvQTPrfIgAcwrz2lr8lFabHYU#tz<~N zWfQCp)HRet#j|g>TE2kmYSUm>A1qd|9v#W_W0gRlm9?WKaJN|b39+yBEq(rzA1Tbs zAWp<%a5b3_kyJ=I%g-KTVXjwHG37@!*z^5Gx2oX`FFS3ne_*g0$>hBmz@J4Jef+rs zR2{sVQBu#C;{Nk^tDk3`Ao|Uxtr{ecN2$x2xBjb=hDu1|kGw^I-;}0B1-$-#FZcxt zd@(@6_lgH1QxtvI?!!cTYAL0XHQxYc_ig_rm`7Q|5uryFso9dHRKD)7g)-P~{WuFv zb!X^lu>ynUCbqx{o|tE{&uV+y$60^%=h}|1a0@YfHkyqaOO(>~0R}=jz=$KnvaCrGiaak{v*asqcP$j+jqK(QD zR7G_vL?Q?`Ws&>mIg{v=wC?;GmBJJ=<2F)|0Srzp@<%otM0PZ66vQdF^xwG+nI#GW zKeZ~oaI5OSEM0h_>%7`uzHqMPx!WwTp0fnE9TBF?(YM~3978RQb+9@!Z}{?r{6@1K z-<4nWaAA`CFWC-#kN%e7CWmE5Z@xXXpeV}~C9+{f+~PV*Uaw_=sGfm(r}jiUk7A3C z#av@>>B#P9S^aU%#4Ja2m}MiC=cMIdc-}$=BD8T%_~ND|V^UMXLz3sVHZ93YO(BmK zrxdCs(l<)omp2P*7JbopHS4?P@9)L5Za?y+2Q zX`LSSKFxZXK$(C+zZ4h)u$Beh2~+5BPb#9BuL$I$&kg^Jz0PPQL^7Y@aolkMpQ-1` zPwjO;)<0N#m35FZdmZFG`@Tx8lSsNgGW_rDj_wahlIuKt-SQ_Of4sOLy&=x^N)2z5 z697Zq~88j+!F3=aOS8|W}7Cw#=0bW1F`Jo?lQk6ql zrlk2h44hFC%x_*aVz%;gN+agRJjD?DHtm_CP7eEHHMI?VbIxIOb&7+;yO^UCZGltu zEf?+5VlqDvu1ZeM(1&()^=8zntYAG;f#0_C5%v>1t+cY^@{LyZj#l0!q^Fg4>hExT zDVyB8QbpZT_0kGBS|vJlt`ou7B_`Op$Ms$9UyN{eM!Ou^bGw|Ij@vz|t}~Y6iMle~ zB~4$1iY!>4G%&2mhfHcQn}&rZ6FYKGW}eV0z!bDK6*)+q*tD2^+((-h4{$^dH7#ad z{dv=3mm~67)8c`S$VW|!aT@MuT0GbhdB16~n=RT+i?bb(^-YV1I3j#I)Dd~DX|cx< zd9i8nIgZF*n-&jqME*qGi!}#%3v7jD9}axsXD zp!Q;on1qtiD$u@v=*(_yi!N+`-x^6Fbsq6Oex31p2gzdMmIu(2J;?Z54$dMD>GXSq9zGVJa zdUJRQvI(79gS}WT!3rMdI%7i4;r0P4`S;5s9FTC?rVxpzt5d^2vr*_0uaJadU2soxP9lN$aTJ{$W5YAqApmtW;{iL*3!mZqkw`NIEAd6AbQAC;#H z>EX85gIyUOY|DQ26nrjo-UH%!_yAAUPk`J!pvYbgki>T4`A2@mE3CMsiX2CP5w8eI zC*u{Wd+~~51~L_|D6t;q%Fp9&Ne;7#E4?^~L>KKW&kHtlrSO#;k)eO0@r`<8v9^+J zlVmHiL-t-j+SI1g(XkD~GSqp1lCcc+4{1%>b`6y+t~)imL!t@K{@sKe{w;e9LZnseiF;}FUz0gW8D39F?aGuMYIc$@OgzWGVDo_qA@wN z+FW={ea;@zrA%y>Tb1b*EQGTSUaBk(o{F4{Gj&9Lb;!)NDo75mZde+@=@~L5v=Z5n z%<4pw%W{zCB}bFPvHYY0b7aAKV1l%N(Z2ko>Xm~ozaiMy%8oG$a~@sZ?p&@uWu9J5 zCaLI2&MmM$*IHIkaJEwk8S|dYMK*h>QGj2kPt1oKtf|phX)MB`S|R1>_h|V+_O*>l z-X`7G8dd`4WQ0K(qB7~RZ_Vv$_1z<_a-QZt0X(fo9+|BKTS&#X(V{&ddbh>W@ro*` z-lzz{iWfv1$Dasihs>KSJoZxKcqyY+`Q!)F4}iW-UXWVgGksQ3{B+g@{vrG-=_y@_ zGKl*4MQu=ClgTd_dx(E;^i(QbI{SR{?W1Z00p>a!E>nZPx`wHY&Fu48pQlwiz|8Sr zwfPHtUJ#1jS#SQ#`b3@REAcQm0y60To6i^A{IxX2`GS3=S)Wt<&8&-4U*Yeot!6Tc z$a!pTWzw?hP-sl{EI%fs5O!O%tWr{XVuj}wZJBpLbTN|NOU@W;S7+&J{pOth0Xwtg zJRU^h>(ZcXRQn~JT)s?k5P_217?o^&3J;9-9FHtDD)U)iJ32x+DHeLozz9V|m#>Z< zOND1xg46yuGCVGaWH4NnihkmiqpUk?xGSyUUSD^?**bmKk+XJM^)`#6oMyO_<3`Rv?PLJee4h-{j>UmwLCcOs*K%e8o13*sZz5l+ z-ppI44|Yy+IVZXE-o#HhgfHo~L!VJ5)$OwAlgmY4*PDaXyxt{@`k6gq;lC!=+v~$H zgnd?CzhV00;Y^65r;dk*;4>IxE6j!Cqo+=Aj4n}sv_8w2>#H^IRU{6VRGU++OL6UH zh0Ix2Rl1^sYxT}rv)C>guQm(pqCFI?Zg>dxt8JLiU!3uOR{Y>ka+t$-E(sNtK&Z^~ zR}(w%>GVBm6@E&y%T;Hx%X!9RcXTlXFwnTUj6?X^oE!Vs_y70%e*6`_u9s8?TVgh7 z31lIq%_>Yx3D03^F3K8NIfZ;WLi)CU>c3y#Bmb@Xq<<=XplA7F#rBabM|X$JAbmk# zcQiBs)$Eg#O&0YLza9$qQHxFgAtt$m3A4W7(3;h8AMaSAR6k(O!NgJAem=|{> zrFGc-Wzohdj#Td7&twzpG6;iTtTL$!R^q@ZqNx z1k8&MN*6tP;}oMJpjXs58{Mj&4e1ttM?KFw^G-%y!JpzUy5GN`7W;T2do0)s-WV_{ zYLeNlT(5edBRDWdrw&`zclaexiNf|$!zcPMzc3b0je|r4xx5jUXRa3Zuu}enY5CLga z_{G97>ZagCzs#5zFdA!|ALPBuGF)IqPEoXCiZjZQQ`*Yo91J%xpiivP-?iS)+p}V7 zFpF5vERIrhnk=-48A6newz5O@ShiU8q=x`{w(T2B1RjP@EKI;BV1dKVuvQoXU%mOt zmx{wU65xP-EM&rOQZuRXdYl)vWv`Q62WpX{57i1E>H5WFfvwM0f3#7|5O^nFSVlDE zd1>BRkj8yuChoVU%k2}~r@|o>T+z%8@(BDNKAbCjNZr=vQD zr3(ZpP!+4FiC2ULYw?Oj*3T08nLWDUJs2#tpk%gt_K4Z;)PmxW`AG$Uu91qbNi7JP zuPSVEhF>7bROZjtT|=kv<%v3Tiwei_D5{dS;}tbhu`w}6p9nYtnbsnUulmHhjfp{h z;!J&_qBRu{9%4?~Cs8k^n4*g7n9aoQuTkBafLtTT7ABfRh8VSuH>kb@dR~51U6j7d zlKuj(dGwIjU&wiFg)GnWl~GsYT+Q)l;J>aWvN5rj$2h8sgIe=SK8>b0FDp-qHr`#( zCIJ^EnG`MLhOz66+{>z$F>z*5`+~9k-siR35KMSeD8x(bLoWnVs5XnmGW*MgU9`cH za*okRR)V13c(-0Llb8MKo6VVDi)sb+L`9s^nk990pLurrXZsDJ^`Twdct#Su8m0IsZUHDd60!(XumfrWO z3z;7n*a1Q{k4bEkr8`6v_1FEj?ii+cp1^6L=s7|ao!T{OKoGL&@v6HBZmY1OrbY0+$( zHI`Z&YXPG*3o_*Bmj2x+c$3_a)kUnhx#{lq z8_9`wqZ1j)31R`L{%sTc?YQWl;~Dnboz||4Gwin^b{#|L-|@&B1R`b`jpON-OS-lH znCcc*cjI{JIwz+fJR=v<%aAz<27}f`9*1bd9~dH zOU$K@bLj*6na_+r^9jRgOvcAz*-O;Vd8aRr99ddA~y!^e^zm$`>XzQ9Eke2wzAL{q)jhF9v=ilU68{*LsD}NPzg_jB_ z^+ijV$SvAQ9y^NrF13o_!ygS6rgfO-5hZSvw~dt==MB(? zk}b})fFx7p>r#<5=2Pe6RYQK*{(a6E5cr-4Dhs#|-&4Tt(eE+i<$EiCFTky_fNKkx zcvA(qI&&I66fR=rJp8G8Xti#XugPrKtr~tS6dI=%vjt;Y82p=hYCz9YI<9o4(Wx4>L`^=k&L|{+l{O8Sqe4v-EGT&Ce zuj=h%|z%%76TwiD-^MLspuliaO zd1|ePfUl(x=9T@tu{xiN-V^t7Jg{D>69Q?O4=jq0l`TgDiljf?ezQ>>ne70 ze((HH&a7Uat&j;9@SpI9QPP8|uM7z>Wfu(O){us)a*AR-P&^p-OCROceH=uUVd0ugXPoMq>b5IB0-~m zuVl*BstyuxpfB8Ocsbl}pkBX6cSlQHDPvhra!7QvBXSA%@j$Gc7Dibu$Q+>9qVw;# z1sktslABMF+nQ9Q&3w+AIe;1bX#NZsStIcG@uTa98T`2Q4-DbbSL@9?FS5v!Xab2l zTctR?w7|Hnu#ef>BXf;Xaf7cApCX%$^ip4BzU0Xt)buc?5BiPyqZD_wA*NH+=C^RP zF|_)j?&y7^oRM4Et_4k85W6j8i-5`cv~I{^8tm-ik&JY;*-dZ&An}N!OFQy;Zq@dz z#f`-I4XQVXDsU~_ln5C60VDaJA_+3+#c$J#k_9W+CwKbzi#+HfZlA)8Eesa_hhV0y z-YoH3m^mCS?2g|5p)>Mbqv8en;k607jvgRYAZ!sVim>addq zpv@xXH9^&@b^1LU?vb0;(qS%ESHst0Tk^Kc*jB>MJYj!sg9Sc3?MtWl&ck$;ie~j|yGI=If z@yrXU$n)kRHvFXN!PcJxyQ3u^Iy3ZHVIOf6W)jDXf9$U*axPHVG=p?hZMDD2kd@ye zqblDB73v?ff9YO+M5KcD%m%+DD6)^mYTF_gH*sL+AfsedwC#BsALWd;h4jv37VmC1 zzh%`bE7pZd3Y?~IMybvyVfZIcrT~!h?a&y}{VZlf-)~uzu(3>a;XVDH59!u-{v`DM zLcKYYRdMK4oGeEeuXwqd52CSNY_eXk?6qG8vcu9_qOa1rOZ1lhz^LwM#fQ$=B37TC z*R#yIxJvX=w|N8T*GoOCWXxGN)JyZ@rG-i-SxuM=qBKw<8fkP0XzZ5j%|@%=Mk%Cd zA|i;(g(i6|^kkOs)k{*14E;Mst;w+?5YtQ2Ou>figOP6|kd29?dp)vUtJ)-qd+L0K zyXXMDg_t-^RS{G29Aqw!j0xS5;X0u%t9;VkGE3abN$BQE{ut$}GU+E@p}Z{>dDR?^ z<&mbJG`@?$w`e(0acNajqp)tPk{-eOv{lvYV^YW!mH9(s(kK{wY%GkG&PvI}eU$tWdb^i?GujVlwtw=p_J2b@R61=wvs|@5(0IT_+lN)#d#rcg$VDZ6 zZQn!N%1G{K4wnhCw|^z;#A$nYRT&>;6q;lR}3I?k|fPy=Z*yjkJTHpA=xEaTT_hEK(o68zl_@i2aaM0!O$ zzgt7CZ1ZV^Vz7?L>0~SEkeO6lI9$zbMtOJmgVX~a^9~A~rhaqzT+FpK#)NetbL-(# zsdWF@mgQ!8%|?9#@`MfAe|iZCo*5i=M_MT9ko}vB7~WcVUC8M%13*asgIHbmbDoZ)*y-C zM@q=|=Fi#J1qxD;{btYC^lzwLQIeZJi(19MJT|bK2pNV5ditHZ>>EE@en`AxesrnZ zsrK4xEsY2~BjOj)JYOy+u>+K2IaFba%#@W&AZBpw;c+9A^ivrY|eO&6*TK>1(O6|{Zq1GZy zUbyv&{rnJg(9MrmulR}|pI*_kY7oVe4`(08=4v#_QqVI(FAnNu81ohT`EeT+-TZir z>0c3<>@_MRF_|xUIeBV73IY88N8G!BM^#;Iz;lubOkm&)8Z~MvQAf=PYEn^&L=DOS zDnbwvw2HJX+qH04GKu?VB|{^*Ww@#yJ8%%sto|Jy+VM zntT$D>|W-tvKyflf@jT_tL)R&N8?j%vLE$eMc_$vWpTKv>$TkDG2xer4OgDl#Rc)l z!MixmZs5v+XQh@SA_}9j79bE3d=1WogDy6+uw7h^kZEIa;LrGQ_SO%Pn!Cwp?D|bp zP1M$GcGqk zYRu0YQ@wGj4Gt>G;g%6KitvAboAKI>wRyD-kv;+hJUvbpAfhKGZe%SEWb9W!R(liD za33oA+I&9)$>qnHZyF!ZM&HJ@T-)vMm!!Y{-QM4OrN8&)#v^^S{fTw75I1*01W@b_ z;J(6gj6e*3{()8;h?nP!{JKTH$#6|x2N`6Z!;8%C^dfx#R{o$FViUJAgU=l3Gw%-Isn8sl2iYVr zZ3RqbkvWay!$;TByLePDh|5o1sGlLN?X8N@R5x;R7?!&09sBk+TqN-@c8?%LlQ|03 zCsfYVly~gm_$;L#RB86@$eKayw0&t;+nkoAAQr4Jf=&c+DG*XqmMaMT^f;&Z+Yk!s zCW(AJ{;m~Jo(Ba7RoH)lOamVwCX)^+f40+17c>K4)cL&QRU+!+Jww=L=r1Quytv^m zdjbA0)1qerWoXngWURa1AvLY?ZM2D6SKH>+#{Ip)w_a;@YckKCfV$0fB`Ny>%=jf6 zcxf@Db`b2GAFR&nb0KK_SKcc03d?AedPjgxQGjxvvZHN&q;q z*%wa%wuqXJ@8uSs7{bNp(bX;=UnTly5Z@U}a43gGg}oB@Nq`!Fv&Vwb!5&tvP>uXo zgL`c2K0>C_M!lAs8z|^Q#ZCxWrxq;hQOnO&EogKaFqpBDBII1Wh$uXFSa3#eWAq9s zU*0!4G>K&ZG*HkOJy~HsCt+w!bw>yxW0%;kW0WNrY|70i)8<~x_sM^pPnGk{R%a&)nhz_ztQMpmH3~x zS~}H6Q0KOJ@cmY~L z`(-)m#4$P)DO5aX4aL8?$!OM%Hq5Krk#3ckIGF{j3+QQe!9{)v3#o{* z@EkuP!IzvVvVKpd_$kNy-rIb)qr3QbAEW4 z^8@pXr37hdeW3B1Cg=l=xi-T0zJ%tpaIP}pH9qJHuUHs*LUj$6KN#tvwPJaNy}D#i zyh7Le8rn}J3mjjH0ip~L>vkW^5Shv!Jb=L(WR&d&U}wIz09>=@EyMyby}=qs#o20W zNJ*4zNozS?rEi_&!VeSl+qrRIVD2LhA7iWhYSS+BPra5(3Y_alTHYs>auSCu2x6r9 z(M^5}7dJ-HhhVB=@T|`Y;I?9L4<%SJREg&SlSkAd%*FS^%VKeZu{NO0R)}|5WzSbk z$qC{t^f-$3vm+|a9)=U;?W>_zUq$Q|aDpfOxRr~n$hA0oZ^0T;l(_+RgjLC z=j31dB9^t@;BMw`0_T9rJ(e*qJjfUXqA8xkH~!-r4zfA%Ajg<*SHZs#!91;QN%&(? zyjuhF2MiDBi<=rh%BtHEy&nBkVjXJ@_d>{1$qhjM_#jR*qzO4*;uo8EFVUvEQ19 zfsy&uZeXWMEy>kx{6WO41UYa!OG_ErL`aUlbKimWVz#K!%S$4D#LU|G5T`V$Xhe9A0E9GhZAS_!rWCx|M?geCkCslvzVnk3%SA&@a zI)J}Z4XG`lv0f|gy=_o9u}1e;*;c^q?Hi~?R)NbD;^-VAzkM#$(!oe2pajl^Re&T^ zYzBKTX+YCJf|X9fX3Wz$64Vh{``YuM{z-d8Ah`%%#Y0;%@Wtss?CsZsv+`9|M6d%h z;t*i;sAZ&~`6Kz8ZLH0|t|{G1PlMUbZ1sA*g8fH;T{4kBY(x}LZ72WEch(P_3N6(N zS~!goMpd3swNuw-R4=J^6IQbVSn_ohIWtBV9g1z94#y;H4XXDw)yq3Z5iCRHMZgFC zmQMEe_@@vI3^C7%dl<@m`#Y{E@7#Vbe&?&i2R%als5>??Wmb4Q$HP^% zSmhYg%L#wy^8e|(9Iq`_J%&j9V5a#LZ4lowyrQ@+5~Hdw;yJWpe(qaumD3fFH#*22 z+SYN_2+opT>VfS%&-va@>Ch!oOzChf!0t;^8^%K4=nKwedBq&`X-@cG1Dvofc|Wt7 zJKPgXXd8E4n{D=G;+D`gy58Jo{~OQl{kdz4#R9~tgkN^TK|#<-^auNsAB!Bxfq-t1 z9hcN?5q6B80a&OI_JemKc9N;`_cyV_x6QUyQ<0O6wM7}Mngaln8|{11fFnho!?aLf zUyJPKHyQDEgB=>Y!fo)!)|Gw)YAIm5xVCm1g`vsL~}@HNqpJeI8Mj&)UEQ1{q(pNp;9%_y9x}GYSkMN*|;%vkKbt6 zU17h9>qv~XUh|6^5}PrF*MDFBC2oHE56E6+FI4Y5JXZrK*-VBty;{{b|H$nRbL+by zF*4o$cjPZ{^V_FL`~Dx&{&(U3j)T9w<=@2TMfIM>=lkffFkSu^QhvsNSbkW#{MAyv z>_05;PnSPR${*M%_;iH-JLvhU$`5bgE&mey|HJYN)8&65WECy!^2IQm<6;x681=qwjkKhTAnf^n#Hz8X>|{8oWhQ!6^lHKg@?X0_iy!JP8L_ zC)_#WWjAF}oO3m#ugEr`N-Y14sF(l3D;5hos*Sd@^u>)3@O|~#Qz7<|fa~0k#}icH zxVlvtOHNN@|@LCzhzw$q%OVobflv`!!9n3>x+^ogPU(Z>5bd^>fYnapkO{M z;5ZvcQP~EVXb*=e5AQ+fNJYtuC-I6f-1+`1jw!XW&xh?dsQ(qtL*{0L&D-;DOkDYm zhkE0uKuc&Facx+BFJyI4Buoy9TYpUy_1fP{(z(WG#ie`nMVw!;Au<0cHbIpGYZ6Rx z6cWS zpk*j1qd^SVXWgC$?0une-Z%%IiYQ&9&wCj^le#Nw?YxzEsr!`kr(P!-E=WbH?%4*6 z$Q*liFv>mTGuub!x$Xb@VNx!#NZKEhco~3#R0UKcekXORxM@g}`VzmCsfGdXOSZ7a zdLmwpGofkZ|A`!lLqu5gn@;$KRC}ig^IVWvjm-9~4F^(OlhvrJ0u(J-EwHE2hAC9M8FLfMG zDy#>_)4GiD)WyUYs1`_~7*AbbS^H9rrzR*=1-N%ljUJ4rAfC{LLwS=qkMxjLfYMN| zE%e$hoyOHsQm059rrT*%duw*KR7ko)sU!J1-^M&64iIrNh`r+0R7a(I_D_FedV*_Mg-R zKn14K{7*9sBF4OpZGo7dS0n`X{9D_IFk$<9YmL3OqK&*s`BS@;!mKle=D>V_?g8A1 zvFI*{o&fdFl zB7x@)<45YhR@MKs)c-`{_W;8F^*$uTDJ9CA3JXyga`x1!Pwv&Qx+)2?K1p_4u?`)tUPIwBxdCoV|n0fpFQJR!@Z!mEXhQzmVY^S9#R^HoaZnf8Z zd@vPS3q|=HIM-r_NzSw4CX#jDo}3sYyv6d8L)eVog`OF=4!8Y`ed9AtI`l@!B3nJbDLB?f(i4? ztJtn!jbAm2U@dX6bSS~mly3WN>#8?^YN9WwAoQgEJV*bv+@ugyOp za=f-D*$V@jSG?iAklHQtN2Vg)(za;Q3NK!#5s0$0a7P)%%-F>xsj@!R=FA1LQ5quk zn3YSd@KR95M_nB~(QuD*0rUvm=Y(cwp;>;;QJ>f1bL@s}kkD(Ng&eUe->MW$AMvo7 z6~Ywwcw5b%YV#^M66u3>lx&HG|5j~Qt}(+)^cCR+xDMxU=s9wY6<$Ile}ws?&)CJ; zV;?ie!Z)Jc?M`cKCU6@G9Gm{zsRG>3R(cvzsnrAkRj!1cHHF{jp*J;U*n-4I81z=<(vl7F@ZS_xnK3!o6P8v*rZLyq1<@g417>^*2+)av~)s^ zO0VaS8GTrvcMfX6e0?ko8XLRL z3~%B&2z^C2r$!u5Sf_1}8aJTEZmPN+(RXo@Va0Kf5lDqmcxa=xMKWzfrsIsy+2;Gv zcP(HYUW-n~nD^SdenGt!^nC-2@GzWd1WkN_<0>EV1unh{>Afp@{(Ag!V+$u*a=O8@XeIN^os!F_dqkV@*=4arwngV35J1pPe8KO4>O zmxV2Xtidg_l?(Mn`_X8%F%x*!wc;@rej^rLYla_2S6MTclx(mnA4V8V2AWY3W>jby z#FSBVMqlP&{{X!iH(p0ap*Q1)?M>9f4*mXo7_#Uv4%=fNpfEzQA5uSXSnq*f{>&u^ zuZRs~Y#hUjhTF|J!)*@n;{?s^3&A=w*F?H2d}|9ZDjW%6K|&a975XBWk8!WgVaH^8 zK#pB=crmjaBHXI1#jH{Y`Lnagy|{9EaQnxCrWpvK z#5nv$cf7mJ{^j2fI0``Wo#%&_^Y#%-I0{lSuL7{)H-Kbusc|G61t?NvsWl2K0{{oF z&xPnix>xJ9|ATMwa1FT&_rK%svKjY6&PLb1bQgZ<#Q^WOwaaSog0Z@+R(@YKTdnBA z-d4sWMvmj#aC(+RuT~<^+AtSLZN0~IX5iwn-(Yy`am6%Ei zde!1Y1hy$93{k?9_>7ji@WMUYB*dV8{|Y1mMo<9Vol2xo3KZIAjeR(TxK&GH&!#Rx zhBQcaA+|9AOyUmY)>mJtVZbHs#PR?mb~S6jJd2T=mAD#dO6*(V+QTwTU4z3iaLWLU zE1j9-xx;hMG!g;4&&$a^!U@V) z8^j%9X%)rQ53jeceh8u`4gpM`2aMrU_}*lniyum^zlze)HdRj-o4L6*g2pxl{`ZN zmV55LZ?a(Tv99((;e&5@rG2$s_p}_egKKB(t{(0F@|(oP)bW?E-!2~Nlm@ZzbMTjh z;mP3Pu)?^q1){fF%r2M&;=ITNBYPcer5Zv&+EsSmGjfa#aF};tXruTQQe3>v5$CLv zm-$kFYDHg!%eOsgD+aIfm#?z_4&$ZxW4ZX1eG558oLv6b4(Pa!=-V7Vae_6*!53TVbKpakE4fNtX!~so$zBtXPeB_`r5EqPpCpzGV z^Mqb$bifZ2rT7u};V_iA+wyoEI-4a!{w+;=NNeS9O-KkQ>W49 z!u_i<=RQQn-sC&OYPQb@{c$RDLD%_V`0u;tB3fk>IOifheIFi%(HE=iE1QM=OLo@G zZ1qH^u=qOF@0~wHLuRZp5L_FX$9q}gA1HyA zjkUhynUnRt)T4J#qNtpu^kY~#P~f1p{i6>vxijPZFzLOntESo*quManwG-cWBRnA7v*DL~ z0OIqM_iOJ7@!{P$a={R7e)ua;i&Q1OR8@UlaHHXG!e4nKINqu{NXUJ0`fIt=_ny?J z4vV@Od(Loa=K*#|6`UniX!prgf^&!Lr=X0z86P^Gb9qi^Dunq8!zUAe1@73t3w1Lw z&(FlX>_Z3hH{NwI9}QJ+!BB1fRbQ}9z<-BBeqj2mLjD7(vLo`PY2>qk zjf=db3i6*0>wvs`5ai#$hfc`9*pB=+YYxGS3wMz^V~-(PIR+VFvcA4udPuz9LWtiY zh~2&rzr_}u!60)BAV2fkl_5ShgC=8JNo8IEo&G zk-NOVUbhL4HT_HUx;P$S3lFY_-kPE%T#oe7r2#^k@}G(=fZ!a^7uIVqzv%T=xDc~J zKVxRl6B%NpQZK;lhbU<8n}}C5?Gj^eVA4pVu@w@YT=T4kW_{i%S10Id9}gD>elr;N zY~xQnT!imf;{`p@Rq=4J7-`9;_iT5j2DjkxiQX*et#@TvV-xw~x;| zj^RU7(IWVvto5(PB1(w&2(w~YQeYOrjr~kywqPl^d;HAs^4m*)1Z&E}99 zv7ssRep=6Ujq18e$2Wb@Mq|HEzii|4sNREHk?&uMU-MTq z(=zz^uO7ogO=Fh6e8a69{*33wM6P-Njc2eM z@OT4x@Z>Y+ZNt;LAv9)-mt?{R8sRj+Z_wMzo+C-i^UZL6rOjCsqM7Fxl{+QmixUsU z33n68H)a)jB1c(O@D7c1NBkyiae7NjoWNlBcw^(@#{T~Ly!%j9D)_sfVt82t>6+q4 z@S`I5(qWPqUSQ2321xB8sZ~KYnHU}>nH2a|@<>)FMdJ*gL35*#x?6v+A?7UyDc}#< zG$%zI_1b&Ddq(O^y^el*iHZ1=_V-os5y#khK7~6&f;f@pW*1mPW?1(VRIS0Bw-CS9 zJa%q%e9*u{?n`Wt=MaK$r&chZUH1p!6-%g(OSSbC3(L<3iOu^r;WOX*$=f^5TYq_L zmbcpS3;8zhRlLRLy@V$s#%%OyFJm@DPmU_S35_L;FSEAkdbVi9lP9AfM}GrHbbEpSF(GI1wJWol}%{YRN8VEZd}!be+! zXOwQ!=gtLW3EKJQ>}5wq{>bw4lS`c%^g4E2W)ajl^(SyXt+3{j+}0weJBG45=JEx1 zvo}b8ESLWHda3kBd~TYYbJOIU>k<*rgqk#5VFvRmr8Eqz95>^<<~i^?>4wo_%_T~_ zhU`ArhCJ3otPTy~eCJanvA%rKm*x}rP}n5qxy=&-%CwtDlYA_n*q>0ti=H+OP_ZqXk;xS zK)AG5e$7S1(G>htNxXXEbJMIcH_a+@T~>jlD8%&SH5si3=XAW3%7gQ-l2-{^mX| zWkNf60rfc5OQF>b_#RqKTtcgf1A0dFajb7{_ERKWwSGqfW|_%nn4gqNCb(m^g zeful@&e3Dp!1ikW^LO$4uWG&eBlW)X9i;ucT2JDA((VBM?82XkyS~)#dgsKi^t*PR zSgmj0`jtK#H5g58*d%!d$oosng8u-Fo=9lVc5Gy&L6!BHzT*0O4~3faOW&kN33d%0BTnox8YuSw zAOARjzX_nfiQo5t4oJcGom-LiKG4DYq_2q1M?_~Q(Ai3Kwh*0-KnL6jY~GDNJHYE; z(wmrk2mG9>v#~J^hwBkuTEb_f2UY2IeeiY|G^?$r$Q{{F2`9fC+HQ`(NGvd>bMWfR`yOq|D7TzJZsMxe<+mNJo!d8f@*)&)@qRgZ&#b%dt9l;d|3Gpb$}d^G8YkA z2ZK16!boLL3S#apgq%nHBaUzZHUO`;(zLab^g` zr<{f$mqYeu%NQTSO!ufv*{j(UuJC(=zlL)okvqO5-W1$5)MT_Ja=URaCZk)7dodaP z%({a5#ZO9mMXL}YEH)`_9O^%{A{G351qM4bd2Ze3Ter@z9w5_Lzg~;Kv9hBjf-UCp zkp;hN7d_axj+SaJDo?xnU5!LKTH$sB*>bQK@pLi}oc_DymFwrIT5%1EYErqqqhkLf1ybqU3 ze^{OSkPmq%d6*aXjjxoRK^|;dh2D+6knG_oK=-3_A`65oo%&^bz}ZR#B-{xKP8SMJ z7Ya^R%Gybht`e(nY!mF(v7vEeFH~^)|D}Slwf6xHxDs-xAim!})cVpk_IaniVjRq! zx~}x0ZO9ot#hUvDexW?$$aonP(U|{synD370Nl`u_sFS+jAT#bgb6vL?62?*YCD3E zMhs(mK-!3eRVAgix)B|QgK5@W50FM5-hp%Y2$b3v8qA9BVBPaCQp))_kjrQTPnP0A z?%I5b^iG_KKdwMrg2teAA5qQg`71}wV_Wr&1)sYK349Y3eC|8W zo2cM(o1HgN!RNk;H&f_Rl1eOtdXru+DE-GrE^zc`z4jI#NC6#MuN^B-WU*0r5?xxa zr8`*Z#d=*ilhQ198CdLb1ATKFPRAb1(dV5kW&Iwkv1WS_U>+M|xP<1QH_}HjNAy&y zhpg5v511qJ6JK^stIaQxYgQzhkz&japz#T?3R;7U%sUVqGS3sKw8j;TvhP#!z?zt6 z4GEOKtPjDV%1Ed(H95eTJ?}iEB>J6xZDK&XGcR;!AT%)#0i)nBa#;W+X!wYt1za{$G#O6FLu=gZ}(%OpRpE76y4#$mU{54+&-@MdE}p&_#p7x~ZE1upfO>-T(Ut`BY6Y-^hu zZ7&=wKgunA9Syg$lpJ?U{dGo!!oQfh>SR;yY zp`0CPOyqYc<3FKO3EW}PAtl(W!>hNKBY@XF4n$x+;1b76>22<{3;jq#2k3QW76L-2#xN%5Hv|W#}7$AX2fBj2^Yl>+9X=-Rks?y(#+l*8YZs?$6s@jA?!Gv&OT< zx6zn}{(rEs;e#ySW@B0blW}h&)4`MvHZ(MQeVaNVfa(_D?%IxolEj?DC3ZPnV%N@z z(y>ox8GCah$Efbk(to!GJ*_Wk@NH^n&gxu%K={9%NPHq^E-26Y_NN8q$9y}Hq=@7p zx@l?(LbMgzJ+O*!yQL7lf|=MG#!uozP!9$$47^`p$%m^9^(EdQMjL#9vEEq#+t>W9 zv4Wkkyott|JyRwggUi53avW}D($VJy?Ysc2;!ULgwsc* zq9U%&QuS)%{My)nHZCtTE)W_^aRpz8a6n-vCRu>gr+_yj0VCXCKNO*R3NcO3~=V7MRCAnshg7r39;#~++>EEd<%+dM(CCnTC*xv8nTU?aUsl%+nd9k5cpyCuAa=!@Do*fazB@hcn6ax_W z6mkOcXDt{~(n)AJ^T$n@bvyG%GxpM0Pox)a6GP`fTZG0X+97AyXs%-?i=3_0E+|RZrVvnJ|Ra#kPzlR!=XK{O?4Y}sb5*u)|G4ToBB z>z>A=+^nH5dW{6Rym&%)N z#M?>_Mw6xfAl881NYS1hh_I1?0R3aHpOv<+%@X_CKG@g#d9t6W2h_B$b%A~D%j9gh z(f-@9tRYgY`DJKdXdeJ?fV)+zm>zpLfUhSK4&Xpy$_4_;0-6b_7B?Q?g0GjX;-_$c)6`K3HaM0KY~T=o01gaRrbL5GVOt`7?AteVAA}a z1-#fN(gu`%SizTr&R7xh>@cr0&BJ;oV6Nhl$b5#&B=do0{+&ZXsw@b~Nb(9-_s=BP zerr9%GsrkX6}zG<_3CU5p4yi*e%1wZcE=U#bY(N?9qGZVy}G-ISmV60iE-m#|EVRZ z;FH0*fNmU)^f*#we^w-9?AM~D(AZvj5g<}+Otxp4(zJpd6KG1$+&3@~u88E>Q*$lnShuHcYnaPlAzd%Oq zeRCFEsyv}<;GgNypyh=prFi5u??@XgsrVZ?;ttcvb`9La^v>;k<-EY3(yjWC9SF+@n>{$K$T;N1q6A&LcpdF8yltoOOTF$s z{Fc6=*WJrnv0rbrdP}yKY{_lZ7q5W?xth~Or9JC^0m)iG>9elNn}5A_zOBoAJPgFU||)>i|dr%ou|kf^=nfD zS~M>d4TPrV!2&smmx4uZG2buUMw(8|!ZnYeYivF+&W;i9F(Vn2bcw2f^qVHMoF=rK zmZ$xLnL_(+P(@O zLN@*Xscpdm*8>M6?G=9@S^UYT^O|l@kXsKfbZAZKms8Kd&4Kb}JxD5On=3|M zZ7-QC1hndCfq`N$H5V?aro3g)i*;C@P-|7iNPB`?f{9wIQ{`1Nl4Ytb47bucnv5rn zOjgFFCX8?vUk}Ck?`#@z-&Lzu%`juE#$1n5raD6VAWi0>%|K)DYuaWr##dD#B)n9- z8q=Pq7UZUL1tyH36|%1K?g97F02S$j01;=%Q4oF`Fo*pJ#R&`wPD4ue91;d+vYV3E zn@xMRLWTyjf6uhi?NhF>#>}u*ut?~w85f!AX_G12y4L+dw~ZB7kF;;9Qy9$aKsR~I z9yh}}2LNGM4B-w5!wv?mr&%_%J^N|F_bME$QjBo&sH#f)sile$E+j10@0q3a_d>(L z$t$pSf^PFwt!hw;aj&E*6)m=N9#-5DF4o3+G#o7yT%?JNT0l6d&6+17q2bKNwrp#R zA15QG&X@!57=&fwAN|serC;cSzp!NM8fMY2CYPeZBHoI#m_z@;bqHOK!w4jg?@I(> z#4l!|pmmgSFN{ic)F*(oY`K@dV!n@k1#GYsd85Y(+g5rc+u}9I^H5{q=42Nfj={*$ zmw%BhhTN(#6>zqeK@m{n&%zGtbVz}jj}lKWZkt3Df7b|x)fJ?`WWW8kA+*sZ`n5X) z+Qhuj#6ajyt}11aYPeI>^^E8+|5ZRhAv|G#@lCBRVuGo?8!YAOr+F}Wu7%^8yRBV& zEO;m`o3KFC-4>OtTP)6emROpthgxB8j@_%7tNF0b+Y8&>G(rE+4={IC8?|$Hp#{xa z#5xSw`GQfE{fgl^U=h7VOnKGohJ)v=hu9^E57NzAq{cQvvTg`%!gkI`_@ASnD1EWq z5YCXTbZabZi>C{%z1DOQu5o=x8@sm^!fFidix99g?o*_l>DQ(Qw3&IKnSs#sJiYE! zN;M z+WO?Qk_KmIZ{q~*Y6QOhiLgMxI;jH|WR9OMBYsC>j_2om7jsCzt7yu`HcxVDMynpS zx=V56VOsrU>36j{==)p6E#NP-tE+N0j(&;DN0Xe}spQ8tJ@ zc?fv45bmEUO|~9g`@jmjdn9&!xI9&{#-pF zqVqWQ)K#y$UOmBK?OOGe3l|^t)J?A&g{Rm|ABuO6cAIl>585#g&iJFYAE!nW1MrdK z6_P_Z<^RWlC$a9nbKw1P>5&HBlaDCo={WF?%NTgsvkyP;a1EV1@N7J4Nd&q`7V#%1 zc`|>xBv0T^*W}Us@g@EI$xY_)r<;`*3~im$#I0Yk&6$tDY~?ZbV=w(LXuPKBpfy*7 zl?Wc%wnd!5ysaJS1K9B}CFU3Sa6VdJUQ_clR*8^jHkc7-Z*yv%Qt#Vx)AG#{ks1=N z&K41sDdE~V7a_-iabi9Iji;S}$nyV9G4qx5%;Ch$-X-5P;785;zlfQcM{L#j&Q{-@ z@x85f6f?>UrPdqJOY)W9E3TX}rpf*!EP-$)yN2s4Z)rC6CtF1>Sy!fa$?L#7*aP#; zlRdCJY)0+W1H7XujP*dEy!cBz73(k^1rSZ5*H!pG?8$H{6>m+)t2DAqJWAy&u6he7 zWXy9qyKHhw>zu|_Khh58wK>6?T0v*bc4tnyXR;DXwfD*JFR?f#pe^!3y#+5X<1ghU zy?o$8s5Mlio@J?#_LS*DW;cLd2)Qj@W*fqUNF zdVJQEfj(FI;Q2KokS*?{jyveQT_|qO8xPB0Y#zsmIWK}|vn}VaQJjZh1~};J zxa{<(8a2l5{SY}F>yoO}1*7bH?sbr-!V1l^3TxY9+k&I3+M&@d(5Cu?Pcjaz$o@AB z6v?C1{Nm1E>mdf_h|5Y2_-HD3m4CK9WBS4svfVH0LLq-kWrJeK%b>C1=tvPw3eDwaWWk<4HZu}5$c@Cs{DEuKzpgp1AyYY|he z)yzQ`9(XjIpz04{qix1Z^o`T@maf<5t^qJgLWv(CU8cPU)g;+xQ3ES^NaUaBG_i4- z`3QBk`Th$JpWgQf>D~(wwzRXnL_9TpMWfl+nCLpE(Sw#R;vfCe_4@KT9R=xJHflX2 zZp2SLO{f;F#otiEl-~hQZNi&Ak9Jb=oFcm-a=$5g;csNgRxRRNnDU?;8eR9ukMtF< zTdO$~lt(0j8<%F4ynm|rS(!pZ>k&oevgzOL9x0+e6@~xhivodW%0uZU7%eE=zeXzO zcjZr}KDN&Q3J869!8yt)(_w*+(Cz1FCEGK*oi#FQQUYot;<h$x?h_a(5B~wrUybZp~BzFR%PEUaf7&)NsqK; zt%ABp9#hV1m|ycbzq*P}pY#d?ekEi&2+kJ#O=q|_onewJK{PHwe)p@x!B6G=(FghE zNXq-c==aWV?aKSz?Mt4sj@aJ0-`QU5``gQ$Pi1Zt`Re+Yz_~5?BaA0Q^ccx`b|JqO21W*g52VmyMsiQT8|(BJIFpI4*wGgXe|=4F}DHj zn2Xl)@7(9`SB*aMgaogJpuBg$B9SHrhzvPHwh3*vX3cm(gy#FDd-ZuUkp|?J=d=&G zoT(EX2a@Pzo$5@Etp9%*F;CjJC zzjU*{e1Rj~7iFl)CU!@j5&>bGPs#7}F4^C?N7*YdWDPU5{Z zKJ~pLiui}>S?q_2__Ci^GQGMJsUM@CttMt*DcEi?1w5-)A{o$Z#ovx%caR3*C-ncX znogt-m7LYr8|xML=O~bmrD=+0vQe~$A1f|Qx0az@kr2>;a}f%SQ%bRg~m~>>K=vlGjT2k zYG)fp;Sn1>{V0%ILbJ|OF{iR^i&PgL-bndlgg}A9d;}wB6zaF{s=D~Bg2=VJv$t10EP@17AWD^fn>5RJjm*J^lQY9q{OU+bAy zS?cS?PqVC56bA!ji&DSzGiy#WUae;+uS#2api>{R4%O!^7}Ps8e^9V1HthTh%6eOK z$l2KO%C}75&nF%Qg;#GkJQhM|w+k1UfB8|{+`mi*G_Wgi3Af<-VAuZF>jCH>wY|=Xko0ZSIIY+K#Q|49CpE8y>2Pe`Rc{%KD~~s1it3r zb-!Lmi1^wCuLqP5GGDvm^`Kr?<9zku^^jgS&3VnmYbqL9aD8#N*l^#41s6nnAOPc> zL;LXEd~MQwv3|ICIxBe%CJpEhC$9lmMOd|rL=ecnx?vy}^mWWRz)pv7O-|F+8SAoP z`oWJErXT#|!1RNkE-?Mzrz=c9`0>H?gP&Z~+b0qX##Yn#GXV9>`YoEsHy>y~)p*aF zc{(YyU}3R_4D*KtyDoUKn0ZlLXr*Mm6*`?1OdHMtHRmzR+t}1fObkg~RiE#_WEcNEc)FHSpVkZ$)>g zF7UgKzL(gKTAWsrh3@`8awNQxL$BS43~Zmq1nUCS_~X*g^vk}+9wjc>957K0!>QiT z1);CCue5$aESKv(jlP-q1M<7|N$c>o4RU-C`b zK5W{d){Bs@oPK=e`eltV|G5?Latqk^DOWQ%g`ASkp4_W_oI`fn^VUu_Fu{S9tW%NClwQLo#@{t zOINwY;5|WmvYa2t$9B<%$c1z6QOr* zkF>|CN~Qlnhdp2!Kkkcxh@7F_6&cYa|iVs#}VAi1I z>6rqv+*1k{8GXd-91pK!Jao~9d$r-d(Cg@lLaU36hgmWnW??+^get!uyddKtd1l?t zX{TE~LE=7e!$J_j#^^=k^GpofgH`rpcMCVXKtYhCBLU7-YyxWP!G+Zo{l&wT=4nD^kcae<(uXrto#@XE+MgsF^)^ ztbDk4{xvCMun&%Dlp&tv632hS57Y}w5N8WY4B^Ghgz13!0?AKBWKUhPU(e&B`^$dBnlujwK`w%e}&E+s#f zmJI-K;0UkZd+-_rW%2JV=tpVtX8xfd#$RTT@cg%!tm3E?9 zB#A_xdCzPL!Jf}c3L!uBLGO>M1cts!`&E_6x;XT{d9ii_4uxws_+a((;hb#WVCX$u zGlXReu4<0NlHE&E$pT!h46Nz95w!fl(#DtYf>R9eL4|D=0$!aZ7W$g6weyfQnDXg( ztV|IE0kY|;nD+g|J1g@(_l)# zp1M#d22t2EyNlVSv~AM1WDmq!>^BXbnIiG5!8k38vsTHI)3R;C6D;I~Y^$>0LI^vM zKtzB@z_h&K@iHGoeV#KCqg{w$Bp1gwZfJt%RTB`1ehIveCdf?8B#%1JZN3(}b~Mgo zfkmOoA=fo@z$iqaM_ghQl0yeyLqouig`8R>WOc78?HxU(<{r(8Vh{JI$3VEX-uPg3 zIBjqds`4Z_aT~LWQ1vcWJv?YtjmEg4>%tQ^2~|+7*(E;s8fHgfc^>iG~XulAO9dlMDJ1d z2LiAhOv$Bum=d(lSGA_56xw~%qjP#Zc~pgcyh_2nvg%>{-K^*U?(4&`IJb9_$EHz{ zj&-?1dJX*O*uR~#Kaq&5piDGo=X)Zj#DyCnkl8#3i1z8CZumAdD>;~R2C47&3@?M3MS zTSr^h-ULs_dSURR(DgJ|QUYAZl*l-GPc_483-uh1jSV>Q&}C{@MCn%XE{`018;&H-MzS7WKa$e9i-NbEpU0oeLi?-i7DQJ7Em0-T z37ljN{%Hsfr5G5j{7tY2`!M-xI}f}5Y9oiK`F0EDpM98rC`?f5o_-j<1v~kEc>DZXR7*1{mBe=)>KZc#g;N=MBn{ej*Dt1}Qe9!n- z*T|Vz7WfcVEA4`X`_>A2&A@n>m zKE($LqiXkDV-3W`o1;NBCwxa*6utkLD~fOzn%^EeA%ov}z2w)%p+frZ>G#QcD`|Yx z9Gl$Cbyp62Bh7^ILAL1+!pHv5Pbb}Ee0%^Gy}A6S2fRK#FwBSTId3<;*RXB@Jut{u z$fRNf*6D`*ykXt2jW@_w&a?`ql{2k^X+LG!T}=Ba)9x}7HO9*aqJJ{Vuzh&8tYokn zLm-yMU@)iTQ;a{9I=fX5_|Hb6P^;d{A2MDpghd5MQGr0|d+;`Za%X;Re(_CXe&llV zGeX}M>)QM#-V?CLU0M)~eg-|YbPz6>0vG6YYiRi&%ot7qh3l5Ru*HqzcDe>4~12yegiNapnoz{(W+7QaBMJ$ z1cRbfsQ>jV$hqI5a{yexjN_{93fntYCMEd7q~u6!hv{+VNk_F&KWAZTDWOM4h0(Th^&5kGsD8Vn|)?nF z_6ybBIxim)%iwZFbT4a!#7b9ueZTAzKwoP!;1uS5(qNImy| z`~4ze{*3U6uae*EHmrQQcrYgK#(6o5aff5Zn5cKYH=N^qukZAIOx2tg`hVHas&UrE zDn_)tZsYSU;B*eOuGp;NG4|j|!t*#y_M^8Wk^&(&j675M9H0EYxiXB5Z~a7&8xeCLPVcQ@a>5+YU|XDw+#G z2)Au$LVo(BW6Ldaj67JLi{>AFdwJB!l_NULSg?iE+@H611R$1JwJpuGI3hV7-VLlh z%ichYyVNFdVeYbPFlJEk87fXP+{|}_dUC%8GSarhmX@_j0o>Rr(BOC3Few-9CT%CU zj+7*>w+fdH#Ycp}9T4`R1$pr#6_kmEtTlXqm8$|aZcb=RP6Vb_^PPcSQvdX#E9Qm!(BH%vd!fz$_MM&qy53{sQaW>%T{Jo+W z-KA|>2SyC<)~w3iLZZ?&`hDPkTE7Iu3jv}FwlUM^aghzV8GgE5L+?w3?%`lS5Y+vW zk}tcZG^5B$aipsHni)VffTo60i_=a^#!yn* z3>`lph`w!vTQsSwG~6=z5_#%_pyC}cmU>)_Tjn$g**YWrelw6J78rU88;6HZmPXk% z&7*M@f^ZA~R-G<6t+1WEyd!Aof!#77yxZmV(-5y*26k%_1G_~A_HG&bt@_;kV0szc zhD$)+3xtsp=>bYxHBX~SFiK8>OA~i!^m$7Lja9>4czo?8S@}YEp`>t6Q4RN=>WS(3 zz(d}OQADK|Gu`8+_e-buW4b*GctgMvJp57`yF>MNxN~6HAW#jR44-%3qkNWxN6Yb) zJXW3=6TY4ZxH(+-gMij#jK;&izN>KZUGebmZoOmN#CUkw&G$?$jEDcH`p!xCc_K1? z(#`SklRvwu&=aeC=7q}ui?A4iiF}|zL-x(jVtl=%#)K>+tW9ID%x^3@imxn?SWQ@ChOe^8+$~ zHrgia4?rn_Lb2OuyLAe51^!Mw*8RNB(~U_D+PXnGCe{-s$g*sgGogF!6Q&*%4zBc@ zf!NJ$*Wm^~Q6msdR%St{4jAMqW2WB|Jf$+6DEQC*IfhK4 zj!QWl(1@N&mTQH|h#n-%Eh~14_#S16#Pup;wqAENo|Y}aTuf8bG4jMF%7p+%i`U^( zy>>0C0cQI0@hDNVoXXxGfwSjKD97erWRQAdW&K=uB?+gLBS)*J&L89D z`KXh1#LM%XC!?W&bwBim@OrGGKLjpSP8`{>Cu7P%W`3^&?>jUUBsi9MWCG0(a&Yk_ zco>0GkzU(fcov|JhefsSpo58A&HMvk8&8@N1rc9teze~~J!mx34qsd6;Nkgv^^@-j zwj_$Gn+t~yMEMrBk8eE;wm4|!V*4wc)%recR}#qNy=dDZ;i$t^T8v7Q6*50xAz=QX z?s00=4p-xQ=m}|i!x}$zWQxw~!E{P)Fr0qhWqgO+$w|l#XP8U0B4)9X$IjzaQX^o!Wj_VP7z;@qM8ee1Ss%CEgSOOiIOHu474Q%E9{mZ2 zUqDsCUa-epB@&<6c!LRk0B2Wf6J`aM1~Brn9^{fqvFB!B&*rUi zAGRv-U{?5C7|&M2qkT#e3>*Q?jS)BFAJJvsjSSaHocli#)JEY=8l>1lgX$IiH4aaJ zki_4Ilf;6EO!(z~g$q#dSwy5&(2;H$GweVrc^Y7W)bT9i(mAz>6dA2Ldo22c6+Rw0 zNc~%=KN3~PxDJj|Hx(2kYreEmm-B!{!HSuTs5wYsL)A<7! zYOacB;hpuPu5Tb#R3AGC&ip6akwsw?orjCr@fH_77?vD=G=7a+joY{@ z6eBX_#420JTCvJj5{X5ZI#ZD!c%G63C0mVVI09fd2Tu1Id8?Ic;#T~E$D3sck^h>_mFDU6Ue?Q?zm;Mg3zXRAanV+h7CiByy%i*fMm|8k8f6c~r z<{t=a$J~ntlUJ~WvA3Y7InY}4r&{fo@e-@tWd`sfW5j-zpV0+C?Ef@cetlQwXn8{5 zk-!Kd30tPj0)rkxAvEIYHAoHom0`o&t@g#DQUvgmMopJ)RPQN$Q9mAqzRF0KL`68WloOO(JCnYgrwrfs*9os3nQ`spNR6gwx}) zJXh?4t`55WGul6hanhmvnpZN~*XPmm4X6ooP#ifuseo{~VZk7BgKf;TJ<)u8a-jGn zs#5$Q=8{U32k6CasnJqumoal!hf-tHrJ96`RH>p2Hj-+J(tKopn~zpq3O;h$LrE4G zT7;YEzMb=a=EUbp+pOp-54%jzTgsXhD3d{K#av8E8xSF>U2OkHq*F(lxA!_|H~<&f zE#_?F%;~;mWzsi~auMdP#G*NN>-d98p)p$ei%82!RASJQ`N1EzB`Kv9t#cA(_~6V% z32vIl!!6`%n0K5$cxFS|&YIY+z6kfY;?E54LS{k8UE-?X4ld)r1?97Y^b?h5$_*?< zHdGZUJ8MQwu&uTOu>e4Hs>8y3kr$*op5!UtU%LxmIqWfF#U(r#GrRS9 z`Opa4>+OMhMNVbm3TDi$kZ>uqq0ij}jY~#^+{#^s362YJilgg>$ojb-#ILNhf`wB$*gi44dXFIP))Wq+_L zo6Sqh&>Y1wjZ~O3<=0CR06o4g>+h&70m+WRg<1*-C!S}hgR&~QH0R{TnK{Br#wcfyFD8Db_8_0bL>2w(~x9ahbWxfu(7 zep~5$^9qo+N!#OD37&A}b)oU$>&C{w{E9+nf!^$hfc6EtRJ!M8snosNQI=%+_I2nc zQEH&kI@=B0V^Aw_SAg5+wdWEO4KztdD|WJAD9iZii|Y}c>YR*u9W&K6|AkZwan?c|w*ui`TH4JBJR^dHw2>ux zEZ&TUyU-oN4;=cfd-fle6=fE8EgO(mus1|+gKGNue zf^6*UPiSb6#iY|~X;r%2tn#q*aeKjdxnm&t;Y}*DNn~V4c!jMxLg_HG0QW%R`+;-T zEA@0&-lUfIwhk(**-o+LSH?y!*b;+{W6q{u5+rC}>E4#-nYL#~tKLYRLoNEbaKM5e zV$ZsohA0X!F3VkZ`M?>s_HC@n8>9`${u~|eGU_r`F8T#Bc#?zd8PH_i(hhrfaX|UuiZE?G6V~;#>oabH51>K&1PB1+cVL)>BtfKV)SQ-9 z$Tw&7pA8xBQoEZR7feip1}4j8=Y2fhrD2-wLh6Yo(v#F97dp<0?qNsl(TL>~?xPAj zP+am40Cpa_qZyD`~MQ-mu?e_l4SBDMun01@*O*POlUxCvURE3UR z=2GH_gl-o_F8~sbTFn379ub*+>h!^E6i~2G+IwAOlQYCBoaVXcrJZ4lhi%11wnR@u zlf~&KFHujdG2LYHOe8vuc2kYEcV-8!P0|AHz4?t6eK@P|i9@%$dcx3+9_?0r3me7|^&~HFlSU&+3?z>5 zJqa(`EU0h(<7PRFK-46v!;=`vB2@5hc}@-cotfXiXVa-+NHh#n8XS|S$#)o^ag78d znXFk+pnEt#!G_mNB_SWY=cC5u@*s0y{{7}W+3{4i2BgKyg+t{@G)1Yz75qo2g&`b%khj)J@JW9W7n!fMPm8#gGxT!bU?F-gF75U(k&27r-e5l zoikg=_{5+?hif6DB9h0c$m#-|$(R}qR?RJC0AU1g110~NA2tF|X3ABN~*^T{@{ z$_K5^f#joi+j$c`p23ZrSrs?JERH87S)*CWw4jC5#VZVU_(}%&w(tQr!R&+#&X9R> z1w`%nm^&OQ7TK45)!sfi6lwtmhT9Jl+KaAQt~i`#Mh6;)-tK#*1hP2o`f}0b?hKsX z>N*Glw^w^2Aj)KkBKw&yJ42Lpc!X_W-?Qu7ypo21zamZzvF;L!!%};kDq2<_AZ;gtFr1{Ng!O3&j&R z$ah*iZ2BBiu;0zMf%(!%y`bJiw{Ml|9hCqLbzTd!q}KxY$W_GEDB!LlTq>Q~fo5$A zS4yk{7!Z#A;fNID5O6En(E-lCs*2+7>K3rbS|ZsCc#($f#(x*lU!wvL?R~XkS(c&c z4|NQ$PMx&cLJ~A`MzZvsM2b(m2d9VzAzJm$C>@E0k}x zDg&}1=C0@^R~}d8V4weRIjw03wK!1ch4 zpFKTVpLt&LaUB9w0O?K6lQbATU$8xq^9F^FD}x-_cF#GSe45#-r@sSByU-{b>YRxB z3iwQ`%KR27B$~QkRzWSX@H;d}P>`Z$pF&`J$%`@m3|l2?c? zoWH|s&sqGcqf8RhsjboeZiC*y-B$Dz!(w5(F6m;Hu^vJarW!aQMEVL20y)KKrVi-5 zrwPIpEf^ZImdncySzUssd9Z`HcUa|}w?yb;q>=w++YB=#<{9c>=`~YYb{=NU^o5|Q zW+npf?BMJ`vfT!&TE^n(Sr{cG2PJ}pu9T*r_|aw8Y4mjU#5LQA>XF<{=!jify;q+) zF$b#Xv|>sV3i%zjkU=2orK4HklfzVrXDEAjcXU=+2c|$GnzFZTbM~#=X&l^3$Xt=u z195E}!tUQn!isGt0*b-_;ZT%MYJXDir30lehlK@HP3Jy~xrOQyy@lXV-M&Nt=8BIF1V-^f`OJ*zigsa_Y$dfexdu}e z@6-vX+vx;8b^h3?6JU&2>K&?bI^m|LNyJv^1iD#^$Iw8Am{X>$QE#^syprGm8h0xQ zUfsL->U6>()d`qDGJENkC#g}jdJfkwhqVr*vHurJs(yJz8Uccx`=yClq+cF)v*ba9 z0QR)Akd#`F+p~yJ1-y%GPvlNYijI;F**G#Pk?V(06xkdCo+@0Z2q>bLE>|9~F53ea zAB8dRa#|k11#=5OFS`lGEmy;SlrKVBcY()og9%q~`+ul=|M)1YEAfAxWFQk9eFlvh zHA?J`ZlbA8lvPI11`+~Az#uimMX0XGXxa^;hAVIkAv7+x7r`u?soTUcf0G4 zQW8-hlRyTwRUlOm{DD+)hLNAvBm~HO-{(FvNkF^(^tGS;E|6q}qS#8eBOg&v3sK^W-%*HY)r*!3&BSDGS3hc^}(wB{;BE0d= z0h5kGKE`nylEIZYciS1`b#Nc_We?73?XB(qH~X+u`~T&&d`X~&umUS%h}DFbeHD#U zE(z)HLh7$irbmzWEzA_SnOpLswYpPuG2>B1oHLK;dAWi;Hcl60@Ux^}>yQRtXjhvIq{zH@2J0+8CE*ZZm#8f0FAo$1VFOpyJuj0Ef6W2ebXTn}Rgcy!G z?Di*dzDw^^G3%4!XypiN?~z0fp5&#QIZ5&rYyS~0>TGjvpuFgAK$u{8BCnsQ+vu*x|%El4Pbc9 znwebUHoGD{tDYg25X}DEfs?NFn&UPt0 zP%?C5v?|AH_X)nO)|`qRfn7mW+ZTFkP$0ZN6_@n&!aqUfOD^R%y4V%He;7|hx8($_ z2m4&%p@C!JW2xsWx~!xdAOsc-#T*UARykl7K1BOc@MUrCbq5f4u`7*OPH+rvI9iY7bO0&5N9^icg zL1eYR-1)iI`5Ec_Tpz7EmrGF?ffcQElcS%U7k|U(iW%nkcyN32nH&y+HoW3m5mdv# z8`pLm3-5-$cSRra(X_{Gt{kd5V*7o7;DrH4QI)S0mWC^@Qd2+wc0cMa+O0d#?TD271Wr`-l`xcy!BN}8K(P~A>vky=XL17W;2C@ zipM$7_@O)pDg!;j2jOEnW{WV!XGD0-#>EhyMhevyPD^je37$2+FYspgv!Hh6s@MVb zW?acD>eb9WnJstC-@I@DRPxLLB=r|0evoClEY{vx=uJRx=H@>{0A18+G4ORLXEah#s=p>I4`FcP9BD9~1_w(6K!|IE zf#(@mQVJ8(uzXTsAzY%T#hBRqe|Uzxkp55tE*O`iV!?(FL^>Q#FE=Cm=q->%A9RPy z)p3~fo^v(47pV^Gb)%~t{_F^DPdWVgn(*gEyxj|bCN+N+@@A8oH!Nt~=nCHqTIAWI z!sx`I(oj&bS+aMH9K8T*L1GfST>jh$XYc%xR( zg4UREuJ8*PIv=grQ_T~DpDiZsRUD+_*$$YE z55NZc88w}j=9Md+M{iB1UrH}$Fd;-ok(YkeQf49t80J8)1;dgz3HPkMQWz&Izl428 zf$@pRpUEI$SU(biX7hxB&;v4=DBhQ!>%USsJnk|B8?9nte^(CRfV>Y}p!Io2UV&R5THU!dvc%|%>A6Fxvwx5ZvPP03+E z6saxFs8)%JJ)A=M6zRplQ*XugdGdEtRZcK=$V1mZvJQK!bl&ov0*h3a2L}Lx)I(G; z%0`)Dl$y;KYq`xNZ%&LGdl(kE)@$(G#Z2=IidVz$S_h5r?}ZE=&3#f&_b#i)RP79H zx4F7UxMa$?+$wU`GGEJ33CVmgV?2B{W9%`R%#KR;x^(yMKel`)@VHIt;dYU{`rD#Y z+{){xhQa+KwWwkbn=Zcmxb605yV^=ugRuinU;ASFovt4ASf}!q|2ETAw{%t3_LI-3 zS?aV4{Kz>U_Urt()B8Uq6)tvWtyjal1p)0rA!rxk89ZpV)yUx4=aG<~`|UOL-OQ|o zX7eIP-Nom; zJuVfbUeo-`q}$!W4fE5eIr`AKp|R0hxR)%IYc^M?H?7|pq#B&uelxiJP*lN8osPCuFdCo?Duqg>I9z*{!<(C>1-XGBw0(E?2LrqcVhGqWrf+{Kr1<1bV_B zNvW0|dYaXTD6QB|L&|ZP(b`~l8?cRzR{0ca<-IwH^7$p7&m|+RKV0m z5sVpml^u_xpvYvIgRa*^LzvG&Z@v~1$Vx&>I9255^QuhLHS#M3MkY$2c4U%Zxel#KZvBIk=E7i$8KQSpa>YMURN)m%1HT2Ls`2ZS)c{3)+9vsG@%}DuYntKb zS(BTk4i-zsZb`Y73pdQwa6=?^i zpnAwxf8~oJ%C*iARJWkJFuhh~gy%6wbl$;xZxyWo^0f|lD<>Oi_0*cHuL61TDlz`K z;#D$s`H_Qa{NSvQ7}mn~j&|Vm@si5zWM>ftA>`dWZVF)314Ximcobns2O|v~L_e($ zZuvreu$Ph5VI;4iXmE|y_ni6YBB`A@1BxX6gQ=piRTIsuuJ+6M|Jq~(ia7EQ{m>`s z|GnqRP$o?V^Pg2g4}^E?I)ZB)K6?o5Zj^?m8((VCo4 ziJo32_Q^VqRn8H^kXqD-2}4^%o#4aMB77KBBZ8_9!9QVG>aox3pEKz0JVxYv#^C~U(~@E8_+ZuT zS@6e59>%=kzieRLCc#28q8JA#XO5P4lB~f7?ur+c?=eyYX*QAQr{yAqmiotu0-5+1 ztl;nyYaDmtANdv?`dZOJszr-$-levijreQ0Ak|3J&&t$!nm!@~MbR)D<0LYn9&&E@ z;$>SJ;m$D`+pg3-(RssETXtROyh9W?5I&Ur8{ujP)ZdUXc6dZTv~tSZ+(Zv!2Sx;T zYCUhgRAyGUp&ky4&KjnbgTct33i7SZGaPyCX!WPJdr*L+UHl8^3StmVYC6ClAgC87 zp7243ay1UcWZc$x;A)3zmjzWlRQoP!V9l`pmTE<_&7eUX16d0kN>=Fc8ohUz+C9+k zDDCKeivy(=!_$XBwc^2fzCjXdUvb!R00Y8WAlyl87Q*D$sXN0pRl}@y+I~n#@PyRf zPTO0gcHMv5r!K%4%bkw06;$I%zDp9$Kny^6*I|vFtA^TDZg~NbSHno(K)NcEV@!pK zTbapNyZNh;!G)#m0&KGEshPJ{C4chE)K{@1 zIa;bkvpvafc`2oZ&uAv`DBIHvSlMqcs0At!50%cZ=A7sgXXP+(07pC++)~BYjyv2r zE*N0Vt>xetzvIN6StgE4e8$=+c}&1Km^{V0sNaNwc3x1tr7`RJq4Dx?`AZY*o`e%Rja@Pu7E{w6}2w5$5Xe(qz|W zHzSr0>?K5I3qOB);qb@FvE&KtTsE2lz~Y0(Uhw7#PqK3X*1aNg+^*zY*>tbZHL8j; zea<$EK9oyIFD12^@aas6uHhV1{H@@_sp-*7{Cg6=_Ve^E1nDJU470Z>a{}c?`C1h^Oi=%JK^@@14nP#WGW7c&+~Duub^Kr}G#G zbqAM$$CfxeHtI|st8qBv7a7jjj92lQJf>SaoxwI{vj2eWsW)W2YfgPG6J0OS8A@mD zLu!j2;jbe|iW<9^qs#4E7$?=JhCGe>SQ?C#9#yw^P(quI3B9VkT%H*HSmI+yPRYEV z0F&zK1r)N91~)Jg``9jG*Ko`3WlYf#{5f=z6bN|{9$lMpMzXTm;SbG1xUTE48iu%(=ax#gKv zhGA|LIkOX;lGVQ%k!i83YKSkiiy5ZK723{n{-8P%>lsnn7Iohi=m>AJh11{G^J(Ir zVB^$(W|&1A_E4r*mx>6X5;HP_FI|xt5yuSluk~4ox(`T2x?(I4=ITE(3_;=QbI7N* zmSWH_QfEOQ;v!Rk9kg-3u^>A63R$x}b}5h#V!q`c3ods!8NN(s5+|8Fl5Y}`86Oms z?k7GZ9#X+F)6}j62kFufx5^v3EOo2-MJQV9@ABPQnE~#9*$RMWWD>0;NAZWw zd&0kDJ&ODa{f?)3tGwA}ze6?1pCyM=FF5i<`WzE!kTmF9a82@M0_470fc&ZeUr3G4 zAd&jA75OzhgCu!!82OMV8AjrmJ@A z6SlcqwlXTr>Rt9Y5gSFKEFy^#z05M!X5M5~ZEDx;cP4vL8c0hV@XB>#1M&Na=l((2 zTAB#0Wua2c?+kwZ{LbOGgx|S)u)6SF_V!0VdVlY`ySg?Tp^Ie(ipahbqH&bCii%>2 z)jd@pGGlHgB#F`wX4w^tg}MHD>O3*tG6%`S>~|wZebg*IE5DMnLnt*w-^FhM*+%i} z<+qq$Poe;Q%i28g_V%vLm7%MoW`>f}Y)ktl(DbxJFG&$i7o~AW>QQYk^Or~@EWovp z7(iXFFW+1Va)ZMBYcPKZIx9K3fCOmz3AyO7Aj3!7C3}`4PeiK$Ho|2Bo8n$Olx~5X zU$Ost_#MNqS1(Eu&p=Fcs50(Z#ulpLq1)Mn799X8OhyqJG$00~@uyuR+~SGe&oEPq znEFMvI`oP3x>BTaW_-k}ys~Q3=BngvG8mnz-%fl_=uDaQgUT$H8z!WSXg_6Y{4Qn~ zHS-;=j2-_W3+q?Ruf^oS!UY$0ZSjT9awI|HZZHLeJRv@%!)m=uwj3WDska=f{UgL9 z?C58r3PNMKTVpq5rLag{;xw-`pgIzYY$JMs{9y9V~k$?Co-LZ?e20Efs4StF2d$-}_YTz-7iZYi}+>swbD*(qB)lj84tzs4>da>&Xx(vjORKgozyMqt0$* zy!iK&9x=8eZ_bI18Hxx9^mWvv%fp`qmhCkoH4aWlox|y^(q4|xR=KrCRzFEg7lgIe z#q8-`F`T_bzhoqQnF$~|i49a_M?Kq>T0Rt$m~eAqZV(?V|CkD&SrM8Rtus3Ez8nbe zwU_N(bPe_e#Qw&i%mJOaz%Z2`9#p9Qk^yKU=$Y7yUk zATw(iZzWCG^_fc57gBV)Bd<8spcP}-48>R`tVUTn4eE)xS{Tn6Z_H606Vl~_oBkwO zF3D@Jq@S+tJ9b$!-{I#SE$!CWw|ME9%o^IIxu?Tb9$juE|4D{ScyDq(zfQ$j{T;zO zTfI3;d)iNb=^ui@ps+Gp8E>I4^;a@O5hzewyHg@gV#i0sdUI4~>1(0F7bUaWMW?!x zu@e$sx?6RI584w-#O>)j_G}ODJ5D*mv=?YwK07`^tNRSpB7HhU9e^1roOp^Q5@pl` zFE2u(Jnk)ScvWT;YwLJ5+pT&Nqp*-rjJG;?u>uKJkhw1<$^?xFLq=m#)GUX0PpAPKh{nF>ZKrf4x#FGh;E7k1uX61>P zfKnFxkrgLZFqCAyw?C_%pU#k%mx2c~(o5n0G29Df#tb1f`y8ohM)p#z)pu&?y`r;q zEWcY%m5nmCpiJW8p(oR&M_4CSdCjIRL~0S+%e;q}{pj@JRX;g9?>>qt<#S^8k&pYu ztkw-~mipHZVZP)dyDHh;FQM9Asd&Cj|D?_sC;|$>f=jRGlAnQLi}%%2uV&_>!SZ?+ ziM%3O<<+~Y8lV06?quPe`qwpDV>DOG2r{;*Do^rC8A}L`?07)ml`SoqmKVI;%KTKK zC+6T4uJPFJ&=K!u`ZJr+gVlQt`(@%a8wIq?^qt8!#EeWOU$Eg1Vu!j!L^YiZHl)&D zg@McLWnL?Nj;t5Whu2V8?aYsxk*`pKCDkb6eX37ZxbVvs6o`*ZwX-6b|3*gWQ_Q~A zi&PzE^C_CstzPq2+uW)a)K_?j;_iRCG#t6P4x1!~e!6 ztWR}gSM-{ZgXkFcc(+Wk_?$s=EEXuT63Y>V9&^*4t7ZJ*ozS==>h;kDFE5ca?9;=P z4YVE6kZ-8kwO%9wqHh;cL&QNFMzlzTT3(Woqv_G2C5(s+xj|7&lhRk!_VCB%CfPPB z3WTKPC+PqPD=a0PItN}zru{n zCcDEA2U@gV{NW+=!*3AVFvSfGUCA*b8QGuuMVn!?Htu+!3yd17qeX1Fbl$uD05qWU z`re2ZDCIK$wXJh+SFD&Ru&sg{*M{$8E2!xvz%+l+Z5UlG;z_G|rEsR0I?{Q7wfKMb zSRWLdn$ZfOf$L~;6GOy0l@B$| zhsy-&DK`ie?eDl@nF4bie^~S9CzI!rC{(VySooxC0$RCGGeoy$i28gHll4Z&&}-na zqelMr(1p=k(z@TTsgCUjtS%$}En>o-h_;vfXWCs8AFrjjgVsiocbY=LY&I72R}w1C z#w+<$2b`tG1L8glH4Y%zt*vts-_~Kctp4h*@k4S#SBMmVblQHGEmZAf8lb1}Gb*mH z&Y$|4**w08Rk+yOujJ8k$ zTt&j@fK`y(4Qkl07sQ>zG(`uKaiVBlFKzCo0iB14V#*|@ON1=#7#B%d5xu*Mj=jMW zq@p!(0oZy$gYZttP}U)cxV0~w*Fjz z<~>Q2-WKt-vv2pp(de4o@<0B=Ty~AW_L>o6L~`b%Yco!M@8}ydwIXRYP5@0h%@c^3 zQ(_r4xTzH5&XirHn^iBco9M#qd!h|n$M0j0EdN;4y+x)`Gx8wC8A5W++TNxq@1!o} zc^-2eZSOGuv#;|oW6~VoZI16%$McVdE>*{v_AlQZom9T!c%c6GR@)83X1>!@D+ad3 zTvoF;BcGRf>~DI3d$m5)Ic0BY%y>sp%%gzrv|b7M2t_Br7a!tCC^=Qfpu95Q zHm2*jV?YYKLrVg8>|Jz~TJ|BWsqj1MJ^PNmnm!r*wKs7dUg?4N&|k^J!T}}RQ(qWd zqnV3LXt+o5rjFKd}mK!4BYlw|F7idW&d;hBpObg;04ZxU-*AU$aNP9 zY>UnHFHoN{H0Mf(_`OSh8HFWw#QzJj5p_59vnw;%KaaqCDNFhc(tqZpha`%mrJ160 zNP31SaxIbF&-2)LSBH3c>_V&eiqH(Kmy;AOW7+6%l9(^41Ep=-ds$>*f1QzqgI^6- zVjawdSO_(2mVP<1&sl${T`HA&;m_9)k{TS4X<;tCDXw_s%yxiyj`$c7@A&evF(B5~ zYooP$&E^EYH{XcfnNx>T;*PZc2cIAdvB%cr$kW6w^OzXZX3nMiI>2W+q+Y-#`t@I187c-JWw0z5LTxQevB!qD!>Ru789=}cHB=^w@ z^Q>Q`TK3bjGv|B}vJ^vv#w|EU>?8QYSv}XAk@L}F__~gj8DCjoGq5Ko0IKlgp#E5s z{d3%U8=Ot{qFi;zjJzzM6UZ?m-=h*c58ohyM)X!UmXm7mS7}CGBt>F}C=|wvq(om> zsA@)b3ZA@vwH?#dk;LUJWPo!I>_xxlSX+yqacc@hevN$H^OY!Ewr7k#TIWsdm&Hmq zng2^NV_s4{S=zCYEC$Sne=Z{3CGBX;SaEj~&`?KZV%JByA=v;}(?F+I0EX_88M%I- zL;D2ddGzEd-6iRZ^oc7)2KVQBsGzo^IKn{_ouA3lXkrmlA^@IEBN?2}Gb4G_DVRpq zy0VxSqu?3+6+eg5`dfqcq5Hd0=E~ENGv>_9Ut?vVGxOkKw(a?5WC4&$+hp%=`&*xH z`)Oc1t?fyypmcRy3Y9*SztN>#$xEDCN)#I+)i<3?V>p|UsNzZ{=|6=u@y*CqGHX=Y zd5|n*Miv2)M8G}&k@?K!zP!jbK!jeDegi##9h>2qks6Tk82K4_h11mbXq{M>s)50! zx;25?gh_y-WeIVlO_Vf#C(CbQ6DxaaeL&Z0HvWvR3T;?8!38d=P1Xvy$6=o(06U2H zlQ)ncq%UfrOFA|9Eh}Fg}>_D{UcX( ziw5cN=<{5Hj>@V5O8_sM$SFXsCA@k6nDmR~*OY~Kp zYo=7G`x{>B^i_s`W%4TyMdl6aKep>+A<<6%kx{G`BCP=1Eovj)XfJ^KLAa#z#X^qc zA7}&W77eNkiX?xlqY;1vG{33$k}bq#>u0b#gM9J%3~+c2UP=5up-KBwj0&LC{%XrE zWFqUI>K-t1mq^enpcClTTiE~hb|3ns>XDJEx)cAv1t?(VTNKu&pyU#ogEq6>EL0H2 zDsM@t26CsC>JIc*NFKUk9V}NRP8X8H9nc%)$+;{~b+DRX)wgm4dm%oqwk{CM!uC*qG#^BDx35-K-dh zolMhW7DBIK3w?(FX7Ns0K#uttSpQz^FL`*j*|SgfL-8$I3|jT>k4NIw zBMPwZ7egNya1T(SLNJcGXA9d8$=$H8i5rfPk$4!grT!?IdLz;7l+x$aq)k5Gmv^mzE2ZE2fw$*-B!+?}U8F`#kCMf6IxTiq>}C z4|BqE&InKD91=YLgVuH@eb<@kr-c)bY%-kcDl_#>q&#<;XUZq)2GVJD@PkR2{0qoG z7@qn4Vcr8w1A|ZhKflb0AE-gUpNSSz2&)#^_hT|@alQKV=3dW3Ogc<()~c?s}z zTWw;|v$CD#!akeygL~ACE7pHaO zsAA`(&zGAfZ(0k-ZCph*bNmr`Pxtma1fOU2k2jF;hnQFV!y5VUrO)3=SrwCoM#yM) zsv3lmHEA}lv}KUnzV&-j3`vfKc<_&*`byF0obZna!qzC4lgv!!ybmV+bA?zJ3hwbF zdU@T~!l9#(^Gou&V(q-=07kyj=gX;YJZ0G687dHkhdKb!85&z5IN-T4SwffFOWd`I zTk~~Qv-R^#cYd?Y?OKyQUoPHj?|=VJ;7gaM&tEIC;KO+jPKbDY`uus2PfY3ONyahZnYEP*aRD77C=(*N`oBdKJ70VKaY(Y^kw<4jks&)QD6=2h}N?Y2b2e`<=? zrq7qN)&e5oN-l;O&R#x4&)aiB1~)fK%+UILHuA^aC(`Al(H9wX- z4^9_n@1Fs&b;4&_Kj(upa6x$<@?Gnr+>mHwgI|XP9&?@hLZibtiYpr@gpQVW8ar(s zvhK-U_!ZV>l3tK!95c3?>q2>k@s@FvCm-{2vN5?5!!_MFxxE$LC;&F}30UU1zV-L7 z$Xmg-%)ZzG^V@9_$s2DU`0|e@??oOv)9SZmT0HUG`4m`r9kcreDKi*dm9B>NT2^K) z@<-#>T=ztt6mTF|oANHx7#5l!@n#IkWKw)F3=JK5B?dR|XK&0lq#O2*w&tJWIOyNH@w8rk+R{ zI1u;USsu&`dZl6XuyGoj*Sl z9+nB8l?i(@;j=U0bDVIUsW~SuXG6?K7SbuWZC*dOi9^)s+{XC(zsGNzG=m-K{#X#U zTNn)NeO&t9Ap8lx9aUQygc)&O=}OvY<^wF|%s0$6=CN zu`g}7qEFo5jPg!S#_ab+A0}(2EGKsIw{p21SWfHSIP@3!A#>&bd+<9ardw95K26>_ z-6;?|$iE0V#3ux+dUvNRB7Q^+lapN6xqq|bX@Gn$cIcdj z{U?#w*FC)Ady`<9!t2~Wkvgv%ODl}&lQ#X45=Bmlj)4+C)g=;z*A+GD5?}ZH#cg>1 z;x>GLaT{#){Du7}{EOQtvSP)5VKY|SUaNP6`G`CTWc9iiP8*;W^WAkEsuVK+B_x9l z@FD8Wt!r!C5%#3+QM)i^-rdz^g!AFXUL!mrH48??J=t8>1Ft4L*SR&XMi&Bs5egtB z``;U0H)goGZdb(#olA3sxo+ujN}d*n2RqL>@95qpyf@GR{L@}KUA~Dz#31sB)~c`0 zIb9=J!~O|Fj$6PQK9TJ)RyAH6E2enN*{x=2#J_@JW|mfS=z%|X$)8&JQz?JS;P}n@C}QGIYHoA347EsD>kTp4J~!=k^p72JLG1;&Y)< z=-_pMRI(rcYUx@ZP9HoN9Xi*3Vy*NbQ)75-YF|ZH>e2yhi~g!!)_F2TZntNw^<^RW zkhXD2NnJcpg8lNr?YDitee_3hA#sZh5yNG!VAg#2Z>4`+AWHceFSAxBdTd3$@(>Tsh^s@E2`af+D!UNES??1#FAPdnJy_oYnEPjdvB zPqT3YRb!2F=a?%$;1f4+4-S5p4RprA=Mxcuf$b-&r#Lj$o*VHEf=BhGiUt<|U;hX2 zVE+?0ii%bwzen_*ln!MHIS2&sv73Eh=t=)N&4*>fMf#Y$&PaV!(WQ>3E+5=H`iE+B z^7j~OoB41Nlj$=?=)iRqsr~B6b?ENwJY{r+2;E`=8a#g9U~HW+exR4zcEu~pB{S#M z1`S4yADPcM`$SLVK(=ps`uf?4+7D%6;GI4@y|_Ga7S;g*s-|3qvVPAt+VCNjsfKxH zVd!XBz~2?m^YUxME_t@5A*5rM^7jcH``cj>yF$k{@%I^GgYgE>g#uB$!K;5U9f%c# z{k9wBXW)JKV7$74!NjB34MN47o94i3;UpDEYm(6LPWEGO_T$6sM-YdrSUg6IQ=sxN3N@~nC|pEP@_$F47k ze$!BQ7Bsm7P94wtN@AVd(eb2|wpu@BIOxSLdtS=|SR}tLRZ;3bLw&cPsbExU;^$kl zT65LzK?Rq_&nT2>f7YOy+&2c}4`)V#?u_6=?dslU56)F|<7vS$rw84q2mLqFY;H}# z^l7z;NA~K0Y}{Fpkr|a)`%06>+;Ly{hE+|{zRlBM3kq;%QA-M%yw|R3(x^H;G8kXs zfXV^n3hTIMDcQcDthr7X4k{Lic-pr-0KG*xwVnyQC_>IJC=s;WHzo8aN3+6iAL{P2Ny>+T+?MaFN7NTeCT>7gFXxW0R`axT$ zQ4758ieOw7=Rhs6Jjs;OvoN{e(xKa}x-_dPPb9K4n>OiHYczXwuI zT3?F=(H?3oDa&EMM`r9-g4RY6<=CZfBupsbgk&L4NR%4VE^|UhoRBzPkoHF>B%2Wvc7Nt=dJRmCe< zzn_S$Uq#AG+DE5)_j<&n3*Wv1za=`*23c5Fba856kj8?3k;K#ScL6jqcDE^@V$Aq# z??l!}D_G4K(}DMwxdXA#??;dEFB>7?291|j%Y;$Ek*DyK)Z&35$$6sC<$bTeU;Y(ck@c|1cbyRWij3!qJ$NKN(Y{dw|DNLD;iq}}_-Q7) z%mPk5Z*r`H^`+}2>9li~%4FO&9$%u7)v%k{I2eyS{vN*|iw=rYU;bZ;tPul!bM(PK zi7#pB|1o?)rRbBQS;1-N4aGhwPGyY0VMH-v#O-;*a3^X9ZPuM^ehL^Vm26rkXH5*2=6gZvQe)xmo< zfMp5p)4|&}Fg_&MrGt|<2=5czuY)&jpidG!ri0gPKz>Q^fDVq>AUsC!kPdRc*~ZuT zGByZPS?{`{?(gv7G7{>Ty-qX?dzEM$a(W^@T&XBBz6eP$*@>5H*nOfIm-Ah z)53GEe*f0 zh5;bCk3TXJtrn4cZhM8yZ=t^n91VTbYUh3yCbK;xn9V0-s?$>CtijXW8FPR-@r9F# zGl%GTF2w|we3~lp788|dc19&)v#KO`)=!+7RR4$<)|7%Mvs745ppAM0o#L^>dX`!y zvy?hyHwwgA#pnl_DKvGi23KTAzSgm10@Rv|I=cR4H2ZmD)=hFHZ)YMuqhI|qrM*hT zp}k(lIjcus^m!K+N2|xX^y_Bx>%@2|xj+BY%)EaFA|Qj;K?UwHXW2~q3k%p6M{#+u zK*d)P2lS_-<+D`2Q=`>7#F;Cj&Cp(&RAc;0rD4Dw+ZZ|7mF^|RDj11-Jp zw52+uzd5Blc=pl>X7gK;LG|Qwqn@SJiHAJ)Et(jMz`ME1(!{vMV=vOgcu0t0TLYx9 zTL0)YqI&c3%XF*vluq3w(*yp??$cM4T0wEtmSmM#A`Vwvs)Kd-8D zUQuh-8gflpB0dmfANN2@FhO?jeF$qTm8a{E;jRh!cD2+=##9!e?uzvqrj)3ilDU=1vzxU z))n9!tzMLx)Y^vU7|k7#if5!=Im@pLgx|2Am-MJ!;VDob)vG?f{8pb)|5wRJ$o@sC z15jXAx?o@qU*lA0_2n$P1?u~vRfcsU$DF(i;C<$lc=S#~J*7d4JTD*tej`J@BVuUC zEDZ?f-9pVcO03KQS^mBQKE?9f3pUW9@WZh0(6YJeGcI7VfBZ|y zWxxEq{=o#wu@!b#$E*(q#yq_!54X_20srA^*ipPlfN#Q6Nqq`*SfR0N-WVA!v5R+N zb?Y~mpbvhUfsl+`WixW6$fjUm9LJt369Bnv%@|;-FgiZ1G}qW` zb;s2)HPWv%k@VR)>r}4!sH_9@GdUY5??TgElL04McD=)M>eIj$^D)_732a$*n@U() z4SQ{aM&T0!9NBA1HjjbK?^MjmF)nJf}a0 z?1)1V>Y@q*qJiG8RvvGkSfP2o)#NHg@@hEpgd8erEm92*s$0O9^GRA1EP`%vn zjL`h_6h@DZ)t7fx|Hc)}t==G~k-0Ob`X_8iMl^(3ut#lUkKJuFMKn|30R0>8mzldE zM?EF{?jXtP$t6Qr>CHqY73mIN*&4I#QmE$z#SA=+NF29B z%*hQlw%qqpY%h@eMJC$|Jp9z!3w*MBFudW%AdH_!`$=L)bjMYJAGxtoSonyoYi{Tp zO-K)^$99S|U`2*tDwg}da5(T6Hf@I*4gHD%<2yz2E_j5Pzf zL;1iq^QVl9<(G2A&h5wBttBV${_A$@TF%_ z<7C_Y41g7o-)wfbK%WBR01-vzv)f26F?^WIi-ByS@Ud)-G*`Fe7+cI|xyq2R-zZ6b znIz6W0G{q_1-@Nb0aZNpBBSKu8#|+4z$jlDv$s4w3td_es)^SIAZ?Ui7{HmO}9Fj z+wcn_oKOv+f9nrTBqUgL(k8(s+(FkQ!kDWpUrG4~NG|x|D$}wi)yD4jXt^LEW=2+% zlOvt0a?rvOF!UbIX7zQFt<5vEVy68ku!liKA3O6eYOAst8P4jg;$Uh-=g0Xcg6fB&h;vo6wos0K zM)H`}A7#KdCFHxgpwwI!D$TLBuhDePbx*E%Zj#7FpV|DY?+;~3YU^q? z$s${o`AfOZ`&Zw06R%QYpVn<g#E+Js^IO;gF*F-UQBrX#@klxh)Owqi9YzDmHxzB`3|sLJ@N;x z79cJ7!CF>m8obh-0>Ks%&E`I5$)&*q9x(=g*HH6VAmYH_Sc4a681B`v-pd9xe>kXG zr1_}#Vrl$Da=BFL`13iKnepqKL1-!6iDL3=_30PkBg{l3?Jp@1^d|or^bBwd@-Ua< z7aGBtzFB?|W+6XMVGinnv0b8^jEDwxEOsETp$$dQ#p!J!AF1ZJx6F0lTk&7ugw+8T ze*Yt~dCWhmQ=K2>r?icvl-sH`LITP9*+L|*-=0?xouX;v^*0s478*58B+T*jruM*a38-<-p-@-((dZJ8^ z&E11o*TI);P6)lSd}A*epqI39I?G@de{O(gNtev28m}M@R(>)Ej?FNM*}P898hjDG z>c4tM+nJ4nK~4X6&8Bj)qb|FUTI1{o6e4D182IexWdz!K+{&KKQ!+T4+&6!5y#G(c z7u?JtsGF?@*TTNuE3>Q2CjNlF%58-yu?zz##$fAco_aqz$G}6E+r-UCJ{7AJ z)TQeAjYDB;w=BF~$KIO??F_ud7%D*a%gJ+(8EvHwo6BJ|ol_TUc>4*^k!GlJ#_tET zWHvwXL$M4vqu@;@@*j%1Se^LXh)vdSlz}msNtKZ?-mn>-V+&+bZ7M3Et&Fh%TaB9} zu@|t)xV<2HuV^)}t1M;QP40^XtO0p;xf@eJ?!yq6!n7R5M zQ9_(CFA$+W3eW}7ZyU6#?h$ht@frJp)1Lyr{SDn8C&TBu67@PmJ}LKYnayjT7Q{MW zYp6<(fZnGE&^y=&h$(&bPU)qy<@IgD0b#%zrCXLrnti%|Iskp^ov|%VC;yQez{Uk% zgbgvr|4D4@1&#k(*l40|6*C$$}*9H9$f4LFCu!N;)-i=6pi2kX=1&uHdM7`ikJ z!bs7+N9CIvpS9bbMT;R2f~VJ3elK8aG3YtBtSh@A%5oIjLCrxuDcnCz6r zs~ntFaTw2x$X>Sfke`*e9P^pC4NBi*q!*Q>x8YbN8KekrzEl;d!g!^Ih=+nTXI1LW z^G!gNwjL^`2K{hbm0wD2rIdYdk=$6gfzQAl?C-7R<3)|1DQ@dHUZnpbnXqVb2mEdL z>?Pe+YzT@8$NN4otzOWyJyoTv*DtxntBQS3*C2`c6R#?vtOIzX9IuX7`OAqwY066<24>ESaA8 z5-O*)*{$Nx`jT0Kj_H2MSXCqyVu;Fk#bakV2Ic-WwMXo);wLKq?=kgO!5v`6+Uy%R z52U@#z0QC?bHLm$EaVQH6UxO6#lg~4!BX83Q8l^Yr_?&`tNVjJt1>!f7#@suyRfAc{3Qj7_D0KO#DlZ9jKa?ptc zG9%6UOE}^``LY)Rm>KzJJ_8q+jZaHdjXT;Tbksy_l9)+eHQCQtFe490aF~4k!w67c z@4o4)NTF~+Jg<^pdl(lkD$F@8I`j=U%HIt88*;mDf&JYv=t^F6d@sEela&=OB0;u1 zz0pm2j4tJNK^R1=e#}auTSk{Hh)$V9>pc7r;%8#?2eLYjPLXQ}?y?{CuK)*D>;$2^ z>9oW8a#Hma#}M(=;{QnMljG>4hUiZ9TxLG9lU}?C52UrhS3pYp8$XdHPmLZFd)!pI z)bHk?&{OOKW0lhS=|>a;Vqf%DIci#Dk3`438Tz?9KaS2aj1$rOJ=XC&^N~&Lh4bbD zr3f zIpfo8D;^+IM=@jpz8QH=nvtyIjLyB%L|cw3@N@ZzZXzk7pSDFiwt7YYhKDW{m=FIA zo9M~+`6B?Bx|mQzF(rgS}OPor5#+-yQurRHj4Qg;sz#k@lkF`*gmA zhI+dbGUXWE0OO_;bf~UGvh9-bGX9j4Ek`otW-}Ga5L|$0hGJYA216y6QMusx9Mc*L zzh`;k@1&AH#S=r!M=lgP!xLuYK5~8$KWGkU^{I~J5t^`T?y|o-pUxKrwg`QNZsy7{ zQVUzBMJjuo%wltR?FC~vX zb-w1BtEj`CI$7El(Q$}59><}rCR<#52{C9u_1a_nlAW7O%#{~{4s+cNvOUaht?{YV z>QTu+V&T5z4$4qj@>{YxXJbml+ssQ{u2nVFfbVZIoYVgYpIqmZ?$v zU8u;{*s7|7gNz)nl`bT*_dSqqg_B5-+?WQ==DhlqrM1OV!wNYAJ}j zWVQgxyYZa=5DHuM9#`ngP|>Zn%W$Of&V(okJr0ah$qq=)DnB=QBZ`o)iu8ng(6ilJ zbS)7+8ALLHYYCJqoUC32ftcWAPq^JsMSeC(+C1tlshdfDuYl%NV?F9P2LV3FZ5c~z zX@7Jc%nT&ncxCPUmnPxBK1Upf;*~Szw@YX)jLnaGf^_9&{|Z7w!L~rh* zYPG1^utiHP-P(Cj&xqEMiT#ZY^pt#>i+=CLQCD2@8lzAFFad=N1??!v`F4Iu-S=^&JBilzmsE_Ar+#e=2 zM^ZJ4c3b;KL|4j##iCuP@pr4YW62@b2P4>0P~+!u{b6F5wbvBy7KEZ2e^)GZj@5BY zP;2#GYCiHP2(XS{W?B{>f}?oNe7<-*#66yVRvgrPcOW&2IZ-(9J!^kn^d1Ayz3RUC z7`M*VqEdxshg4rIh5Oejbzn4`U@C4}O~T$HcaP`PZ4!Yr4Sj}+crs$$4N@IqrZtT? z1Q|%gm?!m5nuhaXxABEz>2q?OFhfF`v$h=JLe^8cs&8S9+5D(0Bci7wq9ypCBeAo= zr31lets5UsSG^NcBO-m9)q7rey_z*&NB~)CRm}obQyZ_DBUVJT;Zgjr<^RNc&g1VK zM8IP!@N(KL&oCE)$-+T!{=L9?4sZ^ju0~MzO27VAbGJQfp3#Q%E(vT$IOtn7P3w0u zS%}_MU%P7R96exUxJcFN?aPm{8Tyz3aO`d_8VPlMHqVgID9Cn_DcdDVwXx1mpnnu-aA zB6>g`gQ+Oy3)S*>xY_s&sEIDj4IEi?nFiy>Vy|5{8W=tX6hp*8E4S<}+^6)80d||C z)(3f3EElgp_{}31$)8I8i>`%dP&2j6`fqBX%Fe^3VrpW|#VmcE!=iL()w{VM<%UK>%_1n{Q)Pa2lw(S#><8xK z$2Qwg)8;E)!<+v=NF8=Oe6Z5t8(HRuqB3U{S;uo1e%qckUmU_ju-`vlerRY~NIvXo z|I-wPdj{;2;eX7Ko|+4UMQxb2e!hL@Jfj`t7SWB8!23YOmda#S8tS!%fQX~;d3p%t zChy~7WHRaL8HcS9ye%TBlA~+9fHC!)4wKYR-lm$_6{zLS+&+ISO{Ojuawff4XS=byqV+Vi|2;E>(Mv%#NTCtCWwaS| z)f(&;p8d%OdrNh9M}QWmx9)6jcWq%aiW!D^N9DzHZ=ko?*{x!akWR$%-!rh( zXBokKA@p*0?nCWmwIhtm60q*CGV7d`lCzuTn4{1c&Z-Rf+EYUWzIYb0^VHksy4Mu@ z8O%V?g{=&)hV&{8DNX|egyAfSNFpIlDd1{Qxzp=C=Aco)%c?CqMQ1^O2`+N!r5uk3 z2`0?QdSc?0+IW@}8<6ztV@B&>DyqKdeQ8?qWL9x`b$>1WVs-SYELl7HGQ`B~m(kF< z&)5k z9_ZqsY=_8?G8v$^;3dPxs32xU=4ZR6I?%(F)NzhIPUyv?w!mKO$NW-Z&+=i-xeBhg z7Z-9z=&OoXmW|`$d>xnJ<-RSk?LYLfCF=Lu6ElND`VbnS0ljFpWP{i7zfNDD`1f`P zwxQ}!=?Mc3rKY;H2fc`Eu--QtbJ5V^HPt{Q>cNcw3q?Ks6cAA3m1vD9>nr#p6u4W) z>ZuCnJ`Y>=u!=@Gc>9t)wn(g1_N?mB(~1|J7oB9NsntzIzJV=j6obefj7+EMwrJKF z3^E-WnJ!NpZ_@z7vMA;e9LA^9VCgA9SBD2c9qoYX3tys{MMRt#`92`VEB*X+Y1c^s zS1*Skl>l7n%ECKE=nT9v;x4gg0&j@}@02fww-0#7Gbl%NjYkGKD9*t9wKL)6W(Zel zpTOHKV5viKV~oS|nxDA-ZmxeRDf*yrQc%ol!!c~s%@dGwGtw|RJ8g?qCS$*0M!|mb zfH*=jk05Ad0{yA1tt8VdnNW(p*nESa8Hr9V8ANvzX3?y27BOXJbAI5p@NEKA#Vh)@ zGPkH54oT08CGy3XKeh}sb4(WfA-jN@78^t-RaH&}$X;1Iq0Nqz8xDo-9U*@TMJ*}E z*L2rKF`E&unad==K)5?vT@wab!2VtxQGM2u5*H_<+vAlb;3y0AkHl!mvJa!4$`gmC z@)0)2yqQcm5LoXdGLPu7`#1FEOfiKJYqwp=8C<6vuR*fY11&R##mAP*@`&~BGluj$ zRE(J1i;rZhp398bw`1==ba=x}jlOZrw=0=6Gr0Mw;O3t}tRrmc4YEng-3+Ph8UB%1 zVN9@Mnv=?bY!W;jC@q__ug>@1*eUA1C2dvfZ2ygoqVC45rEwBjo$2hq zu}`E5|0Ko{^`mQw&BzsWDnq6jEVCUJ7aa)}pT?a=nY6FU65P=7tOw!Mk?J+uNPdMJ zpwTh-YK|Jb9)|_xa!jWMW(u(YS?QtX$_CKK6O+Yqc5q=GO^C&5sq>IQF^}{j!&I(% zNbc+7i9vZ=o%aSS89*baCw|Mt_10#OypAH}co-Le>|Evc+Z3o7L(pT_RPy6)sCR3- zczyig>>iW!kDk?W!>kjj`MXAzGO$rP-MOz@{O~=OzeNQ_I43-3P=xEFumXtoRwnQ0 znJaU#zHl+K%i1EQ#=TO4qeSiET}n~lb&3Ys7j8?PlW8-THXS{gMDO$J)h0PWffA1A z(F-|Zk(13K^{Tb+h}kI0fSeU!@nytLgN&##Ko{#gl#8Q3yh?48pBGzOwGj)vZ9cq8 zY5`_}SM+zTASO7+Vub|cZ89unN)u`3)^^fXSs4KHTq^T$TNd5mL%sf2A>Ir+t(_Uq z8$4bhl?UFY_?)_b2byZBD0LZSisW`RX;LsHy2od!vP_Uui9~cB*6=pZe?DiG_xaLx z!GK(WPEiu7OJ6g#k_FkVG{MZ~EllG))>|T~vq#$HDGzMNQcG8?*lhd&b)zd*DHt{z z|44vMEj4vA6aCkOg#`}y0Ngg7E4PUXAAO1yME&}=Saaf4?n&gral2;5s;P7Pm$HI} z%a3O0-()}{cc5*NUjEuFW;Oj0?B=>$SzT% z4W(D-sAN~{Na(^Kydw0Wu-ATG_%pdjD7Vy)zh@uU=EpW@hWx1eO<^yE_v+<`gdBoh zqfb!4y(>bHQGxA?d56-Ed&6WX_O6wL&i{c;z+4yB7Gz58hf_6}M>A_~P2LjQ>(_iF zuNpYj5rZxkBkZnQM^h!Z622jbgK1Lo%wh>7cY|3uG7IZYegW@uSt-V3B@Sc1pm2*J zOKF?x02AKa=cI3Zl{i_5C)Lnt%1QJ3p<(#ziaV-UDyW)?{Zza~=u?Cy1BKbzXaYgh ze5JKf_Pbr7OM&BZ;7EQSD-)UhWS&*6-jq53bm~a;X6f%153{G1l_qnij!NZ~ zZs*5ICu87EbHV}6KTJrJ9zdD5P8Gu!MVu8mkd#xz(SlMc@?&~Am%F|K+ZUasM7dpE=xJXbzuT z=reuQ7ZpoXxjDSLuvp^CC9YE9Y9+2x;%X)CE{R(pad%1F0xPw`>NpwxcjoXfM@L>{ zb;xj(?XY%VY#)azDRa#c)91a0B3B^?ZR)V6S$fH0R<|W+&3@_R2WUwH{du}U6I2FH*r;0I#PSF|l{?%gDlx{ITtR>ari{i{n@9%>vbQkq* zNpA9WA_itJ^Twq_HcUPv5<2Rta9%vUMuzP2d~MaKm9CNe5mn26>q!_$EVA3sJ{_Fue4-vW zFf0@pm{+J|DLy;8KHkQP=Va^aREPCQ&q+>@Iv;ei2ipfWlB@Po5{ZPI(-Tb8y-noi zc6yYt$vC&^$V(u?$6!c4i`96o+KhLpWoPI%R(+Yv{tnvGPrw(|F0~hW?FWnO38Ofm zfBC9gOIm0bGTdX-rWcl^Z_}m`Ni-urCxsKvC`YA-?EA_Z4~8!xzkac~^CNX%S$x7s zO@s;M@)P)M@jdpfBTIi5_{^Me$k@tN_67dZqcc&Yzwu+e>Mq5i^CjxE-Tu-evue|I zqY{-)imDr#8XMr9_Rx5GQ((Jps)f*XqcS@VTp~V>DeEQ~oppbu5A>HFn8{7JhEqHP zh&`c9O(@q4cZ9!7p~j4>>&4Gt2M##u=nrn(GUU4#eTs*T9`(SA9#7Z8tu4rxOmB9mt#`fkJ zTN`>sRmHQmp;vZK%qQABubS&#jeWpW-ngfQ9m=#hzCHgi?^mj+W&K?ww9DE&Py3mH zMONtdQf2;RRIGDkXy&3F`xNQSu}m)E+NMc}7)tH@THB$*yx2kTZ3?j66zkp{#l>`FqOf zbRyx$lqj#HCf7>56UV@!f=uszL3~!a=$?H)laZ2hbrnwb`7iO(P%O{8c8N=WBE?~dcYPW_89z;kZz7Y zQdg+Zs>i48TxUgnmOaby;Ja2kByG}eTMxRev^XS-;?tfE{mPzNu1u+T00TjN{-&0}UFblB*>W_(#adSE;<*_8 zC09vVpIG-veqbrRez-)X$3hlPj7BKF?0c$Fh!tF(xXdT$JzTKqQ(J@^(8w5QAohmEZw2z#D% zB<$hPIFYVBvuo3fMkV$+vFf3bse;m^NVIKEOr~19stn^(yhiTb!Rl{i+~TMl=`+2| zt}3rci}X284XA!^8Hv;zXbK{1T42(2YS4j8&bz_04k_e4n+M^>&$+`I?T&}#H0@z| ztZS?{C-jL3BsEqnWIzEJ+55U3e>ZUk@MlM4hS|+X7Z3}>n~_iSmr#125V5{UtS54i zGH`?0_=ZHyc1KtB`@6~P1?{;Y+|-iTT3(4s>Hj0Pp?5m{l7SZHxvBZdZh(nTa7(29 z%`x_bO6^h9`3LpQF*p>3F11>F)Rx%6Tv@5dI4!(4m;3dP7cMH|^w;S4gi7g5bi(}j zg!%Htxc)gm)<-A1-+d9(AsoCzqGL+Aa-Tc=P?XcW<;G!viam^v3#={p3aH&pGrU7$ z2Rt~uu=x-^su5K?CSF-7HAZXaBhccNPW1=Tu-7du<2JyY^=VRDB#Sw2TZ`yPrMuXu z?l2nDFX`Cv?SWp^ZdSh+_}wB8;9Do$3)=+Eu#PGOI~519aLut!&twYBs< zxAB$S`#kDCj~+hOL-RSLY1b9ZPR#9;A?7B9`xRJH%N#3A>eEwX5dY;FS^wof$#D2z z+tb|97c~8Gz&;|AwfKRA_fypal`?7L6y1NmM&wD6c3MS0D7443{DO;@X{YErijZLL zz}2B)10JMU?FwC?!!P~{>u2sQ?CkGdxG(F4%Pf7a@Ag96o^+(s-6i6IeKncbUE^K6Ci3{Lj;kPM?)H z{5>rQ)Xnzv+Nh2a8XrTe+C8^ar6v|rAbP+sYFdBy~YUn zNKjKzP*C&PL(9s{aK`szbcWz?nzFv?c6;CIexJ9ey}gzMqF`2vW#y}~u656GFtMxv zAAJ9{_jwHrikZJ+&e>-_)?RzSP$@(Y_TadCnhJwJ9*F{xm z{%Y$sZpY1&9CQB}M3PICymqXPY3p9kB4#dQ)U9JIIJplMXS+t>J@fj;5fr#Id9u8D z8;f{=i!z6QCAPS({*_LPw-dacLbII2T~*Pve<@$$5hdo%oq|^Gv`m)oe~^*XB>4sQ zU<*3P8Y~Z-%M`4Z)A9dJ!TVh@Rstl=#^VWkR8#JE)!+?@9xSm)tmSXe9-%iiaS7g# zh5&91gteF9a>O@ymQdIk4<+NQzWS*`;m0UQ`n%{MGP|fM+;QZ|GofX*2}BM@ zX|!R-lcFikf?)XaFgK@A*ue&5_N9ZtIEwlZVU8LnK4VRfS{z>D@Mm$#T#FN9cQ3~z zRrCv0)DQY*4B`MQl=>0Yit=P}oK4~h2n$h_X|J*3AAaQ*f5yR+IK(`AtvKC&LR?|5 z3wrFbL_-2#rEDjnNGf!G^VdP)GmQYNM@Re8!>TAe(KUr{RWv%>m2y>*7X#K|fX+L7 zHy}a}lX!o}AQ!67!;GIo5-5K|J7MiWs>F@juBL~j)?0+a%h^-ZJfW})dy2kCC=}R} z?N*^MhCRjHB^1`98Q;=als(3t;_eU%e_&7c`9k3V_S9yPP`H~t#iN!g_S6<-H?t?l zoKpPa;Jg8UgZH+h4j^)Sz(<35k*{Hvw~fENJ)uL~DVBdodEci$?pn`$p|rifyxL#i zW^q16XGb15v6~>2y8TtvwA(hu7r?b{qqr+HjEDe3#Bp*1?napKaSHTb@;q*pAe2+c zz>$t^)E0soLnop%Tt0h z*K9->k0Il~DG?ChqJs?vos67PtTfa~U=hh6=#yPMJ^`J#H;>MLYnM%cm4Dt(z%_~2HKR}`DIvSyZD4{J(6f9dY zuOTa>qNG(!Lr+HNjg#a?nD80EGJa+9Bynf(-}8VKY0W%_bfNHJDs&&E(Z8zum=h;F ziKUc7x^FC@@_{KjCJ&V`%t-eovk$%X4^`TSM^HNWz;pP^arv71VFa{Y6ET-CQcv=v zCJtCF9G~+!J|Cd=-Bq3=Ir2QU29^}sr~A**_cwnHf=GdaZ-8q_AwZM1#OZ6u^R)3b zj1&rA#=E#P1vC8?ppKFPL>b5+6y_iW4xEIw6mecC&4EJBWfVb_uB>;SPhLo_v$1ekQ*LED+)jA{|G8 z_ZWSKZ*6uZa{t)7UJFsElc^WbfE2g9AXDauqhrM0LY_{7Xo%Gwrpv@ZS?& z{9@y*Q)V)#Fq{yxf!64%!zLWVv;cfJ=)Oxc} zIGsI3xrM?B>?wMVP&kS`*{~lDW=}E5H-J6GVyErNp5n06CbK6yN?gRA+JH_S>?t0* zD!E(mEp2<7P*{i2@hx@SAQb+DCx3Z6QIJMDdX2Pm`s*DWNf!Nfr7OO|b8x-US9z7YHw`;l4D=!}^)+;A!RCBJnlI6V4lyi(J=Z_dm zHRoZTv!f~JWu}}T7&)J~g4L-I_SIF0VMfI%E#7LKhg>Y@hgwc`(kzAUuGTBE*}^`9 z6=Tyew#y_D0Bn~j){3EfUjn*7nYusSgAYjC!qSAooA|3A2Mk`Tr-Ryl?NzM(A;^G@ zE{)a4^c65l1@YPlE$$@7(b#mxci~+pM#b0AclALCD?sjyXTjIP5!mx^)lNn^$FK~a zZK~fG(5L!NWWA87zDS+w4`@?;Au1#m$0?umQ!9384q(M2oy?uI@z0(VfmO21IP(B_ij&&&zCO9*)d;K}`GS)ET?v8=d#7YPh+D{~yCdt(63+BSHZG&vR_xqZdO^;(+A12L{uHfy726kGu@+VC_L& z{Xkw83TZ9NYiu#kv}fJP_{GM_&nEQHS}J?rWc`%K|b& zU?hGl*5j<0CRU?JznqDn#|-5cd^E2scD}AS&{!KZMh$(9Ea0POInrl2y*EqaIjVpr zhv%Z4TzTqRK0qVEf_kq}Dk%4^966mOGxQP959A3GC+CP&@^1*OOEMW!O|yw3?c#py zkTi^s2b0!`<7o)Rkq)uH6z3jk^K=y6wPf`1I5K8=>={`?;cVhiz(0p0b?~#1kP1w) zezRUvpMwziPh@{`CQX)aOr}DKA-G}zPRSz6F6z9d{PK%t9*)P~N|kOzq(?{uI*7l! zzwtPHgXfFCdt=D!tlNFkGe9Wq>)%$L`Wchw`A@f5+-GqQ+%uCr0U5sabP-D9{AJZh zg6sK$8n~$n*;7A5w31lyTjf(FtUY|MvJ=4ix94iV? zukEuH{_k|)X1YF5Zv3r;0bYEzZjOWk;T$+Yo`o?f+LX0H?C z*j{yF9TVQk&%JP_QS)c>sVe7U9G|!&Ws4B#Mhi-5=itH*{b$@lk$~4m*E^4cdrSSu zcd`I?YwjJ3y5otR=&)TwU&fbVpCn{{?B20B9{+a=(sRxie1{tjT@H)682|Mx# zAwcWA?_{R;YT{^iEV{D9hSk7V{*VtRLc}2YXp@xycwvXIme%=<@z6vkL@4sygJ5@x zK*gz_(ZW{^lPcfIVK|)PA(&$o^J$}JTo`^C_8>nG+=#D2X?!pjhBj@4qU-P~D&T<{ zAaH?y_Rr8CCc+T1enyBxx)B25NLiNjESnJUP#bBpNTC~t-I;i!>6m3v`s$AW>~((f zV3Xr-IHiI%ZAk9%1K{m}-lihl68Pd(_{12r@;ChTDMHbFyu&2Uw++Lj$Wy;WZi?c? zTR_SbQ?)~lYHy}$cLN}fhL7;YcQRWjEW?9dHpx`>b$mc|2)fC5Pg(<>qUx|sa7c6H zSC6C4W#$Sf{5hr(>r(}`6QI-q;4Gn$dK)As)UrH>ENZte`wwyr&~rU(%C$_bh|pEMc4=urFZD~mhyYB@HzatD?QzU zwjnu_;tT_{S+sS2foUC*hhx-Qvh15fDE|p zvN7m*KbYYcgVZLr$wc@t7Yhjt@nT4i6>`4Ahe3Kr=kPo0;xLuNzr|>=gj&?aVTA^V z?<8p$dnXP*!|ty_oO}BzMCK%sSl!mIz~S5MzwTpd{C)0EHJhV*jdB+QDJYVhkH0t>! zt!jL}(fDIP)dlo?y4v{d)cDg_e9ztU1HS4ZO$4x1f+6V|3Mz@xacwcvnv!NUrrQyPN<7WylziJK0AuNL0z?5n6o z|DZwOI~iZ_6@&@Om-uk*E+=_(d}m^SE&$&)mCWr#=3`pb__GW3#;efJ3us(cH}Ye& zk?+)*@w2foe=!;#ePNAXqxL+VdY;>=#{XHM_xw|!>H>P6p*B8_8s7t&I`^3OFdEOf zz{bDf+u0EOhNgnO&UT?Qq?F+qEpE|y`^Qf}SfKLu_v4xI_I^C5y#2M8q7*x`csk*D zVH3X>af7txa-40Rfk`-WK~BM)35q+!?J2uc5Af-8yuiT^(9ksf9A1K8^FSg}I9vUc z4mEVNmM?h>l~;v6z+J8v-UXsCgJ1`v$ZtZlocb9c9WG^C(z9)zbll2%2jXxmW;1BC zLn-p!2j-g}K0KEafT-L-Ah!P=_-5yyM3?dsf%=(}cMR!sTY>G>Wu<-7bJrhHFPzVUj# z&8B?4UNrK_&m1#OhQ&B`swcz6^U#rte>QdGpQajas0M-+`7`_||3D_W?%^}Ke^@TB zNQO^>6ls{vz0K3sx6(4!8$$|UeZ=wZV$~mTsT|{qV>58ym03cCHDCc%NE+F58c>@Nf>4fVtfCtC`u&pna@22 zGJQO#AFRr+s2^g;l~>|t8?m%w(1sN29)aWM^>}0?>ZY_(c0Menvzk!Y9gMH^06QP< z3f_mIuuv1*z!cIcFjxL!KFw>pSRvj=nNV@zK73T_QI2}@1Acke5ufTXLw08jEfosi!vlF?iKVNx>+n)y$(Rk>M?7UL6bi|o5xkd*?d1WmRuf|p z^eO45(H42q^LWEySxKP`^^jpeFlX_tw0eX>I-QeOh_)NC>LD#^tS4q8P-C%f!-yQ0 z?*!EnK!Z>e*AM&-bUfr<%}$_)?$#GEb|6U8WMB8GC(tT?xl> z@D&GdTjfZrRh3h87LVu110iizuEs~P98yEOxXcDrkDwrYo#+y3g6AUN$?>H60J3>2 zDkPAy5mXV{@&qfDDV}O)Wm2|7?~oK>))MyI6TK^O7v=FTX2WncY`r;8$5x0~>2qT% z$?mU+bY6dlj_o)^Y{YMn;TB_U=j4c|#84(EaSUtDjzv+U#DIsI)g%yX0ktZ@j6(Fo zVm&54Kom}ri2Il%qB}GuAUv3d)i}u%Z~*t&X}GoUHH`Hn`WkR)_cySJ?(JS@=rVS{ zPP8{ zsDhp)Ik*!U&NWhf4IbPaG~{^`G1l{w`JCE?GRogkC437dGEvS0c=0W>xx7oIW%l4? zgtdsqC76Bje5tEMLfdA=qp2Y86lzP;?gJ1Oc20@xdQ4VMgj(yXLRWC{0qQoI3 z1q(W8|yd^+t;y{q@4f;X%RNouk89py7ncsBFUnXso0wr!g`;Q2t8I9GBm9@-^{F2B=u2;mC7y zOQ3F@tKp}7FA_=D&@gfto7ek*5$D<^=i=zOMHu*6`SEKcx?r=?WfvXRy z^3rP<7)*S17qWpkduaO=l+eX(xPSV{za?4Bw_!~0ArnHHXVq1ieQT~@80jmY2ys%% z>swnqw(kisvu_RJ;O ziFRS=ngN4jkOI1@4g+jU*=lrLo(Al(wVd^z8p57!W?53mv{hqSRLUqkKyLONt{geZ zfHI#7Z^QQ4o;h^Mm-if}9yr9;Xke8sD3T-B%+Y&w1#1i{-)-|JPn7>p&HM~y7G;ui zpAI@+4)*r*okaqLfKY--Zft77ENz>a0oz-G1w)!6KWJ1=YYY>jGhh-Y$|J+-*LE=` zM{lxo^_5_>H5ip*_d%pk>_71QiRvV_vANlHh?{Gq_{&c5-A;n-7U}Q+B}|$hYXCAN z3=rEyxwMvJg?IFDSTn~o`*olPC!1}dYZ+$)&Ju{Q$ScUg zH8y>O&C?zCYu-!P4zJeh)a&)W4aCd-t;zi2^1t`dfxw6IYCH}H&I6>XM*M(hoKTwP zZyfE(^EZx#V@721H%{@UsWr>-R{=J7G9Yz>=KzCrQTin8HIL%aHwY~9{diz2gt%St z;Tfi7TOHJ{QVm#HEz%@MuSs@XZ;Oep;3Nt@WDlkD`&}%Lm)%NOruAtA)7~6Tm4p%S zI42P-{Ftl+KMJmhl=^&WV1E1n7Td#B*eZa`d!fuQ-;qAw>8(bj%al*qN=RA^Ptf&b zj=bR(eK^0Rf)$uM?en3@V4o<@{fSf6Onb;rJkZ71DyMoA*hY^QI_M?QcSx_X+obHU)k@u36E)a8 zBaL-YBeQL^JZ0MuI2*cSWEx@vVBky>P9?FGF`>?N9DLC91e=(Vpu$%n9}k>qB>(YE zuFnllOl|t_H>+szjM5iL^YuC7!X6B3S{f`Z!d{hds*T$IH0%mLt?6Z2Ck+N6u#SdCTdWN@zzMss04Mv)`w>@&T}$FH4U{aHOg3o{v|OYa zq!8G<#DV}T(J0YFy4!+dZ&jxCU)=UMBl+x=xQZME|m^iRLqpXT^9^yF21-f)wK&j}Iw;V)CSv51eh(tkon?iZydR>>mq*bK7vbLF7L zDDCF2s79PJKV;BwancBGwXh61m7VzGONV8`Har9uTE$fNmqLK{G_Ja%HubH$0p87# zDwK9dP5zT;iCnBP-JJj)Ff&gQm{3P5g>#B(Kck@{yB*g!*`zQ_xG zoU8Ace>JKEA{^9bRwW@K7QHv{KxlYixtX{~zcE*S=^k@`X?$|9;NM|`)>#N{X>s)R zrB4(JpT`4ViGKw%jTfAKgwny28#`@pJBC<)z;m;|>REqd2d+g|v;dhPrCUH!x{4^0 z40M(@GPVrH;%jM{N&QWgJ*~jeke`A-n5+`B5TI*NoC1RnQ5h&mk3uG_s;qYJWmF~H zF?W&H5Vq6T&=FP$oI)PSsr-tclJ>s(e!~4ns8s!+0tdtdA7*qBiuNG^g;UF<0j^Ee z;Kb>xQ2eQH+lQOra=+1cy368Zu^V-s#N0t!8FUp9N6?Cxf^A6!vcB)?Dn!-h_>rjk zbl3t=xM2wK$fsC0eteeRC74onmY<1o|IBgXr?}cu-Wr=S5f3e3g=s0Oh`AN}C`Zf- zlXS$;L0U%)%dPZAzLu(k49cQbm#9~lXH@qk5{>F8xAHaqv{W5NMXQc>XAWJAQC(43 zb(C9q;4IbAZ48&YEaO#e%GW!Z5mpuD42@_BEZ{_~=Nev5fl<#1d^37TIgO)n6l6Jw zXy6nlvj~UG$P4~vf-9UjusBb-*zV=5dkWVi;sCfTlP|#~kJ#X@69NxXMHL_;vy96- zUlpEws@?Z^lIUQEgQJ|sr*4%dV)yn9O^4kieU&TNN18=9AfyrrNucVy_7IhDpb3#l z%k*RB>%rbdss!F78WH!y%e)qL>9f$!@-vH@&UbGAwWg++V9&3XQpN0AlH+9sm~nGf z@f5OczWaW0&LdS>>u%2&X$cn2!>q`WzsCh1DzC~qh@upMAg~s+;u{P>^-?^*^?{UK zE2jEZR$Dv{X-zW5PFzEFQ3$!#YZxW0(vjYftd+M8D#U z!=b@IQ~AV`aOp-XewBDVJ7Et*{kqk_v%#byajHWc?G(S#bhB4KEq>Mj_b+^8QC;K+J0m{l!iy&@G6&~C)#{0F`uSt=s< z#jN#G5vlhgi})<-*R!l&S$jm5t~`(Is=T6#MVSY}8lj0l1lOaqAKVCNG);Vg#p2Sn z@w4{|g?7rF4I21xf=>FAsYn%~WoF5qwi6*0UHlCvh5TA^nO*q_M|ThR8-2GongV%B<*!OKBIKgc@e#h=h-rIh_*dUg$v#JeudIP6Ii zALLl@tRxI%uNNO=oqdonAmzUz{*9p``xVrSz!Qbfpgv_2tw`B5?!BJNbL8W>tQQec zg$BjFQvUjs9iDOI{q-MT^IrXp+QdgGYkkUg$N~{;1z5w+C?T-xb3@-bxe7UN~VOXQ~#!`Eldai^4U(0qt*sF)yie8y1P9vGPZrr%BkE$HF zYgANJ6%=)EI)>E>B0LC!NiI+)X2~EW?;%fe(DpP24AN|sUZq6Aw=CA`g{d~gRNh+9 zTjkJLD>{3Hp4B)m!~YEBk86@Yj`DXZ{|{}djyN)oMtx;)yQ}!Y@w-kI#9X^0Qp}QnQfnLfel!p*p zvC-D^mG9qo@QxFgs#-2hRPTqIbUbOSPRR~}K^J@)9j~BUv57Xdp1UB;>{Zj9Ele;~ zLLbEyy=sw0Oqr!JvsWEZO~$_I|IWi-p^z>LrH6-}m;7|a{~=yV;(Z?_`|5GO{RZAN!Tng+ z8_^y>t2B5^x;fz@X1YHpEMhrHcyFlLG?Py(9j(o;n+>|uMDtLwNe)x7AtMiF#@&}M zE%K@VGHsDsJ6DlBk$_(^Y`a^68Lv`4=(AiSl+J7n_FfJ#A*zM_VmH!}tz-(a`yj}Jz;I{E@zeuqy#<{R zKC36fh#WJvN7M)JBY}3bXuiazJ>8w?14OEZLQw-)H@=8ekJ1LJtA2+B+bD4GS+C^C zmqU(28&+Kk_}g#M<&w6(`h2g4=_cI;ZnI>#HDjI-$iQ+23#`H^NCHD293CaY9|0mX z;$0|(rX1`f;nPJZD#OvvUlDEYeI_e{1r|v7Cq4_M(1@zWk=S1!U+@FY%;J9KL8Oa2 zd|P(;8tjV`(1Pr~i%8ykJG&Tj-XHmKGyyYW%*x?Z9*|6N;BWdAr}tiZQ;m?pNqf42rL>OZOH>sBxx`-B z2gzKQvi>^fUTIHKSA*V@XM@NpTc>4%G%BiULW~v zkT}ahADMrMHC2pq!Ml<*=d5HGY z;`}3(Yv{o$)~A$1xv(IK?42+6EsxGZs1X`po7kD;aLUEVg#;Ak16^Jp#mCxThGSz5 z$*b@U!-{+s`7*@q;lpyNTJEgFa%WcaVOdRkHw{Y``^dP<1(aqQmNV5CGAv`YVHwVc zMa-_@BLj4M4{O%Y;4#rL;wyXK!bb*X=3pstHtRyzSZae6@*qM1n^ADNMlwyV&MA&#}_I8aLJ5Ns5hH-KQCd^ zj+_mSV*6+6ZvbcPCMx^ZRiU^|L{@L5sHdDboN$V#+fN}Piv6_JTA68Ygi@TnP6D`j zP<6?#fx;F$>nL4G-|39FPyB_}p=cTa6424Q3u;3D7|mJvn!*K=q_Czh(~Ga--AWy< zcFVI=-$x18OhiPwYU)-Bg7vW}!~KW#Q1{UcfKOn-eHaJw1Q_;HKmmbGkjl#Kw7fUW z0T2Ew{i&rtA^P(p{rQgm9K;_fYlE3HFC)%8>uvLhsw-WNeBCnhc8vW9{D`#FF5T-$ zIRnLYLyn!88dV1#W{zovJO2k8XLX$gGurr zFPm2s#R@9PX(0B>p-w9;tD_tx!(uX`yx2_bQUY%0vdU;7&1w8htU%FF3@or8so(`H zljK}p5jo6GBiQIFA*;+xiCY;ZZUrS)4s&AOmtn3!Qn(RPM-9JcgMWb;{_$f}_?LOi z@Dl@IhCdeYcj53)fGqN?9azU}I!gz(NAAGyi>L!WqUW>0zr+l`Fjj?s)55dCA7_H! zeh&Dnc}-`5|C7k@U)wtPeP;N#5d14Ym@GFGXz<5?eF*g;WU~RLjfSRAf;7Qlg1k~C z7*_aF6=a;ETA-Qg$RGzmY_z|h4d2CPcyG&A@jY6D*P9XvRLmERNHjocmUvjHjL3Ao zCo+tOKu>3bZ=D&w*l{X+FG0Kl_A+oFGJJ`V;oHMXwE*AV$nXsXe7W-eiA~qDH8ry_ z&rK?HsYjtQwy>Qjuh~jp*unz^`;)hOFNGS}Lhr@=Gzw+A%1l>RE9sYgUeY-fLvP?P zPWr2M`5T8X{t&l&2LXzB+^9zhk@}rE;UzlhnGh6$Ka3rSjh}@iC@&_8HuB)(z}H7FgA^NUm|F2m{`zF0=pc#!Fqc*_prH%2 zYz|mwJdW1@qjaSPXLklzJ$#vL2Y2tUzZa3q*#mrQ22q{XL6V*1@OsEiO0HH9r7JI@ zo{~|xXj}llIbgBFur~&d>v$t@lW{M;`s?Qig{h{xNw6}7*IkFlsaoBXu8d+Z;-0br zXT51uykUt@_%lvJngn78_v67FXAA_Yft~kw62sl)ND9Z@9lcR+j6Nu@`s*(fik?Fe z;O?o9jX~Xm_HX5I?ZxA58eEjFY-mT_B42{<`5Rn9(M_!UqjppI50LLJUcL;EcWdP- zU0J}&6Hz?tuSbyiWZwSz9ZksdmA={-zsAP64$LBrG4k=T$#i){Y9!OOMB*(VMM==X zd)wcDn7rkz*rUFWjAGLt=EZJ$L@PF3+3$e#XNlD-6s|)74a0MZK~<@94=M(R^LY}( za5+!9o+tGnf_)81Ksx!HvV|jmdVh4jm_bLKf6HHgrBHM^ilS48w;Rx9yvCs$x?d^TdR+eLbAF)) zCbbdLu~m-rRpbc_%Coy5*@F>7vbR`-Cr3dQd3Wa;Q_^aq}V++vA0Wh zRRFU2c7-fAeD!0!onQo1;1o)SMv=3px;DanYiSJ3Yu8bPS=Z)p4d`wfVKu-UE>Gu( z4KQEK${|?8v5XOsn5iM>i-9KO?4nL;3gVklyTxp8)iQF*$&BW>d~*sHa$G^4=FWkf ze6&l*nNCecL{8im136lcZCITq@E+Uon5Xra(v_cJE~jNY1=#a>Mhm`8)-qDMLe`I3 z#=}UM!86KuoTX)?bcGyuXc-S8;U=E(5FT&QGE%y-(3J5LB;3w3R^xH5mXXqx(WZ<6 zBm{Uyx-Pj-%Sh?UWqL+LXDZ^keE3kzb0JYVV^^UA>L06PGdhu5MZJhOM8NDdf?ax( z&(RU&^D#Npj}3cHyJmYpe-l=7zbR}TQ_%;$Uc}BY0$kH-Wx-tzJgE>*+MI>{7 z32TyX5Cj4Lz=OXmnlTzLBHO*Z__Y+hR&0FAEUi7{{~kfWK#wZT*8Un!vo4KhhiFSx z&udIel?xTMcBvxc4^G1O0bI1a(Zv_46=+jmsCI>|;w9QD{z@vR;Lp5}Q$e#iQcnIV0nvKUr9O*n= ziDD$gdDTboRVCHO@u-t3r7H)C!%~^r`;oAi*SHRkOSBp(U3p8(2oOh^Kzti5sUYs| ziF{A%EoZuBucO*BU2`AeRUt*0YttIcbj`b;e_!yR_I;j0Vtjo{jKvF^62n<3niBA< z{U|RrL)Bsxx!rV9)hJKjfEP0I{g(@PDP%q1 zBSLCpNz{peYbYKs<^2e_C|wz;cO~GOj)X*>@g_W8q-CUZh1?@*Lzjnyi+M)6knF5w zq;#bYf3%Eajf`|TsAr^f&T%RxGlb{}U+ zY?Nq3!q=;gM19>&H9XI=vlXvBW#=s|r+mMgdb$iP89kk6Dzz86jGk_#o^GbnES@&} z9hkDdimad(TB;S2{%eT4)Rad=9-L4UtqM&&Eyu}MjE>%p9O$TAYjl(;1%xfkPjm(d z1Cf)}02*?kJ#~vAH4=S`p>(MB(h@7b(*cEEL%mwF0p13~PAxJLU^?BS(_K0J(%JLx z;3<`D$fK1VWh(nN(vjz{CXgxO1REPZgGK-+D(+vu6g45hvR=~}?w^A}L02%SDa4c5 zC{NaE($B%|x}gTQRs%Ypgy%760guUe9E(SG5~p;n^LCu@l{cu~ zQ~)2i3_16+(P?S6_qw6kZ0Ce^3rK_Ji1MJRd{VR3A~dR5`LNX@9U~Q*$}Qj`tu`;8 zqx>|05xN9DrBKX#&N7G2G?Lv@khD!9-MZAH%G3Cflg63Fxm-WxTm~Q;doocmA4tF?^^ zE{{S06uNfDZL!!5Xj<|tXJP*jX;S<2aW))}@u>U_fAIN+f3fM=8U4?I;T}AkGOl_G*msvQ#`Jyc6})`TmD=~Q3i*%I%4ekT z??ZcO-!qi9rth9#X>vkXLC!c?{T?MmY>e7|@4mczziYJby_JuN?HL0vFru8Y-Cvg= zti2Sx6F4r1P&zyc$Y|`e7drjKw~~Gk5-C2rk$4QkCM42H!bsfD6Jx>>xADZ-u*3~K zF)l3eNuFpAOT3RKwh2pwV3b;q4@;cR6WfL*j^v5NDj0BH!xP(uC0@!C+lM9Ed7==O z_zUDpXq`yLsPh}1m=Kou5fX#LJHW|KCj5NJuqHr)glBe3|1w_u6&+zKU}*9f7fn}T z*<>+{UcHjDzZ7#rzl2m(%-9WNxW63TW9txAPjLMK+!fOLnMl!Y?Q~VD^kYqP^3A-8 zlgFqY8hKSlO7)~B5 zcw#tt+|Coj$zuXf3@4B4cw#tt^x%o%IC&^MF`PX1@WgQP_>d=t zlgCRuu|pWmJjxS0h9$yVIJHjFYJ=q9jfN6Cg(boW10;8mL2}S)Fi0*9FaC;)&qZ>B zT%6>-CT2<3Yc%PPwLo%1Rgz0O2p+ANh~J>0Hp1FXB$bLpL;t`B^dx+Vxt}M7)6im` z7*0dC@WgN$%I1mTG?c~@!)fSpo)}I;?U5M73KL7y)`}N4W$VcA#5R9L+jC*C?k^mJ zPl87}9}EswF*v}OwB*J^Sxvqv)b%`x`^a=9laEZc-X|$1u`y}iXLC1}uDRsKl6{}8 z9H8&@(Fi4miZT$@qz`^ehDT+jLbn~?GWsDv8InjN2VRF*Yc{sKIq}uPLIY^^uc+nB zpbsBTaApv~u+Vbtd!CCgC{yT{wVxN7sePQs-PyVpkULxUab9Q`{}^xuP$P587;qKi zkvuaZ3r`Pq)vB1zJ!QIXB2SsDis>2~dh=fZYd*wdydO8smM!B<_CmFIemrHs*1>fw(aDMIPR{w>vLh}_h-MFJ@$?*|+6 zu@E4!s!-aKSedDemH81`bC6y!&P$m|^$}G0^svkdj%*B-XHcQ`!K`$5%@n#XUg7x1 zza>WeJb33Bv5)&xPohw|{EWYI{JOf%7iZ|yBV8YN=4#*<d}_XbUTVvx-V6p#-i<85`DK&cncL6 zz(0{xS0MvMst|Fa0_%x>>K6(DI!pWNVQAlCPQB`*OTtq6PBMRdr&|Et zsg1kPDY_j*D%}?<+qF{f`RXqhii)WeiP`X-1aG`l4=P1>f=H!XLgitCVhM$KnoI>q zfQL^W`m|WBuzmu9auUf>-+p8d1wtW(HQP*req<-nzcNb8KGt)yuYR6T7)v=w{DmAO z4O6aEbCkd3qx-iX@w%DBxcE*|T@K;>7}3oecq-k-DYa;EGhNRj+Z0M5wcO2*@C3R| zWPT7f(vl&{kneIC9 zMzKqRA}hR+v@0}WGu^Y`jc#5-nVaYGH@aR44cxqdzmYsY)MGP= zMUayOC80|;zsKL+rZ>lCl33&08~A})5V@U{XMfAjfOIYtD@q{B$e7@(i1_n{hZ;kDPc<_s=&CISvyH_-V`H{K&)Q$k zRMA-yx1XwU^Bq{8$5sTy{ak^#pQL4&hkKJeXzziCE{0<`rZf*LJ01{+uNc=1#z~)@ zpT%8r;Ws1#pc7OP^`R0LcLhkok#-p*-mmLRSTm?UxI}|`iUGBzTegkFJ}TI{LzdnN z@CPQPNkhrOO-)a}rpcq=VV5-Lp)C);V+nOw-%g1#hqU-QLqCi3^LEK!e$8N80u@cJ zw-zyOO|lMKegwG$ZLb6yl#|08LCDf2@N@%D5H){gu({<81lx3XEnGoBC(>O9M3w=v z3i()uSy;mK3kkk(b-ZRM6T4_Aixf@=L)HRV+&@K4KNYIZ--1Xp-L*Z4STo%xuE8%s z2PjW5=yCyFYy4Hzch=yU7y(UZgGWQuH7ZCe01`kz_*oz-&rKSF74nXBGmdsWs4Turd-ai*5ERh;ulRo3>AUZ^Eyy_h3+gtW)M)yBA;CqSdV!3Z7u z5FVfI(rq^VQ>RmP5QD0?$7szZdUdRyOcZ6uQyDIVkQGeO5&!2y2yw1DZ>a}|0R zPI49c!3KQlEmZ=_0_3W!^6ELO3+ly@xbgNW-GQ13eUw6PZG0$?&bc*bxbOWA3UP+ozqhxiZB#DXEY%J0*e~ zD&IBNvMFJg4`E7h9cl{74E1j~!?K@X>eOgh`3mPwd3_obr(d8y&(NR0;}5Kf!xUG+ zH^HtLohr#cR{RjrvO3&3asx=rFal|fKCoTy#N@~mzB62VVcj-4CNrGmz&fd<1Nq4r zz$bm(*h84~1Kh>a-L~R9cMKzP`HO35$mfQ1tZ85&zLJ~9MZJ|L1ZIHeym4!W< ziHSIM5hvBUy)=*+oLRvB3nK-SHpg^e09`(cX+vDXcl26eVrPuA&C|RiFLcm5LY7ws zbD(u(o3a24hp*vw=x}>oq{k@~J_wA9-|~AUXmh?rs+_{wr`eFeGggv|jZ07;msNOT zx#^CPBCSKduj)b-(McE(r>hY6We`Kg-pz~<%FzWmu;`&zZIK6xSIZ;zOLepQaf042 z8EkcgeyJ#K?o5y)IzdHrf^|1+*h8z#;0(3+;3Sy)U5qGbRe=~`0C6h;p)aBua$1>t#_i5Je+hqX=}kz_R7av#jJ%0aht z&^70u3W*m0!-9UCI5X*0n~!Av$mZj_#(ez0_xXIh6dBJk9}fyTloXx*!sp{PI9Q+} z6@^2v{wo`SM|Q!7K4d_zgAPrYW!?^<)mriuNCq>0cVuXLXsbsb4O-9m)<7EU9nbvL z$E#~Vyh@t!Y~_H#Dfu{61q{)+h=6?#+h4v2b2e#glIlrjeR~yWo;wXFv@=0?yvT)! z+SVTiz3?LmKcR_oemhnaOlP8%BG-4O$dUbP`Y?*^FP|cco!1|ncz>J{`qznL`=8Pb zQEq`waU^^GX5h8a!TUq|4Tr_eVF9yCy!Q=!>tp!$zR+I~l#*qID0ZMINY2^wRb*ooS>g7y@+WoM~NgaEM^ z{`xz(zZC7Fe+VX6DpS%UA53iCKZP}%mQK69a>zitx@JA>&}Y)~lsVFx)q<(_ zFxEx8yob6t9mm{x_7kwEtFtKMs3v`d`fwLbBq-HjBE5xY4r@;h*5{B!uy$dvBG0#& zc$8pAf&uzN1iHE}_rZMy-_Jg8tAqa^ASnX)SPJPp3FmOy&dj!97^}zEz_GX$zw*!@ zsR!}sK|BaJzD{*-%R#oNAbXZG)DC0NdFHo(Ru!&v4K7UiKLMpy3Pqz%d1s$9jm-NU zcP$addu#0c2l3im&x_DJ=CMP?3EvLyg-3%_m=ZE?vQ?R>HE9ensq))E4Bkn^1cwW$ zI6kK0_*fy|f3=yrRpk}uSbuuxFx_;%>(3WRf^VcMsI80`|BCI`%eYynt;$V2ZS8{G=KazA_hjBXFStb_$JTYX)ML;6q zqhx{Acjji{5%}EoH6ZZ&^T_2pvlz!eq!vD+)neA%cBpQk$%jNJ+h8%);rN-*hWbd6 zGq^@C1?q0CZX|aO9fLEmXEG+xxKH>5asmcjGjg{{Gt%yTfSlnx#?eZ1?Ip@eijjyO znlI-*La;cPvtVepd$F2msxA&qRfcShzTs}T ziH8BU5AEQcB^fFfh33`-cJCvE?H&eb8Ptv*tMxw*8`z#{SC#|Y1TM``lVc|4QJuNi z=&!E3#UOr~%5-$4^%u`h5;NkUdkU~XR%)jo3G`Z=l?35vbaB?DhJW+gd<)h(!^AUM4(0g!PIJ<>%@Tk3(>ZBS5(t z=#gQEY&u=Hiof_*j0WV*EiXU1IFwwCtNy9E{!@bL(IlaEDdQ>_RPKf{@23I}*N0N;WBp2Xx{;#>35rjVmL< z(~Lj7QHN((gy9Mk(`a6sn7{K=m$DH`sH>*ifdL7OUNX?Au^qHdzi)4phLH2n?~|;o zkU9SQdFuB)bVcj%*+r@dtjry!GoJn*uCb7vd0au>Lheh+PNhJp3WNf2IMPitU{K5Dxss3{HggrWrU(8(GbupYx>OLF(Xar@>L_ zcY0X!>ipgb_j0*5u^x`)9po*(-WwAfPvHj3ps@gN@uZ3hRn^mN77rr*(T@#uuH*Wu zLf}2@?_oNtOwr?{x1&NvBqAbKLf7D=5TM&z(k@twUs6b2$rMse0<~tl(K3!$bpMtJ z!Zh5{X*Y;XP7poWEnRBObqous@)Ri8i1Sh*8^GydMJgnisdNuEqeA=~fEC`3-8^(m z&bZ7xJdyVEX5+K(v^GA&Tf6@H2jei4a4KCLpsfH+c+|#M;7!S92wJhe+^DzzN9Rul zgTpO90#&zW^QUJRJT!kuUa$g80P}TAn`i3g`fSn2bL{X5Ge~_$_s@m)chP@mbNp@fhyMXCO;;7=CJogj~d z|N8_pJnH@O;aY!9KXN2A%#l)uvjP`fn_smwjim>?>w^pp&C`NrcBl$%@(B zR)KKW?eN(au~1CQh1#P~Y@|XXVj{D=fJSD)IVWhT zCNg`nt9gV$Z<_@3_`=ygV1i`WiE~O~(BtYX4scB(*UZnKpf(a`nxZ3+yjuJLB8BliDG%ky&y_%2_}AK*^ks{tz`2;ZSWaOm+F(yTqvgHLh&dR8?jJa%Z1va zkUe6dHZ2!|ImMLth=tm=TnIEi#SyVkyOs-q#;3H8RA{ImVt5Ge`V_1HSrgXx1M5Nw z!i^F3LFe&A^1-pL_6D_MyoGlYNTD)(_`h+O>AOXGg;@jH9|AfDfcwLAYXj!bn{H!J=)CDR7KP56 zZsSnsyy=$a;(608&BgPkTbhdz>2`|HGO^QKbVeffDG4nXqPf^1QlX(8&pJceVTM2t zgSlOyO`#oTNUSkKupc-}?rkj2Z7lBRFKYx7cS(V)94d@PZnAd~zPZn8J;KWqav=9Rl4Y{uC2 zRvV%qL^F|>+z{Tj01p)H5`3@5ATnrmW?b(uXKw#nYYbW!l;zyv(<`(=!=6oBw%n0~ z0RdW;EMdDZgTEop3_qPOxPJOPSF#8igN=ka0_e?js`t0jFGY|p)0{bZx^mF z7qjd+jb4j9O@$?k>7PW|FrpoiT?8ZT?BQG0+2ZMsAwbad09hT7>&E=BP(^r4G&hn= zjSR!=u*rLI0b>4?PoEYwY5%}6jtk!YS}LNqpDaQbkZh==C5cko6!<$QP2gZ6oBrdp) zbPubflCalS?+hb>FDUI?B)Ipe87Hf$h)x12e(p0I^PveYo)0TU;UTmU$y*vWB7{@Z zh&09N)UbN2tRCPr8Azqx*u;+hRSpY69?~6JIgn{@X(~CxY9h&w(GO0_Djj=T0kXx2=;_*1){X zz49Ppo#8uELbe5SqgaKsIJT!JOXwOczKge3B{C?xio+Q8ZaTup1=!(9}4HX(3f6WBQAli@?NMpBRmmx!pS><#g%n}_fH6rEYQ?P>?QPB$x#su-Q(P7 z9l$sa;8kH@L0Oo_wNlX`^Ni+DK`$k$4}pehiJpzZhD&vcqcFYUH2V;Di7vsh^C$-! zfhQnW@o&x3&%X|+06&I5qykKk6+{Vb8(oFlp#mHN{-6ZBfm(te>0Bp!I4tJEzbRAx zM*Q+HX&%XImRZd6fyu{rl725lBhn2{ephbw&V=i_q}0#AA0{~mJwe7#-Z8-pC&mu8 zZ0=p&|7vSK@kVT=b~RZHHp#|f098s_sk1rDl?9ed-7#7$y&|mir=TTsX&!qp!iKI^ zOH5Eipson3meku(Esah}G9HK*LJbIXw91+Ct!GsDYS*-b`~GY0AZZn$3hb>An3XK# zOWsPGi2ty=f*y&uBf|7hSUum}w{;2JQj z5rTex@B>Ex@!K7EeN5b}_aELF`2KX{)P?rnXi5m|3+w;AE%#sFcR6eCFjqqUhd9g` zOhgV{6f1=%)%x7R8DsllqtAKBOY>@Q57ZDPjY|x#p#`knXR09*)*gs!zQ4b8(u_Yk z5AK5ckdyCz`z8_7znsMTeEu2*GX2m%;gh|A$&Nauw7IZ7J8)3E1&wh>5N>r|aplm;Y0H zzC7uB!Z3NTUkEj`I5E14JiwvfupPHci7rId8ydQSD`xf7^Nut$68)siMFvL5Y*pw0 z%%Yz~Ps3`1Dq!){cG852@|L^V1R|5Jz2eVkk*05j9LGA~qZSQ%YeEzH{Ni|hW)nktDvtVuTW zj3fSG5L^x$>opUK_AR?F> zYZPy?M$a{hdzP`HnRc6J4py1jbLP#FMq*Qo#ZdZIwX=BA{bg;W$+SQ5#aZ2+CS!ZL zR_<=9C>0eEkCsf>n>GWhRkXB7TjhB`X4o*{7)J~L%vltL*dA@rFYdp7H{*lTGwg}n z!)%_(aB-LEnU#^}&4#+(We=0Oo@W|}?lrn3Pk)W10z%>agop=d%}p_4uDV%N)m+*0 zEk{{}9&B=?{FP&Es*#UB6}-pgBEY?_>bj+s>>L?5cH>om)2zu#;_4 zC|3LxcDS%m;8S$AmG7@AKf%nqcBNE#W(uXw;M8jW$u^7I^6=V93aw3zQ3b<&4flBZ z`x<6@-Ov%8@9ocYM9Gq9H+pHZB-%oqJ}#4e3^QnFxno#v)xfI~Ck#T*LzGjqJXwnu zLeWY!Q>v(=$S?ypP^7BK-}SYMA|7?kK$B+LqoGMNi)jH(85~WB#HXSNJs6MW0ilA* zJhKfu5>sSPRij)vs11@yA4O{&<{Qi`uzBlOG9?3hUFLUCGRUxpilO!ykUwcWZDKHW zeUvUZzd`$CA0pp^k1j#@ze-;N!Uqn-8+c9%9vA@na7Z2AX#EUv193d*E`BR^gXf(_ zD_w)SKc<*xakgqW=*WmK_$m~GM0iB04^C}F%^wT?BUC&I{)2F{SFpl2WR`caZ?$!# z_g>%XsIlI=e5<3!d*}F8+phP{LPYan-Wz?ZW5;?Y`c}uy@@D&1+h=)4`c}6Y=N-ni zS0Xv`5Q<3Oh3`9W9?%DF4HDn~1m<)fzK1`dt6Q#Mv1(W9)e3t?86)1ZClGT)MpDay zGY~cnOpR8_xo1vC(swi{P95+1{n~h+zkXO#Ks*eP3i*rErw#j0F0cQC@pNuw(Ah;2 z%A9XJo$-L83IEePp3cQmUsJ*_J16K=EZ2tjgLu zbrTt=znvo&K!StCGxfI=s6lmYLn}y}zwB9mT_>T)fmfX2_u>riKM9M*Q_z5;6x0++ly0M=02U;_Mot#4Q&eeR7rCc+yH9Q0zL&j zTx*+;n_Ug*X@41W77Eg~xACjYLVXO%Njj7-F(^lHDCN&hP-fR|>i#_n#c72u!vm%n zf;3!=r&ji6(O$hbzsFs0Z)O1?>dhSl*h8p~^`;mP9OrNQ>ktxQ3EqM8Pj-j*rrUo| zs0tnjS)qx@gx(+^!VP$8WpCDhrT3-}N?qXC+yH>6Hxmf33JtJLc;LNx%U=f@vMD!jim8yG|WE@60xrIr{{x_(Dg^6qLF^w2W3sHjjY(Mg#H-JaDwU>aT22v zT5f7G0ew_xnpWsJz0iC9Iz%Q}#|wS(SvZ|PM}=~=LKIMww}b`jBB6+CLrV*q6e>p{ zc^~GrSgE9GW&3Jn>)@U!i=nbW2;{N{jDr)O&ExPhHB47-Y#e^Z184oTn*gwka_0&9nC@fMZou9iU1_0!T{OBx93U{dP|%wM#P1LsWGZe>EThEE zO%k7@L~oNs1&Q)$UiFIbZ}KA0C|aBop1i3Op_n{AnOnS*5}ULrUqPV(h)hZN$vW`@ zud)NGO#MwEw|VADyj02OO=`X$iJ|f4Y%fzbroCXIhIc8Ed=Hy*R#W2ICW!}-D3e5Ku+HR%xM$(5R(^v1JW7Ao(I1Ka+=o9>)<&~Sl%y|c zJ^KLIW-d`w5-Z97Npp{~5yw0P_d5_KLR_cGFCYatn>hFAE?O{{HnXP_NepcERa`V` zmmt?`yvZs5j387bAGzeeVf-Trh{7E}HDkDoS><$4KM(tZ^qp)8JE#4@GyAMe+O;e*kmVPD-0mgzbyqYY`Mb{N;Zd^C48Vm_Bu*%D$f z*pzJQB%kgKD4h!7+39TQ?q4bO6p{zO?q=144_ucm+idj^P`XDJ6Z?NlRude)GBz={s=swk6H&$+i-ZAuAglpUx&TQddt^O z681vkYELGf>1NM81rWU6vtUjE*3&lU61@hGnz6z3{a^adyxum2r)^|-E;Ye(9pC{d zaRq<*O9YVGo(rUg8Z$^(|IZ3f3s+}BhJB8o-hhXM(TEaES7+xCMlTO*ew}m!Hl(ol zz$J&w_)+Dd2q-|-5Rn5K&u91F$6zc1HAd*iB)SQy!PetkdB-=A@uBH1`BphC9=hP`2o0tI5Lf$2C@)1T|H6-UxyJ|WDx-NJ(1}=3 zlTy>PmepXjrqBqfNnH_M>+VV&OO_) zhG|HSj!c%rj255+3Np}ccapCIuA@mY*F^W;SdM&3!xPbD4~2x40l-H3wxhp3JN_dh z<%4Y|q>y`Eb2ra|YChv~W7Mwc7ifF{Z!_0QhDp48wqz_9r1*#a#Wd+3Xp{Fg5fGeB z+b!Ox+q1+B?F?wcv=;Z8T_qT&sM0l|C##g zJ&Zd4sJ{9STa58F^wpmn$CrFvU;W1)FpBE>6~8~?`1zJ5(H*!aCzuOsM^cW0e?h~D zl;4^!Qkw&gg@8c9iE(VJ2GhW{>Ny2Bd)Q8S&jNh$m$!v@n{@SBs_#m3eN3JJ1rIC_ zi)m?}KSvsYE97X@;ah#F#WTcT79&mKSI7jJdWAd*SI7h9gXQ|@3jrot;P>y-W-vga z7$7h%)jCFNCex?p9edhboG!UgiZqZX(aAE|znTF7hmm%lbbPL`q(~-n< zY5Y}*nmP^Br4b?kr{DQ=;5?=(BB&><{EvCL;P#(ind!~M@7!URmO4_-&DL1eCh3N0 z1r}J&*1R`HXKSFUZrVUh3oJDC7IlUWyUsXq^T%dvz_TA3v*;4m0x7WPt1Ylu#B3j* z{XV>RnauvfI0m~vsL4*J zk2~M#Rv2}A?g*=Q5U-c(2sa}->OEGa^SAQ3daoYdCFymXZRv~+MRb&*; z)~;q2H=8zd?2rbarmbS{(}NB@_uST}4{)^bj%9Pe;>TkOMbsvrET7qp*?V@$)I?J= z9g!Ckj42v2Z7X6bryeqQ3HrZ#%>99?7S>I>9N5>`h}_t(riOiQdY+1n+}Te*FgiPc zonO$+#l)6)<`&$8PR5?=9P`$<#B>4Q`#(3sH+d4Qbp3TPLeWxM{-J4vYlvjX`htsf zd;RuMJ@r38^cSbB$B*e#0)6^`fBG`~(+K)>kbn9u{1c|F;7_4dIZh#W0j3JsryTx? zA`+TDT|=b``6r4vp{@8__vz*LbqooCHz`;9+dvBr9Di{ZzUNkKWI)-Vo9E3V%J9q{ zv=Nc+Ey|i^72RU4h>1Dd3(lDLj=RCmZ_I`L))aPV8?^BYLjY~u)O=NtS9Z|B2JroL9hlYmNu+m%uapJ6oTTC@fFx7B9duE;QH+W+zvWLco*LSs1pC^sg^@ypi zfT=EzS{DsYzvRIi;m6iu#TkL7lJK>8Dlz_s&f5rS-vHrrVz4)U!VKQX{v>|4nV$9a zniS?d*J5QOp1h^=;{UVv?(tDo=ic~C2oOSKf<_G*>sW&lB|sD{2|)uS2nv`2K~x|H zGJ$AF;>;c{7Ha4u$|jvQzt+>s>D!B^J+1BOMNciDwMvL`QCq<)YD=lN&N!&3$W0*c z_xr51FEa@cJw5;YJ}<4Az1LprS|x#r6S zTM>oZrorT##NLc{fpNUHx64z!wlRM_-VOQ3{b$blK7}v$7c#KmUIeU+LXUGlx;DA` z{)g;2iT0$IfUR$>SyYc#>_(C;hq6I(4>uJRopjBg;eaz{p{&|+c$q@I-->h-|Cilf z_L@W6kSMvk(gk2BaY@hMB0p=$UHZDaOF7=S<+Ysd8g6WqmS?y(Tb{DzcR3JUEgv&kI;}4)FLnXYEx**&@=33u~+!udw0!W-=G>St~r-h!52h>`z>2kTf+u7)GR|vq;nuwoHS*(SLayk_-&s!#Sb;z z5V=4S<<(Iy<0q*`FHAS_e;oB9OPbY)!R~J5FP1w%jGF*}j{T*2O>BlZo&WxPPmeeS zNcSJ?wqgFx@rE(56TfWWtF%=uKoRnN*`M9?gS{m6vQiy)duy3O^M|e)ZgLMEZ;fnI zXnsu7pW^+e0Ga0ka;6)|0;R5Q+f8|1|EwFo*>lb9xE$2LITw*5)!}oo4+O6P-{XU# zckYaw7_{OFtYb`6$(aj-R?NU>XYz>q6_ELA-{VD*tvh*Y#)-_}`-u@P0CaJ5YMTC@ z>wA1yG^D-{TK;~^r`5jlPF&KpbK$LBeLDZ@VN##dVV~>#<6L#P(c!W0bC#hP$1ig& zTvu!s?p9FeJN=K=pS}5e#T%bz{n>LbyOoU|AHVywyMG*i=OV}78TYU7cMu6bnZJ|8 zPyOf*42<&(beB^jpUzjGijqH_!BXSZC$8>Dwzz-%Z$&4#zrNO6n5$3z4!y2qKtVSk zx!dF<{?7Xl$K;}4au=oh*FFR)YGAOwaS3&ENyy;bgE(7*@l|HllOcTakgFB4Ert*> zf`OW40--)+Bnp#@Y;lSh0jbc*-V|cELMr5`9f@m_i{9%hdRhAr_;OjSCc{8|s=B6- zRsIaNR{JF@UbOX*@<$BikIe7QAGvG0o8NGHPI_czcDFICy)0||#H`S8LdaUXeq#U9 zwD1M+GW_jd&N3^rvEdXodWtq9Q}Feo&G3g>H~a46ucIOAI&667X?T}d@CE?h7dSVO z-V4CjP6F^0@CI7&GCmi)vowAeD*T98Rxg15VQx=qq20b-%4hdhKB=^eKE0IB=|g#( z|FG5Ff403ziNvJX*23Q@J{D`OZ7V#XQbvg^i?j9_F^p|H5Wg7EvfA5yO?X^%m6su~ zSArKH{B_hf=@k>wEmK`zS3)gQv#5c4YW%kb8qqCT7JDp0ji+%)w*A^+i{2cP z=bm%-t!4kZ-0geNn1vwxlD}={Pd6YIRhN)$h2kZ_Mbs)g*88vN^iBXu}2{LH~(c*#@Bj;*3j8m7`-tY zf!coCd%C45LcG)s;AE*A-DNO< z7%BhaCU!q|W92=NX3Vr;srmgLu>SljSNnLM0^0|k3J60P^$cqGmp3&4;vhmy$JJ^Y zyOTitiW}lKSRM^g!X!qpelZ~i10h0Of1STH%{aT%8~&;Vl~cOd@t7EGC2+D3$EYW! zSteHrLXJ}ncEPCeg8!0D@Vz{VQOQ~3zqH$E6f11fF5&nB`LT@9lOm+f8Olo|32t99Wt;ct!*Yzfz!zvOPM&5Re@^a+CKt8 z0`9RxaqDOz8GoMaXriMJsOHkqorSU(c_T>u;8-;j3#FU*zl^+32H+7FfL=naTb=33sMP#6<=#D>adr6o7Ms~Ytx0ji!CQ3vIUni=2Pb$ zOWAj^_hYq^IEG*IM0_8RQ8;`U`}lV5)hgP|6OFh?x_!v_nb__7PdwsWU0>TCJkb6Q zF+V;PzIhJ552J*GueBrA!dKp%Yxgw1*?Lpg0V0SkWqaguS;5hLnSxw5k&~aen)gdQ z^mD~XUHX2BQq~*e-G;}bS+ebLW_Gk9-JFtTuE8!#NESL2S4vbERoJ8U>2U6n^Rz{|xwbq!m|JIf|2FRJ#xAz!e60t`pw~{p z-PU-B;+)cRaAtF6OUcbT7f7}}Uy6i(h4zc4%eP4@0H z(e(4txw!op%XZPhS(UNderA(gmK1Np0)Qd2v8grtrdaM6>0s_7H@}(@FGiuF&G8+m z{1LQ>xA)?&Co$w9ZzAoXH0+Um1fAybZZ`*DP9Z1x5{jjriW9obm-NLVZWYku!0H`8 z)o2+3hYM`+=U(_or=L+UO9epi_xU_ttia5O#nAsiI@>hl8YAAb#~XW(wddsHqF#D? zcuSZ2AtO)bF#y#STep?YVk;XY_ish^Wk6pJZJ&r6g)t^?U5j*F%Y7thG`Ae73WsqO zJFYxW&*#lf9^M_|Dcgb?L*W$dSwAq(@jZS^ zcQo$?+{;ezoHOxlz_s5yaTH9;k<8%hkuBZkD{%(;<)ZT^sBDY37++{9p_bkP9*sN) zb7h>-QbH}Q61?d8FMQDvZYs7B=oIH{@Z<{-yVORvTmQpm0(POZJJMPN`;@s`-?(R8 z9OBzp*?;}Kfm_Rm9P3wS&KYui-TWcl+scO=9&?adY=~Jt1ZNEl!EJc)U!diXh0cN_ zMekuZYNVC#rTL)iabGKspEi#cyvvL4zxFq@v1N@1mV(RnTh@3N`P#^CEo;(l_qE9_ zb8GtHN?LAnZ&{O$%jo}0p8DhZ$ou7K0Ls!px2zdx_}ZfKl!3Geo}$;|)aT4c2jS5- zX;*aq*&g)ZSJNNCJJ?29Gaj%01)wCIXeFZmB$MxJjOTdY1+k0Xi)Q_X1#!@U>dKKf z;DC1w=UO)-HK{9KGLN7$B@lw{`7!qgceQQa#M0_4cM!w58Oyl|XN5M0fBK2tI}952 zxs! zWQK?Xg1Scwc3JH&j!W}{8Qz!7U2>ivyfWy!0UWp&cN*KwXV5SVp}TSEkZPFmhhAHx zcf%%rY)SWw&(fMq-I_UUO#@mpKl1?OJe|#nPlR@gZP`NqN8;_LS&zTeM&UE8cRv3| zg7<0n2aG2g$@>F%-g^POFLQfA45t|%#@@Q=5H)Z+yrxO=#JiQp;VD{`1_Oli{ka5Y zeOhUe@9VrUwX_(U)4(%kPJXniAM}V_0nL@K^;6{WJ)Ra_xiiw$4Hk`bX9nLct@gFO zfe!_Li!LBk&>&*!{^K}Lr3XU0Z&O|^-jIv&OG=xNl`j(@k%ncmm?FxszPzp(#S+=wxF-Ta})5p)=O zg7+Z~J^WW-W^E0*|4+T1SJ1=%nr7GkneU4dEQW4z&haPxVMubBTzldL% z#%g~oNniKupC0rn_*dfdlE&xn7CxW;F$o_#KBr@EC)p43!|#zsYQF`1^?e|JIFfYJ4>H zeJ-31+;V^*Hv>|@R3d^_lrp7N16_#tkQY?*BfjQc$iV!Wz@m=(CDr_P3M4xUrNU}| z`i@N>Un?C21x;3^MsLhQyz{KzpElmP(hcNe*ggfsig#ME&YV8PIt$&Pc-kpI^%m>Q z=|imZAOGfR+kB1INn@QkeTa2_(+x4xf!KSjGZ(SWVWnPQ+t*-~(GKZRE8cmfmB4uC zm56uFNDgA=yQ})K0-$4<=%pSp&rj~N+iDmjKNd@;#5^N+=Xr40>8Y10{Kf@mqO)3;P@`ZFd3C(b8*N3sdjgp!^fG|5yLB_S-VA;>BmV>eYwX`+K(il!w^w{Fc*p zXL;E@Uy!ytclGT0gY1Vm`b#(dIDbb?HK$`5&fjxJS-x}XxId@q((MdZ{6oHTDp586U1upFXv2RbN$KyK1Vvw==0*YH4b>! z;`D5be4>gwbZw$X4D=cx+c?=IYF7rr$~>o#WN#Kv>b^=B3w zH|F!QH^C(z+b^#{>h*2!g{LI#LK&yua-3;Ph3gegbvPxIY*B@IyjZSci#txo79W4z zZmMxEip%<0YY8#~aGcXT_&fB0p3gt;XQ$>5Cv2mKv!>KQ{+Qd#cnKl!?4&zwS0Pqg zj1UM8**|mrEf_@>A3Fo%H;y8UWfWO_crW?Hwe;^Mpl6*Ye;Rw!(_YMkff|6d1((3c zoFO&@RtVC{^npkpg7oVo9oEN~(0-FFI*>aBu=SE#u@bk!2a{b}%DDWbU6E9b3(o+h z?!;X*i7WANsuc@MoPx#@RYeSV5{RVhozWCAm-TbBHH|4x=xN5E| zC2fyKk^drBU3a3@YK`$LXDi#%+gagUcPpFs6o9>^gX|apfUui4$zUnvwD4Ycyg&VG zH$5@`{S$Y4pr20Z59#*uy#7@gIIJ==jMK_9T2`eG4BxEovr{Md4-Q|CS=7slo_9j8 zBA@C!|1v}v!UfU1Y@X+i^ZcI)|1%m+$1&|VrXKqzxv-Nn3%paNn7>%Oz{B=2FQ+=4 zJU_MFi!{iBag9}wE_Sa+-2Zl+qL{iY=PrVjBjNo#65fWYB}_r3grPP|!c=XPu+!I8 zmQ-7oT^omBeZSDB_qtJ*1t>!xq?bhoaO(h+dc#rKbS+>t7-Caxd2#HUk4-N1_KqG#U8(wq0VW)5@qeoA0pgO`I$yG$_&qF|8hplUErtk_DLD- zw`ZA&g09G?gTq%9$G}gnP`>7;oZOOc3qR#Vb8;EW@A4ME8~&#z(n*wrt7rSJB$nRe z$epMwz10njLM5S0(H*~Zix>38`X7EK`O@comYFm5wO8z0KQG%k=ksCrIiDX4nCgj! zAD$aqkGKfjo7UHTZJe$^p{-@vxa4LZu0+8aQ=9@OJ_jE4d1p9Av^$*9y|ZOydRBM> zE>Unq6zfB$X0?Z7#UJ{ne`tndxVeP)lCUI4=O~GLNmvf0j29FA@Ph-d0PWumfQ_<)zIHnL-RWKiINHtUM=9oMV)J69^ZXk zo6f~0C6DLekFR{cYMJ@kq1U{)%~LIv>S6wJ9kAGmMMLlesa)`PUXS%mgpJ4bF&W;K zP>bwT)!#=qvA^YnGKR%I{W;DfJIFsD;tvlcW7G5{EtOcfpHRn=Z3a7RotTZwcJx7H zvluw-u#rm4gfol^blLgs1KZ2MIFFIHxTuY+ z6V5=k@FnZ7W5-^IT(g)9z4{p0D=8P~ni43qjj;+8-uE@dV+^ET%>WZ+8X-qQ%mGBQ zlR#AMR3un|m{8=&GOc1_EB}*(e{2HtYQitoga_511lK9TKL+iG6X0Hb#HIf*{`Gv`E_d%VWr{B}{?`mD%FYn;($UYngh>NR^Mb;cUzWNOO_1ryBPJK-D zmsJIkz1|&Nk`cl4{2cUPY*ouqoSk?evgUv%JWw(vmbF(Lpb5q#=9;YIMi%~_z}^Gj zhRpy&4sNeHU`~RV9@tif(?}^5c#;hZ@}%y@nsK1Lf|_%`@1abT2J^!79^iq62e3LO zcI57(V55w7kA;xD02BSa5Zr?@Ief)p0=5gK%8;5ENMw;NC1*$WGV$+mDxd5oBl0}wh0#7ux}pO<}q3&`EQv$%`aLX`whvlaYa zmW~NM@~|KsVs4=YH}^ z_fB*mZWD{F+2;xS@Bcq4>2UvWrr;m{5i+V~$=;YMn9KvwsToo^@EZy$NA`O`v@@YW zL9P48YM|+f(nN`%oY7vD#nq7fN;YPdV3=6DoSu31gftKYY`}BX6IX0Hhd-BhkPPhh zd(&|1!6t!2dYz#uCESoLShO!Vrn@tj4McyikJ)jvu!_X$ud!e#k8uasgI^9pkpKg; zYF{iWk9%?98t`ea+Bd%HtzaJhtmr?!V()UC?YXyof&Nsmeb{S>OsQ06g3+~Rm2mNL z_z?S9^R^0h1CGc{3`tIba&xg16g<@1SS~bhU}$b)2UyLwmEWYS37>h)i<_)lL;Z<=uteV)q0MAsv1txw}~%F{lfq7G?LmFwwvS@ z2;h{BN+M6@E8<4>jXSCnCvq6amu(tBRHsM5$|C=g>2ahX z6YkX7hfKym2%|ALaVEfmzq%7c@qljYPQW}$MIF>C&{m2)PoipYOii~E9NdKo5r@#? zj3IdY@rmeoooys4XlsQa?pg4z5Q^1 z52Qk2>*PIC=yewUrWw%cS!lQdda*8djO8*+YX5fp$r_|y1vv*yQkCcFqUdd5<(;V& z?}Hp21G!-YGCX1gyi&Qxs{DFl5{7Ik#a3~Q9VTf5#q-rHX~GJq)_vMLmhBZvY3N+J zJ!k;TB71WqhjXo(t!DqTcYsc_1!QNee=i_~-WR3-=-k`in?$;f4*HC?T?MM!JY-;} z+nvhnT#3OSgYS+}DHxx$R~?fqRGyY7hyU)Bw@bM*f-fjJnu3~b*}JgqsW?3A`UkP6 zVW&cf&d(nk`}GR2>YV&B=KTB|C}hI47U#kWWLZWC0+tc;qQsiCj+_q23gw)XjpW-dAb=o#6UI;IaGXnJDz76K`4D1fly z{qNVm7K7J&$99kRnMe3^=pWInv&^TJURQtFn^V&tjqEvpvbp`xyPZeRG`DvizOZ16 zx%2zpiv2^Y;5*=I#sj!EzK1sNK&L4vu}kHV21jKdU$t+=IrtNVm5GIvEtlrOSHVS= z3v@PG9Hq)MPmt2vuere!^Fa3qr?q<~ytn_MN5hKY#jCh`5^~Xa-k&>|I-9*fIl*t% z*Rf%gL^_~;)5||aAQcK`?vFq1*1Z_})^hD8wO6J`-u0T5=~k^VC^|@nrPHAB*aw0K zZVC-wNNxeJU8o!lr{7}?#@}qZVfzy|T3{yA{87Tsm7-u-+zATd&}}gW0k9}AoeVUv zqS!&BM$k~cm{RaW!-D=cj8C7SUt}ZB3dN$Gq{96G2?p%Z?kuH!t(xz!YDUZn&4JOd zTQW~lKoq;q!FW=| z(kzfD{?pYr-QW=`F&E-kc0XT1uKsZu`;&N<`*6AT_(W@hMP_7is{n*LgC-i3Zv+R& zR(uKrJQo$TH>dM2R!R0&&JWhl6J9CL&(*&<{582ie|{3&)r5=LeU3wKU8pRYXu4-9 ze;C1lL{#X9yN$DehNNyssMy&UBQ&^04rj(4!sYDiQ5Q-l~ zQI7l>8y#{+PTD~{f^;-_o9BZEf3t@V2xF)u+#8H{3>8Qb`D<39dk&zNE$oQe%fbXo zTIqr??YSUT!2Y<*U9g1s)`ZKiKXa9!|EAgIEX6j=@l91eQ7vEd+|_;eW=A=UbP5v- zc@xImuHFc$T!VtnMkA@~pl(T3G;Y5wk-7uohr7F@aO}l<6T)8)xo{Ewk|R_O2XLM$ zz{OPv9EbR0xWmT9&j6J%4iGt|{fS{ImgUJBxLY`;D?Si^6WM`)(3LkO7jL;6gEc(C zll$tGR!%mY9fvQ3_G<@Pc%YVQ;_)4oMfIUYEL~=$Q^q*Mf{Q{4IQRP_oAU^Fz%9aE zk|09APHrc_s7^`WK2ShD3UTk~^`pf=F#>$9`KZg^ppH#u=VKtFmQY1WY<58-MQ)+u zfR~^V_{hlyUGE-M7Xm{3Y1Qt?W&}}T^7hG2p8dW~DiH)lC%|gn?Q2_WoNae;965gGF`)4(3nnEDCvW3Vb z%*auY165e?IebeZ*2rXHMRBSyJaAALtLbCYKXh`Z(Ci2VEG~yY5}8xd?B|MR(aKyG z=npYQwGb&=yXF9g+~KpOWrzWQw_|@Kv!Vk~%4+T{z$dw_L7?#&3Hy7+FUfE&BODiD z_bc?0GxbNNhD3TETTK#??wt`AoSdjsW}k}@*L~nr?PA2s(2C?HOhOHx zkzVAv9*lSta_gqoW`#gO z{gNYqBGy+qOyX9%E-Ue4jNB6!005$k6afc-NN@{2Yod;mQ)0i!fK7@mYpjK+n7lvfPZ-fFLS z>ruAg&}$ImY^NPUh>?l|l6&H(AKQ%^!Ny5X!J-}7O`l8q4?XmyxCws+5iGhmRSC&n z1Joq?aNo6yKD07lcF{0}(}tk91UJzzA*HXa>vOPz?;G58Cor;9d!YXjWZ1jy!l_IK z!D5A%o#>_r#C*TqAM@iSTD8~A#tXiS{sd+7bO1AE%#;2Q!>a5(I&9@ju~-3sRK?6} zaW3H7?`^Mo3+fyZGumKg)!}M+S4tPOPO*A!2^kDKW0@3$FELzF!4&N${u1;|p?RIl zG>S5mvnm~{oNQ>`eAnrr6zX?CUCO?1iv+fH`mL+baD3H<{;EW((wjjL{iV;X4%F5j ztkri}_Q|!ms0fmMvJPw*;p)I@ytq4XDot6mGEbSo3~nT+m7QUGOoGlTkQPqiUt)g3 z`kejfGM?^!oD2#(c1?D&qQ)4^vNly|>L(I||3#Melm%uKro~Ut&$K2!FzySYw5gZ5i zt~a{SyKX@E-A#9)(AEJS$yT&Ealkwnee6=mnx_x&HhSwY=Dz@ERS3YeI&(lcCJ?cj z#XQG?`B4Y!?*qKgh2M1D-Z}X>yW-)b_HIm5_-#px#L?hW<2M@=%W6kRg=@OQ=8@xXo9!-WPggOQ6)4t4SHgOxCoUz=X14AC&tkPoOn7!kFFdOt?2kTtiI7|K zZ%=q*0B>Vv9nk(FmKq2^@WhZFJS+W;E`3h{PRM)JO$>32JXD@P&%-+hR_B+sH{_QC z>FL-z4h1P+@M}~R9po1I8a!jO$7VTh`?*U&ah7g0V zje$dX%jJ&H)p*0o(v@2WdJ-!@e>|6(@0*_{G89*t&){%}*5`e#9Kl9!z>T!t$ot-P zU+xaSy>()@N1O+7NgijVi4Jn@wYb=APJU(E^YG=$^DA*zZF&A2^d#Trm?I)jjx_h* zy0Ch|mOM{~`DgR*t*~ z*MzSUz3pgs;!kGW{50Nyd_~VcE@f`Vb29&^scx7X_yt$DSLG2H+XEHMrnOhmjl)w; zdsPm85LC#k{B`48oE=+ol^#fZqVN}Z@H(+XNTRI(JHIE`C?=dVOo48LU8BHG zU}u_JjP$nWSHiu_Md!iJ9B7}BYkJL{tkm3@I81q0y!)Q5&riv}ykS8I?Bd_WihqA~ z3jSqSNs0;oa`Ua#nd(vmbnoh-&2{F$#HtQFm!dXvZTYnc5uflVO<13M;v^j0##w># z{Ha)T5iM^%k;2DmCiwWN1>oa92p_K#ez!RJHgYoh-_5_piqX=+TEe(JxHg(YpB|sZ z=f}Z*sVuyl@Sy)NG|X#XVDT^z%Zo^m^pYzpYJ(soq2FAiaPJ zrusHa&z}#e7vn|}$gpZU3^z2);+w@@=K{AplCnd{W!%er77?T6_;6%o5l9mnUhbrgl3lJ9|%r41jm5j z9840N=@1;{4WtN;Eiq5KC8jO{k=bwxk$IhrxLo-4l=5=r++=y7a}T1JLMl24qIRO? zE0u%rD8QalVy=*a7)WQwbI@kIomO6$M|_5rw$I>_8}S>WRgjzi)N z7esLS<~H2o5~1bV|NO`;KO8`ffkA}>0jX&Z=ZS+L{sJm;iH&k3k~|2wEL!MHNdE_z zOpEOED-p^C0}NJP1YL-8qJhJh=!GCdl-{ym;7wp)41Q6ek=Kp$Tdu(YdWPTp2t%sn zIK9YYj925#@WHbh&Q7@rHUO45VHUcUFhKd&z0G@!0S__#!kYr`KUHDKdV_}RuN#%b6B zjCs%LIp+0k1pd*n3z0Sa66gVs;2)nIe{Jk%Sg^W;`X)iJ4}4rkMN5Du&-4X0lqGJMMfCmQFSPmm|fR_TF$p>$&4>zfntv_ zO+gQTtlev9>x+qCI7UAF!-x?K|C!vKw%w!*AgyCmP->D;cu#V{Mp#!Emx|v$@r`PNwn2YerajZ~K~D zb0GY2xC!6JbV2)?JaeGCQs0Ide){5h`DWElvFtR7GhU3DUxucd@nU<`PAJM|x zUu+gy5-lH(fIqtgB=B%R-Z~0j<9_^6Z74d3Rkm(Aqft1)3cAD&aKvB48%D%~a6qPe zXugn2Ply!n!eh~ncwBxGzeJcFYjopp;8oi@mp%V1_IHR}mw;I2|e&;&&d){Xl zgBL5%y&CRZ$8hHge=6hsrd$7=p8shxlKB5=VPGS_E@BJ7UL=8^>LL_?yYQmouMYp) zBX(cg8Y%8;dl0`IJo{RC@?o1>07i=d%q9O{VAnD@9+DD}fT_`y-@+a4nXXQIWKntejAidHO1+Z?c*ewhHfvVLAGDQ~J zdy|Da#HUUo4PTk*k_Lm)FbS-VA-yFJUpe8(1IPBQI195oex@Z4Xp$unHswVkBH(35 zBA&!sFA^~w$yy?Qk4H$vYw}}D#0z*$8P8+1j*!$0dhI$K#rcq227%z>GQ>6`2R~SX zn2n#T*xH^VA>(;%k2#=k4_h(;pnV?Gk8lgb7kW3tkOmoVz!>k*#u!Obzl^Wf*@N;Y!6ZdH5^pGb zIvat80d%Jm-xPrq&sv7*&i6q~j5nY^-C6jZ=AE-e?WW{KC64d$332&kMAk=*`;6dwSCo=6&&W1Lr*1S=vzlK zc&H+ucGlPWEl~-+R$5lb@P+Jy!{%$@A@O&Rf^P7&-j4_E8+{;V7Iqtla?1F-0*?pH ziX2}Xm$1>={vNr(jOb6=ciP=HUikt|3pYfh6}*ep{(e|4yh8E&O|PRWFvL~k39-k- zBr{&6Ffp#TJTyle!5-%;d;Ck?s^07|bRh|5+hjivh~46S&BP=zG02Amfc0g_*z)$r zkej^djJNQU8->Z%GR4(}I0cY0H9>R{S^&FjQXx2!z7%ipCtOO_*EWY~pj`ZHJcxe? zeU#s;bxurk>7y#@qiaxxjqKez(=aP-Bn_f2Vw2)GLvf%2HO6+L+7b7D&Ffm+-5C`k3j>5rf^vb%%YI9N?pT1>$pNd=(12 z@G+)a+R70h7;`N?GXJF5%;;&%eQnFZXgvhz`5q#~dHIt_5Dw3VRSM@s{^5;gO~eZq z0cXT6a?4USYk~Yb^29J%syt0*8s(`Q+JJl#fl8jZrV?^>dI*mobk3t&+Z zXrV1r*HAXpc&!)F;&57v*28#&X#HJ&5`WU7wHvShy76|2SYH*g`d=Pz;cP0?=Kq70wJ`A(38mKyr20Q6@i$cPz8cN$IiBxB zd;35yht|$~k)DW(S=6FE5{4Sd$v#ks)R}jvlU|Om?GtFZgHL%4Jvk7>t7~}rx-mjc z4w#29Jy7&s+rjWPfQPB`w%O82$> z8f9DF&NVgyqjI=9zr)ND7X+Ax5q=%^F{Be`GVni zS5H{_r_O7z{g?4k%m?ULruOkpH;o_F%C$?&xt#wX^Ph+xSfNO$ig|qitsVU+Yfha+0QB;HNdFC&zG`W*8ce^MH}Z}S_j_VqHq(PJtlrG2y9#^STi zZ}cYLUU*e5`KD6?`L+hzy~y{qTD~`(M7~uhgzFeNnaDf7dlB&8<1+<(gBI}L775GN z;Y6Q9iTgWJC-!oK}9avq(~L(Xrpx(Jmasr z3kH*jMJNZ5^l}NgL!+1L(y8mF5_FFqrYedX8MqQkHT4^iHKG z%Aep|`d~~8hF?|KwGJROU?%QN(ZMIU5AwQqBk1kU(V?#&s@!&YHN z!0e*)RF5jwc3*6LkA3@538yR4OYACH3u z7{u=)&-}a{l}?2e3!{s>0_#mgOpvk*`GK5XpMWD+w6}5_KroMLz~g8x9j)@{{0t#y zYZ<=BwH_^#&q4|zgfuSx9@UlZ!1w{apb_vi4hl8ne?iLHZoS+jzL^>b`qwR=SE5DFI?m>=6ydon$fxKh9A>mqg{jWOp z>+yg~9(h@fC6C-MqUBL$3R2|pFIOvh+*-tm5eno!6u?ua;S-U>B`C=`egHJA=ms{c)0UlaB&(-4TBge~fi1Io! zR|)7s)MN=LS53GDw63Ff`Mf}3=U#c}l2ftNH(Uid{RCWpS_!=fIb9Mu%aYJ)RY_UV zLDdQ+o>Sp&Tq*MCYn^}`aq0?b*7K4o0*ciTW|zoooI`0_N=0Ooq;wlTJ5u@x-gMx= z8UI@T!pf`QF;Ej>P;gRl)kD%YODZz#<-HGIg8p#i|D+HgaLx!9(y!t-BK^>pN%F3Q zh-xood2#YW&BIELc5KP%Re$LDo!nG=?)FZ4S!w~)eryZqNzAt;sQ*xc`kJ2E0Up-B z?%_*uY6Z_oo376s8;LVO_&!y?AJFg3`n|!*C%>Qvj(CggE5!j!r0=#0N+^D;L-$^E zAG$Z}rm6TO$LU2YHdV%cv{cS|#0fx^-DmUgkxe{Yq#w2>^LUZ7X6(P+b9?5OD`N*g z;8Aed=2r6+DYsRXGxwWEBTts{+`29vSVtqG53Kt&)oCquXuoP54o(2$_~k&s^8Ea_ z*tiBn$7=J(AbsSRc{o%M3{)9=a*4DIQ4DUh&7{G+jSp5tbdp4J|3%om+JHe{o5?R+}C8$XaCxLKS3>+ zoAUpErv7#NC{=SW4 zudj=g8)aVKM&tT4=P})R#FQR0L^{)P(C%O0VVxh%y1wY3IzM$|>7Dqz8lSg%i}!~= z@NF#5Ur4luJmEv#*lOf!qgPi4O+MdaaoW&0477T(9-TRcYQ6KC+-Z*=Z? zOrcW{=ZX^Mnah;HOfhxJ9Bcx6A`>r(yO?1XUkCB^4!&0M71KkW#C*QaEWYkkxk^>i9OPQbWbUI;Npt!7E0xQylDO$*9FxCo=emWj zttywHa?MAsJSH!*bEWfjA#-(dJE8AB(6;TMkjlu+Kp?@_R)Mb&sgd4Jvi(=V9A;~N z3#f&}5#H@}=GXJT#y3y~S@5k@eZ!@A{C1D}maD$4Q{S@GHy#>*ayjbT*VVUD_3az# z+e-C~3x83cUwz|jG0Kfo-|kc24E60h>RX=r#>Fhe;@_D%1AFR>vF2YWoVXFE85{-y zJ=oQWT;Im@JAE6sNAL8a zGJo-&(3$wi!#(l|1Zf$GE6qK{&+ut^_JgJOvYm~!0~y6 zkP4lf{=!~!4}P;=cpu3SQBO4MPGnpe&6ijSgkS)nVJIzk8V0l@=)~^or9yGUO zv3c>~;JbjDo=CqO1hE=ao48ei)b#o$K=!ghv#p~G4H_}kvi^^ibUWzdh$tCw0i<;7>K#E z&9Wx|vHebPAT_<(n;7471oc+sw5LU>naDUD_<8|txm&{-1Q`4E-LH9B1ub;0gl@FpGF{c;3fon*N&Uk;UCpG^Td3$f< z%?rT<4dyeEH~U5YaSUJQ6l`t3eq1zXNMuVh5UQ1@Z1cYS7C>o{-+YN21{D3#iJTCf7x{F^iqXCeY0z?ey@!1p z?((*DX1wrEEG}Swc(+BmvJ+=H&Vl$({9+!yxK)TnjIo&h9`6fqqvqU`wm$uyf@iQf zy~0&!!{!IF!}Sl8`Pz!$2|doPG&^5-$G36Ip_eZ@;oS-eAdCkUj0e+v8`2*nknmIO z>G|ujA-ZOIJ`o>}NV+d_A%LLB)Z+Af-`5zMj-P=PSA83wMhi0@@EKP|_WFvuLgxa> zbl-+^(8xEGmPz-%66wl#RAchSq316;>cz0|g%1k4SP!TIqUEjdpN29V)}@<&6JiL1 zpcjM+nj-7-?kV`QZ^JX@2{U%EGaC`djPSUQgPownm*4^VHa`CZQF!5>hhDkpkoOhn z3Kst(2r&JR-WT4-#Swoj*pBijYwT!w(}&06?V+*2jj>fUX*~8tcE0dW?;)H3jMS{+ zcqq@eA>@7Gok&+2xGLRyD1uW>x)MI~5dIEDfRd@^GtfR+L&7WRMa z@J70fx>nD-7`|M#Bz{7-biNbg8;c1H2L=+G=*>ts0SkvA^%#_=sZI;q=yIr7dx zwig$NgKlWWh1kQEH?)0Z{yN-HP6z$v@cZ7J`~u|h?jrLNQ2gJJnG|l%f;v332POg@ z|GR3u>f12idqM#82dw$t?sfC~djZso-?Ye<KlEBO3pWCJ zLAYqnl~4}r=cJujm(!1%$<9Dc?K%10m)B1p<6SpB%^Mw=7I`Yo9GM?K4i@mH=f^)G zD?kS;K2Tin0gNrXo}2(K@O_PwY2YH^fD7<24kYc_{hzS=$vMF6lq?YH!2&C>s6vhZ z{uddcG=&kAAMfG?+z0Sk_~G}EC&dr2xY64ket@*+8skU`G|Rr~Tea^L`~fKB4|FUS z^yI+2=MMCJ?PkK& zpoHdl`{SWM9|qt-N)5!rK%9S6{8aeCcmiEZ4WQ*8Z%IARO_%8KQp*0xdp^FcB@8B}4uUk<+DeKZA$GzdRBRFa^ z@dfh}>=S$kJen8(1gD3spXdePbrTWdNuxvfk$icbUsO?KSU1VLeqtK#07CpBvZbGi z1-}Y~+p%?3K%X+syM7qqsx`kuTU!MryU4Q z-_Jid8i)t=0t4${Z21PrKm9sBOG%j43suySFlg0I9!i|JAHh;Y1f652acO}%qgaCeaEzom#EUD=d3GR=p=GiK zqyK+^A*`dW2}>VVcCu5+PWL_e(t(qoT9$NC04mc*Yi}ZMDMz4LNAmY~ecU%rPRKh4 zf4v3{;mb%f^f`HN0RX^Z0TII<+&O{P&qgb8=q0Z2NZ>RaNqPgsQ%O7uZbc6N1_!NO zv;Rl;cs(oR0Q3HvevD@v+84V?GOJrd_7UJk&*6TkiITe8too}u|F588_b@*1Zm;_5 z_^JcJ^YDlFitG>az7V!d6F-6dF3eO=v45C#qWqwp7~!-vL&ZndA zb#S$HQX=5mF;0--ZmZ>}heht6ia8&-zoxxvzd5P)vt?fjEZWOz!4v8j$EA?>nRXiZ zgkM2m_f;H7LN+oHpHe@vH@=JB0R0dkz!VCyspApve^z6PiDD#8Wy$2Ek*P`B%F5YB zt-ooQw#c+|W)Ezp))EerM`^tuyAK;mt6Fxis#jX$Kk zYbAk8d^9kNF|AXot?che_5<bL$jctMG_Tw0Ig;oD zgd&m-29;$>HmNx2Yh5#gLxcABge;>mLL^xT@rRf≤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

    Mx2@@O5u%Sd~1k8rgS(eHScU1uK1 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%0D8x9N-O+gWv@SfYh%?Mhf4=@hDNw7O>acSqM($ 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

    1# z@f0su_nzd48heEEa-4FqLOz?kwFp}S;XBLO9~hy0k{Z~>#|l--vL_|&GO&Br8fx8w zA3GV(ZYSee?~bt(z39cp9LE{g-tq&C*W2X4^ly*=5~;!(#{ym;Vt$P0dby+u^y7BE z;W`mB9eb=JofK(U=rVjW#s8#EUd|QXgd_8&FC~D9XrhXt`ZeN0Fr_nL>>yM%E}9EaFlip_P^&}N{<&Yh=}_vwz{VZg?{VHIuToIFIC zFCdyX8t;{E)-zu4z*8sh#lYj0|74H0P>)t#b{g&MKdaFuF8dlg7R9^LX{oxqfEFss zj_$TF1T*bPNYgahsNO!Pd%I|WGdo73$fPp8mG{!y)4J=eykxd~xMb_OdF)Z$+pn{_ z`Ja3H3w*nzx9CM30GySvu}~oezC(8ow` z9$-xtzjzfifZ6s7-$Wz$j2Ze3F!d_$p6Js7r3gveOGQ7KhkJ((>u&V|vxbpcEp|&D z5mn1}v$C+|F($VWJQn%!$>wY6gn`34B@Ddd9+uE%bFZAwNAyFUf#CQYextYH-Q75Z zD^`%`D~c@t`i(LXv+Bfh$G+j`NLmq?v3>==4*BVLrMRgMgATEDPKr(SJteeA$tTDt z@?~s+zbuE?wV#D|Cwe@k+(0FpjZ}?6d}PBTj9ml@KDNC-s(8hTKxE@{^3=IE8h=VN zu}L174}WY@PkyRmlX~$p0oe;b!xgbCMQ;JyF)Vp&fxUN+#&8|ADKCWV~gB>aa)bS2*Y7tsAhf&6K6W-NAcjpi%7o( zhS##X3-EV=PAR3wG%5$CJ{2pT~u*L-ed-FCj>M`zXC4dH~q5_}5$`k1_SDfC$ z1C6!VisoP)J~*2{;puRzXGbfflvf^O?M>&VN6wIe$aDriFrfxcy#(2m(90O%plC;S zJ7ueR2^>SQb?LmaOXoLKNL&znvm_F~Cl!f*4g;m9g{e^QOf)_*S+ONf$@GZEr8w=D z3Jof<&%9o*IT7F8A_|oPJD)J7h*{a|MmR~nj*qV2FPn1sv?!9wldTCpWaO3S>`Ny4 zvv{l-^J0M?v{ilo(|wpxeI@Xf@NQm$7gosnm8dnIR21E@R3mhkMNSZqZUTj!p6M+7 z0{xXQ6r>7f+DmIyEEBPa5W*>=X0!$3sABb|^WL)F%w(Wpg21UbXyWmk1t`_FgfIqK z01(!1ol_Rj^F&d0^A(-ipHpogzAn?gxFvfD5Lhmr)H&Rs2?0aqsK^#8hR8TWnaGhu zkW@+^epy-YQ70?{kLD7l_HLvfa>o!#qA^9z9Bm)t=3f+l1i zlZg@v$B!$~Ng7o}mv(HBZ&fajzzqAWOp6R)m=$@2uYu$|MmEXSP)R5k%rw6iikEi> z#cX$-)!FkmtJ?m@wHn))BhF0Ayc>$8GcNnfvr^j38ZCXo9^*M^pkt5WnDVw&4Dyhj z1z#M37gflYy9J4-^G~uyzW9+|MH1YUa351t926jdA~PE&%a4Ml;05Khe(vk=vM@DY zQd;99ZGLi11|dMm=;53N^F#@Fz*<%s8=qtvE6mE$Sl~~5Br3~ceB;%F<=u2h&4lc} zb(v{Ni=+<1*;a+4G8oGFM+jhX{0+7|1Xsi*$lb%%+TEo|HMMOo6o(O@w{t@cL5Z&BK zaGXCDNQK^}WS0=gK659!le3qow}3?A9#>~WHXRACGbNe_CBhO~){m?mnWgmFIk7AK zsj&}#Co|nbds1|+^eCLVf||^I)T=m5XN?l#z*(29{)jXN$W+PQQesAp*l^NU;e&}fOrNA9>!e?delHx>5WS7v4 zF6~JSwds~`eXJTU8slQgAt}KkXjo@;kZIb_UW3wFZ$Qf|XHu)d*XOQQV@Ukcx>RJ<`;Oyl-9 z>~vR_?Kf7P%DM5V&wKE>Y?6$%xI2;(mq27tcU2CSvNB+B zXy36x3NZqM#lLyIGI}>9Z74a340qcIiH|J}#Y?j_12U zoX*21$EJ$mOSznt5qw-s1h^lxzMI3XCl~I4H|8Z?^H^kst9l;c|t(JbH&YRrn(*4~TW7 z!&Jb-`>xajN6a9Bz=fBtl08NOfu~zq+@&Rvz%Y@S7Bl-zQD(o9uV_X(#gGE27Ef_n z>;?1GKi!JjNxUQubyy2)K$;R8O@Ag-sg7(hhf{4j282Sv_z!rQK8LYGHH~I1HzKUP zKqN?CkCuwH)dz&(-5wAGM-&e$-7lSK-|+1;JrGi4DVkMQN=mG*)C!%B;Noy|-ZxOI z6RBPbI@F-t&dbyfy-9Wa=uK_{AF*j_E^;~s7u~HX+2o|4T2m82!av}v1%~rD3*lxs z*mmS!8bhs% zWHVA2)^fSV>9L%!iPV!CLkh)cIfGm}I8#@;CUH-mo~O-J|5^<-6bsI>&tY~CL-IP*t{;lBO#jA z#5Y~4E#wyY68CZnmQyBzlki=ZEB;U7^JcRbRm5$=32dtl`!P6LkK7ctwWCr=PAia{ zw%QieiTOWg>B@PM`?SP~2$@Q2Esk`;dx1J$E(L`;v7xg!Z;>gt&C30^#h8e<=z+ zZis?!+k_o4jGdFm`O}9~vl;#6o`i^B68dd6>4l?GTr+$OU35_2Chm zj+}2{ojqUs{hu@659iXvSE2k%VN9%CtF90^d%)Z;M*ng1V6}Zpp(4@f3l6p(9E^(Z zmp{Z2Vl$8!f?MGK$)75tly6Cj|O1fP6&Q?-og|9z3Pe$bdS? z9c@4%cSd{@LssAyQ+SP4ebiuj*gs|jQVRPv-m$co#p*$MV$7Cok0x^$oQqk>M_-j} zSM6D|3!BKuoEl53s6zeKdXWAKjJxFPs#9}#HpE~==YNg zqn_n%0#T5mN!X)ki+kia|B{aqBNTY=Ug>nM=^D}2;8@vkQg+7eqdxo$VWTy}M>Xa+ zVgZLZfKJYjEp{7!K3KN@)(YU~kKlhb85jIQ`1jrlK?f+`sQbk(`$3QpFeU~%kGi-^ zF&$anjat9N0+4``1<7IdRi~#Wp&|fp6f1~CHxDv*$^zP9&$(CItbM^S&32-kB2W21 zEh5p0liBIM7TH$r^weDk(=u~zzWpeEE(lb`ZPZw`gwJN$52`Ob%1XgJQ@l$VO8WU$JNvGWX3!=DE61;(88P z3fR5u*F!9yp3Xuas~0-EhhFLbU%dwOg2~p8S?9_&BioJ9d{W7$BDj}TV7?K2t9%*> zzPL7;XS?P3uTswmt|F^}=Q;9RERj_CiAK|p_48bL{*%=6i;X7n_@F#azdGK#DnDK4 z(&l*&dH#b``LQGg)8%{0^POBr4qa_D-p55uDd#sHk!|kQjr-+if%8n=e0Spkc{ba5 zrfw#0JSfjDah|E03pO5-XXiW5)XixdzmjLCIM38g|BZ*`SzqUw+!)P8MsqL6xd$V( zfivn}dPV&7KMAWTUnfg7aSDWF^bkKJzhB4bQ~ja-(GB(TBAgf9pwK9^Rn3MT%A?9& zL+y73=wmKcj;VjAJORRbp+}Y|C{=zRVf+crHg#Uv)cFl(;RR{ll8L)Bo61ogvDbc| zJ%Vdu@1*1I3}Wx|n#Dm>d>(nZK}y?wst+a+U*)6nA;QTV?Q9I8X3bI-PDiG}u6Y?F z;x^!3-&g$?+)#1Kk-$s8i zI-tKplxNAy?@51Ed8^KE&AX8N^BDfTk@s`eVT=(A)D)-Io7gK!n2cFL|Fp~MwtlzT zby?k~3UfyPKxrG%u?1$T7j@>V)tscyP|qcP4NOtSo+tWAp<|Gv1|DGCV#X!;W0P>4 zfC)}3=y@nKL4Li3x2oTKMlPui8Xw|U{QJ#!?B88L?g{}ctb@hlmA`n7zmY>Z3(iX$ z|NG2xg*OkCT&${lo8LC&n3!w6gPG-Z)UiT+$5y`Au04e#i=icZE_?q##VLt?J#>~+ zWlu~q#udsRQi>0wJy%=LMc9R$!YIaxZIcU&YQnCh3`A1!n*o*eT75Un8J*?^hN_KS zu?q#=QdqApAWWs>&lsSVVOC$_OyTk!eRou3!^c(ClJ0U6a^{Q^c(}jvJM>|lgh2M> z_&K~4Z|Bqb)y7eW7r-Xs9Y*X+o-wP%y4E$Fyx9k>@rNflmbZ93PSfB1Qoi*BG5rXQ zBR-SZ`Me-UN9j|>4Sfl)&~E4pxWdpS-XOnIeZO;6Ku?=w)tJPV!hmFhOtgUVA9-&f zDq!|~{HkSzz?)T5L_}=je6De`y8WSV6EA88G(qMT!6NRi@FOB6JQ6A;p4Ek}vK>oy zPvbLhl9Ysi-F)7@>a83XmY66LVbCyzdJ*Y>`>mlnDCJwWHqnb)xn%e?)IL?$oaMny zd?Ts9obb#Sy3A*XZeH@4`8=I-?~u@~($G}<045mOZ9Hf0z|E^Xxa=dp z2)+tOCfP>QhUsk#y&J=H=K6o|aFdi7DGxUZ+9UHlf@gZpj=6<7Ym@C#>~B`~mGi#r zO&I_07J??Ud8HQ?1CQQ|BL`X*e4gPw6nu^532x!No{7BM5;-XT?b~zv>G?An%aL)% z_o#ClhA%0*`NT41r)=8$-a*HJ#U3ZiB6E|h1fTtP6cVswa;y>MxzN4HMXu1rK+_W| zUSsYiyvraFtUNPx(~9Zek_15qYxFjJ;v2+v(k& zM7y@SEyD5Tpg0#!vo{1&OilO{S}8(zrI;FTHdAxIDpV*Oddk?Kk*;C>s`fWI3ly3N zh%1PZI&y*>?}`Ss$o^!FFxHOqM&BM4S?4UtKk^j_7ew{61UYq(2oP399i{;Y1g)wS zU&+uFjuT6UczA)e#@f+Y6@+fKe7^vDJ$A`i2ZVDyk5-I}{|z9@z65`V|H7glr5)or zhl!!)l{fCk$g3yLrr5EW=>8Fspl9MDoA-|9$+yD zm5<+avVx7G_?o}hlrhtgHHO&Bd4*vSloT;E``Z^O)1!{CUpWt3^ZkNeq9r6) zT-HDYF5yA7GRqPuvVDvq`5dL(apAIf5vnE)t;pdot}{jWaH&65Y_i?~G*%o3X`i^~ zYre9JiVvun2N)bgz?*tljqszKY<|zkf)a(to<0{A)XTY-gq`CG4Sz4J-EeXvSOo?G z8Gwv)05U!cAQ&_3i8@ARR}~6C^dU{*zdDZjEC4A$=w}|lF86Yr1Z7c$^AdGx_@VFA z%7H61)*6+bm(4f)pYt+M&5J*4UhFpqcO+#@;hrjHO`f@D_SNxHs!}0Jpm*K%XKQ)7 zKQ+2PlXZW_XZ7d2|GPi=sz3d+`a|QF(xa^SD0)9*-?o_U3Yl)0O2K@5n1y;!zTDDHljJH^4htm7B!AyYpB2xqrj`2%TycoS{O$dQ}{y(0&6LsevP4qpY`#+ryA zEChD+DJcaz*9j%tg$N3gX(DK|M9fV(__4DOg_h;^OWdB>x59<0n&SzZ!Y(l+E_{U} z>{vQGzVG_|N%q0Ty1MmL2lC!XzU57;p_}Kfcz)$2aw3i#Zdo`e@o6>%75Zv4tG6qj zk9^P)IUEUnl7O~3mHV;%+&{S5{<1-xQi;>oPtKN8J#v`xxXAXQq$geFOX5y8+$u8G zUWH3u^qo;FO$8z3(h*V|H~z#!@9PmEK??9X8nyC=>NVCZk%PRxU0$R8?bw{dQX`Db zQWeH#tS@nH$7X+cFsFdc?(k{E_h!#<*}r3H2_0LkDopgX#`^Ycmd!krn>*Ik(JC5m z549{)waoM-&NkL=>uB|d2PtP5A@P_8sH$dDmAQ$iI5T~Oca$n}a*unZu8vVr-G#^-Zz;J=YqM0=3Vlq8)wxCALdc&UPa{5au?ys9gqajF}kQ5#h))GJ5g zu8|&U6y8jM<1%+9uI(aRh;OCMsrG~uRQJJ|+pTIsSMGahU#nQKn_I#QBlSS-d*m0W z_a~N>d`kL^A-qvd!uIS0HsO96cB5IqM2=_|@;^Zc;n@P8PTbc&q^IFIs!QJnl~epx z{8ct;@`!vI-zwwpz*^pD5~qgL6n|Jp-HI*zEl+XW@UF?hmqo@K7wj;aUg4UZEN=6w zz$#1ZHVW&`JwgTP)~=V#xhaJ5Wm zwB?APlxdeezjR{hs4%he*bisgt6x>Z61JB zEwPzyG$N5h#HdO9mTg-&X^uTXU&;3PS8x>2ixN7{iclenN>dPdf+a7VNSua`YSw3Q zi5^atFU8G;c=b@&)H(Y=u7RrnJF#9iScatgF+=v_}^ zjOuK2kFj=!gq8x8jmCe`C7DVhHE{*-(*S-108gF1sFywcnk*5_crAkA5Uymc zWLMdjs1RAJx$pmd^ajMqCw7cgTNCNH;XUH^FTM+9m{dr>`z>BP@0lgp{@A;gsR9S= z1}QLwbl3>|6~pl}$~o7YC1jRJ9Dv1X#5V<(T=s>vfPGJTpnn%&ry^*Dk4Zm&nCH3f z^zHrJI{GxtzXX9zIj6`e~J$&*y9WUxJo=AQ|L=iMpz#X~72xf;7%A|QbQ5c0pBGpMa9GO5^FnAv>0+#BQlO$lXhZ1t^sQ3>v5 z+OI3D`-T%`vs2*dpl0>b4jZfCC+LgBrPLv_z7ZNiUj!O|<5xrDPuFT_{F*1kgp!lG z5>_x+i6nJ{(frr0k)(=tvN5}+PdFtwjPvPesP`*zt+ukOTcRB8Uc8eGV?-@Q>eO%2q$g3&k}l(7$Ay+0Wr zrje&077!647Fa(MTxFlOXD?OXJjZ$^qz^%QW=c`w#zD}FgNbv<$NOTd?eo38VysK9 zdIm@NA}hvnTp1O4CbFU?2QNoq?7tv&r+n$-Fi`1T6AXEA#+d3!oVD<-*|J`qhSJ|AHWB?P2*j^?`ctUg$+{ z>@_y+IvMyMmzh31}GV<kqSY=^UX9)oPc4zZTNp2T;F)N_l&eJ5%-gcUA575Qu-AHyb2 z2FR4+h;V^;jRgQ>OZ;JW<1F{FT4L;-%}J;hAI-K3KS~sz5dCZ)GMO-3;zfRizoXy- z;fSlPrT7#^m-=$TQYTmRxT{>I*f_h# z10u)1>ul~s0`MqRsL~Qo&x7=E6hN@&{a)+HcJmg7$AiDvGdV7;?NWkZCEAZoN4&Df z-UuI*mX1Bo7pVoC$A>!llPUiB68x!CnX_fCcpL|T8W=5 zE7O>{4c()`n10l<*SOrXIPfjDe0~E8 zQu)RJOp4!{7p!2pkx7l^#$SOMS)0`=4TbErS1>&b)16eM3Z0dPlZ+}q%>F*5)T?2l zOLJC`2thF@&RRl!^b!&qh~9juih3O?08)XFV?jv08qr28t$T_S48NhM@b>?e3jZ=i zg&z?9iVY48cxO%_6}6Kfp#jO9mWp?GH{=6WRiR&&kogK_h^tM1pbQzJO?=1l#wj&;%5vX{aivyY3aItBBY_6L2lVBVdU`e|LD3%jfJ`zjq5 zr-8!cdG?ZC>cGaax{qSLGJ25iQ1s_4(XJ?}(9(GL4R$b&%HGBJcP|Hzhsy4_hqj%d3UD3(&F@b@6R~USZyyI-9T5Li4)kKel!@T*`o7oqwSQ9ths$T| zPgd7i$b4tmpZr>#jFCX6`6bcFyuX|HaaP!GUFEed61{`iH#uTZ5@SXV(1c_4k51`&#{g(I}w-1(-&Yc%)|m)GqgSB;$EJH2-b&*|2ns14WNL zt#=BFMpGOqV)|SV-zs;GEP`LH@isaKywlMpL@rPbgUonH>D_d?FleyzH&DS_=fGd& ze_=F$=<)u%&>VpRX35;o~`_cIbycoH#% zcVW^=^Rg+w3&YyxI(?-fT1U*2L|Ln~yER^fehMGks)o5wkG8Q>7`&B&f2ZII->}HC z&)y z(+RJ-R&8?MARqdnQy>+0H36VfymwaI)oI;_OyhBO$TXSykEkFkVA>npJ}E&wX4roq zn315Tjv2J9?B5N=f^x!oSa-=O0UKY8PaE&zGVAzexdq0FP^`fnO{U^`yv`=>Et@7W zJ$7(9du&STbataPMq+x531Gij8@FrKjm>EE# z1TywL)T;maHiraB21#d#w4pS{s8_Ogzwh)^D?VlMk;3fScF(ZWMQ?5OPH(0&?BTkw zsKX@ZOj-$@_>&lz#4D5pvkDkgAp-PTm4#L{)(^!>sMWjLeibD3exC4deN9JrdimD~PaX48=+)J22v>mE=_mfFet*ONLY== zZ^?IDM@n79{hs7lTxS?S(mE^=8TDK(qn@va@E|oLuCsfXAy25&+J6;8o&I)BYnyt;w1g`-zOtA8~O+wmc5tx(|H$%7Zmyjqj1H;W1_r1t(5nG-T zp7YDD3X%U56_7tsY9UfZO=CV!i$@5Sg^q;-hjfE0^B}IAFDRoMA0A*M#h+=55$p5+ zQ1>qIQI%)n{|uRg35=YH44P<^Xs2x=Q4+TAS$yyYSZmsSH*1zbh3)iaKlfJy==^ZP#UIdci3b+_yP z^ZEOcoHOUV?|a_M^FGh>K36`*0p-%G3c?*x*QMwqWY6C~2p-xjqzQs!ixto>=wT7M zDSyjs9+s+sQ6k^DTgv2h(e->H3D8k~Vl=p0rlicceyP5<^TgOdSHUjrUSy;KJ%yrw zLfYNlY2crqr}yD0hJudI$yKy2W1?#$ZZ;(;Mp-&09xuDruU1 z>xz2DIeSaGu5X;Bzi7^}T5-PD;~I~KJITfpW8??GpCw1div4s)sykGHX~OL*i0wXY zsi{^ogg}drXfSVrU1C_XO@EV&uO{A;DGmjH2|tW%k&$Hb@8u%=F0zGOHz=-hw%Lh% zz~(Azl~kd;Lq9yQzo2i;mBx6L`>{;K{fI-2 z6c`(iE_A5I>i2cyZ5b!^3;(MmT%xl>SE8=^^?i$zok$2nrc0 zWDDaSqZD7=*ngE}k!^G?oAG*g+JrCk3TedcM;m@BYI-H&3)ozBB7>{$Ea79A;j`l0!CSHH_KaPRCYeklF-(kShY+H%tC4HSATqzWnV^r#KP=)u`nBIA8{J{ zvZSpbI51B(y9xoOaKkL~4+CnOh-oH59}&DF98+_D93OoYvUk}R0 z#jL{Tf6N)5cp68X#ZY^DYUApNuKid+! zn^4=@l=rkLd}9jI9%Z}`UaFf;iDT%|_vHz?70Wf3B?zMaV2O!VrQo2P4;)%O&7a^y zEEc%Y!w1i$f;RoQHhsT7C=!m&_r~V-65f>3&Ub04RE%fgF&(pG!k=%*Aw6@Ca|011 z6Op~-{|fo__i_)0&adiN_GU`HQR}44`e$1I)Y1BpvM1CBC^=t$F84)!fVhYQnHa)B z)zb6>$yZk=n*WUY8P=L&&)DnSFx>Kspw%3GSMJ{M<0S(tFBCvYW*lfFJpV5~5=auB zSZi-2%qirK0SPO5Ex%4H$7@zq{IPKqNXo;K@d^>(ml-z+{IS=Rt=OooMa+pg4nq~a zC!U32mNDM8klV0PHaccZ;j@%M+3+ilszV>vRMsmI+m%Dil(|kZH<4PeGt%I5SW+s{ z4vhp)TxJP67Jw+vmL>+?~&H)Js8Hp9c`iH#W@3 zA2FjKyc+Kmqs7y{XXV9_V@?E3FF95(kl1W%OHM!&CHS^$V0WNXt_6FSPe#<8?{vne zfIqHG7Gp2#y9V|~x`#!uad8OXM))U`)+O}V5rFYO7XmAdtbWqjnfIcOm0yb|$&4#G zIJ)6PN*>(VRu`BtN}^@VG6bcZCAalH;vG68`yJZ7gh6$* zuEd&Q9>k7&xIQaqmtU!y&QGhG#9AZcyb}98zm@uEN?LuSO|}mxTKli1EmTOCwXQ61 zgr+l-Nrv)9TOr^!TPND*Qg?i6hJwk~FMXPNDLxm=6QkN=OVHpP9-L=M(5g~e1vnIT zd4^J9L{cvoK0B>bIE~0nE(zb>QAf1-+v)VEn}`TX`xYA)6PSXsbDR9q#W6!eTcx$)BM3TeA-t0==%ox zP=ul|9jWhAOOrdu?bRd*mNj%cEDi+ziS@Achee+N@W;-y0bE%#S^(ZkAH|g<=#$O) zV&tG>bu%L(1H)}>?$dAb1&B)Qj#}C(*iG~Gs}*o^o9s06LByL+gDcThon>|2(pX#P zSCL1`E>59Mugd&uevn7s#lrSHnXRLtvnb;=a>=UgM$p%~MG$CqXe6^bJc8>^P;4bd zzi!Dlhs^#zOH(rY$XYXIe-D`|QbOkNT(w2S{xWsIR`SkI>))LJPX7}0FJbl1;&=0n zEZcfEWj6khV4l^C(KauikA%=?aQpC>0VR`z4%|VB9{31x}vTwyh<)Tc|EFSNV)pAm& z70Y{e$f@`=$qw5oe#!|QbFfS0Lp~?XFF%_VDAF6eSux_{@`=&}PtZnunw;Sqxt;dFkE^0k?W@x5mvU#x)^!B*&91#+oNalr66u{+CAj#t}6YU*t$L&UYM83qQGG56Ng@w3Gba7;C$ZM<-@)*A6LRxkvm~ zZsD3fp=CUsBDZpa?7g9iT(wVeDG677?mc<9>JxBJV5Aw|l1_5oqj+j?Is3%;@Y;V- zdr^F`!`}Gt-dc6W#cYK>3!%YOC1t`S`YWtSpua}0v8u>eyHr0RB9Rvhy4NJ72AN0g z35V4}p+yK06u8U0xIxT8!r!siez^HiC7n#V4yORNz6cNMRVu3ZDiu|HB1+0Fo25f! z99t)Gclh5CStp)%WE@*pC_f#Bt^~+Kql%|HZ`)rf{-uB2+Z(APDx@g{R6>-Q%0X1b ziB=5Run#Yn)2$Lu0lXEbM@|#H@w1Ypz@IjXx}O~k+gfPMkQ6!>oxUn~%}W(KFX}g> zO0O;fE@pViJMuZJU8JfRGcZ-L0ycbFw25^{DdV|lN}Og6xAZQb6g+gjQs$1&m7czr z3~*F>V2`s|salDn{$Ki_H~ql}5E&RVitHNHZ^n+PJnpy7;uxf-m4^o?YIpNyC1@b< zcc@7gx=Cbi$n*Y5!Kq)|lul|E_o^PqJMPsVId z4&fIsaG1`2tto_x8@_U)P?)OwW9hzKHU0vWFYek1 ziz(+w2Ms7k?)S>~u;8BfmyF3C6~eKI$RaF35$9RIQ|VKI9nbinZ_P7^YC?eMmhBj0$B0w^jNe!jGz)i8~V3TyBXCq%xdG4=TFZo2Z_M3PvQ?SWH?n>9#%1-is z?g+mlEg7M{VtRBP8%!)gzh<@YOv)J<9C%ig|9L5>5 zJ-X;&LnF{IpHl1R8jB^{ zIhB2qzg0bs#a-=t!aq+YexmfYi-|QnJoRhzR#ZD5RU@mncogite$(imv1!t zNM|FH+_r@&H_jJ3r$=S-cf`+DV-jM908<9BUyI()EBbv{-%i4V4RdnNXg!o=#nUiW z=MY0Qv|6N{jOyIfd0N}_0~yIx8|82KS86Q2v3%Tuoi4_+Cmc(ULXTPqAuv9aFZ3Q4 zDhocoo9us=N4DZHnix9W=O;THn<2wv>S9x@aaIM|{BN^doT@CKkp}O>Vib` z2a3d-==K7z&`rG2C;G&}0aeEJ6C?v}C@(Vj?a=7R;G*ytmGw4WdTOHCj=!8}_Te`b zb0(uPYtB(HTg37drneXIY?l!V&3xmJFttZGkM}ceOLaxPQnWKxIFQc2*eMmtL0?7s zbslJtg>2Z_#g0{18`d_4)%Y5dCFCg5RUF8}YlDzo!Y365^1xah9#jBq3RxkP8MLL4 zrHyGxDx#)%*@+bL#b;P;VvkYHRtr@N#x!SYY)YLOFxB>DQ`m`EsLP>TAwIW_7bmy4iTDLT7N^e{;ITo zrj1Xf{pUW>{?P%|{wAyaN7ECWlBXs4(djln+FWGhLY;&TVL8En%+9AIr@n#Y)T&6D zl{~8)CaqgC=hVxzelEuDP?=)vT&kA14l4ft>CgT)9PAiXB>nB5N;|!(6{hU-eS5L> zZI7yz|Cjj6%_3~DTwo?}3vjt0KtF+|3)A zSKY}-TU!)Ec-Z{U0s?Y1c4#GF8s?%%UW%+@wz=~+iaP|x3VBg4FStVL(mWb46#_~s zd0ypxQ1NEf&0Oh-mwG|{fSn-s`6Br<&;IP3)`d9-jS4?ev-segplRNv7`ez3ei2JBFI5)(YvqT0 z^#9OMY^7L3q#3w(c*izSYzJ_ErPS~S^0c-*?lR!l-nm-a7@o6x6@B=C&BM^#c2AWm zgHgG^?5O7R?HBUeU`UuYKt-|j`G~r3eg*Jb$^7FgWRlh{CS-~Mbin`?=8@1y@{hkm zZJB?o{jesDDXdUw&S$4F4At)rg6>e?z;`(>;3epjbgR>z$@RPmcrAWG(o9Q#sVEqn zrb{g<-S!AS>Dkx}dX$lGU2B)`SpCB)+H>itB{lXY;2M)I)0mUsXP-RKG(15w$shb3z-E?c3c8{Wx%r!pt$DqXJog zw|Ve=*!OGbt6edPw!IeGwz`@GS7jA9H# z)sSOirJnrI>E>hr2&0ILiPPG}jYvg&tJy2t!u%k|g7trwM))RxSIXJt$upSfI}7pE zu-S93#hzQAH170+<-fsjp%h2pOGXdnkHfE6yzx0UZ+uAc#!1#S)L{=NFgo;bYCbJ~ zHT28CXy%inNQC)>QxMIeN&?`8Pw<%Sqmn40Z5=%ZpM4sSFqNa?7sw;5KA7eaiZG}U zzNmcZ+XA`*R?pal|{A!r#aQPh!)SbsrcGE)ST7NPlLfI4p( z;UXidsK!!UoZ971bvF^ZovnAPULn@&ZjwNBV|`kh7FslzzkEQ^97RGT6O_k1LS=>Z z$vAMYngbA<>YWHyzYZouWIJFf6` z)E8|fywEjD)EuzsM4`|LuQa5Xn4k~{PtfcQTLfY?qK43e02>mMb~yvY4O$XpL`$v7 z*2l81Ub2o=^arvbG$bHs!759(V^+cshwCzCW3lD2Bp+j2WvZ|Tk!(04^dsR9;<=ku zel96E)fc@(;v*1~m8$=iJ*DI? zLk7S$5*|WTe9Xzb`ytN%Nd5IH&waGk)g;R(fh8CHP{B{nJ-_GmF#YP@d&KuszQq!{ z0ILH*bKyLTGwD>oQR|YV^-6N1)!+sg#-b_mlt~Ro`0~h8a-ea9OCwM9tD7%1oxmfY zY5l`aN7IA`?u}B_`j6Y{~!x^ zyH|(wu7N8HRk9Xm3BE|KhmtRl+Dyq7IGei8K@MQ8-=g%CasD85)_cz7m!7`xazXX!T^yVI@k8t4_G1;f%f}Yh1IM3yQplW(G!t z-zPGPU8@@T+xR<5!`3p2+*4VEp}cubak2v&g5y7=co zFQ9m#1^EU+5MJU@edz4yN-L$+Mr?PYb>6^Oy_fxK<+37|B>-2Ss3e#8BI3k)JsEf-3FO4168$-6=vvxVbbfiN<38(U$KY(K7&%TTU@&xGc< z=y;IdbE@~MxPbGT-%;23@}3uyVQYI`xN}$Se(Xn zZ+JH9o~g1trPlHQNB*s{L>KJNo$AV^H)?%ahFeQpAd94K*N!q8ebNK7 zrsgAJAR8+Rgek{SFG(h$+i7HF~m|EZ#on4C5NL% z#`w8XE`8oA^1KggzCYF{mQcDzYh_k~#^Qz{^&Ccw?=?!WYY)ZNwwe9QSA5 zHgbj`g3)2~CMkQf59YmAK%k|X7(Vf{(x2ZbQ5?sKJ!`ku7)_=3s8mcP_$ePLyVm|G zT~^JvQ70+^UFYy#%-mEPHxYZgB@o%>l5m^VcmPX#$RD?PG5n^%cWLm&*Hwd~MLhU= zW`osA3eY6rRBN?#jkJ{Ek$2kmzW*8R;S(@h7z`Qx&6G1{qX*F1{s`m4lj%H(ZRb8> zd-PiSg?uz%f?ZfJ)IgJ}ae@PEWbes=n_Ru2Gv}Inkf=~goO!PSX^1#KuhD!W^C^>p z9cS?;-ZP%tL7B90BC|pxJI!(>vF_Chft7pc}%x8Mt#>I#f9U zA@6kovc=k?orcFBEtC|?g5L*NZ7W)U;){!)7WAX^a))^%f!Z+uK2v?dV@cv_MD5;a zUV&za?W3B8I}zfbwGEfnmiqni+mTQ4xuU4&$}HhzaPn~Wi`DmA#Pj2UbNlrYsmyN< z&@>N9X-Xd)H`(pnMvE>`LyxQ2;p}OgMII{a>y+|=2k&_j?UIa#k21-AE3mkvb?nx6 za+pf%LyTpv@ylIW-2pjxi$wn2z`oE$X_yJ@55d+VO%Lo346Ahp5!Z2MWVFa zMQBfL)2O5CB)UPZFl$;3a(X?c)xh$OBflAWqS{9?|I+(djogURYZOc5O8FLk{W&Ed zz>b<0yq^;5@d~SuJ=zDKI7&3SWK^Ezr*Sm=+);U|lTmppo)Q&xyet`;|Cz6;xFhWv zu&iE5@9a;8qv;SndVl1ZQp?CCg)f6To;uHhU<>Im9^_9dAm0%hKh!=V4Wsd%~I+*Fbn0ZMZe0jQT^QrBBP)ouFoSB^D zsejER=O!naG@q{ch}7g+NH`69g5LyRFn0mt1`$Ti!v%A~@{)(jL&GQh;*28~hlis~ z+W*Xl31b{dNe-C*=R9t)RGf?`IFwB`nRu2yMg7EfpBH*Pc|3gEyK@?PVQSfiQt5`R zY?dF%L6!-h451z2L)aH|Sl8dz>m z>s7xD&j401VnrwF8NaMFe2r0V+^1SW*%j$3Ma!k=BXgrPU1OD|E8~2J#_KG@t8;PN z=R0N3D)T8&Xr1vU<`ik|KcL&jwMB~4k=p_Y%&lxuG|TxAZ-2IYmJo$#&~o%C9{rL? zE&M@&bsn|ocU9EKrrw=DzSg6Z`Jz^SMD_Na(96c0-QK`lN9cF5p1Ns#*8_s@ic%Gjj2`}HAcOAWW5KI;*~D4$lw(JqC@xUD_!ZfX+~AcIdawKyKDvN!fTpHTHJR}}GKSm|Lx zf#P}}FUaYv?-E~gN2@M(W#VOATcw!;t>4;`$r93CjijT00;ZLw9 z)7t%m4EmBee;#WJa$o;2fqxJ~1Rx_pPbNg3vY*tH?LTDir%#!0EB;Dx#%ycK3*qO< zdf&CyY4O1(x9!El;pt$LS0YRt(H4kdhc!9L*i>%w!%-<$lyqz=*twx|k@g}P5}C@1 z)zT(FGz5N<2;ImTS&MS?6}c6hcuG*1WaPAq zln034TzX+j#DDk#h%Ql68aygY+-~jOpU_Brlx+#yTdSB|Ji`QQ5Syj0h`o6pen8{a zo}Kgq3M~Nvh~H_X+V70dClKnzYtCU4Ud$r|#-jixa2AJ$i3BId6Qs^Z$o9pN@3=3< ztLIIj@_E(gaeKhJ^>VvY-8%3?Eu|6hO(kprzNnELJi>5$$P8&|#W#w)?F9+=lSm*n zX%D}u5`Mje%TuwChw+0mT(Di=u`0;w>7bR>PAKF$8U78RKdzc${>z{iSybBst*loW{@ zO)ZJG!eU576XHLMwD1>lyA;NAEZoz1M<=Ujx_9A!CX7?rNVv(VMX*2(*dQdr4)fg( z;q+WOIU++jkvf+%{_T`y^(0Dv(z5!0F(;Gae}p}OvrfXA5FACpD_%(voVzT76B1*Y z&}|tZ=^q{;VH2_>bpdJCPMf;mET+I69ugvdD`PgUhV47=6xZ!Mnp44s%_|=}nn)6@ z%=BKLpzju9T>r9-Q0G{Pak^1S^K~{7l!Nlo+`kmyA(St{9m2`r`Bw0y*eLosWP=KQ z7V{ySLpjr$tl@OPrp{MblXWRPTOwR?+Hsc98Ec#~A5D+*l=w)>A2sdqC}1b@G4rAS zN`c*nvdJy5drNMy7Mh2<&twVezaj0hw;xx@#V0<*K{fNuFf7_|3NNrL)+^U{308EE zK(GX_jfo0g8T451EFZqLr}I%oDd{HQqMLw=l!d0G0xsqdXfcO?i*Bx>WpE3-4Vi~& z(ne>{bSr8PmYsZ4+YsSz{9@bHb(O;O%gwtB*$?^R>guA?=IAl}Y@;csIe0E8V9<$U z>3+xR>j=elvkQa8$XbZ_<(+)EHr=+~9BDZB}kqjrQdB^gCW5Ni>Qmr61~cjXM7 zO3@g8Q3Z?K{onN#dYEyk!}yQcZ>Qh~D}lz@2U76fV!`_g%XpU~|0~4DOl!4*6B1@@<6Jul9K$wT6hSk z+Osg%1OM_VOJMu665cH+4D4Jn2~2tBR4c!VGRwOnibO>}jA`}`PIHlG*o)!sqE;v} zuN_Ocw59$ci=D++SeV-E4v7Odl&$re=hGo}6YOt>6RThun4SzCKNWJ-eY%jVDd#99 z|FHd|ZGEf6ryDv3yZ34gUaUmC`u>KXnVlR1NfkIv+atC#cNDc$cdAaa`nyp54XVG@ zIBz@*W-XAC00DvC+eXeR3_-c>q6RXq3d+&95-a+z1(x$Z#qKRF%C zW~JO#hIFue2Q{xISn{5j7&ajB&F^Dxa}}!)xfaQFt2|WN8YQPthq-LWB|jX-arG8Q zlVko@vI)dfbgRYHb%J+}XczHsUiNmDMV6;eT}wNn!7PyKwSAq(hdDb-cCYLFFk9)V zDc>pO_u1uNwaWMF{a;S3bvTxE{Q5q+F}6KEYv54lTiGSMt#44rdxmM%;l8wQvGxXD zLvQfy8{~IKNoRD@`_UT{k>jJZY27TB2zcRF3(1u_n5F%F*T4bik#$`Uyn}e0N$nZ# zWX-B^n``QN4H@<=i_8Pp%O1z07s+<}QDK)u*+$FKc=pp0@C-F$HU6!4$jDuK_qx|v zq_u$)Ef|&&3nsM8xJM2xNPXc7LQNSI!59(0A-dcdIhhQ0_JSPj1C0{w>=^W+dsvb_ zOgr@`(ZDvSVZNJ|$yYu4%>+A3o*Lrk%a?j5so*%7o_asrBEv`pP)ORVCC~3kcwY0D z;rSTwe0i?DC$;vM0g%52p2s^vlAGEOOc%47)BI(MvtW!~bHTaLD^Tqgfi-0EUd{tH zyai{O{mT`+rJ!v=c0Z7ypJd$!frIV9!4854bZ*)9AOG;T`rtrJ-|akxZ-P0t^VmqI z1hDci+24OSksyG}z*c?z`t|tbzvVnYa2JXk&vteJ62-T6J>%R*BxxX&Fa+}?6ajtg zsqqIK{2A}$Yn@S2PmrXwX*V!48<_d0panC-PYW}%&3kS?4ZMWHDPWl^;hsF9TZh8S z{Lg}yA3BooGV{~mrLy@n@NxlQ`Y9l@@OP(x4D|AU2rt>-4~4_E_WHjDUKCV3a)AVd zyj|oN_}Vf5tViT+QOK*Et(*ouEXgADO``vHzsjtz$AqYxj^xc_$(x6h zHye{Tt=vF~UgaW`NHpvJ=3;x|VLM7>)jyXXpBbiaEhTLI2f!+rR8)gYq~3J5@~Lov zPD!*BY%s-XFbObH04H9g??pN}pk7jKkVg=Y4+lYjW}y`nQ2}Rv5mn&ER`uoZo7z*W z#}Y~CrAXp>?fco%TDLRdf6^TYia~e$>`2#T@iQY`?)VvzuB`O@(MtT$$nix=P_jHX zYEkBRm4RM$@=_%f3G@{VEZ5RO9%J{TyHEk4B+%R6{e!KHRGn%2p}YeG6(?}mjN%`p zA4Xo`HV+Y>yZj}LB}${NQ3ytgnoa_y!CSJ-rfD!(g6y9061kavr@M!JvJ5Yj-^R>I z$kp|(QF4~)cEDU|@yj1)Chb))w@hAN4bFShPQH&LjvJhG<`^T#l zvu7+;Lo1o)UkE~5DMVjfcjPJtykbrrH2*k;MG!d$!hp?!jh($r71~d+C^}52o;hhg zU~s7bvoIl^)~bR=tzArE?bi*BI{Ch=0%VdKjwGiYNXLH#ldwh#Ra`z#p$Z@4j^A#zSFG$mxwkOQtk`U;Rn{!O zNjn6^0g{8aWSfs&Cz}%Cdw3#hlNo$1+X1*8(QabasejrJX3+q+Ne)!z?WzHM?m|z~ zxXZkGiNZxnDnn~^=w zk~{oo1j^-=_m=a`VabnKiO?%X|u_WG=*?Im2yg4z)4 zDgz{AO>`=~Xh`{jO(PiStXo{>hHI1SMpqrynAo?m3#o#orajEqXnwMW4toa%dNxZo zB>l)!f_$_o{R$&A5Z^apZhlN5Ly5gQHoYy4A;Dblx5^}s#)+`o{JA1;u6R7Xy%uj| zKr%rd^K~R}@JktoEw#T=@82K%?Du=$KkfSr{QN4zCv}=&=*A8X@{`$#dBn5T^0MGN zDp5~PBM7x1KJ9lmxFwAIHF!%(V4O%7{Hzlht9!+~quoT3eiGn6+U?icZuY7?9}g+i z4ggv>KK66oV}xnUs5EM;^qq)1+LmE-u8-6wyNDB{WWr}twP$iMmZz~iZuJAnoWH4X zt615eW9cce>TQ3U1}tp8{y5I{-Rg}{g}uB0cMQn@4dD<%B5Mb*s|&tUa@~+szGFSG zTXnH^f2aOz)HM=(Q>7n@KA~#Ny1ub#`m5kY^AH#)@{A9zJv_-ty3||?-)&Oy=8m?C zk%KebUo|K6HVAf&M?Y>lMhoYywfPthNoegBwYHCC==(XhnXe$qmlAK&H(-yg75As1 zLC$+gduCoZ(Bq2h|g6uokoc5kJ4$4vJ` zCtd{hD2`6NgiA=J5l`F00e_wcPfyp0FPX1$ft+cQ;e{)VL=$37S3;4Q>Mz04^LvxxZaE99Hb0d3Rp z$lz64`wl*>ZOVys^h5@ak~(%b(=Qveq|N^ruhh-M$s2*{==};*&5ghr&9(1CpBlZ_ zdiD@YY_$3BrIB_3Y zBXhPiG=-C1^+oEYr@B;rJM;O2!A^c2x@pU7D>jesC(n2G9E5PMQ-KxZ@21y6;JeX0 z{>?PbkJf(}IX0->eHJZ9XQIuC4bz4vT3@0XZ0w2sP>%7OfaY&zyacjt}6J zXZCFU)xZ49MFVfCbLQ^j&Ms%8yYtYnsOx&7D$n$Q5oqL%PD_k2pFS3M#!f&i)gFmw z7=yw85>@mR6m=tAVOoG+Oi?%f-a=9P+CWjD0Jr%#NJx;>*C=L?tmLqH4Brn><{TWG zUJaVJ;%^pt#^ub(YmiuU09#LOsUzm1czK7!@BbP-(KgL+3eT^}ut^<$u=V&Ht$mF8 z@{D2f=F;?=iCX*R)|)JOGc*0>daZq~^#tT*O z{8hU6OvLo^>mVH)F7LY2?`pO7KZ}fM(+m}AJI*~#=_jv4QdkeUNyfDz992^AiS?_5A!?4)4H+*z_>xk?M(t{ zlZymtZ&b*7UiO0)q-8%M`{RUm_oFcI6guN!>-l!=p1-oT|c%)9#uXE|cdMAkr*b)0W4O;8guKI1Q+c$V>uiF%@9kGB+ zk6O2NL*8t(-l%o^dHT&%t^G0Ujas+P^qU&3z0Z21*6o$_8=&AV>y28x!StIOw04&T zQ)=nXcbn3HV16tKeVONEYm3*7S1u zp*F+YXgApm^VtjsWIN0U?Xn%jR4-g!l2eemDe%g|NSkuqQt~pZWQhu}ThQk`Kd;u+ zQ+qKHQe(ZW#FlsINi4*ew)|P{$`}e5;)t*+$IRy;9nKYQYwO$iV<-+NNg@@bPhM(F zrlW$PGSJNpo^AOcDU@?oAO4Aok%w(MdZ=HNzEft{uTLpOztF!lU-BZNU_dzO)0{o_=+v>OJT{SyyY$K z;*0G%@>uFb({<#%)S0~H1F5rI>cpkaWp*8TEOi8F*pKAB)X}zlD0Rehe2cXOa&2TE z*sitT!7((_<8Cl3+2p{eWtnaBH$n4yxGI~!siP!N!GT|}&H5C!xl}zb?Z>8i{g=2; z3QeJbomzVyPqYmq`D?*wIRM^MS1KH<(7G;`-xw~0o76_K5whi&sG|4Uj13~{cjha` z#y%!qvmnjp>?Na5=dsA1M4(5x1Q#6CrtjrL0%qFu?Iq7{W+@y6eM`2Bc0upoDwlyn z&Yf9&akT8a;d&z!s!qU@Ud8T^bFhWYW!Av2%;0c^+2uZS=B|{}sqFn?M`$u931GjN zED>7!wam2iVK@nmwkAHtk+o~9s80%ZF2BLzb@J+pIG|zEBUTM?%dyc?#i}22(^gEp z-c{q{pag%wRYg89#e+4X(yUZ_c#mzOS1!tD=aY(*7iU@X#O}4UC<|FK5nD8=>tEKQ zG~4CzTNEVIAzap9)}ypqwfJgj2cVFtN9ils9Sy!885|X@PH5Bm^qF40(SyI~aa1TB z1N%T6SjT58ElQne*NS@_P6iFPI?l;p#jcHuNL9G_txJ(yC{ZjFDxPQYcS5}H;kk9l z%7KF!WHBpuhu#>%=7bJXWd!^Wyx`60vL~&wZ+)`td8zp18UDgr`^6_%A7PX{@~JGa zXYxE3yMR{=AwEJa-jG$xkynabNUjfs4qIC;0e<$;^UVS`Fv{bdn+0^vo#@hj(7`z+ zCNW$hJ(U0#A?qEH%3-UCH&)L8#xw*IyVX_=--Y#ktt$xfo96$@x*b+}%W3{AK=fCD@T<9gg*B^&>8sK4 z2OY(csok=uN!o-$s93AXV03$gNzuvCZcHr1t;l@r{eeWR7X8U=^S2FY6eI^M^7S}_ z=5rKK<6;V1wk9zUmJB`B=~J$D_iZ#Gh$(r})$WVo;UQ#iJTds)pIB$F7n+AE4NtE_0Qy`u5Or(ea{ zpSgTZ46=zqUMS0VVS4#4V|14>$|kNCGD3W~3D#sU-`JtcC-OvW3f1z(ssx8Cz*_Sj z(~zOiPU&;7Cn|1TRSXRO4#d>D>LP~QBADz3cQn$!FOit={T|4{-4S^W{& z?LyC@%_9*euRYE@zS#L5O19C_ z!m9`azhv+(kOQuEDBcodoV`onQ)a>7XUm_hzcyZKvX4uh$34z2@~aeezMJhl;yg}! z&Mwd-|K??zRf6tr$nIBHHiDO#^fHsf1YCxtz$IyQU3XqFqA<#G1s9mfE1maBDDsUs9zaz~*wtcr+jqk4t0j*zs8rH=Tej|<6ALJ|wf z$dtE56{S`p!-+zSCJHg4=a-}ne^M)~;&C8%#zu1&GC8-xCJ+O4wFGgfTwI9U+`(B* zi$R~W%~jyE$TMCgP{Ar&Yrjh%;;w8&BY(rBL?`Fyugz+@jj};=x++VS1q6a~1Qc#{ z%PwoZ%Y8{WtZkZ{8?En&96P#fNu)bhUdT3gOi(=P7`Jsj&&ySRIfd+eh#Dc!c zOv|D^!@q9scWRraI7xIaYy(YxxZ-&TVrSeN>CU$09@4)4GG|r@N>A-Lr)*8V*2l%A z*XCOqT#ujTw!;+9C}KLi_H=mUnv^e0k#y=w(NTYItqKpjVLCYnFAjNHkBtjYP!h6u z_Ty5E*^^i~US@9@Gcwm4&nz%|OkB7&vMu{ozEUMDi}q-@URxN~)Uk``x5sZJv5TDF zr>pNNCoSZca$?|P9M?rM^+0VYUaEtLJ#7nBvA4ocj}3UO$}H*8pW=It)~fZ_SUL0n z^!39Yac_B;&TNhHN2}TWh->rr)LoY`)fG(KQPlL${4{@4ro`rW7)`cJo=2uUj28by zy(&M7oz)kYUS01$)jZ4cF9Ke%ku62&Q_S?13G-6kv0<)b!*r+i)S6)%!db1y%fi`& zj99dB{WSkD1mWKGA%7MH$xhYU`5ZzKQMYu6^vToO)u(OhD&K(+NXc`3qoUvIi6o9L z`=<8Po@mwIMGLlN)CDm;j{=ABq1zkK698LfWbla<#heVY z%h+3B2Oa_L^|UBL)j9SxDA#zQqRTC z%b1-C_`@7w{ zLKi%>6qIQRgTV*oduYZh%|O|S$$n}4dSbk?SUzz;!T*x2t7>F5`xJV*NK9st7pvmo zFQW>|r}JL@1$B@vOpK9y<7&nV^&>zFN?Nigx!YdC6&SV`9#{4w-aNHMB4rTcLCiwO zXn(U#9=G=MSDyc#Yld-0OrnMIohBw}DeZU}YBOglrGn#rC0}pzw@M{KcyU2m;OuGh z-z#@qA+ywfmIYd95-rI#j;5i7K;5EouuA97!NK)gDq+d_`g53}7EuE;qxr8Ovqy_6 zJ_{=6{i%ki|5r&A@~Sm4Iem~HfRmV+M9uJuFG}hV<=kf- zplaP%p{dDg-wUZnLfeQgl4F5o1vP4j9`@}SYK#`_LS8u|TAf8~oVI}4sw|+kW8AdU zHf|b;aZ`hD$#G@=^xPI@{Dg&+^LU2wQ$xPkJ`E1FeVQREDn(yom(x3yFCbb=V%TBR z)DeJ_#2I>7=gF~pGlG8ig6@WCgs@Qfx42K0Z}dKULp~Jw2NY zWaEkS4$5~L&7Z51kjEh(iu)Q8S2o>fed^xzZr!n2uaEiZfJjk7Sx&Tg_U^Q=p~b*Z#2#aw!`*Yj8YD}TvGg`q2M z$w?u;Ur3?ki!*K+o_c{u@x0Z%i%eK34QLN^11A#}3bHfKXyUR}8ilrVUar~QM!2p% zeas??_GVY`cLXncv*&Xs+oQZgLJ3*p{U3HeRiFKQtLjrlq_;*tE?L)(nO7eD0L7n5 zsMofQ4>sO{_x}&-WkEgm2tuA{OHFTWPxq>S4Tua=DLvm*InIh4u4;>g+y9bqln z=tIJTa8Pe7)f>x5kV6(Iwm!KV33$!=qHlhn11676vJ82YIMwvl=F3NnI+roi9i25o zZ*-Sz=Ojm1Biw%aBOS#$ev!#<3pxk;MOrExdVhFigZXs`8V>|?FdbL+)q>?)h}=Dg z9{P-{Q*~`Z6?MI|xDe-&YPsGMQqpV>MNm z(bSAec*=d{dj{^TFkFAj8l0Uz5pE33bBAtJZZhEya0?DgRWC$s{ZX({VVMH-?U=Koo56K_3QHaAvd!MZ2^%a=9*Y4!DX#ZUzRb{uYA6m z`XKX}nb1P~6RfH5esbkFLlYVVGxR#|_&V2}(@}F9t9;DNiVE~`S&fy8HxeK7oak(C zU|0A<&b-9tsw+!SW^rT{+ywr8Rr*A)KC_C5a=B)87p~=Xt}Svdh@TV1_itjMQCF%@ z%-8D+^_iv7+EQgh?R47%6yVPQ1DQYRFFc3vo(PKI6^85(B2wu6s(-S!b{|uRJ*l7U z@B8$(f&S{-RdM!>QAf_zjqDn3^oosvnf~Qj`b;r|OnxP!D;$O_d_i}lE5a6Ai;}Tn z11M!)HVzh|Q*cW#eN(OSc?lgfM8cv^vqL@>@nOvamB|rGT6=0QAV87lQq{8J6ga7XBJsjWrJIe)v78NH5PlL~v;|ub*Vm z4=^)Tic(cFAk0RN;#eudRjc_K><6W0rWtiO*1-y1V4_b*y@EGj093U5krxqDA%RoS*9N`-!AjPageG;+!)J?FkccK!u z8xwtz>QYGzYuq3hZMni|vn#<57e(iK1Aj>3v&rDI8*F?=D1L>{rdGx8lMNZZ&DvJq zNkV7sX`u6S$8t%JJ{4ia)mvL7>)%^jEtgYpx8O5@ugKeO`I!AghRfiCTCF;g9Xd&M#d6XHij6j=+=A7MT_ zB*t@OZ5bz&g%!jIS$Pevv&I zTqGJjS&i<^Y8+$KII=g(AR_3k+P(?JVZgH5OJudfYPIKD^y{){gE#POa=oXp-hT;b zmiX|>8jr(ndyH-yb-r;^d=l!ln;ba)__fk`zv_I(aFcrx1HeaAC3n=5r59#JeOZyN zB7II4=CxVsKo5>FvXoGhGstM0oY;iN0hJ=BA~dZtL3z{)}_FWa-u(jXR%@&jML& zkJtfE6;T&x7->vV`(V07*PA3D%@o;yv15RRa(dT(X^!ap^9bhp<$^A0S!MoySAX7U zEYu!7z=sYw58(EGSbw45U2XdF+O+MaHx7d9*6XS>uo<}JtTg`k$-r6_$CzYsR|9Ra zU&yctYgRZqS}{7(Q>5>A?$$%2naa`X{A;YJ;wJ&@M=L2Mj0mC6oO`1|@plb1Az#FC z+g^u?ENLKQtplKnK`528sGOCooOQD}5~}j~(TaRkKA(@}r$3fY`TUIXk*<^Bzhllg zhqS+rvNLv^KWQ9m%b%_Nd#&HNy+Yq!(ibq7k5TLXp}to!C?671+2@ZJ?tUjaC84|g zandbV{0IAhIbKo0#LleLO&!s?;reG0q1-J)5aC3tce)b|E-*f!J&!E7Ikx1Eqau8^#;f89Agcj4sqn$H zpRaE#`B0nI5C2hxQShYpqb)ZgW=zU6U1J$*g&hYTMJB<@m5LK_CTWc%yN_iL_mzPI z1szCvisFSznLxm0qVn1XawsTwlx*kiFx^yGIN2ZJNAVG0qQyc)_)_1H@#`lE-@DA) zT2)yTdOz;o*t)tPQA8N1y^*(^%a7;-B?q->ugu00;6KJIa?Z-t^a=-I%ZF4nsfjp( zWb(O)r^?`WmT*!!r@nU59Ahy0Pj;o+Lr7L}c@MP;X}B|F_yN<>L^ zx_d=N7N$N2N)o6AQT zXZ$Buqx2_ACW@I_#-YPjoCpfNlkeUlK~r79hQ#xn+nGimvGbaKnKR2F{y5VuiAusK z^-K9$0rv@yh;SEUKYpBsGhmE=v}Cy@*$yF9*?#^e(nGiFXl;X_ZJRfWNqQ&-Yw-fs zc~;J`skOHW4U4w!j>VgGuJdY%mnW+99n1^c@09|sao$~q9~`<--s8+MSH zw7`|~{6B9d$P(Qo|u1A{p;wqEbIUh_sG#ni}~SNU_x2=nRWo6vV)Id;n-*_zVO|2m^( zZ|n3lq^EI)bVjyX!hCm}wbi=Q<&s+sx;_>VO}|Jt(2#7vY5w{%8@PrBZgDm(pnQXQ z=pyS|+hpE9X3=jMX202<`Q~+b<7|3mh1B`C%r`sajia%tndX|BRGTvf1WJ9nYBN`X zwEezMy}u;$y#QKM>s!;3O+2rPjLa<3llh4Q>V5oZ#wY%X_i_LhV2%C81tyZoG#kg* zn1~%uiO-LX=rQeWRgGNeSJ=oJ%ggW`u~zA@OtyK{r#@gqoYwY~aI2pi=dlWc^HfVu zsF>M)>nkhdD_`d;X%zqShY*l~3r045K($04I}=f)1S3h)tH|3PWc&f=X772^9a|Ri zM`9U5z{D!-dS%*z4#Ta(ZWHQ)#^ys(T*e(9$kUg^v#YS5+FKmwPj@_7#viRF23vHc zvAW*{&ASxOz;u74S^l{aE4+yn9>G-7;PsSQo?~1?xSdy!eklxf9-9l%4><}X9I7uc z+qJshxrZ=2|9qF|V8Um{1Nwd|KFg2Qlh6gWxl8O%0_Zo39h0BN@6_u^`4E$!(zHc8 zYc`t?Jg0C&yRflId{O?Ig)cDr0beLofsRL=62xi}e?8{C6=gauGTfQ7tTx)78;NpI6+Vwe|6dB--xe-cTkpI7^Br z?oMRG=6SDLb5baP-NS?y1w}S|=Vgi+&{;uyJsZrQeoZ}-G8o)MCKJ0Ff_@0YUPMiy`cSX7hz^+X>ppV2)GhSfKcI#*Jhw@qa_vCF- zs4+g`>cMfU$EDxyE`LWiAsC9#q-7~z7zQ?`xT5t5eYy+QeC=>OX1>OZ0aq)SnlyYX zeG0_u8D7FR!a67#8@l$dSg0X#q3#8iR4C1Vy@2*03L7gzHif2oM8a7Bu? ze)<0lB%ZcuE2^ne_%e~gCgT;sK+^sy#1LMh&@d_y(tmN{l-?oPjpHNIf)-)2dS%K_ z7}vC7+7w!7+$xbTKeI2Nmxaj??WEb8)JBsfKF#{2&wWGqqjZ;3{82Rxq-Djia(>!& zdKR0MK5tm^60iBe&JPlg%K`~?6%*$2#1=tC@HP5>S$pzVJXL$LRAPhRHJ?M9Jd1E&k?(NF_h470nT7eqB*_RQDv2(Guw2!7Z z%w4YZX_0MsUwsI*k%k-Rnon4PBP24K)-F76bh22G`}J-udYmF`|6*h5gCET`zj=w^ z1DM{(;ApK~s0}{O|ti@XBjArzl{P6ktLA=P9`1Fe%6A}qwNPqN+(yf&KM8VMa zhBmqJbcMosObfKc5ueR@FOnF!`lee(&TXoE6FU5g>Lbuk7Gc&zp4Z6pp5*gzd2#}X zup&&3J;joSTVZJOKm(Tpyn%M*65iFayJ|4M#1|QU`B7%1R4>y{==-2`r!4nkIbR~1 z7u3Fm3Py|P{}UDbfHOExmLN*e1bO|7l}Fe|sGU^iR`+={pXxZS;9;5KwQFgstJ zM#W+S(*R5aJgD?|HJamTetTjS;ZFUfHuUH%ZvAWJFX{W3I`nzA{-MS9|KoW|Q;TFg zNI9FAk~#=%~+(ua7pe9FFs5u4vm0`Iksb;nvM79OMT?|dyseC}SoM(@tu z6*v-pSw8}(zIt-PNwy*!peHnS-3ckYY%=x}1b#?Na9}4Ly8JQcI_#*gaokxJ(|HX` zSz}dbduio)gm*Wy4Ojak?_k3Ai+$P;JL2Dw{y+Y)w7ReJ)e&bT(9~{yfUaZPb(Ew7 zs(y5)Q$HElx%&KQ=?MM3&iBST-`kxS?|L%Gwp@NlbX3O!JJ%dCT)&kk5@CR#rZnW- z9@wY-NL+wb@FZiFFckMa%f2L@Gyc|m;SBk{)xr^J|EyH|M(LKo%OT$y+Lx~%S#yZ6 z4p^r%9;NV;R%30n_2jo1XzXX~d|0G1;|`yWJT*i8NllF_#_M6NjFSNfgxZ$ho^TmA5<&Qnf?=%Q)lqCbheqYR-06HS~ zx_}k;Q~$ug%J*2R&kPCC#%QBcKNfgl^#xJaSwzoZJ$iQ&YS8uMW)?Qkz2=}y=*hqf zYYu9^^F`$$QmN?UT%CP^eJw@uYb(FX4_wf7w96URfGq8Itu_4==+=Js612(MuvD%Jh#r-x=%tSO+2^f2NgRzd|d4x0b&oeHaY% zuTiZH3!Txr<-p+}qg;Q8HPe3AmMaDIF7)`3SBFc#w0k9o0zRlxF7o=?n50Lx;4k9% z=wu=~wKy_Z%+v}PpXnd&={G$7^-lTa@n7RfnHr3wu0=9vH(52}Pi9aM^Inw+88f*XeruP2;`(NDXFS7Yd z2~xm*zDasFWIuPte#tt?>om3qmD`x2WC*4>_cuvQaaMd;x-)9NEqnkH8nJGN?BmS} zA?$&Wj;hp9qW8|_sQ`dwfn&bJqf)(&?opnVTe=lfx?pt%q5L_ z%OtE#hl69O26(0L!O6h0wC^fU!MEYsO4bIyg%6Geo&_It#Ig3R0Wdq_1?eFy-l#;e zf{i!OG(uQ$>>^olA{u#CT!#jqUFKhRqDTfd_>C;bmV-YV=GG>4>ib(eUlrHiUu@Uz z-a&EFipi?76XV15{&AB?&qYErF{P>C*y!<(yH4z&D@hAMP|b1INvO>#-92uZ+*Ipj z#w2gF-l<8-pdGP?sf@V2FG-g|UtM=x z8eBG3@5`V`dC;WeiY9sD&1$?`6}{Qp`TB@;y9ByD>j z;3*3RdRn`HfIZqT`n0?Ml@hUk;7_?=FcmqE2N}-NqemnnS;M-&mfos)g|~3mCU%0ORg7Fz(bM4MG>F z8~9j@#MBbsB=+qVZdo=l$x(b9A|Rpc2eE(GcSa6%SnCn4BEiR@9BM>fyGGxYyEpK0 z_`jGOZ~RMEd2q=$z&WvO!xOc5gZKl0kib;pG92wh>Ll1udc>s}MC zW8E>ucATF=CIzu5wK70W`eWgf3co0t^n;ymj#&4cEc+H4t#o8kYvBi?;FtcuZdv}k zG=8bdz%Pf%g2wV&YkvyA(P^)}Y{NpdXl&{6*d)Qs3kVnr1dctcMMS~LN#SVAs6gT7 zHMy`Efs^46^a1^F$+4E(RbP(}>>=A(F*ulX&u z=8?`s_+6GbKZ_-EpWZ(;d?_#7aubzwy61+VuKr$Z-|K+X*^Ls^#Q;&R{9iAfR zn0dTZrDk%oVHB|^HiuZJ)?;(R6F1a4{RgY2guk+(b{IF)!(ZJ{o5f8qR2k{X+T1K# zvJhy0k|lG*dFI?K99JC2%we0q%N-#^GCXMC;R$ikpLB6;Fb@Oe>;S48RljO957|Gv zn>tW0AgA)1Gl^s$dB$xCOM9qfMjy}M$Np2ALj*RTa9^JMb)AUHV~s%-)r8YzT=5b@si9V+FmA=rWCO)qfeBS%a1jF{ied+_N3Zr7U36f zQ*$Q5Gq?O}G;gvV=wv4&97wfqgS++EjcdzVk6p;jmxV5GJ@(a5S$t(v_WNommF9mU zZ)7MEIEWk|NikUKv4yI9cI&aPhp*$0wrTg4n<%19*|}k!6UEA<%HM<>)ZX=lUX*`w zW+<%WMLtXfAvj`{p31Oiy~oRp>jUwF<$HQuUNtLI9OduC@3-X>Ku>XGmD?E}gXjqp zhVU7!D_xH8@ZO0<(jz0lsrbI%%iRr#@3PA~o`k`Zgprw^OZ-$0P4NrUK;C+6m?Svb z9y#tpj4ZAg-JU>iXl5&6CJ$?yrjifq1leKsQ4aRTt<{LTntS~pTDJ`z-8R5Z^5`G) zg39v3#eQHyaQl%55|x0*u|v7xPLQfIz%^h}vHA#^T2x2qcl*(mVzMs+UiKr&<}fz4 zWeuYLl`~O`M*@d9HYO^5X6E0hv=5?LK5-@aWu6}7%@=x}MiTm&V!FRt_K?y?H<(+0 z_kopB3LQbsmX!>R9Xxl3l08(g?jB1CxR8k4LHUOsIgL!Hd zpdh~9c4rN5L+{20m%?)Q;Y{ukj-uNIO4e}w+dKPy_s06{2 z{=&cu13kl7-&EwiiQc#-(hoae+Sz=_{>a<7Uholp@-+2jvozUykf>R#ZF|Sci4YFM zvra{1^OJMS8822@!((^TACf5KJ#r>#ZdQ36p|i~ij}Ii`xex@W*|l{bK_++!)~(N; zgJr0(yxN+|^wd?*0=mmGx#+P*co8q^z2Ge;IZ&L5vM2Hk*)qfD(Ghy+sr1?=4pp8txL+7|HuG+L)%nVI=G-~wyYQI%x_8Zgsc1FP1{dq$GQZBj zE;6_%JO%4tV5!Kct>i+60GZ&cjh3LXpe%4u->*%3ZdT&X(x7?ZELl%<04sCC=aW12 zoZebtVI8pwR#4LSS-*<;Wh_`~v^0~_bIlT%KbJZ4Hy>D9G-kPdI0YUrqM~#o>7KU+ zd0)g5=!t~RXj$6%ri=clzB-SoVkO6~zr``jyl@OLIDuUHqPH~n))JBv&NqumQRdWH zyyg|K?cqT8w=`D%61YKWEIk6*Yk^QWZz+8H_ESUu8cXpT%Gxz6=I z#B8}cwYI;b-AKPP7ioyxJ}&&cfOBj)*f9+qN?z(^_1%cV0yCCs(VtRKzQMCXV?nd| z_M=MK)h?MkV89DI54ng<;V}Krq$c)3se;AJQo2}J(h1UV?(2NbHH$Q&<{w6@S<@FZ z^YucVGPE5ZU;dKn%p070jM`@Exv3DTappTCbDV`3$uuW(eLXI#pbE>8jvl277ckyA z1wMx=5&Jvd_SQC07)_l%nDnBwbgUUh>(Z1_Jul^tCDwVCdj@M6IhM6zOu`?13_i{X zmKviZVPv8i#@`6eA&^P1361#8NVDxELN!QA2FJ$78TCy@bu&XSd>B2rUGcp1lR0jA z!7b5rqO}7#%x%E780-I&$yo+C9jM_T)w<(LF!mkULLV$oXKP7eO3B^p} z2DyMSRa-&}HUKDS;zC&4p$>VslP?^M2xWIh_b-G=1asD^VVNu^xG-OJ^UTcX1M4U3A|EHPMxxuJhj%< zEBOTYtu`0sT#ZDAe4<<6RQaTXe=cCPeLXI>sA$30XCAHb7r4R_G1X$AD}ziO>)y=pQVio#G>BV_VpGAB(SGMN#Mo(sQd-=Wr)Z1t7mFLdBWO9ky; zW!&y1;Wef+fJ^2{Vn1$Li5jtDPQI}%`{tVU#2aTve-=;tR~@iyX;3RbmKkqG(t7VQ z!bQfEe957LozosfC$5!uum{w#VU0>4p{>Fg3oh>DVFXsEOQ_{}>>g4&{7NiwRm@ox zn%&ux_oDX8ff1c=jK~U0C^0YDEh$DKSEmA+(pKJi0y-H zN9ktLG8TDMGX?CQkk_KX(#sXtylb%^RqfyUy-aJ4kWDFR|B=))v+L%;}Umzm=O;`qVT9; zL}aGVr08Y+Xdv7hI1%0=0zcFJ&lZilQ3haz5|8?xtfoimz);@@*2stEl|7lHdF^3v z6akNA4w!oAUU|YYaGSbFQs-ITDEg5`v+6&E3j{i>q#RY(MpmE1E2bq{crw!MYh8WP zb&A*Hs(VTKt<5XXN#b% zo^jLyDkPxH{jGh@WF{f@a{vFo&wZYIZOQDjzxUc}uf6u#Yp=zF&A%t-L;A0&57UVLpco2|+7dZVIT#qlG^rIi)~@F2+BIfIkuV)t@nUd+sF1ovta@o682vexDs5 zD-29YapGyG-Bf&l4OwP19d0r4A;~0VD`e%?T(M2eYp%KA*Pn>7Yq^s|cH89VO>zA8 zsOKlQNeQ+9#0n>$x1PLV)TfWb(fm$^Nb^v-0wKL-?EuAl2t{uf+h5Bi6l$8ybh-74 z(NoBqTVsC9qu4$#c+u5adtSK{Zet4W6$!7yztCRa)a~}y_M(micITWf=@qPzdd{(d z8t+eUax9&85>(TJ~BCk_Aa7hp1Fc4r0ad?ttn@c~1%Y~* zu`D;MU3;|BcL8VV$hq`_o_oxxmP|`;f%n%U{fP!nqh%;KhwZjsMz2v_&RsLz9AOK> zI&M=~7MWu8xSQp3F*SX`A|bGHq3@+jayM3J^9cF!duPUU)76!wkSzIkW==N`FSJU5 zRFurU(>2{}xZ8?y`Q)o z)LSE`v~m`iS<4_pFL{NUY638+2KEAMVN=Yd$$a2d$O|1<7P-9)0%|VNs8WA}%=tiA z`pOAOP9$ywUAwb32Q+>A03x-Byf=t0@v=55^+WnL>Z>MOd345XbNZ9XbI(3)_2cA| zK0L~=dIuVNPLZ>)m>PpGS4eMZ-s4Jg9B1}%HT>foKdy*>c{-NZna!2sT>2s*WtIB1 zaIA1yyYs$j{an<+qLNa=l>to?r5CEu`%*#de<*BteS(YnPV?O=nOT>9DE6onY>C&a zoq|!>J6=0h*14?iM4f`^@eJNd!?u#0S+Eob3x@@yP0|97lb-D8&rOz&7~pD~yswaI zQ5d=Tj}|k(9KGm+SQ*(M)G8*ALG*UaGz^d_P%c;LRISyi(8=4i@omWi3NFZ9KJ&p} zSW_m?ClDq5AX!s#`G%Hx#AuKZYb|mY7uzvWm%|5ZMUr0AH>aZ4{y{t^wq6Wld;KM0 zXp@6}LvPCrxX)k{)L&ELFLUe?drOaeof|&w$&Y2{U$ISY?2O3_wb+NP`R086$P{zY zAMA|`7qAQR^&1M=D2mu9q*u%%Mj6>Gw8$>Z8^xNqQMYL*-VmPSMmXyINjYOPJU-^o z1VQaN)MOZap=l7j*u@k}lUG!O@`dQWF3ZM_uC_MwsbD}18Rf>OhYl>~D#D41^xOTi zT8=gc{pDOkqYB0S)U}+6o8KN}MHfhPLac;cn<>#lt>_^u-lkm*`)V!}QkoCgT!`~6 zp;-cRQspF~ZbxwN=GKM#8!UFd_vo$8m(^zmpDg3idb{(j(p`)DKQEIVYh@pTA5lzM zz{_=>SZ-n;Dcz-op0&uEI=2)zQGXF25fZJ$Kt>?PxY^4J-j{wK!ve|S&L79u=r}l@ zc1k_C4v`J8JnOI)7JJjhTb^>#P8pQcUbi?!*Q8%ov%2dz z+8Xqa(>L2dyCp-?29d_h;|U|^zd+Iy5?nHAhiLkLCm`C3%XPJAG(wOpSp97>Q0#6DY&@w!>sC#k>fq3 z&DtY#NEBQYC9Q80*0&dQl(uS*+$3Ru8!a19TCY?;N^s+`j7xK~<>%^?DNk_GFaR6cK@}#Fj)V$`rgLS89b2V7<5?g@DID*qJmw<0`v|=5ZS+SGjLp( zw*#&Uk0jQjRB}9)qEC>>Se6r7=5=V{J$#6M@eYaP4L3Fev5Mm=ZZ<9}-kG&c3qMZ+ zuBm)1g1kBc9xj(}0Ip0og4;ZaW-<%$i33;ehiw6k#COh6NFBTb+cOO7mwHpfnAF(x z-K>C!JfI{dpKc3>mk-iZwj1JSGi?Zodt9bC3Q&X4B4UG0y2;(Y(39z+ZUQ}-Wz&-# zLN2btQRdqg0iI>k5*2@;idS@GmQ6=g{E#Hd@sRiJe$8*^X6;Z&g7!x4vU8GP6K+C4 zR#+!6JIK}|FcWv>UoOm2@4|$hi3J{WxI-;n z0cD%K+vwtUMII-`J*vY^%Lmq(uby-QR@j$@0+F+CSrhfXDsxf1Rcjn1kCJ!rT!#lP zOWsoeTCQ)N)yfLO9i#nT%(_p;#Z|*lI+Y!*N}#Orb|zkZ7IAG8pTfT-p?5zkZnEif zv}}{Azg=r|7I)ZRTH_7Q;@095QP)2tQER+6qxh}j_Gs?s)@Ow%QWkdqXfQ4jd^mVdJX zQt$cY{iBb01e)ehc4GJsfx(CwX}v8zV%7P7VoNky!Un zf{7(wUcSxEIEFsztLDFX$)U$WoL4W~xI$9b9pLZW3qDb)JM2_DvN)vG1;RZ(BJ1Abtk$h3G>^37WR|XofHX8>V=w}_S2ZNl4rz0>Oo5UTd5Z^ zMj?t;>*T$du;sZ9|JA@^94Gt=Z5@7rL9@}?iycbk#GXIkjc>E3KdYN&7B7%qa_h68I68V?BhuS5ZNAx#x zX>Y7hDgaIX5mRt=JpXYuB<5r~i>OgJGHv{!*myyRZN`cY3NYBOBo=$;zQ9bHAMKT0 z+^s)orD$QPY#Ng|eePz`YZ8k^hGbrbpU)_%n>* zy39ikJICv!nt%H5Pf&Dilby5T-`A_^tuf@=adBszbgE)0#18GB>uVwC` zjaP9fpJKlDLp2=h7&W53a)dfYF}hpO>9ilV-Pj9iot_jz+Vx*xBUkYjCObY{^;Nu5 z>78*8)z}7-*t_Kv?N%0N)6Iif_IBRX)(&SE2zd3I9qr>~S}mjQvHk!a^=@r#t&^*g z1O2jgA8nCr_b$GsiTeFFYD#?LVBPbBHx4AQv24l3`rbBqT07eEK!My;7rSu#Gxb#g^`lOl)G|B z43Clz_G>vC=1vX==$sD1-?-bu>%1I6P*9afkE0B$P zeg0p|v{Fj1s*GOMpK}*7G0|}#gW@Y5BGH{mo?M^o&qqJ8rf+^(v~UErc1A=SCUT|- zWa*Z?B0fNLT+AQf49U=(o0#DCsu}=_MnGYKnOT)DC;E}H!W*!zmL04wNI2B^w8&X% zB}cYcpW}DO#C(PIzE2D&_klTlN-C1Y^(9`Pp2jWWdd%eXa*LRu%*kWXO-Y07CDdcf zkoT9Ndok#Dz7Qy0Ab5DJG9iD=grbHskQ% zMPsT815=GzB`o+WWs#$g^&L#0aRlymg&NcMnlD_y;JZ@nD^%>{n3)$#TdCm}N!?<) z-(o?N^fXOAc#pAA)Kq-I_5YT<&mZ^()-!_q;iiHe?d!%>9uT@(-fsxgmO;1Jh00_< z!as;{mE0$Y?#ooYIX(gkG7!xvIlmNv+F-l($hD#fDtWF!jjdrkPZ-Z!qwg?(gG7Z* zQBsU++-zzi4F>FeI(Q!%*up>i%(Wa<8T_8uA9=2w+U(e`u)@BLEM=wJP(&Kz z{*uyr$^sYbFV`jRDW7g$LKSxLP4p9Lie*T-4+0EhB1mU;=F2Cms42R)uMAW{M0mvhc zdS4;>)0DCJkwU7`k7y5E05mys7shsh7wOW7hSk;`Qvgo~;0ly0MU z%l1jEk^3~Hve2l1+GUK(Hzud}6EyiI^UOwXEqGaRC`-x{3(L(j4yA*5JkplHh4H*K z!k_F*<4-n1l@x#S2D=sdcq4#J;mDlGJ^>5uX)A9egFf?VF7=)k)(fNd+QV|85Ub$N z8Z=d9ybTldW8CMKzP9Wm!}VwV<1YRu;eQMl6;pjPnHN+8Ap}cbFQu2j9B#{`)E<{DBTg*q;Es-in`Nl6j}UjvLHnA>ZJm|uTpT4 zy-Q+o&hikr5?jR|8~+u>a5D(^LTzS40eiC>WyyiR!@mT#7VaAysUBF|KTBlqb3hRNqTTsbjKRA)|FpS%h z7Zuxs6hAEZ)Ww2uDkq(5lNaq1yB0pzPPb0&_-R!4Cod}IN6I@%PqHEveUcX`FA4(` z`xk3V&1XR;)8a`D5VqO^zswZCDyQR>YAV>Y7)uAu%UF`cLY{LYANOAX1^y~HEmz8U zrMvXq!w+fEsr04b`0)K)F(>y2OL*Qe2uS7WhlcOgqT)%FHuDO$>n&1DZ__tJ`DHZjd&zVu+%s|W0bFo;M(WWx@vx}cM)7LJ85iHUshO-)Pk4Xne-UirG-P}BAx|6d`95gif&TPM12SAnUUdn zlh@F|$+L21KOv%S?a4RnA(EW)q8jEdHB8)Exb>|Ig?{G*4=z`QCiXiCqUW?#_Df`_ zF1Q7ucwPC_N&m3(gDQNT6J!=a@JSSSHV0ymseBEe>Wr%%bmf*KK3L7az73HsN$-(F zuV;cYLN{i}Z}d7RO0P4_=W(hP#o=hPb5&(uXBmsKg+|y4M3~}s`1?w?;uF+OOAWx8 zi02Ri#fVCB?Ut9{xtjj5_GIhu=J)$ii#5RZ7pcTC{Fr3bcP`xNTfVYVOXx4Rxkezl zri(KG+D!Cb@fp)4vgLkC>YGW%H&lfmol@a0RpF6^Z>kDUwoz#YHRY_zkXaE>k%0p} z(;*J@eWsQo@U|w^Igux0|8#F~ zYmfxbO7Cd>koM$mHMQ-|4Qg8VCb4(h!oLOI5tSFPV01!On3L;M>WmjM_H5WRXNO?4 zTt8Lfru%{IrSgMG1scR&IPs5(U-FKhRh9QhVmD zNgE(dx4Ck}#i?D0m=c=IbIydv+NX_gR~1q@_u; zlkBH>_$k;OxY$_0i;S7ZjWdkNM}5|G}kx0Lwmdl>~%KD zZA4NCtk&D<)L${fxFcCV^7+qkZINDo>)CjG`%m>Nd(}2q@1GEA813*^M5~0e;CL{T zkz((9hWtclO>M85Dj}n;Iy%1w-Lft48<{nt+vS;-SUk}zgIXfqiC-(i3Z`aOb*Qy} zYDux)Eg?+9Fa#rS9bx|4RZg*-_YM-IGmPu1qjfV(FD~~otE%-X8j(|p+d7$b`Jdu_ zMV@#*9q%?4%GTnx`wzi&`EL!~#~5a|(KUn}{{CVxU@D-+1?wBe_0`dFGB!_i(bTR1 z$g1=zb)&?hiKf_@VG#IK%5U`LC!>qbFX-6#DHvJsaSGgX)&#F~ z;AS3s7p?dWO#}|LSJX&1QJ;K>AN{0MtlBR)ru>aDKNb07DvBD0n-%mz4Y^%qkQqA2 z3|$W;>ZUQKza~#9n9kX;M8bJUpHM@OvY9sgQ?fF=jnd%oow7*x9vR(XUoBe`78 z>KTLYnVEL~mv-LFhcV@GFub}Jev~SX?HQg3!3;25+0BF?%5SLkWa-BX&#>tc?`H4q z$6!l8Ui675>j7SR=Qdw584M*D5U%ZB!xKybliD3vy*}>TYD~&5a1O6^l|tUM@Cn+A zju@&BU@eQ-C)*!eShE(Vd+EHepuSMs1Uw2Sc-a={|HAKnHJg= z(;Kds7==dXNu1%L9~5N(#w0JBgqL}A#jA_Alpb1qK?=R#f3&sP`mWG>K|Ic(!&eIH z)|4ncw8Yd8Q3GB9zaFj5;MnR~a&G)QZ2cZZxp~(u?93kUP|r zQP9fnCF;@M-Q z4&ta4tW>g;s(UcOHJg9vnV1aOtcBl~veRAKT5o@*A^iHiZ+FR;*3ABK`Q-zV7J=tuG62S&EHCw)pyi+@75yC!vKNq49?T2jY$0^Ov?Q`@R0Dj!Aw^ z%@3AY^gBJJrvGcybTKu3q;J=cv!ba@b2)g@(PFrK{@rmQk#fG-grAN>+G@GK8go?+ zRM*uoE!5*bo6RTw$UFC2H|b^8D+&lh-BYAyi3R3?jLgttgO z;HqQih-xEEQ0>+0VC18dxDzWq?7xj@T<+48GmZ#DbV?kC2O}#}Iricw^u?8L1~=se zJF%Gmsy1$`nxpHzD?MTp2O{JA4|yhLI3cg4t${xYoj=+v(p01xrL?ZU9Q9zy$ukH~ zuPraG+!k!h3m&J5o!Yn^WX?CP_O7IE*~;@{ZVIfwoq>oK3hNRNb(tfnIjA!)T+($i z4}3*k-9U*qtyF7mkbtJ0;#82dG|+VxRPg_QgFY->+$((;Z1s86f1nTZ_x}HmJ|z9W z%7eyfZdtz9h~8)P;je(*To9m-9={1e8~4&}E)51L8zWwl(QEDa!c6d-NRf$2Iq6hl zQZ7US#W?Me$<&q9pPA$qFELlEHu8yAY*oR_`qpE6;q~)2$el>RR)S^lDWjuhgBs-~ zqhMRSK;aVz=VgPU2l_QaGtlkLlRsq%VTzIHZuUP8ITM06T5I(5m)o&H!Oo)kw&42R zsH8ajf0Zg^gbN@E`qp%DA?s7*p_ANtt*3N5t~#K5R5Dm9c~>gIGM}m>usfcCG)yRi zw_vlj`fE~^oX#h?$KY*ks?XOjXC$n0sKv{NN3YGnACjUpe_!;8rQ|M@=IiGu3W9y` z9;Bu(sH#-qZBpYRBXfYxy-2;Pg}IXv`r-rZdL^Rkd1yI&sc?S6Qcsp&bawGx77ulN zq=n?N9lC@gEN%5J7uEWGMbWFI_a3w)Hj5QkM=2lHlQMFOydn>ehX+Keg(gMumK1eB zzAF6pT9-x|;#i?+Fv}9iBakbB?ZHkiHkFi3yJ|CMupEdHOtCi3;*PN=w~bl~g;+8s z(G_$H4U|5tt?Va0lu-~7QihO70(k^-C9pksyg#|oakpzf)NAdB$s-R~MONruITclK z-fD|bEpjEWA)(|cr~jM$j&{lm9og-?3<*!)UpO4U&#l-X>8p0tYm{R9Q3GSp+Bi81 zDW9P$JtFui(Z*3gIQtDE90sq8w8*UlV>9?84rvthoAl%HVG3}rI=F5y(VB;M*{!v; z{l!Mmi^0!_FaEoPeir=vtc7n=*V5D@A!|{uoZCTkk6Vk!G?)SB_=1-l2Iz# zT;ww54T)Td(|NQGp|$SA zUIQVH=7rkiw}=o`cF}Ur37yE(9{7+|C=AR<hL+lKM*D(jJIP{nFSw2k3qtNL7e? zfXVcR9u?7z-01xW^b^hTK5|%_iBdD#GsnS9I#pOo&h|{^mVe&RfdiqY0~j|%#tA)e z9>F>^edjy*zy(GpjvZ90$TrngnN9PLml4rLQv(}SIhw1~*)qGhg7`wXIH1Uqln!hc|8 zsI-sBIH$eRHGR>dXBWlZWWX#5nYC!y5Rr(KwlkJ&EqXbEPeQ(eUA%9Q3EMG}8!>X^ zI8P9t2WUO|@k}Ud=^OekZSo0bG~f9emkM4o<%SY@3+4G^4yDvCgb#9TNnZCFxtS=eM48xjsJe4k|9z3OaeLS8Hc)TrxrE%Gg*qf0VY@wmnB%L|^k zJ#hUhN0?*kH7dawy~RcU8j*4SEYy*M4$2;LK2>A*v~lH(&uc6VB5~@Zg)xQ=3Cje( z!cBo!Vp&vR^8<)XN_+O_eVNu1^R%$oED4^tPi967i#e0v3BML8m%wu8H?_#6gxV%J zzlo3D#O?mrZ}j{iI!J05awE7tM0KU1y*!F?xYbPqVU7Qn`kx{CYj zHd?(SrcAS_bq$Hl7jopIeK##`rp28F+noD}Q!SS<1Py-x1J=yhBCar^G5K`?L&|PvY zZr7t_gO>P_+pk|y4ubx&d6Bq9dh869ZwA3ftRjiqjk>9Ya%2*b1JsNDtfE@flg);Bf zB2g7`K^Q_R)Q5$1uL||0#NC8eRrQm_eHF*xXoD*{%iVox|ChJ7acSXmcmbWZv@tJVL9gT+-YO8OE$W-P^k03)%`p($m_?rEKuTLM`$x zcjjf(yPsd$x=)Mr)g+WjKRz4O)z)Exr?j<^={5^+GU|OwO;pCMTI8o{qA~??Ur{Z% zxYP>_8TfBof%1J zRaGAWK_0EFeSSOb4mg=G3$RY(TDo{&B8KN36z+)KZp z)tkGIdZAP(XnmQqN((djwOVyrq+u~nHP!fK)E}y`s(HSIjHk4k@dd43+P&3dGJn#l zIH3`O^sbsvp^kr7p-e{jIw5=E3fFnc!u@Z^NpEodD%36wlMSg*+L}f{7Vdo#(U3uC zwHlYS6;|U?#P6ow+Pd%y+ByieOKWR{YKzqpV~>+nbHZv1GWd$s79(s?As2C?8O;&~ z!hcjDS;9{evX^k9>PZih{{%Fzw^4uEebf)Ao-7P}OE4)4rZHk>H>5%`Vo}1hp*x@8 zDbOAL1?^OIAMq&4YK^U-rXPno25Aq85@x~|nXPs|4g;&`RcsKEY6kj9putH$PJj;< zmK|21OmN^m6%s7_2O%4`Unkhxq89Sj8yL0$zO)JXFR4=&^(s}RQ+DEQ!hbYm&|*MR z)rRyPm8|A}Ho<5^#wh@~;0s!GuuRfgJXh*G!PMud%AJG;sZa(Jj*%{D5F|JbU?9({ z)b{?NeDvIJ*FgwRV}#F8wk)7Ue#0-LnxjR2rmD`gs{Wp;y2pkz^9!oJxjXRctSXt1 z2}qD_9zsA|MJ(qM6$R z6Kp)#MB*vb=Fu;x_;B}e=vKwR|5{cB#=(VD`&ETK05k3jDwH#AT2DvY6$WlmJ-vaR z&XZpE2}rN|&XHcLiTzA9(qjehhl%M899M%JX^k{>^?I!e3D*2xgdP`;O~`IIMDP@D@%ArhxRZHKYj^@>;q_s9ODK@W^lITNQIMU}Ugey3YfSiBW{a*| zNF;EeD|ss9qAO<-vS)4p!Bb{#FO;A+7&yAm+-vfpTy^C)6zJ9!x%8kbncuoYKNU|Sw@bIbH9vNQnY40F@0s)4R*f0=-4WZ?m8-aCt}?5>c~alE@22gd zuC|4|b?f6$yGGSV@rYryEac737mG7sE4Do?_RX%?XHv02&RN(dYwAk-e)lvj`~(89 zwkp>*;|r`R{XH`*Cj&OvV;`^%tSq%Xv&>X=WO960@M`JGc|p&dqwJi@sC!$#dBEZ^ zsb9^P;8ZtQh%?#MiRb z?uwonA0{I(k@?T?&zH>0yC!#P&&+$RTKmxU%j^ z+MIv)9e!yQ<3V)_?&!iP zy=V3n_D}>sF8x?rKhCw$hCVn;C|m5mTR1&YC1nM(BR;1>vIqZ8g@nBSoRGDJh|7iE zw%{{qvbQxXSG8&6B%9(ib4TEMh=e~dQBE&`Dy!;G$a)HGXygplTfKkkUa#EFz)W!d z`J)QSIq69ik`uyXDkO~Z8bUTHiV!@dxyijY=SOaCi^jIcYpf|bpPXqE=PwlmoCiK< z#xJsRWTtY&rghOS+2_*AY2%M|$qa^T56Rm;1O|@_%QTifYB=99Q##ER86y!GDPL$R zRrIESCVRnN$x@Z+ah2WfzasXEU0@-o+hT{m<)0Q?EBU2biKHOg_0J`lg6=XP_9!3G zS*}=6B56=~L1pLYjF#?M++mlH zk5!d{Y{W0b{$9oU=jr>AO#aOJ7#bWqPh?i)sd9n`^YFrerBh<+%refwT+*R&raRkQ z{TNsn!QwvbBZbPj+J5tgd`HsraByZhMY9}4aR{a$sl+k)JtTh_i@Rw zDwAg{nc4&M2{Vxy5`QbXD;o~B* zrej|CJIL|C+CG6fP=(m|E^>WM&x}`*@p+*!>h0$Smb#`h|u0eq|SKmd>wpboH zHr!6UzCEchh6j)%B0ro`w~EJJ!ezxIeH)-n2RH|YqPMgh&*ytRU+KvPxA?uCJ&ePM4&*v+<3}=VbAsk zr`l6j;c;KL7O6y5soh@jJ|(e#v=w)f;xgj@@%R~#>d*hy_!U%6Z~V#jzV?OihWI7n z9WUrM^yGcT@Kk&D_`jbTKW152H(Y|MJBSflV}*Q=u)ojYs@L2D+N&puO|4pEP;Mq{ zODgu4dc9YmOeAA2GELV^;A_2SM<-I>X68*r0f@P`=x6drxxrqD?zt>- zhyH$iZSj`a3s4U3Q|hRsmSt;Om#@$jyF!d%0IIy}i89;W%_W5MkaaAA@JXy|@)nzBvmPZmx ztL2tz%)L3wuMD+|4oAMe)T=6Sl-re1LdV|aq2S4kz*&+T_oC!2U3P*G+#HEAh-+;| z_;oE@z(`SC3$=XK-0~Id5or$%lfnDGpLZo@g#12ttRJ5QJTcj^a9AXlWcdMC@aoZw zOAVVu@K&4yy0n!)qxaaLYIn(5LqctpEf^4Hb{x1P8W_C#Oec}L>wWH9Bl}cDhKkrL z5l5HyCx=T#9Feyn_>ZbKYCXm%NwNWaGVl#~$h_fi&RR#~Yy3euUSE*YZaJ2Ui&CWk zmlhpbexGaxg7cnyv7up66NNRA4>kR6hStM5JNRYkrzY0^o${u3SiN+45s6{)J~dI& zXm%V@(V`HQ5dTPx9i)G`ul5@ceECiM^Gk2yOSf$xHeSC()Am(3jHyY~@^1OdGp63d zCIZ&PSZ1s!MXQVn*~WBlXnDS4ef_u^N8|T01pg1~2d}TGyS~Qy-`w3Sio_C6t(kX^ zP}|W)i7#?AkTu=R6KT*(Se@mMGMQf~egmX>^H&p&F)GFQwJpt79y&z0|r!>7&9_eL~w`>Sk;?lu-M@iVq&9o5sVwC*-GCv3crM z)MNcKEZ5!ZmE& zD2uT_052;c!x8AuHyadi>MvR5`KrkSshlANQM>MExYn@wRsIz+v%HZ%3G=|+Sb>lb z#BKvW%R{frd;e+&HU_9j-w$!E*4EwY<^k7%D_8ySeY^~D4<0y+8F;ezQ&FWOd1-ob z&+39FochPAwZLR;UHel$f1Xr|afVtK7BI0@Z;cB}i*z8C&!4B{jZd}m5|pF71Pw8V zO~Ff$h6PQh`S|q&v24ye6brt3MYUc#k*-vN4%4-D<;uF$m8-s|dV4$*bef7Ga2{>y zhw1kRSPijDYU`@ps%v77s;hugI@&}>2TPqskujH!N+t2j@Le<%-$kMzS*dz^vi*M4yqs1R4d$^!Rzhf%1{S-i@lb+z{N={VlP&1e-{;rDrn-t?w zg$FAuO6K6*B$UWlGL9Pu*2^BW z!PzVKz_C^c(#ilVmn8KHB0A zR1`NIZ5iUf#_;+=_u(0(0y`%QYQTkJ1%lWaNTyTvooqya?TZ{obQ8OiAuD{@HaP{$ z3U9PFJIq_TnWVN0i^3~EW4N$^66QD8{>_tLOpv;G@R%2!hjQ%kx|(TV(rxAyON7LV z*ClMLj0A1bVaupLFSzjoDdQh5dQxWf1nXJV9Ilu@@RUD5B3P)qyw6ct=)6>u9Q*P1`b zRs+&oWB2pTYM95;xGmH!uP3J(<9)=;gr}H4SG^TGyIa@OkYu+^D+cd(U5u^) zQLD!FacwWl(jNLDA5mOQqyD<;wlU6?2VC22rQ@=!B}>td^w2GN4+&%elFtW4wlpx0 zy-lGU6mxyfEm4miYTAw_Y0lss8)SniZP_6Chi_eYp=|SzF;sZHm#<_MVaSXazI>LV z_rhmTfJZ$%-d{>4RFBauD?v?jt!qrEqdq25og0a937GW=={!4SXCMNPEf>P=8MKAZ9i_DKRIEQvit!qk~b;a_SMgPTr_@ z^NN-=6lQ}H|1I}SSL;`3?uQ@@2JD)O6!gY(h8fQ>di-qu)$p&Je?|PuYaj0bK7df3 zNKMtp`}Jk_j6}tlFE7S)Wj#3m4Roc>^8f(PwzF%d(3U*$3=-H2!N&Gg zV(8y0YK1}-^l@OnI@HI<--JrA-z?hYv~VMp*n~UwC&J9}fK@>QUKIfrIj|X@HS~jRe~DBJ z_R%xuWdOWf>|fT*%+%eXEAe{Ja52D}$3M5Um#E2+tO#XjY$&lVy*W26r>D)hhD|{AplmsBh@OAQDc;#MD+5D^b-Yd zfZj8WyBw^5?8v@`!NpsGWrNQ1XNh+7%Yl!v6+@LYmbO+9C)A2PfVmXSONe6_)(TJ= z07oV(_)?i)O3)2~C4!TN^T@71nV6Piflw?lW0XEIEgPFjSbCL-IDO~=#qNMpAOw0m zt*K2+v!Lf+Q2b%2<91#VR=z5}m&IYswwRz@Ix0s!moQeIT!ogFI~p$1x3Q#OmvQLz z?rNel>)jKg=6uD zGMTGnGPjZ2r@NGA5P~3}O)N`0AD`CsSod6trOHsE50wS{VE zYi!q(Jk$u7;Uq1tud!%xm^h0PyP(8*{PVUugz3@eX6xheRYX^7kQMgTt35go$RL2= znVda~Ec*@rP(S3Fjb``voACJI(7yi?(k>7pJ8(8dhsDmK5qdS7l%~JPfk|N~Ph7Gc zfm@OI&supK?yO4F`}zUoE7{lWldZn)CeG@s>L-15wL5^7u;HWi9me(8bqE}@I*JND z4EHMPjf;b+uVa6V#@z=3S)nno#4D)^coCI%pv)P_4vlfjkZ^}EpA_6Y@)7>0e~4}} zGI0hwP5(}|ezQA%t-jm1$xV%y8)sm97;oc`Hir&p$^oHrs}W!Y2^;WeOXx_Zn0%?+ zS-NBKE0i^=-8xV3sEikEF+9HObKUx8ZLMqtz>ckr?#hHRx7f$ptjDY!MGJpJEWF&w zloWpm~#?htb(g z7qJrVbJv)aKUcdL5X}VwA5g82U8Q8%K)MB#`dJk? zuh(NMnq~g{uEf)}A4G$dDJU7U=<|7WB=F#X@POek9oWb^m@A*<^=*V6bx*M*ARmEmPxL z8Q4##g<@WSDhAr-#{P~jfx7CG7`0ZFxJ0Ymi%hg~uWS?J_l9_jQb6_^?kBK#gmJSE z{a@8P<-SJW%-d3YT^`ftdY~Kn=kZCBMKZ^;R8<^aF2`8&SHDSzJI!2vEMJXSI_NY9 zc72Kiwo5}NhG>!LAK@a)Gxy&dJmW?BMf4+l2E)bOk%vK>H{K3-$I4_3kl5Dv^9hUZ zpZisqN5H$(Y&S%(@5P*q%}TLAVlVT_`P4eg#isJ5cUl0t7n&f( zZ0$4@0YK{5C~_#4IW~mPuEAk!^GA2dz?6_emUNY{K|JojYw#F?e+9@8+TVR<7m=kl z-MqbfnIUA1j(3h>!`C;}?}%maop$_Y%(1g+UvSLwIQ2a^4>dhtM%FDfVB?JBh>2Gi z^#~_NUdDZ$4sNzuhJhFLDxfkF(DQjul7RDasnlGh}w9-9Vk1|)7ayJGe<2wy?|=R6lfki+@0^{stU~zE^1S>-ZA3?+qs=JB|0QHxffTI1i{i*UMLLrvrT9 zbUz!U-KgUD#!genAplw^)Xr|JD%n<=d(+bfP;d9P77A)KF=vgq=U`U6b3zR+=aSLJ z*wBR0PVu2|$@^*}Qtkl_rVE!i#7@c-xt3e6^XXN2Tp~>vorwK{RGaIzoZb5Mcev~e z6U|Yzp&xGDrD(<;YeU55^c3?=glK?NTRS0dWmVs{s(#M)su{A<5KB$S!BJ9G9{kZj zEbHwx_5TsEW#BnOj%|U<;=|jj`l>EIz1!*{orvd2WDuKS7)m#;^ZADrH;t*QKKr_f z%c#9C{*Gu(?8+DoQ?Zp%S2O&z`uF1TIhK4L#a5gPBc;FY26RElt}ey!HhL;<=Ywrk1Mpk!3$|7|VsXYETF!B9G#46pm9V^$B05J01@<6*hA}Zh;1C7H86A#sZx&%#p47xI z`xwwViEo4>1dM(nvqyGpi;azIa{^}?Gaqq_NLfkdgBz4QIl$@V5k_9&MmXQka4H9} zPq{f>P|H(8XhRGCTx!O@h!&QYfaY759|PW+zKRd&0MD@;u?vw5VcKlRv1TRe9-u_s zeT@6FapRFd&^;t6=sx#Cg!%2#ji)mFgH$%L%^y1mNVIjEk2b?WZYGQ3~;U~-yfDN^2>IhboJ#W1mPe~!7SSeO9+K(v&q)70Fc)4!6ZogkiWWW_cs}LR z!WYvkLzqTvU%2?mjy+3Ed)OyPE|?#+g1`tAg`U-zxBNi(BmqqL&jLMw5jziXSX~{a zt-Hn@I(Q{IXzLXQ7|Y!LVX#N@^iH?{PmOso)+>Y>QVyJyhqCTy?sr42E;Z z{fS=~E4MKLS8|w}SYaa(-UERa?Se~pg6z!gv1Ug(V)Bg4OxgKGy)@L(4?A5dfD_qU zI1Yt6z_}bb8?4o^Ln+4Lfcl#p-}IM*@4OW}FUslc=EdG( zjELxEc9Up7!u2Uw4bou-((;C!&g@JvZ+S;;7*ou}uUmT&6DKot5mm*ez;(%T-U*CZ z7D{8{sUceU4S~5@(_09c11@7}Z6t)>L@@(OUjYAX=EDZq^;$$;o+iQHE)!z`c|6a5 ztcg+J|BK*-m2wr!m#-xF%~Z-XEppOIQQ*%_O(p;yC0}XapOi|Ss72=Tl@9(LNL%gp zDlGutNe&ypKVxHxjpw`Du>MOVGFBI9PTmD3hjlzP;Olr3kv6RNQUeC7GSh~2c4}CF z;{MhKS~xBBhHj}@ z3SY?`Jn?nj2&IbkmxRhxrQ@_nMJjcGq>fFcR%?+lsZ@`oj!vZlgm0u$2TJOwR4O%J zoJt)esee4DYdWsAX7KCeuxId3GJ_tz)wx3G#=~OteU&BzB6bxCYBSh(3A+mD%>fzz zW0xaYn3g@o{M9<4WI{Gs5U4kHoB@*~i$N$4>J^p`QQ0lz&>4G?KgK1-O)ldhAyUR8 zqP$hwrtclTwSHvrA!YnMEA*ngU2yo%V$b%LK9s{pV36^UY!zc366+cb$TiF{EkY&z z0~Haa&6s$Y(bq|}`p=|VDXpv0?GLF6sS{Glx?Oz{$;u>%n>8OVFe>oFjXf!0%-l}b zBL)W7mSHLZJ53o7W%`GUg{{87D?G$t%BOu}MYf%pE!jiXGD1gjt zo-_EO+&wz{Ig$uW+3rL<4Wdls8j0~H&n7kY*@Pp6C;eD|y5|$v5`S*$R3BFk2)m9$ zq#Dnv3*e*vD~ws$MuQhN7Hmm73F)2s5%bJeu3o!R?87beeybw$RMQ?(LNmq$I^`vm zx>2aO8-^Wv_OLzA5&n5_BZ}QLcd6nPnGA# z`?O`&;F|oBV1GPA^I|6whW=sk1k~!k7qwqUlz+%mGSIg&E6<=cAUwZ#T7+ zAl2AvDSaepsih!UE#6Vwn#EB7zAquTTHy&Ut?Pr%2e-+&0mZ@y{#s1Tolnb*y5j?J ze2tg%A3rOfHYGrZUt}kTG3C*CK)|pO;@+pi>) zNR?K3I@q@CzDUk^o&BLQza|yDLsddQV%y2u_){{;SG=h4f9zoFcd0rhbL@#!oyqLl z+95o<(AMg*I!m|mxScZ01md@SZ$a3U>cFMU4(zFPR{jG^6VDzXF!xnjGBfWK+?Ct3 z`!FDQtq1NkNTPnk(le1TdM1CkQt6psVANu6lk0NY|BlSyyrfX&Oq+WKZ=tjCsx)EA zQ7k!M`n(7vk9{Wx=SJM42 zHMQoOsN@PAu}&xMI~}#=_muLko82p<_H0A#+3iB?*tNf2+;It%1E(!np^d41+g%#6 z_wA6{w?k^*9>BAq5E}uz-q-Yvsy1ks9_w3PT>dP$V!abU*$>SJpu%mGYr6@j;h!;sY+`Va&Lk`a`iYQj)VN zHOGgk$!u*^*p^NJD!~!d$?Y|vMNHVY*k}B)iIh;F*w=*a{?jH>@rxRTaaZ)pK%Uq5 z>*QBovf0IwnNJ}~!ai9<>A!hPhj!AFTnX5Pq$1_MQysk&32bS6Dp~te%#xi^;$q+B zyYV;4RFMGKsS+1o-1u8NDZbE-mx%bR#@{95Z?xkjB3{+_`(*r8cDzI|*gquWFSO$& zB7SD$ACvJz?D%9vk1+?v0&kIb%YRT*2{PfFAI~NvOL*c#T_OS5w{V33wZhE*zL;1J zQa9foQIh+yBw8mU&cPz>NuG>EvSFvd;3Mah6m{U+nM&at^SYIy&f9CL+b+ZT=g)jm zMjiO3Kw?w1P2`Idb=I!eAvTKd#%ClnQe}VHW)fA@P)Yo=Bo0ay zQ{N}#u0OukK|lKw*d5E4oKNR6qDw1jo}jn7JrFQg75 z>iai*>&49{N9YS&bJ{C-C62VTJjuT$uOOb4`##!&t#X(*TWyuAwu*iJp`qsduI8RV zAjaB@Yx;tGRcj%&@Tk>WZYAr zNg~qvaa@rKA>5&j>MF8fb8%Dj1+^t$e=fg|qg>ulSj1ee9;{WY>F% zANh}9lL|nTP>aRDF^iDmAv60E-67NOkgKLPBt>p@0sI^2|=l3@GMYm>j{M@8{T*3b6qiS^c544M2 zPBAvUCUP5pQNy6{R4L4Fjr}{({;if@D#1sS`4g5;>7ix6(Oam_K+= zH1|#EfphoZ!}?b3$(GD$?k0&Kb#7>f#P5iDwru1u=Q#F`b1TvAGq{}BcWO_zab>IW z$`M}gq#xi8et-t=AeU$GVN|wXpcq}rML&CW6FUtn_<5oLU2e245qdXMo-Gw04IR&< zs8@SHXmjW`U+!n(A-+DY~I#>=9~9 z^xwJ3#k*yv=H#$zN=uuGYD3Zu*k9=9R4$G-WcYq#9aF?D^J+> z3Tb*f&Rq0ENn~zjRy@&?Cg;w~hgJIElltZjwPZxMco)?A?^0%SGCNe2szn?%M`%=M zwB)G1E9yPUVtUxOo2<@bviop;x)^=FzbHzZn68xCZgz)G-i{QV^A%OFnh!|LJH_Dd zS=41*n-{HfDlygjEaMX0%5c3J!Y{318aMfjF<{3UO3Hsx>l9UcX9A~6mY!}~l36|K zcf;(&UL+fS@2_+;U!(E>=wxmhnPxO6Z`BNA86Ht-UINhe@Qq z%kBjI7IrteNvO?%@6qIu$-GB?qx_0~qEb?|l`K_hhhxtv^SjviY z+bzIB0CqHa`pZxP``ODy(;~aLMGjVqQnJwVLmgbd-YPQ|azQ+as#M!G zuqlb3XBALI)oDyg@F}3R+Q;F&lS(b~5ZP8G=&AFK(OW9uS zEw@ZFuFIeKiOdNR$L61Unva~)dv6(Ewy_FlXXdk`ffy3I&e znO0{hdJF8AKP7kLbCB)$Ap6)LA3aV=SSw_xY3pXygubEnzQsq&it0xdA60h@Wu@9f z3;u~y(UV(WdBvkWaywy^+M}Me(UR&=+jg`&oFGEk#mnE+J70u6JIV?J6{{+oR_P+` z;Y%nX9v!z9C!{i;RF<$R%Sl%DVzjI})J|m?s2Nk&PE{HU9Fb4op)?Q4AO3(q8Vv-~ zf*U`iIY4v0VAme~$aM32JD55In|nCuew$ePnq+|Xz#k}%U>uqzkHF?2H@Bo@NXp}>6mFS*Xr*NKNa0@APH{;}TdE8vNV!p= zwmy>5luF?QDOdcY^p%t?sT59-@~E7Yev;CfO5p_gf|Y^-uND>sHoMozidem*K2`UP9dO(*$O1RHBMnE}5+jC$Y$zSd=~Yt33NlEJCRD zBIk_IOJ0sI78OKYc!}}MXMm6`zrv`>X0dv{P>5gqyIzF&N>=iNKP#pHo~}J8waI_6 zV+VPavtBxRh)=uw>KoaQqiuyCfKz`tb`pke{RYXmIh9X+BVcr_-zX_!X34HWeaq<{ zg%pcJD~j>_Q_Q#vWsyfXg|VxMXjF&o&4_2#zd#-FyX*?o$Ia{iDsea1#;2vsAj;TT zRNCe18zsx7cAWb7+WHqI?mRnAeGFOOByof6IQh`l^8c))czLrHi67{;09Xq_Mj-#K zn%*B-+3_OeJoWjZ_5t!yy5uWY$Rb-l3~ysmS1{_jD%8XR8^&S{9=~|`KSCXYu zw`h}gqFakPw_aNmT(8!Ye;TtNBz40u{)o&Z2d$D2Y7k1QJ)5p@W|RzQtb!{JbLBrp zfWU25px(I7k|9h|$9+z(ubgF_=_e;qYJnGJQwyaQfKu~DDU|9$C|2ZKG%(3+PjF1k z7If(fi44J(H1s`H(y+XU9w{-yQ4|3XX_Tw(B*hFUwT{q_*O;Ytmo)v}d|?dlO^O*# zt+LMaSYo_7^Q#t)#-95Cgix#K2BEWZD+}tlV}TEq{Sme$S9^szkH?A-sap0sJZv_3 zMwQ2yn{SjC>O9OjY@YWkASe$`BR^tP>^}`9eQ>To*r>wgy%v6e;1xoj{P)9Hxd;ej zvveyY~@K7WCSGcj*14!un*Ens6h9&I@jL^Qnu27$!Ps-4=tHUg!3?Nrk zDE>Y@O1o^%n&R#TcI0x+WiH{WlLQU@ZF!%cJ@>kIYkr_lzSIk9o z<&L$^{7YBNSLe=Bd46HV=*`7V+#-8LYcPJs^Md$skFxX;?<2-=)wQ1C+VoElLQg6f z&RHY#FAA7BMuUe*Kc_$PaHZ#n4;ypDFF^s97~#(iHRLnT!A46eoueO^l347;7|z^t z`qVn`G+TMG%tubJ(ORQv8Lqc7eAUW;`z5>J3W=X)4zS{rvFohZPcKr{0Z)LgK$&XM zbg33!x3bt>(js@T5M%ZHNu8dtA7X%!!RLiSJN%izJT{>F`MTHn*#%{`=VuBPCpz`L7T6+VSNm<=C15sr8!q^BO@;GzGBNmrF;as!-61d!uwwZvt9 zaF^h`yfj;EeG=*&E+#JUC)74f%`?Alk2cwXS67h%HbtB8xO zTYDkLB7~XprP16-2e_o~;mUOLSyrkUrfo_fsB-9pH%qZjlimu?nG zmsPnnl#^1gP^Z3$ay90M^DKo$4&*NK=Wx2J(H{N_8D5k%THHhhzfg zsH>!V?cb^PZ?*lKZU5%W?<#x%r?73#8t6~G;axA?T0t`By^>&}B#>X6P!D*)57*_G zc*`k+ErYN)*piWS#m%Jt>-G9hbF>=3jxIv z0t2Kb{Ae%LqD~9Mm9cw(rqpL*vQ)h?40U8_56C)3ni&2jzqo-Cs-}e_bj4;OVQ^RQ zrLDbAF~uEhsCEhr?oqx-QB3iPK3yr-YLQO9NKs7ja4;#wl8)qy6vY&OE0uy;S-?tB zO!3F56x6&DR*GVZH^ZvfwV_t{Dqqy5nBqLdllo@gTV>-#U0bF?Kf;wXIc#R?UWi2O zDZab()mb=bxLz)|sB?|V8i#rRHEL^Q4dkwJ2Rm=X4I3nFd2X=tJpZ}D&I|mxF_BY% z4{CkHBJBFX&e{Gx!Ooik0sinFZT-#U&?=i(-RKPO^Vcb^h}At@=p&C}SLXKD-_YMz zi#vBDIWCRf=^Wh}5Yen_v}%Cca61`kKS9&JN;HyrnP!6 zVW!Jv7IKvD1+T)7F=3$&3`{r$i&(LonbbqV@KY4UXPcbjIp50zeOZIr+UuP{^*-Wz zeVNUhWiNxhG6TQ)F`(>PzzRkFl33&V@W&N8%b(HAWf{pragUSH6fWXa5cQ*_Zyeguj8-65R7Ud5cmMTwNz7>(T za*FKA{#N-vroQz%X$i#(s~PoiD{U;6HlCK6bEJ(|$hqM$X`_XZomu5ULnjF~mGftk zZehL3|A@4)OWH_^DCDD?h$2aOOE=4ApoM=zk-E8`(SszV9a`Is(*9qxoeOwW)wTFD zWFQk9ITIOlB2yi8v`I}hscB6lwE@CIi4a~1A}Z~*ma1(LW)u-a=u9x1<51dbTWxKx zx23nX-d=5ci;69hL=qk?1iA850j+w*5#^yIK%4x3Yo9ZjfYE>M?N>j^nRCuQ`?2=g zYpuQZdZa%{-9u0Bm7a<{i(X}^OV|FGZl*49`l#Q&k?E7X)XI^x>|DM*a*5_a^G5a| z?W=1}YjDMo@cxob6;*ggBTdb4mTP22|4Y?9@Kv)I(@AHkLZ*^;aw~MJ7b%iA^5i+q zf<%k^+#&|6j;79Et5Ng|ly=5xzc>x7CK9GQ49{RwSMrM zo}N@bXC)2vQx&Il>@!4;+}`+tEKdSy%(Z>S5cHFG9@FPcm3%+qYDwSio~>j82CjS!aO74>c~B547jy_3>Yx8l-i^v_8C1R#N;I< z;Vb;oY*H+R97;oxBJhJ(Fw)4^)2&bIzx4q#&ED3}OShhLdV|b@c&l9utpPlzfk}5W zLeQrk<|wD+crsvU_U4n*8h>;o?}P1Gvdxx~eC-2-ShBsxx zW3c7vAt)T;snvDznBM2f4vKzgIb1MWkAR90zRHrbhv^kiMSu~O#M&=Fqnve7WBo9X zjvjGV1>;>WUy=co)t4N_A8y6%jh>J)w6bKMj^y__uf4ncDg|oq5TI1nSOj%vbpbOV z?-xhjvush&qYu2?+-QGt89?gt7x+?q!rkOlv~5;^17VUSlzWW4^R!yN!AR^v(p+%? z=>m0REXn!C&ee@_dVR^ERXQ$J=RtzFtZ8)}O5F7u_;817W8TZ+?76hO`8nxyesaOT zu9$PJ9L8WvrZXfjX#3)_A3P!p-)+Q1YvbycJt+#qo`m-s@{vm-S(GXFW*L1_c7?q{ z%nxAc{bOcupp;QC(}>TeA_p^*llaZl%wikV7vBC#?j&%{EPbZOj+c9%t2yCb2BNqV z6~1NdT7o!%rr@VT?KwG)l8JCpeCX1KxyR?ExBU|ZTdRpfl4uOclIOfo%?z|RY5|{7 zt8o&hxk`--V=m9myuDE@UbC`TB@Z`>ZVe8>uXp(sYHmu1I*#%)nsf-o_Ho6ckL5v; z8Yf%wVl}QP5&yolq#EU*Q`7zk2jA9@Z`NI+10MDLEM5`!1j8^0L$Llf+?DYpt^gc3 zAa;{Vxo$lNRDX~fZf~zT*X?o<3*=l+=1I_g5{j+ol&rYCIr@@RjKc{w!3p_{7!Q2e zEMH3ev8rZIqI6pGTiMyVQWXtxpzBjnzn~UKF>9tnjC~Ts){KT-}1=dZK-#M%N)G z%_1`~)1@q?nyf;kD!!~fFLvtFkx8*rb0gzpr*4WGsmp{^KSryuQx``*cf7SB`n87V zHN%VEB0Jj+F33rWwJ?-x!-<6CzQSnyG51aGVYYf;7x)$Il`WX9 zB_^?g9HY7EHSq4acnjx_d#b^|iC) z)@^G<(jwbeCTIyN&8nvMLl6jhFtAt%7o^$KIhx*sFh!|zG9eQ%4(CavQ0PCS3DRp0 zL`shH`y(tXc{d!0l~nP2m-x_L2USUbVm$NUD!!C~U&CXh1__!7HBno!7h(9EN8P2J z00^YBV-`v=c!C&m+cYQkvLu`+-yQ7`riMjuj$OAV9RS`x?}k1C=2+s02q#!iU%V`s zK=OJvMU0~i>4v|_D`k(g15ROcDo^qP9_U@P+gLf5CCdUD0Tz|AP6**6iw@Cw0xu*+ zB+q+Fo2<{$OZq6R0;WrVE(xC{+>|E;C5KXleT=X0Flcu_A+XCRBv-Lyh+0w^`2pVr z%!((F`QELwcGl@?%c(2+sw{f5QkHJ1S=xj!u!W{PS@pF#icmqOGFcz!iiUwSml$gv zk&Q98B)HJ0$0)S&GvVcSr8s1luo&0TtS>RS5-5Z7OYr50`nVqI7nxy*Dw!*CAQ%zLaYvs?LEm7ZJh zO3!^t%tpLf(Xm_zqxSH6t|4N6H5WHWuhh?;{WfCKb0&WXvX=gA>b&`V@MU;!ofR@g zu?INsnS&KWy^#j&#~B& zGwfTv_8380vM$iC4_Ohu()NB-+4vw2sot0HHp**^Lkn0u>K&_l5Qhq~7JayLW@7V{MfRTP{dVyfpC|hIZ#@3rqffmVW6$7IWrTYj5T7|$i zL#j_qEJgl=r=~^-qiJ>{TzGmgJo4eRi;PP7pjrBDR>y&o9yz!9u|Agik^GJR1+GDX zVq;D48jgpqE!z=&t#My82_5jM*9zN=<>K)j>-HGmme^2Y3D%XU>ry+KQ`tNIEKc!zLIaTR-K_aSCTq8hgR{B@M%OP8~+Kh>lb*1Zr zo)@GxmdMp@Sz@;pBJ+vSHrjPDW5RA-b_%mW~TKdm<5Uh8n<}X)L+Uxjs?x1uC1GQ6GbRrO|iHx7GRx@S{PXJs?;L3 zo)Q1NyD6mcol>{xQa*%D50?L|?oW<}KTzSdPwXB(Nh^@X`OF&%o)@UCl|KXp^O!gI z*FGYhcGmHPt=75k9TTHU zJr%qg###RC^nI$P@02{&bFAn2)2Af-znqfRdHz|tiy_@bO>I<{>QwL4UsiHx`n-Q< z0K`mfQ@gBgHdX4RI?VWju@`;9OzsFQc_p@(nK0%(p$l4jC?qqQo`k@PIbjKlUiQzN z41h_4ZngZc0E2Z7dA@vA{*1yA`JPL;|t5}z*@34c&x4%h_;FLVyOJ0|68X-Q~?dR3iL?f(F;Qu|d(#DYF}=4{(R zhkvS8#zDTD(_^{5pHVP%;em49en&tfqUHGiH4^%V8o~DL6Ej~7ST@Z>(8>s;nsG$t z{(qoUJm3MGo0flvB1abYk`$Ujq`L=(GBSPs+ouoO#I`b0XU_Q(k@O?)r+f2CKXW$V z(f%sklb@*fLBSxW{f*~f(v^H4cZ8Bd$6H;IeAfnH)TA`}mD})D|BASj?q3;s)xYwU zcMH}ESBsqQ>e4Kc-zMIW%KL3tw%SO{+{2s~ir*#l>m$NDpB4!ZPR6vgR8^K^9~D&I z@HG28HdUn0W7D!m{8w%kj2%09apYXt++F8v?V^>M@4HfeS`kp~u(BnI z`GkTvJs^5zmg?4fO4-OoX2a*-C*N{eEqlsTbz)IZDo6H@FGVVib+@|o7EkuDsgjqR zU99o_7WR)VnLc9=aK3D1PsvtxpS_jc$5s|SQQh#v~T#?tC=A12O|6*4%=kr;-K0mQQ&Ys^c ztNMIa^z5dpv$JGtxij?&dwFiMRBER6%p?tIQxd5d@!umE#_HMl$A85yf-}+IYtKjt zhU7ABde8RQiym{bPYep`DQebw*$`aRVis+e53(+}A!}VRe@J(zs2V$ySyC#pouKkY zyjq&saGG@y^T~SgV7ufa!W>D#@T!oL>Q7P5h>etwzd$_teMuib5#M$tHzD_%M zk;GUX4J+Z-Lbyt@yS)HSsjv{bs-fczC;TN^-|BzFwN0xlyd@YpEH%WuAt2@r!;?>e zJz~+2E5;0s|IQu2@oUS5?KWyvb(rq(it1ufq(q;k_w21x7Z~DS2Cerrc>~Hqjy1hu zSCSa5q^yk8B<8uwwnqOD>VeDqgpLu!YsGnHqr;E!3lRr*H~AYiL)M^E8}yV`<8Arv&ol2yIXo0Q>#XGea65fo zKJp3pQ(^s(a~32NZGi)K`^02M1E%R2zQHGsj3}vwg0?x`9v~x9Zt?V)Qwfz`)Zo(lJ>Rw*rbZsqc?H58Uo*1U03}eNN`sC;4}vlWyTg zhnZ-4D_!Utdu70|xYTI|+)L%F4M`o34UwxCFg7`7bbI@>UEB{N`?%31m+;}tV54Fodg*qT%GPPais}v&;!G8{B-M<)6Z#$2> z<#C<$ef^k%y6pHY@?+Fl4feydk>?2K?SA|1SJH1qM$L*8I&Zb{{XO0~YmEJ#bwG!P z*`h3Q5>nYb0g3FBGe*oH^K0tny(Gi9v;a)MHdf97W=i1svYt3P*3+}VH*Y?U2G%=aEdU5rcwCAQ zjmfJHIQe(9_VSUFQoKK!+N+GCj;obilgQh3&eTETDdS>H?OAo}vuyY5M8luZBoH zvzdsJAaA;4EX;YF0#)o@LI#q5gn~p_R7Wc5(22^OY{JVQ&Jj^R1+cwX-E_2 zOcUhaY%}i+lv@v6Xm7IX=6z2-U9LX`FGxVlG27mf9#Vw-WIctcgE&LzUT5O`Q8({V zDLqS<_92BG#&q#Kf@2Tot=IAmkuIUQK~P9}H6R)f@%xhn^N(BMy|f}dFBt-xp6cRn5tcvTvW|H?d>H+vJDrl5|$-MDA{?Z#5hqV(TN{kK^E z4Iu+ddS%($-{M?3o+mZhrLPGe$LuyopMM@VM~O1KjEWuPG2(LQl?Fwhcvu5PQS6df z8V;H!_wm~t=hLyks&%q19%${)c>C(j+WezYbQ6UNNO-W87&Cbvh%n)Wj|ok=2oCNO z>qEWSj+}G6Dm=m+Jxd+5zP|WFT%uuO5PT8jB*~hYEu*WgnRntpAw%a~B$(=j9`_QO z+5HS{!0MS#r&r&|J}d01bkwgtDjOQKBji2?1xkL0Kg?&J>14n`nHQ!tdj0=xJ_C9_ zXTGB6lYD|QpNX$_-Eu3jZ+ihQ;b|ca8sc6D;ywrBAOv49DFXAK98JSq+!QVW=6(m} zgbwxt^L%&oY$qDsZpqbKUMx^##OzsmU}sy~%(D+^)+<<%*3smHw23)z{I9?*6DV9$W*N@g=I@0NmDF|K~ytt z462{Jire<_TCr}{|C2Lz*3W@L&TGrbYQT*zdTYZ{GBrK}v*y_AS(h_K z`p9`aiJHb&@voGBVg8{v7=I?ubNm;yw zSuUL_ufou`*))dUe4BnnNmlk}mf_fCIr61keSXio9VE>%1}%@Uloz2S_u zr$6Kx=xSjL6v^1)IFyK0jP&o0-AAbKubFoTS+2dRrGHjqdP+u|Jl@ENyyb8tYeV^eR^LS)` zdNKaFpT#mzctsvfQ_hm;JQDRt~)O?$jtb9*ZZRwlk_u$ zfvya#S{4TF1U!<%r#V#lQCULcb1liq1rg>#`2MNVj6-tT$A@Gd+sDJGBr$BCT;$Rp zkw5W0ybt|(SZz&w-D{Sc4+`OCA)QaAx^{gdpF+1?1lD9!*Pvaep z(|D4^hM~XxB11KE(bJW%0Vxfed5JN9#|`%0B2*y zdRsjd=h&2u6IN?A);`o!B75y2!4sn^A08d9HfGiXl(O6xIl&OTiJ21gD1`ajU2Fo* zw%4P&Q>QvNYe;6ONARpP2Iz9z$Jj&NsP#*tk|jovoDf=%AZIa*#{HC}=cLaeA64Y5 zjfd*LtaX!_*4dw6e(=M;fo!#sJL(1>>7x*vGjw>-yAkZlg zFeiD;={|Kme?8_TeLnm*#-gtGG7MkxFuye>*eLf$0df^pA2Po4eHu(|<`06N1`AR$ zX>wLRMH%e)UgERV`Lf;!lO|(Po6$Cx!-$OdWQv&H2eCSO7qISEGkx4C_Pk%`c+tmS zQciutlWIc_mlS+%1;S1AaOYQ}ef;9=Ud;7LH1jxi=d|xRhX!OL2f(j6J>XI$Ej?o` zqMR5&d>B2F%I^z})961(4s}Gky2+DXuYc`_NDi15|29J)Q@>y;d_W{!@m#f|pQ;B; zf3YTre6~;Z7YPgm$WHyy$JLHLVg$w29w_f{Yd#+PWYQQW{={KT);Nhdoc_AxrR1zL zs0Z*7a(SG&x`IeSTjV^UXVLitWs0@;5S(hiUcXVFc@wz=qkm21u9K-q4dN_SvSHwm z?C7gP5D32@+ z|3Skna`PU^r~Kz+A+?(0{bpsQD@TYEi*e;C!Ni_bJeG`{b2d&iXKbuy>5?;Xqhww5 zCEOch>*vTaupZoYtmjX%k&#urRgjAn1bGXV?0ZfE{Xl8_2W=}7omZiq&im0}qKHDt zo)uYa;?&$AMvs`qF1ZV#$W&saND@J99?Sf@9eq%Fo)H(4B63DEii+ra@=3WMIy!XI zA2z?IzihF;Tva|4e@~};i!R?6V3k>FH>zUnLs*m#x0*G6EeA~?uO3NF@^acIl=5v> z`vm)F*Bi!qbS5fd2}>QgqZkB zRHZu1=>up4N^CbV)7pHA(?a`%FfhqVJu$&zV-ET?s<&M7{>V3OwoNFAy%^HC&yY{0-m>*kMc}8Tz^NAWi+Ex$7THC1 zA?!?KvMW=*bbP^^d{QR*ikS^wl6t0VP^1Gyjrvkw5PE0c?=^?0ve*!DXC;yJOv#*C zE!v~+X`CfPp*y;k>?lsD)PFIa*kX=FSHOtiCaFtxXKN%lM|Hc*p4gj)<+y>jqh?nc ziJN77M0_(#65|8PrOs8ixD`7DiY44PC8}E{s>y_nuTq!@smXpb(lW;!?+uDfni%hD1|x9EP6EdKv`Dw zorVVnXGQ-ir=W_Dh;c-Ynj8G(H~aFBEP0lJxJ?gCHjuh-6+jM<90h~Eqr}}Bb+d0I zTBTNk115eh-P?qD=Jcu7W!pu5VowvfH7UO88Jwr{esfuulwBXaxaV&Fyg&X8jms|# z9UmB@4Ucl(8u1270ev@Wg6Z=%Qmlqh9Fp1k?cYoFA!?|!JEub(cy!qGL2$^LOXy}n z`8&qS8)VYfU;Jq2-(Bu-@=G#m0m*nbz)8N&qCkv#?kv#S7`IX8jmOHKI^{|J0jc;o zAuFlBB3#7z!TGPFU+ap!I}t+YBG2R^EaQf%jlvr5cIiDreUt65i{GXI~!K?2YDTS8euT#^t6`Aom+#$%B^s2i+nFM}^KzStiof zx2Q+6>-rT06Id<~;P{nhE2+ImYS%&^oB|tAPaoI_FvI@%itG z6vP&x5jk2u-y1yyBRy!=_(o0lE!mUWpP4$X|CPk7k=Y0va6L=AJ?Hp~%%m zFCHZ?(^KNc+iWEMot`Azgic@uc*C(1USrH*Gg|;wIY@OH4=n)f7?M^pBmU^nq?}dW zzN-1{LE7AIdfyC50bK{iaYVC&JxG8y+*cO*t#2|r8qcB^n!|M#oDc{T>{;lx{)Mw) z{mO`+LqlYThLO^bq@1c{2BkVp(kjW!Q{9&~X|twMo0UjEB15EiscC@H_ngSbu#!!C zg_X$j$Tewcxl+$+d!?48XbC#ZaxXBi4~p!AFs3HD)tDfus+c29(>1m&5`lToNJKXH zkSLG@6&*3)v^0f%_mfob8>p~h#N{m65jK*)mZ_lMI*_tC+#D*LOcw2(<}|nd4L$KT zzEpn`0Vy#RPMxz#1cejY(qIsCAB4UvK*zdRsoEYK!J?NbQwc+%7*PwINI7-af3dUD#{Xsl< zNV1IAH~}~rMuqmsao1SpDrfgej4VD??V1g`txLYEpM#3zY{~({Lt+D7V_l9&7JJb> ziswe+yL_R83GUVFz#3-1bhVf7Uy!5~u~H7JmfX#eI{=o1r3|Vaxu+s?U;+hdY^9o1 zHMOR0nzge?Hd$idT5KxKN461J2sfRRbyKI+SkKt6)z}Jht6F=$EA9A7U|&`2S|r30ZbT%FT{Ad(g?X>v z9A62|`&#|YiP~8un=&XCyCw^d3sQh1JZ;1mt2y;WvyR%%YAr~EXnJ%QXer1lhK{D>X;sB`a+u44i}!pt)!wuobo(C zxaem^_H!`<48}C0 zdlV6;BMUqUX&j63cp@RPHBL^^+KDyJCNL zMfatC-i!Zf`G

    (b7CgZ6jqoVUg(us1 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%0A0XRJwYqA2~aQa^e-3p8!*x#wF9(0D8Cyz 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 diff --git a/bin/Debug/adb/make_f2fs.exe b/bin/Debug/adb/make_f2fs.exe deleted file mode 100644 index 1bccf6b8dfe01275db4faf5baac371dfaeb2fda3..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 489984 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