diff --git a/main/coreplugins/io.sarl.eclipse-dsl4sarl/META-INF/MANIFEST.MF b/main/coreplugins/io.sarl.eclipse-dsl4sarl/META-INF/MANIFEST.MF new file mode 100644 index 0000000000..6fa627b7a4 --- /dev/null +++ b/main/coreplugins/io.sarl.eclipse-dsl4sarl/META-INF/MANIFEST.MF @@ -0,0 +1,10 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: %Bundle-Name +Bundle-Vendor: %Bundle-Vendor +Bundle-Version: 0.11.0.qualifier +Bundle-SymbolicName: io.sarl.eclipse-dsl4sarl;singleton:=true +Automatic-Module-Name: io.sarl.eclipse_dsl4sarl +Bundle-RequiredExecutionEnvironment: JavaSE-1.8 +Bundle-ActivationPolicy: lazy + diff --git a/main/coreplugins/io.sarl.eclipse-dsl4sarl/OSGI-INF/l10n/bundle.properties b/main/coreplugins/io.sarl.eclipse-dsl4sarl/OSGI-INF/l10n/bundle.properties new file mode 100644 index 0000000000..530677738a --- /dev/null +++ b/main/coreplugins/io.sarl.eclipse-dsl4sarl/OSGI-INF/l10n/bundle.properties @@ -0,0 +1,35 @@ +#Properties file for io.sarl.eclipse-dsl4sarl + +# This file is automatically generated from src-templates folder. +# Do not change the file content if the file is outside the src-templates folder. + +Bundle-Vendor = SARL.io +Bundle-Name = Eclipse-DSL for SARL Developers +product.name = Eclipse-DSL for SARL Developers +about.general.text = Eclipse-DSL for SARL Developers\n\ +\n\ +Version: %sarlreleaseversion%\n\ +Build id: %sarlBuildId% (%sarlspecificationreleasedate%)\n\ +(c) Copyright %copyrightdate% %copyrighters%.\n\ +Visit %website%\n\ +\n\ +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.\ +\n\ +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.\ +\n\ +Eclipse logos are provided for use under the Eclipse logo and trademark guidelines \ +https://www.eclipse.org/logotm/. \ +Oracle and Java are trademarks or registered trademarks of Oracle and/or its affiliates. \ +Other names may be trademarks of their respective owners.\n\ +\n\ +Splash screen image credits: vs148 @ https://www.shutterstock.com.\n\ +\n\ +This product includes software developed by other open source projects including \ +the Eclipse Foundation http://www.eclipse.org, the Xtext library https://eclipse.org/Xtext/, \ +the Guava Libraries https://code.google.com/p/guava-libraries, and \ +the Apache Software Foundation https://www.apache.org. + diff --git a/main/coreplugins/io.sarl.eclipse-dsl4sarl/about.ini b/main/coreplugins/io.sarl.eclipse-dsl4sarl/about.ini new file mode 100644 index 0000000000..9954c05112 --- /dev/null +++ b/main/coreplugins/io.sarl.eclipse-dsl4sarl/about.ini @@ -0,0 +1,3 @@ +featureImage=icons/sarl_about_dialog.png +aboutText=%featureText +appName=%featureName \ No newline at end of file diff --git a/main/coreplugins/io.sarl.eclipse-dsl4sarl/about.mappings b/main/coreplugins/io.sarl.eclipse-dsl4sarl/about.mappings new file mode 100644 index 0000000000..9ab7ff53f7 --- /dev/null +++ b/main/coreplugins/io.sarl.eclipse-dsl4sarl/about.mappings @@ -0,0 +1,13 @@ +# about.mappings +# contains fill-ins for about.properties +# java.io.Properties file (ISO 8859-1 with "\" escapes) +# This file does not need to be translated. + +# This file may be automatically generated. +# Do not change it if there no replacement variables below. + +0=0.11.0-BETA +1=2014-2020 +2=the original authors or authors +3=http://www.sarl.io + diff --git a/main/coreplugins/io.sarl.eclipse-dsl4sarl/about.properties b/main/coreplugins/io.sarl.eclipse-dsl4sarl/about.properties new file mode 100644 index 0000000000..4fdaea451c --- /dev/null +++ b/main/coreplugins/io.sarl.eclipse-dsl4sarl/about.properties @@ -0,0 +1,27 @@ +# NLS_MESSAGEFORMAT_VAR + +# ============================================================================== +# Do not change the properties between this line and the last line containing: +# %%% END OF TRANSLATED PROPERTIES %%% +# Instead, either redefine an existing property, or create a new property, +# append it to the end of the file, and change the code to use the new name. +# ============================================================================== + +# about.properties +# contains externalized strings for about.ini +# java.io.Properties file (ISO 8859-1 with "\" escapes) +# fill-ins are supplied by about.mappings +# This file should be translated. + +featureName=Eclipse-DSL for SARL Developers + +featureText=Eclipse-DSL for SARL Developers \n\ +Version: {featureVersion}\n\ +Build id: {0}\n\ +\n\ +(c) Copyright {1} {2}.\n\ +Visit {3} + +# ============================================================================== +# %%% END OF TRANSLATED PROPERTIES %%% +# The above properties have been shipped for translation. diff --git a/main/coreplugins/io.sarl.eclipse-dsl4sarl/build.properties b/main/coreplugins/io.sarl.eclipse-dsl4sarl/build.properties new file mode 100644 index 0000000000..2d48b84a7a --- /dev/null +++ b/main/coreplugins/io.sarl.eclipse-dsl4sarl/build.properties @@ -0,0 +1,11 @@ +source.. = src/, +bin.includes = META-INF/,\ + .,\ + plugin.xml,\ + OSGI-INF/,\ + splash.bmp,\ + icons/,\ + about.ini,\ + about.mappings,\ + about.properties +jre.compilation.profile = JavaSE-1.8 diff --git a/main/coreplugins/io.sarl.eclipse-dsl4sarl/icons/eclipse-about-banner.png b/main/coreplugins/io.sarl.eclipse-dsl4sarl/icons/eclipse-about-banner.png new file mode 100644 index 0000000000..7456182c52 Binary files /dev/null and b/main/coreplugins/io.sarl.eclipse-dsl4sarl/icons/eclipse-about-banner.png differ diff --git a/main/coreplugins/io.sarl.eclipse-dsl4sarl/icons/sarl_128.png b/main/coreplugins/io.sarl.eclipse-dsl4sarl/icons/sarl_128.png new file mode 100644 index 0000000000..52b1ca3c53 Binary files /dev/null and b/main/coreplugins/io.sarl.eclipse-dsl4sarl/icons/sarl_128.png differ diff --git a/main/coreplugins/io.sarl.eclipse-dsl4sarl/icons/sarl_16.png b/main/coreplugins/io.sarl.eclipse-dsl4sarl/icons/sarl_16.png new file mode 100644 index 0000000000..df018e8b0c Binary files /dev/null and b/main/coreplugins/io.sarl.eclipse-dsl4sarl/icons/sarl_16.png differ diff --git a/main/coreplugins/io.sarl.eclipse-dsl4sarl/icons/sarl_256.png b/main/coreplugins/io.sarl.eclipse-dsl4sarl/icons/sarl_256.png new file mode 100644 index 0000000000..e78160e412 Binary files /dev/null and b/main/coreplugins/io.sarl.eclipse-dsl4sarl/icons/sarl_256.png differ diff --git a/main/coreplugins/io.sarl.eclipse-dsl4sarl/icons/sarl_32.png b/main/coreplugins/io.sarl.eclipse-dsl4sarl/icons/sarl_32.png new file mode 100644 index 0000000000..7171bff7ec Binary files /dev/null and b/main/coreplugins/io.sarl.eclipse-dsl4sarl/icons/sarl_32.png differ diff --git a/main/coreplugins/io.sarl.eclipse-dsl4sarl/icons/sarl_48.png b/main/coreplugins/io.sarl.eclipse-dsl4sarl/icons/sarl_48.png new file mode 100644 index 0000000000..653a23618a Binary files /dev/null and b/main/coreplugins/io.sarl.eclipse-dsl4sarl/icons/sarl_48.png differ diff --git a/main/coreplugins/io.sarl.eclipse-dsl4sarl/icons/sarl_64.png b/main/coreplugins/io.sarl.eclipse-dsl4sarl/icons/sarl_64.png new file mode 100644 index 0000000000..5173df10bd Binary files /dev/null and b/main/coreplugins/io.sarl.eclipse-dsl4sarl/icons/sarl_64.png differ diff --git a/main/coreplugins/io.sarl.eclipse-dsl4sarl/icons/sarl_about_dialog.png b/main/coreplugins/io.sarl.eclipse-dsl4sarl/icons/sarl_about_dialog.png new file mode 100644 index 0000000000..fc8152868e Binary files /dev/null and b/main/coreplugins/io.sarl.eclipse-dsl4sarl/icons/sarl_about_dialog.png differ diff --git a/main/coreplugins/io.sarl.eclipse-dsl4sarl/plugin.xml b/main/coreplugins/io.sarl.eclipse-dsl4sarl/plugin.xml new file mode 100644 index 0000000000..b2ae192d65 --- /dev/null +++ b/main/coreplugins/io.sarl.eclipse-dsl4sarl/plugin.xml @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/main/coreplugins/io.sarl.eclipse-dsl4sarl/plugin_customization.ini b/main/coreplugins/io.sarl.eclipse-dsl4sarl/plugin_customization.ini new file mode 100644 index 0000000000..fe85125c42 --- /dev/null +++ b/main/coreplugins/io.sarl.eclipse-dsl4sarl/plugin_customization.ini @@ -0,0 +1,34 @@ +###### +# Splash + +# Show the progress bar on the splash screen. +org.eclipse.ui/SHOW_PROGRESS_ON_STARTUP = true + +###### +# UI + + +# Show the memory monitor +org.eclipse.ui/SHOW_MEMORY_MONITOR=true + +# Enable line number ruler in all textual editors +org.eclipse.ui.editors/lineNumberRuler=true + +###### +# Resources + +# Enable refresh +org.eclipse.core.resources/refresh.enabled=true + +# Enable the lightweight auto-refresh when accessing to a resource +org.eclipse.core.resources/refresh.lightweight.enabled=true + +# Auto-build the resources +org.eclipse.core.resources/description.autobuilding=true + +###### +# Run/Debug + +# Always launch the last launched application when clicking on the "launch" button +org.eclipse.debug.ui/org.eclipse.debug.ui.UseContextualLaunch=false + diff --git a/main/coreplugins/io.sarl.eclipse-dsl4sarl/pom.xml b/main/coreplugins/io.sarl.eclipse-dsl4sarl/pom.xml new file mode 100644 index 0000000000..c37d093ae1 --- /dev/null +++ b/main/coreplugins/io.sarl.eclipse-dsl4sarl/pom.xml @@ -0,0 +1,142 @@ + + 4.0.0 + + + io.sarl + io.sarl.tycho-parent-ui + 0.11.0-SNAPSHOT + ../../../tycho-parent/tycho-parent-ui + + + io.sarl.eclipse-dsl4sarl + eclipse-plugin + Eclipse-DSL for SARL Developers + + + + + com.google.code.maven-replacer-plugin + replacer + + + prepare-eclipse-aboutbox + process-resources + + replace + + + ${project.build.sourceEncoding} + ${project.basedir}/about.mappings + MULTILINE + + dId + ^(0 *= *)(.*)$ + $1${sarl.buildId} + + + ^(1 *= *)(.*)$ + $1${project.inceptionYear}-${year} + + + ^(2 *= *)(.*)$ + $1${copyrighters} + + + ^(3 *= *)(.*)$ + $1${sarlUrl} + + + + + + prepare-eclipse-buildproperties + process-resources + + replace + + + ${project.build.sourceEncoding} + ${project.basedir}/build.properties + MULTILINE + + + ^(jre\.compilation\.profile *= *)(.*)$ + $1${sarl-dsl.min.jre.environment} + + + + + + prepare-eclipse-manifestmf + process-resources + + replace + + + ${project.build.sourceEncoding} + ${project.basedir}/META-INF/MANIFEST.MF + MULTILINE + + + ^(Bundle-RequiredExecutionEnvironment: *)(.*)$ + $1${sarl-run.min.jre.environment} + + + + + + prepare-osgi-nls + prepare-package + + replace + + + ${project.build.sourceEncoding} + ${project.build.outputDirectory}/OSGI-INF/l10n + . + + *.properties + + + + %website% + ${sarlUrl} + + + %sarlBuildId% + ${sarl.buildId} + + + %copyrightdate% + ${project.inceptionYear}-${year} + + + %copyrighters% + ${copyrighters} + + + %sarlreleaseversion% + ${sarl.release_version} + + + %sarlspecificationreleasedate% + ${sarl.specification.release_date} + + + %mavencompilerversion% + ${mavencompiler.version} + + + %targetjreenvironment% + ${sarl-run.min.jre.environment} + + + + + + + + + + diff --git a/main/coreplugins/io.sarl.eclipse-dsl4sarl/splash.bmp b/main/coreplugins/io.sarl.eclipse-dsl4sarl/splash.bmp new file mode 100644 index 0000000000..c678cd1bd9 Binary files /dev/null and b/main/coreplugins/io.sarl.eclipse-dsl4sarl/splash.bmp differ diff --git a/main/coreplugins/pom.xml b/main/coreplugins/pom.xml index 51585164c3..854c30b941 100644 --- a/main/coreplugins/pom.xml +++ b/main/coreplugins/pom.xml @@ -26,6 +26,7 @@ io.sarl.lang.ui io.sarl.eclipse io.sarl.m2e + io.sarl.eclipse-dsl4sarl io.sarl.eclipse-slf4j diff --git a/main/features/io.sarl.baseplatform.dsl/feature.xml b/main/features/io.sarl.baseplatform.dsl/feature.xml index 6aad64cbbc..e373efcce7 100644 --- a/main/features/io.sarl.baseplatform.dsl/feature.xml +++ b/main/features/io.sarl.baseplatform.dsl/feature.xml @@ -574,4 +574,11 @@ for the SARL DSL Environment version="0.0.0" unpack="false"/> + + diff --git a/products/sarl-dsl/icons/sarl.icns b/products/sarl-dsl/icons/sarl.icns new file mode 100644 index 0000000000..de5ff1773e Binary files /dev/null and b/products/sarl-dsl/icons/sarl.icns differ diff --git a/products/sarl-dsl/icons/sarl.ico b/products/sarl-dsl/icons/sarl.ico new file mode 100644 index 0000000000..abef6d8ea2 Binary files /dev/null and b/products/sarl-dsl/icons/sarl.ico differ diff --git a/products/sarl-dsl/icons/sarl.xpm b/products/sarl-dsl/icons/sarl.xpm new file mode 100644 index 0000000000..6101ae29b0 --- /dev/null +++ b/products/sarl-dsl/icons/sarl.xpm @@ -0,0 +1,954 @@ +/* XPM */ +static char * sarl_xpm[] = { +"256 256 695 2", +" c None", +". c #333E4C", +"+ c #3B4756", +"@ c #343E4B", +"# c #3B4955", +"$ c #3F4B5B", +"% c #455163", +"& c #414E5E", +"* c #394554", +"= c #3B4856", +"- c #3D4958", +"; c #374352", +"> c #2E3742", +", c #394451", +"' c #37424F", +") c #28303B", +"! c #3A4856", +"~ c #435061", +"{ c #445062", +"] c #445061", +"^ c #3B4655", +"/ c #424E5F", +"( c #434F61", +"_ c #2F3B45", +": c #2D3640", +"< c #3E4A59", +"[ c #455264", +"} c #3B4755", +"| c #2F3946", +"1 c #404C5C", +"2 c #3F4B5C", +"3 c #2F3944", +"4 c #2A343E", +"5 c #414D5D", +"6 c #333F4A", +"7 c #35404D", +"8 c #455164", +"9 c #384451", +"0 c #3E4959", +"a c #313A44", +"b c #404E5D", +"c c #43505E", +"d c #384351", +"e c #445063", +"f c #3A4653", +"g c #29323B", +"h c #2E3843", +"i c #323C48", +"j c #2A333C", +"k c #303A45", +"l c #3B4754", +"m c #42505E", +"n c #445060", +"o c #394452", +"p c #404C5D", +"q c #2B353F", +"r c #465265", +"s c #465264", +"t c #394551", +"u c #353F4A", +"v c #3A4654", +"w c #3A4554", +"x c #2F3943", +"y c #404B5B", +"z c #384251", +"A c #404E5C", +"B c #3F4D5C", +"C c #384250", +"D c #343F4B", +"E c #414D5E", +"F c #434F60", +"G c #3C4755", +"H c #2F3942", +"I c #455263", +"J c #323944", +"K c #3C4655", +"L c #414D5C", +"M c #29303A", +"N c #3C4756", +"O c #374350", +"P c #3D4857", +"Q c #3F4B5A", +"R c #3B4654", +"S c #3F4C5B", +"T c #3E4958", +"U c #323C47", +"V c #36404D", +"W c #3E4A58", +"X c #313C48", +"Y c #3B4855", +"Z c #2F3844", +"` c #34404B", +" . c #36434F", +".. c #37414F", +"+. c #445162", +"@. c #37424E", +"#. c #2B333D", +"$. c #36414E", +"%. c #3C4958", +"&. c #384450", +"*. c #2A333D", +"=. c #36404E", +"-. c #272F37", +";. c #434E60", +">. c #353E4B", +",. c #333E4A", +"'. c #3C4959", +"). c #313C47", +"!. c #455063", +"~. c #424E60", +"{. c #424E5D", +"]. c #2E3642", +"^. c #414C5D", +"/. c #313B46", +"(. c #404D5C", +"_. c #3C4857", +":. c #2E3944", +"<. c #2C353F", +"[. c #273039", +"}. c #3C4856", +"|. c #2B333F", +"1. c #3D4957", +"2. c #445163", +"3. c #414F5E", +"4. c #3D4959", +"5. c #28323A", +"6. c #353F4C", +"7. c #394453", +"8. c #414E5D", +"9. c #252C35", +"0. c #2F3843", +"a. c #384452", +"b. c #2E3743", +"c. c #3A4756", +"d. c #394553", +"e. c #455162", +"f. c #445262", +"g. c #36424F", +"h. c #394552", +"i. c #465263", +"j. c #323D47", +"k. c #3A4553", +"l. c #3B4656", +"m. c #28303A", +"n. c #3A4452", +"o. c #3F4A5A", +"p. c #333C49", +"q. c #2B373F", +"r. c #424D5F", +"s. c #2B3540", +"t. c #3C4858", +"u. c #434F5F", +"v. c #29313A", +"w. c #36414D", +"x. c #424F60", +"y. c #3B4653", +"z. c #333C47", +"A. c #28313A", +"B. c #394350", +"C. c #333D4A", +"D. c #313B47", +"E. c #3C4855", +"F. c #2F3A43", +"G. c #404D5B", +"H. c #3D4858", +"I. c #3E4B5A", +"J. c #283139", +"K. c #313944", +"L. c #384350", +"M. c #36434E", +"N. c #36424E", +"O. c #424E5E", +"P. c #3A4453", +"Q. c #394450", +"R. c #2C3540", +"S. c #3A4655", +"T. c #303B45", +"U. c #36424D", +"V. c #333D49", +"W. c #35404C", +"X. c #303B46", +"Y. c #303843", +"Z. c #343E4A", +"`. c #37434F", +" + c #3F4C5C", +".+ c #394351", +"++ c #2D3540", +"@+ c #2F3842", +"#+ c #323D49", +"$+ c #2B343E", +"%+ c #2D343F", +"&+ c #3D4A59", +"*+ c #2C363F", +"=+ c #343F4A", +"-+ c #353F4B", +";+ c #2B323D", +">+ c #424E61", +",+ c #283239", +"'+ c #3F4A5B", +")+ c #29313B", +"!+ c #282F38", +"~+ c #2B353E", +"{+ c #2A323C", +"]+ c #303A44", +"^+ c #2D3843", +"/+ c #435060", +"(+ c #384552", +"_+ c #353E4A", +":+ c #424D5D", +"<+ c #303A47", +"[+ c #374250", +"}+ c #273038", +"|+ c #3F4B59", +"1+ c #29323C", +"2+ c #313A46", +"3+ c #323C49", +"4+ c #445161", +"5+ c #404D5D", +"6+ c #29303B", +"7+ c #38424F", +"8+ c #455262", +"9+ c #28323B", +"0+ c #3E4A5A", +"a+ c #434E5F", +"b+ c #323D48", +"c+ c #404B5C", +"d+ c #435161", +"e+ c #3E4B59", +"f+ c #343E4C", +"g+ c #3C4957", +"h+ c #424F5F", +"i+ c #27313A", +"j+ c #2D3741", +"k+ c #2F3A45", +"l+ c #333D48", +"m+ c #43505F", +"n+ c #272F38", +"o+ c #DC671A", +"p+ c #DC681A", +"q+ c #DA671A", +"r+ c #38434F", +"s+ c #DE691A", +"t+ c #DF691A", +"u+ c #DD681A", +"v+ c #394652", +"w+ c #E0691A", +"x+ c #DE681A", +"y+ c #D96619", +"z+ c #2C343F", +"A+ c #3C4757", +"B+ c #DF6A1A", +"C+ c #DF681A", +"D+ c #DE6819", +"E+ c #DA6619", +"F+ c #27323A", +"G+ c #262F36", +"H+ c #2B333E", +"I+ c #323B47", +"J+ c #DC6719", +"K+ c #444F61", +"L+ c #DF6A19", +"M+ c #DD6819", +"N+ c #D76518", +"O+ c #DB671A", +"P+ c #2E3842", +"Q+ c #36404C", +"R+ c #303945", +"S+ c #343D49", +"T+ c #3F4A58", +"U+ c #262E37", +"V+ c #263037", +"W+ c #D76519", +"X+ c #323B46", +"Y+ c #313A47", +"Z+ c #303B47", +"`+ c #34404C", +" @ c #333E48", +".@ c #2A353F", +"+@ c #DB6719", +"@@ c #E06A1A", +"#@ c #C65D17", +"$@ c #2D3641", +"%@ c #434D5F", +"&@ c #E26A1A", +"*@ c #9E4A12", +"=@ c #36414F", +"-@ c #313B45", +";@ c #303A46", +">@ c #E16A1A", +",@ c #C55C17", +"'@ c #273139", +")@ c #333E49", +"!@ c #37414E", +"~@ c #3C4854", +"{@ c #394352", +"]@ c #29323A", +"^@ c #2A323A", +"/@ c #DF6919", +"(@ c #3A4552", +"_@ c #3A4754", +":@ c #2D1606", +"<@ c #2E3841", +"[@ c #435162", +"}@ c #404F5E", +"|@ c #2E1506", +"1@ c #301605", +"2@ c #38444F", +"3@ c #3B4555", +"4@ c #321705", +"5@ c #343F4C", +"6@ c #2E1705", +"7@ c #28313B", +"8@ c #3D4A58", +"9@ c #28333A", +"0@ c #333F4B", +"a@ c #2E3741", +"b@ c #303944", +"c@ c #424D5E", +"d@ c #37404E", +"e@ c #2B343D", +"f@ c #2A343D", +"g@ c #2F3743", +"h@ c #272E38", +"i@ c #363F4D", +"j@ c #E36B1A", +"k@ c #DA6719", +"l@ c #E26B1A", +"m@ c #E56C1B", +"n@ c #E66D1A", +"o@ c #D86519", +"p@ c #C15B17", +"q@ c #AD5214", +"r@ c #974712", +"s@ c #803C0F", +"t@ c #66300C", +"u@ c #5E2C0B", +"v@ c #57290A", +"w@ c #502609", +"x@ c #4C2409", +"y@ c #4D2409", +"z@ c #4E2509", +"A@ c #522709", +"B@ c #58290A", +"C@ c #5C2B0B", +"D@ c #5F2D0B", +"E@ c #68310C", +"F@ c #803C0E", +"G@ c #954612", +"H@ c #A64F13", +"I@ c #B65615", +"J@ c #D36318", +"K@ c #E46B1B", +"L@ c #D46419", +"M@ c #414C5B", +"N@ c #384551", +"O@ c #CE6118", +"P@ c #A34D13", +"Q@ c #612D0B", +"R@ c #512609", +"S@ c #894110", +"T@ c #B15415", +"U@ c #CF6219", +"V@ c #C45D17", +"W@ c #3E4957", +"X@ c #B95716", +"Y@ c #823D10", +"Z@ c #2E1606", +"`@ c #54280A", +" # c #8C4211", +".# c #B15414", +"+# c #C45C17", +"@# c #D06218", +"## c #A54E13", +"$# c #E36B1B", +"%# c #D76619", +"&# c #853F0F", +"*# c #371A07", +"=# c #813D10", +"-# c #B35414", +";# c #D56519", +"># c #612E0A", +",# c #A84F13", +"'# c #0B0501", +")# c #924511", +"!# c #C85E17", +"~# c #323C46", +"{# c #CF6118", +"]# c #632F0B", +"^# c #69310C", +"/# c #A04B12", +"(# c #BD5916", +"_# c #CB6018", +":# c #894010", +"<# c #35414D", +"[# c #492208", +"}# c #69320C", +"|# c #9B4912", +"1# c #C05A17", +"2# c #D7651A", +"3# c #E46C1B", +"4# c #8F4411", +"5# c #353F4D", +"6# c #281304", +"7# c #4E2609", +"8# c #74370E", +"9# c #823D0F", +"0# c #552709", +"a# c #4C2508", +"b# c #8D4211", +"c# c #333E4B", +"d# c #414E5F", +"e# c #2A1405", +"f# c #35404B", +"g# c #A74F14", +"h# c #6F350E", +"i# c #293039", +"j# c #323B48", +"k# c #291305", +"l# c #434F62", +"m# c #DE6919", +"n# c #D66519", +"o# c #C65E17", +"p# c #35414E", +"q# c #BC5916", +"r# c #B75515", +"s# c #374451", +"t# c #C05A16", +"u# c #313A45", +"v# c #465365", +"w# c #29333C", +"x# c #612E0B", +"y# c #2C3541", +"z# c #303943", +"A# c #DB681A", +"B# c #9D4B12", +"C# c #38424E", +"D# c #DC6819", +"E# c #622E0B", +"F# c #6D330D", +"G# c #904412", +"H# c #2C353E", +"I# c #C55D17", +"J# c #D56419", +"K# c #293239", +"L# c #2E3641", +"M# c #D86619", +"N# c #384550", +"O# c #3B4553", +"P# c #2F3845", +"Q# c #2C3641", +"R# c #D46319", +"S# c #374251", +"T# c #3C4754", +"U# c #2C343E", +"V# c #384150", +"W# c #D36319", +"X# c #3D4856", +"Y# c #2D353F", +"Z# c #2D3742", +"`# c #374351", +" $ c #D46418", +".$ c #2F3742", +"+$ c #2A343C", +"@$ c #D16219", +"#$ c #2E3943", +"$$ c #B55516", +"%$ c #CD6118", +"&$ c #3F4958", +"*$ c #B55615", +"=$ c #DA661A", +"-$ c #AB5114", +";$ c #BB5816", +">$ c #C35C17", +",$ c #BA5816", +"'$ c #AF5315", +")$ c #D26318", +"!$ c #A04C13", +"~$ c #DD691A", +"{$ c #303844", +"]$ c #B15315", +"^$ c #B35415", +"/$ c #8C4111", +"($ c #303A42", +"_$ c #3A4454", +":$ c #404B59", +"<$ c #2E3844", +"[$ c #9F4B13", +"}$ c #C85F17", +"|$ c #B25415", +"1$ c #303B44", +"2$ c #6E340D", +"3$ c #A24D13", +"4$ c #D16218", +"5$ c #444F60", +"6$ c #632E0B", +"7$ c #984711", +"8$ c #B75616", +"9$ c #D36418", +"0$ c #803E0F", +"a$ c #843F10", +"b$ c #303946", +"c$ c #5B2B0B", +"d$ c #873F10", +"e$ c #A44D13", +"f$ c #7F3C0F", +"g$ c #2D3440", +"h$ c #42505F", +"i$ c #7F3D0E", +"j$ c #B75615", +"k$ c #CF6218", +"l$ c #6B330D", +"m$ c #934611", +"n$ c #CC6018", +"o$ c #E16A1B", +"p$ c #D66419", +"q$ c #BF5A16", +"r$ c #B05315", +"s$ c #9F4A13", +"t$ c #C75E17", +"u$ c #9F4B12", +"v$ c #4F2509", +"w$ c #7A3A0F", +"x$ c #CA5F18", +"y$ c #954511", +"z$ c #E26B1B", +"A$ c #6D340C", +"B$ c #884010", +"C$ c #9F4C12", +"D$ c #384151", +"E$ c #2F3A44", +"F$ c #AF5214", +"G$ c #B45515", +"H$ c #CD6018", +"I$ c #B95816", +"J$ c #3F4D5B", +"K$ c #343D48", +"L$ c #343E49", +"M$ c #D26219", +"N$ c #262F37", +"O$ c #273037", +"P$ c #C15B16", +"Q$ c #BD5917", +"R$ c #28333B", +"S$ c #B55515", +"T$ c #AB5014", +"U$ c #2A313B", +"V$ c #3A4555", +"W$ c #A14C13", +"X$ c #3A4755", +"Y$ c #904411", +"Z$ c #465364", +"`$ c #78380E", +" % c #53270A", +".% c #D36419", +"+% c #3E1E07", +"@% c #404C5B", +"#% c #271205", +"$% c #E06919", +"%% c #AC5114", +"&% c #833E0F", +"*% c #293139", +"=% c #2A343F", +"-% c #421F08", +";% c #2F3945", +">% c #29313C", +",% c #B25314", +"'% c #602D0B", +")% c #AE5215", +"!% c #D9661A", +"~% c #DF691B", +"{% c #68310D", +"]% c #2E1505", +"^% c #462108", +"/% c #333C48", +"(% c #3B4753", +"_% c #411E08", +":% c #252F35", +"<% c #2A313D", +"[% c #262F39", +"}% c #3D4757", +"|% c #2C343D", +"1% c #442108", +"2% c #924512", +"3% c #2A313C", +"4% c #BE5917", +"5% c #2A1304", +"6% c #333B49", +"7% c #371907", +"8% c #343D4A", +"9% c #52270A", +"0% c #333C4A", +"a% c #5A2B0A", +"b% c #442008", +"c% c #D9671A", +"d% c #3C4656", +"e% c #79390E", +"f% c #C45C16", +"g% c #CA5F17", +"h% c #211105", +"i% c #3A4656", +"j% c #B55415", +"k% c #863F10", +"l% c #283038", +"m% c #6B330C", +"n% c #843D0F", +"o% c #2B1505", +"p% c #3A4652", +"q% c #3E4B5B", +"r% c #5B2B0A", +"s% c #AF5215", +"t% c #A74E13", +"u% c #170B03", +"v% c #8D4210", +"w% c #BF5916", +"x% c #C75D17", +"y% c #8E4310", +"z% c #110801", +"A% c #5C2A0A", +"B% c #56280A", +"C% c #1E0E04", +"D% c #343D4B", +"E% c #323E4A", +"F% c #5E2B0B", +"G% c #A94F13", +"H% c #C75E18", +"I% c #73360E", +"J% c #7B3A0E", +"K% c #AD5115", +"L% c #A95014", +"M% c #6D340D", +"N% c #411F08", +"O% c #934511", +"P% c #BC5816", +"Q% c #B85716", +"R% c #934612", +"S% c #3E1D07", +"T% c #1A0C03", +"U% c #35414C", +"V% c #3C4956", +"W% c #263036", +"X% c #3F4A59", +"Y% c #5D2C0B", +"Z% c #B65515", +"`% c #CF6119", +" & c #9A4812", +".& c #622F0B", +"+& c #180C04", +"@& c #532709", +"#& c #6A320C", +"$& c #934411", +"%& c #9E4B13", +"&& c #C95F17", +"*& c #C25C17", +"=& c #BE5916", +"-& c #A74E14", +";& c #9A4813", +">& c #883F0F", +",& c #71350D", +"'& c #5A2A0B", +")& c #341906", +"!& c #28323C", +"~& c #394653", +"{& c #271204", +"]& c #2B1405", +"^& c #251104", +"/& c #313D48", +"(& c #424F5E", +"_& c #2C3640", +":& c #272F3A", +"<& c #37404C", +"[& c #272E36", +"}& c #404B5A", +"|& c #2E3942", +"1& c #435062", +"2& c #28313C", +"3& c #3A4752", +"4& c #2A353D", +"5& c #2B353D", +"6& c #425060", +"7& c #455061", +"8& c #29333B", +"9& c #2A323D", +"0& c #2B3640", +"a& c #394654", +"b& c #2C3841", +"c& c #2D3842", +"d& c #2E343F", +"e& c #313C45", +"f& c #262F38", +"g& c #2D3740", +"h& c #2D3841", +"i& c #3F4C5A", +"j& c #37444F", +"k& c #384453", +"l& c #343F49", +" . + + @ ", +" # $ % % % % & * = - ; ", +" > , ' ) ! ~ { { { { { { ] ' ^ / ] { ( $ _ ", +" : < [ % % [ } | 1 { { { { { { { { ~ 2 % { { { { { / 3 ", +" 4 1 % { { { { % 5 6 7 8 { { { { { { { { % 9 0 % { { { { { { % 5 ", +" < % { { { { { { { / a b { { { { { { { { { { c d ( { { { { { { { { e f g h i j ", +" k % { { { { { { { { { l m { { { { { { { { { { n o { { { { { { { { { { p q ^ r 8 8 s t ", +" u v w ^ x y { { { { { { { { { { z A { { { { { { { { { { B C { { { { { { { { { { $ D E % { { { { 8 - ", +" w F { { ] / G 5 { { { { { { { { { { z H [ { { { { { { { { I J K { { { { { { { { { { L M { { { { { { { { { N ", +" O s { { { { { % P Q { { { { { { { { { { R S { { { { { { { { T U / { { { { { { { { % V W e { { { { { { { { E ", +" X 8 { { { { { { { 8 Y Z s { { { { { { { { ~ x ` ] { { { { { { F . Y e { { { { { { s .. ( { { { { { { { { { +.@. ", +" 0 { { { { { { { { { F #. d 8 { { { { { { % $. %.F { { { { { { { { ] &. *.v F { { { { { { { =. -.;.{ { { { { { { { { % >. ", +" $ { { { { { { { { { ( ,. N { { { { { { e '.). A !.{ { { { { { { { { { % S i +.% { { { { { { { ~.O {.{ { { { { { { { { { $. a > ].3 ", +" ^.{ { { { { { { { { ( /. + ( { { { { { { !.[ 5 C (.{ { { { { { { { { { { { { { Q _.% { { { { { { { { { { F o :.8 { { { { { { { { 5 @.P ] [ [ { R <. ", +" $ { { { { { { { { { ( [. }.{ { { { { { { { { { { { E |.1.2.{ { { { { { { { { { { { { { { 3.4.{ { { { { { { { { { { { { { } 5.6.} % { { { { { { { % 7. v { { { { { { { 8.9. ", +" 0.D a.' b. - { { { { { { { { % c. d.% { { { { { { { { { { { { { ~ e.{ { { { { { { { { { { { { { { { f.{ { { { { { { { { { { { { { { ~ g. > h.i.8 e { { { { { { { / O j.r { { { { { { { { _. ", +" , ( 8 % % [ E k. k E % { { { { { { { $ l.h.m. ,.F { { { { { { { { { { { { { { { +.+.{ { { { { { { { { { { { { { +.{ { { { { { { { { { { { { { { { { 1 ,.n./ % { { { { { { { { { / U F { { { { { { { { { o. ", +" p.% { { { { { { { < q.< % { { { { { { { { ( r.G s. t.{ { { { { { { { { { { { { { { { { +.{ { { { { { { { { { { { { { +.{ { { { { { { { { { { { { { { { { +.u.{ { { { { { { { { { { { { d v.( { { { { { { { { { / ", +" +.{ { { { { { { { { w. Q { { { { { { { { { { % x.y.8 { { { { { { { { { { { { { { { { { +.+.{ { { { { { { { { { { { +.{ { { { { { { { { { { { { { { { { +.+.{ { { { { { { { { { { { { { r z. A.( { { { { { { { { { { B. ", +" C.{ { { { { { { { { { T k.{ { { { { { { { { { { { { I { { { { { { { { { { { { { { { { { { { f.{ { { { { { { { { { { { +.{ { { { { { { { { { { { { { { { { f.{ { { { { { { { { { { { { { { { +.D. & { { { { { { { { { / ", +" E.{ { { { { { { { { { N k % { { { { { { { { { { { { f.{ { { { { { { { { { { { { { { { { { { { f.{ { { { { { { { { { { { { { { { { { { { { { { { { { { { { +.{ { { { { { { { { { { { { { { { { { 4. [.F.v P G.{ { { { { { { { { H. ", +" I.{ { { { { { { { { { H. J.( { { { { { { { { { { { { { f.{ { { { { { { { { { { { { { { { { { { { f.{ { { { { { { { { { { { { +.{ { { { { { { { { { { { { { { f.{ { { { { { { { { { { { { { { { { { / K.L.% 8 % 2.{ { { { { { { { { ( M. ", +" 9 { { { { { { { { { { N. d e { { { { { { { { { { { { { f.{ { { { { { { { { { { { { { { { { { { +.+.{ { { { { { { { { { { { { { e.{ { { { { { { { { { { { { { +.{ { { { { { { { { { { { { { { { { { f.O.+.% { { { { { { { { { { { s < 7 3 k.o R P.G ", +" v.% { { { { { { { { { ~ { $ Q.R. 4.{ { { { { { { { { { { { { { f.{ { { { { { { { { { { { { { { { { { +.e.{ { { { { { { { { { { { { { % S.8 { { { { { { { { { { { { { +.f.{ { { { { { { { { { { { { { { { f.{ { { { { { { { { { { { { { / T. R ( { { { { { 2 ", +" U.( e { { { { { { { { { { % r F h.( { { { { { { { { { { { { { { +.+.{ { { { { { { { { { { { { { { e ( 9 V.E ] { { { { { { { { 2.{ ( 1 W. V.5 { e { { { { { { { { { { { +.+.{ { { { { { { { { { { { { { +.{ { { { { { { { { { { { { { { e /. f % { { { { { { % , ", +" X., ' Y. Z._.% { { { { { { { { { { { { I { { { { { { { { { { { { { { { { { +.+.{ { { { { { { { { { { % 8 ^ U. `.N Q $ + +W + ' G w..+O.[ s % % 2.e !.% 8 I w ^.{ { { { { { { { { { { { { { +.{ { { { { { { { { { { { { { { { 1 5 { { { { { { { { [ ++ ", +" @+~.F ( ( F u.#+ 9 I { { { { { { { { { { { +.{ { { { { { { { { { { { { { { { { { (.+.e { { { { { { % % F =.$+ %+0.@.d.T Q &+w X *+ d { { { { { { { { { { { { { { { { { { { { { { { { { { { { { { { % p. C.% { { { { { { { { % h. ", +" =+8 { { { { { { F -+ ;+>+{ { { { { { { { { { { { +.{ { { { { { { { { { { { { { { { { { V.,+}.1 '+'+'+5 I.$.)+ 9 ^.{ { { { { { { { { { { { +.{ { { { { { { { { { { { { { { { { < U % { { { { { { { { { x. ", +" 0 { { { { { { { { E R { { { { { { { { { { { { { +.{ { { { { { { { { { { { { { { { 8 .+ ' (.r 2.{ { { { { { { { +.{ { { { { { { { { { { { { { { { { s g !+5.~+{+V.% { { { { { { { { { / ", +" ( { { { { { { { { s ]+ o.{ { { { { { { { { { { { { +.+.{ { { { { { { { { { { { { % F R. ^+T % % { { { { { { /+{ { { { { { { { { { { { { { { { { % (+_+:+;.;.F ;.( { { { { { { { { { % t ", +" <+% { { { { { { { { % [+ N.( { { { { { { { { { { { { { { +.{ { { { { { { { { { % ( $ P. }+h }.5 '+'+'+|+7 { { { { { { { { { { { { { { { { +.f.I 8 { { { { { { { { { { { { { { { +.1+ ", +" 2+% { { { { { { { { % $. 3+% { { { { { { { { { { { { { { { +.4+I 8 e { % 8 r 5+[+' + 8 { { { { { { { { { { { { { f.+.{ { { { { { { { { { { { { { { { { ] N. ", +" /.% { { { { { { { { % t $+D t w.<.6+7+% { { { { { { { { { { { { { { { { +.k $.S 5 - @ *+ - % { { { { { { { { { { { +.{ { { { { { { { { { { { { { { { { 8 O.T. ", +" ~.{ { { { { { { { { % s 8 % % s [ 8+{ { { { { { { { { { { { { { { { { P ^ F e { { { { { { { { +.+.{ { { { { { { { { { { { { { { { ^ 9+ ", +" _.e { { { { { { { { { { { { { { { f.{ { { { { { { { { { { { { { { % E Z w.} % { { { { { { { { { { { { { { { { { { { { { { { { { < 6 H.P.P.N W. ", +" 0+% { { { { { { { { { { { { { { +.{ { { { { { { { { { { { { { e 2 ~+ #+a+% { { { { { { +.{ { { { { { { { { { { { { { { { e.b+ 0+{ { { { { ( P ", +" 6.$ / { { { { { { { { { { { { +.{ { { { { { { { { { { { { ( N /.< c+F 2.% { d+{ { { { { { { { { { { { { { { { % @. - e { { { { { { [ 6. ", +" e+e { { { { { { { { { { { +.{ { { { { { { { { { { s 0 W. 7 f+@ g+{ { { { { { { { { { { { { { { { { E N.h+{ { { { { { { { % M ", +" i+U [+9 ]+ j+] { { { { { { { { { { { { { f.{ { { { { { { { e n Z. k+{ { { { { { { { { { { { { { { { { % {+ C.% { { { { { { { { 8 l+ ", +" Z.+.8 % % [ O.D } { { { { { { { { { { { { { { { f.+.m+/ ~ F 1 0+`.n+ o+p+p+q+ h.% { { { { { { { { { { { { { { { [ 0.V.<+X.D. 6.% { { { { { { { { % t ", +" N s { { { { { { F i _.{ { { { { { { { { { { { { { { { e _. r+ s+s+t+t+s+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+s+s+s+u+u+u+p+q+ k.% { { { { { { { { { { { { +.+.+.( +.% % % ( 0+/ { { { { { { { { { % v+ ", +" W.( { { { { { { { { F ^ { { { { { { { { { { { { { { { { 8 /. w+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+x+p+y+ P { { { { { { { { { { { f.{ { { { { { { { { { { { { { { { { { { { [ 2+ ", +" N { { { { { { { { { % z+ A+{ { { { { { { { { { { { { { { { 1 B+C+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+D+E+ R F { { { { { { { { +.{ { { { { { { { { { { { { { { { { { { { { a+F+ ", +" P.{ { { { { { { { { e ,. G+H+I+j.i 1 { { { { { { { { { { { { { { { % X. t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+s+u+J+y+ 7 5 % { { { { { { f.{ { { { { { { { { { { { { { { { { { { { ( >. ", +" P.{ { { { { { { { { { d._.( ( K+K+] +.{ { { { { { { { { { { { { { r T. L+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+M+N+ M d.8 { { { { { f.{ { { { { { { { { { { { { { { { { e % /+i ", +" _.{ { { { { { { { { { % % { { { { { +.{ { { { { { { { { { { { { / V. t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+w+t+O+ P+H.E % % % 4+{ { { { { { { { { { { { { { { % h.b+H+ ", +" Q+{ { { { { { { { { { { { { { { { { +.{ { { { { { { { { { { 8 5 R+ t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+p+y+ D V.S+b { { { { { { { { { { { { { { { e - ", +" $ e { { { { { { { { { { { { { { { +.{ { { { { { { { { { % , w+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+x+ T+{ { { { { { { { { { { { { { { { ( U+ ", +" V+T F % % { { { { { { { { { { { { { f.{ { { { { { e e $ $. t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+w+W+ =.% { { { { { { { { { { { { { { { ( *+ X+Y+Z+ ", +" V C.6.O.{ { { { { { { { { { { { { +.+.+.n 2.+.G `+ t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+w+u+ 5 { { { { { { { { { { { { { { { ] Z. }./ % % % ( < @ ", +" 0+{ { { { { { { { { { { { { { { { 0 .@ t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t++@ k.{ { { { { { { { { { { { { { { ] D < e { { { { { { % X. ", +" ~ { { { { { { { { { { { { { { { { P t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+@@#@ ^ % { { { { { { { { { { { { { ] b+ Z.% { { { { { { { { ;. ", +" U % { { { { { { { { { { { { { { { { , t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+ o % { { { { { { { { { f.+.+.+.1 + ^ P E.$@ S { { { { { { { { { F /. ", +" : O 5+S , A. k 8 { { { { { { { { { { { { { { { %@ B+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+&@*@ < { { { { { { { { +.{ { { { { { { { { ] Q / { { { { { { { { { ( k. ", +" O I % { { % { =@ -@% { { { { { { { { { { { { { { ] ;@ t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+>@,@ '@} { { { { { { +.{ { { { { { { { { { { e { { { { { { { { { { ( t ", +" $ % { { { { { { ] /. )@e.{ { { { { { { { { { { { { { !@ t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+w+W+ @.] { { { { +.{ { { { { { { { { { { { { { { { { { { { { { F D. ", +" ~@{ { { { { { { { { 5+ k+( { { { { { { { { { { { { { N t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+w+ 3 r.{ { { +.{ { { { { { { { { { { { { { { { { { { { { { u. ", +" {@{ { { { { { { { { 8 ]@ V.W.$ % [ { { { { { { { { { { { { % $ ^@ /@t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+w+ d - H.4+{ { { { { { { { { { { { { { { { { { { { { ( D ", +" o { { { { { { { { { e (@< { % { { { +.{ { { { { { { { { { % R t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+w+ j +.{ { { { { { { { { { { { { { { { % 8 8 [ E D ", +" d { { { { { { { { { { { { { { { { { +.{ { { { { { { { { { 1. t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+w+ ( { { { { { { { { { { { { { { { % t 7 N./. ", +" w { { { { { { { { { { { { { { { { { { +.{ { { { { { % E _@ t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+w+:@ d.% { { { { { { { { { { { { { { [ <@ ", +" k ( { { { { { { { { { { { { { { { { { { +.+.+.[@}@Q !@U t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+w+|@ 6.{ { { { { { { { { { { { { { { % w. ", +" R % { { { { { { { { { { { { { { { { { { { { % #+ t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+w+1@ '+{ { { { { { { { { { { { { { % 2@ ", +" 3@E % % % { { { { { { { { { { { { { { { { % @ t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+w+4@ W.% { { { { { { { { { { { { { % !@ ", +" V.D.5@~ { { { { { { { { { { { { { { { % 6. /@t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+w+6@ k.8 { { { { { { { { { { { { s > 7@O 8@E.V. ", +" j ;.{ { { { { { { { { { { { { { { E t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+@@ (.{ { { { { { { { { { { { [ 9@ 5@e.{ { { { +.0@ ", +" a@F { { { { { { { { { { { { { { { H. C+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+@@ b@c@{ { { { { { { +.+.+.f.[@C i d@ =+( { { { { { { % , ", +" e@;.{ { { { { { { { { { { { { { 8 3 t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+@@ /.s { { { { { f.{ { { { { % % ] $ y.f@ + e { { { { { { { { g@ ", +" h@;.{ { { { { { { { { { { { { % } t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+@@ 3 I { { { +.{ { { { { { { { { { { ( 9 % { { { { { { { { % i@ ", +" O.{ { { { { { { { { { { { { O.5. t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+w+>@>@&@j@j@>@x+O+y+y+y+y+k@O+x+t+>@j@l@&@&@>@@@w+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+ R+1 8 e +.{ { { { { { { { { { { { % { { { { { { { { { % P. ", +" }.0+/ ( / P @. -+8 { { { { { { { { { { { ( $. B+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+@@l@m@n@o@p@q@r@s@t@u@v@w@x@x@x@y@z@A@B@C@D@E@F@G@H@I@,@J@K@m@j@&@w+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+w+L@ <+1.m+{ { { { { { { { { { { { { { { { { { { { { { % o ", +" f@M@{ { { { { { F g. g N@% { { { { { { { { { { { }. B+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+O@P@Q@ R@S@T@U@t+s+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+>@V@ E { { { { { { { { { { { { { { { { { { { { { { 8 k ", +" R e { { { { { { e - i < s % +.{ { { { { { { { { % W@ t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+w+&@L@X@Y@Z@ `@ #.#+#@#+@&@>@w+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+l@## 7.( { { { { { { { { { { { { { { { { { { { { { { F F. ", +" 3 { { { { { { { { { [ x ).1 % { { { +.+.{ { { { { { { % } t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+$#%#&#*# `@=#-#;#m@j@@@t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+m@># x.{ { { { { { { { { { { { { { { { { { { { { { w ", +" g@[ { { { { { { { { { & e { { { { { { f.{ { { { { { { w t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+u+,#'# )#!#u+s+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+w+k@ c+{ { { { { { { { { { { { { { { { { { { { { < ", +" h [ { { { { { { { { { { { { { { { { { { +.+.+.{ d+1.~# t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+>@{#]# ^#/#(#_#o@>@&@>@w+t+t+t+t+t+t+t+@@:# < { { { { { { { { { { { { { { { ~ 7 H.N 4.<# ", +" ;@{ { { { { { { { { { { { { { { { { { { { +.+.{ { D t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+w++#1@ [#}#|#1#2#m@3#K@$#$#m@D+4# 5#% { { { { { { { { { { { { { { ~ ", +" < { { { { { { { { { { { { { { { { { { { { { { % =+ t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+W+6# 7#8#9#F@0# ~.{ { { { { { { { { { { { { { 5+ ", +" @.{ { { { { { { { { { { { { { { { { { { { { { e W. t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+a# U s { { { { { { { { { { { { % k. ", +" ^ r { { { { { { { { { { { { { { { { { { { { F t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+K@b# %.e { { { { { { { { { { { s P+ ", +" c#F ( ( d#b { { { { { { { { { { { { { { { c+ t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+@#e# f#~.{ { { { { { { { { { { F ", +" g J. _.e { { { { { { { { { { { { { { 0 t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+g# G e { { { { +.+.+.+.+.I f ", +" w % { { { { { { { { { { { { { % 2+ t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+u+h# 2 % { { { +.{ { { { { ( 0 d i# ;@T '+^.$ 0 j# ", +" ]+8 { { { { { { { { { { { { { & t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+k@k# *.2 { { +.{ { { { { { { { { l#b@ *+5+{ { { { { 8 k. ", +" J.% { { { { { { { { { { { { % b+ m#t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+n# 3 P e.4+{ { { { { { { { { { % P. T % { { { { { { 8 } ", +" o % { { { { { { { { { { e ^ t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+w+o# k I { { { { { { { { { { { { y % { { { { { { { { ( =@ ", +" b@e.{ { { { { { { { { { ( p# C+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+>@q# d % { { { { { { { { { { { { { { { { { { { { { { { S. ", +" M.5@@. & { { { { { { { { { % f C+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+>@r# 0+e { { { { { { { { { { { { { { { { { { { { { { { k. ", +" } E { % { ^.s# Y+0 / f.{ { { { { { { { 8 P x+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+@@t# < e { { { { { { { { { { { { { { { { { { { { { { { } ", +" - { { { { { { % O X.2.{ { { f.{ { { { { { ] - x+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+J@ v % { { { { { { { { { { { { { { { { { { { { { { / u# ", +" 7.8 { { { { { { { / k+' v#{ { { { +.+.+.{ { +.~ -+ x+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+k@ D.[ { { { { { { { { { { { { { { { { { { { { { % P ", +" w#[ { { { { { { { { { & { { { { { { { { { +.{ { { Q x+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+p+x# y#s { { { { { { { { { { { { { { { % { { { { 8 0 ", +" l+8 { { { { { { { { { { { { { { { { { { { { { { { o. u+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+H@ $ { { { { { { { { { { { { { { $ S.( ( ( ( = ", +" z#8 { { { { { { { { { { { { { { { { { { { { { { { o. M+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+@# =@% { { { { { { { { { { { { { R }+0.i $+ ", +" g r { { { { { { { { { { { { { { { { { { { { { { { $ A#t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+&@B# C#F { { { { { { { { { { { { ( d. ", +" w % { { { { { { { { { { { { { { { { { { { { { { p D#t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+K@E# o.{ { { { { { { { { { { { / 1+ ", +" R.c@{ { { { { { { { { { { { { { { { { { { { { { _. t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+s+F# .+% { { { { { { { { { { % G ", +" -+2.e { { { 8 % { { { { { { { { { { { { { { % ]+ t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+q+G# & { { { { +.f.f.+.f.{ x.H# ", +" m.< ( ;.h+u#R e { { { { { { { { { { { { { % }+ t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+&@I# $+8 { { +.+.{ { { { I } ", +" -. w.% { { { { { { { { { { { { % - s+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+>@O+X@ d { { f.{ { { { { { 8 < V. ", +" f@s { { { { { { { { { { { { r h s+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+w+o+J# X G.+.{ { { { { { { { F d. h o.E y ). ", +" } % { { { { { { { { { { { (. u+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+w+t+J# K#+.{ { { { { { { { { { % l N.s { { { % o.a@ ", +" L#F { { { { { { { { { { { O O+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+w+w+u+W+ K e { { { { { { { { { { { { } k.s { { { { { % 1 a@ ", +" o { { { { { { { { { { E t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+s+x+u+2# 1 { { { { { { { { { { { { { ( { { { { { { { { % o. ", +" 6 F { { { { { { { { { t t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+s+q+ '+{ { { { { { { { { { { { { { { { { { { { { { { 8 /. ", +" $.c++.+.{ { { { { { E a. x+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+/@p+M# $ { { { { { { { { { { { { { { { { { { { { { { { 2.l ", +" N#^.$ 5 ` O#( { { +.+.{ { { +.f.k. t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+s+u+D#y+ $ { { { { { { { { { { { { { { { { { { { { { { { % C ", +" P#1 % { { { % $. 9 { { { { { { f.+.f.+.{ i.Q# t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+p+o@ E { { { { { { { { { { { { { { { { { { { { { { { 8 e@ ", +" a E % { { { { { r 6.L./ { { { { { { { { { { { [ /. k@t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+u+k@n# - { { { { { { { { { { { { { { { { { { { { { { % N ", +" $ { { { { { { { { { ~.{ { { { { { { { { { { { % R t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+s+x++@ 7 % { { { { { { { { { { { { { { % { { { { { { c@T. ", +" L.F { { { { { { { { { { { { { { { { { { { { { { e < p+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+o+ A.% { { { { { { { { { { { { e 0+V ( { { { { r.c# ", +" }.{ { { { { { { { { { { { { { { { { { { { { { { e Q R#t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+w+t+p+;# x.{ { { { { { { { { { { { [ U h R S#d T#^+ ", +" } ] { { { { { { { { { { { { { { { { { { { { { { % - /@t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+s+u+W+ w.8 { { { { { { { { { { { 5 ", +" r.{ { { { { { { { { { { { { { { { { { { { { { % k. w+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+w+u+ U#% { { { { { { { { { { { V# ", +" v % { { { { { { { { { { { { { { { { { { { { { % $. q+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+w+p+W# o % { { +.+.f.+.+.{ { 5 ", +" 0+% { { { { { e { { { { { { { { { { { { { { s b. x+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+x+O+ W.F { +.+.{ { { { +.d+q ", +" 0 ( { { { / X#F { { { { { { { { { { { { { 8 Y# J@t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+B+W+ o { f.{ { { { { { [@Z# ", +" `#{@z K Z. R % { { { { { { { { { { { { O. E+w+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+ $ .$O.{ { { { { { { { % d ", +" +${ { { { { { { { { { { { e .+ s+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+x+@$ o.{ { { { { { { { { { { O ", +" )@% { { { { { { { { { { { =. x+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+w+p+ E { { { { { { { { { { { r b+ #$V.f =@x ", +" N { { { { { { { { { { 5 $$w+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+%$ a.{ { { { { { { { { { { { { F j+V ~ [ % % 8 w ", +" &${ { { { { { { { s V. *$&@t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+=$ 6.2.{ { { { { { { { { { { { { 5 { { { { { { e 5 ", +" d.I { { { { { { +.$. -$x+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+w+ 6.% { { { { { { { { { { { { { { { { { { { { { { {@ ", +" k.{ { f.+.{ { { +.+.F k g#s+w+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+x+;$ 5#2.{ { { { { { { { { { { { { { { { { { { { { { { g@", +" 6.{ { { { { +.f.+.{ { { |+ O+w+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+>$ !@e { { { { { { { { { { { { { { { { { { { { { { [ ]+", +" R+a.3@)@ f@s { { { { { { { { { { { c+ @#t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+w+,$ $.2.{ { { { { { { { { { { { { { { { { { { { { { [ ]+", +" -+- s % % [ / W.U+c+{ { { { { { { { { { { { F '$u+@@t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+s+P@ 6.% { { { { { { { { { { { { { { { { { { { { { { ] > ", +" c@{ { { { { { ] < ( { { { { { { { { { { { { { [+ )$>@t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+ 7 e { { { { { { { { { { { { { { { { { { { { { { o ", +" .+{ { { { { { { { { { { { { { { { { { { { { { 2.6. !$O+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+~$ S#{ { { { { { { { { { { { { ( o.{ { { { { { { / >. ", +"{$~ { { { { { { { { { { { { { { { { { { { { { { % 6. ]$M#l@t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+!# F { { { { { { { { { { { { 1 v.6.F [ % % s < D ", +"> s { { { { { { { { { { { { { { { { { { { { { { e 7+ ^$w+w+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+/$ c+{ { { { { { { { { { { v#~+ ($,.}._$2+ ", +"@+s { { { { { { { { { { { { { { { { { { { { { { e C >$k@t+w+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+w+J# :${ { { +.f.+.{ { { { { <# ", +"<$( { { { { { { { { { { { { { { { { { { { { { { 2.$. [$}$>@>@t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+l@|$ 1$~ +.+.{ { { +.+.{ { k. ", +" d e { { { { { { { { { { { { { { { { { { { { { % 6. 2$#@K@>@t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+s+ D [@{ { { { { { I l ", +" 5 e { { { { { { O.{ { { { { { { { { { { { { 2.5# 3$4$k@t+w+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+I@ U r { { { { { { { { T ", +" d % % % 8 2.L.> 5${ { { { { { { { { { { { { d 6$7$8$9$j@&@w+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+W# 5 { { { { { { { { { { }. ", +" Z &.v 6.@+ D.r { { { { { { { { { { { c@ u@q@O+K@&@w+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+w+0$ @.{ { { { { { { { { { { % Z. ", +" 9 { { { { { { { { { { { 0+ a$q#J#y+s+@@w+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+@@,@ C e { { { { { { { { { { { 2.f@ ", +" P.% { { { { { { { { h+b$ c$d$e$q#J@j@K@&@w+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+&@ 5 { { { { { { { { { { { { % + ^ C 7.h. ", +" Z 4+{ { { { { { +.{ &. f$8$%#j@&@w+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+j@G@ g$8 { { { { { { { { { { { { { F l / { { { ( < ", +" ~+h$+.{ { { { { +.{ F V i$j$@#n#O+w+w+w+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+w+k$ Q#s { { { { { { { { { { { { { { e { { { { { % < ", +" 1 e { +.+.+.+.+.{ { 2.k. l$m$*$n$o$K@&@w+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+@@ D 8 { { { { { { { { { { { { { { { { { { { { { % l ", +" O { { { { { { { { { { { 8 U# 6$-$p$$#>@w+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+:# d % { { { { { { { { { { { { { { { { { { { { { { / ", +" 1 { { { { { { { { { { { % ' S@q$L@O+@@w+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+r$ }.% { { { { { { { { { { { { { { { { { { { { { { ] K ", +" v z z k.<@ ).s { { { { { { { { { { { { ( 2$s$t$@@l@t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t++# 0 2.{ { { { { { { { { { { { { { { { { { { { { { { A+ ", +" u / { { { { F Z.1.% { { { { { { { { { { { { % )+ u$u+&@t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+O@ - % { { { { { { { { { { { { { { { { { { { { { { ( k. ", +" :+{ { { { { { % e { { { { { { { { { { { { { 2.$. b#k$p+w+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+o@v$ h.% { { { { { { { { { { { { ~.{ { { { { { { { { 1 ", +" k.8 { { { { { { { { { { { { { { { { { { { { { { 0+ w$x$&@t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+u+D@ ;@s { { { { { { { { { { { F @.6.s { { { { { e x.T. ", +" v.8 { { { { { { { { { { { { { { { { { { { { { { { p y$z$t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+&@A$ $@I { +.+.f.+.{ { { { { { &. ' % { { { e & 3 ", +" V % { { { { { { { { { { { { { { { { { { { { { { { $ n#t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+&@B$ o f.+.{ { { f.+.{ { ] ^ 6.& $ ^.k. ", +" t % { { { { { { { { { { { { { { { { { { { { { { { '+ W+w+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+&@C$ D$1 { { { { { { +.+.1 ' ", +" E$8 { { { { { { { { { { { { { { { { { { { { { { { $ t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+>@F$ `#{ { { { { { { { { h+6. ", +" '+% { { { { { { { { ~ { { { { { { { { { { { { { 1 w+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+>@G$ ^.{ { { { { { { { { { P. ", +" <@p e { { { { { 8 } } { { { { { { { { { { { { { - H$t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+>@I$ [+{ { { { { { { { { { { F j+ ", +" Z#1 % { { { s B. ~@% { { { { { { { { { { +.w# s+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+>@1# 1 { { { { { { { { { { { % G ", +" Z S 5 Q 3 l F { { { { { { { { +.J$K$ p+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+@@,@ j+r { { { { { { { { { { { { r 4 ", +" L$_.8 { { { { { { +.{ { .+ M$w+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+@@t$ _.% { { { { { { { { { { { { % N. N$ ", +" _@% { { { { +.+.{ { 8 Y# w+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+@@+# O$% { { { { { { { { { { { { { e _.Z & ;.( o.j ", +" & +.f.+.f.+.{ { { { { F w+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+>@P$ > % { { { { { { { { { { { { { { % [ { { { { 2.7 ", +" } % { { { { { { { { { { % d w+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+>@Q$ G { { { { { { { { { { { { { { { { { { { { { { O.R. ", +" R$/ { { { { { { { { { { { { '+ w+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+>@S$ ^.{ { { { { { { { { { { { { { { { { { { { { { % E. ", +" t ( { { { { { { { { { { { { F [+ t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+>@T$ $ { { { { { { { { { { { { { { { { { { { { { { { v#U$ ", +" m.U x }+ V${ { { { { { { { { { { { { % [+ t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+&@W$ '+{ { { { { { { { { { { { { { { { { { { { { { { 8 -@ ", +" l F ( ( ( X$o.{ { { { { { { { { { { { { { $ t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+&@Y$ $ { { { { { { { { { { { { { { { { { { { { { { { % 0@ ", +" _.8 { { { { % e { { { { { { { { { { { { { { Z$R. t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+l@`$ < { { { { +.{ { { { { { { { E { { { { { { { { { s q ", +" } 8 { { { { { { { { { { { { { { { { { { { { { 8 3+ p+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+>@]# D /+f.{ +.+.+.{ { { { { r o b@r.{ { { { { { { 8 d. ", +" #$/ { { { { { { { { { { { { { { { { { { { { { { % T# t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+O+ % ^ { { { { { { { f.{ { { % p. `.% { { { { { { 0 ", +" + ] { { { { { { { { { { { { { { { { { { { { { { { S t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+.%+% _.8 { { { { { { { { +./ 0 V. 7.^.{ % { E 1. ", +" R { { { { { { { { { { { { { { { { { { { { { { { e @% t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+_##% f % { { { { { { { { { / $.D !@ ", +" ^ { { { { { { { { { { { { { { { { { { { { { { { % {@ t+t+t+t+s+s+ t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+P$ !@F { { { { { { { { { { % Y. ", +" V ( { { { { { { { { e 1 { { { { { { { { { { { { I :. w+t+t+t+t+t+t+t+t+t+/@u+ $%t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+%% (@% { { { { { { { { { { % ^ ", +" } 8 { { { { { { % '+ k.% { { { { { { { { { { { ( - ]+ t+t+t+t+t+t+t+t+t+t+t+t+t+t+u+O+W+ t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+&% /.% { { { { { { { { { { { { [ *% ", +" ^ % { { { { { h+: U e { { { { { { { { { +.{ { / =% w+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+D# t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+-% & { { { { { { { { { { { { { 8 U ", +" _+0 c+& 1 H.;% >%w 0 ( { { { { +.+.{ { { % 2 t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+O+ t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t++@ :.% { { { { { { { { { { { { { % ^ ", +" k.% +.+.+.+.{ { { { { 2.N t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+u++@ t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+&@,% < { { { { { { { { { { { { { { e T A.J. ", +" m+{ { { { { { { { { { { ( 7 t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+W+ s+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+m@'% 2 { { { { { { { { { { { { { { { {.E ( ( F @ ", +" $@r { { { { { { { { { { { e - t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+w+t+E+ C+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+w+p+ F { { { { { { { { { { { { { { { { { { { { r ^ ", +" d.% { { { { { { { { { { { { s #+ t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+w+u+u+O+y+ t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+>@)% $.2.{ { { { { { { { { { { { { { { { { { { { { { .. ", +" +{ { { { { { { { { { { { { { /+ t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+u+!% s+~%t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+@@{% @ % { { { { { { { { { { { { { { { { { { { { { { < ", +" u.{ { { { { { { { { { { { { { e w. t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+B+x+x+~$p+u+~$u+u+u+u+s+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+{#]% -+{ +.+.+.{ { { { { { { { { { { { { { { { { { { +.k+ ", +" -+0 N < N.h+{ { { { { { { { { { { { { { { 0+ t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+T$ h - ~ +.+.+.+.{ { { { { { { { { { { { { { { { { { [ > ", +" P { { { { { { { { { { { { { { { { { { { { { c+ t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+w+^% h.{ { { { { { { +.{ { { { { { { d#{ { { { { { { { { [ g@ ", +" v { { { { { { { { { { { { { { { { { { { { { { F t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+>@1# C 8 { { { { { { { +.+.{ { { % 1 l+0.8 { { { { { { { { { 3 ", +" ]+/ { { { { { { { { { { { { { { { { { { { { { { ] 7. t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+>@1@ }.8 { { { { { { { { { +.% r Q /% H.e { { { { { { { } ", +" 0.[ { { { { { { { { { { { { { { { { { { { { { { / t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+>@-$ } { { { { { { { { { { { % (%1+ Q+F { { { { { { 8.j ", +" 7+% { { { { { { { { { { { { { { { { { { { { { { F + D. t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+W+_% N.F { { { { { { { { { { { % N. d@H./ F F 0+H.:% ", +" B.% { { { { { { { { { % { { { { { { { { { { { { f.e 8 $ 0. t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+w+## <%5 { { { { { { { { { { { { { / ", +" D 8 { { { { { { { { % f l#{ { { { { { { { { { { +.{ { { % P+ t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+w+M# &.% { { { { { { { { { { { { { ~.[% ", +" @+~ { { { { { { { e }% |%G $ ] % % { { { { { +.+.{ { { { s k t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+1% $@8 { { { { { { { { { { { { { { F *+ ", +" 9 % { { { { { { ( @ $.C.o +.f.f.+.+.{ { { { { { { / x t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+@@2% H.{ { { { { { { { { { { { { { { F x ", +" 3++.{ { { { % N. 3%[ { { { { { { { { { { { { 1 t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+4% 5 { { { { { { { { { { { { { { { F Y# ", +" D - 5+l M : s { { { { { { { { { { { { 8 R t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+>@@$5% Q+{ { { { { { { { { { { { { { { { ( -+6%)@ ", +" 6.8 { { { { { { { { { { { { { % <# p+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+>@4$7% 8%% { { { { { { { { { { { { { { { { % % % E v ", +" !@% { { { { { { { { { { { { { { $ t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+M#9% 0%% { { { { { { { { { { { { { { { { { { { { % + ", +" D 8 { { { { { { { { { { { { { { +.7 u+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+>@n#a% 7 H.& { f.f.+.{ { { { { { { { { { { { { { { { { { ( i ", +" R.s { { { { { { { { { { { { { { e R t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+&@x$b% k.^.% { { { { { { +.{ { { { { { { { { { { { { { { { { { R ", +" 0.w.-+r+% { { { { { { { { { { { { { { { +. c%t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+O@Z@ d%{ { { { { { { { { { +.{ { { { { { { { { { { { { { { { { d ", +" >.5 s 8 8 % { { { { { { { { { { { { { { { { e +$ J#t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+w+t+r$ L.% { { { { { { { { { { +.{ { { % { < k.{ { { { { { { { { { w ", +" ).( { { { { { { { { { { { { { { { { { { { { { n H.T O s+@@t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+@@+@e% T % { { { { { { { { { { { +.[ % & $.#+ v.8 { { { { { { { { { , ", +" h+{ { { { { { { { { { { { { { { { { { { { { { +.{ { { d#D. f%w+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+@@g%h% 1.{ { { { { { { { { { { { { +.T.7@ 1 { { { { { { { { { i% ", +" x F { { { { { { { { { { { { { { { { { { { { { { +.{ { { { ] `. j%@#s+&@w+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+w+j@O@k% ' { { { { { { { { { { { { { { % b+ ]+] { { { { { { % 1 ", +" L.( { { { { { { { { { { { { { { { { { { { { { { +.{ { { { { { N l% m%P@L@m@&@t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+j@%#n%o% ]+] { { { { { { { { { { { { { { % /. $.{ % { { % [ 7. ", +" p%( { { { { { { { { { / q%{ { { { { { { { { { f.{ { { { { { { { < r%s%q+s+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+s+t%u% E { { { { { { { { { { { { { { { 8 R+ g h.F +., : ", +" E$F { { { { { { { { { $ :.G _.^ 4.5 +.+.+.+.{ { { { { { { { { % d. v%w%@#t+&@>@t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+&@s+x%y%z% @.e { { { { { { { { { { { { { { { % D. ", +" x.{ { { { { { { { % 5# l+] +.{ { { { { { { { { { { { % A+ A%2%t#t+K@&@w+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+@@K@s+g#B%C% - { { { { { { { { { { { { { { { { { D% ", +" x 8 { { { { { { e 0+ E%] { { { { { { { { { { { { { { { l F%G%;#x+s+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+s+u+H%I% j H.{ { { { { { { { { { { { { { { { $ ", +" L$0 ~ 8 8 % ;.= b+K+{ { { { { { { { { { { { { { { E J%K%x%J#@@&@>@w+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+w+>@l@>@J#I#L%M% 6.o ( { /++.+.+.{ { { { { { { { { { { { { h+$.8%g. ", +" `+;@/.Z+ q ( { { { { { { { { { { { { { { { % V N%u@O%P%o@m@K@j@>@w+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+>@j@K@m@W+Q%R%E#S%T% U%o.{ % { { { { { { f.{ { { { { { { { { { { { { % % F V% ", +" W%( { { { { { { { { { { { { { { { { X% Y%R%Z%`%p+u+x+x+s+s+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+t+s+x+x+u+u+p$q$ &.&+& _.% { { { { { { { { { { +.{ { { { { { { { { { { { { { { !.< ", +" = % { { { { { { { { { { { { { { { h+#+V.=. @&#&s@$&%&t%]$j$;$q$>$#@&&&&&&x$n$n$n$n$_#&&t$V@*&p@=&q#j$]$-&;&>&,&'&)& R+5 % { { { { { { { { { { { +.{ { { { { { { { { { { { { { { { { 7 ", +" !&-+~&% { { { { { { { { { { { { { { { 4+% % { p - j+ {&]&]&]&]&e#^& 0./ { { { { { { { { { { { { { +.+.{ { { { e % { { { { { { { { { { N ", +" /&(&% { { { { { { { { { { { { { { { { { { +.{ { { { { 8 w #$s { { { { { { { { { { { { { { +.] ] ] ( ( 8@(@{ { { { { { { { { { 7. ", +" 5@F { { { { { { { { { { { { { { { { { { { { f.{ { { { { { % 5 N. Z I { { { { { { { { { { { { { { { 1 l+D )@_&O$ /&e { { { { { { { { { P. ", +" c@{ { { { { { { { { { { { { { { { { { { { { +.{ { { { { { { { F }. 1 { { { { { { { { { { { { { { { { _. *.% { { { { { { { { { Y ", +" 0.s { { { { { { { { { { { { { { { { { { { { +.{ { { { { { { { { { { P I+% { { { { { { { { { { { { { { { { ^ F { { { { { { { { ( =@ ", +" &.% { { { { { { { { { / 0+] % 8 % % { +.+.+.{ { { { { { { { { { { { 8 (@ P. + e { { { { { { { { { { { { { { { { N 3+F { { { { { { [ P ", +" r+% { { { { { { { { % 7 /.2+;@b+]+[ { { { { { { { { { { { { { { { % v 6.0 1 ;.( E h$+.+.{ { { { { { { { { { { { { { { E. D (&[ % % 8 % =. ", +" j#8 { { { { { { { { % V. I { { { { { { { { { { { { { { { { { ;@ U & % { { { { { { { { f.{ { { { { { { { { { { { { { :. :&k h., 3+m. ", +" A.% { { { { { { { { F 7 5+{ { { { { { { { { { { { { { { { { T -+5@=@ <&P s { { { { { { { { { { { +.{ { { { { { { { { { { { (. ", +" -+[ { { { { { { e - !@% { { { { { { { { { { { { { { { { ~ { % +.F c+0 x ^ F e { { { { { { { { { { { { f.{ { { { { { { { { { { { / '+,. ", +" g+( { { { { { I.[& V.+.{ { { { { { { { { { { { { { { { +.{ { { { { { % E 2+ *.I.% { { { { { { { { { { { { { { +.{ { { { { { { { { { { { { { % - ", +" $.G 7.P.N V < { { { { { { { { { { { { { { { { +.+.{ { { { { { { % w ' b$ +% { { { { { { { { { { { { { { { f.{ { { { { { { { { { { { { { { e }. ", +" A.k.{ { { { { { { { { { { { { { { { +.+.{ { { { { { { { 2.F w P { { { { { { { { { { { { { { { { { 8+[ s % % % [ % { { { { { { { { { / ", +" k }&8 { { { { { { { { { { { { { { { { { +.{ { { { { { { { { { { % }. z+u#_$0 0+[+3 { { { { { { { { { { { { { { { { { % d.g |&7 7 W.P+N@% { { { { { { { { % 2+ ", +" p#( e { { { { { { { { { { { { { { { { +.f.{ { { { { { { { { { { { { 8 }. @...|+s [ % 2.e % I 1&+.{ { { { { { { { { { { { { { { % V. -+8 { { { { { { { { 8 ;@ ", +" 2&{ { { { { { { { { { { { { { { { % % +.+.{ { { { { { { { { { { { { { { { f#X%$ o.$ 5 } ++[. L.o.F % { { { { { { { { { { +.{ { { { { { { { { { { { { { ] p# w.8 { { { { { { { { 8 k ", +" t % { { { { { { { { { ( F F F ;.~.g.3&% { { { { { { { { { { { { { { { { { d+{ { { { { { % % v : U#^.% { { { { { { { { { { { { { +.+.{ { { { { { { { { { { { { $ h s { { { { { { { { ( W. ", +" & { { { { { { { { { % 6.++x *+J. ]@r { { { { { { { { { { { { { { { { { +.{ { { { { { { { % r 1 .. L.8 { { { { { { { { { { { { { { { { +.{ { { { { { { { { { { { { N O.{ { { { { { { { < ", +" 8.{ { { { { { { { { % I+ < { { { { { { { { { { { { { { { { { +.{ { { { { { { { { { { { 5 [+ A.w.< & y '+o.1 _.)+/.{ { { { { { { { { { { { { { { { { { +.{ { { { { { { { { { { { ( 4& 5@K+{ { { { { { % V. ", +" &.% { { { { { { { { % V. V.% { { { { { { { { { { { { { { { { { { { { { { { { { { { { { { { o $@Z+P.&+< N 9 -+a@q 5&$.6&% % { { { { { { { +.(.{ { { { { { { { { { { { { { { { { { +.{ { { { { { { { { { { % f U u.F ( ( F / /. ", +" ++8 { { { { { { { { E 1 { { { { { { { { { { { { { { { { +.{ { { { { { { { { { { { { { 5 o I s % !.e % % 8 s % (.C $. d 7 5@L.C !@5#7 d. U.o % % { { { { { { { { { { { { +.{ { { { { { { { { { { { { { { { { I { { { { { { { { { { { { % _.6. I+h.f /. ", +" o % { { { { { { % 3@ ).e { { { { { { { { { { { { { { { +.{ { { { { { { { { { { { { { { f.{ { { { { { { { { { { e { 5 ). k Q c+~.{ e % e e 2.% 2.] E < @+&.F 2.{ { { { { { { { { { { { { { { +.{ { { { { { { { { { { { { { { ~ k.7&[ % { { { { { { { { { { e ( w. ", +" y { { { { { K+R x O.{ { { { { { { { { { { { { { f.{ { { { { { { { { { { { { { { { +.+.{ { { { { { { { { { { { { r ` F { { { { { { { { { { { { { { & { { { { { { { { { { { { { { { { { { { f.{ { { { { { { { { { { { { { 0+ h v h+( ( { { { { { { { { { % 8& ", +" R o 7..+w )@ V P 8 { { { { { { { { { { { % 8 / +.{ { { { { { { { { { { { { { { { { { f.{ { { { { { { { { { { { { { d++.{ { { { { { { { { { { { { { { +.+.{ { { { { { { { { { { { { { { { { f.{ { { { { { { { { { { { { { ~& w.{ { { { { { { { { { , ", +" 7 F e { { { { { { { { !.% 8 [ d%x / { { { { { { { { { { { { { { { { { { f.{ { { { { { { { { { { { { { { +.{ { { { { { { { { { { { { { { { +.+.{ { { { { { { { { { { { { { { { +.{ { { { { { { { { { { { { I 9& < { { { { { { { { { { G. ", +" P { { { { { { { { { & _.^ j.v. 4.{ { { { { { { { { { { { { { { { { { f.{ { { { { { { { { { { { { { { { +.{ { { { { { { { { { { { { { { { +.{ { { { { { { { { { { { { { { { f.{ { { { { { { { { { { { % /% A+{ { { { { { { { { { W@ ", +" O.{ { { { { { { { { / ).% { { { { { { { { { { { { { { { { +.{ { { { { { { { { { { { { { { { { f.{ { { { { { { { { { { { { { { { +.{ { { { { { { { { { { { { { { I +.{ { { { { { { { { { { { w - { { { { { { { { { { U% ", +" ( { { { { { { { { { ( )+ X.v#{ { { { { { { { { { { { { { +.+.{ { { { { { { { { { { { { { { { { +.{ { { { { { { { { { { { { { { { f.{ { { { { { { { { { { { { { 8 Y O.% { { { { { { { { { { 1 5#{ { { { { { { { { +.A. ", +" / { { { { { { { { { ( j 9 { { { { { { { { { { { { { F +.{ { { { { { { { { { { { { { { { { +.{ { { { { { { { { { { { { { { { { +.{ { { { { { { { { { { { { { < 0&+ / ( { { { { { { { { e 0+Q# < { { { { { { { % D ", +" o.{ { { { { { { { { ~ x E { { { { { { { { { % ( k.5@@%{ { { { { { { { { { { { { { { { { +.{ { { { { { { { { { { { { { { { +.{ { { { { { { { { { { { { { F l+ |%a&v < e { { { { { { % E ;@ w u.[ % % % { 7. ", +" + { { { { { { { { r @ O r.{ { { { { { { e % v#} b& !@( { { { { { { { { { { { { { { { I +.{ { { { { { { { { { { { { { { 1&d+e { { { { { { { { { { { { % y. t % { { { { { { { { H. b@R+`#d g.<@ ", +" @%e { { { { { { } ' % { { { { { { { % N d *. ^ { { { { { { { { { { { { { { < ~&{ { { { { { { { { { { { { { { % c&d&$ { { { { { { { { { { { { N n+( { { { { { { { { { y ", +" {+^ { 8 [ { Q C p { { { { { { { { [ h C x.{ { { { { { { { { { % _. P.{ { { { { { { { { { { { { { L. [+1 [ e { { { { { { ( N x ( { { { { { { { { { E ", +" 3 Z 0.T. [+{ { { { { { { { { { {. <#/ { { { { { { { % { -+ <#s { { { { { { { { { { r ' i Q { { { { { { { k. l+( { { { { { { { { { c+ ", +" 6.% { { { { { { { { { F J. 5@{ { { { { { { F S.+$ q +( { { { { { { { F e& `+% { { { { { { [ `. 9+F { { { { { { { { { 0 ", +" =@{ { { { { { { { { { ( f& $.v#{ { { { { { e = n+X%{ { { { { { :+g& h&F { { { { { { { { r x } 8 { { { { { { { % D ", +" 5 { { { { { { { { { o. ` % { { { { { { { { / j. 6.] { { { { { { { C S.{ { { { { { { { { { i& 0 % { { { { { 8 } ", +" + { { { { { { { { % w# 8.{ { { { { { { { { { } / { { { { { { { { 2.b. d { { { { { { { { { { p N / { { { ( }. ", +" 0 8 { { { { % / w. 2 { { { { { { { { { { C D.s { { { { { { { { 8 -+ d { { { { { { { { { { 1 :.+ w V$j& ", +" 7.8 % 8 r E.R. ^.{ { { { { { { { { { o } % { { { { { { { { % } v { { { { { { { { { % i ", +" <.V.z#K# o % { { { { { { { { ( k& , % { { { { { { { { % ' 0.c@{ { { { { { { e c+ ", +" p % { { { { { { % < 2+s { { { { { { { { 8 b@ l&E 8 { { { { % ^.@+ ", +" b@5 { { { { { 8 - - { { { { { { { { ^ 7.8 % e 8 I.g& ", +" ;@c+( { { / l -+E e { { { { e E {+@.E.). ", +" f R N k d ( [ s K+d ", +" P+b@3 #$ "}; diff --git a/products/sarl-dsl/io.sarl.lang.sarl-dsl.product b/products/sarl-dsl/io.sarl.lang.sarl-dsl.product index 166cd634c4..a9ad4c76ea 100644 --- a/products/sarl-dsl/io.sarl.lang.sarl-dsl.product +++ b/products/sarl-dsl/io.sarl.lang.sarl-dsl.product @@ -1,7 +1,14 @@ - + + + + + + %about.general.text + + @@ -16,14 +23,18 @@ - + - + + + + @@ -35,6 +46,213 @@ org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8 + + http://www.apache.org/licenses/LICENSE-2.0.html + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright 2014 Sebastian RODRIGUEZ, Nicolas GAUD, Stéphane GALLAND. + + 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. + + + diff --git a/products/sarl-dsl/rootfiles/linux/eclipse-sarl-dsl-archlinux.sh b/products/sarl-dsl/rootfiles/linux/eclipse-archlinux.sh similarity index 85% rename from products/sarl-dsl/rootfiles/linux/eclipse-sarl-dsl-archlinux.sh rename to products/sarl-dsl/rootfiles/linux/eclipse-archlinux.sh index bab95892f8..ec14ff3cc6 100755 --- a/products/sarl-dsl/rootfiles/linux/eclipse-sarl-dsl-archlinux.sh +++ b/products/sarl-dsl/rootfiles/linux/eclipse-archlinux.sh @@ -25,5 +25,5 @@ then . "$HOME/.eclipserc" fi -echo "Launching SARL IDE ${project.version}" -exec "$CDIR/eclipse-sarl-dsl" $VMARGS "$@" +echo "Launching Eclipse-DSL for SARL Developers ${project.version}" +exec "$CDIR/eclipse" $VMARGS "$@" diff --git a/products/sarl-dsl/rootfiles/linux/eclipse-sarl-dsl-ubuntu.sh b/products/sarl-dsl/rootfiles/linux/eclipse-ubuntu.sh similarity index 88% rename from products/sarl-dsl/rootfiles/linux/eclipse-sarl-dsl-ubuntu.sh rename to products/sarl-dsl/rootfiles/linux/eclipse-ubuntu.sh index b205604e46..1c954e99f1 100755 --- a/products/sarl-dsl/rootfiles/linux/eclipse-sarl-dsl-ubuntu.sh +++ b/products/sarl-dsl/rootfiles/linux/eclipse-ubuntu.sh @@ -34,4 +34,5 @@ then . "$HOME/.eclipserc" fi -exec "$CDIR/eclipse-sarl-dsl" $VMARGS "$@" +echo "Launching Eclipse-DSL for SARL Developers ${project.version}" +exec "$CDIR/eclipse" $VMARGS "$@"