yast2-ntp-client-4.2.11-lp152.1.1 >  A ^|B/=„SetWs&6v Q^:V5|aB$_yt o')!Idϣqa){91ASs.S*.Pʤ`am[ }.R_!L2@yfҸTsm\ghTwK> Zs\Œy%d{T8+*\Nh!^| b7j8+(jlњY|)[CcKM.ab)~,DuWRf31f8c6dd84e9b3c023a818dcf80ca2c1b97fb23b922d3351e1c4f4353ee42cb7a3b1c5cac893168ce311759583ce59e3a2b3ab1܉^|B/=„U;< ?y#hK"wk Y% U,HgA\/\Mcꄶ#yڦ.BDv(mFK}_c[6(jϢ4)͞58 mrګv5w< 3V&!7:8r:s㛑;,Ai8+Q yNGgBK'pa J[kTF0Y6 yXqTz9.$)bo%Y@ғZPݩ>(q>pIV?V|d $ E %, {22  2 p2 82 j2 2d2^2X2 L !(",("l8"tF9#F:)qF=I&>I.?I6@I>BIFFIaGIx2HJ@2IK2XK<YKPZKh[Kl\Kp2]L82^NbQcRdReRfSlSuS2vSwT|2xUD2yV zVV,V0V6VxCyast2-ntp-client4.2.11lp152.1.1YaST2 - NTP Client ConfigurationThis package contains the YaST2 component for NTP client configuration.^|Bcloud125openSUSE Leap 15.2openSUSEGPL-2.0-or-laterhttps://bugs.opensuse.orgSystem/YaSThttps://github.com/yast/yast-ntp-clientlinuxnoarch test -n "$FIRST_ARG" || FIRST_ARG="$1" # disable migration if initial install under systemd [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$FIRST_ARG" -eq 1 ]; then for service in yast-timesync.service ; do sysv_service="${service%.*}" touch "/var/lib/systemd/migrated/$sysv_service" || : done else for service in yast-timesync.service ; do # The tag file might have been left by a preceding # update (see 1059627) rm -f "/run/rpm-yast2-ntp-client-update-$service-new-in-upgrade" if [ ! -e "/usr/lib/systemd/system/$service" ]; then touch "/run/rpm-yast2-ntp-client-update-$service-new-in-upgrade" fi done for service in yast-timesync.service ; do sysv_service="${service%.*}" if [ -e /var/lib/systemd/migrated/$sysv_service ]; then continue fi if [ ! -x /usr/sbin/systemd-sysv-convert ]; then continue fi /usr/sbin/systemd-sysv-convert --save $sysv_service || : done fi test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" -a -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -eq 1 ]; then if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl preset yast-timesync.service || : fi elif [ "$FIRST_ARG" -gt 1 ]; then for service in yast-timesync.service ; do if [ ! -e "/run/rpm-yast2-ntp-client-update-$service-new-in-upgrade" ]; then continue fi rm -f "/run/rpm-yast2-ntp-client-update-$service-new-in-upgrade" if [ ! -x /usr/bin/systemctl ]; then continue fi /usr/bin/systemctl preset "$service" || : done for service in yast-timesync.service ; do sysv_service=${service%.*} if [ -e /var/lib/systemd/migrated/$sysv_service ]; then continue fi if [ ! -x /usr/sbin/systemd-sysv-convert ]; then continue fi /usr/sbin/systemd-sysv-convert --apply $sysv_service || : touch /var/lib/systemd/migrated/$sysv_service || : done fi # upgrade old name and convert it to chrony (bsc#1079122) if [ -f /etc/cron.d/novell.ntp-synchronize ]; then mv /etc/cron.d/novell.ntp-synchronize /etc/cron.d/suse-ntp_synchronize sed -i 's:\* \* \* \* root .*:* * * * root /usr/sbin/chronyd -q \&>/dev/null:' /etc/cron.d/suse-ntp_synchronize fi # and now update cron to systemd timer. We need to support upgrade from SLE12 and also SLE15 SP1. # jsc#SLE-9113 if [ -f /etc/cron.d/suse-ntp_synchronize ]; then /usr/bin/erb timeout=$(grep -o '[[:digit:]]\+' /etc/cron.d/suse-ntp_synchronize) /usr/share/YaST2/data/yast-timesync.timer.erb > /etc/systemd/system/yast-timesync.timer /usr/bin/systemctl enable yast-timesync.timer /usr/bin/systemctl start yast-timesync.timer rm /etc/cron.d/suse-ntp_synchronize fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable yast-timesync.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop yast-timesync.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart yast-timesync.service ) || : fi else # package uninstall for service in yast-timesync.service ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi fiJnQFLץs>&)|FA큤A큤AA큤AA큤AA큤A큤A큤A큤AAA큤A큤A큤AAAA큤A큤A큤^|B^|B^|B^|B^|B^|B^|B^|B^|B^|B^|B^|B^|B^|B^|B^|B^|B^|B^|B^|B^|B^|B^|B^|B^|B^|B^|B^|B^|B^|B^|B^|B^|B^|B^|B^|B^|B^|B^|B^|B^|B^|B^|B^|B^|B^|B^|B^xh^|B^|B0826c1819e4b3fc79fd5b45998f2ebb592b6c9f7366b5854da627594c59a6cd70aef47c130e166df0b65efa0696f02dc2898056c369c7c4ca3ac37c920cf7b8924c3f3fa8578a4d5e9defd385f3c206cfd1c24c2403dd2e0a9aed04557d92e5a03620b51c154dfc020744c14ce4fc2cf0a890b53146bbf748007e5ffb99ea35e2cac70b9c2dd802fe8edd100790902983c7976df6da287bed2e6f97cb2a73a1f1ce40e5f69e0efda2d691d1f89f9ebe1e4e06dc76b5b088c98d55d1158afa41756f1d175597031f2efc5e7b45c97c4517a48a90f551088cf6f1c13de2cb00ec42347f55118698038303fc25824b211456ebc08a52380b17729fe6f4fdc4541691090af123312629ff8b8302a61ceb3bd4926613ece8ec70c17fee4639fc78d2625335cd151f3d2d8c0d390ee1c9e35ba3cbefc9f43f10c5e79bf7ba3d2c6ff776fd40820126190ba97c6f3964874f7c94713fe7da8a8d0fac545954b66bb29ed17a309fc7a934c62b7062c0bd8c29dc7145ec59da46bfc68c5f02b1bb65549050fce8da2ed23a41ddf810914b81a398bee81752b7415eab3adbe4bcece725b6663215f8bda3fb521bc6483ff9ffcd8c84ef75b864afdb6918c1c43de2e17d82b561bb5b8395524f50ad8bbbd9115987648e62071a628afad12131f5f3b3ea47e638206bcaca990e34ff5786c647951c8bf20a3143ce619069a6b901040c70a114ffa116bf4fd7e117e13649a0de491542165d80bf5d420cf73af688b7ee78223bfd47872797f7334de92cf2eed7a8cf562668e327afb0111f378b88876051de0aeb972b506a09e1a374fea464abd32faf0fa4785acf19b2d10eb24c7360f2a1cdf418c4c266f5cc723ebf643626c6ceef8e69428145497ee63023dd16476226fbbb61f08cb2e99d5afb18fe37bf9b3c7673a1b74d402bef2a6defce1ce2da98ff79bf21b2f1dbd1e59e3e804b9cb6bb9af05b3e421a644002790630844100406739b904e57980400965961607a7e12850a47ea027969581758f083fd6f8580f5fac0c7738d8ef2e7a2761853e98416ee4041d0c5c6245c866d909b5684d929d1f9950228d34dafdc60018fc2342904742976cf494895b3c2330c81dc4c66f517d98a7b3faee39fe0b673c4b79aec541970f99cff85a743957c62b270ef68b3918177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b88064378142ec4fe7220d1c6a10fdaad21a4dc8ba70eaa269d07a3e931775d8ae6f70crootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootyast2-ntp-client-4.2.11-lp152.1.1.src.rpmapplication()application(YaST2/org.opensuse.yast.NTPClient.desktop)metainfo()metainfo(org.opensuse.yast.NTPClient.metainfo.xml)yast2-ntp-client      /bin/sh/bin/sh/bin/sh/bin/shaugeas-lensesrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)rubygem(ruby:2.5.0:cfa)systemdsystemdsystemdsystemdyast2yast2-country-datayast2-networkyast2-ruby-bindings3.0.4-14.6.0-14.0-15.2-10.6.04.1.154.2.551.0.04.14.1^x^r @^^F^M#@^)]A]c@]@]i]@]@]:\@\[[@[%@[%@[[@[h@[}P@[{[z@Z؄ZЛZZ@ZZtRZ1@Z/Z/Z*~Z*~ZOYY@Yg`YV=@YV=@YV=@YTYP@Y1S@X@XXXlXfL@XRXAb@X8'XWhWu W_WPWN@W,@W@VEV2 @UUĝUL@UU>UL@TLschubi@suse.deschubi@suse.deschubi@suse.deImobach Gonzalez Sosa Steffen Winterfeldt Josef Reidinger Josef Reidinger Josef Reidinger Dominique Leuenberger Imobach Gonzalez Sosa knut.anderssen@suse.comschubi@suse.deStasiek Michalski ancor@suse.comNoah Davis knut.andersse@suse.comknut.andersse@suse.comknut.andersse@suse.comschubi@suse.deknut.anderssen@suse.comdgonzalez@suse.comschubi@suse.deschubi@suse.dejreidinger@suse.comschubi@suse.deschubi@suse.deknut.anderssen@suse.comjreidinger@suse.comgsouza@suse.comjreidinger@suse.comjreidinger@suse.comigonzalezsosa@suse.comigonzalezsosa@suse.comjreidinger@suse.comjreidinger@suse.comjreidinger@suse.commvidner@suse.comjreidinger@suse.comjreidinger@suse.comknut.anderssen@suse.comjlopez@suse.comknut.anderssen@suse.comjlopez@suse.comjlopez@suse.comschubi@suse.deigonzalezsosa@suse.comjreidinger@suse.comschubi@suse.delslezak@suse.czschubi@suse.dekanderssen@suse.comjoseivanlopez@gmail.comigonzalezsosa@suse.comjreidinger@suse.comschubi@suse.dejreidinger@suse.comkanderssen@suse.comkanderssen@suse.comigonzalezsosa@suse.comlslezak@suse.czkanderssen@suse.comigonzalezsosa@suse.comancor@suse.comancor@suse.comvarkoly@suse.commvidner@suse.comancor@suse.comjreidinger@suse.comschubi@suse.dejreidinger@suse.com- Do not write ntp-servers if they have been shown only (more than one ntp-server) (follow up of bsc#1164547). - 4.2.11- NTP-server-configuration/Time-setting-module in a running system: Do not show check-boxes for saving configuration and starting the deamon (follow up of bsc#1164547). - 4.2.10- Supporting more than one ntp server in the time setting module. (bsc#1164547) - 4.2.9- Rely on the new Y2Network::NtpServer class (jsc#SLE-7188). - 4.2.8- don't use /bin/systemctl compat symlink (bsc#1160890) - 4.2.7- Break autoyast<->yast2-ntp-client cycle (related to changes done for jsc#SLE-7101) - 4.2.6- switch from cron to systemd timers (jsc#SLE-9113) - 4.2.5- implement starting chrony-wait only if product require it (bsc#1145193) - 4.2.4- Add cron BuildRequires: needed for /etc/cron.* ownership. As those directories have special permissions it is easier/cheaper to buildrequire cron (boo#1148950). - 4.2.3- Fix 'ntp-client' behaviour when running in firstboot (bsc#1140199). - 4.2.2- Added cwm/popup dependency (bsc#893065, bsc#1039985)- Enable/disable chronyd service: Enable/disable chrony-wait service too (bsc#1137196). - 4.2.1- Add metainfo (fate#319035) - Revamp spec - Replace GenericName with Comment - 4.2.0- Activate translations for the SelectFrom widget (bsc#1126523, bsc#1126520). - 4.1.8- Provide icon with module (boo#1109310) - 4.1.7- Aligned "Synchronize Now" button and "NTP Server Address" box not breaking previous fix and not hiding the manual checkbox in TextMode (bnc#893065, bsc#1039985). - 4.1.6- fate#323454 - Bring back the menu button for choosing an NTP address from a public NTP servers list or from the ones returned by DHCP. - When no configuration is proposed by default, then use the DHCP offered servers as fallback. - Do not synchronize if chronyd service is running (bsc#1087048) - Use the title style capitalization in "Synchronize Now" button (bsc#1039987) - 4.1.5- Only write the configuration once, and do not save changes when we are only synchronizing the date. (bsc#1108497) - 4.1.4- Fixed license path. Build error for bsc#1110598. - 4.1.3- AutoYaST: Do not show the progress when merging the configuration before writing it (bsc#1110598) - 4.1.2- Save the service status according to the user preferences (bsc#1075039) - 4.1.1- Switched license in spec file from SPDX2 to SPDX3 format.- Changed dir of COPYING file.- Properly disable cron service when running systemd service when called from Date and Time module (bsc#1102983) - 4.1.0- Fix in checking installed chrony package while writing ntp settings. (bnc#1089962) - 4.0.12- Improved robustness if chrony has not been installed. (bnc#1072345, bnc#1061035) - 4.0.11- Permitted the use of 'listentry' element or 'ntp_server' and allowed to be an empty list in the AutoYaST schema (bsc#1013047) - 4.0.10- change cron config file name to suse-ntp_synchronize (bsc#1079122) - convert old file to new one during upgrade, ensure that ntpd is replaced by chrony (FATE#323432) - ghost that config file, so it is easy to find which package owns it - 4.0.9- Inform user when client cannot sync with NTP server after the user clik on "sync time now" (bsc#1081000) - 4.0.8- set properly range for sync interval (bsc#1079117) - Mention proper configuration file when write failed (bsc#1079120) - validate pool address (bsc#1079120) - 4.0.7- Do minimal modification to default chrony.conf in autoyast when chrony is not specified explicitly in packages section of profile (bsc#1072595) - 4.0.6- Improve AutoYaST error message adaptation when too many unsupported keys are found (related to bsc#1072407) - 4.0.5- Adapt AutoYaST error message to 80x25 screens (bsc#1072407) - 4.0.4- support also autoyast for chrony (FATE#323432) NOTE: autoyast profile is not backward compatible - 4.0.3- fix crash with missing method ntp_selected (bsc#1071735) - 4.0.2- Switch ntp-client from ntp to chrony (FATE#323432) - 4.0.1- Avoid Internal Error during AutoYaST cloning when fudge records are present (bsc#1058510) - 4.0.0- fix crash in ntp-client (bsc#1051899) - 3.3.3- fix crash when restrict entry in autoyast have empty value (bsc#1043370) - fix wrong export for trustedkey config entry (bsc#1043370) - 3.3.2- Resrict records are written at the end but the default file and most profiles use them at the beginning, which mangles the file completely (bsc#983486). To fix it we have just changed the order of writing. - 3.3.1- AutoYaST: Fix crash when trying to sanitize not string values, for example initial_sync. - AutoYaST: Sanitize comments by only removing blank spaces at the beginning and adding line break. This avoids augeas parse errors (bsc#1045777).- AutoYaST: Fix crash in CFA when creating a command record with some key value option is given (bsc#1045968)- AutoYaST: Comments from autoyast profile should not be sanitized to avoid entries without space between value and comment (e.g trustedkey 1# coment). This is caused by a bug in augeas adding new entries.- AutoYaST: Fixed crash in CFA when creating restrict record from scratch (bsc#1045777) - 3.3.0- AutoYaST: Fixed crash in CFA class while writing settings to ntp.conf. (bnc#1040350) - 3.2.8- Add a CFA class to handle ntp.conf - Fixed build. - NtpClient module does not use this new class - These are additional fixed for bsc#983486 and bsc#929694. - 3.2.7- Adapt to new version of rubygem-cfa ( updated for bsc#1023204) - 3.2.6- AutoYaST writing settings crash: Initialize CFA instance correctly (bnc#1019292) - 3.2.5- Update the Rubocop style to version 0.41.2 (to match the other YaST modules)- AutoYaST: Fixed crash while exporting settings. Do not export Augeas objects (bnc#1017490) - 3.2.4- Fixed some tests that were passing because of an old ntp augeas lens (bsc#983486). - 3.2.3- Updated client to read/write NTP configuration using CFA (bsc#983486 and bsc#929694) - 3.2.2- Remove warning message from a wrong widget definition (bsc#1012185) - 3.2.1- properly report that test failed if server without running ntp is checked as ntp server (bsc#972842) - 3.2.0- Error while using __clock in AutoYaST. Fixed typo. (bnc#992854) - 3.1.28- Fix regression: crash when reading cron entry failed ( discovered by sap-ha module ) (bsc#977610, bsc#987064) - 3.1.27- Fix handling of NTP records without comments (bsc#977610) - 3.1.26- Fixed Ntp Test adding a workaround to return false in case given server is not reachable (bsc#977610) - Replaced old testsuite with Rspec tests - Added rubocop and coveralls - Removed autotools - 3.1.25- Drop yast2-ntp-client-devel-doc package (fate#320256) - 3.1.24- Fixed the default synchronization interval in the help text (bsc#978453) - Unify the default value in the code (the proposal client used a different default) - Set the initial state of the interval widget according to the current synchronization mode (bsc#978892) - Fixed firewall widget layout (double frame widget) - 3.1.23- Calls to sntp adjusted to the syntax of ntp 4.2.8 (bnc#937837, bnc#916617, FATE#320392) - 3.1.22- Fix validation of AutoYaST profiles (bsc#954412) - 3.1.21- Fixed an error in the "run NTP as daemon" checkbox (bsc#952144) - 3.1.20- Always use a server from pool.ntp.org as default (bnc#940881) - 3.1.19- bnc#799473 - Do not use chronos.cru.fr which is is not really freely accessible: Access policy : acces sous conditions - 3.1.18- If Install Recommended Packages is disabled during system installation, explicitly install ntp.rpm, avoiding error pop-up "Cannot adjust 'NTP' service" (boo#938951). - 3.1.17- Calls to sntp adjusted to the syntax of ntp 4.2.8 (bnc#937837, bnc#916617) - 3.1.16- do not crash if ntp is not installed to target system during cloning (bnc#936178) - 3.1.15- AutoYaST (bnc#928987): - - Read ntp.conf again before generating autoinst.xml file (after the ntp rpm has been installed) - - New section "restricts" - 3.1.14- remove X-KDE-Library from desktop file (bnc#899104)/bin/sh/bin/sh/bin/sh/bin/shyast2-ntp-client-devel-doccloud125 1585201827  !"#$%&'()*+,-./0124.2.11-lp152.1.1     yast-timesync.serviceclientsntp-client.rbntp-client_auto.rbntp-client_finish.rbntp-client_proposal.rbdatantp_servers.ymlyast-timesync.timer.erbincludentp-clientcommandline.rbdialogs.rbhelps.rbmisc.rbwizards.rblibcfachrony_conf.rby2ntp_clientclientauto.rbfinish.rbdialogadd_pool.rbmain.rbpool.rbwidgetsmain_widgets.rbpool_widgets.rbmodulesNtpClient.rbschemaautoyastrncntpclient.rncYaST2org.opensuse.yast.NTPClient.desktopyast2-ntp-clientCONTRIBUTING.mdREADME.mdiconshicolorscalableappsyast-ntp-client.svgyast2-ntp-clientCOPYINGmetainfoorg.opensuse.yast.NTPClient.metainfo.xml/usr/lib/systemd/system//usr/share/YaST2//usr/share/YaST2/clients//usr/share/YaST2/data//usr/share/YaST2/include//usr/share/YaST2/include/ntp-client//usr/share/YaST2/lib//usr/share/YaST2/lib/cfa//usr/share/YaST2/lib/y2ntp_client//usr/share/YaST2/lib/y2ntp_client/client//usr/share/YaST2/lib/y2ntp_client/dialog//usr/share/YaST2/lib/y2ntp_client/widgets//usr/share/YaST2/modules//usr/share/YaST2/schema//usr/share/YaST2/schema/autoyast//usr/share/YaST2/schema/autoyast/rnc//usr/share/applications//usr/share/applications/YaST2//usr/share/doc/packages//usr/share/doc/packages/yast2-ntp-client//usr/share//usr/share/icons//usr/share/icons/hicolor//usr/share/icons/hicolor/scalable//usr/share/icons/hicolor/scalable/apps//usr/share/licenses//usr/share/licenses/yast2-ntp-client//usr/share//usr/share/metainfo/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Leap:15.2/standard/dad27c736a003efc767e8996eab71266-yast2-ntp-clientcpioxz5noarch-suse-linuxASCII textdirectoryRuby script, ASCII textUTF-8 Unicode textRuby script, UTF-8 Unicode textSVG Scalable Vector Graphics imageXML 1.0 document textPPPP!. QeUwBy5utf-8ed15550951cdc097057a22a504279129ea7a99560c78c427e20ae0f1c1be0ed1?p7zXZ !t/⾳W] crv(vX0E ZfY_22sBAm! Bp{JFNe8̀L(_+bcAZrܙo'$]3!j vi0fMwb/mp&]t܆m~*La2^{3;=""n.{/ .rS04FMOK`NjMF.?G\в6-CBK K`oytfU:ZMf \P>E#?K88@PڛTAn,s̫Xֵ-FXA@dÅi-qΟ0:jU XڈXd4 Aka7)UZ'nks)_[V*Aۤo` (76Oh4qr`O067)mkϰ}'dkV XLwY^blI1` cBb\2۩8Ft%ةY??txaHHI+ D&7#1y8VYWh31Ɠzf1d8> ЏL^y!zFxXv:Mij 8x1g}v;Ӟ[dΪPV=@)n5z%Lh"10_A a rٳG^?ӵ֢`iRߚgC>n>73-}0L eݬ_ПJX\s9[eѤGpˡf^t$ėWcFM0n-|v)f2JDt3$RZ`dC$J˲R+Db2)=`rl\P!Wy,\KH r=׳ݷ})4>Jݴzpw-| l}m-L1oBYʇ5HpK{x.?O\M\i˝>΅,xj/?&U.1&S57*^ai ;04xoj-R@jiYmu}_Ai]H@A:(Q"Ҽr|>5[25._ǰe :`3v<:v k _dӏ>0韹nUԐ72Hl}aȅ=:se[y%dtjDSgDFRHJ z6 $%WR^RZǏSSMeQ=mʜ3\"Zi%tԡ%X@b&_f/,P |TySW$&Yv[?9L!0@PӣM]AJ fO{|zM8(,//4P[s~h?c>Z@+`bs<5n{>kn@ΗAx=ض[1 *H6<$P `ãDczӓʮ8< z54$((zg;'>GW7>̪-˻cSwRk_!Ç} v8Jnf0Ft[/~fIGk=PjhaD^s,WYrЮYƩ V{ W<ۏ05K"(aZ8j)*(hqfGl.QT;Ě x=1e_ ]pSaD3FHKDV13r)UhUS"Eh%  qDr30_Y[kF9r\$!| ˄3 .\u"j:Pnyt? DrE Yae"[D<>n +|S2IZ`3_~-";" {zpc߭g \lGTڧȒj-%G~<~C6ɃyiٸPBW~`c5Rb ~HcHp{H8\ l'ltF^9>7G[]翣^ŒG.$G B a.Z4 ŊfQRwzGezyl_[D*ƚ {kƀ©KQ1ү|ƀ_ \7v;mZaވ}R:BZzxsybNWDǜƨL$V'@Z=\:Nm ڈh?'$xP٨8C5YaZAbx'JDkD87"8ު;iV/}j9Ip65Mxe6kk33#9wlơׅrFIu3s_0OLN4GĂV{av A#JZ0Π~ݢ4i%aװWDdLxNLL_]qq %|=ؔqv]*2wP0HC͞@+4]5.Ⱥ9=~Wպh={6IJuhlFkO!9آE]*_|28`#& X7cV fTN)OvfhrWqt3|ld[hUІ(@dys37$ͺD[myn^~{5~ ũlj 5qG_ϓWr1ݜ܏udH+K/HeÀğfmȴ D#h !hu~FwP%X~'FP=Y@K}k_ ð nvƗmDDb:l=[n E`+ᭃ)4UDņ"\'7 _Yc5+҇H+<E4rGZt=H!.7 !\ǒ嬸zzڴ]? 9K8ޖ4ߺ=nH`ɀ!Dc7(fMLdJPU0XxFSL!Vv6NmۥXUVpcI3x8\_j⑜&b| ʘS!:2/muN{95Կr)IPV)(jVrJxL%襩#m噐t3PPzAeDZ1KXuWSF SX]OXhm6#ptM$\_.̠L)ԑ˿/Aqnh9 [:RaBudEJr 礿^o}r!S;*a6^v_6o_>"n=y2]X~Dj L 5z2ps]ΡĴ( "v\ ?? Ty-&!%{#Ǒwp;E< IiٷnQCJ.ga7X x\ʹKU=`z>4)XG( ?o [Uei(׬-F:ɺaz5d 6eXfS܆Ķ ]jۡ2CDp~@H4U"V Nm&_E wϷGR+wAFF=I>y=sMwњ>`OSYùoP89ʉ`}%8#uSDwޥk4l!o[/KCp1Zmm^j>_r~?:`3>k6 TI/1Fk&i} Wbi>ӎ3-je(ʌ}^fKgzjm\a^f*(ʏxfb<4ES^4 +V*Ea~O8Aݩ06&C0 š3X3p4X0̄p`k7K|K"LDzVN6b6SnQ=UỴ^Fhʢn.dQøUYJ+`S8 `oI+1aښڅ#Ū=RW9)H@ kxse֠xmL)Z.X!膍 [=^ʢuO3c-d8gJmp,Up DTM&LW(*!IOz5ImeCMeCT5ob_+ꑐmd7D;qsKK@ *p Ȥb9T@{=ZXrVvGQYHa-=]4@@ļ!tI2-_+1 rܡ:Q ^[[votU;[QM:j]WQ_0X2&NDK0~xo+*&25qBQah|-l+Mn?0^bs10OVGm,xR죳%m"`ݼjqlL' :T˅L6`hʢS UxA):i8qDԢcs%ˑ AKV`jM@߻vwO3CE52:(CrA5x:Ω;ᣲWrrZٓP*#?28##NƚO2Ox%VQ';obd7s$xBqzRFPV{I$n1GljW[xn؁K1~mUy0s^x*NLV3հve>B1g"LC#4w3m'""G#3<j+ ,VrEtN<*2jj}+h=?kh O+۱s<+/^{`Jei"î1]+M;CڴCY.(;$k?koSQ\ ɞ`M>0uP_`!4Bx p ;f1~23ͼFਟ-ΰJL/M%֚^/%x1˽o^c56*9폽5^T'|`=hW91}i -~63}{5(xNŽ7alO%_m)#'UiTx @.;&ɤ9`Q+`of9 a.3sN_OZǨ,1GX8>a \ѩ.%sl`|鉥TIl˘Jta{-uoZA7_ 68{as I%yM8BEL}H0r-=CF]-!h%7!ɺ݂FlB&_HB$` \h@pZp'FL]kn=HX) #puUIZ=nrU@5ӡ+whH޺:ڙ!)KoйZh4˖,Zzcu LyZpE*8&2!JϝOa^#1!P~ \B9ټ! ,czlCpi?bP%+J~E^7  SpeNx(DaUZA8^uL (BOJ<͛Pb> M9`'?X 4Oմ|}4qVE1ِV؊ǰ0؊`wlS(v ;5M 2aHg݃B¶m V(ech1sr[7W<7ۍSv0"VN^'Q76F9 $\ȹF,PMu檹 ~5H( QUdO*/t#^M#ҖM' ^ebH$oTK+fIXTfFovȌG-˅;[`1 &ժY)l֖GĐWjze54^L6pU1NKp_%S /cr%y۴?EzLUOrڛ@ǘxj,;'z]ugQY+nl]RT5}e.4#gWH;8N8H۳2&L 4d}Gj}边1" 2mئjX 8b dD/? *4q^T߽)U~%PEF}lY6n}̿K~rcry|. h6<RP/^tKgւW9'U8+H pAK&t1&f ~"^& -,/}E>eN,spQ;]kT8k[e@Zi1sضf>8 U.ӆfKնWUV #nPZ|:x\(Tb"#UdIJ5&+\vQ>Ϯ'o$45h&6c/#``# T6Ț-b3Hrsr2]|#ǩ!\t"H6)7ҭA'Y*;yAr +ƅlIIW L0FҲ)֦8bWb ?/^C94BԊAP |B;ezo]i'؜bK`6ÿeA\Da(#&'Թj90 ;ZN/Fh.Ou8Ywl1I/YJ|vܜ^$$ܬ i¶ 2|%}PpG5T1,utwv܍ƙNkP!r{%|:à&@w9f NvgJP N^PLf*uސym?u&%[{BپFcciJ#B:T6V {ttu.>Et+'QQ]xQ)pA# cfUy{XIXVOOmiM]  9ZEG8q8= !DN=Bi\J=GVrqFzQo.4}+쓪fv^\PX EҎ $=b?6m?Y'Mela"FmuQyگ`P ufڹ}m(E滑\rgYlx3#wtU:'${`zg<*y>("D;Z7J(~ *{Rw4/<elߠ2CS՚+`Ccgx>j}SY'DhΫ/JtN7Mc鯀 []] ~*J1lGCtt 3JE AhvV!&E7G%!g#PBIr 4cE>:^d©o`AtFoFiW;>T&}7d^;R;Ԉ~UE.!)n,ad<.\۶˩DB991 `) ߗɡѷ7T&d{C7@la <3`ް6X{WNب5VAmBq|lUFz@Ώ|%gqT[fg{^W4mhrӕ"5*q⤥t_ߪ*"jK+ d1 X+AnX^&NJ6L0:נfAk_xX MVUDH}xX/kWW8 BRmeZtLKn&9?*>3!h! zn/m b"V= ;/=ʋ'cLf;$Z褟œ 1Lk d`r ͅ Z~]xK#.1[C Jb tDJ ͛ $Y-6ŰzI5kךk@%l~7p/P_D<( (Ab"Jg%s>+;L Rkvb;6kmMnj,J ?[ϾjIf\Yy^q٬m *+YeAh }tdB"T=al m c5~:i:8/Tg'qK^D|k7+AI?K@"Bލ.ιO*['G+

7 t<;KQ3^wN  ,vqDžK`fhů|\T:7%-ϦlMf[duƨ#Q-827:D|'I_c8%.%觾` e3"ʙ\q|) lS뜶6Sc!Yx^^iG9@. "' L8ǍĄ9'7[ 㼃k &3=6K q}|`%)KpU;- ^b"u}3%~j)@B-a9ɵ9 |#Qat9L+/WIV9n4&B5bI 4'@Q<,, YF9Ҏ)@u?>9^,7uCs\+JjyD\LB?tgh('Qt^^,~.]/5 *=9J@^rKeE73^SgØ: uYc(1 2^0 jl0"um[#t]'YƎOsV rH$K?y3<&W~qpucAvϷk{3:xGH:T8#̎U^vDI)TWm᫧Ƥ}WMz: V 0EIoۏ:- ?q fM{Jg) }mdvpwjYF?ѐ| LDX|/O@CR?sk9 Suۏ;rJ[tfDG=ks=vr+|1~< PBMw.¶7s xrg b7#+'h%}'(%qo[. =gdov]+L;?qW"޿rGSp5by/bA;NQ!F fn3EutA3@0rgdž%u-5Qn^҇6v5薃T'G"9-b4+\^Ph^ywe`0Pt.%wSzYPA 0Sh$Egs}-޺-J3^GtnBNa(沎WC}RlݢbuOrhe`4L&^E6*R:yJWŽ.Wj1Puc߱1Cj1risb"ˍ?\V^!A($Q ¸pLV>!s|u+&ڍw2TՌ=pTI>fYXRNa9biIDZ$eywI0q`6d\ud%(} -lB7q(Ù3g4:pNE%b9rj9.X1 ic5% hŚ,z20Bk7~.=%/QKod@>M)B5q& KJd 0x|C;uO``@8]FJާmΒ[Ui>dƄ(o$xG W\f*m[@Uᬦ MӣͪK9|}UK1?[l%b]$G,4 ,\Z©fu[fdXMV`)*jʎdp#W0=3 Ax/\F[RRؒ\W >#ѥur2UyRWK vjgDP]rs]4t2@'hS Q|Ul {gr]5d!s=o e1HTKjNacBeDQ)@Ŧ%z QfrpÍW3D+ URFpydd[=6EڹoEɛ|2w򙀯|JT@m#K%'ݯ=seJO&EQă-3:%`жZ&PѧFmt Dp6%Cl745bd*Lh`>;wkoj ڻ*]yε>A{`#)ch D2*?UPN*j_^9H$Y3EpᚺwNym oP _r>/}ޣQY gBl6|?Zn{W$M3 Mj6RZSI+ߣ1vՃ("*h:.9Vu+f`궢3?%-H@ <+f9$ on`'$&ٞ&a#%,f~׻v>+6mX>/O0).t+@cB"ͅBxl°miyTb,ΤR ӸU!|G,1 ࿂A(4O]Kp[v_l1KgDS H&߭_mOl-)U#IϿuL}2ٓ䒔sW*ĢhA]6f~z3l\(9RiiKo_2(F𪖭% ֟{'~˓ֶ*;r#J=Sc*>;Lgwuq5Q=wuitbJx+h@VlYe۔'Yѝ%cZI(ߦ񭼉n}k.w׌},4 8a[*a'5 CiyI#Nmf-YYV2LOv^hr: @^@1 mٽN L6lg HY6qy*~ C<%g `TY$O.J3[ʷJpތ} j`jXm{l])$RŎ#\А72Hf*piޘ4wD\Yٴ]Z~VYw) ]ϒSʴyvs8o+3_I3TB ]OX1Ч2!V:t42K<&ߘqs"p`+r)Lo/Qgت%Ke?4 h\mucG Ge:5Xb'sWjI L׉exZU.,kI 4*$˞2 | >G q6HrOsi"֤w}7õ=purŎm]ii5(/2ʱ=8P-=}<ۻj\14?~ϑ&5e,'"yRGFeŅv|!wYt"7-۶Yl1l6y4Nߊ>q&MAfqސȢe@U$swXүKAť aY/XCa*1Q2󻬉Iz ۵}MzUuo'Ӑaj9oGB|'emEG <2xY!4n"}r(EgQlѠ*|Ãi"BaE⋢;]P?br| ?@_YtnPLPq?~ vPN9*fBb'GcPožX2B2L5&J M`MpN3C}2j$AlZv,n_3Y+YD [`֡Bx7A~o?H p T2U7UDHP%I@/) 鯭9ezg[kQ_Y'4Ŧ~IaFOdgAl"4x=zA3+`[P ʗu 4j@ԙH-[~B'qmdt.F lU Xaqx=d0 $cdaamѸԊ;l_;MlY\@Κ&&C(+z@$DG:䙐 KC |{FN/V x$&,}gKQH!54=%SaOwiƭAd@:}>Ėd1XU}ZÒ2[YK:bЀv YuAM \;hd>Hhر>"Ȱ2Q~Qp&ucX@ xw݃v9 )\} _ [x26C@Š$^ OaseKRO܆W7[azdFtT \ҥx#?: om1_6$yr-RmAK ayw8+cpUݦ͡3rWElg)stUa&k֊0EΊ FR*l OhkXgL mLFrݻObDPLN<&3d-(g}+|JAεr,fym3iW_1oNc,XH ' 3࠲2Kl%Y,23z .޳^>ވ:>PE%1# D׃plEIG\/֌p`M_/zW R}Ez!kڿB-pdx"Sm طq2d^sN[N4<:*NciRvnIErh(]xcN;V8E\-BrZ6u绗\eٸ>B]ƒjpnc ~8ҸR -Tl61)#9"++'a;4jYyy aq(;'c?S5&6a-r7JJTe8r(QPngzy=#p1͡ZaŝK@xGDXBp`;R3Z"_/%8 Ơ|:mjH*ۀ30?yD|Cc徆! YNvMqaKE AHm`V Ԕo:"bV8"ԐfzE3Gi [g ICŔ煬JHB\-6/0cuJn3Z(+r޿W0XWoXlݺ<_Sm+^KDxjLXtuI϶OOC&"=2,>.d!_:gǽ PQ1{3zWA~l"Qvpb6B V$niB*PFW#EH  lR04^9`(t>i%QsiSI4e߳݊Jvp^UA` 3:oj1G-^ ?V8c|shۊ,eI&[mE2~\%u編?6O{iuwY>IuCؔ]]Dh4yb¦0v(W<ZJPBM?rGYȻu0rrTrR6ZhaGJ<쒷ouŸu*w?Y0Cys(ߍw' MP2 ^#<fAk~>E Gr͑kNpdSH=)'1`OՏrQQ۠ˈKK*1Wvדfz-I~c.O&FJ;gQ֋&߶\HK̵#C!S}AU("kaǪ3$'gyk=l,מӾdokODf`T_ia|9㧷(wRɻCëi/ʻh[hSVA; M'Xgn%"E1\ɲ2 5 H M3-ÖrG _ ]!jQ153-lqvXSm'%,UqY h 䕯.DwsdFiuۡ)K$R<`=:<$մw?ݻ;.4` 0FɖL7owT)x-pP.4غTPh?// [nshORM`ɺ'LaM,!$~xc:?bT zRB$5ʒs.ߢzHSq;z=V71 ce,O$3A%m;WY;O ?{pLKK Z샾IdZɇSH% F$<e~Knݤ*F'eGn @UE6(Iyɰigj;vjX0'pjb cƙ@Ch `r5wB՗LXw@PV4]!-,Lm_*9%o ڮ|Z0?%6)G̦n5~W:X7E d h4;yCc4h$oUy(>ply}:; suBzV2#<{o e(^Aʘ v_:~i皨3 +Zb {+_t8>e{;$ Ñ\L4bYə,*{Z8#3Arcpk=y/+9iPjxkaݾlf+'UCazE.ͷ LtlSNlj:\ y¸{C5 D0,jX]f{yj 54EK$c,y16$ ~ZL88,Y,'J+|oHٓ/a]$@"`v dAKGz:yl"5nnTJK~h $G?sMaEA$닂;K XzlI• ?e bOyDVƇps'EJAKj.ȯLee=$c-{њ|Yӊ4Dlsn勻iTxR,O" zdxof'O?wt`wǣǸzx;$Sq\~OS{^Vj*Yә dxd}.ݫCI]yl㉈:`qkeq_&ր!kCzV:e.vNB>_%>zaBlwwer#1c\o{}UIx4ƥ*ZnX  B):]Ӻ,ǚHkvbʼnp\'ji2MJ1vr B<6p* ZVyD*~-/øX l#Eىp1e]Lv2/@tc=g$y sn&z&'ޞ υ v_Yy4L{{|vZgd= ^Ols.Bě}U`@Z}AJ9Y[jw`ƹ]}]F#O?_)08=n =0yG-㥊3Ծ6lس=_w4!q LK%:A[S4h 62/ /ݬ%`caLS 2Ol T+V@; lx&e $p"VraDl ғ| YZ t4* 9ox!u#ƌ"@LEGȓ ٛa J`~! ԌN&tL"Z}@l@v͢zT))a7pc"4dB]H}:T4=W1+͌ƭPwshx5޼*7;,V-u#\u*K!RC.4CY!di>9I0Q}kw~s[5N@Hq7nsE$iJ)9?FL:c_7+ W!iWZcZ d?)$SB{_?0XV>ۺ[EYًͿ݃ܖF:fs+.>8G>x˔˚)yCCu61nw@bdTq]sǰUڦ7Ў ɲOcshU<mQhWpұ{Cu m186Ypc$IZgoFѤ \n]\H0{X2A^xL̵CAD9L(^}!@"11s(ds WKW2^j5on |jݻ3sYT\ZPsB؋'FlO;ڔveC.lFUʝmV>yjQ c縐W%Ԓ~ 흯v6*>YH a({r^ڣuvyTpn$Ùq?* # ҟR`,v J8/q1C{$g@uT^F]ס&4WRfn4V@@bU ⚀Q`ePǴh`֗Kܱ?4/YaڑikQ٬R8.1ߡQ./'<`$s?dSg-y/I$A| ]$JU0 ~>~xp VQ‡OhN@O 2:Z1MH{Ye<_w"؇Cc 7Scߦv 8}P_ໟXEXbh)U@eRMFsMƽw! %x]US/"\e$pZ5iګ6J6n(vf5e[J?T q\/si=_7f|B?qvYt)M h2A/IFő@6A_Wuc0rȥѡf;r;!OìIM##niSg.-kC^}%Qmh2bE'*K\d75MТf~AC&~Tی"+6_ghuVŤ=MƜBV㹫4\P"{8cVWIwK$_Q8:>=t]칎1E\ 9_qPڕØR\Y`˙1:av>Jw>~t`W$' Z(3)7v>Y2INНJԘ .ya7$7k\=W5$+[ﮆCOv1eimE7 NeXKATs-īg"<okX `A k_ P-ښz?Lw=hp th?zolZ$!\~cwA.{AA!20)}#fl 5v&"y)ܔ/b] 3ƻ5lO&9]D!;y[ҤEN),sX̡H4Bu4?t7'n ¬-kRUKzI(ߵ=6Ikqx|wjJS͒15B9zzA]Y:k012#%v4[:< E\g#:S=׵eJth[:H.a߸#gbgى (3B &KySF"-Yxn{}Ȓa(B3ȡF46u_-bf,lBn▞KbQ5 c2a?"WAv]EnrRo:I_  + AG nMPx%*J.كl8eqD23jơeya/`"Ax1mhU1GN4Cc տeN>D9UЮvU/F}-<%8;{P<04 Hd&% +,FqqT1|*!KUӪ%U8XT~2u HhQbەg=bwMOE1eY=::ͨ F# utw4]-H K΂ÿy6ȐNz%ʠd(MF_.QE:) T*aeDBYQu,)?_ [`{ADK>ٸd8HR3HVN3mwli8GP԰aN`g #II>G%Ul)šNM]iAq1|Rb"Glm VG!Rبtq4C:rӚB֖.K !m/aϢ N ["*O{$ŎP%$մmk&cTC2tTJOE4 hygUx]v#zUHNyp'4w; Ud!W1A9^{p"- )+1IF`#w✋ʠ?D->=HcAu7@I&dDkYfꥀVdAX@yFf ܈*H!drYrӢcgRR̒Ւ eS\0 /|p/"|j۩ FtTF`=]v,/(sǝi'n .㷈2t"'b< t?dhr-8Fp~#~0Wq]맏jہы_G|TEs옘Δ7 mN\6Qz:J)zm*O})/r zi.>P1(W0*<| PnW_;˯2NmH:{;$}OK}@1Z[5\.@ŀ~/V#:=< %dAQϋ*gG 7MC*fg6yru8,,C G9=}+NU \2B~5n6pMH<3?],~l#)Bxfw Rэm=.ld`5 K P·t_dZ̎"ϕpqԺD%%bgi18 F(Dn laȑ"S [8tEFZ2]j2M0"jWN]Ջ9|滆[Fhۂ <&h/7z ,c (q䏙k(ISyI-rUO22op1J4I`33NKir(߹]fӑ$H`[ͩ9xKW# eC$mw 3WYݜA/9A ,0i=/ƳUˀ,؋bQU-H92 iŲh;c71 U^BTOZZI4' _~S̅DKADC(Vc1_tO_HKG FRTшЂho)CaK+蓎ʕ$ut /\eܰn[ .Ej%}%Ýl.98,h3O}o kNg{ 0<{z7G+M5݉ʐ@ L0>Pcηϭs(+ L*Ck{=AWO%a#p6-G<]ldFl!5Zͻ;ag>i?v =9»T{M5+C{v9] \W+ĝUJ& }`wFS !lb!-/;|W+ J;e~.޶ZS+@σWV)SǡzC&]"} ^-r2]޷^ZfJ'F߱C3l7(CxW^c= B[B[SR>SVp^璿\_ & RRk.;%AD;mpk:_t0:N6`X*z 1gT8O b_UQ p<MHJ9$ms5HxT^q)c Pߚ2rWוX˿wT) BZ.7F/H Td9 m9]I{f{ Ɇ?Dpqv=`}c)HI+GE[awR>_ Ha 8 <~>OʲUܺMNB )^n;yd@CZF{.Va(`w?(n6VL%2)8S\?ykIL {])mGgOAY Q `|qb] (2g$Hc44K R>"#/! +.x£^u?C$,YT 9Q3=\QP/5sKsv|֯RC+clvI{mx5_\2=Xn^ %ǵg%j<G 䗍Zf$Jt'l2oal j??)QרT2<ҙoZ`MH/I萑@(i@6]HM5eϖ,8.( ]&50sS3Ĺ;ĬEcNQFYd`{ND1 N6HNbm (}8[?jmoS$;78QX]БGOkF,M9Q%r%}B{ޒi|Y4Һk@jLm`o% !tf$HQ4g\DEg/C*)utXX6(Yhh F'.yZ\\5OXADn\#>Y;BPCe6 2qa J cK8<|FH>k^EV0)y~Tc!gNJM{,;Rz_4|#1~> :ǜTH&VtV!g3Vg;)oɮRYSI1!掀"/yܪ-P*7}\0b \͖ ;͕5sJVriwst˘#:耭YS vZw\ᚲKz\OvARE{D^ nW;N?]ʜόP`ǮǨE^`U0_UԾ5T}X)J.0 :v;F) Ar ]ƽ~[p7[5㛀jϸ^;YI(h}wN #+D _x/|XBEklOH K?Dߗb\z~(Q?.Z>CPy$oqW.cx CB@ ,pDs}?l$U1  .B=Ž#6qJ+ۢKmc qj7֟{aZs8pn=^T mݜgSV(65kfV #iz>G Nc4LQ,,A5r޴B VSߞ~6XKdR䳽*婞ˣ7QKP?s>K220PZ͝+kGQ,:@Iǜ'Bwp\IĖV4ljWLU!:w6PefbFhY!/.2`vɉu$V} &}ֺr_W}C+>Y+vC:v.$\}ĮԦ=P;?ZÑU!3K8.P>""=xGpם nĸ)eb_͓AYj!>/bcfhKI@Li`\#g sH:cL`5qy2vHg-pG8 C3䔙jvax(gM22VJW /CšI +=$   2yўڤ̧Zy-#3'k|>n-{Q&B8tre׸S/#ὅ^8u H/J A[⊑{g{Y)gO7aKȀkdzp<-PdOPA-2Z|4ӕbmD=K =]|_qz%lܺѝ mh@J1v#0Dh̑lXa0+dXq4x"0Qrd#JJܘbD`5q y%A^6]Zhma>v;$mT;4Uvm.>G5d,Ym.U)m ͱ6y]"vnkidֲ#ہ͜jZ=TXxSyZ'f&S|~StxGє=ͮmw@ 38m/w-h7hkBN)"b?fhQ+>DzM#oc[n 24w^P*J1/0נ7@c{wxm .Դ~`.%LcWԂ}Xz$9Ӏp#4궬5_l!S l&ĥBJnm'@D%e OP,\@O{v X= X2,[')!Hs$@iȺBFḾVB*>61댍&Cj/pfJ4id05]@3Ҥ[saJ#f'N'YcqkvCx&J7~+J+DN&cvgmu-'7۾Z0"ZH蠪u,iU'I>R^ VZ;Ly_9꒑;gTL*ZD}(C|1ֻ:d(K)[^Yw@ r:5M)uݕвkg~|sKE^<z`E+ R1o^v X1'1 Wt~ks p;DEMX_⌐ŝ"Xc>miig4>{tACųX>w!@[ F6~k#Ҧ:}|Ϝw&FAԡSa 83m04|tqɪy01#Pz'p9/(%)k4Cr`@cI*}RktY[xw%S`&FM$XZŨܝD`W L>;Ҷ[X2+*à gVdq%@ ScH?3} e+T؞碭\sWۯ,(~Pp[$2?E;@݉;- 89Rx&'^0NGP=l)Lw_diLQe̳Z3T_ {^X)#)RqW]3sKE[1WI w'?άԕ&4Ģ8ji?NbIs&.Ȣ๭t0K|!\7}z&ɽF? . f6,=2'J[± ST:دx9T@szdq`"_  JwZXReYj1[L3mɺ8'%1eۇ/[VK.ӌs`Lg*2#05 ~fۥFe9H^VYŁx%I|wEyV{4G~ԸF^U(,l];RTӧQcfdw$zj3+rU͠{Mʲ:Cz"-,A8a ~ c5Qlp2E"*r Z*|4`CMofW+lJ5O)m Ĉq,xΒm/s\ISrlcW(_3QuC'FC)I*hAٖ~!5-w١6)dLF`poIH\r97? LYs.VGuSo͒lRPPgxg ~<A)whK|zf:.hAt6ҘaU˸5YB.1)h{_H(W.p9%XqzIm lf`ˇ]-W׾E1!l6.KɷZ?](%uduF{6??|TiBcD!s!辌g[8HЖJ@L5C/O:Oo64o6kXɘc,kpXdAN7V0f d|<\ʆ FevZJD_QAE@ɰhPjTvF- ATbRj冘2uh˧ouHz r&afvF u ɨ@So _^5n-t-w%׍ZMNz4eU`f8lm黨1x\\rC{-N(da6{A%kjeH,mͩJx٧FC cx,2AU;@>Yc *sc.al!Wq a˔d%G(J[di쮟_7@¶e\i;YDI/N4̳doMesuԃk{ʮփ`.گ n[bJB-/ }rCor>R P|\ s-Xꑈd5a&JYNm½"2 miB雥Z )u-^ͬr;5#{LsY=PtpBqԎA# /G7IR ;[QDPt;i]ϗ~M{jfHn~ OE(jHtmޠŷ_0YN:[R{H__^k'Qx5}Xߢ#Aw!șp'T]~Q}H ["6kbCc?QE0n,E˪C$+x)B oPbpct>^obc77g3"73lNX^vR-ɉ,_fVte D?%IY͂ l$P@w]eR=$E']l8Yy*ũh]|"tnԴmM㽏9M *ys*g_!GXK >wp`7]^z:bt?`u'wMC}[^#M,D e9 Fi|;oC8 RNOK?|/YhgCi>1Y-I9=#|yDk!>[+DtѓPاT؞gw1;ˢP2Cr 2ۊؿ}U}ʜ~Tq SF<9G\݃R9 N{ םvI.WqJ<4^a`%ϴтs0p8x0\;[>UV90q`ڀ5vDf}.dZD[iGn&w~BtI'bSh;I(t;KMIkBe Z~Hh \v96A9k6>B:b={V1< q3(8/{hu.rūY-Kʤsd.x@nN >,re@\aN8Ԭێr?*HIy6I<-us#:dCWkŸZ}| pMl s%x|廿&]V vԀi=$a< ? ŋ1R/AL!b|ea9+yA  :#T_U.a>z`OT[FX'k&Hl>t4߉YƆ*{w?fOԧ L^1))σN6VGF RC3}ɠ=A,C,!ܬf8cCVky5ѵ>UCVH\0EY#הk~qW7Oǘ/=pu"J>BmnA 3CIȫjꭴFpG} o ǧxlxE+fԕoL?#ғo=|HA@cӌ}w+: 53dPlQ]>N6.(s1i1eDžck1$o< j| :*K=尽 [dG%p7́-v,kNOS/Ű y>{P%\_N0>l Y*+LLtYWyU Kԕ%xY0ˆqί=O]K H^Q/vZmܑو*M_ц/}67fMu!l|1+sKt nδw[*Swndb,Ll9{ 2jtZbO8es{qZB\{yr h:ԅieIk]7ٳ\5R!OμBTҲyΘIxzdT[:ƾN1m΢sVe|3jKHKT}k0p"6t06j.JqܰLnSfgDs5aOh;< a4 r}ȡ%h4|zQH)S<:#K ÿ79z9_5epˋ:#/@3R$ +$ǝBz2/w$[$v?u(Eε2=,=\ņ/\nU붒i, jloTVeR]3 L7?cZϚ&T FiE)|d_S:,Ӻa;&4͔\=x_oNRkA%ȱ.yo?ViL+gp,/c;8Ws@o}W-x#YSgve-Ǜ/8TCz1v+m(%}bm{X-jRw="q+Nwڢ6M5Э5: Z[J~3ݯ*̴MZYP㎴VHd\:uB ~j[ .Ȩgb!f`*ŧ>Vm_ӌM/ x0ZFj;Ѩ?a%I9xU`gxvK4f\a55e ֲ@c2.LYv c{R!J4WH0ws mHaճDJ%B@􄈔3PebvR>AgmJ3y5gnweFpm@|+ ϹL ̓=NHGV]}Ƈ<,6%R׏ $@!Ca~t)S#ΠFsGD30N6*?!y @i*Yӣ=b4[i\0!X 0* =aa f]L,1&e7 %ha"cx PԬrzL!\Z@jEFiaӋ|\9dOQLJ)~徐>JnUf; @Xα)?S^t:j2;<(m-3\ە^w:Wڗ԰1ؒmH$YMuyg*SJVm#}<7W_g ftF#?4͡ *IƝ_9|JŖ_-L>שĶE_} -ޫ{Ņ$u@j68NL lQ&tٞ-N? *|75?1\7TRﶕ g=* 8k0 빺Au՚4k'f8O6)|pÜ1'b-7_o+F;]bhI ,rt+{h[cPdi%HzB̃iDKɃ*^A>'^83_ Gp!Z,#c0 ngf|ҹ l8E(N[ @)]#P<9IX7N\yh\D|d,#={DS{qEyH?iB3^eHsmQ*|"(`pf7zybŗ֨fQaH0,N@R<>쩄M'"K n8 i5 PQ ,fg^# YRȭO*pq7ρh~" TChQUuQE.ٕ*Sd,)5)Bc`-8MAba7Kem SC Gwq7/=͢Uyi+aappF*᪁0GL꜑&W;§:fzhߖ@)TƎsz|''b|)[a3!ٝad_a^BRF-'r^ebgH0MBu+RyBH2"Yľ!ѽJ3C. 씍xW"909@!\mpK*__Zu~2[){ k\ĥV8Dٽt7túa#i>@St`Xz^ZW<Ev}6ϳiJ":zN<†f[U j YZ