[SRU][PULL][linux-firmware][Jammy] Update firmware for hwe/oem kernel migrations

You-Sheng Yang vicamo.yang at canonical.com
Tue Dec 13 13:07:04 UTC 2022


BugLink: https://bugs.launchpad.net/bugs/1999406

[Impact]

When migrating to a new hwe kernel or introduced a oem kernel of a
newer version, the firmware blobs might not match the expectation of
the new kernel. For example, a hwe-5.15 on Focal may include new
drivers that relies on firmware blobs that are only available in Jammy.

[Fix]

A previously obsoleted (and removed in Kinetic and Lunar) script
`list-lts-update-files` is used to enumerate firmware blobs to be
backported. It's retored and revised with additional support to
pick the right blobs especially in regard to ath and iwlwifi drivers.

On Focal, the commits in need are enumerated by:

  $ debian/scripts/list-lts-update-files focal jammy \
        ../jammy/debian.master/abi/fwinfo | \
        xargs git log --graph --oneline focal..jammy --
  * 36f2ea9f7 ath11k: WCN6855 hw2.0: add WLAN.HSP.1.1-03125-QCAHSPSWPL_V1_V2_SILICONZ_LITE-3
  * 05b5dc001 ath11k: WCN6855 hw2.0: add board-2.bin and regdb.bin
  * 7a3005059 brcm: Add 43455 based AP6255 NVRAM for the ACEPC T8 Mini PC
  * ad185afa1 cypress: update firmware for cyw4373 sdio
  * 77d3eb8ef cypress: update firmware for cyw43570 pcie
  * 92e9acdbd cypress: update firmware for cyw4356 sdio
  * 5f88084be cypress: update firmware for cyw4354 sdio
  * f97e31677 cypress: update firmware for cyw43455 sdio
  * 3df9ea0b9 cypress: update firmware for cyw43430 sdio
  * 6150015cf cypress: update firmware for cyw43012 sdio
  * 2548d065b brcm: Add nvram for the Chuwi Hi8 (CWI509) tablet
  * e45c137e7 brcm: Add nvram for the Predia Basic tablet
  * d52886242 brcm: Add NVRAM for Vamrs 96boards Rock960
  *   b503c9660 Merge branch 'ath10k-20201023' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/linux-firmware into main
  |\
  | * 34cb5fce2 ath11k: IPQ8074 hw2.0: add to WLAN.HK.2.1.0.1-01238-QCAHKSWPL_SILICONZ-2
  | * c0a8efd24 ath11k: IPQ8074 hw2.0: add board-2.bin
  | * ac7f5e93f ath11k: IPQ6018 hw1.0: add to WLAN.HK.2.1.0.1-01238-QCAHKSWPL_SILICONZ-2
  | * 2594e510a ath11k: IPQ6018 hw1.0: add board-2.bin
  * 04f71fe56 cypress: add Cypress firmware and clm_blob files

Commit 05b5dc001 and 36f2ea9f7 include updates to other existing files,
so they are dropped from this SRU. An additional commit that modifies
only WHENCE, commit 0b558e8a7, found when resolving conflicts, were also
added.

On Jammy,

  $ debian/scripts/list-lts-update-files jammy kinetic \
        ../kinetic/debian.master/abi/fwinfo | \
        xargs git log --graph --oneline jammy..kinetic --
  * 35f8de521 UBUNTU: Add pre-compiled echoaudio firmware
  * c954892f6 Add initial AzureWave AW-CM256SM NVRAM file
  * 86f0c5642 ath10k: WCN3990 hw1.0: add board-2.bin
  *   c3624ebd6 Merge branch 'ath10k-20220423' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/linux-firmware into main
  |\
  | * 1962cbab3 ath10k: QCA99X0 hw2.0: add board-2.bin
  | * 0d5e9f7e0 ath11k: WCN6750 hw1.0: add to WLAN.MSL.1.0.1-00887-QCAMSLSWPLZ-1
  | * a50132f7f ath11k: WCN6750 hw1.0: add board-2.bin
  | * 97f8b7563 ath11k: QCN9074 hw1.0: add to WLAN.HK.2.5.0.1-01208-QCAHKSWPL_SILICONZ-1
  | * f56505fe2 ath11k: QCN9074 hw1.0: add board-2.bin
  * | dfa3c4c30 qcom: add firmware files for Adreno a420 & related generations
  * | 4a43f1a84 qcom: add firmware files for Adreno a330
  * | ac21ab5d1 Mellanox: Add lc_ini_bundle for xx.2010.1006
  |/
  * 4ffcf980a brcm: rename Rock960 NVRAM to AP6356S and link devices to it

Commit 4ffcf980a involves rename existing files in WHENCE, so ignored.

While Jammy has 3 additional oem kernels, they were also tested:

  $ debian/scripts/list-lts-update-files jammy kinetic \
        ../oem-5.17/debian.oem/abi/fwinfo | \
        xargs git log --graph --oneline jammy..kinetic --
  (no new commits)

  $ debian/scripts/list-lts-update-files jammy lunar \
        ../oem-6.0/debian.oem/abi/fwinfo | \
        xargs git log --graph --oneline jammy..lunar --
  * 06dbfbc74 iwlwifi: add new FWs from core69-81 release

  $ debian/scripts/list-lts-update-files jammy lunar \
        ../oem-6.1/debian.oem/abi/fwinfo | \
        xargs git log --graph --oneline jammy..lunar --
  * 51fff4e69 i915: Add versionless HuC files for current platforms

On Lunar, while it's not an LTS series and there will not be any hwe/oem
kernel backported, the only change proposed is the script itself.

[Test Case]

To ensure no exiting bits being overwritten, the changes are reviewed
manually.

[Where problems could occur]

These firmware blobs are only referenced in the new hwe/oem kernels, and
shall not have side effect. On Focal and Jammy, while we have rolled out
oem and hwe kernels a long time ago, these changes will enable the
corresponding hardware that were meant to be enabled along with the
oem/hwe kernel migration at the time.

[Other Info]

While there is no hwe/oem kernel planned for Kinetic, and unlike the
devel series Lunar, adding this script to it is quite meaningless, so
it's not nominated for fix here.

----------------------------------------------------------------
The following changes since commit a7bde353cc2c8a3b3f2189e35dcbebd56033119a:

  UBUNTU: Ubuntu-20220329.git681281e4-0ubuntu3.8 (2022-12-12 09:03:35 +0100)

are available in the Git repository at:

  https://git.launchpad.net/~vicamo/ubuntu/+source/linux-firmware bug-1999406/update-fw-for-hwe-kernels/jammy

for you to fetch changes up to fe4bbdbd69fd7dfb37afb5c1bed2e1b94cd8a07a:

  iwlwifi: add new FWs from core69-81 release (2022-12-13 20:44:09 +0800)

----------------------------------------------------------------
Dmitry Baryshkov (2):
      qcom: add firmware files for Adreno a330
      qcom: add firmware files for Adreno a420 & related generations

Gregory Greenman (1):
      iwlwifi: add new FWs from core69-81 release

John Harrison (1):
      i915: Add versionless HuC files for current platforms

Juerg Haefliger (1):
      UBUNTU: Add pre-compiled echoaudio firmware

Kalle Valo (6):
      ath11k: QCN9074 hw1.0: add board-2.bin
      ath11k: QCN9074 hw1.0: add to WLAN.HK.2.5.0.1-01208-QCAHKSWPL_SILICONZ-1
      ath11k: WCN6750 hw1.0: add board-2.bin
      ath11k: WCN6750 hw1.0: add to WLAN.MSL.1.0.1-00887-QCAMSLSWPLZ-1
      ath10k: QCA99X0 hw2.0: add board-2.bin
      ath10k: WCN3990 hw1.0: add board-2.bin

Peter Robinson (1):
      Add initial AzureWave AW-CM256SM NVRAM file

Petr Machata (1):
      Mellanox: Add lc_ini_bundle for xx.2010.1006

You-Sheng Yang (vicamo) (1):
      UBUNTU: [Packaging] scripts: add back list-lts-update-files

 WHENCE                                        |   71 +-
 ath10k/QCA99X0/hw2.0/board-2.bin              |  Bin 0 -> 157680 bytes
 ath10k/QCA99X0/hw2.0/board.bin                |  Bin 12064 -> 0 bytes
 ath10k/WCN3990/hw1.0/board-2.bin              |  Bin 0 -> 461060 bytes
 ath11k/QCN9074/hw1.0/Notice.txt               | 4094 ++++++++++++++
 ath11k/QCN9074/hw1.0/amss.bin                 |  Bin 0 -> 11905872 bytes
 ath11k/QCN9074/hw1.0/board-2.bin              |  Bin 0 -> 786836 bytes
 ath11k/QCN9074/hw1.0/m3.bin                   |  Bin 0 -> 340108 bytes
 ath11k/WCN6750/hw1.0/Notice.txt               | 7380 +++++++++++++++++++++++++
 ath11k/WCN6750/hw1.0/board-2.bin              |  Bin 0 -> 843548 bytes
 ath11k/WCN6750/hw1.0/wpss.b00                 |  Bin 0 -> 340 bytes
 ath11k/WCN6750/hw1.0/wpss.b01                 |  Bin 0 -> 6848 bytes
 ath11k/WCN6750/hw1.0/wpss.b02                 |  Bin 0 -> 10300 bytes
 ath11k/WCN6750/hw1.0/wpss.b03                 |  Bin 0 -> 4096 bytes
 ath11k/WCN6750/hw1.0/wpss.b04                 |  Bin 0 -> 5783231 bytes
 ath11k/WCN6750/hw1.0/wpss.b05                 |  Bin 0 -> 175236 bytes
 ath11k/WCN6750/hw1.0/wpss.b06                 |  Bin 0 -> 266684 bytes
 ath11k/WCN6750/hw1.0/wpss.b07                 |  Bin 0 -> 1176368 bytes
 ath11k/WCN6750/hw1.0/wpss.b08                 |    0
 ath11k/WCN6750/hw1.0/wpss.mdt                 |  Bin 0 -> 7188 bytes
 brcm/brcmfmac43455-sdio.AW-CM256SM.txt        |   66 +
 debian/scripts/list-lts-update-files          |  248 +
 debian/scripts/obsolete/list-lts-update-files |   65 -
 ea/3g_asic.fw                                 |  Bin 0 -> 78761 bytes
 ea/darla20_dsp.fw                             |  Bin 0 -> 17162 bytes
 ea/darla24_dsp.fw                             |  Bin 0 -> 15018 bytes
 ea/echo3g_dsp.fw                              |  Bin 0 -> 35838 bytes
 ea/gina20_dsp.fw                              |  Bin 0 -> 19022 bytes
 ea/gina24_301_asic.fw                         |    1 +
 ea/gina24_301_dsp.fw                          |  Bin 0 -> 22342 bytes
 ea/gina24_361_asic.fw                         |    1 +
 ea/gina24_361_dsp.fw                          |  Bin 0 -> 22450 bytes
 ea/indigo_dj_dsp.fw                           |  Bin 0 -> 16270 bytes
 ea/indigo_djx_dsp.fw                          |  Bin 0 -> 15606 bytes
 ea/indigo_dsp.fw                              |  Bin 0 -> 15366 bytes
 ea/indigo_io_dsp.fw                           |  Bin 0 -> 16798 bytes
 ea/indigo_iox_dsp.fw                          |  Bin 0 -> 15554 bytes
 ea/layla20_asic.fw                            |  Bin 0 -> 32385 bytes
 ea/layla20_dsp.fw                             |  Bin 0 -> 24710 bytes
 ea/layla24_1_asic.fw                          |    2 +
 ea/layla24_2A_asic.fw                         |    1 +
 ea/layla24_2S_asic.fw                         |    1 +
 ea/layla24_dsp.fw                             |  Bin 0 -> 27930 bytes
 ea/loader_dsp.fw                              |  Bin 0 -> 634 bytes
 ea/mia_dsp.fw                                 |  Bin 0 -> 20374 bytes
 ea/mona_2_asic.fw                             |    1 +
 ea/mona_301_1_asic_48.fw                      |    2 +
 ea/mona_301_1_asic_96.fw                      |    2 +
 ea/mona_301_dsp.fw                            |  Bin 0 -> 24130 bytes
 ea/mona_361_1_asic_48.fw                      |    1 +
 ea/mona_361_1_asic_96.fw                      |    2 +
 ea/mona_361_dsp.fw                            |  Bin 0 -> 24258 bytes
 i915/dg1_huc.bin                              |  Bin 0 -> 589888 bytes
 i915/tgl_huc.bin                              |  Bin 0 -> 589888 bytes
 iwlwifi-Qu-b0-hr-b0-72.ucode                  |  Bin 0 -> 1370236 bytes
 iwlwifi-Qu-b0-jf-b0-72.ucode                  |  Bin 0 -> 1285968 bytes
 iwlwifi-Qu-c0-hr-b0-72.ucode                  |  Bin 0 -> 1370252 bytes
 iwlwifi-Qu-c0-jf-b0-72.ucode                  |  Bin 0 -> 1285984 bytes
 iwlwifi-QuZ-a0-hr-b0-72.ucode                 |  Bin 0 -> 1370356 bytes
 iwlwifi-QuZ-a0-jf-b0-72.ucode                 |  Bin 0 -> 1286088 bytes
 iwlwifi-cc-a0-72.ucode                        |  Bin 0 -> 1329780 bytes
 iwlwifi-so-a0-gf-a0-72.ucode                  |  Bin 0 -> 1560532 bytes
 iwlwifi-so-a0-gf4-a0-72.ucode                 |  Bin 0 -> 1580900 bytes
 iwlwifi-so-a0-hr-b0-72.ucode                  |  Bin 0 -> 1470384 bytes
 iwlwifi-so-a0-jf-b0-72.ucode                  |  Bin 0 -> 1406312 bytes
 iwlwifi-ty-a0-gf-a0-72.ucode                  |  Bin 0 -> 1499284 bytes
 mellanox/lc_ini_bundle_2010_1006.bin          |  Bin 0 -> 12300 bytes
 qcom/a330_pfp.fw                              |  Bin 0 -> 2212 bytes
 qcom/a330_pm4.fw                              |  Bin 0 -> 9220 bytes
 qcom/a420_pfp.fw                              |  Bin 0 -> 4292 bytes
 qcom/a420_pm4.fw                              |  Bin 0 -> 9556 bytes
 71 files changed, 11871 insertions(+), 67 deletions(-)
 create mode 100644 ath10k/QCA99X0/hw2.0/board-2.bin
 delete mode 100644 ath10k/QCA99X0/hw2.0/board.bin
 create mode 100644 ath10k/WCN3990/hw1.0/board-2.bin
 create mode 100644 ath11k/QCN9074/hw1.0/Notice.txt
 create mode 100644 ath11k/QCN9074/hw1.0/amss.bin
 create mode 100644 ath11k/QCN9074/hw1.0/board-2.bin
 create mode 100644 ath11k/QCN9074/hw1.0/m3.bin
 create mode 100644 ath11k/WCN6750/hw1.0/Notice.txt
 create mode 100644 ath11k/WCN6750/hw1.0/board-2.bin
 create mode 100644 ath11k/WCN6750/hw1.0/wpss.b00
 create mode 100644 ath11k/WCN6750/hw1.0/wpss.b01
 create mode 100644 ath11k/WCN6750/hw1.0/wpss.b02
 create mode 100644 ath11k/WCN6750/hw1.0/wpss.b03
 create mode 100644 ath11k/WCN6750/hw1.0/wpss.b04
 create mode 100644 ath11k/WCN6750/hw1.0/wpss.b05
 create mode 100644 ath11k/WCN6750/hw1.0/wpss.b06
 create mode 100644 ath11k/WCN6750/hw1.0/wpss.b07
 create mode 100644 ath11k/WCN6750/hw1.0/wpss.b08
 create mode 100644 ath11k/WCN6750/hw1.0/wpss.mdt
 create mode 100644 brcm/brcmfmac43455-sdio.AW-CM256SM.txt
 create mode 100755 debian/scripts/list-lts-update-files
 delete mode 100755 debian/scripts/obsolete/list-lts-update-files
 create mode 100644 ea/3g_asic.fw
 create mode 100644 ea/darla20_dsp.fw
 create mode 100644 ea/darla24_dsp.fw
 create mode 100644 ea/echo3g_dsp.fw
 create mode 100644 ea/gina20_dsp.fw
 create mode 100644 ea/gina24_301_asic.fw
 create mode 100644 ea/gina24_301_dsp.fw
 create mode 100644 ea/gina24_361_asic.fw
 create mode 100644 ea/gina24_361_dsp.fw
 create mode 100644 ea/indigo_dj_dsp.fw
 create mode 100644 ea/indigo_djx_dsp.fw
 create mode 100644 ea/indigo_dsp.fw
 create mode 100644 ea/indigo_io_dsp.fw
 create mode 100644 ea/indigo_iox_dsp.fw
 create mode 100644 ea/layla20_asic.fw
 create mode 100644 ea/layla20_dsp.fw
 create mode 100644 ea/layla24_1_asic.fw
 create mode 100644 ea/layla24_2A_asic.fw
 create mode 100644 ea/layla24_2S_asic.fw
 create mode 100644 ea/layla24_dsp.fw
 create mode 100644 ea/loader_dsp.fw
 create mode 100644 ea/mia_dsp.fw
 create mode 100644 ea/mona_2_asic.fw
 create mode 100644 ea/mona_301_1_asic_48.fw
 create mode 100644 ea/mona_301_1_asic_96.fw
 create mode 100644 ea/mona_301_dsp.fw
 create mode 100644 ea/mona_361_1_asic_48.fw
 create mode 100644 ea/mona_361_1_asic_96.fw
 create mode 100644 ea/mona_361_dsp.fw
 create mode 100644 i915/dg1_huc.bin
 create mode 100644 i915/tgl_huc.bin
 create mode 100644 iwlwifi-Qu-b0-hr-b0-72.ucode
 create mode 100644 iwlwifi-Qu-b0-jf-b0-72.ucode
 create mode 100644 iwlwifi-Qu-c0-hr-b0-72.ucode
 create mode 100644 iwlwifi-Qu-c0-jf-b0-72.ucode
 create mode 100644 iwlwifi-QuZ-a0-hr-b0-72.ucode
 create mode 100644 iwlwifi-QuZ-a0-jf-b0-72.ucode
 create mode 100644 iwlwifi-cc-a0-72.ucode
 create mode 100644 iwlwifi-so-a0-gf-a0-72.ucode
 create mode 100644 iwlwifi-so-a0-gf4-a0-72.ucode
 create mode 100644 iwlwifi-so-a0-hr-b0-72.ucode
 create mode 100644 iwlwifi-so-a0-jf-b0-72.ucode
 create mode 100644 iwlwifi-ty-a0-gf-a0-72.ucode
 create mode 100644 mellanox/lc_ini_bundle_2010_1006.bin
 create mode 100644 qcom/a330_pfp.fw
 create mode 100644 qcom/a330_pm4.fw
 create mode 100644 qcom/a420_pfp.fw
 create mode 100644 qcom/a420_pm4.fw

diff --git a/WHENCE b/WHENCE
index 68a811f4d..b26f94a23 100644
--- a/WHENCE
+++ b/WHENCE
@@ -1330,6 +1330,42 @@ Version: 71.058653f6.0
 File: iwlwifi-so-a0-jf-b0-71.ucode
 Version: 71.058653f6.0
 
+File: iwlwifi-cc-a0-72.ucode
+Version: 72.daa05125.0
+
+File: iwlwifi-Qu-b0-hr-b0-72.ucode
+Version: 72.daa05125.0
+
+File: iwlwifi-Qu-b0-jf-b0-72.ucode
+Version: 72.daa05125.0
+
+File: iwlwifi-Qu-c0-hr-b0-72.ucode
+Version: 72.daa05125.0
+
+File: iwlwifi-Qu-c0-jf-b0-72.ucode
+Version: 72.daa05125.0
+
+File: iwlwifi-QuZ-a0-hr-b0-72.ucode
+Version: 72.daa05125.0
+
+File: iwlwifi-QuZ-a0-jf-b0-72.ucode
+Version: 72.daa05125.0
+
+File: iwlwifi-ty-a0-gf-a0-72.ucode
+Version: 72.daa05125.0
+
+File: iwlwifi-so-a0-gf4-a0-72.ucode
+Version: 72.daa05125.0
+
+File: iwlwifi-so-a0-gf-a0-72.ucode
+Version: 72.daa05125.0
+
+File: iwlwifi-so-a0-hr-b0-72.ucode
+Version: 72.daa05125.0
+
+File: iwlwifi-so-a0-jf-b0-72.ucode
+Version: 72.daa05125.0
+
 File: iwlwifi-so-a0-gf-a0.pnvm
 
 File: iwlwifi-so-a0-gf4-a0.pnvm
@@ -3029,6 +3065,7 @@ File: "brcm/brcmfmac43455-sdio.MINIX-NEO Z83-4.txt"
 File: "brcm/brcmfmac4356-pcie.gpd-win-pocket.txt"
 File: brcm/brcmfmac4356-sdio.vamrs,rock960.txt
 Link: brcm/brcmfmac4356-sdio.khadas,vim2.txt -> brcmfmac4356-sdio.vamrs,rock960.txt
+File: brcm/brcmfmac43455-sdio.AW-CM256SM.txt
 
 Licence: GPLv2. See GPL-2 for details.
 
@@ -3648,7 +3685,7 @@ File: ath10k/QCA9377/hw1.0/notice_ath10k_firmware-5.txt
 File: ath10k/QCA9377/hw1.0/firmware-sdio-5.bin
 Version: WLAN.TF.1.1.1-00061-QCATFSWPZ-1
 File: ath10k/QCA9377/hw1.0/notice_ath10k_firmware-sdio-5.txt
-File: ath10k/QCA99X0/hw2.0/board.bin
+File: ath10k/QCA99X0/hw2.0/board-2.bin
 File: ath10k/QCA99X0/hw2.0/firmware-5.bin
 Version: 10.4.1.00030-1
 File: ath10k/QCA99X0/hw2.0/notice_ath10k_firmware-5.txt
@@ -3671,6 +3708,7 @@ File: ath10k/QCA9984/hw1.0/notice_ath10k_firmware-5.txt
 File: ath10k/QCA9377/hw1.0/firmware-6.bin
 Version: WLAN.TF.2.1-00021-QCARMSWP-1
 File: ath10k/QCA9377/hw1.0/notice_ath10k_firmware-6.txt
+File: ath10k/WCN3990/hw1.0/board-2.bin
 File: ath10k/WCN3990/hw1.0/firmware-5.bin
 File: ath10k/WCN3990/hw1.0/wlanmdsp.mbn
 Link: qcom/sdm845/wlanmdsp.mbn -> ../../ath10k/WCN3990/hw1.0/wlanmdsp.mbn
@@ -3734,6 +3772,24 @@ Link: ath11k/WCN6855/hw2.1/board-2.bin -> ../hw2.0/board-2.bin
 Link: ath11k/WCN6855/hw2.1/regdb.bin -> ../hw2.0/regdb.bin
 Link: ath11k/WCN6855/hw2.1/amss.bin -> ../hw2.0/amss.bin
 Link: ath11k/WCN6855/hw2.1/m3.bin -> ../hw2.0/m3.bin
+File: ath11k/QCN9074/hw1.0/board-2.bin
+File: ath11k/QCN9074/hw1.0/amss.bin
+File: ath11k/QCN9074/hw1.0/m3.bin
+Version: WLAN.HK.2.5.0.1-01208-QCAHKSWPL_SILICONZ-1
+File: ath11k/QCN9074/hw1.0/Notice.txt
+File: ath11k/WCN6750/hw1.0/board-2.bin
+File: ath11k/WCN6750/hw1.0/wpss.b00
+File: ath11k/WCN6750/hw1.0/wpss.b01
+File: ath11k/WCN6750/hw1.0/wpss.b02
+File: ath11k/WCN6750/hw1.0/wpss.b03
+File: ath11k/WCN6750/hw1.0/wpss.b04
+File: ath11k/WCN6750/hw1.0/wpss.b05
+File: ath11k/WCN6750/hw1.0/wpss.b06
+File: ath11k/WCN6750/hw1.0/wpss.b07
+File: ath11k/WCN6750/hw1.0/wpss.b08
+File: ath11k/WCN6750/hw1.0/wpss.mdt
+Version: WLAN.MSL.1.0.1-00887-QCAMSLSWPLZ-1
+File: ath11k/WCN6750/hw1.0/Notice.txt
 
 Licence: Redistributable. See LICENSE.QualcommAtheros_ath10k for details
 
@@ -4830,6 +4886,9 @@ Version: Huc API/APB ver 7 release 5 for Tigerlake
 File: i915/tgl_huc_7.9.3.bin
 Version: HuC API/APB ver 7.9.3 for Tigerlake
 
+File: i915/tgl_huc.bin
+Version: HuC API/APB ver 7.9.3 for Tigerlake
+
 File: i915/rkl_dmc_ver2_02.bin
 Version: DMC API/APB ver 2 release 2 for Rocketlake
 
@@ -4860,6 +4919,9 @@ Version: Huc API/APB ver 7 release 1 for DG1
 File: i915/dg1_huc_7.9.3.bin
 Version: HuC API/APB ver 7.9.3 for DG1
 
+File: i915/dg1_huc.bin
+Version: HuC API/APB ver 7.9.3 for DG1
+
 File: i915/adls_dmc_ver2_01.bin
 Version: DMC API/APB ver 2 release 1 for Alderlake S
 
@@ -5732,6 +5794,10 @@ File: qcom/a300_pfp.fw
 Link: a300_pfp.fw -> qcom/a300_pfp.fw
 File: qcom/a300_pm4.fw
 Link: a300_pm4.fw -> qcom/a300_pm4.fw
+File: qcom/a330_pfp.fw
+File: qcom/a330_pm4.fw
+File: qcom/a420_pfp.fw
+File: qcom/a420_pm4.fw
 File: qcom/a530_pfp.fw
 File: qcom/a530_pm4.fw
 File: qcom/a530v3_gpmu.fw2
@@ -5845,6 +5911,7 @@ File: mellanox/mlxsw_spectrum3-30.2008.3326.mfa2
 File: mellanox/mlxsw_spectrum-13.2010.1006.mfa2
 File: mellanox/mlxsw_spectrum2-29.2010.1006.mfa2
 File: mellanox/mlxsw_spectrum3-30.2010.1006.mfa2
+File: mellanox/lc_ini_bundle_2010_1006.bin
 File: mellanox/mlxsw_spectrum-13.2010.1232.mfa2
 File: mellanox/mlxsw_spectrum2-29.2010.1232.mfa2
 File: mellanox/mlxsw_spectrum3-30.2010.1232.mfa2
@@ -6209,4 +6276,4 @@ only in connection with Cirrus Logic hardware products.
 Copyright © 2022 Cirrus Logic, Inc. and Cirrus Logic International
 Semiconductor Ltd. All Rights Reserved.
 
----------------------------------------------------------------------------
\ No newline at end of file
+---------------------------------------------------------------------------
diff --git a/ath10k/QCA99X0/hw2.0/board-2.bin b/ath10k/QCA99X0/hw2.0/board-2.bin
new file mode 100644
index 000000000..dd6a09578
Binary files /dev/null and b/ath10k/QCA99X0/hw2.0/board-2.bin differ
diff --git a/ath10k/QCA99X0/hw2.0/board.bin b/ath10k/QCA99X0/hw2.0/board.bin
deleted file mode 100644
index 7e3131ef4..000000000
Binary files a/ath10k/QCA99X0/hw2.0/board.bin and /dev/null differ
diff --git a/ath10k/WCN3990/hw1.0/board-2.bin b/ath10k/WCN3990/hw1.0/board-2.bin
new file mode 100644
index 000000000..d86c08619
Binary files /dev/null and b/ath10k/WCN3990/hw1.0/board-2.bin differ
diff --git a/ath11k/QCN9074/hw1.0/Notice.txt b/ath11k/QCN9074/hw1.0/Notice.txt
new file mode 100644
index 000000000..b15324d47
--- /dev/null
+++ b/ath11k/QCN9074/hw1.0/Notice.txt
@@ -0,0 +1,4094 @@
+This Notice.txt file contains certain notices of software components
+included with the software that Qualcomm Atheros, Inc.  (“Qualcomm
+Atheros”) is required to provide you. Except where prohibited by the
+open source license, the content of this notices file is only provided
+to satisfy Qualcomm Atheros's attribution and notice requirement; your
+use of these software components together with the Qualcomm Atheros
+software (Qualcomm Atheros software hereinafter referred to as
+“Software”) is subject to the terms of your agreement from Qualcomm
+Atheros. Compliance with all copyright laws and software license
+agreements included in the notice section of this file are the
+responsibility of the user. Except as may be granted by separate
+express written agreement, this file provides no license to any
+patents, trademarks, copyrights, or other intellectual property of
+Qualcomm Incorporated or any of its subsidiaries.
+
+Qualcomm is a trademark of Qualcomm Incorporated, registered in the
+United States and other countries. All Qualcomm Incorporated
+trademarks are used with permission. Other products and brand names
+may be trademarks or registered trademarks of their respective owners.
+
+================================================================================
+
+File: mywpa_common.h
+
+/*                                                                              
+ * WPA definitions shared between hostapd and wpa_supplicant
+ * Copyright (c) 2002-2018, Jouni Malinen <j at w1.fi>
+ *         
+ * This software may be distributed under the terms of the BSD license.
+ * See README for more details.                  
+ */
+  
+================================================================================
+
+File: fils.c
+
+/* WPA/RSN - Shared functions for supplicant and authenticator
+ * EAP common peer/server definitions
+ * EAP peer state machines (RFC 4137)
+ * Copyright (c) 2002-2018, Jouni Malinen <j at w1.fi>
+ *        
+ * This software may be distributed under the terms of the BSD license.
+ * See README for more details.
+ */  
+
+================================================================================
+
+File: fils.h
+
+/* WPA/RSN - Shared functions for supplicant and authenticator
+ * EAP common peer/server definitions
+ * EAP peer state machines (RFC 4137)
+ * Copyright (c) 2002-2018, Jouni Malinen <j at w1.fi>
+ *        
+ * This software may be distributed under the terms of the BSD license.
+ * See README for more details.
+ */  
+
+================================================================================
+
+File: mywpa_common.c
+
+/*
+ * WPA/RSN - Shared functions for supplicant and authenticator
+ * Copyright (c) 2002-2018, Jouni Malinen <j at w1.fi>
+ *
+ * This software may be distributed under the terms of the BSD license.
+ * See README for more details.
+ */
+
+================================================================================
+
+File: aes_wrap.h
+
+/*
+ * Copyright (c) 2011 Qualcomm Technologies, Inc.
+ * 2011 Qualcomm Atheros, Inc.
+ * All Rights Reserved.
+ * Confidential and Proprietary - Qualcomm Technologies, Inc.
+ * Notifications and licenses are retained for attribution purposes only.
+ */
+/*
+ * For this file, which was received with alternative licensing options for
+ * distribution, Qualcomm Atheros, Inc. has selected the BSD license.
+ */
+
+/*
+ * AES-based functions
+ *
+ *
+ * - AES Key Wrap Algorithm (128-bit KEK) (RFC3394)
+ * - One-Key CBC MAC (OMAC1) hash with AES-128
+ * - AES-128 CTR mode encryption
+ * - AES-128 EAX mode encryption/decryption
+ * - AES-128 CBC
+ *
+ * Copyright (c) 2003-2005, Jouni Malinen <jkmaline at cc.hut.fi>
+ *
+ * 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.
+ *
+ * Alternatively, this software may be distributed under the terms of BSD
+ * license.
+ *
+ * See README and COPYING for more details.
+ */
+
+================================================================================
+
+File: aes_wrap.c
+
+/*
+ * Copyright (c) 2011 Qualcomm Technologies, Inc.
+ * 2011 Qualcomm Atheros, Inc.
+ * All Rights Reserved.
+ * Confidential and Proprietary - Qualcomm Technologies, Inc.
+ * Notifications and licenses are retained for attribution purposes only.
+ */
+/*
+ * For this file, which was received with alternative licensing options for
+ * distribution, Qualcomm Atheros, Inc. has selected the BSD license.
+ */
+
+/*
+ * AES-based functions
+ *
+ *
+ * - AES Key Wrap Algorithm (128-bit KEK) (RFC3394)
+ * - One-Key CBC MAC (OMAC1) hash with AES-128
+ * - AES-128 CTR mode encryption
+ * - AES-128 EAX mode encryption/decryption
+ * - AES-128 CBC
+ *
+ * Copyright (c) 2003-2005, Jouni Malinen <jkmaline at cc.hut.fi>
+ *
+ * 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.
+ *
+ * Alternatively, this software may be distributed under the terms of BSD
+ * license.
+ *
+ * See README and COPYING for more details.
+ */
+================================================================================
+
+File: sha1.h
+
+/*
+ * Copyright (c) 2011 Qualcomm Technologies, Inc.
+ * 2011 Qualcomm Atheros, Inc.
+ * All Rights Reserved.
+ * Confidential and Proprietary - Qualcomm Technologies, Inc.
+ * Notifications and licenses are retained for attribution purposes only.
+ */
+/*
+ * For this file, which was received with alternative licensing options for
+ * distribution, Qualcomm Atheros, Inc. has selected the BSD license.
+ */
+
+/*
+ * SHA1 hash implementation and interface functions
+ * Copyright (c) 2003-2005, Jouni Malinen <jkmaline at cc.hut.fi>
+ *
+ * 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.
+ *
+ * Alternatively, this software may be distributed under the terms of BSD
+ * license.
+ *
+ * See README and COPYING for more details.
+ */
+
+================================================================================
+
+File: sha1.c
+
+/*
+ * Copyright (c) 2011 Qualcomm Technologies, Inc.
+ * 2011 Qualcomm Atheros, Inc.
+ * All Rights Reserved.
+ * Confidential and Proprietary - Qualcomm Technologies, Inc.
+ * Notifications and licenses are retained for attribution purposes only.
+ */
+/*
+ * For this file, which was received with alternative licensing options for
+ * distribution, Qualcomm Atheros, Inc. has selected the BSD license.
+ */
+
+/*
+ * SHA1 hash implementation and interface functions
+ * Copyright (c) 2003-2005, Jouni Malinen <jkmaline at cc.hut.fi>
+ *
+ * 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.
+ *
+ * Alternatively, this software may be distributed under the terms of BSD
+ * license.
+ *
+ * See README and COPYING for more details.
+ */
+
+================================================================================
+
+File: crypto.h
+
+/*
+ * Copyright (c) 2011 Qualcomm Technologies, Inc.
+ * 2011 Qualcomm Atheros, Inc.
+ * All Rights Reserved.
+ * Confidential and Proprietary - Qualcomm Technologies, Inc.
+ * Notifications and licenses are retained for attribution purposes only.
+ */
+/*
+ * For this file, which was received with alternative licensing options for
+ * distribution, Qualcomm Atheros, Inc. has selected the BSD license.
+ */
+
+/*
+ * WPA Supplicant / wrapper functions for crypto libraries
+ * Copyright (c) 2004-2005, Jouni Malinen <jkmaline at cc.hut.fi>
+ *
+ * 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.
+ *
+ * Alternatively, this software may be distributed under the terms of BSD
+ * license.
+ *
+ * See README and COPYING for more details.
+ *
+ * This file defines the cryptographic functions that need to be implemented
+ * for wpa_supplicant and hostapd. When TLS is not used, internal
+ * implementation of MD5, SHA1, and AES is used and no external libraries are
+ * required. When TLS is enabled (e.g., by enabling EAP-TLS or EAP-PEAP), the
+ * crypto library used by the TLS implementation is expected to be used for
+ * non-TLS needs, too, in order to save space by not implementing these
+ * functions twice.
+ *
+ * Wrapper code for using each crypto library is in its own file (crypto*.c)
+ * and one of these files is build and linked in to provide the functions
+ * defined here.
+ */
+
+================================================================================
+
+File: suppl_auth_api.h
+
+/*
+ * For this file, which was received with alternative licensing options for
+ * distribution, Qualcomm Atheros, Inc. has selected the BSD license.
+ */
+
+/*
+ * WPA Supplicant - Common definitions
+ * Copyright (c) 2004-2005, Jouni Malinen <jkmaline at cc.hut.fi>
+ *
+ * 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.
+ *
+ * Alternatively, this software may be distributed under the terms of BSD
+ * license.
+ *
+ * See README and COPYING for more details.
+ */
+
+================================================================================
+
+File: config.h
+
+/*
+ * For this file, which was received with alternative licensing options for
+ * distribution, Qualcomm Atheros, Inc. has selected the BSD license.
+ */
+
+/*
+ * WPA Supplicant / Configuration file structures
+ * Copyright (c) 2003-2005, Jouni Malinen <jkmaline at cc.hut.fi>
+ *
+ * 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.
+ *
+ * Alternatively, this software may be distributed under the terms of BSD
+ * license.
+ *
+ * See README and COPYING for more details.
+ */
+
+================================================================================
+
+File: ieee80211_defines.h
+
+/*
+ * Copyright (c) 2011 Qualcomm Technologies, Inc.
+ * 2008-2011 Qualcomm Atheros, Inc.
+ * All Rights Reserved.
+ * Confidential and Proprietary - Qualcomm Technologies, Inc.
+ * Qualcomm Atheros, Inc. has chosen to take madwifi subject to the BSD license and terms.
+ *
+ */
+
+================================================================================
+
+File: wpa_i.h
+
+/*
+ * For this file, which was received with alternative licensing options for
+ * distribution, Qualcomm Atheros, Inc. has selected the BSD license.
+ */
+
+/*
+ * wpa_supplicant - Internal WPA state machine definitions
+ * Copyright (c) 2004-2005, Jouni Malinen <jkmaline at cc.hut.fi>
+ *
+ * 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.
+ *
+ * Alternatively, this software may be distributed under the terms of BSD
+ * license.
+ *
+ * See README and COPYING for more details.
+ */
+
+================================================================================
+
+File: wpa.h
+
+/*
+ * For this file, which was received with alternative licensing options for
+ * distribution, Qualcomm Atheros, Inc. has selected the BSD license.
+ */
+
+/*
+ * wpa_supplicant - WPA definitions
+ * Copyright (c) 2003-2005, Jouni Malinen <jkmaline at cc.hut.fi>
+ *
+ * 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.
+ *
+ * Alternatively, this software may be distributed under the terms of BSD
+ * license.
+ *
+ * See README and COPYING for more details.
+ */
+
+================================================================================
+
+File: common.h
+
+/*
+ * For this file, which was received with alternative licensing options for
+ * distribution, Qualcomm Atheros, Inc. has selected the BSD license.
+ */
+
+/*
+ * wpa_supplicant/hostapd / common helper functions, etc.
+ * Copyright (c) 2002-2005, Jouni Malinen <jkmaline at cc.hut.fi>
+ *
+ * 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.
+ *
+ * Alternatively, this software may be distributed under the terms of BSD
+ * license.
+ *
+ * See README and COPYING for more details.
+ */
+
+================================================================================
+
+File: atomic_ops.h
+
+/*
+ * Australian Public Licence B (OZPLB)
+ *
+ * Version 1-0
+ *
+ * Copyright (c) 2007, Open Kernel Labs, Inc.
+ *
+ * All rights reserved. 
+ *
+ * Developed by: Embedded, Real-time and Operating Systems Program (ERTOS)
+ *               National ICT Australia
+ *               http://www.ertos.nicta.com.au
+ *
+ * Permission is granted by National ICT Australia, free of charge, to
+ * any person obtaining a copy of this software and any associated
+ * documentation files (the "Software") to deal with the Software without
+ * restriction, including (without limitation) the rights to use, copy,
+ * modify, adapt, merge, publish, distribute, communicate to the public,
+ * sublicense, and/or sell, lend or rent out 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 name of National ICT Australia, nor the names of its
+ *       contributors, may be used to endorse or promote products derived
+ *       from this Software without specific prior written permission.
+ *
+ * EXCEPT AS EXPRESSLY STATED IN THIS LICENCE AND TO THE FULL EXTENT
+ * PERMITTED BY APPLICABLE LAW, THE SOFTWARE IS PROVIDED "AS-IS", AND
+ * NATIONAL ICT AUSTRALIA AND ITS CONTRIBUTORS MAKE NO REPRESENTATIONS,
+ * WARRANTIES OR CONDITIONS OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING
+ * BUT NOT LIMITED TO ANY REPRESENTATIONS, WARRANTIES OR CONDITIONS
+ * REGARDING THE CONTENTS OR ACCURACY OF THE SOFTWARE, OR OF TITLE,
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT,
+ * THE ABSENCE OF LATENT OR OTHER DEFECTS, OR THE PRESENCE OR ABSENCE OF
+ * ERRORS, WHETHER OR NOT DISCOVERABLE.
+ *
+ * TO THE FULL EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT SHALL
+ * NATIONAL ICT AUSTRALIA OR ITS CONTRIBUTORS BE LIABLE ON ANY LEGAL
+ * THEORY (INCLUDING, WITHOUT LIMITATION, IN AN ACTION OF CONTRACT,
+ * NEGLIGENCE OR OTHERWISE) FOR ANY CLAIM, LOSS, DAMAGES OR OTHER
+ * LIABILITY, INCLUDING (WITHOUT LIMITATION) LOSS OF PRODUCTION OR
+ * OPERATION TIME, LOSS, DAMAGE OR CORRUPTION OF DATA OR RECORDS; OR LOSS
+ * OF ANTICIPATED SAVINGS, OPPORTUNITY, REVENUE, PROFIT OR GOODWILL, OR
+ * OTHER ECONOMIC LOSS; OR ANY SPECIAL, INCIDENTAL, INDIRECT,
+ * CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES, ARISING OUT OF OR IN
+ * CONNECTION WITH THIS LICENCE, THE SOFTWARE OR THE USE OF OR OTHER
+ * DEALINGS WITH THE SOFTWARE, EVEN IF NATIONAL ICT AUSTRALIA OR ITS
+ * CONTRIBUTORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH CLAIM, LOSS,
+ * DAMAGES OR OTHER LIABILITY.
+ *
+ * If applicable legislation implies representations, warranties, or
+ * conditions, or imposes obligations or liability on National ICT
+ * Australia or one of its contributors in respect of the Software that
+ * cannot be wholly or partly excluded, restricted or modified, the
+ * liability of National ICT Australia or the contributor is limited, to
+ * the full extent permitted by the applicable legislation, at its
+ * option, to:
+ * a.  in the case of goods, any one or more of the following:
+ * i.  the replacement of the goods or the supply of equivalent goods;
+ * ii.  the repair of the goods;
+ * iii. the payment of the cost of replacing the goods or of acquiring
+ *  equivalent goods;
+ * iv.  the payment of the cost of having the goods repaired; or
+ * b.  in the case of services:
+ * i.  the supplying of the services again; or
+ * ii.  the payment of the cost of having the services supplied again.
+ *
+ * The construction, validity and performance of this licence is governed
+ * by the laws in force in New South Wales, Australia.
+ */
+/*
+ * Author: Malcolm Purvis <malcolmp at ok-labs.com>
+ * Author: Carlos Dyonisio <medaglia at ok-labs.com>
+ */
+
+================================================================================
+
+File: qurt_atomic_ops.h
+
+/*
+ * Australian Public Licence B (OZPLB)
+ *
+ * Version 1-0
+ *
+ * Copyright (c) 2007, Open Kernel Labs, Inc.
+ *
+ * All rights reserved. 
+ *
+ * Developed by: Embedded, Real-time and Operating Systems Program (ERTOS)
+ *               National ICT Australia
+ *               http://www.ertos.nicta.com.au
+ *
+ * Permission is granted by National ICT Australia, free of charge, to
+ * any person obtaining a copy of this software and any associated
+ * documentation files (the "Software") to deal with the Software without
+ * restriction, including (without limitation) the rights to use, copy,
+ * modify, adapt, merge, publish, distribute, communicate to the public,
+ * sublicense, and/or sell, lend or rent out 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 name of National ICT Australia, nor the names of its
+ *       contributors, may be used to endorse or promote products derived
+ *       from this Software without specific prior written permission.
+ *
+ * EXCEPT AS EXPRESSLY STATED IN THIS LICENCE AND TO THE FULL EXTENT
+ * PERMITTED BY APPLICABLE LAW, THE SOFTWARE IS PROVIDED "AS-IS", AND
+ * NATIONAL ICT AUSTRALIA AND ITS CONTRIBUTORS MAKE NO REPRESENTATIONS,
+ * WARRANTIES OR CONDITIONS OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING
+ * BUT NOT LIMITED TO ANY REPRESENTATIONS, WARRANTIES OR CONDITIONS
+ * REGARDING THE CONTENTS OR ACCURACY OF THE SOFTWARE, OR OF TITLE,
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT,
+ * THE ABSENCE OF LATENT OR OTHER DEFECTS, OR THE PRESENCE OR ABSENCE OF
+ * ERRORS, WHETHER OR NOT DISCOVERABLE.
+ *
+ * TO THE FULL EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT SHALL
+ * NATIONAL ICT AUSTRALIA OR ITS CONTRIBUTORS BE LIABLE ON ANY LEGAL
+ * THEORY (INCLUDING, WITHOUT LIMITATION, IN AN ACTION OF CONTRACT,
+ * NEGLIGENCE OR OTHERWISE) FOR ANY CLAIM, LOSS, DAMAGES OR OTHER
+ * LIABILITY, INCLUDING (WITHOUT LIMITATION) LOSS OF PRODUCTION OR
+ * OPERATION TIME, LOSS, DAMAGE OR CORRUPTION OF DATA OR RECORDS; OR LOSS
+ * OF ANTICIPATED SAVINGS, OPPORTUNITY, REVENUE, PROFIT OR GOODWILL, OR
+ * OTHER ECONOMIC LOSS; OR ANY SPECIAL, INCIDENTAL, INDIRECT,
+ * CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES, ARISING OUT OF OR IN
+ * CONNECTION WITH THIS LICENCE, THE SOFTWARE OR THE USE OF OR OTHER
+ * DEALINGS WITH THE SOFTWARE, EVEN IF NATIONAL ICT AUSTRALIA OR ITS
+ * CONTRIBUTORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH CLAIM, LOSS,
+ * DAMAGES OR OTHER LIABILITY.
+ *
+ * If applicable legislation implies representations, warranties, or
+ * conditions, or imposes obligations or liability on National ICT
+ * Australia or one of its contributors in respect of the Software that
+ * cannot be wholly or partly excluded, restricted or modified, the
+ * liability of National ICT Australia or the contributor is limited, to
+ * the full extent permitted by the applicable legislation, at its
+ * option, to:
+ * a.  in the case of goods, any one or more of the following:
+ * i.  the replacement of the goods or the supply of equivalent goods;
+ * ii.  the repair of the goods;
+ * iii. the payment of the cost of replacing the goods or of acquiring
+ *  equivalent goods;
+ * iv.  the payment of the cost of having the goods repaired; or
+ * b.  in the case of services:
+ * i.  the supplying of the services again; or
+ * ii.  the payment of the cost of having the services supplied again.
+ *
+ * The construction, validity and performance of this licence is governed
+ * by the laws in force in New South Wales, Australia.
+ */
+/*
+ * Author: Malcolm Purvis <malcolmp at ok-labs.com>
+ *
+ * This file is only included by the main atomic_ops.h, so all of that
+ * file's definitions are available.
+ */
+
+================================================================================
+
+File: ieee_crc32.c
+
+/*                                                                              
+ *  COPYRIGHT (C) 1986 Gary S. Brown.  You may use this program, or             
+ *  code or tables extracted from it, as desired without restriction.           
+ *                                                                              
+ *  First, the polynomial itself and its table of feedback terms.  The          
+ *  polynomial is                                                               
+ *  X^32+X^26+X^23+X^22+X^16+X^12+X^11+X^10+X^8+X^7+X^5+X^4+X^2+X^1+X^0         
+ *                                                                              
+ *  Note that we take it "backwards" and put the highest-order term in          
+ *  the lowest-order bit.  The X^32 term is "implied"; the LSB is the           
+ *  X^31 term, etc.  The X^0 term (usually shown as "+1") results in            
+ *  the MSB being 1                                                             
+ *                                                                              
+ *  Note that the usual hardware shift register implementation, which           
+ *  is what we're using (we're merely optimizing it by doing eight-bit          
+ *  chunks at a time) shifts bits into the lowest-order term.  In our           
+ *  implementation, that means shifting towards the right.  Why do we           
+ *  do it this way?  Because the calculated CRC must be transmitted in          
+ *  order from highest-order term to lowest-order term.  UARTs transmit         
+ *  characters in order from LSB to MSB.  By storing the CRC this way           
+ *  we hand it to the UART in the order low-byte to high-byte; the UART         
+ *  sends each low-bit to hight-bit; and the result is transmission bit         
+ *  by bit from highest- to lowest-order term without requiring any bit         
+ *  shuffling on our part.  Reception works similarly                           
+ *                                                                              
+ *  The feedback terms table consists of 256, 32-bit entries.  Notes            
+ *                                                                              
+ *      The table can be generated at runtime if desired; code to do so         
+ *      is shown later.  It might not be obvious, but the feedback              
+ *      terms simply represent the results of eight shift/xor opera             
+ *      tions for all combinations of data and CRC register values              
+ *                                                                              
+ *      The values must be right-shifted by eight bits by the "updcrc           
+ *      logic; the shift must be unsigned (bring in zeroes).  On some           
+ *      hardware you could probably optimize the shift in assembler by          
+ *      using byte-swap instructions                                            
+ *      polynomial $edb88320                                                    
+ *                                                                              
+ *                                                                              
+ * CRC32 code derived from work by Gary S. Brown.                               
+ */    
+ 
+================================================================================
+
+File: sha2.h
+
+/*
+ * AUTHOR:  Aaron D. Gifford - http://www.aarongifford.com/
+ *
+ * Copyright (c) 2000-2001, Aaron D. Gifford
+ * 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 holder nor 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 AUTHOR AND CONTRIBUTOR(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 AUTHOR OR CONTRIBUTOR(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.
+ */
+
+================================================================================
+
+File: if_llc.h
+
+/*
+ * Copyright (c) 2018 Qualcomm Technologies, Inc.
+ * All Rights Reserved.
+ * Confidential and Proprietary - Qualcomm Technologies, Inc.
+ * 
+ * 2012 - 2016 Qualcomm Atheros, Inc.
+ */
+
+/*
+ * For this file, which was received with alternative licensing options for   
+ * distribution, Qualcomm Atheros, Inc. has selected the BSD license.
+ */
+
+//-
+// Copyright (c) 2002-2004 Sam Leffler, Errno Consulting
+// All rights reserved.
+// $ATH_LICENSE_NULL$
+//
+// 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,
+//    without modification.
+// 2. Redistributions in binary form must reproduce at minimum a disclaimer
+//    similar to the "NO WARRANTY" disclaimer below ("Disclaimer") and any
+//    redistribution must be conditioned upon including a substantially
+//    similar Disclaimer requirement for further binary redistribution.
+// 3. Neither the names of the above-listed copyright holders nor the names
+//    of any contributors may be used to endorse or promote products derived
+//    from this software without specific prior written permission.
+//
+// Alternatively, this software may be distributed under the terms of the
+// GNU General Public License ("GPL") version 2 as published by the Free
+// Software Foundation.
+//
+// NO WARRANTY
+// 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 NONINFRINGEMENT, MERCHANTIBILITY
+// AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
+// THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR 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 DAMAGES.
+//
+//
+
+/*
+ * Copyright (c) 1988, 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.
+ * 3. All advertising materials mentioning features or use of this software
+ *    must display the following acknowledgement:
+ *	This product includes software developed by the University of
+ *	California, Berkeley and its contributors.
+ * 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.
+ */
+
+================================================================================
+
+File: stringl.h
+
+/*	$OpenBSD: string.h,v 1.17 2006/01/06 18:53:04 millert Exp $	*/
+/*	$NetBSD: string.h,v 1.6 1994/10/26 00:56:30 cgd Exp $	*/
+/*-
+ * Copyright (c) 1990 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.
+ * 3. 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.
+ *
+ *	@(#)string.h	5.10 (Berkeley) 3/9/91
+ */
+
+================================================================================
+
+File: stail_queue.h
+
+// Copyright (c) 1991, 1993
+// The Regents of the University of California.  All rights reserved.
+// $ATH_LICENSE_NULL$
+//
+// 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 the University of
+//      California, Berkeley and its contributors.
+// 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.
+
+================================================================================
+
+File: queue.h
+
+// Copyright (c) 1991, 1993
+// The Regents of the University of California.  All rights reserved.
+// $ATH_LICENSE_NULL$
+//
+// 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 the University of
+//      California, Berkeley and its contributors.
+// 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.
+//
+//  @(#)queue.h 8.5 (Berkeley) 8/20/94
+// $FreeBSD: src/sys/sys/queue.h,v 1.58 2004/04/07 04:19:49 imp Exp $
+
+================================================================================
+
+File: phyUtilsStrlcpy.c
+
+/*
+ * Copyright (c) 1998 Todd C. Miller <Todd.Miller at courtesan.com>
+ *
+ * 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.
+ */
+
+================================================================================
+
+File: platform_cmnos_printf.c
+
+/* 
+ * Copyright (c) 2018 - 2019 Qualcomm Technologies, Inc. 
+ * All Rights Reserved. 
+ * Confidential and Proprietary - Qualcomm Technologies, Inc. 
+ */
+/*
+ * we got this file from ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/10.1-RELEASE/src.txz,
+ * and we revise the code. we take BSD license. Please keep the original BSD license here.
+ */
+/*
+ * Copyright (c) 1990, 1993
+ *      The Regents of the University of California.  All rights reserved.
+ *
+ * This code is derived from software contributed to Berkeley by
+ * Chris Torek.
+ *
+ * Copyright (c) 2011 The FreeBSD Foundation
+ * All rights reserved.
+ * Portions of this software were developed by David Chisnall
+ * under sponsorship from the FreeBSD Foundation.
+ *
+ * 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 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.
+ */
+
+================================================================================
+
+File: strlcat.c
+
+/* $OpenBSD: strlcat.c,v 1.13 2005/08/08 08:05:37 espie Exp $ */
+/*
+ * Copyright (c) 1998 Todd C. Miller <Todd.Miller at courtesan.com>
+ *
+ * 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.
+ */
+
+================================================================================
+
+File: strlcpy.c
+
+/* $OpenBSD: strlcpy.c,v 1.11 2006/05/05 15:27:38 millert Exp $ */
+/*
+ * Copyright (c) 1998 Todd C. Miller <Todd.Miller at courtesan.com>
+ *
+ * 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.
+ */
+
+================================================================================
+
+File: strnlen.c
+
+/* $OpenBSD: strnlen.c,v 1.3 2010/06/02 12:58:12 millert Exp $ */
+
+/*
+ * Copyright (c) 2010 Todd C. Miller <Todd.Miller at courtesan.com>
+ *
+ * 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.
+ */
+/* OPENBSD ORIGINAL: lib/libc/string/strnlen.c */
+
+================================================================================
+
+File: wcslcat.c
+
+/* $OpenBSD: strlcat.c,v 1.13 2005/08/08 08:05:37 espie Exp $ */
+/*
+ * Copyright (c) 1998 Todd C. Miller <Todd.Miller at courtesan.com>
+ *
+ * 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.
+ */
+
+================================================================================
+
+File: wcslcpy.c
+
+/* $OpenBSD: strlcpy.c,v 1.11 2006/05/05 15:27:38 millert Exp $ */
+/*
+ * Copyright (c) 1998 Todd C. Miller <Todd.Miller at courtesan.com>
+ *
+ * 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.
+ */
+
+================================================================================
+
+File: wstrlcat.c
+
+/* $OpenBSD: strlcat.c,v 1.13 2005/08/08 08:05:37 espie Exp $ */
+
+/*
+ * Copyright (c) 1998 Todd C. Miller <Todd.Miller at courtesan.com>
+ *
+ * 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.
+ */
+
+================================================================================
+
+File: wstrlcpy.c
+
+/* $OpenBSD: strlcpy.c,v 1.11 2006/05/05 15:27:38 millert Exp $ */
+
+/*
+ * Copyright (c) 1998 Todd C. Miller <Todd.Miller at courtesan.com>
+ *
+ * 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.
+ */
+
+================================================================================
+
+File: if_ethersubr.h
+
+/*
+ * Copyright (c) 2012 Qualcomm Atheros, Inc.
+ * All Rights Reserved.
+ * Qualcomm Atheros Confidential and Proprietary.
+ */
+
+/*
+ * For this file, which was received with alternative licensing options for
+ * distribution, Qualcomm Atheros, Inc. has selected the BSD license.
+ */
+
+// -
+// Copyright (c) 2002-2004 Sam Leffler, Errno Consulting
+// All rights reserved.
+// $ATH_LICENSE_NULL$
+//
+// 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,
+// without modification.
+// 2. Redistributions in binary form must reproduce at minimum a disclaimer
+// similar to the "NO WARRANTY" disclaimer below ("Disclaimer") and any
+// redistribution must be conditioned upon including a substantially
+// similar Disclaimer requirement for further binary redistribution.
+// 3. Neither the names of the above-listed copyright holders nor the names
+// of any contributors may be used to endorse or promote products derived
+// from this software without specific prior written permission.
+//
+// Alternatively, this software may be distributed under the terms of the
+// GNU General Public License ("GPL") version 2 as published by the Free
+// Software Foundation.
+//
+// NO WARRANTY
+// 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 NONINFRINGEMENT, MERCHANTIBILITY
+// AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
+// THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR 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 DAMAGES.
+//
+
+================================================================================
+
+File: aes-siv.c
+
+/*
+ * Copyright (c) 2017-2018 Qualcomm Technologies, Inc.
+ * All Rights Reserved.
+ * Confidential and Proprietary - Qualcomm Technologies, Inc.
+ * Notifications and licenses are retained for attribution purposes only
+ */
+/*
+ * For this file, which was received with alternative licensing options for
+ * distribution, Qualcomm Atheros, Inc. has selected the BSD license.
+ */
+
+/*
+ * AES SIV (RFC 5297)
+ * Copyright (c) 2013 Cozybit, Inc.
+ *
+ * This software may be distributed under the terms of the BSD license.
+ * See README for more details.
+ */
+
+/*
+ * AES SIV (RFC 5297)
+ * Copyright (c) 2013 Cozybit, Inc.
+ *
+ * This software may be distributed under the terms of the BSD license.
+ */
+   
+================================================================================
+
+File: aes_siv.h
+
+/*
+ * Copyright (c) 2017-2018 Qualcomm Technologies, Inc.
+ * All Rights Reserved.
+ * Confidential and Proprietary - Qualcomm Technologies, Inc.
+ * Notifications and licenses are retained for attribution purposes only
+ */
+/*
+ * For this file, which was received with alternative licensing options for
+ * distribution, Qualcomm Atheros, Inc. has selected the BSD license.
+ */
+/*
+ * AES SIV (RFC 5297)
+ * Copyright (c) 2013 Cozybit, Inc.
+ *
+ * This software may be distributed under the terms of the BSD license.
+ * See README for more details.
+ */
+
+================================================================================
+
+File: apf.h
+
+/*
+ * Copyright 2018, 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.
+ * 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.
+ */
+
+================================================================================
+
+File: apf_interpreter.c
+
+/*
+ * Copyright 2018, 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.
+ * 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.
+ */
+
+================================================================================
+
+File: apf_interpreter.h
+
+/*
+ * Copyright 2015, 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.
+ * 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.
+ */
+
+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:
+
+  1. You must give any other recipients of the Work or Derivative
+     Works a copy of this License; and
+
+  2. You must cause any modified files to carry prominent notices
+     stating that You changed the files; and
+
+  3. 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
+
+  4. 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
+
+================================================================================
+
+File: sha256.c
+
+/*
+ * Copyright (c) 2016 Qualcomm Technologies, Inc.
+ * All Rights Reserved.
+ * Confidential and Proprietary - Qualcomm Technologies, Inc.
+ * Notifications and licenses are retained for attribution purposes only
+ */
+/*
+ * For this file, which was received with alternative licensing options for
+ * distribution, Qualcomm Atheros, Inc. has selected the BSD license.
+ */
+
+/*
+ * SHA-256 hash implementation and interface functions
+ * Copyright (c) 2003-2007, Jouni Malinen <j at w1.fi>
+ *
+ * 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.
+ *
+ * Alternatively, this software may be distributed under the terms of BSD
+ * license.
+ *
+ * See README and COPYING for more details.
+ */
+/* ===== start - public domain SHA256 implementation ===== */
+
+/* This is based on SHA256 implementation in LibTomCrypt that was released into
+ * public domain by Tom St Denis.
+ */
+
+================================================================================
+
+File: sha384-internal.c
+
+/*
+ * SHA-384 hash implementation and interface functions
+ * Copyright (c) 2015, Pali Rohár <pali.rohar at gmail.com>
+ *
+ * This software may be distributed under the terms of the BSD license.
+ * See README for more details.
+ */
+/* ===== start - public domain SHA384 implementation ===== */
+
+/* This is based on SHA384 implementation in LibTomCrypt that was released into
+ * public domain by Tom St Denis.
+ */
+
+================================================================================
+
+File: sha512-internal.c
+
+/*
+ * SHA-512 hash implementation and interface functions
+ * Copyright (c) 2015, Pali Rohár <pali.rohar at gmail.com>
+ *
+ * This software may be distributed under the terms of the BSD license.
+ * See README for more details.
+ */
+/* ===== start - public domain SHA512 implementation ===== */
+
+/* This is based on SHA512 implementation in LibTomCrypt that was released into
+ * public domain by Tom St Denis.
+ */
+
+================================================================================
+
+File: sha256.h
+
+/*
+ * Copyright (c) 2014 Qualcomm Atheros, Inc.
+ * All Rights Reserved.
+ * Qualcomm Atheros Confidential and Proprietary.
+ * Notifications and licenses are retained for attribution purposes only.
+ */
+/*
+ * For this file, which was received with alternative licensing options for
+ * distribution, Qualcomm Atheros, Inc. has selected the BSD license.
+ */
+
+/*
+ * SHA256 hash implementation and interface functions
+ * Copyright (c) 2003-2006, Jouni Malinen <j at w1.fi>
+ *
+ * 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.
+ *
+ * Alternatively, this software may be distributed under the terms of BSD
+ * license.
+ *
+ * See README and COPYING for more details.
+ */
+
+================================================================================
+
+File: sha384_i.h
+
+/*
+ * SHA-384 internal definitions
+ * Copyright (c) 2015, Pali Rohár <pali.rohar at gmail.com>
+ *
+ * This software may be distributed under the terms of the BSD license.
+ * See README for more details.
+ */
+
+================================================================================
+
+File: sha384.c
+
+/*
+ * SHA-384 hash implementation and interface functions
+ * Copyright (c) 2003-2017, Jouni Malinen <j at w1.fi>
+ *
+ * This software may be distributed under the terms of the BSD license.
+ * See README for more details.
+ */
+
+================================================================================
+
+File: sha384-prf.c
+
+/*
+ * SHA384-based KDF (IEEE 802.11ac)
+ * Copyright (c) 2003-2017, Jouni Malinen <j at w1.fi>
+ *
+ * This software may be distributed under the terms of the BSD license.
+ * See README for more details.
+ */
+
+================================================================================
+
+File: sha384.h
+
+/*
+ * SHA384 hash implementation and interface functions
+ * Copyright (c) 2015-2017, Jouni Malinen <j at w1.fi>
+ *
+ * This software may be distributed under the terms of the BSD license.
+ * See README for more details.
+ */
+
+================================================================================
+
+File: sha256-kdf.c
+
+/*
+ * HMAC-SHA256 KDF (RFC 5295) and HKDF-Expand(SHA256) (RFC 5869)
+ * Copyright (c) 2014-2017, Jouni Malinen <j at w1.fi>
+ *
+ * This software may be distributed under the terms of the BSD license.
+ * See README for more details.
+ */
+
+================================================================================
+
+File: sha512_i.h
+
+/*
+ * SHA-512 internal definitions
+ * Copyright (c) 2015, Pali Rohár <pali.rohar at gmail.com>
+ *
+ * This software may be distributed under the terms of the BSD license.
+ * See README for more details.
+ */
+
+================================================================================
+
+File: md5.c
+
+/*
+ * Copyright (c) 2011 Qualcomm Atheros, Inc.
+ * All Rights Reserved.
+ * Qualcomm Atheros Confidential and Proprietary.
+ * $ATH_LICENSE_TARGET_C$
+ */
+
+//
+// This code implements the MD5 message-digest algorithm.
+// The algorithm is due to Ron Rivest.  This code was
+// written by Colin Plumb in 1993, no copyright is claimed.
+// This code is in the public domain; do with it what you wish.
+//
+// Equivalent code is available from RSA Data Security, Inc.
+// This code has been tested against that, and is equivalent,
+// except that you don't need to include two pages of legalese
+// with every copy.
+//
+// To compute the message digest of a chunk of bytes, declare an
+// MD5Context structure, pass it to MD5Init, call MD5Update as
+// needed on buffers full of bytes, and then call MD5Final, which
+// will fill a supplied 16-byte array with the digest.
+//
+// This code implements the MD5 message-digest algorithm.
+// The algorithm is due to Ron Rivest.  This code was
+// written by Colin Plumb in 1993, no copyright is claimed.
+// This code is in the public domain; do with it what you wish.
+//
+// Equivalent code is available from RSA Data Security, Inc.
+// This code has been tested against that, and is equivalent,
+// except that you don't need to include two pages of legalese
+// with every copy.
+//
+ 
+================================================================================
+
+File: aes_gcm.h
+
+/*
+ * Copyright (c) 2017-2019 Qualcomm Technologies, Inc.
+ * All Rights Reserved.
+ * Confidential and Proprietary - Qualcomm Technologies, Inc.
+ */
+/*
+ * Galois/Counter Mode (GCM) and GMAC with AES
+ *
+ * Copyright (c) 2012, Jouni Malinen <j at w1.fi>
+ *
+ * This software may be distributed under the terms of the BSD license.
+ * See README for more details.
+ */
+
+================================================================================
+
+File: md5_api.h
+
+/*
+ * Copyright (c) 2011 Qualcomm Atheros, Inc.
+ * All Rights Reserved.
+ * Qualcomm Atheros Confidential and Proprietary.
+ * Notifications and licenses are retained for attribution purposes only.
+ */
+/*
+ * For this file, which was received with alternative licensing options for
+ * distribution, Qualcomm Atheros, Inc. has selected the BSD license.
+ */
+
+/*
+ * MD5 hash implementation and interface functions
+ * Copyright (c) 2003-2005, Jouni Malinen <jkmaline at cc.hut.fi>
+ *
+ * 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.
+ *
+ * Alternatively, this software may be distributed under the terms of BSD
+ * license.
+ *
+ * See README and COPYING for more details.
+ */
+
+
+================================================================================
+
+File: wlan_p2p_listen_offload_int.c
+
+/*
+ * For this file, which was received with alternative licensing options for
+ * distribution, Qualcomm Technologies, Inc. has selected the BSD license.
+ */
+/*
+ * 2016-2017 Qualcomm Atheros, Inc.
+ * All Rights Reserved.
+ */
+/*
+ * Wi-Fi Protected Setup - attribute parsing
+ * Copyright (c) 2008, Jouni Malinen <j at w1.fi>
+ *
+ * This software may be distributed under the terms of the BSD license.
+ * See README for more details.
+ */
+
+================================================================================
+
+File: wlan_p2p_listen_offload_internal.h
+
+/*
+ * For this file, which was received with alternative licensing options for
+ * distribution, Qualcomm Technologies, Inc. has selected the BSD license.
+ */
+/*
+ * 2016-2017 Qualcomm Atheros, Inc.
+ * All Rights Reserved.
+ */
+/*
+ * Wi-Fi Protected Setup - message definitions
+ * Copyright (c) 2008, Jouni Malinen <j at w1.fi>
+ *
+ * This software may be distributed under the terms of the BSD license.
+ * See README for more details.
+ */
+
+================================================================================
+
+File: aes-ctr.c
+
+/*
+ * AES-128/192/256 CTR
+ *
+ * Copyright (c) 2003-2007, Jouni Malinen <j at w1.fi>
+ *
+ * This software may be distributed under the terms of the BSD license.
+ * See README for more details.
+ */
+
+================================================================================
+
+File: m1_m4_frame.c
+
+/*
+ * For this file, which was received with alternative licensing options for
+ * distribution, Qualcomm Atheros, Inc. has selected the BSD license.
+ */
+/* RC4 stream cipher
+ * Copyright (c) 2002-2005, Jouni Malinen <j at w1.fi>
+ *
+ * This software may be distributed under the terms of the BSD license.
+ * See README for more details.
+ */
+
+================================================================================
+
+File: my_nan_sec.c
+
+/*
+ * For this file, which was received with alternative licensing options for
+ * distribution, Qualcomm Atheros, Inc. has selected the BSD license.
+ */
+
+/*
+ * WPA Supplicant - WPA state machine and EAPOL-Key processing
+ * Copyright (c) 2003-2005, Jouni Malinen <jkmaline at cc.hut.fi>
+ *
+ * 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.
+ *
+ * Alternatively, this software may be distributed under the terms of BSD
+ * license.
+ *
+ * See README and COPYING for more details.
+ */
+
+================================================================================
+
+File: mywpa.c
+
+/*
+ * For this file, which was received with alternative licensing options for
+ * distribution, Qualcomm Atheros, Inc. has selected the BSD license.
+ */
+
+/*
+ * WPA Supplicant - WPA state machine and EAPOL-Key processing
+ * Copyright (c) 2003-2005, Jouni Malinen <jkmaline at cc.hut.fi>
+ *
+ * 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.
+ *
+ * Alternatively, this software may be distributed under the terms of BSD
+ * license.
+ *
+ * See README and COPYING for more details.
+ */
+
+================================================================================
+
+File: mywpa_ft.c
+
+/*
+ * For this file, which was received with alternative licensing options for
+ * distribution, Qualcomm Atheros, Inc. has selected the BSD license.
+ */
+
+/*
+ * WPA Supplicant - IEEE 802.11r - Fast BSS Transition
+ * Copyright (c) 2006-2007, Jouni Malinen <j at w1.fi>
+
+ *
+ * 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.
+ *
+ * Alternatively, this software may be distributed under the terms of BSD
+ * license.
+ *
+ * See README and COPYING for more details.
+ */
+
+================================================================================
+
+File: mywpa_ft.h
+
+/*
+ * For this file, which was received with alternative licensing options for
+ * distribution, Qualcomm Atheros, Inc. has selected the BSD license.
+ */
+
+/*
+ * WPA Supplicant - IEEE 802.11r - Fast BSS Transition
+ * Copyright (c) 2006-2007, Jouni Malinen <j at w1.fi>
+
+ * 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.
+ *
+ * Alternatively, this software may be distributed under the terms of BSD
+ * license.
+ *
+ * See README and COPYING for more details.
+ */
+
+================================================================================
+
+File: wlan_p2p_disc_offload.c
+/*
+ * For this file, which was received with alternative licensing options for
+ * distribution, Qualcomm Technologies, Inc. has selected the BSD license.
+ */
+/*
+ * Wi-Fi Protected Setup - attribute parsing
+ * Copyright (c) 2008, Jouni Malinen <j at w1.fi>
+ *
+ * This software may be distributed under the terms of the BSD license.
+ * See README for more details.
+ */
+
+================================================================================
+
+File: wlan_p2p_disc_offload_internal.h
+
+/*
+ * For this file, which was received with alternative licensing options for
+ * distribution, Qualcomm Technologies, Inc. has selected the BSD license.
+ */
+/*
+ * Wi-Fi Protected Setup - message definitions
+ * Copyright (c) 2008, Jouni Malinen <j at w1.fi>
+ *
+ * This software may be distributed under the terms of the BSD license.
+ * See README for more details.
+ */
+
+================================================================================
+
+File: htt_common.h
+
+/*
+ * Copyright (c) 2012-2016, 2020 The Linux Foundation. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+/*
+ * This file was originally distributed by Qualcomm Atheros, Inc.
+ * under proprietary terms before Copyright ownership was assigned
+ * to the Linux Foundation.
+ */
+
+================================================================================
+
+File: htt_deps.h
+
+/*
+ * Copyright (c) 2011-2017 The Linux Foundation. All rights reserved.
+ *
+ * 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 file was originally distributed by Qualcomm Atheros, Inc.
+ * under proprietary terms before Copyright ownership was assigned
+ * to the Linux Foundation.
+ */
+
+================================================================================
+
+File: htt.h
+
+/*
+ * Copyright (c) 2011-2021 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2021-2022 Qualcomm Innovation Center, Inc. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+/*
+ * This file was originally distributed by Qualcomm Atheros, Inc.
+ * under proprietary terms before Copyright ownership was assigned
+ * to the Linux Foundation.
+ */
+
+================================================================================
+
+File: htt_ppdu_stats.h
+
+/*
+ * Copyright (c) 2017-2021 The Linux Foundation. All rights reserved.
+ *
+ * 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.
+ */
+
+================================================================================
+
+File: htt_stats.h
+
+/*
+ * Copyright (c) 2017-2021 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2021-2022 Qualcomm Innovation Center, Inc. All rights reserved.
+ *
+ * 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.
+ */
+
+================================================================================
+
+File: pcie_reg_scratch.h
+
+/*
+ * Copyright (c) 2021 The Linux Foundation. All rights reserved.
+ *
+ * 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.
+ */
+
+================================================================================
+
+File: wdi_ipa.h
+
+/*
+ * Copyright (c) 2011-2017 The Linux Foundation. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+/*
+ * This file was originally distributed by Qualcomm Atheros, Inc.
+ * under proprietary terms before Copyright ownership was assigned
+ * to the Linux Foundation.
+ */
+
+================================================================================
+
+File: wlan_defs.h
+
+/*
+ * Copyright (c) 2013-2016, 2018-2021 The Linux Foundation. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+/*
+ * This file was originally distributed by Qualcomm Atheros, Inc.
+ * under proprietary terms before Copyright ownership was assigned
+ * to the Linux Foundation.
+ */
+
+================================================================================
+
+File: wlan_nan_msg_common.h
+
+/*
+ * Copyright (c) 2017-2018 The Linux Foundation. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+/*
+ * This file was originally distributed by Qualcomm Atheros, Inc.
+ * under proprietary terms before Copyright ownership was assigned
+ * to the Linux Foundation.
+ */
+
+================================================================================
+
+File: wlan_nan_msg_common_v2.h
+
+/*
+ * Copyright (c) 2017-2018, The Linux Foundation. All rights reserved.
+ *
+ * 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.
+ */
+
+================================================================================
+
+File: wlan_nan_msg.h
+
+/*
+ * Copyright (c) 2014-2018 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+/*
+ * This file was originally distributed by Qualcomm Atheros, Inc.
+ * under proprietary terms before Copyright ownership was assigned
+ * to the Linux Foundation.
+ */
+
+================================================================================
+
+File: wmi.h
+
+/*
+ * Copyright (c) 2010-2017 The Linux Foundation. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+/*
+ * This file was originally distributed by Qualcomm Atheros, Inc.
+ * under proprietary terms before Copyright ownership was assigned
+ * to the Linux Foundation.
+ */
+
+================================================================================
+
+File: wmi_services.h
+
+/*
+ * Copyright (c) 2011-2021 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2021-2022 Qualcomm Innovation Center, Inc. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+/*
+ * This file was originally distributed by Qualcomm Atheros, Inc.
+ * under proprietary terms before Copyright ownership was assigned
+ * to the Linux Foundation.
+ */
+
+================================================================================
+
+File: wmi_tlv_defs.h
+
+/*
+ * Copyright (c) 2010-2021 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2021-2022 Qualcomm Innovation Center, Inc. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+/*
+ * This file was originally distributed by Qualcomm Atheros, Inc.
+ * under proprietary terms before Copyright ownership was assigned
+ * to the Linux Foundation.
+ */
+
+================================================================================
+
+File: wmi_tlv_helper.h
+
+/*
+ * Copyright (c) 2012-2017 The Linux Foundation. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+/*
+ * This file was originally distributed by Qualcomm Atheros, Inc.
+ * under proprietary terms before Copyright ownership was assigned
+ * to the Linux Foundation.
+ */
+
+================================================================================
+
+File: wmi_unified.h
+
+/*
+ * Copyright (c) 2010-2021 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2021-2022 Qualcomm Innovation Center, Inc. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+/*
+ * This file was originally distributed by Qualcomm Atheros, Inc.
+ * under proprietary terms before Copyright ownership was assigned
+ * to the Linux Foundation.
+ */
+
+================================================================================
+
+File: wmi_unified_vendor.h
+
+/*
+ * Copyright (c) 2020 The Linux Foundation. All rights reserved.
+ *
+ * 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.
+ */
+
+================================================================================
+
+File: wmi_version.h
+
+/*
+ * Copyright (c) 2012-2021 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2021-2022 Qualcomm Innovation Center, Inc. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+/*
+ * This file was originally distributed by Qualcomm Atheros, Inc.
+ * under proprietary terms before Copyright ownership was assigned
+ * to the Linux Foundation.
+ */
+
+================================================================================
+
+File: wmix.h
+
+/*
+ * Copyright (c) 2012-2016 The Linux Foundation. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+/*
+ * This file was originally distributed by Qualcomm Atheros, Inc.
+ * under proprietary terms before Copyright ownership was assigned
+ * to the Linux Foundation.
+ */
+
+================================================================================
+
+File: athdefs.h
+
+/*
+ * Copyright (c) 2012 The Linux Foundation. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+/*
+ * This file was originally distributed by Qualcomm Atheros, Inc.
+ * under proprietary terms before Copyright ownership was assigned
+ * to the Linux Foundation.
+ */
+
+================================================================================
+
+File: cepci.h
+
+/*
+ * Copyright (c) 2012-2016 The Linux Foundation. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+/*
+ * This file was originally distributed by Qualcomm Atheros, Inc.
+ * under proprietary terms before Copyright ownership was assigned
+ * to the Linux Foundation.
+ */
+
+================================================================================
+
+File: dbglog.h
+
+/*
+ * Copyright (c) 2012-2016 The Linux Foundation. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+/*
+ * This file was originally distributed by Qualcomm Atheros, Inc.
+ * under proprietary terms before Copyright ownership was assigned
+ * to the Linux Foundation.
+ */
+
+================================================================================
+
+File: dbglog_id.h
+
+/*
+ * Copyright (c) 2010-2017 The Linux Foundation. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+/*
+ * This file was originally distributed by Qualcomm Atheros, Inc.
+ * under proprietary terms before Copyright ownership was assigned
+ * to the Linux Foundation.
+ */
+
+================================================================================
+
+File: enet.h
+
+/*
+ * Copyright (c) 2012-2014, 2017, 2021 The Linux Foundation. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+/*
+ * This file was originally distributed by Qualcomm Atheros, Inc.
+ * under proprietary terms before Copyright ownership was assigned
+ * to the Linux Foundation.
+ */
+
+================================================================================
+
+File: epping_test.h
+
+/*
+ * Copyright (c) 2012 The Linux Foundation. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+/*
+ * This file was originally distributed by Qualcomm Atheros, Inc.
+ * under proprietary terms before Copyright ownership was assigned
+ * to the Linux Foundation.
+ */
+
+================================================================================
+
+File: htc.h
+
+/*
+ * Copyright (c) 2012, 2014-2016, 2018 The Linux Foundation. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+/*
+ * This file was originally distributed by Qualcomm Atheros, Inc.
+ * under proprietary terms before Copyright ownership was assigned
+ * to the Linux Foundation.
+ */
+
+================================================================================
+
+File: htc_services.h
+
+/*
+ * Copyright (c) 2012, 2014-2017, 2020 The Linux Foundation. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+/*
+ * This file was originally distributed by Qualcomm Atheros, Inc.
+ * under proprietary terms before Copyright ownership was assigned
+ * to the Linux Foundation.
+ */
+
+================================================================================
+
+File: ip_prot.h
+
+/*
+ * Copyright (c) 2012 The Linux Foundation. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+/*
+ * This file was originally distributed by Qualcomm Atheros, Inc.
+ * under proprietary terms before Copyright ownership was assigned
+ * to the Linux Foundation.
+ */
+
+================================================================================
+
+File: ipv4.h
+
+/*
+ * Copyright (c) 2012 The Linux Foundation. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+/*
+ * This file was originally distributed by Qualcomm Atheros, Inc.
+ * under proprietary terms before Copyright ownership was assigned
+ * to the Linux Foundation.
+ */
+
+================================================================================
+
+File: ipv6.h
+
+/*
+ * Copyright (c) 2012-2013 The Linux Foundation. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+/*
+ * This file was originally distributed by Qualcomm Atheros, Inc.
+ * under proprietary terms before Copyright ownership was assigned
+ * to the Linux Foundation.
+ */
+
+================================================================================
+
+File: ol_fw_tx_dbg.h
+
+/*
+ * Copyright (c) 2012 The Linux Foundation. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+/*
+ * This file was originally distributed by Qualcomm Atheros, Inc.
+ * under proprietary terms before Copyright ownership was assigned
+ * to the Linux Foundation.
+ */
+
+================================================================================
+
+File: pktlog_if.h
+
+/*
+ * Copyright (c) 2012,2015,2017,2021 The Linux Foundation. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+/*
+ * This file was originally distributed by Qualcomm Atheros, Inc.
+ * under proprietary terms before Copyright ownership was assigned
+ * to the Linux Foundation.
+ */
+
+================================================================================
+
+File: queue.h
+
+/*
+ * Copyright (c) 2017 The Linux Foundation. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */ 
+
+================================================================================
+
+File: wmi_port.h
+
+/*
+ * Copyright (c) 2014 The Linux Foundation. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+/*
+ * This file was originally distributed by Qualcomm Atheros, Inc.
+ * under proprietary terms before Copyright ownership was assigned
+ * to the Linux Foundation.
+ */
+
+================================================================================
+
+File: wmi_unified_priv.h
+
+/*
+ * Copyright (c) 2014 The Linux Foundation. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+/*
+ * This file was originally distributed by Qualcomm Atheros, Inc.
+ * under proprietary terms before Copyright ownership was assigned
+ * to the Linux Foundation.
+ */
+
+================================================================================
+
+File: wlan_module_ids.h
+
+/*
+ * Copyright (c) 2014 The Linux Foundation. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+/*
+ * This file was originally distributed by Qualcomm Atheros, Inc.
+ * under proprietary terms before Copyright ownership was assigned
+ * to the Linux Foundation.
+ */
+
+================================================================================
+
+File: wmi_vendor.h
+
+/*
+ * Copyright (c) 2012-2017 The Linux Foundation. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+/*
+ * This file was originally distributed by Qualcomm Atheros, Inc.
+ * under proprietary terms before Copyright ownership was assigned
+ * to the Linux Foundation.
+ */
+
+================================================================================
+
+File: wmi_vendor_ss.h
+
+/*
+ * Copyright (c) 2012-2017 The Linux Foundation. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+/*
+ * This file was originally distributed by Qualcomm Atheros, Inc.
+ * under proprietary terms before Copyright ownership was assigned
+ * to the Linux Foundation.
+ */
+
+================================================================================
+
+File: athstartpack.h
+
+/*
+ * Copyright (c) 2014 The Linux Foundation. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+/*
+ * This file was originally distributed by Qualcomm Atheros, Inc.
+ * under proprietary terms before Copyright ownership was assigned
+ * to the Linux Foundation.
+ */
+
+================================================================================
+
+File: targaddrs.h
+
+/*
+ * Copyright (c) 2012-2016 The Linux Foundation. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+/*
+ * This file was originally distributed by Qualcomm Atheros, Inc.
+ * under proprietary terms before Copyright ownership was assigned
+ * to the Linux Foundation.
+ */
+
+================================================================================
+
+File: wal_dfs.h
+
+/*
+ *Copyright (c) 2012-2020 The Linux Foundation. All rights reserved.
+ *
+ * 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.
+ */
+
+================================================================================
+
+File: wal_dfs.c
+
+/*
+ * Copyright (c) 2012-2019 The Linux Foundation. All rights reserved.
+ *
+ * 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.
+ */
+
+================================================================================
+
+File:aes.c
+
+/*
+ * For this file, which was received with alternative licensing options for
+ * distribution, Qualcomm Atheros, Inc. has selected the BSD license.
+ */
+
+/*
+ * AES (Rijndael) cipher
+ *
+ * Modifications to public domain implementation:
+ * - support only 128-bit keys
+ * - cleanup
+ * - use C pre-processor to make it easier to change S table access
+ * - added option (AES_SMALL_TABLES) for reducing code size by about 8 kB at
+ *   cost of reduced throughput (quite small difference on Pentium 4,
+ *   10-25% when using -O1 or -O2 optimization)
+ *
+ * Copyright (c) 2003-2005, Jouni Malinen <jkmaline at cc.hut.fi>
+ *
+ * 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.
+ *
+ * Alternatively, this software may be distributed under the terms of BSD
+ * license.
+ *
+ * See README and COPYING for more details.
+ */
+
+/*
+ * rijndael-alg-fst.c
+ *
+ * @version 3.0 (December 2000)
+ *
+ * Optimised ANSI C code for the Rijndael cipher (now AES)
+ *
+ * @author Vincent Rijmen <vincent.rijmen at esat.kuleuven.ac.be>
+ * @author Antoon Bosselaers <antoon.bosselaers at esat.kuleuven.ac.be>
+ * @author Paulo Barreto <paulo.barreto at terra.com.br>
+ *
+ * This code is hereby placed in the public domain.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE AUTHORS ''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 AUTHORS 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.
+ */
+
+================================================================================
+
+File: wmi_tlv_helper.c
+
+/*
+ * Copyright (c) 2012-2019 The Linux Foundation. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+/*
+ * This file was originally distributed by Qualcomm Atheros, Inc.
+ * under proprietary terms before Copyright ownership was assigned
+ * to the Linux Foundation.
+ */
+
+================================================================================
+
+File: hca_HwComponentBbLithium_dfs_phyerr_tlv.cpp
+
+/*
+ * Copyright (c) 2012-2016 The Linux Foundation. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+/*
+ * This file was originally distributed by Qualcomm Atheros, Inc.
+ * under proprietary terms before Copyright ownership was assigned
+ * to the Linux Foundation.
+ */
+
+================================================================================
+
+File: hca_HwComponentBbLithium_dfs_process_phyerr.cpp
+
+/*
+ * Copyright (c) 2002-2016 The Linux Foundation. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+/*
+ * This file was originally distributed by Qualcomm Atheros, Inc.
+ * under proprietary terms before Copyright ownership was assigned
+ * to the Linux Foundation.
+ */
+================================================================================
+File: hca_HwComponentBbLithium_dfs_process_radarevent.cpp
+
+/*
+ * Copyright (c) 2002-2016 The Linux Foundation. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+/*
+ * This file was originally distributed by Qualcomm Atheros, Inc.
+ * under proprietary terms before Copyright ownership was assigned
+ * to the Linux Foundation.
+ */
+
+================================================================================
+
+File: hca_HwComponentBbLithium_dfs_radar_report.h
+/*
+ * Copyright (c) 2018  The Linux Foundation. All rights reserved.
+ *
+ * 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.
+ */
+
+================================================================================
+
+File: cds_ieee80211_common.h
+
+/*
+ * Copyright (c) 2011,2014-2015 The Linux Foundation. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+/*
+ * This file was originally distributed by Qualcomm Atheros, Inc.
+ * under proprietary terms before Copyright ownership was assigned
+ * to the Linux Foundation.
+ */
+
+================================================================================
+
+File: cds_ieee80211_common_i.h
+
+/*
+ * Copyright (c) 2013-2015 The Linux Foundation. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+/*
+ * This file was originally distributed by Qualcomm Atheros, Inc.
+ * under proprietary terms before Copyright ownership was assigned
+ * to the Linux Foundation.
+ */
+
+================================================================================
+
+File: ath_dfs_structs.h
+
+/*
+ * Copyright (c) 2011-2016 The Linux Foundation. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+/*
+ * This file was originally distributed by Qualcomm Atheros, Inc.
+ * under proprietary terms before Copyright ownership was assigned
+ * to the Linux Foundation.
+ */
+
+================================================================================
+
+File: dfs.h
+
+/*
+ * Copyright (c) 2005-2016 The Linux Foundation. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+/*
+ * This file was originally distributed by Qualcomm Atheros, Inc.
+ * under proprietary terms before Copyright ownership was assigned
+ * to the Linux Foundation.
+ */
+
+================================================================================
+
+File: dfs_interface.h
+
+/*
+ * Copyright (c) 2011-2016 The Linux Foundation. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+/*
+ * This file was originally distributed by Qualcomm Atheros, Inc.
+ * under proprietary terms before Copyright ownership was assigned
+ * to the Linux Foundation.
+ */
+
+================================================================================
+
+File: dfs_ioctl.h
+
+/*
+ * Copyright (c) 2010-2015 The Linux Foundation. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+/*
+ * This file was originally distributed by Qualcomm Atheros, Inc.
+ * under proprietary terms before Copyright ownership was assigned
+ * to the Linux Foundation.
+ */
+
+================================================================================
+
+File: dfs_ioctl_private.h
+
+/*
+ * Copyright (c) 2010-2015 The Linux Foundation. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+/*
+ * This file was originally distributed by Qualcomm Atheros, Inc.
+ * under proprietary terms before Copyright ownership was assigned
+ * to the Linux Foundation.
+ */
+
+================================================================================
+
+File: qdf_net_types.h
+
+/*
+ * Copyright (c) 2014-2016 The Linux Foundation. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+/*
+ * This file was originally distributed by Qualcomm Atheros, Inc.
+ * under proprietary terms before Copyright ownership was assigned
+ * to the Linux Foundation.
+ */
+
+================================================================================
+
+File: radar_filters.h
+
+/*
+ * Copyright (c) 2011-2016 The Linux Foundation. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+/*
+ * This file was originally distributed by Qualcomm Atheros, Inc.
+ * under proprietary terms before Copyright ownership was assigned
+ * to the Linux Foundation.
+ */
+
+================================================================================
+File: types.h
+
+/*
+ * Copyright (c) 2013-2014 The Linux Foundation. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+/*
+ * This file was originally distributed by Qualcomm Atheros, Inc.
+ * under proprietary terms before Copyright ownership was assigned
+ * to the Linux Foundation.
+ */
+
+================================================================================
+
+File: cds_reg_service.h
+
+/*
+ * Copyright (c) 2014-2016 The Linux Foundation. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+/*
+ * This file was originally distributed by Qualcomm Atheros, Inc.
+ * under proprietary terms before Copyright ownership was assigned
+ * to the Linux Foundation.
+ */
+
+================================================================================
+
+File: qdf_status.h
+
+/*
+ * Copyright (c) 2014-2016 The Linux Foundation. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+/*
+ * This file was originally distributed by Qualcomm Atheros, Inc.
+ * under proprietary terms before Copyright ownership was assigned
+ * to the Linux Foundation.
+ */
+
+================================================================================
+
+File: wma_dfs_interface.h
+
+/*
+ * Copyright (c) 2014-2016 The Linux Foundation. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+/*
+ * This file was originally distributed by Qualcomm Atheros, Inc.
+ * under proprietary terms before Copyright ownership was assigned
+ * to the Linux Foundation.
+ */
+
+================================================================================
+
+File: cds_reg_service.c
+
+/*
+ * Copyright (c) 2014-2016 The Linux Foundation. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+/*
+ * This file was originally distributed by Qualcomm Atheros, Inc.
+ * under proprietary terms before Copyright ownership was assigned
+ * to the Linux Foundation.
+ */
+
+================================================================================
+
+File: dfs_bindetects.c
+
+* Copyright (c) 2002-2014 The Linux Foundation. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+/*
+ * This file was originally distributed by Qualcomm Atheros, Inc.
+ * under proprietary terms before Copyright ownership was assigned
+ * to the Linux Foundation.
+ */
+
+================================================================================
+
+File: dfs.c
+
+/*
+ * Copyright (c) 2002-2016 The Linux Foundation. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+/*
+ * This file was originally distributed by Qualcomm Atheros, Inc.
+ * under proprietary terms before Copyright ownership was assigned
+ * to the Linux Foundation.
+ */
+
+================================================================================
+
+File: dfs_debug.c
+
+/*
+ * Copyright (c) 2002-2014 The Linux Foundation. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+/*
+ * This file was originally distributed by Qualcomm Atheros, Inc.
+ * under proprietary terms before Copyright ownership was assigned
+ * to the Linux Foundation.
+ */
+
+================================================================================
+
+File: dfs_fcc_bin5.c
+
+/*
+ * Copyright (c) 2002-2016 The Linux Foundation. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+/*
+ * This file was originally distributed by Qualcomm Atheros, Inc.
+ * under proprietary terms before Copyright ownership was assigned
+ * to the Linux Foundation.
+ */
+
+================================================================================
+
+File: dfs_init.c
+
+/*
+ * Copyright (c) 2002-2016 The Linux Foundation. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+/*
+ * This file was originally distributed by Qualcomm Atheros, Inc.
+ * under proprietary terms before Copyright ownership was assigned
+ * to the Linux Foundation.
+ */
+
+================================================================================
+
+File: dfs_misc.c
+
+/*
+ * Copyright (c) 2002-2016 The Linux Foundation. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+/*
+ * This file was originally distributed by Qualcomm Atheros, Inc.
+ * under proprietary terms before Copyright ownership was assigned
+ * to the Linux Foundation.
+ */
+
+================================================================================
+
+File: dfs_nol.c
+
+/*
+ * Copyright (c) 2002-2016 The Linux Foundation. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+/*
+ * This file was originally distributed by Qualcomm Atheros, Inc.
+ * under proprietary terms before Copyright ownership was assigned
+ * to the Linux Foundation.
+ */
+
+================================================================================
+
+File: dfs_staggered.c
+
+/*
+ * Copyright (c) 2002-2014 The Linux Foundation. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+/*
+ * This file was originally distributed by Qualcomm Atheros, Inc.
+ * under proprietary terms before Copyright ownership was assigned
+ * to the Linux Foundation.
+ */
+
+================================================================================
+
+File: phyrf_dfs.c
+
+/*
+ * Copyright (c) 2013-2017 The Linux Foundation. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+================================================================================
+
+File: wma_dfs_interface.c
+
+/*
+ * Copyright (c) 2013-2016 The Linux Foundation. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+/*
+ * This file was originally distributed by Qualcomm Atheros, Inc.
+ * under proprietary terms before Copyright ownership was assigned
+ * to the Linux Foundation.
+ */
+
+================================================================================
+
+File: qvit_init_api.h
+
+/*
+ * Copyright (c) 2012, Atheros Communications 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.
+ */
+
+================================================================================
+
+File: wlan_mlme_wmi.c
+
+/*
+ * Copyright (c) 2013-2014 The Linux Foundation. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+================================================================================
+
+File: sha2.c
+
+/*
+ * FILE:	sha2.c
+ * AUTHOR:	Aaron D. Gifford - http://www.aarongifford.com/
+ * 
+ * Copyright (c) 2000-2001, Aaron D. Gifford
+ * 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 holder nor 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 AUTHOR AND CONTRIBUTOR(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 AUTHOR OR CONTRIBUTOR(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.
+ *
+ */
+
+================================================================================
diff --git a/ath11k/QCN9074/hw1.0/amss.bin b/ath11k/QCN9074/hw1.0/amss.bin
new file mode 100644
index 000000000..a362e9ac8
Binary files /dev/null and b/ath11k/QCN9074/hw1.0/amss.bin differ
diff --git a/ath11k/QCN9074/hw1.0/board-2.bin b/ath11k/QCN9074/hw1.0/board-2.bin
new file mode 100644
index 000000000..11be042ba
Binary files /dev/null and b/ath11k/QCN9074/hw1.0/board-2.bin differ
diff --git a/ath11k/QCN9074/hw1.0/m3.bin b/ath11k/QCN9074/hw1.0/m3.bin
new file mode 100644
index 000000000..394a20c69
Binary files /dev/null and b/ath11k/QCN9074/hw1.0/m3.bin differ
diff --git a/ath11k/WCN6750/hw1.0/Notice.txt b/ath11k/WCN6750/hw1.0/Notice.txt
new file mode 100644
index 000000000..63ad83ef5
--- /dev/null
+++ b/ath11k/WCN6750/hw1.0/Notice.txt
@@ -0,0 +1,7380 @@
+This Notice.txt file contains certain notices of software components
+included with the software that Qualcomm Atheros, Inc. ("Qualcomm
+Atheros") is required to provide you. Except where prohibited by the
+open source license, the content of this notices file is only provided
+to satisfy Qualcomm Atheros's attribution and notice requirement; your
+use of these software components together with the Qualcomm Atheros
+software (Qualcomm Atheros software hereinafter referred to as
+"Software") is subject to the terms of your agreement from Qualcomm
+Atheros. Compliance with all copyright laws and software license
+agreements included in the notice section of this file are the
+responsibility of the user. Except as may be granted by separate
+express written agreement, this file provides no license to any
+patents, trademarks, copyrights, or other intellectual property of
+Qualcomm Incorporated or any of its subsidiaries.
+
+Qualcomm is a trademark of Qualcomm Incorporated, registered in the
+United States and other countries. All Qualcomm Incorporated
+trademarks are used with permission. Other products and brand names
+may be trademarks or registered trademarks of their respective owners.
+
+================================================================================
+
+File: wmix.h
+
+/*
+ * Copyright (c) 2012-2016 The Linux Foundation. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+==================================================================================
+
+File: cepci.h
+ 
+/*
+ * Copyright (c) 2012-2016 The Linux Foundation. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+====================================================================================
+
+File: wmi_tlv_helper.h
+ 
+/*
+ * Copyright (c) 2012-2017 The Linux Foundation. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+==================================================================================
+
+File: stail_queue.h
+ 
+//
+// Copyright (c) 1991, 1993
+//  The Regents of the University of California.  All rights reserved.
+// $ATH_LICENSE_NULL$
+//
+// 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 the University of
+//      California, Berkeley and its contributors.
+// 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.
+//
+//  @(#)queue.h 8.5 (Berkeley) 8/20/94
+// $FreeBSD: src/sys/sys/queue.h,v 1.58 2004/04/07 04:19:49 imp Exp $
+// $Id: //components/rel/wlanfw_cmn.cnss/1.0/cnss_proc/wlan/fwcommon/include/queue.h#1 $
+//
+
+===================================================================================
+
+File: queue.h
+
+/*
+ * Copyright (c) 2017 The Linux Foundation. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */ 
+ 
+===================================================================================
+
+File: ip_prot.h
+ 
+/*
+ * Copyright (c) 2012 The Linux Foundation. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+=================================================================================
+
+File: ol_fw_tx_dbg.h
+ 
+/*
+ * Copyright (c) 2012 The Linux Foundation. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+================================================================================
+
+File: ipv4.h
+ 
+/*
+ * Copyright (c) 2012 The Linux Foundation. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+==============================================================================
+
+File: athdefs.h
+ 
+/*
+ * Copyright (c) 2012 The Linux Foundation. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+============================================================================
+
+File: ipv6.h
+ 
+/*
+ * Copyright (c) 2012-2013 The Linux Foundation. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+======================================================================
+
+File: epping_test.h
+ 
+/*
+ * Copyright (c) 2012 The Linux Foundation. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+======================================================================
+
+File: wdi_ipa.h
+ 
+/*
+ * Copyright (c) 2011-2017 The Linux Foundation. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+======================================================================
+
+File: dbglog.h
+ 
+/*
+ * Copyright (c) 2012-2016 The Linux Foundation. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+=======================================================================
+
+File: wlan_nan_msg_common.h
+ 
+/*
+ * Copyright (c) 2017-2018 The Linux Foundation. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+========================================================================
+
+File: wlan_nan_msg_common_v2.h
+
+/*
+ * Copyright (c) 2017-2018, The Linux Foundation. All rights reserved.
+ *
+ * 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.
+ */
+ 
+========================================================================
+
+File: dbglog_id.h
+ 
+/*
+ * Copyright (c) 2010-2017 The Linux Foundation. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+============================================================================
+
+File: targaddrs.h
+
+/*
+ * Copyright (c) 2012-2016 The Linux Foundation. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+=====================================================================
+
+File: htc.h
+ 
+/*
+ * Copyright (c) 2012, 2014-2016, 2018 The Linux Foundation. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+===============================================================================
+
+File: htt_deps.h
+
+/*
+ * Copyright (c) 2011-2017 The Linux Foundation. All rights reserved.
+ *
+ * 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.
+ */
+
+=================================================================================
+ 
+File: htt_common.h
+ 
+/*
+ * Copyright (c) 2012-2016, 2020 The Linux Foundation. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+==============================================================================
+
+File: htc_services.h
+ 
+/*
+ * Copyright (c) 2012, 2014-2017, 2020 The Linux Foundation. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+==============================================================================
+
+File: wmi_unified_vendor.h
+ 
+/*
+ * Copyright (c) 2020 The Linux Foundation. All rights reserved.
+ *
+ * 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.
+ */
+ 
+==============================================================================
+
+File: strlcpy.c
+ 
+/*	$OpenBSD: strlcpy.c,v 1.11 2006/05/05 15:27:38 millert Exp $	*/
+
+/*
+ * Copyright (c) 1998 Todd C. Miller <Todd.Miller at courtesan.com>
+ *
+ * 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.
+ */
+
+==========================================================================
+
+File: program_xml.py
+
+##############################################################################
+# Australian Public Licence B (OZPLB)
+# 
+# Version 1-0
+# 
+# Copyright (c) 2007, Open Kernel Labs, Inc.
+# 
+# All rights reserved. 
+# 
+# Developed by: Embedded, Real-time and Operating Systems Program (ERTOS)
+#               National ICT Australia
+#               http://www.ertos.nicta.com.au
+# 
+# Permission is granted by National ICT Australia, free of charge, to
+# any person obtaining a copy of this software and any associated
+# documentation files (the "Software") to deal with the Software without
+# restriction, including (without limitation) the rights to use, copy,
+# modify, adapt, merge, publish, distribute, communicate to the public,
+# sublicense, and/or sell, lend or rent out 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 name of National ICT Australia, nor the names of its
+#       contributors, may be used to endorse or promote products derived
+#       from this Software without specific prior written permission.
+# 
+# EXCEPT AS EXPRESSLY STATED IN THIS LICENCE AND TO THE FULL EXTENT
+# PERMITTED BY APPLICABLE LAW, THE SOFTWARE IS PROVIDED "AS-IS", AND
+# NATIONAL ICT AUSTRALIA AND ITS CONTRIBUTORS MAKE NO REPRESENTATIONS,
+# WARRANTIES OR CONDITIONS OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING
+# BUT NOT LIMITED TO ANY REPRESENTATIONS, WARRANTIES OR CONDITIONS
+# REGARDING THE CONTENTS OR ACCURACY OF THE SOFTWARE, OR OF TITLE,
+# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT,
+# THE ABSENCE OF LATENT OR OTHER DEFECTS, OR THE PRESENCE OR ABSENCE OF
+# ERRORS, WHETHER OR NOT DISCOVERABLE.
+# 
+# TO THE FULL EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT SHALL
+# NATIONAL ICT AUSTRALIA OR ITS CONTRIBUTORS BE LIABLE ON ANY LEGAL
+# THEORY (INCLUDING, WITHOUT LIMITATION, IN AN ACTION OF CONTRACT,
+# NEGLIGENCE OR OTHERWISE) FOR ANY CLAIM, LOSS, DAMAGES OR OTHER
+# LIABILITY, INCLUDING (WITHOUT LIMITATION) LOSS OF PRODUCTION OR
+# OPERATION TIME, LOSS, DAMAGE OR CORRUPTION OF DATA OR RECORDS; OR LOSS
+# OF ANTICIPATED SAVINGS, OPPORTUNITY, REVENUE, PROFIT OR GOODWILL, OR
+# OTHER ECONOMIC LOSS; OR ANY SPECIAL, INCIDENTAL, INDIRECT,
+# CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES, ARISING OUT OF OR IN
+# CONNECTION WITH THIS LICENCE, THE SOFTWARE OR THE USE OF OR OTHER
+# DEALINGS WITH THE SOFTWARE, EVEN IF NATIONAL ICT AUSTRALIA OR ITS
+# CONTRIBUTORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH CLAIM, LOSS,
+# DAMAGES OR OTHER LIABILITY.
+# 
+# If applicable legislation implies representations, warranties, or
+# conditions, or imposes obligations or liability on National ICT
+# Australia or one of its contributors in respect of the Software that
+# cannot be wholly or partly excluded, restricted or modified, the
+# liability of National ICT Australia or the contributor is limited, to
+# the full extent permitted by the applicable legislation, at its
+# option, to:
+# a.  in the case of goods, any one or more of the following:
+# i.  the replacement of the goods or the supply of equivalent goods;
+# ii.  the repair of the goods;
+# iii. the payment of the cost of replacing the goods or of acquiring
+#  equivalent goods;
+# iv.  the payment of the cost of having the goods repaired; or
+# b.  in the case of services:
+# i.  the supplying of the services again; or
+# ii.  the payment of the cost of having the services supplied again.
+# 
+# The construction, validity and performance of this licence is governed
+# by the laws in force in New South Wales, Australia.
+
+=====================================================================================
+
+File: interrupt_xml.py
+ 
+##############################################################################
+# Australian Public Licence B (OZPLB)
+# 
+# Version 1-0
+# 
+# Copyright (c) 2007, Open Kernel Labs, Inc.
+# 
+# All rights reserved. 
+# 
+# Developed by: Embedded, Real-time and Operating Systems Program (ERTOS)
+#               National ICT Australia
+#               http://www.ertos.nicta.com.au
+# 
+# Permission is granted by National ICT Australia, free of charge, to
+# any person obtaining a copy of this software and any associated
+# documentation files (the "Software") to deal with the Software without
+# restriction, including (without limitation) the rights to use, copy,
+# modify, adapt, merge, publish, distribute, communicate to the public,
+# sublicense, and/or sell, lend or rent out 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 name of National ICT Australia, nor the names of its
+#       contributors, may be used to endorse or promote products derived
+#       from this Software without specific prior written permission.
+# 
+# EXCEPT AS EXPRESSLY STATED IN THIS LICENCE AND TO THE FULL EXTENT
+# PERMITTED BY APPLICABLE LAW, THE SOFTWARE IS PROVIDED "AS-IS", AND
+# NATIONAL ICT AUSTRALIA AND ITS CONTRIBUTORS MAKE NO REPRESENTATIONS,
+# WARRANTIES OR CONDITIONS OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING
+# BUT NOT LIMITED TO ANY REPRESENTATIONS, WARRANTIES OR CONDITIONS
+# REGARDING THE CONTENTS OR ACCURACY OF THE SOFTWARE, OR OF TITLE,
+# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT,
+# THE ABSENCE OF LATENT OR OTHER DEFECTS, OR THE PRESENCE OR ABSENCE OF
+# ERRORS, WHETHER OR NOT DISCOVERABLE.
+# 
+# TO THE FULL EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT SHALL
+# NATIONAL ICT AUSTRALIA OR ITS CONTRIBUTORS BE LIABLE ON ANY LEGAL
+# THEORY (INCLUDING, WITHOUT LIMITATION, IN AN ACTION OF CONTRACT,
+# NEGLIGENCE OR OTHERWISE) FOR ANY CLAIM, LOSS, DAMAGES OR OTHER
+# LIABILITY, INCLUDING (WITHOUT LIMITATION) LOSS OF PRODUCTION OR
+# OPERATION TIME, LOSS, DAMAGE OR CORRUPTION OF DATA OR RECORDS; OR LOSS
+# OF ANTICIPATED SAVINGS, OPPORTUNITY, REVENUE, PROFIT OR GOODWILL, OR
+# OTHER ECONOMIC LOSS; OR ANY SPECIAL, INCIDENTAL, INDIRECT,
+# CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES, ARISING OUT OF OR IN
+# CONNECTION WITH THIS LICENCE, THE SOFTWARE OR THE USE OF OR OTHER
+# DEALINGS WITH THE SOFTWARE, EVEN IF NATIONAL ICT AUSTRALIA OR ITS
+# CONTRIBUTORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH CLAIM, LOSS,
+# DAMAGES OR OTHER LIABILITY.
+# 
+# If applicable legislation implies representations, warranties, or
+# conditions, or imposes obligations or liability on National ICT
+# Australia or one of its contributors in respect of the Software that
+# cannot be wholly or partly excluded, restricted or modified, the
+# liability of National ICT Australia or the contributor is limited, to
+# the full extent permitted by the applicable legislation, at its
+# option, to:
+# a.  in the case of goods, any one or more of the following:
+# i.  the replacement of the goods or the supply of equivalent goods;
+# ii.  the repair of the goods;
+# iii. the payment of the cost of replacing the goods or of acquiring
+#  equivalent goods;
+# iv.  the payment of the cost of having the goods repaired; or
+# b.  in the case of services:
+# i.  the supplying of the services again; or
+# ii.  the payment of the cost of having the services supplied again.
+# 
+# The construction, validity and performance of this licence is governed
+# by the laws in force in New South Wales, Australia.
+
+=====================================================================================
+
+File: wcslcat.c
+ 
+/*	$OpenBSD: strlcat.c,v 1.13 2005/08/08 08:05:37 espie Exp $	*/
+
+/*
+ * Copyright (c) 1998 Todd C. Miller <Todd.Miller at courtesan.com>
+ *
+ * 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.
+ */
+
+==========================================================================
+
+File: machine_xml.py
+ 
+##############################################################################
+# Australian Public Licence B (OZPLB)
+#
+# Version 1-0
+#
+# Copyright (c) 2007, Open Kernel Labs, Inc.
+#
+# All rights reserved.
+#
+# Developed by: Embedded, Real-time and Operating Systems Program (ERTOS)
+#               National ICT Australia
+#               http://www.ertos.nicta.com.au
+#
+# Permission is granted by National ICT Australia, free of charge, to
+# any person obtaining a copy of this software and any associated
+# documentation files (the "Software") to deal with the Software without
+# restriction, including (without limitation) the rights to use, copy,
+# modify, adapt, merge, publish, distribute, communicate to the public,
+# sublicense, and/or sell, lend or rent out 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 name of National ICT Australia, nor the names of its
+#       contributors, may be used to endorse or promote products derived
+#       from this Software without specific prior written permission.
+#
+# EXCEPT AS EXPRESSLY STATED IN THIS LICENCE AND TO THE FULL EXTENT
+# PERMITTED BY APPLICABLE LAW, THE SOFTWARE IS PROVIDED "AS-IS", AND
+# NATIONAL ICT AUSTRALIA AND ITS CONTRIBUTORS MAKE NO REPRESENTATIONS,
+# WARRANTIES OR CONDITIONS OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING
+# BUT NOT LIMITED TO ANY REPRESENTATIONS, WARRANTIES OR CONDITIONS
+# REGARDING THE CONTENTS OR ACCURACY OF THE SOFTWARE, OR OF TITLE,
+# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT,
+# THE ABSENCE OF LATENT OR OTHER DEFECTS, OR THE PRESENCE OR ABSENCE OF
+# ERRORS, WHETHER OR NOT DISCOVERABLE.
+#
+# TO THE FULL EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT SHALL
+# NATIONAL ICT AUSTRALIA OR ITS CONTRIBUTORS BE LIABLE ON ANY LEGAL
+# THEORY (INCLUDING, WITHOUT LIMITATION, IN AN ACTION OF CONTRACT,
+# NEGLIGENCE OR OTHERWISE) FOR ANY CLAIM, LOSS, DAMAGES OR OTHER
+# LIABILITY, INCLUDING (WITHOUT LIMITATION) LOSS OF PRODUCTION OR
+# OPERATION TIME, LOSS, DAMAGE OR CORRUPTION OF DATA OR RECORDS; OR LOSS
+# OF ANTICIPATED SAVINGS, OPPORTUNITY, REVENUE, PROFIT OR GOODWILL, OR
+# OTHER ECONOMIC LOSS; OR ANY SPECIAL, INCIDENTAL, INDIRECT,
+# CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES, ARISING OUT OF OR IN
+# CONNECTION WITH THIS LICENCE, THE SOFTWARE OR THE USE OF OR OTHER
+# DEALINGS WITH THE SOFTWARE, EVEN IF NATIONAL ICT AUSTRALIA OR ITS
+# CONTRIBUTORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH CLAIM, LOSS,
+# DAMAGES OR OTHER LIABILITY.
+#
+# If applicable legislation implies representations, warranties, or
+# conditions, or imposes obligations or liability on National ICT
+# Australia or one of its contributors in respect of the Software that
+# cannot be wholly or partly excluded, restricted or modified, the
+# liability of National ICT Australia or the contributor is limited, to
+# the full extent permitted by the applicable legislation, at its
+# option, to:
+# a.  in the case of goods, any one or more of the following:
+# i.  the replacement of the goods or the supply of equivalent goods;
+# ii.  the repair of the goods;
+# iii. the payment of the cost of replacing the goods or of acquiring
+#  equivalent goods;
+# iv.  the payment of the cost of having the goods repaired; or
+# b.  in the case of services:
+# i.  the supplying of the services again; or
+# ii.  the payment of the cost of having the services supplied again.
+#
+# The construction, validity and performance of this licence is governed
+# by the laws in force in New South Wales, Australia.
+
+=====================================================================================
+
+File: wstrlcat.c
+ 
+/*	$OpenBSD: strlcat.c,v 1.13 2005/08/08 08:05:37 espie Exp $	*/
+
+/*
+ * Copyright (c) 1998 Todd C. Miller <Todd.Miller at courtesan.com>
+ *
+ * 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.
+ */
+
+==========================================================================
+
+File: stringl.h
+ 
+/*
+ *  $Header: //components/rel/core.riscv/1.0/api/kernel/libstd/stringl/stringl.h#2 $ 
+ *  $DateTime: 2019/11/15 03:07:20 $ 
+ */
+
+/*	$OpenBSD: string.h,v 1.17 2006/01/06 18:53:04 millert Exp $	*/
+/*	$NetBSD: string.h,v 1.6 1994/10/26 00:56:30 cgd Exp $	*/
+
+/*-
+ * Copyright (c) 1990 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.
+ * 3. 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.
+ *
+ *	@(#)string.h	5.10 (Berkeley) 3/9/91
+ */
+ 
+=====================================================================================
+
+File: ezxml.py
+  
+##############################################################################
+# Australian Public Licence B (OZPLB)
+# 
+# Version 1-0
+# 
+# Copyright (c) 2007, Open Kernel Labs, Inc.
+# 
+# All rights reserved. 
+# 
+# Developed by: Embedded, Real-time and Operating Systems Program (ERTOS)
+#               National ICT Australia
+  #               http://www.ertos.nicta.com.au
+# 
+# Permission is granted by National ICT Australia, free of charge, to
+# any person obtaining a copy of this software and any associated
+# documentation files (the "Software") to deal with the Software without
+# restriction, including (without limitation) the rights to use, copy,
+# modify, adapt, merge, publish, distribute, communicate to the public,
+# sublicense, and/or sell, lend or rent out 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 name of National ICT Australia, nor the names of its
+#       contributors, may be used to endorse or promote products derived
+#       from this Software without specific prior written permission.
+# 
+# EXCEPT AS EXPRESSLY STATED IN THIS LICENCE AND TO THE FULL EXTENT
+# PERMITTED BY APPLICABLE LAW, THE SOFTWARE IS PROVIDED "AS-IS", AND
+# NATIONAL ICT AUSTRALIA AND ITS CONTRIBUTORS MAKE NO REPRESENTATIONS,
+# WARRANTIES OR CONDITIONS OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING
+# BUT NOT LIMITED TO ANY REPRESENTATIONS, WARRANTIES OR CONDITIONS
+# REGARDING THE CONTENTS OR ACCURACY OF THE SOFTWARE, OR OF TITLE,
+# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT,
+# THE ABSENCE OF LATENT OR OTHER DEFECTS, OR THE PRESENCE OR ABSENCE OF
+# ERRORS, WHETHER OR NOT DISCOVERABLE.
+# 
+# TO THE FULL EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT SHALL
+# NATIONAL ICT AUSTRALIA OR ITS CONTRIBUTORS BE LIABLE ON ANY LEGAL
+# THEORY (INCLUDING, WITHOUT LIMITATION, IN AN ACTION OF CONTRACT,
+# NEGLIGENCE OR OTHERWISE) FOR ANY CLAIM, LOSS, DAMAGES OR OTHER
+# LIABILITY, INCLUDING (WITHOUT LIMITATION) LOSS OF PRODUCTION OR
+# OPERATION TIME, LOSS, DAMAGE OR CORRUPTION OF DATA OR RECORDS; OR LOSS
+# OF ANTICIPATED SAVINGS, OPPORTUNITY, REVENUE, PROFIT OR GOODWILL, OR
+# OTHER ECONOMIC LOSS; OR ANY SPECIAL, INCIDENTAL, INDIRECT,
+# CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES, ARISING OUT OF OR IN
+# CONNECTION WITH THIS LICENCE, THE SOFTWARE OR THE USE OF OR OTHER
+# DEALINGS WITH THE SOFTWARE, EVEN IF NATIONAL ICT AUSTRALIA OR ITS
+# CONTRIBUTORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH CLAIM, LOSS,
+# DAMAGES OR OTHER LIABILITY.
+# 
+# If applicable legislation implies representations, warranties, or
+# conditions, or imposes obligations or liability on National ICT
+# Australia or one of its contributors in respect of the Software that
+# cannot be wholly or partly excluded, restricted or modified, the
+# liability of National ICT Australia or the contributor is limited, to
+# the full extent permitted by the applicable legislation, at its
+# option, to:
+# a.  in the case of goods, any one or more of the following:
+# i.  the replacement of the goods or the supply of equivalent goods;
+# ii.  the repair of the goods;
+# iii. the payment of the cost of replacing the goods or of acquiring
+#  equivalent goods;
+# iv.  the payment of the cost of having the goods repaired; or
+# b.  in the case of services:
+# i.  the supplying of the services again; or
+# ii.  the payment of the cost of having the services supplied again.
+# 
+# The construction, validity and performance of this licence is governed
+# by the laws in force in New South Wales, Australia. 
+
+=====================================================================================
+
+File: strlcat.c
+ 
+/*	$OpenBSD: strlcat.c,v 1.13 2005/08/08 08:05:37 espie Exp $	*/
+
+/*
+ * Copyright (c) 1998 Todd C. Miller <Todd.Miller at courtesan.com>
+ *
+ * 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.
+ */
+
+==========================================================================
+
+File: merge.py
+ 
+##############################################################################
+# Australian Public Licence B (OZPLB)
+# 
+# Version 1-0
+# 
+# Copyright (c) 2007, Open Kernel Labs, Inc.
+# 
+# All rights reserved. 
+# 
+# Developed by: Embedded, Real-time and Operating Systems Program (ERTOS)
+#               National ICT Australia
+#               http://www.ertos.nicta.com.au
+# 
+# Permission is granted by National ICT Australia, free of charge, to
+# any person obtaining a copy of this software and any associated
+# documentation files (the "Software") to deal with the Software without
+# restriction, including (without limitation) the rights to use, copy,
+# modify, adapt, merge, publish, distribute, communicate to the public,
+# sublicense, and/or sell, lend or rent out 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 name of National ICT Australia, nor the names of its
+#       contributors, may be used to endorse or promote products derived
+#       from this Software without specific prior written permission.
+# 
+# EXCEPT AS EXPRESSLY STATED IN THIS LICENCE AND TO THE FULL EXTENT
+# PERMITTED BY APPLICABLE LAW, THE SOFTWARE IS PROVIDED "AS-IS", AND
+# NATIONAL ICT AUSTRALIA AND ITS CONTRIBUTORS MAKE NO REPRESENTATIONS,
+# WARRANTIES OR CONDITIONS OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING
+# BUT NOT LIMITED TO ANY REPRESENTATIONS, WARRANTIES OR CONDITIONS
+# REGARDING THE CONTENTS OR ACCURACY OF THE SOFTWARE, OR OF TITLE,
+# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT,
+# THE ABSENCE OF LATENT OR OTHER DEFECTS, OR THE PRESENCE OR ABSENCE OF
+# ERRORS, WHETHER OR NOT DISCOVERABLE.
+# 
+# TO THE FULL EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT SHALL
+# NATIONAL ICT AUSTRALIA OR ITS CONTRIBUTORS BE LIABLE ON ANY LEGAL
+# THEORY (INCLUDING, WITHOUT LIMITATION, IN AN ACTION OF CONTRACT,
+# NEGLIGENCE OR OTHERWISE) FOR ANY CLAIM, LOSS, DAMAGES OR OTHER
+# LIABILITY, INCLUDING (WITHOUT LIMITATION) LOSS OF PRODUCTION OR
+# OPERATION TIME, LOSS, DAMAGE OR CORRUPTION OF DATA OR RECORDS; OR LOSS
+# OF ANTICIPATED SAVINGS, OPPORTUNITY, REVENUE, PROFIT OR GOODWILL, OR
+# OTHER ECONOMIC LOSS; OR ANY SPECIAL, INCIDENTAL, INDIRECT,
+# CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES, ARISING OUT OF OR IN
+# CONNECTION WITH THIS LICENCE, THE SOFTWARE OR THE USE OF OR OTHER
+# DEALINGS WITH THE SOFTWARE, EVEN IF NATIONAL ICT AUSTRALIA OR ITS
+# CONTRIBUTORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH CLAIM, LOSS,
+# DAMAGES OR OTHER LIABILITY.
+# 
+# If applicable legislation implies representations, warranties, or
+# conditions, or imposes obligations or liability on National ICT
+# Australia or one of its contributors in respect of the Software that
+# cannot be wholly or partly excluded, restricted or modified, the
+#  liability of National ICT Australia or the contributor is limited, to
+# the full extent permitted by the applicable legislation, at its
+# option, to:
+# a.  in the case of goods, any one or more of the following:
+# i.  the replacement of the goods or the supply of equivalent goods;
+# ii.  the repair of the goods;
+# iii. the payment of the cost of replacing the goods or of acquiring
+#  equivalent goods;
+# iv.  the payment of the cost of having the goods repaired; or
+# b.  in the case of services:
+# i.  the supplying of the services again; or
+# ii.  the payment of the cost of having the services supplied again.
+# 
+# The construction, validity and performance of this licence is governed
+# by the laws in force in New South Wales, Australia. 
+
+===================================================================================
+
+File: dlfcn.h
+  
+/*  $NetBSD: dlfcn.h,v 1.17.2.1 2005/03/21 21:25:37 jwise Exp $ */
+
+/*-
+ * Copyright (c) 1998 The NetBSD Foundation, Inc.
+ * All rights reserved.
+ *
+ * This code is derived from software contributed to The NetBSD Foundation
+ * by Paul Kranenburg.
+ *
+ * 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 the NetBSD
+ *        Foundation, Inc. and its contributors.
+ * 4. Neither the name of The NetBSD 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 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.
+ */
+ 
+=====================================================================================
+
+File: md5.h
+  
+/*===========================================================================
+ MD5.H - header file for MD5C.C
+
+ Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. All
+ rights reserved.
+
+ License to copy and use this software is granted provided that it
+ is identified as the "RSA Data Security, Inc. MD5 Message-Digest
+ Algorithm" in all material mentioning or referencing this software
+ or this function.
+
+ License is also granted to make and use derivative works provided
+ that such works are identified as "derived from the RSA Data
+ Security, Inc. MD5 Message-Digest Algorithm" in all material
+ mentioning or referencing the derived work.
+
+ RSA Data Security, Inc. makes no representations concerning either
+ the merchantability of this software or the suitability of this
+ software for any particular purpose. It is provided "as is"
+ without express or implied warranty of any kind.
+
+ These notices must be retained in any copies of any part of this
+ documentation and/or software.
+===========================================================================*/
+
+=====================================================================================
+
+File: zconf.h
+ 
+/* zconf.h -- configuration of the zlib compression library
+ * Copyright (C) 1995-2016 Jean-loup Gailly.
+ * For conditions of distribution and use, see copyright notice in zlib.h
+ */
+
+/* @(#) $Id: //components/rel/core.wpss/1.0/api/services/zconf.h#1 $ */
+
+=====================================================================================
+
+File: zlib.h
+ 
+/* zlib.h -- interface of the 'zlib' general purpose compression library
+  version 1.2.7, May 2nd, 2012
+
+  Copyright (C) 1995-2016 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 at gzip.org          madler at alumni.caltech.edu
+
+
+  The data format used by the zlib library is described by RFCs (Request for
+  Comments) 1950 to 1952 in the files http://tools.ietf.org/html/rfc1950
+  (zlib format), rfc1951 (deflate format) and rfc1952 (gzip format).
+*/
+ 
+=====================================================================================
+
+File: exec_elf.h
+  
+/*	$NetBSD: exec_elf.h,v 1.81 2005/02/26 22:25:34 perry Exp $	*/
+
+/*-
+ * Copyright (c) 1994 The NetBSD Foundation, Inc.
+ * All rights reserved.
+ *
+ * This code is derived from software contributed to The NetBSD Foundation
+ * by Christos Zoulas.
+ *
+ * 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 the NetBSD
+ *	Foundation, Inc. and its contributors.
+ * 4. Neither the name of The NetBSD 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 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.
+ */
+
+====================================================================================
+
+File: headers.c
+ 
+/*  $NetBSD: headers.c,v 1.20 2005/01/09 12:43:23 simonb Exp $   */
+
+/*
+ * Copyright 1996 John D. Polstra.
+ * Copyright 1996 Matt Thomas <matt at 3am-software.com>
+ * Copyright 2002 Charles M. Hannum <root at ihack.net>
+ * 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 John Polstra.
+ * 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.
+ */
+
+/*
+ * Dynamic linker for ELF.
+ *
+ * John Polstra <jdp at polstra.com>.
+ */
+
+=====================================================================================
+
+File: wcslcpy.c
+ 
+/*
+ *  $Header: //components/rel/core.wpss/1.0/kernel/libstd/src/wcslcpy.c#1 $ 
+ *  $DateTime: 2020/07/06 22:28:14 $ 
+ */
+
+/*	$OpenBSD: strlcpy.c,v 1.11 2006/05/05 15:27:38 millert Exp $	*/
+
+/*
+ * Copyright (c) 1998 Todd C. Miller <Todd.Miller at courtesan.com>
+ *
+ * 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.
+ */
+ 
+=====================================================================================
+
+File: qurt_atomic_ops.h
+ 
+/*
+ * Australian Public Licence B (OZPLB)
+ *
+ * Version 1-0
+ *
+ * Copyright (c) 2007, Open Kernel Labs, Inc.
+ *
+ * All rights reserved. 
+ *
+ * Developed by: Embedded, Real-time and Operating Systems Program (ERTOS)
+ *               National ICT Australia
+ *               http://www.ertos.nicta.com.au
+ *
+ * Permission is granted by National ICT Australia, free of charge, to
+ * any person obtaining a copy of this software and any associated
+ * documentation files (the "Software") to deal with the Software without
+ * restriction, including (without limitation) the rights to use, copy,
+ * modify, adapt, merge, publish, distribute, communicate to the public,
+ * sublicense, and/or sell, lend or rent out 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 name of National ICT Australia, nor the names of its
+ *       contributors, may be used to endorse or promote products derived
+ *       from this Software without specific prior written permission.
+ *
+ * EXCEPT AS EXPRESSLY STATED IN THIS LICENCE AND TO THE FULL EXTENT
+ * PERMITTED BY APPLICABLE LAW, THE SOFTWARE IS PROVIDED "AS-IS", AND
+ * NATIONAL ICT AUSTRALIA AND ITS CONTRIBUTORS MAKE NO REPRESENTATIONS,
+ * WARRANTIES OR CONDITIONS OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING
+ * BUT NOT LIMITED TO ANY REPRESENTATIONS, WARRANTIES OR CONDITIONS
+ * REGARDING THE CONTENTS OR ACCURACY OF THE SOFTWARE, OR OF TITLE,
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT,
+ * THE ABSENCE OF LATENT OR OTHER DEFECTS, OR THE PRESENCE OR ABSENCE OF
+ * ERRORS, WHETHER OR NOT DISCOVERABLE.
+ *
+ * TO THE FULL EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT SHALL
+ * NATIONAL ICT AUSTRALIA OR ITS CONTRIBUTORS BE LIABLE ON ANY LEGAL
+ * THEORY (INCLUDING, WITHOUT LIMITATION, IN AN ACTION OF CONTRACT,
+ * NEGLIGENCE OR OTHERWISE) FOR ANY CLAIM, LOSS, DAMAGES OR OTHER
+ * LIABILITY, INCLUDING (WITHOUT LIMITATION) LOSS OF PRODUCTION OR
+ * OPERATION TIME, LOSS, DAMAGE OR CORRUPTION OF DATA OR RECORDS; OR LOSS
+ * OF ANTICIPATED SAVINGS, OPPORTUNITY, REVENUE, PROFIT OR GOODWILL, OR
+ * OTHER ECONOMIC LOSS; OR ANY SPECIAL, INCIDENTAL, INDIRECT,
+ * CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES, ARISING OUT OF OR IN
+ * CONNECTION WITH THIS LICENCE, THE SOFTWARE OR THE USE OF OR OTHER
+ * DEALINGS WITH THE SOFTWARE, EVEN IF NATIONAL ICT AUSTRALIA OR ITS
+ * CONTRIBUTORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH CLAIM, LOSS,
+ * DAMAGES OR OTHER LIABILITY.
+ *
+ * If applicable legislation implies representations, warranties, or
+ * conditions, or imposes obligations or liability on National ICT
+ * Australia or one of its contributors in respect of the Software that
+ * cannot be wholly or partly excluded, restricted or modified, the
+ * liability of National ICT Australia or the contributor is limited, to
+ * the full extent permitted by the applicable legislation, at its
+ * option, to:
+ * a.  in the case of goods, any one or more of the following:
+ * i.  the replacement of the goods or the supply of equivalent goods;
+ * ii.  the repair of the goods;
+ * iii. the payment of the cost of replacing the goods or of acquiring
+ *  equivalent goods;
+ * iv.  the payment of the cost of having the goods repaired; or
+ * b.  in the case of services:
+ * i.  the supplying of the services again; or
+ * ii.  the payment of the cost of having the services supplied again.
+ *
+ * The construction, validity and performance of this licence is governed
+ * by the laws in force in New South Wales, Australia.
+ */
+
+=====================================================================================
+
+File: atomic_ops.h
+  
+/*
+ * Australian Public Licence B (OZPLB)
+ *
+ * Version 1-0
+ *
+ * Copyright (c) 2007, Open Kernel Labs, Inc.
+ *
+ * All rights reserved. 
+ *
+ * Developed by: Embedded, Real-time and Operating Systems Program (ERTOS)
+ *               National ICT Australia
+ *               http://www.ertos.nicta.com.au
+ *
+ * Permission is granted by National ICT Australia, free of charge, to
+ * any person obtaining a copy of this software and any associated
+ * documentation files (the "Software") to deal with the Software without
+ * restriction, including (without limitation) the rights to use, copy,
+ * modify, adapt, merge, publish, distribute, communicate to the public,
+ * sublicense, and/or sell, lend or rent out 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 name of National ICT Australia, nor the names of its
+ *       contributors, may be used to endorse or promote products derived
+ *       from this Software without specific prior written permission.
+ *
+ * EXCEPT AS EXPRESSLY STATED IN THIS LICENCE AND TO THE FULL EXTENT
+ * PERMITTED BY APPLICABLE LAW, THE SOFTWARE IS PROVIDED "AS-IS", AND
+ * NATIONAL ICT AUSTRALIA AND ITS CONTRIBUTORS MAKE NO REPRESENTATIONS,
+ * WARRANTIES OR CONDITIONS OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING
+ * BUT NOT LIMITED TO ANY REPRESENTATIONS, WARRANTIES OR CONDITIONS
+ * REGARDING THE CONTENTS OR ACCURACY OF THE SOFTWARE, OR OF TITLE,
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT,
+ * THE ABSENCE OF LATENT OR OTHER DEFECTS, OR THE PRESENCE OR ABSENCE OF
+ * ERRORS, WHETHER OR NOT DISCOVERABLE.
+ *
+ * TO THE FULL EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT SHALL
+ * NATIONAL ICT AUSTRALIA OR ITS CONTRIBUTORS BE LIABLE ON ANY LEGAL
+ * THEORY (INCLUDING, WITHOUT LIMITATION, IN AN ACTION OF CONTRACT,
+ * NEGLIGENCE OR OTHERWISE) FOR ANY CLAIM, LOSS, DAMAGES OR OTHER
+ * LIABILITY, INCLUDING (WITHOUT LIMITATION) LOSS OF PRODUCTION OR
+ * OPERATION TIME, LOSS, DAMAGE OR CORRUPTION OF DATA OR RECORDS; OR LOSS
+ * OF ANTICIPATED SAVINGS, OPPORTUNITY, REVENUE, PROFIT OR GOODWILL, OR
+ * OTHER ECONOMIC LOSS; OR ANY SPECIAL, INCIDENTAL, INDIRECT,
+ * CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES, ARISING OUT OF OR IN
+ * CONNECTION WITH THIS LICENCE, THE SOFTWARE OR THE USE OF OR OTHER
+ * DEALINGS WITH THE SOFTWARE, EVEN IF NATIONAL ICT AUSTRALIA OR ITS
+ * CONTRIBUTORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH CLAIM, LOSS,
+ * DAMAGES OR OTHER LIABILITY.
+ *
+ * If applicable legislation implies representations, warranties, or
+ * conditions, or imposes obligations or liability on National ICT
+ * Australia or one of its contributors in respect of the Software that
+ * cannot be wholly or partly excluded, restricted or modified, the
+ * liability of National ICT Australia or the contributor is limited, to
+ * the full extent permitted by the applicable legislation, at its
+ * option, to:
+ * a.  in the case of goods, any one or more of the following:
+ * i.  the replacement of the goods or the supply of equivalent goods;
+ * ii.  the repair of the goods;
+ * iii. the payment of the cost of replacing the goods or of acquiring
+ *  equivalent goods;
+ * iv.  the payment of the cost of having the goods repaired; or
+ * b.  in the case of services:
+ * i.  the supplying of the services again; or
+ * ii.  the payment of the cost of having the services supplied again.
+ *
+ * The construction, validity and performance of this licence is governed
+ * by the laws in force in New South Wales, Australia.
+ */
+
+===================================================================================== 
+
+File: search.c
+ 
+/*  $NetBSD: search.c,v 1.19 2004/10/22 05:39:57 skrll Exp $     */
+
+/*
+ * Copyright 1996 Matt Thomas <matt at 3am-software.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:
+ * 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 John Polstra.
+ * 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.
+ */
+ 
+====================================================================================
+
+File: load.c
+ 
+/*  $NetBSD: load.c,v 1.29 2004/10/22 05:39:56 skrll Exp $   */
+
+/*
+ * Copyright 1996 John D. Polstra.
+ * Copyright 1996 Matt Thomas <matt at 3am-software.com>
+ * Copyright 2002 Charles M. Hannum <root at ihack.net>
+ * 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 John Polstra.
+ * 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.
+ */
+ 
+================================================================================
+
+File: symbol.c
+  
+/*  $NetBSD: symbol.c,v 1.38.2.1 2005/12/06 23:31:32 tron Exp $  */
+
+/*
+ * Copyright 1996 John D. Polstra.
+ * Copyright 1996 Matt Thomas <matt at 3am-software.com>
+ * Copyright 2002 Charles M. Hannum <root at ihack.net>
+ * 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 John Polstra.
+ * 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.
+ */
+ 
+===================================================================================
+ 
+File: wstrlcpy.c
+ 
+/*
+ *  $Header: //components/rel/core.wpss/1.0/kernel/libstd/src/wstrlcpy.c#1 $ 
+ *  $DateTime: 2020/07/06 22:28:14 $ 
+ */
+
+/*	$OpenBSD: strlcpy.c,v 1.11 2006/05/05 15:27:38 millert Exp $	*/
+
+/*
+ * Copyright (c) 1998 Todd C. Miller <Todd.Miller at courtesan.com>
+ *
+ * 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.
+ */
+ 
+=================================================================================
+
+File: map_object.c
+ 
+/*  $NetBSD: map_object.c,v 1.31 2004/10/22 05:39:56 skrll Exp $     */
+
+/*
+ * Copyright 1996 John D. Polstra.
+ * Copyright 1996 Matt Thomas <matt at 3am-software.com>
+ * Copyright 2002 Charles M. Hannum <root at ihack.net>
+ * 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 John Polstra.
+ * 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.
+ */
+
+===================================================================================
+
+File: paths.c
+ 
+/*  $NetBSD: paths.c,v 1.32 2004/10/22 05:39:56 skrll Exp $  */
+
+ /*
+ * Copyright 1996 Matt Thomas <matt at 3am-software.com>
+ * Copyright 2002 Charles M. Hannum <root at ihack.net>
+ * 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.
+ */
+
+=====================================================================================
+
+File: rtld_start.S
+ 
+/*	$NetBSD: rtld_start.S,v 1.8 2004/08/21 11:12:03 rearnsha Exp $	*/
+
+/*-
+ * Copyright (c) 1998, 2002 The NetBSD Foundation, Inc.
+ * All rights reserved.
+ *
+ * This code is derived from software contributed to The NetBSD Foundation
+ * by Matt Thomas and by Charles M. Hannum.
+ *
+ * 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 the NetBSD
+ *        Foundation, Inc. and its contributors.
+ * 4. Neither the name of The NetBSD 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 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.
+ */
+
+=====================================================================================
+
+File: reloc.c
+ 
+/*  $NetBSD: reloc.c,v 1.87 2005/01/09 14:58:15 martin Exp $     */
+
+/*
+ * Copyright 1996 John D. Polstra.
+ * Copyright 1996 Matt Thomas <matt at 3am-software.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:
+ * 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 John Polstra.
+ * 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.
+ */
+
+=====================================================================================
+
+File: strnlen.c
+ 
+/*
+ *  $Header: //components/rel/core.wpss/1.0/kernel/libstd/src/strnlen.c#1 $ 
+ *  $DateTime: 2020/07/06 22:28:14 $ 
+ */
+
+/*	$OpenBSD: strnlen.c,v 1.3 2010/06/02 12:58:12 millert Exp $	*/
+
+/*
+ * Copyright (c) 2010 Todd C. Miller <Todd.Miller at courtesan.com>
+ *
+ * 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.
+ */
+
+/* OPENBSD ORIGINAL: lib/libc/string/strnlen.c */
+
+=====================================================================================
+
+File: rtld.c
+ 
+/*  $NetBSD: rtld.c,v 1.107.2.1 2006/02/01 20:38:06 tron Exp $   */
+
+/*
+ * Copyright 1996 John D. Polstra.
+ * Copyright 1996 Matt Thomas <matt at 3am-software.com>
+ * Copyright 2002 Charles M. Hannum <root at ihack.net>
+ * 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 John Polstra.
+ * 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.
+ */
+ 
+=====================================================================================
+
+File: debug.c
+  
+/*  $NetBSD: debug.c,v 1.6 2004/10/22 05:39:56 skrll Exp $  */
+
+/*
+ * Copyright 1996 John D. Polstra.
+ * Copyright 1996 Matt Thomas <matt at 3am-software.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:
+ * 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 John Polstra.
+ * 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.
+ */
+
+=====================================================================================
+
+File: debug.h
+ 
+/*  $NetBSD: debug.h,v 1.5 2002/09/12 22:56:28 mycroft Exp $    */
+
+/*
+ * Copyright 1996 John D. Polstra.
+ * Copyright 1996 Matt Thomas <matt at 3am-software.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:
+ * 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 John Polstra.
+ * 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.
+ */
+ 
+====================================================================================
+ 
+File: rtld.h
+  
+/*  $NetBSD: rtld.h,v 1.71 2004/07/05 11:50:07 cube Exp $    */
+
+/*
+ * Copyright 1996 John D. Polstra.
+ * Copyright 1996 Matt Thomas <matt at 3am-software.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:
+ * 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 John Polstra.
+ * 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.
+ */
+
+=====================================================================================
+
+File: print.c
+ 
+/*
+ * Copyright (c) 2002-2004, Karlsruhe University
+ *
+ * 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.
+ */
+
+/*
+ * Australian Public Licence B (OZPLB)
+ *
+ * Version 1-0
+ *
+ * Copyright (c) 2007, Open Kernel Labs, Inc.
+ *
+ * All rights reserved.
+ *
+ * Developed by: Embedded, Real-time and Operating Systems Program (ERTOS)
+ *               National ICT Australia
+ *               http://www.ertos.nicta.com.au
+ *
+ * Permission is granted by National ICT Australia, free of charge, to
+ * any person obtaining a copy of this software and any associated
+ * documentation files (the "Software") to deal with the Software without
+ * restriction, including (without limitation) the rights to use, copy,
+ * modify, adapt, merge, publish, distribute, communicate to the public,
+ * sublicense, and/or sell, lend or rent out 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 name of National ICT Australia, nor the names of its
+ *       contributors, may be used to endorse or promote products derived
+ *       from this Software without specific prior written permission.
+ *
+ * EXCEPT AS EXPRESSLY STATED IN THIS LICENCE AND TO THE FULL EXTENT
+ * PERMITTED BY APPLICABLE LAW, THE SOFTWARE IS PROVIDED "AS-IS", AND
+ * NATIONAL ICT AUSTRALIA AND ITS CONTRIBUTORS MAKE NO REPRESENTATIONS,
+ * WARRANTIES OR CONDITIONS OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING
+ * BUT NOT LIMITED TO ANY REPRESENTATIONS, WARRANTIES OR CONDITIONS
+ * REGARDING THE CONTENTS OR ACCURACY OF THE SOFTWARE, OR OF TITLE,
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT,
+ * THE ABSENCE OF LATENT OR OTHER DEFECTS, OR THE PRESENCE OR ABSENCE OF
+ * ERRORS, WHETHER OR NOT DISCOVERABLE.
+ *
+ * TO THE FULL EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT SHALL
+ * NATIONAL ICT AUSTRALIA OR ITS CONTRIBUTORS BE LIABLE ON ANY LEGAL
+ * THEORY (INCLUDING, WITHOUT LIMITATION, IN AN ACTION OF CONTRACT,
+ * NEGLIGENCE OR OTHERWISE) FOR ANY CLAIM, LOSS, DAMAGES OR OTHER
+ * LIABILITY, INCLUDING (WITHOUT LIMITATION) LOSS OF PRODUCTION OR
+ * OPERATION TIME, LOSS, DAMAGE OR CORRUPTION OF DATA OR RECORDS; OR LOSS
+ * OF ANTICIPATED SAVINGS, OPPORTUNITY, REVENUE, PROFIT OR GOODWILL, OR
+ * OTHER ECONOMIC LOSS; OR ANY SPECIAL, INCIDENTAL, INDIRECT,
+ * CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES, ARISING OUT OF OR IN
+ * CONNECTION WITH THIS LICENCE, THE SOFTWARE OR THE USE OF OR OTHER
+ * DEALINGS WITH THE SOFTWARE, EVEN IF NATIONAL ICT AUSTRALIA OR ITS
+ * CONTRIBUTORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH CLAIM, LOSS,
+ * DAMAGES OR OTHER LIABILITY.
+ *
+ * If applicable legislation implies representations, warranties, or
+ * conditions, or imposes obligations or liability on National ICT
+ * Australia or one of its contributors in respect of the Software that
+ * cannot be wholly or partly excluded, restricted or modified, the
+ * liability of National ICT Australia or the contributor is limited, to
+ * the full extent permitted by the applicable legislation, at its
+ * option, to:
+ * a.  in the case of goods, any one or more of the following:
+ * i.  the replacement of the goods or the supply of equivalent goods;
+ * ii.  the repair of the goods;
+ * iii. the payment of the cost of replacing the goods or of acquiring
+ *  equivalent goods;
+ * iv.  the payment of the cost of having the goods repaired; or
+ * b.  in the case of services:
+ * i.  the supplying of the services again; or
+ * ii.  the payment of the cost of having the services supplied again.
+ *
+ * The construction, validity and performance of this licence is governed
+ * by the laws in force in New South Wales, Australia.
+ */
+
+/*
+ * Description:   Implementation of printf
+ */
+
+=====================================================================================
+
+File: sys_mmap.c
+  
+/*=============================================================================
+
+ * Copyright (c) 1982, 1986, 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.
+ * 3. 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.
+ */
+
+=====================================================================================
+
+File: qurt_printf.c
+ 
+/*
+ * Copyright (c) 2002-2004, Karlsruhe University
+ *
+ * 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.
+ */
+
+/*
+ * Australian Public Licence B (OZPLB)
+ *
+ * Version 1-0
+ *
+ * Copyright (c) 2007, Open Kernel Labs, Inc.
+ *
+ * All rights reserved. 
+ *
+ * Developed by: Embedded, Real-time and Operating Systems Program (ERTOS)
+ *               National ICT Australia
+ *               http://www.ertos.nicta.com.au
+ *
+ * Permission is granted by National ICT Australia, free of charge, to
+ * any person obtaining a copy of this software and any associated
+ * documentation files (the "Software") to deal with the Software without
+ * restriction, including (without limitation) the rights to use, copy,
+ * modify, adapt, merge, publish, distribute, communicate to the public,
+ * sublicense, and/or sell, lend or rent out 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 name of National ICT Australia, nor the names of its
+ *       contributors, may be used to endorse or promote products derived
+ *       from this Software without specific prior written permission.
+ *
+ * EXCEPT AS EXPRESSLY STATED IN THIS LICENCE AND TO THE FULL EXTENT
+ * PERMITTED BY APPLICABLE LAW, THE SOFTWARE IS PROVIDED "AS-IS", AND
+ * NATIONAL ICT AUSTRALIA AND ITS CONTRIBUTORS MAKE NO REPRESENTATIONS,
+ * WARRANTIES OR CONDITIONS OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING
+ * BUT NOT LIMITED TO ANY REPRESENTATIONS, WARRANTIES OR CONDITIONS
+ * REGARDING THE CONTENTS OR ACCURACY OF THE SOFTWARE, OR OF TITLE,
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT,
+ * THE ABSENCE OF LATENT OR OTHER DEFECTS, OR THE PRESENCE OR ABSENCE OF
+ * ERRORS, WHETHER OR NOT DISCOVERABLE.
+ *
+ * TO THE FULL EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT SHALL
+ * NATIONAL ICT AUSTRALIA OR ITS CONTRIBUTORS BE LIABLE ON ANY LEGAL
+ * THEORY (INCLUDING, WITHOUT LIMITATION, IN AN ACTION OF CONTRACT,
+ * NEGLIGENCE OR OTHERWISE) FOR ANY CLAIM, LOSS, DAMAGES OR OTHER
+ * LIABILITY, INCLUDING (WITHOUT LIMITATION) LOSS OF PRODUCTION OR
+ * OPERATION TIME, LOSS, DAMAGE OR CORRUPTION OF DATA OR RECORDS; OR LOSS
+ * OF ANTICIPATED SAVINGS, OPPORTUNITY, REVENUE, PROFIT OR GOODWILL, OR
+ * OTHER ECONOMIC LOSS; OR ANY SPECIAL, INCIDENTAL, INDIRECT,
+ * CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES, ARISING OUT OF OR IN
+ * CONNECTION WITH THIS LICENCE, THE SOFTWARE OR THE USE OF OR OTHER
+ * DEALINGS WITH THE SOFTWARE, EVEN IF NATIONAL ICT AUSTRALIA OR ITS
+ * CONTRIBUTORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH CLAIM, LOSS,
+ * DAMAGES OR OTHER LIABILITY.
+ *
+ * If applicable legislation implies representations, warranties, or
+ * conditions, or imposes obligations or liability on National ICT
+ * Australia or one of its contributors in respect of the Software that
+ * cannot be wholly or partly excluded, restricted or modified, the
+ * liability of National ICT Australia or the contributor is limited, to
+ * the full extent permitted by the applicable legislation, at its
+ * option, to:
+ * a.  in the case of goods, any one or more of the following:
+ * i.  the replacement of the goods or the supply of equivalent goods;
+ * ii.  the repair of the goods;
+ * iii. the payment of the cost of replacing the goods or of acquiring
+ *  equivalent goods;
+ * iv.  the payment of the cost of having the goods repaired; or
+ * b.  in the case of services:
+ * i.  the supplying of the services again; or
+ * ii.  the payment of the cost of having the services supplied again.
+ *
+ * The construction, validity and performance of this licence is governed
+ * by the laws in force in New South Wales, Australia.
+ */
+
+=====================================================================================
+
+File: tailq.h
+ 
+Copyright (c) 2013  by Qualcomm Technologies, Inc.  All Rights Reserved
+
+/*
+ * Australian Public Licence B (OZPLB)
+ *
+ * Version 1-0
+ *
+ * Copyright (c) 2004, National ICT Australia
+ *
+ * All rights reserved. 
+ *
+ * Developed by: Embedded, Real-time and Operating Systems Program (ERTOS)
+ *               National ICT Australia
+ *               http://www.ertos.nicta.com.au
+ *
+ * Permission is granted by National ICT Australia, free of charge, to
+ * any person obtaining a copy of this software and any associated
+ * documentation files (the "Software") to deal with the Software without
+ * restriction, including (without limitation) the rights to use, copy,
+ * modify, adapt, merge, publish, distribute, communicate to the public,
+ * sublicense, and/or sell, lend or rent out 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 name of National ICT Australia, nor the names of its
+ *       contributors, may be used to endorse or promote products derived
+ *       from this Software without specific prior written permission.
+ *
+ * EXCEPT AS EXPRESSLY STATED IN THIS LICENCE AND TO THE FULL EXTENT
+ * PERMITTED BY APPLICABLE LAW, THE SOFTWARE IS PROVIDED "AS-IS", AND
+ * NATIONAL ICT AUSTRALIA AND ITS CONTRIBUTORS MAKE NO REPRESENTATIONS,
+ * WARRANTIES OR CONDITIONS OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING
+ * BUT NOT LIMITED TO ANY REPRESENTATIONS, WARRANTIES OR CONDITIONS
+ * REGARDING THE CONTENTS OR ACCURACY OF THE SOFTWARE, OR OF TITLE,
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT,
+ * THE ABSENCE OF LATENT OR OTHER DEFECTS, OR THE PRESENCE OR ABSENCE OF
+ * ERRORS, WHETHER OR NOT DISCOVERABLE.
+ *
+ * TO THE FULL EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT SHALL
+ * NATIONAL ICT AUSTRALIA OR ITS CONTRIBUTORS BE LIABLE ON ANY LEGAL
+ * THEORY (INCLUDING, WITHOUT LIMITATION, IN AN ACTION OF CONTRACT,
+ * NEGLIGENCE OR OTHERWISE) FOR ANY CLAIM, LOSS, DAMAGES OR OTHER
+ * LIABILITY, INCLUDING (WITHOUT LIMITATION) LOSS OF PRODUCTION OR
+ * OPERATION TIME, LOSS, DAMAGE OR CORRUPTION OF DATA OR RECORDS; OR LOSS
+ * OF ANTICIPATED SAVINGS, OPPORTUNITY, REVENUE, PROFIT OR GOODWILL, OR
+ * OTHER ECONOMIC LOSS; OR ANY SPECIAL, INCIDENTAL, INDIRECT,
+ * CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES, ARISING OUT OF OR IN
+ * CONNECTION WITH THIS LICENCE, THE SOFTWARE OR THE USE OF OR OTHER
+ * DEALINGS WITH THE SOFTWARE, EVEN IF NATIONAL ICT AUSTRALIA OR ITS
+ * CONTRIBUTORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH CLAIM, LOSS,
+ * DAMAGES OR OTHER LIABILITY.
+ *
+ * If applicable legislation implies representations, warranties, or
+ * conditions, or imposes obligations or liability on National ICT
+ * Australia or one of its contributors in respect of the Software that
+ * cannot be wholly or partly excluded, restricted or modified, the
+ * liability of National ICT Australia or the contributor is limited, to
+ * the full extent permitted by the applicable legislation, at its
+ * option, to:
+ * a.  in the case of goods, any one or more of the following:
+ * i.  the replacement of the goods or the supply of equivalent goods;
+ * ii.  the repair of the goods;
+ * iii. the payment of the cost of replacing the goods or of acquiring
+ *  equivalent goods;
+ * iv.  the payment of the cost of having the goods repaired; or
+ * b.  in the case of services:
+ * i.  the supplying of the services again; or
+ * ii.  the payment of the cost of having the services supplied again.
+ *
+ * The construction, validity and performance of this licence is governed
+ * by the laws in force in New South Wales, Australia.
+ */
+
+/*
+ * Australian Public Licence B (OZPLB)
+ *
+ * Version 1-0
+ *
+ * Copyright (c) 2007, Open Kernel Labs, Inc.
+ *
+ * All rights reserved. 
+ *
+ * Developed by: Embedded, Real-time and Operating Systems Program (ERTOS)
+ *               National ICT Australia
+ *               http://www.ertos.nicta.com.au
+ *
+ * Permission is granted by National ICT Australia, free of charge, to
+ * any person obtaining a copy of this software and any associated
+ * documentation files (the "Software") to deal with the Software without
+ * restriction, including (without limitation) the rights to use, copy,
+ * modify, adapt, merge, publish, distribute, communicate to the public,
+ * sublicense, and/or sell, lend or rent out 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 name of National ICT Australia, nor the names of its
+ *       contributors, may be used to endorse or promote products derived
+ *       from this Software without specific prior written permission.
+ *
+ * EXCEPT AS EXPRESSLY STATED IN THIS LICENCE AND TO THE FULL EXTENT
+ * PERMITTED BY APPLICABLE LAW, THE SOFTWARE IS PROVIDED "AS-IS", AND
+ * NATIONAL ICT AUSTRALIA AND ITS CONTRIBUTORS MAKE NO REPRESENTATIONS,
+ * WARRANTIES OR CONDITIONS OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING
+ * BUT NOT LIMITED TO ANY REPRESENTATIONS, WARRANTIES OR CONDITIONS
+ * REGARDING THE CONTENTS OR ACCURACY OF THE SOFTWARE, OR OF TITLE,
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT,
+ * THE ABSENCE OF LATENT OR OTHER DEFECTS, OR THE PRESENCE OR ABSENCE OF
+ * ERRORS, WHETHER OR NOT DISCOVERABLE.
+ *
+ * TO THE FULL EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT SHALL
+ * NATIONAL ICT AUSTRALIA OR ITS CONTRIBUTORS BE LIABLE ON ANY LEGAL
+ * THEORY (INCLUDING, WITHOUT LIMITATION, IN AN ACTION OF CONTRACT,
+ * NEGLIGENCE OR OTHERWISE) FOR ANY CLAIM, LOSS, DAMAGES OR OTHER
+ * LIABILITY, INCLUDING (WITHOUT LIMITATION) LOSS OF PRODUCTION OR
+ * OPERATION TIME, LOSS, DAMAGE OR CORRUPTION OF DATA OR RECORDS; OR LOSS
+ * OF ANTICIPATED SAVINGS, OPPORTUNITY, REVENUE, PROFIT OR GOODWILL, OR
+ * OTHER ECONOMIC LOSS; OR ANY SPECIAL, INCIDENTAL, INDIRECT,
+ * CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES, ARISING OUT OF OR IN
+ * CONNECTION WITH THIS LICENCE, THE SOFTWARE OR THE USE OF OR OTHER
+ * DEALINGS WITH THE SOFTWARE, EVEN IF NATIONAL ICT AUSTRALIA OR ITS
+ * CONTRIBUTORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH CLAIM, LOSS,
+ * DAMAGES OR OTHER LIABILITY.
+ *
+ * If applicable legislation implies representations, warranties, or
+ * conditions, or imposes obligations or liability on National ICT
+ * Australia or one of its contributors in respect of the Software that
+ * cannot be wholly or partly excluded, restricted or modified, the
+ * liability of National ICT Australia or the contributor is limited, to
+ * the full extent permitted by the applicable legislation, at its
+ * option, to:
+ * a.  in the case of goods, any one or more of the following:
+ * i.  the replacement of the goods or the supply of equivalent goods;
+ * ii.  the repair of the goods;
+ * iii. the payment of the cost of replacing the goods or of acquiring
+ *  equivalent goods;
+ * iv.  the payment of the cost of having the goods repaired; or
+ * b.  in the case of services:
+ * i.  the supplying of the services again; or
+ * ii.  the payment of the cost of having the services supplied again.
+ *
+ * The construction, validity and performance of this licence is governed
+ * by the laws in force in New South Wales, Australia.
+ */
+
+/*
+ * Author: Alex Webster
+ */
+
+====================================================================================
+
+File: alloc.c
+ 
+/*
+ * Australian Public Licence B (OZPLB)
+ *
+ * Version 1-0
+ *
+ * Copyright (c) 2007, Open Kernel Labs, Inc.
+ *
+ * All rights reserved. 
+ *
+ * Developed by: Embedded, Real-time and Operating Systems Program (ERTOS)
+ *               National ICT Australia
+ *               http://www.ertos.nicta.com.au
+ *
+ * Permission is granted by National ICT Australia, free of charge, to
+ * any person obtaining a copy of this software and any associated
+ * documentation files (the "Software") to deal with the Software without
+ * restriction, including (without limitation) the rights to use, copy,
+ * modify, adapt, merge, publish, distribute, communicate to the public,
+ * sublicense, and/or sell, lend or rent out 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 name of National ICT Australia, nor the names of its
+ *       contributors, may be used to endorse or promote products derived
+ *       from this Software without specific prior written permission.
+ *
+ * EXCEPT AS EXPRESSLY STATED IN THIS LICENCE AND TO THE FULL EXTENT
+ * PERMITTED BY APPLICABLE LAW, THE SOFTWARE IS PROVIDED "AS-IS", AND
+ * NATIONAL ICT AUSTRALIA AND ITS CONTRIBUTORS MAKE NO REPRESENTATIONS,
+ * WARRANTIES OR CONDITIONS OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING
+ * BUT NOT LIMITED TO ANY REPRESENTATIONS, WARRANTIES OR CONDITIONS
+ * REGARDING THE CONTENTS OR ACCURACY OF THE SOFTWARE, OR OF TITLE,
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT,
+ * THE ABSENCE OF LATENT OR OTHER DEFECTS, OR THE PRESENCE OR ABSENCE OF
+ * ERRORS, WHETHER OR NOT DISCOVERABLE.
+ *
+ * TO THE FULL EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT SHALL
+ * NATIONAL ICT AUSTRALIA OR ITS CONTRIBUTORS BE LIABLE ON ANY LEGAL
+ * THEORY (INCLUDING, WITHOUT LIMITATION, IN AN ACTION OF CONTRACT,
+ * NEGLIGENCE OR OTHERWISE) FOR ANY CLAIM, LOSS, DAMAGES OR OTHER
+ * LIABILITY, INCLUDING (WITHOUT LIMITATION) LOSS OF PRODUCTION OR
+ * OPERATION TIME, LOSS, DAMAGE OR CORRUPTION OF DATA OR RECORDS; OR LOSS
+ * OF ANTICIPATED SAVINGS, OPPORTUNITY, REVENUE, PROFIT OR GOODWILL, OR
+ * OTHER ECONOMIC LOSS; OR ANY SPECIAL, INCIDENTAL, INDIRECT,
+ * CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES, ARISING OUT OF OR IN
+ * CONNECTION WITH THIS LICENCE, THE SOFTWARE OR THE USE OF OR OTHER
+ * DEALINGS WITH THE SOFTWARE, EVEN IF NATIONAL ICT AUSTRALIA OR ITS
+ * CONTRIBUTORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH CLAIM, LOSS,
+ * DAMAGES OR OTHER LIABILITY.
+ *
+ * If applicable legislation implies representations, warranties, or
+ * conditions, or imposes obligations or liability on National ICT
+ * Australia or one of its contributors in respect of the Software that
+ * cannot be wholly or partly excluded, restricted or modified, the
+ * liability of National ICT Australia or the contributor is limited, to
+ * the full extent permitted by the applicable legislation, at its
+ * option, to:
+ * a.  in the case of goods, any one or more of the following:
+ * i.  the replacement of the goods or the supply of equivalent goods;
+ * ii.  the repair of the goods;
+ * iii. the payment of the cost of replacing the goods or of acquiring
+ *  equivalent goods;
+ * iv.  the payment of the cost of having the goods repaired; or
+ * b.  in the case of services:
+ * i.  the supplying of the services again; or
+ * ii.  the payment of the cost of having the services supplied again.
+ *
+ * The construction, validity and performance of this licence is governed
+ * by the laws in force in New South Wales, Australia.
+ */
+
+=====================================================================================
+
+File: strlcatK.c
+ 
+/*	$OpenBSD: strlcat.c,v 1.13 2005/08/08 08:05:37 espie Exp $	*/
+
+/*
+ * Copyright (c) 1998 Todd C. Miller <Todd.Miller at courtesan.com>
+ *
+ * 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.
+ */
+
+=====================================================================================
+
+File: strlcpyK.c
+ 
+/*=============================================================================
+
+                                    strlcpyK.c
+/*
+ *   
+ */
+
+/*	$OpenBSD: strlcpy.c,v 1.11 2006/05/05 15:27:38 millert Exp $	*/
+
+/*
+ * Copyright (c) 1998 Todd C. Miller <Todd.Miller at courtesan.com>
+ *
+ * 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.
+ */
+
+=====================================================================================
+
+File: ecc_xml.py
+ 
+##############################################################################
+# Australian Public Licence B (OZPLB)
+# 
+# Version 1-0
+# 
+# Copyright (c) 2007, Open Kernel Labs, Inc.
+# 
+# All rights reserved. 
+# 
+# Developed by: Embedded, Real-time and Operating Systems Program (ERTOS)
+#               National ICT Australia
+#               http://www.ertos.nicta.com.au
+# 
+# Permission is granted by National ICT Australia, free of charge, to
+# any person obtaining a copy of this software and any associated
+# documentation files (the "Software") to deal with the Software without
+# restriction, including (without limitation) the rights to use, copy,
+# modify, adapt, merge, publish, distribute, communicate to the public,
+# sublicense, and/or sell, lend or rent out 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 name of National ICT Australia, nor the names of its
+#       contributors, may be used to endorse or promote products derived
+#       from this Software without specific prior written permission.
+# 
+# EXCEPT AS EXPRESSLY STATED IN THIS LICENCE AND TO THE FULL EXTENT
+# PERMITTED BY APPLICABLE LAW, THE SOFTWARE IS PROVIDED "AS-IS", AND
+# NATIONAL ICT AUSTRALIA AND ITS CONTRIBUTORS MAKE NO REPRESENTATIONS,
+# WARRANTIES OR CONDITIONS OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING
+# BUT NOT LIMITED TO ANY REPRESENTATIONS, WARRANTIES OR CONDITIONS
+# REGARDING THE CONTENTS OR ACCURACY OF THE SOFTWARE, OR OF TITLE,
+# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT,
+# THE ABSENCE OF LATENT OR OTHER DEFECTS, OR THE PRESENCE OR ABSENCE OF
+# ERRORS, WHETHER OR NOT DISCOVERABLE.
+# 
+# TO THE FULL EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT SHALL
+# NATIONAL ICT AUSTRALIA OR ITS CONTRIBUTORS BE LIABLE ON ANY LEGAL
+# THEORY (INCLUDING, WITHOUT LIMITATION, IN AN ACTION OF CONTRACT,
+# NEGLIGENCE OR OTHERWISE) FOR ANY CLAIM, LOSS, DAMAGES OR OTHER
+# LIABILITY, INCLUDING (WITHOUT LIMITATION) LOSS OF PRODUCTION OR
+# OPERATION TIME, LOSS, DAMAGE OR CORRUPTION OF DATA OR RECORDS; OR LOSS
+# OF ANTICIPATED SAVINGS, OPPORTUNITY, REVENUE, PROFIT OR GOODWILL, OR
+# OTHER ECONOMIC LOSS; OR ANY SPECIAL, INCIDENTAL, INDIRECT,
+# CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES, ARISING OUT OF OR IN
+# CONNECTION WITH THIS LICENCE, THE SOFTWARE OR THE USE OF OR OTHER
+# DEALINGS WITH THE SOFTWARE, EVEN IF NATIONAL ICT AUSTRALIA OR ITS
+# CONTRIBUTORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH CLAIM, LOSS,
+# DAMAGES OR OTHER LIABILITY.
+# 
+# If applicable legislation implies representations, warranties, or
+# conditions, or imposes obligations or liability on National ICT
+# Australia or one of its contributors in respect of the Software that
+# cannot be wholly or partly excluded, restricted or modified, the
+# liability of National ICT Australia or the contributor is limited, to
+# the full extent permitted by the applicable legislation, at its
+# option, to:
+# a.  in the case of goods, any one or more of the following:
+# i.  the replacement of the goods or the supply of equivalent goods;
+# ii.  the repair of the goods;
+# iii. the payment of the cost of replacing the goods or of acquiring
+#  equivalent goods;
+# iv.  the payment of the cost of having the goods repaired; or
+# b.  in the case of services:
+# i.  the supplying of the services again; or
+# ii.  the payment of the cost of having the services supplied again.
+# 
+# The construction, validity and performance of this licence is governed
+# by the laws in force in New South Wales, Australia.
+
+=====================================================================================
+
+File: physpool_xml.py
+ 
+##############################################################################
+# Australian Public Licence B (OZPLB)
+# 
+# Version 1-0
+# 
+# Copyright (c) 2007, Open Kernel Labs, Inc.
+# 
+# All rights reserved. 
+# 
+# Developed by: Embedded, Real-time and Operating Systems Program (ERTOS)
+#               National ICT Australia
+#               http://www.ertos.nicta.com.au
+# 
+# Permission is granted by National ICT Australia, free of charge, to
+# any person obtaining a copy of this software and any associated
+# documentation files (the "Software") to deal with the Software without
+# restriction, including (without limitation) the rights to use, copy,
+# modify, adapt, merge, publish, distribute, communicate to the public,
+# sublicense, and/or sell, lend or rent out 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 name of National ICT Australia, nor the names of its
+#       contributors, may be used to endorse or promote products derived
+#       from this Software without specific prior written permission.
+# 
+# EXCEPT AS EXPRESSLY STATED IN THIS LICENCE AND TO THE FULL EXTENT
+# PERMITTED BY APPLICABLE LAW, THE SOFTWARE IS PROVIDED "AS-IS", AND
+# NATIONAL ICT AUSTRALIA AND ITS CONTRIBUTORS MAKE NO REPRESENTATIONS,
+# WARRANTIES OR CONDITIONS OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING
+# BUT NOT LIMITED TO ANY REPRESENTATIONS, WARRANTIES OR CONDITIONS
+# REGARDING THE CONTENTS OR ACCURACY OF THE SOFTWARE, OR OF TITLE,
+# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT,
+# THE ABSENCE OF LATENT OR OTHER DEFECTS, OR THE PRESENCE OR ABSENCE OF
+# ERRORS, WHETHER OR NOT DISCOVERABLE.
+# 
+# TO THE FULL EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT SHALL
+# NATIONAL ICT AUSTRALIA OR ITS CONTRIBUTORS BE LIABLE ON ANY LEGAL
+# THEORY (INCLUDING, WITHOUT LIMITATION, IN AN ACTION OF CONTRACT,
+# NEGLIGENCE OR OTHERWISE) FOR ANY CLAIM, LOSS, DAMAGES OR OTHER
+# LIABILITY, INCLUDING (WITHOUT LIMITATION) LOSS OF PRODUCTION OR
+# OPERATION TIME, LOSS, DAMAGE OR CORRUPTION OF DATA OR RECORDS; OR LOSS
+# OF ANTICIPATED SAVINGS, OPPORTUNITY, REVENUE, PROFIT OR GOODWILL, OR
+# OTHER ECONOMIC LOSS; OR ANY SPECIAL, INCIDENTAL, INDIRECT,
+# CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES, ARISING OUT OF OR IN
+# CONNECTION WITH THIS LICENCE, THE SOFTWARE OR THE USE OF OR OTHER
+# DEALINGS WITH THE SOFTWARE, EVEN IF NATIONAL ICT AUSTRALIA OR ITS
+# CONTRIBUTORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH CLAIM, LOSS,
+# DAMAGES OR OTHER LIABILITY.
+# 
+# If applicable legislation implies representations, warranties, or
+# conditions, or imposes obligations or liability on National ICT
+# Australia or one of its contributors in respect of the Software that
+# cannot be wholly or partly excluded, restricted or modified, the
+# liability of National ICT Australia or the contributor is limited, to
+# the full extent permitted by the applicable legislation, at its
+# option, to:
+# a.  in the case of goods, any one or more of the following:
+# i.  the replacement of the goods or the supply of equivalent goods;
+# ii.  the repair of the goods;
+# iii. the payment of the cost of replacing the goods or of acquiring
+#  equivalent goods;
+# iv.  the payment of the cost of having the goods repaired; or
+# b.  in the case of services:
+# i.  the supplying of the services again; or
+# ii.  the payment of the cost of having the services supplied again.
+# 
+# The construction, validity and performance of this licence is governed
+# by the laws in force in New South Wales, Australia.
+
+=====================================================================================
+
+File: wlan_md_elf.h
+ 
+/*	$NetBSD: exec_elf.h,v 1.81 2005/02/26 22:25:34 perry Exp $	*/
+
+/*-
+ * Copyright (c) 1994 The NetBSD Foundation, Inc.
+ * All rights reserved.
+ *
+ * This code is derived from software contributed to The NetBSD Foundation
+ * by Christos Zoulas.
+ *
+ * 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 the NetBSD
+ *	Foundation, Inc. and its contributors.
+ * 4. Neither the name of The NetBSD 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 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.
+ */
+
+===========================================================================================
+
+File: secnlsfast.c
+ 
+/* $Id: //components/rel/core.wpss/1.0/securemsm/crypto/shared/src/secnlsfast.c#1 $ */
+/* nlsfast: NLS stream cipher and Mundja MAC -- fast implementation */
+
+/*
+ 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 AND AGAINST
+ INFRINGEMENT 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.
+ */
+
+==============================================================================================                 
+
+File: curve25519.c
+ 
+/*
+ * Copyright 2016 The OpenSSL Project Authors. All Rights Reserved.
+ *
+ * Licensed under the OpenSSL license (the "License").  You may not use
+ * this file except in compliance with the License.  You can obtain a copy
+ * in the file LICENSE in the source distribution or at
+ * https://www.openssl.org/source/license.html
+ */
+
+/* This code is mostly taken from the ref10 version of Ed25519 in SUPERCOP
+ * 20141124 (http://bench.cr.yp.to/supercop.html).
+ *
+ * The field functions are shared by Ed25519 and X25519 where possible. */
+
+=====================================================================================
+
+File: aes_core.h
+ 
+  Source:
+  https://source.codeaurora.org/quic/lc/native_client/pnacl-llvm-testsuite/
+  MultiSource/Benchmarks/MiBench/security-rijndael/aes.h
+
+   -----------------------------------------------------------------------
+   Copyright (c) 2001 Dr Brian Gladman <brg at gladman.uk.net>, Worcester, UK
+
+   TERMS
+
+   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 'as is' with no guarantees of correctness or
+   fitness for purpose.
+   -----------------------------------------------------------------------
+
+=====================================================================================
+
+File: mode_hdr.h
+ 
+/*
+ ---------------------------------------------------------------------------
+ Copyright (c) 1998-2010, Brian Gladman, Worcester, UK. All rights reserved.
+
+ The redistribution and use of this software (with or without changes)
+ is allowed without the payment of fees or royalties provided that:
+
+  source code distributions include the above copyright notice, this
+     list of conditions and the following disclaimer;
+
+  binary distributions include the above copyright notice, this list
+  of conditions and the following disclaimer in their documentation.
+
+ This software is provided 'as is' with no explicit or implied warranties
+in respect of its operation, including, but not limited to, correctness
+and fitness for purpose.
+ ---------------------------------------------------------------------------
+Issue Date: 07/10/2010
+*/
+
+=====================================================================================
+
+File: gcm_sw.h
+ 
+/*
+ ---------------------------------------------------------------------------
+ Copyright (c) 1998-2010, Brian Gladman, Worcester, UK. All rights reserved.
+
+ The redistribution and use of this software (with or without changes)
+ is allowed without the payment of fees or royalties provided that:
+
+  source code distributions include the above copyright notice, this
+     list of conditions and the following disclaimer;
+
+  binary distributions include the above copyright notice, this list
+  of conditions and the following disclaimer in their documentation.
+
+ This software is provided 'as is' with no explicit or implied warranties
+ in respect of its operation, including, but not limited to, correctness
+ and fitness for purpose.
+ ---------------------------------------------------------------------------
+ Issue Date: 11/01/2011
+
+ I am grateful for the work done by Mark Rodenkirch and Jason Papadopoulos
+ in helping to remove a bug in the operation of this code on big endian
+ systems when fast buffer operations are enabled.
+ ---------------------------------------------------------------------------
+*/
+
+=====================================================================================
+
+File: des_sw_cmn.c
+ 
+/* ====================================================================
+ * Copyright (c) 2008 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 at 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.
+ * ====================================================================
+ *
+ */
+
+================================================================================================
+
+File: aes_sw_cmn.c
+ 
+/*
+   -----------------------------------------------------------------------
+   Copyright (c) 2001 Dr Brian Gladman <brg at gladman.uk.net>, Worcester, UK
+
+   TERMS
+   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 'as is' with no guarantees of correctness or
+   fitness for purpose.
+ 
+=====================================================================================
+
+File: aes_tab.h
+  
+/*
+   Copyright (c) 2001 Dr Brian Gladman <brg at gladman.uk.net>, Worcester, UK
+   
+   TERMS
+
+   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 'as is' with no guarantees of correctness or
+   fitness for purpose.
+*/
+
+=====================================================================================
+
+File: gf128mul.c
+ 
+/*
+ ---------------------------------------------------------------------------
+ Copyright (c) 1998-2010, Brian Gladman, Worcester, UK. All rights reserved.
+
+ The redistribution and use of this software (with or without changes)
+ is allowed without the payment of fees or royalties provided that:
+
+  source code distributions include the above copyright notice, this
+     list of conditions and the following disclaimer;
+
+  binary distributions include the above copyright notice, this list
+  of conditions and the following disclaimer in their documentation.
+
+ This software is provided 'as is' with no explicit or implied warranties
+ in respect of its operation, including, but not limited to, correctness
+and fitness for purpose.
+ ---------------------------------------------------------------------------
+*/
+
+=====================================================================================
+
+File: sha1_sw.c
+ 
+/* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
+ * All rights reserved.
+ *
+ * This package is an SSL implementation written
+ * by Eric Young (eay at 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 at 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 at 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 at 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.]
+ */
+
+=====================================================================================
+
+File: des_ecb_sw.c
+  
+/* ====================================================================
+ * Copyright (c) 2008 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 at 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.
+ * ====================================================================
+ *
+ */
+
+====================================================================================
+
+File: gf128mul.h
+ 
+/*
+ ---------------------------------------------------------------------------
+ Copyright (c) 1998-2010, Brian Gladman, Worcester, UK. All rights reserved.
+
+ The redistribution and use of this software (with or without changes)
+ is allowed without the payment of fees or royalties provided that:
+
+  source code distributions include the above copyright notice, this
+     list of conditions and the following disclaimer;
+
+  binary distributions include the above copyright notice, this list
+  of conditions and the following disclaimer in their documentation.
+
+ This software is provided 'as is' with no explicit or implied warranties
+ in respect of its operation, including, but not limited to, correctness
+ and fitness for purpose.
+---------------------------------------------------------------------------
+*/
+
+=============================================================================================
+
+File: aes_ctr_sw.c
+ 
+/* ====================================================================
+ * Copyright (c) 2008 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 at 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.
+ * ====================================================================
+ *
+ */
+
+=====================================================================================
+
+File: sha2512_sw.c
+ 
+/* ====================================================================
+ * Copyright (c) 2008 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 at 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.
+ * ====================================================================
+ *
+ */
+
+=====================================================================================
+
+ File: hmac_ce.c
+  
+/* ====================================================================
+ * Copyright (c) 2008 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 at 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.
+ * ====================================================================
+ *
+ */
+
+=====================================================================================
+
+File: uclib_openssl.h
+ 
+/* ====================================================================
+ * Copyright (c) 2008 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 at 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.
+ * ====================================================================
+ *
+ */
+
+=====================================================================================
+
+File: pkey.h
+ 
+/* ====================================================================
+ * Copyright (c) 2008 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 at 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.
+ * ====================================================================
+ *
+ */
+
+=============================================================================================
+
+File: gf_mul_lo.h
+  
+/*
+ ---------------------------------------------------------------------------
+ Copyright (c) 1998-2010, Brian Gladman, Worcester, UK. All rights reserved.
+
+ The redistribution and use of this software (with or without changes)
+ is allowed without the payment of fees or royalties provided that:
+
+  source code distributions include the above copyright notice, this
+     list of conditions and the following disclaimer;
+
+  binary distributions include the above copyright notice, this list
+  of conditions and the following disclaimer in their documentation.
+
+ This software is provided 'as is' with no explicit or implied warranties
+ in respect of its operation, including, but not limited to, correctness
+ and fitness for purpose.
+ ---------------------------------------------------------------------------
+Issue Date: 11/01/2011
+*/
+
+=====================================================================================
+
+File: hmac_sw.c
+
+/* ====================================================================
+ * Copyright (c) 2008 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 at 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.
+ * ====================================================================
+ *
+ */
+
+=====================================================================================
+
+File: cipher.h
+  
+/* ====================================================================
+ * Copyright (c) 1998-2002 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 at 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.
+ * ====================================================================
+ *
+ */
+
+===============================================================================================
+
+File: hash2512.h
+  
+/* ====================================================================
+ * Copyright (c) 2008 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 at 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.
+ * ====================================================================
+ *
+ */
+
+=====================================================================================
+
+File: uclib_util.h
+ 
+ /* ====================================================================
+ * Copyright (c) 2008 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 at 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.
+ * ====================================================================
+ *
+ */
+
+=====================================================================================
+
+File: aes_ecb_sw.c
+ 
+/* ====================================================================
+ * Copyright (c) 2008 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 at 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.
+ * ====================================================================
+ *
+ */
+
+=====================================================================================
+
+File: sha2512_sw_cmn.c
+ 
+/* ====================================================================
+ * Copyright (c) 2008 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 at 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.
+ * ====================================================================
+ *
+ */
+ 
+=========================================================================================
+
+File: inffast.c
+  
+/* inffast.c -- fast decoding
+ * Copyright (C) 1995-2008, 2010-2016 Mark Adler
+ * For conditions of distribution and use, see copyright notice in zlib.h
+ */
+
+=====================================================================================
+
+File: md32_common.h
+ 
+/*
+ * Copyright 1999-2016 The OpenSSL Project Authors. All Rights Reserved.
+ *
+ * Licensed under the OpenSSL license (the "License").  You may not use
+ * this file except in compliance with the License.  You can obtain a copy
+ * in the file LICENSE in the source distribution or at
+ * https://www.openssl.org/source/license.html
+ */
+
+=====================================================================================
+
+File: aes_cbc_cts_sw.c
+
+/* ====================================================================
+ * Copyright (c) 2008 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 at 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.
+ * ====================================================================
+ *
+ */
+
+======================================================================================
+
+File: hash_sw_cmn.c
+ 
+/*====================================================================
+ * Copyright (c) 2008 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 at 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.
+ * ====================================================================
+ *
+ */
+
+================================================================================
+
+File: pbkdf2.c
+ 
+/*
+ * Copyright (C) The Internet Society (2000). All Rights Reserved.
+ *
+ * This document and translations of it may be copied and furnished to
+ * others, and derivative works that comment on or otherwise explain it
+ * or assist in its implementation may be prepared, copied, published
+ * and distributed, in whole or in part, without restriction of any
+ * kind, provided that the above copyright notice and this paragraph are
+ * included on all such copies and derivative works. However, this
+ * document itself may not be modified in any way, such as by removing
+ * the copyright notice or references to the Internet Society or other
+ * Internet organizations, except as needed for the purpose of
+ * developing Internet standards in which case the procedures for
+ * copyrights defined in the Internet Standards process must be
+ * followed, or as required to translate it into languages other than
+ * English.
+ *
+ * The limited permissions granted above are perpetual and will not be
+ * revoked by the Internet Society or its successors or assigns.
+ *
+ * This document and the information contained herein is provided on an
+ * "AS IS" basis and THE INTERNET SOCIETY AND THE INTERNET ENGINEERING
+ * TASK FORCE DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING
+ * BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION
+ * HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF
+ * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
+ *
+ * Portions Copyright (c) 2011-2017 Andy Goryachev <andy at goryachev.com>
+ * under Apache-2.0 license.
+ */
+
+===============================================================================
+
+File: aes_gcm_sw.c
+ 
+/* ====================================================================
+ * Copyright (c) 2008 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 at 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.
+ * ====================================================================
+ *
+ */
+
+==========================================================================================
+
+File: aes_xts_sw.c
+  
+/* ====================================================================
+ * Copyright (c) 2008 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 at 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.
+ * ====================================================================
+ *
+ */
+
+=====================================================================================
+
+File: inflate.c
+  
+/* inflate.c -- zlib decompression
+ * Copyright (C) 1995-2016 Mark Adler
+ * For conditions of distribution and use, see copyright notice in zlib.h
+ */
+
+=====================================================================================
+
+File: inflate.h
+  
+/* inflate.h -- internal inflate state definition
+ * Copyright (C) 1995-2016 Mark Adler
+ * For conditions of distribution and use, see copyright notice in zlib.h
+ */
+
+=====================================================================================
+
+File: aes_ccm_sw.c
+  
+/* ====================================================================
+ * Copyright (c) 2008 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 at 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.
+ * ====================================================================
+ *
+ */
+
+=====================================================================================
+
+File: sha2256_sw.c
+  
+/* ====================================================================
+ * Copyright (c) 2008 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 at 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.
+ * ====================================================================
+ *
+ */
+
+==================================================================================
+
+File: md5_sw.c
+  
+/* ====================================================================
+ * Copyright (c) 2008 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 at 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.
+ * ====================================================================
+ *
+ */
+
+================================================================================
+
+  File: inftrees.h
+  
+  /* inftrees.h -- header to use inftrees.c
+ * Copyright (C) 1995-2005, 2010-2016 Mark Adler
+ * For conditions of distribution and use, see copyright notice in zlib.h
+ */
+
+==================================================================================
+
+File: inftrees.c
+  
+/* inftrees.c -- generate Huffman trees for efficient decoding
+ * Copyright (C) 1995-2016 Mark Adler
+ * For conditions of distribution and use, see copyright notice in zlib.h
+ */
+
+=================================================================================
+
+File: hash.h
+  
+/* ====================================================================
+ * Copyright (c) 2008 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 at 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.
+ * ====================================================================
+ *
+ */
+
+============================================================================================
+
+File:ccm_sw.c
+  
+/*
+ ---------------------------------------------------------------------------
+ Copyright (c) 1998-2008, Brian Gladman, Worcester, UK. All rights reserved.
+
+ LICENSE TERMS
+
+ The redistribution and use of this software (with or without changes)
+ is allowed without the payment of fees or royalties provided that:
+
+  1. source code distributions include the above copyright notice, this
+     list of conditions and the following disclaimer;
+
+  2. binary distributions include the above copyright notice, this list
+     of conditions and the following disclaimer in their documentation;
+
+  3. the name of the copyright holder is not used to endorse products
+     built using this software without specific written permission.
+
+ DISCLAIMER
+
+ This software is provided 'as is' with no explicit or implied warranties
+ in respect of its properties, including, but not limited to, correctness
+ and/or fitness for purpose.
+ ---------------------------------------------------------------------------
+ Issue Date: 21/07/2009
+*/
+
+====================================================================================
+
+File: md5_sw_cmn.c
+  
+/* ====================================================================
+ * Copyright (c) 2008 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 at 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.
+ * ====================================================================
+ *
+ */
+
+===================================================================================
+
+File: brg_endian.h
+  
+/*
+ ---------------------------------------------------------------------------
+ Copyright (c) 1998-2010, Brian Gladman, Worcester, UK. All rights reserved.
+
+ The redistribution and use of this software (with or without changes)
+ is allowed without the payment of fees or royalties provided that:
+
+  source code distributions include the above copyright notice, this
+     list of conditions and the following disclaimer;
+
+  binary distributions include the above copyright notice, this list
+  of conditions and the following disclaimer in their documentation.
+
+ This software is provided 'as is' with no explicit or implied warranties
+ in respect of its operation, including, but not limited to, correctness
+ and fitness for purpose.
+ ---------------------------------------------------------------------------
+ Issue Date: 20/12/2007
+*/
+
+==================================================================================
+
+File: trees.c
+  
+/* trees.c -- output deflated data using Huffman coding
+ * Copyright (C) 1995-2016 Jean-loup Gailly
+ * detect_data_type() function provided freely by Cosmin Truta, 2006
+ * For conditions of distribution and use, see copyright notice in zlib.h
+ */
+
+========================================================================
+
+File: ccm_sw.h
+  
+/*
+ ---------------------------------------------------------------------------
+ Copyright (c) 1998-2008, Brian Gladman, Worcester, UK. All rights reserved.
+
+ LICENSE TERMS
+
+ The redistribution and use of this software (with or without changes)
+ is allowed without the payment of fees or royalties provided that:
+
+  1. source code distributions include the above copyright notice, this
+     list of conditions and the following disclaimer;
+
+  2. binary distributions include the above copyright notice, this list
+     of conditions and the following disclaimer in their documentation;
+
+  3. the name of the copyright holder is not used to endorse products
+     built using this software without specific written permission.
+
+ DISCLAIMER
+
+ This software is provided 'as is' with no explicit or implied warranties
+ in respect of its properties, including, but not limited to, correctness
+ and/or fitness for purpose.
+ ---------------------------------------------------------------------------
+ Issue Date: 20/12/2007
+*/
+
+================================================================================
+
+File: des_cbc_sw.c
+  
+/* ====================================================================
+ * Copyright (c) 2008 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 at 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.
+ * ====================================================================
+ *
+ */
+
+==========================================================================================
+
+File: zutil.h
+
+/* zutil.h -- internal interface and configuration of the compression library
+ * Copyright (C) 1995-2016 Jean-loup Gailly.
+ * For conditions of distribution and use, see copyright notice in zlib.h
+ */
+
+==========================================================================================
+
+File: brg_types.h
+
+/*
+ ---------------------------------------------------------------------------
+ Copyright (c) 1998-2010, Brian Gladman, Worcester, UK. All rights reserved.
+
+ The redistribution and use of this software (with or without changes)
+ is allowed without the payment of fees or royalties provided that:
+
+  source code distributions include the above copyright notice, this
+     list of conditions and the following disclaimer;
+
+  binary distributions include the above copyright notice, this list
+  of conditions and the following disclaimer in their documentation.
+
+ This software is provided 'as is' with no explicit or implied warranties
+ in respect of its operation, including, but not limited to, correctness
+ and fitness for purpose.
+ ---------------------------------------------------------------------------
+ Issue Date: 20/12/2007
+*/
+
+===============================================================================
+
+File: sha_sw_cmn.c
+
+/*====================================================================
+ * Copyright (c) 2008 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 at 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.
+ * ====================================================================
+ *
+ */
+
+================================================================================================
+
+File: uncompr.c
+ 
+/* uncompr.c -- decompress a memory buffer
+ * Copyright (C) 1995-2003, 2010-2016 Jean-loup Gailly.
+ * For conditions of distribution and use, see copyright notice in zlib.h
+ */
+
+=============================================================================
+
+ File: sha2384_sw.c
+  
+/* ====================================================================
+ * Copyright (c) 2008 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 at 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.
+ * ====================================================================
+ *
+ */
+
+=====================================================================================
+
+File: gcm_sw.c
+  
+/*
+ ---------------------------------------------------------------------------
+ Copyright (c) 1998-2010, Brian Gladman, Worcester, UK. All rights reserved.
+
+ The redistribution and use of this software (with or without changes)
+ is allowed without the payment of fees or royalties provided that:
+
+  source code distributions include the above copyright notice, this
+     list of conditions and the following disclaimer;
+
+  binary distributions include the above copyright notice, this list
+  of conditions and the following disclaimer in their documentation.
+
+ This software is provided 'as is' with no explicit or implied warranties
+ in respect of its operation, including, but not limited to, correctness
+ and fitness for purpose.
+ ---------------------------------------------------------------------------
+ Issue Date: 30/03/2011
+*/
+
+=================================================================================
+
+File: adler32.c
+  
+/* adler32.c -- compute the Adler-32 checksum of a data stream
+ * Copyright (C) 1995-2016 Mark Adler
+ * For conditions of distribution and use, see copyright notice in zlib.h
+ */
+
+=============================================================================
+
+File: zutil.c
+  
+/* zutil.c -- target dependent utility functions for the compression library
+ * Copyright (C) 1995-2005, 2010, 2011, 2012-2016 Jean-loup Gailly.
+ * For conditions of distribution and use, see copyright notice in zlib.h
+ */
+
+================================================================================
+ 
+File: compress.c
+  
+/* compress.c -- compress a memory buffer
+ * Copyright (C) 1995-2016 Jean-loup Gailly.
+ * For conditions of distribution and use, see copyright notice in zlib.h
+ */
+
+============================================================================
+
+File: crc32.c
+  
+/* crc32.c -- compute the CRC-32 of a data stream
+ * Copyright (C) 1995-2006, 2010, 2011, 2012-2016 Mark Adler
+ * For conditions of distribution and use, see copyright notice in zlib.h
+ *
+ * Thanks to Rodney Brown <rbrown64 at csc.com.au> for his contribution of faster
+ * CRC methods: exclusive-oring 32 bits of data at a time, and pre-computing
+ * tables for updating the shift register in one step with three exclusive-ors
+ * instead of four steps with four exclusive-ors.  This results in about a
+ * factor of two increase in speed on a Power PC G4 (PPC7455) using gcc -O3.
+ */
+
+=========================================================================
+
+File: deflate.c
+  
+/* deflate.c -- compress data using the deflation algorithm
+ * Copyright (C) 1995-2016 Jean-loup Gailly and Mark Adler
+ * For conditions of distribution and use, see copyright notice in zlib.h
+ */
+
+============================================================================
+
+File: infback.c
+  
+/* infback.c -- inflate using a call-back interface
+ * Copyright (C) 1995-2016 Mark Adler
+ * For conditions of distribution and use, see copyright notice in zlib.h
+ */
+
+======================================================================
+
+File: deflate.h
+  
+/* deflate.h -- internal compression state
+ * Copyright (C) 1995-2016 Jean-loup Gailly
+ * For conditions of distribution and use, see copyright notice in zlib.h
+ */
+
+==========================================================================
+
+File: gzguts.h
+  
+/* gzguts.h -- zlib internal header definitions for gz* operations
+ * Copyright (C) 2004, 2005, 2010, 2011, 2012-2016 Mark Adler
+ * For conditions of distribution and use, see copyright notice in zlib.h
+ */
+
+===========================================================================
+
+File: inffast.h
+  
+/* inffast.h -- header to use inffast.c
+ * Copyright (C) 1995-2003, 2010-2016 Mark Adler
+ * For conditions of distribution and use, see copyright notice in zlib.h
+ */
+ 
+=========================================================================
+ 
+File: md5c.c
+  
+/*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*
+  MD5C.C - RSA Data Security, Inc., MD5 message-digest algorithm
+
+  Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. All
+  rights reserved.
+
+  License to copy and use this software is granted provided that it
+  is identified as the "RSA Data Security, Inc. MD5 Message-Digest
+  Algorithm" in all material mentioning or referencing this software
+  or this function.
+
+  License is also granted to make and use derivative works provided
+  that such works are identified as "derived from the RSA Data
+  Security, Inc. MD5 Message-Digest Algorithm" in all material
+  mentioning or referencing the derived work.
+
+  RSA Data Security, Inc. makes no representations concerning either
+  the merchantability of this software or the suitability of this
+  software for any particular purpose. It is provided "as is"
+  without express or implied warranty of any kind.
+
+  These notices must be retained in any copies of any part of this
+  documentation and/or software.
+*/
+
+============================================================================
+
+File: platform_cmnos_printf.c
+
+/*-
+ * Copyright (c) 1990, 1993
+ *	The Regents of the University of California.  All rights reserved.
+ *
+ * This code is derived from software contributed to Berkeley by
+ * Chris Torek.
+ *
+ * Copyright (c) 2011 The FreeBSD Foundation
+ * All rights reserved.
+ * Portions of this software were developed by David Chisnall
+ * under sponsorship from the FreeBSD Foundation.
+ *
+ * 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 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.
+ */
+
+=====================================================================================
+
+File: md5_api.h
+  
+/* For this file, which was received with alternative licensing options for
+ * distribution, Qualcomm Atheros, Inc. has selected the BSD license.
+ */
+
+/*
+ * MD5 hash implementation and interface functions
+ * Copyright (c) 2003-2005, Jouni Malinen <jkmaline at cc.hut.fi>
+ *
+ * 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.
+ *
+ * Alternatively, this software may be distributed under the terms of BSD
+ * license.
+ *
+ * See README and COPYING for more details.
+ */
+
+=====================================================================================
+
+File: if_ethersubr.h
+
+/*
+ * For this file, which was received with alternative licensing options for
+ * distribution, Qualcomm Atheros, Inc. has selected the BSD license.
+ */
+
+// -
+// Copyright (c) 2002-2004 Sam Leffler, Errno Consulting
+// All rights reserved.
+// $ATH_LICENSE_NULL$
+//
+// 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,
+// without modification.
+// 2. Redistributions in binary form must reproduce at minimum a disclaimer
+// similar to the "NO WARRANTY" disclaimer below ("Disclaimer") and any
+// redistribution must be conditioned upon including a substantially
+// similar Disclaimer requirement for further binary redistribution.
+// 3. Neither the names of the above-listed copyright holders nor the names
+// of any contributors may be used to endorse or promote products derived
+// from this software without specific prior written permission.
+//
+// Alternatively, this software may be distributed under the terms of the
+// GNU General Public License ("GPL") version 2 as published by the Free
+// Software Foundation.
+//
+// NO WARRANTY
+// 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 NONINFRINGEMENT, MERCHANTIBILITY
+// AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
+// THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR 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 DAMAGES.
+//
+// $Id: 
+//components/rel/wlanfw.cnss/1.0.1/cnss_proc/wlan/fw/target/src/wlan/proto/include/if_ethersubr.h
+#3 $
+//
+
+=====================================================================================
+
+File: aes_gcm.h
+  
+/* Galois/Counter Mode (GCM) and GMAC with AES
+ *
+ * Copyright (c) 2012, Jouni Malinen <j at w1.fi>
+ *
+ * This software may be distributed under the terms of the BSD license.
+ * See README for more details.
+ */
+
+=====================================================================================
+
+File: aes_wrap.h
+
+/* For this file, which was received with alternative licensing options for
+ * distribution, Qualcomm Atheros, Inc. has selected the BSD license.
+ */
+
+/*
+ * AES-based functions
+ *
+ *
+ * - AES Key Wrap Algorithm (128-bit KEK) (RFC3394)
+ * - One-Key CBC MAC (OMAC1) hash with AES-128
+ * - AES-128 CTR mode encryption
+ * - AES-128 EAX mode encryption/decryption
+ * - AES-128 CBC
+ *
+ * Copyright (c) 2003-2005, Jouni Malinen <jkmaline at cc.hut.fi>
+ *
+ * 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.
+ *
+ * Alternatively, this software may be distributed under the terms of BSD
+ * license.
+ *
+ * See README and COPYING for more details.
+ */
+
+===================================================================================
+
+File: sha1.h
+ 
+/* For this file, which was received with alternative licensing options for
+ * distribution, Qualcomm Atheros, Inc. has selected the BSD license.
+ */
+
+/*
+ * SHA1 hash implementation and interface functions
+ * Copyright (c) 2003-2005, Jouni Malinen <jkmaline at cc.hut.fi>
+ *
+ * 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.
+ *
+ * Alternatively, this software may be distributed under the terms of BSD
+ * license.
+ *
+ * See README and COPYING for more details.
+ */
+
+=====================================================================================
+
+File: sha2.h
+  
+/*
+ * FILE:    sha2.h
+ * AUTHOR:  Aaron D. Gifford - http://www.aarongifford.com/
+ *
+ * Copyright (c) 2000-2001, Aaron D. Gifford
+ * 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 holder nor 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 AUTHOR AND CONTRIBUTOR(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 AUTHOR OR CONTRIBUTOR(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.
+ *
+ * $Id: //depot/sw/branches/qca_rome_main/perf_pwr_offload/drivers/target/include/sha2.h#1 $
+ */
+
+=====================================================================================
+
+File: ieee_crc32.c
+
+/*
+ *  COPYRIGHT (C) 1986 Gary S. Brown.  You may use this program, or
+ *  code or tables extracted from it, as desired without restriction.
+ *
+ 
+ * CRC32 code derived from work by Gary S. Brown.
+ */
+
+=================================================================================
+
+File: crypto.h
+
+/*
+ * For this file, which was received with alternative licensing options for
+ * distribution, Qualcomm Atheros, Inc. has selected the BSD license.
+ */
+
+/*
+ * WPA Supplicant / wrapper functions for crypto libraries
+ * Copyright (c) 2004-2005, Jouni Malinen <jkmaline at cc.hut.fi>
+ *
+ * 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.
+ *
+ * Alternatively, this software may be distributed under the terms of BSD
+ * license.
+ *
+ * See README and COPYING for more details.
+ */
+
+=====================================================================================
+
+File: md5.c
+  
+//
+//
+// This code implements the MD5 message-digest algorithm.
+// The algorithm is due to Ron Rivest.  This code was
+// written by Colin Plumb in 1993, no copyright is claimed.
+// This code is in the public domain; do with it what you wish.
+//
+// Equivalent code is available from RSA Data Security, Inc.
+// This code has been tested against that, and is equivalent,
+// except that you don't need to include two pages of legalese
+// with every copy.
+//
+// To compute the message digest of a chunk of bytes, declare an
+// MD5Context structure, pass it to MD5Init, call MD5Update as
+// needed on buffers full of bytes, and then call MD5Final, which
+// will fill a supplied 16-byte array with the digest.
+//
+
+=====================================================================================
+
+File: sha1.c
+  
+/*
+ * For this file, which was received with alternative licensing options for
+ * distribution, Qualcomm Atheros, Inc. has selected the BSD license.
+ */
+
+/*
+ * SHA1 hash implementation and interface functions
+ * Copyright (c) 2003-2005, Jouni Malinen <jkmaline at cc.hut.fi>
+ *
+ * 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.
+ *
+ * Alternatively, this software may be distributed under the terms of BSD
+ * license.
+ *
+ * See README and COPYING for more details.
+ */
+
+=====================================================================================
+
+File: aes.c
+   
+/*
+ * For this file, which was received with alternative licensing options for
+ * distribution, Qualcomm Atheros, Inc. has selected the BSD license.
+ */
+
+/*
+ * AES (Rijndael) cipher
+ *
+ * Modifications to public domain implementation:
+ * - support only 128-bit keys
+ * - cleanup
+ * - use C pre-processor to make it easier to change S table access
+ * - added option (AES_SMALL_TABLES) for reducing code size by about 8 kB at
+ *   cost of reduced throughput (quite small difference on Pentium 4,
+ *   10-25% when using -O1 or -O2 optimization)
+ *
+ * Copyright (c) 2003-2005, Jouni Malinen <jkmaline at cc.hut.fi>
+ *
+ * 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.
+ *
+ * Alternatively, this software may be distributed under the terms of BSD
+ * license.
+ *
+ * See README and COPYING for more details.
+ */
+
+/*
+ * rijndael-alg-fst.c
+ *
+ * @version 3.0 (December 2000)
+ *
+ * Optimised ANSI C code for the Rijndael cipher (now AES)
+ *
+ * @author Vincent Rijmen <vincent.rijmen at esat.kuleuven.ac.be>
+ * @author Antoon Bosselaers <antoon.bosselaers at esat.kuleuven.ac.be>
+ * @author Paulo Barreto <paulo.barreto at terra.com.br>
+ *
+ * This code is hereby placed in the public domain.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE AUTHORS ''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 AUTHORS 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.
+ */
+
+=====================================================================================
+
+File: aes_gcm.c
+ 
+/*
+ *
+ * Copyright (c) 2012, Jouni Malinen <j at w1.fi>
+ *
+ * This software may be distributed under the terms of the BSD license.
+ * See README for more details.
+ */
+
+==================================================================================
+
+File: aes_wrap.c
+
+/*
+ * For this file, which was received with alternative licensing options for
+ * distribution, Qualcomm Atheros, Inc. has selected the BSD license.
+ */
+
+/*
+ * AES-based functions
+ *
+ * - AES Key Wrap Algorithm (128-bit KEK) (RFC3394)
+ * - One-Key CBC MAC (OMAC1) hash with AES-128
+ * - AES-128 CTR mode encryption
+ * - AES-128 EAX mode encryption/decryption
+ * - AES-128 CBC
+ *
+ * Copyright (c) 2003-2005, Jouni Malinen <jkmaline at cc.hut.fi>
+ *
+ * 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.
+ *
+ * Alternatively, this software may be distributed under the terms of BSD
+ * license.
+ *
+ * See README and COPYING for more details.
+ */
+
+=================================================================================
+
+File: hca_HwComponentBbLithium_dfs_process_phyerr.cpp
+  
+/*
+ * Copyright (c) 2002-2016 The Linux Foundation. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+================================================================================
+
+File: hca_HwComponentBbLithium_dfs_process_radarevent.cpp
+
+/* Copyright (c) 2002-2016 The Linux Foundation. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+==================================================================================
+
+File: wmi_tlv_helper.c
+  
+/*
+ * Copyright (c) 2012-2019 The Linux Foundation. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+===============================================================================
+
+File: phyOsApiWindowsSem.c
+  
+/*
+    Copyright (c) 2011, Dongsheng Song <songdongsheng at live.cn>
+
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You 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.
+ */
+
+ /*
+    Simple Windows replacement for POSIX semaphores
+    Modified by Daniel Tillett from libpthread <http://github.com/songdongsheng/libpthread>
+    Copyright (c) 2015, Daniel Tillett <daniel.tillett @ gmail.com>
+ */
+
+=====================================================================================
+
+File: phyOsApiWindowsSem.h
+  
+/*
+    Copyright (c) 2011, Dongsheng Song <songdongsheng at live.cn>
+
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You 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.
+*/
+
+/*
+    Simple Windows replacement for POSIX semaphores
+    Modified by Daniel Tillett from libpthread <http://github.com/songdongsheng/libpthread>
+    Copyright (c) 2015, Daniel Tillett <daniel.tillett @ gmail.com>
+*/
+
+=====================================================================================
+
+File: phyUtilsStrlcpy.c
+  
+/*  $OpenBSD: strlcpy.c,v 1.11 2006/05/05 15:27:38 millert Exp $    */
+
+/*-
+  * Copyright (c) 1998 Todd C. Miller <Todd.Miller at courtesan.com>
+  *
+  * 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.
+  */
+
+==================================================================================
+
+File: wlan_defs.h
+  
+/*
+ * Copyright (c) 2013-2016, 2018 The Linux Foundation. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+================================================================================
+
+File: dfs_nol.c
+  
+/* Copyright (c) 2002-2016 The Linux Foundation. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+===============================================================================
+
+File: qdf_status.h
+  
+/*
+ * Copyright (c) 2014-2016 The Linux Foundation. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+============================================================================
+
+File: dfs_staggered.c
+  
+/*
+ * Copyright (c) 2002-2014 The Linux Foundation. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+================================================================================
+
+File: wma_dfs_interface.h
+  
+/*
+ * Copyright (c) 2014-2016 The Linux Foundation. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+========================================================================
+
+File: phyrf_dfs.c
+   
+/*
+ *
+ * Copyright (c) 2013-2017 The Linux Foundation. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+==============================================================================
+
+File: cds_reg_service.c
+  
+/*
+ * Copyright (c) 2014-2016 The Linux Foundation. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+==============================================================================
+
+File: ath_dfs_structs.h
+  
+/*
+ * Copyright (c) 2011-2016 The Linux Foundation. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+=================================================================================
+
+File: dfs.c
+ 
+/* 
+ * Copyright (c) 2002-2016 The Linux Foundation. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+====================================================================================
+
+File: wma_dfs_interface.c
+ 
+/* 
+ * Copyright (c) 2013-2016 The Linux Foundation. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+=====================================================================================
+
+File: _ieee80211.h
+  
+/*
+ *  Copyright (c) 2008 Atheros Communications 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/home/qca_main/p4/wlanfw_mac_core.cnss.2.0.utf2halphytools/cnss_proc/wlan/halphy_tools/host/
+ os/include/_ieee80211.h 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.
+ */
+
+=====================================================================================
+
+File: dfs.h
+  
+/*
+ * Copyright (c) 2005-2016 The Linux Foundation. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+=====================================================================================
+
+File: dfs_bindetects.c
+  
+/*
+ * Copyright (c) 2002-2014 The Linux Foundation. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+=====================================================================================
+
+File: dfs_interface.h
+  
+/*
+ * Copyright (c) 2011-2016 The Linux Foundation. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+=====================================================================================
+
+File: cds_ieee80211_common.h
+ 
+/*
+ * Copyright (c) 2011,2014-2015 The Linux Foundation. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+=====================================================================================
+
+File: dfs_debug.c
+ 
+/*
+ * Copyright (c) 2002-2014 The Linux Foundation. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+=====================================================================================
+
+File: dfs_ioctl.h
+ 
+/*
+ * Copyright (c) 2010-2015 The Linux Foundation. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+=====================================================================================
+
+File: cds_ieee80211_common_i.h
+ 
+/*
+ * Copyright (c) 2013-2015 The Linux Foundation. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+=====================================================================================
+
+File: dfs_fcc_bin5.c
+ 
+/*
+ * Copyright (c) 2002-2016 The Linux Foundation. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+=====================================================================================
+
+File: dfs_ioctl_private.h
+ 
+/*
+ * Copyright (c) 2010-2015 The Linux Foundation. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+=====================================================================================
+
+File: types.h
+  
+/*
+ * Copyright (c) 2013-2014 The Linux Foundation. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+=====================================================================================
+
+File: cds_ieee80211_defines.h
+  
+/*
+ * Copyright (c) 2011, 2014-2015 The Linux Foundation. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+=====================================================================================
+
+File: dfs_init.c
+ 
+/*
+ * Copyright (c) 2002-2016 The Linux Foundation. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+=====================================================================================
+
+File: qdf_net_types.h
+  
+/*
+ * Copyright (c) 2014-2016 The Linux Foundation. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+=====================================================================================
+
+File: cds_reg_service.h
+  
+/*
+ * Copyright (c) 2014-2016 The Linux Foundation. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+=====================================================================================
+
+File: dfs_misc.c
+  
+/*
+ * Copyright (c) 2002-2016 The Linux Foundation. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+=====================================================================================
+
+File: common.h
+  
+ /*
+ * For this file, which was received with alternative licensing options for
+ * distribution, Qualcomm Technologies, Inc. has selected the BSD license.
+ */
+
+ /*
+ * wpa_supplicant/hostapd / common helper functions, etc.
+ * Copyright (c) 2002-2005, Jouni Malinen <jkmaline at cc.hut.fi>
+ *
+ * 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.
+ *
+ * Alternatively, this software may be distributed under the terms of BSD
+ * license.
+ *
+ * See README and COPYING for more details.
+ */
+
+=====================================================================================
+
+File: config.h
+  
+/*
+ * For this file, which was received with alternative licensing options for
+ * distribution, Qualcomm Atheros, Inc. has selected the BSD license.
+ */
+
+ /*
+ * WPA Supplicant / Configuration file structures
+ * Copyright (c) 2003-2005, Jouni Malinen <jkmaline at cc.hut.fi>
+ *
+ * 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.
+ *
+ * Alternatively, this software may be distributed under the terms of BSD
+ * license.
+ *
+ * See README and COPYING for more details.
+ */
+
+=====================================================================================
+
+File: wpa_i.h
+  
+/*
+ * For this file, which was received with alternative licensing options for
+ * distribution, Qualcomm Atheros, Inc. has selected the BSD license.
+ */
+
+ /*
+ * wpa_supplicant - Internal WPA state machine definitions
+ * Copyright (c) 2004-2005, Jouni Malinen <jkmaline at cc.hut.fi>
+ *
+ * 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.
+ *
+ * Alternatively, this software may be distributed under the terms of BSD
+ * license.
+ *
+ * See README and COPYING for more details.
+ */
+
+=====================================================================================
+
+File: if_llc.h
+
+
+/*
+ * For this file, which was received with alternative licensing options for   
+ * distribution, Qualcomm Atheros, Inc. has selected the BSD license.
+ */
+
+//-
+// Copyright (c) 2002-2004 Sam Leffler, Errno Consulting
+// All rights reserved.
+// $ATH_LICENSE_NULL$
+//
+// 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,
+//    without modification.
+// 2. Redistributions in binary form must reproduce at minimum a disclaimer
+//    similar to the "NO WARRANTY" disclaimer below ("Disclaimer") and any
+//    redistribution must be conditioned upon including a substantially
+//    similar Disclaimer requirement for further binary redistribution.
+// 3. Neither the names of the above-listed copyright holders nor the names
+//    of any contributors may be used to endorse or promote products derived
+//    from this software without specific prior written permission.
+//
+// Alternatively, this software may be distributed under the terms of the
+// GNU General Public License ("GPL") version 2 as published by the Free
+// Software Foundation.
+//
+// NO WARRANTY
+// 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 NONINFRINGEMENT, MERCHANTIBILITY
+// AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
+// THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR 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 DAMAGES.
+//
+// $Id: 
+//components/rel/wlanfw.cnss/1.0.1/cnss_proc/wlan/fw/target/src/wlan/proto/include/if_llc.h#3 $
+// $NetBSD: if_llc.h,v 1.12 1999/11/19 20:41:19 thorpej Exp $
+// $Id: 
+//components/rel/wlanfw.cnss/1.0.1/cnss_proc/wlan/fw/target/src/wlan/proto/include/if_llc.h#3 $
+// 
+
+/*
+ * Copyright (c) 1988, 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.
+ * 3. All advertising materials mentioning features or use of this software
+ *    must display the following acknowledgement:
+ *	This product includes software developed by the University of
+ *	California, Berkeley and its contributors.
+ * 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.
+ *
+ *	@(#)if_llc.h	8.1 (Berkeley) 6/10/93
+ * $FreeBSD: src/sys/net/if_llc.h,v 1.9 2002/09/23 06:25:08 alfred Exp $
+ */
+
+=====================================================================================
+
+File: wlan_mlme_wmi.c
+  
+/*
+ * Copyright (c) 2013-2014 The Linux Foundation. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+=====================================================================================
+
+File: apf.h
+  
+/*
+ * Copyright 2018, 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.
+ * 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.
+ */
+
+=====================================================================================
+
+File: wlan_p2p_listen_offload.c
+  
+/*
+ * For this file, which was received with alternative licensing options for
+ * distribution, Qualcomm Technologies, Inc. has selected the BSD license.
+ */
+ /*
+ * 2016-2017 Qualcomm Atheros, Inc.
+ * All Rights Reserved.
+ */
+ /*
+ * Wi-Fi Protected Setup - attribute parsing
+ * Copyright (c) 2008, Jouni Malinen <j at w1.fi>
+ *
+ * This software may be distributed under the terms of the BSD license.
+ * See README for more details.
+ */
+
+=====================================================================================
+
+File: apf_interpreter.c
+
+/*
+ * Copyright 2018, 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.
+ * 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.
+ */
+
+=====================================================================================
+
+File: apf_interpreter.h
+
+/*
+ * Copyright 2015, 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.
+ * 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.
+ */
+
+================================================================================
+
+File: wlan_p2p_listen_offload_int.h
+  
+/*
+  * For this file, which was received with alternative licensing options for
+  * distribution, Qualcomm Technologies, Inc. has selected the BSD license.
+  */
+/*
+ * 2016-2017 Qualcomm Atheros, Inc.
+ * All Rights Reserved.
+ */
+/*
+ * Wi-Fi Protected Setup - message definitions
+ * Copyright (c) 2008, Jouni Malinen <j at w1.fi>
+ *
+ * This software may be distributed under the terms of the BSD license.
+ * See README for more details.
+ */
+
+================================================================================
+
+File: sha256-kdf.c
+
+/*
+ * HMAC-SHA256 KDF (RFC 5295) and HKDF-Expand(SHA256) (RFC 5869)
+ * Copyright (c) 2014-2017, Jouni Malinen <j at w1.fi>
+ *
+ * This software may be distributed under the terms of the BSD license.
+ * See README for more details.
+ */
+
+==================================================================================
+
+File: sha2.c
+  
+/*
+ * FILE:	sha2.c
+ * AUTHOR:	Aaron D. Gifford - http://www.aarongifford.com/
+ * 
+ * Copyright (c) 2000-2001, Aaron D. Gifford
+ * 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 holder nor 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 AUTHOR AND CONTRIBUTOR(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 AUTHOR OR CONTRIBUTOR(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.
+ *
+ */
+
+==================================================================================
+
+File: my_nan_sec.c
+  
+/*
+ * For this file, which was received with alternative licensing options for
+ * distribution, Qualcomm Atheros, Inc. has selected the BSD license.
+ */
+
+/*
+ * WPA Supplicant - WPA state machine and EAPOL-Key processing
+ * Copyright (c) 2003-2005, Jouni Malinen <jkmaline at cc.hut.fi>
+ *
+ * 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.
+ *
+ * Alternatively, this software may be distributed under the terms of BSD
+ * license.
+ *
+ * See README and COPYING for more details.
+ */
+
+====================================================================================
+
+File: aes-ctr.c
+   
+/*
+ * AES-128/192/256 CTR
+ *
+ * Copyright (c) 2003-2007, Jouni Malinen <j at w1.fi>
+ *
+ * This software may be distributed under the terms of the BSD license.
+ * See README for more details.
+ */
+
+===================================================================================
+
+File: mywpa.c
+  
+/*
+ * For this file, which was received with alternative licensing options for
+ * distribution, Qualcomm Atheros, Inc. has selected the BSD license.
+ */
+
+/*
+ * WPA Supplicant - WPA state machine and EAPOL-Key processing
+ * Copyright (c) 2003-2005, Jouni Malinen <jkmaline at cc.hut.fi>
+ *
+ * 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.
+ *
+ * Alternatively, this software may be distributed under the terms of BSD
+ * license.
+ *
+ * See README and COPYING for more details.
+ */
+
+=====================================================================================
+
+File: sha256.h
+  
+/*
+ * For this file, which was received with alternative licensing options for
+ * distribution, Qualcomm Atheros, Inc. has selected the BSD license.
+ */
+ 
+/*
+ * SHA256 hash implementation and interface functions
+ * Copyright (c) 2003-2006, Jouni Malinen <j at w1.fi>
+ *
+ * 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.
+ *
+ * Alternatively, this software may be distributed under the terms of BSD
+ * license.
+ *
+ * See README and COPYING for more details.
+ */
+
+=====================================================================================
+
+File: aes-siv.c
+
+/* For this file, which was received with alternative licensing options for
+ * distribution, Qualcomm Atheros, Inc. has selected the BSD license.
+ */
+
+/*
+ * AES SIV (RFC 5297)
+ * Copyright (c) 2013 Cozybit, Inc.
+ *
+ * This software may be distributed under the terms of the BSD license.
+ * See README for more details.
+ */
+
+===============================================================================
+
+File: wmi_vendor.h
+  
+/*
+ * Copyright (c) 2012-2017 The Linux Foundation. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+=============================================================================
+
+File: sha384-internal.c
+  
+/*
+ * SHA-384 hash implementation and interface functions
+ * Copyright (c) 2015, Pali Rohár <pali.rohar at gmail.com>
+ *
+ * This software may be distributed under the terms of the BSD license.
+ * See README for more details.
+ */ README for more details.
+ */
+
+======================================================================
+
+File: aes_siv.h
+   
+/*
+ * For this file, which was received with alternative licensing options for
+ * distribution, Qualcomm Atheros, Inc. has selected the BSD license.
+ */
+/*
+ * AES SIV (RFC 5297)
+ * Copyright (c) 2013 Cozybit, Inc.
+ *
+ * This software may be distributed under the terms of the BSD license.
+ * See README for more details.
+ */
+
+========================================================================
+
+File: wmi_vendor_ss.h
+  
+/*
+ * Copyright (c) 2012-2017 The Linux Foundation. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+=========================================================================
+
+File: sha384-prf.c
+  
+/*
+ * SHA384-based KDF (IEEE 802.11ac)
+ * Copyright (c) 2003-2017, Jouni Malinen <j at w1.fi>
+ *
+ * This software may be distributed under the terms of the BSD license.
+ * See README for more details.
+ */
+
+=====================================================================
+
+File: sha384.c
+   
+/*
+ * SHA-384 hash implementation and interface functions
+ * Copyright (c) 2003-2017, Jouni Malinen <j at w1.fi>
+ *
+ * This software may be distributed under the terms of the BSD license.
+ * See README for more details.
+ */
+
+===================================================================
+
+File: wlan_p2p_disc_offload_internal.h
+  
+/*
+ * For this file, which was received with alternative licensing options for
+ * distribution, Qualcomm Technologies, Inc. has selected the BSD license.
+ */
+
+/*
+ * Wi-Fi Protected Setup - message definitions
+ * Copyright (c) 2008, Jouni Malinen <j at w1.fi>
+ *
+ * This software may be distributed under the terms of the BSD license.
+ * See README for more details.
+ */
+
+============================================================================
+
+File: mywpa_common.c
+  
+/*
+ * WPA/RSN - Shared functions for supplicant and authenticator
+ * Copyright (c) 2002-2018, Jouni Malinen <j at w1.fi>
+ *
+ * This software may be distributed under the terms of the BSD license.
+ * See README for more details.
+ */
+
+=====================================================================================
+
+File: sha384.h
+  
+/*
+ * SHA384 hash implementation and interface functions
+ * Copyright (c) 2015-2017, Jouni Malinen <j at w1.fi>
+ *
+ * This software may be distributed under the terms of the BSD license.
+ * See README for more details.
+ */
+
+=====================================================================================
+
+File: fils.c
+  
+/*
+ * Copyright (c) 2002-2018, Jouni Malinen <j at w1.fi>
+ *
+ * This software may be distributed under the terms of the BSD license.
+ * See README for more details.
+ */
+
+==============================================================================
+
+File: mywpa_common.h
+  
+/*
+ * WPA definitions shared between hostapd and wpa_supplicant
+ * Copyright (c) 2002-2018, Jouni Malinen <j at w1.fi>
+ *
+ * This software may be distributed under the terms of the BSD license.
+ * See README for more details.
+ */
+
+==================================================================================
+
+File: sha384_i.h
+  
+/*
+ * SHA-384 internal definitions
+ * Copyright (c) 2015, Pali Rohár <pali.rohar at gmail.com>
+ *
+ * This software may be distributed under the terms of the BSD license.
+ * See README for more details.
+ */
+
+==============================================================================
+
+File: fils.h
+  
+/*
+ * Copyright (c) 2002-2018, Jouni Malinen <j at w1.fi>
+ *
+ * This software may be distributed under the terms of the BSD license.
+ * See README for more details.
+ */
+
+==========================================================================
+
+File: mywpa_ft.c
+  
+/*
+ * For this file, which was received with alternative licensing options for
+ * distribution, Qualcomm Atheros, Inc. has selected the BSD license.
+ */
+ 
+/*
+ * WPA Supplicant - IEEE 802.11r - Fast BSS Transition
+ * Copyright (c) 2006-2007, Jouni Malinen <j at w1.fi>
+
+ *
+ * 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.
+ *
+ * Alternatively, this software may be distributed under the terms of BSD
+ * license.
+ *
+ * See README and COPYING for more details.
+ */
+
+=============================================================================
+
+File: sha512-internal.c
+   
+/*
+ * SHA-512 hash implementation and interface functions
+ * Copyright (c) 2015, Pali Rohár <pali.rohar at gmail.com>
+ *
+ * This software may be distributed under the terms of the BSD license.
+ * See README for more details.
+ */
+
+=================================================================================
+
+File: mywpa_ft.h
+  
+/* For this file, which was received with alternative licensing options for
+ * distribution, Qualcomm Atheros, Inc. has selected the BSD license.
+ */
+ 
+/*
+ * WPA Supplicant - IEEE 802.11r - Fast BSS Transition
+ * Copyright (c) 2006-2007, Jouni Malinen <j at w1.fi>
+
+ *
+ * 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.
+ *
+ * Alternatively, this software may be distributed under the terms of BSD
+ * license.
+ *
+ * See README and COPYING for more details.
+ */
+
+================================================================================
+
+File: sha512_i.h
+  
+/*
+ * SHA-512 internal definitions
+ * Copyright (c) 2015, Pali Rohár <pali.rohar at gmail.com>
+ *
+ * This software may be distributed under the terms of the BSD license.
+ * See README for more details.
+ */
+
+===========================================================================
+
+File: wmi_unified_priv.h
+  
+/*
+ * Copyright (c) 2014 The Linux Foundation. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+================================================================================
+
+File: athstartpack.h
+  
+/*
+ * Copyright (c) 2014 The Linux Foundation. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+==================================================================================
+
+File: wmi.h
+  
+/*
+ * Copyright (c) 2004-2014 The Linux Foundation. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+====================================================================================
+
+File: wmi_port.h
+  
+/*
+ * Copyright (c) 2014 The Linux Foundation. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+============================================================================
+
+File: wal_dfs.h
+
+/* 
+ *Copyright (c) 2012-2020 The Linux Foundation. All rights reserved.
+ *
+ * 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.
+ */
+
+=====================================================================================
+
+File: wlan_p2p_disc_offload.c
+
+/*
+ * For this file, which was received with alternative licensing options for
+ * distribution, Qualcomm Technologies, Inc. has selected the BSD license.
+ */
+
+/*
+ * Wi-Fi Protected Setup - attribute parsing
+ * Copyright (c) 2008, Jouni Malinen <j at w1.fi>
+ *
+ * This software may be distributed under the terms of the BSD license.
+ * See README for more details.
+ */
+
+==================================================================================
+
+File: wlan_p2p_listen_offload_int.c
+  
+  
+/*
+ * For this file, which was received with alternative licensing options for
+ * distribution, Qualcomm Technologies, Inc. has selected the BSD license.
+ */
+
+/*
+ * Wi-Fi Protected Setup - attribute parsing
+ * Copyright (c) 2008, Jouni Malinen <j at w1.fi>
+ *
+ * This software may be distributed under the terms of the BSD license.
+ * See README for more details.
+ */
+
+==================================================================================
+
+File: wlan_module_ids.h
+  
+/*
+ * Copyright (c) 2014 The Linux Foundation. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+==============================================================================
+
+File: hca_HwComponentBbLithium_dfs_phyerr_tlv.cpp
+  
+/*
+ * Copyright (c) 2012-2016 The Linux Foundation. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+=====================================================================================
+
+File: wal_dfs.c
+
+/*
+ * Copyright (c) 2012-2019 The Linux Foundation. All rights reserved.
+ *
+ * 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.
+ */
+
+=====================================================================================
+
+File: hca_HwComponentBbLithium_dfs_radar_report.h
+
+/*
+ * Copyright (c) 2018  The Linux Foundation. All rights reserved.
+ *
+ * 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.
+ */
+
+====================================================================================
+
+File: radar_filters.h
+
+/*
+ * Copyright (c) 2011-2016 The Linux Foundation. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+=====================================================================================
+
+File: suppl_auth_api.h
+
+/*
+ * For this file, which was received with alternative licensing options for
+ * distribution, Qualcomm Atheros, Inc. has selected the BSD license.
+ */
+
+/*
+ * WPA Supplicant - Common definitions
+ * Copyright (c) 2004-2005, Jouni Malinen <jkmaline at cc.hut.fi>
+ *
+ * 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.
+ *
+ * Alternatively, this software may be distributed under the terms of BSD
+ * license.
+ *
+ * See README and COPYING for more details.
+ */
+
+=====================================================================================
+
+File: m1_m4_frame.c
+  
+/*
+ * For this file, which was received with alternative licensing options for
+ * distribution, Qualcomm Atheros, Inc. has selected the BSD license.
+ */
+
+/*
+ * WPA Supplicant - Common definitions
+ * Copyright (c) 2004-2005, Jouni Malinen <jkmaline at cc.hut.fi>
+ *
+ * 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.
+ *
+ * Alternatively, this software may be distributed under the terms of BSD
+ * license.
+ *
+ * See README and COPYING for more details.
+ */
+
+=====================================================================================
+
+File: sm4_core.h
+
+/**
+ * Implemented according to https://tools.ietf.org/id/draft-ribose-cfrg-sm4-09.html
+ * Copyright (c) 2018 IETF Trust and the persons identified as the document authors.
+ * All rights reserved.
+ */
+
+=====================================================================================
+
+File: wpa.h
+  
+/*
+ * For this file, which was received with alternative licensing options for
+ * distribution, Qualcomm Atheros, Inc. has selected the BSD license.
+ */
+
+/*
+ * wpa_supplicant - WPA definitions
+ * Copyright (c) 2003-2005, Jouni Malinen <jkmaline at cc.hut.fi>
+ *
+ * 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.
+ *
+ * Alternatively, this software may be distributed under the terms of BSD
+ * license.
+ *
+ * See README and COPYING for more details.
+ */
+
+==============================================================================
+
+File: htt_ppdu_stats.h
+  
+/*
+ * Copyright (c) 2017-2021 The Linux Foundation. All rights reserved.
+ *
+ * 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.
+ */
+
+============================================================================
+
+File: enet.h
+  
+/*
+ * Copyright (c) 2012-2014, 2017, 2021 The Linux Foundation. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+=====================================================================================
+
+File: pktlog_if.h
+  
+/*
+ * Copyright (c) 2012,2015,2017,2021 The Linux Foundation. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+=====================================================================================
+
+File: sha256.c
+  
+/*
+ * For this file, which was received with alternative licensing options for
+ * distribution, Qualcomm Atheros, Inc. has selected the BSD license.
+ */
+
+================================================================================
+
+File: wlan_nan_msg.h
+  
+/*
+ * Copyright (c) 2014-2018 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+=====================================================================================
+
+File: wmi_services.h
+  
+/*
+ * Copyright (c) 2011-2021 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2021-2022 Qualcomm Innovation Center, Inc. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+=====================================================================================
+
+File: htt_stats.h
+  
+/*
+ * Copyright (c) 2017-2021 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2021-2022 Qualcomm Innovation Center, Inc. All rights reserved.
+ *
+ * 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.
+ */
+
+=====================================================================================
+
+File: htt.h
+  
+/*
+ * Copyright (c) 2011-2021 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2021-2022 Qualcomm Innovation Center, Inc. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+=====================================================================================
+
+File: wmi_tlv_defs.h
+  
+/*
+ * Copyright (c) 2010-2021 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2021-2022 Qualcomm Innovation Center, Inc. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+=====================================================================================
+
+File: wmi_version.h
+  
+/*
+ * Copyright (c) 2012-2021 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2021-2022 Qualcomm Innovation Center, Inc. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+=====================================================================================
+
+File: wmi_unified.h
+  
+/*
+ * Copyright (c) 2010-2021 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2021-2022 Qualcomm Innovation Center, Inc. All rights reserved.
+ *
+ * Previously licensed under the ISC license by Qualcomm Atheros, 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.
+ */
+
+=====================================================================================
+
+File: sys_write0.c
+
+/*
+ * Copyright (c) 2006 by P.J. Plauger.  ALL RIGHTS RESERVED. 
+ */
+
+=====================================================================================
+
+File: sys_readc_angel.c
+
+/*
+ * Copyright (c) 2006 by P.J. Plauger.  ALL RIGHTS RESERVED. 
+ */
+
+=====================================================================================
+
+File: sys_time.c
+
+/*
+ * Copyright (c) 2006 by P.J. Plauger.  ALL RIGHTS RESERVED. 
+ */
+
+=====================================================================================
+
+File: sys_writec.c
+
+/*
+ * Copyright (c) 2006 by P.J. Plauger.  ALL RIGHTS RESERVED. 
+ */
+
+=====================================================================================
+
+File: sys_tmpnam.c
+
+/*
+ * Copyright (c) 2006 by P.J. Plauger.  ALL RIGHTS RESERVED. 
+ */
+
+=====================================================================================
+
+File: sys_readc.c
+
+/*
+ * Copyright (c) 2006 by P.J. Plauger.  ALL RIGHTS RESERVED. 
+ */
+
+=====================================================================================
+
+File: sys_remove_angel.c
+
+/*
+ * Copyright (c) 2006 by P.J. Plauger.  ALL RIGHTS RESERVED. 
+ */
+
+=====================================================================================
+
+File: sys_rename_angel.c
+
+/*
+ * Copyright (c) 2006 by P.J. Plauger.  ALL RIGHTS RESERVED. 
+ */
+
+=====================================================================================
+
+File: xfcntl.h
+
+/*
+ * Copyright (c) 2006 by P.J. Plauger.  ALL RIGHTS RESERVED. 
+ */
+
+=====================================================================================
+
+File: sys_remove.c
+
+/*
+ * Copyright (c) 2006 by P.J. Plauger.  ALL RIGHTS RESERVED. 
+ */
+
+=====================================================================================
+
+File: sys_write0_angel.c
+
+/*
+ * Copyright (c) 2006 by P.J. Plauger.  ALL RIGHTS RESERVED. 
+ */
+
+=====================================================================================
+
+File: sys_write_angel.c
+
+/*
+ * Copyright (c) 2006 by P.J. Plauger.  ALL RIGHTS RESERVED. 
+ */
+
+=====================================================================================
+
+File: sys_rename.c
+
+/*
+ * Copyright (c) 2006 by P.J. Plauger.  ALL RIGHTS RESERVED. 
+ */
+
+=====================================================================================
+
+File: sys_heapinfo.c
+
+/*
+ * Copyright (c) 2006 by P.J. Plauger.  ALL RIGHTS RESERVED. 
+ */
+
+=====================================================================================
+
+File: sys_seek_angel.c
+
+/*
+ * Copyright (c) 2006 by P.J. Plauger.  ALL RIGHTS RESERVED. 
+ */
+
+=====================================================================================
+
+File: sys_system.c
+
+/*
+ * Copyright (c) 2006 by P.J. Plauger.  ALL RIGHTS RESERVED. 
+ */
+
+=====================================================================================
diff --git a/ath11k/WCN6750/hw1.0/board-2.bin b/ath11k/WCN6750/hw1.0/board-2.bin
new file mode 100644
index 000000000..529195335
Binary files /dev/null and b/ath11k/WCN6750/hw1.0/board-2.bin differ
diff --git a/ath11k/WCN6750/hw1.0/wpss.b00 b/ath11k/WCN6750/hw1.0/wpss.b00
new file mode 100644
index 000000000..6862bc955
Binary files /dev/null and b/ath11k/WCN6750/hw1.0/wpss.b00 differ
diff --git a/ath11k/WCN6750/hw1.0/wpss.b01 b/ath11k/WCN6750/hw1.0/wpss.b01
new file mode 100644
index 000000000..f2f0867a0
Binary files /dev/null and b/ath11k/WCN6750/hw1.0/wpss.b01 differ
diff --git a/ath11k/WCN6750/hw1.0/wpss.b02 b/ath11k/WCN6750/hw1.0/wpss.b02
new file mode 100644
index 000000000..754a57710
Binary files /dev/null and b/ath11k/WCN6750/hw1.0/wpss.b02 differ
diff --git a/ath11k/WCN6750/hw1.0/wpss.b03 b/ath11k/WCN6750/hw1.0/wpss.b03
new file mode 100644
index 000000000..e27c9ad90
Binary files /dev/null and b/ath11k/WCN6750/hw1.0/wpss.b03 differ
diff --git a/ath11k/WCN6750/hw1.0/wpss.b04 b/ath11k/WCN6750/hw1.0/wpss.b04
new file mode 100644
index 000000000..3b5cbf254
Binary files /dev/null and b/ath11k/WCN6750/hw1.0/wpss.b04 differ
diff --git a/ath11k/WCN6750/hw1.0/wpss.b05 b/ath11k/WCN6750/hw1.0/wpss.b05
new file mode 100644
index 000000000..67fb46486
Binary files /dev/null and b/ath11k/WCN6750/hw1.0/wpss.b05 differ
diff --git a/ath11k/WCN6750/hw1.0/wpss.b06 b/ath11k/WCN6750/hw1.0/wpss.b06
new file mode 100644
index 000000000..6769902d3
Binary files /dev/null and b/ath11k/WCN6750/hw1.0/wpss.b06 differ
diff --git a/ath11k/WCN6750/hw1.0/wpss.b07 b/ath11k/WCN6750/hw1.0/wpss.b07
new file mode 100644
index 000000000..b6fabf09f
Binary files /dev/null and b/ath11k/WCN6750/hw1.0/wpss.b07 differ
diff --git a/ath11k/WCN6750/hw1.0/wpss.b08 b/ath11k/WCN6750/hw1.0/wpss.b08
new file mode 100644
index 000000000..e69de29bb
diff --git a/ath11k/WCN6750/hw1.0/wpss.mdt b/ath11k/WCN6750/hw1.0/wpss.mdt
new file mode 100644
index 000000000..09a513963
Binary files /dev/null and b/ath11k/WCN6750/hw1.0/wpss.mdt differ
diff --git a/brcm/brcmfmac43455-sdio.AW-CM256SM.txt b/brcm/brcmfmac43455-sdio.AW-CM256SM.txt
new file mode 100644
index 000000000..4ca98ee71
--- /dev/null
+++ b/brcm/brcmfmac43455-sdio.AW-CM256SM.txt
@@ -0,0 +1,66 @@
+aa2g=1
+aa5g=1
+AvVmid_c0=0,157,1,126,1,126,1,126,1,126
+boardflags=0x00080201
+boardflags2=0x40000000
+boardflags3=0x48200100
+boardrev=0x1304
+boardtype=0x6e4
+deadman_to=481500000
+devid=0x43ab
+dot11agofdmhrbw202gpo=0x1553
+ed_thresh2g=-54
+ed_thresh5g=-54
+extpagain2g=2
+extpagain5g=2
+femctrl=0
+itrsw=1
+ltecxfnsel=0x22
+ltecxgcigpio=0x32
+ltecxmux=0
+ltecxpadnum=0x0504
+macaddr=00:90:4c:c5:12:38
+manfid=0x2d0
+maxp2ga0=64
+maxp5ga0=80,82,76,77
+mcsbw202gpo=0x99355533
+mcsbw205ghpo=0x99855000
+mcsbw205glpo=0x99755000
+mcsbw205gmpo=0x9df55000
+mcsbw405ghpo=0xd9755000
+mcsbw405glpo=0xb8555000
+mcsbw405gmpo=0xed955000
+mcsbw805ghpo=0xd9555000
+mcsbw805glpo=0xc8555000
+mcsbw805gmpo=0xe9555000
+muxenab=0x10
+nocrc=1
+ofdmlrbw202gpo=0x0033
+pa2ga0=-112,6296,-662
+pa2ga1=-165,3699,-515
+pa5ga0=-143,6016,-683,-141,6013,-678,-137,5988,-670,-136,5982,-670
+pa5ga1=-161,3544,-499,-166,3543,-497,-169,3569,-497,-171,3598,-498
+pdoffset2g40ma0=10
+pdoffset40ma0=0xaaaa
+pdoffset80ma0=0xaaaa
+prodid=0x06e4
+rxchain=1
+rxgains2gelnagaina0=0
+rxgains2gtrelnabypa0=0
+rxgains2gtrisoa0=0
+rxgains5gelnagaina0=0
+rxgains5gtrelnabypa0=0
+rxgains5gtrisoa0=0
+sromrev=11
+swctrlmap_2g=0x00040004,0x00020002,0x00040004,0x010a02,0x1ff
+swctrlmap_5g=0x00100010,0x00200020,0x00100010,0x010a02,0x2f4
+swctrlmapext_2g=0x00000000,0x00000000,0x00000000,0x000000,0x000
+swctrlmapext_5g=0x00000000,0x00000000,0x00000000,0x000000,0x000
+tssipos2g=1
+tssipos5g=1
+tworangetssi2g=1
+tworangetssi5g=1
+txchain=1
+vcodivmode=1
+vendid=0x14e4
+xtalfreq=37400
diff --git a/debian/scripts/list-lts-update-files b/debian/scripts/list-lts-update-files
new file mode 100755
index 000000000..46fa3dfff
--- /dev/null
+++ b/debian/scripts/list-lts-update-files
@@ -0,0 +1,248 @@
+#!/bin/bash
+#
+# Used to get a list of firmware files needed to update a LTS
+# linux-firmware package for a backport kernel. For example to
+# get a list of files for trusty to support the linux-lts-xenial
+# kernel run:
+#
+#  debian/scripts/list-lts-update-files [--dump-filtered] trusty xenial /path/to/xenial/fwinfo
+#
+# This will generate a list of files that satisfy all of these
+# conditions:
+#
+#  1) In the xenial branch of linux-firmware
+#  2) Not in the trusty branch of linux-firmware
+#  3) In the specified fwinfo file
+#
+# This can be used as a starting point for finding upstream
+# commits needed to add the missing firmware files.
+#
+# The fwinfo file can be omitted, in which case the output is a list
+# of firmware files in @newbranch but not in @oldbranch.
+
+#set -ex
+
+dump_filtered=
+if [ $# -ge 1 ]; then
+	case "$1" in
+	--dump-filtered)
+		dump_filtered=1; shift;;
+	*) ;;
+	esac
+fi
+
+if [ $# -lt 2 ]; then
+	echo "Usage $0 [--dump-filtered] <oldbranch> <newbranch> [<fwinfo>]"
+	exit 1
+fi
+
+OLDBRANCH="$1"
+NEWBRANCH="$2"
+FWINFO="$3"
+
+TMPDIR=$(mktemp -d)
+
+function cleanup {
+	rm -r "$TMPDIR"
+}
+trap cleanup EXIT
+
+function normalize_link {
+	# handle relative paths: a/b/c/../../d/e -> a/d/e
+	local s="$1"
+	s="${s#./}"
+	while true; do
+		case "$s" in
+		*/../*)
+			s=$(echo "$s" | sed 's,[^/]\+/../,,')
+			;;
+		*)
+			break ;;
+		esac
+	done
+	echo "$s"
+}
+
+function grep_links {
+	grep ^WHENCE "$1" | sed "s,^,$2:," | xargs git show | grep ^Link:
+}
+
+if ! git ls-tree -r --name-only "$OLDBRANCH" >"$TMPDIR/files.tmp"
+then
+	exit 1
+fi
+cat "$TMPDIR/files.tmp" | sort >"$TMPDIR/oldbranch-files"
+
+if ! git ls-tree -r --name-only "$NEWBRANCH" >"$TMPDIR/files.tmp"
+then
+	exit 1
+fi
+cat "$TMPDIR/files.tmp" | sort >"$TMPDIR/newbranch-files"
+
+# Get files in @newbranch not in @oldbranch
+comm -13 "$TMPDIR/oldbranch-files" "$TMPDIR/newbranch-files" >"$TMPDIR/new-files"
+
+if [ "$3" == "" ]; then
+	cat "$TMPDIR/new-files"
+	exit 0
+fi
+
+if ! cat $FWINFO | head -n1 | grep "firmware:       " > /dev/null
+then
+	echo "Invliad fwinfo file $FWINFO"
+	exit 1
+fi
+
+declare -A oldbranch_files
+while read of; do
+	oldbranch_files["$of"]="old"
+done < "$TMPDIR/oldbranch-files"
+
+while read dc1 ol dc2 of; do
+	if [ -z "${oldbranch_files[$ol]:-}" ]; then
+		oldbranch_files["$ol"]="link"
+	fi
+done < <(grep_links "$TMPDIR/oldbranch-files" "$OLDBRANCH")
+
+declare -A new_files
+while read nf; do
+	if [ -n "${oldbranch_files["$nf"]:-}" ]; then
+		# new file but matches a previous link
+		new_files["$nf"]="duplicated"
+	elif [ -n "$(git log "$OLDBRANCH" -1 -- "$nf")" ]; then
+		new_files["$nf"]="deleted"
+	else
+		new_files["$nf"]="unused"
+	fi
+done < "$TMPDIR/new-files"
+
+declare -A newlink_files
+while read dc1 nl dc2 nf; do
+
+	nf="$(normalize_link "$(dirname "$nl")/$nf")"
+	newlink_files["$nl"]="$nf"
+done < <(grep_links "$TMPDIR/newbranch-files" "$NEWBRANCH")
+
+function check_duplicated {
+	if [ -n "${oldbranch_files["$1"]:-}" ]; then
+		return 0
+	fi
+
+	if [ -n "${newlink_files["$1"]:-}" ]; then
+		if check_duplicated "${newlink_files["$1"]}"; then
+			return 0
+		fi
+	fi
+
+	return 1
+}
+
+function mark_if_unused {
+	if [ -n "${new_files["$1"]:-}" ]; then
+		if [ "${new_files["$1"]}" = "unused" ]; then
+			new_files["$1"]="$2"
+		fi
+
+		return 0
+	fi
+
+	if [ -n "${newlink_files["$1"]:-}" ]; then
+		if mark_if_unused "${newlink_files["$1"]}" "$2"; then
+			return 0
+		fi
+	fi
+
+	return 1
+}
+
+while read fw_pattern; do
+	fws=()
+
+	case "$fw_pattern" in
+	*\**)
+		# pattern with wildcard
+		for nf in "${!new_files[@]}"; do
+			case "$nf" in
+			$fw_pattern)
+				fws+=("$nf");;
+			*)
+				;;
+			esac
+		done
+		;;
+	*)
+		fws+=("$fw_pattern")
+		;;
+	esac
+
+	for fw in "${fws[@]}"; do
+	case "$fw" in
+	iwlwifi-*.ucode)
+		# check if new_files contains one with lower-equal FW API
+		prefix="${fw%-*}"
+		max_fw_api="${fw##*-}"
+		max_fw_api="${max_fw_api%.ucode}"
+		found=
+		for api in $(seq $max_fw_api -1 1); do
+			nf="$prefix-$api.ucode"
+
+			if [ -n "$found" ]; then
+				mark_if_unused "$nf" "iwlwifi fwapi skipped" || true
+				continue
+			fi
+
+			if check_duplicated "$nf"; then
+				mark_if_unused "$nf" "duplicated" || true
+				found=1
+			elif mark_if_unused "$nf" "new"; then
+				found=1
+			fi
+		done
+		;;
+	*)
+		if check_duplicated "$fw"; then
+			mark_if_unused "$fw" "duplicated" || true
+		else
+			mark_if_unused "$fw" "new" || true
+		fi
+		;;
+	esac
+	done
+done < <(cat "$FWINFO" | sed 's/firmware: \+//' | sort)
+
+declare -A ath_hidden_fw
+for nf in "${!new_files[@]}"; do
+	[ "${new_files[$nf]}" = "unused" ] || continue
+
+	case "$nf" in
+	ath*k/*)
+		model=${nf#*/}
+		model=${model%%/*}
+		if [ -z "${ath_hidden_fw[$model]}" ]; then
+			if ! grep -q "/$model/" "$FWINFO"; then
+				ath_hidden_fw["$model"]=1
+			fi
+		fi
+
+		# ath*k build firmware path at runtime, so set as new if not
+		# previously marked duplicated.
+		if [ -n "${ath_hidden_fw[$model]:-}" ]; then
+			if check_duplicated "$nf"; then
+				mark_if_unused "$nf" "duplicated" || true
+			else
+				mark_if_unused "$nf" "new" || true
+			fi
+		fi
+		;;
+	esac
+done
+
+for nf in "${!new_files[@]}"; do
+	[ "${new_files[$nf]}" = "new" ] && echo "$nf"
+done | sort
+
+if [ -n "$dump_filtered" ]; then
+	for nf in "${!new_files[@]}"; do
+		[ "${new_files[$nf]}" = "new" ] || echo "# $nf: ${new_files[$nf]}"
+	done | sort
+fi
diff --git a/debian/scripts/obsolete/list-lts-update-files b/debian/scripts/obsolete/list-lts-update-files
deleted file mode 100755
index e381f83f2..000000000
--- a/debian/scripts/obsolete/list-lts-update-files
+++ /dev/null
@@ -1,65 +0,0 @@
-#!/bin/bash
-#
-# Used to get a list of firmware files needed to update a LTS
-# linux-firmware package for a backport kernel. For example to
-# get a list of files for trusty to support the linux-lts-xenial
-# kernel run:
-#
-#  debian/list-lts-update-files trusty xenial /path/to/xenial/fwinfo
-#
-# This will generate a list of files that satisfy all of these
-# conditions:
-#
-#  1) In the xenial branch of linux-firmware
-#  2) Not in the trusty branch of linux-firmware
-#  3) In the specified fwinfo file
-#
-# This can be used as a starting point for finding upstream
-# commits needed to add the missing firmware files.
-#
-# The fwinfo file can be omitted, in which case the output is a list
-# of firmware files in @newbranch but not in @oldbranch.
-
-if [ $# -lt 2 ]; then
-	echo "Usage $0 <oldbranch> <newbranch> [<fwinfo>]"
-	exit 1
-fi
-
-OLDBRANCH="$1"
-NEWBRANCH="$2"
-FWINFO="$3"
-
-TMPDIR=$(mktemp -d)
-
-function cleanup {
-	rm -r "$TMPDIR"
-}
-trap cleanup EXIT
-
-if ! git ls-tree -r --name-only "$OLDBRANCH" >"$TMPDIR/files.tmp"
-then
-	exit 1
-fi
-cat "$TMPDIR/files.tmp" | sort >"$TMPDIR/oldbranch-files"
-
-if ! git ls-tree -r --name-only "$NEWBRANCH" >"$TMPDIR/files.tmp"
-then
-	exit 1
-fi
-cat "$TMPDIR/files.tmp" | sort >"$TMPDIR/newbranch-files"
-
-# Get files in @newbranch not in @oldbranch
-comm -13 "$TMPDIR/oldbranch-files" "$TMPDIR/newbranch-files" >"$TMPDIR/new-files"
-
-if [ "$3" == "" ]; then
-	cat "$TMPDIR/new-files"
-	exit 0
-fi
-
-if ! cat $FWINFO | head -n1 | grep "firmware:       " > /dev/null
-then
-	echo "Invliad fwinfo file $FWINFO"
-	exit 1
-fi
-cat "$FWINFO" | sed 's/firmware: \+//' | sort >"$TMPDIR/fwinfo-files"
-comm -12 "$TMPDIR/new-files" "$TMPDIR/fwinfo-files"
diff --git a/ea/3g_asic.fw b/ea/3g_asic.fw
new file mode 100644
index 000000000..47bfec2d9
Binary files /dev/null and b/ea/3g_asic.fw differ
diff --git a/ea/darla20_dsp.fw b/ea/darla20_dsp.fw
new file mode 100644
index 000000000..9fbfff77c
Binary files /dev/null and b/ea/darla20_dsp.fw differ
diff --git a/ea/darla24_dsp.fw b/ea/darla24_dsp.fw
new file mode 100644
index 000000000..31672d9e4
Binary files /dev/null and b/ea/darla24_dsp.fw differ
diff --git a/ea/echo3g_dsp.fw b/ea/echo3g_dsp.fw
new file mode 100644
index 000000000..16c4055dd
Binary files /dev/null and b/ea/echo3g_dsp.fw differ
diff --git a/ea/gina20_dsp.fw b/ea/gina20_dsp.fw
new file mode 100644
index 000000000..2e2f6e211
Binary files /dev/null and b/ea/gina20_dsp.fw differ
diff --git a/ea/gina24_301_asic.fw b/ea/gina24_301_asic.fw
new file mode 100644
index 000000000..443b7263c
--- /dev/null
+++ b/ea/gina24_301_asic.fw
@@ -0,0 +1 @@
+ÿ<+ùÚßýõ÷_ýõ×Ý÷ÿ}ÿýßÿ×ßÿÝõ×_ýýß_ÿòÿý÷ß÷ý÷ßÿßuÿß×}ÿÝõßÿý÷ÿ_ÿýÿ«ÿÿÿÿÿ¿ÿÿÿÿÿýÿÏ¿ÿÿÿÿÿÿßÿÿÿÿÿÿÿÿÿßýïý÷ßÿý÷ßüöÇ¿ñÛÿýößÿý÷Çoÿýÿâÿÿù÷ßÿý÷ßóñ7|ÌÇßÿñ÷ßÿý7ÿýoÿÿÿÿÿÿÿÿÿÿÿÿßÿÿý÷ÿÿÿ¿ÿÿÿÿÿÿýýÿÿÿèÿÿÿÿÿÿÿÿÿÿÿþÿï¿ÿûÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÓÿÿÿÿÿÿÿÿÿÿÿ÷ïÿüÓ¿ÿÿÿÿÿÿÿÿÿÿÿÿÿoþÿÿ¿ÿþÛï¿ÿúÿ¿¿þÿ¿ÿþúëÿÿþúûï¿ÿûûïÿòïÿÿÿÿÿÿÿÿÿÿÿýÿÿÿÿ÷ÿÿÿÿÿÿÿÿÿßÿÿÿ¯þÿÿÿÿ÷ÿÿÿÿÿÿ?¿üñÿÿÿó÷ÿÿÿþÿÿÿÿÿßßýÿÿÿÿÿÿÿÿÿ÷ÿÿý÷ßÿÿ×ÿÿÿùÿÿÿÿÿïÿÿÿïÿÿÿýÿÿþÿßÿÿÿÿÿÿÿûÿÿÿýÿÿÿÿÿÿÿÿÿÿßwïÿþûï¿÷þûï¿ÿþû¯¿ÿû¯>ÿþûï¿þþûï»ÿþùÿ÷ßÿý÷ßwÿ}ÿßÿÿßwßù÷ßÿý÷ßÿ}÷ÿÑÿçŸ}þùæŸÞéçš[~ù—îùç{ÞùçŸòùgÿÏ~ÿý÷ß÷ý÷ßÿý÷¿ÿ¾Ïßýý÷Ÿ÷Ù÷ßýÝ~õùùçŸöùç›þy睾çŸþÙæŸþùgžþù·Ÿÿ¿ÿþûï¿ÿþûïÿþþï¿ÿûûï¿ÿþûï¿ÿþûï¿ÿ_íÿý÷ßoÿý÷ßý½÷ßmwßÿü÷Íÿ}wßýé÷Ûo¿ýöÛo¿ýæúo¿÷îi¿ýöYo¿õöÛk¿ýöÛÿv÷ÿÿÿÿÿýÿÿÿÿ÷þû×ßÿÿÿÿÿþÿÿ¿ÿßëÿÿÿþûèÿÿýÿÿÿÿÿß¿÷¯ÿûw½þÿÿÿÿÿÿõßÞÿùÿÿÿÁÿÿÿÿ¿ÿÿÿÿÿ_ßþÿÿÿïþïžÿÿÿÿÿÿïÿÿÿÿÿŸþÿÏ?ÿÿÿÿÿÿÇ?{üÿûÿÿýÏÿþÿýÿßÿßÿ÷ÿþÿ÷ûï¿ÿþûï¿ÿúúë¯ÿþó›ÿþòï¿ÿþûï¿ÿ¾ûïû£ÿ_÷ÿÿÿÿ÷¿ÿÿÿÿÿßÿÿÿÿÿÿ÷ÿÿÿÿþÿÿÿÿÿ}ÿ¿ÿ¾ûÿÿßÿÿÿ¿ÿÿÿÿÿÿÿÿÿÿ÷ÿûïÿÿÿÿÿkûÿÿÿÿÿÿÿ÷÷ïÿþ÷ÿßÿÿ÷ßÿþÿÿÿÿÿÿÿÿÿwÿÿÿÿÿÿÿÿÿ¿ÿûÿßÿÿßýý·ÿþÿÿßÿþÿÿÿùÿÿÿÿÿ¿ïÿÿÿÿ÷ÿÿýÿÿÿÿ÷ÿÿÿÿÿÿÿýÿ÷ÿÿÓÿÿÿÿÿÿÿÿÿ÷ÿÿÿÿÿÿ÷ÿÿþÿÿÿÿÿÿýÿÿÿÿþÿÿÿÿÿÿÿÿÿÿÿÿÿÿþÿ/ÿÿï÷ßÿþÿçßýÿ¿öÿÿïÿÿÿÿÿÿ¿÷ßÿÝßßÝwßÿÿÿßÏÿ÷üÿÿ»ÿÿÿÿÿÿÿÿÿÿÿ¯½þÚ»¿ïæûo¿ÿßÿÿýÿø÷ÿŸý÷ÿÿÿÿ÷ÿÿÿ÷ÿûï¿þÇŸþ¹çÿûÿïÿþÞïÿÿëßóÿÿýÌÿÏÿ¿ÿÿÿþ¿üWÿýøÿÿÿÿÿÿÎÿÿüÿÿ/ÿ_ÿÿÿ×ÿÿýÿÿþÿÿ¿¾íûßïÿÿÿÿÿþÿûÿ¿ÿÿ¿ùÿÿÿÿþÿÿ÷ÿÿßÿ½üo¿ÿþûïÿïÿÿã¯?þúÿÅÿÿÿ÷ÿÿÿÿÿÿÿ×_ÿý·oþý÷ß=þÿÿÿ_ýõ×ÿþÿÿÿÿÿÿÿÿÿýûÿÿóÏ÷|óÏ?ÿûÿÿÿ÷ÿÿÿÿÿÿÅÿÿÿë{ŸýÿÿÿŸÿÿùÿ“;ÿü“þÿÿí/Þÿþÿÿ€õÏ?ÿüûåÿÿüÿüÿÇÿßüýþüñÿÿûïÿÿþÿÿÿº¼o¿í¶{ÿÿßÿϚ몫æê/«Ì:ëÿߟË÷¹þÿ÷`íµ×\ûûÿ¿ÿÿÿößoÿóû¿ýþÿþûý¾ßïÿÿ>ÿ³Å6óßÿÿ÷ú÷µ_ù÷×~{÷ßþ÷ßßÿüýïÿÚÿ^yå½ÿîÿïÖÿï¿öþk¿õÖ{¯½ÿ¿ûî¿ãþ;ÿ¿•ÿ÷ß/ÿ·÷ÿÿýÿï»ÿþû¿¯îûè¿ÿÿ}ö¹_ÿûýÿ‡þÿþûï¿¿ÿÿûÿÿÿÿõÿ?ÿÿÿÿÿÿï—_ÿûÿÿÿO÷Ÿ½÷ÜóÏÿÿÿçÿwÛ}·ÝÞÿÝ÷ßÿÿÿÿßÿÿÿÿ³ÿÿÿÏ?¿üÿÿÿÿ÷_ÿùŸþ÷çŸÿÿÿÿŸÿÿýÿÿøýõ×_ÿý÷ßi¿=vÛi¯÷ßk¯½¶ßÿýößkóý?eÿk¯½öÚÿÿÿ¿ýÿÛÿÿÿßÿÿÿÿÿÿÿÿöÿÿÿÿ^ÿÿÿûï¿ÿÿÿÿþ{ÿ½÷ßÿ½÷ßÿýÿÿÿ÷ýÿÝÿÿÿûÿÿÿÿÿÿÿÿ¯ÿþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¿ÿÿûÿßÿÿÿÿ÷_ÿÿùíÿý÷ßÿý÷ßÿÿý¿ÿÿÿíùߟû/þÿçšk¯ùßÿÿ¿ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿïÿßþ?ãÿ¿ÑFmþùç~úç‡þáþùãŸ?~øa?öù‹ÿ¯¿þúëÿÿýúïÿûù¿öogÝõßwÿŸõ×}{Ý·ß_üýõ×_ÿÿï×ßßÿþÿçŸþùïžÿþûÿ¿îÙçž}þçÿëÿÿ÷ßÿÿÿÿûñý—_þå÷¿þÿ÷ÿÿÿúã¾îûgÿ_ÿÿÿÿÿþûÿ÷ýïÿÿþû¿ÿÿï¿ÿ¿ÿ÷gÿxç¿ûÿÿÿÿ¿õò¿ÿÿÿöÛo¿ýÛo¿õöÛÿ¿ÿþÓ_ÿüÿÿÍÿýõ—_~õõ×O]iä|ÅÑFuÕW[n¹å×_ý/þÿûï¿Ç~ÿÿÿÿ÷ïóÿÿÏûÿü÷ÿÿÿ¿óý?ÿÿwâÿÿÿÿÿoÿÿÿíßþÏï?ÿþ?ßûó÷ÿ¿ÿÿÏÿ?ûÿÿÿÿÿÿÿÿÿÿÿ÷ÿÿýÿßÿÏ÷ÿýÿÿÿÿÿÿÿÿ_ïÿÿ¿xÿý÷ß÷ÿÿ?ÿ~ûÇF>å—_oýõÿÿÿ÷õÿ_ÿÿÿëûÿÿÿÿýÿÿÿ÷ßoïyý›[îùæœÿÿ¿ÿÿîÿÿÿÿ^ÿßÿýÿïÿÿÿŸÿúÿ÷ÝßÿþÎýÿÿÿÿÿûÿ_Ïýÿÿøþÿÿÿÿÿÿÿÿ¿ÿþ{Ïÿé~ÿ½ýïßûÿÿëÿ¯ÿÿÿÝÿÿÿÿïÿÿÿÿÿíÜÞwïïóÿÿýÿûûÿßÿüëßýÿ/þÿÿÿÿÿÿ¿ÿÿïÞÿ}ýÿÿÿÿï÷ÿÿýÿÿÿÿíÿÿõÿÿÿÿÿÿÿÿÿßÿïÿçßÿû¿ÿûÿÿÿÿþïýÿÿÿÿÿÿÿÿÿÿûïï¿Ÿ¶wïÿ}ïÿÿÿÿÿý¿þÿÿÿÿ5ýÿÿÿÿÿÿûÿÿgë­÷×{ÿÿþÿÿÿÿÿÿÿï·ÿÿÿ_äÿÿýÿÿÿþÿßüó¿ÿÿ|÷ÿÿþÿÿ÷ÿÿßÿÿýÿÿfüÿÿ¿þúÿ/ÿÿüóÏ£îú+ŸÏúßÿÿý?ßÏ>ÿìÿüÏXÿÿóÏÿ<ûÏÿWÿßüóÏûüó÷Þÿïÿû>ÿÿ×ÿï¯ÝûÿÛn»í¶{þ{®¹æºêÏ~µê÷ÿÿÿ÷¹þŸëÿöÿ_{Í5×^óûÿÿýï¿ýþ6ëý¾ÿÿûÿ¿ß÷ÿ}ÿÿoðÿÿ_l³Íó¯ÿþûÿŸßöÿßßüÿßÿÿýýïßÿþÿ£ýÿ¿W^yå•ÿn½ñÆ{o¼¿ûï¿ïþÿîÿïþ;ÿ¿óÿÛùÿÿýòß¿¶ß¿ÿ¾ûí¿ÿ½×¿ÿÿ÷ÿÿûý¿Ïÿïÿÿ¿ÿþû_ÿÿÿøÿ_ÿï¿þÿûÿ¿ÿÿûÿÿÿ?þÿ7ÿÿï=÷ÜóÏÞm·ýwÛíïÿßí·ÿÿÿÿÿÿßùÿ?ùÿÿÿÿóÏ?¿ü÷ßÿÿ÷ßÿÿÿßÿÿÿÿÿÿÿÿÿßÿÿ‰ÿß_ýõ×_ÿÝ÷Øb¯Ý7ûíöÙÿí÷ßnû½6ßÿWöÿÿÚk¯½öÚÿ÷ßÿÿý÷ÿßÿûÛÿÿÿÿÿoÿÿ÷ÿÿoòÿÿÿÿþûï¿ÿßÝ÷ßwßýûÿÿ½ÿÿÿÿÿßÿßýÿÿþÿÿÿÿÿÿÿÿúÿÿÿÿÿÿµÿÿÿ§ßÿÿÿÿÿßÿÿÿ7üÿÿßÿý÷_—ÿý÷ßÿ­Íÿÿmùïÿÿÿÿßÿÿýÿÿìÿÿÿ»îºë®ÿÿÿÿÿÿÿÿí÷ïÿïÿÿÿÿÿÿÿÿÿÿÿÿÿŸôÑG}þùçŸþùgþùÇŸþùçŸþùçŸ?øÿÿ믿þúë¯ÿÿÇÿÿÿÿyÿ÷òÿÿÿÿÿßÿÿùÿÿ×ÿÿ_ýõÕ_ýÿÿÿÿÿÿÏÿÿÿ×ÿÿÿÿÿÿûÿ¿ÿÿßþÿÿúÿÿÿÿÿÿÿÿÿßÿÿÿþßÿÿüÿÿÿÿÿ÷ÿÿÿÿôÿÿ×þûÏ¿ÿþÿ÷ÿÿÿý÷÷ÿþÿíÿÿÿÿÿÿÿþûÿÿ£ÿÿÿÿÿ¿ÿ¿ýÿÛo½ýöÛß°ÿÛOýÿóÿ/?ýÿÏÿÿõÿW_õÅ×_}}åQWmÅ_~q4×OùõÖ[~é¥×¿çÿÿÿþÛ¯ÿÏþ?ÿü;ýüóÿÿÿÿÏÿÿÿûÿ;ÿÿÿÏÿ/þÿÿÿÿÿÿçïÿÿù¿ÿõíýïÿÿ¿ýÿþÿ÷?í¿ÿÿ_ûÿÿÿÿÿÿÿÿÿÿ{ÿéýüþÿÿýýÿÿÿý÷ÿÿþÿÝÿÿÿý÷çÿÿ×ßo?ù%óçóÅÿÿ¿ÿÿ_ûõÿÿþÿÿÿÿÿûÿýÿßoÿmç›?ÿþŸ÷ÿÿÿÿÿÿ¿þÿÿßôÿÿ÷ÏÿÿÿÿïÿÿÿwÿýÝÿÿÿÿïÿÿÿûÿúÜÿÿ“ÿÿÿÿ÷ÿÿÿÿçÿ¿ö\ÖoÝ÷Ÿÿïíß~ÿþÿúýýŸýÿÿÿÿþÿ÷ÿÿÿïÿÿ_ÿÿûû¿¯ÿÿÿÿÿÿÿßûÿýìÿÿÿ¿ÿþóÿÿÿÿÿ÷›þ¼Vüÿ¿ÿÿÿßïÿþÿÿÿÿÿÿýóŸÿÿßÿ÷×ÿß¾ýÿÿÿßýöÿÿÛýÿ÷ÿÿùÿÿÿÿÿÿÿûßÿ{ÿ<}ç¿~×ÿÿïÿÿþúß÷ýþÿÿÿÿÿÿÿÿ¿ÿÿÿÿßoÿÝÔûÞÿÿý¾ûÿÿßÿÿ×ÿÿwþÿÿïÿÿÿÿÿÿÿ¿þûëÿÿýýÿÿÿÿïÿþýÿ¯ÿÿWÿÿÿÿÿ/ÿÿÿÿÿüë¬3;ÿÌÿÿúëÿ£î*ÿÏþÿÿ¢ýÿÿÿÿÿùÿÿÿõåÏ7ßõÍýõçŸýùçÿ?ÿÿÿ½ÿÿÿÿÿÿÿÿÿÿÏú묫æêW_~ùÿ¿ÿü›‹ÿ¹úŸ·Nÿÿÿÿÿÿÿÿÿÿ?ßùò›oÿ³žxÂßýí·}ÿß÷ÿü_þÿÿÿ¿ÿþûÿÿÿÿ·ÿÿÿå×þ?ÿþÿÿÿÿÞÿþýïÿßÐÿÿÿÿÿÿÿÿÿÿûï¿öþû¿ÿþûïÿÿÿÿÿ¿óÿ;ÿ¿çÿÿÿ÷ßÿÿÿÿï¿ÿþû¿/ýõ×ÿïÿÿú¹ßÿûýÿ›|ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ鯗þÞ×_ÿÿÿÿÿÿñßÿÿÿþûïÿÿÿÿwÛ·ýßÿÿß~»÷ÿŸÿßÿÿÿÿ™ÿõÿÿçŸþÿÿÿÿ÷ÿÿùÿÿÿÿçÿÿÿÿŸÿÿýÿŸù÷ý÷üñ÷ßk»}·ßi¿·ßÿý÷Ûmÿíößk÷ý~iÿÿÿÿÿÿÿÿÿ¿ýÿÿ¿ýÿÿý÷Ïoÿýöÿÿÿû/ÿÿÿÿÿÿÿÿÿÿþ{ÿý÷Ý»ýÿ÷÷¿ÿþû÷ýßÿÿ¿ùÿÿÿ}öýçëÿßþÿÿÿÿÿÿÿÿ{ÿ¿÷ßûîÿÿÿÿÿÿËÿÿÿÿ÷ß_îÿíÿý÷ßÿýÿþÿÿÿÿÿÿýÿßÿÿoþÿÿÿ_üÿ}úÿ¿ÿÿÿÿÿûÿÿÿÿïû¿¾ïÿÿÿÿÿ?óÿÿùç›þÑçþùçŸþçŸ{þÙgŸîùçŸþù·ÿÿÿÿçßÿÿÿ÷ïÿ÷ÿÿßÿ÷ÿ¿ÿÿ÷ÿÿÿýÿßÿÿ_üÿÿÿÿÿþÿÿÿßÿÿÿÿÿÿþÿÿÿÿ¿ÿÿÿ¯ÿÿúÿ¿àÿÿÿÿ÷ÿÿÿÿýû_ÿÿÿÿÿÿýûÿÿÿÿûÿÿÿÿÿÿÿwÿÿÿÿÿÿþûÿï÷ÿÿÿßÿ÷ï÷ÿþûïÿÿÿÿÿÿÿÿ?øÿÿÿÿÿÿÿÿýÿÿöÛo½õYÿýßïÿÿÿÿÿÓÿ>ýÿÿÐÿõõ×^ýõ×_mõÕWzÅ×^}õå×^~½å“NÝÿþÿÿÿÿúÿÿï÷ÿ¬³Ý?ÿÿßÿÿíÿÍ?ÿ¼¿ÿßßÿÿåÿÿÿïwÿÿþïÿüý¶¿þþßÿÿúÿ[_½ýÿïÿÿÿÿ¡ÿÿÿÿÿý÷ßÿÿ¿·Ÿþßm÷uÿ½ÿÿÿÿ»ß»ÿßÿÿŸøïÿÿÿÿýÿýûÿý÷ÖÛwÜÿ}üõÿÿoýõÿ_ýÿèÿÿÿýßÿÿ~ÿÿÿÚݯ¾÷»ÿ¿þõÿÿÿßÿÿÿÿ¿ÿ%þÿÿÿÿÿûÿì·¿ÿþüÏÝì¿¿þ{ÿ~þßëm¯Ï=ý_ûÿÿÿûÿ÷ßûïßÿÿÛ/¿ÿþÿþÿ¿þÿý÷ÿÿ¯ÿúÿÕÿÿÿÿÿ¿ÿÿ¿þß÷¯÷ãû×ÿÿþïÿÿúûþÿýþ÷þ?þøóû?ÿÿÿÿÿ÷ÿûÇÛÿßûûÿÿãÿÿÿÿÿÏÿ×Ï÷ÿ÷¿ŸÿßíÿÿßÿÿþÙ÷ýûÿÿÿÿÿþÿÿÿÿýÿ“ÿÿÿß÷ý?ÿÿúß÷¿~òcýßÿëÿÿ~ÿÞÿý}ÿé¿ÿ¿ýÿÿÿûÿÿû÷ßÿÿ÷ß}ÿ¾ÿÿûÿÿÿÿÿõÿ~ûýÿâÿÿÿûÿÿûß÷Þÿý¿ÿ{ÿÿÿýÿïþûÿÿÿÿ÷ýëÿ_üÿù÷ÝÿùÿŸ¯ÿ¯¿Ž:òÿïüóÌÿÿ?ÿÿ3Íÿùþ[ÿì³ïæÿÿÿÕþW?ÿ|óUýÿ×_Ïÿÿ×ÿ½éÕ_ÿ¯ÉûöÛï½üÿÿÿõÿ¿æ:k®þÿïÿÿþûßÿ¹~—»÷ö×^{íÿÿÿÿÿ­ÿßï¿üöÿÿßÿõ÷ÿÿßÿûýçþïñÿ7ÛÌûÿ¯¿ÿ–ÿÿýÿÿíÿóï¿ÿýÿÿ}Ïßÿfû»ýï½WÞßÿ¿z·½ÿÿ{¯½÷ûÿÿÿÿÿÿÿÿÿ;î¿cÿ{øÿýßßÿ÷ÿý_ÿÿûí¿ßûþûÿÿÿþûÿÿ{ô¿_­àÿo¿ýöÿßÿýzýÿÿÿÿÿï?ÿÿǍÿÿÿ·ÿÿëøOÿß{Ï?ÿí·ßnûÿÿýwÛÿýÿÿíÿÿÿÿÿÿ]ÿßùæÿúÿÿÿüóŸoÿy÷ÿÿÿÿ÷ŸÿùÿŸÿÿ÷ÿÿÿõÿßÿÿ‰ÿ×_ý÷Ûcûy÷ßoûöz¿ý÷ßi¿Ý÷ßo·½vÛÿÇö¿öÚkÿÛÿÿýÿÿoÿÿ÷ß¿ÿ÷ßÿüÿÿo¿ÿ÷Ûÿïòÿÿ¿ÿþ¿ßÿýÿÿÿÝßÝßÿßßÿûÿÿßÿß½ÿÿ·þÿý÷ß«¿þÿçëÿÿÿÿÿÿû¿ÿÞûîÿÿÿÿûÿ?þ7üÿ÷ß_îõÿÿOþÿßÿýß·ÿÿÿýÛÿÿÿß³ÿýýÿçÿÿ¯»îÿOÿÿþzÿÿÿÿÿÿÿþÿÿÿþýÿÿÿÿþÿïÿÿÿ}ô¹g›}îÑçŸþùçü™çþùçŸüùÇž¿úÿúk¯¿þúÿÿÿÿÿÿÿÿÿ?ÿÿÿÿÿÿÿÿÿ¿ÿÿûÿÃÿ×_ýõ×÷ÿÿÿÿÿÿÿÿïÿÿÿÿÿÿÿÿÿÿÿßÿßþ¿öÿ¯ÿöûÿÿÿÿßÿýÿÏÿ¿ÿÿÿÿÿÿÿïÿÿþÿòÿõÿÿý}×ÿÿÿïÿÿÿÿÿßþý÷ÿÿÿÿÿÿÞÿïýÿ›ÿÿí÷þûÿþýõÿÿ¿ýöÛ¿ýÿÿÿÿÿÿÿÿ?ýôÏÿÿŸõÿ×_w½õ—_ýõ×[nÑÅ[|ñõ×_ýõSKýõ׿îÿ?þüÿÿnÿîÿÿ&»ì²çëïÿïþÿßÿÿ9sÿ¿ÿÿnþßoíýÿû_w÷ÿïÿýõÏÿÿÿûûŸÿþýç?ÿþÿÿïßûÿûÿ¿ÿûÿÿÿÿÿÿ;ÿüÿ¼ÿÿÿûÿÿÿÿÿoÿÿÿÿÿËÿÞ}¾õöÏßõÿ[o½·Uîÿß×ßÿÿþ_ý÷Ýÿÿþÿßÿ¿§ûþwßÿýÿöÛï¿æÿûïþ÷îûÿ÷û¿ÿÿñÿý÷ûÿÿ¿7ÿûÿÿÿëûþ÷ß}ÿï÷ßÿöþûÜwÿ·ÿÿ¿—Þ{­ýïþÿýÿ]ÿþïÏ÷ßþý÷ß¿þÿúïÿßýÿÿýßûÿÿ÷û÷ïÿÿûþÿÿýïÿÿóÿ·¿ÿÏûÿíÿÿÿ?þÿ÷¯ÿÿÿÿý}÷ÿûýÿ¿ÿ÷÷ÿÿïÿí_¿ÿoÿÿûûsÍÿÿÿÿÿoÿíÿÿÿÿÿÿþÿÿÿþÿÿÿ{úÿÿïþß¾÷Ëÿ¿~¿ï~×ÿÿöÿ÷ÿÿÿÿ¿ÿïÿþïÿ…ÿÿ?ÿ©7ßýý×ÿÿÿßÿÿÿÿÿÿÿ÷ÿë¿ñÿÿ§þÿÿûo¯ÿûïµÿÿþÿÿ÷ÿ¿÷ßÿûÿÿÿ÷ÿÿÿÿÿÆÿÿÿÒ~ÿ¿ÿüÿý÷ßÌÿóßÈóÿÿÓÿ?ïïŸüþÿÿŒõÿÿŸúã×Ÿßÿï¿ÿVþ¿ÿv½õÿWþõÿÿnýõÿZ¼ÿÿï÷^¯ó­rÿïý÷ÿÿü÷ÿþ»ä·ÿNë÷¹~ÿ÷dÿÿÿ¿þz¿L¿ÿÿûï¿ÿÿï¿ÿý׌>ûmêý¾ßïïÿvÿÿÿ³äßçûûÿÿßÿýÿÿýÿÿÿýÿÿßÿüýo¾¿Úÿÿßæš+ï¿ÿþýî»ïþû»ïþÿÿ¿ïþÿï¿ãþ;ö¼…çÿÿ.í÷ÿÙïÿï÷ßÿÿßÿÿÿ_oÿÿÖ¿_ÿûÕãG~ÿÿôÛmÿÓ>þÿ¿ÿþûÿÿþû×ÿzø‡^ÿûÿ¿Î÷ÿÿ¿þ—ß®½ÿÿÿÿÿÿÿÿÿýÿßî¿ÿþßÿßýÿoÿ«ÿÿÿýÿÿþÝÿßýÿÿÿÿùÿÿÿ÷ÿÿ÷ÿ_ÿÿýÇ{ùÿýçÚû©fÛoöý÷ßkû÷ß~ÿ}öÛiÿývß·ýgÿÿÿßÿÿ}ÿÛïÿÿÿÿÿÿÿÿÿöÏÿÿöÿ¿ýÿ~ÿÿÿßÿÿýý¿ÿÿÿÿÿÿþÿÿÿÿï¿ÿÿ÷ýÿÞûÿ?êÿÿëÿþ{Ûÿ¿þí§¿~é¯ÿû¿ÿþ[ûÿ¯ÿÿãßÿÿ_ýÿÿßÿùõÿ~ùå_~ùÿÿÿÿÿÿ·ÿ=ùß÷ÿÿþÿzÿo÷êwÿ®ÿÿ{ë·ÿëÿŸÿïý¿þþÿëÿŸúÿõÿÿÑçôñg}þÙGúGŸ{üùçüùGŸôùŸÿÿÿôöÿ?ÿÿ÷ëÿÿü÷ë¿ü÷ÿÿÿýûÿ¿ÿýÿÿ¿ÿýÿÿç¿ÿÿùýß_ÿÿ÷ÿ_ÿôÿ÷ÿÿý÷ÿÿïÿÿÿÿæÿÿ¿ÿÿÿïÿÿýûÿ?ÿýúÿýûÿÿÿÿïÿÿÿÿÿÿ/ÿÿÿýçÿûÿç×ÿÿùï—ÿûo÷ÿûÿÿßþïÿÿþþ?úÿÿÛoÿÿïÛoÿÿöÛoþÿ[ïÿÿÿÿïþûÿûo?ýÿÿGÿýñÖ_}üõÓ_wuõÕ_}Õ–_~ýu×^ÕõÑOý›þÿÿôûößøüâ÷Ÿÿ»ïþfó6ßíÓÍ?ÿÿ³Ïÿ{äÿÿ÷ÿÝkûëÿïÿßþûÿ÷^¿ûÎ;×ÜïÍwÿÿþµÿÿÿß¿¿ÿÝÓÿûßûïüÿïÿÿÿïÿÿ}çÝ÷ÿÿûüï¿÷Ç×ßåÿÿçÿWÿÿ÷]ÿý×ÿÿÔÖ_ýýÿéÿÿïÿ¯÷ï»ÿßíÿÿ¿ýþóÿýúÝ¿¯þÝþÿýÿÿÿÿÿÿÿÿñÏûüsÿÿÿïßßÿý÷ÿÿ>ÿùÿÏßÿûÿÿÿÿÿ¿öËî¿þÿßýÿßÞÿÿýÿÿþ÷ûþéÿ¯ýÿ¿Ñÿÿÿû÷¿ßû_¯ÿþþû¯ÿ÷ûÿ¿þÿÿÿöÿþÏüÿÿOþÿÿÿÿÿ?~ÿó¯ÿÿÿëÿ¡ÿÿ¼ýýÿÿ÷óÿÿÿ÷ÿÿÿÿÿ·ú¿ýÿÿÿßsþÿ®ýÿ7ÿ¿ÿÿÿ_ÿÿÿ¿‹ÿÿÿÿÿý{¿þùëûï?ïþÿÿÿ÷ÿþÿÿÿÿï¿ÿøïÿÿßÿÿý÷Ï}ÿÿÿÿ~û¯ÿÿÿõÿÿïý¿ôû?üoâÿÿÿ÷þÿïÝÿöûÿÿÿßüÿÿÿí÷Ûÿÿÿÿÿÿûÿÿ_üÿÿ¿Ì?ëýŸÏÿóüÿÿç+ÿÿÿóHóÏ7ÿÿþûïÿÿOZÿÿÿüç›ÌÿÿñÎÿÿÿ?VûÿÿÿÙÿ¾[ýÿÿÿ÷ÿ¯Ëûÿÿç—õ´{7ÿTÿ.™ýÏÿûïÞûûýß¿þŸëÿ_öÿÿÿ¯÷ž~êù³þm«¬ÿþ·ß?úü·ïÿÿÿÿýþÿoñÿÿÿWÿ›ÿ6ùÿÿ÷{ýöþÿ÷ÿ·ÿÿåïßÿþ÷“ýÿÿÿzí÷Öý÷«öþÿ﫲ûÿÿÿ¾ûÿ»oÛ;ÿ¿óÿ;øÿÿÿ—K^¿öÿ^íÿW[ÿ¼ÿû½ýÿÛý{ü¿ßÿéÿÿÿ¿þú/lÿýòëÿ³¶úïþ?ëáÿþûÿ÷ÿÿÿÿ'ÿÿÿßoþÿ²ûï¿íÿÛ¾ÿýûûýþß~ÿÿ¶]ÿßùÿûÿÿÿuçÿGþ÷ýÿÿùÿùÿÿùßÿþõÿßÿÿ—ÿßßý÷Ÿ¾Ù¦ßÿýöºí÷ßiÿý÷Ûo÷½vßÿ“öÿÿÿÿÿßwÿüöÿÿÿöÿÿü÷ÿÿýÿÛoÿÿ÷ÿÿïöÿÿÿÿÿßþ÷ïÿÿÿßÿ÷ßÿÿýÿ¿ßÿ÷ýÿÿ«þÿŸþê«-üýâÿÿûÿÿßýïßïþúëë/þÿúÿ¿ÿWýÿÿå×_ñÿß{ÿÿÿïþÏÿïÿý÷_~ýß—ÿýùÿãÿÿÿŸûºÿþ÷þúÿÿþßÿ¯½ûÿ¿÷ûûúýÿ·þÿíÿ?ÿÿŸü‘çžæ™çŸþùg}öùçŸ{þÑçžôùgŸ½øÿÿ믿ÿòÿ?ÿüÿÿÿýéÿýÿßÿÿÿóÿÿÿóÿÓÿÿ_ýÿ—ÿùçÿÿÿûíOûûïÿÿÿÿÿ÷ÿÿûÿßÿþÿÿÿïÿÿÿÿï¿ÿÿûÿÿÿÿÿïÿÿ÷ÿÿÿüÿÿÿÿüÿôÿÿÿÿÿ·ßþùÿ÷ÿûûÿÿþùÿ¿ÿÿÿíÿþþïçÿ‡ÿÿÿÿõûÿÿýîûÿÿÿÿÛ?ýÿÿÿ¿ûïÊë.ýÿÏÿÿŸôÿ×_Ùµ×^kùõÓO=mõOýõW]}¹¥GýõׯäÿÿÿÿÿsïÿÿýÿÿÍïþyïß7÷ôógÿÿÿûÍÿNþÿÿÿÿÿ¿ÿÿÿýÿÿ{};·ýýßßüûSýïÿþþû¿_úÿÿÿÿ?÷½ÿýîóÿßÿßo×zßûÿþ·ÿ÷=ÿÿúÿÇÿÿÿÿ××ÿÿô_ÿÿõvüñ÷ßÿôÓ\oõõÿÿÏþÿ÷ÿßïí÷—ÿ_ÿß÷ÿÿ¾ÿûïÿþçïoï­ÿÿÿ÷ÿñÿÿÿïÿßãßþÿÿ¶ûûëõÿÿûÿÿ×ïýÿýûìïÿ÷ÿýÿÿ¯>ÿúÿ¯ûÿÿÿûw÷Ý÷ÿé÷ÿ÷ÿýÿúÿÿ›ýÿÿ¿ÿÿ÷ÿ÷ÿßÿÿþÿwÿÿÿÿÿßÿóýïþúßÿÿßçÿþÿÿÿø÷û¿ï㇞oÿýŸõù÷ÿÿÿÿÏ?ÿ¼óÿ_ÿÿÿÿÿ]þüÿïÿÿûýÿÿÿýïßåÿýÿ¿ýßßþ?øÿÿÿÿÿÿé·ïzó¿ÿÿ~o·ÿþûÿxóÍ·Çßþ÷Ÿ—ÿÿÿÿÿÿ×}ýýõÿÿÿÿõ?ßìóÍÿÿÿ¾ÿ?ÿ¿ÿßÿ§þûÿÿÿÿÿû»ëï¿ÿÿÿïÿý÷ßÿïÿÿÿãûÿïÿú÷Âÿÿÿÿgïýÿÿå3ÏÿÿÏ?;þÿÿýÿþÿÿ=.ßý¾þÿˆõÿÿÿ?û¿ÿþýÿÿ?ÿÿÿÿÿï=ÿüóï×Ïöÿüÿ:¼ÿÿÿÿs~¿þ?ÿüûï¿ÿúÎÿÿ¿í¶Ûî™Ë·¹þû÷kÿÿÿÿßîï¿çûí·ß~ÿõßÿýóµÖZk­ý¿Ýÿ×ÿfÿÿÿÿÿµþ/ÿ¿ÿ_ÿÿßÿÿ÷ïÿßÿÍ6ÛÌÛ÷ü}ïúÚÿÿÿÿ¿}¯©õþÿêÿÿÿÿÿÿÿÿî{ï•WÞ¿ãþ;÷¿‡ÿÿÿÿÿ×ýÿÿõ¿Öÿï¿ÿÿÿ¿ÿöß{ÿýß¾GÿûýëGþÿÿÿÿïÿÿûo£þ?þ{Wýø§ÿûï¿ÿþûÿ×ÛOõùÿÿÿÿËÿÿÿûÿo»í¶ÿ¿í·{oóÞsÏ?ßõÿïý§ïÿÿÿÿ¿÷÷ÿïÿÿÿÿÿÿßßþÿçÿ?ÿüó_ïÿýö¿ùÿý÷ß¿Ù÷ßÿýöÚ~ÿ7ßÿýõ×_ý6ßo£Ý_iÿÿÿÿŸýÿÿwÿÿûßÿÿÿÿÿ¯½öÚköÿgÿýÿ.ÿÿÿÿÿ}ûÿÿßýÿÿßÿý¿ÿÿÿÿÿï¿ÿöýßÞ÷ýÿèÿÿÿÿ¿øëÿýýúï¿ïþûÿÿÿþÿÿýÿÿÿÿýýÿçÏÿÿÿÿÿÕ÷ÿ¾óÿÿÿÿýýÿ¯ÿÿÿÿí·ß~ÿý÷ß_ÿŸþÿÿÿÿ?ÿüÿÿ¾þ~ëßÿþÿï½ÿß?묻îÿÿÿÿóÿõÿÿùçöùãæñçþgŸ~ùG}ôù盶ùÿÿÿÿÿû¿¿_sýÿÿýÿÿŸÿçŸÿ»þúë¯ÿý÷ßoÿüÿÿÿÿÿýŸþÿÿïÿÿÿüÿÿÿõ×Uý¯ÿÿúñÿîÿÿÿÿÿßïïÿþÿÿÿÿÿÿÿÿÿÿû¯ÿÿÿÿÿÿýÿÿÿÿÿÿÿÿÿ¿÷ÿÿÿûÿÿÿÿï¿ßwí?ÿþûÿ¿ÿÿÿû¿ÿÿÿ¯ýÿßOþÿÿÿÿÿÿÿÿÿÿóÿÿÿÿóûo¿ÿÿÿ_ÿýµ—_ýu×_|ùä×^íÕ×_ýõÇ_|ØåÕ[{ý+þÿÿÿÿþÿþß7ÿüóÿÿûóÏ?ÞüãÍ?þ|ÿßÿÿÿç¿ÿÿ¯ÿÿ¿ÿ~óÈãÿßß|÷½÷Ï9¿üòþ¿ïÿÿû‘ÿÿÿÿïíÿÿÿïÿÿÿ÷ÿ¯ÿþùçßÿ|ÿÿ÷ÿÿÿÿ—ýÿÿÿ_ßÿý÷ß¿ýöÞl÷Çìiž~úõÿ[mýÿàÿÿÿÿÿûëþûßÿùûï^ÿþ÷ÿ¿ÿ¿ÿûÛÿßçÿ/ÿÿÿÿÿ×þÿÿÿÿÿÿÏÿÞïÿýþ×ãÖ?ÿýßýÿ¿ùÿÿÿÿÿûÿþÿÿýßß÷ÿÿþÿÿ÷ÿ/¿³úãÿÿÿº½Éÿÿÿÿ篿ïÿÿÿÿÿû÷ÿû×ÿÿÿÿï¿mÿÿïÿ¯ÿÿ¿þÿÿÿÿÿïûÿÿÿÿ{ÿýÿÿøþûµý×ü¿óÿû÷ðÿÿÿÿçÿÿÿÿÿÿÿÿ¿ÿ»ÿÿÿ÷¿þÿþïý_ÿÿÿ¿ÿÿÿÿÿßsÿúûÿ÷þÿûMÿÿ»ÿÿïÚëý½·þÿßÿùÿÿÿÿÿ÷ïõßÿÿÿß?ÿ—ßþ»ÿç_ÿúÿ×_»ÿáÿÿÿÿÿÿÿï¿úûÿÿ¾þý¿¿îÿÿÏ?ûëÿÿ×÷ÿ¿vüÿÿÿï÷ßÿÿÿÿóÿ?Ï:¿“¿ß¬÷ÿÿÿþûÿ:ÿü[ýÿÿÿ½ÿþÿÿÿŸßÿù&Ÿßÿü÷vÝÿÿÿÿÿÿóŸÿ¯Áëÿÿ/ýí·ÿÿûï¿ÿþ»Ü_J¹ô÷ÿþ?ý÷¹ú›‹wöÿÿÿëï¾ÿÿ¿ß~ûí·ï÷h£­¿ÿwÿ½·ßÿ¿ý§ÿïòÿÿÿÿÿí—ÿÿÿûïÿÿÿ}û÷ÞÿýÿWß9ä}ïß÷æÿ»íÿÿÿïo¿ýÿÿÿÿÿÿÿ»ÿûï¿ïþÿêÛ&ÿ;ÿ¿3ÿ{ùÿÿÿ×yÿ½þÿÿïÿÿþ߯µ×_¯ÿÿ_ÿ{ü«_½ãÿÿÿ¿Îûïüÿÿþçý>§¿þúûûÿÏúûü÷_?ëñnÿÿÿÿÿÿþûÿ¿ÿå·_þÿÿûÿÿÿÿÿÿ¿ÿþ]ÿßù¶/øßÿÿÿÿÿÿÿÿÿŸþùÿÿÿÿÿÿÿ¿ÿÿßÿÿ÷þßÿÿ‹ÿÝÿý÷ßÿý÷ßÿý÷k¿ýöß~¿ý÷Ùoÿ½vÛþöÿÿÿÿÿý÷ÿÿßÿý÷û¿ýöÿÿŸý÷Ûoÿ÷Ûÿïõÿÿÿÿÿÿÿÿÿÿßÿý÷ÿÿ÷÷ÿÿû÷¿ßÿõ}ÿÿ³þÿÿÿÿÿý÷þþ¿ÿþûoëßûïïÿÿvþ?þßÛÿ/þ—ýÿÿÿÿÿýÿçvÿÿÿþó¾þ÷Ûþ¿Çºýßÿ}ýÿíÿÿÿÿßÿÿ¿¿ïÿÿþÿúÿÿÿ;ÿ·¿ÿóÏþûþÿ¿ÿoÿÿŸþùçŸ}üùçžìÙç{ìñçŸ}þñGŸ¶ùçŸ?úÿÿÿÿ¿þúÏïÿþÿûÿÿøÿÿÿüçÏoþþÿß?ÿýûÿËÿÿÿÿÿÕ×ï÷ÿÿÿÿoÿÿíÿÿÿ÷ßÿÿùÿ÷ÿþÿÿÿÿ¯¿þóûÿ¿ÿÿÿ¿ÿÿÿ¿ÿÿãû¿ÿÿ÷¯ÿþÿõÿÿÿÿýõŸßÿÿ÷ÿÿÿûßÿûïßÿ~ÿ÷ÿ~ÿïýÿ£ÿÿÿÿÿÛkÿÿÿÿÿÿÿÿ‹ÿÿÿÿïÿÿï¿ï·üÿÓ/ï_üÿ×_ùõ×_íÅ_|õô_ýõV_~ýõÖ~Ù0׿àÿÿÿÿÿà³?ÿýÓÍ?ßü½·ÿýÿÿ=íßÿ7ÿôóÿÿNþÿÿÿÿïÿÛÿûÍ7·\sÿýŸ]ÿ¿ÿõïî×ë÷¿Ÿøÿÿÿÿÿþÿó÷ÿÿÿÿÿ÷6ÿÿÿÿïûÿ÷ÿ¯ïÿÖÿÿ›ÿÿÿÿÿ÷ßÿÿÿõ×_oýù_ÝÿÿÿÿûïWÿÿÝ×ú]þÿÿÿÿÿïßÿÿ~ÿíçßÿ=þçûÿÿÿÿÿ·þþÿ¾w¶ïãÿÿÿïûíÿÿoÿý÷Ý÷ßÿþ¯üÿ¿õ¾Üwÿü¿~ƒÿÿÿÿÿÿÿëýÏÿÿÿÿßÿçý®ëÿÿÿþßÍ7ÿÜøÿÿÿýÿÿÿÿþÿ÷ÿÿÿÿߟüïÿÿ÷ÿó÷ßÝûÿ÷÷Ûÿçÿèÿÿÿÿÿÿÿÿ>îüý÷ßßoÛß?ÿüÿ9ÿï·¯ÿwüýÿÿÿÿÿÿöÿÿï·ÿÿÿÿÿýþÿÿÿŸìÿ¿ÿŸÿ·ÿ¿ÿøÿÿÿÿÿÿ×ÿ¿ÿ~ÿüvûóÏ­½~?ÿü•öûÿÿõ_{ÿÕÿÿÿÿÿÿÿÿÿüþÿÿÿÿÿ>óÿ¿ÿþÿ÷ßW»õßÿ³þÿÿÿÿÿÿÿÿ·ïÿÿÿÿÿwûýÿùßÿÿß?ÿÿÿÿŸ~þÅÿÿÿÿÿÿÿÿÿÿÿÿÿÿ{ÿ»ßüŸM~Ë­3Ï/ÿÿ’Í?¢õÿÿÿÿÿÿÿÿÿÿÏ?ÿüûõÏ~~åþ›vò|×ÿÜ¿üÿ[¼ÿÿÿÿÿÿûÿ¿Yk»í¶{®ô¹~¥¿åšÛß¹*õßhÿÿÿÿÿÿÿÿßx­µÖZkÿÏ÷û-÷û~Þý¿ßûßrÿÿÿÿÿÿÿýÿϽ«½6ó÷ÿýÿßßo§²ÿŸÿöyÇ®ÏÛÿÿÿÿÿÿÿÿÿÿûÞùï•ÿ¿ïþ{î¿ï—mï¾ãÆ;÷½Œÿÿÿÿÿÿÿëÿ¿õöÖ{ï÷Ooíûõ_í·|î¾OýûÔóMþÿÿÿÿÿÿÏÿÿ«ãþûï¿ÿzêÿ¿ÿ~å÷ÿÿþÿ¯?öÿÿÿÿÿÿ¿ÿÿ÷ÿ½÷ÜóÏÿ÷ÿÝþÿþû{wÞý·ïç›ÿÿÿÿÿÿÿ÷ÿýÿÿË?¿üŸÿÿýÿÿçÿÿÿ_ÿýgÿøÿý÷ßÿÝ÷ßmýõ×_¿öÛj÷½ök¯ýöØg÷ý?dÿÿÿÿÿÿÿÿÿoÿk¯½öšÿÏÿÿ÷Ûwÿýößoÿÿÿÿÿÿÿÿÿÿÿÿÿþÿÿûï¿¿ÿÝÿïÿý{÷}ÿÞÿÿ¿éÿÿÿ¯ÿÿÿÿÿþûÿýÿߟ½ÿÿúï?Üøÿÿ¯ÿÿãýÃÿÿÿùÿÿÿÿÿ~ûå·_ÿ?ûß—ß|÷õÿ}ùßßÿßþÿÿÿëÿ¿îÿÙÿþϺë¬ûþïÿ¿þ{-¿ÿÿ¿íÿ»ú¿÷ÿÿùGŸôùÇŸ?þÑA}¾ÇŸôñÇyþùÇŸôù³ÿÿÿÿúÿÿÿÿÿÿ§¿~úëßýóßÿÿøûŸÿùþß¿ÿ_üÿÿÿ×ÿÿÿÿÿýuÕ_ÿÿßÿÿÿÝwßÿÿ¿ßÿúýÿëÿÿÿ¿þÿkÿÿÿëÿ÷ÿÿgÿü÷ÿ¿ÿþÿ_ÿÿÿÿÿÿÿÿÿÿõÿ_ÿÿÿß[ûÏ¿ÿþûçÿþ~ÿý·ÿÿÿÿÿÿÿ¿úÿÿÿÿÿÿÿÿÿÿÿÿÿû¿ùý/¿ýö¿_ÿüóß?¿ÿþÿBÿýõ×_ýõ×_ýõWJÿñÖWoýµ×_}üõÃN/ýþÿÿÿÿÿÿÿÿÿÿÿøóÏ/ÛÃÏ?¿ýó^ÿüü¾ûÿoæÿþÿïÿÿþýÿ¿ÿóÍ>ûü7»_ýÚë·ßÿíûÿß®ÿ»‰ÿÿÿÿÿ¿ÿÿÿÿÿÿÿÿÿÿï~Ûý÷Û~ÿ¿½ÿïÿ·õí×ýÿÿÿÿ×ÿÿßÿýöäß?w_ÿÿÿ¿ÿ~õÕç[ÿÿ÷äÿÿÿÿÿÿÿÿ¿ÿýþßþÿû÷ïžwþÿÿß?ïÿÿÿ_þÿëÿÿÿÿÿÿýçÿß÷ÿ¿=ÞÝ¿×ÿïïþÛ_úÝsÏ=ÛŸøoÿÿÿ¿öÿóÿÿµ÷ÿÿ¿Òÿ?ü_ÿ}?÷ì߯¿üþÿÜÿÿÿÿÿ¿ÿûÿÿûëÿÿÏÿï¿ÿÿûÿ÷÷úþ¿ÿvÿkþïÿÿŸÿÿýÿÿþüÿÝóÏ÷ðÇûÿèc~7þ½þïýó?µÿÿÿÿÿÿÿÿÿ¿ÿÿÿÿïŸÿŸÿûþí§ßÿ÷»þ_ÿÿÿŸÿÿÿÿÿÿÿ¾þûë¦Ï^êkß~ú÷wÿÿ÷÷ÿ´¿Ïÿßøÿÿÿÿïÿÿ÷ßÿùkŸwÿw¿\ÿsŸÿÿÿýñ×~ßýÿëÿÿÿÿÿÿÿ¿¿þý÷ÿúzë¯ÿ÷ÿÿÿÿÿÿ÷ÿÿÿÚïÿGüÿÿÿÿÿÙüÿÿÿóÏ3ÿ¿¿ÿï?ÿÿ?ßúÿÿ’ï/ÿüO[ÿÿÿÿÿŸÿïýŸÿÿÉçŸùóýÿÿù–ÿÿ¿ïóûï¯×ûÿÿÿÿÿþ¯ÿï¿ÿü9enÿ»ê×ký®¹þëß/öÿÿúýçŸþß~ûíóÿþ×y³þ~ëïçÝ?ë}ÿþoòÿÿÿÿÿ}ûÿÿûÿÿüÿ÷ÿÿÿ¿ÿã{»þyoŽÿüÿ§ýÿÿÿo½ÿÖûoýÿÿÿ®½ÿzÿ¿öþkïËöî;²½ãþÛøÿÿÿÿÿÿÿýÿÿïÿ¿Þ_ÿõý¿½÷Wßÿþûݹ_½~èÿÿÿ¿ÿÿÿïÿÿþÿ§Ï:§ÿ_ÿ«á¿öúÿÿ—Þÿëõdÿÿÿßÿÿíÿÿû÷öÿÿÿÿïßíþï?¿yçÝoÙùÿÿûÿÿÿñ÷ßÿÿ÷ßÿýýÿÿýÿÿßçÿýߟÿÿõ÷ßÿ¿—ÿ߯Ý÷Øi¿}6ßoŸ½öÿ½6Ÿßí÷ÚoßÝvÛþçöÿÿÿý÷ßÿþûÿ?¿ý÷ÿÿÿ÷ÿÿÿ÷ßoÿýþÛÿoóÿÿÿý÷ßÿÿÿÿÿýû÷ÿûÿßý_ÿÿß¿wß÷ÿÝÿÿ¿þÿ¿þþÿÿÿÿÿ¿ÿ¾ùïŸÿþîÿoŸú‹ÿÿÿâÿ¿ÿWýÿÿåŸÿþûï¿ÿÿÿÿ÷ß¿åÿÿ=óÇßÿ÷ß×ÿ=ùÿæÿÿÿÿÿÿÿ÷ßÿïýÿÞï½·ýÿ{ÿÿÿûÿÿŸïÿïÿÿÿŸþÙçŸþÙçÞnôu}ÿüÕßÿ¹çŸìùGŸ¿ûÿÿëÿÿÿþÿÿÿÿÿúç¯ý{ÿ½çÛ¯¿~÷Ý·ß}çýÁÿÿ_ÿÿÿßßÿÿÿÿïßþË¿ÿÞûo?ýý»ç®Ùç¿þÿÿÿÿÿÿÿÿÿÿ¿¿ÿßûïÿÞ}ëÿ÷ÿ¿ÿ·ÿîûï¿ÿóÿÿÿÿÿÿÿ÷ÿýýþÿöÿ·ÿþÿ¿¿þûÿÿÿÝÿÿçÿ“ÿÿÿÿòû/¯ÿôÿÿÿÿÿÿÿÿÿÛÿýÿ_ÛOýùóú?ÿ_ôÿ×_oÝõÆ[wýõ—^}õÅ}}Õ×_~±´×_ýÕ׿éÿÿÿÿÿÿÿÿÇÿ÷ï÷þ¿ÿìýóÿ;þþþ÷§ûçYïýfþÿÿÿßÿó¿ÿÿóÿ÷þûÿÿzÕík_÷ûüïûÿÛn¿_ùÿÿÿÿÿÿïÿÿÿÿýý·ÿwüÿýÿí~ÿ_ÿ÷ÿüÿßÿÇÿÿýûç÷Ï~ü¿_ÿùûáW~<õæÿíïÿöO}½õßÿþÿÿÿßïÿýû·û¯ÿ¿ÿÞýû÷æ¿ÿýÿÿý_Ûûÿÿßðÿÿÿÿþÿ³ß÷ÝŸýß×õû_éÿŸ>÷ýÃßõÿ\½ÿ“ÿþÿÿÿ¯ýýüó)?ûßßçýß»ßþ×ï?ÿÞëÿ÷ÿüÿÿÿÿÿÿÿOÜÿ÷ýÿÿùýßþ¿Ÿ÷ûÿ­÷ßùýçÿëÿÿÿþÿç¿÷ÿÿÿÿÿk¿ÿý>öø«ÞWïÿûþ»~à÷?ÿÿûÿÿÿ÷ÿÿþÿþϯ{ÿÿÿ÷¿þÿý»ÿߟÿÿß¾ÿ}ùÿÿÿÿßýúþ¯ß~ÿÿ§¿^íõöÿ_ÿwûn÷ÏþÿnÿÜŸÿÿÿÿÿÿÿ^ÿ}××ÿÿýÖý{Íõ?O{ý¿×?¯Ò¿ÿÇþÿÿÿÿÿÿÿÿï¯ÿÿ÷¿ÿþÿÿÿÿÿÿïÿÿýßÿÿ×Óÿÿÿÿÿóÿ?óüÿï?ògó;ó¬;Ï<ÿäëÏ/ùü²Ì¦Õÿÿÿÿ¿ÿÿûý÷ïçÿ¹?ûWþÿÿÍïÿuÿ›ÿ¿õÿ¼þÿÿÿß«ÿÿ|~ÿ?ÝÿÞæ<®«N•ëì³æšëZ¹~µÖ`ÿÿÿÿßþéçÿÿûíÿ4ïÿ7ëÿòÿw¾ý¿ßÿûùfþÿÿÿÿýÿ·ßþÒß_ýÿ÷ÿ½þÿÿÿÿ~ûëŸ÷ìyÏ®ÎÙnÿÿÿÿ{o½÷¾kª©ÿ¿û»öþ{ï¿òþ{ï¾3Ë;÷½ŸÿÿÿÿÿýÝÿßÿõ÷Û¯¿ý߯¾ûÔ¿ÿþ{ì¿_½ûÐ÷Íþÿÿÿÿÿÿÿÿÿ￾~ýá×~ÿø¯þÿÿÿóÿ?ëû—ÿÏâÿÿÿÿÿßþÿù·ÿûÿÿûÿe·Ýÿß}÷ÝwÞýöÝïÿ•ÿÿÿÿÿÿù÷ÿÿÿÿÿÿýÿÿ÷ÿ_ÿý÷ÿ_ÿý÷çùÿý÷ßo¿¶ßgÿý÷Ûg÷Úm»ývÚn«íöØoÿ½~nÿÿÿÿoÿü÷ÿ?ÿÿ÷Ûoÿÿßïÿ|ößoÿýößïÿÿ÷Wÿÿÿÿÿþ÷÷ÿÿýÿß¿ÿþ¿÷ß÷ß}÷Ý{÷}ÿßÿ÷ÿúÿÿÿÿÿÿÿÿÿÿþúíoÞúïÿ÷ÿþÿÿÿÿÿÿ/þÿãÿÑÿÿÿÿÿî¿ÿîûí—_þÿÿ~þ÷ßÿý÷ßÿ}ýß÷ÿ¿þÿÿÿÿï÷ÿÿû¶ÿÞ{ÿÿÞ»ÿþ“ïÿÿÿÿïÿÏþ¿üÿðÿÿùçŸ}þùçöÑçžöçŸöùçŸþùÇŸôùÿÿÿÿÿÿÿÿ÷ïÿÿùæïßøçßïýÿÿßÿÿýçß¿ÿßüÿÿÿÿÿÿýÿÿwÿÿ÷ÿÿÿ÷ÿÿþýÿÿÿÿÿ¯ÿÿzÿÿåÿÿÿÿÿÿß¿ÿíûïÿÿÿÿ·ÿÿÿûÿÿÿ÷ÿÿþÿÿÿsÿÿÿÿÿÿÿþÿoßÿùïÿû¿¿~ÿë¿ÿþÿÿí¿ÿÿúÿÿÿÿ?ýþË?¿ÿòûÿ?ýùo·¹ßÛo¶ýÿÓû¿ÿVÿVÿýõ×w½õ×_u½åOºõ×W?yå•W}µõ—]~ýþ÷ÿÿÿ7ýü³ÍÖÿÿÿÿžÿÛóÿÝûÓÏ?ÿ¬³ÿ6;ßoâÿÿÿïý|TÝñßßûï¿ÿþ÷ÏïßµO·þû«ïïüÞû¥ûÿÿÿÿÿ½ÿïë}÷×÷ÿ÷o÷ÿÿ{]oß-ÝÿþÏüû~7ýÿÿÿÿõý×_ÿùÅþûÿöØÏûõ–_~õõç[íýåÿÿÿÿÿýïþ½wþ«ÿ¿ÿþÿþ÷ÿ»îþÛíûÿ¿ßúûOÿÿÿûïÏÜó»ý÷ßÿÜ÷ßßÿ÷wÝåÇïýÿÏýüŸùÿÿÿÿ¿þÿëÿûýÞÛ?VºW}ÿ½×ï—|vÿ¿ÿ?Óÿÿÿÿÿÿÿû¿þõßÿÿþ×ãÿÿyþûÿßþú×ýÿÚŸþÿÿÿÿßsÿ~ÿÿÿÿkÿ÷ü}Êÿ«ø݇¿Ï¿ÿßiïosÿÿÿÿÿûÿÿ÷ÿ¿ÿÿü÷×ÿûßßÿÿëýùûÿîû÷‡ÿÿÿÿÿÿÿïýwÿ÷×}÷oþû¯¿Þü¿ï¶ÿ~ÿï§ÛŸøÿÿÿÿÿÿÿßÿÿïoß}ïïÇì!ßÿî“ß"þïÿãÿÿÿÿÿÿÿÿÿÿ{ÿÿÝþºÿÿÿÿÿÿ_ÿüÿßû½ÿ÷üÿÿÿÿ?þÎãÿÿç³Î?¿“Ï?ÿÌóï?ÿäòï/ÿü§Zÿÿÿÿÿýÿ¿ïþÿÿù×û¿õÿ]¾ï›÷¿ïÿóì¯Óûÿÿÿ¿¾ÿëÿÿÿÿÿý–ëªç²j.¹Ï¯~®¹~‹ë÷yöÿÿÿÿýçþÿÿ¿Ï?ÿÿ÷ÿ¿ùþû?ÿýçÛwªý·ÏoòÿÿÿÿßÝ~û÷·ÿýÿÿ¯Wþÿ·ÿÿúë—ßþùïŸwæú¨ýÿÿÿÿ¿ÿÖ{ný¯ÞZ¯½õ{o½öÚ{ï¿ÿî;î¼c×ûùÿÿÿÿÿÿ¿ÿýÿî¿ïûíºÿþûýÿÿîûô±¿Þâÿÿÿÿÿÿï¸ÿÿÿëÿ÷_þןýÿÿÿÿÿÿ¯Îùÿÿÿÿÿÿÿùÿßþÿý·_ößåÝwÝyçÝþyçÝÿßùæWØÿÿÿÿþÿÿý÷_þýÿßÿ÷ߟþõÿÿÿÿõÿßÿ¿‡ÿßÿý÷Ú}ŸÝvÛo·ýw¯½öÛo÷ýöÚoßývÛïöÿÿÿÿ÷ß¿ýþÛïÿþ÷ßÿý÷ÛoÿýóßoÿþÛ¿ÿòÿÿÿÿÝßÿûÿ¿ÿÿï½ÛwßÝ÷Ýûß¿wßÿÿ½ÿÿ‡þÿÿßÿÿ¿ÿÿí¯ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ?þŸìÿÿÿÿ~»ï¿ß~ùïÿýßÿý÷ß·ÿþ÷ßWÿ}ýþîÿÿÿÿÿÿÿÿÿÿûïÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ÷ÿ¿ÿÿÿŸ¾ñçŸþÙLJ~øáþøá?þùã4ùa‡¿ûÿÿÿÿÿÿÿ¿ÿþ÷Ú_uÖiýuÿ}ÿ·ß}óíÉûÿÿÿÿÿÿßÿýÿãÿþùŸÿþùï¿ÿçûç›}®‘çßþÿÿÿßÿÿÿÿÿ¿ÿ¬ÿÿùk¿þÿçÿÿßÿ÷Ÿ?núãÿõÿÿÿÿûÿÿ¿ÿÿým¶ÿëïÿþû¯¯ÿþþû_¾{çßgÿ“ÿÿÿÿÿû/ÿýÿO?ýö›ŸýæÛo¿Ýþûÿ?ý÷ûKÿ¯õÿ×_ÝõÖ_ùõW]]uõW^yÕ•WmÝåÓ]Õ%×ÿå¾þÿÿþÿÿ/ûüÿÇÿÿß÷ûÿ³ž>ÿèÛn7ºì³ßü_úÿÿÿöûç=õ¼þßÿ÷þóußëß×þ’÷nÿö“·¿_øÿÿÿÿÿÿÿÿ?þwÛÿ~ý~÷ÛÖߏþï»ïgýûÿÿËÿÿÿÿÿÕ÷]~}ÿæïÿ—wï¥×“['ÿÕ×[~ýô|ÿÇþÿÿÿÿ¿ûý÷ëÿï¿ýýÛÿÝößþµ÷ï·Ï¾¿nýßÿöÿÿÿÿÿöýÿý»ÿûå~ûüõ—ïwÜ¥Ïߟü¿ÿ¤ÿÿÿÿÿ¯½üÿroþÿÿë¯úz˯·¾ÿûÏ÷ÿÿkÿÿ¿}ÿÿßÿûÿÿÿ{{ï¿þò ¯»ýÿó¯ÿÛù¿ÿÿû¿ÿéûÿÏÿÿÿÿ?öÿâßûÿÿÇs¿ßaÎ?ö؇ûçø~ßÿýÿï÷»÷ÿçô}ÿÿûïý{~»ßýß¾ÿß÷ÿ»ºÿÿÿ÷ûúïþúîsíýÓžý~ýÿÿý;ÿ~ûÏÿÚúߍÿÿÿÿïÿÿoÿÿÞïÿú¿þ])ýÿ_ß÷úï_½ÿ´ýÿ
îÿÿÿÿÿ÷ÿúÿïÿ÷þïÿÿÿý÷ÿ{þÿÿ¾¿ïßÿ÷5ýß¿þýõŸÿßÿÿûoßþû÷ÿÿôí¿ÿÿ»__ÿöõ÷·_ÿùõß_þûï×ÿþýý÷ÿÿýÿÿ~ÿç»ïÿûÿŸßû[ðÿÿÿÿÿÿÿÿ?ÿüûí¿ÿ®Ž:ùþóÿ·ÿüãË÷¸¬ãŸoõÿÿÿÿþÿÿ\ÿÿïý_ýç]¾ÿ¿ÿ÷ÿÿ~϶¿¯ÿÿÿÿüÿÿíÿߟ=®«–ëô«çºüú¹äºv._æõØÿÿÿÿ÷ÿïùçÿþóïóÝÿ§Ÿÿ¿í§Ÿÿù÷ß<¿Éÿÿÿûoÿÿåÿ¿þßßþýÿøÿ¿ôÿíû{ç=MÞÿöÿÿÿÿïÞ[ï¯öþúî¯ÿÚ¯½¦þûïÝÿþ»ï|õÎkoáÿÿÿÿÿÿÿïýuö[ã¾ï¿¯úïWïÿûêqÿ.õ·ÿÿÿÿ/ÿ¿ÿÿ?þ¯³úÿùÿÿûõÿÿzüÿÿßÿÿkó³üÿÿï¿ÿ·ÿÿÿÿ·ßþÿ—wÛýÿw¿íçÝwý~çŸáÿÿþùþýÿßÿý÷ÿþ÷ÿùןÿÿñ×ÿÿÿ?þÿñçßk·½öØwó=ößï=ößi¿öÛk»}÷Ûmþ_Øÿÿÿÿßÿ¿ý÷ßÿÿÿÿß¿ÿ÷ÿ¿ý÷ï¿ýÿÍïÿÿÉÿÿÿÿwÿÿû÷ßÿÿÿÿ¿÷oßýÿÝw÷ÿÿÞ}ÿß÷ÿÿ_úÿÿçßïÿÿÿÿ¿Þëïÿÿÿÿ¯ÿÿÿ‹¿ÿÿÿÿÿÿøÿðÿÿÿýùï¿ÿþûåßÛþ÷ÿ}ùßßÿûßÿí÷õÿ‹ÿÿÿõŸýÿÿÿÿûöÿëûÿÿÿÿíÿÿÿsÿÿÿÿ¿ÿ¿÷¯üÿ¾ùæŸþùçŸþñçŸÿùÇŸþùçŸþùç9þçÿÿwÿùÿÿÿùÿÏÿü÷wÿýþÿ¿þ÷ߟþ÷ï·_ÿÿÿÿÿÿÿùÿÿþÿ÷ÿÿÿÿßÿÿûýÿÿÿëõ¿^ÿ¯øÿÿßÿÿÿÿÿ¿ÿÿûß?ÿýÝÿÿÿÿ¿ÿý×ÿ¯ÿÿÿÕÿÿûûïÿÿ~ûÿŸÿþù¿ÿûïïÿþûÿïÿÿoíïßÿþÿÿÿ¿o¿ùÿßï?Ýw“o~v“ï¿ývÿ??ýôßíÿý·Ôÿ_ýõÖ_ýuW]ØÕ’_µµÖW_éõoùe×_w§ûûÿüãùÎÿûþÿû½ýóÛÿî÷þ<×ô?ß:Ýì¾ÿnû_ùÿÿóóû¿ßþýÿýïÝÓÏ÷³ý÷žýý­õ¸ÿûï?_æÿÿÿÿÿÿÿÿÿ_ÿÿÿÝßÛßOÿ÷ßÿÿÿ¯ýýÿÿnÿïÿÿÿÿoõ·W¾ñÕ[ýõ—þýoW_mµ÷Ö_ÿ_øÿÿÿÿûÿÿëïÿµýÿ×Öþï»ï®íö÷¯½™þêÿÿz?Åÿÿÿÿÿ÷ýÿŸõÿz÷áuÕnßü¿?þÿòÏÿüò~ý÷þÿÿÿÿëÿÿß«Ï¿þ´óŸ÷ßë¿îïko¿ÿØ}/ÿÿ_òÿÿÿÿïýÿÿû³}Ÿ÷z«ÿýÿkÿß}úïöþîÿÏÿÿ‹ÿÿÿýÿÿÿü{ÿþÛûÿïûv?ý~ÿÿÿúýþ?ïÿÿËÿ¿Ýÿÿÿÿÿïÿÿÿ¿~ÿÿÏÿûÞソÿÿÿÿÿùþõöþåÿÿÿÿÿýu¿þºÿ?ÿßz®ÿîûÿ·ûD;Ï=¿ž»ÿþgþÿÿÿÿßÿÿï—ß^ÿýžßúÍó_ÿý÷ï?ïÿwÿÿÿ¿ûÿÿ?ÿÿþÿÿ·ÿÞïë÷ÿþ÷¿ÿúßë­ÿÿýûݾÿÿ¿	ÿÿëÿÿýÿóüãÏ?ùøóÏêü3ï2ÿfóÿ?³|ûþYÖÿŸÿÿÿÿÿ¿ùÿÿ³ÿÔÿ¿ù%[ÿ_ÿÿË÷ûõÿýëóþÿÿÿ?ïù÷¿w~ÿ:+¹¯šÿüÿÏŸk®Óæúo^‹ýÿÿÿÿÿ¹æþúù§ÿþÿüË?¿ùóžþy÷Í~ÿÿò[ýÿÿ¿ÿþÿÍ~ûÿÿÿô÷ÿµÿÿí?ùìúß·þsâ½ï?gÿÿÿÿÿ¯}õÖkï¿¡¾{oýÞ[ïø{×[ï¿ûŽgïüÿþÿÿÿßÿÿÿ¿ÿúß¿ýí¸~ûîVÿÿÿ«ÿ~?îã­÷ùÿÿ¿ÿóÿûï±÷ÿ?ûéÿ_ÿÿç_òÏõÿÏÿÿïÿ__ÿÃÿÿÿþÿûþÿ_þÿý—ÿw{÷]wþÿ¶ß~Þy÷ïwþ”×þÿÿçÿÿÿÿÿÿÿ_þýÿÿý÷çßÿÿýÿÿýý÷]àÿ÷Ÿÿí÷Úm¯ývÚ÷ýÚj«ýç™k÷½öÛgŸÍ÷ÿ½ýÿÿÿÿÿÿÝïÿýûßÿÿýûÿý÷Ïÿÿ÷Û?ßüÿßüÿÿßÿÿÿßÿÿýÿßÿÿ{ÿvßwßÿÿïÝ÷ý}ÿßÿ«ÿÿþÿ{ÿý÷ÿÿ¯Ÿþÿÿÿÿÿ?¿_ÿÿÿÿÿÿëÿ_ÿûÿ÷ߟû½ûï¿ÿ¾ùäÿ÷ßÏoÿï¿ÿý÷ÕOüúÿÿùÿŸÿ÷ÿïÿïÿÿÿÿþÿÿúýÿÿþÿÿý÷ÿßÿÓÿÿçšþùæŸþùçŸþùŸþ‘çŸþùãþùç÷þÿý÷Ÿÿ¿þçŸïÿùâÿ÷Ÿÿÿþûÿþ}÷ÿÿ¿øÿôÿÿÿÿßÿõÿÿÿÿÿßÿÿû¿ÿÿÿýÿÿÿÿÿÿVÿïÕÿ«ÿÿýÿÿ¯¿ÿûûÿÿþÿÿßÿÿÿ¿ÿþÿÿõýûÿÿÿüÿû¿ÿüíç¿ÿÿùïÿÿû¿ÿþûýï¿ÿþ¿÷þþÿÿê¿ÿÿÿÿöûO?ýä‹O?ýtG¯ÿþûï¿ûþ¿+¿ýtÿÿjýÿõ×_n½e]vÝõW[mñ–]wÕõ[wéðÖ]kõµ?ÙÿóÏÿ¿ïsÿ?ß_ÿ·¿óüÏ>ÿô{õÿûïóïïþï³þ‡ÿÿ?¿ÿÿ×ûß»ÿÿõÿßz_çÞ¼ûù÷×?Ín¿ÿÿë÷gþ¿þÿÿûÿÿßëÿÿÿ÷w»›ïoÛþöÿÿÿÿÿÇ_õïÚÿóÿÿÿÿÿÿvGøå¿_íÕ[|ýý×Ýný—×[ùî°ÿÿÿÿÿÿíë½÷ŸÿïöÞÿ=wÞ»ÿ¹ûîÛýÿ÷þÿÿ¿üÿÿÿÿÿÿßÿÿÿßœþÞWýÇZ÷ßí»Ïõ³Ä=ïßäÿÿÿÿÿÿkoßÿßËÿ½ïöû½ÿìÿÿßï÷Ëý¿þòÿÿûÿÿÿÿþóýýÿÿÿó¿ÍßÿÿýÞþýï?ûþïÿúÿ/øÿÿÿÿÿóøõÿõÿÿÿ÷×ÿÿ_¿ÿÿÿßÿÿÿwþvßËÿÿÿÿÿÿ½¿ÿÿ|çïïÿ·ÿûþï¿ÿÿÿÿÿÿ÷÷ßîþÿÿ÷ÿÿ¿üÿëÿÿÞŸÿÿßëߤû7ßýû~Íÿúvâÿÿÿÿÿÿ÷ÿÿÿëÿ_ßçÏ]ÿý¿ÿþúï²þ~ÿïwÿ§ÿÿÿÿÿÿßþÿÝÿýÿßÿÿÿþ_ïÿÿÿÿÿÖÿÿìý¯ÿñÿ¿þÿÿÿïÿÿÿûã½ÿÿþŒ<ÿÿï?þÞË3Ë<ÿäÿ?kýÿùÿÿÿóÏÿ_ü¿ß?ÿ|íóûÿóÏ?ÿ>¿ü×Ë/û¿nïÿÿÿÿÿßùÿ’ëzùgÖ«—ëÿÛn»íž¹æòo®Þþ}ÙÿÿÿÿÿÏ{þÿ¿Üÿ¿ì²Þÿÿ_kí5לßý÷ø¿Ïïÿÿûÿ¿ÿì©ÿw9K³ÍöÙÿ¿üßmùÍü÷ŸWþ;íßöÿÿÿÿÿÿ÷ßýïÿß{õÆî¿æ¾Þ{åÿ[ïÜõŽioçÿÿÿÿÿ·ÿÿòýÿÔ_­þ¹kÿ½õÞÿí{îð¯~}þ©ýÿÿûÿÿøÿÿëïçÿÿëÿÿ?ú¿ÿÞûïÿÿÿ~ý¯×Ÿôÿÿïÿÿÿï¯ÿÿ³_¿ÿþÿÿßýï=õüóýwÿç›ÿíÿÿþÿÿÿýæÿO¿õÿÿÿÿÿÿ?ÿñÇÿù×ÙÿýOþÿù÷ßoŸýößgõýöÚëýöß^ýõ×k¿}VÛ}ߏÛÿÿÿÿÿ?Ÿ}öÿgÏóÝÿöÿÿÊ+¯¼r¿ýöÍÿ¿Íÿÿÿýÿÿýûïÿÿýÿß¿ÿîïýÿÿÿþûïÞ}ïßwÿÿÿúÿÿgÿÿÿßçÿ¯ÿýÿÿ÷ßÿÿ·ÿÿÿÿÿÿÿÿ¿ÿÿøß÷ÿÿÿÿ·ß_ý~‘Îÿ_ïû¿ÿ­ù_~ûí×ßûý÷üÿ‡ÿÿ÷÷ÿüÙõÿÿÿÿß¿ÿÿÿÿïý·þºëÿûÿ{ÿ?ÿŸ¼ÿ®ùãŸo¾ùçŸmþÑçŸÿùgŸ?ôÑGŸþ¹çþåÿÿÿ}çÿÿÿþÿÿ¯ÿþögÞù÷맿þúÿþÿ÷ïÿWÿÿÿÿÿÿ_ÿÿÿÿÿýýßÿÿÿ¿_ýõ×ÿÿïÿ¿~ÿÿùÿÿß÷ÿûÿ¿ÿÿÿë¿¿ýùÿÿÿZÿý÷ßÿÿÿÿúÿÍÿÿÿû»¿÷þûÿ¿ÿ^ÿçÿîïï×ÿÿÿÿÿÿÿïï—ÿŸþÿÿÿÿÿÿÿóÿýåÝ÷Óïöûkýßÿÿ¿ûvÓOþýÿ×ÿ_ýõ×_}ýõW_zÕõSoùÕ×|éõ]w¹¥Öÿ²ÿÿÿüóý÷ÿûÿ¿/¿–»Ç¿ëñó~þë¿ù>¿ÿãoïïßùÿÿýþÿïßß}ÿÿú÷ß½÷ÿíÿíîýýsýþëþßÿãÿÿ¿¿þwÿûþÿÿÏÿÿwûùýzÿÿ÷ÿ·ÿ=ÿÿöýÿÿ_ÿÿÿÿßÿ|üa÷¿ññÿÚŸçÇwÿõöÝ_µ÷–Ûþþûÿÿÿÿÿÿý÷ÞûúÿûÞÿÿÿÛß½ÿïsÿõ~ß¿½w÷Éÿÿÿÿûï¿þÿÿ½Ïýÿœ×óÿýÿßþ¼ÿÿÿÿßòÛý?þÿÿÿÿÿÿÿÿÿÿ¿ûÿÚß¹wsÿÿóžûÿ¿ÿÞßë=üýóÿÿÿÿï÷ßÿÿÿÿýÿÿ¯ùÿï¯Þ×ÿÿö÷øoÿ¿»§ÿÿÿÿÿÿÿÿÿÿãÏ?ÿÿ½ÿwÿÿÿïßøëϳÿ¼{ûÿ·ýÿÿÿÿÿûßÿÿ½=]ùûÿ—ÿÿÿÿßïÿÿûý×Ïÿÿ÷ìÿÿÿÿïúÿÿûþÿjýóýÿ»ìûÞ·ÿÎÿç·ÖìûÍÿúÿÿÿÿ×÷ûÿ÷ÿõíÿÿþÿ÷ÿ÷÷í»;nûÿ×?žŸùÿÿÿÿÿÿïÿ¯ÿÿý¯ÿÿßÿ¿¿ÿ¿kÿþ{üûϾÿÿÿÿÿÏÿý?Ó/ÿ=>þü¿Îü/»Œ÷ÿÿ#Í?ùx3Ï?ÿ)Öÿÿ?ÿýË>ûïÿŸ|þùUbé²ÿÿ_å×ÿÿÛõ>ûkôþÿÿS.»æ·ß~Ÿßÿú³’^ÿíúÿ‡[.ßçªv^—ýÿÿÿò¿½¾ýöûü?û÷¿¼üúûoÿŸÿûù÷û~ßíó;ýÿÿÿÿ_›ÿ½÷ß{ûfÓ^ÿÿÿ¾íÿúËÿÿó÷Ÿû?mÿÿÿÿûª¼ï¾ûîßášúêÿþû¾lÿÞkî¿õŽûïÜ÷Fþÿÿÿõk÷ýwÿ®•×{ý¿Úkÿö¾ÿ~}îWwÙÿÿÿ¯ÿßûûï¿ÿwû¬¿žëÿ¿]ûÿ¿‡ÿÿÿï÷ÿ:?Åþÿÿÿÿ?üÿûï¿ÿ÷þïùÿÿÿÿþ÷ÿÿß÷w¾ÿþÿÿÿ¿ÿöÿïÿýÿŸw¿ýæïÿÿ÷ÿÿýýÿŸýù÷ÿÿáÿ÷ßÿÝößkóýö›}ß½ÞoûÉ÷Úkß½öÛgÿݶûýÿÿÿß}óýwßÿöÏÿß÷gÿýÿÝÿÿ÷Û?ÿýöïÿüÿÿÿýÝÿ_ÿÿï¿ÿÿí^ÿýÿßÿÿïÝ÷ý}ßÿÿ¯ÿÿÿÿÿþﯿþÿŸ¾Þz¿¿ÿãÿ¿ßúÿÿßþÿÿGÿÿÿÿßß}ùÕïîÿä–»å×ÿ=»ï—ÿý÷î_ÿ¿ûÿÿÿÿÿßûëüûßïÝü½îïçÿÿßÿÿ·þÿÿÿÿÿëïÍÿÿçŸþñGŸþùgŸo´Ù}ìøäŸtùçŸþÑçwþÿÿÿßo¾ÿòkÿÿýçË/~óû?žöûŸûÿ÷ÿÿñÿÿÿÿý÷×ßÿÿïÿ_ý÷_ýõÝÿÿ{ÿ¿þÿëýÿ·ÿÿÿÿ÷ÿï¿üÿï¿ÿ÷ÿßüþÿ­ûÿÿÿÿýÿÿÿÿÿOüÿÿÿÿûíõßÿÿûïÿÿÿü—ßnýÿŸÿöûÿ¿ÿÿÿèÿÿÿÿÿöÛOþÙtÓýÿ¿ÿþÿÿÖÛÿ¿ýóûo7ýôÿÿýÿõ×__ye—_wѵWOù×_ùå—_Ñ5×[mýÕ¿ûÿÿ7ÿþ÷ïï÷ÿï:ÿþÿ÷?~ÌÿÎûû¿ëÿöôÿÿ•ÿÿÿ¿÷ó¿ýïÿ¿ý÷\_þöïÿÿïãÛ¿ûÿ»ÿûýïeîßÿÿïÿÿýý÷ÝÛûÿÝ­/ÿ_ÿÿïÿýÿ÷ûÿ¿÷ïóñÿÿûÿÿÿq¿_ùÿõ—ÿ_ÿýÿù¿7×olÑ_þù÷{©ÿÿÿÿÿÿßÿÿ÷ÿ«zmÿ_ë÷¿ÿûûý¿öÿ¯ÿÿšÿÿßüÿÿ÷ÿÿ÷ÿó÷ÿÿÿþÿÿ·ÏÿÿñÓ?~åw.Wýàÿÿïÿÿÿ-¿Ú÷ÿÿùÿ÷{¿þÿÿýµóþñÇ»¾öóÿnÿÿûþÿ¿¿ÿÿöí¿¿þßÿ_þÿÛ¿­öÛoÿßòjù¿ûÿÿÿÿÿû÷÷Ç~îÿÿ·þ÷·¿ûþÿóøç{ïýßÑÿÿÿÿÿÿÿ¿÷ûï÷ïÿß»ýùÿíÿßïÿÿÙÿÿïïÿÞþÿ¿wÿÿööûãÿÿß›ßýûûÿ¯ÿ¿òß÷¿|ÿo¿·^ÿ¢ÿÿßþÿzÛÿß?Ïÿþÿ×ÿû÷ÿÛoÿÿõÿ¿ÿ÷}«ÿÿÿ{¿ÿ½úÛÿÿÿÞý¿ÿÿ½ÿïûÿÿÞÿüû¿ÿŸðÿÿÿúëïÿ÷ÿ~ÿÿÿóýÏ<ùL—Ï7ßÿ3ÿ?óüó?dýÿÿç_ÿïï?þúÿÿW/çòûw:|§ÿ|¾ü'ý÷¿¿&ïÿ¯ûÿ¿ßÿùåÔÞÿÿ/Ök¹ì¬ßþ½Ö”¸ç:÷¯^ÿ=Ùÿ¾ßÿÿ{«¯¿þþÿÿ¶þÉmçûöÿì·žßíÿÿú¿Éÿÿÿ¿ëŸ÷÷»ãÿ÷þÿÿÿýóþ¯;û÷Ÿûß³ÿOöÿÿûüÿÿþž|ÿ¾ûÿßÿþî«ÿ–û¯Ý¦Ö[ïÜÿŽýoàÿÿÿ÷ÿ÷ýÿÿg­œÿÿ~ý×_ÿîÝúÿk•ûïWÿ.}þÿÿÿÿgýµ¿ÿwëíÿ_ÿëŸþúÿïÕÿwèÿÿÿúÿëó?}ÿÿ?¿íûï?ûößïÿÿìÿþ·ïÿ¿ÿûýw¿çÛþîÿÿÿÆÛï¿ý÷ßï¿ÿÿùïÿÿßÿÿ÷ßoÿù×ßÿÿþ¿ýçÝ÷ÝwßÿýÇßïýwßw¯}fÛi¿}÷Ý}ûßÛÿÿ~÷ÿwßÿ÷ÿ÷ßÿÿý7}÷ÜÿÿÿóÛw¿ýÿßÿÿ¿Óÿÿÿï÷ßýÿïÿßÿÿÿßí÷ß÷ÿÿßßßÞ}ÿ÷ÿÿ¯úÿÿ§ÿÿú»ÿÿÿûý¥ýþïÿÿÿÿϯÿÿÿ‰ÿ·ø_õÿÿ]}ñO_ÿ·ßŸÿ|ñ_ßü÷ß·ÿ?ñÿ_ÿ·õÿƒÿÿ÷›é÷µ7ÿÿýþúë½Ïÿÿÿûûíþÿßûÿïþ¿üÿ¶±FŸoüÙçŸoöÑG‡¶ùâŸþùGþ™çþïÿÿÿÿøÚû?¿þ÷ÿ?þ÷zýÿÿŸÿÿxÓý¿ÿÿÏÿÿÿÿÿ÷×ÿÿùýÿÿÿýÿ×5ýÿÿûÿý÷ûÿÿýÿþ¿ðÿÿ¿ÿ¾þïÿ¿ÿùïïÿ¿þ¯ÿöÿÿÿÿÿüÿßÿÿÿÿÿÕýÿÿÿÿõÿÿüÿÿÿþÿ5ßÿ¿ÿÿÿþ»ýþÿûû¯¿ÿ½üÿÿòÿÿÿÿ÷ÿýÿ½ÿÿÿüôÛï¿¿æŠo?ývÿ{¿ýÿò¿_tüµ×_éÅ—_>ýÕ“v}õV_t©e×KwùÅ×_ý¦ÿÿÿøÿÿÿ¿¼ÿ®ïßëóÏßö³ÿžŸÿïÊ>»ü¿;ïûøÿÿ÷ÿûïÿ{ýýÿÿ_ïÿßÿ÷ïßßÿïçþ<þíïù~áþÿïÿÿÿÿßÿÿ½ÿûÿÜêÛ÷_wÿuÚ÷Úÿÿÿûÿÿÿoýõÿ_ø}ÿÿõÿ÷ý×ÿgîýß{ÿ½Õ_ÿïùÿßç­ÿÿW÷{ýÿßÿ¿óÿï}»ÿ¾¿oçÿíwÿ¾úÿ×ÿÿÿÿÿÿ÷ïÿÿÿ¿þ{ÿßwÿÿÿÿßë¿×þÿÿpÿ÷þÿÿ¿ÿ­·ýçkï¿~ÿßõÿ¾Ÿïÿÿÿÿÿ÷ÿÞëÿÿÿõßÿÿï¿ÿöÿïÿÿÿûûÿŸïÿíÿþûë÷¯Þú[¯¿ÿŸÿÿÿ¿ÿóÿ½úúkû=ÿü÷oýýüÇ?üñÄÿÿ¿ÿþû?ýÿÿÿÿÿÿÿÿûÿõg¿ÿ{?ýÿýwßy~ÿÿÿÿÿÿáÿÿÿýñÿÿÿûï÷ÿýÚÿÿöûUS_ïíý?ÿÿzýwþÿßÿÿß_ÿïÿÏÿÿÿ߯ÛÒûÿïÏ¿ÿÿÿÿ[ÿÿøÿÿÿõ¿zïÿÿ_ßúÿÿþþÿß›ÿÿ¿ÿÿÿýùÿÿþÿÿÿ÷ÿ¯ÿ÷ÿÿÿïÿÿÿå÷}î|Ÿÿÿþûÿ½ÿóø»þúÿãÖ?žþÿÿÿÿÿÿÿ_ÿ¿Ïÿ÷ûÿ?ÿüóïןÿùÕ÷kðþõ¿ÿæ?ÿÿëϽî?K{ù¿ßϪýöÛï{®Kÿºôß»ý¯ÿû7ÿùÿŸþyÿßzªÿû~¾µ×^{íù÷ûúÿ©ÿ;ýý¿ÿ~»¿¾ß꯿žý^»õ÷ÿ¯ÍvÛÍÿÿûÿ½ÿÿlÿ«ÿÿÿ_ü÷ÿw¯ù÷ÿû®¤¾û¯yïŸþ¿õÎûï¼ÿ^þ_ÿ÷ßþß÷ÿýÿßïõ×kíýîß{oýÝ¿ÿ~µîCÿŸúÿúÿÿçÿÿÿÿÿÿÿ?¬¼Úéïïÿûï¿ÿþÿÿ¯ã_ú¿Çÿÿÿûo?ÿÿûïÿÿÿúë¯ýÿßwóÞsÏ?ß}÷ÿwþÿ+þÿÿÿÿÿÕ›ÿÿÿ÷›gŸþïÿõ÷ÿ/¿üòýÿ÷ÿáÿ·ß¿Ý÷ß¿}öŸ}®ùßk§}õ×_½¶ÛwûÝ÷ÿ±ýÿÿÿ¿=ÿÿÿŸûý÷ß}ßwÿý¯½öÚk÷Ûÿýÿÿ{ýÿÿÿÿ÷ÿÿÿÿÿÿÿßýýÞý}ÿÿï¿ÿîÝwÿ}ÿÿÿ¨ÿÿÿÿÿÿÿÿÿÿþÿ/õÑã¯ÿøÿÿÿÿÿÿÿ÷þÿÿeÿÿÿ÷ßÿô·ßÿ4ñßùÿÿí—_ýý÷íÿÿùÿÿÿÿÿWÿÿÿõÿûÿÿÿÂëÿþÿÿ묿þÿÿ¿ÿÿÿÿ×ÿÿ矾ùæŸo¾ùæŸ;´IŸ_þùG]ôùçþùçþÿÿߟÿÿÿ÷ëÿÿÿòŸ7ÿÿßÿ¿þúé¯ÿÿÿïÿÿÿôÿÿÿÿÿÿÿÿ_ÿÿÿ—ÿùÿÿÞ÷µ×^[íÿÿßÿÿÿÿ³ÿÿÿÿÿïïÿõúÿÿÿûooßÿ¿ÿ¯ÿß¿ÿÿýûû¿ÿÿ_üÿÿÿÿûïÿ×þûïÿÿ_ÿÿ¿ýýÿÿÿÿÿÿ·ÿÿûÿåÿÿÿÿÿòËÿ¿øõËÿÿû÷÷¾øôÿÿÿûöËoõÿ÷ÿÿWýÿõ×_wÕÅ×\ÑÕW_>ý×_{éå}ÉU×_ýõ¯ùÿÿÏÿïûÿßÿÿ÷ÿ¯?»þÏÖ{ôï¿ÿ>ëÿËÿ›ïÿý‡ÿÿ?ß_ÿÿßÿÿÿÿý;ýÞ¿ÿãÿïÿïþÿ¯ïÿÿÿûþÿ÷ÿÿÿÿ÷ÿÿÿïûûÿß¿Ýÿÿ¿ïÿÿÿõýÿÿÿÿÏòÿÿþÿ¹á¾[}¹eÿÿïûÁk¿ç×\íå÷ÿ½ÿÿ“ÿÿÿ÷ÿgïûÿ¹ßŸÿÿÿÿÿ¾Ÿû¿½÷Úoý¾ÿßûÿýÿÿÿÍÿýÿß_¾ÿoûu¿ÿÿ~ÜÓïß­ÿ÷ÿÿàÿ¿ÿŸÿÞë?ÿüëïÿÿ|ÿ÷÷ßß'ÿéÿãïÿ·þÿÿWÿÿÿÿ}þÿøÿ½õþÿýÿßýï¾ÿÿÿÿ/ÿêÿ}ÿòÿûùÿÿÿûÿÿÿÿÿ?Ïcß7~¾ÿÛ÷ýËþïíðþú½ÿÿÇÿÿÿÿÿÿÿÿÿíÿïüû÷ï÷÷¿ßçÿÿïÿÿÿÿý÷]þÿÿóïÿÿîÿÿþûÞ{ßÿßûÿ­–üúþÿÿû_ÿÿýäÿÿÖ¿ý?õþùÿ½çßÿÿÿÛíîÿ×ßÿû÷ÿÿ¿÷ÿÿ„ÿÿ¿ÿ¿ýïÿÿïï¯7ÿÿÿ¿îÿÿßÿúíÿß¿ÿÿÿÿÿßñÿÿÿÿÿÿÿÿüÿÿ¿þÿþÍÿ¿ùþó}>Óÿ¿þ<þÿó?nýÿÿÿ÷ÿÿùóÿ]~õ×Ïwýÿ÷ÿßÿ×Ï^þùçÿÿ¿¿Nïÿÿ›ÿšøÿûÿúëëï¿x)ÿ¯ÿÏ¿ž·¹çê߯þÿýØÿÿ¿ü¿ûÿÿÿÿÒÿßËíçûÿý¿Ÿßÿÿûÿ¿Çÿÿÿÿß|ûê}íï·_ÿï•ýßÿó×ßßœÿå¿ÿÿûÿ_öÿÿÿ¿ïÖsÿ«ï¾ûêÿ¯þï¿õÖko­ïþ[ïüÿÎÿoäÿÿÿÿ½ÿýYýÿÿ÷ÿeí×ÿÿî¿öÿo÷ûï÷ÿÿÿ©ÿÿÿÿþûèÿßúÿu¿ý_+þ>ÿýçþøõÿÿÿÿýÿsüÿÿ¿ÿùÿïÿýþ·û»öÚ¿ÿm—ÿùûÝwÿÇÿÿíÿÿÿçÿïÿùþÿÞùÿùçÿýßÿý×ÿïÿñ×ÿÿÿ6þ¿ýößoûý·ß®ýÆŸÿýwÛfß}ößk»}÷ß}ÿØÿ¿ÿöÿãß?ÿßÿýûý÷=÷Û?ÿýþÿw¿ý÷ßÿÿ¿×ÿÿÿßÿßÿÿýßÿýÿÿßïß¿÷ý÷ÿÿßÞ}ß÷ÿÿúÿÿÿÿÿÿÿÿëÿþÙ=üþÿÿÿþþÿ­ÿÿÿïÿÿÿßôÿÿßþóÏOüÿ÷ûïüñwïþ÷ç·ÿ>ñßÛþ÷ÿÿ‹ÿÿÿ÷ÿÿµýÿú¿ÿÿÿvï¿ßûÿýßÿëÿÿÿûÿÿÿ_ýÿüùç“o¾ÑÇŸ{þùgžýñçŸ}üùGŸþñãŸþíÿÿÿÿÿ¢ÿÿ¿þÿÿ/ÿýóçÿýÿoÿùÚÿÿ|çÿÿ7ÿÿÿÿÿ×÷ÿÿõÿÿÿù¿ß~ÿÿÿÿûÿ×ÿÿïýÿþÿùÿÿÿÿ¿þÿÿ¯ÿÿÿïÿüùÿÿÿÿï¿þßß?÷ÿÿÿÙÿÿÿûÿµÿþ{õÿÿÿþÿ÷ßýûÿ¿ÿþûõÿÿ»ÿÿÿOþÿûÿÚo¾ýÿo¿ÿòÿÿïÓï?Ýöûï'ývÿïÿßÿÒÿ_½´WMéuÓ]oìµ—>ÍõÒ^oÙµ–[wýu×_û¢ÿÿÿüþƒîÿ»ÿûþÿÞ³Oÿÿ·ýß¾÷¿¿ö¿ü³Ï?ÿ›ùÿÿëÿ¿ÿoÿÿÿÿþÿßûþ·ÿ÷ûÿÿ÷ûïúûï¿ÿàÿÿ¿ÿÿû¿ÿïûï}ןöûûýÿ¿ÿÿßÿ¿¿ÎÚëÿÿÿÿýÿÝŸÿÿ¿ßžîýçþßÿñW?ùÅþ]íùÿ_ûÿ?úÿÿûÿÿÿ¿ÿÏÿ÷ßû¿ýÝïÞþë¿ïÿõûý½¿ÿÿÝÿÿûý¿Ýÿÿ¿ïþÏ?úü÷ÿݱ½{~ß¾Ïþ÷ÝsÏþOþÿÿÿk÷ÿ÷ÿûïû×úÿÿþ¿ó¯ÿûÿËkÿÿþëë¯ÿðÿÿÿÿ÷ÿÿÿßß¿îß÷ýûÿÿ½ý¿ÿöÿn÷½ÿ¿ÿß÷ÿ÷ý?ÿ÷û÷ûÿ÷ÿëÿøÿÿîÿüãÿŸþ¿óÏÿüÿýÿ{¿ýÿõßý÷ÿýõÿ¿ýÿÿÿÕùþÿÿ¾ûïàÿßÿþÞ¿þÿûîÿý¯ÿüûý¿þû½wõþûêÿÿwýç?þÿÿý×ÿÿÿÿ÷û~»ïzWýß÷ûÿ÷y§ßOÿÿÿ×;ï—ûÿÿï¯ÿë¿ÿ¯ÿÿ{ÿÿ¿¿¿¿ÿïÏ7ÿÿÿÿÿûßÿÿóýÿßÿÿüÿþÿü¿ÌÿûŸ/þþ{¿Œÿÿ¯ÿÏ÷ÿ3Öÿ__þÿÿ÷óÿóŸÿìçÿÿ§ÿ?óÏÿÿßÿ¾þëöþÿTóÿŸå¿Ï?ÿ\þ·Þÿº¬š_O‘k®ÿÿ>ÿߧýÿ¿Îÿÿ©þÿ~ÿýóÿÿûùÏ~¿}¿Ÿ:«ù÷ÿÿÿùÿ»üÿï¿÷íûÿß×çÞÿÓßÿ¿ÿ÷ÏŒ×_·7ÞÓÿ?Ûþdÿÿÿ¾þÿ¿ÿ¿:¿ù·–úîÿÝ[¯¹eŸZª½öŽúïÈöþÿm­ç_ÿ¯õõÿßýõ÷ÿ}ÿïÙ}õ׿ïõïWÿ_ùÿ_(¨ÿ÷zý©ÿÿÿ﬿ÿýÿÿÏÿÛ­¿þü­ÿÿú¿Ûÿ¿ÿöŸÿÿÿ—ßïÿíÿÿÿïÿßvûþÒÛ~Þ}×ÿwþííþÿùgýÿÿûÿqçÿÿÿÿÿÿý÷ÿo½ýöýÿ÷ÿåÿÇšiÿýößw¯¹öÛmÿýÞk§}÷šlß-öÛwÿÝçÿ©ýÿÿÿÿóÝwÿýÿïïÿÿûÿýÿÝ7ÿ}÷Ûÿÿýÿÿûýÿÿ_ÿÿß×ÿþ÷ÿÿÿÿÿÿþý}ÿß}ûíÝ÷ÿ}ÿÿÿ ÿ?ýúÿÿï·þçŸÿ¿þûïÿÿÿÿ/ÿùúÿÿŸþÿïÿeÿÿýñÿÿüõÕ¿ÿïûõŸÿñïÿmõÕ–ÿÿ÷åßÿ¿ùÿ÷ÿ¿ÿÿëÿßýûÿ­û~{ÿÿÿßïü¿þÿÿ¯ÿ_úÿÅÿÿgŸyþøGþ±ç}öyþùçiôùç}þñçŸþÿýãïßøûëÿÿÿæï?ÿßÿ¿üóß/ÿý÷ÿÿÿüÿôÿÿÿÿÿÿý÷_ÿÿÿÿ_ÿýÿÿþÿõÿ_~ùÿ¿þÿoíÿ³ÿÿþÿß½ý÷ßû¿ÿÿûÏßÿÿÿ/ÿüÿïÿÿÿÿ¯ÿýÿï·ÿÿmÿÿÿÿýï×þ¯·ÿ{íßÿ^ÿÿÿ¿ÿwûÿìÿÿÿ¾üÿÿÿÿÿÿßOÿÿþoÿûôÛM¿ÿöÓo÷û÷ÛÿGýÿñS[üå×^ý5×_oüÖsýu×]w¼u×_Ýõ¯ùÿãÿÿüãÿÿþ÷þ¿þóðùÿÿÜàÏô“üóùÿ»ürýƒÿ××»ÿó×ÿÿþ¹ù½ÿÞî÷÷û÷×îßßöú¿ÿýÖûþÿÿ}ÿÿÿÿ}÷øÿ߯³ßÿß}ýûÿÏÿþßÿ¿ýÿoôÿÿÞ߯ÿ÷ßýñDßÿÿýÿþýöâ~þõÖ_ÿ»ÿÿïïûÿÿ¿ßýßÕ{ÿû¿Çÿÿûÿÿÿýÿ[ïþùoÿÿ_ýÿÿõÿÿü÷ÿ_óÿßþÿÿÿ÷/ßÿû¯Ýqÿ9çïÿëÿÿÏþÿÿûÿÿçÜë­ýÿÿý÷÷ÿ¾ïý÷œßÿÿ¿öëÿÿÿÿŸÿÛÿûžßï߯ÿÿÏ÷¿{ûÛõÿÛÿþÿ¿öÿÿ7ûÿÿëÿÿÿãÏßùÿÿßÏþÿÿÿÿöÏî¿øöÿ¿ÿÿÙÿÿûýþÿÿþÿÿþÿÿÿÿýÿ¿ýw?þ¿ÞÿÿoÿÿþþÿÿÚÿûþ÷ÿ§·þúÝ«ÿ¿ßÿÿ½?Ÿôòÿ·ß÷âÿÿÿÿÿÿëÿïÿÿ÷ßþÿ½¿ÿßÿ?ÿ÷óõ_ÿýÿß~¹ÿÿßïßýÿÿûÿÿ¿ÿþï÷ÿÿïÿÿöûÿÿÿßî¯ûÿûñÿ?Ý|Þÿý?ÿÿŸÿ7ÿ¯¿ÿò{Ÿÿüóÿ3ï2ÿÿÿ—iýÿ…×ýþûïÿûÿÿì3òÍ3Ÿüûüÿÿþü§ÿß÷ÿNïÿõÿ×ß~ÿÿ¿ù¯ÿåÿ{»í¶{~ÿÿú¹äúïÿwØÿÿëÿ·þîûÿçûÿÿ/ÿ_Ï5×\+ûÿÿŸßïÿÿÿ·Òÿÿ_ûoýÿûÿï¿ï6ýÿ³Í6óÿûï½å?ÿÿ“ÿÓöÿÿ«ýïÿÿÛÿÿß÷©ÿÿÞ{å½ÿïÿïþ[ï¸ÿŽm¯àÿÿ×ÿ}ýÿßÿ÷ÿWç¿÷ßï·ßÿýýûîÓÿ~õz“ÿÿÿòßëÿÿþ?ÿÿÿýúÿùþûï¿ÿúÿ¯ÿçŸþÿïóOýÿÿo»ÿÿï¿ÿÿ÷Ÿoûÿß½÷ÜóÏ/þþþ]wýçÛÿàÿÿþùï¿ÿÿûoýy÷ûÿÿýÇ?¿|äûçÿñ×ÿÿ÷?þÿéÇÛÿýö_i¿Ùößýõ×_¿ù÷Ÿk«}÷ßm¿ÏÛÿÿÿÿÛÿßóÝw¿ýöýÿk¯½öÚ>ÿÝÿÿÿßoÿþßÿÿÿý¿ÿÿÿß×ÿ÷ß÷ÿÿÿûï¿ÿý×ßÞÿ÷ýÿúÿÿR¯ÿÞÿí?ÿýãé¿ÿÿÿßvÿÿÿÿÿÿÿøõÿÿÿ}ÕWÿß¼óÿ÷_ì¹ÿý·_ÿoñßÿÿ÷ýþ“ÿÿŸþïë¿ûßûÿ¿ÿÿúïÿÿºë¯ÿæÿÿÿÿÿÿÿ¿þoýÿôùGŸ}þñçŸìÑgŸÿÑG}üùGŸþùçþéÿÿ/ÿÿû¯ÿñßÿ¿ÿð秿þúëÿÿÿÿßÿÿçËÿÿÿ_é¿÷ÿýÿÿÿÿýÿ?íµ×^ûoÿÿþþûÿÿ_ÿøÿÿïÿÿöÿëÿÿÿÿÿ¿ÿÿëÿÿÿÿÿÿÿÿßÿÿÿÿ÷ÿÃÿÿ}ÿÿýÿ_ÿÿÿÿÿÿï_ÿÿÿÿÿ÷ÿÿÿÿûÿ¿¿ÿ/þÿÿöÿï¿üöÿO?ýòÿÿÿÿÿý¿ýöÿk?Ýv×o¿ü¿Ô¿_ýu×_~ùuW]mýåWíÕ×[oýõ7ýÕÖ_ÿ—ÿÿ?øÿ¾?ûSþãÿãÿÞÿïÿ-·è¿û¿ÿûÿ9ùÿÿýÿÿÿÿÿÖ;ÿÿÿþÿ÷ïÿï߬ýÿÏýÿÿûïïÿ~ìÿÿßÿÿ¿ëÿÿ÷_ÿ÷½ôÿóûûÿÿßßÿý¿ÿýÿÿëÿÿÿïÝÿÞ_ÿýý×úç·ßý÷ßÿýßÕoõÿ÷[ÿßøÿÿÿûÿûõÿ¿½þÿúýýº÷¿ÿýÿýþýëÿßþõÿÑÿÿßÿßüÿßÿÿ¿¿ß÷{¹sýÝÿûîÍÿ÷ß¿÷Þÿÿÿÿýÿß|çÿüÿÿöÿ³îÿßÿÿÿÿ÷zÝ÷ÿÿÿöÿÿÿÿÿ¿ßÿÿûÿßß÷ýÿý×ÿ½ßÿÿûÿ¿ÿÿ¹ç¿ÿ£ÿÿÿÿÿÿ¯?þïÿÿtïÞù'ÿýÿ?úÿñû_ýÿ÷ï_üÿÿÿÿÿÿÿïýÿÿß»wßõùÿÿ·ÿöýÛîÿ·ÿÿýýèÿÿÿÿÿ÷ÿÿÿõÿÿ¿ßŸûÿ¯îûÿþûÿÿÝ÷ÿÿzýVþÿïÿÿþÿÿïÿûÿÿöÿßÿÝÿÏÿÿïÿÿÿÿ¾_ÿÿøÿÿÿ÷ÿÿoÿÿÿÿÿÿÿ¿þ¯ÿÿúÿÿÿÿýÿÿÿïßÿÿÿÿÿý?ÿÿ/ÿ÷ÿÿ7ßÿçãýôÿÿÿÍ?ÿ|£Î÷ÿ£ÖÿÿÿÿïÿýüóÏ¿ÿÿßÙæ~þŒ½ÿÿÿïþËÿ»ü¿ÿkóþÿÿÿÿÿïöÛn»çòÿÏéÿþ}ùý¿YŸ{.ßçòýߣýÿÿÿþÿÖ^{͵6ÿÇ?ÿ?ëïÿ›úûù÷ý~ÿïÿÛýÿÿÿÿßÿÿ7[l+oõÿö¶oÛïyëÿÿßÿ?þó÷=ÿûbÿÿÿÿÿþÿï•WÞyïÚÿní–ï{ÿÿûî¿öŽûï¸ÿFþÿÿÿÿÿÿÿ½övûÿÿöÿÿ÷×Øÿÿõ÷¿ïnýïÃÿßøÿÿÿÿÿÿÿï¿ãþûÿÿ„ýÙï¿Êöÿ¯¿ÿþïÿ_þ¿ÏÿÿÿÿÿÿÿÝ{Ï=ÿüæûoûæÿ¯¿ÿ·ÿÿßu÷ÿwþÿËþÿÿÿÿÿþÿÿüóÏÿŸÿöÿÿ}þûoþÿÿýÿ÷ÿåÿ÷߯ý÷×_ýõßþ‘ž·ù÷ßû­öÛwûÍ·•ýÿÿÿÿýÿ½öÚk¯Ýÿÿý×ÿÿ|÷ÿ÷ÿÿ÷ûÿÿýÿÿ;ýÿÿÿÿýÿÿÿ¿ÿþÛÿû÷þÿ÷õ÷ßÿÿïý÷ÿ}ÿÿÿëÿÿÿÿÿúÿÿ÷ßÿ¿ÿô¿þöÛ¯ÿÿúÿÿ¿þÿëÿ-ÿÿÿÿÿWýìÿÿÿÿÿýÇWÿÿåo}ñÿ—ÿý÷äOþúÿÿÿÿ¿þúÿ®»þzÿ··Üÿ¿·ßžÿÿ—î¿ÿ¯ÿßúÿ›ÿÿçŸôÑç}ôÑçŸ}´ÙŸ}´ÙæŸôùç}þÑçþÿÿÿÿ¿ÿ÷ú鯿þóÿÿû¯ÿþòß/ÿù÷ÿÿýóÿÿÿÿÿÿ×[ýõÿýýÿßÿÝ—ÿ~ùÿ¿þÿëïÿ«ÿÿÿÿÿo¯¿þÿÿÿÿüûÿßÿÿë¿ÿÿÿëÿýÿÿÿÿÿßý÷ÿÿÿßýõþÿÿÿïßÿûîÿß{ÿ¿¿_þÿÿÿÿÿûÿÁÿÿÿÿÿþÿÿÿÿÿÓÿûôïÿóï›ý÷ûòÓowýõ×ÿ?ÿÿõ×^wýõ—_~±á—Owý‡_~ùåÇ_k¹U×_ýµ¯úÿÿÿÿÿûóþ÷ûëçËÿ|çÿÿýìÍÿÿ¬óû?ÿÿÿÿ‡ÿýÿÿÿÿÿÿÿÿÿ÷ÖyÿõoïÿÍýÝ¿uóï?ÿÿûÿ§þÿÿÿþÿ¿þ¿ÿûÿ{ûÿ÷¿÷ÿÿûÿûßÿïVïïÿÿÿöÿÿÿÿÿýÿÿï}÷ß÷ÿ}Õßÿýöÿûÿÿõ×ßýõqÿ»ÿÿÿÿÿÿûÿ¾ÿþ¾úÏý÷ûßÿÿÿÿ_ÿöÛúïÿüÿÿÿÿÿþÿßíWÿÿþqÏûÿß¿ÿïÿÜqÿ?ÿ¿ÿêÿÿÿÿÿþýÿÿißßÿÿÿÿ¯¿žöŸýÿ÷÷Ù¿¶öþ>ÿÿÿÿÿßÿïÿÿÿûþëþýßÿÿßÿß÷¿ÿoû·ÿ÷þÿûûÿÿÿÿÿÿïÿÿ;þ¸ýßÿoò÷ßÿ·ÿÿÿ¼ãÿßÿÇïÿÿÿÿÿÿÿÿÿû¿þÿ}ÿ_ñ÷ßÿ¿ÿÿÿçÿ¾ýÿÿÿïþÿÿÿÿ/ûÿÿÿ÷¿þÿÿÿïÿÿï}¿ÿ|³~ß¿¿ÿÞwåÿÿÿÿÿý¯ÿþûï÷ÿþÿÿþïóí?ÿûÿÿÕßÿÿýó¿¡ÿÿÿÿ÷ÿ÷ûïÿ¿ÿÿïÿÿÿÿïÿ÷û¯ÿÿÿ~ÿé×ÿûðÿÿÿÿÿÿÿÿ?þOï½ÿÿÿÿÿÿï¿?ÓüÿÏÿÿÿÿ?fýÿÿÿÿüÿÿÿyùßÿýÿÿÿÿÿóÏ×ûþÿ|ÿ÷ÿÿ¿>ïÿÿÿÿÿSÿÿßÒß~ùïÿó?ÿßÛnÿïw¸çú®ÿÿ}Øÿÿÿÿ÷ÿúÿÿ¿þî¿ÿþÏÿüÿ_sí¿Ÿßÿ÷ûÿ¿Áÿÿÿÿ÷ÿÿÿÿ÷ßþ·ïÿÿúë¯Ûl³ÿýÿå?}ÿûÿöÿÿÿÿïÛûÿÿ¿ÿþúÿÿÿ[]õ‰÷Þÿïþ[ï¨ÿÎÿïãÿÿÿÿýõÿÿý×þë­ÿÿï¿ü÷ÿÿûîQÿ~ÿÿ½ÿÿÿÿÿë¯ÿÿÿë¿¡Ö_ÿÿý7Þ½ÿþÿûÿãßúÿÿÿ?}ÿÿÿÿÿÿÿÿÿÿÿ‹¿ýöÿ»íWï=ÿýÿÝwýçÿÿãÿÿÿÿÿïÿÿÿûï?ÿôóÿÿöÝÿýÿóÎÿÿñ×ÿÿÿ7þÿý÷Ûoÿý÷ßo¯Ý÷ßëÕfÛ_ý÷ßk¿}÷ß|ÿÛÿÿÿÿÛoÿÿÿßgÏ=ÿüÿÿöïÿÚkÿý¿ÿÿßÿÿ¿ßÿÿÿÿ¿ÿþÿÿ×ÿþ÷ÿ÷ÿïïÿÿÿÿþÿÿÞÿ÷ÿÿ¯úÿÿÿÿ¯÷þÿÿçÿÐÛÿÿîŸÿÿßÿ¯ÿÿÿÿÿÿþß÷ÿÿÿÿÿÕÝÿû½‘]wýýÿÿý÷ß~ÿ}ùßÿÿ÷çÿ›ÿÿÿÿÿë¿ÿÿÿû?½×ŸÿÿeOyÿ¿Þúëÿÿÿÿÿ¿ÿßýÿþùgþùf›o¶ù柿ùçŸôÑGŸþùçŸ}þëÿÿÿÿÿûÿÿÿ}úïýñÿ÷ÿÿæ믿þÿŸþýÿïÿ_ÿÿÿÿÿÿÿÿÿÿ×ßÿýÿýÿÿÿÿ_ýõÿÿÿïïÿ~ÿÿûÿÿÿÿÿößÿ¿öÿïÿÿÿýÿÿÿúÿÿÿÿßÿÿÿÿûÿÉÿÿÿÿÿÿÿÿÿ¯õÿßÿßÿïûí¯×þûïÿÿÿÿûÿßÿoüÿÿÿÿÿÿÿÿþk¿üîÿýþÿÛoÿßÿÿ/¿ÿfÿ_ÿÿóÿ_ýõ—_ýå×[mýõÕÅ–^|íu—KwõµÓ_û†þÿïÿÿ¿ÿÿ³±>þüóÿÿÿþËÿþ»óÿÿ¿ÿÿÏ÷ÿŸøÿÿÿÿÿÿÿÿÏÿmÿõ÷ÿÿÿÍ×ÿÿ÷ÿÿÿû¿ÿÿèÿÿÿûÿÿÿÿÿÿÿoÿÿÞçóßûýýÿï~ÿ=ÿÿÿûÿÿGÿÿÿÿÿßÿÿo_ÿ_ýõÿßýç_ýÿWÿýûÿÿ¿ÿÿÿýÿû÷ÿÿïÿ÷÷ªyûÿÿÿíþÕïûý¾ÿÿÇÿÿÿÿûüÿÿÿÿq÷ÿÿ_Óý~s÷ßÿÿîßþûñÿÿ¿þÿÿÿÿÿÿûÿÿ®¿¿ÿå¿¿ÿÿùÿÿ?ýÿÿëÿÿÿõÿÿÿÿÿÿÿþÿý¿÷ÿÿÿýýÿÿÿÿýÿÿÿýûþw÷ÿÿ»ÿÿÿÿÿÿÿÿÿŸÿÿ;~øÿïÿÿÿýÿ¿÷¿ÿûßÿãÿÿŸíÿÿÿÿÿÿÿÿÿÿïÿïßÿ÷ÿÿÿÿÿÿÿÿÿÿÿÿ¿÷ÿâÿÿÿÿ¿ÿÿÿÿùûÿÿ¿ìûÿ÷Ïÿÿõ½þÿ‹¯ÏÿûÿUþÿÿÿÿÿÿÿÿÿßÿ¿ÿöÎÿßÿ?ÿ÷ÿ÷ÿ^¿ýßÏÿïûßÿÿÿÿÿÿÿÿ?ÿÿ¿¿ÿ~¿ÿÿÿï¿ßþÿÿïÿþþÿÿGÿÿÿ«ï¿ÿêûï½<ëù¿üÿøÿþÿàóÿ<ÿ|ÿÏ÷ÿ›ÖÿÿüóÏ?Ïü×—ïÿìýÿÿÿçÿoýÏç[ÿûÿ¾ÿkõþÿ¶Ûn»í¶s.ù×ÿÿ¯ýÿÿÿÿÿYýk.ßçúýߧýÿ×^s­µ×œ{ëéÿÿ?ûÿÿÿÿÿÿŸúûy÷û~¿ïó[øÿÿÛl³Å6{Ö5ù¿ÿ~úÿ¿_ÿÿÿÿ¿?þó÷?ÿc»ýï½÷Þ{ïýûêËÿÿÿvýÿÿêÿÿÿûî¼öŽûï¸ÿ~žÿ¿ü÷ß/ÿ—òû¿ßÿÿÿÿ×ûÿÿõß·ï~ýï×ÿßûýÿï¿ÿþ;ï¿óÞ>?ûñùý¿Žÿÿ¯¿ÿþïÿÿþ?Ÿÿÿß{Ï=÷Üóß¿½ýúïïÿÿûÿÿÿÿÿÿßu÷ÿwþÿ—þÿÿÿÿüóÏ?ïüÿÇý÷ÿÿÿÿÿÿÿÿÿýÿ÷ÿÿâÿ÷×_ýõ×ÿ­öŸk·Ùßÿý÷ßû½öÛv»Ý·ÿ¹ýÿ¿öÚk¯½öß÷ÿsÏüßÿÿÿÿÿÿÿ÷Ïÿ¿ÿÿÿÛüÿÿÿ¿ÿþûïÿÿ÷ÿßýûÿ~ÿÿÿÿÿÿÿï}÷ÿÿÿÿåÿÿÿÿÿÿÿÿÿßú‹´ö÷ÿ¿ýÿÿßþÿÿÿ·þÿëÿÿÿÿ÷ßÿý÷ßW_ÿ÷ßÿÿ÷þÿÿÿçÿÿý÷äOþ¿ûÿÿÿ¯¿þú믽ökÿýþÿïÿÿÿÿ¿ûÿÿÿ¯ÿÿúÿÏÿÿç}ôÑG}´ñçmþù—}þùçŸ}þùç}þÑç_þÿÿú믿þúË¿¿ÿÇK¿ÿïþÿÿïÿÿùÿßÿÿ÷ÿÿ×_ýõ×_ÿý÷ÿÿÿ÷ÿ×ÿÿÿÿÿÿÿÿþÿëÿÿ«ÿÿ¿þÿÿÿÿÿ÷oÿÿÿ÷ÿßïûÿÿÿÿûÿÿýÿ÷ÿÿÿýÿÿµÿþûï¿ÿ~ÿÿÿ×ÿþ~÷ÿþûÿßÿÿÿÿ¿ÿÿÿÿÄÿþÿÿÿÿÿÿ?ýöÿÿÿÿôÿÿÿÿÿÿÿÿÿÓowýö×ÿOÿÿõ×_~ýõ×[ýõ×^ýW_}õÕ×_{¹u“_oýõ7ùÿÿ¿ÿþ¸ï¿?>ÿÿß?~ÿÿÿÿÿÿÏ÷ÿ¿óË¿þÿÿƒÿÿÿÿÿûÿÿïÿÿßÿýÿÿÿÿßÿÿÿßÿþÿûÿÇþÿïÿÿ¿ÿïÿ×ýÿÿÿö÷¾ßÿÿÿÿûÿÿ¿ÿþÿßÿß?òÿÿßÿý÷ßþýÿÿýùßÿÿÿÿýÿÿÃ|±ÿ§ÿÿýÿÿþ÷ÿÿÿÿ{ÿÿ¿ßåÿýÿÿÿÿÿÿÿ¿þûïþ‹üÿÿýóßÿý÷ÿÿÿÿßÿÿøÿÿëÿÿïÿ·ÿÿÿÿÿäÿÿÿÿÿÿþ÷ÿ~ýÿßÿv÷ý÷ÿÿý÷ß~ÿÿÿÿÿ;ÿÿÿÿÿÿÿÿÿÿŸÿÿÿÿÿŸÿÿÿ¿ÿÿÿÿÿÿßÿÿÿùÿÿÿÿÿÿÿÿÿÿÿÿÿùÿÿþýÿÿÿÿÿÿÿÿþÿÿÿ÷ÿÍÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿïÿÿÿÿÿÿ¿ÿÿÿÿÿÿÿÿ?þÿÿÿïÿÿÿÿÿÿÿÿÿÿÿïÿþÿÿÿÿÿÿ÷ÿëÿÿÿåÿÿÿ?ÿÿÿÿÿùÿÿÿÿ¿ÿÿÿÿþÿÿÿÿÿÿÿïÿÿ¿ÿÿÿÿýÿÿÿÿÿþÿÿÿ¿ÿÿÿÿÿÿÿÿÿÿû}ÿßûÝÿùçŸþé矾ùçŸþçŸþùçŸþùçŸþùþgÿßÿý÷ß?ÿý÷ßÿüç7ïôóÍ?ÿü÷ßÿý÷ßÿ÷ÿý÷ßÿý÷ß?¿ý÷]û½÷ǽý÷ßoÿý÷_ÿÿùÿÿÿÿÿÿÿïÿÿ÷ÿÿ~ïÿþýþÿo¾ý÷ÿÿÿÿ÷ÿ¿Ñÿßÿ½÷ßÿÝ÷ßÿý—îéõŸÿý÷ßoÿý÷ßÿÿþ?ÿüóÏ?ÿüóÏ}ÿüóËõ|sß?ÿüóÏ?üóÏ?ÿÿrÿý÷ßÿý÷Ýoÿý÷ß÷Ý_|÷ß?ÿý÷ßÿýÿ»ÿŸ~ú駟~ú駟~úé§ú駟~ú駟~ú駟þ_ýÿþûï¿ÿþûï»ÿþûï½ÿûî¹ÿþûî»ÿî»ï¿ÿ~ÿãýÿÿÿÿÿýÿÿÿÿÿý÷ÿÏþýÿþÿÿÿÿÿÿÿÿÿ÷ï¿ÿþûïÿÿöûnÿýöûîÛþúo¿ûöÛo¿ýÖÛï¿ý?{ÿÿÿûÿÿÿÿÿÿÿýÿÿÿþÿßÿÿüÿÿÿÿÿÿ÷ÿïÝÿ¿ÿþûï¿ÿþûï¾ÿþóÏÿþûï¿ÿþûï¿ûþûï»ÿÞÿÿÿþÿ¿ÿÿÿÿÿÿÿÿÿÿÿÿÿ¿ÿÿÿÿÿÿÿÿÿÿûöÿÿÿÿÿÿÿÿÿÿÿÿÿ÷Ÿýÿÿÿÿÿ÷ÿÿÿÿ÷ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿïÿÿÿÿÿÿÿÿÿÿÿÿÿÿýüÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿìýÿþÛÿ¿ÿþûïÿÿþëÿÿþÿï¿ÿöûï¿ÿþëÿ¿ÿßoÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿýßÿÿÿÿÿÿÿÿÿÿÿÿÿ¾ûÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþÿÿÿÿÿÿÿÿÿÿÿÿÿÿ÷Áûÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþÿßÿý÷ßÿý÷ßÿý÷ÿý÷ßÿý÷ßÿý÷ßÿõÿ÷ß?ÿý÷ßÿý÷ßÿýÝÿý÷ßÿý÷ßÿý÷ÿ»ÿÿÿÿßÿÿÿÿÿÿÿÿÿÿï÷ýÿÿÿÿÿÿÿÿÿÿÿÿýÿýÿßÿý÷_ÿý÷ßýÝ÷ßÿÝwßÿýßß÷ÿçÿö×ß~ýõ×_{÷×_wßýÞ{ýõ÷_ýõ×ßvýý×.ÿÿ
\ No newline at end of file
diff --git a/ea/gina24_301_dsp.fw b/ea/gina24_301_dsp.fw
new file mode 100644
index 000000000..e941dc33a
Binary files /dev/null and b/ea/gina24_301_dsp.fw differ
diff --git a/ea/gina24_361_asic.fw b/ea/gina24_361_asic.fw
new file mode 100644
index 000000000..b571a51ed
--- /dev/null
+++ b/ea/gina24_361_asic.fw
@@ -0,0 +1 @@
+ÿ<+ùÚÿ~ýõ÷uýõ×ßþýí¿õï×ßÿýõ×_ýmÝ_òÿß÷ßÿ÷ý÷ßÿßõÿß÷ÿ}ÿßõßÿý÷ÿ}ÿýÿ“ÿýÿÿÿÿÿÿÿÿÿýÿÏÿÿ÷ÿÿÿýÿÿÿÿÿÿßÿÿÿ_üÿý÷ßÿý÷ßÿýößoÿñßüößÿý÷ßÿýÿâÿ÷ý÷ß|þý÷ß÷ñw}Îgßóñ÷ßÿýwŸÿýgÿÿÿÿÿÿÿÿÿÿÿÿßÿÿýÿÿÿÿÿßÿÿÿÿÿÿÿÿÿÿ>êÿÿÿÿ¿ÿÿÿÿÿÿÿÿÿÿÿûÿÿÿþÿÿÿÿÿÿÿÿÿÿ÷Ýÿÿÿÿÿýÿÿÿÿÿÿïÿÿ÷ÿÿÿ÷ïÿÿÿÿÿÿÿÿÿÿŸþûÿ¿ÿöïï¿ÿþë¿¿ÿû¿ÿÿþëÿ¿ÿúû¯¿ÿûûïÿðÿþÿÿÿÿÿÿÿÿÿÿÿßÿïÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ£þþÿÿÿÿÿÿÿÿÿûÿÿÿÿÿÿÿÿûÿÿÿÿÿÿÿÿÿ^ýÿÿÿÿÿÿÿÿÿÿÿÿÿïÿÿÿÿÿÿÿ÷ÿÿÿ÷ÿÿÿåÿÿÿÿ¿ÿÿÿÿÿÿÿÿÿÿÿûÿÿÿÿÿÿÿÿÿÿÿÿÿÿŸÿïþûï¿ÿþûï¿ÿþûï¿ÿóï?ÿþûï¿ÿîûï¿ÿþ¿úÿÿßïý÷ßwÿ}ÿ_÷ÿÿ÷ß}ÿÝÿý÷ß÷ß}÷ÿÝÿçŸú9çŸþùçž{âù—öùgŸÎùgžæùgýÏþýý÷ßÿÿý÷ßÿÝ÷ß¿÷ßþýçß÷ý÷ßÿýþôÙù矾ùçŸvù矲g›~îéçŸoîùç›~þù—‹ßÿÿþû¿¿ÿþûïÿþþï¿ÿûÿïÿþþûï¿ÿþïï¿ÿßýÿý÷ß~ÿý÷ßýýWß~õ÷ßý}÷ßçý·ßÿÿeÿÛo¿ýæÛo¿ýöûk¿ÿþë¿ýöym¿=öÛo¿ÝöÛ§W÷ÿïÿÿÿÿ¿ïÿÿÿÎÿþþÿûÿÿÿÿÿÿýïÿûÿÿÿÿ+úÿÿÿÿÿÿÿ÷ÿï÷ýÿÿ÷ÿÿýÿßýÿïÿÿ¿ÿÿÿÿo×ßÿÿ÷ïÿÿÿïÞßöÿõÿoýÿÞÿïÿïÿÿÿýûÿûÿ]~ïÿÿÿÿÿÿßÿÿÿÿÿÿÿûþÿÿÿÿÿÿÿÿûóÿÿÿzðÿï¿ÿþùï¿ïþûï¿÷úû¿ÿþûï¿ÿþûï¿¿¾ëïÿ®ÿÿ÷ÿÿûÿÿÿÿÿýÿßÿÏŸýÿÿÿþßÿÿÿÿöÿÿ÷ÿü÷ÿÿÿÿï¿ÿÿÿýÿÿþÿÿýýÿßÿÿÿÿÿÿÿ÷ûÿÿÿíÿÿÿÿÿýÿÿÿÿÿÿÿïÿïÿÿÿÿ÷ÿÿÿÿû½ûÿÿÿ_ÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¿ÿ¿ÿÿÿÿï¿ÿþÿþÿÿûþÿ?úÿÿþÿÿÿÿÿÿÿ¿ÿý÷ÿÿÿÿÿÿÿÿýÿÿÿÿÿÿÿÿÕÿçÿÿÿÿÿÿÿÿÿçÿ}ñïwþÿÿÿÿÿÿÿÿýÿÿÿþï÷ßÿý÷ßÿÿ¿ÿßßÿÿÿÿÿÿ¿ÿÿÿ·ÿWÿÿÿo÷ÿÿýÿÿÿÿûÿÿßÿ»ßÿ÷ÿýÿÿ¿ÿïÿ¿þÿíûÿÿÿŸûÿÿÿÿÿÿÿÿÿÿßÿÿÿÿýÿßÿÿûÿÿþ½ýÿÝÿÿ~üÿÿÿýÿÿ¿ÿÿÿí¿ÿÿÿÿÿýÿÿÿÿÿÿÿïýÿÿÿÿÿäþÿÿïÿÿÿÿïÿÿÿÿÿÿÿÿüÿþ÷ÿÿÿÿþÿÿÿÿ÷ÿgÿÿÿÿÿÿþÿÿÿÿýÿÿ¿ÿ¿ßÿ÷¿ÿÿÿÿÿÿÿÿÿýþÿ»ÿÿÿÿÿÿïÿÿÿÿúþþûïÿÿÿÿÿÿÿûï¿ëþ¿þÿÓÿÿÿÿÿÿÿÿÿ×ÿÿÿÿÿÿÿÿÿÿ÷ï¿ÿ~ÿÿÿÿÿþÿÿÿÿÿÿ¿ýýÿÿÿÿÿþÿÿÿÿÿÿÿûÿûÿÿÿÿÿÂÿÿÿÿÿÿÿÿÿÿóÿÿÿÿÿÿÿûÿ¿ÿÿÿÿÿÿÿÿÿÿÿ˜õÿÿÿÿÿÿÿÿÿ¿ÿÿÿüó?ÿüóÿÿÿÿÿÿçÿýÿ¿Z¼ÿÿÖÿÿÿÿÿÿÿûÿ¶Ûîí¶ÛÿÿÿÿÿÿŸëÿ¹þÿõàÿÿÿ¿þÿÿÿÿÿÿ×ÿ×Zk½ÖZûÿÿÿÿÿÿ}ÿß÷ÿÿn¿ÿÿÿÿÿÿÿÿÿÿÿÿÿ7Ûê­6Ûìÿÿÿÿÿß¿þýÿÿÿùþÿÿÿþÿÿÿÿÿÿÿÿï•w{ç½Wÿÿÿÿÿÿ¿÷ÿ{ÿ·Éÿÿÿýÿÿùÿÿÿÿÿÿ½Ý[ÿýÿÿ¯ÿÿÿ¿ßÿûýÿ7öÿÿÿëÿÿßÿÿÿÿýÿï¿ÿûï¿ÿÿÿÿÿÿÿÿÿÿÿÿÖßþÿÿÿÿÿýÿÿÿûÝ{Ï÷ÜsÏ?ÿÿÿÿÿßùÿÝÿç—ÿýÿÿþùÿÿþÿÿ_ÿÿüÏ?ÿ¼òÿÿÿÿÿÿÿÿ÷÷ù÷ýöß~ÿý÷ß¿ýv×_ÿõ×_ÿý÷ßoÿý¶ßoûý_jÿÿþÿÿÿÿÿÿÿÿüû¿öÚ¯½öÚÿÿoÿÿþÿïÿÿÿÿÿÿÿÿÿÿÿÿÿÿ÷ÿÿÿ¿ÿûï¿ÿýÿÿþÿÿýÿßÿÿ¿ûÿÿﯿþÿÿ¯ÿÿÿûÿÿÿÿÿÿßÿÿÿÿþÿÿÿÿÿÿÕÿÿß~ùåÿÿùÿÿþ÷ßÿý÷ßÿÿÿíÿÿýÿßÿÿ¯þÿÿûÿÿ÷ÿÿÿÿÿþÿÿ®ÿú믻þÿÿ¿ÿÿÿÿÿÿÿðþÿñçŸþùçŸþùç}ÖG}´ùçþùçŸþù—ÿÿÿþúëþÿúÿÿÿÿÚk¿öÚk/üùÿïÿÿýÿßÿßôÿÿý×_ÿÿÿ×ÿÿÿÿ×_ÿô×_ýÿÿßÿÿÿÿÿÿûÿãÿÿ¿ÿÿÿÿÿÿÿÿïÿ¿þÿÿÿÿÿÿÿÿÿûÿÿÿ÷ÿÿÿÿÿÿÿÿþÿÿÿÿÿÿõÿÿÿÿÿÿÿûÿ÷ÿÿïÿÿþþ?ðÿÿÿÿÿÿÿÿÿ÷ÿÿÿÿþÿÿýÿÿÿÿÿÿÿÿûÿÿýÿÿÁÿýõW_õõ×^~ýõ×Nüå—_|ùõ×^ýÔ—_ýïþÿÿÿÿÿÿÿÿÿ?ÿÜÿ;~ãÿîÿÿÿÿÿ±ÿ/ÿûÿåïÿÿÿÿÿÿ¿ÿÿý÷ÿ__ÿ×Ûïÿÿÿûÿÿþ÷ÿoŸÿþ‰ÿÿÿÿÿÿÿÿÿÿ{çßÿÿïïÿûý÷ÿÿÿÿÿýþßïÿÿÞøÿÿÿÿÿÿÿÿÿÿÿÿõžöŸ~ýÿÿÿÿÿßÿýÿÿçÿÿÿçßÿãÿßoÿÿÿûýÿÿÛÿÿÿïÿÿÿÿÿÿÿVþÿÿÿÿÿÿÿÿÿßÿÿÿõÖÿñ÷ý÷ÿÿÿÿ—ßþ÷ý÷?ú÷ßßÿÿýÿü/ÿßß'ßÞoÿ½÷ÿÿÿÿÿÛÿýùÿÿÏÿÿÿÿÿÿþÿý×ÿûÿû¯÷{ÿÿÿÿýÿÿÿßÿÿÿÿ¿«þÿÿè¿ÿþßÿ«ÿ?ó\ëý—üá÷ßýÿÿÿþÿýÿÿ×õ÷ÿÿ¿ÿÿÿÿÿÿÿÿ÷_ÿÿÿßÿþÿÿÿÿÿÿ¿ïïÿÿÿî‡ÿÿÿûï¿ÿïÿ§ëßþûë?Þzÿ-ÿÿÿ¿ÿÿÿÿÿÿìÿÿÿþÿÿÿÿû÷ÿûÎÿwÿýÿÿÿÿÿÿþÿÿÿu$ÿÿÿßÿÿÿÿÿÿûÿ÷»ßßÿý¿ÿþÿÿÿÿÿÿÿÿÝGüÿÿÿÿÿÿÿÿÏ?ÿÿ¿Î<ÿ¿þÿÿÎóÿÿÿÿÿÿúÿÿOZÿÿÿÿýÿÿ÷çÿÿÿÿÿûÿõÿÿÿÿÿÿÿýÿ×ÿÿ¯ÅûÿÿgýÿÿëþÿþåÿÿÎþÿÿÿýÿÿÿ¹þŸëÿ?öÿÿëÿÿßkúýý5û¿ÿýÿÿÿÿÿÿÿÿß÷ÿ}ÿÿïöÿÿÿ÷ÿÿÿÝíÿÿ¿ÿÿÿÿ¿ÿÿÿÿÿÿÿýïßÿÿÿ·ýÿÿÿïÿÿÿ_¯½ÿÿÿo½õÿïüÿÿÿÿÿÿÿ;ÿ¿öÿ»ùÿÿÿ×ÿÿÿÿÿÿÿÿÿÿÿî÷ÿ¿ÿÿÿÿÿûý¿ÿ¿~bÿÿÿ¿þÿÿ¿¿ÿ;ÿÿÿÿÿÿ÷ÿÿÿøÿÿÿÿÿÿÿÿÿýûÿÿÿÿÿÿÿïÿÿÿöÿÿÿí{wÿÿÿÿÿÿÿÿÝÿßý_~ùÿÿÿÿÿÿÿ¿ý÷ÿüÿÿßÿÿßÿÿÿÿÿÿÿÿõÿÿwƒÿÛÿý÷ߧ}ößo¯ý6ÿí÷ßÿý÷ßo÷ý¶ßÿQöÏÿÿÿÿÿÿßýöÿ?ÿýûßÿýÿÿÿÿÿÿÿïÿÿþÿÿoòßÿÿÿÿÿÿÿýïÿÿýýÿûwÿÿÿÿÿÿÿÿßÿÿýÿÿŸþ·ÿÿÿÿÿ÷ÿÿÿÿþÛÿÿûÿí¿ÿÿÿÿÿÿÿúÿ¯ÿ×ýûÿÿÿÿ¿_¿û¾ÿÿ¿ïþýÿþùÿÿÿÿÿß“ÿ}ùÿæÿïýÿÿÿÿ­ÙÿÛwßÿ¿ÿÿûïÿÿÿÿÿÿ¿þÿëÿÿߟþùçmþùgŸþùgþÙgŸþùçŸôùGŸ?ûÿûßÿÿÿÿÿ¿¿ùÿÿ?ÿÿÝÿÿþóÿÿÿÿÿßÿÿýçÿËÿ÷ÿþÿÿÿÿÿÿÿÿûÿÿþÿ÷ßÿÿÿÿÿÿúÿ¿ÿÿ¿þÿþÿÿÿÿÿúÿïÿÿÿïÿÿÿ¿ÿüÿÿÿÿÿÿÿÿÿðÿý¿ÿÿÿÿ×þÿûÿßÿþù¿ÿÿýçÿÿÿÿÿÿÿÿÿïÿ¿ÿÿïŸÿÿû¿ÿóÏÿÿÿÿûÝÿöÿýþÿïÿÿ¿ûûÿÿôÿ×_ýÕ×_}ðñO~ÉÕ_wõõ—_|ýÕ×_Ýå׿èÿÿÿ÷ÿÿÿÿ÷ÿÿûÿÿÿÿ·÷ÿŽÿÿÿÿþßûó¿ÿ'þÿþÿ¿ÿÿ;ýÿÿûÿÿþÿïÿþÿY¿ÿþ»ÿßÿÿïíÿŸûßÿÿÿÿ÷ÿþûÿÿïüÿÿ¿>ÿÿÿÿÿÿÿÿÿÿÿÿúÿÿÍ÷ÿÿý÷ÿÿÿW}õÕüõw±ïÿÿÿÿÿÿ_}¼÷Óÿ?þÿßÿþÿÿÿÛn½ýÿ¿oþêÿÿÿÿÿÿÿÿú÷ÿÞÿñÿÿßÿÿüóÿ>ÿÿÿÿ_;ܼï÷ÿÿnÿÿÛýÜÿÿ·ÿÿ?þêÿÿú~ÿûýüݯÿ÷ßÿÿÿøÿÿ÷ûÿßýÿÿÿÿÿÿ¿¿~÷ÿïÿßûýÿÿÿÿÿÿÿÿÿ÷ÿÿÿûèÿÿûÿÿÿþ‡ß¿ÿÿÿ?~ÿûÝ_ÿÿÿ?þÿÿíÿx¿_wÿýÿÿÿûÿÿûÿÿÿÿÿïÿþ÷ÿþïýÿ÷ÿÿÿú¿ÿÿ~úÿ¿ïÿ¿þúkóÿûïßþï­ûÿûÿÿÿÿÿëÿ»úÿ—ÿÿÿÿ¿÷ÛÿçÞÿÿÿÿ;þïÿÿÿÿ÷ÿÿoïÿ¶ÿ_6úÿïþÿ×{ÿëÿÿ›ÿÿÿçß}ÿÿµÿÿÿþÿÿýÿßÿßýñÿÿÿÿÿÿÿ÷øüÿÿÿÿÌÿÿÿÿÿÏÿëåóÿ?ÿÿÿÿÿ¨õÿÿÿÿÿÿÿÿÿÿÿç÷o~ÿÿÿÿÿþ_oýÿçýÿÿÿÿú¬ÿÿÿÿÿÿ/ÿÿO=þßÿï¬ÿÿÿÿÿÿýŸëÿ¹úÿ÷éÿÿÿÿÿÿÿ½ÿŸ?ëéóÞþßÿÿÿÿÿÿÿÿÿ}ÿßïÿÿ7þïÿÿ÷ÿmÿvûßÿ¿þÝñßûÿÿÿµÿÿßÿþýÿÿøÿ¯õÖZ¯üñþ[î¿öÖú«ÿÎÿÿÿ¯þÿÿ¿óÿ{ÿ¿Éÿÿÿÿÿÿßÿÿÿ÷÷ùÿÿõ_ç>ÿÿÿõÿÿ«ßÿûýÿ[þÿÿûÿ¿ÿÿûÿÿ¿ßþÿ¯zÿøÿÿÿkÿÿßÿÿÿÿÿåÿÿÿí·ÿÿüçß~ùÿ·ÿÿw÷ŸÿÿÿþÿÿÝõÿÝÿÿ¯ÿÿÿßÿýß[ÿÿýÿÿÿßßÿýýÿÿçÿÿÿ_ÿÿ÷ÿÛøÿýwß}óývÚ÷ý÷ßlÿwßßý÷ÿýwßkÿýæÿÿÿßÿÿÿóýÿÿÿß?ÿýßÿÿÿÿÿÿÿÿ÷ÿÿÿÿ&ÿÿÿßÿÿÿßÿÿýÿÿÿý»ß÷ÿÿÿÿÿÿÿïýßÿÿ?ù÷ÿïÿÿÿÿÿÿßúÿÿ¿þ¿ÿ¿þûÿüÿúÿýÿÿÿýÏÿÿþûî»ÿõûï—ÿþûíïÿÿå›ÿÿ÷ÿ—ÿýÿßÿÿ?üÿÿÿÿÿÿÿŸýÿÿ^ÿÿ§ÿöÿÿÿþßþ›þÿÿÿÿß?ñÿÿùçŸþÑæŸöùçþçŸöùçŸôùçŸþùŸÿÿÿÿÿÿÿÿÿÿÿoþÿ÷ïÿÿ÷ë¿ÿÿÿÿþù÷ßÿÿ?ýÿÿÿßÿÿÿßÿÿÿý¿ÿÿþÿ_ÿýÿÿþÿÿÿ¿ÿþÿÿÂÿÿÿÿÿþï¿ÿþÿÿÿÿÿûïÿýÿïÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ÷ÿýÿ÷ÿ~ûí¿ÿÿÿÿÿÿÿÿÿþïïÿþÿwòÿÿÓï?ù÷ûo¿ýöÓï¿ÿÿ÷ÿïÿÿÿÿÿ{ÿ·ÿÿÿÚÿÝõV]?­ñV[mõå–_ÿåÇ_ùÅ×_}ýµÓ_õoþÿÿ¿ÿÿ½oÏùî¿ÿݏÛßÉ÷ÿ¼ÿþÿÿûýÿûÿïáÿÿÿ÷ÿÿûûçßîÿÛÿÿÿ¿ï¿õûïÿÿ~ýÿ?ÿþû…÷ýÿÿÿÿÿÿÿÿÿöÿûþïÿûýÿÿÿÿÿÿÿÿÿïÿÿŸðÿ¿ñÇÿýqþî?ýá¿o?~µûþû¿þÿü×_ý÷÷åÿÿÿ¿ÿýûßëÿÿ×Ûû÷þÿýþÿÿÿþÿÿûïÿÿzþ!þïwÿ·ß}ÿÙóÿ?ÿýÿûÏÿó¿û÷ïöÿÿ·ÝÏ}÷Gúÿ¿ßß?ýÎóý½ýÚóïÿÿþïæÿÿÿÿÿ÷ÿñ¿ÿöÿÌÿÿÿÿÿ÷·zßïöÿ~ÿÿ÷ÿÿÿÿïûÿÿÿ÷÷ž»/þÿÿèãÿïÿ÷ÿü¿üáÇ[ÿñÿÿÿüýÿÿÿÿßÿÿÿ,rÿÿ¿ýûÿÿ¿ÿÿß·ýû_¿÷ÿ·ýÿÿÿÿÿÿÿÿï—ÿÿÿ¿ÿëÿ·n²ë¿»æ¿õÿþúÿÿÿýÿÿÿÿ¯ýýç?ýÿÿ¿×ÿýçßÿßý÷×ÿþûüÿýÿÿÿÿÿþþ_ûï÷æÿÿÿÿÿû÷¿~ÿÿë¾ÿÿÿÿÿÿßïÿÿÿÿý÷ÿÿÿÿÿgüÿÿÿ?ÿOÿÏÿÿÿÿÿ·~ÿÿôþü'M>ÿÿÿ
þÿÿÏZÿÿûïÿõ_îÿÿÿÿÿ3þûÿ—ÿï¿é×ÿýïò÷ÿ¯ßûÿß«ÿÿÿëû=?þóÿï¥ßÎúýÿÿ/çßÒ¹~ŸëÿoöÿÿþÿÿÿßïýóŸÿþì¿ïÿÿþÿ·Þ÷û}ÿÿo÷ÿÿ÷ÿ¯½üýãßÿÿÚ÷ý÷ÿ?ïÿÿþ¯ÿýÏßßôÿ·ýÿ¿ûï½öÖkï¿õÞúo©¿ûï¸ÿÿÿ¾ýÿþ;þûùÿÿýÿwÿÿÿÿßÿÿ÷_ÿ}î×ÿÿß·ÿýûõ¿ýíÿÿïÿÿÿÿÿÿÿÿïÿÿÿzïÿÿîÿÿ•ÿÿëÿ³ÿÿëÿVÿÿÿÿÿÿ·ÿÿÿí·ÿûåÛw¾ùÿûûÿÿÝÿßýÿ·øÿÿÿÿßßÿýÿßÿÿÿ÷ßÿõ÷ùÿŸÿ÷ÿÿÿõÿÿ?›ÿßÿí÷ØmŸíwÛûÝö}óݧßü}÷Ûn÷ýößÿÃöÿÿÿÿÿÿ?¿ý÷ûÿÿýþÿÿýÿÿÿÿÿÿÏoÿÿöÿÿï÷ÿÿÿÿÿÿÿýû÷ÿÿÿýÿÿûwÿ÷ÿÿÿÿßÿÝÿïýÿÿ£þÿÿßÿÿÿÿÿûýÿÿÿÿÿûÿŸ¿ÿñúÿ¿ÿÿÿÿÿÿ÷ýÿÿÿ¿ÿþûî¿ÿþûî¾ÿïÿÿë¼ùß÷ÿûßÿÿýÿÿãýÿÿÿÿÿýÿßþÿýÿßÿýþÿßïÿî¿ïÿÿÿÿÿÿwÿÿŸöùÇŸ}þñçŸü¹çþ¹fŸþùÇŸþùçŸûÿÿßÿþÿÿÿÿÿößÿý™¿üûŸÿÿÿûŸÿÿýÿÿÅÿÿÿþû÷ÿÿÿÿÿ¿ßþûïÏÿûõßÿÿÿÿ÷ÿûÿ¿ÿÿßþÿÿÿÿÿÿÿÿÿÿÿÿÿÿïÿÿÿýþÿÿÿÿþÿÿÿÿóßÿ¿ÿþÿÿŸÿÿÿï·ÿþù»ÿÿÿ÷ÿþÿÿýÿÿÿÿÿÿ·ÿÿýöËoÿÿôÏ_?ývÿ¿ÿæ×ýÿ÷ïÿÿ¿ÿvûÿÿßôÿ×_w½õÇ^víõMnýõuýÕ×^}ýÕW_ýÕ׿ã¿ÿÿ¿ßÿóÿÿÏÿýû»û}¿üãß;ömÿß;üyÿÿ/þÿÿßÿÿÿþýþ÷ß~ûïþÓÏÿýûÿï¿Ÿ}þïï_úÿÿÿÿý÷ÿÿÿýýßÿþᆵ×ÿÿ»ÿþ¿ï¾ßýÿÿÁÿ¿ÿôíßÿmÄõÇýÿýÓ/ùç¾ÿ_Ýÿÿ_ÿÿÕÿÿoþÿÿÿv¿¿¶»¯÷ýÿ¿ûëÿûûÿëÿï¿û¿ï¿ßóÿ¿ÿ÷ý÷žÿß¿Ï÷ŽÝÍ=wÿþÿÿ÷“þwÜóÿƒÿÿÿÿüéß¿ÿþÛÿÿûÿߌüöþ»þòÝï?Þÿû/÷Ÿíÿÿÿ÷ÿþïìÜÞûÿ~ÿÿ~ÿ÷û¿ÿŸþëïÙþÿoáÿnÿÿ¯?ÿÿÿÝ_ÿÿÐý¿Ï¿ï;þøÿϽÿÿ?þüÿWÿÿÿÿïþýÿþïûÿüÿÜývÿïßÿÿý÷ÿÿíûïçïÿ?ûÿÿÿŸûÿûÿ§õÿýïÿÿþ‹­ûþúæÿÿ×ÿw»þû‰ÿÿ{ï¿wÊoÿ½õÖk{õ÷ïÿÿößoýÿÿOßÿ÷ÏSþÿÿmùßíï÷ßšÿÎ߯ÿüÿÿÿÿÿßÿîÿÂÿÿÿÿø¿Î?ÿËóÿ÷ÿÿë?ÿüãÿwùýÿ¯ÿß̳Îÿ„õÿÿÿïÿuçŸ|þï×ÿüóÿ›÷¿ÿ?üôÿÿçÿî¿üþš¼ÿÿÿ÷ÿzïßÔÿýïýßëûÿ¬þþÿõÿÿÿŸë÷¹ûý÷aÿÿß÷þ}ÿü÷ÿÿûÿ?Ïÿßÿýýÿ¯³ÿÿÿ}¿ßïÿFÿÿÿ{÷÷/?>ûk/ýçÛýÿ{ÿí·û_ßÿüýÅþ?Ûÿÿÿïžú¯­öý{ª¹åŽû«ÿÎÿÿ¯õÊÿê¿ãþûö¿…ÿÿÿ}uþÿÿï·Ø_ÿ=t^ç~ÿÿ_ïõÿ׿_ÿû×ÿ÷öÿÿÿë¯÷ÿÿÿÿ—þþû¯wúÿóÿKxõ¿^ÿûÿ¿þÖÿÿÿýÿÿÿÿâÿÿÿýÿ¿}çßÿ¿íæßÿßùÿÝoû‹ÿÿÿ_ÿÿ÷ßïÿùÿ_ÿÿß_ÿõÿÙgþñÿÿÿÿ÷ÿßøÿý·Ýgÿ=öØ»ýwÛoÿwß}÷ýgÿýößjÿýiÿÿ÷ÿ?ÿý÷ßw¿ýÿûoÿÿßÿÿÿÿßÿÿÿóÿÿÿÿÿÿ÷ÿÿûßßÿþûÿÿÿþ¿ß÷ÿÿÿ·ÿÿÿßýßÿÿ¿ëÿÿï¯ÿÿÿûwþÿûï÷ÿþ¯ÿÿÿûKo¼þÿÿ¯ÿÿãÏÿÿÿùÿ¿ïn×ï·n¿æ{ÿÿÿŸOlñåÿÿmùßßÿþÿÿÿûÿßï?ÿßþûÿ¿ÿïÿÿÿþú¿þÿÿÿëÿÿîÿ÷ÿÿùÇŸüùçšüÙÇŸ}þçŸöÑçŸþùGŸæù“ÿÿÿþóÿÿ¿ýÿŸ?¿þçÏßÿ÷Ï¿¿øþëßý÷ÿ¯ÿüÿÿÿŸßÿÿïÿÿùõÿßÿþÿþýõ×_ÿÿ¯¿ÿ{ý¿ëÿÿÿÿÿÿÿÿÿÿÿïÿÿÿóÿÿýÿï¿ÿÿÿßÿÿÿÿÿÿOÿÿÿÿï÷ÿþûÿ·þûï·¿ÿÿ¿ÿí¿ÿÿîÿïÿÿÿ¿ûÿïÿÿÿÿöÿï¿ýþûÿýÿÿoþßÿ›ÿÿÿÿû/¾ÿ~ÿSÿ}ýõ×_~ýåÖ[;±ÅW_ûE×_~ùõ×_ýõÖ[ý‹þÿÿóÎ?+Oÿ?í~ï¿Ï9ûóË6ÎÿàÿÿÝ?{üoáÿÿÞ{ßý~ÿõÿÿÿ}ÿ~ÿ½÷½ÿóïíÿwûU=ÿúþ™ÿÿ¿ÿþû÷ÿÿÿÿ÷ÿïö·¯þûùÿ}ÿÿÿÿßïßï¿ÿ¿ìÿ¿ŸöûùýÿÇÿ=õÅWg÷†_ü¿÷¿ýþï÷›O|ù¿ìÿÿÿÿöÿÿÿÿïßwŸw×ÿ­ÿÙÿûþßÿþë¿ÿúßÿOûÿ÷ÿ¿Þïïwÿßý‡ó×ó¿ÿ7ÿ~ÿ?·]ÿ×7úßÿÿÿïÿÿïÿÍÿÛíßÝÞmïÿÿßÿûÿúï{öýËÿÿÿÿïÿþÿ;¿ÿÎ~»ÿ÷¿þÿÿÿÿßÿÿÿÿ=öÿŸþÿÿüóû>ÿÿ³ßÞÿßó¯qüóOÿÿxÓÏ÷0ÿß?ûo³ÿÿß½ÿ÷ÿÿþÞÿÿÿöÿß_õß¿ß~õÿßÿÿþïÿ‡÷ÿßõÿŸÿwUß»ÿ|Uíþšîÿÿÿ÷ÿ¿ß}ÿß…ô¿éÿÿÿÿ_ÿþÿÿÿÿéöÿþõú_ÿÿõÿÿ¿ö×ÿÿ½7`ÿÿÿ÷ûÿ¿ÿþÿÿkÏþÿüïÿ÷þÿÿý÷ÿ¿¿ùÿÿ÷ÿoüÿþûïÿÿ®óÏÿßþû7ÿO>þÿÿúßÿóO>ÿÿOXÿÿÿÿÿÿ_úÿ<Ÿÿ¾ýùÿðýÿóÿóÿ^½Ïþóý¯Çûÿÿþë÷¿yÉú·÷¿ÎºöÏÊ:å¿_ÿÿÿ÷¸þûßßöÿÿí׿Í:ÿï³Ïwþìÿüÿ‰þûþÿÿ¿ß÷ûýÿÿïðýÿ¿ÿÿÿÿÿýýþÿí-¿vÿ½ÿ¿×íûïÿýo—ßdû¯ýÿÿÿÿ»ÿ¿kï¹òþûﹶûï¼ÿ¿_ÿÿÿþ;n½oÿ»øÿ¿þúKÿ¿¶ês­úêsÿ}îSï§õûýÿûÝ¿ý+ÿÿý÷ßúÿ¥÷Ÿþëý÷þoÿ¿úþëÿŸÿÿü¿_ÿûÿVÿÿß_oýÿ¶_wýþ—]vÿíÿwþÿûïo¹ýÿÿßýþ7ûÿÿÿõ×ÿÿÿõßÿÿýßßÿý÷Ÿÿ?æÿÿ÷ÿ¿…ÿߏ}ößk§ý÷ßmßíö}ßÝ÷ßÿñÇßgÿöÛÿ7öÿÿýöÿÿÿýÿý¿ÿýóÿÿýÿÿÿßÿÿÿ?ÿÿ÷Ûÿïðÿÿýûïÿÿÿ}ÿÿÿß}ïÿûwÿÿÿÿÿÿÿÿÝÿ÷½ÿÿ¿þÿÿûîïÿþþÿÿ§ÿÿÿëÿúŸ¯ÿþb‹ÿÿÿúÿ5þ·üÿÿÿßßîÿìû|ùß®÷ÿÿñF_üûß’ÿýýÿìÿÿ?ûýûß®ÿ_¿íÿûÿ»ÿÿÿk¾óõWýÿÿÿÿÏÿOÿÿþñç}þùgŸþùçþ¹GŸ}¾ùäŸþùgŸ¿ùÿÿÿÿü÷¿þÿß¿üÝ¿ùçÿ/¾þçß/þÿóïÓÿÿÿÿû÷¿ßÿûõÿÿÿû÷ÿÿûýÿÿýõýÿzý¿÷ÿOþÿÿÿÿ?ÿþÿÿ¯þþ÷ÿ?÷ÿÿÿÿÿÿÿ»ÿÿÿÿÿüñÿÿÿÿþùç¿ÿ{ýçÿþûû¿ÿÿû¿ÿþûÏí¿ÿþÿíÿ·ÿÿÿÿïûÿ¿¿îÿë¿ýöËŸüæÿý?õïÿ_¿ÿÿÛo÷ôÿ×_íõ×^wýµ×_z­õ]wý¥—_~ùõ×_üõÖ¿æýÿ;ÿ¿µßúî¿·;î£?»üûÏßîÿ¿þ_úöôëÿ/þÿ¿þþõïÿ»ÿöõúÍ÷ïþ_ÿ»ÿÿï?ÛÞöû¿_øÿÿ÷ÿýÿÿÿßÿÿßõÖß×è/ÿþÿÿ÷ÿÿßÿÞýýûýÅÿÿ[ï¹µßßgÿùœ_ùÿuÿïô÷[ÿÿÿ‡ÿ½ÿõþûoþÿÿú÷g÷ûïûŸßç_ÿÿ}þ{ÿ½ëÿÿ§Ÿÿÿ«ÿÿÿöÿßýwÞïí÷×^úýßïwìã·þý率þÿüsÿ¿ÿ÷ŸwþyoŸuöúfŸ{þ{‡ý÷ëÿ¯ÿÿÿÏ?ï÷úoÿýÿÿçŸzîùæžzôùæotæþûûÿ÷ÿÿßõwÿßoÿÿàÿÿÏ?ÿìóï?îîkßþêûûïÿýÿ7nïýt?ÿµñ÷Oÿÿÿûï¿ß~ÿïwÿïÝ÷ÿîÿÿùÿ½ÿÚÿûýÿlïßþóøÿÚ÷Ÿþú«¯¯þêë­ÿþÿ÷ó~úÿ÷ûé}ýG[¾ÿ×_ÿü§ß~¿ý§Ùgûÿ^ïÿ·ß~ûïÿÿñÿßúÿÿ­×ÿ~ýíßÿ~ýíåßÿ®wÿûÿÿÿÝïÿ?ÿÀÿýÿÿÌÿÿ?ÿþóÏ?ÿü³>óüóÿúþÿÿOþëÿÿÍÿŒõïÿÿoþÿÿýÞçÿï¿õËÿ¿åñÿüsOóÏüÿoÿš½ÿk®¹æþëì¹®ºZî³ÿû,˯?åòÿëŸ¹~ÿ÷dÿûùçŸwþüöŸ÷ÿýóÿÿÿßÿ)÷þþû}?Ýoûÿ.ÿßÿ×Þúíÿ_þÿí•ß~ûåßÞ¹÷ÿ6ÛNßÿ¦øåþ¿Ùÿî¿ÿÞ[¯½õÚ[ï¿ÿþû¿ÿÎ|ïùâ•;j½cÚû÷¿ÿ÷¿ï~ûï¹ûžûî»çþû¿û>¼ýW{ÿ—ݿߝû×ê·ö¿ÿ?þüÿßÿÿýç¿ÿÿÿÿÿ5ÿÿûïï³þÿ»ÿ¿^ÿÐÿÿßm·ÝwÙm×}wÛe·ÝÞçÛ~ûþûÿÿßùþÝïÿ¿ÿÿÿßÿ÷÷ßÿýÿ÷ßÿýŸÿùç›ÿÿÿÿÿoÿ÷ÿøÿývÛm¯ÝvÛkÿÝvß}÷÷ßh¾ý÷Û¯ýöÛm»ýkÿÿûï¿ÿÿöÛÿÿÿößÿýßÿüÿÍ÷ÿÿþûo¿ýÿ&ÿÿÿý÷ßï½÷ßß}÷Þ·Ýwÿ÷ÿÿÿÿÿýßÞ÷ÿ?ëÿûÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿüûïÿÿþÿoþÿãÏÿŸÿý÷ßÿý÷ßÿý÷ßÿýÿý³Ûõõß¿ÿýõßßÿoþÿþÿÿÿÿÿÿÿÿÿïÿÿÿÿÿÿ÷ÿÿ{ûþ½ÿÿ?ÿßúñÿwøá‡_~ùå?~øá—?þã~Øg?þùg›öù‡ÿ¿Û]·Ý~úïwu×i¿ÿÕ_÷íÿŸ~þçÿý÷ß?ÿ¾ýÿ}î¹çÞÿýï¿{þù÷¿ÿûoÿ_ôÛï¿ÿ¿¿ÿzÿÿàÿïùëŸÿþûïýÿÿúç¿ÿ÷ÿÝÿÿù¿ßûÿÿÿÏÿ/ÿoïÏ¿þþûï¿ÿþóï¿ÿþïÿþÿæ·×þúÿÿ·¿ßþÿøÿòÛo¿ýõ×_¿ýõ×_ýùï¿üÖÏÿÿÿöûÿ®ÿþÿSÿo½ÔÖ[}ýñ×{ýÔÛÀÖ[oýñ×_oýõ“K/ý™öÿþËëÿoóÏåÿÿÿ;ÿ×Ï?¿ÿÿÿÿ¿ÿ±ýþÖøàÿÿÿïïï¾ÍV·ïþ·ÿÿö¿cÛþþï¿ûþóù·¿;û¡þÿÿÿúÿÿÿÿßÿÿý½oÇÿ{ïÿÿýïßýïßÿ¿ßüÿÿõ—_oµõÖW?Õ×Z~·ýÏÿ»ðÿÿÿ»ôV_ü÷ÿìÿÿ—_~ù¦›_öùç›o¶ùßÿ¿wÿß×ûÿþ¾ï½Úúÿÿúßÿß}ûýó¿}÷ãËÏÕsÿ>ÿÿw¿þ?ßuÏùÿÿùÿÿÿ}¿þþû¯þÿÿÓ®¿ýò·ÿößï¿ûÿË/§ÿÿÿÑÿþÿïï·ßþ¯ÿ¿ßûÿýgÿßýöÿÛý}ýÿû½ÿÿÉþÿÿÿÿÝ¿öüàÿÿÿüÿϽ~óÿç÷÷ÿ?ñöÿïÿÿÿñÿßÿÿÿû¿çÿ¾æÿO~÷_ßÛþþ¿ïÿÙ÷çÿÿ—ÿÿÿÿºíü»~{nýýÍ¿ßÜìÿo¿ßßÿ·×Ͽߥ÷¿ñÿÿÿÿ_o½¿|_ýôûOÿ×ÿ?ÿöÿßWíõ÷ÿóÿýwîÿÿÿÿÿþÿÿ¿÷þÿÿÿßÿÏÿ÷ûýîûÿó¿ýûÿ÷ÿwÿÿÿÿÿÿùÿŸÿ÷ùÿûϺÿ»þ¿ÿúÿÏÿÿäÿÏ?ßÿ{ÿÿÿùÿÿÿõÿÿßÿõÕ÷óùÿÿÿÿÿ/ÿÿòóþ«Ëûÿÿÿû5®¿ÿúµ¬«ç2ûúϪ¾úó¯?}Ö¹þë÷_öÿÿÿ·­÷?ßì÷Ýÿÿÿçÿßý÷Ÿþü¿Þ÷ÿ}¿ÿï£ÿÿÿÿß}ÿÿëþýíý¿ÞëŸ_þßëÿÿþýÏßßüÿ£ÿöÿÿÿ»÷Þkï½ñÞûï½·{︿Úkï¿òþ;î¿ï~üÿÿÿÿß~ûîWï~ûî£Ïõì÷û¿ÿßúýûõ¿ÿâÿÿÿÿÿþÿÿãÿ>þÿãß?®Çÿÿøÿÿëÿ¿Ïÿûÿdþýÿÿoÿm·Ývÿy·ÝvÙýŸwþå·ÿûýÿßÿ÷ÿú_ÿÿÿ×ÿÿýßßÿý÷ÿù÷ÿÿÿý÷ÿÿןý›ß¯m÷Ú}§ýwß}÷Ý÷{ÿöÛŸ}÷ßgÿößýcþÿÿÿýÿßÿÿÿßÿý÷ïÿý÷Ïÿÿþ÷ÿoÿÿ÷ÿÿo÷ÿÿÿûÿß÷Ýÿß÷Þ}ïýûw÷ÿÿÿïÿÿÝÿ÷ýÿÿ«ÿÿ¿þïëÿÿÿëÿÿÿÿÿ¿þÿï÷ßßûÿ¿ÿ_ûÿ§ÿ÷üÿÿåÿ_þ÷ßOþ÷ßÿ½çÿoþûç¿ÿ~ùߟÿ}ùÿÅ¿ÿ§¿ÿþÿÿÿÿþÿÿÿï¿ÿÿÿÿÿßÿþëÿÿÿÿïÿÿÿ}îñçŸþñçŸþùçþùçŸþùG—?þùgŸ¿úÿÿÿÿÿü÷Ÿÿø÷ßÿÿÉÿü÷ÿþý³ß5þýòÿÍÿÿÿÿÿç¿ÿÿû÷ÿÿÿÿÿþûíÿÿÿÿÿ—÷úý¯×ÿÛþÿÿÿûÿÿÿÿÿÿÿý÷ßÿûÿÿÿüÿÿ¿þÿÿÿÿüÿóÿÿÿÿÿû¿ÿþûû¿ÿþûï¿ÿÿûïÿÿþûeÿÿþÿçÿÿÿÿûÿÿ_ýõÛ_ýåWßûö‹+ÿûæÛÿ½ÿþÛëþüÿ“_íõÓ_{­ô“_|ùµ_o­õÆ_m½õ×wñõ—¿æÿýÿï¼ÿÿ÷ÿÿîÎ?ÿ>ÿÿŸïï¿÷¿ÿú½ßÿìð§ÿ&úþ¿ÿûÿÿßÿÿ¿ßúÿÿ÷ÿÿîï¿ÿ½ÿ½ÿýË÷³ûßÿÿßÿÿ×ßÿÿÛý÷_ßÿþÿÿÿ¿ÿýßþÿ}7ýóûÿ™ÿÿýÿÍS_õý—[ùuö~ù÷÷_ÿÿŸþÿñÿûþÿ¿þþ{úùå»oþùåŸûªûí½Ú}ûû¿þþçÿ¯ãÿÿûÿÿïÏýûÿïÿý¾üü?¯ÿÿýýÿÿËí÷ÿ÷ÿ‹ÿþÿÞÿ¿þÿïÿýïþÏ?wÿÿß÷ëïýýþ_Ïÿ^õÿÿÿÿþÿÿÿÿÿýÿÿÿ7ÿÿÿÿ·ÿæÿíþ÷ûûý» ÷ÿÿÿÿÿcÝ?þÿëß=ÿ«~ýþÛÿïúÎÿ￱W'ÿÿÿÿÿ¿ÿnûÿûÿ~oÿþ÷ûÿ÷ÿÿÿþÛoþÿûßþöûÿÿÿýŸþúïÿÿ{¿ÝÿÿÿþÛÿ7Ýöÿ~³ÿô÷z_Ëÿÿÿÿÿ¯ýýÿÿÇÿÿ¿ÿíÿÿÿÿÿ÷o~kùÿßýeþßý÷ýÿ}÷ßÿÿýÿÿ}ÿÿÿÿ¿¯þwûýÿÿþÿÅÿÿ·ÿçÿÿÿÿüÿÏÿÿÏ37ëþï¿ÿÞûÿMþÿú;Íÿ‚õÿ¿ÿ?ÿÿÿÿwýùÿÿ?ÿ¼_ßóÏ?ÿþÿ	ó÷?ÿiÿ~¼ÿÿ}Öÿþûû¿ÿ®2¥¿ÿùìÛn»ížÿOŸë×¹b·gÿÿï·þí·üÿmÿþûÿÏþ_s͵מ{ë}·Þ7ëü^ÿÿÿ¿ÿþßÞÿ÷ýÿ¿×ÿÿÛl·ÕÜÿE—ìým¶ŸÚÿÿ»ÿþÿÿ¿õÿÿ¯½ÿ¿ú»ÿŽ÷þùçÿ[ê½cÿûv½—ÿÿß/ýÿÿ¿ï¿þïKï÷õ߯>ü÷Öǝÿ×·_ÿûÞÿ÷þÿÿþëÿÿÿÞõóÏzü¯ÿ~ÿ½ÿþ{ïý¿þÿûõ§ÿÿöÿÿÿÿÿÿÿßñ÷ÿ÷ÿÿ³ÿ¿qGï=÷ôÓÿßý¶}oÿÿÿÿÿÿÿÿÿŸüÿ÷ŸoþÿÿÿðÃÿýß_ÿÿù×—øÿý÷ßnÿý÷Úkÿöß¿÷ß]ýõ×k÷ývßo¿m?gÿÿÿÿ?ÿÿ÷ßÿý÷ÿ÷¿ýßÿÊ+¯¼rÿýþÿoÿüÿ7ÿÿÿÿÿýÿ÷}ÿýwßÿßÿ·ß÷ÿÿþûoÿ÷ÿýÿÞ÷ÿèúÿÿÿûîÿÿÿùÿ™¯ÿÿ»ÿÿÿÿÿÿÿÿÿÿ/ÿÿòÿÓÿ—ÿÿûýÿÿýÿÿñÿ{ÿ·ßùå×ï¿ÿ}ýß÷ÿ¿þ¿þÿÿÿ¿ýÿÿïÿïïÿþóïÿü·Þ:ëþßÿÿïÿ¿þÿõÿõùç{þùçŸyþùçŸþçŸ_ôÑGþùgŸôù©ÿ¯ÿÿÿÿÿÿùÿŸÿýÒßßýÿ믿þúßÿÿýþß·ÿüýÿÿÿÿÿÿÿÿÿûï—ÿÿïÿ__ýõ×ÿÿÿ¯÷ÿÚÿÿëÿëÿÿÿÿÿÿÿþÿÿÿÿÿ÷÷ÿ÷šÿý÷÷ïÿÿÿ?ïÿCÿ_ÿÿÿÿÿÿïý¿ÿûûÿ¿ÿûÿ×ÿÿÿÿ¿ÿþÿÿÿþ?ùÿÿÿÿÿßÿÛÿïÿöÿÿÿÙïÿûß~o¾Ýôûo¿ÿöþKÿýõ×_½ô“_/ýô×^ßôÆ_~øá×^víu—[kñÏþÿÿÿü?ïüþÏ?¾?ãÏ÷²ÿÿÿûï³ïûýÛþ¿üàÿÿûÿ¿þûÿ¿÷ÿÿÿ^õÞû÷«ÿîûû׬ÿ¿Ïÿÿý»‰ÿÿÿÿÿ÷ßýýûéÿ¿üÿÿ§úÿÿÿÿ;ÿ¿ÿÝÿß¿ÿØôßÿÿ¿ÿüõÿ{~yÿû{æçŸOýõWo¼Õ³]~ºÿåÿÿÿÿÿÿuŸÿÿýç÷ÿïÿÿ÷_ÿÛo¿ýï÷oÿ¾öþÿ%ýþ÷ßïÿÿßÿÿûÿï÷÷Û_ù÷þýÿüsô?¿ý~ÿ9Õ?ûßÿÿÿï¿ïÿÿïÿßÿÇýÝòßýýþ߯ÛóÞsÿÿ¿rÿÅïÿÿÿÿÿÿÿÿÿÿÿÿ}÷ïuíÿþß÷ÿÿÿv|÷ßÿþÿëþÿÿÿ?ûÿÿÿÿûÿ½ðþÿñÚO}·×þ¿~ÿõÿ÷_Õÿÿÿÿÿýÿÿÿÿÿÿ¿ÛîÿûŸÿ{ÿ»ÿwþÿ÷ýÿÿ¿ýÿÿÿýüýÿÿÿÿÿ÷ëý¿Î¿ÿû—l{ë¿÷ßûÉ=ÿµøÿÿÿÿÿÿݵÿúÿÿþÿ_Þö×îúß÷Ÿÿõõ¿íû~bÿÿÿ÷ßÿ÷ÿÿÿßÿÿ¿{ÿßûÿ¿ÿß:ÿïóÿÿïý¿ÿwüÿçŸÿ?þÿÿýÿÿÏ3ý÷óÏ¿ùàóÍ÷óäóÿ:òüOZÿýüÿýÿÿïÿŸßÿÌ¿ŸÓ?_öÿÿþž7ÿïç›ï¯Ïûÿÿúûÿ¿ÿïÿ×ÿ-ýw^Îê÷ÿùýÿ½ú¸,Ÿ»÷ÿöÿÿõ×ÿÿÿûÿ·þÿëìçòÿï¿Ïÿÿ¿çßwëý¿ÿïöÿÿ¿ÿþÿÏÿßÿÿÿ_;ù×ë½ýíßë/ÿþýçŽÿöÿŸýÿÿÿÿÿÿÿÿîÿÿþÿªè¶ú︥Ûk¯­ûþ;ö¿±þ{øÿÿÿþÿÿÿÿ÷ÿýÿWïuîr/¿ÿúÞý»õ¿ýyjÿÿÿçÿÿÿÿ¿ÿ?ëÿ¿þv¬×~Éñ÷ÿûëÿ¿^ÿëï?ûÿÿ_~ûÿÿÿÿÿÿÿÿoûíÿwûÿÿÿÿýÿoÛÿÿÿøÿÿÿù÷ÿÿÿÿÿßÿÿÿÿŸ¿ÿ÷ÿÿý÷_ÿÿÿ÷Ÿÿ›ÿßÿÝ÷ßÿý÷Ù¿ýçÿ}·šm}÷ÙoÿöÚþöÿÿýÿÿÿÿÿÿÛ¿ý÷ßßýÿßoÿÿÿïïÿÿ÷ßÿïÐÿÿþýÿÿÿÿÿÿ¿ÿý÷÷¿{wÿÿýÿÿÿÿßÿ÷½ÿÿ«ÿÿzÿÿïÿþÿë·ÿ~ç‹·þÿé/þÿÿû¿ÿÿòÿ¯ÿ7ìÿ¿ýÿÿ¿ÿçÿO~ûíWßÿÅÿ_~ýî¿ßþûßÓÿ}ûÿÈÿÿÿþÿÿû¿ÿÿÿï¿ÿýj¯ûßz¹ÿÿÿúïÿÿÿÿéÿwÿÿŸþùç}þùÇôñg]þÑgŸþÑçŸþùÇŸ¿øÿÿßÿÿÿÿí¿øûÏÿ¿þþÿýû¿ýûß?þÿûÿÕûÿÿÿÿÿÿÿÿõ÷ß~ýýÏßÿï÷ÿÿûýÿÿûý¿ÿÿßþÿÿ÷ûÿÿßûßÿÿþûÿ¿ÿûÿÿÿÿÿû/ÿþ÷ïÿÿþõÿÿ¿ÿÿÿÞÿþûí·ÿûû{ýÿûï¿ÿ~ùïÿþÿïÿÿÿÿÿÿÿÿÿÿ÷¿ÿÿûäÛ»»ö?oÿñâþÿ¿üÖÛoþßüÿ×ýÅ—_ýõ×O/¹Å]oñô×_oýá—Zný¥–¿¥þ¿ÿüÿÏÿ¿í¿ÿûÎÿ»ÿñçßüóÿ¿¿¼ÐËÿ>þÿÿ=ôÿ_ÿÿýÿÿýÿÿý¿gÿÿÿ÷ÿ=ÿݝûÓß¿_Øÿÿÿÿÿÿýÿÿ?ÿüýçþí¯ÿÿßÿÿ×=?Ýû»ÿÅÿÿ_oýÿ×ÿÿÿÿÿ÷³÷B/øüÃ{ßÿÿ~ùýßû{þÿ·úëÿ¿þÿÿÿûÿïë¿÷÷~N¿þßþÛïýÖ~«ÿÿòßÿÿÿÏÿÿÿÿï÷÷Ÿ?õ|Ñ~ÿÿ¿þÿïÿÿßýíüóÿ¿ÿÿÿÿúÿ÷ÿþí=ÿþû/ÿþÿýÛÿßûÿýýß«ÿßÝïÿÿÿþûÿßÿÿ;üß?ý¶ûÿ¯ßÿ|ïï/þïï¯ýéÿãþ¸ã?öýóŽNw¿÷ýïïýßûüûßÿ¿ðýöÿÿÞÿïßÿþõïߟÿýïþÿÿÿýÿûùãÇÿý?ßÿÿ½ûÿÿÿ}ß¿ï~×ï·ÿ·Óîÿ¿òû§þ÷ÿß7Ëuÿïúߟþÿ~ÿÿÿÿ¿¿óïÿïÙý×ëö¯~ûîúÿïŸÿÛûþ¿ïWþÿ÷ýÿÿÿßÿÿýßïëÏÿÿùÿÿÿÿ¿ÿ÷þÿÿÿÿWSŸÏúÿü¿þ?ë~óÿÿÿ/ÿÿÿþÿÿÿß«óO>ÿ㣮ÿ ÿÅñŸìÿùÿ›ÿ»ÿ¿ÿñüÇÿóÏ?ÿ~Ú_óû|ÝüýZôÿñïŸYféï”ßûïïßKþïêÛn¿ýÞÿ{ë´¿cÿ÷Dûóß>ßxâß&üüÿo§ÿêÿ_{íµ×þþû}çþ?ûÿ>þ¬ûG9ÿýÿÿ÷_ûÍ,Ójíÿ_j«ÍüŸŽÿVûÿÐÿ®ýïÖûïÿÿ¾ûê¿e—z«ÿ¾wÞyå¿\·½ãÿûë¿•ÿßùï½ô×ÿýVm¥”Mýþ=ôÖÿý÷Ò«_Ÿ»×ÿGü¿_?ú¥—^ÿËå£þ?Ú¥ÿúÿ¿ÿþûﯳ_ÿïý¿^ÿõßûÿ÷ßo¾ÿÿÛ¾¿þ²Ïû~7ï=÷üóÛïßùÃÝoþ£þõ÷ßÿýõ÷ÿÿýþ‘o¾÷ûþÿóÏ/ÿõÿÿïÿñç¿ùÝwÚk›Ý÷ßgßýÇŸo¿÷ß^ýõקýößo¿ýâÿýÿß¿ý÷ÿïÿ÷Ü7ŸýÝÿÚk¯½vÿýþÿgÿþÿ.ÿûÿßÿþûïÿÿÿÿõßß}»·÷ÿÿþûïý÷ÿýÿÞÿÿÿûÿï½ïþûþþ›-¿þïÿ÷ÿÿÿ¿øòÿÿÿÿçýÉÿÿÿïýÿÿÿÿý~o|ýÄÛü¿ß~ÿý×õßÿí×ßöÿ¯ü»íîßßýöÝÿÿ÷³ï­÷ûÿþ·þºë¿›þ¿kÿßÿ¿öÿ÷ðå—þùçŸ?>ñæ}öçŸ?ôÑE{öùG›îÙµÿÿß¿íÿÿÿ÷wÝyãë×|ÿ駟~ú7þýÿÿÿüÿ~ùÇßÿýï¯ÞùW¿üûOo}ôÑï¿ÿ¯ÿÿûÿÿçÿÿùï¿ÿúûïýÿßúï®Û?ÿÿúÿûûÿûïÿ¿öÿßÿÿÿïÛïÿþÿï¿ûÿß×÷ÿ×úûï¿·ÿþÿõÿÿþ?ú¿ÿÿÿÿóÿ¿ÿÿÿÿûïïüÿoïÿÿÿo¿ÿóûÿ?ýöÿÊÿýµ—^ýÕ×_µõ×ïÔÓ_}íu×_}õµ×]oéOþÿïóÿÿ«ÛŽ>ûì¯w·Ý³óÿúׯûÝíüÑ¿ýŸÿïä¿Ë·×ü»ï¼ý¿ùïýÏïçÿ¿ûïïÿüÏ÷ÿÿ½ÿßÿ½ýýßþÝý¿ÿ¿¿ÿíOß½ÿïóÿ½ßü÷Ï|}ýù{¿ÿÞŸóû÷½›¿ÿðÞW~ÿ×{þõçÝîÿß{Ÿýûãÿ]ÿ}ÿÿÿþÿßßýÿ¶ûõ½ÿûû¿ý7ÿûÿÿÛÿgþ?ÿ}ÿÏ/¿wß÷÷ÿ­þ×ßñ‡ÿwýßÿïýçþù÷/úÿÿ󯿷ÞÿO?ÿ§ÿý÷ÿþÿ½õÿ7ÿ÷ßÿϽ¼òÿÓþþÿ·}Þÿoçýþûõ÷¿ïïß÷þûÿ÷¯ýÿúýßþÛŸþïþûýÿÿûÿÿñÏÿÿóÛÿýþÃûßÿ?ß^;w×ÿÛ÷ßñóÿßïwöÿ_»ýÿwïÛÿ÷³Ÿÿÿÿß}ù¿“ÿü÷ßýõÇ_ýþ÷w»§ÿÿõý÷›îÛñz}þ_ìÿýößÿý¿ß~ûÿÿ;¿ÿÛýÿŸ_ÿùò×ÿý}]¢ÿ÷×_ý÷ÿÿÝ¿ýŸûkÿ÷k¿ÿ¿þï÷¿÷ÿÿïß?ýÿÿ›Ï?óÿïï<Ó“ÿÿ¿n>Þú“­?ÿþóÿ?ÿÿZÿÿÿõÿÿsÿÿÏþ»ÿÿ›ÿõÿÿÿ¿ìÿ[ü¿ÿÿõÿ¯Ã{î¿ç–k®®žË÷߯ëõ_ÎŽÝ×ë»îò¹.‹û·~¯öçßþùçý~þù?ÿþß©çrÿÿ³ŸÿÓý§ßoúý'ûoâßþøëÿ·þ_ëÿ·ü÷ßÿÿÿ÷ÿ¿n»ßÞ³æùOÝÿçï—ýõÞ{ï½÷žkï½ç¾ûî¿ÿûï¯vß]îÿoï;ê¿¿þ{ùÿ~{ì·Ï~÷ï±ÿýÞ_¯õïËÿï÷ûÿûð¹g½~ãÿÿÿ×ÿÿþïó_ùïãþ:§ÿÿûß=³>ûõ·ßÉõ&þm·wÞm·÷ßíþÿ¿ÿÿÿwÿíÆßnþí¶ÿÝý·oøßÿÿÿŸÿÿ÷Ÿÿ¿ÿþû½ÿßÿþçÛþÿÿþ‡ÿÝi¯½öÚ}ÿ}öÛkÿý÷ÿýöšÿ©ÖÙo¯­öšÿ7ößÿÿ÷ßÿßÿóÏÿÿýßýûÿÿýÿìïÿ÷ÿÿïöwß÷}÷ÿß}ÿý÷{{ÿÿÿþûÿÿÿßÿ÷ýÿÿ³ÿÿÿÿÿÿÿ÷ÿÿÿçöÞþo½þû?÷yæß?þÿþÿ/þßýÿ÷ßÿý·ïÿýýÍw{¼Äÿ~ÿïÿë|ýßWÿmýÿìÿÿÿûÿÿÿ§ÿÿ¿ÿ¿¿ÿû¯ÿÿÿïûýÿÿÿ»ßÿÍÿsÿÿ‡~øåþøã¼Ùc=~Øg‡?þðbž4øÇŸ?øÿwÝuÙå·ÿu×]·eÿXKõŸý÷÷ßóŸ¿ÓùãÿÓÿÿçŸþý÷ßÿþûÃk÷I¿îÿã¿Þ“ÿßÿß÷Ïþý¥—Þyﵺ^ý½»ú»ÿòÿüÿ­~ûý÷ÿÿoÿÿþÿöÿÿýïÿÿ×ùÿÿïöÝ÷Í×ÿçûo¾ûçÿçÿüÿëgߣÿn¾üâË/ïßòÛ¿ÿóÿÿ÷öÏo¿ÿþÓk¶ßöÛýþüÿ–M7ÝUt±Õ“[~õñ_mýUGt­õ’N?Éõ×ÅmÿË?ùüóÏþïìòË>ÿ÷ÿ6¿÷ÿjýï3»û>îü?þçßÿ~ÿÿ¿çþÿÏÿôÿoÿþýï¿ì~÷ï÷îÿÿî¿©wòë­½üúÿ®½|Û}÷ÝoÔøÿ{ýÿ÷ÿîÿµÿ¿Ý™¿÷[õÕÖÿW¹åÇûíÿÿ÷¿yçßrïý·ÿëµ±õÿŸþï¾öÚj½}ÿÛnn¿ÿþû÷ÿÿÿ¿®þùÿçþþçßþÿâÿóÏ}ïÿsÏoûýwßÿûݽ^g¸Sÿß{ÿÿßÞ÷ܯªÿ,¿ÿÿ¯¿üü“M?÷ÿÛÏÿö{¯ÿ¿ßÿÿߺë¯ÿÜžß׿ëïÿöÎç½ÿÛ~ÿ¶ýßÿþûý÷îÿÿÿWýíÿÏ=çßÿ=ߘÿú÷÷ÿß?üÒ{Þ·ý§ó­òþ÷7ûÿžõÿùïÿíïÿïýþÝõ7ïÿÿÿÿïÿÿýóïïûÿÿé¿÷þ»í³ûm»Ï?÷Ýÿ/÷ûõôWïo¶ýÿÿýÏû_ýý÷Ï?ÿìö_?ßøÿÿÿÿ5ÿÿÿÿÿwÿüßúÿþýþûóÏ_oí÷ß?ÿýïÿþÿ}ÿ¿ÿÿÿÿÿoüíÿÿÿìó{û÷Þúï×ÏßûýïÿÿÿOýüÛ¿¿ùýë>÷Ÿï·µåÿÿýß_ÿûÿûÿÿÿõ¿ÿûí÷ßþÿí÷ßûï—_÷[ðçóÏ¿ÿÿÿÿ:ëü;ïÿëþü<ÿÌã¿ÿþ{ïÏ?ÿï?o=ÿõÿ_þÿוWýüÿ_ÿïý—ÞÏ?ÿüûóÿßû¿vï¹üö{®«þ:믹®º´¿~»Ê²j»í¶{æþWîëþ½ÚŸ?ÿýç÷ÿ|óÝ7ßùÿýÛÿÿÏo­µÖZkÿé÷ÿï¿Ñÿÿßÿÿúÿ­ÿÿøë¯ïôßû÷ôÿ³Í6óö/yÿßÞ/öÿ{¯½öþkï½öÚ{ォ~î¿£þ{Þ{ï•÷ïÉ÷þöoàÿûè¿ïþûï³ÿîûìW-w¹O½ûõÞÿ÷ïwßþ¿ÿµÿÿ×ÿþÿÿÿÿÿçÏ?ëœW?êûÿþûï¿ÿÿ>ÿÿÿÓüÿÝvÛe·ÝvÛ·wûýç¯ßýÿݽ÷ÜóÏw¾mÿïÿçÿý÷ßÿÿùÿßÿÿÿ÷[ovþÿõÿÏ?ÿüÿÿþÿ'þ}·vÛûíwßo¯Ý÷ÝÿñöÚ}_ýõ×_¿½öÛÿÙ¿ýÿÛÿÿÿÿß?ÿýÿÿ÷ûßÿÿk¯½öÚü÷Ûÿß¿ßß{ÿ½÷ßÿÝ÷Ý{ÿ÷ßïÿÝÿßÿÿûï¿w÷¿÷ÿÿOþÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¯ÿ×ÿ?þÿÿÿÿÿÿÿÏÿÿÿÿõÿßÿý÷ßÿý÷ßÿÿ|ñ{ÿÿÿßÿý·ß_ÿ·ßþ;ÿÿÿÿÿÿÿÿÿÿÿÿÿÿûÿýÿÿßÿ÷Ïúë®ûßÿÿý÷üÿ~ùçŸþùã‡þÙçŸÿøçŸ?þÑAþØãŸöåÿßwÿý÷ßÿ}÷Ýÿøòßýçÿ§¿~úéwßx÷ë÷oÿÿÿÿÿÿÿÿÿÿ÷ÿÿ·×¿ûïÿÿ{ýõÔ[ßÿõÿ_ýûÿ×ß~ÿý×_õÍ÷ßÿÿõ¿ýÿÿëÿûÿ?Ÿý÷ùúÿÄÿÿûõ÷ßÿÿÿÿßÿÿÿÿÿÿÿïÿ_û¯¿þþÿùÿ×ûö=ýò[M½ýîûK4½^ÛÿÿäÓÿïýÿ¿ÿþüóÿï¿ýÿðß]/ÙôRMwÙÕR[kýå×sÝåÇ_{íµG_ýõ×_ÿ›=ݬrÏ/ÿ¼³O?÷ü̝ÿl¿ÿ¯ÿê3;Ü]Ç×ú?é¿¿ÿýö»ÿþûîúÿÿû¿ïîÿï½ùöï¿¿ú}öÏ·ü~éÿ맿þú믽þúË«Ý÷ÿ©òwýýkÝ÷ÿïûçÿÓEÞüñÇ_´ðÆøç¼Ûÿõž_Ý=é§w÷çï†kÿ¿øÿÿûÿÿþûù¿ßþûÿ炙¯öýÿîïÿÿÿ¯ÿÿþ‰õMïýö_>ÿýó_wÿó÷çÜfûÝÿãÿ÷uçßþõýÞÿ·þßçŸöý?ÿýõ߯?ÿÿÿ¿Þÿ÷ýôߧÿÏÿôÿÿ·ûÿý¿ÿû¿ïþúýéÿûû÷û¿çýÿþwþáßÿÿ‹íÝÿï¿ñË/ÿêßûÿ¨½ûÿzñÏÿzé~ûÿþ÷ÿµíÿûÿÿÿþû¯ÿÿÿý¿¿ÿÿÿÿ›þÿÿÿ÷ïþõÿ¾¾ìÿj¥¿þðÇ–»îk½÷ïç¿÷ýÿíÿÿÿßþÿûïû~ï_ÿíô߯íþÕÛNÿüÞÿÿø÷ßýûÿï½ÿÿ}¯Ù6ÿúÿÿ÷ÿ}oÿÿÿ}÷ÿïÿÿïï½ýÚþ?ÿþÿÿõõÿûÿÿÿÿçûï¿óä¿ÎÿÿÏ›ýÿÏû>ÿÿïÿ÷ù̳N¾þÖ?ÿÿÿ×ÿýÿ×ÿòïÿ}ïÿýüóÏ¿Ïÿ³usÿëõþ·¯ÿæúk.ÿþóÿªNý¿²þ?ë¶Ûo¿g.Ùçúõß‹ýïóûu¾|ÿûõ÷ßÿû,ëÿÛ7ÿüÖZ{íµöÏ~ßïÿ[üÿ½þÿÿÿÿÿúÿýÿÿÚMûÿýï¯ÿ7Ûl3oß›ç¿ùÿgÿ»öÞÿ¯½÷Þÿÿÿÿž[êÿ;¯½æ•÷^yÿŽ=ïÞ÷nþÿ?î»Ï~ÿÿùÿ~÷V«ûûý¿{ÿ½÷~ÿ~ýí^Ï_Èÿþÿý׏üÿ]÷ÿo¯Þÿÿ×ÿÿï¿ÿþûÿåÿÿ~<Éÿÿ—ÛvÛm·ÿÿÿ·ÿ/íûÝÿßÝ{Ï=ÿ|çÛv¿ÿ¯þÿÿÿÿçÿþÿÿÿÿ}Þgÿ÷÷_ÿÿüóÏÿÿýÇÿïÁÿ÷Úw«í÷ßoÿíöÚlóág¿}÷Õ_ýõÚoí÷ÿ™ýÿßÿÿý÷ÿ?ÿÿóßoÿÿ·¿ýÿ¿öÚk¯ýoÿýÿÿüÿß÷ÿ}ïýwÿÿ÷¿wÿÿÿþß÷ÿýÿ¿ÿþû÷ý}ÿÿÿàÿïÿ¿ÿÿÿÿÿÿÿ¿ÿÿ[âýÿÿúÿÿÿßÿÿÿ¿øÿÿuÿ{þ÷ýÿÿ÷ÿÿëÿ÷ÿÿóÿ¶ÿí·ßÿý÷÷oÿ·rÿûÿÿÿÿÿÿýÿþÿÿ½¿Fïÿßÿÿÿ®·Îºÿ¿ÿÿûÿ‰ÿßçŸþùçŸö¹ç{¤yŸþøç}ôÑçŸ{þ™ç?þÿüçÿýý÷ÿÿýÿß/~ÿß?×ÿú鯿þ÷Ëÿþÿõÿçÿÿÿûï¿ßÿû÷ÿÿ~ýÿÿþûß×_ýõÿvþïý߇ÿ¿ÿ÷ÿÿÿÿ÷ÿÿÿÿÿÿßöÿÿÿ¿þÿÿÿÿýûß¿ÿ¿ýÿùÿÿÿÿÿÿ·ÿþùß¿ÿý÷ÿÿþÿµþþûï¿ÿÿÿëÿÿ/ÿû÷“þÿoÿoýÿþ÷¿ÿ÷[ÿïÿÿû¾ÿþ×ÿGûÿuÇ_Ýõ×_õu×^ré×]¼ÕÇÕõ×];íµ¿ûßß?»lË?û®ûÛ»ÿ÷Ïÿ»ÿò÷Þ¯ãËý{ì?Ÿÿ¿?ûüÿ.ïöûßÿßÿ?·ßÿ‹ßï¿ÿëýßÿ¿ýÿ7üïÿïî»ÿÿÿïûÿþ÷oÿ¯ÿýÿÿÿÛÿþ¿Úÿ¯ï7uîÏÆŸ}¸pG›ïùõÇ_ý}ÞM÷÷ÿ{7ÿ·?÷½Ñÿüõÿ_ÿÿÿï?ïõoÿÿõïÿ÷ÛïûþÿÿßÿïÿÿÚïÿ/øÿß}ß]”ÝßýýW±Þþ»ÿoæµ÷{û÷Ÿ-ÿßÊ¿ÿÿÿ÷Û¿ý÷ÿçÿ÷~ûßÿßúÏÿû÷ÿÏ=ÿÿÿÿ3ÿÿÿ¯ÿÿßßÿíÿþ{¿¯Þßÿÿÿßÿýÿÿ÷»ýþþý¿ùÿÿ÷ÿÿåœð¯ÿÿÿÿ¯;þ7ßÿ÷wÿõÿÿsÛÿwÿÏÿÿwÿ¿ÿ×ïÿþÿÿ÷wûüëÿÿïÿÿmÿ™ÿûÿûÿ/îÿÿòÿ¿û~ùïûïWݵw¿Ë|Óþòÿ»ÿÿ¿ï¯ÿ~÷òÿÿÿÿÛüVϽß÷ßÛÿÿøúÿÿÿÿ_ÿýÚÞÿ÷Ç÷ߏùÿÿwßï§ÿþÿ½ÿýÞÿïÿÿßÿï÷þÿ¿þçîÿ®ß•ñÿÿO>ùÿ;Íÿß|ãßÿê¨Î:óÿ¿Ž¿ó¯?Ï÷þdó?nýÿóËÿÿéÿÿî»Ùÿ_MÍÖ[ùÿùÿÏú|¿ÿwý¿~ïÿûûï¿¿~³ê÷ßÿõÿºþ½z–³þ·äÿÿâºnî^ü}Øÿÿ÷_Íï³ÿ¾ÿþÿÿ¿ýûÿ·Îïÿ¯þÿvÿÿ÷ßü¿Ñÿÿÿüÿÿÿßÿÿý÷_zé÷z¯–ÿïÿÿÿÿå=aÿ1¯¯öÿûÿÿÿÿkî¿æ¾ûþë¿Z®½³þn½ÿ¿[ïüõî¹ïåÿÿÿÿÿ¿ûö»ÿý×[yÿß¿_õûÿYë¿ÿïöëþuþµýÿÿÿÿÿø‡½ÿû￁òûŸÿÿëý¿ßzüëÿÏ'þï׿ôÿÿÿ¿ÿÿÝþßÿÿŸï¿ùÿÿßýÚÝùÿÿÿwþl÷›ùìÿÿÿÿÿÿÿùÿßÿÿùÿÛo÷þçÿõ÷ÿïÿýÿÛüÙwú»ýöÛnÿý7ß~ÿùwßçý÷ÛÝ÷ß·ýwÛoÿŸØÿÿüöÛoÿÿÿÿÿÿÿÿÿ7÷ß÷ÿÿÿü÷Ÿý÷Ù?ÿ¿Ùÿÿýßßÿÿýÿÿÿÿÿßíí}ÿßÿÿÿßÿwï¿÷þÿ¯úÿÿÿÿþÿïÿÿ¿þc߯ÿúÿoöÿÿû½ýÿÿ¿ÿÿüßðÿÿßÿÿÿßÿÿýûåwÿuñ–ÿñß»{ý±Î[õ÷õÿ‡ÿÿÿÿÿ¿ÿÿûÿý¿ÿòZï¿îÿyÿ÷ÿþïÿÿßóÿþÿßüÿöùçŸ~ùçþÑd›ôùGžþÙgŸþÙçŸ}þèÿÿÿ¿ÿþ_?ûõÿï½ìÒ¿ÿÿòß?¾ÿûëÿÿþ÷ëÿ7ÿÿÿÿ÷ÿÿþyïÿßÿÿå•?ÿÿßÿþý÷ß^ûÿ×ÿ_ÿ?úÿÿÿÿ¿ÿÿÿÿÿÿûÏÿÿþïÿ¿üÿÿïýþÿ¿¿ÿùþÿÑÿÿÿÿÿÿÿÿöÿÿ÷ÿþï÷Ïÿÿ׿þþý÷ÿÿÿýÿßÿMþÿÛÿÿÿ?Ýõû_¿ÝòÿïÿÿÓ?½ýþÿÿÿ¿þßïÿÿÓÿ^{õµW]ýå×]oýu×ÝåWKsõµÇ~ýµ×_{žÿÿÿ½·ÿ>÷žñÞ.û̏ÿÙ»Þ¯ëûÿÿûÿ®×wÿßøÿûïÿÿÿ¶·ÿtþÙßýÿÚÿÙÿÿÿÿÿÿ¾¼w_åÿÿÿÿÿÿï¿ÿøÿï÷ÿÿûû_ÿ·ÿÿÿÿÿ}ÿÿÿ¿ÿ÷7ÿÿo¾á[ÿññþMÿýØÿ›ÝõÔ[=ÿÿ_ìç÷gûÿ¿ë¯ÿýßÿÿwÿýÿ·þÿÿÿ¯û®ûï÷Ò¿úÿëßÿÿþÑÿÿÿÿÿÿ·ï_ÿ¾ôÛî¹þÓëüüöÿýóûwßívÿý¿þýó÷ïß÷ÿü¿÷ÿûÿ7ÿÿï¯þÞòÿï}ÿû·¿ÿÓÿÿÿøûÿÿûÿÿýÿÞ¾ÿÿÿÿí¿ö~ÿ¿ÿ¿Ûîëýo—ÿýÿ¿þßÿïŸóýß_Ÿóÿÿxãÿ?þÝóÏ?ÿŸóÿ~×ìÿûÿÿÿÿ}ÿÿŸÿ÷ÿßøÿ¹þþÿïêß|þ÷ýÿÿ»¤þ¿ÿÿïßí?ßþÿßõÿî·³ìÿッNSÿÿÜ°ýöîÿ÷ßß½ßìóÿû‰÷ÿ¿ÿÿ»îúæ÷ßý½û×ÿOÙÿÿý÷__ÿ­ßÿûï¯ÿÿÿýýßþÿ¿?ÿßÿÿüÿ{ÿÿ7ßO?ÿ4óü÷ß÷ùÿÿîÿûÿÿÿë_~ÿüûÏ?ÿ£Ö¿û~ùõ—[ïÿÿþÏüóÿÿÿÿýÿþÿÿÿý/ÿùÿýëñþý÷ßûûý¿ÿü¿¶ß~gí¿³ûŸëÿÿ{ãe®ùæ’÷ߟýï¿ÿþ÷Ïÿÿÿÿ¿Ÿ~ëÿßÿÿÿ¿ÿ¾­÷ÿoÿïÿý~ÿý÷ÿ}ÿßÿûí·ûäûžýOÿ÷þÚÿ’gßûå-Ùþoÿ»ï¾ûÿ»ÿÿûÿ¿æÊ[ïÿÿ;ê¿ñÚúû¿ÿÎýïËõþßÿýÿßÿÿ~ëÿýõVû·úлïÿ÷ö[­¿ïk«ßØÿþûïÿÿþßÿóÇﻯ††ýý¿Žÿþ¿Ç’Zÿì÷_>¿Õæÿÿÿÿï¿ÿ÷ÿ¿¿íþÛîÿÛÝÿßýÿÿ¿ýv÷w¿ÿ-¶ÿÿÿÿÿÿÿ¼ÿÿÿÿÿ}~ïÿ÷ÿ_ÿþÿÿÇÿÿäÿ·ß~¿½¶ßÿý÷ߟñßoÿý·Ýwÿù·Ûm½ýöû½ýÿÿÿ¿ÿ÷ÿÿßÿ÷ÿ¿ýÿ·ÿÿÿÿÿÿÿÏïŸýþÏûýÿÿÿÿÿïÿÿÿ÷ÿÿ÷ÿÞßÿÿýÿÿÿý¿÷ÿwÿÿ¤ÿÿ§—þo¿ÿþöûŸmþÝíÿÿûÿÿÿÿÃÿýÿûÿÏÿuÿûùåÿïÿÿÆ7ÿý÷ß7;ñÿ·ÿ½ûï[ÿý÷ß_ÿ¿øÿÿë¯ÿÿÿû¿ßîÏìùüëÿßîÿÿýÿú¿ÿ¾ÿ_ûÿÏûÿG}î¹ÇžmüùçžüYŸ?üù矶ùçŸ{þÑç?þÿýÿÿ¿ÿÿÿÏ?þôן¿ÿúßwþýöÛ?ÿÿ÷ÿÿùÿöÿïÿÿÿÿ÷ÿÿÿÿÿïÓÿÿÿ¯·ßþùÿ¿ÿýû÷ÿŽÿÿÿÿÿïÿÿÿãïÿýÿï¿þwÿÿÿÿþ¯ÿþÿÿÿÿÿÿ½ÿûÿ¿ÿÿùÿßßûûï?ßÿÕÿûþÿï·ÿÿ¯ÿÿûùÿâý×/½ÿÓýÿÿÿÛÿÿÿïÿþýÿÛ?¿ÿôÿm¿ývÿÿõÿôÓO;ýõÓO½õ_}ý—_{¬õ×_vùE×[rùõ¿ûÿó÷ûÿÏõÏÿÿïrO3ýÿý/ÿû¾þ×Ûþÿë/¿ÿ÷ÿ›ÿÿ÷ßoÿî¿ÿÿÓ×ÿîí¿þÿÿ÷ÿçß¾ïgÏóø×þ¿þÿÿÿÿÿþÿÿÿëï÷¿ÿï÷ÿßÿÿ¿ÿÿýïÿÿÿ?õÿÿÇ{ýõÓÿÿ¿ùó÷ïÿø_l¹ÍW[ïßß¾_ÿñýí©ÿ¿ÿÞ×_ýÿþÿïþÿþýÿúî{¿í÷ÿûÿÿ÷ö÷üÿÿß_ÿÿ×_ÿ¹ïÿí?¯Oß÷ÿþ÷úüwµ?÷ÜŸaÿÿwÿµë__ÿÝÿ¯ÿÝçûŸ½ßÞÿÿýþýÁÿû÷ûßOûÿÿÿÿÿóÿÿÿÿøß¿ÿùÿýûÿÛÿÿŸûÿ•ÿþÜ­þùÿÿÿýÿÿÿ÷ÿÿý÷ûûãÏóÿÿ}ÿ¿þü÷Ûÿ÷ß¿ÿÿÿÿÿÿÿÿíþùïÿÿ^ýÿÿýÛÿþ·¿ÿýÿÿ¿ïêÿßÿÿÿÿÿ÷ÿÿÿn¿ß~ÿokþßýÿÿüçmûßÿ×Îÿ¤ÿÿÿÿýÿÿ÷ßwóßïÿoû÷¿Ïÿ¿ÿúÿßûþýû߆ÿÿ÷ÿÿý÷ßÿïý¿þþÿýÿßßÿýýÿ¿ÿ?ÿï÷ÿÿŸôÿÿÿÿó̃ÏÿÿùŸÿüþûüÿÿÏÿý|ùù¿Î?ÿçó?eýÿÿÿ_ýùóÿÿÿ©?ÿüïÿÿÿÿïóÿÿÿy¿ý?¿¿Fïÿÿÿÿêù÷ïþç¿í¶û½êòSzùÏ?þãê}®Jÿ=ÛÿÿÿÿÿÿÿÿÿŸ?ÿ5×^ïÿÿÏ*»ÿÿÿÿ¯÷ßú¿›ÿúÿýõÿ_ýµ¿þ¾ÍÛÿ÷>ûÞ·÷•×ö½{ÞµÿoöÛÿÿ«¯¾ýꫯþ_¿xï}þ¿óÝûný¯¾úïØò–ýoâÿÿÿ_o½ÿ×_gõÿÿß¿ß¾_Õ×ÿgµÔïÐÿþýþ¡ÿÿÿÿ:êû¿þzk¿þÿûïØþÿÿ¯¿ÿk­ÿÏúÿåç{ø÷ÿÿÿÿÿÿÿÿ÷ûß~óÞó?ßýÿï?û÷Ûûw¿m÷{¿düÿÿÿÿÿýÿûÿÿù÷ÿ?÷òÿÿÿÿûÿŸÿ×ÿüÿþÿý÷ßÞý÷ßÿ}õ×ýöÛ¿ý÷Ú¼¶ÛkÿWÚÿÿÿÿÿÿÿÿÿýÿÿÿ¯½ökûÛÿÿ|ÿÝÿÿü÷Ûÿÿ¿Ûÿÿÿÿÿÿÿÿÿ÷ÿÿÿÿÿïïþ½ÿÿ÷ÿ·ÿÿ{÷÷ÿÿ/þÿÿÿëý¿þkÿ—}vÿýÿÿÿïÿÿþk¿ÿùÿËÿ¿øßòÿÿÿ_þûäÿ_ü÷Í·ûý¿{ý¿ñß__|óÏ_ÿ·üÿ‡ÿÿÿÿúÿ¯ÿúÿýÿë¿þÿ{þ·Gúïwÿÿþÿ¯ÿ_üÿþÑç}þÑäŸþùGŸõùgŸ¶ÑÇŸoþÙç{þáÿÿÿÿyçëÿÿí÷[ï¿öú¯ÿýÿÿ¿üóÿÿþ÷ÿOÿÿÿÿÿÿ_ÿÿÿýß_ÿõ×?ýïÿþõõ·ÿÿýÿÿÿÿøÿÿÿÿÿÿÿÿÿý÷ÿ¯ÿÿÿÿÿÿï/ÿþû¿ÿÿùûÿÝÿÿÿÿ»ïÿÿÿï¿¿ý~ýÿÿÿÿÿÿßí½ßþÿÿÿ¿ÿ_öÿÿÿÿÿ¿ýÿÿ¿ýöÿÿÿö›/ÿÿþÿÿïÿþûm·ýðß_{õõWýõ×]oüõ—{µÅF_oýõWO~µe×\þžÿÿÿ÷Ïýëÿÿ÷ïï¿û/¿?ûÞÿÿ^óþþz÷óëoÿÿøÿÿÿÿÿÿ¿ÿ÷ÿÿÿþÿÿÿ¿ÿÿ?ÿ÷/ÿÿ÷¿ûïÿþ~åÿÿÿÿÿÿÿÿÿûÿÿÿÿÿû÷ÿÿÿÿÿÿÿŸ~ýÿ÷þÿÿïõÿ_üûùÿýÿ÷_›ÝõÞÿýÿþï÷÷ßÿÿøÿÿŸûÿûÿ÷ÿÿÿÿÿßÿ÷¯ï¯ßþÿÿ¿¿ÿïÿûÿ‰ÿÿýÿÿóÇýûÿßž÷õýç÷ßüÿÝÿßÿó7ÿþïïþÿÿÿ¯½Îÿÿÿÿ÷Ÿ÷ÞÿÿÝÿßû¿äÿýÿ?ÿóÿÿÿ÷ÿÿßÿÿÿ·ïúÿþ×ÿþ¿ÿÞÿö¿ßÿ÷ùÿ¿ÿÿ»ÿÿÿÿÿ¿Îÿÿºÿÿûüõ7o?ÿÿûÿßÍÿ÷¿ÿÿÿßíÿÿÿ~ÿÿóÿÿÿïÿ×ÿïÿÿÿÿÿÿÿý}ÿûÿ÷ÿÿçþþÿÿÿï׶ÿÞ{ÿ®óçûŸ÷ÿ×ÿÎ÷ÿ÷ÿ÷ÿwï}=ÿÿÿ÷ÿÿÿüûÿÿÿõÿ¯ÿø¿ÿÿûÿÿÿßýÿÛÿU¹ïûÿßÿïÿ·ÿÿ÷ÿÿÿ÷õÿ×ÿÿýÿÿýwÿÿúÿþÿÿ?ÿ÷ÿÿ#ÿÿßÿÿÏïüÿ¿ÿßû?~ëüûÏ?ÿÓÖçÿÿ÷¿³Ÿ{½õÿÿþÿÿôóÉ?ŸþÿÏÿÍÿóügÿëöþÿÿÏÿå¿ÿÿÿ¯·ÿÿùŸÚn»ížÿÿýo.ç’Õ߃ýÿÿÿÿ-sýÿÿÿ¿ûÿï¿[k͵Öüÿûóÿ~ÿìÿýÿÿÿŸ÷_éÿ¿ÿ{åý×ü÷Ûl³í¼ÿ³ïßÛãýùÿhÿÿÿÿý÷‰¿Þÿÿ«ï¾úûç®W^yáýÿ®ýÿŽûïÝöþÿÿÿ÷þW©ÿÿ_-ÿõÞëýý÷ßÿýÿÚÿ¯wîW¯_ùÿÿÿãÿRßÿûzù¯Ç\ù¿ÿþûïÿ¿ûOÿìÿÏ>ÿÉÿÿÿÿÿ¿ä¶›ïÿþÿÿþ7ï=÷üóÿï¿vçÿw¿ŸþÿßÿÿýßÙwžþÛï¿ÿþ~ÿñÏ?¿þùÿÿÿÇÿýàÿöÝk÷éfšnþùwßkÿíÚ_ýõ×oÿéçÛ»ý¶­ýûÿÿÿýûýoÿÿÿý÷ß}ó÷Úk¯½6ÿÿÿÍÿ¿ýóÿÛýÿÿÿÿýÿ÷ÿ~ÿý÷ßýßÿÿÿþûï~ÿý·÷ÿwïÿÿ«ÿëý¿þú7¿øæý¿ÿþï·ÿßÿÿÿÿ~òOÿ¿þÿÿeÿ[þÿõ“ÿ}¿Õ6ÿþñÍ^}÷ß~ûí·Íü÷ä_ÿûûÿý¿ß÷ﯿ÷»ï·ÿÞíü»îúë¿¿Æ»ÿ¯ûÿ«ÿÑÿßåŸöùÅyìÙg?äÙŸôÑEo´Ùç}þÑçïþ¿î÷‹¯ÿìúß?ÿý珵ßû믿þúÿÿø÷ÿÿÿðÿõýßý÷Õßüýÿÿßýó_ýõÕßûï÷ÿÿÿÿ÷ÿ»ÿ¿ÿýþû?þþÿÏ?ÿÿÛÿ÷úÿÿûÿûÿ¿þùÿŸÿÿÿìÙï¿þßõÿûýß÷ïô×þûï¿÷ÿÿýÿÿÿÿýÿÀÿÿû¿üÞÛï÷ÿÿÿmþÿ÷ÿÿÿÿÿ?ÿßÿÿïÿßvûÿVýÿõ×[oÝõÖ_?õu×_}íÇ}ýå×^~ý¥×_uýÕoøÿÿÏ?Ûó¶Ï¿ÿðãË÷»ÿÏ¿þ{ë¿ÿÿØóÇþ¿Ôýþ›ýÿ¿¿|ÿî»ïÿÛó»ÿ×Ïÿÿÿÿï¿÷ý÷W¿ÿûûÿµþÿÿ½ÿÿ÷÷ûµ¿ûÜóÿÿŸû÷ÿ¿ÿÿ[þüÿÿ¿ÿ¶¿ýßÿÿõWßÿýÿ_þ?ú—WìñçŸÿwýÿþýקÿ¿ÿÿ{ÿ¯óÞû¿ÿ¿ÿÿÿŸþºÿÿûÿÿçÿÿÿþîþÿýÿûÿÿÿßu_ÚÿÿÿÎ;gîûßoüËÿ»ïóÏ?üÿëÿÿÿÿ÷Úëüÿ÷ÿ¯ÿöûÿýÿ¿ÿÿÿÿÿ«ÿ?þûû7ÿÿÿÿßÿ÷ÿûïþûïç½÷Þçÿÿÿÿÿþÿûÿÿÿ÷ÛÿúØÿÿÿÿ?zðýþ<þø½ÿß¿ãì?xÝÿ?÷üþå_ïý÷ůÿÿWï¿ÿÿÿ×»ÿÿ¿þ~ÿû¿ÿÿÿmgýÿû¿¿ßþïÿÿß¿û~ºÏ÷åÿï~ÿ¿ÿŸÿÿÿï}÷ÿ²ë¥÷ÿ÷æ¿ÿÿÿí÷ß?ÿÿŸÿoþÿÿÿ·ýÿ?ÿÿï×{ýÿ¿ÿÿÿÿûëÏ~ÿûÿþÿûü¿ßÿÿëÿÿÿ{÷ÿÿýýÿÿ?ðÿÿúÿxÿÍ<ßÿýÿëüÿ<ßûóýòÿÏ·Îÿùÿ?kýûÏç÷÷ïùçþýûÏÿÿÿ÷ÿýþßïÿÿ|½üÿÏßï¿Fïßÿ=õúó«—ß×ߝïÿÿ¯’ÿ~ûýßÿçâ?îKÿýØÿþû¬ÿŸûÿÿÿÿþûÿ·ýÿÿ¶ûÿ»ÿ¿ÿÿÿ÷ÿú¿Éÿ÷ÿëï×ÿþÛ4ó_¿U~û{}}{ßÙ¶úö=}ÿ·ïö¿û®ý¿j÷­õ•û®üµ_ÿ«ïþÿîÛæÚÿï¨ÿÚïàÿýß_}ÿ÷ÿòýý×ÿ«}_ýÿö[ÿõ¿êQÿþõÿµÿï¿ÿòßïÿ½óÿï¿ÿÿëßÿúûÿ¯þûÿÔÏúÿïÿßüÿÿÿÿÿþûûÿûïûþ·¿ÿÿóÿÿ¿íæëwÿ÷ßùìÿÿÿÿÛwÿùçŸÿÿÿ÷ûoÿÿû_¼ÿþŸgŸÿ×ÿÜÕ?þûý÷h¿ý÷ßkÿ}÷Û·ý÷ßÿ½¶w¾Ý÷ÛoÞÚÿÿÿ÷ß¿ý÷ÿwÿýÿù÷ÿÿýÿß÷ÿÿßüÿÛ?ÿ¿Ïÿÿÿßÿýûßÿÿûÿÿÿïÿ÷ÿÿõÿÿ{ÿ¿÷þÿoú¿þÿ¿ÿ}ïéÿÿßúû·ÿzÿ¿ÿßÿ‹-þñÿïÿÿú_ñÿåÿÿõ¿ÿ¿ÿÿÿõWßuÓÿ½ñßÿßñßoþ÷ýÿÿ¯ÿß¿ÿÿ÷ûûÿþÿßÞï¿þ?ÿûÿû_ÿþÿûÿ?ÿžý}þ™çþÙç}~ñÆŸõùçŸþ¹ç›þÙçþáÿÿÿÿýþÛÿÿúï/¿ÿúwÿÿ÷_¾þòÿÿüÿï¿_ÿÿÿÿß×ÿ~ÿÿ×]ý×ÿÿÿ¿ÿþÿý×ÿûïçÿÞÿ?ùÿÿÿ?¿ÿÿßÿ¿þûOïÿ÷Ýÿÿÿÿÿ¿ÿýÿß¿ÿÿúÿÙÿÿÿÿÿÿ·ÿþÿõßÿvïÿÿû÷¯ÿÿÿû¿ÿÿÿùÿ×ÿ/þ¿üÿþ/¿ÜnÛo¯üòÓ/ÿÿO÷ßö×ÿÿÿ~ÿo÷ÿÐÿ\ýõV[wÍuÇ_-ÙñVéõV__ýõ×_~í$×_ÿ’ýÿÿ·Ý6ýôrûßÿtÿ½øôwÏýÿüÿïÿ~þ¿ûößßùÿÿ÷¿­ïýüïÿ÷¿ûÿóï¿¿ÿrþýõïÿÿÿ¿ìÿÿÿýïï¿Ï¿þ¿ÿîýÿ¯ùÿýýÿÿÿÿýÿ¿ÿïÿÿ÷>ÿUÿÿñÖÿõå矾ÿß?ùï×ÿÿÿ¿ÿýÿ÷ÿ×ßî·Éÿùïýþÿm¯ßÿ_ÿÿëÿç÷Ÿþ¿ÿÿþÿÿÿÿÿþûÿOÿÿÿÿÿýÿýÿÿÿÿ¿ÿý7ý¿³ÿÿÿÿÿûý·ß}ÏýÍöÿÿßÿ®ÿÿþëÿÿÿÿ{ÿþö{ïÿûßÿÿý¿úÿÿ¿ÿðÿÿÿïÿÿþ÷ÿùÿßûûïõÿÿÿÿÿÿÿÿÿÿýï‡ýÿÿÿøù?óÿü
·ÿÿÿ«úø¿ÿ_ÿÿÿúÿÿõ«ýÿ÷ÿßÝÿSùýÿßýýÿûŸ¿Þíçÿûÿûÿÿÿÿ¿ïÿ»éÿÿÿÿý?ë{ûÿ³ÿþþÿó?ÿßÛÿ·ûÿÿË+ßÚïÿOþÿ¿ÿÿßÿýÿÿ¯þýç·Ïþÿ¶ßïûýïÿîs½ÿW¿ûùÿÿÿÿÿÿÿÿÿÿÿÿ¿ÿû¿?ÿïóÿÿ÷ïÿÿþÿÿÿÿÿÿÿÿÿ÷ùý¿þÿÿø›Íßÿ/?þë¯ã~ëüÿÿÿÿ£Öÿÿÿÿÿ¿_wýõ?ÿ÷ÿåÿøÿÿóŸÿÿÿ×Íÿÿÿ?ÿëðþÿÿÿÿÿýšßúÿ÷”þ~ó×ëÏûïÿÿýÿonÿçî÷߯ýÿÿÿþïÿÛÿÿï³Îïû¿Î?ßÿÿÿÿöÿÿïÿ»üÿÿÿÿ^~ÿ?qëûíßÿßý¿ÿÊ¿ÿ¯ÿÿÿoÿû÷7ûÿdÿÿÿÿÿ®¹ÿÖzÿ»ÿ¾_îÿýgoüÿÿÿÿÿÿÎÿïÛ÷.þÿÿÿÿÿßÿ·<ü}½ÿöûÿ÷ÿûÿ÷ÿÿÿë>ÿïÛß_ûÿÿÿÿþýþ¼óûþëù‡ýÿÿŸ?ßÿÿÿOþøÿþ¿Éÿÿÿÿûï¿íúïïÿþßßþÿûß?ùÿæÿÿ¿v÷ÿw¿Ÿ=þÿÿÿŸ÷ßgÿyþ÷ï¿ýþÿÿõÿûïÿÿÿùýÿÇÿ}äÿ÷ßþyw}¯ù÷ßk÷ýÚo·í÷ÿýæÛ}ÿýöÿ•ýÿÿÿÿý÷ÿóÿýÿßwßó7¿ýÿÝÿÿÿóÍÿÿýöÿýÿÿÿ÷ßÿÿÿ÷ý¿ßýÿÝþþ÷ÿ×ÿÿÿß·÷ÿ{ïÿÿ­ÿÿÿ÷ýçŸ-üß÷ÿ¿÷ÿûýÿÿÿÿ/¿þÿÿÿÿÿ-ÿÿÿÿßÿÿoñßÿ}óO›ÿóÏ~ÿõåÿûü÷ÿ_ÿùÿÿÿÿ›}ö«¬ÿÿßí¿óþõý÷o¦ÿßïÿÿÿÿóÿÙÿÿçŸþùG}öùÇŸoöù›þùç}þùçŸþÑç¿þÿÿÿßÿ¿ÿúÿïÿýóÿ?ÿßþùûÿÿÿÿçÿþÿÿöÿÿÿÿüÿý×þÿõÿ÷ÿÿýÿÿ~ÿÿÿÿÿÿ·ÿþÿïýÿ¯ÿÿÿÿÿïÿÿÿúûÿôÿÏßÿþÿÿÿþÿÿÿÿÿÿÿÿÿŸýÿÿÿÿýÿÿïýÿ~ÿ½¿þúÿ¿ÿÿÿýÿÿÿÿÿèÿÿÿ÷ÿ÷Ë=.ýÏÿÿ=ýô÷?Ýÿÿýþÿÿïÿ¿vûÿýÿõ׸å—\}íõW]müÇZõåÓ_íå×^v½õ¯ùÿÿÿ¾¿ÿÿóûó?ïø¿ÿÿ÷ÿÏÿßÿë÷ÿ»÷ÿÿÿÿÿþÿ÷üÿî×_ÿ÷õÿßÿÿûÍ÷ÿûÿÿÿûgþÿ¿ÿÿÿïÿ·ÿÿÿÏ_ëþ½ÿÿþ÷ÿûÿÿ÷ïÿÿÿõÿÿÿï¿ý÷Ãÿÿÿÿý³ß^ýÿÇÿïõ×ÿùwÿ‹ÿÿÿÿÿÿÿÿ¿ßÿÿíÿ_¿ûëþ}ÿÿÿkûþÿÛÿÿ;ýÿÿÿÿß~ÿÿßÿÿ¿ëwßÇþÿüî÷?º|½ûý7ÿþàÿÿÿÿßÿßÿÿ÷wÿÿïíç{¿ÿïûÿ¿ÿúë¯ÿÿÿÿÿûÿ¿ÿÿÿÿï¿ÿ¿ÿßûÜÿöÿk¿ÿ÷ÿýÿÿÿÿÿÿ¾ûÿÿÿÿÿÿsßÿÿÿÿÿßþwÿÿÿÿ÷ÿßÿÿÿ¿ÿ÷ß¿ÿÿÿÿÿþóýßÿÿÿÿÿýÿÿÿÿÿÿÿÿÿßÿþÿ¾?þÿíÿÿÿûÏøËüýñúëÿÿÿo?ûüWþþßþÒÿ¯ÿÿâÿÿÿÿ÷ÿÿ_¿ÿÿ×nÿï{6ÿäóÛÿýýó×û{õÿÿ¸ÿÿÿ¿ÿÿ_û»¿ÿÿÿýÿÿÿûï¿~ÿÿ÷¿ÿÿÿÿÿÿ¿ñÿÿÿÿÿ¿žôùÿïÿßß©¯úò¿þ?ÿÿ¿Žÿÿÿÿ?aýóÏ?ÿüûL3Ÿÿÿÿÿ_xÅןÿÿÿ×ÿÿÿüÿÿÿÿ¿ïÛo»ýö{þéõ¼ÿþ;ïWÿ-ï”þþ¿Þÿâò®þÿ½Û_{íµ×^ûûÏ÷ýï÷ù¿þû¿Üïÿÿçß|ÿÿ÷ýÿ¿Ëÿßl±Í6s~)iîÿÿü§´o¿þýíÿûÿuå½ÿÿÿö¿W^yå•÷vÉqÛÿ÷?¯þ®ý÷þÿÿû÷ßZïüÿÞÿoáÿý÷Ùÿ7[ý»ÿ¿ÿ/õÛê_ýÿÿÿõîñÿ>þÿ¡ÿ¿ÿÎû￳‡òÓûÿÏþk¿Ïÿëÿÿÿý/çÏÿÿýÿ»ýï=÷ÜóÏ¿¿ù²ïûìÿÿÿìóÿ¿í·wÿ×ÿÙâÿÿÿóÏ?ÿ|æ›wÿÿ÷ßÿ÷þÓ½ÿÿýÿù×ÿüßoþ_ýõ×_¿ù¶Ÿv¿}öÝÿ½öÙm¯ýæÛw¿Ý÷ÛÿŸØÿÚk¯½öš}þÿÿŸÿöýÿÿ÷øoßýþÛÿüÿÛÿÿ¿Åÿÿÿþûï¿÷ÿÿÿÿÿßÿÿïõÿÿþýÿ¿ÿý{ÿ¿÷ÿÿ_úÿßÿÿÿÿßß‹¯ÿÿzÿÿ÷ÿûïÿÿúŸþÿÿÿÿÿÿßôÿßÿí·ß?]uõß×ÿü÷ûõ÷_Vû¾ÿ÷ÿÿ÷ÿÿ·ÿÿ»îºë®ŸÿÿëýŸ~Ûÿÿïßý½þ¯ÿÿÿÿÿÿÿÿýÿôÑG}þ¸GŸ?öù柿ùæoôùçž}þùçŸþâÿ믿þúëÿŸüâëçÿÿ×÷ÿÿÿÿ¿ÿýòûÿÿçÿÿGÿ_ýõ×_ÿïÕ×_íýÿÿÿÿÿÿÿýïßÿïÿÿþÿÿûÿê¿ÿþûïï=ÿÿúûÿÿýýÿÿÿÿoïÿüÿßÿÿÿÿÿÇÿ×ÿÿÿÿÿßÿÿß×[ÿïÿÿûï¿ÿ^þùïÿÿÿÿÿÿÿöÿÿÿÿÿ/ýÿ×MÿÿÿËÿ_Ûÿ¿ÿÿûOÿÿ~ÿo÷ÿÖß_õµ×Züå‚_~ýÕ×ñµÇZ½uW_~ýe×_ÿŠÿÿÿûï¿ÿûÿóÏÿÞííÏÿ¿üÿ|ýÿÿí¿{þÿûÿÿŸùÿ¿ÿÿÿÿÏÿëÏïÿíû-Óþÿÿÿÿ}þ¿·öûÿ¿ÿ~ëÿÿÿÿÿÿÿÿÿÞ»ÿÿý?ÿÿÿ¿}ÿýÍ÷þÿýÿÿÿÿÿý÷ßÿÿý÷÷þ·ÿÿ¿çGß_ÕõÖ_ýÿÿ×ÿÿ?øÿþÿþÿÿÿûïÿþÿÿÖÿÿÿÿ_ïûïwÿžûÿþÿþÿÿÕÿÿßÿýÿÿû÷ÿýýÿæ?ŸóÞoÝýÓ}¿ß}ÿý¯þÿÿþÿ§¿þÿÿÿíÿûÿ¿ÿÿ¯üÿ^óÿ?¿|ÿÿÿÿÿõÿÿßÿÿÿÿÿÿÿÿÿÿ÷ýÿÿÿÏ[ß¿ÿ·ßÿÿ¿ÿï³ÿÿÿÿÿÿ{ÿûÿÿÿÿÿÿÿíïÿëÿÿÜÿÿÿÿñÿŸýÿÿÿÿÿÿÿÿÿÿÿßÿÿÿÿ¿ÿ÷ÿÿÿ·ÿÿÿÿÿŸÿÿûíÿÿ¿ÿÿÿÿþßo¿ýûÿ_÷ÿóÍ2ÿ¼ÿ¾óË/ÿzÿÿwþÿï½÷Þ[îõþÿÿÿßÿ÷ÿ¿ÿþ¿ýûÿ½ÿWÿÿÛÿïë¿ÿÿ¿ÿþÿÿÿÿÿÿÿ÷ÿÿÿóÿ½ûûÿÿÿÿ¿ÿSûÿÿÿýÿùÿŸ¿ÿÿÏÿÿÿÿÿÏ÷ÿ¬3Ï?êü?ÿÿÿãöÿÿûë¯ÿžûï¹ÿþúÏÿýû¿ÿþ¿ùËÿÿõÿÿëóþÿž[n¹çž{î¹÷ÿëzýßÏ¿æ2ëÏ•wnÿçþÿß?ýÿ×[n¹õ×]ÝõÿßnêÿÏzþ½fÿ?ÿÿ÷ÿÿÿÿ»ùÿÿ=óì3Ç>{ì³Ï¾ýj¿·ûþíߺÿþ_þû÷ÿÿÿNÿÿ¯•V[iµÕVÛoõ¿{¾ü‰wïmïÚmo½÷Îÿ¯ýÿ>žÿýõß_çýwÞÿ÷ÕÕÿý÷ý×oÿÿßß>ÿïÿÿŸñýÿûïÿÿ>ÿÿóÿÿÿ¯¿þý¯¿Ïî5ÿýûÿñÿÿÿÿÏÿÿß{Ï=÷ÜsÏ=÷ü÷ïÿÿÿÿþþ¶Ûnûm÷ÿwÿŸOþÿÿßüñÏ?üñÏ;?ÿ~ÿÿç÷ßy÷ŸýÿÇÿýãÿ÷ÓO?ýôÓO?ýô߯ýß}ÿí÷Úi¾™öÛ|¿í÷ÿ¥ýÿ¯·Þzë­·ÞzæüÿÏýÿÿÿ÷Üÿÿü÷Ïÿ¿ýÿÿ;üÿÿÿ¿ÿþûï¿ÿîûÿýÿþþÿ÷ßÿÿ÷ß¿÷ÿ{ÿÿÿéÿÿ¿¿þú믿þþû÷ÿÿú¯ÿ~ÿk¿ÿx÷ýÿÿÿÿÿÿUÿÿÿ÷×_}õ×_íóÏW}õÝ¿ÿ½ýÿÿÿþ÷ÿÿÿÿûÿÿï¾ûî»ï¾ûÿ¿ëý¹Þë¼ÿÞšÿ=ûÿÿÿÿÿÿÿÿÛÿÿçþùÇŸþùGŸoôYþùæŸþùçŸþùçßþÿÿúí¿ßþûïÿÿÿ÷ë¿úïþ÷ûï¿ÿÿçÿÿÿÿòÿÿßÿÿÿÿ÷ÿÿÿÿÿ_}ÿÓÿÿõ÷ÿÿÿÿþÿïÿÿ‹ÿÿ¿Þú믿þúûï¿üúïÿÿûÿÿÿÿûÿÿÿÿÿÿÿÿüÿÿ·Þ~ëíµß~ûíµ×ßýß_ÿ~ýÿ¿ÿÿýÿÿÿÿÿÿíÿÿïÿýôßMþýôßÿ¿ýÿw?ýÖû/·üþûïÿßvÿÿÿÿõ×_wýu×^sýõW_}ù×]}Õ±Æ[mÝå×_výµoúÿÿ·íþû®¿ïþûîûÿûð?ÿÇß7ÿüóõÿ¿ÿÿÿÿÿÿÿÿÿÿÿÿÿýßÿþýçûÿó·~ÿòòþÿÿÿÿÿþÿÿÿÿÿûÿÿÿÿýÿÕÍÿÿÿþÿïÿïþþþÿÿÿÿÿòþÿßÿý÷ßoÿý÷ÿ?¾Ýÿ¹õökwÿõÿõÿÿûÿÿÿÿÿÿÿÿÿÿÿ¿.ÿ¿¿ýÿ¿ÿýþï¿û¿ÿîÿÿ_øÿÿý÷ßÿý·ß~ÿÿïwß¿ßûßóÿ·ûÝÿÿÿÎÿÿÿÿÿ·ÿ{ÿÿ÷ÿû¿ÿ÷ûýÿ÷ûÿ=÷þ«‹ÿÿßÿÿvÿÿÿÿÿÿÿÿÿþûÿÿÿ÷ÿßïÿÿýÿý_þ÷¿ÿÿûÿ¾óÿÿÿÿÿÿÿý¿ÿ½ÿÿÿïþÿÿü÷ÿ÷÷úÿÿßÿÿ÷Ñÿÿÿÿÿÿûÿÿýýíÿý÷ÿÿßÿû׿ÿ÷ÿûÿÿÿÿÿ¿þÿÿ¿ÿ~ûýÿÞÿÿýÿï÷÷zß¿ÿÞ·ïö÷üºÿ÷÷ßÿóÿÿÿÿÿÿßÿÿÿÿÿÿ_ýóßÿÿýþ{ýÛ×ëÿýÿ߉ÿÿÿÿÿÿÿûÿÿÿÿÿÿ®ÿ_ÿ¿«ïÿÿúÿÿÿÿõÿÿ?ñÿÿÿÿßKŸÏÿçÿ÷Ùÿ¿÷Ë}÷ßÿù3ÿÿÿÿÿ?aýóÏ?ÿ>ûù?û|úÿÿ_þ÷¿Ÿn¹ÏþÏýõÿÿÿÿ¿ïÛn»ýžßû·ýö{ý¿þ÷ÿ?ï÷ßú½þ¿ëåú®ÿÿ=Ù_k­µ×úþÿµ×^ûÿù¿ÿÿù¾ÿöûéÿÝ}ÿÿ÷ûÿ¿Õÿßl³Í¼÷þÿÍ6óÿéýÿÿ½ß~³û¯½ã­ûÿOö¿W^yå½ûÿ{å•ÿÿÛå~ÿûïþö®ý÷ŸkïýÿÖÿoçÿý÷ßÿýÝÿßï÷ÿß{ÿÿÿç÷Zû_ÿïñÿ¾ÿÿ¡ÿ¿ÿþûïïÿÿÛo¼ýÿãûÿÿÿ{¿µ‡ÿ¿ÿÿÏÿÿñÿ?|~ï=÷üóŸÿ÷ÞóÏÿ¿í÷ûþóK¾ÿíûÿwÿ÷ÿÿàûÿÿóÏ?ÿýÿÿ?¿üÿÛýÿû_=ùüßþý×ÿüÿþ_ýõ×ßýõ×_ÿýFßýý÷ß|ÿýwß·Ý÷Û~ÿ_ØÿÚk¯½öÿÿ¯½öÚÿóÿÿÿÿýsÏ?ÿßÿüÿÛÿÿ¿Íÿÿÿþûïÿÿÿÿï¿ÿßÿÿïÿÿÿ}ÿýßÿ{ÿ¿÷ÿÿÿúÿÿÿÿÿ¿þýõ÷ÿ߯ÿ{ï¿õÐßß?¿ûÿÿÿÿÿ_ðÿßÿý÷Åÿÿý÷_ÿ[=ù_ßõõ×ÿÿ¿óþÿÿ÷ÿÿ‡ÿÿ¹æškÿýÿ¿ë®ÿÿÿÿÿ{{¿ü÷ûÿÿÿÿÿÿÿÿßýÿo´ÑF›þùG}þùçŸÿñÇo¾ùçŸ{þùçŸþçÿ믿þúëÿ¿þúëÿÿÿú·ÿÿÞßþÿ÷ÿÿÿÿçÿÿGÿ_ýõ×_ÿÿõ×_ÿÿÿ׿ýÿ÷ÿþÿÿ¿ÿÿïÿÿþÿ¿úÿÚÿý÷ßÿ¯ý÷ßÿÿÿÿÿÿÿþßÿÿÿÿÿÿÿÿÿÿÿÃÿ×ÿÿÿÿÿÿýÿÿÿÿïïïý÷÷ÿÿÿÿÏÿÿÿÿÿÿÿÏöÿÿÿÿ?¿Üÿÿ¿ýÿúkþÿ›ïÿüûï>ùþÿm÷ÿÿ×ÿ_~ùå—_ýõ×_ÝõÕ~µµÖ_{½E×\:ýd×_û¾ÿÿßùï¿ßÿÿç¿Ïþÿÿÿÿ¿òÏ>ÿù¿¿ÿÿÿÛÿÿùÿÿýÿÿÿÿÿ÷ÿÿÿÿ{ç÷ÿ×_{ßýþïûÿÿûß¿ÿèÿÿÿÿÿÿÿÿÿÿÿÿÿýýÿsßÿßwý÷÷ÿÿÿýÿÿÿÿoÿÿõ÷ßû÷ÿ÷ß_ÿ¿õ¾Ÿûÿ×ýÿµöÿÿþGÿÿ¿úÿþÿÿÿÿÿÿÿýïöÿ¯ÿÿþÿÿýþÿ»ÿùýþÿ¿¿¿ÿÏÿûßÿýÿÿo¿ýþÿÿÿÿ'ÿßõÿÿsÿûÿ¿ÿÿÿÿÿþÿïÿßÿÿÿÿÿÿÿÿÿÿïöÿÏ·ÿÿÿ¿îÿÿÿÿÿöÿÿÿÿÿÿÿÿÿÿÿÿÿûÿÿÝÿÿõÜ{ÿûçÿ÷èÿ¿ÿïƒÿÿÿÿÿßÿÿÿÿÿÿÿÿßÿÿëÿ÷ÿýûÿÿÿ÷ÿßýÿÿÿÿÿÿ÷ÿÿÿÿÿÿÿí÷ÿÿÿÿÿÿûÿÿÿÿ~ÿÿûìÿÿÿÿÿ¿ÿÿûï¿ÿÿÿßÿÿÿþ×k~ÿÿÿÿ/ïÿý7þÿßÿÿÿÿÿ¿ÿþû÷ÿ÷ÿýÿûÿo¿ÿ¿ÿþ{½ÿßÿÿøÿïÿÿÿÿßÿýÿÿÿÿßÿÛÿÿÿûûÿÿýÿÿÿÿÿÿÿGýÿÿÿÿÿÿùøÿÿÿÿÿMÞø¿¾?þÿÿ¿÷êÌ?ÿÿÿƒöÿÿÿÿÿÿŸÿÿÿÿÿÿû‰òÈÿùÿýüóÏ¿Ïýüÿÿkôþÿÿÿÿÿÿÿÿÿÿÿ߯¹–ÿþ‹÷¶Ûn»g.ÿçúÿß7ýÿÿÿÿÿÿÿÿÿÿÿÿÿ~Û¹ü÷¿ï×Zk­µöÿßÿÿ{øÿÿïÿÿÿÿÿÿÿÿÿÿ÷W¿÷ÿ_{û·Úl3oßú÷¯ÿÿnÿÿÿÿÿÿÿÿÿÿÿÿÿ¿ûº¼ÖÿêÏïWÞ{ÿÞÿ¯ýÿ^þÿÿÿÿÿÿÿÿÿÿÿÿÿýßýÿ×[oo½÷ÿÿïÿÿðÿÿßÿÿÿÿÿÿÿÿÿÿï¿ÿïÿ¿²zî¿ÿþûÿüÿÿÿÿÃÿÿÿ¶ÿÿÿÿÿÿÿÿÿÿÿÿÿﯿÅ{Ï=ÿ|÷ÿwÿÿOüÿÿþÿÿÿÿÿùÿÿÿÿÿÞÿÿüßÿÿüóÏýÿÇÿÿãÿ÷Úÿý÷ßÿý÷ß»ýÞ~ÿù÷Õ_ýõÛ|¿ý÷ÿ…ýÿßÿÿÿÿÿÿÿÿÿÿÿÿ|ö÷ÿ?ÿ¿öÚk¯Íÿ¿ýÿÿÛýÿßÿÿÿÿÿÿÿÿÿÿÿÿ÷ßÿÿÿýÿÿ¿ÿþ»÷ÿ{ÿÿÿíÿÿgÿÿÿÿÿ¿þÿÿÿß~þ¯ŸÿǏýÿßÿÿÿÿÿÿÿ5ÿÿþýÿÿÿÿÿåÿÿÿÿçŸ}ýÍÿ·ßûý÷ÿÿÿúÿÿïÿÿÿÿÿÿÿÿÿÿ¿—Þëí÷×êÿ¬³þúÿÿÿÿÿÿËÿÿÇŸþùçŸþùçŸ}4Y®Ñç}ôÑçŸþùçÏþ¿þþÿÿÿÿÿëÿÿÿÿïïûûûÿüú믿þ÷ÿÿÿÿöÿõßÿÿÿÿÿ_ÿÿÿÿÿ}óßÿû÷×_ýõÿÿÿûÿÿ“ÿ¯ÿþÿÿÿÿÿÿÿÿÿÿûëÿþþÿ¿ößÿýýÿÿÿÿüýýÿÿÿÿÿÿÿÿÿÿŸ_÷ý7ÿýûõÿÿÿÿ¿¿ÿûÿÿáÿÿÿÿÿÿÿýÿÿÿÿÿ¿üÿnÿ÷ÿÿÿ÷ÿÿÏmÿÿvÿÿ_ýÿõ×_~ýõ×_ýõ×_?m×_~ñå—~ùu×_wýõ/øÿÿÿÿÿßÿÿÿÿÿÿÿßÿüÉ÷ÿþïï7þ¼óëÿ¿ÿÿÿÿÿÿÿÿÿÿÿÿÿÿûÿ¿ÿÛ¿ûÿûÿÿýçÞÿÿÿÿÿÿÇþÿÿÿÿÿÿÿÿÿÿÿÿÿÿß·}ÿßÿ÷ýûï¿ÿÛÿÿÿÿÿôÿõÿÿÿÿÿÿý¿ÿÿÿÿÿûåõÿÿñßïý÷ýÿüÿÿ›ÿ÷ÿÿÿÿÿÿÿÿÿÿÿÿÿïßÿÿÞ¿ÿ¿ûæûÿÿ÷ûÿŸü÷ÿÿÿ¯ÿÿÿÿÿÿïÿÿwïÿÿÿÿï÷ÿÿÿÿÿÿÿÿÿêÿÿÿÿÿ¯ÿÿïÿÿÿÿ¿ÿ÷úþÿ÷ÿÿÿïÿÿûßÿÿýÿwÿÿÿÿßÿýÿÿÿÿÿÿ÷ÿßÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¿úÿÿÿÿÿÿÿÿÿþÿÿÿûÿÿüýÿÿÿÿÿÿÿ÷ßÿÿÿÿÿÉÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿöÿÿÿÿÿÿÿÿ¿û÷ßÿÿ÷ÿÿëý÷Ïûÿÿÿïÿÿÿÿÿàÿÿþÿÿÿÿÿÿÿ÷ÿÿÿöË¿{ÿÿÿßÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿßÿû¿ÿ¿êï¿÷þÿïÿ÷ÿ_ÍÿùgŸþùgŸöùçŸwþæŸþùçŸþùçŸþùÿæÿßûý÷ßùý·ßÿý÷ÿ|÷ßÿý÷Ïÿü÷ßÿ÷÷½÷ßÿý÷ßÿí÷ßÿý÷ß~ÿí÷ßßý÷ßÿÿøÿÿÿýÿÿÿÿýÿßÿÿÿÿÿý¿ÿÿÿÿÿÿÿû¾¿ÿÿÿ¿Ãÿß÷ý÷ßûý÷ßÿý÷oÿý÷ßÿý÷ßÿý÷ßÿ?þ?ÿüóÏ?ÿüóÏ7ÿüóÏÿüóÏ7ÿüsÏ?ŸÜóÏ=ßrÿý÷Ûÿý÷ßÿý÷ßß÷ßÿ½÷ß}÷ßwÿýÿ§ÿŸ~ú駟~ú駟~úé§_ú駟~ú駟~ú駟þ?üÿþûï¿ÿþûï¿ÿþûï¿ÿûï»ÿþûï¿ÿþûï¿ÿþÿáÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ÷ÿÿÿÿÿþ÷ÿÿÿÿÿWÿ¿ÿ¾ûï¿ÿþûï¿ïÿúïßþûï¿ÿþûï¯ÿþûï¿¿?ûÿÿÿÿÿÿÿÿÿÿÿÿöÿÿþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÇÿ¿ÿþûï¿ÿþûï¿·þûïÿþûï¿ÿþ»ï¿ëþûï¿ÿ/Þÿÿÿÿÿÿÿÿÿÿÿ¿ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿõÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿýÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ“ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿïÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ}ýÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿßÿÿÿÿÿÿÿÿÿÿÿûêÿÿÿûÿ¿ÿþûïÿÿÿûÿÿÿûïÿÿþûï¿ÿÿûï¿ÿÿWïÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿßÿÿÿÿÿÿÿÿÿÿÿÿÿÿûÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþÿÿ¿ÿÿÿÿÿÿÿÿÿÿÿÿÁûÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿûÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþÿßÿý÷ßÿý÷ßÿýÇÿýÇßÿý÷ßÿý÷ßþðÿ÷ßÿý÷ßÿý÷ßÿýÜ?ÿýöÏÿý÷ßÿý÷÷£ÿÿ÷ÿýÿÿÿÿÿÿwÿÿÿïÿÿ÷ÿÿÿÿÿõÿÿÿÿý?ýÿý÷ßÿý÷ß}ÿÝ÷×ßýÿß_ÿÿ÷ßÿý÷ßÿÿïÿv×ßsýõ×_ÿu÷_ßïßß~ý÷·_ýõ×_ýõ7=ÿÿ
\ No newline at end of file
diff --git a/ea/gina24_361_dsp.fw b/ea/gina24_361_dsp.fw
new file mode 100644
index 000000000..6d4680fcd
Binary files /dev/null and b/ea/gina24_361_dsp.fw differ
diff --git a/ea/indigo_dj_dsp.fw b/ea/indigo_dj_dsp.fw
new file mode 100644
index 000000000..9d040ee41
Binary files /dev/null and b/ea/indigo_dj_dsp.fw differ
diff --git a/ea/indigo_djx_dsp.fw b/ea/indigo_djx_dsp.fw
new file mode 100644
index 000000000..4e69c1004
Binary files /dev/null and b/ea/indigo_djx_dsp.fw differ
diff --git a/ea/indigo_dsp.fw b/ea/indigo_dsp.fw
new file mode 100644
index 000000000..9fb353511
Binary files /dev/null and b/ea/indigo_dsp.fw differ
diff --git a/ea/indigo_io_dsp.fw b/ea/indigo_io_dsp.fw
new file mode 100644
index 000000000..1a7655843
Binary files /dev/null and b/ea/indigo_io_dsp.fw differ
diff --git a/ea/indigo_iox_dsp.fw b/ea/indigo_iox_dsp.fw
new file mode 100644
index 000000000..12f4a1041
Binary files /dev/null and b/ea/indigo_iox_dsp.fw differ
diff --git a/ea/layla20_asic.fw b/ea/layla20_asic.fw
new file mode 100644
index 000000000..836c1ef00
Binary files /dev/null and b/ea/layla20_asic.fw differ
diff --git a/ea/layla20_dsp.fw b/ea/layla20_dsp.fw
new file mode 100644
index 000000000..d7f3e79dc
Binary files /dev/null and b/ea/layla20_dsp.fw differ
diff --git a/ea/layla24_1_asic.fw b/ea/layla24_1_asic.fw
new file mode 100644
index 000000000..343725f43
--- /dev/null
+++ b/ea/layla24_1_asic.fw
@@ -0,0 +1,2 @@
+ÿ<+ùÚÿ~ýõ÷uýõ×ß÷ý}½õÿÿ×ßÖýõ×_ýmÝßÿóÿß÷ßÿ÷ý÷ßÿßõÿý÷÷}ÿß÷ßÿý÷ÿ}ÿýÿ§ÿÿÿÿÿ?ÿÿÿÿÿÿüÿÏ?ÿóÿÿÿþÿÿÿÿÿÿÏÿÿþÿýÿý÷ßÿý÷ßüöÇÿñÃÿý÷ßÿý÷ßÿýÿìÿ÷ý÷ß|þý÷ßóñ7Ÿ}Îß÷ù÷ßÿýwŸÿýÿÿÿÿÿÿÿÿÿÿÿÿßÿÿÿÿÿþÿÿÿÿÿÿÿÿÿÿÿÿÿÿëÿÿÿÿ¿ÿÿÿÿÿÿþÿïÿÿûïÿÿÿÿÿÿÿÿÿÿÿÿÿÿÇÿÿÿÿÿýÿÿÿÿÿ÷ïÿÿ×ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÏþÿï¿ÿþÿï¿ÿþûÿ¿ÿ÷¿ÿÿþÛ¿¿ÿþûï¿ÿÿûïõÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ“þßÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿßÿÿÿÿÿÿÿÿÿÿÿ¿ýÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¿ÿÿêÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¿ÿûÿÿÿþÿÿÿÿÿÿÿÿÿÿ?ÿÿþûï¿ÿþûï¿ÿþûï¾ÿûï¿ÿþûï¿ÿ¾»¯¿ÿþúÿ÷ßÿý÷ßÿý÷Ýïýßÿ½÷ßwÿ}÷ßÿýçýÑÿçŸoþùfŸþùç›öø—<þÙåž}¶ùgŸþùçÿOþÿü÷Ÿ?ÿý÷ß}ÿü÷Ï?¿óÏßü÷ßÿýwÏyýýþôûéçŸúùçŸþÉç—nò§š~îéçžþùçŸ~þù¿“ÿÿÿþû¿¿ÿþûïÿþþï¿ÿûÿïÿþþûï¿ÿþïï¿ÿŸÜÿýößÿý÷ß¿ýsß}÷ßwÿü÷ÛwÿÝ÷×ÿÿåþÛo¿ýöÛo¿ýö›m¿Ýöj•ýöÛk¿ýöÛo¿ÝöÛÿn÷ÿÿßÿßûÿÿÿÿóÿçß÷ùÿ¿ßÿÿÿÿûçÿÿÿ{ùÿÿÿÿÿÿÿÿÿÿÿÿý¿ýÿïÿýþÿÿÿÿÿÿ_ÿÿÿÿÅÿÿÿÿ·ïÿÿÿÿÿ¾ÿï›ïìþÿÿ»õ¿ÿÿûÿïûÿþÿÏþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿïÿÿ÷ÿÿÿÿÿÿÿÿÿÿÿóÿï¿ÿþûï¿ÿþû¯¿ÿþû¿ÿþûï¿ÿþûï¿ÿþûï÷›ÿÿÿÿÿûÿÿßÿÿÿÿÿóûÝßÿÿoÿÿÿÿýÿÿóÿùÿ?üÿÿÿÿÿï¿ÿþÿÿÿÿþûÿÿÿÿÿÿÿÿÿÿýïßûûáÿÿÿÿÿýÿÿÿÿÿÿÿÿÿýÿÿÿÿûÿÿÿÿÿÿÿÿÿÿßoÿÿýÿÿÿÿÿÿÿÿÿ¿ÿßÿÿþÿÿÿÿÿýÿ¿ÿ¿ïÿ?øÿ¿ÿÿÿÿÿÿÿÿÿÿÿÿû¯ý÷ßÿýÿÿÿÿÿÿÿÿÿ¿Íÿ×ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ×ÿÿÿÿÿÿÿÿÿÿþùÿÿÿïÿÿÿÿÿÿÿÿÿÿÿÿýÿÿÿÿÿÿÿÿÿòÿÿÿÿÿÿÿÿïÿÿÿûÿßÿÿÿûïÿÿþÿÿóÿ÷ÿïÿߧÿÿÿÿÿÿÿþÿ¿ÿ÷ÿÿÿÿÿýïÿÿÍÿ÷ÿo¿ÿÿÿÿÿÿüÿÿÿÿÿÿßÿÿÿïÿÿÿÿÿþÿÿÿÿÿÿÿÿýýÿýÿÿ÷áÿÿÿÿÿïÿÿÿÿÿ¿ÿýýgÿþïÿÿÿýÿÿãÿÿÿÿÿÿ/ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿßÿÿÿÿÿÿÿþÏßÿÿ~ùÿÿÿÿÿ»ÿÿÿÿÿÿÿÿÿÿ«üûïÿÿÿÿïûïÿÿÿ¿÷Åÿþÿÿÿÿÿÿÿÿÿÿþÿÿ_ÿÿÿÿÿÿÿ¿Ï^ÿûÿÿÿ¿þÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÞÿÿþÿûßÿÿ}þ¿ÿÿÿ~Äÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ€õÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿZ½ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿçšëÿÿÿÿ÷bÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¿ùþÿÿÿÿ6½ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ÷¯ÿþÿÿÿØÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿo½óÿÿÿ¿Ãöÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿï¿Ïÿÿÿÿþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ?þÿÿÿÿòßÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿwßýÿÿç—ÿõÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ×_ÿÿÿGù÷ý÷ßÿý÷ßÿý÷ßÿ÷ßÿý÷ß¿m¶Ýÿýlÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿüóÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ}÷ýÿÿÿÿ?êÿÿÿÿÿÿÿÿÿÿÿúÿÿÿÿïÿÿÿÿëÿÿÿÿÿÿÿÿúÿÏÿÿÿÿÿÿÿÿÿÿÿ—ÿÿÿÿþÿÿÿ_þÿÿÿýÿÿ—ÿ?þÿÿÿÿÿÿÿÿÿÿ¿þÿÿÿßûÿÿÿúÿÿÿÿÿÿÿÿÿ¿÷þÿùçŸþùçŸôùçŸÞçŸþÑçŸþùçŸþù—ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþÿÿÿÿÿÿÿÿùÿÿ¯ÿýÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ÷ÿÿÿÿÿÿÿÿûÿÿÿýÿáÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ·ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿWÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¿ýÿÿÿÿÿÿÿÿûïÿÿÿÿÿóÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿû÷ÿÿÿÿÿÿôÓÿÿÿÿÿÃÿýõ×_õõ×_ùÅ—_üå_õõ×_oýõ×_ýŸþÿÿÿÿ÷ÿÿÿÿÿßÿÿÿÿÿÿÿÿÿ¿ÿÿÿÿþñÿÿÿÿÿâÿÿÿÿÿÿÿÿÿïÿÿÿï¿ûþÿÿÿþÿïÿÿ×ïïÿþÿ±ÿÿÿÿÿÿÿÿÿÿÿÿÿßÿï?ÿÿÿÿÿßÿßÿÿÿÿÿÿ÷øÿÿÿÿÿÿÿÿÿÿüÿÿÿïÿÿÿÿe¿ÿþu÷ÿÿÿÿûíÿÿÿÿÿÿÿÿÿÿÿûÿÿûÿûý÷ßÿ_ýÿÿûïÿÿÿÿßWþÿÿÿÿÿÿÿÿÿû?÷ïÿ÷ûûÿ÷ÿÿß?ûßÿÿÿý¿øÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿüÿÿ}ÿßÿ?÷þûÿÿÿwÛÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ÷ÿÿÿþÿÿÿ÷ßßÿÿÿÿ½Oþÿÿÿÿÿÿÿÿÿÿïûÿÿÿ¿ÿÿÿÿÿÿãÿÿ¸ÿÿÿÿýóÿÿÿÿÿÿÿÿÿÿÿÿÿþÿÿýÿÿÿÿÿÿßû¿ÿÿÿßï·ïÿÿÿÿÿÿÿÿÿÿ¿öÿïÿÿÿÿÿ¯ÿ¿ÿÿ¿ÿþÿÿÿÿŸýþÿÿÿÿÿÿÿÿÿÿ÷ÿÿÿÿÿÿýýÿÿÿûîõÿÿÿÿâûÿÿÿÿÿÿÿÿÿ¿ùÿûÿÿÿÿÿÿÿÿÿÿßÿïÿÿÿýÿüÿÿÿÿÿÿÿÿÿÿóÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ:þÿYÿÿÿÿÿÿÿÿÿÿ_ÿÿÿÿÿýÿÿÿÿÿÿÿÿÿÿÿóÿÿ¯Éûÿÿÿÿÿÿÿÿÿ®ÿÿÿÿÿÿÿÿÿÿgí?î¹ÿÿßÿ/öÿÿÿÿÿÿÿÿÿÿ÷ÿÿÿÿÿÿÿÿÿêÿ÷Ÿÿÿÿÿÿïðÿÿÿÿÿÿÿÿÿÿßûÿÿÿÿÿÿÿÿÿÿ}ÿúïÿÿÿÿ‹ýÿÿÿÿÿÿÿÿÿÿßÎÿÿÿÿÿÿÿÿÿÿï«ÿÖ;ÿÿÿÿûøÿÿÿÿÿÿÿÿÿÿÿ>ÿÿÿÿÿÿÿÿÿÿ×_ÿ¾ûýÿÿÿyäÿÿÿÿÿÿÿÿÿÿÿÿøÿÿÿÿÿÿÿÿÿ¿þúÿøÿÿÿÿïoÿÿÿÿÿÿÿÿÿÿÿ÷ÿÿÿÿÿÿÿÿÿÿÿÿ÷Ýÿÿÿÿÿùÿÿÿÿÿÿÿÿÿÿÿýÿÿÿÿÿçÿÿÿÿÿÿýõÿÿÿ¿™ÿßÿý÷ßÿý÷Ûwÿý÷ÿý÷ßÿý÷ÛgÛý÷ßÿ7öÿÿÿÿÿÿÿÿÿÿÏÿÿÿÿÿÿÿÿÿÿÿÿÿÏ?ÿÿÿÿÿoöÿÿÿÿÿÿÿÿÿÿß÷ÿÿÿÿÿÿÿÿÿÿÿÿßwßÿÿÿÿÿ§þÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿúÿ¿ÿÿÿÿÿÿÿÿÿÿÿWýÿÿÿÿÿÿÿÿÿÿÿ÷ÿÿÿÿÿ—ÿÿùÿþÿÿ÷ßÿÿÿÿÿæÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿßÿÿïÿÿÿÿÿÿÿÿÿÿÿ7ÿÿŸþùçŸþùçŸþùçþùgŸþùçŸþùçŸúÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¯ÿÿûÿßÿçßÿÿÿÿÿ×ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿýÿßÿÿûÿÿÿÿÿÿÿÿþÿÿÿÿÿÿÿÿÿÿÿûÿÿÿÿÿÿÿþÿÿÿÿÿ÷ÿÿÿÿöÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿûÿÿÿ÷ÿÿîÿ¿ÿþÿÿÿÿ‹ûÿÿÿÿÿÿÿÿÿÿÿÿÿÿþÿÿÿÿÿÿÿÿÿM¿ýÿÿÿÿ¿ôß×_ýõ×_ýõ—_|ùÅ_~ùõ×_ýõÖ_ýõ׿îÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¿¿ÿÿÿÿÿûGþÿÿ¿ÿÿÿÿÿÿÿÿ¿ÿÿÿïïþþ÷¿¿¿ûý·¼ÿþïÿùÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþÿÿ÷ÿÿ¿ïÿÿÿ¿ÿÿÕ÷ÿÿÿÿÿÿÿÿÿÿWÿÿÿï÷ÿÿÿÿÿÿÿïÇüûo¿ÿ¯þÿÿÿÿÿÿÿÿÿÿ¿ýÿÿÿÿÿÿÿÿÿÿÿÿÿÝÿÿûÿðÿÿÿÿÿÿÿÿÿÿÿ÷ÿÿÿÿûÿ·û¿þÿïñÿýÿÿÿ—ÿÿÿÿÿÿÿûÿÿÿïÿÿÿÿïÿÿÿÿÿÿÿÿï¿ýÿÿÿÿ¿üÿÿÿÿÿÿÿÿÿÿÿùÿüÿÿÿÿïÿÿÿÿÿýýýÿÿÿûãÿÿÿÿÿÿÿÏ?ÿÿÿÿÿÿÿûÿÿÿ¿ÿÿÿÿûÿ×ÿýßÿÿÿÿÿÿÿÿý÷ÿÿÿÿÿÿßÿÿÿÿÿÿÿÿßÿÿÿÿÿ¿¾ùÿÿÿÿÿÿÿ÷ßÿÿûÿÿÿ¿ÿ¯ÿÿïÿÿÿïÿïÿÿÿÿ_‘ÿþÿÿÿÿÿÿûï¿ÿÿÿÿÿÿýÿÿÿÿÿ?Ý^÷ÿÿÿÿþÿÿÿÿÿÿÿßÿÿ¿ßÿÿÿÿÿÿÿÿÿÿÿýþþÿõÿÿÿ—ÿÿÿÿÿÿÿ?ÿÿÿÿ÷ÿÿÿÿÿÿÿÿÿùüÿÿÿÿÿÿÿÿŒõÿÿÿÿÿÿÿýÿÿÿ¿ÿÿÿßÿÿÿÿÿ_ÿÿÿ×ÿÿÿÿÿZ­ÿÿÿÿÿÿÿÿÿÿçúýÿÿÿÿÿÿÿÿÿÿçšëÿÿÿÿ÷fÿÿÿÿÿÿÿÿÿÿ¿ïÿÿÿ÷ÿÿÿÿÿÿÿÿyÿÿÿÿÿwüÿÿÿÿÿÿÿÿÿÿ÷?ÿÿÿÿÿÿÿÿÿÿÿÿ÷­ÿþÿÿÿ¿Ûnÿÿÿÿÿÿÿÿÿÿí¸ÿÿÿÿÿÿÿÿÿÿÿÿo½óÿÿÿÿÇöÿÿÿÿÿÿÿÿÿÿïÑÿÿÿÿÿÿÿÿÿÿÿÿï¿ß¿þÿÿßþÿÿÿÿÿÿÿÿÿÿÿ_þÿÿÿÿÿÿÿÿÿÿÿÿÏÿÿüÿÿOçßÿÿÿÿÿÿÿÿÿÿwÿÿÿÿÿÿÿÿÿÿÿÿÿwßýÿŸÿÿ—ÿõÿÿÿÿÿÿÿÿÿÿ×ÿÿÿÿÿÿÿÿÿÿÿÿÿ×_ÿÿýÿ_ø÷ý÷ßÿý÷ß¿}·ßÿ÷ßÿý÷ß¿}öÝ÷ýçÿÿÿÿÿÿÿÿÿÿÿüÿÿÿÿÿÿÿÿÿÿÿÿüóÿÿÿÿÿ6ÿÿÿÿÿÿÿÿÿÿÿ}ÿÿÿýÿÿÿÿÿÿÿÿÿ}÷ýÿÿÿÿùÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþÿ¿ÿÿÿÿÿÿÿÿÿÿ¿þÿ×ÿÿÿÿÿÿÿÿÿÿÿÿÿÿíÿ¿ùÿÿÿþÿÿÿýÿåÿïßüÿÿÿÿÿÿÿ?ÿÿÿÿÿÿ·ÿÿïÿÿÿÿÿþÿÿÿÿÿÿÿ¿àÿÿùçŸþùçŸþùçþgŸþùçŸþùçŸþù§ÿÿÿÿÿÿÿÿÿ÷ÿþÿÿïÿÿûÿÿÿÿ÷ÿÿýçëÿÿßýÿÿÿÿÿÿÿÿ¿ÿÿÿÿÿßÿÿßÿÿÿÿÿÿÿûïÿ_ÿÿÿèÿÿÿÿÿÿÿÿÿÿÿ¿ÿÿÿû÷ÿþÿÿÿÿýÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿïÿÿÿÿÿ÷¿ÿ÷ÿÿÿÿïÿÿûïïÿÿÿ{ðÿÿ¿ÿÿÿÿÿÿÿÿôÿÿÿÿÿÿÿÿÿÿÿÿÔËÿÿÿÿÿÎÿýõ×_ýõ×_wùÅ—Oþå—_?õå×_oѵW_õoþßÿÿÿÿÿÿÿÿÿÿýÿÿÿßÿÿÿÿ¿ÿÏÿÿÿÿÿÿ¿oçÿÿÿÿÿÿÿÿÿ¿ÿýûïÿ¿ÿïßÿþÿÏßÿþÿÿ¿ÿþûµÿÿÿÿÿÿÿ÷ÿÿÿÿÿÿÿ¿ïÿÿÿÿ÷ûÞ÷î·ÿÿÿÿwøÿÿÿÿÿÿÿÿÿÿýÿÿÿ_ÿÿÿÿÿï¿ÿþýg¿÷þû÷íÿÿÿÿÿÿÿÿÿÿÿÛþÿÿÿÿÿÿÿÿÿÿûÿû×ÿÿÿÿ{þÿÿÿÿÿÿ¿ÿÿÿÿÿïÿÿÿûÿçÿþ¿>÷ßÿÿÿÿßûÿÿÿÿÿÿÿÿÿÿÿþÿÿÿÿþÿÿÿïýÿÿÿþÛÿÿÿÿÿÆÿÿÿÿÿÿÿÿïÿÿß÷ïÿ¿÷ÿÿÿþþÿÿßßýÿÿÿ¿ßþÿÿÿÿÿÿÿÿÿÿÿ¿ÿÿÏ?ÿãÿÿßÏÿÿ?þøÿÿþÿ=õÿÿÿÿÿÿÿÿÿÿÿÿþÿÿýýÿÿÿÿÿÿÿïßúÿÿÿï«ÿÿÿÿÿÿÿÿÿÿÿ¿ÿÿÿ÷ûÿÿÿÿÿÿÿ¿ÿþÿÿÿÿ?üÿÿÿÿÿÿÿ¿ÿþû÷ÿÿÿÿÿÿÿÿßÿÿÿûïõÿþÿÿÿäÿÿÿÿÿÿÿÿýÿÿûÿÿÿÿ÷ÿÿÿÿÿûûßûçÿÛÿÿÿ}üÿÿûÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿŸÏÿÿÿ;ÿÿÿÿYÿÿÿÿÿÿÿÿÿÿÏÿÿÿÿÿýÿÿÿÿÿõÿÿ~ÿ?÷ÿ¯Óûÿÿÿÿÿÿÿÿÿ®ÿÿ¿ôÿÿÿÿÿÿÿ÷®¹þÿ÷ÿßöÿÿÿÿÿÿÿÿÿÿ÷ûÿÿ¯ÿÿÿÿÿÿÿÿ÷Ÿ÷ÿïÿÿïñÿÿÿÿÿÿÿÿÿÿÿûÿÿÿÿÿÿÿÿÿÿÿßúïÿ½þÿ«ýÿÿÿÿÿÿÿÿÿÿßÎÿÿ¿ÿÿÿÿÿÿÿÿÿÿÖ;ÿ»õÿ»ùÿÿÿúÿÿÿÿÿÿÿ~ÿÿ_ÿÿÿÿÿ¿þÿþÿþûüÿÿàÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿúÿÿÿÿÿÿÿÿÿÿõãÿþÿÿÿÿÿÿÿÿÿÿÿÿÿ÷ÿÿÿÿÿÿÿÿÿÿÿÿ÷Ýÿÿÿ÷?ùÿÿÿÿÿÿÿÿÿÿÿýÿÿÿÿÿÿÿÿÿÿÿÿýõÿÿüƒÿßÿý÷ßÿý÷Ûwÿý÷ÿý÷ßÿý÷Ûgßý÷ßÿ·öÿÿÿÿÿÿÿÿÿÿÏÿÿÿÿÿÿÿÿÿÿÿÿÿÏ?ÿÿÿÿÿï÷ÿÿÿÿÿÿÿÿÿÿß÷ÿÿÿÿÿÿÿÿÿÿÿÿßwßÿÿÿÿÿ£þÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿúÿÿÿúÿÿÿßÿÿ§ÿ÷üÿÿÿÿÿÿÿÿÿÿÿ÷ÿÿÿÿÿ—ÿÿÿÿ—ÿÿ÷ßÿÿùÿäÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¿þÿÿÿ¿þÿÿÿÿÿÿÿÿÿÿŸþùçŸþùçŸþùçôùçŸôùçŸþøçŸúÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿýÿÿÿçÿÿÿÿ÷ßÿßÿúÿÑÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿïÿÿûÿÿÿÿÿÿ¿ÿþÿÿ×ÿþÿÿÿÿÿÿÿÿÿÿÿûÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿýÿÿðÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿûûÿþÿïÿÿÿÿ¿ÿþîÿÿÿ›ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿßÿÿOÿýÿÿÿÿŸôÿ×_ýõ×_ýõ×_ýõ_}ýÅ—_~ýõÖ_~ñõ׿ïÿÿÿÿÿÿÿÿÿÿÿß÷ÿïÿÿÿÿÿÿß¿ÿÿîÿÿýûþÿÿÿþÿÿÿÿÿÿßÿ¿ÿþïÿþûï¿¿ÿûû¿¿ÿûÿï_úÿÿÿÿÿÿÿÿÿÿÿÿüÿÿûüÿÿóÿÿßÿ}ÿÿÿÿÿÛÿÿÿÿÿÿÿÿÿÿÿWÿÿÿõýÿÿûoýïG_½ÿ¿¿ÿþÿÿÿÿÿÿÿÿÿÿ¿ýÿÿÿÿÿW÷ÿÿÿÕÿ¿ß÷ÿ÷ÿûßõÿÿÿÿÿÿÿÿýÿÿ÷ÿþýÿûÿîÿ¯ûýþûs÷ýÿÿÿÿ¿ÿÿÿÿÿÿÿÿÿßÿëÿÿßÿïýÿßÿÿÿÿÿo¿ÿÿ¾ÿÿýÿÿÿÿÿÿÿÿþóÿ¹ÿþÿÿÿÿïï¿ÿÿÿý}ýÿÿÿûäÿÿÿÿÿÿÿÿÿÿ¿ÿÿÿïÿËÿûÿÿïÿÿù×ÿÿÿÿßOÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿßýÿÿÿg¿ÿþÝïþþþÿÿ:ùÿÿÿÿÿÿÿÿÿÿÿúÿÿÿ¿×õ¶öÿÿÿÿÿûïýïÞÿÿ‡ÿÿÿÿÿÿÿÿûï¿ßÿÿÿÿûÿ{Õÿ~Ÿýßÿ_ÿÿñÿÿ×þÿÿÿÿÿÿÿßÿÿßÞÿÿÿÿ¿ÿÿÿûÝ÷ÿ¿ÿÞÿýÿßÆÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ?ÿÿÿÿÿÿÿóÿÿÿÿûÿÿ”õÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿßýÿÿÿÿÿÿ¿ÿÿÿÿÿÿÿú½ÿÿÿÿÿÿÿÿÿÿçúÿÿSÿÿÿÿûŸk®ÿçšëÿÿÿÿ÷fÿÿÿÿÿÿÿÿÿÿ¿ÿÿßú÷ÿÿÿÿüóýÿùþÿÿÿÿ&ßÿÿÿÿÿÿÿÿÿÿ÷¿ÿÿýÿÿÿÿÿÿ×þû÷­ÿþÿÿÿØÿÿÿÿÿÿÿÿÿÿÿíüÿÿûÿÿÿûÿ¿ÿÊûo½óÿÿÿ¿Ÿçÿÿÿÿÿÿÿÿÿÿïñÿÿõÿ¯ÿÿÿ«ç¾ÿï¿ßÿÿþÿÇ~ÿÿÿÿÿÿÿÿÿÿÿ_ÿÿ¯ÿÿÿÿÿÿù÷Ïÿÿÿçÿÿñÿÿÿÿÿÿÿÿÿÿÿwÿÿÿÿÿ÷ÿÿÿßq×wßýÿÿÿ—ÿÿÿÿÿÿÿÿÿÿÿÿ×ÿÿÿÿÿÿÿÿÿÿÿýÿ×_ÿÿÿÿŸùÿý÷ßÿý÷ß¿}÷ßÿ÷ßÿ½¶ß~¿}öÝÿý_aÿÿÿÿÿÿÿÿÿÿÿüÿÿÿÿÿÿÿÿÿ÷ÿÿÿüóÿÿÿÿÿfÿÿÿÿÿÿÿÿÿÿÿ}ÿÿÿÿÿÿÿÿÿßý÷ÿ}÷ýÿÿÿÿ?èÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿßÿÿÿþÿÿÿÿÿÿÿ¯ÿþÿËÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿæÿÿý·ÿÿ-ùçÿÿÏþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¿ÿ¿ÿÿÿÿÿûÿÿë¿ûÿÿõÿÿùçŸþùçŸþùçŸþçŸ}þùçŸþùGŸ]þù“ÿÿÿÿÿÿÿÿÿÿÿþÿÿÿÿùÿïþýçŸÿý÷ïþÿýÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿïÿÿÿûïÿßÿ¿áÿÿÿÿÿÿÿÿÿÿÿ¿ÿÿÿÿ÷ÿÿûÿÿÿÿÿÿÿÿýûÿÿwÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¿ûÿßÿþï¿¿ÿûïïßýÿ?øÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿßßMÿßôÓÿþÿÿÿIÿýõ×_ýõ×_õõ×_ÿõ×_~ñE×OoýÕ×_ýûÞÿÿÿÿÿÿÿÿÿ÷ÿüÿýÿëÿÿýÛ¿þûïõ¯ÿÿÿåÿÿÿÿÿÿÿÿÿÿÿûûû¿¿ÿï¿¿ÿÿïß~õm¿¯ïûÿÿÿÿÿÿÿÿÿÿþ¿ÿÿÿÿïÿßÿßÿýÿ÷÷ÿÿÿÿ¿üÿÿÿÿÿÿßÿÿÿ_ôï¿ÿ~ÿ{ÿ·¿Å–ÿ>õç—ÿÿÿÿêÿ¿ÿÿÿÿÿÿÿ÷ÿÿýÿÿÿÿÿ¿ÿÿ®¿¾ßçß¿úÿÿÿ/ÿÿÿÿÿÿÿÿÿÿ__ÿÝÿ÷¿þ?ÿûî¾>÷ß¿ÿþý?úÿÿÿÿÿÿßÿŸÿþñ÷ÿÿ~÷¾½ßý÷ÿÿþÛÿÿÿßÏÿÿÿÿÿÿÿÿÿÿçŸßÿÿÿçïÿ÷þÿÿÿ¿ßßýÿÿ½þÿÿÿÿÿÿýÿþÿ?ÿÿÿþ¿ÿÿï?þÿÿ¯ÿ?ÿÿÿÿÿmòÿÿÿÿÿÿÿÿÿÿÿ÷þÿÿÿýÿwßûÿÿÿÿþÿÿÿÿÿï§ÿÿÿÿÿþÿÿÿÿÿÿÿ{ÿµ~úé®»^Ëüÿüÿÿýøÿÿÿÿÿÿÿÿÿÿý÷ßÿÿÕ×_ýõÝ_÷ÿÕÿÿÿÿmìÿÿÿÿÿÿÿûÿÿíÝ¿îÿÿßÿÿ¿ÿÿþÿÿïùÿÿßüÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ?ÿ?ÿþóÏ<óÏûïÿÿÿZÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿùÿÿÿß¿ùçUþÿÿÿÿ¯Íûÿÿÿÿÿÿÿÿÿ?®ëÿ?õßçšK®Kÿ—k®¹þïÿÿïöÿÿÿÿÿÿÿÿÿÿ÷Ûÿÿ­>ßüóÍúÿüöŸïÿÿÿÿoôÿÿÿÿÿÿÿÿÿ}ÿùÿßÿ÷ÿÿ×~ûÿÿ_Þúïÿÿÿÿ»ýÿÿÿÿÿÿÿÿÿ«ßÎûÿ¿¿ûo½÷Þûÿ¿÷Ö;ïÿÿÿÛùÿÿÿÿÿÿÿÿÿ_ÿ~÷ÿ_ÿýï¿Ç>ôú¿ßþûüêÿÿèÿÿÿÿÿÿÿÿÿÿúÿÿÿÿúïÿÿÿ¬÷ÿÿÿõãÏÿÿÿOÿÿÿÿÿÿÿÿÿÿÿ÷ßþÿÿÿwÛqçÿßy÷Ýÿÿÿÿ¿ûÿÿÿÿÿÿÿÿÿÿÿýýÿÿÿÿ÷ŸþÿÿŸýõÿÿÿÿ—ÿßÿý÷ßÿý÷ÛgÛý·¿öÛÿ½öÛgßý÷ßÿEöÿÿÿÿÿÿÿÿÿÿÏïÿÿÿÿ¿ý÷ÏÿÿÿÿÏ?ÿÿÿÿÿoðÿÿÿÿÿÿÿÿÿÿß÷ÿÿÿÿÿ{÷}÷ÿÿÿÝwßÿÿÿÿÿ»þÿÿÿÿÿÿÿÿÿÿÿßÿûÿ÷þÿÿÿÿþûÿÿÿÿÿÿÿÿ7üÿÿÿÿÿÿÿÿÿÿÿ÷çŸÿÿçÿý÷çŸÿý÷ßÿÿÿÿÿëÿÿÿÿÿÿÿÿÿÿÿÿÿÿþÿ¿ÿÿ¿ÿ¾ûîÿÿÿÿÿÿÿÿ?ÿÿŸþùçŸþùçŸöùç}þùçŸ}öùçŸþùçŸÿøÿÿÿÿÿÿÿÿÿÿÿ÷ÿ¿ÿÿïÿý÷¿ÿÿÿÿÿÿÿÿÿÃÿÿÿÿÿÿÿÿÿÿÿ¿ÿÿýÿÿÿï¿ÿýÿÿÿÿÿÿÿÿþÿÿÿÿÿÿÿÿÿÿÿûÿïÿûßÿÿÿûïÿÿÿÿÿÿÿÿ÷ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÛÿûï¿Ÿÿï¿ÿþþÿÿÿ“ÿÿÿÿÿÿÿÿÿÿÿÿ¿ýÿÿýòû/ÿÛÿ“ï>ùÿÿÿÿôÿ×_ýõ×_}ýÕ—[|ùÕ_oµÕÖ_~Ýu×_~øå—¿àÿþÿÿÿÿÿÿÿ¿¿Ïïÿÿ?ÿ÷Þÿÿ¶þßóýÿÿÿÿûoþÿûÿþÿ÷ÿÿÿÿ?ûÿþûïÿþûïï×Þ®û×Üþûÿ¿ûÿÿÿ÷ÿÿÿÿÿýÿ¿ÿ÷ïþßÿÿïõóýÿýÿÿÿÿÿÇÿÿÿÿÿÿÿÿÿïßÿÿÿÿ÷?½õ×ûëïuߺûï¿ÿþÿÿÿÿÿÿÿÿÿþ¯ÿÿÿÿÿÿï¿®þÿÿ«ÿýÿÿÿðÿÿÿÿÿÿÿÿýýÿÿÏþ÷ûÛÿãûÿÿ߯ÿýÿû¿û›ÿÿîÿÿÿÿýÿÿýÿ¿¿÷ÿïýÿßíÿó÷ÿ¯¿ÿ·ÿÿÿŸüÿÿÿÿÿÿÿÿÿÿÿ¿ýÿÿþþÿÿýÿþÿÿÿýÿóÿÿ¿íÿÿÿÿÿÿÿÿÿ¯ÿÿÿÿïÿûïÿÿÿ‡_ÿÿ÷Ïßÿÿÿ?ÿÿÿÿÿÿÿÿÿÿÿÿ¿ÿßÿŸÿüÿ¿ûûú·ûÿÿïÿûùÿÿÿÿïÿÿÿÿÿÿûÿ÷ÿÿÿówë´þÞ{ï½ÿÿÿ׋ÿÿÿÿÿÿÿÿÿÿÿÏÿïÿÿ~ÿïÿûüûÝsïÿÿyÿÿßæþÿÿÿÿÿÿÿÿÿþßÿÿÿÿýÿÿÿÿÿó½ÿÿÞëýÿÿmÃÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ“ÿÿûï¿:ÿÏ“¿ÿÿûïÿ¨õÿÿÿÿÿÿÿÿÿÿùÿÿþÜ_ý÷õóÿÿóùÕÿþÿÿÿ:½ÿÿÿÿÿÿÿÿÿÿçšÿÿÿ嫾ûN›®Òá’»òþÿÿ÷eÿÿÿÿÿÿÿÿÿÿßÿÿÿ?÷×\{ÛüòË~ÿù¿þÿÿÿ~ÿÿÿÿÿÿÿÿÿÿÿ÷¿ÿþÿÿ·v[fÿÿÿß÷­ÿþÿÿÿÛÿÿÿÿÿÿÿÿÿÿÿí¼òÿÿ¿õß7ë¿õ–ko½ãÖÿÿ¿‘ÿÿÿÿÿÿÿÿÿÿÿïñÿÿÿ¿ï¿Õ¿ÿþýï¾ÿÿÿûþÿÿÿÿÿÿÿÿÿÿÿ_þÿÿÿî¿—þÿÿïÿÏëÿóO÷ÿÿÿÿÿÿÿÿÿÿßwÿýÿÿßÑ{Ï?ßm·ÿwßõÿÿû“ÿÿÿÿÿÿÿÿÿÿÿñ×ÿÿÿßïÿ¼óßÿÿ×_ÿÿÿ÷;øÿý÷ßÿý÷ß¿m¶ßoÿwÓO¿ýwßi¿}öÙkÿÝgÿÿÿÿÿÿÿÿÿÿÿüóÿ?ÿý¯¶Ú|÷ßÿüóÛÿÿÿ&ÿÿÿÿÿÿÿÿÿÿÿ}ßÿÿý»ýÿ¿÷ß½wÿ}÷½ÿþÿÿêÿÿÿÿÿÿÿÿÿ¿þÿïÿÿþÿÿ÷ÿÿÿÿ÷þÿÿ¿ßþúÛÿÿÿÿÿÿÿÿÿÿåÏþÿíÿý—ßÿý÷íÿí¹í—ÿOþÿÿÿÿÿÿÿÿÿ÷ÿÿÿÿ¿ûÿÿî÷ï¿ÿ¿ÿÿÿï¿ûïñÿÿùçŸþùçŸþùçúçŸ}þùçþùeþù—ÿÿÿÿÿÿÿÿÿÿëþÿÿïÿÿþûïÿý÷Ïÿÿóϯÿ?üÿÿÿÿÿÿÿÿÿ_ÿÿÿÿßÿÿß~ûíï¿ÿûÿõßýÿäÿÿÿÿÿÿÿÿÿÿÿ¿ÿÿÿû÷¿ÿÿïÿÿÿóÿÿûüóÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ÷¿ï÷ÿßÿï¿ŸÿûÏí·ÿÿ¿øÿÿÿÿÿÿÿÿÿÿÿÿûÿÿÿÛ_ößM¿ÿòÓOïÿïÿOÿõõ×_ýõ×_Íõ×N½õÇ_~ýa×tíu×_}ýÙþÿÿÿÿÿÿÿÿÿÿÿÿÿþûÿ¾·Ý?KòÌÿï½Í·ÿ÷âÿÿÿÿïÿÿÿÿÿÿÿýïÿÿþÿ¿Ûÿï¿ÿü¿ý^þÿþû¡ÿÿÿÿÿÿÿÿÿßßÿÿÿÿßìÿÿÿ÷_÷Ýÿþÿÿ×÷ÿÿÿýÿÿÿÿ÷÷ÿÿÿÿ|ùåþÿõן}õåÒÿ×ßÿÿÿÿïÿÿÿÿÿÿÿÿÿÿÿÚ¿ÿÿÿ«½ÿÞ¯¿þíïß·ÿÿÿû5ÿÿÿÿÿÿÿ÷ÿÿß=~ÿ¿?ý÷Í]¶\Ïmçï£ßÿ÷¿øÿÿÿûÿÿÿÿÿ?ÿúý÷ÿ½ro¿þÿ‹ÿ¿üüÙý?ÿÿÁÿÿÿßÿÿÿÿÿßýÿÿ¿¿ÿû¿¿ñïïÿ÷Úÿ¿÷ÿ¿¾ÿÿÿþÿÿÿÿÿßßãî¿ôÞ‹}ýÿÛnx£Þÿÿ}ñÿÿÿÿÿÿÿÿÿÿÿÿÿÿ~÷åÿï»ûßÿÿþïßïþþßï£ÿÿ÷ÿÿÿÿïÿÿï¿ÿÿÿÿÿ¿ÿ÷ßÔ÷é¿ûæ:îöûùÿÿÿÿÿÿÿÿÿ/ÿìÿÿÿí÷ß_øýwÿ~ÿüõßÿÿãÿÿýÿÿßÿÿÿÿû÷ýÿÿ¿ß_ûÿ·¯ýÿûïï}ÿ|ÿÿEñÿÿÿÿ:þÿÿÿÿÿÿÿÿÿÿÿïÿÿ¯3ïüÿÿ¿þ7þþÙÿÿÿÿóÿÿÿÿÿŸÿÿÿÿÿ}ßÿÿÿ÷ù¿ÿÿÿå¿ýܯÃúÿÿÿÿßÿÿÿ?®ÿÿÿÿ¿~ý®å:®¹~Ÿ÷ßôÿÿÿÿÿÿÿÿÿü÷ýÿÿÿg÷ûÿóß?¿ü÷Ÿ/ëï¿ÿïÂÿÿÿÿÿÿÿÿÿÿÿûÿÿÿÿk¾ÿ^‘í[Þúï.û÷ûýÿÿÿÿÿÿÿÿÿ¿ÕÎÿÿ¿ÿ[÷¸óžýoÉÿÖ;÷ÙæÎ;íÿÿÿÿÿÿÿÿÿÿ~ÿÿÿÿûßãß÷îËÿþûõ÷ÿ=ÇÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÏþÿýÇßûÿõÿþ?ûñ6ßÿÿÿÿÿùÿÿÿ¿m÷ÿÿÿÿoûmÇÛv¹m÷Ýo»ù÷wøÿÿÿÿÿßÿÿÿÿßýÿÿÿÿý÷ßþý÷Ÿýõ÷ÿü‡ÿßÿý÷ÝÿývÛbÿý÷·}wßoŸÍöÛgŸ}ößÿþÿÿÿÿÿÿÿÿÿóÏÿÿÿß¿ýÿßoÿþöÏ?¿ýöÿÿoôÿÿÿÿÿÿÿÿÿ÷ß÷þÿÿß÷ÿ÷þ÷ßwß÷ïÿÿÿ³ÿÿÿÿÿëÿÿÿÿŸÿÿþÿÿÿÿçëÿÿùÿ›ÿÿÿ睯ÿ×ýÿÿÿÿ_þÿÿÿÿÿ÷íÿÿÿß÷Oþ÷÷_ÿ÷ßöûùÿÎÿÿÿÿ¿ÿÿÿÿïÿ¿÷ÿÿÿÿýûÿýþÿþÿÿßßëÿÿWÿýŸþùçŸþùçþùçüÙçŸ}þ™çìñçŸÿúÿÿÿÿ¿þÿÿÿÿÿ÷ïÿý߯¿ý÷ËÿÿýwÝ/ÿüòÿ×ÿÿÿÿÿõÿÿÿÿÿÿßÿûïÿ~ýí½_þÿí¿ÿ~ù÷×ÿOþÿÿÿÿÿÿÿÿÿÿÿùûÿÿÿÿÿÿÿÿÿÿÿÿÿÿ?ÿýòÿÿÿÿÿÿÿÿÿÿÿ÷ÿþûûþÿÛ¿¿ÿûû¿ÿþþùïÿÿïÿÿÿÿ÷ÿÿ×ÿÿûÿÿ¿ýôo?Õf[Oÿÿþÿÿÿ?ýþ×_ýõ×_?ýÕ×_ýµ[lõõ–[n±äÖ_mùµÇ¾ë¿ÿÿÿÿÿÿÿÿÿÿþÿÿÿïïÿÿÿúÿ¿¬îÿýûÿóßÿ7þÿÿÿþÿïÿïûÿÿÿþûïÿþûý·ÿûÿï¿ÿÿ˽ÿøÿÿÿÿÿÿÿÿÿÿÿÿÿýÿßþÿÿß}×ùÿ÷ýÿÿÿÿ¿Ûû¿ÿÿÿÿÿÿÿñ—ÿÿÿßG}øm—ýçC_]¼õûï/ìÿÿÿÿÿÿ¿ÿÿÿùöÿÿýÿÙÿ¹sþÿëï¿ÿåÿÿ¿ïåÿÿÿÿÿÿÿýýqŸþþèßÝöüÇýûÝÿþ]zü¿ÿÿÿÿÿÿ¿ÿÿïÿãÿ?ÿÿé+÷ë¯þþãm¿¸jÿþþüÿÿÿÿÿ÷ÿÿÿÿûÿ½þÿ{÷ÿ÷ç÷ÿöþÿýÿÿýÿýÀÿÿÿÿÿÿÿÿÿÿÿÿÿ>îÿÛ{ÿï~ßïÃÅûïÿ¿ÿ~ÿÿÿÿÿÿÿÿÿ¿ý¿ÿïÿßÝûÿÿ_úùm~þÿçÿ¿ùÿÿþÿÿÿÿÿÿŸúû¿ÿÿßß}û»ÿ¿ûþóo>Û§÷ÿÃÿÿÿÿÿÿÿÿÿÿÿ×ÿÿÿ÷{ÿïß_wíñïýÿï׿ÿ7þÿÿÿÿÿÿÿÿÿÿŸßÿÿßÿÝÿÿ»þÿûýÿÿÞû¿ýÿ_À¿þÿÿÿÿÿÿÿÿÿ?ÿÿÿ?ÿÏÿÏ7Þ|ãO¾Óþóïÿ‹õüçÿÿÿÿÿÿÿÿÿÿûÿÿß]åÿ¼›~ÎÿþÏþ»ÿÿZ¼ÿ÷ÿÿÿÿÿÿÿóçúÿÿ³þk–þÿ=ýKçšë÷ÿÿŸ÷jÿÿÿÿÿÿÿÿÿÿ¿ÿÿßw÷¦œúíÿŸzÿy·ÿþÿüÿÿÿÿÿÿÿÿÿÿ¿÷?ýÿýãÿ¿¿ÿ—ûí·÷­æßÿÿßÚÿÿÿÿÿÿÿÿÿÿoí¨ÿÿ[¿ÿþûoÝo¿ýo½c›zÿ¿™ÿÿÿÿÿÿÿÿÿÿÿïQÿÿû¾o½ÿß_ýýヒ¿öýûþÿÿÿÿÿÿÿÿÿ¿ÿ_úÿÿç?*{¿ÿúëïÿÏÿ­ÿÿ÷ÿÿÿÿÿÿÿÿÿÿßvÿÿÿßíúŸÿ¿ù¶›wßõÆÿû­ÿÿÿÿÿÿÿÿÿÿÿù×ÿÿÿýßçÿù÷Ÿþù×_þýÿ—ùÿý÷ßÿý÷ß»-¶ßo÷÷kÿöÚo¿}öÙßýoÿÿÿÿÿÿÿÿÿÿÿü÷ÿoÿýÿwÿÿ÷ÿ?ÿüóÛÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ}ïÿÿÝýý_ÿÿßÿÿý}÷½ÿÿÿÿ¿ëÿÿÿÿÿÿÿÿÿÿýÿïÿÿÿÿu½úú?¾ýÿÿo¾þúÿßÿÿûÿÿÿÿÿÿÿæßþÿßÿ½ó÷—oýýÿ}ýä—ÿ¯þÿÿÿÿÿÿÿÿÿÿÿÿûÿÿÿÿÿÿßþóݯÿÿÿûÿÿ?òÿÿùçŸþùçŸþñçŸþçŸ{öñgþùÇžþù½ÿÿÿÿÿÿÿÿÿÿÿþþ÷Ÿÿù÷ïÿÿþóÿÿýÿï¯ÿ¿ýÿÿÿÿÿÿÿÿÿÿÿý¿ÿÿÿ¿ÿÿÿ÷×ÿÿûïßýÿâÿÿÿÿÿÿÿÿÿÿÿ¿¿ÿÿÿ÷ÿÿÿï¿ÿýûÿÿÿÿûÿÿÿÿÿûÿÿÿÿÿÿÿÿÿïÿ¾ï¿¿ÿç¿ÿûïÿßÿÿøÿ¿ÿÿÿÿÿÿ¿ý÷ÿý=ýÛÿ¿üßû¿õôÿ-?ýÿÿNÿýÕ×_}ùÕ×]{ýõ×M¿ÕÇ[±õ×Zlù¥Ö\ýßþÿÿÿÿÿÿÿÿï¯üû½ÿßòÎ÷þ¼³Ë®þï¿ÿ:ÿÿåÿÿÿÿÿÿÿÿÿßýûÿ¿¿Ï®ÿ—½ûßßÿnûý÷Þ~½ÿÿÿÿÿÿÿþÿ¿ýþßÿïÿíÿ½¿ö[ïþþÿ¿÷ÿÿýÿßÿÿÿÿÿÿö~õÿÿ{~öþJ{öï¿_>¼ÁW÷ÿÿâÿÿÿÿÿÿÿýÿÿÞýýÿýßýÿûÿöÿÿúûÿþþýÿúÿýÿÿÿ¿ÿ÷ÿÿß_÷ŸÿýßÿÇ}ÿ¬ÿßõwØpÞýý7ûÿÿÿÿýÿ÷Þw;ÿö»¿½Üv×}þû÷ýòûÿ?ßÿÅÿÿÿÿÿÿÿïÿ÷Ÿßë7÷÷ÿÿÿ·ßù·ïÿûÿ×ÿóþÿÿÿÿÿÿÿßÿ_úý÷ÿ¿Ÿ²÷=îÿÃ÷{ÿ?{ìÿûÿöÿÿÿÿÿÿÿÿÿÿýÿ_ÿßýŸÿ÷ÿwÿç÷þß}ßÿ·—ÿÿûï¿þþûë¿ï¿ßýÿÿõí³ýþ•þŸý¾ÿÿúkóûýøÿÿÿÿÿÿÿÿÿ¿ü?ÿ~ëÿß~ÿÿ•ŸÿýýµÛÿÿÿoèÿÿÿÿÿÿÿÿÿÿú÷÷ÿÿýÿ¿Þûÿÿýþÿóÿßÿÿÿ.üÿ¯3ÏÿóüÿÿÿÿÿóÏÿÿ³ÞÿÿÏû
öÿøÿÿ7ßÿXÿ?ÿùÿÿÿÿÿÿÏÿßÿ÷±Éü÷{þo§ÿoþÿ?üþ«ßûÿÿý÷ÿRÿÿ??®ÿû¿êþùÿô¿þý}®¹~=ý÷_öÿÿÿÿÿ¿þÿÿÿ÷ûÿÿÿ~þÛù·žïûï÷Ÿoëï¿ÿïòÿÿÿÿÿÿÿÿÿÿÿÓÿÿ¿^o«}çúͶ}ßúgÿ¹üïƒýÿÿÿÿÿÿþÿÿ¿ÕŽúÿ¿µ+®­?Ûûv¹ÿÖ;îÙï~{ùÿÿÿÿÿýÿÿßÿ~õþ«ç÷_ëýûÚÿþûÝ׿ëÿÿÿÿÿÿëÿÿÿÿÿ¯ãßï·×ÿëü·Ïþÿõ¿ÿþûñÿÿÿÿÿÿÿÿßþ¿}÷ß~Ùñ¯ýùþïÿ÷Ý»ù·¯ùÿÿÿÿÿÿÿÿÿÿýùÿßÿþŸþÿÿÿýõÿŸ¿‰ÿßÿý÷Ú~¿ýöÛwÿ½v{û±¶Ûo¯½öÛgýöÛö…öÿÿÿÿÿßÿ¿ýóÏÿÿÿÿÏß÷ÏoÿÿÿÏ?ÿýóïÿoóÿÿÿÿÿ¿ÿÿû÷ß÷ÿÿÿ}ÿÿßßÿÿßwß÷ßÿÿÿþÿÿÿÿÿ¿¿þûŸÿ¿þúÿ¿þÃÛþÿãïÿÿÿúŸÿÿWýÿÿÿÿÿûå·ÿÿ÷ä–ÿýÕÿÿß×Oþ÷ß·ß¿ûÿâÿÿÿÿïÿïöß~öÿÿÿÿ¯ÿüÿËÿßúûÿÿßþÿïÿ_ÿÿŸþùÇŸüùãŸþùg}öùGŸôÑçŸþ±ÇŸ?ùÿÿÿÿÿÿûë¿ÿÿ‹/þùï?þÿçÿÿÿ÷ÿ/ÿüçÿÛÿÿÿÿÿÿ÷_ÿÿÿ_ýÿßÿýÿ÷ÿÿýý¿ÿûõÿÿOþÿÿÿÿÿÿþÿïÿ÷ûÿÿÿûïÿÿÿÿßÿÿÿÿïÿÿðÿÿÿÿÿÿýÿßÿ¿ÿ¿ÿþïó~ûûïÿ~~û¿ÿþ~ûïÿ›ûÿÿÿÿÿï¿_ÓOÿÿÿßÿÿÿ“O¾ý÷ÛOÿÿÿû/þôß×_}ýµ×_ÝÕÖýõ_}½áÖ[{µñV_ýµÖ»ìÿÿÿÿÿßÿÿÿß¿Oÿßÿò?ûøÓ¾/½òþß?ûϱ>Oþÿÿÿÿÿÿô›ï»oïÿÏï»þwûÿûzÿ»¯?_Ïõ¿úÿÿÿÿÿÿ¿ÿ÷ßï^ÿsÓvï³ö÷÷¾üÿ÷u÷ï_ïßÓÿÿÿÿÿÿÿ÷Ñç÷ÏÿåSþÿï×_ïûý×{ýÿø×ÿ?þÿÿÿÿ÷ÿûÿÿïïÿÿýuÿýžš½­íþÿÿÿº÷ÿÿÿÿÿÿÿÿûûýçŸÿ{ßÿ?ÛÿmÏÿÿÿÞ{ç_ñÿªÿÿÿ¿Ÿ>ïý÷÷¿ÿÿßïý^Ûï¯þºÊýÿýòûýüýÿÿÿýÿÿÿ¿þÿ¿ûÿÿ¿Þ~ûíÿ~þþ¯ï¼~û·ÿâÿÿÿïÿÿÿ߸‡Ï_øËÛÿ¬þæßÚÿÏù¯ÿ*ÿUÿÿïÿÿÿÿÿÿÿïûÿýÿ¿ÅýÿÙÿßúÿåoþÿýÿûÿÿÿÿëÿoÿý¹þ»ÿ¿ÿß÷µ?ì¿í½ëüòï·úÝj݁ÿÿÿÿÿÿïÿÿ·o~üÿÿþ܇×?íu×æá—Ûýåþÿÿÿÿÿÿßÿÿ·ÿÿýýÿÿÿï×ÿÿû{íþÿþû¿zÿ÷ÿþÿÿÿÿ÷óøÿÏ¿ÿø»~ÿø3m>Êd3Ï?þúóïÿŒýÿçÿÿÿÿ¿Çÿÿÿÿÿïÿ՝ÿßüÿ]7Ûÿüûü¿ÿÿZìÿÿÿÿYKýýTÿçò¿ÿYÿïT³þï÷yçšûßÿÿÿ÷AûÿÿÿŸúëï³þ¿üÿŸúw·žþüæŸ~ÿù¿ÿÿÿÿþÿÿÿÿÿÿÿÿÿ÷¿¿þÿÿoíÍþûå²ã­ÿ|óßÿÿÓÿÿÿÿÿûï»ÿþ[í¼ÿÿûÿoÿû÷Ýo¿ýo½ãÚûï¿‹ÿÿÿÿÿõ×ßý÷ïñïÿõÿmÿ{ößÿï¿¿ýòûçüÿÿÿÿ¯¿þþëÿÿ_~þ¯ÿßúÿ÷üöÿõÿÏùû÷ŸÿôýÿÿÿÿŸÿÿÿÿßv¿åÿÿ¿þþo»ÿ¶›wßý·_~ù“ÿÿÿÿÿÿýÿÿÿÿý×ßÿÿÿùÿÿÿ÷ùÿù×_þý÷×øÿý÷ß÷ý÷Ûo·}vßÿÇÚo¿}ÆÚc¿}öØß}êÿÿÿÿÿÿÿÿÏ?ÿüöÿÿÿÿÝoÿüöýÿüóÿÿÿÿÿ~ÿÿÿÿÿÿÿÿÿ}ßÿÿÿ¿ßß÷ßÿÿ}÷ýÿÿÿÿ?ùÿÿÿÿ¿þÿÿ¿ÿÿÿ¿¿~?þßâ‹o¾ùÿÿ¿ÿÿÏÿÿÿÿÿåÿÿûîßÿùå_|ýß×_}ýýÿ}¹ï¿ÿoüÿßÿÿÿÿÿÿïÿÿï7ï¯óªïÿÿÞºû÷ÿÿ?ÿÿÿÿ?àßÿùçŸþùÇŸþùg}ÒGžä‘gž{þùÇŸ~ù‹ÿÿÿÿÿëÿÿÿóßþÿûßÿýÿß?ÿþçïÿÿùóŸÿ?ôÿÿÿÿ_ÿÿÿ÷ÿþÿÿßÿþÿ÷ÿý¿÷ßÿÿÿ×ÿÿ[ÿéÿÿÿÿÿÿÿÿÿüû¿ÿÿþÿwÿÿ÷Ï¿ÿÿûÿÿÿýûïÿÿÿÿûÿÿÿÿÿí¿ÿÿÿç¿¿ïýÿ^þÿï÷ÿûïíŸö9ðÿÿûÿÿÿÛÿ¿üôûÿþÿÿÿ½ýòÓ)¿ýÄÓïÿüþîÃïýõW_:µ´×[jõô×_ÿÔ—o½µÖ[m½5×sø¾þÿÿÿÿÿÿÿþÿûνï÷þ³ÿ¯ý|{ÿæÿ}×ÿtõÿÿäÿÿý÷ÿ÷ÿû·õß?ûkþßîýí¿{ßÿÿïü¯ÿwwßî…ÿÿÿÿÿÿÿûÿÞýÿÿo×ÿ÷¿ÿÿŸýßÿýÿ]ýÿÿÿ¿ÿÿÿÿº_÷ßvý“_>¹×‡[û¯µ¿_Ñßê¿ÿÿÿÿÿ}ÿÿŸöÝÛ÷ßëÿþÙoû{¿¶þ¯ÿÿæíû'ÿÿÿÿÿÿ/ÿïóÏ÷TçŸ÷ï}ÏÙsýÿûÿ÷ŸÞYû¿úÿÿÿþý×öªo¯÷ÿ¯ŸÞþ{Ÿýÿÿi×ßòÛï¦íÿÿ_ÿÿÿÿÿÿ÷ÿ=¿ý¾ÿïë/ÿçÿ÷þþ~ÿÿÛÿý­¿ÓËþÿÿÿÿÿÿÿÿÏûýõõ–ÿãÏÿ¿<ý}7ý¼ýÿ»vß³ÿÿÿÿÿÿÿþûýïÿüý¯Ýÿ×þŸÿ÷ßÿÝÞߧÿÿëï?ÿ¾ÛîSý¾ýîû¯ÿŸòm'û~ú_—[L»ÿü×5¹ÿÿÿÿÿ¿ýßÛwþÕö¯_ÿÿ×wwýûŸýÿ´õßÿûèÿÿÿÿßÿëï¿þÝóÏýßþýÿÿüþ_ÿÿïï½þÿÿÿüÿÿÿýÿÿÿûï?ÿÿëÍÿs¦þÿùþãÿ¿ÿÌóÿ²ÿú[ÿÿsïÿÿþÿ×ÿÿïÿÏáùÿ_ûÿ?ÿïÿÿ×÷߯ÓûÿŸuþ³þ[®¹—¿zøû?®ÿe½~®¹x?ÿü~oöÿÿþû©ÿÏwþý÷ÏÿûÿwþßüóÛ?ëù÷ŸúùçÿïöÿÿßËÿÿçûm–ÞûÿÿWìû½þÍÿ}ÞzOÿßþó¿ýÿ¿[î¿ÿoûÿ·ÑNkÿ¿µúÿ¿õžüî»ûÖ;ê¿÷Æ;yþÿ÷÷_ÿÿ{þ»ÿ>ûúÿ×úÿ~÷÷_ÿþûôë¿~g÷ÿï¿ÿúÿÿÿÿÿù÷ÿÿïõÓþÿ½¿ßzýõ£ÿïõFûÿÿÿÿÿÿÿÝþß}×]þÿío¯ým—ûÿý÷Ýÿÿñ÷oøÿÿÿÿÿÿÿÿý÷_ýýÿßÿþÿþýÿßýõÿÿý“ÿßÿí·Ûjß}¶Ùg·ýv{ÿù÷Úo÷íöÙgí÷ßý÷öÿÿÿÿÿÏÿÿóÏo¿ÿþÏÿÿßoÿýûÏ?ÿýÿÿÿï÷ÿÿÿÿÿÿÞÿßÝ÷Þÿÿûÿý÷þýÿßwßýÿÿÿÿ¿þÿÿÿÿÿoÿ÷ÿÿÿöÿ¿ÿÓëÿ¿ùûëÿÿûë÷ßýÿÿÿÿÿ¿ûß¿ÿý÷ß»ÏþÇ_þ·÷³Oþ÷ß—_¾ûþáýÿÿÿÿÿùÿ÷ÿ¿ÿÿ¿ÿÿïÿÞûÿÿÞûÿÿ÷^ûÿÿSÿÿŸþùçŸþøçŸþù§}öÙçŸüñçŸôñßúÿÿÿÿÿÿÿß×ý÷ßoÿýË?¿ýÿÏ?¾ý÷ß¾^÷ÿßÿÿÿÿÿÿÿÿÿÿÿÿÿÿûÿ_úùíÿÿý÷¿ÿþýõ¿ÿßþÿÿÿÿÿÿÿçÛþùçûúïÿÿÿóïÿÿÿÿ¿ÿÿñÿÿÿÿÿÿÿÿßîÿÿÿÿþûÓûû¿Ÿþû¿ÿ~~»íƒÿÿÿÿöÿï¿ýôÚO¿½õ×ÿÿß^o?ýþÿï'ýäûÿÿ¯õÿ—_oñE—[m½¥Özýå_}ýõ–[ùõ×_tصÇþèÿÿ·¿ÿÿ/÷o²Ï.ÿö³ýÿyþØ>_ÿÓçÞý÷?ÿþgúÿÿßÿüóÝ~ßwëýŸ®ÿ÷ÛÛ¿þÿÕÿ¿ïþ{õÜWùÿÿÿÿÿÿû÷Ÿ÷þ{ßÿþ~ÿû×ßíÿÿóÝý÷þÿ¿ÝÇÿÿÿý÷¿ñ_{¯õÞÝŸÑSÿÿ÷yôÿ_ßÿ­ÿþÿÍþû¿ÿ½ÿÿ~ùÞ›«½ÿçÿÿþ[êý÷û¿ÿ·ûûÿñÿÿÿÿÿýóßëôóÞ÷õ_w<ïûvÿ,÷ß?ÿû÷ÿ¿ÿÿÿÿÿ|o¿íõëo?Þ~òoýýûÿïÿŸûÏÝ÷îûûýõÿ÷ÿÿû~¿mÿýoo¿³ÿÿþy»?ÿ¾ýýîÞ}ïóžîÿÿÿ;ÿÿÿÿ÷üÿÇ;{½ùüÿbÿ=þõþÇûÿè÷û&ÿÿÿÿõÿÿ½ïû´ÿ~÷¿Þï×ÿÿÿ{ëÿýÿ¾½ÿÿùÿÿÿÿ÷ÝÿïºÿÖûí–ÙNïýßýÿýõ“îôÿÿÿý›ÿÿÿÿÿÿß?ÿ|ózþûÿ·?ç÷ßß~ÿý÷ßÿûý†þ¥úÿÿÿÿýÿ{÷¿¿ÿ~»Íþýÿÿ÷ý·ß?ÿ~w¿ÿïÿñþœÞúûÿÿêçÿÿÿûÿÿûÿ«ïÿ~ûÕŸ_ÿÿûÿ¯ÿÿûæŸþùïŸ_þùç—ÿù÷Ÿ¾ùï›ï¾ùý»_w[ñÿ“ý?ÿ¯Ÿïÿÿä›ï¿ÿÌÏ?óÿ³þ<ëäó¿ßøã?cõ³é?ý?ÿõýÿWýõÿ÷oæçŸÞõÿÏýýÿð_¿>¯{ÿ÷´ëËúÿÿ¹þþëìÿçß¿³æšË,¹äú÷ßÿÿ}Ûÿþûï§ÿ¿íÿßïÿÿæÿùÿÿÝ/¿üçßoþíóþÿ¿ÅÿßÍÿ½”¿÷Ÿßþýïÿÿû¯ÿþýÿ¯·ÞùëÝdÛÿo¶¿kî»%ýÿm¼å~;íµÖþo¹óÖkï½÷Ê[ï¨%Þ{ïçÿ÷÷ÿ™ÿïû¯¿ûí£«¾úÿßýûï·Ï¾ûêc¯y÷ý©üï¿ÿþï½ÿŸ?ûñ×ßÿüÿþÿÿÿÿþø÷_~ÉÿóßüÿÿÿÿÿÚÿw½í·ÝwÙwÿþýûÝößw÷]wÿÿæßþíÿÿÿÿÿïÿÿ×ßÿõ÷ßÿ÷ÿÿÿçŸÿýõ×ÿþùWþÿý÷_o¯}6ßgŸÝöÙ·Ý÷Úk¯­öÚoŸ}öÚÿÚÿÿÿÿÿ·ÿýöÿ?¿ÿöÏÿÿÿßwÿý÷ß?ÿüößÿÿ¿Ùÿÿÿÿÿÿÿ{ïÿßïÝ÷ïÿßÿÝwß}wß}ïÿÿÿŸúÿßÿÿÿýÿŸïÿÿÿÿÿÿÿïïÿÿÿÿÿÿÿÿïÿÿ_õÿÿÿÿïóìÿûßÿý÷»oþõßÿý÷ßOþÿïÿ«ÿÿÿÿ¿ÿÿÿÿ÷ýþÿÿÿÿ÷ÿÿûÿÿÿ¿ÿÿÿÿûÿÿÿÿüÿþùå~Øå—þøå‡øcþùçŸþÑãþãÿÿÿÿý»ý÷ßùçÿ÷ß}ç½ß|ÿý÷ÿý÷Ÿÿ}ÿ?ÿÿÿÿÿÝæŸ~ý÷Ÿîùç}æYïŸÿï¿ÿÿÿ÷ÿÿÿÿûÿÿÿëž?¾øï¯/¾ùê‹ýøçß?þÿÿÿÿß÷ÿþÿßÿÿÿþÛw¾ù÷Ûoÿý÷Ÿï÷Û÷þüûï¿ÿþûùý¶ÿÿþÿÿöÿo¿üöÏí½üöÛoïâJ¿ýå×]=ùþÿï¿üÿÓÿ_oùÅV].õq_o¼õwÙÕ×[~ýå×[ýa‡Zºÿ;¿ÿó‹ý»ýÿ½Û³2Ùþïÿû$Û|ÿýµ{îó]ÿû?øÿþÿÓß»÷üÿ÷ÿ¯þ·Ù÷o¿ïïž+ÿøÿßvÓÛÿßnæÿ÷ÿÿ÷ýÿþõ÷×ßÿÝþÿûûÿßï³þwÇwÿ÷w¿=óeÿÿßwÿÿßýõÒ_yùýÓýþ÷oûý×Þ\]íí×ÛϾúÿÿÿÿßïûlÝþöZ{ß¾g÷ÿþÿÿýïÿû×·ïþ÷÷Çÿÿïÿßÿý_ÿüñŸçÜu?ÿéï—ß{ìí×xûÝußýoþï·Ïßÿ¿ÿôûoÿÿôßÏ¿ßóÿ?ÿÿûÿ«ÿøÓÿþÝ}öýÿÿÿÿÿÝÞÞyׯ[þ?çûkïÿ÷þ{ý¿íÿŸë»‡ïÿÿÿÿê§ßïüÞËÿï´ÿ?ÿþÁ÷Ûo÷Ý×½ÿãóú—]ÿÿÿÿûÿ÷ÿgý/þÿ·û­÷¿ÿÿÿÿûÿÿÿþx÷ÿÿåÿÿÿÿïsì·óúûï¿×öû½÷Fúÿùý~Wí~»ôûï÷úÿÿÿïß¿Ûì3Ïÿûì÷Ûø¾êÿÿÿÿ{ÿ?ýÇÛlüßúÿÿÿÿ?ÿïï¿ÿþþ÷Í?ÿÿýÛÿÿýÿ÷ûÿ¿?ÿúÿÿÿß|;O>ÿ®ƒ¾ùæûÏúæ3Ï4ÿüóï<ù|ûÏ·ÿsÖÿÿîûÏן½ù×_ÿÿùsÿßüæÿïÿÉçŸïãÿþêðþÿ÷ßÿ5ߪ¹¯’û¯«ÿ2ï³æ.Ÿò¸üK®^Ë¿þ×—ýÿ¿ÿþûýÿÝ¿ýÿ›?ÿÙÏ7ÿüçÏÿûýçÿzþÿÿÛýþÿý÷¿~ùåßÿþÿïµÿÿë¿ÿÿkß·Þûÿ¶¿þeÿÿï¾û®½×~û­µÓZíßZ{¯¼ÿþ{î½õÎûû½ÖFþÿÿ½Þþûï¹Û¾»î»¾ûíÿŸûÝ·ÿ>ÿúó¯_Èÿÿûï£ÿ?ÿõÿ_ýøçŸÿùÿÿÿÿõ·ÿýñ÷?Õÿÿÿÿÿÿ¿}·ÝvÛ}÷}wiÇÝvÿí·}ÿß}÷_~þ÷?þÿÿÿÿÿÿ_ÿù÷_ÿýýçÿÿÿßßÿùÿ_ýýÿßâÿ÷ßÿý¶Ø}¿ÝöÝk·ýÞo¯ý÷ÙcÿýöÙgßí÷}¹ýÿÿÿÿþßÿüóßÿüþ¿ÿý÷ïÿÿóÏïÿÿ÷ÿ;üÿÿÿÿÿÿ¿÷Ý}÷}wß}ÿ÷ßwïÿÿÝÿ÷Ý÷ÿÿïÿÿ«ÿÿÿÿÿŸÿÿÿÿÿÿÿÿÿ÷ÿÿÿýÿÿÿÿÿÿŸþöïÿUÿÿÿÿÿVÿÿ÷ßÿý÷ß¿÷ßÿþûß¿ÿý÷í¶_þ?úÿÿÿþÿÿ÷ÿÿÿÿÿÿÿÿÿÿÿÿÏÿÿ×ÿÿÿïÿßúÿÝûÿçŸ_tøá‡_~ùá—~ø‡þøáŸþùç~Ñçþÿÿÿÿþ×y·ý~ú¿ýv×Ýöß}ãßÿÿýÿÛoþüòÿÿÿÿ_uüùçßÿùçŸ{úçŸïþñÿûÿ¿ÿÞõÿÿÿÿÿÿþúã™ï¾ûâ»o¾ú«gþ=ãÿ÷ÿÿÿöÿ.ÿŸ½ÿÿÿÿ_÷›ÿÿÿÿ›ÿþû÷ÿÿoÛïÿÿþÿÿ·ÿ~ùÿîýÿm?ýÿû_ÝåÏ_ùÅ_ýöû+¬¹ÿÓíïû÷ÿÿOõÿu—]~ùÕ×_}éåÇ_}ý×^o½ÕV_½u_~õñ/Û¿ÿËÿïÿ½ï?ÿìïO÷ëÿý{»Üsýûo?Ý?»ÿóÿ‹ÿÿ¿ÿ¿ÿïüêÿÝïÏ¿íßþºïü¹ü¾ý½7Ý+ÿUþÿÿýÿ÷ßÿûþ×Ïÿûÿw·ÿ}¿_w?ýû÷ÿ}÷wÿ÷ÿïÿÿÿå—_nýõ“Woí•_¿½ý·_Þ»ñçZÿÿßþ“ÿÿÿÿÿÿí~öÞÏÝëÖ÷»ÿývÿïÿ·öýýû÷ýÿÿÿÿý¥õÜ_^Ýõ×_ÿ÷_=ûï¿÷ÿ=÷Ýÿæÿÿÿïý_ã7þø³þ?¶Ø
+?üÿÿûþßòóoÿ¿ÿÿÿ7ÿÿÿ÷ÿþïÿÿßþÞÿëÿÿŸ¯ÿþÿõÿþ?k}¿ÿÿö®ÿøÿÿëÿ?ÿøôÏ?¶ÿŠÏýó‡_÷ìÿüþÿý{÷ÿôÿÓýÿÿÿÿí¿»ûm÷ëÿ¾ÿ˜ÿÞ÷ä÷ÿÿ÷ÿÿÿß×ÿ~þÿïÿÿÿÿnÛï¼ßö÷}·ÿï?ÿùçÿ÷÷ü»o©ÿÿw§ÿÿÿÿ¿ÿºÿ=÷ü÷ÿ^÷<Û~ïý¾ÿ÷ÿ÷÷Ç÷Å~¿ÿÿÿÿÿÿÿß{ï¯÷ÿíÿþÚëÿÿÿÿÿÏÛç§÷ÿÿñÿÿÏ÷ßÿ“o>ùüóÿ¿òªï?ëü·~vÿ̳Ž<ÿÿë?eýÿ¿ÿ~Þõ×ýw}Ïÿÿ?ÿןï×Ù¿ÿ7¿ùÖûþÿ¯.ïÿÿÿý÷¹Î>k®¹ýù{®ù>ËÿûîûÍÿ¹âúÿÿþýÙÿÿÿï¿ÿ÷ÿÿÝÿûüçýÿÿþ_{Íïÿßþÿ¿ÿÿ¿ßÿÿÿÿýÿë¿ßþøϹ¿þû¿ÿô_m3÷õ}ë½ÿÿÿíÏöÿÿÿ»ï~{m´Õ^;Û´×Æm´¡þ_¹¯þ[ïüÿþZíäÿÿÿßÿ{ì¿ÿ{ô£Ç¾î»ýÿøß/½»êóÿÿÿÿ±ÿÿÿÿþûÿ×_ÿÿõ×ÎÿÕŸÿë¿õÖ^ëø×ÿÿ¿ó¿üÿÿÿÿÿÿýwÛm·Ý¿ßwçvÜívo=ýôÿÝwÿÿ·ÿÿâÿÿÿÿÿÿÿý÷ÿÿõþßþ矽ÿóÎÿÿõ×ÿÿýþÿý÷ßoÝöÛmßý÷ÙÿýöÛGý·ßoŸm÷Ûw÷ßÙÿÿÿÿÿ?ÿýþÏ?ÿÿÏÿÿþÏoÚkÿý?ÿüÿûÿÿ¿Íÿÿÿÿÿß{ÿÝwßÿÿÝ÷oÿ½ÿÿþÿß}ÿÿÿÿÿŸúÿÿÿÿ¯ÿÿÿÿÿÿ_þÿÿÿÿÿþ÷ßÿÿÿï¯ßÿßðÿÿÿÿùßÿý÷ß2ýý÷ÿ}ÿ_ûíûßo~ùïÿ§ÿÿÿÿÿëÿÿÿ¿ÿÿ·çÿÿÿÿÿÿÿ»Ï¿ÿÿÿÿûïýÿ_ýÿþùE‡~øå—?¼øá‡~øáŽöùçŸþÙEŸþìÿÿÿÿï·Ÿý÷í§ŸïÿÝwÿ÷Ýwûï¿ÿçÿÿÿþúÛÿGÿÿÿÿÿ¿ï¿ÿþÿÿ?ÿþûïÿî»o»í·ÿÿý÷÷Õßþ¿úÿÿÿÿþzï¿úyë­ýúëÿ>þ¿ÿÿÿÿ¿ûþÿÿËÿÿÿÿïøæ›o¿ýăO>ù›oîÛáÿïÿÿÿÙõ¿ÿ/þÿÿÿË/½üòË/ÿ½ßË/|ÒËÿÿðþûÿ7ýôÿ?®üïÕÿ_½õV}ùÔ×_üÕ×~èõWv¹õ×[wõÕÇ[ý¾ÿÿÿÿÿ¿ßÿ¹÷ïÿû½÷ÿµÍÿþïï¿w÷ü·ÿ÷÷?ùÿÿÿûï¿ÿÿþïÿÿ_ûìÓî÷¿¿ÿ~þû|ß|÷íý÷~§ÿÿÿÿÿßÿõýV×ýÿÿÿûÿÿ{ÿößÕ×ÿß÷ÿÿÿÿÿÿÿÿÿǼñGß³±Æýä³_ÿõµýû_u¿ÿßÿ¿øÿÿÿÿÿÿþûç¯þÿç»ÿÛoÿÞûú¿ÿÿÿÖýþÿ÷Ùÿÿýÿß}?÷õ÷Íyßåwl×iïõ?wìÿÿÿŸ~ÿýþ÷ÿßÿó¯÷þC½üØûøéïÿòûw¿÷ߟþÿÿoñÿÿÿÿÿÿüòþñwßÿÿï¯ÿþ|ïÿþ{ï÷÷þ÷ÿ¿¿ÿ¢ÿÿ?ÿÿýÍÿ_ýütŸþºùfÿŸãË?çüÿË?üôÝöï_õÿÿ÷ÿÿ}þÿßÿûÿþß{û¯]þù×þýû×ÿÿ÷þíÿÿßÿ»Ï¼ûþ»í?ß,ûýÿÏ·þÿ|¿í½Ñí?ïmþÿÿÿþï_?õµÕ_]Ýõ×ÿ­ßÿÿùÿç^ùüÿÿÿþßùÿÿÿÿÿÿþûï¿÷þ»ï¿ßï÷ÿóÿ¿Ïÿÿþïÿÿïþ¿ÿÿÿ/?>ùç³N¾ùäãÏú¨ûí¿ëª³îÿóÿÿïÿÿcÖÿÿzü×[ÿ?ùÖÏwÝsÿÿýŸÿùןÿÿÿÿÿëôþÿÿßÿŸûª³æšk®¹æš¯¹®ÿõ¿ßa™{îÿÿÿÿߧýÿÿÿþÿý÷û÷ßýþû÷¿ßŸïÿ­ÿÝþËýçÿÿÿÿÿ{üÿÿÿ÷ÿßÿûëÿ~ûí·ßÿíŸÿÿøÿß¿þûÿÿÿÿcÿÿÿ¿ûÿ·ßFkíµÓVûíß~[ÿ¼ÿÚûï¿õÎÿÿÿÿ&þÿÿÿýÿ¿ÿþûï±Ïþûïë¾ûþS/¿þ×»ÿ~ÿÿùÿŸØÿÿÿïÿÿÿÿÿÿ_þÿÿÏÿøïŸzïü¿žÿÿÿÿÿÿ¿SÿÿÿÿÿoÛ·ÝvÛuÿýw~ÿÝÿýå÷ÿÙ}÷ïÿÿŸ}þÿÿÿÿÿ÷ßÿù÷_ÿýçþõ÷ßïýÿ÷_}ÿÿÿýåÿ÷ß¿Í6Úm¿ÝöÝw³íߧÝwßoÿÝöÙw¯ý÷ÿ´ýÿÿÿÿüóßïÿüóÿÿÿüÿÿÿýÿÿgÿóÏÿÿÿß»ýÿÿÿÿý÷½÷ß}÷ý÷ß}ÿößûÿÿßþÿ÷Ýwÿÿÿ¿ÿ ÿÿÿÿÿçÿÿÿÿÿÿÿÿÿÿÿÿÿçë÷¿ÿúÿÿÿÿûïÿÿÿÿÿÿÿÿý÷ßÿý÷ßÿ÷ß¿_þóïVÿý÷×·þÿúÿÿÿÿÿÿÿÿÿÿÿÿÿþÿïÿÿÿýÿÿï¿þÿÿÿý~ûÿÕÿÿçŸîùçŸþùçŸþéŸüù燴øçŸ}üÙçOþÿÿ÷ÿÿÿÿÿßþÿÿßþÿÿ¿ürÝÿßÿÿí¿ÿþòÿÿ¿ÿÿÿÿÿÿþÿÿÿÿÿÿÿÿÿÿå—öþÿÿÿÿ÷ÿ¿ÿÿÿÿÿïÿþûï¿ÿþûç¿ßûïßÿÿïÿ¯ýÿÿëï¿ÿýÿÿï¿ÿÿÿÿÿÿÿÿÿÿÿÿþÿÿþû¿ßïï¿Þßÿýÿàÿÿÿ¿ÿÿ¿ÿ?ÙößO?ýæOýäÿÿ¿ýÿÓOÿŸÿÿÿfýÿõ×_~õõ‡6ùõV]wñ×_sýõ×]{½e—^|ýÕ?ÛÿÿÿßÿïÓN3ŸüòÍþ³ü÷xóø¿æûÿÿÿÿÿÿÿÿÿÿÿÿÿî׿ïìóõ|¶Ïjû·ÞÛûÿÿÿïÿïÿÿÞû÷—úÿÿÿÿÿÿÛÿÿßþÿß»ßÿ×öóÿýÿÿÿ¿ÿÿÿÿöýÿÿÿÿáÇ|ø±Gwü…oýÿ_Ÿ}½ßåÿÿÿ…ïÿÿÿÿïí¿ÿþxï—þúwÿþêÿÿÿ¯×ûï÷ýÿþÿŸýÿÿÿÿ=ßÿÿ?÷]ïÏÿß¿þÛ_}ßý÷Üwÿíÿÿäûÿÿÿ¹ößkŸýöÛí¿ÿ÷{·ÿïýÿ#ÿ÷Û¯ÿÿÿÿÿß÷ÿÿÿ÷ÿý­ýö~~·]ÿýÿ—ÿþïÿ÷ûoïûÿÿûÿ¿ûþÿÿûÿÿõßoðýöO?z×Û¿ßÿÿþÿÿ×ÿÿÿÿÿÃ÷ÿÿÿÿÿþ¿ÿÿßÿ÷ÿûÖÿþÿ{ÿÿßÿÿÿÿÿÿÿþÿÿÿýÿÿß»ÿÿÛ÷ÿ}óݯý¦ÿï¿Ëûº¿éÿÿÿ÷Âÿÿÿÿ¿ý¿Ïÿÿï_ÿÿý§ÿ_{mïÿûçÿß{ÿÿÿÿ·ÿÿÿÛïïÿýþÿÿÿÿÿÿÿÿÿÿÿÿÿë¿îÿþýÿÿÿðÿÿÿÿÿÏ3¯<ë¯#Ï?ÿäÏ:ÿ~óý?ÿüÿÿÿÿÿÿ?hõÿÿÿÿÿÿüó[_þùçÿ÷wóõÿ»ïÿóïÿÿÿÿÿÿ¯V¯ÿÿÿÿúó©:믹Íò˯ÿúëôßÿ÷×¹æúÿÿÿýÙÿÿÿÿ·ßÿßçÝ?¿üòÏÝüÿÿþûé¿Þþÿÿÿÿ¿Ëÿÿÿÿÿýï¿ß~ùï¯ßÞûÿ·þóßÿ¿þ}ë½ÿÿÿÿï¶ÿÿÿÿÿÚ+m´ß~;­µÕÆí·ö®ûî¿öþ[ïüÿÿÿíãÿÿÿÿÿ¿ÿï»çž{ì¹çžï¾o¿½÷ÿýûïãÿÿÿÿ‘ÿÿÿÿÿÿèÿÿÿõ×ÿÿÿõÿ?þá¿ÿÿëÿóßÿÿÿÿ?ýÿÿÿÿÿ·Ÿwßm·ÝwÞÿwÞÿÿÿÿÿÿÿÝwýÿÿÿÿèÿÿÿÿÿÿÿÿ×ÿþõçßÿçßÿÿÿ÷ßÿÿõ×ÿÿÿýþÿý÷Û~¯möÛoßýöÙíívÛÿ=öÝoŸm÷ßßÛÿÿÿÿÏÿýþÏ?ÿÿþÏ?ÿóÏÿÿÿ÷ÿ?ÿüÿÿÿÿ¿Ýÿÿÿÿßÿý{ÿÝwßÿÝ÷}ßÝÿÿÿ÷ÿß}ÿÿÿÿÿúÿÿÿÿÿßþÿÿÿÿÿÿÿÿÿÿÿÿ¿þúùÿÿÿÿﯿþßòÿÿÿÿ¿ùíÿý÷ßÿý÷ÿýûå—ïþÿß~ùåÿ›ÿÿÿÿÿýÿÿÿÿÿÿÿ¿ÿþÿÿý¯ßÿÿÿÿÿûëÿÿýÿþùçŸþùçŸþùçŸÿùç}þùçŸ?þÙGŸþêÿÿÿÿÿçßÿùçŸþù÷ÿÿûŸ¯¿ÿÿßwÿþÿëÿÿÿÿÿÿÿÿÿûÿÿÿÿÿÿÿÿÿÿÿÿýÿÿÿÿû÷ÿ_ÿÿúÿÿÿÿÿÿ÷¿ÿþûï¿ÿþùÿþþÿÿÿÿÿwÿ¿ÿÿÿÿÏÿÿÿÿÿï¿ÿÿÿÿÿÿÿÿÿïÿÿÿ¿ÿÿÿÿÿúûýÿÿÿÏþÿÿÿÿO?ýòû/÷ýôË/ÿòO½ÿîÿ?ýþÿÿÿÿoÓÿ_ýõV]}¸ä—_oéõ—ùu×[ý¥—[~õÕ×^ûºÿÿÿÿþ;}7÷÷ïßìñ×v}ýÿ7ïóN?ÿÿÿÿÿ_ùÿÿÿÿïÿý¿îÿÿÿãׯç{þçÿþsÞoýþûïÿwæÿÿÿÿÿ÷ùÿÿÿßýßýßùÿíïïÿûÿÿÿÿÿÿÿgßÿÿÿÿ_~ýźOù§å“_ùÕÃ_ÿÿÿ¿SÿõÿÇþÿÿøþÿÿÿÿÿwß{éÿwÿ»ç¾[owŸwÿÿûÿõûÿû¿ÿÏÿÿýþßÿÇ^Üw×}ÙýÛ>×ûÿÝ_Ïýÿßÿý/¾ÿÿÿÿ{¾þôÿϝÿþûo/øßÿ¿þÿòÿ¿þÞßÿûÿÿòýÿÿÿÿÿÿÚÿïýíž{þýùúûϯþýÿÿöÿÿÿ›ïÿÿÿÿÿο߿§ßï¿Ñçßÿßïׯÿþÿ_ÿ½÷ÿß|ÿÿÿÿÿîýÿÿÿÿ¿ÿ_Oÿÿã¿óÿÿÿÿÿÿÿÿÿßîãÿÿÿßÿÿï¿ÿÞýö›N¿¯ÓëúÝÿßþïïÿÞßïÿß'üÿÿÿÿÿ¯ÿ­÷Ó_{ý—ÿ¿í÷ßÿþÿ—ÿ>Ûÿÿÿÿ_úÿÿÿÿÿÿëÏÝÿÿÿ×ÿï÷ßÿnÿ¯ÿýÿÿÿßÿ÷ÿÿÿÿÿýüóüŸ>þÏãÿïó­wÿæóÿÿÿÿÿÿÿÿVÿ_ÿÿïç_7ÿÿÖÍ?ÿÿóÿ»ïÿûýüçÿÿÿÿÿÿëôúÿÿÿ?¿¬¹®šë¯«ü/¯ßï½ÿÿùŸk®ÿÿÿÿß¿ýÿÿÿÿûýÿýïßýòûÿÿüÿþûÿÿßÿÿýçÿÿÿÿÿÛýÿÿÿÿßßßþûëÿ~{ë¿Þ÷ßÍþÝëß·Þûÿÿÿÿdûÿÿÿÿî¿ÕF{íµÓ~k®Ü¾ûî»õ¿kÿ¿õÎÿÿÿÿfžÿÿÿÿ÷ÿþûí±ßþûÿÿ¾|ö[í¿þÿ¿ÿ>þÿÿÿ_úýÿÿÿ¿ÿÿÿÿÿ_ÿÿÿ·ÿÿå¿^þõÿÿýýÿÿÿÿËÿÿÿÿÿÿ¿mÿýwÛ}ç}ÿÿûoÿðÿÿÿß}×ÿÿÿùþÿÿÿÿÿÿßÿýÿ_þý÷ÿÿ×ßÿÿýÿ_ýÿÿßæÿ÷ßÿý÷Ø|·íöÝo§Ýßh¿Ýwß÷ýöÙwÿý÷ý‘ýÿÿÿÿÿ÷ßÿüóßïÿýÿÿ¿ýÿÿÿÿÿóÏÿÿÿÿÿûýÿÿÿÿÿ÷¿÷Þ}÷Ý÷ß÷ÿ÷ÿ÷ÿÿÿÿÿ÷Ý÷ÿÿÿÿÿ¨ÿÿÿ¿þúŸÿÿÿÿÿÿÿ_û÷×yæëÿßÿÿÿÿÿÿÿéÿeÿÿÿÿä—ïÿ÷ßÿý÷ß·ÿ÷ÿÿ_üÿïÿÿý÷ÿÿ_þÿûÿÿÿ¯Ÿþ÷ÿþÿÿÿÿÿÿÿýÿ}»ÿ¿ÿÿÿÿÿÿÿÿÿËÿÿç}ôùçŸþùçŸþùþÙçŸ~ùåŸþùçÏþÿÿÿÿÿÿþ÷ÿþÿÿß?ÿÿŸ¿ùÿÿõÿï÷ÿÿ¿þÿõÿÿÿÿÿÿÿÿþûï¿ÿþ{ûÿþÿÿýÿÿßÿýÿÿÿõÿŸÿÿÿÿÿÿÿÿýÿÿÿÿÿ÷ÿßÿÿßÿÿÿ¿ÿþÿýÿÿÿÿŸüÿÿïÿÿÿûÿÿÿÿÿÿÿÿþþ¿ÿþïÿÿýöï¿ÿÿÿÿÿåÿÿÿÿÿòÿ/¿ürß/¿üÏO¿ÿ÷ÚÿÿÿÿÓOÿßÿÿÿýÿõ×_wýu×]wñuS]~é–[~}ñW_´µ×^}ýµ¯Øÿÿÿÿßÿÿî>óüöÏ?ÿÿÿ¾¿ñsþþÿÛÿçÿÿÿÿÿÿÿÿÿÿÿûï+ÿýëW¿ýÿÿËýÓÿÿÿÿÿÿÿÿþûÿ7úÿÿÿÿÿïÿûï¿ÿW™þ½ßWÿÿïÿýÿÿÿýÿÿÿÿöÿÿÿôýF?üñ×_ÿÿPßÿõ¿þóùçÿÿÿÿÿ‡ÿÿÿÿþû¯¿þûëõö÷ÿþù÷Þ_ßÿýÿÿÿÿÿÿÿÿ_üÿÿÿ¿ÿßÿ×~5ÿ×ÑWöýýßý÷«¿ÿÿޝvÿýÿÿÿäÿÿÿÿÿÿßÏ¿ýÞÛï=ÿÞû½\÷ÿÿïÿÿóÿÿÿÿ¿ÿW×ÿÿÿÿÿÿ¿ýýsߟõýßûïoÿù÷ÿ}ïûÿÿÿÿºûþÿÿÿÿïÿþ‡ïÿssßðÕ_÷ý~ÿÞ¿ýýÿÿÿ÷Í÷ÿÿÿÿÿþÿÿÛÿÿßþÿ×þkï½ÿßÿÿÿÿÿÿÿÿ·Ûþÿÿ¿ÿþûýúí?×ÿ»ÿþûÿçý¿ÿ÷þŸýýÿÿæÿÿ¿ÿÿÿ¿Ù¿ýõ·_[ÿõÏßÿÿÿÿÛßûÿÿÿÿ™ÿÿÿÿÿÿÿ|ßë¿»þÿïïûÿÿÿ÷ÿ¿ÿÿþßÿýÿÿðÿÿÏÿÿóÿÿÿü?Ïÿÿþÿ:ÿù/]þëüÿÿÿÿçÿ?cõÿùÿÿÿ»ÿÿÿÿÿ|ÿ_ÿ÷×õí÷ïןÿÿÿÿÿþ¿F¯ÿÿ÷Ößç¿þ/¹®:ÿÿÿÿÿþûOáÿW¹æúÿÿÿþýÙÿÿÿÿ¿þ>ÿÿçÛoÞùçÿýÿ×^{êÿ§Þþÿÿÿ÷¿Õÿÿÿÿÿÿ÷ÿ¿¿~ùï¿ÿþÿý÷ÛÍýÿÿ}ë½ÿÿÿÿ¿¶ÿÿÿÿÿ¾û¯¼ß~;m¼òþÿ«ÿËîÿÿþ[ïüÿÿÿoàÿÿÿÿýýßçž{ìÿÿÿ_ûï¿Ôëýûïãÿÿÿÿ­ÿÿÿÿÿëïÿÿÿÿõ×ÿþûõÿúo¿¡Öÿëÿóßÿÿÿÿ_}þÿÿÿÿÿÿ¿}·Ý÷ÿÿöo»Í{Ï?ýÿÿÝwýÿÿïÿíûÿÿÿÿÿÿÿßþõ÷ÿÿý÷Ÿï¿¼óÿÿÿõ×ÿÿýþÿý÷ß»ý÷ÛoÛÝ÷ßî}öÒO¿ý÷ßnŸm÷ßk÷OÙÿÿÿÿÿÿ¿ÿ÷ï?ÿýÿÿ?ÿö¿¶Ú|ÿÿ?ÿüÿÿÿ¿Ûÿÿÿÿÿÿÿÿ÷ÿwßwÿÿÿýßÿÿ¿÷ÿÿß}ÿÿÿÿïúÿÿÿÿÿÿߝÿÿÿÿïwþ÷Ÿýý÷ßÿÿÿÿÿÿÿ¿ÿßóÿÿÿÿÿÿÿ»ÿ÷ßÿþ¿÷ÿï—_ÿÿÿßÿÿÿ×ÿƒÿÿÿïÿÿÿÿþïÿÿÿÿûÿÿÿîñçÿÿÿÿÿÿÿÿùŸýÿþùçŸþùãŸþùÇžÿ¹ç›m¾ùçŸþùçŸþäÿÿÿÿÿÿÿÿ}çŸÿÿÿÿÿþûïÿÿÿßÿÿÿûÿÿÿÿÿÿÿÿÿÿïþÿÿÿÿÿÿû÷ßÿýÿÿÿÿÿÿÿÿ¿ûÿÿÿÿÿÿÿßÿÿûïŸÿÿÿýÿ¿ûï¯ÿÿÿ÷ßÿÿÿïÿÇÿÿÿÿÿÿÿÿþ»ÿÿÿÿÿÿïþÿ÷ÿßÿûÿÿþûÿÿÿÿOþÿÿÿÿÿ¿ÿþ×o¿ôô“oþïÿï¿ýþÿÿ?ýôÿýÿÿÿÓÿ_ýõ×[ý5“[nÙõÖ?íu×{éå—[wñå_þŠÿÿÿÿÿÿ7G¼¯Ëÿßv_ûöÌ¿Ïî~¿ÿÿ?Çüÿÿÿÿ{ùÿÿÿÿÿ¿ûÿ¾ïÿ¿~ïö{}­Óoÿÿÿ¿üóûïÿÿ~éþÿÿïóÿo_þÿûÿ¿þ÷ÿ¹ß{¿ÿÿÿÿÿÿÿÿÿÿÿ7ÿÿÿÿÿÿÿýýñÞ?mõÇßñ÷_woÿï¿9–ÿÿÿÿøßÿÿÿÿÿÿûݯ»ýïŸ}_{ï_ßýßÿÿÿ®ÿÿÛïÿÕþÿÿÿûÿÿöÿìÏÞÿ|¿>ÿï?ÿÿÿÿÿOÿÿÿÿÿíÿþûûÿÿýßÿþù§·ÿßË÷öÿÿÿïÿÿw¿÷Þÿûÿÿ²ÿÿÿÿÿÿß÷ýÿýûþÿ¿Ýýßßßÿþÿÿ÷öïÿÿÿÿÿÿÿÿÿÿþ?ý÷ÿÿÿï÷ÿûïßÿÿßßßÿÿÿÿüûÿÿÿÿÿÿoÿÿÿÿÿÿëÿÿï¯ÿÿÿÿ÷þÿÿÿÿÿÿî¿ÿÿÿÿÿÿÿßþÿíüóþ[¼Óï¿ÿÿÿßï½ûŸÿÿoþÿ÷ÿÿÿÿ?íÿÿvùÿ÷ìýÿÿÿþÿÿÿ¿ÿÿÿÿÿÿ[ûÿÿÿÿûÿÿýïÝ÷üÿÏûÿûÿûÿÿÿÿþÿÿ{ýÿßÿÿÿÿÿÿÿ7ÿÿóþßú“Ïÿþÿÿ¿ÿÿÿÿÿÿÿÿÿÿÿÓÖÿÿÿûÿ¿ûÿ¿ï×ÿß?ü~ÿÿÏ?ÿÿÿÿÿÿÿsÿÿÿëòþÿÿßÿÿýÿëãë÷þϯþÿÿý÷ÿÿÿŸ{®ÿÿÿߏýÿÿÿþÿïÿÿ?ÿýþŸþßÿÿûïÿÿÿÿýçÿþÿÿÿÛýÿÿÿ÷ÿÿÿúÿžÿüûëÿíÿ¯ýÿÿÿß¿ÞÛïÿÿÿiÿÿÿ¿ûÿ»ïÚ{¿´óÊ{¯ýÿÿ®¹÷ÿÿÿ¿õŽ»ÿÿÿþÿÿÿýÿßûÿÿý¹_¿öôë¿ÿßkÏÿÿÿ¿ÿ>öÿÿÿ_ØÿÿÿïÿÿþûïÿÏÿÿõç_ÿû¿Ï>þÿÿÿÿÿíÿÿÿÿÙþÿÿÿÿÿÿÿÿßþßýÿoûÿÛ~þÿÿÿÿß}×ÿÿÿÿ¯þÿÿÿÿÿÿÿÿÿÿÿ_ÿÿùçÿýçÿÿÿÿÿ_ýÿÿÿÿåÿ÷ßÿý÷Úk¿ýöØk¯ýßm÷ý÷ßÿýöÙw¿ý÷ÿ‘ýÿÿÿÿÿÿßÿüóßÿýÿoÿÿÿÿÿÿÿóÏÿ¿ýÿÿ»üÿÿÿÿÿÿÿ÷÷}ÿýÿÿþÿÿÿÿÿÿ÷Ý÷ÿýÿÿÿªÿÿÿÿÿÿÿ¿ÿßóÿ¿ÿÿç}¿ÝúÿÿÿÿÿÿÿÿÿûÿÿUÿÿÿÿÿÿÿ¿ûç³ÿ-»çÿÿûÿ—ÿÿÿÿÿÿý÷ÿ·ÿÿ¿øÿÿÿÿÿÿÿïÿÿþÿíÿ×ûûÿÿÿÿÿÿÿÿÿÿÿÿþÿÿÉÿÿçŸ?þùçŸüùÇŸþÙŸþùçŸþùçŸüùç¯þÿÿÿÿ÷ÿÿ÷ÿþÿ÷Ÿÿÿ÷ÿ/þÿÿÿÿÿý÷ÿ¿ÿÿÿöÿÿÿÿÿÿÿ¿ÿÿÿÿÿÿÿÿÿÿýÿÿÿÿÿÿÿÿÿÿÿ»ÿÿÿÿÿÿÿÿÿÿÿþýÿïßýÿÿÿÿÿÿÿÿýÿïÿÿßýÿÿÿÿûÿÿïÿÿþÿï¿ÿþî¿ÿþÿÿÿÿÿï¿ÿßÿÿÿäÿÿÿ¿üÿ×ï?ý~»oÿ¿ÿÿÿ¿ßÿÿÿÿÊOÿßÿÿÿ7ýÿõ×]ýõV]µå?ùW_}ýõ×_ÝõW_~éõ¯ùÿÿÿÿÿóÿ?ï»Ë?ÛüÏ>þÿÿüÿÿÿóÇýÿÿÿÿ™ÿÿÿÿÿÿ×ï?ýŸÿ﻾}»7õÿúûÿ¿ÿ×ßÿÿÞÿÿ§þïûÿÿÿ¿ÿÿÿÿú·Ù¾»ßû×û¿ÿÿÿÿûÿÿÿÿðßÿÿÿÿÿÿ÷oÿïWS\ùõßþÿÿÿýÿÿå§ÿþÿÿÿƒÿÿÿÿßÿÿÿîýïðÿþêëúþûÿÿÿû¿ÿ_ïÿÿÿÿÿýÿÿïÿÿýÿÿ}ýµÏÿ÷þÿý÷ÿÿÿÿÿÜþý·ßÿãÿÿýÿ÷ÿÿý_ËÏ¿þÿûùýÿßÿÿÿÿûïÿûÿÿÿWÿÿÿÿÿÿÿûÿÿ¿ÿ¾½ßÿŸïÿÿ÷ýÿÿÿoÿÿÿÿÿwûÿÿÿÿÿÿÿÿþú{ò?oŸ¾ÿÿ÷ÿýÿÿÿÿ÷ýÿÿÿÿßÿÿÿÿÿÿÿÿÿÿÿýÿ?÷ûçßÞùÿ¿ÿÿÿÿþÿÿÿÿßþÿÿÿÿÿÿÿïýöÿÞúÿõÍÿÿÿþÿÿÿÿûþ;ÿýÿ÷ýÀÿÿÿÿßÿÿÿþÿíßß|ÿýÿÿÿÿÿÿÿÿϳÿÿÿÿÿ÷•ÿÿûÿÿÿÿÿûÿ÷ïÿný÷ÿûÿÿÿÿÿÿןÿÿÿýßñÿÿÿÿÿÿÿÿóÏóÿ7ùÿÍÿßøóÿÿÿÿŸÿÿÿÿÿ¿lýûÿÿÿÿÿÿÿÏßÿÿÿÄÿçþÿî³ÿÿ÷ÿÿüÿÿÿÿ¿vïßÿÿÿÿÿÿÿþ¹ýÿýÒÿÿ÷~ÿŸõÿ¹æþÿÿÿÿýØÿþÿÿÿÿÿÿÿóß?û¿¿þùÿ¿ÿþÿ©ÿßþÿÿÿ¾Ùÿ÷ÿÿÿÿÿÿÿÿùï¯ßþßÿÿýßÿÿÿÿ}ë¿ÿÿÿÿwö¿ûÿÿÿÿÿÿÿÿV;ï¿õþîÿï¾{ÿ¿ÿÿ[ïüÿÿÿoçÿýÿÿÿÿÿÿÿÿÿ{üÿ{ý÷þÿ÷ý_ÿÿ{î÷ÿÿÿÿ©ÿïÿÿÿÿÿÿÿÿûÿ×ÿÿë¿ÿÿûïÿÿúÿÿ÷ÿÿÿÿÿÿýÿÿÿÿÿÿÿÿÿÿþÝÿ¿ÿ¶ÿÿÿÿÿÿÿÿÿ]wÿÿÿÿèÿÿÿÿÿÿÿÿÿÿÿõÿßÿÿÿÿÿÿÿÿÿÿÿõ×ÿÿÿÿoþÿý÷ßÿý÷ÛmýwÚÿí÷ßÿý÷ßo›m÷ßÿ_ÛÿÿÿÿÿÿÿÿÿÛ?ÿýÿÿÿÿÿÿÿÿÿÿÿ?ÿüÿÿÿÿ¿Ïÿÿÿÿÿÿÿÿÿß÷ÿÿÿÿÿÿÿÿÿÿÿß}ÿÿÿÿÿoúÿÿÿÿÿÿÿëþÿûŸoþÿÿ¯ÿÿÿÿÿÿÿÿÿÿÿÿÿõÿÿÿÿÿÿÿÿ_þÿß¿ÿÿÿÿÿùÿÿÿÿÿßÿÿÿÿÿ‡ÿÿÿÿÿÿÿÿÿúýÿ×kÿÿÿÿëÿÿÿÿÿÿÿÿÿÿÿÿßüÿþùçŸþÑçžþùçžÿùGŸþùçŸþùçŸþëÿÿÿÿÿÿÿÿÿýþŸÿÿ÷ÿÿÿÿÿÿÿÿÿßÿÿÿÿÿÿÿÿÿÿÿÿÿÿïÿÿÿûÿ¿ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿûÿÿÿÿÿÿÿÿÿÿÿïÿÿÿÿýÿÿÿÿÿÿÿÿ÷ÿÿÿÿÿÿÒÿÿÿ÷ÿÿÿÿÿûÿÿÿþÿïïÿÿÿÿÿÿÿÿÿþûÿÿÿÿÞþ?ýÿÿÿÿÿÿÿK¾üòþÿÿ÷ÿ/ÿÿÿÿÿ?ýâÿýÿÿï×ÿ_ýõ×Oý5×JréäíµV_}õõ×Z饗Oú»ÿßÿÿÿÿÿÿÿÿÿÿÿÿ¿¿ìÿÏßÿÿþ¿ÿÿÿûÿùÿÿÿÿÿÿþÿ÷ßÿýõ¿õÿ_=ÿÿÿûÿûÿÿ÷ÿÿàÿÿûÿÿÿÿÿÿÿ÷ßÿóÿÿû÷ÿÿÿÿÿÿÿïÿÿÿÿÿÿ/ÿÿÿÿþÿÿÿ¿õ—[.ý៝ÛÏ÷ÿÿÿÿ¿{²ï¿ÿÿïùÿÿÿýÿÿÿÿ¯þûçß¿ÿÿý÷ùÿÿÿÿÿþÿÿßÿ¿ÿÁþÿÿÿ÷ÿ¿ÿþûwõýûûÿÿß?ÿþÿÿ¿ÍÿÿÿÿÿïÿþÿÿÿÿÿÿÿÿOþý¿ßÿ¿÷ßÿÿÿ÷¿ÿ¿þûû¿ÿõÿÿÿÿÿÿÿÿÿý½ÿýø¿ÿý÷ÿÿÿÿÿÿÿ·÷ÿÿÿÿÿ§ÿÿÿÿÿÿÿÿï¿óÏÿÿ¿¾ï¿ÿÿÿÿÿÿÿÿ?ÿý÷ÿüûÿÿÿÿÿÿÿ×~þÿÿÿÿÿÿÿÿÿýï÷¿íÿÿÿÿÿèÿÿÿÿÿÿÿÿßßûßýÆýýÿÿýÿÿÿßï¿û¿ÿßÿoþÿÿ¿ÿÿÿÿÿÿWÿï7ÿ¿ÿþÿÿÿÿÿ¿ÿÿÿÿÿÿ_ûÿÿÿ÷ÿÿÿÿÿ¿ÿýÿ¿ÿÿÿÿÿÿÿÿÿÿÿÿyýÿÿÿÿÿÿÿÿÿÿÿÿÏóO>ÿþóýÿÿÿÿÿÿÿÿÿÿüÿÿ¿ÿóÖÿÿÿÿÿÿÿÿÿõ×ûÿ³ïüûÿÿÿßÿÿÿÿïÿÿÿÿëôþÿÿÿÿÿÿÿK­—ûÿÿßÞÿÿÖÿÿŸkîÿÿÿÿß»ýÿÿÿÿÿÿÿßúÿýÿÿþûŸÿþÿÿ§þÿÿýçÿÿÿÿÿûýÿÿÿÿÿÿÿÿýÿÿþßÍÿ÷÷ÿÿÿÿÿÿß·þûÿÿÿÿdÿÿÿÿÿÿÿÿÿû¯µó¿[îïžûÿÿÿþÿÿ¿õÎÿÿÿÿ^þÿÿÿÿÿÿÿ¿ô÷¿ß¯÷÷ÿ}ýÿÿýÿÿ¿ç>þÿÿ¯ßûÿÿÿÿÿÿÿÿ­ÿÿÿÿè¿ÿûïÿÿÿëÿÿÿÿõÿÿ?ÿÓÿÿÿÿÿÿÿÿßÿïßýÿÿÿÿÿÿÿÿÿÿÿÿßu÷ÿÿÿùÏþÿÿÿÿÿÿÿÿÿÿ÷_ÿÿÿ÷ÿÿÿÿÿÿÿÿÿ_ýÿÿßâÿ÷ßÿý÷ß»}¶Ýû}ßÿý÷ßÿý¶Ùwÿýwÿµýÿÿÿÿÿÿÿÿ¿ýóÿÿÿÿÿÿÿÿÿÿÿÿÿóÏÿÿÿÿÿ;ýÿÿÿÿÿÿÿÿÿ÷÷ýÿÿÿÿÿÿÿÿÿÿÿÿ÷Ý÷ÿÿÿÿÿ©ÿÿÿÿÿÿÿýÿÿçÿÿÿþú¯ÿÿÿÿÿÿÿÿÿÿÿÿÿéÿÿÿÿÿÿÿÿÿÿÿÿÿíÿç“oùÿÿÿÿÿÿÿÿý÷ÿÿ_þ?ûÿÿÿÿÿÿÿÿÿ¿ý¿ÿ¿ÿÿëÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÏÿÿãŸþùçŸþùçŸ}þYŸþùçŸþùçŸþùçþÿÿÿÿÿÿçÿÿÿÿ÷ï¯ÿÿÿÿÿÿÿÿÿÿýçÿÿ¿þ÷ÿÿÿÿÿÿÿÿÿÿÿÿÿýÿÿÿÿÿÿÿÿÿÿÿÿÿõÿƒÿÿ÷ÿÿÿÿÿÿÿÿÿþýûÿßÿÿÿÿÿÿÿÿÿÿÿÿÿÿßýÿ¿ÿÿÿÿÿïÿÿÿÿïßÿÿþÿÿ÷ÿÿÿÿÿï¿ÿÿÿÿÿèÿÿÿÿÿÿÿÿÿÿöÊÿÿÿâÿ?ýÿÿÿÿÿÓ/ÿßÿÿÿOýÿõ×_ýõ×_w½õ×_wí×[ýÕ×_=½ô—_zùå/úÿÿþÿÿÿÿÿÿŸÿ{ß¿ÿÿÿÿÿÿÿþÿßÿóÆÿïÿÿÿ‹ÿÿÿÿÿÿÿÿ¿ÿÿùÛÿ÷ÿÿ¿ÿûïÿÿÿ?ÿÿÿÿÿwþÿÿ¿ÿÿÿÿÿÿÿÿÿö÷ïÿÿýÿÿþÿ¿þÿÿÿûÿÿòßÿÿÿÿÿÿÿû½á¿ûÿï•ÿÿÿÿ¿ÿ¾ó¿eÿÿÿÿÿ«ÿÿÿûÿÿÿÿÿÿßßÿ¿ÿþÿÿüÿÿÿÿÿîÿ¿ÿÿÿ¿ýÿÿÿÿÿÿÿÏÿÛûü¯ÿÿûwÿýÿÿÿÿÿÿüÿÿ÷ÿþãÿÿÿÿÿÿÿÿÿÿÿ]ÿÿù¿kÿÿÿýÿþÿÿ{ïÿÿ¿ÿÿWÿÿÿÿÿÿÿÿ¿ÿÿÿÿoÿûßùÿÿÿÿÿÿÿ_ÿÿÿÿÿ¿úÿÿÿÿÿÿÿÿÿûóÿÿõÿÿ¾ÿÿßýÿßÿÿýÿÿÿÿÿÅÿÿÿÿÿÿÿÿßÿÿÿÿÿÿÿ÷ÿÿÿ¿ÿÿ{ÿÿÿÿÿÿÿÿ¿þÿÿÿÿÿÿÿÿßý÷þú½ÿÿÿÿ÷ßÿÿÿ}óÞ»ÿÿÿýýãÿÿýÿÿÿßÿûïßÛÿùïÿÿÿÿÿÿÿÿ_óÿÿÿÿÿ÷…ÿÿÿÿÿÿÿûÿ¿ÿïÿÿÿÿÿÿÿÿÿÿÿÿß¿×ÿÿÿßñÿÿÿÿÿÿÿ?ÿçÿý÷ßüÿÿÿ¿¾÷ßÿÿÿÿÿÿÿ?oýÿÿÿÿÿûÿÿû?ÿï¿ÿî÷ÿÿÿ빿þþÿÿÿÿÿÿ¿fïÿÿÿÿÿßÿÿÿÿ¹~ÿý÷ÿÿÿÿ[ï¹u–¹æúÿÿÿþ}Ùÿÿÿÿÿÿþÿÿÿß÷ûï¿ÿýÿÿ_~Ýå³Úoþÿÿÿ÷¿Ïÿÿÿÿÿÿ÷ÿÿÿÿýÏÿý_ÿÿÿ÷ì3Ïüýë½ÿÿÿß/öÿÿÿÿÿ¿ûÿÿÿ;î»ïþêÿÿ¿VÛkåþ[ïüÿÿÿïçÿÿÿÿÿÿýÿÿÿÿ{ôßÿ×ÿÿÿõß_ýûîóÿÿÿÿ¹ÿÿÿÿÿÿïÿÿÿÿÿ—ÿþû¿þÿÿïÿÿþëÿçŸ?ÿÿÿßýÿÿÿÿÿÿÿÿÿÿÿÝÿÿÿÿÿÿÿï=÷üó]wýÿÿïÿèÿÿÿÿÿÿÿÿÿÿÿÿõÿÿÿÿÿÿÿÿÿóÏ;ÿõ×ÿÿÿÿ7þÿý÷ßÿý÷ßoßí÷ßþý÷ßOýõßn›}÷ßÿ_Ûÿÿÿÿÿÿÿÿÿÿ?ÿÿÿÿÿÿÿÿ?Þ{ïý7ÿüÿÿÿÿ¿Ãÿÿÿÿÿÿÿÿÿÿßÿÿÿÿÿÿÿÿýÿþûß}ÿÿÿÿÿ¯úÿÿÿÿÿ¿þÿÿÿÿÿûéÿÿÿÿÿÿþþûýÿÿÿÿÿ¿ÿßñÿÿÿÿÿÿåÿÿÿÿߟKþÿÿÿÿÿÝ_í÷ßÿÿÿÝÿÿÿÿÿÿÿ¯ÿÿÿÿÿÿþúÿÿÿÿÿ¿ù÷Ÿkþÿÿÿÿïû¿ýÿþùç}þùçŸöÑçŸÿùço¾ùF›þùçöäÿÿÿÿÿÿÿÿÿÿÿŸ¿ÿýÿÿÿÿÿëÿÿÿÿŸÿùÿûÿÿÿÿÿÿÿÿÿÿÿÿÿÿýÿÿÿÿÿÿ_ÿÿÿÿÿÿÿÿÿßÿ¿øÿÿÿÿÿÿÿÿÿÿÿïïÿÿýÿÿÿê»ï¾úÿßÿÿÿîÿËÿÿÿÿÿÿÿÿÿÿÿÿÿûÿïÿÿÿ×ÿýõÿþûûÿ÷ÿïþÿÿÿÿû¯üÿÿÿÿÿòË/ÿÿÿÿ~ùå×ï?ýôÿÿÿÿÿÔÿ_ýõ×[õÕW_m­ÕVñÅ×^~ýu×[ù¥_þ–ÿÿÿÿÿÿÿßóÿÿÿÿóÏÿÿÿÿþûïî?_|ÿÿûÿ_ùÿÿÿÿÿÿ÷ÿ×ÿ¿ÿÿ×O¿ÿÿÿßÿÿÿýõþÿÿÿäÿÿÿÿÿÿÿÿÿ¿ÿ½ÿÿÿûïÿ_ÿÿÿ¿ïÿÿÿÿÿÿÿoÿÿÿÿ¿ÿßÿÿÿÿ{ÿÿýÿŸÿÿÿ÷ý÷¿ÿÛùï¿ûÿ·úÿÿÿÿýÿ÷ÿÿÿÿþÿÿÿÿ÷ÿûÿþûÿÿ?ûÿûÿÿÿËÿÿÿÿÿÿÿÿóÏÿÿûÿïÿŸ÷Ý{ÿsÏÿÿÿÿÿïþÿÿÿÿÿ÷ÿÿÿÿ¿Ýÿÿÿ¿÷ÿ~þÿÿÿ¿ÿþÿÿÿÿðÿÿÿÿÿÿÿÿûÿÿ÷ûþÿÿýÿÿ·ÿÿ÷ß÷ôÿÿÿÿÿ‡ÿÿÿÿßÿÿÿÿÿÿþÿÿÿÿïÿÿÿ~ÿ÷ÿÿÿÿÿÿÿÿÿýÿÿÿÿÿÿ¿ÿÿÿÿÿßÿþÿ÷ßÿÿÿÿÿÿÿÿÿÿÿïÿÿÿÿûÿÿÿÿÿÿÿþÿÿÿÿïÿ÷ßÿÿÿï½ÿÿÿÿÿwþÿÿÿÿÿÿÿÿÿÿûÿÿÿÿÿÿÿÿûÿÿ»þûÿïÿÿÿŸûÿÿÿÿÿïÿÿþÿÿÿÿÿÿÿÿÿÿÿßý÷ÿ÷þûýÿÿÿÿÿÿÿÿÿÿÿÿÿÿþÿÿÿÿÿÿÿÿ÷þÿÿÿÿÿÿÿÿÿÿ«Öÿÿÿÿÿÿÿÿÿÿ×ÿÿÿÿÿÿ¿¿þÿÿÿÿÿÿÿÿÿÿköþÿÿÿÿÿÿÿÿÿŸëÿÿÿÿÿÿï¹å–ÿÿŸk®ÿÿÿÿß·ýÿÿÿÿÿÿÿÿÿÿýÿÿÿÿßÿÝå—úÿÿýçÿÿÿÿ÷ûýÿÿÿÿÿÿÿÿÿÿß÷þÿÿÿÿÿÿ+Çþÿ_ß·Þûÿÿoÿÿÿÿÿÿÿÿÿÿÿ·óÿÿÿÿÿÿÛiÿþÿê¿õÎÿÿÿÿþÿÿÿÿÿÿÿÿÿÿ¿ÏÿÿÿÿÿÿßVgýÿÖ¿ç>þÿÿçùÿÿÿÿÿÿÿÿÿÿÿþÿÿÿÿÿÿÿ~ëÿ§þÿýÿÿýÉÿÿÿÿÿÿÿÿÿÿÿßõÿÿÿÿÿÿ½÷ôóÿßu×ÿÿÿÿgþÿÿÿÿÿÿÿÿÿÿÿ_ÿÿÿÿÿÿÿÿÏ?ÿÿÿ_ýÿÿÿáÿ÷ßÿý÷ßÿýöÝÿýßýô×~ÿý¶Ùvÿý÷ÿ…ýÿÿÿÿÿÿÿÿÿÿóÿÿÿÿÿÿÿyæ÷ÿÿóÏÿÿÿÿÿ›ýÿÿÿÿÿÿÿÿÿÿ÷ýÿÿÿÿÿÿ÷ï»ïÿÿ÷Ý÷ÿÿÿÿÿ®ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿû­÷ÿÿÿÿÿÿÿÿÿoûÿÿÿÿÿÿÿÿÿÿÿýÿÿÿÿÿÿ~}õÿ»ÿý÷ÿÿÿÿ¿øÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿçŸoþÿÿÿÿÿÿßÿÿÝÿÿçŸþùçŸþùçŸþùŸ¾ùÆ›þùçŸþùçÏþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿïÿÿûŸ¯ÿÿ÷ÿÿÿùôþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿýÿ÷ÿýÿÿÿÿÿÿÿ»ÿÿÿÿÿÿÿÿÿÿÿÿþÿÿÿßÿÿ»ï¾úÿëÿÿýÿÿÿÿ?ýÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþÿÿýõ¿_ÿï¿ÿÿÿûÿèÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿôËÿÿÿÿÓOÿÿÿÿÿOýÿõ×Oýõ×_õõW_õ×_u½µ×^½Õ—_~ýõÿºÿÿÿûÿÿÿÿ÷ÿÿÿÿÿÿÿÿÿ÷ÿÿûÿÿÿÇÿÿ¿ÿÿ•ÿÿÿÿÿÿÿÿÿÿÿûÿÿÿÿÿ¿ÿÿÿ¿ÿÿÿ¿ÿÿÿÿÿçþÿÿÿÿÿûÿÿÿÿÿÿÿÿÿ¯ÿÿÿ÷½ÿÿýß½ÿÿ÷ÿÿòÿÿÿÿþÿÿÿÿÿÿñÿýÿÿý÷ÿý÷ßý~øñçÿÿïÿÿ‹ÿÿÿÿÿ¿ÿÿÿÿÿßûÿÿÿ×ïÿúïÿÿÿwïÿ÷ÿýþÿ_ýÿÿÿÿÿÿÿÿÿÿõÿÿÿþòÿýóÿíÿÿþÿÿÿï¿üÿáÿÿÿÿÿÿý÷ßÿÿÿýÿÿÿûÿýïÿïÿýÿß¿¾÷ÿý?ÿÿÿÿÿÿÿÿÿÿÿÿïÿÿÿŸÿÿÿùÿÿÿÿÿÿÿÿ÷ÿ?ûÿÿÿÿÿÿÿÿÿÿÿÿÿþÿÿþÿÿÿÿÿÿÿÿÿýÿÿÿÿÓÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ÷ÿÿÿÿö¿ÿÿÿÿÿÿÿÿÿoþÿ¿ÿÿÿÿÿÿÿÿÿÿÿÿ¯ÿÿïÿÿÿúÿÿÿÿÿëùýÿÿçÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿýÿÿÿÿïßÿÿÿÿÿ}ÿÿõÿ™ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ÷÷ÿþ¿ÿþúÿÿÿÿßûÿý÷¿ÜøçŸöÙçŸöùçŸþçŸþùç›þùçŸþù_ìþ×ÿý·ß~ÿý·Ýÿý÷ÿü÷Ïÿý÷ßÿý×ßÿwÿý÷ßÿý÷ß~ÿýößïý÷ßoÿý÷Ýÿí÷Ûÿ?ùÿÿÿÿÿßÿÿÿßÿÿÿÿÿ¿ÜÿÏ¿ÿíÿÿÿÿÿÿÿß×ÿß{÷ý÷ßÿý÷ßÿý·oÿý÷›ÿý÷ßÿý·ßÿMþ?»üóÏ?ÿüóÏ?ÿüóÏýüóÏ?ÿüñËÿüóÏ?ÿÿqÿý÷Ûÿý÷ßÿý÷ßïóß?ÿý÷ßÿý÷ß_÷ýû‡ÿŸ~ú駟~ú駟~úé§ú駟~ú駟~ú駟þ_½ÿþûï¿ÿþûï¿ÿ~Ûï¿ÿûï³ûþûï¿ÿþûï¿ÿþÿäÿÿÿÿÿÿÿÿÿÿïÿÿþÿÿýÿûïÿýÿÿÿÿÿÿ¿ßÿÿ/ÿ¿ÿ¾ûï¿ÿþûï¯ÿÎûïßþúï½ÿþûï¿ûþûï¿ÿ¿ùÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿËß¿ÿþûï¿ÿþûï¿ÿüûÏÿþûï¿ÿüûï¿ÿþûï¿ÿÏÞÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿûÿÿÿÿÿÿÿÿÿÿÿÿóÿÿÿÿÿþÿÿÿÿÿÿÿ÷ÿýÿÿûÿ÷¿ÿûýÿÿÿÿÿ“ÿÿÿÿÿóÿÿÿÿÿÿÿ¿ÿÿïÿÿÿËÿ¿ÿÿÏïÿÿÿÿÿ=¼ÿÿÿÿÿÿÿÿÿÿÿÿÿÿ÷ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿâýÿÿûï¿ÿþûï¿ÿþûÿ¿þÿï¿ÿþÿï¿ÿþûÿ¿ÿÿGÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿßÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¿øÿÿÿÿÿÿÿÿÿÿÿÿÿÿïÿþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÉûÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ/þÿßÿý÷ßÿý÷ßÿñ÷ÿý÷ßÿý÷ßÿý÷ßôÿ÷ßÿý÷ßÿý÷ß¿üÝ?ÿý÷Ïÿý÷ß?ÿýóÿ‹ÿÿýÿÿÿÿÿÿÿÿÿÿÿÿÿïÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¿ü÷ý÷ßÿý÷ßÿý÷÷ÿýýßÿÿõßÿýÿ×ÿÿæÿ~×_ýõ×_ýõ×_ÿûÝ÷~ýõ·wýõ×ßÞýííbÿÿ
\ No newline at end of file
diff --git a/ea/layla24_2A_asic.fw b/ea/layla24_2A_asic.fw
new file mode 100644
index 000000000..6f1d98a25
--- /dev/null
+++ b/ea/layla24_2A_asic.fw
@@ -0,0 +1 @@
+ÿ<+ùÚýõ÷ýõ×_ýõßßÿõ×_ßýõ×_ýý×_ÿõÿý÷ßsý÷ßÿý÷ß_ÿÿßÿý÷ßÿý÷ßÿýÿ‡ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ÷ÿÿÿÿÿÿÿÿÿÿïÿÿÿ¿ýÿý÷ß½ý÷ßÿý÷ßoÿñßÿý÷ßÿý÷ßÿýÿçÿÿý÷ßüý÷ßÿý÷Ï÷ßÿù÷ßÿý÷ßÿýOÿÿÿÿÿï÷ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿêÿÿÿÿÿ¿ÿÿÿÿÿÿÿÿÿÿûÿÿÿÿÿÿÿÿÿÿÿÿÿÿûßÿÿÿÿÿûÿÿÿÿÿÿÿÿÿÿ÷ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿŸþÿï¿ÿþÿï¿ÿúûo¿þÿ»ÿþþûÿ¿ÿúëï¿ÿþûïóÿÿÿÿÿÿÿÿÿßÿÿÿ÷ÿÿï÷ÿÿÿÿÿÿÿÿÿÿÿÿÿ÷¿þÿ?ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿóÏ¿ýÿÿýÿÿÿÿÿÿÿÿÿÿÿÿÿûÿ¿ÿÿÿ÷ßÿþÿßÿÿïÿÿÿÿÿÿÿÿÿÿÿÿûÿÿÿÿÿÿÿÿÿÿÿýÿÿÿßÿßGÿÿþûï¿ÿþûï»ÿÞóï¿Ÿëï¿ÿþûï¿ÿúû¯¿ÿþ¿úÿ÷ßÿý÷ßÿý÷ßÿ}ßßý÷Ýý÷ßÿý÷ÿÓÿçŸþùçŸþéæŸþù—{þùgŸÞ½çŸ_þùçÿ¯þÿý÷ßÿý÷ßwÿ}÷ß}¿÷ßÿý÷ß}ÿý÷ÞÿýþõùùçŸ_~ùåŸWþùçŸwþçŸwþ¹çžöùçŸþù·³ÿ¿ÿþûï¿ÿþûï¿ÿþûïÿþûï¿ÿþûï¿ÿþûï¿¿ýÿý÷ß?ÿý÷ß'ÿý÷ß}ý÷ßÿý÷ßÿýõßÿÿl÷Ûo¿ýöÛo¿½öß¿ýök¿ýöÛo¿õöÛ¿ýöZÿ_÷ÿÿÿÿÿÿÿÿï½Ýÿïÿÿÿîÿÿÿÿÿÿÿÿÿ¿ÿ÷ÿ{ùÿÿÿÿÿÿÿÿ÷ëþß¿ý÷ýýÿïÿÿÿÿÿÿÿÿÿ¿ÿÓÿÿÿÿ¿ÿÿþÿÿÿ÷Ÿ¿ÿþë¿ïÿÿÿÿÿÿÿ¿ÿÿÿÿÿ/þÿÿÿñÿÿÿüíÿÿÿÿÿÿ?îÿÿÿÿÿÿÿÿÿÿÿÿ÷ÿï¿¿þûï¯ÿúûï¿ÿþû»ÿþûï¿ÿ¾ûï¿ÿþûïÿ‹ÿÿÿÿïÿÿÿûþÿÿÿÿÿýûÿÿïÿûïÿÿÿßÿÿÿÿýÿÿÿÿÿÿÿÿÿÿïÿÿüÿÏÿÿ÷þ?ÿþûþÿÿÿÿÿÿÿëÿÿÿýÿÿÿÿÿßÿÿýÿÿÿÿßÿÿõÿÿÿÿÿÿÿÿÿÿÿÿÿßÿÿÿÿÿ¿ïûÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¿ÿÿÿÿÿøÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿýÿïÿÿÿÿÿÿÿÿÿûÿÿÿÉÿÿÿÿÿÿÿýÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿîÿÿÿÿïþÿûÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ÷ÿÿÿÿÿýÿÿÿÿÿÿôÿÿÿÿÿÿÿÿï¿ßÿÿïÿþÿÿÿÿÿÿ¿ÿÿÿÿýÿÿÿ¯ÿÿÿÿÿÿÿÿÿÿÿÿþÿÞûÝÿÿÿÿÿÿÿýÿÿïÿÿÿÿ>íÿÿÿÿÿÿÿÿÿÿßÿß·ßûÿÿÿÿÿÿÿÿÿßÿÿÿÿÿÿéÿÿÿ¿ïßÝ¿ýãÿÿÿÿ×ÿðÿÿÿÿÿÿ¯ÿÿÿÿÿ_ÿÿÿÿïÿÿÿûï¿ÿþ¿ÿÿ¿î÷ßÿÿÿÿÿýÿÿÿÿÿ?ùÿÿÿ¿ÿÿÿÿûïÿÿ¿ýïïÿþûÿÿÿÿÿÿÿÿÿÿÿÿËÿÿûÿý¿ÿû¿ÿÿÿýÿÿ÷ßÿÿÿÿÿÿÿÿÿÿÿÿÿÿ_þÿÿÿóÿÿÿÿÿÿ÷ÿÿûßÿúÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÄÿïÿÿÿÿÿÿÿÿÿÿ÷ÿÏÿûÿÿÿÿÿÿïÿÿßûÿÿÿ õÿÿÿÿÿÿ?ÿüÿÿ¿ÿ|òÿÿüóÏ?ÿüûÏ?ÿþÿÿÿº½ÿÿÿÿÿÿ¿ýöÿÿÿíŸKÿÿöÛo»í¶{n»ýžÿÿÿ÷hÿÿÿÿÿÿÿµ×þÿÿ鍊þ÷×^{­µÖZk͵×þÿÿÿ.ÿÿÿÿÿÿÿÿÍ6ûÿûí7Ûëï7Ûl³Í6ó³ÍœÿÿÿÚÿÿÿÿÿÿÿ{åÕÿÿoï•_ÿï•W^yå•ÿ^yåýÿÿ¿‹çÿþÿÿÿÿßïÿ~ý÷ÿÿý÷ßÿ÷÷ßÿÿÿÿÇ~ÿ_ÿÿÿÿÿûïÿÿÏûÿïÿïï¿ÿþûï¿ÿþûïýÿÿöÿÿÿÿóÿÿ÷Þóßïÿþûß¾ß{Ï=÷ÜóϽ÷üÓÿÿÿ·ÿÿÿÿýÿÿÿ?ï|þÿßýùÿÿüóÏ?¿üÿÏ?ÿÿÿ_ùÿý÷Û}ÿýõ×ÿñößg›ç×_ýõ×_ýõ×ÿýiÿÿÿÏ÷ÿÿ¯½ößÿóý·ÿü¿öÚk¯½öÚk¯½öÿÿÿFÿÿÿÿÿÿÿÿïÿÿßÿÿÿ÷÷ÿ¿ÿþûï¿ÿÿûïÿÿÿ?ùÿÿÿÿÿÿÿÿ÷ÿçûï¿ú›ÿÿÿÿýÿÿÿÿÿÿÿÿÍÿÿÿÿ÷ÿÿÿÿÿÿÿõÛþ÷ßÿý÷_ÿý÷ÿÿÿ/þÿÿÿÿÿk®ÿÝ>ëþ÷öÿ®»îºë¬ÿïºëþÿÿÿöÿÿùG›þùFmþÙC{Þç}ôÑG}þÑGŸþù³ÿÿÿÿÿÿÿ¿þúë¾ûëÿýú믿þú믿þúÿÿÿ_ýÿÿÿÿÿÿÿõ×_ÿÿ÷Þ_ÿÿ×_ýõ×_ýõ×ÿÿÿÿåÿÿÿÿþÿÿ¯ÿÿÿ¿ïÿÿÿw¿úï¿ÿþûïëÿÿÿÿÿÿoÿÿÿÿ½ÿÿýÿÿÿÿ½ÿÿÿÿõÿÿÿÿÿÿ_ûï¿ÿÿÿÿúÿÿÿÿþÿÿ?ÿÿÿßÞO¿ÿýÿÿÿïÿÿ¾ýÿÿ?ÿÿÿ¿Õÿùå×_ýõ×_ýu×\ÿå×^ýôÓ_ýõW_õëþÿÿ¿ÿýÿïÿþûòOÿý÷¿ÿþøóþÿÿÿÿÿÿÿàÿÿÿó¿ÿÿÿÿ»ÿïïÿß÷÷ÿ¿÷Ý¿ýÿýÿÿÿÿû‰ÿÿÿÿÿÿÿïûÿÿÿß~úýßÿÿÿï¿ÿþûÿÿÿÿÿÿÿß¼ÿ¿ÿ÷ÿÿ¿ýçÿÿßßu÷ßÿý÷ß_ÿýùçÿÿÿûÊýÿÿÿþÿÿÿÿþÿÿ¿ïÿÿÿ¿ÿÿïÿÿöûÿÿ÷ÿÿßîûÿßÿÿÿÿÿ¿ÿïïíÿ÷Oüý÷ßÿÿýÿÿï¿ÿûÿÿ°ÿÿëÿÿÿÿëÿÿÿ¿ûÿï½è÷ÿÿÿÿÿÿÿßÿÿÿÿÿ÷Ãÿÿÿÿÿÿÿÿïÿÿýßþçÿ÷ÿÿÿÿÿûoÿÿÿÿ÷ÿÿOüÿÿÿÿÿÿÿßÿ÷ÿßÿÿ¿ÿòÿÿÿÿO?ÿÿÓÎ?ÿ÷ÿÿÿÿÿÿþÿÿÿÿÿÿÿïÿýŸÿûÿÿÿÿý÷ÿ[ÿý÷ÿ§ÿÿÿÿÿßÿÿÚë¿¿Öû_ýþóßûÿÿÿ÷ßÿÿû÷ßÿüÿÿ÷ßÿÿÿÿ¿wÿö÷ÿÿÿúûïÿÿÿÿÿÿÿï
ÿÿÿçÿÿ¿ÿþÿÿÿþíÿ¿¾Ûÿÿ¿ÿÿÿÿþÿÿ¿ÿÿþÿÿÿOüÿÿÿÿÿÿÿÿÿúóÿ?Í¿¿ÿÿÿóÿÿÿÿÿÿóýÿÿÿÏZÿÿÿÕ?ÿüÿùóÿÿ÷åÿÿÿÿ_ÿÿÿ×ÿü¿µÕÿÿ¯Ãûÿÿû»í¶ÿþÿÿôó‡7þÿÿÿÿÿÿÿÿßþûÿÿ/öÿÿÿϵ֚ïÿÿçÞÿûísÿÿÿÿÿÿÿÿ¿ÿÿ§ÿÿÿïöÿÿ¿o³í7Ûÿþÿ÷øÏÞß–ÿûï¿ÿÿûï·ÿ_«ïÿÿ‹ýÿ¿+_yïÕúÿÿoÛî¿õüÿÿÿÿÿÿÿïÚÿëýÿÿ;ùÿÿÿþß{ÿÿÿÿùïöÿýúÿýÿÿÿûý¿×÷ýÿéÿÿoãþûïÿÿýÿëÿ‡]~u×˽ÿÿ_ï»ÿÿúÿÿÿÿÿ·ß¿÷ÞóÏÿ¿ÿ÷ßnÿÿÛï¿ÿþÿï¿þâÿÿ¿þû?øÿÿõÿÿ?ïüÿßÿýy×ßßuöùçÿþùgÿÿöñÿÿÿßw·ýõׯýöÿyw{žÙÇŸÿñçŸ}¿}ÇßÿGöÿÿ|¯½ößÿöÿÿÿý÷o¿ýÿÿÿÿÿÿý÷¿ý÷ü÷oòÿÿý÷ÿÿïÿÿßÿÿÿýïÿÿûýÿßÿÿÿ÷ßÿûõÿÿÿ‹þ§ÿûÿÿÿÿÿï߯¶þçëÿXâŸþßçß/þÿçÿÿ×üùþWÿý÷ßÿÿýõ÷_þýûí÷ÿÿñïßî÷ÿáÿÿÿöçÿë¬ßßÿ믿ûþ¿¾êþÿãÿöÿÿ›ÿþwÿÿŸ´ùC}ìùG}þÙgôùæš¾ùçš®±æ—ÿûÿúÿ¿¿~úëÿÿÿþŸÿ¿üëÿý÷ÿÿÿòëoÿüúÿÇÿ×ÿÿõÖ_ÿÿ÷ÿÿÿõßÿûïÿÿÿÿÿ×_ÿûý×õïþÿÿûï¯ÿÿÿÿÿÿÿÿûû¯ÿÿýÿßÿÿýúÿ?¿öÿ÷ÿÿÿß{µßÿÿûÿ¿ÿÿû÷ÿÿï¿ÿÿûÿß×ÿ{ÿuÿÿÿÿùóÿû?ýÿÿÿýöÿŸÿÿÿÿþ¿ÿ¿ÿþÿöÿÿÿßõÿ×_ýõ“]~øõ×_}ýÕ_{ýõ×_{ùÅG_õõ—¿àÿÿïÿûÓÏ?ßÿóÿ~?÷sßïÿÿÿÿüûï¿?ú{ÿÿþ÷ÿßÿ¿ý÷ÿÿóÿÿö¿ÿÿýUÿÿóÿÿ¿íÿÿÿÿøÿÿÿý?ÿüóÿÿþýõ~ûÿÿÿÿÿÿÿÿýÿßÿÿÿÅÿÿ{ýùß{ÿý÷W_ÿ÷×ÿýÿÿÿÿûo¿_þÿßÿŸþÿÿÿßÿ¿ÿþÿïï{®÷»÷ÿÿÿßÿÿÿÿõÿÿ¯ÿôÿ÷ßûÿÿÿÝžïq÷mo¯ýÿÿÿÿÿþÿÿïÿÿïÿ¿ÿ¿ÿÿÿÿÿÿÿÿÿÿÿþÿÝÿÿÿûwß÷ÿÿÿýÿÿý¿ÿïÿ~üÿÿÿÿÿ¯¿ÿöÿÿ¿¿úsÿÿïÿÿ¿þÿÿÿÿÿý¿ïÿ?ÿÿÿóÿ÷ûøÿýÿÿÿã¿ÿ|÷ÿ_?ü³ïÿèÿÿ/÷ÿÿýÿÿ_ÿÿÿoÿÿÿß_ÿýçÿþÿ¯·^ÿýÿ¿ÿÿ?øÿÿÿÿÿÿÿÿ÷ÿÿëÿÇßÿ¼ÿÿÿÞÿÿÿÿÿÿÿÿÿÿ‡ÿÿþ{ýïÿÿÿí¿ïïÿýÿÿ¿ùÿÿÿïÿÿÿÿÿÿÿßÿçþÿÿÿÿÿÿûï÷ÿÿÿÿ÷ÿþÿéÿþÿÿ¿ÿþû¿ÿÿþúPÿÿÿßÿÿÿÿÿ¯/ÿÿÿÿÿóç?ÿüóÿÿÿÿÿÿÿ¿ÿýÿÿŸþÿÿÿ_?ÿüþû§U^Xaÿ×ÿ?ÿùó_ÿÿÏÿºýÿÿï·ÿÿÿÿÿÿþ?ÿúKËçŸþÿÿÿÿþûï¿ÿþù÷Mûÿÿ¾ýÿÿÿÿÿ÷ÿÿÿÿ:g¿þòÿÿÿÿ÷¿ÿÿÿ»ÿþÿÿï·ÿÿÿÿÿÿÞÿù7Ûÿí—Ûìûï¿ÿþûïŸÞ·ÿÑÿÿÿ¿ýÿÿÿÿÿÿ«­¿Öú¯¦ŽZÿÿÿÿÿÿÿÿÿÿþ¿‰çÿÿïýÿÿÿÿÿß÷ÿÿ·ô~ë×ûÿÿÿÿÿŸöÿ·|ÿÿ/îÿÿÿÿÿÿÿü÷ÿ­çîê¥ÿŸï¿ÿþÿï¿ÿ¾ÿ÷ÿÿ¿þûÿÿÿÿ¶ïo»ýß¿øú믽ÿúë/»þúë¿ÿ¿ÿÿÿùÿÿÿþÿÿÿÿçÿÿ™GŸþùçŸæùÇÿü{øÿýçßÿý÷ß¿­¦ß}ÿ§müñçŸþñ矮ýaÿÿÿý÷ÿÿßÿ¿ýÿÿÿýüçßÿÿ÷ß÷ýóÏ=ÿNÿÿÿ÷ÿÿÿý¿ÿÿûÿÿÿû÷ÿÿÿÿ÷ßÿ÷÷ßýÿ?úÿŸýÿÿúëþ÷ß¿ÿþ‹/ÞÜçÿùâþÝzÿ×ÿÿÿý÷ÿ_þÿÿßÿÿñí_|ñÍÛüÿÿ—ßþ÷ßwýïþÿÿïþ—þúÿÿ÷þÿÿ¿ÿöß¼ûÿ›ÿÿõ“þ¹þ?öÿÿùç›ôÑçŽöùçÞçî±æŸ¾ñæšoüù¡ÿÿÿõþÿ/ýÿ~Ýÿ¿ÿãŸÿðþ_üüÿ߯ÿü×ß¿ÿüÿÿï÷ÿýÿÿÿþý÷ßÿÿü÷ÿþÿýÿÿýýÿÿþÿÿáÿÿÿ¿ûÿËÿÿÿÿïÿÿÿÿÿ¿÷ÿÿ?þÿ÷ÿ?ÿýßïÿ_ÿÿÿÿýÿ_ÿÿÿþþÿ¿¿ÿÿýÿÿÿÿÿÿÿÿÿÿý?úÿïÿþû¿ÿýÿÿû®ÿÑï¿ÿÿÿÿÿÿÿÿÿÿÿôÿUÿýõ×_ñä“_ýå×ßq×]~ùå—_}ýõ×_wý«þÿÿóû÷ûôÿýÿß|ñù>÷Ïÿÿÿëï?ÿøÿï?ÿüÿáÿÿÛûï¿óÿùï¿ýöû±´¿÷S_ÿŸu7wÿù7ÿv¥ÿÿ¿ÿÿÿÿÿÿÿÿ¿ÿ~ÿÿþÿÿÿÿÿÿ÷ïÿÿý÷ïÿŸüÿŸÿßÿÿ¿õÇÿÿ¿ñþÓQ×_ÿÿÿþÿÿÿÿÿÿýÿïÿÿÿ¿ÿÿÿŸïÿþëîÿûßýöÛþÿÿ¿ÿÿþÿÿîÿ'ÿÿÿÿ¿ÿûÿÿÿûýþÿr›ß»½Ç?ÿý×ùõß^Ýõÿùïúÿÿÿ÷ÿëÿÿÿÿß/¿_ü¯¿ýºóÍÿÿþ÷ÿ?ÿÿÿÓÿÿÿÿÿÿþþÿÿ¿ýÿûïÿ÷ÿßwÿsÿÿŸÿÿÿ÷ÿþÿÿüãÿ¿ï¿ÿÿÿý÷·ç½÷?ÿìóÏ;û¬óÏïÿöÿÿ·ÿýÿÿÿÿÿÿÿ÷ÿýýÿÿ÷ßzûý÷ßßþý÷ÿ·ÿÿÿÝÿÿûûoÿ÷ßüûíóßÿÝy®ùçŽ{þ÷×ßÿøÿýÿÿÿÿÿýþýÿû^¼ÿŸ~{ý÷Ïþýõÿÿÿoéÿïÿþûÿ¿ÿÿïÿÿ÷?ÿ÷ÿÿþûÿ¯ÿúÿïïþûïÿÿ_ü߬ÿýÿóÿÿý÷Ó,ïÍÿÿ?þÿÿÿÿÿÿûÿ¿ÿÿÿZÿhýïןÿÿ±Ï~òþÿñ¿×þûï¿ÿþûïÏÿÿÿ¯Óûúÿ~ûï¿ÿ~ýíwKÏ/÷Oï¹çÞ{ï½÷Þ{ÿ½ö÷öÿÿïûÿÿûÿëï¿ß:ÿ¹÷zýu×_ýõ×_ÿû½§ÿoñÿõÿÞùç¿w_÷ý•ì×ß1Ï<óÌ3Ï<ól_ï÷ÿ«ý/þÿî¿ÿ¿ÿê»ï¾wýÚk¥•VZi¥½Vîy¿ÿ{øùÿ÷ù¯÷ýÒß/ÿõý_ÿôÒYýõ×_ýõßWýæÿëÿ¾Ëoýï³þ~û/×ÿú¯·_þûï¿ÿþûï¿ÿúëÿ<ÿÿÿ믿þûïÿÿ÷ÿßþÿÿ{½÷ÜsÏ=÷ÜsÏÿøûÿùÿ÷Ÿþùÿ¿ÿÿûÿ¿ýÿ›ÿýýÇÿüóÇÿ¼ò—OÿÿŸ~þù§ßoÿý÷Ûjßýök6ýôÓOýô×Oÿýöß÷7ößÿßÿý¿ßÿÿÙÿÿóû¿{î¹çÞyægÎÿöüóoòßÿÿý÷ÿÿÿÿ·ÿ~ÿß÷ûÿÿûï¿ýîÛï¾ÿíÿÿÿ‡þ·¿ØòŸÿ¿ÿÿ¿Ÿúþùÿùû믿þú믿þÿï¯ÿ7üÿÿÅÿý÷wÿÿ?û×·Û¼ïýõ×_ýõ×?ß}Õÿãÿﯻþÿïÿÿÿレÿþ¿þþ»ï¾ûî»ï¿“Þúÿÿ7ÿÿyô¹çŸ}þùÇŸ}üñgþùçŸþùçŸôÑçŸÿøÿûßÿýÿÿÿÿÿóëÿ¿ýý¯ÿþûï¿ÿþûïÿþúÿËÿ÷ÿþûïÿÿÿÿÿ÷ÿÿ½ïÿýÿÿÿÿÿÿýÿÿûý×ÿ_þÿþßÿýÿÿÿÿÿüêÿÿû«¯¾úꫯ¾úê«ÿ½öÿõÿýÿÿÿÿßÿÿÿÿíßÿÿ÷ÿý÷ßÿÝ÷ß_ÿÿõÿŸÿÿÿßòÿÿ¿ÿï×/?ýÿ»ŸÿôŸOÿýôßOÿùÿûOÿÿõÿW_nùŇ]}ýõÖ}ùÕ]oýE—_sýu×_}Ýu—¿æÿÍÿÿú¯Ïÿþïÿï×þþñÿóûî¿ïþûî¿ïþß¿¿ÿ'þÿÿÿÿþßÿÿÿýÿýÿöÙ¿¿¿ûÿÿÿÿÿÿÿûßÿýÿûÿüÿßÿÿûÿÿÿÿýÿ¯?¿úþÿÿ¿ÿÿÿÿÿÿÿÿÿÿÅÿ÷üßÿ_ÿ÷¿ÿß}ýå÷ÿý÷ß{Ïý÷ßÿß÷Çÿkþÿþþûÿÿÿ{ÿýæÿ{ê½_ÿýÿÿÿÿÿöÿÿÿÿoÿÿóÿ÷ÿÿû÷Çÿ¿ÿ÷ÿí~}ÿÞ?ÿñ×ß~ÿíòÿ?ÿ·ÿ»ÿïÿÿýÿÿ¿øzÿÏßýËïý¿ß}?ÿ÷ÿÿÿÿÿÿÿüûÿÿÿÿëÿÿÿÿ¿ÿþþÞ~ÿÿï÷þÿÿÿÿ}ÿÿûÿlÿãï>ûüþÿßÿuóïÿËZû{ÿüýÃß¿÷ÿÿÿøÿÿ_ÿÿ|ÿùçÿûÿÿëß~ÿÿýý÷û·ÿýÿþÿþÿßßïÿøÿÿ¿þý÷ï½ÿÿ÷í÷þüÿ´÷ÿúëÿÿÝÿÿÿÿ¿÷ÿ•ÿÿÿÿ÷öÿýÿ÷ÿÿí×ëÿ}þ_ÿÿÿÿÿç¿ÿÿý#þÿ_ïÿÞÿüû¿þûþï~ÿÿëÿÿûÿÿÿÿÿÿÿÿÿÿÂÿ½ÿÿÿÿüÿÏ¿üÿù{ÿ7þüïÿüÿ¯ïÿÿù|ïÿÿõÏÿÿÿãÿןý…Ÿÿã?þ÷ÿÿóÿþü×ÿozÿÿÚ½ùï¿s.ùïºÿÎû÷×ëþÝúÿÿûÿ¿ÿÿûÿ¿ß~ÿ÷nÿ»ÿþûn«ÿ¿ýïßÿ§þkîÿþÿÿÿÿûÿßÿÿý>ûÿNÿ_ûïµ×Bûפ»_ûù¯ßlýû~±Íþÿþûïÿw~ÿÚÿêÿ¯¾jÚ»¥Åÿê¿ÿ¿[«ÿÖÿn¹õÿÿÿÿÿ¿ûû¿çWû}½×þÿ/ýÿ×åÎÿÿßßyÿ¿¿ÿÿÿ¿\Öÿ§~¿ž?«éçÿ>Ï¿ú÷Ë¿þþïÿ—[îÿùþûïÿí¿þ÷ÿ/½þÒ¿ÿþ²û¯¿í·ëÿÿþû¯¿þßû¯¿þßë¿ÿ·ÿÞùçýýÿgŸ}æÿoŸÿÿŸüùïŸþùïÿôßøÿáÇŸœý·Ÿi¶ùæßl®¶ß|üùçßþùçßüÝeÿÿýwß<ÿßwÏ|óÿ?Ïýßÿÿ?ÿý÷ÿÿýóÏ=ÿÿÿÿÿßþ÷ÿßûõÿÿ}ýßÿÿÿý÷ßÿý÷ßÿ÷ÿéÿãŸ/þøþï'ÿùö›ïÿùýÿùóÿÿù÷‹¯¿øúÏÿ6ÿ}ñÍß•ÞïïÝíÿ¾ÿßì÷ß_|ñÅWýmþÿÔ?ý´Ç»ûþŸþ÷ÿ}ûÿÿýøî»ÿýýoÚë'ýþòÿ½ùæ›o¶ÙçŸ{ôùçþeŸoö™çŸkþ‘Fmüù·ÿ/üõÓOïÿÿú_?½þÿŸ—íþßÿÿýçßÿýçÿÿÿÿüýïŸþýÿ×ÿ~û÷ßÿß÷ýÿþÿÿÿÿÿûÿÿÿÿÿ÷èÿÿÿÿþÿûÿÿÿûëÿ¿ÿ?gÿÿÿý÷÷ý÷ÿoÿwÿÿÿÿ÷ÿÿûßÿ_ÿÿ÷ÿÿÙ÷ÿþÿÿÿÿþÿÿÿßÿ7ûÿîÿÿÿßÿûoÿûÿËÿüùÑKÿÿÿÿÿÿÿÿÿÿùò¿UÿoõÕW_½µÖ_?½õ×_Ûu—^zñõ×_õÑ×_oùûþÿüóÏ?ûùßËvÏ|ÿÏgý«ßÿÿùëß?ÿÖ{OýûÿwåÿÖßoÿý}ÿ?ÿþ»ÿ[ÿvûÏßïûß·ïÿÿÿ?¯ÿÿÿç¿ïþûÿÿÿÿ·ßW_ýïÞÿÿÿïÛÿ²¿ÿÿÿÿÿ½õsÿ÷_ÿÿñçÏþýß_~àGþÿÝ÷ÿïïÿñÇüßãÿïÿÿþûÿßÿ÷ûþÿ¿÷Ýwÿÿýÿïÿïÿî¿ïþ÷ÿgÿÿ÷ÿÿ÷>ÿÝÿÿíþÿ´÷Úü×ÿßÿ÷ÿþÿýÿÿþ÷?ùÿúû¯¿þÞÓo«þÿ}¯ÿ÷Ûÿÿ÷òÛwºþú÷ÿÿÿÿÿÍÿÿßïÿÿßzÿ½ßÿûÿ{Ÿë{ÿþoÿÛÿÿÿÿÿÿÿÿßþ?ÿÿÿÏ?ýýýý?þýÿ‹Ÿýýßÿÿÿÿÿÿÿ¿ýÿÿòÿ»ÿÿýö»ïÿÿ÷—ßþÿþÝýïÿßÿýÿïÿÿÿ¿ÿïÿ§ïŸ—Þ;×Ü÷Üÿÿÿÿßÿ÷~¿Ý½÷ÿ¿ïÿÿÿïïôÿùþý÷Ïÿÿ÷ÿÿóÿßmí;ÿþîý÷ûþýÿÿ?ÿóíûëßÿþûÿÏÿþÿÿÿÿ«÷ÿÿÿë¿ÿú­÷Þ{ëý÷GüÿûÿÿÿßÿýòëÈÿÿÿÿÿýúÿÿÿÿ¿ßO3ÿüóÿXÿþ÷ÿÿøûõ§_÷ÿÿýÎíåçÿÞÿßÿÿ{åõ^ÿ¯Éûÿóçÿ¿ÿß«ëí’ÿΟþúùÿúó¯ïÿ÷Òùûç¿Ïö¿Ïÿÿÿÿ~ßo¿ü7ÿÿwÛÿÿŸÿÿýÿÎÿß/ÿýïóÿ¥Ÿç.éõÓ÷ÿíÿÿÞûïÞBûïÿÿÿßýôûíÿýÿÿ§ý¿ý/ÿ«¿¯ú¯mÿþÿï½²jªýÿÚkï½¢Î÷«÷þ;ø­÷ÿ_ûÿµÿýŸÿ÷ÿ6^ûÿÿýÿ÷+}ï½ßÿéÿÏ;ÿÿêÿ¯ÿÿûëÿÿûo﾿ïÿÿÿÿÿëÿÿÿúÿÿOÿÿ²ûoÿì÷ïûþÿïo¿ð믿ÿ·ß~ûý÷ÿÿÿìÿûÿgþyßûoýùÿÿÿÿÞù}ôùÿÿÿçÜþ—ï¿‘ÿ›þéÖÛgÿý÷ßÿùæ{žÑçßÿýößo¿ñ·ßÿeöïwÿÿóÍcßÿý÷ÿýöù}ÿßÿÿýöÿ?ÿ<ÿÿóoöÿÿþÿßßÿþÿÿÿÿÿûí÷ûÿ×ÿÿýïÿÿ÷ÿÿßÿŸþ/¾ø÷ßï¿ß~ÿÿÿÿwËßøâŸÿÿþþÿ·ÿþûÿýÿýoÕ÷¿[½Ñõwûí÷ÿ?Oîç—ÿ½ûï¿þùí7ÿý÷ÿêÿ«¿¿ßûÿ¿µþÿÿÿÿß»­–Ëßûÿÿÿÿë·Óþûÿ·?ÿŸ{üñçŸoôùçŸþÑg}ö¹æŸþùG¼Ùç›ÿúÿúÿÿÿþÿû¿¿þúß?ÿøÍ?ÿýÿÿÿÿÿûÿÿÿÿ÷ÿÁ×ÿÿÿýÿ_ÿýõ×ÿþñõo~ýÿÿÿÿÿÿßÿÿÿÿ¿ÿ_þ¿þÿÿ¿ÿÿûÿ¯¿öÿÿ¿ÿûßþÿÿÿÿ¿þÿ¿ý÷öÿµÿÿï¿ÿÿ}õõÿßý÷ÿÿÿÿÿÿÿõÿÿÿýÿÿÿÿîóþÿM¿¹äßÿÿÿþÛ¿ÿþþO¾øâ»ÿ¿üÓÿÿOõÿW_<õµÖ_wýµ—_ñå]uñÕ×[oýõ×[µµ×¿ìÿ¿ÿõÿþÏþŸ~ÿÿ_üì÷ýüç÷÷ßïýÿÿÿï¿¿ÿGþÿ÷÷ûûÿß¿?ÿïßÿ{öûwïÿÿÿÿÿ÷¿¿ÿûÿÿŸúßÿÿÿþ÷ÿßÿÿÿÿÿ_ÿÿÿíÝÿÿÿû÷¿ÿŸ÷ÿÿÿÿÕÿ×]ý÷÷ÿÿýçŸÿ~võWùÿÄß?ÿuÿÿýÏ¿ÿ/þoþúïûþþÿûî»ÿÿý¯ûûíÿÿÛ÷ßÿ¿þÿý¿ÿñÿÿßÝuÿÿÿî¿ÿÿû?ÿýõß÷ýýý÷w·Ïß¿ß?ÿ¾ÿïõÿÿÿÿÿÿÿÿÿýÿçsÿý÷ßûÛßÿÏ¿÷÷ËÿߟýÿõÏÿö¿¿ÿÿÿÿïÿÿ~?ßûÿÞ÷ÿÿÿùýýÿÿ÷ÿãÿóÏÿÿÿÿ?þÿÿûû¿úÿÿüýößÿïþÿ?òøÿ}7ÿ¿Ïþßÿÿ¹ÿïÿÿÿß÷ÿ¿oÿÖÿÿwßþÿÿÿ÷Ü÷ÿ?ûÿø׿»þ÷ÿÿÿ÷ÿ·½æÿÿÿ__¾üïºý¾ÿÝó߃ÿ×ÿÿüöÿÿ¿ÿÿúþÿyÖo÷ÿÿÿÿûÿÿÞ{ïîÕßÿ§þÿï¿ïßÿûÿ¿ÿþcÿó·ÿûÿÿÿÿÿÿÿÿþûÿÿ?ï÷À¿þ÷þÿÿÿÿþÿ?ýÿÓøãûÿÿó¿ÿòïÿ÷ÿ|ÿÿÿ¤õù¿ÿÿÿÏ'ÿüóï?Ÿ|æüÿýÏ?ÿüûÿ?ÿ÷oÿÿZ¼Ïÿýÿÿo»íöÛîù7~ååÿóm»í¶{ÿ/ÿÿKþû÷mþïçÿí5×^{Íïóÿ;/ÿßíµ×\{þýÿŸøÿÿ&ÿÿ»éoûùÍ6[ÌÿýïÓÿï¿ýo¹Õöòþ½þWþý¿Øÿ·lÿÿÿÞ{ï•Wþ»vú½ÿÿ^øç¿÷ë«¿zÿ¿ÿÿ~ÿÿÿ÷ÞÿýÞ~ÿõZ¯§¾÷ÚOï÷ÿÿÿûõýû7þ¿ûóïÿÿÎûï¿ãþþ߯÷jÿ¼ÿŽ;î¿ÿÿÿÿ/òïõÿ¿ÿø·ÿ½÷ÜsÏ?ÿíþ¿öþß½÷ÜóÏÿÿù÷Û¾ÿªÿö›ÿýÿÏ?ÿüòÿ÷ÿÿùçÿõýÃüÿÿÿýÿùÿuÖßw_ýõ×_ý÷›oÿ§sýõ×_¯ý÷ߥýjÿþýÿk¯½öÚkÿÛoÿÿýÿ+¯¼òÊý÷ßÿ}ÿ6ÿÿÿÿÿýÿÿûï¿ÿþ¿ÿÿ÷ÿýÿÿûï¿ýß¿ÿþ÷ÿèÿoëÿþÿÿÿ÷ÿÿéöþÍÿÿÿý÷ÿÿûÿ×ÛûÏÿ_ýûíûí÷ß]þÿîì÷î~ûå×ß¿o¾ÿÏWÿŸþ÷Þúý½ÿÿúë®»þÿÛ¿÷{ýÿϺë¬ÛÿþÿýæÿñÿçÙãþÑG=ôùgŸÞç›_~ÑC}þÙçŸo´ù«ÿÿ¿~ûͯ¿þú맿þÿßøçϯ½vúkÿ¿ÿþÿÿüÿÿõß_ýõ×_ýõÿÿÿ÷ÿÿ^}õÖ_ÿÿ÷ßÿÿÿÿíÿ¯¯ößókÿý÷_ÿ¿ÿû·ÿÿ¿ëþÿ÷ÿûÿ¿ÿûÿÿ½ÿ¶_ÿÿÿÿÿÿÿÿ¿ÿõ¿¿]ÿ¿ÿÿÿÿýýÿÿÿ?ùÿôÛoÿûÿÿÿüÿæÿï¿ÿýý7ùÿþÿÿô÷Ûÿï÷ÿÿGÿoýõÇ^ñÅ—_zíÔ_ÿÕW]í¡×_½õ×_ý[þýÿ ñ?ÿÿï¿ÿ?ûÿ÷ßÿ³Ïÿßïÿþ¾oþÍÿþûáÿþ÷ý}ïÿÿ¿ÿýÿ×_ë·ûûÿÿÿë¿ÿþÛüÿÿû…ÿÿÿÿÿÿïÿÿÿýýÿÿoÿýÿûÿÿÿÿÿÿÿó_ÿÿÿüÿÿßÿwÿý÷ÿŸo½ÿWÿîÿzõ_}íµÿÞ__ýÿàÿÿÿÿÿþûûÿÿÿïûå½ÿÿÿßmþmÿß{ÿ¿÷ïýÿÿþüÿßúó¿Þÿÿýÿß¿ÿÿÿ¿ÿÿÇ=Ûû¿÷ßõøÿÿëÿÿÿßïýÿßßvÿÿ¿ÿýí÷ß¿ü÷ÿïÿÿÿÝÿÿÿû¿ïÿÿûýÿÿþé÷ÿçÿ÷Þóïÿÿÿÿ÷íÞÿýþÿÿÿÿÿÞ_ÿáÿÿÿÿÿÿ›ÿñÏ?ïôÿÿÿàÿ{þÿðÿÿÿÿÿÿÿ¿ÿÿ÷ÿ÷½ÿÞûïÿÿ¿ÿïÿÿÿÿÿÿÿÿÿßëÿÿ~»ÿ¿ÿþ÷ïÿ—}××|Ýwï®÷ÿºÏÿ?øÿÿÿÿwÿÿçÍÿþý¿×Oÿ^ÿîûûþ¿uþÝßûoçÿ¨ÿÿÿÿÿû¿Ïûþïñïýÿþÿÿÿÿÿõöûüõÿßïzÿÿüÿÿÿÿÿÿÿÿÿÿÿ|ÿÿÿ¿ã¿ÿþ/ÿÿÿÿóÿÿþÿÏ[ÿúÿÿÿÿÿÿÿÏÿûÜÿÏÿÏ?ÿüûåÿÿñÿ?Ÿÿ¯×ûÿëþ»þ¿ÿ¯ûÿßNùo^m¿ýö{ÏýýÿMùå¿_öÿßþ¿ùÿûºÿÿÿnÛÿrzíµ×^{þý÷ÿ>ëüÿýoñÿÿ}íÿïþÿÿ³ÿÿ×ö²ÿÿ¯Í¶óþ›?þÚëýžÿ«ýÿÿÿÿòÿÿßÿÿ¿öoýÿûþ{å…÷n¼¶šk~yÿÿûøÿÿwüûíÿÿÿÿÿÿõëëõòÞ{ï÷_ûçÿ÷×[ÿ·ìÿÿïÿ~üõÿÿÿÿ¯ÿ]¦×þûï¿ÿýïÿž?ÿøÿÿÿŸÿÿùÿÿ?þÿÿï¿ÿöŸ½÷ÜóÏoûÿÿÿÿýþû?ùÿÿ¿ÿþûïÿÿæßþÿö÷ÿùþÏ?ÿ|ößÿÿþÿÿÿ‘ÿßÿ½Öß¿ý÷Ø¿}÷ýõ×_ÿqöÙwÿý÷ßÿWöÿÿß÷ÿ÷¿?ÿßÿß|ÿÿk¯½öÚýöÛÿß?ÿýÿoõÿÿÿõÿßÿÿýßÿÿýýÿûÿÿûï¿ûï¿ÿÿÿÿÿÿÿŸþÿ¿øÿÿÿÿýÿÿþïû¿Þÿýÿâÿÿÿÿûûÿÿ7íÿÿÕÿý÷ï7ÿ¾û÷~ßíå~ùý÷ß6Û¾ûßÙý÷ÿäÿÿýÿÿÏÿÿßÿÿû¿ÝÛþÿ÷ÿ:ë®ßòÿÿýûþÞÿOÿÿŸ{þùçŸþùçŸm~ñçþÑG}¼ø矶ñæŸéÿÿKüýçûÿÿÿë¿ø‰§¿þúé¿ßùÿkÿýöçÿÑÿÿ_ÿÿ¿ÿßÿûÿÿ_ÿÕOýõ×[½ÿÿ_ÿÿ÷ÿÿŸþÿÿ÷ÿÿ÷þÿ¯¿ÿúO®ÿÿëÿÿÿÿ¯ÿÿþúÿ¿ÿÿÿöÿÿÿÿÿÿÿ÷ÿ}ýÿ×ÿù»[ûï¿þÞïûÿ×ÿÿýßÿ“ÿÿ¿ùÿûÿÿÿ÷ÿÿ¿ýôÿÿÿÿ¿ûþüæoÿÿÞÛÿÿõÿ×_¹ÕW_~ýõ×^lõÅ_zíå×_oÝõ×_wýõ׿æþÿÿøcÏÿÎÿÿüþãÿÿÿïý÷ŸÿþóÿßÿìýÿOþÿÿßö÷?¿¿÷þÿßý~¯¿ÿíãßÿý÷¿ßÿÿûÿßûÿÿ÷ïÿÿûÏû{ß³ÿÿÿõ÷ÿÿÿõ׿ÿÿõïÿßÿÿÿÿ¿õÿoýýþýùç{½÷÷ï?Ù^›oþ÷þûþÿÿÿÿ¿ïŸþï¾ï¿ÿëû­ÿÚúî­ÿÿïß~ÿß÷ßòÿßÿuÿÿÿÝÿÿwÿ÷×ýÿìs>ÿýÕßý÷ÿ»ÿÿ¿üÿÛ÷ÿÿþ¿ï¿þöË¿ÿÊ˯¿îòÕ_ýõõ×ÿüÿÿÿ~ûÿ¿÷ÿ¿-¿Þë÷}ÿï¿ÿþù¿ÿÿÿëïÿïäÿóÏ?¿ÿÿÏú}¿óÏ?ÿüÍ;}Ÿpg_îöêÿþ÷ÿoÿÿý÷ÿûÿýÿ~ÿþûí¿½ó¬ÿ^wÿÛ÷¿oÿû÷¿ÿúÿý÷Ýÿÿÿç÷Óöùç¸{þç¾Ïnûí§þú믿Þûÿ‡ÿÿÿÿÿþ{ÿûûÓß~¼ðXñÇþý÷ßþù÷Çÿwþÿÿÿÿÿßûþÿ¿¿þ¿ÿÿÿ¿ÿûÿÿ÷¿{ïû÷½ÿßÇÿÿ÷ÿÿÿýÿÿÿÿÿ<ÿüÿÿÿþ3Ï:þü“ÿüóç?ÿÿ¸õÿ¿ÿÿÿÿÿÿgÿýÿïÿÿÿý|óóï¿ÿçŸßÿÿ½ÿÿýÿÿ~½þ¿˺Êïªâëì¸ù*믫Κ묫®ú÷mÿÿïÿÿïëÿóÿ{þÿçÿ?ÿçÏÞyçßÞ|çÝwßÿ.ÿÿÿí¿×_ÿ¯ŽÚÿý·þë÷ÿÿë·¿Þx믿þøç¯ÿÛÿÿoÿ¿úêÿÛú¯½÷Ú{¿öþkï¿öÞ{ï½÷Þiÿÿû÷õÒ߯¿öï¿ß®ú½ÿžûï¾ÿ>úí·ß~ûï÷wþÿÿûÿ¯·þ¹½ÿ_ÿÿõ×ÿÿüÿÿÿÿüóÿÿÿÿÿÿÏöÿÿÿþû_~¿ìÃÿwÛ}·ÝÞ}ÿÝwßy·Ý÷ß}ÿýwÿ·ÿÿÿÿï¿ùßÛþÿ÷ÿÿÿõßßÿÿ÷÷ÿýßøÿý÷ßûí×Ùk¿Ý¶Úmÿ·ßcŸ½öÙn¿}öÛgŸýdÿÿÿý÷ßÿÿùÿþöÿ?ÿýßÿü÷Ûoÿþûï?¿ÿÿfÿÿÿÿßÿÿÿÿïý÷ÝýÝwß{÷Ýwßÿýwßÿ?èÿÿÿý—þúwÿþÿÿÿÿÿýÿÿÿÿÿÿÿÿÿÿÿÿÿÿßÿÿÿý÷Å“ÿýóåÿý÷ßÿýÿßÿý÷ßÿý÷ßÿ¯þÿÿÿÿÿ¿Þïÿ¾ÿÿ¿ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿóÿÿùçŸôùe]þùçŸþçŸ?þùåŸþùçŸþù¿ÿ¿þÿ¯ÿÿÿë~ÿýçßßý÷_wýõ÷ßÿý÷ßÿßüÿûõÿ_ýÿý_ßûïÿÿþïÿÿÿÿï½ÿþûï¿ÿþûÿìÿÿ¯ÿÿÿÿÿûÿúÿý÷ß÷ýýwßÿûÿÿÿÿÿ÷ßÿ/ÿÿ~í¿ÿÿÿï·×ÿÿÿÿÿÿÿÿÿûÿßßÿý÷ÿÿÿÿùÿÿÛÿÿÿïûo?Ýæ›o¿ýÓï¿ÿóÏ?¿ùäÓ+¿ÿôÿWÿõõ×_{½1—Zo½õÖ[¬õÓ_}ù¥W]oÝÕÖ[oýKþÿÿ콿ÿÿÿûÿ¿ÿþéîûÿÇûìÛÏ-ÿÿÿÿÿÿÿoâÿþÿÿçßþÿÿÿ~þyÿÿÿZ~ÿåþ7÷Ü~ÿÿÿÿÿþ±ÿÿÿÿÿ÷ÿ÷ûÿßþßÿýÏÿíþßþÿ½ÿïûÿÿþûüÿÿ÷ÿÿÿýýÿÝõ×_Ýôÿÿ]ýå—_~õõ—_}½ÿäÿÿÿÿÿÿûwßÿý×_gÝÕ[õÿÿÕ^[íå×[ýµÖÿÿÿïïÿÿ¿¿ÿûûûûߟùóŸþÿÿ÷ÿÿ»ÿþûþÿëÿÿÿÿÿý÷ß{ÿÿÿÿÿ÷÷ÿe5úž{ÿ¿|üÿ÷ÿÿÿýÅÿÿÿÿï¿ÿÿÿÿ¿ýùÿÿî÷úíÿvwïëÿ÷ûÿÿÿÿÿ?þÿÿÿÿÏ?üýÝ7ÿüóÿ¿ÿã÷ýÿ¿ÿ÷ÿÿýÿþÿÿwÿÿÿÿßþûïÿŸóùçŸÿÿùeÿï~ÿþÿÿþ¿ÿÿÿûÿ‹ÿ¿¿þú÷Ý¿·ßÿ÷ï׋ÿþÿïü×n»íÿÿÿÿ[ÿùßýõ×ÿÿÿÿÿÿïÿÿþsÿsÞÿÏÛÇÿÿÿ~ûïÿ_ìÿ«ÿÿÿÿýÿÿÿÿÿÿ÷ÿû¿{ÿÿÿöûÿúÿÿ÷ÿ¿ÿÿoüÿÿÿÿÿÿÿÿÿÿÿ³³Nþóϳü÷ëûóÿ¿ÿÿOZÿ?ÿÿ?ÿüûÏ?ÿüóÿïyóÏ_úÉ?_ÿÓÿÿÿÿ¯ÝûÿÿO­ýößo»ýöÛÿÿuþù;÷¿ù(-å¿f¹þß?öÿÿÿëµ×þ~íµ×^ûÿïÿ¿éÿýþë©þûnªï÷ÿoóýÿÿÿþͶ÷©Í¶ßþÿÛ¾ã®ýµ?O{íµßëÿ{û‡ýÿÿÿï{åûÞyåwÿß×o¹¥¾ꩯ¾[ï¿ÿ×øÿÿÿ×ßoý÷Âýýÿßÿþú…õVW-õ÷×ÿ«ýæÿÿÿ¿üûïïÿþûï¿ÿÿwýÇŽÿë-‡þzéï¿þvÿÿ/ÿÿÿûóÞóß½÷ÜsÏ¿ÿÿoûÿÚÛîÿìûÿÿ¿å³ûÿÿÿù÷ÿ?ïüÿÏ?ÿ¼óßÿ}þûÇ¿ù÷ßïÿÿÿÝoþ“ÿßo¿}õ×ýõ×_ÿýf{·ù÷oþöÝÿý§ÙÿWöÿ¿ÿþ¯½ößk¯½öÚöÏ¿ÿÿ3ßý÷ÿ÷ß÷Ï÷ï÷ÿÿÿÿÿÿïÿÿÿûï¿ÿßßÿÿý÷ÿ}ýïÿßÿÿ÷ÿÿ§þ¿ÿùÿÿÿÿßÿýÿÿÿÏßýãý/Þüæë§ÿÿÿËïÿ—üÿùÿÿÿý÷ßÿý÷ß~ß¿ï[lñÕs_nñß_ÿ×ÿêýïÿßþŸk¯ÿÿºë¬»þÿóÿÿ©½ûîúëýóÿzÿþOÿŸ{þùFmþÑG}ôùçîÑGæÑGŸþÑgŸúÿûïÿ¿þÚ鯿þúë¯ßþþÿ÷Ï¿øÚk¯¿þÿÿÅÿßÿÿÿõ×_ýõ×_ý÷ïÿÿÿÿÿõ×_ýõßÿOþÿþÿÿ¯ÿßÿ«ÿþûï¿ÿÿþÿÿÿý×Ï¿¿þúë¿ÿûÿ÷ÿöÿÿõÿ~_ÿÿÿÿÿïÿ¿ÿýï¿ÿÿ{ýõ×_}ý÷ÿ¿ÿýÿûÿÿÿ¾ôÿÿÿûÿËõÿÿ¿ÿÿûÿþÿÿÛ?þ¿õÿ×_ýô—]}õµ×_¹åK}õ¥—]͵×_½õ—¿æ½ÿÿÿüÿ½ÿ÷ûïÿÿþûÿÿÿþ¿ÿ>þþ{Îwüþö¿ÿþÿÿïüþÿÞÿÿÿ÷ßÿþþ÷ÿïû÷ÿ_ÿÝÿþÿïõÿŸûÿÿÿ?ÿ¯ÿÿþÿ·ÿÿûÿÿß_Ó÷ÿë]ÿÿýý»þÿßÿÁÿ¿û¯ùùßw¿ý÷çoóýýw~þÉ[÷¿ÝÿýþõÓû9þÿÿß÷ÿïÿþïÿÿÿ¿¿?ÿÿ~ÿÿÿÿÿ¿ÿÿ¿¿õÿôÿÿÿÿ÷¿ýÿÝûïÿ÷×÷ÿõ÷ýü÷ÿßÏý¿÷ÿÜþÿ·~ÿ¿~ÿûÿßÿÿÿ÷ÿóßßþ×Éo¿ý¿ßûÿÿïëÿÿ_üÿÿÿþÿ¿ÿÿÿïÿÿû_ÿÿÿoûöÿÎÿÿÿÿÿÿïîÿ¿Ïÿýüñ÷ÿÿ÷ãÏ;ÿüËûë|ýýÞú×ß/þ¬óÿÿþÿöÿì¿ÿ¿ÿÿoÿþzëûþÿ·üÿÿÿÿ¿ýþ÷ï·ÿ?øïï÷ÿÿ=Ï®ÕÝ÷×[o÷÷ÿþûoýßdÿêÿññÿ›ÿßùoýçÿ»íùÿ>ÿÿÿÿÿ~½óí>÷ïÓ?ÿûößÿ§þÿþÿÿ·ûï÷ÿþÿÿÿÿÿÿÿßþÿûÿ¾ÿÿû¿?ÿÿ×ÿÿ÷ßÿ}¾ÿÿóÿÿùçóù¬“Ï<þŸÏÿÿûïÿÿœõÿ¿ÿþsßóÿÿÿÏ=û쳿ŸoÝÜfÿÿóù×ÿÿóÏÿ½ÿÿý÷_=µÿÿý½ýöÛï÷¿ÿÿß¿XOñÖÓOÿ÷lÿÿï¿ÿþÿ¯ÿÿÿûµ×^{µÿÝþÿüÿÛzëÿ·Î{îÿnþÿÿíí×O·ÿïÿûÝ6Ûlïÿýë·ùuÑäýÿÿl3Û_ÿoï¾*½ÿÿÿîùç½÷{ÿÿkïÝ÷šúïÿÿþW^½ÿÿÿõ×_ïŸÿß×[ïýoãÿ÷ßw_ýÕÒûýÿ÷ÿþÿÿûÛ¯ÿÿzÜý¿ûÛo¿ý[ý¯ÿþóÿ¥—¾ÿëÿÿþoçÿûþþß¿¿ý—ßî÷ÞsÏÿüçß¾ýûÿÿÿûϾÿ¾ÿÿçÿwÿ÷öÿÿyþû?ÿüÏþ÷÷o¿ýþûÿÿýÿÿøÿýöŸ|¿ÝöÛÿùõ×_ÿõßo¿}æß}ßý÷Û÷ýgÿÿöÝÿß|ûïÿÿÿ¯½öÚ§ügÿüöÿ÷ßÿÍ÷ßÿ>ÿÿïßÿÿ÷ÿÿÿÿÿýÿï¿¿ûÿýýïÿßÿýwÿÿÿÿ¿ûÿ{ÿ/¿ÿÿßÿ¿þ÷ÿõ÷ÿ÷þþÏÿ·~úëï·ÿÿÙÿšû}ýÝíÿÿå?ûõ÷ßþý÷çŸï÷ÄOüõÝ~ÿþßÿ¿ïÿ÷îÿýõÿ×ë¯ÿzë¾ûOûëþ¿þzû¯ÿïÿõÿÿùEŸ_üñ矾ùG}ÖGöñG›tÑg}þÙ¿ÿ¿ÿúïþÿÿçË?½þúëŸþúÿÿÿýç/ÿþÞïïÿýÿÿ·Õßÿÿ÷_ÿùµ×^û´÷ÿÿÿÿÿY÷ß[ïÿìÿßïûþÿëÿÿÿ÷ï¯ÿÿÿÿÿÿÿÿ¿úÿk¿½ÿÿûÿ/ïÿþýçÿ^ûûï¿ýÿÿ¿ÿ·¿þûõ_÷ý÷ÿÝÿµ¸ÿÿÛOïýöÿÿÿ¿oûÿÿÓÿÿÿôS?¿ÿÿþÿÿßÿ¿×y{íõ×_}ñå—_{ýÑ×_»ÕÇO,¹åW]?ýõ×_<}ʾÿ¼ìÇç7ûß¾wûøë/·þ¿ÿïøûÏÿÿÿ¯ÿÿþÛÿñûÿûOÿÿÿÿûoýÿÿÿÿÿ®ÿÿtÿ»ÿÿßÿÿÿÿÿÿ…ÿÏÿÿÿ}ÿÿóÿ×úîû¯×ßÛÿÿþþóÿÿûÿ¿½ÿÿ_}~ÿçß~_|ÿ×ÿïýµßln×õ~ù×ÿÿÿçÿÿýŸÆÿïûk·þõÿoýß¿ÿÿâ÷þýWßýÿþÿÿß÷ÿÿÿ7¬þwÿÿÿÿÿ¿ûÞ|ößýÿûwÿÿÿþûoß÷÷Þÿ?»ß÷ÿßÿÿïÿÿÇÿþ÷ßzÿýÿÿß÷ÿýÿߏÿûÿþÑÿÿÿïÿÿÿúÿýÿþû¯ï¿Õô¿½ûÿÿßþÿÿÿÿ¾ïüÿûýãÏ;ÿüËëÿûÿÿõßÿýÿŸçüüÿÿÿýÿýÑÿÿï¿}½u×ÿoÿÿûýÿÿÿÿ¿·×ÿ¿{÷ûÿûÿÿï—ÿ÷ÿÿÿÿÿÇןíô¿þòí÷¿ßÿûï÷ÿÿþÿÿÿÿüûÿÿÿÿÿÿÿÿ»ûÿ/üûÿÿÿÛ÷ÿ¿ÿÿÿßÞÿßÿ?ïÿÿÿßûïÿÿþÿÿÿÿþÿþÿô_ÿÿÿÿïÿÿÿþÿÿÿ6üóûÿ¿ÿþï6ˬŸM6ùï¿üÿgîÿÿßûÿ¿ÿÿY_üóÏ?ÿüûù³.ÿï§_ýÏÿ?ãÉ?ÿþÿü>ÿÿ¯Óû¶Ûo¿ýößçûý÷_÷Ýÿn»íÿYo»ýÞYþûç¿ßö×\{íµ×þþÿï¿ßúûï÷wí5óÿ͵×Þúßïþûïóû7Ûj³Í¶òþ(ÿíýß~÷k±Íö×nûͼ}^ÿÝþÿ—ýï½wÞ{ïû÷¹ïþûî»ß{Þ{µ¾ºÞ{åýûê»öÿ[ùÿ½õßoÝ¿ô÷ËïµõÛÿÿõòÞÿýÕÖçïy#ÿï¿ÿþûïïÿÿþÛ¬¿]>îÿûÿÿòþûﯧþ>ÿï_ÿß{Ï=÷Üóϯ¿ý·Û~¿ÿï½÷ü÷ë½÷üóoûÿû?øÿÿÿüóÏ?ï|ÿ_ÿÿýߟÿÿÿÏ;ŸùÿÏ?¿ÿçÿþŸÿ×_ýõ×ÿù7Ûóíöýõßozýõ×k¿í÷ßÿ§ö¿öÚk¯½ößÿÿïÿÿÿóÿßk¯ý7ßk¯½öŸ}ÿý÷oòÿÿ¿ÿþûïÿÿÿÿÿÿÿßÿÿÿÿûÿÿûïûÿÿÿÿ—ÿÿÿÿÿÿÿ÷ÿâßÿþùÿŸ×ÿÿÿÿÿøÿÿÿ¿ßúûýÿWýÿ÷ÿÿÿý÷ß×ßÿÿþûÿÏÿý÷Íÿí÷Îß{ÿ÷ÿÃÿÿ¯¿þú믝ö¿¿÷ß/ÿÿ÷šë¯þÿºëîÿþ¾ëÿ7îÿ}ôÑG}dùçŸ{þÙç¾ÑFmþÑGŸ?öÙGŸyÿÚ믿öÚKÿÿÿÿþý鯿þú¯½öÚÿ·Ÿÿÿÿßÿ×_}õ×_ÿ{ÿÿßÿÿ_ýõ×ÿýõ×ÿïý÷ÿÿŸþ¿þÿÿÿÿÿ÷ÿþÿÿÿÿÿêkÿý÷úëÿÿÿßïï¿þðÿõÿÿ÷ÿÿÿÿÿûïÿÿþû×_ÿÿÿ×_ÿÿÿÿ{ïýÕÿŸÿÿþÿÿÿÿ¿üô×/ÿÿõËûùÏÿmµýÿ?ÿÿÿÿÿÿÿõÿ—^~ýÕ“]tõa×O~õõ_í´×^õÕWO}ýå׿åÿ¿ÿþûÏÿÿûÿߍÿßïÑïûÿï³Ïêûo¿üûøãÏÿ.þïïÿûÿ×ßþ{»ï¿¿Ë¯_ÿýÿÿïûÿÿ×þÞyÿßù¿ÿÿÿßwÿýþÞý}÷ÿ÷þöÝûïý÷ýÿÿÿ¯¿ÿþÿÃÿÝwÿí租­µÇ_õõ…gþ÷ß_û½æÝ_nýÿÿÿþÿ¿ýûí·ÿ·Ú륵¿õûÛÿÿÿÿÿûïÿÿÿÿôßµ·ßÿÿÿßÿÿÿÿßýÿjÿuÏ_üqv]çÿþÿ†ÿÿïÿÿŸÿÿ}ÿÿýôÿÿ÷ÿÿÿïÜ{/ÿÿðþÿ—}ÿóÿþÿï·ÿþÿí¿ßöþyþÿÿï¿ÿßÞí÷¿ýÿ÷ÿÿ¥ZóÏÿüóο¿ÿ¿þøùü¿¼úýÿÿßÏ7ýðÿÿGß·ÿþûë¿ÿîýÿÿ×ûû¿ß~´ßÿãÿÿÿoþùïÿûúÿø×ßwÿxå¿ßV{«-“~ï}¿þûêýñÒúï÷ÿû¿›úßÿÿÿÿ¾¿®ý÷ý{÷ÿ×­xùµÇ\y÷ýOÿÿßÏÿþÿßýÿñž»ÿ¿ßÿýÿýÿÿÿÏ÷û~ÿÿÿúßô¿ÿÿÿÿýÿÿÿÿÿ¿ßÿÿÿÿßÿÿÿÿÿÿû÷ßÿÿý÷ÿ‹ÿÛþûïÿÿÿÿÿûÿÿÿÿ÷ÿÿÿÿÿÿ_¿ÿÿÿÿÿ÷ðï¿ÿÿÿÿ¿ÿë¬óÏ?ßþÎ:ÿþóOþþçÿþßÿÿ?jýÿÏ?ÿÿÿùÿŸ?ÿù=ûþÿ2ûÜßÿò_ýÅóÿþ¿Fïßo¿ýÿÿÿÿçÿ}õ÷÷kí·ßÿÿÿ?þÿí¿÷Yÿ}ØÿíµÿÿÿÿLÿÿëé¿Ÿëï¿ßÿÿÿóßÿûÿ¿ßú¿×ÿÿk³­þÿþ{ùþ¿÷¿ìÿþýæùM~鯸j?ýýýÿŸöÿnÞ{÷ÿÿÿ‹qÿÿï»ï~ï»âÎ{ê«ÿÛoî¨ïþûïçÿÿ÷ßÛÿÿÿ_¯ûÿ×[¿Ökÿ-üÔ_ýýÿßWÿuþµÿ¿ÿþûÿÿþûrý¿žúÛ¼ÌþÛ½£Ìò¿ÿ¾ÿúû¯×¿üÿ½÷ü÷Ë®¿ÿÿßnüýç¾í—Ûþ¿ÿçÿÿÿþçÿÿéÿ¿ÿÿÏ;ÿÿçß÷ÿùÿþÿßÿý÷ÿÿÿÿþÿÿÿþýõßo¯½vŸo¿ý÷ÛÿýwÛg³ößoÿ½öß}ÿ_Ûÿßk¯ýgÿý÷ß?¿ý÷ÏÿÿÿÏ?¿ý÷ÿoÿ÷ÿÿÿ¿Ãÿÿÿÿûÿþý÷¿ÿý÷ïßÿÿÿÿûßÿÿýÿõÿÿÿÿ¿ú¿ÿÿÿý¿ý狽ÿÿçïÿvîŸýßÙïÝÿ}ûÿ¯ÿþßñ¿]ûý÷ßOûÿÿ_þÿÿÿÿ¿ÿÿ_ýóÇ_ùçÿ‹ÿ½÷çÚëÿý÷êïþûýûßÿûÿÿÿþí_{ýýþÿý¿ÿÿüÿ}¾ÑF›îÑ×_~Ñã—ÿ¹ç—?|ÑÇŸ}öÑçŸ}þìÿ믿þúÿÿÿ}³ï~ú|¿wþÿ·ßwúÿÿÿÿþò¿ÿ_ýõ×ÿÿÿçÞ÷ßåÞ·ÿÿ¿÷ÿõÿÿÿ÷—ÿúÿïkÿý÷ßoïÿüÿïÿÿÿÿÿÿÿsÿÿ¿ÿÿ¿ÿÿûÿÅÿÿ_ÿÿÿÿÿ¹çÿýv»ÿþým¿ÿvíÍŸÿÿùïŸÿ?þ¿õÿÿÿÿÿÿÿÿþßÿûwßýÿ÷ÿÿO¿ýï¿ïÿÿoÑÿ_zùå‡_xüõ‡N|±õ—íåO}õõ–_~ý¥×_ÿ¦ÿÏþûïý¿ýÿßo?ÿÿ¿úÿ¼ó;ÿì¿¿Ïûó¯÷ÿÿ¿ùÿÿÿûýÿÿÿÿÿÿþ~ÿí÷Ç÷{³î¼»ûïÿÿþÿßbÿÿóÿÿÿwÿû÷ûwÿÿßÿçwûþï¿þÿ÷ÿÿÿÿÿÿÿÿßÿý÷ç[¾ýWNíùáýô·ö{Oþÿþÿÿ½ýþÿÿçùÿÛþïí§»¿ßõö÷çëßvåû¾¾ýÿîÿÿÿ¿ÿÿÿÿÁÌÝ÷ßÿw÷ßõß~·ÿw÷÷ÿ¿¿ÿü¿ÿÞ¾ÿ¿ÿÿþ¿þÿßÿý÷öß?þðûËúòÿíßøßïÿÿýÿë÷ÿßþûÿ¿ÿ·ûÿϾþ{ûÍùÿïÿÿÿÿ÷ÿú÷ÿÿÿ¿ŸûÅ_ÿÿÿ×·þÿ³ÿ¿ì?û'ý¯óß—þ_³×vÓÿÿÿü_ýÿþûû÷ÿþÿÿßþßÿÇÿíùŸîÿûßþþïÿÿÿÿÿçß÷¯¿þºë¦¿þëÏ?ßïû­ðýñÿ»ûîÿþûï¿ÿÿWþ_½õ–_ýõÇo»ùÿG¿ý÷žwLìñÿÿÿïÿÿÿþ_ûÿ¯¿ÿþÿÿÿÿÿÿüsÿÿÿ÷½»þûÿþÿÿÿÿÿÿûÿÿÿÿøÿÿÿÿÿ?Ï·Ë|ûÿÿÿ›O>ÿOóÿ?ÿ̯þÿÿÖÿÿ÷ÿÿÿÿßÿÿ¿ŸÿÿÿÝóõóýþÿÿÿýwòüÿÿkô>ýÿ_ûÿÿÿÿÏ7÷Wßÿ?ßÿ÷ÿ÷ë­ïÿÿÓþÿÿ߃ýíÿßúÿÿÿÿþé§Ïûûýþþÿÿ§þþÿÿŸóÿÿÿüßïÿ½ÿÿûõ¿ßÿÛ~Ó—åßïÿÿÿ·Í¯ÿÿßìÿÿÿfÿÿÿûÿÿ¯þÿ®Ý÷ž[îï›+ÿÿÿÞý¯ýÿ¿÷ÿÿÿþÿÿïuþÿ½ÿÞÿouþý÷ÿùûýÿÿ«ÿýÿÿÿ_Êÿÿÿ/÷ÿ÷ëx§ÿwÿ¯·ÿËì×ßÿÿ?¿×ÿ¿ÿÿÿ?Ïÿÿø¶oþíæ¿ñçÿÿÛî½ù·ûÿý÷ÿïÿÿÿÏþÿŸÿÿÿÿÿÿÿßÿþýßÿýçÿÿÿýöÿÿÿÿÿÿÃÿ÷Ûgÿý÷ßoÿýæÚ~ýžm§í÷Ûkö}÷ßÿ½öÿ…ýÿÙ?ÿÿÿß?ÿÿößÿÿÿö?ÿý÷Ûÿýÿÿÿßÿ÷ÿÛüÿ¿ÿýÿÿÿýÿßÿÿÿßÿýýï¿ÿ÷ýÿÿÿÿïÿÿ ÿÿþûç¿o¾ûûÏý¿Þû/þùçŸïÿüûÿÿ¿ÿÿïÿ5ÿû}ÿý÷ßÿÿÿŸÛÿùä›ýÿþÿûÿwÿÿ¿÷ÿßþûß¿ýÿÞßÿÿÿÿû¿û¯íÿýûÿ¿ûßÿÿï÷ÿûÿÛÿÿçžî¹ç—[öùg}öYŸ[þ¹ÇŸ}¾ùçŸ}þñç?þÿÿ÷ÿÿý§Ÿ>ÿü÷û?ÿöß~þÿöï?ÿùÿûÿÿþÿ÷ÿõÿÿÿÿïÿ÷ßû÷Ÿÿû›ÿ_ÿÿ¿ÿûÿÿÿÿýÿ·ÿ¿ÿýÿßÿÿÿÿÿÿÿÿÿÿÿ÷ÿÿÿÿÿÿÿÿþÿ¿ÿ¿üïïÿÿþûo¿ýþûïßÿþç¿ýþÿïÿÿÿûÿßÿ~ÿÿæÿÛÿïÿßÿÿýÿÿÛ/?ýþoÿÿÿÿo¿Ýóÿûÿÿÿÿÿgýÿõ×^}õ´}ÕÕny_:õµW[}ñÁ_}ýõ{ûÿìÞÿÿþ¯ÿÿýë²ÿÿÿ÷¹¾û÷¿óîë»ßÿÿóÿ¿•ÿÿ¯þÿþÿý¿ïÿ÷ýµûÿÿÿoÿÿøÿû¿ÿÿÿÿÿÿ'ú÷ÿ¿ßßÿ÷ÿýÿ_w×ý÷¼ÿ­ÿýÿÿößëÿÿÿÿßÿóÿÕ÷Ém¿õc{ÿÿ÷†»±[½÷÷_ÿÿÿÿû½×Þû¦ïýÛ_oÛÿÿÿý¿ÿþßç¹ÚÛÛ÷ýúþÿßÿÿÿÿÿ/ôwýçßÿ½w×}oý÷Ÿ~wöß}÷ý÷ßÿýçß}ÿýìÿ{ï·ÿþ{ï¿íþÛï¿ÿök¶ýöÛë¿ÿþ{ï¿ýÞÛÿCÿ{îù§Ÿzªé‡Ÿ~®Y§ŸÍéçìùçŸþùçŸþoùÿüóÏ?ÿüÿ¯ÿ[¿ß_ß´ÿ/ï°sÏ?½ÜóÅ?ÿìÐÿßûõ÷³ÿ÷Ÿÿÿÿÿý÷ÿ¿íÞݵ÷ß{ûý¶ßþ_îßýþûï¿ßÎsÏ¿o³íÿýÞùÃÞyþñæŸþäÿó/?ÿÿûセϿûçïþÿ³ÿû¯÷½ÿóo¿ïþûÿ²ú¿þÿû¿ÿÿÿÿûï¿ÿþû¿ÿÞýýÿWÿÿ¿ýÿ¯ÿÿÿWñÿÿÿÿÿÿÿ?ÿüÿï?ÿÿÏ<òÌ3O>ÿÿÿÏÿëÿÿ?j}ýÿÿÿÿÿÿç—ÿÿüýýÿÿòŸwÞÿçûÿÿùÿÿÿÿ¿~ï¿Î²êª«¯úÛ,²ªšk®ëªÊ¬¸þ2묫þ2믳þ½ÛßwþùæÛþýóÏßÿóŸÿùæÏ÷¿y÷ûo¾ù÷Ýï¿Ùÿýï­¿þùíßÞçÿ×^ûýßÞûÿ·_~ûí¿W~ùëOöÿ¯½öÆ{o¼÷Öï¿ÿÞï¿ÿÊkï½÷þûo¼õÖkïåÿûï»ÿþûí»ßþûî»ïï¾ï¾úï¶ßþû￯þûÿ™ýÿÿŸÿÿÿÿÿÿÿçŸþýÿþõÿÿÿÿÿÿÿýÿÿÓìÿÝ÷ÝÿÝwÛ}·]vÙe—÷ßw·wÞy÷ýwÛ}çÿæÿÿñçŸþ÷ÿÿÿýÿŸÿçŸÿÿÿÿüù÷ÿÿwþo¿½öÛ~ûýößoßýöÛçý÷Ûwûí÷Ûn¿}ößwÿ_Û?¿ÿ÷Ïÿýóßïÿýûïoÿ÷ïÿý÷ï¿ÿþþßÿ¿Åßß}wß{÷}÷ß}ÿýwßýwß{÷ý÷ßÿÝwßÿ¯úÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿßóÿßÿý÷ßÿý÷ßÿý÷ÿý÷ßÿý÷ßÿý÷ßÿ—ÿÿÿÿÿÿÿÿÿÿÿþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿïÿÿÿÿŸýÿþùçŸþùçŸþùçŸÿùçŸþùçŸþùçŸþíÿßÿý÷ßÿý÷ßÿý÷ÿùÿßÿý÷ßÿý÷ßÿÿÿþûï¿ÿÿÿÿÿÿÿÿÿ¿¿ûÿÿÿÿûï¿ÿþûï¿ÿþ¿øÿÿÿÿÿÿ÷ßÿý÷ßÿÿÿÿÿÿ÷ÿÿÿÿÿÿÿÿÿÿÿÛÿÿþûï¿ÿþûï¿ÿþûï¿ïûï¿ÿþûï¿ÿþûï¿ÿþOþ¿üòË/¿øÖË/¿ÜþÓO÷÷Ó?ý÷Ó?ý÷Ó?ýп_}ýÕ×_vñõWO}µÕ–~Õõ×]~Ñå~ÝÑW]ûŽÿßwÿñÇ¿üñÇ}üs¿ô³y?¿ü÷Ë?¿üÿû?ÿ_øÿÿþï¯?ÝýÓÏ?ý}ÓýßôËýïï;¿¼{ûÿÿþçþÿÿþó7ßÛ~·÷ÿÿùßÿß­®ÿ÷¿ÿ¿ýÿõþÿüñÇ~øáìàÇßý÷Þ_oýéâ›mþ}çŸÿ·úÿþûë¿ßþºï¿ÿþûï¿ÿüûß¿úëÿÿÿÿþï¿ßþÝþÿïï÷ÿ?ÿܳÏ÷ãW}÷=Îÿÿ|ÿÏßÿ¿ÿŸþ¿üÚÿ/ïßÊË÷¿õÿÛ¯¿”Øÿµøòßÿýüßÿïÿÿõ½ÿ¾÷ûë¿ÿþù÷×?ß¼ÿ]ïç¿þÿ¯ÿÿÝÿûÿ¿¿‹îÿÿÿÿ¯ý÷ÿ÷üc?ÿýý÷ÿÿ÷ãï?þÿÿÿÿw}ûÿÿÿÿßúïïþÿÿ³¿ù¿ÿÿþÿý>ßîÿÿÿÿÿåÿï¿ÿÿ{ï¿ÿþZïýþÎj¾ÿ^»é(·Þûï¿ßßÿÿwøýÿ×ÿÿÝ÷ßÿÿÿóßÿÔsÿÿÍömßýÿÿ÷ߟêÿúûÿ¿ÿþóÏïþÿ½ÿï¿¿ÿÿo×ÿüó÷ÿÿß¿ÿÿëüÿÿ?óçóÏ<óþ;ÿüûÍ<Óüÿý4ÿÿÿÿÿÿÃÖÿŸÿÿýýÿßüæûüwÿÿíûµWŸïûï—ýßÿÿÿÿëõ>ÿ|ßÏÿÿ×S¯ÿ½ÿ_µÖ÷ß×kŸ÷ÿÿÿÿÿ߃ýùçÏþÿ§Îzÿ¹çß~û½ßzþù·ßúûïçÿÿÿÿÿ»üÿÿû¯¹ì·÷~ßìØGŽÿñß.]ì½ßþÿoûÿÿÿÿlÿ¿ÿþ[î½o¿ý®½eÿ*îýŠ[k¹µÖmî¿æÖÿÿÿÿnþßÿýýÿCoÿýößÿ¯õÖ÷¿´÷ÿkýÿ÷ÿûýÿÿÿÿßÛÿþûÿÿß6úï£üÿß©£ýÿ¬ÿýÊ¿ýÿËÿÿÿÿ¿Õþÿÿçßþýÿþû»ÿÆÛ~ûþû»å·û»ù·ÿÿÿÿÍþÿÿÿÿýçŸÿÿÿ÷ß¾ýÿÿÿæßÿýçŸÿÿÿÿo£ÿ÷ßj÷ý·Ú~«}vš~¥íßi»µvÛh¶½öÛmÿý÷ÿ‰ýÿÿÿÿ÷ÿÿÿýößÿý÷ÿ|÷Û¿ýÿû?ÿÿÿÿûüÿÿÿýÿïÿÿÿýïßÿ÷ß~ÿ÷÷ßÿûÿÿÿþÿÿÿÿ¬ÿÿÿÿÿÿ?¾xïŸ=ÿùï}ÞýÿþüïßÿÿÞzÿÿÿßþûï»ÿýýÿÿ¿ßþÿýÿÿÿ¿ÿÿþï¿ÿí—ÿÿ?ûÿÿïî÷ÿ~Ï­ÿÿÿÿÿý¿ÿÿÿïÿ¿ÿýÿÿ¿¿þÿÿÁÿ÷åŸ=þùG{î¹ÇŸþ韶øçžþùçôùçþÿïÿÿuþùÿÿÿûÿ?ß÷Ïÿßýÿí?ÿÿ÷ïÿýóßÿýÿÿÿÿ÷ÿÿûÿÿÿÿ»ÿþ¿ÿÿÿÿ÷Ÿßÿÿÿÿ‡ÿÿÿþÿïÿÿÿûïÿÿÿÿßÿÿÿÿ?ÿÿÿßÿÿÿûßÿ_ýÿÿÿÿ{þûí¿ÿ~ÿïÿþîî¿ÿïûýþÿþûï÷ÿþûßçÿÎÿ¿ûÿËo-ùþ›ï¿øöï¿üþ;/¾ýæÛoÿßÿÿÿOýýµ×M>ðÁSMo¹åÂ[rp]<õõ×]w¼qW_}õõÿøÿßÿÿÿ÷ñóÿýüòÿ¿|zîqÇç\N¹ÿÿüóÿÿÿ÷÷ßþ_ÿû{Ëüÿ_íÍÿúvÿ÷ÿ¿óÿÿûÿÿÿÿ†öû÷ÿÿÿ¿{ÿý·Ýÿÿÿ¿Ÿ¿þÿ­¾úýÿÿý§Ÿúçðÿõÿ[ý¿ìÇ^ý×çï¹ÕW¯ùåՏåå×ÿÕÿÿ£ÿkå§ûþ¿o—û[ßÿ÷þµköùÿ·þîÿïŸoîÿæûïoýÿÝ÷Óÿý÷×ÿý÷Û~çß_wéõŸ_ïýwßÿýáß÷ß}÷õ×ß}óÝ×^ÿuÛåõ÷ßwÿÝ×ß~ÿý÷û{ÿûýÿÿÿûÿ¿ÿÿÿÿ÷þ¿ÿÿëïÿÿ~ÿßÿÿÿÿûÿøÿÿ¿ÿëïÿÏëýîýFÛÿ?ÿ÷óí;?ñÇ?ë¼ÿÀÿÿóÿÿùæ÷~~õûïþû÷ÿþûÿ¯W×[ÿ¿ÿÆûïÿßÖ¿þâë&³Þrá.¿êZá
ÿúʱÞøˍ·öýÅ—?þwÁÿõÓO{¥u×_ùõ×_íS^}½õÐ[o½ÕÞ2ï¼õÿ·ÿÿ¿ÿÿÝÿïÿÿßïÿÿÿÿÿÿÿÿÿ_ßÛí÷ßUð¯óï<ÿ¬3Ï¿òø3Ï<þþÿ?ùȳÎ?ÿÌ¿Ž¿ÿüÿ?g}þõåŸþõÿŸßßõåÿÿÿÿÍýùÖÿïÿÿÿ_ÿÿ¿fï¹àšË*¿¬²ª,¿Î’‹¬øºê*ª¬ºÚª¿®²ê*«þ½Ûÿÿßÿ÷ŸþýöÏÿÿ÷ûÿùçŸÞùçßw¾ùæ›ï¿Éÿÿÿ7ÞzëÝ?ÞçýWþÿµ×Þí¯ß^ù믿~ûëÏö{­µ×^{­µ×Z;­µßÚí·ß~ûíµß~{íµ×~{oäÿûì»Ï>ûè«ß¾úè«ï¾ë«¯þûê·û®ûí·Ïþûý¡ÿÿçþùÿÿ?ÿÿÿ_ÿþøÿÿÿõÿÿÿÿñÿÿ?þÿÿóüÿ]vÛu—ÝwÛmÿÝvÛ·wÛÿÝvß÷ýwÞÿÝþãÿÿýç_þ÷çŸÿý÷ÿÿ÷ßÿÿý×ßýýçßÿÿgþkŸ½vÚo¯íöÚiŸÝöÚ§}wßóm7ßc§í7Ûmÿ_Ùÿü÷ß?ÿýößÿüóß?ÿ÷ßÿý÷ßÿÿý÷Ûoÿ¿ËÿÞwß½÷Ý}ßÝ÷ÞwßÝ÷}÷}wßw÷}÷ßw÷Ýwßÿ¯úÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿßñÿßÿý÷ßÿý÷ßÿý÷ÿý÷ßÿý÷ßÿý÷ß·ÿÿÿÿÿÿÿûÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþÿ¿üÿþùçŸþùçŸþùçŸÿùçŸþùãŸþùçŸþãÿßÿý÷ßÿý÷ßÿý÷wÿý÷ßÿ}÷ßÿý÷ÝÿEÿÿÿÿÿÿÿÿÿïÿÿÿÿï¿ÿÿÿ¿ÿÿûÿ¿ÿÿûï¿ÿþ?ûÿ÷ßÿý÷ßÿÿý÷ßÿÿÿÝÿÿ÷ÿ÷ÿ÷ÿÿÿÿÿÿÝÿÿþûï¿ÿþûï¿ÿþûï¿ÿûï¿ÿþûï¿ÿþûï¿þþÏþ¿¼rË/·¼òË)¿ürÛoæ›o®üâË/¯ürË)¿üÑÿ_ùÕW_ñÅW_}µÅVo©õ–_|ýÕ×_õå×_ÿ¦ÿ<ñÇ_lñÅ_l¾è¶Ì2û{ü±ç[íõ×_ÿ}yÿÿÿÿÿÿÿÏÿÿÿÿÿÿþþÿïïÿÿþïÿ¿ûë³ïþnãÿóÏ×Ü3Åÿ÷¼ñÅ÷½Êßs®
í3ÿüó¯?Gÿo¼á‡~<ñÇxáÆüñ÷ßÿý÷ÞÝñÇÿÿú·ÿ~ÿå·ßÿÿÝ÷ÿýï?ÿûî½û_½÷åÛ_ÿù÷ßÙÿ×ýõ–_ýõ‡Þwù¼Çûÿ÷ÿçÿ=Ï?ÿ]vúö¿öym¿ß^ÛïŸßÿóïûÏýÿý÷ÿýýÿ÷}ÿïÿvÿßnþ±ÇŸ~þ±÷ÿÿ½úû—¾ûóùïÿÿïÿï¿ÿŽÿÿOßýî7þŸá÷ÿõ¿â/ïüñÏûï÷þ?îÿÿÿ_Ýïÿoÿýnÿþþþý¿ûï¿ÿþÿûïþ¿ïÿÿÿýÿíÿÏ­¿|ë/Ÿ~úï.¿|zÝ_}}xòí¿ÿ>÷ûïÿ?þ7½5ß~{íõß>ûÿ×_¿ï¿ÿþ¿ÿÿÿÿýwÿÿÿŸÛýýÿÝ~ûÿÿÿ~»ý¿ÿþÿïÿÿÿÿÿûë¿¿ÿþ¿	ÿ?Þøãï7ÞüÿÏÿßü3ÿýçßwÿûÿÿÿùü3ÿÿÿSÖÿóö³ÿ¿ûîó_ÿ÷î¿õÿì³Ï¾ûüóÿÿÏþÿÿÿëóþÿÚó/¯þÿøç=ÿ÷þÿ·÷Ûo¿÷¶Û~ýÿÿýÿÿß³ýÿ§Ïÿïùóßÿù¿ßÿÿõ^{íµ×Zkëÿÿÿÿÿÿÿ»üÿÿî·Ï¶Ùæµç¶ýüµMÿ7Ûj{ï7Ûæÿÿÿ¿ÿÿûÿgÿ»r—½·Ùe—½w¹â¾{êï•wÞyï½ïÿÿÿÿÿÿÿFþÿÿÿÿ÷ûÿÿÿÞÿ¿÷Õ{ï½õw{ÿ½×ÿïÿÿþÿÿŸØÿþßÿ÷ßçÌÿûh¿Žo¿ýöÛï¿¿þþãÿ÷¿Ùþÿùæûo¹íæ[oÿý¶ßîß{Ï=ÿÜ{Ï¿õößnûÿ­þÿÿÿÿçßÿ÷ßÿùçÿüñÇÿÿ¼óÿýÿçßÿâÿ÷švº¹æ}®ù÷Úiÿý×_ýõ×_ÿýöÛoÿýwÿýÿßÿü÷ÿÿýÿßÿý¿öÊ+¯¼öÚöÏoÿý÷ÿÛýÿßÿ÷÷ÿÿýÿÿý÷ÿÿ¿ÿþûÿ¿ÿïßÿþû÷ÿÿ¬ÿÿ/¿ÜóÏ/·üsûÞÿçÿý×ßýÿÿÿŸ}þûç¿ÿÿÿ~ÿý×ÿüòÿ¾ÿÿûû·ß~ûý÷ßûÿÿÿÿÿÿûÿÿÿÿÿ{ÿýÿ~ÿ¯ÿÿûÿ®¿îú­±þïßýòÿ÷ÿÿÿçŸöñçŸöùãŸþù=ôÑçm´ùçîùçþÿþóïÿýó¾}ÿïÿú맿þúë¯ÿý÷ß¿ÿÿÐÿ÷ÿÿÿÿï¿ÿÿÿÿþÿÿùÓ_ýõ×_ýÿ·ÿÿÿÿÿ›ÿÿÿýÿßÿÿÿÿÿÿÿÿÿ¿þÿÿ¿öß?ÿÿ÷ßÿÿ¼¿ÿïÿÿþûï¿ÿþ»ÿÿÿþ´ÿúûïõÿÿÿûï¿ßþÿÿ`ýËÿ=ýöû/?ýïÿ{­ýÿÿïÿÿ“ÿýûÿÿýïÿÿÿÿ_õ·Õ×]~µõ–\|ùõ—_{è|±ôO>ýôÇ_?ýô¯ùÿóÏ7=tÏÎÿÿÿ÷ËO÷ÿ6þxßwÛk«ÿ?ÿüÿÿŸÿÿýÿ÷ÿ;×ß÷½k_ÿ½ÿþûï¶ÿîþþõ?}ôþÿGþ¿þê¯ïÿûï¿ÿû¿ûÿþ¿ûï¾ýüÿÿÿoïÿÿÿ÷ÿÿôÿýûgýù½{~õÿõßÿÿÝ÷ý÷ߊ¿ý×WÞÿýÿ£þÿßþçÿÿïþé÷Ö½÷þïÿþÿïïÿÿï}þ÷ß¿þý÷ïþùþþý÷]~ÿýçÿùüÿßûÝ»ßÍû—ßxÿÿ¿äÿéï½þÿá=þxûoë½÷ûÿÝçÿÿÿýÿÝÿÿÿŸÿÿ'ÿÿÿýþÿÿÿï¿ÿß~ûÿ׿þùû¿ÿÿÿÿýûï?ÿý?Ú¿Ïÿþ?ÿßóöWWxõ‡üóï7~ýßýßøÿ_ÿÿÿÙÿÿÿÿmÿ_ÿÿ÷¿¾÷½÷ô~ÿ÷¿ýÓßûßûÿÿïûÿ®þÿüsï¼ßþ{î¼ûÿï?ÿußþÿß¿¿÷¯îïß½ÿÿÂÿzÏ?ûÄóÏ?ûþwß¾Ù~—\ëÃ/WÿþûÿÛÿÿÿÿ€üþÿÝ÷ßïÝÿßÿÿ¿ýÿï¿÷ÿÿ¯ÿÿ{ÿûÿÿ?ñç›Oþÿ¬“Ï:óüûÿ¿þüÏ<óÿ›¯ÿÿü3¿÷þÏó?a=ÿüòÿoýüןÿÿÿÿ÷÷ç]ÿÿÌÿÿôßõÿÿÿÿ¯6ﳯºúê«ü–Û*ßÏïÿÿÿûï¿ÿþ¹¤ßþÏÿíòÿ}½ÛÏ?ßùçŸþüçŸ;ÿÿÿÿ÷_ûíÛ©¾ÿþÿ¶ÿÿ¿Ýÿÿï¿¿þzë·ßÞ²íÿÿïÿýÿÿÿþï÷¿ÿ³o¾ÿÿ_öÿ»ï¼÷Ö[ï¿ÿÞ}ïßÿÿÿÿÿÿÿî½ïÞÿçmñýÿmàùûê·ßþ»ï¸ã>½õÿæŸÿû¯ÿÿÞCÿ-ÿ?öÿÿÿÿµÝÿÿÿÿÿÿ÷Ïýy·ÿ?ßüwݯ]êûx¿ÿûÿÿÿôÿÝvÛ}·]wÛm—[þÿÿÿýÿÿÿÿ¿þÿßþì³ÿÿæÿÿùçþõçÿþÿÿýþßÿÿÿÿæÿÿÿñæßÿÿþo»ýöÛo·ýöÛoúýæßÛo¯µößoÿõvÛwÿßÛ?¿ýóÏ?ÿüóÏ?ÿýóÿ?ÿÿÏ?ÿÿÿoÿ}óÍ÷ÿ¿ÝÿÝwß}÷Ýwß}÷ýûïÿÿýÿÿýÿÿÿÿþûßÿÿÿ/úÿÿÿÿÿÿÿÿÿÿÿ|ÿíýÿÿíýþûÿÿïûïÿÿ_õÿÿÿÿÿÿÿþÿÿÿý¾Oþÿ¿ÿ~ûïû}ùÿ¾ý÷ÿÿÿÿÿÿÿÿþûÿÿÿ½ÿÿûÿÿÿÿ?÷ü×ëÿÿ×[þÿýÿþùçŸ_þùçŸþÑçŸÿøçž_¾ùGŸæñÆ›þàÿÿþÿçßþù÷ß?ÿýçÿ×ù÷ÿþÿýçÿÿþÿÿÿ7ÿÿÿÿÿÿÿßÿÿ¿ßþûç÷ÿÿ¿ÿßÿÿÿßÿÿý÷ÿÿùÿÿÿÿÿÿ·ÿÿÿÿÿïÿÿÿýÿÿÿÿ?ýÿÿß¿ÿÿÿÿßþÿÿÿÿÿÿýþÿÿ¿ÿþùïÿÿûïÿÿÿûïÿÿï½ÿÿ?þ¿ýöÛo¿ýöÛo¯ýÒ¿ÿÿ¿ÿÿ¿ïûÿÿÿÛoþÿÿÒß[/ñeÓ\wÑUW_kýåWýõùõW_}­å—_þ†ÿ¼Él¿ÿÞûÏÿïÏ÷]÷Ï?ûÿóÿ?ûìÚóÿÿûùÿ¿ÿû¾ÿúï»ï÷ÿÿ¿Ýÿ[­ÝwõÿÓÿ}ÿÒßë¿ÿ~âÿÿwÿïûÿýÛOÿßÿÿïÛùÿ¿»ýwþûßí÷ÿûÿGß_}õõW_]õõ×Ý~û÷šßýöÝ~ýõ÷[{ýýßûÿùöùæŸsî¹å›kþ÷ßïÿÿ÷ÿ¿ÿÖ·ÿ½ùîïëÿÿÉÿ_oÿý÷ß{÷üwÍÿÎÿñVq×>;÷ß_ïÿýÿÿ¶wœ}÷Ýwö|Ç¿ýÿï¿·÷w¿ÿþ¿ïÿ¿ÿûÿÿÿÿµÿ÷Þýî»ï·ÿ}÷ýÿÿ[×½ÿ÷_Mßý¿ùï»{ëÿÿÿ‡þÿÿÿÿõÞ?ýáÿÿïïýïÿ¿ÿ/þÿÿÿïÿÿ÷ÿÿÿÝÿÿÿÿýÞ›m¿¿¿ÿÿ}ÿ/ÿÿëÿ?·ûÿïÿÿÿ¿ÿÿÿî¿ï½÷Ü{ï¿ÿÞ{ïõÿûÛþóþ¿ÿ¿÷žïß=ÿÿÿÿOú?ßl³Ï>Ûì³Ï·ÿ÷ßîÿïƒß{÷ý³ÿÿÿh·ÿþûßùÿ]õßï½÷×_÷ÿÿÿûÿÿ×ÿýë¿ÿïÿï¿÷ÿÿßÿÿ먓Ï?ÿ¨›ÏÿÿÈóïÜüóï?ÿÿÿÿÿøÿÿýÿÿcÖçÿÿÿyÿý?ÿùÿÿîóÿó?ÿÿÿË~ýÿÿŸÿÿßÿÿëö¾ê*¿©úëo¹ãòþüÿWòÍ¿ö¿ÿþ¿æœë{ýÿß“ýyóÏÞýöÿ?¿ÿÿÿ~þ¹ßïéÿýõÿ­·ÜÿÿÿÿûüÿÿÞûë?~ûëÿÿÿ_ÿ¿ïýÃ>ýÿÿ_ßu·¸_³ÿÿ`ÿ¿ûÎ{o½õþ{ï¹åžko|ÿk·¨vÞÿêû¥ý[_ýÿþ¿ÿûíºë¾úì÷ÿ?7Þûÿý÷^ûoÿ×ÿçÿ÷ÖÿÿŸËÿÿÿõÿüüãÿþÿè¿Ÿß¿ÿ\:÷¿þ;ÿoÇÿÿ¿Çÿßm·Ýwß}·Ývûí·ÿý¶ÿoÿÿûß~ûì㛿ÿÿKöÿÿÿÿñ×_ÿùÿßþÿ×ÿùßÿßÿÿ÷Ûÿßÿ÷ÿåÿ÷Ûk¿ÝvÚg¿í7Û«žwÿù¶ß¿mwÛoþ}÷ÿ•ýÿÏÿüóß¿ÿþÿûÿÏýÿÿÿûÿs¿ýÿÍ7ÿÿÿ»üÿ}÷Þwß}÷ßÿÿÿÿýÿ~ÿÿÿÿÿ÷ÿÿýÿÿÿÿ§ÿÿÿÿÿÿÿÿÿÿÿÿÿ·ÿÿ?ÿþóïïßÿûûÿ¿øÿÿÿUÿÿÿÿÿÿûÿÿÿÿïî»÷³ÿýïß_~÷ï·ßuõõ~ÿÿ¿øÿÿÿÿÿÿÿÿÿÿÿûûïÿÿïþßÿ{ù¾ßß{ï§þçÿÿÙÿÿçþøçŸþÙg}þéŸþÑÇŸþÙÇ}¾ùçïÞÿý÷ÝÞùçÿÿÿçùÿÿÿÏ¿ÿøöÿÿ¿ÿûëÿÿÿõÿÿÿÿÿÿÿÿÿÿûÿÿ{ÿÿÿÿ÷·ÿÿÿý÷_ßÿÿÿƒÿÿÝ÷ÿýÿÿÿÿÿÿÿþÿßþ÷ÿ¿¿ÿÿÿ¿ÿöûëÿÿ_ýÿÿÿþÿïûÿÿÿÿÿïÞÿÿÿ¿ÿÿùÝÿÿÿõý×]ûÿÿëÿ›o¾ýâË/¾Ürÿoþ¿ïgÿÿsÿOÿÿïÓOþûæ¿ÿ_ý¿¤Ö[>ýµ×_}ùu×_|øÖOõE—_~¹ñÆ^~íõ¯ùÿöëcù÷ß~ß«ÿüÿû<Öÿãß7ûÿ¿ýûÿÿý÷ÿÿÿ¿õ÷ÿÿÿ{ßÿïýېÿï½oõ¿¿þÿ·ÿÿÿçþ÷}ý~}ÿ?ÿÕßó÷ÿÿ¿ïÿþþößýûßÿýûý÷ÿð}õ×_µõ×_ýõgûÿÛõÿÿùé?{?½ÿÇ_þþÿ¯îŸÞùçŸþyç¯ëÿÿÿúþÿÿûï»þjú÷Úÿÿÿ?ôïÝr_m÷ÕWÏ}ýý÷ÛwמWïý÷ß÷ýïÿÝûÿÿiû’}?ÿ÷ß÷¿üöûß}¿ýû_ïý×_÷÷|ÿÿçûÿÿÿÿsûÿ÷¿þúûÿŸßüïÿûûÿÿûÿ?ï÷ÿüÿÿþÿÿÙøýößoÿýÿÿüóO?ÿòK/ÿ¬ñ÷;rÿ߯«þÝýYÿ¿ýÿÿÿÿÿßþÿß¿ýþû§ß~úï¿ßÿûýþÿ¿ÿ¿ÿíî÷þûï¿ÿþûÏ¿{}×Õãð#yßý߯ÿýß¿ÿþÙàþóÎ>û,³Î:ñ¼÷ÝmÞý×W}ýöÚï¿ýÿÿÿûÿÿß™øß}ÿý÷ß~ÿ½wßwÿý÷ßÿÿÿß{ûÿ÷ÿþïÿÿþÿñ¯óo>êü?ϺëüëÏ<ÿÌÏ?ÿÎñÿÿÿÿ¿ÿyç?dý¿õÿ›ïÿùæŸïÿÿæÿoõ×ÿÿÿÿÿýûÏ?ýô»¿6ï«®ºêª¿þºú¯ÿÿ:‹ªÿò˯«üúgþÞn»í¶{ÿ}ØŸ7ßyçŸoÞÿóÿþùÿÿ½ùçûoþÿçÿ~­µÖZû¿Ýïÿï¿¿Þú믿ÞÛÿý÷ßÿÿ÷þÿïµç[~³í7óþöÿ»ï¼÷Ö[ï½÷Ê[íµÖþí·ÑZíovÖö^yç½÷ïãÿûžûê£Ï¾÷ï·ï¾î¿ç¾úïû«Ÿ÷òÛ_ï·ÿ…ýÿÿßÿõ÷ßþû×_ÿþýÿÿýÿ;÷½÷–Ûo¿ýÿôÿÝ÷Ýq÷]wÝe÷Ÿwß×wÛu—ÝvûìÃo½õÜóÏÿäÿÿõçÿýõ×ÿýùןüçÿý÷ßÿÿÿÿÏ?ÿüþ³­¶Ûm³ÍöÛ|¿ÝößþýöÛg›}öÝýõ×_ÿßÙÿÿü÷Û?¿ýöÛÿ¿ýöÿÿûÏ¿¿ÿóýwßk¯½öÊ¿Ùÿßwï}÷Ýwß}÷ÿwßýwÿ}÷ßßÿÿýÿÿûï¿ÿúÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿûÿ÷ßßýõ÷_÷ÿÿÿÿÿÿÿÿÿÿÿîÿý÷ÿý÷ßí·ßÿý·ßÿ³ÿÿÿÿÿÿÿÿÿÿÿþÿÿ¿ÿÿÿ¿ÿÿûß›ýùÇk®ý?½ÿþùçŸþùçŸþùçŸÿùçŸþñä‹O>ÑBmþâýßþùÿŸþÿÿßÿý÷ÿý÷ßÿþçù¯¿~úëÿ_ÿÿþÿÿÿÿÿÿÿÿÿþûï¿ÿûï¿ÿþûýÕ_]õÖ_ÿ?ùÿÿÿÿÿÿÿÿÿÿÿû¿ÿþû½ÿþûï¿¿úÚ®«ÿþûïÿßþÿÿÿÿÿÿÿÿÿÿŸÿÿÿÿÿÿÿÿÿÿßýß_÷¿ÿÿÿoþ¿ýöÛï½ÿþûo¾ÿòË/ÿâ‹/¿üòÚoÿýÿÿÿÿüÕÿ[o©õ—K~éu—uÝEWwÑu×\u½å×_ýõW_û§ÿ/Ÿ¿rÇüýÉÿÿ|ÿÍÚýÏ=ÿWîóïÿ~ûï=ÿÛøÿÿÿýõþþþÿVÿ{õ¾WÿýûMÿþþÿö¿ßwßýëÿëw¾ªÿ¯ÿŸïÿÿûÿÿyßÿÿïÿýý÷ÿÿý÷ÿÿÿ_ÿW}ýå×_<ùõ×_uüõ“_üñûw_ôwS[ÿý÷gÿÿú÷ùçŸîùçŸþû÷oÿšýýû~÷ï¿þúûïÿÿþÿPÿïýÿ×ßÿÝ÷×>Ë\½×|ÿ³ßÿïýÿß?ûüÿÿÿ³þ¯ööÉ÷ý}÷Ýwÿÿþ¿ÿ÷¿¯¿ù÷Ó-=ÿþëÿÿÿ?÷ÿ¿ßÿÿ£ï¿ÿúûÏßþÿÿy﫯ÿüzûç÷ßÿ÷÷ÿÿ—þûÿÿ¿á÷Ûo¿õËßïßÿïÿÿó÷Ûÿþ¿ÿ÷ÿÿÿ¯íÿ¿ÿÿÿÿÿÿÿ~>ÿÿÿþÿ_ÿÿÿóûÿÿÿÿÿÿÿÿbÿï¿ÿüûï½÷Þ»ÿ?ÓÍ¿~ÿýÿÿ¿¿þ;ë¾÷Þÿÿÿü?ïì³Ï:묳Ïÿþüÿÿÿÿÿÿÿÿg~Ûí·¿ÿÿÿÙÿÝ÷Þÿ}÷ß÷ÿïÿÿÿýÿÿÿÿû¿ÿþë³Ïöÿïý	ÿüó¯3ÏüÿÿÿÏ¿ÿüó¿ÿ{ïÿ<ÿÿ£Îÿÿø?Ïÿÿ3Öÿ_ÿÿù×ÿýÿö»Ïÿ|úÿç÷ÿßoÿÿ×ÿùÿÿë÷>몫¬ö믳Î:õôêo»·ß*¿Îÿsç+÷ÿÿKõÿߣý}ó›þý÷Ï?ÿí§ž­õúîïýÿŸ{ß½ÿÏëÿÿ{|ßÿþÿ7Þëûï·k··òõ÷š÷ŸùýÚãÿÿÿhÿ¿ûÖ[ï½õÖ{oÜv¿lþíûn©ÿÞmgÜöž{ïÿÿ>þ¿ïþûﳯ¾ûíûÿïÿòvoý×ÿç}÷ÿÿÕÿÿŸøÿüÿ÷ÿø÷7ß÷þíï¿þ?ÿsÿ7ÿÿ¿þÿ¿Ñÿß}ÿ}wßu÷]ö¿ÿ¶{½ßóÏÿÿÿÿû¾íÿÿÿÿÿþÿ_þù×_ýù÷ßÿýþ?ïü÷ÿþýÿßþùÿÿÿãÿvÛj»ÝvÛl»}f›g^ý×ÿÍößk¶ýfÛkÿý÷ÿ™ýóÛ¿ýöÛ?ÿüóÛ¿ÿkŸöÿÿóý¿}óÛÿýÿÿýß}÷Þwß}÷Ýwßÿÿÿÿîÿÿßÿÿûßÿý÷ÿÿÿ¯ÿÿÿÿÿÿÿÿÿÿÿÏ?ÿÜÿÿÿßûû÷·üïÏ¿ÿÿûÿÿÿÿÿÿÿÿÿÿÿÿÿÿýý~ù÷ßš{ÿûü^_ÿûï·ÿÿ¿øÿÿÿÿÿÿÿÿÿÿÿï½÷ÿ믳޾ï¿÷ýÿý·ÿþÿÿÏÿÿçŸþùçŸþùçŸþI}ôÙgŸ¾ñçŸüùçÏþÿùÿßþÿ÷ÿÿü÷Ÿ¯ÿÚk?¿ÿÿŸÿùûÝ¿ÿÿÿäûÿÿÿÿÿÿÿÿÿÿïÿÿý×Wÿù÷ÿÿÿýÿÿÿÿÿÿ§ßÿÿÿ÷ÿÿÿýÿß¿ÿüûkßïÿÿïÿÿÿßÿÿÿóïÿÿŸåÿÿÿÿÿþÿÿÿÿÿûï¿_ÿÿ¿ÿþýÿ¿ÿûûÿ¾ßÿÿÿïÿÛo¾¿öû/¿ÿòûÿ¿ýÿ÷?õÿÿï¿üäËoÿÿÿÿÿ?¾¿ÕÖ[sÕ¥V[mÉå[~ü]|íÕÃ_vùôW}õõïyþK?»¯ßÏÿûýÿÏ.߸Ï?þÿÿ÷ÝÝzýñ¿ÿÿÿ¿™þÿ¿ÿÿÿ··Ï}ÿ½ÿÿýïÿþÿÿ¿÷þýÿÿßÿÿ§þÿÛw÷ßûÿÿÞÿû¯Ï·ÜÓÿÿÿ÷ÿwßûï÷ÿÿÿÿòÿñÇiôᇼÕ]ß{ØÙ]ÿýÿ×_ÿ÷õ¿ÿþ÷ßýƒÿí·ßþûí÷ÿ¿ÿÿ÷þ»ëÖ{þýõÕ^ÿ÷ÿÿýßäµõW_}õÕWOùõß_Óß?ÿüõÜ}¿Y÷ßûüÿîÿôWOõÕ__}õwßùýÿ9ÿîËßýÝ÷ßÿýûÿÿÿû¿ÿþþí¿¿úûÿ¿ýþÿ÷_ýïÿÿÿûÿ¿ÿßÿÿúÿüñÇßüóÏÿÿüÑÎôßrOÿñÇÿSÿóÏ?ÿýÿÙÿï»ÿþÿï¿÷þÿï¿ÿîÿ¥ÿþ;þ¿ÿþÿ¿þ»ßÿþ{ì¹ç¾þùÅ<sÞõç¿ï0ㆿþùǯ»Ìx돿þæÿõW^{íµ×^9ýu×_i—OýÅß?ýõ×]}ýõÿŒþï½ÿþ»ï¿ÿþ{ïþÿþ»Þûÿÿÿ?ÿüÿýþÿïÿÿÿð¯³ÎÿÿÏóÿ¿òþ?ÏÿÿϏÿÿþÿÿ¿ÿä;ÿÿÿÿÿ?o=ÿÿÿÿýÿý_ÿÿüþÿ?ÿþ÷ÿÿÿÿ_?ÿùÿÿÿÿ¿6ï¹ä²êª¹àºêª¹þºê¬ùºê¯ªþškn¹æš{®¹ÿ½ÛÏ/¿ýöÏ/¿ýöÍoÞýæÏßÿþû¿üòÏ7ßüóËÿ¿Ñÿÿë?ÞûëÿúÿŸÿßû¯¿þz㯿þúí¯ßþúëö{íµ×F{íµÖ^km´ÖÆíµ×^{íµ×^ûíµß^{oáÿûí·ßžûí·ç~ûï¿ÿ¾ê·ßûì·ß~ûï·ÿ~ûý‘ÿÿÿÿÿÿýÿÿ?ÿõÿÿÿÿýÿÿÿÿçÿýÿ×ÿÿÿÿÿýÿÝößm—ÝwÞ·ý÷ß×wÛ}÷]wß·ýwÞ}÷Ýÿâÿÿÿ÷ßÿõçŸÿùçŸü÷ýõÇßþýçüñWþkû}÷Ùc§½ößiÿý÷Ú¾m÷Ûi÷í6ßo½ößkÿßØÿý÷Ûÿý÷ßÿý÷ßÿÿïÿýûß?ÿý÷ßÿ¿Ñß}÷½wß}÷½wß}÷Ýwÿýwß}ÿ½÷Þ}÷}wßÿ¿úÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ_²ÿßÿý÷ßÿý÷ßÿý÷ÿý÷ßÿý÷ßÿý÷ßÿ«ÿÿÿïÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿŸüûþùçŸþùçŸþùçŸÿùçŸþùçŸþùçŸþ¨ÿßÿý÷ßÿý÷ßÿý÷ÿý÷ßÿý÷ßÿý÷ßÿOÿÿþûïÿÿþûïÿÿþûïÿÿûï¿ÿÿûïÿÿÿûÿ¿ÿÿÿúÿÿÿÿÿýÿÿÿÿýÿÿÿÿýýÿÿÿ÷ÿÿÿý÷ÿÿÿ÷ÿËÿûþûï¿ÿþûï¿ÿþûï¿ÿûï¿ÿþûï¿ÿþûï¿ÿþ_þ?ùôÓO/ñôSO?õäÓOôÓO?ýôÓO7ýôÓO?ýÿ×ÿ_}üµ_ýÅ_ýÅõõW_ññ×^üµ×_ÿ’û—wœ±ÇwüñÇ_þùÇ{üùÇýñGñÇÿûèÿÝòÓÿÿüô‹ÿ·þïÛÿÿýÛ;ÿÿ{ÏïÿßÿÿßÿÿæÿÿÿÿÿÜÿþý¼Wöÿü³×ÿóýßûüóÿ?ÿûóÿgÿ}|ç”{}þýW[ÿí·ÿýö{ü÷Çô÷Çÿ?úÿþöç¿¥ÿÿë¾ûß¿ûýï{ûþþ÷ï~ï¾÷ïÿþÿÕÿ~ï÷ßÓw÷þÿ‘Ç?÷üÿóþß³ÿÿý´Ïÿü÷ßÿÿßþÿ¿ößÿ¿üÿÿßý÷ëo:ÿÿëÿÿw{þÿÿÿÿwÿÿÿöÿÿõÿ¿çþÿïÿÿßÿÿû½ÿÿý½ÿÿýwÿÿÿÿÿÿÿ£ÿÿÿÿÿûÿ÷ÿÿÿçîþ÷/þ¿ýÿ7÷ÿÿûÿÿÿÿÿÿüûïÿÿßÿÿÿÿïÿï÷¿÷ÿÿÿÿùÿÿïÿÿÿÿÿÿÿçýÿý¿ôò¯óîºë&éÍr½ÿëÿÿÿîÿþÿÿÿÿÿÿ'þÿ?õ÷ßkûïŸß~ÿýöÛ÷öÞÏxûÿòÿÿÿÿÿÿÿßûÿÿÿ¿ÿúÿï_ÿý÷¿ýþÿ÷ÿþûÿ¿ÿÿÿÿÿÿÿÿÿ:ëÿóÏ?ÿäóÏ?þÌ“ÏÿøóÿÿÿøûÏÿÿÿÿÿÿÿóÖóÿÿ¿ÿþûoýõþýwÞõý÷¿Ï?÷÷ÿùÿŸÿÿÿÿÿëõþßÿk«ïýúÿý¿¾ükû7÷kÿ÷ÿÿåÿ×ÿÿÿÿß·ýì÷Ÿÿì·ÿÿÿýçÿþÿùÿúïÿÿëÿ·þÿÿÿÿûýÿþÿw·ÿûÏß½þ÷_ÿÿÿï¾ýþÿ÷ÿÿÿÿÿÿÿ`ÿ¿òþkn½ÿŠ+¯¹õþúêÿÞ»·¸ó¿{ïÿÿþÿÿÿÿnþÿÿ÷ÿÿÿÿ¿÷ÿg¿õ×?öÿßÿÿÕëýÿÿÿÿßøÿþûÿÿÿÿûï×ÿû©¿þÿõÿýþÿï³þ?ëÿÿÿÿ¿Óÿÿýÿß~ÿí÷ßûñߟÿÿ·ßïÿÿÿß~ÿÿÿÿÿÿÿ
þÿÿÿÿßßÿý÷ÿßÿÿÿÿþõ÷ÿÿÿùßßÿÿÿÿÿÿå¿öÛoÿýwÛÿývßkÿýߏÙ÷ßÿý÷Ù~ÿý÷ÿ•ý÷Û?ÿÿÿÏÿÿÿóÿÿÿÿÿýÿÿÿÿÿÿÛÿÿÿÿÿüß¿ÿýÿÿÿÿÿßÿÿýÿÿÿýÿÿÿÿÿÿ¿ÿÿÿÿÿÿ¯ÿýÿÿÿÿïÿ¿ÿþûýÿþû¿¿ÿóïÿ¿ßúë½ÿÿÿÿÿ}ÿÿ¾ûï¿oþûí³û¾ùåŸïùæßþÿì—[~ûÿÿÿÿøÿûÿ÷ÿÿÿý÷ÿoÿÿþ×Þÿÿ×ûÿÿûÿíÿÿÿÿÿÕÿ÷çŸ}þùçŸþùgŸ}öùŸöÙçŸþùÇŸþùç¿þÿÿûÿÿÿûŸÿ¿ùçï?ÿçÿ?ÿþÿÿ/¾øûÿÿÿÿ÷ÿÿÿÿÿûÿ÷ÿÿÿÿÿ_ÿùÿÿÿû÷ÿÿýõ÷ÿÿÿÿÿ¯ÿÿÿþÿïÿÿÿÿÿÿÿÿÿïÿÿÿÿ¿ÿÿÿÿÿÿþÿÿÿÿÿýÿÿïßþÿÿ¿ÿþûïŸþïÿÿþýÿÿÿþûíÿÿÿÿÿåÿÿïýÿÿÛmÿÿòÿ/÷ÿÿ/·ýöÿÿÿÿÿÿÿÿÿÿÿÿgÿ÷õ–O}½E—_týµ×_}u×[|øÕ×_}ýµ×_ýõÛÿÿ½?÷ø²ëÿþÝï÷óÿÿÿ¯?ÿÿþÿÿÿÿÿÿÿÿÿÿýÿÿ¿Þú÷í·û{û÷ÿÿÿïïýÿÿïÿûßÿÿÿÿÿÿÿþÿÿÿ÷ß{ÿýÞÿý÷ÿßû·ÿÿÿÿÿÿÿÿÿÿ¿ÿÿÿÿñïõ÷ò}õç_ýÿ×þÿÿüí/îïÿ_ÿÿÿÿÿÿÿÿÿ›ÿ¯ïþÿí—ïúåÿo¹ÿÿïïÿ¿ÿÿÿúÿþÿÿÿÿÿ/üÿë®Ïß·ßÿþÿÿû=öÿÿ¾ïÿÿÿ¯ÿÿÿÿÿÿ?æÿýûŸ}÷Ý÷ÿ}üýÿÿòûÿýÿ¿ÿÿŸÿÿýÿ÷ÿÿßÿïÿ÷ÿÿÿÿÿ÷ÿÿßþþŸûùÿÿ¿ÿÿÿÿÿÿÿÿÿÿÙÞÿÿýÿ{ÿýõÝÿýÿþÿþ÷ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÞ÷ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ÷ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿoþÿÿÿïþúÿ¿¿üóïÿÿ¯ÿÿÿý÷ÿÿÿýÿÿÿþÿÿÿÿãÿÿÿ{ÿÿÿÿÿýÿÿÿúíÓ÷ïÿÿÿÿÿÿÿÿÿÿÿÿÿ†ÿÿßüýÿÿÿÿ=ÿ÷ÿÿ÷ÿÿÿÿÿ÷ÿÿÿýþÿÿÿÿÿ?Ýÿù§ŸþùçŸþùçŸþáŸþùçŸþùçŸ~ø?âÿßÿý÷Ïÿý÷ßÿý÷Wÿýõßïõ÷ßÿý÷×ÿ%ÿûý÷ßÿýöÛoßýö߯ý÷Ûïý÷×ÿý÷Çÿ?»ÿÿ¿÷Úk¯ÿÿýû~ÿÿ÷ÿýÿ¿ÿýÿÿÿÿ¿ÿÿ¿Ñÿßÿý÷Ÿÿý÷ßÿý÷ÿý÷ßÿíõßÿý÷ßÿŸþ?ÿüóÏ?ÿüóÏ?¿üóÏÿüóÏ?ÿüóß?ÿüóß?ÿÿtÿý÷ßÿ½÷ßÿý÷ß_ÿóßÿý÷ßÿýóß_ÿýÿ«ÿŸ~ú駟~ú駟~úé§ú駟~ú駟~ú駟þ¼ÿ~ûï¿ÿþûo¿ÿþûï¾ÿûï¿ûîûï¿ûnûï¿ÿþÿáÿ¿ÿþç?ýßÿÿýÿßûÿýÿÿÿÿÿÿÿÿÿÿÿ¿ÿÿÿoÿ¾ÿþÚë½·ëû­ÿúûïÝvúï½þÞûï½ÿþûï¿ÿÿûÿÿÿÿÿ÷ÿ÷ÿ?ÿÿÿßÿ¿ÿßÿÿýÿÿ·ÿÿÿÿÿïßÿ¿ÿþûϾûþóï>ûþóïïî»Ï¿ïüûî¿ÿþûᅬÞÿÿÿÿÿÿÿýÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿïÿÿÿÿÿÿûôÿÿÿÿßÿýïßÿùÿßÿýÿÿÿýÿ¿ÿÿÿÿÿÿÿÿ¿ÿõÿ¿ÿûÿÿÿÿÿÿÿÿÿÏÿÿÿÿÿÿÿÿÿÿÿÿÿÿ]üßÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿûäÿÿþû¿¿ÿúûïÿþþû¿ÿÿÿï¿þúÿï¿ýþûï¿ÿþoÿ÷ÿÿÿÿÿÿÿÿýÿßÿÿÿßÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿùÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþÿÿÿÿÿÿÿÿÿÿÿÿÿÿûÁûÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ/þÿßÿó÷ßÿý÷ßÿý÷ÿý÷ßÿý÷ßÿý÷ßÿóÿ÷ß?ÿý÷ßÿü÷ßÿüÍÿý÷ßÿý÷ßÿý÷÷§ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿïÿÿÿÿÿ÷ÿÿÿÿÿÿÿÿÿŸ|ÿýÿ×ÿý÷ÿ_ÿý÷÷ßÿõßÿý÷ßÿýwßÿÿîÿö×ßÞýõ×_{÷×_ß{¿÷{ýõ÷^ýõ×ßýõw ÿÿ
\ No newline at end of file
diff --git a/ea/layla24_2S_asic.fw b/ea/layla24_2S_asic.fw
new file mode 100644
index 000000000..d7cc93d80
--- /dev/null
+++ b/ea/layla24_2S_asic.fw
@@ -0,0 +1 @@
+ÿ<+ùÚýõ÷wýõ×_ýýÝßÛõ×_ßýõ×_ýý×_óÿý÷ß÷ý÷ßÿý÷ßÿÿßÿý÷ßÿý÷ß}ÿýÿ—ÿÿÿÿÿÿÿÿÿÿÿÿÿÿïÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¿üÿý÷ßÿý÷ßÿý÷ßÿ÷ßÿý÷ßÿý÷ßÿýÿåÿÿý÷ßþý÷ßÿý÷Ÿß÷ßÿù÷ßÿý÷ßÿýgÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ?êÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ×ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ÷ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿoþÿï¿ÿþÿï¿ÿú믿þû»ÿþþûÿ¿ÿþëï¿ÿþûïôÿÿÿÿÿÿÿÿÿßÿÿý÷ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ«þÿÿÿÿÿÿÿÿÿÿÿÿÿÿþÿÿÿÿÿÿÿÿÿÿÿýÿ÷ÿ_ýÿÿÿÿÿÿÿÿÿÿßÿÿÿÿÿýÿÿÿÿÿÿÿÿÿÿÿÿÿÿåÿÿÿÿÿßÿÿÿÿÿýÇÿÿÿûÿÿÿÿûÿÿÿÿÿÿÿÿßgÿÿþûï¿ÿþû¯¿û¾ëï¿ÿûï¿þþûî¿ÿþûï¿ÿþÿûÿ÷ßÿý÷ßÿý÷×ÿ}ßwß}÷ßoÿý÷ßwÿý÷ÿÉÿçŸþùçŸîùçß~Þø—{þùçÿ¹çŸþùçÿ?þÿý÷ßÿý÷_ÿý÷Þ¿÷_ÿ}÷ßÿý÷ßÿýþóùùçŸþùçŸþùæŸ}vç—mþùçŸþùçŸþù·‹ÿ¿ÿþûï¿ÿþûï¿ÿþûïÿþûï¿ÿþûï¿ÿþûï¿¿ý~ÿý÷ßÿý÷Ýÿýußw}÷Ý{ÿý÷Ïÿý÷ßÿÿaÿÛo¿ýöÛo¿ýÖÚo¿õök¿ýößo¿ýöÛoÿýö[ÿg÷ÿÿÿÿÿÿÿÿ¿ÿ÷þÿþ¿¿ÿþÿßÿÿÿÿÿÿÿýÿÿÿ»øþÿÿÿÿÿÿÿÿÿ¯«üÿýÿõÿßÿÿÿÿÿÿÿïÿÿÿÑ÷ÿÿÿÿÿÿÿÿÿ¿ÿÿïÿÿÿÿÿÿçþûÿÿÿÿÿÿÿÿÿOþÿÿÿÿÿÿÿÿ÷ÿÿ?ÿ÷?ÿÿóÿÿÿÿÿÿÿÿÿÿÿÿñýï¿ÿþûï¿ïþûî¿ïúû¿þ¾ûï¿ÿþûï¿ÿþûïÿ“ÿÿÿÿÿÛÿÿÿÿÿýÿûõÿûÿÿÿOÿÿïÿÿÿûïÿÿÿŸüÿÿÿÿ¿ÿÿÿÿÿÿß}óÞïÿÿÿþÿÿÿÿÿÿÿÿÿÿÿéÿÿÿÿÿþÿÿÿÿÿÿÿÿÿÿ÷ÿï¿ÿÿïÿÿÿÿÿÿÿÿÿWÿÿÿÿÿÿÿÿÿÿÿÿ¿ÿ¿ûÿ¯ÿþÿÿÿþþ÷ßÿÿÿÿÿ¿ùÿÿÿÿßÿÿÿÿý¿ßÿ÷ÿÿýÿÿÿÿÿýÿÿÿÿÿÿßÿÿÓÿÿÿÿÿÿÿÿÿÿÿþ÷þÿÿÿÿÿ¿ÿþÿÿÿÿÿÿÿÿÿþÿÿÿÿÿÿÿÿÿÿïÿÿÿÿÿýÿÿÿÿÿ¿ÿÿÿßÿÿÿÿóÿÿÿÿÿÿÿÿÿÿÿ÷¾;¿÷ÿÿùÿÿÿïÿ¿ÿþÿÿÿþÿ§ÿÿÿ¿ÿßÿÿýÿŸ¯ï_Þßßÿÿÿÿÿïÿýÿÿÿÿÿÿÿžýÿÿÿÿÿÿÿÿÿÿï{ÿ÷ÿë¿ÿÿÿÿÿÿÿÿ÷ßÿÿÿÿÿâÿÿÿÿÿÿÿÿ÷ÿüá«ûÿÿ÷ÿ¿ÿÿÿÿÿÿÿÿ?þÿÿÿ/ÿÿÿÿÿÿÿÿ¿·¿ÿû½ÿÿÿþÿÿÿûÿÿÿ÷ÿÿÿ¿úÿÿÿÿïÿÿÿÿÿí¿ë¾ÿÿÿÿÿÿÿîÿÿÿÿÿÿÿÿÁÿÿÿÿÿÿýÿÿÿÿÿþÿÿþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþÿÿÿÿÿÿÿÿÿþýß{ÿÿÿÿÿþÿ÷ÿÿÿÿÿÿýÿÿÿÅÿÏ?ÿøóÿÿÿÿÿÿ÷ÿøÿÿÿûÿÿúþÿï¿÷þÿÿÿÿ„Õÿþûï¿ÿÿÿÿÿÿ¿ÿ÷ó?ÿüóÏçÿüóÏ¿ÿÿÿÿÿ½þÿÿÿÿÿÿÿÿÿÿï­ÿÛîí¶Ûnûï¶Ûn»ç¿ÿÿÿ÷jÿÿÿÿÿÿÿÿÿÿÿÿïò_k½ÖZk­ÿ×Zk­µþûÿÿÿNÿÿÿÿÿÿÿÿÿ¿ÿ^{ÿÿßìÍ6Ûl³ç7Ûl3ÿÿÿÿÿÿÙþÿÿÿÿÿÿÿÿÿÿê»ÿ¾W{å½W^ýï•WÞûÿÿÿÿ¿ÿÿÿÿÿÿÿÿÿ¿Ÿ×Û¿üßÿý÷ÿmïý÷~ÿ¿ÿÿÿgþÿÿÿÿÿÿÿÿ¿ù¿ºþû¿ÿûï¿ÿþî¿ÿþûøÿÿÿ÷ßþÿÿ÷ßþÿÿÞû¯ÿìï÷ÜsÏ=ÿÔ{Ï=ÿüûŸÿÿ“ÿùÿÿýùÿÿçŸþÿÿÿÿÏ?ÿüóÎÿÿüóËÏÿýÿ_øÿý÷ß}ÿý÷Ÿü¹öÚ^ÿõ×_ý÷×_ýõßßýnÿÿÿÿÿÿÿÿÿÿ÷ßÿÚ¯½öÚkÿ½öÚk¯Ýóÿÿÿÿÿÿÿÿýÿÿÿßÿÿõÿÿÿûï¿ÿþÿÿ¿ÿþÛßÿÿÿÿúÿÿÿÿÿÿÿÿ÷ùâýÿÿÿÿÿÿÿÿÿÿÿÿÿÿï½þÿÕÿÿÿ¿ûïÿÿï÷ßþûßÿýÿßÿÿÿ¿ÿÿûõýåÿÿþÿï¿ÿÿûÿÿ~½Jßÿÿûºë¯»ÎÚÿ®³îú{ÿÿÿÿòÿÿùçŸþùç›oôÙçŸÖG}ôÑç}ôÑe›þù“ÿÿßÿÿÿÿýçß¿ýãk¿öúk¯¿þú믿þóëÿÿ¿ýÿÿÿÿÿÿÿÿÿÿÿÿçÿ_ÿõ×_ýõ×_ýuµ_ÿÿÿçÿÿÿ¿þþßÿÿ÷ßÿÿþú÷ÿÿÿÿÿ¿þÿÿÿýþÿÿÿ7ÿÿïÿõßÿþû¿ÿþýûï×ÿÿÿÿÿÿÿõÿÿÿßýÿÿÿ¿ûÿÿÿÿöÿï¿ÿÿßÿÛïÿßýÿÿÿÿÿÿý¿ßßÿÿÿï¿Ùÿýõ×_ýõ×_ÐÄ_üÕ×_ýõ_õÕ×_}õKþÿüóÏ7ÿüӏ?ÿö¢÷?þó>úøÿ?ýøҏÿÿÿÿãÿÿýÿýÿÿß?ýßÿÿ¿ÿÿÿÿ¿ÿûßý½×Þïÿÿû­ÿ¯¿þz믿¾ÝÕ½~¿ë¯þúë¯ÿßÛþ¿ÿÿ»ÿÿÿŸøÿûï×WÿÿÿÿÿñáÖùßÿýùߟï•õßÿÿÿÿãÿÿÿÿþú¿ÿÿÿÿêßÿ}ÿ÷ÿÿÿÿÿ¿¿ÿÿkoÿßÿ5þÿÿÿ½ÿÿoÿÿÿý±ÆßûýóÞÿÿóÝÿ¿ÿÿëÿ¿úÿ÷ûÿÿßÿÿçÿÿ~ï¯ûú­ßßÿÿÿ=ürÿÿýïÿÿÕÿÿÿÿÿßÿÿÿ÷ßÿûRÿ½vù¿ÿÿÿÿÿŸþÿý÷ÿÿÿïöÿÿÿÝÿÿÿüóß/þüÿ÷ÿóÏý÷Üÿß—ÿòÿÿþÿÿö¿ÿûÿÿ÷ÿ¿ÿþû÷¿ÿñÿùÿ~ýÿ¿ÿßûýûÿÿÿÿÿ·ÿóM/ßþþýÿ>yýó©ýÿùÿ;þúë«¿þûëÿÿ¿ýï¿ÿþïÿ¿õ~û¯þÿ¯ÿîÞþÿÿåÞ~Úý÷ß~ÿÿäÿÿÿÿÿÿ¿çþÿï¿ýÿÿûÿ¿þÿÿÿû{w¿>ÿýÿÿ_üÿÿïþßû“ÿòëÌ?Ï¿ÿó¯ÿÿÏÿÿ?ÿä3úëûYÿüóÏ'ÿþßÿ^ôõÿ¿ÿÿÿ?ÿÿýwýßçÿÿ¯ÛûöÛo»íÞÿÏŸ¯ßÿÿ•÷ß{ÿÿÿÿÿýÿúÿÌóᅬö×^{í5×þÿÿy¿ÿ?ûýó>ûÿÿÿþùçÿ}ëÿþýïôÿ·ßl©Í¼ÿÿ{í÷óþŸÛþÿÿÿ¿ÿþ®¿îWµïÿÿ§ýï½÷Þyåýÿï«ï®ûoÜõûïÿÿÿÿ·ýö×ÿÿÿÿÿ{ùïý÷ÐÿýÿÒ_íýýÿ«ÿþùÿÿÿÿëÿýÿþûíÿèÿï¿ÿÎûïÿ—ÊzøïþÿsÿïÏÿ¿ÿþ]ÿÿÿ‡†þÿWÿß{Ï=÷üóÿ¯¿þÿë¿õÿÿÿÿþëoÿÿ·Ÿ¿ÿþûÿúÿÿÿüóÏ?ÿþùÿ×ÿÿÿÿçŸÿ×ÿÿùü÷ÿÿ“ÿ×_ýõ׿ùÆÚm®Ýçz¯í÷Ÿ¾ÝöÛwÿ½ößÿ'ö¿öÚk¯½öÿ|öÝïÏýÿßÿý÷ÿÿßüöÛÿ=ÿü÷oóÿÿ¿ÿþûïÿýõßÿ÷ÿÿ÷ßÿß÷ïÿý÷ÿÿÿÿ«þÿ÷ÿÿýÿþãÿÿØÿÏýßÿíÿøãß¿øÚkÿÿ7ýÿ÷ßÿý÷ç3ßüûÍ¿_ÿï»ßþ»ç÷ÿÿûýýý÷ÿæÿ¯·Þºëµÿúëÿ¿ÿÿÿýÿÿû¿ûúûý6·ÖÿÿWÿÿ}ôÑGŸ}üñç{üøçþñç‹yþù矾ùæŸ?úÿÚ믿þúÿÿýÿß×ýŸÿüsÍÿÿÿûÿÿÿ÷úÿÅÿ×_ýõ×ßÿïÿÿÿÿ÷ß{íŸÿÿÿÿýõ×ÿþ¿þßÿý÷ûÿýÿ×ßÿÿÿ¿ÿþóÿÿÿÿÿÿ¿ö·ÿõÿÿÿÿÿŸýÿÿíÿßþû·ßvû÷Þÿÿÿÿ_ýõÿ»ÿÿÿ·ÿÿ?ÿÿÿÿÿ?ýÿνøòÿÿÿûöÛÿÿ~¿ûÿ?õ¿W_~éå×_ùá—_{ùå}ýôÓOký±W_wüõ—¿éÿÿÿþÿï¾ÿÿûÿÿòõûuϯ?¿o´ûüßûÿ¿ÿWþÿ¾ÿÿÿë¿ÿ¾÷ï~ýíýÿÛoÿÿï÷ÿ¿ÿùÿûŸûÿÿÿÿÿ¿ÿÿýÿÿ÷ÿÝú÷ÿÿýïýýÿÿÿÿý÷ÿÿËÿÞ{nþ÷ß÷ÿÝùŸßÿýWýÿßÿ<õ×Woýýßýú¿ÿÿÿÿû÷ÿÿÿ¿ÿÿý¾¾õ×ÿÿ¿ÿ··çý×ï½ÿÿ÷ÿó=üµÿ_ÿÿßÇÿÿÝ?¯ÿ½ÿÿ?ëmÆÞûÿýÿ§ÿÿ÷ÿúÿï¿Þ~{o¯ÿŽß/?wÛ÷Þÿÿ뮿ÿþÿÿÿÞüÿÿ¿þû»ÿ·×¯÷Ÿÿýÿ~ÿ¿þÿÿã¿÷ÞÿßïÿãÿÿÿÿÿýßÇÿ}ïýöûÿùßßÝÃþ7s¸ãß¿øÿÿÿÿÿÿÿïÿ}þÿÿýßõýÛÿÿ»ÿþ÷õ_¿ÿûÿ¿ÿÿ¿ûþÿï§ßÿÿ¿ÿvûÿÿþïë©ÿÿ÷ÿ÷Þ»ÿÿûÿÿÿ“ïÿÿ;÷þ[ï½çž[çß¿ÿËí÷ÿÿÿÿsïÿýßÿÿ—¾ÿûüÿ¿ÿÿßkÏŸþÿÿÿÖÿ÷ßÿÿÏý¿¿ÿÿõÿÿÿ×ÿÿÿëÿ?¿ÿÿÿÿÿÿÿûŸ7ß,ãÿÿóÿÿýÿÿ/÷ÿÿ õÿÿ_ÿï¹ÿþûï¿ÿþûÙÏþßÿÿÿÿÿÿÿÚÿÿz¼ÿÿÿ¿{ï¹÷ž{î½çÞÿÿÕ_ëÿÿÿÿçÿößþÿ÷bÿÿÿó]Ýõ×[oýõ×ÿÿç¿ÏÿÿÿÿÏ?ÿý¿ÿîÿÿ.þíÿÿï÷Ì3Ï<óÊ3Ç<ÓÿÛî·ëûï¿¿ÿÞùä÷þÿÿÛ_ÿÿÿ¿VÚk¥•vZi¥½úßw×mÿÿÿÿýïû"¿ûÿ¿‡ÿÿÿ¯ÿõ×_ýµÕ_oý5þß¿ýÿïÿÿÿßÿýÿÿ'öÿÿûï¿ÿþûï¿ÿ~ø¯÷÷ß9ÿ_/¾ÿÿþûïðÿ¢ùÿÿ÷ï=÷ÜsÏ=÷Üó_¿íÖÛo¾ÿâÛ~þÿöëÿÿ£ïÿÿÿïÿñÇ?ÿüñÇ?¯üÿýuöùgßùçÿÿÿÿùÿý÷[O?ýôÓO?ýôÓ¿çšmÞ‘æŸi¾ý¶Ûþýbÿÿ÷Û·Þzë­·Þzë­óÿüßoÿÿÿÿwÿüöûÿÏÿÿNÿÿß¿ÿÿÿþûï¿ÿþûï·ßÿþÿÿ÷_ÿýßÿÿÿÿ?ùÿÿûÿþú믿þúë¯ßÿÏ?ÿÜbÏ-¿üî­/ÿñÿÅÿÿÿþóß_ýõ×_ýµÏÿÿ÷ß|ñüÿßþýßÿÿŸþÿÿþý¿ûþ»ï¾ÿî»ï¯ÿûí´ÿãÛÿ¿ÿýóíýýÿ?óÿÿùÇŸþùçŸþùç}þgŸ¾ñæþñçŸkþù•ÿÿ¿ùÿë¿ÿþûï¿ÿþûŸßÿãÿ/ÿøÚÏÿÿÿúÿÿ¿üÿÿÿÿ~ÿÿÿÿÿÿÿÿÿÿÿ÷ÿÿùý×ßþÿÿßÿÿÿÿïÿÿïÿÿú믿þú믿þú÷ÿÿû¿¿þÿûÿÿÿþÿÿÿ?ÿÿÿûýß~ûí·ß~ûí·×¾ÿï¿ÿÿÿ·ÿÿÿÿÿÿÿ}ûÿïþ½û÷Ó?Ý÷ÓÿßÛ/ÿÝÿÿÿ¿ýÿû¿Ùÿÿ_ÿýõ×_Íõ×]?ÍÕý¥Ö_|ôõ×~íõ×\{}ºþÿÿ?»ß¶ûï‹7¾ë¯{ÿýÜÿæûûãýßß}é/ÿÿáÿÿ{ÿÿ¿ÿÿûýÿÿÿ¿ÿúÿ÷ÿÿ÷ÿr½ÿýÿ_}ÿÿ¥ýÿÿßÿÿÿíÿþûÿÿÿßýïÿ¯¿ÿ?ÿ¿ÿÿûÝÿÿ?|ï¿ÿÿÿý·ßÿõ—§ÿ>íþÿ÷ßÿ[ýÿÿûÿßßéûÿÿÿÿÿÿ÷ÿÿÿÿÿ߯ßïßÿÿýïû÷Úÿë÷¿ÿÿ/ÿÿÿßï÷ßzßí÷UwÝ÷ßõýwÕÛçóÅÿþýÿÿÿúþßßÿÿÿÿßÿÿ}þÛï½ûúí¿Ýþÿ¯¿ëÿûÿÿÿÿÿÁÿÿûÿ¿ÿÿÿÿ¿ÿ³Û|óí×Ìùͳÿÿÿöþßþÿÿÿÿßþÿÿüó¿~ÿOoï¾sŸ¿ßÿÿÛ¯÷ÿŸ_øÿÿÿÿõÿÿW_ÿûï÷ÿ÷ûûóŸ÷ö{ï÷ÿÿÿýOÝßïÿÿÿÿÿÿÿÿÿÿÿß÷?÷Þ{OýæÚýü¿îzë¯Ïÿÿÿÿÿðÿÿÿÿÿÿÿÿïÿþ¿¿ÿÿúŸÿ]§ûçþÝ÷ÿÿýÿéÿÿÿþÿÿýÿÿÿ¿ýï½ÿþÿ}ÿ_ÿßûÿïßÿÿÿÿÿüëÿÿÿßþ{ïý÷ùà3Ï?¹³n>ÿ¯37ÿÿÿÏüùÿZ_üóÏ?ÿüû¿_ÿ¿õþ›ÿõçÿÿÿù³—ÿÿÿ>Ÿÿ¯Ýû¶Ûo¿ýö{/ÿ-n³çî«¿åúK®ùýóÝÿÿþïçÿoö×\{íµ×^ûûïæÏþüs¾üæËþ¿ïßïÿoÿÿoôÿ·Új³í7ó_ïÿûë¿·þí·ßþûíþÿïýëÿÍþÿ‹ýïw^yç½ÿê»ÿÆ{o¼ÿû¯½õÆkþ¿ÿkï»öÿ›y~o½õß_ÿ÷÷Ùû¾úí¿ïûê¸ÿžÿúûûÿÿÿíÿyà÷ï¿ÿþûï¿¿ÿîÿýÿÿ?þ×Ïÿÿ忏Ýåÿÿþïÿß{Ï=÷ÜóÏ»~ßý÷ßùýwßm·ŸoþýþûÿÿøÿÛÿÿÿüóÏ?¿üçùÿÿÿÿßÿÿ×ÿþ}æ÷¿ý÷Óÿÿÿ×_ýõ×_ÿýæÚo¿ýöx«ÝöÛoŸé÷šo}÷Ýÿ'ö¿öÚk¯½öÚýöÝïÿüößÿýóÛo¿}÷ß?Ÿýÿüÿïðÿÿ¿ÿþûï¿ýß·÷ß}ï½Û}ß}÷ý÷íßÿþûÿ÷ÿÿ—þÿÿÿÿÿýÿÿûÿÿÿÿÿÿÿÿÿÿÿÿçŸþøiÿÿ·ýÿ÷ßÿý·_·Ûüÿÿÿïþÿÿ·çWÿïÿß»_þÿÿáÿÿ¯¿îúë¯÷ÿëÿÿÿÿÿÿÿÿ¿ÿÿû{ëÿÿï_ÿÿÿÿ=ôÑG}þñçŸþùçþùçŸöùçž?þùæŸÿùÿú맿þúë?þüçÿÿÿýŸÿýùçŸýÿãõ¿üÿÿÑÿ×_ýõ×_ÿíÿÿÿÿïïÿÿÿÿùÿÿÿÿÿõÿÿïþ¿úo¿ÿþûïÿ¿ýÿÿÿÿÿÿÿÿÿÿÿÿÿÿþÿûÿÿóÿõÿûÿÿÿÿÿ~ÿÿÿÿýÿ»ÿÿÿß¿ÿÿÿïÿ{ÿÿïÿ¿ÿÿÿÿÿ¿ÿ¿ÝþËý¿ÿþÓ½ûvÓï¿ÿæúÿ¿ÿÿÿÿÿŸõß×_}ùõ—_wÍô—^zµ¥]~¨õ×ZwõåW_~ýõ׿ëÿÿ÷êëß½ÏÞÿ³ÿoüÿÿ;ýûÆûŸùýþüóÿÿ_þÿÿÿþÿÿ¿ûÿýîþýç»·ÿüß?ÿ¿ýÿúÿüý÷ÿÿùÿÿÿÿ{ßÿ÷»þÿÙï×ÿÿÿß}¿ÿõÿÿÿ?kóÿÿÙ·çÿý÷÷OýwÿU[>ýõw_íÕ×÷ÿÝÿÖ~~ýÿÿ¿ºÿÿÿÿïïývÿ÷þù盟ýåŸþÿþÿÿýþÞÿÿÿýõÿ÷]ÿíîÏ>»ÕößÿûÿÝ÷õ÷úßÿïíùßÿ¿þÿ·ïÿ¿ýÿûÿ¿ÿþÓÿ½ºÛ§_þÛïûÿ÷þÿï÷ÿÿÿýÿ¿÷;ûÿÿýÝß÷ëíÿgçŸ{ÜñÿÿÿýÿþÿÿýÿÿîÿÿÏÿÿôÕG?ÙìãÏßÿøÿïÿãþÿýÿÿÿìþÿWÿÿ}ÿïÿn»ï¿¿ÛÿßÝÿûý®¿÷ûÿÿýÿÿÓÿÿÿùÿÿÿ®{øêþV_ý»ï?ûÞï¶ýÎ;ëwóþÿ}·þÿ÷ÿ¿÷ÿÿïßÿýŸÉ>ÿö»[oýõ×ÿüÿwÿïÿÿ÷ÿß÷þÿÿÿÿï~ßý·ÿÿÞûÿþÕþûíŸ÷ÿÿÏ÷ÿÿ¿ÿÿ}Âÿÿÿþï÷÷þOŸÏ?øΣ>ÿàóÏÿóÏ?ÿÿÓ{ÿÿÿ¤Õÿÿ_ÿïÿÿÏ;ëõóŸ?ÿÜûwþõþÏÿÅ?_þïÿÿº½þ?ÿºßÿ¿ìüùçòK®¿Í+®³äšýŸÿn»ížßþÿ÷iÿÿíÿýûÿ¹÷Ÿ¾üçÿwçûoÞü?ýw͵×üñÿÿÿÿßï¿Óîe?óþ¿÷ûë¿~ûÿ·ß¦ÿ~«Å¼×êÿ?Ùþÿÿÿ‹:÷»¶¾jo¼÷þû¿ÿÚ{ï¿fÞÿÞyåýzÿ¿ÿÿÿk÷¼_ýÕî¿ß¾û¯ïþûíßÿmßòÖïýõýÿþÿÿ/þ¯÷ÿ*«¯ãÿýø÷üýÿÿÿ»ÿ×þ{ì¿þÿôùÿ¿øó[ÿ¿ìâËvÛÿßmßÝöÿÿæ˼÷üóŸÿç»ïÿÿ›Ïq÷ùçÿ÷ÿÿÿýßÿÿçÿgŸÿÿÏ?¿ùÿøÿý÷Ûk¼ÉæŸo¼}¶Ûo‹÷Ùlÿíö}|ýõ×ûýiÿÿ÷Ù÷ÿüûÜcßüóÏ?ÿõÏ?ÿÿöÿÿßk¯½vÿÿÿ~ÿÿß¿ÿÿ÷ÿw_ÿwßÝ÷Ý»}÷Ýßÿÿÿÿÿûï~ÿÿ?ëÿÿÿ÷øúÏ/÷øÿÿÿÿÿÿÿÿÿÿû/¾øÿÿÿÿýÿÏÿÿÿµÛÄ×¼ñÏÿÿïÿÿÿÿÿÿÿï~ñÅÿý÷ßÿÿ_þÿÿïﯼ^zë·ÿïÿÿÿÿÿÿÿÿþÝïþÿºëÿÿÿõÿÿùçMôÑgŸ{~ùçŸþçŸþùçþÑGoþù§ÿÿÿÿ÷Ï/ÿüÚ‹ÿýçŸÿùçßÿÿúO¯¿þúÝÿÿýÿÿßý_^ùçßß{ïÿÿÿþÿÿþûÿ×ýõ×ÿþÿÿâÿÿÿÿýªï¿ÿþÛÿþÿÿÿÿÿÿÿÿÿÿ÷÷«ÿþÛïÿÿ'ÿÿÿßÿ×]~÷ÿÿý÷ÿïÿÿûÿÿÿÿÿÿÿ_ÿÿÿöÿÿÙÿÛOïÿÿÿo½ßÿÒ?ѝO÷ýÔÿÿÿÿÿÿ?¿ýÿÿIÿÝõÖ^ýU×]~Ùå×]üU—Orñõ—_äå—ýKþÿ·îÿûÿÿËÿëüÿúÿÿjÏ/ï¾ÿÿÿÿÿ¿¯÷ÿãÿÿþßÿwÿþmîÿ|ýù·ÿß?o]ÿûÿßÿÿÿ÷¿ÿÿ‰ÿÿÿ÷ýÿÿýßÞÿ¿ÿÿÿßÿÿ×þßÛÿÿýýÿÿÿ÷ÿÿ|ÿÿáÇÿ½ôç_}µÅ×[õ×_ýÕÿŸÝýwßÿÿûîÛÿß_ÿÿÞ¯ÿ¿ûgž¶ùŸ~ùå¯ÿÿ?ûîÿÿþÿßýÿþÿÿÿ[ÿÿÿ×}ÿývÏžÝ÷ßÿ¿mÿÏÿÿÿý¿ÿÿøþÿÿ½ÿÞÛ}?}ßùK÷÷únŸýþòÿ¼þÿßÿÿÿ÷Óÿÿûýÿ·ÿùÿ}¾ßþÍþÖvû­ßÞÿÿÿïÿÿÿÿ«þÿï÷óÿ7ÿ¿ÑÇ?ÿôòý¿ÿ×ÞßoÿÿÿßÿüÃÿÿÿõÿÿÿßþÿûÿ}ùæšÿïû¿ëþÿÿÿÿ×ÿ×ÿþÿÿÿ›ÿÿûóséžùþýo/ßýóïöÞ{ï·¿ÜÿÜÿûïÿÿÿÿ¿øÿÿ÷oÞö¾ßߟÿïÿÿþûïûÿÿ¿÷þÿÿÿÿþÿïÿÿ·ÿ{ý¿ïÿÞÿÿýÿÿ^ï¿~ûÿÿß¿ÿþÿÿÿÿwüÿÿïýÿÓÏ›¿þæûO¾«óÏÿù¯ó½÷óÿ?þÿÿO[ÿþÿ_>ÿLÿÿýü×ÿßÿÏ?ÿÏ¿Çýüóÿÿ¯Ãûÿÿ.»þ”ó=®¿æâë¿æê;®Ù}ùíÿÿÿÿ﷏öÿÿ÷ûÿ7ÏúÿçÛwþ}óþüçÏþ»ïÿÿÿÿÿ¦ÿoöÿÿÿ^ùÍßM¿ÿùÿ•ÿïµÿßû_3÷¾ÿþûï×ÿ»ýÿÿÿêÿgþ[v¼ÿþkï¿×¯½öÊûÞ«ûÿÿÿÿ¿ÿûøÿÿß÷y_¿ÿÖßç¾úê¹Ã;î¸ÿ¾ÿÒßï÷ÿÿÿ}ýyäÿÿÿ¿[÷Ûø§þ>ÿýóÏ?ÿó_ÿÿù¿ÿzüõþû?ëåwÿÿÿï¯ÿí·{ïÿ—ÝößùýwÛ}ßÿ?þþæ믿þûúÿÿ¿þßÿý÷ÿÿýÿßÿùçþÿÿ÷gŸþñÏÿ‹ÿßÿù¶ÝwóÉöÛgŸý¶x»ý÷ßnÿ½öwþùÇÚÿGöÿÿß}ößÿýþÏ?ÿüóß¿ý÷ÿoÿ÷üÿßÿüóï÷ÿÿýíßÿ÷ÿwß}ß½Ûwïý÷ýÿßÿÿÿýÿÿÿ»þÿÿþöû¿Þùçÿÿÿÿÿÿÿÿÿÿÿ¿ÿúû%þý矿ÿ×üÿÿǽÿ¿þÿÿÿÿÿßÿý÷ï×{}ñÿÿ}×ÿæÿÿ½¿ÿÏÿßÿÿÿþÿÿÿÿÿÿÿÿïÿ÷þ?þÿ÷ŸïÿÿÿŸ}ôØGŸ{îÙçŸþù§þù矾Ùã›®¹ÆŸÿøÿÿÏ/—ÿþÛ¿ÿý÷ßÿýýñߟ¯¿~úÿýñúÿßÿÿÿù÷÷ÿÿï¿ÿþûÿÿÿÿÿÿÿýµ×ÿÿÿÿ×ÿ/þÿÿãëï¿ÿ÷ÿÿÿÿÿÿÿßÿÿÿÿë¯÷ÿÿßÿ¿öÿðÿÿßíýå·ÿÿûÿÿÿÿÿ¿ÿÿûÿ¿_½¿ÿÿÿÿõÿŸýÿÿÿÿ»M¿½Vûï¾ûþûÿcÓoþûgÛÿþûÿÿ/ÿÿôÿW_ÙåÖ_~ýõS_>ÜÕ_}ÙU—_~éå_}ýñÖ¿áÿÿ>þ÷³}?ßíæß]ÿóßþì¯ûÿ¾üìÿ¿ïþç¿ÿOþÿÿ^ÿöÿï<Þÿwþ¯¶­ÿ|ÿï¿óÿûÿÿÿ÷ÿÿ[úÿÿnÿoÿ_ÿïùÿÿÿýþÜÿû÷ÿÿÿÿÿ÷ßÿÿÿÿÏÿÿÿþõ¶_üõßÿ½÷W?ýõ×]ÿýá¿ÿþÿÿ÷¿/ö÷ÿÿÿ¯þíûõ{õ½õÛûùç—îúûßïÿÿÿûýý÷ÿÿýÿ×ÿó×>{Üô^ÿý]}ÿé÷ßÿÿÝÿÿÿÿ¿·ÿ«ÿþÿÿÿëÿ}ÿþ›ïŸ÷þû¯ÿÞûï¿ÿÿóÿÿÿÿÿÿ?ýÿßßÿãÿþ÷~÷ùçž}¾ÆŸwü©íÿÝÿÿÿÿÿÿûÿïÿÿÿüøÿÿòëÿÿÿßÿ‹ÿïÿóÿÿÿñÿ?þøÿÿgÿÿÿÿ¿÷¹ÿþúß_ÿÿþÞ¿ÿW¿÷ÿÿÿ¾ÿ÷ßÿÿ¿øÿÿÿýÛÞsë¿úþúï?ëÿm÷÷ß»ÿüß}þýÿÿóÿ—ÿÿÿŸÿ÷ÿÿô÷ÿ¾ûþöÿý÷Ýÿÿ¿ÿþÿÿÿßÿ—þÿÿÿ¯¿}ï¯ÿÿÿÿ¿ýÚí½½þý?ýýÛï¿ÿ7ÿÃÿÿ÷ÿ+Ÿÿüÿÿ+?ÿÎã?òæ³î:óÿŸÿúÿÿïÿÿ”õÿ³Ïùüÿ\íÕûÿÿÙ_þõÿ_ÿÿüןþÿÿÚ½ÿÿíÿÙæ›õÚÿç:k®²È®¿ä*ßÿÿÿûï¿ÿfû÷`ÿÿoÿÏ÷¿¯³Ÿ¾|çÛï÷çËÞüÿÿÿÿÿÿÿúÿÿÿÿí¿ÿ_;©äûëÿÿÿøÿ·~{ÿ·ß¾×ÿùçŸ^ý¿Ùÿÿoÿ¿okè§Ê}ï½÷Þk¿ÿÚ{o½ö¿úÿÿÿÿÿú¿Ÿÿÿÿÿïw_Y½ì·ÛûªïžûìËÿÿõÿûï·þòÿÇþÿÿû¿ßÿÿòÛñóÿÿÿÿ÷þüÇÿû¿¯ÿ‹/þÿ¾ÏOöùÿÿþþï/ÿù÷ÿwÞÿßw·Ýwûùæÿ¯¿ìúë¿ç—ïÿÿÿgÿÜûýÿçÿÿÿýŸþñÿßgÿþ™çÿ|øÿý÷Ÿw¿á÷ß}®ý¶Ûo÷Ûn¿ý·}ûùç¾ýeÿÿÿýÿ¿}÷ßÿÿýóÏ?ÿõÏ?ÿü÷ÿÿÿÿÍ÷=ÿvÿÿÿÿßÿûßßÿÿ{ßÝ÷Ý»}÷Ýwïÿßÿÿý×ÿýÿ¿èÿÿÿ/¿[æëÿ¿þÿÿÿÿÿÿÿÿÿÿÿ/¾þç‹7þùûÉÿÿÿ=ñÝ7_õÿåÿÿÿÿÿÿÿ÷ßÿnñäÿO|óßWýOþÿÿÿÿgûmï§ÿÿÿÿÿÿÿÿÿÿ®ÿÿßO~ýþÿôÿÿùçþðG}þùçŸþçŸþÙç}î¹Æ›oôù›ÿÿ¿þú[ïþçûÿÿýÿŸÿýß_ÿÿâÿ¿ôÛÿÿ_üÿÿÕ×Þÿ½õÿßÿÿÿÿÿÿïÿÿþûÿ×ÿÿûõ÷ÿÿýÿéÿÿ¯ÿÿöÿïÿþþÿÿÿÿ÷ÿÿÿÿÿûÿÿÿþÿÿÿÿýÿ÷ÿoïç·ÿÿÿÿÿ¿ÿÿÿÿÿýÿÿÿÿÿýÿÿ?øÿÿÛÿ¿ÿçÿ?õÿÿÿ?ÙŸOþýô¿ÿÿÿÿ¿ÿÿÿäÿCÿýõ×[|øõ—]ñ±Wþe—uìõÓOýÕ×_vý;þÿoì6»üãÛþþí÷Ï>ß¾Íæý¿ÿÿÿÿ×ó¿ÿ÷ûãÿÿÿÎ÷Üòóϯÿúó_÷üÿÿ÷ÿþÿÿÿÿÿ÷ÿÿÿþÿ½ÿÿÿÿ{ÿ^ÿÿÿýþÿ_ÿÚ»ºÿÿþÿÿÿÿûÿÿÿÿ×ýÿÿ7ÿÿÿµñÕ[û­·ßõ×_oýßÿÿÿÿÿÿýûëÿÿÿýß¿ûßûú÷÷ÛoÿýŸ_¾ùçÿÿÿ¾þÿûïÿÛß/ÿÿßvÿÿ¿ç}÷}ÿÜsÿ¼Üsß'ÿßÿßÿÿþÿ÷ûÿÿÿOûÿ÷Ûÿÿÿÿë'ÿ÷Ú'ßýžßÿ|ÿÿÿÿÿÿú÷Íÿÿÿïþÿïçÿ¾ùýßþv¿ßÏÞúÿÿÿ{ÿÿÿÿÿÿïþÿïÿ÷ÿ÷_ÿó‹þÿcý¿ÿ÷ÿûÿøÿ÷ÿÿóÿÿòÿÿÿ¿÷ÿ~ÿfýë¿ÿÿïÿ½ûÿÿ¿ÿýÿûÿŸÿíÿÿ·ïÿ¿þúÿ®›Þõëÿ×Ìóÿÿîzÿ¾¿þ÷ÿÿ÷ßÿÿ»ÿùþÿÿûÿý½Çÿ~ÿÿ÷Ïï¿óÿíÿ|ÿ¿ýûÿÿÿÿÿýíûÿÿÿûÿ·¿ÿÿûÿ¥ßþ_¿ßßßíÿÿÿß½ýþÿoóÿTüÿÿÿÿ÷þþÿÿúÿÿóÏ?¿ûï¼ÿøóÿÿóÿÿÿÿÿÿYÿÿÿŸ¿ÿýÿÿçÿÿ·ügûÿßsÿoÞÿçŸrÿÿÿÿ¯Ëûÿÿÿïýßþÿûïÿÿÿ5uþÏ?÷ÿùÿÿï¿þûïŸ_öÿÿÿïÿßÿ¿_ÿÏ?ÿïs?ÿùÿÏþÿÿÿÿî¿ÿ§ûoóÿÿÿw~ïç¸ÿûÿ›k¶ùÿ®Ûvûï{åŸßîûç}û‹ýÿÿÿ÷¹ÿÚûÿÿïÖmóÝöû·Ý÷Ö+ÿ«ÿ¿;ÿÿ¿Û›øÿÿÿÿ×ÿýõþÿŸ÷ÞWÿýÞyÏýÿÿ_ï¿÷ýÿ-ýàÿÿÿÿýnß-ÿÿ÷û<çýþïÇÌsüïÿË*¾éÖËÿëÿŸÿÿßn»÷—ß®¿ùÿo¿íÿo¾í·ßï¿þÚ믿þãûþÿÿ}çùþþÿýßßÿÿçßÿwþùçŸüñOÿ‹ÿߟùçÛoûñ¦ß}¦¹v{¿¹æÝgÿ¹¦ŸþùÇÛ÷Göÿÿ¿ýÿÛoÿþÿÿý÷Û¿ý÷ÿoÿÿ÷ý÷ß?ÿØóïðÿÿÿûÿ·ÿþÿÿÿÿý÷ÿû÷ÿÿýÿí÷ßÿýÿÿ“þÿ¿þçßÿÿßâÏÿ÷üóÿÿòÏ÷ßß÷/þù矿ÿýÿÿåßû½ÿÿÛïû÷ßß¿í÷_ÿûçÏ~ùßÿ}×ÿãÿÿ·ÿýÿÿÿ¿êÿÿÿß^zÿÿ~ÿÿýÿç»Éÿüå—ïÿÿÿŸ}öùç—ôñçŸü‘gþù埾±GŸo¾ùfŸ?ûÿÿëïÿù¿ÿýýãÿøßÿÿþÿþüÿÿüõûÿÕÿÿ_ÿÿÿÿwÿûïßßÿûýÿÿû}õÿÿýÿÿÿÿÿ÷ÿŸþÿÿûÿÿþÿÿÿ¿ÿÿÿÿÿ÷ÿÿÿÿÿÿ?ÿÿßÿÿöóÿÿßÿÿÿ÷ÿÿÿùï¿ÿþû¿ÿþÛÿ¿ÿ{ÿÿÿÿÿÿ÷ƒÿÿÿÿ÷ûïÿÿÿÿoýÿßןÿóûï?ùÿÿÿþÿÿÿÿþ?ôÿ×_}½å_~íõ“OýÄ_{É¥Ö[|ýõÇ_}ñÅ׿ãÿÿþ¿ÿûO?ÿÌóó?ÿÿûÿÿÿïûÿø÷¿7ßÜ÷¯ÿþ÷ÿÿþÿÜŸóóÿÝïÞ¿}ýÿÿÿýïÿÿõ÷}ÿßúÿÿÿÿÿþûï÷ÿö×}÷ïwÛ÷ý+ýÿßÿÿÿïÿÿ¿ï¿ß÷ÿÿìÿßuñßõìW~Ùö÷ÿÿÿÿ÷ÿÿÿÿÿ¾ÿÿÿ÷ûïÿïßýç_ë|í÷Ûÿûîÿÿýÿíÿÿýÿÿòÿßÿý×ÿçÏûoý×ÿÿÿÅ{÷ÿÿÿßïÿþÿÿ}ÿ£ïÿÿÿ·ßÏÿýú»ÿýÿ߯ÿßÿç½þÿûÿÿû÷óÿÿÿýÿÿÿÿþùýÿÿÛ÷ÿ÷þ}÷¿îÿýßÿoÿÿÿÿÿûæÿÿÿÿÿÿ㎶ý×ÚÿñûÿþÿÿþÿóÇ?þÿãßGÿÿÿÿÿÿÿþ}ÿÿýûÿÝß÷ïßÿïÿß~ûïÿ»ÿ~øÿÿÿ¿ÿî›Ýÿý¾»}üßÿÏÿûê¯ÿþÿß÷þÿÿ“ÿÿÿÿܧßÿÿÿå_ÿëÿó¿õÿÿý·ÿÿÿÿgÿGþÿÿÿïÏ?÷ÿ¿ï¿ÿÿßþ½ÿ½ÿý¯­üÿï¿ÍÿÿÿÅÿÿüòÿÿÿÿÿŸ4ÒÍó?ÿûóÿúÞÿ?ÿÿÿûÿíÿ„õÿçÏÿïÿ?ÿú÷ù—ýîûÙûÿßÿçÿþÿùÿÿÿ÷ý¼ÿÿïÿÓÏÿ·÷ÿ¯÷ÿ÷êýÿ¼Y/¹ä·kÿûïÿÎÿ÷`ÿÿÿÏïï·žþù¿ÿþóûz«­¾›þßÿþÿÿÿÿ^ÿÿÿï¿÷âþoïúíû½ÿëÿ÷ÿwé½—ÿûïÿWMÿØÿÿÿÿÿú·½wÛïÛï¾û½ïÿûžhï½|ÿÿÿ¿_꿏ÿÿÿýç]þùÝÿïõ_çÎÿïµ÷ÿ¿÷ýû¯ïõúÿ7þÿÿÿÿÿ×ýÿßÿ¿ÿú{õÿþÿ¯ÿ\÷ûèÿ/ÿï÷Ïñÿÿÿþþ›ï¿ü¶ÿÿ¿í¶ÿÿÿûß.ÿþâû¯¿þûoÿÿ—ÿÿÿßçŸùÿqþÿÿÿgþÿÿoÿÞÛoþþùÿ?ÿÿùÿý÷øýÇÚ»½ö¿öÛ}¯ùVÛkÿùçßoÿíaÿÿÿÿÿÿÿ÷ýÿÿþ÷ÿ¿ýÏ÷ÿ}ûÍwÿÿýoÏýÿvÿÿÿÿÿÿÿïÿÿÿÿ÷ÿÿ÷ÿÿ÷ÿ_ÿÿý÷ÿþýÿ¿ëÿÿé?ßùçϾþÿ‹'üÿÿïÿþâ«þüçŸïÿÞûÍÿÿ_üñÏÿüÿõ¿ñîþ—æWYý÷ôû÷}·ÿ¯þÿÿÿï¿Òýû߯ÿ_{¿îûÿÿ·Ê:]¾ÿõïû¿ûî÷ÿÿùg—}þÙã}þ¹çŸ}ÞcŸô™ç}¾ùÇ_|ùƒÿÿ¿üÛßþxÿï¿¿üúŸÿ_ÿÿ¯¿þâÿþýöï/ûÿüÿÿõßuÿýýþÿÿ÷×ÿÿþßÿýõ÷ßÿÿï·_y¿èÿÿÿþ÷ÿ¯ÿþûï?ÿÿÿÿÿûÿ»¯þöÿÿ¿÷»ëÿÿÿÿ÷wß~~µýßÿÿû¿¿ÿû÷¿_ýÿ÷ÿÿÿíß]þ¿øÿÿÿý¾ôóï.õrûo?ÝÙûÿÿÿÿ/ÿÿï¿ÿ¯÷ïÿQÿýµ×~ñ%×]r½U×\½õ×^zýõ–_|ýõW]}ý{þïÿóß÷þo÷ÿ6ûßóËýþâÏÿÿÜóÏ¿ÿûóÿÿîÿÿæÿï·ÿÿÿïÿ÷üÿï=öÿÿõ÷ÿÿýÿÿßÿ×÷þÿÿÿ‘ÿÿþÿÿÿßÿÿÿÿþÿÿ·Î¼ÿÏ?ÿò÷ÿÎÿÿÿÿÿŸýÿ»ïÿÝÿ½Ÿmýÿÿ{ÿßk}üUÇ_ÿ¿ÿÿ[ÿíßéÿÿÿßÿ÷ï¿¿ßÿæÿ÷ÿíû¯÷ÿÿ¿ÿûÿûûÿû·ÿÿÿÿÿïÿýÿûãÏÿ÷÷¿üÝÝóÇÞìÿ·ïÿÿÿ÷ÿÿÿùÿ¿ÿ¯ÿ¿þ¿¯ß÷ÿßÿÿߣïÿÿÿßýÿÿÿÿÿÿïÿÿÅÿÿÿù?ßÞþûïßÿÿïÿÿÿ÷Ÿÿÿûÿÿÿÿÿ÷ÿÿÿ¯þÿÿÿ+Ë/ÿÞ»ßþ¿ìó÷Ï?ÿÿÿÿÿÿïïïÿ÷ÿÿÿ÷ßíÿïÿû»ùÿÿÿÝÝö·_ÿÿÿûÿÿÿkÿß¿Ÿÿÿÿï7þÿÿ˳ëýþý2ëãÿ¶ÿÿúÝÿûïÿÿÿÿßøÿÿÿÿÿÿýÿGoÿ·ßÿ￯ÿùçßÿýÿÿ¿ïÿÿíÿÿÿÿÿïïÿûÿûÿ¿ÿþÿÿÿÿý«ßþþ¿ÿÿýÿÿÿÿüÿÿòÿôþϳþ?óçóÏüó¿ÿþÿÿÿÿÿÏÿÿÿÿþÏYÿÿ¿Ï³÷Üs¼ÿû?ó¿VÏÙÿÿÿòÿ?ÿÿÿÿÿÿÿ¯Ãûÿÿ®ýýßÌë¿¿S¨ŸÿÜþûï¿ÿÿç×ÿþûÿÿOöÿÿÿûï¿ÿn¿ÿÿ›|ÿÿç>¿ÿþûþÿï¦þïÿÿÿÿïñÿÿ/ï5ÛWú»¾å¶ûvÿ+éÿ×ëÿ;ÿþýÿÿÿ»ýÿÿÿþ»ï¾{ª­ö¿ùÿÿ’_÷«ÿ¿jÿ»õþûÿÿÿÿûùÿÿÖßýµ¶Uûÿïµþûÿ¼ú_ÿÿõÿ/ýÿÿêÿŸâÿÿÿ÷ÿþûì¿œ3¿oï¿ÿ¯·Ëêÿ/ÿÿn«õÖßÿÿÿ?ÿÿÿ¿¿ÿÿÿ¿ýýâûoÿí¿ÿü÷ß~»öúë¿ýÿÿÿúÿÿ¿ÿöù¿ÿöþÖß¿ÿ{ýý÷ÙçŸÿçûÿÿ…ÿßÿÝÇß}¿}öÛ¯Ñ÷mªý—Ûm÷}çúý÷ßÿ‡öÿÿß}ÿßÿß|ûÛÿý÷ÿßýÿí3ÿýÿý÷ßÿÿüÿoñÿÿýÿÿ÷ýÿýý÷ÿ÷ÿÿÿý÷ÿ÷ßÿÿ÷ÿÿ«þÿ¿þþŸ¿ÿß￾üãß¿Þïßí÷zû‹÷ùÿ¯ÿ7üÿ¿å^ù}óÿïÿ÷õ~oïÕ[ý÷ü—_üÿÿÿ}ùÿæÿÿ¯ÿÎÿïü÷ën§ÿûÿ¯ÿýûûÿÿÞWÿþ»þÿÿÿÿÿ}ü¹GŸ~øÇ}þùg}þñÇŸ{üùæŸ{ôùæŸÿùÿÿ߯ýõãŸÿßý÷Ûÿÿÿÿþþþïÿ¿øçŸÿýõúÿÏÿÿÿýï÷ÿÿï¿ßÿÿÿïÿÿý÷ÿÿõÿÿÿÿÿ×ÿïþÿÿ÷ÿÿÿþÿ{ÿÿÿöÿÿÿß¿¿¾ûÿÿÿýÿÿëÿÿôÿÿÿÿÿÿµÿÿçûÏŸÿûûÿ~ÿý¿ÿÿÿÿÿ_ÿÿÿÿ³ÿÿþûþ‹/çÿöÓÿ>õþ¿ßôòþÿÿÿÿ¿ÿÿûÿÿÿÿôÿ×_w½õF_2ÝÕ×]oñõOõµ—^|ýå×^õ±×¿êÿý¿ÿ¿ïÿ?¿üKÏ¿ßýÿ?üóÏÿýÿÏþÿûÿÿ7þÿÿùþÿýÿ}WÞÿß»}û}}ÿûÿÿÿÿÿÏWÿûÿÿßùÿÿÿûßûÿÛçßÔ×õý_ÿÏ?ßü½ÿÿÿýÿÿßÿÿÍÿÿ_ùÿÿ~þñ÷w9í~¹ñÇ{çýÿÿûÿ¿ßÿÿ/þý¿ÿïÿùÿÿßï~êw¿þ—ÿŸÿþþÿÿ¿ÿÿÿÿÿòÿÿ?ßþÿÿÿïÿóÿ¿ÿ~w»ÿÏÞÿÿþ¿ùÿÿþÿ§ÿÿÿÿÿëÿÿßïßÿÿ÷÷ý¿ÿýoþïÿÿÿÿÿ÷ßýÿýÿÿ¿ÿîÿ¿Ÿ½ÿ÷ß¿ûû¿ý¿û?ÿþ~ÿÿÿÿÿçÿÿÿæÿÿßûÿÿþÿÿÿÿÝ÷ûÿÝËùÿÿýý¿ïÿÿÿÿûþ/ÿÿÿóÿÿÿý¿ÿÿýß¿¿ï™=¿ÿÿÿÿÿÿÿ½ÿÿßýùÿûþ÷ÿÿvõÛÿßþ÷ýç/·üú¯yýÿÿÿ?ýúÿÿÿßÿýÛÿ×ÿÿ¶ÿ÷ÿßoõÿ·Û¿ÿÿÿþÿÿ÷ÿÿþ¿þßÿÿ¿ïû¿¿ÿoïÿÿÿÿÿ¿úþúÿÿÿÿßûÏÿÿÿÒþÿ÷ÿ¯ÿÏ?ÿ{ÿÿÿëü‡÷ßçóÿÿÿÿïÿüÿ+ãÿÿ„ýÿ?þ<ûùóÿÿûÏ?_ÿßÿþÿÿÿÿüóÿ×ÿ?ïÿÿüÿûå´Ëþ÷Ï’ßj»í?_Ëo¾ÿÍÿ·¶Ûþûï¿_øû÷Cû¿¯öú÷ÿÿ¶ún­µþË:ÿòû?ÿü×Zë¿ÿþËúÿÿNþÿm7Ûïÿ{µ÷~³­þÿþÿ·ÿÿ·û7ÛìÿïÿwïýÿÑÿÿ«ï•ÿÿ¯½û^y÷ÿû½µýÿoýå•÷ÿÿÿÿ:ÿ¿‰ÿÿ_}ÿõÿÿïÿýößÛÿõOÿÿÿ÷ÿÿýÿÿûÿõøùÇüÿÿúï¿ÿÿ7þïæþûÿ¯üþÿÿÿÿÿï¿ÿÿïÿ¯óÿoñÿ¿ÿþûïÿýûk½÷ü÷û¿íûß~þÍ{Ï¿þûÿÿÿ¶ÿÿÿÿÿÿý×[ÿÿÿÿÏ;ŸÿÛÿÿùÿÿÿÿ¼óùÿÿÿþùÿý÷ß·ÝWÛýõßoþvÛo¿í÷×_ÿýçßkÿýfÿ}ÿÿ÷Ÿÿ÷Íwÿk¯ýgÿÿÍgÿþÿ¿öÚÿÝwÏ?ÿ>ÿýÿÿÿÿÿ÷ÿþÿÿûÿ}ÿwÿþÿÿÿÿ¿ÿÿ·ÿýÿýúÿÿÿýÿÿú¿ýÿÙÿÿý÷ô‹ý¿þþÝÿÿߟ½÷ÿÿÕÿWÿýÿÿ—ûý÷ß~ÿÿÿÍÞ}õå¿ÿî÷ßÿ}÷×ÿÏþÿÿÿÿ®ûîoÿÿøçÚë¾ÿrÿ®ßÿÿÿ®·þÿoþÿÿõÿõùç}ôùæŸ}¾ÑFöG}þùç}ô¹Ç›}¾øŸÿ¿ÿýúÿ¯ÿÿþÿ¯¿þúï¿þûÍÿ¿ÿúë¯ÿýûÿÝÿüÿýï×ÿýýßÿýõ×ßÿü÷_ÿÿý×_ýïÿÿûÿæÿoÿ½þúëÿ½ûßkÿÿÿû¿ýÚóÿÿ¿ößÿÿößÿýWÿÿÿõ×_ÿÿ÷ÿ_ÿÿÿ÷þÿý·ÿÿÿõÿÿÿ÷ÿßÿïÿ¹ÿÿÿÿ¼¿ÿ¿ÿ¿¼ÿÿÿÿÿùÿûþûÿÿÿÿÿÿÿÿÿÉÿ{õõ×[ñôW_|íµ×_ÝõG_}Ýõ_zõõ×ý{>ïøóÏÿö÷÷Ïÿøó}ý³K?|ßÿ?ÿüóÏýÿÿöÿ}×½ÿ¿ÿëý÷ÿÿÿ÷{ÿÛùþõûùÿÿÿÛvÿ¿ÿÿÿ¿ÿÿýÿÿÿßüóÏýüýµ¼ûÿÿÿüóÏ¿ÿ~ÿÿÿŸ|~ùïßÿ{¿ýÓÛûý¹ÝÿyåÇ[}ý÷ç}ÿ¹ÿÞÿÿÿÿÆÿïý¿ßï¿ýûÿþ׿Ÿ»nÿ7Þîû÷þûÿ¿ÿÿÿO®ßïÿÿÿùÿÿÿ¿ßÍß_ÝçÇÿ÷ßýÿÿóßëÿ?»ÿ÷ýïßÿÿýÞßÿÉëϯÿÿÿÿÿÿÿÿïý¯ÿÛÿÿûóÿßþûÿ÷ÿwýëçÿù~¿ýÿÿ«÷ÿÿÿ¿ÿïþÿïü?~øßÏ?îÿÏ?ÿÿ÷;äãÿûüó÷‹þÿúOÿÿõ¿÷¿ïþÿ÷o¾÷ÿ¿ûÝ¿ÿß÷ßïÿÿþÛþÿÿ¿ÿ÷ßßïûÿÿ÷ÿßýÿÿßýúÿ¯{þùþýÞþÿ_ýÿÿÿß¿ÿ¿¿ÿÿý÷oÿþÿÿÿÿÿýs›ÿÿÿÿŸïÿ÷áÿÿÿûÿÿÿÿûÿÿÿÿÿïÿÿÿÿ÷ß¿þï¿ÿÿî¿¿ÿ-üßÿÿÿúÿþ?ÿ:ÿø·Þ¿ÿ¹:ßxóÍÿÿÏÿýÿËÿ[ÿýÿÏñÿÿóÅÿwýEåûÿåËëC‰ñÏþ¯ÿÏþ¯×û×ÿ/ýoÖÚnû׿_ýýÿÿ/ùï¿_.÷ï¿ÿ~«ö·¯öÿÿÿë·^kÍïÿ›úûÿó?«ÿýêûÿý÷ãí¿ýoòÿµú¿oÿßl«ýôÿ~*í›n3ýí×_ÿÿ¿ÿ^íýÿýÿÝÿîþÿ¾WÞ¹¡þûþ©¿/î«ÿŸúêÿÿÿÿêhgþ;ømÿ×ÿ}­½÷výµ_Výv_ï?uöûÿ·ß×Ó[ûèÿÿÿ³þÿë¹ÿþþ믴õÚïçþ:Þ©¿Ÿ?ÿø¿œûûÿÿÿûÿ?þþ_ï=ÿýÿ{ï¿ÿk¯ÿÿ–ÿÿýÿúïoýìÿùÿÿ¿ÿçÿÿÿÿóÎÿŸÿþùßyþûo¾ÿþûçÿÞŸgÿ›ÿßÿý÷ß_ý÷ßoºý‡{¾ñöŸÿý÷ÿõöýwöÿ÷ßýÿÿÿÚkÿýçÿþÿÏ¿}öý÷ß}ÿý÷ÿýóýóïöÿÿûÿÿÿÿÿþÿÿÿÿÿûß÷ßýý÷ÿÿûßÿÿÿƒÿýßþúï§÷ßÿÿ÷ôÖ	·yâïwÖþzÿ}¾^ïû¯ÿ—üÿ¿ÍWnùÿÿïóÍ_Yü÷7Ûþÿçÿý÷Å¿}ñÿÈÿ¿¿þûëÿ¹öºÿ·³ÿòï¼z{Ï¿³þÿ_¯õÝÛýÿþýôÙGŸo´ÑæöÑç}üñæ›}öùæ}¾ñ替ùÿúŸÿü÷믽þڏ¿ÿÿÛoÿøç'üùçËÿ¿ÿÿÿÑÿ×ÿÿç¿_ýõ×ßÿÿoûýÿÿýÿÿ_ÿÿ÷ÿÿÿþ¿þßß¿ÿÿúÿÿ¿þûïÿÿ÷{¿ÿÿûëÿÿÿòï¿ÿÿÿõÿõÿÿüýï×ÿÿÿõ÷Þûïÿßÿÿß{ÿ÷ßWÿ÷ßÿƒÿoÿÿÿÿÿþÿÿÿÿþ÷ÿÿßûÿÿÿç¿÷ÿÿýÿôOÿßôÿ×_ýõ×_}ñå×_=õÕOôõ×_ýõ×_vùe׿ìÿ³ÿßxÿÿüûïßÿÿû³ëÜóO=¿ÿÿÿ½ûëÿÿÿgþÿÿÿ÷ÿÿÿþïûÕ×ÿþûÿþíëÛ_ÿßÿùÿßÿÿüÿŸûÿÿÿïÿÿßÿß÷¿Ýû¾úÿßûë÷ÿýÿÿïÿÿÿßÿß_÷ÿW¿½éÔÿ^¸áw.}ÿÓîÿ÷ÿÿÿÿÙÿæÿ[þÿÿõÿÿoþÿþÿÿýÿ·ç¿îÿÿÿþßÿþÿ÷ÿwÿß÷ÿòÿýÿýÿÿ÷ÿßýÿÿÿßÝ÷ÿ¿íÿþÿûÿÿ=þÿòÿÿÿûÿßÿÿýþËûÿßçÿïýwÿ¯ÿûúÿÿÿÿþþâÿ¿ýÿÿßüï¿ÿ÷þßÿ¿ÿÿÿ¯ÿÿÿï¿ûÿË·ÿßÿÿÿçÿÿû.þß¿þÿ¿ß?¯?õû7þxóÇÿ¿ÿûÏ>ÿøÿÿÿÿÿÿï~ÿÿÿÿÿûÿŸì¿ßÿ÷¿ÿýÿÿÛõÕïÿÿ?úÿÿÿ¿ÿ¿ÿß¿ÿþÿÏÿñíß¿ÿþ¸çÿÿÿÿ÷Û¾úÿ…ÿÿþÿÿ÷ÿþÞyçÿ?þÿÿÛí·ß2»ÿÿÿÿÿÿïŸÿ7þÿï¿ûßÿÿÿë¯ÿÿ½ÿÿÿ{«¯þúû?÷ÿïÿÿïÿþÿ4üòÿÿÿÿÿÿÿ¿¿ÿÿ÷ÿÿû½Ïßýïÿ¿ÿ÷ÿï®ÿÿÿÿïÿÿÿÿÿßÿÿïŸÿÿÿßïþûùþŸÿ¿ûðÿÿÏ÷ÿ÷ÿÿëüÿ=6þþü?þüÿÿüòÿÿÿ÷ÿÿÿ?býÿÿ¾ÿÿ»ß?Ïÿÿï•ÿÿÿÿ]÷ÿÌ×_ÿÿÿ¿ÿÿç¿Vïÿÿÿýÿßÿ½þÙ~ÿÝô;õ¿ÿþ)ï¿ÿþ?ýÿßÿýÙÿÿÿïÿÿþÿÿÿßëûïóÿý­ýïÛùÿýïÿíÿÿû¿Õÿÿÿïÿ÷~ûí÷ýÏzÿÿÿÙÿÿ×·çþÿþ_ÿÿÿëoöÿÿÿ[ÿ¿ûŸyæÛ/î»ÿÞÛ½ÿ¿ú®ñÿÿÿûÿoïâÿÿÿÙþïÝÞ_ÿíý÷Û?ÿV¯ïõßÿìÿßÿ_ÿûïÿ½ÿÿÿ_þÿïíÿúû¿¿‰þÿñþ:߯¿ÿ~üÿÿÿÿÿÿÿßüÿÿþÿûÿÿÿÿÿÏ?þÿ·¿ÿÿÿÿÿÿùÿïÿÿíÿÿÿîÿÿÿ÷ùÿÿÿßï¿÷çÿþÿÿ¿ÿþ›ÿ¿ÿÿ›ßÿþÿÝæß}¿ýwßk¿ýößÿý¶Û}ûýÖßÿý÷ÚmûßÛÿÿÿóß÷ÿü÷ÿŸÿóÜöÛÿßûý÷ßÿü?ÿ¿Ïÿÿÿß×ÿÿû÷ÿÿþÿßÿýßÿÿýÿÿÿÿÿÿÿOúÿúë¿ÿÿ{ëí÷þïû¿÷ÿïÿ÷þú¿ÿÿÿÿëÿÿþ_ðÿÿ—ÿ|õÿ×Ó]ß}ûWïþùÇûüÿßOôÿïÿ›ÿÿÿßÚëÿÿþ»ûÿÿÓþÿýçûÿ¿¿~_ÿý÷ÿù·ÿüÿþùEŸôùÇ—þÙ矵øç—}ô™çŸþùæŸþåÿÿþíþŸ¿¿þþo¿ÿ÷¿ßù¿Ï?ÿuú߯ýÿ÷ïÿgÿÿÿÿïýÿý÷÷×ÿÿ÷¿ÿÿÿwþùÿ×ÿ~ýÿ·ÿÿ?ûÿÿÿÿþ÷ÿï¿¿çÿßïÿÿíýÿÿÛï¿þßëÿ¿ÿûÿÍÿÿÿþÿÿÿ_ÿÿ}ÿÿþõïßûûßý¿õÿ_ÿ÷íÿÿ/þÿßÿÛÿ¾ßþ¿ÿÿÿþŸ/o÷~ÿþÿï[ÿïÿïÏû¿ÿ×ÿ_ýõ×^~ýõ×_séõÆñÅ×_øõ“_ùá—[ÿ¾ÿÿïüì¿__ë?ÿü~½¿ëÿO?úÿ0þ?ûïÿßþÿ_øÿÿûû÷ŸïÿÿYsýÿÍ/ûÏþ¼ÿÏÿßmÿ¿×ÿÿâÿÿßÿÿßÿýïÿÿÿÛ÷¿õþoû~ÿý÷ÿûÿÿÿïÿÿþý÷ßÿÿ?ÿÿûwýÿþ_¼÷ßënºõãÿÿýùÇÿÿ¿øÿÿÛïÿÿïÿÿÿÿ¿åÿï¿·ÿ¿ÿßþ¿ÿÿÿûÿÿÿÿÛÿÿÿ¿}Ïí¿Ÿÿßûÿÿ¿6Wسÿ^ýÿþÿÿóûÿþÿë÷ßÿ¿¼÷ßçÿÿÿÞÿ?þûìßßúßÿÿÿÿÿïÿÿöÿÿÿëÿÿùýÿ­ïÿÿÿÿ]ÿ½ßïî÷ÿÿÿ_ÿÿÿÿÿ?ÿïßýÿ÷?ýÿWÿÝã-þHñïü÷þëÿ?ýïÿÿÿ¿ýÿÿõÿÿÿÿÿÿþíÿ÷ßû~÷=^ï÷þÿ¿õÿÿý÷ïçÿþÿýÿÿÏ¿ýî³_¾Ûn»ÿóïïë{÷üúÿÿÿþúÿÿgþÿ÷ÿÿÿÿóÜò×îÿüóÏÿÿwÿoÿûãŸþûÿçßÿï_úÿÿ?ÿÿ÷¾ï¿¿ÿ߯µÿîÿ¿þß½ÿ½}ÿÿ¿®ÿÿýÿÿßÿ3ÿÿùªóÏÿßû;Ïÿã?¿¿ëÿÿÿÿ¬ÿýÿÿóÖÿÿxþÌ=ÏÿÿÏþÿþÿÿ}Õ_ÿûÿÿÿwþÿÿÿëñþÿ×ÿüù÷¿ÿø-å·þþóŸóþûµœóÿûïÿÿ.ÿÿß»ýÿ¿þÿûïûmú©¿ÿí÷ÜËoþ¯·Ýþÿÿþÿîÿÿ[ýÿïµ1ýþÿ/åÿÿýÿÿí}]¶Øþùÿÿ?ßÿÿÿnÿÿ¯þÿnéñÿÿ®iïþÿÿÞY穦ýVÿÿÿÿÿ«ýÿnþÿ)õÿZ[ÿŸÿ×ûk¿þþûÿÿBçÿ÷ûÿÿÿòÿÿûÿëÿ¿úß¿¾¸|ï÷Ÿß:ïÿÿÿÿ×þÿÿÁÿÿ÷þÿ¿ÿÿçÿÿþúßÿý㟿ýÿû¿ÿÿÿÛ~þÿ_þÿûçÿÿþûþùÇÿþõ÷ßÿÿçûÿÿùÿÿÿŸýçÿïáÿ÷nÿý÷Ûj¯ý÷Û§}ßo¿ý÷ßkÿý÷ßkží÷ÿ…ýÿÿ?ÏÿÛÿÿýÿíÿýÿcŸÿýwßÿÿýwÏþÿÿ{üÿ÷ÿýÿý¿ÿÿýÿÿÿýýÿÿþÿÿ÷ÿÿÿÿÿÿÿÿ«ÿÿ¾ßúëÿþûzÿßúo÷ö{ïëý¿ÿûûÿÿùþÿÿ
ÿÿý÷÷_õûï›ûý÷ï»ÿ÷×~Kü÷ÕŸ{ý÷ß·ÿÿÿûÿ__í»þúý÷öþ_ÿíËÿ÷úë¾ÿþ~ÿõŸÿÿÿÝÿÿæ›môÑçþøä?þIŸ/®ÑGŸöÙçŸyüùç/þÿù÷û¯ÿþûÿ/–ÿ×ý5ÿçÿeÿöÚë?¿÷úßïÿÿÿñÿ¿ÿ~ý÷ÿÿÿýw½÷ÿÿûù÷×_ÿù÷×ÿÿÿÿ‡ÿÿÿýþë¿ýÿÿïïþÞÿß¿þﯿÿÿßïï¿þ×ÿÿÿüÿÿÿß_ýýÿÿÿîÝoþÿþÕÿûÿýÿÿÿýÕÿßÿÿÿçÿÿÿÿÿÿÿÿÿÿÿÿOÿÿÿGö¹ä¿ï¯üÿÿÿÿûæÿÿgýÿõW_ýÅ—^=íµV_u×_víõÖíÕW_øõ?úÿÿÏÿýÿïO?óðßÏ|ßôß.Úßï½ýþÿ£ÿ~?ÿÿÿŸÿ½?ÿÿÿÿÛßô¿w[÷¿ÿÞ¿ÿÿÿïÿ×õÿßÿ¿WîÿÿÿÿþýÿúëÿÆ÷þÿïýÏïþÿÿßÿÿÿÿÿÿýÿ×ñÿ¾ÿíÿ×Þ›ÿÿ|×_¹¿ù¿ý÷ßßÿÿÿßßÿýÿÿ§ÿÿÿÿÿÿþëÿÿ¿ýÙÖßÿ¿þÿÿ{ÿÿ¿ÿ{÷ÿïÏüÿÿÿß?ÿ÷ßÿûü·ý_ÿÏýu_~ûÿï¿ÿåÿ¿ü^߯½øþËß¿ÿ¶{¿ÿÎÛÏ?þøëïÿÿøÿÿÿÿÿÿ¯ßýËûÞûùÿ½7Þï}ö~êåÿÿóÿýÿûÿÿþûÿÿÿý÷ÿÿãŽÿûxÿ‡o¾ÎÝÿþóÿóÿÿý÷ûÿÿ÷Ìÿÿÿûÿÿÿÿþ}»ÿûžõ÷OþÿöŸÿÿßÿÿÿÿÿÿ¿Oþÿÿ÷ï{ÿï³íÿ¼îúí¿û÷ÿ?»îúï¿÷ý»ÿ¿ïÿ÷çÿÿÿ_ÿûÿÓ_ÿ½¥Ûÿýÿ~ÿþ÷ßoüÿÏÿ~üÿ¿ƒÿÿþÿ¾ÿÿ¿ÿþïÿ~ÿw³ÿûýÿ¿ÿ^ÿÿÿúÿÿÿÿŸðÿ¿þÿëOÿÏ?óøãý?ßøü?ÿþóÏ?þÿÍòÿþÿ?gýÿùÿÏþûó÷ÿßÿ×ÿÿÿ¿ýÿÛOóÿÿÿésÿÿÿ¿^ïÿÿÿžßN?ß?ÓÏ?•zûÿ÷þOŸß÷òbãeþþÿ½Úÿÿÿÿ¿üvûýÿÛ?ÿ¬ÿÿÿù§Ÿûü³Ÿÿûóÿÿ¿Ïÿÿÿûÿ¿ò÷ßÿõ½_~ÿåË5»þ·÷þÿÿÏ<Ýþÿÿïöÿÿÿ»æû￯þü¶¹oËoÉÿ¾lw½ÿþ+¾üõþÿoâÿÿÿÿïýÿkýýÿ_ÿÿ÷êûŸÿÿßÿÿ¿ÒKÿ½þÿ…ÿÿÿû>úïÿÿûë<ÿýúßß_÷ÿ}ÿýþÿÿóÍÿïÿÿ¿ýÿÿïÿíûÿûÿÿÛnûÿö¿¿ÿßÛnûÿÿÏnÿþÿÿÿhÿÿþÿÿ¿ÿÿÿïÿýÿûÿýÿÿÿÿÿÿÿÿÿyÞÛÿÿÿþÿù÷Úoÿí÷ßkÚùöŸÿ½æÚkþù¶Û¿ùwÛÿÛÿÿÿÿßoßÿ÷ÿwÿýóßÿ}÷ßÿýöÛÿŸÿÙÿÿ¿Ãÿÿÿýßÿ~ÿßÿ_ÿûß×ÿï÷ßÿ÷ßÿÿÿÿÿÿÿßúÿÿçÿ¯ÿþûÿ¿ÿüóï?ÿÿÏÿ÷üóÿ¿¿ßóÿÿÿÿ_¶ÿÿÿ~³ÍŸÛ®ñ÷þü¿{ÿ¿ùýßÿ¾»Ý_ýuûÿÿ“ÿÿ÷wÿë½ßÿÿïýßÞ»ïÿïûÿ·×~ÿ￿κýÿÿßüÿ®ùÇþñgŸüÙÅŸÿñgŸ~ùçŸ]öÑÇŸþêÿÿÿøûÏþýãÏ?ÿìó¯ÿþÿÿÿþ÷ï¾ÿ÷ÿÿÿ/ïýÿÿ÷ÿßÿÿïßßÿÿͽýÿÿÿÿ]ÿÿwßýÿÿÿÿ?øÿÿßÿÿöÓÿÿÿö÷ß¿ÿÿéÿÿÿûß¿ÿýÛo¯ÿÿÿÿÉÿÿÿûûÿ÷ÿþû÷¿ÿ~ßï_ýÿÿ¿ÿöÿoßýÿÿÿ/þÿÿÿÓo¿üäSÿ¿¼òûkÿöûoïÿÒÓO¿ýöÛOÿÿ×ÿ_ýÕÖK}ýÄ×Z}Íä†[´E‡_~ùÅG_|õõÇ_ÿºûÿÿö­û¿ÿýï¾{ìÿûÿ¿¿ûÿ~ýçÏ?øÌ÷ÿÿ¿ùÿÿ÷ûÿ¿÷¿ÿÿýÿúÿç¼þÿíÿßÿÿÿÿßóûÿÿÿåÿÿÿÿûÿ÷uÿ½ýoßÿýïûÿëÿ½Þýÿýÿÿÿßÿ?ÿOÿÿï÷ñÔ÷~<ѽÛ~ÿôåþÿg}ÿñÇÿõßÇÿÿÿøÿßÿývßöß·g_½ý¿þýþÿÿßÿùÿÞÿÿ÷ÿþÏß¹õ›OÝwŸwéÿ÷·ÿÇüußOþýõÝÿ/þÿ}÷_~ÿÝ÷ߝ÷oÿúû¯ýÿôÿÏ?ÿõ÷Ý~ÿÿòÿÿÿÿÿÿÿÿÿýÿß~ÿý½û}ß¿¿ßþÿý÷ÿÿÿ÷ÿÿ‡ÿÿ?þ¿þïïíòƸþ¾¾¼ñ׿ÿóÅ7»ÿóÎÿ¿üÿÿû÷þ¿ÿÿߟÿþ{ïÿ?¿g¾ÿýüÿ‡ÿþúû¿ÿþï¬þ돿üú맛~Ò᏿®ò§¿høë-·Þú㏾þøãÿ_þ_?ýõ×_}ýu×_ýÕ×ñõ×ZoýõV[m½õÖ[ÿŸûÿÿÿÿÿÿÿ¿ÿÛÿ¿ÿÿÿûýÿÿÿÿÿÿÿûÿÿÿþÿÿÿÿüÿÿûÿÿóüûÏ<ÿþãÏÿä3¿ÿÌÿÿÿóÿ?Ïÿÿ“Öçÿÿÿÿýÿÿÿõó__þÿWþüþŸþÿÿÏÿÿùüÿkð¾ê¬³¯ºêj«¯¦Š¬«åòo«ý:ûjªÎ¾êª«Îºêß›ý}çŸÿý÷ßÿÿæýÿÙÿÞü÷ßwþýöÝÞýÿ›ýÞß^ûå•W~ùåÿßþÿ÷µÿÿÿ·?~ùÿ—_~yí—÷üfÿ·ß~ûí·ß~û­µßZûíßZkí·ÖVûí·ß~ûí·ñ>þ¿ÿ¾ûî¿ïþûî¿ÿžûï¹þûï¿ûþûï¿ÿþû￯_ûÿÿÿùçÏþÿãÿÿÿýÿÿÿÿÿÿ?ÿÿÿÿÿÿÿ÷ÿÿÿÉÿßmÇ]vÛe·ÝvÛ}—ýwoçý÷ßmÿýwßÿ]÷ßÿïþÿßþÿ÷ßÿý÷ÿÿÇÿùçßþùÇŸþñçŸãÿ¶Ùo¿ÝöÙfÝöÛm¿ýßc¯ýöÙ»ýöÛo¿ýöÿ‘ýþûï¿ÿþûïÿÿþûï¿ÿ÷ÿÿýûïÿþûï¿ÿþûÿ[üÿý÷ßÿý÷ßÿý÷ßï÷ß{ÿýwßÿý÷ßÿýÿ©ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿý÷ßÿý÷ßÿý÷ßÿ÷ßÿý÷ßÿý÷ßÿý7ùÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþÿÿÿÿþÿÿÿÿÿÿÿÿÿÙûÿçŸþùçŸþùçŸþùŸþùçŸþùçŸþøgŸþÿý÷ßÿý÷ßÿý÷ßÿ÷ßÿý÷ßÿý÷ßßýôÿÿ¿ÿÿÿÿÿÿÿÿï¿ÿÿÿÿÿÿûÿÿÿÿÿï¿ÿÿûï߯ÿþûçŸþùçŸÿþûçŸßùç¿þùçŸÿþûç¿ýþŸýÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿïÿÿàÿË/¾ÜâË/¿üòû/¯ûä/¾ÜòË/¿Üò‹/¿øòËÿýßtÓMwÝtÓLn½ÔV_o5ÇrÍu×]7ÝtWMvÑõ¿øÿóÿ?ó¼ÓÏ;ÿ|÷ÿÿüÏ;ÿýóÏ;ÿüóÿ?ýüÿߍÿÿÿï¿ÿûÿÿ¿ÿíïߟÿßÿ½ÿïÿÿÿßÿÿÿýÿÿWþ?ÿÿóÏÿ|óÏÿ³÷ñÇ?|óÿ?¿üóÏ¿ÿÿóßÿÿÿðÿõÖ_ùüó~¸÷Æ~{\Ç_~ýå—Oþ×Çüÿ|“ÿ_o½õ×ÿ¾þ÷ïoïîö_ÿößn»Íöþíÿþöÿÿüÿÿÿÿýÿýóÿÿÿíã¿ûïÿ^ÿýÿÿÿþÿïÿÿ¿ÿîÿýÿÿ?ÿ}¯ÿ}çóïÿïßûÿýìûÿßÿÿë÷Ÿþÿýÿkÿÿÿ¿ßÿîî¿ÿÞ?ßÚÿÿßÏêÿÿûÿçþÿþÿøÿÿãÿÿÿÿöÿ_÷ÿÿÿýÏû¿úÿÿßÿÿÏïÿÿÿÀÿÿÿþûÿÿÿÿÿíÿÿîoÿ÷¾ÿþÿûÿÿÿïÝÿÿÿ_þÿÿÿÿ.úÿóïý¿þûÞÿï.¿þûßþÿÿsÿÿÿÿåÿÿÿÿÿï¾Ý~ýïÿïïÿïÿ~ÿÍ·ÿÿÿÿÿÿÿÿÿþ‹ÿÿßÿÿÿÿýúþßÿ¿ÿßÿüoß¿ÿýÿ¿ÿÿýÿÿ?ñÿÿÿ÷ËÏ/ÏúÞüÿïÿÿãÏ?Þüÿÿÿÿ{ÿÿÿÿÿÿ?nýÿÿ¿ÏxýõñÇøÿï?ÿ<÷ÿþÿÿ?ÿüÿÏÿÿÿÿ¿6ïÿÿÿí¼ÿΑåW믭í¶ÿó^ÿÿ¿í¶ù.9ÿÿÿÿ=Ûÿÿÿïþ7Û)¿žëµÖú¿ÿ³ÿýÿµÖÊoëýÿÿÿ¿Ã÷ÿÿ{ïµ÷Ëÿûõÿ÷¶Ý6ëÿÿï¿þÿ­¶ûwÝÿÿÿ¿¿öÿÿÿ»¯ýÿn½¯þkwùçÕÿÿ×kÿ{çÅû®ýÿÿÿoäÿÿßýÿÿ×_ý÷ÿÚ[ÿûÿÿ¿¿þß[ÿÿ×[ÿÿÿÿ‘ÿÿÿÿþÿÿ¿ÿúëïÿûïÿÿÿß8ìÿûïÿ¿žúÿÿÿ¿üÿÿÿÿþûïûøÿßî÷Þóÿÿ¶›óÞóÏ¿ýþÿÿÿèÿÿÿÿÿ?ÿþ›ïÿÿÿû?¿óÿÿÿÿçÿ?ïüÿûÿÿÿWþÿý·ÛiÿýÖßn¯ùõ׿ý÷›kºýõ×ÿý÷ßÿ_ÚÿÿÿÿÏwÏ?þü³ÿÿ¯½öÿÛÿ¿ý¯½öß}÷ýÿÿ¿Áÿÿÿÿßÿÿýÿßÿÿÿÿïÿÿÿÿûÿÿïÿýßÿÿÿÿßúÿÿÿÿÿ·ß{Ïýÿÿsÿý÷ï?ÿüúÿÿÿÿÿÿÿÿÿßóÿÿÿýó_ÿü÷íÿûåÿo¾ýß“ÿý÷ßWÿõÿÿÿ£ÿÿÿ÷ÿyÿýþßÿÿÿÞŸk¼î{ÿ¿¿þßk¯õ÷¿ÿÿÿýÿþùç›o<ùæ›þùF‹µÙgôùFm4ùçŸþêÿÿÿýÿÿ?ÿÿ÷ÿ?¿þú­ÿüãm¿¿þúë¿ùöÿÿÿ?ÿÿÿûïÿÿ]ÿÿßÿùõ×ý÷ÿßýõ×_ÿ}ýÿÿÿÿúÿÿ¿ÿþûïÿþùÿÿ¯ýß?ÿßÿï¯ý÷ßï¿ÿÿÿÿÃÿÿÿÿÿÿÿß÷ÿÿÿÿ~ýÿÿÿùïþýÿÿÿÿÿÿoþÿÿïÛÿ¿ùöÿÿïÿòÿÿÿÿÿ¿ÿÿÿÿþüÿÿÿÿÿÖÿ_½åÓ[]ýñ×}é±—õÕ×^ýå—_?íõÓ_ÿ–÷ÿ÷ö¿ïÿðÿO÷ïãÏÿ¼ûÿÿó?ÿÿ¯ÿÿÿþøÿÿÿöÿïÿý~»ßÿÿÿÿÿÿÿïßþþÿÿÿÿÿûÿÿÿéÿÿÿßýÿÝ¿ýÿýý/ÿüÃ{¿oÿ?ÿü²ûÏûÿÿÿgÿÿÿÿÿÿÿ¿ÿåÿþýõZ}öï÷×½ùßýõÿÿÿÿùÿÿ¿ÿÿÿÿÿ­ÿ÷¿×»¿ïþÿûí÷ïÿÿÿ~ßÿÿÿÿÑÿÿïûÿÿw÷Ýÿúÿwß³wÿì÷ÞÞÿÿ}ÿß?üÿÿÿþ÷¿ÿÿ÷}þýï¿þþ«~¿ôÿÎ?Þÿùßÿÿëÿÿÿÿóÿßÿûÿ÷ÿ·ÿþýÿß÷÷÷ß�÷÷ÿÿÿÿÿÿÿÿÿ¯ÿÿÿÿÿÿÿ?þ½ßÿõÿÿÿÇÿïÿÿÿ÷þÿÿ?þ¿ÿÿÿ¿õÿÿÿÿÿÿïÛîÿÿÇÿýÿÿÿþÿÿÿóÿûÿ÷ÿÿÿ¿¿çÿÿÿÿÿÿý·ÿó_ÿ¯§þ¿ÿûïÿë½ÿïûÿÿ÷þÿÿÿ?þÿÿÿÿÿÿÿïößïÍ—ÿÿûtWÿýçîýÿÿ÷ÿÿÿŸøïÿÿÿÿïÿûÝ_ÿ}µ¿þûý÷ÿÿûëÝÿÿïÿÍÿÿÿÿÿÿÿÿ?ÿ?ÿÿïÿ¼þà“Ïÿ¨?ÏÿÿçÿÏ÷ßÿÿÿÿÿcÖ?Ÿ|ñÏÿûÿÿÿó÷?ÿõgýÿÿÿ?ÿù¾ÿþÿÿÿÿëó¾í¶Ûnûïüÿ˪ê,³üò/³þ²þÿÿþÿý÷ÿúÿÿߏýµÖ\sÍÿ÷ßþçŸÿÿùŸwþùóÿõÿï¿ÿÿÿÿÿ[üÿÍöÚl³w?ùÿýÿÞï­_ûë­ïîÿÿÿ·ëÿÿÿjÿ{å¿W^ýÿýk­µÑZ­Õ~k­ýñ×ÿÿ»¿½kÿÿÿvþßïý÷þÿýï»ç®:úïëÿÿÿÿßÿýÿúÿÿßùÿûï¿ÿþ?ÿÿÿÿýó¿ÿýÿÏîïÿÿþïï×ÿÿÿÇÿ÷ÞsÏ=ÿýãÏvßußýwoÇý÷¿ùÿßoûÿûÿÿÿÿïþÿÿ/ÿüóÎÿÿù×ÿÿÿÇÿùç›ïÿõÿÿßÿÿÿÿãÿõ×_ý÷Ú¯=öÛj¿½Þg¯ý÷_÷ý÷ßÿý÷ÿ‘ý¯½öÚkÿÝÿÿý÷û¿ÿ÷ïÿýÿÿÿÿýÿÿsßÿÿÿ[üÿÿï¿ÿþßÿÿ{ßý÷Ýß÷ß{ÿÿÿÿýÿÿÿÿÿÿÿ ÿÿýÿÿÿÿÿÿÿÿÿÿÿÿÿ÷ÿÿßwßûçÿýÿþÿÿÿÿÿý—ßÿýóÇÿý÷ßÿ÷ßßõóÿÿÿÿ÷ßÿÿÿø߿믻îúöýÿÿÿÿÿÿÿÿÿïßÿÿÿÿ¿ÿÿÿÿÛÿÿG}ôÑçŸþùãŸþéŸþùâ‹îùç›þùçþ¿þú믿þ÷ÿÿ}÷ßÿ÷ßÿwÞýÿÿÿÚoÿÿÿÿôÿõ×_ýõÿþûÿÿÿÿÿÿÿÿÿÿÿ÷ûÿÿÿ×ÿÿÿÿÿ¿ÿ¯þûï¿ÿþüÿß÷ý÷ßßý÷ßÿ·ÿûÿÿ¿þûÿÿÿŸ¼ýÿÿÿÿÿïÿÿû¯¿ÿþû¿ÿþûÿýþÿÿõÿÿÿÿÿãÿÿÿþÿÿÿO¿ÿ×Ó7ý×G¿üþËïÿÿÿËo¿ýÿÿÿGåÿõ×_íuÇ]{Ýõ—]}W[m½5_~ýõ—_ùõ/ûÿëõÿûç­ÿ¿ÜóÉ?ŸüÏ;ÿä³ÿ÷ÿþý³Ïþÿÿÿÿÿïû_ïõïïÿÿýÿþßÿþ»ïÿ×ýÿÿ÷û÷ßÿÿÿÿ×þÿÿÿÿÿÿMßÏ?ûôóËŸìóÍ÷÷ÿÿÿÿÿÿÿýÿÿÿóÿ÷ßÿýæ‡_?ýõçŸtúÛ}ußWýÿÿÞÿýÿÿÿ£ÿÿ{¿þÿÿ¿ûßýÿþ¿ÿíÙ¼ßÿûýÿÿÿýÿÿýÿ÷ŸßgosõÞßþ¿ÿïÿÿ¿½×ýÿÿýÿ¿ÿÿèÿÏ?¿ÞýÿÿÛÿ߯¿þß÷¿÷ÿßþ?þÿÿÿ¿¾ÿÿÿ7ÿÿÿ½÷ßÿ¿ïÞÿÿÿÿ¿ÿÿýûýïÿ~ÿÿ÷ÿÿÿßøÿÿÿÿÿÿÿ·ûÿÿýüûýÿýÿÿ÷ù÷ýûÿÿÿÿÿÿÿÁÿÿÿÿÿÿ»ÿßÿÿÿ»ÿÿçÿÿÿÿßíÿÿûÿÿÿÿÿÿöÿÿûëÿßý÷ëÛÿ»ÿüýÿýÿýÝÿ½ÿþÿ{ïûÿÿÿäÿ÷¿}ÿýï×ïýÿÿ×ÿ»÷Û^ýÿÿÿÿÿÿÿÿÿÿÿÿ™ÿ¿¾ÿëïÿßÿÿÿ÷Ÿÿÿýÿþßÿÿß¿ÿý¿ßúÿÿÿŸð?ÿÿÿÏÿÏ¿ßçÿÿ?þüÿ¿óûï½ÿÿþÿÿúÿÿÿ?kýãùÿÿý?ÿ÷øÿïû÷×ÿŸ|òï×_ÿÿïçÿÿÿ¿fï߯ÿ?þþþûÿ—ÿÿÿ÷òýÿ¶Ûîýÿÿÿç«þÿÿÿ=Úßþÿÿ÷Ÿw¿ÿ¿Êþûÿçÿûÿ×\síüÿÿÿ¿ýÿÿÿ¿ËÿÕÿ³ýÿ÷ÿÿµÿk:½~{ÿ¶ÛÌ{ýïÿ_Úûÿÿÿö¿øÿ¹ï¾oݯþ{º¸ö~ï¿ã…÷Þ«ÿÿÿÛ½ÿÿÿoãÿí÷ÿÿÿýÿ~õÿÝ_¿ÓßOÿýßÿÿŸÿÿ×ÿÿÿÿ¡ÿï¿ÿþÿÿÿÿéì¿Xþÿ¹ÿî¿ÿþÿßüÿýöÿÿÿÿýÿß~ûíÿïþÿûÿoûýÇûÕ{Ï?ÿÿ·ÿ/»ýÿÿÿéÿßÿþßÿ¿ÿ÷Ýÿÿùöÿÿçÿÿüóÿþÿ÷]ÿÿÿOþo¾õ÷Økÿ}çÙj¿yöÛ¿ý÷×_ý÷ß~ÿ}fßÿ_Ûo¿ýÿßÿ}ÿÛ¿ýöûÿÿÿ¿öÚkÿÿÿÿýöÿÿÿ¿×ÿþûÿ¿ÿýÿ¿ÿýûíÿÿïÿÿÿ¿ÿþÿÿÿýïÿÿÿÿ¯úÿÞóÿÿ¿ßÿï¿ÿÿóë½ÿúùÿ÷ßÿÿþ÷‹ÿÿÿßôÿÿÿþûW~óîW_>û—ßî÷ß~oÿÿÿ_ÿÿÿÿŸÿ¿ÿwûÿïùúï¿ÿæÿÿüÿ?ÿ­¿þûýÿÿÿúÿÿÿ¿ü?þÙçŸM¶ÑÁ¼ùçŸþùç]ô™çž?ö‘çŸþàÿïõÿÿ÷ûÿÿNãÿ?þþç?ÿÿúk¯½ÿÿÿ÷¿þÿÿÿwÿÿÿÿÿß×ÿ÷õÿÿýýÿÿýÿ×__ýýÿÿÿÿõÿÿÿÿùÿû¿ÿÿýþÿÿÿöÿÿ¿ÿÿÍÿ¿ö¿ÿïÿþ¿¿ÿÿÿÿÛþ÷ÿÿÿçßüûŸý¿ÿ{ÿïþÿõÿýÿÿÿûýÿÿÿÏþ¯¿æÿï·ýóÿû¾ÿóÓïÿtûÿÿûãÿÿÿÿþ»ÿÿÿÿÒÿ_mõ5×]ýÅS_Ý5—3ñÕùõ×_wÜõ×_ÿ¶ÿß¿ü¿ŸæßüßÏßÿøÛ¿÷üý¾ÿþûÿÿÿÿüÿÿÿÿŸùÿ÷÷ÿ¿çßýþßý}ÿ÷ïõ½÷ßïÿÿçïûßÿÿÿÿâÿÿïûÿÿÿÛýÿýÿ¿ÿÿûÿÿÿÿÿÿÿÿÿOÿÿÿÿÿoÿÿÿ}õ×ûûýõÿOýÑ×=üõç~ÿýq÷ÿýõÿÿÿÿù÷ÿ{®óþÿ÷_ÿÿwîßÿýö÷ûþÿÞïýÿï¿ÿÿÿÿÍÿþÿ¿ÿýÿuû}ïõÝÿýýwÿó»Úÿÿÿÿwÿÿÿÿ?öÿÿ¿ý{®ÿú×ÿ¿üßÓÿúÿÿÿïÿ÷ÿýúÿÿÿÿõÿÿÿÿÿÿý¿îíÿÿ|y÷¿¿þßÿÿÿûýÿÿÿûÿÿÿÿ“ÿÿÿÿÿÿÿïÿÿÿïÿìÿgûÿÿÿ?ýü¿ÿ?ÿüÿÿÿýÿ·ÿÿçÝÿÿ{ÿÿõçÿûûÿÿÿûïþ÷ÿûmÿÿÿÿkÿÿÿïý·Ï?ûîÿÏþ¿þ¯¯þÿÛŸÝoÿûé_üÿÿÿ'þÿÿÿÿÿ¿yñóÿ¿þ·ýÿõÿïÿÿÿß¿ý÷ÿÿÿŸùÿÿÿþ÷ÿßûÞÿÿÿ¿ÿÿ÷öŸoï¿ý¿þûïÏÿÿÿÿÿÿÿ¯¿¼?ÿ¨?ÿÿÿÿïÿÏÿÿ­ÿÿy/ÿÿÿÿÿÿÿÓÖ?ÿüóåÿó÷üÿÿÿÿÿÿÿÿÿ?ÿìûüÿÿü÷ÿÿÿëò¾í¶Ûî™ÿÿóþÿ¯ÿÿÿÿ÷ÿÿ¿íö{ÿÿÿô_ÿÿÿß«ýµ×^sÍÿçÏ÷ÿÿþÿÿÿÙÿ?ÿµÖ^ûÿÿóþÿÿÿÿÛüÿÅÛÞûßüÿê{í¿×þÿïÿßþ­6óÿÿÿ¿×ìÿÿÿnÿ{å•÷Þ¿õÖ÷ÿ«ÿ¿úÿ×ÿwyç•ÿÿÿÿÙWÿÿÿþß/¿¼ßÿÿÿÿ_ý·Õÿ?ÿÿ÷Û[ÿ÷ÿÿÿÿõÿÿÿ_ûÿ{í¿ÿþþÿÿÿÿúÿ©ÿÿÏÿÿœo¿ÕÿÿÿÿÿÿÿÿÝÿ÷ÞsÏ?ÿÿ·ï¿ÿþÞûÿÿ¶ßïõÞóÏïÿÿóïÿÿÿïúÿ÷ÿüóßÿÿÿÿçŸÿÿÿñ÷ÿ?¿ü÷ÿÿýÿÿÿ‡ÿõ×_ývÚ|ÿý÷ü½š}ÿÙõ×_ÿÝ÷ßÿý÷ÿ‰ý¯½öÚkþßßÿÿÿÿÿÿ÷ÿÿÿ¯½öÚýÿÿ÷ßÿÿÿ›ýÿÿï¿ÿþßÿþÿÿÿÿÿÿßÿÿÿÿÿï¿ýÿÿÿÿÿÿÿÿ­ÿÿÿÿÿÿýÿ¿ÿúïöxú'¿þóÿý÷çïíÿÿÿÿÿUÿûý÷ßþûß“ü÷Ç—ÿýä÷ÿí·_ÿ~÷ßÿÿÿøÿ?묷þÿýÿ½~{_¿¼þÿÿÿÞë®ÿÿûëüûÿÿÿÏÿÿG}ôùçŸoôÙç›mtéŸþùG}îÙGŸþùçÏþ¿þúë¯ÿÿûÿ¯ÿüçÏÿûóëÿ¿þúëÿÿþûûÿÿÿóÿõ×_ýÿÿÿ{ýçÿ~ú¿_ÿõ×_ÿý÷ßßÿÿÿÿ·ÿ¯þûï¿ÿÿÿÿë¿ÿÿûÿßÿÿÿ¯ÿÿÿÿ¿ÿÿþÿÿÿ?üýÿÿÿÿÿÿÿ_ÿõÿßÿ÷ïÿÿí¿ÿþÿý¿÷þÿÿÿêÿ¿ÿÿÿÓÛï¿ÿÿÿÿÿÿÿÿõÿòÿÿ¿ýïÿÿ¿ýÿÿÿ'ýÿÕ—{½µW~ùÑ×_=õ×OoýÅ×_íõ×_ýõ/ûÿÿÿ÷ÿûöåÿþÿóÿÿûÿ½ÿÿÿóŸÏþÿÿ¿Ïþÿÿÿÿÿÿÿ{ÿóÿÿÿÿëÿÿÿÿëïßûÝÿÿþÿÿÿÿÿÿÿ'þÿßÿÿwí÷ÝÿÿßÞÿý÷ÿ¿ÿý?÷ÿÿûÿÿý÷ÿÿÿ÷¿÷ç›ÿùÆÓ×ÿ÷ÿýþìùöÿ}ÿùg_Wÿþßÿÿÿÿ·ÿëÿ¿ÿ»ïÝýûýûÿÿÿûçõïÿîöïÿÿÿÿÿÿÿ¿üÿÜÿË?÷¬µÿ=ÿßöß~÷Ï/ÿùóÿýýÿý÷ÿÿÿÿàÿûÿ¿ÿþÿÍ¿öÿÿß~ïýW»öòûoßýÿÿÿÿ¿ÿÿÿgÿÿ¿ýòÿ÷ýßýÿÿ¿ÿûÿßÿÛüýÿûÿÿÿÿÿÿÿ¿øÿÿÿÏ?üüõöÿÿÿÿ?þÀÿŸÿýÞÿÿøÿÿÿÿÿÿÓÿÿÿþ÷ç¿ÿÿþÿÿÿõïwÿÿ}ïÿÿÿßmÿÿÿÿÿÿïî¿îÿÿ®»üºï¿ÿûûÏ¿ûûÿ/Ÿ¶ûßÿÿýÿÿÿÿÿÿa¿÷¿ÿÞÿýóý¿ï®ûîkÿÿ½ç¾ÿÿÿÿÿÿÿÿÿÿ­ÿßþÿÿ¿ÿ÷ÿÚëÿÿÿÿÿÿÿÿ÷¿¿ÿÿÿÿÿÿÿÿÿÿ?ðÿÿÿÿÿÿ³Îüßÿ?ÿ¿óÌÿ<óü3ÿÿÿÿÿÿÿÿÿÿ?oýÿÿñÿýy×ÿÞÿõן?÷ÿË÷ßü?ÿüÿÿÿÿÿÿ¿Fïóg=ûì¿­êï÷ÿÏšë/ëšë¬³æºí¶ÿÿÿÿÿÿÿýÚŸëýóÏþy·ÿßÿÛßÿ÷ÍÿßµÖúÿÿÿÿÿÿ¿Éÿßâßÿÿÿë}oïÿ÷ÿÿéÿWþí¯Í¶úÿÿÿÿÿÿö¿gï¿öþkïÿÿÿï¿öÖ¯½ÿÚû¯yåÝÿÿÿÿÿÿoâÿÿ׿ÿ¾úïþýÿï¿ïþï¿ïþûïßoÿÿÿ¯ÿÿÿ¡ÿÿ¿þÿÿýÿÏÿËÿÿÿþÿÿüÿ×ÿûïÿÿÿ?ÿÿÿÿüÿÿÿß}ÇýwÿìÿÿwÞwç÷ß}ÿÝ÷÷ÞóÏûýÿÿÿãÿÿýÿþýßßÿÿÿÿßÿÿ÷_þñçÿ?ïüç_ÿÿÿ_þßý¶Ûn·½ö˜¿íöØî}vÛn»ýõ×ÿý÷ÝÿßÙÿÿÿóÛo¿ý÷Ýÿ¿ÿûßïÿûÛ¿ÿþ¯½ößÿÿÿÿÿ¿Áÿÿÿß}÷Ýw÷ßÿÿÿ}÷ÿ½÷ßÿÿïÿÿÿÿÿÿÿ¿úÿÿÿÿÿÿÿÿ/ÿÿÿÿÿÿÿÿÿÿÿÿÿý÷zëÿÿÿ_ñÿÏÿÿý÷ßÿýýÿÿý÷ÿý÷ßûý·ß—_þÿÿÿ·ÿ¿ùÿÿÿÿÿÿßëÿÿÿÿÿþÿÿÿÿÿÿŸk¯ýÿÿÿÿÿßüÿ}þùçŸþÙfŸþùçŸÿùçŸþùFmþùçŸþèÿÿÿÿÿçßÿßÿûÿÿý÷ÿÿ÷ß¿þú믿øÿÿÿGÿÿÿÿÿÿÿÿÿÿÿÿÿÿï¿¿ûÿÿÿÿÿõ×_ýõÿÿÿÿùÿûÿÿÿÿ÷ÿÿþþÿŸÿþû¿ÿþù矯ý÷ßÿÿÿÿÿÿÇÿßþÿï¿ÿþëÿÿÿÿÿÿÿÿÿÿÿÿÿýÿÿÿÿûÿÿÿßþÿÿÿÿû¾ùöûOþÿöÛoöÛoÿÿÿÿÿÿ¿ÿÿÿÿÿÿ×ÿ_ýõ—_½e—_6Ýe—wÕTW_ýå_íõ×_ÿ«ÿÿÿÿ}‡ÿÿï÷¿üþË·ßòË?ÿüóŸÿ÷ÿÿÿÿÿÿøÿÿÿÿÿûÝÿý}ýÿûÿ×ÿÿÏ}ÿý÷×ßÿÿßÿÿÿÿãÿÿÿ÷ÿÿýwÿÿÿßöÛ}ÿÿÎûïýÿÿÿÿÿÿÿÿÿÿÿÿÿ·ÇÞ~ùŸÿ~ýÕ×}ýô×ßwÿ÷ßÿûÿÿÿÿ?ûÿÿÿë¿÷îÿû¿ß맿ºª¯»ö×oïÿïþÿÿßÿÿÿÒÿÿÿþûïÿý¿ý¿÷ÿèÿ÷ãóÿÿÿÿýÿÿÿÿÿÿÿWþÿÿÿÿûÿý÷ýÿþÿÿûý=¿ÿ¯¿þÿÿÿÿýÿÿûÿÿ?ñÿÿÿÿÝçÿÿíÿÿÿÿÛÿ÷üÿýÿÿûÿÿÿÿÿÿÿÿÿÿ»ÿÿþÿÿÿýßÿüãÿÿÿ}ïwÿÿýÿÿÿÿÿÿÿÿÿÿÿOÜÿÿÿÿóßÿÿ¿¿ÿûÿÿú{þÿÿÿÿÿÿÿÿÿÿ{ÿÿÿÿíÿÿÿþŸ×Ÿÿý÷ÿ¿óî?óOûïýÿÿÿÿ/¿¾ÿÿÿWþÿûÿÿÿÿÿÿþûÿÿÿúÿÿÿÿßmÿÿÿÿÿÿÿÿÿÿÿ?úÿÿÿÿÿÿÿÿÿ_ÿûÿÿÿÿÿÿúÿÿþÿïÿÿÿÿÿÿÿÿÿÿÿ¿ÿßû÷ßwþÿÿ½ßûûÿÿÿÿÿÿÿßÿÿÿÿÿÖÿÿÿóÏ?ÿþ³Ï¾ûÿÿ¿ûÿÿÿÿÿÿÿÿÿýÿÿÿÿkñþÿÿÛn»ížÛo¿÷ÿÿ﹟ÿþ¿üÿÿÿÿÿ—ÿþÿÿߏýÿÿ_k­µÖZ{íµÿŸ¹µûïÿïÿÿÿÿÿÿûÿÿÿÿüÿÿÿßj³Í¼ßl3ïÿÿ˳<ûÿÿÿÿÿÿÿÿ5{ÿÿÿÿlÿÿÿ¿w^yå½W^yïÖk[½Õÿï¿ÿÿÿÿÿÿÕÿÿÿÿvÞÿÿÿ½õÞÿý½÷ÿÿýß¾íÿöÿÿÿÿÿÿýÿúÿÿ_ùÿÿÿ¿ÿþûï¿ýöÛû¿¿ÿûÿ‡ÿÿÿÿÿÿÿÿÿóÿÿÿÇÿÿÿï=÷üsï=ÿü·ÿ½ßóßÿÿÿÿÿÿÿÿûÿÿÿÿþÿÿÿÿÿóÏ?ÿÿóÏÿýýïüÿÿÿÿÿÿÿÿÿýÿÿÿåÿ÷ß_ýõ×_ýõßi_ýÓ¯ý¶ßÿý÷ßo÷ý÷ÿ¡ýÿÿÿÚk¯½öÚk¯ýÿ;¿÷Ïÿóÿÿÿÿÿÿ7ßÿÿÿûýÿÿÿÿÿþûïÿÿþûÿÿÿïÿÿßÿÿÿÿÿÿÿýÿÿÿÿ¢ÿÿÿÿßÿÿÿ÷÷ßÿÿÿÿ¯¿þÿÿÿÿÿÿÿÿ¿ÿÿÿÿÿÿÿ¿ß~ûí÷ß~ÿýûîÿ{µõ›ïþÿÿÿÿÿ÷ßÿÿÿÿùÿÿÿý·îºëÿ±Æšïÿ÷çþÿßÿÿÿÿÿÿüÿÿÿÿÓÿÿçŸ?ôÐCŸo´Ñf¾ù›oöùçŸþùçoþùçþÿÿÿ맟~ú믿þÿÿ¯ÿßÿÿÿýÿÿÿÿÿþÿÿÿÿÿáûÿÿ_ýõ×_ýõÿÿýÿÿÿÿýÿÿÿÿÿ÷ßÿÿÿÿ‹ßÿÿÿj¿ýöûúÿÿÿÿÿëŸþúÿÿÿÿÿÿ¿ÿÿÿÿÿõÿÿÿ×ÿÿ¿ÿ×þûïÿ÷_ÿõ×ÿûÿÿÿÿÿ½÷þÿÿÿíÿÿÿÿÿÿþ?ÿ÷ÿSoÿÿÿ÷ÿû÷Ûûÿÿÿÿÿÿÿÿÿ'þÿõ×_~ôÔ×_~éå–_~ý×ýÕ×_{ýõ—_ýõoûÿÿÿ?ÿøóÏ?þøñûÿÿøÏ?¾ÿøÿÿÿÿÿ[ÿþÿÿÿŸÿÿÿßÿûÿ¿þ{í÷ÿÿÿûÿß»ÿÿÿÿÿ¿¿ÿÿÿÿ—úÿÿÿóÏ?ïüo¿ÿþ¯ÿÏ¿üóÿÿÿÿÿÿÿÿý÷ÿÿÿöÿÿÿ_ÿý×_ŸýýYÿÿÿýßÿý÷ÿÿÿÿÿß_ÿÿÿÿ¯ÿÿõÿÚÿî¿ï¯úÿÿïÿÿ½ÿ¿úÿÿÿÿÿÿ¿ÿwÿÿÿ?ýÿÿÿÿßÿý÷Ï?ûøÿÿßÿ÷ÿ{ÿÿÿÿÿÿÿ×ÿÿ÷ßåÿÿÿÿÿÿã¯ÿÿþûþßýÿc¿öÿÿÿÿÿÿÿþ?¿ÿÿÿgÿÿýÿßÿ÷ûûÿÞÿÿÿÿÿýÿÿÿÿÿÿÿÿÿ÷÷ÿÿ÷ÿøÿÿÿõÿ¿þßÿÿ¿ÿsÿ?ÿò÷=þýÿÿÿÿÿãßÿÿÿÿÕÿÿÿÿÿþ÷ÿÿÿÿßüÿù÷þÿïïÿÿÿÿÿ¿ßþÿÿÿŸþÿÿ÷þ¿ÿþëí÷ûþâïý÷ýßÿÿÿÿÿÿÿÿúÿÿÿÿàÿÿÿÿÿ÷ñÔ?þýãÿùÿÞÿÿÿÿÿÿÿÿÿßÿÿÿÿÿ™ÿÿÿÿïûÿ¾ûý·¿ÿÿÚÿÿúÿÿÿÿÿÿÿÿûÿÿÿÿ?ðïýÿÿÿóÿ÷ÿÿÿ½÷ÿÿÿÿÿüÿÿÿÿÿÿýÿÿÿÿ?dýï¿ÿÿýßÿÿÿÿÿ¿—ÿÿÿýÿïÿÿÿÿÿÿßÿÿÿÿ¿fï{îùïÜÿÿÿÿÿþûýÿÿ?åÿÿÿÿÿÿÿÏÿÿÿÿÿ½Û_n¹ÿöÿ?ÿýÿÿÿïïÿÿÿ­ÿÿÿÿÿÿÿÿÿýÿÿÿ¿Ëÿ÷Ì«ïÿÏ_Ûþ÷Ë0ÿÿÿ^åÿÿÿÿÿÿÿ_“ûÿÿÿ¿öÿVÛý—îßæþkK¹ÿÿ®iÿÿÿÿÿÿÿÿ_½ÿÿÿïàÿ÷ßöÿ½¿ÿßÿÿý÷Ûÿÿûûëÿÿÿÿÿÿÿÿßÿÿÿÿ©ýï¿ÿÿÏèÿÿóûÿÿœþÿ¿üÿÿÿÿÿÿÿÿöÿÿÿ“õï=ÿüþßÿ¿ù·ÿ?½íÿoùþÿÿÿÿÿÿ¿ÿýÿÿÿäÿÿÿñÆÿõÿßÿýןÿ÷ÿÿÿÿ×ÿÿÿÿ÷_ÿÿÿ/þ_ý÷š}§ýæÝwßÍöß¿9ößÿ}÷ß¿=6ßÿßÙÿÞ{ÿÜÿÿýóÿÿÿýþÿÿÿ÷ýÿÿÿÿÿÿÿ|ÿÿÿÿ¿Ùÿÿÿþßÿÿ÷ßÿÿÿýÿÿÿÿ÷ÿÿÿÿÿÿÿÿ÷ÿÿÿÿÿŸúÿÿúë?ÿÿÿÏïÿïŸý×bÿÿ÷ÿúÿÿÿÿÿ¿ÿÿÿ_ð¿ÿÖ[oýî¿_ûïïÿÿ×ÿýÿÿ—ÿÿÿÿWÿÿÿÿÿ»ÿÿù÷ßÿÿßÿÿÿïÿíþÿ¿úßÿþÿÿÿÿÿ÷f÷ÿÿÿýÿo¾ùÆŸþùçþ¹çŸõùæŸþù矼ùçŸþíÿëÿÿÿçïÿÿÿÿÿïÿÿ÷/¿ÿ÷߯ÿÿÿÿÿÿÿÿÿÿOÿ_ÿÿÿÿÿýýÿÿÿ÷ÿ¿ù÷¿ÿ~ýÿÿÿýýÿÿÿ¿úÿúë¯ÿÿÿÿÿÿÿÿÿÿÿÿíïÿÿÿÿÿÿÿÿïÿÿÿÿÿÍÿ×_ýïÿÿÿÿÿÿÿÿï_þíï¿ÿÿÿÿÿßûÿÿÿÿÿþÿÿÿÿï¿üòË·ÿÿÛÿÿ?ÿÿÿÿÿÿÿÿ÷ÛÿÿÿÿÖÿ_ýô“_~©õCÝõ×~ýõ×_ýõ×_ùå—_ÿšÿ?þøóõßÿ¿ûÿÿþÿÿÿïÏÿÿÿÿÿÿ¿ûüÿÿÿ_ùÿÿÿÿÿßÿûýÿÿÿÿÿÿÿÿþÿÿÿÿÿÿÿÿÿÿÿçÿsÍ=÷ÿ¿ÿÿÿÿÿÿõÿÿùïÿúÿÿÿÿÿÿýÿÿÿÿÿ7ÿ÷ý÷W_õýÝ_}ýõÿ_ýöýÿÿÿÿÿÿÿÿ÷ÿÿÿÿû¿ÿ¾íïõÕW¾½÷›ë¿ß¿ëýÿÿÿÿÿÿÿÿÿÿÛÿÿÿÍÿ÷ÿýñÝ?¿Ýw×ÿûÿöüÿÿÿÿÿÿÿÿÿÿûÿßþÿÿºÓ?ýÿóß~ÿÿÿý¿vûÿÿÿÿÿÿÿÿÿúÿÿñÿÿÿûïöÿßïÿÿïýÿß}ûÿÿÿÿÿÿÿÿÿÿÿÿÿŸÿÿÿÿüýÿ;ß~ÿßÞÿÿÿïïøÿÿÿÿÿÿÿÿÿÿÿÿÿßüÿÿÿ·ÿÿÿù÷ÿÝýÿÿÿÿíýÿÿßÿÿÿÿÿÿÿÿÿÿæÿÿ«¿~úë¯ßv¿ïþóýÿý¿üÿÿÿÿÿÿÿÿÿ¿ÿÿÿþÿZýõ×_½ÛÞÿÿÿÿÿ½ÿ¿ÿÿÿÿÿÿÿÿÿÿÿÿWÛÿß¿ÿüÿÿÿÿ÷üÿÿÿÿï÷ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ?ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿSÖÿÿÿÿùÿÿÿÿÿÿÿüóÿÿÿóÿÿÿÿÿÿÿÿÿÿÿÿÿköþÿ¯«ÿúë﫯úû¶Ûþ;Ÿþÿÿÿÿÿÿÿÿÿÿÿÿÿß¿ýÿ÷Ÿ?ßü÷Ÿþü×^û¿ùÞÿÿÿÿÿÿÿÿÿÿÿÿÿÿ»ýÿßúÿ¯7þúë­¿–ZêÿÇðêÿÿÿÿÿÿÿÿÿÿÿÿÿbÿÿß^ûíµ×^{íµçwÿÿÿvÿÿÿÿÿÿÿÿÿÿÿÿÿ^þÿÿ>ûï·Ï~ûí³_/½ü¿¿¾ýÿÿÿÿÿÿÿÿÿÿÿÿßøÿÿÿùÿÿþÿÿŸÿï¸ÇÿÏüÿÿÿÿÿÿÿÿÿÿÿÿÿÿÑÿÿ—ÝvÛe·ÝöÝÍ{Ïïöÿÿÿÿÿÿÿÿÿÿÿÿÿ¿þÿÿþùçßþý÷Ÿÿÿ¼óïýùÿÿÿÿÿÿÿÿÿÿÿÿçÿ÷Ûj»½vߏÍ÷×_ÿýß~ÿý÷ßÿý÷ßÿý÷ÿ‰ýÿû¿ÿ÷ßÿý÷¿öÚ÷÷ßÿÿÿÿÿÿÿÿÿÿÿÿÿûüÿÿwß÷Ý÷Þ}÷ýÿ¿ÿïÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ ÿÿÿÿÿÿÿÿÿÿÿÿýÿßÿ¿ÿÿÿÿÿÿÿÿÿÿÿÿÿÿ%ÿÿÿ÷ßÿý÷ßÿý÷ßû×Ýÿÿÿÿÿÿÿÿÿÿÿÿÿ?úÿÿÿÿÿÿÿÿÿÿÿÿ¯µþÿ­ýÿÿÿÿÿÿÿÿÿÿÿÿÿ×ÿÿçŸþùçŸþùçm´yMþùçŸ_þùçŸþùçßþÿÿ÷ßÿý÷ßÿýúë¯ÿÿïÿÿÿÿÿÿÿÿÿÿÿÿÿöÿÿÿÿÿÿÿÿÿÿÿÿ×_ýÿwßÿÿÿÿßÿÿÿÿÿÿÿÿÿÿÿý÷ßÿý÷ß¿þÿÿßÿ¿ÿÿÿÿ¿ÿÿÿÿÿÿÿÿ?ýÿÿ¿ÿþûï¿ÿþûïÕÿý?ÿüÿÿÿÿýÿÿÿÿÿÿÿÿêÿÿo¿ýö×_ýõ×ÿÿÿÿGÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿuW]wõõ×^õõ×_m‡O~éå×_ýõ×_ùõ¿úÿÿË/¿üóÏ7ïüóÿÿÿýÿÿþÿÿÿÿÿÿÿÿÿÿÿÿÿ‰ÿÿÿÿÿÿÿÿÿÿÿÿÿ÷ß{ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿWþÿÿüóÏ?ÿüÓÏ?ÿÿÿÿÿÿûßûÿÿÿÿÿÿÿýÿÿòÿÿ÷ß_ÿý÷ß÷ùí§Ÿ¾åoýÿÿÿÿÿÿÿÿÿÿÿÿÿ«ýùÿþ÷ï~ëþ÷ÿÿÿÿÿë¿ÿÿÿÿÿÿÿÿÿÿ}ÿÿüÿûïßÿÿ÷ÿÿÏÿÿïÛÿþ÷ÿÿÿÿÿÿÿÿÿÿÿ¿ÿçÿÿÿ¿ýÿÿÿÿÿÿÿÿ7ÿ²ûÿûÿÿÿÿÿÿÿÿÿ¿ÿÿÿsÿÿ÷ÿíÿÿÿÿÿÿÿÿÿýÿßÿÿÿÿÿ÷ÿÿÿÿÿÿÿÿÿ?ûÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÀÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ÷ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÏþçß?ïþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿûÿÿâ¿ÿÿ¿ÿÿÿÿÿýÿ¿ÿþë—ÿýÿÿÿÿÿÿÿÿÿÿÿÿ‡ÿýÿÿÿÿÿÿÿÿÿÿïÿÿÿýÿÿÿÿÿÿÿÿÿÿÿÿÿÝÿÙçŸ}þùç‡þùç›}þ§ŸþùçŸþùçŸ}úùÿïÿß~ÿí÷ßüóßÿí÷?ÿý×ßÿý÷ßí÷ßÿ/ÿÿí÷Ûÿý÷ßwÿí÷߯ý÷ßÿý÷ßÿý÷ßÿÿ»ÿÿ÷÷w¿ÿÿ½ÿÿÿ÷ÿïÿûÿÿÿÿÿÿÿÿÿ÷ÿÿ¿Ñÿßÿý÷ßÿý÷ßÿý÷ÿÝ·ßÿýwßÿý÷ßÿÿþ?ÿüsÏ?ÿüóÇ
÷üóÏüóÏ?ÿìòÏ?ÿüóÏ?ÿÿðÿý÷ßÿý÷ßWßý÷ßÿ÷Ýoÿý÷ß¿ý÷ßÿýÿÿŸ~ú駟~ú駟~úé§ú駟~ú駟~ú駟þßüÿþûï¿ÿîûï¿ÿþûï¿ÿûï¿ÿþûï¿ÿþûï¿ÿþÿâÿÿÿÿïÿÿÿÿ¿ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ/ÿ¿ÿþûï¿ûÎûï¿ÿþûïÞþûî¿ÿþûï»ÿþûï¿ÿ?ùÿÿÿÿÿ¿ÿÿÿÿÿÿÿÿÿÿþÿÿÿÿÿÿÿÿÿÿûÿÿÿÿÅÿ¿ÿþûï½ÿþûï¿ÿþûïÿþûï¿ûþûï¿ÿþûï¿ÿÞÿÿÿÿÿïÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþÿÿÿÿ÷ÿÿÿÿÿÿÿý·ÿÿÿÿÿÿýÿßÿÿÿÿÿÿÿÿÿÿÿÿÿ³ÿÿÿÿ¿ÿÿï¿üÿÿÿÿÿÿÏÿÿýÿßÿÿÿÿÿÿÿÿÿÿ]üÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¿ÿÿýÿÿÿÿÿÿÿÿÿÿÿÿÿûîÿÿþûÿ¿ÿþûïÿÿþûÿÿÿÿï¿ÿþÿï¿ÿþÛï¿ÿþ'ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ÷×ÿÿýÿÿÿÿÿÿÿÿÿÿÿÿùÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþ÷ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÛûÿÿÿÿÿÿÿÿÿÿÿÿÿÿýÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¿þÿßÿó÷ßÿý÷ßÿÍ÷üý÷ßÿý÷ßÿý÷ßÿ÷ÿ÷ß?ÿý÷ßÿü÷ßüÍoÿý÷ßÿý÷ßÿý÷÷›ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ|ÿýÿ×ÿý÷ÿ_ÿý÷÷ßÿuß÷Ý÷ßÿýwßÿÿëÿö×ßÞýõ×_{÷×_ß¿ÿýõ÷]ýõ×ßýõ·[ÿÿ
\ No newline at end of file
diff --git a/ea/layla24_dsp.fw b/ea/layla24_dsp.fw
new file mode 100644
index 000000000..f4bcacb79
Binary files /dev/null and b/ea/layla24_dsp.fw differ
diff --git a/ea/loader_dsp.fw b/ea/loader_dsp.fw
new file mode 100644
index 000000000..abe8b39fb
Binary files /dev/null and b/ea/loader_dsp.fw differ
diff --git a/ea/mia_dsp.fw b/ea/mia_dsp.fw
new file mode 100644
index 000000000..9e4f58b0c
Binary files /dev/null and b/ea/mia_dsp.fw differ
diff --git a/ea/mona_2_asic.fw b/ea/mona_2_asic.fw
new file mode 100644
index 000000000..e19c6e75e
--- /dev/null
+++ b/ea/mona_2_asic.fw
@@ -0,0 +1 @@
+ÿ<+ùÚýõ÷wýõ×_wýé÷ßýí×ßþýõ×_ýí×_ÿöÿý÷ß÷ý÷ßÿý÷ÿÿß÷ÿÿÿõßÿý÷ÿÿýÿ¿ÿÿÿÿÿÿ÷ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¿ýÿý÷ßÿý÷ßÿý÷ßû÷ßÿýößÿý÷ïÿýÿèÿÿý÷ßþý÷ßÿýwß|ÿwß÷ñ÷ßÿý7ßÿýÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ÷ûÿÿÿÿÿÿÿÿÿÿÿ÷ÿÿÿ?ëÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¿ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÉÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿöÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ?þÿï¿ÿþÿï¿ÿþÛÿ¿ÿþÿ¿ÿþûÿ¿ÿþÛï¿ÿþûïöÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ—þÏÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿóÿÿÿÿÿÿÿÿÿÿÿ_üÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿßÿÿÿÿÿÿÿÿÿÿÿÿÿàÿÿÿÿÿÿÿÿÿÿÿþÿÿÿÿû½ÿÿÿÿÿÿÿþÿÿÿÿÿÿÿÿþûï¿ÿþûï¿÷þûï¿¿ûï¿ÿþûï¿ÿþûï¿ÿþÿûÿ÷ßÿý÷ßÿý÷ßÿýÞÿý÷ßÿ½÷ß?ÿý÷ÿÅÿçŸþùçŸþùçŸþù—¿ùçŸþùçŸþùçÿŸþÿý÷ßÿý÷Þÿý÷ß¿÷ßÿýçß÷ý÷ÞÿýòýùçŸþùçŸþùçŸöçŸþùçŸþùçŸþù·«ï¿ÿþûï¿ÿþûï¿ÿþûïÿþûï¿ÿþûï¿ÿþûï¿ÿ_}ÿý÷ßÿýõßÿýwßý÷Ûÿý÷ßÿýõßÿÿlÿÛo¿ýöÛk¿ýöÛo¿ýök¿ýöÛo¿ýöÛo¿ýöÛÿV·ÿÿÿÿÿÿßÿ¿ÿÿÿÿÿÿûÿÿÿÿÿÿÿÿÿÿÿÿÿÿ;øÿÿÿÿÿÿÿþÿÿÿÿÿÿÿßÿÿÿßÿÿÿÿÿÿÿÿÿÿÿÿÍÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþÿÿÿÿÿÿÿÿÿÿÿÿÿÏãÿÿÿóÿÿÿÏÿÿÿÿÿ?ÿÿñÿï¿ÿüûï¿ÿþûï¿ÿþú¿ÿþûï¿ÿþúï¿ÿþûëÿ›ÿÿÿÿÿËÿÿÿÿÿÿÿÿÿÿßÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ?üÿÿÿÿßÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿáÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ÷ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿOÿÿÿÿÿþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþÿÿ¿úÿÿÿÿÿÿÿÿÿÿÿÿý÷ïÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÑÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿýýÿ×ÿÿÿÿÿÿÿÿÿþÿÿÿÿÿÿÿÿÿÿÿÿïÿÿÿÿçÿ¿þÿÿÿþÿÿïÿÿÿðÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ÷ÿÿÿÿÿÿýÿÿÿÿÿÿÿÿß·ÿÿÿÿïÿÿÿÿÿÿûÿÿßÿÿÿÿÿÿßÿÿÿÿÿÿÿÿÿÿýÿÿÿÿÿÿÿÿÿÿÿÿÿÿþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ÷êÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþÿÿÿÿûÿÿÿÿÿÿÿÿÿÿ'ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿøÿÿÿÿÿÿÿÿÿÿÿ¿ÿþóïÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿËÿÿÿÿÿÿÿÿÿÿ¿ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¯þÿÿûÿÿÿÿÿÿÿÿÿÿÿþþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÀÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¼õÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿú½ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ÷fÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿnÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÙÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¿“ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿwþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿóŸÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ›ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿßøÿý÷ßÿý÷ßÿý÷ßÿ÷ßÿý÷ßÿý÷ßÿýcÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿFÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ?ùÿÿûÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÛÿÿßþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿïþÿÿþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿõÿÿñçŸþùçŸþùçŸþçŸþùçŸþùçŸþù—ÿÿ¿ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ?ýÿÿýÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿáÿÿïÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿúÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿËÿýõ×_ýõ×_~ýõ×_ÿõ×_ýõ×_ýõ×_ýþÿÿÿÿÿÿÿÿÿÿÿÿÿþÿÿÿÿÿÿÿÿÿÿïÿÿÿÿÿÿäÿÿÿÿÿÿÿÿÿÿÿÿ¾ÿÿÿÿÿÿÿÿÿÿÿûÿÿÿÿÿÿÿ¥ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿïÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿøÿÿÿÿÿÿÿÿÿÿýÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿçßÿÿÿÿïÿÿÿÿÿýÿÿÿûÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿOüÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿß¿þÿÿÿÿÿÿÿÿÿÿÿÿÿÿúÿÿÿÿÿÿÿÿþÿÿÿÿÿÿÿþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿË¿ÿÿÿÿÿÿÿÿÿßÿÿÿÿÿ÷ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþÿÿÿÿÿÿÿÿÿÿÿÿÿóß¿ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿöÿÿÿÿÿÿÿÿÿÿÿÿÿúýýÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ÷ÿÿÿÿÿÿÿÿÿÿÿÿÿýÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿßýÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿïÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿïÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿOüÿÿÿÿÿÿÿÿÿ÷þÿÿÿÿkïÿÿÿÿÿÿÿÿÿÿÿÿÿÿYÿÿÿÿÿ÷ÿÿÿ?þÿóÏ?_ùÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¯Ùûÿÿÿ?õÿÿÿÿåÿÛn¿ýnþÿÿÿÿÿÿÿÿÿÿÿÿÿïöÿÿÿÿ¯ÿÿÿÿ¯þ_síµ×óÿÿÿÿÿÿÿÿÿÿÿÿÿÿï÷ÿÿÿÿÿÿÿÿÿýÿßl³Íöÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ‡ýÿÿÿÿ¿ÿÿÿÿ«ÿ¿W^yµÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ›ùÿÿÿÿ_ÿÿÿÿ_ÿÿý÷ßÿ÷ÿÿÿÿÿÿÿÿÿÿÿÿÿÿíÿÿÿÿÿúÿÿÿÿúÿ¿ÿþû¿ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿWÿÿÿÿÿÿÿÿÿÿÿþï=÷üÏÿÿÿÿÿÿÿÿÿÿÿÿÿÿøÿÿÿÿÿÿÿ¿ÿÿÿÿÿÿóÏ¿üÿÿÿÿÿÿÿÿÿÿÿÿÿÿ‹ÿßÿý÷ßÿýöß_ýõ_ÿý÷ßÿý÷ßÿý÷ßÿWöÿÿÿÿÿÿÿÿÿóýÿÚk¯ýÚÿÿÿÿÿÿÿÿÿÿÿÿÿÿï÷ÿÿÿÿÿÿÿÿßÿÿÿÿþû¿ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿŸþÿÿÿÿÿÿÿÿÿûÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ—ýÿÿÿÿÿÿ¿ßÿýÿÿÿÿý_ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿåÿÿÿÿÿÿÿÿÿßþÿÿ»îº¯ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿOÿÿŸþùçŸoþÙçŸôÑg}þùçŸþùçŸþùçŸ?úÿÿÿÿÿÿÿßÿ¿ÿÿ믿þkÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÝÿÿÿÿÿÿÿÿÿÿ÷ÿ_ýõOÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿïþÿÿÿÿÿÿÿ÷ÿïþÿúÿÿýÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿòÿÿÿÿÿÿÿÿþÿýÿ×ÿÿÿûÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿŸÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿýÿ¿ÿÿÿÿÿÿÿÿÿÿÿÿßôÿ×_ýå—_õõW_~ùõ_}ýõ×_ýõ×_ýõ׿éÿÿÿÿ?ÿÿ?÷÷ãÿÿþûïï÷ÿÿÿÿÿÿÿÿÿÿÿÿÿÿþÿÿÿÿÿþïüÿßÿÿÿÿûÿÿÿÿÿÿÿÿÿÿÿÿûÿÿúÿÿÿÿÿÿÿÿÿ¿ÿÿÿÿÿþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÁÿÿÿÿÿÿÿÿýÿÿÿÿý÷Wÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ/þÿÿÿÿÿÿ¿ÿÿÿÿÿÿÿÿ¿öÿÿÿÿÿÿÿÿÿÿÿÿÿÿôÿÿÿÿ¿ÿÿÿÿÿÿÿ÷ßw¿ÿûûÿÿÿýÿÿÿÿÿÿÿÿÿ‡ÿÿÿÿÿ¿ÿÿÿÿÿÿÿÿÿÿçÿþÿÿÿÿÿÿÿÿÿÿÿÿÿüÿÿÿÿÿÿÿÿÿóÿÿÿÿÿÿ_ÿÿÿÿÿÿÿÿÿÿÿÿÿÿæÿóÏ?ÿüóÏÿÿüÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿý÷ßÿýÿßþÿûÿÿßÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿùÿý÷ßÿý×ûÿÿÿÿÿÿïÿýÿÿÿÿÿÿÿÿÿÿÿÿƒÿÿÿÿÿÿÿÿÿÿÿÿ~ûÿÿÿÿßÿÿÿÿÿÿÿÿÿÿÿÿ×þÿÿÿÿÿÿÿÿÿÿÿÿûÿÿêý÷ûÿÿÿÿÿÿÿÿÿÿÿ×ÿÿÿÿÿÿÿÿþÿ?ÿôùÿŸÿóKÿÿÿÿÿÿÿÿÿÿÿÿÿõÏ?ÿüóÏÿÿÿÿÿ'þÿÿõ_|ùÿÿÿÿÿÿÿÿÿÿÿÿ½o¿ýöÛo?÷ÿÿÿûµ¿ÿþï´ßþÿÿÿÿÿÿÿÿÿÿÿ÷gíµ×^{í¹ÿÿÿ߯ÿÿÿ÷üöÿÿÿÿÿÿÿÿÿÿÿÿVþo³Í6Ûl³ïÿÿÿýßÿwóÿÿÿÿÿÿÿÿÿÿÿÿ¿Ù¿^yå•W^½ÿÿÿÿ«ÿÿÿÿï¿ûÿÿÿÿÿÿÿÿÿÿÿ¿‰ÿ÷ßÿý÷ýÿÿþ_ÿ¿ÿúÿýÿÿÿÿÿÿÿÿÿÿÿÿ§þÿþûï¿ÿþûÿÿçÿúÿø×ÿïïÿÿÿÿÿÿÿÿÿÿÿÿÿ晽÷ÜsÏ=ÿýÿÿÿÿÿß¾í³ïÿÿÿÿÿÿÿÿÿÿÿÿ£ïýÿÏ?ÿüóÎÿ¿ÿþûïÿÿûïÿÿÿÿÿÿÿÿÿÿÿÿÿ?ùwýõ×_ý÷ßÿýößo¿×ßkÿý÷ßÿý÷ßÿýcÿk¯½öÚkÿýÿßóý7ßüÝwßÿÿÿÿÿÿÿÿÿÿÿÿnÿÿÿûï¿ÿþÿÿÿÝ÷ßý÷ÿýÿÿÿÿÿÿÿÿÿÿÿÿøÿÿÿÿÿÿÿÿÿÿßÿïÿ¿ßÏý÷ÿÿÿÿÿÿÿÿÿÿÿÿÉÿÿý÷ßÿýÿÿÿOü÷×ß}×Õÿÿÿÿÿÿÿÿÿÿÿÿ?þÿïºë®»îÚÿÿÿßûÿ½ÿû{ÿýÿÿÿÿÿÿÿÿÿÿÿÿðÿÿÑG}ôÑçŸoþÑçoöÇmþùçŸþùçŸþù›ÿ¯¿þú믿üÿŸÿößûÿöÿïÿÿÿÿÿÿÿÿÿÿÿÿßýýõ×_ýõÿÿÿÿõÿÿü÷ÿÿÿÿÿÿÿÿÿÿÿÿÿÿáÿëÿÿÿÿÿÿÿÿß¿ÿÿû¯¿÷Ûÿÿÿÿÿÿÿÿÿÿÿÿÿ_ûï¿ÿþûïÿÿÿýÿw?ÿýÿÿÿÿÿÿÿÿÿÿÿÿÿÿûÿÿÿÿÿÿÿÓÿÿÿÿÿÿÿ÷¿ÿ?ÝÿÿÿÿÿÿÿÿÿÿÿÿÏÿýõ×_~ùå—Oýõ×_ýõ_õõ×_ýõ×_ýþÿûï¿ûþûáÿþÿý¿¿ÿÿs¿ßÿÿÿÿÿÿÿÿÿÿÿÿÿâÿÿÿÿÿÿÿ÷ÿÿÿûÿýÿÿ÷ÿ÷ÿÿÿÿïÿÿÿÿÿÿÿÿÿÿÿÿÿÿ_ÿÿÿÿÿÿÿÿÏþÿÿÿÿÿÿÿÿÿÿÿÿÿÿ?øÿý÷Ÿÿýwýÿÿÿÿÿÿõÿÿÿÿÿÿÿÿÿÿÿÿÿÿïÿÿÿÿÿÿÿÿÿÿÿýÿÿÿÿ{ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿOÿßÿýóßÿÿÿÿüÿÿ_üÿ÷ÿÿïÿÿÿÿÿÿÿÿÿ¿øÿÿÿÿÿ¿ßÿÿÿðÿÿý_ÚýÿýÿÿÿÿÿÿÿÿÿÿÿÿÇÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¿ÿwÿ÷ÿÿÿÿÿÿÿÿÿÿÿÿÿoþÿÿÿë¯ÿÿÿóKÿÿüÿßÿÿÿÿÿÿýÿÿÿÿÿÿÿÿÿÿöÿÿÿÿÿÿÿÿ_íÿçûÿûýÿÿÿÿßûÿÿÿÿÿÿÿÿÿ‹ïÿÿÿÿÿÿÿÿÿÿ¿Ÿþÿïÿï¿ÿÿÿÿÿÿÿÿÿÿÿÿÿŸýþÿÿÿÿÿÿÿÿÿü÷ÿýÿÿÿÿïÿÿÿÿýÿÿÿÿÿèûÿÿÿÿÿÿÿÿïïÿß÷ÿú÷ÿÿÿÿßßÿïÿÿÿÿÿÿWüÿÿÿÿÿÿcÿÿßóÿŸ¿ò¿ÿÿÿÓýÿÿÿÿÿÿÿÿÿÿYÿÿÿÏ?ÿ|ùÿÿ_ÿÿÿ3þÿÿÿÿxþÿÿÿÿÿÿÿÿÿ¯Õûÿÿo¿ý¶{þÿÿ¿jþûåêÿÿÿÿÿÿÿÿÿÿÿÿÿOöÿÿíµ×\óÿÿÿûï¿/ÿÿÿÿ¿úÿÿÿÿÿÿÿÿÿÿoðÿÿÿ³Í6óÿÿÿµ÷ì{ý×ÿÿÿµÿþÿÿÿÿÿÿÿÿÿ³ýÿÿÿ^yå½ÿÿÿ¯¾[ÿ«ÿ{ÿÿ¯þÿÿÿÿÿÿÿÿÿÿyþÿÿ÷ßÿ·ÿÿõ×_ÿÿýÿõßÿÿÿÿÿÿÿÿÿé÷ÿÿÿþûï¿ÿÿÿëÿÿÿúÿñÿÿküÿÿÿÿÿÿÿÿÿÿÿÿÿÿ½÷ÜóÏÿÿÿûï¿ÿÿÿÿÿÿûïÿÿÿ·ÿÿÿÿÿ¿úÿÿÿÿÿÏ?¿üÿÿÿÿýÿûÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿßýõ×_ÿýößóý÷«ýöß~ÿ½öÚÿý÷ßÿGöÿÿÿk¯½öÚ}óýÿÿÿýÿýöÿÿÿÿ÷ßÿÿÿÿÿÿoôÿÿÿÿÿûï¿÷ßÿÿÿÿ÷ÿýïÿÿÿÿïßÿÿÿÿÿÿÿ¿þÿÿÿÿÿÿÿßþû·¿þëßÿÿíÿÿÿÿïÿÿÿÿÿÿÿ—üÿÿÿÿý÷__ýùÇ_üßßþ÷ßÿßþ÷ÿÿÿÿÿÿãÿÿÿÿçšk¯¹ßþï¾ùÿú÷ñÿûþûûÿÿÿÿÿÿÿOÿÿŸ¾ÑFmöÙgŸþÑçþñçŸþñç›þùçŸ?úÿÿÿ¯¿þÚkï¿ÿû_ÿýüë¿ÿþçÿÿÿþÿÿÿÿÿÿÿÑÿÿÿýõ×_ÿý÷ßÿþÿç_{ïýÿþÿÿý÷ÿÿÿÿÿÿ¿þÿÿÿkÿýÿÿ»ïÿþÿÿ¿}úï¿ÿÿÿÿ¿ÿ÷ÿÿÿÿÿÿ÷þÿÿ_ÿÿÿÿÿõ÷ÿÿÿýÓßÿÿÿÿÿÿÿÿÿÿÿ›÷ÿÿÿÿÿÿ¿ýÿÿÿ¿ôÿÿ¿ûÿ¿ÿþÿÿÿÿþÿÿÿÿÿÿÕÿ×_ñå—_ýõ×[ýå[ñõ×_ýÕ—_ýõ׿êÿÿÿÿ»ï¿ÇþÿÿÍ~ÿýïýÿûßßÿÿÿÿ¿÷ÿÿÿÿÿwþÿßÿÿÿúÿïþþ?ÿüþû_ÿÿ¿ÿßÿýÿ¿ÿûÿÿ_úÿÿÿÿÿÿÿÿÿÿÿÿÿÿýþ÷ßÿÿÿÿÿÿÿÿÿÿÿÿÿÙÿÿÿÿý÷ßÿÿÿ~ÿÿ÷×¼ÿÿïÿÿÿ÷ÿýÿÿÿÿOþÿÿÿÿÿÞÿýÿ÷í÷ÿÿÿßû÷ÿ÷ÿ¿þÿÿþÿÿÿÿÿôÿÿÿßÿýûÿÿý¿÷}wÿþÿÿ÷³ÿÿÿÿÿOþÿÿÿÿÿÿÿÿÿû{ûÿ÷ûï¿÷Ïÿß߯ÿÿßÿÿÿÿÿÿ¿ýÿÿÿÿÿÿÿÿûÿ÷¿úoþÿÿÿÿýÿÿÿÿÿÿÿÿÿîÿÿÿÿÿÿÿÏÿÿÿÿÿ~ÿÿÿ?þˆÿÿ?~øáÿûÿÿÿÿÿÿÿÿÿÿÿþÿÿÿÿÿûÏÿûkÿÿÿïßÿ¾ÿÿÿÿÿ¿úÿÿÿÿÿ¾zßÿÿößý}ÿýÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ‹ÿÿÿÿÿ÷ßÿÿÿûûÿÿýÿÿÿÿÿÿÿ¿ÿÿÿÿÿÿÿÿÿgþÿÿÿÿ¯ÿþÿÿÿÿÿïý^ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÁÿÿÿÿÿïŸÿÿÿ#ýÿÿÿ?ÿÿÿÿŸÿÿÿ?ÿ|ÿÿÿÿÿ¼õÿÿÿÜüÿÿ±Ï§Çÿó5ÿüóÿþÿüóÿÿûÿÿÿÿZ½ÿÿÿßë¯õÿ¿ùíüÛîíöÛgûÿôßÿ¿îÿÿÿÿ÷jÿÿÿ¿ÿÿÿÿÿûþûéò_{=×^;ëÿ³ÏþÿýÿÿÿÿÿFÿÿÿÿ÷»þªïÿ¿K)«¬_ëͶßìùÿ7Ûì“×þÿÿÿÿÚÿÿÿïŽu·ýÿÿmªù÷Ÿÿ{å½WŸýï•W½õÿÿÿ¿‹ÿÿÿÿ}ÿÝÿÿÿÿWÙÙw½Þÿý÷úÿýÿkïÿÿÿÿþÿÿÿû×ñ/ÿ¿Þþÿ¿Çûï¿ÿÿûïÿS?þÿÿÿÿòÿÿÿÿÿÛn»ýûÛ¾ýìzï÷ÜsÏÿß{ï­ÿýÿÿÿÿŸÿÿÿÿÿßöYÿßÿÿûÿ¿ÿÏ?ÿ¼óÿÿÿþÊÿÿÿÿÿøÿý÷ßþÑfÛþý÷Ú_ÿõ×_ÿý÷×_ùößÿýkÿÿÿÿÿýóÏwÿýÿÝÿÚ¯½öÚŸuÖYóýÿÿÿÿ6ÿÿÿÿÿû÷wÿþýÿwÿÿÿûï¿ÿÿßo¿ýÜ÷ÿÿÿÿ¿êÿÿÿÿÿùÓ‰ïÿùúßþßýýÿÿÿ믿Þ×yÿÿÿÿÍÿÿÿÿÿßW_üõÿÿüõ_ÿý·ß~_~÷Ýoüÿÿÿÿþÿÿÿÿïôörû÷¿fßÿyšk®±öúk®ùÇúÿÿÿÿòÿÿù矶Ñg—yôùfžoÖFm´ÑÇo¾ÑæŸþù‡ÿÿÿÿÿÿ¿ÿøÞÿ¿ÿÿÃë¿þúë¯ÿÿûïÿÿÿÿÿÿÿýÿÿÿÿÿÿõß÷ÿÿ÷_û´×^{íÿÿÿÿÿÿÿÿÿÿÿîÿÿÿÿÿÿÿ¿¿ïÿo¯ÿþúÿÿÿÿÿÿÿþûÿïÿÿÿÿÿgÿÿÿÿÿÿþ{÷÷ÿßõý׿ÿÿÿÿÿÿ¿ÿþûíÿÿÿÿ?øÿÿÿÿ¿ÿþÿÿÿþËOþûÿÿý¿þÿï¿ÿîßÿÿÿÿÿKÿýõ×_iùõ×_s½å–_þõW_íu×]oýõÓ_ýëþÿÿÿÿÛÿýÿ¿ÿo³ýÿßïÿÿ^øÿÿÿÿøòÿÿÿÿÿæÿÿÿ÷߯ûÿßïÿ_ûßïÿùÿÿ³ÿÿÿÿýoÿÿÿÿÿ©ÿÿÿÿÿÿÿþßþ÷}¾ÿÿÿïÿÿŸõßÿÿÿ¿ÿÿÿÿÿ_ýÿÿÿÿ_{ûõßýåÿüßs÷õÿßÿýõþÿÿÿÿìÿÿÿÿÿvßkÿ—÷ïßÿýžÿÿþÿ¯ÿ¾ÿ¿ÿÿÿÿÿOÿÿÿÿÿÿûÿÿ÷ÿÕýÿßÿ÷×^úìÿÿßÿÿÿÿÿ?ùÿÿÿþþÿú¯ÿÿÞóÿÿÿþm?ÿ¼ÿÿÿÿ÷ÿÿÿÿÿÿÏÿÿÿÿ÷¿þþï»ÿßÎÿ¿ÿ÷}ûwÞþÿÿÿÿÿÿïÿÿÿþÿÿüñÿÿÿØÿ¯?ÿôÿÿ÷ÿÿÿïÿüóÏ?ÿ¬ÿÿÿÿÿõÿÿß¿ÿÿßÿßÿmß÷ýýïÿÿÿoÿúûï¿ÿÿÿÿÿ›ÿÿýYﵷλßÿoÿ÷ÿþï{ï¯ýõ×ßýÿÿÿÿ?øÿÿÿÿýïßïßíçÿÿöÿßw¿ýßÿÿûïÿÿÿÿÿàÿÿÿ¿ÿúë÷?ÿÿo¿ÿßÿÿ¾úüïÿûûïÿÿÿÿÿÿÿ7üÿÿ¿üüÿÿÿÿßÏÿ¿ÿþÿíÿÿçþÿÿÿÿÿÿÿÿÿOYÿÿÿ‰ÿÿÿÿïÿÿ{ýÏ?ÿýÿÿÇ_ýÏ?ÿüÿÿÿÿÿ¯Ýûÿÿ¯ÿÿúÿÿÿß÷ùk»íÿÎÿÿÿÿn¿ýöÿÿÿÿÿŸöÿÿÿýÿßÿûÿÿÞ­µ~/ÿÿÿwíµ×þÿÿÿÿÿïñÿÿÿöÚùÿ¸~®ïõùo³Íþÿ®ûîß~³Í6ûÿÿÿÿÿ—ýÿÿÿÿÿåþöbý¯Æ+Þ{ÿÿ÷ÿòþú^yåÕÿÿÿÿÿ;øÿÿßÿÿÿÿßû+í÷÷ßÿÿ¿Ëû÷÷ßÿÿÿÿÿÿïÿÿÿÿý÷ÿ¿ŽOëÿÿþûÿÿýÿÛ¿þþûïÿÿÿÿÿÿWÿÿÿï/ûíÿÿo¿öóû½÷üÏÿÿÿæë½÷ÜóÏÿÿÿÿûÿÿÿÿöûÿ¿ÿßùo½ÿÿÏïüößwžÿÿÏ?ïüÿÿÿÿ™ÿß¿}¶ßoýýçß}ýõÿuö˜~ýõ×ÿý÷ßÿWöÿÿß|ößoÿÿÿýwßk¯ýßÿößÿßk¯½ößÿÿÿÿoôÿÿÿ÷ïßÿþÿÿ÷ÿ}ÿÿûÿÿßßÿÿÿûïÿÿÿÿÿÿ£þÿÿö¿·÷ûâ_íÿøÿÿÿ÷ÏžÝÿý÷ÿÿÿÿÿ·ýÿÿßýõûß×û|›ß~ÿíßÿ¾ÿÍÿý÷ßÿÿÿÿÿîÿÿÿµÿþïÙûßýÿ÷ÿú¯ÿïÿÿïÿïºë®ÿÿÿÿÿ'ÿÿŸoþ¹æŸmþùæŸkþÑg}¾ùçþÑG}þùçŸûÿÿÛï¿ÿûÿ¿¿ùþ߯¿þëÿÿÿÿϯ¿þúëÿÿÿÿÿÉÿÿßÿÿÿÿÿÿýÿ÷ÿýõOÿÿÿ×~ýõ×_ÿÿÿÿÿÏþÿÿöëÿÿþÿïÿþÿ÷ëÿÿÿ»ÿÿÿûëÿÿÿÿÿÿÿÿ÷ÿÿ÷^ûïÿÿ~ÿÿÿ_ý÷{ÿÿÿÿß^ûï¿ÿþÿÿÿÿÿÿÿÿï»O¾ÿò¿û¿üÿÿÿÿþÓï¿ýÿÿûÿÿÿÿÿÿŸôÿ×_Ý×[oõå×K|íõ_wÑuÇWýõ—_íõ׿çÿÿwÿÿÿ÷ûÿãÿ?ýôó?ßøŸÿ?þûï¿ÿÞÿÿÿÿþÿÿÿÿÿÿÿ~Ïÿ¼þòÍ©¼ýÿoÿÿÿÿÿÿÿÿÿÿŸùÿÿÿÿÿ÷ÿÿÿÿ÷7÷ÿÿÿ~ßÿïÿ÷ÿÿÿ¿ÿÿÿÿÿÿÃÿÿüýÿ¿ÿÿßßýùç¿÷Ý]ÿý÷ßí÷ÿÿÿþÿÿþ÷ïïþ_÷ÿßûûþ÷ïßï¯ÿÿþÿÿÿÿÿÿÿÿôÿÿÿÿ÷ÿßÿÿ÷ÿÿÿýÿyû·üsÿßÿü÷ÿÿÿÿŸÿÿÿÿßÿÿùÿþë¯üÿÿû¯ß7Ûÿÿÿÿÿÿ¿ÿÿÿÿÿ_ýÿÿÿÿþûÿÿÚÿïï?ß~÷ÿß÷ßÿÿÿÿÿý¿þÿÿÿìÿÿÿÿÿÿþ÷=ÿìÿÿ??ÿý÷ÿÿÿýÿÿÿÿùÿÿÿÿÿÿÿÿÿûçóïy×ïÿ÷ïÿßÿÿÿïÿÿÿÿÿÿÿÿÿÿÿøÿÿÿÿý÷ÿ¿ßözïßùÞŸ¿ýßúîÿÿÿÿïÿÿÿÿÿÿÿÿÿïýÿ÷íç^¿ÿý¯ßý·[6ÿÿÿÿûÿ¿ÿÿÿ—þÿÿïÿÿûÿÿóÏÿ¿·ïÿûñßÿûÿÿÿÿþÿÿÿÿÿÅÿÿÿÿûÿþŸÿ÷ÿ?ÓËÿÿÿ¯ÿÿwþÿÿÿÿßÿÿÿÿ°õÿÿÿüóÿ×ÿûÿï'[>ÿ_ÿþÿ3þÿÿÿÿÿøÿÿÿz½ÿÿÿ¶Ûþûïúëüÿ·÷øÿöÿÿúÿßÿÿÿ¿nöÿÿÿ÷nÿÿÿ×Zë¿ÿßÿûï¿ÿÿÿÿŸÿùÿÿÿÿß²ÿÿÿÿÿÿÿÿ·ßíÿÿïuÊ®ù¼¿ëëÿã/íÿÿÿÿ»´ÿÿÿþÚÿÿÿï½ÿÿ?ÿ{ê¹ëþoÿÿÿ{¯iÿÿÿÿŸ¦þÿÿ¿•ÿÿÿÿ½ýÿÿÿßðs{¿ýÿÿ¿wÜÿÿÿÿÿßç÷ÿÿÿþÿÿÿï¿ÿÿÿÏÿ•¼ö;yïÿë×ÿßÿÿÿÿ7ÿÿÿÿÿôÿÿÿß{Ï?ÿÿ¶ëo¾ÿÚÛþýçÿÿÿÿÿÿÿ¿í·ÿÿÿ¯ÿÿÿÿÿ¿¼óÿŸ}ÿÝgÿù_ÿ¿ùÿßÿÿÿÿÝþÿÿ¿ùÿý÷×_ÿý÷ßwðùgŸmþwßk¿½öÝÿýçÝÿýfÿÿÿ¿öÚÿÝÏý÷ß·ÿ÷ÿŸý÷ÿÿÿÿ÷ÿÿÿÿÿVÿÿÿÿÿ¿ÿÿÿþý÷ßÿÿÿû÷ÿÿÿÿ÷ÿÿÿÿÿÿèÿÿÿý÷ÿÿÿ–ôâŸ=ýyͽÿþþëÿÿÿÿŸ§ÿÿÿÇÿÿÿÿ÷_~ÿý¿Ç×Ïñÿüùλýÿÿÿÿ?ñÿÿÿŸþÿÿÿÿ®¿îÿß­ùûÿkþßÿÿ¿ÿÛÿÿÿÿëýÿÿÿôÿÿùç}ôùeŸmö¹G›yþçŸ/þÙâŸþùçŸþù›ÿÿÿÿú믿þûϯÿÿÿÿÿÿãÿå¿~ÿÿÿÿÿòÿÿÿüÿÿÿ×_ýõÝzýÿßþÿÞßÿÿÿµþ÷ÿÿÿ×ÿÿÿÿêÿÿÿ¿þÿÿ¯ùÿûÿÿÿÿÿÿÿÿßû¯ÿÿÿÿÿÿýÿÿÿÿÿÿÿµÿþ{Ý÷×ÿÿÿÿÿ¿ÿïÿÿ½ÿÿÿÿ¿ÿÿÿúÿÿÿÿÿÿÿÿo¿ùâÿk¶üËûîûöÿÿÿûïŸOþÿÿÿOÿýõ×~ýÅÕLýu—[¿õ×_oýÅW_ýU×_ý{þÿÿÿŸþѯÿ¯^ÿûËÿýÿ¿ÿ¾ÿÿÿÿÿÿòÿÿÿûåÿÿÿ¿ÿþûÿÿÿýÞÿßüÿ¿ùß÷ÿþÿÿïOßï¿ÿÿ¥ÿÿÿÿÿÿÿÿÿßÿÿSwû¿îÿÿÿÿÿÿÿÿÿÿýÿÿÿ_üÿÿÿßO·ýö×ÿõÿûoý½ÿÿÿýýÿ¿ýÿûÿÿÿêÿÿÿÿÿûÿÿÿÿÿß¿îÿÿµÿïßÿûÿÿÿÿÿÿÿÿÿ_ÿÿÿÿýóßÿò÷ÿ¿Ÿþõÿ÷÷ÿýÿÿÿÿëÿÿþÿÿûÿÿÿÿÿûÿ{ïù½ÿÿÿÿãï¿÷ÿ—¯ÿýÿÿýÿÿ¿ÿÓÿÿÿÿÿÿûïÝÿþÿùÿî÷ÿýýÿÿýïÿÿÿû/ÿÿÿþÿÿÿÿÿÿÿþýÿôãÏÞ½÷ÿÿŸÿÿÿÿÿ¿ÿÿÿÿ÷ÿÿÿÿÿÿÿ÷þý{÷×owý}ÿÿÿÿÿÿÿÿÿþïýÿÿÿƒÿÿÿÿÿÿþÿþïýyÿÿßkþ~oß¿ÿþûûÿßïÿÿÿŸøÿÿÿÿÿþßÖÿýÿïÿû{ÿ±ýyí÷ßÿÿÿÿÿÿÿÿâÿÿÿÿÿý§ûÿïÿÿÿûýÿÿÿûû¯¿þÿÿÿïÿÿÿüÿÿÿÿÿÿÿÿÿë¯?ÿ?ëÿÏ¿óÿóÿ¿ÿüÿÿÿÿYÿÿÿÿÿÿÿûÿŸ?ÿùÿ›ýïþþýÿÿÿïóÅÿÿÿ¯Áûÿÿÿÿÿ¿ß{ýÏÿÿþ;þ¯¿þÿëÍïÿÿÛnûïÿ¿öÿÿÿÿÿÿÿzëÿÿÿÿßý÷{ÿÿÿŸ?ÿÿÿ_{Íÿÿÿïñÿÿÿÿÿÿß÷öç¿þÛ}ÿåþÿÿÿïÿÿÿ_o³÷ÿÿ£ýÿÿÿÿÿÿ¿orýÿÿÿÿ¿Õÿ¿½÷ÿ»ïýÿ¿/^ýÿÿûùÿÿÿÿÿÿŸý÷ÿç¿Þ~ëûþÿûÏÿ¿ÿ÷ïÿ=öÿçÿëÿÿÿÿÿÿÿe¿ýO¿ýçÿÿÿÿ?þ¿ÿþü¿×þýÿ/ÿÿÿÿÿÿÿÿûï¿öÚk¯ÿíÛïýíÿßûíï=ÿýÿùÿÿÿÿÿÿÿßÿ÷ùçŸþÿý÷ÿŸþõçßÿ¿ÿóÎÿÿ“ÿßÿý÷ß¾ÍçŸüñö{¾ù÷ÚoÛýwß_ý÷ßÿGöÿÿÿÿÿÿ÷¿ýÿý÷ßöí¿ÿ÷ß¿ÿýÿÿÿÚkÿýÿoõÿÿÿÿÿÿÿÿûÿ÷ßÿÿßÿÿÿßßÿÿûÿÿÿÿÿþÿÿÿ¿þÿÿÿÿÿÿÿùwþùçïÿÜæÿý÷ÿÿëÿ÷ÿÿÿÿ÷üÿÿÿÿÿÿ÷îÿÿýÿÿþÿýÿÛÿ¾ûî¿_þÿ_~ÿýÿÿäÿÿÿÿÿÿÿÿÿWÿ}ÿýÿÿ¿ÿÿïÿÿÿÿý½æúÿÿoÿÿŸþùçŸþùæŽþùfæùÇŸþùçŸo4Ð柿ùÿÿÿÿÿÿúïÿÿýçýþÿÿþÿÿß¿¿þÿ믟þÿÿÉÿÿÿÿÿÿWÿÿÿÿÿÿÿÿÿÿÿ÷ÿÿÿÿõÿ_=õÿÿ?þÿÿÿÿÿ¿þûÿÿßÿÿÿ~ÿÿÿÿþ÷ÿÿÿÿÚþýÿðÿÿÿÿÿÿõßÿïÿÿÿÿÿ¿ÿþÿçŸÿÿÿÿ×ÿïÿÿÿŸÿÿÿÿïÿÿ?ùþ¿ÿÿÿÿËŸÿî‹ÿü¼ÿÿï»ßÿÿÿÿôÿ×_õõ×]wíµ—_}µÕOt¹å×_~ùõ×_ýõ׿áÿÿÿÿÿÿþÿÿüó¿ÿ÷ó£þ|ÿý?ýïÿïÿÞßïÿÿWþÿÿÿÿþÿï¿ÿ÷ôßßÿÕÿÍuýýþ¸ÿýÿÿËþþÿÿŸùÿÿÿÿÿÿÿÿÏeûßÿÿÿÿÿÿÿ÷ÿþÿÿ{þÿçûÿÛÿÿÿÿÿÿŸß~ùÿÿÿÿÿ¹Wÿýõ÷_wýßÿ]þ÷ÿÿ‹þÿÿÿÿÿ¿ÿ÷ëÿêÿÿÿÿý×ûoÿ¾¶«ÿïÿýÿÿÿÿõÿÿÿÿÿÿÿ¿ûïýÿÿÿüUÿÿÿÿÿ?ÿÿÿÿíÿÿ‡ÿÿÿÿ¿ÿÿÿ×ÿÿÿÿ÷þÿ?þß÷÷jÿç½þ¼ó÷ÿßýÿÿÿÿÿÿÿÿïü÷¿ßþmÿÿó¿÷¿ÿþmÿÿß~ïÿÿáÿÿÿÿÿÿÿÿôÿÿÿÏ~õywÿüÿ÷ûo÷}ÿÿ¿ÿÿÿ/ÿÿÿÿÿÿïïÿÿþÿþïïß÷ûgýÿßÿïÿúÿÿ?øÿÿÿÿÿýÿÿÿ¿Ìÿ¿÷÷ÆÏ~åß¿Ýþÿþçÿ¯ÿþÿÿÿÿÿÿÿÿÿÿÿÿ÷þæûåÿïûþûÿûïÿ×ÿñ×ÿÿWþÿÿÿÿÿÿûÿÿ¿ÿoÿïïÿïÿÿÿÿÿÿïÿí­¯ßÿÆÿÿÿÿÏÿþßûçÏÿÿ¯÷ÿûïþþûóÏ7ÿÿÿÿÿˆõÿÿÿ<óÏÿþÿÿþÿÿ'Ü÷üóÏ?ÿß¿ïþûþÿÿÿ½ÿÿÿ¶Ûn»íž_üÿoþ_®ßöÛo»íºËÏ¿þÚ_ÿÿ÷aÿÿÿ×^s­5×ÊúÿÿÿÏúÿ×^{Í5÷ßþÿÿßúÿÿÿÿÿÿ—ß~³ýüwþÿçÿW~ÿ÷Úl«]^ùÿ¿ÿvÑÿÿÚÿÿÿï÷^ùâ¿ýÿÿÿžú½ç¿÷Þù÷Ö[¯¼â¾úÿ¿“ÿÿÿ?ý÷ßûýúÿÿõZ_ÿý÷ÖÛ¯¾ÿÿÿÿõÿÿþÿÿÿï»ÿþûïïÕÿïï¯ÔÞï¿ÿþûûüÿÿÿÿ/ÿÿðÿÿÿß{Ï=÷üóËþ¿þÿëÿß{Ï=÷üóß~ÿíÿÿÿÿŸÿÿÿÿÿÿüóË/¿ÿÿùÿŸÿÿïÿüóË;ÿýßÿÿÿÿÿ_ùÿý÷×_ýõ×oþýçßo¾÷×_ýõßo÷í÷Úûýlÿÿÿ¿öÚk¯½fßÿÿýoßü¿öÚk¯ý7ÿÿ÷ÿÿÿÿÿÿÿÿÿÿ¿ÿþûï~ÿÿ÷ÿ~ýÿÿ¿ÿþûÿýÿ÷ÿÿÿÿÿÿëÿÿÿÿÿÿÿÿÿÿôÿßÿÿÐÿýÿßÿÿÿÿÿÿ½ÿÿÿÛÿÿÿÿ÷ßÿå×Åÿÿ¿ûÄßý—ßûå÷í·ÿþûýÿÿ?þÿÿÿÿ®»Îúëôùÿ?ÿ?ýÿÿ­·Þúëþßÿÿïÿÿÿÿöÿÿùç}ôÑGŸ/þùç-öç]ôÐGŸþùçþù—ÿÿÿÿú믿þúß÷ÿýóë÷ýú믟þúÿÿÿÿóÿÿÿŸýÿÿÿ×_ýõ×ÿîÿïŸ_ïý×_W½õ×ÿÿÿÿÿÿÿÿÿêÿÿÿ¿úï¿ÿþûÿÿÿÿþúw¾úï¿ÿþûÿÿï¿üÿÿÿÿÿÿÿõÿÿÿÿÿÿúÿÿç×zûõÿýïÿÿÿÿÿÿíÿÿÿ}øÿÿÿÿÿÿÿÿoÿýÿÿ_¿ýÙÿÿÿÿÿ?¿ün»ÿÿÿÿïQÿýõ×_õõW_~ùÕG»¥W_õÑ×[|ñá×_ýÊîÿÿÿÿÿÿüï¯þüÿÿ/ýö¿ÿÿÿïÿ>ôñÏ7ÿÿäÿÿÿÿßÿóÿÖÿ{ýýüw÷ýÿÿÿÿþïîú×ßïôþþÿÿÿÿÿûîß{÷¿üÿï÷ï÷¿ýÿûÿÿï¿ÿÿsÿÿÿŸôÿÿÿßÿý÷Ô_÷ûÿÇŸ~ï’>þ÷ÿÞÝõÿwßÿÿêÿÿÿ¿ÿîûßÿýöÿûßÿßÿ¿ÝÞÿÞ÷ßçÞ{ïÿÿÿ/ÿÿÿÿÿûÿûßuÿwÿ·õߝüóßÿëÿßwëï÷þÿùÿÿÿÿÿÿÿÿoÿÿßýo¿ýÛmýîß÷ûÿÿÿûÿÿÿÿßÿÿÿÿÿÿÿÿûÿ¿ùïñ­fï¾Üÿ÷·ßþúÿÿßÿÿïþÿÿÿÿÿßÿý÷ÿ?þ¼ûß¾ÿÝÏÿÿÿÛÿ<£ïÿöÿÿÿÿÿÿÿï~÷÷çßÿþùÿëmÿÿÿ÷ÿ~ÿÿÿÿÿ¯ÿÿÿÿÿé¯ÿþÿ=֝ïýýþÿï·ßýÿÿÿûîûéûÿ_ùÿÿÿÿoÿýçÝþþ¼ïÿzŸŸ5wȯ¿ïÿÿÿþ}ÿÿèÿÿÿÿûë¯Ïþúÿïÿýßýïßëÿÿÿÿÿÿï¿ÿ½ÿÿ/üÿÿÿÿ?ßÏýÿÿßÿÏ÷¿ÿÿ?ÿüïÿÿßã³Ì?ÿÿÏ[ÿÿÿÿ×ÿxþÿÿÿøÿÿÿ÷ÿÿý÷óÅ?_>õóûÿ¯ÍûÿÿÿÿßÒÿÿÿöYÿ¿üO/}þÚn»ížÿýçÿÿöÿÿÿÿÿ¿ÿ}ÿÿ³ÿúÿý÷~ÿýÿ_{͵×Ì{ÿßÿÿï÷ÿÿÿÿÿÿõÿ÷·ÿµÿNß[žÅ_ûÿ[o»Õüÿãÿûÿÿ‡ýÿÿÿÿÿ¯þÿý¯þ'êßÿ~ëÏÿŠ^øçÿkïÝÿÿ;ùÿÿÿÿÿ{½ÿßÿÿýõ×ÞÿuôÛÿ½ý÷ßÛýÿÿ÷ÿÿäÿÿÿÿÿÿûø¿ÿÿ¯¯¿þó/÷Ÿ÷ÿ±×þ{íÿÿÿ÷ÿÿOÿÿÿÿÿÿÿößîÿÿúß~¿ù_~¹íwï=÷üóß»ÿÿÿúÿÿÿÿÿÿoýÿ÷ÿç¿ÿ×ÿÿýÿßÿ=ÿñÃÿ÷çÝÿÿ™ÿßÿý÷Zg¿Ù÷›ÿ¦žýçÙ_ýõ×k¿ýæÝÿçöÿÿÿÿÿßo¿ýÿÏÿÿÿßÿþ÷ûÿÊ+¯¼r¿ýöÿÿïóÿÿÿÿÿÿþûÿß~ÿÿ¿ÿÿßÿÿÿÿþûïýû÷ÿÿÿ§þÿÿÿÿïþøçÿo¾þúÏ÷Øûͽÿÿÿÿÿ÷ÿÿ›ÿÿ7üÿÿÿÿþ÷ÿßÿóÅ—[ÿ÷›_ÿ»_~ûå×ï¿ïÿÿÿåÿÿÿÿÿû»÷ÿüÿ;¯ßïÿ¿öþ¿ÿÿ¿Îúë÷ßïÿÿÿWÿÿŸþÙç›{þùÇ}þùç}üùç—ôÑGü¹çŸùÿÿÿÿÿþÿÿÿÿÿ²Ï¯ÿýëþÿç믽öúßÿÿÿÿÿßÿÿÿÿÿ÷ÿÿÿýÿ÷W~ýí_ÿÿ÷ÿWýõ×ÿÿÿÿÿÿOþÿÿÿÿ¿ÿÿÿïÿ¿øÿÿÿûÿÿÿïÚÿÿÿ÷÷ÿÿÿÿóÿÿÿÿÿý¿ÿÿÿÿ}ßþÿû÷ÿþûï×ÿÿÿÿ¿ÿÿÿÿÿƒÿÿÿÿÿÿoïÿÿÿï¿ÿÿÛ»üÿÛï÷ÿÿ¿ýïÿÿÿõÿW_õå×_ìu×^|¨õ_¸ÕW_}ý¡W_üõ׿íÿÿÿÿÿÿ3ÿÿïÿ¯ßü>Õÿ÷þ»þþïïûŽÿóþÿGþÿÿÿÿÿïßßÿïÿ÷þ¿ÿÿÿíüÿîûý÷ÿþ÷ÿÿøÿÿÿÿÿï¿¿ÿÿÿýÿÿýûÞÿþÿïÿûÿÿïõ÷ßþÿÿÁÿÿÿÿÿïß®ÿÿ_zï¿ýG}ý=ß[}|÷÷oõõ=ÿÍþÿÿÿÿÿ¿ßþÿþý¯ÿÿ»¿õï~¶¿:úßÿ¾½êkÿÿÿ÷ÿÿÿÿþÛ¿ßþÿßý÷þýÿS¿]÷ßïíwÞÿý÷ÿ“ÿÿÿÿÿÿï¿ÿïÿ¯¿ÿÚÛ7Þøâöðã~ðáÿ?ýÿÿÿÿÿ}ÿþýÿÿ¿÷ÿÿÿþ¯ÿ¾ÿ÷ïÿßÿÿÿÿÿìÿÿÿÿÿÅÿÿëÿ¼ùÏ™/¿ýÿoÿóÏÿ¿ýÿ?¿ø÷ÿGÿÿÿÿÿoÿÿÿÿ·ßsûýÿ›÷þýß~ž~þÿ¿ß¹¿¿ÿ?øÿÿÿÿßû÷¯¿÷ýûï¿Ûîï¿÷î{Ï;ßþ»ï¿ÿþûÿ™ÿÿÿÿÿ¿×~ýõÿÎ/ÿôó/ßüÃÏ7ÿøsÏ?õÜóÏÿwþÿÿÿÿÿÿÿ÷ëÿ{ÿûï¿ÿý·ßßý÷ßû½÷ßÿTÿÿÿÿÿówöÿOÿÿ?~ÿÿûóÿÿ>ùäëÿ¿ÿþÿÿÿýÿÿÿÿßÿ3þ?ûÿç]ÿÿÿŸÿÿÿÿýÿÿÿçÿÿÿÿÿZ¼ÿÿÿÿÿÿŸïÿßÎ:«ê¿®êª«®þë*¹®>ëì³çú÷DÿÿÿÿÿþüþÿvßyçßþçÍþ}óÿwÿy矿ÿFþÿÿÿÿÿÿ+ýÿ·ö¿¿þyï÷þ{ï—ÿßúã¿ÿþûç¿ÿÒÿÿÿÿÿÿ¿©¿÷¯¼ÿÊ+¿òÊ+¯½÷þû¯¼òÊ+¯¼…ÿÿÿÿÿÿÿÛÿûýï¿ÿþû¾ïþûï¿ß¾{¾ûïÿ§üÿÿÿÿÿ¿›þÿoÿÿýÿç?þÿ×ÿÿÿø÷ÿýùÿÿðÿÿÿÿÿÿïýÿçëwßm÷]Þ·wÛmÿ]vß}ßýwþ£ÿùÿÿÿÿÿöûg¾ÿ×ÿýýßÿÿÿ÷ÿÿý×_ÿýÿßùÿý÷߯}¶o¿Ý÷ß}÷wÛkÿ}÷Úc§Ýwßcóýkÿÿÿÿÿÿýóí?ßþ÷ÿÿýûÿÿýÿÿÿý÷ßÿÿÿNÿÿÿÿÿÿýß÷ÿ}÷ý÷Ýýý÷ß}ÿýwß}ï½wßÿ¿ûÿÿÿÿ¿þçÿ¯¿ýÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÁÿÿÿÿÿå}|ó×ÿý÷ßÿý÷ÿÿÿÿ÷ßÿÿ÷ßÿÿþÿÿÿÿ¯ÿSÿííÿÿÿÿÿÿÿÿÿÿÿ¿ÿþÿÿÿÿÿÿÿÿòÿÿùç}<ÙÇ›]þùçŸþçŸþùç?þùçŸþù“ÿÿÿÿÿëÿÿ÷ûÏ~ÿùÿßÿõ÷ßÿýwÝuýý÷ßÿ~ü÷ÿÿÿ_ÿ_÷ÿßÞûÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿû÷éÿÿÿÿÿúÿÿÿöëÿý÷×wÿý÷ßÿý÷ßÿý×ÿÿ_ÿÿÿÿÿ×ÿóýý÷ÿÿÿÿÿÿÿßÿÿÿÿßÿÿÿßÿÿÿ¹ÿÿÿÿÿÿþÓû¿ÿþËï¿ý‹-¿üòË/¿üòË/¿üòÿÛÿ}ýÕ×_kÍå×]o­ÕÖýå_}ýÕ—_|é¥_{íþÿÿÿÿÿÿïû¿ÿÿwÿÿÑÅÜQF}ìñÇý÷äÿÿÿÿ¿ûïûïýÿÿûýþÿûÿ¿ÿÿþïûï~ÿýÿÿýÿ‰ÿÿÿÿÿÿWÿÿÿÿý¿ïë¬vú©¯¿þú鯟þúëÿß_èÿÿÿÿÿÿÿÿç_ü÷ÇñÇüqÇ[üñÃüÿíÿÿÿÿïÿÿÿïÿû¿ïo¿þûýÿ¿½ûßï¿ÿÿÿÿÿÿÿwþÿÿÿÿÿõÿÿwßÿü÷Wÿ½Ãßý÷ßûý÷×ÿûÿçÿÿ¿þþþÿ¿ßÿëoŸþÛ÷Þçöÿýÿÿù÷ß}ÿýßïÿÿÿÿ¿ÿÿ÷ÿüïý÷ßgÿÿ¿uíý÷¿ÿ¿ÿÿÿÿ_þÿÿÿÿÿÞ}ÿ±ÿîøãŽÿ¿ßïŸÿ¿öã~¿÷ÿÿÿÿóÿÿÿÿÿÿÿÿŸÿ÷ïßûÞýøÿÿýÿ·ÿûÿÿþÿ¿ÿÿþÿÿÿí¯¿þûëÿÿÿ{ïÿg{Ëýïïºý­ÿÿÿÿÿÞýÿßÿÿoû÷ßß~ýÿÿßýÞOûíß_þÙïÿßÿÿÿã÷ÿÿÿÿú¿þ?ÿûÿÿÿ¼ÿÿþý÷ÿýöÿÿÿÿÞÿÿÿoüÿÿÿÿ÷ßOÿÿÿóü“Í?ÿó½?þNóÍ|ÿÿÿÿÿÿÿZÿÿÿÿ?þûûÿÿŸ÷Û×ý¿ßÿý¹ïþÿýÿÿÿÿ¯ßûÿÿÿ?µÿKÿÿïÔê{?ïÿ{íï·ß{ï…×þÿûÿÿöÿÿÿÿ­óßúÿÿ·þÿÿùþÿÿÿ¾ûþû¬§ßÿ÷ÿÿÿï÷ÿÿÿÿßÿuñÿuÿ¿K®ÿ×_7ýç÷ßÿççïýÿÿÿŸýÿÿÿÿ¿¯žûÿ«ÿþýî¿¿úï«o¿ûî¿ÿ?ÿÿÿÿ[øÿÿÿÿÿ=õÿ_ýÿÖ_ÿõ×_o­ý÷_gýÿüëÿÿêÿÿÿÿÿûû¨ÿÿzé‡ýú¯ÿÿ:Úá¿ÿÊûÿçÍÿÿÿVÿÿÿÿÿÿÿþûÿÿÿÿÛïÿÿÿÿÿÿþÿÿ¿þþ_þÿÿÿ7ûÿÿÿÿÿÿo¿ýþûÿßwö›ÿÿöûïÿÿÿùÿÿý÷ÿÿÿ•ÿßÿý÷[iýößk¾qö¿Ý÷›~ÿ½æßo÷Ý÷ßÿ—öÿÿÿÿÿÛÿüóýÿ¿ýóÝ¿ýÿÍ÷ÿÿ÷Ý¿ÿýÿÿÿï÷ÿÿÿÿÿ¿ÿ÷Ý÷ÿÿ÷ß·ÿýýwßÿÿß·ÿÿ÷ÿÿÿÿ¿ÿÿÿÿÿûþyÿïÿ÷Üæûÿþ~ï'·þû
?¾úëÿÿÿ÷üÿÿÿÿÏþ÷ß—ÿüÿý_Ïþí|õåžßþýõ÷ÿÿÿÿËÿÿÿÿþ¿ý÷ßûÿÿÿßÿ¿÷~{ï§ßþ“Ï¿ÞüÿÿÿþÿŸþñå›iôùçŸæðg´Ùç}öñfþùçŸÿûÿÿÿÿ¿ïÿÿÿôÿŸï×ÿþøÓÿ?ÿüûÿÿÿÿÿÿÃÿÿÿÿÿýýÿùÿÿÿÿÿÿßÿÿ÷¿ÿÿùý÷ÿÿÿÿÿ_þÿÿÿÿïÿÿÿÿ?ÿÿÿÿÿûÿ¿ýþÿï?ÿþûÿÿÿÿÿôÿÿÿÿß·ÿ^ÿÿï¿ÿ{ÿ·ýýÿ¿~ÿý÷ÿÿÿÿÿ»ÿÿÿÿÿÒû>ùÿÿýüùæÿÿÿ~ÿoÿÜóÿï¿ýoÿÿÿ?ôÿ×_ýõ×]ùå—_~ùõ_uõq—^ýõV[{ýô׿ïÿÿÿÿÿýÿÿÿÿó¿/?ÿó5üÿ÷‹»ÿþÓÿéÿÿÿÿÿ/þÿÿÿÿ{ÿïÿÞõûÿ|ï=õÿë¿ÿÿÿïÿ×ÿÿÿÿÿŸùÿÿÿÿÿíÿýýÿþÿþÿÿþþ~ÿû­¿ïö¿ÿûÿÿÿÿ×ÿÿÿÿÿïÿÿûûï¿ß?ýÝ÷þÿWßþÏÿ÷íÿÿÿþÿÿÿÿÿÿÿÿþÿÿÿûï¿¿ïÿÿïþû÷ÿößhþû÷ÿñÿÿÿÿÿïÿÿÿûß¿Þÿÿ9ÿïÿñÛÿï¿÷ëÿÿ÷ÿ‡ÿÿÿÿÿÿÿïÿ¿ÿÿ·ÿòß÷ÿ÷ûïÿ{÷Û¯ü_ÿÏÿßüÿÿÿÿÿÿÿÿÿÿßÿ÷ÿïoÿ~ßßýïþ¿ÿþÿÿÿýÿåÿÿÿÿÿÏóÿÿÿÏÿ¯ÿÿÿûóøþ¾|òëÿÿÿúÿÿ_ÿÿÿÿÿŸÿÿÿÿÿÿÿÿÿßÿµ_ÿÝÿÿÿÿÿßÿÿÿÿúÿÿÿÿÿßoïù÷ï¿oÿÿÿ]ÿÿÏãŸÞïÓ+ÿýûúÿƒÿÿÿÿÿ¿ÿûÿÿÿo÷ïÿÿÿÿÅßûÛÿçÏÿÿÿÿßÿÁþÿÿÿÿÿ÷ûÚÿÿÿßúÿÿ~ÿÿÿ?ÿï¿·ÿþÿÿÿþ³ÿÿÿÿýÿûÿÿæÿÿÿÿÿÿýöÝïßýÿ×ÿÿÿ÷ÿÿ¯ÿÿÿÿÿ·ßÿÿíŸ_ÿÿíŸÿûý¿ßþÿÿ¿ÿýÿÿÿÿŸñÿÿÿÿÿÿÿÿÿÿÿ?ÿÿÞÿýúÿãŸýüÙÿÿÿ÷óÿÿ?`ýÿÿÿÿÿÿÿ×ÿþõÿÿþïçÿùÉÿÿ~ýïÿþ¿>ïÿÿÿÿÿÿÿÿï¿ÿþ?å·ïÿßó~¹ôòþÿÿåÿ_ÿ}Úÿÿÿÿÿÿÿÿÿûwÿ­¾ÿûÿ§Ïnª¯·ÿþÿÿŸú¿×ÿÿÿÿÿÿÿÿûÿÿÿ÷[íÝßûï7»N»o¿ÿþ.Õ¾·ÿßöÿÿÿÿÿÿÿÿÿÿÿÿ®iïþîÿï¾-ª¼ÿþÿÿÿõ¿ýïåÿÿÿÿÿÿÿÿûÿ¿ÿÿÿwûý¿ÕW_g­þþ[ÿŸýÿ©ÿÿÿÿÿÿÿÿ›ÿÿø¿^ÿû¿Ÿÿ¿+¿þÊ+üìŸÿ?åÿ?ýÿÿÿÿÿÿïïýÿÿï/ûþûÿ½ÿ²ë?¿þ²ËnýþúûÿêÿÿÿÿÿÿþÿïÿýçÿÿÿÿùGÿýÞùçŸyßÛçÿýGþÿý÷ßÿù÷Ûk÷í÷ßÿýÇšcöý§ŸþùwŸ÷ÚÿÿÿÿßÿÏÿÿÙwÿý÷ý÷ÿÿßsÿ}ÿý÷ßÿÿý÷ÿ¿ßÿÿÿÿ¿ÿÿÿýß_ÿ÷ßÿÿïÿßßýýý÷ßÿÿÿßÿÿúÿÿÿÿ¿ÿÿvÿ÷¿ÿcûÿÿŸw·üú?Üðâÿ¼ø_öÿÿÿÿûÿ3ÿýû÷ûý÷{ÿ}ñÕÿ½ñÇ×û÷ÿõÿ«ÿÿÿÿÿïÿ¿÷ÿÿ¿ûú¾ÿþÿ·¿³î_{¯ýúš¾ÿ_üÿþùÇŸüùçþÙçŸÿùæŸô¹ÆiöÐäšyþæÿÿÿÿÿÿë?¾þãë¿¿ÿúüÿçï¯ÿýÓOç×ÿ÷ûÿ?ÿÿÿÿÿÿ_ÿýõ÷_ÿ÷׿ÿÿ×ÿýÿßÿÿýßÿÿûÿÿÿÿÿÿúï¯ÿþÿÿï½þÿÿÿÿÛï¿ý÷ÿ¯ûýÿÿÛÿÿÿÿÿÿ×{õýÿÿÿýµÿÿ÷ß¿_ý÷ýÿûýÿÿŸþÿÿïÿÿÿ³ÿ¿ÿöûïÿKÿÿÿ¼ýþ¿OÿÿþÛý½ÿÿÒÿ_ýõ×_ýõ×_õÕSýõ—K?ýuWO}ýô“]Ÿºÿÿÿÿÿÿÿþøÿÿÿÿó·ÿ÷ÿßo}ô3m¿}ßìÿÿ?ùßÿÿÿ÷ÿ½ÿÝÿÿÿÛÿÿÿþÝÿó÷ÿýßþ;ÿïêÿÿÿÿÿßÿßÿ¿ëßÿ¿ÿÿ÷ýÿïÿÿÿþûïÿýÿÿÿÿWÿÿÿÿÿ÷}ÿýùß_ÿõ¿ßßÿÿÿoýÿ¿Ÿÿ}ÿÿ_ÿÿùÿÿÿÿÿùÿÿÿÿ÷û~ûýÿüÿÿwÝßÿÿÿÿù÷ÿï÷ÿËÿÿÿûÿÿ·Ûÿï}—ßçè±çû¿Ïßçÿÿßÿÿû¿÷ÿÍþÿÿÿÿÿÿÿ÷ÿÿÿÿÿûï¿~ÿÿ¿ÿïÿ?÷ÿþÿÿÿÿöÿÿÿÿÿÿÿ{ÿÿïïÿû­Ýÿÿÿýúýÿ÷ÿÿïçÿÿ«ÿïÿþóÇûþßÿ÷ýüÿÿýø÷ÿ?ÿ¼áÿ?ßüÿ¯ÿ¿üÿû÷ß|ûÛ÷ÿûÿÿßÿÿ¿~×ÿÛ·{ï_­ãý¿÷ÿâÿÿÿÿ}ÿÿÿý¿ßþ9îûÿÿÿûÏŸÿ÷÷ÿÿëÿÿßÿþÿÿÿÿÿÿ»ÿîßÿÿÿ·Ï¾õÿ¿·ÿþûþþÿßÿþû_øÿÿÿÿÿÿÿÿÿÿþÿ}ßþþïÿÿúÿûÿþÿÿÿÿþÿÿÿ	ÿ|ëù÷ÿÿÿ{ÿÿÿßþÿýïÍÿýüÙ¯/¿ÿÿýÿß|ÿsÖÿ÷ßÏ?ÿüûÏ×ÿþoÿÿ~ýïÕŸ|ýõÿÏ÷ûóûë÷þÿÿÿo¿ýö{/½ä÷ëÿïwþ¯ý¯×ÿþû÷¿ßÿûÿß¿ýÿÿÿíµ×^{ë-¿ÿÿþïý·þï¿éÿŸúßÿÿ›üÿï¿ÿ~³½öòvíýÿã—ýÿÖ[gµúþ{ûž¿ëûïÿeÿÿÿÿÿ^ùï¿÷nhïþkoíÞÿÚÿÿÏó¿mÿÿÿ&þÿÿ¿ÿ÷ß{ÿ·×ÿÿý÷ÿßeõßÿ_ŸýÿûïßøÿÏ?øüþûï¿¿þÿû¼ÿþûÿþú{ëÿÿû:?­ÿ³OþÃÿ¿ÿþû½÷ÜóÏÿþÿïÿÿçûïÿöó믿ýÚû¯¿öþÿùçŸÿÿÃ/ÿüßÿÿÿý÷Ÿþÿÿþçÿ}þùÿãÿçŸ~ýõ×_ÿýößoÝß}¾ù÷Ûü¹öŸoßùçÿ‰ýÿÿÿÿk¯½öÚýóý?ßÿÿÿÿüÿÙÿß÷ÿ·ÿÿý›üÿ÷ßÿÿûï¿÷ßÿÿýÿÿÿ÷ý¿ÿÿÿíÿßÿÿý÷ÿ«ÿ_üôÿÿÿÿúûÿÿÿÿ¯ýy÷û¯÷ù狼ø×ÿUÿÿý÷Çÿå—ßWÿÿÕ¿±ßÛ=ñß~_ÿ÷õÿýÿùÿ?ÿ¿ÿïz묿Îþÿ½»ÿïÿóÿÞëþÿÿë>ÿ÷ÏÿÅÿÿçž}þÑG}ôÙçþy›k¶ñG—{îñå¾ùæ/þÿÿ盯¿þúëÿ¿ÿÿÿ¿ÿþß?½ÿº_ýï×ÿþÿòÿÿÿßýõ×_ÿÿ÷ÿ_ÿý÷ÿþûý×÷þûÿýÿÿÿÿÿ›ÿÿþûî«ÿþûïoïÿÿÛÿßÿÿïïÿöÿÿ¿ÿýûÿý?ýÿÿÿ÷_ÿÿÿÿÿÿýÿ÷ÿÿ¿ÿ÷õÿÿÿÿ÷ÿÿÿÿçÿÿÿÿÿïÿÿ?ýÿÿO¯ýögþÿ~Ó-ÿÿÿÿÿ¿ÿÿÿÿýÿõ×O{õñ×[õõÖõÕ_wÝ•Öüµ×_ù¥oúÿã¿?þûßÿÿÿ¿ÿÿÏ>ïÿÿßøÿÿ¾þþ¿Ýÿèóÿƒÿ÷ÿÿÿûî·ïÿûÿþ_Ÿÿÿ¿ýÿÿÿÿÿÿ-ÿôÏÿ‡þÿÿ÷ÿÿ_ÿÿÿýÿÿÿÿ×ÿ_ýßÿï¿ïÿÿÿÿÿôÿÿÿý÷×w=½ïÿùýÅÿüÿ÷ÿÿÿñÿnÿÿÿÿÿÿÿÿÿÿ×ïíþ×ÿÿ¿ÿÛ¿ûÿ÷þÿõÿ~ÞïÿÝÿÿÿ;ýÿü³÷þèýÏîþÿÿÿÿþÿÿÿÿÿÿÿÿìÿÿ=ÿßÿâÿë¯ÿýú믿ÿÿÿÿýý÷ûþïÿÿÿÿþéÿÿÿþÿÿWÿÿÿïÿÿÿ¯¿ýþÿÿÿÿÿÖßÿÿÿÿÿþÛþÿ÷ßßþÿ¿ûÿÿþWÿÿÿßÿÿÿÿûÿýÿôýßÿÿÿÏ;ÿÿóÏóøÿÛÿÿÿÿõÿÿýÿÿ¿ÿß÷ïÿ§ýÿÿÿsûùÿß~ûþßÿ¯¾ÿÿÿß·ÿöûíÿÿÿÿÿÿÿÿßüÿÿÿüÿþý¿Ûÿãû÷ûÿÿýfŸ}Þ¿ÿÿ÷ÿÿÿÿÿßûïûù÷ûÿ½õïÿ¥ïßþÿÿóÏ¿þìÿÿþÛÿßû¯¿ÿûßïï¯ÿÿÿóÿÿñÿÿÿþÿÿÿôÿÿÿÿïóåßÿÿÿÿýßÿ?_vÿÿ÷?aýüÿûÿÿÿýÿÿÿÿÿÏï÷ÿÿüÿïÿûþûù³ýü¿¿VïóÿÿÿÜÿ¯ÿýÿÿÿÿÿ¿ÿ÷ÿßKïï÷ÿÿóíÿÿþýÚßÿÿ·Ÿÿÿùÿÿÿÿÿÿÿýÿ¿Ïúû§ÿþÿoçÿÿ¿Ýÿ½÷¶o¿úÿûÿÿÿÿÿßÿûï÷úßÿïï·ÿyïg{þ¿öÿÿýÿÙkîß÷ÿÿÿÿÿÿÿÿïþûîÿ¿|ÿ»oßÿïáùÿ÷ÿýÿ÷ÿßßÿÿÿÿÿÿÿýýõ÷ÿmýýýß}ÿÿßïÿÿßÿïÿÿóÿÿÿÏÿÿÿ÷?û¯¿ÿ_è¯÷óÎëüü?üÿÿo»ÿÿß~»íÿÿÿÿÿÿÿÿÿ÷ÿÿ¿þþ[¯¿þ¶ëÿïÿÿ}ÿùÿÿ÷ßÿÿÿþÿïÿÿÿüÿÿùÿÿwþùÿŸÿ_þßùÇßcû}gßÿý÷ßÿý÷ß~ÿýÇß~ûùçÚþßÙÿÿýÿÿÿý÷ÿÿÿÿÿÿ÷ÿÿÿÿÿÿÿÝÿÿÿÝÿß¿Çÿÿýÿÿÿýßÿÿÿÿýÿßÿÿÿÿÿÿÿ¿ÿÿÿý×ÿÿOúÿýgÿÿÿÿÏÿ¿þßýÿýÿÿ¯ÿÿú/¾øÒ_/öñßõÿÿÿÿ½óï¿{ÿÿåÿî÷ÿ}ùÿ—ÿ}ÿõ—ÿÿýßÿ£ÿÿÿÿïo¾ÿÿûÿ§ÿÿÿÿÿ÷ßýÿ¿þ—Ë¿¶ö߯ù¿ýÿîùgŸöñç}¾ùç“ÿùçŸôùÆŸ}´ùæŸoþâÿÿÿÿýÿÿÿÿÿÿëÿþÿÿñúÿÿÿùûûÿùúÿoÿÿÿÿïÿÿÿÿÿÿ_ÿû÷ÿ·ûÿ×ÿÿÿÿÿßÿûÿßÿÿ?ùÿþÿÿÿþûÿÿÿÿú¿¿ÿë¿ÿÿÿÿÿÿýþÿÿÿÿþÿÿÕÿÿßÿï·ÿÿûÿ×ÿÿýÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ?þ¿üþÿÿÿÿÿËÿÿÿÿÿÿÿÿÿÿÿõ¿ïÿýß×ÿÿÿÕÿ[wíõ×­õ×_}ýõWýÕ×_ýU×_>ùÕ×Oÿªÿÿÿÿ÷ÿÿÿÿÿÿÿûÿÏÿÿÿþÿïÿóÿïßüóÿ?ÿ_ùÿÿÿ÷ÿÿ7ÿÿÿÿßÿÿ»ßÿÿÿÿÿÿÿÿûÿýÑïÿîÿÿÿÿÿÿÿÿßÿßÿÿÿ¿ý÷ÿÿßÿÿ¿þÿÿßýûßïÿWÿ_?ýÿÿÿýÿÕûÿÿu¿ßûï~ÿùÿ÷__üÿÿÿÿùÿûÛÿÿ¿?ÿºïÿÿÿÿÿÿÿÿÿÿÿÛÿçýúûÿÿÿÿÿÓÿõýþÿÿþ÷wßÿÿÿÿÿ÷þïÿÿÿÿßÿÿÿŸýÿÿŸþÿÿßÿï½þþëÿÿ÷ÿ7ÿÿÿÿßÿÿÿß÷ÿþÿÿõÿÿÿÿÿý¾ßÿïÿÿÿÿ»ÿýÿÿÿÿÿÿ¿ïÿÿÿúïþÿ§ÿÿýÿû¯ï»½ÿÏÿÿüã/öÿÿÿ¿nºëû¼óÿÿßüÿÿíÿßý¿ßÿþÿ·{ïÿÿÿÿßÿÿÿþïÞßþÿÿãÿÿÿÿ»ÿ¿ïüÿÿÿÿýÿÿÿÿÿÿwßÿ÷ï÷W}÷ÿÿwþÿÿÿÿË÷Î{ÿÿÿßÿÿÿÿÿÿÿÿÿÿÿÿÿïßÿÿýßùÿÿÿÿÿþýÿÿþÿÿÿÿÿÿýÿ÷ÿÿÿþÿþÿÿÞÿÿÿÿÿÿÿÿÿÿÿÿûÿÿÿýÿÿïÿÿÿóÍ7ß÷óÍÿÿÿÿÖÿ_ÿÿùÿŸÿÿÿÿÿ7ÿÿÿÿÿÅÿÏ/¿õþ_w}õýÿëõþÿÿÿÏ®ú﫯íïÿÿþÿÿÿÿõÿÿÿÿ?õ¿óþ9õ߯ýÿÿÿþÿÿÿÿïÿÿïÿßÿÿûÿÿÿÿÿíÿŸoî¯ÿ›ýÿÿ¿ÿÿ¿ÿ~ûïþï¿ÿþû¿ÿ¿ÿ¿ÿþ[ûŸÿþùÿÿeÿÿÿÿÿo¼ñþïÿÿÿÿÿÿÿÿîüÿÿÿÿßöÿûï¿ÿþÿÿ÷ÿï¿ÿþûÞÿù÷ßÿ÷ÿß÷ÿ—ß~_ÿïõ_^ÿûÿÿõÿÿ?ÿÿçüÿÿÿ_ÿõ¿ÿÿÿÅ÷þ?¯þþúÿÇÿÿÿþÿwÛ}ÿ}oþþÿë¯ÿúÿÿÿú믿íúë¯ÿÿÿþÿÿçÿÿ÷ÿÿÿöÿÿŸþçÿÿÇÿçŸþŸçŸþÿÿáÿ÷ÿöÚj¯u÷ßüñÿý÷üñ·Ÿ®á÷ÿ¥ýÿÿÿÿý÷ßÿýÿÿÿßÿ÷ÿÿÿÿ÷ßÿÿ÷ß}ÿÿ›üÿÿÿÿ{÷}wßýÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿßýÿÿÿ¬ÿÿ}üÿÿÿÿÿÿòÿÿÿùçþÿúÿüQ‹¼Yæÿÿÿÿï÷ÿÿý÷ß×ÿý÷ÿÿÿÿÿ“ÿÿÿÿ—_ÿ·Îÿÿùÿÿßÿÿÿÿÿÿÿþÿ~÷Ë¿þÿÿÿÿ½òsï›ýÿÿËÿÿçŸþùçŸüùçŸþùŸþùçšk´Ùçš{öùç/þÿÿÿÿÿÿùÿßÿÿý÷ÿÿ÷ÿ¯ÿÿçŸÿ¿ÿ÷[ÿýÿõÿÿÿÿÿÿÿÿÿÿÿïÿÿÿÿÿÿýÿÿÿÿÿýÿÿþÿÿÿÿÿÿûÿ¿ÿþûçïÿÿýÿßßýÿÿÿÿÿÿÿÿÿõþÿÿÿüÿÿÿÿÿÿÿÿÿßÿ÷¿ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿéÿÿÿÿÿò»ï¿¿öùÿûß÷ÿûÿÿÿýÿÿûÿþûôÿÿgýÿõ×_o­U[}ýõ×_}õW_ýõ×O{Ùµ“_wýõoøÿÿÿÿÿ¿ÿ»7Ûÿï?ÿúÏûÿÿÿ¿?þ}ÿÏ>ÿÿÿÿ‡ÿÿÿÿÿÿÿÿÿÿÞ½ßüþßÿÿÿÿÿÿ}ýÿ_ÿÿßÿÿ7þÿÿÿÿÿÿßÿ÷~ÿÿÿÿßûÿÿýÿÿûÿÿÿÿëÿÿÿñÿÿÿÿÿü÷ßßýÿÿÿ÷û½ÿïÿÿÿÿýõ¿ï~üÿÿ‡ÿÿÿÿÿï÷^çûÿÿÿÿÿßÿÿÿÿÿÿÿgÿÿöÿÿýÿÿÿÿ÷¿ûÿ¿ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ÷ÿÿåÿÿÿÿÿÿÿÿÿþÿÿÿ÷÷ûÿÿÿÿÿ¿þÿßÿÿwïýÿ_ÿÿÿÿÿÿÿÿçÿÞÿÿÿÿÿßïÿûÿÿ¿ÿÿï¿ÿÿÿþøÿÿÿÿÿÿÿý÷ÿÿóߏ~ú‡ÿÿÿÿûûýëÃî¿ÿ÷Ãÿÿÿÿ¿ÿûÿÿÿõûßþûÿ×ÿû¿ÿÿÿÿïï÷óÿÿ¿Ïþÿÿÿÿÿýÿÿÿÿïóÿÿúïÿÿÿ¿ïþóÍ¿ßÿþÿåÿÿÿÿÿï¿ÿþûýÿßýûïß~ÿÿ¿ÿûÿÿÿÿóÿÿÿ¹ÿÿÿÿÿÿÿÿÿïÿ¿ÞïÿÿþÚÿÿÿßüÿÿÿÿï¿ÿÿŸñÿÿÿÿÿ«¯¾÷þcÿÿúù­þüÿÿÿÿÿùÍ7ßúþÿÿ?býÿÿÿÿüóÅ¿ÿ?ãõçÿwþÿŸÿÿÿÿÏwÞ×ÿÿÿ¿~ïÿÿÿÿ¶Ûn»çü_þûï¿ùåÿÿÿÿ÷”þþûïÿÿÿýÚÿÿÿÿ×^s͵òÿò×ÿþÛ«­þÿÿÿí¿üïÿÿþÿÿ¿Ïÿÿÿÿÿ×Ûk3ï?Óþúï¿íÚëÿÿÿ_û¿ÿþùïÿÿÿ¯öÿÿÿÿï‹ÿ^yÿ•úÿÿÿÿßÿÿÿÿÿÏ÷þÿÿÿÿÿÿoàÿÿÿÿ¿ü÷~ÿÿÕÿûÿ÷×Yåÿÿÿ__µß~ÿýÿÿÿ¡ÿÿÿÿÿï¿ÿþûï¯ó‰ï½ÔRÿÿÿÿúkùá÷ÿÿÿÿ?ýÿÿÿÿß{Ï=ÿüûïï¿þÚ¿ýäÿÿÿ¿íÚ믿þÿÿÿëÿÿÿÿÿï¿üóÏÿÿöùçÿþûÿÿÿÿŸçŸþùÿÿÿþÿý÷×_ýõÚ}ûyçÿ½ößÿ½¶oüñÇßÿ_Úÿÿÿÿ¿öÚk¯Ý÷ÿýÿýwÿýÿÿÿÿÿçßÿýÿÿ¿Ûÿÿÿÿÿÿ¿ÿþÛÿÿýý÷ÿýÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¿úÿÿÿÿÿ÷ßÿÿÿÿßãŸüÏ?ÿÿÿÿÏÜðWŸ·ÿÿ_òÿÿÿÿÿ—_ûý÷ÿWÿÿ·ïõÿÿÿßÿ÷íû}ûÿÿ§ÿÿÿÿÿ®»ÎzÿûÒÿüæ_ÿÿÿÿû?¿õ÷÷ïÿÿýÿþùç}ôÑ盼¹çš¯¹æŸþÙçk¾ùßþèÿÿÿÿÿÚk¯½öÿŸ?ÿýçÿüÿÿÿÿþ÷ÿýwûÿÿ7ÿÿÿÿÿ×_ýõÿÿÿùïÿÿûçÿÿÿÿýÿßÿÿÿöÿÿúÿÿÿÿ¿þÿÿÿÿúÿ¿ÿÿÿý¿ÿÿÿÿ¿ÿõûÿÿÿþÿÿÁÿÿÿÿÿõÿÿÿÿÿÿÿÿÿ¿ÿ{ïïÿÿÿýÿ÷ÿÿ¿ýÿÿ/þÿÿÿÿÿÿ÷ÿOýÿÿÿÿÿÿýÿÿÿÿÿÿûïÿÿÿÿÑÿ_ýõ×}éÕW_{ýÑ×~üõW_ýõ×_{ýõ×_ÿ†ÿÿÿÿÿÿ÷þûãûÿû¿ãÎÿ¸ûþÿïÿ÷ß4þÜãÿÿÿøÿÿÿÿÿÿÿîîíïÿÿÖ¯ÿë¾ïÿÿÿö¿×þóÿÿÿÿíÿÿÿÿÿÿÿýþîÿÿÿÿÿýÛÿþßÿÿÿÿÿõ¿þÿÿÿ7ÿÿÿÿÿ×]ÿ½×ßÿÿÿ¿Wýýþÿÿûï¿ÿ¿ÿÿÿÿÿÿøÿÿÿÿ½ýöýÿ¿ÿÿßÿþÿÛÿÿÿÿÿÿÿÿÿÿÿïÿÿÇÿÿÿÿÿÿþ^í·ÿýÿÿ÷wÿÿ÷ÿÿÿÿóÿÿÿÿÿÿÿÏþÿÿÿÿÿÿÿÜۏÿÿßÿo¿Üÿÿÿÿÿÿ-ÿÿ÷ýÿÿÿöÿÿÿÿÏÿßß{ºÿÿÿÿûßíßûÿÿÿÿÿÿÿÿÿÿï‹ÿÿÿÿÿßÿÿ÷ÿÿÿÿòÿïÿÿÿÿÿÿÿ÷¯/¿ÿÿÿßýÿÿÿÿýßýþÿÿÿÿÿÿÿŸÿÿÿÿÿÿ¿ïÿïþÿÿÿûíÿÿÿÿÿý­·þÚýÿÿÿû¿¿þ÷ÿÿ÷ÿÛÿ_ÿÿÿÿÿWþÿÿÿÿ¿ÿöýäÝÿÿÿÿ¯çý÷ÿÿÿÿÿÿÿÿÿÿÿÿøÿÿÿÿÿûo¯ÿÿÿÿÿÿßs¿þÿÿÿýÿîÿÿÿÿÿÿÿ	ÿÿÿÿÿÿÿÿûÿÿÿÿÿÿÿÿÏÿýÿÿÿÿ|ëÿÿÿÿÿsÖÿÿÿÿÿÿÿÛÿÿ×_þÿ×ÿÿÿÿÿÿþ›ÿÿÿÿÿkóþÿÿÿÿÿÿ¿ëÿûï¿ÿÿïÿÿ~ùÿÿÿÏýÿÿÿÿÿÿß“ýÿÿÿÿÿÿ÷ûþÿûþýÿíëÿÿÿûÿÿÿÿÿÿÿ»üÿÿÿÿÿÿoÿúíýÿÿÿþ–çºßùÿÿÿW¾ï¿ÿÿÿÿÿaÿÿÿÿÿÿÿÿÚ{þýÿÿÿÿÛÿÞÿÿÿÿ²üÿÿÿÿÿÿnþÿÿÿÿÿÿÿÿÿýñÿÿŸÿýÿ÷ùÿÿÿßÿ­ÿÿÿÿÿøÿÿÿÿÿÿïÿ¿ÿßýÿ¿ÿÛÿ¿ßÿÿÿ¿ÿ_¿ÿÿÿÿÿÕÿÿÿÿÿÿ¿ÿûŸüÿÿïû¶û¿ýÿÿÿo»öúÿÿÿÿ_þÿÿÿÿÿÿùþùæûïÿÿçwßýþÿÿÿÿÿùçÿÿÿÿäÿ÷ßÿýçÛo»ý÷ßÿýŸmÞý÷ßÿýÇŸÿý÷ÿ‘ýÿÿÿÿÿÿÛo¿ÿý÷ÿÿ÷oÿÿÿÿÿýÿý÷ÿÿÿÿ»üÿÿÿÿÿÿ·ÿþÿÿ÷ßÿÿïÿþÿÿÿÿÿ÷ÿÿßÿÿÿÿÿ¢ÿÿÿÿÿÿßïÿÿÿýÿÿ÷/þxþÿÿÿÿb}þÿÿÿÿeÿÿÿÿÿÿÿý÷î>ýÿ÷ß¿ÿ÷7ýÿÿÿßÿí÷ÿÿÿÿ¿ùÿÿÿÿÿÿßþÿÿÿÿÿÿþïÿ¿÷ÿÿÿÿü_ÿÿÿÿÿÿÕÿÿçŸþù柾ùçŸöÙ–{¼øçŸþ¹æžþùçÏþÿÿÿÿÿÿýÿïÿÿùÿÿÿÿÿï¯Õÿÿÿ¯ÿù×ÿÿÿÿÿôÿÿÿÿÿÿïÿÿÿÿÿÿÿÿû÷_ýÿÿÿÿýÿÿÿÿÿÿÿƒÿÿÿÿÿÿÿÿÿÿÿÿÿ÷ÿïÿïûëÿÿÿÿïÿÿýÿÿÿÿÿüÿÿÿÿÿÿï¿ÿÿûÿÿÿÿ]ïÿÿÿÿÿ÷ÿÿÿÿÿÿàÿÿÿïÿïÿo¿ÿ÷ÿÿÿßþ_ý÷þÿÿÿÿÿÿÿÿÿÿÿÿGýÿõ×_ýu×_?õå×_k½W^ýõ×_ýõ×_ýõïûÿÿÿÿÿßãËߟÿÿÿÿÿÿÿ¿wûÿÿÿïü÷ßÿÿÿÿÿ—ÿÿÿÿïÿ÷¿öÿßÿûçÿúç·ßþÿÿÿû÷ßïÿÿÿÿGþÿÿÿÿÿý=ÿÿýýÿÿ¿ÿïÿýÿÿÿ_ÿÿÿÿÿÿÿÿñÿÿÿÿÿÿÿÕ}|ôÿÿÿÿÿQ_kýÿÿÿÿÿÿÿÿÿÿÿÿ«ÿÿÿÿÿÿÿ}õÿvþýÿÿÿォïÿÿÿÿÿÿÿÿ¿ÿþÿýÿÿÿÿÿöÛw×ÿûí÷¿ÿn±×ÿÿÿÿÿýÿÿÿÿÿÿíÿÿÿÿûÿÿ¿Ý÷óÏ÷ÿúê7÷úÿÿýÿÿÿßÿÿÿÿ?ÿÿÿÿÿýÿÿû§ÿýýÿÿþýýÿÿÿÿ½ÿþÿÿÿÿÿ?úÿÿÿ?ÿÿÿüÿÿÿÿëöþÿûýÿÿÿÿÿÿÿÿÿÿÁÿÿÿÿûõÿ÷ÿÿÿÿýÿý÷wÿÿÿïÿÿÿÿÿïÿÿÿÿÿ¿þÿÿÿÿÿßþŸÿ¯ŸþúþþûûM?ÿÿÿ­÷ßÿÿÿÿÿÿâÿÿÿÿÿÿûÿóí÷_ÿÿíï~¿ýÿÿÿÿý÷ÿÿÿÿÿÿ…ÿÿÿÿÿÿÿÿÿýï¿ÿþÿïßÿüóýÿßÿï¿ÿÿÿÿÿÿ¿ðÿÿÿÿÿgï¿ÿÿûÿ¿ÿÿ玷ßûÿÿÿÿ¯ÿÿÿÿÿÿ?nýÿÿÿÿ?ïÿÿÿß÷ÿÿÿ}þ¿_øûÿÿÿíÿÿÿÿÿ¿.ïÿÿÿÿÿßÎù¿—ÿþûoþù•õ”ÿÿÿúëÿÿÿÿÿÿ½Ûÿÿÿÿÿÿsßù³šÞÿöÿÿ¬³žúÿÿÿÿÿÿÿÿÿÿ¿Ýÿÿÿÿï¿÷ã¯ÿîìÿoË7ùÕºíÿÿÿÿíÿÿÿÿÿŸöÿÿÿÿÿÿnÿ¿òþw®ýÿÿþ˯¾]ÿÿÿß_ÿÿÿÿÿïâÿÿÿÿÿÿýÿÿýÿýÿýÿß_Ÿ÷ÿÿÿ?þÿÿÿÿÿÿ¥ÿÿÿÿï¿¿ÿÿþëÿÿÿÿÿÿþrý­ÿÿÿûõÿÿÿÿÿÿßüÿÿÿ¿ÿþϾÿÿ³?ûìÿÿ¿ÿÃÛþÿÿÿßþÿÿÿÿÿæÿÿÿÿùç¿ÿüßoÿùçÿÿÿçÛÿÿýÿÿo¿ýÿÿÿÿÿGþÿýçŸÿ½öYc¯ý÷ÚþýÇÝ~ßý÷_}õý÷ßÿÚÿÿÿÿÿß=÷Ûsß}ÿßÿ÷ÿÿÿÿßÿÿÿÿÿÿ¿Ñÿÿÿÿ÷ßþ÷÷¿ÿýÿÿ÷ÿÿýÿÿ¿ÿþÿÿÿÿÿÿßúÿÿÿßÿÿþÿ?ÿÿÿëþgß­ÿøÿÿþùÿÿÿÿÿ_òÿÿÿÿý÷Oýþóß_~ÿÿ}õýÿÿÿ÷ßÿÿÿÿÿÿ‡ÿÿÿÿŸ÷ýwÿ}ÿõ÷¿ßÿýÿo?ÿÿ¿ýÿÿÿÿÿÿÿüÿþùæ›o¾ùç›o¾ùçŸÿùgþùçkþùçŸþèÿÿÿÿý÷ÿÿÿþÿÿÿ¿üÿÿÿ÷ÚËÿÿÿþÿÿÿÿÿÿÿ?ÿÿÿÿï¿ÿÿÿÿÿÿÿåÿ¿ÿ÷×_ÿÿÿÿÿÿÿÿÿÿÿÿûÿÿÿÿþûï¿ÿÿûï¿ÿÿÿÿÿÿþ÷ÿÿÿÿÿÿÿÿÿÿÿßÿÿÿÿÿÿßÿÿÿÿÿÿÿÿýÏÿÿç¿ÿÿÿ¿ÿþÿÿÿÿÿ/þÿÿÿÿÿÿÿ÷Ëÿ?ý÷ÿþö{/¿ôÿÿ/¿ÿÿ¿ÿÿÿÒÿ_ýõÓ_­µ×
ýõÑÕV[éõÖ[}ýõ×_ÿšÿÿÿÿãÿ¿{ÿïÿ¿¿ó{?ïïÿ?þÿÿÿÿÿÿÿÿÿÿÿùÿÿÿ÷ßÿ_ÿÿÿ÷ÿÿï÷¿þûþ¿ýÿÿÿÿÿÿÿÿÿÿçÿÿÿÿýÿÿÿýûÿÿÿßûýùÿûÿÿÿýÿÿÿÿÿÿwÿÿÿÿÿÿÿýñßÿý¿‡[ø~þßÿÿÿ×ßÿÿÿÿÿ¿úÿÿÿÿÿÿ½ûßïÿýûû¿ÿöÿÿÿ÷ÿ÷÷þýÿÿÿÿÿÿßÿÿÿÿÿÿ¿ÿûûýÿÿþ»¿7Úø_ÿÿÿÿýÿÿÿÿÿÿÿÏþÿÿÿÿÿÿÿúÿÿüíÿÿÿúýÿÿÿÿÿÿÿÿÿÿÿÿðÿÿÿÿÿÿ¿ÿÿÿïÿþöûïÿÿûÿÿ{ÿŸÿþÿÿÿÿÿÿÿÿÿÿÿÿÏÿÝÿÿÿïóýÿÿÿÏÿÿÿÿûÿÿÿÿÿÿüÿÿÿÿÿþ÷ßÿÿÿßÿÿÿïóÿÿÿÿÿÿÿÿÿÿåÿÿÿÿÿÿÿÿÿÿÿÿÿïÿø·×þûßÿÿÝ÷ÿÿÿÿÿÿþÿÿÿÿÿÿÿïÿ¿ööÿÿßÿ¾ÿßÿÿÿÿÿÿÿÿÿÿÿÿ_úÿÿÿÿÿÿïÿÿÿÿÿÿÿÿÿï?ßÿÿÿûÿÿÿÿÿÿÿÿÿÿëÿÿÿÿÿû?ÿÿùÿÿìçÿÿÿùÿÿÿÿÿïÿÿÿCÖÿŸÿÿÿÿÿÿÿõÿÏÿÿÿÿûÿÿ×_ÿóÏ?ÿüûÿÿÿkôþÿÿÿÿÿÿÿÿÿûÿ¿ßþ›ÿóþûï¿Ûn»í¶{þÿÿߏýÿÿÿÿÿÿ÷ÿÿßÿÿýÿßÿßõ·ÿ]k­µÖZëÿÿÿ{ýÿÿ¿ÿÿÿoÿÿÿÿÿÿwÿûn±ëÿïÿßl¯Ý6óÿÿÿÿeÿÿÿÿÿÿÿÿÛÿÿÿÿÿÿÿÿÖkÿÿÿ¿Wþûç•ÿÿÿÿFþÿÿÿÿÿûýýÿþÿÿÿ}þÿÿÿþûíÿý÷Þ[ÿ÷ÿÿÿ_ùÿÿ¿ÿÿŸÿÿÿçÿÿÿÿ÷ûßÿçŸ_þ¿ÿþûï¿ÿÿÿÿËÿÿÿþÿÿýþûÿÿÿÿO.þÿ{o¹ö{ï=÷ÜóÏÿÿÿïþÿÿçÿÿþûï¿ÿþÿÿ¿ýÿßý÷ñÿÿÿòË?¿üÿÿæÿ÷Ÿÿý÷ßÿý÷ߏ½ÞlžÝÇÛ_ýõ×_ÿý÷ÿýÿÿÿÿÿÿýÿÏÿß÷ßÿ÷?¿ýÿÌ÷Úk¯½öÚÿÿÿ;ýÿÿßÿÿý÷ÿÿýÿÿÿßÿýûÿÿÿÿþûï¿ÿÿÿÿ­ÿÿþÿÿÿÿÿÿÿÿç¿þóýþøëïÿßÿÿ÷ÿÿÿÿ5ÿÿÿ÷ÿÿÿ×ßÿÿñu{ÿÿöÛÿýµßýõ÷_ÿÿÿÿûÿþÿÿ¿ÿÿÿÿûÿûÿÿ¿þúWûÿ»þºë®ÿÿÿÿÍÿÿçš¾ùç›oþùgŸþùžþùfŸôÑG}þùçþÿÿ÷ÿþýúŸÿÿÞÿÿÿÿÿÿýþ믿þúkÿÿÿÿ÷ÿÿÿÿÿÿÿ×ÿÿÿÿßÿÿûûÿÿýÿß_ýõ×_ÿÿÿÿ—ÿÿÿùÿ¿¿úïßÿ¿ÿÿÿ¿ÿûÿ¿ÿúÿÿý÷ÿÿÿÿ_üÿÿÿÿÿÿÿõÿÿýÿ÷ÿÿüþÿÿÿ÷·Wÿýÿÿÿÿÿÿÿìÿÿÿÿÿÿ¿Oÿÿÿÿÿ¿ÿÿo¿ÿßÿÿÿÿÿÿÿÿýÿÿÿgýÿõ×_ýU×O}ýô×[}ý_~ý±×_ùá×_ýõïúÿÿßÿÿÿÓ¿ÿþýÿ½ÿúèûßÿüó¿?ÿüãÏ/ÿÿÿÿ“ÿÿßÿÿÿÏÿÿßûÿÿÿÿ²èÿûÎÿ÷ß¿ÿþÿÿÿÿÿÇþÿÿÿÿÿÿÿÿÿÿþÿÿÿÿ¿ßß¿ÿÿÿë­¿þúëÿÿÿôÿÿÿÿÿÿÿÇÿÿÿÿÿßkÿõKg}ÿÿŸÿ½÷ç_ÿÿÿÿ¿ÿÿÿû¿ÿÿÿßÿÿ÷¿ûïï½»íÿÿÿÿ÷ßûÿöÿÿÿŸýÿÿÿÿÿþÿÿÿþ¿ïóÏýoÿ÷_þßïÿÿþÿÿÿÿÿÿÿéÿÿÿÿÿÿÿÿ¿þÿû®¿þÚëÿÿôÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÞÿ÷¿ÿþ½¿ßÿßÿÿÿÿÿÿÿÿÿÿ?ùÿÿÿÿÿÿõûÿÿï=ÿÿÿãÏ?þøÿÿÿÿÿÿïÿÿÿÓÿÿÿÿÿÿïÏûÿÿÿÿ»ÿÿrûïßÿÿÿÿÿÿÿÿÿÿÿ_þÿÿÿÿÿÿïÿÿÿÿüûÿÿúË/¿üÿÿÿÿîÿÿÿÿÿæÿÿÿÿÿÿïÿWûíÑÿÿÿÿßÿý÷ÿÿþÛó¿ÿÿÿÿÿ…ÿÿÿÿÿ¿ÿÿÿÿ¯ÿ»ÿÿÿïýïßþÿï¿¿ÿÿïÿÿÿñÿÿ¿ÿÿÿÿÿ÷ËÿîÿÿÿÿŽÿßÍ÷ÿÿÿÿÿÿÿÿÿÿ?fýÿÿÿÿÿÿÿ¿ÏxþÏÿÿûÿÿuÞÿÿÿÿÿÿÿÿÿÿ¿fïÿÿÿÿÿÿÿ›ï—Ëú?ÿÿÿïï—ÿþÿÿÿÿÿÿÿÿÿÿ}Ûÿÿÿÿÿÿÿ¿ü¾Ü.ÿüÿÏÿÿþÿïÿÿÿÿÿÿÿÿÿÿ¿ÇÿÿÿûÿÿÿþÿýõÝlûÿoëþÿ_ûþÿÿÿÿÿÿÿÿÿÿ¯öÿÿÿÿÿÿÿÿû¦¾[žýÿÿþý¯×ÿÿÿÿÿÿÿÿÿÿÿoáÿÿþÿÿßþýÕ×_ÿÿÿ÷ïÿßÿÿÿÿÿÿÿÿÿÿÿ‘ÿÿÿÏÿÿÿïÿþëï¿þúÿÿÿjüýÿÿÿÿÿÿÿÿÿÿ_üÿÿÿÿÿÿïÿÿÿûïûÿÿÿÿþûïÿÿÿÿÿÿÿÿÿÿÿäÿÿÿÿÿÿÿÿþû?ÿ÷ûÿÿÿóÏÿÿÿÿÿýÿÿÿÿÿgþÿý÷ßÿýöÛmÿ}÷ßîý÷Ûkÿý÷ßßý÷ßÿØÿÿÿÿÿÿÿöùgÏÿÿßïÿ÷ØóÏÿÿÿÿÿÿÿÿÿÿ¿Åÿÿÿÿÿÿÿÿíÿÿ}ÿÿßÿÿßwÿÿÿÿÿÿÿÿÿÿÿÿÿúÿÿÿÿÿÿßúï­ÿþzÿ7ÿ÷¯µöÿÿÿßÿÿÿÿÿÿßðÿÿÿÿÿß“tõÅVÿtû¾_ïßßÿÿÿÿïÿÿÿÿÿÿ³ÿÿÿ÷ÿÿÿ¿þûÿ´ý~ÿïÿßßk®ùÿÿÿ¿ÿÿÿÿÿÿŸýÿþùçŸôÙçmöùÇŸÿÑæ›oþùçŸ}þùçŸþåÿÿþÿÿŸ/ÿþúïÿ¿þÿ¿ÿýÿÿÿÿÿÿÿÿÿÿÿÿÿWÿÿÿÿÿÿÿùýßÿÿõÿÿÿå×_ÿÿÿÿÿÿÿÿÿÿÿøÿÿ¿ÿÿÿÿë¿ý÷ëï¯ÿÿïÿÿÿßÿÿÿÿûÿÿÿÿÿÿÁÿÿÿÿÿÿ_ÿýß}õÿÿýõ×ÿÿÿÿßÿÿÿÿÿÿOþÿÿÿÿÿÿÿÿÓÿ¿ýÿ¿/þÎ?ïÿÿÿÿÿÿÿÿÿÿÿÿÐÿ_ýõ×}ýå×Wý¥ÖwýõÖ_ýõ×_ýõ×_ÿ–ÿÿÿÿÿþÿÿüáÿ?ûÿÿÿô÷ÿÿÿÿÿÿÿÿÿÿÿÿùÿÿÿÿ÷ÿÿóÿÿÿÿÿÿá¿öÿÿÿÿÿÿÿÿÿÿÿÿëÿÿÿÿÿ¿ÿÿ¿þÿËÿÿõÿzÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ'ÿÿÿßÿÿÿÿÿ÷ß_ÿý÷×^¿þöÿÿÿÿÿÿÿÿÿÿÿûÿÿÿÿÿÿÿÿÿ¿ÿÿúëûþÞûÿîýÿÿÿÿÿÿÿÿÿÿÿßÿÿÿÿÿÿ¾ÿ~ïÿÿûÿý÷÷ÿÿÿÿÿÿÿÿÿÿÿÿÿÿþÿÿÿÿÿÿÿÿßÿÿÿôÿ¿wÿ~ÿÿÿÿÿÿÿÿÿÿÿÿôÿÿÿÿÿÿÿÿÿÿçÿßþù¯ÿÿûÿßÿÿÿÿÿÿÿÿÿÿÿ³ÿÿÿÿÿÿÏ?ÿÏ÷ÿÿÿÿùoÿþ÷ÿÿÿÿÿÿÿÿÿÿÿÿŸýÿÿÿÿÿûíÿ¿ÿ¯ÿÿߺ÷¿ÿÿÿÿÿÿÿÿÿÿÿÿÿêÿÿÿÿÿÿOÿÿÿÿÿÿÝ_þÿÿÿÿÿÿÿÿÿÿÿÿÿÿþÿÿÿÿÿÿÿýÿÿûýÿÿÿÿ/ÿÿÿÿÿÿÿÿÿÿÿÿÿŸøÿÿÿÿÿÿþïÿÿÿïÿþûïÿÿÿûÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿøÿÿÿÿï¿ïŸß<ÿÿÿÿÿÿÿÿÿÿÿÃÖÿÿÿÿÿÿ_ÿãÿÿûÿóÏÿüûÿçÿÿÿÿÿÿÿÿÿÿÿkñþÿÿÿÿÿï¿_þûÿÔÛn¿÷{ÿ÷ßÿÿÿÿÿÿÿÿÿÿß“ýÿÿÿÿÿÿýêÿÿ§^{íõ^ûÿÿÿÿÿÿÿÿÿÿÿÿÿ{}ÿÿÿÿÿÿë¯×ÿùÿ¿_lû¶÷ÿÿÿÿÿÿÿÿÿÿÿÿÿÿnÿÿÿÿÿÿÿÿ¿úÿÿÿ½÷Þíÿÿÿÿÿÿÿÿÿÿÿÿÿÿnþÿÿÿÿÿÿÿÿõûïï½÷v·ÿÿÿÿÿÿÿÿÿÿÿÿÿßúÿÿÿÿÿÿ矯óŸ?þ¿×þï¿ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÝ÷ÿÿÿÿÿÿþûß¿ýÿï=ßóÏûÿÿÿÿÿÿÿÿÿÿÿ/þÿÿÿÿÿÿÛo¿ñÿûþÿó?¿üþÿÿÿÿÿÿÿÿÿÿÿÿãÿ÷ßÿýwßmûý÷ß_ý×_ÿý÷ßÿý÷ßÿý÷ÿ±ýÿÿÿÿÿ÷ß?ßÿÿÿÿÚk¿öÚ?ÿÿÿÿÿÿÿÿÿÿÿÿûüÿÿÿÿÿ÷×ß}ÿÿ÷ÿÿÿþï¿ÿýÿÿÿÿÿÿÿÿÿÿÿÿ¬ÿÿÿÿÿÿÿÿÿþÿ¯ÿßÿ÷ßÚÿÿÿÿÿÿÿÿÿÿÿÿ]ÿÿÿÿÿÿÿý÷Íÿ|µÿÿÿ¿_—ÿÿÿÿÿÿÿÿÿÿÿÿùÿÿÿÿÿÿÿÿýÿÿÿïÿ¿þë¬ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÇÿÿçŸþùÆ›þùgŸ?ôY=¾ùçŸþùçŸþùç?þÿÿÿÿÿÿõ׏ÿùúë§ÿúë'ÿÿÿÿÿÿÿÿÿÿÿÿãûÿÿÿÿÿï¿ßÿûÿ×_oý×_ýÿÿÿÿÿÿÿÿÿÿÿÿßÿÿÿÿÿïÿÿÿ¿ÿÿþúÿßÿ_ßÿÿÿÿÿÿÿÿÿÿÿÿÿôÿÿÿÿÿÿÿÿÿÿ÷××ûÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿãÿÿÿÿÿÿÿÿþÿÿÿÿÿÿÿ÷¿ýÿÿÿÿÿÿÿÿÿÿÿÿÿþÿõ×_ýõ×_ýð×^ü×_ýõ×_ýõ×_ýõ/9ÿÿÿÿÿÿãοÿßóÿÿþûÿÏþþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÏ=÷ÿÿ×ÿÿÿÿïÿïÿÿÿÿÿÿÿÿÿÿÿÿÿçÞÿÿÿÿÿ÷ÿÿ÷ÿÎýÿÿÿ¿wÿßÿÿÿÿÿÿÿÿÿÿÿÿöÿÿÿÿÿûí×ÿÿÿÿÿþÝ÷ÿÿÿÿÿÿÿÿÿÿÿÿÿ‹ÿÿÿÿÿÿ¿ýÿÿÿÿÿÿÿ¾ÿýÿÿÿÿÿÿÿÿÿÿÿÿÿŸýÿÿÿÿÿÿÿÿÿ?ÿÿó÷ýÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿíÿÿÿÿÿÿÿÿÿÿþßçÿýÿyÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ?ÿÿÿÿÿÿÿýÿ¿ßþûýÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿùÿÿÿÿ¿~úéÿ>ÿÿÿÿÿÿþÿÿûÿÿÿÿÿÿÿÿÿÿÿÿßÿÿÿÿÿÿÿÿÿÿõÿûÿÿ÷ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¿þÿÿÿÿÿ×ÿÿûÿçÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿãÿÿÿÿÿÿÿÿÿùﯿÿûëÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿûÿÿÿÿÿïÿÿûÿÿÿÿÿÿÿÿÿÿÿÿÿÿðÿÿÿÿÿÿïÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ?jýÿÿÿÿüóÿ?ÿ|ýÏÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¿VïÿÿÿÿöÛÿÿ÷÷ÿþýÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ=Úÿÿÿÿ×^ûÿï·ÿÿûÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¿Ïÿÿÿÿÿ÷Úìÿ}v{_«ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿöÿÿÿÿï¿÷ÿ»ãÖÿšýÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿïæÿÿÿÿïýÿßýÿ×ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¥ÿÿÿÿÿï¿ÿÿþïÿ¿þÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ_üÿÿÿÿß{Ï?ÿýûÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿäÿÿÿÿÿïÿ¼ó¿ÿ÷ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþÿý÷×_ÿý÷ß}ÿ}÷ßÿý÷ßÿý÷ßÿý÷ßÿßÙÿÿÿÿ¿öÚÿÿÿßÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¿Ñÿÿÿÿÿÿ¿ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ_úÿÿÿÿý÷ßÿéÿÿßúÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ_õÿÿÿÿÿ×ßÿ_þÿÿWÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ³ÿÿÿÿÿ¯½öÿëþÿþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿŸüÿþùçm´ùGŸöùçŸÿùçŸþùçŸþùçŸþèÿÿÿÿÿú믿þÿÿ¯ýÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿGÿÿÿÿÿ×_ýõÿÿýÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¿ùÿÿÿÿ¿ößÿÿ¿þÿïÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÅÿÿÿÿÿõÿÿÿÿõÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþÿÿÿÿÿÿÿÿÿoÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÕÿ_ýõ—_~ýõ×_ýõ×ýõ×_ýõ×_ýõ×_ÿºÿÿÿÿÿÿÿÿÛÿóÿþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ_ùÿÿÿÿÿûÿÿÿÿ÷ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿèÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿûÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿOÿÿÿÿÿßÿýÿÿÿÿÿÿÿßÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿúÿÿÿÿÿ¾ÿþÿÿÿÿÿÿÿþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÙÿÿÿÿÿÿÿßÿÿÿÿÿÿÿÿ÷ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¿ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿòÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿýÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ“ÿÿÿÿÿÿÿÿÿïÿÿÿÿÿÿïÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ?ýÿÿÿÿÿÿÿÿÿþûÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿäÿÿÿÿÿÿÿÿÿÿÿÿýÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþÿÿÿÿ¿ýÿïÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿŸúÿÿÿÿÿûïÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ£Öÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿëöþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿß¿ýÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÛýÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿgÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿVþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿŸøÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÇÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿßþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿçÿ÷ßÿý÷ßÿý÷ßÿýßÿý÷ßÿý÷ßÿý÷ÿ‰ýÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÛüÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¢ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿUÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿúÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÓÿÿçŸþùçŸþùçŸþùŸþùçŸþùçŸþùçþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿóÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿƒÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ?ýÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿêÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ'ÿÿõ×_ýõ×_ýõ×_ý×_ýõ×_ýõ×_ýõ?ùÿÿÿÿÿÿÿÿÿÿÿÿþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ—ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÇþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¿ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿöÿÿÿþÿÿÿÿÿÿÿÿ¿ÿþÿýÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ³ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿïÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿüÿÿÿßÿÿÿÿÿÿÿÿÿ¿ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿàÿÿÿ?ÿÿÿÿÿÿÿÿÿ¿ÿüûÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ7ÿÿÿÿýÿÿÿÿÿÿÿÿÿý÷ßÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ?øÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÕÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ÷ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿßþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿúÿÿÿÿÿÿÿÿÿÿÿÿÿÿçÿÿÿÿÿÿÿÿÿý¿ÿþÿÿßÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¡ÿÿÿÿÿÿÿÿÿÿÿÿýÿÿÿÿþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÜÿùçŸþùçŸþùçŸþçŸþùçŸþùçŸþùàÿßÿý÷ßÿý×ßÿý÷ÿý·ßûý÷ßÿý÷ßÿ?ÿÿý÷ßwÿý÷ßÿý÷ßÿý÷ßÿý÷ßÿý÷ßÿ?»¿ÿ¿ÿÿ¿ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÅÿßÿý÷ßÿý·ßÿý÷ÿý÷ßÿý÷ßÿý÷ßÿ}þ?ÿüóÏ/ÿüóÏ?ÿüóÏÿüóÏ?ÿüóÏ?ÿüóÏ?ÿvÿü÷ßÿýõß}ÿý÷ßÿ÷ßÿý÷ßÿý÷ßÿýÿÿŸ~ú駟~ú駟~úé§ú駟~ú駟~ú駟þŸüÿþûï¿ÿþûï¿ÿþûï¿ÿûï¿ÿþûï¿ÿþûï¿ÿþÿìÿÿÿÿÿÿÿûÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ'ÿ¿ÿþûï¿ÿþûï¿ÿþûïßþûïÿÿþûï¿ÿþûï¿ÿ?zÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþÿÿÿüÿÿÿÿÿÿÿÿÿÿÿÏÿ¿ÿþûï¿ÿþûï¿ÿþûïÿþûï¿ÿþûï¿ÿþûï¿ÿ_Þÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¿ÿÿÿÿÿÿÿÿÿÿÿÿóÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿýÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ“ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿïÿÿÿÿÿÿÿÿÿÿÿýÿÿÿüÿÿÿïÿÿÿÿÿÿßÿÿÿ¿ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿâÿÿÿûÿ¿ÿþûïÿÿþûÿÿÿÿï¿ÿþÿï¿ÿþûï¿ÿþ'ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ÷ßÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿùÿÿÿïÿÿÿÿÿÿÿÿÿÿÿÿþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÝûÿÿÿÿÿÿÿÿÿýÿÿÿýÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿoþÿóý÷ßÿýÇßÿÍ÷ðý÷ß|ÿý÷ßÿý÷ßÿòÿ÷Ûÿý÷ßÿýößüÍÿý÷Çÿý÷ßÿý÷ÿ¿ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿçÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ_ýýÿ×ÿý÷_ÿý÷÷ßÿýßÿÿ÷ßÿýwßÿÿàÿöߟßýõ×_û÷×_߯ÿÝu÷]ýõ×ßýõ—:ÿÿ
\ No newline at end of file
diff --git a/ea/mona_301_1_asic_48.fw b/ea/mona_301_1_asic_48.fw
new file mode 100644
index 000000000..515db15ee
--- /dev/null
+++ b/ea/mona_301_1_asic_48.fw
@@ -0,0 +1,2 @@
+ÿ<+ùÚÿßýõ·wýuÝßÖÝoýõ{ï×ßÞÝé×_ýíÝßÿóÿý÷ßÿÿý÷ßÿß÷÷ý÷ÿÿ}ÿÿ÷ÿ}ÿý÷ÿ}ÿÝÿ§ÿÿüÿÿ?ÿÿÿÿýÿþÿÿÿóÿÿÿüßÿÿÿÿÿßÿÿÿýÿý÷ßÿý÷ßÿý÷Ûÿ÷ßÿý÷ßÿý÷ßÿýÿàÿÿù÷ß}þý÷Ÿ÷ùGŸ|Þgß÷ùwßÿýwŸÿýÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ?èÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¿ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÙÿÿÿÿÿÿÿÿÿÿÿÿÿ¿ÿý÷ÿÿÿÿÿÿÿÿÿÿÿÿÿÿúÿÿ¿ÿþÿï¿ÿÿûÿÿÿÿ¿ÿÿþûÿÿÿþûï¿ÿÿûï{ÖÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþÿÿÿüÿÿÿÿÿÿßÿÿÿÿÿÿÿÿÿÿÿüÿÿÿÿýÿÏÿýûÿÿ÷ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþ÷ÿÿÿÿÿÿÿÿæÿÿÿÿÿüÿÏÿÿÿ÷ÿÿÿÿù¿ÿýÿÿÿÿÿÿý¿÷ßßOÿÿþûï¿ÿ~ûï¿ÿúûï¿ÿûï¿þþûï¿ÿþûï¿ÿþ½ûÿ÷ßý÷ÝßýöÝÿýÝŸý÷ßÿý÷ßÿý÷ÿÍÿçŸo~ýgßöù÷ž¾ù¿ýãŸþùçŸþùçÿŸþÿý÷ß·ÿý÷ßÿþ×ï¿žûï÷þ÷ßÿý÷ïÿý~ñûùçŸþùçŸoþ¹çŸ{þçþ¹gž¾ùçŸöù·—ÿ¿þþû¿¿ÿþûïÿþþï¿ßûÿïÿþþûï¿ÿþïï¿ÿ¿üûýöß~ÿý÷ßûý·Ý^ì÷Û?ûý÷ßÿýµß}ÿÿëÿËo¿ýrßo¿ýö‹oÿüò+¿}öÉ}¿ýöÛo¿¼öÛï7÷ÿÿÏÿÿßÿÿïÿÿÿÿíÿ¿»¿ÿoþÿÿÿÿÿÿüÿÿ«øþÿÿÿÿÿÿÿ¾ÿóÿÿ¯ÿÿoÿÞ÷ÿÿÿÿÿÿ¿ÿïÿÿÁ÷ÿÿÿ¿ÿóÿÿïÿþÿÿßÿÿýïÿÿ¿ÿÿÿÿÿ¿ÿÿûÿþÿ¿ßÿÿïÿÿÿþ?ïìÿÿÿÿÿ¿ÿÿÿÿÿÿÿüÿÿÿÿôýï¿ïþûï¿ÿþûë¯ÿøû¾ÿþ{ï¿ÿþûï/ÿþûï÷ƒÿoÿÿËÿÿÿòÿ-þÿö[Ÿÿÿÿ/÷ûÿýÿÿþÿýÿÿýÿÿÿ»ÿÿí÷ï¾ÿôßÿþþóÏÿÿÿÿÿÿÿÿûÿÿûà÷ûûÿÿÿýÿÿÿÿÿÿ¾ÿîßÿÿÿ÷ÿÿÿÿÿÿÿÿÿßo¿ÿïÿÿÿÿÿÿÿ¿ÿ÷ÿÿ÷ÿÿÿïïÿÿÿÿÿÿÿÿ÷ÿÿûÿÿÿÿë»ÿÿûÿÿÿÿÿýÿýÿíÿÿþÿÿÿÿÿÿÿÿÿÙïÿÿþÿõÿÿÿÿþßÿ{ñßÞÿÿÇÿþÿÿÿ~ÿÿÿ{þÿÿÿÿßÿÿ¿ÿÿÿÿßÿéûÞ÷~ÿÿÿÿÿ÷ÿýÿÿÿ÷ÿÿÿï}ýÿÿÿ½ÿýÿÞÿÿÿýûÿþýÿÿÿÿÿÿ¿ý÷ÿ—ÿÿÿÿßéÿ÷ÿÝÿÿÿï}þÿÿÿßÿïÿÿÿÿßûïß>üÿÿÿûîÿÿÿûÿÿÿÿûÿÿÿÿÿÿÿÿýÿÿÿÿÿÿ¿ÿáÿÿÏ7ïüÿÏÿïÿóÿÿÿÿ÷ÿÿüÿMÿÿÿÿÏ7ÿÿóÿwÿÿÿþûïÿÿþÿÿ¿ÿÿÿÿÿÿïþÿþßÿÿÿþûÿ¿ý?ùÿ»÷Þÿÿãÿÿî¸ïþÿ¯ÿþ{ïïç¿ÿÿÿ÷ßëþõÿÓÿßûÿÿÿÿÿÿñÿÿï¿ÿûïõÿ_ýÿÿ÷÷÷ñûÿ/þ¿~ÿÿþßÿýÿÿÿÿÿÿÿÿÿ÷ÿÿžûÿÿÿÿÿÿÿÿÕÿÿÿóÿÿÿÿÿÏÿïÿÿÿÿûóãýÿ¿óãÿ÷ßÿÿýÿÿ´Õÿçÿÿÿÿÿÿÿÿùÿ_üóùÏ?ÿÿÿÿ?ÿÿÿÿþóÏ¿Z¼þûÿÿÿÿûÿ¿ÿþÿïŸþï¿ÿÿûÿ¿ÿþûÿÚþýõiÿ·ßÿý·ßûí÷ß>ûìß~ûý·ßûí·ß7þìóÿÿëúëï—ÿþûï¿ÿþû'›­û¯¿ÿþû¯¿ÿþ{o“^²¿Ù^ÿÿÿ¿úÿÿÿÿÿÿÿïškÿÿÿÿÿÿÿÿÿÿÿï–þZµ›ÿÿÿÿÿõþëÿÿÿÿëÿý÷þÿÿÿÿÿ¯ÿÿÿûÿ½õÖ¿
þÿÛïÿ¯çßÿÿüÿÿ»ïgÿ¿ÿÿÏÿ¿ÿÿŸÿ먦þàßo½í¶[î½ÿ¶ûï¿÷æ¿ù¶ûï¿ùþûï½ÿæ{ïï/ÿwÇýgŸ}öùçŸ}þùwžýÙ÷ŸæÙ÷ŸöÙgŸþÿùÿýö[gÝ•Ö[µõ×ßk¥ÖÙo­õ×ØkýÕ×Yg¿õ~eÿÿóÏïÿý÷Ûÿÿþ÷ßÿÿýÛïÿý÷ßÿýÿûo¿ýöNÿÿ÷ßÿÿýï¿ÿÿÿßÿÿû¿ÿÿý÷ßÿûÿÿÿþû÷øÿã‹/¾ØãÏ/¾øâ/¾Ø‰?þøâÏ/¾øbË/¾ØòÿÝÿw_}õÕw}õÕw_}õÕ_}÷ÕW_}÷ÕW_}µ]WÿÏÞÿê¾û¿þÚû¿ï¿þëÿ¾þûï¿ÿûÿë¯ÿûz¯¯º~ÿóÿ÷™güÙç{ìÑç²ÇyþñÇyþÑÇôùµÿ¿ÿþûû¯ÿþûï¿ÿÿûÿ¿ÿúÿ¿ÿþûï¿¿þþï¿ÿ?üÿý÷ýý÷ÿÿý÷ÿÿ÷×ÿõÿßÿõßÿÿÿîÿ¯ÿþûï¿¿þúï¯ÿþúë÷þûï¯ÿþúë¯ÿþûë¯ÿ'ÿÿÿÿÿÿÿýÿÿÿý÷ÿÿÿßßÿÿ÷ßÿÿÿÿßÿ?úÿÿ¿ÿÿÿÿÿÿÿÿÿÿÿÿÿ¿ÿÿÿïÿÿÿÿÿÿïÿÿïÿÜÿýõ×_ùÅ—_{ùåW_îõ—_ýÅ—_~ùõV_ýŸþû¼ÿ¿÷ÿüûÎ?ÿûóÏ>úÓÏÿÿôãÏ?ÿøóÿ?ÿüãÿÿíÿÿÞÿÛßÿýï¶ûÿÿ×ÿÿóïçŸÿïÿÿóÿµýOãÿÿÿÆßìóÿ?õÜó&ü}ÇýþüóÏýþÿóÿÿßøÿ¿å¿_üõÇ_oýñÇ_ï÷×üÿ÷üñ×_?ü_èÿþoÞ÷ÿŸû§»ßßÿo¶Ûçýÿÿÿÿúþÿï{þwûÿwþÿ×÷ÿöÛÿÿý÷ßÿÿýÿßßíÓÝ÷ü¿ÿ_ý}×ýûŸúÿÿÿÿÿ÷÷ÿýý÷÷}ÿýûÞÿ¿ý÷Úÿýýö{¯ýúÿÝ÷ÿÿÿ¿ÿÿÿÿÿÿÿÿÿ·ßïÿÿÿÿßýÿÿûÿÿÿÿÿû¾ïÿ¼óÞïüýËß?üÿÝ»ýÿÏ?þÿóÿ?ÿüãÏßÿþôýÿ׿ß{ÿïÿwþÿïïÿû½ÿÿ¾ûÿŸÿÿûï¿ÿþÿÿ³ÿ¿ýÿýËÿÿ÷ï¿{þßÿÝ¿çÿ÷ÿûïßÿÿÇÿÿ½ÿýÿÿ_ÿÿÿÿýþýïÿÿÿÿÿÿþ{÷Ïþÿÿÿ_ÿ÷ýèûëÿÿÿïÿÿÿkþëîÿÿÿÿÿþÿßÿÿÿÿÿÿþÿÞýÿÿ·þÿÏ?ßÿÿÏýÿ¿÷ÿÿó­ÿ÷?_ÿ­öü“ýÏSýÿÿõÿ›?ÿÌÿÿýÿ?ó¿ÿÿŸw~ÿÿûþÿüñ_þ¯Çë¿ÿýÿÿ¿ÿÿõï¿ÿÿÿ÷ÿÿûõÿÿþûï÷Ygýõt/öûÿ÷ÿûýûß~ûýÿïÿÿ·ÿÿí·ß>ÿxꌷÿoâß®ÿþþï￳ûï¿þûÍúþ^é¿—þþû¥—þ{i¿ÿ¿íöÿÿÿÿÿÿÿnýÿÿÿÿ»÷ÿÿëÿ¿úÿÿ¯½öïëÿþ[ùÿÿ_þÿïÿÿ_ÿÿÿÿ{Ý¿ÿ_ûçõÿÿ½ôWYµ~éÿ¿üýÿþÿ¿WÿÿÿþÞ÷üÿê¯þÿÿë­¿öêkýGþÿöûï¿ÿöûo¿ÿöûï¿ÿûo»ÿþûï¿í–Ûï¿ÿßÿûÿwœöùgÖùçÝþùŸþùçßþÙgŸwþùÿÿ—ÿ߬Õç[gýqÖ[oÿñÇo¾µöÿõ×]gýñößÿwöÿÿÿýÿû?ÿÿþÏ?ÿÿÿÿÿþ÷ÿÿÿÿß?ÿÿûÿÿoðÿÿÿýÿ÷ÿÿÿßÿÿÿÿÿ÷ÿÿÿÿÿÿÿÿÿÿ“ÿ/öÑã/þøB/¾ø×ÝñãËýØã‹/¾üǏÿÿ—ýõßw|õ×_ýõ×ÿýßwßõ÷ÝW[}õÕ_õóÿÂÿ¯þºþ³û¿ÿûóϯûÿ·wÿÜzÿ¿ÿü³¿ì÷ïûýÿWÿŸäÙgžyþÑçŸyþùç|ñç{ôÙçŸ}î‘çŸÿúÿÿß¿ÿøûï/ÿÿúïÿÿÿÿ¯ÿþÿï¿¿ÿûëÿÿâÿ×ÿÿÿzÿ·÷ßé÷ßÿÿï¿ÿ{}ÿÿ~ýý÷_ÿëý×þOþÿúÿ¿¿ÿûëÿÿþúëÿÿÿ¿¾þÿë¯ÿþúîÿÿ¾þÿ±ÿ÷ÿÿÿýÿ÷ÿÿýÿÿÿÿÿÿÿ÷ÿÿß_ÿÿýßÿÿõÿ¿ÿÿÿÿïÿÿÿÿïÿÿÿÿÿÿÿÿÿÿÿÿÿïÿ?ÿÿÿÿoï¿ôÿ—_~ýõ×_}ýÕ×_}üñ}íŇ_õÕW_íõÕŸïÿÏûÿß{Íÿÿ¿óÿÿòóÿüøóï?ÿüó¿?ÿÿÿÿÿ^þÿïoÿÞÿÿÿÿýýÿÿ·×óïÿÕÿ¿ÿïÿ¼ÿÿÿ¿Ÿùÿüÿÿÿÿüÿÿ?ÿüÿÿüÇÿÿÿóÏ?ÿÿÿÿ÷_ÿÿÁÿ×ûoÿÿ×_ûûýþŸÿÿÿþýõ_ÛÿùÇÿÿÿô×ÿ_þïþ¯ÞúûÍyÿÿ¿ÿÿÿûÿšoû·úÿÿÿÿ¿ÿïÿõÿýÿÿÿÿýûõÿß¿ßÿ×ÿýý¿ÿ¿÷ÿÿußßÿÿ—ÿÿÿןÿÿÿ}çßÿ¿Ýÿÿïý÷ßÿûþÿï¿¿þÿûÿ?üÿçÿÿûýÿþÿÿÿÿÿÿúÿþû÷ÿ¿ÿÿï¿ÿÿÿïý÷ûáÿÿ×ßíóÿÿüÿýÿÿù?þÿsÞßÿýóÿýøóß?ÿÿÿþÿ¿ÿûÿçÿÿïÿÝÿûþŸÿûÿ¿Ÿÿÿþïÿ¾ûÿ?ÿý÷ùõÿ¿ûï¿ÿ+ÿýëÿ÷þ;ßþûý÷mÿÿýÿƒÿÿ÷÷ßÿÿûÿú÷þÿÿÿÕÿÿÿ±‡ÿÿÿÿû^ÿÿþÿÿwþÿßïÿÿþûïÿ¿ÿÿÿÿýxïÿ÷ÿÿ÷ÿþÿÿþÿŸŸÿë©÷ÿÿëÿÿÿßÿ+ýûÿýÿÿ_ÿýÿ×þÏ?×ÿ¼ÕùÿŸÞÿÿ_ÿÿÿÿÿùÿÿ÷ÿÿÿ›üÿÏ¿ÿýõ¿ú½þ÷ïÿÿûï¿ÿþûåÿßþïÿÿNùÿŸÿÿùí’ÿÿ÷õkÿÿßþÿÿ·ß~ûí·‰þÿìßþÿí£ÿ?ûÿ³Ï>úÿÿÿÿÿûë¿ÿþú믿ÿ~é¿·¾û¿¿ÿþï­ÿ^*é¥ÿþû?Ûþÿÿÿÿÿÿÿÿÿÿÿëÿ¿ûÿÿÿÿïÿïÕÿºé¯ÿÿÿ·…çÿëÿ·ßÿÿÿ¿þÿ[ï·üÿÿ¿þÒÿkÿÿ×_o½ÿþÿ~ÿSïñýûï¿ýÿ¿*~ì~?ý·þOúÿ¼új¨øÄÃÿñÿï¿íþûo¾ÿÖûï¿ÿþû¿åÞ{o»÷þûo»ÿöûïÿ“ÿþÝçŸçwœþùçßÿ™çŸöùgþùçþ¿ùÿùöü½öÛoýõö¿ÖŸoýuç[þýöÛþù~bÿÿóÿÿÿý÷ïïÿýöÿÿüÿoÿÿÿïÿÿÿûÏÿÿÿû^ÿÿõÿÿÿýïÿÿÿûïÿÿýÿßýÿÿ÷ÿÿÿÿÿýÿéÿÇ‹ôñâ?þØâ‹7üø‰¼øb/öñâ‹?þñÇÏÿ~_í÷ßWßýõÝW[õñÕý·ÝWÿ}õßWÝe×ßÿ?þÿý³¿ÿÿü²¯=ÿû*Ï¿ë¿®¶ý÷û÷ýê¯ýÿû÷ÿÿñçŸ{üÑÇþÑgyþçüùgžþñÇŸ{þù‹ÿ¾ý÷ßïÿþûï¿ÿþûÿ¿þ÷ï¿ÿùû߯ÿþúßÿ?üÿï÷¿þûýýßÿýßÞÿ÷ÿþÿý¿÷ÿ{ýÿ×ÿúëÿäÿÿþÿ÷¿ÿþú믿þþï·þýë¿ÿÿû÷«¿þûÿÿÿÿÿÿûÿÿÿÿÿíßßÿ÷÷ÿÿÿÿÿÿÿÿÿ_ÿÿÿÿÿÿ{ºÿÿÿÿÿÿÿÿÿ÷ÿÿÿÿ?ý¿ÿÿÿÿÿOýÿï»ÿÿûÿÿKÿ}ýÕ×^ìå—_{ýµ×_íõ×^ùe—_~Íå_~õþÿŸóÿ?þ¼óÏ?ÿüóÿÿóÏ?ÿüû?ßÜûÏÿÿßÿàÿþÿîÝÿÿû»ÿûÿÿÿÿÿÿÿûÿ½ÿý÷ÿÿÿÿ¡ÿÿ?ßÿÿÏ?ÿüóÏ?ÿÿó/ÿÞóÏÿ~üùÏÿüÿ÷Ïýÿÿýÿûÿíÿüõþïÿÿ_ýÿÆÿ?ýõÇÿÿÿ{íÿÿÿÿïß¿ÿÿž÷_ïÿþÿï¿ûïþ¿ÿÿçoÿÿþßWÿÿÿÿÿÿÿÿÿÿÿþýßÝß³ßÿÕçŸÿ¿Ùý¿ÿùwÿÿýÿ÷ÿÿÿÿû¿ÿÞwÿÿßúï¿ÿßûÿÿÿî÷Á÷ÿÿ¿÷ÿÿÿÿÿßûýÿ·ÿüÿÿÿúÿÿ¿ýÿïÿþÿý_¾/ïý׏ßüý‡ÿ÷ÿý×»üò÷¿ï¿ÿ÷_ÿûÿÿÿõýõ¿½ÿýÿ×ÿÿýÿýÿÿûÝÿÿýýïÿÿûÿßÿûÿÿ‹ÿÿÿÝÿßÿÿÿŸïÿÿ¯ÿß]ÿõïÿÿÿ÷ÿ÷Ý÷ÿ¿ÿ¿øÿÿÿ×÷ÿÿÿÿ?ûýÿŸÿÿÿ¿ý¿ÿ¿Þÿÿÿÿÿÿÿýÿâ¿¿ÿþÛÿÿÿÿûûïÿÿþÿ÷þûþÿÿÿöÿÿÿþÿÿŸï?ýÿ­çÿrÿ?¿ÿÿ¯ýÿÿ¿·Þüÿùÿýßó}×Z_ÿ/QÿoþÿÿÍÿÿüÿÿýÿÿÏÿÿþÿÿÿïÿ_ïûõóÿþ«Æûÿÿýÿÿ¿ÿþûï¿_þûåÿýÿïY~›åÿßþ÷ß÷KŸöÿÿÿ÷ÿûí·ß~Ë跍þÿÿßþÏ賌þÿìÿÿ¿Ïïáß¾ÿþúﯿþúëï—þZéûþûû¿—^zé¿—þûï¿ÿ•ýöÿÿÿÿÿÿÿÿÿÿ¿öÿkÿÿÿÿÿ¿þÚëÿ¿öÿÿÿ}[ùÿŸþÿ­ÿÿÿÿÿÿõÿ[ÿÿúþÿ¿ô×_ï÷õÿûÿÿæÿ?ÿüûß¿ÿþûïÿ¥ÿ‹ú÷üóÿ?¬¾þê~¯óÏÿÿOþÿþûï¿ÿ¶Ûï¿ÿþÛï¿íûï¿íþûï¿íþÛï¿ÿÿŸúÿçŸ÷ù÷ßu÷ýçŸwÿÙŸþ™çŸ}þ™çŸwþùÿÿ™ÿŸ¾}Çßo·}ö[ýý×mþùÖŸõ÷oýùçÚÿ×öÿÿÿüÿß?ÿþóûÿý÷ÿÿÿöÿÿÿ÷ÿ¿ÿÿÿÿÿïöÿßýÿÿþÿ÷ÿÿûïÿÿíÿßþÿßÿÿÿÿý÷ÿÿ¿ÿôñó_/þøã‹/þø㏝ðǏ}üØã‹üøÇ_ÿÿ?ýÿ÷ßWÿ}õÝwýõÝwßýÅ_ý÷]w[õ÷Ýÿ}÷ÿïÿ¿þþÿÿï>ûþò«¿ûúó¥òßÿß½ûþ¯ß¿þýÿÿþ{þÿ—öùÇìÙg{üñg=î±ç;ìùçþùÇŸúÿ÷ß¿ÿùþë¯ÿþûë¿¿þßwÿþçë·ÿþÿëþýÿÿÉÿ¿ôzý¿ß_ýÿÿ_ÿýõÿêëõÿ^ÿýýÿ^ÿï¯÷ÿßþÿÿÿ¿ÿÿûï¿¿þúï¯ÿ~ÿÿÿþÿo¯¿þÿïÿÿÿûðÿÿÿÿÿÿÿÿÿÿÿÿÿÿûÿÿÿ{ÿÿÿÿÿÿýÿ£ÿÿÿûÿýÿÿÿÿÿþÿï?ÿÿÿÿÿÿÿçÿÿ¿üï¿oÿõÿ×_ýõ×_õÕ×_{ýõ^ýåýõ×_íõ×¾êÿïÿïÜïÏ7ïüóÏ?ÿäsÿÿüó¾?¯ìó¬ÿû£³ÿ/þ¿ÿòûæßÿûÿÿÿûÿÿúûï÷ÿÿûýÿ¿ÿ×ÿÿ_úÿÿÿÿÿÿüóÍ?ÿ|óÏ?ÿþß?·ßqÇ?ÿûóÿÿÿÿÿßÿÿÿÿÛÿ×_øçÛ_oýõ^ÿûïÿ_~|±ÿÿÿÿýÿÿþÿÿÿ¿ÿ¿ýùÿÞÿöÚŸÿù~ûýÿ·ÿÿþï¿ÿÿûÿõÿÿÿÿÿ¿÷úßÿßÿßýÿÿýý·ÿ÷ßýÿ×ÿý÷ÿ«ÿÿÿÿÿoÿýÿÞÿ¾ÿßÿÏý÷ß÷÷÷{ÿ½÷þúïÿÿ}ÿßÿý¿÷ÿ{ÿÿßßúÿÿþýû¿ÿÿÿÿÿçÿúÿÿÿÿìûã{ÿýÿÿÿÿÿÿÿÿ¿<ûßÿÿÿ¯ûïÿëÿ?þÿÿÿ'ßÿþÿÿûþÿÿÿÿÿÿÿï××ÿÿÿÿÿÿûþÿÿïÿÿÿ¿øÿÿÿþÿýúÏÿýþÿÿÿÏïý}óÏ»ýÿÿþÿÍ»ÿþûÿ‰ÿÿ_ÿÿÿ×ÿÿ±ÿoúïïÿßûþß_ÿÿ÷ÿ^ÿý÷ßÿþÿßÿÿþÿúýÿÿóûÿÿýïÿÿ¿~ßÿÏÿÿÎóÏÿýÿÇÿÿúùý?ýÿyå3ß÷ëå?ÛÿËýwöÿûÿŸÿÿýõÿ¬Õÿ×_ÿÿéç_ýõ¿_ïÿÿ_ýõ3ÎÿÿÿÿÿûïÿÚ¼þûïÿ~ûïÿü÷íÿÿÿïÿÿþ;ýÿ_þÿå”ß~ÿ÷gÿ·ßþÿí³ßþÿíÿÏþÿÿßþÿí·ÿÿÿèÿ>úìûÿÿÿþë¿¿^úë¿¿ÿ{é¿ÿ¾ë¿¿ÿzé¿—þ[饿^ûÛþÿÿÿÿÿÚÿÿÿÿÿëÿÿÿÿÿÿÿÿë÷¿þÿë¯ÿÿÚ¿‘çÿÿÿ¿þ×ÿÿ÷¿ÿYÿÿ_þë—ÿÿÞÛŸõÿ[ýÿÖÿ÷~ÿÿï?ü–þïÿóSj=ÿ}o|ýÿûí?¥ò“j©ÿ¢þÿòÿo»ÿþÛî¿ùþûï¿ùþû¿ÿÞÛîÿÿþûï½ÿþûÿÿƒÿöýçß}þÝçŸþùçŸÿÝçŸ}÷ýçŸþùçŸÿ÷Ÿù¿uöŸßõvoýù÷Ÿ¼öoõÝæŸÿù÷ßkÿ}k¿ýóÿÿÿþÿïÿÿÿÿÿ¿ýÿ?ÿÿóýÿÿÿ÷ßÿÿÿVÿû÷ÿßýÿÿÿÿÿÿýÿßÿýÿÿÿßÿßÿÿõÿýÿÿêÿâ‹}üø⋼ØǏüñ‰µøâ}ýØ׋?þøþÍÿWý÷ÝWßý÷Ýõ·ß_ý÷ÕW_ý÷WÛåÕ]wÿÏþÿýúß¿¾þû¿¯þûëßþs{ÿïÿß{ÿ¿úÿêÏ¿þïóÿÿ™çä¹çþÙçŸ{¶çŸyî‘æŸ}þñgþù—ÿ¿ÿþçë¿¿þ÷ï¿þÿß¿ùÿï?ÿüÿëþþûïïÿ?ýÿÿÿ^ÿýýÿþÿïõÿþú÷ÿÞÿýõÿ^ÿïÿ÷ÿÿæÿ¯¿þÿﯿþýëßÿþÿÿ÷þÿï?þÿêÿ¿þúë¿ÿÿßÿÿÿÿÿÿÿÿÿÿÿÿÿÿûÿÿ~ýÿ×ÿÿÿýßÿÿ?øÿÿÿÿÿÿöÿÿÿÿÿ»ÿþÿÿÿÿÿÿÛÿÿÿÿÿÿ¾üæÿWÿýõW_ýõ—^~ÙåW_ëÕ×_|õÕ×_}ýõ×ý{þßØóþ?#üóÎ?ÿüóÿúÓß?ÿüèï?ýýóÏ?>ûæÿüý³ß¾ý¯óÛ{ûY¿¿¿×ÿÿÿïÿýÿûÿÿÿÿ¥ÿÏ?ÿÿóÏ?ÿûó¿?¿ÿÿ
ÿÿóÎ_ÿóÿ?ÿüóÿÿüÿ÷ÿß½ÿÿÿûä¿÷ëý¿oýÿÿOÿýÇ_ÿÿûàÿoïÿÿ÷×ÿëûýÿnëÿÿ÷ÿÿßúÿÿùýûÿöÿß/ÿÿæßÿÿÿÿ÷¿ÿÿÿ~ÿÝmÓVÿÿßÿÿÿÿýßÿ?ûÿÿÿÿÿÿßoÿ¿ßwÿýº¿ÿþÿÿýÿÿÿÿ¿ÿþ÷Ý÷ÿýÿÿÿÿÿÿÿÿïûÿÿïÿ¿þÿþßÿÿÿÿïïÿÿÿ¾ÿÿÿÿÏ¿ÿÿÿßßÿÿ믋ýÿÿÿßßÿÿÿÿÿÿÿðýÿÿÿ_ýýÿÿ÷ýÿÿïÿýÿûÿÿÿÿß»ûýÿÿÿÿÿ·ÿÿßÿÿË÷ûïûßÿÿÿ¿Üžî{ÿ½Ûí?ß»ÿýÿÿ¿ÿ~ùÿýÿÿÿû¿ßþþÿî¿ÿÿÿÏ_¿ÿÿ×ÿþýÿÿ÷{íæÿïÿÿûûÿ÷=ûÿÿÿýÿÿÿßúÿ»þÿÿóýÿÿÿûÿgüó¯÷ÿÿÿÿ~ëãåß¿ÿÿÒ~/÷ÿÿÿÏÿÿÚ_ÿO[¾ÿÿÿÿÿÿ×]=üðûÿÿ±ÿ¹ÿóÿýÿ×_þ¯Óë¿ÿÿûï¿ÿ.ùÿ¿Sgýÿ\~ém–ßÿûÿ¿ÿÿ?å·oöûÿ·ß~ûm¢ÿ›:ëÿóh£Ï>úþ·ÿûÿÿ‰>ûïðÿ¯ÿþþ믿_úï¯ÿþûï“ö~é¥÷þúïïÿþûë¯ÿ£íÿÿÿÿÿÿÿÿÚÿÿÿûïÿ¿þï믿ûÿÿÿÿÿÿÿÿý»øÿÿþûÿÿÿÖþ¯ÿõRÿùõÖKýýþÿ©ÿ~ùÿÿïÿ¿ÿü¿ï¿ÿ¯þ¿¯¼öߧ†Þê«ïÄû_ÿÿô×ïÿÿGÿÿöûo»ÿöÛn¿ÿþûï¿ÿûo¹ý¶Ûo¿÷þ{ï½ÿ~¾úÿwæýwyÞùwŸþùŸæyçŸußùçŸþÙç÷ÿß}¾õöß}ýõçßwþñÇjÿõößÚýÇ_þñ÷Yÿgöÿÿ¿ýóßÿÿÿÿÿÿÿÿßÿÿóÿÿÿÿÿßÿÿÿ÷Ïÿoóÿÿûïÿýÿÿ÷ÿÿÿ¿ÿÿ÷ÿÿÿÿÿÿ÷ÿÿ§þ/þñâ/þØã/þñÇŸøb‹/žðã?öÕ׋=þ·üõßWß}õÝ_û}õß~ûýWWuÕÅ_û}÷ß_uõÿâÿÿÿ¿ûóϾþüÿÿýÿí÷§úûûÏüúî÷Ïýûï¿ïÿOÿÿž{öñÇö¹çž{þùç]þ¹gŸæùÇŸþ¹GžùÿûŸ¿ÿþþé¯ÿùûŸÿÿÿï¿¿þþë¯ÿÿûÿÿþÿÿÍÿßÿ{ÿ÷ß_ý¿ßÿûï¿ÿ×ý÷÷_{ý¿ßÿûëý÷ÿÿþÿúÿ¿¿þÛï¿ÿÿúÿÿÿ믿þûÿ¿ÿÿúÿÿ¿þûÿòÿ÷ÿÿÿýÿþÿÿÿ÷ÿÿÿÿÿ}ÿÿÿÿÿÿÿ÷ÿÿÿýÿ«ÿýÿÿÿÿÿþÿÿÿÿÿÿÿ¿ÿÿÿûÿ¿üÿÿÿÿÿïÿOþŸõÿ×_~ýÕ×_ýõ×_ñ¥{Õå[~ýñW_ýu׿êÿÏýÏøóÏ?ÿüïÏ?ÿï£?ýìóþ|ÏÏÿÿþóÏÿþï¿ÿÿûïç¿ÿûÿ_ÿþëõÿÿí¿þþÿîÿû÷ÿÿÿúÿÜÿÏ?ýüóÏÿÿüïÿ_ðÅ>ÿü?Ïÿÿüÿÿ1ÿüÿ×ÿÇÿùñ×oüÿFÿÿïÿ^ýÿÇÿ~ùÿÇÿÿÿñ×ÿþ¿ÿÿßïþþ¶û¿ÿÿ÷ÿ×Ûû{¿ÿÞÿÿ¿ÿ½ûûþÿ÷ÿÿÝûÿ×ßÿÿßßþÿßñþºý÷ÿßÿÿ}ÿÿýuÿ§ÿÿßßÿÿï½ýÿßÿ¯ÿ÷ßïÿïûïÿÿÿÿÿ¿ÿùïÿ¿}ÿÿßÿÿÿÿçÿÿÿÿþç¿ÿÿÿÿÿÿÿûÿ¿ÿþþíÿÿäûÿÝ;ÿÿûÿÿßÿýû?ö¿û?ÿwßûßoýÿÿÿ¯øÿÿgßÿßûùýß÷ÿÿÿûÿûÿßÿõÿÿßÿÿ¿ÿ÷ÿÿ¿ÿÿ¿ûï»ßÿ¿|ûï?ÿÜÿþûþÝÿÿsÿë¿÷ýûÿûÿþÿÿ—ÿÿÿÿÿÿï}þÜ÷ÿýûÿòùýÿþÿÿÿÿÿßÿÿÿõûÿ§þ¿ÿïÿÿÿÿü÷Ïÿÿï¿ßÿ¿?ÿÿÿÿùý?ûÿ¿ïþÿÀÿÿÿÿÿÿýÿÿÏÿýÿÿç¿Òx­í÷×óÿ'?þÿû?ÿÿ˜Õÿÿÿÿÿïÿÿ?ÿïçÿ?ÿµ_|ýÿ§Ï½üóÏÿóÉÿZ½þûÿ¿ÿ~û¯¿ÿ~ûåÿÿþý_Yfùí¿ÿÿûïÿ~þù÷fÿ·ÿûí³ß~ûí³Œþÿíï¿ÿh¢Ï~ûÿ·ßþÿì³ÿ^ÿÿþﯿ^zù¯¿Þ~é¿¿>ïw“^zëïÿþúû¿¿þú¿ÚþÿÿÿÿÿÚ«ÿÿÿîëÿÿÿ»ïšþÚ»ÿÿÿÿÿÿþ_ÿ½—çÿùçïÿ×_ÿÿÿ÷_ÿ—ÿßåýõ×Ûûÿÿÿÿÿ—ÿÿ··~ÿßO½ÿ²þú¿ÿ¾ÿêý~^û¯¾îÿÿüûÿýþûÿðÿï½ÿöûo¿ÿþûï¿ÿÞû¿÷·Ûî¿ÿöûï¿íÞûïÿ³ÿþùwÜÞùwßöùçßÿùoŸ}þýçÿùçŸöŸø¿õçÛ¿õÖßm¯Õ÷k¯ÆßmŸõ÷_þý×k¯}~kÿüÿÛ¿ÿöß?ÿÿ÷ÿÿÿÿÿ?¿ÿ÷ÿÿÿÿ÷ÿÿÿóÿýÿ·ÿÿ÷ßÿÿßÿÿÿÿÿ_ÿÿßÿÿÿ÷ÿÿÿï¿ëÿã?¾Øâ‹?þøã‹ýøM§½øã/öñ㏽øâÙÿWû}÷Ý_}õÕw_ô÷ÕÞ|ñUwß}õßwßý·]Vý/þÿú÷˯þüúß¿÷Ü:ÿ¿ûÿíÿê{ûÿþ{ÿ/ÿÿÿöÿõùGþ™Çyü‘çyöçŸyü±Çžì±çîù‹ÿÿÿýûï¯ÿþûÿ¯ÿþ÷ÿÿþòï¯ÿþûÿ¿¿þÿï¿ÿÿýÿý¿÷ÿÿýÿ×ýý¿Þÿ½—Þý÷ßÿûýõÿþÿÿæÿ¿ÿû믿þûï¿¿þÿï·ÿÿï«¿þûÿ¯ÿþÿë¯ÿOÿÿÿÿÿÿÿÿýßÿÿÿ÷ÿÿÿ_ÿýÿÿÿÿÿÿßÿ?øÿÿÿÿÿûþÿÿÿûòÿÿþÿËÿÿûïËÿÿÿÿÿÿÿÿïÿHÿýÕ_vñõW_uýÕ×^ëñ×_~Ùå~ýõ×_ýŸþÿüÿÎ?ÿü3Ï?ûüóï>ïù¿<ÿhóÏ¿þüóï6ûüäÿÿùÿ¿oÿûïÿÿÿÿoÿ_ÿ÷ßÿÿÿ÷ÿýÿþoÿÿþÿÿÏÿÿÜóÏ=ÿÜóÏ?ÿßóÏþßsÏ?ÿüÿÏ?ûßóÏÿŸýüÿ—_ÿÿõÿoÿõÿÿî¾þýñ÷ÿýõÿ_ü{éÿ÷ûÿþºÿ¯ï¿ýï_û§¾þÿïý÷ÿÿýÿ^û÷÷ÿþÿÿ÷ÿ}ÿÿÿßÿÿþÿÿÿÿßý÷Û}ÝßÿßKÿÏ÷ßÿúÿ÷ßÿÿÿßýÿ÷ÿÿÿÿÿÿúï¿ýþÛÿýýÿÿÿÿÿÿÿÑ÷ÿÿï÷ÿÿÿÿÿþþÿßÿÿÿû÷ÿÿÿï¿ÿû÷÷ÿßúÿ˾?þ¿ýÿßÿÿýÿÿ]ÿÿÏ»ïÿû?ÿÿÿÿïøý׿ÿòýïþÿÿÿÿÿÿÿÿÿÿþýûÿÿùÿ÷ÿÿÿïÿïûýÿ‹ÿÿÿÝÿ÷ÿÝÿÿÿïõªiÖ¯»í¯ÿý·ßüûýÿÿÿ/øÿÿÿïÿÝÿÿÿ»ýÿŸÿ÷ß?ýþ×úÿÿïÿ÷ÿÿÿêÿ¿ÿþÿÿïÿþÿßïÿûÞû¿>ÿûÿÿÿÿÿÿýßÿÿÿwüÿÿ7ÿÿÿÿŸ~óçïÿÿ¿ýÿ×ÿÿÿÿÿëýŸß_sýï[ýÿ¿üÿÿÿÿü×ûýÿÿÿÿÿ¿ÿ|òÿÿÏïóõó[ÿ¯Öë¿ÿÿûï¿ÿþûÿ¿ÿÿûï_.ùíŸþûïÿÿ÷ÿk¯öûÿ·ß~ûí·ÿûÿ·ßæè£Ï>ûì·ßþÿþÿÿÿÿoðýïÿþú믿þþïïÿþúû“^z饗îúë¿ßìûï¿ÿ©íÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¿öú믿.ÿÿÿ¿[ÿÿÿÿ;ùÿÿÿúÿÿïÿúÿ¯ÿ_þëÿõÒ[/ýõÿÿÿŸw~ëÿ—ëÿÿÿôûï¿ÿöÿÿÿýÛÿ§·Š*«¯þû/?ìÔ×Ïÿ7ÿÿö{ï¿ýþ[n»ÿþûo½ÿ{ï¿ÿæûï¿ýþûï½ÿþøÿgœ÷]÷ß}æùgŸÇùŸþÙgž}÷}çŸþùçÿ—ÿ[þ=vßo§µæ_}üýÖk½ýwßk÷ÝöŸþñçÿöÏÿÿýÿßoÿý÷ÿÿÿÿóÛ¿ÿÿÿÿÿûÿÿÿÿÿÿÿoñ¿ÿýÿÿýï÷ÿÿÿ÷ßÿÿÿÿÿþÿÿÿßÿÿ÷ÿÿ§þ-þñâ/¾øã/öñ㏝øâ/þøâ‹üõÇüýõßWßýõÕwß|µß__ý×_yuÕ]W_í÷ßÿý÷ÿåÿÏýúÿûËïöÞûÿÿûÚó§ºúëß¿ÿýë¿þÿûw¿ÿ[ÿߟî±gŸ}ì±çž{üÑç}öÙç{þñçŸþø矿úÿÿß¿¿þûï¯ÿøûß¿ÿÿﯿþûë¿¿ÿÿßßÿ÷ÿÓÿÿÿzÿõÿßý½ßÿûý÷ÿÿýõß_ÿý÷ÿþúë¿¿þoþÿúÿ¯ÿþúï¿¿ÿú÷¯ÿ~ë«ÿþúï¯ÿþÿÿÿýÿÿðÿýÿßÿÿÿÿÿÿ÷ÿßÿýÿÿÿ÷ÿÿÿÿÿÿÿÿÿÿ›ÿÿÿûïÿÿÿÿÿÿÿÿÿïÿÿÿÿËÿÿûïÿûÿûÿÿÿþ_õÿ×^ýõ—^}õÑ×_zåõ^½¥—_zõõ×^ýñ×¾ïýÏ¿ÿìóÏ?ûügÏ?ÿüó>ýèó7ÿüÓ­ÿÿïçÿÿOþÿÿ}ÿýïßÿþkÿÿþþþÿ¯¿ýüÿÿÿÿûÿÿïÿÿŸøÿüÿÏ?ÿüóÏíûüïO?ÿðË?ÿüóÏ?ÿÿþÿÿÿÿÿÝÿ÷ÿÿñÖ_|ï‡ÿÿõÿëoñÇý÷ÿûßÿÿýÿÏþÿ¾ÿßßÿý{÷ÿ~ÿÿþŸûÿþÿÿÿÿßïÿÿÿÿþÿïðÿÿÿý÷ÿ}÷þ÷ßÿëÿwÝý>ýý÷Þ÷ÿÿÿÿý÷ÿ³ÿÿÿ÷÷ßÿýÿ÷ßÿÿù÷ÿ¯ýÿÛÿÿ÷ÿÿ÷ÿÿÚïÿ¿|ÿÿÿûÿÿÿÿÿÿíÿÿÿû¾ÿÿÿ?ÿÿûïßÿÿÿÿÿÿåûã÷sÿÿÿÿÿÿÿ¯?þÿûÿÜÿÿÿÿÿÿÿÿïþÿþßÿþÿïÿÿÿÿÿÿÿÿÿûÿ×ÿ÷åÿÿÿÿÿÿ÷ÿÿ÷ÿÿ¿ùÿwÿÿŸ~ßë¾»nûÿ¯ßþ½ÿïüúÿþûïÛÿ¿ÿÿúÿŸÿÿÿÿ÷ßoÿþ÷Ÿÿÿ}÷ïûï÷ßÿþÿÿ×ÿÿýÿßÿwþÿßëÿßßþûÿ¿¿þï÷Ïÿÿÿ¯ÿÿÿÿ¿ßÏŸÿÿÅÿÿúÿ©ÿ¿ÿøc¿~~ÿ«ÿ÷ëýŸÿúë¯÷ÿzÿûýÿ¼õÿ×ÿýÿÿÏ?ûùçûýŸ_÷ÿÿÿŸ?ÿÿçÿÿÿìÿÚ½ÿûïÿþûï¿ßþûÿÿÿþíÿ_þûïÿÿýûßÿ_~û÷hÿ·ßþÿí·ß~ûì·ÿÿÿíÇþÏè·ÿþÿÿ·ÿÿÏè³ÿ'ÿÿúë¿¿ÿú믷þþï¿¿é¿—þþï¿ÿþþïÿ¿þúÙÿÿÿÿÿÿÿÿÿ¿ûÿÿÿÿÿëÿ¿þÿÿÿÿÿÿÿÿÿÿß¿ÿÿÿÿ÷ÿÿÿÿÿýÿÿÿŸÿ_ûïõÿÿý·þÿÿÿÿÿ¿MþÿûïÿÿËï¿ïþÿÏ?ÿj?­þÿÿùüÿÿýþÿòÿï¿ÿþûï¿í¶Ûî¿ÿþû¿÷ÞûïÿþÞûï¿ÿßûïÿ£ÿ÷ýçŸ}ÿÝwß}þùçŸÿÙçŸöóçŸþùïŸþ¿ùÿ}öo¥ý÷ØwßõçŸo½vŸoÿÕ÷®õçßoÿõ~nÿýóÿ?ÿÿÿßÿÿýÿÿïÿþÿoÿÿÿüÿÿýÿÿ?ÿýûvÿý÷ÿÿÿÿßÿÿýÿ÷ßÿÿÿ_ÿÿÿ÷ÿýÿ÷_ÿýÿ¿ëÿâ‹}¼øã‹/¾Øã?õøüøãÿ}üõc_ï¿ØâÉÿWý÷×__ýõÕWÿíñÕ_å·U_ÿÿ÷ßWÿ}÷U_ÿ?þÿýúß¿ÿúóïÿÿÞ7ï¿ÿïÿ?ÿÞÿÿýûü¿û/¿þóÿÿ™çŸ{öÙçž{äùgyÚç}æùçžôùÇ}æù³ÿ¿ÿþ÷ë¿¿ÿúïÿÿÿóÿÿþçÿ¯ÿÿ÷Ÿÿÿùçï¿ÿßýÿÿÿ_ÿýßÿýÿŸÿôÿýÿÿÿÿÿÿßÿÿÿäÿï¿ÿùûïÿÿþûÿÿþúÿÿÿûÿÿÿÿùïÿÿþÿûïÿ?ÿßûïÿÿÜûï¿ß~ûÿ÷ßþíÿßþûÿÿÿßûÿ¿÷þû?ûÿÿÿÿÿÿï¾ÿ¿øÿÿÿÿÿ×ÿþÿÿÿÿÿÿÿÿÿÿäÿXÿýõÇ_~éå×]ýõW_êõWýåW_ýõ×_wýÏþÿÜó?=Úü³Í?ÿü{¬=ÿãÿ>ÿøó®¿ûüã½?ÿÜÿáÿÿúÿ¯ÿÿÿÿ¿ÿÿ}»ÿÿý÷ÿÿí¿ýÿÞÿÿÿÿû¥ÿÏ?÷ÿóÍ/ßÜsÏÿÿó+ßÿóÏÿÿÿÏ¿ÿÿóÏÿÿ|ÿýÿÿÿíñû_ÿýßÿ]ïÿý_ýïÿÿœÿß_ÿæûïÙÿÿúÿÿÿ÷ÿÿÿ÷÷ÿûÿößÿÿßÿ÷ÿÿÿúïÿWÿÿßÿÿÿ}ÿÿöÝ÷«ÿ÷ÿßÿÛû÷ÿÿÿõû½ÿîý_ûöÿÿûÿ÷ÿÿÿÿÿ÷ÿÿýýþÿÿÿÿÿÿ_÷ÿÿÿßÿÿÏ÷ÿ÷÷ÿÿÿ¿÷ÿÿûïÿÞÿÿïÿÿÿïÿÿÿÿÿ?ÿÿÿ¾¾?ÿÿßÿÿïÿÿÿ?ÿüóŽ¿ßóÎ?ÿ¼óÿÛýñÎÿÿõýûÿÿßÿÿÿ÷ÿ{׿ýëý^ÿþùï¿ÿÿÿï¿ÿþïÿ»ÿßÿ¾ÿßÓýÿýÿÿñÿßþÿã¿þùþ¿ÿÿõçÿ÷ßùÿÿû×ÿÿÿÿÿÿÿýïßÿÿÿÿ~ÿý¿_îýÿÿÿÿ÷åÿÿÿÿÿÿÿþûÿïÿ?ßÿïÿÿýëï?ÿß»ÿÿÿêÿÿüÿ¯ÿÿüùå÷ßóçïÿëÿßÿÿãÿýÿÿÿÿÿÿóýZýýÿó_wÞüþýýÿÿÿýÿþÿ?ÿï×_ÿÿÿç_ÿ¯ÛëÿÿþûïÿÿÿÿÿÿYÿÿßÿþÿÿ¿ÿÿï¿ÿþÿÿöÿí·ßþÿÿÿÿßú÷ÿíÿßûýóß~ûí÷ßÿÿoòÿ¯¿ÿúë¿ÿþûïïýþúï¿ÿûû¯¿ßúëï¿ÿúû¿ÿ¿íÿÿÿÿÿÿÿÿÿÿÿÿûÿÿÿÿÿÿÿÿÿîÿÿÿÿÿÿÿÿÛøÿ¿þÿûÿçÿÿú¯ÿõÿÿÿÿÿÿÿÿ÷ûÿÿÿÿûÿ¿zèÿ¿ýÿ›ïÿôOÿ¯ÔûÏ÷ÿ×ÿ¿ÿ¿»ïÿÿÿÿ?ÿ/ÿÿÖûï½ùþ{ï¿÷þûo¿ÿÛï½í¶ûï¿ùþ›o»ÿþøÿwœÿýçŸþùçŸßùŸqþ™wžÿçŸyçÙçÿ‹ÿÛo½ýöþùçZþýçoýñ×ßk½í÷[½ýםÿ‡öÏ?ÿþóÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþ÷Û¿ýÿÿo÷¿ÿÿ÷ÿÿÿý÷ÿÿÿ÷ÿÿÿÿÿÿß¿ÿûÿÿßý—þ?þøã‹ôÑB?þñòÝøGÏ?öøâ/þøâü×ý÷Õw_ý÷ßÿ}·ßWÿýÝ~ýõ×_ß}÷ÝW{ý÷ÿéÿ«½ÿú{ÿýºþ¯ïÿÿß÷¿ÿíûÏ¿¿ê»ë?ÿú{ßÿÿ_yü±çžäøÇž{þù§yþÙgŸyö±Çü™çŸÿùÿûÿ¿¿ÿ÷ÿÞýûß¿ÿýï¾þúï¿¿þûëÿ¿þçÿÃÿ÷ÿý÷ÿÿÿ¿ÿßÿþýÿÏÿÿõ×ßÿÿõÿ_ÿÿõÿÿ_þÿÿÿïÿÿùï¿þþïïþû¿ÿÿÿûïÿÿþÿïÿÿû¶ÿ¿ß~ûïÿÿÿïÿ·ÿûÿßþÿï¿÷þûï¿ÿÞûïÿÿ¯ÿÿÿÿïÿûþ¿ïÿÿÿÿÿÿÿÿÏÿÿþÿòÿÿÿ¿ÿ¿ÿ÷¯õÿ×_~øõ×_}ý±×_ýÕ^ýõW_íõ×_}ýõ×ÿæÿÿ=ÿô³ßÿÿ÷ó¿ÿ÷üc?ÿþóÏÿßó?ÿÿÿýÿþçßþý¥ßÿÿÝÿÿÿòëíßöÏÿ¿ÿÿÿ÷ÿÿÿÿÿ¿ûÿÿóÏ?ÿïÿÿ¿÷ÿÿÿoëðÿÿÿüÿÿ?¿ìóÿÎÿÿÿÑ÷÷_oÿ½ÿÿ{½ÿ÷ÿýÿÿÿÿ÷Æ_ïýõÇ[{ýõýÿ'¾ÿþ÷ß~ï÷ÿçþû®ÿßÿïÿþïÿÿçû{ÿwç~ÿÿ_óÿÿ÷ýÿßÿÿÿ÷ÿÿÙëÿùÿÿÿ}¶ÿo÷Çmßÿÿ¹ïÿÿÿŸÿÿýÿÿ÷ÿÿÿÿïÿ_ÿþÿ_ßÿ÷¯ÿþÿÿÿßýÿ÷ÿÿïùÿþÿÿÿÿßþÿÿ¾ÿþÿÿÿÿÿý·ûÿ?ÿäÿÿÏÿ¼ñú{ë¿òý?gÿûïü÷ÿ÷ÿüóÿÿïÿÿÿÿÿÿþùç›ÿÿ÷ýŸÿïûÿßÿ÷ïÿþÿÿï›ÿ¿ÿÿÿÿÿùÿÿǯÿýÿÿûÿýûÿŸÿüÿÿ{¼ÿ¿þûïÿÿÿÿÿ”ÿÿÿýÿÿÿÿ?ÿÏ}ÿü÷ÿÿë³ýÿï¼õÏ¿½ÿÿÿ÷ïþÿÿúïÿÿûïÿÿúþí÷¯ÿÿÿßÿ÷ÿïî߯ÿÿÿÿÓÿÿÿÿÿ§üùå÷ÿôÿ?ÿùýŸŸÿÿÿÿý÷ÿÿÿÿÿ õÿÿÿÿ¿ìó›w½ÿ³ÿÿûÙÏïÿyóÏÿÿïþ?ÿÿÿZ¼ÿû–þÿÿÿÿÿûíÿßþïÿÿÿÿÿÿÿûåúÿÿÿ÷nÿ·ß7úÿûÿÿÿÿ·Ï~ÿì×þÿýÿÿÿÿý³þÿÿÿÿþÿúk¯ÿÞûï¿ÿþ~ëï·þë¿¿þûï¿¿ßþëýúþÿ?Ù_ÿÿÿþÿîÿÿÿÿÿ»ÿ¿ûÿÿÿÿÿÿÿÿÿî¿ÿÞÿÿ¿‰ÿÿûý¿òùùÿ¿úßÿÿýÿÿïÿ~ë«·ÿöÿûÿÿÿ½þÿ‹ï«ÿ°Ó_=ÿðÿîÿïVï?ÿâÇOù‡ÿïÿÿüÿçÿo»íæûï½ÿþûo»ÿþû¿íþûï¿÷ÞÛî¿ÿÿûÿÿ»ÿ÷Ý÷ŸþùçŸæýçßÿýçßþùçŸyöýžÿ÷ßù¿}÷ÝþùÇŸþõ·[k¯öŸoÿñçýuöß¾Ý~e¿ýÿÿÿÿÿÿÿÿÿýÿïÿýÿïÿÿÿÿÿÿÿþßÿÿþöfÿûÿÿÿÿýÿßûÿÿÿýûÿßÿÿÿ÷ÿÿÿÿßÿÿßÿùÿãÏ/öñÇõñã?ÿø‰üøG=¼øã‹ÿÿõúÃÿw}õßÿí÷ßw}õÝ_ý÷Ý~ÿ½±Õ^ýûß—ÿþÿúûßÿýÿÿþÿüûï¿þ>ÿ¿þÿ¿ÏîþüúÿýûþôÿýÙçŸþ¹åŸ{ö™Gšçî¹gö™gŸüù£ÿ¯¿þûŸÿÿùÿŸ¿ÿþÿïÿþ÷ïþýûﯿþÿÿ¯ÿýýõßÿÿÿýÿÿýßÿü¿ßÿÿßý÷ÿÿýÿéÿÿÿÿþï¿ÿþûïï¿ÿÿûÿÿûû¿þúÿÿ¯ÿÿïïÿÿÿûï·ÿÿÿßÿÿ{ï·ßþïÿßüÿÿ÷ÿþûíÿÿßÿ}Øÿïÿÿÿÿòÿÿÿÿÿÿÿ?ùÿÿÿûÿÿÿþÿòÿ/ÿÿÿÏÖÿýô×wýôÇ_ýô—^ïõW_{õõÓ_wýÕV_}õžþÿüóÏ>üûó¿ÿøóÏýóíþ÷ÿ÷ÿÿüóÿ¿ÿÿeÿéÿÿýÿßÿÿÞþÿ?ÿÿúÿÿÿïï¿ÿÿ÷¿}ÿûÿÏÿþüûÿ¿ÿÿýÏ?ÿÿs/ÿÿÿÿÿÿ¾Ï<ÿßÿÿÿ۝ÿýöûÿÿÿÿÿÿÿõö[ßöÿ_ÿ¿ÿÿ½ÿöûçÿÆÿÞÿþ¿~ÿÿÿÿÿ~ým—ÿïÿöÿÿÿÿÿßÿÿýÿ¿ÿWþÿÿÿÿÿßßÿÿo¿ß÷ÿÞþÿÿÿ÷Ûÿÿ¯¿ÿÿÏòÿÿýûýÿßûÿÿÿÿÿÿÿþÿþÿÿóÿÿ÷»¯¿ßþÿÏÿÿÿýïÿýÿ÷ÿÿÿÿëïÿÿïïÿþÿïÿýÿÿ÷ßûMüÿ÷÷÷ßï÷ÿÇ[þãÿ¿ÿÿú=ï¼ÿÿ?þ?¿ÿÿûþðÿïýfÿÿÿÿÿþ÷ö÷ÿýÿÿÿûïýÿÿûÿÿÿÏÿÿ‡ÿÿ·úÿÿÿû÷ë÷ßßsÿýßûÿŸ{~ÿëûÿ{ûÿÿûŸüÿÿõÿÿÿÿÿÿvû¿ÿÖÿÿþßÿÿýóÿï¿·_{ÿýÿêÿÿÿ÷ÿÿÿÿÿ÷ëýÿ¿ûÿý¿úÿë¿ÿÿýÿ¿¿þ«ïÿOýÿÍ?Ÿÿù)¯ÞÿëÿÿÿÿÿÿÿÿÏ?ß÷ÿ|ÿÿÿÿþZÿ/ÿuÿ_oùüÿÏÿÿÿ×ýýÿóÿþü¾ÿóûÿÿÿý¯Åûÿÿþÿïÿßþ÷ïÿÿþûÿÿþûÿÿÿÿÿýÿùÿÿ¿üïöÿÿíÿßþÿìÿßþÿí·ÿí·ÿÿýÿïóŸÿÿÿÿÿâû¾¿þûû¿·þûë¿¿þúï¿ÿ~íï¿þ{ÿÿÿÿ/ÿû—ýòÿÿÿÿÿ¿ûÿÿÿÿÿÿÿÿÿÿ«ÿÿÿÿ»¿Öû«½ÿÖÿùÿ·þÿÿïŸýøÿ¿þÿÿçÿÿ[ÿÿÿÿßÿÿÿÿßÿ¯þâÿüþÓ<íþ÷ï?ýþûO÷ó
+ÿÿþóþÿÿÿþÿÿüOþÿþ›ï½ùÞûï¿ÿÞûo¾÷Ûo¾ÿþûïÿÿ·ÿÿÿíçùÿçßþ™çß}þýçßÿùŸwæùçß}þÿÿÿ÷ßÿÿÿoÿùÖŸkóñöŸ¿ýçk­õ§Zßù÷Úmû}÷ÙîÇöÿ?ÿÿöÿÿÿöÿ¿ýÿïÿýÿßÿÿÿÿßoÿÿÿÏ¿oöÿÿÿíÿ_ÿÿïÿ_ÿûÿ÷ÿ÷ÿwÿÿÿýÿÿÿßÿÿ‹ÿ}¼øÇ‹¼ØǏüøâŸøâ=ÿØÂëÿ¿ÿÿÿ÷ÿŸüÿ÷×[ý÷Õ_ý÷ÝwûýÕ_ÿ}õ×_þûï»ïþûÿïÿß¾ÿûoÿïÿû3ß>ûü¿¿þúÿï¿»~úïîÿÿûÿÿïÿŸ{þùçžyþÑçþ¹'þ¹GŸyäÑÇŸþÙçŸ_øÿçëÿÿþçïÿÿÿï¯ÿùû¯ÿýÿëÿþÿÿÿÿÿþÿÙÿÿÿÿýÿßÿÿýÿÿÿoÿýÿß_ÿû÷ÿÿÿÿÿÿÿoþÿûû¿¿ÿûÿŸÿÿûûïÿþÿïþÿÿ¿¿ÿÿÿûÿÿÿ¿õÿÿÿþïÿÿþïÿßþûÿÿþûÿ·ÿþÿýÿÿßÿÿÿÿŸÿÿÿÿÿÿÿ½üÿÿÿÿÿÿþÿÿÿûþ¿ÿûï¿ßþß/ÿüÿ×_õõW_õõW^{ññ^<ýõ×_{¼u×]uýÕÖßïÿï?÷ÿ³¯ÿùóÿ?ÿüo?ýÜóÏÿÿøÿÿÿßÿ¾þûÞßÿþûo¿ÿêû÷ÿÿÿûïÿ~ß×ÿÕÿïwïÿÿ¿×èÿÿóÿÿñ÷?ÿÿ2ÏÿÿðÏ¿ÿ»ÿÿÿÏÿþÿûÿwÁÿÿÿß¿ñûŸ÷ÿ÷ÿßÿ¯ÿßÿÿÇ[íß×_oíçóû÷üïÿÿýÛÿÿÿÿßïÿ÷ÿÿïýÿÿçw¯ÿï¾ûïïÿýÿáþÿÿýÿßÿÿÿÿÿÿùþŸùÿ÷ÿÿwßÿý½÷Ýþÿÿÿ9ûÿï·¿ÿÿÿÿÿÿÿ÷ÿßï·¿ÿýÿÿÿÿí·þþ«ÿÿüïÿÞþÿß÷ÿÿÿ¯ÿ¿ÿÿÿ¿ÿÿûÿÿÿþúýÿßÿ¿ïÿ…ÿó?ýüßÆ?ïÿóϯoýû?þüÓþÿýÿý÷Ù~ÿýGÿ¿ïîûïûÿýûþ¿ßþý¿ßßûï¿ÿÿÿÿÿõÿÿ÷÷¿¿úÿðÿ•sïŸ×Ÿýùù׿íÙïÿþýÿÿþ÷ïïÿÝþo¾ÑÿÕÿÿø÷Óÿÿý~ϯ½ÿ¾ÿý÷×ÿ?ýÿßÿý·ÿû_þÿßÿïßÿÿßóÿwßýëýÿo¯Ïúÿÿÿ÷ûnÚï¯ÿÿÿwþì¿ÿþÿÿÿÿþÿÿÿÿù¿¿þÿïÿÿÿÿûïÿþûÛïžÿÿÿûöÿïÿÿïßÿ¾ýçßÿÿþ¿¿û÷ÛÿþÿôÿÿŸüÿçÿßÿêÿÿý÷ÿùþÿøÿ¿ÞÿÿÿŸ>Þøÿ?jýÿüçÿ?ÿüþŸýï¿ÿïÿÿÏÿÿÿþÿÿ÷ÿçÿ÷ÿ¿Nïÿÿ÷ÿÿÿþÿÿÿÿÿíÿÿûïÿÿÿÿÿüóÿï_þëÿ=ÚÿýÿßÿíÿßÿÿýóÏþÿ·ß~ÿýÿÿçßÿ¹ÿÿû¿‰ÿ¿þûûï¿þûë¿¿ßzë¿ÿþëï¿þûÿÿý÷ÿ¿þÿß¿öÿÿÿÿÿÿÿÿÿÿÿÿî»ÿÿÿÿÿÿÿßÿþ{¯½÷Úûïåÿÿÿëÿÿÿÿÿÿ·ÿ÷ßÿ·ÿÿÿÿÿøþýÿýÿßÿÿÿ­ÿÿþÓÿÿÿþóïñ¿ûîÛ_ïÿÿþÇÿïÿÿþÿÿ¿ÿø÷ûï½ÿþÛî¿ÿþûï¿íþï¿ÿþûïÿÿÿŸûÿ·ßøãÝ}þùçßþÝçŸ}ÿçöýçßþýÿÿÿÿŸÿÿÝ7þ}ß¹Ö_ÿùwÝý·¿u÷[oÿñ¦ß¯ý¶ÛÛØÿÿÿ÷ßÿÿÿÿÿÿÿý÷ÿÿÿ÷Ûoÿÿóÿÿýþûÿ¿ÇÿÿÿÝßÿÿÿýÿÿÿ÷÷ÿÿï÷¿ÿþÿßÿÿýýÿÿÿÿþ¿üǏ=ÿøÇË}ôøóôâ=þüÇÿÿÿÿÿÿÿÿÿñÿÕýõ×_ý÷×__í÷W_ýõÝoþûï¿ÿþûïûŸÿÿ÷ûûï¿ÿïûÿ¿ÿþ·¿ÿûóï¿÷ÿÿÿÿ÷ÿÿýÿÿýÿþ™gŸyîÙçžyöñçŸþÑgîÙçŸþùgŸvêÿïÿþûëÿÿ÷ë¿ÿü÷¿ÿÿûïþÿûÿÿÿÿÿÿÿWÿûû½÷^ûû¿¿_{ﵿÿí½÷~ûÿ÷ÿÿÿÿÿÿÿ?ùÿûÿ¿ÿþÿÿ¿ÿÿÿïÿÿíÿÿþû¿ÿÿþÿï¿ÿÿþÿÝÿßÿ{ÿýÿÿûý¿ÿßû¿ÿýßÿÿýÿÿÿþÿÿßÿ?þï»ïÿÿÿÿÿÿÿÿò¿ÿoÿÿýÿûÿ¿K?ñô‹k¿ü7óÿ_ñÕW_õµW_wýõ—ýõW_íõS[o¼µÇZû‹ÿÿÿûÏ>Ûþó¿ÿßüóßÿìsÿ?ÿüß÷ÿûÿÿóÿÿ¿ø¿~û/ÿÿ÷îýÿÿëÿ¿ÿÿÿÿÿïý÷÷ÿÿý÷ßÿéÿ¿ÿûÿÿóÿÿþÿÿ¿?÷ÿË?ÿÿïÏÿÿï}ÿûûÿÿÿþ[¾ÿýÇßÿÿñÿ_ÿÿÿtýý×_ï¿ïÇw¾½½×Ýÿïú¿ú¿¿oÿ»ÿïÿï÷ïþý÷ÝÿýöÿþÿÿÝ÷ý¾÷ÿ™ÿÿÿ×ןýÿ÷çÿ¶ÿÿ¿Ç·¿ýÿÿßñÏ?ÿÿýÿö_þ¿Öÿÿûÿÿÿÿÿÿÿÿý¿ÿÿþßÿßÿÿßûú{ÿ¿ÿÿõ¿ÿÿÿï¿ÿÿ½?ÿîûÿÿÿÿïÿÿûûÿÿÿÿÿ÷ÿ—ÿλÿ¸ÿŒÿÿþÿï×ÿ:õgíÿÿï5þÿ·?ìèÿþõÿþýìÿÿþþ÷ÿÿÿ¿ÿïÿÿÿïÿ¿ï÷×îóÿÿ÷äÿåþùÙ3œüÿþû¯öïZ-ÿûÿÿÿ÷ÿ÷ýýÿþwÿÿÿ¯ÏþÿûöÇûÿýþ—íÿýÿ¿ÿ{þÿ÷÷ÿý[úßúÿÿÿþ¿Ïÿÿÿ÷ÿþÿÿÿÿÿûÿ÷ûïÿÿ¿÷ÿûÿMÿÿÿ«7ÿÿëÿ?ÿÿÿç÷ÿÿ-?ÿÿóÿÿý¿ÿÿóÿÿÿCÖÿÿþõó_ÿÿÿÿÿ?ÿÿoúÿÿÏ?ÿï?ÿÜ·ÿÿÿkôþ½ÿÿýûÿ¿ÿþûï¿ÿ}ýÿßÿÿïÿÿÿ·ßóÿÿÿߏýùÿÿÿ÷ÿûí×ß~ÿãßÿþÿßþÿÿûï¿ßÿÿÿÿÿù7©¾ÿþøïï¿þþûÿöþ¿÷þÿë¿ÿ^{ý5ùïÿÿÿlÿköÿÿÿÿÿÿÿÿÿÿÿÿïÿ¿ûÿÿÿÿÿꫯþ+ÿ¯ÿWþÿ÷?þûÿÿÿÿûÿ¿ÿÒ»Ÿýÿÿÿÿß×_ýÿÿÿÿøÿòÿÿü‹Ïÿÿþÿ¿ø´ž?ïþÿï¿ÿ¿úú«ÿÿÿûÿ‘g»þûûï¿ÿ¶ûï¿ÿ¶{oíþûÿ¿ÿþÿoÿýöŸÿÿí¯¶ÿûïŸÿùgßþùwŸÞçŸÿþýçÿÞçýÿÿßãÿ·ß¾ýçZw¯õÖÛwþåŸúý÷Ÿ¿ù÷›ÿý÷ý•ýÿý÷¿ýÿÿÿýóûÿÿÿÿÿÿÿ÷ÿÿÿüÿÏÿýÿÿ›üÿÿßûÿ÷ÿýßÿÿÿÿÞÿÝÿßÿ÷ýßý÷ÿÿÿäÝ­ÿñã?¾øã/÷ñã?üùÿ}þßóë?ÿúÿÿOÿÿuñßWû}÷×wýõß_ïñßßý÷ß7_~óî—ÿþúÿÿëþþþ?ï/ÿúóïÿþÚÏüûÿóßþ¿îÿëþŸþÿÿÅÿÿGŸä¹Çž}üÙçŸöiŸ{þñçŸôùGŸôùç'þÿþÒßÿÿýúï¿ÿþú߯ÿãßÿÿþÿÿ?¿þóß¿ÿÿõÿ××ÿþíï×þûí½ßþ~íÛÿÿÿ·ÿÿûõ·ß~ÿÿÿÿ¿¿üïÿÿþÿûï¿ÿþïÿÿú÷ÿ¿ÿÿÿ믿þÿï¿ÿO¼ÿýõÿÿÿÿÿÿÿÿÿÿ÷ÿþûý¿ÿ^{ýµ¿ßÿýïçý»ÿþÿÿÿÿÿ¿ÿÿÿÿûÿÿ¾ûÿÿÿÿûòÿÿ>ùÿËÿ'÷¿õW^}íÕ×^yýô×O?ý_?õÔ×_oýå—[½õÿùÿ¿ÏÿÿÿÏ?ÿûóÏÿÿÿ­÷û÷ÿ÷ûø¿Ï7÷?ÿ½ÿÿ·ýïÿý/ÿÜÿË_¿ÿÿ}ÿÿ÷ïïÿÜ}[þÿÿÿöþÿÿÝßÿÿýÿÿ÷ÿÿÿ?ÿïÿÿÿÿÿßÿÿÿëÿÿÿÿ´ÿý¼ÿ×»ýýÿÿëýýÿÿÿñþÿùïõÿ{~ñýߟÿ»ïûÿ÷þ{þžû¿ÿïÿ÷ÿÿÿÿÿÿ¿ïÿoÿÿÝïÿ)ùÿïÿýß÷ÿÿ÷ÿÿÿÿoÿÿÿÿÿÏþï?÷ÿßÿ­æÿëÿÿý¿ÿÿý÷ÿÿüÿ÷û÷ùßßÿßößgÿýúÿÿsÿûïÿÿÿîµÿÿÿÿÿÿÿÿÿÿÿÿÿ¿ÿÿ÷ÿÿùþÿÿ¾?ùçÌëÿÿÿþÏÿÿÿÿÿûÿýÿ?øÿÿÿÿô¿þÿÿïÿÒmÿÿÿïÿÿþÿÿûÿÿÿÿÿÿùßÿÿïÿ¶ãÿïÿÿÿOþùÿë¿÷þó߯»ü÷ï~}ÿÿÿÿÿë¢ûíëë¿ÿÿÿôÿÿÿ¿ýöÏÿÿýçû¯»û^¿ÿÿ¾]ýÿ/[¿íÿþƒÿÿÿÛïóÏÿþÿ÷¿ÿßÿýÿÿÿÿÿÿÿÿ¿ÿ÷ÿïëÿß¿ñÿÿÿÿûÿÏ?ÿÿ3¿ÿë¯>þÿÿÿÿÿßÿÿýúÿÿ?aýÿùÿÿÿÿÿþûÿ¿ùÿŸþóÿÿÿÿó÷\ýçÿÿû¿ïßÿûï¿ÿþûï¿ÿþÿïÿÿÿÿÿÿÿ?õÔÿ¯ÿÿÿóÿýÚÿÿßß~ûí·ß~ûíÿßþÿÿÿÿÿÿÿ©·þþÿ÷ßÿ¿Íÿßìûû¯¿þþû¯¿ÿûë¿ïûï¿ÿÿ{mµû^úoÿùÿÿö¿Vÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ«¯ÆÿêÿÿÎûoâÿ÷þïÿÿúëÿÿÿúÿÿÿÿÿý¿þ_ýßWûÿÿÿ™ÿ¯ÿÿ¾ÿößÿ¿ÿ÷ûï¿ßû?¿ýÿ_ê«ü¿¼ïïÿÿýÿϾ¿å¶{ï½íþ{ï¿ÿþï¿ÿÞÿï¿ùþûï¿ÿ÷ÿÿäÿÿýþÙwßö™÷Ÿþýçþùç¿þ™çŸÿùüÿWþ÷ý×ÝwÿÕ×ßýù÷Ÿ¿ùÇŸÿñ矬ùçÛûŸÚÿßÿÿÿÿ÷ÿÿÿ÷ÿÿÿÿÿÿÿÿÿÿÿÿÿÿïÿ¿Ãÿÿÿýÿÿÿßÿÿÿõÿßïýÿßÿÿ÷ßÿÿÿ÷ÿýÿ¿ú¿Þ/öøâ‹=¶øw‹þç}þÿg?ÿùçÿßþßñ¿Õ}õÝW_}õÝßý÷{{ü÷ßìñßk¼ûïÿ«ÿÿ÷ïëß¿öÛöÏ®þÿrÿüÿëßýÿë²ï~ûË»ÿ¿ÿŸüÿþÙçþÙGþñçžïÙçŸþÑgŸþ™çŸþìÿÿ½þûÏ¿ÿþ÷ïÿÿü÷ÿþçßÿþâÿÿüÿÿÿÿÿûûõßÿýý÷ÿÿÿÿÿ¿ÿ÷ÿÿþÿ÷×ÿÿÿ÷ÿÿÿ¿ùÿúÿÿþúã¯ÿþùëÿ?þýß¿ÿÿÿ߯¿þÿÛ?ÿþÿÿÙÿÓÿÿÿ÷Ÿÿÿíÿÿûû¿ÿûí¿ÿþ{íµÿþûíÿÿÿßþÿýïþûÿÿÿ¿ÿÿÿÿþÿÿßþûÿÿïþ/ÿÿÿ¾ï¿ü÷Õÿ_ñÅ×_}ýõ×_}ýÕÓõõ_~ýõ×_ýÕÖ[ÿ†ÿçûÿóÏ=ÿüóÏ?ßøӏßùïÿÿÿ|ÿ‡ÿÿ|÷ÿýÿøÿûÿÿÿÿÿÿÿÿÿÿýÿ?ÿýÿý÷ß{ßÿÿõ÷þÿÿeÿÿÿ?ÿüóÏ?ÿüq×÷ÿû÷ÿÿÿ¿ÿÿÝÿÿÿßÿÿÿÿz÷ïå÷ü÷ÿÿï÷ÿþ{¿ÿýÿÿÿ×ÿþÿ÷ßÿ÷ûÿþ¿¿ûîþ÷ïÿÿÝïígüÿõÿÿÿÿýÿÿûÿþ÷þÏÿÿýýÿ¿ÿþÿ÷ÿÿÿ÷ÿçûýÿÿÿ÷Üóÿ÷ÿ·ÿþoþ›þß÷ÿßÿßÿÿÿÿÞÿ½¿Õÿ½ý÷‹ÿÿ÷õߏ¿þòÿÿÿÿÿÿÿÿûÿÿÿÿÿÿÿÿçýÿÿÿ_ÿþÿÿÿÿÿ¯ÿ¿vÿÿýÿÿÿýÏÿÿÿÿ÷ÿÿÿÿ?ïÿÿÿÿûÿÿÿÿýÿïÿÿÿÿÿÿÿÿû¿ÿÿÿ¿ÿÿÿÿùÿÿýÿÿÿÿÿÿìÿÿÿþÿÿÿÿýÿÞ÷ÿ~¿ÿnÿÿÿÿûÿþïûÿÿÿ'þÿÿ÷÷ÿÿïÿÿßÿÿÿ³—ÿ³¿~ÿÿÿßÿÿïÿÿÿï_øÿï¿®ßÿÿÿÿÿþÿ¿ßÿÿÿ¿ÿÿû¿ÿ¿þïÿÿÿÿÿÿÿÿßÿ7¿ÿë­ï]þÞý÷ßúÿ·¼ÿÿ÷ßüÿ­ÿßÿ£Öÿ_þ¿õóÿoþïòÿî»ßVÿ·éÿûÿ¿ßæÿoþÿ~ûëõþÿ·Ëÿÿÿÿÿ¯ÿÿÜOýÿ¿üÿsÿýöÿÿý÷ߧýÿ¿Ýþÿÿÿÿÿÿÿ¿ß:ûÿÿÿûéÿÏûÿÿ¿ÿîÿÿýÿï½Ýþûÿ¿ÿÞÿï}ùÿ¾×ßûí¿÷_»ï·ÿÞ{ýûjÿoïþöÿÿÿÿÿþÿï¿_ý¿ÿîoÿ¿ÿžü¿ýÿÞûõþÿçõÿëÿŸÿ×ÿýý÷×ÿÿõ÷^ÿÿõ×ÿýÿ×_ÿ?ùÿûû¯ýÛÿ?ü¾öÿ{¯½÷½ï½ûÚ¿¯½÷ïkÿ¾öÞÿÛÿÿíûßïýÿþûÿ¿ÿ·ÿÿÿþÿïÿÿþßÿ¿ÿÿûûÿOþÿßïÿwþûçŸÿþùo¿ÿöç¿}þÿç¿õÿùÿŸÿ÷Ûãÿ÷Ýÿù÷ŸþýÇÛmÿÝ›ßéöŸ÷ýçÛ®}÷ùýÿÿ÷ÿÿÿÿÿÿýÿÏ¿ÿÿÿÿÿÿþÿÿýÿÏÿÿý÷ïÛüÿÿßÿÿý÷ßýÿßÿÿÿÿÞÿÿýÿßý÷ÿ×ÿ÷ïÿÿ¢ÿëý¿öçÿüùÛŸ¯ýöÛ¿öçoÿöÛß¿ýùÛoÿGÿ_ü÷Õÿý÷ßWù}ÕW_ý÷Uí÷]wÿ}õßwßõ?ùÿŸÿþÿÛÿ¿üÿþ÷û¿ÿþÿÿ÷ÿûÿ¿ÿÞ¿ïýûþûÿ×ÿÿçŸþùçŸ{tøg‡vøŸîÙá|øG‡{|ðá'þÿÿ÷ï÷ÿÿÿßÿßÿûí§_ÿïwÿ~÷ë·ßÿÿݯŸ~ÿôÿÿ¿“ï¿ÿþûM¾÷ÄMú~“ï=¹^“M¾ßä{M4ù¯ÿÿÿ÷{þÿÿÿ÷ÿùÿŸ{þùÿ{Þ¿çÿîùÿŸ÷ÿùçoýÿïÿßýÿÿÿÿ÷ÿ÷ý÷ÿßýßÿÿ}÷ÿwÿÿ÷ßÿhÿûï¾üÿ¿ÿÿÿþ¿/¿üâÿ¿üöËÿ¿üòÿ/ÿÿòËÿWý¿Å×[}ýõ×_sýÕÖMv¹×M_ݵ×]wùu×_sÝõÿøÿÿ÷?ÿÿÍ?ÿüÿÏ?ûü<ÿþó?ÿüãÍ?þüóÿ‡ÿýÿ×ÿÿÿÿÿþÿÿÿßÿÿÛÿÿÿÿßÿÿÿ÷ÿ÷þÿÿÿ7þÿýÿðÿÿßü÷ÏÿïüóÏ?ýó¿?¿ýóÍ}÷üïÏ?ÿ}õýýÿ_ÿßÿÿÿ~ûÿÇ[?½ÿ_ï¿õÿ_ýÿÇÿýõÿ¹ï¿ßÿ¹ÿÿûÿÿßÿÿùçÎÿùÿŸÿÿùçÿ{ÿÿçŸÿßüÿïÿÿÿÿÿÿÿ{ûÿÿùÿÿ¿þûïÿ÷ÿïÿýûÿìûÿÿÿýÿÿÿÿíøßÿýÿ{þÿÿßÿÿýÿÿÿÿÿÿÿÿgÿÿý¿ÿþÿïÿÿÿ»ï¿ÿ¿ÿ¿ÿÿÿÿþûÿÝÿŸÿïÿÿû÷ÿÿÇÝÿüóÿ?}þóÿÿÿþ÷øýÎ{ÿüóÿßÿÿÿËÿ÷{þÿ×_ÿïí÷ß¾ÿÿÿÿÿûßÿûû·Ÿÿÿÿÿÿïþ¿þÿÿÿÿÿÿÿÿÿ÷ÿú{—ÿÞÿÿÿÿÿÿýÿßÿÿÿáÿ÷ÿÿÿ[ÿÿÿÿÿÿÿûÿ¿ÿû³ÿÿÿÿÿÿÿÿÿÿÿÿ¯ÿ¿ÿûÿÿÿÿûïÿÿÿÿÿÿßëÿÿþÿÿÿÿ÷þÿÿÿÿÿßõÿŸÿÿùûÿÿÿÿ¯ÿ¿ùû¾ßË7ÿÿýÿßúÿý÷?aýÿÅ?Ïüóÿÿÿ_þÿÿËÿßóû>?ÿçûïÿÿæ_o½¿ïÿo»ý¶Ûÿÿÿßÿÿÿÿÿ+ýÿ÷ÿÿÿÿÿÿÿÿÿÿÿÿ}Øÿ͵×\ûÿÿ§ÿÿÿÿÿÿûÿ¿ÿÿÿÿÿÿÿÿÿÿÿÿ¿Ÿÿÿ¿Í6Ûíÿÿ5ûþûï¿«ïýÿþÿï¿ÿþûï¿ÿþßöÛÿþzå½ÿÿ¯Öÿÿÿÿÿ¯ýïþýÿÿÿÿÿÿÿÿÿÿïçÿÿ÷Þÿ½ýÿÿý¿ûýÿ×û/ÿÏÿÿÿ÷Ÿëÿ÷ÿÿ¥ÿÿÿþûï¿ÿÿÿ»ÿþß¿Ÿ‹OûÿýÿÏõó×ïüð_ùÿß½÷ÜsÏ?ÿÿ¶ûïÿÿþn¾÷ãûÿ¿ÿþûï½ÿþûÿåÿÿ÷þÏ?¿¼óûgŸþÿçæùÿÿÿþùçŸþùçŸÿOþýõ×_ÿý÷š}þñ÷ŸïùçßkÿýçüñçþŸÙÿk¯½öÚÿßÿÿÿÿÿoÿÿßÿÿÿÿÿÿÿÿÿÿÿ¿Ëÿþÿÿûï¿ÿÿ×ßÿÿÿ_ïý×ÿýÿý÷ÿÿÿÿ÷ÿÿŸþÿþÿý÷ÿÿÿ/ÿÙçÿÿòïÿùÿüùÇŸüñßõÿß~ýý÷_ÿ}±ßÿí÷ÿýõÏÿý÷ßÿý÷ßÿ£ÿÿýçšk¯µæÿíýÿýÿÿÿþÿï÷ÿÿ÷ß}ÿÝÿÿÿþ¿üÿ¾ÑFm´ùÇŸ{þùåŸý¹ÁŸþùá‡~¸ç†þäÿÿ¯¿þúë¯ÿýößþýÿgþùúÏýÿÿçŸþýçÿÿÿÿýõÓ_ý¿Ÿîúï®û®í?Óߺï?ûìûϾÿ쳿úÿÿëÿïÿÿÿÿ¿ÿÿûë¿ÿÿçû»þÿçŸÿÿyÿŸþßÿû^ûo¾ÿþûÿÿùÿŸþùÿ_þ÷ãÿ_~ùÿ—ÿùå/öÿÿÿÿÿÿÿïÿÿÿ÷ÿÿÿÿãÿïÿÿÿÿÿþÿÿ¿ÿÿÿÿóß_íõ×õõW_ýå—{ýu×_ýõW_õô×_ÿ†ÿ÷ÿÿÿ½ÿþû÷ÿÞÿ³ÿøó?ÿûóÏÿÿü÷Ï?ÿßùÿŸ?ýýÿïÿïÏÿÿÿþÛÿýÿÿÿÿÿÿ÷ÿ¿ÿ÷ûïÿíÿÿÿÿÿÿÿÿßÿýÿÿ?ÿýÛ?ÿÿðÿ?ÿÜþÏÿÿüóÿ?ÿßÿýù÷}ÿýÿßÿÿÿÿÿŸÝÿÖÿÿÿÿÿÿÿÿÿÿÿ?óÿ÷öÿÿýýýÿÿÿÿÿÿÿÿþÿßþÿÿÿÿûÿÿÿÿÿÿÿ“ûÿýÿÿÿÿßþÿýÿÿÿÿ÷ßþÿ}÷ÿÿß¿ýþþÿÿÿÿè½ÿ÷ýÿÿÿÿúÿ÷·ÿßvÿý÷ßÿÿÿÿÿÿÿÿ÷ÿ÷ÿÿïÿÿÿÿÿÿ¿ÿÿßëÿëÿþÿÿÿÿÿÿÿÿÿÿ+þÿ7þüÿþÿÿÿÿÿ?ÿ|óÿÿÿóÏ?g¿ýÿÝÿÿÿÿÿüÿÿ÷·ýÿÿÿÿÿÿÿï×ßþßÿ¿sûùÿÿÿÿÿÿÿÿÿÿèí¿ÿýÿÿÿûÿÿÿßß¿÷ÿÿÿõŸÿþÿçßÿÿÿÿÿÿÿ}ýõï¿ÿÿÿïÿÿÿÿÿßÿÛÿÿÿ·÷ÿÿþïÿÿÿÿÿ_ùïüóÿÿÿïÿÿÿÿÿÿÿÿþ}ÿÿÿÿÿþÿÿÿÿÿÿÿýÿÿþÿÿÿÿóãÿÿÿÿÿýêÿÿÿüÓÿ»¾ÿøÏÿÿÿÿCÖÿÿûÿÿÿÿýõÿÿÿÿìçÿÿÿóÿþÿùÿÏÿÿÿÿÿëõ>÷ÿÿÿÿÿÿÿÿÿÿÿÿçÿÿÿÿÿÿ÷ÿÿÿÿ¿ÿÿÿÿß“ýýÿþÿÿÿÿÿÿÿÿÿÿþÿÿÿÿÿ¿ÿÿÿÿÿýÿÿÿÿÛýß«îúþÿÿ¿ÿþûïÿÿÞû¾ÿÿûï½ÿÿûÿÿÿþÿÿÿgÿÿ¶ÚÿÿÿÿÿÿÿÿÿÿÿîÿÿÿÿÿïþÿÿÿÿÿÿÿÿÿþÿÿÿßÿÿÿÿßÿýÿßW¿ÿÿzù}ÿ¿ÿÿÿÿÿúÿÿ_ûÿïïÿÿÿÿ¿ÿÿ_ÿÿÿ¿þ¿ÿ÷ÿÿ»ÿ×ûÿÿÿöÿÿÿÙÿÿí·ûÿÿÿþÿïÿÿÿÿoîþ¿¿ÿþÿïÿýÿ{ÿÿÿþÿßžÿþûçÿþÿïÿþç¿ÿÿùç¿þïŸÿþûÿã¿vßüý÷Ÿÿñ÷ßÿáŸÿýÇŸÿù÷Ûþý÷ÿ­ý÷ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÏ÷ÿÿÿÿûý÷ÿÿÿÿý÷ßÿÿÿÿßÿÿÿßÿÿÿßÿýßÿý÷ÿ®ÿßÿþùÿÿþÿçÿÿÿÿâwößþŸ}öÿçë¯÷ùÿÿÿ]ûïü¿ß~ÿí÷ßÿý÷ßÿ÷ßvÿý÷ß~_|ñßÿý7úÿÛÝÿÿÿßÿóë¿ÿÿÿÝÿþ¿ß÷ßþ÷ÿ_ëÿòÿÿÿ×ÿÿçŸþùçŸþùçŸþéžüùçŸîùGŸþùç¿þÿÿÿßÿÿÿÿÿÿý÷ß¿ÿ÷Ÿ?þÿÿßÿÿ÷ÿÿýÿòþÿÿÿÿÿÿÿÿÿÿÿ¿ÿþýûÿÿõÿÿÿÿÿÿ÷ÿÿÿÿ߯ÿ÷þÿ÷ßÿÿÿÿÿÿÿÿïÿýÿïÿÿÿ÷ßÿþõÿßÿ¿ýÿÿýÿþûï¿ÿþûï¿ÿ~û¿ÿ~ÿï¿ÿþûÿýÿþûïÿìÿßOÿÿïÿÿÿÿÿ?ÿý¿þÿÿÿÿÿïÿÿÿÿÿÿÿÿÿÿ?ýÿU×_}ýÕ×_{õå—_}ù×_üÕÒ_}ýÕ×_}ýõïºÿþÿ¿ÿüï¾ÿÿÿóÿÿ{ÿÍÿÿ{ïÿ?ÿüÿÏ÷ÿüûß‘÷ûÿ¿ÿ}ÿÿ×_÷÷ïÿß?ÿÿÿý·Üýÿ?ÿÿýþûçöÿ¿ÿï»ýÿÿÿþÿüÿÿÿ?ÿÿÿÿÿÿ~Ûÿßÿÿ¿¿ÿòÿQß÷ÿÿÿ¿ÿÿ¿þÿÿÿÿÿÿýÿÿÿßõÇÿÿÿÿÿ¯ÿß¿÷¿ÿÿëÿÿÿýÿßîÛÿÿÿÿÿÿÿ_ÿÿÿÿÿýÿÿÿß÷ÿïÿÿ}ÿï÷ßÿŸßþýŸß~ÿÿõÿû}ÿëÿßw÷ÿþÿÿýÿß}ÿ]swïÿ×ÿÿýÿ_ÿ÷ýõÿ?ÿÿÿÿÿÿÿÿÿÿþÿùÿÿýÿÿÿÿç¿ÿÿÿþÿÿÿÿûÿïÛïüãÏ?ïÿëÿ?ÿÿÿ÷ÿÿOÿÿÿ÷9ÿïñÿ?ÿüÿÍÿïÿþùÿÿûÿ{ÿïÿÿÿÿÿ¾ûÿÿÿÿûÿ¿ýÿûïÿoþ{¯¿çÿÿÿÿÿŸÿëûí¿ÿ÷÷ÿýþÿïŸÿûùÿŸþáÿÿÿ?óÿÿÿÿ»îÿ?ÿ¼_¿÷²»6ÿüþÏÿïüóÿ¥ÿÿÿÿýÿÿÿÿ½ÿÿýµßûÿýßÿÿý÷ÿÿÿ÷ßþð/çÏÿ¯ÿÿÿÿýÿßwÿ­ýÿ÷¿wßýÿÝüÿý÷?mýÃùÿýýÿÿÿôÿÿ¾ûoî?ýü»ÿ¿ûöÿoÿÿôÓ¿vï_ÿ“õÿÿÿÿÞÿgýýÒÿ÷ßÙÿÿý÷ÿOÿÿÚÿ}Øÿúß©ÿÿÿÿÿ¿ÿÿëï§þûí¿Ÿþÿí³ÿûÿ§ÿþ¿Ñÿ×þï¿ÿþÿÿÿû~¿ÿýßÛßöúþÛÿ¿ÿ÷ûï¿÷ë_ö¿úÿ{ÿÿÿÿÿÿÏÿ~üïÿîÿåÚ÷ÿÿÿýÿßÿÿ™ooæÿuþßÿÿÿÿÿ}ßß_ÿ÷_ÿýõÿ[ýÿ×ÿaýýÿ­ÿ¯ðÿÞ¿ÿþÿÿkÿ³÷Ú{ŸûÚû¯ý‹Úkÿ¿ökïýý÷ûÿÿíþûÿÿÿÿûûíÿïÿíÿÿïÿÿÿÿ»÷ÿÿÿïÿþÿçŸÿþûïŸÿæÛïþÛïÿ}þû¿ÿ÷ù¾ÿþwþý÷Ÿþý÷ß¼ý÷Ø¿¹vßo÷ùöÛwÿ}ÇßoÿßÛÿÿÿÿÿÿÿÿÿÿ¿ýÿßÿÿ÷ÿ?ÿÿöÛÿÿýÿß¿ÿ¿Íÿÿýÿßÿý÷ÿÿýÿßÿÿõÿ_ÿÿÝÿûÿßÿÿÿ?úÿñÿkÿýÿÿ¯ýùÛk¿}çoýÿö÷o¿½þ[Ÿ¯½ö_óÿß~_í÷ß~ÿý•ßW]uÕõ÷Õ_uõÄWÿ}÷]ÿ‡ýþïûÿþûßÿëÿþÿûïýïûÿÿÿÿûÿ¯ÿÿïï¯ÿýÿþÙáŸþùg‡|ØA‡îñáþÑÁ}|øçþîÿÿ½ÿ÷ÿÿýûß¿¿ÿÿÿþ÷ïþÿûË¿ÿÿúïÿwÿÿÿû}»ÿÿûÿÿíÝ|ó­ÿw»_·ÿ}ÓMÝþ÷í·?úÿÿÿÿçÿÿÿÿž÷ÿùçŸß¿çÿþÿçŸòÿùÿž{þÉÿÿþÿO¾ÿþûï?ùÞ“O<ù{O¾÷ä{O<ÑÞ“ï?ùä¯üÿÿÿÏÿÿÿÿÿÿÿÿÿËïÿ÷ÿ¿ÿÿûÿûþÿÿ¿ÿÿòÿ_ýÕ×_}ýµW_~ñá–ùÅ—_Ýå—_~ýõÓ]ÿ–ÿÿÿÿÿ=þ¿ó»þüñÍŸøÿÿÿøó{?~ÿÿÿÿÿ¿øÿÿûÏ_ÿþÎÿÿ}ÿûûß}ýïïÿüþïÿÿûîû¿àÿÿÿýÿýöýý¿ÿßÏ;ÿü»ýÿÿóß?÷ÿïÿÿÿÿÿÿOþÿ÷ÿÿýÿßÿÏßóþ¿õ×»¿ÿþÿÿÏ÷ÿÿÿÿÿÿÛÿ?ûÿÿÿÿÿÿÿÿÿÿÿÿ¿ëþþÿÿÿÿÿßþÿÿÿÿûÿ»ÿ‡ÿÿÿÿ¼ÿÿþÿÿ§ßüý÷ÿõÿÿÿçýÿÿ}ÿù÷ßÿÏþÿÿßÿÿþÿÿÿÏ?fuëÿ=ú÷ÿ¿þÿ×ïÿïýóÇ}ÿïvÿÿÿÿÿÿÿoÿßþÿÿÿý÷ïïþÿÿÿÿûßo¿ÿÿ—ÿÿÿÿüÿÇß_üóÎ?wÿó§ÿ¿óÿÿïÿßÿ?ÿüÝÇÿ¿ýÿÿÿïÿÿþÿï¿kûÿ¿ÿýûßþÿ¿ÿïÿÿû·ÿÿþÿÄÿÿÿÿÿ÷ÿùߝŸ~ùÿÿ~ÿÿ÷¿úûߏßýëçßwÿÿÿÿ¾ûÿïÿÿÏÿÿ½÷Ï¿¿óÿÿÿ÷ÏÿÿýÿÏ;_úÿÿÿýÿóÿÿÿzÿÿó×ÿÿßÿÿû½¿_ÿõÿ_ÿý÷ÿÿÿÿ·Þzó«çßÿßý÷Ýúÿ÷¿ÿ÷ÝúÞýÿßÿƒÖÿÿÿÛÿþÍÿß_ó÷ö¿oçÿ³ÿ¿ûÿ»ÿæÿöÏþýë÷þÿÿÿÿÿÿÿSÿýÿ÷ßÏÿÿ~ÿÿÿÿÙÿÿ÷ÓÏ?õߏýÿÿÿþÿÿÿÏúÿÿ¿Ï{þÿßþÿïÿÏþÿÿ³Ï{þ­ÿýþïÿßþûï¿ÿ^7í÷ßßÿµýÿ{ïÿÿ_ûï¿ßl›Ýþiÿÿÿ¿vÿÿÿÿû~©ïŸ_þ¯þÿkõÿÿ^ýÿ½ûžøõfžÿýÿ÷ýùãÿuÖ_ý}õ×íõýÞÿÿõ×ÿýÕ×ÿŸÙýÿÿ¯ýÿ¯°÷ú{¯½ö©¯ýûÚÿ¯½÷ïk¯¿öÞÿÙþÿÿÿÿï¿ÿþûÿ¿ÿ·ß~ÿþÿïÿíÿßþ¿ÿÿ›ÿÿíoþÿÿïÿþùçŸÿæùo¿ýÖç¿þßï¿ýÿùÿŸÿÿûÿâÿ÷ßoÿùçŸþýÇßm÷škÿùwß·½æß¼ý÷ÿ…ýÿÿïÿÿÿÿÿÿýÿÿïÿÿ÷ÿÿÿÿÿ¿ý÷ÿÿÿüÿÿÛüÿÿßÿÿý÷ß÷ÿÿÿÿÿßßÿÿýÿßþû÷÷ÿÿ÷ÿÿÿ¯ÿÿÿÿöÇ}þñÚŸ¯ýöZ7þö÷oÿÿö[¯µøÛkÿMÿÿí÷Ýÿý·ßwý}Õ]W}óU~ý÷WWÏüµÅW_õøÿ¿ÿ¿ÿëïÿÿÿÞ÷ï¿ÿ^ïþÿïúÿ¿ÿÞûë?ÿþþÿÃûÿçŸþùçž{~øg‡vÈþÑát°g‡}tðáßþÿý÷ï÷ÿÿ÷Ÿ¯ßÿÿíçßóïwÿ~÷ï÷ßüûÝÿß~ÿ÷ÿÿÿß—ÿÿÿÿ_þÿÅ_²_—ûwù_üÿå_vù·ÿÿý{þÿÿýÿïùÿž{þùþþÿçý{þ9ÿžóÿùç_üÿï¿ßüûï¿ÿþóï7ßüó½÷üûÏ¿÷Üsï?ßÞóÏÿáÿ¿ÿ¾üÿÿÿþÿòÿ;ÿÿþÿÿûÿûû¿ÿãÿëÿÿÿÿÿoýÿõ×^ýÕ×^}õ¥W_~í_{ñÕW]}ýÕ–_{ýõ¯ûÿóßßÿüÿßÿïÿÿ?ÿý?ó÷ñ=ÿìó?þüÿÿÿóßÿÿ½¯ß¿ÿÿÿßÿÿÿ¿ÿ]ÿÿÿËÿýÿþ¿WþÿþÿÿÏÿÿßýÿõï¿óÿ?ÿòû?ÿßñÇÿßÿÿÏÿÿÿôÿÿýÿïÿÿ¾ÿ¶ûÿÖÿýÿÿÛÿµÿÿÿÿŸ×_ýõÿ—ÿÿÿû¿ÿÿÿ¿ßÿÿÿößïÏÿÿ}¯ýÿßÿýý¶ûß}ýŸüÿÿÿ÷ÿÿÿýÿß}ÿÝwŸÿùÿŸïÿïÿÿý÷Ýwýÿâÿÿÿÿÿÿßÿýýwßÿÿí÷ûÿÝÿßûÿý¶ßÿÿûÿ÷¿ÿÿÿÿÿÿÿ¿ÿÿûÿï·ßÿŸ÷ÿýÿ¿ÿþßïÿ÷¿ÿÿýûÿøÿÏ?ÿÿóÿ7ß¼ýÿ?ýþþÿüÿÏßÿÿýÏ?ÿüÿÑÿïÿÿþmûßúÿú·ïÿÿûûÿÿÿïÿÿ¾ÿÿÿõû·ÿ?þÿÿÿõw÷Ý÷œßÿÝ_é×÷ýw}ÿ÷÷÷ÿýúÝßÿü£ÿÿÿûÿÿïÿÿï¿ÿûÿÿÿÿû¿ÿþû÷ÿßÿÿÿñÿ±ÿÿÿÿÿ¿þÿÿÿÿúÿ½ÿÞÿÿÿÿ÷ÿÿÿÿÿþÿÿÿÿðÿÿ?~ÿûÿÿúþ­?½÷þ­¿üë«7ÿÿ/¿þÿëýÿïcýÿüçýÿÿÏçÿwþé§ÿwþן_Ýõÿýúùÿ_wþÿ/ïÿÿûÿÿÿÿýÿÿÿÿýÿÿÿõ×ÿÿÿÿ÷ßýÿÿÿÿÛÿÿÿÿÿÿÿûÿÿÿÿûïÿÿÿ©§þÿÿÿ³ÿ~ëÿÿÿÿ·Øÿÿþùï¿ÿ~³ï¿ÿÞ{ï¿ÿûï¿ÿþûïµ÷öûï¿×þ§öÿÿÿÿÿÿÿîÿÿÿÿî»ÿÿÿ¿ÿþÿÿÿ¯¾ûïÿÿ¿ú/æÿßþý÷ß^ÿÿ¿Þ÷ßý¿þ_oýßÿ/ÿý×ÿÿ÷Õÿ‰üÿó_ßÿÿ£ßï?ÿ¿ûþ?ÿËjªÿý_O¹í¾úï¯ÿïüÿû¿¿ÿþÿï½ÿþûï¿ÿþo»ñþûï¿ÿ–ûï¿ÿþûÿëÿŸÿþùçÿþùçŸþùçþùçŸþùgŸþùçŸÿgþüýÇÿñçŸüéÇŸÿùçŸüñçŸwþùçüØÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÝÿÿÿýÿÿÿÿÿ÷ßÿÿýÿßÿý÷ßÿÿÿ÷ßÿý÷ÿÿÿúÿÙÿ}þÿgŸüù÷/|â‰/þÑç_-÷Ùãßôøó¿ßÿý÷ß~ÿý·ß|ñ[,ñßÿmñßÿý÷Çÿ³ÿÿúÿÿßÿÿÝÿ¿ÿßë«õÿ?ëÿÿëÿÿü÷Þ¿ÿ?ÿýÿþ¹áŸþ¹ç‡~ØE‡î¹Ežþùá—{føç†~åÿßÿýý÷Ÿþý÷ÿÿÿî÷/¾è÷ßÿÿùãß?óý÷ïüÿÿþÿûÿÿÿÿÿíÿÿöû-ýõûÿ·ÿóïÿýîÿm¿ÿøÿÿÿçýÿÿÿÿÿ¸ïÿÿïýwþÿç®÷ÏûÿûþÙÿÿþÿO¾ÿþûï?ùþƒ->ùû/¾ÿäûO<ø~‹ï?Ùb?þÿÿÿÿÿÿûßÿÿÿ×óËÿÿÿÿ÷ÿÿ¿ï¿ßÿÿýïû;×ÿ_éõ—_zñåSO}õÕWõÕÇO?õU—Zìµ×_³‡ÿÿÿÿóÏÿÿûóÿúþø]ÿß߯ßõõûÿ?þ¼cÿÿÿŸøßÿÿí¿¿¿ÿïù÷ûýÿïõÿßïÿþûßßüöóÿ¿ÿãÿÿÿÿþ½ÿ}÷ßÿÝÿ·ÿñÿwßÿÿý×ýýï]ïÿÿgÿÿÿŸÿþÿíÿï?ÿÿ»ÿ‡¿ûþÆïÿÿÿ×ÿ¿ÿÿûûþÿú¿ÿÿÿÿÿÿþÿï¿¿ÿÿÿþÿÿþÿŸýÿýûþÿÿÿÃÿÿï÷ÿïß}ÿÿÿÿÿÿíößÿvÏþ÷ÿïûÿ»ýÿÿýOþý¿ÿߧþý÷ßÿï÷ãÿ¿ß}Ïþÿ÷ÿÿÿÿÿÿÿÿÿÿóÿÿÿÿÿçï¿î¿ï?÷½ÿýúÿýŸÿþÛÿÿÿëúÿÿÿ‹ÿÿ;þÿþÿ?ÿ÷ó÷÷üÿëoßsÏ?ÿøsÿ?þüÿÿÿÿüÿÿûýçÿÿlÿßþÿîÿÏ¿ÿŠûíßßÜÿï·ÿÿÿÿèÿÿ/ÿÿ÷ý~ÿ÷¿ßÿ]ҏ÷Þ¿¿ÏÿO·ß?ÿíÿÿÿwüÿ¿ýÿ—öûéîû^ûÿáý¿ÿÿÿÿÿÿÿ¿ýÿÿÿÿŸúÿï÷ýûÿÿïÿßÿÿ¿ÿÿÿÿýÿÿúÿÿ÷ÿÿóÿÿÿÿÿ]ÿüëÿ¿þúþ/ïöùÿ·þÿÿÿ¿ÿÿÿÿÿÿóÿÿÿüÿCÖןüÿÉgÿ~úÏ¿_ÞÓùÿÿÿßÿ÷ýÿÿÿ_ÿÿÿÿÿkóþÿßÿÿý÷ÿÏÿýßÿÿÿÿÿýÿÔÿÿÿÿÿÿÿÿ߇ýÿ¿ÿÿûÿ¿Ÿ~ÿï·þþÿÿÿÿÿÿ³ÿÿÿÿÿßûÿÿÿÛùÿÿ·ûß{Ͷ÷v;o?óþû¿ÿ^3í7ûþûï¿õþÿïÿjÿýïÊÿ®¹¥žû®¸ïžWÿÿÿÿn©ÿÖÿÿÿÿ¿ûÿÿÿvþ÷ÿýÿ÷Kÿu÷×ÞÿmýÿëÿÖ[}åß~ÿïÿÕúÿýŸúÿÿ»ÿ¿Ëîëì¾úî«ïý[¿ÿ¶›úûÿçÏᆵ÷ÿý‰þÿþÿï¿ýþÛï¿ÿþßoÿ¶{o¼ÿþ{ï¿ÿþ[þ¿ÿÏþ÷ûç¿þYçŸuöùgÿuÖçŸþùçŸ}öùçŸùþùä÷Ÿ¿ùfkŽÙçšmßyŸ®ùÇôqçŸüýÇÿ¹ýÿÿÿÿüóßÿÿÿÿ?ÿÿÿÿÿýÿßÿÿÿÿÿÿÿÿÿÛüÿ÷ß÷Ýwÿý÷ßýÿýß÷ýßÿÿÿÿ÷ßþÿýÿÿâÿÿ?þÿã?¾xóÏ%ÿöâ'ÿÝb=¶Øâß7¶øŸÿ5ÿÿýñß7ß|óÅ7o|±Õ{±ß|óÅÿíñÅÿý¿ûÿïþ÷ÎûϽ·Þûÿÿ÷oÿþûýóÏwßÝÿï÷ÿ¯ÿÝÿÿc†l°ÅôÙãîé‡~ØǏþùežþùçþÿÿ3ß?²ì#Û<ÿÞûï/þâŸ?úüs‹/þùó|ÿÿðÿÿ›ïÿýäÛo?û÷ó_ýÓïÿößOýÿ›ß¿ÿÿÿ»ÿÿç¾÷ïûï¾÷þ¿ïþÿÿÿÿï9ÿ¼ÿÿÿëþûÞÿÿýÿ6ù~“6ùâûM¼÷þû?øÞƒí7ùþû¶÷âûïÿèÿÿÿÿÿóÓO¯ÿÿ_OÿÿÿÿÿÿôÿOÿÿÿ¿ÿ?õÿÿÿ7ÿëõW_{ÝÕ×_}ýÅC=õ—}õÅ×N;éÕ×O}ýõ'øÿïÿö¿ÿ÷Öúøâ‡ýÿû÷wÿ£çÿýïÿßþüïþƒÿý÷ÿ¾ÿþÿÿÿýõÏ»ÿÞÛïÿo×íÝÿÿý·ÿuûþ7þÿÿÿÿÿýÿßß}ÿý÷;ýÿÿ×ûÿÿÿßÿÿÿÿæÿÿÿùô±‡ï}¿Çÿÿÿÿüÿ†ïÞûÿÿÿ¿ÿÿ“üÿûÿÿÿïÿ¿ýÿÿ¯ÿ¿Ï¿ÿüûïÿÿÿÿÿïÿÿÿÿŸéÿÿÿvÿõÖ_ûÝýÏ5wÿÿßÿßýÏÿÿÿß÷7þíÿîÿÿÿßçþß7üþóÿ¼þòóÿýßÛ~¿½÷ß÷ÿýú÷ÿÿÿïïßßÿÿÿÿ¶~ûÿÿÿ×÷ÿýßÿïýÿÿÿ¿þÿÿÿ¿úÿ¼ÿÏÿçßFÿóû;ÿþËÿ÷óÿ?¿ÿðÎ?ÿüÿÉÿçÿ~¿ÿä{ûûÿ¿ÿÿûÿÝþíÿÑþûû¿ûúïÿßöû¿Ï>ßý¿}žÖݹìŒÿßç7ªþ3ÿœÿí¹ßŸ?þóÿÿ¿/üÿ?ÿÿ}ÿοÿùÿ}úýß~ÿúïïÿß¾ÿÿ­ÿÿÿÿýÿÿÿÿÿëÿÿþÿ÷ýÿüóÿ?ûÛÿÿÿÿÿÿÿÿðÿÿÿÿê¯ÿÿüþýÿßÿåÿÓÿ7ÿÿýÿßÿÿý÷?iýÿõÿÏ|þÏ×÷ôsOÿû7ÿýþ¿ÿ¿ûöÿoÿÿ÷ß¿~ïÿÿ¿ôúÿÿýuþ?÷Úÿ¿ô÷Jÿÿÿÿÿ¯ýöËÿ=Øÿÿÿ©ÿÿ?û¯ÿŸ>û¼ÿþÿí¿ÿúÿï¿ÿëÿ³ÿþ¿Ëÿÿþÿï7ûþ{ï÷ÿ~ÿýÿÛݼ÷þûý7ûöûï·ßÿoöÿÿÿ¿ïÖÿo¹ïÛ{þùïÿÿÿå¾÷ÿë¦Ýÿžý¿ýþïáÿßþ_í¿×ÊýuôWýÿ_÷ýÿ}ÿßÿ}ýõÿ©ÿÿÇÿê«ÿ¾Êîk¯¶÷ÚkßûÞûïýÿÚkÿ²öÿk¯ýÓüÿûÿ¿ÿ¶ûï¿ÿ·[þÿÿ·ïÿíþßïÿÿ÷ûÿ¿ÿ·ßÿáÿŸÿþùgžöÙožÿþ›o~þûçÿwþûÿçùÿ¿õþüý矾™æÝoþý÷Û¿ù÷ÿ±öÛwþýÇߏØÿÿÿÿÿÿÿü÷ÿ?ÿÿÿûÿÿÿÿÿÿÿ÷ûÿÿýÿÿÿ½Ýÿÿÿý÷ß÷Ý÷ÿ}ÿÿÿÿÿýÿÿÿÿßÿÿ÷ÿÿÿýûÿúÿùÿ%ÿùò‹¿½üÛo¯}÷k7¾öãk¯ýýÛŸ¿½v_ôÿß~{|±ß[üÕÅw}õÕ_åñÕõõß_ûýõ]ÿ«ÿÿúßóûý×ÿïýÿþúïÿïÿϾÿüúïýûþ·ï¿ÿüÿþÙÁŸ{þ¹g‡|Ðá‡þùaŸöÙá‡|øg‡þêÿßÿÿÌûß?þüú¿ÿþúÿÿþûû¿ÿþúŸ¿ÿýúëÿ_ÿÿþÿ÷Ûÿÿí×ÍÿÝvÛ­ÿwÛß·ýÛíÿÝþ×Í·?ûÿÿÿ?ïÿ÷ï¿ÿŸûïùçžÿ¿çþî¿çžÿïyÿŸ{þËÿÿþûM¾ÿÞ{ï?ñ~“O>ùûM¶ÿdûO>ùÞ“ï?ùä¯þÿûïÿÿÿ¿ÿÛÿïÿöÓOÿïÓoïýßÓOÿÿô¿O?ý¿Òÿ_}åõ_|õÕ×_kõÅ—~ùu×}ýÑ×^{ýµ×_ÿ“ÿÿÿÿó
?þݬÿw¿ÿñ÷ßø}ù&ÿ»ñ÷?~ÿó÷ßÿßøÿÿÿ÷ß¿ÿüûïÿÿï÷ýÿý÷ÿþÿÿßÿ÷ÿÿÿîÿÿÿÿþýëÿÿÿߝÿÿÑßÿÿñÿ?ÿ÷÷ÿüÿÿÿÿÿÿÿÿßö~ýµ„]oüõÿ¿ÿñÿžßïýÿÿÿÿÇÿïŸøÿÿÿÿßÿÿî¾Ûïûþ~ÿÿþûßÿÿ¿{ÿÿÿÿÿÿÿÿÿÉßÿÿý}Ïßÿõ÷Üó÷ü÷ÿÿþèÿ<úüýßÿ·þ¿ÿß÷/ÿÿòûß»ÙþÛ¯÷ÈÏÿÝúêÿúûÿÿïôûíúÿ×ÿw÷ßýßßÿ¯ýþÿýÿÿÿÿÿÿÿuÿÿïÿ¿ÿÿëü}÷ßg}ý÷?ÿüóïÿüóÿÿÿÿÿ‹?ÿÿóÇÿßýÿÿÿïþëÿÿ¿þÿ÷ûï»ÿÿï×þÿßÿûß¾ûÿ·ÿþÿeÿ'^ßûý·Úþýžþ}ÿwÿ÷ÿÿÿÿûÏßÿÿùçßkþÿÿýçÝûýûýöÿýsÿ¿¿ÿ¿ÿ÷ÿÿï?÷ÿÿß?/ûÿïïß¿Þý«ÿ÷ÿïó¿ÿÿ¿ÿ÷ÿ¿ÿÿÿÿûÿý>ÿý÷ÿüþû·üúêËÿÝúÿý÷ßüû—ÿëû÷ß÷ÿýÿßÿ3Ö§ÿüÓéç—|ýïæÿ÷ß×ÿ×ü›ÿ»ß¾ÿwýoýëöþÿŸ?õÜ_ÿÿòßgÿÿÿÿõÿÿýýÜÿÿý÷ß—ýï·ÿþû¬§Ÿúûÿ·ß~ûÿÿÿÿéÿÿ~ûï÷þëÿÿ[|oŸój{ï¿Újm÷Ýwÿ¿×OûÍ´ße;o½×ö3½þeÿ«õŠWî¹ÿ¾kþ«¿ÿþûÿ¿¿ê§¾^Ÿ¸ï½úÞûöþßoõýßÖ½·ß_oýõ×ÿÿõW^_ý÷×ßýõß_ÿŸùÿêêì½ûî«ë¾÷*j¯½ö½ì½þÞ«¯½÷îk¯¾öÞÿ×ÿ¿ý³ßî¿ÿþû»ÿÿÿÿÿ¶ßîÿùþßÿ¿ÿÿûÿÿÿ¿þÿyoÿ}þùçŸÿæùï¿ýþç¿}þÿç¿÷ÿùŸÿÿûÿå¿æÛw·¹æŸ¾ýæÚ§ý›÷ñ÷Ÿ¿ýçÚw®ýöÿ­ý÷Ï÷ÿü÷ßÿ¿ýþßÿÿÿÿÿÿÿÿÿÿ¿ýÿÿÿÿÿöÿ;ü÷wßÿ÷Ý×ß÷ÿ·ÿÿÿÿßÿÿÿÿßÿýÿ÷ÿÿ÷ÿÿ菭¿öã/þøۍ¿ýöÛ/¾ÖâoþöÛϯýýÛoÿ
ÿßìñÕß|³ÇwÙüÕWwyñUßý÷]w|õß__õ?òÿzïþ÷Þ{ë¿ÿÞ»ï¿ÿþÿÿ¿ü{ÿ¿ÿÞ»ÿÿÿþûÿËÿ—á‡d°Ã†|°c‡|ø†tðá|Øá‡_vÐáþÿHíÓ\#ͤÿxûë¯ÿbíÿ“þ·é¿ÿLûÿ¶ÿÿõÿýÙg7æùÇÝüñM7ÝÒÇ·tûG·Ýæñíß|û¿ÿÿï¼{Þ»ï¾ûþ¹çžþù¯{þûçî¹ïžÿîùçßýÿÏßÄó?÷ú=ùä“?öäëO¾þd“Í=ùÚOþèÿÓÿÿÿöÛÿÿÿöÿ_ýõÿýÿ×ÿýõû_ÿÿõ×ÿ'ÿ×õW_Üå—mõÕW}ñWO}ýÐ×^}½ñ×?ýõ?øÿïßÿ?üþ½÷¶üoÿÿÿ÷½ýÿóÏ?ÿüÿÿ?þÿÿÿ•ÿÿ¿ÿÿóÿÿÿÿÿÿý÷ÿÿÿÿÿÿÿÿÿßÿï?ÿÿÿÿ÷þïÿïÿÿÿÿÿþÏÿÿÿÿÿ¿ÿýw?òóÏÿÿÿ÷þÿÿÿ°ÿ÷ûýñß_|ÿÇüûñÿüÿÇÿü÷ÿ‹ÿÿÿÿ¾ëßÿïýûÿ«ÿþûïë¾ïïÿÿþûÿ»ïÿûïÿ_üÿÿÏÿÿÿý¿ÿÿÿÿŸÿ^ÿÿÿÿãóÿýÿÿÿÿÿÿÿÿéÿÿÿ¯ýÿßÿÿÿïÿÿ¿ÿÿãÿÿÿþïÿý¿ÿÿÿÿ÷ûÿ/ÿÿÿÿ}ÿÿ·ÿÿÿÿÿÿíÿÿÿÿÿwÿÿÿÿßÿÿÿßÿ˜ÿ¿ÿÿï÷þÿÿÿÿÿÿïßþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÇÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ?þÿÿÿÿÿòÿ¿ÿþûÿÿÿ¿ÿ¿ÿüÿÿÿÿÿÿÿÿÿÿýÿýâÿÿÿÿïÿÿÿÿÿÿÿÿÿÿû~ûëÿßÿÿÿïÿÿÿÿÿ÷ÿÿÿÛûÿÿþÿÿÿÿÿÿÿûÿÿý¿ý}ßÿÿÿþ÷ïÿÿ?ÝÿñçŸ~øçŸþùçŸþ§ŸþùçŸþùçŸþùíÿßÿý÷Õÿý÷Ïÿ}×?ÿý÷ßÿý÷ßÿý÷ßÿ'ÿÿý÷ßÿý·Ý~ÿý÷ßÿý÷ßûý÷ßßý÷ßÿ¿¸ÿÿÿÿÿÿÿÿÿïÿ÷ÿÿÿßÿÿ÷ÿÿÿÿÿþÿþÿÿÿÉÿßyÿý÷ß}ÿý÷ßÿý·oÿý÷ßÿý÷ßÿÝ÷ßÿ½þ?ÿüóÏ?ÿÜñË?üóÏÿüóÏÿüóÏ?¿üóÏ?ÿÿwÿýößÿýößÿ}÷ß÷óßÿý÷ßý÷ßo÷ýß»ÿŸ~ú駟~ú駟~úé§ú駟~ú駟~ú駟þßüÿþûï¿ÿþûï¿ÿîûï¾ÿûî¿ÿþûï¿ÿþûï¿ÿþÿâÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿßÿÿÿÿ¿ÿÿßÿüÿÿÿÿÿÞÿ¿ïþûï¿ïþ»ï¿ÿþûïßþûï¿ÿþûï¾ÿþûî¿ÿ?úÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿíÿÿÿÿÿÿÿ÷ßÿ¿ÿþûï¿ÿþûï¿ûþûïïþûï¿ÿþ{ï¿ÿúûï¿ÿ/Þÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿûÿÿÿÿÿÿÿòÿÿÿÿÿÿÿÿÿßÿÿÿÿÿÿýÿÿÿÿÿÿÿÿÿûïÿÿÿÿ¿ÿÿÿÿÿÿÿÿÿÿþÿÿÿÿÿÏÿÿÿÿÿÿÿÿÿÿÿÿÿÿû]ýÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿîÿÿÿûÿ¿ÿþûï¿ÿþûÿ¿ÿÿï¿ÿþÿï¿ÿþûï¿ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿßÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿøÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþÿÿÿÿÿÿÿÿÿÿÿÿÿÿûÅÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿŸþÿßÿý÷ßÿý÷ßÿý÷ÿý÷ßÿý÷ßÿý÷?ÿðþ÷ß?ÿý÷ßÿý÷ßÿüÝ?ÿý÷Ïÿý÷ßÿý÷÷ƒÿÿýÿÿÿÿÿÿÿÿÿÿÿÿÿïÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿŸüÿÝÿ×ÿý÷ßÿý÷÷ÿýýßÿÿõßÿý÷ßÿéÿþ×ßÞýõ×_ýõ×_ßûÝ÷~ýõ·wýõ×_ýõí-ÿÿ
\ No newline at end of file
diff --git a/ea/mona_301_1_asic_96.fw b/ea/mona_301_1_asic_96.fw
new file mode 100644
index 000000000..03a7f2fb5
--- /dev/null
+++ b/ea/mona_301_1_asic_96.fw
@@ -0,0 +1,2 @@
+ÿ<+ùÚÿ×ýõ·uýõ×ßÞýí½õ[ï×ßöýõ×_ýmÝßÿõÿÝ÷ßÿÿý÷ßÿÿ÷ÿý÷ÿ}ÿßõßÿý÷ÿ}ÿÝý“ÿÿÿÿÿ¿ÿÿÿÿÿÿüÿß?ÿÿïÿÿüÿÿÿÿÿÿÏÿÿÿýÿý÷ßÿý÷ßÿý÷ßÿ÷ßÿýößÿý÷ßÿýþèÿÿù÷ß}þý÷ß÷ùwŸ}Þgß÷ñ÷ßÿýwŸÿñ'ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿßÿÿÿÿÿÿÿÿÿ¿?èÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÇÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿïÿÿÿÿÿÿÿÿÿÿÏúÿÿ¿ÿþÿ¯¿ÿúûÿ¿þÿ¿ÿÿúëÿ¿þúûï¿ýÿûÿÿÖÿÿÿÿÿÿÿýÿÿÿÿÿÿÿÿÿÿßÿÿ÷ÿÿÿÿÿÿÿÿÿ£îÿÿÿÿÿÿÿÿÿþÿÿ¿ÿÿÿÿÿÿÿÿÿÿÿÿÿÿ÷ÿ¿üÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþÿ÷ÿÿÿÿïÿÿÿêÿÿÿ=ÿßÿÿýÿßÿÿÿÿÿúÿÿÿÿÿÿÿÿÿÿïÿÿÿßÿÿþûí¿ÿþûï¿ÿþó»Î¿ÿþóï¿ÿþû¯¿ÿþ¿øÿ÷ßÿý÷ßßý÷Ýß}_ÿý÷ßÿ}÷ßsÿý÷ÿÇÿçŸoùç›îùå›þÙ—_þùçŸîùgŸ_þùçÿ?þÿý÷ß¿ÿý÷ßþþ÷¯¿?Ûïþþ÷ßÿ}÷ïÿý~öÙùçŸþùçŸþùgŸ{îãŸþùçŸþùçŸþù·¯ÿ¿þþû¿¿ÿþûïÿþþï¿ÿûÿïÿþþûï¿ÿþïï¿ÿŸü~ûýöß~¿ý÷ß;ý·ß~í÷Ïûý÷ßÿý·ßÿíèÿËo¿ýòÛg¿½öËo¿Üò#Ÿýö‹mÿýöÛo¿ÜöÛ¿_÷ÿÿßÿÿÿ÷ÿÿýÿçÿÿÿû÷ÿÿþïÿùÿÿÿÿÿþÿÿ»ûÿÿÿÿÿ¿ÿÿïßÿÿÿÿÿÿÿïÿÿÿÿÿÿÿÿÿÿÿÍÿÿÿÿÿÿÿþÿÿÿÿïû¿^ûõÿÿþÿÿÿÿÿÿÿÿÿÿÿþÿïÿóÿÿÿüÿÿÿ¿ÿÿûÿÿÿÿÿ¿ÿÿÿÿÿÿÿÿÿÿïôÿï¿¿þûï¯ÿúûï¿ÿúû»ïþû¯»ÿþûï?ÿþûïÿÿ/ÿÿÿûÿÿ¿ÿÿïþŸöË¿ýÿÿýÿÿÿÿýÿÿ~ÿýþüÿÿï?ÿÿÿÿ÷ýÿÿ÷»ïûüûßïÿýûÿÿÿÿÿÿÿïèÿ÷ÿÿßýÿÿÿÿ÷ÿ¿÷ÏçþÿÿÿÿÿÿÿÿÿÿÿûW¿ÿßÿÿþÿÿÿ¿ÿÿÿÿ¿ÿ¿ÿþ¿ÿýÿÿÿûÿÿÿÿÿÿ?úýÿÿÿÿÿÿÿÿÿÿÿþÿÿÿÿÿÿÿÿÿýÿ¿ÿÿÿÿÿÿÿÉûÿÿÿÿýÿÿÿÿÿçÿýõOÏýÿßýÿÿÿÿ÷oþÿÿÿŸþÿÿÿÿ÷ÿÿÿÿÿ×ÿß¾ûõûÿû¿ÿÿÿÿÿÿÿûÿÿôþÿÿÿÿÿÿÿÿÿßÿýßÿÿþ¿ÿ½ÿÿ¿ÿÿÿï¿ÿÿ—ûÿÿÿÿýÿÿÿßÿþ÷ÿÿÿÿÿÿþÿÿÏÿýÿÿÿÿ^½ÿÿ¿ÿúÿÿÿÿÿÿßÿÿÿÿÿûûÿïÿÿýÿÿÿÿýÿÿÿæþóÏÿÿÿóÏÿÿüóÏ;»ïÍ?ûü³Ï?ÿüóÏûÿø¿ÿý¿÷þÿÿ¿÷þï¿ÿþûÿ¿þûï½ýþûï¿ÿþß¿ÿÿÿ»ßýã¿ÿþøã¿?þù§ù{öùçŸþùç¿ï÷ÿÿÓÿß_ýå×_ýõ×W{ýõO{ýõ—_ýõ×_ÿýÿÿÿþïÿûïÿÿÿùÿŸÿ¾ûïþþûï¿ÿþûï¿ÿþŸÿÿÿÑÿÿÿÿÿ?þòãÿïÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¿þÿ”õÿÿÿþüóŸ?ÿÿÿÿþÿÿÿÿÿÿÿÿÿÿÿÿÿÿùÿº½ÿÿÿ¿ÿþÿÿ¿ÿÿÿÿÿÿþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ÷eÿ÷ßÿý÷ßûý÷ßÿíßÿý÷ßÿý÷ßÿÿÿÿÿ>ÿïþëÏ?þú믿ÿþûï¿ÿûï¿ÿþûï¿ÿþë¿ÿþûoÛ/ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¿‰ÿÿÿÿÿÿþÿÿÿÿÿëÿ¿þÿÿ¿ÿÿûÿÿÿþÿÿ·ÿÿÿ½þÿÿïÿõæûï¿ÿÿÿÿÿýÿÿùÿŸÿÿÿçÿïÿùÖûÿæùo»ÿæ{ï¿ÿþûï¿íÞû¿ýÞûï½ÿþ{o»íßûïï+ïæýgß÷Ý÷ŸþùgŸÿygŸ}öùçŸæýÿŸþÿøÿõ÷_}ÿÝ÷Øýõ×_}­Ö_wõu×Zýõ÷ßþù~dÿý÷ÿÿÿÿßÿý÷ÿÿýÿÿÿÿ÷ßÿÿÿÿÿÿÿûÿ÷ßÿÿýÿÿßÿý÷÷ÿÿ½ÿÿÿÿïßÿýÿÿÿÿÿý¿ùÿòË/¿Øâ‹?¾øsÏ/¾øÏ-¶übÏ?¿ØòË¿÷ùçÿÛÿwß}õÝW_}õÝW_}õÝ_}õÕV_}õÝW_ýñßÿßþÿþºû¯¿ÿþï¯÷þÿ¯­ÿÿ»ïÿúûﯾÿ¾í~ó?õÿÿñÇ{ì±G{ôñg{öÇöÑGüñgŸîù—ÿ¯ÿþûï?ÿüÿïÿÿþþïßþûïïÿÿÿï¿ÿþãŸÿýÿÿßÿÿùç÷ÿÿõ÷ÿÿôßÿý÷ÿÿý÷_ÿý÷ÿëÿï¿ÿÿûÿÿÿÿûÿÿÿÿûÿÿÿÿÿÿÿÿûÿÿÿþÿßÿGÿÿûï¿ÿþúë½ÿÞ{ï¿ÿ~ï¿ÿþ{ï½ÿþûï÷ÿÿÿÿøÿÿÿÿÿÿïÿÿÿ¿ÿÿÿ÷ÿ¿ÿþÿÿÿÿÿÿÿÿþûÿÿÎÿýÕ—_õå—^íå—_íô×_{ùõ×_ýõW_ýþÿüûÿÿÿÿïÿþüó¿¾ûã?ÿÿóÏ÷þüóÿÿÿÜÿãÿ|û=¯¿ÿûïÿÿ¼÷ýÿÝöïÿüþÏ×÷¿óÎïÿÿóþ¡ÿßÿÿÿÿÿÿýÿ¿wÿÿÿïþÿÿ÷ÿÿýÿÿÿÿÿÿÿÿüÿÿý÷_oÿõ×ÿýÿ÷_ÿÿÖo}ñ×_ÿýõþÿ÷ÿÇÿÿ¿ÿþûïï~¿îÿÿýëó¿}ÿÞßwþöûŸÿ¿ÿÿÿ_îÿý÷·ÿußÝÝÿÿóßï÷ßóÿÿÿÿÿÿÿÿïÿŸ³ÿÿÿÿÿÿÿÿÿÿÿÿþ÷ßþÿßçÿÿÿÿóÿÿÿýÿÿÙÿþÿû¯ßÿÿÿ÷ÿþýÿÿÿÿïÿ¿ÿîÿÿÿÿÿÿÿÿÿ¯ü?ÿ¼ýÏŸÿõûÏ;¼ÓÏ¿ôãÏ;þüóß=ÿ¾ÿÿÿÿþóÿûïÿÿýýÛßþûï¯þïÿþþûï¿ÿþû÷ïýÿÿÿ›íßýû÷ÿ¿þÿïßîí¿öúÇÿüùïÿþÿîÿ¿ýþýÿÿÿïÿõûÿÿÿóßïûõ×_¿ÿõ×_ýõÿÿÿÿäû·ÿ¿ÿÿÿÿþÿþÿßÿÿïÿÿþÿïŸ{þûïÿÿúÿÿüÿ¯¿~~ÿýÿßÿëÿÿÿÿÿÿŸüëýÿÏÿÿÿÿÿÿëÿOZÿýõóýïÿÿþŸýÿÿÿýÿæŸÿÿÿÿÿÿÿÿŸÿ¯Ûûÿÿÿûÿÿÿþÿïÿÿÿÿïÿÿÿÿÿÿÿïÿÿÿûïÿ¿öÿý·ÿÿÿíÿß~ÿý÷ß~ýÿßÿÿý÷_ÿý¿ÿþÿïõÿ¯¿þúï¿¿ÿûû¯¿þúû¿þûë¿¿þþû¯¿ÿûÿ¿ÿ«ýÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿøÿÿÿÿÿÿ·ÿÿÿÿÿÿûÿÿûÿ÷ÿþêÿ¿þûÿÿïÿ¿ÿþûÏøÿÇÿ¿ÿþÿ÷þïüæßÿ¿ÿóÿ¿ÿoÿÿæÛn¿ÿþÛî¿ÿ¶Ûn»íûï¿íþ[î½ÿþû¿ÿþ~>úÿwßyßùçŸþùwÞyçÙßþýçßyöù÷Ÿÿ÷ÿç÷•ÿßi¯ýçýñ×ÛÿýÖmÿñ÷ÿÕ×ßkýöŸÿ—öÿÿýÿÿÿÿÿ÷Ïÿÿÿóßÿÿÿÿÿÿÿ÷ßÿ÷ýÿïöÿÿþýÿ÷ÿÿÿï¿ÿÿÿ÷ßûÿÿÿÿÿÿ÷ßÿÿ÷ÿßÿƒþ?¿øc}´øǏ?¾øã‹ÿüË}¼Øâ‹=ÿøÿÿþ—ýÿõÕwÿý÷Õ}÷Õ_[ýÔ_ý÷ÕWß}õÕ_ý÷ßíÿëîÿ?ÿýóë¾»êw¿÷üû¿î¾Ûò￾î?ÿÿgÿ_ŸyæùçŸ}þÙGžyôùg}ö™çüñG}ôÑçžÿøÿóÏ¿ÿÿ÷ûþþóû?ÿþß?¾ÿ÷Ï¿ÿþçÿ/þþ÷ÏÿŸß~ÿÿ¿ßÿÿý·ßÿùýÏþýý¿þýÿ÷ßí·ÿ_þÿÿÿïÿþûÿ¿¿ÿÿÿÿ¿ÿÿ¯ÿÿûÿÿ¿ÿÿÿÿ¿ÿýÿóÿ¯¿~ûÿÿÿþï¯ÿþzï·~ÿïÿ¿þûï­÷þÿýÿÿŸÿÿÿÿÿ¿ÿþÿÿ¿ÿÿÿÿÿÿÿïÿÿþûÿÿÿÿûÿÿÿÿßôÿW_ñä—Oýõ×_ýõ^}üµ×_ñÕW_ýõ׿áÿŸý÷þÿß?ßþó¿ÿÿï»?÷ûÿÿÿþÿÿÏÿÖüóÏþßÿÿÿ¯?¿÷÷ý¿¿ÿû;ýÞû÷ßÿÿ?·ÿÿÿ?¿Ÿúÿÿÿßÿÿïÿÿÿÿý÷þÿÿÿÿÿýÿÿÿÿÏ?ÿÿËÿ×_ÿÿÿÿ_ÿÿõ÷_üýÏûÿ}þ_üõÇßÿýñÿÿ_þÿöšÿþýï÷þ«ïýû÷¿ÿëÿïÿûö»{ÿûûßÿïÿ÷ÿýÿÿÿÿÿ·ÿþßÿ÷í÷ßýýÿßÿ÷ýwß¿þÿ÷ÿÿÿ£ÿ÷ÿßÿþÿÿ÷ÿÿýýûÿÿïÿÿÿ÷ýýÿÿÿÛóÿßÿÿ?üÿ·ßÿûÿ¿ûÿÿÿÿýûÿ¿ÿÿ¿ÿÿÿÿù¿ÿÿÿÿÿ¿àÿó÷[ÿüÿÏÿÿ¾ó÷÷ÿÏýÿ×Ç?ýóÿ?þÿÿÿWÿŸÿï÷ßÿßýÿ÷ÿþÿÿÝûÿþ÷¿Ÿÿïÿÿÿ¿ùþûÿß×ýÛÿõïÿßýßÿÿýòÿ]÷ÿóÿ?ïÿ÷ÿïßïÿÿÿÿÿ½ïÿ?ÿ÷ÿÿýßÿ¿ÿÿßÿÿýÿÿÿW¾¿þëÿÿöÿÿ¯ÿÿÿý¿ÿÿïÿÿÿÿ¿þÿ«ÿþÿÆÿÿÿÿÿ—_~ÿÿ?ÿúßÍ÷{þÏ7_þóÿ'ÿzÿÏ¿þÿ¾õÿçÿÿ¿õ×ÿÿÿõ×_nýüÿýùò_Ýÿçÿÿÿùÿz½ÿÿïÿÿÿ÷ß¿ÿÿÿï÷ÿýß×ÿýÿÿÿÿÿûßÿÿÿ?÷nÿ÷ßÿÿÿÿÿûÿÿß¾ÿÿÿ7þÿÿßÿÿÿ×ÿÿÿÿý6ÿÿúã¿ÿþûï¯ÿþûû½ÿ¾o¯ÿþûë¿ÿþúï¯ÿþÛOÛÿÿÿÿÿÿÿÿÿÿÿÿÿïþÿÿÿþÿÿÿÿÿÿÿÿÿÿÿÿ·™ÿÿÿÿ¿þÿÿÿÿ_þù÷ÿÿ}ýß~ÿÿ¿þÿÿýÿßÿ¿þÿûo=üüÃÏ¿ÿýÃÿ{ýt«ÿå÷ï?ýÔû¿ÿ×ûÿöùo¾íþûï¿ÿþûï¿íÞ{¿ÿ¶{ï¿íÞûï¿ÿþûïç•ï}÷çŸþùwŸþùçŸÿù÷ŸþÝçŸÿù÷Ÿ~ð÷öŸþùçÚwüùÖþÆß~üñ÷þýÇÛüù~lÿÿ÷ÿÿÿÿÿßÿÿÿöÿÿÿÿÿÿÿÿ÷ÿÿÿýÿÛÿÿÿö6ÿÿïÿßÿý·ÿÿÿõÿÿ¿ÿÿÿÿ÷ÿßûÿÿÿÿÝÿéÿò‹õÑ×/þÕǏ}üÑ/÷ñË}ôñc?ÿùçÿÉÿWý÷ßÿýµß_ý÷ßÿ}õß_ý÷ßWÿ}µßÿoþÿþ{ÿÿúÿïÏþÿÍÿ¿üúïÿÿòþþßÿÿüïïÿòÿõÿ÷¹çŸþùçŸþ±çŸþçŸæ™çŸ{ôùGŸîù»ÿÿ¿þ÷ßþýúßÿÿþÿßßýûß?ÿþÿŸÿÿýÿÿÿÿüÿÿ÷¿ÿþÿïßÿþÿõÿÿÿïßÿþùýÿÿÿÿ÷ÿý÷ÿïÿ¯¿þÿÿÿÿÿúÿÿÿþÿ÷÷ÿúÿïÿþÿÿ¿ÿûÿßÿ7ÿ}ÿÿ¿ÿþûïÿÿþ{ÿ¿ÿþï÷ÿ~ûÿ¿ÿÞÿïýÿÿÿ?ûÿï¾ÿþ»ÿÿÿ÷û¿/ÿÿýÿÿÿÿÿÿÿûÿÿÿÿÿÿÄý´×_}íµWOõõV_ÿÕ×_ýõ×_=ù¥×^ýOþÿ|ÿοÿüÿO½þ_ó߶ûÿÏÿþúÿÿÿÿÿóÏÿÿüÿåÿüÿ¾ÿùýý_ÿÿþ÷¿ÿ¿û/ÿ¿wÿÿÿÿÿß¿ÿÿýþÿ¿ýÿýÿ¿ÿÿÿ÷ÿÿþÿoïÿÿÿÿÿÿÿÿÿ¿ÿûÿ¿ÿ?øýÿþÿÿÿÿÿÿÿÿÿÿïÿÿ÷ÿï÷ÿ÷ýß×ÿÿÿäÿëÿÿÿÿÿÿëÿ¿ÿÿÿ¿ÿÿÿ¹ÿþÿÿÿ¿çþÿn¿ÿÿþÿÿûÿÿýÿÿÿÿÿßÿÝïÿýÿ_ÿÿÿßýÿÿÿúÿÿÿýÿÿßÿÿþÿÿÿÿÿþ÷ÿ÷ÿßÿßÿÿßÿíÿÿÿÕ¿ÿûÿÿÿÿÿÿÿ¾ûÿÿþÿïÿÿÿþÿÿÿ{þÿÿÿÿÿïþ?ÿÿ÷ÏÿÿÿóÏ?ÿüóÿ¿ÿÿÏ/úÿãÆ?ÿþýÿÿÿñÿûÿþþþÿÿ_ÿÞûïÿßÿÿïþûÿ¿ÿýû÷ÿÿÿÿÿ«û÷ÿoã¯ÿÿ÷ãßÿõÿ¿þ×çÿ÷ÿ÷÷ß¿þÿþÿÿŸÝýÿ_ý÷ÿ]ÿÿÿÿÿûtßûÿÿÿÿÿÿfÿÿÿßÿåÿÿÿÿû¿·þÿÿÿÿÿïÿý~üÿÿ×ïÿ¿ÿÿïÿÿ'üÿç·Þÿÿ¯ŸŸ?ó¯óßë7ÿÿó­7ßtÿÿ7ßzóýXÿÞuÿÿýõÿÍÝyý[½üÿÏo¾õ—ÿÿ¿ùÖûï¯Ýûÿÿÿÿÿ¿ÿþ÷ÿÿÿýÿÿÿûÿÿÿÿ÷ÝÿÿÿÿÿÿÏöÿÿÿßûýÿßÿ}ëÿÿÿ÷ßÿÿÿÿïÿÿÿÿÿÿo÷ÿ¯ÿþûëï?þûû¯¿÷ûïûþøû¿ÿþ{ï¯ÿþûï¿÷›ýÿÿÿÿÿÿÿÿÿÿÿÿÿïÿÿÿÿÿÿÿÿÿ»ÿÿýÿÿÿÿ»ùÿÿßÿÿ¯¿ÿþÿÿÿÿWÿ­ßþûï÷ß~ßùÿÏ~ûÿ¿åÿ¿ÿýóoÿùâóÿ¿ÿ¿Ö_÷Å‹~ÿáÇ^½ÿá‡?û7ÿÿöûï¿÷Þûï¿ÿæÛïý·ûo¿åþûï¿ÿ¶ûï¿ÿþÿúÿ÷þÝgß}þùwžuþÿŸß™çŸþù÷ÿ}þùç¿—ÿßüùw[}ß¹ÖÚµñ÷üý×üñÇßßñçŸÿ×öÿÿÿÿÿÛÿÿÿ÷ß¿ýÿÿÿÿÿÿÿÿÿÿßÿÿÿÿÿÿïõÿÿÿÿý¿ÿÿÿÝßÿûÿÿÿÿÿÿÿÿÿÿ¿ÿÿÿÿ÷ßÿƒþ/ÿñÇ‹/¾øGË/¾ØÃÿßðb‹üñG-ÿùÇü÷ìõß~_}÷Õß}õÕ7ÿ½ÇW_ý÷ßÿ}õÏÿý÷ÿïÿïýóïn¯ïóýúÿÿÿêÿ·¿ÿëÿÿþëïï?ÿûïÿÿoÿŸ{îñç{þñçž{üùãìÙç†þùß~øᆽûÿöŸþüúïÿþûï·ßy·ÿ÷ýwÿ]öŸößçýÉû·ÿûïç÷ÿïÿ÷ßoþi—ýÿ¹å—믙ÿŸ_~ùåŸþÿÿÿÿÿÿþÿß¿ÿþûîûækþ¿ï›oþÿïÿk¾ùæ›ÿóÿ¯ÿÿÿë¿ÿþÿï½÷Þÿÿßýûíÿýÿÿ¯ßý÷ßÿ‹ÿûþûïÿÿÿûÿÿÿÿûïÿÿÿÿÿÿþÿÿúÿÿûï¿ÿÿÿõ÷×O?ýµW_{ùõ×_ýõ^}ñõ×^|¹å—^íõ׿ìþÏÿÿÿÿïýÿéóÿõÿû³=ÿÿÿÏ?ÿÿÏ?ßÜóÏÿOþ_ûÿÿýïÿßûëÿÿßßù¿ÿþÿÿïÿþÿ6ÿ¿ÿÿÿ¿_úÿÿþÿÿÿýþÿÿþ÷ÿý;÷òÿýßüóÿÿÿÿóÏ?ÿüÿÅÿ÷ÿßÿýÿÿÿõÇÿÿÿþßôýÿÿ÷ÿçÿÿÿÿÿÿïþÿþ¿ÿ¿öÿÿÿž¿ÿþÿþÿ¿ßÿïÿÿÿþÿÿÿÿÿÿÿóßÿÿÿÿÿÿõ÷ÿßÿÿÿÿ÷ÿ÷ÿÿ¾ÿÿÿsÿÿ÷ÿÿÿ¿ÿÿÿÿÿ~ÿÿýÿ¿ÿùÿßÿïÿßßÿÿýÿÿÿÿÿÿÿÿ_üÿÿÿÿÿý÷ÿ~÷»·ÿÿ§ÿzÿ¿·ÿÿÿ½ÿÿÿÿÿîàÿ÷ßÿÿøãïÿ¿ÿãÿ?o¾óÿÿøÇnøßÿþÿÿóÿgÿÿ¾ÿïÿ~ÿÿÿÿþÿí÷ßÿÿïÿþýïßýÿÿÿÿßþú÷ÿÿÿÿÿÿÿ¯ÿì»ïÿÿÿݾ¿ö÷þÿÿÿçíÿÿÿçÿ•ÿÿÿÿÿÿÿõóÏ?þÿÿoÿüöþÿÿ¿ÿÿûûï¿ÿÿ7þÿûûÿþþÿû÷ßýÿÿÿûï¿ÿÿÿ¿ÿÿûþÿÿÿÿÿÁŸßÿùå÷ÿ?ÿÿÿÿ?ÿýÿÿùýï¿ÿÙç¯|þÿÿïÿÿ°õùÿ_Þÿÿ›üÿÿÿû÷ÿß_÷ÿÿÿÏ8ÿåóÿþÿÿz½ÿ÷ÿÿÿÿïŸÿþÿïÿÿÿïÿÿþûï—ÿ~ûïÿÿÿÿ÷nÿÿßÿÿÿ÷ß>ûí÷ßþÿÿ×þÿí¿ÿ¿ü÷³ÿÿÿÿÿßÿûë¿ÿþúû§»þúû¿ÿþë¿¿þû÷õÿþúï¿ÿþû?ØÿÿÿÿÿÿÿÿïÆÿÿÿÿÿÿÿÿÿÿÿÿ¯þÿÿÿÿÿÿÿ¿›ÿùÿŸÿÿûÿýÿÿÿÿ—?îïÿÿÿýŸÿÿýÿßÿwþÿÇï?üüÿ»ÿþû?ÿüo>üþÿÿëÿÿûÿ¿õÿÿÿóÿï¿ÿþûo¿ùæÛî¿íþû¿÷þÛ¿ÿÿÿïoûþþûïÿ¯ÿþýçŸßÙwÞ÷ùçŸÿÝçß÷þûï¿þûçŸþ_øÿ±öŸþýVÚoÿÝ×þ÷ÿý÷ß¿ý÷Ÿüñkÿÿ÷ÿÿÿýöß?ÿýÿÿÿÿ÷ÿÿÿÿý÷ßüÿýÿÿÿÿvÿÿïÿßýï¿ÿýÿÿÿÿÿßÿÿý÷ß÷ÿ÷ßÿÿÿÿèßÇËüñã=þøó‹}ýñ‰?ôØÿÿÿÿÿâï}÷ÙçÅÿý÷ßwÛ}õÕW_ý÷ß_íñ×~ûý·ßVyü÷ßÿoþÿëz¿þ»ú³ÿÿÿ«ÿÿë¯.÷ïÿÿÿ_»ÿÿþýÿðÿÿÙçŸ{ôÙgüÙçŸÚg}þùçŸîÙçŸþù‡ÿÿþ÷ß¿ÿþóÏ¿¿ÿçÿ¿ÿûÏÿý÷ß¿ÿüçÿÿŸýÿûÿÿÿÿý×_}ýÿÿÿüßÿûï¿ÿ~ÿ÷ÿþûïÿïÿ¿¿ÿùçÿ¿ÿý÷ÿÿÿûïÿÿú÷ÿý÷ßï?ýÿÿßÿGÿÿÿïÿÿÿûí§·Þóïÿÿÿï÷¿þÿÿÿÿßûýÿÿÿÿ¿ùÿßÿÿþÿÿÿÿ÷ÿÿÿÿîÿÿÿÿûÿ¿ÿþÿöÿÿÿïÿ]ÿ}õÕ×_}ýõ×_ùÅ—_íå—_ýµW_oýõ×_í;ÞÿûóÏ?ÿÿóÏ?ÿóŸÿûó¿?ÿþÿÿÿ¿üçÿÿþãÿÿÏÿýÿûÿÿÿÿÝÿÿþ÷õÿÿÿÿÿÿëßÿÿÿÿ±ÿÿÿÿþ{ÿ?ÿüóÿ?ÿÿÿ,¿ßð½ÿÿþÍ÷ûýÿßÿ?ìÿÿ÷ÿÿï÷þÿûÿ¿÷ÿÿÿÿýߟÿÿÿ_üÿÿÿÿÿÿêÿÿïÿïÿÿÿÿïÿÿëÿï¿ÿß»¿ÿÿ÷¿ÿ}ûûÿÿÿÿÿÿÿßÿÿÿÿÿ¿ÿýûÿÿÿßÿÿ÷ÿÿ¯÷?ßÿÿ¿ÿÿÿ¿ùÿÿÿÿÿÿ÷ýÿÿÿ¿ÿÿþÿÞÿþ÷÷ÿÏý÷ÿÿÿÿÿÿÿÅÿÿÿÿÿÿÿÿïÿ¿ÿûÿÿßîÿÿÞÿûÛÍÿîÿÿÿÿÿïþ?~ÿÿÏÿÿüûÿÿÿýß¿ßèþ/÷ÿ÷ÿ¾øÿÿÿÿñÿ÷ÿýÿýÿßßÿÿÿÿÿÿûÿÿïÿ­ÿ¿ï¯÷ïÿ÷ÿÿÿ³ÿ/¿þû÷¯ÿúÿÿûþ÷ÿݽûÿÿûÿß¿ÿþ÷¿þÿ?øýõÿýÿ×÷¿ÿçÿþûþßÿÿÿ¿Öÿì¥ùþÿûéÿÿÿÿïýÿÿûïÿÏÿ÷ïÿ¿þ¯¿ÿÿÿïÿîþÿïÿÿwüÿÏ?~Óÿÿÿÿù«¿þÿŸßÿþÿÿÿÞg¯þÿÿÿ[ÿÿÿÿçûþÿÿÿÏþùÿýý|ÿÿ?ÿÿÿ›>ãõÿ_ÿ¯Éû¿ÿþûÿ·ÿÿÿÿÿÿþÿÿÿOíÿÿÿ/ýÿ¿_þÿÿÿöÿõ×ÿ?ûÿ÷ÿÿÿýÿÿëÿÿÿÿãÿwýòÿÿÿÿoôÿ¿ÿúï­ÿþþÿ¿?ÿûïÿöûï¿ÿþúo­×þûï¿ÿ‹ýÿÿÿÿÿïþÿÿÿÿÿÿÿÿÿÿïÿÿÿÿÿÿï¿úÿÿÿÿ[ùÿ¿ÿÿÿ{ÿþûÿ—ÿùûÿVþïçÿÿÿýÿÕÿþÿÿáÿ¿øÿûÏ»ÿðŸÿüó÷O÷¢Ö/þÿþû_½¯ÿû/¿ÿ|ÿÿæûï¿ÿ¶ûïýùþûï¿÷ûï½ÿþûï¿ÿþïï¿ÿþÿùÿwžÿùwŸößçŸþùŸþùçŸþùgþþùçÿ“ÿßo½ýçß}®ÕwýñçoþñçþýÇßÿùçŸÿ§öÿo¿ýÿÿÿÿýÿÿÿÿÿÿÿÿÿÿÿÿÿýÿßÿÿÿÿÿÿoöÿÿþ÷ÿ÷ÿýÿÿÿÿÿÿ÷{ÿÿ÷ÿ÷ÿßÿÿÿý÷ßÿƒþ/þüs/þõãé}½øGÿýCß}þýó/þþ÷ßÿ·üõÕWÿ}µßW_þó×~ÿýßûý·ßWým×ç~ÿý÷ÿâÿÏ¿ÿþ¿ûþûûúý¯ÿÿoÿûúÿßüÿÞïÏ¿ÿÿ¿ÿÿ7ÿ}ô¹ÇžüÑçŸyîùçöùçŸôùçŸ}þùçŸ?øÿþÿÿÿýûß¿ÿÿÿïÿý¿ÿù÷ÿÿÿýúÏÿÿùÿÿÑÿ÷ßÿïßÿ~ýÿÿÿÿÿÿïýýßÿ}ÿï÷þ÷ßÿßþÿÿÿÿÿþÿïÿ¯ÿûûŸþÿ¯ÿÿýÿÿÿþþûÿÿÿÿòÿ¿÷Þûÿ¿ÿß{ýÿÿþÿÿÿÿÿÿÿßûÿ¿ßÿÿÿÿÿ“ÿÿÿÿïÿ/ÿÿÿÿýÿÿÿÿÿÿÏÿûýÿÿÿoÿÿÿÿÿÿßôÿ×_ýõÖ_}ýÕ×_}ýÕ^ýõÓO=ý5“ýÕןèÿÿ?ÿüûßÿûÿßÿþþû?þûãŸ7þüûûÿ×øã÷þÿo}óßßwßÿýÏ÷ÿÿÿÿÿóÏ{ÿûÞÿ¿ÿý÷ßÿŸøÿÿÿÿÿ¿ÿÿÿÿ¿ÿý¿ÿþôÿÿÿ÷¿ÿÿÿÿÛ}ÿý¿Ã·÷_ÿÿÖÿ÷ÿõÿûßÿÿÿÿÿÿÿûýÿÿÿÿÿÿÿþ?¾ÿþwßÿÿþ¿Ÿÿÿÿÿþÿÿÿÿÿ¿ÿïûþ¯ÿÿÿû÷óÿÿ÷ÿ÷oýÿÿÿûÿßýýÝþÿýWÿßÿÿÿÏ5ÿüÿÿ¿ïÿýÝÿÿÿÿïgÿ¿ÿÞû¯ÿÿ{ï¿þÿkÿ¿üÎÿïÿ¿ýÿÿÿÿÿÿÿ¿þÿ¿ÿçŸþæÿ{þùÿÿÛ÷ßÿÿýÿæÿóÇÿüóÏÿÿüÓÏ/ÿüÊ?ûüóÏ?ÿüÿÏ>ÿüóÿGÿ¿ÿþûïŸÿþÿïŸÿþûïÿþïï¾ÿþûïÿÿîûï¿ÿ¿ûÿu÷ßÿú÷¿{ÿëã?þáß>þýæsîÿ÷—~þýÿÿÿÿÿÿÿÛÿÿôÿß_ýµNÿÛõ׿ù÷ÿÿÿü÷ßÿ“þÿßïÿÿöþÿïÿ¿þ÷ûßÿÿÿÿzë¯þÿÿï¯ÿþÁÿÿÿÿÿþûÿÿÿÿÿwÿý÷ÿÿ÷ßwÓÿ·¾wÿ}÷ßÿ˜õÿÿ_ÿÿÿçÿÿÿÿ¿ý÷ßýÿßO¿ýÿßù¿ý÷ÛOÿº¼ÿÿÿÿÿÿûÿÿÿÿ;ýÔSÿ÷ÿ_ÿýý÷Sÿ?ýÔÿÿý÷mÿ÷ßÿý·ßÿÿý÷ï³ÎúïÿŸúûïÏúÿì³Þÿûÿ>ÿÿú믿ÿþûÿ¿ÿüïý÷~ï¿÷ßûï-Ûÿûÿ·õßÿ?Ûÿÿÿÿÿÿÿÿÿÿÿï¿÷yÿ¿ÿž}ÿ—ÿÿÿïÿ¾½™ÿÿÿÿÿÿþÿÿûÿú_ÿýÏÿ—ý÷_ÿ÷ÿ_ÿ}õ÷ÿÇþÿûï¿ÿãÿÿÿÿ÷ÏÚ{ïýÞÿå½÷Ú¿ïýûÚ{¯½÷öÿo¾ýþûï¿ýÿ{ïÿÿÿßþùûŸÿÿößîÿí·ÿûŸÿ÷}wŸ}þywžþÿoÿùÿÏ¿ÿ×ÿg¼yþû¿ÿæßøÿÝ÷ÛmÝõןkýõ÷ß}ÿößÿÝöÛÿù÷ßg¿ýhÿý÷Ï¿ÿÿ÷ÿÿý÷ÿÿÿýÿóÿÿöïÿÿÿÿÿ¿ÿþÿvÿý÷ÿÿÿßÿÿþýïÿÿÿ»ÿßÿÿ÷ÿÿÿÿýÿÿÿÿÿÿëÿsË-¾Øã‹÷¿øão¯½ökÿ¿öÛk-¾öçk¯½öÚÑÿw_}õÕ__ýû×w_}ÕÕßý÷U_ß}×U_uõ]wýÏþ¿þ»ïÿþüþï¯öüûû¿ÿûÿ¿¿þúïï÷ÿûï¯ÿþÿôÿõñÇžö™gŸ}üÑÁ‡þáŸtðáîña~ø»ÿ¿ÿýöï¿ÿþÿï¿ÿûù—~çû·ß~úïw¿þí§ß_ý÷Ïß}÷Ýÿÿýõ}ÙÅ—}ùß—]~q—ÿwñå_þàÿÿ¿ÿÿûïÿÿþûïÿ矶ç÷þ¹çþÞÿçŸ{îùÿÿûï÷ßÿÿ÷ÿÏ?ÿüÏÿÿüóÏÿÿüûÏ?ÿüóÿúÿïÿÿÿ÷ÿÿÿÿÿÿûï¾ü“ÿ¾ûäÏïÿÿÿûÿÿüîþ]ÿýõW_}õõ×_}ýõ×[¯õ—]}ýõW_õõ×_oý{þÿ¼sÿûþôïÿÿÿßý÷ÿßß¿ÿÿ÷ÿÿþýÿÿÿÿåÿýÍ÷ÿÿóÿÿÿÿÿý÷ÿ¿ÿÿÿßÿÿÿÿþûïîÿÿû‘ÿ¿ÿïÿýÿÿÿÿÿÿ¿ÿÿíï÷ÿÿÿÿÿ×þÿÿÿÿÿýÿý÷×_Vù÷_üÿ÷Wÿÿÿßýýþ_ÿßõ×_ïïÿàÿûïû~ÿÿßÿßúû÷þÞwó÷ÿwÛ¾ÿ·ûÿ¿ÿÝûÿGÿÿÿÿýÿÿÿßþÿýïýÿ÷ßß÷ÿýÿß÷ÿï½÷ÿÿ?ûÿßÿÿÿÿ¿ëÿýÿÿëÿÿ÷ÿoÿÿ¿ßÿ÷ý÷ÿÿÿÿÿÿÇÿÿÿýÿŸÿÿûÿÿþÿÿÿ{û¿ÿÿÿ÷þÿÿýÿÞÿÿÿþÿÿú÷ÿ?ÿÿÿÿÿÿÿý‡ÿóû¿ÿÜñïÿÿÿ¯ÿÿöÿÿÿïþÿûÿÿïÿÿÿÿÿûÿ§¿ÿüï¿ÿ~þÿïÿÿÿÿ«ïÿÿÿwÿÿþûÿÿß|ÿ}÷ÿýÿÿ~Ýÿßÿ×ÿûÿßøþÿÿÿÿÿÿ÷ßÿÿýñÿÿÿ¿ÿþûÿößÿÿÿÿÿïïÿéûÿÿÿÿû¯¿þïïÿÿÿÿÿÿÿÿÿÇÿ¿ÿÿÿÿÿÿÿwýÿÿÿ_þÿüïÿzÿÿ¿þúª¿þúëûÿÿÿËÿ¿þúùÿÏYÿÿÿ×ÿ÷óŸ×ÿÿùçŸÿõçŸÿÿÿÿŸxýùçÏÿ¯Ïû¿ÿÿÿÿÿÿ¯ÿßÿëÿÿÿÿ/ùÿÿÿýï×ÿÿÿÿÿöûÿÿÿŸÿÿÿßÿÿÿÿÿËÿÿŸùçÿ¾þÿÿÿÿÿoâ¿®ÿþûïïÿvþïÿ½ìûïû~¶ï¿¿þúïµÿþûï¿ÿ¿ýÿÿÿÿÿÿÿwëÿÿÿÿÿÿÿÿýÿÿÿßÿ¯þÿÿÿÿÿ›ùÿÿ_~ùåÿÿýÿ­ÿ¿ÿÿÿÿßÿëÿ·Þÿ}ýÿÿûÿÿîÿ¿üñW_ýýÿÿ_ÿ¿þûï÷Vÿo¾¿âþÿ«ÿþ›ï¿ÿžíöûï¿ÿÖÿÿ¿÷çßî¿ÿû¿¿÷þÛoþþþûï½ÿþ7úÞwþùçýÿ÷ùÿÿ}þùöùçŸwþßçŸþùçÿ‡ßwüñÇ_kÿ}ÇÛo÷ùçþÑçŸoÿõvŸþùçŸÿgößÿÿÿÿÿÿýÿÛoÿÿÿÿÿýÿÿoÿÿþÿÿÿÿÿÿÿïóßÿÿÿÿÿÿûÿ¿ÿþÿý÷{ûÿ÷ßþÿÿÿßÿý÷ßÿ›ÿ?öÑÇ_=Þþÿ¿ÿÝgŸÿÙòŸ'þØãïþýçŸÿý÷ßûýõÏÿÿý÷ÏÿýßWûmñU_ßî·ßÿí÷ÿàÿ¯ûï¿«¿ß¯ÿõßÿÿÆëÿþþ;ÿþóÏ¿ÿþÿߟîùGŸþùçŸî¹ç{ü¹Gž}æñçžî¹çŸûÿúßþÿûïÿÿýÿïÿý/ÿù÷ﯿü÷ÿþýÿÿÍÿ×ÿý÷ßßÿÿÿßÿÿÿÿïÿùÿ¿_ýåÿÿÿÿïÿÿþÿû÷ÿÿÿûëÿÿûïßÿÿ¯ÿÿÿï¿¿ÿýÿÿÿÿÿðÿþÿÿÿÿÿÿÿÿÿÿÿÿûïÿÞÿï¿ßÿÿ¿ÿþûï¿ÿ»ÿÿÿûÿÿýÿóÿÿ?ýÿ¿ÿûæÿ¿Üîÿÿÿûï¿ÿþüß×_~ùå—_~íõ×_ýµ^ýõ×mýõ×_ýô׿àÿÏ¿ÿÿãþÿÿüëÿßÿÜÿÿ/üïÿýþÿóÍ?þÿÿWþÏïÿþï÷ßÿ{ÿÿÿÿúûÿÿú»ÿÿÿÿs:?ÿÿÛ¿_ûÿûíÿýÿÿ¿ÿþÿÿ¿ÿÿ^ßÿÿÿÿûßþÿöÿÿ¯ýÿ—ÿ×ÿ¿ÿï÷ýýÿß[ÿÿÿþÿÿÿ÷ÿgüýýÿÿ¿ÿÿÿú¿úÿÿÿÿýÿçþ»¯ùþÿÿÿÿûï½ÿ÷»ÿÿÿÿÿÿÿÿâÿÿÿûßÿÿÿÿÿÿÿÿÿÿýý÷ßoÿþ÷ßÿ½þ÷o¿ÿºÿÿýÿßÿßý÷ÿÿÿëÿÿïýÿßÿÿÿÿÿÿÿÿ÷ÿ÷ÿüÿÿßÿÿûïÿúÿÿ¯¿ÿû¿ÿÿÛç¿þûÿÿÿÿþÿÿÿéÿÿÿÿÿÿýÅ?ÿ|ÿÏ?þøŠÿÿÿëÿ?ÿßÿï¿zÿÿÿÿÿÿÿûÿÿöûïÿóï¿ÿûÿýÿ÷ÿûÿ÷ÿûÿÿÿÿ¿øÿ÷þwÿ}ßãŸÿÝ÷×ýÿÿ}ÿý‡ÿÿ÷ý÷ßÿÿÿÁÿûÿûÿÿÿ_ûý¿ÿþûÿÿÿÿÿÿÿÿïýÿÿÿÿÿÿÿÿþÿßÿÿÿÿ¿óÿÿÿ}þþÿÿÿÿÿÿïÿÿû¯ÿþÿïÿÇÿÿúþÿï?þÿÿÿÿüÿÿÿÿëÿÿýÿþä¿þúêûÿÿ߶õÏ?ÿüóÿÿÿþõçÿÿÿÿŸÿÿïÿÿwýùçŸÿÿüÿ;½o»í¶Ûþûÿÿÿÿûÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿkí5×Zë¿ßÿý·ÿÿÿÿÿÿÿÿûÿÿÿÿÿÿÿÿÿß+ÿ©ÝvÛìÿûï¿þúï¿ÿþï¿ÿÞûïïÿþûï¿ÿþûßÙÿÞùçŸWÿÿÿÿÿÿÿÿÿÿÿÿÿÿîÿÿÿÿÿÿÿÿÿÿ¿ç÷Â_ýÿÿÿÿÿÿÿýÿÿïÿÿÿöþÿÿÿÿÿÿÿŸÿÿ~ÿþûï¿ÿÿÿÿÿþûÿ¿ÿþï¿ÿ¢ûïÿÿþûï¿ÿóû¿õÿ½÷ÜsÏ?¿ÿæÛî¿ÿþû¿ÿþûï¿ÿ¶ûï¿ÿþûïÿÿÿÿË/ÿ¼óÙgßÿùçŸÿùçŸþùçŸþùçŸþ¿øýõ×_ÿ½Ö]}¿ýÇŸþæŸþéç_þùçŸüùdÿk¯½öÚ÷ÿ¿ýÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ>ÿÿÿûï¿ÿ÷ÿÿþûÿÿß¿÷ßÿý÷ÿÿý÷ßÿÿý¿èÿÿý÷ÿÿ?ÿøãŸ}÷ýßöý÷ß-ÿýçŸöÙçÿÑÿûå×ß_ýõÝwûý÷ßÿý÷ßÿ}õß~ÿí÷ßÿïþ÷÷Úk®¹öÿë¿»î·ÿÿ÷?ÿþóÿÿïþóßÿÿÿóÿ¿ÐFm´±G{äùçŸþçŽþùgî¹çžîù“ÿ¯Ÿþúë¯ÿþûë¿ÿÿ÷ßßý÷ÿÿþýÿý÷ŸÿýõÕW_}õÕ__}÷ÿ¿ÿþïÿûÿûÿwÿÿÿïÿÿÿÿÿèÿëýÿÿÿÿÿÿÿÿÿÿÿÿÿ÷ÿýÿÿÿÿßÿßÿÿýÿßÿsû_ïÿÿÿÿÿÿÿÿÿï¿ÿþï¿þþûïÿþþûï¿ÿþû¿úÿÿÿÿÿÿÿÿÿïÿïÿÿÿÿÿÿÿòÿÿÿûï¿ÿÿÿïÿOÿõñÇ^ýõ×_;ýÔ×_íåW_oõõ×_{íµ×_í¯þÏûﯿúúÿÏÿÿüï÷ÿãM?úøÃÏ7þüÿÏÿÿüÿâÿÿÿûÿÿÿÿ·ïýÿßÿßö»?¿ý÷;ÿóÿ?ÿÿüÿ¥ÿûÿÿûï¿ÿÿûÿ¿÷ÿýÿm÷û÷ßoÿÿ÷÷ßÿý¿Þýÿ}u×ÿý¿·_ýÿþÿÿÿÿÿÿÿÿßÿÿÿÿÿûÿÿ·ïÿÿoÿîÿÿþÿþõïÿÿÿÿûÿ¿ÿ~ÿÿ§ÿ~ÿïÿÿ¿ÿß÷ßý÷ÝÿÿÿÿßýÿÿÿÝïÿÿýßßíÿýûïÿÿÿ÷_ù÷ÿßÿÿýÿÿõÿÿÿ}ÿýýþÿÿçÿÿ÷ßÿÿÿíÿÿØÿýÿ¿ÿþûÿÿ÷þÿÿýÿÿûû÷¿üï¿ÿ¿ÿûÿÿÿÿ?þ¯þôßÿ÷ýñÏ?ïÿÿ_·ÿó÷ýóÿÿõÿÏïÿ¿òÿÿïÿïûÿ¿½ÿþûþÿÿýÿÏþÿ÷ÿ¿ÿþÛ÷ûþþ§ÿ÷üúßÿûýý÷ßßúÝ¿œËuÿíñßÿßÿ÷Ýÿÿßùÿóßÿûÿï¿ÿ?ýÿßÿþöÿÿÿïßïÿÿï¿÷ÿûÿï¿ÿßÿþï¿ÿÿÿÿÿwÿÿßÿÿýÿþ¿þÿ¿ÿÿÿ¯ÿÿoüùý¿þzþ¯÷ÿÿÿüÿÿú¾¿þúþÿ'ÿóý¯þÿëÿY_ïÿõóÿ?ÿÿÿÿ÷ÿÿçÿÿùçÿÿ¿üÿÍÿÿùןÿ¯Õûÿÿÿûß¿ÿýÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÏöÿÿý·ÿûÿ÷ßÿÿÿÿÿÿÿÿÿÿÿ÷ÿÿÿÿÿÿÿÿoôÿ¿¿þþïïÿþúûïÿþûïûþûï¿ÿþúï¿ÿþûï¿ÿ‹ýÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÛøÿ÷ÿÿÿýÿŸÿû¯ÿÿzÿÿ¿ÿÿïÿÿúÿÿŸÿÿÿùÿymÿÿþÿßÿÿý›ÿüö_ï÷þûï¾ÿôûÏ?ýþûÿ¿ï?ûÿþÛn»ÿöûo¼õþ{ï¿ÿûï¿ÿþ{o»ÿÞûï¿ÿþúÿçßþùç÷YçŸ}þùþùçŸ÷ùçŸþùçÿ‡ÿÿõÇZ¼Ö]öñçþù矾}çŸþùÇŸÿµöÿÿÿÿÿÿÿÿþ÷ÿÿÿÿÿÿÿÿÿÿÿ¿ýÿÿÿÿÿÿÿÿo÷ÿÿÿÿÿÿÿÿÿ÷ÿÿÿÿ÷{ÿý÷ßýÿ÷ßÿýÿßÿþ}´üâ?öñb‹?¾üãŸõüâÿñâ_ýýçŸþ·üï÷ÕWÿ}÷ßW_ýõÅûýÇü÷ß_ÿý÷ßÿí÷ÿâÿß¾ÿÿwËÿúo«÷÷Êÿ¿·ÞûÿþþÞÿÿ÷ßwÿÿ/ÿÿŸ}îùGŸüùGŸö¹ç}d™çŸîùçŸîùçžÿúÿÿÛ¿ÿýûßÿÿþû‹¿ÿýíÿø÷ÿ¯ÿÿçßþÿ÷ÿÉÿßþýß÷ÿýÿýß_ÿýïÿ[÷¿ÿýýßÿþÿÿÿÿþÿÿï¯ÿû÷¯¿þûÿïÿûÿ¿ÿÿÿ¯ÿÿÿÿÿÿÿýÿðÿÿ¿ÿÿÿÿßÿÿÿ~ûïßþóí¿ÿÿÿÿÿÿþûï¿ÿŸÿýÿÿï¿ÿÿÿÿÿÿÿÿÿÿÿÿÿ¿ÿÿ÷ÿÿý÷ßÿÿþßõÿ×_?ýµÓ_ýõ—_ýÕ^~ùµ×}ýÔ×_{ýõ×¾èÿÿ?ÿúóÏ?ïÿÿ?öïß?þᅬ¿þçŸ?þûÿïÿOþûÿœÿë?ÿþÿÿ÷ÿþûoÿþû×ÿýÿï¯?ÿÿÿïÿžøÿÿÿßÿÿ÷ýÿÿÿWÿÿ÷ôÿÿÿýÿÿÿÿ÷ÿ÷÷ÛÿÓþÿßgùïŸÿ~üñ÷ÿÿwÿþ¼ÿÿÿûÿÿÿïÿÿÿÿÿÿþïï÷ëÿ¿ïÿ÷ïÿùÿýÿÿûÿïÿßÿûïÿÿþÿïÿo÷ÿßÿÿÿÿ¿ÿÿÿÿÿÿýÿÿù÷ßïÿýÿïÿÿýþßÿ‹ÿÿÿÿ}ûÿWÿßÿûýßßï·ßÿÿÿmÿÿÿÿÿÿßÿÿýÿÿ¿þÿë¿ÿÿ¿wÿÿÿÿŸÿÿÿÿ¿ûÿÿ¿ÿþîýÿéÿóÇ¿þúóÿÿÿý÷ÿ?ûõû?þüþÏ?ÿüó^¯øÿÿ7ÿ¿þÿÿ¿ÿÿÿßÿÞùÝÿÿ×Ö÷ÿþûï¿ßýï¿ÿÿÿÛnuÿýÿÿqÿÿýýß_ÿýÿ÷ÿöç׏ù_/ïwÿßïßÿ¿ÿïÿ÷ÿ¿ÿþÿÿÿÿÿÿëý_ÿÿ÷ßÿÿýÿÿûæ¾ÿÞíÿÿþßïÿÿÿßßÿÿþÿÿÿþû_ÿ¿¿þÿwÿþûÿ×ÿÿ:ø­·Îÿùý÷ÿúÿûÿÿøù¯þÿÿ¬Ïÿÿ«¯þÿ’õÿÿ_½uÿÏ/ÿÿçÿÿÿÿ_ïÿùÿÿwý|ÿÿþùÿÚ½ÿÿÏÿÿÿïÿÿýÿÿÔÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿŸ÷dÿ÷ßþÿÿ÷ßþÿÿÿÿ¿þÿÿÿÿÿÿßÿý÷ÿÿÿÿÿùnþÿúû¿ÿþþû¿ÿþûï¿ÿþï¿ÿþûëï¿þþï¿ÿþûØÿÿÿÿÿÿÿÿÿÿÿÿÿÿþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ‹çÿÿÿÿŸÿÿÿ·ßø{ý¿ÿï÷ÿÿÿ¯ÿÿÿÿÿÿÿÿÿÿ~ÿûÿ?ÿýÿÿñýÇï«ÿ~ï~ÿþËoÿÿþÿï¿ÿþËàùo¾ÿþûï¿íþûï¿ùþû¿ÿ¶ûï¿åþ›o¾ÿþûïÿï}÷ÙçŸþùçŸþÙçŸßùçŸþçßyæùçŸþ?ùßÝםüõ×üñg›þçþù÷[o¿õçŸþù~dÿÿ÷ÿÿÿý÷ÿÿÿÿÿÛÿÿÿÿÿÿÿÿÛï¿ýÿÿÿÿÿûvÿÿ÷ÿßÿûßÿÿÿÿÿ·ß¿÷ÿÿý¿ÿÿýÿ÷ßÿýûÿó‹}ýñâ‹}ôÕlj5ÿýß/üüg‹?¿Øbß=ÿùçÿÕÿ_ßý÷ßw_ý÷ß_|³ßÿ}±Æ_}õÝwÿýñßÿOþÿÞóÿü¿þ÷¿þûÝÿïÿ÷ß¿÷ÿnï¼ÿîÿíý÷ÿòÿýùçŸ{ìùçŸþ¹ÇŸúçŸ}îñGŸ{îùgŸ{îùƒÿ?¿þ÷ß¿ÿþÿß¿üóßÿùúÏþüÿ˯ÿýóßþ_üÿé½?ÿüï½ÿü÷õ·ÿþÿWþÿ§ßÞzïïŸÿþÿÿïÿï¿ÿÿÿï¿ÿÿÿßÿþÿ÷ÿÿûÿÿÿÿûïÿÿþÿÿÿ+ÿßþÿÿÿÿÿÿÿÿÿï½ÿþïÿßþûû÷¿ÿÿï·ÿþû¿øÿïÿÿïÿÿÿýÿÿÿþÿÿÿÿýÿÿßÿÿÿÿÿÿÿÿ÷ÿÿÊÿýõ×_}ýõ×_ýõ×OíõÇ_ýõ×_{ýõ×_þÿü{ïÿ÷ûóßÿîó>úÃÏ;úÿÎýÿÿ£þÿÿÿäÿýÿwÿûÿË¿¿þÿËß}ÿòïmßþûOëÿÿóÏ÷ÿî¡ÿ¿ÿÿÿÿÿÿÿÿ·ßï½ögº÷ûÛ}ÿý÷ÿýÿwxÿÿÿÿþÿõÿÿÿÿÿþÿïÿÿóþÿõ÷ÿÿÿÿÿÿÿ{æûÿÿÿÿÿ__ß¿ÿÿÿï¿ÿÿýÿßþoý¶ÿþûïÿÿþ×Fþÿþÿÿÿý¿ÿÿÿÿÿ÷ßݝ¿ß}¿ÝÿŸþ÷ù÷Ý~ýèþÿÿÿýÿÿÿÿÿßޏ=ü¢ÿ?þXÃÿ9¾ÿã-þø÷Åÿÿÿý¿Ÿûûëÿÿÿÿûÿ¿þÿ·ÿÿÿÿwÿÿûïÿÿþÿþ¿÷×/ÿ×îÿýýß÷¿ÿÿóÿ÷÷ûÿïÿÿþÿïÿ÷ÿïÿÿþûùÿÿÿßÿÿÿüÿûÿÿûÿþÿÿÿÿÿÿwƒÿ¿»î÷ë.ûÿÿÿÿÿýûï¿þú­¿ÿþûï/ÿöûo·ïŸýßü÷¿_ÿÿÿÿÿý¿ƒÞv×?üñßÿýñÇìÿæÿ¯×ÿÿïÿÿþÿ¿ÿþÿÿ¿ÿïÿ¿ÿ>ÿï÷÷ÿÿÏ¿ÿýÿ¯ÿßÿÿ|¿þÿóÿÿÝ?÷ÿß}7ÿÿü÷ÝßýÏZÿýÿþÿïóùÿÿÿóï>û»Ïÿûî»üÿûï¿ïþûî¯Õû¿ÿþÿï¿Yûÿïÿ/ÿ÷ßÿíõ÷ßÿ?õÿK?õ÷?öûíÿß~Ëúÿßþÿþûïÿþû¬¿Ïþ÷¬ÿŸzú¯¿ÿÿäÿ¯¿þûëï×ëûûÿßìïÚ~{ÿ·ûþzÿÿ÷ÿ{ÿwû‹ýöÿÿÿÿÿ¿jÿÿÿ¿[ÿ{³÷®ùïÍ÷ÿûÿ¿ÿßûï×[ùÿÿÿúÿÿõëÿÿ·×ßßö_Ùÿ}õÿßÿÿý×ßÿý»`ÿ¿ÿþ·ïÿ¯ÿ×ÿÿï¾öÞï½_Þ{¯ýûÞÿï½öÞ{ÿGœý¶Ûï¿ùöÿï½ÿÿûûÿŸÿÿíÿÿoþíÿßÿÿÿÿ¿û^wßwþýçý}þÙïŸÿæßÿýÿÛÿÿ÷›ÿ¿ñÿûïÿ™ÿÝwÿñö_oŸ±ÖÝþý÷x·ý÷Ùo¯Ý÷ßo¿ý÷Ûï§öÿÿÿóßïÿü÷ÿÿýÿ_ÿþÿÛïÿýÿÿ?¿ý÷Ïoïöÿÿÿßÿÿýïÿß}ûÿÿÿÿ¿ÿÿýÿÿÿý÷ßÿý«ÿ/þøǏ?þþË¿ÿüÚkŸöÿk¿½öãk½ÿöÛk¿ý_ýõÝ_ýõí3_ýñÍw]ý×w_uõÝW_õñUWßuÕÿéÿß¿ÿý÷Ï®ÿîöï½ÿþþ·ÿÿþï¯ÿÿþïÿÿþúï¿#ÿÿŸyþñÇ}ìÙg~ðáüñAæñatðA‡?ùÿóïþþûí?ÿþûϬÿþëþþÿï¿ÿþÿïÿÿþÿïÁÿßßÿïõßßëýßß>ßv{7ÿwóí7ýwû_7ß~óí/þÿøëÿÿþÚúïÿþþûîùg{¾ÿçŸ{¾ÿçûþ¹çŸ?ñÿæßÿÿýÖßÿÿ·÷ä“OþÄÿO<ùdÿOþ÷Ä“O<¹ŸÿÿÿÿïÿÿÿûÏÿÿþÿþû¿ü{ï¿üûû¿ÿóËïÿýÿÓOõõ×O}ýµW_uÔõ|ÝÕ×[Ýõ×_{½q×ÿçÿϽÿþóÿÿÿã¾ÿÿü3?ÿÿóÆ>ÿÿóßûìóÏÿ'þÿ¿ÿöûíï÷ÿÿ÷¿ÿþû¯ïþþï×ÿþý×½ÿÿýîßùÿü÷ÿ?ÿüßÿ?ÿ·ÿÏ=¿òw=õ¼sÿ5ÿÿóÏ?ÿüþ—ÿ×ÿ¿ÿÿÿþÿÿñÿÿïÿíÿÿ¿õ÷_ÿÿüÿïütŸþÇþ¿¾ÿÿþûûÿþßÿÿÿþ»ÿÿgï]7ÿ}çÿÿöo¯ÿoÁÿÿýÿÿçÿý÷ïÿ=úŸÉíþíÇï×ÜÎ=ûÝsþ™ÿÿýÿÿÿßÏwÿý½þþ߯¾ÿú÷¯·ÿÛÿ¯¿þóëÿ_ýÿç¿ÿÿ÷ÿÿûÿÿ¿ÿßÿïÿÿÚîï÷ÿßÿw½÷ßoÿ¿îÿÿßÿüýæÿÏüóÿÿ¿ûßÿŸýûÿÿóÿïçßÿ÷oÿÿßû÷åÿÿÿçŸý¿ÿþ÷ÿÿÿÿÿíÿKÿ¿ÿÿÿÿ7ûÿûßýµÞj¿¿ÿþÿÿ¿¿þé'Þúït×îÿÿ¿ÿ~úÿKÿÏÿÿïµ×þÿõ÷ÿ_žÝþoÿ}÷ßÿÿóÿ}ÿ½÷þû?þÛÿ¿ÿõÿÿ«¯ÿÿÿóý÷û¯ßÿüÿ¿÷ßýëÍÿÿñ½ÿïÿ{ÿÛÿßÿÿß?ÿù·?þüë·_ÿö믿úúó÷–Ñß¾ùÿÛþûæÿ~ùç—ÿùç—þýæÛ_¾ùåŸ÷´Ïÿß|ÿÿÿÿ7ÿÿÿßÿýÞúÿý÷ßÿþýïßÿý÷?gÿÿ×ýÿÿÿ?úÿÿÿþûìÿæÿï»ÿþÿìÿÿþûï¿¿vÿÿþÿÿ¿ÿþ¿ü¿ÿ/¿|Þkÿ5ÞkgÿÿÜÿÿ}ÞÓÿ½Óþíÿÿûýÿíûûé·ÿû­óþúûÿ§ÿûìóžû¿Ÿÿ¿þûïï?ÿ[ùïÿv{}¿jÛïýÿnûïûVíýßëŸôÿÿÿÿÿÿÿÿ«ÿÿÿÛëÿýÛ¿ï¿'Ûÿÿ×ÿúkï¿oàùÿÿÿýÿÿßÿÿÿ×ßýÓ_}ý÷×ÿ}ýß÷ßýõý%ßÿþóßÿÿóWöÿÿ¾öÞk¿özi¯½öÿkÿ¿÷Þk¯ýÛýçûï¿ÿþÛî¿ùþûÿÿÿ÷ÿ¿ÿ·ÿÿ¿ý·ûþÿÿÿ¿êß}þùgŸyþçŸÿ÷ûýÿùoÿÿçYoŸÿæßï¿ÿoþ}÷ùÇ[cýñç_¾Ý÷ßíýÇßi¯ýGÛ}¼½öØkÿŸÛÿÿÿÿÏÿÿÿÿÿ¿ý÷ÿ?ýÿÿÿÿÿÿûÿ¿ý÷ßÿ¿Ùÿÿÿýßÿÿÿÿÿû÷ÿÿýÿÿÿÿÿÿÿÿÿûï¿ÿþÿ/þ¿øW?¾Üם?öùÛo¯}ۏ¯ýöÛ‹¯øÚo¿½ÖÿòÿÕÿ}õÝÿÿõßWuõ_|ÕÝw_üÕÅ_]}×]ÿ¯ÿ¿÷ï¿ß¿ÿÿÿËûÿûûßþ«ÿ¿ÿþ÷ï/ÿþÿï¯ÿ®ýÿyþ¹ÇŸþ¹AŸ|ØÁ‡wØçvøç}~ðÁþãÿûþýûëÿûß¿ß~û½ßþûí·Ÿüúݯß~ûí÷gÿßÿï¿×ßÿëÿÝÿ]|Ùe_öße_ôßåÿ]tÙå—¿øÿïÿÿûëÿïóû÷ÿ¹çŸí¹ÿž{îyÿž÷ïùçž{þÆÿÿÿÿÿýÿÿÿŸÿÿÞsÏ?ßóí7ß|óï?ÿþsÏ7ÿüþÿÿÿÿÿÿÿÿËÿö·òËÿÿòÿ-­üòÿÿÿ×òËOÿÿ÷öÿ_ýõ×_Ýõ×_o½õÇríe—]võõW_o­õ–Nþÿ?ÿõëÏ?þºû?ÞüóÏÿüÿÍ?ÿüóÏ¿Öü³Ï?ÿûùÿÿúÿÿ÷ü÷ßïÿûþûí¿ÿûÿ¿ÿþsí·ýÿýïÿÿ~cÿóÿÿþüÿÿýÿüëÏ?÷üËÿõÜóÏÿüÿO?ßürWwÞ_ÿÿÿÿÿáßÿÿ?ýõýÿÖ_λÿÿÿ÷ÿÿŸ[þ¾øþúþÿýÿÿÿ}ÿÿÿ¿ûígÿo~Ùÿýÿÿûkÿú7‹ÿÿóÿûÿÿÿûßÿ÷üó7½ûwÿý÷ߣûõ÷ÿ§Ïý¿¶ÿçÿÿÿï¿ÿÿýÿ÷þk￶ÿï¿ýÿÿÿî½÷ëÿÿÿ}rÿ¿ÿÿÿÿÿÿ׿ÿ·ý¿½ßû{›·ÿÿÿßÿÿûÿû¾ÿïÿÿóÿûÿèóÏß?ÿþÏï|ÿÿÿÿÿËÿÿÿÿýÿ_üÿý¿ÿŸÿÿÿ¿Ÿûÿþÿÿÿ7çûÿùþOûÿÿþûßßáÿÿÿÿÿúϽÿëúß¿ßîú¯Û½ÿ﾿|ÿßÿÿþÿÿÿWÿÿÿÿÿŸ·ÿýÿßÿÿþûß¿ýÿÿÿü÷ßÿÿý÷ÿÿïûÿÿ¿ÿÿóÿÿÿýÿÿþ÷ÿþÿÚï¿~ÿÿ÷Íÿ÷ßÿKûÿùÿÿÿÿÿÿÿÏüþý÷ßÿÍïßÿ­ÿßüþý÷ßÿSöÿŸÿÿÿóÿÿÿÿòÿï¿ÿþoýÿþûîÿÿÖÿì¿ÿ~ûëóÿïÿÿÿûï¿ÿÿûÿÚkg¿öÿç½üÿÿfÿöÓÏý÷ßíßþÿÿ·ß~ûý·ÿ¿Ÿþûÿþÿû½¿ÿýûÿ·Ÿ~úÿÿ¿øÿû¿ÿÿú믿þþïµÓ_û·úޏ­¼:^ÿo÷ßÞ/½þKÿÿÿÿÿÿÿÿÿÿÿÿ¯­nÚïÝÿûy§Ýÿúÿïßö»ùõ6þÿÿ÷ÿÿÿÿ¿ÿþÿýý÷÷?}ß×W_ÿ÷ÿ}õ×_ÿ/ñÿÿÿÿÿûï¿ûæÿÿ{ï½÷kÿ¿öÚkÿ–÷ÿ{¯½öÞÿÉÿ¿ýÿÿo¿ÿæ{ï¿ÿ÷ßÿ·ûûÿÿû¾ÿ÷ÿûŸ¿þÿYÿÿy×Ýwß}þùÿ½õßžÿöŸÞÿöùïýÿþÛ}çÿ×Ýoÿ}÷ÝiõÇßoŸýß¼öÚkÿÝÇÚo¯½öù‰ý÷ÿoÿýÿßÿýÿß¿¿ÿßÿÿþÿßÿÿÿßoÿÿ÷ï;ý÷ÿÿýÿßÿþûÿßÿÿÿÿþÿÿÿ¿ÿÿÿßÿþÿ÷ÿÿëÿ¿þã‹?¾Ø⟿½öÛ¯ýùÚo¿ýøÚŸ¯ýöÚkÿ?ÿßý÷å__ýõÕ_û}õWWõß_}ýõÕWýýÕ×W]å¿ùÿòÿïÿìþ¯îºì÷ÿ¿ÿÿÿ}ÿþûï¿ÿÞ÷ï¿ÿÿÿÿÚÿ×çŸ}ü±ÇŸ}öùg‡vè‡~ðÁyvøç‡~øáWþÿþÿë¿ÿüûï¿ÿÿûë¿ÿûÿ¯ÿþûÿïÿÿúï¿ÿþÿòÿ½ÿ_ÿí·ßÞûïÿ×m7ÝÞíÿÝvÛm{ßþßÍ7ß|û›ÿÿÿÿþïÿþÿïÿÿŸ{þÙžÿï¹çžÿÿùÿž{î¹çïýÿÿ¿ßßÿûýÿÿÿï7ùd“7ùþO<Ùÿ“ï?ñÄOþàÿ¿ÿþûïÿÿÿÿÿÿÿÿÿþÿÿóÿÿOÿßö¿/?ýÿûû[ýÿµ×^{íõ×_ýõ×_n½×_}ýU×_wíõ×[}½e?ûÿóÿþÿüóïÿÿü¿Ï7ïüÏõþüóÏÿŸü¿Å?ÿüóÿ‡ÿÿÿÿ÷ÿÿÿßÿÿûïÿÿÿÿûÿ¾þï¿ÿÿýÿîÿþÿîWþ?ÿÿÿÏ?ÿÝÏÿ¿üóÏ¿üÿÏ?÷üÿÏÿÿüòÇ÷ùôÿýýþÿÿõÿßÿýÿÿÿÿÿßÿÿÿÿþûßÿÿûýý¨ÿÿëÿÿ¿ÿÿ÷ûûÿÿÿÿM¯ÿþÿÿÿÿïúÿÿý߿ߟýÿÿ¿ÿçÿÿÿ÷¿ß}>÷¿~÷Ýÿ=ÿëÿß}ÿýëßÿÿÿÿÿÿÿÿwÿ}ï?ýìûÿÿüËoïÿßÿÿ;ýü#ÿnÿÿûÿÿÿÿÿÿÿÿïÿ÷÷½ûÿóÿúýÿûÿÿÿý÷ÿÿ'øÿøãßÿÿüÿ÷ßÿüÿÿÿÿþ‡ÿÿÿÿÿÿÿüùןÿõ¿Óÿï¿ÿýÿßÿÿÿÿ·þÿÿÿÿÿýÿÿÿÿÿÿ·Þÿþýëû/þÿÿÿÿÿý÷ý¯ÿýÿíÿÿÿý«ÿÿúÝþÿýÿÿÿÿ÷äÿÿÿþÿÿÿÿÿýÿÿÿÿýûýÿÿÿßÿÿÿÿß^ÿÿõÿ‡ÿÿÿ÷ÿÿÿþÿÿÿÿÞÿþ÷ýÿÿÿÿÿÿÿÿþþÿÿÿÿßðç—~óåçÿÿÿÏÿßwÿýßÿßýÿßÿþÍÿÝÿý÷?h}þüó]/ßÿÿÿýÿ¾ûoöÿÿî÷éÿŸÿÿoÿý÷ß¿ïÿýÿÿÿÿÿÿÿÿÿŸÞÿõÿòÿ÷vÿÿ=õÒsÿ}ÛÿÿÿÿÿÿÿÿÿÿÿÿûÿçÎïÿ¿ÿÿûÿ¿ÿû¬¿Îþ¿Éÿÿþûï¿ÿþûÿÿÿ~{ÿ½Ïûïÿ×n³ï÷ÿÖ7ïý÷ëöÿÿÿÿÿÿÿÿÿÿÿÿÛûïýÞÿÿ¿·Úÿ¿ÿÿ~yïÿ~ïçÿÿÿùý÷ßÿÿÿß×_ý×ÿ}ýõßÿ}ýßßßÿõý±ÿÿüÃßÿýÿÿÿÿ¿öÚkŸöÿkï±öÿkÿ¿÷Þ{¯ýßýÿûï¿ÿþûÿÿýÿûûí·ÿ¿ÿ·ÿÿ¿ÿ·ûÿÿÿÿÿÿäÿŸþùçŸÿÿÿŸÿçÛö÷ùoÿùÿùoŸÿþÿo¾ùþþùÇüýöÛ¼ý÷Ýë}Çßc¿ýÇßwüýöÛkÿ_Ùÿÿÿÿÿÿÿÿþûÿ¿ýÿÿÿÿÿ¿ýÿßÿÿýþïÿ¿×ÿÿýÿÿÿÿÿÿÿÿûÿÿïÿÿÿýýÿßÿÿ÷ÿÿÿýÿÏú÷ÑÇ_}üõÿï¯ÿùÚo¿ýÛŸ¯½öÛŸ¿ýùÛo¿ýöß÷ÿßÿý÷ßß~ûßWõõwû}ÕÕwÿ}—ßWÝ}×Wÿ·ÿóÝ¿ÿüÿßúéûÿûïÿþ·û¿ÿþïïÿþûë¿ÿ~üÿþùçžþÑÇŸ~Øa‡}øÇ|øLJtðAþêÿŸÿÿÿçÿÿüúÿ¿Ÿ~ú¥ßýûý·ßýúýÿß~ûí÷ÿÿý÷ßÿýÿý÷ÿ_tÑe]þßå—]þ×å_vñe—ÿùÿÿÿÿÿÿÿŸ/¿þï¯ù替yþ›k®yþ›ï¿¹æ›kþÓÿÿÿÿÿÿÿÿùýÿß÷ßÿ÷ÿ÷}÷ÿÿß÷Ý÷ýöÿóÿÿÿÿÿÿÿÿÿÿòÏ/ÿòÿK¿üò/ÿÿóû/ÿÿÿÑÿ_?ýõÓ_õµW_wõuWwýõ—]sýu×_ÝõÖOÿ¢ÿÿþï÷ß¿ÿüóÿÿþþ÷ïÿÿ«ÇÿÿÿçÿÊÿÿÿÿß{ùÿÿÿï·ÿýüoÿÿÿÿóï÷ß[¿ÿÿóï¿ÿ¿ÿëþ¿áÿÿÿÿûÿÿ¿ÿÿÿßýÿýûïÿÿÿÿÿ÷¿ÿÿÿÿÿÿÿEÿÿÿÿÿýÿÿÿÿÿÿwýõ×;ý¿Ý_o½ÿ×ý½ç–ÿþ¾øÿÿÿÿÿïÿÿÿÿÿÿfŸþgÿ¿÷×gÿæÿßßÿþ¿öÉÿÿýÿÿÿÿÿþßïÿý÷ß÷÷¿W÷ÿÿÿÿÿÚ÷ýýÿÿ_þÿÿÿûýÿÿÿÿÿû÷ÿÿ?ÿÿmÿýwßÿÿ÷ÿÓþÿÿÝvÿÿÿÿÿÿÿÿ÷ÿÿÿÿÿÿïýÿû¿ÿÿÿïÿÿÏÿïÿþ¿ÿÏ/¿þóËÿÿü÷Ï?ÿÜóüÓÎ?ÿôóÿ?÷üóÏÿŸüÿ¾û÷¿ÿîÿí¿îûï·ÿû·¿ßþºµ¿ÿÿûï¿ÿþïîÿ÷ßÿþýçÿüÿÿß_ÿùßß½x÷Ýÿýøýß?þýãÿ_þÿÿÿãÝý÷ÿÿöÿÿß¿ÿ¿ßÿïÿÿÿÿ¿ÿþûÿÿ_øÿ¿ÿßûjÿ¯ÿÿÿÿ?ÿÿÿýþÿÿÿÿÿÿÿÿÿÿÿûÿÿÿÿ?þ¿ÿ?ÿÿÿý÷ßßÍÿßwßýïßÿÿý÷ßwÿCÖÿÿÿÿüó_ÿÿÿÿÿõÛO÷ÿ¿ý÷ÿo×ÿößoÿýkòþÿÿYþÿÿ¿ÿÿûÿÒg¿Öÿÿ÷ÔÿÿýÿßSÿýõߧýßßè÷ßûý×ÿ·ÿúû½ÿÿïï§ÿÿëÿ¿žzêïÿÿýÿ믽þúëï¿þúo·ûÛ½úÞϼúþ¯ïÿ÷þ?¿þdÿÿÿÿûÿÿÿÿÿÿÿÿ‰oÞõÝÿþ{õÝÿ¾ýï›÷¾ü÷þÿÿÿõÿÿÿÿÿÿÿ}ý÷÷7}Ÿ×}ßßÿýýýß_ß/ùÿ￯þûïÿÿÖûy¯½÷{ÿ¿öÞ{ÿ·öiï½öÞÿÙÿ¿ý¶ûï¿ÿþûï¿ÿçÿÿÿ·ûÿÿÿÿ{¿ÿ÷ÿûÿþÿ}wÞ÷ýgß÷ù¿ýÿžÿþŸžÿÖùïýÿöÛÿàÿöÚkÿ}÷_c¯}ÇÛ}÷ýÚ¼ýößüÝÇßÿ}wÿ¥ýößÿÿÿ÷ÿÿýÿïÿÿÿþÿÿüößÿÿÿÿßÿÿÿÿ[üïßÿÿÿ÷ÿÿþûÿÿÿÿÿÿþÿ÷ßßÿÿÿÿÿÿÿÿÿ®ÿË/¿øã?¾ø⟿½öÛ¯ýùÛk¯ýùÚŸ¯½öÚkÿÿ_}õÝWýõ×Wû}÷U_õß_]}õßWý}ÕÝW]µøÿÿÿ.ÿÿ»ï¯¶í¯ïÿÿþïÿþûï}¿ÿ¯ÿ¯ÿÿþïÒÿÿçæ™gž}öùLJv؇vðÁ‡|øç~ðáOþÿþûï¿ÿþúï?ÿýúí·_þý¿ßÿ¿ßÿûí·ß~öÿÝwÿ}õÝWÿ}÷ï×Å_Þå_~ùåÿ]þ÷å_vù“ÿ¿ÿþûÿ¿ÿÿûßÿÿŸ{îÙŸÿï¹çžÿÿùÿž{îùç_ýÿýÿÿÿÿÿþï?÷Üó?ÿÞsÏ=ÿþóï=ÿÜóÏÿèÿ¿ÿÿûÿÿÿÿÿÿÿ/¿üdoÿûò‹ÿÿûòÿ/¿ýô›ÿýÿõ×_ýõ×_~ýuW]v¹–_s¹õW_wôUW]-¼õ;øÿóÏ?ÿÿÿÿß|ÿÿþÿÿûÿöÿÿ}ýÞÿoÿïÿ÷þ¿›ÿ÷?_ÿÿÿ9¿¿õþï¿ÿîûÿ_ûý¿ÿÿûí÷ßþ¾ï§þÿüÿíÿÿÿÿÿÿÿßÿÿ¿¿ÿÿÿÿÿÿÿýýÿÿÿóÿõÿßßÿÿ×ßýÿ×_½ÃïýõÝÿ÷½ÿ×ÿÿùçχÿ¯ûÿ·ÿÿûÿûïûo¾Ùæ¯÷ÿçwÿÿÿÿ÷¾öõoíüÿÿÿÿÿÿÿþÍÿÿ¯¿ÿwÿÿ÷zß}ÿÝûûçÿü{ßâÿûÿÿÿþÿÿÿÿÿÿÿßïwÿ¿ÿÿ÷ÿÿÿÿÿÿÿÿßCÿÿÿÿÿÿÿÿÿÿýÿï÷ßÿúÿþ~ÿû÷ÿÿþý«ÿÿûï»úÿüóÏ?ÿüóÏ?ÿÿÿÍÿÿ|Ï?ÿüóÏ?ÿüóÏ?ÿüÿÄÿî¿ÿþûç¿ÿþûûÿ_ëÿÿoþí·×~ûí·ßvûù·×]þ?þñçß¿þõ÷ßïÿÿßÿÿ÷ÿ}ÿý÷ßßuçÝ÷ßýàÿ÷ß?÷ý÷ÿÿÿÿÿÿÿÏÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ—ÿ¿?ÿûï¿ÿÿûÿÿþÿÿÿßÿÿÿýÿÿÿÿÿÿÿÿÿÿÿßõÿÿÿ?ÿÏ¿Êÿþãÿ?þÿÏ¿ÿþçïÿÿÿûï¿ÿÿÿÿ?dýÿÿÿýÿÿuÿÿ?ÿÿóŸöÿÿÿóÿÿŸÿÿÿÿÿþ¿ïÿÿÿÿÿÿþÿÿÿÿþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿýÙÿý÷ßÿõ÷ßÿíÿÿÿÿÿÿÿÿþÿÿÿÿÿÿÿÿÿÿ¿›ÿ»þúûï¿ÿþ믿ÿûï¿ÿûï¿ßþûï¿ÿ^ûï¿ÿþöïÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¿{ÿÿÿÿÿêÿÿÿÿïåÿÿÿëï¿þÿÿÿÿÿÿûý÷{ÿý÷×}ÿ©÷ßVÿ­çßÿ¹üÿþÛ?þýÿÿï¿üÿÿÿõ_ÿÿåÿÿÿÿ§þÿõÿÿøÿÛî½ÿÖÛî¿íöûï¿ÿþï¿ÿþûï¿÷þ{ï¿÷þûÿæÿßyÿùg}öw}þùçþùçŸþùçŸþùçŸÿ'þo¿½Ö[wu÷ßmõùÇ¿ñÇøñÇüáÇüØ?ÿü÷Ûÿÿüÿß?ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¿Éÿý÷÷¿ÿÿ÷ÿ¿ÿýÿýÿÿïÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿOþÿüã?þøâË=¾ø÷‹þçŸ}þÙçŸþÙgŸöù_õÿÕWß}÷×V_}÷Õ_ì÷ûý·ßÿý·ßÿý·ßÿ—ÿÿÿÚë¯=ÿÿÿ¯ïÿ_ò¿üëïßÿÝwßÿý7¿~û¿üÿ}ôñgŸ}îùÇŸyþÑçŸÿùçŸþùçŸþùçŸþëÿïÿÿþûë¿ÿþòïþÿÿ÷ÿýçÿÿùÿŸÿù÷ÿÿÿ_ýõ×w_}÷×ßýÿÿÿÿÿïÿÿÿÿÿÿÿÿÿÿ¿ÿÿ¿ùÿÿÿ¿ÿþÿï¿ÿÿÿÿÿÿÿýÿÿÿÿßÿÿÿÿßÿÿÿÿÿÏÿßÿý÷ÿßÿýïÿÿûï¿ÿûï¿ÿþûï¿ÿþûï¿ÿþïþÿÿÿ¿ÿ÷ÿïÿÿÿÿÿ¿ûüïÿÿþ¿ï¿ÿÿÿÿ¾ÿïÿÿÔÿ_?ýµ×_ýåW_ý¥—{íõÇ_üõ×_õÕÇ^û‚ÿ?ÿÿÿ¿ÿ÷ßûÿ=ÿxï¿ÿûïÿÿÿÿÿþüÿ¿ÿÿ›øÿ¼ÿûÿ¿ÿþÞÿÿüýþÿ¿ÿÿõ¿Ÿÿûï¿ÿýÿïþÿèÿÿÿßÿÿÿÿÿÿÿÿ_ÿÿÿûÿÿÿÿÿÿ¿ÿ¿ÿÏÿÿÿÿýÿÿÿýñÇ×ÿ·ÿûÿÿÿÿÿûïÿûÿÿÿÿÿÿ?û÷ÿïÿÿÿÿþï¿ÿîÿëÿüüÿÿßÿÿûïÿÿûïï¿þQÿÿß÷ÿïÿÿ÷ÿÿÿÿ÷ÿwÿÿoÿÿÿüÿÿÿÿßÿÿÿOþ÷¿ÿÿÿïÿÿÿÿÕÿÿßçýßÿ¿ÿþûûÿýÿßþÿÿÿ÷ýÿÿþÿÿßþÿ¹ÿþþûïïû÷ïÿ÷ßßÿÿþûûÿ·ß¾“ïËoÿÿóÏ?ÿøÿÏ?ÿüó/ÿÿãÏ?ÿüóÏÿÿüóÏÿ¿}ÿþûÿŸÿ~õ¿ÿ÷îû·ßîùÿÿþûïß~ûÿ·ß~ûïçÇÿÿ»ã~ûÏ÷ÇŸÿü÷þÿ÷ÿãŽwÛwßÿÝuǝû/îÿÿÿ×ÿÿþÿ¿þýÿÿÿ¿ÿÿ~úíÿÿÿýÛÿÿÿÿßëÿúÿÿ¿ÿýÿÿÿÿÿ3ïÿïÿþÿûý¯þþûÿÿÿüÿÿÿÿÿÿçÿÿÿùý÷ÿ?ÿýÿ¿ïçï¿ÿÿçÿÿ÷ÿÿï¿üÿÃÖÿÏ?ÿÿ×ÿÿßÿóýöÿÿÿÿÿÿÿ?ÿÿ¿Ÿÿÿÿóÿëñþÿÿÿÿ›µÿÿÿÿßÿÿÿÿÿÿÿþÿÿÿýÿÿÿÿÿ߇ýßÿÿÿ÷ÿÿÿÿߧþÿÿÿÿÿÿßÿýÿïÿÿÿÿÿÿ{ýÿë¿ÿþØë¿ÿþûû¿ÿþû´ÿþû饷ê{ï¿ÿþûïÿaÿÿÿÿÿÿ¿ÿÿÿÿÿïýÿÿ¯þÿÿï¯ýfÿ»ÿÿÿÿÿÿvþÿÿ§žú[ÿ÷þøûýŸ~ýÿ¯¿üÞýçßëýßûÿïýõ›êÿüÃÿkÿçß©ÿþßkÿ½ÿßþÿõÿßÿ¿Ãÿ¿ÿÞ{ï½ÿþûï¿íÿ{ïýþûï½åÞÛî½ÿþûï½ÿþÿÝçŸ÷ÝçŸþ™ÿŸ~çŸþ™gŸ}þùçŸöùÿãÿöü}wþùÖßüñŸþñ÷_mõñÇüÑÇÿýóÿÿÿÿÿÿÿÿÿößÿÿÿÿÿÿÿÿÿoÿÿÿÿÿÿÿÿÿûýßÿÿÿÿÿÿÿÿí¿ÿÿÿÿÞÿÿÿÿÿÿÿÿÿÿÿÿÿ¥ÿË}ôõbõñÇ‹½ýØçÿýç‹/þØgŸ}þybŸÿ}ÿý÷ßWý÷ßßýµÇÿ÷ß[uõÝÿý·ßÿýÿûÿûßÿ¿í{ÿÿúÝûï6ÿÝÿÿ÷ý.»½ÿý÷¿~ÿý÷ÿÉÿÿçŸü™çŸþ¹gŸ}þùŸþñÇ{þùåŸþùç_þ¿þÿÿ¿¿ü÷ß¿þû~÷ÿþþûëþýÿß/þÿÿõÿ÷ÿýýå?÷ý÷ý÷ÿÿ¿ÿÿÿ÷ß_ÿÿÿýÿýÿÿ—ÿ¿þÿÿ¿ÿþÿ÷ß¿þþûÿßÿÿÿÿþûïÿûÿ÷ÿÿÿÿüÿÿÿÿÿÿûÿÿÿÿ½ßþû¿ÿþûÿÿÿÿûï¿ÿþûïÿçÿÿÿí»¿ýïûÿ¿Oÿÿÿþÿÿÿ‹ÿïÿïûûÿ¿ÿ¿ÿ_ýÿõ×_{ýõ×_zýÕ×_}½W_{µõ×_{Ýõ×_ýõ/ùÿó¿¿ÿÿÿÏ?ÿüÿ÷ÿÿ?þÿÿý÷ÿÿó¿¿Ýûï¿—ÿÕÿþùÿÿoÿþûûÿïÿÿÎÿÿûûÿÿÿ÷ýûÿÿýï–þÿÿÿÿÿÿÿþï¿ýÿÿÿÿ—½õ÷ÿ¿ÿýöwÿÿwÿÿÿßñÿÿÿÿÿÿÿþÿÿÿÇÿÿÿÿÿÿÿõ×ÿÿþÿüþÿÿÿ£ÿÿÿÿÿßþïïÿÿþûÿïýßÿÿÿ»¿þÝþÿÿÿÿÿÿÿÿüÿÿÿþÿ¿ÿ?êÿÿíÿÿ{ÿÿÿ{Ûïÿþúß¿ÿÿÿÿÿãÿÿßÿÏüÿßïÿÿÿÿÿÿûÿ¿ÿû¯ÿßÿßÿÿ÷¿ßÿÿÿÿÿÿþûÿ¿¾ÿÿï¿þþ¿÷ÿÿÿïÿÿ÷ý¿þûëï{éÿ½ÿÿ?ÿÿÿÏ?ÿüóÏßÞÆßüóÏ?ßÿóÏÿü¿Õÿïÿÿÿïÿÿ½ûïßþûÿÿÿþ¿ï¿ÿþïÿÏ~ûûçÿ¯þÿÿëßÿï÷ÿŸ×—ÿýÿ÷«û}ãßÿÿ÷ßÿÿÿäÿÿÿÿßÿÿÿÿü÷ÿÿÿûÿÿýÿÿÿÿßÿÿÿÿÿÿ¹ÿÿÿßëÿÿÿûï·¾ÿÿûÿÿÿÿïÿÿÿ»¿ÿÿÿïÿÿÿ÷ñç÷ÿúëå·Þÿù¯ã¿ëûÿ÷ÿûŸÿÿÿýÿÿÿÿÿÿ?c}þù×ÏýüÿÏÝÿÿŸõ¿ÿÿÿÿÿÿïÿÿÿÿÿÿ¿>ïÿýÿïÿý÷ÿÿÿÿÿßÿÿ?ÿŸSOý÷ÿKÿÿÿÿÿÿ}ÙÿÿÿßþÿÿÿÿÿýÿÿÿÿÿÜšxâŸÿÿúÿÿÿÿÿ¿Ùÿÿþûë¿ÿþûﯿÿûï¿ï{믿þúë¿ÿþûï¿ÿþßöÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿûÿý÷ÿÿÿÿûÿÿÿÿÿoâÿßëÿ—_þþíÿÿëù¿{þû½ÿÿ~ÿ¯ô~êùÿßÿ¹ÿÿý×ïüñóß¾ÿÿßß¿ø_ïïøóûë?­æß¿ÿ×;|þûï½ÿþûï¿ÿþÛï½ÿþï¿ÿþÛn¿íÞ{ï½÷þÛ¾àûŸþýçŸþù÷ŸuþùçþùgŸ}Ö™çŸþùçŸùþü±öüùÇÚÝñÇŸ¿ñ÷_gÝ÷ŸþñÇŸüßÙÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿßoÿýÿÿÿÿÿÿÿÿÿ¿Áÿÿÿÿÿÿÿÿýÿÿÿÿÿÿßïÿÿþýÿÿßÿÿÿßÿÿ¿úÿÑǏôÑÇ_/¾øçOöçÛ?¾øb‹ôÝçŸ}Ÿø_÷¿ßý÷ßÿ}÷Õü÷õõÕW]õ·ßÿý÷ÅÿŸÿûïû¿þúýë¾÷ý{ÿÿë~¯¿þþ~ßÿûÝ÷ÿýúýÿî™çŸþùÇžyþÙçžÿÙÇì±åŸþùçŸþåÿßÿþ÷ßÿýóÿþüç÷ÿÿûûïÿþçŸþù÷Ëÿ/ÿÿÿÿÝ¿ÿÿÿïÿýÿçÿÿÿß_ýõ×ýÿÿÿÿ¿_þ?øÿ÷ß¿ÿÿ÷ßÿÿüû¿¿ÿû½ÿÿþÿÿÿûÿï¿ÿþûïÿÕÿÿþ{ÿ¿ÿþûïïßÿÿíÿÿÿÿýÿÿÿÿ¿ÿÿÿÿÿÿÿŸþÿ÷ÿÿÿöÿïÿûÿÿßÿÿÿ¾ïÿÿÿ“ÿÿÿÿÿÿÿÿÑÿ_ýõ—_~ùñW_}ýå—ùá×üµ—_~ýõ×_ÿªÿ?þXóÿ?ÿøÿÏùþûÿÿÿÿãÇÿþûýß?þÿÿÿÿ;ùÿý÷Ïÿÿýwû÷ÿÿ¾þûÿÿ÷®¿¿ÿÿ¿{ÿÿÿßÿÿçÿûïÿÿÿûïÿÿÚÿÿÿÿÿñßþûÿÿçÿÿö÷ÿýÿÿwÿÿÿÿõûÿïÿÿ·öÿÿý¿ÿõÿßÿýçýïÿÿþÿïÿ¿ø¿¿ÿ¦ÿÿ¿þþ÷îýÿÿÿÿ»ýÿûz×ÿÿÿÿýûûÿÿßÿÿÿÿÿÿÿÿë¿¿ÿÿÿççÿþ÷¿óÏ~ÿüwÏÿ+þÿÿÿÿÿýÿÿÿÿÿÿ¿çÞËÿýÿýÿßÿôþNÿÿÿõÿÿûÿ¿ÿÿÿÿ÷ÿÿÿýÿÿïïíÿÿþýÿÿßÿÿýÿý³ýï7ÿ|óÏ¿ÿóÇ?ÿüóçÿü÷Ïÿ_ýuûÿÿÿÿÿÿ÷ýÿûï[ÿþïÿ·>lo¿ÿþî¿ÿ~ÿ¿ÿþÿûÿÿÿÿçÿëŸwý¿÷þ»þùïþñÿ}»ÿãÿÿÿç믿þúëÿvþ_ÿý÷ÿïÿõÏ?ÿÿûï¿ÿþßÿÿÿÿÿý÷ßÿ×ûÿÿó¿ÿëëÿÿ~ÿýÿþþÿÿÿÿþýÿÿÿÿý¯ßÿþýÿÿÿÿÿóß?ÿ­ÿÿÿÿÿóÏüË¿þÿøû·žÿÿÿëÏ÷ÿ³ÖÿÿÿßÿþÍwýÿÿÿÞÿÿÿÉ×Ïÿÿõ÷ßïÿ¾ÿëðþïÿÿÿÿÿÿÿþÿïÿÿÿÿÿkÿý÷Ÿÿý÷÷ÿÿû/¿ß“ýß~ÿýÿßÿÿý÷ßþÿý÷ÿŸùóŸúÿÿÿÿÿûÿùÿýÿû¯¿ÿûû¿?ÿúû¿¿ÿþ¿¿þ²ë¯ÿ^ûÿÿûÿÿÿeÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ꿵î[¯½ÿFþÿÿÿÿùïÿÿþÿÿ÷ÿÿÿ÷÷ÿÿýÖÿÿÿÿßþï_úÿÿ¿ÿÿÇ<ÿçËÿÿýÿÿý¿þûë¯ÿ¼òÿïÿ×ÿ¾×ÿ¿ù¶Ûî¿ÿþ[î¿ÿÞûoþþûï¿ÿþûïÿí÷ß~û÷íþÿÙwŸyþùçŸ}çùçŸyþçŸþÙgŸþßýýÿÿãÿWß}ýñÖŸݽÖýõÿývÛw¾éwßw÷ý÷ÿ±ýÿÿÿÿÿöÿÿÿý÷ÿÿÿÿÿÿýþÛÿ¿ýÿÿÿÿÿ÷ÿûýÿÿÿÿÿïÿßÿý÷ÿÿÿÿÿÿý÷ÿ¿ÿûýÿÿÿÿßÿÿ¯‹-¿ÜǏ}´Øã‹/¾Ørw¾øã‹/þÑÓÿÿÿÿÿÿÿeÿß}õÕ~ßý÷ÕWß=ñÕWÿ÷UwÝe•ß7ï¾ûï¿ÿþøÿóÿÿûû«ÿ¾ÿûrËïûîý¬ÿîûûÿþþþÿ·ÿÿÿÍÿÿçŸþñçžyüñG{öùyì¹gžüñçŸ}þùçþ¿þóïÿþ÷û?ÿþçïïÿ÷ï¿¿þûß?ÿÿÿÿÿÿùöÿýŸÿë÷ÿÞùÿÿ{ßÿýý÷ÿzëÿÿÿÿÿ÷ÿ§ÿ¿ÿþûÿ¿ÿýÿÿ¿ÿÿÿÿÿýûï¿ÿÿÿïÿ¿ÿÿûÿÿŸüÿï§ßþÿíÿÿÞúïÿÿþûÿ÷~ûï¿ÿßÿÿýÿßÿùÿáÿÿÿÿÿÿÿÿÿï¿ÿþÿÿÿ¾ÿÿ»/þ¿ÿKï¿üþËÿoýÿµÓ_ýõ×^?ýõ×_¹×[Ôq×_{½ÕVm´áoøÿ³O?þþÿ¯ýÿûÿÿÿÿï÷ßûïßÿÿüÿÿÿõÿýÿ÷?_ýþÿÿ÷ÿÿÿû¿ÿþíïÿÿÿÏ÷ßWûÿÿûÿûÖþÿþÿÿ»þÿûÿýÿßÿ¿}ÿýÿÿÿïÿûÿýûþÿOõÿÿ×_ÿÿõÿÿÿÿÓ_üÿÿýÿ÷ÿÿÿý÷ÛGÿýÿ¯ÿÿ¿þúÿ¯ûÿ¿ÿÿ¿îû·ßŸþûÿûýÿÿÿ¾·ïÿýÿÿÿýÿÿÿ÷ïÿÿß÷ÿÿÿó§ÿÿßß?ïýÿçÿÿÿ×ÿ¿ýÿÿÿÿÿýý¿û·¾¿ÿÿÿþëÿïûúÓ½7ÿÿÿÿÿÿûÿ÷ÿÿþÿÿÿ¾ÿßÿÿÿÿßçÿÿoÿÿ»úÿÿÛÿÿÿø÷ÿÿýóÿÿþ‡ßÿóÿÿ¿ÿùößÿ½Éÿÿßëÿÿ¿¿ÿûÿßÿþÿï÷ÿýÿÿŸÿßÿþßïÿßÿÿ}¾ÿÿçÿýºþÿk÷ÿÿxßü÷ÿíÿÿÿÿÿÿû~ÿý­³þÿæûÿÿûýwÿÿíÿ×ÿþÿþ?ÿÿÿÿÿ¿õVÿÿÿýçÿ¹ïÿÿûý÷¿þ÷û¯ÿþûÿÿßýÿÿÿÿÿï¯ÿÿÿï¿ÿ÷ðÏŸÿÿßÿÿÿÿÿÿßùùÎÿßå÷ßüÿÿŸÿÿÿãïnõÿõÿŸþÿùÿÿÿûÿÿÏ÷ÿ>ÿþÿçÿÿÿÿþÿÿ?ÿN¯ÿÿÿï·ÿþûï¿ßÿ÷ßÿÿÿ÷wþýÿþóûÿÿÿÿÿÿÛÿÿ÷ß?ýý×ßÿþÿÿÿÿÿÏ¿ÿÿÿÿóÎÿÿÿçÿû7Æÿÿþúóí?ÿúó÷þûï¿ïÿë½ÿþûïÿÿÿûÿÿû¿¶ÿÿÿÿïþÿÿÿÿ¿ûÿÿÿÿÿçþÿÿÿÿþkÿ¿·Ê{¯áÿßÿÿÿÿÿÿï¿Ýÿÿÿÿÿ_çŸÿ¯ÿÿÿëßÿÿý¡ÿÿÿÛ?ûÿóû?¾èñ÷Ï?ßÏÿ{ÿý÷OýÿÿÓûÿÿÿ+}þûo½ÿ¶Ûn»ýöûï¿ÿþÿ¿ýþûï¿ÿ·ßîýí÷ßÞéûŸßùgžÿywþùçÿþYçŸþùÿþŸÿýùgþ¬½ÖZ½ýÖÛwøñ矿ýWüñçßwûù·Ú~ÿÛÿÿÿ÷ßÿÿüóÛÿÿÿÿÿÿÿÿÿÿÿÿÿßÿÿ÷ßÿÿÑÿÿÿ÷ßÿÿ÷ß¿ÿÿÿÿ÷ßïýÿÿÿÿÿ·ÿþÿÝßÿýÿoúÿùâÏ?ÿøâ‹?ÿqS}ôÛ}ôQÂýÿÿÇý÷ÿñÿßW_}õ×W}÷ßÿý÷ßý÷ßÿýûïëþûîƒÿÿÿúûÿ?¿ýóï}ÿî¯ÿÿÿÿ¿ÿ¾ê¿ÿçÿýÿÿÿ×Ïüÿ;üÑÇŸ}öùgŸöùçžÿùçŸô¹çŸ?þùç~êÿß÷ÿÿûë¿¿þûÝ?ÿý÷w¾ÿ÷ßÿý÷ÿuþýÿÿÿoÿÿýÿý×_ÿ÷÷ÿÿùÿÿÿ÷ýÿÿÿÿÿ÷ÿÿÿÿÿÿÿýùÿw¯ÿþûï¿¿þú÷ïÿýýÿþý÷ßÿýÿÿÿþÿÿÇÿûß~ÿýÿÿÿÿ÷þ~ûï¿ÿÿÿ¿ÿþûïïÿû{ûÿÿÿþÿÿïÿ/ÿûÿÿÿ¾üÿ¿ÿÿÿ/þÿïÿO¿ýÿûïÿý¿Òÿ_ýÕ×_õÕ—[~ñåýE—_}ýµ]~±Õ_ýƒÿ?þÿó‡ÿßÿïï?ßþӏÿüóÏ?ÿ|ççïßùw÷o÷\xÿÿ÷­ïÿÿÿÿ¿ÿÿÿÿÿ×ÿßïïÿý¿ýwÿÿîÿ÷ÿÿûÿûþÿ½k¿¿öÚ«×úë§ßß»ÿÿÿÿÿÿÿnÿÿÿõÿÿÿÿÿïÿÿÿ»ÿÿÿþïýþÇ_ûûý×{÷ïùÿÿß¿ÿÿÿïÿÿ÷ßÿÿÿÿýÿÿÿûþÿÿëÿ¿ÿýþÉÿÿÿ/¿ÿ÷ÿõÿÿÿÿÿ¿ÿgûÿÿÿÿÿÿýöûÿýÿÿßþÿÿ¿Ýÿÿ}÷}ÿÿÿ÷ß¿ÿ}ûïýÿßÿýýýßÿû»õÿÿÿÿÿÿÿÿÿ«¯ÿÿÿûÿ¾ÿÿï¿ÿþÿÿûÿÿÿþÿ’ÿÿÿßñÝ?ïýóÏ?÷ÿó/ÿÿóÏÿÿýãÏ>ÿü5Ýÿ?üÿûÿÿÿþûùï_ÿþûÿ¿ÿûý¿ÿþÿïÿ~ý»ï¿ýö¿èÿÿÿÿÿõ߯ÿýÿãŸÿîñÿõýæ¿þÿÿÿžÿÿÿýwþýûïçÿïýÿþÿüåÏû½ÿÿþûý÷ÿþÿÝôÿÿÿúÿß¿¿ÿÿïÿÿÿÿë·ïÿþ÷ÿÿÿîó¿ÿÿÿóÿÿÿÿ?ÿÿëÏŸÿßÿ÷ÿúÿÿ7ÏìçïÿÿóÏ÷ÿÿãïßzÿ“ÖÿŸÿÿüÿý>ÿÿ×_ÿÿyó?ÿÿÿÿÝÿÿý<ÿóýêõþÿÿÿþÿÿ·ÿýÿÿÿÿýŸ÷þ/?õŸÿÿÿÿßÿÿÿ×·ýÿÿÿõÿÿ?ûÿÿßÿÿ÷9ÿÿç‰gúÿÿÿ?ÿùÿÿÿýÿÿ¿¿ÿûïíÿþûëïÿþþ¦ÿþúë¯ÿþûﯺþûïÿbÿÿÿÿÿÿÿïþÿÿÿÿÿÿÿ¿þÿ½ÿýÿÿÿÿÛ÷ÿÿßFžÿÿÿÿù/ÿßúÿÿÿ¿ú~ý_ö_ÿýßÿëå¿÷ÿëýùýÿ¿ÿÿWOùÿÕóïÿÿÔÿ©ÿõúêïÿýS_½¸ÿÃß¿Ñÿÿÿþûï¿ÿþûï¿ÿþûïÿö{ï¿ÿþûï¿ÿþÛï¿ÿ=þÿûçŸþùgŸþýçŸþ÷æýçŸþùçŸwþùáÿ÷Ÿoýñç_}üùö_þõÚüý·_üùÇßkýùÇÿ¹ýÿÿ?ÿÿÿÿÿÿÿóßÿÿÿóÿÿÿÿßÿÿÿÿÿÿÿÿÿ;ýÿ÷_ÿÿÿ÷ÿÿÿÝßÿÿßþÿÿÿ¿ÿÿÿýÿÿÿýÿÿ¨ÿöøG/öñW?öôc/þÑòÏ?þô×_þøÇÿÿÿý÷×ÿ}õßý÷Ç_ÿõßWyýõÇÿý—Ýÿý¿úÿÿ?÷ïïÛóï»ï·÷þïÿÿþ»ï¿óï¿¿¿ÿë¿ÿÓÿÿçž}îùÇŸþ™çž}æùž{üÙgž}þùçŸyþ¹çïþÿý÷ïÿýûŸÿüûÿòßïÿýûïÿùûïÿýñÿÏßÿûÿßÿÿûíÿÿÿŸÿÿýï÷ÿûÿßßÿÿÿÿ‹ÿÿÿýëÿÿûÿÿ¿þúû¿ßú÷¿ÿþúûÿÿÿúëßÿüÿÿÿ÷ÿûïÿÿþ{ûÿßþÿïÿþÿûýßþûï÷ßÿûïÿëÿÿÿÿÿÿÿ/ÿóÿÿþÿÿçÿûÿÿOÿ÷ïÿÿ?ýÿ¿ÿOÿÿõ×_ýu×N{õµÓO?}—^=ýtÓ_ýå]~ñå¯úÿÿÏÿ÷ÿóÿÿÚÿÿ·ûÿÿ>ÿüs­¿ÿüã¿ÿÿúçþ…ÿÿ¿ÿÿþþ?÷ÿÿÿûÿÿþÿþó÷ÿ׿{ïÿÿÿ÷ÿþïëÿÿ¿þÿÿ¿ÿÿÿïÿ·ÿoÿÿþýï¿ý¾ïÿßÿÿÿ÷ÿÿ_ÿÿþöÿÿÿ±þÿoýûÿýô×ÿÿÿÿÇÿÿÿÿÿ/ÿÿÿßúÿÿÿþÿÿïýÿÿ×ÿÿßê^¿þÿ¿ý¿¿ÿÿÿÿ¹ÿì÷ÿÿÿÿÿÿÿÿïÿ¿ÿ·ÿÿÿÿÿÏ}ûÿÿŸÿÿÿ¾Ëþûÿÿ¿ÿßÿýÿÿÿÿïÿóß½ÿßÿýüßÿ?ÿwßÿgÿßÿûßþïÿÿÿÿÿÿÿþúûÿÿÿ¿ÿÿÝÿÿÿ¶ÿþÿÿóÿ÷ÿÏ?ÿüóÏ?÷ÿ×ÇþÞÏ?ÿüÿÏ>ÿüáÏ7ÿüÏÿÿÿïþû¿¿ÿþûÿÿþ¯ÿÿþû×ûÿþû·ÿþûïÿOþÿÿ÷÷ßýõãŸÿîßçÏ÷÷
ïýÿ÷ŸÿÿÿõŸþÿôÿÿÿÿ¿þÿÞý÷»?ÿÿÿÿÿýÿÿÿÞý÷ÿÿÿý÷±ÿÿýÿû¿ÿþÿýë¯ÿÿýÿÿûoïÿþÿÿó¿ÿÿÿóÏÿðÿÿÿÿÿÏ÷Ï?ùÿ¿ÞúùåØÿÿÿ÷ÿôêÿ÷ýüÿÏÿ?mýóÿÿÿýÿýÿÿõ×Ï?ïüÿýßõ—_ÿßï_ÿ÷¿6ïÓ~ûÿÿÿýÿÿÿÿþ÷ÿyÿÿßÿÿÿý×ÿÿwÞÿ½ÙŸk¾ßÿÿ÷ßÿýÿßÿÿûßÿÿÿÏ3þÿûÏsþý¿ÍïÿMªëïÿþþû¯?ÿûû¿ïûë§ÿþûë¯ÿÞûË®Ÿþoöÿ_šýÿÿÿÿÿÿÿÿÿÿÿÿïÿÿÛÿÿÿÿýÿîÿÿÿ÷ïáÿõßÿïÿßÿÿÿÿÿþûÿ÷Sÿÿýÿÿÿÿ_vûÿý÷ç­ÿ¯¿üoüÿýÿÿ¿ÿã“ÿ¿öï¿ÿÔ÷ïÿÿ•·ï¯ÿ¿|þﯿí¶ûo¾ÿþÛî½íþÿ¿ÿþûï¿ÿöûï¿ÿöÛÿìû¿ýÿgŸöùwŸ}þùçÿÿýçŸþùçþùç÷Wþ÷í÷_wü•ÖßwÝù׿½öÛþ±ö[ü±öÛoýÙÿßÿÿÿÿÿÿ÷ÿÿÿÿÿÿÿÿ÷Ûÿÿÿ÷Ûÿÿÿ÷Ûoÿ¿Ýÿÿÿÿÿÿÿÿïÿÿÿÿýÿÿï÷ÿÿ÷ÿÿÿ÷¿ÿþÿú¿þw/÷õ÷ß/þØÇ‹}ýÏ}ÿñǏ=ÞôÇŸ?þø_ô¿Umõß}õ×_ý÷;ßýÕßßõõÇÿõÕÝÿ—ÿÿûïëÿÿ»þÿÿ?ÿíûÿÿÿûÿÿþïûï¿ûí¿ï¾ÿ½ÿ~ÙçŸôÙçž}þ™çŸÿñgŸî±Çž}þ¹Çžyþîÿÿ¿»üûßÿÿÿûëw¾ÿ÷¯ÿýÿßÿÿûÿþûïÿÿÿûmÅ_ÿþ÷×__ýÿÝ¿ýÏ_ÿÿÿß_ÿÿÝ_ßýÿûÿúïÿÿþÿÿÿÿþÿÿÿÿÿéÿÿÿ÷ßÿÿþûß¿ÿþûÿÉÿ×ÿû÷ÿþÿý÷ÿûûÿ¿_ûû÷ÿþûÿýßþ{ÿýßÿ]þÿÿö¿ÿÿûÿÿÿîûÿÿÿöÿïÿûïËÿþûïÿO¾üÿÐÿ_uýõ×_ýõ×_ýô—_ýõÖ_;½µ×_~éE—_üšÿ?¾ÜÿÍ?þüóÿÿïßïÏÿmóÏ;þøÿ?ßüÿÿßþ_øÿßÿÿ?ÿßóÏÿÿïÿÿÿûüÏ?ß~ûÿÿ÷þõýý÷ÿîÿóÏÿÿÿëÿÿÿÿßÿÿýúûÿÿÿ÷ßÿýÿïÿÿÿÿÿÿgßÿýõÇûïýÿÇÿûåÿ_ýùÿÿþÿõÿÿÿÿÿÿýÿ¿úÿþÿ®¿ÿÿÿÿ¿ÿþÿ_ÿ¿ÿÿûÿÿÿ«ûÿ¯ÿ÷ûÿŸÿ×ÿÿßÿÿïÿßÿÿÿÿÿÿÿÿ÷÷ÿÿ?ÿüÿÏÿÿÿÿÿïþÿ÷ÿýÿÿýÿ¿ÿÿÿÿÿÿŸÿÿ{ÿöÿ}Ÿþwÿÿßóÿÿÿïÿÿÿÿÿïÿþï÷þÿÿÿÿßÿý¿ÿÿÿÿÿÿëƒÿÿßýûßÿÿøãÿÿüýë¸ÿÿÿÿÿãÿÿÿüÿÿ¿üÿýÿïßÿûÿ¿ÿþÿûçÿô¿ÿÿÿÿÿÿöÿÿçÿÿÿûëÿÿþÿÿrÿ/ûýÿÿ¿ÿýûþþý÷ï¿»þÿëÿÿÿÿËÿOþÿþÿ×ÿïýïÿÿÿýÿßÿÿÿÕÿýçÿþÿo¿wÿ_øÿÿÿÿÿßÿ¯ÿÿÿïóÿ?ÿÿÿþ÷üó¿ÿÿû¿ÿÿÿûÿÿÿøÿÿÿzþÿÿÿÿÿÿ¿þÿãÿÿÿÿÿÿÿÿÿÿïÿÿÿ#ÖÿÏÿÿÿ×ýÿÿÿÿÿÿÿùg?ÿßÿÿóÿçÿÿ÷ÿçÿêòþÿÿÿÿûÿ¿ÿþûï¿ÿþû¿ÿÿùç¿NûïÚ®ç×—ýÿÿÿÿ·ÿûí·ßûí·ýý·ß~ûl§]÷þmïœþûýÿï¿ÿþúﯿþú㯿þú®¿~ú駿ö
+i¿Ÿöûëÿaÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿý¶ý_Ÿiÿýgßß~žÿÿÿÿÿÿ¯ÿÿÿÿïÿÿÿ¿ÿÿßsï½ÿ÷ÿÿý÷ßÿŸûýï¿ÿþûO½ÿþûo¾ÿþû¿ÿþ›/îùöþÿïÿÿþûÿÛÿ¿ÿþûï¿ÿþûï¿÷þûïÿþûï½ÿÞ{ï¿ÿ·ûÿ¿ÿÿþÿùçŸÿù÷ßÿÝ÷ßÿ÷ßþùçŸþùžÿÿùâÿ矾ýçßo¿ý÷Ýoÿýßkÿý÷_¿õÖß­ýÖÿ•ýÿÿÿÿüÿÿo¿ýÿÿoÿÿ×ÿÿÿÿÿ¿ýöÿÿÿýþÿ;ýÿ÷ß÷ÿ÷ÿþûÿÿÿþÿßÿÿÿÿÿÿ÷ßÿÿÿ÷ÿÿÿãÿßÿýbþùçß=þøã7þøcŸ=þùãÏÿ·ùŸÿÿÿý÷ßwÿý÷ßÿýõÝ_÷Ý_ýõµ_vý÷×ý?óÿÿÿÿ¿üïßÿýÿÏ?ÿþÍ¿ÿúï¯ÿþü{ÿo÷ÿÿÿÅÿÿçŸüùçŸþùgæÙ{öùgŸüÙçŸ}þ™çþÿýÿß¿ÿÿûÏ¿¿þ÷ßÿÿÿÿÿþÿïÿÿþúÿ¿ÿÿûõÿïÿÿþÿ¿ßßÿõÿÿÿÿûÿÿÿ÷ÿÿÿý×ÿÿ÷ÿ¯ÿÿþûïïÿÿþóïÿÿý÷ßÿÿÿÿ¿ÿÿûÿ¿ÿÿÿïÿÿ?üÿÿÿÿÿûÿ··Þûﯿþú¿ÿþûí¿ßþ{ï¿ÿÞûíÿåÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿôßOÿÿÿÿOÿýôÛÿGÿÿõ×_ýõ×_?ýõÓ_½Ç_wýu×_ýu×^w½õøÿã?þüÿÏ?ÿþóÏ?ÿüÿÿýøòÏ?ÿ¼ãÿ/ÿÿòÿÿ÷ßÿÿÿÿÿÿÿ×ÿïßîÿÿÿÿÿÿÿ×þÿÿÿÿþçþÿý÷ÏÿÿüóßÿÿüóÏ¿ÿÿÏ?ÿüÓÏÿÿÿóÿ=öÿÿÿÿýÿ×_ýõÇßý×_ýõ×_ÿýõÇüÿÿ·ÿÿÿÿÿÛÿíµ×_¿ÿ÷×zýõÕ_ýõû¯¿ý÷ÿÿýÿÿïÏÿÿûÿÿÿÿÿÿÏÿÿÿÿßÿ?ÿþûÿÿÿÿýÿîÿÿÿ¿ÿÿÿÿÿÿÿÿÿ¿þÿsÿ¿÷ÿÿÿÿÿÿßÿÿóÿÿÿÏß÷ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþÿÿÿÿÿßÿ?ùÿÿÿÿÿÿ÷ÿÿÿÿÿÿÿÿÿüÿÿÿÿÿÿÿßÿÿÿÿÿÿÿ×ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþÿÿÿëÿÿÿÿÿÿÿÿÿÿ¿ûÿÿûÿÿÿÿÿÿÿÿÿÿÿÿÿåÿÿÿÿïÿÿÿÿÿÿÿÿÿüûýÿÿÿÿÿÿÿÿÿÿÿÿÿÿ±ÿÿÿÿýÿÿþÿïÿÿÿÿï¯ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ?ÜÿùçŸþùgŸþùçŸ~þçŸþùçŸþùçŸþùêÿß{ÿý÷ßùý÷ßÿý÷ÿý÷ßÿý×ßÿý÷ßÿÿ÷ý÷ßÿý÷ßwÿý÷ßÿ}÷ßÿý÷ßÿý÷ßÿ?»ÿÿÿÿÿÿÿÿýÿÿÿÿÿþÿûÿÿÿÿÿÿÿÿÿÿÿûÿÿÅÿßÿý÷ßóÝ÷Ýÿý÷ÿý÷ßÿý·ßÿý÷ßÿÝþ?ÿüóÏ?ÿüóÏ/ÿüóÏüòÏ?ÿüóÏ?ÿüóÏ?ÿÿtÿý÷ßÿý÷Ûoÿý÷ßÿ÷ßÿý÷ßÿý÷ß÷ýÿ§ÿŸ~ú駟~ú駟~úé§ú駟~ú駟~ú駟þ¿|ÿþûï¿ÿþûï¿ÿþûï¿ÿûï¿÷þûï·ÿþûï¿ýþÿàûÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ÷ÿÿÿÿÿÿÿÿÿÿÿÿþ?ÿ¿ÿþûï¿ÿ¾ûî¿ÿþúïÍþûï¿þþûï¿ÿþûï¿ÿ?ûÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþÿÿ¿ÿÿÿÿÿÿÿÿÿÿÿÿÃ÷¿ÿþûï¿ÿþûï¿ÿþûïþþûï½ÿþûï¿ÿîûï¿ÿ¯žÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿïÿÿÿÿÿÿÿÿÿÿÿÿóÿÿïÿÿÿûÿÿÿÿûÿÿÿùÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿƒ¿ÿ?ÿÿÿÏÿÿÿÿÏÿÿÿÿïÿÿýÿÿÿÿÿÿÿÿÿÿÿû|ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿàÿÿÿûÿ¿ÿþûï¿ÿþûÿ¿þûï¿ÿþûï¿ÿþûï¿ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¿ùÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÛÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿßþÿßÿý÷ßÿý÷ßÿý÷ÿý÷ßÿý÷ßÿý÷?ñþ÷ß?ÿý÷ßÿý÷ßÿüÝÿý÷ßÿý÷ßÿý÷÷«ÿÿýÿÿÿÿÿÿÿÿÿÿÿÿÿïÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿŸýÿýÿ×ÿý÷ßÿý÷÷ÿý÷ßÿý÷ßÿý÷ßÿïÿ~×ßÞýõ×_ýõ×_ßûÝ_ýõ×_ýõ×_ýõ}jÿÿ
\ No newline at end of file
diff --git a/ea/mona_301_dsp.fw b/ea/mona_301_dsp.fw
new file mode 100644
index 000000000..c9438bba1
Binary files /dev/null and b/ea/mona_301_dsp.fw differ
diff --git a/ea/mona_361_1_asic_48.fw b/ea/mona_361_1_asic_48.fw
new file mode 100644
index 000000000..6c5ede532
--- /dev/null
+++ b/ea/mona_361_1_asic_48.fw
@@ -0,0 +1 @@
+ÿ<+ùÚÿ~ýõ·uýõ×ßÖým½õ[ï×ßÞýõ×_ýíÝßÿôÿß÷ßÿ÷ý÷ßÿß÷ÿÿÿÿÿÿÿ÷ßÿý÷ÿ}ÿÝÿ¯ÿÿþÿÿ¿ÿÿÿÿÿÿþÿÏ?ÿóïÿÿüÿÿÿÿÿÿßÿÿÿüÿý÷ßÿý÷ßÿý÷ßÿ÷ßÿý÷ßÿý÷ßÿýÿçÿ÷ý÷ß}þý÷ß÷ùwŸ}Þgß÷ù÷ßÿýwŸÿý7ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿëÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÕÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ÷ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿßúÿï¿þúïï¿þþëÿ¿ÿû¯ÿþúûÿ¿þþû¯¿þÿûïÓïþÿ÷ÿÿÿÿ÷ÿÿÿÿÿßÿÿÿßÿÿÿ÷ÿÿÿÿÿÿÿÿÿ³þÞÿÿÿÿûÿÿÿÿËÿÿÿÿÿ¿ÿÿ÷ÿÿÿÿÿïÿÿÿßÿÿýûÿÿÿ÷ÿÿÿÿÿÿÿÿÿßÿÿÿÿÿþÿÿÿÿÿýÿÿÿÿíÿÿÿÿ÷ÿóÿÿÿÿÿÿÿ÷ÿûÿÿÿÿóÿÿÿÿÿÿÿÿÿÿWÿïþûï?ÿþûî¿ÿüóÏ?¿ó¯¿ÿþûï¿ïþëï¿þþÿøÿÿÝþõßwß}ÿß÷ÿ}ÿ÷ÿý÷ßÿ}÷ßwÿ}÷ÿÃÿç›{ÞùwŸyöÙåúùÎÙåŸ}öÙç{öùg?oþÿý÷ßÿý÷ßÿó÷ÿÿ¿÷ßÿÿ÷ßwÿÝ÷ÿÿý~òùùçŸ{úùçŸþÙçŸ}nçœ~þy矾yçŸþù¿Ÿÿÿÿþû¿¿ÿþûïÿþþï¿ßûÿïÿþþûï¿ÿþïï¿ÿíw¿ý÷ß~ÿý÷ßÿü÷ß~Ô÷ßÛ}÷ßÿ½³×ÿÿ ÷Ûg¿ý÷Ûo¿ýöûo¿ÿöê¿ýöûo¿ýö[k¿}öÛÿ&õÿ÷ÿÿ÷ÿÿÿÿÿýÿö{²ûÿÿÿîûÿ¿ÿßÿÿÿÿÿñùÿßÿÿÿ÷¿ÿÿýï¿ÿÿýÿßÿÿÿÛïþûïßÿÿÿÿÿÿßÿßÿÿ·íÿÿ¿ÿßÿÿ¿¿îlçÿþûïÿÿÿÿ÷ÿûÿÿÿ?öÿÿÿÿÏ;ÿÿÿÏÿÿÿÿûßÿþÿÿÿüÿ¿ÿÿìÿûÿÿÿðÿï¿ÿþúë¿ÿþúï¿÷þù¿÷þûç«ïþûï¯þûïÿ›÷ÿÿÿÿ×ÿþÿÿÿKþÿþË¿ÿ¿ï÷ÿoÿÿ÷ÿ~ÿÿÿ?Üÿÿÿ÷ÿÿßþûÿÿÿ¿ÿÿü÷ÿÿÿÿ¿ÿÿ÷ûÿÿÿìÿÿÿÿÿÿÿÿÿÿ÷ÿ}ûßßþÿÿ÷ÿÿÿÿÿÿÿÿÿÿ¿U·ÿÿ¿ÿÿÿÿÿþÿÿûÿÿþ·ÿÿÿÿ¿ÿÿÿÿÿÿÿÿÿÿûÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿßÿÿÿÿÿÿÿÿÿÿÿÿÝïÖÿÿÿõÿÿÿÿÿçÿýùýÿ×ÿÿßÿÿÿýÿÿÿ¿þýÿÿŸÿÿÿÿÿÿïÿÛýîýçÿÝÿÿûÿßÿŸÿÿÿÿõßÿÿÿ÷ÿ¿ÿÿÿûÿßÿþÿÿïûÿÿûÿÿÿÿÿß¿ÿÿÿýÿýÿ÷ÿÿÿÿßÿÿ?ÿÿŸÿ¿ÿÿÿÿÿ¿ÿÿÿûÿÿÿÿÿÜÿÿÿÿÿÿÿÿÿÿÿÿ÷ÿþçþÿýÿÿÿþÿ÷ÿÿÿÿÿìßãÿ?ÿÿÿÿ?ÿÿßÏ?ÿü/ÿüÿÿÿÿÿóÿÿÿÿÿÿoÿÿÿûÿÿÿÿûÿýïÞûï¿ÿûïÿÿßÿÿ_ÿoÿÿþÿ?úÿÿÿßÿÿÿÿßÿ¿ïõ…wßÿÖîÿÿ·ÿîÿÿÿþ¿ÿ?×ÿßÿûÏ¿×_ûÿÿÿ_ÿ­¿ýÿÿûÿÿÿýóÿÿÿÿÿÿÿOþÿþßÿÿÿÿÿÿÿÿß÷ÿÿÿÿÿßÿÿß¿ÿÿÿÿÿÿ÷Çÿýüøãÿÿÿã¿þÿÿϳúóøûÿÿÿÏïÿÿøüÿÿÿ¼õïóÏ?ÿü×ÿ?ÿõÿ÷ÿ¿õÿßÿÿÿÿ?ÿÿÿÏïÿÿÿÚ¼ûïÿÿþûïÿYþûÿÿÿÿoVÿÿÿÿÿÿÿÿÿÿÿÿÿ÷æÿ³ß~ÿí·ß~Ÿè·ßÿýß&þýÿÿÿÿÿÿÿÿÿÿÿÿvÿßú믿þúû¯¿ÿzéï¿¿ûï¿ÿûï¿ÿþûïÿÿÿû¿øÿîÿÿÿÿÿÿÿÿûÿ«ÿÿÿÿÿþÿÿÿÿÿÿÿÿÿÿÿÿ¿Ùÿ÷ÿÿÿÿÿÿÿÿõÿYïÿ¿ÿ½ÿzÿù÷ßþýïÿÿ'þ¿ûï¿ÿþûÿ¿¯ÿËjþÿÿëùÿ_ýõ×ÿ?ÿÿÿ_OòŸo¿ÿ¶Ûn»ÿöÛn»÷þÛ¿ýÆûï¿ÿþûo»ÿÿÿïÿ‹ÿÇÝwÞ}ÿÙw}çýçŸõYçŸþùçŸþùï¿þÿùÿíwÛoßý×Øw‰ý÷_kÖYoýñÇüñÇßÿñlÿý÷ÛïÿÿÿßÿýÿßÿýÛoÿÿÿÿÿÿÿÿÿÿÿÿÿvÿýßßÿÿÿÿÿýÿßÿ÷ßÿýÿÿÿÿÿÿÿÿßÿÿÿêÿã/¾øâ‹?¿øâ=¿ø‰/öügŸ=þøâßÿÿÿgÿÇÿwß}õÕW_}÷ÕV}õÕ_}õÕÿýñÇûý÷ß~ÿoþÿìûû¿¿ßûïÿÿÿ«ïýÿÿ»¿ÿã/¾Øõßÿÿ÷ã?öÿ÷±g{ì™ÇŸ{îÙG—{ºg}¾ùf›m¾ùæ›o¾ù¿ÿ¿¿þûû¿¿ÿúï?þþÿïÿþûÿÿýóï/ÿùÿßÿßýÿõ÷ÿýý×ßÿý÷×ÿý÷ÿÿÿßýÿÿÿÿÿÿÃÿïÿÿÿÿÿÿÿÿûï¿ÿïû·ÿÿÿßÿüûßÿÿÿ÷ßÿ?÷ûï¿ÿþûï¿÷Þzï=÷~ï¿ßþûï·ßþûï¿ÿþûùÿöÿÿÿûÿ¿ÿÿÿÿÿÿÿßÿÿÿÿïÿÿÿÿï¿ÿÿÿÿÿÁÿ_ýõ×_ýõ—_ýÅ×^ûõ×_ý¥W_}õÕW_ýþÿ<óÿ?ÿ|óï?÷ü¿Îÿsó?ÿûóÏÿÿþïÏ?þüàÿÿþÿëÿÿÿÿïÿý¿ÿÿÿÿß|ÿ³ßÿû¿÷¼ûû¹÷Í?ÿÿóÏ?ÿýóÏÿ¿ëÿ/ÿÿÿÿ÷þ{þ×ýÿûÿ¿ÿßñÿÿå×_ýõÇ_}ïáÇßÔÿÿÿÿ¿ÿÿ?ÿÿÿÿÿÿàÿÿmÿþ÷ß½ÿ÷öïÛ¿kßÿýþÿÿ»ÿÿÿÿÿÿÿÿþÿÿÿýößßý?ÿÿÿ³÷›ßÿÿÿÿÿþÛÿÿû®ÿÿûÿûÿ¿ÿÿÿÿßÿÿýÿÿÿ÷ý÷ßÿÿ÷ÿ¿ï=÷¿ÿÿÿýúÿÉÿÿïÿÿÿÿûû÷ÿÿûíÿßïýÿÿÿÿÿýüÿÿÿÿÿ}ÿ¿þÿÿÿáÏ?þÿýÏ?üùK«ÿóÿ?ÿÿ±Ïwöñÿß÷ÿÖÿÿÿÿþþïÿÿ¿~ûïßïþý¿ÿÿùÿ¿ûîù÷Ÿÿÿÿÿ£ÿÿÿÿ÷÷ÿÿÿ÷ß_~×÷ÿoùÏÿû}í÷ûÿë÷ßÿÿŸýÿÿôÿÿýÿÖ^ÿÿñÿÿÿôŸÿÿïÿï¿ÿÿ¿ÿï÷_äÿÿýÿÿÿÿ÷ïÿÿßÿÿÿ¼þü¿ÿÿÿï¿ÿÿÿÿ?þüÿÏÿÿüÿÿÿÿúÿúÿŸúÿûÿÿÿÿÿßþ¯ÿÿúóÿOX_þÿñÿÿÿÿ×ÿÿÿÿÖÿýÿÿÿÿÿÿýþÿ×ÿþ¯×û¿ÿfùÿ¿ÿþ›õÿÿÿÿNfýïÿÿÏ=ýÿÿÿÿÿÿ¯öûm¢ßûí·‰ÿýÿßÿhâßþÿ?û¹ÿÿÿÿÿ¿ÿïðÿ¯¿ÿú믿þúûï¿^ûë¿ÿúë¿ÿ^¯í¿ÿþûï·úýÿÿÿïÿÿÿÿÿ¿ÿÿÿêÿÿûïÿÿÿÿºyöÿÿÿÿ¯Ú{øÿÿÿ×ÿÿÿþKÿ¿ÿÖëïuÖÿÿ÷¿Þ^ÿÿÿÿÿÿýéÿ¿ÿ¿úï¿ÿòÛúÿø¢Ò/¦—ú/ÿÿ¢÷Ú¿ÿþûï«ÿÿÿæûo»ÿþÛï½ÿþÛï½ùÛî¿ÿÿûûíþûï¿ÿ~¾øÿ÷Ÿ}çÝ÷ßwÿùgÞqþýŸÿýÿŸÿöÿçŸþùç÷‰ÿßõývß¿ý×Zÿ¹ök½í÷ßþ}÷Ÿþùç›ÿWößÿýößÿü÷ßÿÿÿÿû¿ý÷ÿÿÿý÷ÿÿÿÿÿÏÿoõßÿþýßßÿþ÷÷ÿÿÿýÿÿýßÿÿûßÿßÿýwßÿ¯þ?¾øã‹?þøâ?·üÇ‹ßøò¯ÿýÚoÿù÷ß?ÿ—ý÷Ýw_}õÝw_}÷Õ_ýÕ__}ñßWÝí÷ß~ÿýñÿèÿë¿ÿìûϾ¾Úûï¿ÿû{¿îëkÿõÖÚüýç_oþ?ÿ_ž{|±Gü‘ÇŸ}þ±'öÑGŸo¼Ñæ›k¾ùf“?ûÿû믿ÿÿë¿ÿÿú›ÿùï¿ÿÿ÷Ÿïÿþ÷ßÿÿ»ÿÝÿ÷ß}÷÷_ÿÿý×ßÿûÿ_ÿÿý¿ÿÿýý¿ÿþûÿ÷÷ßþÿÿûÿþÿÿÿïÿÿÿÿ¿¿ÿïÿÿÿÿÿÿÿÿÿÿÿÿ¾ñÿ¿ÿþóï½ÿþ{ï¿¿þë÷þ{ï¿ÿþûï¿ÿþûï=§ûÿýÿÿÿÿþûÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿýÿÿÿÿ?ÿ}õï—_ýÕ×_ýõ×_õõ_}õõW_{õÕW_~õõW¿ãÿÏ;ÞÜÿÏ=ÿÜÿŸ{ûÊ/7ïìóÿ?þÿÿÿÿØãÿWþï¿ÿÿûÿßÿþûßÿöÿ®ÿrûù5ÿûÝþ¿ý÷×ÿŸúÿüóÏÿÿüóÏýÿýÿÿÿòÿ?ÿ¿wÿÿÿýþßßýÿÙ¿ßÿíý×_oÿÕ÷ÿþû±ÿþýõÇÿÿýuÿÿÞÿÿ×ÿßúÿÿÛýöïŸÿ¾?þë¾ßö¯ï¿ÿ¿ûÿÿÿÿ¿ùñÿýÿýþï¿ÿþ÷ß÷ûÿçü?oßÿßßÿ÷ÿÿÿÿÿ“÷ÿýÿÝ÷ÿÿÿþ½ãÿKÿÿòßþýóöÿO÷ÿôþÿÿ[üÿÿþïï·¿~ÿûowÿgÿÿÿÿÿoÚûÿýß÷ÿÿïï¡ÿÿÏ_¿ÿ÷ßÿÿÿóÿ/ÿÿËßÿüóÏÿÿüñõ=ÿÿóÿÿÿ{þûÿ¿ÿþÿýŸÿÿûÿÞþÿï¿ÿþÿï¿ûÿúÿ¿ÿ¿ûÿ÷Kÿ¿~ÿüÿÿýÿý—÷ß×¥wÿýçÿ{ýÿŸÿ¾ùï…ÿÿÿÿÿÿÿÿ{ýÿÿÿùÿ÷ýßßÿÿÿßÿýûÿþgöÿÿßÿÿÿÿÿÿÿÿýóÿÿÛ÷ÿÿþüÿÿÿ¿ûÿ¾ûÿßÿë­ÿßþÿ·Îÿÿ÷ÿÿýÿßþý÷Ýúÿ}ÿßÿŒýõþ_oýõÖû½ùûÿ·Ùÿmò_?ýîÛçÿ÷ûoÿ:íÿÿïÿÿþÿÿ¿Yÿó÷ÿÿþßO=÷ÿsÿößÿ÷Nûÿßþÿíÿÿ›ú·ÿÿÿßÿÿ|úì¿Ïúÿÿÿþ>ëÿwüÿûë¿¿ÿûï¯ÿ^~ý¯×ìëõŸo³ß¶ÿ^ÿï7óÿ³Ðÿÿÿÿÿÿÿÿÿÿûêûõ¿Wÿï¿;_ý¥½g¾ýï½ûÞ¿ÝþÿûÿïÿÿýÿõÒ_ÿÿõÿgý÷Õ_ÿý÷×ÿýý÷ÿ{üÿ“ï?ÿÿ÷ß¿¬°þÞ¿ï}oyï¿÷Úk¯½÷ïkï¿öÿñÿï½íþûï¿ÿþûoûÿöß¾íÿ›ÿÿÿ·ß~»ÿçß~þ¯ÿþçŸþù÷ŸæÛwýùýïŸù÷Ûÿÿýöùÿÿùÿ?ñÿù÷ŸýñÇÛ®õwß}ÿöÛoý}÷Ýß}çÚ¿ý_áÿÿÿÿÿÿÿûÿÿÿÿÿÿÿï¿ÿÿÿßÿÿÿßÿ¿ýÿFÿÿýÿßþÿÿÿÿÿÿÿÿýÿÿÿÿÿÿ¿ÿÿÿwÿÿûÿùÿǏ}üøÇ/öñâk/ÿö‰¿½øÛk¯½öÛŸ¿½þÛÿßÿ_ý·Õÿ}÷ßW_uõÝ^}×Õ__uõÕ_ý}÷ävÿŸü÷û÷ß¿ÿýÿ«ÿúüßï¿ýûo½ÿößÿýÖŸoïÿÖ¿äßÿñçyþ¹Ç—|ø`šÇ{6øäƒ6¸f#߶ø…ÿÿÿþÿÿÿÿýûÿïûþÿë¿ùûÿ¯ÿþûï¯ÿýûë¾ÿ?ýÿÿõÿÿÿïÿïÿývû_·ýßíÝvóÍ7Ýþ÷MÿþËÿ¿ÿÿûÿ¿ÿþ®ïÿ¹çþöÿžûÿ¹ïž{þyÿþîõSÿýïÿßþÿÿ?øÿ›M¶ÿäë7ñþ“
<ñä“ï7÷ûÿðÿÿÿÿÿÿßÿÿÿÿÿ×ýýÿ_ÿûåÿ]ýâÿ>ùóÿÆÿ?ìÕ×_õõW_~ùõ×ÿÕW_}ùÅ—_oýÕ×_ÝÏþ߸óï=ÿüóÏÛü³Í6OÿÏüóÿÿÏ÷ÿÿóÿßÿÿäÿûýoŸ¿ü÷ÿûþþû9÷¿ÿï¿ÿîûïÿÿÿõöÿ÷ïûï¿?ïÿòßÿÖüÿÇ>ÿÿñï÷üÿÿÿ÷üÿÿÿÿÿþîÞ¼ÿÿÿÿ~ÿ÷ÿÇÿßñŸÞðÆüqÇ{ùÿÿÿÿÿ÷Àþÿùÿÿþÿû{ÿÿïëw¿þÛ¯ÿþûï¿ÿþßýÿÿïýsþýÿßýýÿÿÿÿÿÿÿwÿþßÿÿýþßþÝ÷ÿÿÿýÿðÿÚÿûýÿÿÿõçOÿÿÿÿýÿÿ¿ûÿ÷ÿÿÿÿÿ^ÿþþÿ÷þúëïÿŸÿýÿýÿæÿ÷ßÿÿ¯ßÿÿÿïþÿÿ~l~ôñ¯?ÿÿóÿ?ÿüóÏŸüóû?ÿó~øÿ_ß׿³û÷ï¿ÿÿûÿ_ÿßûç¿ÿþíÓþÿõÿßÞý÷¿ÿßþÿƒûÿÿxÿßÿýÿÿßßñ÷}ÿýßÿ÷ÿÿÝ}ÿÿûÿýÍÿÿ÷ßï?ýîýÿÿ»ÿïïÿôþÿÿÿÿÿÿÿ¿ÿþÿÿïmÿÿ¿}ÿ?ÿþÿÿÿÿÿÿÿÿýÿÿÿÿÿÿÿÿÿþÿÿÿÿ7üÿýÿÿÿÿ7ßÞÏ÷ÿÿÿóßÚkûíÿÿÿûïÿÿÞÿÏZŸïÿÿçý¾õçË>¿ÿÿÿ½õæŸÿÿÿÿ_ÿÿÿÿÿþ¯ÇûÿþÿÿÖÿÿ—µ÷ÿÿÿÿÿgíÿÿÿÿÿÿÿÿÿÿÿ÷¯öÿÿý÷ÿ7þÿÿ©?ÿÿ÷ßÿ}êÿÿÿÿÿÿÿÿÿÿÿ¿ÿoðÿµ¿ÿúo¯ÿþûïíÿ^úû¿ÿûï¿ÿþûï¿ÿþûïýÿ»ý¯þÿÿÿÿþÿÿ¿ïþÿêÿßÿïÿÿÿÿÿÿÿÿÿÿÿïþùåÿÿÿ}­žÿ_-ÿÿ×ûïÿRÿÿÿßÿû÷ßÿ}ÿåÿkÿÿ[ß«ýñóûÿ¼Šô·öï¿ÿ×ÿïÿÿÿÿÿûÿÿÿþûï¿ù–Ûî¿ÿþû{ï¿ÿþûï¿ÿþûÿ¿ÿÿ?øÿçŸÿÙwŸþùgŸÿùŸþùçŸþùçŸÿÿùïÿo½ýGßwüùÇZ}þíÖýñç›üñçüýÇßÿöÿ?¿ÿÿÿÿÿýÿßÿÿÿûßÿÿÿÏÿÿÿÿÿÿÿÿÿÿÿïóÿÿÿÿÿÿÿ÷ýßÿÿÿßÿÿÿ×ßÿÿÿ÷ÿÿÿÿÿßÿ¿þ}´üâ	/¶ðÓ/þñâ‹ßøÇŸ?þùçß}öùÿŸÿÿ7üÿ÷×_[|µÅ7ÿ}õßW_íÕ~ÿ}³ß~ûý÷ßÿý÷ÿáÿß®¿ú¿¯ÿ×îïûÿ»Ûë¿þÝ_oÿøõß_ÿü÷OÿÿÿÿŸ}ö¹gŸ{üùgž{üñ'}þ¹Æšo¾ùæ›oþùæ›ÿúÿÿí¿¿üþ‹?ÿÿûß¿ÿÿÿÿÿýóßÿýÿßÿý÷ÿÙÿÿÿÿÕ÷_}óß÷ÿüýÿÏÿ÷ÿ·ÿÿÿïÿÿþÿïÿÿÿþÿÿë¯ÿûÿïÿÿûÿ¿¿þïÿþúçŸÿþûïŸÿþùµÿÿþÿÿÿÿÿßÿÿÿÿÿÿ÷ÿÿÿýÿÿÿÿÿÿÿÿÿÿÿ«ÿÿÿÿÿ¿ÿîÿÿÿÿÿïÿÿÿï¿ÿýÿÿÿÿÿûÿÿ?ÿåÿ×_~ùåW_}íõ×_;ôÕ_{í±×_ýµWzùå׿翏>ßçÿ¾ÿöó»7úßÿ7ÿõó¿?ÿxÿÿÿþüÿïÿþ÷^ÿïûþýÿ÷õÿ^ÿ¿ÿû÷ÿ?_õÿÿ¿õÿÿÿßØÿúïÿýÿÿýßïþïÿÿÿjÿïºÿu÷ÿÿÿÿÿÿýÿÙ¿ÿ{ÿýÿSÿßÿÿÇÿo}÷ÿÿþÿÿ÷ÿÿÿýÿÿÿÿŸþÿ¿ýÿúÿýÿ÷¿ÿëÿ¿ýÿÿû»ÿþÿÿÿ¿ÿÿÿÿ÷ÿÿÿÝÿÿíÿÿÿÿÿÿ}ÿÿÿÿý÷ßÿÿÿÿÿýÿÿÿÿÿÿÿ÷ÿûÿû¿ýÿÿýßßÿ÷÷{ï¿ÿÿÿÿÿŸÿÿÿüïÿßÿï¯ÿÿÿÿÿÿÿëkþÿûÿÿÿýÿÿÿþÿÿïçÿ®ÿÓß?~þûÏ=ÿýñ÷üüË?ÿÿóÇ_ÿÿóÿ?ÿÿÿÿÿ¿ÿþ÷÷ßÿö{ß¿ÿ¿ûïÿ~íý¿ñþ÷ÿßþ­ÿÿÿ»ÿéÿ{ÿ÷ÿçÝÿÿ¹ÿözï÷þÿüùåÿÿ÷ÿÿ¿ÿ_ÿßÿÿÿÿÿ>ÿ÷®Ïÿÿÿÿ_ï»÷Ûúÿïÿÿÿÿ¿ÿÿçê?ÿÿÿÿÿÿýÿ÷þöÿÿÿßßÿÿù÷ÿ÷ÿÿÿÿÿþ÷Àÿ~ÿù¯ÞÿÿÏ—ÿ|óýÿÿÿÏÿßþÿÿÿÿ~¯?Ïÿ¤õÿÿûïÿùþÿüÿõç›ïÿߟòO?ýýÿ?ÿþÿþº¼ÿÿÿÿÿgýÿßYýÿÿÿÿÿÖjÿý÷ÿÿÿÿ÷ÿÿÿÿ÷nÿ÷ÿÿÿëß?Ÿú÷ÿÿÿýߧÞþûïÿÿÿÿïÿÿÿÿÿ>ÿÿþï¿ÿöûëçÿþúï¿¿þë¿ýÞÿ¿ÿÿûí¿ÿþÿÿÛÿÿÿÿÿÿïÿïÞûÿÿÿÿÿýÿþû~ùõÿÿÿ»÷ÿÿÿ¿ÿÿÿÿ¿ÿÒÿÿ}õúûù÷ÿúgõ÷Þÿ·ÿjÝçÿÿÿGòÿÿÏ?ø”òïû­ð›_ÿvo+¥¾÷Þÿùÿßþÿÿþÿÿóÿo¿ÿþûï¿ÿ–ûï½ñþ{»÷þÛþÿÿÞÿï½ÿþûÿÿŸÿÆùçŸþýgŸÿ™çßýýçŸÿö›ç¿öùçŸÿþ_øÿõçŸþùöZwªýÇoŸ÷›þ=öÿqÇþýgÿÿÿÿÿÿÿößÿýÿÿoÿüûÿÿýÿÿÿÿÿÿÿÿÿÿÿÿÿÿ÷ßÿí÷ÿÿÿþýÿßûÿÿÿÿÿÿÿÿýÿêÿòôÑÇÏ?Þðâ¼øÍ=¼üÚk-¶Þ⟶øÿÑÿWûí÷ßß}÷Í^Kü÷Õ_}óÅwÝuñÅÿý÷Å~ÿþÿþ¿ßÿý»«¿ºîÿÿú»ÍïõÖÛ+¦ßÕO_­ùÿÿöï÷¹çŸþñG?æ¹çžÒÇo¾ùFm¾ùæi¾ù»ÿÿÿýçßÿÿþûÏ7¾ø÷ïÿùûﯿþ÷ÿ/þý÷ßÿÿŸýÿÿÏÿý÷÷÷ßüÿÕ?ßÿüwÿý¿ÿýÿÿÿÿÿÿäÿ¯ÿÿÿ÷ÿ¿þû{¯ÿÿÿëÿþþﯿþûï¿þùç¿ÿgÿÿÿÿÿÿÿýÿ÷ÿþÿÿ÷ûýÿÿÿÿÿÿÿÿÿÿÿÿÿ?ûÿÿÿÿÿÿïÿûýÿïþûÿÿ¿ÿÿÿ÷ßÿþÿÿÿÿïÿÿÿ[ÿ}ýõ×_ýµW_ýô×^üõW_õõ×_}ñõ×^~ù‹þÿ|÷ý?ÿìó¿ÿÿÿóïÿS¿=¾ÿÞ¿ÿÿÿÿß?þ~ÿ"ÿïýç\{Öÿûÿþ­÷ÿÿö÷¿ÿûÿßÿþû­÷ôÿÿ…ÿ¯ÿßýÕï¿ÿý÷ÿÎûÿëþÿ÷ÿÿÿÿÿÿýÿ_ÿ¿ÿ‘ý{¾ÿÿýûÿ÷Ûÿüþ¿_þöÿÿÿ¿__ÿÿÿßÿßÿåÿÿÿÿ¿ÿþý¿ÿÿvþ÷ï÷Ûÿ¯ÿû¯«ÿÿÛÿ»ÿÿoÿþûßÿ¿ÿwÿ¿ÿÿýÿǵ¿ÿ÷ýúýÿ÷ÿÿ÷ÿÿÿïÛÿÿÿÿÿ¿÷ÿÿÛýÿßÿÿýßÿÿÿ¯WÿÿÿØï½÷÷ÿÕýÿÿÿÿÿÿÿÿÿÿÿÿ¾¿ÿçÿÿßýûûÿßÿÿíÿýÿþÏú7ÿøóÏ?ÿüóK;ÿôóÏ¿üÿÿÿÿü¿Ïÿø÷Ï/ÿoðÿûß½ÿþûï¿ÿþû·¿ÿÎïÿÿ÷ÿµÿýûÛþþþìÿ¯ÿßûÿýwþù÷ßß»ùãÿÿÿÿÿýÿ¿Ÿÿî{öÿÿèÿýïßïÿýñÏüÿÿÿÿ~ýïÿÿÿÿßÿþÿÿ÷Ÿþÿ¿èÿ·ÿÿþïwÿßæïÿÿ¾û›ÿýÿïÿÿûÿÿ»ÏþýÿÿWüÿÏ—ÿúßÿÿþçõÏßÿÿ·?ÏýõÜùÿ·ÿûYÿ¾ù×_þÿùÿÿÿ¿ÿÿýÿçûýï×ÿöÿÿÿýÿ¯×ûÿÿÿÿÿ÷þÿÿÿÔþÿÿÿÿÿÿÿÿÿÿÿÿÿ=÷ÿïöÿÿ÷ß?ÿý÷ß?þÿ÷ßÿýÿÿÿÿÿûÿ¿ÿë¼ÿÿoðÿïÿþþë­¿ÿþû¯×þ~ù¿þûÿÿ×Þûïýûv3ÿ¿ÿ“ýÿÿÿÿÿïþÿÿÿÿ¾úÿ«ßÿÿÿÿ¿úîÿ¯Ïÿîûÿÿ[ùÿÿ¿ÿÿÿÿúÿý•ÿ[ÿÿÿûÿÿ•wÿyß__ÿ÷gÿÿÿüÿï»ÿ÷ÿÿ«¯ýŸ:÷þ›ÿÿ¯¿_ÿkÿ—ÿÚÿÿGûÿöûï¿ùæ{ï¿ÿþûソ›ïýÿÿûï¿ÿ÷ûïÿÿþøÿçöý÷ŸöÙwŸþùßyþûïŸþùoœöÛç¿•ÿ_¾•ößoýuÖØ}øõÖzÿù÷ßüñÇß¼qöÿ—öÿÿ¿ý÷ÿoÿÿößÿÿýößÿÿÿÿÿÿÿÿÿÿüþÿÿoöÿÿý÷ÿÿÿ÷ÿÿ÷ïßÿÿý÷ßýÿÿÿÿÿ÷ÿÿÿÿ£þ=ŸÐã‹?öøã‹/ÿñcŸüwÿ¯ßø牯ýØâo}þ7ýÿõÅW_ýõÕ__}µßvýÕÿ}ñÍ_lÕÇ7Ûõ÷ÿêÿï­ûÿ»ë¿öÞûïÿêëÿ÷÷ÿé?õãÒo¿øòÛ_ÿwÿyæ±G}æ±ÇŸüÙ§¾ùFo¾Ñf›m¾ñä›?ùÿúß¿ÿÿûÿ¯¿ÿþÿ¿ÿþïþÿÿïÿÿÿÏ/¿þ÷ÿÛÿ×ÿ|ýÿßý÷ßÿýýýÏÿÿÿÿßÿÿÿÿ~ûõÿÿOþÿûÿ¿¿þûï¿ÿþûÿ¯¿þë¿ÿþûëŸÿþúë¯ÿêùÿòÿÿÿÿÿßÿÿÿÿÿÿ÷ÿÿÿÿ÷ÿÿÿ÷ßÿÿÿß·ÿÿÿÿÿ¿/ÿÿï¿ÿÿÿÿÿÿÿÿ¿ÿÿÿôÿÿ¿ÿÛÿÿ~ôÿW_{íUW_ý¥×_õõ_}õõW_té¥×^ýå—¯ëÿÏ?ÿßÿÿÿÿ¿ÿï?ïÿÿ·÷øû¾ÿûüÿûÿýÿüïÿö[¿úÿÿï¿ÿÿûßÿÿÿ¿ÿüÿõ¿ÿúýÿ¿ÿ_ÿÿÿ_Êÿÿ÷ÿýóÿý÷ßÿßëýÿÿößÿöÿÿ·ß¿ßÿÿÿÿýÿÇÿ×^ÿÿýõ­ýŸÿ~ýµ_þûïÞÿ÷¿ù×ÿÿÿ÷ÿ»Ÿþ½õù»ýþÝÛ¿oÿÿÛl¾÷ÿû¿ÿÿÿÿýÿþÿÿÿýóÿÿßÿûÿÿÿ~þÿÖß}ÿýó÷ß÷Þ~ÿ]õÿwßÿû§ýÿ=ÿÿÿû÷ÿþo¿ýÞÛþ÷öÿo½ÿÞÚîÿÿö¿ÿ¿üÿÿ÷ÿÿÿÿŸÿûÿÿ·ÿþþÿÿÿÿÿÿÿÿÿÿ·ÿÿêÿãÝ;ÿÿÓÏÿ߸óÎ?¿¼‹?ÿüóÏ/ÿüÑ÷>ÿüÿÿÿÿþúÿ¿ÿþÿï¿ÿþûïÿû»ç»ÿÞûï¿ÿÿû×ÿÿ»øÿÿߏßÿýç¿ÿþùåŸþÿŸÿ»yçŸî‰ÝŸßýÿ_ÿÿþÿÿÿÿ{}üÿßÿì·ïÿýÿßÿùößÿþýÿ¿ÿgþÿÿŸÿÿÿçºïûÝç÷ÿߟÿÿýçŸþýïßÿÿÿÂ?ßÿógÿÿ÷ÿý÷×Wÿÿõÿ_ýÿÕW^ýõ×ÿ-ÿÿÿõùÿŸÿûÿ¿ÿÿßO¿ýüÓÜÿöóo¿ýöÓOÿÿwúÏÿš¼ÿ÷¿ÿßÿÿý_ã½üßÿÿò{Ÿý÷ÏýÿÔßÿí÷mÿÿÿÿþ÷Ïÿß:ûï?ÿþÿ·ÿ~ûï¿ÿ~ûÿ³þþûÿ>ÿÿ{í¯÷þ~ûµýþ¯ÿ¥òþoÿßâûÿ·÷äÿï·÷~¿ÿØÿÿ«ÿ¿ûÿ»¯þûÿÿ¯™÷ýÿ¿kßÿï™÷¿ýïûn¼‡ÿÿ[­ÿÝúÛ•ÕÒ_ýýÿiý—Ò_ÿýý×ÿë}ýߟwþÿƒZ¿ïñŸþk­±öÚëï}_jï·öÚ{ï½öïzï¾ÿîñÿï¿÷þûï½ÿÞûÿÿíöߺ÷ÿ{ûÿ·ÿÿ¿íçÛþ£ÿþù÷ŸöÙçŸÿþûgüùùïŸÿ÷ûÿÿö™ŸùþŸéÿùÇÛ¼uV¼ýö_ÿÇßüÝößwÿ}çß}¾ýjÿÿÿÛÿ¿ýöÿÿÿüþÿÿÿßÿÿÿöÿÿÿÿÿÿ¿ýÿ.ÿÿýßÿÿ÷÷ÿÿÿ÷ÿÿÿÿ¿ÿÿÿ÷ÿÿÿÿ÷ÿýýêÿÇ/¶ðâÏ?õðÛk/¿Ö¿ýùÚo¯½öÚ˯½øûËÿÿýõÄW_ýñÇWÝeõÝÿ}ÕßW_uõÝWM|õÄ7ÿOþÿë·ë¯ÿÛï¾þöÛû¾ý÷o½÷Û{¯ýÖŸoýýþðÿùgyþÙg‡}4øÀŸúGƒo<ÐÄ6øfƒK¼øÿÿýûß¿ÿþ#ÍÿŸ~ûë÷ÿÿ¿ßûíçŸøþɾ×ÿüÿSßýÿ}ÿõ_g}_|Ùß—Þ÷åÿ]|Ùå_ô÷E^ÿþëÿÿÿú÷¯ÿþ¾ó¿¹æûkþÿ›ï¿ùî›k¾ùþ›ï®ÿ?ÿÿ÷ßÿÿßÿý÷Þß÷ßÿÿýÿ}ÿÿwŸÿý÷ÿÿß￸ÿïÿÿ¿ÿÿ×ÿÿÿÿûÿ¾ÿÿ;ÿÿÖÓïÿÿÿÿÿ?ýÿÿAÿ}õŇ[~ùõ×O{ýÕW_þÕ×_nÍe—_ù¥—_ýKþÿûóþ?ÿûóÏ¿û÷ýÏßÿÿû¿ß¿ÿû÷ÿ£ÿßÿûÿäÿþ÷ïßþÏ_¿ÿÿûÝÿ¿¿ÿï¿¿ÿÿÿÿþõþÿŸÿ?ÿÿÿüÿïÿÿÿï÷ÝÿýÿïÿÿŸÿÿÿÿÿ÷]ÿÿÿ_üÿïï×ßüÿÿÿÿÿ×ûçÿ÷ÿnÿe—û{ùÿ÷ïÿÿßïßÿÿîû÷ÿÿßïÞþ§þÿûÿþïîo¿ýÿßÿýå¿ÿÿoÿý÷ÿßý·ÿþÿÿý¿ßÿÿ÷ý÷Ý÷ß[ÿ÷ÿÿÿ?ùÿÿßû½üüßÿûÿÞzÿ¿ñÿoÿ·þûï»÷ÞÊïÿÿÿÿÙïÿÿïÿÿßÿÿÿßþïÿÿ¿çýÿßÿóýÿÿÿúÿ¿ßÿÿú?ÿ¿ãÎ?ÿüþÿÿÿüóÏ¿ÿsÿ?ÿÜÇ?ÿÿóÏÿÿÿöÿûÿw?¾ûïÿÿ÷ÿïßþ¾ÿ¿ÿÿ{ßÿïîúÿ¿þÿÿ·ûŸÿÿûïwýÿï¿þ÷çó_ùÿŸþûççÙÿÿÿÙïýÿï¿öý·×¿»ý÷ÿÿÿÞÿÿýwßÿíçÝÿûÿ?êÿóÿþÿÿïßýÿï_ÿß÷ÿÿíïßßý÷ß¿õýÿÿgéÿÿïÿÿÿ¯?Ï÷ÿ}÷ÿw¿ÿßòþýÿÝwÿý÷ßÿóÿÏØÿÿÿÿÿÿ_ýü¾ÿìÛÿ¿ýÿO§ÿ÷ï¾ýô·ÿÿÿ¯ßþÿÿþû¯ÿÿÿûåßßÿ¿üÿÿýý×_ÿýßýÿÿï´ÿí·ß~ÿý·‰¶ÿþÿïÿûï·Þúûï¿ÿëÿÿÿïÁÿ¯¿þ~éå¿þ~kÿÚíûïÿÞo7Ù~³Íü×Öûïÿÿ/ýÿÿÿÿ«¯þÿÿ{ÿŸ_ÿÿÿ~¹ï•k^yå›WÞÿÿÿûíÿ¿ÿþ_ýÿÿ_}÷_ÿÿößÿý×Úÿõ÷ÿùÿÀÿ¿øæÿêëÿþÿziïýÿÚ÷®÷î{ïµ÷Þ{ï½÷ýÿOÿýþ[o»ýþûï¿íÿÿïÿÿûÿ¿ÿçÿÿÿÿÿ»ÿÿÿÚ_wÞuþ}çßþ™ï¿þŸŸÿöùþýÿßïÿÿÿùᅪ~ßoßµö[o¿õ×Úÿñ÷o®Ýçß÷ýöÝoÿýÆßÿþÿoÿÿ÷ïoÿþÿßÿÿÿÿÿýÿßÿÿýóßïÿÿöÿÿoõÿÿþÿ÷ÿÿýÿÿÿýÿÿÿýÿwÿÿýßßÿÿÿïÿßÿ£ÿ?¾Øâ‹?¿Ø㋯ýöçkßý[Ÿ¯½þÚo¿ýöڏÿÿìÿõÕW}õ×W_}×U_ýßWý}÷Åw_}•ÝWÛü÷ÿÌý«¿¾ý³ï¯ÿîëk¿ýå[ÿù×ßo¿½ößo¿ùöÓÿÿ?þ_üùGŸydÙÇ
¾Ù o<¸æƒ=<ð@o6ð䛿ëÿûÿ¿¿þÿïÿ¿þûÿ¿ÿŸ¿ÿýúÛ¿ÿþÿïïÿøÿÿÑÿßÿÿý÷÷ÿÿôÿÍ·ÿ}ûÝþ÷;ßtómßüÿï_üÿÿûÿ¿ÿÿûÿºÿžÞÿgÿÿyÿžoîùçŸûÿ¹ëÿÿpþ¿÷þûï½ÿÞƒí?ñäûOþÞ“ï?ùáO<ÙþO¿ú÷ÿÿÿÿÿÿýÿÿ›ÿ¾üïŸÿûöËÿÿ¿þÛ¿ÿöÿÿþ}Ýÿ×^}ýõW_{µõÇ[íµ_l­ÕW¹Õ×_oõÕ׿ãþý?ÿ|3ýïü¢Ïÿÿüþ7¾ÿóÿÿü~û›ÿÿ¾ÿúÿïÿÿÿO¿ÿÿûýÿß}ÿ=ÿþ÷ÿ¿ÿþþßÿïûïÿúÿÿóÏ?ÿýÅ÷üÿ¿ÿ×·ÿÿöÿþËÿÿÿqÿÿÿÿÿ“ÿ×_üÿÇßÿÿÇï¿ñïïÿþúo?ùÿÇ]_ÿÿÿÿ+þýþû÷ÿÿ·ßþïÿ¾þß¿¿ÿýÿÿïÛþ_ÿ÷ïÿÿÿæÿý·ÿúÿÿÿÿÿÿýÏÿûùÿ×ó÷õ÷ýÿöÿÿÝ¿ÿƒýÿïÿ¿~ÿÿÿÿÿ÷¿öÿ¿÷÷ßnÿùÿò¿¼öóÿÿþÝÿÿÿþÿý÷ÿ{ÿ»ÿÿÿÿöÿþÿýŸþ~ÿ¿ÿó×ÿÿÿè÷û;ïøñÏÿÿüûÏÿÿÿëßÿüóþÿüóÿ?ýüóÿO÷ßÿîûÝ¿ÿþÿ·ßÿþÿÿVÿÿ·¾ÿýþï×þÿûoŸÿ;»ÿ÷ߏþÿýãÿÿÿÿãÿÿ¿ÿwÿýý?¿wÿ÷Ïßoö÷_Ïýÿÿÿýÿÿoÿÿÿÿÿÿÿÿÿÿÿ×mÝõÿÿ?÷ÿõûÿ÷þÿÿÿ÷ÿÿÿýÿýÿÿý¿ÿÿßÿÿÿÿûéÿûÿûÿïö÷ÿÇ?ß|êχþÿù÷ÿëϯþóÿýß4ÿÿ÷wÞÿý÷ÿÿ¶õÿþ]ÿõÿŸï¿ÿÿ]ÿÿÙŸÿÿ'þÿßÿÿÿôßÿ¿~½ÿÿÿÿ_ýÿÿÿÿÿ¿öÿÿÿ÷ÿKÏýÝÿ/í÷ßsÿŸµjÿÿÿßú÷ßÿÿÿÿ¿ÿÿ¿ÿÿzûìÿÿûë¿¿Ïþÿüÿÿûïïýþúû¿ÿþ{ÿ¿ÿvï¿ÿÖ;ùÿ÷ÿ{ïý÷íûÛÿÿÿÿÿûÿÿÿÿÿÿûÿÿÿ¹ÿÿûÛ¨¿ÿï»ïÛþÿ·ƒÿÿÿýÿÕÿûÿ¿¾þ[ÿÿß_ÿ¿Ô××ÿûõW[}ÿõÿÿòÿóßÿ¯õ›ÿ?õijڿÿê¿­¿ööÿ¯½žú{¯ýûðÿï¿ÿþ{ï½ÿþûïÿÿþû»ýÞû¿ýÿßïýÿçÿïÿÿþùgŸÿùçŸþûçŸÿYçŸÿÇ]÷¿uþÿï¿þßñÿùÇ_w¼ýÖŸþùöŸ¼gŸøýgŸk÷±öÛoÿùiÿÿÿÿÿ¿ýöÿÿÿÿöÿÿÿüÿÿÿÿ÷ÿÿÿ÷ûoÿÿÿ?ÿÿýÿÿÿ÷÷ÿßÿíÿßÿ÷÷ßÿÿïÿÿÿ÷ÿÿþÿýèÿÇ=žðc‹üñÇoŸø‰}žøÚ߯·öçï½ýÖçÿÙÿûýõÅWý÷ßõ÷Å^ü÷ÅWÿùU~ß|—]ÿßþÿíÿë/ÿúz¿ÿöÝÛýôß,ñvÿëÿýõÛk¿ýõòÿÿ¹G}ô™çŸþÙâ›oºäm¶øGŸÏ¾ñAO¾ù™ÿÿÿýûŸÿÿþÿßÿþÿëÿ¬çßÿ¿ýþïþNûïÿ_ýÿ÷ßßÿýýÿÿü÷ýû_ÿìÿÿÿÿî÷ßÿÿ÷ñÿÿÿêÿÿÿûÿ¿¿þÿÿß¿öûï¿îûç¯õ¿ÿ«¾¿î««žÿ#ÿÿÿÿÿÿþÿÿÿÿÿþÿßÿÿÿûý÷ÿÿÝÿÝ÷ÿ»ùÿïÿÿÿÿÿÿÿÿÿïÏÿþû“ÿÿ÷ÿ_ÿýÿÓïÿÿoÿKÿíõ×_}ýÅ×^{ýõ×_ýÕ×^~ùÕG_|ýÁW_{ýÿþßôsÿÿþÿÿß=ëx÷|ý¿?ÿÿfÿÿÿWý÷ÿÿþÿäÿó÷û÷ÿþÿ½×Üûÿßÿÿþí¿ÿ³í½ÿÿþî¿ÿ÷ÿ­þÿÿÿÿÿÿÿÿý×ßý=ïûÿoÿÿÿý÷ßÿýÿßüÿÿÿ_þ÷ÿýÿÿõÿÿÿðÿüßÇïÿñ×_ÿÿ¿è¿ÿûÿïþÿÿûÿ?ÿmëÿÿûÿ¿ÿöûÿîÿþí¶ÿÿoÿÿ÷÷ýÿý7ÿÿÿÿÿÿÿÿßÓÿÿÿÿÝÿÿÿÿ?ø÷÷ÿÿÿÿ÷ÿÿ·ÿÿùŸ}¿ýÿÿýÞÛ¯ï¿ÿÿCÿÿÿéÿ¿ÿïïÿ¿}ÿý¿÷ÿ¯ÿÿþû/ßÿûýÿÿûÿ~ö?ÿüóÎ?ÿüóÏŸßßñÇŸ¿ÿÿ6~?ýÿ?úñ÷ÿÿñÿûï¿ÿþûï¿÷þýù¿þÿçÿÿïÿ¿ÿíÿ¿û¿ÿÿ§ûï¹æ^þùçÿÿÿù¿ßï·ïÿ¿~ÿë¿ÿþýýûÿŸØ?ýïÇÿÿ÷ßÿþÿÿ÷ûŸÿ~Ýÿ÷oïõ÷ÿÿûß ÿ¿ÿÿÿü¿¯¿þþÿÿ{ûÿÿßÿ·ÿÞÿÿýŸ~ÿÿÿÿoüÿÿ¿®ÿóýÿÿÿç?ý÷þÿÿ÷ÿ~ï¿¿ÿÿïßÿòÿZÿÿÿõÿÏÿûÿÿÿÿóå¿ÿýÿ¿ÿÿûÏ?ÿüó_ÿŸÜ¯Õûÿ_KýÿÿSÿÿÿÿ/ýý_ÿ¿üÿßÿý÷ÜÿýÿßöŸøãßÿø÷ßÿÿ>ãïçúÿíÿÿþûï·ÿþÿÿ¿ÿïôÿ¯¿þþû¯·þþû¿ßÞzïûþÛïÿ÷~û}?óN¿ï·ç«ýÿÿûïÿÿ¿ÿÿÿÿ¿{Þ»ÿûÿ¿ÿ¿ûn¹÷–»¾üïÞ›ùÿÿõ×ùÿÿõÿÿÿ÷÷Õßùõÿ_ãÿÝ__õý×ÿý}fÿ¿¯¾Î½¯þÿÿÿå¾þþ§Öûjýå¿ÿ~éå¾÷¹ÿûÿþ›ï¿íþûï¿ùþûo¿ÿ›ï¿í·ûïÿíöû¿ÿþ¿øÿ÷ß}öùwŸþÙçŸÖùŸþ™ŸþŸçÿÖùçÿ“ÿßo·Õ×Ûc¿µÖþuÇþùçßwüñ·þÝÇŸÿößoÿüÿÛ¿ý÷ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿýÿÿÿoóßÿýýÿ¿ÿýý÷ÿÿÿÿÿÿý÷ÿÿÿÿÿÿ}ûÿÿßÿþ?¿üâ/þüòÏþÝ⋝üò˯ßØbï/þÜÚŸ/ÿWüÿõÕ_}õU__ý·ßWKüÅ[,ùÆo~ñÅWý}ñÿäÿïÿÿÞëÿ¿»þÿ?þýþÊõ½vÛÿ¿”òú;¾½×iÿwÿ~ŸîÙç=öñç›/æÑæo´Ùæm´ÑÅ
6ùF›½øÿûﯿþûÿ·ÿþ÷ÿ­ÿý‹ÿ¿ùòÏÿüóß´ÿýÿÿÃÿwßýõÕwßí÷Õ?ÿ=õÏ_ý÷Ý—oý÷÷ß÷ßÿ?þÿþûïÿÿþÿïÿÿÿÿïÿÿÿÿ¿^óß/ëÿÿþzÿÿÿñÿý÷ÿÿÿý÷ûÿÿÿoÿÿÿÿÿÿåßÿYÿ÷ýßÿÿÿ›ûÿþÿÿÿ¾ýÿ¿ÿÿÿöËÿÿÿÛÿ=ùÿÿû?ùæ¿ÿÿŸu¿Ç_õµ×W~õä‡_Z©å^}ýÅW]ýÕW]ýµ×¿âÿÏ?ã÷ÿÿ7ÿü£¿ÿï¯?þüàÿ=ûø÷ÿ><ÿÿ¿_ÞßýÿûÿÿüõÓ÷Ÿþÿÿ/ïòóÿ}×õoî}ÿþûßÿúÿûÿÿþÿÿÿÿÿÿÿÿÿÿÿöÿý¿÷÷þÿÿ÷ÿ÷ÿíÿÙÿŸ_þ÷×_ÿÿþþÿÿoíï_ÿñ÷ÿ}íÿóþßÿ¯ö¿ûÿÿ÷Í÷ÿýÿÿÿÿÛ?ßßÿúÿßûûîÿÿÿûÿÿóïÇwÿwßý×ÿÿÿÿýý÷üýÿÿûÿ=Ûÿÿÿ÷þÿ}ÿ³÷ïßý÷ÿþ¿ÿÏÿÿÿ÷ëÿÿßëÿÿÿ÷ÿÿÿïþÿþ»ä»ßþþ¹ïÿýÿÿÿ¿ÿï¿ýþÿÿÿÿûÿÿÿ÷ïíÿ¿èÿûû/ÿÿÿ=ÿüóÏ®ÿû¿ÿ¼óÏÿüóÿ?ÿÝóÿo÷Þÿÿÿÿÿÿÿûç¿ßþûÿßÿýï·qûûë¿ÿÏmïßþ¿ûO¿ÿ.ÿî¿ßÞÿþù÷ý¿þÿwÞøë×ÿýÿ'ïÿ÷ŸúÿOý·ÿþÿûÿÿ¿çíö½ÿ_ÿþÿßÿÿÿíÿÿÿþÿÿÿ¿®ýÿÿýïÿþíÿ·ÿÿ·ï_ÿïÿþÿûÿ÷ÿþÿï“ŸÿúëÏñÿüëýÿ×óÿ÷ÿþÿó_>ßå7ßüÿ¯Ÿ¿ÿ”õü×_þÿó_÷ÿÿ]ÿ¿ßÿÿÏI3ý6ß|ó_þÌÿZ¬ÿ‹å”ÿü›åÿÿþÿÿÿÙçµÿëÿý÷÷Kíÿÿÿÿý÷cÿ·>úí·þÿíÿÿÿÏ;¯ÿßÿûï¿ÿzëÿÿÿÿûÿvþKÚ믿ÿZé¿¿þûï¿ßþï¿ým³ý½ÿöûïµÿ~»¿Úÿê¿ÿþÿÿëÿÿÿÿÿÿ¿W½ÿÿ{n¹åþûïÿ¯þÿî¼™ÿ×_½þÿ[ÿÿÿÿëïïõ_ý÷ÿ]÷Õ×ÿ}õÿ_÷'ö¿úê«ýÿ›ê?ÿþS¾¯}úÿÿ¿÷þ{¯½òÿëÿ¾ÿÿÆÿo»íÞÛî½íþ›ï¿ÿþß¾ÿÿÿïÿÿçÛîÿÿþûïÿ·üÿ÷Ÿy÷™çßyþùçÿýùÿÿþÿžþÿçŸ}þ_ù¿ý·Û­}÷ŸÿùçŸo·Æßÿ±ößüù÷~öñç¿ýÿÛÿÿýÿÿÿÿÿÿÿoÿüÿÿÿÿ÷ÿÿÿÿÿÿÿÿÿÿ.ÿûÿÿÿ÷ÿÿßÿÿý÷_ÿûÿÿÿÿßÿÿÿÿýÿÿÿÿùÿã‹=¾øc‹/½øÃOöö·ÿþÃ믿ð×ÿ7¾øçÿÇÿw_}÷Õw_tñÕoì÷×ßüñç>ñÄÿýñÅûïüÿüÿïÿúúk?ÿòÛ¾ñËo¿ûöúÿý÷_Oýõõ¿âßý¹Çžü‘Gƒ}6ØàòfŸ]&Øç>øg›+¾ù¯ÿ¯ÿþãﯿþÿû?ÿø÷ïÿüóë>¿þòËÿÿÿûËõÿ?ôý÷ßýõÿÍÿÝv»¿ýŸOßÝöÓO·ßþßO¾ÿþÊÿ¿¿þúë¿ÿþ›ï¹æû+6þºú©ï™g¾ùþºï¾ÿsÿïþýçßÿÿÿù—]þ÷aÿ÷Ñ—yþùå—ÿ÷ùó¿;ùÿÿþÿÿÿÏÿÿ÷ÿÿÿÿ÷ÿÿÿ¿ýÿÿOÿÿÿÿýÿûÿÿÓÿýõ—^~ýÅW_~ùÅ×NïõS[}ñeW_ùÕ—^~íoþÛÌsÏ>þüóÏ?ÿÿóÿ>û³ýïÿì¯Ï¾ÿ|¿ÿÿÿÿofÿÿûûßßþýÿ½¿ÿÍïÿ¿×ÿ¿÷s{»¿ÿôþïßÿþý±ïÏ?ýüóÏ?ÿ:óÿßÿóïûÿŸþÿÿÛ÷ÿûÿÿÿÿÿÿýøÑWßÿ½qÖßï¿ÿÿûÿþûûÿ￾ÿþÿÿÿÿÿß¿¨ÿûî¿íûûÞï­÷ýÿÿ¿ÿûÿïÿ¾ÿï¿ÿþÿÿ¿¿ÿÿÿ}ßëþßþ¿ïýÿÿÿÿÿÝÿÿÿù÷ݯÿù¿×_ßïÛ?úÿÜÿÿ½ÿß¿ÿý÷þß{ÿý?ÿýý¿×ÿßÿ÷ÿ?ÿÿÿÝÿ_ÿí¯ÿÿî÷ÿÿÿïË÷¿ößÿÿÿþûÿÿûÿÿÿ÷þÿKþ¿ÿóþÿÏóßßÿþýÇ¿ürÛ;ïýÑ÷?ÿñ?ÿõÿ÷ÿŸÿÿõÿ¿ÿ½ß÷ÿÿþh»ÿþÛÛ¿ÿÿûÿ_¿ýûÿ‡÷ßöÿÊÿÿþýÿÿÿÿ÷ÿíßÿýýÿÞÛ}ÿÿ‹ÿÿðÿýûÿ_ÿÿ÷ÿOû}ÿ÷ßOÿÿï¿ÿÿÿÿÿÿÿýà¿·ÿÿÿÿÿ¯ÿÿÿoþÿûÿÿûÿûÿÿÿÿÿÿÿÿïï¿ÿ%üóÿÿÝÿóáÿßòÿ·ÞwŸßÿøý?ÝÿýÿßüËýO[ÿÿÿåþÿïÿÿ›ÿ³Ì¾õáy?—÷ÿiýû÷ÿÿ²_ö«Ãû¿Y~åÿÿþÿ–ûýýïÿÿ÷Òþÿÿÿÿÿÿÿ÷_¿öÛèû‰þÿíÿÿ7úþûïçýÿï¿þÿûÿÿÿÿÿï¿ÿïòÿ¥½Þ{é¿¿ÿûo¥ßn{ï—þûí¿×Þûï¿ÿþûí½ÿý¯þûîëÿÿÿÿÿ¯¿»î¹¿úÿ»÷¾úîÿÿÿÿÿ«æ~{øýõw_¯ÿÿÿë/ý÷ß­ßþ_õµwÿ­Ÿßy}÷)ÿ«¯¶÷ê?ÿÿó«ï”S^õãóîk¯¾÷_=ÿÿ÷ú{ÿvÿÿþ{ï¿ýþÛo¿ÿþûo¾ÿÛn¿ÿþÛn¿ÿ¶ÿï¿ÿ~®úÿ÷ßþyçŸuÆùçŸöùŸ}ÖùgŸ}ÞùgÿþÙç·—þÛ~ÿñ÷›ÝùçÚþyÇjÝyçwÞñÇŸ}ÿñFÿ7öÏÿÿÿÛÿÿÿÿßÿÿÿÿßÿÿÿÿÿÿÿÿÿÿÿÿöÿÿïñßÿÿÿßßÿÿýwÿÿýßÿÿý÷ÿÿÿÿßÿÿïÿÿÿ¯þ/þøÇ‹?´øÒ
?þñÂßøÒÏ/½üÂ/¼þlj?õýÿõÝeóÕüÕßÿýÝ<±Å_|ñÅ[¬ñÿìë¿þïkïÿß×kï~õûϯø÷Ûÿý÷Ò?¯ýõ—oÿ[ÿîùÇž{>Øg–þù }>Øæƒ.Ðà}>øb£úÿóï¿þóï/þüûŸ¯ÿýÏ«ÿüúË-ÿùòÿþ^»ÿÓÿ¿ÿû÷·Ýæ÷ï7ýÛÝæ×M>Ý~ÓíÿßüÛïOþÿþû¿¿ÿúûÿ¹þ®¾gòþ¹ÿŸ¿Þùçÿÿ¹ïž?÷ÿ¯ßþÿïýßþ“ý=øäÿOÖü“í?ùä“O>ùþO·»‡ÿÿ÷ûôÿýþÿÿÿÿÿûÿÊÿÿßûÿÿþþÿÿûÿÓ-ÿŸôÿ×_wýõ×_ýÕ×^>½Ñ_}ýõ×_kýõ×}ñµÖþâÿÏ>ß<ãþ?ßÿóÏ;ûìó7ûücO?þìóOÿÿüýÿÿ>þÿÿÿsþë¿ÿÿËÿÿÿÜîoßüóÛ_wû{¯ïÿþû÷ßžêÿüÒû?¿¿óÿý|ó¿ýþö¾÷{׿=ÿûÿËîÿÿÙÿ÷ýïÿÿKã»ÏÖÿûwïîß¿ß=ÿïÿýÿß¿¿ñþï¿þÿ}þýùëÿöþûïþÿýÿ»ÿÿþ¿ÿþyïß÷ÿþÿÿÿóÿ~ßï÷ÿ¿ÿ~÷ÿÑÿýçüûÿ÷Ÿïß?ÿÿÿýÿßwþ³Ÿÿÿßÿÿÿÿÿûýý÷iÿõ~ÿþgßâßëõý_ßïÿ»ýï¿­þúÿÿÿ¿çÿÿ¿~þkÿöþ½çßÿûÿÿ{ÿûï®ÿóßÿÿsÏ=ÿ÷ÿÇ/üùøÿþ{øÿÖ>ïxóÿ_÷·ÿûÿÿ¯íþûÿïÿþõïŸÿÛoûßïûßÿýûûß·ÿ¿»ÿQ½ÿÿïí6ÝôÖÿãÿ¯×ÿþÿï‡ýÝÛ}Ýÿ«ø_—ÿÿ÷ÿßÕÿÿïûÿÿÿÿÿ?þï÷ÿ¿ÿýÿëÿïÿßÿ5æ¿[ÿ¿ÿùÿÿÿÿÿ÷ÿÿþÿûÿÍýÿß÷ÿõ÷ûÿÿÿþÿôÿþ¿¿ÿÿ÷ïÿÿÿŸïÿûúïþþþûO¿ÿ÷û¿}ûãﻵÙþýïŸÿûç»þÿïßÿù÷ŸïþùõŸÿÿõÿoÿ¿ðÏ“ß÷óã³ÞÓÍ/Ïÿÿåßÿûÿÿßÿÿ÷rÿû÷?iý¿ÿ¾÷|½ý~ýÏ>ÿ÷÷ýÿóõýþÿÿ¿ýÿÛ¯>ïÿÿÿýßSûÿ÷wÿÿý÷ßÿ÷÷Òÿÿ÷÷ÿÿÿýÿÿýÛÿýÿï¿ßøÿÿ¿ÿÿóïçþÿÿ³þþÿÿ¿ÿÿÿïÿÿþ¿Çÿ¿_{ï·¹ÿ{ݼ×~¶Í¼ÿ{ý¾ßL{ͼ×þ{ï¿÷¬/öÿÿê»ïîûÿûå¾ú®¹æ}ÿûò¾kê{ï¾úÿ»ÿ¿öíçÿÿWßç½ôÿX¯uÞ}ýZõ÷Ö_÷Õßÿ÷ýÿ‘ÿÿ¿öÎ;¬ÿÃÞ;¡´ÿþk߇Þëï¢úÞû¥×ÿÎÿ¯ý¿üÿÛî¿íþûïÿíþ[n¿ÿ·îÿÿþûïÿÿþûï¿ÿþŸÿåÿŸyþùçŸ}þûçŸÖù~þÛçŸþßçŸþùçÿÿøoýñçŸoÝùöŸ®ÅÇÚÿ±öþùw~üñçÿßÙ?ÿÿÿÿ?ÿÿöÿÿÿýÿÿÿÿÿÿÿÿÿ÷ßÿÿÿ÷ÿÿÿ¿Óÿÿÿ÷_ÿÿõÿß÷ÿÿÿÿÿÿÿÿÝÿÿÿß÷ÿÿÿOú÷øBK?¼xÂk?µô㋯uÓk?þýóo?þØãþö_ðÿÕ_üñÕ_åñÅ^_|õ_åñß}óÇßü·×ÿ›ÿÿ¿ì¿ïþ·òÛïþÿ~Òÿþß/ýùæÛ/¾øÔ[?¯ýßüÿyôùgž{´ñ`ŸlÑæƒöù`›O6ðÀ‹
¶±â-þçÿïÿ¿üóïÿ¿ÿãë¼ÿýû?þþóŸ¿óþsÏ<ÿÜ÷ïÿOÿ_ÿ÷Å_ßÿÿw[_½ýÿ÷­õ}›ÿÿýv³o¿ýý»¿ùÿïÿÿÿüë¿ÿæþÿ®zþšï¿æú¯®»æúãŽ?þûoÿÃÿßÿÿÿ÷÷ÿÿ_öÿÃ×ÿ}y_öÿu_üÚe¿þÿï
þÿ¿ÿÛÿÿ¿ÿÓ/÷ÿïÿkÿßúÿÿÿßËOÿÿËÿöÿ×ÿO?µÕ×O?½õÖ_íu×?õÅ×_}½ÕV_}½Å—_ý¶ÿ?ßõúOúÿÿï}þ¬gùÞü½ÿ6úø¿¾¿ûþóÿÿÿ{øÿüû_Ýí¾þûó÷úó¯ýçäûïoÿüþÿ¿ÿÿîï¿ÿ~ìÿÿÿß·ýÿß÷Íýþýùßÿÿößß×ÿ÷Õÿþÿÿÿÿÿøÿ¾~üí¾ÿÿ;ý׿¿õüÿÛ»ïÿÿÿÿÿþÏÿúÿÿÿûïÿ¿ÿ»ÿÿÿþÿ~þÿßÿÿûîÿÿÿÿÿÿýÿ׿ßÿ߯÷×õÝwÏ=¿ÿuëÿÏý÷ÜöýoÞûÿËýÏþÿÿÿü÷ï÷÷ÖÏÿÿö_/ÿ÷ß¿½÷™ÿ¿þþïïÿp¿ÿÿÿÿïÿÿý÷õÿ÷ÿÏ«ýÿûÿ÷ÿÞçûÿö÷ÿÿÿ—ÿÏ+ÿüóÏ?ô³Ï=_ÿóï»ü±Ç3üñO7ûøÿOÿ¿üÿþúï¾ßþúï¯ûî»ÿ¬—þí{ÿîìï¿ÿþû¿ÿoû¿æþ÷Ÿ7þy§_òùõþÿé~úíç~WÞyµ—þÿÿßûöÿý÷GÿÿóßÿÿýïÿãóÿûõŸÿýÿÿÿ_éÿý«½þû¿ÿ¿?ûÿ÷ýøÿÿßÿÿ|ï?ÿíßþÿïßÿ÷߯¿þÿùÿ7çwÿ}ãßüûõÿyÿ÷×_É1õÜÿÓV¿ÿ~ýõÿŸÿßü½ýwZüÛÿ¿Íüßoývþéóÿköºô÷þgýÿÿËÿ?ÿ÷ßÿýßýÿßÙÿÿõô_}ÿÿߣý?ÿýãߟû÷ù·ÿ~î¿ßzëï¿ÿþûï¿Ÿúûÿÿüë­¿ÿúû¯ßO~÷÷ßû6ùçûͶÛÞ«ý¿ÿß{íýhûûïþÿïÿÿ¿¿êû¿¿ûÞï–ïkçîöZý÷ýûî«ÿfþ_g¿ÿ×þÿÿõ×Kýý×ÿý÷Wßåõ÷__ýõ÷_ý_Ûÿ*»ù¿Úÿ¿¯½ÎÚkï¿ö¹¯½^Úû¯½öÞk¯¿ûúÿYÿ¿íÖûo¹ÿþßïÿù÷ÿÿþÿïÿÿþÿÿÿÿÿÿï¿ÿ¿þÿ™wœçÙw¿uö›o½ÿßç¿þŸçÿÿÿûÿ¿þùÿæÿ÷ßo­ýVÚwßuößwÿýŸkÿ±ök¿ýöÚûùÇÿ´ýÿÿ?ÿýößÿÿÿóÿÿÿÿßÿÿÿÿÿ¿ýößÿÿÿÿÿüÿÿÿýïÿÿÿ÷ÿÿÿÿßÿÿÿÿÿ÷÷ßÿÿýÿÿ­?¶øã?ÿöãk¿½þÚ'ÿöço}þÖÛo­þ÷Ÿÿ%ÿõõ×W_}÷]__õ•ÅWñWßý÷Ý_u÷Åÿý¿ûÿ««®ÿûÿï¿ýþÞo¯ÿ÷k¿ýã›_¿ýöÛk¯÷÷×ÿÓÿßGŸyü±ÇŸ
æÙ`m>H›
¾Ùä¶ØÀ-¾ùâ?þ¿þûï¿ÿþúï§ÿ~úÿ¿ßÿïwÿþí·ß~ûß÷ÿ_ÿñÿÕ_ÿ}õÕWßõ]QõýUzß•ó]}g÷\yÿ¼÷ßû¯ÿÿÿÿûÿÿÿÿ{þÿç¿ÿïùÿ{þ¿ï¯{î½çþÿÿÿ¿ýÿÿÿÿß~ÿïßýÿßÿ÷ÿ÷ýÿÝßÝßÿÿÿÿÿÿìÿÛÿÿŸßÿÿî»ß_ÿüþþ~ùïûÿÿÿ÷Óïþÿòþÿgýõ×_}ýÑ×_ýµW_{ù—_{ýå×_¼õ—_síõçÙÿÿýù÷{ÿïÿÿûÿÿþïÿÿûýÿû«¿wÿÿØÿŸÿþÿÿÿÿýîÿï¾½ÿ÷WÞÿÿÿûÿ¿ßÿÿ÷ßßýÿïfþÿÿý÷ßÿýÿÿß}_ÿÿ¿ýÿÿÿwÿÿßÿÿÿ×ßû÷¶ýç·_ûÿÿÓûoüõWí÷ÿ¿ÿÿ]ù÷×ûïïÿ«ïßÿ½ûþÿ¿ýÿÿ›¯ïößæý~ÿ÷ÿ›úëßÿþÿÿÿÿý÷ß÷ýÿÝÿ^ÿÿÿÏßößÿ÷ÿçßuûÿõßn÷]ÿåûÞÿÿýÿóÿÿÿÞÿÿÿç_¿ýÿŸï»ýþ~í¿ÿöûÿ/ûûÿ÷ÿÿ~ûÿ¿ÿýûÿŸÿžÿ¿ýÿÿÿÍþÿÿÿßÿïý7êÿ¼óÏ?ÿüß;þüýÏ÷ïò‡ÿðñ§ÿÿÿÿï7¿øÿÁÿï¿ýûçýÿþûíÿ¿þÿ¹ùûþï¿ÿÿþÿÿ?ÿû¿ÿ¯Þw_¹ßß¿|ÿÿ¿ïÿ÷wÿ½ï~û/¹ý½ß»ïŸÿöÇþÿÏÿÿÿþÿûÿýÿÿÿÿÿ“ëïÿß÷ýÿß¾ý÷ÿ½þÿÿ~ÿý÷þ{ÿÝ÷ýÿßÿÿ÷÷¿ÿÿÝýßý÷ý÷ßþñÿÿÿzÿç'ÿz_ãÿßßý÷úÿ÷ßúò«/÷Ú^ýÿ?aýÿÿóÿÿ?ÅóÿþÿÏÖûî÷'ÿýç_\ýõ'÷öó¿ïÿÿÿßÿÿÿýß÷ÿÿýÿ÷ÿ¿öÔÿ)ýÿÜY+½öôsÿýÛÿý÷ÿÿÿûÿ¿ÿýûß¿ÿ÷í·þêÿ³ßzêí³ßþ¿ßÿ¿ÿúï¯×~³ï7»~{ù½_Úo¿ÿßí¿ùÞÛϾýì_öÿÿÿÿÿ¿úîÿïþÿî©ï~ê¿õþýþ«ÿÊûî¿õý[ïâùÿÿÿûÿõßûÿõÿßWç×[ýï÷^õõ÷_íõÿµßÿÿûÏ¿¯¼³Ïûÿ¾Óú{Ÿê«ÿ¿÷ê믾ûêk¯þ[ýÿÛn¾ÿþûo»ÿþÛî½ýþn»ÿþÛþ¿ÿæûï¿ÿÿûßèÿŸyçùwŸöùgßþygçÙç¿ùþùçŸþùŸýþoýýçßwþiç}ÿ¹Öüý睯ý§kþ¹æßwÞŸÚoÿÿÿßÿÿÿÿÛÿÿ÷ÿÿÿßÿÿýÿÿÿÿ÷ÿÿÿ¿×ÿþÿÿ×ÿÿý·ÿþÿÝÿÿþÿ×ß÷ÿ÷ÿ~ÿõ÷ÿÿŸú·üò_/÷ÐÂ-þø‹'|ó‰?÷Ñۍ/þüâ‹­½üßöÿÕWÿ}õÇÿ}óÝ_}ñW_|óÏW}|ñÌ6ß|õÅÿ‹ÿ¿¿ßÿÿ>ÿí÷/­·ì{ÿýß[owÿÖÛ;½¹VÚ{¿ýŸüüùçŸ}~øçyô°áž|˜Æƒo´™Æo,°Æ›Mþèÿÿ¿ÿýûï¯ÿý2¾ßâ?ºý{Ëÿÿü»ï?óüûÛþ?ÿÿÿýÏ÷}õÞ·Ïÿ÷öS?ýì÷O?ÿçßßÿûîßÏþúÿë¿ÿÿúûÿxÿºïÿýêÿ¿ùþªç¿¿þ»ë¯»î»ïþÅÿ÷ÿÿÿýßÿ‡ÿ¹ÿ¯_þߎÿ}ùËÿýõÿ—_øõþÿÿÿ¿ÿÿûÿ¿Oÿÿÿÿ/þïÿûÿÿþ¿ÿÿÿþÿïÿÿ×ÿ_}õõW_ùu×_|õu×õÅW-õõ×_sýuW_ÿºÿ?ÿ¼ÿï?ÿcÿÿÿÞßÏÖýÿÿ¿ÿ=þoÿþ?þ_Øÿòÿõ÷^Ö÷ßÿÎÿº÷}ûÞÿýÿûÿ?ÿÿ÷ÿnêÿïÿÿý÷÷ÿÿÿÿ¿ÿÿûûïû½ÿÿÿÿÿ÷ÿ÷ßÿ÷ÿnûßÿïßõþ{ï½~ýñÿÿoõÿ[oýÿwÿoýý÷÷?ùÿçïÿÿÿÿÿïýÚÿ÷Ÿü¿ï¿ûÞùïþÿÛ¿ÿíÿÿÅÿÿýþÿÿÿzû¿÷?ÿíÿeø÷÷ßÿÿÿÿ}÷ý÷÷ÿþÿßÿÿÿÿÿþÛîÿÿßûÿívïýýwßÿÿßöûïþÿÿsÿÿûÿÿ¿Ÿ~û·_úþùÿùÿë÷ÿÿþï÷¿ùÿÿßÿÿ£ÿý?ÿüóÏ?ÿ¼ñÇ/ÿñæÿü»OÿßÿÿÞ_ÿµýÿÿßüÿÿûï¿ÿöûí_ÿþûÿ¿ïÿë×?~ÿýîÿýoßÿÿÿïáÿÿW{ÿùåþûå_ß^ý¶?üÛß}ÿßß»×|ûïÿwþÿÿÿÿïÿ}ûßÿï·ýþÍ·ßÿÿ¿ÿÿþëýçßßÇûÿÿÿÿÿÿì¯õÿýºÿþÛßÕÿÝÿÿÿþûïß÷ý÷ÿÿÿÿÿÿ¿ÿþûÿÿßÿ?ÏïÏó¿ÿóüÿÿúÿ¯ÿ?þÿƒÖçËÿÿÿÿÿÿÿüÿÿþóùþ?¿Ïÿÿÿÿÿçÿ|þÅ3÷kóþÿÿÿÿÿÿÿÿcýÿ÷ÿ?Óÿÿýï?ÿOýÿÚYÿý÷ߏýÿÿý÷ßÿ}ëß?ÿþ÷½þýûÿþÿëÿ·Ïúûïÿ»ýÿﯿþþûå—wûë­÷ìÞ½—ß³ÿßÿöûo?Ûγ½þgÿÿÿÿÿÿÿ¯¾ú®ýï¾{ÿï¾únýÿÿÿïÿÿ–»î»õVþÿùÿÿúÿo½õ_ÿoÿýý¯ô÷úÿÿÿVÿõ÷w{ÿÙÿ¿ÿöÏê¡¿ÿo¸ïòÿ¹¥¿‹ÿÿý¦þïë徟þÿÑþ¿ÿö{o»ñ¶ûo»ùþûoî¶Ûîÿìß{¿ÿæÛîýÿOöÿù÷Ý}þùgŸæýwŸþgŸ}þûÿŸÿÇùgžþûÿæÿÇßßõ×_w½ñ÷ÚgþõŸ|ùöÚþ½æo¾á÷ÿ½ýÿßÿÿÿÿ¿ýÿß?ÿýÿÿÿýóÝ÷ÿÿ÷ÿ?ÿüÿÿÛýÿÿþÿÿÿÿý÷ÿÿ}ýÿßÿýÝ×ÿÿ÷÷ÿ}÷ÿ÷ÿ¤ÿ/¾øâÏ/ÿüã/¿üb'ÿøâÿí¿üú-Þøcïÿ5ÿÿ}õÕW_}õÕ}õÍVñ×7{ýõÅß|ñÅüùßÿïïöúÿ¿ÿõêû¯ýþ{¯¿Ò¿ë¥ýWÛ/üñrûÿ×ÿ¿Çž}öÙç}<ÐgìÉy<ÐGm~±fK4Øæïþÿùþïïÿþ{ý¿Óþ{ôÿ£í?Ó}ûŸ/ûü6ÍþÛþõÿßßßÿõßÇ}ö÷ïŸÿßgÿ{æóÿ}í·G^öý£ÿÿÿÿÿÿÿÿ®ÿÿûÿÿûîߟÿïûþûÿß»ÿ¿ÿþ¹ï?üÿÿ¿ÿþûí·÷Þóï¿ÿÜû?þþk½ÿÿþsï?÷ÞãÍÿãÿÿÿÿÿÿ¿ÿÿÿÿÿ¿üÿOþÿåÿÿÿïÿÿÿÿÿÿû'ýÿµ×_õõ×_ùÅ×[}ý—^õÕ×_}ýõ×_|ùµÿøÿûÿûßÿsï?ûÿÿË?þî¿Þÿó¿6úüÿÿÿÿûÿÿ…ÿÛÿÿ¿ÿÏ÷/ÿþÿ??ÿ÷Þÿ¿ÿ÷ÿïüþÿ÷ÿßþýÿ´öÿÿÿÿ÷ÿÿýïÿÿÿÿ÷÷—ý÷ö~ïïÿ¯ÿÿÿÿÿÿÿôÿÿC_~ûnß_ÿÿ÷Çoý—ϼÿÞßÿ÷Çÿýÿÿ§ÿÿ{ïúïÿÿ»þïÿßÿî¯î{öÿý¿ûþÿoûÿïÿÿý÷ûÿÿÿÿßÏ÷ÿÿÿ}÷ßÿþÿÿÿý¿ÿ÷Ýïÿßÿïvêÿþÿïÿ_ÿÿÿÿ÷ÿÿÿí÷ÿÿÿöÿÿÿçËÿ¿ýÿ+ûÿï¿ÿÿÿïïÿëë¯ÿÿ׿ßÿÿïÿþÿþÿüûÿÿÿû¿½ûÏ?ÿüñßÿüóÏ;gk‡ïÿýóÏÿÿÿÿÿÿ}ÿÿÈýïßÿþ{׿÷î÷ï¿ßn»÷ÿþÿï¿þÿÿÿ÷ßÿÿÿïîÿïuÝÞ÷õÝ{þõÇßwoß÷Ÿîùß÷ÿÿ÷Ï¿ÿýo@ÿ¿ÿÿÿÿï×ÿþÿ÷׿ÿÿþ÷ÿýçÞýÿÿÿÿóýÿÿ—þ÷ÿÿÿÿÿÿÿÿ¯ÿ÷ïÿßÿÿ­¿¿þÿýÿþÿìóÿÿßðÿ·¶Ôþÿç÷þý¿ö·sÿ×ÿÿÿýÿßÿÿÿÿÿÿ?i}½ù?ÿÿ¿ÿÿûïÿõ¿Wÿ÷þÍÿÿïÿŸüÿüÿ÷ý¿.ïÿOýõÿÿÿÿÿÿÿÿÿýÿÿÿÿÿÿÿÿ×ÿÿ¿öÿÿÿ½ØÿêÏÿÿ÷ÿÿÿý÷Ïÿÿÿÿÿÿóÿ¿ÿÿÿ¿ÿÿÿ¿Åÿÿþ{é¯ÿþúï¿¿þzû¯ÿûïµÿßúïµ×þ{ï¿ÿþöÿÿï{öÿÿÿÿÿÿÿÿ»ÿÿÿ¯þÿîÿïžúÿ»ÿÿÿïàÿÿ×KÿŸßþÿý·þþßïÿûg½ÿ÷ÿ}}Õÿ_ï·þÿ½ÿÿ¼Âþ¿ÿåû_ýâû>¾ß·Ï+ñ¿ûÿ»¥×ûjþýþûüÿûï¿ýö{ï¿÷Þûï¿ÿ¶î¿ÿþÿïÿÿöÿï¿÷ßû¿âÿŸþY÷ÿùçßÿù÷þùç¿ÿÿçýþùÿŸÿþþùÖÝüýÇk¯ýÖÚÿñçŸÿý÷Ÿûùçßþ—Ûÿÿÿóßÿÿýÿÿÿýûßÿÿÿÿÿÿýÿÿÿÿÿ÷ÿÿÿ¿Õÿÿõ¿ÿÿûÿÿÿý÷ÿßÿÿÿ÷ßýÿÿßÿÿÝ÷ÿÿßúÿñÇ‹/þñr}üøâÏ/vÂK5õþóÿ-þß÷Ë¿ÿù_ðÿß_}õß_ÿý÷Õ_}õKüñÇwÿ=ñß~üñßÿ›ÿÿûïþ»ü¾þwß¾ºþûï¶üÿï¿ÿîß+ÿýÇÚoüý?ýÿ[î™eöùç}æÙÇžôùgŸmüùG›¾ÙfŸkþéÿßÿþûÝ¿ÿùçÿ?ÿþþ¾øûÏ¿ÿýúŸÿÿøãßÿÿÿÔó}õÿüÿßÿÿýßÿ÷Õ_þýï×ÿÿÿÿßÿÿ¿ùÿÿÿÿþÛÿ¯ÿÿÿþûýÿÿþë¯ÿþûï¿¿þúçÿÇûÿýÿßÿþÿÿÿÿßÿ~ÿÿÿÿÿ÷ßÿÿÿÿÿÿÿ÷ÿÿ­þÿûÿÛÿÿÿÿÿÿþÿÿ»ÿÿïÿÿÿÿ×ÿ/ýÿÿ‹ÿÿÿÿVþ_{µõ×_>õõÓO?Õõ;ôµ×_ñå–_½µ×^û†ÿÿÿÿþÿÿüóÎÿ÷úóÿúþçßÿ¿ì¿ÿÿÿxãÿ?ÿŸùÿÿÿÿÿïþýïÏ÷ßþ÷ù÷öë¿ïÿþÿïï¿íw÷ß|ëÿÿÿÿûÿÿ¿ÿþýÿ¿ÿÿûÿwï߯ÿÿÿÿß_ïÿÿ_ÿÿýÿ÷×ÿ?ýÿ¿ÿõ÷øï¿ùýÿßÿÿÿ÷ÿÿÿ÷ûÿÿÿï¿þÿŸÿ÷ÿýo¿ÿæzýÿ¿ÿßûþïÿÿÿÿÿÿÿÝÿ}ÿýÿ½_þý¿ÿwÝ÷õÿÿÿÞûßýÿ?ïóÿÿ¿þïÿöûþ÷ÿîóÿÿÿþÝïÿ6ßÿÿÿßÿÿýîÿÿÿýÿpÿÿÿûÿÿÞþÿÿßþÿþçùÿûïÿÿþïÿß÷÷ÿÿÿ¿¯ÿ?ÿüóÿ?ÿ}óÏ?ÿüñ&¼½Ï>ÿüÿýÿÿ¿ÿÿ»ý÷Þ»ï¿ÿûé¾ÿþûï¿ûïÿŸþûïÿýÿÿÿïÿÿÿâÿþ×zýÿßÿýý÷ß?þýÝ~ÿƒŸÿÿÿýïÿïß-þÿÿû÷ÿ÷íÿ×ûÿï·ÿþï—ÿÿÿýÿÿÿÿ÷ÿßÿÿ×ûÿï¿¿ÿÿÿ÷ýïÿÿ¿þÿ¿Ïúÿÿëÿÿÿÿÿÿÿþÿ¿ÿ\Þÿ?ÿÜÿû7ÿÿ«ÿÿÿÿÝ?ÿ¯ÿ?>ÿÿÿÿÿÿÖçûþÿÿÿÿ?¿üÿÿ|ýÅüûìþûýÿóûþÿ?÷jô>õ÷ÿÿÿÿÒÿÿÿÿßÿÿßßÿÿÿÿÿÿÿüÿ¯ý÷׫ý­?ÿý÷ÿ7þÿ÷ß?ÿýó9ÿüûßÿýÿÿ÷ÿÿûïÿÛüß綾ÿþo¥×þúë%“^ª¯²ßûûï¿þû}ûþÿíþmÿ¿¯½úÿÿ¯¿úÿÿ¯—úšõûîÿÿÿÿÿÿÿÖÿï¹Û&þ_}ýõúÿmýÕÿëýõÖ=ý÷þ¯ÿ¿ëÿÿ¿ÿwýÙÿÚë¥÷ÿ_¨¯ý[/«¯†þéé¿ÃÿüþßÿÿÿþÿþÿUÿ¿ÿö{ï¿ÿ¶ûo»ýþûoë–ûï¿÷öûïýÿÿûûÿ_þÿùgœ}þùgŸ÷}gßögŸ}þùçÝ}þûŸÿçÿÿ¢ÿÇZo¥õÇß}ø=öÚwûu^}õ©Ö_ßñ÷ß}þý÷ÿ…ýÿß?ÿýÿÿÿÿÿ÷ßÿýöÿÿÿ÷ÿÿÿÿßÿÿÿÿÿýÿÿýýÿÿÿÿÿ÷ÿûßÿÿÿõÿÿýÿÿwÿÿÿÿÿ­ÿ?þøã=÷Ñâ‹-÷øâ'öÜ‹/þØçëÿ÷ýÿÿÿUÿûm÷ÝWÿýÕßW_}ÕÝWõ×}õÝ_ü»ß»ÿý¿ûÿÿ«¿öÞ¿ïÿûúïï¿¿ÿ¯¯¿új¯¯ÿSúýÿýÿßÿÕÿ¿G}ä¹gŸ{öùÇ{æÉ}ôÙgy¾ÑfŸoþùçþÿýûíÿÿýúßÿÿþþ¿ÿÿïÿÿþúïÿÿÿÿÿÿýÿóÿÏ÷ßÿýß×ÿüÿýßÿÿÿ÷ÿ×ßÿÿÿÿÿÿÿÿÿºÿÿÿÛë¿ÿûÿ¯¿þûë¿ßúïÿ¿þúïŸÿþÿïïþÿü¿ÿÿßÿÿÿÿ~ÿÿŸÿÿýÿÿÿÿ÷ÿÿÿÿÿÿÿÿÿáÿÿÿÿÿÿÿÿþÿïÿÿÿûÿÿ>ýòÿÿÿÿÿÿ;ÿÿÿ¿ÿWý÷õ×_õõ×_}ýõ×_µ×]wýµ×_~ý¥×_íõ/ûÿóÿÿßÿóÎ?ÿÿÿýÿë?ßÿóÿüûl÷ý?Þÿóÿ—ýßÿ¿¿ÿ÷?ëþÿþÿÿßîïÿœïýÿÿÿûöïï÷ý×ÿÿýÿþÿïýÿÿßÿû¾¿÷¾þÿ¿¿ÿÿµûÿþôÿÿ÷ÿÿÿWÿýõ÷ÿÿ_¼×ÿÿÿ×—ÿÿýþï›ýýÿýïïûþï}÷ýÿîçÿWûÛÿÿÞÿç¿Ýÿÿÿ_õû]ïÿÿý¹¿ÿÝwýçÖÿÿ÷uÿÿíÿ¼ÿïÿÿÿßûßÿåÿÚÿûÿÿûÿÿýÿÓï>ýößýýßûÿÕÿþûo¿ÿ¿¿ßg÷ÿÿÿÿÿÿïÿÿÛç÷ßÞ¿ÿÿÞþ÷ÿÞßÿý÷ÿÿÿÛÿ¼aÇüñÎ?~øóÎ?ÿôÏ?ûüóÿ}ÿý÷ÿÿÿÿÁÿï÷ýûï_ÿþïß¿}û³ÿnûí¿ûûÿÿÿÿþÿÿþê}á‡÷ÿõ÷Îý¹ÿÞûÿÃ?Üýÿûüÿÿÿÿÿÿ¦ÿ¿ÿþýÿÿ~ûÿÿ×ÿÿý¿ÿ=ÿÿ_¿ýõßÿÿÿÿ‘ýÿý{ïÿþÿûÿÿ¿ÿÿïÿýó÷þÿÿïÿýöûÿÿÿñÏýw~ÿÿßÿùå÷÷_ÿçÿÿßHóÿwÿÿÿÿÿÿÏÿ?nýóÿóýòuÿÏ/¿Ïÿõ?÷ÿ_nºÿ¿ýÿÿÿÿþÝÿ¿ïÿÿÿÿgýÿÿÿÿýÿÿÿÿÿ÷ßÿÿ=Þòÿíÿüÿÿ}Øÿüÿÿÿ|êßÿÿÿóÿÿÿß?ÿü÷ïóŸ?ÿ¿÷ÿÿ¿Åï—êÿﯗîûû¿×^2í¥_ûëíŸïzÿûÿÿ÷ÿþ/ö¿fÿÿÿ¿¶ïÿÿ¿úÚ©¯~êÿï¾+ÿ»ÿþ{o½öÚÿoãÿõÿÿýÿõ×ÿÿÿõ×WýWûoÿ÷ÿÛçÿÿýÿÿÿÿÿ±ü¯ÿ_ß¿¯¿òÿ?¯¼þÊ«Ÿoúïÿ›~ÿ¿ÿÿÿÿÿþSüÿÛþ¿ÿþ›ï¿ÿþûo»ÿþî¿÷þÛîý÷çß~ûí·ûùìÿŸýþù÷ŸyþÙçŸæù÷þýçŸy÷ûÿÿù÷ÿÿŸß_þoõýÇÛýùםúõçÚÿáö_~ý}ößo¯}÷ßþÚ?ÿÿÿûÿÿÿÿÿÿÿÿÿßÿÿóßÿÿÿóß¿ÿýÿßÿÿ¿Ïÿÿýÿÿÿÿýÿßÿÿ×ÿÿ÷ßÿÿÿß·ÿÿ÷ÿÿÿßú¿ØZ?ÿØWÏ/œðs_?Ǐ=þØòkÿÿÿÿýÿÿý_ôÿÕ|õÝ=ñÅ_ûýõ}÷×Wüûï»ÿ¾»ßÿ—ÿï¿þ»ï­ÿÿûë­»þ¿ïþßëï¿¿Þzý÷ÿÿÿÿÿý?½ÿyô™GyþÙGyôùgŸîÙÇžyôÙçŸþùçŸoþâÿïÿüÿïÿ¿þ÷ß¿ÿÿûÿüûë/þø÷ÿÿÿÿÿÿÿ?ÿßÿó×ßßÿ÷õ?ÿüýß÷ÿóýß_ýßÿßÿÿÿÿÿ?úÿïÿ?ÿûïÿÿþÿÿ«ÿÿúý?þúï¿¿ÿüÿÿ¿¿ÿïÿÕÿÿÿÿý÷ÿÿÿÿÿÿ_ÿÿýÿû÷ÿÿþÿïÿÿÿý÷ÿÿŸþóÿÿÿÿÿÿÿ¿ÿÿÿß¿ÿÿÿ¿/¿½ÿûOÿýäËïÿÿÒÿ_{íµS_}íä_zùÕ×{ìõÖ_ý5W_w¼ÕV_ÿ¶ÿÿÿ·ïÎÿû¾óÏÿÿøóÎþûóÏþLýßïÿÿÿÿ?ÞøÿÿÿÞÿÿþßÏÿÿóî/ßÿÿ[_¿ýÝ÷ßÿÿïßüãÿÿÿ÷ÿëü¿¿¿ûÿûÿ¿ù^ïï¿þÿý÷þûÿ¾ÿ6ÿÛ_Ýÿß_ïÿå6ßî;ÿ׿ÿõ÷ßùõÇüýwûÿ·ø÷ßû{ÿûÿ¿ß¾÷ÿÿÿþ¿ÿýûéonÿþ÷ÿþÿÿÝÿß[÷ÿw—ÿ{ïÿ¿~û}ýÿßÿÏýïÔÿÏþÓßÿÿÿ‹þŸ÷æÿ/¿ÿÿÿÿÿþÛÿÿ÷ßÿ}ÿû~ÿÿþû¯ü÷ó¿ÿÿÿý{ÿÿþýÿ¿ÿü÷ÿýÿÿ÷ÿßÿÿÿÛÿÿÿÿ»ÿÏ;÷íÿÇ?ïþóË?ÿüó/ÿÿýÆ?ÿø¿÷þÿÿÏÿ;ýÿþûßÿûþû÷«÷þûï¿úÿÿÿ¾ûßÿÿïÿÿïþÿä¿çZÛ÷çßßÿýõ_þµÝûïÿÇ‹ÿö_ëÿßÿûßÿþ«ÿÿÿëÿÿÞÿÿ¿ÿýÿ¿ÿÿÿý÷Ûýÿ÷ßÿÿGÈ÷êÿÿÿÿúÿ÷ûÿÿïÿÿ¿ÿÿÿú÷Ï}ÿý¿¿þÿýÿÿç•Ÿßÿ÷ýÿÿg?ýÿü÷Ý¿þÿý÷ÿÿüÿÿ÷ÿÖ?ÿ?¿üþÿ?ßïÿÏüûïgï¿ìçÿùsÿÿÿïÿÿ¿ÿkõþ÷ÒKÿ¿ôÿÿÿÿßßïÿY{÷¿ß~ÿ¿þÿÿ¯ÿýß·ýÏ7žúÿÿÿóß?ÿüóÿúûßþþÿ½óÿÿÿïÿ»ýi¥ÿ^{éïÿÞþû%“ÞúïÿÞ{ù§×þßÿûÿ7ïÿbÿk¯ÿûêkÿÿÿîÿ¯¿þî÷ÿûî«¿¾úÿ¿ö–{o¹ÿþ_ýõ×[ÿÿÿ÷ÿýõ÷ÿÿÕö_ïµ”úÿÿÿÿõßý_Éÿú«¯¼’zýÿ°ÿÿ«¯¾ûý¯…ó:î­óÿÿïïÿþþÿ×ÿ¿ÿöûï½ÿþûo»ÿ¶›oëöûï¿ÿÞûÿÿíÿßþÿÿþÿùgœþùgŸæÙgŸyççþÙgŸÿÿÿÿù÷ÿçÿÖÛþ¹Ö_wþµÖÝg¿ý^üù×]}üýöÚ}ÿÝ÷ÿ¤ýóÏÿÿÿ÷ßÿÿÿ÷ßïÿþþÿÿÿÿßÿÿÿûßÿÿýÿÿ[ý÷ßÿÿÝ¿ÿÿ÷ßÿÿÿÿÿÿÿýßÿÿÿÿÿÿýÿÿÿ¨Ë?¿Ð/ÿÑóË/þØâ'¾Ð׋/Ÿxúÿÿÿÿÿÿÿ5ÿm×Äß}õß_[}ÕWWµÅ[ýµÅ—ÿþûî›ÿýÿúÿú믿Þëÿý¿þûï¿¿ÿÿ¬þïûo-¹þÿÿÿÿÿßÿÏÿßC9äñåŸ{ôñÇ{æé}þ™çmôùçŸþùç¯þ¿~ûßuþþûŸ¿¿ÿÿï?ÿûÿ¿þ⏿ÿÿÿÿÿÿýöÿ÷÷ÿü÷÷õÿýý÷ÿÿ÷ÿýóõßÿýÿÿÿÿýïÿƒÿ¯öûÿÿ¿úúÿ¿ÿþúëŸßúÿÿ¿þúëïÿÿþûÿÿþ?ýÿýÿÿÿÿýýÿÿÿÿý÷ÿþýÿÿÿýÿßÿÿßÿÿÿÿï¿ÿÿÿûÿÿýÿÿþþÿ¿ÿôÿüûÞÿ/ÿÿÿÏ/ÿýÿËÿwù÷õW_íõ×_zíô×\o±×_ùåÖ_íå–_ýõ¯ûïóϾþÿ¿ÏÿüûÿÿÿüÏ={ü¿ïýßÿÿÍïÿÿýÿÿ÷[¿ýÿý_¿ÿóýÿÿÿ{oïýýûïß·ÿÿ;ß¿ÿûÿWþÿþÿÿþÿÿÿÿÿïßß߯®ûÓÿ¿ýÿÿ×ûÿÿÿÿÿ°¿ïŸ[ýý×ÿÿ÷¦ÿn¹×ÿÿ?¿wÿýõ÷ý¿ÿÿ³û¿¯wŸ}ÿ½ÿnîÿÿÿëëö¾þûþÿþûoÿý~ÿÿïŸý÷û÷×Ýÿµõþÿþÿ÷ÿÿÿ}ýÿÿÿßwÿýÿÏ÷ûÿhÿ¿ç¿ßÿûïýýÿÿÏýýÿÿÿ÷ÿ¿ûöùïûÿôÿÿVÿûÿÿ¿ÿÿ¿ïÿÿóÿÿßÿÿÿÿïÿÿÿßþýÿÝÿÿûÿÿóÏ?¼óË/ï¼ëÏ?ÿò÷:ïüÿÿýÿÿ÷÷ÿüOÿû¿ÿÞ÷î¿ßþûíÿÿþugÿÿôïÿÿÿÿþýÿþ·ÿ?þÿÿøç{?Îñ×{í÷•}ß¹ÿÿþÏo¿ÿÞÿë¯ïýÿ§¿¿ß~ûÿ÷Ûyþüÿú{««×úï¿õÿ~ÿý÷_ÿõÿÿ…~ÿÿü¿¾¿úý÷ÿÿûkÿ¿ûÿÿïÿû÷ßýöýïÿÿñý÷ßýýÿ<믓ßÿÿýÝùÉŸÿ×ÿÿÿÿÿÿçÿ¿b}ùÏÿÿïóÏ×[½|ÿ_gÿûw}ÿ¿ÿüsßÿÿý¿Vïßÿ½ôÿÿýÿÿÿÿÿÿ×~ÿÿÿÿÿÿýßçÿÿüÿçýÙÿþóŒÿÿüóßÿýÿߧþûÿÿÿýÿï¿ÿ~þÿ÷ÿÿ¿Íÿ÷^zé¿—^²û¯¿_ûë¿ßûï¿—ÿûïuÓþÿÿþö¿ûziÿ¿þÚÿÿÿÿêÿÿ~îÿÿ¿úÿ¯—úï½öÚÿoãÿ]Ö_ÿïõÒÿÿÿ¿×þoýwÿý÷õÿÿýÕÿ×ÿßÿ¡ÿï½úú?¯¶Îÿ¿ÿ¿ò/*Ÿ÷߯ÿóÿë¯ÿÿÿïÿÿ¿üÿÛo¿ÿþ{ï¿íþûï¿íþî¿ÿþûïÿÿÿÿûí·û¯ÿŸuÆùçŸæù÷Ÿ}þÝçþùçŸ}üÿïÿý÷ÿÿŸÿkþðýÖŸoÿõ×ÛkÝé÷ÿñÇÝù÷Ú³}÷ßüGÚÿÿÿóÿ?ÿÿÿÛÿÿÿÿÿÿÿÿÿÿÿÿßÿ¿ýÿßÿÿ¿×ÿÿÿ÷ÿßýÿÿ¿ÿÿýÿßÿÿÿÿÿÿýßÿÿýÿÿÿÿïú¿ÔóËôøf‹?¾ØB}Sµø×ûÿ¿ÿÿÿ÷ÿùÿö¿Ä_}í÷Ww_m÷Õý·ÿý÷Õß}×Ý»ïþûßÿ»ÿÿ»îúß¿²ûÿソþëÿüî/ÿîÿï>ÿþûÿþÿý?üÿôÙçŸ}ü¹Ç{äÙçŸöùç{þñÇŸþñÇŸoþçÿë¿¿þÿï¯ÿþóû¿üÿ¿ÿýÿïÿÿÿÿÛïÿÿÿÿÿÿ_ýý÷ßý÷ßÿ÷õÿõÏÿ÷ÿ÷ßÿÿÿÿÿÿÿøÿÿ¿¯þÿ뻿þøïßþÿíÿÿÿïÿÿþûçÿÿÿÿïÿÏÿÿÿÿýÿ÷ßÿýçÿÿÿûÿÿÿÿÿÿÿÿýÿÿÿÿýÿÿOö³ÿÿÿÿÿÿÿÿÿÿÿþÿÿÒ?ÿÿÿÿÛÿÿÿäËÿÿÿ¿Óÿ_}ýõ×_ýÕ×_ñÕ{éõ×_õÕW_u½õ×^ÿ§ÿŸÿìó¯ÿÛÿsÏ=ÿþÿïþsíþßúÌÿ?üÿÿýÿþßøß¿ýÏ{÷ß~ûÿ¿÷ýÿÿþßßß÷ÿÿ÷üÿÿû¿ïêÿ÷¿ÿÿÿÿÿ­úÚëÿÿoó9Ÿïÿÿÿÿÿÿûþÿÿÿÿÿÿo¼ÿþû/ý÷×ß½ÿÿ¿¿ÿÿyÿÿñÿÿ¼ýÿúÿ¯ûÿÿ÷ÿÿÿÿçï¿þ·ßÿ÷ÿþÿïÿÿÿîÿÿï÷ÿ¿ßÿÕÿÞ÷ýwßýÿÿ§ßÿïÿÿõß÷ÿÿýÿÿþÜÿÿõú¿ÿîûï¿ßÿ¯ÿÿÿÿÿý÷ßÿÿûÿûÛöÿoÿÿÿó¿ÿÿýïÿÿÿÿýóÿûÿÿ¿ùÿÛÿÿþÿïÿÿ·ÿÿýÿÿŸýÏ;ÿ´óÏüñÆ?ÿüñ'÷¿óÎ{ÿôÿÏ?þßÿÏ¿ßýÿþûï¿ÿþûï»ÿîÛí¿úÿ³ÿþ÷ïÿûïÿÿþÿ«þ÷ß?üy÷Ÿ~ùçŸgî¹ÿþõçÿÿÿ¿·~ÿÿ'þûë¯åÆûo½õÖoí—þþÝ÷ÿÿïÿÿïÿý×ßÿÿ_û÷ïÿÿÿÿÿûï¿ÿú»¯¿ûíÿûúÿÿÿïÿóßýþÿ_ÿßÿOýýÿÿ½þúÿÿñ÷_f÷Í<ýÿÿúß|ÿýÿÿ³Öÿÿüûå?ÿÿûõ×ÿ²ÿÞ»ïæÿ÷óüçÿÖÿÿÿÿëõ¾ôßßÿ÷ÿßÿÿÿÿÿÿ÷ß{ÿßÿÿûï÷ùïÿß—ý?ÿüóÏÿü÷ßÿü÷?ÿþóßÿÿü¿¿Ÿÿÿÿÿ[ü_饒^z©î·^úûïŸëþí÷Þþû¿¿ìÿïõÿÿÿÿÿhÿ믙þÚkö¿ûêÿÿ¿kÿç¾ûîÿÿÿwÿÿ¯þkïýÿ^þ_ýõ×_ÿÿýÖëÿÿ·ÿ{¿ý÷ëÿ·þøÿyýÿÿ÷ÿ_úÿê믾þúÿï¢ÚÿÿïÿŸùá¼ß?ý÷ÿÿëÿÿÿÿÿßÿ¿ÿþûï¿ÿþûï½í¶ûoíöûï½íÞ{ÿÿþ¶ß~ûÿþÿÙgžþ™gß}ç™gžÞgö™çŸÿþ÷þÿçûÿäÿöYk¿õ×_w§í×Zoýõ_}¾ÕÖkýý÷Ûoÿý÷ÿ•ýóÛÿ¿ÿÿßÿýÿß¿ÿÿÿÿ¿ýûÿÿÿïoÿÿÿÿ»üï¿ÿÿÿÿßÿý÷ÿ¿ÿÿÿÿÿûÿÿÿÿýÿÿÿÿ÷ÿ©ÿÏ=÷øãÏ-ÿøã‹/ÿØb7ÿð⏼øÿÿÿÿÿÿEÿßu÷]W}÷ÕW_}÷ÕWÿõÇW_ý÷Õÿïþÿï¿ÿýùÿ»ë¾ÿîºïýöÛÿï½ÿúë·þÛ¯¿®úÿÿýïÿÿÿÿÉÿ÷G{äÑçü¹çyöIŸ}þÙç}þùçŸþùæoþ¿þûïÿÿþúÏ¿ÿþúÿïÿûï¿ÿþ÷ïÿÿýÿÿÿÿýÿ÷ÿõ÷ÿý÷÷_ý÷÷ÿß}ÿõßÿÿïÿÿÿÿïÿ‹ÿÿþûë¿ÿþúç¿¿þúï¿ßûû¯ÿþýëÿÿÿÿÿûÿþßýÿÿÿßÿÿÿ·ßþýÿßÿÿÿßßÿýÿ÷ÿÿÿýÿßÿÿÿíÿ¾ÿ¿ÿöÿÿ¿øÿÿÿÿÿÿ_ýþ¿ÿÿ¿ÿÿ¿ý÷ÿÿýûÅ—]nùÕ×_ýõ×_}µÓO7ý¥×_}ý¥×_~üå'ûÿóÏÿ½{³Ïÿ__?ÿÿÏ7ÿìÿÿþü¿ËÏ¿ÿÿÿ…ÿÕ_ÿÿÿ÷/ÿþÿÿ?ßýÿ?ÿýóÿ·¿ÿúý?ïŸÿ¾¿gþÿïß}öÿöÏ×ÿÿÿÿû÷Ÿÿùÿþÿûÿ¿ç/þÿõÿòÿ÷ßÿýÕÿÿ÷ÿÕ~üóû?ýÿÿÿûïÖ·ýÿÿ›ýß¿ÿ½û¿ÿ÷ÿÿÿ¿ýÿî¾ÿïÿÿÿîÿý¿ýþ{ûÿ¿ýÿý¿ŸÿÿßÿiÿÿÞ]ïö×åÿ÷ÿÿýÿÿÿ÷ÿÿêÿûû¿ÿßÿÿ½ÿÿÿ»ýÞoÿwÿÿïß÷ÿó¯þÿÿßÿoÿÿÿÿÿþÿï¿ÿÿ¿ßÿß÷ÿÿþïÿÿ¿{ï÷ÿ{ÿý?ú¼ñÏ;¼óÏ?ÿüóÏ?ÿðÇ?¿óÿûÿÿcÿÿÿßIÿïßþþõ׿ÿþûï¿ÿþû·ÿöûþ¯ÿÿÿÿÿ¾÷ßÿÿþÿû×?ïþñ÷—?þñçùý׏ÿþùýßÞÿÿûÿåÿÿßÿÿý÷ÿÿïý÷Ï¿¿üß|ÿý×ßÿ¿ÿ÷×ýÿÿÿÿÿþýÿß¾ÿÿóßÿÿïÿ~Ë­?ÿÿ¿ßÿÿûÿÿÿ_ðÿ?¿ÿóeÿý÷ßóÿÿÿÏý÷Óçÿýrß?ÿóýç?kýóùýŸïûï¿ÿþÛÿ?ÿüç¿Ï>óï'òþûù±ÿ/¿¿Nï/ýõÔÞ{ÿý÷ßgý÷ß?ÿý÷~ÿå²Ë¯ýŸÿÿÿ}Øÿ<뉷þþóÏ?ÿ|ãÏ?ÿóÏ?ÿþó/§›þÿïÿÿÿ¿Óÿ—ê{i¿÷Þzé­·÷úë¯ûzëíßþzí÷×ÿ²ë¿ÿþö¿nïkÿ¾ûîëï¾ûïÿÿÅß»ï¾{ß«¿¿úÿ¹ÿÿÿoæÿõÒKõýò[/¿ü×ëï¿ûßoÿ×ü_aÿý~ðé÷ßÿ¥ü¯¶Òzkï´›j¹í¿ÚoþùÿnúïáßÚûïï÷~ÿýýÿ{ï½÷þ{ï½íÖûï½÷Þo»÷¶ûïýþûÛîÿíÿÿÿèÿŸþùçŸÿ™wÿÙçwöýçŸþÿï¿yöÛï¿ÿþkÿ¹Ö¾½ößh½ýöYïÕ¶Z¬õ÷ß¹É÷ÝÿÛÿÿ÷ÿÿ¿ýÿÿÿþöïoÿûßÿÿýÿÿwÿþ÷ÿÿÿ¿ÕÿþÿÝÿÿ÷ÿÿÿþÿïÿÿîÿ¿ÿÿýÿÿÿÿõ÷ßÿÿú÷øC?üðâ?þüâ-öã=þðãÿ¿ÿùÇ?ýý÷ßóÿ]ßý±Çvßõõ×_[u÷s_}÷ÇWÿýÕßëí·ß«ÿ¿Þþëí·³Ú뫽»úï«ÿþëï·ÿêßïÿö÷üýýæñgžyüñGŸ}öñÇŸçÑgžyôùgŸo®ùæ›oþïÿë?¿þóÏ?¿þûï¿ÿþû¿ÿýûÏÿÿùþÿÿùÿÿÿ=ÿ]ÿùõŸþÿõßßÿÿõÿÿç÷ÿýß÷þýóßÿý?ùÿú¯¯ÿúëÏÿÿÿûïÿÿþíÿÿþãÿÿ¿ÿûÿïÿÿÿÿÏÿ×~í÷ßÿúï¿÷þ{ï¿ûé·ßûÿýÿÿÿÿÿÿþóÿÿ¾ÿ¾øâÓ/¿üïÿÿÿþËoÿÿçÿo¿ýòËÿþûÐÿ_ýõ×]uý5—~õõWw­E_{ýõW_m½Ñ×_Ÿ†ÿÿÿÿÿÿÿíýÿ?ÿÿÿÿßÿïû?¿ûWƒÍòÿïÿÿ=øÿÿÿ¿Ýÿýÿÿÿüÿÿÿÿÿÿÿÿßÿ÷ÿÿÿÿþÿÿÿäÿÿíwû}ÿÞÿÿÿÿÿßÿÿÿÿÿëÿÿÿüÿß÷ýÿÿ_ÿ_ÿïõÿÿ_üÕÃ_ÿÿםÿñÿûÜß÷ßÿÿõûÿÿúÿÙŸù×ßwŸ½÷ùïüÿþþêÿÿÿ÷ÿûþûÿ¯úÿ¿ÿÃÿÏÿÿÿóÿÿÿÿÿÿÿÿýÝÿïÿÿßýïýÿÿýöÿÿÿÿëú÷WïÿþÿÿÿßÿýýÿËÿÿÿÿÿ?ÿßýÿÿÿÿÿþÿõÿÿÿûïÿÿÿ÷ûÿÿÿÿþ×ýÿ¿ï×þþºçßÿô¿¿ÿÿ“ÿÿùÿ¸ëÿÿýóÏ¿ÿÿý?þüóÃûÿÿÿ?¾ÿÿþÿßôÿÿß¿ÿÿ÷ïï_þýÿÿo÷çÿ~vÿÿÿÿû÷úÿÿÿÿïÿï~ÿÿûÿýïÿßÿÿýÿwóÍõÿÿÿÿÿ}ÿí¿ÿÿ'þ?¿ó¿ß^ÿÿÿÿÿÿÿÿÿÿÿ÷ÿÿÿÿÿÿÿÿÿÿÿÿÿé÷»ÿþ=ÿoÿÿÿÿÿÿÿÿÿý¿ÿÿïÿÿÿÿï¿ýÿûïÿÿÿÙ}ÿÿüùýçßÿùåŸÿÿÿÿßôÿ{ÿ¿ÿþËïþÿ#Ö?ÏîóÏçŸ/ßÿÏ7ÿüüÿÿ¦ÿÿ{ÿ?ÿüóÌóÿëðþç÷_þýoÖYÿÿïÿÿÿÿÿÿÿÿíÿßþ¿ýöÛnûïß“ýÏ¿ÿüó_·þúÿßÿÿÿÿ}ÿýÿOÿÿîÿµ×^sÍÿüá½^ªk¿ÿþûã¿×þÛ§»þûë¿—íÿͶßl¯ÿÿhÿëç¾gzýÿþûÿÿÿ¿úÿçÅÿÿÿÿÿ{ï½÷þÿÿ&þ_OŸõÖÿoýõ~ÿÿ÷õþ»Ÿÿÿÿ·õýßÿý÷þÿßøÿj:å§Êo*¯ÄÇ/¯ä³ÿÿò÷ÿxÿÿûï¿ÿþÿÿÉÿ¿åþ{o»÷¶ûï¿íþ[îÿ¶Ûï¿ÿÿ›ÿ÷ÞsÏ=ÿüþÿÙçŸyæÝgžþýçŸ~gßuþÙï¿ùÿÿ?ÿüòÎäÿö½ýö~¾ñöú¹^}ßñÖÝ¿ýõ×_ý÷ÿµýþÿÿ¿ÿþÿÿ¿ÿþÿÿÿÿÿÿÿÿößÿŸý¯½öÚkÿýüÿÿßÿÿÿÿßÿÿÿÿÿýþÿÿïßÿûÿÿï¿ÿþÿÿ¢Ë´øã‹/üÑÓ‹}”pB?¾ØǏ¿Ý]{ÿýÿßÿÿÿõ÷ÕW}}±ß3_ý÷Å?÷Õß=ó_7ÿý÷ß~ýý¿ûÿ»ÿ/ÿûëÿÿÿîóÿÿ¿þ«¿þûso¯ÿößk­½öÚÿÙÿÿç}öùçž{üñçž{äYŸ}þÙÇ}üùFm´Ñæ?þ¿þçë¿¿þòŸ?¾ÿ÷Ëÿûûÿþóÿ¿þú믿þòÿ÷ÿ_ý÷—ÿÿ÷ÿ_ÿÿ÷ßÿûýwÿû÷ÕW_}õÕÿ§ÿ¿þÿï¿¿þÿÿïÿþý÷ßßûïÿ¿þüÿ߯ÿÿÿÿÿÿ_üÿÿ¿ÿÿÿ¿ÿÞûÿ¿ÿþûþÿÿûýýÿÿ~ýÿÿÿÿÿÿèÿÿ/¿ýÿÿýÿÿÿÿÿÿÿÿÿÿÿÿßÿ¿ýÿÿÿÿÿÿÿÿ_ýÿu×^ýõÇ_ýôÓOüW_{õõ×^}ýÕ×_;ýõ¿ùÿóÏÏÿûÿ®ÿÿÿÿï?×øÿÿÿüÞŽþüï¿ÿþÿïÿÿ×ÿÿßÿÿÿÿÿÿÿ_ýýÿÿÿýÿ_ÿÿÿÿÿÿÿ¿ÿÿ·þÿÿúÿýÿÿÿÿÿïýÿ¿ÿÿÿ¿ÿÿÿóËÿýÿÿÿÿÿõßÿÿÿ¿¿ÿÿÿÿñÿïÿñÿ¯ïÿgü÷ßÿý÷ï»ÿÿÿýÿÿÿÿÿÿßÿÿÿßïýþÿÿÿïÿùÿÿÿ¿÷ÿüÿ÷ÿïÿûÿÿÿÿÿÿÎÿûþÿÿÿûÿ÷ÿÿí÷ÿýÿoÿýwß÷ÿßý÷ÿÿûýÿßÿÿ¿ÿÿíÿßÿÿÿÿëßwÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ×ßÿÿÿ¿ÿÿÿÿÿÿÿ÷þ?ùÿÿÿÿÿÿÿ¿ûÿÿÿÿÿÿÿÿóßÿÿþÿÿÿÿÿÿÿÿÛÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿôÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþý¿ÿÿÿÿï¯ÿþÿÿÿÿÿÿÿÿþûÿÿÿÿûï¿ÿÿÿÿäÿÿÿÿÿ¿ÿÿýÿÿÿÿÿ¿ÿÿÿÿÿïÿÿÿÿÿÿÿ÷Ûÿÿ•ÿÿýûÿÿÿÿÿÿÿÿÿûÿÿßÿÿÿÿÿÿÿýÿÿÿïÿÿÿßÝÿùçŸ~èçŸþÙçŸoþæŸ~øçŸþùçŸþùãþßÿý÷×ÿýóß~ýü÷ÿý÷×ÿý÷ßwÿô÷ßÿ÷oÿýößoÿíöß¿ý÷ßÿý÷ßwÿí÷ßÿý÷ßÿÿùÿÿÿÿÿÿÿÿÿÿõÿÿÿÿþý¿ÿÿÿÿÿÿÿÿÿßÿÓÿß{ÿý÷ßÿÝ÷ßûý÷oÿý÷ßÿý÷ßÿí÷ßÿ½þ?ÿüóÏ?ÿüóÏ?ÿüóÏÿüóÏ/üñÏ?ÿüñÏ?ÿÿtÿý÷ßÿý÷ßoÿý÷ßÿòßÿý÷ß_ÿý÷ßwÿýÿ³ÿŸ~ú駟~ú駟~úé§ú駟~ú駟~ú駟þ¿ýÿþûï¿ÿþûï»ÿþûï¿ÿûï¿ÿþûï¿ÿþûï¿ÿöÿãÿÿÿÿÿÿÿÿÿÿÿÿßßïÿÿÿßÿÿ¿ÿÿÿÿÿÿÿþgÿ¿ýþÛï¿ýþûî¿ýîÛïÝöûï¿ÿþûï¾ÿþûï¿ÿ¿ûÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþ÷ÿÿÿþÿÿÿÿÿÿÿÿÿÿÑÿ¿ÿþûï¿ÿþóï¿ÿþûïÿþóÏ¿÷þûï¿ÿþûï¿ÿÞÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¿ÿÿÿÿÿÿÿÿÿÿöÿÿÿÿÿÿÿÿÿÿÿÿÿ§ÿý÷ßÿÿÿÿÿÿÿÿÿÿÿ³ÿÿÿÿÿÿÿÿÿÿÿÿÿ¿üÿïÿÿþóÿÿÿÿûÿÿÿÿÿÿýÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿûèÿÿÿûï¿ÿþûï¿ÿþûÿ¿þëï¿ÿþûï¿ÿþûï¿ÿÿ7ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿßÿÿÿÿÿÿÿÿÿÿÿÿÿÿw?ùÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþÿÿÿÿÿÿÿÿÿÿÿÿÿÿûÅÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿoþÿßÿý÷ßÿý÷ßÿý÷ÿý÷ßÿý÷ßÿý÷?óþ÷ßÿý÷ßÿý÷ßÿüÝÿý÷ßÿý÷ßÿý÷÷‡ÿÿýÿÿÿÿÿÿÿÿÿÿÿÿÿïÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿŸüÿý÷ßÿý÷ßÿý÷÷ÿý÷ßÿý÷ßÿý÷ßÿëÿþ×_ýõ×_ýõ×_ßûÝ_ýõ×_ýõ×_ýõBÿÿ
\ No newline at end of file
diff --git a/ea/mona_361_1_asic_96.fw b/ea/mona_361_1_asic_96.fw
new file mode 100644
index 000000000..55c1d6b66
--- /dev/null
+++ b/ea/mona_361_1_asic_96.fw
@@ -0,0 +1,2 @@
+ÿ<+ùÚÿ~ýõ·wýõ×ßöýí¿õ[ÿ×ßßýõ×_ýmÝßÿð¿Þ÷ßÿ÷ýwßÿÿõÿÝ÷ÿ}ÿß÷ßÿý÷ÿ}ÿÝÿ¯ÿÿÿÿÿÿÿÿÿÿÿþÿßÿÿÿÿÿÿýÿÿÿÿÿÿÿÿÿÿ?ý÷ý÷ßÿý÷ßÿýößoÿ÷Çü÷ßÿý÷ßÿýÿîÿ÷ý÷ß}þý÷ß÷ñw}Þ'ßóù÷ßÿýwŸÿý?ÿÿÿÿÿÿÿÿÿÿÿÿ¿ÿÿýÿÿýÿßÿÿÿÿÿÿÿÿÿÿÿÿèÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿßÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþ÷ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿúÿï¿ÿþÿ/¿ÿþû¿¿ÿû¿ÿÿþûÿ¿ÿþû¯¿ÿûûïÿÔÿÿÿÿÿÿÿýÿÿÿÿýÿßÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ§þßÿÿÿ÷ÿÿÿÿÿÿÿÿýýÿÿÿÿÿÿÿÿïÿýþßÿ_üÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¿ÿÿÿÿÿÿÿÿÿ¿ÿûíÿÿÿÿÿÿÿûÿÿÿÿÿÿÿÿûÿÿÿÿÿÿÿÿÿÿÿßÿÿ?ÿÿþûï¿ÿüûï¿ÿþûÏ¿ûûî¿ÿþûï¿ïþûï¿ïþ?ûÿ÷ßÿÿ÷ÞÿýÿßÿÿÿÿýÿÝÿý÷ßoÿýçýÇÿçŸ~öùçŸþùçœþù–oþùçŸþù§oŸùçÿ_þÿÿ÷ßýÿ}÷ßÿùwÿÿwß÷ß÷Ýÿý÷ÿÿý~ðûùçŸþùçŸöéçŸm¾¥Ÿ~þùçŸÞùçŸþù¿»ÿÿÿþû¿¿ÿþûïÿþþï¿ßûÿïÿþþûï¿ÿþïï¿ÿíÿ}÷ß~ÿý÷ßûý7]íõßûý÷ßÿýöß÷ÿ¢ÿÛo¿ýþÛo¿ýöÛk¿ýþë¿ýöÛo¿ýöÛo¿¿öÛÿ^õÿÿÿïÿÿÿÿÿÿÿÙÿï¾ÿÿþ¿ÿîÿÿ¿ÿÿß÷ýÿÿ»ùÿÿÿÿÿÿÿÿÿÿÿ¿ÿÿÿÿÿý÷ÿÿÿþÿÿÿïÿÿ÷Iÿÿÿÿÿÿÿÿÿÿ¿¾÷ÿû÷ÿ¿ÿÿ¿ÿÿÿÿÿÿÿÿÿÿ¯/þÿÿÿïÿýÿÿÿÿÿ÷Ÿÿÿ÷ÿÿüÿÿ?ÿÿÿÿÿÿðÿç¿ÿþûï¿ÿþûï¿þë¿ÿ¾ûï¯ÿþûë»þûï÷«ÿÿÿÿÿÛÿÿûÿÿý÷ÿÿËŸùÿmÿßÿÿÿÿÿôÿÿÿ¿ýÿÿÿÿÛÿÿÿÿÿÿÿÿýÿÿûýÿÿÿÿÿÿÿÿ÷ÿÿÿûãÿÿûïÿþÿýÿÿÿÿÿÿÿ½ïÿÿÿûÿ÷ÿÿÿÿÿÿÿÿß?¿ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ»ÿÿÿûÿÿÿÿïÿÿÿÿÿÿùÿÿÿÿÿÿÿÿÿÿÿÿÿÿçÿÿýÿ¿ÿÿÿÿÿÿÿÿÿÿÿÿÕïßÿÿÿõÿÿÿÿÿ÷ÿþ÷_ÿÿÿÿ÷ÿÿÿÿÿýÿÿÿþ¿ÿ¯ÿýÿÿÿÿÿýÿÿïÿ÷ÿÿÿÿÿÿÿÿÿÿ×ÿÿÿÿñÿÿßoÿöÿÿý÷ÿŸ?÷oûýÿÛÿÿÿïßÿÿÿÿÿ³ýÿ?ÿüÿÿÿ¨ãÿÿØÿÿøãÿ?þïÿÿŸþÿÿÿÿŸýÿÿý÷ÿßÿÿÿÿ÷ÿÿÿÿÿÿÿÿÿÿÿÿÿÿ÷ïÿÿÿÿÿïÿóÏ?ÿÿóÿ?ïüóÿ?ÿÿ÷?ßüÿÏÿÿÿñÏ?ÿüóÿÿ¿ÿþûÿ¿ÿÿûï¿ÿÿûÿïÿûïÿÿþÿÿ_¿þûï¿ÿÊÿ¹ãÞÿï½ÿÞ{þùߟûíÿÞîÿçþÿýÿçßï½ÿÇÿÏÿÿÿßÿí±Çïüÿþÿÿñÿÿßÿÿÿÿÿÿÿ¯þÿþÿÿÿÿþÿÿÿÿ÷ÿÿÿÿÿÿÿ÷ÿÿÿÿÿÿÿÿÿÿÿ~ÃÿÝß­ÿßÿþý÷Ýÿþý?ûÿ}7ÿÿÿÿ¿¿ÿþûÿ¬õÿývþ×ÿ÷ßoÿÿwþùÿ÷Ûÿÿýÿÿÿÿýÿÿÿ¿š¼O½ôòÿýÿ×Yÿÿ×ÿÿÿÒßÿ¿ôÿÿÿ?õÿÿÿÿõã?û¯¿ÿ?ëÿ§žúûÿ§þÿ÷¿þþÿ¯ÿÿÿÿ¬ÿý÷ÿFÿß?ÿÿÿÞûïý÷·ïýÿþï·ßÿÿÿÿþ{ÿï¿ÿþ¿ûÿÿøÿÿÿÞÿï¿ÿ~ýïÿÿÿï™ÿÿûÿÿÿÿûÿÿÿÿ·Ãÿ××ýÿ÷ÿ}ÿýßÿyÿÿïíý÷ÿßÿÿÿzßÿ¿þþÿÇþ¿÷Þkÿ¾÷ÿ{ï½÷ÿ{ÿþzïýÿÞÿÿöÿÞÿýçÿÿöÿþÿ÷û»ÿÿß»ÿÿû¿õ·ÿÿÿÿÿ{ïÿí–{ïç¿üÿþûïÿ÷ùo¿÷öùïŸÿY¾ÿþ›ïŸþ›çŸ~;éÿý÷Û¾}ÇÛ}ÿ}ÇÛþFßÿý÷ßþñ÷_o½õ?bÿÿ÷ûÿ¿ÿÿïÿÿÿÿÛÿÿÿßÿÿÿÿÿÿÿÿÿÿo¿ýÿ^ÿÿßÿÿÿÿÿÿÿÿÿ¿ÿÿ¿ÿÿÿýÿßÿÿÿÿþûÿ¿êÿÚk¯ýùZŸ¯½öÚŸ¿ýý‰¿ýÖÿkÿÿýçk/þØóÿËÿWÝuÕß_ÿýÕUWý}Õß_|÷U_õ÷ß_uõÝwÿ¿þÿþúïýûþïïïÿþïïýS¯ï¿ÿÿûÿýóýþ¿½þþ¿õÿwðÁ‡{~øçvøG‡þÇþÙáŸþñáüù“ÿïÿþþ߯ÿÿúïïÿýÿÿ¿þúÿÿ¿ÿ÷Ÿÿþÿÿÿÿ_ýß~ÛíÿÝþßm7ßþ÷íÿô×Í·ÿ}ûÿÿÿw{ÿý÷ÿèÿÿ¹çŸ÷ïùÿžþyÿŸÿÿÿŸþÿçýÿßÿçÿÿÿÿ7ÿý“O>ùþ“ï?ùä“ï=ùþï?ñäûO¾ÿþûOþÿÿÿðÿþË/÷Ûþÿï6ý÷ÿïÿÿÿÿ¾ÿÿ»ÿÿÿÿûÿþÿÿÿÍÿw½õÖOuíuW]|ùU×_üõ—]{ùõ×_ÝõW_ýÿþÿ¿ßÿ?þÿÿÿý¿ÿóÿ?zÿýÿÿÿý¯?þüß¿ÿÿüÿçÿÿûúgýÿÿûÿÿÿïÿoÿþÿ¿ÿÿÿÿ|õÿÿ¿ÿýÿ¡ÿÿÿÿÿÿÿÿÿÿÿÿÿöÿ÷ÿßÿÿÿÿ÷ûÿÿÿÿÿÿ¿ÿ½ÿõ×ÿÿÿÿþßßÿ÷ÿþÇŸÿÿñÿÿÿÿõ×_ýÿÂþßnÿþÿÿÿÿÿûïÿÿîÿÿ÷¿ÿÿßÿÿÿÿoÿÿïÿÿ'þÿÿÿýÿÿÿÿþÿÿÿßÿÿÞÿýûÿÿÿÿÿÿÿÿÿýÿÿñÿÿ¿ÿÿÿßÿÿßÝÿýÿÞÿÿýÿÿÿÿÿÿÿÿÿÿÿÿÑÿûþ÷ßÿÿÿÿÿßÿúÿ·ßù¿ÿÿÿÿ¿ÿÿÿÿÿÿÿ¿Oìÿüó?ÿücÿ?ÿóÏ¿ÿóÿ?øñÏ7ÿüóÏÿÿ}Ñûÿ·ßþýíµ~¿ÿíÿO?ûûßþôߟþ»ï¿ÿþÿï³ýÿÿý÷ÿÿýÿÿÿÿÿÿþí·ÿÿÿ÷÷ßß?þø÷ÿÿ•üÿÿÿÿÿ¿ÿÿþýÿÿÿÿÿþÿÿûÿÿÿÿÿÿÿô×ÿÿÿçÿÿýÿÿÿÿþÿÿÿÿþÿÿÿÿÿÿÿÿÿÿÿÿþÿÿÿÿÿOüóûÿÿÿÿçÿüó«ïÿÿÿÿÿüÿ¯ÿÿÿÿÿÿÿúÿÿOXÿÜÿùÿÿÿÿÿןþÿÿÿÿÿ×_þÿÿÿÿÿÿ×ÿÿ¯Ãûßÿÿÿÿÿÿÿÿÿÿÿ/½´ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿoö¿ÿÿÿÿÿÿÿÿÿÿÿ?ë¬ÿÿÿÿÿÿÿÿÿÿý÷ßÿÿïñÿ·ûþûï¿ÿþûï¿ÿþûïÿþûï¿ÿþûïï¿ÿúûÿÿ£ýïÎÿÿÿÿÿÿÿÿÿÿÿï¿ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ;ùÿeßÿí·ßÿÿ÷ÿW_ýžÿÿçŸÿý¿ÿÿëÿÿéÿûÿÿÿþùÿÿïÿÿ¾þzý×ÿïÿÿÿ_ÿÿù÷Ûÿÿÿÿÿöûï¿÷Þûï¿ÿþûï¿ÿûï¿ÿþûïÿÿÞ[î½í·ÿùÿgœþùçŸþùçŸþùŸþùçŸþÿçŸyÿùþÿüñÇüñçþáÇoüñçüñ÷[ýý×ßÿ‡öÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÛÿÿÿ÷ÿÿoðÿÿÿÿÿÿÿÿÿÿ÷ÿÿÿÿÿÿÿ÷ÿÿÿÿßÿÿÿßÿÿÿ‡þ-þùçŸ}öÙçŸöýgŸßùçŸþùçÿ?öø㋯ÿ—ý?ñß~ÿý÷ßûí÷ßÿýßûý÷ßÿ}÷×__}ùÿàÿ¿}ûÍ÷ßÿí¿ßÿÿí¯÷òí?ß÷ë¯ÿþÚÿÿÿgÿÿŸþùçŸþ¹çŸþùçþ¹çŸþùÇŸö¹çŸ?øÿúßÿÿùçÿÿÿýÿÿÿýßÿýÿÿÿýÿïÿÿþúÿÛÿ×ÿÿÿÿÿÿÿÿÿÿÿÿÿïïÿÿÿÿÿÿûïý÷Ý×ÿ/þÿÿ÷ÿÿÿÿÿÿÿÿÿßÿÿ÷ßÿÿÿÿÿÿÿÿÿ¿¿þÿõÿ¿ÿþûï¿ÿþûï¿ÿþûïÿþûï¿ÿþûïÿÿÿÿõÿ—ÿÿ÷ÿÿ¿ýÿûßÿÿÿÿÿÿÿóÿÿÿý÷ï¿ÿÿÿÿÿÿÿÝõÿ×_}õõ×ýµ×^}íÕ_{õÅO|ùÅW_{ýÕ׿íÿÿ;Ûûïÿþßûó¿?þüï÷þôç¿÷þÿÿÿÿÿßÿÿÿgþï?ßÿÿíçÿÿõõ_ÿ}ÿÿÿ÷óÿûÿÿÿïÿÿÿºïýßÙÿß÷ÿÿÿÿÿÿÿÿwßÿÿ|ïÿÿÿÿÿÿÿÿÿÿÿÿÿÿÃÿÿÿþÿÿÿÿÿÿÿÿÿ÷ÿÿ÷ï»ïÿÿÿÿÿ÷ÿýõ×ÿþÿû¿þÿûïÿÿûíïÿÿÿÿïÿÿÿÿÿÿÿÿöÿïo¿þÿ÷ÿÿÿÿÿÿóÿý÷ÿÿÿ|ÿÿ½~÷ÿ¿ßÿÿßÿßßÿÿÿÿ›ÿ¯¿ö²ÿÿýýÿÛÿýÿößïÿôßÿÿù÷ßÿ?÷ÿÿÿýìÿ¿ÿÿû¿ÿ¿ÿßÿÿÿ·ÿÿþ÷ÿÿÿoþ÷ÿ÷öÿÿÿùæÿóÎýóÿ?ÿüóÿ?¿ÿù|óËÿÿþòÏ?ÿõßGë½ÿþûï¿ÿÿ»ï¿ÿÿûýûÿûï×þþÿ÷ßþþûÿÿþ´{ù÷ÿïýÿßþýÿ×ÿýÿÞÿ÷÷ÿÿÿ÷çÿþ÷ÿŸÿ×ÿÿÿÿß÷ÿÿõÿÿÿÿÿÿÿùÿÿïÿûÿÿëí÷ûÿ×¾¿ûïÿÿÿþïýÿþÿÿ¿ÿÿïÿÿïÿÿûÿß÷¯ÿßÿòÿßÿýÿÝÿÿý÷ßÿÿý?ûÿý—¿ÿÿïÿÿÿÿßÿ”õÿýôÿoÿÿõÛoÿÿ÷ÿÿÿ÷Ûÿÿýÿÿùÿýÿÿ¿º­Ï=wþÿçÿÿ×ÿ¯ýÿôÿÿÿòÿÿÿýÿÿÿÿ÷ÿÿÿÿõì?ûïÿÿ?ÿÿ³ÿ~êÿ³ÿÿÿ§ÿþÿíÿÿÿÿ½ÿÿÿÿ?þO½öÿÞûï÷Úë·ï÷ÿþï·ßÿÛý¿ÿþ[ÿ¯ÿÿû?ØúéæÛÿÞÿÿ›~~ý¿ÿÿý¿½nÿïÿÿÿÿûÿÿÿÿ÷Iÿßwýß×ÿ}ý÷Ýÿ}ýßï}ý÷_ÿ÷ß_ÿÿÿûïþ¿÷Þkÿ—öy¯½öiÿ×i¯ýÿÚÿõÿÿÚ¿ÿÿ·ÿçÿÿÿù·ûÿ¿ÿ·ß~»ÿÿû¿ÿçÿïÿÿþûïÿÿþÿïÿ‡ýÿö›oŸÿÿùo¿ùöùoŸÿù¾þÛçŸþû÷ÿþßðÿ}öÛ}üýÇß}¯}ÇÛwüÆßÿ±öüñöÛoÿñçÿÿóÛÿÿÿÿßÿÿýÿûÿÿÿÿÿÿ÷ÿÿÿÿþÛ?ÿÿÿvÿÿ÷ßÿÿÿÿÿÿýÿÿÿÿÿÿÿÿßÿÿÿÿÿßÿþÿÿÿúÿÛo¯ýùÛŸ¿½öZŸ¿ýù¯ýöçoþÙço/¿ÞWÿÏÿ_]u×ß_ÿ}×UWý}×ßî}õ]ßå·ßõõçïÏüÿþÿïÿºþ¯ïÿÿÿ¯ïýú¯ÿ¿ÿýû¿þþýûë¯ÿ_¿âßwØá‡tøLJ~øLJþçþñáŸþÙaŸ}þù­ÿ¯ÿþúß¿ÿýúï¿ÿýúßÿÿûïÿ¿þ÷ßÿÿþûëþÿýÝtóíþÝþ×m7ßþ×íÿþßm·ÿuûÿþÿ}{ÿïÿäÿ¿ùæšï¿yþ›k®yþ›çÿþšk¾ÿæùï¿¿æþúÿÿ#ÿÿ—]~ùÿ—ÿÙÅ—ÿùÿÿwÙåÿ_þÿÿ_þßÿÿÿòÿÿÿÿÿßþ¿O?õôÿMÿû=O?ýïÓÿÿÿßÓýÿÿÿþÖÿýÕW_oüõ×_ýõ×_ûõ×ýõ×_ùå×_{Ýöÿ?ÿÿþ÷ã÷ßÿó÷wþï÷×ýë½ÏÿþûýÍÿÿüïåÿþÿî¿Ÿÿîÿÿ?ÿóý÷þûÿ÷ÿÿÿß÷ÿÿÿ?¿wý¾…ÿýÿÿÿÿÿ¾÷ÿÿÿþÿÿÿýÿÿÿÿÿýÿ÷ßÿÿÿ·ß~ùüÿÿÿÿÿÇoüÿÇÿ_þÇÿÿñÿÿÿÿñöþÿÿ÷æÿ÷ÿÿ¯ÿßþ÷ÿÿþÿÿÿÿûÿÿÿÿúëÿ¿ÿþÿÉÿÿ{þïú÷ÿ_õ×]÷ßõÿÿÿå×ýýïýÿýÿÿýÿŸûÿïëïÿÿýÿÏ?þøÿÏÿÿ~¿ýÿãÿÿ÷ÏóÿÿïßÿÌÿÿûûßÿÿÿýÿÿÿÿ½ÿýÿÿçÿïßÿÿÿ}ÿÿÿÿû?þÿÿÿÿËÿÿüÿÿÿÿüÿÿ¿ÿÿÿ?ÿÿóÿ?ÿÿÿÿÿ/÷ûÿÿÿûÿ·ÿÿÿåÿÿÿÿÿÿÿùÿßþÿõþÿÿþÿÿ§ûÿ¾þû_®ÿýïé»ÿýûÿÿþûïÿþ÷ÿÿÿþóÿ÷ÿÜÿÿÿïÿÿm¿ß_üÿÇÿÿõßÿÿñÿÿÿÿûßÿÿÿÿèßÿÿÿÿÿïÿþþÿÿÿþÿÿï?ÿÿÿÿÿûÿÿÿ÷ýÿÿÿOüÿý÷ßÿþýÿßwÿýÿ_þÿÿßÿÿ÷ÿÿóý÷ÿÿÿYÿí¿ÿæÿoýï¾ûìÿïÖÿýÿ>ûÿ³ÿÿŸ÷¿õÿûÿ¯ÇûÒÓçýÿÜÿÿÿýßÿÿÿÿï½þÿÿÿÿÿßÿûÿÿßö¿ÿþûÿ·ÿÿûï§ÿÿûÿÿÿëùÿÿþÿÿÿÿþ·ÿÿÿï÷ÿ÷Ó_·o½ú~ÿÿÿÿ~¿ïÿÞûݾÿÿûï¿ßÿúïÿÿƒýÿ‹þúý¿ýÿúýÿÛÿºüÿÿÞû÷ÿ_ÿÿÿÿþÿÿÿÿ»ùýýß÷}ýßßWýßßÿýß÷_ß÷õÿý·ôÿÿíÿæÿ{ï½÷ÿkÿ¿öÚkÿ—öÿ÷—÷Úÿ¥ýÿ}­ýûþÿFÿÿ÷ÿÿ¿ÿÿûÿÿÿÿûÿÿÿûÿÿþŸï¿ÿÞßo»ÿw®øÿo¼ÿþùŸÿþûoŸÿöÿÿ×Ûç¿yþùç¿uçùÿµ•ÿß¿ýÇÛwüý÷Ú}ü}÷üÝvoÿñÇk÷ýÇÛÿWöß¿ýÿÛÿÿý÷ÿÿÿÿÿÿÿýöÿoÿÿÿÿÿÿÿûÿoöÿûÿÿÿýßÿÿÿÿÿÿûýïÿÿþÿÿÿÿþÿÿÿÿÿ‡þ¯ýöÛŸ¯ýùÛo¯ýùÚÿýøÛk}¾öçŸüöb§ÿ·ýÕU_ýýõß_Ýu×ßWý½Ç_ßõ÷]ÿý÷WWÿ}ùÿèÿï¿ÿþ÷ï}ûþûïýúþÿ¿úþû¿¾ÿý¯¿¾÷þ/ûÿ7ÿßvøç‡|ðá‡vú§}|øáŸþùçæùgŸ?ûÿÿÿ¿ÿÿúÿ¿ÿþúßïÿÿÏ¿¿þ÷ëÿýÿïoÿýòÿÙÿÿÍ7ßþßíÿÝvóí~ßþoÿÝ|»ß·ÿÿÿ7ïï×ÿ/þÿžîùÿžÿï¹çžÿÿñÿóï¹çÿ{Þÿû{Þÿ¾ýóÿ=ñÄ“ï?ùÞ“M>ùþóïßÞ“O¾ÿäûïÿ÷äþÿçÿ£ýï¾ÿÿÿýþûâßÿÿßóÿÿÿâÿÿÿÿÿÿÿÿøÿÿÿÿŸõ—]|õÕÇ_üõ×_ýµ_néµ×_ùå—_~ýõ׿ïÿÏ3ýüÿÏ÷vüòÏÿÿüÿwÿüóÿ?ÿüëÿ?ÿ¸óÿþÿÿïÿÿýÿßÿÿÿÿÿÿÿÿöÿÿÿÿÿ}ÿ÷ÿÿïî½ßûÿüóÏÿÿüÿÏ?ßüÿÏÿÿþÏ?ÿÿòßÿÿóÏwÿüÿÕ¿×ßÿ}ÿÿÿÿÿõÿÿïî÷¿ÿÿÿÿ÷ÿÿÿÿÿ¿ÿÿŸþÿýûýÿÿÿÿÿoÿÿÿŸþÿÿÿÿ÷ÿÿÿÿûÿ¿ßÿþÿÿòÿýÿß÷ïÿÿÿõßÿÿÿÿÿÿÿÿÿÿýûÿÿÿÿï¿ÿÿŸÿÿýý÷¿ÿÿ÷ÿÿÿ¿ÿÿïÿÿÿÿÿÿÿÿÿÿý¿ÿÿÿŸýÿÿÿÿÿ¿ßÿÿÿ÷ÿÿÿ¿ßÿÿÿÿ¿ÿÿÿÿÿÿÿÿÿÿæÿãÏßüãÿÿÿÜwËÿwüË?þÿÿÏÿÿÿ÷ÿ-ÿýòÿ÷ûÿçÿÿµÿvûÿ¿¿ûïÿÿÿÛÿÿÿþÿù¿Ÿÿÿúÿÿÿÿÿýÿÿÿÿíïßÿoÿ÷ÿÿÿú÷¯ÿÿzÿ¯ÿû_ÿûÿÿÿÿÿÿÿÿÿýÿÿÿÿÿÿµ×þùõ×ÿÿýÿÇÿ—þÿÿÿÿÿþÿÿÿÿÿÿïÿÿÿÿÿÿßÿÿýûÿ÷ÿÿÿïÀÿÿÿþÿÿÿÿÿÿÿ¿ÿóÿ÷{ÿû?ÿ|þÏÿÿ|ÿÿÿÿÿ˜õÏÿŸÿÿÿÿÿÿÿÿÿÿÿßÿýýÿ×ýÿÿÿÿÿýõ¿½ÿ=µÿÿÿÿÿÿÿÿÿÿ¿ÿÿÿÿÿþûÿ¿ÿþÿßÿÿÿÿõeÿû¯ÿÿÿÿÿÿÿÿÿÿûÿÿÿÿý×ÿûí÷ÿÿý÷ÿVÿ»ï¿ÿþûï¿ÿþûïïÿ¾ï¿?ÿþïï¿þþﯿþþÛÿî¼ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ·ƒÿ_Wýÿÿëï÷ßÿýÿßúÿ÷ÿþÿý¿ÿÿÿ©ÿÿÿÿ'þ¿_z½ÿþßoþõÿ_ÿÿÿqÏÿÿãÿßÿùþÿ¿ÿþÿï÷ÿo¿ÿþûï½÷þûï¿ÿ¶û»ÿþûï¿ÿÞÛî¿ÿþÛnÿŽÿÆùçŸþùçŸþùgžÿùçŸþùçßyöù÷ßyÞùÿáÇŸþñçüñÇZüçk½õÇZoÿuÇÛkÿõoÿÿÿÿÿÿÿÿÿÿÿÿÿßÿÿÿÿÿÿþÿßoÿÿÿÛÿýÿ~ÿÿÿÿßÿÿ÷ÿÿÿÿÿÿÿ÷ÿÿÿÿÿþÿÿßÿýûÿ¿êßbŸ}÷Ýgß}öÙçŸ/þñ}¾øò?¾øò_?ÿøãßÿÿí÷ßÿý÷ßÿmõßÿí÷Ýwÿ}õÝWû}õÝ_ÿþÿý¯ÿþÿýÿ¿~ûë÷ïýz¿¿­¿þÿ¯¿ûþÿï¾ûþ{óÿÿùçŸþùçŸþùÇž¾ç{ü¹GŸ{öùG{ìù³ÿ/þýÿßþù÷ßÿýþßÿý÷ï¿ÿýÿëïÿùÿë¿ÿ_üýïÿÿþÿÿÿÿÿûÿßÿýÞ¿ÿÿÿß÷ßÿßß_ÿýÿëÿÿÿÿÿÿÿÿÿý÷ÿÿû÷ÿÿë¯ÿûë¿ÿÿûï¯ÿ'ÿÿûï¿ÿþûï¿ÿþûïÿÿÿÿ¿ÿÿÿÿýÿÿÿÿ÷ÿßÿúÿÿÿûÿßÿÿÿÿÿÿÿýÿÿÿÿÿÿïÿýûÿÿÿÿûÿÿWÿýõ×_ýõ×^éõÓ_ÿõW_ýõ×_ýÄ×_ý«öÿ¿ÿ?þÿãÏ?ÿÿóÏ»~÷þþï¼c?ÿüûÏÿýûoäÿÿÿß¿ÿ÷ßýÿß?÷íëÿÿÿóï_?ÿõŸ?¿ÿÿûþÿÿÿý÷ÿÿûÿÿ¿ÿÿÿçÿÿÿÿÿÿï÷ÿÿÿÿÿ¿üÿÿïÿÿÿÿÿÿÿÿÿÿßÿ{ïÿýÿ×ÿÿÿßþûÿàÿÿÿÿÿÿÿþÿÿÿÿÿïÿÿÿÿÿþëÿ¿nÿÿÿ{ÿýÿÿ_ÿÿÿéÿÿ?ÿÿÿÏÿ¿ÿýÿ¿¿ÿÿÿÿÿÿÿÿÿÿ¾ûý÷?ùÿÿóoÿýþÿ¿ÿ÷ÿÿïÿþÿ÷÷¿ÿýÿ÷ÿÿÿÿÿÿßÿÿßÿýÿßÿÿÿ·ÿÿÿÿÿÿÿ¿ÿÿÿÿÿÿÿÿÿïÿÿÿþ?ÿôóÏ?ÿþóÏ?ÿôñû¿üóÏŸþüóÏßüóÏÿßÿóÿûï¿ûû÷¿ÿþûï»ÿÿï¿ÿ¾ÿï¿ÿþÿï¯ÿ¾ÿÿªÿûýßÞÿÿùçÞíùÿÿù÷ÿwÏù÷ÿÞõ÷ÿÿÿùÿý÷ÿÿÿÿÿÏ=ûÏÿÏÿÿ÷ÿïÿÿïÏÿÿÿÿÿÿÿ÷Wêÿ÷ßöÿÿ¿ÿÿþÛÿÿþþ¿¾ÿÿ¿ÿÿþÿ¿ïÿßÿÿÿüßý÷ßÿßýÿÝwÿ­óÝz¿ÿßë}÷>ë÷ÿÿÿÿ[ÿ÷Óÿÿöÿ¿ýwÝçûÿÍïÛÿÿ]ÿÛÿÿÿÿ«ÕûÒgÿÿ÷ÿ}öÿgýÿÿOõÿßÿÿÿÿßÿÿÿÿ_ßö¿ÿþûÿ¿ÿ?ûï³ÿ}ûÿÿ}ëéÿÿþ÷ßÿŸþ÷ßÿÿo÷ÿýó_ÿï·ÿÞ¯ÿõ¿×¿ï¿×ûý¿ßÿúû¿ÿÿúëÿÿ‹ýÿ‹oúÿïÝÿÿÿ¯ÿÿüßÿÞÿÿ¿ÿÿÿÿÿÿÿ›øýý÷ÿù}ß×_ÿÿ×ÿåÿ÷_ÿ÷÷ýëÿÿõÿÿÿûyíÿ{ï½÷ÿ{ÿ—÷Ú{ÿ¿÷_÷¿÷ÞïýÛÿ¿¯ý[oÿï?ÿÿÿß~»ÿÿûþýÿÛÿ¿·ûÿÿýþßo¹ÿþÿo¾÷ÿûÿo¿ùþùžÿö[ïŸ÷þùŸÿÿ[ç¿u÷ùç¿çÝwÿÿß}¯ýÇÛüÝ÷Ýk½ýÇ{ýýw÷ÝÖŸÿývŸ÷—öÿÿýÿïÿÿÿ÷ß¿ýÿÛÿý÷ÿÿÿöÿÿýþÿÿïöÿÿûÿÿÿÿÿ÷ßÿýýÿ¿ûû÷ÿÿÿïÿßþýÿÿÿÿ‹þ¯ýöZŸ¯ýùÚo¿½ø[ÿüÛoüöãÿöãÿÿ·ýÕUWý}µßW]u×ÕWýýÝWßõ÷]_ßí÷Uwßýûÿïÿïÿÿþ÷ïÿºÿÿë¿ÿþ¯¿ÿþ{ÿ®ÿÊûÿ¾ÿúëëÿ_ÿ|øLJ|ðA{tø'tðáö±çüñGŸ?øÿþíçßýÿÝ¿ß~ûùÿßÿïÿŸ~÷ï§ÿþÿÿ§¿þÿÿÇÿ÷E—]þÿåþ]tñe{_Þo{_t9ßí·ÿßíµÿÿÏþÿ›o¾yþšï¿ùæ›ÿ¿ùÿû¿ùæÿoþ¿ÿûoþÿÿÿÿñÿ÷ý÷ÿ}ÿÿwßÿß÷ÿßß÷ßÿÿýÿýÿ÷ýÿÿÿÿ»ÿï¿ûþþ-ÿûþÓOÿÛþÿßÿò“ÿ¿ÿï¿ÿ¿ÿÿ¿ÿÿ?ô×_ýõÖ_oÝôV_kýõ_küõ×[}íõ—]ýµ×¾îÿÿÛÿãÿÿÿÿÿÿýÿÿï?ÿÿýþÿûÿ÷ÿïÿÿÿfþÿßï~Ïþßÿÿýÿÿÿý½ÜÿþïÿÿÿÿßÿÿþþÿÿßøÿÿÿÿÿŸßÿÿýÿ¿ÿÿÿÿÿÿÿÿÿÿÿïÿýÿÿýÿÿßÙÿ÷ÿÿÿ×÷ýÿ×½ÿoÿñþ_oüñý_üñ×ÿ?þÿýoïÿÿöÿïÿÿþýîÿ»¾ïÿÿÿûûîûÿ÷ûïÿ~ÿóÿÿÿÿÿßýÿÛÿÿýÿßÿÿûÿgÿÿ÷ÿÿ¿ÿ÷þÿÿñÿ—ÿÿÿÿßÿÿÿ÷ÿÿý÷ßÿïÿÿÿÿý÷ÿÿÿÿïÿÿÿÿ»üÿÿÿÿÿ÷ÿýÿ×ÿÿÿÿþÿûýÿÿÿÿýÿþÿþßÿÿâÿÿõÿÿõÿÿ÷¼ßÿÿßøûÿÿëÿÿÿÿÿÿÿø¿ÿ÷ÿÿÿùû¿ÿïÿßÿ¿ÿÿÛ¿ÿûÿÿÿÿÿÿÿÿï¿ÿÿ;ùÿ÷þÿÿýÿÿÿïûï¿ÿÎÏ·ßÿï¿ÿÿ÷ßÿÿêþ“ÿÿÿÿÿÿýÿ¿ÿ¿ßwÿ½÷ÏýÿÿgïýÿÿÿÿÿÿÛÿ·þÿÿÿÿÿÿÿÿ÷Ýýçßÿgßÿÿÿ÷ßÿÿûÿÿýÿÿÁ?ÿòÿÏ¿þúëû7ÿüóÿÿûóÿ¿Þúóÿ?ÿúëýÿÿÿ€õõ§ÿ?ÿùçŸÿßÿÿÿþõÿÿÿüÖÿÿÿõ×Ïïÿ¿ÿZ¼ÿÿýÿÿÿÿÿÿÿÿûï¿ÿÿï¿ÿÿÿï¿ÿÿÿÿÿÿÿï÷aÿÿïÿÿÿÿÿÿÿÿ×_ýýßýÿÿßýÿÿÿÿÿÿïÿ~ÿÿ{ï¿ÿþûï¿ÿþúëï¿þã¯ÿþûó¯ÿþûï¿ÿþÿÿÚÿÿ»ÿÿÿÿÿÿÿÿÿÿÿÿÿýÿÿÿÿÿÿÿÿÿÿÿÿÿcÿÿÛïÿÿÿÿû¿Ÿþÿ¯ÿÿÿïÿÿþÿïÿÿÿÿÿïßú÷wþÿ‹.¾ÿþûï¿øÅûoÿÿ~/¾ÿîó?¾ÿòËï?ÿýÿÿôÿï¿ÿþûï¿ÿþûï¿åþû»íþûï¿ùþûï¿ÿþûû—ÿþùçŸþùçŸÿýçßýýwŸþ™÷ŸþùçŸýçøÿù§Ÿþù矼ý÷Zkß÷ßwþùÖÛþùçŸôý_hÿÿÿÿÿÿÿÿÿÿÿþÿßÿÿÿÿÿÿöÛÿÿÿÿÿÿÿÿÿVÿÿý÷ßÿý÷ßÿÿÿßÿ¿ÿÿÿí¿ÿÿý÷ßÿÿÿ¿éÿçŸÿýçŸþõó‹?ÿø‹/þýÇ‹/ÿýgß}´ôÿÉþ~ÿí·ßÿý÷ßW_}õÕ_}µßß}÷ß~ÿý÷Å¿ÿÿþÿß¿ÿþ÷ÏÿýûþkïÿûûÛþÿïûëýÿïÿß÷ÿÿÿðÿï¹çŸî¹çžôÙG{šÇŸî¹ÇŸîùçŸþù«ÿþù÷ÿÿýçŸÿ¿ÿÿï¿ýûŸ¿þûŸþÿÿËïÿÿ¼ÿÿÿ¿ÿÿûÿÿÿ}ï½÷^û¼ßþÿó½ÿþÿÿÿ_|ÿÿåÿ¿ÿþûï¿þûÿÿÿÿÿÿÿÿïÿ¿ÿþï¿ÿþÿÿÿÿûÿÿÿÿÿÿÿÿÿÿßÿÿý÷ÿûÿÿÿÿÿÿÿÿÿÿÿÿÿÿ?Øÿÿ¿ÿþûï¿ÿþ¿ÿÿýÿûýÿÿÿÿ¿ÿþÿÿÿÿÿÿòÿYÿýõ×_{íÕW_{ýåW_ÿõ×_íµ×^}ýµ—_oüëîß?ÿÿ÷ãÿ÷üÿÍÿÿó}?þÜÿï?ö_óÏ>ýÿÿdýÿÿÎÿþÿ·ÿ¿úýÿ¿ÿÿÿû?¿ÿÿÿÿÿ׿ýÿº…ÿÿïÿýÿÿÿþßÿ¾ýÿûÿ¿þÿö¯ÿÿý÷ÿÿÿûÿÿß_ìÿÿüÿÿÿÿ¾ÿ?ýÑÇÿõßûíÿÿ÷ÿÿÿÿþÿÿÿèÿÿÿÿÿïÿÿÿ·ÿïßoÿ¿»¿ïÿÿÿûýÿÿÿÿÿÝÿgÿÿ÷ÿ¿ýÿûÿÿßÿÿÿÿÿýýÿÿÿÿýÿïÿßÿ÷¿ú·ÿÿÿóÿÿûw÷ÿÿ÷þÿÿýÿÿÿÿÿßÿÿ9ýþ¾Õïÿûÿÿÿÿûÿ¿ßÿýýÿÿïÿÿþ{ÿÿßÿÿï÷Ûÿþ?þÿÿßÿÿÿÿïÿÿÿ÷Ÿ½÷ûÿïÿÿ÷ßÿõÿÿÿ÷ÿïÿÿÿûÿûÿÿÿÿÿÿ÷ÿ¿ÿþÿÿÿÿÿÿÿÿÿîÿßÿ·ýÿÿÿÿßÿÿûÿÿßþÿýþ}÷ß¿ß÷ïïûÿÿ÷ëýÿýùÿÿÿÿÿÿÿÿßÿ»ï·Óÿÿîÿÿÿýÿÿÿÿõÿoýýoë÷¿ÿöûï¿ÿÿùÿÿÿÿÿ÷ÿÿŸÿþÿü¿ÿüßûïþ/÷ÿÿ¿þÿëÏ?ÿ|ÿË?ÿz¿ÿÿôÿçÿþÿÏ¿ž÷ÿÿOÚÿÿÿõÿŸ?ÿÿ×ûÿóõ×ÿÿÿ§_?ÿùóÿþüþ÷߯Ûþÿÿÿÿÿÿÿÿûÿ¿þûßÿÿûý¿ÿÿûÿÿÿþ¿þÿÿ¼ÿÿÿÿÿÿÿÿ·ÿûì·ÿÿÿ·ïÿÿ·ÿÿÿíÿÿçÿïäÿ¿ÿþûï¿ÿþúﯟìúïûþzïÿþúï¿¿þûÿýÿ?íÿÿÿÿÿÿÿÿÿÿÿ¿kÿÿÿÿÿ»ÿÿÿÿÿÿÿÿÿ¿çþ›íÿÿÿþþÿÿÿÿÿïÿ÷ÿÿ¯ßÿßÿÿÿÿÿÿÿ¿ÿßÿÄÿ¿ÿîûï¿üþûO¼ìþûO÷ýûî¿ýþûï¿üþ÷ÿÿÿNÿýþûï¿ÿþûo¿ÿþÛn¿÷ûo»ÿÞûï¿ÿþûïÿíÿ·Ù_çŸþùçŸßù÷ß}ßù÷ùwŸÿùçßþŸÿ¿™~Ÿþùç›þýçÛkßýç¼}çßw¾ýçŸÿñ·ÚÿçþÿÿÿÿÿÛÿÿýÿÛÿÿÿÿ¿ýÿßÿ¿ýÿÿÿÿÿ÷ßÿïôÿßÿý·ß÷ÿ×ÿÿÿ÷ÿýÿ×ÿýÿ÷ßÿÿ÷ßÿÿ“ÿÿý÷ß?þýâ-¶Øâ_ßÕâß-þÝãÏ¿ÙÇÿÿÿ7ýï÷ß~ÿ}³ßwÿ}õÝWÿýÞWÿ}÷ßW{ì÷ÝïþûßÄÿÿþÿÿïÿÿþ¯¯¿¿Ï¿ÿÿüÿïýûþ»ÿíÿýþÿÿGÿÿŸþùÇžîùÇŸ{ìùçüùçžäÙç{þùçŸÿùÿ÷Ÿÿÿýãÿ¯ÿÿöË?ÿùßoÿÿòÿÿþçßÿÿÿþÛÿ¿ÿÿÿï÷ÿÿ¿ßßÿý¿ïúýÿ÷ÿÿý÷ÿÿÿïÿÿÿ_þÿÿÿÿÿÿþÿ¯ÿÿùãŸÿÿÿŸÿÿøÿŸ¿ÿÿçÿÿ¿ÿòÿ¿ÿþûï½ÿþÿÿï¿ÿþÿÿÿþïïÿ~þí¿¿ÿÿÿÿÿÿÿþûÿ¿ûþûï¿ÿÿÿï¿ÿûïûÿÿÿÿÿÿïÿÿÛëý_üÿ—^;õõ×^íõ×_íõ_}½õ‡O~ýõ×_ÜñÖŸæÿ?þøãÿ~÷ôãÏ?ÿøó7ïÌc?þøã?þðþÿþßí÷÷ýþþŸûÿßÿï÷þÿóÿÿÿ÷ß¿ÿý~÷¯øßý÷Ù÷ÿÿÏ·ÿܲÏÿôÏÿü÷Ïÿýs½ÿÿïÿ…ÿÿÿÿÿÿÿÿÿÿÿÇÿÿ½ï÷~üÿÿÿýÿÿ_þ«÷4ÿŸþïû¿ÿ÷ÿÿÿÿoÿÿûÿÿÿ÷ÿÿÿßßûÿÿ÷¿ïßþÿàÿÿû÷ÿÿÿýý»ÿÿßÿÿÿÿÿÿŸÿßÿÿ¿öíÿìóÿ—ÿý÷ß~ÿÿÿÿÿ?~ïßï÷ßÿÿÿ÷ÿÿÿÿïÿ»¯ý~}ÿ¿ÿÿÿÿûÿ¿Ïÿÿÿÿ¿ÿÿý÷ÿÿÿÿÿÿÿÛÿÿíåûÿÿ?þúÿÏÿÿÿëÏ7þû?ÿøÉû?ýÿ÷Ëÿÿ¯ÿÿ×ÿÿÿ·ÿÿýÿÿÿþïýÿõÝÿßÿùÿ~þÿÿý-¹ÿÿÿ÷ïûÿßÿÿýÿíþûýÿÿ÷÷_¿ýÿÿûÿêÿ_Ãý¿÷ÿÿÿÿûÿÿÿÿ_ÿÿïÿÿÿÿÿÿÿüÿ×þÿïÛûýÅþÿÿï¿ÿþûïÿÿÞûþÿþÿo¿ÿþïÿ÷ÿüÿßÿÿûÿÁÿûïëÿžÿÿ¿ÿ÷{þ¿«ÿÿ߯¯Þÿòÿÿÿÿÿÿÿÿ¿‡õÿÿŸÿÿüÿÿÿ¿ÿóÿþßÿ~þüþŸýÿÿÿÿÿÿÿ›¼ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ÷ÿÿÿÿÿÿþÿÿ¿ßËÿßiÿÿÿÿÿÿÿÿÿÿÿÿßÿÿÿÿ¿ÿÿÿÿÿí÷ßûÿß"ÿÿûï¿ÿþûï¿ÿþ{ù¿ÿ¾ï½ÿþûﯿÿþû¯ÿ÷¯ŸÚÿÿÿÿÿÿÿÿÿÿÿÿ«ÿÿÿÿïþÿÿÿÿÿÿÿÿÿÿkhÿÿÿïÿ¿ÿÿÿ¿ßþ^ÿÿÿþÿÿÿÿÿÿÿÿûïÿÿÿ÷7þÿË/¾ÿþûï¿ñÅûú¿ÿbï»ÿþó/¿ÿÿŸ?¾ÿÿþ?÷ÿï¿ÿþûï¿ÿþûï¿ÿþû»ÿþûï¿ÿæûo¼íþßþÿ›ÿþùçŸþùçŸþÙçŸÿùçŸþù÷Ÿ}þù÷ÿÿç·ùÿùçšþùçŸüùםþçŸ~þùçÛoõõÖßoÿýmÿÿÿßÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÏ?ÿÿûßoÿýÿÿÿý·ßÿý÷ßÿÿýÿß¿÷ßÿýwÿýÿÿ¿ÿþ÷ÿ?éßrË?¾Üwß/ÿÑr‹/ÿùß¿ØGß?þøbÞÿÇÿO|óÅÿmñß_}ñßþý·ÅÿýõÝWßý÷ï¿ÿÏþŸþzï¥ÿÿÿëý¾î{ëýÿÿÿ­ÿÿÿ﾿ûëÿöÿ¿ôÿõÑÇ}þùGŸô™GŸ{úçyîùÇ{üñçž~ø©ÿþùóßÿÿýçÿ¿ÿ÷Ÿÿÿ÷ßÿùûë¿¿þûÿÿÓßýÿÿÿ·ÿþÿïÿÿýû½¿ÿÿþ¿ÿþóÿß^ûíµ÷þÿÿâÿÿÿÿþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþÿÿÿÿþÿÿÿûÿûï½ÿþûï¿ÿÿûÿ¿ÿþï¿ÿþÿïýÿÿÿÿý÷÷¿Ùÿÿÿÿÿûÿ?ÿÿÿÿÿýÿû¿oÿÿoÿþûÿÿÿ¦øþÿLÿýô×_í´×_{õõW_ýõÕ^ýå×O~ýõ—oùoþïýý?þïãß6ÿøÿÿãþþîãþ?ÿûO÷÷ïäÿ¼óÿ]ÿþ÷×ÿÿýÿßÿÿóßßÿÿóïoŸÿþÏÿ÷þþ½ÿÿÿÿ÷ÿoÿÿëßÿÿ½oýý×÷ÿïÿÿÿûÿÿýýýõ¿_þ¿ÿÕÿýµ×ûÿÿÿÿÿþÿ_½u×ßÿûåÿþÿÿÿÿÿÿÿ¿ÿÿnÿÿÿûÿ¿þÿÿÿŸößooþ÷î×ÿýÿÜÿ}÷ß³Ï?ÿï¿ÿ÷ýÿÿÿïÿûß·Ÿÿÿùþ¿ûÿÿËÿÿÿôÿç¿ýúÿÿÿ÷Öïÿý÷ÿÿÿ÷ÿ~ÿÿÿ÷ßÿÿûÿÿ¿÷ÿÿý÷ÿÿÿïÿïûýÿÿÿÿ¿ÿÿþ¿ÿÿÿOþÿïÿýÿÿ÷¾ûÿÿÿþû¿ÿÿÿþÿÿþÏÿãÿþÿrÿÿÿþÿÿÿÿûÿÿÿýÿýÿûÿÿÿÿþÿÎ÷ÿÿîÿßÿŸÿÿßêÿÿûãÿï¶ñü¿ÿúþû¯¿ÿþºÿ/ûïßïóÿ[øÿÿ÷ßÿÿûÿþ?ÿüõŸûÿñwÿüÿÿþýÿÿ?õÿäÿ¿ßwï¯ÿÿûûíïîÿïÿ>ÿüïïÿÿÛïÿýÿûÿÿ7üÿý÷ßüþÍÿßwÿýÿßÿªÿßóø÷Ï?ÿù÷Ï?ÿÿOYÿî»ßÖÿìÿÿ¾ûmþïþ_ÿÿ¾ûï³ÿþË÷»ÿ>úû¯Éûßÿýÿßÿþýýßÿÿÿÿgýý¿ÿûïÿÿÿ÷ÿ~Ïö§þ~úÿ·ÿmúéÿÿêÿÿ?ë­ûþ·ßþŸú÷¯çÿïòÿÿÚm¯o?»ÞÿÿuûþÿïÓ~“ÿîÿëþû¿ÿëþýþÿ¿ýï›~¿ýÿÝÿûýï×ÿ¾ý¿úÞùñÿoÿÿÿ¿oÿ«±Ú›øÿý÷Õÿo}ÿ×Wý¿÷ÿÿõß×ÿÿõÿÿÿ÷÷ÿÿÿhÿk¯½÷ojÿ¾öÚ{ÿ¾ö茶÷Úÿ¯ýÿÿ¯ýÏúÿÿ?ýÿ÷ÿ¿÷ÿÛûí·ûÿ¿ÿûÿÿý¶Ÿï¿ÿþÿoûÿ·¿ùÿï½ýÆùß÷æ›ïŸÿþùÿÿ[ç¿yþùç¿}æßÿÿ™þߏýçÚm¯ý÷ß®ýçþýw_¿µÖo·µöØÿ—öÿÿÿýÿß¿ÿÿÿÿÿÿÿÿÿÿýÿÿÿÿþ÷ÿoÿüÿßÿïóÿÿÿûÿ×ÿÿÿÿÿÿÿÿ÷ýÿÿÿÿÿßÿÿþýÿßÿÿƒþ¯½öÚŸ¯½øÚk¯õüÛßßüÛk/¾öâ?ýöæëÿÿ—ýÕU_ù}õÕW]uÕÇ_ùíÆw_uõ]wýñ]__¾ûÿáÿÿ¿ÿþÿÿ¿ÿþÿï¿ÿþÿ½ûþûÿ¿¿ì³ï¿ÿëúÿÿÿÿ‡~¸ç{|øa‡}vøç]|ØážüÙgþÑçŸÿøÿûù§ßùûÙÿß~þí¿ßÿï¾ßûë·ÿþûëç¿þûÿÛÿ÷Å—]þ÷eß_vñe__þoß]~Ùß—ÿýß^—ýõ÷ÿŸþÿžîùÿžçï¹çŸûïùÿûï¹çú{®¿þþ¾¿ÿÿõÿ=ÿüóï=¿ÝóÍ?ßÜóïß~óÍ÷ÿüÿ÷ÿüýÿÿ»ÿþÿÿÿ?ÿÿÿÿ×oîÛþÿÿÿïÛÿÿÿÿ¿ÿ¿ûïÛ/ÿ=õÿ—_ýõ×_{ýUÓ_véõOíÕ×_õõW_z½µÖ¿íÿÏ?ÿüïÏ?÷ìóÊ?úüã7üüðÏ3çøóïýøòÿÿ?þïÿÿû÷ßÿÿýï÷ÿõÿÿÿ÷Ÿÿÿ¿ÿÿû÷þ—ëÿüóÇÿÿüóÏ?ÿü÷Ï×öÏ?ÿüsÏ?ÿÿóÏ/ûÿÿ׿×ÿÿÿçYýùÇÿ}þÿ÷ýñÖþ¹÷ÿ_ÿßÿ÷ÿïþ¿úÿÿÿÿºoûÿÿÿûÿÿßÙ¿ýÿïÛÿÿ÷~ÿÿ©ôÿÿÿ÷ßÿÿßôûÿÿÿûÿÿÝûÿÿßÿßÿ÷ïÿýÿÿ«þÿö÷ÿßÿýßÿÿÿßÿÿïýÿÿýÿÿßßÿÿïßÿïÿüÿ÷ÿûÿÿï¿ÿÿÿÿÿÿÿýÞÿÿÿ¯ßÿûÿ÷ÿÿ÷þýíæûÿß?ÿÿÿïoøûÿ}}õ‰ÿïÿóÿ?üÿ·ÿ?þÏý÷Nÿÿÿþmÿÿÿûßßÿÿ÷ßýýþÿŸÿÿïÿÿþÿïþÿÿ·¹ÿÿÜ}ÿïÿÿ¿ÿmú¿~ÿÿoÿþîÿ¯ïÿoëÿÿß»ÿ•ýÿÿ¿ÿÿþÿÿýÿÿ÷ÿ¿ÿß¿÷¾þ¿½÷ÿÿÿÿOÿ—öÿÿÿÿÿÿïëþÿÿ¯ÿÿþïý¯ûÿß÷¿þû{ÿÿÿþ~÷ÿÿÿëÿÿÿÿÿÿÿÿÿþ«¿öþÏÿÿÿþÿÿÿúëýÿÿÿŒÕÿÿ_ßÿüÿÿÿÿÿ?ÿþ™—þÿÿÿÿÿÿ×Ï÷ÿÿz¼þÿÖÿþÿÿÿÿÿÿ÷ÿÿÿüÿÿNùÿ¿ÿþÿïÿëÿÿ÷)ÿÿÿ·þïÿßÿÿ÷ïÿÿÿïÿÿõãÿÿýÿßþßûÿÿ^þëûo¿ÿÿûûïÿþú;ÿ~ï¿¿þüïÏ?þûë¿ýÿÿ¿Ùþÿÿÿþÿÿÿÿÿÿÿ»öÿÿ»ÿÿÿïÿÿÿÿÿÿÿÿkë¿›ÿÿúõÿÿþÿ¿ßÿ¯÷¿Ïÿÿÿ×ÿå¿ÿ~ùÿ÷ÿÿÿ·öÿ‹ïëÿÿûÿÿø×ûnÿÿþî¿ÿ¾Îßÿùæ÷ïÿÿþÿÂÿï¿ÿþï¿íæûï¿÷þû¿ÿþûo»ÿÞ[ï¿íþß~û¯ÿþùçÿþÙgž÷ùçŸÿùçßöùçßwþçÿÿ÷{øÿùçoÿùV_¼Ýçþ矿uÇ_ÿñ÷kÿ}?ìÿÿÿÿ?ßÿûßÿ¿ýÿÿÿÿ÷ÿ¿ÿÿßÿÿÿÿÿÿÿÿÿÿý÷ÿýÿýßÿÿýÿ÷ÿ¿÷_ÿÿÿßÿÿÿÿÿÿýÿÿÿúÿ÷ß¾ÿwË/þùsßþù}ÿØâ_=¾üÇ‹}ýÿÿÿÑÿûý÷×_}·ßWÿý÷ßkü÷×WÿýõÕ_í÷î¿ï?üÿÿ?߯ÿÿþ¯ýúÿ¿ý÷{ÿ?»ÝÿÏÿ÷ýÿÿÿÿ?ôßÿùç}þÙçŸöùçŸ{žçŸ}vùgŸþ¹çŸ_þù‰ÿþýÿïÿÿþúß¿ÿù÷ßÿüÿï¿ûÿûïÿþÿÿîÿßýÿ÷Ïßû÷ý÷ÿ|ýß?ÿüÆßÿ÷ÿÿ÷ÿß_ÿÿÌÿÿÿÿÿÿÿÿÿþÿÿÿÿÿÿ¿ÿÿûÿÿþþûŸ¿ÿûÿÿÿSÿÿÿÿÿÿÿÿï¿ÿûÿÿÿÿýÿ÷þûÿ½ßþÿíÿÿýÿ;ùÿÿÿýÿûßÿÿÿÿÿ¿ýÿÿËÿÿÿÿÿÿÿÿÿÿÿ¶üvŸÚÿýõ×_ýå×^ýÑ×_Íñ×_íõ×_ýñ×ZoýOþÿøãÿ?úøó¿ÿßüãÿÿïïÿïÿçÿ?ÿ÷ïÿŸ¿ÿáÿüóÿ¿ÿìõíÿÿóóÿÿÿþßßo¯ÿÿü÷ûwïú¡ïßÿÿóÝ}ÿßÿÿÿÿýíÿýÿÿÿÿÿÿÿ÷ßÿÿÿÿßüûÿÿÿÿ¿åÿÿÿÿÿÿû?ï¿ûÿÓ^ÿÿõÿÞÿÿïÿÿÿÿÿÿ¿¿ïßÿÿÿ¿¿ûí¿ÿßÿ¿íöÿoÿë÷ÿÿoÿÿÿï·ÿ|ë¿ÿþþÿÿÿï÷ÿþ×ÿÿýýÿþ¿?ÿûÿßÿÿÿÿÿÿÿÿÿÿ{ûóþÿÿÿÿÿÿÿÿ}ÿÿûþÿÑÿÿ¯¿¿ÿþéÿÿûýÿÿßûßÿÿþÿÿ¿ÿÿûýÿ¿÷ÿ¿þ?ßüÿÿ?oÿëÎÿÿÿÿÏÿüãîýúéÿ?ÿþëÿÿûþñÿù·ÿÿÿõÿÿûÿÿÿý×ÿ÷ýÿÿÿù÷ÿû×ÿÿŸÿÿÛÿ¿ïÿÿÿÿ?ÿÿÿÿÛÿÿ¿ÿ÷Ëÿ»îÿý¿ÿ]ðÿÿÿŸ÷ÿÿÿÿüÿÿïÿïýÿÿý¿þÿÿÿ÷ÿûþ ¿ÿÿöþüÿÿÿÿÿÿÿÿÿï÷ÿÿÿóÿÝß½¿ýß}ÿWüóÍ7ÿÿøûŸßóÿ¯þÿòãÿÿããßÿÿãÿßÿÿÿXŸ?ÿüñ_þüÿýýùÿÏÝÿן?ßç_?ÿÿþÿܯÝûÿýÿïÿÿþ÷ÿ¿ÿÿÿÿïþÿßÔþþÿï¿ÿÿÿÿüöÿÿÿÿÿþÿõÿÿýÿÿÿÿýÿÿ?þíÿßýýÿÿ÷ÿïöÿ¿ÿþûÿ¿¿þûï¯ÿþûï?ÿûﯿÿû㯿þûÿÿýÿÿÿ÷ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþÿÿÿÿÿÿÿÿÿÚ{ùÿÿÿ:ûÿ—ÿÿÿÿÿßÿÿýþÿ}ýÿúÿÿÿÿÿÿ%ÿ?ÿô—ÿÿþóÏ¿ÿÿSÿÿóWß«ÿÿo½ÿþÇÿÿÿoÿÿþ{ïýøöÛî¿ÿþûï¿ÿÛîÿÿþÛï¿ù¶Ûïÿý·?øÿçŸÿÿûgÜ}þù÷ŸþùŸþÿ÷ŸwþÝwÞwþÿÿŸþýöoßùçßüùÇýñ÷ßýñ÷Ýÿñ÷ßÿqöÿÿÿýóý¿ÿÿÿßÿÿÿÿ_ÿÿÿÿÿÿ÷ÿÿÿÿÿßÿï÷ÿß÷ß÷ÿÿÿý·ÿÿÿýûÿÿÿÿýÿ÷ÿÿÿÿÿÿÿ§þüñ÷û-¼üÇ_/ÿùGŸÿø×ÿ?¾øǏ¾øÇëÿÿÿýÿ÷ß7}ñÕÿ}·ßÿýÜÿýõÕßý÷Õ_¾ûÿåÿßÿþßÿÿïÿýÿëÿþÿ·¿ÿÿïÿ÷ûûßÿ÷ûþÿ÷gÿÿ‡|ðç–}~øÁŸnøg{~øež{þ™çŸ{þñgŸßøÿ÷ßÿ»ÿ²ïÿÿûÿÿýëÿýóïßþúï¿þÿÿÛÿí4÷¶—Ïÿ×^ûïý×ÞMÿÓÎóß¿ÿý׿ûõÿÿþÿþùÿ»ÿßùç¾ÿßyÿÿÿùëüûž¿ÿÿû¾ïÿÿÿ÷ÿùÅÿùþ—_¾ùÿ—ßÿþ—¬÷æïí¿ßæÿ÷ÿÿÿÿÿÿÿÿÿÿÿÿÿÿßÿÿÿÿÿþÿÿÿÿ¿ÿþÿïÿÿ÷oõÿ×_ýõ×^ýåW_íå^}ìõ×^~ùå—^zýõ×ÿkÿÏÿÿ¼ãÿ?ïüóÍÿÿ¾÷ÿýýÿÎ:Þüÿ~ÿÿ{ÿþÿþ߯ÿ}ýÿßÜü׿ÿÿÿ÷çÿüýûw¿ûÿ÷ßÿÿÿÿßøÿûÿß?ýwÿßó¿Ûÿ¿ÿÿ|ÿÿúïÓÿÿÿÿÿÿÿÿÿ×ÿÿÿûûÿÿÿÿþ÷÷ÿÿ_Cÿÿï×Oîÿïßÿï¿ÿÿOöóïÿÿÿûýþÿÿýÿÿû¿vÿû¯ýöÿ÷«ÿÿ¿ÿÿÿõÿ÷Ïþÿóÿÿ÷øsÿ÷ýÿ7úýÏÿÿÿÿGîÿüóÿ‹ÿϯ½þÿ/ï¿ÿûÿÿÿöòëùþvïÿÿþÿ¿ÿ¿ûÿÿÿôÿýý·ÿýÿÿþ}ÿÿÿ·Ï¿¿ßÿÿÿ¿ûûÿ¿÷ÿûÿÿëÿÿÿÿÿüÿÿ?þÿÿÏïÿúÿoÿóÿÿÿúÿÿÿÿ¿ÿîÿÿÿÿÿ×ÿÿÿ÷ÿûoûÿÿ¿~ÿþŸÿÿÿÿÿÿÿÿþûÿ¿ùþÿë·ÿßÿϧÿÿ_þû埾ÿßúïÿ¯þÿï¿Ùoúÿƒîþÿþÿßÿÿý÷ÿÿ¿ÿÿûïþÿßîÿÿÿÿ÷ý×_ÿgºÿÿûÿýwûþïß×ßïÿýÿïÿÿßÞ¿ÿÿÿÿó¿}ÿqÿï÷ÿõÿ¯ÿÿÿ×ÿýúoÿýýÿŸÿÿþߏ?ýüŸ¦?Yþùõ—~ûç›ÿùö¿ÿûç—¾ýåÛß¾ùæß_7_ñÿ÷ÿÿÿ?ÿÿý÷¿|ÿÿÎÿýÿßüÿýÿßÿßÿ?jõ¿ïÿûÿûÿýï¿ÿÿÿ?ûïÿÿòÿïÿÿþÿøÿ¿^¯yÿŸ÷ÿÿÿûõßËÿÿ׿yé÷ôÿÎýïÿYzÿï×óû½Ûßþûíÿÿþ×í÷Þþÿÿ›£í·ÿmîßþŸ(ûß¾Þÿ¿ÁÿÕý¿ßþÚ]üÝÿ{ý¥ïÞoö¿ßÿë¿¿~ÿëçøÿ¶¿nºéö¿Vÿÿåÿþÿû¥þï²ÿÿþÿÿÿûûÿïÞ{oâÿ÷ß{ÿ÷÷þ_ýõ_½ÖKýÿ×ÿÿ¿õÖÿïÿý½ÿï½–Þÿ¯áûÞk¯ýÿÞ«ÞÚkÿ¿öï?¡¢öoÚýÿýÿÿÿýÿþÿoÿÿ·ßîÿÿÆnùíÿûÿ¿ýþûÿ¿÷Þßþêÿ¿ýæÛçÿß›o¿þÛ÷þßïŸÿö]çßÿþý÷ÿùWþß½öÿý÷ßmÿñvßïõwÛo­=vŸ¿ýöŸûÙÿÿ÷ÿÿÿ÷ÿoÿÿöß?ÿÿÛoÿý÷ÿÿüößÿ¿Ñÿýÿïÿÿýÿßÿÿþÿïÿÿÿþý÷ÿ_ÿ÷÷¿ÿýÿú¿öÚkþöòo¿½öçk/~âk¿ýøڏ?üùÛŸwþÿ_öÿUW}õ÷ÝWõÕU_uõW_}×ÕwÝýñß_}ýÿïÿƒÿÿÿÿûß¿ÿþûïÿ÷ýÿ¯ûÿï=ÿþ;¯ÿþþï¿÷ÿßýÿ~øáöña‡þùÁŸ÷øÁ}~°g—vØçŸ]þêÿï·Ÿ~÷íçÿ~úí÷ÿ~÷¿ß~ûý¯Ÿþóï¿ßÿÿÿþÿß—]vùÿwÑÅ—ÿ}¹?ÿwÙe_ôÕ_öÿÿßÿùÿ{î¹çý{¾¿çŸ{þ¿çú¿½çžïïùþþëïù¾ÿÿÿËÿ÷|óÏ¿ÞüÏ?÷ü{ÏíÿÿÍ7ßÿóßw÷ßóýÿÿÿïþÿûÿÿÿ¾ÿÿÓÿ¿ùoÛÿýïÿ/üÿæÿÿÿûîÿý¯ýÕÿ_ýÕ×]{½õ×]Ýõùu×wýõ×_{ùµ—ÿºÿ?ïó¯ÿÿüÿÏ'ÿÿþß}óÏ?¿ü÷Ý?üóÿïÿ_ø_ýÿ×}ÿÿóÿ[ÿÿÿ¯¿ýï9ýý÷ß}}ýïý÷÷ãÿÿÿÿÿÿÿÿÿ¯ÿïÿÿÿûûÍ~ÿÿ¿÷ßÿÿ¿ÿÿÿÿ'ÿ_ñïÿŸÿÿÕŸÿï÷÷_ÿõ×_ÿÿõÿ_íÿ×_ÿ?øÿwëÿÿÿÿßû¿þÿÿßþþí¿®ûÿoÿ¿ößÿ¿ý»ÿA¿÷ÿÿÿÿÿÿÿÿ¿ÿÿÿÿýüÿ÷ÿÿÿÿÿß·¿ÿ÷ÿ+þûÿÿÿÿ÷ÿÿÿý÷ÿÿÿÿ½_ûÿýÿßÿÿýõÿßÿÿÿñÿÿÿïÿÿßÿÿÿÿþÿîÿ÷ûßÿÿÿûþÿ÷¿ÿÿÛ¿ÿÿŸÿ?ÿüñÇ?ßøãÏÿüÑ'^üãË?ÿüëÿ?ÿüßÏÿŸÜÿýíç½ýûí¿ÿþûï¿ï»ï¿þûíÿÿÿûæÿÝþÿèÿÿÿÿ½ÿÿý÷÷Ÿ{ÿýýÚÿߏýÿÿÿïÿçÿ?þÿÿï¾×ÿüÿþïßüþßÿÿ÷ûÿûmõÿþÿýÿÿÿ÷_ûÿÿýÿÿÿÿÿÿÿÿ·ÿÿöÿÏÿÿßïÿÿ÷ÿïÿ÷ÿþÿÿÿóÿÿÏúÿÿ¿þ<ÿüÿÏüý³Þzÿüÿßÿó¬·Þúÿ#ÖÿÏüóÿÿÿõçý÷ÿÿÿùó[÷ÿÿòÏwÞùÖÿëöþÿßYÿÿÿÿÿÿÿÿÿÿÿŸSþù÷ÿÿÿÿÿÿÿÿÿÿÿߏýÿ¿ßú÷ÿÿÿÿßÿý÷¹þýÿÿÿýÿÿÿÿÿßÿ[üÿï·øþþï¯ÿþûûï¿þþ¿—ÿûïï¿þûïïÿþûûÿaÿÿïÖûÿÿÿÿÿÿÿÿÿÿÿÿ¾úÿÿÿÿÿÿÿÿÿÿÿÿÿ>þÿýõÕÿûýÿ_~úÿ¿ÿþ?ýõûÿÿÿÿûÿïßÿÉÿÿû¯×ÿ¿ÿý·ÿÿøæÿ+¯ó—ÏÿÿþOýÿý÷ÿûÓÿ¿ÿæûo»ÿþûï¿ýþ[nÿþûï½ÿþûï¿ÿæûï¿ÿ_þÿùgŸþù÷ŸþyçßyÆçŸþùçßþùçŸþùâÿÇiüõÇÛüñÖ[oÿõŸkýñç_kÿùç_ü±ÖÿµýÿÿÿÿÿïÿÿÿöÛoÿýßÿÿÿßÿÿÿÿÿÿÿÿ÷ÿ;üÿÿÿþÿÿÿÿÿÿïßÿûÿßýÿÿ×ÿÿÿý÷ÿÿÿ÷ÿÿ§ÿŸ%öøâŸ-ÿõÇ‹?¶ØswýØÇ?¶üG_?þñǏÿeÿÿ}ñÌVÿ}·ß_mõÕ_ÿ·×ûýõÝÿíõß~ý?ùÿ÷ß¿ºÛ÷ëÿóÿÿ¯ïúîý¿úûÿï®÷ëÿïÿûïûÿÛÿÿçüùÇŸî¹GŸ}üùŸ}þ¹gþùgž{î™çoþÿýúÏ¿ÿÿóßÿþÿÏ¿ÿ÷ïÿýûÏÿÿúßÿþõÿßWßüýß¿ÿþûýßßþý»ßÿûï÷ÿþûÿ×ÿÿûýÿ»ÿÿÿûÿÿÿþï¿¿ÿÿÿïÿûû¿ÿþþû¿ÿþÿç¿¿ÿýÿÿÿ÷ÿûÿ¯ÿÿï·¿Þûÿ÷þÿÿ½¿þÿÿ¿ÿÿïÿèÿþÿÿûÿÿÿþÿÿÿÿ÷ÿÿÿýÿï¿ÿþÿÿÿÿÿßÿÿýwùÿõ—^zýõ—_~ñå—_~¹×^ýõÇ_~ùô—_íõ/ØÏóÿÿÿÿï¿üÿïÿÿïþÏÿÿÿÏÿ¿ÿÿÛÿößÿ½‘ÿ×ÿÿÿÿÿ{·ÿoûÿï÷¿ÿÿýÿÿÿÿßÿ×þÿÿÿgþÿÿÿÿÿÿÿÿwÿÿÿß?õßÿÿõÿÿÿÿýÿÿÿïöÿÿÿÿýÿÚÿÿÿõÇ]ÿûýÿÿÿ×_ÿÿÿ×ÿÿÿõïƒýÿÿûÿÞÿïÿßÿnk÷úÿÿ¿ÿÿÿ¿ýûÿÿ¯ýÿþŸ?ýÿÿÿÿßÿÿýÿÿÿÿÿÿ»þ÷ÿ÷ÿ÷ýÿïÿÿÿÿÿæßßÿÿýÿßÿõ÷ÿýÿßÿû×}ÿþ÷ÿÿÿÿÿï÷ßÿßÿÿ¿wÿÿÿÿÿÿÿÿ÷ÿÿÿëÿÿûÿÿïßÿý¿§¿÷ÿÿÛÿÿÿË?ÿüóÏ?ÿ|óÏ?ÿÒÏ?ÿýâŽ7ÿüãÏ/ÿüÿËÿÿÿÿþûï_ÿþûï¿ßþí¿ÿþù¿¿ÿÞûï¿ÿþûïÿ¯þÿýÿ÷ßoþÿ÷ß?þy×÷õøׯÿÿÿßßÌ?÷{ÿÿÿÿ^ÿýûÿÿÿÿÏÿÿÿßýÿýÿÿýÿÿÿÿýÿÿ¹ÿÿþ×ÿïÿÿÿûÿÿ}ÿÿÿÿû¿ÿÿóÿ·ïÿ×ï¯ÿþÿðÿŸ>ÿÿ¿Þÿÿÿ?>ÿûÿ?ë­·^~óäÿŸúë¯ÿ?hýÿõ×ÿÿÿ|ÿÿÿÿõçÿÿ÷×Í?ßüó›÷ÿÿÖ_ý¿ïÿÿŸ•ÿÿÿÿÿÿÿÿÿßÿ3ýÿÿÿ÷ÿÿÿÿÿÿÿÿÿýÛÿÿÿ‰ÿýÿßÿý÷ßÿÿãßÿÿÿÿÿÿýÿßÿý¿Í÷ÿþûûï¿ÿûûï¿ÿþû¿ÿúû¿ÿþûïï¿þûû¯¿þÏöÿÿÿ¿ÿÿÿÿÿÿÿÿÿÿÿÿïÿÿÿÿÿÿÿÿÿÿÿÿÿÿoàÿßKï¿þÿÿ¿ÿÿÿû·Òûÿÿÿÿÿÿÿÿëÿÿÿÿ¡ýÿÿÇzüýÿ÷ÿùÿÿ?¼ÿ?ÿü÷ÏÿÿþÓÿ¿ÿþ?ôÿÿï¿í–Ûî¿÷Þûï¿íþï¿ÿþûï¿ÿþ›ï½íþûÿåÿÿþùgžþùgŸþ™çÿÙçŸþùçßyþÙ÷ßÿOþÿñ×Zý±ÖZg½õ×ïíVŸþñç[oÿùVßoÿ_Øÿÿÿ÷ÿÿÿÿ÷ß¿¿ý÷ÿ¿ýþÿÿÿÿÿÛoÿÿóßoÿ¿Áÿÿÿ÷ÿÿÿÿßßÿÿý÷ÿÿÿÿÿßÿÿ·ÿÿõÿþÿúÿÿǏ?þüG/öüc‹|ã‹=ýÑÇ?¾øG‹?þøßðÿß_}õ×~}õÕW_ý÷_ýñßÿ}÷×_ýõÝÿ‡ÿÿÿï�ÿïk¿¿ÿþoßÞÊûïüûÍ÷ï¾÷ûûï¿ûÞýÿîñgŸ}îÙç}äùçŸ÷¹gŸ;þùÇž{þ±g{þïÿßÿþûëÿþûÿÿÿþ÷¿¿þóßwÿÿûË¿ÿûÿÿÿÿýÿõ×_ÿÿý÷ÿýýÿ?ÿ÷Ÿÿÿÿÿßþû÷÷ÿÿÿûÿ÷ŸÿÿÿÿŸ¿ÿþÿÿ¿ÿùï¿ÿúgŸÿþþû¿ÿÿþÿÿÅÿÿÿï·ÿþï½ß~{ïÿßûï÷ÿûÿÿ·¿þÿï½ÿþOþÿûïÿÿÿóÿÿÿÿÿß¿ÿþoÿÿþûÿÿÿÿûÿÿÿÿßÔ¿_~ùå—_íõ×_õå×{ýõ×|õµÇ_{ýõ×_ÿ¢÷7ïþÿý?ÿýÿÿ?ÿûÿíùÿÿÎ?þüã¿ÿïÙÿýÿÿø¿ÿÿ?ýúÿïÿ¼ÿÿÿ¿ýÝÿþûïÿïÿ{ûïÿÿãþïßÿÿÿÿýÿÿÿÿÿßÿ{ÿÿý÷¿ÿÿÿÿßÿÿÿ?ÿþ¿ßÿÿÿÿñÇÛÿõÿýÿ¿ÿÿÿï—ÿþÿ÷×þúÿÿÿÿÿ¿ÿýÿÿÿû_oÿ÷Ûÿûÿ¿ÿÿ»ýïþÿ»ýýÿ×ÿÿÿûï¿÷þß}ÿÿÿÿÿÿÿÿ{ÿÿ÷ÿÏÿwÿÿÿÿïþïÿÿÿ÷ÿ÷ÿÿÿ÷¿÷ÿûÿÿÿýýÿÿûþÿñýÿÿÿÿÿÿ~ûïÿÿÿÿýÿÿÿ¿ÿÿûÿÿÿ}ÿù×ÿÿ¿ïÿ?ý|óÏýüóÇ?ÿÿ÷/ÿüóÏ?ïüóÏ?ÿüóÏÿ\ÿÿûï¿ýûï¿ÿþûÿóæ÷ï¿ýþûï¿ÿþûï¿ÿþÿíÿÙþýÿÿñ÷Ÿÿÿ÷ßÿ½÷þýçÿýãÿúÿÿÿ÷ÿÿÿ¿ÿ×{ïîÿÿþÿÿ—~ý÷ÿ_ÿí¿×ÿÿúïÿ?­þëÿýÿ¿ÿûÿÿ×ÿýÿÿÛ¿Ïÿ÷îwÿÿÿÿÿÿÿÿü?þþý?ÿÿÿÿ÷ßúýÿÿÿÿüÿ¿ÿÓ¯ÿÿÿÿÖçÿ÷ÿùן÷ÿüÿÿÿÿõg÷ÿÿÿÿ÷ÿÿÿ_~ýÿÿÿëñþÿÿÿÿÿÿÿÿÿÿÿÿÿMåûÿÿÿÿÿÿÿõ÷ÿÿÿÿߏýÿÿý÷ÿÿÿý÷ßÿÿëÿÿý÷ßÿýçŒ?ÿý÷ßÿ;ýÿïï¿ÿþï¿¿ÿúûïÿþû¿¿þúëï¿ÿªë­¿þúûÿiÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿïÿÿÿÿÿÿÿÿŸ}ïþÿÿÿÿ.þÿý¿þúÿ¯ÿÿúÿïÿßÒ¹ÿÿÿÿï¿ÿ÷ÿÿÿÿûïÛÿÿÿý÷ÿO?ÿ÷ûþýµò?ÿþûoþùóþÿ»ÿþ›þÃþ¿ÿÞ[n»÷þ[î¿÷Þ{ïÿþÛn»÷Þûï¿ýþÛî½—þÿùgŸ}öùçŸÿùgŸþçßÿÝçŸ}þy÷ß}ÿÙýçÿÇ_wu短ý×_wüùŸk¯ý÷Yµõ×ßn÷ýWz‰ýÿßÿÿýÿÿÿý÷ÿÿÿÿßÿýÿûÿÿüÿßoÿýÿß›ýÿÿÿýÿ÷ßýý÷ÿÿÿÿý_ÿ÷ÿÿÿÿ÷ÿÿýÿ¿ÿªÿŸ/¾øb½øc=öÕÇwýüò‹=öøóÏ?¾øbÿ}ÿÿ}õÕWûý÷ÕWýõßû÷Ýw_}÷×wýõÕwýÿøÿ¿ýöÿÿÿ¼þþë¯ÿÿûý¿ûþﯾþþÿï¿¿úïÿÕÿ¿çŸî¹çäÙgŸþùþùÇŸ}üùg{üùç?þÿýûï¿ÿýÿÿÿÿþúŸÿÿë¯ÿþûëÿßþûû¿ÿþðÿß÷ÿïÿÿÿý×ÿÿûû_ÿ÷ß_ÿÿ÷÷ÿÿ÷ÿÿÿþûïÿþûûÿ¿ÿÿï¿ÿûÿï¿ÿþÿÿÿÿþÿïÿÿßýÿÿ½ßÞûÿÿ÷Þ{ï¿ÿÿÿÿÿþûí·ÿþëï½ÿþûïÿâÿÿÿþÿÿ¿ÿÿÿÿÿÿ÷ÿïÿöÿßÿÿþûÿÿ/ïÿÿÿÿ7ýÿõ×^ýÕ×_zýõ×_}µ×_|ùõW_ýu×^~õõûÿãÿÿÿÿ¿ïÿïÿÿÿÿÿÿÏ;ÿüÿÿÿûüóþýÿÿÿþýöïÿÿþÿï¿ÿÿþ÷ÿÿ¿¿÷Üóÿÿÿÿýïÿÿÿÿï·þÿÿÿÿÿÿûÿÿÿÿÿÿ¿ýÿ÷ß÷ÿÿ¿ÿÿÿÿÿÿÿÿñýÿ×_üÿÿ[ÿñÖÿÿï½_ÿ¿õ×_{ýÿ×íïÿíý¿ýúûÿûÿ·ïïîÿÿßÿ¹ÿŸþÙïÿ}öýÞÿÿ·üÿÿÿÿÿÿÿÿ÷ÿÿÿÿÿÿÿÿÿÿÿÿßÿß÷ù¿¿ß÷ß~ç»ßÿÿýÿÿÿý÷÷ÿÿþÿÿóïÿÿÿïÿÿó÷ÿÿÿÿÿ_÷ÿïÿÿÿÿÿÿÿ{ÿÿÿÿÿÿÿÿÿûý½ÿþÿ÷Ÿÿÿÿ¿ëÿüûÏÿÜóϽþüóÿ½þþO?ÿøóÏÿÿüóß?þüÿßÿïßÿ~ïï¿ÿþÿï¿ÿ¿ÿÿÿþûï¿ÿþÿï¿ÿû÷ëÿÏþoÿß÷_úý×ÿ?þý¿þóßÇ_ÿÿøã?üýÿ}?þåÿ÷ÿÿÿÿóþþÿÿ÷ÿùÿÿÿÿÿýÿ×_ÿÿõÿÿÿÿ÷ÿ—þ¿ÿ÷_ÿÝßûÿÿ¿ÿÿÿÿÿÛþïÿÿÿÿ¿ÿþÿÿÿ½ÿðÿŸÿÿùÍóÿÿùýÿÿúêù¿ÿÿç÷ÿ÷ùÿÿÿë©ÿ?hýÿõÿÏ÷ÿùÿÏ÷ÿÿçŸ×÷ÿÿÿ¿ÿ¿ÏÿÿÿÿÍý¿&ïÿÿÿÿÿKùÿÿÿÿÿÿÿÔ¿ÿÿÿÿÿÿÿÿÿÿÿÿÿÿ½Ùÿýÿßÿÿø÷ßÿÿý÷ÿ¿þÿßÿÿ÷Ýÿßý÷ÿÿÿý¿Ûÿ¿þûû¿¿ÿþë¿¿ÿþï¿ÿûë¯ÿÞ
+ë¿•þúï¿¿ÿÿöÿÿÿÿÿÿûÿÿÿÿÿÿÿÿþÿÿÿÿÿ›ùÿ¿öÿÿÿÿÿïäÿÿzÿÿ÷õúÿïÿÿúÿ}•{ùïÿŸ÷ÿÿ¿þÿûåŸÿÿ¡ÿÿö÷ÿ¯÷ÿ/>ÿ÷ÿÿký÷/¾ÿýþo=ýÿ›?ýÿ¿ýÿ{ï¿ùþ{ï¿ýþ[n»ÿÞï¿ÿöûï¿íÞûo¹ÿÞûÿæÿßþÙçŸö}çŸ}öùçþý÷þùçŸçùçŸÿgþkÿñVkýÕöŸµuÇÿñößüõ÷Ÿ½ýÇŸkýßÛÿÿÿûÿÿÿûÿÿÿþÿÿÿýþÿÿÿýÿÿÿ¿ÿÿÿÿ¿ÙÿÿÿÿÿÿÿÿÿßÿÿÿÿÿÿÿÿÿÿýÿÿßÿÿÿÿßýÿoúÿØGËôø⋼øòß|Ǐ?ÿÑó}¼ýâ_üø_öÿ×_ý÷ÕW_ý·ÕWÿý÷_ýõßWõ÷ÝWÿí÷×ÿÿ¿úÿûÿ¾²ÿnÿî¶ßÿ¿Ýýëïÿÿþïÿïÿúÿß½ÿÿüÿ}îñç}æÙçöùçŸÿÑgŸ{ôùçüùçŸyþîÿïÿÿ÷ÿ¿ÿþ÷ï¿ÿÿÿÿÿòßÿÿþ÷ÿïÿùçïÿWÿßÿûÿÿßÿýÿÿßÿ¿ÿ÷—ÿ~ÿ÷ÿÿÿýÿÿßÿúÿû¿¿ÿùÿÿÿÿùÿÿÿÿûŸÿÿÿïÿÿÿùÿÿÿþûûÿËÿ÷þïÿ÷þûïÿÿþûÿÿÿÿí¯ÿßûïÿÿþûÿÿ÷þþõÿßÿÿÿÿï¿ÿÿûÿÿÿÿÿÿÿþÿÿúÿÿÿï¿ÿÿßÿÓÿ_õõ×Oñµ×^{ýõ—{ýõW_ÝÑ×_ýµ×_ÿžÿÿÿÛÓ¯ÿÿÿÿÿÿÿüóÿûúÿÏ?ßüï7îÿûÿýïŸéÿ¿ÿËÿïÿþÿÿÿóÏÿû·û?ÿýóÿÿÿÿß÷ÿÿíÿÿÿÿÿýÿÿÿÿÿÿÿÿÿÿûÿÿùÿÿïÿïÿÿÿÿÿÿÝ×ýÿñÿßëýýÿ_ë½ÿÿÝÿñ×ûÿÿÿ_ÿï¿_þÿúþûÿßûÿ÷÷¿ÿ¿ûöÿÿÿýÞ¿ýÿïÿýÿûïþÿ÷™ÿÁÿÿþþÿÿï÷ÿ÷þÿ¿ÿûùÿïÿÿÿ½÷÷ÿÿÿ¿ÿÿß¾ÿÿÿÿÿßÿÿÿÿÿÿÿÿþ½ÿþwÿýÿóïÝÿÿ¿ÿÿÿÿðÿÿÿûÿÿÿÿûÿÿÿÿÿ_ÿÿïÿÿÿ{kóÿÿÿÓ·ÿÿ§þÏ?ÿüóÍÿü÷÷?ÿÿë/ÿüõ?ÿüóÿ¿þzóÏÿÿýÿþïï¿ßû÷×ýþÿûÿÿÿûïÿþþûï½ÿÿÿÿ¿ÿþÿè¿çßýùÖÿ÷ß÷ÿ_ßýŸ3Ìÿÿ_ýýßÿ÷ÿ½åÿ?þ>ßÿÿßúûÿÿÿÿÿýÿÿÿý÷ÿöÿÿÿÿÿÿÿÿßÿúÿÝÿÿ?÷¿ÿýÿûÿïÿÿÛóßÿëÏÿÿÿßÿÿýþÚúÿÿÿùýÿÿ|ëå—ßóÿÿÿìÏ¿Þó/ÿÿÿýÿÿÿÿƒÖÿ_wþÿÿ]/ß|óËÿÿÿÿ?ÿùóû}ùÿóû÷ÿÿÿÿkòžõÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ÷ÿßßÿÿÿÿÿÿÿÿ߃ý‰ÿÿý÷ÿÿÿÿÿÿÿÿÿÿýÿÿÿü÷ÿÿÿÿ÷ßÿ»üÿû¿¿þþï¿ÿþûï¯ÿþûî¿þû刺ުï¿ÿþúûÿfÿ¿ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÛ÷»ýÿÿÿÿÿÿNþ_ÿ÷ÿÿÿû÷ßÿÿûÿßÿ«ÿÿÿÿýýÿ÷ÿý·ÞÿÿÿßÉÿ:ÿþÿÏÿýóÏ¿ÿÿÃÿÿþóß¿ÿÿÚßüýË?ÿËÿ¿íþ›o»ÿþûï¿ÿþÿïÿþûï¿ÿþÛo½ÿþûï¿ÿþÿ™çßyþùçŸþù÷ÿþçßþùgŸwÞùçŸç™ãÿ×oÿõçüùçÛÿ¹^oÿùÇÛ}½ýǼ½Öÿ¹ý÷ÿoÿÿÿÿÿÿÿÿïÿÿÿ×oÿÿÿÏÿüÿÿÿ¿ý÷ÿ{ü÷ÿÿÿÿ÷ÿÿÿý÷ÿÿÿõÿþÿýÿ÷ÿÿÿÿû÷ÿÿ¥ÿ}¼Øò}ôñÇ/þÿÇ7þøWoöøâ}ýõcÿÿý÷ÕWûý÷ßÿýõßÿõÝÿýÕÝWýý÷ßwý¿øÿëÿîÿþÿßÿ÷Ïïëÿ÷íí¿ÿÿ¿ÿÿÿÚïÿÿÿúëÿ×ÿ÷çžyö¹çŸ{îùgžþy{þ¹çž{üùçŸöñç?þÿþ÷ïÿÿýÿßÿÿûßÿûÏÿýþïïÿÿçß¿ÿþÿñÿ÷ÿßÿÿÿÿÿÿÿÿÿÿýÿ÷þûïßßÿýÿÿÿ~ÿ÷ÿ³ÿ¿þýï¯ÿÿ÷ßÿÿú÷ßßúëÿÿÿûï¿ÿÿÿÿ¯¿þüÿ¿ÿÿï¿ÿþûïÿÿÿûüŸÿûïÿÿÿÿï¿ÿ~ÿÿè¿ÿÿÿÿÿÿÿÿûÿÿÿþÿïÿ÷ûÿ¿O¿üÿÿÿÿÿo¿ÿVýÿÕ×O}ýõ×O{ýÔ×_}ýW_{ý5×Kýô×_~ù¥ïùÿÏÿÿ¼ó¯ÿ|sÿ;ÿ¾ÿÿÿÛûÿý÷óï7ÿ¿ÿÿ•ÿÿßÿÿsëùÿ~÷ÿïý÷ÿÿÿÛýÿÿÿÖï¾ÿû÷7öÿÿóÿÿÿûÿç¿þÿÿþ?ÿÿÿßÿýÿÿÿÿ¯ÿÿÿñßÿÿ_ÿ½ÿÿÿÿÿÿ÷ûÿÿÝßÿÿÿÿÿýÿÿÿþûÿÿ»ÿÿÿïûÿûÿß¿ÿúïþïÿ_ï÷ÿÿÿÿŸïÿÿ¿ÿÿÿŸüÿÿÿ÷ßÿû~ÿýÿÿÿÿÿÿÿÿÿÿ÷~ßýíÏÿûÿþìÿŸÿÿýÿÿÿû¿ßÿÿÿßóÿÿ÷ÿÏïÿÿÿï¿ÿ÷ÿÿg÷ÿÿÿÿÿÿÿïÿÿû¿ÿÿÿÿÿþÿïuÿÿÿþý÷ÿûÿÿøÿÿ÷Ç?ÿýÿÏ/ÿüÿÏoÿòÏ?þýóßßÿÿó¯ÿÿüÿÅ¿ÿoÿþûïÿÿþûïÿïþû¿ÿþûß¿ÿûÿÿ¿ÿÿÿïÿ/öÿý÷ç_ÿÿÿ÷üÿõÿ÷µãþÿ÷ùßÿÿýuþþþÿãÿÿ¿vÿÿÿÿÿýïýÿÿÿÿ_ûïÿßþÿÿÿûÿÿÿ÷ÿ‰üÿþÿÜÿÿÿ÷½ïïÿÿÿ¿ÿ[Ïÿÿ7û_¿ÿÿûoÿßÿ¿ðçÿŸüÿ¯7ÿÿÿÿŸßÿÿÿþüùÿ7ÿzÿÿÿÿgÿ«ÿ?i}ýyçÿýÿÿÿÿÿüþÿýçÏÿ¿ÏÿýÜÿÿ¿ýþ¿.ïÿÿÿÿÿÿýÿÿÿÿÿÿÿÿÿÿÿÿÿÿýÿßÿÿ¿þÿÿÿ}Úÿÿÿßÿÿÿßÿýÿßÿÿ÷ßÿÿÿóÿ¿ÿÿ÷ýÿÿý¿Áÿÿþûû¯ÿþûëï¿þûû¿ïúë¿ÿþºï·ÚZï¿¿þOöÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ_üïÚþÛ»ÿÿÿoáÿÿzÿÿÿßëï¿ÿûïÿûÿÿ·þÿÿý½öß_ý·þÿ½ÿÿð÷ÿ¿üýÇoþñþ?¾ÿûïýüÿß;½ÿþÚÿþýÿûï¿ÿ¶ûï¿÷öûï¿ýþï¿ÿÞûï¿ÿÞÿïÿÿþûùhÿŸþùwŸþýçÝ}þyç÷ýçŸþùç¿þûçßß'þþ±ÖÚ}üñöZß±ÖŸÿ=öþõÇŸ¿õ÷kÿ_Úÿÿÿ÷ÿÿÿÿóßÿÿÿ÷ÿý÷ÿÿÿýÿÿÿüÿÿÿ¿Ãÿÿ÷ÿÿÿÿßßÿÿÿ÷ÿ_ÿßÿÿûÿÿßþ÷ÿ÷ÿýÿïú÷ñ׏/þÕ׋=¾üǏãüÑc_üÿö}õøßõÿß}õß}õÕ~ßý÷wßý÷ß_ÿý÷__ÿü÷Ýÿ›ÿÿûßû¯ÿûïê¿¿ÿÿêÿßþ{ÿÿþþÿÿþ¿ß¿ÿ¿ÿüÿ{þ™ÇŸþÙgŸ}îÑçŸí±çžæùçžöùç{þéÿßÿÿþþßÿÿþûûþþ÷¯ÿþ÷ß¿ÿÿ÷ïÿ¿üÿÏÿÿÿÿÿýßÿþÿÿ×ßÿÿý?ý÷¿ÿ~ÿÿÿßÿÿõÿþ¿úÿ÷ÿ¿þûÿÿ¿þûïÿÿþÿ½¿þÿÿ¯ÿÿýë¿/ÿÿëÿÓÿÿþ{ÿÿÿþûÿ÷ÿÿûÿÿïÿý¿ÿÞÿï¿÷ÿí¿Ÿÿöûûÿÿÿÿÿÿÿÿþÿÿ¿ÿÿÿÿÿÿÿÿÿý¾ûþÛÿÿÿÿÕÿ_ùá—_?ýõWOõõ×~ýôW_ýõ×]ouå—^þºÿ;ÿöÿÿ¿ÿúÿÿÝÛÿûÿÿþ;ÿÿûÿÿýúóOÿî¿ùÿþþÿÿ÷ßÿÿÿ¿ÿÿßÿÿýÿÿþÿýÿÿÿÿ¯¿ÿÿîÿ÷¿ÿÿÿí³ÿÿÿý÷÷¿ýñÿÿõÿÿöÿÿßÿþëÿÿßýÿÿõßÿÿÿ÷ÿßÿõÿß}µÿÿýÿÿ_ýõ¿Oþÿúþÿÿ¯ßÿÿÿïÿÿûÿ¿ÿÿõŸÿÿÿçþÿÿûßÿýÿÙÿÅÿÿÿúÿýÿûþÿÿÿÿÿÿþÿÿÿ¿ÿÿï÷ßÿü¿ÿï¾ÿ÷ÿÿûýÿÿýûýÿßÿ÷»ÿÿÿïÿÿï¿}ÿßþÿÿÿóÿÿûÿÿÿÿÿÿÿÿëÿÿ{þïÿÿûÿÿýöÿÿÿÿÿÿ¯?ÿüóÏ?þüóÏ?üó/ÿø÷Å?ÿÿñÌ_ìñÏÿ¿üÿÿ»ï¿ÿþû·¿ÿþõ׿ÿïïÿþþûÿ¿ÿþïï¿ÿþÿáþÿ—¿øçÿÿýùçÿÿøßÿÿ÷÷ßÿíøã÷ûðõÿþÿûÜõßþûÿÿ×?÷ÿ×ÿÿÿÿÿÿÿ×_ÿÿÿßÿÿŸº÷ï¯ÿ÷öîÿÿ¿ÿûýÿþÿÿÿÿßkÿÿýûoÿýÿÿÿ~ò¬ÿÿüóÿ?ÿ¿ÿÍ·þÿù÷ß÷ÿÿÿÿÿÿÍ<ÿÃÖ×ûýõÿ_ÿÿÿÿÿo½õ÷¿ü¾_ÿÿÿ?ÿúoçýëôþÿRþÿÿÿÿÿÿÿÿÿÿÿÿûÿÿ¿~Þ߯ÿ÷ÿßÿýÿ߯ýÿ?þý÷ßÿÿÿ÷ßÿÿÿ÷ÿÿÿÿßsþÿ÷Ïÿÿ|óßÿ[üÿïï¿þþë¿ÿþúû¿ÿþþ¿ÿþ{ë¯÷^úë¿¿Ö¾ûÿeÿÿÿþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿûÿýwÚÿÿÿîþÿ~þÿ}½þÿÿÿ¿Þÿÿïÿÿÿ¿Ÿþÿïýýýëÿ·ÿßëÿÈÿßëýþÿï?üÿû>ÿüÿ?ýôó/îÿÿßù¾ßÿÿÛÿ¿ÿÞûï¿íþûï¿õþûïÿÞ{ï¿ÿþßî½åÞÛî½ÿ_þÿùçßþçŸÿyçŸþçŸþùçÿyþùçŸyö™ÿáÿÇ[o¯õ÷Ÿ¼½ÖŸ®õŸþù÷[kÿõÖ¿u×ÿýÿÛoÿýÿÿÿ¿ýÿÿÿÿýßÿÿÿ÷ïÿÿöÿÿ¿ÿ÷ÿ[üÿ¿ÿûÿÿßÿûÿÿßýÿßÿÝÿÿÿïÿÿÿÿïÿÿ©ÿ?¾Øâ‹üùcÏôÑc'üñÇ‹mþÿæ‹}üùãÿÿÿýõ×__ý÷ßW_ý÷ßWñßßõõßwßý÷_Wßýÿøÿ¯¯»þ»ß~ÿþ?¿ÿûÞ©}ûÿªû¾·ÛëßýûË¿ÿÁÿ¿gŸyæ™çŸäÙçŸ{äYŸîñgüùçŸ{ö¹ç_þÿýûï¿¿ÿÿßÿÿþ÷ßÿÿ÷Ÿÿþÿÿÿ¿þ÷ë¿ÿþÿñÿï÷ÿÿÿýÿÿýýõ¿ÿ~ÿûÿÿûÿÿÿÿÿýÿ_ýýÿ¿ÿÿþþûïÿÿû÷ÿÿÿûïÿÿùï¿¿ÿÿûÿ¿ÿùÿÿÿÿüÿÿ½ÿþûïÿÿûíÿÿßûÿÿÿÿï¿÷þûïÿÿ~ûï÷çÿÿÿÿÿÿÿÿþÿÿÿÿýÿÿÿöÿï˾Ùÿÿÿ?Ý÷¿¿7ýÿõ×_~õõ×_ýõÓ_½×_|¹å—_ýõ×]øõ«ùÿûÿýÿÿ¿?ýﳞÿçÿï?ÿ¸ÿûÏþÿÿÿÿÿÿþ‡ÿßÿÿÿ~ûõÿþóÛ¿ÿÿþ{ÿýÿÿÿûÿÿßÿÿï÷þÿÿÿÿÿÿÿÿïÿÿþÿÿÿ»ßïßÿÿÿÿÿÿÿÿýÿÿÿõÿÿ×_ÿÝõÿÿÿý¿ÿ÷ýTÿÿûõÞÿ?ýÿÿ_ûïïÿ³ÿÿ¿í÷ÿ¿ëÿÿÿÿïÿÿïþÿ¿ÿÿïÿÿÿgÿûÿ?ýÿÿ¿÷ßoûÿÿÝ÷ÿ_ÿßÿþÿÿÿ½ÿßÿûÿÇÿ¿ÿÿàÿÿÿÿçÿÿÿßÿÿÿûÿýÿû·ÿ÷ïÿÿïÿÿ¿þÿÿÿÿÿï÷ÿÿÿ¿ÿÿÿÿßÿûÿ÷ýÿÿýÿþÿÿ¿ÿÿÿÿ¿ûÿôóÏ}ü÷ÏÿüáÇÿòÍ?ÿøóÏÿÿÿÿÏÿÿÿÿÏÿï¿ÿþïïÿþûß¿ÿþûýþûß¿ÿþÿÿûÿþÿÿÿ¿þw?ý÷þÿãÿýÿ÷Ÿ½÷ßÿýýç~ÿý?ãÿïÿÃþõÿÿÿ÷ÿÿÿÿÿÿßþÿ÷ÿoÿ¿ÿÿþÿ_ÿÿÿÿµÿÿþ÷ûÅßwëýÿÿÿÿÿÿ_íÿÿÿÿÿÿÿÿÿ¿ÿÿ?ðÿÿÿÿëý¿Þúÿÿ÷ßÿëÿßÿÓÿÿÿÿÿý÷¿ÿëýÿ¿aýÿõÿÏ÷ÿ|×ÿÿßÿÿ_ÿwÿÿÿÿÿÿÿoþÿÿÿÿÿ¿6ïÿÿÿÿÿÿÿÿÿÿÿÿ÷ÿÔ8ýÿ÷ÿ¯?÷ÿÿý¿ôÿÿ½Ùÿý÷ßÿÿýÿßÿÿÿÿß?þëßÿÿ÷ÿÿÿÿÿÿ¾ßÿ¿þúû¿¿þûû¿ÿþûë¯ÿûé­ÿ^Úë¿ÿþÛë¿ÿÿ/öÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþïoÿÙÿÚÿÿÿÿÿÿÿoáÿÿúÿï·ÿûÿÿÿ~ÿýÓkoÿþk¯÷ßúùÿ—ÿçµÿÿöû?~ñòÿ¿ÿÄ÷ï«¿Ò{þÿôß{ÿõó?ý¿üÿ[î¿ÿþ›ï¿ÿþûï¿ù¶ï½õ¶{ï½÷þ{ï¿íÞÿîÿß÷ùçß}þùçŸþ÷þYgžþÙgŸþ™ç¿ýþÿ=Ö÷ñÖŸþñößÿ¹V[¾õ×wüù×oßßØÿÿý÷ÿÿÿÿóÿÿÿÿûÿÿý÷ïÿÿþÿÿÿÿÿÿÿ?ÿ¿Õÿÿ÷÷ÿÿÿÿßÿßÿÿÿÿÿÝÿÿÿÿÿÿÿÿýÿÿ}ÿoúÿøâüØGÿÑÇË/~׏-þÑæ‹'ôñW}ýÿÿðÿ×Wßý÷×ý·ß_}õ}õß__mñßý÷ßÿ‹ÿ¯ºßkÿ¿úïûÿþúíþÿÞï«û¿Ûïÿÿúï«ÿ¼ßßü}æñçž}î™çŸþÙçžÿñgžöùçžþÙçþçÿï¿ÿþçëþþ÷ßþþûþþûßÿÿþòß¿þçßÿ_ÿÿ÷ÿ_ÿÿý?ÿÿÿýß¿ÿ÷÷ÿÿÿ÷—ÿÿûõÿÿÿÿøÿÿÿ¿ÿûÿ¿¿ÿÿç¿ÿÿþ¿¿ÿÿçÿ¿ÿûç¿ÿÿûóÿÚûÿþûíÿÿþïÿÿÿÿï·ÿï¿ÿÿûíÿÿÿÿïÿ÷þoÞÿ¿ÿÿÿþóÿ¿ÿÿûÿÿÿý‹ïýÿÿ»ýþûÏ¿ÿÿÿ·Vÿ_|ùÕ×^ý±×_=ýõ×{­u×_½µ×_ýõ—_þ¯ÿÿÿÿ¿ÿÿÛÿ~ûïsÿ÷¼ÿÿïÿÿÎÿúÿÏÿÿùÿÿþÿÿ÷ÿûßßþÿ÷ÿÿkýý¿ºÿý·¿~÷û¯ßÿmÿÿÿÿÿÿÿÿÿÿýýÿï|÷Ùÿßýÿÿÿýÿ÷ßÿûÿ»?ßSüõÿÿÿÝÿÿý¿ñWß{¿Þÿoüõÿÿÿÿõþÿÿùþ½÷¿ÿïþÿÿ¿¿ÿßÿ½ýÿÿÿ÷Ÿÿÿÿÿ÷ÿÿÿW¾¿ÿÿÿÿÿ÷ÿÿ÷·ýïÿßÿÿÿÿÿÿÿÿyÿÿÿﯾïï÷ÿÿÿÿÿßÿÿÿÿÿÿ½ßþïÿÿÿÿÿ¿÷ÿþÿÿÿÿðÿßÿûïÿÿÿÿÿÿÿÿýÿþÿýÿÿÿÿÿöÿÿÿÿÿÿ›ÿ?ÿüóÿ?ÿüóÏ?ÿüó/ÿýóÏ?ÿüýÏ?ÿÝóÿÿÿüÿûï¿ÿÿûï¿ÿþûï¿ÿ÷ß¿ÿýûïÿÿþ»¿¿¯ÿÿíÿþß?þøÿ?þùçŸþùWÿÿñןîÿçŸ÷ÿñÿßwþÿÿÿößïý÷×_½õÖï¿Öïoýôÿ_ýÿÖÿ__ú÷ÿÿ¿ÿþÿÿ¿¿ÿþ»ï¿ÿ¿ÿ¾÷ïûïÿî»ý¿ÿ¿÷
ÿ÷ÿÿÿÿÿþ/ÿý÷ÿÿÿýê©7~ÿÿã¿ÿÿÿ÷ÿÿÿÓÖ?ö}õÿŸùï?þÿÿïçwÞüÿýÝÿÿÿÿ¿ÿÿÿkñþåÿÿÿÿÿÿßïõÿÿÿÿÿÿÿÿÿÿÿÿÿÜÿÏýïߟý¯~ÿý÷ÿÿüóÿýóÿÿÿ÷ÿÿýÿßgþæÿÿ»ý~í¯¿þúÿ¯·Þzéï¿Þþ¾ÿÞúﯿÿûé¯ÿþú÷ÿaÿ«ÿÿûÿÿÿ¿ûî«ÿÿÿîÿÿÿÛýÿÿÿÿïÿýÿßÿÿ&þ_á¿þÿÿÿÿý÷[ïÿÿöÿ—Ÿ÷÷ýÿÿ{ïý_Þÿçùÿú¿ýþûÿ¿ï¾›*þõ¢Ï}üýþß¿ÿÿkîÿñþýÕÿÿþÞÛoÿÿþûo¹ÿ¶Ûnëþûo»ÿ¶ûï¿÷þûïÿÿïþÿÿ÷ßw×ßwß÷ýçßöçŸöùwŸþùgŸþûÿäÿ÷ßÿvßc«Ý÷Z¿uüuÇÚwýñö[w¼õ÷ÿ…ýÿßÿÿÿ÷ÿÿýÿÿÿ¿ýÿÿÿÿÿßÿÿûÛÿ¿ýÿü;ýÿßÿÿÿ÷ÿÿûÿÿÿÿûÿÿÿÿÿßÿýÿÿ¿ÿÿ÷ÿ÷ÿ©ÿÿ/þøãï/þØã=¾øcwôÕâ=ÿøG=÷ñóÿÿ=ÿÿýõ×_ÿ}õÝW_}õÕWÿ÷ßWÿ}µÕ~_uõßWÿýÿùÿÿ«¾ûÞßÿ¿ÿëë¿ïöû½ÿ¿ÿ¿ÿ¾ÿÿëÿûÞÿÿÕûÿgŸyæùæ{üÑÇüùŸì¹ÇyîÑÇŸôùççþÿùûë¯ÿÿûï?ÿÿûï¿ÿÿÿ¿ÿýóÿÿÿûŸÿÿõÿòÿÿÿ_ýÿßýý×ý{ÿýýß—ßÿóý×ÿ]ÿÿÿŸÿÿÿúï¿ÿþúëŸÿþûï¿ÿÿÿ¿ÿûïÿÿþûÿ¿ÿŸýÿ÷ÿÿÿÿÿ÷ßß~ÿýÿßÿÿÿÿÿÿí÷ÿÿýÿÝÿÿÿåÿÿÿÿûÿÿÿÿùôÿÿÿÿòöÿÿïÿÿÿßïûOÿûôÿÿwýÿÕS_íõ×_wýõW_uí×^åå×^}½õ×^{ýõ/øÿóÿÿÿÿïýíÿþÿÿþÿïÿÿÿÿ×ÏÿÿÛÿÇ>oüãÿ›ÿõõ÷_ýûïÿÿÿÿ¿ÿÿÿÿÿ¿ï·÷ßÿÿ?ÿþûßÿþÿÞÿÿÿÿýÿÿßÿÿÿÿÿÿÿÿ÷ßÿûÿÿÿÿ÷¿¿ÿðÿÿß_ÿ}×ÿÿýÿßÿïýÿüÿÿß÷ÿýÿÿ~ýÿÿƒÿû¾ÿ;ï¿þþÿÿÿ·ûû?÷ÿÿ¿×þïÿÿîþÿ_ýÿÿÿ÷ÿÿÿÿÿÿÿëÿÿÿïÿÿÿûÿÿÿÿÿþÝ÷Ôÿìÿÿÿÿû¿ûÿýÿÿÿÿÿÿ_óïÿßÿÿ÷ÿßÿýÿëý_ÿÿÿçþÿÿ÷ÿÿÿÿÿÿþÿßÿûÿýÿÿþÿÿ¿ÿÿ¿úÿ¿áÿÿ·ÿñ÷ßÿóÏ??þË¿þüó÷ÿÿüóßÿýÿÇÿþÿþ¿ÿþ¿ÿÿÿÿ¿ÿþû÷ÿþÿï¿ÿÿÿï¿ÿýûßÿ/þÿÕoÿÿÏýùÿÿÿÿýçßw÷Çÿßùßþþõߟßÿÿàÿÿÿïý÷ßÿÿÿÿß¿ýÿÿÿÿ÷Ûÿÿÿ·ÿúöýÿÿ½ÿÿÿÿ¿ÿß?ÿÿ¿ÿÿþ÷ïÝÿþÿßþùÿÿýÿÿŸÿÝ?ðÿÿÿÿóÿÿÿßÿÏÿÿ?Ó«ßÿóýÿÿ|ÿýÿÿÿÏÿ?cýÿÿÿÿûÿÿÿÿ|þÿÿõ~öþ_÷ÿÿÿÏï÷ÿóý}ú¿6ïÿþÿÿÿßÿÿõºÿþ?õÿ¿ÿÿÿÿÿÿßÿçýÿßÿ=Ùÿïÿÿÿþÿ÷©·úï÷gÿÿßÿÿý÷ÿÿÿýçÿßú¿ÍÿÿþûÏî¿þúo7ûÿþû­ÿûë¿¿þþï¿Ÿìú什¬ŸöÿÿÿoµÞÿ¿ïÕÿÿ¿ïýÿÿÿÿÿÿÿÿÿ÷ÿÿÿß_ïãÿ~ÿÿÿý[ïÿÿÿ[ÿÿ{ùÿ÷ÿÿûçÿ·ßÿý=Öþ½ýÿÿÿûïÿþ›*êÿÿŸúÿÿÇïÿþ?ÿÿúß¿½Åÿìÿï¿ÿÿ·ßî½ÿûÿo¼ÿ¶ï¿íþûï¿ÿþûo¿ýÞïÿâÿ¿ÿþÛÿ¿}÷ùÿ¿æùçþýçßöùçŸÞçŸÿ7þÿýwßjÝ§Û¯õ×_ÿñ÷o¯ÕçŸk­ýÇÚüßÛÿßÿß¿ýÿÏwßý÷ÿÿýÿÿïÿÿÿÿÿÿÿßÿÿ¿×ÿÿý¿ÿýýÿwÿ~ý÷ÿÿïÿÿÿÿÿÿ÷_ÿÿÿÿÿÿ_ú¿þë÷þýãß¿¿ÞbÏ-þGÏ}õüâ_¼üòK?¾üßõ¿Åÿ_ô¿Î_ÿ}÷Ç__}µ{ý÷×wÿý÷ÝV]lÕÕÿ¿ÿ­÷ÿßÿ¿ýúï¦ÿú»ÿÿëûÿ¿ÿÚ?ÿ¯ÿ_ÿ¯­ùü{}þùæžoüùÇŸ}þÑçžÿÙçŸ}þùçþùG}þáÿ‹ÿÿÿÿ¿ÿùþo¯ßÿûÿ¿üÿϯÿù÷ï¿¿þÿÿÿgÿ_ÿÿÿÿÿÿýßß~ÿýýß¿ÿåÿß~ÿÿ¿ÿÿõ÷ÿÿ¿úÿúßÿÿÿÿïÿ¿ÿûïÿÿþ¿ÿÿûûïÿþûûïÿþÿÿÿÁÿWÿÿïýÿÞûÿ÷ßÿkï·ÿÿëÿ·þûÿÿÿÞûÿ½ÿþþÿûÿûo?ùïþoÿÿÿÿïÿïÿÿÿÿï¿ÿ¾ÿâÿ-ÿüÿ”ÿ_{©ÅÇ]ýå–_~ùe×{ýµ×_ýõ×
wýu×_ÿ¾ÿ?ÿüÏóõÿÿã‹?þÿóþ÷úóÏ?ßûãí?ÿîûý?ÿþøõ{ÿÿÿÿÿ÷ßÿüÿÏÿÿ÷Ï¿ÝÿÛý·þþÛÿÿüêÿÿÞÿÿÿÿÿïëÿÿûÿ÷óýßÝÿÿ¿ÿûïßÿÿÿÿÿgÿþþÿý×ßÿÿßÿÿÿ÷—Ýûçýÿÿÿÿ_ýÿ÷_ÿ/úÿÿ¿¿¿þ·ÿÿÝÿÿïÿíþïÿÿîÿÿïÿöÛÿýíÙÿÏÿÿÿÿÿÿÿÿÿùó÷ÿÿÿ}ÿ÷Ûÿÿþÿ÷ÿÿ}÷ßÿÿ÷?þÿÿÿßÿ÷ÿÿû¯ÿýÿŸï?÷þÿÿÿûÿÿÿÿÿÿÿÿóÿ¿}ﯯÿûÿýÿÿÿÿÿýÿÿÿ÷ÿÿïÿß¿ýÿÿþþ›ÿ¯ýÿý÷ÿÿÿÿÿÿÿýþßÿÿëÏßÿa‡ÿwÿýÿýŸüÿ¿ùÿÿÿÿÿÿßÿÿ¿ÿÿÿÿÿþÿÿÿúûÿÿÿÿÿÿíÿßÿÿýÿÿÿÿÿÏÿ¿|ò¯·üÿ˧¿þú믷þúËÿgþÿÿÿÿÿÿÿÿÿÿÿõ×ýÕÿ_ýõ—Wýõ×_ÿêÿïÿþÿÿÿÿÿÿÿüÿÿÿÿÿÿÿÿÿÿÿÿÿïÿýþÿÿÿÿÿþÿÿ¿ÿþûóýÿÿÿÿÿï?ß?ÿÿÿÿÿÿϏ=öÿóÖÿÿÿóÏ?ÿ|þéýÿÿÿÿÿÿûõþûÿÿߟÿ÷ìóÿköþïÿÛn»í¶ÿ|ûÿÿÿþû›ßþÿï¿ÿþùç¿æûíß¿ýÿÿ_k­µÖúÿÛÿÿÿí·}úìÿß~ûí·ß~ûí·ßþûýÿç¿ßl³Í6S_®ÿÿ¿~Ú¯·þûû¯Ÿ~ú駟Êz«þoÿÿÿ¿WÞ{ï½ú¿ýÿÿÿÛÿ½ûÿÿÿÿöŸý¶ÿoþÿ÷þÿíçý÷ßÿõÖÿÿÿÿßûýýþû¿öÞÿý÷ÿßßûÿþ¿ÿþûï¯Çýÿÿÿþžíåö÷ÿ¿½çÿï¯ÿþûïÿËÿÿö{ï=÷ÜóßïÿÿÿÛîýþ{ï¿í–{o»íþûï¿ÿ/þÿûïÿÿóÏ?ïüöÿÿß}vgß}þÙwž}æ™gŸþùÿàÿ÷ß_ýõ×û}÷ßoßÕ_w÷ñ×ØÝõöÚi¯ýöÿýÿý÷Úk¯½ößÿÿoÿÿÿÿÿÿÿßÿÿÿößÿÿýöÿ›ýÿ÷ßÿÿþûïÿÿÿÿÿþÿÿÿÿÿÿßÿÿÿßßÿÿýïÿÿ­ÿÿ÷ßÿÿÿ÷ÿ÷ïÿÿØb'¾ØÇ‹=¾Øc-þùcŸÿÿÿý÷ßÿý÷ß}üÿÕW?õÕ_}õÕW_u×]WÝõ¿úÿÿÿ¹ÖÚk¯¿ÞÛÿÿú¯ïþýö¿½þý÷ïÿÿþÿÿÛÿÿçŸo´ÑFmôÙæöyþñÇŸ}üñç{ä±ç?þÿõß믿þúëÿÿÿÿÏïÿþïÿÿþóû¿ÿþúÿ¿ÿÿöÿïÿ_ýõ×_ÿÿÿÿ_ÿóÿï÷×ßýõ÷ßýýÿ£ÿÿÿÿúÿÿÿÿÿ¿ÿÿÿ÷ÿÿÿÿÿÿÿýÿÿÿÿþÿïÿÿüÿÿÿ×þûï¿ÿþÿïÿ·þû¿ÿþÿï­ÿÞ{ï¿÷^{ïÿâÿ¿ÿÿÿÿÿÿÿ¿öÿÿÿÿô¿üÿÿÿ?ý÷Ó?ýôÓÿýÿÕ×}ýÕW_yíõ×_w½×]{ýõ×]Õõ×\wÝõÿùÿÿÿ7þøãÿ>ûÿÿ?ÿüË?ÿþãÏ7¿üóË?ïüóÿ™ÿÿÿÿý÷Ýÿÿÿÿÿÿÿÿÿûÿÿÿÿÿÿÿÿÿÿÿÿÿ÷þÿÿÿûï¿ÿþÿÿûÿÿóÏ?üÓ¿?ÿüóÏ?ÿüóÏ?ÿÿóÿÿÿßÿý÷ßÿÝýÿÿÿíñßÿñÿ_ÿÿÿÿÿûÿÿÿ‹ÿÿÿÿ÷ÿÿÿïÿ¿ÿÿÿûÿýþÿÞÿÿúÿÿÿÿïÿÿÿýÿÿÿ¿ßÿý÷ßÿÿÿÏÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿýÿãÿÿÿÿ÷ßÿÿÿïÿÿ¯ÿ÷{ïÿÿÿÿÿýÿßÿÿÿÿã÷'ÿÿÿÿÿÿÿÿÿÿÿ÷ÿÿýÿÿÿÿÿÿÿÿÿÿÿÿïÿÿÿûºÿÿÿÿïÿÿÿÿÿÿïÿÿÿÿýÿÿÿÿÿÿïÿÿÿÿÿÿÿÿÅÿÿÿÿÿÿÿÿÿÿ¿ÿÿÿÿÿ÷ÿÿÿÿÿÿÿ¿ÿÿÿÿÿÿÿ¯þ÷ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿæÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ‰ÿÿþÿÿÿÿÿûÿÿÿÿÿïÿÿÿÿ?ÿÿûÿÿÿýÿï¿ÿÿßÜÿùçŸþùçŸöÙgŸöçŸ~ØaŸöùgŸþùwíþßÿý÷ßÿý·ß~ûõ·wÿý÷×^ûýµßûý÷_ÿWóÿ}÷ßÿý÷ßÿý÷ßÿý÷ßÿý÷ßÿý÷ßÿÿû÷ÿÿûÿÿÿÿÿÿßÿýÿÛÿÿÿÿÿýÿßÿÿýÿÿÿ÷Çÿßÿý÷ßÿý÷ßÿí÷ÿý÷ß}ÿÝ÷ß}ÿý÷ßþ=þ?ÿüòÏ?ÿüóÏ?ÿüóÏÿüóÏ?ÿüóÏ?ÿüóÏ?ÿÿpÿý÷ßÿý÷ßÿý÷ßÿóßÿýößoÿývßÝÿ«ÿŸ~ú駟~ú駟~úé§ú駟~ú駟~ú駟þßüÿþûï¿ÿþûï¿ÿþûï¿ÿûï¿ÿþûï¿ÿþûï¿ÿþÿçÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþþ/ÿ¿ÿîûï¿ÿþûï¿ÿþûïßþûï¿ïþûî¿ïþûï¿ÿ¿úÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¿ÿÿÏÿ¿ÿþûï¿ÿþûï¿ÿþûïïþûï¿ÿþûï¿ÿþûï½ÿ?Þÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿïÿôÿÿï·ÿÿþÿ¿ÿÿÿÿÿÿÿíÿÿþÿïÿÿÿÿÿÿÿÿÿÿ—ÿÿ?ÿüÿÿÿÿüÿÿÿÿÿÿÿÿóÿ?ÿÿÿÿÿÿÿÿÿûüÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¿ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿûéÿÿÿûï¿ÿþûï¿ÿþûÿ¿ÿûï¿ÿþûï¿ÿþûï¿ÿÿGÿÿÿÿÿÿÿÿÿÿÿÿÿÿ÷ßÿÿÿÿÿÿÿÿÿÿÿÿÿÿ¿ûÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿþÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÉÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿýÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿOþÿßÿý÷ßÿý÷ßÿÍ÷ÿý÷ßÿý÷ßÿý÷?þóþ÷ßÿý÷ßÿý÷ßüÝÿý÷ßÿý÷ßÿý÷÷¯ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿïÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿýÿý÷ßÿý÷ßÿý÷÷ÿý÷ßÿý÷ßÿý÷ßÿçÿ~×_ýõ×_ýõ×_ßÿÝ_ýõ×_ýõ×_ýõvÿÿ
\ No newline at end of file
diff --git a/ea/mona_361_dsp.fw b/ea/mona_361_dsp.fw
new file mode 100644
index 000000000..f58176a8d
Binary files /dev/null and b/ea/mona_361_dsp.fw differ
diff --git a/i915/dg1_huc.bin b/i915/dg1_huc.bin
new file mode 100644
index 000000000..1066f68cf
Binary files /dev/null and b/i915/dg1_huc.bin differ
diff --git a/i915/tgl_huc.bin b/i915/tgl_huc.bin
new file mode 100644
index 000000000..abe9f1dec
Binary files /dev/null and b/i915/tgl_huc.bin differ
diff --git a/iwlwifi-Qu-b0-hr-b0-72.ucode b/iwlwifi-Qu-b0-hr-b0-72.ucode
new file mode 100644
index 000000000..64462a588
Binary files /dev/null and b/iwlwifi-Qu-b0-hr-b0-72.ucode differ
diff --git a/iwlwifi-Qu-b0-jf-b0-72.ucode b/iwlwifi-Qu-b0-jf-b0-72.ucode
new file mode 100644
index 000000000..186af9aad
Binary files /dev/null and b/iwlwifi-Qu-b0-jf-b0-72.ucode differ
diff --git a/iwlwifi-Qu-c0-hr-b0-72.ucode b/iwlwifi-Qu-c0-hr-b0-72.ucode
new file mode 100644
index 000000000..8e5a17e14
Binary files /dev/null and b/iwlwifi-Qu-c0-hr-b0-72.ucode differ
diff --git a/iwlwifi-Qu-c0-jf-b0-72.ucode b/iwlwifi-Qu-c0-jf-b0-72.ucode
new file mode 100644
index 000000000..905d1a143
Binary files /dev/null and b/iwlwifi-Qu-c0-jf-b0-72.ucode differ
diff --git a/iwlwifi-QuZ-a0-hr-b0-72.ucode b/iwlwifi-QuZ-a0-hr-b0-72.ucode
new file mode 100644
index 000000000..1e594a16d
Binary files /dev/null and b/iwlwifi-QuZ-a0-hr-b0-72.ucode differ
diff --git a/iwlwifi-QuZ-a0-jf-b0-72.ucode b/iwlwifi-QuZ-a0-jf-b0-72.ucode
new file mode 100644
index 000000000..e56c7af08
Binary files /dev/null and b/iwlwifi-QuZ-a0-jf-b0-72.ucode differ
diff --git a/iwlwifi-cc-a0-72.ucode b/iwlwifi-cc-a0-72.ucode
new file mode 100644
index 000000000..05285d845
Binary files /dev/null and b/iwlwifi-cc-a0-72.ucode differ
diff --git a/iwlwifi-so-a0-gf-a0-72.ucode b/iwlwifi-so-a0-gf-a0-72.ucode
new file mode 100644
index 000000000..68c63a68a
Binary files /dev/null and b/iwlwifi-so-a0-gf-a0-72.ucode differ
diff --git a/iwlwifi-so-a0-gf4-a0-72.ucode b/iwlwifi-so-a0-gf4-a0-72.ucode
new file mode 100644
index 000000000..9687e6e28
Binary files /dev/null and b/iwlwifi-so-a0-gf4-a0-72.ucode differ
diff --git a/iwlwifi-so-a0-hr-b0-72.ucode b/iwlwifi-so-a0-hr-b0-72.ucode
new file mode 100644
index 000000000..147613002
Binary files /dev/null and b/iwlwifi-so-a0-hr-b0-72.ucode differ
diff --git a/iwlwifi-so-a0-jf-b0-72.ucode b/iwlwifi-so-a0-jf-b0-72.ucode
new file mode 100644
index 000000000..790a4694b
Binary files /dev/null and b/iwlwifi-so-a0-jf-b0-72.ucode differ
diff --git a/iwlwifi-ty-a0-gf-a0-72.ucode b/iwlwifi-ty-a0-gf-a0-72.ucode
new file mode 100644
index 000000000..254774c2d
Binary files /dev/null and b/iwlwifi-ty-a0-gf-a0-72.ucode differ
diff --git a/mellanox/lc_ini_bundle_2010_1006.bin b/mellanox/lc_ini_bundle_2010_1006.bin
new file mode 100644
index 000000000..c042838f7
Binary files /dev/null and b/mellanox/lc_ini_bundle_2010_1006.bin differ
diff --git a/qcom/a330_pfp.fw b/qcom/a330_pfp.fw
new file mode 100644
index 000000000..622f6c07a
Binary files /dev/null and b/qcom/a330_pfp.fw differ
diff --git a/qcom/a330_pm4.fw b/qcom/a330_pm4.fw
new file mode 100644
index 000000000..433dd046a
Binary files /dev/null and b/qcom/a330_pm4.fw differ
diff --git a/qcom/a420_pfp.fw b/qcom/a420_pfp.fw
new file mode 100644
index 000000000..1198af713
Binary files /dev/null and b/qcom/a420_pfp.fw differ
diff --git a/qcom/a420_pm4.fw b/qcom/a420_pm4.fw
new file mode 100644
index 000000000..0cad62c2e
Binary files /dev/null and b/qcom/a420_pm4.fw differ



More information about the kernel-team mailing list