diff --git a/conf/README b/conf/README.md similarity index 79% rename from conf/README rename to conf/README.md index e1e21f2031..058b46f4d4 100644 --- a/conf/README +++ b/conf/README.md @@ -1,7 +1,7 @@ Execute following command in ROOT directory when anything is changed: -$ go-bindata -o=modules/bindata/bindata.go -ignore="\\.DS_Store|README" -pkg=bindata conf/... +$ go-bindata -o=modules/bindata/bindata.go -ignore="\\.DS_Store|README.md" -pkg=bindata conf/... Add -debug flag to make life easier in development(somehow isn't working): -$ go-bindata -debug -o=modules/bindata/bindata.go -ignore="\\.DS_Store|README" -pkg=bindata conf/... \ No newline at end of file +$ go-bindata -debug -o=modules/bindata/bindata.go -ignore="\\.DS_Store|README.md" -pkg=bindata conf/... \ No newline at end of file diff --git a/conf/gitignore/Actionscript b/conf/gitignore/Actionscript new file mode 100644 index 0000000000..f112f7fb78 --- /dev/null +++ b/conf/gitignore/Actionscript @@ -0,0 +1,11 @@ +# Build and Release Folders +bin/ +bin-debug/ +bin-release/ + +# Other files and folders +.settings/ + +# Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties` +# should NOT be excluded as they contain compiler settings and other important +# information for Eclipse / Flash Builder. diff --git a/conf/gitignore/Ada b/conf/gitignore/Ada new file mode 100644 index 0000000000..b4d703968a --- /dev/null +++ b/conf/gitignore/Ada @@ -0,0 +1,5 @@ +# Object file +*.o + +# Ada Library Information +*.ali diff --git a/conf/gitignore/Agda b/conf/gitignore/Agda new file mode 100644 index 0000000000..171a38976c --- /dev/null +++ b/conf/gitignore/Agda @@ -0,0 +1 @@ +*.agdai diff --git a/conf/gitignore/Android b/conf/gitignore/Android index 64d3c9769c..c9c2248a6a 100644 --- a/conf/gitignore/Android +++ b/conf/gitignore/Android @@ -21,3 +21,12 @@ local.properties # Proguard folder generated by Eclipse proguard/ + +# Log Files +*.log + +# Android Studio Navigation editor temp files +.navigation/ + +# Android Studio captures folder +captures/ diff --git a/conf/gitignore/Anjuta b/conf/gitignore/Anjuta new file mode 100644 index 0000000000..20dd42c53e --- /dev/null +++ b/conf/gitignore/Anjuta @@ -0,0 +1,3 @@ +# Local configuration folder and symbol database +/.anjuta/ +/.anjuta_sym_db.db diff --git a/conf/gitignore/AppEngine b/conf/gitignore/AppEngine new file mode 100644 index 0000000000..6227345453 --- /dev/null +++ b/conf/gitignore/AppEngine @@ -0,0 +1,2 @@ +# Google App Engine generated folder +appengine-generated/ diff --git a/conf/gitignore/AppceleratorTitanium b/conf/gitignore/AppceleratorTitanium new file mode 100644 index 0000000000..3abea55976 --- /dev/null +++ b/conf/gitignore/AppceleratorTitanium @@ -0,0 +1,3 @@ +# Build folder and log file +build/ +build.log diff --git a/conf/gitignore/ArchLinuxPackages b/conf/gitignore/ArchLinuxPackages new file mode 100644 index 0000000000..b73905529f --- /dev/null +++ b/conf/gitignore/ArchLinuxPackages @@ -0,0 +1,13 @@ +*.tar +*.tar.* +*.jar +*.exe +*.msi +*.zip +*.tgz +*.log +*.log.* +*.sig + +pkg/ +src/ diff --git a/conf/gitignore/Archives b/conf/gitignore/Archives new file mode 100644 index 0000000000..e9eda68baf --- /dev/null +++ b/conf/gitignore/Archives @@ -0,0 +1,27 @@ +# It's better to unpack these files and commit the raw source because +# git has its own built in compression methods. +*.7z +*.jar +*.rar +*.zip +*.gz +*.bzip +*.bz2 +*.xz +*.lzma +*.cab + +#packing-only formats +*.iso +*.tar + +#package management formats +*.dmg +*.xpi +*.gem +*.egg +*.deb +*.rpm +*.msi +*.msm +*.msp diff --git a/conf/gitignore/Autotools b/conf/gitignore/Autotools new file mode 100644 index 0000000000..053ff52ff3 --- /dev/null +++ b/conf/gitignore/Autotools @@ -0,0 +1,14 @@ +# http://www.gnu.org/software/automake + +Makefile.in + +# http://www.gnu.org/software/autoconf + +/autom4te.cache +/aclocal.m4 +/compile +/configure +/depcomp +/install-sh +/missing +/stamp-h1 diff --git a/conf/gitignore/BricxCC b/conf/gitignore/BricxCC new file mode 100644 index 0000000000..c1d16a46c9 --- /dev/null +++ b/conf/gitignore/BricxCC @@ -0,0 +1,4 @@ +# Bricx Command Center IDE +# http://bricxcc.sourceforge.net +*.bak +*.sym diff --git a/conf/gitignore/C b/conf/gitignore/C index 9fa3b1bf7d..bbf313b259 100644 --- a/conf/gitignore/C +++ b/conf/gitignore/C @@ -1,10 +1,18 @@ # Object files *.o *.ko +*.obj +*.elf + +# Precompiled Headers +*.gch +*.pch # Libraries *.lib *.a +*.la +*.lo # Shared objects (inc. Windows DLLs) *.dll @@ -16,3 +24,9 @@ *.exe *.out *.app +*.i*86 +*.x86_64 +*.hex + +# Debug files +*.dSYM/ diff --git a/conf/gitignore/C++ b/conf/gitignore/C++ index 620d3dc8a4..b8bd0267bd 100644 --- a/conf/gitignore/C++ +++ b/conf/gitignore/C++ @@ -2,12 +2,27 @@ *.slo *.lo *.o +*.obj + +# Precompiled Headers +*.gch +*.pch # Compiled Dynamic libraries *.so *.dylib +*.dll + +# Fortran module files +*.mod # Compiled Static libraries *.lai *.la *.a +*.lib + +# Executables +*.exe +*.out +*.app diff --git a/conf/gitignore/CFWheels b/conf/gitignore/CFWheels new file mode 100644 index 0000000000..f2fec34ff8 --- /dev/null +++ b/conf/gitignore/CFWheels @@ -0,0 +1,12 @@ +# unpacked plugin folders +plugins/**/* + +# files directory where uploads go +files + +# DBMigrate plugin: generated SQL +db/sql + +# AssetBundler plugin: generated bundles +javascripts/bundles +stylesheets/bundles diff --git a/conf/gitignore/CMake b/conf/gitignore/CMake new file mode 100644 index 0000000000..b558e9afa6 --- /dev/null +++ b/conf/gitignore/CMake @@ -0,0 +1,6 @@ +CMakeCache.txt +CMakeFiles +CMakeScripts +Makefile +cmake_install.cmake +install_manifest.txt diff --git a/conf/gitignore/CUDA b/conf/gitignore/CUDA new file mode 100644 index 0000000000..cb385db83f --- /dev/null +++ b/conf/gitignore/CUDA @@ -0,0 +1,6 @@ +*.i +*.ii +*.gpu +*.ptx +*.cubin +*.fatbin diff --git a/conf/gitignore/CVS b/conf/gitignore/CVS new file mode 100644 index 0000000000..01ba863484 --- /dev/null +++ b/conf/gitignore/CVS @@ -0,0 +1,4 @@ +/CVS/* +*/CVS/* +.cvsignore +*/.cvsignore diff --git a/conf/gitignore/PHP CakePHP b/conf/gitignore/CakePHP similarity index 100% rename from conf/gitignore/PHP CakePHP rename to conf/gitignore/CakePHP diff --git a/conf/gitignore/ChefCookbook b/conf/gitignore/ChefCookbook new file mode 100644 index 0000000000..5ee7b7a9a1 --- /dev/null +++ b/conf/gitignore/ChefCookbook @@ -0,0 +1,9 @@ +.vagrant +/cookbooks + +# Bundler +bin/* +.bundle/* + +.kitchen/ +.kitchen.local.yml diff --git a/conf/gitignore/Clojure.gitignore b/conf/gitignore/Clojure.gitignore new file mode 120000 index 0000000000..7657a270c4 --- /dev/null +++ b/conf/gitignore/Clojure.gitignore @@ -0,0 +1 @@ +Leiningen.gitignore \ No newline at end of file diff --git a/conf/gitignore/Cloud9 b/conf/gitignore/Cloud9 new file mode 100644 index 0000000000..3f4384df50 --- /dev/null +++ b/conf/gitignore/Cloud9 @@ -0,0 +1,3 @@ +# Cloud9 IDE - http://c9.io +.c9revisions +.c9 diff --git a/conf/gitignore/CodeIgniter b/conf/gitignore/CodeIgniter new file mode 100644 index 0000000000..0f77d9e1d1 --- /dev/null +++ b/conf/gitignore/CodeIgniter @@ -0,0 +1,6 @@ +*/config/development +*/logs/log-*.php +!*/logs/index.html +*/cache/* +!*/cache/index.html +!*/cache/.htaccess diff --git a/conf/gitignore/CodeKit b/conf/gitignore/CodeKit new file mode 100644 index 0000000000..bd9e67fcca --- /dev/null +++ b/conf/gitignore/CodeKit @@ -0,0 +1,3 @@ +# General CodeKit files to ignore +config.codekit +/min diff --git a/conf/gitignore/CommonLisp b/conf/gitignore/CommonLisp new file mode 100644 index 0000000000..4806e580b6 --- /dev/null +++ b/conf/gitignore/CommonLisp @@ -0,0 +1,3 @@ +*.FASL +*.fasl +*.lisp-temp diff --git a/conf/gitignore/Composer b/conf/gitignore/Composer new file mode 100644 index 0000000000..3a693c92d7 --- /dev/null +++ b/conf/gitignore/Composer @@ -0,0 +1,6 @@ +composer.phar +vendor/ + +# Commit your application's lock file http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file +# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file +# composer.lock diff --git a/conf/gitignore/Concrete5 b/conf/gitignore/Concrete5 new file mode 100644 index 0000000000..9aa215ad62 --- /dev/null +++ b/conf/gitignore/Concrete5 @@ -0,0 +1,3 @@ +config/site.php +files/cache/* +files/tmp/* diff --git a/conf/gitignore/Coq b/conf/gitignore/Coq new file mode 100644 index 0000000000..d3083b3a60 --- /dev/null +++ b/conf/gitignore/Coq @@ -0,0 +1,3 @@ +*.vo +*.glob +*.v.d diff --git a/conf/gitignore/CraftCMS b/conf/gitignore/CraftCMS new file mode 100644 index 0000000000..a70d4772c4 --- /dev/null +++ b/conf/gitignore/CraftCMS @@ -0,0 +1,3 @@ +# Craft Storage (cache) [http://buildwithcraft.com/help/craft-storage-gitignore] +/craft/storage/* +!/craft/storage/logo/* \ No newline at end of file diff --git a/conf/gitignore/DM b/conf/gitignore/DM new file mode 100644 index 0000000000..ba5abdab83 --- /dev/null +++ b/conf/gitignore/DM @@ -0,0 +1,5 @@ +*.dmb +*.rsc +*.int +*.lk +*.zip diff --git a/conf/gitignore/Dart b/conf/gitignore/Dart new file mode 100644 index 0000000000..38548b3706 --- /dev/null +++ b/conf/gitignore/Dart @@ -0,0 +1,15 @@ +# Don’t commit the following directories created by pub. +.buildlog +.pub/ +build/ +packages +.packages + +# Or the files created by dart2js. +*.dart.js +*.js_ +*.js.deps +*.js.map + +# Include when developing application packages. +pubspec.lock diff --git a/conf/gitignore/DartEditor b/conf/gitignore/DartEditor new file mode 100644 index 0000000000..948920b420 --- /dev/null +++ b/conf/gitignore/DartEditor @@ -0,0 +1,2 @@ +.project +.buildlog diff --git a/conf/gitignore/Delphi b/conf/gitignore/Delphi new file mode 100644 index 0000000000..8d5d458f0d --- /dev/null +++ b/conf/gitignore/Delphi @@ -0,0 +1,57 @@ +# Uncomment these types if you want even more clean repository. But be careful. +# It can make harm to an existing project source. Read explanations below. +# +# Resource files are binaries containing manifest, project icon and version info. +# They can not be viewed as text or compared by diff-tools. Consider replacing them with .rc files. +#*.res +# +# Type library file (binary). In old Delphi versions it should be stored. +# Since Delphi 2009 it is produced from .ridl file and can safely be ignored. +#*.tlb +# +# Diagram Portfolio file. Used by the diagram editor up to Delphi 7. +# Uncomment this if you are not using diagrams or use newer Delphi version. +#*.ddp +# +# Visual LiveBindings file. Added in Delphi XE2. +# Uncomment this if you are not using LiveBindings Designer. +#*.vlb +# +# Deployment Manager configuration file for your project. Added in Delphi XE2. +# Uncomment this if it is not mobile development and you do not use remote debug feature. +#*.deployproj +# + +# Delphi compiler-generated binaries (safe to delete) +*.exe +*.dll +*.bpl +*.bpi +*.dcp +*.so +*.apk +*.drc +*.map +*.dres +*.rsm +*.tds +*.dcu +*.lib + +# Delphi autogenerated files (duplicated info) +*.cfg +*Resource.rc + +# Delphi local files (user-specific info) +*.local +*.identcache +*.projdata +*.tvsconfig +*.dsk + +# Delphi history and backups +__history/ +*.~* + +# Castalia statistics file +*.stat diff --git a/conf/gitignore/Dreamweaver b/conf/gitignore/Dreamweaver new file mode 100644 index 0000000000..6a33373bdd --- /dev/null +++ b/conf/gitignore/Dreamweaver @@ -0,0 +1,3 @@ +# DW Dreamweaver added files +_notes +dwsync.xml diff --git a/conf/gitignore/Drupal b/conf/gitignore/Drupal new file mode 100644 index 0000000000..04aed3b676 --- /dev/null +++ b/conf/gitignore/Drupal @@ -0,0 +1,36 @@ +# Ignore configuration files that may contain sensitive information. +sites/*/*settings*.php + +# Ignore paths that contain generated content. +files/ +sites/*/files +sites/*/private + +# Ignore default text files +robots.txt +/CHANGELOG.txt +/COPYRIGHT.txt +/INSTALL*.txt +/LICENSE.txt +/MAINTAINERS.txt +/UPGRADE.txt +/README.txt +sites/all/README.txt +sites/all/modules/README.txt +sites/all/themes/README.txt + +# Ignore everything but the "sites" folder ( for non core developer ) +.htaccess +web.config +authorize.php +cron.php +index.php +install.php +update.php +xmlrpc.php +/includes +/misc +/modules +/profiles +/scripts +/themes diff --git a/conf/gitignore/EPiServer b/conf/gitignore/EPiServer new file mode 100644 index 0000000000..97037de743 --- /dev/null +++ b/conf/gitignore/EPiServer @@ -0,0 +1,4 @@ +###################### +## EPiServer Files +###################### +*License.config diff --git a/conf/gitignore/Eagle b/conf/gitignore/Eagle new file mode 100644 index 0000000000..a5410348a2 --- /dev/null +++ b/conf/gitignore/Eagle @@ -0,0 +1,36 @@ +# Ignore list for Eagle, a PCB layout tool + +# Backup files +*.s#? +*.b#? +*.l#? + +# Eagle project file +# It contains a serial number and references to the file structure +# on your computer. +# comment the following line if you want to have your project file included. +eagle.epf + +# CAM files +*.$$$ +*.cmp +*.ly2 +*.l15 +*.sol +*.plc +*.stc +*.sts +*.crc +*.crs + +*.dri +*.drl +*.gpi +*.pls + +*.drd +*.drd.* + +*.info + +*.eps diff --git a/conf/gitignore/Eclipse b/conf/gitignore/Eclipse new file mode 100644 index 0000000000..0e22e957c3 --- /dev/null +++ b/conf/gitignore/Eclipse @@ -0,0 +1,39 @@ +*.pydevproject +.metadata +.gradle +bin/ +tmp/ +*.tmp +*.bak +*.swp +*~.nib +local.properties +.settings/ +.loadpath + +# Eclipse Core +.project + +# External tool builders +.externalToolBuilders/ + +# Locally stored "Eclipse launch configurations" +*.launch + +# CDT-specific +.cproject + +# JDT-specific (Eclipse Java Development Tools) +.classpath + +# Java annotation processor (APT) +.factorypath + +# PDT-specific +.buildpath + +# sbteclipse plugin +.target + +# TeXlipse plugin +.texlipse diff --git a/conf/gitignore/EiffelStudio b/conf/gitignore/EiffelStudio new file mode 100644 index 0000000000..a7ba35f824 --- /dev/null +++ b/conf/gitignore/EiffelStudio @@ -0,0 +1,2 @@ +# The compilation directoy +EIFGENs diff --git a/conf/gitignore/Elisp b/conf/gitignore/Elisp new file mode 100644 index 0000000000..9b4291b7fe --- /dev/null +++ b/conf/gitignore/Elisp @@ -0,0 +1,5 @@ +# Compiled +*.elc + +# Packaging +.cask diff --git a/conf/gitignore/Elixir b/conf/gitignore/Elixir new file mode 100644 index 0000000000..960767189f --- /dev/null +++ b/conf/gitignore/Elixir @@ -0,0 +1,4 @@ +/_build +/deps +erl_crash.dump +*.ez diff --git a/conf/gitignore/Emacs b/conf/gitignore/Emacs new file mode 100644 index 0000000000..e5327badb1 --- /dev/null +++ b/conf/gitignore/Emacs @@ -0,0 +1,32 @@ +# -*- mode: gitignore; -*- +*~ +\#*\# +/.emacs.desktop +/.emacs.desktop.lock +*.elc +auto-save-list +tramp +.\#* + +# Org-mode +.org-id-locations +*_archive + +# flymake-mode +*_flymake.* + +# eshell files +/eshell/history +/eshell/lastdir + +# elpa packages +/elpa/ + +# reftex files +*.rel + +# AUCTeX auto folder +/auto/ + +# cask packages +.cask/ diff --git a/conf/gitignore/Ensime b/conf/gitignore/Ensime new file mode 100644 index 0000000000..f2daebb9f4 --- /dev/null +++ b/conf/gitignore/Ensime @@ -0,0 +1,4 @@ +# Ensime specific +.ensime +.ensime_cache/ +.ensime_lucene/ diff --git a/conf/gitignore/Erlang b/conf/gitignore/Erlang new file mode 100644 index 0000000000..8e46d5a07f --- /dev/null +++ b/conf/gitignore/Erlang @@ -0,0 +1,10 @@ +.eunit +deps +*.o +*.beam +*.plt +erl_crash.dump +ebin +rel/example_project +.concrete/DEV_MODE +.rebar diff --git a/conf/gitignore/Espresso b/conf/gitignore/Espresso new file mode 100644 index 0000000000..1234530b5b --- /dev/null +++ b/conf/gitignore/Espresso @@ -0,0 +1 @@ +*.esproj diff --git a/conf/gitignore/ExpressionEngine b/conf/gitignore/ExpressionEngine new file mode 100644 index 0000000000..314e4df123 --- /dev/null +++ b/conf/gitignore/ExpressionEngine @@ -0,0 +1,19 @@ +.DS_Store + +# Images +images/avatars/ +images/captchas/ +images/smileys/ +images/member_photos/ +images/signature_attachments/ +images/pm_attachments/ + +# For security do not publish the following files +system/expressionengine/config/database.php +system/expressionengine/config/config.php + +# Caches +sized/ +thumbs/ +_thumbs/ +*/expressionengine/cache/* diff --git a/conf/gitignore/ExtJs b/conf/gitignore/ExtJs new file mode 100644 index 0000000000..5ffc21546e --- /dev/null +++ b/conf/gitignore/ExtJs @@ -0,0 +1,4 @@ +.architect +bootstrap.json +build/ +ext/ diff --git a/conf/gitignore/Fancy b/conf/gitignore/Fancy new file mode 100644 index 0000000000..70d6e631e5 --- /dev/null +++ b/conf/gitignore/Fancy @@ -0,0 +1,2 @@ +*.rbc +*.fyc diff --git a/conf/gitignore/Finale b/conf/gitignore/Finale new file mode 100644 index 0000000000..7ef08e0c34 --- /dev/null +++ b/conf/gitignore/Finale @@ -0,0 +1,13 @@ +*.bak +*.db +*.avi +*.pdf +*.ps +*.mid +*.midi +*.mp3 +*.aif +*.wav +# Some versions of Finale have a bug and randomly save extra copies of +# the music source as " copy.mus" +*copy.mus diff --git a/conf/gitignore/FlexBuilder b/conf/gitignore/FlexBuilder new file mode 100644 index 0000000000..bbbfb91d9e --- /dev/null +++ b/conf/gitignore/FlexBuilder @@ -0,0 +1,3 @@ +bin/ +bin-debug/ +bin-release/ diff --git a/conf/gitignore/ForceDotCom b/conf/gitignore/ForceDotCom new file mode 100644 index 0000000000..3933cd4dd5 --- /dev/null +++ b/conf/gitignore/ForceDotCom @@ -0,0 +1,4 @@ +.project +.settings +salesforce.schema +Referenced Packages diff --git a/conf/gitignore/Fortran.gitignore b/conf/gitignore/Fortran.gitignore new file mode 120000 index 0000000000..5daba98a3e --- /dev/null +++ b/conf/gitignore/Fortran.gitignore @@ -0,0 +1 @@ +C++.gitignore \ No newline at end of file diff --git a/conf/gitignore/PHP FuelPHP b/conf/gitignore/FuelPHP similarity index 100% rename from conf/gitignore/PHP FuelPHP rename to conf/gitignore/FuelPHP diff --git a/conf/gitignore/GWT b/conf/gitignore/GWT new file mode 100644 index 0000000000..07704e54bb --- /dev/null +++ b/conf/gitignore/GWT @@ -0,0 +1,28 @@ +*.class + +# Package Files # +*.jar +*.war + +# gwt caches and compiled units # +war/gwt_bree/ +gwt-unitCache/ + +# boilerplate generated classes # +.apt_generated/ + +# more caches and things from deploy # +war/WEB-INF/deploy/ +war/WEB-INF/classes/ + +#compilation logs +.gwt/ + +#caching for already compiled files +gwt-unitCache/ + +#gwt junit compilation files +www-test/ + +#old GWT (1.5) created this dir +.gwt-tmp/ diff --git a/conf/gitignore/Gcov b/conf/gitignore/Gcov new file mode 100644 index 0000000000..a6451430e1 --- /dev/null +++ b/conf/gitignore/Gcov @@ -0,0 +1,5 @@ +# gcc coverage testing tool files + +*.gcno +*.gcda +*.gcov diff --git a/conf/gitignore/GitBook b/conf/gitignore/GitBook new file mode 100644 index 0000000000..4cb12d8db7 --- /dev/null +++ b/conf/gitignore/GitBook @@ -0,0 +1,16 @@ +# Node rules: +## Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) +.grunt + +## Dependency directory +## Commenting this out is preferred by some people, see +## https://docs.npmjs.com/misc/faq#should-i-check-my-node_modules-folder-into-git +node_modules + +# Book build output +_book + +# eBook build output +*.epub +*.mobi +*.pdf diff --git a/conf/gitignore/Google Go b/conf/gitignore/Go similarity index 94% rename from conf/gitignore/Google Go rename to conf/gitignore/Go index 00268614f0..daf913b1b3 100644 --- a/conf/gitignore/Google Go +++ b/conf/gitignore/Go @@ -20,3 +20,5 @@ _cgo_export.* _testmain.go *.exe +*.test +*.prof diff --git a/conf/gitignore/Gradle b/conf/gitignore/Gradle new file mode 100644 index 0000000000..302a5f2ff1 --- /dev/null +++ b/conf/gitignore/Gradle @@ -0,0 +1,8 @@ +.gradle +build/ + +# Ignore Gradle GUI config +gradle-app.setting + +# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored) +!gradle-wrapper.jar diff --git a/conf/gitignore/Grails b/conf/gitignore/Grails new file mode 100644 index 0000000000..9185f14c37 --- /dev/null +++ b/conf/gitignore/Grails @@ -0,0 +1,33 @@ +# .gitignore for Grails 1.2 and 1.3 +# Although this should work for most versions of grails, it is +# suggested that you use the "grails integrate-with --git" command +# to generate your .gitignore file. + +# web application files +/web-app/WEB-INF/classes + +# default HSQL database files for production mode +/prodDb.* + +# general HSQL database files +*Db.properties +*Db.script + +# logs +/stacktrace.log +/test/reports +/logs + +# project release file +/*.war + +# plugin release files +/*.zip +/plugin.xml + +# older plugin install locations +/plugins +/web-app/plugins + +# "temporary" build files +/target diff --git a/conf/gitignore/Haskell b/conf/gitignore/Haskell new file mode 100644 index 0000000000..cdc3c4dce7 --- /dev/null +++ b/conf/gitignore/Haskell @@ -0,0 +1,16 @@ +dist +cabal-dev +*.o +*.hi +*.chi +*.chs.h +*.dyn_o +*.dyn_hi +.hpc +.hsenv +.cabal-sandbox/ +cabal.sandbox.config +*.prof +*.aux +*.hp +.stack-work/ diff --git a/conf/gitignore/IGORPro b/conf/gitignore/IGORPro new file mode 100644 index 0000000000..c62be65003 --- /dev/null +++ b/conf/gitignore/IGORPro @@ -0,0 +1,5 @@ +# Avoid including Experiment files: they can be created and edited locally to test the ipf files +*.pxp +*.pxt +*.uxp +*.uxt diff --git a/conf/gitignore/IPythonNotebook b/conf/gitignore/IPythonNotebook new file mode 100644 index 0000000000..27c13510bf --- /dev/null +++ b/conf/gitignore/IPythonNotebook @@ -0,0 +1,2 @@ +# Temporary data +.ipynb_checkpoints/ diff --git a/conf/gitignore/Idris b/conf/gitignore/Idris new file mode 100644 index 0000000000..c28bc7cc67 --- /dev/null +++ b/conf/gitignore/Idris @@ -0,0 +1,2 @@ +*.ibc +*.o diff --git a/conf/gitignore/JDeveloper b/conf/gitignore/JDeveloper new file mode 100644 index 0000000000..5bba6f3773 --- /dev/null +++ b/conf/gitignore/JDeveloper @@ -0,0 +1,13 @@ +# default application storage directory used by the IDE Performance Cache feature +.data/ + +# used for ADF styles caching +temp/ + +# default output directories +classes/ +deploy/ +javadoc/ + +# lock file, a part of Oracle Credential Store Framework +cwallet.sso.lck \ No newline at end of file diff --git a/conf/gitignore/Jboss b/conf/gitignore/Jboss new file mode 100644 index 0000000000..75d1731ed9 --- /dev/null +++ b/conf/gitignore/Jboss @@ -0,0 +1,19 @@ +jboss/server/all/deploy/project.ext +jboss/server/default/deploy/project.ext +jboss/server/minimal/deploy/project.ext +jboss/server/all/log/*.log +jboss/server/all/tmp/**/* +jboss/server/all/data/**/* +jboss/server/all/work/**/* +jboss/server/default/log/*.log +jboss/server/default/tmp/**/* +jboss/server/default/data/**/* +jboss/server/default/work/**/* +jboss/server/minimal/log/*.log +jboss/server/minimal/tmp/**/* +jboss/server/minimal/data/**/* +jboss/server/minimal/work/**/* + +# deployed package files # + +*.DEPLOYED diff --git a/conf/gitignore/Jekyll b/conf/gitignore/Jekyll new file mode 100644 index 0000000000..5c91b60c06 --- /dev/null +++ b/conf/gitignore/Jekyll @@ -0,0 +1,3 @@ +_site/ +.sass-cache/ +.jekyll-metadata diff --git a/conf/gitignore/JetBrains b/conf/gitignore/JetBrains new file mode 100644 index 0000000000..573bcf4552 --- /dev/null +++ b/conf/gitignore/JetBrains @@ -0,0 +1,46 @@ +# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio + +*.iml + +## Directory-based project format: +.idea/ +# if you remove the above rule, at least ignore the following: + +# User-specific stuff: +# .idea/workspace.xml +# .idea/tasks.xml +# .idea/dictionaries + +# Sensitive or high-churn files: +# .idea/dataSources.ids +# .idea/dataSources.xml +# .idea/sqlDataSources.xml +# .idea/dynamic.xml +# .idea/uiDesigner.xml + +# Gradle: +# .idea/gradle.xml +# .idea/libraries + +# Mongo Explorer plugin: +# .idea/mongoSettings.xml + +## File-based project format: +*.ipr +*.iws + +## Plugin-specific files: + +# IntelliJ +/out/ + +# mpeltonen/sbt-idea plugin +.idea_modules/ + +# JIRA plugin +atlassian-ide-plugin.xml + +# Crashlytics plugin (for Android Studio and IntelliJ) +com_crashlytics_export_strings.xml +crashlytics.properties +crashlytics-build.properties diff --git a/conf/gitignore/Joomla b/conf/gitignore/Joomla new file mode 100644 index 0000000000..cf36d8cf52 --- /dev/null +++ b/conf/gitignore/Joomla @@ -0,0 +1,525 @@ +/.gitignore +/.htaccess +/administrator/cache/* +/administrator/components/com_admin/* +/administrator/components/com_ajax/* +/administrator/components/com_tags/* +/administrator/components/com_banners/* +/administrator/components/com_cache/* +/administrator/components/com_postinstall/* +/administrator/components/com_joomlaupdate/* +/administrator/components/com_contenthistory/* +/administrator/components/com_categories/* +/administrator/components/com_checkin/* +/administrator/components/com_config/* +/administrator/components/com_contact/* +/administrator/components/com_content/* +/administrator/components/com_cpanel/* +/administrator/components/com_finder/* +/administrator/components/com_installer/* +/administrator/components/com_languages/* +/administrator/components/com_login/* +/administrator/components/com_media/* +/administrator/components/com_menus/* +/administrator/components/com_messages/* +/administrator/components/com_modules/* +/administrator/components/com_newsfeeds/* +/administrator/components/com_plugins/* +/administrator/components/com_redirect/* +/administrator/components/com_search/* +/administrator/components/com_templates/* +/administrator/components/com_users/* +/administrator/components/com_weblinks/* +/administrator/components/index.html +/administrator/help/* +/administrator/includes/* +/administrator/language/en-GB/en-GB.com_ajax.ini +/administrator/language/en-GB/en-GB.com_ajax.sys.ini +/administrator/language/en-GB/en-GB.com_contenthistory.ini +/administrator/language/en-GB/en-GB.com_contenthistory.sys.ini +/administrator/language/en-GB/en-GB.com_joomlaupdate.ini +/administrator/language/en-GB/en-GB.com_joomlaupdate.sys.ini +/administrator/language/en-GB/en-GB.com_postinstall.ini +/administrator/language/en-GB/en-GB.com_postinstall.sys.ini +/administrator/language/en-GB/en-GB.com_sitemapjen.sys.ini +/administrator/language/en-GB/en-GB.com_tags.ini +/administrator/language/en-GB/en-GB.com_tags.sys.ini +/administrator/language/en-GB/en-GB.mod_stats_admin.ini +/administrator/language/en-GB/en-GB.mod_stats_admin.sys.ini +/administrator/language/en-GB/en-GB.plg_authentication_cookie.ini +/administrator/language/en-GB/en-GB.plg_authentication_cookie.sys.ini +/administrator/language/en-GB/en-GB.plg_content_contact.ini +/administrator/language/en-GB/en-GB.plg_content_contact.sys.ini +/administrator/language/en-GB/en-GB.plg_content_finder.ini +/administrator/language/en-GB/en-GB.plg_content_finder.sys.ini +/administrator/language/en-GB/en-GB.plg_finder_categories.ini +/administrator/language/en-GB/en-GB.plg_finder_categories.sys.ini +/administrator/language/en-GB/en-GB.plg_finder_contacts.ini +/administrator/language/en-GB/en-GB.plg_finder_contacts.sys.ini +/administrator/language/en-GB/en-GB.plg_finder_content.ini +/administrator/language/en-GB/en-GB.plg_finder_content.sys.ini +/administrator/language/en-GB/en-GB.plg_finder_newsfeeds.sys.ini +/administrator/language/en-GB/en-GB.plg_finder_newsfeeds.ini +/administrator/language/en-GB/en-GB.plg_finder_tags.ini +/administrator/language/en-GB/en-GB.plg_finder_tags.sys.ini +/administrator/language/en-GB/en-GB.plg_finder_weblinks.ini +/administrator/language/en-GB/en-GB.plg_finder_weblinks.sys.ini +/administrator/language/en-GB/en-GB.plg_installer_webinstaller.ini +/administrator/language/en-GB/en-GB.plg_installer_webinstaller.sys.ini +/administrator/language/en-GB/en-GB.plg_quickicon_joomlaupdate.ini +/administrator/language/en-GB/en-GB.plg_quickicon_joomlaupdate.sys.ini +/administrator/language/en-GB/en-GB.plg_search_tags.ini +/administrator/language/en-GB/en-GB.plg_search_tags.sys.ini +/administrator/language/en-GB/en-GB.plg_system_languagecode.ini +/administrator/language/en-GB/en-GB.plg_system_languagecode.sys.ini +/administrator/language/en-GB/en-GB.plg_twofactorauth_totp.ini +/administrator/language/en-GB/en-GB.plg_twofactorauth_totp.sys.ini +/administrator/language/en-GB/en-GB.plg_twofactorauth_yubikey.ini +/administrator/language/en-GB/en-GB.plg_twofactorauth_yubikey.sys.ini +/administrator/language/en-GB/en-GB.tpl_isis.ini +/administrator/language/en-GB/en-GB.tpl_isis.sys.ini +/administrator/language/en-GB/install.xml +/administrator/language/en-GB/en-GB.com_admin.ini +/administrator/language/en-GB/en-GB.com_admin.sys.ini +/administrator/language/en-GB/en-GB.com_banners.ini +/administrator/language/en-GB/en-GB.com_banners.sys.ini +/administrator/language/en-GB/en-GB.com_cache.ini +/administrator/language/en-GB/en-GB.com_cache.sys.ini +/administrator/language/en-GB/en-GB.com_categories.ini +/administrator/language/en-GB/en-GB.com_categories.sys.ini +/administrator/language/en-GB/en-GB.com_checkin.ini +/administrator/language/en-GB/en-GB.com_checkin.sys.ini +/administrator/language/en-GB/en-GB.com_config.ini +/administrator/language/en-GB/en-GB.com_config.sys.ini +/administrator/language/en-GB/en-GB.com_contact.ini +/administrator/language/en-GB/en-GB.com_contact.sys.ini +/administrator/language/en-GB/en-GB.com_content.ini +/administrator/language/en-GB/en-GB.com_content.sys.ini +/administrator/language/en-GB/en-GB.com_cpanel.ini +/administrator/language/en-GB/en-GB.com_cpanel.sys.ini +/administrator/language/en-GB/en-GB.com_finder.ini +/administrator/language/en-GB/en-GB.com_finder.sys.ini +/administrator/language/en-GB/en-GB.com_installer.ini +/administrator/language/en-GB/en-GB.com_installer.sys.ini +/administrator/language/en-GB/en-GB.com_languages.ini +/administrator/language/en-GB/en-GB.com_languages.sys.ini +/administrator/language/en-GB/en-GB.com_login.ini +/administrator/language/en-GB/en-GB.com_login.sys.ini +/administrator/language/en-GB/en-GB.com_mailto.sys.ini +/administrator/language/en-GB/en-GB.com_media.ini +/administrator/language/en-GB/en-GB.com_media.sys.ini +/administrator/language/en-GB/en-GB.com_menus.ini +/administrator/language/en-GB/en-GB.com_menus.sys.ini +/administrator/language/en-GB/en-GB.com_messages.ini +/administrator/language/en-GB/en-GB.com_messages.sys.ini +/administrator/language/en-GB/en-GB.com_modules.ini +/administrator/language/en-GB/en-GB.com_modules.sys.ini +/administrator/language/en-GB/en-GB.com_newsfeeds.ini +/administrator/language/en-GB/en-GB.com_newsfeeds.sys.ini +/administrator/language/en-GB/en-GB.com_plugins.ini +/administrator/language/en-GB/en-GB.com_plugins.sys.ini +/administrator/language/en-GB/en-GB.com_redirect.ini +/administrator/language/en-GB/en-GB.com_redirect.sys.ini +/administrator/language/en-GB/en-GB.com_search.ini +/administrator/language/en-GB/en-GB.com_search.sys.ini +/administrator/language/en-GB/en-GB.com_templates.ini +/administrator/language/en-GB/en-GB.com_templates.sys.ini +/administrator/language/en-GB/en-GB.com_users.ini +/administrator/language/en-GB/en-GB.com_users.sys.ini +/administrator/language/en-GB/en-GB.com_weblinks.ini +/administrator/language/en-GB/en-GB.com_weblinks.sys.ini +/administrator/language/en-GB/en-GB.com_wrapper.ini +/administrator/language/en-GB/en-GB.com_wrapper.sys.ini +/administrator/language/en-GB/en-GB.ini +/administrator/language/en-GB/en-GB.lib_joomla.ini +/administrator/language/en-GB/en-GB.localise.php +/administrator/language/en-GB/en-GB.mod_custom.ini +/administrator/language/en-GB/en-GB.mod_custom.sys.ini +/administrator/language/en-GB/en-GB.mod_feed.ini +/administrator/language/en-GB/en-GB.mod_feed.sys.ini +/administrator/language/en-GB/en-GB.mod_latest.ini +/administrator/language/en-GB/en-GB.mod_latest.sys.ini +/administrator/language/en-GB/en-GB.mod_logged.ini +/administrator/language/en-GB/en-GB.mod_logged.sys.ini +/administrator/language/en-GB/en-GB.mod_login.ini +/administrator/language/en-GB/en-GB.mod_login.sys.ini +/administrator/language/en-GB/en-GB.mod_menu.ini +/administrator/language/en-GB/en-GB.mod_menu.sys.ini +/administrator/language/en-GB/en-GB.mod_multilangstatus.ini +/administrator/language/en-GB/en-GB.mod_multilangstatus.sys.ini +/administrator/language/en-GB/en-GB.mod_online.ini +/administrator/language/en-GB/en-GB.mod_online.sys.ini +/administrator/language/en-GB/en-GB.mod_popular.ini +/administrator/language/en-GB/en-GB.mod_popular.sys.ini +/administrator/language/en-GB/en-GB.mod_quickicon.ini +/administrator/language/en-GB/en-GB.mod_quickicon.sys.ini +/administrator/language/en-GB/en-GB.mod_status.ini +/administrator/language/en-GB/en-GB.mod_status.sys.ini +/administrator/language/en-GB/en-GB.mod_submenu.ini +/administrator/language/en-GB/en-GB.mod_submenu.sys.ini +/administrator/language/en-GB/en-GB.mod_title.ini +/administrator/language/en-GB/en-GB.mod_title.sys.ini +/administrator/language/en-GB/en-GB.mod_toolbar.ini +/administrator/language/en-GB/en-GB.mod_toolbar.sys.ini +/administrator/language/en-GB/en-GB.mod_unread.ini +/administrator/language/en-GB/en-GB.mod_unread.sys.ini +/administrator/language/en-GB/en-GB.mod_version.ini +/administrator/language/en-GB/en-GB.mod_version.sys.ini +/administrator/language/en-GB/en-GB.plg_authentication_example.ini +/administrator/language/en-GB/en-GB.plg_authentication_example.sys.ini +/administrator/language/en-GB/en-GB.plg_authentication_gmail.ini +/administrator/language/en-GB/en-GB.plg_authentication_gmail.sys.ini +/administrator/language/en-GB/en-GB.plg_authentication_joomla.ini +/administrator/language/en-GB/en-GB.plg_authentication_joomla.sys.ini +/administrator/language/en-GB/en-GB.plg_authentication_ldap.ini +/administrator/language/en-GB/en-GB.plg_authentication_ldap.sys.ini +/administrator/language/en-GB/en-GB.plg_captcha_recaptcha.ini +/administrator/language/en-GB/en-GB.plg_captcha_recaptcha.sys.ini +/administrator/language/en-GB/en-GB.plg_content_emailcloak.ini +/administrator/language/en-GB/en-GB.plg_content_emailcloak.sys.ini +/administrator/language/en-GB/en-GB.plg_content_geshi.ini +/administrator/language/en-GB/en-GB.plg_content_geshi.sys.ini +/administrator/language/en-GB/en-GB.plg_content_joomla.ini +/administrator/language/en-GB/en-GB.plg_content_joomla.sys.ini +/administrator/language/en-GB/en-GB.plg_content_loadmodule.ini +/administrator/language/en-GB/en-GB.plg_content_loadmodule.sys.ini +/administrator/language/en-GB/en-GB.plg_content_pagebreak.ini +/administrator/language/en-GB/en-GB.plg_content_pagebreak.sys.ini +/administrator/language/en-GB/en-GB.plg_content_pagenavigation.ini +/administrator/language/en-GB/en-GB.plg_content_pagenavigation.sys.ini +/administrator/language/en-GB/en-GB.plg_content_vote.ini +/administrator/language/en-GB/en-GB.plg_content_vote.sys.ini +/administrator/language/en-GB/en-GB.plg_editors_codemirror.ini +/administrator/language/en-GB/en-GB.plg_editors_codemirror.sys.ini +/administrator/language/en-GB/en-GB.plg_editors_none.ini +/administrator/language/en-GB/en-GB.plg_editors_none.sys.ini +/administrator/language/en-GB/en-GB.plg_editors_tinymce.ini +/administrator/language/en-GB/en-GB.plg_editors_tinymce.sys.ini +/administrator/language/en-GB/en-GB.plg_editors-xtd_article.ini +/administrator/language/en-GB/en-GB.plg_editors-xtd_article.sys.ini +/administrator/language/en-GB/en-GB.plg_editors-xtd_image.ini +/administrator/language/en-GB/en-GB.plg_editors-xtd_image.sys.ini +/administrator/language/en-GB/en-GB.plg_editors-xtd_pagebreak.ini +/administrator/language/en-GB/en-GB.plg_editors-xtd_pagebreak.sys.ini +/administrator/language/en-GB/en-GB.plg_editors-xtd_readmore.ini +/administrator/language/en-GB/en-GB.plg_editors-xtd_readmore.sys.ini +/administrator/language/en-GB/en-GB.plg_extension_joomla.ini +/administrator/language/en-GB/en-GB.plg_extension_joomla.sys.ini +/administrator/language/en-GB/en-GB.plg_quickicon_extensionupdate.ini +/administrator/language/en-GB/en-GB.plg_quickicon_extensionupdate.sys.ini +/administrator/language/en-GB/en-GB.plg_search_categories.ini +/administrator/language/en-GB/en-GB.plg_search_categories.sys.ini +/administrator/language/en-GB/en-GB.plg_search_contacts.ini +/administrator/language/en-GB/en-GB.plg_search_contacts.sys.ini +/administrator/language/en-GB/en-GB.plg_search_content.ini +/administrator/language/en-GB/en-GB.plg_search_content.sys.ini +/administrator/language/en-GB/en-GB.plg_search_newsfeeds.ini +/administrator/language/en-GB/en-GB.plg_search_newsfeeds.sys.ini +/administrator/language/en-GB/en-GB.plg_search_weblinks.ini +/administrator/language/en-GB/en-GB.plg_search_weblinks.sys.ini +/administrator/language/en-GB/en-GB.plg_system_cache.ini +/administrator/language/en-GB/en-GB.plg_system_cache.sys.ini +/administrator/language/en-GB/en-GB.plg_system_debug.ini +/administrator/language/en-GB/en-GB.plg_system_debug.sys.ini +/administrator/language/en-GB/en-GB.plg_system_highlight.ini +/administrator/language/en-GB/en-GB.plg_system_highlight.sys.ini +/administrator/language/en-GB/en-GB.plg_system_languagefilter.ini +/administrator/language/en-GB/en-GB.plg_system_languagefilter.sys.ini +/administrator/language/en-GB/en-GB.plg_system_log.ini +/administrator/language/en-GB/en-GB.plg_system_logout.ini +/administrator/language/en-GB/en-GB.plg_system_logout.sys.ini +/administrator/language/en-GB/en-GB.plg_system_log.sys.ini +/administrator/language/en-GB/en-GB.plg_system_p3p.ini +/administrator/language/en-GB/en-GB.plg_system_p3p.sys.ini +/administrator/language/en-GB/en-GB.plg_system_redirect.ini +/administrator/language/en-GB/en-GB.plg_system_redirect.sys.ini +/administrator/language/en-GB/en-GB.plg_system_remember.ini +/administrator/language/en-GB/en-GB.plg_system_remember.sys.ini +/administrator/language/en-GB/en-GB.plg_system_sef.ini +/administrator/language/en-GB/en-GB.plg_system_sef.sys.ini +/administrator/language/en-GB/en-GB.plg_user_contactcreator.ini +/administrator/language/en-GB/en-GB.plg_user_contactcreator.sys.ini +/administrator/language/en-GB/en-GB.plg_user_joomla.ini +/administrator/language/en-GB/en-GB.plg_user_joomla.sys.ini +/administrator/language/en-GB/en-GB.plg_user_profile.ini +/administrator/language/en-GB/en-GB.plg_user_profile.sys.ini +/administrator/language/en-GB/en-GB.tpl_bluestork.ini +/administrator/language/en-GB/en-GB.tpl_bluestork.sys.ini +/administrator/language/en-GB/en-GB.tpl_hathor.ini +/administrator/language/en-GB/en-GB.tpl_hathor.sys.ini +/administrator/language/en-GB/en-GB.xml +/administrator/language/en-GB/index.html +/administrator/language/overrides/* +/administrator/language/index.html +/administrator/manifests/* +/administrator/modules/mod_custom/* +/administrator/modules/mod_feed/* +/administrator/modules/mod_latest/* +/administrator/modules/mod_logged/* +/administrator/modules/mod_login/* +/administrator/modules/mod_menu/* +/administrator/modules/mod_multilangstatus/* +/administrator/modules/mod_online/* +/administrator/modules/mod_popular/* +/administrator/modules/mod_quickicon/* +/administrator/modules/mod_status/* +/administrator/modules/mod_submenu/* +/administrator/modules/mod_title/* +/administrator/modules/mod_toolbar/* +/administrator/modules/mod_unread/* +/administrator/modules/mod_version/* +/administrator/modules/mod_stats_admin/* +/administrator/modules/index.html +/administrator/templates/bluestork/* +/administrator/templates/isis/* +/administrator/templates/hathor/* +/administrator/templates/system/* +/administrator/templates/index.html +/administrator/index.php +/cache/* +/bin/* +/cli/* +/components/com_banners/* +/components/com_ajax/* +/components/com_config/* +/components/com_contenthistory/* +/components/com_tags/* +/components/com_contact/* +/components/com_content/* +/components/com_finder/* +/components/com_mailto/* +/components/com_media/* +/components/com_newsfeeds/* +/components/com_search/* +/components/com_users/* +/components/com_weblinks/* +/components/com_wrapper/* +/components/index.html +/images/banners/* +/images/sampledata/* +/images/joomla* +/images/index.html +/images/powered_by.png +/includes/* +/installation/* +/language/en-GB/en-GB.com_ajax.ini +/language/en-GB/en-GB.com_config.ini +/language/en-GB/en-GB.com_contact.ini +/language/en-GB/en-GB.com_finder.ini +/language/en-GB/en-GB.com_tags.ini +/language/en-GB/en-GB.finder_cli.ini +/language/en-GB/en-GB.lib_fof.sys.ini +/language/en-GB/en-GB.com_content.ini +/language/en-GB/en-GB.lib_idna_convert.sys.ini +/language/en-GB/en-GB.com_mailto.ini +/language/en-GB/en-GB.lib_joomla.sys.ini +/language/en-GB/en-GB.lib_phpass.sys.ini +/language/en-GB/en-GB.lib_phpmailer.sys.ini +/language/en-GB/en-GB.lib_phputf8.sys.ini +/language/en-GB/en-GB.lib_simplepie.sys.ini +/language/en-GB/en-GB.com_media.ini +/language/en-GB/en-GB.mod_finder.ini +/language/en-GB/en-GB.com_messages.ini +/language/en-GB/en-GB.mod_tags_popular.ini +/language/en-GB/en-GB.mod_tags_popular.sys.ini +/language/en-GB/en-GB.mod_tags_similar.ini +/language/en-GB/en-GB.mod_tags_similar.sys.ini +/language/en-GB/en-GB.mod_finder.sys.ini +/language/en-GB/en-GB.tpl_beez3.ini +/language/en-GB/en-GB.tpl_beez3.sys.ini +/language/en-GB/en-GB.com_newsfeeds.ini +/language/en-GB/en-GB.tpl_protostar.ini +/language/en-GB/en-GB.tpl_protostar.sys.ini +/language/en-GB/en-GB.com_search.ini +/language/en-GB/en-GB.com_users.ini +/language/en-GB/en-GB.com_weblinks.ini +/language/en-GB/en-GB.com_wrapper.ini +/language/en-GB/en-GB.files_joomla.sys.ini +/language/en-GB/en-GB.ini +/language/en-GB/en-GB.lib_joomla.ini +/language/en-GB/en-GB.localise.php +/language/en-GB/en-GB.mod_articles_archive.ini +/language/en-GB/en-GB.mod_articles_archive.sys.ini +/language/en-GB/en-GB.mod_articles_categories.ini +/language/en-GB/en-GB.mod_articles_categories.sys.ini +/language/en-GB/en-GB.mod_articles_category.ini +/language/en-GB/en-GB.mod_articles_category.sys.ini +/language/en-GB/en-GB.mod_articles_latest.ini +/language/en-GB/en-GB.mod_articles_latest.sys.ini +/language/en-GB/en-GB.mod_articles_news.ini +/language/en-GB/en-GB.mod_articles_news.sys.ini +/language/en-GB/en-GB.mod_articles_popular.ini +/language/en-GB/en-GB.mod_articles_popular.sys.ini +/language/en-GB/en-GB.mod_banners.ini +/language/en-GB/en-GB.mod_banners.sys.ini +/language/en-GB/en-GB.mod_breadcrumbs.ini +/language/en-GB/en-GB.mod_breadcrumbs.sys.ini +/language/en-GB/en-GB.mod_custom.ini +/language/en-GB/en-GB.mod_custom.sys.ini +/language/en-GB/en-GB.mod_feed.ini +/language/en-GB/en-GB.mod_feed.sys.ini +/language/en-GB/en-GB.mod_footer.ini +/language/en-GB/en-GB.mod_footer.sys.ini +/language/en-GB/en-GB.mod_languages.ini +/language/en-GB/en-GB.mod_languages.sys.ini +/language/en-GB/en-GB.mod_login.ini +/language/en-GB/en-GB.mod_login.sys.ini +/language/en-GB/en-GB.mod_menu.ini +/language/en-GB/en-GB.mod_menu.sys.ini +/language/en-GB/en-GB.mod_random_image.ini +/language/en-GB/en-GB.mod_random_image.sys.ini +/language/en-GB/en-GB.mod_related_items.ini +/language/en-GB/en-GB.mod_related_items.sys.ini +/language/en-GB/en-GB.mod_search.ini +/language/en-GB/en-GB.mod_search.sys.ini +/language/en-GB/en-GB.mod_stats.ini +/language/en-GB/en-GB.mod_stats.sys.ini +/language/en-GB/en-GB.mod_syndicate.ini +/language/en-GB/en-GB.mod_syndicate.sys.ini +/language/en-GB/en-GB.mod_users_latest.ini +/language/en-GB/en-GB.mod_users_latest.sys.ini +/language/en-GB/en-GB.mod_weblinks.ini +/language/en-GB/en-GB.mod_weblinks.sys.ini +/language/en-GB/en-GB.mod_whosonline.ini +/language/en-GB/en-GB.mod_whosonline.sys.ini +/language/en-GB/en-GB.mod_wrapper.ini +/language/en-GB/en-GB.mod_wrapper.sys.ini +/language/en-GB/en-GB.tpl_atomic.ini +/language/en-GB/en-GB.tpl_atomic.sys.ini +/language/en-GB/en-GB.tpl_beez_20.ini +/language/en-GB/en-GB.tpl_beez_20.sys.ini +/language/en-GB/en-GB.tpl_beez5.ini +/language/en-GB/en-GB.tpl_beez5.sys.ini +/language/en-GB/en-GB.xml +/language/en-GB/index.html +/language/en-GB/install.xml +/language/overrides/* +/language/index.html +/libraries/cms.php +/libraries/cms/* +/libraries/joomla/* +/libraries/phpmailer/* +/libraries/phputf8/* +/libraries/simplepie/* +/libraries/index.html +/libraries/import.php +/libraries/loader.php +/libraries/platform.php +/logs/* +/media/cms/* +/media/com_finder/* +/media/contacts/* +/media/editors/* +/media/mailto/* +/media/media/* +/media/mod_languages/* +/media/overrider/* +/media/plg_quickicon_extensionupdate/* +/media/plg_quickicon_joomlaupdate/* +/media/plg_system_highlight/* +/media/system/* +/media/index.html +/modules/mod_articles_archive/* +/modules/mod_articles_categories/* +/modules/mod_articles_category/* +/modules/mod_articles_latest/* +/modules/mod_articles_news/* +/modules/mod_articles_popular/* +/modules/mod_banners/* +/modules/mod_breadcrumbs/* +/modules/mod_custom/* +/modules/mod_feed/* +/modules/mod_finder/* +/modules/mod_footer/* +/modules/mod_languages/* +/modules/mod_login/* +/modules/mod_menu/* +/modules/mod_random_image/* +/modules/mod_related_items/* +/modules/mod_search/* +/modules/mod_stats/* +/modules/mod_syndicate/* +/modules/mod_users_latest/* +/modules/mod_weblinks/* +/modules/mod_whosonline/* +/modules/mod_wrapper/* +/modules/index.html +/plugins/authentication/example/* +/plugins/authentication/gmail/* +/plugins/authentication/joomla/* +/plugins/authentication/ldap/* +/plugins/authentication/index.html +/plugins/captcha/recaptcha/* +/plugins/captcha/index.html +/plugins/content/emailcloak/* +/plugins/content/example/* +/plugins/content/finder/* +/plugins/content/geshi/* +/plugins/content/joomla/* +/plugins/content/loadmodule/* +/plugins/content/pagebreak/* +/plugins/content/pagenavigation/* +/plugins/content/vote/* +/plugins/content/contact/* +/plugins/content/index.html +/plugins/editors/codemirror/* +/plugins/editors/none/* +/plugins/editors/tinymce/* +/plugins/editors/index.html +/plugins/editors-xtd/article/* +/plugins/editors-xtd/image/* +/plugins/editors-xtd/pagebreak/* +/plugins/editors-xtd/readmore/* +/plugins/editors-xtd/index.html +/plugins/extension/example/* +/plugins/extension/joomla/* +/plugins/extension/index.html +/plugins/finder/index.html +/plugins/finder/categories/* +/plugins/finder/contacts/* +/plugins/finder/content/* +/plugins/finder/newsfeeds/* +/plugins/finder/tags/* +/plugins/finder/weblinks/* +/plugins/installer/* +/plugins/quickicon/extensionupdate/* +/plugins/quickicon/joomlaupdate/* +/plugins/quickicon/index.html +/plugins/search/categories/* +/plugins/search/contacts/* +/plugins/search/content/* +/plugins/search/newsfeeds/* +/plugins/search/weblinks/* +/plugins/search/tags/* +/plugins/search/index.html +/plugins/system/cache/* +/plugins/system/debug/* +/plugins/system/highlight/* +/plugins/system/languagecode/* +/plugins/system/languagefilter/* +/plugins/system/log/* +/plugins/system/logout/* +/plugins/system/p3p/* +/plugins/system/redirect/* +/plugins/system/remember/* +/plugins/system/sef/* +/plugins/system/index.html +/plugins/twofactorauth/* +/plugins/user/contactcreator/* +/plugins/user/example/* +/plugins/user/joomla/* +/plugins/user/profile/* +/plugins/user/index.html +/plugins/index.html +/templates/atomic/* +/templates/beez3/* +/templates/beez_20/* +/templates/beez5/* +/templates/protostar/* +/templates/system/* +/templates/index.html +/tmp/* +/configuration.php +/index.php +/joomla.xml +/*.txt diff --git a/conf/gitignore/KDevelop4 b/conf/gitignore/KDevelop4 new file mode 100644 index 0000000000..7ac57b1add --- /dev/null +++ b/conf/gitignore/KDevelop4 @@ -0,0 +1,2 @@ +*.kdev4 +.kdev4/ diff --git a/conf/gitignore/Kate b/conf/gitignore/Kate new file mode 100644 index 0000000000..7ff06ce539 --- /dev/null +++ b/conf/gitignore/Kate @@ -0,0 +1,3 @@ +# Swap Files # +.*.kate-swp +.swp.* diff --git a/conf/gitignore/KiCAD b/conf/gitignore/KiCAD new file mode 100644 index 0000000000..a9e50ba43c --- /dev/null +++ b/conf/gitignore/KiCAD @@ -0,0 +1,13 @@ +# For PCBs designed using KiCAD: http://www.kicad-pcb.org/ + +# Temporary files +*.000 +*.bak +*.bck +*.kicad_pcb-bak + +# Netlist files (exported from Eeschema) +*.net + +# Autorouter files (exported from Pcbnew) +.dsn diff --git a/conf/gitignore/Kohana b/conf/gitignore/Kohana new file mode 100644 index 0000000000..8b2ab01a80 --- /dev/null +++ b/conf/gitignore/Kohana @@ -0,0 +1,2 @@ +application/cache/* +application/logs/* diff --git a/conf/gitignore/LabVIEW b/conf/gitignore/LabVIEW new file mode 100644 index 0000000000..122450865c --- /dev/null +++ b/conf/gitignore/LabVIEW @@ -0,0 +1,16 @@ +# Libraries +*.lvlibp +*.llb + +# Shared objects (inc. Windows DLLs) +*.dll +*.so +*.so.* +*.dylib + +# Executables +*.exe + +# Metadata +*.aliases +*.lvlps diff --git a/conf/gitignore/PHP Laravel b/conf/gitignore/Laravel similarity index 100% rename from conf/gitignore/PHP Laravel rename to conf/gitignore/Laravel diff --git a/conf/gitignore/Lazarus b/conf/gitignore/Lazarus new file mode 100644 index 0000000000..b32943f1c6 --- /dev/null +++ b/conf/gitignore/Lazarus @@ -0,0 +1,30 @@ +# Lazarus compiler-generated binaries (safe to delete) +*.exe +*.dll +*.so +*.dylib +*.lrs +*.res +*.compiled +*.dbg +*.ppu +*.o +*.or +*.a + +# Lazarus autogenerated files (duplicated info) +*.rst +*.rsj +*.lrt + +# Lazarus local files (user-specific info) +*.lps + +# Lazarus backups and unit output folders. +# These can be changed by user in Lazarus/project options. +backup/ +*.bak +lib/ + +# Application bundle for Mac OS +*.app/ diff --git a/conf/gitignore/Leiningen b/conf/gitignore/Leiningen new file mode 100644 index 0000000000..47fed6c20d --- /dev/null +++ b/conf/gitignore/Leiningen @@ -0,0 +1,12 @@ +pom.xml +pom.xml.asc +*jar +/lib/ +/classes/ +/target/ +/checkouts/ +.lein-deps-sum +.lein-repl-history +.lein-plugins/ +.lein-failures +.nrepl-port diff --git a/conf/gitignore/LemonStand b/conf/gitignore/LemonStand new file mode 100644 index 0000000000..c7d94ad34b --- /dev/null +++ b/conf/gitignore/LemonStand @@ -0,0 +1,21 @@ +boot.php +index.php +install.php +/config/* +!/config/config.php +/controllers/* +/init/* +/logs/* +/phproad/* +/temp/* +/uploaded/* +/installer_files/* +/modules/backend/* +/modules/blog/* +/modules/cms/* +/modules/core/* +/modules/session/* +/modules/shop/* +/modules/system/* +/modules/users/* +# add content_*.php if you don't want erase client changes to content diff --git a/conf/gitignore/LibreOffice b/conf/gitignore/LibreOffice new file mode 100644 index 0000000000..586beac91d --- /dev/null +++ b/conf/gitignore/LibreOffice @@ -0,0 +1,2 @@ +# LibreOffice locks +.~lock.*# diff --git a/conf/gitignore/Lilypond b/conf/gitignore/Lilypond new file mode 100644 index 0000000000..513e6edd9c --- /dev/null +++ b/conf/gitignore/Lilypond @@ -0,0 +1,6 @@ +*.pdf +*.ps +*.midi +*.mid +*.log +*~ diff --git a/conf/gitignore/Linux b/conf/gitignore/Linux new file mode 100644 index 0000000000..5932ea1797 --- /dev/null +++ b/conf/gitignore/Linux @@ -0,0 +1,7 @@ +*~ + +# KDE directory preferences +.directory + +# Linux trash folder which might appear on any partition or disk +.Trash-* diff --git a/conf/gitignore/Lithium b/conf/gitignore/Lithium new file mode 100644 index 0000000000..7b22568ea8 --- /dev/null +++ b/conf/gitignore/Lithium @@ -0,0 +1,2 @@ +libraries/* +resources/tmp/* diff --git a/conf/gitignore/Lua b/conf/gitignore/Lua new file mode 100644 index 0000000000..6fd0a376de --- /dev/null +++ b/conf/gitignore/Lua @@ -0,0 +1,41 @@ +# Compiled Lua sources +luac.out + +# luarocks build files +*.src.rock +*.zip +*.tar.gz + +# Object files +*.o +*.os +*.ko +*.obj +*.elf + +# Precompiled Headers +*.gch +*.pch + +# Libraries +*.lib +*.a +*.la +*.lo +*.def +*.exp + +# Shared objects (inc. Windows DLLs) +*.dll +*.so +*.so.* +*.dylib + +# Executables +*.exe +*.out +*.app +*.i*86 +*.x86_64 +*.hex + diff --git a/conf/gitignore/LyX b/conf/gitignore/LyX new file mode 100644 index 0000000000..8efe0195cf --- /dev/null +++ b/conf/gitignore/LyX @@ -0,0 +1,4 @@ +# Ignore LyX backup and autosave files +# http://www.lyx.org/ +*.lyx~ +*.lyx# diff --git a/conf/gitignore/Magento b/conf/gitignore/Magento new file mode 100644 index 0000000000..e2ea013328 --- /dev/null +++ b/conf/gitignore/Magento @@ -0,0 +1,126 @@ +.htaccess.sample +.modgit/ +.modman/ +app/code/community/Phoenix/ +app/code/community/Cm/ +app/code/core/ +app/design/adminhtml/default/default/ +app/design/frontend/base/ +app/design/frontend/rwd/ +app/design/frontend/default/blank/ +app/design/frontend/default/default/ +app/design/frontend/default/iphone/ +app/design/frontend/default/modern/ +app/design/frontend/enterprise/default +app/design/install/ +app/etc/modules/Enterprise_* +app/etc/modules/Mage_All.xml +app/etc/modules/Mage_Api.xml +app/etc/modules/Mage_Api2.xml +app/etc/modules/Mage_Authorizenet.xml +app/etc/modules/Mage_Bundle.xml +app/etc/modules/Mage_Captcha.xml +app/etc/modules/Mage_Centinel.xml +app/etc/modules/Mage_Compiler.xml +app/etc/modules/Mage_ConfigurableSwatches.xml +app/etc/modules/Mage_Connect.xml +app/etc/modules/Mage_CurrencySymbol.xml +app/etc/modules/Mage_Downloadable.xml +app/etc/modules/Mage_ImportExport.xml +app/etc/modules/Mage_LoadTest.xml +app/etc/modules/Mage_Oauth.xml +app/etc/modules/Mage_PageCache.xml +app/etc/modules/Mage_Persistent.xml +app/etc/modules/Mage_Weee.xml +app/etc/modules/Mage_Widget.xml +app/etc/modules/Mage_XmlConnect.xml +app/etc/modules/Phoenix_Moneybookers.xml +app/etc/modules/Cm_RedisSession.xml +app/etc/applied.patches.list +app/etc/config.xml +app/etc/enterprise.xml +app/etc/local.xml.additional +app/etc/local.xml.template +app/etc/local.xml +app/.htaccess +app/locale/ +app/Mage.php +/cron.php +cron.sh +downloader/ +errors/ +favicon.ico +/get.php +includes/ +/index.php +index.php.sample +/install.php +js/blank.html +js/calendar/ +js/enterprise/ +js/extjs/ +js/firebug/ +js/flash/ +js/index.php +js/jscolor/ +js/lib/ +js/mage/ +js/prototype/ +js/scriptaculous/ +js/spacer.gif +js/tiny_mce/ +js/varien/ +lib/3Dsecure/ +lib/Apache/ +lib/flex/ +lib/googlecheckout/ +lib/.htaccess +lib/LinLibertineFont/ +lib/Mage/ +lib/PEAR/ +lib/Pelago/ +lib/phpseclib/ +lib/Varien/ +lib/Zend/ +lib/Cm/ +lib/Credis/ +lib/Magento/ +LICENSE_AFL.txt +LICENSE.html +LICENSE.txt +LICENSE_EE* +/mage +media/customer/ +media/dhl/ +media/downloadable/ +media/.htaccess +media/import/ +media/xmlconnect/ +media/catalog/product/cache/ +media/catalog/product/placeholder/default/ +/api.php +nbproject/ +pear +pear/ +php.ini.sample +pkginfo/ +RELEASE_NOTES.txt +shell/abstract.php +shell/compiler.php +shell/indexer.php +shell/log.php +sitemap.xml +skin/adminhtml/default/default/ +skin/adminhtml/default/enterprise +skin/frontend/base/ +skin/frontend/rwd/ +skin/frontend/default/blank/ +skin/frontend/default/blue/ +skin/frontend/default/default/ +skin/frontend/default/french/ +skin/frontend/default/german/ +skin/frontend/default/iphone/ +skin/frontend/default/modern/ +skin/frontend/enterprise +skin/install/ +var/ diff --git a/conf/gitignore/Matlab b/conf/gitignore/Matlab new file mode 100644 index 0000000000..79bc56cddd --- /dev/null +++ b/conf/gitignore/Matlab @@ -0,0 +1,16 @@ +##--------------------------------------------------- +## Remove autosaves generated by the Matlab editor +## We have git for backups! +##--------------------------------------------------- + +# Windows default autosave extension +*.asv + +# OSX / *nix default autosave extension +*.m~ + +# Compiled MEX binaries (all platforms) +*.mex* + +# Simulink Code Generation +slprj/ diff --git a/conf/gitignore/Maven b/conf/gitignore/Maven new file mode 100644 index 0000000000..1cdc9f7fd4 --- /dev/null +++ b/conf/gitignore/Maven @@ -0,0 +1,9 @@ +target/ +pom.xml.tag +pom.xml.releaseBackup +pom.xml.versionsBackup +pom.xml.next +release.properties +dependency-reduced-pom.xml +buildNumber.properties +.mvn/timing.properties diff --git a/conf/gitignore/Mercurial b/conf/gitignore/Mercurial new file mode 100644 index 0000000000..e65d113798 --- /dev/null +++ b/conf/gitignore/Mercurial @@ -0,0 +1,6 @@ +.hg/ +.hgignore +.hgsigs +.hgsub +.hgsubstate +.hgtags diff --git a/conf/gitignore/Mercury b/conf/gitignore/Mercury new file mode 100644 index 0000000000..70ec869397 --- /dev/null +++ b/conf/gitignore/Mercury @@ -0,0 +1,13 @@ +Mercury/ +Mercury.modules +*.mh +*.err +*.init +*.dll +*.exe +*.a +*.so +*.dylib +*.beams +*.d +*.c_date diff --git a/conf/gitignore/MetaProgrammingSystem b/conf/gitignore/MetaProgrammingSystem new file mode 100644 index 0000000000..3e75841041 --- /dev/null +++ b/conf/gitignore/MetaProgrammingSystem @@ -0,0 +1,16 @@ +workspace.xml +junitvmwatcher*.properties +build.properties + +# generated java classes and java source files +# manually add any custom artifacts that can't be generated from the models +# http://confluence.jetbrains.com/display/MPSD25/HowTo+--+MPS+and+Git +classes_gen +source_gen +source_gen.caches + +# generated test code and test results +test_gen +test_gen.caches +TEST-*.xml +junit*.properties diff --git a/conf/gitignore/MicrosoftOffice b/conf/gitignore/MicrosoftOffice new file mode 100644 index 0000000000..412297bb99 --- /dev/null +++ b/conf/gitignore/MicrosoftOffice @@ -0,0 +1,10 @@ +*.tmp + +# Word temporary +~$*.doc* + +# Excel temporary +~$*.xls* + +# Excel Backup File +*.xlk diff --git a/conf/gitignore/ModelSim b/conf/gitignore/ModelSim new file mode 100644 index 0000000000..46592b8643 --- /dev/null +++ b/conf/gitignore/ModelSim @@ -0,0 +1,23 @@ +# ignore ModelSim generated files and directories (temp files and so on) +[_@]* + +# ignore compilation output of ModelSim +*.mti +*.dat +*.dbs +*.psm +*.bak +*.cmp +*.jpg +*.html +*.bsf + +# ignore simulation output of ModelSim +wlf* +*.wlf +*.vstf +*.ucdb +cov*/ +transcript* +sc_dpiheader.h +vsim.dbg diff --git a/conf/gitignore/Momentics b/conf/gitignore/Momentics new file mode 100644 index 0000000000..b14db2d864 --- /dev/null +++ b/conf/gitignore/Momentics @@ -0,0 +1,8 @@ +# Built files +x86/ +arm/ +arm-p/ +translations/*.qm + +# IDE settings +.settings/ diff --git a/conf/gitignore/MonoDevelop b/conf/gitignore/MonoDevelop new file mode 100644 index 0000000000..ef38d06b08 --- /dev/null +++ b/conf/gitignore/MonoDevelop @@ -0,0 +1,8 @@ +#User Specific +*.userprefs +*.usertasks + +#Mono Project Files +*.pidb +*.resources +test-results/ diff --git a/conf/gitignore/Nanoc b/conf/gitignore/Nanoc new file mode 100644 index 0000000000..abc21828a3 --- /dev/null +++ b/conf/gitignore/Nanoc @@ -0,0 +1,10 @@ +# For projects using nanoc (http://nanoc.ws/) + +# Default location for output, needs to match output_dir's value found in config.yaml +output/ + +# Temporary file directory +tmp/ + +# Crash Log +crash.log diff --git a/conf/gitignore/NetBeans b/conf/gitignore/NetBeans new file mode 100644 index 0000000000..debe0e48ef --- /dev/null +++ b/conf/gitignore/NetBeans @@ -0,0 +1,8 @@ +nbproject/private/ +build/ +nbbuild/ +dist/ +nbdist/ +nbactions.xml +nb-configuration.xml +.nb-gradle/ diff --git a/conf/gitignore/Nim b/conf/gitignore/Nim new file mode 100644 index 0000000000..67d9b34c6c --- /dev/null +++ b/conf/gitignore/Nim @@ -0,0 +1 @@ +nimcache/ diff --git a/conf/gitignore/Ninja b/conf/gitignore/Ninja new file mode 100644 index 0000000000..50e58f24cc --- /dev/null +++ b/conf/gitignore/Ninja @@ -0,0 +1,2 @@ +.ninja_deps +.ninja_log diff --git a/conf/gitignore/Node b/conf/gitignore/Node new file mode 100644 index 0000000000..b38069de7c --- /dev/null +++ b/conf/gitignore/Node @@ -0,0 +1,28 @@ +# Logs +logs +*.log +npm-debug.log* + +# Runtime data +pids +*.pid +*.seed + +# Directory for instrumented libs generated by jscoverage/JSCover +lib-cov + +# Coverage directory used by tools like istanbul +coverage + +# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) +.grunt + +# node-waf configuration +.lock-wscript + +# Compiled binary addons (http://nodejs.org/api/addons.html) +build/Release + +# Dependency directory +# https://docs.npmjs.com/misc/faq#should-i-check-my-node-modules-folder-into-git +node_modules diff --git a/conf/gitignore/NotepadPP b/conf/gitignore/NotepadPP new file mode 100644 index 0000000000..8fbda83a2c --- /dev/null +++ b/conf/gitignore/NotepadPP @@ -0,0 +1,2 @@ +# Notepad++ backups # +*.bak diff --git a/conf/gitignore/OCaml b/conf/gitignore/OCaml new file mode 100644 index 0000000000..f7817ae5c3 --- /dev/null +++ b/conf/gitignore/OCaml @@ -0,0 +1,20 @@ +*.annot +*.cmo +*.cma +*.cmi +*.a +*.o +*.cmx +*.cmxs +*.cmxa + +# ocamlbuild working directory +_build/ + +# ocamlbuild targets +*.byte +*.native + +# oasis generated files +setup.data +setup.log diff --git a/conf/gitignore/OSX b/conf/gitignore/OSX new file mode 100644 index 0000000000..660b31353e --- /dev/null +++ b/conf/gitignore/OSX @@ -0,0 +1,24 @@ +.DS_Store +.AppleDouble +.LSOverride + +# Icon must end with two \r +Icon + +# Thumbnails +._* + +# Files that might appear in the root of a volume +.DocumentRevisions-V100 +.fseventsd +.Spotlight-V100 +.TemporaryItems +.Trashes +.VolumeIcon.icns + +# Directories potentially created on remote AFP share +.AppleDB +.AppleDesktop +Network Trash Folder +Temporary Items +.apdisk diff --git a/conf/gitignore/Objective-C b/conf/gitignore/Objective-C index e4a4e824bd..05096f66ef 100644 --- a/conf/gitignore/Objective-C +++ b/conf/gitignore/Objective-C @@ -1,7 +1,43 @@ +# Xcode +# +# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore + +## Build generated +build/ +DerivedData + +## Various settings +*.pbxuser +!default.pbxuser +*.mode1v3 +!default.mode1v3 +*.mode2v3 +!default.mode2v3 +*.perspectivev3 +!default.perspectivev3 +xcuserdata + +## Other +*.xccheckout +*.moved-aside +*.xcuserstate +*.xcscmblueprint + +## Obj-C/Swift specific +*.hmap +*.ipa + # CocoaPods # # We recommend against adding the Pods directory to your .gitignore. However # you should judge for yourself, the pros and cons are mentioned at: -# http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control? +# http://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control # -# Pods/ +#Pods/ + +# Carthage +# +# Add this line if you want to avoid checking in source code from Carthage dependencies. +# Carthage/Checkouts + +Carthage/Build diff --git a/conf/gitignore/Opa b/conf/gitignore/Opa new file mode 100644 index 0000000000..74c6219ced --- /dev/null +++ b/conf/gitignore/Opa @@ -0,0 +1,13 @@ +_build +_tracks + +opa-debug-js + +*.opp +*.opx +*.opx.broken +*.dump +*.api +*.api-txt +*.exe +*.log diff --git a/conf/gitignore/OpenCart b/conf/gitignore/OpenCart new file mode 100644 index 0000000000..cc937674b8 --- /dev/null +++ b/conf/gitignore/OpenCart @@ -0,0 +1,11 @@ +.htaccess +/config.php +admin/config.php + +!index.html + +download/ +image/data/ +image/cache/ +system/cache/ +system/logs/ diff --git a/conf/gitignore/OracleForms b/conf/gitignore/OracleForms new file mode 100644 index 0000000000..699a494011 --- /dev/null +++ b/conf/gitignore/OracleForms @@ -0,0 +1,8 @@ +# Compiled Form Modules +*.fmx + +# Compiled Menu Modules +*.mmx + +# Compiled Pre-Linked Libraries +*.plx diff --git a/conf/gitignore/Packer b/conf/gitignore/Packer new file mode 100644 index 0000000000..1b7a03efdd --- /dev/null +++ b/conf/gitignore/Packer @@ -0,0 +1,5 @@ +# Cache objects +packer_cache/ + +# For built boxes +*.box diff --git a/conf/gitignore/Perl b/conf/gitignore/Perl new file mode 100644 index 0000000000..ae2ad536ab --- /dev/null +++ b/conf/gitignore/Perl @@ -0,0 +1,20 @@ +/blib/ +/.build/ +_build/ +cover_db/ +inc/ +Build +!Build/ +Build.bat +.last_cover_stats +/Makefile +/Makefile.old +/MANIFEST.bak +/META.yml +/META.json +/MYMETA.* +nytprof.out +/pm_to_blib +*.o +*.bs +/_eumm/ diff --git a/conf/gitignore/Phalcon b/conf/gitignore/Phalcon new file mode 100644 index 0000000000..6ffe3aa220 --- /dev/null +++ b/conf/gitignore/Phalcon @@ -0,0 +1,2 @@ +/cache/ +/config/development/ diff --git a/conf/gitignore/PlayFramework b/conf/gitignore/PlayFramework new file mode 100644 index 0000000000..4735f055fc --- /dev/null +++ b/conf/gitignore/PlayFramework @@ -0,0 +1,17 @@ +# Ignore Play! working directory # +bin/ +/db +.eclipse +/lib/ +/logs/ +/modules +/project/project +/project/target +/target +tmp/ +test-result +server.pid +*.iml +*.eml +/dist/ +.cache diff --git a/conf/gitignore/Plone b/conf/gitignore/Plone new file mode 100644 index 0000000000..770a8681ac --- /dev/null +++ b/conf/gitignore/Plone @@ -0,0 +1,18 @@ +*.pyc +*.pyo +*.tmp* +*.mo +*.egg +*.EGG +*.egg-info +*.EGG-INFO +.*.cfg +bin/ +build/ +develop-eggs/ +downloads/ +eggs/ +fake-eggs/ +parts/ +dist/ +var/ diff --git a/conf/gitignore/Prestashop b/conf/gitignore/Prestashop new file mode 100644 index 0000000000..1c8462b08c --- /dev/null +++ b/conf/gitignore/Prestashop @@ -0,0 +1,25 @@ +# Private files +# The following files contain your database credentials and other personal data. + +config/settings.*.php + +# Cache, temp and generated files +# The following files are generated by PrestaShop. + +admin-dev/autoupgrade/ +cache/ +config/xml/*.xml +log/ +*sitemap.xml +themes/*/cache/ +modules/*/config*.xml + +# Site content +# The following folders contain product images, virtual products, CSV's, etc. + +admin-dev/backups/ +admin-dev/export/ +admin-dev/import/ +download/ +img/ +upload/ diff --git a/conf/gitignore/Processing b/conf/gitignore/Processing new file mode 100644 index 0000000000..85f269a89f --- /dev/null +++ b/conf/gitignore/Processing @@ -0,0 +1,7 @@ +.DS_Store +applet +application.linux32 +application.linux64 +application.windows32 +application.windows64 +application.macosx diff --git a/conf/gitignore/Python b/conf/gitignore/Python index ded6067880..a65d04669c 100644 --- a/conf/gitignore/Python +++ b/conf/gitignore/Python @@ -1,36 +1,58 @@ +# Byte-compiled / optimized / DLL files +__pycache__/ *.py[cod] +*$py.class # C extensions *.so -# Packages -*.egg -*.egg-info -dist -build -eggs -parts -bin -var -sdist -develop-eggs +# Distribution / packaging +.Python +env/ +build/ +develop-eggs/ +dist/ +downloads/ +eggs/ +.eggs/ +lib/ +lib64/ +parts/ +sdist/ +var/ +*.egg-info/ .installed.cfg -lib -lib64 -__pycache__ +*.egg + +# PyInstaller +# Usually these files are written by a python script from a template +# before PyInstaller builds the exe, so as to inject date/other infos into it. +*.manifest +*.spec # Installer logs pip-log.txt +pip-delete-this-directory.txt # Unit test / coverage reports +htmlcov/ +.tox/ .coverage -.tox +.coverage.* +.cache nosetests.xml +coverage.xml +*,cover # Translations *.mo +*.pot -# Mr Developer -.mr.developer.cfg -.project -.pydevproject +# Django stuff: +*.log + +# Sphinx documentation +docs/_build/ + +# PyBuilder +target/ diff --git a/conf/gitignore/Qooxdoo b/conf/gitignore/Qooxdoo new file mode 100644 index 0000000000..d0c64102d8 --- /dev/null +++ b/conf/gitignore/Qooxdoo @@ -0,0 +1,5 @@ +cache +cache-downloads +inspector +api +source/inspector.html diff --git a/conf/gitignore/Qt b/conf/gitignore/Qt new file mode 100644 index 0000000000..85a6baace8 --- /dev/null +++ b/conf/gitignore/Qt @@ -0,0 +1,34 @@ +# C++ objects and libs + +*.slo +*.lo +*.o +*.a +*.la +*.lai +*.so +*.dll +*.dylib + +# Qt-es + +/.qmake.cache +/.qmake.stash +*.pro.user +*.pro.user.* +*.qbs.user +*.qbs.user.* +*.moc +moc_*.cpp +qrc_*.cpp +ui_*.h +Makefile* +*-build-* + +# QtCreator + +*.autosave + +#QtCtreator Qml +*.qmlproject.user +*.qmlproject.user.* diff --git a/conf/gitignore/R b/conf/gitignore/R new file mode 100644 index 0000000000..49037a0b7c --- /dev/null +++ b/conf/gitignore/R @@ -0,0 +1,16 @@ +# History files +.Rhistory +.Rapp.history + +# Example code in package build process +*-Ex.R + +# RStudio files +.Rproj.user/ + +# produced vignettes +vignettes/*.html +vignettes/*.pdf + +# OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3 +.httr-oauth diff --git a/conf/gitignore/ROS b/conf/gitignore/ROS new file mode 100644 index 0000000000..f8bcd11737 --- /dev/null +++ b/conf/gitignore/ROS @@ -0,0 +1,47 @@ +build/ +bin/ +lib/ +msg_gen/ +srv_gen/ +msg/*Action.msg +msg/*ActionFeedback.msg +msg/*ActionGoal.msg +msg/*ActionResult.msg +msg/*Feedback.msg +msg/*Goal.msg +msg/*Result.msg +msg/_*.py + +# Generated by dynamic reconfigure +*.cfgc +/cfg/cpp/ +/cfg/*.py + +# Ignore generated docs +*.dox +*.wikidoc + +# eclipse stuff +.project +.cproject + +# qcreator stuff +CMakeLists.txt.user + +srv/_*.py +*.pcd +*.pyc +qtcreator-* +*.user + +/planning/cfg +/planning/docs +/planning/src + +*~ + +# Emacs +.#* + +# Catkin custom files +CATKIN_IGNORE diff --git a/conf/gitignore/Rails b/conf/gitignore/Rails new file mode 100644 index 0000000000..f786a90af3 --- /dev/null +++ b/conf/gitignore/Rails @@ -0,0 +1,35 @@ +*.rbc +capybara-*.html +.rspec +/log +/tmp +/db/*.sqlite3 +/db/*.sqlite3-journal +/public/system +/coverage/ +/spec/tmp +**.orig +rerun.txt +pickle-email-*.html + +# TODO Comment out these rules if you are OK with secrets being uploaded to the repo +config/initializers/secret_token.rb +config/secrets.yml + +## Environment normalisation: +/.bundle +/vendor/bundle + +# these should all be checked in to normalise the environment: +# Gemfile.lock, .ruby-version, .ruby-gemset + +# unless supporting rvm < 1.11.0 or doing something fancy, ignore this: +.rvmrc + +# if using bower-rails ignore default bower_components path bower.json files +/vendor/assets/bower_components +*.bowerrc +bower.json + +# Ignore pow environment settings +.powenv diff --git a/conf/gitignore/Redcar b/conf/gitignore/Redcar new file mode 100644 index 0000000000..b4a9d1d68e --- /dev/null +++ b/conf/gitignore/Redcar @@ -0,0 +1 @@ +.redcar diff --git a/conf/gitignore/Redis b/conf/gitignore/Redis new file mode 100644 index 0000000000..57c1c230f9 --- /dev/null +++ b/conf/gitignore/Redis @@ -0,0 +1,3 @@ +# Ignore redis binary dump (dump.rdb) files + +*.rdb diff --git a/conf/gitignore/RhodesRhomobile b/conf/gitignore/RhodesRhomobile new file mode 100644 index 0000000000..a211dcc3b0 --- /dev/null +++ b/conf/gitignore/RhodesRhomobile @@ -0,0 +1,9 @@ +rholog-* +sim-* +bin/libs +bin/RhoBundle +bin/tmp +bin/target +bin/*.ap_ +*.o +*.jar diff --git a/conf/gitignore/Ruby b/conf/gitignore/Ruby index 560d1a6a30..1ba91c05fe 100644 --- a/conf/gitignore/Ruby +++ b/conf/gitignore/Ruby @@ -1,18 +1,36 @@ *.gem *.rbc -.bundle -.config -coverage -InstalledFiles -lib/bundler/man -pkg -rdoc -spec/reports -test/tmp -test/version_tmp -tmp +/.config +/coverage/ +/InstalledFiles +/pkg/ +/spec/reports/ +/spec/examples.txt +/test/tmp/ +/test/version_tmp/ +/tmp/ -# YARD artifacts -.yardoc -_yardoc -doc/ +## Specific to RubyMotion: +.dat* +.repl_history +build/ + +## Documentation cache and generated files: +/.yardoc/ +/_yardoc/ +/doc/ +/rdoc/ + +## Environment normalisation: +/.bundle/ +/vendor/bundle +/lib/bundler/man/ + +# for a library or gem, you might want to ignore these files since the code is +# intended to run in multiple environments; otherwise, check them in: +# Gemfile.lock +# .ruby-version +# .ruby-gemset + +# unless supporting rvm < 1.11.0 or doing something fancy, ignore this: +.rvmrc diff --git a/conf/gitignore/Rust b/conf/gitignore/Rust new file mode 100644 index 0000000000..37727f91cb --- /dev/null +++ b/conf/gitignore/Rust @@ -0,0 +1,11 @@ +# Compiled files +*.o +*.so +*.rlib +*.dll + +# Executables +*.exe + +# Generated by Cargo +/target/ diff --git a/conf/gitignore/SBT b/conf/gitignore/SBT new file mode 100644 index 0000000000..970d897c75 --- /dev/null +++ b/conf/gitignore/SBT @@ -0,0 +1,9 @@ +# Simple Build Tool +# http://www.scala-sbt.org/release/docs/Getting-Started/Directories.html#configuring-version-control + +target/ +lib_managed/ +src_managed/ +project/boot/ +.history +.cache diff --git a/conf/gitignore/SCons b/conf/gitignore/SCons new file mode 100644 index 0000000000..39d9743a08 --- /dev/null +++ b/conf/gitignore/SCons @@ -0,0 +1,2 @@ +# for projects that use SCons for building: http://http://www.scons.org/ +.sconsign.dblite diff --git a/conf/gitignore/SVN b/conf/gitignore/SVN new file mode 100644 index 0000000000..1b53ace613 --- /dev/null +++ b/conf/gitignore/SVN @@ -0,0 +1 @@ +.svn/ diff --git a/conf/gitignore/Sass b/conf/gitignore/Sass new file mode 100644 index 0000000000..486b32ce90 --- /dev/null +++ b/conf/gitignore/Sass @@ -0,0 +1,2 @@ +.sass-cache/ +*.css.map diff --git a/conf/gitignore/Scala b/conf/gitignore/Scala new file mode 100644 index 0000000000..c58d83b318 --- /dev/null +++ b/conf/gitignore/Scala @@ -0,0 +1,17 @@ +*.class +*.log + +# sbt specific +.cache +.history +.lib/ +dist/* +target/ +lib_managed/ +src_managed/ +project/boot/ +project/plugins/project/ + +# Scala-IDE specific +.scala_dependencies +.worksheet diff --git a/conf/gitignore/Scrivener b/conf/gitignore/Scrivener new file mode 100644 index 0000000000..3b39c66ba1 --- /dev/null +++ b/conf/gitignore/Scrivener @@ -0,0 +1,7 @@ +/Files/binder.autosave +/Files/binder.backup +/Files/search.indexes +/Files/user.lock +/Files/Docs/docs.checksum +/QuickLook/ +/Settings/ui.plist diff --git a/conf/gitignore/Sdcc b/conf/gitignore/Sdcc new file mode 100644 index 0000000000..07ee7d59ab --- /dev/null +++ b/conf/gitignore/Sdcc @@ -0,0 +1,8 @@ +# SDCC stuff +*.lnk +*.lst +*.map +*.mem +*.rel +*.rst +*.sym diff --git a/conf/gitignore/SeamGen b/conf/gitignore/SeamGen new file mode 100644 index 0000000000..a418cf376c --- /dev/null +++ b/conf/gitignore/SeamGen @@ -0,0 +1,26 @@ +/bootstrap/data +/bootstrap/tmp +/classes/ +/dist/ +/exploded-archives/ +/test-build/ +/test-output/ +/test-report/ +/target/ +temp-testng-customsuite.xml + +# based on http://stackoverflow.com/a/8865858/422476 I am removing inline comments + +#/classes/ all class files +#/dist/ contains generated war files for deployment +#/exploded-archives/ war content generation during deploy (or explode) +#/test-build/ test compilation (ant target for Seam) +#/test-output/ test results +#/test-report/ test report generation for, e.g., Hudson +#/target/ maven output folder +#temp-testng-customsuite.xml generated when running test cases under Eclipse + +# Thanks to @VonC and @kraftan for their helpful answers on a related question +# on StackOverflow.com: +# http://stackoverflow.com/questions/4176687 +# /what-is-the-recommended-source-control-ignore-pattern-for-seam-projects diff --git a/conf/gitignore/SketchUp b/conf/gitignore/SketchUp new file mode 100644 index 0000000000..5160df3c6b --- /dev/null +++ b/conf/gitignore/SketchUp @@ -0,0 +1 @@ +*.skb diff --git a/conf/gitignore/SlickEdit b/conf/gitignore/SlickEdit new file mode 100644 index 0000000000..f30b8da457 --- /dev/null +++ b/conf/gitignore/SlickEdit @@ -0,0 +1,11 @@ +# SlickEdit workspace and project files are ignored by default because +# typically they are considered to be developer-specific and not part of a +# project. +*.vpw +*.vpj + +# SlickEdit workspace history and tag files always contain user-specific +# data so they should not be stored in a repository. +*.vpwhistu +*.vpwhist +*.vtg diff --git a/conf/gitignore/Stella b/conf/gitignore/Stella new file mode 100644 index 0000000000..402a543837 --- /dev/null +++ b/conf/gitignore/Stella @@ -0,0 +1,12 @@ +# Atari 2600 (Stella) support for multiple assemblers +# - DASM +# - CC65 + +# Assembled binaries and object directories +obj/ +a.out +*.bin +*.a26 + +# Add in special Atari 7800-based binaries for good measure +*.a78 diff --git a/conf/gitignore/SublimeText b/conf/gitignore/SublimeText new file mode 100644 index 0000000000..1d4e613759 --- /dev/null +++ b/conf/gitignore/SublimeText @@ -0,0 +1,14 @@ +# cache files for sublime text +*.tmlanguage.cache +*.tmPreferences.cache +*.stTheme.cache + +# workspace files are user-specific +*.sublime-workspace + +# project files should be checked into the repository, unless a significant +# proportion of contributors will probably not be using SublimeText +# *.sublime-project + +# sftp configuration file +sftp-config.json diff --git a/conf/gitignore/SugarCRM b/conf/gitignore/SugarCRM new file mode 100644 index 0000000000..842c3ec518 --- /dev/null +++ b/conf/gitignore/SugarCRM @@ -0,0 +1,25 @@ +## SugarCRM +# Ignore custom .htaccess stuff. +/.htaccess +# Ignore the cache directory completely. +# This will break the current behaviour. Which was often leading to +# the misuse of the repository as backup replacement. +# For development the cache directory can be safely ignored and +# therefore it is ignored. +/cache/ +# Ignore some files and directories from the custom directory. +/custom/history/ +/custom/modulebuilder/ +/custom/working/ +/custom/modules/*/Ext/ +/custom/application/Ext/ +# Custom configuration should also be ignored. +/config.php +/config_override.php +# The silent upgrade scripts aren't needed. +/silentUpgrade*.php +# Logs files can safely be ignored. +*.log +# Ignore the new upload directories. +/upload/ +/upload_backup/ diff --git a/conf/gitignore/Swift b/conf/gitignore/Swift new file mode 100644 index 0000000000..d571cb2c8d --- /dev/null +++ b/conf/gitignore/Swift @@ -0,0 +1,43 @@ +# Xcode +# +# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore + +## Build generated +build/ +DerivedData + +## Various settings +*.pbxuser +!default.pbxuser +*.mode1v3 +!default.mode1v3 +*.mode2v3 +!default.mode2v3 +*.perspectivev3 +!default.perspectivev3 +xcuserdata + +## Other +*.xccheckout +*.moved-aside +*.xcuserstate +*.xcscmblueprint + +## Obj-C/Swift specific +*.hmap +*.ipa + +# CocoaPods +# +# We recommend against adding the Pods directory to your .gitignore. However +# you should judge for yourself, the pros and cons are mentioned at: +# http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control +# +# Pods/ + +# Carthage +# +# Add this line if you want to avoid checking in source code from Carthage dependencies. +# Carthage/Checkouts + +Carthage/Build diff --git a/conf/gitignore/PHP Symfony b/conf/gitignore/Symfony similarity index 100% rename from conf/gitignore/PHP Symfony rename to conf/gitignore/Symfony diff --git a/conf/gitignore/SymphonyCMS b/conf/gitignore/SymphonyCMS new file mode 100644 index 0000000000..671c7ff9e3 --- /dev/null +++ b/conf/gitignore/SymphonyCMS @@ -0,0 +1,6 @@ +manifest/cache/ +manifest/logs/ +manifest/tmp/ +symphony/ +workspace/uploads/ +install-log.txt diff --git a/conf/gitignore/SynopsysVCS b/conf/gitignore/SynopsysVCS new file mode 100644 index 0000000000..eed2432fb7 --- /dev/null +++ b/conf/gitignore/SynopsysVCS @@ -0,0 +1,36 @@ +# Waveform formats +*.vcd +*.vpd +*.evcd +*.fsdb + +# Default name of the simulation executable. A different name can be +# specified with this switch (the associated daidir database name is +# also taken from here): -o / +simv + +# Generated for Verilog and VHDL top configs +simv.daidir/ +simv.db.dir/ + +# Infrastructure necessary to co-simulate SystemC models with +# Verilog/VHDL models. An alternate directory may be specified with this +# switch: -Mdir= +csrc/ + +# Log file - the following switch allows to specify the file that will be +# used to write all messages from simulation: -l +*.log + +# Coverage results (generated with urg) and database location. The +# following switch can also be used: urg -dir .vdb +simv.vdb/ +urgReport/ + +# DVE and UCLI related files. +DVEfiles/ +ucli.key + +# When the design is elaborated for DirectC, the following file is created +# with declarations for C/C++ functions. +vc_hdrs.h diff --git a/conf/gitignore/Tags b/conf/gitignore/Tags new file mode 100644 index 0000000000..45922ec1cb --- /dev/null +++ b/conf/gitignore/Tags @@ -0,0 +1,14 @@ +# Ignore tags created by etags, ctags, gtags (GNU global) and cscope +TAGS +!TAGS/ +tags +!tags/ +gtags.files +GTAGS +GRTAGS +GPATH +cscope.files +cscope.out +cscope.in.out +cscope.po.out + diff --git a/conf/gitignore/TeX b/conf/gitignore/TeX new file mode 100644 index 0000000000..a7a84bc9e2 --- /dev/null +++ b/conf/gitignore/TeX @@ -0,0 +1,136 @@ +## Core latex/pdflatex auxiliary files: +*.aux +*.lof +*.log +*.lot +*.fls +*.out +*.toc + +## Intermediate documents: +*.dvi +*-converted-to.* +# these rules might exclude image files for figures etc. +# *.ps +# *.eps +# *.pdf + +## Bibliography auxiliary files (bibtex/biblatex/biber): +*.bbl +*.bcf +*.blg +*-blx.aux +*-blx.bib +*.brf +*.run.xml + +## Build tool auxiliary files: +*.fdb_latexmk +*.synctex +*.synctex.gz +*.synctex.gz(busy) +*.pdfsync + +## Auxiliary and intermediate files from other packages: + + +# algorithms +*.alg +*.loa + +# achemso +acs-*.bib + +# amsthm +*.thm + +# beamer +*.nav +*.snm +*.vrb + +#(e)ledmac/(e)ledpar +*.end +*.[1-9] +*.[1-9][0-9] +*.[1-9][0-9][0-9] +*.[1-9]R +*.[1-9][0-9]R +*.[1-9][0-9][0-9]R +*.eledsec[1-9] +*.eledsec[1-9]R +*.eledsec[1-9][0-9] +*.eledsec[1-9][0-9]R +*.eledsec[1-9][0-9][0-9] +*.eledsec[1-9][0-9][0-9]R + +# glossaries +*.acn +*.acr +*.glg +*.glo +*.gls + +# gnuplottex +*-gnuplottex-* + +# hyperref +*.brf + +# knitr +*-concordance.tex +*.tikz +*-tikzDictionary + +# listings +*.lol + +# makeidx +*.idx +*.ilg +*.ind +*.ist + +# minitoc +*.maf +*.mtc +*.mtc[0-9] +*.mtc[1-9][0-9] + +# minted +_minted* +*.pyg + +# morewrites +*.mw + +# mylatexformat +*.fmt + +# nomencl +*.nlo + +# sagetex +*.sagetex.sage +*.sagetex.py +*.sagetex.scmd + +# sympy +*.sout +*.sympy +sympy-plots-for-*.tex/ + +# TikZ & PGF +*.dpth +*.md5 +*.auxlock + +# todonotes +*.tdo + +# xindy +*.xdy + +# WinEdt +*.bak +*.sav diff --git a/conf/gitignore/TextMate b/conf/gitignore/TextMate new file mode 100644 index 0000000000..41e8d07a94 --- /dev/null +++ b/conf/gitignore/TextMate @@ -0,0 +1,3 @@ +*.tmproj +*.tmproject +tmtags diff --git a/conf/gitignore/Textpattern b/conf/gitignore/Textpattern new file mode 100644 index 0000000000..3805636d62 --- /dev/null +++ b/conf/gitignore/Textpattern @@ -0,0 +1,11 @@ +.htaccess +css.php +rpc/ +sites/site*/admin/ +sites/site*/private/ +sites/site*/public/admin/ +sites/site*/public/setup/ +sites/site*/public/theme/ +textpattern/ +HISTORY.txt +README.txt diff --git a/conf/gitignore/TortoiseGit b/conf/gitignore/TortoiseGit new file mode 100644 index 0000000000..db89590a62 --- /dev/null +++ b/conf/gitignore/TortoiseGit @@ -0,0 +1,2 @@ +# Project-level settings +/.tgitconfig diff --git a/conf/gitignore/TurboGears2 b/conf/gitignore/TurboGears2 new file mode 100644 index 0000000000..122b3de221 --- /dev/null +++ b/conf/gitignore/TurboGears2 @@ -0,0 +1,20 @@ +*.py[co] + +# Default development database +devdata.db + +# Default data directory +data/* + +# Packages +*.egg +*.egg-info +dist +build + +# Installer logs +pip-log.txt + +# Unit test / coverage reports +.coverage +.tox diff --git a/conf/gitignore/Typo3 b/conf/gitignore/Typo3 new file mode 100644 index 0000000000..5781fcc3cb --- /dev/null +++ b/conf/gitignore/Typo3 @@ -0,0 +1,20 @@ +## TYPO3 v6.2 +# Ignore serveral upload and file directories. +/fileadmin/user_upload/ +/fileadmin/_temp_/ +/fileadmin/_processed_/ +/uploads/ +# Ignore cache +/typo3conf/temp_CACHED* +/typo3conf/temp_fieldInfo.php +/typo3conf/deprecation_*.log +/typo3conf/AdditionalConfiguration.php +# Ignore system folders, you should have them symlinked. +# If not comment out the following entries. +/typo3 +/typo3_src +/typo3_src-* +/.htaccess +/index.php +# Ignore temp directory. +/typo3temp/ diff --git a/conf/gitignore/Umbraco b/conf/gitignore/Umbraco new file mode 100644 index 0000000000..21af92de7a --- /dev/null +++ b/conf/gitignore/Umbraco @@ -0,0 +1,17 @@ +# Note: VisualStudio gitignore rules may also be relevant + +# Ignore unimportant folders generated by Umbraco +**/App_Data/ClientDependency/ +**/App_Data/ExamineIndexes/ +**/App_Data/Logs/ +**/App_Data/[Pp]review/ +**/App_Data/TEMP/ +Cached/ + +# Ignore Umbraco content cache file +**/App_Data/umbraco.config + +# Don't ignore Umbraco packages (VisualStudio.gitignore mistakes this for a NuGet packages folder) +# Make sure to include details from VisualStudio.gitignore BEFORE this +!**/App_Data/[Pp]ackages/ +!**/[Uu]mbraco/[Dd]eveloper/[Pp]ackages diff --git a/conf/gitignore/Unity b/conf/gitignore/Unity new file mode 100644 index 0000000000..9de94098c4 --- /dev/null +++ b/conf/gitignore/Unity @@ -0,0 +1,21 @@ +/[Ll]ibrary/ +/[Tt]emp/ +/[Oo]bj/ +/[Bb]uild/ + +# Autogenerated VS/MD solution and project files +*.csproj +*.unityproj +*.sln +*.suo +*.tmp +*.user +*.userprefs +*.pidb +*.booproj + +# Unity3D generated meta files +*.pidb.meta + +# Unity3D Generated File On Crash Reports +sysinfo.txt diff --git a/conf/gitignore/VVVV b/conf/gitignore/VVVV new file mode 100644 index 0000000000..5df4324603 --- /dev/null +++ b/conf/gitignore/VVVV @@ -0,0 +1,6 @@ + +# .v4p backup files +*~.xml + +# Dynamic plugins .dll +bin/ diff --git a/conf/gitignore/Vagrant b/conf/gitignore/Vagrant new file mode 100644 index 0000000000..a977916f65 --- /dev/null +++ b/conf/gitignore/Vagrant @@ -0,0 +1 @@ +.vagrant/ diff --git a/conf/gitignore/Vim b/conf/gitignore/Vim new file mode 100644 index 0000000000..6c5ee8df16 --- /dev/null +++ b/conf/gitignore/Vim @@ -0,0 +1,6 @@ +[._]*.s[a-w][a-z] +[._]s[a-w][a-z] +*.un~ +Session.vim +.netrwhist +*~ diff --git a/conf/gitignore/VirtualEnv b/conf/gitignore/VirtualEnv new file mode 100644 index 0000000000..831cf3afcf --- /dev/null +++ b/conf/gitignore/VirtualEnv @@ -0,0 +1,10 @@ +# Virtualenv +# http://iamzed.com/2009/05/07/a-primer-on-virtualenv/ +.Python +[Bb]in +[Ii]nclude +[Ll]ib +[Ll]ocal +[Ss]cripts +pyvenv.cfg +pip-selfcheck.json diff --git a/conf/gitignore/VisualStudio b/conf/gitignore/VisualStudio new file mode 100644 index 0000000000..150691aa0f --- /dev/null +++ b/conf/gitignore/VisualStudio @@ -0,0 +1,217 @@ +## Ignore Visual Studio temporary files, build results, and +## files generated by popular Visual Studio add-ons. + +# User-specific files +*.suo +*.user +*.userosscache +*.sln.docstates + +# User-specific files (MonoDevelop/Xamarin Studio) +*.userprefs + +# Build results +[Dd]ebug/ +[Dd]ebugPublic/ +[Rr]elease/ +[Rr]eleases/ +x64/ +x86/ +build/ +bld/ +[Bb]in/ +[Oo]bj/ + +# Visual Studio 2015 cache/options directory +.vs/ +# Uncomment if you have tasks that create the project's static files in wwwroot +#wwwroot/ + +# MSTest test Results +[Tt]est[Rr]esult*/ +[Bb]uild[Ll]og.* + +# NUNIT +*.VisualState.xml +TestResult.xml + +# Build Results of an ATL Project +[Dd]ebugPS/ +[Rr]eleasePS/ +dlldata.c + +# DNX +project.lock.json +artifacts/ + +*_i.c +*_p.c +*_i.h +*.ilk +*.meta +*.obj +*.pch +*.pdb +*.pgc +*.pgd +*.rsp +*.sbr +*.tlb +*.tli +*.tlh +*.tmp +*.tmp_proj +*.log +*.vspscc +*.vssscc +.builds +*.pidb +*.svclog +*.scc + +# Chutzpah Test files +_Chutzpah* + +# Visual C++ cache files +ipch/ +*.aps +*.ncb +*.opensdf +*.sdf +*.cachefile + +# Visual Studio profiler +*.psess +*.vsp +*.vspx +*.sap + +# TFS 2012 Local Workspace +$tf/ + +# Guidance Automation Toolkit +*.gpState + +# ReSharper is a .NET coding add-in +_ReSharper*/ +*.[Rr]e[Ss]harper +*.DotSettings.user + +# JustCode is a .NET coding add-in +.JustCode + +# TeamCity is a build add-in +_TeamCity* + +# DotCover is a Code Coverage Tool +*.dotCover + +# NCrunch +_NCrunch_* +.*crunch*.local.xml +nCrunchTemp_* + +# MightyMoose +*.mm.* +AutoTest.Net/ + +# Web workbench (sass) +.sass-cache/ + +# Installshield output folder +[Ee]xpress/ + +# DocProject is a documentation generator add-in +DocProject/buildhelp/ +DocProject/Help/*.HxT +DocProject/Help/*.HxC +DocProject/Help/*.hhc +DocProject/Help/*.hhk +DocProject/Help/*.hhp +DocProject/Help/Html2 +DocProject/Help/html + +# Click-Once directory +publish/ + +# Publish Web Output +*.[Pp]ublish.xml +*.azurePubxml +# TODO: Comment the next line if you want to checkin your web deploy settings +# but database connection strings (with potential passwords) will be unencrypted +*.pubxml +*.publishproj + +# NuGet Packages +*.nupkg +# The packages folder can be ignored because of Package Restore +**/packages/* +# except build/, which is used as an MSBuild target. +!**/packages/build/ +# Uncomment if necessary however generally it will be regenerated when needed +#!**/packages/repositories.config + +# Windows Azure Build Output +csx/ +*.build.csdef + +# Windows Store app package directory +AppPackages/ + +# Visual Studio cache files +# files ending in .cache can be ignored +*.[Cc]ache +# but keep track of directories ending in .cache +!*.[Cc]ache/ + +# Others +ClientBin/ +[Ss]tyle[Cc]op.* +~$* +*~ +*.dbmdl +*.dbproj.schemaview +*.pfx +*.publishsettings +node_modules/ +orleans.codegen.cs + +# RIA/Silverlight projects +Generated_Code/ + +# Backup & report files from converting an old project file +# to a newer Visual Studio version. Backup files are not needed, +# because we have git ;-) +_UpgradeReport_Files/ +Backup*/ +UpgradeLog*.XML +UpgradeLog*.htm + +# SQL Server files +*.mdf +*.ldf + +# Business Intelligence projects +*.rdl.data +*.bim.layout +*.bim_*.settings + +# Microsoft Fakes +FakesAssemblies/ + +# Node.js Tools for Visual Studio +.ntvs_analysis.dat + +# Visual Studio 6 build log +*.plg + +# Visual Studio 6 workspace options file +*.opt + +# Visual Studio LightSwitch build output +**/*.HTMLClient/GeneratedArtifacts +**/*.DesktopClient/GeneratedArtifacts +**/*.DesktopClient/ModelManifest.xml +**/*.Server/GeneratedArtifacts +**/*.Server/ModelManifest.xml +_Pvt_Extensions diff --git a/conf/gitignore/VisualStudioCode b/conf/gitignore/VisualStudioCode new file mode 100644 index 0000000000..0865bb7d3e --- /dev/null +++ b/conf/gitignore/VisualStudioCode @@ -0,0 +1,2 @@ +.settings + diff --git a/conf/gitignore/Waf b/conf/gitignore/Waf new file mode 100644 index 0000000000..68cacdb973 --- /dev/null +++ b/conf/gitignore/Waf @@ -0,0 +1,3 @@ +# for projects that use Waf for building: http://code.google.com/p/waf/ +.waf-* +.lock-* diff --git a/conf/gitignore/WebMethods b/conf/gitignore/WebMethods new file mode 100644 index 0000000000..b383c25ca3 --- /dev/null +++ b/conf/gitignore/WebMethods @@ -0,0 +1,14 @@ +**/IntegrationServer/datastore/ +**/IntegrationServer/db/ +**/IntegrationServer/DocumentStore/ +**/IntegrationServer/lib/ +**/IntegrationServer/logs/ +**/IntegrationServer/replicate/ +**/IntegrationServer/sdk/ +**/IntegrationServer/support/ +**/IntegrationServer/update/ +**/IntegrationServer/userFtpRoot/ +**/IntegrationServer/web/ +**/IntegrationServer/WmRepository4/ +**/IntegrationServer/XAStore/ +**/IntegrationServer/packages/Wm*/ diff --git a/conf/gitignore/Windows b/conf/gitignore/Windows new file mode 100644 index 0000000000..a0d31452b0 --- /dev/null +++ b/conf/gitignore/Windows @@ -0,0 +1,18 @@ +# Windows image file caches +Thumbs.db +ehthumbs.db + +# Folder config file +Desktop.ini + +# Recycle Bin used on file shares +$RECYCLE.BIN/ + +# Windows Installer files +*.cab +*.msi +*.msm +*.msp + +# Windows shortcuts +*.lnk diff --git a/conf/gitignore/WordPress b/conf/gitignore/WordPress new file mode 100644 index 0000000000..5603287880 --- /dev/null +++ b/conf/gitignore/WordPress @@ -0,0 +1,18 @@ +*.log +.htaccess +sitemap.xml +sitemap.xml.gz +wp-config.php +wp-content/advanced-cache.php +wp-content/backup-db/ +wp-content/backups/ +wp-content/blogs.dir/ +wp-content/cache/ +wp-content/upgrade/ +wp-content/uploads/ +wp-content/wp-cache-config.php +wp-content/plugins/hello.php + +/readme.html +/license.txt + diff --git a/conf/gitignore/Xcode b/conf/gitignore/Xcode new file mode 100644 index 0000000000..d07b7894f1 --- /dev/null +++ b/conf/gitignore/Xcode @@ -0,0 +1,23 @@ +# Xcode +# +# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore + +## Build generated +build/ +DerivedData + +## Various settings +*.pbxuser +!default.pbxuser +*.mode1v3 +!default.mode1v3 +*.mode2v3 +!default.mode2v3 +*.perspectivev3 +!default.perspectivev3 +xcuserdata + +## Other +*.xccheckout +*.moved-aside +*.xcuserstate diff --git a/conf/gitignore/XilinxISE b/conf/gitignore/XilinxISE new file mode 100644 index 0000000000..e041f51b2d --- /dev/null +++ b/conf/gitignore/XilinxISE @@ -0,0 +1,57 @@ +# intermediate build files +*.bgn +*.bit +*.bld +*.cmd_log +*.drc +*.ll +*.lso +*.msd +*.msk +*.ncd +*.ngc +*.ngd +*.ngr +*.pad +*.par +*.pcf +*.prj +*.ptwx +*.rbb +*.rbd +*.stx +*.syr +*.twr +*.twx +*.unroutes +*.ut +*.xpi +*.xst +*_bitgen.xwbt +*_envsettings.html +*_map.map +*_map.mrp +*_map.ngm +*_map.xrpt +*_ngdbuild.xrpt +*_pad.csv +*_pad.txt +*_par.xrpt +*_summary.html +*_summary.xml +*_usage.xml +*_xst.xrpt + +# project-wide generated files +*.gise +par_usage_statistics.html +usage_statistics_webtalk.html +webtalk.log +webtalk_pn.xml + +# generated folders +iseconfig/ +xlnx_auto_0_xdb/ +xst/ +_ngo/ +_xmsgs/ diff --git a/conf/gitignore/Xojo b/conf/gitignore/Xojo new file mode 100644 index 0000000000..1b036dd4f2 --- /dev/null +++ b/conf/gitignore/Xojo @@ -0,0 +1,11 @@ +# Xojo (formerly REALbasic and Real Studio) + +Builds* +*.debug +*.debug.app +Debug*.exe +Debug*/Debug*.exe +Debug*/Debug*\ Libs +*.rbuistate +*.xojo_uistate +*.obsolete diff --git a/conf/gitignore/Yeoman b/conf/gitignore/Yeoman new file mode 100644 index 0000000000..7170d72018 --- /dev/null +++ b/conf/gitignore/Yeoman @@ -0,0 +1,6 @@ +node_modules/ +bower_components/ +*.log + +build/ +dist/ diff --git a/conf/gitignore/PHP Yii b/conf/gitignore/Yii similarity index 100% rename from conf/gitignore/PHP Yii rename to conf/gitignore/Yii diff --git a/conf/gitignore/PHP ZendFramework b/conf/gitignore/ZendFramework similarity index 100% rename from conf/gitignore/PHP ZendFramework rename to conf/gitignore/ZendFramework diff --git a/conf/gitignore/Zephir b/conf/gitignore/Zephir new file mode 100644 index 0000000000..839cb5d707 --- /dev/null +++ b/conf/gitignore/Zephir @@ -0,0 +1,26 @@ +# Cache files, generates by Zephir +.temp/ +.libs/ + +# Object files, generates by linker +*.lo +*.la +*.o +*.loT + +# Files generated by configure and Zephir, +# not required for extension compilation. +ext/build/ +ext/modules/ +ext/Makefile* +ext/config* +ext/acinclude.m4 +ext/aclocal.m4 +ext/autom4te* +ext/install-sh +ext/ltmain.sh +ext/missing +ext/mkinstalldirs +ext/run-tests.php +ext/.deps +ext/libtool diff --git a/conf/license/Abstyles License b/conf/license/Abstyles License new file mode 100644 index 0000000000..a4a62f8f0f --- /dev/null +++ b/conf/license/Abstyles License @@ -0,0 +1,10 @@ +This is APREAMBL.TEX, version 1.10e, written by Hans-Hermann Bode +(HHBODE@DOSUNI1.BITNET), for the BibTeX `adaptable' family, version 1.10. +See the file APREAMBL.DOC for a detailed documentation. +This program is distributed WITHOUT ANY WARRANTY, express or implied. + +Copyright (C) 1991, 1992 Hans-Hermann Bode + +Permission is granted to make and distribute verbatim copies of this document provided that the copyright notice and this permission notice are preserved on all copies. + +Permission is granted to copy and distribute modified versions of this document under the conditions for verbatim copying, provided that the entire resulting derived work is distributed under the terms of a permission notice identical to this one. \ No newline at end of file diff --git a/conf/license/Academic Free License v1.1 b/conf/license/Academic Free License v1.1 new file mode 100644 index 0000000000..61ea6dadc4 --- /dev/null +++ b/conf/license/Academic Free License v1.1 @@ -0,0 +1,22 @@ +Academic Free License +Version 1.1 +The Academic Free License applies to any original work of authorship (the "Original Work") whose owner (the "Licensor") has placed the following notice immediately following the copyright notice for the Original Work: + +"Licensed under the Academic Free License version 1.1." + +Grant of License. Licensor hereby grants to any person obtaining a copy of the Original Work ("You") a world-wide, royalty-free, non-exclusive, perpetual, non-sublicenseable license (1) to use, copy, modify, merge, publish, perform, distribute and/or sell copies of the Original Work and derivative works thereof, and (2) under patent claims owned or controlled by the Licensor that are embodied in the Original Work as furnished by the Licensor, to make, use, sell and offer for sale the Original Work and derivative works thereof, subject to the following conditions. + +Right of Attribution. Redistributions of the Original Work must reproduce all copyright notices in the Original Work as furnished by the Licensor, both in the Original Work itself and in any documentation and/or other materials provided with the distribution of the Original Work in executable form. + +Exclusions from License Grant. Neither the names of Licensor, nor the names of any contributors to the Original Work, nor any of their trademarks or service marks, may be used to endorse or promote products derived from this Original Work without express prior written permission of the Licensor. + +WARRANTY AND DISCLAIMERS. LICENSOR WARRANTS THAT THE COPYRIGHT IN AND TO THE ORIGINAL WORK IS OWNED BY THE LICENSOR OR THAT THE ORIGINAL WORK IS DISTRIBUTED BY LICENSOR UNDER A VALID CURRENT LICENSE FROM THE COPYRIGHT OWNER. EXCEPT AS EXPRESSLY STATED IN THE IMMEDIATELY PRECEEDING SENTENCE, THE ORIGINAL WORK IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTY, EITHER EXPRESS OR IMPLIED, INCLUDING, WITHOUT LIMITATION, THE WARRANTY OF NON-INFRINGEMENT AND WARRANTIES THAT THE ORIGINAL WORK IS MERCHANTABLE OR FIT FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY OF THE ORIGINAL WORK IS WITH YOU. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO LICENSE TO ORIGINAL WORK IS GRANTED HEREUNDER EXCEPT UNDER THIS DISCLAIMER. + +LIMITATION OF LIABILITY. UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE LICENSOR BE LIABLE TO ANY PERSON FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER ARISING AS A RESULT OF THIS LICENSE OR THE USE OF THE ORIGINAL WORK INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PERSON SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU. + +License to Source Code. The term "Source Code" means the preferred form of the Original Work for making modifications to it and all available documentation describing how to access and modify the Original Work. Licensor hereby agrees to provide a machine-readable copy of the Source Code of the Original Work along with each copy of the Original Work that Licensor distributes. Licensor reserves the right to satisfy this obligation by placing a machine-readable copy of the Source Code in an information repository reasonably calculated to permit inexpensive and convenient access by You for as long as Licensor continues to distribute the Original Work, and by publishing the address of that information repository in a notice immediately following the copyright notice that applies to the Original Work. + +Mutual Termination for Patent Action. This License shall terminate automatically and You may no longer exercise any of the rights granted to You by this License if You file a lawsuit in any court alleging that any OSI Certified open source software that is licensed under any license containing this "Mutual Termination for Patent Action" clause infringes any patent claims that are essential to use that software. + +This license is Copyright (C) 2002 Lawrence E. Rosen. All rights reserved. +Permission is hereby granted to copy and distribute this license without modification. This license may not be modified without the express written permission of its copyright owner. diff --git a/conf/license/Academic Free License v1.2 b/conf/license/Academic Free License v1.2 new file mode 100644 index 0000000000..d846ecd9f6 --- /dev/null +++ b/conf/license/Academic Free License v1.2 @@ -0,0 +1,27 @@ +Academic Free License +Version 1.2 +This Academic Free License applies to any original work of authorship (the "Original Work") whose owner (the "Licensor") has placed the +following notice immediately following the copyright notice for the Original Work: + +Licensed under the Academic Free License version 1.2 + +Grant of License. Licensor hereby grants to any person obtaining a copy of the Original Work ("You") a world-wide, royalty-free, non-exclusive, perpetual, non-sublicenseable license (1) to use, copy, modify, merge, publish, perform, distribute and/or sell copies of the Original Work and derivative works thereof, and (2) under patent claims owned or controlled by the Licensor that are embodied in the Original Work as furnished by the Licensor, to make, use, sell and offer for sale the Original Work and derivative works thereof, subject to the +following conditions. + +Attribution Rights. You must retain, in the Source Code of any Derivative Works that You create, all copyright, patent or trademark notices from the Source Code of the Original Work, as well as any notices of licensing and any descriptive text identified therein as an "Attribution Notice." You must cause the Source Code for any Derivative Works that You create to carry a prominent Attribution Notice reasonably calculated to inform recipients that You have modified the Original Work. + +Exclusions from License Grant. Neither the names of Licensor, nor the names of any contributors to the Original Work, nor any of their trademarks or service marks, may be used to endorse or promote products derived from this Original Work without express prior written permission of the Licensor. + +Warranty and Disclaimer of Warranty. Licensor warrants that the copyright in and to the Original Work is owned by the Licensor or that the Original Work is distributed by Licensor under a valid current license from the copyright owner. Except as expressly stated in the immediately proceeding sentence, the Original Work is provided under this License on an "AS IS" BASIS and WITHOUT WARRANTY, either express or implied, including, without limitation, the warranties of NON-INFRINGEMENT, MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY OF THE ORIGINAL WORK IS WITH YOU. This DISCLAIMER OF WARRANTY constitutes an essential part of this License. No license to Original Work is granted hereunder except under this disclaimer. + +Limitation of Liability. Under no circumstances and under no legal theory, whether in tort (including negligence), contract, or otherwise, shall the Licensor be liable to any person for any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or the use of the Original Work including, without limitation, damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses. This limitation of liability shall not apply to liability for death or personal injury resulting from Licensor's negligence to the extent applicable law prohibits such limitation. Some jurisdictions do not allow the exclusion or limitation of incidental or consequential damages, so this exclusion and limitation may not apply to You. + +License to Source Code. The term "Source Code" means the preferred form of the Original Work for making modifications to it and all available +documentation describing how to modify the Original Work. Licensor hereby agrees to provide a machine-readable copy of the Source Code of the Original Work along with each copy of the Original Work that Licensor distributes. Licensor reserves the right to satisfy this obligation by placing a machine-readable copy of the Source Code in an information repository reasonably calculated to permit inexpensive and convenient access by You for as long as Licensor continues to distribute the Original Work, and by publishing the address of that information repository in a notice immediately following the copyright notice that applies to the Original Work. + +Mutual Termination for Patent Action. This License shall terminate automatically and You may no longer exercise any of the rights granted to You by this License if You file a lawsuit in any court alleging that any OSI Certified open source software that is licensed under any license containing this "Mutual Termination for Patent Action" clause infringes any patent claims that are essential to use that software. + +Right to Use. You may use the Original Work in all ways not otherwise restricted or conditioned by this License or by law, and Licensor promises not to interfere with or be responsible for such uses by You. + +This license is Copyright (C) 2002 Lawrence E. Rosen. All rights reserved. +Permission is hereby granted to copy and distribute this license without modification. This license may not be modified without the express written permission of its copyright owner. diff --git a/conf/license/Academic Free License v2.0 b/conf/license/Academic Free License v2.0 new file mode 100644 index 0000000000..cc175ebf1c --- /dev/null +++ b/conf/license/Academic Free License v2.0 @@ -0,0 +1,43 @@ +The Academic Free License +v. 2.0 +This Academic Free License (the "License") applies to any original work of authorship (the "Original Work") whose owner (the "Licensor") has placed the following notice immediately following the copyright notice for the Original Work: +Licensed under the Academic Free License version 2.0 + +1) Grant of Copyright License. Licensor hereby grants You a world-wide, royalty-free, non-exclusive, perpetual, sublicenseable license to do the following: + +a) to reproduce the Original Work in copies; +b) to prepare derivative works ("Derivative Works") based upon the Original Work; +c) to distribute copies of the Original Work and Derivative Works to the public; +d) to perform the Original Work publicly; and +e) to display the Original Work publicly. + +2) Grant of Patent License. Licensor hereby grants You a world-wide, royalty-free, non-exclusive, perpetual, sublicenseable license, under patent claims owned or controlled by the Licensor that are embodied in the Original Work as furnished by the Licensor, to make, use, sell and offer for sale the Original Work and Derivative Works. + +3) Grant of Source Code License. The term "Source Code" means the preferred form of the Original Work for making modifications to it and all available documentation describing how to modify the Original Work. Licensor hereby agrees to provide a machine-readable copy of the Source Code of the Original Work along with each copy of the Original Work that Licensor distributes. Licensor reserves the right to satisfy this obligation by placing a machine-readable copy of the Source Code in an information repository reasonably calculated to permit inexpensive and convenient access by You for as long as Licensor continues to distribute the Original Work, and by publishing the address of that information repository in a notice immediately following the copyright notice that applies to the Original Work. + +4) Exclusions From License Grant. Neither the names of Licensor, nor the names of any contributors to the Original Work, nor any of their trademarks or service marks, may be used to endorse or promote products derived from this Original Work without express prior written permission of the Licensor. Nothing in this License shall be deemed to grant any rights to trademarks, copyrights, patents, trade secrets or any other intellectual property of Licensor except as expressly stated herein. No patent license is granted to make, use, sell or offer to sell embodiments of any patent claims other than the licensed claims defined in Section 2. No right is granted to the trademarks of Licensor even if such marks are included in the Original Work. Nothing in this License shall be interpreted to prohibit Licensor from licensing under different terms from this License any Original Work that Licensor otherwise would have a right to license. + +5) This section intentionally omitted. + +6) Attribution Rights. You must retain, in the Source Code of any Derivative Works that You create, all copyright, patent or trademark notices from the Source Code of the Original Work, as well as any notices of licensing and any descriptive text identified therein as an "Attribution Notice." You must cause the Source Code for any Derivative Works that You create to carry a prominent Attribution Notice reasonably calculated to inform recipients that You have modified the Original Work. + +7) Warranty of Provenance and Disclaimer of Warranty. Licensor warrants that the copyright in and to the Original Work and the patent rights granted herein by Licensor are owned by the Licensor or are sublicensed to You under the terms of this License with the permission of the contributor(s) of those copyrights and patent rights. Except as expressly stated in the immediately proceeding sentence, the Original Work is provided under this License on an "AS IS" BASIS and WITHOUT WARRANTY, either express or implied, including, without limitation, the warranties of NON-INFRINGEMENT, MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY OF THE ORIGINAL WORK IS WITH YOU. This DISCLAIMER OF WARRANTY constitutes an essential part of this License. No license to Original Work is granted hereunder except under this disclaimer. + +8) Limitation of Liability. Under no circumstances and under no legal theory, whether in tort (including negligence), contract, or otherwise, shall the Licensor be liable to any person for any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or the use of the Original Work including, without limitation, damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses. This limitation of liability shall not apply to liability for death or personal injury resulting from Licensor's negligence to the extent applicable law prohibits such limitation. Some jurisdictions do not allow the exclusion or limitation of incidental or consequential damages, so this exclusion and limitation may not apply to You. + +9) Acceptance and Termination. If You distribute copies of the Original Work or a Derivative Work, You must make a reasonable effort under the circumstances to obtain the express assent of recipients to the terms of this License. Nothing else but this License (or another written agreement between Licensor and You) grants You permission to create Derivative Works based upon the Original Work or to exercise any of the rights granted in Section 1 herein, and any attempt to do so except under the terms of this License (or another written agreement between Licensor and You) is expressly prohibited by U.S. copyright law, the equivalent laws of other countries, and by international treaty. Therefore, by exercising any of the rights granted to You in Section 1 herein, You indicate Your acceptance of this License and all of its terms and conditions. + +10) Termination for Patent Action. This License shall terminate automatically and You may no longer exercise any of the rights granted to You by this License as of the date You commence an action, including a cross-claim or counterclaim, for patent infringement (i) against Licensor with respect to a patent applicable to software or (ii) against any entity with respect to a patent applicable to the Original Work (but excluding combinations of the Original Work with other software or hardware). + +11) Jurisdiction, Venue and Governing Law. Any action or suit relating to this License may be brought only in the courts of a jurisdiction wherein the Licensor resides or in which Licensor conducts its primary business, and under the laws of that jurisdiction excluding its conflict-of-law provisions. The application of the United Nations Convention on Contracts for the International Sale of Goods is expressly excluded. Any use of the Original Work outside the scope of this License or after its termination shall be subject to the requirements and penalties of the U.S. Copyright Act, 17 U.S.C. ¤ 101 et seq., the equivalent laws of other countries, and international treaty. This section shall survive the termination of this License. + +12) Attorneys Fees. In any action to enforce the terms of this License or seeking damages relating thereto, the prevailing party shall be entitled to recover its costs and expenses, including, without limitation, reasonable attorneys' fees and costs incurred in connection with such action, including any appeal of such action. This section shall survive the termination of this License. + +13) Miscellaneous. This License represents the complete agreement concerning the subject matter hereof. If any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable. + +14) Definition of "You" in This License. "You" throughout this License, whether in upper or lower case, means an individual or a legal entity exercising rights under, and complying with all of the terms of, this License. For legal entities, "You" includes any entity that controls, is controlled by, or is under common control with you. For 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. + +15) Right to Use. You may use the Original Work in all ways not otherwise restricted or conditioned by this License or by law, and Licensor promises not to interfere with or be responsible for such uses by You. + +This license is Copyright (C) 2003 Lawrence E. Rosen. All rights reserved. +Permission is hereby granted to copy and distribute this license without modification. This license may not be modified without the express written permission of its copyright owner. diff --git a/conf/license/Academic Free License v2.1 b/conf/license/Academic Free License v2.1 new file mode 100644 index 0000000000..2268d71e72 --- /dev/null +++ b/conf/license/Academic Free License v2.1 @@ -0,0 +1,44 @@ +The Academic Free License +v.2.1 +This Academic Free License (the "License") applies to any original work of authorship (the "Original Work") whose owner (the "Licensor") has placed the following notice immediately following the copyright notice for the Original Work: + +Licensed under the Academic Free License version 2.1 + +1) Grant of Copyright License. Licensor hereby grants You a world-wide, royalty-free, non-exclusive, perpetual, sublicenseable license to do the following: + +a) to reproduce the Original Work in copies; +b) to prepare derivative works ("Derivative Works") based upon the Original Work; +c) to distribute copies of the Original Work and Derivative Works to the public; +d) to perform the Original Work publicly; and +e) to display the Original Work publicly. + +2) Grant of Patent License. Licensor hereby grants You a world-wide, royalty-free, non-exclusive, perpetual, sublicenseable license, under patent claims owned or controlled by the Licensor that are embodied in the Original Work as furnished by the Licensor, to make, use, sell and offer for sale the Original Work and Derivative Works. + +3) Grant of Source Code License. The term "Source Code" means the preferred form of the Original Work for making modifications to it and all available documentation describing how to modify the Original Work. Licensor hereby agrees to provide a machine-readable copy of the Source Code of the Original Work along with each copy of the Original Work that Licensor distributes. Licensor reserves the right to satisfy this obligation by placing a machine-readable copy of the Source Code in an information repository reasonably calculated to permit inexpensive and convenient access by You for as long as Licensor continues to distribute the Original Work, and by publishing the address of that information repository in a notice immediately following the copyright notice that applies to the Original Work. + +4) Exclusions From License Grant. Neither the names of Licensor, nor the names of any contributors to the Original Work, nor any of their trademarks or service marks, may be used to endorse or promote products derived from this Original Work without express prior written permission of the Licensor. Nothing in this License shall be deemed to grant any rights to trademarks, copyrights, patents, trade secrets or any other intellectual property of Licensor except as expressly stated herein. No patent license is granted to make, use, sell or offer to sell embodiments of any patent claims other than the licensed claims defined in Section 2. No right is granted to the trademarks of Licensor even if such marks are included in the Original Work. Nothing in this License shall be interpreted to prohibit Licensor from licensing under different terms from this License any Original Work that Licensor otherwise would have a right to license. + +5) This section intentionally omitted. + +6) Attribution Rights. You must retain, in the Source Code of any Derivative Works that You create, all copyright, patent or trademark notices from the Source Code of the Original Work, as well as any notices of licensing and any descriptive text identified therein as an "Attribution Notice." You must cause the Source Code for any Derivative Works that You create to carry a prominent Attribution Notice reasonably calculated to inform recipients that You have modified the Original Work. + +7) Warranty of Provenance and Disclaimer of Warranty. Licensor warrants that the copyright in and to the Original Work and the patent rights granted herein by Licensor are owned by the Licensor or are sublicensed to You under the terms of this License with the permission of the contributor(s) of those copyrights and patent rights. Except as expressly stated in the immediately proceeding sentence, the Original Work is provided under this License on an "AS IS" BASIS and WITHOUT WARRANTY, either express or implied, including, without limitation, the warranties of NON-INFRINGEMENT, MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY OF THE ORIGINAL WORK IS WITH YOU. This DISCLAIMER OF WARRANTY constitutes an essential part of this License. No license to Original Work is granted hereunder except under this disclaimer. + +8) Limitation of Liability. Under no circumstances and under no legal theory, whether in tort (including negligence), contract, or otherwise, shall the Licensor be liable to any person for any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or the use of the Original Work including, without limitation, damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses. This limitation of liability shall not apply to liability for death or personal injury resulting from Licensor's negligence to the extent applicable law prohibits such limitation. Some jurisdictions do not allow the exclusion or limitation of incidental or consequential damages, so this exclusion and limitation may not apply to You. + +9) Acceptance and Termination. If You distribute copies of the Original Work or a Derivative Work, You must make a reasonable effort under the circumstances to obtain the express assent of recipients to the terms of this License. Nothing else but this License (or another written agreement between Licensor and You) grants You permission to create Derivative Works based upon the Original Work or to exercise any of the rights granted in Section 1 herein, and any attempt to do so except under the terms of this License (or another written agreement between Licensor and You) is expressly prohibited by U.S. copyright law, the equivalent laws of other countries, and by international treaty. Therefore, by exercising any of the rights granted to You in Section 1 herein, You indicate Your acceptance of this License and all of its terms and conditions. + +10) Termination for Patent Action. This License shall terminate automatically and You may no longer exercise any of the rights granted to You by this License as of the date You commence an action, including a cross-claim or counterclaim, against Licensor or any licensee alleging that the Original Work infringes a patent. This termination provision shall not apply for an action alleging patent infringement by combinations of the Original Work with other software or hardware. + +11) Jurisdiction, Venue and Governing Law. Any action or suit relating to this License may be brought only in the courts of a jurisdiction wherein the Licensor resides or in which Licensor conducts its primary business, and under the laws of that jurisdiction excluding its conflict-of-law provisions. The application of the United Nations Convention on Contracts for the International Sale of Goods is expressly excluded. Any use of the Original Work outside the scope of this License or after its termination shall be subject to the requirements and penalties of the U.S. Copyright Act, 17 U.S.C. § 101 et seq., the equivalent laws of other countries, and international treaty. This section shall survive the termination of this License. + +12) Attorneys Fees. In any action to enforce the terms of this License or seeking damages relating thereto, the prevailing party shall be entitled to recover its costs and expenses, including, without limitation, reasonable attorneys' fees and costs incurred in connection with such action, including any appeal of such action. This section shall survive the termination of this License. + +13) Miscellaneous. This License represents the complete agreement concerning the subject matter hereof. If any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable. + +14) Definition of "You" in This License. "You" throughout this License, whether in upper or lower case, means an individual or a legal entity exercising rights under, and complying with all of the terms of, this License. For legal entities, "You" includes any entity that controls, is controlled by, or is under common control with you. For 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. + +15) Right to Use. You may use the Original Work in all ways not otherwise restricted or conditioned by this License or by law, and Licensor promises not to interfere with or be responsible for such uses by You. + +This license is Copyright (C) 2003-2004 Lawrence E. Rosen. All rights reserved. +Permission is hereby granted to copy and distribute this license without modification. This license may not be modified without the express written permission of its copyright owner. diff --git a/conf/license/Academic Free License v3.0 b/conf/license/Academic Free License v3.0 new file mode 100644 index 0000000000..36bdcfd3a1 --- /dev/null +++ b/conf/license/Academic Free License v3.0 @@ -0,0 +1,42 @@ +Academic Free License (“AFL”) v. 3.0 +This Academic Free License (the "License") applies to any original work of authorship (the "Original Work") whose owner (the "Licensor") has placed the following licensing notice adjacent to the copyright notice for the Original Work: + +Licensed under the Academic Free License version 3.0 + +1) Grant of Copyright License. Licensor grants You a worldwide, royalty-free, non-exclusive, sublicensable license, for the duration of the copyright, to do the following: + +a) to reproduce the Original Work in copies, either alone or as part of a collective work; +b) to translate, adapt, alter, transform, modify, or arrange the Original Work, thereby creating derivative works ("Derivative Works") based upon the Original Work; +c) to distribute or communicate copies of the Original Work and Derivative Works to the public, under any license of your choice that does not contradict the terms and conditions, including Licensor’s reserved rights and remedies, in this Academic Free License; +d) to perform the Original Work publicly; and +e) to display the Original Work publicly. + +2) Grant of Patent License. Licensor grants You a worldwide, royalty-free, non-exclusive, sublicensable license, under patent claims owned or controlled by the Licensor that are embodied in the Original Work as furnished by the Licensor, for the duration of the patents, to make, use, sell, offer for sale, have made, and import the Original Work and Derivative Works. + +3) Grant of Source Code License. The term "Source Code" means the preferred form of the Original Work for making modifications to it and all available documentation describing how to modify the Original Work. Licensor agrees to provide a machine-readable copy of the Source Code of the Original Work along with each copy of the Original Work that Licensor distributes. Licensor reserves the right to satisfy this obligation by placing a machine-readable copy of the Source Code in an information repository reasonably calculated to permit inexpensive and convenient access by You for as long as Licensor continues to distribute the Original Work. + +4) Exclusions From License Grant. Neither the names of Licensor, nor the names of any contributors to the Original Work, nor any of their trademarks or service marks, may be used to endorse or promote products derived from this Original Work without express prior permission of the Licensor. Except as expressly stated herein, nothing in this License grants any license to Licensor’s trademarks, copyrights, patents, trade secrets or any other intellectual property. No patent license is granted to make, use, sell, offer for sale, have made, or import embodiments of any patent claims other than the licensed claims defined in Section 2. No license is granted to the trademarks of Licensor even if such marks are included in the Original Work. Nothing in this License shall be interpreted to prohibit Licensor from licensing under terms different from this License any Original Work that Licensor otherwise would have a right to license. + +5) External Deployment. The term "External Deployment" means the use, distribution, or communication of the Original Work or Derivative Works in any way such that the Original Work or Derivative Works may be used by anyone other than You, whether those works are distributed or communicated to those persons or made available as an application intended for use over a network. As an express condition for the grants of license hereunder, You must treat any External Deployment by You of the Original Work or a Derivative Work as a distribution under section 1(c). + +6) Attribution Rights. You must retain, in the Source Code of any Derivative Works that You create, all copyright, patent, or trademark notices from the Source Code of the Original Work, as well as any notices of licensing and any descriptive text identified therein as an "Attribution Notice." You must cause the Source Code for any Derivative Works that You create to carry a prominent Attribution Notice reasonably calculated to inform recipients that You have modified the Original Work. + +7) Warranty of Provenance and Disclaimer of Warranty. Licensor warrants that the copyright in and to the Original Work and the patent rights granted herein by Licensor are owned by the Licensor or are sublicensed to You under the terms of this License with the permission of the contributor(s) of those copyrights and patent rights. Except as expressly stated in the immediately preceding sentence, the Original Work is provided under this License on an "AS IS" BASIS and WITHOUT WARRANTY, either express or implied, including, without limitation, the warranties of non-infringement, merchantability or fitness for a particular purpose. THE ENTIRE RISK AS TO THE QUALITY OF THE ORIGINAL WORK IS WITH YOU. This DISCLAIMER OF WARRANTY constitutes an essential part of this License. No license to the Original Work is granted by this License except under this disclaimer. + +8) Limitation of Liability. Under no circumstances and under no legal theory, whether in tort (including negligence), contract, or otherwise, shall the Licensor be liable to anyone for any indirect, special, incidental, or consequential damages of any character arising as a result of this License or the use of the Original Work including, without limitation, damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses. This limitation of liability shall not apply to the extent applicable law prohibits such limitation. + +9) Acceptance and Termination. If, at any time, You expressly assented to this License, that assent indicates your clear and irrevocable acceptance of this License and all of its terms and conditions. If You distribute or communicate copies of the Original Work or a Derivative Work, You must make a reasonable effort under the circumstances to obtain the express assent of recipients to the terms of this License. This License conditions your rights to undertake the activities listed in Section 1, including your right to create Derivative Works based upon the Original Work, and doing so without honoring these terms and conditions is prohibited by copyright law and international treaty. Nothing in this License is intended to affect copyright exceptions and limitations (including “fair use” or “fair dealing”). This License shall terminate immediately and You may no longer exercise any of the rights granted to You by this License upon your failure to honor the conditions in Section 1(c). + +10) Termination for Patent Action. This License shall terminate automatically and You may no longer exercise any of the rights granted to You by this License as of the date You commence an action, including a cross-claim or counterclaim, against Licensor or any licensee alleging that the Original Work infringes a patent. This termination provision shall not apply for an action alleging patent infringement by combinations of the Original Work with other software or hardware. + +11) Jurisdiction, Venue and Governing Law. Any action or suit relating to this License may be brought only in the courts of a jurisdiction wherein the Licensor resides or in which Licensor conducts its primary business, and under the laws of that jurisdiction excluding its conflict-of-law provisions. The application of the United Nations Convention on Contracts for the International Sale of Goods is expressly excluded. Any use of the Original Work outside the scope of this License or after its termination shall be subject to the requirements and penalties of copyright or patent law in the appropriate jurisdiction. This section shall survive the termination of this License. + +12) Attorneys’ Fees. In any action to enforce the terms of this License or seeking damages relating thereto, the prevailing party shall be entitled to recover its costs and expenses, including, without limitation, reasonable attorneys' fees and costs incurred in connection with such action, including any appeal of such action. This section shall survive the termination of this License. + +13) Miscellaneous. If any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable. + +14) Definition of "You" in This License. "You" throughout this License, whether in upper or lower case, means an individual or a legal entity exercising rights under, and complying with all of the terms of, this License. For legal entities, "You" includes any entity that controls, is controlled by, or is under common control with you. For 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. + +15) Right to Use. You may use the Original Work in all ways not otherwise restricted or conditioned by this License or by law, and Licensor promises not to interfere with or be responsible for such uses by You. + +16) Modification of This License. This License is Copyright © 2005 Lawrence Rosen. Permission is granted to copy, distribute, or communicate this License without modification. Nothing in this License permits You to modify this License as applied to the Original Work or to Derivative Works. However, You may modify the text of this License and copy, distribute or communicate your modified version (the "Modified License") and apply it to other original works of authorship subject to the following conditions: (i) You may not indicate in any way that your Modified License is the "Academic Free License" or "AFL" and you may not use those names in the name of your Modified License; (ii) You must replace the notice specified in the first paragraph above with the notice "Licensed under " or with a notice of your own that is not confusingly similar to the notice in this License; and (iii) You may not claim that your original works are open source software unless your Modified License has been approved by Open Source Initiative (OSI) and You comply with its license review and certification process. diff --git a/conf/license/Affero GPL b/conf/license/Affero GPL deleted file mode 100644 index 3ffc567893..0000000000 --- a/conf/license/Affero GPL +++ /dev/null @@ -1,661 +0,0 @@ -GNU AFFERO GENERAL PUBLIC LICENSE - Version 3, 19 November 2007 - - Copyright (C) 2007 Free Software Foundation, Inc. - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The GNU Affero General Public License is a free, copyleft license for -software and other kinds of works, specifically designed to ensure -cooperation with the community in the case of network server software. - - The licenses for most software and other practical works are designed -to take away your freedom to share and change the works. By contrast, -our General Public Licenses are intended to guarantee your freedom to -share and change all versions of a program--to make sure it remains free -software for all its users. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -them if you wish), that you receive source code or can get it if you -want it, that you can change the software or use pieces of it in new -free programs, and that you know you can do these things. - - Developers that use our General Public Licenses protect your rights -with two steps: (1) assert copyright on the software, and (2) offer -you this License which gives you legal permission to copy, distribute -and/or modify the software. - - A secondary benefit of defending all users' freedom is that -improvements made in alternate versions of the program, if they -receive widespread use, become available for other developers to -incorporate. Many developers of free software are heartened and -encouraged by the resulting cooperation. However, in the case of -software used on network servers, this result may fail to come about. -The GNU General Public License permits making a modified version and -letting the public access it on a server without ever releasing its -source code to the public. - - The GNU Affero General Public License is designed specifically to -ensure that, in such cases, the modified source code becomes available -to the community. It requires the operator of a network server to -provide the source code of the modified version running there to the -users of that server. Therefore, public use of a modified version, on -a publicly accessible server, gives the public access to the source -code of the modified version. - - An older license, called the Affero General Public License and -published by Affero, was designed to accomplish similar goals. This is -a different license, not a version of the Affero GPL, but Affero has -released a new version of the Affero GPL which permits relicensing under -this license. - - The precise terms and conditions for copying, distribution and -modification follow. - - TERMS AND CONDITIONS - - 0. Definitions. - - "This License" refers to version 3 of the GNU Affero General Public License. - - "Copyright" also means copyright-like laws that apply to other kinds of -works, such as semiconductor masks. - - "The Program" refers to any copyrightable work licensed under this -License. Each licensee is addressed as "you". "Licensees" and -"recipients" may be individuals or organizations. - - To "modify" a work means to copy from or adapt all or part of the work -in a fashion requiring copyright permission, other than the making of an -exact copy. The resulting work is called a "modified version" of the -earlier work or a work "based on" the earlier work. - - A "covered work" means either the unmodified Program or a work based -on the Program. - - To "propagate" a work means to do anything with it that, without -permission, would make you directly or secondarily liable for -infringement under applicable copyright law, except executing it on a -computer or modifying a private copy. Propagation includes copying, -distribution (with or without modification), making available to the -public, and in some countries other activities as well. - - To "convey" a work means any kind of propagation that enables other -parties to make or receive copies. Mere interaction with a user through -a computer network, with no transfer of a copy, is not conveying. - - An interactive user interface displays "Appropriate Legal Notices" -to the extent that it includes a convenient and prominently visible -feature that (1) displays an appropriate copyright notice, and (2) -tells the user that there is no warranty for the work (except to the -extent that warranties are provided), that licensees may convey the -work under this License, and how to view a copy of this License. If -the interface presents a list of user commands or options, such as a -menu, a prominent item in the list meets this criterion. - - 1. Source Code. - - The "source code" for a work means the preferred form of the work -for making modifications to it. "Object code" means any non-source -form of a work. - - A "Standard Interface" means an interface that either is an official -standard defined by a recognized standards body, or, in the case of -interfaces specified for a particular programming language, one that -is widely used among developers working in that language. - - The "System Libraries" of an executable work include anything, other -than the work as a whole, that (a) is included in the normal form of -packaging a Major Component, but which is not part of that Major -Component, and (b) serves only to enable use of the work with that -Major Component, or to implement a Standard Interface for which an -implementation is available to the public in source code form. A -"Major Component", in this context, means a major essential component -(kernel, window system, and so on) of the specific operating system -(if any) on which the executable work runs, or a compiler used to -produce the work, or an object code interpreter used to run it. - - The "Corresponding Source" for a work in object code form means all -the source code needed to generate, install, and (for an executable -work) run the object code and to modify the work, including scripts to -control those activities. However, it does not include the work's -System Libraries, or general-purpose tools or generally available free -programs which are used unmodified in performing those activities but -which are not part of the work. For example, Corresponding Source -includes interface definition files associated with source files for -the work, and the source code for shared libraries and dynamically -linked subprograms that the work is specifically designed to require, -such as by intimate data communication or control flow between those -subprograms and other parts of the work. - - The Corresponding Source need not include anything that users -can regenerate automatically from other parts of the Corresponding -Source. - - The Corresponding Source for a work in source code form is that -same work. - - 2. Basic Permissions. - - All rights granted under this License are granted for the term of -copyright on the Program, and are irrevocable provided the stated -conditions are met. This License explicitly affirms your unlimited -permission to run the unmodified Program. The output from running a -covered work is covered by this License only if the output, given its -content, constitutes a covered work. This License acknowledges your -rights of fair use or other equivalent, as provided by copyright law. - - You may make, run and propagate covered works that you do not -convey, without conditions so long as your license otherwise remains -in force. You may convey covered works to others for the sole purpose -of having them make modifications exclusively for you, or provide you -with facilities for running those works, provided that you comply with -the terms of this License in conveying all material for which you do -not control copyright. Those thus making or running the covered works -for you must do so exclusively on your behalf, under your direction -and control, on terms that prohibit them from making any copies of -your copyrighted material outside their relationship with you. - - Conveying under any other circumstances is permitted solely under -the conditions stated below. Sublicensing is not allowed; section 10 -makes it unnecessary. - - 3. Protecting Users' Legal Rights From Anti-Circumvention Law. - - No covered work shall be deemed part of an effective technological -measure under any applicable law fulfilling obligations under article -11 of the WIPO copyright treaty adopted on 20 December 1996, or -similar laws prohibiting or restricting circumvention of such -measures. - - When you convey a covered work, you waive any legal power to forbid -circumvention of technological measures to the extent such circumvention -is effected by exercising rights under this License with respect to -the covered work, and you disclaim any intention to limit operation or -modification of the work as a means of enforcing, against the work's -users, your or third parties' legal rights to forbid circumvention of -technological measures. - - 4. Conveying Verbatim Copies. - - You may convey verbatim copies of the Program's source code as you -receive it, in any medium, provided that you conspicuously and -appropriately publish on each copy an appropriate copyright notice; -keep intact all notices stating that this License and any -non-permissive terms added in accord with section 7 apply to the code; -keep intact all notices of the absence of any warranty; and give all -recipients a copy of this License along with the Program. - - You may charge any price or no price for each copy that you convey, -and you may offer support or warranty protection for a fee. - - 5. Conveying Modified Source Versions. - - You may convey a work based on the Program, or the modifications to -produce it from the Program, in the form of source code under the -terms of section 4, provided that you also meet all of these conditions: - - a) The work must carry prominent notices stating that you modified - it, and giving a relevant date. - - b) The work must carry prominent notices stating that it is - released under this License and any conditions added under section - 7. This requirement modifies the requirement in section 4 to - "keep intact all notices". - - c) You must license the entire work, as a whole, under this - License to anyone who comes into possession of a copy. This - License will therefore apply, along with any applicable section 7 - additional terms, to the whole of the work, and all its parts, - regardless of how they are packaged. This License gives no - permission to license the work in any other way, but it does not - invalidate such permission if you have separately received it. - - d) If the work has interactive user interfaces, each must display - Appropriate Legal Notices; however, if the Program has interactive - interfaces that do not display Appropriate Legal Notices, your - work need not make them do so. - - A compilation of a covered work with other separate and independent -works, which are not by their nature extensions of the covered work, -and which are not combined with it such as to form a larger program, -in or on a volume of a storage or distribution medium, is called an -"aggregate" if the compilation and its resulting copyright are not -used to limit the access or legal rights of the compilation's users -beyond what the individual works permit. Inclusion of a covered work -in an aggregate does not cause this License to apply to the other -parts of the aggregate. - - 6. Conveying Non-Source Forms. - - You may convey a covered work in object code form under the terms -of sections 4 and 5, provided that you also convey the -machine-readable Corresponding Source under the terms of this License, -in one of these ways: - - a) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by the - Corresponding Source fixed on a durable physical medium - customarily used for software interchange. - - b) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by a - written offer, valid for at least three years and valid for as - long as you offer spare parts or customer support for that product - model, to give anyone who possesses the object code either (1) a - copy of the Corresponding Source for all the software in the - product that is covered by this License, on a durable physical - medium customarily used for software interchange, for a price no - more than your reasonable cost of physically performing this - conveying of source, or (2) access to copy the - Corresponding Source from a network server at no charge. - - c) Convey individual copies of the object code with a copy of the - written offer to provide the Corresponding Source. This - alternative is allowed only occasionally and noncommercially, and - only if you received the object code with such an offer, in accord - with subsection 6b. - - d) Convey the object code by offering access from a designated - place (gratis or for a charge), and offer equivalent access to the - Corresponding Source in the same way through the same place at no - further charge. You need not require recipients to copy the - Corresponding Source along with the object code. If the place to - copy the object code is a network server, the Corresponding Source - may be on a different server (operated by you or a third party) - that supports equivalent copying facilities, provided you maintain - clear directions next to the object code saying where to find the - Corresponding Source. Regardless of what server hosts the - Corresponding Source, you remain obligated to ensure that it is - available for as long as needed to satisfy these requirements. - - e) Convey the object code using peer-to-peer transmission, provided - you inform other peers where the object code and Corresponding - Source of the work are being offered to the general public at no - charge under subsection 6d. - - A separable portion of the object code, whose source code is excluded -from the Corresponding Source as a System Library, need not be -included in conveying the object code work. - - A "User Product" is either (1) a "consumer product", which means any -tangible personal property which is normally used for personal, family, -or household purposes, or (2) anything designed or sold for incorporation -into a dwelling. In determining whether a product is a consumer product, -doubtful cases shall be resolved in favor of coverage. For a particular -product received by a particular user, "normally used" refers to a -typical or common use of that class of product, regardless of the status -of the particular user or of the way in which the particular user -actually uses, or expects or is expected to use, the product. A product -is a consumer product regardless of whether the product has substantial -commercial, industrial or non-consumer uses, unless such uses represent -the only significant mode of use of the product. - - "Installation Information" for a User Product means any methods, -procedures, authorization keys, or other information required to install -and execute modified versions of a covered work in that User Product from -a modified version of its Corresponding Source. The information must -suffice to ensure that the continued functioning of the modified object -code is in no case prevented or interfered with solely because -modification has been made. - - If you convey an object code work under this section in, or with, or -specifically for use in, a User Product, and the conveying occurs as -part of a transaction in which the right of possession and use of the -User Product is transferred to the recipient in perpetuity or for a -fixed term (regardless of how the transaction is characterized), the -Corresponding Source conveyed under this section must be accompanied -by the Installation Information. But this requirement does not apply -if neither you nor any third party retains the ability to install -modified object code on the User Product (for example, the work has -been installed in ROM). - - The requirement to provide Installation Information does not include a -requirement to continue to provide support service, warranty, or updates -for a work that has been modified or installed by the recipient, or for -the User Product in which it has been modified or installed. Access to a -network may be denied when the modification itself materially and -adversely affects the operation of the network or violates the rules and -protocols for communication across the network. - - Corresponding Source conveyed, and Installation Information provided, -in accord with this section must be in a format that is publicly -documented (and with an implementation available to the public in -source code form), and must require no special password or key for -unpacking, reading or copying. - - 7. Additional Terms. - - "Additional permissions" are terms that supplement the terms of this -License by making exceptions from one or more of its conditions. -Additional permissions that are applicable to the entire Program shall -be treated as though they were included in this License, to the extent -that they are valid under applicable law. If additional permissions -apply only to part of the Program, that part may be used separately -under those permissions, but the entire Program remains governed by -this License without regard to the additional permissions. - - When you convey a copy of a covered work, you may at your option -remove any additional permissions from that copy, or from any part of -it. (Additional permissions may be written to require their own -removal in certain cases when you modify the work.) You may place -additional permissions on material, added by you to a covered work, -for which you have or can give appropriate copyright permission. - - Notwithstanding any other provision of this License, for material you -add to a covered work, you may (if authorized by the copyright holders of -that material) supplement the terms of this License with terms: - - a) Disclaiming warranty or limiting liability differently from the - terms of sections 15 and 16 of this License; or - - b) Requiring preservation of specified reasonable legal notices or - author attributions in that material or in the Appropriate Legal - Notices displayed by works containing it; or - - c) Prohibiting misrepresentation of the origin of that material, or - requiring that modified versions of such material be marked in - reasonable ways as different from the original version; or - - d) Limiting the use for publicity purposes of names of licensors or - authors of the material; or - - e) Declining to grant rights under trademark law for use of some - trade names, trademarks, or service marks; or - - f) Requiring indemnification of licensors and authors of that - material by anyone who conveys the material (or modified versions of - it) with contractual assumptions of liability to the recipient, for - any liability that these contractual assumptions directly impose on - those licensors and authors. - - All other non-permissive additional terms are considered "further -restrictions" within the meaning of section 10. If the Program as you -received it, or any part of it, contains a notice stating that it is -governed by this License along with a term that is a further -restriction, you may remove that term. If a license document contains -a further restriction but permits relicensing or conveying under this -License, you may add to a covered work material governed by the terms -of that license document, provided that the further restriction does -not survive such relicensing or conveying. - - If you add terms to a covered work in accord with this section, you -must place, in the relevant source files, a statement of the -additional terms that apply to those files, or a notice indicating -where to find the applicable terms. - - Additional terms, permissive or non-permissive, may be stated in the -form of a separately written license, or stated as exceptions; -the above requirements apply either way. - - 8. Termination. - - You may not propagate or modify a covered work except as expressly -provided under this License. Any attempt otherwise to propagate or -modify it is void, and will automatically terminate your rights under -this License (including any patent licenses granted under the third -paragraph of section 11). - - However, if you cease all violation of this License, then your -license from a particular copyright holder is reinstated (a) -provisionally, unless and until the copyright holder explicitly and -finally terminates your license, and (b) permanently, if the copyright -holder fails to notify you of the violation by some reasonable means -prior to 60 days after the cessation. - - Moreover, your license from a particular copyright holder is -reinstated permanently if the copyright holder notifies you of the -violation by some reasonable means, this is the first time you have -received notice of violation of this License (for any work) from that -copyright holder, and you cure the violation prior to 30 days after -your receipt of the notice. - - Termination of your rights under this section does not terminate the -licenses of parties who have received copies or rights from you under -this License. If your rights have been terminated and not permanently -reinstated, you do not qualify to receive new licenses for the same -material under section 10. - - 9. Acceptance Not Required for Having Copies. - - You are not required to accept this License in order to receive or -run a copy of the Program. Ancillary propagation of a covered work -occurring solely as a consequence of using peer-to-peer transmission -to receive a copy likewise does not require acceptance. However, -nothing other than this License grants you permission to propagate or -modify any covered work. These actions infringe copyright if you do -not accept this License. Therefore, by modifying or propagating a -covered work, you indicate your acceptance of this License to do so. - - 10. Automatic Licensing of Downstream Recipients. - - Each time you convey a covered work, the recipient automatically -receives a license from the original licensors, to run, modify and -propagate that work, subject to this License. You are not responsible -for enforcing compliance by third parties with this License. - - An "entity transaction" is a transaction transferring control of an -organization, or substantially all assets of one, or subdividing an -organization, or merging organizations. If propagation of a covered -work results from an entity transaction, each party to that -transaction who receives a copy of the work also receives whatever -licenses to the work the party's predecessor in interest had or could -give under the previous paragraph, plus a right to possession of the -Corresponding Source of the work from the predecessor in interest, if -the predecessor has it or can get it with reasonable efforts. - - You may not impose any further restrictions on the exercise of the -rights granted or affirmed under this License. For example, you may -not impose a license fee, royalty, or other charge for exercise of -rights granted under this License, and you may not initiate litigation -(including a cross-claim or counterclaim in a lawsuit) alleging that -any patent claim is infringed by making, using, selling, offering for -sale, or importing the Program or any portion of it. - - 11. Patents. - - A "contributor" is a copyright holder who authorizes use under this -License of the Program or a work on which the Program is based. The -work thus licensed is called the contributor's "contributor version". - - A contributor's "essential patent claims" are all patent claims -owned or controlled by the contributor, whether already acquired or -hereafter acquired, that would be infringed by some manner, permitted -by this License, of making, using, or selling its contributor version, -but do not include claims that would be infringed only as a -consequence of further modification of the contributor version. For -purposes of this definition, "control" includes the right to grant -patent sublicenses in a manner consistent with the requirements of -this License. - - Each contributor grants you a non-exclusive, worldwide, royalty-free -patent license under the contributor's essential patent claims, to -make, use, sell, offer for sale, import and otherwise run, modify and -propagate the contents of its contributor version. - - In the following three paragraphs, a "patent license" is any express -agreement or commitment, however denominated, not to enforce a patent -(such as an express permission to practice a patent or covenant not to -sue for patent infringement). To "grant" such a patent license to a -party means to make such an agreement or commitment not to enforce a -patent against the party. - - If you convey a covered work, knowingly relying on a patent license, -and the Corresponding Source of the work is not available for anyone -to copy, free of charge and under the terms of this License, through a -publicly available network server or other readily accessible means, -then you must either (1) cause the Corresponding Source to be so -available, or (2) arrange to deprive yourself of the benefit of the -patent license for this particular work, or (3) arrange, in a manner -consistent with the requirements of this License, to extend the patent -license to downstream recipients. "Knowingly relying" means you have -actual knowledge that, but for the patent license, your conveying the -covered work in a country, or your recipient's use of the covered work -in a country, would infringe one or more identifiable patents in that -country that you have reason to believe are valid. - - If, pursuant to or in connection with a single transaction or -arrangement, you convey, or propagate by procuring conveyance of, a -covered work, and grant a patent license to some of the parties -receiving the covered work authorizing them to use, propagate, modify -or convey a specific copy of the covered work, then the patent license -you grant is automatically extended to all recipients of the covered -work and works based on it. - - A patent license is "discriminatory" if it does not include within -the scope of its coverage, prohibits the exercise of, or is -conditioned on the non-exercise of one or more of the rights that are -specifically granted under this License. You may not convey a covered -work if you are a party to an arrangement with a third party that is -in the business of distributing software, under which you make payment -to the third party based on the extent of your activity of conveying -the work, and under which the third party grants, to any of the -parties who would receive the covered work from you, a discriminatory -patent license (a) in connection with copies of the covered work -conveyed by you (or copies made from those copies), or (b) primarily -for and in connection with specific products or compilations that -contain the covered work, unless you entered into that arrangement, -or that patent license was granted, prior to 28 March 2007. - - Nothing in this License shall be construed as excluding or limiting -any implied license or other defenses to infringement that may -otherwise be available to you under applicable patent law. - - 12. No Surrender of Others' Freedom. - - If conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot convey a -covered work so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you may -not convey it at all. For example, if you agree to terms that obligate you -to collect a royalty for further conveying from those to whom you convey -the Program, the only way you could satisfy both those terms and this -License would be to refrain entirely from conveying the Program. - - 13. Remote Network Interaction; Use with the GNU General Public License. - - Notwithstanding any other provision of this License, if you modify the -Program, your modified version must prominently offer all users -interacting with it remotely through a computer network (if your version -supports such interaction) an opportunity to receive the Corresponding -Source of your version by providing access to the Corresponding Source -from a network server at no charge, through some standard or customary -means of facilitating copying of software. This Corresponding Source -shall include the Corresponding Source for any work covered by version 3 -of the GNU General Public License that is incorporated pursuant to the -following paragraph. - - Notwithstanding any other provision of this License, you have -permission to link or combine any covered work with a work licensed -under version 3 of the GNU General Public License into a single -combined work, and to convey the resulting work. The terms of this -License will continue to apply to the part which is the covered work, -but the work with which it is combined will remain governed by version -3 of the GNU General Public License. - - 14. Revised Versions of this License. - - The Free Software Foundation may publish revised and/or new versions of -the GNU Affero General Public License from time to time. Such new versions -will be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - - Each version is given a distinguishing version number. If the -Program specifies that a certain numbered version of the GNU Affero General -Public License "or any later version" applies to it, you have the -option of following the terms and conditions either of that numbered -version or of any later version published by the Free Software -Foundation. If the Program does not specify a version number of the -GNU Affero General Public License, you may choose any version ever published -by the Free Software Foundation. - - If the Program specifies that a proxy can decide which future -versions of the GNU Affero General Public License can be used, that proxy's -public statement of acceptance of a version permanently authorizes you -to choose that version for the Program. - - Later license versions may give you additional or different -permissions. However, no additional obligations are imposed on any -author or copyright holder as a result of your choosing to follow a -later version. - - 15. Disclaimer of Warranty. - - THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY -APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT -HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY -OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, -THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM -IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF -ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - - 16. Limitation of Liability. - - IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS -THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY -GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE -USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF -DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD -PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), -EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF -SUCH DAMAGES. - - 17. Interpretation of Sections 15 and 16. - - If the disclaimer of warranty and limitation of liability provided -above cannot be given local legal effect according to their terms, -reviewing courts shall apply local law that most closely approximates -an absolute waiver of all civil liability in connection with the -Program, unless a warranty or assumption of liability accompanies a -copy of the Program in return for a fee. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -state the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published - by the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see . - -Also add information on how to contact you by electronic and paper mail. - - If your software can interact with users remotely through a computer -network, you should also make sure that it provides a way for users to -get its source. For example, if your program is a web application, its -interface could display a "Source" link that leads users to an archive -of the code. There are many ways you could offer source, and different -solutions will be better for different programs; see section 13 for the -specific requirements. - - You should also get your employer (if you work as a programmer) or school, -if any, to sign a "copyright disclaimer" for the program, if necessary. -For more information on this, and how to apply and follow the GNU AGPL, see -. \ No newline at end of file diff --git a/conf/license/Affero General Public License v1.0 b/conf/license/Affero General Public License v1.0 new file mode 100644 index 0000000000..946b95d8d7 --- /dev/null +++ b/conf/license/Affero General Public License v1.0 @@ -0,0 +1,84 @@ +AFFERO GENERAL PUBLIC LICENSE +Version 1, March 2002

Copyright © 2002 Affero Inc.
510 Third Street - Suite 225, San Francisco, CA 94107, USA +This license is a modified version of the GNU General Public License copyright (C) 1989, 1991 Free Software Foundation, Inc. made with their permission. Section 2(d) has been added to cover use of software over a computer network. + +Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. + +Preamble + +The licenses for most software are designed to take away your freedom to share and change it. By contrast, the Affero General Public License is intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. This Public License applies to most of Affero's software and to any other program whose authors commit to using it. (Some other Affero software is covered by the GNU Library General Public License instead.) You can apply it to your programs, too. + +When we speak of free software, we are referring to freedom, not price. This General Public License is designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs; and that you know you can do these things. + +To protect your rights, we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights. These restrictions translate to certain responsibilities for you if you distribute copies of the software, or if you modify it. + +For example, if you distribute copies of such a program, whether gratis or for a fee, you must give the recipients all the rights that you have. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. + +We protect your rights with two steps: (1) copyright the software, and (2) offer you this license which gives you legal permission to copy, distribute and/or modify the software. + +Also, for each author's protection and ours, we want to make certain that everyone understands that there is no warranty for this free software. If the software is modified by someone else and passed on, we want its recipients to know that what they have is not the original, so that any problems introduced by others will not reflect on the original authors' reputations. + +Finally, any free program is threatened constantly by software patents. We wish to avoid the danger that redistributors of a free program will individually obtain patent licenses, in effect making the program proprietary. To prevent this, we have made it clear that any patent must be licensed for everyone's free use or not licensed at all. + +The precise terms and conditions for copying, distribution and modification follow. + +TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + +0. This License applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this Affero General Public License. The "Program", below, refers to any such program or work, and a "work based on the Program" means either the Program or any derivative work under copyright law: that is to say, a work containing the Program or a portion of it, either verbatim or with modifications and/or translated into another language. (Hereinafter, translation is included without limitation in the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running the Program is not restricted, and the output from the Program is covered only if its contents constitute a work based on the Program (independent of having been made by running the Program). Whether that is true depends on what the Program does. + +1. You may copy and distribute verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and give any other recipients of the Program a copy of this License along with the Program. + +You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee. + +2. You may modify your copy or copies of the Program or any portion of it, thus forming a work based on the Program, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions:
 +a) You must cause the modified files to carry prominent notices stating that you changed the files and the date of any change.
 +b) You must cause any work that you distribute or publish, that in whole or in part contains or is derived from the Program or any part thereof, to be licensed as a whole at no charge to all third parties under the terms of this License.
 +c) If the modified program normally reads commands interactively when run, you must cause it, when started running for such interactive use in the most ordinary way, to print or display an announcement including an appropriate copyright notice and a notice that there is no warranty (or else, saying that you provide a warranty) and that users may redistribute the program under these conditions, and telling the user how to view a copy of this License. (Exception: if the Program itself is interactive but does not normally print such an announcement, your work based on the Program is not required to print an announcement.)
 +d) If the Program as you received it is intended to interact with users through a computer network and if, in the version you received, any user interacting with the Program was given the opportunity to request transmission to that user of the Program's complete source code, you must not remove that facility from your modified version of the Program or work based on the Program, and must offer an equivalent opportunity for all users interacting with your Program through a computer network to request immediate transmission by HTTP of the complete source code of your modified version or other derivative work. + +These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Program, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Program, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Program. + +In addition, mere aggregation of another work not based on the Program with the Program (or with a work based on the Program) on a volume of a storage or distribution medium does not bring the other work under the scope of this License. + +3. You may copy and distribute the Program (or a work based on it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you also do one of the following:
 +a) Accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or,
 +b) Accompany it with a written offer, valid for at least three years, to give any third party, for a charge no more than your cost of physically performing source distribution, a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or,
 +c) Accompany it with the information you received as to the offer to distribute corresponding source code. (This alternative is allowed only for noncommercial distribution and only if you received the program in object code or executable form with such an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for making modifications to it. For an executable work, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the executable. However, as a special exception, the source code distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable. + +If distribution of executable or object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place counts as distribution of the source code, even though third parties are not compelled to copy the source along with the object code. + +4. You may not copy, modify, sublicense, or distribute the Program except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense or distribute the Program is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance. + +5. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Program or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Program (or any work based on the Program), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Program or works based on it. + +6. Each time you redistribute the Program (or any work based on the Program), the recipient automatically receives a license from the original licensor to copy, distribute or modify the Program subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties to this License. + +7. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Program at all. For example, if a patent license would not permit royalty-free redistribution of the Program by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply and the section as a whole is intended to apply in other circumstances. + +It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system, which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice. + +This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License. + +8. If the distribution and/or use of the Program is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Program under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License. + +9. Affero Inc. may publish revised and/or new versions of the Affero General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. + +Each version is given a distinguishing version number. If the Program specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by Affero, Inc. If the Program does not specify a version number of this License, you may choose any version ever published by Affero, Inc. + +You may also choose to redistribute modified versions of this program under any version of the Free Software Foundation's GNU General Public License version 3 or higher, so long as that version of the GNU GPL includes terms and conditions substantially equivalent to those of this license. + +10. If you wish to incorporate parts of the Program into other free programs whose distribution conditions are different, write to the author to ask for permission. For software which is copyrighted by Affero, Inc., write to us; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. + +NO WARRANTY + +11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + +12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. diff --git a/conf/license/Apache License 1.0 b/conf/license/Apache License 1.0 new file mode 100644 index 0000000000..9a06536abd --- /dev/null +++ b/conf/license/Apache License 1.0 @@ -0,0 +1,19 @@ +Copyright (c) 1995-1999 The Apache Group. All rights reserved. +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + +3. All advertising materials mentioning features or use of this software must display the following acknowledgment: "This product includes software developed by the Apache Group for use in the Apache HTTP server project (http://www.apache.org/) ." + +4. The "Apache" and "Apache Software Foundation" must not be used to endorse or promote products derived from this software without prior written permission. For written permission, please contact apache@apache.org + +5. Products derived from this software may not be called "Apache" nor may "Apache" appear in their name, without prior written permission of the Apache Group . + +6. Redistributions of any form whatsoever must retain the following acknowledgment: +"This product includes software developed by the Apache Group for use in the Apache HTTP server project (http://www.apache.org/) . + +THIS SOFTWARE IS PROVIDED BY THE APACHE GROUP ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE APACHE GROUP OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +This software consists of voluntary contributions made by many individuals on behalf of the Apache Group and was originally based on public domain software written at the National Center for Supercomputing Applications, University of Illinois, Urbana-Champaign. For more information on the Apache Group and the Apache HTTP server project, please see. diff --git a/conf/license/Apache License 1.1 b/conf/license/Apache License 1.1 new file mode 100644 index 0000000000..92b971b656 --- /dev/null +++ b/conf/license/Apache License 1.1 @@ -0,0 +1,20 @@ +Apache License 1.1 +Copyright (c) 2000 The Apache Software Foundation. All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + +3. The end-user documentation included with the redistribution, if any, must include the following acknowledgment: +"This product includes software developed by the Apache Software Foundation (http://www.apache.org/) ." +Alternately, this acknowledgment may appear in the software itself, if and wherever such third-party acknowledgments normally appear. + +4. The "Apache" and "Apache Software Foundation" must not be used to endorse or promote products derived from this software without prior written permission. For written permission, please contact apache@apache.org + +5. Products derived from this software may not be called "Apache" [ex. "Jakarta," "Apache," or "Apache Commons,"] nor may "Apache" [ex. the names] appear in their name, without prior written permission of the Apache Software Foundation . + +THIS SOFTWARE IS PROVIDED ''AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +This software consists of voluntary contributions made by many individuals on behalf of the Apache Software Foundation. For more information on the Apache Software Foundation, please see http://www.apache.org/. Portions of this software are based upon public domain software originally written at the National Center for Supercomputing Applications, University of Illinois, Urbana-Champaign. diff --git a/conf/license/Apache License 2.0 b/conf/license/Apache License 2.0 new file mode 100644 index 0000000000..dbfab2504f --- /dev/null +++ b/conf/license/Apache License 2.0 @@ -0,0 +1,72 @@ +Apache License +Version 2.0, January 2004 +http://www.apache.org/licenses/ +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + +1. Definitions. + +"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. + +"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. + +"Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. + +"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. + +"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. + +"Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. + +"Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). + +"Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. + +"Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." + +"Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. + +2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. + +3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. + +4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: + +(a) You must give any other recipients of the Work or Derivative Works a copy of this License; and + +(b) You must cause any modified files to carry prominent notices stating that You changed the files; and + +(c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and + +(d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. + +You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. + +5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. + +6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. + +7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. + +8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. + +9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. + +END OF TERMS AND CONDITIONS + +APPENDIX: How to apply the Apache License to your work. + +To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. + +Copyright [yyyy] [name of copyright owner] + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. diff --git a/conf/license/Apache v2 License b/conf/license/Apache v2 License deleted file mode 100644 index ad410e1130..0000000000 --- a/conf/license/Apache v2 License +++ /dev/null @@ -1,201 +0,0 @@ -Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "{}" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright {yyyy} {name of copyright owner} - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. \ No newline at end of file diff --git a/conf/license/Artistic License 1.0 b/conf/license/Artistic License 1.0 new file mode 100644 index 0000000000..7121f1f4ad --- /dev/null +++ b/conf/license/Artistic License 1.0 @@ -0,0 +1,48 @@ +The Artistic License +Preamble + +The intent of this document is to state the conditions under which a Package may be copied, such that the Copyright Holder maintains some semblance of artistic control over the development of the package, while giving the users of the package the right to use and distribute the Package in a more-or-less customary fashion, plus the right to make reasonable modifications. + +Definitions: + +"Package" refers to the collection of files distributed by the Copyright Holder, and derivatives of that collection of files created through textual modification. + +"Standard Version" refers to such a Package if it has not been modified, or has been modified in accordance with the wishes of the Copyright Holder. + +"Copyright Holder" is whoever is named in the copyright or copyrights for the package. + +"You" is you, if you're thinking about copying or distributing this Package. + +"Reasonable copying fee" is whatever you can justify on the basis of media cost, duplication charges, time of people involved, and so on. (You will not be required to justify it to the Copyright Holder, but only to the computing community at large as a market that must bear the fee.) + +"Freely Available" means that no fee is charged for the item itself, though there may be fees involved in handling the item. It also means that recipients of the item may redistribute it under the same conditions they received it. + +1. You may make and give away verbatim copies of the source form of the Standard Version of this Package without restriction, provided that you duplicate all of the original copyright notices and associated disclaimers. + +2. You may apply bug fixes, portability fixes and other modifications derived from the Public Domain or from the Copyright Holder. A Package modified in such a way shall still be considered the Standard Version. + +3. You may otherwise modify your copy of this Package in any way, provided that you insert a prominent notice in each changed file stating how and when you changed that file, and provided that you do at least ONE of the following: + +a) place your modifications in the Public Domain or otherwise make them Freely Available, such as by posting said modifications to Usenet or an equivalent medium, or placing the modifications on a major archive site such as ftp.uu.net, or by allowing the Copyright Holder to include your modifications in the Standard Version of the Package. +b) use the modified Package only within your corporation or organization. +c) rename any non-standard executables so the names do not conflict with standard executables, which must also be provided, and provide a separate manual page for each non-standard executable that clearly documents how it differs from the Standard Version. +d) make other distribution arrangements with the Copyright Holder. + +4. You may distribute the programs of this Package in object code or executable form, provided that you do at least ONE of the following: + +a) distribute a Standard Version of the executables and library files, together with instructions (in the manual page or equivalent) on where to get the Standard Version. +b) accompany the distribution with the machine-readable source of the Package with your modifications. +c) accompany any non-standard executables with their corresponding Standard Version executables, giving the non-standard executables non-standard names, and clearly documenting the differences in manual pages (or equivalent), together with instructions on where to get the Standard Version. +d) make other distribution arrangements with the Copyright Holder. + +5. You may charge a reasonable copying fee for any distribution of this Package. You may charge any fee you choose for support of this Package. You may not charge a fee for this Package itself. However, you may distribute this Package in aggregate with other (possibly commercial) programs as part of a larger (possibly commercial) software distribution provided that you do not advertise this Package as a product of your own. + +6. The scripts and library files supplied as input to or produced as output from the programs of this Package do not automatically fall under the copyright of this Package, but belong to whomever generated them, and may be sold commercially, and may be aggregated with this Package. + +7. C or perl subroutines supplied by you and linked into this Package shall not be considered part of this Package. + +8. The name of the Copyright Holder may not be used to endorse or promote products derived from this software without specific prior written permission. + +9. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. + +The End diff --git a/conf/license/Artistic License 2.0 b/conf/license/Artistic License 2.0 index b7c38097e6..5f85aa83d0 100644 --- a/conf/license/Artistic License 2.0 +++ b/conf/license/Artistic License 2.0 @@ -1,201 +1,84 @@ The Artistic License 2.0 +Copyright (c) 2000-2006, The Perl Foundation. - Copyright (c) 2014 - - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. +Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble -This license establishes the terms under which a given free software -Package may be copied, modified, distributed, and/or redistributed. -The intent is that the Copyright Holder maintains some artistic -control over the development of that Package while still keeping the -Package available as open source and free software. +This license establishes the terms under which a given free software Package may be copied, modified, distributed, and/or redistributed. The intent is that the Copyright Holder maintains some artistic control over the development of that Package while still keeping the Package available as open source and free software. -You are always permitted to make arrangements wholly outside of this -license directly with the Copyright Holder of a given Package. If the -terms of this license do not permit the full use that you propose to -make of the Package, you should contact the Copyright Holder and seek -a different licensing arrangement. +You are always permitted to make arrangements wholly outside of this license directly with the Copyright Holder of a given Package. If the terms of this license do not permit the full use that you propose to make of the Package, you should contact the Copyright Holder and seek a different licensing arrangement. Definitions - "Copyright Holder" means the individual(s) or organization(s) - named in the copyright notice for the entire Package. +"Copyright Holder" means the individual(s) or organization(s) named in the copyright notice for the entire Package. - "Contributor" means any party that has contributed code or other - material to the Package, in accordance with the Copyright Holder's - procedures. +"Contributor" means any party that has contributed code or other material to the Package, in accordance with the Copyright Holder's procedures. - "You" and "your" means any person who would like to copy, - distribute, or modify the Package. +"You" and "your" means any person who would like to copy, distribute, or modify the Package. - "Package" means the collection of files distributed by the - Copyright Holder, and derivatives of that collection and/or of - those files. A given Package may consist of either the Standard - Version, or a Modified Version. +"Package" means the collection of files distributed by the Copyright Holder, and derivatives of that collection and/or of those files. A given Package may consist of either the Standard Version, or a Modified Version. - "Distribute" means providing a copy of the Package or making it - accessible to anyone else, or in the case of a company or - organization, to others outside of your company or organization. +"Distribute" means providing a copy of the Package or making it accessible to anyone else, or in the case of a company or organization, to others outside of your company or organization. - "Distributor Fee" means any fee that you charge for Distributing - this Package or providing support for this Package to another - party. It does not mean licensing fees. +"Distributor Fee" means any fee that you charge for Distributing this Package or providing support for this Package to another party. It does not mean licensing fees. - "Standard Version" refers to the Package if it has not been - modified, or has been modified only in ways explicitly requested - by the Copyright Holder. +"Standard Version" refers to the Package if it has not been modified, or has been modified only in ways explicitly requested by the Copyright Holder. - "Modified Version" means the Package, if it has been changed, and - such changes were not explicitly requested by the Copyright - Holder. +"Modified Version" means the Package, if it has been changed, and such changes were not explicitly requested by the Copyright Holder. - "Original License" means this Artistic License as Distributed with - the Standard Version of the Package, in its current version or as - it may be modified by The Perl Foundation in the future. +"Original License" means this Artistic License as Distributed with the Standard Version of the Package, in its current version or as it may be modified by The Perl Foundation in the future. - "Source" form means the source code, documentation source, and - configuration files for the Package. - - "Compiled" form means the compiled bytecode, object code, binary, - or any other form resulting from mechanical transformation or - translation of the Source form. +"Source" form means the source code, documentation source, and configuration files for the Package. +"Compiled" form means the compiled bytecode, object code, binary, or any other form resulting from mechanical transformation or translation of the Source form. Permission for Use and Modification Without Distribution -(1) You are permitted to use the Standard Version and create and use -Modified Versions for any purpose without restriction, provided that -you do not Distribute the Modified Version. - +(1) You are permitted to use the Standard Version and create and use Modified Versions for any purpose without restriction, provided that you do not Distribute the Modified Version. Permissions for Redistribution of the Standard Version -(2) You may Distribute verbatim copies of the Source form of the -Standard Version of this Package in any medium without restriction, -either gratis or for a Distributor Fee, provided that you duplicate -all of the original copyright notices and associated disclaimers. At -your discretion, such verbatim copies may or may not include a -Compiled form of the Package. - -(3) You may apply any bug fixes, portability changes, and other -modifications made available from the Copyright Holder. The resulting -Package will still be considered the Standard Version, and as such -will be subject to the Original License. +(2) You may Distribute verbatim copies of the Source form of the Standard Version of this Package in any medium without restriction, either gratis or for a Distributor Fee, provided that you duplicate all of the original copyright notices and associated disclaimers. At your discretion, such verbatim copies may or may not include a Compiled form of the Package. +(3) You may apply any bug fixes, portability changes, and other modifications made available from the Copyright Holder. The resulting Package will still be considered the Standard Version, and as such will be subject to the Original License. Distribution of Modified Versions of the Package as Source -(4) You may Distribute your Modified Version as Source (either gratis -or for a Distributor Fee, and with or without a Compiled form of the -Modified Version) provided that you clearly document how it differs -from the Standard Version, including, but not limited to, documenting -any non-standard features, executables, or modules, and provided that -you do at least ONE of the following: +(4) You may Distribute your Modified Version as Source (either gratis or for a Distributor Fee, and with or without a Compiled form of the Modified Version) provided that you clearly document how it differs from the Standard Version, including, but not limited to, documenting any non-standard features, executables, or modules, and provided that you do at least ONE of the following: - (a) make the Modified Version available to the Copyright Holder - of the Standard Version, under the Original License, so that the - Copyright Holder may include your modifications in the Standard - Version. +(a) make the Modified Version available to the Copyright Holder of the Standard Version, under the Original License, so that the Copyright Holder may include your modifications in the Standard Version. +(b) ensure that installation of your Modified Version does not prevent the user installing or running the Standard Version. In addition, the Modified Version must bear a name that is different from the name of the Standard Version. +(c) allow anyone who receives a copy of the Modified Version to make the Source form of the Modified Version available to others under - (b) ensure that installation of your Modified Version does not - prevent the user installing or running the Standard Version. In - addition, the Modified Version must bear a name that is different - from the name of the Standard Version. +(i) the Original License or +(ii) a license that permits the licensee to freely copy, modify and redistribute the Modified Version using the same licensing terms that apply to the copy that the licensee received, and requires that the Source form of the Modified Version, and of any works derived from it, be made freely available in that license fees are prohibited but Distributor Fees are allowed. - (c) allow anyone who receives a copy of the Modified Version to - make the Source form of the Modified Version available to others - under +Distribution of Compiled Forms of the Standard Version or Modified Versions without the Source - (i) the Original License or - - (ii) a license that permits the licensee to freely copy, - modify and redistribute the Modified Version using the same - licensing terms that apply to the copy that the licensee - received, and requires that the Source form of the Modified - Version, and of any works derived from it, be made freely - available in that license fees are prohibited but Distributor - Fees are allowed. - - -Distribution of Compiled Forms of the Standard Version -or Modified Versions without the Source - -(5) You may Distribute Compiled forms of the Standard Version without -the Source, provided that you include complete instructions on how to -get the Source of the Standard Version. Such instructions must be -valid at the time of your distribution. If these instructions, at any -time while you are carrying out such distribution, become invalid, you -must provide new instructions on demand or cease further distribution. -If you provide valid instructions or cease distribution within thirty -days after you become aware that the instructions are invalid, then -you do not forfeit any of your rights under this license. - -(6) You may Distribute a Modified Version in Compiled form without -the Source, provided that you comply with Section 4 with respect to -the Source of the Modified Version. +(5) You may Distribute Compiled forms of the Standard Version without the Source, provided that you include complete instructions on how to get the Source of the Standard Version. Such instructions must be valid at the time of your distribution. If these instructions, at any time while you are carrying out such distribution, become invalid, you must provide new instructions on demand or cease further distribution. If you provide valid instructions or cease distribution within thirty days after you become aware that the instructions are invalid, then you do not forfeit any of your rights under this license. +(6) You may Distribute a Modified Version in Compiled form without the Source, provided that you comply with Section 4 with respect to the Source of the Modified Version. Aggregating or Linking the Package -(7) You may aggregate the Package (either the Standard Version or -Modified Version) with other packages and Distribute the resulting -aggregation provided that you do not charge a licensing fee for the -Package. Distributor Fees are permitted, and licensing fees for other -components in the aggregation are permitted. The terms of this license -apply to the use and Distribution of the Standard or Modified Versions -as included in the aggregation. - -(8) You are permitted to link Modified and Standard Versions with -other works, to embed the Package in a larger work of your own, or to -build stand-alone binary or bytecode versions of applications that -include the Package, and Distribute the result without restriction, -provided the result does not expose a direct interface to the Package. +(7) You may aggregate the Package (either the Standard Version or Modified Version) with other packages and Distribute the resulting aggregation provided that you do not charge a licensing fee for the Package. Distributor Fees are permitted, and licensing fees for other components in the aggregation are permitted. The terms of this license apply to the use and Distribution of the Standard or Modified Versions as included in the aggregation. +(8) You are permitted to link Modified and Standard Versions with other works, to embed the Package in a larger work of your own, or to build stand-alone binary or bytecode versions of applications that include the Package, and Distribute the result without restriction, provided the result does not expose a direct interface to the Package. Items That are Not Considered Part of a Modified Version -(9) Works (including, but not limited to, modules and scripts) that -merely extend or make use of the Package, do not, by themselves, cause -the Package to be a Modified Version. In addition, such works are not -considered parts of the Package itself, and are not subject to the -terms of this license. - +(9) Works (including, but not limited to, modules and scripts) that merely extend or make use of the Package, do not, by themselves, cause the Package to be a Modified Version. In addition, such works are not considered parts of the Package itself, and are not subject to the terms of this license. General Provisions -(10) Any use, modification, and distribution of the Standard or -Modified Versions is governed by this Artistic License. By using, -modifying or distributing the Package, you accept this license. Do not -use, modify, or distribute the Package, if you do not accept this -license. +(10) Any use, modification, and distribution of the Standard or Modified Versions is governed by this Artistic License. By using, modifying or distributing the Package, you accept this license. Do not use, modify, or distribute the Package, if you do not accept this license. -(11) If your Modified Version has been derived from a Modified -Version made by someone other than you, you are nevertheless required -to ensure that your Modified Version complies with the requirements of -this license. +(11) If your Modified Version has been derived from a Modified Version made by someone other than you, you are nevertheless required to ensure that your Modified Version complies with the requirements of this license. -(12) This license does not grant you the right to use any trademark, -service mark, tradename, or logo of the Copyright Holder. +(12) This license does not grant you the right to use any trademark, service mark, tradename, or logo of the Copyright Holder. -(13) This license includes the non-exclusive, worldwide, -free-of-charge patent license to make, have made, use, offer to sell, -sell, import and otherwise transfer the Package with respect to any -patent claims licensable by the Copyright Holder that are necessarily -infringed by the Package. If you institute patent litigation -(including a cross-claim or counterclaim) against any party alleging -that the Package constitutes direct or contributory patent -infringement, then this Artistic License to you shall terminate on the -date that such litigation is filed. +(13) This license includes the non-exclusive, worldwide, free-of-charge patent license to make, have made, use, offer to sell, sell, import and otherwise transfer the Package with respect to any patent claims licensable by the Copyright Holder that are necessarily infringed by the Package. If you institute patent litigation (including a cross-claim or counterclaim) against any party alleging that the Package constitutes direct or contributory patent infringement, then this Artistic License to you shall terminate on the date that such litigation is filed. -(14) Disclaimer of Warranty: -THE PACKAGE IS PROVIDED BY THE COPYRIGHT HOLDER AND CONTRIBUTORS "AS -IS' AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES. THE IMPLIED -WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR -NON-INFRINGEMENT ARE DISCLAIMED TO THE EXTENT PERMITTED BY YOUR LOCAL -LAW. UNLESS REQUIRED BY LAW, NO COPYRIGHT HOLDER OR CONTRIBUTOR WILL -BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL -DAMAGES ARISING IN ANY WAY OUT OF THE USE OF THE PACKAGE, EVEN IF -ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. \ No newline at end of file +(14) Disclaimer of Warranty: +THE PACKAGE IS PROVIDED BY THE COPYRIGHT HOLDER AND CONTRIBUTORS "AS IS' AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES. THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT ARE DISCLAIMED TO THE EXTENT PERMITTED BY YOUR LOCAL LAW. UNLESS REQUIRED BY LAW, NO COPYRIGHT HOLDER OR CONTRIBUTOR WILL BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING IN ANY WAY OUT OF THE USE OF THE PACKAGE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/conf/license/BSD (3-Clause) License b/conf/license/BSD (3-Clause) License deleted file mode 100644 index 3af16b0724..0000000000 --- a/conf/license/BSD (3-Clause) License +++ /dev/null @@ -1,27 +0,0 @@ -Copyright (c) 2014 -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: - -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. - -* Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. - -* Neither the name of the {organization} nor the names of its - contributors may be used to endorse or promote products derived from - this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. \ No newline at end of file diff --git a/conf/license/BSD 2-clause License b/conf/license/BSD 2-clause License new file mode 100644 index 0000000000..44f67c1577 --- /dev/null +++ b/conf/license/BSD 2-clause License @@ -0,0 +1,8 @@ +Copyright (c) All rights reserved. +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/conf/license/BSD 3-clause License b/conf/license/BSD 3-clause License new file mode 100644 index 0000000000..206be5da34 --- /dev/null +++ b/conf/license/BSD 3-clause License @@ -0,0 +1,10 @@ +Copyright (c) . All rights reserved. +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + +3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/conf/license/BSD 4-clause License b/conf/license/BSD 4-clause License new file mode 100644 index 0000000000..fc206e3f2d --- /dev/null +++ b/conf/license/BSD 4-clause License @@ -0,0 +1,13 @@ +Copyright (c) . All rights reserved. +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + +3. All advertising materials mentioning features or use of this software must display the following acknowledgement: +This product includes software developed by the the organization . + +4. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY COPYRIGHT HOLDER "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL COPYRIGHT HOLDER BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/conf/license/BSD license b/conf/license/BSD license deleted file mode 100644 index b57a6c2419..0000000000 --- a/conf/license/BSD license +++ /dev/null @@ -1,23 +0,0 @@ -Copyright (c) 2014 -All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: - -* Redistributions of source code must retain the above copyright notice, this - list of conditions and the following disclaimer. - -* Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. \ No newline at end of file diff --git a/conf/license/CC0 1.0 Universal b/conf/license/CC0 1.0 Universal deleted file mode 100644 index 3bbbc1ee92..0000000000 --- a/conf/license/CC0 1.0 Universal +++ /dev/null @@ -1,116 +0,0 @@ -CC0 1.0 Universal - -Statement of Purpose - -The laws of most jurisdictions throughout the world automatically confer -exclusive Copyright and Related Rights (defined below) upon the creator and -subsequent owner(s) (each and all, an "owner") of an original work of -authorship and/or a database (each, a "Work"). - -Certain owners wish to permanently relinquish those rights to a Work for the -purpose of contributing to a commons of creative, cultural and scientific -works ("Commons") that the public can reliably and without fear of later -claims of infringement build upon, modify, incorporate in other works, reuse -and redistribute as freely as possible in any form whatsoever and for any -purposes, including without limitation commercial purposes. These owners may -contribute to the Commons to promote the ideal of a free culture and the -further production of creative, cultural and scientific works, or to gain -reputation or greater distribution for their Work in part through the use and -efforts of others. - -For these and/or other purposes and motivations, and without any expectation -of additional consideration or compensation, the person associating CC0 with a -Work (the "Affirmer"), to the extent that he or she is an owner of Copyright -and Related Rights in the Work, voluntarily elects to apply CC0 to the Work -and publicly distribute the Work under its terms, with knowledge of his or her -Copyright and Related Rights in the Work and the meaning and intended legal -effect of CC0 on those rights. - -1. Copyright and Related Rights. A Work made available under CC0 may be -protected by copyright and related or neighboring rights ("Copyright and -Related Rights"). Copyright and Related Rights include, but are not limited -to, the following: - - i. the right to reproduce, adapt, distribute, perform, display, communicate, - and translate a Work; - - ii. moral rights retained by the original author(s) and/or performer(s); - - iii. publicity and privacy rights pertaining to a person's image or likeness - depicted in a Work; - - iv. rights protecting against unfair competition in regards to a Work, - subject to the limitations in paragraph 4(a), below; - - v. rights protecting the extraction, dissemination, use and reuse of data in - a Work; - - vi. database rights (such as those arising under Directive 96/9/EC of the - European Parliament and of the Council of 11 March 1996 on the legal - protection of databases, and under any national implementation thereof, - including any amended or successor version of such directive); and - - vii. other similar, equivalent or corresponding rights throughout the world - based on applicable law or treaty, and any national implementations thereof. - -2. Waiver. To the greatest extent permitted by, but not in contravention of, -applicable law, Affirmer hereby overtly, fully, permanently, irrevocably and -unconditionally waives, abandons, and surrenders all of Affirmer's Copyright -and Related Rights and associated claims and causes of action, whether now -known or unknown (including existing as well as future claims and causes of -action), in the Work (i) in all territories worldwide, (ii) for the maximum -duration provided by applicable law or treaty (including future time -extensions), (iii) in any current or future medium and for any number of -copies, and (iv) for any purpose whatsoever, including without limitation -commercial, advertising or promotional purposes (the "Waiver"). Affirmer makes -the Waiver for the benefit of each member of the public at large and to the -detriment of Affirmer's heirs and successors, fully intending that such Waiver -shall not be subject to revocation, rescission, cancellation, termination, or -any other legal or equitable action to disrupt the quiet enjoyment of the Work -by the public as contemplated by Affirmer's express Statement of Purpose. - -3. Public License Fallback. Should any part of the Waiver for any reason be -judged legally invalid or ineffective under applicable law, then the Waiver -shall be preserved to the maximum extent permitted taking into account -Affirmer's express Statement of Purpose. In addition, to the extent the Waiver -is so judged Affirmer hereby grants to each affected person a royalty-free, -non transferable, non sublicensable, non exclusive, irrevocable and -unconditional license to exercise Affirmer's Copyright and Related Rights in -the Work (i) in all territories worldwide, (ii) for the maximum duration -provided by applicable law or treaty (including future time extensions), (iii) -in any current or future medium and for any number of copies, and (iv) for any -purpose whatsoever, including without limitation commercial, advertising or -promotional purposes (the "License"). The License shall be deemed effective as -of the date CC0 was applied by Affirmer to the Work. Should any part of the -License for any reason be judged legally invalid or ineffective under -applicable law, such partial invalidity or ineffectiveness shall not -invalidate the remainder of the License, and in such case Affirmer hereby -affirms that he or she will not (i) exercise any of his or her remaining -Copyright and Related Rights in the Work or (ii) assert any associated claims -and causes of action with respect to the Work, in either case contrary to -Affirmer's express Statement of Purpose. - -4. Limitations and Disclaimers. - - a. No trademark or patent rights held by Affirmer are waived, abandoned, - surrendered, licensed or otherwise affected by this document. - - b. Affirmer offers the Work as-is and makes no representations or warranties - of any kind concerning the Work, express, implied, statutory or otherwise, - including without limitation warranties of title, merchantability, fitness - for a particular purpose, non infringement, or the absence of latent or - other defects, accuracy, or the present or absence of errors, whether or not - discoverable, all to the greatest extent permissible under applicable law. - - c. Affirmer disclaims responsibility for clearing rights of other persons - that may apply to the Work or any use thereof, including without limitation - any person's Copyright and Related Rights in the Work. Further, Affirmer - disclaims responsibility for obtaining any necessary consents, permissions - or other rights required for any use of the Work. - - d. Affirmer understands and acknowledges that Creative Commons is not a - party to this document and has no duty or obligation with respect to this - CC0 or use of the Work. - -For more information, please see - \ No newline at end of file diff --git a/conf/license/Creative Commons CC0 1.0 Universal b/conf/license/Creative Commons CC0 1.0 Universal new file mode 100644 index 0000000000..af0388278f --- /dev/null +++ b/conf/license/Creative Commons CC0 1.0 Universal @@ -0,0 +1,39 @@ +Creative Commons CC0 1.0 Universal +CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED HEREUNDER. +Statement of Purpose + +The laws of most jurisdictions throughout the world automatically confer exclusive Copyright and Related Rights (defined below) upon the creator and subsequent owner(s) (each and all, an "owner") of an original work of authorship and/or a database (each, a "Work"). + +Certain owners wish to permanently relinquish those rights to a Work for the purpose of contributing to a commons of creative, cultural and scientific works ("Commons") that the public can reliably and without fear of later claims of infringement build upon, modify, incorporate in other works, reuse and redistribute as freely as possible in any form whatsoever and for any purposes, including without limitation commercial purposes. These owners may contribute to the Commons to promote the ideal of a free culture and the further production of creative, cultural and scientific works, or to gain reputation or greater distribution for their Work in part through the use and efforts of others. + +For these and/or other purposes and motivations, and without any expectation of additional consideration or compensation, the person associating CC0 with a Work (the "Affirmer"), to the extent that he or she is an owner of Copyright and Related Rights in the Work, voluntarily elects to apply CC0 to the Work and publicly distribute the Work under its terms, with knowledge of his or her Copyright and Related Rights in the Work and the meaning and intended legal effect of CC0 on those rights. + +1. Copyright and Related Rights. A Work made available under CC0 may be protected by copyright and related or neighboring rights ("Copyright and Related Rights"). Copyright and Related Rights include, but are not limited to, the following: + +i. the right to reproduce, adapt, distribute, perform, display, communicate, and translate a Work; + +ii. moral rights retained by the original author(s) and/or performer(s); + +iii. publicity and privacy rights pertaining to a person's image or likeness depicted in a Work; + +iv. rights protecting against unfair competition in regards to a Work, subject to the limitations in paragraph 4(a), below; + +v. rights protecting the extraction, dissemination, use and reuse of data in a Work; + +vi. database rights (such as those arising under Directive 96/9/EC of the European Parliament and of the Council of 11 March 1996 on the legal protection of databases, and under any national implementation thereof, including any amended or successor version of such directive); and + +vii. other similar, equivalent or corresponding rights throughout the world based on applicable law or treaty, and any national implementations thereof. + +2. Waiver. To the greatest extent permitted by, but not in contravention of, applicable law, Affirmer hereby overtly, fully, permanently, irrevocably and unconditionally waives, abandons, and surrenders all of Affirmer's Copyright and Related Rights and associated claims and causes of action, whether now known or unknown (including existing as well as future claims and causes of action), in the Work (i) in all territories worldwide, (ii) for the maximum duration provided by applicable law or treaty (including future time extensions), (iii) in any current or future medium and for any number of copies, and (iv) for any purpose whatsoever, including without limitation commercial, advertising or promotional purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each member of the public at large and to the detriment of Affirmer's heirs and successors, fully intending that such Waiver shall not be subject to revocation, rescission, cancellation, termination, or any other legal or equitable action to disrupt the quiet enjoyment of the Work by the public as contemplated by Affirmer's express Statement of Purpose. + +3. Public License Fallback. Should any part of the Waiver for any reason be judged legally invalid or ineffective under applicable law, then the Waiver shall be preserved to the maximum extent permitted taking into account Affirmer's express Statement of Purpose. In addition, to the extent the Waiver is so judged Affirmer hereby grants to each affected person a royalty-free, non transferable, non sublicensable, non exclusive, irrevocable and unconditional license to exercise Affirmer's Copyright and Related Rights in the Work (i) in all territories worldwide, (ii) for the maximum duration provided by applicable law or treaty (including future time extensions), (iii) in any current or future medium and for any number of copies, and (iv) for any purpose whatsoever, including without limitation commercial, advertising or promotional purposes (the "License"). The License shall be deemed effective as of the date CC0 was applied by Affirmer to the Work. Should any part of the License for any reason be judged legally invalid or ineffective under applicable law, such partial invalidity or ineffectiveness shall not invalidate the remainder of the License, and in such case Affirmer hereby affirms that he or she will not (i) exercise any of his or her remaining Copyright and Related Rights in the Work or (ii) assert any associated claims and causes of action with respect to the Work, in either case contrary to Affirmer's express Statement of Purpose. + +4. Limitations and Disclaimers. + +a. No trademark or patent rights held by Affirmer are waived, abandoned, surrendered, licensed or otherwise affected by this document. + +b. Affirmer offers the Work as-is and makes no representations or warranties of any kind concerning the Work, express, implied, statutory or otherwise, including without limitation warranties of title, merchantability, fitness for a particular purpose, non infringement, or the absence of latent or other defects, accuracy, or the present or absence of errors, whether or not discoverable, all to the greatest extent permissible under applicable law. + +c. Affirmer disclaims responsibility for clearing rights of other persons that may apply to the Work or any use thereof, including without limitation any person's Copyright and Related Rights in the Work. Further, Affirmer disclaims responsibility for obtaining any necessary consents, permissions or other rights required for any use of the Work. + +d. Affirmer understands and acknowledges that Creative Commons is not a party to this document and has no duty or obligation with respect to this CC0 or use of the Work. diff --git a/conf/license/Creative Commons Zero v1.0 Universal b/conf/license/Creative Commons Zero v1.0 Universal new file mode 100644 index 0000000000..af0388278f --- /dev/null +++ b/conf/license/Creative Commons Zero v1.0 Universal @@ -0,0 +1,39 @@ +Creative Commons CC0 1.0 Universal +CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED HEREUNDER. +Statement of Purpose + +The laws of most jurisdictions throughout the world automatically confer exclusive Copyright and Related Rights (defined below) upon the creator and subsequent owner(s) (each and all, an "owner") of an original work of authorship and/or a database (each, a "Work"). + +Certain owners wish to permanently relinquish those rights to a Work for the purpose of contributing to a commons of creative, cultural and scientific works ("Commons") that the public can reliably and without fear of later claims of infringement build upon, modify, incorporate in other works, reuse and redistribute as freely as possible in any form whatsoever and for any purposes, including without limitation commercial purposes. These owners may contribute to the Commons to promote the ideal of a free culture and the further production of creative, cultural and scientific works, or to gain reputation or greater distribution for their Work in part through the use and efforts of others. + +For these and/or other purposes and motivations, and without any expectation of additional consideration or compensation, the person associating CC0 with a Work (the "Affirmer"), to the extent that he or she is an owner of Copyright and Related Rights in the Work, voluntarily elects to apply CC0 to the Work and publicly distribute the Work under its terms, with knowledge of his or her Copyright and Related Rights in the Work and the meaning and intended legal effect of CC0 on those rights. + +1. Copyright and Related Rights. A Work made available under CC0 may be protected by copyright and related or neighboring rights ("Copyright and Related Rights"). Copyright and Related Rights include, but are not limited to, the following: + +i. the right to reproduce, adapt, distribute, perform, display, communicate, and translate a Work; + +ii. moral rights retained by the original author(s) and/or performer(s); + +iii. publicity and privacy rights pertaining to a person's image or likeness depicted in a Work; + +iv. rights protecting against unfair competition in regards to a Work, subject to the limitations in paragraph 4(a), below; + +v. rights protecting the extraction, dissemination, use and reuse of data in a Work; + +vi. database rights (such as those arising under Directive 96/9/EC of the European Parliament and of the Council of 11 March 1996 on the legal protection of databases, and under any national implementation thereof, including any amended or successor version of such directive); and + +vii. other similar, equivalent or corresponding rights throughout the world based on applicable law or treaty, and any national implementations thereof. + +2. Waiver. To the greatest extent permitted by, but not in contravention of, applicable law, Affirmer hereby overtly, fully, permanently, irrevocably and unconditionally waives, abandons, and surrenders all of Affirmer's Copyright and Related Rights and associated claims and causes of action, whether now known or unknown (including existing as well as future claims and causes of action), in the Work (i) in all territories worldwide, (ii) for the maximum duration provided by applicable law or treaty (including future time extensions), (iii) in any current or future medium and for any number of copies, and (iv) for any purpose whatsoever, including without limitation commercial, advertising or promotional purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each member of the public at large and to the detriment of Affirmer's heirs and successors, fully intending that such Waiver shall not be subject to revocation, rescission, cancellation, termination, or any other legal or equitable action to disrupt the quiet enjoyment of the Work by the public as contemplated by Affirmer's express Statement of Purpose. + +3. Public License Fallback. Should any part of the Waiver for any reason be judged legally invalid or ineffective under applicable law, then the Waiver shall be preserved to the maximum extent permitted taking into account Affirmer's express Statement of Purpose. In addition, to the extent the Waiver is so judged Affirmer hereby grants to each affected person a royalty-free, non transferable, non sublicensable, non exclusive, irrevocable and unconditional license to exercise Affirmer's Copyright and Related Rights in the Work (i) in all territories worldwide, (ii) for the maximum duration provided by applicable law or treaty (including future time extensions), (iii) in any current or future medium and for any number of copies, and (iv) for any purpose whatsoever, including without limitation commercial, advertising or promotional purposes (the "License"). The License shall be deemed effective as of the date CC0 was applied by Affirmer to the Work. Should any part of the License for any reason be judged legally invalid or ineffective under applicable law, such partial invalidity or ineffectiveness shall not invalidate the remainder of the License, and in such case Affirmer hereby affirms that he or she will not (i) exercise any of his or her remaining Copyright and Related Rights in the Work or (ii) assert any associated claims and causes of action with respect to the Work, in either case contrary to Affirmer's express Statement of Purpose. + +4. Limitations and Disclaimers. + +a. No trademark or patent rights held by Affirmer are waived, abandoned, surrendered, licensed or otherwise affected by this document. + +b. Affirmer offers the Work as-is and makes no representations or warranties of any kind concerning the Work, express, implied, statutory or otherwise, including without limitation warranties of title, merchantability, fitness for a particular purpose, non infringement, or the absence of latent or other defects, accuracy, or the present or absence of errors, whether or not discoverable, all to the greatest extent permissible under applicable law. + +c. Affirmer disclaims responsibility for clearing rights of other persons that may apply to the Work or any use thereof, including without limitation any person's Copyright and Related Rights in the Work. Further, Affirmer disclaims responsibility for obtaining any necessary consents, permissions or other rights required for any use of the Work. + +d. Affirmer understands and acknowledges that Creative Commons is not a party to this document and has no duty or obligation with respect to this CC0 or use of the Work. diff --git a/conf/license/Eclipse Public License 1.0 b/conf/license/Eclipse Public License 1.0 new file mode 100644 index 0000000000..a5965ff4b9 --- /dev/null +++ b/conf/license/Eclipse Public License 1.0 @@ -0,0 +1,72 @@ +Eclipse Public License - v 1.0 +THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT. + +1. DEFINITIONS + +"Contribution" means: +a) in the case of the initial Contributor, the initial code and documentation distributed under this Agreement, and +b) in the case of each subsequent Contributor: +i) changes to the Program, and +ii) additions to the Program; + +where such changes and/or additions to the Program originate from and are distributed by that particular Contributor. A Contribution 'originates' from a Contributor if it was added to the Program by such Contributor itself or anyone acting on such Contributor's behalf. Contributions do not include additions to the Program which: (i) are separate modules of software distributed in conjunction with the Program under their own license agreement, and (ii) are not derivative works of the Program. +"Contributor" means any person or entity that distributes the Program. + +"Licensed Patents" mean patent claims licensable by a Contributor which are necessarily infringed by the use or sale of its Contribution alone or when combined with the Program. + +"Program" means the Contributions distributed in accordance with this Agreement. + +"Recipient" means anyone who receives the Program under this Agreement, including all Contributors. + +2. GRANT OF RIGHTS + +a) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, distribute and sublicense the Contribution of such Contributor, if any, and such derivative works, in source code and object code form. + +b) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed Patents to make, use, sell, offer to sell, import and otherwise transfer the Contribution of such Contributor, if any, in source code and object code form. This patent license shall apply to the combination of the Contribution and the Program if, at the time the Contribution is added by the Contributor, such addition of the Contribution causes such combination to be covered by the Licensed Patents. The patent license shall not apply to any other combinations which include the Contribution. No hardware per se is licensed hereunder. + +c) Recipient understands that although each Contributor grants the licenses to its Contributions set forth herein, no assurances are provided by any Contributor that the Program does not infringe the patent or other intellectual property rights of any other entity. Each Contributor disclaims any liability to Recipient for claims brought by any other entity based on infringement of intellectual property rights or otherwise. As a condition to exercising the rights and licenses granted hereunder, each Recipient hereby assumes sole responsibility to secure any other intellectual property rights needed, if any. For example, if a third party patent license is required to allow Recipient to distribute the Program, it is Recipient's responsibility to acquire that license before distributing the Program. + +d) Each Contributor represents that to its knowledge it has sufficient copyright rights in its Contribution, if any, to grant the copyright license set forth in this Agreement. + +3. REQUIREMENTS +A Contributor may choose to distribute the Program in object code form under its own license agreement, provided that: + +a) it complies with the terms and conditions of this Agreement; and + +b) its license agreement: +i) effectively disclaims on behalf of all Contributors all warranties and conditions, express and implied, including warranties or conditions of title and non-infringement, and implied warranties or conditions of merchantability and fitness for a particular purpose; +ii) effectively excludes on behalf of all Contributors all liability for damages, including direct, indirect, special, incidental and consequential damages, such as lost profits; +iii) states that any provisions which differ from this Agreement are offered by that Contributor alone and not by any other party; and +iv) states that source code for the Program is available from such Contributor, and informs licensees how to obtain it in a reasonable manner on or through a medium customarily used for software exchange. + +When the Program is made available in source code form: + +a) it must be made available under this Agreement; and + +b) a copy of this Agreement must be included with each copy of the Program. +Contributors may not remove or alter any copyright notices contained within the Program. + +Each Contributor must identify itself as the originator of its Contribution, if any, in a manner that reasonably allows subsequent Recipients to identify the originator of the Contribution. + +4. COMMERCIAL DISTRIBUTION +Commercial distributors of software may accept certain responsibilities with respect to end users, business partners and the like. While this license is intended to facilitate the commercial use of the Program, the Contributor who includes the Program in a commercial product offering should do so in a manner which does not create potential liability for other Contributors. Therefore, if a Contributor includes the Program in a commercial product offering, such Contributor ("Commercial Contributor") hereby agrees to defend and indemnify every other Contributor ("Indemnified Contributor") against any losses, damages and costs (collectively "Losses") arising from claims, lawsuits and other legal actions brought by a third party against the Indemnified Contributor to the extent caused by the acts or omissions of such Commercial Contributor in connection with its distribution of the Program in a commercial product offering. The obligations in this section do not apply to any claims or Losses relating to any actual or alleged intellectual property infringement. In order to qualify, an Indemnified Contributor must: a) promptly notify the Commercial Contributor in writing of such claim, and b) allow the Commercial Contributor to control, and cooperate with the Commercial Contributor in, the defense and any related settlement negotiations. The Indemnified Contributor may participate in any such claim at its own expense. + +For example, a Contributor might include the Program in a commercial product offering, Product X. That Contributor is then a Commercial Contributor. If that Commercial Contributor then makes performance claims, or offers warranties related to Product X, those performance claims and warranties are such Commercial Contributor's responsibility alone. Under this section, the Commercial Contributor would have to defend claims against the other Contributors related to those performance claims and warranties, and if a court requires any other Contributor to pay any damages as a result, the Commercial Contributor must pay those damages. + +5. NO WARRANTY +EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely responsible for determining the appropriateness of using and distributing the Program and assumes all risks associated with its exercise of rights under this Agreement , including but not limited to the risks and costs of program errors, compliance with applicable laws, damage to or loss of data, programs or equipment, and unavailability or interruption of operations. + +6. DISCLAIMER OF LIABILITY +EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. + +7. GENERAL + +If any provision of this Agreement is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this Agreement, and without further action by the parties hereto, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable. + +If Recipient institutes patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Program itself (excluding combinations of the Program with other software or hardware) infringes such Recipient's patent(s), then such Recipient's rights granted under Section 2(b) shall terminate as of the date such litigation is filed. + +All Recipient's rights under this Agreement shall terminate if it fails to comply with any of the material terms or conditions of this Agreement and does not cure such failure in a reasonable period of time after becoming aware of such noncompliance. If all Recipient's rights under this Agreement terminate, Recipient agrees to cease use and distribution of the Program as soon as reasonably practicable. However, Recipient's obligations under this Agreement and any licenses granted by Recipient relating to the Program shall continue and survive. + +Everyone is permitted to copy and distribute copies of this Agreement, but in order to avoid inconsistency the Agreement is copyrighted and may only be modified in the following manner. The Agreement Steward reserves the right to publish new versions (including revisions) of this Agreement from time to time. No one other than the Agreement Steward has the right to modify this Agreement. The Eclipse Foundation is the initial Agreement Steward. The Eclipse Foundation may assign the responsibility to serve as the Agreement Steward to a suitable separate entity. Each new version of the Agreement will be given a distinguishing version number. The Program (including Contributions) may always be distributed subject to the version of the Agreement under which it was received. In addition, after a new version of the Agreement is published, Contributor may elect to distribute the Program (including its Contributions) under the new version. Except as expressly stated in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to the intellectual property of any Contributor under this Agreement, whether expressly, by implication, estoppel or otherwise. All rights in the Program not expressly granted under this Agreement are reserved. + +This Agreement is governed by the laws of the State of New York and the intellectual property laws of the United States of America. No party to this Agreement will bring a legal action under this Agreement more than one year after the cause of action arose. Each party waives its rights to a jury trial in any resulting litigation. diff --git a/conf/license/Eclipse Public License v1.0 b/conf/license/Eclipse Public License v1.0 deleted file mode 100644 index 5032843775..0000000000 --- a/conf/license/Eclipse Public License v1.0 +++ /dev/null @@ -1,203 +0,0 @@ -Eclipse Public License - v 1.0 - -THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC -LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM -CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT. - -1. DEFINITIONS - -"Contribution" means: - -a) in the case of the initial Contributor, the initial code and documentation - distributed under this Agreement, and -b) in the case of each subsequent Contributor: - i) changes to the Program, and - ii) additions to the Program; - - where such changes and/or additions to the Program originate from and are - distributed by that particular Contributor. A Contribution 'originates' - from a Contributor if it was added to the Program by such Contributor - itself or anyone acting on such Contributor's behalf. Contributions do not - include additions to the Program which: (i) are separate modules of - software distributed in conjunction with the Program under their own - license agreement, and (ii) are not derivative works of the Program. - -"Contributor" means any person or entity that distributes the Program. - -"Licensed Patents" mean patent claims licensable by a Contributor which are -necessarily infringed by the use or sale of its Contribution alone or when -combined with the Program. - -"Program" means the Contributions distributed in accordance with this -Agreement. - -"Recipient" means anyone who receives the Program under this Agreement, -including all Contributors. - -2. GRANT OF RIGHTS - a) Subject to the terms of this Agreement, each Contributor hereby grants - Recipient a non-exclusive, worldwide, royalty-free copyright license to - reproduce, prepare derivative works of, publicly display, publicly - perform, distribute and sublicense the Contribution of such Contributor, - if any, and such derivative works, in source code and object code form. - b) Subject to the terms of this Agreement, each Contributor hereby grants - Recipient a non-exclusive, worldwide, royalty-free patent license under - Licensed Patents to make, use, sell, offer to sell, import and otherwise - transfer the Contribution of such Contributor, if any, in source code and - object code form. This patent license shall apply to the combination of - the Contribution and the Program if, at the time the Contribution is - added by the Contributor, such addition of the Contribution causes such - combination to be covered by the Licensed Patents. The patent license - shall not apply to any other combinations which include the Contribution. - No hardware per se is licensed hereunder. - c) Recipient understands that although each Contributor grants the licenses - to its Contributions set forth herein, no assurances are provided by any - Contributor that the Program does not infringe the patent or other - intellectual property rights of any other entity. Each Contributor - disclaims any liability to Recipient for claims brought by any other - entity based on infringement of intellectual property rights or - otherwise. As a condition to exercising the rights and licenses granted - hereunder, each Recipient hereby assumes sole responsibility to secure - any other intellectual property rights needed, if any. For example, if a - third party patent license is required to allow Recipient to distribute - the Program, it is Recipient's responsibility to acquire that license - before distributing the Program. - d) Each Contributor represents that to its knowledge it has sufficient - copyright rights in its Contribution, if any, to grant the copyright - license set forth in this Agreement. - -3. REQUIREMENTS - -A Contributor may choose to distribute the Program in object code form under -its own license agreement, provided that: - - a) it complies with the terms and conditions of this Agreement; and - b) its license agreement: - i) effectively disclaims on behalf of all Contributors all warranties - and conditions, express and implied, including warranties or - conditions of title and non-infringement, and implied warranties or - conditions of merchantability and fitness for a particular purpose; - ii) effectively excludes on behalf of all Contributors all liability for - damages, including direct, indirect, special, incidental and - consequential damages, such as lost profits; - iii) states that any provisions which differ from this Agreement are - offered by that Contributor alone and not by any other party; and - iv) states that source code for the Program is available from such - Contributor, and informs licensees how to obtain it in a reasonable - manner on or through a medium customarily used for software exchange. - -When the Program is made available in source code form: - - a) it must be made available under this Agreement; and - b) a copy of this Agreement must be included with each copy of the Program. - Contributors may not remove or alter any copyright notices contained - within the Program. - -Each Contributor must identify itself as the originator of its Contribution, -if -any, in a manner that reasonably allows subsequent Recipients to identify the -originator of the Contribution. - -4. COMMERCIAL DISTRIBUTION - -Commercial distributors of software may accept certain responsibilities with -respect to end users, business partners and the like. While this license is -intended to facilitate the commercial use of the Program, the Contributor who -includes the Program in a commercial product offering should do so in a manner -which does not create potential liability for other Contributors. Therefore, -if a Contributor includes the Program in a commercial product offering, such -Contributor ("Commercial Contributor") hereby agrees to defend and indemnify -every other Contributor ("Indemnified Contributor") against any losses, -damages and costs (collectively "Losses") arising from claims, lawsuits and -other legal actions brought by a third party against the Indemnified -Contributor to the extent caused by the acts or omissions of such Commercial -Contributor in connection with its distribution of the Program in a commercial -product offering. The obligations in this section do not apply to any claims -or Losses relating to any actual or alleged intellectual property -infringement. In order to qualify, an Indemnified Contributor must: -a) promptly notify the Commercial Contributor in writing of such claim, and -b) allow the Commercial Contributor to control, and cooperate with the -Commercial Contributor in, the defense and any related settlement -negotiations. The Indemnified Contributor may participate in any such claim at -its own expense. - -For example, a Contributor might include the Program in a commercial product -offering, Product X. That Contributor is then a Commercial Contributor. If -that Commercial Contributor then makes performance claims, or offers -warranties related to Product X, those performance claims and warranties are -such Commercial Contributor's responsibility alone. Under this section, the -Commercial Contributor would have to defend claims against the other -Contributors related to those performance claims and warranties, and if a -court requires any other Contributor to pay any damages as a result, the -Commercial Contributor must pay those damages. - -5. NO WARRANTY - -EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN -"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR -IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, -NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each -Recipient is solely responsible for determining the appropriateness of using -and distributing the Program and assumes all risks associated with its -exercise of rights under this Agreement , including but not limited to the -risks and costs of program errors, compliance with applicable laws, damage to -or loss of data, programs or equipment, and unavailability or interruption of -operations. - -6. DISCLAIMER OF LIABILITY - -EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY -CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION -LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN -CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE -EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY -OF SUCH DAMAGES. - -7. GENERAL - -If any provision of this Agreement is invalid or unenforceable under -applicable law, it shall not affect the validity or enforceability of the -remainder of the terms of this Agreement, and without further action by the -parties hereto, such provision shall be reformed to the minimum extent -necessary to make such provision valid and enforceable. - -If Recipient institutes patent litigation against any entity (including a -cross-claim or counterclaim in a lawsuit) alleging that the Program itself -(excluding combinations of the Program with other software or hardware) -infringes such Recipient's patent(s), then such Recipient's rights granted -under Section 2(b) shall terminate as of the date such litigation is filed. - -All Recipient's rights under this Agreement shall terminate if it fails to -comply with any of the material terms or conditions of this Agreement and does -not cure such failure in a reasonable period of time after becoming aware of -such noncompliance. If all Recipient's rights under this Agreement terminate, -Recipient agrees to cease use and distribution of the Program as soon as -reasonably practicable. However, Recipient's obligations under this Agreement -and any licenses granted by Recipient relating to the Program shall continue -and survive. - -Everyone is permitted to copy and distribute copies of this Agreement, but in -order to avoid inconsistency the Agreement is copyrighted and may only be -modified in the following manner. The Agreement Steward reserves the right to -publish new versions (including revisions) of this Agreement from time to -time. No one other than the Agreement Steward has the right to modify this -Agreement. The Eclipse Foundation is the initial Agreement Steward. The -Eclipse Foundation may assign the responsibility to serve as the Agreement -Steward to a suitable separate entity. Each new version of the Agreement will -be given a distinguishing version number. The Program (including -Contributions) may always be distributed subject to the version of the -Agreement under which it was received. In addition, after a new version of the -Agreement is published, Contributor may elect to distribute the Program -(including its Contributions) under the new version. Except as expressly -stated in Sections 2(a) and 2(b) above, Recipient receives no rights or -licenses to the intellectual property of any Contributor under this Agreement, -whether expressly, by implication, estoppel or otherwise. All rights in the -Program not expressly granted under this Agreement are reserved. - -This Agreement is governed by the laws of the State of New York and the -intellectual property laws of the United States of America. No party to this -Agreement will bring a legal action under this Agreement more than one year -after the cause of action arose. Each party waives its rights to a jury trial in -any resulting litigation. \ No newline at end of file diff --git a/conf/license/Educational Community License v1.0 b/conf/license/Educational Community License v1.0 new file mode 100644 index 0000000000..eb69cbdf3f --- /dev/null +++ b/conf/license/Educational Community License v1.0 @@ -0,0 +1,22 @@ +The Educational Community License +This Educational Community License (the "License") applies to any original work of authorship (the "Original Work") whose owner (the "Licensor") has placed the following notice immediately following the copyright notice for the Original Work: + +Copyright (c) + +Licensed under the Educational Community License version 1.0 + +This Original Work, including software, source code, documents, or other related items, is being provided by the copyright holder(s) subject to the terms of the Educational Community License. By obtaining, using and/or copying this Original Work, you agree that you have read, understand, and will comply with the following terms and conditions of the Educational Community License: + +Permission to use, copy, modify, merge, publish, distribute, and sublicense this Original Work and its documentation, with or without modification, for any purpose, and without fee or royalty to the copyright holder(s) is hereby granted, provided that you include the following on ALL copies of the Original Work or portions thereof, including modifications or derivatives, that you make: + +The full text of the Educational Community License in a location viewable to users of the redistributed or derivative work. + +Any pre-existing intellectual property disclaimers, notices, or terms and conditions. + +Notice of any changes or modifications to the Original Work, including the date the changes were made. + +Any modifications of the Original Work must be distributed in such a manner as to avoid any confusion with the Original Work of the copyright holders. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +The name and trademarks of copyright holder(s) may NOT be used in advertising or publicity pertaining to the Original or Derivative Works without specific, written prior permission. Title to copyright in the Original Work and any associated documentation will at all times remain with the copyright holders. diff --git a/conf/license/Educational Community License v2.0 b/conf/license/Educational Community License v2.0 new file mode 100644 index 0000000000..4c694178f8 --- /dev/null +++ b/conf/license/Educational Community License v2.0 @@ -0,0 +1,97 @@ +Educational Community License +Version 2.0, April 2007 +http://www.osedu.org/licenses/ + +The Educational Community License version 2.0 ("ECL") consists of the Apache 2.0 license, modified to change the scope of the patent grant in section 3 to be specific to the needs of the education communities using this license. The original Apache 2.0 license can be found at: http://www.apache.org/licenses/LICENSE-2.0 + +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. Any patent license granted hereby with respect to contributions by an individual employed by an institution or organization is limited to patent claims where the individual that is the author of the Work is also the inventor of the patent claims licensed, and where the organization or institution has the right to grant such license under applicable grant and research funding agreements. No other express or implied licenses are granted. + +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 Educational Community License to your work + +To apply the Educational Community License to your work, attach +the following boilerplate notice, with the fields enclosed by +brackets "[]" replaced with your own identifying information. +(Don't include the brackets!) The text should be enclosed in the +appropriate comment syntax for the file format. We also recommend +that a file or class name and description of purpose be included on +the same "printed page" as the copyright notice for easier +identification within third-party archives. + +Copyright [yyyy] [name of copyright owner] Licensed under the +Educational Community 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.osedu.org/licenses/ECL-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/conf/license/GNU Affero General Public License v3.0 b/conf/license/GNU Affero General Public License v3.0 new file mode 100644 index 0000000000..3d3266e378 --- /dev/null +++ b/conf/license/GNU Affero General Public License v3.0 @@ -0,0 +1,241 @@ +GNU AFFERO GENERAL PUBLIC LICENSE +Version 3, 19 November 2007 +Copyright (C) 2007 Free Software Foundation, Inc. + +Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. + +Preamble + +The GNU Affero General Public License is a free, copyleft license for software and other kinds of works, specifically designed to ensure cooperation with the community in the case of network server software. + +The licenses for most software and other practical works are designed to take away your freedom to share and change the works. By contrast, our General Public Licenses are intended to guarantee your freedom to share and change all versions of a program--to make sure it remains free software for all its users. + +When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for them if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs, and that you know you can do these things. + +Developers that use our General Public Licenses protect your rights with two steps: (1) assert copyright on the software, and (2) offer you this License which gives you legal permission to copy, distribute and/or modify the software. + +A secondary benefit of defending all users' freedom is that improvements made in alternate versions of the program, if they receive widespread use, become available for other developers to incorporate. Many developers of free software are heartened and encouraged by the resulting cooperation. However, in the case of software used on network servers, this result may fail to come about. The GNU General Public License permits making a modified version and letting the public access it on a server without ever releasing its source code to the public. + +The GNU Affero General Public License is designed specifically to ensure that, in such cases, the modified source code becomes available to the community. It requires the operator of a network server to provide the source code of the modified version running there to the users of that server. Therefore, public use of a modified version, on a publicly accessible server, gives the public access to the source code of the modified version. + +An older license, called the Affero General Public License and published by Affero, was designed to accomplish similar goals. This is a different license, not a version of the Affero GPL, but Affero has released a new version of the Affero GPL which permits relicensing under this license. + +The precise terms and conditions for copying, distribution and modification follow. + +TERMS AND CONDITIONS + +0. Definitions. + +"This License" refers to version 3 of the GNU Affero General Public License. + +"Copyright" also means copyright-like laws that apply to other kinds of works, such as semiconductor masks. + +"The Program" refers to any copyrightable work licensed under this License. Each licensee is addressed as "you". "Licensees" and "recipients" may be individuals or organizations. + +To "modify" a work means to copy from or adapt all or part of the work in a fashion requiring copyright permission, other than the making of an exact copy. The resulting work is called a "modified version" of the earlier work or a work "based on" the earlier work. + +A "covered work" means either the unmodified Program or a work based on the Program. + +To "propagate" a work means to do anything with it that, without permission, would make you directly or secondarily liable for infringement under applicable copyright law, except executing it on a computer or modifying a private copy. Propagation includes copying, distribution (with or without modification), making available to the public, and in some countries other activities as well. + +To "convey" a work means any kind of propagation that enables other parties to make or receive copies. Mere interaction with a user through a computer network, with no transfer of a copy, is not conveying. + +An interactive user interface displays "Appropriate Legal Notices" to the extent that it includes a convenient and prominently visible feature that (1) displays an appropriate copyright notice, and (2) tells the user that there is no warranty for the work (except to the extent that warranties are provided), that licensees may convey the work under this License, and how to view a copy of this License. If the interface presents a list of user commands or options, such as a menu, a prominent item in the list meets this criterion. + +1. Source Code. +The "source code" for a work means the preferred form of the work for making modifications to it. "Object code" means any non-source form of a work. + +A "Standard Interface" means an interface that either is an official standard defined by a recognized standards body, or, in the case of interfaces specified for a particular programming language, one that is widely used among developers working in that language. + +The "System Libraries" of an executable work include anything, other than the work as a whole, that (a) is included in the normal form of packaging a Major Component, but which is not part of that Major Component, and (b) serves only to enable use of the work with that Major Component, or to implement a Standard Interface for which an implementation is available to the public in source code form. A "Major Component", in this context, means a major essential component (kernel, window system, and so on) of the specific operating system (if any) on which the executable work runs, or a compiler used to produce the work, or an object code interpreter used to run it. + +The "Corresponding Source" for a work in object code form means all the source code needed to generate, install, and (for an executable work) run the object code and to modify the work, including scripts to control those activities. However, it does not include the work's System Libraries, or general-purpose tools or generally available free programs which are used unmodified in performing those activities but which are not part of the work. For example, Corresponding Source includes interface definition files associated with source files for the work, and the source code for shared libraries and dynamically linked subprograms that the work is specifically designed to require, such as by intimate data communication or control flow between those +subprograms and other parts of the work. + +The Corresponding Source need not include anything that users can regenerate automatically from other parts of the Corresponding Source. + +The Corresponding Source for a work in source code form is that same work. + +2. Basic Permissions. +All rights granted under this License are granted for the term of copyright on the Program, and are irrevocable provided the stated conditions are met. This License explicitly affirms your unlimited permission to run the unmodified Program. The output from running a covered work is covered by this License only if the output, given its content, constitutes a covered work. This License acknowledges your rights of fair use or other equivalent, as provided by copyright law. + +You may make, run and propagate covered works that you do not convey, without conditions so long as your license otherwise remains in force. You may convey covered works to others for the sole purpose of having them make modifications exclusively for you, or provide you with facilities for running those works, provided that you comply with the terms of this License in conveying all material for which you do not control copyright. Those thus making or running the covered works for you must do so exclusively on your behalf, under your direction and control, on terms that prohibit them from making any copies of your copyrighted material outside their relationship with you. + +Conveying under any other circumstances is permitted solely under the conditions stated below. Sublicensing is not allowed; section 10 makes it unnecessary. + +3. Protecting Users' Legal Rights From Anti-Circumvention Law. +No covered work shall be deemed part of an effective technological measure under any applicable law fulfilling obligations under article 11 of the WIPO copyright treaty adopted on 20 December 1996, or similar laws prohibiting or restricting circumvention of such measures. + +When you convey a covered work, you waive any legal power to forbid circumvention of technological measures to the extent such circumvention is effected by exercising rights under this License with respect to the covered work, and you disclaim any intention to limit operation or modification of the work as a means of enforcing, against the work's users, your or third parties' legal rights to forbid circumvention of technological measures. + +4. Conveying Verbatim Copies. +You may convey verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice; keep intact all notices stating that this License and any non-permissive terms added in accord with section 7 apply to the code; keep intact all notices of the absence of any warranty; and give all recipients a copy of this License along with the Program. + +You may charge any price or no price for each copy that you convey, and you may offer support or warranty protection for a fee. + +5. Conveying Modified Source Versions. +You may convey a work based on the Program, or the modifications to produce it from the Program, in the form of source code under the terms of section 4, provided that you also meet all of these conditions: + +a) The work must carry prominent notices stating that you modified it, and giving a relevant date. + +b) The work must carry prominent notices stating that it is released under this License and any conditions added under section 7. This requirement modifies the requirement in section 4 to "keep intact all notices". + +c) You must license the entire work, as a whole, under this License to anyone who comes into possession of a copy. This License will therefore apply, along with any applicable section 7 additional terms, to the whole of the work, and all its parts, regardless of how they are packaged. This License gives no permission to license the work in any other way, but it does not invalidate such permission if you have separately received it. + +d) If the work has interactive user interfaces, each must display Appropriate Legal Notices; however, if the Program has interactive interfaces that do not display Appropriate Legal Notices, your work need not make them do so. + +A compilation of a covered work with other separate and independent works, which are not by their nature extensions of the covered work, and which are not combined with it such as to form a larger program, in or on a volume of a storage or distribution medium, is called an "aggregate" if the compilation and its resulting copyright are not used to limit the access or legal rights of the compilation's users beyond what the individual works permit. Inclusion of a covered work in an aggregate does not cause this License to apply to the other parts of the aggregate. + +6. Conveying Non-Source Forms. +You may convey a covered work in object code form under the terms of sections 4 and 5, provided that you also convey the machine-readable Corresponding Source under the terms of this License, in one of these ways: + +a) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by the Corresponding Source fixed on a durable physical medium customarily used for software interchange. + +b) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by a written offer, valid for at least three years and valid for as long as you offer spare parts or customer support for that product model, to give anyone who possesses the object code either (1) a copy of the Corresponding Source for all the software in the product that is covered by this License, on a durable physical medium customarily used for software interchange, for a price no more than your reasonable cost of physically performing this conveying of source, or (2) access to copy the Corresponding Source from a network server at no charge. + +c) Convey individual copies of the object code with a copy of the written offer to provide the Corresponding Source. This alternative is allowed only occasionally and noncommercially, and only if you received the object code with such an offer, in accord with subsection 6b. + +d) Convey the object code by offering access from a designated place (gratis or for a charge), and offer equivalent access to the Corresponding Source in the same way through the same place at no further charge. You need not require recipients to copy the Corresponding Source along with the object code. If the place to copy the object code is a network server, the Corresponding Source may be on a different server (operated by you or a third party) that supports equivalent copying facilities, provided you maintain clear directions next to the object code saying where to find the Corresponding Source. Regardless of what server hosts the Corresponding Source, you remain obligated to ensure that it is available for as long as needed to satisfy these requirements. + +e) Convey the object code using peer-to-peer transmission, provided you inform other peers where the object code and Corresponding Source of the work are being offered to the general public at no charge under subsection 6d. + +A separable portion of the object code, whose source code is excluded from the Corresponding Source as a System Library, need not be included in conveying the object code work. + +A "User Product" is either (1) a "consumer product", which means any tangible personal property which is normally used for personal, family, or household purposes, or (2) anything designed or sold for incorporation into a dwelling. In determining whether a product is a consumer product, doubtful cases shall be resolved in favor of coverage. For a particular product received by a particular user, "normally used" refers to a typical or common use of that class of product, regardless of the status of the particular user or of the way in which the particular user actually uses, or expects or is expected to use, the product. A product is a consumer product regardless of whether the product has substantial commercial, industrial or non-consumer uses, unless such uses represent the only significant mode of use of the product. + +"Installation Information" for a User Product means any methods, procedures, authorization keys, or other information required to install and execute modified versions of a covered work in that User Product from a modified version of its Corresponding Source. The information must suffice to ensure that the continued functioning of the modified object code is in no case prevented or interfered with solely because modification has been made. + +If you convey an object code work under this section in, or with, or specifically for use in, a User Product, and the conveying occurs as part of a transaction in which the right of possession and use of the User Product is transferred to the recipient in perpetuity or for a fixed term (regardless of how the transaction is characterized), the Corresponding Source conveyed under this section must be accompanied by the Installation Information. But this requirement does not apply if neither you nor any third party retains the ability to install modified object code on the User Product (for example, the work has been installed in ROM). + +The requirement to provide Installation Information does not include a requirement to continue to provide support service, warranty, or updates for a work that has been modified or installed by the recipient, or for the User Product in which it has been modified or installed. Access to a network may be denied when the modification itself materially and adversely affects the operation of the network or violates the rules and protocols for communication across the network. + +Corresponding Source conveyed, and Installation Information provided, in accord with this section must be in a format that is publicly documented (and with an implementation available to the public in source code form), and must require no special password or key for unpacking, reading or copying. + +7. Additional Terms. +"Additional permissions" are terms that supplement the terms of this License by making exceptions from one or more of its conditions. Additional permissions that are applicable to the entire Program shall be treated as though they were included in this License, to the extent that they are valid under applicable law. If additional permissions apply only to part of the Program, that part may be used separately under those permissions, but the entire Program remains governed by this License without regard to the additional permissions. + +When you convey a copy of a covered work, you may at your option remove any additional permissions from that copy, or from any part of it. (Additional permissions may be written to require their own removal in certain cases when you modify the work.) You may place additional permissions on material, added by you to a covered work, for which you have or can give appropriate copyright permission. + +Notwithstanding any other provision of this License, for material you add to a covered work, you may (if authorized by the copyright holders of that material) supplement the terms of this License with terms: + +a) Disclaiming warranty or limiting liability differently from the terms of sections 15 and 16 of this License; or + +b) Requiring preservation of specified reasonable legal notices or author attributions in that material or in the Appropriate Legal Notices displayed by works containing it; or + +c) Prohibiting misrepresentation of the origin of that material, or requiring that modified versions of such material be marked in reasonable ways as different from the original version; or + +d) Limiting the use for publicity purposes of names of licensors or authors of the material; or + +e) Declining to grant rights under trademark law for use of some trade names, trademarks, or service marks; or + +f) Requiring indemnification of licensors and authors of that material by anyone who conveys the material (or modified versions of it) with contractual assumptions of liability to the recipient, for any liability that these contractual assumptions directly impose on those licensors and authors. + +All other non-permissive additional terms are considered "further restrictions" within the meaning of section 10. If the Program as you received it, or any part of it, contains a notice stating that it is governed by this License along with a term that is a further restriction, you may remove that term. If a license document contains a further restriction but permits relicensing or conveying under this License, you may add to a covered work material governed by the terms of that license document, provided that the further restriction does not survive such relicensing or conveying. + +If you add terms to a covered work in accord with this section, you must place, in the relevant source files, a statement of the additional terms that apply to those files, or a notice indicating where to find the applicable terms. + +Additional terms, permissive or non-permissive, may be stated in the form of a separately written license, or stated as exceptions; the above requirements apply either way. + +8. Termination. + +You may not propagate or modify a covered work except as expressly provided under this License. Any attempt otherwise to propagate or modify it is void, and will automatically terminate your rights under this License (including any patent licenses granted under the third paragraph of section 11). + +However, if you cease all violation of this License, then your license from a particular copyright holder is reinstated (a) provisionally, unless and until the copyright holder explicitly and finally terminates your license, and (b) permanently, if the copyright holder fails to notify you of the violation by some reasonable means prior to 60 days after the cessation. + +Moreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice. + +Termination of your rights under this section does not terminate the licenses of parties who have received copies or rights from you under this License. If your rights have been terminated and not permanently reinstated, you do not qualify to receive new licenses for the same material under section 10. + +9. Acceptance Not Required for Having Copies. + +You are not required to accept this License in order to receive or run a copy of the Program. Ancillary propagation of a covered work occurring solely as a consequence of using peer-to-peer transmission to receive a copy likewise does not require acceptance. However, nothing other than this License grants you permission to propagate or modify any covered work. These actions infringe copyright if you do not accept this License. Therefore, by modifying or propagating a covered work, you indicate your acceptance of this License to do so. + +10. Automatic Licensing of Downstream Recipients. + +Each time you convey a covered work, the recipient automatically receives a license from the original licensors, to run, modify and propagate that work, subject to this License. You are not responsible for enforcing compliance by third parties with this License. + +An "entity transaction" is a transaction transferring control of an organization, or substantially all assets of one, or subdividing an organization, or merging organizations. If propagation of a covered work results from an entity transaction, each party to that transaction who receives a copy of the work also receives whatever licenses to the work the party's predecessor in interest had or could give under the previous paragraph, plus a right to possession of the Corresponding Source of the work from the predecessor in interest, if the predecessor has it or can get it with reasonable efforts. + +You may not impose any further restrictions on the exercise of the rights granted or affirmed under this License. For example, you may not impose a license fee, royalty, or other charge for exercise of rights granted under this License, and you may not initiate litigation (including a cross-claim or counterclaim in a lawsuit) alleging that any patent claim is infringed by making, using, selling, offering for sale, or importing the Program or any portion of it. + +11. Patents. + +A "contributor" is a copyright holder who authorizes use under this License of the Program or a work on which the Program is based. The work thus licensed is called the contributor's "contributor version". + +A contributor's "essential patent claims" are all patent claims owned or controlled by the contributor, whether already acquired or hereafter acquired, that would be infringed by some manner, permitted by this License, of making, using, or selling its contributor version, but do not include claims that would be infringed only as a consequence of further modification of the contributor version. For purposes of this definition, "control" includes the right to grant patent sublicenses in a manner consistent with the requirements of this License. + +Each contributor grants you a non-exclusive, worldwide, royalty-free patent license under the contributor's essential patent claims, to make, use, sell, offer for sale, import and otherwise run, modify and propagate the contents of its contributor version. + +In the following three paragraphs, a "patent license" is any express agreement or commitment, however denominated, not to enforce a patent (such as an express permission to practice a patent or covenant not to s ue for patent infringement). To "grant" such a patent license to a party means to make such an agreement or commitment not to enforce a patent against the party. + +If you convey a covered work, knowingly relying on a patent license, and the Corresponding Source of the work is not available for anyone to copy, free of charge and under the terms of this License, through a publicly available network server or other readily accessible means, then you must either (1) cause the Corresponding Source to be so available, or (2) arrange to deprive yourself of the benefit of the patent license for this particular work, or (3) arrange, in a manner consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have actual knowledge that, but for the patent license, your conveying the covered work in a country, or your recipient's use of the covered work in a country, would infringe one or more identifiable patents in that country that you have reason to believe are valid. + +If, pursuant to or in connection with a single transaction or arrangement, you convey, or propagate by procuring conveyance of, a covered work, and grant a patent license to some of the parties receiving the covered work authorizing them to use, propagate, modify or convey a specific copy of the covered work, then the patent license you grant is automatically extended to all recipients of the covered work and works based on it. + +A patent license is "discriminatory" if it does not include within the scope of its coverage, prohibits the exercise of, or is conditioned on the non-exercise of one or more of the rights that are specifically granted under this License. You may not convey a covered work if you are a party to an arrangement with a third party that is in the business of distributing software, under which you make payment to the third party based on the extent of your activity of conveying the work, and under which the third party grants, to any of the parties who would receive the covered work from you, a discriminatory patent license (a) in connection with copies of the covered work conveyed by you (or copies made from those copies), or (b) primarily for and in connection with specific products or compilations that contain the covered work, unless you entered into that arrangement, or that patent license was granted, prior to 28 March 2007. + +Nothing in this License shall be construed as excluding or limiting any implied license or other defenses to infringement that may otherwise be available to you under applicable patent law. + +12. No Surrender of Others' Freedom. + +If conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot convey a covered work so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you to collect a royalty for further conveying from those to whom you convey the Program, the only way you could satisfy both those terms and this License would be to refrain entirely from conveying the Program. + +13. Remote Network Interaction; Use with the GNU General Public License. + +Notwithstanding any other provision of this License, if you modify the Program, your modified version must prominently offer all users interacting with it remotely through a computer network (if your version supports such interaction) an opportunity to receive the Corresponding Source of your version by providing access to the Corresponding Source from a network server at no charge, through some standard or customary means of facilitating copying of software. This Corresponding Source shall include the Corresponding Source for any work covered by version 3 of the GNU General Public License that is incorporated pursuant to the following paragraph. + +Notwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed under version 3 of the GNU General Public License into a single combined work, and to convey the resulting work. The terms of this License will continue to apply to the part which is the covered work, but the work with which it is combined will remain governed by version 3 of the GNU General Public License. + +14. Revised Versions of this License. + +The Free Software Foundation may publish revised and/or new versions of the GNU Affero General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. + +Each version is given a distinguishing version number. If the Program specifies that a certain numbered version of the GNU Affero General Public License "or any later version" applies to it, you have the option of following the terms and conditions either of that numbered version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of the GNU Affero General Public License, you may choose any version ever published by the Free Software Foundation. + +If the Program specifies that a proxy can decide which future versions of the GNU Affero General Public License can be used, that proxy's public statement of acceptance of a version permanently authorizes you to choose that version for the Program. + +Later license versions may give you additional or different permissions. However, no additional obligations are imposed on any author or copyright holder as a result of your choosing to follow a later version. + +15. Disclaimer of Warranty. + +THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + +16. Limitation of Liability. + +IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. + +17. Interpretation of Sections 15 and 16. + +If the disclaimer of warranty and limitation of liability provided above cannot be given local legal effect according to their terms, reviewing courts shall apply local law that most closely approximates an absolute waiver of all civil liability in connection with the Program, unless a warranty or assumption of liability accompanies a copy of the Program in return for a fee. + +END OF TERMS AND CONDITIONS + +How to Apply These Terms to Your New Programs + +If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. + +To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. + + +Copyright (C) + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + +If your software can interact with users remotely through a computer network, you should also make sure that it provides a way for users to get its source. For example, if your program is a web application, its interface could display a "Source" link that leads users to an archive of the code. There are many ways you could offer source, and different solutions will be better for different programs; see section 13 for the specific requirements. + +You should also get your employer (if you work as a programmer) or school, if any, to sign a "copyright disclaimer" for the program, if necessary. For more information on this, and how to apply and follow the GNU AGPL, see . diff --git a/conf/license/GNU Free Documentation License v1.1 b/conf/license/GNU Free Documentation License v1.1 new file mode 100644 index 0000000000..cb852faac0 --- /dev/null +++ b/conf/license/GNU Free Documentation License v1.1 @@ -0,0 +1,118 @@ +GNU Free Documentation License +Version 1.1, March 2000 +Copyright (C) 2000 Free Software Foundation, Inc. 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. + +0. PREAMBLE + +The purpose of this License is to make a manual, textbook, or other written document "free" in the sense of freedom: to assure everyone the effective freedom to copy and redistribute it, with or without modifying it, either commercially or noncommercially. Secondarily, this License preserves for the author and publisher a way to get credit for their work, while not being considered responsible for modifications made by others. + +This License is a kind of "copyleft", which means that derivative works of the document must themselves be free in the same sense. It complements the GNU General Public License, which is a copyleft license designed for free software. + +We have designed this License in order to use it for manuals for free software, because free software needs free documentation: a free program should come with manuals providing the same freedoms that the software does. But this License is not limited to software manuals; it can be used for any textual work, regardless of subject matter or whether it is published as a printed book. We recommend this License principally for works whose purpose is instruction or reference. + +1. APPLICABILITY AND DEFINITIONS + +This License applies to any manual or other work that contains a notice placed by the copyright holder saying it can be distributed under the terms of this License. The "Document", below, refers to any such manual or work. Any member of the public is a licensee, and is addressed as "you". + +A "Modified Version" of the Document means any work containing the Document or a portion of it, either copied verbatim, or with modifications and/or translated into another language. + +A "Secondary Section" is a named appendix or a front-matter section of the Document that deals exclusively with the relationship of the publishers or authors of the Document to the Document's overall subject (or to related matters) and contains nothing that could fall directly within that overall subject. (For example, if the Document is in part a textbook of mathematics, a Secondary Section may not explain any mathematics.) The relationship could be a matter of historical connection with the subject or with related matters, or of legal, commercial, philosophical, ethical or political position regarding them. + +The "Invariant Sections" are certain Secondary Sections whose titles are designated, as being those of Invariant Sections, in the notice that says that the Document is released under this License. + +The "Cover Texts" are certain short passages of text that are listed, as Front-Cover Texts or Back-Cover Texts, in the notice that says that the Document is released under this License. + +A "Transparent" copy of the Document means a machine-readable copy, represented in a format whose specification is available to the general public, whose contents can be viewed and edited directly and straightforwardly with generic text editors or (for images composed of pixels) generic paint programs or (for drawings) some widely available drawing editor, and that is suitable for input to text formatters or for automatic translation to a variety of formats suitable for input to text formatters. A copy made in an otherwise Transparent file format whose markup has been designed to thwart or discourage subsequent modification by readers is not Transparent. A copy that is not "Transparent" is called "Opaque". + +Examples of suitable formats for Transparent copies include plain ASCII without markup, Texinfo input format, LaTeX input format, SGML or XML using a publicly available DTD, and standard-conforming simple HTML designed for human modification. Opaque formats include PostScript, PDF, proprietary formats that can be read and edited only by proprietary word processors, SGML or XML for which the DTD and/or processing tools are not generally available, and the machine-generated HTML produced by some word processors for output purposes only. + +The "Title Page" means, for a printed book, the title page itself, plus such following pages as are needed to hold, legibly, the material this License requires to appear in the title page. For works in formats which do not have any title page as such, "Title Page" means the text near the most prominent appearance of the work's title, preceding the beginning of the body of the text. + +2. VERBATIM COPYING + +You may copy and distribute the Document in any medium, either commercially or noncommercially, provided that this License, the copyright notices, and the license notice saying this License applies to the Document are reproduced in all copies, and that you add no other conditions whatsoever to those of this License. You may not use technical measures to obstruct or control the reading or further copying of the copies you make or distribute. However, you may accept compensation in exchange for copies. If you distribute a large enough number of copies you must also follow the conditions in section 3. + +You may also lend copies, under the same conditions stated above, and you may publicly display copies. + +3. COPYING IN QUANTITY + +If you publish printed copies of the Document numbering more than 100, and the Document's license notice requires Cover Texts, you must enclose the copies in covers that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on the back cover. Both covers must also clearly and legibly identify you as the publisher of these copies. The front cover must present the full title with all words of the title equally prominent and visible. You may add other material on the covers in addition. Copying with changes limited to the covers, as long as they preserve the title of the Document and satisfy these conditions, can be treated as verbatim copying in other respects. + +If the required texts for either cover are too voluminous to fit legibly, you should put the first ones listed (as many as fit reasonably) on the actual cover, and continue the rest onto adjacent pages. + +If you publish or distribute Opaque copies of the Document numbering more than 100, you must either include a machine-readable Transparent copy along with each Opaque copy, or state in or with each Opaque copy a publicly-accessible computer-network location containing a complete Transparent copy of the Document, free of added material, which the general network-using public has access to download anonymously at no charge using public-standard network protocols. If you use the latter option, you must take reasonably prudent steps, when you begin distribution of Opaque copies in quantity, to ensure that this Transparent copy will remain thus accessible at the stated location until at least one year after the last time you distribute an Opaque copy (directly or through your agents or retailers) of that edition to the public. + +It is requested, but not required, that you contact the authors of the Document well before redistributing any large number of copies, to give them a chance to provide you with an updated version of the Document. + +4. MODIFICATIONS + +You may copy and distribute a Modified Version of the Document under the conditions of sections 2 and 3 above, provided that you release the Modified Version under precisely this License, with the Modified Version filling the role of the Document, thus licensing distribution and modification of the Modified Version to whoever possesses a copy of it. In addition, you must do these things in the Modified Version: + +A. Use in the Title Page (and on the covers, if any) a title distinct from that of the Document, and from those of previous versions (which should, if there were any, be listed in the History section of the Document). You may use the same title as a previous version if the original publisher of that version gives permission. +B. List on the Title Page, as authors, one or more persons or entities responsible for authorship of the modifications in the Modified Version, together with at least five of the principal authors of the Document (all of its principal authors, if it has less than five). +C. State on the Title page the name of the publisher of the Modified Version, as the publisher. +D. Preserve all the copyright notices of the Document. +E. Add an appropriate copyright notice for your modifications adjacent to the other copyright notices. +F. Include, immediately after the copyright notices, a license notice giving the public permission to use the Modified Version under the terms of this License, in the form shown in the Addendum below. +G. Preserve in that license notice the full lists of Invariant Sections and required Cover Texts given in the Document's license notice. +H. Include an unaltered copy of this License. +I. Preserve the section entitled "History", and its title, and add to it an item stating at least the title, year, new authors, and publisher of the Modified Version as given on the Title Page. If there is no section entitled "History" in the Document, create one stating the title, year, authors, and publisher of the Document as given on its Title Page, then add an item describing the Modified Version as stated in the previous sentence. +J. Preserve the network location, if any, given in the Document for public access to a Transparent copy of the Document, and likewise the network locations given in the Document for previous versions it was based on. These may be placed in the "History" section. You may omit a network location for a work that was published at least four years before the Document itself, or if the original publisher of the version it refers to gives permission. +K. In any section entitled "Acknowledgements" or "Dedications", preserve the section's title, and preserve in the section all the substance and tone of each of the contributor acknowledgements and/or dedications given therein. +L. Preserve all the Invariant Sections of the Document, unaltered in their text and in their titles. Section numbers or the equivalent are not considered part of the section titles. +M. Delete any section entitled "Endorsements". Such a section may not be included in the Modified Version. +N. Do not retitle any existing section as "Endorsements" or to conflict in title with any Invariant Section. + +If the Modified Version includes new front-matter sections or appendices that qualify as Secondary Sections and contain no material copied from the Document, you may at your option designate some or all of these sections as invariant. To do this, add their titles to the list of Invariant Sections in the Modified Version's license notice. These titles must be distinct from any other section titles. + +You may add a section entitled "Endorsements", provided it contains nothing but endorsements of your Modified Version by various parties--for example, statements of peer review or that the text has been approved by an organization as the authoritative definition of a standard. + +You may add a passage of up to five words as a Front-Cover Text, and a passage of up to 25 words as a Back-Cover Text, to the end of the list of Cover Texts in the Modified Version. Only one passage of Front-Cover Text and one of Back-Cover Text may be added by (or through arrangements made by) any one entity. If the Document already includes a cover text for the same cover, previously added by you or by arrangement made by the same entity you are acting on behalf of, you may not add another; but you may replace the old one, on explicit permission from the previous publisher that added the old one. + +The author(s) and publisher(s) of the Document do not by this License give permission to use their names for publicity for or to assert or imply endorsement of any Modified Version. + +5. COMBINING DOCUMENTS + +You may combine the Document with other documents released under this License, under the terms defined in section 4 above for modified versions, provided that you include in the combination all of the Invariant Sections of all of the original documents, unmodified, and list them all as Invariant Sections of your combined work in its license notice. + +The combined work need only contain one copy of this License, and multiple identical Invariant Sections may be replaced with a single copy. If there are multiple Invariant Sections with the same name but different contents, make the title of each such section unique by adding at the end of it, in parentheses, the name of the original author or publisher of that section if known, or else a unique number. Make the same adjustment to the section titles in the list of Invariant Sections in the license notice of the combined work. + +In the combination, you must combine any sections entitled "History" in the various original documents, forming one section entitled "History"; likewise combine any sections entitled "Acknowledgements", and any sections entitled "Dedications". You must delete all sections entitled "Endorsements." + +6. COLLECTIONS OF DOCUMENTS + +You may make a collection consisting of the Document and other documents released under this License, and replace the individual copies of this License in the various documents with a single copy that is included in the collection, provided that you follow the rules of this License for verbatim copying of each of the documents in all other respects. + +You may extract a single document from such a collection, and distribute it individually under this License, provided you insert a copy of this License into the extracted document, and follow this License in all other respects regarding verbatim copying of that document. + +7. AGGREGATION WITH INDEPENDENT WORKS + +A compilation of the Document or its derivatives with other separate and independent documents or works, in or on a volume of a storage or distribution medium, does not as a whole count as a Modified Version of the Document, provided no compilation copyright is claimed for the compilation. Such a compilation is called an "aggregate", and this License does not apply to the other self-contained works thus compiled with the Document, on account of their being thus compiled, if they are not themselves derivative works of the Document. + +If the Cover Text requirement of section 3 is applicable to these copies of the Document, then if the Document is less than one quarter of the entire aggregate, the Document's Cover Texts may be placed on covers that surround only the Document within the aggregate. Otherwise they must appear on covers around the whole aggregate. + +8. TRANSLATION + +Translation is considered a kind of modification, so you may distribute translations of the Document under the terms of section 4. Replacing Invariant Sections with translations requires special permission from their copyright holders, but you may include translations of some or all Invariant Sections in addition to the original versions of these Invariant Sections. You may include a translation of this License provided that you also include the original English version of this License. In case of a disagreement between the translation and the original English version of this License, the original English version will prevail. + +9. TERMINATION + +You may not copy, modify, sublicense, or distribute the Document except as expressly provided for under this License. Any other attempt to copy, modify, sublicense or distribute the Document is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance. + +10. FUTURE REVISIONS OF THIS LICENSE + +The Free Software Foundation may publish new, revised versions of the GNU Free Documentation License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. See http://www.gnu.org/copyleft/. + +Each version of the License is given a distinguishing version number. If the Document specifies that a particular numbered version of this License "or any later version" applies to it, you have the option of following the terms and conditions either of that specified version or of any later version that has been published (not as a draft) by the Free Software Foundation. If the Document does not specify a version number of this License, you may choose any version ever published (not as a draft) by the Free Software Foundation. + +ADDENDUM: How to use this License for your documents + +To use this License in a document you have written, include a copy of the License in the document and put the following copyright and license notices just after the title page: + +Copyright (c) YEAR YOUR NAME. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover Texts being LIST, and with the Back-Cover Texts being LIST. A copy of the license is included in the section entitled "GNU Free Documentation License". + +If you have no Invariant Sections, write "with no Invariant Sections" instead of saying which ones are invariant. If you have no Front-Cover Texts, write "no Front-Cover Texts" instead of "Front-Cover Texts being LIST"; likewise for Back-Cover Texts. + +If your document contains nontrivial examples of program code, we recommend releasing these examples in parallel under your choice of free software license, such as the GNU General Public License, to permit their use in free software. diff --git a/conf/license/GNU Free Documentation License v1.2 b/conf/license/GNU Free Documentation License v1.2 new file mode 100644 index 0000000000..206e5eea1f --- /dev/null +++ b/conf/license/GNU Free Documentation License v1.2 @@ -0,0 +1,129 @@ +GNU Free Documentation License +Version 1.2, November 2002 +Copyright (C) 2000,2001,2002 Free Software Foundation, Inc. 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. + +0. PREAMBLE + +The purpose of this License is to make a manual, textbook, or other functional and useful document "free" in the sense of freedom: to assure everyone the effective freedom to copy and redistribute it, with or without modifying it, either commercially or noncommercially. Secondarily, this License preserves for the author and publisher a way to get credit for their work, while not being considered responsible for modifications made by others. + +This License is a kind of "copyleft", which means that derivative works of the document must themselves be free in the same sense. It complements the GNU General Public License, which is a copyleft license designed for free software. + +We have designed this License in order to use it for manuals for free software, because free software needs free documentation: a free program should come with manuals providing the same freedoms that the software does. But this License is not limited to software manuals; it can be used for any textual work, regardless of subject matter or whether it is published as a printed book. We recommend this License principally for works whose purpose is instruction or reference. + +1. APPLICABILITY AND DEFINITIONS + +This License applies to any manual or other work, in any medium, that contains a notice placed by the copyright holder saying it can be distributed under the terms of this License. Such a notice grants a world-wide, royalty-free license, unlimited in duration, to use that work under the conditions stated herein. The "Document", below, refers to any such manual or work. Any member of the public is a licensee, and is addressed as "you". You accept the license if you copy, modify or distribute the work in a way requiring permission under copyright law. + +A "Modified Version" of the Document means any work containing the Document or a portion of it, either copied verbatim, or with modifications and/or translated into another language. + +A "Secondary Section" is a named appendix or a front-matter section of the Document that deals exclusively with the relationship of the publishers or authors of the Document to the Document's overall subject (or to related matters) and contains nothing that could fall directly within that overall subject. (Thus, if the Document is in part a textbook of mathematics, a Secondary Section may not explain any mathematics.) The relationship could be a matter of historical connection with the subject or with related matters, or of legal, commercial, philosophical, ethical or political position regarding them. + +The "Invariant Sections" are certain Secondary Sections whose titles are designated, as being those of Invariant Sections, in the notice that says that the Document is released under this License. If a section does not fit the above definition of Secondary then it is not allowed to be designated as Invariant. The Document may contain zero Invariant Sections. If the Document does not identify any Invariant Sections then there are none. + +The "Cover Texts" are certain short passages of text that are listed, as Front-Cover Texts or Back-Cover Texts, in the notice that says that the Document is released under this License. A Front-Cover Text may be at most 5 words, and a Back-Cover Text may be at most 25 words. + +A "Transparent" copy of the Document means a machine-readable copy, represented in a format whose specification is available to the general public, that is suitable for revising the document straightforwardly with generic text editors or (for images composed of pixels) generic paint programs or (for drawings) some widely available drawing editor, and that is suitable for input to text formatters or for automatic translation to a variety of formats suitable for input to text formatters. A copy made in an otherwise Transparent file format whose markup, or absence of markup, has been arranged to thwart or discourage subsequent modification by readers is not Transparent. An image format is not Transparent if used for any substantial amount of text. A copy that is not "Transparent" is called "Opaque". + +Examples of suitable formats for Transparent copies include plain ASCII without markup, Texinfo input format, LaTeX input format, SGML or XML using a publicly available DTD, and standard-conforming simple HTML, PostScript or PDF designed for human modification. Examples of transparent image formats include PNG, XCF and JPG. Opaque formats include proprietary formats that can be read and edited only by proprietary word processors, SGML or XML for which the DTD and/or processing tools are not generally available, and the machine-generated HTML, PostScript or PDF produced by some word processors for output purposes only. + +The "Title Page" means, for a printed book, the title page itself, plus such following pages as are needed to hold, legibly, the material this License requires to appear in the title page. For works in formats which do not have any title page as such, "Title Page" means the text near the most prominent appearance of the work's title, preceding the beginning of the body of the text. + +A section "Entitled XYZ" means a named subunit of the Document whose title either is precisely XYZ or contains XYZ in parentheses following text that translates XYZ in another language. (Here XYZ stands for a specific section name mentioned below, such as "Acknowledgements", "Dedications", "Endorsements", or "History".) To "Preserve the Title" of such a section when you modify the Document means that it remains a section "Entitled XYZ" according to this definition. + +The Document may include Warranty Disclaimers next to the notice which states that this License applies to the Document. These Warranty Disclaimers are considered to be included by reference in this License, but only as regards disclaiming warranties: any other implication that these Warranty Disclaimers may have is void and has no effect on the meaning of this License. + +2. VERBATIM COPYING + +You may copy and distribute the Document in any medium, either commercially or noncommercially, provided that this License, the copyright notices, and the license notice saying this License applies to the Document are reproduced in all copies, and that you add no other conditions whatsoever to those of this License. You may not use technical measures to obstruct or control the reading or further copying of the copies you make or distribute. However, you may accept compensation in exchange for copies. If you distribute a large enough number of copies you must also follow the conditions in section 3. + +You may also lend copies, under the same conditions stated above, and you may publicly display copies. + +3. COPYING IN QUANTITY + +If you publish printed copies (or copies in media that commonly have printed covers) of the Document, numbering more than 100, and the Document's license notice requires Cover Texts, you must enclose the copies in covers that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on the back cover. Both covers must also clearly and legibly identify you as the publisher of these copies. The front cover must present the full title with all words of the title equally prominent and visible. You may add other material on the covers in addition. Copying with changes limited to the covers, as long as they preserve the title of the Document and satisfy these conditions, can be treated as verbatim copying in other respects. + +If the required texts for either cover are too voluminous to fit legibly, you should put the first ones listed (as many as fit reasonably) on the actual cover, and continue the rest onto adjacent pages. + +If you publish or distribute Opaque copies of the Document numbering more than 100, you must either include a machine-readable Transparent copy along with each Opaque copy, or state in or with each Opaque copy a computer-network location from which the general network-using public has access to download using public-standard network protocols a complete Transparent copy of the Document, free of added material. If you use the latter option, you must take reasonably prudent steps, when you begin distribution of Opaque copies in quantity, to ensure that this Transparent copy will remain thus accessible at the stated location until at least one year after the last time you distribute an Opaque copy (directly or through your agents or retailers) of that edition to the public. + +It is requested, but not required, that you contact the authors of the Document well before redistributing any large number of copies, to give them a chance to provide you with an updated version of the Document. + +4. MODIFICATIONS + +You may copy and distribute a Modified Version of the Document under the conditions of sections 2 and 3 above, provided that you release the Modified Version under precisely this License, with the Modified Version filling the role of the Document, thus licensing distribution and modification of the Modified Version to whoever possesses a copy of it. In addition, you must do these things in the Modified Version: + +A. Use in the Title Page (and on the covers, if any) a title distinct from that of the Document, and from those of previous versions (which should, if there were any, be listed in the History section of the Document). You may use the same title as a previous version if the original publisher of that version gives permission. +B. List on the Title Page, as authors, one or more persons or entities responsible for authorship of the modifications in the Modified Version, together with at least five of the principal authors of the Document (all of its principal authors, if it has fewer than five), unless they release you from this requirement. +C. State on the Title page the name of the publisher of the Modified Version, as the publisher. +D. Preserve all the copyright notices of the Document. +E. Add an appropriate copyright notice for your modifications adjacent to the other copyright notices. +F. Include, immediately after the copyright notices, a license notice giving the public permission to use the Modified Version under the terms of this License, in the form shown in the Addendum below. +G. Preserve in that license notice the full lists of Invariant Sections and required Cover Texts given in the Document's license notice. +H. Include an unaltered copy of this License. +I. Preserve the section Entitled "History", Preserve its Title, and add to it an item stating at least the title, year, new authors, and publisher of the Modified Version as given on the Title Page. If there is no section Entitled "History" in the Document, create one stating the title, year, authors, and publisher of the Document as given on its Title Page, then add an item describing the Modified Version as stated in the previous sentence. +J. Preserve the network location, if any, given in the Document for public access to a Transparent copy of the Document, and likewise the network locations given in the Document for previous versions it was based on. These may be placed in the "History" section. You may omit a network location for a work that was published at least four years before the Document itself, or if the original publisher of the version it refers to gives permission. +K. For any section Entitled "Acknowledgements" or "Dedications", Preserve the Title of the section, and preserve in the section all the substance and tone of each of the contributor acknowledgements and/or dedications given therein. +L. Preserve all the Invariant Sections of the Document, unaltered in their text and in their titles. Section numbers or the equivalent are not considered part of the section titles. +M. Delete any section Entitled "Endorsements". Such a section may not be included in the Modified Version. +N. Do not retitle any existing section to be Entitled "Endorsements" or to conflict in title with any Invariant Section. +O. Preserve any Warranty Disclaimers. + +If the Modified Version includes new front-matter sections or appendices that qualify as Secondary Sections and contain no material copied from the Document, you may at your option designate some or all of these sections as invariant. To do this, add their titles to the list of Invariant Sections in the Modified Version's license notice. These titles must be distinct from any other section titles. + +You may add a section Entitled "Endorsements", provided it contains nothing but endorsements of your Modified Version by various parties--for example, statements of peer review or that the text has been approved by an organization as the authoritative definition of a standard. + +You may add a passage of up to five words as a Front-Cover Text, and a passage of up to 25 words as a Back-Cover Text, to the end of the list of Cover Texts in the Modified Version. Only one passage of Front-Cover Text and one of Back-Cover Text may be added by (or through arrangements made by) any one entity. If the Document already includes a cover text for the same cover, previously added by you or by arrangement made by the same entity you are acting on behalf of, you may not add another; but you may replace the old one, on explicit permission from the previous publisher that added the old one. + +The author(s) and publisher(s) of the Document do not by this License give permission to use their names for publicity for or to assert or imply endorsement of any Modified Version. + +5. COMBINING DOCUMENTS + +You may combine the Document with other documents released under this License, under the terms defined in section 4 above for modified versions, provided that you include in the combination all of the Invariant Sections of all of the original documents, unmodified, and list them all as Invariant Sections of your combined work in its license notice, and that you preserve all their Warranty Disclaimers. + +The combined work need only contain one copy of this License, and multiple identical Invariant Sections may be replaced with a single copy. If there are multiple Invariant Sections with the same name but different contents, make the title of each such section unique by adding at the end of it, in parentheses, the name of the original author or publisher of that section if known, or else a unique number. Make the same adjustment to the section titles in the list of Invariant Sections in the license notice of the combined work. + +In the combination, you must combine any sections Entitled "History" in the various original documents, forming one section Entitled "History"; likewise combine any sections Entitled "Acknowledgements", and any sections Entitled "Dedications". You must delete all sections Entitled "Endorsements". + +6. COLLECTIONS OF DOCUMENTS + +You may make a collection consisting of the Document and other documents released under this License, and replace the individual copies of this License in the various documents with a single copy that is included in the collection, provided that you follow the rules of this License for verbatim copying of each of the documents in all other respects. + +You may extract a single document from such a collection, and distribute it individually under this License, provided you insert a copy of this License into the extracted document, and follow this License in all other respects regarding verbatim copying of that document. + +7. AGGREGATION WITH INDEPENDENT WORKS + +A compilation of the Document or its derivatives with other separate and independent documents or works, in or on a volume of a storage or distribution medium, is called an "aggregate" if the copyright resulting from the compilation is not used to limit the legal rights of the compilation's users beyond what the individual works permit. When the Document is included in an aggregate, this License does not apply to the other works in the aggregate which are not themselves derivative works of the Document. + +If the Cover Text requirement of section 3 is applicable to these copies of the Document, then if the Document is less than one half of the entire aggregate, the Document's Cover Texts may be placed on covers that bracket the Document within the aggregate, or the electronic equivalent of covers if the Document is in electronic form. Otherwise they must appear on printed covers that bracket the whole aggregate. + +8. TRANSLATION + +Translation is considered a kind of modification, so you may distribute translations of the Document under the terms of section 4. Replacing Invariant Sections with translations requires special permission from their copyright holders, but you may include translations of some or all Invariant Sections in addition to the original versions of these Invariant Sections. You may include a translation of this License, and all the license notices in the Document, and any Warranty Disclaimers, provided that you also include the original English version of this License and the original versions of those notices and disclaimers. In case of a disagreement between the translation and the original version of this License or a notice or disclaimer, the original version will prevail. + +If a section in the Document is Entitled "Acknowledgements", "Dedications", or "History", the requirement (section 4) to Preserve its Title (section 1) will typically require changing the actual title. + +9. TERMINATION + +You may not copy, modify, sublicense, or distribute the Document except as expressly provided for under this License. Any other attempt to copy, modify, sublicense or distribute the Document is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance. + +10. FUTURE REVISIONS OF THIS LICENSE + +The Free Software Foundation may publish new, revised versions of the GNU Free Documentation License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. See http://www.gnu.org/copyleft/. + +Each version of the License is given a distinguishing version number. If the Document specifies that a particular numbered version of this License "or any later version" applies to it, you have the option of following the terms and conditions either of that specified version or of any later version that has been published (not as a draft) by the Free Software Foundation. If the Document does not specify a version number of this License, you may choose any version ever published (not as a draft) by the Free Software Foundation. + +ADDENDUM: How to use this License for your documents + +To use this License in a document you have written, include a copy of the License in the document and put the following copyright and license notices just after the title page: + +Copyright (c) YEAR YOUR NAME. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled "GNU Free Documentation License". + +If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, replace the "with...Texts." line with this: + +with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover Texts being LIST, and with the Back-Cover Texts being LIST. + +If you have Invariant Sections without Cover Texts, or some other combination of the three, merge those two alternatives to suit the situation. + +If your document contains nontrivial examples of program code, we recommend releasing these examples in parallel under your choice of free software license, such as the GNU General Public License, to permit their use in free software. diff --git a/conf/license/GNU Free Documentation License v1.3 b/conf/license/GNU Free Documentation License v1.3 new file mode 100644 index 0000000000..b0fefa8fff --- /dev/null +++ b/conf/license/GNU Free Documentation License v1.3 @@ -0,0 +1,148 @@ +GNU Free Documentation License +Version 1.3, 3 November 2008 +Copyright (C) 2000, 2001, 2002, 2007, 2008 Free Software Foundation, Inc. + +Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. + +0. PREAMBLE + +The purpose of this License is to make a manual, textbook, or other functional and useful document "free" in the sense of freedom: to assure everyone the effective freedom to copy and redistribute it, with or without modifying it, either commercially or noncommercially. Secondarily, this License preserves for the author and publisher a way to get credit for their work, while not being considered responsible for modifications made by others. + +This License is a kind of "copyleft", which means that derivative works of the document must themselves be free in the same sense. It complements the GNU General Public License, which is a copyleft license designed for free software. + +We have designed this License in order to use it for manuals for free software, because free software needs free documentation: a free program should come with manuals providing the same freedoms that the software does. But this License is not limited to software manuals; it can be used for any textual work, regardless of subject matter or whether it is published as a printed book. We recommend this License principally for works whose purpose is instruction or reference. + +1. APPLICABILITY AND DEFINITIONS + +This License applies to any manual or other work, in any medium, that contains a notice placed by the copyright holder saying it can be distributed under the terms of this License. Such a notice grants a world-wide, royalty-free license, unlimited in duration, to use that work under the conditions stated herein. The "Document", below, refers to any such manual or work. Any member of the public is a licensee, and is addressed as "you". You accept the license if you copy, modify or distribute the work in a way requiring permission under copyright law. + +A "Modified Version" of the Document means any work containing the Document or a portion of it, either copied verbatim, or with modifications and/or translated into another language. + +A "Secondary Section" is a named appendix or a front-matter section of the Document that deals exclusively with the relationship of the publishers or authors of the Document to the Document's overall subject (or to related matters) and contains nothing that could fall directly within that overall subject. (Thus, if the Document is in part a textbook of mathematics, a Secondary Section may not explain any mathematics.) The relationship could be a matter of historical connection with the subject or with related matters, or of legal, commercial, philosophical, ethical or political position regarding them. + +The "Invariant Sections" are certain Secondary Sections whose titles are designated, as being those of Invariant Sections, in the notice that says that the Document is released under this License. If a section does not fit the above definition of Secondary then it is not allowed to be designated as Invariant. The Document may contain zero Invariant Sections. If the Document does not identify any Invariant Sections then there are none. + +The "Cover Texts" are certain short passages of text that are listed, as Front-Cover Texts or Back-Cover Texts, in the notice that says that the Document is released under this License. A Front-Cover Text may be at most 5 words, and a Back-Cover Text may be at most 25 words. + +A "Transparent" copy of the Document means a machine-readable copy, represented in a format whose specification is available to the general public, that is suitable for revising the document straightforwardly with generic text editors or (for images composed of pixels) generic paint programs or (for drawings) some widely available drawing editor, and that is suitable for input to text formatters or for automatic translation to a variety of formats suitable for input to text formatters. A copy made in an otherwise Transparent file format whose markup, or absence of markup, has been arranged to thwart or discourage subsequent modification by readers is not Transparent. An image format is not Transparent if used for any substantial amount of text. A copy that is not "Transparent" is called "Opaque". + +Examples of suitable formats for Transparent copies include plain ASCII without markup, Texinfo input format, LaTeX input format, SGML or XML using a publicly available DTD, and standard-conforming simple HTML, PostScript or PDF designed for human modification. Examples of transparent image formats include PNG, XCF and JPG. Opaque formats include proprietary formats that can be read and edited only by proprietary word processors, SGML or XML for which the DTD and/or processing tools are not generally available, and the machine-generated HTML, PostScript or PDF produced by some word processors for output purposes only. + +The "Title Page" means, for a printed book, the title page itself, plus such following pages as are needed to hold, legibly, the material this License requires to appear in the title page. For works in formats which do not have any title page as such, "Title Page" means the text near the most prominent appearance of the work's title, preceding the beginning of the body of the text. + +The "publisher" means any person or entity that distributes copies of the Document to the public. + +A section "Entitled XYZ" means a named subunit of the Document whose title either is precisely XYZ or contains XYZ in parentheses following text that translates XYZ in another language. (Here XYZ stands for a specific section name mentioned below, such as "Acknowledgements", "Dedications", "Endorsements", or "History".) To "Preserve the Title" of such a section when you modify the Document means that it remains a section "Entitled XYZ" according to this definition. + +The Document may include Warranty Disclaimers next to the notice which states that this License applies to the Document. These Warranty Disclaimers are considered to be included by reference in this License, but only as regards disclaiming warranties: any other implication that these Warranty Disclaimers may have is void and has no effect on the meaning of this License. + +2. VERBATIM COPYING + +You may copy and distribute the Document in any medium, either commercially or noncommercially, provided that this License, the copyright notices, and the license notice saying this License applies to the Document are reproduced in all copies, and that you add no other conditions whatsoever to those of this License. You may not use technical measures to obstruct or control the reading or further copying of the copies you make or distribute. However, you may accept compensation in exchange for copies. If you distribute a large enough number of copies you must also follow the conditions in section 3. + +You may also lend copies, under the same conditions stated above, and you may publicly display copies. + +3. COPYING IN QUANTITY + +If you publish printed copies (or copies in media that commonly have printed covers) of the Document, numbering more than 100, and the Document's license notice requires Cover Texts, you must enclose the copies in covers that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on the back cover. Both covers must also clearly and legibly identify you as the publisher of these copies. The front cover must present the full title with all words of the title equally prominent and visible. You may add other material on the covers in addition. Copying with changes limited to the covers, as long as they preserve the title of the Document and satisfy these conditions, can be treated as verbatim copying in other respects. + +If the required texts for either cover are too voluminous to fit legibly, you should put the first ones listed (as many as fit reasonably) on the actual cover, and continue the rest onto adjacent pages. + +If you publish or distribute Opaque copies of the Document numbering more than 100, you must either include a machine-readable Transparent copy along with each Opaque copy, or state in or with each Opaque copy a computer-network location from which the general network-using public has access to download using public-standard network protocols a complete Transparent copy of the Document, free of added material. If you use the latter option, you must take reasonably prudent steps, when you begin distribution of Opaque copies in quantity, to ensure that this Transparent copy will remain thus accessible at the stated location until at least one year after the last time you distribute an Opaque copy (directly or through your agents or retailers) of that edition to the public. + +It is requested, but not required, that you contact the authors of the Document well before redistributing any large number of copies, to give them a chance to provide you with an updated version of the Document. + +4. MODIFICATIONS + +You may copy and distribute a Modified Version of the Document under the conditions of sections 2 and 3 above, provided that you release the Modified Version under precisely this License, with the Modified Version filling the role of the Document, thus licensing distribution and modification of the Modified Version to whoever possesses a copy of it. In addition, you must do these things in the Modified Version: + +A. Use in the Title Page (and on the covers, if any) a title distinct from that of the Document, and from those of previous versions (which should, if there were any, be listed in the History section of the Document). You may use the same title as a previous version if the original publisher of that version gives permission. +B. List on the Title Page, as authors, one or more persons or entities responsible for authorship of the modifications in the Modified Version, together with at least five of the principal authors of the Document (all of its principal authors, if it has fewer than five), unless they release you from this requirement. +C. State on the Title page the name of the publisher of the Modified Version, as the publisher. +D. Preserve all the copyright notices of the Document. +E. Add an appropriate copyright notice for your modifications adjacent to the other copyright notices. +F. Include, immediately after the copyright notices, a license notice giving the public permission to use the Modified Version under the terms of this License, in the form shown in the Addendum below. +G. Preserve in that license notice the full lists of Invariant Sections and required Cover Texts given in the Document's license notice. H. Include an unaltered copy of this License. +I. Preserve the section Entitled "History", Preserve its Title, and add to it an item stating at least the title, year, new authors, and publisher of the Modified Version as given on the Title Page. If there is no section Entitled "History" in the Document, create one stating the title, year, authors, and publisher of the Document as given on its Title Page, then add an item describing the Modified Version as stated in the previous sentence. +J. Preserve the network location, if any, given in the Document for public access to a Transparent copy of the Document, and likewise the network locations given in the Document for previous versions it was based on. These may be placed in the "History" section. You may omit a network location for a work that was published at least four years before the Document itself, or if the original publisher of the version it refers to gives permission. +K. For any section Entitled "Acknowledgements" or "Dedications", Preserve the Title of the section, and preserve in the section all the substance and tone of each of the contributor acknowledgements and/or dedications given therein. +L. Preserve all the Invariant Sections of the Document, unaltered in their text and in their titles. Section numbers or the equivalent are not considered part of the section titles. +M. Delete any section Entitled "Endorsements". Such a section may not be included in the Modified Version. +N. Do not retitle any existing section to be Entitled "Endorsements" or to conflict in title with any Invariant Section. +O. Preserve any Warranty Disclaimers. + +If the Modified Version includes new front-matter sections or appendices that qualify as Secondary Sections and contain no material copied from the Document, you may at your option designate some or all of these sections as invariant. To do this, add their titles to the list of Invariant Sections in the Modified Version's license notice. These titles must be distinct from any other section titles. + +You may add a section Entitled "Endorsements", provided it contains nothing but endorsements of your Modified Version by various parties--for example, statements of peer review or that the text has been approved by an organization as the authoritative definition of a standard. + +You may add a passage of up to five words as a Front-Cover Text, and a passage of up to 25 words as a Back-Cover Text, to the end of the list of Cover Texts in the Modified Version. Only one passage of Front-Cover Text and one of Back-Cover Text may be added by (or through arrangements made by) any one entity. If the Document already includes a cover text for the same cover, previously added by you or by arrangement made by the same entity you are acting on behalf of, you may not add another; but you may replace the old one, on explicit permission from the previous publisher that added the old one. + +The author(s) and publisher(s) of the Document do not by this License give permission to use their names for publicity for or to assert or imply endorsement of any Modified Version. + +5. COMBINING DOCUMENTS + +You may combine the Document with other documents released under this License, under the terms defined in section 4 above for modified versions, provided that you include in the combination all of the Invariant Sections of all of the original documents, unmodified, and list them all as Invariant Sections of your combined work in its license notice, and that you preserve all their Warranty Disclaimers. + +The combined work need only contain one copy of this License, and multiple identical Invariant Sections may be replaced with a single copy. If there are multiple Invariant Sections with the same name but different contents, make the title of each such section unique by adding at the end of it, in parentheses, the name of the original author or publisher of that section if known, or else a unique number. Make the same adjustment to the section titles in the list of Invariant Sections in the license notice of the combined work. + +In the combination, you must combine any sections Entitled "History" in the various original documents, forming one section Entitled "History"; likewise combine any sections Entitled "Acknowledgements", and any sections Entitled "Dedications". You must delete all sections Entitled "Endorsements". + +6. COLLECTIONS OF DOCUMENTS + +You may make a collection consisting of the Document and other documents released under this License, and replace the individual copies of this License in the various documents with a single copy that is included in the collection, provided that you follow the rules of this License for verbatim copying of each of the documents in all other respects. + +You may extract a single document from such a collection, and distribute it individually under this License, provided you insert a copy of this License into the extracted document, and follow this License in all other respects regarding verbatim copying of that document. + +7. AGGREGATION WITH INDEPENDENT WORKS + +A compilation of the Document or its derivatives with other separate and independent documents or works, in or on a volume of a storage or distribution medium, is called an "aggregate" if the copyright resulting from the compilation is not used to limit the legal rights of the compilation's users beyond what the individual works permit. When the Document is included in an aggregate, this License does not apply to the other works in the aggregate which are not themselves derivative works of the Document. + +If the Cover Text requirement of section 3 is applicable to these copies of the Document, then if the Document is less than one half of the entire aggregate, the Document's Cover Texts may be placed on covers that bracket the Document within the aggregate, or the electronic equivalent of covers if the Document is in electronic form. Otherwise they must appear on printed covers that bracket the whole aggregate. + +8. TRANSLATION + +Translation is considered a kind of modification, so you may distribute translations of the Document under the terms of section 4. Replacing Invariant Sections with translations requires special permission from their copyright holders, but you may include translations of some or all Invariant Sections in addition to the original versions of these Invariant Sections. You may include a translation of this License, and all the license notices in the Document, and any Warranty Disclaimers, provided that you also include the original English version of this License and the original versions of those notices and disclaimers. In case of a disagreement between the translation and the original version of this License or a notice or disclaimer, the original version will prevail. + +If a section in the Document is Entitled "Acknowledgements", "Dedications", or "History", the requirement (section 4) to Preserve its Title (section 1) will typically require changing the actual title. + +9. TERMINATION + +You may not copy, modify, sublicense, or distribute the Document except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense, or distribute it is void, and will automatically terminate your rights under this License. + +However, if you cease all violation of this License, then your license from a particular copyright holder is reinstated (a) provisionally, unless and until the copyright holder explicitly and finally terminates your license, and (b) permanently, if the copyright holder fails to notify you of the violation by some reasonable means prior to 60 days after the cessation. + +Moreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice. + +Termination of your rights under this section does not terminate the licenses of parties who have received copies or rights from you under this License. If your rights have been terminated and not permanently reinstated, receipt of a copy of some or all of the same material does not give you any rights to use it. + +10. FUTURE REVISIONS OF THIS LICENSE + +The Free Software Foundation may publish new, revised versions of the GNU Free Documentation License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. See http://www.gnu.org/copyleft/. + +Each version of the License is given a distinguishing version number. If the Document specifies that a particular numbered version of this License "or any later version" applies to it, you have the option of following the terms and conditions either of that specified version or of any later version that has been published (not as a draft) by the Free Software Foundation. If the Document does not specify a version number of this License, you may choose any version ever published (not as a draft) by the Free Software Foundation. If the Document specifies that a proxy can decide which future versions of this License can be used, that proxy's public statement of acceptance of a version permanently authorizes you to choose that version for the Document. + +11. RELICENSING + +"Massive Multiauthor Collaboration Site" (or "MMC Site") means any World Wide Web server that publishes copyrightable works and also provides prominent facilities for anybody to edit those works. A public wiki that anybody can edit is an example of such a server. A "Massive Multiauthor Collaboration" (or "MMC") contained in the site means any set of copyrightable works thus published on the MMC site. + +"CC-BY-SA" means the Creative Commons Attribution-Share Alike 3.0 license published by Creative Commons Corporation, a not-for-profit corporation with a principal place of business in San Francisco, California, as well as future copyleft versions of that license published by that same organization. + +"Incorporate" means to publish or republish a Document, in whole or in part, as part of another Document. + +An MMC is "eligible for relicensing" if it is licensed under this License, and if all works that were first published under this License somewhere other than this MMC, and subsequently incorporated in whole or in part into the MMC, (1) had no cover texts or invariant sections, and (2) were thus incorporated prior to November 1, 2008. + +The operator of an MMC Site may republish an MMC contained in the site under CC-BY-SA on the same site at any time before August 1, 2009, provided the MMC is eligible for relicensing. + +ADDENDUM: How to use this License for your documents + +To use this License in a document you have written, include a copy of the License in the document and put the following copyright and license notices just after the title page: + +Copyright (c) YEAR YOUR NAME. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled "GNU Free Documentation License". + +If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, replace the "with...Texts." line with this: + +with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover Texts being LIST, and with the Back-Cover Texts being LIST. + +If you have Invariant Sections without Cover Texts, or some other combination of the three, merge those two alternatives to suit the situation. + +If your document contains nontrivial examples of program code, we recommend releasing these examples in parallel under your choice of free software license, such as the GNU General Public License, to permit their use in free software. diff --git a/conf/license/GNU General Public License v1.0 b/conf/license/GNU General Public License v1.0 new file mode 100644 index 0000000000..902a4a44cd --- /dev/null +++ b/conf/license/GNU General Public License v1.0 @@ -0,0 +1,99 @@ +GNU GENERAL PUBLIC LICENSE +Version 1, February 1989 +Copyright (C) 1989 Free Software Foundation, Inc. 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. + +Preamble + +The license agreements of most software companies try to keep users at the mercy of those companies. By contrast, our General Public License is intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. The General Public License applies to the Free Software Foundation's software and to any other program whose authors commit to using it. You can use it for your programs, too. + +When we speak of free software, we are referring to freedom, not price. Specifically, the General Public License is designed to make sure that you have the freedom to give away or sell copies of free software, that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs; and that you know you can do these things. + +To protect your rights, we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights. These restrictions translate to certain responsibilities for you if you distribute copies of the software, or if you modify it. + +For example, if you distribute copies of a such a program, whether gratis or for a fee, you must give the recipients all the rights that you have. You must make sure that they, too, receive or can get the source code. And you must tell them their rights. + +We protect your rights with two steps: (1) copyright the software, and (2) offer you this license which gives you legal permission to copy, distribute and/or modify the software. + +Also, for each author's protection and ours, we want to make certain that everyone understands that there is no warranty for this free software. If the software is modified by someone else and passed on, we want its recipients to know that what they have is not the original, so that any problems introduced by others will not reflect on the original authors' reputations. + +The precise terms and conditions for copying, distribution and modification follow. + +GNU GENERAL PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + +0. This License Agreement applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License. The "Program", below, refers to any such program or work, and a "work based on the Program" means either the Program or any work containing the Program or a portion of it, either verbatim or with modifications. Each licensee is addressed as "you". + +1. You may copy and distribute verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this General Public License and to the absence of any warranty; and give any other recipients of the Program a copy of this General Public License along with the Program. You may charge a fee for the physical act of transferring a copy. + +2. You may modify your copy or copies of the Program or any portion of it, and copy and distribute such modifications under the terms of Paragraph 1 above, provided that you also do the following: + +a) cause the modified files to carry prominent notices stating that you changed the files and the date of any change; and + +b) cause the whole of any work that you distribute or publish, that in whole or in part contains the Program or any part thereof, either with or without modifications, to be licensed at no charge to all third parties under the terms of this General Public License (except that you may choose to grant warranty protection to some or all third parties, at your option). + +c) If the modified program normally reads commands interactively when run, you must cause it, when started running for such interactive use in the simplest and most usual way, to print or display an announcement including an appropriate copyright notice and a notice that there is no warranty (or else, saying that you provide a warranty) and that users may redistribute the program under these conditions, and telling the user how to view a copy of this General Public License. + +d) You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee. + +Mere aggregation of another independent work with the Program (or its derivative) on a volume of a storage or distribution medium does not bring the other work under the scope of these terms. + +3. You may copy and distribute the Program (or a portion or derivative of it, under Paragraph 2) in object code or executable form under the terms of Paragraphs 1 and 2 above provided that you also do one of the following: + +a) accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Paragraphs 1 and 2 above; or, + +b) accompany it with a written offer, valid for at least three years, to give any third party free (except for a nominal charge for the cost of distribution) a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Paragraphs 1 and 2 above; or, + +c) accompany it with the information you received as to where the corresponding source code may be obtained. (This alternative is allowed only for noncommercial distribution and only if you received the program in object code or executable form alone.) + +Source code for a work means the preferred form of the work for making modifications to it. For an executable file, complete source code means all the source code for all modules it contains; but, as a special exception, it need not include source code for modules which are standard libraries that accompany the operating system on which the executable file runs, or for standard header files or definitions files that accompany that operating system. + +4. You may not copy, modify, sublicense, distribute or transfer the Program except as expressly provided under this General Public License. Any attempt otherwise to copy, modify, sublicense, distribute or transfer the Program is void, and will automatically terminate your rights to use the Program under this License. However, parties who have received copies, or rights to use copies, from you under this General Public License will not have their licenses terminated so long as such parties remain in full compliance. + +5. By copying, distributing or modifying the Program (or any work based on the Program) you indicate your acceptance of this license to do so, and all its terms and conditions. + +6. Each time you redistribute the Program (or any work based on the Program), the recipient automatically receives a license from the original licensor to copy, distribute or modify the Program subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. + +7. The Free Software Foundation may publish revised and/or new versions of the General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. + +Each version is given a distinguishing version number. If the Program specifies a version number of the license which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of the license, you may choose any version ever published by the Free Software Foundation. + +8. If you wish to incorporate parts of the Program into other free programs whose distribution conditions are different, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. + +NO WARRANTY + +9. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + +10. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. + +END OF TERMS AND CONDITIONS + +Appendix: How to Apply These Terms to Your New Programs + +If you develop a new program, and you want it to be of the greatest possible use to humanity, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. + +To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively convey the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. + + Copyright (C) 19yy + +This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version. + +This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. + +You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this when it starts in an interactive mode: + +Gnomovision version 69, Copyright (C) 19xx name of author Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, the commands you use may be called something other than `show w' and `show c'; they could even be mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your school, if any, to sign a "copyright disclaimer" for the program, if necessary. Here a sample; alter the names: + +Yoyodyne, Inc., hereby disclaims all copyright interest in the program `Gnomovision' (a program to direct compilers to make passes at assemblers) written by James Hacker. + +, 1 April 1989 Ty Coon, President of Vice + +That's all there is to it! diff --git a/conf/license/GNU General Public License v2.0 b/conf/license/GNU General Public License v2.0 new file mode 100644 index 0000000000..ee27892cc5 --- /dev/null +++ b/conf/license/GNU General Public License v2.0 @@ -0,0 +1,116 @@ +GNU GENERAL PUBLIC LICENSE +Version 2, June 1991 +Copyright (C) 1989, 1991 Free Software Foundation, Inc. +51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + +Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. + +Preamble + +The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. This General Public License applies to most of the Free Software Foundation's software and to any other program whose authors commit to using it. (Some other Free Software Foundation software is covered by the GNU Lesser General Public License instead.) You can apply it to your programs, too. + +When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs; and that you know you can do these things. + +To protect your rights, we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights. These restrictions translate to certain responsibilities for you if you distribute copies of the software, or if you modify it. + +For example, if you distribute copies of such a program, whether gratis or for a fee, you must give the recipients all the rights that you have. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. + +We protect your rights with two steps: (1) copyright the software, and (2) offer you this license which gives you legal permission to copy, distribute and/or modify the software. + +Also, for each author's protection and ours, we want to make certain that everyone understands that there is no warranty for this free software. If the software is modified by someone else and passed on, we want its recipients to know that what they have is not the original, so that any problems introduced by others will not reflect on the original authors' reputations. + +Finally, any free program is threatened constantly by software patents. We wish to avoid the danger that redistributors of a free program will individually obtain patent licenses, in effect making the program proprietary. To prevent this, we have made it clear that any patent must be licensed for everyone's free use or not licensed at all. + +The precise terms and conditions for copying, distribution and modification follow. + +TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + +0. This License applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License. The "Program", below, refers to any such program or work, and a "work based on the Program" means either the Program or any derivative work under copyright law: that is to say, a work containing the Program or a portion of it, either verbatim or with modifications and/or translated into another language. (Hereinafter, translation is included without limitation in the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running the Program is not restricted, and the output from the Program is covered only if its contents constitute a work based on the Program (independent of having been made by running the Program). Whether that is true depends on what the Program does. + +1. You may copy and distribute verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and give any other recipients of the Program a copy of this License along with the Program. + +You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee. + +2. You may modify your copy or copies of the Program or any portion of it, thus forming a work based on the Program, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions: + +a) You must cause the modified files to carry prominent notices stating that you changed the files and the date of any change. + +b) You must cause any work that you distribute or publish, that in whole or in part contains or is derived from the Program or any part thereof, to be licensed as a whole at no charge to all third parties under the terms of this License. + +c) If the modified program normally reads commands interactively when run, you must cause it, when started running for such interactive use in the most ordinary way, to print or display an announcement including an appropriate copyright notice and a notice that there is no warranty (or else, saying that you provide a warranty) and that users may redistribute the program under these conditions, and telling the user how to view a copy of this License. (Exception: if the Program itself is interactive but does not normally print such an announcement, your work based on the Program is not required to print an announcement.) + +These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Program, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Program, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Program. + +In addition, mere aggregation of another work not based on the Program with the Program (or with a work based on the Program) on a volume of a storage or distribution medium does not bring the other work under the scope of this License. + +3. You may copy and distribute the Program (or a work based on it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you also do one of the following: + +a) Accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, + +b) Accompany it with a written offer, valid for at least three years, to give any third party, for a charge no more than your cost of physically performing source distribution, a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, + +c) Accompany it with the information you received as to the offer to distribute corresponding source code. (This alternative is allowed only for noncommercial distribution and only if you received the program in object code or executable form with such an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for making modifications to it. For an executable work, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the executable. However, as a special exception, the source code distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable. + +If distribution of executable or object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place counts as distribution of the source code, even though third parties are not compelled to copy the source along with the object code. + +4. You may not copy, modify, sublicense, or distribute the Program except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense or distribute the Program is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance. + +5. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Program or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Program (or any work based on the Program), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Program or works based on it. + +6. Each time you redistribute the Program (or any work based on the Program), the recipient automatically receives a license from the original licensor to copy, distribute or modify the Program subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties to this License. + +7. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Program at all. For example, if a patent license would not permit royalty-free redistribution of the Program by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply and the section as a whole is intended to apply in other circumstances. + +It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system, which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice. + +This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License. + +8. If the distribution and/or use of the Program is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Program under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License. + +9. The Free Software Foundation may publish revised and/or new versions of the General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. + +Each version is given a distinguishing version number. If the Program specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of this License, you may choose any version ever published by the Free Software Foundation. + +10. If you wish to incorporate parts of the Program into other free programs whose distribution conditions are different, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. + +NO WARRANTY + +11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + +12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. + +END OF TERMS AND CONDITIONS + +How to Apply These Terms to Your New Programs + +If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. + +To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively convey the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. + +one line to give the program's name and an idea of what it does. Copyright (C) yyyy name of author + +This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. + +This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. + +You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this when it starts in an interactive mode: + +Gnomovision version 69, Copyright (C) year name of author Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, the commands you use may be called something other than `show w' and `show c'; they could even be mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your school, if any, to sign a "copyright disclaimer" for the program, if necessary. Here is a sample; alter the names: + +Yoyodyne, Inc., hereby disclaims all copyright interest in the program `Gnomovision' (which makes passes at compilers) written by James Hacker. + +signature of Ty Coon, 1 April 1989 Ty Coon, President of Vice diff --git a/conf/license/GNU General Public License v3.0 b/conf/license/GNU General Public License v3.0 new file mode 100644 index 0000000000..7083002211 --- /dev/null +++ b/conf/license/GNU General Public License v3.0 @@ -0,0 +1,231 @@ +GNU GENERAL PUBLIC LICENSE +Version 3, 29 June 2007 +Copyright © 2007 Free Software Foundation, Inc. + +Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. + +Preamble + +The GNU General Public License is a free, copyleft license for software and other kinds of works. + +The licenses for most software and other practical works are designed to take away your freedom to share and change the works. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change all versions of a program--to make sure it remains free software for all its users. We, the Free Software Foundation, use the GNU General Public License for most of our software; it applies also to any other work released this way by its authors. You can apply it to your programs, too. + +When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for them if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs, and that you know you can do these things. + +To protect your rights, we need to prevent others from denying you these rights or asking you to surrender the rights. Therefore, you have certain responsibilities if you distribute copies of the software, or if you modify it: responsibilities to respect the freedom of others. + +For example, if you distribute copies of such a program, whether gratis or for a fee, you must pass on to the recipients the same freedoms that you received. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. + +Developers that use the GNU GPL protect your rights with two steps: (1) assert copyright on the software, and (2) offer you this License giving you legal permission to copy, distribute and/or modify it. + +For the developers' and authors' protection, the GPL clearly explains that there is no warranty for this free software. For both users' and authors' sake, the GPL requires that modified versions be marked as changed, so that their problems will not be attributed erroneously to authors of previous versions. + +Some devices are designed to deny users access to install or run modified versions of the software inside them, although the manufacturer can do so. This is fundamentally incompatible with the aim of protecting users' freedom to change the software. The systematic pattern of such abuse occurs in the area of products for individuals to use, which is precisely where it is most unacceptable. Therefore, we have designed this version of the GPL to prohibit the practice for those products. If such problems arise substantially in other domains, we stand ready to extend this provision to those domains in future versions of the GPL, as needed to protect the freedom of users. + +Finally, every program is threatened constantly by software patents. States should not allow patents to restrict development and use of software on general-purpose computers, but in those that do, we wish to avoid the special danger that patents applied to a free program could make it effectively proprietary. To prevent this, the GPL assures that patents cannot be used to render the program non-free. + +The precise terms and conditions for copying, distribution and modification follow. + +TERMS AND CONDITIONS + +0. Definitions. + +“This License” refers to version 3 of the GNU General Public License. + +“Copyright” also means copyright-like laws that apply to other kinds of works, such as semiconductor masks. + +“The Program” refers to any copyrightable work licensed under this License. Each licensee is addressed as “you”. “Licensees” and “recipients” may be individuals or organizations. + +To “modify” a work means to copy from or adapt all or part of the work in a fashion requiring copyright permission, other than the making of an exact copy. The resulting work is called a “modified version” of the earlier work or a work “based on” the earlier work. + +A “covered work” means either the unmodified Program or a work based on the Program. + +To “propagate” a work means to do anything with it that, without permission, would make you directly or secondarily liable for infringement under applicable copyright law, except executing it on a computer or modifying a private copy. Propagation includes copying, distribution (with or without modification), making available to the public, and in some countries other activities as well. + +To “convey” a work means any kind of propagation that enables other parties to make or receive copies. Mere interaction with a user through a computer network, with no transfer of a copy, is not conveying. + +An interactive user interface displays “Appropriate Legal Notices” to the extent that it includes a convenient and prominently visible feature that (1) displays an appropriate copyright notice, and (2) tells the user that there is no warranty for the work (except to the extent that warranties are provided), that licensees may convey the work under this License, and how to view a copy of this License. If the interface presents a list of user commands or options, such as a menu, a prominent item in the list meets this criterion. + +1. Source Code. +The “source code” for a work means the preferred form of the work for making modifications to it. “Object code” means any non-source form of a work. + +A “Standard Interface” means an interface that either is an official standard defined by a recognized standards body, or, in the case of interfaces specified for a particular programming language, one that is widely used among developers working in that language. + +The “System Libraries” of an executable work include anything, other than the work as a whole, that (a) is included in the normal form of packaging a Major Component, but which is not part of that Major Component, and (b) serves only to enable use of the work with that Major Component, or to implement a Standard Interface for which an implementation is available to the public in source code form. A “Major Component”, in this context, means a major essential component (kernel, window system, and so on) of the specific operating system (if any) on which the executable work runs, or a compiler used to produce the work, or an object code interpreter used to run it. + +The “Corresponding Source” for a work in object code form means all the source code needed to generate, install, and (for an executable work) run the object code and to modify the work, including scripts to control those activities. However, it does not include the work's System Libraries, or general-purpose tools or generally available free programs which are used unmodified in performing those activities but which are not part of the work. For example, Corresponding Source includes interface definition files associated with source files for the work, and the source code for shared libraries and dynamically linked subprograms that the work is specifically designed to require, such as by intimate data communication or control flow between those subprograms and other parts of the work. + +The Corresponding Source need not include anything that users can regenerate automatically from other parts of the Corresponding Source. + +The Corresponding Source for a work in source code form is that same work. + +2. Basic Permissions. +All rights granted under this License are granted for the term of copyright on the Program, and are irrevocable provided the stated conditions are met. This License explicitly affirms your unlimited permission to run the unmodified Program. The output from running a covered work is covered by this License only if the output, given its content, constitutes a covered work. This License acknowledges your rights of fair use or other equivalent, as provided by copyright law. + +You may make, run and propagate covered works that you do not convey, without conditions so long as your license otherwise remains in force. You may convey covered works to others for the sole purpose of having them make modifications exclusively for you, or provide you with facilities for running those works, provided that you comply with the terms of this License in conveying all material for which you do not control copyright. Those thus making or running the covered works for you must do so exclusively on your behalf, under your direction and control, on terms that prohibit them from making any copies of your copyrighted material outside their relationship with you. + +Conveying under any other circumstances is permitted solely under the conditions stated below. Sublicensing is not allowed; section 10 makes it unnecessary. + +3. Protecting Users' Legal Rights From Anti-Circumvention Law. +No covered work shall be deemed part of an effective technological measure under any applicable law fulfilling obligations under article 11 of the WIPO copyright treaty adopted on 20 December 1996, or similar laws prohibiting or restricting circumvention of such measures. + +When you convey a covered work, you waive any legal power to forbid circumvention of technological measures to the extent such circumvention is effected by exercising rights under this License with respect to the covered work, and you disclaim any intention to limit operation or modification of the work as a means of enforcing, against the work's users, your or third parties' legal rights to forbid circumvention of technological measures. + +4. Conveying Verbatim Copies. +You may convey verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice; keep intact all notices stating that this License and any non-permissive terms added in accord with section 7 apply to the code; keep intact all notices of the absence of any warranty; and give all recipients a copy of this License along with the Program. + +You may charge any price or no price for each copy that you convey, and you may offer support or warranty protection for a fee. + +5. Conveying Modified Source Versions. +You may convey a work based on the Program, or the modifications to produce it from the Program, in the form of source code under the terms of section 4, provided that you also meet all of these conditions: + +a) The work must carry prominent notices stating that you modified it, and giving a relevant date. + +b) The work must carry prominent notices stating that it is released under this License and any conditions added under section 7. This requirement modifies the requirement in section 4 to “keep intact all notices”. + +c) You must license the entire work, as a whole, under this License to anyone who comes into possession of a copy. This License will therefore apply, along with any applicable section 7 additional terms, to the whole of the work, and all its parts, regardless of how they are packaged. This License gives no permission to license the work in any other way, but it does not invalidate such permission if you have separately received it. + +d) If the work has interactive user interfaces, each must display Appropriate Legal Notices; however, if the Program has interactive interfaces that do not display Appropriate Legal Notices, your work need not make them do so. + +A compilation of a covered work with other separate and independent works, which are not by their nature extensions of the covered work, and which are not combined with it such as to form a larger program, in or on a volume of a storage or distribution medium, is called an “aggregate” if the compilation and its resulting copyright are not used to limit the access or legal rights of the compilation's users beyond what the individual works permit. Inclusion of a covered work in an aggregate does not cause this License to apply to the other parts of the aggregate. + +6. Conveying Non-Source Forms. +You may convey a covered work in object code form under the terms of sections 4 and 5, provided that you also convey the machine-readable Corresponding Source under the terms of this License, in one of these ways: + +a) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by the Corresponding Source fixed on a durable physical medium customarily used for software interchange. + +b) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by a written offer, valid for at least three years and valid for as long as you offer spare parts or customer support for that product model, to give anyone who possesses the object code either (1) a copy of the Corresponding Source for all the software in the product that is covered by this License, on a durable physical medium customarily used for software interchange, for a price no more than your reasonable cost of physically performing this conveying of source, or (2) access to copy the Corresponding Source from a network server at no charge. + +c) Convey individual copies of the object code with a copy of the written offer to provide the Corresponding Source. This alternative is allowed only occasionally and noncommercially, and only if you received the object code with such an offer, in accord with subsection 6b. + +d) Convey the object code by offering access from a designated place (gratis or for a charge), and offer equivalent access to the Corresponding Source in the same way through the same place at no further charge. You need not require recipients to copy the Corresponding Source along with the object code. If the place to copy the object code is a network server, the Corresponding Source may be on a different server (operated by you or a third party) that supports equivalent copying facilities, provided you maintain clear directions next to the object code saying where to find the Corresponding Source. Regardless of what server hosts the Corresponding Source, you remain obligated to ensure that it is available for as long as needed to satisfy these requirements. + +e) Convey the object code using peer-to-peer transmission, provided you inform other peers where the object code and Corresponding Source of the work are being offered to the general public at no charge under subsection 6d. + +A separable portion of the object code, whose source code is excluded from the Corresponding Source as a System Library, need not be included in conveying the object code work. + +A “User Product” is either (1) a “consumer product”, which means any tangible personal property which is normally used for personal, family, or household purposes, or (2) anything designed or sold for incorporation into a dwelling. In determining whether a product is a consumer product, doubtful cases shall be resolved in favor of coverage. For a particular product received by a particular user, “normally used” refers to a typical or common use of that class of product, regardless of the status of the particular user or of the way in which the particular user actually uses, or expects or is expected to use, the product. A product is a consumer product regardless of whether the product has substantial commercial, industrial or non-consumer uses, unless such uses represent the only significant mode of use of the product. + +“Installation Information” for a User Product means any methods, procedures, authorization keys, or other information required to install and execute modified versions of a covered work in that User Product from a modified version of its Corresponding Source. The information must suffice to ensure that the continued functioning of the modified object code is in no case prevented or interfered with solely because modification has been made. + +If you convey an object code work under this section in, or with, or specifically for use in, a User Product, and the conveying occurs as part of a transaction in which the right of possession and use of the User Product is transferred to the recipient in perpetuity or for a fixed term (regardless of how the transaction is characterized), the Corresponding Source conveyed under this section must be accompanied by the Installation Information. But this requirement does not apply if neither you nor any third party retains the ability to install modified object code on the User Product (for example, the work has been installed in ROM). + +The requirement to provide Installation Information does not include a requirement to continue to provide support service, warranty, or updates for a work that has been modified or installed by the recipient, or for the User Product in which it has been modified or installed. Access to a network may be denied when the modification itself materially and adversely affects the operation of the network or violates the rules and protocols for communication across the network. + +Corresponding Source conveyed, and Installation Information provided, in accord with this section must be in a format that is publicly documented (and with an implementation available to the public in source code form), and must require no special password or key for unpacking, reading or copying. + +7. Additional Terms. +“Additional permissions” are terms that supplement the terms of this License by making exceptions from one or more of its conditions. Additional permissions that are applicable to the entire Program shall be treated as though they were included in this License, to the extent that they are valid under applicable law. If additional permissions apply only to part of the Program, that part may be used separately under those permissions, but the entire Program remains governed by this License without regard to the additional permissions. + +When you convey a copy of a covered work, you may at your option remove any additional permissions from that copy, or from any part of it. (Additional permissions may be written to require their own removal in certain cases when you modify the work.) You may place additional permissions on material, added by you to a covered work, for which you have or can give appropriate copyright permission. + +Notwithstanding any other provision of this License, for material you add to a covered work, you may (if authorized by the copyright holders of that material) supplement the terms of this License with terms: + +a) Disclaiming warranty or limiting liability differently from the terms of sections 15 and 16 of this License; or + +b) Requiring preservation of specified reasonable legal notices or author attributions in that material or in the Appropriate Legal Notices displayed by works containing it; or + +c) Prohibiting misrepresentation of the origin of that material, or requiring that modified versions of such material be marked in reasonable ways as different from the original version; or + +d) Limiting the use for publicity purposes of names of licensors or authors of the material; or + +e) Declining to grant rights under trademark law for use of some trade names, trademarks, or service marks; or + +f) Requiring indemnification of licensors and authors of that material by anyone who conveys the material (or modified versions of it) with contractual assumptions of liability to the recipient, for any liability that these contractual assumptions directly impose on those licensors and authors. + +All other non-permissive additional terms are considered “further restrictions” within the meaning of section 10. If the Program as you received it, or any part of it, contains a notice stating that it is governed by this License along with a term that is a further restriction, you may remove that term. If a license document contains a further restriction but permits relicensing or conveying under this License, you may add to a covered work material governed by the terms of that license document, provided that the further restriction does not survive such relicensing or conveying. + +If you add terms to a covered work in accord with this section, you must place, in the relevant source files, a statement of the additional terms that apply to those files, or a notice indicating where to find the applicable terms. + +Additional terms, permissive or non-permissive, may be stated in the form of a separately written license, or stated as exceptions; the above requirements apply either way. + +8. Termination. +You may not propagate or modify a covered work except as expressly provided under this License. Any attempt otherwise to propagate or modify it is void, and will automatically terminate your rights under this License (including any patent licenses granted under the third paragraph of section 11). + +However, if you cease all violation of this License, then your license from a particular copyright holder is reinstated (a) provisionally, unless and until the copyright holder explicitly and finally terminates your license, and (b) permanently, if the copyright holder fails to notify you of the violation by some reasonable means prior to 60 days after the cessation. + +Moreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice. + +Termination of your rights under this section does not terminate the licenses of parties who have received copies or rights from you under this License. If your rights have been terminated and not permanently reinstated, you do not qualify to receive new licenses for the same material under section 10. + +9. Acceptance Not Required for Having Copies. +You are not required to accept this License in order to receive or run a copy of the Program. Ancillary propagation of a covered work occurring solely as a consequence of using peer-to-peer transmission to receive a copy likewise does not require acceptance. However, nothing other than this License grants you permission to propagate or modify any covered work. These actions infringe copyright if you do not accept this License. Therefore, by modifying or propagating a covered work, you indicate your acceptance of this License to do so. + +10. Automatic Licensing of Downstream Recipients. +Each time you convey a covered work, the recipient automatically receives a license from the original licensors, to run, modify and propagate that work, subject to this License. You are not responsible for enforcing compliance by third parties with this License. + +An “entity transaction” is a transaction transferring control of an organization, or substantially all assets of one, or subdividing an organization, or merging organizations. If propagation of a covered work results from an entity transaction, each party to that transaction who receives a copy of the work also receives whatever licenses to the work the party's predecessor in interest had or could give under the previous paragraph, plus a right to possession of the Corresponding Source of the work from the predecessor in interest, if the predecessor has it or can get it with reasonable efforts. + +You may not impose any further restrictions on the exercise of the rights granted or affirmed under this License. For example, you may not impose a license fee, royalty, or other charge for exercise of rights granted under this License, and you may not initiate litigation (including a cross-claim or counterclaim in a lawsuit) alleging that any patent claim is infringed by making, using, selling, offering for sale, or importing the Program or any portion of it. + +11. Patents. +A “contributor” is a copyright holder who authorizes use under this License of the Program or a work on which the Program is based. The work thus licensed is called the contributor's “contributor version”. + +A contributor's “essential patent claims” are all patent claims owned or controlled by the contributor, whether already acquired or hereafter acquired, that would be infringed by some manner, permitted by this License, of making, using, or selling its contributor version, but do not include claims that would be infringed only as a consequence of further modification of the contributor version. For purposes of this definition, “control” includes the right to grant patent sublicenses in a manner consistent with the requirements of this License. + +Each contributor grants you a non-exclusive, worldwide, royalty-free patent license under the contributor's essential patent claims, to make, use, sell, offer for sale, import and otherwise run, modify and propagate the contents of its contributor version. + +In the following three paragraphs, a “patent license” is any express agreement or commitment, however denominated, not to enforce a patent (such as an express permission to practice a patent or covenant not to sue for patent infringement). To “grant” such a patent license to a party means to make such an agreement or commitment not to enforce a patent against the party. + +If you convey a covered work, knowingly relying on a patent license, and the Corresponding Source of the work is not available for anyone to copy, free of charge and under the terms of this License, through a publicly available network server or other readily accessible means, then you must either (1) cause the Corresponding Source to be so available, or (2) arrange to deprive yourself of the benefit of the patent license for this particular work, or (3) arrange, in a manner consistent with the requirements of this License, to extend the patent license to downstream recipients. “Knowingly relying” means you have actual knowledge that, but for the patent license, your conveying the covered work in a country, or your recipient's use of the covered work in a country, would infringe one or more identifiable patents in that country that you have reason to believe are valid. + +If, pursuant to or in connection with a single transaction or arrangement, you convey, or propagate by procuring conveyance of, a covered work, and grant a patent license to some of the parties receiving the covered work authorizing them to use, propagate, modify or convey a specific copy of the covered work, then the patent license you grant is automatically extended to all recipients of the covered work and works based on it. + +A patent license is “discriminatory” if it does not include within the scope of its coverage, prohibits the exercise of, or is conditioned on the non-exercise of one or more of the rights that are specifically granted under this License. You may not convey a covered work if you are a party to an arrangement with a third party that is in the business of distributing software, under which you make payment to the third party based on the extent of your activity of conveying the work, and under which the third party grants, to any of the parties who would receive the covered work from you, a discriminatory patent license (a) in connection with copies of the covered work conveyed by you (or copies made from those copies), or (b) primarily for and in connection with specific products or compilations that contain the covered work, unless you entered into that arrangement, or that patent license was granted, prior to 28 March 2007. + +Nothing in this License shall be construed as excluding or limiting any implied license or other defenses to infringement that may otherwise be available to you under applicable patent law. + +12. No Surrender of Others' Freedom. +If conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot convey a covered work so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not convey it at all. For example, if you agree to terms that obligate you to collect a royalty for further conveying from those to whom you convey the Program, the only way you could satisfy both those terms and this License would be to refrain entirely from conveying the Program. + +13. Use with the GNU Affero General Public License. +Notwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed under version 3 of the GNU Affero General Public License into a single combined work, and to convey the resulting work. The terms of this License will continue to apply to the part which is the covered work, but the special requirements of the GNU Affero General Public License, section 13, concerning interaction through a network will apply to the combination as such. + +14. Revised Versions of this License. +The Free Software Foundation may publish revised and/or new versions of the GNU General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. + +Each version is given a distinguishing version number. If the Program specifies that a certain numbered version of the GNU General Public License “or any later version” applies to it, you have the option of following the terms and conditions either of that numbered version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of the GNU General Public License, you may choose any version ever published by the Free Software Foundation. + +If the Program specifies that a proxy can decide which future versions of the GNU General Public License can be used, that proxy's public statement of acceptance of a version permanently authorizes you to choose that version for the Program. + +Later license versions may give you additional or different permissions. However, no additional obligations are imposed on any author or copyright holder as a result of your choosing to follow a later version. + +15. Disclaimer of Warranty. +THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM “AS IS” WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + +16. Limitation of Liability. +IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. + +17. Interpretation of Sections 15 and 16. +If the disclaimer of warranty and limitation of liability provided above cannot be given local legal effect according to their terms, reviewing courts shall apply local law that most closely approximates an absolute waiver of all civil liability in connection with the Program, unless a warranty or assumption of liability accompanies a copy of the Program in return for a fee. + +END OF TERMS AND CONDITIONS + +How to Apply These Terms to Your New Programs + +If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. + +To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the “copyright” line and a pointer to where the full notice is found. + + +Copyright (C) + +This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. + +This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. + +You should have received a copy of the GNU General Public License along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + +If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode: + + Copyright (C) +This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. +This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, your program's commands might be different; for a GUI interface, you would use an “about box”. + +You should also get your employer (if you work as a programmer) or school, if any, to sign a “copyright disclaimer” for the program, if necessary. For more information on this, and how to apply and follow the GNU GPL, see . + +The GNU General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read . diff --git a/conf/license/GNU Lesser General Public License v2.1 b/conf/license/GNU Lesser General Public License v2.1 new file mode 100644 index 0000000000..7dd5aab780 --- /dev/null +++ b/conf/license/GNU Lesser General Public License v2.1 @@ -0,0 +1,174 @@ +GNU LESSER GENERAL PUBLIC LICENSE +Version 2.1, February 1999 + +Copyright (C) 1991, 1999 Free Software Foundation, Inc. +51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + +Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. + +[This is the first released version of the Lesser GPL. It also counts as the successor of the GNU Library Public License, version 2, hence the version number 2.1.] + +Preamble + +The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public Licenses are intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. + +This license, the Lesser General Public License, applies to some specially designated software packages--typically libraries--of the Free Software Foundation and other authors who decide to use it. You can use it too, but we suggest you first think carefully about whether this license or the ordinary General Public License is the better strategy to use in any particular case, based on the explanations below. + +When we speak of free software, we are referring to freedom of use, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish); that you receive source code or can get it if you want it; that you can change the software and use pieces of it in new free programs; and that you are informed that you can do these things. + +To protect your rights, we need to make restrictions that forbid distributors to deny you these rights or to ask you to surrender these rights. These restrictions translate to certain responsibilities for you if you distribute copies of the library or if you modify it. + +For example, if you distribute copies of the library, whether gratis or for a fee, you must give the recipients all the rights that we gave you. You must make sure that they, too, receive or can get the source code. If you link other code with the library, you must provide complete object files to the recipients, so that they can relink them with the library after making changes to the library and recompiling it. And you must show them these terms so they know their rights. + +We protect your rights with a two-step method: (1) we copyright the library, and (2) we offer you this license, which gives you legal permission to copy, distribute and/or modify the library. + +To protect each distributor, we want to make it very clear that there is no warranty for the free library. Also, if the library is modified by someone else and passed on, the recipients should know that what they have is not the original version, so that the original author's reputation will not be affected by problems that might be introduced by others. + +Finally, software patents pose a constant threat to the existence of any free program. We wish to make sure that a company cannot effectively restrict the users of a free program by obtaining a restrictive license from a patent holder. Therefore, we insist that any patent license obtained for a version of the library must be consistent with the full freedom of use specified in this license. + +Most GNU software, including some libraries, is covered by the ordinary GNU General Public License. This license, the GNU Lesser General Public License, applies to certain designated libraries, and is quite different from the ordinary General Public License. We use this license for certain libraries in order to permit linking those libraries into non-free programs. + +When a program is linked with a library, whether statically or using a shared library, the combination of the two is legally speaking a combined work, a derivative of the original library. The ordinary General Public License therefore permits such linking only if the entire combination fits its criteria of freedom. The Lesser General Public License permits more lax criteria for linking other code with the library. + +We call this license the "Lesser" General Public License because it does Less to protect the user's freedom than the ordinary General Public License. It also provides other free software developers Less of an advantage over competing non-free programs. These disadvantages are the reason we use the ordinary General Public License for many libraries. However, the Lesser license provides advantages in certain special circumstances. + +For example, on rare occasions, there may be a special need to encourage the widest possible use of a certain library, so that it becomes a de-facto standard. To achieve this, non-free programs must be allowed to use the library. A more frequent case is that a free library does the same job as widely used non-free libraries. In this case, there is little to gain by limiting the free library to free software only, so we use the Lesser General Public License. + +In other cases, permission to use a particular library in non-free programs enables a greater number of people to use a large body of free software. For example, permission to use the GNU C Library in non-free programs enables many more people to use the whole GNU operating system, as well as its variant, the GNU/Linux operating system. + +Although the Lesser General Public License is Less protective of the users' freedom, it does ensure that the user of a program that is linked with the Library has the freedom and the wherewithal to run that program using a modified version of the Library. + +The precise terms and conditions for copying, distribution and modification follow. Pay close attention to the difference between a "work based on the library" and a "work that uses the library". The former contains code derived from the library, whereas the latter must be combined with the library in order to run. + +TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + +0. This License Agreement applies to any software library or other program which contains a notice placed by the copyright holder or other authorized party saying it may be distributed under the terms of this Lesser General Public License (also called "this License"). Each licensee is addressed as "you". + +A "library" means a collection of software functions and/or data prepared so as to be conveniently linked with application programs (which use some of those functions and data) to form executables. + +The "Library", below, refers to any such software library or work which has been distributed under these terms. A "work based on the Library" means either the Library or any derivative work under copyright law: that is to say, a work containing the Library or a portion of it, either verbatim or with modifications and/or translated straightforwardly into another language. (Hereinafter, translation is included without limitation in the term "modification".) + +"Source code" for a work means the preferred form of the work for making modifications to it. For a library, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the library. + +Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running a program using the Library is not restricted, and output from such a program is covered only if its contents constitute a work based on the Library (independent of the use of the Library in a tool for writing it). Whether that is true depends on what the Library does and what the program that uses the Library does. + +1. You may copy and distribute verbatim copies of the Library's complete source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and distribute a copy of this License along with the Library. + +You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee. + +2. You may modify your copy or copies of the Library or any portion of it, thus forming a work based on the Library, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions: + +a) The modified work must itself be a software library. + +b) You must cause the files modified to carry prominent notices stating that you changed the files and the date of any change. + +c) You must cause the whole of the work to be licensed at no charge to all third parties under the terms of this License. + +d) If a facility in the modified Library refers to a function or a table of data to be supplied by an application program that uses the facility, other than as an argument passed when the facility is invoked, then you must make a good faith effort to ensure that, in the event an application does not supply such function or table, the facility still operates, and performs whatever part of its purpose remains meaningful. + +(For example, a function in a library to compute square roots has a purpose that is entirely well-defined independent of the application. Therefore, Subsection 2d requires that any application-supplied function or table used by this function must be optional: if the application does not supply it, the square root function must still compute square roots.) + +These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Library, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Library, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Library. + +In addition, mere aggregation of another work not based on the Library with the Library (or with a work based on the Library) on a volume of a storage or distribution medium does not bring the other work under the scope of this License. + +3. You may opt to apply the terms of the ordinary GNU General Public License instead of this License to a given copy of the Library. To do this, you must alter all the notices that refer to this License, so that they refer to the ordinary GNU General Public License, version 2, instead of to this License. (If a newer version than version 2 of the ordinary GNU General Public License has appeared, then you can specify that version instead if you wish.) Do not make any other change in these notices. + +Once this change is made in a given copy, it is irreversible for that copy, so the ordinary GNU General Public License applies to all subsequent copies and derivative works made from that copy. + +This option is useful when you wish to copy part of the code of the Library into a program that is not a library. + +4. You may copy and distribute the Library (or a portion or derivative of it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange. + +If distribution of object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place satisfies the requirement to distribute the source code, even though third parties are not compelled to copy the source along with the object code. + +5. A program that contains no derivative of any portion of the Library, but is designed to work with the Library by being compiled or linked with it, is called a "work that uses the Library". Such a work, in isolation, is not a derivative work of the Library, and therefore falls outside the scope of this License. + +However, linking a "work that uses the Library" with the Library creates an executable that is a derivative of the Library (because it contains portions of the Library), rather than a "work that uses the library". The executable is therefore covered by this License. Section 6 states terms for distribution of such executables. + +When a "work that uses the Library" uses material from a header file that is part of the Library, the object code for the work may be a derivative work of the Library even though the source code is not. Whether this is true is especially significant if the work can be linked without the Library, or if the work is itself a library. The threshold for this to be true is not precisely defined by law. + +If such an object file uses only numerical parameters, data structure layouts and accessors, and small macros and small inline functions (ten lines or less in length), then the use of the object file is unrestricted, regardless of whether it is legally a derivative work. (Executables containing this object code plus portions of the Library will still fall under Section 6.) + +Otherwise, if the work is a derivative of the Library, you may distribute the object code for the work under the terms of Section 6. Any executables containing that work also fall under Section 6, whether or not they are linked directly with the Library itself. + +6. As an exception to the Sections above, you may also combine or link a "work that uses the Library" with the Library to produce a work containing portions of the Library, and distribute that work under terms of your choice, provided that the terms permit modification of the work for the customer's own use and reverse engineering for debugging such modifications. + +You must give prominent notice with each copy of the work that the Library is used in it and that the Library and its use are covered by this License. You must supply a copy of this License. If the work during execution displays copyright notices, you must include the copyright notice for the Library among them, as well as a reference directing the user to the copy of this License. Also, you must do one of these things: + +a) Accompany the work with the complete corresponding machine-readable source code for the Library including whatever changes were used in the work (which must be distributed under Sections 1 and 2 above); and, if the work is an executable linked with the Library, with the complete machine-readable "work that uses the Library", as object code and/or source code, so that the user can modify the Library and then relink to produce a modified executable containing the modified Library. (It is understood that the user who changes the contents of definitions files in the Library will not necessarily be able to recompile the application to use the modified definitions.) + +b) Use a suitable shared library mechanism for linking with the Library. A suitable mechanism is one that (1) uses at run time a copy of the library already present on the user's computer system, rather than copying library functions into the executable, and (2) will operate properly with a modified version of the library, if the user installs one, as long as the modified version is interface-compatible with the version that the work was made with. + +c) Accompany the work with a written offer, valid for at least three years, to give the same user the materials specified in Subsection 6a, above, for a charge no more than the cost of performing this distribution. + +d) If distribution of the work is made by offering access to copy from a designated place, offer equivalent access to copy the above specified materials from the same place. + +e) Verify that the user has already received a copy of these materials or that you have already sent this user a copy. + +For an executable, the required form of the "work that uses the Library" must include any data and utility programs needed for reproducing the executable from it. However, as a special exception, the materials to be distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable. + +It may happen that this requirement contradicts the license restrictions of other proprietary libraries that do not normally accompany the operating system. Such a contradiction means you cannot use both them and the Library together in an executable that you distribute. + +7. You may place library facilities that are a work based on the Library side-by-side in a single library together with other library facilities not covered by this License, and distribute such a combined library, provided that the separate distribution of the work based on the Library and of the other library facilities is otherwise permitted, and provided that you do these two things: + +a) Accompany the combined library with a copy of the same work based on the Library, uncombined with any other library facilities. This must be distributed under the terms of the Sections above. + +b) Give prominent notice with the combined library of the fact that part of it is a work based on the Library, and explaining where to find the accompanying uncombined form of the same work. + +8. You may not copy, modify, sublicense, link with, or distribute the Library except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense, link with, or distribute the Library is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance. + +9. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Library or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Library (or any work based on the Library), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Library or works based on it. + +10. Each time you redistribute the Library (or any work based on the Library), the recipient automatically receives a license from the original licensor to copy, distribute, link with or modify the Library subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties with this License. + +11. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Library at all. For example, if a patent license would not permit royalty-free redistribution of the Library by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Library. + +If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply, and the section as a whole is intended to apply in other circumstances. + +It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice. + +This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License. + +12. If the distribution and/or use of the Library is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Library under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License. + +13. The Free Software Foundation may publish revised and/or new versions of the Lesser General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. + +Each version is given a distinguishing version number. If the Library specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Library does not specify a license version number, you may choose any version ever published by the Free Software Foundation. + +14. If you wish to incorporate parts of the Library into other free programs whose distribution conditions are incompatible with these, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. + +NO WARRANTY + +15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + +16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. + +END OF TERMS AND CONDITIONS + +How to Apply These Terms to Your New Libraries + +If you develop a new library, and you want it to be of the greatest possible use to the public, we recommend making it free software that everyone can redistribute and change. You can do so by permitting redistribution under these terms (or, alternatively, under the terms of the ordinary General Public License). + +To apply these terms, attach the following notices to the library. It is safest to attach them to the start of each source file to most effectively convey the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. + +one line to give the library's name and an idea of what it does. +Copyright (C) year name of author + +This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. + +This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. + +You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Also add information on how to contact you by electronic and paper mail. + +You should also get your employer (if you work as a programmer) or your school, if any, to sign a "copyright disclaimer" for the library, if necessary. Here is a sample; alter the names: + +Yoyodyne, Inc., hereby disclaims all copyright interest in +the library `Frob' (a library for tweaking knobs) written +by James Random Hacker. + +signature of Ty Coon, 1 April 1990 +Ty Coon, President of Vice +That's all there is to it! diff --git a/conf/license/GNU Lesser General Public License v3.0 b/conf/license/GNU Lesser General Public License v3.0 new file mode 100644 index 0000000000..0c8228dee2 --- /dev/null +++ b/conf/license/GNU Lesser General Public License v3.0 @@ -0,0 +1,70 @@ +GNU LESSER GENERAL PUBLIC LICENSE +Version 3, 29 June 2007 +Copyright (C) 2007 Free Software Foundation, Inc. + +Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. + +This version of the GNU Lesser General Public License incorporates the terms and conditions of version 3 of the GNU General Public License, supplemented by the additional permissions listed below. + +0. Additional Definitions. + +As used herein, "this License" refers to version 3 of the GNU Lesser General Public License, and the "GNU GPL" refers to version 3 of the GNU General Public License. + +"The Library" refers to a covered work governed by this License, other than an Application or a Combined Work as defined below. + +An "Application" is any work that makes use of an interface provided by the Library, but which is not otherwise based on the Library. Defining a subclass of a class defined by the Library is deemed a mode of using an interface provided by the Library. + +A "Combined Work" is a work produced by combining or linking an Application with the Library. The particular version of the Library with which the Combined Work was made is also called the "Linked Version". + +The "Minimal Corresponding Source" for a Combined Work means the Corresponding Source for the Combined Work, excluding any source code for portions of the Combined Work that, considered in isolation, are based on the Application, and not on the Linked Version. + +The "Corresponding Application Code" for a Combined Work means the object code and/or source code for the Application, including any data and utility programs needed for reproducing the Combined Work from the Application, but excluding the System Libraries of the Combined Work. + +1. Exception to Section 3 of the GNU GPL. +You may convey a covered work under sections 3 and 4 of this License without being bound by section 3 of the GNU GPL. + +2. Conveying Modified Versions. +If you modify a copy of the Library, and, in your modifications, a facility refers to a function or data to be supplied by an Application that uses the facility (other than as an argument passed when the facility is invoked), then you may convey a copy of the modified version: + +a) under this License, provided that you make a good faith effort to ensure that, in the event an Application does not supply the function or data, the facility still operates, and performs whatever part of its purpose remains meaningful, or + +b) under the GNU GPL, with none of the additional permissions of this License applicable to that copy. + +3. Object Code Incorporating Material from Library Header Files. +The object code form of an Application may incorporate material from a header file that is part of the Library. You may convey such object code under terms of your choice, provided that, if the incorporated material is not limited to numerical parameters, data structure layouts and accessors, or small macros, inline functions and templates (ten or fewer lines in length), you do both of the following: + +a) Give prominent notice with each copy of the object code that the Library is used in it and that the Library and its use are covered by this License. + +b) Accompany the object code with a copy of the GNU GPL and this license document. + +4. Combined Works. +You may convey a Combined Work under terms of your choice that, taken together, effectively do not restrict modification of the portions of the Library contained in the Combined Work and reverse engineering for debugging such modifications, if you also do each of the following: + +a) Give prominent notice with each copy of the Combined Work that the Library is used in it and that the Library and its use are covered by this License. + +b) Accompany the Combined Work with a copy of the GNU GPL and this license document. + +c) For a Combined Work that displays copyright notices during execution, include the copyright notice for the Library among these notices, as well as a reference directing the user to the copies of the GNU GPL and this license document. + +d) Do one of the following: + +0) Convey the Minimal Corresponding Source under the terms of this License, and the Corresponding Application Code in a form suitable for, and under terms that permit, the user to recombine or relink the Application with a modified version of the Linked Version to produce a modified Combined Work, in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source. + +1) Use a suitable shared library mechanism for linking with the Library. A suitable mechanism is one that (a) uses at run time a copy of the Library already present on the user's computer system, and (b) will operate properly with a modified version of the Library that is interface-compatible with the Linked Version. + +e) Provide Installation Information, but only if you would otherwise be required to provide such information under section 6 of the GNU GPL, and only to the extent that such information is necessary to install and execute a modified version of the Combined Work produced by recombining or relinking the Application with a modified version of the Linked Version. (If you use option 4d0, the Installation Information must accompany the Minimal Corresponding Source and Corresponding Application Code. If you use option 4d1, you must provide the Installation Information in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.) + +5. Combined Libraries. +You may place library facilities that are a work based on the Library side by side in a single library together with other library facilities that are not Applications and are not covered by this License, and convey such a combined library under terms of your choice, if you do both of the following: + +a) Accompany the combined library with a copy of the same work based on the Library, uncombined with any other library facilities, conveyed under the terms of this License. + +b) Give prominent notice with the combined library that part of it is a work based on the Library, and explaining where to find the accompanying uncombined form of the same work. + +6. Revised Versions of the GNU Lesser General Public License. +The Free Software Foundation may publish revised and/or new versions of the GNU Lesser General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. + +Each version is given a distinguishing version number. If the Library as you received it specifies that a certain numbered version of the GNU Lesser General Public License "or any later version" applies to it, you have the option of following the terms and conditions either of that published version or of any later version published by the Free Software Foundation. If the Library as you received it does not specify a version number of the GNU Lesser General Public License, you may choose any version of the GNU Lesser General Public License ever published by the Free Software Foundation. + +If the Library as you received it specifies that a proxy can decide whether future versions of the GNU Lesser General Public License shall +apply, that proxy's public statement of acceptance of any version is permanent authorization for you to choose that version for the Library. diff --git a/conf/license/GNU Library General Public License v2.0 b/conf/license/GNU Library General Public License v2.0 new file mode 100644 index 0000000000..a04e3a15fc --- /dev/null +++ b/conf/license/GNU Library General Public License v2.0 @@ -0,0 +1,173 @@ +GNU LIBRARY GENERAL PUBLIC LICENSE +Version 2, June 1991 + +Copyright (C) 1991 Free Software Foundation, Inc. +51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA + +Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. + +[This is the first released version of the library GPL. It is numbered 2 because it goes with version 2 of the ordinary GPL.] + +Preamble + +The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public Licenses are intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. + +This license, the Library General Public License, applies to some specially designated Free Software Foundation software, and to any other libraries whose authors decide to use it. You can use it for your libraries, too. + +When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs; and that you know you can do these things. + +To protect your rights, we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights. These restrictions translate to certain responsibilities for you if you distribute copies of the library, or if you modify it. + +For example, if you distribute copies of the library, whether gratis or for a fee, you must give the recipients all the rights that we gave you. You must make sure that they, too, receive or can get the source code. If you link a program with the library, you must provide complete object files to the recipients so that they can relink them with the library, after making changes to the library and recompiling it. And you must show them these terms so they know their rights. + +Our method of protecting your rights has two steps: (1) copyright the library, and (2) offer you this license which gives you legal permission to copy, distribute and/or modify the library. + +Also, for each distributor's protection, we want to make certain that everyone understands that there is no warranty for this free library. If the library is modified by someone else and passed on, we want its recipients to know that what they have is not the original version, so that any problems introduced by others will not reflect on the original authors' reputations. + +Finally, any free program is threatened constantly by software patents. We wish to avoid the danger that companies distributing free software will individually obtain patent licenses, thus in effect transforming the program into proprietary software. To prevent this, we have made it clear that any patent must be licensed for everyone's free use or not licensed at all. + +Most GNU software, including some libraries, is covered by the ordinary GNU General Public License, which was designed for utility programs. This license, the GNU Library General Public License, applies to certain designated libraries. This license is quite different from the ordinary one; be sure to read it in full, and don't assume that anything in it is the same as in the ordinary license. + +The reason we have a separate public license for some libraries is that they blur the distinction we usually make between modifying or adding to a program and simply using it. Linking a program with a library, without changing the library, is in some sense simply using the library, and is analogous to running a utility program or application program. However, in a textual and legal sense, the linked executable is a combined work, a derivative of the original library, and the ordinary General Public License treats it as such. + +Because of this blurred distinction, using the ordinary General Public License for libraries did not effectively promote software sharing, because most developers did not use the libraries. We concluded that weaker conditions might promote sharing better. + +However, unrestricted linking of non-free programs would deprive the users of those programs of all benefit from the free status of the libraries themselves. This Library General Public License is intended to permit developers of non-free programs to use free libraries, while preserving your freedom as a user of such programs to change the free libraries that are incorporated in them. (We have not seen how to achieve this as regards changes in header files, but we have achieved it as regards changes in the actual functions of the Library.) The hope is that this will lead to faster development of free libraries. + +The precise terms and conditions for copying, distribution and modification follow. Pay close attention to the difference between a "work based on the library" and a "work that uses the library". The former contains code derived from the library, while the latter only works together with the library. + +Note that it is possible for a library to be covered by the ordinary General Public License rather than by this special one. + +TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + +0. This License Agreement applies to any software library which contains a notice placed by the copyright holder or other authorized party saying it may be distributed under the terms of this Library General Public License (also called "this License"). Each licensee is addressed as "you". + +A "library" means a collection of software functions and/or data prepared so as to be conveniently linked with application programs (which use some of those functions and data) to form executables. + +The "Library", below, refers to any such software library or work which has been distributed under these terms. A "work based on the Library" means either the Library or any derivative work under copyright law: that is to say, a work containing the Library or a portion of it, either verbatim or with modifications and/or translated straightforwardly into another language. (Hereinafter, translation is included without limitation in the term "modification".) + +"Source code" for a work means the preferred form of the work for making modifications to it. For a library, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the library. + +Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running a program using the Library is not restricted, and output from such a program is covered only if its contents constitute a work based on the Library (independent of the use of the Library in a tool for writing it). Whether that is true depends on what the Library does and what the program that uses the Library does. + +1. You may copy and distribute verbatim copies of the Library's complete source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and distribute a copy of this License along with the Library. + +You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee. + +2. You may modify your copy or copies of the Library or any portion of it, thus forming a work based on the Library, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions: + +a) The modified work must itself be a software library. + +b) You must cause the files modified to carry prominent notices stating that you changed the files and the date of any change. + +c) You must cause the whole of the work to be licensed at no charge to all third parties under the terms of this License. + +d) If a facility in the modified Library refers to a function or a table of data to be supplied by an application program that uses the facility, other than as an argument passed when the facility is invoked, then you must make a good faith effort to ensure that, in the event an application does not supply such function or table, the facility still operates, and performs whatever part of its purpose remains meaningful. + +(For example, a function in a library to compute square roots has a purpose that is entirely well-defined independent of the application. Therefore, Subsection 2d requires that any application-supplied function or table used by this function must be optional: if the application does not supply it, the square root function must still compute square roots.) + +These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Library, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Library, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Library. + +In addition, mere aggregation of another work not based on the Library with the Library (or with a work based on the Library) on a volume of a storage or distribution medium does not bring the other work under the scope of this License. + +3. You may opt to apply the terms of the ordinary GNU General Public License instead of this License to a given copy of the Library. To do this, you must alter all the notices that refer to this License, so that they refer to the ordinary GNU General Public License, version 2, instead of to this License. (If a newer version than version 2 of the ordinary GNU General Public License has appeared, then you can specify that version instead if you wish.) Do not make any other change in these notices. + +Once this change is made in a given copy, it is irreversible for that copy, so the ordinary GNU General Public License applies to all subsequent copies and derivative works made from that copy. + +This option is useful when you wish to copy part of the code of the Library into a program that is not a library. + +4. You may copy and distribute the Library (or a portion or derivative of it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange. + +If distribution of object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place satisfies the requirement to distribute the source code, even though third parties are not compelled to copy the source along with the object code. + +5. A program that contains no derivative of any portion of the Library, but is designed to work with the Library by being compiled or linked with it, is called a "work that uses the Library". Such a work, in isolation, is not a derivative work of the Library, and therefore falls outside the scope of this License. + +However, linking a "work that uses the Library" with the Library creates an executable that is a derivative of the Library (because it contains portions of the Library), rather than a "work that uses the library". The executable is therefore covered by this License. Section 6 states terms for distribution of such executables. + +When a "work that uses the Library" uses material from a header file that is part of the Library, the object code for the work may be a derivative work of the Library even though the source code is not. Whether this is true is especially significant if the work can be linked without the Library, or if the work is itself a library. The threshold for this to be true is not precisely defined by law. + +If such an object file uses only numerical parameters, data structure layouts and accessors, and small macros and small inline functions (ten lines or less in length), then the use of the object file is unrestricted, regardless of whether it is legally a derivative work. (Executables containing this object code plus portions of the Library will still fall under Section 6.) + +Otherwise, if the work is a derivative of the Library, you may distribute the object code for the work under the terms of Section 6. Any executables containing that work also fall under Section 6, whether or not they are linked directly with the Library itself. + +6. As an exception to the Sections above, you may also compile or link a "work that uses the Library" with the Library to produce a work containing portions of the Library, and distribute that work under terms of your choice, provided that the terms permit modification of the work for the customer's own use and reverse engineering for debugging such modifications. + +You must give prominent notice with each copy of the work that the Library is used in it and that the Library and its use are covered by this License. You must supply a copy of this License. If the work during execution displays copyright notices, you must include the copyright notice for the Library among them, as well as a reference directing the user to the copy of this License. Also, you must do one of these things: + +a) Accompany the work with the complete corresponding machine-readable source code for the Library including whatever changes were used in the work (which must be distributed under Sections 1 and 2 above); and, if the work is an executable linked with the Library, with the complete machine-readable "work that uses the Library", as object code and/or source code, so that the user can modify the Library and then relink to produce a modified executable containing the modified Library. (It is understood that the user who changes the contents of definitions files in the Library will not necessarily be able to recompile the application to use the modified definitions.) + +b) Accompany the work with a written offer, valid for at least three years, to give the same user the materials specified in Subsection 6a, above, for a charge no more than the cost of performing this distribution. + +c) If distribution of the work is made by offering access to copy from a designated place, offer equivalent access to copy the above specified materials from the same place. + +d) Verify that the user has already received a copy of these materials or that you have already sent this user a copy. + +For an executable, the required form of the "work that uses the Library" must include any data and utility programs needed for reproducing the executable from it. However, as a special exception, the source code distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable. + +It may happen that this requirement contradicts the license restrictions of other proprietary libraries that do not normally accompany the operating system. Such a contradiction means you cannot use both them and the Library together in an executable that you distribute. + +7. You may place library facilities that are a work based on the Library side-by-side in a single library together with other library facilities not covered by this License, and distribute such a combined library, provided that the separate distribution of the work based on the Library and of the other library facilities is otherwise permitted, and provided that you do these two things: + +a) Accompany the combined library with a copy of the same work based on the Library, uncombined with any other library facilities. This must be distributed under the terms of the Sections above. + +b) Give prominent notice with the combined library of the fact that part of it is a work based on the Library, and explaining where to find the accompanying uncombined form of the same work. + +8. You may not copy, modify, sublicense, link with, or distribute the Library except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense, link with, or distribute the Library is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance. + +9. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Library or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Library (or any work based on the Library), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Library or works based on it. + +10. Each time you redistribute the Library (or any work based on the Library), the recipient automatically receives a license from the original licensor to copy, distribute, link with or modify the Library subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties to this License. + +11. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Library at all. For example, if a patent license would not permit royalty-free redistribution of the Library by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Library. + +If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply, and the section as a whole is intended to apply in other circumstances. + +It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice. + +This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License. + +12. If the distribution and/or use of the Library is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Library under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License. + +13. The Free Software Foundation may publish revised and/or new versions of the Library General Public License from time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. + +Each version is given a distinguishing version number. If the Library specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Library does not specify a license version number, you may choose any version ever published by the Free Software Foundation. + +14. If you wish to incorporate parts of the Library into other free programs whose distribution conditions are incompatible with these, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. + +NO WARRANTY + +15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + +16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. + +END OF TERMS AND CONDITIONS + +How to Apply These Terms to Your New Libraries + +If you develop a new library, and you want it to be of the greatest possible use to the public, we recommend making it free software that everyone can redistribute and change. You can do so by permitting redistribution under these terms (or, alternatively, under the terms of the ordinary General Public License). + +To apply these terms, attach the following notices to the library. It is safest to attach them to the start of each source file to most effectively convey the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. + +one line to give the library's name and an idea of what it does. +Copyright (C) year name of author + +This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. + +This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details. + +You should have received a copy of the GNU Library General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. + +Also add information on how to contact you by electronic and paper mail. + +You should also get your employer (if you work as a programmer) or your school, if any, to sign a "copyright disclaimer" for the library, if necessary. Here is a sample; alter the names: + +Yoyodyne, Inc., hereby disclaims all copyright interest in +the library `Frob' (a library for tweaking knobs) written +by James Random Hacker. + +signature of Ty Coon, 1 April 1990 +Ty Coon, President of Vice + +That's all there is to it! diff --git a/conf/license/GPL v2 b/conf/license/GPL v2 deleted file mode 100644 index 22fbe5dbac..0000000000 --- a/conf/license/GPL v2 +++ /dev/null @@ -1,339 +0,0 @@ -GNU GENERAL PUBLIC LICENSE - Version 2, June 1991 - - Copyright (C) 1989, 1991 Free Software Foundation, Inc., - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The licenses for most software are designed to take away your -freedom to share and change it. By contrast, the GNU General Public -License is intended to guarantee your freedom to share and change free -software--to make sure the software is free for all its users. This -General Public License applies to most of the Free Software -Foundation's software and to any other program whose authors commit to -using it. (Some other Free Software Foundation software is covered by -the GNU Lesser General Public License instead.) You can apply it to -your programs, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -this service if you wish), that you receive source code or can get it -if you want it, that you can change the software or use pieces of it -in new free programs; and that you know you can do these things. - - To protect your rights, we need to make restrictions that forbid -anyone to deny you these rights or to ask you to surrender the rights. -These restrictions translate to certain responsibilities for you if you -distribute copies of the software, or if you modify it. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must give the recipients all the rights that -you have. You must make sure that they, too, receive or can get the -source code. And you must show them these terms so they know their -rights. - - We protect your rights with two steps: (1) copyright the software, and -(2) offer you this license which gives you legal permission to copy, -distribute and/or modify the software. - - Also, for each author's protection and ours, we want to make certain -that everyone understands that there is no warranty for this free -software. If the software is modified by someone else and passed on, we -want its recipients to know that what they have is not the original, so -that any problems introduced by others will not reflect on the original -authors' reputations. - - Finally, any free program is threatened constantly by software -patents. We wish to avoid the danger that redistributors of a free -program will individually obtain patent licenses, in effect making the -program proprietary. To prevent this, we have made it clear that any -patent must be licensed for everyone's free use or not licensed at all. - - The precise terms and conditions for copying, distribution and -modification follow. - - GNU GENERAL PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. This License applies to any program or other work which contains -a notice placed by the copyright holder saying it may be distributed -under the terms of this General Public License. The "Program", below, -refers to any such program or work, and a "work based on the Program" -means either the Program or any derivative work under copyright law: -that is to say, a work containing the Program or a portion of it, -either verbatim or with modifications and/or translated into another -language. (Hereinafter, translation is included without limitation in -the term "modification".) Each licensee is addressed as "you". - -Activities other than copying, distribution and modification are not -covered by this License; they are outside its scope. The act of -running the Program is not restricted, and the output from the Program -is covered only if its contents constitute a work based on the -Program (independent of having been made by running the Program). -Whether that is true depends on what the Program does. - - 1. You may copy and distribute verbatim copies of the Program's -source code as you receive it, in any medium, provided that you -conspicuously and appropriately publish on each copy an appropriate -copyright notice and disclaimer of warranty; keep intact all the -notices that refer to this License and to the absence of any warranty; -and give any other recipients of the Program a copy of this License -along with the Program. - -You may charge a fee for the physical act of transferring a copy, and -you may at your option offer warranty protection in exchange for a fee. - - 2. You may modify your copy or copies of the Program or any portion -of it, thus forming a work based on the Program, and copy and -distribute such modifications or work under the terms of Section 1 -above, provided that you also meet all of these conditions: - - a) You must cause the modified files to carry prominent notices - stating that you changed the files and the date of any change. - - b) You must cause any work that you distribute or publish, that in - whole or in part contains or is derived from the Program or any - part thereof, to be licensed as a whole at no charge to all third - parties under the terms of this License. - - c) If the modified program normally reads commands interactively - when run, you must cause it, when started running for such - interactive use in the most ordinary way, to print or display an - announcement including an appropriate copyright notice and a - notice that there is no warranty (or else, saying that you provide - a warranty) and that users may redistribute the program under - these conditions, and telling the user how to view a copy of this - License. (Exception: if the Program itself is interactive but - does not normally print such an announcement, your work based on - the Program is not required to print an announcement.) - -These requirements apply to the modified work as a whole. If -identifiable sections of that work are not derived from the Program, -and can be reasonably considered independent and separate works in -themselves, then this License, and its terms, do not apply to those -sections when you distribute them as separate works. But when you -distribute the same sections as part of a whole which is a work based -on the Program, the distribution of the whole must be on the terms of -this License, whose permissions for other licensees extend to the -entire whole, and thus to each and every part regardless of who wrote it. - -Thus, it is not the intent of this section to claim rights or contest -your rights to work written entirely by you; rather, the intent is to -exercise the right to control the distribution of derivative or -collective works based on the Program. - -In addition, mere aggregation of another work not based on the Program -with the Program (or with a work based on the Program) on a volume of -a storage or distribution medium does not bring the other work under -the scope of this License. - - 3. You may copy and distribute the Program (or a work based on it, -under Section 2) in object code or executable form under the terms of -Sections 1 and 2 above provided that you also do one of the following: - - a) Accompany it with the complete corresponding machine-readable - source code, which must be distributed under the terms of Sections - 1 and 2 above on a medium customarily used for software interchange; or, - - b) Accompany it with a written offer, valid for at least three - years, to give any third party, for a charge no more than your - cost of physically performing source distribution, a complete - machine-readable copy of the corresponding source code, to be - distributed under the terms of Sections 1 and 2 above on a medium - customarily used for software interchange; or, - - c) Accompany it with the information you received as to the offer - to distribute corresponding source code. (This alternative is - allowed only for noncommercial distribution and only if you - received the program in object code or executable form with such - an offer, in accord with Subsection b above.) - -The source code for a work means the preferred form of the work for -making modifications to it. For an executable work, complete source -code means all the source code for all modules it contains, plus any -associated interface definition files, plus the scripts used to -control compilation and installation of the executable. However, as a -special exception, the source code distributed need not include -anything that is normally distributed (in either source or binary -form) with the major components (compiler, kernel, and so on) of the -operating system on which the executable runs, unless that component -itself accompanies the executable. - -If distribution of executable or object code is made by offering -access to copy from a designated place, then offering equivalent -access to copy the source code from the same place counts as -distribution of the source code, even though third parties are not -compelled to copy the source along with the object code. - - 4. You may not copy, modify, sublicense, or distribute the Program -except as expressly provided under this License. Any attempt -otherwise to copy, modify, sublicense or distribute the Program is -void, and will automatically terminate your rights under this License. -However, parties who have received copies, or rights, from you under -this License will not have their licenses terminated so long as such -parties remain in full compliance. - - 5. You are not required to accept this License, since you have not -signed it. However, nothing else grants you permission to modify or -distribute the Program or its derivative works. These actions are -prohibited by law if you do not accept this License. Therefore, by -modifying or distributing the Program (or any work based on the -Program), you indicate your acceptance of this License to do so, and -all its terms and conditions for copying, distributing or modifying -the Program or works based on it. - - 6. Each time you redistribute the Program (or any work based on the -Program), the recipient automatically receives a license from the -original licensor to copy, distribute or modify the Program subject to -these terms and conditions. You may not impose any further -restrictions on the recipients' exercise of the rights granted herein. -You are not responsible for enforcing compliance by third parties to -this License. - - 7. If, as a consequence of a court judgment or allegation of patent -infringement or for any other reason (not limited to patent issues), -conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot -distribute so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you -may not distribute the Program at all. For example, if a patent -license would not permit royalty-free redistribution of the Program by -all those who receive copies directly or indirectly through you, then -the only way you could satisfy both it and this License would be to -refrain entirely from distribution of the Program. - -If any portion of this section is held invalid or unenforceable under -any particular circumstance, the balance of the section is intended to -apply and the section as a whole is intended to apply in other -circumstances. - -It is not the purpose of this section to induce you to infringe any -patents or other property right claims or to contest validity of any -such claims; this section has the sole purpose of protecting the -integrity of the free software distribution system, which is -implemented by public license practices. Many people have made -generous contributions to the wide range of software distributed -through that system in reliance on consistent application of that -system; it is up to the author/donor to decide if he or she is willing -to distribute software through any other system and a licensee cannot -impose that choice. - -This section is intended to make thoroughly clear what is believed to -be a consequence of the rest of this License. - - 8. If the distribution and/or use of the Program is restricted in -certain countries either by patents or by copyrighted interfaces, the -original copyright holder who places the Program under this License -may add an explicit geographical distribution limitation excluding -those countries, so that distribution is permitted only in or among -countries not thus excluded. In such case, this License incorporates -the limitation as if written in the body of this License. - - 9. The Free Software Foundation may publish revised and/or new versions -of the General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - -Each version is given a distinguishing version number. If the Program -specifies a version number of this License which applies to it and "any -later version", you have the option of following the terms and conditions -either of that version or of any later version published by the Free -Software Foundation. If the Program does not specify a version number of -this License, you may choose any version ever published by the Free Software -Foundation. - - 10. If you wish to incorporate parts of the Program into other free -programs whose distribution conditions are different, write to the author -to ask for permission. For software which is copyrighted by the Free -Software Foundation, write to the Free Software Foundation; we sometimes -make exceptions for this. Our decision will be guided by the two goals -of preserving the free status of all derivatives of our free software and -of promoting the sharing and reuse of software generally. - - NO WARRANTY - - 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY -FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN -OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES -PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED -OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS -TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE -PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, -REPAIR OR CORRECTION. - - 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR -REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, -INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING -OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED -TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY -YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER -PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE -POSSIBILITY OF SUCH DAMAGES. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -convey the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. - - {description} - Copyright (C) {year} {fullname} - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License along - with this program; if not, write to the Free Software Foundation, Inc., - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - -Also add information on how to contact you by electronic and paper mail. - -If the program is interactive, make it output a short notice like this -when it starts in an interactive mode: - - Gnomovision version 69, Copyright (C) year name of author - Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, the commands you use may -be called something other than `show w' and `show c'; they could even be -mouse-clicks or menu items--whatever suits your program. - -You should also get your employer (if you work as a programmer) or your -school, if any, to sign a "copyright disclaimer" for the program, if -necessary. Here is a sample; alter the names: - - Yoyodyne, Inc., hereby disclaims all copyright interest in the program - `Gnomovision' (which makes passes at compilers) written by James Hacker. - - {signature of Ty Coon}, 1 April 1989 - Ty Coon, President of Vice - -This General Public License does not permit incorporating your program into -proprietary programs. If your program is a subroutine library, you may -consider it more useful to permit linking proprietary applications with the -library. If this is what you want to do, use the GNU Lesser General -Public License instead of this License. \ No newline at end of file diff --git a/conf/license/GPL v3 b/conf/license/GPL v3 deleted file mode 100644 index 70566f2d0e..0000000000 --- a/conf/license/GPL v3 +++ /dev/null @@ -1,674 +0,0 @@ -GNU GENERAL PUBLIC LICENSE - Version 3, 29 June 2007 - - Copyright (C) 2007 Free Software Foundation, Inc. - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The GNU General Public License is a free, copyleft license for -software and other kinds of works. - - The licenses for most software and other practical works are designed -to take away your freedom to share and change the works. By contrast, -the GNU General Public License is intended to guarantee your freedom to -share and change all versions of a program--to make sure it remains free -software for all its users. We, the Free Software Foundation, use the -GNU General Public License for most of our software; it applies also to -any other work released this way by its authors. You can apply it to -your programs, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -them if you wish), that you receive source code or can get it if you -want it, that you can change the software or use pieces of it in new -free programs, and that you know you can do these things. - - To protect your rights, we need to prevent others from denying you -these rights or asking you to surrender the rights. Therefore, you have -certain responsibilities if you distribute copies of the software, or if -you modify it: responsibilities to respect the freedom of others. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must pass on to the recipients the same -freedoms that you received. You must make sure that they, too, receive -or can get the source code. And you must show them these terms so they -know their rights. - - Developers that use the GNU GPL protect your rights with two steps: -(1) assert copyright on the software, and (2) offer you this License -giving you legal permission to copy, distribute and/or modify it. - - For the developers' and authors' protection, the GPL clearly explains -that there is no warranty for this free software. For both users' and -authors' sake, the GPL requires that modified versions be marked as -changed, so that their problems will not be attributed erroneously to -authors of previous versions. - - Some devices are designed to deny users access to install or run -modified versions of the software inside them, although the manufacturer -can do so. This is fundamentally incompatible with the aim of -protecting users' freedom to change the software. The systematic -pattern of such abuse occurs in the area of products for individuals to -use, which is precisely where it is most unacceptable. Therefore, we -have designed this version of the GPL to prohibit the practice for those -products. If such problems arise substantially in other domains, we -stand ready to extend this provision to those domains in future versions -of the GPL, as needed to protect the freedom of users. - - Finally, every program is threatened constantly by software patents. -States should not allow patents to restrict development and use of -software on general-purpose computers, but in those that do, we wish to -avoid the special danger that patents applied to a free program could -make it effectively proprietary. To prevent this, the GPL assures that -patents cannot be used to render the program non-free. - - The precise terms and conditions for copying, distribution and -modification follow. - - TERMS AND CONDITIONS - - 0. Definitions. - - "This License" refers to version 3 of the GNU General Public License. - - "Copyright" also means copyright-like laws that apply to other kinds of -works, such as semiconductor masks. - - "The Program" refers to any copyrightable work licensed under this -License. Each licensee is addressed as "you". "Licensees" and -"recipients" may be individuals or organizations. - - To "modify" a work means to copy from or adapt all or part of the work -in a fashion requiring copyright permission, other than the making of an -exact copy. The resulting work is called a "modified version" of the -earlier work or a work "based on" the earlier work. - - A "covered work" means either the unmodified Program or a work based -on the Program. - - To "propagate" a work means to do anything with it that, without -permission, would make you directly or secondarily liable for -infringement under applicable copyright law, except executing it on a -computer or modifying a private copy. Propagation includes copying, -distribution (with or without modification), making available to the -public, and in some countries other activities as well. - - To "convey" a work means any kind of propagation that enables other -parties to make or receive copies. Mere interaction with a user through -a computer network, with no transfer of a copy, is not conveying. - - An interactive user interface displays "Appropriate Legal Notices" -to the extent that it includes a convenient and prominently visible -feature that (1) displays an appropriate copyright notice, and (2) -tells the user that there is no warranty for the work (except to the -extent that warranties are provided), that licensees may convey the -work under this License, and how to view a copy of this License. If -the interface presents a list of user commands or options, such as a -menu, a prominent item in the list meets this criterion. - - 1. Source Code. - - The "source code" for a work means the preferred form of the work -for making modifications to it. "Object code" means any non-source -form of a work. - - A "Standard Interface" means an interface that either is an official -standard defined by a recognized standards body, or, in the case of -interfaces specified for a particular programming language, one that -is widely used among developers working in that language. - - The "System Libraries" of an executable work include anything, other -than the work as a whole, that (a) is included in the normal form of -packaging a Major Component, but which is not part of that Major -Component, and (b) serves only to enable use of the work with that -Major Component, or to implement a Standard Interface for which an -implementation is available to the public in source code form. A -"Major Component", in this context, means a major essential component -(kernel, window system, and so on) of the specific operating system -(if any) on which the executable work runs, or a compiler used to -produce the work, or an object code interpreter used to run it. - - The "Corresponding Source" for a work in object code form means all -the source code needed to generate, install, and (for an executable -work) run the object code and to modify the work, including scripts to -control those activities. However, it does not include the work's -System Libraries, or general-purpose tools or generally available free -programs which are used unmodified in performing those activities but -which are not part of the work. For example, Corresponding Source -includes interface definition files associated with source files for -the work, and the source code for shared libraries and dynamically -linked subprograms that the work is specifically designed to require, -such as by intimate data communication or control flow between those -subprograms and other parts of the work. - - The Corresponding Source need not include anything that users -can regenerate automatically from other parts of the Corresponding -Source. - - The Corresponding Source for a work in source code form is that -same work. - - 2. Basic Permissions. - - All rights granted under this License are granted for the term of -copyright on the Program, and are irrevocable provided the stated -conditions are met. This License explicitly affirms your unlimited -permission to run the unmodified Program. The output from running a -covered work is covered by this License only if the output, given its -content, constitutes a covered work. This License acknowledges your -rights of fair use or other equivalent, as provided by copyright law. - - You may make, run and propagate covered works that you do not -convey, without conditions so long as your license otherwise remains -in force. You may convey covered works to others for the sole purpose -of having them make modifications exclusively for you, or provide you -with facilities for running those works, provided that you comply with -the terms of this License in conveying all material for which you do -not control copyright. Those thus making or running the covered works -for you must do so exclusively on your behalf, under your direction -and control, on terms that prohibit them from making any copies of -your copyrighted material outside their relationship with you. - - Conveying under any other circumstances is permitted solely under -the conditions stated below. Sublicensing is not allowed; section 10 -makes it unnecessary. - - 3. Protecting Users' Legal Rights From Anti-Circumvention Law. - - No covered work shall be deemed part of an effective technological -measure under any applicable law fulfilling obligations under article -11 of the WIPO copyright treaty adopted on 20 December 1996, or -similar laws prohibiting or restricting circumvention of such -measures. - - When you convey a covered work, you waive any legal power to forbid -circumvention of technological measures to the extent such circumvention -is effected by exercising rights under this License with respect to -the covered work, and you disclaim any intention to limit operation or -modification of the work as a means of enforcing, against the work's -users, your or third parties' legal rights to forbid circumvention of -technological measures. - - 4. Conveying Verbatim Copies. - - You may convey verbatim copies of the Program's source code as you -receive it, in any medium, provided that you conspicuously and -appropriately publish on each copy an appropriate copyright notice; -keep intact all notices stating that this License and any -non-permissive terms added in accord with section 7 apply to the code; -keep intact all notices of the absence of any warranty; and give all -recipients a copy of this License along with the Program. - - You may charge any price or no price for each copy that you convey, -and you may offer support or warranty protection for a fee. - - 5. Conveying Modified Source Versions. - - You may convey a work based on the Program, or the modifications to -produce it from the Program, in the form of source code under the -terms of section 4, provided that you also meet all of these conditions: - - a) The work must carry prominent notices stating that you modified - it, and giving a relevant date. - - b) The work must carry prominent notices stating that it is - released under this License and any conditions added under section - 7. This requirement modifies the requirement in section 4 to - "keep intact all notices". - - c) You must license the entire work, as a whole, under this - License to anyone who comes into possession of a copy. This - License will therefore apply, along with any applicable section 7 - additional terms, to the whole of the work, and all its parts, - regardless of how they are packaged. This License gives no - permission to license the work in any other way, but it does not - invalidate such permission if you have separately received it. - - d) If the work has interactive user interfaces, each must display - Appropriate Legal Notices; however, if the Program has interactive - interfaces that do not display Appropriate Legal Notices, your - work need not make them do so. - - A compilation of a covered work with other separate and independent -works, which are not by their nature extensions of the covered work, -and which are not combined with it such as to form a larger program, -in or on a volume of a storage or distribution medium, is called an -"aggregate" if the compilation and its resulting copyright are not -used to limit the access or legal rights of the compilation's users -beyond what the individual works permit. Inclusion of a covered work -in an aggregate does not cause this License to apply to the other -parts of the aggregate. - - 6. Conveying Non-Source Forms. - - You may convey a covered work in object code form under the terms -of sections 4 and 5, provided that you also convey the -machine-readable Corresponding Source under the terms of this License, -in one of these ways: - - a) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by the - Corresponding Source fixed on a durable physical medium - customarily used for software interchange. - - b) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by a - written offer, valid for at least three years and valid for as - long as you offer spare parts or customer support for that product - model, to give anyone who possesses the object code either (1) a - copy of the Corresponding Source for all the software in the - product that is covered by this License, on a durable physical - medium customarily used for software interchange, for a price no - more than your reasonable cost of physically performing this - conveying of source, or (2) access to copy the - Corresponding Source from a network server at no charge. - - c) Convey individual copies of the object code with a copy of the - written offer to provide the Corresponding Source. This - alternative is allowed only occasionally and noncommercially, and - only if you received the object code with such an offer, in accord - with subsection 6b. - - d) Convey the object code by offering access from a designated - place (gratis or for a charge), and offer equivalent access to the - Corresponding Source in the same way through the same place at no - further charge. You need not require recipients to copy the - Corresponding Source along with the object code. If the place to - copy the object code is a network server, the Corresponding Source - may be on a different server (operated by you or a third party) - that supports equivalent copying facilities, provided you maintain - clear directions next to the object code saying where to find the - Corresponding Source. Regardless of what server hosts the - Corresponding Source, you remain obligated to ensure that it is - available for as long as needed to satisfy these requirements. - - e) Convey the object code using peer-to-peer transmission, provided - you inform other peers where the object code and Corresponding - Source of the work are being offered to the general public at no - charge under subsection 6d. - - A separable portion of the object code, whose source code is excluded -from the Corresponding Source as a System Library, need not be -included in conveying the object code work. - - A "User Product" is either (1) a "consumer product", which means any -tangible personal property which is normally used for personal, family, -or household purposes, or (2) anything designed or sold for incorporation -into a dwelling. In determining whether a product is a consumer product, -doubtful cases shall be resolved in favor of coverage. For a particular -product received by a particular user, "normally used" refers to a -typical or common use of that class of product, regardless of the status -of the particular user or of the way in which the particular user -actually uses, or expects or is expected to use, the product. A product -is a consumer product regardless of whether the product has substantial -commercial, industrial or non-consumer uses, unless such uses represent -the only significant mode of use of the product. - - "Installation Information" for a User Product means any methods, -procedures, authorization keys, or other information required to install -and execute modified versions of a covered work in that User Product from -a modified version of its Corresponding Source. The information must -suffice to ensure that the continued functioning of the modified object -code is in no case prevented or interfered with solely because -modification has been made. - - If you convey an object code work under this section in, or with, or -specifically for use in, a User Product, and the conveying occurs as -part of a transaction in which the right of possession and use of the -User Product is transferred to the recipient in perpetuity or for a -fixed term (regardless of how the transaction is characterized), the -Corresponding Source conveyed under this section must be accompanied -by the Installation Information. But this requirement does not apply -if neither you nor any third party retains the ability to install -modified object code on the User Product (for example, the work has -been installed in ROM). - - The requirement to provide Installation Information does not include a -requirement to continue to provide support service, warranty, or updates -for a work that has been modified or installed by the recipient, or for -the User Product in which it has been modified or installed. Access to a -network may be denied when the modification itself materially and -adversely affects the operation of the network or violates the rules and -protocols for communication across the network. - - Corresponding Source conveyed, and Installation Information provided, -in accord with this section must be in a format that is publicly -documented (and with an implementation available to the public in -source code form), and must require no special password or key for -unpacking, reading or copying. - - 7. Additional Terms. - - "Additional permissions" are terms that supplement the terms of this -License by making exceptions from one or more of its conditions. -Additional permissions that are applicable to the entire Program shall -be treated as though they were included in this License, to the extent -that they are valid under applicable law. If additional permissions -apply only to part of the Program, that part may be used separately -under those permissions, but the entire Program remains governed by -this License without regard to the additional permissions. - - When you convey a copy of a covered work, you may at your option -remove any additional permissions from that copy, or from any part of -it. (Additional permissions may be written to require their own -removal in certain cases when you modify the work.) You may place -additional permissions on material, added by you to a covered work, -for which you have or can give appropriate copyright permission. - - Notwithstanding any other provision of this License, for material you -add to a covered work, you may (if authorized by the copyright holders of -that material) supplement the terms of this License with terms: - - a) Disclaiming warranty or limiting liability differently from the - terms of sections 15 and 16 of this License; or - - b) Requiring preservation of specified reasonable legal notices or - author attributions in that material or in the Appropriate Legal - Notices displayed by works containing it; or - - c) Prohibiting misrepresentation of the origin of that material, or - requiring that modified versions of such material be marked in - reasonable ways as different from the original version; or - - d) Limiting the use for publicity purposes of names of licensors or - authors of the material; or - - e) Declining to grant rights under trademark law for use of some - trade names, trademarks, or service marks; or - - f) Requiring indemnification of licensors and authors of that - material by anyone who conveys the material (or modified versions of - it) with contractual assumptions of liability to the recipient, for - any liability that these contractual assumptions directly impose on - those licensors and authors. - - All other non-permissive additional terms are considered "further -restrictions" within the meaning of section 10. If the Program as you -received it, or any part of it, contains a notice stating that it is -governed by this License along with a term that is a further -restriction, you may remove that term. If a license document contains -a further restriction but permits relicensing or conveying under this -License, you may add to a covered work material governed by the terms -of that license document, provided that the further restriction does -not survive such relicensing or conveying. - - If you add terms to a covered work in accord with this section, you -must place, in the relevant source files, a statement of the -additional terms that apply to those files, or a notice indicating -where to find the applicable terms. - - Additional terms, permissive or non-permissive, may be stated in the -form of a separately written license, or stated as exceptions; -the above requirements apply either way. - - 8. Termination. - - You may not propagate or modify a covered work except as expressly -provided under this License. Any attempt otherwise to propagate or -modify it is void, and will automatically terminate your rights under -this License (including any patent licenses granted under the third -paragraph of section 11). - - However, if you cease all violation of this License, then your -license from a particular copyright holder is reinstated (a) -provisionally, unless and until the copyright holder explicitly and -finally terminates your license, and (b) permanently, if the copyright -holder fails to notify you of the violation by some reasonable means -prior to 60 days after the cessation. - - Moreover, your license from a particular copyright holder is -reinstated permanently if the copyright holder notifies you of the -violation by some reasonable means, this is the first time you have -received notice of violation of this License (for any work) from that -copyright holder, and you cure the violation prior to 30 days after -your receipt of the notice. - - Termination of your rights under this section does not terminate the -licenses of parties who have received copies or rights from you under -this License. If your rights have been terminated and not permanently -reinstated, you do not qualify to receive new licenses for the same -material under section 10. - - 9. Acceptance Not Required for Having Copies. - - You are not required to accept this License in order to receive or -run a copy of the Program. Ancillary propagation of a covered work -occurring solely as a consequence of using peer-to-peer transmission -to receive a copy likewise does not require acceptance. However, -nothing other than this License grants you permission to propagate or -modify any covered work. These actions infringe copyright if you do -not accept this License. Therefore, by modifying or propagating a -covered work, you indicate your acceptance of this License to do so. - - 10. Automatic Licensing of Downstream Recipients. - - Each time you convey a covered work, the recipient automatically -receives a license from the original licensors, to run, modify and -propagate that work, subject to this License. You are not responsible -for enforcing compliance by third parties with this License. - - An "entity transaction" is a transaction transferring control of an -organization, or substantially all assets of one, or subdividing an -organization, or merging organizations. If propagation of a covered -work results from an entity transaction, each party to that -transaction who receives a copy of the work also receives whatever -licenses to the work the party's predecessor in interest had or could -give under the previous paragraph, plus a right to possession of the -Corresponding Source of the work from the predecessor in interest, if -the predecessor has it or can get it with reasonable efforts. - - You may not impose any further restrictions on the exercise of the -rights granted or affirmed under this License. For example, you may -not impose a license fee, royalty, or other charge for exercise of -rights granted under this License, and you may not initiate litigation -(including a cross-claim or counterclaim in a lawsuit) alleging that -any patent claim is infringed by making, using, selling, offering for -sale, or importing the Program or any portion of it. - - 11. Patents. - - A "contributor" is a copyright holder who authorizes use under this -License of the Program or a work on which the Program is based. The -work thus licensed is called the contributor's "contributor version". - - A contributor's "essential patent claims" are all patent claims -owned or controlled by the contributor, whether already acquired or -hereafter acquired, that would be infringed by some manner, permitted -by this License, of making, using, or selling its contributor version, -but do not include claims that would be infringed only as a -consequence of further modification of the contributor version. For -purposes of this definition, "control" includes the right to grant -patent sublicenses in a manner consistent with the requirements of -this License. - - Each contributor grants you a non-exclusive, worldwide, royalty-free -patent license under the contributor's essential patent claims, to -make, use, sell, offer for sale, import and otherwise run, modify and -propagate the contents of its contributor version. - - In the following three paragraphs, a "patent license" is any express -agreement or commitment, however denominated, not to enforce a patent -(such as an express permission to practice a patent or covenant not to -sue for patent infringement). To "grant" such a patent license to a -party means to make such an agreement or commitment not to enforce a -patent against the party. - - If you convey a covered work, knowingly relying on a patent license, -and the Corresponding Source of the work is not available for anyone -to copy, free of charge and under the terms of this License, through a -publicly available network server or other readily accessible means, -then you must either (1) cause the Corresponding Source to be so -available, or (2) arrange to deprive yourself of the benefit of the -patent license for this particular work, or (3) arrange, in a manner -consistent with the requirements of this License, to extend the patent -license to downstream recipients. "Knowingly relying" means you have -actual knowledge that, but for the patent license, your conveying the -covered work in a country, or your recipient's use of the covered work -in a country, would infringe one or more identifiable patents in that -country that you have reason to believe are valid. - - If, pursuant to or in connection with a single transaction or -arrangement, you convey, or propagate by procuring conveyance of, a -covered work, and grant a patent license to some of the parties -receiving the covered work authorizing them to use, propagate, modify -or convey a specific copy of the covered work, then the patent license -you grant is automatically extended to all recipients of the covered -work and works based on it. - - A patent license is "discriminatory" if it does not include within -the scope of its coverage, prohibits the exercise of, or is -conditioned on the non-exercise of one or more of the rights that are -specifically granted under this License. You may not convey a covered -work if you are a party to an arrangement with a third party that is -in the business of distributing software, under which you make payment -to the third party based on the extent of your activity of conveying -the work, and under which the third party grants, to any of the -parties who would receive the covered work from you, a discriminatory -patent license (a) in connection with copies of the covered work -conveyed by you (or copies made from those copies), or (b) primarily -for and in connection with specific products or compilations that -contain the covered work, unless you entered into that arrangement, -or that patent license was granted, prior to 28 March 2007. - - Nothing in this License shall be construed as excluding or limiting -any implied license or other defenses to infringement that may -otherwise be available to you under applicable patent law. - - 12. No Surrender of Others' Freedom. - - If conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot convey a -covered work so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you may -not convey it at all. For example, if you agree to terms that obligate you -to collect a royalty for further conveying from those to whom you convey -the Program, the only way you could satisfy both those terms and this -License would be to refrain entirely from conveying the Program. - - 13. Use with the GNU Affero General Public License. - - Notwithstanding any other provision of this License, you have -permission to link or combine any covered work with a work licensed -under version 3 of the GNU Affero General Public License into a single -combined work, and to convey the resulting work. The terms of this -License will continue to apply to the part which is the covered work, -but the special requirements of the GNU Affero General Public License, -section 13, concerning interaction through a network will apply to the -combination as such. - - 14. Revised Versions of this License. - - The Free Software Foundation may publish revised and/or new versions of -the GNU General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - - Each version is given a distinguishing version number. If the -Program specifies that a certain numbered version of the GNU General -Public License "or any later version" applies to it, you have the -option of following the terms and conditions either of that numbered -version or of any later version published by the Free Software -Foundation. If the Program does not specify a version number of the -GNU General Public License, you may choose any version ever published -by the Free Software Foundation. - - If the Program specifies that a proxy can decide which future -versions of the GNU General Public License can be used, that proxy's -public statement of acceptance of a version permanently authorizes you -to choose that version for the Program. - - Later license versions may give you additional or different -permissions. However, no additional obligations are imposed on any -author or copyright holder as a result of your choosing to follow a -later version. - - 15. Disclaimer of Warranty. - - THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY -APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT -HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY -OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, -THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM -IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF -ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - - 16. Limitation of Liability. - - IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS -THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY -GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE -USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF -DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD -PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), -EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF -SUCH DAMAGES. - - 17. Interpretation of Sections 15 and 16. - - If the disclaimer of warranty and limitation of liability provided -above cannot be given local legal effect according to their terms, -reviewing courts shall apply local law that most closely approximates -an absolute waiver of all civil liability in connection with the -Program, unless a warranty or assumption of liability accompanies a -copy of the Program in return for a fee. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -state the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. - - {one line to give the program's name and a brief idea of what it does.} - Copyright (C) {year} {name of author} - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - -Also add information on how to contact you by electronic and paper mail. - - If the program does terminal interaction, make it output a short -notice like this when it starts in an interactive mode: - - {project} Copyright (C) {year} {fullname} - This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, your program's commands -might be different; for a GUI interface, you would use an "about box". - - You should also get your employer (if you work as a programmer) or school, -if any, to sign a "copyright disclaimer" for the program, if necessary. -For more information on this, and how to apply and follow the GNU GPL, see -. - - The GNU General Public License does not permit incorporating your program -into proprietary programs. If your program is a subroutine library, you -may consider it more useful to permit linking proprietary applications with -the library. If this is what you want to do, use the GNU Lesser General -Public License instead of this License. But first, please read -. \ No newline at end of file diff --git a/conf/license/ISC license b/conf/license/ISC license index 2ee47a3b1e..5294c90b7a 100644 --- a/conf/license/ISC license +++ b/conf/license/ISC license @@ -1,13 +1,7 @@ -Copyright (c) 2014 +ISC License: +Copyright (c) 2004-2010 by Internet Systems Consortium, Inc. ("ISC") +Copyright (c) 1995-2003 by Internet Software Consortium -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. +Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF -OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. \ No newline at end of file +THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/conf/license/LGPL v2.1 b/conf/license/LGPL v2.1 deleted file mode 100644 index 86cd459cd2..0000000000 --- a/conf/license/LGPL v2.1 +++ /dev/null @@ -1,504 +0,0 @@ -GNU LESSER GENERAL PUBLIC LICENSE - Version 2.1, February 1999 - - Copyright (C) 1991, 1999 Free Software Foundation, Inc. - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - -(This is the first released version of the Lesser GPL. It also counts - as the successor of the GNU Library Public License, version 2, hence - the version number 2.1.) - - Preamble - - The licenses for most software are designed to take away your -freedom to share and change it. By contrast, the GNU General Public -Licenses are intended to guarantee your freedom to share and change -free software--to make sure the software is free for all its users. - - This license, the Lesser General Public License, applies to some -specially designated software packages--typically libraries--of the -Free Software Foundation and other authors who decide to use it. You -can use it too, but we suggest you first think carefully about whether -this license or the ordinary General Public License is the better -strategy to use in any particular case, based on the explanations below. - - When we speak of free software, we are referring to freedom of use, -not price. Our General Public Licenses are designed to make sure that -you have the freedom to distribute copies of free software (and charge -for this service if you wish); that you receive source code or can get -it if you want it; that you can change the software and use pieces of -it in new free programs; and that you are informed that you can do -these things. - - To protect your rights, we need to make restrictions that forbid -distributors to deny you these rights or to ask you to surrender these -rights. These restrictions translate to certain responsibilities for -you if you distribute copies of the library or if you modify it. - - For example, if you distribute copies of the library, whether gratis -or for a fee, you must give the recipients all the rights that we gave -you. You must make sure that they, too, receive or can get the source -code. If you link other code with the library, you must provide -complete object files to the recipients, so that they can relink them -with the library after making changes to the library and recompiling -it. And you must show them these terms so they know their rights. - - We protect your rights with a two-step method: (1) we copyright the -library, and (2) we offer you this license, which gives you legal -permission to copy, distribute and/or modify the library. - - To protect each distributor, we want to make it very clear that -there is no warranty for the free library. Also, if the library is -modified by someone else and passed on, the recipients should know -that what they have is not the original version, so that the original -author's reputation will not be affected by problems that might be -introduced by others. - - Finally, software patents pose a constant threat to the existence of -any free program. We wish to make sure that a company cannot -effectively restrict the users of a free program by obtaining a -restrictive license from a patent holder. Therefore, we insist that -any patent license obtained for a version of the library must be -consistent with the full freedom of use specified in this license. - - Most GNU software, including some libraries, is covered by the -ordinary GNU General Public License. This license, the GNU Lesser -General Public License, applies to certain designated libraries, and -is quite different from the ordinary General Public License. We use -this license for certain libraries in order to permit linking those -libraries into non-free programs. - - When a program is linked with a library, whether statically or using -a shared library, the combination of the two is legally speaking a -combined work, a derivative of the original library. The ordinary -General Public License therefore permits such linking only if the -entire combination fits its criteria of freedom. The Lesser General -Public License permits more lax criteria for linking other code with -the library. - - We call this license the "Lesser" General Public License because it -does Less to protect the user's freedom than the ordinary General -Public License. It also provides other free software developers Less -of an advantage over competing non-free programs. These disadvantages -are the reason we use the ordinary General Public License for many -libraries. However, the Lesser license provides advantages in certain -special circumstances. - - For example, on rare occasions, there may be a special need to -encourage the widest possible use of a certain library, so that it becomes -a de-facto standard. To achieve this, non-free programs must be -allowed to use the library. A more frequent case is that a free -library does the same job as widely used non-free libraries. In this -case, there is little to gain by limiting the free library to free -software only, so we use the Lesser General Public License. - - In other cases, permission to use a particular library in non-free -programs enables a greater number of people to use a large body of -free software. For example, permission to use the GNU C Library in -non-free programs enables many more people to use the whole GNU -operating system, as well as its variant, the GNU/Linux operating -system. - - Although the Lesser General Public License is Less protective of the -users' freedom, it does ensure that the user of a program that is -linked with the Library has the freedom and the wherewithal to run -that program using a modified version of the Library. - - The precise terms and conditions for copying, distribution and -modification follow. Pay close attention to the difference between a -"work based on the library" and a "work that uses the library". The -former contains code derived from the library, whereas the latter must -be combined with the library in order to run. - - GNU LESSER GENERAL PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. This License Agreement applies to any software library or other -program which contains a notice placed by the copyright holder or -other authorized party saying it may be distributed under the terms of -this Lesser General Public License (also called "this License"). -Each licensee is addressed as "you". - - A "library" means a collection of software functions and/or data -prepared so as to be conveniently linked with application programs -(which use some of those functions and data) to form executables. - - The "Library", below, refers to any such software library or work -which has been distributed under these terms. A "work based on the -Library" means either the Library or any derivative work under -copyright law: that is to say, a work containing the Library or a -portion of it, either verbatim or with modifications and/or translated -straightforwardly into another language. (Hereinafter, translation is -included without limitation in the term "modification".) - - "Source code" for a work means the preferred form of the work for -making modifications to it. For a library, complete source code means -all the source code for all modules it contains, plus any associated -interface definition files, plus the scripts used to control compilation -and installation of the library. - - Activities other than copying, distribution and modification are not -covered by this License; they are outside its scope. The act of -running a program using the Library is not restricted, and output from -such a program is covered only if its contents constitute a work based -on the Library (independent of the use of the Library in a tool for -writing it). Whether that is true depends on what the Library does -and what the program that uses the Library does. - - 1. You may copy and distribute verbatim copies of the Library's -complete source code as you receive it, in any medium, provided that -you conspicuously and appropriately publish on each copy an -appropriate copyright notice and disclaimer of warranty; keep intact -all the notices that refer to this License and to the absence of any -warranty; and distribute a copy of this License along with the -Library. - - You may charge a fee for the physical act of transferring a copy, -and you may at your option offer warranty protection in exchange for a -fee. - - 2. You may modify your copy or copies of the Library or any portion -of it, thus forming a work based on the Library, and copy and -distribute such modifications or work under the terms of Section 1 -above, provided that you also meet all of these conditions: - - a) The modified work must itself be a software library. - - b) You must cause the files modified to carry prominent notices - stating that you changed the files and the date of any change. - - c) You must cause the whole of the work to be licensed at no - charge to all third parties under the terms of this License. - - d) If a facility in the modified Library refers to a function or a - table of data to be supplied by an application program that uses - the facility, other than as an argument passed when the facility - is invoked, then you must make a good faith effort to ensure that, - in the event an application does not supply such function or - table, the facility still operates, and performs whatever part of - its purpose remains meaningful. - - (For example, a function in a library to compute square roots has - a purpose that is entirely well-defined independent of the - application. Therefore, Subsection 2d requires that any - application-supplied function or table used by this function must - be optional: if the application does not supply it, the square - root function must still compute square roots.) - -These requirements apply to the modified work as a whole. If -identifiable sections of that work are not derived from the Library, -and can be reasonably considered independent and separate works in -themselves, then this License, and its terms, do not apply to those -sections when you distribute them as separate works. But when you -distribute the same sections as part of a whole which is a work based -on the Library, the distribution of the whole must be on the terms of -this License, whose permissions for other licensees extend to the -entire whole, and thus to each and every part regardless of who wrote -it. - -Thus, it is not the intent of this section to claim rights or contest -your rights to work written entirely by you; rather, the intent is to -exercise the right to control the distribution of derivative or -collective works based on the Library. - -In addition, mere aggregation of another work not based on the Library -with the Library (or with a work based on the Library) on a volume of -a storage or distribution medium does not bring the other work under -the scope of this License. - - 3. You may opt to apply the terms of the ordinary GNU General Public -License instead of this License to a given copy of the Library. To do -this, you must alter all the notices that refer to this License, so -that they refer to the ordinary GNU General Public License, version 2, -instead of to this License. (If a newer version than version 2 of the -ordinary GNU General Public License has appeared, then you can specify -that version instead if you wish.) Do not make any other change in -these notices. - - Once this change is made in a given copy, it is irreversible for -that copy, so the ordinary GNU General Public License applies to all -subsequent copies and derivative works made from that copy. - - This option is useful when you wish to copy part of the code of -the Library into a program that is not a library. - - 4. You may copy and distribute the Library (or a portion or -derivative of it, under Section 2) in object code or executable form -under the terms of Sections 1 and 2 above provided that you accompany -it with the complete corresponding machine-readable source code, which -must be distributed under the terms of Sections 1 and 2 above on a -medium customarily used for software interchange. - - If distribution of object code is made by offering access to copy -from a designated place, then offering equivalent access to copy the -source code from the same place satisfies the requirement to -distribute the source code, even though third parties are not -compelled to copy the source along with the object code. - - 5. A program that contains no derivative of any portion of the -Library, but is designed to work with the Library by being compiled or -linked with it, is called a "work that uses the Library". Such a -work, in isolation, is not a derivative work of the Library, and -therefore falls outside the scope of this License. - - However, linking a "work that uses the Library" with the Library -creates an executable that is a derivative of the Library (because it -contains portions of the Library), rather than a "work that uses the -library". The executable is therefore covered by this License. -Section 6 states terms for distribution of such executables. - - When a "work that uses the Library" uses material from a header file -that is part of the Library, the object code for the work may be a -derivative work of the Library even though the source code is not. -Whether this is true is especially significant if the work can be -linked without the Library, or if the work is itself a library. The -threshold for this to be true is not precisely defined by law. - - If such an object file uses only numerical parameters, data -structure layouts and accessors, and small macros and small inline -functions (ten lines or less in length), then the use of the object -file is unrestricted, regardless of whether it is legally a derivative -work. (Executables containing this object code plus portions of the -Library will still fall under Section 6.) - - Otherwise, if the work is a derivative of the Library, you may -distribute the object code for the work under the terms of Section 6. -Any executables containing that work also fall under Section 6, -whether or not they are linked directly with the Library itself. - - 6. As an exception to the Sections above, you may also combine or -link a "work that uses the Library" with the Library to produce a -work containing portions of the Library, and distribute that work -under terms of your choice, provided that the terms permit -modification of the work for the customer's own use and reverse -engineering for debugging such modifications. - - You must give prominent notice with each copy of the work that the -Library is used in it and that the Library and its use are covered by -this License. You must supply a copy of this License. If the work -during execution displays copyright notices, you must include the -copyright notice for the Library among them, as well as a reference -directing the user to the copy of this License. Also, you must do one -of these things: - - a) Accompany the work with the complete corresponding - machine-readable source code for the Library including whatever - changes were used in the work (which must be distributed under - Sections 1 and 2 above); and, if the work is an executable linked - with the Library, with the complete machine-readable "work that - uses the Library", as object code and/or source code, so that the - user can modify the Library and then relink to produce a modified - executable containing the modified Library. (It is understood - that the user who changes the contents of definitions files in the - Library will not necessarily be able to recompile the application - to use the modified definitions.) - - b) Use a suitable shared library mechanism for linking with the - Library. A suitable mechanism is one that (1) uses at run time a - copy of the library already present on the user's computer system, - rather than copying library functions into the executable, and (2) - will operate properly with a modified version of the library, if - the user installs one, as long as the modified version is - interface-compatible with the version that the work was made with. - - c) Accompany the work with a written offer, valid for at - least three years, to give the same user the materials - specified in Subsection 6a, above, for a charge no more - than the cost of performing this distribution. - - d) If distribution of the work is made by offering access to copy - from a designated place, offer equivalent access to copy the above - specified materials from the same place. - - e) Verify that the user has already received a copy of these - materials or that you have already sent this user a copy. - - For an executable, the required form of the "work that uses the -Library" must include any data and utility programs needed for -reproducing the executable from it. However, as a special exception, -the materials to be distributed need not include anything that is -normally distributed (in either source or binary form) with the major -components (compiler, kernel, and so on) of the operating system on -which the executable runs, unless that component itself accompanies -the executable. - - It may happen that this requirement contradicts the license -restrictions of other proprietary libraries that do not normally -accompany the operating system. Such a contradiction means you cannot -use both them and the Library together in an executable that you -distribute. - - 7. You may place library facilities that are a work based on the -Library side-by-side in a single library together with other library -facilities not covered by this License, and distribute such a combined -library, provided that the separate distribution of the work based on -the Library and of the other library facilities is otherwise -permitted, and provided that you do these two things: - - a) Accompany the combined library with a copy of the same work - based on the Library, uncombined with any other library - facilities. This must be distributed under the terms of the - Sections above. - - b) Give prominent notice with the combined library of the fact - that part of it is a work based on the Library, and explaining - where to find the accompanying uncombined form of the same work. - - 8. You may not copy, modify, sublicense, link with, or distribute -the Library except as expressly provided under this License. Any -attempt otherwise to copy, modify, sublicense, link with, or -distribute the Library is void, and will automatically terminate your -rights under this License. However, parties who have received copies, -or rights, from you under this License will not have their licenses -terminated so long as such parties remain in full compliance. - - 9. You are not required to accept this License, since you have not -signed it. However, nothing else grants you permission to modify or -distribute the Library or its derivative works. These actions are -prohibited by law if you do not accept this License. Therefore, by -modifying or distributing the Library (or any work based on the -Library), you indicate your acceptance of this License to do so, and -all its terms and conditions for copying, distributing or modifying -the Library or works based on it. - - 10. Each time you redistribute the Library (or any work based on the -Library), the recipient automatically receives a license from the -original licensor to copy, distribute, link with or modify the Library -subject to these terms and conditions. You may not impose any further -restrictions on the recipients' exercise of the rights granted herein. -You are not responsible for enforcing compliance by third parties with -this License. - - 11. If, as a consequence of a court judgment or allegation of patent -infringement or for any other reason (not limited to patent issues), -conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot -distribute so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you -may not distribute the Library at all. For example, if a patent -license would not permit royalty-free redistribution of the Library by -all those who receive copies directly or indirectly through you, then -the only way you could satisfy both it and this License would be to -refrain entirely from distribution of the Library. - -If any portion of this section is held invalid or unenforceable under any -particular circumstance, the balance of the section is intended to apply, -and the section as a whole is intended to apply in other circumstances. - -It is not the purpose of this section to induce you to infringe any -patents or other property right claims or to contest validity of any -such claims; this section has the sole purpose of protecting the -integrity of the free software distribution system which is -implemented by public license practices. Many people have made -generous contributions to the wide range of software distributed -through that system in reliance on consistent application of that -system; it is up to the author/donor to decide if he or she is willing -to distribute software through any other system and a licensee cannot -impose that choice. - -This section is intended to make thoroughly clear what is believed to -be a consequence of the rest of this License. - - 12. If the distribution and/or use of the Library is restricted in -certain countries either by patents or by copyrighted interfaces, the -original copyright holder who places the Library under this License may add -an explicit geographical distribution limitation excluding those countries, -so that distribution is permitted only in or among countries not thus -excluded. In such case, this License incorporates the limitation as if -written in the body of this License. - - 13. The Free Software Foundation may publish revised and/or new -versions of the Lesser General Public License from time to time. -Such new versions will be similar in spirit to the present version, -but may differ in detail to address new problems or concerns. - -Each version is given a distinguishing version number. If the Library -specifies a version number of this License which applies to it and -"any later version", you have the option of following the terms and -conditions either of that version or of any later version published by -the Free Software Foundation. If the Library does not specify a -license version number, you may choose any version ever published by -the Free Software Foundation. - - 14. If you wish to incorporate parts of the Library into other free -programs whose distribution conditions are incompatible with these, -write to the author to ask for permission. For software which is -copyrighted by the Free Software Foundation, write to the Free -Software Foundation; we sometimes make exceptions for this. Our -decision will be guided by the two goals of preserving the free status -of all derivatives of our free software and of promoting the sharing -and reuse of software generally. - - NO WARRANTY - - 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO -WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. -EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR -OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY -KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE -LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME -THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - - 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN -WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY -AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU -FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR -CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE -LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING -RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A -FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF -SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGES. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Libraries - - If you develop a new library, and you want it to be of the greatest -possible use to the public, we recommend making it free software that -everyone can redistribute and change. You can do so by permitting -redistribution under these terms (or, alternatively, under the terms of the -ordinary General Public License). - - To apply these terms, attach the following notices to the library. It is -safest to attach them to the start of each source file to most effectively -convey the exclusion of warranty; and each file should have at least the -"copyright" line and a pointer to where the full notice is found. - - {description} - Copyright (C) {year} {fullname} - - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. - - This library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. - - You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 - USA - -Also add information on how to contact you by electronic and paper mail. - -You should also get your employer (if you work as a programmer) or your -school, if any, to sign a "copyright disclaimer" for the library, if -necessary. Here is a sample; alter the names: - - Yoyodyne, Inc., hereby disclaims all copyright interest in the - library `Frob' (a library for tweaking knobs) written by James Random - Hacker. - - {signature of Ty Coon}, 1 April 1990 - Ty Coon, President of Vice - -That's all there is to it! \ No newline at end of file diff --git a/conf/license/LGPL v3 b/conf/license/LGPL v3 deleted file mode 100644 index bde60cebdd..0000000000 --- a/conf/license/LGPL v3 +++ /dev/null @@ -1,165 +0,0 @@ -GNU LESSER GENERAL PUBLIC LICENSE - Version 3, 29 June 2007 - - Copyright (C) 2007 Free Software Foundation, Inc. - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - - This version of the GNU Lesser General Public License incorporates -the terms and conditions of version 3 of the GNU General Public -License, supplemented by the additional permissions listed below. - - 0. Additional Definitions. - - As used herein, "this License" refers to version 3 of the GNU Lesser -General Public License, and the "GNU GPL" refers to version 3 of the GNU -General Public License. - - "The Library" refers to a covered work governed by this License, -other than an Application or a Combined Work as defined below. - - An "Application" is any work that makes use of an interface provided -by the Library, but which is not otherwise based on the Library. -Defining a subclass of a class defined by the Library is deemed a mode -of using an interface provided by the Library. - - A "Combined Work" is a work produced by combining or linking an -Application with the Library. The particular version of the Library -with which the Combined Work was made is also called the "Linked -Version". - - The "Minimal Corresponding Source" for a Combined Work means the -Corresponding Source for the Combined Work, excluding any source code -for portions of the Combined Work that, considered in isolation, are -based on the Application, and not on the Linked Version. - - The "Corresponding Application Code" for a Combined Work means the -object code and/or source code for the Application, including any data -and utility programs needed for reproducing the Combined Work from the -Application, but excluding the System Libraries of the Combined Work. - - 1. Exception to Section 3 of the GNU GPL. - - You may convey a covered work under sections 3 and 4 of this License -without being bound by section 3 of the GNU GPL. - - 2. Conveying Modified Versions. - - If you modify a copy of the Library, and, in your modifications, a -facility refers to a function or data to be supplied by an Application -that uses the facility (other than as an argument passed when the -facility is invoked), then you may convey a copy of the modified -version: - - a) under this License, provided that you make a good faith effort to - ensure that, in the event an Application does not supply the - function or data, the facility still operates, and performs - whatever part of its purpose remains meaningful, or - - b) under the GNU GPL, with none of the additional permissions of - this License applicable to that copy. - - 3. Object Code Incorporating Material from Library Header Files. - - The object code form of an Application may incorporate material from -a header file that is part of the Library. You may convey such object -code under terms of your choice, provided that, if the incorporated -material is not limited to numerical parameters, data structure -layouts and accessors, or small macros, inline functions and templates -(ten or fewer lines in length), you do both of the following: - - a) Give prominent notice with each copy of the object code that the - Library is used in it and that the Library and its use are - covered by this License. - - b) Accompany the object code with a copy of the GNU GPL and this license - document. - - 4. Combined Works. - - You may convey a Combined Work under terms of your choice that, -taken together, effectively do not restrict modification of the -portions of the Library contained in the Combined Work and reverse -engineering for debugging such modifications, if you also do each of -the following: - - a) Give prominent notice with each copy of the Combined Work that - the Library is used in it and that the Library and its use are - covered by this License. - - b) Accompany the Combined Work with a copy of the GNU GPL and this license - document. - - c) For a Combined Work that displays copyright notices during - execution, include the copyright notice for the Library among - these notices, as well as a reference directing the user to the - copies of the GNU GPL and this license document. - - d) Do one of the following: - - 0) Convey the Minimal Corresponding Source under the terms of this - License, and the Corresponding Application Code in a form - suitable for, and under terms that permit, the user to - recombine or relink the Application with a modified version of - the Linked Version to produce a modified Combined Work, in the - manner specified by section 6 of the GNU GPL for conveying - Corresponding Source. - - 1) Use a suitable shared library mechanism for linking with the - Library. A suitable mechanism is one that (a) uses at run time - a copy of the Library already present on the user's computer - system, and (b) will operate properly with a modified version - of the Library that is interface-compatible with the Linked - Version. - - e) Provide Installation Information, but only if you would otherwise - be required to provide such information under section 6 of the - GNU GPL, and only to the extent that such information is - necessary to install and execute a modified version of the - Combined Work produced by recombining or relinking the - Application with a modified version of the Linked Version. (If - you use option 4d0, the Installation Information must accompany - the Minimal Corresponding Source and Corresponding Application - Code. If you use option 4d1, you must provide the Installation - Information in the manner specified by section 6 of the GNU GPL - for conveying Corresponding Source.) - - 5. Combined Libraries. - - You may place library facilities that are a work based on the -Library side by side in a single library together with other library -facilities that are not Applications and are not covered by this -License, and convey such a combined library under terms of your -choice, if you do both of the following: - - a) Accompany the combined library with a copy of the same work based - on the Library, uncombined with any other library facilities, - conveyed under the terms of this License. - - b) Give prominent notice with the combined library that part of it - is a work based on the Library, and explaining where to find the - accompanying uncombined form of the same work. - - 6. Revised Versions of the GNU Lesser General Public License. - - The Free Software Foundation may publish revised and/or new versions -of the GNU Lesser General Public License from time to time. Such new -versions will be similar in spirit to the present version, but may -differ in detail to address new problems or concerns. - - Each version is given a distinguishing version number. If the -Library as you received it specifies that a certain numbered version -of the GNU Lesser General Public License "or any later version" -applies to it, you have the option of following the terms and -conditions either of that published version or of any later version -published by the Free Software Foundation. If the Library as you -received it does not specify a version number of the GNU Lesser -General Public License, you may choose any version of the GNU Lesser -General Public License ever published by the Free Software Foundation. - - If the Library as you received it specifies that a proxy can decide -whether future versions of the GNU Lesser General Public License shall -apply, that proxy's public statement of acceptance of any version is -permanent authorization for you to choose that version for the -Library. \ No newline at end of file diff --git a/conf/license/MIT License b/conf/license/MIT License index be1d1ae048..472ac2361b 100644 --- a/conf/license/MIT License +++ b/conf/license/MIT License @@ -1,21 +1,8 @@ -The MIT License (MIT) +MIT License +Copyright (c) -Copyright (c) 2014 +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. \ No newline at end of file +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/conf/license/Mozilla Public License 1.0 b/conf/license/Mozilla Public License 1.0 new file mode 100644 index 0000000000..731f43caf3 --- /dev/null +++ b/conf/license/Mozilla Public License 1.0 @@ -0,0 +1,122 @@ +MOZILLA PUBLIC LICENSE +Version 1.0 +1. Definitions. + +1.1. ``Contributor'' means each entity that creates or contributes to the creation of Modifications. + +1.2. ``Contributor Version'' means the combination of the Original Code, prior Modifications used by a Contributor, and the Modifications made by that particular Contributor. + +1.3. ``Covered Code'' means the Original Code or Modifications or the combination of the Original Code and Modifications, in each case including portions thereof. + +1.4. ``Electronic Distribution Mechanism'' means a mechanism generally accepted in the software development community for the electronic transfer of data. + +1.5. ``Executable'' means Covered Code in any form other than Source Code. + +1.6. ``Initial Developer'' means the individual or entity identified as the Initial Developer in the Source Code notice required by Exhibit A. + +1.7. ``Larger Work'' means a work which combines Covered Code or portions thereof with code not governed by the terms of this License. + +1.8. ``License'' means this document. + +1.9. ``Modifications'' means any addition to or deletion from the substance or structure of either the Original Code or any previous Modifications. When Covered Code is released as a series of files, a Modification is: + +A. Any addition to or deletion from the contents of a file containing Original Code or previous Modifications. + +B. Any new file that contains any part of the Original Code or previous Modifications. + +1.10. ``Original Code'' means Source Code of computer software code which is described in the Source Code notice required by Exhibit A as Original Code, and which, at the time of its release under this License is not already Covered Code governed by this License. + +1.11. ``Source Code'' means the preferred form of the Covered Code for making modifications to it, including all modules it contains, plus any associated interface definition files, scripts used to control compilation and installation of an Executable, or a list of source code differential comparisons against either the Original Code or another well known, available Covered Code of the Contributor's choice. The Source Code can be in a compressed or archival form, provided the appropriate decompression or de-archiving software is widely available for no charge. + +1.12. ``You'' means an individual or a legal entity exercising rights under, and complying with all of the terms of, this License or a future version of this License issued under Section 6.1. For legal entities, ``You'' includes any entity which controls, is controlled by, or is under common control with You. For purposes of this definition, ``control'' means (a) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (b) ownership of fifty percent (50%) or more of the outstanding shares or beneficial ownership of such entity. + +2. Source Code License. + +2.1. The Initial Developer Grant. +The Initial Developer hereby grants You a world-wide, royalty-free, non-exclusive license, subject to third party intellectual property claims: + +(a) to use, reproduce, modify, display, perform, sublicense and distribute the Original Code (or portions thereof) with or without Modifications, or as part of a Larger Work; and + +(b) under patents now or hereafter owned or controlled by Initial Developer, to make, have made, use and sell (``Utilize'') the Original Code (or portions thereof), but solely to the extent that any such patent is reasonably necessary to enable You to Utilize the Original Code (or portions thereof) and not to any greater extent that may be necessary to Utilize further Modifications or combinations. + +2.2. Contributor Grant. +Each Contributor hereby grants You a world-wide, royalty-free, non-exclusive license, subject to third party intellectual property claims: + +(a) to use, reproduce, modify, display, perform, sublicense and distribute the Modifications created by such Contributor (or portions thereof) either on an unmodified basis, with other Modifications, as Covered Code or as part of a Larger Work; and + +(b) under patents now or hereafter owned or controlled by Contributor, to Utilize the Contributor Version (or portions thereof), but solely to the extent that any such patent is reasonably necessary to enable You to Utilize the Contributor Version (or portions thereof), and not to any greater extent that may be necessary to Utilize further Modifications or combinations. + +3. Distribution Obligations. + +3.1. Application of License. +The Modifications which You create or to which You contribute are governed by the terms of this License, including without limitation Section 2.2. The Source Code version of Covered Code may be distributed only under the terms of this License or a future version of this License released under Section 6.1, and You must include a copy of this License with every copy of the Source Code You distribute. You may not offer or impose any terms on any Source Code version that alters or restricts the applicable version of this License or the recipients' rights hereunder. However, You may include an additional document offering the additional rights described in Section 3.5. + +3.2. Availability of Source Code. +Any Modification which You create or to which You contribute must be made available in Source Code form under the terms of this License either on the same media as an Executable version or via an accepted Electronic Distribution Mechanism to anyone to whom you made an Executable version available; and if made available via Electronic Distribution Mechanism, must remain available for at least twelve (12) months after the date it initially became available, or at least six (6) months after a subsequent version of that particular Modification has been made available to such recipients. You are responsible for ensuring that the Source Code version remains available even if the Electronic Distribution Mechanism is maintained by a third party. + +3.3. Description of Modifications. +You must cause all Covered Code to which you contribute to contain a file documenting the changes You made to create that Covered Code and the date of any change. You must include a prominent statement that the Modification is derived, directly or indirectly, from Original Code provided by the Initial Developer and including the name of the Initial Developer in (a) the Source Code, and (b) in any notice in an Executable version or related documentation in which You describe the origin or ownership of the Covered Code. + +3.4. Intellectual Property Matters + +(a) Third Party Claims. +If You have knowledge that a party claims an intellectual property right in particular functionality or code (or its utilization under this License), you must include a text file with the source code distribution titled ``LEGAL'' which describes the claim and the party making the claim in sufficient detail that a recipient will know whom to contact. If you obtain such knowledge after You make Your Modification available as described in Section 3.2, You shall promptly modify the LEGAL file in all copies You make available thereafter and shall take other steps (such as notifying appropriate mailing lists or newsgroups) reasonably calculated to inform those who received the Covered Code that new knowledge has been obtained. + +(b) Contributor APIs. +If Your Modification is an application programming interface and You own or control patents which are reasonably necessary to implement that API, you must also include this information in the LEGAL file. + +3.5. Required Notices. +You must duplicate the notice in Exhibit A in each file of the Source Code, and this License in any documentation for the Source Code, where You describe recipients' rights relating to Covered Code. If You created one or more Modification(s), You may add your name as a Contributor to the notice described in Exhibit A. If it is not possible to put such notice in a particular Source Code file due to its structure, then you must include such notice in a location (such as a relevant directory file) where a user would be likely to look for such a notice. You may choose to offer, and to charge a fee for, warranty, support, indemnity or liability obligations to one or more recipients of Covered Code. However, You may do so only on Your own behalf, and not on behalf of the Initial Developer or any Contributor. You must make it absolutely clear than any such warranty, support, indemnity or liability obligation is offered by You alone, and You hereby agree to indemnify the Initial Developer and every Contributor for any liability incurred by the Initial Developer or such Contributor as a result of warranty, support, indemnity or liability terms You offer. + +3.6. Distribution of Executable Versions. +You may distribute Covered Code in Executable form only if the requirements of Section 3.1-3.5 have been met for that Covered Code, and if You include a notice stating that the Source Code version of the Covered Code is available under the terms of this License, including a description of how and where You have fulfilled the obligations of Section 3.2. The notice must be conspicuously included in any notice in an Executable version, related documentation or collateral in which You describe recipients' rights relating to the Covered Code. You may distribute the Executable version of Covered Code under a license of Your choice, which may contain terms different from this License, provided that You are in compliance with the terms of this License and that the license for the Executable version does not attempt to limit or alter the recipient's rights in the Source Code version from the rights set forth in this License. If You distribute the Executable version under a different license You must make it absolutely clear that any terms which differ from this License are offered by You alone, not by the Initial Developer or any Contributor. You hereby agree to indemnify the Initial Developer and every Contributor for any liability incurred by the Initial Developer or such Contributor as a result of any such terms You offer. + +3.7. Larger Works. +You may create a Larger Work by combining Covered Code with other code not governed by the terms of this License and distribute the Larger Work as a single product. In such a case, You must make sure the requirements of this License are fulfilled for the Covered Code. + +4. Inability to Comply Due to Statute or Regulation. +If it is impossible for You to comply with any of the terms of this License with respect to some or all of the Covered Code due to statute or regulation then You must: (a) comply with the terms of this License to the maximum extent possible; and (b) describe the limitations and the code they affect. Such description must be included in the LEGAL file described in Section 3.4 and must be included with all distributions of the Source Code. Except to the extent prohibited by statute or regulation, such description must be sufficiently detailed for a recipient of ordinary skill to be able to understand it. + +5. Application of this License. +This License applies to code to which the Initial Developer has attached the notice in Exhibit A, and to related Covered Code. + +6. Versions of the License. + +6.1. New Versions. +Netscape Communications Corporation (``Netscape'') may publish revised and/or new versions of the License from time to time. Each version will be given a distinguishing version number. + +6.2. Effect of New Versions. +Once Covered Code has been published under a particular version of the License, You may always continue to use it under the terms of that version. You may also choose to use such Covered Code under the terms of any subsequent version of the License published by Netscape. No one other than Netscape has the right to modify the terms applicable to Covered Code created under this License. + +6.3. Derivative Works. +If you create or use a modified version of this License (which you may only do in order to apply it to code which is not already Covered Code governed by this License), you must (a) rename Your license so that the phrases ``Mozilla'', ``MOZILLAPL'', ``MOZPL'', ``Netscape'', ``NPL'' or any confusingly similar phrase do not appear anywhere in your license and (b) otherwise make it clear that your version of the license contains terms which differ from the Mozilla Public License and Netscape Public License. (Filling in the name of the Initial Developer, Original Code or Contributor in the notice described in Exhibit A shall not of themselves be deemed to be modifications of this License.) + +7. DISCLAIMER OF WARRANTY. +COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN ``AS IS'' BASIS, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER. + +8. TERMINATION. +This License and the rights granted hereunder will terminate automatically if You fail to comply with terms herein and fail to cure such breach within 30 days of becoming aware of the breach. All sublicenses to the Covered Code which are properly granted shall survive any termination of this License. Provisions which, by their nature, must remain in effect beyond the termination of this License shall survive. + +9. LIMITATION OF LIABILITY. +UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO YOU OR ANY OTHER PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THAT EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU. + +10. U.S. GOVERNMENT END USERS. +The Covered Code is a ``commercial item,'' as that term is defined in 48 C.F.R. 2.101 (Oct. 1995), consisting of ``commercial computer software'' and ``commercial computer software documentation,'' as such terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995), all U.S. Government End Users acquire Covered Code with only those rights set forth herein. + +11. MISCELLANEOUS. +This License represents the complete agreement concerning subject matter hereof. If any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable. This License shall be governed by California law provisions (except to the extent applicable law, if any, provides otherwise), excluding its conflict-of-law provisions. With respect to disputes in which at least one party is a citizen of, or an entity chartered or registered to do business in, the United States of America: (a) unless otherwise agreed in writing, all disputes relating to this License (excepting any dispute relating to intellectual property rights) shall be subject to final and binding arbitration, with the losing party paying all costs of arbitration; (b) any arbitration relating to this Agreement shall be held in Santa Clara County, California, under the auspices of JAMS/EndDispute; and (c) any litigation relating to this Agreement shall be subject to the jurisdiction of the Federal Courts of the Northern District of California, with venue lying in Santa Clara County, California, with the losing party responsible for costs, including without limitation, court costs and reasonable attorneys fees and expenses. The application of the United Nations Convention on Contracts for the International Sale of Goods is expressly excluded. Any law or regulation which provides that the language of a contract shall be construed against the drafter shall not apply to this License. + +12. RESPONSIBILITY FOR CLAIMS. +Except in cases where another Contributor has failed to comply with Section 3.4, You are responsible for damages arising, directly or indirectly, out of Your utilization of rights under this License, based on the number of copies of Covered Code you made available, the revenues you received from utilizing such rights, and other relevant factors. You agree to work with affected parties to distribute responsibility on an equitable basis. + +EXHIBIT A. + +``The contents of this file are subject to the Mozilla Public License Version 1.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.mozilla.org/MPL/ + +Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License. + +The Original Code is ______________________________________. + +The Initial Developer of the Original Code is ________________________. Portions created by ______________________ are Copyright (C) ______ _______________________. All Rights Reserved. + +Contributor(s): ______________________________________.'' diff --git a/conf/license/Mozilla Public License 1.1 b/conf/license/Mozilla Public License 1.1 new file mode 100644 index 0000000000..8118cfd8d7 --- /dev/null +++ b/conf/license/Mozilla Public License 1.1 @@ -0,0 +1,142 @@ +Mozilla Public License Version 1.1 +1. Definitions. + +1.0.1. "Commercial Use" means distribution or otherwise making the Covered Code available to a third party. + +1.1. "Contributor" means each entity that creates or contributes to the creation of Modifications. + +1.2. "Contributor Version" means the combination of the Original Code, prior Modifications used by a Contributor, and the Modifications made by that particular Contributor. + +1.3. "Covered Code" means the Original Code or Modifications or the combination of the Original Code and Modifications, in each case including portions thereof. + +1.4. "Electronic Distribution Mechanism" means a mechanism generally accepted in the software development community for the electronic transfer of data. + +1.5. "Executable" means Covered Code in any form other than Source Code. + +1.6. "Initial Developer" means the individual or entity identified as the Initial Developer in the Source Code notice required by Exhibit A. + +1.7. "Larger Work" means a work which combines Covered Code or portions thereof with code not governed by the terms of this License. + +1.8. "License" means this document. + +1.8.1. "Licensable" means having the right to grant, to the maximum extent possible, whether at the time of the initial grant or subsequently acquired, any and all of the rights conveyed herein. + +1.9. "Modifications" means any addition to or deletion from the substance or structure of either the Original Code or any previous Modifications. When Covered Code is released as a series of files, a Modification is: +Any addition to or deletion from the contents of a file containing Original Code or previous Modifications. +Any new file that contains any part of the Original Code or previous Modifications. + +1.10. "Original Code" means Source Code of computer software code which is described in the Source Code notice required by Exhibit A as Original Code, and which, at the time of its release under this License is not already Covered Code governed by this License. + +1.10.1. "Patent Claims" means any patent claim(s), now owned or hereafter acquired, including without limitation, method, process, and apparatus claims, in any patent Licensable by grantor. + +1.11. "Source Code" means the preferred form of the Covered Code for making modifications to it, including all modules it contains, plus any associated interface definition files, scripts used to control compilation and installation of an Executable, or source code differential comparisons against either the Original Code or another well known, available Covered Code of the Contributor's choice. The Source Code can be in a compressed or archival form, provided the appropriate decompression or de-archiving software is widely available for no charge. + +1.12. "You" (or "Your") means an individual or a legal entity exercising rights under, and complying with all of the terms of, this License or a future version of this License issued under Section 6.1. For legal entities, "You" includes any entity which controls, is controlled by, or is under common control with You. For purposes of this definition, "control" means (a) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (b) ownership of more than fifty percent (50%) of the outstanding shares or beneficial ownership of such entity. + +2. Source Code License. + +2.1. The Initial Developer Grant. The Initial Developer hereby grants You a world-wide, royalty-free, non-exclusive license, subject to third party intellectual property claims: + +a. under intellectual property rights (other than patent or trademark) Licensable by Initial Developer to use, reproduce, modify, display, perform, sublicense and distribute the Original Code (or portions thereof) with or without Modifications, and/or as part of a Larger Work; and +b. under Patents Claims infringed by the making, using or selling of Original Code, to make, have made, use, practice, sell, and offer for sale, and/or otherwise dispose of the Original Code (or portions thereof). +c. the licenses granted in this Section 2.1 (a) and (b) are effective on the date Initial Developer first distributes Original Code under the terms of this License. +d. Notwithstanding Section 2.1 (b) above, no patent license is granted: 1) for code that You delete from the Original Code; 2) separate from the Original Code; or 3) for infringements caused by: i) the modification of the Original Code or ii) the combination of the Original Code with other software or devices. + +2.2. Contributor Grant. Subject to third party intellectual property claims, each Contributor hereby grants You a world-wide, royalty-free, non-exclusive license + +a. under intellectual property rights (other than patent or trademark) Licensable by Contributor, to use, reproduce, modify, display, perform, sublicense and distribute the Modifications created by such Contributor (or portions thereof) either on an unmodified basis, with other Modifications, as Covered Code and/or as part of a Larger Work; and +b. under Patent Claims infringed by the making, using, or selling of Modifications made by that Contributor either alone and/or in combination with its Contributor Version (or portions of such combination), to make, use, sell, offer for sale, have made, and/or otherwise dispose of: 1) Modifications made by that Contributor (or portions thereof); and 2) the combination of Modifications made by that Contributor with its Contributor Version (or portions of such combination). +c. the licenses granted in Sections 2.2 (a) and 2.2 (b) are effective on the date Contributor first makes Commercial Use of the Covered Code. +d. Notwithstanding Section 2.2 (b) above, no patent license is granted: 1) for any code that Contributor has deleted from the Contributor Version; 2) separate from the Contributor Version; 3) for infringements caused by: i) third party modifications of Contributor Version or ii) the combination of Modifications made by that Contributor with other software (except as part of the Contributor Version) or other devices; or 4) under Patent Claims infringed by Covered Code in the absence of Modifications made by that Contributor. + +3. Distribution Obligations. + +3.1. Application of License. The Modifications which You create or to which You contribute are governed by the terms of this License, including without limitation Section 2.2. The Source Code version of Covered Code may be distributed only under the terms of this License or a future version of this License released under Section 6.1, and You must include a copy of this License with every copy of the Source Code You distribute. You may not offer or impose any terms on any Source Code version that alters or restricts the applicable version of this License or the recipients' rights hereunder. However, You may include an additional document offering the additional rights described in Section 3.5. + +3.2. Availability of Source Code. Any Modification which You create or to which You contribute must be made available in Source Code form under the terms of this License either on the same media as an Executable version or via an accepted Electronic Distribution Mechanism to anyone to whom you made an Executable version available; and if made available via Electronic Distribution Mechanism, must remain available for at least twelve (12) months after the date it initially became available, or at least six (6) months after a subsequent version of that particular Modification has been made available to such recipients. You are responsible for ensuring that the Source Code version remains available even if the Electronic Distribution Mechanism is maintained by a third party. + +3.3. Description of Modifications. You must cause all Covered Code to which You contribute to contain a file documenting the changes You made to create that Covered Code and the date of any change. You must include a prominent statement that the Modification is derived, directly or indirectly, from Original Code provided by the Initial Developer and including the name of the Initial Developer in (a) the Source Code, and (b) in any notice in an Executable version or related documentation in which You describe the origin or ownership of the Covered Code. + +3.4. Intellectual Property Matters + +(a) Third Party Claims +If Contributor has knowledge that a license under a third party's intellectual property rights is required to exercise the rights granted by such Contributor under Sections 2.1 or 2.2, Contributor must include a text file with the Source Code distribution titled "LEGAL" which describes the claim and the party making the claim in sufficient detail that a recipient will know whom to contact. If Contributor obtains such knowledge after the Modification is made available as described in Section 3.2, Contributor shall promptly modify the LEGAL file in all copies Contributor makes available thereafter and shall take other steps (such as notifying appropriate mailing lists or newsgroups) reasonably calculated to inform those who received the Covered Code that new knowledge has been obtained. + +(b) Contributor APIs +If Contributor's Modifications include an application programming interface and Contributor has knowledge of patent licenses which are reasonably necessary to implement that API, Contributor must also include this information in the LEGAL file. + +(c) Representations. +Contributor represents that, except as disclosed pursuant to Section 3.4 (a) above, Contributor believes that Contributor's Modifications are Contributor's original creation(s) and/or Contributor has sufficient rights to grant the rights conveyed by this License. + +3.5. Required Notices. You must duplicate the notice in Exhibit A in each file of the Source Code. If it is not possible to put such notice in a particular Source Code file due to its structure, then You must include such notice in a location (such as a relevant directory) where a user would be likely to look for such a notice. If You created one or more Modification(s) You may add your name as a Contributor to the notice described in Exhibit A. You must also duplicate this License in any documentation for the Source Code where You describe recipients' rights or ownership rights relating to Covered Code. You may choose to offer, and to charge a fee for, warranty, support, indemnity or liability obligations to one or more recipients of Covered Code. However, You may do so only on Your own behalf, and not on behalf of the Initial Developer or any Contributor. You must make it absolutely clear than any such warranty, support, indemnity or liability obligation is offered by You alone, and You hereby agree to indemnify the Initial Developer and every Contributor for any liability incurred by the Initial Developer or such Contributor as a result of warranty, support, indemnity or liability terms You offer. + +3.6. Distribution of Executable Versions. You may distribute Covered Code in Executable form only if the requirements of Sections 3.1, 3.2, 3.3, 3.4 and 3.5 have been met for that Covered Code, and if You include a notice stating that the Source Code version of the Covered Code is available under the terms of this License, including a description of how and where You have fulfilled the obligations of Section 3.2. The notice must be conspicuously included in any notice in an Executable version, related documentation or collateral in which You describe recipients' rights relating to the Covered Code. You may distribute the Executable version of Covered Code or ownership rights under a license of Your choice, which may contain terms different from this License, provided that You are in compliance with the terms of this License and that the license for the Executable version does not attempt to limit or alter the recipient's rights in the Source Code version from the rights set forth in this License. If You distribute the Executable version under a different license You must make it absolutely clear that any terms which differ from this License are offered by You alone, not by the Initial Developer or any Contributor. You hereby agree to indemnify the Initial Developer and every Contributor for any liability incurred by the Initial Developer or such Contributor as a result of any such terms You offer. + +3.7. Larger Works. You may create a Larger Work by combining Covered Code with other code not governed by the terms of this License and distribute the Larger Work as a single product. In such a case, You must make sure the requirements of this License are fulfilled for the Covered Code. + +4. Inability to Comply Due to Statute or Regulation. + +If it is impossible for You to comply with any of the terms of this License with respect to some or all of the Covered Code due to statute, judicial order, or regulation then You must: (a) comply with the terms of this License to the maximum extent possible; and (b) describe the limitations and the code they affect. Such description must be included in the LEGAL file described in Section 3.4 and must be included with all distributions of the Source Code. Except to the extent prohibited by statute or regulation, such description must be sufficiently detailed for a recipient of ordinary skill to be able to understand it. + +5. Application of this License. +This License applies to code to which the Initial Developer has attached the notice in Exhibit A and to related Covered Code. + +6. Versions of the License. + +6.1. New Versions +Netscape Communications Corporation ("Netscape") may publish revised and/or new versions of the License from time to time. Each version will be given a distinguishing version number. + +6.2. Effect of New Versions +Once Covered Code has been published under a particular version of the License, You may always continue to use it under the terms of that version. You may also choose to use such Covered Code under the terms of any subsequent version of the License published by Netscape. No one other than Netscape has the right to modify the terms applicable to Covered Code created under this License. + +6.3. Derivative Works +If You create or use a modified version of this License (which you may only do in order to apply it to code which is not already Covered Code governed by this License), You must (a) rename Your license so that the phrases "Mozilla", "MOZILLAPL", "MOZPL", "Netscape", "MPL", "NPL" or any confusingly similar phrase do not appear in your license (except to note that your license differs from this License) and (b) otherwise make it clear that Your version of the license contains terms which differ from the Mozilla Public License and Netscape Public License. (Filling in the name of the Initial Developer, Original Code or Contributor in the notice described in Exhibit A shall not of themselves be deemed to be modifications of this License.) + +7. DISCLAIMER OF WARRANTY +COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER. + +8. Termination + +8.1. This License and the rights granted hereunder will terminate automatically if You fail to comply with terms herein and fail to cure such breach within 30 days of becoming aware of the breach. All sublicenses to the Covered Code which are properly granted shall survive any termination of this License. Provisions which, by their nature, must remain in effect beyond the termination of this License shall survive. + +8.2. If You initiate litigation by asserting a patent infringement claim (excluding declatory judgment actions) against Initial Developer or a Contributor (the Initial Developer or Contributor against whom You file such action is referred to as "Participant") alleging that: + +a. such Participant's Contributor Version directly or indirectly infringes any patent, then any and all rights granted by such Participant to You under Sections 2.1 and/or 2.2 of this License shall, upon 60 days notice from Participant terminate prospectively, unless if within 60 days after receipt of notice You either: (i) agree in writing to pay Participant a mutually agreeable reasonable royalty for Your past and future use of Modifications made by such Participant, or (ii) withdraw Your litigation claim with respect to the Contributor Version against such Participant. If within 60 days of notice, a reasonable royalty and payment arrangement are not mutually agreed upon in writing by the parties or the litigation claim is not withdrawn, the rights granted by Participant to You under Sections 2.1 and/or 2.2 automatically terminate at the expiration of the 60 day notice period specified above. +b. any software, hardware, or device, other than such Participant's Contributor Version, directly or indirectly infringes any patent, then any rights granted to You by such Participant under Sections 2.1(b) and 2.2(b) are revoked effective as of the date You first made, used, sold, distributed, or had made, Modifications made by that Participant. + +8.3. If You assert a patent infringement claim against Participant alleging that such Participant's Contributor Version directly or indirectly infringes any patent where such claim is resolved (such as by license or settlement) prior to the initiation of patent infringement litigation, then the reasonable value of the licenses granted by such Participant under Sections 2.1 or 2.2 shall be taken into account in determining the amount or value of any payment or license. + +8.4. In the event of termination under Sections 8.1 or 8.2 above, all end user license agreements (excluding distributors and resellers) which have been validly granted by You or any distributor hereunder prior to termination shall survive termination. + +9. LIMITATION OF LIABILITY +UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU. + +10. U.S. government end users +The Covered Code is a "commercial item," as that term is defined in 48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial computer software" and "commercial computer software documentation," as such terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995), all U.S. Government End Users acquire Covered Code with only those rights set forth herein. + +11. Miscellaneous +This License represents the complete agreement concerning subject matter hereof. If any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable. This License shall be governed by California law provisions (except to the extent applicable law, if any, provides otherwise), excluding its conflict-of-law provisions. With respect to disputes in which at least one party is a citizen of, or an entity chartered or registered to do business in the United States of America, any litigation relating to this License shall be subject to the jurisdiction of the Federal Courts of the Northern District of California, with venue lying in Santa Clara County, California, with the losing party responsible for costs, including without limitation, court costs and reasonable attorneys' fees and expenses. The application of the United Nations Convention on Contracts for the International Sale of Goods is expressly excluded. Any law or regulation which provides that the language of a contract shall be construed against the drafter shall not apply to this License. + +12. Responsibility for claims +As between Initial Developer and the Contributors, each party is responsible for claims and damages arising, directly or indirectly, out of its utilization of rights under this License and You agree to work with Initial Developer and Contributors to distribute such responsibility on an equitable basis. Nothing herein is intended or shall be deemed to constitute any admission of liability. + +13. Multiple-licensed code +Initial Developer may designate portions of the Covered Code as "Multiple-Licensed". "Multiple-Licensed" means that the Initial Developer permits you to utilize portions of the Covered Code under Your choice of the MPL or the alternative licenses, if any, specified by the Initial Developer in the file described in Exhibit A. + +Exhibit A - Mozilla Public License. + +"The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ + +Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License. + +The Original Code is ______________________________________. + +The Initial Developer of the Original Code is ________________________. +Portions created by ______________________ are Copyright (C) ______ +_______________________. All Rights Reserved. + +Contributor(s): ______________________________________. + +Alternatively, the contents of this file may be used under the terms of the _____ license (the "[___] License"), in which case the provisions of [______] License are applicable instead of those above. If you wish to allow use of your version of this file only under the terms of the [____] License and not to allow others to use your version of this file under the MPL, indicate your decision by deleting the provisions above and replace them with the notice and other provisions required by the [___] License. If you do not delete the provisions above, a recipient may use your version of this file under either the MPL or the [___] License." + +NOTE: The text of this Exhibit A may differ slightly from the text of the notices in the Source Code files of the Original Code. You should use the text of this Exhibit A rather than the text found in the Original Code Source Code for Your Modifications. diff --git a/conf/license/Mozilla Public License 2.0 b/conf/license/Mozilla Public License 2.0 new file mode 100644 index 0000000000..e57837d6e1 --- /dev/null +++ b/conf/license/Mozilla Public License 2.0 @@ -0,0 +1,143 @@ +Mozilla Public License Version 2.0 +1. Definitions + +1.1. "Contributor" means each individual or legal entity that creates, contributes to the creation of, or owns Covered Software. + +1.2. "Contributor Version" means the combination of the Contributions of others (if any) used by a Contributor and that particular Contributor's Contribution. + +1.3. "Contribution" means Covered Software of a particular Contributor. + +1.4. "Covered Software" means Source Code Form to which the initial Contributor has attached the notice in Exhibit A, the Executable Form of such Source Code Form, and Modifications of such Source Code Form, in each case including portions thereof. + +1.5. "Incompatible With Secondary Licenses" means + +(a) that the initial Contributor has attached the notice described in Exhibit B to the Covered Software; or + +(b) that the Covered Software was made available under the terms of version 1.1 or earlier of the License, but not also under the terms of a Secondary License. + +1.6. "Executable Form" means any form of the work other than Source Code Form. + +1.7. "Larger Work" means a work that combines Covered Software with other material, in a separate file or files, that is not Covered Software. + +1.8. "License" means this document. + +1.9. "Licensable" means having the right to grant, to the maximum extent possible, whether at the time of the initial grant or subsequently, any and all of the rights conveyed by this License. + +1.10. "Modifications" means any of the following: + +(a) any file in Source Code Form that results from an addition to, deletion from, or modification of the contents of Covered Software; or + +(b) any new file in Source Code Form that contains any Covered Software. + +1.11. "Patent Claims" of a Contributor means any patent claim(s), including without limitation, method, process, and apparatus claims, in any patent Licensable by such Contributor that would be infringed, but for the grant of the License, by the making, using, selling, offering for sale, having made, import, or transfer of either its Contributions or its Contributor Version. + +1.12. "Secondary License" means either the GNU General Public License, Version 2.0, the GNU Lesser General Public License, Version 2.1, the GNU Affero General Public License, Version 3.0, or any later versions of those licenses. + +1.13. "Source Code Form" means the form of the work preferred for making modifications. + +1.14. "You" (or "Your") means an individual or a legal entity exercising rights under this License. For legal entities, "You" includes any entity that controls, is controlled by, or is under common control with You. For purposes of this definition, "control" means (a) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (b) ownership of more than fifty percent (50%) of the outstanding shares or beneficial ownership of such entity. + +2. License Grants and Conditions + +2.1. Grants +Each Contributor hereby grants You a world-wide, royalty-free, non-exclusive license: + +(a) under intellectual property rights (other than patent or trademark) Licensable by such Contributor to use, reproduce, make available, modify, display, perform, distribute, and otherwise exploit its Contributions, either on an unmodified basis, with Modifications, or as part of a Larger Work; and + +(b) under Patent Claims of such Contributor to make, use, sell, offer for sale, have made, import, and otherwise transfer either its Contributions or its Contributor Version. + +2.2. Effective Date +The licenses granted in Section 2.1 with respect to any Contribution become effective for each Contribution on the date the Contributor first distributes such Contribution. + +2.3. Limitations on Grant Scope +The licenses granted in this Section 2 are the only rights granted under this License. No additional rights or licenses will be implied from the distribution or licensing of Covered Software under this License. Notwithstanding Section 2.1(b) above, no patent license is granted by a Contributor: + +(a) for any code that a Contributor has removed from Covered Software; or + +(b) for infringements caused by: (i) Your and any other third party's modifications of Covered Software, or (ii) the combination of its Contributions with other software (except as part of its Contributor Version); or + +(c) under Patent Claims infringed by Covered Software in the absence of its Contributions. + +This License does not grant any rights in the trademarks, service marks, or logos of any Contributor (except as may be necessary to comply with the notice requirements in Section 3.4). + +2.4. Subsequent Licenses +No Contributor makes additional grants as a result of Your choice to distribute the Covered Software under a subsequent version of this License (see Section 10.2) or under the terms of a Secondary License (if permitted under the terms of Section 3.3). + +2.5. Representation +Each Contributor represents that the Contributor believes its Contributions are its original creation(s) or it has sufficient rights to grant the rights to its Contributions conveyed by this License. + +2.6. Fair Use +This License is not intended to limit any rights You have under applicable copyright doctrines of fair use, fair dealing, or other equivalents. + +2.7. Conditions +Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted in Section 2.1. + +3. Responsibilities + +3.1. Distribution of Source Form +All distribution of Covered Software in Source Code Form, including any Modifications that You create or to which You contribute, must be under the terms of this License. You must inform recipients that the Source Code Form of the Covered Software is governed by the terms of this License, and how they can obtain a copy of this License. You may not attempt to alter or restrict the recipients' rights in the Source Code Form. + +3.2. Distribution of Executable Form +If You distribute Covered Software in Executable Form then: + +(a) such Covered Software must also be made available in Source Code Form, as described in Section 3.1, and You must inform recipients of the Executable Form how they can obtain a copy of such Source Code Form by reasonable means in a timely manner, at a charge no more than the cost of distribution to the recipient; and + +(b) You may distribute such Executable Form under the terms of this License, or sublicense it under different terms, provided that the license for the Executable Form does not attempt to limit or alter the recipients' rights in the Source Code Form under this License. + +3.3. Distribution of a Larger Work +You may create and distribute a Larger Work under terms of Your choice, provided that You also comply with the requirements of this License for the Covered Software. If the Larger Work is a combination of Covered Software with a work governed by one or more Secondary Licenses, and the Covered Software is not Incompatible With Secondary Licenses, this License permits You to additionally distribute such Covered Software under the terms of such Secondary License(s), so that the recipient of the Larger Work may, at their option, further distribute the Covered Software under the terms of either this License or such Secondary License(s). + +3.4. Notices +You may not remove or alter the substance of any license notices (including copyright notices, patent notices, disclaimers of warranty, or limitations of liability) contained within the Source Code Form of the Covered Software, except that You may alter any license notices to the extent required to remedy known factual inaccuracies. + +3.5. Application of Additional Terms +You may choose to offer, and to charge a fee for, warranty, support, indemnity or liability obligations to one or more recipients of Covered Software. However, You may do so only on Your own behalf, and not on behalf of any Contributor. You must make it absolutely clear that any such warranty, support, indemnity, or liability obligation is offered by You alone, and You hereby agree to indemnify every Contributor for any liability incurred by such Contributor as a result of warranty, support, indemnity or liability terms You offer. You may include additional disclaimers of warranty and limitations of liability specific to any jurisdiction. + +4. Inability to Comply Due to Statute or Regulation +If it is impossible for You to comply with any of the terms of this License with respect to some or all of the Covered Software due to statute, judicial order, or regulation then You must: (a) comply with the terms of this License to the maximum extent possible; and (b) describe the limitations and the code they affect. Such description must be placed in a text file included with all distributions of the Covered Software under this License. Except to the extent prohibited by statute or regulation, such description must be sufficiently detailed for a recipient of ordinary skill to be able to understand it. + +5. Termination + +5.1. The rights granted under this License will terminate automatically if You fail to comply with any of its terms. However, if You become compliant, then the rights granted under this License from a particular Contributor are reinstated (a) provisionally, unless and until such Contributor explicitly and finally terminates Your grants, and (b) on an ongoing basis, if such Contributor fails to notify You of the non-compliance by some reasonable means prior to 60 days after You have come back into compliance. Moreover, Your grants from a particular Contributor are reinstated on an ongoing basis if such Contributor notifies You of the non-compliance by some reasonable means, this is the first time You have received notice of non-compliance with this License from such Contributor, and You become compliant prior to 30 days after Your receipt of the notice. + +5.2. If You initiate litigation against any entity by asserting a patent infringement claim (excluding declaratory judgment actions, counter-claims, and cross-claims) alleging that a Contributor Version directly or indirectly infringes any patent, then the rights granted to You by any and all Contributors for the Covered Software under Section 2.1 of this License shall terminate. + +5.3. In the event of termination under Sections 5.1 or 5.2 above, all end user license agreements (excluding distributors and resellers) which have been validly granted by You or Your distributors under this License prior to termination shall survive termination. + +6. Disclaimer of Warranty +Covered Software is provided under this License on an "as is" basis, without warranty of any kind, either expressed, implied, or statutory, including, without limitation, warranties that the Covered Software is free of defects, merchantable, fit for a particular purpose or non-infringing. The entire risk as to the quality and performance of the Covered Software is with You. Should any Covered Software prove defective in any respect, You (not any Contributor) assume the cost of any necessary servicing, repair, or correction. This disclaimer of warranty constitutes an essential part of this License. No use of any Covered Software is authorized under this License except under this disclaimer. + +7. Limitation of Liability +Under no circumstances and under no legal theory, whether tort (including negligence), contract, or otherwise, shall any Contributor, or anyone who distributes Covered Software as permitted above, be liable to You for any direct, indirect, special, incidental, or consequential damages of any character including, without limitation, damages for lost profits, loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses, even if such party shall have been informed of the possibility of such damages. This limitation of liability shall not apply to liability for death or personal injury resulting from such party's negligence to the extent applicable law prohibits such limitation. Some jurisdictions do not allow the exclusion or limitation of incidental or consequential damages, so this exclusion and limitation may not apply to You. + +8. Litigation +Any litigation relating to this License may be brought only in the courts of a jurisdiction where the defendant maintains its principal place of business and such litigation shall be governed by laws of that jurisdiction, without reference to its conflict-of-law provisions. Nothing in this Section shall prevent a party's ability to bring cross-claims or counter-claims. + +9. Miscellaneous +This License represents the complete agreement concerning the subject matter hereof. If any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable. Any law or regulation which provides that the language of a contract shall be construed against the drafter shall not be used to construe this License against a Contributor. + +10. Versions of the License + +10.1. New Versions +Mozilla Foundation is the license steward. Except as provided in Section 10.3, no one other than the license steward has the right to modify or publish new versions of this License. Each version will be given a distinguishing version number. + +10.2. Effect of New Versions +You may distribute the Covered Software under the terms of the version of the License under which You originally received the Covered Software, or under the terms of any subsequent version published by the license steward. + +10.3. Modified Versions +If you create software not governed by this License, and you want to create a new license for such software, you may create and use a modified version of this License if you rename the license and remove any references to the name of the license steward (except to note that such modified license differs from this License). + +10.4. Distributing Source Code Form that is Incompatible With Secondary Licenses +If You choose to distribute Source Code Form that is Incompatible With Secondary Licenses under the terms of this version of the License, the notice described in Exhibit B of this License must be attached. + +Exhibit A - Source Code Form License Notice + +This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. + +If it is not possible or desirable to put the notice in a particular file, then You may include the notice in a location (such as a LICENSE file in a relevant directory) where a recipient would be likely to look for such a notice. + +You may add additional accurate notices of copyright ownership. + +Exhibit B - "Incompatible With Secondary Licenses" Notice + +This Source Code Form is "Incompatible With Secondary Licenses", as defined by the Mozilla Public License, v. 2.0. diff --git a/conf/license/Mozilla Public License Version 2.0 b/conf/license/Mozilla Public License Version 2.0 deleted file mode 100644 index f0e5c79e18..0000000000 --- a/conf/license/Mozilla Public License Version 2.0 +++ /dev/null @@ -1,362 +0,0 @@ -Mozilla Public License, version 2.0 - -1. Definitions - -1.1. "Contributor" - - means each individual or legal entity that creates, contributes to the - creation of, or owns Covered Software. - -1.2. "Contributor Version" - - means the combination of the Contributions of others (if any) used by a - Contributor and that particular Contributor's Contribution. - -1.3. "Contribution" - - means Covered Software of a particular Contributor. - -1.4. "Covered Software" - - means Source Code Form to which the initial Contributor has attached the - notice in Exhibit A, the Executable Form of such Source Code Form, and - Modifications of such Source Code Form, in each case including portions - thereof. - -1.5. "Incompatible With Secondary Licenses" - means - - a. that the initial Contributor has attached the notice described in - Exhibit B to the Covered Software; or - - b. that the Covered Software was made available under the terms of - version 1.1 or earlier of the License, but not also under the terms of - a Secondary License. - -1.6. "Executable Form" - - means any form of the work other than Source Code Form. - -1.7. "Larger Work" - - means a work that combines Covered Software with other material, in a - separate file or files, that is not Covered Software. - -1.8. "License" - - means this document. - -1.9. "Licensable" - - means having the right to grant, to the maximum extent possible, whether - at the time of the initial grant or subsequently, any and all of the - rights conveyed by this License. - -1.10. "Modifications" - - means any of the following: - - a. any file in Source Code Form that results from an addition to, - deletion from, or modification of the contents of Covered Software; or - - b. any new file in Source Code Form that contains any Covered Software. - -1.11. "Patent Claims" of a Contributor - - means any patent claim(s), including without limitation, method, - process, and apparatus claims, in any patent Licensable by such - Contributor that would be infringed, but for the grant of the License, - by the making, using, selling, offering for sale, having made, import, - or transfer of either its Contributions or its Contributor Version. - -1.12. "Secondary License" - - means either the GNU General Public License, Version 2.0, the GNU Lesser - General Public License, Version 2.1, the GNU Affero General Public - License, Version 3.0, or any later versions of those licenses. - -1.13. "Source Code Form" - - means the form of the work preferred for making modifications. - -1.14. "You" (or "Your") - - means an individual or a legal entity exercising rights under this - License. For legal entities, "You" includes any entity that controls, is - controlled by, or is under common control with You. For purposes of this - definition, "control" means (a) the power, direct or indirect, to cause - the direction or management of such entity, whether by contract or - otherwise, or (b) ownership of more than fifty percent (50%) of the - outstanding shares or beneficial ownership of such entity. - - -2. License Grants and Conditions - -2.1. Grants - - Each Contributor hereby grants You a world-wide, royalty-free, - non-exclusive license: - - a. under intellectual property rights (other than patent or trademark) - Licensable by such Contributor to use, reproduce, make available, - modify, display, perform, distribute, and otherwise exploit its - Contributions, either on an unmodified basis, with Modifications, or - as part of a Larger Work; and - - b. under Patent Claims of such Contributor to make, use, sell, offer for - sale, have made, import, and otherwise transfer either its - Contributions or its Contributor Version. - -2.2. Effective Date - - The licenses granted in Section 2.1 with respect to any Contribution - become effective for each Contribution on the date the Contributor first - distributes such Contribution. - -2.3. Limitations on Grant Scope - - The licenses granted in this Section 2 are the only rights granted under - this License. No additional rights or licenses will be implied from the - distribution or licensing of Covered Software under this License. - Notwithstanding Section 2.1(b) above, no patent license is granted by a - Contributor: - - a. for any code that a Contributor has removed from Covered Software; or - - b. for infringements caused by: (i) Your and any other third party's - modifications of Covered Software, or (ii) the combination of its - Contributions with other software (except as part of its Contributor - Version); or - - c. under Patent Claims infringed by Covered Software in the absence of - its Contributions. - - This License does not grant any rights in the trademarks, service marks, - or logos of any Contributor (except as may be necessary to comply with - the notice requirements in Section 3.4). - -2.4. Subsequent Licenses - - No Contributor makes additional grants as a result of Your choice to - distribute the Covered Software under a subsequent version of this - License (see Section 10.2) or under the terms of a Secondary License (if - permitted under the terms of Section 3.3). - -2.5. Representation - - Each Contributor represents that the Contributor believes its - Contributions are its original creation(s) or it has sufficient rights to - grant the rights to its Contributions conveyed by this License. - -2.6. Fair Use - - This License is not intended to limit any rights You have under - applicable copyright doctrines of fair use, fair dealing, or other - equivalents. - -2.7. Conditions - - Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted in - Section 2.1. - - -3. Responsibilities - -3.1. Distribution of Source Form - - All distribution of Covered Software in Source Code Form, including any - Modifications that You create or to which You contribute, must be under - the terms of this License. You must inform recipients that the Source - Code Form of the Covered Software is governed by the terms of this - License, and how they can obtain a copy of this License. You may not - attempt to alter or restrict the recipients' rights in the Source Code - Form. - -3.2. Distribution of Executable Form - - If You distribute Covered Software in Executable Form then: - - a. such Covered Software must also be made available in Source Code Form, - as described in Section 3.1, and You must inform recipients of the - Executable Form how they can obtain a copy of such Source Code Form by - reasonable means in a timely manner, at a charge no more than the cost - of distribution to the recipient; and - - b. You may distribute such Executable Form under the terms of this - License, or sublicense it under different terms, provided that the - license for the Executable Form does not attempt to limit or alter the - recipients' rights in the Source Code Form under this License. - -3.3. Distribution of a Larger Work - - You may create and distribute a Larger Work under terms of Your choice, - provided that You also comply with the requirements of this License for - the Covered Software. If the Larger Work is a combination of Covered - Software with a work governed by one or more Secondary Licenses, and the - Covered Software is not Incompatible With Secondary Licenses, this - License permits You to additionally distribute such Covered Software - under the terms of such Secondary License(s), so that the recipient of - the Larger Work may, at their option, further distribute the Covered - Software under the terms of either this License or such Secondary - License(s). - -3.4. Notices - - You may not remove or alter the substance of any license notices - (including copyright notices, patent notices, disclaimers of warranty, or - limitations of liability) contained within the Source Code Form of the - Covered Software, except that You may alter any license notices to the - extent required to remedy known factual inaccuracies. - -3.5. Application of Additional Terms - - You may choose to offer, and to charge a fee for, warranty, support, - indemnity or liability obligations to one or more recipients of Covered - Software. However, You may do so only on Your own behalf, and not on - behalf of any Contributor. You must make it absolutely clear that any - such warranty, support, indemnity, or liability obligation is offered by - You alone, and You hereby agree to indemnify every Contributor for any - liability incurred by such Contributor as a result of warranty, support, - indemnity or liability terms You offer. You may include additional - disclaimers of warranty and limitations of liability specific to any - jurisdiction. - -4. Inability to Comply Due to Statute or Regulation - - If it is impossible for You to comply with any of the terms of this License - with respect to some or all of the Covered Software due to statute, - judicial order, or regulation then You must: (a) comply with the terms of - this License to the maximum extent possible; and (b) describe the - limitations and the code they affect. Such description must be placed in a - text file included with all distributions of the Covered Software under - this License. Except to the extent prohibited by statute or regulation, - such description must be sufficiently detailed for a recipient of ordinary - skill to be able to understand it. - -5. Termination - -5.1. The rights granted under this License will terminate automatically if You - fail to comply with any of its terms. However, if You become compliant, - then the rights granted under this License from a particular Contributor - are reinstated (a) provisionally, unless and until such Contributor - explicitly and finally terminates Your grants, and (b) on an ongoing - basis, if such Contributor fails to notify You of the non-compliance by - some reasonable means prior to 60 days after You have come back into - compliance. Moreover, Your grants from a particular Contributor are - reinstated on an ongoing basis if such Contributor notifies You of the - non-compliance by some reasonable means, this is the first time You have - received notice of non-compliance with this License from such - Contributor, and You become compliant prior to 30 days after Your receipt - of the notice. - -5.2. If You initiate litigation against any entity by asserting a patent - infringement claim (excluding declaratory judgment actions, - counter-claims, and cross-claims) alleging that a Contributor Version - directly or indirectly infringes any patent, then the rights granted to - You by any and all Contributors for the Covered Software under Section - 2.1 of this License shall terminate. - -5.3. In the event of termination under Sections 5.1 or 5.2 above, all end user - license agreements (excluding distributors and resellers) which have been - validly granted by You or Your distributors under this License prior to - termination shall survive termination. - -6. Disclaimer of Warranty - - Covered Software is provided under this License on an "as is" basis, - without warranty of any kind, either expressed, implied, or statutory, - including, without limitation, warranties that the Covered Software is free - of defects, merchantable, fit for a particular purpose or non-infringing. - The entire risk as to the quality and performance of the Covered Software - is with You. Should any Covered Software prove defective in any respect, - You (not any Contributor) assume the cost of any necessary servicing, - repair, or correction. This disclaimer of warranty constitutes an essential - part of this License. No use of any Covered Software is authorized under - this License except under this disclaimer. - -7. Limitation of Liability - - Under no circumstances and under no legal theory, whether tort (including - negligence), contract, or otherwise, shall any Contributor, or anyone who - distributes Covered Software as permitted above, be liable to You for any - direct, indirect, special, incidental, or consequential damages of any - character including, without limitation, damages for lost profits, loss of - goodwill, work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses, even if such party shall have been - informed of the possibility of such damages. This limitation of liability - shall not apply to liability for death or personal injury resulting from - such party's negligence to the extent applicable law prohibits such - limitation. Some jurisdictions do not allow the exclusion or limitation of - incidental or consequential damages, so this exclusion and limitation may - not apply to You. - -8. Litigation - - Any litigation relating to this License may be brought only in the courts - of a jurisdiction where the defendant maintains its principal place of - business and such litigation shall be governed by laws of that - jurisdiction, without reference to its conflict-of-law provisions. Nothing - in this Section shall prevent a party's ability to bring cross-claims or - counter-claims. - -9. Miscellaneous - - This License represents the complete agreement concerning the subject - matter hereof. If any provision of this License is held to be - unenforceable, such provision shall be reformed only to the extent - necessary to make it enforceable. Any law or regulation which provides that - the language of a contract shall be construed against the drafter shall not - be used to construe this License against a Contributor. - - -10. Versions of the License - -10.1. New Versions - - Mozilla Foundation is the license steward. Except as provided in Section - 10.3, no one other than the license steward has the right to modify or - publish new versions of this License. Each version will be given a - distinguishing version number. - -10.2. Effect of New Versions - - You may distribute the Covered Software under the terms of the version - of the License under which You originally received the Covered Software, - or under the terms of any subsequent version published by the license - steward. - -10.3. Modified Versions - - If you create software not governed by this License, and you want to - create a new license for such software, you may create and use a - modified version of this License if you rename the license and remove - any references to the name of the license steward (except to note that - such modified license differs from this License). - -10.4. Distributing Source Code Form that is Incompatible With Secondary - Licenses If You choose to distribute Source Code Form that is - Incompatible With Secondary Licenses under the terms of this version of - the License, the notice described in Exhibit B of this License must be - attached. - -Exhibit A - Source Code Form License Notice - - This Source Code Form is subject to the - terms of the Mozilla Public License, v. - 2.0. If a copy of the MPL was not - distributed with this file, You can - obtain one at - http://mozilla.org/MPL/2.0/. - -If it is not possible or desirable to put the notice in a particular file, -then You may include the notice in a location (such as a LICENSE file in a -relevant directory) where a recipient would be likely to look for such a -notice. - -You may add additional accurate notices of copyright ownership. - -Exhibit B - "Incompatible With Secondary Licenses" Notice - - This Source Code Form is "Incompatible - With Secondary Licenses", as defined by - the Mozilla Public License, v. 2.0. \ No newline at end of file diff --git a/conf/locale/locale_en-US.ini b/conf/locale/locale_en-US.ini index 4faecf8204..e668afe21d 100644 --- a/conf/locale/locale_en-US.ini +++ b/conf/locale/locale_en-US.ini @@ -322,10 +322,12 @@ fork_from = Fork From fork_visiblity_helper = You cannot alter the visibility of a forked repository. repo_desc = Description repo_lang = Language -repo_lang_helper = Select a .gitignore file +repo_lang_helper = Select .gitignore files license = License license_helper = Select a license file -init_readme = Initialize this repository with a README.md +readme = Readme +readme_helper = Select a readme template +auto_init = Initialize this repository selected files and template create_repo = Create Repository default_branch = Default Branch mirror_interval = Mirror Interval (hour) diff --git a/conf/readme/Default b/conf/readme/Default new file mode 100644 index 0000000000..91144240ca --- /dev/null +++ b/conf/readme/Default @@ -0,0 +1,3 @@ +# {Name} + +{Description} \ No newline at end of file diff --git a/config.codekit b/config.codekit index f0d95c96b1..cc879d9906 100644 --- a/config.codekit +++ b/config.codekit @@ -2,6 +2,27 @@ "CodeKitInfo": "This is a CodeKit 2.x project configuration file. It is designed to sync project settings across multiple machines. MODIFYING THE CONTENTS OF THIS FILE IS A POOR LIFE DECISION. If you do so, you will likely cause CodeKit to crash. This file is not useful unless accompanied by the project that created it in CodeKit 2. This file is not backwards-compatible with CodeKit 1.x. For more information, see: http:\/\/incident57.com\/codekit", "creatorBuild": "19051", "files": { + "\/conf\/README.md": { + "criticStyle": 0, + "enableFootnotes": 0, + "enableLabels": 1, + "enableSmartQuotes": 1, + "escapeLineBreaks": 0, + "fileType": 4096, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/conf\/README.md", + "maskEmailAddresses": 1, + "outputAbbreviatedPath": "\/conf\/README.html", + "outputFormat": 0, + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "parseMetadata": 1, + "processHTML": 0, + "randomFootnoteNumbers": 0, + "useCompatibilityMode": 0 + }, "\/CONTRIBUTING.md": { "criticStyle": 0, "enableFootnotes": 0, diff --git a/models/repo.go b/models/repo.go index 61105d84ac..31f013f02f 100644 --- a/models/repo.go +++ b/models/repo.go @@ -44,7 +44,7 @@ var ( ) var ( - Gitignores, Licenses []string + Gitignores, Licenses, Readmes []string ) var ( @@ -52,9 +52,9 @@ var ( ) func LoadRepoConfig() { - // Load .gitignore and license files. - types := []string{"gitignore", "license"} - typeFiles := make([][]string, 2) + // Load .gitignore and license files and readme templates. + types := []string{"gitignore", "license", "readme"} + typeFiles := make([][]string, 3) for i, t := range types { files, err := bindata.AssetDir("conf/" + t) if err != nil { @@ -78,8 +78,10 @@ func LoadRepoConfig() { Gitignores = typeFiles[0] Licenses = typeFiles[1] + Readmes = typeFiles[2] sort.Strings(Gitignores) sort.Strings(Licenses) + sort.Strings(Readmes) } func NewRepoContext() { diff --git a/models/user.go b/models/user.go index 1935799041..c548d6d2e3 100644 --- a/models/user.go +++ b/models/user.go @@ -69,6 +69,9 @@ type User struct { Created time.Time `xorm:"CREATED"` Updated time.Time `xorm:"UPDATED"` + // Remember visibility choice for convenience. + LastRepoVisibility bool + // Permissions. IsActive bool IsAdmin bool diff --git a/modules/auth/repo_form.go b/modules/auth/repo_form.go index 21a6cfda34..bdfa412c03 100644 --- a/modules/auth/repo_form.go +++ b/modules/auth/repo_form.go @@ -16,14 +16,19 @@ import ( // |____|_ /_______ / |____| \_______ /_______ /|___| |____| \_______ /____|_ // ______| // \/ \/ \/ \/ \/ \/ \/ +type RepoForm struct { + Uid int64 `binding:"Required"` + RepoName string `binding:"Required;AlphaDashDot;MaxSize(100)"` + Private bool + Description string `binding:"MaxSize(255)"` +} + type CreateRepoForm struct { - Uid int64 `form:"uid" binding:"Required"` - RepoName string `form:"repo_name" binding:"Required;AlphaDashDot;MaxSize(100)"` - Private bool `form:"private"` - Description string `form:"desc" binding:"MaxSize(255)"` - AutoInit bool `form:"auto_init"` - Gitignore string `form:"gitignore"` - License string `form:"license"` + RepoForm + AutoInit bool + Gitignores string + License string + Readme string } func (f *CreateRepoForm) Validate(ctx *macaron.Context, errs binding.Errors) binding.Errors { @@ -34,11 +39,8 @@ type MigrateRepoForm struct { CloneAddr string `binding:"Required"` AuthUsername string AuthPassword string - Uid int64 `binding:"Required"` - RepoName string `binding:"Required;AlphaDashDot;MaxSize(100)"` - Mirror bool - Private bool - Description string `binding:"MaxSize(255)"` + RepoForm + Mirror bool } func (f *MigrateRepoForm) Validate(ctx *macaron.Context, errs binding.Errors) binding.Errors { diff --git a/modules/bindata/bindata.go b/modules/bindata/bindata.go index 3bd0bcf763..1162db14ca 100644 --- a/modules/bindata/bindata.go +++ b/modules/bindata/bindata.go @@ -1,35 +1,206 @@ // Code generated by go-bindata. // sources: // conf/app.ini +// conf/gitignore/Actionscript +// conf/gitignore/Ada +// conf/gitignore/Agda // conf/gitignore/Android +// conf/gitignore/Anjuta +// conf/gitignore/AppEngine +// conf/gitignore/AppceleratorTitanium +// conf/gitignore/ArchLinuxPackages +// conf/gitignore/Archives +// conf/gitignore/Autotools +// conf/gitignore/BricxCC // conf/gitignore/C // conf/gitignore/C Sharp // conf/gitignore/C++ -// conf/gitignore/Google Go +// conf/gitignore/CFWheels +// conf/gitignore/CMake +// conf/gitignore/CUDA +// conf/gitignore/CVS +// conf/gitignore/CakePHP +// conf/gitignore/ChefCookbook +// conf/gitignore/Cloud9 +// conf/gitignore/CodeIgniter +// conf/gitignore/CodeKit +// conf/gitignore/CommonLisp +// conf/gitignore/Composer +// conf/gitignore/Concrete5 +// conf/gitignore/Coq +// conf/gitignore/CraftCMS +// conf/gitignore/DM +// conf/gitignore/Dart +// conf/gitignore/DartEditor +// conf/gitignore/Delphi +// conf/gitignore/Dreamweaver +// conf/gitignore/Drupal +// conf/gitignore/EPiServer +// conf/gitignore/Eagle +// conf/gitignore/Eclipse +// conf/gitignore/EiffelStudio +// conf/gitignore/Elisp +// conf/gitignore/Elixir +// conf/gitignore/Emacs +// conf/gitignore/Ensime +// conf/gitignore/Erlang +// conf/gitignore/Espresso +// conf/gitignore/ExpressionEngine +// conf/gitignore/ExtJs +// conf/gitignore/Fancy +// conf/gitignore/Finale +// conf/gitignore/FlexBuilder +// conf/gitignore/ForceDotCom +// conf/gitignore/FuelPHP +// conf/gitignore/GWT +// conf/gitignore/Gcov +// conf/gitignore/GitBook +// conf/gitignore/Go +// conf/gitignore/Gradle +// conf/gitignore/Grails +// conf/gitignore/Haskell +// conf/gitignore/IGORPro +// conf/gitignore/IPythonNotebook +// conf/gitignore/Idris +// conf/gitignore/JDeveloper // conf/gitignore/Java +// conf/gitignore/Jboss +// conf/gitignore/Jekyll +// conf/gitignore/JetBrains +// conf/gitignore/Joomla +// conf/gitignore/KDevelop4 +// conf/gitignore/Kate +// conf/gitignore/KiCAD +// conf/gitignore/Kohana +// conf/gitignore/LabVIEW +// conf/gitignore/Laravel +// conf/gitignore/Lazarus +// conf/gitignore/Leiningen +// conf/gitignore/LemonStand +// conf/gitignore/LibreOffice +// conf/gitignore/Lilypond +// conf/gitignore/Linux +// conf/gitignore/Lithium +// conf/gitignore/Lua +// conf/gitignore/LyX +// conf/gitignore/Magento +// conf/gitignore/Matlab +// conf/gitignore/Maven +// conf/gitignore/Mercurial +// conf/gitignore/Mercury +// conf/gitignore/MetaProgrammingSystem +// conf/gitignore/MicrosoftOffice +// conf/gitignore/ModelSim +// conf/gitignore/Momentics +// conf/gitignore/MonoDevelop +// conf/gitignore/Nanoc +// conf/gitignore/NetBeans +// conf/gitignore/Nim +// conf/gitignore/Ninja +// conf/gitignore/Node +// conf/gitignore/NotepadPP +// conf/gitignore/OCaml +// conf/gitignore/OSX // conf/gitignore/Objective-C -// conf/gitignore/PHP CakePHP -// conf/gitignore/PHP FuelPHP -// conf/gitignore/PHP Laravel -// conf/gitignore/PHP Symfony -// conf/gitignore/PHP Yii -// conf/gitignore/PHP ZendFramework +// conf/gitignore/Opa +// conf/gitignore/OpenCart +// conf/gitignore/OracleForms +// conf/gitignore/Packer +// conf/gitignore/Perl +// conf/gitignore/Phalcon +// conf/gitignore/PlayFramework +// conf/gitignore/Plone +// conf/gitignore/Prestashop +// conf/gitignore/Processing // conf/gitignore/Python +// conf/gitignore/Qooxdoo +// conf/gitignore/Qt +// conf/gitignore/R +// conf/gitignore/ROS +// conf/gitignore/Rails +// conf/gitignore/Redcar +// conf/gitignore/Redis +// conf/gitignore/RhodesRhomobile // conf/gitignore/Ruby -// conf/license/Affero GPL -// conf/license/Apache v2 License +// conf/gitignore/Rust +// conf/gitignore/SBT +// conf/gitignore/SCons +// conf/gitignore/SVN +// conf/gitignore/Sass +// conf/gitignore/Scala +// conf/gitignore/Scrivener +// conf/gitignore/Sdcc +// conf/gitignore/SeamGen +// conf/gitignore/SketchUp +// conf/gitignore/SlickEdit +// conf/gitignore/Stella +// conf/gitignore/SublimeText +// conf/gitignore/SugarCRM +// conf/gitignore/Swift +// conf/gitignore/Symfony +// conf/gitignore/SymphonyCMS +// conf/gitignore/SynopsysVCS +// conf/gitignore/Tags +// conf/gitignore/TeX +// conf/gitignore/TextMate +// conf/gitignore/Textpattern +// conf/gitignore/TortoiseGit +// conf/gitignore/TurboGears2 +// conf/gitignore/Typo3 +// conf/gitignore/Umbraco +// conf/gitignore/Unity +// conf/gitignore/VVVV +// conf/gitignore/Vagrant +// conf/gitignore/Vim +// conf/gitignore/VirtualEnv +// conf/gitignore/VisualStudio +// conf/gitignore/VisualStudioCode +// conf/gitignore/Waf +// conf/gitignore/WebMethods +// conf/gitignore/Windows +// conf/gitignore/WordPress +// conf/gitignore/Xcode +// conf/gitignore/XilinxISE +// conf/gitignore/Xojo +// conf/gitignore/Yeoman +// conf/gitignore/Yii +// conf/gitignore/ZendFramework +// conf/gitignore/Zephir +// conf/license/Abstyles License +// conf/license/Academic Free License v1.1 +// conf/license/Academic Free License v1.2 +// conf/license/Academic Free License v2.0 +// conf/license/Academic Free License v2.1 +// conf/license/Academic Free License v3.0 +// conf/license/Affero General Public License v1.0 +// conf/license/Apache License 1.0 +// conf/license/Apache License 1.1 +// conf/license/Apache License 2.0 +// conf/license/Artistic License 1.0 // conf/license/Artistic License 2.0 -// conf/license/BSD (3-Clause) License -// conf/license/BSD license -// conf/license/CC0 1.0 Universal -// conf/license/Eclipse Public License v1.0 -// conf/license/GPL v2 -// conf/license/GPL v3 -// conf/license/ISC license -// conf/license/LGPL v2.1 -// conf/license/LGPL v3 +// conf/license/BSD 2-clause License +// conf/license/BSD 3-clause License +// conf/license/BSD 4-clause License +// conf/license/Creative Commons CC0 1.0 Universal +// conf/license/Creative Commons Zero v1.0 Universal +// conf/license/Eclipse Public License 1.0 +// conf/license/Educational Community License v1.0 +// conf/license/Educational Community License v2.0 +// conf/license/GNU Affero General Public License v3.0 +// conf/license/GNU Free Documentation License v1.1 +// conf/license/GNU Free Documentation License v1.2 +// conf/license/GNU Free Documentation License v1.3 +// conf/license/GNU General Public License v1.0 +// conf/license/GNU General Public License v2.0 +// conf/license/GNU General Public License v3.0 +// conf/license/GNU Lesser General Public License v2.1 +// conf/license/GNU Lesser General Public License v3.0 +// conf/license/GNU Library General Public License v2.0 +// conf/license/ISC License // conf/license/MIT License -// conf/license/Mozilla Public License Version 2.0 +// conf/license/Mozilla Public License 1.0 +// conf/license/Mozilla Public License 1.1 +// conf/license/Mozilla Public License 2.0 // conf/locale/TRANSLATORS // conf/locale/locale_bg-BG.ini // conf/locale/locale_de-DE.ini @@ -45,6 +216,7 @@ // conf/locale/locale_ru-RU.ini // conf/locale/locale_zh-CN.ini // conf/locale/locale_zh-HK.ini +// conf/readme/Default // DO NOT EDIT! package bindata @@ -132,7 +304,67 @@ func confAppIni() (*asset, error) { return a, nil } -var _confGitignoreAndroid = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x44\x8e\x4d\x6a\xc4\x30\x0c\x85\xf7\x3a\x85\x60\x36\x6d\x29\xc9\x1d\x4a\x7f\xa0\xb4\xd0\x55\xb7\x45\xb1\x15\x8f\x88\x88\x85\xec\x0c\xed\xed\x1b\x9b\x30\xb3\x11\x3c\x7f\x1f\x7e\xef\x84\x4f\x9b\x68\x45\x32\x53\x09\x54\x25\xaf\x38\x8b\x72\x81\x87\x81\x6c\xe9\xf7\x07\xe0\x84\xaf\xed\x11\xe7\xec\x58\xcf\x8c\xcf\xa4\x17\x59\xf0\xfb\x73\x17\x22\xff\x36\xe1\x9d\x2e\x84\x41\xa9\x94\xeb\x07\x3d\x35\xf6\xc6\x2b\x3b\x55\x8e\x07\x9a\x64\x1d\x21\xf1\x7e\x1a\x74\x8a\xca\x07\x19\x52\x4f\x23\x4c\xfb\xac\xd8\xf9\x47\x0e\xa4\x18\xf2\x3a\x4b\xda\xfc\x36\x11\xef\x4a\x5c\xd0\xa8\x9e\x1f\x91\x6b\xb8\x07\x6d\xe2\x60\x9e\x8d\xbd\x0a\xf7\xe6\x2f\xcf\x69\x23\xdf\x8b\xb3\x46\x76\x4c\xd7\x25\xd3\x1f\xbe\x04\x15\x2b\x0c\x76\x48\x23\xfc\x07\x00\x00\xff\xff\x05\x61\xfb\x32\x0f\x01\x00\x00") +var _confGitignoreActionscript = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x4c\x90\x41\x4e\x03\x31\x0c\x45\xf7\x73\x0a\x4b\xdd\x96\xcc\x1d\x90\xe8\x92\x22\xe0\x00\x93\x49\x3c\x1d\xa3\x4c\x12\xd9\x8e\x54\x6e\x8f\x9b\x80\xc4\x26\xb1\xac\xef\xef\xe7\x7f\x82\xe7\x46\x29\x82\xcf\x11\xde\x31\xa1\x17\x84\x4b\x49\x11\x59\xa6\x95\xf2\xfc\x78\x9e\x22\xae\xed\x36\x4a\x1e\x9a\x79\x9a\x4e\x70\xd5\x1d\x19\x36\x4a\x28\x7d\x7e\xfb\x9d\x73\x82\xaa\x94\x6f\xd2\x55\x6f\x5c\xbe\x30\xe8\xd0\x9d\x81\x1c\x3a\x58\x5c\x1d\xdd\xe5\x6c\xb5\x0f\x4a\x25\x7f\x04\xa6\xaa\xa6\xae\xc8\x4a\x28\x4b\xf7\x5c\xdc\x96\xf0\xfe\xaf\x6b\x8e\xb2\x97\x66\xc8\xaf\xd7\x4f\x58\x11\xf0\x1e\x52\x8b\x68\x27\x08\x18\xd0\x37\x84\x92\xd5\x53\xb6\xff\xa8\xb6\x93\xe1\x0f\xa7\x1b\x96\x0e\x4d\x47\x2d\xac\x3e\xab\xd9\x51\xde\x0a\x1f\xfe\xc1\x60\x27\x30\xbc\x84\x44\xd5\x62\x98\xe1\x92\xbc\xec\x23\x20\x64\x37\xfd\x04\x00\x00\xff\xff\x01\x21\xc8\x11\x2c\x01\x00\x00") + +func confGitignoreActionscriptBytes() ([]byte, error) { + return bindataRead( + _confGitignoreActionscript, + "conf/gitignore/Actionscript", + ) +} + +func confGitignoreActionscript() (*asset, error) { + bytes, err := confGitignoreActionscriptBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/Actionscript", size: 300, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreAda = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x52\x56\xf0\x4f\xca\x4a\x4d\x2e\x51\x48\xcb\xcc\x49\xe5\xd2\xd2\xcb\xe7\xe2\x52\x56\x70\x4c\x49\x54\xf0\xc9\x4c\x2a\x4a\x2c\xaa\x54\xf0\xcc\x4b\xcb\x2f\xca\x4d\x2c\xc9\xcc\xcf\x03\x4a\x27\xe6\x64\x72\x01\x02\x00\x00\xff\xff\x56\x40\x49\xd4\x33\x00\x00\x00") + +func confGitignoreAdaBytes() ([]byte, error) { + return bindataRead( + _confGitignoreAda, + "conf/gitignore/Ada", + ) +} + +func confGitignoreAda() (*asset, error) { + bytes, err := confGitignoreAdaBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/Ada", size: 51, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreAgda = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xd2\xd2\x4b\x4c\x4f\x49\xcc\xe4\x02\x04\x00\x00\xff\xff\x27\x6c\x17\xd3\x08\x00\x00\x00") + +func confGitignoreAgdaBytes() ([]byte, error) { + return bindataRead( + _confGitignoreAgda, + "conf/gitignore/Agda", + ) +} + +func confGitignoreAgda() (*asset, error) { + bytes, err := confGitignoreAgdaBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/Agda", size: 8, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreAndroid = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x6c\x90\xdf\x4a\xc5\x30\x0c\xc6\xef\xfb\x14\x81\x73\xa3\x22\xdb\x33\x28\xfe\x01\x51\x11\x04\x6f\x25\x6b\xb3\x9e\xb0\xd8\x96\xac\x1b\xfa\xf6\xb6\x3d\x3b\xf3\xc6\x9b\x40\xf2\xfb\xda\x7c\x5f\x0e\x70\xbb\xb0\x64\xc0\x94\x84\x2d\x66\x8e\x01\x46\x16\x9a\xcd\x55\x87\x69\x6a\xf5\xd3\x98\x03\x3c\xd4\x21\x8c\x51\x21\x1f\x09\xee\x50\x56\x9e\xe0\xe3\xa5\x08\x1c\x7d\x57\xc1\x13\xae\x08\x56\x70\x9e\xf7\x0f\x5a\x57\xd9\x23\x05\x52\xcc\xe4\x36\x34\x70\xe8\x8d\xa7\x52\x2a\x54\x74\x42\x1b\xe9\x7c\xeb\x7a\x33\x14\x5b\xae\xf1\xe7\x68\x51\xc0\xc6\x30\xb2\x5f\xf4\xcf\x22\x5c\xcc\x6e\x82\x84\xf9\x78\x0d\x94\xed\xa5\x91\x2a\xec\x92\xc6\x44\x9a\x99\xda\xe6\x37\x8d\x7e\x41\x2d\x8b\xa3\x38\x52\xf0\xbb\x93\xe1\x07\xee\xad\x70\x9a\xc9\xa4\x4d\xb4\xad\xf3\xa7\xb0\x25\x80\x44\x5f\x47\x37\xc1\x69\x64\x07\xef\x79\x71\x1c\xe1\x15\x57\xf6\x27\x1f\xe4\x38\xd7\x93\xd0\x57\x3a\x07\x08\x3b\xed\xff\x79\x6b\x31\xe5\x45\xdb\x25\xab\x1f\x73\xee\x7b\xf3\x1b\x00\x00\xff\xff\xe7\x8d\x2b\xb8\x8a\x01\x00\x00") func confGitignoreAndroidBytes() ([]byte, error) { return bindataRead( @@ -147,12 +379,152 @@ func confGitignoreAndroid() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/Android", size: 271, mode: os.FileMode(420), modTime: time.Unix(1439980167, 0)} + info := bindataFileInfo{name: "conf/gitignore/Android", size: 394, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} a := &asset{bytes: bytes, info: info} return a, nil } -var _confGitignoreC = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x24\x8d\x3d\x0e\xc2\x30\x0c\x85\xf7\x9c\xc2\x52\x17\xe8\x90\x53\xc0\x16\x89\x81\x81\x39\x3f\x46\x18\xa2\xba\x8a\x53\x51\x6e\x8f\x9d\x0e\xfe\x86\x4f\x7e\xef\x4d\x70\x4b\x6f\xcc\x1d\x9e\x54\x51\xdc\xec\x59\xef\xc3\xce\x4d\x10\x28\xb5\xd8\x68\xd8\x4a\x49\x19\x4d\xdf\x5f\xb1\x61\x01\x1e\x31\x81\x13\x2d\xd9\xc3\x83\x96\xc2\x5f\x81\x4b\x08\x72\xd6\xcf\x52\xab\x52\x78\xc0\xcf\x66\x7e\xd6\xa1\xf9\xeb\x8e\x79\xeb\x31\x1d\x73\xb8\xa3\x8d\x6e\xdd\xea\xd7\xd5\xfd\x03\x00\x00\xff\xff\x69\x84\x44\x49\x90\x00\x00\x00") +var _confGitignoreAnjuta = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x52\x56\xf0\xc9\x4f\x4e\xcc\x51\x48\xce\xcf\x4b\xcb\x4c\x2f\x2d\x4a\x2c\xc9\xcc\xcf\x53\x48\xcb\xcf\x49\x49\x2d\x52\x48\xcc\x4b\x51\x28\xae\xcc\x4d\xca\xcf\x51\x48\x49\x2c\x49\x4c\x4a\x2c\x4e\xe5\xd2\xd7\x4b\xcc\xcb\x2a\x2d\x49\xd4\x87\xb3\xe2\x81\x4a\xe2\x53\x92\xf4\x52\x92\xb8\x00\x01\x00\x00\xff\xff\xa9\xec\x11\xd0\x4e\x00\x00\x00") + +func confGitignoreAnjutaBytes() ([]byte, error) { + return bindataRead( + _confGitignoreAnjuta, + "conf/gitignore/Anjuta", + ) +} + +func confGitignoreAnjuta() (*asset, error) { + bytes, err := confGitignoreAnjutaBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/Anjuta", size: 78, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreAppengine = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x52\x56\x70\xcf\xcf\x4f\xcf\x49\x55\x70\x2c\x28\x50\x70\xcd\x4b\xcf\xcc\x4b\x55\x48\x4f\xcd\x4b\x2d\x4a\x2c\x49\x4d\x51\x48\xcb\xcf\x49\x49\x2d\xe2\x4a\x2c\x28\x48\x05\x4b\xe9\xc2\xa5\xf4\xb9\x00\x01\x00\x00\xff\xff\x16\xc1\xe5\x46\x3a\x00\x00\x00") + +func confGitignoreAppengineBytes() ([]byte, error) { + return bindataRead( + _confGitignoreAppengine, + "conf/gitignore/AppEngine", + ) +} + +func confGitignoreAppengine() (*asset, error) { + bytes, err := confGitignoreAppengineBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/AppEngine", size: 58, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreAppceleratortitanium = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x52\x56\x70\x2a\xcd\xcc\x49\x51\x48\xcb\xcf\x49\x49\x2d\x52\x48\xcc\x4b\x51\xc8\xc9\x4f\x57\x48\xcb\xcc\x49\xe5\x4a\x02\xc9\xe8\x43\x28\x3d\xa0\x28\x17\x20\x00\x00\xff\xff\x9f\xf6\xb1\xea\x2d\x00\x00\x00") + +func confGitignoreAppceleratortitaniumBytes() ([]byte, error) { + return bindataRead( + _confGitignoreAppceleratortitanium, + "conf/gitignore/AppceleratorTitanium", + ) +} + +func confGitignoreAppceleratortitanium() (*asset, error) { + bytes, err := confGitignoreAppceleratortitaniumBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/AppceleratorTitanium", size: 45, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreArchlinuxpackages = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xd2\xd2\x2b\x49\x2c\xe2\x02\x93\x7a\x5a\x40\x3a\x0b\xcc\x4b\xad\x48\x05\x92\xb9\xc5\x99\x40\xb2\x2a\xb3\x00\x24\x9f\x5e\x05\x24\x73\xf2\xd3\x21\x24\x58\x6d\x71\x66\x3a\x17\x57\x41\x76\xba\x3e\x57\x71\x51\xb2\x3e\x17\x20\x00\x00\xff\xff\x6d\x4d\xf4\x14\x4b\x00\x00\x00") + +func confGitignoreArchlinuxpackagesBytes() ([]byte, error) { + return bindataRead( + _confGitignoreArchlinuxpackages, + "conf/gitignore/ArchLinuxPackages", + ) +} + +func confGitignoreArchlinuxpackages() (*asset, error) { + bytes, err := confGitignoreArchlinuxpackagesBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/ArchLinuxPackages", size: 75, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreArchives = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x4c\x8e\x4b\x4e\xc4\x30\x0c\x40\xf7\x39\x85\xa5\x2e\x90\x90\x98\x05\x1b\xce\xc0\x31\x9c\xd4\x93\x1a\xea\x24\x8a\x5d\x0d\xf4\xf4\xd8\xd3\x0d\x9b\x67\xeb\xf9\xbb\xc0\xa7\xbd\x28\x64\x32\xa3\x09\xd6\xe1\x68\x03\xcb\x37\xd8\x46\x4a\x70\xe7\x9d\x14\xb0\xad\x50\xba\x08\x5b\x68\x98\xf8\x00\xed\xc7\x2c\xe4\x63\x05\x0f\xa5\xb4\x40\xf5\xe2\x86\x0a\x6c\x0a\xfd\xd1\x20\x1f\xbc\x1b\x70\x8b\xc1\x31\x49\x95\x7b\x03\x21\xdb\xfa\xaa\xb7\xf4\x7a\xfb\x38\x1d\x5f\x38\x9d\xf3\xc9\x93\x87\xb3\x86\xce\x57\x9e\xcf\x77\xe7\x4f\x98\xfd\x14\xf4\x50\x30\xa7\xb4\xc4\x7f\xdc\xea\x5b\x6f\xfb\x2f\xdc\xfb\x14\x34\xf5\x22\x6b\x77\x9a\x2f\xbb\x5a\xb0\x12\x08\x36\x0f\x42\xcd\xfe\x35\xae\x52\x63\xef\xe0\xb8\x47\xe2\xa4\x1a\x66\xa5\x1c\xdf\x8c\x30\xa2\xfc\xe4\x95\x8f\xf4\x17\x00\x00\xff\xff\x99\x2b\xe0\x1a\x27\x01\x00\x00") + +func confGitignoreArchivesBytes() ([]byte, error) { + return bindataRead( + _confGitignoreArchives, + "conf/gitignore/Archives", + ) +} + +func confGitignoreArchives() (*asset, error) { + bytes, err := confGitignoreArchivesBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/Archives", size: 295, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreAutotools = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x84\x8c\x41\x0a\x03\x21\x0c\x45\xf7\x39\x45\xa1\xeb\x31\x14\x66\xd5\x3b\xf4\x10\x92\x46\x0d\xd5\x44\xc6\x0c\x5e\xbf\x0e\x3d\x40\x37\xe1\xe5\xc1\xfb\xf7\x5b\x71\xef\x4f\xc4\x39\x67\xc8\x7a\x06\x3b\x32\x0e\x4b\x3e\xe3\xc1\x18\x4f\xb7\x16\x3f\x0c\xf0\x5a\x37\x49\xe5\x20\x0a\xf0\x3f\x22\xd3\x04\xf0\xeb\x77\xe7\x40\x91\x0a\xaf\x9f\xaa\x51\xac\xa1\xed\x80\x64\xad\xaf\xc1\x0b\x34\x49\x3e\x8f\x85\x6f\xee\x97\x06\x14\x1d\x1e\x6b\xdd\x46\x01\x6c\x32\x86\x68\x06\x5c\xaa\xf5\xad\x3c\xe0\x1b\x00\x00\xff\xff\xbe\x48\x7d\x82\xb5\x00\x00\x00") + +func confGitignoreAutotoolsBytes() ([]byte, error) { + return bindataRead( + _confGitignoreAutotools, + "conf/gitignore/Autotools", + ) +} + +func confGitignoreAutotools() (*asset, error) { + bytes, err := confGitignoreAutotoolsBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/Autotools", size: 181, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreBricxcc = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x52\x56\x70\x2a\xca\x4c\xae\x50\x70\xce\xcf\xcd\x4d\xcc\x4b\x51\x70\x4e\xcd\x2b\x49\x2d\x52\xf0\x74\x71\xe5\x52\x56\xc8\x28\x29\x29\xb0\xd2\xd7\x4f\x02\xa9\x48\x4e\xd6\x2b\xce\x2f\x2d\x4a\x4e\x4d\xcb\x2f\x4a\x4f\xd5\xcb\x4b\x2d\xe1\xd2\xd2\x4b\x4a\xcc\x06\x92\xc5\x95\xb9\x5c\x80\x00\x00\x00\xff\xff\x62\x51\x65\x31\x48\x00\x00\x00") + +func confGitignoreBricxccBytes() ([]byte, error) { + return bindataRead( + _confGitignoreBricxcc, + "conf/gitignore/BricxCC", + ) +} + +func confGitignoreBricxcc() (*asset, error) { + bytes, err := confGitignoreBricxccBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/BricxCC", size: 72, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreC = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x3c\x8f\xcd\xaa\xc2\x30\x10\x46\xf7\x79\x8a\x40\x37\xf7\x76\x51\x37\x52\xfa\x00\x15\x5c\x54\x14\xba\x10\x57\x92\x9f\x69\x9b\x1a\x9b\x90\xb4\x18\xdf\xde\x99\x08\x2e\x72\x32\x84\xf3\xcd\x4c\x0a\x7e\x96\x33\xa8\x95\x0f\xc6\x42\x64\x65\xe5\xf0\x3c\x08\x4e\xce\x48\xb0\x03\x63\x05\xbf\x04\x50\xee\xe9\xd1\xd1\xfc\x08\x42\x43\x20\x77\x54\x13\xd2\x23\x51\xe9\x8c\x0c\x22\x98\xdc\xc4\x1a\x89\x14\x54\x65\x38\x12\xfa\x49\x04\x8c\xbb\x3c\x2f\xf2\x3f\xb3\xa8\x8a\x5f\xcd\xa2\xdd\x2b\xf2\xb6\xeb\xe2\x3f\xaa\xda\x5a\x64\x74\x19\x55\x49\x2f\x6f\xea\x86\xf9\x43\x02\xb5\xad\x42\x7e\xf7\x84\x04\xb4\xe4\xb6\xd2\x20\xef\x91\xa6\x6c\x6a\xbc\x52\x53\xdf\xeb\x3d\x16\x13\x24\x8a\xb5\x20\xb7\xf1\xf7\x3d\xdd\xdf\x4e\x3b\xf6\x09\x00\x00\xff\xff\xf1\xbf\x6c\xb8\xf6\x00\x00\x00") func confGitignoreCBytes() ([]byte, error) { return bindataRead( @@ -167,7 +539,7 @@ func confGitignoreC() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/C", size: 144, mode: os.FileMode(420), modTime: time.Unix(1439980167, 0)} + info := bindataFileInfo{name: "conf/gitignore/C", size: 246, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -187,12 +559,12 @@ func confGitignoreCSharp() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/C Sharp", size: 1521, mode: os.FileMode(420), modTime: time.Unix(1439980167, 0)} + info := bindataFileInfo{name: "conf/gitignore/C Sharp", size: 1521, mode: os.FileMode(420), modTime: time.Unix(1440745452, 0)} a := &asset{bytes: bytes, info: info} return a, nil } -var _confGitignoreC2 = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x52\x56\x70\xce\xcf\x2d\xc8\xcc\x49\x4d\x51\xf0\x4f\xca\x4a\x4d\x2e\x51\x48\x03\x72\x8a\xb9\xb4\xf4\x8a\x73\xf2\x81\x24\x98\xc8\xe7\xe2\x42\x52\xe7\x52\x99\x97\x98\x9b\x99\xac\x90\x93\x99\x54\x94\x58\x94\x09\x51\x0c\x52\x96\x52\x09\x14\x42\x51\x1a\x5c\x92\x58\x82\xa6\x32\x27\x31\x13\x4c\x02\x89\x44\x2e\x40\x00\x00\x00\xff\xff\xa4\xe6\x21\x26\x7e\x00\x00\x00") +var _confGitignoreC2 = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x5c\x8e\x4b\xae\xc2\x30\x0c\x45\xe7\x59\x45\xa4\xce\xde\xe0\x6d\x82\x8f\x98\x81\xc4\x0a\x9c\xc4\x40\x2a\xb7\x89\x5c\x57\x6a\x77\x8f\x9d\x0a\x04\x0c\x7c\x22\x47\xbe\x47\xb7\xf3\xbb\x32\xd4\x4c\x98\xfc\x39\xf4\x18\xc5\xdf\x74\x99\xdc\xdf\xff\x44\x45\xd9\xd0\x26\xf4\xce\x75\xfe\xc2\x18\x5f\x81\x13\x42\x42\xb6\xdb\x7b\x7c\x28\xab\xd2\x7d\x08\xf7\xeb\x08\x43\x8e\x9e\x72\x60\xe0\xbc\x59\xcd\x95\x56\xfd\xb2\x97\xc8\x02\xc7\xc2\xc2\x30\xfa\xa1\xa4\x99\xf0\x5d\x40\xd7\x2f\xdd\x55\x40\x7e\x6c\x04\xb9\x51\x61\x63\x56\x4d\x1c\x16\x8c\xb3\x40\xd8\x34\xb8\xa0\xd5\x9f\xc5\x8e\x6a\x75\xcf\x00\x00\x00\xff\xff\xf8\xe6\x6b\x63\xf2\x00\x00\x00") func confGitignoreC2Bytes() ([]byte, error) { return bindataRead( @@ -207,27 +579,967 @@ func confGitignoreC2() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/C++", size: 126, mode: os.FileMode(420), modTime: time.Unix(1398226579, 0)} + info := bindataFileInfo{name: "conf/gitignore/C++", size: 242, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} a := &asset{bytes: bytes, info: info} return a, nil } -var _confGitignoreGoogleGo = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x3c\x8e\x41\x4b\xc4\x30\x10\x85\xef\xf3\x2b\x06\xf6\xa2\x45\x22\x0a\x8a\x57\x51\xbc\x7a\xd8\xa3\x48\x49\xd3\x69\x77\x96\x36\x13\x33\x53\xe9\xfe\x7b\xa7\xae\xee\xe1\xf1\xde\x4b\x5e\x3e\xb2\xc3\x17\x99\x0b\x4f\xd4\xe3\x7b\x77\xa4\x64\x38\x78\xd1\x1b\xdc\x5b\x34\x4e\x18\x73\x8f\xaf\xa7\x1c\x67\xcf\x13\x77\x8a\x57\xfb\x43\xac\x97\xb5\x5e\x43\x13\xc4\x15\x5d\x2a\x00\x3b\x7c\x93\xa9\xa7\xaa\xd0\x4a\x77\x84\xd6\x48\x6d\x3b\x7d\xae\xe9\xc0\xe6\x2f\x96\x4a\xa8\x85\x12\x0f\x4e\xa4\xd5\x28\x2b\x4b\xd6\xdb\x52\x69\xe0\x95\xd4\x39\x1f\x0f\x8f\x4f\xdf\x5f\x9f\xf0\xe7\x41\x16\x47\x34\x21\x8d\x72\x17\x46\x39\xa7\xfb\x90\xa0\x75\x6f\x7b\x1a\x96\xfc\x5f\x46\xb1\x53\x21\xdd\x56\xbf\x9d\xd6\x22\xd5\x42\x03\xe7\x8f\xcc\x91\xf3\x76\xe7\x08\x5a\x09\x7e\x02\x00\x00\xff\xff\xbf\x23\xd7\x1d\xfc\x00\x00\x00") +var _confGitignoreCfwheels = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x6c\xcc\xb1\x8e\xc2\x30\x0c\xc6\xf1\x3d\x4f\x61\xa9\x5b\x97\xec\xb7\x5d\x75\xe3\xdd\x70\xe2\x09\xd2\xfa\x6b\x1a\x88\x92\x60\x27\xa0\xbe\x3d\xb4\x80\xc4\xc0\x64\xf9\xef\x9f\xdc\x51\x4b\xc5\x4d\x27\x30\x95\xd8\x7c\x48\x34\xe7\xc8\x10\x35\x8f\x55\x6d\xdf\xdb\xde\x98\x8e\xe6\x10\xa1\xc4\x41\x30\xd5\x2c\x2b\x5d\x17\x08\xa8\x95\x98\x1d\x2b\xf9\x6c\x76\xb0\xc9\x9f\xe1\x2f\x78\x71\x15\xcf\x97\x5f\xe4\x91\xb0\x05\xa6\xc3\xff\xaf\xe1\xd1\xea\x39\x6e\xf2\x5b\x15\x75\x68\x89\x23\xe4\x03\x1e\xf7\x8b\x9a\xa3\xbb\x38\x9d\x24\x94\xaa\xf6\xd5\xb4\xae\xf7\xb1\x00\x6f\xed\x16\x00\x00\xff\xff\x20\xb2\xd5\x74\xcd\x00\x00\x00") -func confGitignoreGoogleGoBytes() ([]byte, error) { +func confGitignoreCfwheelsBytes() ([]byte, error) { return bindataRead( - _confGitignoreGoogleGo, - "conf/gitignore/Google Go", + _confGitignoreCfwheels, + "conf/gitignore/CFWheels", ) } -func confGitignoreGoogleGo() (*asset, error) { - bytes, err := confGitignoreGoogleGoBytes() +func confGitignoreCfwheels() (*asset, error) { + bytes, err := confGitignoreCfwheelsBytes() if err != nil { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/Google Go", size: 252, mode: os.FileMode(420), modTime: time.Unix(1439980167, 0)} + info := bindataFileInfo{name: "conf/gitignore/CFWheels", size: 205, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreCmake = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x72\xf6\x4d\xcc\x4e\x75\x4e\x4c\xce\x48\xd5\x2b\xa9\x28\xe1\x02\x73\xdd\x32\x73\x52\x8b\x21\xcc\xe0\xe4\xa2\xcc\x82\x92\x62\x2e\x10\x3b\x0d\x28\xcc\x95\x9c\x0b\x64\xc5\x67\xe6\x15\x97\x24\xe6\xe4\xe8\x81\x79\x5c\x50\x5e\x7c\x6e\x62\x5e\x66\x5a\x6a\x71\x09\xd8\x24\x40\x00\x00\x00\xff\xff\x37\x8a\x7f\x4c\x59\x00\x00\x00") + +func confGitignoreCmakeBytes() ([]byte, error) { + return bindataRead( + _confGitignoreCmake, + "conf/gitignore/CMake", + ) +} + +func confGitignoreCmake() (*asset, error) { + bytes, err := confGitignoreCmakeBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/CMake", size: 89, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreCuda = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xd2\xd2\xcb\xe4\x02\x62\x10\x91\x5e\x50\x0a\x24\x0b\x4a\x2a\x80\x64\x72\x69\x52\x66\x1e\x90\x4e\x4b\x2c\x01\x31\x00\x01\x00\x00\xff\xff\xd8\x38\x0a\x95\x26\x00\x00\x00") + +func confGitignoreCudaBytes() ([]byte, error) { + return bindataRead( + _confGitignoreCuda, + "conf/gitignore/CUDA", + ) +} + +func confGitignoreCuda() (*asset, error) { + bytes, err := confGitignoreCudaBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/CUDA", size: 38, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreCvs = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xd2\x77\x0e\x0b\xd6\xd7\xe2\xd2\x82\xd2\x7a\xc9\x65\xc5\x99\xe9\x79\xf9\x45\xa9\x40\x21\x24\x0e\x20\x00\x00\xff\xff\x5f\xf2\xf4\xa0\x27\x00\x00\x00") + +func confGitignoreCvsBytes() ([]byte, error) { + return bindataRead( + _confGitignoreCvs, + "conf/gitignore/CVS", + ) +} + +func confGitignoreCvs() (*asset, error) { + bytes, err := confGitignoreCvsBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/CVS", size: 39, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreCakephp = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x52\x56\x70\x4e\xcc\x4e\x0d\xf0\x08\x50\x30\xe6\xe2\xd2\x2f\x4b\xcd\x4b\xc9\x2f\xd2\xd7\xe2\xd2\x4f\xce\xcf\x4b\xcb\x4c\xd7\x4f\x2c\x28\xd0\x2b\xc8\x28\xe0\xd2\x2f\xc9\x2d\x00\x09\xe7\xe4\xa7\x17\x03\x69\x2e\x84\x36\x23\xa0\x36\xa0\x2a\x98\x02\x10\xd3\x19\xa2\x37\x39\xbf\x28\x15\xa2\x19\x49\x30\x25\xb1\x24\x31\x29\xb1\x18\x2a\x01\xb1\x0f\x64\x22\x20\x00\x00\xff\xff\x12\xb5\x37\x98\x88\x00\x00\x00") + +func confGitignoreCakephpBytes() ([]byte, error) { + return bindataRead( + _confGitignoreCakephp, + "conf/gitignore/CakePHP", + ) +} + +func confGitignoreCakephp() (*asset, error) { + bytes, err := confGitignoreCakephpBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/CakePHP", size: 136, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreChefcookbook = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xd2\x2b\x4b\x4c\x2f\x4a\xcc\x2b\xe1\xd2\x4f\xce\xcf\xcf\x4e\x02\xe2\x62\x2e\x2e\x65\x05\xa7\xd2\xbc\x94\x9c\xd4\x22\xae\xa4\xcc\x3c\x7d\x2d\x2e\xbd\x24\x30\x17\xc8\xe2\xd2\xcb\xce\x2c\x49\xce\x48\xcd\xd3\x87\xb3\xf4\x72\xf2\x93\x13\x73\xf4\x2a\x73\x73\xb8\x00\x01\x00\x00\xff\xff\xa7\x83\x38\x45\x4d\x00\x00\x00") + +func confGitignoreChefcookbookBytes() ([]byte, error) { + return bindataRead( + _confGitignoreChefcookbook, + "conf/gitignore/ChefCookbook", + ) +} + +func confGitignoreChefcookbook() (*asset, error) { + bytes, err := confGitignoreChefcookbookBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/ChefCookbook", size: 77, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreCloud9 = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x52\x56\x70\xce\xc9\x2f\x4d\xb1\x54\xf0\x74\x71\x55\xd0\x55\xc8\x28\x29\x29\xb0\xd2\xd7\x4f\xb6\xd4\xcb\xcc\xe7\xd2\x4b\xb6\x2c\x4a\x2d\xcb\x2c\xce\xcc\xcf\x2b\x06\x71\xb8\x00\x01\x00\x00\xff\xff\xd6\x46\x6f\xbd\x2d\x00\x00\x00") + +func confGitignoreCloud9Bytes() ([]byte, error) { + return bindataRead( + _confGitignoreCloud9, + "conf/gitignore/Cloud9", + ) +} + +func confGitignoreCloud9() (*asset, error) { + bytes, err := confGitignoreCloud9Bytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/Cloud9", size: 45, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreCodeigniter = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xd2\xd2\x4f\xce\xcf\x4b\xcb\x4c\xd7\x4f\x49\x2d\x4b\xcd\xc9\x2f\xc8\x4d\xcd\x2b\xe1\xd2\xd2\xcf\xc9\x4f\x2f\x06\x11\xba\x5a\x7a\x05\x19\x05\x5c\x8a\x50\x91\xcc\xbc\x94\xd4\x0a\xbd\x8c\x92\xdc\x1c\xa0\x9a\xe4\xc4\xe4\x8c\x54\x7d\x2d\x90\x24\x84\x89\x24\x0b\x17\x03\x72\x13\x93\x93\x53\x8b\x8b\xb9\x00\x01\x00\x00\xff\xff\xdf\xbd\x69\x67\x6a\x00\x00\x00") + +func confGitignoreCodeigniterBytes() ([]byte, error) { + return bindataRead( + _confGitignoreCodeigniter, + "conf/gitignore/CodeIgniter", + ) +} + +func confGitignoreCodeigniter() (*asset, error) { + bytes, err := confGitignoreCodeigniterBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/CodeIgniter", size: 106, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreCodekit = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x52\x56\x70\x4f\xcd\x4b\x2d\x4a\xcc\x51\x70\xce\x4f\x49\xf5\xce\x2c\x51\x48\xcb\xcc\x49\x2d\x56\x28\xc9\x57\xc8\x4c\xcf\xcb\x2f\x4a\xe5\x4a\xce\xcf\x4b\xcb\x4c\xd7\x4b\x06\x4a\x67\x67\x96\x70\xe9\xe7\x66\xe6\x71\x01\x02\x00\x00\xff\xff\x7f\x93\x65\x79\x36\x00\x00\x00") + +func confGitignoreCodekitBytes() ([]byte, error) { + return bindataRead( + _confGitignoreCodekit, + "conf/gitignore/CodeKit", + ) +} + +func confGitignoreCodekit() (*asset, error) { + bytes, err := confGitignoreCodekitBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/CodeKit", size: 54, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreCommonlisp = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xd2\xd2\x73\x73\x0c\xf6\xe1\xd2\xd2\x4b\x4b\x2c\xce\x01\x52\x39\x99\xc5\x05\xba\x25\xa9\xb9\x05\x5c\x80\x00\x00\x00\xff\xff\x3a\xc8\xab\x61\x1a\x00\x00\x00") + +func confGitignoreCommonlispBytes() ([]byte, error) { + return bindataRead( + _confGitignoreCommonlisp, + "conf/gitignore/CommonLisp", + ) +} + +func confGitignoreCommonlisp() (*asset, error) { + bytes, err := confGitignoreCommonlispBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/CommonLisp", size: 26, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreComposer = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x8c\x8d\xb1\x8e\xc3\x20\x0c\x86\x77\x9e\xc2\x52\x86\x9b\x08\x77\x37\x76\xed\x53\x74\x74\x88\x0b\x56\x21\x46\x86\x54\xca\xdb\x37\x28\x6a\xd4\xb1\x9b\x65\x7d\xff\xf7\x79\xc9\x45\x2a\xe9\x58\x22\xaa\x79\xd2\x32\x8b\x3a\x63\x06\xb8\x4a\xce\xdc\x60\x93\x55\x01\x4b\x49\xec\xb1\xb1\x2c\x3f\x15\x92\xf8\x07\xdc\x39\x11\xc4\xd6\xca\xc5\xb9\x40\xed\xd4\x88\x06\x37\x8b\x77\xbf\x7f\x76\xc2\xca\xde\xae\x15\x03\x8d\x79\x1e\xde\x88\xed\x7b\xdb\x22\x1d\x47\x17\xed\xb9\x9b\xac\x90\x71\x03\x1f\x65\x87\xa0\x09\x70\x58\x44\x09\x10\x12\x4f\x8a\xba\x7d\xd9\xfd\xb7\x07\xcf\x54\x7b\xf5\xb3\x71\xc2\xfd\x69\x5e\x01\x00\x00\xff\xff\xb9\xc9\x91\x8a\xfa\x00\x00\x00") + +func confGitignoreComposerBytes() ([]byte, error) { + return bindataRead( + _confGitignoreComposer, + "conf/gitignore/Composer", + ) +} + +func confGitignoreComposer() (*asset, error) { + bytes, err := confGitignoreComposerBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/Composer", size: 250, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreConcrete5 = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x4a\xce\xcf\x4b\xcb\x4c\xd7\x2f\xce\x2c\x49\xd5\x2b\xc8\x28\xe0\x4a\xcb\xcc\x49\x2d\xd6\x4f\x4e\x4c\xce\x48\xd5\xd7\x82\xf2\x4a\x72\x0b\x80\x6c\x40\x00\x00\x00\xff\xff\xfc\xcd\x2d\x30\x2a\x00\x00\x00") + +func confGitignoreConcrete5Bytes() ([]byte, error) { + return bindataRead( + _confGitignoreConcrete5, + "conf/gitignore/Concrete5", + ) +} + +func confGitignoreConcrete5() (*asset, error) { + bytes, err := confGitignoreConcrete5Bytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/Concrete5", size: 42, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreCoq = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xd2\xd2\x2b\xcb\xe7\xd2\xd2\x4b\xcf\xc9\x4f\x02\x52\x65\x7a\x29\x5c\x80\x00\x00\x00\xff\xff\x29\x6e\x5d\x35\x12\x00\x00\x00") + +func confGitignoreCoqBytes() ([]byte, error) { + return bindataRead( + _confGitignoreCoq, + "conf/gitignore/Coq", + ) +} + +func confGitignoreCoq() (*asset, error) { + bytes, err := confGitignoreCoqBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/Coq", size: 18, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreCraftcms = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x52\x56\x70\x2e\x4a\x4c\x2b\x51\x08\x2e\xc9\x2f\x4a\x4c\x4f\x55\xd0\x48\x4e\x4c\xce\x48\xd5\x54\x88\xce\x28\x29\x29\xb0\xd2\xd7\x4f\x2a\xcd\xcc\x49\x29\xcf\x2c\xc9\x48\x06\x29\xd3\x4b\xce\xcf\xd5\xcf\x48\xcd\x29\xd0\x07\x73\x75\x8b\x21\xba\x74\xd3\x33\x4b\x32\xd3\xf3\xf2\x8b\x52\x63\xb9\x20\x32\xfa\x50\x19\x7d\x2d\x2e\x45\x34\x91\x9c\xfc\xf4\x7c\x7d\x2d\x40\x00\x00\x00\xff\xff\xf4\x22\xb6\xea\x78\x00\x00\x00") + +func confGitignoreCraftcmsBytes() ([]byte, error) { + return bindataRead( + _confGitignoreCraftcms, + "conf/gitignore/CraftCMS", + ) +} + +func confGitignoreCraftcms() (*asset, error) { + bytes, err := confGitignoreCraftcmsBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/CraftCMS", size: 120, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreDm = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xd2\xd2\x4b\xc9\x4d\xe2\xd2\xd2\x2b\x2a\x4e\x06\x92\x99\x79\x25\x40\x32\x27\x1b\x48\x54\x65\x16\x70\x01\x02\x00\x00\xff\xff\x1b\x86\x0d\x57\x1d\x00\x00\x00") + +func confGitignoreDmBytes() ([]byte, error) { + return bindataRead( + _confGitignoreDm, + "conf/gitignore/DM", + ) +} + +func confGitignoreDm() (*asset, error) { + bytes, err := confGitignoreDmBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/DM", size: 29, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreDart = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x54\x8e\x31\x4e\x04\x31\x0c\x45\x7b\x9f\xc2\xd2\x76\x14\x5e\x89\x33\xd0\x50\x71\x04\x94\x71\xcc\xac\x67\x3d\xb1\x95\x64\x58\xd1\x71\x0d\xae\xc7\x49\xc8\xec\x6a\x0a\x9a\xe8\xbd\x14\xcf\xff\x84\x2f\x5e\x7e\xbf\x7f\x3a\xb2\xaf\xab\x76\xec\x17\xc1\x0f\x37\xf3\x9b\x96\x19\xb3\x56\xe1\xee\x55\xa5\x21\x57\x49\x5d\x32\x4e\x5f\x18\xdb\x44\x40\xd3\xa6\x96\xcd\x67\xa0\xe1\x67\xb8\xeb\x19\x22\xf1\x35\xcd\xd2\xc6\xef\x41\x70\xc2\xb7\xfa\x28\xab\xfd\x2f\xe5\x54\xfb\xf3\xd2\x08\x9e\x68\x47\x5a\xda\xa0\xa5\xbd\xdf\x5f\xca\x12\x0f\xa7\x35\xc5\x9e\x79\x2d\x6c\x5b\x16\xbc\x5d\xa4\x60\x96\x4f\x31\x8f\x7d\x67\x8a\x30\xe5\xd4\xd5\x0b\x1e\x67\x09\xc6\xac\x16\xc2\x64\xce\x57\xf8\x0b\x00\x00\xff\xff\xa0\x25\x19\x5e\xea\x00\x00\x00") + +func confGitignoreDartBytes() ([]byte, error) { + return bindataRead( + _confGitignoreDart, + "conf/gitignore/Dart", + ) +} + +func confGitignoreDart() (*asset, error) { + bytes, err := confGitignoreDartBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/Dart", size: 234, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreDarteditor = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xd2\x2b\x28\xca\xcf\x4a\x4d\x2e\xe1\xd2\x4b\x2a\xcd\xcc\x49\xc9\xc9\x4f\xe7\x02\x04\x00\x00\xff\xff\x75\xc6\x26\xcf\x13\x00\x00\x00") + +func confGitignoreDarteditorBytes() ([]byte, error) { + return bindataRead( + _confGitignoreDarteditor, + "conf/gitignore/DartEditor", + ) +} + +func confGitignoreDarteditor() (*asset, error) { + bytes, err := confGitignoreDarteditorBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/DartEditor", size: 19, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreDelphi = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x94\x94\x4f\x6f\x24\x35\x10\xc5\xef\xf3\x29\x4a\xda\x4b\x76\x44\x9a\xd5\x5e\x10\x47\x76\xc3\x21\x12\x48\x28\x24\x88\x5b\xe4\xb6\xab\x7b\x8a\x71\xdb\x96\xff\xcc\xa4\x2f\x7c\x76\x5e\xb9\x67\xc2\xc0\x09\x2e\x4e\xda\x2e\x3f\xff\xea\x55\xd5\x7c\xa0\x97\x60\xe3\xb2\x70\xa8\x54\x0f\x5c\x98\xea\x9a\xb8\x90\x4c\xb4\xc6\x46\x67\x83\x7d\x3e\x71\xa0\x25\x66\x26\xeb\xd9\x04\xca\x9c\x62\x91\x1a\xf3\x3a\xd0\x97\x56\x69\xc4\x81\xc9\x3c\x35\x3f\xec\x3e\xd0\x63\xc5\x17\xe2\xcd\x91\xe9\x60\xf2\x42\x35\x12\xbe\xf9\x4d\x4a\x95\x30\x53\xca\xf1\x0f\xb6\x95\x4a\x6c\xd9\xf2\x40\x4f\x6c\x1c\x4e\x93\x37\xc1\x54\x89\xa1\x40\xcf\xc7\x33\xa4\x20\xf6\xc4\x5b\x18\x4d\xe2\x41\x85\x57\x68\x94\x60\xb2\xe0\xc3\xc6\x50\x8d\x04\xd5\x5c\x4c\x90\x89\x4b\xfd\xe6\x5d\x5d\x70\x8a\x67\x1d\x9d\x38\x17\xa8\x92\x84\x29\x2a\xde\xf3\x81\xd7\x0e\x18\x62\x27\x3f\x09\x9f\xd9\x91\x29\x54\xf9\xad\x52\xcc\xd0\x5d\x12\x1e\x72\x34\xae\xe4\x64\x9a\xee\x6b\x8c\xbe\x0c\xf4\x15\x6c\xe2\x38\x6b\xfe\xde\x58\x7d\x17\x8e\x2d\x74\x96\x7a\xa0\x21\xdb\x8d\x11\x6f\xec\x87\xcc\xa5\xe3\x3f\xc3\x4b\xf2\x32\x66\x93\xd7\x7e\x4c\x77\x1d\x7f\xfd\x38\xd0\x63\xa0\xe8\x1d\x3d\xb0\x4f\x07\xb9\x62\xc2\x78\x38\x73\x88\x0d\x27\x80\x2b\x30\x99\x9d\x62\xff\x2a\x01\x2e\x5c\x82\x3f\x7f\xfa\xf4\xbd\x06\x4a\xd1\x7c\x5d\xb3\x80\x9d\x72\x5c\x40\x21\xce\x6f\x0f\x69\xee\x9a\x66\x31\x13\xfb\x55\xc5\x64\x0e\x17\xb5\xfd\x50\xfd\xd8\x01\x1f\xc4\xcc\xd9\x2c\xf4\x4b\xcc\x75\x8a\x5e\x62\xbf\x3c\xd0\x4b\xd9\xf2\x47\x82\xf0\x60\x8b\x61\xa7\x35\xa7\x96\xb4\xa2\x17\x92\xef\x94\xed\xb6\x83\xe4\xbd\x75\xb4\x56\xea\x71\x2b\xea\xd4\x45\xa4\xa8\xc1\x0d\x5d\x16\xe0\x7a\xfe\x57\xf2\x9d\xcc\xb9\xd4\xc9\x7e\x93\xd2\x8c\xa7\x9f\xe4\xc4\x5f\x24\x38\x68\x94\x0b\xdb\x0f\xce\x01\x4e\xc2\xf5\xf6\xef\x3f\x7e\xfe\xaf\x14\xff\x50\x7b\xe0\x02\x4b\x38\xf7\x67\x4f\x57\x43\x50\xdb\xb8\x76\x99\x9f\xd1\x90\x33\x6b\x3f\x84\x49\xe6\x96\x7b\x77\x6e\xe6\x4e\xc8\x02\xea\xf9\xda\x6e\xff\x03\x6a\x2b\x9b\x22\x2d\x71\x54\x2d\x87\xf1\xf2\x31\xf5\x20\x2d\x9a\x52\xbb\x78\x81\x66\x34\xdb\x12\xab\x46\x8d\x6d\xa6\x89\x4d\x6d\x99\x37\xa3\x3a\xa9\x02\x00\xbc\x93\xf7\x87\xb5\x7b\x21\x9b\xef\x67\x46\x6e\xa6\x6a\x1d\xaf\x13\x73\xa7\xcd\xa0\xd5\x73\xec\xb9\xf2\xc7\xdd\x7e\xe0\x37\xc6\xea\xbc\xc7\x3a\xa6\x6d\x15\xdd\xb1\x09\x6b\x89\x58\x4c\x3a\xea\x46\xb6\x58\x17\x93\xfa\xff\xe8\x6f\x74\x79\x59\xb0\x56\x57\x7a\x7c\xc3\x8a\x56\xbf\x41\x31\xad\xc6\xbf\x29\xb6\x09\xbe\x73\x2d\x79\xb1\x7d\x47\x47\x52\x19\xec\x34\xef\xf6\xd7\x49\xc7\x20\xdd\x48\xf8\x68\x8d\xbf\x5e\x85\x1d\xf9\xbe\x24\xb6\x32\x89\x7d\xbf\xdd\x43\xf0\x17\xa3\x19\xaa\x35\xf6\xa0\x09\xa9\x2d\xce\x54\xa3\x7c\xa7\xb2\x55\x50\x29\xcb\xf1\x46\x1c\x15\xd1\x1f\xb1\xee\xfa\x68\xec\xb1\xa5\xb2\x7b\x7d\xbd\xec\x7e\x8b\xf0\x3f\xf7\x1a\xfd\xd5\x94\x6a\xbc\x18\x4c\x23\x5a\x00\x3f\x62\x76\xeb\x44\xf5\x07\x3b\xbb\xbf\x02\x00\x00\xff\xff\x24\x3f\x4e\xaa\x43\x05\x00\x00") + +func confGitignoreDelphiBytes() ([]byte, error) { + return bindataRead( + _confGitignoreDelphi, + "conf/gitignore/Delphi", + ) +} + +func confGitignoreDelphi() (*asset, error) { + bytes, err := confGitignoreDelphiBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/Delphi", size: 1347, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreDreamweaver = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x52\x56\x70\x09\x57\x70\x29\x4a\x4d\xcc\x2d\x4f\x4d\x2c\x4b\x2d\x52\x48\x4c\x49\x49\x4d\x51\x48\xcb\xcc\x49\x2d\xe6\x8a\xcf\xcb\x2f\x01\x52\x29\xe5\xc5\x95\x79\xc9\x7a\x15\xb9\x39\x5c\x80\x00\x00\x00\xff\xff\x90\x76\xa1\xa2\x2f\x00\x00\x00") + +func confGitignoreDreamweaverBytes() ([]byte, error) { + return bindataRead( + _confGitignoreDreamweaver, + "conf/gitignore/Dreamweaver", + ) +} + +func confGitignoreDreamweaver() (*asset, error) { + bytes, err := confGitignoreDreamweaverBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/Dreamweaver", size: 47, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreDrupal = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x6c\x51\xc1\x8e\x9b\x30\x14\xbc\xfb\x2b\xac\xed\xa5\xe5\x00\xdf\x80\x76\x11\x8b\x44\x48\x44\xd2\x43\x8f\x8e\x79\x60\x4b\xc6\xb6\xec\x07\x25\xfd\xfa\x3a\x36\x49\xbb\x52\x0e\x48\x33\xef\x99\xb1\x67\xe6\x1b\x6d\x26\x6d\x1c\x50\x6e\xf4\x28\xa7\xc5\x31\x94\x46\xd3\x51\x2a\xf0\x14\x05\x43\x3a\xb3\xdb\x7d\x89\x4c\x6a\xea\x41\x7b\x89\x72\x05\x2a\xf5\x68\xdc\x1c\x0f\xe7\x24\xcc\xc0\x17\x59\x91\x79\x40\x94\x7a\xf2\x59\x6e\x85\x25\xe4\x29\x6e\x19\x8a\x5d\xee\x21\x35\x81\x86\x70\x19\x0c\x71\x02\x1a\x73\x12\x2f\x2d\x9e\x6a\x91\x3e\x99\x75\x72\x0d\xc7\xff\x13\x1d\x60\x64\x8b\x42\x8a\xb0\x61\x7a\x30\x71\xe6\x6a\xd0\xe7\xb8\x21\x29\xde\x3f\xcb\xae\xae\xda\x63\xbd\xd3\xe3\xe9\x57\xdf\xd4\x9f\x97\x44\x9b\xee\x7c\x29\xdb\x36\x4b\xac\x6d\xde\xab\xee\x5c\x25\x72\x28\x9b\xee\x12\xbe\xaa\x3f\xa7\xc1\xcf\x53\xdd\x97\x1f\xfb\xb6\xaf\xca\x8f\x43\xc2\xe9\x69\x4c\xa9\xd7\xc3\xd9\x0c\xcb\xdd\xd0\xcb\x25\x0a\x98\xbf\xee\xfe\x19\x83\x15\xdc\x0d\x45\x08\x92\x5e\x97\xe0\x4f\x00\x7d\x8b\x7f\xbe\xd1\xd1\xa8\x01\x1c\xfd\x1e\x80\xa3\x3a\x14\xc5\x53\x12\x2b\x28\x63\xc3\xe2\x07\xc9\x05\x32\xce\xc1\x7b\xf2\x1b\xae\x79\x6a\x95\xb0\x05\x85\x71\xf2\x0f\xc4\x5e\xb8\x0b\xa5\xdd\x81\xd4\x03\x6c\x3b\xf2\x18\x9e\x15\xf1\x62\x87\x10\x74\x84\xdb\xac\x9c\xe5\x11\x16\x52\x73\xb5\x0c\x21\xe4\x62\x96\x9e\x93\x87\x3d\x12\x9a\x31\x29\xfd\xc2\x73\x27\x2d\x06\x90\xdc\x91\xbf\x01\x00\x00\xff\xff\x88\xfb\x2b\xa4\x5d\x02\x00\x00") + +func confGitignoreDrupalBytes() ([]byte, error) { + return bindataRead( + _confGitignoreDrupal, + "conf/gitignore/Drupal", + ) +} + +func confGitignoreDrupal() (*asset, error) { + bytes, err := confGitignoreDrupalBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/Drupal", size: 605, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreEpiserver = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x52\xc6\x0a\xb8\x94\x95\x15\x5c\x03\x32\x83\x53\x8b\xca\x52\x8b\x14\xdc\x32\x73\x52\x8b\xb9\x70\xa8\xd4\xf2\xc9\x4c\x4e\xcd\x2b\x4e\xd5\x4b\xce\xcf\x4b\xcb\x4c\xe7\x02\x04\x00\x00\xff\xff\x67\x4c\x1e\xeb\x51\x00\x00\x00") + +func confGitignoreEpiserverBytes() ([]byte, error) { + return bindataRead( + _confGitignoreEpiserver, + "conf/gitignore/EPiServer", + ) +} + +func confGitignoreEpiserver() (*asset, error) { + bytes, err := confGitignoreEpiserverBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/EPiServer", size: 81, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreEagle = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x4c\x90\xc1\x4e\xc3\x30\x0c\x86\xef\x7d\x0a\x4b\xdb\x69\x42\x95\x40\xe2\x8c\xd8\xc4\x61\x07\x24\x5e\x21\x4b\xdd\x2e\x90\xda\x91\xe3\x30\xed\xed\xb1\x53\x84\xb8\x7c\x49\xed\xff\x77\xfd\x67\x07\xe7\x85\x58\x10\x72\xaa\x0a\x33\x0b\xbc\x85\x25\xe3\x03\x04\xf8\x38\x1d\x21\x87\x3b\x37\x05\x65\xce\xc3\xb0\x83\x63\x88\x5f\xad\xc0\x9c\x32\xd6\xe1\x30\xd6\xdd\x8b\xf1\xd2\x99\x8d\xa6\xe8\x6e\x28\xc2\x9f\x18\xb5\x0b\xad\x78\x56\x88\x4c\x1a\x12\x55\x9b\x5b\x51\x52\xc8\x40\x6d\xbd\xa0\x40\xa0\x09\x04\x67\x14\xa4\x88\xd5\xfe\x04\x7a\xc5\x6e\x84\xaa\xd2\xa2\x36\xf1\x11\x4c\x60\x9b\x88\xcd\x59\x4b\x53\x94\xd1\x6a\x76\x5f\x91\x74\x33\x70\xce\x7c\x4b\xb4\x58\x10\x42\x48\xb3\xcb\xe1\x16\xbc\xcd\x70\x0d\xdf\xb8\xf9\xff\x6f\x06\x89\x62\x6e\x13\x4e\xe3\x80\xbe\xf6\x88\x65\xf6\x0c\xa7\xd7\xf7\xbf\x88\xfb\xfd\xde\x18\xd7\xe2\x11\xef\x4f\xce\xc7\x67\x8f\x6e\x0f\x72\x18\x4b\x8e\x7e\xd7\x8d\xae\x8f\x12\x3b\xeb\x60\xc7\x24\xa9\xd3\xa5\x4b\x49\xdd\xf0\xdb\x98\x36\x8e\x07\xff\x4c\x34\xb3\x9f\x58\xea\xf0\x13\x00\x00\xff\xff\x70\x3d\x63\xd8\x91\x01\x00\x00") + +func confGitignoreEagleBytes() ([]byte, error) { + return bindataRead( + _confGitignoreEagle, + "conf/gitignore/Eagle", + ) +} + +func confGitignoreEagle() (*asset, error) { + bytes, err := confGitignoreEagleBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/Eagle", size: 401, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreEclipse = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x5c\x4f\xbd\x6e\xe3\x30\x0c\xde\xf9\x14\x42\x6e\xc9\x05\x38\xf9\x19\xae\x49\x97\xa0\x43\x06\x0f\x5d\x69\x99\x71\xd4\x32\x92\x20\xd2\x69\xb2\xf4\xd9\x4b\xbb\x31\x90\x76\xa1\x84\xef\xe3\xf7\xc3\x8d\x2f\xb7\x9e\x2e\xa5\xe6\x37\x0a\x0a\xfe\x4c\x8a\x3d\x2a\x82\x1f\x2a\xf6\x4c\xd0\xc5\xd4\x80\x9e\x4b\x03\x1b\x6f\x8f\xcd\x0e\xdf\x6d\xca\x87\xfd\x3f\x7d\x8a\x1d\x70\x0e\xc8\xde\x2c\x0a\x55\x8d\x24\xe0\x85\x54\x63\x1a\xa4\x01\xcf\x19\xfb\x82\x7a\x02\xf8\xe3\x9e\x03\xc7\x22\xe4\xb6\xb9\x12\xf8\x25\x73\x22\xae\x4a\x35\x21\x3b\xcd\x99\x5d\x37\x46\xee\xa9\x9a\x0f\xdd\xf1\xd6\xe0\xa7\x3b\xda\x4c\x82\x97\x29\x92\x6f\x4e\xd4\xac\x7a\xb7\x5a\x9c\x19\xc7\x14\x4e\x2e\xe4\x74\x8c\xc3\x58\x51\x63\x4e\xb2\xb2\xba\xdf\xc4\x24\xdd\xee\xda\x7f\x52\x28\xc4\x63\x0c\xe0\xc3\x43\x8b\xfd\x03\xe3\xd6\x8b\xe5\x1e\x2f\xe8\x76\x74\x21\xce\xe5\x4c\x49\xdd\x54\x46\xfe\x9a\x94\x51\x64\x39\x6d\xde\xc2\x94\xb2\xce\x99\xce\x6c\x03\x89\xe4\xea\xd6\xff\x0f\xad\x6d\x1f\x31\x58\xd7\xdb\xb2\x7f\xf8\xd1\x62\xbe\x78\xa1\xa4\x53\xba\x67\x17\x1e\x87\x98\xc0\x2b\xd6\x81\xe6\x8e\x2d\xbd\xfe\xa2\xe8\x3a\x03\xf0\x15\x00\x00\xff\xff\xa5\x1d\x59\xa8\xca\x01\x00\x00") + +func confGitignoreEclipseBytes() ([]byte, error) { + return bindataRead( + _confGitignoreEclipse, + "conf/gitignore/Eclipse", + ) +} + +func confGitignoreEclipse() (*asset, error) { + bytes, err := confGitignoreEclipseBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/Eclipse", size: 458, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreEiffelstudio = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x52\x56\x08\xc9\x48\x55\x48\xce\xcf\x2d\xc8\xcc\x49\x2c\xc9\xcc\xcf\x53\x48\xc9\x2c\x4a\x4d\x2e\xc9\xaf\xe4\x72\xf5\x74\x73\x77\xf5\x2b\xe6\x02\x04\x00\x00\xff\xff\x6b\x6c\xf5\x49\x23\x00\x00\x00") + +func confGitignoreEiffelstudioBytes() ([]byte, error) { + return bindataRead( + _confGitignoreEiffelstudio, + "conf/gitignore/EiffelStudio", + ) +} + +func confGitignoreEiffelstudio() (*asset, error) { + bytes, err := confGitignoreEiffelstudioBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/EiffelStudio", size: 35, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreElisp = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x52\x56\x70\xce\xcf\x2d\xc8\xcc\x49\x4d\xe1\xd2\xd2\x4b\xcd\x49\xe6\xe2\x52\x56\x08\x48\x4c\xce\x4e\x4c\xcf\xcc\x4b\xe7\xd2\x4b\x4e\x2c\xce\xe6\x02\x04\x00\x00\xff\xff\x9c\x93\x49\x5c\x24\x00\x00\x00") + +func confGitignoreElispBytes() ([]byte, error) { + return bindataRead( + _confGitignoreElisp, + "conf/gitignore/Elisp", + ) +} + +func confGitignoreElisp() (*asset, error) { + bytes, err := confGitignoreElispBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/Elisp", size: 36, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreElixir = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xd2\x8f\x4f\x2a\xcd\xcc\x49\xe1\xd2\x4f\x49\x2d\x28\xe6\x4a\x2d\xca\x89\x4f\x2e\x4a\x2c\xce\xd0\x4b\x29\xcd\x2d\xe0\xd2\xd2\x4b\xad\xe2\x02\x04\x00\x00\xff\xff\x32\x40\x48\x82\x22\x00\x00\x00") + +func confGitignoreElixirBytes() ([]byte, error) { + return bindataRead( + _confGitignoreElixir, + "conf/gitignore/Elixir", + ) +} + +func confGitignoreElixir() (*asset, error) { + bytes, err := confGitignoreElixirBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/Elixir", size: 34, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreEmacs = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x5c\x8f\xc1\x6a\x2c\x21\x10\x45\xf7\xf5\x15\x42\xef\x04\x75\xff\xde\x2a\xe4\x03\xb2\x49\x20\x8b\x81\xa1\xd0\xea\x6e\xb1\x7a\x6c\xaa\xcc\x90\xd9\xe4\xdb\xa3\x3d\x43\x02\xd9\x79\x2e\xf7\x9e\xc2\xc9\x38\xeb\xcc\x56\x13\xfd\x33\x4b\x6e\x79\xb9\x54\xa1\xff\x23\x04\xfb\x05\xa7\xc9\x9e\x26\x08\x9e\x36\x8c\xea\x13\x69\x69\x75\xff\xcb\x9e\x6b\x2c\x60\x3d\x71\x04\xfc\x68\xd5\x29\x5e\xc9\x71\xd6\x06\x4d\x70\xdb\xc1\x77\x0d\xc0\x64\x5e\x64\x71\xe3\x12\xf8\xda\x5f\x39\xb9\x3e\xc4\x96\xeb\x45\xc1\x9e\x51\xe2\x9a\xaf\x34\x7a\x33\xdf\x36\x2c\x74\xef\xda\xf3\x03\xfd\xe1\x20\x5d\x89\xd9\xcc\x99\x49\x21\xdc\x29\xac\xfd\x56\x95\xdb\x0f\x33\x6a\x4b\x59\x8e\x3e\xef\x68\x76\x8c\x05\x97\x63\xd0\x31\x8c\x5c\x68\x6e\xf4\xf9\xf0\x58\x2f\xc4\x23\x7d\x7a\x7b\x7e\xa5\x77\x33\x7e\x61\xe6\xca\x89\x04\xc2\x80\x63\x12\x51\xcb\xaf\xca\x0f\x0c\xf0\x1d\x00\x00\xff\xff\xf8\xd6\x58\x0c\x40\x01\x00\x00") + +func confGitignoreEmacsBytes() ([]byte, error) { + return bindataRead( + _confGitignoreEmacs, + "conf/gitignore/Emacs", + ) +} + +func confGitignoreEmacs() (*asset, error) { + bytes, err := confGitignoreEmacsBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/Emacs", size: 320, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreEnsime = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x52\x56\x70\xcd\x2b\xce\xcc\x4d\x55\x28\x2e\x48\x4d\xce\x4c\xcb\x4c\xe6\xd2\x4b\x05\x0b\xc0\xe8\xf8\xe4\xc4\xe4\x8c\x54\x7d\x38\x37\xa7\x34\x39\x35\x0f\xc8\x07\x04\x00\x00\xff\xff\x9d\x93\x9f\xe6\x39\x00\x00\x00") + +func confGitignoreEnsimeBytes() ([]byte, error) { + return bindataRead( + _confGitignoreEnsime, + "conf/gitignore/Ensime", + ) +} + +func confGitignoreEnsime() (*asset, error) { + bytes, err := confGitignoreEnsimeBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/Ensime", size: 57, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreErlang = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x0c\xc5\x31\x0a\xc3\x30\x0c\x05\xd0\xfd\x1f\xa5\x83\x72\x89\x64\x2c\xdd\xba\x1a\x5b\xf9\xd0\x14\xd9\x16\x8a\x02\x3d\x7e\x33\x3c\x9e\xf0\x1a\x47\x62\xa7\x9f\x78\xc8\xbc\x35\xd6\x7e\xe7\x96\x60\x58\xd1\xa8\xe7\x47\xf6\xab\x3b\xd8\x8e\x81\xa0\x2d\xfc\xd5\xee\xc6\xe2\x31\xbf\xd4\x84\xe8\x1c\x1a\x4c\x2e\xeb\xf6\x2e\xcf\xd7\xba\x41\x82\xad\x06\xfe\x01\x00\x00\xff\xff\x22\xc0\x70\x7f\x5f\x00\x00\x00") + +func confGitignoreErlangBytes() ([]byte, error) { + return bindataRead( + _confGitignoreErlang, + "conf/gitignore/Erlang", + ) +} + +func confGitignoreErlang() (*asset, error) { + bytes, err := confGitignoreErlangBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/Erlang", size: 95, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreEspresso = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xd2\xd2\x4b\x2d\x2e\x28\xca\xcf\xe2\x02\x04\x00\x00\xff\xff\x2c\x1e\xba\x4d\x09\x00\x00\x00") + +func confGitignoreEspressoBytes() ([]byte, error) { + return bindataRead( + _confGitignoreEspresso, + "conf/gitignore/Espresso", + ) +} + +func confGitignoreEspresso() (*asset, error) { + bytes, err := confGitignoreEspressoBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/Espresso", size: 9, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreExpressionengine = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x84\x8f\x41\x6e\x03\x21\x0c\x45\xf7\x9c\x02\xa9\xbb\x2c\xc2\x21\x5a\x55\xea\x3a\x07\x18\x79\x18\x0f\x58\x1a\x6c\x84\x4d\xdb\xe9\xe9\x4b\x52\x45\xd3\x4a\x95\xb2\x32\xff\xf3\xf9\x3c\x9f\x5f\x2e\xd3\xc5\xa4\xa1\x73\x4f\xfe\xad\x40\x42\x75\x74\x1b\x01\xde\xc1\xa0\x69\xb8\xeb\x08\xd5\x62\x86\xc3\xd0\x42\x1b\xee\x87\x2e\x58\x66\x6c\x53\xcd\x62\xf2\x2b\x45\x89\xc1\x7a\xc3\x09\xcc\x20\xe6\x82\x6c\xc7\x6d\x2d\x7f\xed\x41\xf1\x2a\xcd\x2b\xc6\xde\xc8\x76\xbf\x88\x67\x31\x5f\xfb\xbc\x91\x66\x6f\x19\xfd\x2a\xdb\x26\x1f\xc4\xc9\xaf\xe3\x7f\x75\xba\xab\x61\x09\xf8\x59\x1b\xaa\x92\x30\x72\x22\xc6\x10\x85\x57\x4a\x61\x19\x5b\xcc\xa0\x78\xae\xb9\x3e\xca\xfe\x8c\x5b\x72\x80\x3c\x0f\xac\x6b\x3f\x7d\xe1\x12\x9c\xe5\x5e\xe6\x41\x38\xdd\x0f\xa7\x7f\x6a\xae\x2f\xc2\xc9\x7d\x07\x00\x00\xff\xff\xc2\xf2\xa3\x41\x56\x01\x00\x00") + +func confGitignoreExpressionengineBytes() ([]byte, error) { + return bindataRead( + _confGitignoreExpressionengine, + "conf/gitignore/ExpressionEngine", + ) +} + +func confGitignoreExpressionengine() (*asset, error) { + bytes, err := confGitignoreExpressionengineBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/ExpressionEngine", size: 342, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreExtjs = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xd2\x4b\x2c\x4a\xce\xc8\x2c\x49\x4d\x2e\xe1\x4a\xca\xcf\x2f\x29\x2e\x29\x4a\x2c\xd0\xcb\x2a\xce\xcf\xe3\x4a\x2a\xcd\xcc\x49\xd1\xe7\x4a\xad\x28\xd1\xe7\x02\x04\x00\x00\xff\xff\x9c\x9c\x0a\x09\x26\x00\x00\x00") + +func confGitignoreExtjsBytes() ([]byte, error) { + return bindataRead( + _confGitignoreExtjs, + "conf/gitignore/ExtJs", + ) +} + +func confGitignoreExtjs() (*asset, error) { + bytes, err := confGitignoreExtjsBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/ExtJs", size: 38, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreFancy = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xd2\xd2\x2b\x4a\x4a\xe6\xd2\xd2\x4b\xab\x4c\xe6\x02\x04\x00\x00\xff\xff\xf9\xc8\xaa\x14\x0c\x00\x00\x00") + +func confGitignoreFancyBytes() ([]byte, error) { + return bindataRead( + _confGitignoreFancy, + "conf/gitignore/Fancy", + ) +} + +func confGitignoreFancy() (*asset, error) { + bytes, err := confGitignoreFancyBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/Fancy", size: 12, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreFinale = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x34\xcc\x31\x8e\x83\x30\x10\x05\xd0\xde\xa7\xf8\x62\x3b\x0a\x9a\x6d\x57\x5b\x72\x81\x9c\x60\xc0\x43\x18\x05\xdb\xc8\x03\x4e\xb8\x7d\x66\x14\xa5\x79\xb2\xbe\xff\x9f\x7e\x98\xe8\x11\xfa\x21\x4e\x06\x35\x31\xf7\xb8\xb8\x6a\x24\x89\x1f\x3d\x4f\xfb\xaf\x77\xc4\x7f\x9f\xd4\xc2\x0f\x6e\x25\x31\x1a\x57\x95\x92\x15\x65\xc1\x28\x99\x36\xc6\x4a\x8d\x41\x98\xce\x3b\x28\x47\x54\xa3\xa4\xed\x82\x7a\xce\xaf\xa3\x12\xe6\xb2\x0b\xfb\xc6\xce\x1c\x2b\x23\x9d\x2a\x33\xb4\x9c\x75\xb6\xa9\xa2\xfb\x1b\x65\xe3\x4c\x89\xff\xbd\x7b\x0d\x56\xe8\x42\xff\x7d\x86\x77\x00\x00\x00\xff\xff\x62\x6c\xcb\x45\xb8\x00\x00\x00") + +func confGitignoreFinaleBytes() ([]byte, error) { + return bindataRead( + _confGitignoreFinale, + "conf/gitignore/Finale", + ) +} + +func confGitignoreFinale() (*asset, error) { + bytes, err := confGitignoreFinaleBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/Finale", size: 184, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreFlexbuilder = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x4a\xca\xcc\xd3\xe7\x02\x12\xba\x29\xa9\x49\xa5\xe9\x10\x66\x51\x6a\x4e\x6a\x62\x71\xaa\x3e\x17\x20\x00\x00\xff\xff\xd4\x34\xbc\x13\x1d\x00\x00\x00") + +func confGitignoreFlexbuilderBytes() ([]byte, error) { + return bindataRead( + _confGitignoreFlexbuilder, + "conf/gitignore/FlexBuilder", + ) +} + +func confGitignoreFlexbuilder() (*asset, error) { + bytes, err := confGitignoreFlexbuilderBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/FlexBuilder", size: 29, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreForcedotcom = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x04\xc0\xcb\x0d\x80\x30\x0c\x03\xd0\x7b\xa6\x60\x82\xcc\x82\xd8\x20\x32\x6e\xf9\xb6\x28\xce\xfe\xe2\xf9\x97\xf3\x22\xca\x5c\xac\x3a\x47\x97\x29\x1e\xaa\xcd\x04\x5d\x38\xf8\x86\x6d\x6c\x4c\x0e\x70\x5f\xd6\xc0\x1d\x9d\xb2\x3f\x00\x00\xff\xff\x29\x8d\xb7\x96\x39\x00\x00\x00") + +func confGitignoreForcedotcomBytes() ([]byte, error) { + return bindataRead( + _confGitignoreForcedotcom, + "conf/gitignore/ForceDotCom", + ) +} + +func confGitignoreForcedotcom() (*asset, error) { + bytes, err := confGitignoreForcedotcomBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/ForceDotCom", size: 57, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreFuelphp = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x4a\x2b\x4d\xcd\xd1\x4f\x2c\x28\xd0\xcf\xc9\x4f\x2f\xd6\xd7\x02\x41\x2e\xb8\x58\x72\x62\x72\x46\x2a\x58\x08\x10\x00\x00\xff\xff\x0f\xec\xf0\x51\x27\x00\x00\x00") + +func confGitignoreFuelphpBytes() ([]byte, error) { + return bindataRead( + _confGitignoreFuelphp, + "conf/gitignore/FuelPHP", + ) +} + +func confGitignoreFuelphp() (*asset, error) { + bytes, err := confGitignoreFuelphpBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/FuelPHP", size: 39, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreGwt = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x64\x50\xc1\x6a\x2b\x31\x0c\xbc\xfb\x2b\x04\xb9\xbc\x17\xd8\x35\x3d\xf4\x07\x5a\x9a\xd2\x4b\xe9\xa1\x90\x63\x50\x6c\xed\xc6\xa9\xd7\x36\xb6\x8b\xc9\xdf\x57\xf2\x86\x36\xa5\x17\x21\x34\xa3\x19\x8d\xb6\xa3\xf1\x58\x8a\x52\x1b\x78\x43\xf3\x81\x33\xc1\xce\x79\x2a\xb0\x51\xdb\xf1\x8c\x99\x6b\xe3\xca\xf0\xdc\x2a\x18\x34\x27\xc6\x30\x58\x30\x71\x49\x4c\xb4\xf0\x19\x5c\x15\x3a\xd3\x34\x73\x0e\xc7\x4c\xa4\x15\x77\x83\x20\x8f\xb2\xa1\x65\xff\x18\x99\x9e\x93\xc7\x4a\x30\x53\xa0\xcc\x0d\xcb\x88\x7b\xb7\x1b\x31\xd5\xc3\x37\xd0\x57\x96\x98\xe9\xd6\xb3\x9e\x5c\x98\x0b\x4c\x39\x2e\x60\x29\xf9\x78\xb9\xfa\xee\x9f\x1e\x86\x97\xd7\x9d\x5e\x87\xfa\xd7\xec\xea\x20\x82\xeb\xcd\x58\x5d\x0c\xe0\xe3\x5c\xd4\xc8\x67\x76\x80\x3d\x58\x1a\xa6\x98\x01\x7d\x26\xb4\x97\x9f\x80\x93\xfc\xe3\x6f\x20\xf9\xc7\x59\x26\x70\x2b\xbb\x92\x5b\x6b\x43\xa5\xd2\xb5\xa3\xb7\xf0\xbc\x7f\x87\x7f\x77\xe3\xfd\x7f\x30\x2c\x2e\xb9\x39\x4a\x01\xeb\x72\x3f\x61\xa8\x4b\xd2\xea\x2b\x00\x00\xff\xff\x85\xfb\x09\x41\x8b\x01\x00\x00") + +func confGitignoreGwtBytes() ([]byte, error) { + return bindataRead( + _confGitignoreGwt, + "conf/gitignore/GWT", + ) +} + +func confGitignoreGwt() (*asset, error) { + bytes, err := confGitignoreGwtBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/GWT", size: 395, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreGcov = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x52\x56\x48\x4f\x4e\x56\x48\xce\x2f\x4b\x2d\x4a\x4c\x4f\x55\x28\x49\x2d\x2e\xc9\xcc\x4b\x57\x28\xc9\xcf\xcf\x51\x48\xcb\xcc\x49\x2d\xe6\xe2\xd2\xd2\x4b\x4f\xce\xcb\x07\x53\x29\x89\x60\x2a\xbf\x8c\x0b\x10\x00\x00\xff\xff\x14\xe1\xe7\x19\x38\x00\x00\x00") + +func confGitignoreGcovBytes() ([]byte, error) { + return bindataRead( + _confGitignoreGcov, + "conf/gitignore/Gcov", + ) +} + +func confGitignoreGcov() (*asset, error) { + bytes, err := confGitignoreGcovBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/Gcov", size: 56, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreGitbook = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x64\x8f\xb1\x4e\xc6\x30\x0c\x84\xf7\x3e\x85\xa5\x2e\x80\x48\xbb\xff\x23\x20\xb1\xf1\x0a\xbf\xda\xe4\xda\x9a\x26\x71\x88\x93\xa1\x6f\x4f\x82\x18\x90\x98\x2c\xfb\xce\xa7\xef\x46\xfa\x10\x07\xca\xd5\x43\x6f\xc3\x38\xd2\x7b\xae\xb1\x10\xc7\x82\x1c\xe0\x78\x29\x20\x2d\x92\x97\x1d\xf4\x70\x94\x92\x6e\xf3\xbc\x77\xcb\xa7\x4e\x56\xc2\x6c\x33\x96\xc2\x71\x37\xc9\xd7\x9d\xa3\x8e\xdd\xdc\xf7\xb2\xe8\x69\x36\x6e\xb1\x8f\xc3\xf4\xf3\x31\xf4\xf8\x37\x24\x44\x87\x68\x2f\x72\x9c\x61\x9b\xfb\xea\xf7\x57\x09\x01\xb1\x27\x51\x39\x58\x49\x6a\x83\x50\x4a\x19\x1b\x72\x86\xa3\xf5\x22\x95\x00\x4a\x90\xe4\xf1\x4c\x0a\xf4\xbf\x8e\xa4\x8d\xc9\x89\xd5\x29\xa6\xf0\x8b\x15\x58\xed\xbc\x2d\x5f\xa3\x1e\x52\xbd\x33\x6c\xec\x01\x7b\x9a\x70\x99\xd8\xfa\xde\x83\xb8\xde\xd8\x6c\xe2\x1d\xb2\x69\x75\xc5\xec\x5c\x86\xbf\x62\xe3\xa5\x17\x91\x93\xd6\xca\xde\x75\xa2\x54\xcb\x70\x5f\xdb\xa9\x4b\xf8\xaf\x3d\x4d\x48\x75\x6d\x23\xc8\xca\x6d\x24\xb7\x0d\xdf\x01\x00\x00\xff\xff\x6a\x7a\x89\x28\x61\x01\x00\x00") + +func confGitignoreGitbookBytes() ([]byte, error) { + return bindataRead( + _confGitignoreGitbook, + "conf/gitignore/GitBook", + ) +} + +func confGitignoreGitbook() (*asset, error) { + bytes, err := confGitignoreGitbookBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/GitBook", size: 353, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreGo = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x3c\x8e\x41\x4b\xc4\x30\x10\x85\xef\xf3\x2b\x06\xf6\xa2\x45\x22\x0a\x8a\x57\x51\xbc\x7a\xd8\xa3\x48\x49\xd3\x49\x37\x4b\x9b\x89\x99\xa9\x64\xff\xbd\xd3\x5d\xf5\x30\x99\xf7\x92\x97\x8f\xb7\xc3\x17\x5e\x4a\x9a\x69\xc4\xf7\xe1\x48\x41\x31\x9a\x91\x1b\xdc\xab\xd7\x14\xd0\xe7\x11\x5f\x4f\xd9\x2f\xa6\xe7\x34\x08\x5e\xed\x0f\xbe\xfe\xa7\xe5\x1a\x3a\xc7\x36\xde\x46\x18\x60\x87\x6f\x3c\x8f\x54\x05\x7a\x1e\x8e\xd0\x2b\x89\x6e\xb7\xcf\x35\x1c\x92\xda\x8f\xb5\x12\x4a\xa1\x90\xa2\x11\xa9\x29\x65\x49\x9c\xe5\xb6\x54\x8a\xa9\x91\x18\xe7\xe3\xe1\xf1\xe9\xfb\xeb\x13\x7e\xb7\xe3\xd5\x10\x9d\x0b\x13\xdf\xb9\x89\x2f\xea\xde\x05\xe8\x6d\xf7\x23\xc5\x35\xff\x99\x89\xf5\x54\x48\xb6\xd4\xd9\x53\x2b\x5c\xd5\x75\x70\x29\xb2\xf8\x94\xb7\x37\x43\x50\x23\x3b\xcf\xed\x3a\x57\x2a\x47\xf8\x09\x00\x00\xff\xff\xe0\xe2\xfb\x63\x0a\x01\x00\x00") + +func confGitignoreGoBytes() ([]byte, error) { + return bindataRead( + _confGitignoreGo, + "conf/gitignore/Go", + ) +} + +func confGitignoreGo() (*asset, error) { + bytes, err := confGitignoreGoBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/Go", size: 266, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreGradle = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x34\x8c\xc1\x0d\xc2\x30\x10\x04\xff\x57\xc5\x22\x3e\xf0\xc0\xd4\xc0\x2b\x4a\x01\x14\x70\xe0\x8b\x75\xc8\xb2\xa3\x73\x0c\xa2\x7b\x6c\x92\xfc\x56\xa3\x99\x75\xc1\xd8\x47\xa1\x47\xd5\xe8\xaf\x44\x47\x8c\x21\x65\x13\x0c\x7f\x8e\xe1\x3e\xe2\x99\xd3\xa4\x81\x56\xf3\xc2\xf3\xec\x8a\x2c\x8b\xa6\xd0\xf5\xdb\x3b\xab\x87\xf6\xa8\x91\x3d\xfb\x58\xd3\xc4\xf0\x62\xc3\xa4\x0d\x9c\xdc\x3e\x0b\xb8\xdd\xd7\x52\x39\xc6\xef\x1a\x8a\x3f\xd3\x61\xbb\xdf\xca\xae\xd3\x2f\x00\x00\xff\xff\x4a\x7e\xce\x92\x9d\x00\x00\x00") + +func confGitignoreGradleBytes() ([]byte, error) { + return bindataRead( + _confGitignoreGradle, + "conf/gitignore/Gradle", + ) +} + +func confGitignoreGradle() (*asset, error) { + bytes, err := confGitignoreGradleBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/Gradle", size: 157, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreGrails = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x6c\x91\xcd\xae\xd4\x30\x0c\x85\xf7\x79\x0a\x6b\xee\x6e\x44\x5b\x01\x4f\x00\xe2\x57\x42\x48\x88\x05\xeb\x34\xf1\xa4\xe6\xa6\x4d\x65\x3b\x94\xcb\xd3\xe3\xa6\xb7\x12\x23\xb1\x9a\xc4\xe7\x7c\x27\x67\xdc\x07\xe8\x13\x29\xa5\xa5\x30\xc2\xad\x30\x7c\x64\x4f\x59\xe0\x65\xff\x0a\xfc\x12\xed\xf7\xb5\x7b\x80\x37\x59\xa7\x52\xd3\x04\x3a\x91\x80\xd8\x39\x47\xd8\x0a\x3f\x36\x64\x2e\xa2\xf0\x0b\x59\xa8\x2c\x02\xe5\x06\xa9\x65\xbc\x00\x52\x20\x31\x5c\x6a\x4a\x28\x8a\xd1\x78\xaf\xf0\x54\x2a\x54\x41\xbb\x20\x5c\x0e\x2f\xd0\xa2\x68\x47\xc5\x6e\x23\x9d\xa0\xeb\xac\xd5\x05\x42\x99\x67\x6b\x61\x11\x5a\x20\xe1\x82\xbb\x63\xe7\xf9\xae\x36\x65\xec\x9d\x99\x36\x1c\xc1\xaf\x6b\xa6\xe0\xd5\xba\x34\x41\xdc\x60\xe3\xce\xc6\xc3\x8f\xf7\x6f\xbb\xcf\x5f\x3f\x0c\x21\x7b\x11\x13\x8c\x88\x78\xf3\x35\x2b\x7c\xfa\xfe\xed\x0b\x44\xaf\x7e\xf4\x72\x04\x4a\xfb\x6b\x2b\x97\x58\x43\x0b\x9b\x4b\x44\x37\xec\x83\x77\x63\x7f\xdd\xe1\xa3\x50\xfe\x1f\xec\xae\x66\x32\xef\x8a\xac\xf4\x7c\x95\xc0\xb4\xea\x0e\xe6\x92\xac\x96\xa8\x0f\x8f\xca\x3e\x60\x6f\x03\x37\xa8\xad\x68\x60\x5c\x0b\xab\xa9\xcd\x63\x5e\x0b\xf9\x89\x41\x81\x31\xe3\x19\xef\x86\x6b\xbf\x79\x6e\x72\xae\x89\x96\x3b\x55\x76\xf9\x0f\xad\x56\xb6\x89\xfd\xef\x39\xef\xd6\x92\x23\xf2\x09\xd0\x62\xcf\xe7\x6c\x55\x8e\x5d\xc9\xe9\xfe\x67\x5f\xe7\xc0\xd8\x8b\xe2\x6c\xc5\x3c\x3f\x5d\x60\xac\x64\x5f\xff\xf9\x25\xf5\x9c\x50\xdd\xdf\x00\x00\x00\xff\xff\xfc\x27\x5b\x79\x47\x02\x00\x00") + +func confGitignoreGrailsBytes() ([]byte, error) { + return bindataRead( + _confGitignoreGrails, + "conf/gitignore/Grails", + ) +} + +func confGitignoreGrails() (*asset, error) { + bytes, err := confGitignoreGrailsBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/Grails", size: 583, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreHaskell = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x2c\x8d\xd1\x0a\xc3\x30\x08\x45\xdf\xfd\x94\x41\xed\x27\x0d\xab\xed\x12\x3a\x34\xd4\x2c\xcb\xfe\x7e\x96\xe4\xc1\x73\x10\xb9\x5e\xc9\x5e\x81\x69\xa3\xf7\x22\x7b\x83\x07\x5a\x4c\xca\x01\x9e\x74\x4c\x61\xf9\xe9\xd3\xa6\xe3\x80\xa9\x70\xc0\x77\x6d\x80\x23\xee\xa4\xb2\x59\x5f\xc7\x37\x9c\x2b\xb2\xe9\x91\x5f\x91\x2c\x97\x1d\x21\xfa\xf4\xbb\xa1\x00\x7a\x25\x3e\x97\xaf\x5d\xe7\x0a\xff\x00\x00\x00\xff\xff\x4a\x8c\x40\x7c\x87\x00\x00\x00") + +func confGitignoreHaskellBytes() ([]byte, error) { + return bindataRead( + _confGitignoreHaskell, + "conf/gitignore/Haskell", + ) +} + +func confGitignoreHaskell() (*asset, error) { + bytes, err := confGitignoreHaskellBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/Haskell", size: 135, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreIgorpro = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x24\xcb\x31\x0e\xc2\x40\x0c\x44\xd1\x9e\x53\x8c\x44\x47\xc1\x01\xe8\x28\x38\xc8\xb2\x9e\x80\x25\xe3\xb5\x12\x2f\x4a\x6e\x4f\xb2\x34\x5f\xaf\x98\x39\xe3\xfe\x6d\x2a\x50\xaf\xd6\x45\xfd\x85\xc7\x1a\x9c\xf5\x43\x4f\x4c\x6a\x5c\x6e\xc8\x37\x37\xd4\xe2\x78\x12\x75\x66\x49\x0a\x8a\x0b\x28\x7a\xd0\x5a\x2d\x66\x1b\xb2\x21\xb9\xe4\x31\x87\xc6\xf4\x7f\x9f\x2e\xd7\x58\x63\x34\xf7\xf6\xe1\xbe\xfb\x17\x00\x00\xff\xff\x31\x87\x73\x89\x79\x00\x00\x00") + +func confGitignoreIgorproBytes() ([]byte, error) { + return bindataRead( + _confGitignoreIgorpro, + "conf/gitignore/IGORPro", + ) +} + +func confGitignoreIgorpro() (*asset, error) { + bytes, err := confGitignoreIgorproBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/IGORPro", size: 121, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreIpythonnotebook = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x52\x56\x08\x49\xcd\x2d\xc8\x2f\x4a\x2c\xaa\x54\x48\x49\x2c\x49\xe4\xd2\xcb\x2c\xa8\xcc\x4b\x8a\x4f\xce\x48\x4d\xce\x2e\xc8\xcf\xcc\x2b\x29\xd6\xe7\x02\x04\x00\x00\xff\xff\x05\xae\x85\xc7\x25\x00\x00\x00") + +func confGitignoreIpythonnotebookBytes() ([]byte, error) { + return bindataRead( + _confGitignoreIpythonnotebook, + "conf/gitignore/IPythonNotebook", + ) +} + +func confGitignoreIpythonnotebook() (*asset, error) { + bytes, err := confGitignoreIpythonnotebookBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/IPythonNotebook", size: 37, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreIdris = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xd2\xd2\xcb\x4c\x4a\xe6\xd2\xd2\xcb\xe7\x02\x04\x00\x00\xff\xff\x91\x9b\x77\x19\x0a\x00\x00\x00") + +func confGitignoreIdrisBytes() ([]byte, error) { + return bindataRead( + _confGitignoreIdris, + "conf/gitignore/Idris", + ) +} + +func confGitignoreIdris() (*asset, error) { + bytes, err := confGitignoreIdrisBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/Idris", size: 10, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreJdeveloper = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x3c\x8e\x41\x4a\x04\x41\x0c\x45\xf7\x75\x8a\xc0\x6c\xa5\xfb\x0c\xe2\x38\xe0\x4a\xc1\x13\xc4\xd4\xef\xb1\xec\x74\x57\x91\xa4\x1c\xfa\xf6\x16\x23\xba\x0b\xe1\xfd\xf7\xff\x89\x32\x16\xee\x1a\xc4\xad\x69\x11\x8e\x52\x77\xf2\xa8\xc6\x57\x50\x2e\x06\x19\xf7\x41\xdd\x91\xe9\xe3\xa0\xf8\x04\xbd\x9c\x9f\xe9\x0d\xb6\x54\xdb\x78\x17\xd0\x13\xcb\xf8\x2e\xe0\xe8\x86\x34\x65\x0e\x9e\x53\x3a\xfd\x66\x06\x45\x8f\xe7\xcb\x50\x1e\x0a\x27\x19\x6c\xd9\xaf\x29\xb0\xb5\x3b\xf4\x57\x5f\x7b\xb4\x1e\xff\x8d\x05\x9e\x44\xd9\x1d\x3e\xa7\x8c\xa6\xf5\x98\xd3\x17\x7f\x73\xae\x72\xcf\x69\x95\x95\x96\xa2\x78\x20\xa6\xc6\x36\x0c\x0b\xbd\x1a\x8b\x8e\x41\x86\x8c\x3d\x0a\x2b\xbd\x0f\x17\xe8\x62\xbc\xe1\x56\x6d\x4d\x72\x63\x55\xc4\xe4\x5e\x27\x95\xf5\x27\x00\x00\xff\xff\xa4\x69\x70\x04\xff\x00\x00\x00") + +func confGitignoreJdeveloperBytes() ([]byte, error) { + return bindataRead( + _confGitignoreJdeveloper, + "conf/gitignore/JDeveloper", + ) +} + +func confGitignoreJdeveloper() (*asset, error) { + bytes, err := confGitignoreJdeveloperBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/JDeveloper", size: 255, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -247,12 +1559,752 @@ func confGitignoreJava() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/Java", size: 189, mode: os.FileMode(420), modTime: time.Unix(1439980167, 0)} + info := bindataFileInfo{name: "conf/gitignore/Java", size: 189, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} a := &asset{bytes: bytes, info: info} return a, nil } -var _confGitignoreObjectiveC = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x44\x90\xb1\x6e\x86\x30\x0c\x84\x77\x9e\xe2\x24\xd6\x06\xf6\x7f\xe9\xd0\xa5\x63\xb7\xce\x51\xe2\x3f\xb8\x82\x18\x39\x4e\x2b\xde\xbe\x06\xa4\x76\x41\x48\x77\xb9\xef\x4b\x46\xbc\x49\x92\xf8\x21\xb9\x0d\xe3\x30\xe2\x93\xa0\x94\x64\xdb\xa8\x66\xc4\x12\xb9\x36\x43\xcc\x99\x6b\x81\x2d\x84\xb3\x88\xcc\xde\x31\xd1\x03\x26\x38\xa4\x2b\xa6\xc2\xc6\xa5\x8a\xd2\x84\x77\xf9\xa1\x6f\x52\x1f\xf3\x08\x6d\x91\xbe\x66\x7c\xf5\x5c\x08\x4f\xd1\xab\xdf\x68\x7d\xbe\x5c\x7b\xbb\x4a\x43\x74\x56\x92\xea\x3f\x4a\x70\xb2\xb1\x54\x72\xbc\x3d\x7c\x64\x31\xdb\x1f\xf3\x5c\x3a\x67\x6a\x53\x3a\x6d\x77\x97\x98\x44\xcb\xdc\x9b\x7b\xdd\xdf\xf0\x9f\x2c\xb6\xad\xe3\xcd\x0d\x1c\x6e\xad\xe0\xb0\x70\xa6\xe1\x4f\x3e\x70\x0d\xcd\x65\x12\xf9\xd9\x6a\x2a\xeb\xeb\xf5\x04\xe7\x15\xe7\xe1\x37\x00\x00\xff\xff\xc8\x52\xf7\x9d\x19\x01\x00\x00") +var _confGitignoreJboss = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x84\xd0\x3d\xae\xc3\x20\x0c\xc0\xf1\x9d\x53\x20\x65\x63\x88\x2f\x91\x6c\x4f\x7a\x5d\x3b\xba\xc1\x89\x92\x38\x05\x01\xfd\xba\x7d\x5b\x55\x4e\x55\x05\x94\x85\xe5\x6f\xf1\x03\x4f\x27\x17\x23\x44\x0a\x57\x0a\x80\xcc\x60\xc9\xb3\x7b\x80\x0f\x6e\xa2\x2e\xd5\x74\x4f\xea\x67\xc6\x52\x8f\x17\x4e\xbb\x73\xcb\x78\x1e\x17\xdc\xbf\xef\x6d\xb2\x1b\xc0\xd4\xaf\x73\x9b\xd2\xe2\xc1\x18\x30\xdb\x62\x31\x61\x21\xdd\x5c\x98\x33\x49\x9e\x5e\xe0\x24\xe7\xc9\xf5\xdf\x79\x56\x72\x81\x96\x6d\x14\x68\xc9\x79\x7a\x5d\x65\x9e\x96\xfc\xa5\x55\xa5\x3f\x6b\x27\xab\x3d\x76\x33\x0e\xa4\xfb\x91\x29\xea\x4a\x29\x53\x37\xed\xe1\xef\xff\xd8\x36\xea\x19\x00\x00\xff\xff\xdd\x36\x93\x3f\xfd\x01\x00\x00") + +func confGitignoreJbossBytes() ([]byte, error) { + return bindataRead( + _confGitignoreJboss, + "conf/gitignore/Jboss", + ) +} + +func confGitignoreJboss() (*asset, error) { + bytes, err := confGitignoreJbossBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/Jboss", size: 509, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreJekyll = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x8a\x2f\xce\x2c\x49\xd5\xe7\xd2\x2b\x4e\x2c\x2e\xd6\x4d\x4e\x4c\xce\x00\x71\xb2\x52\xb3\x2b\x73\x72\x74\x73\x53\x4b\x12\x53\x12\x4b\x12\xb9\x00\x01\x00\x00\xff\xff\xa0\x2d\x85\xce\x25\x00\x00\x00") + +func confGitignoreJekyllBytes() ([]byte, error) { + return bindataRead( + _confGitignoreJekyll, + "conf/gitignore/Jekyll", + ) +} + +func confGitignoreJekyll() (*asset, error) { + bytes, err := confGitignoreJekyllBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/Jekyll", size: 37, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreJetbrains = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x74\x92\x4f\x8f\xda\x30\x10\xc5\xef\xf9\x14\x23\x71\x69\x2b\x02\x77\x6e\x5b\xd8\x56\xa0\xae\xb4\x5a\xd4\x33\x72\xe2\x49\x32\x5d\xc7\x76\x67\xc6\x85\x7c\xfb\x3a\xfc\xa7\xea\x5e\x10\xf9\x3d\xcf\xcc\x9b\x67\x4f\x60\x19\xfe\x20\x0b\x6c\x50\xbf\xb2\x21\x2f\xb0\x5e\x3d\xcb\x02\xd6\x5e\xd1\x39\xda\x4c\xe1\x2d\x55\xc3\x0b\x79\x9c\xc2\x6b\x17\xb7\x1a\xb8\x9f\xc2\x53\x8c\xcb\x60\x47\x34\x2c\x3b\x33\x92\xe5\x0f\x0a\x3e\x0b\xde\x72\x20\x0b\x5b\x4d\x96\x42\x51\x7c\x99\x51\xef\x8a\x62\x32\x81\x15\x31\xd6\xb9\x7a\x28\x2b\x23\x68\x21\x72\xf8\x95\x01\x34\xb9\xa1\xd1\x45\x31\x23\x8b\x66\x5e\x4c\x80\x1a\x18\x42\x02\xc6\x3e\x3b\x03\xed\x10\x4c\x35\xfe\xe3\xe4\xf2\x40\xa3\xe0\xd0\x88\x02\xb5\x3e\xf0\x49\x6f\x82\x73\x61\x4f\xbe\x5d\xe4\x49\xf0\x53\x90\x4b\x89\x58\x53\x43\x35\x88\xa6\xa6\x59\x64\x7c\xea\xbf\x0f\xfc\x2e\xd1\xd4\x38\x3b\x64\x5f\x17\xaa\x46\xde\xe5\x81\x58\xaa\x35\x2f\x64\x98\x50\xc6\xa6\x5b\xf4\x42\x4a\xd9\x46\x60\xe8\xa8\xed\xca\xba\x4b\xec\xa1\x21\x87\x72\x6b\x6f\x8d\x9a\x6d\x48\x5c\xa3\x64\x20\xff\xe5\xf7\x63\xe4\xb7\x5b\x7d\x20\xd9\xc1\x9b\x9e\xea\x07\x96\x68\x85\x92\x17\x47\x3e\xe2\xcc\xbf\xb3\xb1\x0e\x6f\x06\xda\xe3\xf7\x43\x91\xa3\x8a\xaf\x7b\xbc\x04\xdf\x06\x78\x3e\x44\x97\xc3\x63\x88\x2e\xb5\xe4\x6f\xe5\xfd\x28\x6f\x51\x35\x87\x29\xe7\x19\x13\xf8\x96\x97\xfc\xe0\xd6\xf2\xfd\x46\x1e\x7f\xf7\x72\x3c\xfa\x7a\x6c\x78\x8b\xff\x9c\x4f\x1e\x70\x79\x50\xc5\x3c\x24\x9d\x8f\xa4\x8f\xe8\x34\x78\xf4\x73\xa9\xb4\x1c\xe7\x9f\xfd\x9c\xde\xc2\xae\x0f\x36\x5f\xb9\x1c\xcf\x6e\xd6\x6f\x4f\x17\xd5\xa8\x33\x22\x64\xfc\x58\x53\x9e\xe0\x25\x8f\x25\x1b\xe9\xdc\xa0\x54\xcb\xf9\x38\x7c\xca\x5e\xff\x79\x97\x60\xbc\xbd\x1a\xfa\x5c\xd4\xa1\xdf\xd5\xb7\xc2\x1d\x1e\x62\x60\xdd\x89\xf2\x35\x86\x3b\x79\x96\x33\x88\xc8\x3a\x26\x7a\x87\xcb\x2a\x91\xb3\xf7\xe2\xdf\x00\x00\x00\xff\xff\x62\x56\x37\x27\x5c\x03\x00\x00") + +func confGitignoreJetbrainsBytes() ([]byte, error) { + return bindataRead( + _confGitignoreJetbrains, + "conf/gitignore/JetBrains", + ) +} + +func confGitignoreJetbrains() (*asset, error) { + bytes, err := confGitignoreJetbrainsBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/JetBrains", size: 860, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreJoomla = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xac\x5c\xdd\xb2\xe3\x28\x0e\xbe\xef\x47\x99\xaa\x39\xd9\xda\xae\xa9\xda\xeb\xbd\xd9\xc7\x48\x11\x87\x24\xf4\xb1\x8d\xd7\xc6\xa7\x4f\xf6\xe9\x17\x0c\x98\x1f\xf3\x27\x79\x2e\x66\xfa\x04\x7d\x9f\x84\x09\x06\x21\x89\x5c\x3e\x9e\x4c\xb0\xe7\xc8\x67\xfa\xe3\xf2\xf1\x12\xa4\xeb\xe8\xb2\xfc\xb8\x90\xfb\xc0\x46\xb6\x88\x99\x08\x3e\x5f\x3a\xd2\xbd\xe8\xe5\x8f\x43\x33\x1f\x26\x3e\xd2\x51\x2c\xea\xcf\xeb\x26\xac\xa3\x7e\x91\xef\x2a\x48\x90\xe7\x52\x05\xdd\xc8\x38\xd2\xb9\x8e\x6b\xeb\xfd\xc4\x17\xc1\xc6\x45\x90\xbe\xaf\x62\x7f\x71\x3e\xf4\x64\x9d\xee\x44\xd4\x15\x77\x7c\x14\xf2\xc3\x4b\xca\xf9\xfc\x6e\xe8\xad\xa0\x4f\x3e\x33\xda\xf0\x60\x2f\xda\x7d\x36\x0c\xb9\xec\xc1\x83\x3d\x9b\x3a\x4a\x3a\xd1\xfa\x40\x75\xdc\x44\x46\x5a\x1f\xcc\x07\x1b\xef\x74\xae\xc2\xcc\x77\xd3\x80\xec\xc9\xf8\x5c\xc9\xb3\x61\x00\x7b\xfe\x6c\x18\xbe\x81\xde\x19\x69\x40\x8d\x6b\xdd\xe2\x20\xdf\xae\xa6\xae\x0d\xfc\xbe\xf6\x0d\xb8\x91\xfe\x5e\x1e\x94\xde\xeb\xc8\xa9\x5f\xe5\xd3\xd6\x71\xb3\x7c\xdc\x99\x36\xcc\x83\x85\x92\xb9\x7b\xd5\xdf\x65\x3a\x4c\xbd\x9c\xd4\x75\xcb\xeb\xd2\xf2\x3a\xff\xa6\xb7\x9e\x8d\x9f\x65\xa0\x9a\x53\xdf\x72\x3d\x1b\xfa\x18\xf4\xa2\xfd\x74\xa4\xb2\xb1\xeb\xd7\x7b\xaa\x8f\x76\x36\x5d\xe8\xf8\xe7\x7f\xfe\xad\xff\xff\x61\x17\xb2\x0f\x09\x84\x11\x96\xf7\x02\x22\x85\xab\xc7\x19\x2a\xd4\xb2\xbf\xc8\xe1\x89\x50\xab\xde\x32\x8c\xe6\x41\x6d\x2e\x4c\xce\x51\x32\xfd\xa2\x23\x98\xaa\x36\x2a\x38\x01\x62\x45\x2e\x04\x57\xf9\x58\x62\xd1\xfb\x2b\x9a\x07\xb1\x39\xf5\xcf\x2b\x59\xc5\x4b\xce\x1e\x26\xf7\x23\xc6\x47\x39\x99\xf8\x27\x6b\x9f\x07\x79\x0d\xd0\x7e\x98\x59\x6c\x77\xa7\x53\x5c\xac\x6d\xbd\x45\x9d\xa1\x42\x2d\x6b\x9a\xe7\x0c\x9c\x64\x63\xed\xeb\x81\x3b\xc7\x3d\x61\x5b\x8e\xe0\x19\x2a\xd2\xf2\xbe\xa7\x9e\x57\x80\x20\x83\x96\x94\x98\x87\xec\xb0\xdd\x53\x4f\x71\xa1\xb6\x77\x8f\x4e\xa9\xd8\x3f\xfc\x1d\x2a\xa0\x3d\xf9\xef\xca\xa4\x23\x2d\x67\x0d\x6e\xd3\x2b\xa8\x80\xf6\x44\xfb\x54\xf0\x39\xe0\xf3\xc0\x36\xdf\x8b\xdc\xff\x76\xb7\xb9\xe3\x77\xd8\xa3\xa7\xf8\xd0\x3e\x88\xdf\xfc\x21\x17\x0b\x3e\xab\x4d\xe3\x2a\xb8\x98\xce\xd2\xcf\xf5\xe0\xbd\xde\xd8\x27\x6d\xf7\xb7\xf2\x1a\x20\xfd\x10\x53\x7f\x65\x0b\x43\x10\xda\xac\x58\x07\xe9\xfb\xe8\x16\xe7\xbd\x56\x90\xd7\xe1\x18\x50\x4f\xca\x9c\xe6\x51\x1c\xb0\x53\xad\x22\x02\x08\x06\xdc\x0e\x78\xfb\x8e\x68\x60\x8b\x3a\x24\x80\xe2\x20\x8e\x26\x0f\xf6\xc4\x50\x30\x87\x20\x88\xef\xe7\x73\x90\x07\x2e\x14\x07\x6c\x6b\x8b\x90\x60\x28\x50\x4b\x40\x0f\xd6\xa3\x40\x2d\xc1\x37\xf2\x90\x05\xb5\xb7\x47\x7b\x90\x2c\xb0\x3d\x15\x33\x42\x30\xa0\x76\x06\xc2\x7a\xc1\xe1\x34\x15\xac\x42\x30\xe0\x76\xc6\x15\xc3\x80\xdb\xd1\x01\x33\x1c\x09\x6c\x4d\x47\xdd\x50\x1c\xa8\x2d\xf8\x21\x21\x64\x81\x23\x2b\x3a\xfe\x87\xe2\x40\x6d\xd9\x18\x22\x8e\x04\x8e\xdf\x6c\xce\x2f\x86\x02\x0e\xf7\xd8\x58\x26\x92\x05\xb5\xb7\x45\x44\x11\x0c\xa8\x1d\xf0\xf9\x2f\x20\x81\xad\xcd\x64\x9a\x80\x1b\x84\xe5\x40\x6c\xb5\xe2\x7a\x76\x33\xa7\xb6\x76\x0a\xef\x48\xcf\x16\xfa\x31\xbd\xa6\xe6\x70\x5c\xb7\x2e\x82\x0f\xa0\x08\x9e\xa1\x40\x03\x86\x6a\x85\x80\x13\xa0\x56\xb6\x39\xdd\xfe\x8e\x7b\x14\xb0\x25\xfe\x7c\x02\x9f\xc8\x50\x10\x96\x80\x41\x56\xf8\xf6\xae\x58\x6a\x37\x84\x13\xc0\x56\xd6\x5e\x30\x25\x55\x91\x60\xc0\x7e\x9d\xe2\x42\x6d\xf3\x51\xae\x0e\xed\xa7\x2c\x8f\x02\xb5\x34\xf1\x69\xed\x49\xfb\x7a\xe2\x73\xa0\xb6\xf6\x38\x0f\x92\x85\x09\xfd\x03\xbf\x38\xe4\xf7\xb5\xac\x37\xf0\xa4\xb4\x1c\xa8\x2d\xc1\x44\x0f\x9b\x1a\x9a\x01\xb6\xc3\x79\x7f\x03\xce\x0c\xcb\x81\xda\x5a\xc7\x99\x12\xd8\x1a\x65\x28\x50\x4b\x5f\x72\x8b\x67\xc0\x19\x68\x39\x27\xd3\x40\xf4\x9b\x48\x5f\xe6\x54\x1e\xc8\xaa\x38\xd9\x93\xa7\x3a\x20\x9d\x57\x70\xb2\x17\x40\xb7\x21\xaf\xe1\x64\x3f\xfa\x3b\x81\x45\x4c\x53\x7c\x70\x7a\x8c\x4c\xa2\x7b\x11\xe9\xb8\x9b\xbf\x4e\xb2\xb1\xe9\x39\xaa\xbe\xc9\xae\xe7\xe4\xf3\x2c\x1d\xdb\x03\x79\xd6\x7c\xb1\x13\x4c\xac\x5d\xc4\xf4\x8b\xa8\x58\xcb\x72\xb8\xee\xfa\xe4\x7b\x96\x8e\xed\xc1\x24\x85\x37\xb9\x7e\xe2\xbe\x74\xc7\x3e\x63\x7f\x24\x5f\xec\xb9\xbd\x41\x7f\x87\x0a\x6c\x4f\xbe\x38\x30\x59\x15\x10\xa1\x56\xe5\x29\x5d\xca\x97\xab\xca\xf3\x0c\x6c\x9e\x39\x2c\x65\x97\xa0\x63\x7b\x30\x72\x80\x7f\x79\x20\x62\xad\x0a\x36\xbe\x87\x0e\x67\xd8\x72\x91\xb6\xff\xfc\x16\xf7\x2b\x99\xe5\xaa\x0d\x7c\xed\x52\xfc\x33\x7d\x60\x83\x44\x9c\x64\x9f\xb1\x8f\x7b\xf7\xd3\x1a\xce\xf4\x43\xb9\x6f\x03\x9f\xf1\x43\xb1\x2b\x00\xf7\xe2\x5b\xbe\xc1\x0b\xd2\x05\x39\x90\xf1\x09\xf3\x5d\xd5\xa9\x9c\x79\xac\x05\x99\x36\x47\x96\xcb\x1c\xd9\x58\xfb\x98\x72\x99\x98\x7b\xc2\x36\xb4\x5c\x26\xa2\x22\x2d\xe3\xaa\x5d\x0e\x64\xa4\x75\x54\xe9\x4a\xcc\x45\x96\x4c\xc0\xf2\xc8\x07\x22\xd2\xea\x9d\xde\xd6\xf6\xb4\xeb\x81\x88\xb4\xfa\x62\xcf\x57\x2f\xff\x03\xce\xb0\x98\x7c\xb2\x38\xe5\xc1\x7a\x01\xac\x11\x4a\x6b\xc0\xf6\x83\xa3\x46\x5e\xd2\xf8\x8a\x1a\x39\xc3\x3c\xd1\x5d\x24\x75\xfa\x09\x3b\x50\x7a\x34\xa4\x45\x70\xd2\x28\xc5\x45\xdb\x1e\xe8\x70\xc3\xcd\xac\x9d\x8b\xb4\xbd\xd0\x07\x96\x06\xb5\xa8\xb2\x43\x76\xa7\xe9\xa4\xef\x21\x80\xce\x7b\x8a\x8f\xea\x03\xc2\x69\xf1\x79\x28\x9b\xd3\xcc\xe5\xcb\x0f\x5b\xaf\x03\x22\xb4\x94\xeb\xd6\xaf\x54\xd5\xde\xb7\x7b\xa9\x21\x0b\x6a\xef\x45\xc4\x0b\xf0\x85\x7a\x14\x88\xa5\x7a\xf1\x58\xfe\xf2\xc5\x0e\xe4\x5f\x74\x9e\x59\xf9\xc2\x45\x5e\xcd\x40\x46\xf6\x90\x83\x94\x60\xdb\x7b\x33\x2e\x79\x56\xc6\x28\xdf\xa3\x8c\xd0\x29\xab\x0a\x66\x4b\x36\x55\x31\xa9\xcb\x46\x3e\x44\xc5\xd2\x2b\x88\x30\x29\x53\x06\xeb\x74\x4a\x19\x63\xf2\x20\x65\xd0\xee\xa8\x97\x61\x2d\x7d\x32\x19\x83\x32\x68\x0b\xf6\x57\x20\x3a\x4a\x5f\x06\xe9\xf8\x7a\x19\x63\x02\xe3\xf5\x27\x5b\x72\x17\x1c\x2d\x30\x3f\x5f\xdd\x15\xa8\xfd\xe5\x3e\xaa\x71\x20\x55\xd1\x59\x92\xeb\x97\xb6\x84\xd0\x5b\x44\xd1\x46\xb6\xb3\x5a\xb2\xe5\xb5\xf7\x9b\x93\x37\xfd\xdc\x5d\xcf\xb6\x7f\xb2\xf7\x30\x33\x77\x3d\xb3\xf7\x11\xab\x57\x25\x33\xf7\x42\xf3\x37\x17\xf3\x77\x15\xb3\xd7\x0e\xe3\x9b\x77\x5b\xe1\x55\x4a\x60\xef\x01\x96\xae\xe0\x65\xef\xc8\xe5\xee\xba\x15\x6e\xb7\xc5\x22\x5d\x02\x11\x49\xfc\x2f\x72\x0b\xac\xc8\x49\xe6\xbe\x10\xd3\xb2\x6c\x29\x17\x79\xb4\x26\x5e\xa3\xde\x4b\xdd\xe7\x84\xa6\x89\xff\xa6\xd2\xb5\xba\xde\xde\x1f\xd3\xf8\xfc\x11\x5c\x93\x33\x25\x7b\x5b\xe8\x52\x7d\xce\x96\x6e\xb8\x8b\x72\x59\x88\x5f\x4a\x5a\x02\xb9\x2a\xd0\x2c\xca\xaf\x74\xcc\x82\x5c\x7d\x7d\x12\x62\xaf\x91\xf4\xac\x00\x52\x55\x23\x0f\xee\xf9\x60\xc5\x8e\xef\x47\xf3\xac\x2e\x76\x1f\x89\x82\xca\x05\x49\x34\x28\x35\xf5\x81\x65\x9d\xb1\xbb\x94\x05\xca\xd7\x9d\x2c\x4b\x1b\x50\x59\xf6\xbd\xdd\x12\x76\x15\x8f\x7f\x35\x20\x17\xa6\xe6\xe7\xe4\x5f\x0f\xcb\x3f\xb8\xab\x70\xcc\x66\x3b\x9b\x26\x41\x58\x5a\x98\xcf\x07\xcb\xb9\x12\x96\x18\xb4\x41\xcb\x4f\xb2\xc3\xe5\xa3\xb3\x46\xcd\x16\x5a\xd7\x1c\xd7\xee\xe6\x9d\x4d\x4a\xff\xf7\xb3\x09\x53\xff\x62\xa2\x38\x50\x56\x9f\x74\xa7\x05\x97\x6b\x47\xe9\x99\x43\x5c\xdd\xb6\x5f\x02\x98\x05\x79\xd5\x74\x59\x4c\x18\x4e\xca\xc3\xfc\x12\xb6\xcc\x1a\x22\x7d\x82\xb6\x17\xb0\xe9\x1d\x2e\x80\x82\x5a\xb4\xec\x9c\x30\x71\x7f\xe9\xc6\xc8\x91\x62\x5f\xb4\x32\x85\x0e\xf0\xfa\xac\xdb\x29\x71\x1c\x16\xc4\x80\xdb\x79\x83\xf1\x00\x1b\x7e\x91\x5b\x33\x1a\xa0\x5f\xbd\x35\x20\x2c\x40\x77\xdb\xaa\x75\x80\xd7\x2d\x04\x97\x75\xaa\xa8\x06\x7d\xca\x4f\xef\xe6\x75\xb8\x41\x90\x75\xbd\x7e\xc5\x65\x0d\xd4\xb0\xaa\xee\x55\x95\x65\x48\x83\x26\xce\x45\x71\xf5\xf0\x40\x75\x6d\x56\xd0\x8e\x6b\xd0\xe9\xea\x20\x2b\x98\xba\x2e\x57\x56\x56\x86\xd4\x35\xcd\x64\xbc\xab\xdb\x22\x2e\xfd\xd8\x06\x6d\xd0\x4c\xd5\xab\x7b\xbf\xaa\x9f\x02\x80\x61\xeb\xba\xab\x9b\x93\x07\x6a\xd0\xa6\xce\xa2\x4d\x98\x06\x5d\xef\xf1\xae\x4a\x80\x6a\x83\xe9\x70\x75\x9d\xdb\x2e\xdb\xb6\x6c\x06\xd0\xba\xe6\x86\xbd\x39\x80\x35\x68\x7c\xf1\xc5\xaf\x53\x6d\x01\x36\x68\xad\x3a\x07\x3e\xaa\xee\xa4\xc9\x63\xf9\xc0\xba\x36\x50\x9b\xcb\x77\xfd\xe7\x3f\x1a\x51\x6d\xfa\xfe\x6a\xc2\x94\x75\x6d\x71\xc5\x42\x24\xf1\x20\xf2\xee\xb2\xa6\xe3\x8a\xc9\x48\xa2\x74\xa9\x66\xb2\xfd\xbc\x52\x27\x5f\x5e\xed\x32\xf9\x4d\x1b\x71\x6f\xd0\xce\x57\xd8\xb6\x1f\x81\x0e\xcd\xea\xb4\x13\x36\xee\x07\x9b\xb0\x39\xdd\x21\x89\xe5\xf2\xec\x17\xf5\x49\x95\x4a\xc9\x69\x12\xb5\xaa\x30\xce\x83\xcf\x83\x69\xe7\x3a\x2e\xa2\x43\x14\xe6\x29\xcc\x87\x20\xd6\x61\xdb\x74\xae\xd9\xb5\x98\x9a\x04\xd7\xe0\xa2\x20\xe6\xb3\x0d\x7e\x98\x8f\xfe\x76\xe2\x9a\xed\xf0\x7b\xb6\x8a\x89\xfe\x1c\x2c\xfe\x81\x2d\x87\x89\x13\x8a\x4e\xea\x62\x5e\xfa\xb3\x3f\xc6\x7e\x2c\x2f\x76\x6c\x37\x46\x4a\x1e\xfe\x12\x57\x09\xf2\xce\x02\x5c\xf0\x38\x29\x56\x0e\x5d\x56\xe8\x85\x66\x7d\xb9\x17\xdd\x09\x9a\x9d\x63\x14\x8b\x5c\x1c\x3c\x15\xf9\x0e\xda\xdc\x44\xf1\x5b\x37\x47\x24\x6e\x0d\xbf\xfe\x54\xa0\x3b\x15\xda\xf6\xdb\xfc\x2d\xfa\x20\xf3\xf7\xd8\x58\xe8\xa2\x6a\x87\x20\xed\xa1\xd1\xee\x5c\xb1\xc0\xdf\x7b\x62\x99\x1f\x84\x0b\xda\xf7\x5d\xe0\x20\x71\xb1\xb9\x54\x38\xd8\xfe\xf6\x56\x58\x75\x7b\x31\xa5\xd0\x8a\x95\x41\x6c\x45\xca\x05\xb9\x5b\x9f\x32\x00\x55\xd8\x5b\x10\xa7\x3a\x69\xca\x71\x2f\x7b\x61\xae\xcf\xb7\x4d\x49\xa2\x09\xb6\xba\x82\xda\x80\x69\xa5\xc7\x87\xb6\x22\x37\xfd\x62\xc9\x56\x26\x9b\x12\x1c\x07\xc0\x4a\x5c\x89\x69\x4a\xba\xd7\x7f\xe5\x84\xae\x2e\x33\x85\x50\x95\x93\xa9\x76\x2f\x12\x1d\x8b\x52\x23\x66\x97\x5d\x57\x0c\xe9\x33\xad\x54\x95\x2b\xa6\xda\x4d\x35\x61\x4a\x54\x30\xa6\xea\xce\x2e\x66\x91\x49\x50\x37\xf1\xfe\x4a\xa6\x84\xc9\xa1\xf3\x01\xb6\xa8\x2d\xab\x3d\xd5\x39\xbb\x31\xa4\xe6\x87\x13\x1e\xbf\x6e\x27\x4b\xa9\x35\x33\xaa\x20\x0a\x57\xf9\x58\xe8\x6d\x94\x09\x91\xc9\x2c\x44\x92\x20\x1f\x10\xc9\x6c\x02\x23\x6a\xf6\x17\x1c\x2b\x0a\x7e\xf0\xd0\x36\xba\x4c\x5c\x62\x27\x3d\x82\xe2\x7d\xf4\x88\x48\x8d\x8c\x59\x5e\xd3\x23\x63\x85\x89\x91\xf1\x44\xd1\xc8\x18\x49\x72\x64\x8c\x2c\x35\x04\x46\x14\x0f\x9a\x69\x4e\x76\x5d\x3b\x01\x7b\xe2\x2a\x6a\xdf\x2a\xa0\x12\xed\x81\x3b\x11\xc9\xec\x3e\xa7\xde\xd1\x82\x58\xd7\x15\xa5\x00\x3c\x65\x51\xd7\xf5\x24\x04\xd3\xcf\x29\xd1\xea\xff\x28\xe3\x41\xa4\xcb\x4f\x12\xa2\x85\x3e\x12\xad\xa9\x71\x0b\x7e\xbb\xc6\xe7\xa8\x6d\xf2\x12\x56\x7c\x1c\xc4\x89\x37\x76\x6b\x3f\xbe\xac\x5b\xb3\x29\xa7\x38\xb4\xa7\xfa\xe5\xb7\xb9\xe4\xa5\x3e\xeb\x28\x05\x5e\x66\x55\x45\xa9\x8f\x4d\xf2\x0c\x73\x6c\xfc\x2b\x6c\xda\x03\xcd\x61\xb3\x73\x28\xd3\x69\x53\x31\x4c\x3a\x17\xa7\x72\x57\xeb\xac\x6b\xf8\x37\x77\xdc\x4b\xa1\x9a\xe8\xed\x76\x4a\xf9\xe3\x43\x7c\x8b\x1f\xff\x0f\x00\x00\xff\xff\x55\xf9\xae\x71\x73\x57\x00\x00") + +func confGitignoreJoomlaBytes() ([]byte, error) { + return bindataRead( + _confGitignoreJoomla, + "conf/gitignore/Joomla", + ) +} + +func confGitignoreJoomla() (*asset, error) { + bytes, err := confGitignoreJoomlaBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/Joomla", size: 22387, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreKdevelop4 = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xd2\xd2\xcb\x4e\x49\x2d\x33\xe1\x82\x50\xfa\x5c\x80\x00\x00\x00\xff\xff\xe2\x3d\x7b\x0d\x10\x00\x00\x00") + +func confGitignoreKdevelop4Bytes() ([]byte, error) { + return bindataRead( + _confGitignoreKdevelop4, + "conf/gitignore/KDevelop4", + ) +} + +func confGitignoreKdevelop4() (*asset, error) { + bytes, err := confGitignoreKdevelop4Bytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/KDevelop4", size: 16, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreKate = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x52\x56\x08\x2e\x4f\x2c\x50\x70\xcb\xcc\x49\x2d\x56\x50\xe6\xd2\xd3\xd2\xcb\x4e\x2c\x49\xd5\x2d\x2e\x2f\xe0\xd2\x03\x12\x7a\x5a\x5c\x80\x00\x00\x00\xff\xff\xe9\xbe\x25\x0c\x22\x00\x00\x00") + +func confGitignoreKateBytes() ([]byte, error) { + return bindataRead( + _confGitignoreKate, + "conf/gitignore/Kate", + ) +} + +func confGitignoreKate() (*asset, error) { + bytes, err := confGitignoreKateBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/Kate", size: 34, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreKicad = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x6c\xcd\xb1\x0e\x82\x30\x10\x80\xe1\xbd\x4f\x71\x09\x8b\x98\x50\x98\xd9\x10\x75\x31\x31\x0c\xee\xa6\xb4\x07\x34\x40\x4b\xda\x23\xd5\xb7\xb7\xd5\xd5\xe5\x1f\x2e\xf7\xdd\x65\x70\xb5\x0e\xba\xf6\xe4\x41\xa1\xd7\xa3\x41\x05\xbb\xd7\x66\x84\x9b\x6e\x9b\x73\x0d\x13\xd1\x56\x97\x65\x08\x81\xcf\x5a\x0a\x55\x6c\xb2\xe7\xd6\x8d\x25\x63\x19\x3c\x70\xdd\xac\x13\xee\x0d\x83\x5e\xd0\xb3\x23\xaf\xaa\x2a\xb6\x17\x73\xaa\x4c\xfd\xaa\x67\x54\x45\x9a\x46\x74\x47\x5a\xb4\xa7\x1f\x81\x03\xbe\xe2\x09\x8a\x6f\x07\x67\x57\xb8\xa0\x97\x13\xae\x22\x8f\xd2\x20\xa5\xfd\x66\x27\xeb\xec\x4e\xe8\xfe\x93\x4e\xf6\x06\x43\xce\xb8\xf2\x86\x7d\x02\x00\x00\xff\xff\x7b\x7d\x33\x82\xd0\x00\x00\x00") + +func confGitignoreKicadBytes() ([]byte, error) { + return bindataRead( + _confGitignoreKicad, + "conf/gitignore/KiCAD", + ) +} + +func confGitignoreKicad() (*asset, error) { + bytes, err := confGitignoreKicadBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/KiCAD", size: 208, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreKohana = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x4a\x2c\x28\xc8\xc9\x4c\x4e\x2c\xc9\xcc\xcf\xd3\x4f\x4e\x4c\xce\x48\xd5\xd7\xe2\x42\x16\xcb\xc9\x4f\x2f\x06\x0a\x01\x02\x00\x00\xff\xff\x96\xfe\x7e\x2e\x27\x00\x00\x00") + +func confGitignoreKohanaBytes() ([]byte, error) { + return bindataRead( + _confGitignoreKohana, + "conf/gitignore/Kohana", + ) +} + +func confGitignoreKohana() (*asset, error) { + bytes, err := confGitignoreKohanaBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/Kohana", size: 39, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreLabview = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x34\x8d\x31\x0e\xc2\x30\x0c\x00\xf7\xbc\xc2\x52\x17\xe8\x90\x57\xc0\x16\x26\x06\x66\x3b\xb1\x84\x91\xd5\x54\x71\x80\xf2\x7b\xe2\x4a\x5d\x4e\xd6\xc9\x3e\x4f\x90\x84\x1a\x36\x61\x0b\x73\xd4\x8f\x0a\xad\x3e\x28\x85\x30\xc1\xfd\x89\x8d\x0b\x54\x7a\x71\xee\x06\x27\x59\x72\x84\x87\x2c\xa5\x7e\x0d\x2e\x29\xd9\x79\xec\x16\xd5\x41\xab\x3b\xe2\xec\xe6\x37\x32\x7e\x7f\xdd\x38\xbf\x3b\x92\xee\x75\xde\xd8\xe5\x8d\x3b\x16\xec\x38\x0c\xaa\xa0\x1d\x9f\x57\x0b\xff\x00\x00\x00\xff\xff\x58\x5e\x95\x08\x8e\x00\x00\x00") + +func confGitignoreLabviewBytes() ([]byte, error) { + return bindataRead( + _confGitignoreLabview, + "conf/gitignore/LabVIEW", + ) +} + +func confGitignoreLabview() (*asset, error) { + bytes, err := confGitignoreLabviewBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/LabVIEW", size: 142, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreLaravel = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xd2\x4f\xca\xcf\x2f\x29\x2e\x29\x4a\x2c\xd0\x4f\xce\xcf\x2d\xc8\xcc\x49\x4d\xd1\x2b\xc8\x28\xe0\xd2\x4b\xcd\x2b\xd3\xd3\x42\x30\x61\x0c\x2e\x40\x00\x00\x00\xff\xff\xab\x96\x52\xb8\x31\x00\x00\x00") + +func confGitignoreLaravelBytes() ([]byte, error) { + return bindataRead( + _confGitignoreLaravel, + "conf/gitignore/Laravel", + ) +} + +func confGitignoreLaravel() (*asset, error) { + bytes, err := confGitignoreLaravelBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/Laravel", size: 49, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreLazarus = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x4c\x90\x4d\x4e\xc4\x30\x0c\x85\xf7\x3d\x85\x25\x36\x80\xc4\xf4\x0c\xec\x41\x2c\xe0\x02\x4e\xe2\x76\x32\x63\x12\xcb\x4e\x24\x86\xd3\xe3\x74\x98\x9f\xcd\x97\xaa\xf5\x7b\x5f\xe3\x07\x78\xc3\x5f\xd4\x6e\x10\xeb\xb7\x64\x26\x7d\x59\xa9\x90\x62\xa3\x04\x21\x17\xd4\x4c\x06\x8f\x86\x0b\x41\xab\x90\x88\xa9\xd1\xd3\xf4\xbc\xa3\x1f\x72\x26\x66\xa7\xd5\xf1\x78\xe2\x1c\xfc\x64\x35\xa7\xd2\xe0\x7f\x67\x1a\x9f\xc3\xea\x14\xe9\xce\x31\x5e\xd5\x81\xd3\x74\xfb\x01\xec\xad\xde\xdc\x8b\xe7\x5c\x9c\xba\x70\x8e\xdb\x9b\x5c\x96\x3a\xcc\x6a\x6d\xe3\x61\x93\xb5\xfb\x0a\xae\x11\xf9\x12\xed\xe6\x97\x31\xa1\x98\x97\x1c\xaf\x69\x16\xbb\x4f\x04\x8c\xc7\x2e\x2e\x2f\x09\x7a\xc9\x0d\x6a\x6f\xd2\x1b\x2c\x95\x13\xa9\xed\x7c\xf4\x6b\x4f\x46\x10\xb1\x40\xf0\x63\x8f\x65\x1d\xab\x39\xc1\xe8\xf7\xda\x4b\xd5\x2c\x5a\x0f\x14\xbd\x41\x5a\xae\xc5\xa3\xe7\xee\xd9\xa5\x01\x8f\x93\x6f\x67\x1e\xe6\x57\x39\xdf\xc8\x67\x20\xf4\x92\x98\x5c\xa6\xf0\x8e\x11\x3e\x3e\xc7\x4e\xc4\x23\x7f\x01\x00\x00\xff\xff\x63\xeb\xe3\x17\x97\x01\x00\x00") + +func confGitignoreLazarusBytes() ([]byte, error) { + return bindataRead( + _confGitignoreLazarus, + "conf/gitignore/Lazarus", + ) +} + +func confGitignoreLazarus() (*asset, error) { + bytes, err := confGitignoreLazarusBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/Lazarus", size: 407, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreLeiningen = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x3c\xcb\x41\x0e\x42\x31\x08\x04\xd0\x3d\x47\x31\x69\x7b\x26\xac\xf8\x3f\x4a\x5b\x02\x34\xd1\xdb\x5b\x4d\xe3\x0a\xe6\x65\x46\x47\xcb\xaf\x26\xb0\x6f\x46\xaf\x70\x79\xa0\x41\x11\xbe\x16\x28\x55\xd0\x9d\x7c\x7d\x81\x76\x50\x7c\xe9\xa4\xfa\x1c\x33\x16\x66\x21\xee\xe9\x46\xea\xc9\x67\xdb\xd1\x48\x25\x9d\xec\x31\xec\xbd\x49\x65\x1e\xdc\xff\x83\x3b\xb2\x4c\x23\x87\xdc\x7f\x65\x1d\x16\xf0\x09\x00\x00\xff\xff\xb1\x74\x97\xa1\x8a\x00\x00\x00") + +func confGitignoreLeiningenBytes() ([]byte, error) { + return bindataRead( + _confGitignoreLeiningen, + "conf/gitignore/Leiningen", + ) +} + +func confGitignoreLeiningen() (*asset, error) { + bytes, err := confGitignoreLeiningenBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/Leiningen", size: 138, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreLemonstand = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x54\x4f\xcb\x6e\x84\x30\x0c\xbc\xf3\x15\xae\x7a\xa8\xb4\x87\xf2\x49\xab\x6c\x6c\xc0\xaa\xb1\xa3\xd8\xa8\xdd\xbf\x6f\x02\xdd\x0a\x4e\xf3\xc8\x4c\x92\x79\x98\xc5\x67\x59\xca\xc0\x8a\xf4\xf3\xc7\x3c\x92\xc8\xce\xc7\x6c\x3a\xf1\x3c\xde\x86\xb7\x17\x3d\xe0\xff\x34\xaa\x89\x50\xf5\x16\x19\x59\x39\x3a\x8a\xcd\xbb\x6e\x99\x6a\x09\x3b\x0d\x5a\x4b\xc7\xad\x48\x73\x08\x8f\xf8\xfe\x10\xd5\xfb\xc4\x42\x7b\x63\x35\xdc\x3a\x7d\xa4\xfc\x45\x8a\x17\xab\xdd\x7a\xd6\x79\xbd\x34\xb2\x55\x3a\x6b\x27\x77\x36\xbd\x58\x8b\x95\x8b\x7e\x7a\xfb\xd6\xd9\xd9\xfc\x58\xf2\x0e\x09\x11\xfa\x3a\xd2\xb8\xdf\xfa\x58\xe0\x09\x9e\xb6\x01\x9a\x7e\x04\x7c\x27\x0d\xa0\x9a\x9c\x20\x0b\xb7\x10\xe4\x25\xe9\x4c\x0e\x61\xaf\xde\xf0\x1b\x00\x00\xff\xff\x01\x92\x39\x8f\x5c\x01\x00\x00") + +func confGitignoreLemonstandBytes() ([]byte, error) { + return bindataRead( + _confGitignoreLemonstand, + "conf/gitignore/LemonStand", + ) +} + +func confGitignoreLemonstand() (*asset, error) { + bytes, err := confGitignoreLemonstandBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/LemonStand", size: 348, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreLibreoffice = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x52\x56\xf0\xc9\x4c\x2a\x4a\xf5\x4f\x4b\xcb\x4c\x4e\x55\xc8\xc9\x4f\xce\x2e\xe6\xd2\xab\x03\xd1\x7a\x5a\xca\x5c\x80\x00\x00\x00\xff\xff\x7a\x7d\x60\x16\x1e\x00\x00\x00") + +func confGitignoreLibreofficeBytes() ([]byte, error) { + return bindataRead( + _confGitignoreLibreoffice, + "conf/gitignore/LibreOffice", + ) +} + +func confGitignoreLibreoffice() (*asset, error) { + bytes, err := confGitignoreLibreofficeBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/LibreOffice", size: 30, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreLilypond = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xd2\xd2\x2b\x48\x49\xe3\x02\x92\xc5\x40\x22\x37\x33\x25\x13\x42\x01\xc9\x9c\xfc\x74\x2e\xad\x3a\x2e\x40\x00\x00\x00\xff\xff\x80\x9a\xc4\xa4\x21\x00\x00\x00") + +func confGitignoreLilypondBytes() ([]byte, error) { + return bindataRead( + _confGitignoreLilypond, + "conf/gitignore/Lilypond", + ) +} + +func confGitignoreLilypond() (*asset, error) { + bytes, err := confGitignoreLilypondBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/Lilypond", size: 33, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreLinux = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x3c\xcc\xb1\x0e\xc2\x30\x10\x03\xd0\xfd\xbe\xc2\x12\x5b\x25\xfa\x15\x30\xc1\xc8\x0f\x9c\xd2\x2b\x39\x01\x49\xe4\x1c\x02\x16\xbe\x9d\x74\x61\xb4\x65\xbf\xe9\x2b\xb2\xc3\xe9\x70\xc4\xe2\xb4\x14\x95\x1f\x34\xda\x6a\xb4\x92\xac\xcb\xfc\xaf\xb7\xdd\xd9\xcb\xf3\x8d\xa0\xf6\x8c\xb5\xde\x17\x23\x5e\xd9\x53\xc6\xc3\xaf\x39\xa0\xad\x99\x12\xb5\x40\xcb\x60\x94\xe1\xe1\x23\x55\x0e\xbd\xdf\x64\xbe\x6c\xcf\xfd\x24\xbf\x00\x00\x00\xff\xff\xa3\x64\x8a\xcf\x76\x00\x00\x00") + +func confGitignoreLinuxBytes() ([]byte, error) { + return bindataRead( + _confGitignoreLinux, + "conf/gitignore/Linux", + ) +} + +func confGitignoreLinux() (*asset, error) { + bytes, err := confGitignoreLinuxBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/Linux", size: 118, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreLithium = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xca\xc9\x4c\x2a\x4a\x2c\xca\x4c\x2d\xd6\xd7\xe2\x2a\x4a\x2d\xce\x2f\x2d\x4a\x06\xb2\x4b\x72\x0b\x80\x7c\x40\x00\x00\x00\xff\xff\x1a\xab\xaa\xaa\x1c\x00\x00\x00") + +func confGitignoreLithiumBytes() ([]byte, error) { + return bindataRead( + _confGitignoreLithium, + "conf/gitignore/Lithium", + ) +} + +func confGitignoreLithium() (*asset, error) { + bytes, err := confGitignoreLithiumBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/Lithium", size: 28, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreLua = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x3c\x90\x31\x4f\xfc\x30\x0c\xc5\xf7\x7c\x8a\x48\xb7\xfc\xff\x1d\x32\xa1\xea\x76\x40\x62\xa8\x04\x12\x03\x23\x4a\x1c\xf7\xea\xbb\x70\x89\x9c\x46\x84\xfb\xf4\xd8\x41\x30\xf4\xd7\x27\xeb\xf9\xf9\xb5\x07\x7b\x9f\x3f\x0a\x25\x8c\x76\x69\xde\xd6\xdc\x18\xb0\x9a\xd4\x3c\xb8\xdc\x76\x63\x0e\x56\x34\x67\xb8\x54\x1b\x1a\xa5\x68\x57\x31\x57\x33\xb9\xca\xe0\x74\x2e\xf2\x46\x45\xb8\x7b\x76\xa7\x9b\x6e\x3c\x87\x33\xc2\xfe\xe7\xcc\xfa\xa8\xb8\x0c\x15\xce\x42\x4c\xab\x3a\x5f\x18\xe1\xf7\xfe\x13\xfa\x88\xac\xbe\x13\x6c\xc2\x22\x14\xcb\x42\x81\x3d\xd3\x48\x4a\x14\x84\x5e\xd5\x80\xe6\x45\x5c\x35\xaf\x17\x35\xbf\x6e\x9e\x25\x2a\x8f\x02\xd5\xfe\xa3\x2b\x38\xfb\x46\xd7\x98\x3f\xab\x7d\x58\x96\xfa\x5f\x37\x52\xd2\xfe\x79\xc0\x4d\x3a\xf9\xd2\x64\xd9\x7f\xec\x08\x6d\xf7\xe1\xa7\x38\x76\xd4\xc2\xf2\x1b\xe4\x68\xd1\x6f\xa4\xe9\x38\xcb\xab\x1f\xe7\xf7\xf9\x4e\xc4\x86\xdd\x98\xef\x00\x00\x00\xff\xff\x02\x2b\x5e\x62\x44\x01\x00\x00") + +func confGitignoreLuaBytes() ([]byte, error) { + return bindataRead( + _confGitignoreLua, + "conf/gitignore/Lua", + ) +} + +func confGitignoreLua() (*asset, error) { + bytes, err := confGitignoreLuaBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/Lua", size: 324, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreLyx = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x52\x56\xf0\x4c\xcf\xcb\x2f\x4a\x55\xf0\xa9\x8c\x50\x48\x4a\x4c\xce\x2e\x2d\x50\x48\xcc\x4b\x51\x48\x2c\x2d\xc9\x2f\x4e\x2c\x4b\x55\x48\xcb\xcc\x49\x2d\xe6\x52\x56\xc8\x28\x29\x29\xb0\xd2\xd7\x2f\x2f\x2f\xd7\xcb\xa9\xac\xd0\xcb\x2f\x4a\xd7\xe7\xd2\x02\x31\xeb\x20\x94\x32\x17\x20\x00\x00\xff\xff\x47\x56\xf9\xb0\x4b\x00\x00\x00") + +func confGitignoreLyxBytes() ([]byte, error) { + return bindataRead( + _confGitignoreLyx, + "conf/gitignore/LyX", + ) +} + +func confGitignoreLyx() (*asset, error) { + bytes, err := confGitignoreLyxBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/LyX", size: 75, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreMagento = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x7c\x56\xcd\x8e\xe4\x28\x0c\xbe\xe7\x51\xe6\x90\x48\xbb\x4f\x50\x5b\x93\x91\x46\xaa\x9e\x69\x75\x8d\x76\x56\x7b\x29\x11\x70\x12\x77\xf1\x27\x20\xdd\x55\xfb\xf4\x6b\xa0\x52\x3f\xdd\x09\x17\x62\xfb\xfb\x62\xb0\x31\x86\x7a\x0c\x8c\x73\xf0\xbe\xf6\x4c\x59\x09\x55\xad\x8c\x18\x30\x34\x49\x50\x4c\x37\x15\xb3\xb6\xe1\x46\x00\x0d\x4a\x4d\x1a\xc3\xb9\x79\x1e\x0d\x68\x3c\x2d\x62\x5b\xf5\x60\x76\x90\x55\x01\x1e\x07\xdd\x30\xa1\x50\x8f\x41\x49\x32\xf4\x6c\x92\xe1\xfa\xbd\x67\xf5\xce\xe8\x00\x5a\x34\x1d\xf3\xb0\x8c\xb8\x77\xb1\x0c\xcc\xfe\x3a\xc9\xf4\xb1\x4c\x29\x4e\x3d\x83\x68\x47\xa3\x57\x16\x31\x73\x28\x55\xe0\xf4\x32\x07\xe8\xe3\xac\x43\x0a\xe4\x42\xbf\xa7\xa1\xf6\x81\x49\x99\x7f\x85\xc0\xa3\xab\x49\x82\x6f\xda\xeb\x6f\x87\x2f\x9f\xc0\x27\x36\xc0\x61\x23\x65\x7d\x52\x72\x05\xb4\x58\x04\xff\x28\xa0\x53\x18\x8d\xc3\xff\x40\x43\x58\x67\xfd\x35\x69\x21\x61\x1d\xdf\x32\x1b\xf8\xc8\x0a\x04\x4a\x0c\x6a\x28\xc4\xb0\x35\xca\xa2\x04\x57\x62\xe8\x1e\x87\xc9\xb1\x4e\xc2\xfe\x9d\xd1\x84\xe0\x8b\x6c\x0d\xbc\x10\xd3\x76\x72\x0e\x34\x3f\xef\xcf\xaa\x33\x85\x85\x7d\x35\xef\x5a\x1a\x26\xe2\xb4\xeb\xac\xef\xca\x1a\x17\xda\x53\x1c\xd7\x59\x3b\xf2\xf3\x0b\x7c\x81\xf1\x93\xd1\x86\xac\xc3\xcf\x34\x6c\x19\x45\x5e\xa0\x80\xf3\xe8\xa9\x1a\x0b\xb3\xfc\x06\x28\x78\xf8\x8d\x62\x28\x55\xc3\x3f\x4a\x96\xb2\x7b\xe9\x17\x87\x27\x3a\x49\xe7\xce\x98\x23\x2d\x68\x91\xb8\x55\x87\x17\x10\xe8\xf7\xd4\x91\xd0\xe8\x07\x0e\x7d\x25\x82\xa8\xed\x65\x9f\x25\x85\x74\x05\x79\xaa\x84\x07\xfe\xed\xe0\x3d\x98\xa5\xe1\x2c\xed\x6d\xcd\x84\xc0\x40\xb3\xb0\x25\x30\x00\xb5\x43\x16\xe0\x33\x94\x2c\xd7\xbe\x99\xb4\x84\x5d\x7a\x44\xcc\x47\x6d\x47\x5b\x35\x9c\x5a\x40\x92\x92\xe0\xc7\x4a\x5c\xea\x06\x5c\x53\x81\x73\xc6\xf9\xa6\xea\xd9\x1b\xd2\xe2\x6b\x1a\xaa\x26\xe6\x38\xfe\x80\x9a\xcb\x89\x3a\x44\x53\x51\x83\x10\x70\xba\x18\x2f\xd2\xdc\xaa\xe7\xe6\x91\xd0\x57\x9f\x3b\x5e\x1d\x9b\x6b\xd4\xe2\x8a\xb4\x60\x34\x15\x29\x77\x4d\x28\xa9\xa7\x40\x63\x94\x7a\x74\xd0\x4d\x43\x96\x25\xf3\x63\x92\x6e\x93\x92\xf2\xea\xb9\x91\x26\xfb\x91\xd8\xa5\xaf\xa2\x20\x93\x60\x9d\x09\x26\x9c\x6d\xd6\x3c\x77\x68\x29\x31\x93\x34\x53\xf6\xef\x2d\xe3\x74\x82\x07\xec\xa3\x46\x07\xfe\x7c\x50\x3c\x93\xdf\x98\x43\xa0\xa6\x19\x7d\xfe\xf9\xd5\x03\x9f\xe2\x5d\x11\xb5\x8d\x8d\xf5\x9c\xe5\x5e\xc2\x29\x4b\x83\x31\x83\x04\x02\xf8\xd1\x4c\x21\xdb\x6e\xdb\x10\xb5\x1d\xea\x1d\x76\xe0\x62\x5f\xf9\x46\xed\x37\x73\x9e\xd2\x5a\xa3\xf4\xdc\x6e\x5e\x2e\x12\x48\x36\x98\x2c\x53\x98\x34\x79\x8a\x2c\x0e\x7f\xdf\x2d\xeb\xdf\xd8\xc0\x93\x14\x6f\xb5\xf4\x75\xb1\x3c\x6f\x8e\x75\x20\x2f\xbb\xef\xdb\xf6\xc7\xbe\x3d\x6c\xbe\xed\xea\x70\x0a\xb3\x9e\xb7\x62\x56\xee\x80\x43\xdb\x7e\xa9\x52\x0e\x2b\x45\xee\x58\xc3\x27\x1f\x8c\x8a\x65\x91\x75\x31\xca\xab\x78\xd7\x6b\x66\xdb\x2d\xea\xac\x63\xea\x34\x33\x4a\x25\xca\xf3\x59\x9c\x2d\x9c\x51\x99\x98\x21\x6e\x96\x98\xc8\xcc\x73\x7a\x97\x41\xaa\x7a\x0e\xa3\x91\xb1\x4a\xaf\x17\x24\x1d\x3e\x4c\xf5\xa0\x3b\xe2\xbd\x26\xdf\x16\x98\x4b\x03\x89\x54\x94\xa8\x71\x2e\x4c\x7b\x1c\x50\xf7\x94\x98\x97\x76\xd7\x6e\x28\xde\x1f\x3f\x7f\xb5\xfb\x94\x01\x3f\x02\xdd\x76\xac\xf3\xc1\x31\x9e\x8b\x3d\x9b\xf8\xdc\xec\x6f\xa6\x54\x85\x0f\x16\x5a\x67\xd6\x90\x8e\x27\xb3\xe9\x34\xfa\x23\x16\x9f\x15\x2b\xf8\xed\x44\x64\xc6\x87\x27\xc7\xa3\x2d\x3d\x36\x1e\x4d\x1f\x9e\x19\x6b\xe0\xf4\xc9\xd7\xf2\x02\x3f\xc1\x7d\xbc\x89\xc6\x35\x74\x00\x97\xde\x66\xcb\xe8\xfc\x64\x59\x46\xe7\xc7\xca\x23\xfa\x31\x1f\xd7\x87\xc9\x5b\xdc\xe0\xff\x03\x00\x00\xff\xff\xd0\x6b\xd2\x32\x27\x0a\x00\x00") + +func confGitignoreMagentoBytes() ([]byte, error) { + return bindataRead( + _confGitignoreMagento, + "conf/gitignore/Magento", + ) +} + +func confGitignoreMagento() (*asset, error) { + bytes, err := confGitignoreMagentoBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/Magento", size: 2599, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreMatlab = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x9c\x90\xbd\x4a\x04\x41\x10\x84\xf3\x79\x8a\x92\x4d\x74\x41\xef\x21\x44\x8c\x0e\xc1\x0b\xbc\xb4\xd7\xe9\xbb\x6b\x77\x7e\x96\xe9\x9e\x75\x4d\x7c\x76\x67\x10\x0c\x05\xed\xf8\xab\xe2\xab\x1e\x86\xdb\xbf\x9f\x1b\x06\x3c\x73\xcc\x2b\x83\xaa\x65\xa5\x95\x15\x67\x4e\x5c\xc8\xd8\x63\xfa\x80\x5d\x18\x7b\xb2\x40\x13\xd8\x8b\xe5\xd2\x23\x2f\x8c\x4b\x43\x71\x16\xc3\x29\x17\x4c\xf4\x3a\xd7\x45\xaf\xdc\xff\x24\x5c\x6b\x94\xe4\xf3\xbb\xc2\xf3\x89\x6a\xb0\x1f\x1b\xf0\x66\x9c\x54\x72\x72\xe3\x1d\xe9\xda\xd9\xa7\xc3\x11\x3b\x8c\x49\xb6\xdf\xf1\xf8\xd9\xe9\xfb\x1c\x17\x09\x6d\xcc\xfe\xe1\x88\x49\x12\x15\x69\x1b\xaf\x29\x04\x2c\x81\xac\xe9\x47\xbd\xe9\x34\x6f\x63\xe7\x0f\x12\x6b\x90\x34\xb7\xa0\x67\x3c\x7e\xff\xa2\x17\x6a\x58\xca\xdb\xce\x7d\x05\x00\x00\xff\xff\x00\x28\x67\xe1\x68\x01\x00\x00") + +func confGitignoreMatlabBytes() ([]byte, error) { + return bindataRead( + _confGitignoreMatlab, + "conf/gitignore/Matlab", + ) +} + +func confGitignoreMatlab() (*asset, error) { + bytes, err := confGitignoreMatlabBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/Matlab", size: 360, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreMaven = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x5c\xcb\xc1\x09\xc3\x30\x0c\x46\xe1\xbb\x77\x89\xb3\x43\x07\xe8\x0e\x4e\xf4\x63\x44\x2d\x59\xc8\x72\x48\xb7\xef\x25\x84\xd0\xdb\xe3\xc1\x17\xc5\x2b\x62\x4d\xd6\x25\x9f\xd2\x72\x94\x7a\xb7\xa3\xa1\x0c\xbc\xca\xfe\x99\x76\xdf\x03\x3e\xb8\xeb\xf8\xdb\x8a\x33\xd2\x25\xb2\x79\x37\x78\x30\x46\x22\x18\x94\xa0\xfb\x77\x71\xd0\xdc\x41\xcb\x45\xd2\x36\xb9\xd1\x7b\xca\x06\x7f\x8a\x2c\x87\xae\xc1\xc2\x5a\x9f\xfb\x17\x00\x00\xff\xff\x17\x6e\xed\x25\xaa\x00\x00\x00") + +func confGitignoreMavenBytes() ([]byte, error) { + return bindataRead( + _confGitignoreMaven, + "conf/gitignore/Maven", + ) +} + +func confGitignoreMaven() (*asset, error) { + bytes, err := confGitignoreMavenBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/Maven", size: 170, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreMercurial = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xd2\xcb\x48\xd7\xe7\x02\x12\x99\xe9\x79\xf9\x45\xa9\x20\x56\x71\x66\x7a\x31\x98\x2e\x4d\x82\x52\xc5\x25\x89\x25\x60\xa9\x92\x44\xa0\x14\x20\x00\x00\xff\xff\x5c\x2f\x20\x72\x32\x00\x00\x00") + +func confGitignoreMercurialBytes() ([]byte, error) { + return bindataRead( + _confGitignoreMercurial, + "conf/gitignore/Mercurial", + ) +} + +func confGitignoreMercurial() (*asset, error) { + bytes, err := confGitignoreMercurialBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/Mercurial", size: 50, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreMercury = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xf2\x4d\x2d\x4a\x2e\x2d\xaa\xd4\xe7\x82\x32\xf4\x72\xf3\x53\x4a\x73\x52\x8b\xb9\xb4\xf4\x72\x33\x80\x44\x6a\x51\x11\x90\xcc\xcc\xcb\x2c\x01\x52\x29\x39\x39\x20\xa1\x8a\x54\x20\x99\x08\xc4\xc5\xf9\x20\xc1\xca\x9c\xcc\x24\x20\x9d\x94\x9a\x98\x0b\xd2\x96\x02\xc4\xc9\xf1\x29\x89\x25\xa9\x5c\x80\x00\x00\x00\xff\xff\x41\x17\x46\xe8\x5d\x00\x00\x00") + +func confGitignoreMercuryBytes() ([]byte, error) { + return bindataRead( + _confGitignoreMercury, + "conf/gitignore/Mercury", + ) +} + +func confGitignoreMercury() (*asset, error) { + bytes, err := confGitignoreMercuryBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/Mercury", size: 93, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreMetaprogrammingsystem = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x5c\x90\x4f\x4b\xc3\x40\x10\xc5\xef\xfb\x29\x06\x7a\x10\x1a\x92\x80\xe0\xc5\xb3\xa2\x17\x41\x68\xee\x32\xd9\x9d\x98\x8d\xfb\x27\xec\xcc\x36\xe6\xdb\xbb\xa6\x2d\xd6\xde\x66\x86\xc7\x9b\xdf\x7b\x4b\x4c\x5f\x3c\xa3\xa6\xe6\xdb\x3b\x35\xe5\x60\xe5\xe8\x17\x14\x3d\x52\xda\x37\x73\x8a\x33\x25\xb1\xc4\xaa\xcf\xd6\x99\xeb\x83\xda\xc1\x27\x05\x4a\x28\x64\x60\xc2\x23\x82\x76\xc8\x4c\x0c\x18\xce\x07\x8e\x39\x69\x82\xc1\xba\xa2\xdf\x01\x80\xc7\x90\xd1\xb9\x15\xd0\x98\x22\x5b\x41\x67\x96\xe8\x01\x8b\xe5\x80\x5a\x18\x64\x44\x01\x8d\xe1\x4e\xa0\xa7\xab\x07\x43\x2a\x32\x19\x09\x7c\x34\xe4\x4e\x6e\xa3\xc8\xfc\xd8\xb6\x3a\x86\xc1\x65\x0a\x25\xc3\x44\xd2\x27\xb4\x81\x1b\x1d\x7d\x6b\x2c\xcf\x0e\xd7\xf6\xed\xfd\xf0\x74\xff\xd0\xbe\xc6\xa5\x8b\x55\x5d\x57\x65\xaf\x0a\x63\xf5\x62\x45\x9d\x99\x3f\xca\x27\x75\xc2\xbd\x19\x1b\x8d\xa5\x8b\x9b\xb8\x42\x5c\x28\x0b\xc9\x96\x75\xdb\x12\x71\x76\xc2\xea\x77\xd9\x2c\x2e\xc3\xc5\xa0\x7b\x3e\x74\xf5\xfe\xaf\xe6\x7f\xed\xfe\x04\x00\x00\xff\xff\xb9\x6e\x6a\xb3\x87\x01\x00\x00") + +func confGitignoreMetaprogrammingsystemBytes() ([]byte, error) { + return bindataRead( + _confGitignoreMetaprogrammingsystem, + "conf/gitignore/MetaProgrammingSystem", + ) +} + +func confGitignoreMetaprogrammingsystem() (*asset, error) { + bytes, err := confGitignoreMetaprogrammingsystemBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/MetaProgrammingSystem", size: 391, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreMicrosoftoffice = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xd2\xd2\x2b\xc9\x2d\xe0\xe2\x52\x56\x08\xcf\x2f\x4a\x51\x28\x49\xcd\x2d\xc8\x2f\x4a\x2c\xaa\xe4\xaa\x53\xd1\xd2\x4b\xc9\x4f\xd6\x02\x49\xb9\x56\x24\xa7\xe6\xa0\xc9\x55\xe4\x14\x23\xc9\x39\x25\x26\x67\x97\x16\x28\xb8\x65\xe6\xa4\x72\x81\xe4\xb2\xb9\x00\x01\x00\x00\xff\xff\xdb\x73\x90\x88\x58\x00\x00\x00") + +func confGitignoreMicrosoftofficeBytes() ([]byte, error) { + return bindataRead( + _confGitignoreMicrosoftoffice, + "conf/gitignore/MicrosoftOffice", + ) +} + +func confGitignoreMicrosoftoffice() (*asset, error) { + bytes, err := confGitignoreMicrosoftofficeBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/MicrosoftOffice", size: 88, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreModelsim = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x74\x8e\x31\x4e\xc5\x30\x0c\x86\x77\x9f\xc2\x12\x0b\x64\x78\x5c\x81\x0b\x30\x31\x22\xf4\x94\x26\x6e\x6b\x48\xe2\x28\x76\xcb\xf5\x71\x96\xa7\x2e\x2c\xdf\xaf\xe4\x97\x3f\xfb\x09\x79\x6b\x32\x08\xdf\x25\x53\xf9\xe0\x8a\x1b\x35\x1a\xd1\x28\xe3\xca\x85\x14\x63\xcb\x98\x79\x50\x32\x19\xec\xef\x67\xa3\xda\x2f\x9d\x0a\x4a\x7b\x81\xcf\xfb\xdb\x57\x00\x78\xf8\x92\xd4\xce\x25\x1a\x4b\x43\x39\xac\x1f\x86\xb2\x3e\xb6\x40\xb8\x55\x63\x67\x8e\x36\xb9\xa8\xb3\xeb\xfc\x5f\xe2\x8f\x33\xd5\xee\xfc\xee\x9b\x73\xb7\x5a\x66\xa1\xeb\xc5\xaf\x5c\x8f\xff\xf5\xbf\x65\x0d\x3e\xe2\xe1\x3c\xd5\x66\x1c\x29\x2f\x90\xe4\x0c\xaf\x60\x23\x36\x4d\x83\xbb\x05\xd0\x74\xcf\x9d\x77\x8a\x99\xc6\x6d\x87\xd3\xc5\x7e\xcf\x06\x7f\x01\x00\x00\xff\xff\x42\xd3\x8b\x1f\x1a\x01\x00\x00") + +func confGitignoreModelsimBytes() ([]byte, error) { + return bindataRead( + _confGitignoreModelsim, + "conf/gitignore/ModelSim", + ) +} + +func confGitignoreModelsim() (*asset, error) { + bytes, err := confGitignoreModelsimBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/ModelSim", size: 282, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreMomentics = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x52\x56\x70\x2a\xcd\xcc\x29\x51\x48\xcb\xcc\x49\x2d\xe6\xaa\xb0\x30\xd3\xe7\x4a\x2c\xca\x05\x13\xba\x05\xfa\x5c\x25\x45\x89\x79\xc5\x39\x89\x25\x99\xf9\x79\xc5\xfa\x5a\x7a\x85\xb9\x5c\x5c\xca\x0a\x9e\x2e\xae\x0a\xc5\xa9\x25\x25\x99\x79\xe9\xc5\x5c\x7a\x30\x96\x3e\x17\x20\x00\x00\xff\xff\x0c\x04\x33\xd5\x4c\x00\x00\x00") + +func confGitignoreMomenticsBytes() ([]byte, error) { + return bindataRead( + _confGitignoreMomentics, + "conf/gitignore/Momentics", + ) +} + +func confGitignoreMomentics() (*asset, error) { + bytes, err := confGitignoreMomenticsBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/Momentics", size: 76, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreMonodevelop = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x52\x0e\x2d\x4e\x2d\x52\x08\x2e\x48\x4d\xce\x4c\xcb\x4c\xe6\xd2\xd2\x2b\x05\xf2\x0b\x8a\x52\xd3\x8a\xa1\xec\x92\xc4\xe2\xec\x62\x2e\x2e\x65\xdf\xfc\xbc\x7c\x85\x80\xa2\xfc\xac\xd4\xe4\x12\x05\xb7\xcc\x9c\x54\x90\x82\x82\xcc\x94\x24\x20\x55\x94\x5a\x9c\x5f\x5a\x94\x0c\x14\x2a\x49\x2d\x2e\xd1\x05\x72\x4b\x73\x4a\x8a\xf5\xb9\x00\x01\x00\x00\xff\xff\xf3\x3c\xfc\xc2\x5d\x00\x00\x00") + +func confGitignoreMonodevelopBytes() ([]byte, error) { + return bindataRead( + _confGitignoreMonodevelop, + "conf/gitignore/MonoDevelop", + ) +} + +func confGitignoreMonodevelop() (*asset, error) { + bytes, err := confGitignoreMonodevelopBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/MonoDevelop", size: 93, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreNanoc = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x2c\x8e\x31\x6f\xc4\x20\x0c\x46\x77\x7e\xc5\x27\x65\x68\x2b\x55\x61\xef\xda\xaa\x53\xc7\xee\x27\x8b\x40\xc2\x09\x6c\x04\xe6\x4e\xf9\xf7\x47\x72\xb7\x3d\x5b\xef\x59\x9e\xf0\x2b\x15\xa5\xca\xd5\x3b\x6d\xe8\x2d\xf2\x0a\x26\x16\x87\xf7\x4d\xb5\x7c\x59\x7b\x4e\xf3\xbd\xd9\x0f\x63\x26\xfc\xf8\x40\x3d\x29\x92\x38\xd2\x28\x8c\x30\x7a\xe9\x5a\xba\x7e\x82\xbd\x5f\x1a\x54\x90\x49\xdd\xf6\x5a\x5f\x96\x58\xdf\x1a\x6e\x94\xba\x1f\x76\xe7\x05\x91\xe1\x84\x43\x5c\xe7\x9d\x72\x32\x4f\xcf\x1e\xe7\xff\x7d\x2e\x52\xa9\xee\x08\x31\x79\x8c\x74\xfc\x25\x75\x37\x9a\xcb\x29\x7c\x57\x6a\x1b\xfe\x64\x35\xee\xa0\x39\x0d\x7a\x04\x00\x00\xff\xff\x23\xc7\x0b\x69\xc5\x00\x00\x00") + +func confGitignoreNanocBytes() ([]byte, error) { + return bindataRead( + _confGitignoreNanoc, + "conf/gitignore/Nanoc", + ) +} + +func confGitignoreNanoc() (*asset, error) { + bytes, err := confGitignoreNanocBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/Nanoc", size: 197, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreNetbeans = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x34\xcc\x4d\x12\x80\x20\x08\x86\xe1\xbd\x77\x49\xcf\x84\x3f\x39\x34\x06\x0e\x62\xd3\xf1\xc3\xa6\x56\xf0\x3e\x8b\x8f\x62\x17\x3e\x4a\xd2\xd0\x05\x2f\xd0\x12\x5c\x9c\xd8\x72\x70\x14\xbf\x27\xe3\xd0\x95\xff\x85\xa4\xc8\x34\xfc\x7d\x36\xab\x2d\x31\xed\x58\xa7\xc0\xd2\x17\xbd\x69\x15\xc8\xcd\xc6\x9e\x00\x00\x00\xff\xff\xcd\x0e\x0d\x6e\x60\x00\x00\x00") + +func confGitignoreNetbeansBytes() ([]byte, error) { + return bindataRead( + _confGitignoreNetbeans, + "conf/gitignore/NetBeans", + ) +} + +func confGitignoreNetbeans() (*asset, error) { + bytes, err := confGitignoreNetbeansBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/NetBeans", size: 96, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreNim = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xca\xcb\xcc\x4d\x4e\x4c\xce\x48\xd5\xe7\x02\x04\x00\x00\xff\xff\x6e\x5e\xa9\x72\x0a\x00\x00\x00") + +func confGitignoreNimBytes() ([]byte, error) { + return bindataRead( + _confGitignoreNim, + "conf/gitignore/Nim", + ) +} + +func confGitignoreNim() (*asset, error) { + bytes, err := confGitignoreNimBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/Nim", size: 10, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreNinja = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xd2\xcb\xcb\xcc\xcb\x4a\x8c\x4f\x49\x2d\x28\xe6\x82\xb2\x73\xf2\xd3\xb9\x00\x01\x00\x00\xff\xff\xee\x9e\xc8\x72\x17\x00\x00\x00") + +func confGitignoreNinjaBytes() ([]byte, error) { + return bindataRead( + _confGitignoreNinja, + "conf/gitignore/Ninja", + ) +} + +func confGitignoreNinja() (*asset, error) { + bytes, err := confGitignoreNinjaBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/Ninja", size: 23, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreNode = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x44\x91\xc1\x6e\x1c\x21\x0c\x86\xef\x3c\x05\xd2\x5e\x9a\x48\xcc\xdc\x7b\x4d\xa4\x4a\x55\x4f\xe9\x03\x54\x0c\xf6\xb0\xce\x02\x9e\x62\x68\xb4\x6f\x5f\x7b\x77\x9b\x5e\x60\x8c\x7f\x7f\xfc\x3f\x73\xf2\x3f\x38\x8b\x2b\xb6\x3c\x2f\xba\xb9\x76\xd4\x00\xb8\xcd\x6c\xd5\xb3\x73\x27\xff\x36\xdb\xa0\x8a\x1e\xe2\x88\xee\x20\x30\xa5\x6e\xba\x0a\x22\x98\xe2\x95\x3a\xa6\xc1\xfd\xea\x77\xee\x9e\x9a\x8c\x3e\x2b\xb6\x81\xe0\x0b\x6d\xe2\x33\x36\xec\xd1\xca\xed\xea\xdf\x25\xf1\x1f\x2d\x33\xae\xdf\x7f\xbe\xd8\xa7\x53\x51\xd0\x43\x43\xbd\x3c\x7a\x1e\x3e\x99\x53\xee\x83\x83\xb9\x88\x02\x2f\xe8\x49\x46\x6c\xdb\x2c\xee\x1f\xca\x46\xbf\x75\x35\xaa\xb7\x0f\xec\x15\x81\xf4\x3e\x2f\x0a\x30\xd8\x97\xf3\x18\xc7\xd7\x75\xcd\x26\x79\x97\x25\x71\x5d\x53\xc7\x38\xa8\xe5\x70\x94\x99\xd5\xf3\xc9\xc4\x56\x8f\x28\x97\xb0\x53\x41\x79\x72\xcb\x6d\xc2\xe8\x8d\x01\xc3\x47\xdc\x7d\xe2\xb6\x53\x9e\x9a\x87\xb8\x39\x7d\xa5\x74\x09\x1f\x92\x3a\x1d\xe3\x1e\xa0\x1e\x3a\xab\x8e\xa9\x45\x75\x1f\x01\xb8\xc9\xa7\x03\xc3\xa8\x01\xee\x79\x8d\x07\xad\xf7\xee\x72\x1e\xb5\x3c\xb9\x6d\x52\x81\xf5\x0d\x0b\x46\xb9\x25\x7a\xc5\x03\x1b\x60\x4b\xd7\xff\xcf\xa1\xc7\x86\x12\x65\x01\x27\x59\xf4\x7f\x3d\x02\x55\x92\xb4\xee\xf1\xf7\x49\xce\x3c\x0b\x04\x0a\xe9\x8c\x6a\xae\x5e\xc3\xcd\x7c\x65\x98\x1a\x2a\xec\x5c\x00\x7b\xd0\x87\xe2\x90\x69\x38\x6b\xfe\x7a\x34\xdd\xdf\x00\x00\x00\xff\xff\xf1\x4f\x21\x09\x11\x02\x00\x00") + +func confGitignoreNodeBytes() ([]byte, error) { + return bindataRead( + _confGitignoreNode, + "conf/gitignore/Node", + ) +} + +func confGitignoreNode() (*asset, error) { + bytes, err := confGitignoreNodeBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/Node", size: 529, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreNotepadpp = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x52\x56\xf0\xcb\x2f\x49\x2d\x48\x4c\xd1\xd6\x56\x48\x4a\x4c\xce\x2e\x2d\x28\x56\x50\xe6\xe5\xd2\xd2\x4b\x4a\xcc\xe6\xe5\x02\x04\x00\x00\xff\xff\x7b\xcd\x03\x1c\x1e\x00\x00\x00") + +func confGitignoreNotepadppBytes() ([]byte, error) { + return bindataRead( + _confGitignoreNotepadpp, + "conf/gitignore/NotepadPP", + ) +} + +func confGitignoreNotepadpp() (*asset, error) { + bytes, err := confGitignoreNotepadppBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/NotepadPP", size: 30, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreOcaml = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x5c\x8c\xb1\x0e\xc2\x30\x0c\x44\x77\x7f\x45\x24\xb6\x0e\xe5\x93\xd0\x35\x31\x91\x45\x1a\xa3\xd8\x05\xfa\xf7\xb4\x09\x13\xcb\xbb\x93\xfd\x74\xd3\x8c\x5a\xd5\x69\x9a\xe3\xaa\x9d\xe8\x94\x83\x67\x1b\xb7\xcf\xa0\x8d\x00\xd1\x25\x68\xc4\x5a\x96\x4d\x4a\x0a\x6f\x6d\x0f\xa9\x39\x24\x69\x1c\x5d\xdb\x4e\xb7\xfe\xb8\xfe\x79\x8e\x96\xd9\xcf\x91\x65\x77\x3e\xa2\xc2\xe5\xc5\xdd\x82\x89\x85\xcc\x95\x1b\x9c\x53\xb8\x4b\x61\x23\x63\xdf\x9e\x73\x82\xe3\x57\x8b\x66\xfa\x06\x00\x00\xff\xff\xec\xe3\xab\x33\xb2\x00\x00\x00") + +func confGitignoreOcamlBytes() ([]byte, error) { + return bindataRead( + _confGitignoreOcaml, + "conf/gitignore/OCaml", + ) +} + +func confGitignoreOcaml() (*asset, error) { + bytes, err := confGitignoreOcamlBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/OCaml", size: 178, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreOsx = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x44\x90\x41\x6b\xc3\x30\x0c\x85\xef\x86\xfe\x07\xc1\x6e\x83\x85\xee\x27\x74\x84\x42\x61\x6c\x63\x29\x3d\x0d\x8a\x9b\xa8\x8b\x88\x6d\x19\x59\x49\xe9\xbf\x9f\x5c\xba\xed\x64\x59\xcf\xbc\xf7\x3d\x37\x6d\x77\xec\x94\x05\x5d\xb3\xc9\x39\x60\xcb\xf3\x29\xd8\xe5\xb5\x7b\x5f\x50\x84\x06\x74\xee\x01\x76\x3d\x27\x88\x73\x51\xc0\x34\xc0\x85\x74\x04\xbd\x30\x7c\x89\xab\xca\x6a\x55\xdf\xec\xc7\x39\x9e\x92\xa7\x50\x5c\x73\x7c\xac\x9b\x2d\x05\x2c\xa0\xa3\x57\x88\xf4\x3d\x2a\xf8\x9c\xd1\x0b\x50\xb2\x25\x82\x30\x2b\xf0\x19\x3c\x2c\x1c\xe6\x68\xa1\x2d\xf7\x76\x26\xfd\xc4\x85\x0a\x71\x2a\x4f\x87\xe7\xf5\xda\x35\xe7\x82\x8b\xad\xcb\xe0\x9a\x2e\xb3\x86\x6a\x76\x97\xf6\x18\x33\x8b\x97\xeb\x4e\x31\x5a\xf2\x5e\x7c\x19\xd1\x86\xc3\xcd\xb3\xe2\x35\xd4\xa7\x52\x79\x5a\x12\xec\xad\x2b\x19\x95\xd9\x98\x23\xf9\x10\xae\xd0\x0b\x7a\xc5\x01\xac\xa3\x60\x34\x01\x36\xdb\x0f\x28\xa3\xff\xff\x95\x97\xdf\x01\xcb\xa4\x9c\xdd\x1b\x5a\x7f\x99\xe0\x16\x07\x5b\x0e\x03\x8a\xfb\x63\x81\x3b\x8c\xcf\x03\x95\xc9\xfd\x04\x00\x00\xff\xff\x2b\xec\x6b\x35\x64\x01\x00\x00") + +func confGitignoreOsxBytes() ([]byte, error) { + return bindataRead( + _confGitignoreOsx, + "conf/gitignore/OSX", + ) +} + +func confGitignoreOsx() (*asset, error) { + bytes, err := confGitignoreOsxBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/OSX", size: 356, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreObjectiveC = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x5c\x52\xc1\x8e\xd4\x30\x0c\xbd\xf7\x2b\x8c\x2a\x71\x58\x6d\x5a\xb1\xdc\xf6\x06\xb3\x12\xdc\x16\x09\x09\xb8\xa6\x89\xdb\x7a\x68\xe3\x2a\x71\x66\x66\xff\x1e\x27\x65\x67\x16\x2e\x33\x8d\x9f\xed\xf7\xfc\xec\x16\x7e\x39\xf6\xd8\xb4\x4d\x0b\x13\x09\x4d\x81\x23\x82\xe3\x20\x91\x86\x2c\x1c\xd3\x23\x44\x5c\x71\x1d\x30\x82\x30\xe4\xcd\x5b\x41\xf8\xb2\xf0\x60\x97\xbe\xd6\x76\xd7\xba\x7b\x78\x1e\x8e\xe8\x84\x4e\x68\x0e\xb7\x30\xbc\x87\xef\x67\x1a\xe5\x16\x69\x9a\xb6\x85\xcf\x99\x16\x0f\x13\x06\x8c\xda\xd2\x37\x43\x79\xf7\xcd\x13\x46\xad\xf7\x4f\x56\x6c\x4d\xfb\x61\x23\x71\x4e\x90\x50\x84\xc2\x94\x9a\xbb\x6e\x1b\x2e\x39\x61\x6c\xde\x79\x1c\x6d\x5e\xe4\x1a\xb8\xeb\x56\x15\xf4\xe1\xf4\xf1\x06\xbd\x06\x76\xe8\xe1\x7f\xe8\xa1\x42\x1b\xc6\xb4\xed\xc2\xdf\x26\xfc\x1b\xbe\xb8\xc2\xe1\x5f\x75\x3d\xcb\x5c\x19\x2f\xce\xcd\xe8\x7e\x73\x96\xca\xa1\xd2\x8d\x4d\xa4\x96\x16\xa8\x54\x24\xd1\xf1\xea\x2b\xb9\x75\x58\x32\x6e\x91\x82\xec\x3d\x86\xa3\x39\xf4\xd5\x1c\x28\x4c\x34\x92\xd3\xcc\x79\xb5\x9b\xfe\xd1\x56\x98\xe0\xc0\x8e\xed\x37\xf6\xa9\x2e\xe9\x27\xea\x3e\x1c\xaf\x2b\x06\x0f\x76\xb2\x14\x92\x80\xf5\x5e\xad\x01\x55\x04\x25\x11\x3c\x69\x8e\x2e\xef\xa5\xac\xec\x85\x73\x84\x9b\xf7\x1d\x7c\xe5\x33\x9e\x54\x7b\x5b\x20\x48\x33\x67\xdd\xc3\x31\xfb\x09\x61\xe4\x58\xf3\x13\x2e\xe3\x7d\xed\xb7\x45\x4e\x60\x95\x4b\x6f\x42\x3f\x74\x9b\xca\x2c\xc4\x01\x95\x5e\x1e\xb5\xc9\x2c\xb2\x3d\xf6\xfd\x94\x75\xe8\xd4\xb9\xa2\x76\x53\x11\x1d\xc7\xa9\xcf\x49\x75\xed\xbf\xe6\x86\xcc\xb2\x2e\xed\xce\x6b\xc8\x54\xfb\x8c\x72\x99\x02\x9a\xab\x76\xa3\x2e\xb1\x49\xaa\xc6\xa1\xa9\x17\xc9\x4b\xb1\xa0\x4c\xd8\x57\x63\x6c\x94\xd9\x4e\xfb\xf1\x7e\xf2\x5e\xf5\x52\x82\x85\x02\x02\x8d\x75\xb6\xb3\x0d\x52\x2c\xb0\x27\x26\x9d\xa0\x10\x15\x9f\x28\xc0\xde\x16\xca\xfd\xc2\x18\x79\xbd\x36\x03\x8f\x9b\x5a\x8b\xc1\x91\x4e\xf3\x86\xa5\x3f\xfc\x5d\x73\x6a\x9a\x6b\xac\xde\x70\xf3\x27\x00\x00\xff\xff\x4e\x18\xce\x5e\x45\x03\x00\x00") func confGitignoreObjectiveCBytes() ([]byte, error) { return bindataRead( @@ -267,132 +2319,212 @@ func confGitignoreObjectiveC() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/Objective-C", size: 281, mode: os.FileMode(420), modTime: time.Unix(1439980167, 0)} + info := bindataFileInfo{name: "conf/gitignore/Objective-C", size: 837, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} a := &asset{bytes: bytes, info: info} return a, nil } -var _confGitignorePhpCakephp = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x52\x56\x70\x4e\xcc\x4e\x0d\xf0\x08\x50\x30\xe6\xe2\xd2\x2f\x4b\xcd\x4b\xc9\x2f\xd2\xd7\xe2\xd2\x4f\xce\xcf\x4b\xcb\x4c\xd7\x4f\x2c\x28\xd0\x2b\xc8\x28\xe0\xd2\x2f\xc9\x2d\x00\x09\xe7\xe4\xa7\x17\x03\x69\x2e\x84\x36\x23\xa0\x36\xa0\x2a\x98\x02\x10\xd3\x19\xa2\x37\x39\xbf\x28\x15\xa2\x19\x49\x30\x25\xb1\x24\x31\x29\xb1\x18\x2a\x01\xb1\x0f\x64\x22\x20\x00\x00\xff\xff\x12\xb5\x37\x98\x88\x00\x00\x00") +var _confGitignoreOpa = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x8a\x4f\x2a\xcd\xcc\x49\xe1\x8a\x2f\x29\x4a\x4c\xce\x2e\xe6\xe2\xca\x2f\x48\xd4\x4d\x49\x4d\x2a\x4d\xd7\xcd\x02\xf2\xb4\xf4\xf2\x0b\x0a\xc0\x64\x05\x84\xd4\x4b\x2a\xca\xcf\x4e\xcd\x03\x72\x52\x4a\x73\x41\x32\x89\x05\x99\x10\x52\xb7\xa4\xa2\x04\xc8\x4a\xad\x48\x05\x92\x39\xf9\xe9\x5c\x80\x00\x00\x00\xff\xff\xbd\x9b\x99\xa3\x5a\x00\x00\x00") -func confGitignorePhpCakephpBytes() ([]byte, error) { +func confGitignoreOpaBytes() ([]byte, error) { return bindataRead( - _confGitignorePhpCakephp, - "conf/gitignore/PHP CakePHP", + _confGitignoreOpa, + "conf/gitignore/Opa", ) } -func confGitignorePhpCakephp() (*asset, error) { - bytes, err := confGitignorePhpCakephpBytes() +func confGitignoreOpa() (*asset, error) { + bytes, err := confGitignoreOpaBytes() if err != nil { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/PHP CakePHP", size: 136, mode: os.FileMode(420), modTime: time.Unix(1436885861, 0)} + info := bindataFileInfo{name: "conf/gitignore/Opa", size: 90, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} a := &asset{bytes: bytes, info: info} return a, nil } -var _confGitignorePhpFuelphp = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x4a\x2b\x4d\xcd\xd1\x4f\x2c\x28\xd0\xcf\xc9\x4f\x2f\xd6\xd7\x02\x41\x2e\xb8\x58\x72\x62\x72\x46\x2a\x58\x08\x10\x00\x00\xff\xff\x0f\xec\xf0\x51\x27\x00\x00\x00") +var _confGitignoreOpencart = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x5c\x8a\x51\x0a\x82\x41\x08\x06\xdf\xbf\x5b\x74\x81\xdf\x33\x89\xda\xae\xb0\xea\x82\x0b\xd5\xed\xeb\x25\x88\xde\x66\x86\xb9\xe6\x61\x11\xeb\x06\x49\xe5\xdd\xc7\xb5\xe7\x06\x6b\x78\xfe\x06\xdc\x3c\xd5\x9e\x9f\x3b\x16\xa0\xf5\xc8\x55\xac\x04\x0f\x1e\x46\xca\x87\xbf\x2c\x2c\xd3\x08\xfd\xea\x63\xf1\x67\xab\x46\x13\xde\x01\x00\x00\xff\xff\xd6\x6e\x90\xf0\x73\x00\x00\x00") -func confGitignorePhpFuelphpBytes() ([]byte, error) { +func confGitignoreOpencartBytes() ([]byte, error) { return bindataRead( - _confGitignorePhpFuelphp, - "conf/gitignore/PHP FuelPHP", + _confGitignoreOpencart, + "conf/gitignore/OpenCart", ) } -func confGitignorePhpFuelphp() (*asset, error) { - bytes, err := confGitignorePhpFuelphpBytes() +func confGitignoreOpencart() (*asset, error) { + bytes, err := confGitignoreOpencartBytes() if err != nil { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/PHP FuelPHP", size: 39, mode: os.FileMode(420), modTime: time.Unix(1436885861, 0)} + info := bindataFileInfo{name: "conf/gitignore/OpenCart", size: 115, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} a := &asset{bytes: bytes, info: info} return a, nil } -var _confGitignorePhpLaravel = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xd2\x4f\xca\xcf\x2f\x29\x2e\x29\x4a\x2c\xd0\x4f\xce\xcf\x2d\xc8\xcc\x49\x4d\xd1\x2b\xc8\x28\xe0\xd2\x4b\xcd\x2b\xd3\xd3\x42\x30\x61\x0c\x2e\x40\x00\x00\x00\xff\xff\xab\x96\x52\xb8\x31\x00\x00\x00") +var _confGitignoreOracleforms = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x52\x56\x70\xce\xcf\x2d\xc8\xcc\x49\x4d\x51\x70\xcb\x2f\xca\x55\xf0\xcd\x4f\x29\xcd\x49\x2d\xe6\xd2\xd2\x4b\xcb\xad\xe0\xe2\x42\x92\xf6\x4d\xcd\x2b\x45\x92\xce\x45\x93\x0e\x28\x4a\xd5\xf5\xc9\xcc\xcb\x06\x32\x7d\x32\x93\x8a\x12\x8b\x32\xc1\xca\x0a\x72\x2a\xb8\x00\x01\x00\x00\xff\xff\x62\x79\x5b\x10\x64\x00\x00\x00") -func confGitignorePhpLaravelBytes() ([]byte, error) { +func confGitignoreOracleformsBytes() ([]byte, error) { return bindataRead( - _confGitignorePhpLaravel, - "conf/gitignore/PHP Laravel", + _confGitignoreOracleforms, + "conf/gitignore/OracleForms", ) } -func confGitignorePhpLaravel() (*asset, error) { - bytes, err := confGitignorePhpLaravelBytes() +func confGitignoreOracleforms() (*asset, error) { + bytes, err := confGitignoreOracleformsBytes() if err != nil { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/PHP Laravel", size: 49, mode: os.FileMode(420), modTime: time.Unix(1436885861, 0)} + info := bindataFileInfo{name: "conf/gitignore/OracleForms", size: 100, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} a := &asset{bytes: bytes, info: info} return a, nil } -var _confGitignorePhpSymfony = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x74\x90\xc1\x4e\xc3\x30\x0c\x86\xef\x7d\x8a\x20\x2e\xc0\xa1\x91\xe0\x09\xc6\x2e\x5c\x90\x2a\x10\x67\xe4\x2e\x5e\x17\x91\xc6\x21\x4e\x06\x7d\x7b\x9c\x66\x6b\x77\x60\xa7\xe6\xf7\x6f\xff\xfe\xdc\x5b\xb5\x85\xdd\x01\x15\x78\xa3\x1c\x0d\xac\xee\xde\xa7\x71\x4f\x7e\x7a\xbc\x6f\x34\x84\xa0\x77\xc5\xd6\x0f\x55\x94\x0e\x79\xdf\xac\x46\x3b\xd8\xf4\x85\x18\x6a\x6d\xf6\x97\x52\x73\x35\xfc\x49\xc2\x8f\x10\xd7\xf0\x22\xce\xe1\xab\xb1\x86\x2f\xfe\x65\x78\x07\x11\x46\x4c\x18\xf9\x84\x4a\x7e\x6f\x07\x1d\x96\x72\x3b\x8d\xee\x9a\x65\xbd\x2d\x19\xaf\xe0\x61\x40\xa3\xfa\x49\x6d\x69\x0c\xc4\x18\xeb\x44\x4f\x94\x38\x45\x08\x6d\x38\x84\x76\xe6\xa9\x98\xff\x1a\xbd\xf5\x05\xbd\x7c\x64\x15\x93\xc3\x2a\xb8\xde\xfb\x19\xf1\x3b\xdb\x88\x23\xfa\x24\xb0\x47\xf4\x86\xa2\x2e\xfb\x37\xcc\x98\x78\xfe\x43\x59\x76\xab\x1c\x1c\x81\x91\x9e\x1f\xec\x75\x9f\xbd\x71\xc8\xba\xaa\x93\x35\x8f\x75\x2f\xdd\x87\xb7\xa9\xa2\x0a\x47\x16\xd1\xfe\x96\x6b\x2f\x85\x34\x3e\x67\xeb\x8c\x32\x90\x40\x20\xcb\x7b\x1e\x3f\x9f\x2a\x39\x9b\xb7\x46\x90\xab\x94\x8b\x20\x36\x7f\x01\x00\x00\xff\xff\xa7\x53\xbf\x78\x13\x02\x00\x00") +var _confGitignorePacker = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x52\x56\x70\x4e\x4c\xce\x48\x55\xc8\x4f\xca\x4a\x4d\x2e\x29\xe6\x2a\x48\x4c\xce\x4e\x2d\x8a\x4f\x06\x09\xea\x73\x71\x29\x2b\xb8\xe5\x17\x29\x24\x95\x66\xe6\x94\x28\x24\xe5\x57\xa4\x16\x73\x69\xe9\x01\x69\x2e\x40\x00\x00\x00\xff\xff\xa6\x6d\xe6\x7b\x37\x00\x00\x00") -func confGitignorePhpSymfonyBytes() ([]byte, error) { +func confGitignorePackerBytes() ([]byte, error) { return bindataRead( - _confGitignorePhpSymfony, - "conf/gitignore/PHP Symfony", + _confGitignorePacker, + "conf/gitignore/Packer", ) } -func confGitignorePhpSymfony() (*asset, error) { - bytes, err := confGitignorePhpSymfonyBytes() +func confGitignorePacker() (*asset, error) { + bytes, err := confGitignorePackerBytes() if err != nil { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/PHP Symfony", size: 531, mode: os.FileMode(420), modTime: time.Unix(1436885861, 0)} + info := bindataFileInfo{name: "conf/gitignore/Packer", size: 55, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} a := &asset{bytes: bytes, info: info} return a, nil } -var _confGitignorePhpYii = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x6c\x8d\x41\x0e\x84\x20\x10\x04\xef\xf3\x8b\xbd\x72\x60\xde\xc4\x42\x87\x9d\x64\x01\xc3\xb4\xfa\x7d\x35\xf1\xa6\xb7\x4e\xa7\x2a\x95\xdc\x41\xd7\x20\x9f\x7b\xc5\x6a\xb4\xda\xc7\x84\x2c\x73\x10\x99\x28\x3a\xd7\x4e\x6b\xb8\xb0\xe7\xf9\x6a\x94\xc4\xa4\x21\x96\xaf\xf0\x87\x06\xd7\xfc\x3f\x03\x96\x75\x33\xec\xae\x72\x04\x00\x00\xff\xff\x9c\xf5\x8e\xaa\x78\x00\x00\x00") +var _confGitignorePerl = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x44\x8e\xbd\x0e\x83\x30\x0c\x84\x77\xbf\x45\x57\x06\xfb\x19\x40\xa2\x52\x07\xba\x94\xa5\x53\x94\x40\x90\x52\x12\x8c\x88\xa9\xc4\xdb\xd7\xfc\x48\x1d\xa2\xfb\x2e\xe7\x93\x4d\x2e\x06\x47\x40\xe8\xd6\x10\x7b\x02\x73\x69\xc7\x5f\xbf\x98\x5e\xa3\x30\x75\x04\xd5\xfe\x0b\xb7\xea\x0c\x0f\x41\x67\x05\x30\xda\x2c\xe6\x1c\xce\x62\x25\x03\x35\x76\xf4\x43\x88\xfe\x4f\xc8\xda\xa5\xa6\x7c\x3e\xee\xf5\xab\xd5\xde\xa8\xae\x6e\x4b\xdc\x52\xbc\xe8\x93\x79\x52\x7c\x1f\xa6\x80\x69\x93\x79\xe1\x01\x79\x15\xa0\x39\x19\x61\xb3\xdf\x09\x05\xb2\x3e\xa7\x5b\x8c\x5f\x53\x22\xf8\x05\x00\x00\xff\xff\x8d\x8b\x2e\xdc\xbf\x00\x00\x00") -func confGitignorePhpYiiBytes() ([]byte, error) { +func confGitignorePerlBytes() ([]byte, error) { return bindataRead( - _confGitignorePhpYii, - "conf/gitignore/PHP Yii", + _confGitignorePerl, + "conf/gitignore/Perl", ) } -func confGitignorePhpYii() (*asset, error) { - bytes, err := confGitignorePhpYiiBytes() +func confGitignorePerl() (*asset, error) { + bytes, err := confGitignorePerlBytes() if err != nil { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/PHP Yii", size: 120, mode: os.FileMode(420), modTime: time.Unix(1436885861, 0)} + info := bindataFileInfo{name: "conf/gitignore/Perl", size: 191, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} a := &asset{bytes: bytes, info: info} return a, nil } -var _confGitignorePhpZendframework = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x34\x8e\x31\x0e\xc3\x20\x0c\x45\x77\x9f\x02\x29\x5b\x86\xa0\x5e\xa1\xad\x3a\xf5\x04\xdd\x2c\x70\x08\x12\x60\x04\x4e\xd5\xdc\xbe\x58\x4d\x97\xcf\x47\xff\x7d\xdb\x93\xb9\x71\xae\xdc\xa9\x99\x35\x26\xea\xe0\xce\xef\x52\x37\x6c\xf0\xa6\xe2\xb9\x59\x80\xc9\x3c\xd9\x61\x32\x8e\xcb\x1a\x83\x62\xfa\x5a\xdc\x85\x13\xa3\xb7\xf3\x92\x34\x1f\xad\xaa\xf0\x35\x16\x6c\x87\x09\x24\x42\x1f\x39\x47\xcf\x4b\x66\x0d\xef\x28\x08\x7e\x88\x4d\x1c\xba\xfd\x59\x87\x6e\xa3\xd3\x77\xea\x3d\x72\xf9\x47\x92\xab\x05\x21\x55\xbd\x83\x02\xba\xc3\xbc\x1e\x17\xf0\x94\x79\x40\x63\x43\xc3\x6e\x3d\xbb\x3d\x53\x11\x94\xd1\x85\x6f\x00\x00\x00\xff\xff\xd2\xff\x36\xef\xd9\x00\x00\x00") +var _confGitignorePhalcon = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xd2\x4f\x4e\x4c\xce\x48\xd5\xe7\xd2\x4f\xce\xcf\x4b\xcb\x4c\xd7\x4f\x49\x2d\x4b\xcd\xc9\x2f\xc8\x4d\xcd\x2b\xd1\xe7\x02\x04\x00\x00\xff\xff\xb8\x16\x9e\x85\x1d\x00\x00\x00") -func confGitignorePhpZendframeworkBytes() ([]byte, error) { +func confGitignorePhalconBytes() ([]byte, error) { return bindataRead( - _confGitignorePhpZendframework, - "conf/gitignore/PHP ZendFramework", + _confGitignorePhalcon, + "conf/gitignore/Phalcon", ) } -func confGitignorePhpZendframework() (*asset, error) { - bytes, err := confGitignorePhpZendframeworkBytes() +func confGitignorePhalcon() (*asset, error) { + bytes, err := confGitignorePhalconBytes() if err != nil { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/PHP ZendFramework", size: 217, mode: os.FileMode(420), modTime: time.Unix(1436885861, 0)} + info := bindataFileInfo{name: "conf/gitignore/Phalcon", size: 29, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} a := &asset{bytes: bytes, info: info} return a, nil } -var _confGitignorePython = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x34\x8f\xb1\x4e\xc4\x30\x0c\x86\x77\x3f\x45\x24\xb6\x93\xce\x2c\x88\x17\x80\x85\x01\x89\x01\x26\x84\xaa\x34\xf1\x95\x40\x1a\x47\xb6\xa9\xda\xb7\x27\xe9\x5d\x87\x44\xf6\xf7\xff\x89\x7f\x9f\xb0\x6e\x9f\x81\xe3\x17\xc0\x9d\x7b\x72\xb4\x1a\x15\x4d\x5c\x14\x4e\xa8\xdc\xe1\x9b\x0f\xbf\x7e\xa2\x0e\x68\x9a\xae\xf7\x39\x95\x0b\x43\x4c\x6a\x30\xfe\xa5\x1c\xa1\x31\x85\xea\xc5\x14\xc6\x54\x60\xf1\x02\xba\xcb\x91\x16\xca\x5c\xcf\xbb\x01\x53\x51\xf3\x39\x53\xc4\x70\x99\x20\xa7\xb1\x9f\xc7\x07\x18\x86\xba\x05\x1f\xbe\x69\x18\xfa\xc8\x97\x9b\x4d\x5c\xe6\xfe\x6f\xaa\xe7\x56\xa0\xad\xd6\xd5\x8f\x92\xcc\x19\xa9\xb9\x7b\x17\x78\x21\x69\xe9\x9c\x50\xe5\x3e\x1d\x0f\x02\x68\xbc\x42\x61\xa5\x6e\x55\x5c\xe7\xdc\x1f\xbf\x8b\x2f\x9a\xbd\xdd\x56\x9c\xf7\x15\x5f\xc5\x3d\x5f\x73\x92\x00\xce\x82\xf1\xe8\xf6\x9c\x58\x85\x7f\x28\x58\x2b\xb6\xa6\x1c\xdd\x7f\x00\x00\x00\xff\xff\x4f\x85\x19\xdc\x3b\x01\x00\x00") +var _confGitignorePlayframework = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x44\x8b\x31\x0e\xc2\x30\x0c\x45\x77\x9f\x22\xa8\x1b\x12\xf1\x39\xd8\xb8\x42\x9b\x58\xc1\xe0\x36\x91\xed\x82\x7a\x7b\x3c\x80\x58\xde\xd3\x7f\xd2\x9f\xd2\xb5\x6d\x5d\x29\xdd\x64\x3e\x4e\xe9\xdd\xf5\xc9\x5b\x4b\x95\x95\x8a\x77\x3d\xd2\x04\x0b\x6f\x08\x58\x17\xc8\x54\x84\x87\x11\xa0\xf0\x12\x49\x7a\xb3\xd0\xda\xeb\x2e\x64\x80\x43\xfb\x23\x5e\x3f\xff\x83\xcf\xda\x28\xf6\xd7\xbe\x0e\x04\x27\xf3\x8b\x92\xed\xe2\x60\xa4\x2f\xd2\x3c\xb8\xc2\x39\xf3\x2a\x41\x0a\x62\x65\x73\x84\x5c\xe6\x72\x27\xf8\x04\x00\x00\xff\xff\xb1\xed\x52\xdf\xaa\x00\x00\x00") + +func confGitignorePlayframeworkBytes() ([]byte, error) { + return bindataRead( + _confGitignorePlayframework, + "conf/gitignore/PlayFramework", + ) +} + +func confGitignorePlayframework() (*asset, error) { + bytes, err := confGitignorePlayframeworkBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/PlayFramework", size: 170, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignorePlone = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x2c\x8a\x41\x0e\xc3\x20\x0c\x04\xef\x7e\x0a\x12\xf0\x8a\x36\xea\xa5\x7d\x03\x09\x06\x59\x25\xd8\x4a\x28\x55\x7f\x5f\x23\x72\x19\x8f\x77\xd7\x38\xf9\x6d\x30\xc8\xca\xb6\x8b\xd1\xb3\x0f\xc7\x9c\x95\xb7\x65\x99\x6e\xa9\x26\x9e\x81\x7d\x3c\xef\x2f\x70\xc6\x6d\x29\xc3\x4a\xd5\xc3\xfa\xa1\x12\x3d\x44\xec\x58\x58\xac\xce\x4f\xfd\xf8\x5b\x0b\x87\xa8\x3a\x83\x14\xde\x78\x75\x12\x8e\x36\x26\x74\x36\x0f\x3d\x1c\x1e\xfe\x01\x00\x00\xff\xff\x14\xe9\xdb\xf1\x89\x00\x00\x00") + +func confGitignorePloneBytes() ([]byte, error) { + return bindataRead( + _confGitignorePlone, + "conf/gitignore/Plone", + ) +} + +func confGitignorePlone() (*asset, error) { + bytes, err := confGitignorePloneBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/Plone", size: 137, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignorePrestashop = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x7c\x90\x5b\x6a\x33\x31\x0c\x85\xdf\xbd\x0a\x41\x1e\x7e\x18\xf2\x8f\x17\x91\x0d\x14\x52\xfa\xae\xd8\x8a\xc7\xd4\xb6\x8c\x2d\xe7\xb2\xfb\xaa\x33\x69\x49\x29\xf4\xc5\x97\x0f\x1d\xe9\xe8\xec\xe0\xa5\xc5\x0b\x0a\xc1\x39\x26\xea\x66\x07\xaf\x8b\xbe\x39\x25\xbe\xc6\x12\x36\x0a\x8e\x8b\x60\x2c\x70\xe7\xd1\xc0\xa3\xe0\x09\x3b\x81\x6b\xe4\xa9\x48\xc4\xd4\x01\x8b\x07\x96\x85\x1a\x54\x6a\x9d\x0b\xa6\xb5\x6e\x36\x46\xb5\xe7\x18\x6c\x27\x11\x6d\xd8\xe7\x69\xae\x4b\x35\x3a\xe8\x80\x6e\xa1\x3d\x08\xe5\xba\xca\x03\x15\x6a\xea\xc4\xff\x69\x05\x1b\x3d\x55\x9e\xee\xea\x9f\xba\xe0\x71\xe1\xaa\xc3\xd0\xe7\x58\xfe\x7b\xba\x58\x1c\xc2\xa3\x86\x86\x9e\xac\x71\x9f\xa3\xec\x97\x95\x5b\x4e\x76\x9a\xf5\x34\x89\x83\x35\x53\x8f\xea\x01\xeb\x4a\x74\x85\x4c\xdd\x4e\xf6\x21\xc9\xec\x47\xda\xc0\x2a\xde\x74\xea\xed\xa8\xa2\x35\x17\x4d\xe0\xb7\x55\x4e\x5e\x63\xf8\xce\xad\x36\x6d\xe3\x04\x62\xc6\x40\x7d\x0f\x97\xd8\x64\x68\x44\x0f\xae\xe4\x70\x7c\xfb\xa7\x17\x89\xfb\xb1\xc5\x09\xdd\xfb\xa8\xdd\x3e\x21\xba\x55\x6e\xf2\x4c\x62\xde\x88\xe7\x6b\x49\x8c\xde\x9a\x98\x75\xaf\x51\xb7\xcf\x47\x00\x00\x00\xff\xff\x91\xde\x81\x63\xe3\x01\x00\x00") + +func confGitignorePrestashopBytes() ([]byte, error) { + return bindataRead( + _confGitignorePrestashop, + "conf/gitignore/Prestashop", + ) +} + +func confGitignorePrestashop() (*asset, error) { + bytes, err := confGitignorePrestashopBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/Prestashop", size: 483, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreProcessing = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xd2\x73\x09\x8e\x0f\x2e\xc9\x2f\x4a\xe5\x4a\x2c\x28\xc8\x49\x2d\x01\x53\x99\xc9\x89\x25\x99\xf9\x79\x7a\x39\x99\x79\xa5\x15\xc6\x46\x98\x62\x66\x26\x28\x62\xe5\x99\x79\x29\xf9\xe5\xc5\x68\x2a\xa1\xa2\x68\x6a\x73\x13\x93\xf3\x8b\x2b\xb8\x00\x01\x00\x00\xff\xff\x0f\xd4\xed\x78\x78\x00\x00\x00") + +func confGitignoreProcessingBytes() ([]byte, error) { + return bindataRead( + _confGitignoreProcessing, + "conf/gitignore/Processing", + ) +} + +func confGitignoreProcessing() (*asset, error) { + bytes, err := confGitignoreProcessingBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/Processing", size: 120, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignorePython = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x4c\x52\x3d\x6f\xdc\x30\x0c\xdd\xf5\x2b\x08\xa4\xd3\x21\x67\x2f\x45\x87\x8e\x69\x96\x02\x19\x02\xb4\x99\x8a\xe2\xa0\x93\x69\x5b\xa9\x2c\x0a\x22\xef\x72\xee\xaf\xef\x93\xef\xda\x74\xa1\xc9\x47\x3f\xea\xf1\xe3\x8e\x1e\x56\xe3\x7d\x90\xa5\xc4\xc4\x03\xf5\x24\xc5\xe2\x12\x7f\x6f\xfe\xe3\xd3\x13\x8d\xc0\xd5\x1d\x0e\x65\x0d\x3e\xcc\x7c\x38\xf4\x6e\xd7\x95\xf5\x47\x90\xe1\xa7\xdb\x7d\x28\x6b\x17\x92\x57\x75\xee\x8e\xbe\x10\x5f\x8c\xb3\x46\xc9\x8a\x9f\x54\x1a\xf8\x18\xd5\x6a\x3c\x9e\x0c\x28\x4a\x16\x1f\x7e\xf9\x29\xe6\xc9\x75\xcf\xab\xcd\x92\x1d\xe7\x73\xef\x8e\xa7\x98\x86\xde\x0d\x7c\xe6\x24\x65\xcf\xd3\xa4\x88\x40\x85\x95\xb7\x9c\xc4\x0f\x00\xae\x70\x77\xfd\xa4\x78\xdc\xcc\xa7\x8f\xbd\x2b\xbe\x1a\x20\xbd\x32\xce\xbe\x36\x91\xf8\x6d\x1f\xf3\x28\x60\xc4\xac\xe6\x13\x1a\xec\xc2\x38\x5d\x53\x4d\xdb\xf3\xfa\xf5\x96\xa8\x88\xe8\x45\x4f\xf0\x57\xb2\x99\x95\xaf\x8d\x93\xaf\x4c\x6f\x35\x1a\xfa\xa2\xe3\x4a\x9e\xca\xa6\x9a\x34\xd4\x58\x8c\xc6\x2a\x0b\x40\xe3\xa5\x24\x6f\xdc\xaa\x1c\x79\x14\x90\xfe\xab\x4d\x5b\x77\xda\xea\x62\x42\x7c\x4f\x2a\xe4\x11\x0a\xc5\xfc\xca\xc1\x68\x00\xb5\x17\xa4\x2b\x35\xc1\x0a\xdb\x92\xd6\x41\xea\xe2\x73\x1c\x59\xad\x0d\xb4\x70\x68\xb2\xdf\x0b\x27\x99\xd4\x95\x58\xf6\x70\x3a\xbb\xd8\xe6\x0f\x9c\x18\x3b\xb5\x39\xea\x7e\x88\x15\x0f\x48\x5d\xb7\x2c\xb8\x2f\x39\x1a\xe4\xaa\x61\x17\x41\xce\x5c\xfd\xc4\x54\xb9\x08\x06\xe8\x66\x5b\x12\x40\x0c\xcc\xe4\x02\xfb\xf7\x87\x77\xaf\xdb\xc1\x6f\x77\xe0\xb2\x28\xb7\x3a\xda\x5d\x96\xe4\xfe\xe5\x5b\xb0\xbb\xdf\xc2\xf6\xdc\xf7\xea\xb3\x62\x32\xb7\x93\x58\xa4\x1d\x8f\x6c\x4a\x1e\x5f\x7d\x9e\x84\xd4\x4e\xe3\xf8\x19\x30\x5a\x68\xf0\xb7\x32\xc7\x7c\xa1\x41\xc2\x69\xe1\x6c\x1b\x15\x37\x10\xb4\x3f\xdc\x8e\x64\x5b\xdc\x43\xf3\xf1\x86\xf9\x3a\x31\x76\xfe\x27\x00\x00\xff\xff\xe6\xd4\xc6\x8a\xc9\x02\x00\x00") func confGitignorePythonBytes() ([]byte, error) { return bindataRead( @@ -407,12 +2539,172 @@ func confGitignorePython() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/Python", size: 315, mode: os.FileMode(420), modTime: time.Unix(1439980167, 0)} + info := bindataFileInfo{name: "conf/gitignore/Python", size: 713, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} a := &asset{bytes: bytes, info: info} return a, nil } -var _confGitignoreRuby = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x2c\x8c\xbd\xaa\xc3\x30\x0c\x46\xf7\xef\x29\x02\x77\xcb\x60\x3f\xc3\x85\x52\xe8\xda\xad\x53\x70\x14\xc5\x98\xfa\x0f\x49\x2d\xf4\xed\x6b\x92\x0e\x07\x89\x8f\xc3\x99\x5d\xe4\x82\xd9\xc9\x4a\x70\xeb\xab\x6e\x99\xe1\xa8\xd5\x3d\x45\x50\x7b\xb3\x84\xc8\xb8\x55\xb5\x90\x33\x6f\xd7\x94\x59\x91\xd3\xea\x4f\x55\x7c\x09\x15\xfd\x19\x21\x5b\x23\x68\x67\xf2\xc2\xbd\x89\x29\x8c\xd5\xbc\x95\x7e\x3e\xa3\xa4\xa9\xd5\xe5\x18\x06\xf8\x9b\x1e\xff\xf7\xcb\x14\xc4\xd2\x1e\x68\xf8\xee\x13\x8e\xc8\xf2\xbb\x03\x8f\x6f\x00\x00\x00\xff\xff\x43\x72\x20\x8e\x9f\x00\x00\x00") +var _confGitignoreQooxdoo = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x4a\x4e\x4c\xce\x48\xe5\x02\x93\xba\x29\xf9\xe5\x79\x39\xf9\x89\x29\xc5\x5c\x99\x79\xc5\x05\xa9\xc9\x25\xf9\x45\x5c\x89\x05\x99\x5c\xc5\xf9\xa5\x45\xc9\xa9\xfa\x70\x41\xbd\x8c\x92\xdc\x1c\x2e\x40\x00\x00\x00\xff\xff\xf4\x8a\x69\x1e\x3a\x00\x00\x00") + +func confGitignoreQooxdooBytes() ([]byte, error) { + return bindataRead( + _confGitignoreQooxdoo, + "conf/gitignore/Qooxdoo", + ) +} + +func confGitignoreQooxdoo() (*asset, error) { + bytes, err := confGitignoreQooxdooBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/Qooxdoo", size: 58, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreQt = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x54\x4f\x41\x6e\xc4\x20\x0c\xbc\xf3\x0a\xa4\xdc\x88\x42\x1f\x91\x73\x0f\x79\x41\x65\x88\xab\xd0\x42\x09\x18\x2a\xed\xef\xd7\x4e\x94\x68\xf7\xe0\xd1\x78\xc6\x86\xf1\xa0\xe7\x71\xd4\xd9\xfd\xa0\x6f\xa4\xe1\x6f\xd5\x31\x38\x52\xca\x58\x8a\x99\xf1\x00\x29\x90\xe6\x84\x20\xae\x68\x6b\x8c\x82\x0f\x5e\x51\x6a\xd0\x4b\x9b\x90\x57\x3f\x6c\x49\xf0\x8b\xd6\x83\xdf\xf0\xee\xa8\x01\x6d\x3c\xbd\xd7\x6c\x3b\x61\x7d\xa1\xd6\x70\x53\x1c\x5d\xfa\x45\x0f\x3d\x65\xaf\xb8\xbe\x8c\xf5\xfb\xae\x4a\xbd\x58\x0f\x4c\x36\xf5\xc9\x6f\x7f\x87\x88\x3c\x3a\xb9\x1e\xe2\x3a\x99\x33\xca\x5c\x11\x5a\xae\x72\x09\xf4\x96\x09\xfe\x91\x0d\xd6\xdb\x69\xe8\x25\x49\xf8\x92\x22\xc7\x90\xeb\xef\xdf\xdf\x15\x0e\xf1\x0c\x00\x00\xff\xff\xe0\xb4\x7f\xfb\x24\x01\x00\x00") + +func confGitignoreQtBytes() ([]byte, error) { + return bindataRead( + _confGitignoreQt, + "conf/gitignore/Qt", + ) +} + +func confGitignoreQt() (*asset, error) { + bytes, err := confGitignoreQtBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/Qt", size: 292, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreR = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x54\x8c\x41\x4e\x03\x31\x0c\x45\xf7\x39\x85\xa5\xee\x2a\x6a\x23\xd8\xb1\x63\x51\x89\x1d\xd2\x70\x02\x37\x71\x27\xa1\x99\x49\x14\x3b\x55\x7b\x7b\x32\x42\x54\x62\xe7\xff\xff\xf3\xdb\xc1\x47\x52\x2b\xed\x0e\xe7\x94\x45\x1d\x4e\xf1\x37\x8f\x8b\x6b\xc5\xbf\xe4\x76\x70\xbc\xf1\x52\xb3\x80\x2f\x41\x20\xad\x50\xd9\x5f\x78\x16\x38\xf5\x94\x03\xd4\x56\xbc\xa8\xba\xfd\xe1\x78\xc3\x69\xe3\xa7\x2f\xeb\x21\x95\x87\x78\x10\xdf\xd8\x55\x1a\x6d\xeb\x48\xa1\x7b\x09\x70\x4d\xf3\x2a\x66\x03\x79\x5c\xb4\xc7\x68\x4b\xfe\x57\xd4\x70\xde\xde\x3e\xdf\xbb\xc5\x17\xb0\x72\x91\xf5\x09\x54\x04\xa2\x59\xd5\x37\xa2\x39\x59\xec\x27\xf4\x65\xa1\xc8\x21\xcb\x9d\xc6\xd2\xa8\x49\x16\xd6\xa1\x30\x9e\xe9\xfa\x8c\xaf\x0e\xb7\xfe\x50\x78\x88\xdc\x4f\x00\x00\x00\xff\xff\x40\x88\x22\x46\xff\x00\x00\x00") + +func confGitignoreRBytes() ([]byte, error) { + return bindataRead( + _confGitignoreR, + "conf/gitignore/R", + ) +} + +func confGitignoreR() (*asset, error) { + bytes, err := confGitignoreRBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/R", size: 255, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreRos = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x64\x50\xc1\x6e\xc3\x20\x14\xbb\xbf\xaf\x40\xea\x2d\xd2\xe0\x1b\xaa\xaa\xab\xaa\x6d\x9d\x54\xed\x5e\x91\xc7\x0b\x7a\x0b\x81\x14\xc8\xd6\x5c\xf6\xed\x23\x6b\xbb\x76\xd9\xc5\xb2\x8d\x0d\x16\xf5\xc0\xce\x28\xa8\xd9\x2b\x70\x5c\x2b\xe8\x92\x3d\x58\x2a\x2a\xc5\x8f\x33\x29\x8e\xaa\x96\x98\x39\x78\x59\xf8\xbd\x7e\x24\x32\xb5\xc6\x76\xee\x6f\x82\x76\x73\x6f\x4f\x69\x70\xf9\xe6\xfe\xef\xfe\x6d\xcd\xf2\x87\x4a\xf6\x23\xc0\x42\x6c\xc8\x53\xd4\x99\x8c\xa8\x47\x61\x46\xaf\x3b\x46\x11\x09\x83\x6f\xd8\x0e\x91\xa0\x92\xd8\x58\x04\x55\x50\x61\xdf\xab\x33\xbb\xd6\xb7\xd6\x87\x48\xc2\xfe\xde\x62\x02\xa6\xd2\x31\xe1\x54\xf0\x93\x5b\x2e\xc6\x14\x24\x74\xdc\x27\x12\x29\x0f\x4d\x03\xb2\x8f\xe1\x9d\x30\x83\xc4\x2b\x2b\x99\x23\x46\xd2\x39\xc4\x4b\x68\xf5\xa2\x5b\x7a\xe6\x94\x93\xcc\xa7\x2c\x87\x44\x11\xa6\x7f\xbc\x8c\x2f\x80\x66\xc2\x11\xe1\x98\x2f\xd5\x87\xaa\x38\xe7\xa4\xea\x9d\xf6\x9e\xbd\x9d\x06\xdf\xa9\x9f\x85\x37\x99\x62\xd9\x57\x7d\x4d\xef\xaf\x3b\x5d\x8e\xe4\xa2\x9a\xc4\x4a\xe7\x96\xbd\xc0\x21\xe5\xd0\x89\x86\x1d\x25\x58\x2d\xdf\x9e\xb6\xbb\xc3\x76\xb3\x7b\xdd\xaf\xe1\x3b\x00\x00\xff\xff\x17\x57\xfe\x91\xed\x01\x00\x00") + +func confGitignoreRosBytes() ([]byte, error) { + return bindataRead( + _confGitignoreRos, + "conf/gitignore/ROS", + ) +} + +func confGitignoreRos() (*asset, error) { + bytes, err := confGitignoreRosBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/ROS", size: 493, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreRails = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x5c\x91\x41\x8f\xd4\x30\x0c\x85\xef\xf9\x15\x96\xf6\x56\xed\x24\xac\xb8\x8d\xb8\x01\x42\x88\xc3\x5c\xb8\xaf\xd2\xd4\xd3\x66\x27\x89\x83\x9d\xcc\x50\x7e\x3d\x49\x67\xcb\x02\xb7\xc6\xf6\xf3\xfb\xfa\x3c\x68\x1e\x9d\x72\x36\xaf\xa3\x65\x7b\x18\xf4\x52\x62\x50\x9a\x25\xa3\x53\x26\xd0\xac\x4c\x89\x59\x99\x69\x34\x83\x96\x1f\xc1\x17\x7c\xff\xef\xeb\xf0\x42\x95\x93\x0d\xca\xe4\x3a\x06\xef\x8c\xac\x52\x30\x2a\xe3\xe8\x8a\x6c\x67\x34\xca\xf4\x6d\xdb\x9e\x61\xd0\xc4\x7e\x56\x8c\x5c\x93\x2e\x3f\x8b\xca\xde\x5d\x02\x1e\x30\x5a\x1f\x76\x7b\xf5\x00\xdf\x4f\x9f\x4e\xf0\x91\x62\xc4\x54\x80\x6a\x81\xb2\xa0\x20\x70\x0d\x28\xe0\xcf\xb0\x52\x05\xcb\x08\xa7\x6f\x70\xf3\x65\x01\x41\xc7\x58\x04\x46\xf4\x69\x86\x9a\x03\xd9\x09\x27\x28\xd4\x85\xc0\x98\x49\x39\x4a\x67\x3f\x1b\x9f\x7c\xf1\x36\xf8\x5f\xc8\x62\xee\xb2\xe7\x42\x17\x4c\x2d\x89\x7d\xe6\x75\x9b\x5e\x37\x98\x07\xf8\x9c\xae\x9e\x29\x6d\x30\x89\x38\x36\xb9\xd8\xe2\x29\x1d\x95\xd1\x63\x4d\x53\x40\x65\xae\x98\x26\x62\xf3\xfa\x6c\xff\x70\x47\x96\x85\x6a\x98\xc0\x86\xd0\xe0\xc0\x2d\xe8\x2e\x0d\xcc\xa7\xce\xb6\xef\xc2\x8d\x12\xdf\x5c\x8e\x4d\xfe\x05\xe3\xd9\x07\xd4\x81\xdc\xe5\x11\x34\xd7\x71\x3d\xb4\x44\xa5\xd9\xee\xcf\x19\xa3\x60\xe9\x5e\x35\xb5\x60\x04\xa4\xe6\x4c\x5c\x7a\x06\x7c\x8d\xf0\x01\x9e\xf4\xd3\x93\x7e\x07\xc4\x30\x51\xaf\x0a\x45\x2c\x4b\xff\x3a\xdb\xe4\xd6\x47\xf0\x73\x83\xe8\xfe\x5e\x8e\xed\xee\xd7\xc8\xae\xef\x6b\x11\x57\xe9\x63\x23\xdd\x90\x0f\xdc\xae\x23\xfb\xec\x84\x67\x5b\x43\xb9\xb7\x9e\x1d\xc5\x4c\xa9\x31\x0b\x64\xdb\x2e\xb1\x55\xf5\x8b\x50\x82\x8e\x2f\x7f\x82\xb1\xd2\x58\xc5\xfc\xaf\x52\x83\xde\x4a\xcd\xf7\x4d\xda\x11\xbe\xde\xdd\x32\xdd\xfe\x4e\xa6\x5d\xba\xf4\xff\x13\xa5\x5b\xa7\x35\xd4\xef\x00\x00\x00\xff\xff\xe3\xee\x9e\x4a\xc3\x02\x00\x00") + +func confGitignoreRailsBytes() ([]byte, error) { + return bindataRead( + _confGitignoreRails, + "conf/gitignore/Rails", + ) +} + +func confGitignoreRails() (*asset, error) { + bytes, err := confGitignoreRailsBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/Rails", size: 707, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreRedcar = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xd2\x2b\x4a\x4d\x49\x4e\x2c\xe2\x02\x04\x00\x00\xff\xff\xfb\x2a\xf8\x5b\x08\x00\x00\x00") + +func confGitignoreRedcarBytes() ([]byte, error) { + return bindataRead( + _confGitignoreRedcar, + "conf/gitignore/Redcar", + ) +} + +func confGitignoreRedcar() (*asset, error) { + bytes, err := confGitignoreRedcarBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/Redcar", size: 8, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreRedis = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x52\x56\xf0\x4c\xcf\xcb\x2f\x4a\x55\x28\x4a\x4d\xc9\x2c\x56\x48\xca\xcc\x4b\x2c\xaa\x54\x48\x29\xcd\x2d\x50\xd0\x00\x91\x7a\x45\x29\x49\x9a\x0a\x69\x99\x39\xa9\xc5\x5c\x5c\x5a\x20\x1e\x17\x20\x00\x00\xff\xff\xf9\xfc\x44\x12\x33\x00\x00\x00") + +func confGitignoreRedisBytes() ([]byte, error) { + return bindataRead( + _confGitignoreRedis, + "conf/gitignore/Redis", + ) +} + +func confGitignoreRedis() (*asset, error) { + bytes, err := confGitignoreRedisBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/Redis", size: 51, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreRhodesrhomobile = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x2a\xca\xc8\xcf\xc9\x4f\xd7\xd5\xe2\x2a\xce\xcc\x05\x92\x49\x99\x79\xfa\x39\x99\x49\xc5\x60\x46\x50\x46\xbe\x53\x69\x5e\x4a\x4e\x2a\x98\x57\x92\x5b\x00\xa1\x13\x8b\xd2\x53\x4b\xc0\x4c\x2d\xbd\xc4\x82\x78\x2e\x2d\xbd\x7c\x20\xce\x4a\x2c\xe2\x02\x04\x00\x00\xff\xff\xbe\x88\x70\x1c\x4d\x00\x00\x00") + +func confGitignoreRhodesrhomobileBytes() ([]byte, error) { + return bindataRead( + _confGitignoreRhodesrhomobile, + "conf/gitignore/RhodesRhomobile", + ) +} + +func confGitignoreRhodesrhomobile() (*asset, error) { + bytes, err := confGitignoreRhodesrhomobileBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/RhodesRhomobile", size: 77, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreRuby = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x44\x51\xcd\x8e\xdb\x3c\x0c\xbc\xeb\x29\x08\xec\x2d\xc8\x27\x7d\xb9\xa6\x3d\xf6\x07\x3d\xf4\xd2\x3e\x40\x20\x4b\xb4\x4d\x44\x12\x0d\x89\xca\xae\xdf\xbe\x54\x9d\xee\x5e\x0c\x0e\x4d\x0e\x67\x46\x27\xbb\x60\x36\x27\x5b\xa7\x60\x9c\x0d\x5c\x66\x5a\x8c\x0b\xfc\xc0\xea\x17\x74\xc6\xfd\x28\x4d\x7c\x4a\x18\xbf\x51\xc2\x66\xdc\x76\x5f\xb4\xdb\x36\x0c\xae\xe2\xc6\x55\xda\x3f\x88\x6f\x3e\x6f\x3a\x63\xe5\x4d\x8c\x13\x6c\xe2\x24\x6f\xee\x59\x2a\x61\x23\x2e\xb7\x67\x6b\x7c\xcd\xcb\x0b\xfc\xd6\x4d\x9a\x29\x80\x30\xfc\xea\xd3\xfe\x93\x45\xa7\xae\xc6\x46\x2f\x27\x63\xf5\x44\xba\xad\xd4\x84\xeb\x6e\xa6\x4e\x29\x1e\x6b\x5f\x38\xf4\x8c\x45\xfc\x98\x86\xe0\xc3\x8a\xe0\x4b\x84\x05\x8b\x0a\x17\x8c\x30\x0f\xb9\x57\xf5\xb4\xfb\x1a\x39\xe8\xcd\xdb\x7b\x75\x7c\x0f\x30\xd8\xbe\x96\x07\x55\x2e\x83\x10\x0a\xd7\xec\x13\x35\x7f\xe8\x70\x76\xea\x25\xa6\x91\xc4\x03\x4b\xe4\xea\x0e\x6c\x5c\xa2\xe9\x59\x57\x97\x7d\x19\x4c\x30\x73\x05\x0f\xfa\xa7\xfa\xba\x83\x02\x0d\xf7\x0c\x3b\x77\xc8\xb4\xac\x02\xaf\x5e\x2f\xa8\x53\x5a\xf4\x0c\x82\xac\xd8\xf0\x50\x0a\x8d\x4a\xf8\xdb\x81\xc0\x11\x81\x9a\xd2\x51\x11\xbd\xa9\x66\x74\xa5\xf6\xa2\x18\x72\x4f\x42\x9a\x32\xe0\x87\xe6\xf6\x09\x58\x17\xeb\x2b\x35\x3c\x83\x46\x11\xee\x83\x28\xeb\xfc\x55\x59\xbe\x63\x1e\x27\x6c\xe2\x70\x57\x68\xab\xc6\xfc\xdf\xf3\x39\xde\xb1\x0a\x6d\x28\xc3\x43\x2f\x2a\x47\xf5\xf4\x6d\xbc\x2e\x95\x05\xea\x23\xc3\x67\xb8\xd8\xcb\xc5\xfe\x3f\x4c\x45\x1e\xdd\xc6\x19\x65\x1d\xd5\xec\x4b\xd8\xcf\x1f\xa6\x48\x73\xb7\xba\x54\x83\xf9\x13\x00\x00\xff\xff\xea\x80\x59\x32\x5f\x02\x00\x00") func confGitignoreRubyBytes() ([]byte, error) { return bindataRead( @@ -427,52 +2719,1112 @@ func confGitignoreRuby() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/Ruby", size: 159, mode: os.FileMode(420), modTime: time.Unix(1439980167, 0)} + info := bindataFileInfo{name: "conf/gitignore/Ruby", size: 607, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} a := &asset{bytes: bytes, info: info} return a, nil } -var _confLicenseAfferoGpl = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xc4\xbd\x5b\x73\xdb\x46\x96\x38\xfe\xde\x9f\xa2\x8b\x2f\x91\xaa\x68\x25\x4e\x66\x92\x9d\x64\x2a\x55\xb4\x44\xc7\xac\x91\x25\xad\x24\xc7\xe3\x47\x90\x68\x8a\x58\x83\x00\x17\x0d\x48\xe6\x7e\xfa\xff\xb9\xf6\x05\x24\xed\xfc\xe7\xe5\x97\xda\xad\xb1\x24\xa0\xfb\xf4\xe9\x73\xbf\xe1\x8f\x9b\x0f\x76\xf6\xf6\xed\xfc\xfe\xd6\xfe\x31\xbf\x99\xdf\xcf\xae\xed\xdd\x87\x37\xd7\x8b\x4b\x0b\xff\x3f\xbf\x79\x98\x1b\x7b\xfc\xbf\x3f\x5d\xe7\xab\xb6\xb1\x3f\x4d\xed\xeb\x7f\xd8\x9b\xf6\xd9\x6d\x97\xae\xb3\x3f\xfe\xf0\xc3\x2f\xc6\xd8\xcb\x76\xb7\xef\xaa\xa7\x4d\x6f\xcf\x2e\xcf\xe9\x97\xf6\x6d\xe7\x9c\x7d\x68\xd7\xfd\x4b\xd1\x39\xfb\xb6\x1d\x9a\xb2\xe8\x61\x85\xa9\x5d\x34\xab\x0b\xfb\xcf\x4d\xdf\xef\x7e\xfd\xfe\xfb\xb5\x5f\x5f\xb4\xdd\xd3\xf7\xbf\x1b\x3b\x7f\x76\xdd\xbe\x6d\x9c\xad\xbc\xdd\xb9\x6e\x5b\xf5\xbd\x2b\x6d\xdf\xda\x15\xac\x6e\x8b\xa6\xb4\x65\xe5\xfb\xae\x5a\x0e\xbd\xb3\xf0\xec\x12\xd6\xdb\xe2\x1f\x2b\xe7\x8d\x6d\xd7\xb6\xdf\xc0\x9b\x75\xb5\x72\x8d\x77\xb6\x6c\x57\xc3\xd6\x35\xfd\xd4\xc2\xf3\x76\xb5\x29\x9a\xa7\xaa\x79\xb2\x55\x8f\xcb\x37\x6d\x6f\x8b\xba\x6e\x5f\x5c\x79\x61\x4e\x1d\x99\xfe\xbb\xeb\x5c\xb1\x5d\xd6\x0e\x9f\x7a\xdc\x38\x4b\x08\x5c\xaf\x5d\xd7\xda\x3f\x5c\xe3\xba\xa2\xb6\x77\xc3\x12\x36\xb5\xd7\xb2\x31\x2c\x5f\xd8\x35\x9c\x7e\x4a\x80\xd7\x6e\xdd\x07\xa0\xd6\x6d\x67\xbc\xe2\x04\x4f\xd4\xf6\x1b\xc0\xe2\xe7\xaa\x29\x3d\x9e\xe0\xa5\xed\x3e\xfb\xa9\xf5\x3b\xb7\xaa\xd6\xd5\x0a\x40\xdc\xdb\xd2\xf9\xea\xa9\x61\x4c\xc0\x22\x43\xe7\xcc\xaa\x6d\x01\x41\x84\x4e\xfb\x52\xf5\x1b\x38\xb9\x83\xcd\xb6\xdb\xa1\xa9\xfa\xbd\xad\x1a\xfe\x45\x01\x3b\xc2\xa2\x8d\xeb\x71\x5d\xeb\x5d\x07\x58\xb3\xba\xff\x85\x1e\x49\x80\xf3\x08\x9d\xdd\xb6\xbe\xb7\x47\x40\xdc\x75\xc5\xaa\x47\x88\x18\x46\x8b\x7f\x55\xc8\x0c\x40\xd6\x17\x9f\xe1\xf1\x97\x62\x6f\xf7\xed\xd0\xd1\xf9\xcb\x76\x8b\x30\xfb\x8d\xae\x44\x97\xe0\x08\x36\x5a\xe4\xc2\xda\x37\x7b\x80\xbb\xe9\xbb\xc2\xf7\x53\x83\x2f\x1e\x47\x2a\xef\x57\x35\xbd\x6b\x4a\xc6\xc4\xd3\x50\x74\x05\xfc\xec\xc6\xfb\x99\x83\xfd\x00\x8b\x48\x2e\x48\xbe\x84\xe4\x02\x0e\xd3\x3e\x75\xc5\xf6\xd5\x2b\x58\x68\x8b\x80\x23\x56\x91\x34\x3a\xb7\x2d\x2a\x78\x0a\x97\x8b\x17\x85\x78\xc1\x45\xaa\xde\xdb\x01\xb0\xe8\x09\x75\x1f\x37\x0e\xb0\xef\xf0\xb2\x8a\xcf\xb8\x2e\xbe\x14\x50\x37\xc5\x3f\xe1\xcb\x9d\x03\x62\xe9\x90\xf4\x60\x33\x01\x73\x8a\x04\x68\x76\x1d\x1c\x0e\x70\x70\xfb\x8d\x63\xa7\x04\x10\xa1\xed\x37\x45\x8f\x67\x37\x9b\xe2\x99\x71\x9a\xe0\x3c\x61\x14\xe6\x8f\x03\xf8\xec\x99\x60\xa8\x7b\x62\xb2\x84\x15\xb6\xb6\x5a\xe3\x92\x40\x53\x7e\x73\x3e\x0d\x5b\xc0\x19\x56\xae\x7a\xc6\x97\x87\x6e\x85\x4b\x96\x40\x58\x1d\x10\x58\x63\x9f\x5c\x4f\x3c\x45\x2f\x9a\x17\xb8\x12\xf8\x31\x79\x15\x9f\x49\xee\x3d\x6c\x0f\xaf\x03\x2a\x2d\xc0\xb6\x62\xe8\x70\x91\x06\x68\xf5\xc5\x10\x9c\x72\x45\xc0\x0c\x08\x67\x58\xee\x73\xd3\xbe\x84\x75\xcb\x16\xd7\xf4\xb8\x32\xe0\x97\x6f\xe5\xca\x3d\xbb\x1a\xb9\xc3\xf3\x4b\xb8\xc9\xd7\xe8\x0a\xf6\xe9\xdd\xaa\x67\x2a\x22\x11\xe6\x0d\xb3\xd4\x0b\x90\x6e\xef\x76\xfe\x57\x7b\xf6\xfa\xdc\x16\x1e\x2e\xbe\x27\x8e\x66\x41\xd7\x36\xd9\x81\x18\xce\xb3\x1f\xcf\xe1\x2c\x70\xe1\x06\x61\x24\x79\xa4\x62\xe1\x65\x53\xad\x36\xf6\x09\xd0\xe8\xe9\x00\xb5\x7b\x02\x70\x48\xce\x79\x92\xac\x22\xe8\xa6\xc9\xe5\x19\x58\xf3\x7b\x62\xca\xb2\x5a\xef\xb3\xfd\xe8\xb0\x33\xe0\x69\x60\x9f\xb2\xe8\xf6\x76\x09\x07\x5c\x03\x12\x01\x95\x25\x90\x5c\x53\x22\xc9\x21\xd5\x12\xc5\x7e\x17\xa8\xa3\x62\xc4\x98\x6a\x0b\x47\x07\x29\x0e\x22\xd2\x03\x59\x95\xc8\x5e\xf0\x7c\xef\xba\xa6\x60\xf9\x1a\x18\x06\xf7\x95\xfb\x98\xe2\x4d\xc3\xcf\x7b\xa3\x34\xf1\x52\x01\x7d\xee\x40\x4a\x96\xb8\x13\x48\x5b\x80\x68\x0b\xa4\xff\x5c\x54\x75\x01\x82\x93\xb8\x87\x65\x48\x99\xdc\x4d\x6b\xaa\x66\xd5\x76\xbb\x16\xc4\x18\x32\xc1\xfb\xa2\xd9\xa7\x0f\x1c\xd0\x2b\xfe\xff\xc6\x15\x1d\x88\x00\x60\x05\x40\x8c\x71\xb0\xc0\xd0\x15\x4f\xf0\xe3\x92\x91\xd3\x39\x3f\xd4\x3d\x1e\x3c\x91\x90\xb0\xf8\x3b\x10\xf4\x70\xa0\xe9\x48\x32\x46\x0e\x07\xc8\x4b\xbc\xd1\x5c\x54\xfa\x29\x5f\x21\x2f\x0b\x48\xda\xdb\x35\x9c\x8a\x6f\x0a\xcf\xb8\x6c\x87\xfe\xc2\xa8\x5a\x38\xa1\x0f\x58\x95\x21\x8e\x3f\xd3\x95\xf0\x6d\x56\xb0\xa1\xe0\x98\x0e\x53\xbb\x9e\x00\x27\x5c\xf3\x02\xc5\x0a\x58\xc3\x23\x63\xe0\x33\x2a\xbe\x91\x38\x61\x5b\x8b\x07\x02\xc8\x6a\x57\x78\xd6\x6b\xde\xa4\xec\xd9\xb7\xc9\x52\x17\xff\xbf\xb4\x57\x90\x37\x99\x1a\x82\x1b\x63\xed\x43\xe4\x43\xa8\xf4\x03\x50\x34\xe2\x92\x10\xe5\xe2\xc1\x52\x40\x98\x1e\x7c\x24\x08\x23\xa0\x05\x7d\x05\x17\xb4\x40\xd1\xfb\xbf\x43\x05\x98\xa6\xbf\xf1\xe5\x21\xe1\xa0\xb8\x1e\x29\x30\x80\x04\x49\xb7\x2a\x55\xa4\x24\x42\x69\x9d\x03\xa2\x18\xee\x86\xa6\x11\xec\x76\x8a\x1b\x43\x8c\xc1\xaf\x80\xa0\xe0\xc5\x2f\x08\x4f\x20\xb3\x5b\x64\x69\xb9\x88\x81\xf5\xe8\xe1\xcd\x4d\xe1\x66\x4c\x21\x8f\x01\x8e\xf8\xc6\x2a\xa4\x7a\x5e\x6e\x2a\x0c\x7f\x78\xab\x82\x04\x06\xde\x7c\x0d\x78\xe6\xf4\xc6\xb6\x75\x09\x87\x17\x65\x0d\xb6\x05\xdc\x0a\xea\x04\x78\xe3\xeb\x37\x8a\xd4\x45\x7b\xfb\x0d\x73\x0a\x3f\x0e\x0a\xaa\xf0\x99\x6e\x01\xc8\xda\xed\x0e\x9f\xb3\xbe\xda\xc2\x65\x75\xf6\xa9\x2d\x6a\x4f\x38\x01\xba\xa8\x3c\x9c\x15\x60\x83\xb7\x41\x68\x44\x48\xc8\x98\x0a\xa8\x96\x53\x28\x4c\x77\xd7\x6c\x80\xc9\xcf\x9b\xc2\x1b\x26\x5a\x64\x62\x14\xf7\xa7\x5f\x14\x91\xa9\xfc\x03\xaf\xd1\x8e\x78\x8f\x60\x4c\x3a\x54\x59\xd1\xde\x0b\x24\x0e\xa2\x68\x55\xa1\x4e\x80\xd7\x3c\x9b\x01\x20\x21\xab\x9e\x84\x19\xca\x22\x14\xb2\xb0\x46\x22\x67\x95\x07\x19\xf3\x2b\xb6\xab\xd6\x2d\xda\x87\xa7\xad\xc3\xc7\xf9\xfd\xfb\x07\x3b\xbb\xb9\xb2\x97\xb7\x37\x57\x8b\xc7\xc5\xed\xcd\x03\x3e\xfc\xc3\x05\xe8\xa0\x75\xd5\xf0\x8e\xf4\xfe\xe4\x31\x51\x04\x13\xb6\x08\x88\x02\xf4\xe8\x3f\xe9\xe1\xbf\xc9\x9f\xbc\x5e\x30\xb7\x27\x20\xb1\x3d\x58\x05\xae\x80\xc3\x05\xdd\xf4\xaa\xae\xc0\x4a\xa8\x8b\x17\xd1\x81\xc5\x6e\x47\x0c\x3c\xb2\x36\x8d\x5a\x9b\xc8\xc6\x40\x0b\xde\x6d\x2b\xc4\xd5\xb0\x42\xce\xdb\x16\xfe\x73\x00\xdf\x81\x1d\x4c\xf2\x3f\x85\x1e\x25\x76\xd8\x93\x44\x3d\x71\xa9\x5c\x48\xc9\x97\x44\x12\xd4\x28\xf4\xd6\xce\x0b\xd8\x4c\x1e\x61\x5b\xb9\x2c\x81\xeb\x89\x1c\xbc\x9d\x80\x66\x9c\xc0\x53\x13\x79\xc1\xf9\x09\xdd\xcc\x04\x2f\x15\x6c\x05\xd0\x55\x13\x92\xc3\x4b\x54\x57\x65\x05\x42\x60\x00\x0c\xa0\x35\x01\x4e\x44\xd1\x54\xff\x57\x44\xb4\x3f\xb6\x76\xc2\x9a\x13\x16\x61\xd8\x18\x51\xea\x52\xac\x3b\xd0\x87\x68\xdb\x95\xc5\x8e\xfc\x01\xfc\x61\x07\x2a\x46\xaf\x03\xdf\x31\xa8\x16\x41\xee\xfb\x0d\x09\x12\x92\x52\xac\x61\xd4\x12\x88\x3a\x7c\x2a\x18\x06\xac\xb3\xa2\x11\x99\x8f\xc2\xa3\x31\xee\x0b\x98\xd0\xf4\x1e\x4b\x99\x44\x5d\x11\x70\x80\x0c\x61\xea\x42\x00\x4f\xa4\xc0\x44\x60\x32\xa0\x02\xeb\x0a\xf5\x00\xbe\x82\xc0\xf3\xbf\x26\xcb\x82\x75\xd8\x84\x36\x4e\x9f\x12\x53\x61\xb2\x02\x75\xdf\xc1\x33\xf8\xbb\x89\xa0\xc2\x55\x02\x30\xe8\xc0\x26\xec\x29\x97\x9d\x2c\x4f\xab\x1b\xb1\x79\xe4\xcf\x01\xc9\x20\x8d\x77\xc5\x13\xe8\xf1\x43\x3c\x97\x44\x26\x64\x9f\xb1\xa7\x02\xda\x8c\xf5\x87\xe8\x31\x93\x62\xef\xa5\x1d\xea\x92\x6d\x5c\x34\x91\x4a\xd0\x07\xab\x1e\x48\x17\xe0\x50\x43\xa7\x82\x1f\xeb\x4a\x0d\x0b\xb8\x9c\x35\xde\x06\x99\x31\x42\x70\x48\xed\xc0\xc4\xf8\x44\xbc\x23\x60\x86\xa9\x75\x5f\x56\x0e\x2e\xda\x7d\x71\xab\xa1\x17\x67\x10\x59\xdf\xa0\xdc\x03\x73\x0b\x89\x48\x6c\x2d\xd6\xd4\x60\xa1\x3f\x17\x6c\x43\xe3\x9d\xdd\xc9\x39\x91\x10\xc0\x7a\xa9\x07\x90\x9e\x41\x9c\x98\x4c\x9c\x9c\xd1\x61\xdb\xa8\xae\x53\xd9\x02\xa6\xb5\x1a\x03\xc1\x4a\x12\x9d\xc4\x4a\x82\x8d\x49\xd4\xb0\x68\x66\x80\x95\x03\x1e\x12\x19\xf1\x74\x59\xe8\x88\x3d\x83\x78\x41\xa5\xea\xc1\xcd\xa8\xeb\x70\x13\x80\xa3\x67\x37\x26\x77\xe4\x53\xe4\x79\xa4\xa0\x5d\x72\x04\x92\x0d\xae\xc1\xed\x65\x69\x83\xc4\x8f\xeb\xaa\xa7\xd1\x76\xc1\xf6\x67\x3f\x02\x2d\x35\x27\xae\x18\x79\x84\xea\x81\x16\x64\x67\xc2\x9a\x5d\x3b\x3c\x6d\x40\x51\x04\x9c\x8a\xf6\xe6\x1b\x07\x65\x61\xc1\xdb\x6b\xfc\xda\x89\x72\x67\x9b\x57\x7c\x72\x86\x1f\x30\xa3\x4a\x2f\xec\xf3\xec\x78\x03\xfa\xc5\xba\x00\x85\x0f\xf8\xde\xd5\xc5\x1e\x84\xc6\x6c\x87\xc7\xea\x2a\xbc\xaa\x6b\x32\xab\x6f\x5a\xf0\x55\x41\x78\xa8\xad\xe1\xbe\xf4\x48\x20\x74\x62\x72\x34\xe4\xf2\x0a\xde\xb1\x41\xc9\x42\x38\x87\x85\xb6\x55\x03\x3f\x01\x99\x3d\x57\xa4\xca\xcd\xda\x15\x7d\xf0\xb8\xd0\x17\x08\x3b\x03\x97\x17\xc9\xde\x91\xdc\x1a\xda\x3f\xf8\x04\xa6\x87\x4b\x62\x2b\x40\xb0\x54\xf4\x62\x8b\xd0\xc1\x41\x15\x77\xe8\xcd\xee\x49\x41\xa9\xe4\xb1\x67\x42\xb0\x42\x1b\xe9\x21\xe4\x85\x4a\x5c\x44\xb1\x87\x4a\x75\xda\x54\xc0\x7a\x12\x96\x8c\x55\x5a\x83\xd6\x8d\x82\x59\xd5\x0a\x43\xba\x01\xdf\x0a\xb5\x52\x05\x5a\x99\x2f\x26\x44\x55\xa2\x00\x5f\xac\xd1\x55\x4c\xee\x01\x14\xae\x27\x27\xa2\x80\x6d\x3d\xc9\x4e\x3a\x24\xda\x77\x05\x69\x1a\xb8\xe9\x1d\x89\xe5\xa8\x6b\x0a\x03\x1c\x3b\x4c\xd9\x17\x67\x8c\xc3\xc5\xa0\x07\xca\x22\x86\x56\xda\x3a\xd7\x7b\xde\x7f\xd5\xc1\x5f\x3b\xb5\x86\x5e\x5f\xd8\x07\xb6\xfa\x2e\xc1\x70\x0a\xaa\x7f\x92\x98\x82\x13\xf6\xda\x33\x71\xc4\xd6\x01\xba\xe3\x20\xe3\xe0\xcf\xdb\x4c\xce\x53\xf4\x83\xd9\x32\x65\x56\x62\x86\xaa\x47\xa5\x74\xbb\xfc\x1f\x47\x12\x1c\x97\x8f\xbc\xd5\xb4\xcd\x2b\xb1\xe3\x74\xd1\x22\x13\xbc\x0f\x7d\x81\xa2\xab\xb4\x0b\x45\x5a\x7c\x3d\x41\x24\xf3\x23\x0b\xe4\x8a\xfe\x06\xae\x64\xb5\xaa\x8a\xda\x78\x5d\xa1\x44\xd3\x82\xcd\xb8\x02\x59\xb3\x7d\x02\x9d\x87\x16\xb7\x3c\xe0\xed\xb2\x2d\x81\x9f\xda\x43\x67\x27\x6c\xe4\xd5\xb0\x67\x2c\xe0\x1d\x20\xdb\xaf\x06\xb4\xf8\xc4\xcf\xdb\x22\x1a\x6a\x70\xdb\x07\xf0\xaf\xd0\xcc\x75\xe2\x35\x7a\x72\xf8\x80\x3b\xc8\x65\x2a\xb6\x2d\x3c\x97\xb8\x6d\x78\x6c\x92\xac\x22\x5e\x74\x89\x78\x47\x0f\x7b\x8f\xf7\x7c\x5d\x2d\xbb\x02\x85\xda\x84\xb5\xa3\x48\xe5\x68\x46\x08\x8f\x06\xf5\x21\xba\xd5\x04\xdd\x4a\x4f\x21\x29\x81\x9d\xd8\xd6\x4e\x28\xff\xac\x38\x47\xe4\xc9\xdb\xa5\x22\xa1\x81\x8b\x01\xb9\x20\xf7\x03\x72\x6e\xf5\xb9\x78\x62\x21\xff\xbe\xf8\x1f\x40\xc2\x25\x88\xab\xb6\x09\xf1\x42\x36\x3d\x45\x2a\x45\x93\x00\x36\xa0\xc7\x4d\xf2\x38\xf1\xf8\xf2\x9c\x2d\x7e\xa0\xf6\x86\x6d\x2d\x16\xac\xea\x3b\x04\x80\x25\x5c\x07\xa8\x3c\xd8\x17\x59\x1f\x48\x0d\x4c\x70\x56\x67\x85\x3d\x24\x1c\xba\x30\x06\x0e\x2c\x8a\xf0\xac\xe8\x24\x7f\xa0\x50\xd4\xeb\x20\x5d\x12\xfd\x24\xc4\x03\x50\xf4\xcc\x4c\x46\x50\x4c\x84\x6c\x90\xe5\x5a\xd8\xf4\x0b\xc0\x25\xa4\x0a\xcc\x81\x8f\xa2\xad\x06\x82\x07\x90\xb9\xd2\x97\xcc\xd9\x67\xd7\x35\xae\x46\x11\xdf\x94\x20\x44\x3c\xdd\x31\xa3\x06\xcc\x53\xd0\x78\x8a\x03\x75\x29\xc5\xc3\xc3\x1b\xe0\x87\xcd\x59\x85\x64\xb0\x3f\x47\x8d\xcc\x07\x64\xc1\x9d\x53\x05\x38\x72\x7e\xca\x76\x09\x6e\x5f\xd5\xae\x63\x4a\x64\xa7\x10\x6c\xd7\x18\x5f\xe4\xe7\x80\x8b\x22\xdb\x32\xb7\x81\x10\xe8\xe3\x7b\xb8\x26\x32\x78\xa0\xd0\xcb\x16\x04\x84\xdf\xb5\x1c\x42\x61\x41\x93\x89\x93\x2a\x5f\x93\x88\x4a\x90\x54\xd7\x66\xec\x93\x36\xce\x69\xcc\x92\x4c\xfa\xde\x21\x8e\x81\x61\xeb\x5a\x88\x67\xcd\x70\xc6\xb3\x92\x98\x3e\x27\xc0\xc8\x1b\x4e\x36\xa3\x68\x58\x9b\x46\x84\xf8\xa8\x4c\xf0\x84\x4f\x90\x95\xbb\x9e\x42\x2c\x14\x5a\x6d\x6b\x78\xac\x45\x47\x30\xd8\x0d\x59\x48\xa4\x07\x23\xcd\x31\xa1\x2b\xcf\xe9\xb2\xdf\x79\x33\x66\x57\x42\x2a\x1f\xa4\x7e\xb5\x1b\xba\x1d\xae\xdc\xb7\x2d\x1b\xe1\xf2\x07\x74\x85\x63\xfc\x07\x63\xa9\x1a\xce\x53\xda\xd5\x98\x4b\x62\x74\x02\x56\x81\x26\x10\x99\xec\xa9\xe7\x20\x23\x57\x9a\xf8\x72\xce\x96\x0c\x2d\x9c\xea\x2d\x12\xe8\x97\x02\xd9\x62\x6a\x8f\xdd\xa3\x09\xaa\x3f\x31\x24\x82\xbb\x66\xd7\x55\x4d\x56\x95\x6f\x57\xa8\xd1\x4b\x66\x57\xb9\x4d\xfe\xa3\xc4\x4a\x05\xed\x1c\x9c\x74\x63\xe6\xe2\xa0\x77\x09\x6a\x4c\xd0\xc6\xe9\x8b\x7d\x53\x6c\x39\x9c\x62\xea\xaa\xf9\x8c\x72\x7b\x58\x06\xd4\xa8\x55\x10\xbc\x81\x93\x69\x00\x89\x95\x4c\x8d\xaa\xd3\x25\x06\xfd\xfb\x6a\x8b\x56\x48\x59\xf4\x85\x06\x57\xc4\x97\x25\xaf\x97\x49\x61\x0d\x4e\x2d\x78\x4f\xfd\x8b\x73\x0d\x23\xd9\xa4\x30\x24\x01\x7f\xc0\xae\xcf\xd0\xab\x0c\x72\x0c\xaf\x44\xe5\x19\x0d\x05\xb3\x5f\xc3\xb0\x9d\x37\x18\xb4\xed\x9c\xb2\x81\x2d\x86\xbe\x05\x90\xe5\x80\xec\x8d\x1d\xee\x9d\x6d\x67\x78\xbb\xaf\xc3\x92\xb3\xea\x58\xee\x85\x08\xa8\x2f\xb6\xc9\xc9\x7e\xbc\xb0\x6f\x0a\x0f\x92\xe9\x2e\x38\x24\xec\x46\xce\xc0\x2f\xe4\xc0\xb0\x7d\xa2\x94\x43\x79\xc4\x80\x22\xa2\xd4\x3f\xab\x11\x87\x21\x08\xd4\x36\x07\x41\xe3\x3b\x0d\xa6\x22\xba\x29\xb3\x01\xa7\x78\x6e\xd9\x69\x51\x5b\x8e\xe9\xaa\x47\x32\x34\x49\x08\x03\x1f\xdf\xba\x5e\x83\x32\xba\xbf\xfb\x82\x5e\x4f\x85\x76\x6b\x01\x56\x03\xc6\x3e\x28\xa4\x3d\x34\x75\xb5\xad\x70\x8d\x3c\xd4\xac\xb2\xe5\xd0\xeb\x13\xe7\x14\x9c\x16\xb0\xdf\xf9\x56\x34\x7c\x86\x9e\x52\xf4\x21\xc9\x61\x95\x9f\x29\x00\x9b\x80\x43\x5a\x90\x43\xc5\xb2\x12\x87\xc2\x1a\x0a\x54\x92\x6a\x41\x95\x07\xff\xf0\x7d\xd5\x83\x9f\xc0\xb6\x78\x5c\x7c\x7c\x3e\x50\xd8\x4d\xfb\x02\xce\xf1\x13\xc7\xcf\x3b\x23\x77\x82\x81\xe2\xa2\xe2\x6c\x42\x88\x34\x23\x7f\x3c\x17\x35\xeb\x67\x1f\x51\xba\xdc\xe7\x3e\x21\x5d\xf0\x27\x70\x35\xd1\x4c\x46\x8f\x67\x4a\x88\x11\x4f\x80\x9d\xda\x0c\x2c\x1f\x53\x11\xe0\xda\x62\x16\x87\x8d\xeb\xe0\xcf\xa6\xd1\x26\x50\x7d\x35\xda\x47\x85\xdc\x85\x66\x01\x09\xc6\x17\x0c\x52\x49\xbe\x09\x63\x0c\x40\x34\x94\x0d\x52\x68\xc4\x68\x1f\x6d\x2e\x31\x1c\x1f\x68\xcc\xb7\x48\x32\x2c\x87\x0d\xe0\x62\x53\x3c\x4b\xa0\x73\xcb\x2e\x5c\x6e\xcb\x82\x47\x51\x0f\x1e\x2e\xa2\x66\x5f\x03\xe0\x22\x89\xae\x01\x55\x4a\xe2\xa0\xcc\x03\xc9\x58\xd5\x2c\x79\xf1\xb9\x18\x40\x45\xb1\x2c\x81\xa3\x84\x52\x35\xdb\x83\x01\xc4\x3d\xe1\xc2\x28\x07\xf8\xb1\x13\x81\x4c\x19\x1c\x3d\x0a\xbb\xa0\xdc\xea\x2a\xb6\xcf\x44\x43\x30\x86\x8d\x38\x85\x24\xba\xc2\xcd\x11\x6d\x90\xde\xd9\x0c\x21\xae\x9e\x01\x39\xba\x34\x23\x47\xb5\xdb\xc1\xa3\xba\xc3\x9b\x49\x31\x01\x2c\x41\x17\xb4\x74\x9b\xa2\x5e\x4f\x85\xbf\xe9\x57\x1c\x83\xa8\x30\xce\xcb\xa1\x44\x04\x65\x4a\x8c\x4c\x67\xa3\xa3\x03\x22\x36\xd5\x92\x42\x1b\x80\x76\x62\x19\x75\xf0\x39\x46\xc6\x19\x38\x43\x2b\x86\x63\xb8\x32\x1e\x1c\x28\xc7\x4b\x40\xbb\xa2\xb0\x3e\xdf\xd7\xa6\xda\xb1\x0a\x82\x37\x89\x56\x2f\x03\xde\x24\xd8\x01\xeb\x33\xc9\xaf\xaa\x6e\x35\x6c\xd1\x0f\x40\x0b\x3f\x4b\xa1\x23\x8d\xa0\xc5\x2e\x41\x53\x97\xd1\x28\x09\x18\x38\x39\x06\x3b\xad\x7d\x20\x73\x51\xa2\xac\x79\xa2\xfc\x37\x8c\xc1\x90\x3a\x79\xfd\x83\x41\xd2\xa2\xd4\x04\xa0\x1c\x33\x78\xbe\xe8\xf6\x04\xe0\x4f\x17\x28\x47\x30\xa5\x86\x2b\x7c\xe0\xdc\x13\x3b\xe5\xf7\xcc\xb0\x6f\x11\x3d\x33\xd0\x56\xaf\x2e\x09\xe4\x67\x34\x27\x61\xd5\x6b\x61\xc7\x9b\x36\xbb\x3c\x54\xa5\x40\x22\x4b\xd4\xd3\x60\xeb\x96\x41\xed\xa3\xc5\xb4\x5e\x3b\x8e\x0d\xc0\x86\x9b\xa6\xad\xdb\x27\x54\x26\xe0\x5b\x16\x94\xa9\x88\x38\x4a\x82\x42\xc0\xf6\x76\x3d\xd4\xa0\xcd\x6b\xa2\x1b\x38\xf0\x93\x70\x87\x3c\x8f\xce\x10\x18\x61\xaf\x5f\xab\x0a\xfa\xb8\xb8\xbb\x4d\x04\x47\xdf\xb9\x02\x7c\xf5\xa2\x04\xb7\x96\xf3\x46\x3f\xfe\x60\xaf\x00\x0d\x54\x12\xf1\xfa\x1f\xff\xf8\x19\x79\xca\x68\x10\x9d\x02\xb1\x4a\x22\x4a\xaa\x0e\x83\x45\x8c\xa4\x55\x86\x06\xd8\x12\xb5\xba\x9e\x21\xc9\x35\x33\x83\x91\x54\xc8\x65\xe5\x94\x93\xb6\x05\x22\x02\x0f\x2b\xa9\x45\xb8\x34\xf2\x28\x80\xf8\x97\x15\xe8\x90\xf1\x36\x19\xce\xac\xee\x67\xf3\x90\x09\xe7\x78\xd2\x57\xd1\x07\x64\xc4\xb3\x40\x05\xb3\xb5\x5b\x55\x44\x30\x22\x92\x8f\xa8\x47\x22\x62\xd4\xd4\x68\xc8\x82\x65\x3a\x66\x51\x56\x85\x1c\xf4\xf3\xab\xba\xa8\xb6\x74\x12\xca\xf8\xf7\xa2\xb2\x48\x91\xd9\x58\xf9\x00\x28\xce\x22\xf6\xa9\x9b\x45\x7e\x21\xdb\xe4\xf0\x6b\xd7\xa0\x74\x25\x27\x12\x44\x3a\x1a\xdf\xa9\x89\x4b\xb6\xc9\x94\xd9\x9d\xa4\x6a\xd5\x31\x95\x01\xd7\x7e\x27\xc8\x94\x93\x05\x6c\x1e\x5c\x9a\x39\x8e\x4d\xba\xbd\xbf\x5d\x24\x7c\xfb\xa7\x16\xae\x5c\x72\x40\x2d\xd5\x40\x72\xbb\xa3\xda\x16\x3d\x98\xe8\xe7\xef\x7c\x66\xd2\xb0\x72\x09\xe9\xd8\x8a\x53\x73\x88\x3c\x60\x96\x6a\xd8\x1e\x17\xd3\x8d\xdf\x81\xc3\xdf\x0e\xbe\xa6\xca\x1a\x93\x84\xb1\xe0\x37\x92\x2e\x42\xca\x76\x18\xaf\x97\x02\x9c\xaf\x06\xbb\x7e\x33\x9f\x9d\xdb\xe1\x8d\x61\x94\x1b\x59\x96\x7f\xcf\x22\x26\x18\x82\xb9\xd1\x84\xe6\x4f\xb3\x37\x18\x41\x51\xf3\xe4\x39\xa4\x6e\x4a\xf1\xdf\x31\x2f\xd5\xa9\x29\x2e\x22\xe8\x97\x98\xd4\x60\x52\x2a\xbf\x02\x80\xe0\xaf\x58\x82\xe7\xba\xe2\x54\x1e\xa0\x47\x63\x6e\xbf\x11\x18\x4f\xc4\x3c\xe0\xbe\xc5\x4c\xc3\x89\x18\x18\x3c\xd5\x6a\x34\x7b\x1c\x0d\x0f\x17\xc9\x75\x15\xb8\x0d\x55\x79\x20\x5d\x35\xad\xfc\x1b\x95\x51\x44\x6b\x7a\x29\x68\x48\x18\x65\x04\x5c\x87\x6a\x09\x80\x07\x77\xbb\x16\x85\x5e\x17\x03\x85\x52\xb7\xc0\x99\x2a\x34\x77\xd7\x8e\xad\xe2\xbf\xa7\xc4\xf6\x5e\x6d\x3b\xb1\x8c\xa5\x8a\xeb\x28\xd5\xa5\x91\xfe\x03\x43\x55\xac\x8d\x71\x60\x2c\xf8\xdc\x95\x58\x8a\xd9\x4b\x12\x7b\xd1\xa0\x58\x4a\xb5\x2a\x22\x9c\x09\x26\x82\x5e\xed\xdf\x8e\x51\xac\xa4\xb9\x9c\xa4\x69\xd6\x52\xf8\x11\x15\xd9\xaf\x9c\xa8\x2b\xce\xc9\x78\xe5\xa8\x1f\x2a\xfb\x15\x20\x6c\x9f\x04\x19\x8f\x12\x25\xa1\x5b\x50\x45\xcb\x54\x12\xd7\x01\xaa\xe0\x20\x11\xe6\x2c\x9f\xb1\xb8\xa5\xc4\x72\x05\xde\x6b\xf9\x1f\xed\x45\x05\x68\xf4\x7e\xc8\x83\x1e\x73\x27\x98\x33\x52\x4d\xcd\xfc\xc0\xcf\x0a\xae\x68\x99\x5f\xd4\x54\x16\xaf\x90\x62\x47\x72\x1a\x2f\x65\x11\xf1\x0f\xe8\x10\x29\xa2\xf1\x02\x71\x85\xc9\x09\xc6\x99\xc8\x41\x57\xe7\x4c\x2b\x78\x46\xb5\x61\x49\x45\x80\xf0\xeb\x82\x27\x9c\x44\xe2\x92\xcc\x1f\xbe\xaf\x87\xe2\x9c\x21\xc6\x12\xe1\x39\xcb\x65\x01\xb0\x2b\xf0\x45\xeb\xbd\xf3\x9a\x05\x2e\x62\x8e\x6c\xb4\xc0\x0b\xe8\x6c\x8e\x9b\x63\x7e\x9e\x45\xc0\x34\xe5\xc7\x91\xaa\x0f\xd2\x82\x69\xa3\x64\x54\x82\x78\x26\xa2\x9b\xaa\xf4\x20\xa8\x53\xf5\x21\x8e\x99\x94\x7c\x91\x37\x3a\x95\x2b\x7b\x2a\xba\xb2\xc6\x04\x3e\xda\xda\x18\x2f\xdf\x20\xeb\x60\x08\x9e\x42\x8a\xae\x1c\x3b\x2e\x5c\x00\xd0\x30\xa6\x73\x1f\x2c\xc5\xa5\x7a\xab\xd1\xa0\x7b\x29\xf6\x1c\x8b\x4c\x22\x34\x4c\x9c\x0d\xb8\x36\x15\x12\x22\x6b\xe7\x64\x51\xa9\xdf\xa2\x92\x30\xef\x00\x70\x96\xe7\xa2\x1c\x4a\x0d\x73\x59\x5b\x9e\xdb\x45\xa2\x2e\x37\x85\xff\x4a\xaa\x05\x30\x45\xf2\x8a\xad\x67\x4e\x7e\xd0\x2a\x27\x13\x2f\xbf\x21\x6e\x24\xbe\x94\x29\xaf\xf1\x4e\x72\xa0\x10\x99\x26\x16\x61\xcf\x4a\x77\x3a\xbd\x0b\xeb\x6c\x5a\x82\x4e\x11\x62\x10\xe4\xf8\x90\x2d\x4e\xb6\xbe\xc4\xe1\x39\x60\x18\x6c\x85\xdc\x86\x62\xfa\x61\xcc\x2b\xe6\x24\x0b\x57\xba\x1d\x96\x1d\x36\xbd\x26\xcc\xf3\x30\x14\xd7\x1e\x81\xd5\xde\x70\x9a\x88\x0c\xa7\xac\x76\x2a\x33\x74\x48\xbe\xe7\x2b\x00\x60\x4b\x8a\xea\x6b\x86\x54\xc3\x3a\x6c\x6e\x6c\x31\xb3\x82\xfa\x24\x44\xe7\xa7\xe8\x30\xa2\xb3\x8b\xa9\xe9\xe7\xb6\x1e\xb6\x52\xa0\xe2\xfb\x16\x0b\xa2\xf0\x6f\x59\x3a\x52\x4d\x81\x24\xc5\xdc\x98\x49\xf1\xf4\x84\x04\x8d\x79\xdb\x4a\x21\x8d\x28\xa2\xc3\xf7\x3e\x2b\xaa\x52\x95\x2f\x90\x1b\x0d\xa1\xb2\x69\x46\x4a\x96\xcb\x5b\x00\x80\xcc\x70\x6a\x0f\xd6\xff\x4e\x6a\x29\xcd\xd2\x81\x48\x40\x94\x48\xf4\x2b\xe6\xf5\xc5\xe9\x65\x47\x06\x53\x4f\x0d\xb9\x6c\xc7\xae\x8f\xb2\xf4\xf0\x7f\x7a\xa2\x18\xd3\x5c\x15\x03\x57\x08\xfa\x4c\x0e\xa5\xd6\x43\xcc\x7d\x46\x5b\x41\x17\x22\xda\xf9\x39\xd5\xa9\x37\x60\xac\x88\x3a\x7d\x0b\x97\x73\x42\x97\xe6\x81\x92\x23\x01\xe3\xa0\x01\x59\x18\x99\xa8\x01\x3d\x48\x66\x44\xfe\xdf\x4f\x2a\xc2\x24\xa1\xb7\x05\xc6\x04\xda\x79\x85\x05\x78\x24\xf3\x8e\x46\xc4\x46\x9b\x8d\x4d\x1a\xa6\xa7\xc6\x45\xc5\x0a\xc2\x27\x51\xa9\x97\x61\xbf\x51\x30\x9d\x0c\x03\x70\x7b\x40\xdb\x90\xad\x46\x09\xbd\xcd\xde\x93\x0d\xcc\xb6\x01\xcb\xac\xb3\x18\x9f\x4e\x9e\x38\x42\xa3\xe7\x53\xa9\x43\x2a\x9a\x2a\x14\xf6\xd1\x12\xc7\x43\x7d\xd5\x17\xb6\x56\x0a\x5b\x0e\x1d\xc7\xcf\x74\x75\x5e\x90\x35\x18\x48\xae\x76\xcb\xd5\x03\x44\xb3\x14\xa3\xd5\xea\x3f\x92\x3f\x5c\xa4\x1a\x55\xfb\xff\xd3\x33\x17\x2c\xd4\x3a\xf4\xdf\x1b\xb6\x02\xa7\x96\xa4\x3e\x5b\x7b\xa0\x87\xc1\x74\x40\x7e\xc1\x1a\xc9\xbd\x2b\x3a\x0e\xdd\x26\x8f\xb0\xe6\x4c\xe2\x4f\x6a\x4c\xee\x58\x5b\x11\xb1\x77\x82\x99\xc4\xc8\xe4\xc0\x12\x07\x35\xc2\x51\xc0\x9c\xc0\xf4\x0e\xe6\x30\xc4\xc9\x54\x2d\x2e\xaa\x5b\xeb\xf6\x12\x4c\x49\x26\x93\x8a\x67\xf9\x12\x82\x31\xfd\xb5\xb8\x2d\x6b\xf8\xf4\x72\x02\x05\x08\x44\x62\x47\x9d\x0c\x3e\x4e\x8f\xd3\x03\x1f\x84\x10\xfe\xd7\xe9\x61\xaa\x19\x52\xb2\xdc\x45\x8b\x6f\x5b\xae\x06\x90\xa8\x11\xb0\x9e\x6f\x1b\x29\x38\xe1\x04\xb8\xee\x89\xbe\x54\x9a\xd3\x10\x7b\x26\x46\xbf\x82\x59\x4c\x54\x85\xe5\xc3\xb1\x3e\x50\xdc\x83\xaf\x51\x3f\x9a\xdc\x07\xf5\x91\x05\x5a\x9e\xe2\x82\x44\x0b\x4e\xe8\x39\x91\xae\xb9\x77\x99\x5e\x9d\x54\x74\x24\x17\x76\x48\x8f\x08\x61\x5a\x86\x79\x0c\xc0\xd4\x86\xd3\xd2\x62\x72\x52\xbd\x06\x95\x38\x50\xdc\xae\x56\x85\x27\xcb\x8c\xdd\x51\x4c\xa9\x63\x06\x03\x03\x0b\xf8\x3b\xb2\xc7\x68\x15\x8d\x2b\x27\x55\xe9\xe5\x71\xf0\x59\x87\x06\xe6\x09\x7e\x24\x9f\x84\x9f\x58\xaa\x81\xf8\xf3\x32\xda\x45\x27\x18\x7f\x29\xde\x18\xb1\x33\xdf\x91\xa0\x9f\x33\x33\x14\xa7\x27\x2a\xad\x31\xa9\x74\xf6\x84\x51\x0a\x62\x31\xa6\x20\xbe\x8f\x73\x36\x2d\x19\x83\x31\x4a\x9d\x57\x85\x9e\xbe\x70\xf1\xa8\x38\x73\x51\x20\x90\x54\x6e\x13\x7f\xc9\x9b\x13\x05\xd0\x2a\xeb\xa1\xe3\xe8\x20\x53\x03\x2b\xaa\x60\x27\x89\x63\x60\x13\x9f\xf7\x2f\xd1\xdd\xc8\x03\x4e\xd0\x44\x05\x22\x9c\x78\x26\x48\xc4\xc3\xd0\x25\x73\x51\xea\x0f\x68\x77\x7a\x92\x94\x98\xf1\xb8\xf2\x8f\xd9\x3b\x14\xa2\x0a\xd9\x9f\x71\x64\x88\xe5\x01\xc9\x3b\x44\x7b\x8c\xe6\xec\xcf\x69\x0d\x2e\xf6\x65\x61\xe7\xd3\x2b\x90\x42\xae\x24\xf2\x9d\xe8\x5f\x76\xc8\xd1\x45\xaa\xd8\xeb\x5a\x81\x00\x4e\xa2\xc3\x60\x6b\x80\xdd\x17\x0c\x8a\xe4\x94\xbe\xa0\x55\x5f\xb4\xf2\x78\x5d\x71\xca\xf0\x24\x76\x01\x85\xf7\x99\x9b\xf1\x12\xcb\x93\xc1\xac\xf6\x54\x12\x73\xfa\xf5\xa9\xf0\x06\x42\xab\xc1\xcd\xb4\x79\x68\xec\x85\xe6\x85\xfa\xa0\x2a\x54\x65\xc4\xbc\xb5\x47\x4a\xe6\x6c\xb3\xcf\xbc\x49\x2f\x5c\xe3\x4e\x72\xcd\x40\x71\xc1\x9d\x73\xdd\xab\xbe\x7d\x85\xff\xcb\xe5\x5f\xa1\xe4\x4f\x31\x4c\xeb\x20\xe4\x55\xc3\xf1\x02\x4e\x04\x3a\x2a\x2a\x61\xdc\x1d\xc9\x84\xe7\xb9\x41\x5c\x42\x28\x34\x8b\x05\x76\x58\x85\xce\xd2\x76\x4d\x0a\x43\xae\x49\xb2\xd5\xa1\x32\x3b\x70\x8d\x84\x6f\xc4\xd7\x4e\xc4\x44\x19\xda\x2e\xd0\x43\x20\xed\x02\x64\x94\x04\x1f\x13\x00\xd1\x4f\xc0\x24\x45\x1a\xf6\xa8\x24\x03\x83\x07\x0e\xf1\x92\xe3\x2c\x86\xcc\x91\x25\xdf\x41\x0a\x06\xc6\x5d\x86\x44\x76\x99\x67\x53\x0e\x44\x61\x52\x86\x84\xc1\x78\xf4\xc3\x50\x87\x4e\x08\x94\x44\x43\x53\xed\xa0\x1f\xb6\xec\x64\xd0\x23\xea\xe8\x84\x4a\x27\xd3\x63\x13\x1d\x9d\x1a\xae\x85\x1c\x69\xf4\xcc\x1c\xf0\x56\x5a\x30\x83\x95\x36\xa9\x5e\xd5\x87\x41\x97\x16\x5b\xd0\xb8\x53\xd3\x22\x21\xc3\xdf\xc1\xef\x2e\x35\x79\xe5\xa3\x06\xd4\xcc\x71\x48\x79\x93\x72\xae\x79\xb5\xd8\x36\x42\xb1\x68\x0c\x1f\x80\x30\xc0\x2a\x48\x2c\x1b\x44\x27\x01\xde\x43\x2b\xb7\x6a\x84\xef\xe8\x90\x45\xb0\x1e\x2a\x29\xfb\xcb\x0e\x3b\x35\x65\x3b\x2c\xfb\xf5\x50\x73\x43\x43\xcc\x3a\xc0\xd5\xb4\xf5\x33\xe3\x79\x5d\x3c\x73\x4f\x02\x59\x1e\x05\x09\xd4\xb7\xa3\x0a\x2a\xa3\xfb\x04\xf5\x44\xb5\x5a\x49\x89\x15\xba\x3d\x53\x3b\xc9\x10\x95\xd5\x55\x9b\x7e\xbf\x23\x5b\xb1\xe5\x2a\x3a\x20\xaf\x50\x46\x04\x44\xba\xaa\x0b\x16\x0c\x0a\xfb\x28\x2c\xa1\x79\xe3\x81\x9c\x0a\x92\xc5\xf9\xe6\x96\x0f\x41\x0c\x52\x50\xbb\x60\x2c\xb8\x19\x3d\x6a\xc0\x4d\x1f\x14\x4a\xbe\x22\xf7\x05\x83\xf8\xa4\xd9\x88\x9c\x77\x9c\x09\x00\xc0\xa9\xff\x87\xab\xec\x08\x30\xac\x30\x0a\x66\xe4\x51\xb4\x8f\x20\xd7\xcb\x4a\xd6\xa0\x80\x01\xb2\x60\x5f\x50\xd5\x91\x89\x76\x01\x2a\xf5\x72\x40\x6b\x9a\x51\x85\x51\xe4\xb0\x01\x83\x3b\x34\xb4\x34\xd9\x02\xf8\x1b\xd8\x4f\xca\x15\x29\x03\x41\xd6\x04\xd2\x18\x05\x35\x39\x6c\xe6\xa4\x80\x31\x69\x7c\xa2\xb3\x50\x25\xfc\x82\xeb\x76\xd8\x41\x5e\x90\xa4\xa2\x7f\x6b\x79\x50\xca\x62\x49\x85\xe0\x16\x8e\xd5\x96\x7e\x8a\xb4\xb1\x72\x25\x26\x06\xa6\x58\xfd\xb0\x69\x3b\xa9\x58\xb7\x9f\xdd\x9e\xd1\xcb\x82\xaf\x8a\x6b\xab\xc0\x25\x14\x4b\xe1\x10\x05\x11\xb8\x5e\xe8\xb0\x61\xc4\x1f\x89\x6e\x68\x3d\x5e\x06\x20\x4a\x20\x73\xa4\x1f\x89\xba\xf1\xfc\x69\x8b\xce\x65\xe0\x61\x54\xc8\xf8\x01\x4b\x15\xdd\x58\xcd\x48\xb2\xb1\xaf\x9a\x01\x85\xc1\xd0\x90\x1c\x15\xc3\xb7\x4f\x9b\x5d\x58\x68\x19\x95\x92\xd8\x0a\xd8\x72\xe9\x22\x5c\x18\xa6\x59\x58\x0c\x70\xa8\x88\xcf\xc5\xa5\x39\x94\xda\x5c\x3a\x72\xf3\xf3\x7c\x10\x52\xce\x12\xcb\x5c\xb0\xbb\x8d\xee\x6f\xb1\xce\x92\x68\xcd\x81\xa8\x4c\x43\xb1\x2a\xf4\xc5\xe3\xc3\xed\x38\xad\x97\x56\xe5\xac\xa5\x8f\x91\xdd\xc0\x14\xbb\xb1\x36\x28\xb1\xf6\x57\xab\x01\x3d\x35\x6f\x42\x12\x93\xd5\x61\xa1\x5b\x25\x9c\x28\x15\x23\xeb\x34\x3a\x8a\x4b\x46\xda\x34\xd9\x6d\x62\x59\x8b\x54\x56\x27\x3a\x2e\x98\x76\x52\x5f\xb5\x73\xfd\x80\x3d\xc2\x6a\x97\x1a\xf6\xa0\xa9\x54\xe5\xec\x68\x78\x33\x87\xd0\x93\x72\x84\x9f\xc0\x12\xfe\x3f\x29\x38\x76\xe6\xa8\x0a\xe3\x73\xe7\xf1\x6d\x45\x2a\x85\x12\x97\x2e\xf5\x7b\x8d\x34\xf1\x9d\xe2\x31\xec\x16\x1e\x24\x81\x94\x46\xb4\x43\xa4\x87\x62\x3a\xa6\xc2\x86\x67\x56\x6c\x78\xd7\x4d\xcb\x09\xe0\xc4\x0e\x84\xb7\x7b\xea\xf2\xe5\xa4\x10\x1a\x7b\xfb\x94\xb7\x46\x34\x29\x9d\x65\x6c\x79\x67\x18\xa7\xc2\xbd\x50\x6e\x96\x06\x53\x0d\xd1\x9d\x2c\xc8\xba\xe3\xfe\xf6\xfd\x79\x28\x5b\x4a\xe1\x4f\xfc\xa8\x53\x47\x3f\xac\xd0\x2b\xcc\x68\x09\xe5\xb2\x74\x39\x75\xe9\xd1\x76\xa4\x72\x74\xcd\x1e\x11\x41\x0f\x3b\x0c\x21\x73\x6d\x84\xe4\x7e\x88\x67\x23\xdb\x04\x3c\x74\xc9\x51\x42\xab\xa5\xd0\xd5\x54\x48\xc9\x1c\xa0\x27\x50\x73\xf5\xad\x45\x51\x51\x04\x07\xa8\x30\xea\x13\x88\xb9\x5f\x3a\x0a\x8b\xbc\x6c\x5c\x73\x90\x84\x42\x41\xe5\xea\x75\x28\xa4\xd0\x74\x66\x89\xb2\xcc\x71\x31\x14\x69\x2b\x12\xf7\x31\x75\xcc\xd2\x47\x37\x02\x58\x9e\xab\xb6\x46\x74\xf0\xe1\x86\x9a\x4b\xf6\x50\x60\xf7\xed\x0a\xab\x1b\xd7\xa2\x8c\x63\x55\x5d\xb1\xea\x5a\xef\xd3\x85\xa4\x44\xe3\x2b\xbc\xc0\x52\xe1\xe4\x3d\xab\x35\x4c\x01\xb9\x34\xef\x79\x94\x79\xb8\x33\x89\x5e\x0e\x31\x11\xed\x45\x34\x3a\xff\x00\x30\x47\xad\xde\x92\x1f\xb1\xa3\x9a\xe1\xd3\x05\xc3\x66\x5c\x38\x27\xbe\x2b\xed\xae\x9e\x23\x08\x69\x92\x87\x68\x0a\x82\x55\xf2\x82\x00\x03\xa2\x40\x9b\x11\x4d\x0c\x0d\xa6\x45\x28\xf1\x8e\x01\x4a\x29\x7e\x10\x4f\x8b\xb0\xf5\xcb\x85\x9d\xc5\xbc\xcc\xa3\xd3\x80\xea\x24\xf9\x6d\x4c\x70\x60\x3b\x58\xe7\xd2\xd2\x1b\xa4\x71\xa9\x97\x3e\x08\x6f\x6a\xdb\x19\xd2\xac\xd4\xe3\x70\x47\x05\xf7\x02\x52\xbd\x61\xe3\xb8\xe9\xa7\x73\xaa\xf6\x62\xca\xed\xc2\x1c\x07\x82\x77\x2e\x24\x03\x25\xb9\x26\x2d\x9b\xe0\x9c\x98\xa6\x3b\xc8\x8c\x04\x69\xc0\x35\x23\xdc\xe4\x86\x75\x62\xec\xb3\x83\xd9\xcc\xcd\x34\x69\xb1\x7a\x1a\xc8\xca\x6a\x31\x8c\xaa\x54\x4e\x38\x71\xac\xef\xa0\xe7\x09\xab\xda\x48\xd3\x15\x47\x61\x37\x1c\xf9\xd6\x2a\xf5\xb4\x86\x36\xe4\x6d\x39\xfc\x87\x7f\x11\x0e\x24\x53\x3e\xe6\x93\x8c\x0a\xf4\x56\xdb\x9b\x79\x6d\x4e\x57\x1d\xc1\x82\x8e\x55\x78\x42\x93\x84\xdb\x17\xcc\x41\x79\x08\x16\xcf\xb1\x02\xd2\x63\x1f\x3f\xc1\xc9\x82\x18\x0e\x56\x1d\x2b\x8d\xc1\x63\x14\xd2\xe3\xcf\xad\x28\x20\x3e\xb7\xad\x94\xcb\x1c\xdf\x46\xf3\xd9\x45\x2f\x2d\x4a\x28\xe6\x28\xe0\x83\x49\x7d\x46\x9b\xa1\xb4\xc4\xd9\x09\x2a\x11\xe4\x69\xd4\x2c\xd6\xed\x4a\xbe\xa8\x7d\x11\x30\xe0\x3d\x74\xe2\xc0\x8f\x42\x9f\x9d\xfd\x8f\x17\x3d\xe0\xa8\xd2\xfb\xe2\x3c\x26\x1b\x28\xc4\x62\x4e\x80\x8f\x72\x42\x84\xe2\x54\x72\xc7\x12\x17\x21\x8f\x29\xcf\x49\xe5\x75\x77\x94\x3e\xd4\xf9\x0e\x14\xef\x3d\x5a\xf7\x11\x77\x93\xba\xad\x1e\xaf\x91\x3a\x51\xb4\xf4\x4d\x67\x87\xb4\xd8\x4b\xa5\x72\x37\x25\x70\x6e\xba\x91\x22\x38\xac\x63\x01\x48\x8f\x00\x18\x6e\x91\xba\x04\xc4\x70\x8e\xca\x28\xc2\xb4\xa1\x2e\x69\x2a\xb6\xa3\xab\xd3\xb5\xcf\xbf\x2a\x28\xf2\x32\x25\xfa\x53\x4c\x7e\x5c\x49\x41\x12\x79\x93\x5a\x7e\x81\xf9\x2d\xcc\x79\x51\x9b\x4c\xa5\x46\x44\x88\x49\x69\x39\xb3\x06\x6a\xc6\x45\x0e\xde\xbe\xfe\x3b\x09\xd3\xd7\x3f\x8f\x61\xf8\x0d\x6d\x4c\x4d\x42\xdc\x87\x76\x53\x72\x5b\xba\xe7\xa0\xbe\x62\x0b\x4f\x12\x7e\xe6\x94\x5b\x28\x7b\xe1\xd4\x28\xa3\x0b\xe8\x3f\xa4\x1d\x7c\x70\x07\x62\xfd\x61\xa7\xb1\xc5\x83\x6c\x2b\x2d\x22\x19\x57\xcd\xc9\x32\xea\x39\x3d\x87\x96\x47\xc1\xce\x76\xd5\x47\xe8\x57\xe7\xc8\xfe\xa1\xe6\x0d\x28\x25\xf8\x5e\x99\x0e\x86\x9b\x7c\xaa\x9a\xe0\xdc\x46\x9a\x15\xf0\x63\xc7\x2d\xff\xfd\x98\xb3\x43\xfe\x5d\x38\xcb\x12\xfb\x6e\xbb\xcf\x24\x4f\x65\x89\x80\xa1\x17\x6a\xdb\xf3\x49\xf4\x30\x84\x61\x18\x90\x22\xcc\x8a\x89\x47\x29\xcf\xe1\x72\xe4\xb2\xf1\xc9\x81\x27\xf9\x88\xaa\xc4\x8b\xd7\x18\x06\x8d\xdb\x29\xb6\xfc\x0f\x4e\xef\xb7\xdd\xe8\x26\x82\x8f\xae\x00\xc7\x8d\xdc\x39\x96\x11\xd6\x8c\x4c\x4c\xb6\x20\xb1\x8d\xaa\xea\x3a\x70\x66\xf0\x78\x5c\xc7\x28\xee\x07\xa5\x11\xb6\x42\x6b\xf8\x04\x43\x31\x8d\x8f\xb3\x73\x29\x96\x20\xe1\xc7\xc7\x7d\xd7\x29\xa5\x61\xc2\x7b\xdb\x64\x65\x75\xf1\x24\x54\x17\x91\x1e\xa3\x90\x04\x51\x40\xfe\x3e\xaf\xf1\x40\xe9\xec\xb3\xe3\xda\x33\xed\xb2\x1d\x5d\xa3\x54\xde\x9c\x33\x17\xf2\x58\x20\x8a\x3e\x60\x43\xc6\xb0\x15\xb5\x4d\xe0\x24\x56\xfb\xc8\x18\x5d\x2b\xae\x9b\x7d\xfa\x9c\x68\x4e\x2e\x19\x3a\xba\x6e\x68\x36\x06\x03\xa9\xa5\x0a\x76\x09\x17\xe3\x0f\x47\x11\x10\xba\x03\x58\xca\x8d\x8a\xd8\xc6\xd5\x26\xa4\xb3\x31\x3c\x01\xf6\x1d\xca\xb5\x89\x84\xe6\x4d\x28\x05\x25\xf3\x06\xcf\x2e\x9c\x88\xf1\x03\xcd\x11\x85\xca\xdb\x18\x60\x57\xe5\x9a\x17\x00\x96\x54\xbb\x24\x4e\x8f\x6a\xf7\x8a\x4b\xed\xd9\xeb\x29\x44\x40\x1c\x2b\x4b\x4a\x14\xb4\x3d\x55\xf3\x56\xb0\xb3\xa8\x06\x67\x61\x8f\x1c\x24\x0a\x6c\xd1\xb3\x7c\x01\x8e\xba\xce\xd0\x36\x39\x18\xd3\x15\xe0\x33\x61\x41\x9b\x2c\x48\x96\xc5\xb1\x49\x10\xdc\xda\x92\xd5\x44\xa7\xa6\x5f\xa2\xff\x8f\x29\x96\x48\x94\xf9\xc9\x93\xa4\x7c\xda\x4f\x9b\x0c\x15\xcb\x33\xf3\xf8\xc6\x31\xa8\xd1\x6f\xa3\x1a\x76\x3f\x00\xe3\x3d\x4b\xc1\xce\x29\xf8\xd3\x18\x05\x81\xcb\x66\xee\x01\xd0\x5f\xf1\x0d\xe8\xbc\x86\x4c\x74\xb2\x0e\x42\x11\x5e\x28\x60\x4b\x9b\x99\xa6\x54\x32\x02\x28\xa0\x1b\x90\xa0\xc2\x01\xe1\xe6\x33\x24\x98\x21\xe4\x75\x72\x1d\x85\x9c\x30\xb3\xb8\x22\x8a\x32\x07\xc9\x8e\xcc\x50\x0e\x36\xfe\xec\xa0\x20\x2b\xe1\x9f\x76\xcc\x51\x53\x35\xa8\xa4\x64\x5d\x12\xc3\xb1\xe5\x36\x29\x78\x52\x9b\x2b\xcc\x28\x41\xd9\xd7\xab\x01\x1e\x9d\x80\xdf\x0c\xc7\x00\x90\x44\xd3\xbc\x86\x1c\x57\xe2\x08\xa0\x34\x08\xde\xff\xba\x20\x07\xa5\x6a\x38\x1e\x91\xd6\x7d\x50\x3f\x5a\xe8\x18\x89\x23\x9b\x46\x37\x27\x0d\xdd\x04\x03\x2a\x43\x0f\xc6\x74\xa0\xa4\xc3\x32\x40\xf4\x8b\xd1\x40\x85\xb3\x80\x98\x4a\xfa\x46\xd8\xc9\x0f\xbb\x19\xd9\x8d\x87\xdb\x3d\xb7\x95\xf8\x99\x54\x2f\x97\x77\x59\xf5\x72\x00\x97\x4e\xbc\x4a\xe7\xa9\x28\xc7\xa7\xd5\x0b\x24\x4a\xfa\x64\xe8\xcb\x61\x2b\x94\xe3\x08\x0b\x06\xb6\x0a\xf8\xdb\x6e\x93\x89\xad\xd7\x1c\xfa\x78\x97\x14\x85\x91\xf1\x8e\xf5\x8f\x3c\x9f\x8d\xdc\xef\xa3\x26\x62\x2f\x96\x70\x67\xc2\x14\x3d\xce\xbb\x26\xa1\xea\xb1\x01\x68\x29\x46\x44\xf1\x05\x76\x80\xcf\x4d\x30\x42\x39\xa1\x2c\x91\x61\x0a\xa8\x81\xb3\x52\x1f\xb5\x23\xb3\xae\xaa\xa6\x34\xeb\xaa\xc9\x91\x98\x37\xf6\xc4\x5e\x60\xa4\xda\x82\xc7\x08\x4c\x63\x6d\x95\x2c\x6e\x64\x71\x9c\x25\x45\xec\x8d\x0c\xb4\x96\x9c\x25\x3f\x1b\xd1\x01\xe2\x88\x86\x40\x24\x36\x0c\xc5\x95\x71\x7a\x1c\x37\x0c\xff\xfc\x83\x2d\xc9\xaa\x59\xf7\x72\x13\xd4\x8f\x11\x48\xf4\x3d\xf8\xb6\x2d\x61\x3d\x6b\x42\xfa\x4b\x48\x34\x09\x12\x93\x33\x1d\x1c\x49\xdf\xa0\x93\x54\xce\x27\x67\x31\xdf\x3e\x8b\x8c\xd9\xaa\xd8\x4e\x58\x57\x1d\x56\xb6\x54\x5b\x17\x9c\x91\xa8\xdc\x44\xd6\xc0\xd2\x27\x29\x46\xfb\x69\xd9\x3e\x3d\x8f\x7e\x9c\x19\x83\x1b\x9b\x0e\x56\x83\x24\x18\xe3\xaa\x01\xbf\x3f\xa5\xf8\x35\x52\xf1\x01\xe0\xec\x82\xe3\xcc\x40\x71\x70\x2f\xca\x07\xfc\xeb\x01\x8f\xe5\x81\x9c\x10\xd6\x8b\x5c\x89\x18\x0b\x4c\x86\xc1\x5f\x99\xc8\x81\xd6\x14\xf9\x65\x01\x15\x5a\xbe\x11\x36\xa0\x83\xe2\x69\x0e\xb9\xf9\x42\xf5\x4a\x78\x98\xd6\xa2\x88\x5c\xd8\xbb\x94\xd2\x8b\x3e\xbd\xea\x84\x02\xa6\x49\xdb\x9b\xfd\x5f\xb0\x9f\xc8\x2f\x6d\xc3\x84\x10\x1c\xe6\x94\xcd\x92\xd4\xaa\x04\x13\xb4\x6c\x56\xbd\x8c\xd6\x0c\xe2\xec\x1f\x17\x14\xfd\xdb\x51\xeb\x12\x7a\x1a\x62\x8c\x4a\xfa\xf0\x1d\x77\xb4\x8d\xda\x25\xb4\x76\x32\x4d\x8e\x14\x2b\x1e\x97\x31\xea\x35\x03\x45\xc9\xe5\x2a\x0a\x28\x08\x4c\xea\xf2\xcb\x2a\x92\x62\xf7\xe3\xac\x59\x81\xdc\x2c\xb8\x94\x3b\x4c\x4b\x39\x2c\x39\xa4\x68\x3e\x99\xcc\x92\x85\x28\x34\xc5\x05\x30\x69\xa7\xc1\x37\x12\xe0\x26\x01\x4b\xe0\xc1\xe1\x4d\x24\xe4\x03\x75\x68\xd8\xa0\x08\x58\x4a\x1a\xb8\xd1\xbc\xa0\x6c\x69\x36\x7a\x28\x2d\x40\x46\x49\xcd\x1c\x99\x97\x1f\x1f\xd3\x20\x5c\x73\x3e\x6a\xc3\x74\xd2\x89\xcd\x9e\x23\x0f\xdc\x49\x78\x5f\x84\xb9\x74\xeb\x1d\xb9\x84\x7c\xa8\x1a\x06\xe3\xc2\x8c\x1d\x6e\x3d\x64\x24\x1f\x34\x98\x4e\xa5\x20\x80\xec\x0a\x51\x58\x11\x07\x07\x7c\xcf\xe3\x86\xa4\xdc\x17\x2d\xe5\x99\x6a\x3e\x79\x44\x8c\xe9\xab\xf6\x05\x28\x1a\xe7\xba\x02\xa1\x69\xe1\x0b\xbd\x44\xc3\xa9\x82\xe4\x39\xd1\x6b\x95\x67\x55\x32\xed\xaa\x72\xca\x27\x06\xee\xa1\x7f\x19\x9c\x89\xa9\x34\xe2\x4e\x83\xb5\xc0\x11\x67\xb9\x15\x1e\xf4\x42\x7b\xfa\x81\x53\x11\x64\x7f\x65\x88\xcd\x79\x01\xc3\xce\x32\xb4\x06\x53\x13\xda\xf6\xc4\x7d\x99\x15\x61\x6d\x99\xe6\x42\x48\xb2\x04\x1b\x32\x9d\x31\x36\x6b\xec\x04\xa3\x78\xe8\x3c\xc5\xfc\xcf\x84\x2d\xfe\x34\x23\x14\x72\x4e\xbc\x0f\xb7\x6a\xf2\xc0\xab\x74\x24\x17\x9b\x60\x31\x8f\x8b\xec\x52\x93\x07\xe6\xb8\xea\x16\x5c\x46\x7d\x86\x2a\xd4\xd8\xf0\x38\x5c\x63\xeb\xba\x27\xa6\x9c\x74\xde\x17\xc9\xb7\x53\xec\xca\x53\x6f\xb8\x8e\x59\xab\xb6\x1a\x7b\x78\x3a\x29\x73\xe7\x24\x11\xa1\x1a\x94\x46\x7a\x56\x14\xc2\xc9\x15\xa7\xe2\x83\x2b\x4d\xb0\x38\x37\x3c\x80\x75\x3b\xc8\xa2\x51\x9e\x6b\xbf\x01\xe7\x5a\x38\xd9\xbe\xff\x0e\x9b\x03\x5d\x49\x5d\x94\x1c\x86\xa1\x24\x27\x78\x11\x20\xa4\x4b\x76\x10\x86\xba\x34\x14\x89\x8b\xe6\x16\xa6\x45\xab\x76\xa0\xf6\x04\xb6\xb8\xc0\x7c\xae\x07\x84\x4b\xba\x14\xc7\x7d\x15\x27\x13\x75\xe9\x11\x02\xb9\x9e\x80\x09\xcd\x19\x33\xfe\x3b\x15\xf5\xf7\xa3\x91\xb0\xd2\xf2\x17\x54\xbd\x5b\xaf\xb1\xe4\xea\xc0\x6c\x16\x7f\x1b\x25\xcf\x11\x17\xca\x6b\xe6\x4d\xda\x0c\x43\xee\x73\xd4\x92\x8f\x2a\x9f\xfa\xde\x4f\x19\xd2\xd9\x68\x08\x71\x0a\x4d\xba\x7f\xe4\x58\x1c\xdd\xdc\xb5\xfb\xa2\x96\x4c\x59\x9b\x94\xd0\x71\xf7\x56\x84\x65\x0c\xc7\xa9\xd9\x4a\xfb\xf4\xc4\x38\x6d\x02\x39\x1c\xcb\xcc\x98\x5e\x4d\x56\x2c\x4c\x89\xa5\x57\xdc\x06\xc9\xf7\x4f\x15\xa9\xf4\x33\x25\x7d\xb0\xa5\x74\xc0\x50\x09\xa6\xcf\x9e\xd4\x89\x37\x89\xa1\x2e\x0f\x47\x81\x5d\xc6\x2c\xc8\x94\xb5\x12\x88\x15\xae\x9a\x99\xc6\xca\x46\x1a\x50\x5d\xd4\xcc\x8a\x88\x99\x2e\x44\xbd\xd2\xa1\x70\xb8\x4f\x2c\x7c\x92\xae\x92\xd7\xaf\x2f\xec\x1d\xed\xee\xe3\xc8\xb9\x86\xa3\x8e\x6d\x37\xd1\xc2\x9b\x91\xc9\x88\x3c\x15\x22\xba\xd4\x13\x70\xc4\x8d\x1f\x29\xe9\x64\x30\x5d\x36\x2d\x46\xff\x0c\x3b\x51\x1b\x1b\x2b\x1e\x23\xfc\x36\xf8\x38\x9b\x30\x36\x42\x68\x89\x82\x80\x09\xdc\x98\x42\x1d\xc6\xef\x85\x1e\x92\xec\xc9\x38\x0c\x27\x45\xbb\x64\xa9\x50\xbe\x65\xbf\x36\xa0\x78\x5c\x99\x4c\xe3\xa8\xd3\x10\x76\x58\x78\x1a\x8b\x96\x6a\xcc\x9a\xe1\x5c\x51\x31\x72\xe0\x76\x50\x91\xb2\xa9\xaf\xbf\x9d\xaa\xa6\xc0\xe1\x79\x94\x16\x4c\x6e\x9c\x0c\x6e\x30\xe6\x1a\x34\x77\x43\x4b\xb8\x39\x2c\x99\x5e\x8f\x89\x83\xc2\x85\xdc\x23\x2d\x69\xb1\x31\x52\xa6\x06\xa3\x32\x62\x10\x6a\x66\x9a\x8f\x7a\x12\x24\x4a\x3c\xd1\x00\xb0\x91\xa1\xa4\xbc\x7f\xac\xa5\xf7\xc8\xde\xcc\xd1\x26\x0d\xbc\xd2\x81\xe2\x30\x97\xa9\x5c\x64\x5b\x4f\xe2\xc0\xb7\x58\x58\xa1\xe1\x55\x23\x57\xe4\xb5\xf3\x9d\x9a\xd2\x68\xdc\x11\x22\x8d\x43\x76\x9e\x1e\x09\x05\xaf\x59\xa8\x80\x52\x0d\x23\xed\x39\xe7\xf6\xce\x08\x75\x62\x84\x15\x14\xd7\x08\xe3\x07\x70\xea\x61\x57\x97\x38\x55\x2b\x48\x9d\x57\x3c\x33\x27\x73\xb9\x13\xd1\x9f\x13\xe1\x09\x1a\x44\xe3\xc2\xf0\x48\x0b\xaa\xcb\xc2\xbb\x14\x46\xe7\x6a\x77\xe2\x72\x66\xf1\x38\xf6\x85\xa7\x52\x7c\xc5\x24\xe1\xdd\xe5\xe0\xa7\x08\x83\x03\x59\xda\xfd\x89\x95\xde\x2c\x44\x68\xb0\xb7\xaa\x2b\x8a\x3e\x4d\xf2\x43\xb2\x90\x68\xf6\x1a\x1e\x31\xf0\xa8\x93\xe8\x14\xa7\xdf\xab\x9e\xe3\x6f\xd2\x5f\x86\xc5\x01\xad\xb8\x2f\x3c\x89\x96\x2a\x90\x68\x98\x06\x79\xb7\x94\x38\x3d\x0b\x63\xe7\x1a\x5d\xf9\xc0\x16\xa6\xf1\xf6\xf1\x1d\xde\xef\xd9\x35\x05\x37\x72\xd2\x64\xf9\x41\xe2\xfe\xfc\x44\x3a\x7b\xf2\xfc\x82\x07\x30\xd2\x3d\x4f\xa4\xf8\x7c\x14\x34\xe1\xe2\x06\xb6\x2e\xc2\x80\x4c\x19\xe8\xce\xb5\xea\x27\x4e\x7b\x70\x2e\x25\x8d\xb4\x99\x9d\xd6\x3d\x56\xe5\x34\x32\x5f\x71\x8c\x0a\x40\x4d\x5d\x81\x35\xdb\xe0\xcd\x01\xa8\xdc\xa5\x76\xb2\x38\x35\x35\x18\x74\x48\x44\x5e\x46\x4c\x29\x00\x13\x46\x9a\xd3\x28\x6f\xac\x9b\xd4\xbe\xe8\xf2\x9b\x2d\x49\x56\x6b\xdb\x0b\x13\xe7\x2b\x87\x4d\x46\x2d\x0f\x41\x49\x53\x95\x41\x3e\x89\x99\x43\x0c\xa6\x0f\x09\x55\x0c\x8e\x26\xa5\xaf\xda\x20\x76\xe2\xac\x70\x06\x8c\x39\xb6\x26\x6c\x1e\x0b\x55\x31\x19\xf8\xc4\x8e\x87\xc3\x59\xa1\xec\xa3\x50\x41\x8a\xa0\x28\x99\xca\x8e\x46\xcb\x88\x20\xd8\x49\xae\x7c\x1a\x85\x09\x93\xcb\xce\x7e\x0a\x3b\x4c\x53\x89\x64\xfe\x82\x44\x3a\x2c\x23\xa0\x12\x82\x52\x28\x85\x98\xa2\x4e\xdd\xa6\xe0\x11\xc5\x56\x00\x9c\x78\xf8\xaf\x31\xb1\xe8\xe0\xc2\x10\x99\x91\x4c\x4a\x18\xce\x63\x79\xba\x2b\x2a\x06\x0d\x01\x8c\x48\xcb\xca\x14\x94\xa4\x64\xd9\x1c\x84\xb7\xd9\xe6\xe9\xd8\xfe\xd2\x98\x0b\x03\xc6\x8d\x83\xc7\x7a\x2b\x4d\xfe\x26\x6b\x9f\xe0\xb0\xa6\xa5\x1e\x15\xb6\x73\x82\x9a\xe1\x12\x6e\xb6\x59\x34\x29\x6a\x64\x01\x1b\x7a\xee\x24\xee\x82\x96\x2c\x93\x43\x5d\xb9\x67\x17\x8b\x30\x84\xeb\x70\x5e\x78\xe7\x87\x82\x0b\xb2\xd8\x6c\x86\x63\x36\x2e\x1b\x93\x8a\xca\xb5\xce\x8b\xea\x40\x8f\xc9\x45\xb3\x6c\x4b\xa6\x01\xa4\x0e\x32\xf9\x6e\x58\x41\x3a\xa8\xaf\x05\x4f\x88\x27\x3c\x3d\x70\x9d\xa9\x7d\x9d\xf2\x87\xc7\xe4\x10\x99\x05\x69\x75\xb0\xf3\xe2\xbc\x1e\x1b\xa0\x13\x0c\xb4\x30\x5a\x48\xab\x7d\x03\x6c\xaa\x30\x4c\x48\x68\xe0\x59\x75\xda\x5f\xea\x29\x1d\x78\xd3\xcd\x11\x2a\xa1\xef\x27\x30\xf8\xa8\x11\xb2\x10\x36\x93\xb2\x84\x7c\x70\x38\x57\xec\x5e\xc9\xb7\x60\xc3\x8f\x02\xe1\x94\xa9\x0e\xa3\x0d\xc4\x60\x9d\x8d\x11\x03\x5b\x4d\x70\xfe\x48\x57\x91\x4a\x69\xbb\x3d\x75\xc6\x1e\x1b\x91\xc7\x79\x3a\x1e\xf6\x07\xa7\x4b\xaa\x87\xb8\x32\x7c\x1a\x26\xbe\xf8\xb1\xfb\xc2\xb6\xb5\x8f\x43\xbd\xe2\xbc\x05\xb6\x0c\xa2\xa3\x33\x2a\x4f\x0a\xd6\x4b\x2c\x41\xca\xcb\x51\x4f\x7b\x21\x17\xb9\xd3\x35\x56\x0e\x8c\x2a\x89\xe4\x90\xf1\x1a\xdd\x60\x54\x4c\x91\x3c\x43\x12\x30\x29\xa8\x94\x5c\xa0\x91\x5c\xd3\x12\x2d\x48\x29\x22\x8d\xed\x8e\x14\x27\xd3\x8f\x65\x30\x80\xb1\xe4\x84\xd4\xe0\xae\xd8\x6f\xa9\xce\xa9\x8d\x09\x05\xd9\x21\x9b\x4a\x21\xa3\x69\x34\xbe\x2a\x43\x02\xf7\x5c\x98\x2f\x62\x65\x34\xa3\x2f\xdd\x6f\xbc\x36\xdb\x66\x53\x1d\x69\x1e\x44\x75\x0c\xbc\xb2\x24\xd1\x38\xdd\x01\x77\x68\xe0\x75\x4a\x6d\x49\x29\xf9\x8c\x05\x3e\x4d\x27\x3d\x94\x0a\x79\x27\x5e\x26\xd2\x42\x11\xad\x14\xef\x9c\x71\xfd\x5c\xe5\xe4\xa3\x1d\xe2\xaf\xb7\x5e\x27\x34\x9f\xb3\xf2\xc0\x24\x04\xc0\x41\x2d\x8e\x5c\xe2\xd9\x94\xc7\xb6\x0e\x2c\x2a\x75\xee\x5e\x4c\x0f\x6d\xd3\xf6\x2a\x13\x29\x3b\x7b\x84\x81\x25\x91\x82\xb0\x39\x8a\x11\x94\x3c\xd3\x41\x08\x34\x8a\x35\x13\x1a\x4b\x73\x9c\xe0\x67\x08\x84\x6e\xa7\x31\xea\xfe\xe3\x7f\xd9\xf7\x45\x07\xb7\x85\x1f\x93\xd2\xfa\xa2\x4d\xa5\xa3\x65\x93\xb0\x5f\xe8\xd4\xa0\x61\x72\xdd\x10\x72\x7c\xe2\x4e\x27\xa5\x3a\xe4\x20\x63\x01\x24\x56\x1e\x84\x69\x6c\xf1\xf3\x24\xeb\x10\xa6\xc9\xe6\x8a\x4b\x61\x0a\xc8\xb6\x60\x22\x2f\x5d\x5e\x39\x19\xc2\xee\x69\xa6\x53\x0f\x2a\x83\xad\x5e\xff\x78\x81\xc3\xad\x1e\x06\xb0\x32\xe8\x51\xb8\xef\x5b\x5c\xd1\x7f\x47\x5f\xcb\x2a\xdb\xad\xda\x6f\xa3\x79\x7f\x1c\xa2\x28\x65\x4e\x99\x3d\x53\xff\x90\xc6\xd9\x0d\x34\x19\x86\xd3\x19\x89\xfd\x18\x81\x3d\xb7\x52\xc5\x86\x85\x0f\x65\xb5\x0a\x65\xf9\xba\xc5\xb1\x94\xdb\x5e\xe7\xdb\x01\x22\x51\xdd\xe2\xbe\x21\x36\x74\xfa\xdd\x8b\x68\x7e\x82\xb1\x92\x08\x9a\x5c\xc5\xfb\x56\xc6\x1b\x68\x6b\x99\xaf\xb6\x43\xdd\x17\x8d\xe3\x91\x44\x5c\xa9\x77\x30\x99\x2b\x0b\x09\xe8\x88\x14\xed\x14\xc3\x48\x05\x1d\x3d\xbe\x26\xea\xe5\x20\x2e\x9f\x86\x7f\x04\x40\x90\xf1\x05\x0d\x3f\x19\x87\x8a\x54\x26\x22\x6a\x29\x80\x17\x73\xe2\xda\x5d\x47\x39\x77\xb2\x75\xc1\xa3\xc7\x11\x2a\xea\xc7\x91\x09\x14\x5a\x30\x83\xc5\x93\xf0\x2c\xbc\x05\x02\x66\x9b\xa8\x7c\x33\x2a\xc5\x94\x2e\x15\xf9\xb2\x16\xc7\x02\x03\xda\x96\x2d\xd9\x7f\x6d\xf6\xbd\x8b\x0c\x4b\xc1\x05\xa7\x44\xc3\xba\x43\x26\xe6\xea\x4c\xad\x51\xcb\x9b\xc7\xd2\x69\x46\xaf\x7f\xba\xb0\xf7\x6e\xdb\xc2\x09\x6f\xc4\xde\x5e\xc4\xb9\xef\xbf\x61\xb5\x77\xb4\x40\x4f\x7f\x01\xe7\x3f\xaf\x0e\x14\xdc\xc7\x12\x48\x13\x10\x43\x14\x72\xd0\xb9\xc2\x85\x0f\xc9\x0c\x77\xf6\x77\xc3\x67\x90\x4c\x18\x3d\x92\x7c\x8f\xa0\xa3\x23\xd6\xb1\x9b\xf6\x70\x78\x3d\xd5\x1d\xd2\x96\xb2\x93\x09\x1d\xa4\xe4\xbb\x25\xe3\xf0\xcf\xa9\xaf\x84\xfe\xc8\x5f\x63\x4b\x32\x3c\x07\x4e\x86\x89\x0e\x55\xba\xba\x18\x7a\x1a\x05\xcf\xbe\x18\x73\xb4\x39\xf6\xdb\x8d\xe0\xd1\x9f\x22\xd3\x2f\x0c\x14\x0f\x23\x00\x0a\xd0\x56\x61\x60\x9a\xf4\xc0\x16\x61\xec\x47\xe8\x55\x97\xaf\x4f\xc9\x90\x9b\xa3\xc0\xb0\x40\x4e\x67\x09\x9f\xee\xf6\x97\x2c\xad\x4d\x5a\xf9\xc3\x47\x51\xb4\x7b\xed\x2b\xdf\x56\xd2\x22\xa4\xe4\x5b\x52\x65\x66\x85\x73\x85\x88\x46\x20\x42\xec\xe1\x3f\x27\xc9\xe0\xf8\x8c\x47\xf9\x34\x9f\x45\x73\xe2\x28\x97\x83\x3c\x9a\x5a\x4d\xd9\x17\x52\xa4\x8e\xfa\xe8\x57\x60\x4e\x7d\x9e\x89\xfb\x1d\xd9\x89\x30\x71\x70\x4c\x1c\x46\x9c\x4e\x07\x19\x7d\x61\x44\x9a\xb7\x8e\xd7\xc8\x53\xad\x48\xda\x45\x92\x8d\x48\xa1\x4a\xb2\xd0\xe3\x79\x60\x05\x18\x2d\xfc\x8e\x67\x0d\xad\x1f\x34\xa8\x21\x0c\xb8\x21\x7b\x9d\x7a\x93\xd3\x8a\x2b\xe5\xaa\xbf\x80\x02\x96\x4c\x7f\x43\xc9\x04\x77\x04\xaf\xff\x99\x7d\xa9\x6c\x14\x88\xc3\xf3\x9e\xfa\x12\x25\xd7\x50\xcb\xa8\xbb\x4e\x56\x93\x2f\xae\x25\x1f\x26\x92\x08\xdf\x5f\xf9\x78\x16\x0b\x76\xcc\x1f\x22\xda\xe0\x7f\x69\xa2\x26\xa0\x21\x5d\xce\x10\x12\x30\xa6\x20\xf3\x21\x71\x24\xd7\xae\xea\xaa\xd0\x3e\x2e\x65\xb2\xf1\x2b\x53\x88\x5d\x04\x96\xab\x56\xf1\x85\x12\x5b\x98\xf0\x4b\x64\x46\xbe\x9f\x43\x5b\x00\xdd\x82\xdd\xb1\x15\x1b\x0e\x34\x5d\xd7\x24\x89\x4d\xa5\x33\x40\x11\x8f\xe2\x25\x6b\x15\xa9\x63\x00\x0c\x20\x91\xe8\x13\xcd\x80\x93\x2c\x43\xa9\xa1\x09\xdd\x0c\x52\x74\xac\xee\x47\xa8\x59\xe7\x17\xf2\x16\xc2\xe3\x28\x33\x23\x94\x4d\x44\x0a\x60\xf3\x4d\x8c\xb6\xb3\x15\x25\xa6\x58\x1f\xb9\x8e\xa0\xe1\x0a\x7e\x12\x53\x49\x6c\xf1\xc4\x17\x9f\x24\xd0\xa3\x85\x7c\x0a\xa8\x09\x80\xf2\x67\x48\xc6\x10\xd8\xec\x8b\x59\xfd\x98\x8a\x4c\xa4\xa2\xc3\x82\xcc\xe0\x2b\x32\xba\xf6\xc9\xc7\xb1\x78\x7b\x75\x31\xbe\x49\x50\xb1\x7a\x71\xb5\x69\x35\x49\xa6\x6b\x51\xf8\x33\x80\x69\x8e\x81\x99\x10\xbb\x5a\x96\x29\xa0\x07\xd7\x09\xf4\xf3\x65\xcf\x9f\x56\x84\xbf\x94\xfa\xd1\xc2\xf5\x80\x83\xad\xcc\xf8\x93\x80\xdf\xe6\x07\x5c\x49\xda\x47\xb4\xab\x04\x77\xf8\xce\x4b\x48\x2f\x2f\x3e\xcc\x53\xfb\x11\x69\x69\xe1\x51\x92\x29\x52\xa3\x8b\x31\x43\xab\xeb\x1b\x1a\x79\x4a\x8d\x99\x6b\xba\x5e\x35\xfa\xc3\x59\x10\xb9\x4f\x12\xb9\x4b\x6b\x76\xdb\x2e\xd6\x88\x9b\xb4\xfb\x24\xa9\x62\x03\xe5\x9a\xbe\x91\x98\xab\x23\xa3\x1d\x7b\xe7\xa5\x0c\xbf\x3d\x52\x67\x45\xf6\xa9\x7c\x64\x50\x2d\x01\x3a\x96\x94\x81\x33\x99\x83\x0d\x9d\x91\x28\x0b\xc2\xbf\x5f\x84\x06\x05\x26\xac\x8f\xd2\xa2\xc0\xe2\xef\xdd\xfc\x7e\x6e\x17\x0f\xf6\xe6\xd6\x7e\x9c\xdd\xdf\xcf\x6e\x1e\x3f\xd9\xb7\xb7\xf7\xf8\x07\x7b\x77\x7f\xfb\xc7\xfd\xec\xfd\xd4\x3e\xde\xd2\xcf\xf3\x7f\x3f\xce\x6f\x1e\xed\xdd\xfc\xfe\xfd\xe2\xf1\x71\x7e\x65\xdf\x7c\x32\xb3\xbb\xbb\xeb\xc5\xe5\xec\xcd\xf5\xdc\x5e\xcf\x3e\xe2\xf7\xbb\xfe\x7d\x39\xbf\x7b\xb4\x1f\xdf\xcd\x6f\xec\x2d\x2e\xff\x71\xf1\x30\xb7\x0f\x8f\x33\x7c\x61\x71\x63\x3f\xde\x2f\x1e\x17\x37\x7f\xd0\x82\x97\xb7\x77\x9f\xee\x17\x7f\xbc\x7b\x34\xef\x6e\xaf\xaf\xe6\xf7\xf4\xb9\xb4\xef\x61\x77\x7a\xd1\xde\xcd\xee\x1f\x17\xf3\x07\x84\xe3\xcf\xc5\xd5\x3c\x85\xc9\x4e\x66\x0f\x00\xf6\xc4\x7e\x5c\x3c\xbe\xbb\xfd\xf0\x18\x80\x37\xb7\x6f\x61\x91\x4f\xf6\x5f\x8b\x9b\xab\xa9\x9d\x2f\x68\xa1\xf9\xbf\xef\xee\xe7\x0f\x0f\x00\x00\xac\xbd\x78\x0f\x10\xcf\xe1\x8f\x8b\x9b\xcb\xeb\x0f\x57\x00\xcb\xd4\xbe\x81\x15\x6e\x6e\x1f\xed\xf5\x02\x4e\x06\x8f\x3d\xde\x4e\x0d\xee\x26\xcf\xea\xea\x08\x0c\xac\xff\x7e\x7e\x7f\xf9\x0e\x7e\x9c\xbd\x59\x5c\x2f\x00\x5f\xf8\x8d\xb7\xb7\x8b\xc7\x1b\xd8\x82\x70\x37\x63\xc8\x2f\x3f\x5c\xcf\xee\xcd\xdd\x87\xfb\xbb\xdb\x87\xf9\x85\x65\x14\xc2\x22\x80\xf0\xfb\xc5\xc3\xbf\x2c\x9c\x40\x10\xfb\xdf\x1f\x66\x61\x21\xc0\x2e\xac\xf1\x7e\x76\x73\x39\xc7\xbd\x92\x33\x1b\xb8\x26\x3c\xae\xfd\x74\xfb\x01\xf5\x06\x9c\xfb\xfa\x2a\x43\x0a\x22\x6a\x6e\xaf\xe6\x6f\xe7\x97\x8f\x8b\x3f\xe7\x53\x7c\x12\xb6\x79\xf8\xf0\x7e\x2e\xf8\x7e\x78\x84\x45\xcd\xec\xfa\xda\xde\xcc\x2f\x01\xde\xd9\xfd\x27\xfb\x30\xbf\xff\x73\x71\x49\x78\xb8\x9f\xdf\xcd\x16\xf7\x88\xa5\xcb\xdb\xfb\x7b\x5c\xe5\xf6\x86\xc9\xe8\xe7\x0b\x6e\x71\x08\x69\xb7\x6b\xad\x9d\x67\xc1\x71\x83\x14\x34\xff\x13\xe9\xe3\xc3\xcd\x35\x62\xe2\x7e\xfe\xdf\x1f\xe0\xac\x48\x25\x36\xa7\x12\x5c\x7f\xf6\xc7\xfd\x9c\x10\x9d\xd0\x84\xf9\xb8\x00\xc0\xf0\xf6\x02\x61\x58\x26\x8c\x29\xbd\x02\x7f\x88\x84\xf1\x09\x48\xec\xd6\xbe\xbf\xbd\x5a\xbc\xc5\x6b\x11\xc2\xb9\xbc\xbd\xf9\x73\xfe\xe9\xc1\xa4\x58\x01\x3c\x47\x92\x9d\xbd\xb9\x45\xc4\xbc\x01\x40\x16\x04\x0f\x40\x80\x58\xc2\x7b\xbb\x9a\xbd\x9f\xfd\x31\x7f\x48\x28\x03\xf7\x34\xf2\x1d\xec\xa9\x7d\xb8\x9b\x5f\x2e\xf0\x1f\xf0\x77\xa0\x47\x20\x80\x6b\x46\xd5\xcd\x03\x9c\x15\xaf\x16\x7e\x21\x8b\xd8\x19\xdc\x31\xae\x80\xc4\xc9\xf7\x68\x3e\x00\x23\x20\x01\xde\x28\xe1\xc0\xde\xf8\xbb\x14\xd8\xb3\xb8\xf7\x21\x51\xda\xeb\xdb\x07\xa4\x40\x73\x35\x7b\x9c\x59\x82\x18\xfe\xf7\xcd\x1c\x9f\xbe\x9f\xdf\x00\xa2\x88\xc7\x66\x97\x97\x1f\xee\x81\xdf\xf0\x09\x7c\x03\xa0\x79\xf8\x00\x1c\xb8\xb8\xe1\xdb\xc0\xf3\x12\x8b\x2f\xee\xaf\x8c\x32\x19\xd1\xed\xdb\xd9\xe2\xfa\xc3\xfd\x98\xf0\x70\xe7\x5b\x40\x21\x2e\x49\x04\x98\xdc\x04\x3f\xf1\x70\x3e\x35\x78\xf9\x76\xf1\x16\xb6\xba\x7c\x27\xd7\x66\x33\x56\xfe\x64\xdf\xc1\x55\xbc\x99\xc3\x63\xb3\xab\x3f\x17\xc4\x8e\xb2\x0f\x00\xb9\x10\x9c\xc0\xe9\x68\x05\xc1\x23\x53\xdf\x2f\x17\xec\x58\xe2\x87\x59\x02\x05\x3e\x1c\xb4\x4a\xa5\x3a\xac\xcc\x84\x5e\xe8\xcb\xc2\x07\xeb\x8c\x90\x63\x13\x48\x18\x35\xc3\xf5\xde\x12\xa0\x58\x3a\xb1\x86\xea\x16\x47\x6e\x70\x0b\x15\xcf\xb7\x96\x2a\x7b\x91\xc2\x3d\x35\xed\x71\xa1\xba\x41\x73\xd1\xbd\xb0\x77\x34\x90\x1b\x48\x4e\x0f\xdb\xcc\xb2\x52\xf1\x22\x91\x23\x1c\x0a\xb6\xaa\x5b\xee\x47\xc6\xf6\xaa\x2f\xf4\xa5\x0e\x6f\x30\xb2\xba\xf4\x6d\x8d\x53\x1c\x68\x7c\x37\x1b\x23\x68\x88\x57\xcf\x55\x9d\xc0\x7e\x24\x72\x97\xb9\xc3\x5a\xce\x9c\x75\xa8\xc5\xf6\x96\x1c\x11\xb1\xe9\x9e\xf3\xf0\x07\x45\x90\xb8\x1d\x5c\xc5\xd0\x8d\x87\x0b\x1f\xf9\x0f\xe8\x92\xee\xf9\xc4\xe7\x30\xe3\x7f\xef\xf8\xeb\x62\x33\x42\x11\x17\x15\x3e\x6a\x83\xc3\x27\x54\x79\x37\x60\xc1\x0a\x00\x3e\xc9\x63\xca\xd7\xa5\x6c\xa1\x26\x6e\xfc\x74\x06\x8f\x3d\xa7\x4f\x87\x49\x9e\x4e\xce\xf1\x44\xdd\xb6\x1e\x34\x77\x2b\x59\xc0\xc1\x8f\x3a\x9c\xa7\x92\x9f\xf3\x3d\x4f\xd2\xc2\xf2\xd1\x0d\xe5\x75\x42\x31\xb2\x64\x67\xab\xde\xe4\x9f\x22\x66\xab\xc8\xe9\xe7\xea\xf9\xab\x26\xc9\x27\xb7\x93\x6f\x8f\x87\x2c\xa7\x4f\x1b\x1f\x1e\xa5\x52\x71\x8a\xa5\xfd\x85\x84\xa4\xa3\x31\xab\x0d\x7c\xc1\x1d\xd0\xca\xd4\x05\x79\x53\xbe\x58\xe3\xd1\x10\xe2\xf0\xf6\x56\x1f\x06\x8b\x8a\x7b\x7e\xa8\x94\x2d\x69\xf6\xe0\xaf\x06\x61\xea\x53\x87\xe6\xd7\x7b\x43\xf6\x97\xc4\xd4\x93\xd9\x9a\xf9\x68\x6c\x5a\x89\x96\xf0\x1b\x8a\x26\x91\x25\xae\x33\x08\xc9\x35\x9a\xac\xe2\x17\x49\x6b\xf6\x7f\xf1\x2b\x96\xbb\x96\x02\x23\x1c\xe5\xd2\x19\x4e\xeb\x21\x4c\x18\xc6\xd3\xac\xd1\x44\x15\xe2\xfa\x27\xa2\x93\xde\xd7\x49\x83\xc9\xf9\xbf\xf3\xd4\xd4\x26\x4b\x2f\xbb\xca\xad\x31\x8f\x57\x58\x1d\x91\x25\x69\x9a\x8b\xdf\x65\x36\x96\x5a\x59\x67\x97\xe7\xf6\x9f\x38\x23\xf1\x77\xd8\x81\x96\x68\xb5\x89\xf4\x77\xde\x97\x62\x19\xbb\x58\x3c\x94\x5d\xf7\xaf\xe1\x7b\xe3\xd9\x25\x57\xbd\xcd\xbe\xce\x2d\xdd\x6b\xc7\xf3\xda\x7f\xc5\x58\x2e\x7c\x62\xcd\x53\xff\xe7\xd7\x2d\xfa\xa9\xfa\x36\x07\xf1\x83\x58\xd4\xc3\xbd\x70\x67\x79\xef\xf3\xf9\xa1\xbb\x73\x71\x1c\x0f\xf1\xb8\xe1\x43\x6a\x1b\xcc\x75\x69\xc7\x98\x7a\xb2\xc0\x5c\x70\xab\x3c\x22\x19\x7d\x55\xb5\xda\x50\x91\xa8\xe5\xf6\x5b\xfa\xe5\x6a\x5e\x4b\x23\xf1\x51\x66\x71\x0f\xe0\xd8\x00\x03\x1c\x9f\xb2\xbf\x6c\xb4\xbf\x1e\x1c\xbb\x87\xb8\xc2\x5f\x70\xd5\x35\xad\xc6\x9e\xb4\x4e\x32\xc3\x1c\x59\x4a\xe5\xa1\xda\x3e\xaf\xf6\xfc\xe6\xfa\x32\xf2\x30\x19\x93\x17\x31\xcb\x1e\x23\x70\x00\x16\xe5\x38\xfb\xcf\x4d\xdf\xef\x7e\xfd\xfe\xfb\x97\x97\x97\x8b\xa7\x66\xb8\x68\xbb\xa7\xef\xb5\x12\xe9\xfb\xdf\x01\xae\x19\x56\x95\x62\x3f\x58\x3a\x75\x07\xe7\xdb\xb0\x40\xa5\xd4\x0c\x7f\xc1\x9e\x3e\xc7\x80\x21\xe8\xae\x6d\x70\xa0\x19\x7e\xc6\xa6\xd8\x61\x51\x15\x1c\x31\xa9\x0d\x49\x66\x5d\xae\x8a\xf8\x91\x4d\x06\x95\x3f\x8b\xfd\x95\xa0\xa8\x09\x5f\xf4\xdc\x47\x6c\xf1\x80\x76\x2e\x66\x49\x86\xcc\x89\xce\x65\xcd\x14\xc6\xe5\xf0\x07\xe0\xb9\x4e\x54\xbf\x66\x70\x3c\xee\xde\xa5\xe4\x08\x6b\xb8\xa5\x26\x58\x98\x05\xf0\x6b\x42\xf1\x4b\x5e\x1c\x1c\xd7\xb9\xd1\x85\x9d\xe8\xc7\xdb\x28\x3c\xc7\x9d\x7c\xae\x28\x7d\x80\x81\x73\x9b\x20\xf7\x9f\x9d\x09\xd9\xb7\x32\x14\xac\xf3\xc7\x96\xf8\x63\x01\x7b\x9f\xc4\xdf\x65\x94\xaa\x0c\xdc\xa3\x6f\x7b\x05\x67\x91\xf4\x39\x19\x2e\xca\x1e\x4b\xd7\xf7\x52\x75\x15\xfb\x8e\xf5\x93\x5b\xbf\x11\x11\x84\x96\x88\x9f\xd4\x79\x0d\x89\xdd\xc3\x81\x7b\x9f\x46\x68\x47\x44\x12\xae\x1c\xa0\xae\xdd\x63\x5d\x8b\x44\xce\xe3\xb7\x30\xf4\xbb\x8e\xae\x3b\xa7\xca\x3e\xf4\x2f\x81\x63\xf9\xa3\x7b\x94\xfb\xc4\x39\x58\x3c\x07\x4e\x05\x67\xb4\xb1\x26\xb1\x98\x23\x0c\xf7\xc7\x39\x3b\xe1\xcb\x2f\x6f\x43\x65\x45\x4e\xa3\x48\xf7\xd9\xc7\x45\xd9\x42\xc2\x5f\x88\x57\x1b\xd8\x89\x3e\x15\x0e\xb8\x30\xdf\x60\x88\xff\x2f\x00\x00\xff\xff\x0c\xd2\xa8\x4c\xc3\x86\x00\x00") +var _confGitignoreRust = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x52\x56\x70\xce\xcf\x2d\xc8\xcc\x49\x4d\x51\x48\x03\x92\xc5\x5c\x5a\x7a\xf9\x40\x5c\x0c\x22\x8a\x72\x32\x93\x80\x54\x4a\x4e\x0e\x17\x97\xb2\x82\x6b\x45\x6a\x72\x69\x49\x62\x12\x44\x51\x6a\x45\x2a\x48\xd0\x3d\x35\x2f\xb5\x28\xb1\x04\xa8\x3b\xa9\x52\xc1\x39\xb1\x28\x3d\x9f\x4b\xbf\x04\x48\xa5\x96\xe8\x73\x01\x02\x00\x00\xff\xff\xe4\xc6\xc8\x4e\x5b\x00\x00\x00") -func confLicenseAfferoGplBytes() ([]byte, error) { +func confGitignoreRustBytes() ([]byte, error) { return bindataRead( - _confLicenseAfferoGpl, - "conf/license/Affero GPL", + _confGitignoreRust, + "conf/gitignore/Rust", ) } -func confLicenseAfferoGpl() (*asset, error) { - bytes, err := confLicenseAfferoGplBytes() +func confGitignoreRust() (*asset, error) { + bytes, err := confGitignoreRustBytes() if err != nil { return nil, err } - info := bindataFileInfo{name: "conf/license/Affero GPL", size: 34499, mode: os.FileMode(420), modTime: time.Unix(1398226579, 0)} + info := bindataFileInfo{name: "conf/gitignore/Rust", size: 91, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} a := &asset{bytes: bytes, info: info} return a, nil } -var _confLicenseApacheV2License = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xdc\x5a\xdf\x73\x1b\x47\x72\x7e\xf7\x5f\x31\x41\x55\x2a\x64\xd5\x0a\xd2\x39\x77\x49\x4e\x7e\xa2\x45\xea\x8c\x44\x06\x55\x04\x15\xc5\x8f\x83\xdd\x59\x60\xa2\xc5\x0e\x3c\xb3\x4b\x10\x71\xf9\x7f\xcf\xd7\x3d\x3f\x17\x00\x65\xa5\xf2\x76\x2c\xd7\x9d\x00\xec\xf4\xf4\xf4\x8f\xaf\xbf\xee\xd9\x9b\xbd\xac\xb7\x4a\x7c\xd0\xb5\xea\x9d\xfa\x4e\xbc\xfc\xf7\x9f\xca\x3a\x6d\x7a\xf1\xfd\xfc\x4d\x25\xfe\x5d\xf6\xa3\xb4\x47\xf1\xfd\x9b\x37\x7f\x7e\x71\xd1\x76\x18\xf6\x6f\x5f\xbf\x3e\x1c\x0e\x73\xc9\xdb\xcc\x8d\xdd\xbc\xee\xfc\x56\xee\xf5\x77\xb4\xf0\xf1\xee\xe1\xe7\x95\xb8\x59\xde\x8a\x77\xf7\xcb\xdb\xc5\xe3\xe2\x7e\xb9\x12\xef\xef\x1f\xc4\xa7\xd5\x5d\x25\x1e\xee\x3e\x3e\xdc\xdf\x7e\x7a\x47\x5f\x57\xfc\xd4\xed\x62\xf5\xf8\xb0\xf8\xf1\x13\x7d\xc3\x02\xfe\x34\x17\xb7\xaa\xd5\xbd\x1e\xa0\x9c\x9b\x7f\x17\xb4\x99\x85\x13\xcd\x84\xdb\xca\xae\x13\x3b\x25\x7b\x31\xe0\xa4\x83\xb2\x3b\x27\x64\xdf\x88\xda\xf4\x8d\x5f\x25\x5a\x63\xc5\xe8\x54\x25\xac\xda\x5b\xd3\x8c\x35\x7d\x5d\x05\x51\xf4\x6c\xa3\xdd\x60\xf5\x7a\xa4\xef\x85\x74\xa2\xa1\x2d\x55\x23\xd6\x47\xb1\x52\xb5\x17\xf2\x27\xc8\xb7\x66\xdc\x6c\xc5\x5f\x85\x69\xf1\x41\xe3\x39\x53\x8f\x3b\xd5\x0f\xa7\x7a\x19\x7b\xa6\x58\x6d\xf6\x47\xab\x37\xdb\x41\x98\x43\xaf\xac\x80\x4a\x58\xa8\x87\xa3\x90\xe3\xb0\x35\x56\xff\x0f\xef\x17\xe4\x5c\x5a\x31\x6c\xe5\x20\xb0\xe9\xc6\x4a\x2c\xec\x37\xfc\x50\xb0\x43\xa1\x80\xda\xc8\x4e\xdc\xb1\xe8\x33\x25\xc6\x9e\x0e\xc8\xda\x2b\x21\x6b\x96\x12\xb5\x80\x19\xf0\x6c\x10\x63\xf0\x40\x50\x50\x2b\xe7\xb7\x86\x41\x07\x6b\xba\x4a\x48\xab\xe2\x87\x8e\x95\xae\xe8\x34\xf4\xed\xd8\x37\x58\x56\x9b\xdd\xce\xf4\x41\x52\x78\x50\x1c\xf4\xb0\xf5\x72\xfc\x86\x73\xf1\xde\x58\xd6\x63\x3f\xda\xbd\x41\xc4\x64\xab\x26\x87\x47\x1f\xcd\x82\x94\x19\x1f\xc5\x89\x2b\x7d\xed\x97\x9a\x83\xb2\x15\xdc\x67\xe1\x25\x52\x42\xf7\xfe\xdf\x95\x18\x8c\xa8\x25\x9c\x4e\xcf\x05\x29\xfe\x27\xb6\x80\x15\x3b\xd9\xcb\x8d\x22\xe7\xd1\xbe\x6e\xac\xb7\x41\xb1\x4a\x1c\xb6\x8a\x8f\x0f\xef\xf3\xbe\x92\x65\x97\x96\x39\x68\x8a\x26\x48\xb9\xd2\xd0\x84\xdd\xe3\xb6\x7a\x4f\x92\x5a\xdd\xc2\x9a\x7b\x65\x6b\x12\x7d\xf5\x97\x37\xff\x78\xcd\xdb\x19\x98\xc7\x1b\x3e\x0a\x1a\x07\x37\xc0\xea\xe4\x03\xb8\xc9\x2a\x17\x25\x42\xe4\x5a\xf5\x30\x42\xad\xe1\xca\x89\xf4\x42\xcf\xec\xf2\x5f\xcc\x38\x13\x57\x58\x4b\xff\xb2\xb3\xeb\xd2\xeb\xf8\x8f\x6c\xf2\xa4\x9b\x91\x64\x59\x51\xc6\x47\x10\xa0\x9e\xa1\xad\x76\xa4\x08\xf4\xde\x69\xe7\x38\xe0\x39\xce\x7c\x12\xb0\x5b\xce\x42\x6d\x85\xdd\x6a\xa4\x20\xd2\x6b\x77\x1a\x69\x7b\xab\x5a\x65\x2d\x96\xf3\xaf\x2d\x5b\xfc\x0b\x6d\xb1\x33\x8d\xc6\xd1\x24\x67\x55\x74\xb0\xee\xeb\x6e\x64\x53\x20\x09\x45\x6f\x06\xd1\xe9\x9d\xa6\xdd\xe1\x47\x67\xda\xe1\x40\xe1\xe5\x78\x43\x38\xa5\x81\xf5\x63\xee\xb1\xa0\x20\xc6\x3f\x50\xc5\xfc\x6f\xf5\x66\xb4\xfc\x3b\xdc\xd2\xa9\x02\x3e\xee\xd7\xff\x8d\x50\x38\x57\x5d\xf6\x47\xff\x1d\xdc\x31\x76\x9c\x1f\xad\x35\x3b\xfc\x58\x6f\x65\x0f\xad\x63\x82\x20\x2a\x7a\x47\x4f\xca\x18\x50\xfc\x4d\x17\x3e\xb6\x42\x0a\x6f\x1e\x16\x57\x4d\x0f\x18\x64\x9c\x1c\x13\x69\xb3\xd7\x94\x50\x86\x95\x0b\xc7\xdc\x20\x12\x70\x06\x7c\x3d\x39\x70\x89\x5e\x38\xe9\x93\x47\x6f\x47\x72\x7c\xee\xee\x54\xa3\xa5\x18\x8e\xfb\xf2\xd8\x9f\x8d\xfd\x72\x06\x0a\x07\x7c\xc9\x1a\x33\x0e\x51\xa4\xe5\x14\xd0\x7d\x3c\x46\x4a\x00\x6f\xba\x70\xac\x9d\x6c\x00\x24\x4f\x52\x77\x72\xdd\xc5\xfc\x2f\x70\xa9\x22\x34\xa5\x00\xac\x65\x08\x25\x99\x70\x21\xa2\x1b\xcc\x80\x87\x13\xbc\x79\x4b\xe1\x61\xcd\x66\x95\xc3\x40\xb5\x85\x2d\x14\xb5\x0d\x22\xae\x70\x00\xf5\x2c\x77\x7b\xec\x8c\x85\x80\x76\x84\xb9\x5f\x48\x4f\xde\xec\xf7\x0a\x3b\x3f\x23\x99\x3a\x73\xb8\xce\x56\xb8\x55\x56\x3f\xc1\x8a\x4f\x4a\x90\x41\xdc\xec\x34\x02\x68\x8f\xcb\x36\x08\xa7\x0f\x92\xbc\x0d\xa2\xe2\x6b\xe9\xc8\x79\x3d\xa7\x62\x43\x7b\x50\xf4\x23\x7a\x3c\x56\xd1\x56\xec\x2e\xca\x85\xc3\x56\xd7\xdb\x02\x0c\xe0\xac\x01\x35\x00\x99\x69\xd5\x93\x66\x57\x52\x14\xc3\x34\x21\x4f\x84\x82\x85\x8d\x8d\x9f\x20\x22\xb8\xb9\xcc\xa6\x20\x8c\xaa\x9c\x72\x88\x14\xb6\xbe\xc4\x66\xa6\xe3\xa4\xc0\x32\xbd\xd1\x3d\x76\x39\xf7\xf9\x39\x1e\x47\x9c\x6a\x27\xe9\x5f\x89\x53\xf3\x05\xeb\x51\x34\x07\xdf\xb1\xf8\x50\x35\xac\xda\x49\x9d\xf2\x53\xed\xa5\xe5\x48\x21\xbb\xf0\x31\x76\xca\xaa\xee\x88\x3c\xe8\xbf\xb0\xe1\xd6\x88\x16\x8a\x93\x5e\xee\xd4\x75\x74\xba\x06\x10\xd9\x56\xd6\x5c\x24\xaa\xa2\x46\x26\xa3\x9e\x29\x45\xd6\x51\xa6\xcd\x5e\x7f\x47\x50\x1e\x6a\xfc\x45\x8f\x9f\xe6\x40\x4a\xd9\x62\xbf\x64\xc0\x90\x70\xb1\x96\x26\x3d\x48\xd8\xc4\x27\x1c\xc3\x4d\x60\x22\x51\x92\xf1\xb6\xe1\x55\xf8\xfd\x25\xe5\xab\x22\x29\x06\x42\x7d\x83\xad\xbb\x08\xdb\x6e\x5c\x03\x3b\x02\x78\x44\xde\xc1\xd1\xc5\x9a\xb3\x7a\x21\x15\x78\x23\xc6\xf1\x33\x5a\x11\xbd\xcc\xe5\xee\xab\xd5\xa2\x24\x2a\x84\xca\xbc\x3d\xc5\xfb\x5a\xc1\x98\x2d\x4c\xf1\x32\x79\xf9\xb6\x6a\x2f\x66\xe9\x4c\xb3\x20\xcb\xd7\xfb\x04\xcb\x58\xa4\x3a\x24\xa0\x35\x00\xe3\x8a\xbc\xb0\x96\x1d\xc7\xd1\xc1\xd2\xba\x9e\xc9\xc7\xd8\x07\xeb\x0b\xca\x82\xd2\xe8\x2a\x1b\x8a\xec\x34\xb8\x9c\x2c\x6c\x7f\x57\x7d\xb5\x14\x25\xec\x2a\xf7\xc0\x7f\x59\x27\x20\xa2\xee\x68\x71\x07\x4a\x09\x69\x45\xc9\x4a\x54\xc8\x1d\xdd\xa0\x76\xae\x84\x70\xd4\xdc\x51\x51\x09\xa9\xb9\x46\x86\x27\xbc\xfb\xa9\xf2\x79\xb6\x92\xb8\x56\x69\xf4\xaa\x80\x91\x49\x14\x14\xd6\x26\xbb\x81\xe3\xd6\xa3\xe3\x2a\xcf\x3b\xee\x18\x2f\x03\x8d\xfc\xcc\x88\x97\x4b\x93\x7a\x8e\x46\x98\x9e\x35\xc6\x23\x8e\xe2\xf6\xba\x1e\xcd\xe8\x90\xbc\x3b\x69\xbf\x10\xf4\xd9\xcc\x8e\x22\xe5\x52\x4e\x6f\x7a\xc6\x7e\x84\x22\xf9\x88\x0d\x7b\x31\x12\x09\xac\x66\x4b\xd8\x5b\x8a\x32\x57\xe7\xb3\xf3\x14\x3e\xe1\xd7\xe9\xd8\x31\x03\xff\x90\xf2\x94\x06\x24\x7c\xdc\x9d\x6c\x2a\xb6\x50\x66\xad\x10\x4f\xa0\x8c\x8a\x91\x1c\x4a\x97\xfb\xe4\x24\x74\xea\xd7\x11\xf1\xd3\xd1\xb6\xb5\x81\xbd\x7d\xb9\x26\xc2\x5b\xa4\x9f\x07\xa2\xef\xe7\xe2\x6f\x44\xab\x68\xdb\x77\xe9\xf8\x91\x59\x89\xd5\xe8\x8b\x6b\x88\xd5\x8b\xcd\x4c\x91\x66\x25\x2a\x2b\x54\x49\x51\x18\x48\x10\x84\x40\x67\x66\x71\xcc\x0b\x40\x0e\x71\x4a\x30\xbc\xbd\x1a\x60\x99\x18\x7e\x80\xbe\xae\x39\x68\xe2\x1a\xbd\xe9\x5f\xb1\xe7\x1d\x4e\x4c\x1f\x5f\x81\xf5\xd8\x0d\x35\x4e\xe6\x28\xbb\xe1\xf8\xaa\xb5\x0a\x9f\x34\x88\xdd\x93\xa9\x09\xc8\xcf\xaa\x79\xe8\xff\x68\xc3\xd8\x6d\x61\x05\x72\x6c\x4f\x71\x7c\x86\x74\x19\xce\xf7\xe3\x1a\x6b\x61\x45\x04\xea\xbe\x93\x08\xf4\xf4\x0d\x74\xf6\xa5\xd6\xf1\x37\x81\x58\x94\x7d\x5b\x49\xf3\x13\x16\x33\x59\x3e\xdb\xf1\x42\x39\x67\x6c\xf1\x0e\xfa\xe7\xc2\x41\x1f\x25\x81\xee\xdf\x81\x77\xae\xb0\x4c\xed\x07\x4a\x30\xb4\x1c\x43\xa4\x48\x50\xd0\xf9\x86\xe8\x5a\xec\xfd\x59\x0b\xef\x81\xae\x43\xd8\x56\x3e\x29\x66\x79\x51\x21\xee\xa3\x4d\xdb\x12\xcf\x43\x11\x50\x1d\xe0\xd7\xff\x2f\x10\xc5\xd8\xc1\x3b\x26\xe1\x40\x20\xca\x81\x15\x32\xcc\xc4\x93\x91\x09\xbc\x8f\xe2\xae\x72\xbf\xef\xa8\xdd\x34\x3d\x9c\xce\x56\x26\xec\x0a\xaa\xd5\x9d\xd4\xb0\xb7\x7f\xb6\x38\x1c\xac\xc8\x42\x4a\xeb\x26\xdc\xec\x91\xbd\xce\x49\xab\x39\x3b\x5b\x0b\xf4\x89\x1d\x8d\xd2\xb1\xf6\x95\x89\x7f\xe5\xae\xd1\x06\x9b\x5e\x85\x8a\x08\xf8\x03\x23\x49\xac\x9e\x97\x9d\x2e\x88\x07\xf2\x1d\x6e\xa8\xb6\x50\xdf\x93\xbc\xa9\x72\x61\x8b\x03\xb9\x22\xd6\xba\xb9\x58\xb4\xe4\xff\xd4\x0b\x39\x20\x15\xc5\x74\x72\xca\xa0\x37\x5e\x05\xb9\x91\xf4\x33\x83\x5c\x68\xdc\xaf\x72\xc1\x4a\xdc\xda\x1a\xe7\x5e\xb1\xc1\xe8\x18\xb5\x19\x89\x3f\xf9\xcf\xf0\xbc\x14\x9d\x3c\xb8\x51\x0f\x74\xd4\x4e\x6d\x7c\x11\x80\xc5\xa2\xf2\x99\x13\x9c\xa0\xe2\xd7\x00\x8e\x6b\x82\x57\xdc\x85\x56\x3b\xcb\xa9\xb3\x73\x8e\xf1\x58\xd1\x1f\x3b\x66\xaa\x10\xe3\xa9\xd8\x34\x12\x23\x65\x8a\xcd\x68\xc8\x94\xd8\x68\xe4\x1c\x0b\x25\x2f\xb2\x2a\x5f\x1d\x28\x45\xc9\x7b\x31\x56\xa4\x8b\x84\xad\xc1\x97\x31\xf8\x92\x75\x21\x8d\xfa\xc4\xc6\x43\xc1\x9f\xe7\xe2\x41\x95\x93\xa1\x39\x6f\xbd\x93\xc7\x8c\x6c\xa7\x28\x04\x1c\xd4\x91\xdb\x4c\xf0\xe8\x2b\x2c\x8f\x5d\x42\xb4\x11\x9b\x8d\x00\x39\x8e\x23\x62\x34\xf8\x7f\x93\x2a\xf2\xb4\x6d\xf6\x25\xfc\x05\x24\xab\x72\x2b\xc4\x06\xc9\xa1\xb5\x53\xca\x7b\xb9\x35\x1d\x7a\x22\x5f\xdf\x23\x76\xbd\xfd\x2e\xf5\x55\xd7\xfe\xa4\x23\x22\x6d\x43\xfa\x92\x7a\xbe\xdf\x80\x5b\x35\x8e\x48\xa0\x55\x52\xdf\xd4\x1d\xd2\xdf\xd9\x41\x25\xd7\x87\xd3\x4e\xe2\x07\x2e\xa3\x71\xcf\x75\xb1\xa7\x1f\xdc\x64\x2a\x4d\x7d\x14\xf5\xef\x7e\xa8\x63\x29\x84\xd0\x3e\xe8\x9e\xe2\xc4\x77\x8f\xae\xd8\x9e\x20\x2e\x85\x34\xc9\xa4\xd6\x7d\xc3\xc6\x50\x5e\xce\x74\xe7\xba\xd8\xd9\xaa\x01\x09\x56\x45\xde\x5c\xb4\xf0\xdc\x1d\x40\xa3\xd3\xc3\x15\x1b\xa7\x0d\x73\x40\x54\x94\x61\xb9\x3a\x56\x21\xba\x2b\x82\xc5\x46\x11\x6f\xaa\x0a\x32\xc1\x21\x3a\xe4\x74\x0b\x67\xf3\x23\x88\x0b\xfa\x9c\x42\x2a\xfd\x65\xe6\xe6\xd1\x33\xca\x60\xe5\x1a\xc3\x84\x16\x55\x86\x8e\x49\xe6\xf4\x19\x67\x87\x5c\xb8\xfc\x49\xce\x4b\xf5\xd4\x68\xcd\x35\x81\x56\xf2\x7f\x68\xfc\xc8\xd5\xb3\xe5\xfd\xe3\xe2\xdd\xdd\x0c\xc9\xf7\x3c\xb0\xbd\x29\xed\xc2\x1e\x44\xb9\x8b\x7d\xca\xec\x2a\x20\xe0\x42\xa6\x9c\x59\x96\xfd\x55\x88\x8a\xad\xa7\x84\x0f\x65\xc3\x3d\x66\x0e\x3a\x75\xd1\xac\x04\x4a\x92\xe6\xbc\x85\x98\x00\x6a\x8c\x0c\xfe\x20\x7c\x84\xea\x5b\xec\x5a\x88\xb9\x6c\xe1\x8b\x76\xe5\x60\x83\x8c\x4e\x49\x47\xed\x54\x39\xa5\x0f\x4b\x72\xb6\x82\x18\x61\xd3\xb7\x51\x4d\x19\x75\xcc\xb6\xce\x16\x9a\x44\x95\xfb\xaa\x0e\x3f\x94\x60\x3e\x09\xb2\x32\xaf\xa7\x03\x28\xa1\xdb\x8c\x33\x54\x32\x37\xb9\x02\x9e\xcb\x37\xb6\x3a\xb7\xb2\x8c\x5c\xaf\x98\x72\x85\xde\xe0\x82\x95\xda\x93\x4c\x61\x02\x81\x0e\xd0\x3b\x0b\x02\x6d\xf3\x8a\x0e\x79\x4c\xbe\xe9\x69\x3e\x87\x86\x99\x88\x85\x92\x68\x42\x1f\xb7\xbe\x0b\x23\xfc\x3a\x37\x73\xe1\x6f\x26\x0f\xbe\x95\x4e\x43\x3e\xf4\x10\xb9\x79\x25\x86\x32\x55\x27\xe4\x16\x23\xd6\x71\x32\x9b\x4f\x65\x43\x36\x0d\xfd\xdb\x52\xbf\x53\x46\x64\x21\x25\xaa\x1e\x2c\xf4\x2d\x99\x50\x79\xeb\x3b\x38\xa2\x3c\x13\xf7\x53\x34\xde\x68\x1a\xd5\x37\xe3\x2e\xd2\xd6\x49\xc4\x44\x60\xf1\xfd\x5f\x74\xe7\x29\xa6\xb1\x81\xe3\x10\x03\x66\xb8\x98\x4c\x3c\xad\x42\xcf\xe4\x79\x80\x1d\x4f\xe3\xcf\x1b\xe6\xa5\x7b\x8b\x8b\x26\xca\x5d\x05\xd3\x56\x1e\xd6\x7b\x02\x70\x32\xf8\x2a\x5c\x41\x42\xc2\x39\x4a\x95\x69\x24\xa7\x89\xb5\x4e\x58\xee\x05\x06\x9f\x47\x7b\x17\xae\x8c\xbc\x98\xe2\xae\xc8\xb4\x17\xb4\xa9\x72\xda\xb4\xdc\x2c\x1e\x5f\x68\x45\xca\xe9\x5c\x4a\x25\x96\x47\x5b\x17\xd3\xbc\xac\xc0\xd9\x6d\xd5\xa4\x0a\x27\xd6\x4d\xb3\x64\xa6\xd2\x14\x47\x93\xb1\x4c\xea\x54\x4e\x3a\x81\x89\x43\xfe\xc2\xcd\x4e\xb8\x09\xf0\xbd\x6a\x66\x81\x6e\x2e\x3e\xf5\xa8\xa2\x8e\x9d\xa6\x9e\xb1\x51\xad\xa9\xfd\x65\x89\xc5\x05\x49\x9a\x6f\x1c\x4f\x59\x64\x31\xcc\x2a\xc6\x58\x2f\x8e\xae\x32\xd3\xa7\x1d\x4f\x07\x39\x9e\xea\xad\xcb\xe9\xf3\xff\xa5\x35\x0b\x34\x8b\xd5\x2c\x02\xc6\x8b\xf0\xd4\xb5\x89\xb7\x8f\x7e\xfd\xd2\x0c\xb4\x28\xdd\xde\x70\x7d\x59\x1b\xdf\x94\x51\xda\x6e\xb8\xbd\xa3\x32\xc2\xaa\xb9\x11\xe5\xc0\xa9\x46\xf9\x8b\x20\x4a\x83\xc2\x25\x61\x23\xcf\x2e\xfc\x80\x14\x56\x4c\x2d\xd1\x06\x3d\x1d\x07\xfe\x31\x64\x08\x77\x64\xea\x59\xd5\x05\xc4\x33\xf0\x26\x83\x58\xb5\x91\xd6\xdf\x2b\x9d\xf6\x1e\xe1\x2e\xe0\x5f\x00\x85\x91\x80\x38\x82\xc5\x82\x47\x37\x86\x91\x73\xf0\x94\xbb\xb8\x11\x22\xc3\x87\x0b\x35\x4f\x5f\xe2\x35\x86\xdc\xd1\xdc\x2c\x31\x1a\x9a\x7a\x29\xfb\x44\x33\xfd\xf0\x11\x3a\x85\x18\xf6\x0f\xc7\xa0\x8d\x1a\x57\x79\xea\x14\xda\x54\xab\x7e\x1d\x75\xb8\x3d\xa2\x82\xee\xe0\x13\x2a\xe9\xec\x52\x14\x7e\xb3\xa3\xeb\x69\xd2\x06\x56\x06\xef\xa8\x71\xc0\xe0\x8a\xd4\x74\xd0\xa4\xf6\x6c\x3e\x1b\xb3\x29\xfa\x2d\x54\x83\x0b\x25\xc0\x5b\xea\x5f\xe7\xe2\x56\x3b\x6e\x9d\xe8\xd2\xb6\x15\x9f\xc1\x3f\x61\x97\x63\x4a\x82\xa4\xea\xfa\xe8\x1b\x58\xee\xbc\xa9\xc5\xca\x30\xc0\x5e\xe4\xe6\x25\x4f\xc1\xaa\xec\xb0\x90\xfb\x2e\xab\x7a\x45\xba\xd2\xd0\xe0\xb4\x45\x2d\x9f\xa6\xf1\xe5\xc4\xb9\xd7\x34\xd7\x02\xe4\xcf\x6e\x56\x62\xb1\x9a\x89\x1f\x6f\x56\x8b\x55\x34\xee\xe7\xc5\xe3\x4f\xf7\x9f\x1e\xc5\xe7\x9b\x87\x87\x9b\xe5\xe3\xe2\x6e\x25\xee\x1f\xca\x6b\xf9\xfb\xf7\xe2\x66\xf9\x8b\xf8\x8f\xc5\xf2\x16\x74\x47\xfb\x1b\xe0\x67\x9a\x8e\xba\x7c\x12\xcd\xb8\xd2\x14\x63\xd2\x9c\x41\x3c\x27\x95\x11\xa7\x8e\x68\x72\xd9\x54\xdc\x10\xd9\x73\x88\x85\x31\x1f\x17\x8f\x1f\xee\x2a\x58\x7d\xf9\x6a\xb1\x7c\xff\xb0\x58\xfe\xed\xee\xe7\xbb\xe5\x63\x25\x7e\xbe\x7b\x78\xf7\x13\xb4\xbc\xf9\x71\xf1\x61\xf1\xf8\x0b\x87\xd0\xfb\xc5\xe3\xf2\x6e\xe5\x5f\x1f\xb8\x09\x32\x3e\xde\x3c\xc0\x61\x9f\x3e\xdc\x3c\x88\x8f\x9f\x1e\x3e\xde\xaf\xee\x7c\xb5\xf5\xb7\x85\x1d\xdd\x2c\x40\xff\x3d\x36\xd5\x7c\xeb\xc0\x37\x33\xbe\x2b\x9c\x86\x0b\x3c\x67\xcd\xde\x6a\xa2\xe7\x7c\xe0\x16\xd1\x45\x8f\x70\xfc\x65\xc4\x2d\xe6\xa5\x7e\xda\xe8\x1c\x38\x11\x1d\x37\xc2\xb5\x76\x8c\xec\xce\xd4\x3a\xb5\xc9\x1e\xd4\xc3\x3d\x2b\x4f\x63\xcb\x8b\xd6\xf3\x66\xd6\xc7\xde\xbf\xcd\xf1\x39\x9a\x94\x16\x7d\xd0\x72\xad\x3b\xbe\x3c\x5f\x50\xe5\x15\xa0\x3f\xfd\xc0\x7a\x78\x19\xf8\xaa\xe3\x61\x27\x74\x44\xa7\x5d\x8c\x5a\xe2\x4d\x16\x02\x68\x28\x47\x06\xbd\xda\x74\x1a\xec\xab\x56\xd7\x55\xba\xed\xae\x26\xa3\xdc\x34\xf9\xf9\xc3\x78\xbf\xf2\x44\x81\x66\xfa\x9d\x5e\x33\xa1\x63\xe5\x36\x34\x8f\x48\xf7\x16\x71\xcb\x81\xde\x40\x70\x7c\x3b\x7e\x39\x3f\x3c\x7a\x4e\xca\x07\x0d\x65\xa2\xcb\x3a\xcd\x1b\x87\x89\x00\xbb\x56\xee\xe4\x66\x3a\xc3\xa7\xd5\xf1\x95\x80\xfc\x72\x80\xdb\x2b\xba\x5b\x2f\x6e\x9f\x91\x50\x20\xb6\xfe\x2a\x81\x08\x8c\x9f\xe9\xd2\x85\x5c\x10\x1a\x11\x9a\x66\x6e\xd0\x9b\xc6\xd5\xd6\xdf\x99\x53\x15\x4f\xb5\x9a\x6e\x8d\x4f\x1b\x5d\xb6\xe6\x98\x30\x66\xf4\xdf\xe8\x3e\x38\xb3\xc0\xd5\x72\x62\x70\xf5\xd5\x3b\xf1\xa8\x15\x1d\xbb\x33\x3e\x60\x37\xc6\x34\x07\xdd\x95\xb3\xc3\x2f\x28\xca\x66\xbf\x97\x34\x25\x24\x4e\x30\x92\xe2\xad\xd4\xdd\x68\x7d\x35\x92\x5d\x3b\xf6\x99\xdc\x70\x11\xbc\xf0\x26\x08\xdd\x02\x50\xf0\x96\xf6\xf0\x1b\x2b\x87\xc0\xa1\x38\x24\x82\x7e\x3a\x88\x0b\x32\xd2\x30\x5d\x36\x4f\x9a\x2f\x49\xdb\xf0\xfa\x06\x32\x20\x18\x21\xbe\xdc\x10\xc4\xfb\x0c\xf8\xeb\x5c\xdc\xd4\x54\x13\xc8\x0a\x11\x79\x69\xe7\x9b\x5c\xa8\x8b\xa4\xf8\xbc\x25\xea\x3e\x4d\xd7\xd3\xcb\xc2\xaf\x5e\xb7\x45\x16\x5a\x6f\x8d\xf1\x53\x50\x9e\x74\x4e\x2e\xdb\x79\xe6\x0a\xde\xd6\x2a\xc6\x13\x40\x1d\x6b\x28\xfb\x5a\xf9\x43\xec\xfd\x18\x34\xa0\xdf\x91\xe3\x4e\xed\x7a\x7a\xb5\x24\x0f\xc4\xbc\x59\xbb\xa8\xbb\x30\xeb\x2e\x4c\xa1\x98\xb7\xbc\x26\xd8\x21\xe6\xeb\xaf\x5a\x70\x1e\xca\x97\xd0\x5f\x69\x37\xb9\xee\x41\x83\xf1\x93\x39\x50\x27\xe4\x5b\xc9\x64\x30\xb6\x67\x21\x38\x9f\x8f\xdf\x68\xe9\xbb\xe2\x36\x24\x71\xee\x70\x2d\xc2\x43\xdc\xf0\x35\x01\x69\x86\x51\xd6\x97\x99\x4e\xbe\x45\xc9\x88\x9e\x27\x45\x45\x18\x84\x99\x30\xf5\x4c\xba\xf5\xf8\x4c\x09\xef\xf3\x9d\x6d\xd3\x26\xdb\x34\xaa\x45\xbb\xe2\x57\x80\x19\x37\x17\x46\xe7\xd2\xee\x18\x89\x22\xb9\x4e\x56\xcc\xe9\x3c\x5a\x9b\x6f\xcb\xc2\xe4\x18\x98\x8c\xae\x9c\x9a\x55\x3f\x44\xad\xce\xe7\xc6\xeb\x63\x20\x1b\xf9\x40\x47\xb2\x40\xb6\x69\x22\xf3\x87\x22\x1a\x0b\xda\x98\x74\xf1\x01\x7c\xb7\xbc\xa5\xba\x7a\xe9\x35\x38\xfe\xfd\xe6\xe3\x47\x3c\xb2\xf8\xaf\xb7\xe4\x42\x9e\x16\x00\x51\x8f\xe1\xf5\x85\xf2\xd5\x3d\xfa\x8d\x55\x39\xa4\xbb\x24\xfc\x3d\x7e\xe3\x82\x2a\xbc\x46\x31\x9d\x26\x44\x5a\x6d\x90\x35\x16\x6d\xf8\x10\xa7\x1a\x55\xee\xe4\x5b\xad\xba\xc6\x09\x14\x08\x24\xbb\x07\xfd\x35\xdd\x52\x2a\x44\xe6\xec\xb7\xdf\x67\xb9\x49\xa1\xc9\x44\xa8\x76\xc7\x18\x4c\x8c\xaa\xa1\xeb\x2b\x3a\xe9\xb9\xb8\xba\x35\xfd\x3f\xa5\xf7\x05\x8a\x1c\x8d\xc2\xff\xe1\x5a\x70\xb7\xce\x6d\xaa\x03\xbd\x40\x24\x80\xe2\x27\x3d\x42\x77\x50\x94\xed\xe2\x6e\x96\x72\xc5\x1d\x81\xe7\xcf\xe9\x22\x94\x9b\x7a\xaf\x00\x70\x02\x0b\x3b\x47\x17\x54\xfe\xe9\x30\x27\x8d\x28\xce\xcf\xfa\xb8\x41\x94\x11\x63\xf5\x6d\x17\xd3\xcc\x7d\x2c\xc6\xf1\x6a\x75\xad\xf2\x2b\x2b\x7c\x43\x1a\x35\x71\xb4\x70\x06\xe5\x78\x70\x4d\x18\x3c\xa3\x5a\x31\xbd\xf9\x0c\x2f\xbf\x90\x9a\x08\x3c\x9d\xee\xe3\x83\xe5\xe2\xbd\x6b\x1a\xcf\xe4\x21\x87\xb4\xf5\x96\x6e\xac\x7d\x30\xe4\xcb\xc4\xdf\x8e\xf8\xfb\x5d\xfc\xc6\x7a\x43\xcf\x93\x5b\xd6\xdf\xf9\xf1\x10\x24\x4d\xd1\x33\x4d\xc3\xa7\x2a\x5f\x08\x15\x57\xf4\x40\x7a\xe7\xf2\xfa\x07\x12\x11\xfb\x11\x02\x02\x5f\xbe\xc2\xf8\x3c\xd2\x78\xdd\x87\x36\x94\xa1\x31\x45\x54\xa2\x38\x22\x77\xfd\x66\xcd\xd3\x32\x39\x19\xd9\xc5\x40\x96\x43\x0c\xf7\x3f\x7a\xe5\xf4\x03\xb8\xfb\x72\x75\xf7\x0a\x2a\xf3\x92\x6f\x61\xe8\x2f\x71\x8f\xf0\xce\x19\x89\x29\x46\x6a\xe7\x6f\x38\xd1\xa5\x41\xf9\xc0\x4b\x0c\xfc\xff\x49\xbf\x23\xf1\x66\xb3\xad\x94\x9a\xa8\x10\x83\x9c\x69\x0d\x62\x06\x47\xeb\x37\x23\x02\x0e\x94\x00\x65\xa1\x3f\x7d\xb3\x2f\x4c\x4b\x32\x5f\x77\xe7\xe7\x9a\xff\x6f\x00\x00\x00\xff\xff\xa8\x76\x8d\x12\x3b\x2c\x00\x00") +var _confGitignoreSbt = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x44\x8d\xb1\x6e\xc3\x30\x0c\x44\x77\x7d\x85\x00\xcf\x16\xf7\x8e\x45\x81\x7e\x80\xbb\x17\xb2\xcc\x48\x0c\x64\xd1\x20\xe9\x18\xf9\xfb\x30\x53\xc6\x3b\xbc\x7b\x37\xc5\x85\xf6\xa3\x63\xfc\x3e\xa9\x6f\xf1\x8f\xb9\x87\x29\x36\xb3\xe3\x0b\xe0\xba\xae\xa4\x25\xf7\x3c\xeb\x6a\x89\xa5\x82\x60\xc7\xac\x08\x1b\x17\x85\x5f\x34\xa3\x51\xe7\xc5\xb2\x18\x6e\xf0\x43\x82\xc5\x58\x08\x35\x35\xdb\xfb\x54\x78\xdc\xa8\x9e\xf2\x86\x1e\x28\x4a\x3c\x66\xef\x4c\xfc\x24\xf8\xa8\xa2\x41\xe8\xb4\xfe\xef\x79\xe4\xea\x86\xa0\x52\x3e\xe1\x10\xbe\xbb\x10\x56\x66\xe7\x52\x23\x75\xf9\x33\xa4\x92\x4b\xc3\xf0\x0a\x00\x00\xff\xff\x80\x67\x5b\xb8\xba\x00\x00\x00") -func confLicenseApacheV2LicenseBytes() ([]byte, error) { +func confGitignoreSbtBytes() ([]byte, error) { return bindataRead( - _confLicenseApacheV2License, - "conf/license/Apache v2 License", + _confGitignoreSbt, + "conf/gitignore/SBT", ) } -func confLicenseApacheV2License() (*asset, error) { - bytes, err := confLicenseApacheV2LicenseBytes() +func confGitignoreSbt() (*asset, error) { + bytes, err := confGitignoreSbtBytes() if err != nil { return nil, err } - info := bindataFileInfo{name: "conf/license/Apache v2 License", size: 11323, mode: os.FileMode(420), modTime: time.Unix(1398226579, 0)} + info := bindataFileInfo{name: "conf/gitignore/SBT", size: 186, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} a := &asset{bytes: bytes, info: info} return a, nil } -var _confLicenseArtisticLicense20 = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x8c\x59\x5b\x73\xe2\x48\xb2\x7e\xaf\x5f\x51\xd1\x2f\x63\x47\xd0\x3e\xd3\x33\x73\xce\xd9\x9d\x37\xda\xe0\xb6\x62\x31\xb0\x80\xdb\xe3\xc7\x42\x2a\x41\xad\x85\x8a\xad\x92\x4c\xb3\xbf\x7e\xf3\x52\xa5\x0b\xc8\x3b\x3b\x11\xd3\x61\x74\xc9\xca\xeb\x97\x5f\xa6\x36\x7b\x2d\xc7\xae\x32\xbe\x32\xa9\x9c\x99\x54\x97\x5e\xcb\x5f\xee\x7e\x16\x42\xb6\xff\xdd\xdb\xe3\xd9\x99\xdd\xbe\x92\x37\xe9\xad\xfc\xe5\xe7\x2f\xbf\x85\xdb\xd3\x77\xed\xce\xb6\xd4\xd2\x78\x79\xd4\xee\x60\xaa\x4a\x67\xb2\xb2\x32\x85\x37\xa4\x2a\x33\x99\x81\x64\x67\xb6\x75\xa5\x25\x3c\xbb\x55\x95\x39\xe0\x4d\xa3\x7d\x38\xc0\xe6\xb2\xda\xc3\xeb\x45\x38\x3b\xb3\x69\x7d\xd0\x65\x35\x92\xf0\x92\x4c\xf7\xaa\xdc\x99\x72\x27\x4d\x85\x67\x94\xb6\x92\xaa\x28\xec\x49\x67\x77\x42\x2c\x9d\x56\x87\x6d\xa1\x85\xd8\x74\x25\x68\x5f\xa9\x6d\x61\xfc\x5e\x7b\x10\xad\x65\x05\x8a\x79\x59\x97\x99\x76\xf2\xb4\x37\xe9\x5e\x2a\xb9\x33\xef\xba\x94\xb9\xd3\x5a\x7a\x9b\x57\x27\xe5\xb4\x58\xaa\xf4\x4d\xed\xb4\x3c\xa8\xb3\xdc\x6a\xd6\x32\x1b\xc9\x83\xcd\x4c\x4e\x7f\xb5\xb6\xc0\x0f\x30\xee\x7f\xac\x93\x4e\x77\xae\xde\x09\x74\xa7\x29\x2b\xd0\x1f\xd5\xad\xf6\xaa\x22\x15\x5a\x07\x3e\xda\x02\xf5\x38\x28\x78\x0a\xfe\xf7\x70\xfc\x41\x4b\x15\x22\x20\x52\x5b\x56\xce\x16\xd2\x82\xb3\xe8\xcd\x4c\xbf\xeb\xc2\x1e\xd1\x23\xec\x2a\x90\x18\x15\x05\x63\x0a\xd0\xbf\x32\x45\x21\xdf\xb4\x3e\xa2\x9f\xe0\x9d\xc6\x10\xf5\xae\x4c\x01\xae\x80\xbf\xbc\xb4\x47\x30\xd8\xdb\xda\xa5\x9a\x02\xd3\xb3\x1d\x9c\xf9\x6a\x6b\x50\x03\xee\x15\x27\x75\xbe\x88\xe6\x41\xbd\xa1\x8e\x0e\x62\xa1\x51\x13\x0f\x47\xdb\xa2\x38\x4b\x5b\x57\xde\x64\x3a\x06\x51\x34\x41\x34\x4e\xa7\x15\x3c\x70\x32\xd5\x7e\xd8\x03\xf0\x4a\x0c\x43\xd0\xf7\x4e\xca\x24\x27\x03\x38\x62\xd7\x99\x41\xf1\x67\xcd\x48\x68\x5e\x83\xe5\x35\xdc\x22\xb7\x9c\xc1\x82\xa3\xb3\x47\x8b\x17\xac\x20\xa5\x49\x86\x8e\x27\x8c\xe8\x19\xbf\xb7\x75\x91\x49\x74\xb5\x4a\x3f\x88\x0f\x7a\xc8\x6b\xfd\x26\x14\xd8\x92\xe7\xda\xa1\xff\x59\x11\xf4\x72\xc7\x17\xe0\xba\x89\xce\x4d\x69\x2a\x63\x4b\xcf\x75\xf1\xe9\x52\xde\x27\x79\xd0\xaa\xe4\x74\x34\x65\x66\xde\x4d\x56\xab\xe2\xc6\xdf\x4a\x48\x21\xeb\x76\xaa\x34\xff\x52\x28\x00\x2e\x91\x84\x52\x1d\xc0\xf5\xa6\xa4\x37\xd2\x46\x1a\xd8\x0f\x3a\xc8\xdc\x72\x72\xc0\xf1\xe0\xe8\xc6\x7f\xcd\xe1\x25\x27\xa4\x6d\xce\x55\xe5\x59\x1e\x21\xc9\xce\xec\xa9\x3d\xe4\x43\x1a\x9f\xd2\xe8\x0a\x8c\x21\x68\x02\x42\x1d\x09\x39\x28\x88\x81\x51\x05\x46\xbf\xe7\x40\x50\x49\xa5\xa9\x75\x99\x2a\x41\x91\x0f\xc3\xfb\x13\x97\x37\x84\x23\xd5\x59\xed\xb4\x8f\xca\x41\x9a\x7d\x22\xef\x7e\x82\x50\xf4\xf5\xd3\xce\xdb\x12\x33\x4b\x9e\x28\x40\x85\x79\xd3\x11\x4b\x46\xf4\x76\x5b\x6a\x23\x54\x97\x2a\xf3\xdc\xd5\x2f\x9e\x12\x7e\x76\xdd\x9e\x42\xc2\x42\x4e\x82\x8f\x31\x29\x72\xa8\x1c\xdf\x2d\x68\xb9\x25\x41\xa2\x0f\x77\x6c\xcc\x88\x91\x0c\x1c\xf2\x0e\x41\x7a\xd7\xbe\xa9\xc4\x8e\xd0\x80\x07\x36\x27\x11\xd5\x1e\xb3\x90\x4e\xb9\x93\xe3\x7e\x9e\x13\xc0\x80\xfb\x3d\x9c\x8e\x92\xb4\x41\xb7\x93\x92\xeb\x0a\xc4\x28\x97\x91\x8c\xef\xe0\x10\x90\x4c\xa6\x2a\xf9\x14\x60\x28\x5e\x8e\xa6\x4e\x1a\x1b\xa2\xb5\xe0\x74\xc8\x2f\x4a\x53\xc6\xe1\x7e\x11\x90\xe7\xd4\x1b\x83\x2a\xc9\x80\x80\x6a\xef\x0d\x02\x05\xb8\x1b\x62\x81\x88\xae\x0b\xcf\x5e\x8e\x49\xa8\xbc\xe6\xa2\x4d\xed\xe1\x88\x01\xb3\x9c\x2a\xdd\xf4\x1d\xa1\x00\xca\x22\xdf\xc5\x06\x0c\x75\xe7\xb5\xde\x2b\x57\x76\xc0\xfd\x07\xad\xbb\x99\x91\xeb\x4e\x85\x43\x47\x70\x3b\x2e\x81\xe6\x15\xb0\x25\x78\x1d\xe0\xa2\x63\x66\xeb\x09\x5f\x1f\x8f\xd6\x55\xa1\x72\x3a\x4f\x91\xc1\x6d\xde\x53\x91\x20\x10\x55\x00\x37\x9a\x1b\x0e\x2a\xd2\xa9\x7d\xd0\xa6\xc9\xe6\x18\xaf\x18\x94\x4f\xd0\x0f\x72\x34\xbe\x5f\x36\xd2\xe4\xd8\xc0\xb0\xec\x50\xe0\x56\xeb\x92\xab\xac\x69\x2d\xa0\x16\xde\xc5\x3b\xcd\x55\x69\x4b\x40\x50\x70\x3f\x01\xb2\xfe\x71\x04\x1d\x0c\x82\xaa\xd3\xff\xac\xa1\xc9\x69\x4e\x13\x4e\xdc\xab\xa4\x8d\x2a\x5e\xe6\x4d\xb7\x26\xda\xaa\x6e\xf4\x23\x0d\xa8\xeb\x86\x26\x47\x52\x7c\x0d\x5d\x93\xaf\x02\xf6\x03\x1a\x92\x1d\x43\x2a\x5d\xa9\x43\xef\xf7\x55\x5a\xc0\x0d\x53\x02\xb8\x04\xbe\xd1\xaa\x04\x81\xb9\x22\x23\xa0\xd4\xa4\x53\xa7\x08\x39\x21\xd8\x6d\xbd\x44\xe3\xae\xf0\x1e\xbc\x67\xa0\x5d\xa5\xb5\x23\x04\x7f\x8f\x8f\x41\x45\x31\x42\x81\xd9\xa1\xdf\x37\x6e\x07\x0b\xb0\x8d\x2f\xb5\x2b\xe4\x83\x05\xde\x40\x79\x1a\xeb\x20\xaf\xab\xda\x35\x40\xb3\xa6\x86\xfa\x09\xf3\xea\xd0\x71\x6c\xe8\xb3\x88\xab\xa3\x86\xd1\xb0\x18\xbe\xd5\xba\x16\x80\x20\x37\xbb\xda\xf1\x5d\xc6\xa5\x88\xef\x57\xc0\x7e\x38\xc2\xfd\xec\xea\xb8\x34\xdc\x00\xd5\x2b\xcd\x87\xda\xed\x3f\x00\x98\x82\x06\x5b\xf0\xb6\x0b\x18\x8a\xa6\x63\x15\x12\xe6\x90\x1c\x40\xe7\xba\xa8\x28\xb5\x9d\x45\xb1\x18\x68\x93\x22\xf8\x43\x97\xf3\xf8\x0c\x2b\x17\x0a\x9e\xae\x16\xaa\xea\xf8\x9b\xdd\x40\xe2\x40\x59\xb1\xc4\x16\xed\xc9\xd3\x68\xca\xb3\x67\xca\xc1\xa9\x98\xf2\x9b\x2f\x10\x47\x80\x88\x4e\x11\xdb\x52\x88\x9b\x2f\xb7\x52\x46\x2a\xd2\xe3\x20\xdc\xe6\x07\x42\x8e\x92\x53\x60\x82\x15\x1f\x02\xcf\x89\xcb\x9c\x67\x8f\x52\x93\xa9\x1d\xf1\x83\x53\x38\x1d\x6c\x87\xd3\x53\xc6\x2e\x86\x0b\x3c\x0e\xc0\x46\x20\xd8\x04\xca\xd1\xe6\x1f\xa9\x30\x00\xc5\x1d\x93\xf9\xb0\x55\xcb\x0b\xbb\x7e\xba\x50\x1e\x0c\xfe\x25\x18\x8c\x59\x38\xf9\x90\x2c\x0f\x38\x3a\x5c\x12\xc3\x35\xd0\x81\x38\x6c\xd9\x60\x3a\x10\x0a\x53\x1f\x06\x2d\x17\xa1\x05\xed\x30\x0b\x3d\xa6\x08\xf9\x4b\x5e\x60\xf2\x85\x87\x08\x8e\xb3\x1a\x31\x00\x9c\x2f\x80\x97\x47\x2d\x6d\x2c\xf0\x4b\xe6\xe2\x29\x44\xca\x7b\x9b\x1a\x85\x81\x05\x27\xa5\x85\x32\x07\x50\x1d\x50\x77\x4c\x5e\x77\x74\xd5\x69\x0e\x0a\x41\xcf\xa5\x37\xd0\x59\xd4\xc6\xce\x14\x1f\x53\xa6\x45\x0d\xad\x46\x89\x58\x22\x5d\x0f\x75\xca\xe8\xe6\xd7\x8e\xb7\xd5\xf1\x58\x9c\xc9\x35\xdb\x1a\x72\xdf\xfc\xd0\x1e\x2c\x84\x2e\xa1\xb6\xa6\x30\xc0\x95\x02\xe0\x71\xfb\xe7\x1e\x71\xe8\xa4\x30\xaa\x91\x75\x59\x36\x95\xcf\x20\x16\x4b\x42\x94\xa6\xd0\x1a\x86\x7e\x42\xea\xce\x04\x9e\x26\x8e\x12\x3b\xa6\x23\xff\x5e\x27\xcb\x28\x38\x8f\x5c\x22\x4e\xe1\x25\x5f\x73\xa5\x87\x8e\x73\x89\xad\x98\x9b\x93\x8b\x4c\xbc\x2e\x8f\x0b\x86\x00\x67\x70\xa2\x81\xc7\x7e\x1b\xce\x4f\x8a\xd3\xa5\xa0\xf6\x45\x79\xd3\x4b\x29\xf1\x71\x4a\xa1\x4d\x44\x23\xe1\x42\xcc\x4d\x25\x87\xe2\x78\x55\xd6\xb7\x03\xf9\x98\x16\x5a\x39\x08\x6b\x04\x5d\xb9\xb7\x27\x04\x79\x66\xf1\x5e\x34\x31\xba\xf6\x2e\x67\x11\x84\x87\x47\x4f\x4c\xac\xc2\x00\x00\x11\xfe\xb4\x30\x8e\xf1\xc3\xa4\x29\x6d\xf9\xd9\x47\x21\x39\xe0\x0f\xd2\xdc\x11\x34\x45\x9d\xd6\x38\x80\xe2\x0f\x26\xa9\x75\x11\x93\x68\x10\x61\x40\x73\x50\x1a\xb8\xe0\x62\x3e\x8d\x91\xc8\x2d\x4e\xb9\x70\xd4\xef\x8c\xfd\x37\xea\x56\xf2\x18\x36\x04\x40\x9d\x1c\x0c\x69\x70\x99\x81\xa2\x19\xb5\x87\x2c\xe7\xd9\x78\x28\x7d\xa0\xfe\x6c\x33\xc6\x0e\x92\x63\x4a\x8c\x58\x80\x94\x15\xfd\x1a\x09\x6d\x73\x88\xd9\x86\xbe\x76\xb3\x05\xdb\xe0\x30\xf0\x1f\x1f\x05\x63\x71\x05\x68\xd2\x74\x98\xe1\x5c\x8b\xfc\x2c\x0c\x1a\x30\x27\x97\x3c\xcc\x41\x07\x70\x51\x06\x76\x35\x9c\xd2\xeb\xb2\x0c\xd3\xf1\x95\xf9\x77\x32\x61\x36\xa6\xb2\xcc\x04\x12\x3b\xe4\xe3\x43\xed\x91\xba\x29\xcc\x62\x1c\xcf\x82\xae\xbe\x1d\x10\x49\x4a\x93\x60\xf4\xcc\x07\x2e\x8f\x96\xa7\x60\x39\xed\x33\x22\xeb\xc6\xe9\x07\x46\x67\x4d\x53\x46\x9f\xbe\x5f\x29\x04\x33\x2e\x8f\x6a\x21\x2b\xae\x7b\xc3\x9f\x24\x0a\x13\x75\x12\x42\x19\x10\x94\x32\xb7\x72\x30\x17\xb0\xff\x87\x27\xf0\x11\xd5\x0c\xe6\xe4\x08\x6e\xd6\xcc\x47\xc2\x0d\x3a\x04\xf7\x0c\xc5\xb9\x33\xc4\x85\xa9\x0d\xcb\xa1\xbb\x3c\x19\xd6\xb7\xf6\x31\x6c\x1e\xdc\x49\xef\xb7\x4c\x9c\xd7\x04\x74\x3a\x63\x79\x48\x7e\xf2\x5a\xb3\x7b\x89\xca\xd0\xcb\xc1\xb7\x4c\x6d\x89\xb5\xc2\x00\xdd\x59\xd4\xfc\x07\x1f\xf6\x67\x32\x6a\x09\x39\x75\x8f\x93\x75\x6f\x9e\xc7\x43\x04\x2c\x8c\xbf\xc1\xf5\x95\xe6\xfe\xc0\x0e\xe0\x0c\x6b\xbc\x4f\x55\xa1\xaa\xc6\x85\x38\x54\x30\xe7\x71\x76\x6f\xb6\x04\x3a\xdb\x2e\x3b\x0a\xdc\xeb\x21\x3e\xd7\x6e\xc1\xae\xe0\xbd\xc1\xce\x07\xdb\xac\x51\x06\xa8\x87\xbd\xae\x29\xdf\x20\x70\xeb\x0b\x68\x01\xff\x3b\xdc\x02\x7a\x18\xfd\xe1\x39\x51\xa4\x68\x45\x0e\xf1\x88\x88\x20\x48\x65\x0b\x5d\x69\x2a\x60\x57\xa7\x0c\x22\x20\x06\x71\x1c\x32\x7e\xa7\x7b\x81\xfa\xa8\xbe\xa4\x5c\x23\x6f\xe8\x09\x09\x05\x2c\xde\x55\x61\x32\x19\x02\x0e\xa4\xa2\x1d\x51\xbb\x94\xad\xd9\x46\xf9\xbe\x2e\x23\x7c\x13\xc2\x2e\xe8\x4d\x5e\xc1\x9d\x03\x61\x4d\x95\x73\x67\x82\x1c\x70\x21\x11\x97\xae\x44\x4c\x89\x14\xb7\x7d\xa6\x24\x15\x68\x1b\x25\x48\xab\xe0\x0f\x59\xea\xd3\x95\xe1\x99\x3e\x50\xb2\xc1\x04\xad\x71\x06\xcf\x6b\x47\x9d\xb5\xa7\xac\x48\xf2\xb8\xff\x22\x41\x6c\x63\x5f\x54\x14\xd0\x23\xa6\x18\x1d\x4a\x46\x03\x83\xaf\xc8\x70\xd2\x54\x39\x14\x16\x49\x0b\xfa\x2a\x5c\x11\xb6\x35\xd2\x93\x8a\x77\x1a\x7b\xe0\x6e\xd9\xe5\xcd\x90\x18\x39\xf0\x00\x1e\x38\x82\x8f\xa9\x77\xf8\xa6\xe5\xb4\xfb\x3d\xa4\x67\xff\x37\x9c\x69\xd7\xdb\x0f\x2c\xa0\x3e\x47\xf8\xef\xd2\x8c\xd2\x2b\xac\x25\xd7\x61\x73\xf3\x1b\xff\x04\x1c\x38\x32\x91\x12\xd7\x09\x36\x44\xf9\xc7\xbb\x9d\xd3\x3b\x55\x85\x1e\x33\x33\xe5\x5b\x04\xab\x40\xa4\xc0\xa2\xff\xef\x12\xce\xf0\x82\xee\x91\xad\x9b\x81\xfd\x4f\xcb\xe5\xdd\x00\xeb\x61\xba\x44\x2f\x1d\x59\x08\xf3\xea\x8b\x31\xa5\xa5\x9b\xf1\x60\x94\x38\x40\xe1\x39\x58\x61\xb1\xa2\xfa\xab\x8e\x38\x8b\x8a\x76\x49\x7b\x41\xe1\x7c\x7f\x56\x63\x68\xec\xaf\x4b\x48\x08\x13\x68\x0c\x00\x34\x3a\xdc\x21\x07\x66\xd0\x55\xae\x27\xe9\x8e\x48\xf3\xe0\x2e\x58\xf4\xf0\xbe\x0e\xf3\xe5\x25\x10\xf6\x3c\x3a\x04\x77\x42\xf9\x08\x3c\xd9\x80\x3a\x98\x91\x7f\xb9\x1d\x1e\x47\x81\x59\xbc\xb5\x02\xf1\xf4\xcb\xd8\x31\x98\x0a\x8e\x13\xf5\x08\xda\x8e\xe9\xc3\x36\xf0\xfb\xee\x7c\x26\x0b\x74\x3e\x3f\xd7\x94\x8a\x3d\xf1\xf2\x0f\x32\x72\x5b\x9b\x22\x93\x44\x37\x3f\xab\x02\x99\x02\xcf\xf4\x78\x3b\x0e\xfd\x71\xbb\x41\xde\x42\x07\x35\x1c\x8c\xd8\x66\x44\xd8\xde\x7e\xe4\xc3\xb4\x19\x9e\x13\x3b\xc9\xd3\x3c\xd8\xec\xc9\xf4\x0f\x1a\xad\x55\xd8\xfe\xd3\x77\x10\x97\xab\x54\x5f\x6c\xc3\xb0\x76\x92\x4a\x43\x54\x37\xd4\xba\xc1\xb5\x73\x78\xfd\xbe\x9d\x7e\x96\xca\x55\xbc\x6b\xbc\x0c\x19\x44\xe4\xaf\xb7\xf2\x85\x3a\xee\xcd\x9f\x10\xf6\xc0\xbc\x79\x97\x9f\x3a\x73\xac\xfc\x2d\xbb\x02\xc6\x4d\xe4\x24\xfa\x47\xa5\x19\x59\x89\x43\xd5\xfe\xfa\x7b\x01\xd7\xc6\x28\x6c\xb5\x0e\x5e\x17\xef\xc8\xe5\x53\x85\x6b\x86\x6e\x10\xc1\xc4\xed\x10\x50\x61\x1b\x29\x3b\xd4\x92\xba\x02\x33\x06\xc5\x6b\x34\xd1\x19\xfb\x70\xfd\x78\x35\x8d\x01\xab\xd2\x45\x1e\xa6\xbf\xb0\x7a\xeb\x4f\x7d\xc3\x1f\x4c\xd0\xcf\xdf\x74\xa9\x1d\x50\xb8\x25\x06\x8e\x73\x5e\xdc\x7c\xf9\x19\x40\x69\x0c\x98\x5c\x23\xc1\xef\xd2\xf5\x51\xff\x9b\xdd\x70\x1d\x0d\xac\x57\xe0\xd0\x1d\x7e\xb2\x2a\xe3\x02\x70\x60\x91\x77\x27\xbf\x9e\x99\xcf\x8d\x78\x8c\x3e\x07\xe0\xcc\x3a\x6b\xdc\xeb\xaf\x35\xb8\x9c\x3e\x56\x7d\xc3\xe4\x84\xc2\x22\x5a\xfd\xcf\xa3\x9e\x24\x7d\xb5\xde\xec\x00\x5d\x47\xa2\xe8\xf4\x9e\x2f\xb8\x7a\x4a\x3e\x9a\x36\x9a\xdd\x68\x8f\xe7\xb5\xf1\x16\xcd\x98\x80\x9c\x0f\x7c\x80\xdf\xf5\xb0\x4e\x6d\x00\x77\x55\xa2\xe4\x51\xc3\x15\x4a\x18\x58\xb0\x91\x43\x86\xfa\x48\x44\x33\x81\x00\xd1\x99\x84\x86\x75\xa1\x26\x86\x6b\x90\xe6\xf3\x4b\x78\x9f\xbf\xcd\xd9\x5c\x5c\xf6\xd5\x2f\xb8\x65\xda\xf4\x3f\xa6\x85\xaa\x85\x01\xbd\xe4\x3e\x40\x82\x68\xb2\x0b\xeb\x36\x6c\xdb\x95\x53\x48\x40\xdc\xdb\x48\xc0\x58\xf5\x8e\x5f\x9f\xe8\x17\xdf\xc0\x19\x87\x3c\x5f\xd8\x9d\x8d\xa9\x32\xb0\x89\xbe\xf9\xf2\xeb\xa5\x02\x01\x8e\x78\x60\xc0\x59\x5a\xff\x80\x0b\x1e\x7c\x3b\xc2\xfa\x28\xb2\x13\xd4\xc4\x48\x20\x7b\xfe\x6c\xf3\xcf\xa1\x3b\x1d\x55\xd5\x7e\x89\xd3\xf1\xdb\xe4\x08\xc2\xf3\xce\x74\x7b\xc4\x49\x6d\x71\x24\xc3\xdb\x50\x3a\x05\xaa\x0e\xff\x4a\x73\xa0\x6f\x00\xcd\x36\xe7\x64\x50\x04\xed\x38\x75\x6f\xe1\x7a\x49\x08\x88\xef\x85\xa3\x69\x5d\x15\xcd\x20\x2e\xff\xc1\x02\x3e\x0c\x26\x14\x6a\xfc\xbe\xa2\x9c\x81\x31\xc0\x94\xb9\x33\xb8\x5c\x8f\xaf\x35\x7d\x35\x30\x38\x64\x57\xa6\xc2\x14\x6e\x6c\xad\x0c\xf7\x23\xd1\x22\x1e\xce\x86\xce\x7a\xff\x99\xd4\x21\x6e\x67\x6b\xc4\x5b\xfa\x7d\x0b\x5d\x0c\x3f\x2e\x57\x9d\x0f\x7f\x30\x30\x68\xfc\x92\x2e\x1a\x1e\x17\x8d\x45\xfc\xe1\x23\x7d\x84\x6e\x92\xd7\x7c\x45\x3c\x07\x55\x1a\xe5\xf9\xfb\x3c\xb2\xbd\x0f\x76\xf6\xe0\x32\xfe\xd2\x8a\x4b\x41\x04\x27\x68\x56\x60\x91\xa5\x16\x0b\x2c\xb3\x0a\xf9\x4d\x68\xd8\x1a\x88\x38\x82\x1b\xf0\x8c\x52\x06\x37\x4f\x93\x66\x3f\x88\xd9\xf5\x42\xdf\x5d\xab\xf3\xef\x62\xf3\x38\x95\xcb\xf1\xfd\xdf\xc6\xdf\xa6\x32\x59\xcb\xe5\x6a\xf1\x3d\x99\x4c\x27\xf2\xeb\xab\xc4\x5b\xf7\x8b\xe5\xeb\x2a\xf9\xf6\xb8\x91\x8f\x8b\xd9\x64\xba\x92\xe3\xf9\x04\x2e\xce\x37\xab\xe4\xeb\xf3\x66\xb1\x5a\xcb\x4f\xe3\xb5\x48\xd6\x3f\xd1\x8d\x97\x64\xf3\xb8\x78\xde\xc0\xdf\xaf\x72\xfa\xc7\x72\x35\x5d\xaf\xe5\x62\x25\x93\xa7\xe5\x2c\x01\x99\x2f\xe3\xd5\x6a\x3c\xdf\x24\xd3\xf5\x1d\x09\x0f\xd7\x45\x7b\x5d\x2e\x1e\xe4\xd3\x74\x75\xff\x08\x3f\xc7\x5f\x93\x59\xb2\x79\x1d\xc9\x87\x64\x33\x47\x49\x0f\x20\x6a\x0c\xca\xae\x36\xc9\xfd\xf3\x6c\xbc\x92\xcb\xe7\xd5\x72\xb1\x9e\x8e\xe0\x0c\x31\x5f\xcc\x3f\x27\xf3\x87\x55\x32\xff\x36\x7d\x9a\xce\x41\x87\xd5\x54\x4e\x92\xf5\xfd\x6c\x9c\x3c\xc1\xd9\x9b\x05\x1d\x39\xfd\x63\x83\x37\x97\xd3\xd5\x53\xb2\xd9\xb0\x9d\xaf\x8b\xe7\x95\x9c\x2d\xee\xc7\x33\x31\x1b\xbf\xdc\xc9\xe7\xf9\x0c\x8f\x5b\x4d\xff\xfe\x9c\xac\xf8\x11\xb8\x3e\x92\xf3\xc5\xb5\x3b\x40\xa5\x8e\x37\xc0\x01\xb3\x99\xf8\x3a\x95\xb3\x64\xfc\x75\x36\x65\x8d\xc1\x17\x13\x90\x73\xbf\x19\xc9\x64\xde\xfe\x75\x0f\x6e\x06\x23\x67\xa3\x20\x63\x0d\xc7\xc1\x85\x04\xb4\x98\x8c\x9f\x20\x1c\x6b\x30\x21\x59\x83\x3d\xf0\x30\x49\x79\x19\xbf\x4a\xf4\x2e\xf8\x08\x4d\x79\x5e\x4f\xe3\x9f\x21\x80\x23\x39\xfd\x3e\x9d\xcb\xe4\x41\x8c\x27\xdf\x93\x35\xa8\x1e\xef\x2f\xd6\xeb\x84\xdd\x89\x97\xd6\xcf\xf7\x8f\x92\x0f\xb9\xfb\x77\x00\x00\x00\xff\xff\xaf\x26\x8b\xf2\xb7\x22\x00\x00") +var _confGitignoreScons = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x52\x56\x48\xcb\x2f\x52\x28\x28\xca\xcf\x4a\x4d\x2e\x29\x56\x28\xc9\x48\x2c\x51\x28\x2d\x4e\x55\x08\x76\xce\xcf\x2b\x06\xcb\x25\x95\x66\xe6\xa4\x64\xe6\xa5\x5b\x29\x64\x94\x94\x14\x58\xe9\xeb\x43\xa9\xf2\xf2\x72\xbd\xe2\x64\xa0\x2a\xbd\xfc\xa2\x74\x7d\x2e\x08\x3b\x33\x3d\x4f\x2f\x25\x29\x27\xb3\x24\x95\x0b\x10\x00\x00\xff\xff\x17\x75\xc9\x6e\x5a\x00\x00\x00") + +func confGitignoreSconsBytes() ([]byte, error) { + return bindataRead( + _confGitignoreScons, + "conf/gitignore/SCons", + ) +} + +func confGitignoreScons() (*asset, error) { + bytes, err := confGitignoreSconsBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/SCons", size: 90, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreSvn = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xd2\x2b\x2e\xcb\xd3\xe7\x02\x04\x00\x00\xff\xff\xe3\x97\xc2\xcc\x06\x00\x00\x00") + +func confGitignoreSvnBytes() ([]byte, error) { + return bindataRead( + _confGitignoreSvn, + "conf/gitignore/SVN", + ) +} + +func confGitignoreSvn() (*asset, error) { + bytes, err := confGitignoreSvnBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/SVN", size: 6, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreSass = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xd2\x2b\x4e\x2c\x2e\xd6\x4d\x4e\x4c\xce\x48\xd5\xe7\xd2\xd2\x4b\x2e\x2e\xd6\xcb\x4d\x2c\xe0\x02\x04\x00\x00\xff\xff\x30\x6e\x9e\x4b\x17\x00\x00\x00") + +func confGitignoreSassBytes() ([]byte, error) { + return bindataRead( + _confGitignoreSass, + "conf/gitignore/Sass", + ) +} + +func confGitignoreSass() (*asset, error) { + bytes, err := confGitignoreSassBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/Sass", size: 23, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreScala = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x4c\xcd\x31\x0e\xc2\x30\x0c\x46\xe1\xfd\x3f\x45\x25\xb6\x4a\x24\x97\x80\x81\x99\x03\x54\xae\x63\xd2\x40\x48\xa2\xd8\x08\x71\x7b\xda\x01\x95\xf1\x7b\xcb\x1b\x1d\x67\x52\xc5\xe8\x72\x8d\xc0\x61\xd0\xd9\x06\x6d\xc2\xe9\x96\x18\x8e\x89\x17\x81\x5b\x92\x5a\xed\x1f\xb8\x9c\x66\x8f\xb0\xca\x8f\x30\xea\x51\xcc\x63\x6d\xd3\x93\x0a\x45\x09\x1e\xda\x79\x47\xeb\xf5\x2e\x6c\x7e\xae\xd5\x76\xb5\xfc\x8a\xa9\xa8\xff\x79\xbb\x5e\x99\x32\x1d\x2f\xa7\xf3\xdf\x5b\xb7\x36\x05\x69\x52\x82\x14\x4e\xa2\x70\xef\xda\x1f\xba\x88\x18\xbe\x01\x00\x00\xff\xff\x0b\x5e\x3f\x7f\xb9\x00\x00\x00") + +func confGitignoreScalaBytes() ([]byte, error) { + return bindataRead( + _confGitignoreScala, + "conf/gitignore/Scala", + ) +} + +func confGitignoreScala() (*asset, error) { + bytes, err := confGitignoreScalaBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/Scala", size: 185, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreScrivener = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x54\xcb\xb1\x0e\xc2\x30\x0c\x04\xd0\x3d\x1f\x13\xff\x04\x62\x62\x41\x7c\x41\xea\x5a\xd4\x72\xa8\xab\x9e\x8d\xf8\x7c\xc2\x90\x81\xe5\x86\x77\x77\x74\xd5\x2e\xa0\x45\xf7\x55\xce\xda\x32\x1c\xed\x2d\xe5\x9f\x97\xc6\x96\xc7\x44\x48\x3b\x79\xab\xbf\xea\x23\x98\x9a\x18\xc3\xee\x6c\x13\x2e\xce\xa0\x75\x44\xe5\x4d\xd8\x90\xaf\x42\xf7\x54\xb6\x9b\xbb\x51\xa1\x87\x44\xe8\xfe\x1c\x4f\xad\x47\x57\x44\xf9\x06\x00\x00\xff\xff\x3a\x06\x4f\xe1\x8c\x00\x00\x00") + +func confGitignoreScrivenerBytes() ([]byte, error) { + return bindataRead( + _confGitignoreScrivener, + "conf/gitignore/Scrivener", + ) +} + +func confGitignoreScrivener() (*asset, error) { + bytes, err := confGitignoreScrivenerBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/Scrivener", size: 140, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreSdcc = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x52\x56\x08\x76\x71\x76\x56\x28\x2e\x29\x4d\x4b\xe3\xd2\xd2\xcb\xc9\xcb\x06\x91\xc5\x25\x40\x32\x37\xb1\x00\x44\xa6\xe6\x02\xc9\xa2\xd4\x1c\x10\x09\x16\x2f\xae\xcc\xe5\x02\x04\x00\x00\xff\xff\x8f\x5b\x05\xc4\x37\x00\x00\x00") + +func confGitignoreSdccBytes() ([]byte, error) { + return bindataRead( + _confGitignoreSdcc, + "conf/gitignore/Sdcc", + ) +} + +func confGitignoreSdcc() (*asset, error) { + bytes, err := confGitignoreSdccBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/Sdcc", size: 55, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreSeamgen = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x7c\x52\x41\x6f\xdb\x3c\x0c\x3d\xd7\xbf\x82\x40\x2f\xfd\x80\x2a\xc2\x57\xb4\x69\xd0\x53\x81\x61\xc0\x76\xda\xa1\xc3\xee\x8c\xcd\xd8\x5a\x64\x49\x13\xa9\xa4\xfb\xf7\xa3\xec\xb8\xc8\xd0\x74\xbe\x24\x14\xc9\x47\xbe\xc7\x67\xb7\x31\x0a\x4b\xc6\x64\x3b\x14\x6c\xce\x62\x19\x53\x63\x5b\x8f\xcc\xc4\xb6\xb1\x9d\x63\xd1\x1f\x7a\x4d\x3e\x76\xd4\x19\xcc\xed\xe0\x0e\x53\x4a\x88\xc5\x6c\x8b\xf3\xdd\x12\xc4\x22\xa9\xc8\x12\x65\x4a\x31\x4f\x11\xe6\x9e\xf4\x8f\xd0\x98\x4c\x4d\x85\xde\xb4\x85\x25\x8e\x5c\x9c\xd0\xea\x75\xf4\x4d\x73\x0d\x5b\x64\xea\x20\x06\x18\x44\xd2\x93\xb5\x2c\xd8\xee\xe3\x81\xf2\xce\xc7\xe3\xaa\x8d\xa3\x45\xbb\xd9\xac\x1f\x36\x0f\x1b\x7b\x7f\x77\x77\xff\xb8\x86\xaf\x80\x23\x64\x1a\xe3\xc1\x85\x1e\x5c\xf0\x2e\x10\x68\xe5\x48\x41\x58\x31\xdf\x88\x00\x5c\x5d\xc1\x5f\x1f\x7a\x0f\x53\x16\x76\xce\x13\x6b\xed\x44\x15\x2e\x7f\x6d\x0c\x82\x2e\x30\xf4\x14\x28\xa3\xe8\xa2\x47\xcc\x73\x2b\xec\x62\x86\x8e\x54\xa0\xdf\x75\xae\x22\xbd\x57\x6b\x99\x5e\x9b\x2a\x96\xd6\x2d\x50\x4e\x19\x77\x25\x57\x02\x33\x08\xdc\x28\xde\x09\xe2\x3f\x45\x3b\xd3\xf9\xdd\x5e\x35\x57\x09\x27\xe7\x67\xa4\x1b\x54\xe4\x59\xf0\x69\xaf\x17\xc2\xf1\x0d\xe4\x74\x9f\x8b\x20\x99\xb8\x78\xe1\xa5\xf4\x74\xbc\x0f\x4a\x6b\xee\x7c\x7f\x9d\x74\x0b\xb4\xea\x57\xb7\xf0\xa5\x74\x1c\x43\x85\x99\xaf\x7e\x51\xce\x11\x0f\x14\x60\x5e\x47\x9b\x7d\x47\xb9\xb9\xfe\x87\x3d\xae\xce\x64\x1f\xb4\x33\x97\x10\xaa\x60\x33\x7d\xf5\x0d\x43\x09\x0a\x02\x9f\x5b\xef\x12\x53\xb5\xd3\xf7\x01\xc3\x9e\x41\x22\x3c\xff\x88\xe1\x13\x60\xe8\xe0\x79\x9f\x71\x27\x38\x2d\x0c\x32\x90\xcb\x30\x90\x4f\xbb\xe2\x35\xcd\x47\xca\x5c\xfd\x87\xca\xd0\x4f\xc3\x7e\x15\x1d\xe0\x2a\x9d\xfa\xfe\x52\x0d\xf9\xed\xcc\x90\x4f\xfa\xfe\xa1\x59\x97\x5e\xb6\xf7\xff\x3f\xae\xd7\x9b\x47\x2d\xb6\xc7\x01\xc5\x38\x36\x3a\x5b\x25\x9e\x9d\x5a\x8d\xc2\xb1\xe4\x96\x4c\xb5\x46\x8e\xde\xb8\x3e\xc4\x4c\x26\xa1\x08\xe5\x60\x74\x5b\xc3\x7a\x48\x93\x72\xfc\x49\xad\x5e\xe9\x4f\x00\x00\x00\xff\xff\x86\xfc\xd0\xee\xc1\x03\x00\x00") + +func confGitignoreSeamgenBytes() ([]byte, error) { + return bindataRead( + _confGitignoreSeamgen, + "conf/gitignore/SeamGen", + ) +} + +func confGitignoreSeamgen() (*asset, error) { + bytes, err := confGitignoreSeamgenBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/SeamGen", size: 961, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreSketchup = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xd2\xd2\x2b\xce\x4e\xe2\x02\x04\x00\x00\xff\xff\x1e\xdd\x12\xe3\x06\x00\x00\x00") + +func confGitignoreSketchupBytes() ([]byte, error) { + return bindataRead( + _confGitignoreSketchup, + "conf/gitignore/SketchUp", + ) +} + +func confGitignoreSketchup() (*asset, error) { + bytes, err := confGitignoreSketchupBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/SketchUp", size: 6, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreSlickedit = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x6c\x8e\xc1\x8d\xeb\x30\x0c\x44\xef\xaa\x62\x80\xdc\x3e\xf0\xd3\xc5\x56\xb0\x15\x30\x12\x6d\x33\x11\x44\x41\xa4\x63\xa8\xfb\x95\x9c\x2c\x72\xd9\x0b\xc1\xc3\xcc\x9b\x77\xc1\x77\x96\xf8\xf8\x4a\xe2\x38\xb4\x3d\xac\x52\x64\x50\x49\xa8\x4d\xef\x1c\x1d\x8b\x64\x36\x50\x63\xc8\x5a\xb4\x71\xc2\xad\x23\xf1\x42\x7b\x76\xdc\x38\xd2\x6e\x1c\x2e\xf0\x5e\x25\x52\xce\x1d\xbe\x71\x3f\xf3\x51\x8b\x49\xe2\x59\x71\x1d\xd1\xd1\x7a\x72\xd6\xca\xed\xbf\x55\x8e\xb2\x48\x3c\x97\x8a\x3a\x2a\x35\x87\x2e\xa0\x81\x7a\x2f\x5f\xc3\xbf\xeb\xb3\x1e\xe7\xbd\x87\xf0\xb7\xe9\x26\xe6\xda\xfa\xc9\x71\x5a\x7f\x6d\xf3\x41\xdd\xa6\x80\x93\x14\x0c\xc3\xcf\xe4\x00\x25\x72\x82\xe9\xcb\xd4\x36\xdd\xf3\x4b\x62\x28\x4e\xda\xf0\x1d\x25\x42\xe3\xaa\x26\x13\xff\x56\x99\x63\xfb\xe7\x9d\x9f\xaf\xe1\x27\x00\x00\xff\xff\xd5\xa5\xf4\x61\x43\x01\x00\x00") + +func confGitignoreSlickeditBytes() ([]byte, error) { + return bindataRead( + _confGitignoreSlickedit, + "conf/gitignore/SlickEdit", + ) +} + +func confGitignoreSlickedit() (*asset, error) { + bytes, err := confGitignoreSlickeditBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/SlickEdit", size: 323, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreStella = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x4c\x8e\xc1\x6a\x85\x30\x10\x45\xf7\xf9\x8a\x0b\x6e\xda\x82\x36\x08\x55\xb7\x62\xb7\x5d\xf9\x05\x13\x33\x7d\xe4\x11\x4d\xc8\x24\xff\xff\xa2\xb8\x78\x9b\x99\xcb\x9d\xe1\x70\x1a\xcc\x99\x92\x43\x3f\x68\x8d\x8f\x35\xb3\xf7\xf4\x09\x29\x31\x86\x94\xf1\x1f\x12\xf6\xe2\xb3\x8b\x9e\x41\x22\xbc\x1b\xcf\x49\x54\x83\x16\xbf\xf3\xfa\x77\x85\x65\x19\x7e\x54\x4d\xf3\x7d\xb7\x30\xee\xa8\x4c\x16\xd0\x61\x11\xcc\x93\xb7\x0c\xeb\x52\x5d\xe1\xac\x55\xad\xbe\x15\x75\xa1\x64\xf5\xd5\xd5\xe7\x3a\xa9\x1f\x2e\x86\xb5\x70\x07\x24\xf2\xe6\xc8\xdf\x6e\xe3\xa4\x75\x6b\x48\xde\xc9\xa7\xd9\x23\x04\x8b\x9d\x49\x4a\xe2\x13\x31\x4e\xea\x15\x00\x00\xff\xff\xe2\x54\x99\xdf\xcf\x00\x00\x00") + +func confGitignoreStellaBytes() ([]byte, error) { + return bindataRead( + _confGitignoreStella, + "conf/gitignore/Stella", + ) +} + +func confGitignoreStella() (*asset, error) { + bytes, err := confGitignoreStellaBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/Stella", size: 207, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreSublimetext = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x44\x90\x5d\x8e\xab\x30\x0c\x85\xdf\x59\x85\x25\xde\xae\x2e\xac\x65\xa4\xe9\x06\x42\xea\x80\xdb\x60\x47\xb6\xa3\x4e\x77\x3f\x09\xb4\x9d\xd7\xe3\xf3\xf3\xc9\x23\xc4\x10\x37\x84\x44\x19\x0d\x92\x28\x58\x5d\x32\xed\x08\x8e\x3f\x3e\xfc\x9b\x7d\xcf\x81\xd7\x1a\x56\x9c\x0f\xe7\x21\x7d\x29\x26\x54\xe4\x88\xf6\x51\xcd\x2f\x1b\xee\x6f\xd7\x30\xc2\x43\xf4\x6e\x25\xc4\x77\x79\x50\x84\x6a\xa8\x93\x15\x8c\x94\x28\xf6\xd0\x39\x36\x7d\xbc\x3d\x58\x54\x6e\x18\xfd\x15\xb3\x4d\x6a\xbe\xc2\x82\xd0\x7a\xe3\x1d\xaf\x40\xec\x02\xde\xa0\x15\x8b\x18\xb9\xe8\xf3\x3f\x54\x6e\xe6\x36\x02\x46\x2b\xf7\xf6\xc0\x7e\x76\x15\x51\x27\x61\x90\x04\x51\xd8\x95\x96\xda\x22\x06\x0f\xca\xb9\xdf\x97\xb0\xe4\x27\xb0\x78\xdf\xa8\x46\xbc\xc2\xf7\x89\x75\xe9\x2f\x18\xe1\x0f\xf3\x45\xd6\x21\x2d\x79\xe9\x7d\x89\xd6\xaa\xe1\x18\xe8\xbc\x43\xd7\xa7\x53\x9f\x6f\x26\x3c\xfc\x06\x00\x00\xff\xff\x2f\x07\x7f\x5d\x62\x01\x00\x00") + +func confGitignoreSublimetextBytes() ([]byte, error) { + return bindataRead( + _confGitignoreSublimetext, + "conf/gitignore/SublimeText", + ) +} + +func confGitignoreSublimetext() (*asset, error) { + bytes, err := confGitignoreSublimetextBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/SublimeText", size: 354, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreSugarcrm = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x6c\x52\xcb\x8e\xdb\x30\x0c\xbc\xe7\x2b\x08\xe4\x50\x20\x07\xfb\x23\x16\x2d\x50\xa0\xbd\xf4\x81\x1e\x17\x8a\x44\x5b\x44\x64\x51\xa0\xa4\xa4\xfb\xf7\xa5\xa4\x6c\xbc\x5b\xec\xc5\xb0\x86\x43\x0e\x67\xa4\xe3\x11\x7e\xd6\xd5\xc8\xd3\x8f\xef\x87\x23\x7c\x5d\x23\x0b\x82\xad\xb9\xf0\x06\x93\x2f\xc6\x5a\xcc\x19\x72\xa9\xcb\x32\x1d\xe6\x07\xb2\x73\x8b\x57\xbe\xb1\xfa\x75\x24\x68\x0b\xcb\x0b\x58\xde\x52\xc0\x82\xe1\x65\x52\xe2\x2f\x4f\x19\x6e\x14\x02\x9c\x05\xcd\x65\x74\x54\x11\x8c\x05\xce\xe8\xcd\x95\xb8\xca\x04\x7f\x3c\x59\x0f\x37\x93\x81\x97\x82\x11\x02\x1a\x47\x71\x85\xc2\x3a\xa3\xf5\x6c\x94\x6b\x46\xad\xf6\x93\x60\xe2\x4c\x5d\x4e\x5b\xce\xc6\x5e\x6a\x6a\x60\x30\x16\x37\x1d\xdd\x94\xbf\xb0\x80\xc3\x2b\x06\x4e\x0d\xfa\x78\x57\x13\x75\x0b\xc8\x66\xd1\x75\x81\xba\x29\x07\x26\xba\xa1\x2a\xb8\x34\x97\x54\x40\x4d\xdc\xab\x1a\x44\x9f\x32\xef\x29\x64\xde\x10\x16\x0a\x98\x5b\xeb\x63\x3c\xe9\x79\x11\x8d\x72\x78\xee\xa9\x3e\xa4\xdb\x98\x0e\xcd\x1a\x50\x03\xe6\x07\xb0\xb1\xab\x01\xcf\x95\x82\x43\xd9\xe1\x1b\xcb\x45\x23\xf9\x9f\x97\xe7\xd3\xfc\xf9\x6f\xd9\x61\x93\x52\x20\x6b\x0a\x71\x1c\x85\x23\x3c\x0d\x71\xcb\x71\xa1\xb5\x4a\xaf\x41\xf6\x5c\x83\x9a\x0d\x99\x5b\x06\x6f\xec\x75\xda\x94\x7c\x7a\xfd\x7f\xe6\x2b\x8a\x90\xc3\x0e\xb6\x4b\x55\xd3\xea\x57\x53\xad\x69\x15\xe3\xf4\x68\x85\x52\xd1\x00\xf4\x66\x3f\x15\x88\x88\xae\x0f\x1b\xb4\xdf\x83\x75\xba\xf7\x7f\xe3\x35\xdf\x03\x6b\x37\x70\x8f\xff\xed\x12\xa7\x29\xf0\xfa\xfe\x9d\x45\xbc\xa9\x5a\x60\xf3\x2e\x61\x95\x18\xe0\xfc\xfa\xf3\x3c\x9e\xc3\x7c\xf8\x17\x00\x00\xff\xff\xf1\x91\x10\xc5\xde\x02\x00\x00") + +func confGitignoreSugarcrmBytes() ([]byte, error) { + return bindataRead( + _confGitignoreSugarcrm, + "conf/gitignore/SugarCRM", + ) +} + +func confGitignoreSugarcrm() (*asset, error) { + bytes, err := confGitignoreSugarcrmBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/SugarCRM", size: 734, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreSwift = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x5c\x52\x4d\x6f\xd4\x30\x10\xbd\xe7\x57\x0c\x8a\xc4\xa1\xaa\x13\x51\x6e\xbd\xc1\x56\x82\x5b\x91\x90\x80\xab\x63\x4f\x92\x59\x12\x4f\x64\x8f\x77\xb7\xff\x9e\xb1\x43\x77\x0b\x97\xdd\x78\xbe\xde\x9b\xf7\xa6\x85\x5f\x8e\x3d\x36\x6d\xd3\xc2\x44\x42\x53\xe0\x88\xe0\x38\x48\xa4\x21\x0b\xc7\xf4\x08\x11\x57\x5c\x07\x8c\x20\x0c\x79\xf3\x56\x10\xbe\x2c\x3c\xd8\xa5\xaf\xbd\xdd\xb5\xef\x1e\x9e\x87\x23\x3a\xa1\x13\x9a\xc3\x2d\x0c\xef\xe1\xfb\x99\x46\xb9\x45\x9a\xa6\x6d\xe1\x73\xa6\xc5\xc3\x84\x01\xa3\x8e\xf4\xcd\x50\xde\x7d\xf3\x84\x51\xfb\xfd\x93\x15\x5b\xcb\x7e\xd8\x48\x9c\x13\x24\x14\xa1\x30\xa5\xe6\xae\xdb\x86\x4b\x4e\x18\x9b\x77\x1e\x47\x9b\x17\xb9\x06\xee\xba\x55\x09\x7d\x38\x7d\xbc\xa5\x5e\x03\x7b\xea\xe1\xff\xd4\x43\x4d\x6d\x18\xd3\xb6\x13\x7f\x5b\xf0\x6f\xf8\xe2\x0a\x86\x7f\xe5\xf5\x2c\x73\x45\xbc\x38\x37\xa3\xfb\xcd\x59\x2a\x86\x52\x37\x36\x91\x4a\x5a\x52\xa5\x23\x89\xae\x57\x5f\xc9\xad\xc3\x92\x71\x8b\x14\x64\x9f\x31\x1c\xcd\xa1\xaf\xe2\x40\x41\xa2\x91\x9c\x56\xce\xab\xdd\xf4\x8f\xb6\x82\x04\x07\x76\x6c\xbf\xb1\x4f\xd5\xa4\x9f\xa8\x7e\x38\x5e\x57\x0c\x1e\xec\x64\x29\x24\x01\xeb\xbd\x4a\x03\xca\x08\x4a\x21\x78\xd2\x1a\x35\xef\xa5\x58\xf6\xc2\x39\xc2\x4d\xfb\x0e\xbe\xf2\x19\x4f\xca\xbd\x2d\x29\x48\x33\x67\xf5\xe1\x98\xfd\x84\x30\x72\xac\xf5\x09\x97\xf1\xbe\xce\xdb\x22\x27\xb0\x8a\xa5\x37\xa1\x1f\xea\xa6\x22\x0b\x71\x40\x85\x97\x47\x1d\x32\x8b\x6c\x8f\x7d\x3f\x65\x5d\x3a\x75\xae\xb0\xdd\x94\x44\xc7\x71\xea\x73\x52\x5e\xfb\xaf\xb9\x65\x66\x59\x97\x76\xc7\x35\x64\x76\x5a\x46\xc1\x4c\xc9\x9a\x2b\x79\x43\xc1\x24\x25\xe3\xd0\xd4\x83\xe4\xa5\x2a\x50\x36\xec\xab\x30\x36\xca\x6c\xa7\xfd\x78\x3f\x79\xaf\x7c\x29\xc1\x42\x01\x81\xc6\xba\xdb\xd9\x06\x29\x12\xd8\x13\x93\x6e\x50\x7c\x2a\x3a\x51\x80\x7d\x2e\x94\xfb\x85\x31\xf2\x7a\x1d\x06\x1e\x37\x95\x16\x83\x23\xdd\xe6\x0d\x4a\x7f\xf8\x6b\x73\x6a\x9a\x6b\xac\xde\x70\xf3\x27\x00\x00\xff\xff\x4e\x4b\xee\xb1\x45\x03\x00\x00") + +func confGitignoreSwiftBytes() ([]byte, error) { + return bindataRead( + _confGitignoreSwift, + "conf/gitignore/Swift", + ) +} + +func confGitignoreSwift() (*asset, error) { + bytes, err := confGitignoreSwiftBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/Swift", size: 837, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreSymfony = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x74\x90\xc1\x4e\xc3\x30\x0c\x86\xef\x7d\x8a\x20\x2e\xc0\xa1\x91\xe0\x09\xc6\x2e\x5c\x90\x2a\x10\x67\xe4\x2e\x5e\x17\x91\xc6\x21\x4e\x06\x7d\x7b\x9c\x66\x6b\x77\x60\xa7\xe6\xf7\x6f\xff\xfe\xdc\x5b\xb5\x85\xdd\x01\x15\x78\xa3\x1c\x0d\xac\xee\xde\xa7\x71\x4f\x7e\x7a\xbc\x6f\x34\x84\xa0\x77\xc5\xd6\x0f\x55\x94\x0e\x79\xdf\xac\x46\x3b\xd8\xf4\x85\x18\x6a\x6d\xf6\x97\x52\x73\x35\xfc\x49\xc2\x8f\x10\xd7\xf0\x22\xce\xe1\xab\xb1\x86\x2f\xfe\x65\x78\x07\x11\x46\x4c\x18\xf9\x84\x4a\x7e\x6f\x07\x1d\x96\x72\x3b\x8d\xee\x9a\x65\xbd\x2d\x19\xaf\xe0\x61\x40\xa3\xfa\x49\x6d\x69\x0c\xc4\x18\xeb\x44\x4f\x94\x38\x45\x08\x6d\x38\x84\x76\xe6\xa9\x98\xff\x1a\xbd\xf5\x05\xbd\x7c\x64\x15\x93\xc3\x2a\xb8\xde\xfb\x19\xf1\x3b\xdb\x88\x23\xfa\x24\xb0\x47\xf4\x86\xa2\x2e\xfb\x37\xcc\x98\x78\xfe\x43\x59\x76\xab\x1c\x1c\x81\x91\x9e\x1f\xec\x75\x9f\xbd\x71\xc8\xba\xaa\x93\x35\x8f\x75\x2f\xdd\x87\xb7\xa9\xa2\x0a\x47\x16\xd1\xfe\x96\x6b\x2f\x85\x34\x3e\x67\xeb\x8c\x32\x90\x40\x20\xcb\x7b\x1e\x3f\x9f\x2a\x39\x9b\xb7\x46\x90\xab\x94\x8b\x20\x36\x7f\x01\x00\x00\xff\xff\xa7\x53\xbf\x78\x13\x02\x00\x00") + +func confGitignoreSymfonyBytes() ([]byte, error) { + return bindataRead( + _confGitignoreSymfony, + "conf/gitignore/Symfony", + ) +} + +func confGitignoreSymfony() (*asset, error) { + bytes, err := confGitignoreSymfonyBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/Symfony", size: 531, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreSymphonycms = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x4c\xcb\x4d\x0a\x84\x30\x0c\x40\xe1\x7d\xee\x32\x93\x33\x85\x5a\x6d\x31\x7f\x98\x88\xf6\xf6\x76\x25\x2e\x3f\x78\x4f\x48\xfb\x5a\x23\xb1\x50\x69\x15\xe1\x35\xdb\x16\x1f\xa6\x38\x42\x0c\xf1\x66\x3a\x10\x2e\x3b\xf6\x70\x2a\x15\x4f\x67\xa3\x65\xa6\x5d\x23\x89\xf9\x37\xc7\x7f\xde\x09\x4f\x00\x00\x00\xff\xff\x34\x42\xaf\xc7\x5a\x00\x00\x00") + +func confGitignoreSymphonycmsBytes() ([]byte, error) { + return bindataRead( + _confGitignoreSymphonycms, + "conf/gitignore/SymphonyCMS", + ) +} + +func confGitignoreSymphonycms() (*asset, error) { + bytes, err := confGitignoreSymphonycmsBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/SymphonyCMS", size: 90, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreSynopsysvcs = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x6c\x52\xcd\x6e\xdb\x3c\x10\xbc\xeb\x29\x16\xc8\x25\x3f\x9f\xe5\xfb\x07\x37\x40\x61\x17\x6d\x80\xf4\xd2\x9f\xe4\x18\xd0\xd4\x52\x22\x42\x91\x06\x97\x92\xeb\xb7\xef\x2c\xe5\x3a\x45\xdb\x0b\x4d\x5a\x3b\xb3\x33\xb3\x7b\x45\xcf\x66\x66\x97\xf2\x48\x7a\x98\x22\xcd\x6d\x3b\xdb\x4e\xcf\x83\x9e\xbc\x3c\x9c\x74\xfb\xa6\xb9\xa2\x1d\x3b\x33\x85\x42\xd1\x8c\x4c\xc9\x51\x19\x98\xc4\x8f\x53\x30\xc5\xa7\x48\xfc\x83\xed\x54\xcc\x3e\x70\x4b\xf4\x9e\x3a\xef\x1c\x67\x8e\xe7\x7a\x6b\x22\xed\x99\x40\x23\x07\xb6\xde\x79\xee\xe8\xe8\xcb\x00\x16\x2f\x24\xb8\xda\x81\xae\x95\xd2\x88\x24\xeb\x4d\x41\x41\x67\x7c\xe7\x33\x7e\x40\x6b\x84\x17\x26\x94\x83\xc5\x04\x49\x54\xcc\x2b\x47\x72\x39\x8d\x34\xa0\xd7\xcd\xff\x44\xab\x44\x9b\x83\x29\xc3\xfd\x7a\xe3\x7c\x60\x45\xdc\x37\x50\x39\xab\x83\x8f\x1c\x39\x57\x66\x18\xa6\x27\xce\x3e\xa4\x9e\x4c\xec\xe8\xe9\xd3\xee\x91\x4a\x3a\x90\x4d\xd1\xf9\x5e\x2a\xa4\x5d\xfa\xaf\xcf\x8f\x7d\x5b\x1f\xe0\x79\x88\x2e\x1b\x29\x79\xb2\x65\xca\x90\xc5\x96\x45\x4c\x3e\x81\x01\x04\xab\x73\x28\x4c\x5f\x4f\x52\x78\xdc\xd2\x98\x3a\x0e\xb2\xf8\x05\xfc\xdc\x78\x5d\x9b\x2e\xdf\x34\xb2\x08\x53\x85\x73\x54\x24\x3a\xb1\x2d\x09\x94\xa3\x39\x69\x70\xff\x48\x4d\xb3\xac\xb9\xa9\xed\xcf\x40\xbc\xdb\x5c\x60\x2f\x35\x83\xc6\x4a\xb6\x55\xf1\x23\x7c\x6a\x1e\xb4\xaa\x63\x73\x29\x84\x74\xf4\xb1\xff\x95\xbc\xd1\xb7\xa8\xfe\xa5\xd1\x69\x29\x53\x44\x19\x4c\x41\xd3\x10\x20\x03\x4c\x93\x40\x03\xea\x8e\xd9\x43\x27\x70\x34\xaa\xf9\x9e\x65\x19\xc4\xdb\x46\xa8\xac\x40\xbf\x8d\xe1\xb6\x85\x6b\x55\xb3\x4d\x33\xe6\xd0\x33\x65\x16\x6c\x94\xd0\x75\x7f\x99\x4c\xb5\x37\xe5\xfe\xa6\xce\xe5\x32\xfa\x90\x6c\x25\x45\x50\xdf\x86\xba\x47\x7f\x79\xd0\x15\xab\x6b\x81\xb8\x54\x25\xfa\x83\x87\x56\xba\x42\x1b\x7b\x6e\xf9\x72\x89\xe8\xbe\x9d\xb1\xd7\x75\xb4\xb8\xac\x1b\xd4\x7e\xe1\x43\xca\xa5\x06\xb6\x7b\xfa\x50\x05\x7c\xdf\x3e\x3e\x40\x66\x58\xb6\x06\x56\xa4\x6d\xf0\xad\xde\x80\xb1\xc1\xb7\xaf\x7c\x52\xc4\xf3\x80\x5d\xd4\xd4\x3a\x16\xdf\x47\xdd\x53\xc0\xf6\xe9\x6d\xe1\x76\xb5\xf5\xf6\xbf\x3f\x46\x50\x53\x46\xb5\xcd\xac\xa5\xa0\xaa\x19\x74\x6c\x83\xc9\xd5\xb4\x54\xf8\x76\xbd\xbd\xbb\x23\x37\x45\x5b\xff\x6b\x9b\xd9\xbe\x0c\x5d\x96\x76\x68\x7e\x06\x00\x00\xff\xff\x44\xbc\x0b\x5f\xcb\x03\x00\x00") + +func confGitignoreSynopsysvcsBytes() ([]byte, error) { + return bindataRead( + _confGitignoreSynopsysvcs, + "conf/gitignore/SynopsysVCS", + ) +} + +func confGitignoreSynopsysvcs() (*asset, error) { + bytes, err := confGitignoreSynopsysvcsBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/SynopsysVCS", size: 971, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreTags = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x52\x56\xf0\x4c\xcf\xcb\x2f\x4a\x55\x28\x49\x4c\x2f\x56\x48\x2e\x4a\x4d\x2c\x49\x4d\x51\x48\xaa\x54\x48\x05\x09\xe8\x28\x24\x43\xa8\x74\xb0\xb4\x86\xbb\x5f\xa8\x42\x7a\x4e\x7e\x52\x62\x8e\xa6\x42\x62\x5e\x8a\x42\x72\x71\x72\x7e\x41\x2a\x57\x88\xa3\x7b\x30\x97\x22\x88\xd4\xe7\x02\x29\xe4\x52\x04\x91\xfa\x5c\x60\x5d\x7a\x69\x99\x39\xa9\xc5\x5c\xee\x60\x45\xee\x41\x10\x2a\xc0\x31\xc4\x83\x0b\xa2\x1b\x2a\x0f\xe5\xe4\x97\x96\xc0\x98\x99\x79\xc8\xbc\x82\x7c\x30\x8f\x0b\x10\x00\x00\xff\xff\xe7\x03\xe1\xfd\xb1\x00\x00\x00") + +func confGitignoreTagsBytes() ([]byte, error) { + return bindataRead( + _confGitignoreTags, + "conf/gitignore/Tags", + ) +} + +func confGitignoreTags() (*asset, error) { + bytes, err := confGitignoreTagsBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/Tags", size: 177, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreTex = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x74\x54\x5b\x6b\xdd\x3e\x0c\x7f\xcf\xa7\x30\x14\xfe\xb4\x81\xa4\xff\x3d\xec\x61\x7b\xdb\x9d\xbd\x8d\x32\x18\xac\x8c\xe2\xd8\x4a\x62\xe2\x4b\xb0\x9d\xd3\x64\x9f\x7e\x92\x9c\xb3\x9e\x73\xda\xbd\xc8\xba\xd9\x92\x7e\x92\x7c\x75\x25\x3e\x84\x08\xc2\xca\x0c\xeb\xed\xac\x7b\x66\x84\x5c\x56\x63\x8d\x8c\x9b\xe8\x8d\x85\xf4\xb6\xaa\x5b\x54\x21\xb5\xa1\x67\x3a\x30\xcd\x48\x7b\x9b\x90\x86\x85\xf8\x1c\x54\x55\xe1\x93\x5f\x7d\x86\xe8\x40\x1b\x7c\x4c\xe8\xa0\x16\x07\x3e\xf3\x2b\xfa\x60\xaa\xba\x51\xc1\x1f\x20\x66\xd0\x4d\x0e\x6d\x5d\x5d\x89\x3c\x42\x02\x11\x17\x8c\x25\x9c\x19\xc6\x2c\x60\x55\x76\xd1\x20\x8c\x93\x03\x94\x2c\x44\x1f\x22\x72\xc3\x12\x91\x87\xac\x5a\xbc\x58\xb7\x73\xe2\x03\xf6\x13\x4b\xe0\x14\xde\x9b\xce\x9a\x30\x44\x39\x8f\xdb\x65\x39\xe2\xba\x33\x1d\xd5\x8b\x47\x29\x1c\x19\x88\x37\x94\x60\xd7\x59\xa2\x8a\xca\xec\x2c\x96\xd9\x74\x76\x2d\xc5\x33\x87\x9e\x64\x89\x64\x8f\x8b\x6f\x57\x67\x4b\xbc\xc5\x58\x2d\x72\x08\xf6\x25\xf0\x7a\xdd\x3d\x70\x24\x37\xa1\x94\x36\xaf\x90\x7f\xe2\xda\xe1\xf7\x99\x70\xdd\x2d\x69\xbb\xa9\xb8\x1a\xd2\x72\x84\x77\x7f\x9f\x95\x5e\x0b\x73\x0a\xf1\x0e\x4f\x0c\x4e\x04\x84\x32\x8a\x59\xaa\x09\x71\xc3\xd8\x78\x55\x48\x3b\x84\x68\xf2\xe8\xa8\x53\xd2\x96\xde\x49\xb6\xa8\x11\x5c\x0a\x95\x54\xa9\xa9\xb9\x36\x52\xba\x84\xbe\xd4\x4e\xa4\x28\x77\x20\x1d\x44\x94\xbd\x3c\x50\x9a\x9e\x6c\x87\x48\xbe\xd7\x70\x63\x41\x3b\xa9\x6e\x0b\x37\x4b\xf2\x03\xaf\x91\xde\xbf\x6a\xde\xfc\x3a\x9e\xf7\xff\x5f\x0a\x67\x9a\xbb\x33\xd3\xdd\x73\x47\x52\x01\x06\x48\xa0\x8e\xef\x9e\x8a\x97\xe6\xe3\xe3\xcf\x74\x2f\x3a\xfe\xd3\x7b\xbf\x82\x18\x0c\x36\xa4\x24\xa3\x01\x86\x50\x79\xa6\x54\xeb\xc0\x70\xa2\x99\x69\x62\x5f\xbf\xcc\xb8\x1b\xdc\xe1\xe6\x49\x68\x6a\x32\x8e\xdb\x0c\x31\x42\xbf\x0f\x11\x6a\x26\x6f\x72\x2c\x4b\xa1\x42\xd4\xd2\x2b\x68\xcb\x74\x64\x33\xe1\x5c\x34\x74\x7c\x34\x2a\x9b\xe0\xb1\xfb\x74\xc5\x9a\x94\x8d\x1f\x12\x37\x92\xe6\x4f\x38\x39\x81\xd1\x74\x69\xa7\x9c\x96\xe1\x46\xa0\x33\xbb\x18\x0c\x84\x0b\x5a\xb7\x4e\x52\x78\x97\x55\xa1\xc7\xf2\x89\x7d\x02\xaf\xdc\xc0\x1d\xad\x1e\xca\x59\xd3\x3c\x6e\x03\x1b\xf0\xcb\x78\xc4\x89\x62\x34\xdc\x23\xab\x36\x9e\x6f\x5c\x51\x27\xf9\x5b\x70\x1c\xd4\x07\x5c\x7d\x45\x2b\xe5\x11\x22\x54\x24\x1c\xcb\x7d\xf6\x0b\xc7\xe7\x89\x38\x6f\xa7\x36\xe5\x34\xdf\xda\x5c\xd1\x97\x7f\xa6\x88\x4c\x1b\x42\x37\x35\x18\x17\x07\x98\x56\x99\xdc\xbf\x9b\xe9\xa7\xf8\x4f\x7c\xfb\xf2\x99\xbe\x9c\x39\x8f\x94\xa6\x7e\x5d\x7e\x31\x1b\xd4\x44\x4e\x39\xe8\xe0\x43\xa9\x21\x6b\x4e\x6e\x45\xc0\x28\xcc\xaa\x19\xe6\x1f\xc6\x7f\xd2\x14\xaf\x93\xbc\xb6\x38\xfe\x7f\x02\x00\x00\xff\xff\x31\xf7\xc1\xd6\x30\x05\x00\x00") + +func confGitignoreTexBytes() ([]byte, error) { + return bindataRead( + _confGitignoreTex, + "conf/gitignore/TeX", + ) +} + +func confGitignoreTex() (*asset, error) { + bytes, err := confGitignoreTexBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/TeX", size: 1328, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreTextmate = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xd2\xd2\x2b\xc9\x2d\x28\xca\xcf\xe2\x82\x31\x52\x93\x4b\xb8\x4a\x72\x4b\x12\xd3\x8b\xb9\x00\x01\x00\x00\xff\xff\x36\x23\xd5\x9c\x1c\x00\x00\x00") + +func confGitignoreTextmateBytes() ([]byte, error) { + return bindataRead( + _confGitignoreTextmate, + "conf/gitignore/TextMate", + ) +} + +func confGitignoreTextmate() (*asset, error) { + bytes, err := confGitignoreTextmateBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/TextMate", size: 28, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreTextpattern = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xd2\xcb\x28\x49\x4c\x4e\x4e\x2d\x2e\xe6\x4a\x2e\x2e\xd6\x2b\xc8\x28\xe0\x2a\x2a\x48\xd6\xe7\x2a\xce\x2c\x49\x2d\xd6\x07\x91\x5a\xfa\x89\x29\xb9\x99\x79\xa8\x42\x05\x45\x99\x65\x89\x25\xa9\x68\x82\xa5\x49\x39\x99\xc9\x58\x95\x43\x64\x8a\x53\x4b\x4a\x0b\xb0\xca\x94\x64\xa4\xe6\x02\x4d\x2b\x49\xad\x28\x29\x48\x2c\x29\x49\x2d\x02\x1a\xe0\xe1\x19\x1c\xe2\x1f\x14\xa9\x57\x52\x51\xc2\x15\xe4\xea\xe8\xe2\xeb\x0a\x66\x02\x02\x00\x00\xff\xff\x32\x3a\x10\xce\xb1\x00\x00\x00") + +func confGitignoreTextpatternBytes() ([]byte, error) { + return bindataRead( + _confGitignoreTextpattern, + "conf/gitignore/Textpattern", + ) +} + +func confGitignoreTextpattern() (*asset, error) { + bytes, err := confGitignoreTextpatternBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/Textpattern", size: 177, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreTortoisegit = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x52\x56\x08\x28\xca\xcf\x4a\x4d\x2e\xd1\xcd\x49\x2d\x4b\xcd\x51\x28\x4e\x2d\x29\xc9\xcc\x4b\x2f\xe6\xd2\xd7\x2b\x49\xcf\x2c\x49\xce\xcf\x4b\xcb\x4c\xe7\x02\x04\x00\x00\xff\xff\x87\x0b\xb6\x1b\x26\x00\x00\x00") + +func confGitignoreTortoisegitBytes() ([]byte, error) { + return bindataRead( + _confGitignoreTortoisegit, + "conf/gitignore/TortoiseGit", + ) +} + +func confGitignoreTortoisegit() (*asset, error) { + bytes, err := confGitignoreTortoisegitBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/TortoiseGit", size: 38, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreTurbogears2 = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x54\x8c\xb1\x8a\xc3\x30\x0c\x40\x77\x7d\x85\xe0\xb6\x40\x9c\x9f\xb8\xe5\xb6\x5b\x6e\x3a\x3a\x28\xb6\x62\x4c\x5d\xcb\x58\x4a\x48\xfe\xbe\x36\xa5\x43\x17\xf1\xf4\xf4\xd0\xe4\xea\xf5\xef\xe5\x06\xf0\x85\xdf\xbc\xd1\x9e\x0d\x03\x1f\x9c\xa5\x3e\xb8\x74\x26\xa3\x95\x94\xa1\xcb\xc1\x2e\xac\x1f\x69\x57\x18\x52\x63\x6f\xd2\x2e\x18\xeb\x32\x8d\xe0\x97\xfc\x9d\x22\x2b\x4c\x8e\x63\x7c\xcd\x39\x95\x4d\x20\x24\x35\x58\xf7\x94\xc3\xe8\x7e\x8a\x1a\xe5\xcc\x0d\xb3\x44\x85\x9a\xea\xdc\xc1\xd9\x69\xe3\xfa\x57\x92\xa1\xb1\x1a\x2e\xe8\xe5\xe0\xd6\x5f\x62\xe3\x2a\xcd\x14\xdc\xdb\x80\x33\x39\xe1\x19\x00\x00\xff\xff\x8c\xf3\xba\xc1\xca\x00\x00\x00") + +func confGitignoreTurbogears2Bytes() ([]byte, error) { + return bindataRead( + _confGitignoreTurbogears2, + "conf/gitignore/TurboGears2", + ) +} + +func confGitignoreTurbogears2() (*asset, error) { + bytes, err := confGitignoreTurbogears2Bytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/TurboGears2", size: 202, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreTypo3 = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x64\x91\x4d\x4f\x03\x21\x10\x86\xef\xfb\x2b\x26\xe9\xad\xd1\x25\xb1\x89\xf7\xa6\x9a\xd8\x93\x1e\xbc\x78\xda\x10\x66\x58\x88\x2c\x43\xf8\xa8\xee\xbf\x17\xb6\xd5\x6e\xe3\x09\x78\xde\x99\x77\x3e\xd8\x6c\xe0\xfd\xe3\xed\x75\x07\xa7\xc7\xfe\xa1\xdb\xc0\x71\xf4\x1c\x09\x12\xc5\x13\x45\xe9\xa0\x04\xc7\x12\x41\x7a\x04\x6d\x1d\x01\xda\x48\x2a\x73\xb4\x94\xfa\x4e\x34\x24\x71\xb2\x5e\x94\x9a\x31\x9c\x83\xc5\x9a\x0f\x99\xa6\x30\xdc\xa2\x10\x59\x51\x4a\x84\x8d\x9f\x73\x92\xb8\xd6\x56\x52\x19\xea\x44\x9e\x03\xef\x14\x7b\x2d\x16\x8b\xc3\xfe\xf0\xf2\xfc\xb4\xfd\xc7\xb5\x25\x87\x47\xaf\xb9\x0f\x26\xac\x55\xa4\x50\x5b\x95\xd9\xb2\x1f\xb6\xbd\xe3\x71\x2d\xee\x11\x6d\x53\xa4\x3b\xd4\xa7\x1d\x4b\x5c\x02\x17\x8f\xeb\x12\xe6\x54\x4b\x80\x66\x87\x14\xd3\x1d\xcc\x5c\x20\x19\x2e\x0e\xc1\xc8\x13\x41\x36\x55\x4d\xf3\xe4\xac\xff\x24\xec\x5b\xa2\x06\xcf\x19\x14\x4f\x13\xf9\x0c\x5c\x72\x0b\x6a\x0e\x8e\xbf\xac\x1f\xa1\xd2\xcb\xea\x96\x5e\x2e\xc7\x90\xa2\x5a\x5d\xef\xeb\x94\xbd\xc9\x52\xb5\x2d\x75\xc2\x7a\xa4\xef\xdb\xce\xda\xe4\x7f\x5f\x31\xff\xba\x35\x2a\xba\x9f\x00\x00\x00\xff\xff\x19\x14\x54\xd3\xd2\x01\x00\x00") + +func confGitignoreTypo3Bytes() ([]byte, error) { + return bindataRead( + _confGitignoreTypo3, + "conf/gitignore/Typo3", + ) +} + +func confGitignoreTypo3() (*asset, error) { + bytes, err := confGitignoreTypo3Bytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/Typo3", size: 466, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreUmbraco = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x74\x90\x41\x6f\xe2\x30\x10\x85\xef\xf9\x15\xb3\xe2\xb0\xbb\x1c\xc8\x7d\x6f\x5b\x92\x56\x48\x85\xa2\xb6\xf4\x82\x50\x35\xd8\x43\x18\xe1\xd8\x96\x3d\xa6\xf0\xef\x6b\x08\x12\x04\xa9\xd7\x79\xdf\x9b\xf7\xf4\x06\x30\x73\x42\xff\xe0\x83\x63\x42\xf3\x26\x49\xb3\x83\x86\x85\x1b\xeb\x02\x41\x48\x86\x22\xb4\x78\x04\x34\xd1\xc1\x3a\x5f\xc8\xd0\x1e\xad\x14\xc5\x00\x26\x1d\x94\x2c\xb7\xde\x05\xc9\x57\xd8\x38\xa3\x29\x44\x68\xc8\x52\x40\x21\x0d\xeb\x23\x2c\xda\x75\x40\xe5\x8a\xe1\xb0\xfc\xef\xfd\x67\x85\x82\xe5\xd8\x30\x59\xa9\xc8\x93\xd5\x64\xd5\xb1\xec\xa9\xf5\x01\x5b\xb6\x34\xc9\xda\x81\x62\x5f\x7b\x76\xcd\xdd\x65\x39\xf7\xab\x40\x7b\xa6\xaf\xfe\xfd\xbd\x9e\xce\xcb\x62\x8c\x6a\x4b\xba\xbc\x29\x7c\xe9\x03\xca\x59\xc9\x25\x40\x9d\x08\xd8\xb0\xa1\x9e\x3d\x75\xd8\x28\x63\x1b\x6e\x4e\xfe\xca\xd9\xdf\x02\xdc\xff\xe2\x51\xed\xb0\xc9\x33\xfd\xb9\x1d\x71\x74\x1d\xb1\xe5\x28\xb8\xcb\x80\x6c\x39\xe6\x85\x02\x20\xcc\xd2\x13\xc9\xd5\xda\xcd\xf6\x37\x47\x4c\x33\x09\x31\x65\x9b\x38\x60\xab\x4c\xd2\x04\x9a\x04\xd9\x64\x2c\xb8\x16\x7e\x48\x79\xa8\x1f\x5f\x5e\xeb\x73\x46\xf1\xeb\x7e\x9d\x4b\x4e\x79\x56\x96\x8b\xb4\xea\xba\x97\xcb\x4a\xaf\x68\x4f\xc6\x79\x0a\xb7\x60\xf1\x1d\x00\x00\xff\xff\xfa\xea\x80\x3b\x18\x02\x00\x00") + +func confGitignoreUmbracoBytes() ([]byte, error) { + return bindataRead( + _confGitignoreUmbraco, + "conf/gitignore/Umbraco", + ) +} + +func confGitignoreUmbraco() (*asset, error) { + bytes, err := confGitignoreUmbracoBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/Umbraco", size: 536, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreUnity = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x4c\x8e\xbd\x4e\x04\x31\x0c\x84\xfb\x3c\x85\x25\x3a\x8a\x4d\xc1\x13\x00\x27\x68\x40\x27\xf1\xd7\x9c\xb6\x48\x2e\x5e\xc8\x29\x1b\x47\xb6\x23\xb1\x6f\x4f\x8c\x4e\x07\x8d\xfd\x69\x32\x93\xb1\x3f\x3c\x95\x39\x47\x0e\xbc\x79\xe7\x0f\x6f\x3a\xe3\xda\x8c\xf6\x34\xc7\x93\xc1\x5d\x9c\x7b\x2e\xc9\x3b\x77\x05\xb7\x5d\xe9\x13\x2b\x72\x50\x4c\xf0\xf1\xea\x9f\x77\x20\x54\xba\x66\xaa\x10\x6a\x82\xc6\x74\xc2\xa3\xc2\x92\x0b\x8a\xbb\x9e\x8e\x62\xca\x80\x5e\xb3\x6e\x67\x96\x52\x6d\x76\x1a\x53\xd7\x66\xaf\x82\x7c\x5e\x8d\x71\xb1\x64\xcb\x29\x8e\x15\x89\x7e\x53\xa3\xfc\xdd\xbe\xb8\xd9\xc1\xdf\x01\x2b\x6a\xb8\x54\x59\x60\x32\xe5\xbf\xf7\xf1\xe2\x7d\x18\x36\xd8\x57\xb8\xe7\x20\x5f\xf0\x82\x8d\x58\xc5\xc9\x26\xb9\x2e\x34\xe9\xb7\xba\x9f\x00\x00\x00\xff\xff\x95\x84\x9f\x96\x0b\x01\x00\x00") + +func confGitignoreUnityBytes() ([]byte, error) { + return bindataRead( + _confGitignoreUnity, + "conf/gitignore/Unity", + ) +} + +func confGitignoreUnity() (*asset, error) { + bytes, err := confGitignoreUnityBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/Unity", size: 267, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreVvvv = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xe2\x52\x56\xd0\x2b\x33\x29\x50\x48\x4a\x4c\xce\x2e\x2d\x50\x48\xcb\xcc\x49\x2d\xe6\xd2\xaa\xd3\xab\xc8\xcd\xe1\x02\xca\xb9\x54\xe6\x25\xe6\x66\x26\x2b\x14\xe4\x94\xa6\x67\xe6\x15\x2b\xe8\xa5\xe4\xe4\x70\x25\x65\xe6\xe9\x73\x01\x02\x00\x00\xff\xff\xcd\xef\xf8\xaa\x39\x00\x00\x00") + +func confGitignoreVvvvBytes() ([]byte, error) { + return bindataRead( + _confGitignoreVvvv, + "conf/gitignore/VVVV", + ) +} + +func confGitignoreVvvv() (*asset, error) { + bytes, err := confGitignoreVvvvBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/VVVV", size: 57, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreVagrant = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xd2\x2b\x4b\x4c\x2f\x4a\xcc\x2b\xd1\xe7\x02\x04\x00\x00\xff\xff\xfc\x50\x87\xfb\x0a\x00\x00\x00") + +func confGitignoreVagrantBytes() ([]byte, error) { + return bindataRead( + _confGitignoreVagrant, + "conf/gitignore/Vagrant", + ) +} + +func confGitignoreVagrant() (*asset, error) { + bytes, err := confGitignoreVagrantBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/Vagrant", size: 10, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreVim = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x8a\xd6\x8b\x8f\xd5\xd2\x2b\x8e\x4e\xd4\x2d\x8f\x05\x12\x55\xb1\x5c\x20\x11\x64\xbe\x96\x5e\x69\x5e\x1d\x57\x70\x6a\x71\x71\x66\x7e\x9e\x5e\x59\x66\x2e\x97\x5e\x5e\x6a\x49\x51\x79\x46\x66\x71\x09\x97\x56\x1d\x17\x20\x00\x00\xff\xff\x5e\x00\xdf\xf9\x42\x00\x00\x00") + +func confGitignoreVimBytes() ([]byte, error) { + return bindataRead( + _confGitignoreVim, + "conf/gitignore/Vim", + ) +} + +func confGitignoreVim() (*asset, error) { + bytes, err := confGitignoreVimBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/Vim", size: 66, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreVirtualenv = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x3c\xcc\xb1\x0a\xc2\x30\x10\x80\xe1\xfd\x9e\xa2\xd0\x39\xb9\x20\x88\xe8\xe8\x26\x38\x08\x82\x4b\xc9\x90\x5e\x53\x7b\x9a\x26\x21\x49\x0b\xf5\xe9\x0d\x0e\x4e\xff\xf4\xfd\x6d\xf3\xe0\x54\x16\xe3\xac\x5f\xa1\x6d\xa6\x52\xe2\x09\x91\xcd\xfc\xb1\x83\xa4\x30\xe3\x4e\xa9\x23\xaa\x3d\xaa\x03\x1a\x11\x13\xcf\x36\x89\xe0\xc5\xfa\x57\x08\xf2\xb6\x95\x29\x78\xe8\xce\xbd\xe6\x9a\x0b\x6b\x4f\x6e\x19\x2c\x74\x57\xa7\xb9\xff\x25\x90\x71\xd0\xdd\xb3\xa6\xc4\xb1\x64\x88\xdb\x5a\xb1\xa4\xf1\x09\x91\xa3\xc8\xd6\x8d\x34\x59\x7a\xcb\x57\xae\xab\x6f\x00\x00\x00\xff\xff\x42\xd7\x5f\x93\x97\x00\x00\x00") + +func confGitignoreVirtualenvBytes() ([]byte, error) { + return bindataRead( + _confGitignoreVirtualenv, + "conf/gitignore/VirtualEnv", + ) +} + +func confGitignoreVirtualenv() (*asset, error) { + bytes, err := confGitignoreVirtualenvBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/VirtualEnv", size: 151, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreVisualstudio = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x94\x56\x5d\x6f\x1b\xbb\x11\x7d\xdf\x5f\xc1\xc2\x17\x6d\xa2\x1b\xaf\xda\xa0\x0d\x8a\xf6\xc9\x91\xf3\x55\x58\xb6\x1b\x29\xbd\x01\x0c\x41\xa0\x76\x47\x5a\x46\x5c\x92\x20\xb9\xfa\xb8\x0f\xf9\xed\x3d\x43\xee\xda\x8a\xed\x3c\xdc\x17\x2e\x97\x1c\x0e\x39\x67\x0e\xcf\xf0\xec\x4c\x7c\xda\x18\xeb\x49\xfc\x4f\x85\x4e\x6a\x31\x8b\x5d\xad\xac\x88\xd4\x3a\xeb\xa5\x3f\x8a\xb5\xd2\x14\x5e\x89\x55\xa7\x74\x2d\x3c\x85\x4e\x47\xfc\x4a\x53\x17\x58\x9b\x26\xc5\x86\x0c\x79\x19\xa9\x16\xab\xa3\x70\xd6\x75\x5a\xfa\x47\xfe\x64\x5d\x9f\x5b\x13\xca\xa2\x38\x13\x5f\x02\xf9\xf3\xe0\xa8\x52\x6b\x55\x65\x17\xc5\xa8\x0c\x9d\x45\xdb\x61\xae\xff\xd8\x10\x2a\x59\x35\xc4\x73\xda\x94\xb5\xad\x42\xc4\x26\xe1\x27\x2e\xc4\x8b\xa9\x35\xf6\x92\x76\xa4\xad\x1b\x7f\x95\xad\xf4\xca\xf4\xdb\xbf\xec\x5d\x3a\x4f\xeb\xb4\xfe\xed\x69\x34\xc5\xdd\x65\xbd\xa0\x55\xb7\x19\xdf\xf7\x6e\xbb\x95\x56\x15\xfe\x3f\xfb\x05\x69\x92\x81\x4e\xfb\x61\x5c\x1c\xde\xfc\x1d\xcd\x3f\xdf\x8c\x8b\x04\x0c\x3e\xdc\xdc\xbd\x5d\x2d\x94\xc1\xf7\xc6\x2e\x56\xdf\xc6\xbc\xd3\x8f\x30\xbc\xfe\xeb\xdf\xfe\x21\x52\x54\x63\xeb\xa2\x02\x22\xa2\x56\x9e\xaa\x68\xfd\xb1\x28\x77\x70\x8c\xd8\x4c\x65\xdb\x96\x4c\x14\x6a\x2d\x8e\xb6\x13\x8d\xdc\x91\x88\x32\x6c\x83\x88\x8d\x8c\xa2\xf2\x04\x1c\xd0\x27\xe1\xbc\xfd\x86\xd5\x7f\x09\x82\xb1\xb9\x87\x02\x81\xef\xf7\x7b\x6f\x6d\x2c\xce\xfa\x4e\x3a\xcc\x74\x36\xa7\x10\x91\x5c\x34\x9f\x87\xe0\xe7\x71\x81\xff\x14\x1d\x8f\x8c\x72\x18\x1c\xd5\xdd\x95\x5e\xd8\x4d\x39\xe2\xa5\xd7\x5f\xae\x3f\xcd\x01\x63\x8e\x67\xc6\x99\x28\x0f\xad\x2e\xd8\x61\x76\x95\x7e\xef\xb1\xed\xdd\x0b\xbb\x06\x57\xc4\xc5\xfc\x4a\xdc\xe6\xb3\x3e\x60\x3c\x3b\xc5\x94\xff\x6a\xad\x6b\x19\x65\x59\xb1\x9b\xcb\xeb\xaf\x45\x1f\x5e\xa9\x6d\xb5\x2d\xbf\x05\x6b\x0a\xe9\xa3\x5a\xcb\x2a\x02\xa9\x62\xb4\x54\x30\x1d\x2d\x5d\x6a\x55\xd9\xe0\x78\x4a\x6f\xd1\xb6\x14\x25\x3e\x76\xf5\x0d\xad\xab\x78\xc2\xd5\x2b\x6e\x37\x55\x6a\x6b\xb4\x3e\x38\xa6\xd6\x8a\xf9\x16\xf5\x2a\xb5\x2a\xb5\x6c\x1f\x5b\x97\xdb\x25\x1f\x02\x5d\x6d\x37\x68\x77\xc1\x85\xaa\x4a\x9d\xc0\x9d\x32\xa5\x9f\xf9\xeb\x54\xda\x21\xec\xaa\x6c\xc9\xb3\x08\x63\xd2\x74\xf1\x77\x27\x1b\x91\x90\xcf\x64\x5f\x0e\x83\xa3\x13\x86\x4c\x7e\xfd\x35\x33\xa3\x37\x52\x38\xf7\x18\x7e\xa4\x63\xef\xa6\x62\xe7\xd6\x91\x09\xf5\x9a\xbd\xa7\x36\xd9\xb3\xf9\x53\xa6\xe1\xd4\x3c\xc1\xc1\x39\x30\x36\xe4\xb3\xe7\xf6\xc0\x0e\xa4\xe3\x45\xf3\xf7\x33\x26\xe5\x6b\x71\x65\x2b\x2c\xfe\xcd\xfa\x6d\x70\xb2\xa2\xe2\x97\xb8\x4e\x94\xf9\xd0\xa9\x5a\x9a\x8a\xc4\x45\x17\x6d\x2b\x99\xb3\x62\x6e\xad\xde\xaa\x08\x2f\x1b\x97\x98\xc0\x86\x9f\x69\xd6\x48\xef\xc8\x0b\x15\x84\x14\xe5\xf5\xbb\xb9\xa8\x6c\xad\xcc\x26\x5d\x7e\x65\x8a\xe5\xbd\xc9\x88\x03\x4b\xb9\xbf\x9b\x85\x45\x1e\xc3\xc8\xa5\x8d\x33\x8a\x11\x4b\x42\x16\x02\xb8\xfd\x4f\x17\xe2\xc4\xd6\xf4\x53\xaf\xe5\x60\x91\xc2\x21\xd9\x4e\x54\x3c\x66\xeb\xac\x59\xc3\xee\xc3\x5c\x02\x1d\x5b\x4d\xec\x6e\x38\x6c\xda\x20\xfd\xcb\x0d\xa5\xf0\x70\x9a\xba\x37\x49\xec\x9f\xf8\xce\x80\x47\xcb\xbe\xb3\x1c\x15\xe5\xa8\x4a\x5d\x66\x06\xa0\x4b\xec\x37\x79\x76\x0e\xf1\x5c\xa6\x6d\xa6\x6a\xd3\xc4\xe3\xd4\xda\xc0\x32\xd6\xb6\xb8\x4b\x8c\x23\x73\xa1\xbc\xa6\x7c\x29\x7f\xa3\x95\xd8\x03\xf7\x15\x61\xa9\x78\x11\x64\x08\x2f\x8b\x92\x3f\xe7\x59\x29\xd8\xe8\x93\xc1\x05\xd7\x3a\x34\x8a\x10\x92\xed\xa2\xeb\xc0\x26\xab\x6b\x9c\xef\xee\x1d\x2d\x0e\x90\xb6\x10\xc6\x39\xb4\xaa\xbf\x6a\x39\x38\x08\x67\xc7\x72\x92\x73\xd7\x6b\xb5\xf5\x03\x2e\x0f\xe6\xe3\x84\x57\x43\xda\x8d\x4f\x47\x3f\xf2\xc0\xa8\xfc\x78\x98\x3f\x3b\x3a\x79\x66\xb4\x69\xaa\x67\x47\xb7\xcf\x8e\xba\x27\xa3\x1f\x63\xab\x5f\x3f\x19\x6d\x62\x16\x98\x09\xa4\x79\x7b\x7e\xc3\xa4\x7c\x10\x4f\xc7\x8a\x1d\x9a\x84\xc0\x6d\xee\x27\x64\x6f\x12\x54\x4c\xb7\x5b\xb7\xc8\xe3\x29\x55\xb8\x58\xbf\x77\x9e\x60\xca\x7f\x60\xce\xcd\xe5\xcd\xbf\xc0\x81\xac\xbc\xac\xad\x86\x0e\x51\x68\x65\x68\xd0\xe1\xbd\xe4\x19\x2b\x90\x93\x6a\x0b\x89\xc5\x98\x17\x7b\xec\x51\x93\xd3\xf6\x28\x42\xcf\x5d\x01\x77\x2b\xa4\x87\xb5\x6c\x05\x69\x03\x61\x8d\xc1\x31\x19\xfe\x10\x7d\x32\x79\xb1\x57\xb1\x41\xad\x8c\xd8\x4d\xe1\xe2\x39\xa4\x1b\x24\xa8\xc3\x4b\xb1\x57\x5a\x8b\x15\x89\xce\x80\x10\xfe\xe8\x50\x57\xf9\x12\xe7\x83\xa6\x0e\x07\x91\x54\x89\x99\xd9\x7d\xa0\x28\x6e\x65\xb5\x05\x75\x93\x52\x74\x6e\xbb\xe1\x80\xb8\x3c\xf4\xc3\x3d\x53\xa0\x2f\x86\x3d\xab\x54\xf1\x51\xad\xa9\x92\xb8\x67\xac\xd1\xbd\x03\x96\x6d\xc0\x09\xb2\x8e\xc6\xc3\xe2\xf1\x08\xde\xe8\x50\x91\x8b\xf9\x46\x8d\x5f\x89\x7d\xa3\xc0\x55\xd0\x0b\xcb\x71\xc3\x02\x6b\xfc\x74\x96\x95\x3f\x4a\xbf\xa1\x58\x16\x7f\x3a\xf5\xd1\x57\xc9\x47\xd5\x0d\xa8\x80\xb5\xfc\xca\x68\xec\x9e\xf8\x3a\x66\x7a\x6a\x8d\x1b\x1c\xef\x91\xf0\xf4\xf0\xc2\xd8\x37\x64\xb0\x8e\x6a\xa0\x72\xf6\xc3\x16\x9e\x9c\x0d\x0a\xa7\x57\x14\x4a\x40\xbe\x56\x9b\x74\xbd\x94\xa9\xed\x3e\x88\x0b\x4e\x77\x5f\x9c\x7a\x52\x54\xe1\xc0\x42\x94\xce\x56\x56\xa1\xa6\xf5\xe9\x82\x19\x03\x21\xa4\x73\x03\x8c\x27\x6c\xbb\x70\x6e\x80\xfc\x99\x2a\x7f\x2a\xe3\xc3\x1b\x89\x4c\x12\x2d\xd0\x26\xab\xf6\xa3\x5c\x30\x41\x27\xd5\x22\xbd\x77\x32\x7b\xb6\x44\x4e\x44\x8f\x5d\x38\x3f\xc3\xd6\xea\x19\x57\x40\xfa\x7e\x71\x3a\xcd\x0d\xe8\xeb\x43\x81\x7b\x02\x9c\xdf\xa6\x07\x09\x64\x36\x1e\x35\xb1\x99\x75\x50\xa1\xef\xbf\x8c\x8a\xd1\x77\x56\xb9\x55\x5b\x27\xb5\x5b\x31\xa3\x50\xb5\x1a\x6a\xe5\x4e\xd1\x9e\xa9\xb6\x3e\x3c\x10\x6e\x60\x77\x61\x20\x96\xcb\xd6\xd6\x9d\xe6\xe0\xad\x47\xf9\x36\x0c\x78\xcd\x59\x02\x8c\xa9\x18\x7c\xba\x18\xcf\x94\x46\x46\x35\x2b\xe0\xf0\x4e\x09\xc5\x87\x21\x91\x4b\xd6\xdc\x74\xda\xb7\x08\xb1\x73\xe2\xcf\x82\x13\xe8\xfb\x1a\x29\xd6\xde\xb6\x7c\x71\xe0\x22\x26\xb5\x37\x02\x1c\x1e\x1c\x25\x23\xac\xc5\x6d\x94\x60\xc3\x9e\x1e\xbf\x37\xb1\x2c\xe0\xbe\x95\x83\xf7\xec\x54\x22\xa1\xc6\xc6\x9e\x3f\xaf\x18\xe9\xfe\x0a\xec\x29\x3f\xb3\x36\xa0\xdd\xbf\xcf\x5f\x16\xcb\x2f\x6e\xe3\x65\x4d\x9f\xd3\x99\x96\xef\x55\x0a\x36\x3b\x43\xf5\xea\x67\xaf\xec\x66\x54\x7e\x9d\x5e\xfd\xf0\x0f\x99\xe2\xb0\x66\xff\xbd\x12\x33\xf2\x4c\xea\xe1\x89\xdb\xa6\xa2\xad\xeb\x75\x7e\x26\x05\x68\x4b\x08\x90\xf6\x48\x1a\x30\x11\x0b\xda\x3d\x50\x78\x9f\xd4\xba\x64\x09\x61\x86\xaa\xb6\xd4\x12\x7a\x13\xf3\xcf\x12\xf5\x7b\x48\x47\xaa\x32\x15\x5e\xcb\x76\x1d\xc5\x7b\xb9\xc5\x4e\xa9\xbd\x08\x81\x5a\x64\xae\x67\xe8\x35\xe0\xc6\x13\x2a\x15\x37\xd6\x83\x47\x80\x15\xa5\x89\xbb\xb0\x94\x46\xea\x63\x50\x81\x37\x7e\xca\xeb\x37\x7d\x45\xcd\x0f\x1c\xa7\x37\xcf\x99\xec\x87\x27\x84\x18\x5e\xb8\x29\x57\xfc\x78\x79\xc6\xe5\x15\xd3\x63\x06\x31\x84\x9c\x64\xe7\xb6\x17\xec\x11\x57\x97\xf9\xf4\x2a\xb3\x78\x7c\x4f\x9c\x8b\xe1\x05\x98\x4d\x2e\x29\x6c\xa3\x75\x7f\xc8\x6a\x0a\x2c\xf4\x54\x1a\xb5\xe6\x3a\x9c\x64\x95\x8d\x72\xb6\x7e\xea\xa3\x9f\x7e\xba\x78\x79\xbb\x8b\xcb\x77\x07\x48\x39\x53\x2e\x14\xff\x0f\x00\x00\xff\xff\x55\x11\xb6\xbc\x54\x0d\x00\x00") + +func confGitignoreVisualstudioBytes() ([]byte, error) { + return bindataRead( + _confGitignoreVisualstudio, + "conf/gitignore/VisualStudio", + ) +} + +func confGitignoreVisualstudio() (*asset, error) { + bytes, err := confGitignoreVisualstudioBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/VisualStudio", size: 3412, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreVisualstudiocode = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xd2\x2b\x4e\x2d\x29\xc9\xcc\x4b\x2f\xe6\xe2\x02\x04\x00\x00\xff\xff\x86\x0b\x5f\x67\x0b\x00\x00\x00") + +func confGitignoreVisualstudiocodeBytes() ([]byte, error) { + return bindataRead( + _confGitignoreVisualstudiocode, + "conf/gitignore/VisualStudioCode", + ) +} + +func confGitignoreVisualstudiocode() (*asset, error) { + bytes, err := confGitignoreVisualstudiocodeBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/VisualStudioCode", size: 11, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreWaf = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x52\x56\x48\xcb\x2f\x52\x28\x28\xca\xcf\x4a\x4d\x2e\x29\x56\x28\xc9\x48\x2c\x51\x28\x2d\x4e\x55\x08\x4f\x4c\x03\xcb\x24\x95\x66\xe6\xa4\x64\xe6\xa5\x5b\x29\x64\x94\x94\x14\x58\xe9\xeb\x27\xe7\xa7\xa4\xea\xa5\xe7\xe7\xa7\xe7\xa4\xea\x25\xe7\xe7\xea\x17\xe8\x97\x27\xa6\xe9\x73\xe9\x01\x49\x5d\x2d\x2e\xbd\x9c\xfc\xe4\x6c\x20\x0d\x08\x00\x00\xff\xff\xd9\xbf\xe9\x68\x57\x00\x00\x00") + +func confGitignoreWafBytes() ([]byte, error) { + return bindataRead( + _confGitignoreWaf, + "conf/gitignore/Waf", + ) +} + +func confGitignoreWaf() (*asset, error) { + bytes, err := confGitignoreWafBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/Waf", size: 87, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreWebmethods = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x7c\x90\x31\x0e\xc2\x30\x0c\x45\xf7\x1e\x25\x4b\x16\x2e\x80\x84\x90\x58\xdb\x01\x56\x93\x58\x51\xd4\x34\xb6\x6c\x07\xc4\xed\xe9\x01\xea\xce\xcf\xef\x49\xfe\x21\xc4\x47\x37\x2c\x02\x56\xa9\x2f\x28\x1f\x94\x98\xc1\x40\x8d\x04\xe3\x74\xcc\xdf\x0e\xb8\x51\x1a\x1b\x76\x5b\x4e\xe4\x56\x3d\xbb\x51\x51\x07\x09\x72\xab\x09\xcc\x8b\x6a\x5e\x3d\x32\x98\x49\xcc\xa1\x83\xb3\x1f\x1d\x8a\x72\x37\x9e\x89\x3c\xfd\x8b\xde\x2f\xcf\x6d\x46\x26\xad\xfb\x10\xbf\x8b\x73\xf3\xba\x9e\xed\xc4\x90\x56\x28\xa8\x7b\x2a\xc4\xe9\x1f\x00\x00\xff\xff\xfa\xae\xfc\xb3\xa8\x01\x00\x00") + +func confGitignoreWebmethodsBytes() ([]byte, error) { + return bindataRead( + _confGitignoreWebmethods, + "conf/gitignore/WebMethods", + ) +} + +func confGitignoreWebmethods() (*asset, error) { + bytes, err := confGitignoreWebmethodsBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/WebMethods", size: 424, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreWindows = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x4c\x8e\xcd\xaa\xc2\x30\x10\x46\xf7\x79\x8a\x81\xde\xd5\x5d\xc4\x77\x68\xad\x50\x10\x17\x45\x10\x97\x69\x32\x6d\x86\xe6\xa7\x74\x52\xc4\xb7\x37\xa9\x28\x6e\x3e\x66\x71\xce\x61\x2a\xb8\x51\x30\xf1\xc1\x40\x5e\x4d\x08\x23\x39\x04\xad\xb4\x45\x16\x57\xbb\xf9\x81\xa5\x19\x04\xda\xf4\xbd\x45\x05\xa7\xe8\x0c\xae\xa0\x63\x18\x69\xda\x15\x71\x44\x9e\x53\x5c\x24\x05\x2a\x44\x8f\xfa\xa9\x73\xa9\xa6\x00\x1b\xa3\x81\x18\xde\x69\xb6\x6a\xcd\xe9\xbf\xbe\x6d\xee\xcd\xb9\x95\x75\x77\x39\x14\xe1\xf3\x45\x17\x38\x29\xe7\x72\xbd\xe0\x2c\xfe\xa5\x56\x43\x5e\xcf\xb4\xaf\xdf\x77\xf9\x55\xd8\xc6\x35\xe9\x2d\x15\xd8\x85\x59\xbc\x02\x00\x00\xff\xff\xea\xee\xa5\x7f\xd3\x00\x00\x00") + +func confGitignoreWindowsBytes() ([]byte, error) { + return bindataRead( + _confGitignoreWindows, + "conf/gitignore/Windows", + ) +} + +func confGitignoreWindows() (*asset, error) { + bytes, err := confGitignoreWindowsBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/Windows", size: 211, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreWordpress = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x74\x90\x51\x6e\xc4\x30\x08\x44\xff\x7d\x94\x4a\xc1\x67\x22\x40\x6d\xab\xc4\x46\xc1\x69\xa3\x9e\x7e\x93\x68\x3f\xd6\x59\xed\xdf\xf0\x46\x8c\x06\xbe\x40\x5b\x0a\x90\x3b\x12\x89\x7b\xf0\xd2\x65\x41\x83\x7d\xd1\x57\x0d\xe9\x3f\xfc\xd9\x44\xad\x7e\x97\x04\x96\xed\x39\x75\xa9\x3d\x22\xff\x62\x25\xe1\x89\x90\xb2\xdc\xdd\x19\xe9\x67\xb3\x89\xe7\xf8\x4e\x7d\x64\x47\x15\x07\x2e\xeb\x40\xaf\xd0\x81\x6c\x96\x56\xe4\x3b\xd3\x86\x3c\xe6\x9d\xf2\x5c\xfe\x50\xdb\x74\x4b\xa5\x7a\xcc\xa2\xda\x2e\x33\xc4\x55\x90\x17\x39\xde\x71\x9c\x1f\xb5\x90\x54\x17\xe8\x7b\x0f\xe1\x11\x00\x00\xff\xff\x13\xa4\xdc\x5e\x29\x01\x00\x00") + +func confGitignoreWordpressBytes() ([]byte, error) { + return bindataRead( + _confGitignoreWordpress, + "conf/gitignore/WordPress", + ) +} + +func confGitignoreWordpress() (*asset, error) { + bytes, err := confGitignoreWordpressBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/WordPress", size: 297, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreXcode = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x5c\x90\x3d\x4f\xc3\x30\x10\x86\xf7\xfb\x15\x87\x2c\x31\x54\x34\x15\x65\x63\x84\x4a\x8c\x1d\x90\x10\xab\x3f\xae\xe9\x41\x12\x47\xe7\x73\xc9\xcf\xc7\x71\xd5\x06\x3a\xfa\x79\xee\xf5\xbd\xb6\xc1\x4f\x1f\x03\x81\x01\x83\x2d\x2b\xb7\x43\x14\x42\x1f\x07\x15\x76\x59\xa3\xa4\x67\x14\xea\xa9\x77\x24\xa8\x11\xf3\x18\xac\x12\xbe\x75\xd1\xd9\x6e\x53\xb3\xcd\x35\xf7\x80\x7b\xf7\x45\x5e\xf9\x44\xeb\xd7\x05\xe3\x3d\xbe\xff\xf0\x41\x17\x02\x60\x0c\xbe\x64\xee\x02\xb6\x34\x90\x94\x2b\x03\xb8\xf9\xbc\x81\x1d\x49\xc9\x87\x9d\x55\x5b\xc7\x3e\xac\x70\xcc\x09\x13\xa9\xf2\xd0\x26\x58\x35\xa3\x9b\x72\x22\x81\xbb\x40\x07\x9b\x3b\xbd\x82\x55\xd3\x97\x42\x8f\xa7\xa7\x45\x5d\xc0\x59\x6d\x6f\xd5\xb6\xaa\x91\x24\x8d\xe7\xe2\x7f\x07\xfe\xe3\xc9\xcf\x3b\xc2\xa5\xd7\x5e\x8f\x75\xe3\xe4\xfd\x91\xfc\x77\xcc\x5a\x77\x94\xea\x6b\x9b\xb8\x7c\xe9\xac\xe6\x44\xd2\xf2\x3c\xf8\x0d\x00\x00\xff\xff\x12\x25\x8f\xde\x69\x01\x00\x00") + +func confGitignoreXcodeBytes() ([]byte, error) { + return bindataRead( + _confGitignoreXcode, + "conf/gitignore/Xcode", + ) +} + +func confGitignoreXcode() (*asset, error) { + bytes, err := confGitignoreXcodeBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/Xcode", size: 361, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreXilinxise = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x5c\x91\xdb\x8e\xe3\x20\x0c\x86\xef\xf3\x14\x91\x7a\xb7\xd2\xa6\xfb\x46\x88\x83\xcb\xd2\x72\x88\xb0\x69\xe8\xdb\x8f\x4d\x82\x66\x34\x17\xfd\xfa\xd9\x80\xfc\x07\x6e\x6b\xc8\x04\x35\x81\x0b\x9a\x60\x35\x2d\x44\xb7\x3e\x42\x04\x5c\xfe\x6c\xc6\x67\x61\x20\x61\x74\x4c\x9b\x9c\x8a\xc5\xb3\xb9\x6a\x99\x31\x0a\xb0\x30\x13\xba\xc1\x17\x33\x5b\xf1\xec\xed\xe0\xe9\x95\xb9\x6b\x37\x38\xdc\x3e\x84\xf5\x29\xa4\xa3\xf3\x5f\x35\x66\x50\x36\x21\x49\x07\x3f\xb2\x95\x8e\x93\xd2\x69\xb9\x96\x46\x23\x5e\x93\x5c\x7d\x0f\x42\x64\x57\x9c\xd4\x43\xde\xfa\x61\xa4\x82\xfc\x46\x20\x0a\xd9\xe3\xf6\x9f\x12\x27\x55\x49\xef\x1b\xff\xa6\xd5\x69\xd9\xa7\xcb\x7a\xdd\xe5\x2c\x87\x1e\x57\x31\x6b\x0e\xbe\x59\x7c\x5f\x46\xfd\xec\xd5\xb9\x8c\x2d\x25\x5d\x3f\x73\xcc\x2c\xfb\xa8\x1a\x6a\x0f\x97\x73\xce\xf3\xcc\x72\x5b\xf7\x5a\x9e\x60\xe9\xef\x11\x1c\xac\x9c\x1b\x2a\xbf\xc0\xf7\xe5\xfb\x80\xb0\xf0\x8c\xf3\xbc\x42\xd2\x14\x90\x82\xbd\x3e\xe6\x77\x57\x1d\x60\x48\xc7\xd7\xb9\x3a\x0b\x79\xab\xcb\xd5\x9e\x47\x08\x9e\xfc\x63\x58\x89\x0e\x2a\x2e\x3c\xcb\x96\xfc\x08\xfe\xbe\xf4\x98\xbb\xd2\x8d\x8a\xfa\xa7\xba\x33\xdc\x40\xba\x2f\x7c\x23\x85\xd9\x13\x7a\xbc\x2f\x5f\x01\x00\x00\xff\xff\x76\xd4\xb7\xf2\x36\x02\x00\x00") + +func confGitignoreXilinxiseBytes() ([]byte, error) { + return bindataRead( + _confGitignoreXilinxise, + "conf/gitignore/XilinxISE", + ) +} + +func confGitignoreXilinxise() (*asset, error) { + bytes, err := confGitignoreXilinxiseBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/XilinxISE", size: 566, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreXojo = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x52\x56\x88\xc8\xcf\xca\x57\xd0\x48\xcb\x2f\xca\x4d\x2d\xca\xa9\x54\x08\x72\x75\xf4\x49\x4a\x2c\xce\x4c\x56\x48\xcc\x4b\x51\x08\x4a\x4d\xcc\x51\x08\x2e\x29\x4d\xc9\xcc\xd7\xe4\xe2\x72\x2a\xcd\xcc\x49\x29\xd6\xe2\xd2\xd2\x4b\x49\x4d\x2a\x4d\x87\xd1\x7a\x89\x05\x05\x5c\x2e\x20\x96\x96\x5e\x6a\x45\x2a\x94\xa9\x8f\x4b\x24\x46\xc1\x27\x33\xa9\x18\xa8\xb9\x28\xa9\x34\xb3\xb8\x24\xb1\x24\x15\xc8\xae\x00\xba\x22\x1e\xc1\xcd\x4f\x2a\xce\xcf\x49\x05\x32\x01\x01\x00\x00\xff\xff\x63\x05\x7c\x8e\xa0\x00\x00\x00") + +func confGitignoreXojoBytes() ([]byte, error) { + return bindataRead( + _confGitignoreXojo, + "conf/gitignore/Xojo", + ) +} + +func confGitignoreXojo() (*asset, error) { + bytes, err := confGitignoreXojoBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/Xojo", size: 160, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreYeoman = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xca\xcb\x4f\x49\x8d\xcf\xcd\x4f\x29\xcd\x49\x2d\xd6\xe7\x4a\xca\x2f\x4f\x2d\x8a\x4f\xce\xcf\x2d\xc8\xcf\x4b\xcd\x2b\x01\x8a\x68\xe9\xe5\xe4\xa7\x73\x71\x25\x95\x66\xe6\xa4\xe8\x73\xa5\x64\x16\x97\xe8\x73\x01\x02\x00\x00\xff\xff\x31\x19\x01\x9c\x34\x00\x00\x00") + +func confGitignoreYeomanBytes() ([]byte, error) { + return bindataRead( + _confGitignoreYeoman, + "conf/gitignore/Yeoman", + ) +} + +func confGitignoreYeoman() (*asset, error) { + bytes, err := confGitignoreYeomanBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/Yeoman", size: 52, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreYii = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x6c\x8d\x41\x0e\x84\x20\x10\x04\xef\xf3\x8b\xbd\x72\x60\xde\xc4\x42\x87\x9d\x64\x01\xc3\xb4\xfa\x7d\x35\xf1\xa6\xb7\x4e\xa7\x2a\x95\xdc\x41\xd7\x20\x9f\x7b\xc5\x6a\xb4\xda\xc7\x84\x2c\x73\x10\x99\x28\x3a\xd7\x4e\x6b\xb8\xb0\xe7\xf9\x6a\x94\xc4\xa4\x21\x96\xaf\xf0\x87\x06\xd7\xfc\x3f\x03\x96\x75\x33\xec\xae\x72\x04\x00\x00\xff\xff\x9c\xf5\x8e\xaa\x78\x00\x00\x00") + +func confGitignoreYiiBytes() ([]byte, error) { + return bindataRead( + _confGitignoreYii, + "conf/gitignore/Yii", + ) +} + +func confGitignoreYii() (*asset, error) { + bytes, err := confGitignoreYiiBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/Yii", size: 120, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreZendframework = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x34\x8e\x31\x0e\xc3\x20\x0c\x45\x77\x9f\x02\x29\x5b\x86\xa0\x5e\xa1\xad\x3a\xf5\x04\xdd\x2c\x70\x08\x12\x60\x04\x4e\xd5\xdc\xbe\x58\x4d\x97\xcf\x47\xff\x7d\xdb\x93\xb9\x71\xae\xdc\xa9\x99\x35\x26\xea\xe0\xce\xef\x52\x37\x6c\xf0\xa6\xe2\xb9\x59\x80\xc9\x3c\xd9\x61\x32\x8e\xcb\x1a\x83\x62\xfa\x5a\xdc\x85\x13\xa3\xb7\xf3\x92\x34\x1f\xad\xaa\xf0\x35\x16\x6c\x87\x09\x24\x42\x1f\x39\x47\xcf\x4b\x66\x0d\xef\x28\x08\x7e\x88\x4d\x1c\xba\xfd\x59\x87\x6e\xa3\xd3\x77\xea\x3d\x72\xf9\x47\x92\xab\x05\x21\x55\xbd\x83\x02\xba\xc3\xbc\x1e\x17\xf0\x94\x79\x40\x63\x43\xc3\x6e\x3d\xbb\x3d\x53\x11\x94\xd1\x85\x6f\x00\x00\x00\xff\xff\xd2\xff\x36\xef\xd9\x00\x00\x00") + +func confGitignoreZendframeworkBytes() ([]byte, error) { + return bindataRead( + _confGitignoreZendframework, + "conf/gitignore/ZendFramework", + ) +} + +func confGitignoreZendframework() (*asset, error) { + bytes, err := confGitignoreZendframeworkBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/ZendFramework", size: 217, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confGitignoreZephir = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x6c\x90\x31\x6f\x03\x21\x0c\x85\x77\x7e\x05\x52\xb6\x28\xe1\x96\xfc\x83\x4a\xdd\xaa\x2e\x9d\xba\x71\xe0\xe4\xdc\x33\x36\x05\x23\xb5\xff\xbe\x1c\x77\xca\xd4\xc5\x7a\xef\xe1\x4f\x0f\xf9\x64\x5f\x7c\x58\xc0\xde\x91\xa0\x5e\xec\x03\x18\x8a\x57\xa8\x76\xfe\xb5\x9f\x90\x17\x2c\xc6\x29\xa4\x3c\x19\x47\x38\xd7\xc9\x98\x93\x7d\x9f\xbf\x20\xe8\xbf\x08\x21\xaf\x50\xcc\xd9\x91\x6c\xc3\xf7\x31\x84\x7c\x6c\xe0\xeb\x46\x3c\x81\xb8\x01\x41\xf8\x8e\x8f\x56\xc0\x7a\x8e\x47\xe3\xa5\xaf\xb2\xa8\x2d\xf0\xdd\xb0\xf4\xbd\xbb\x14\x0b\x3f\x0a\x5c\x51\xb8\x23\x29\x23\x79\xed\xda\x99\x1e\x4f\x73\x43\x8a\xd3\x90\x49\x62\xeb\x1d\xbb\x79\xf3\x2b\x6c\x9f\x3c\x0f\xb7\x37\xed\xda\x07\xe4\x40\x2d\x82\x4b\xb7\x23\x20\x09\x9e\x9e\xb6\xa9\xa4\x9b\x1e\x24\x72\x55\x4f\x74\xad\xcb\xb0\xa4\xc9\x23\xbb\xc3\x25\xac\x15\xf9\xb1\xeb\xf5\x58\x8d\x58\xea\x48\x4a\xe3\x6b\x3f\x8d\x56\x97\x97\x3c\x12\x17\x21\xef\x6f\xfd\x9e\x2a\x42\xe6\x2f\x00\x00\xff\xff\x8f\x12\xa1\x26\x83\x01\x00\x00") + +func confGitignoreZephirBytes() ([]byte, error) { + return bindataRead( + _confGitignoreZephir, + "conf/gitignore/Zephir", + ) +} + +func confGitignoreZephir() (*asset, error) { + bytes, err := confGitignoreZephirBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/gitignore/Zephir", size: 387, mode: os.FileMode(420), modTime: time.Unix(1440319042, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confLicenseAbstylesLicense = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x7c\x91\xc1\x6e\x9b\x40\x10\x86\xef\x3c\xc5\xdc\x9a\x48\x14\x95\xde\x72\x2b\xd8\x96\xb0\xd4\xda\x91\x43\x94\xe4\xd6\x81\x1d\xec\x51\x60\x17\x2d\x63\xa7\x7e\xfb\xce\x6e\x9d\x3a\x4d\xad\x48\x08\x09\x76\xf7\xff\xbf\x6f\xa7\xde\xf1\x04\xfa\x14\xb7\x9b\x45\xf1\xa3\xfc\x9e\xd5\x8b\xc7\x14\x0e\xe4\x27\x76\x16\xf2\x2c\xff\x42\x29\xbc\x78\x16\x21\x0b\xcd\x11\x2a\xb4\xd3\xe7\x8a\xfc\x80\xd6\x42\xe9\x0c\x41\x72\x55\x55\xe5\x7a\xbe\xf8\x36\x5f\xdf\xdd\xaf\x96\x79\x56\x2e\xeb\xd5\xa2\xbe\x4e\xa1\x73\x1e\x64\x47\x50\x72\x53\xd3\x23\xfc\x44\x83\xa3\x60\xd3\xd3\x27\xe8\x70\xe0\xfe\xf8\x6f\x51\x06\xc9\x1d\x51\x3c\xd1\x71\x4f\x67\xa4\xf9\x7a\x16\xb3\x10\x0c\x09\xea\x92\x01\xe3\xda\xfd\x40\x56\x50\xf4\x74\x96\x44\x8b\xd1\xbb\xad\xc7\x21\xd8\x18\x9e\xc4\x73\xb3\x17\xdd\xfa\xb0\xac\xab\xf5\x7d\x0d\xc5\xea\x09\x1e\x8a\xcd\xa6\x58\xd5\x4f\x29\xd0\xaf\xd1\xd3\x34\x81\xc6\xf2\x30\xf6\x4c\x26\x4b\x92\x99\x1b\x8f\x9e\xb7\x3b\x81\xab\xd9\x35\xe4\x37\x37\x79\x1a\xde\x5f\xff\xb7\x4e\x92\x5b\xfd\xe2\x29\xc2\x6b\xa1\x16\xdb\x50\x26\x0e\x06\x7c\x26\x40\x6b\xde\x40\x04\xcd\x46\x51\x07\x68\xdd\xc8\xa4\xad\x9d\x6a\x06\xce\x93\x46\x60\x3f\xb0\x09\x01\x3b\x94\x78\x05\xed\x5f\x16\xeb\x84\xdb\x3f\x91\xf1\xd0\x78\x6e\x7e\x5d\xf2\x04\x41\x87\xfc\x41\x23\xf4\x3f\xf6\xfd\xa9\x2a\xfb\x80\x34\x54\xbc\x27\x1d\x9c\xe1\x4e\x6f\xe3\x75\x32\x17\x58\xf7\xd6\x90\x3f\x31\x5a\xc3\x12\x77\x85\xf9\xbc\xb5\x3c\xb2\xdd\xa6\x17\xb4\x34\x80\x95\x56\x61\xf7\xbd\xe8\x1e\x1d\xa9\xe7\x40\xfd\xe2\xfc\xf3\xfb\xd1\x9d\x9b\x44\x1d\x22\x0a\x5e\xd0\xd7\x06\x4d\x6d\xb1\x0f\x52\x91\xd5\x59\xca\x7e\x07\x00\x00\xff\xff\x56\xaf\xdf\x26\xda\x02\x00\x00") + +func confLicenseAbstylesLicenseBytes() ([]byte, error) { + return bindataRead( + _confLicenseAbstylesLicense, + "conf/license/Abstyles License", + ) +} + +func confLicenseAbstylesLicense() (*asset, error) { + bytes, err := confLicenseAbstylesLicenseBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/license/Abstyles License", size: 730, mode: os.FileMode(420), modTime: time.Unix(1440748430, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confLicenseAcademicFreeLicenseV11 = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x9c\x58\x51\x73\xe2\x38\x12\x7e\xe7\x57\x74\xf1\x72\x99\x2a\xc2\xed\xcc\xe3\xbd\x39\xc6\x09\xba\x35\x36\x6b\x9b\xb0\x3c\x2a\x58\x04\xdd\x1a\x8b\xb2\xec\xb0\xf9\xf7\xf7\xb5\x64\x03\x99\x30\x53\xbb\x5b\x95\x4a\x8c\xa5\xee\xfe\xfa\xeb\x96\xf8\x3a\xc1\x56\x96\xea\xa0\xb7\xf4\xd8\x28\x45\xb1\xde\xaa\xda\x2a\x1a\x3d\xab\xc6\x6a\x53\xd3\xd7\xe9\xd7\x51\xb1\x57\x74\x7b\x9b\x3c\x1e\x2b\xad\x2c\xb5\x86\x64\xfd\x4e\xa6\xd1\xaf\xba\x96\x15\x9d\x4c\xf3\x07\x99\x1d\xc9\xae\xdd\x9b\xc6\xee\xf5\x91\xee\x5a\x78\x19\xa7\xc3\x8e\x35\x76\x8c\xbf\xd0\x69\x6f\xe0\xc6\x9c\x6a\xd5\xf4\x3b\xbc\x6b\xd3\x60\x71\x2f\x2d\x1d\x2b\xb9\x55\x25\xf1\xd2\xce\x54\x95\x39\xe9\xfa\x95\x6a\xd3\x62\x17\xe9\xc3\x41\x95\x5a\xb6\xaa\x7a\xbf\x5a\xe4\xad\x5b\x73\x7c\x47\xa4\x7d\x3b\x6c\xdd\x99\xc6\x2d\x7c\x88\xff\x9f\xd1\xa8\x0f\x87\x08\x5d\x5d\x2a\xbf\xe7\x76\xaa\x6f\x17\x42\xa6\xe3\xd1\xe8\xa9\x91\x75\xcb\x29\xf6\xeb\x53\x1a\x80\xd3\x5e\x35\xea\xe5\x9d\x5e\x79\xc7\x99\x9a\x23\xcc\x61\x6d\x5e\x5a\xa9\x6b\x86\x29\x1d\x48\xf6\xf0\x09\x17\xdd\x8d\x37\xa6\x03\x01\x92\x89\xac\xca\xfb\x93\x2e\xd5\x84\x1a\xf3\x2e\xab\xf6\xfd\x7e\x07\x58\x13\x24\x56\xdf\xab\x3f\xb7\x55\x67\xf5\x1b\x3e\xc2\xff\x51\xb5\x9d\xac\xfc\x8a\xed\x5e\x2a\x0f\x4c\xbe\x54\x8a\xfa\x67\xba\xfb\xfa\x85\x01\x75\x16\x16\x1c\x7e\x42\x07\x53\xea\x1d\xff\x55\xcd\x2b\xbb\x61\x3b\xbb\x77\xfe\xc0\xd9\x61\x42\xa5\xb6\x6d\xa3\x5f\xba\x16\xd5\xae\xcb\x7f\x23\x3f\xab\xaa\x8a\xad\xb9\xf0\x37\xe1\x63\x1f\x81\x4c\xfd\x26\x5b\x60\x73\xcd\x60\x79\x5b\xa3\xcc\x6e\xe2\x56\xef\xbe\x7d\xe9\x09\x3f\xa2\x7c\x20\x72\x5b\x49\x7d\xb0\xae\x11\x4a\xb4\x11\xdc\xd7\x6d\x83\x92\xe2\x13\xa8\xe4\x10\x67\x7a\xdb\xbd\x6c\x49\x36\x8a\xd4\xe1\x05\xe0\xb1\x43\xd7\xb7\x40\x58\xda\x75\x4d\x8d\x64\x3e\xfb\x98\x30\x09\x07\xf9\x07\x12\x76\x54\xb8\x8c\x18\x97\xd9\xed\x80\x89\x9b\xc5\x4a\xd0\xf6\x77\x53\x03\xeb\xff\x53\xdb\x96\xbd\x7f\x6c\x58\xa4\x53\xea\x16\xed\x63\xa7\xa3\x51\xe6\x1a\x13\xcc\x05\xad\x67\x16\xef\xa7\x94\xa9\x33\xd3\xbc\xef\x36\xb3\x87\xce\xb6\xd4\xa8\x63\x63\xca\x0e\x5d\x2d\x7d\x21\x3e\xb4\xba\xfd\x27\x74\xbc\x98\x76\x7f\xdb\x4e\xb7\x20\x67\xe7\xf2\xc6\x3a\x77\x72\x69\xb6\xdd\x01\x35\x93\x8c\x73\xe8\x09\xc3\x1c\x80\xd2\x16\xdc\xc8\x0a\xc7\xb6\x31\x6f\x68\xda\x92\x4e\x1a\x9e\xd9\xed\x75\x76\xb7\x93\x83\x7f\xf5\xa7\xda\x76\xad\x6b\x59\xee\x3e\x90\x15\xf9\x16\x67\x46\x76\x8d\x39\x9c\x8f\xa3\x3b\x7f\x53\x4a\x94\x76\x91\xd9\x5b\x2d\x0f\xbe\x23\x2f\x79\xd5\xe6\xbb\x25\x4e\xc0\xf5\x16\x23\xc1\xcd\x34\x94\xea\x03\x12\x6f\xe7\x2e\x34\x87\x53\xc3\x49\xc3\x77\x82\xe4\x6a\xbb\x13\xd0\xbc\xf1\xad\xe2\x5e\xe0\xec\xc8\x77\x7a\x51\xdc\x4a\x25\xfb\x53\x75\x09\xcf\x8a\x37\x82\x86\x83\xc1\xc9\xf1\x05\xc3\x6d\xe0\x7a\x07\xdb\x5c\x2e\xed\x5e\xdb\xef\x38\x60\xba\x4c\xd7\x82\x88\x63\xa3\x2c\xf3\xa8\xe1\xe6\xd4\xe8\x16\xc7\x84\x0f\xe5\x41\x5b\x7b\xc5\xe0\x90\x2a\x98\x5a\x07\x59\x16\x24\xc5\x86\x82\x64\x46\x33\x91\x87\x71\x20\x16\x51\x96\xe3\x66\x12\x61\x94\xe4\x69\x46\xfd\x96\x9c\x8a\x79\x50\xe0\x57\x44\x61\xba\xdc\x64\xe2\x69\x5e\x90\x48\x9c\x61\x91\xba\xf7\x29\x5e\x8a\x24\x88\x69\x9d\x66\xbf\x92\xc8\x29\x5d\x27\xd1\x8c\x1e\x36\x6e\xf5\xec\x10\x3f\x67\x57\x9f\x4c\x80\xa1\xc8\xc4\xc3\xaa\xf0\x86\x67\xa3\x55\x32\x8b\x32\x0a\xe8\x39\x88\xc5\x8c\xc2\x55\x96\x45\x49\xd1\x2f\x47\xf4\x98\xa5\x8b\xef\xa0\x71\xec\x6c\x4a\xd1\xef\x61\xb4\x2c\x28\xc8\xf1\xb4\xcc\xa2\x3c\x8f\x37\x94\x17\x01\xbb\x07\x78\x36\x11\x8b\x45\x34\x13\x78\x83\x15\xec\x08\x23\x7c\x4a\x9e\x28\x87\xff\x28\x09\xa3\xc9\x6d\x9c\xcb\x2c\x7d\x16\x33\x78\xf1\xc0\x8a\x39\xde\x0d\x68\x52\x66\x85\xc6\x88\x29\xf2\x31\x3d\x04\xb9\xc8\x27\xb4\x16\xc5\x3c\x5d\x15\x03\x9d\x9b\x09\x45\x78\x03\xd3\x1e\x17\xd3\x22\x16\xcb\x58\x44\xb3\x09\xa0\x85\xf1\x8a\x61\x5c\xec\x62\xb1\x10\xc0\x2d\xd2\xc4\x23\x3a\x57\x2e\x7d\xa4\x24\x4d\xee\x45\xf2\x98\xc1\x20\x5a\x30\x2f\x5c\x94\x7e\x83\x88\xf2\x9f\xd0\x8d\x5a\x87\x73\xec\x0a\x1e\x62\x5e\xa5\x47\x51\xd0\x63\xca\x44\x2f\x83\xac\x10\xe1\x2a\x0e\x32\x5a\xae\xb2\x65\x9a\x47\x53\xe7\x02\xee\x45\x16\x51\x26\xf2\x5f\x99\xd5\xbe\xf4\xbf\xad\x50\x17\x0f\xe6\x66\x1c\xce\x82\x36\xe9\x6a\xea\x99\xba\x74\x1a\x5b\x9c\x53\x09\xd3\x24\x2f\x44\x81\xe2\xe7\xcc\x20\x58\xe1\x68\x70\xc3\x60\xbc\xef\x0b\xcd\x38\xc7\xe9\x99\x72\xc0\xf8\x14\xf3\x89\x9d\xa2\x42\x20\x39\xf2\x55\xea\x9b\xe1\xaa\x64\x17\x20\x38\x0c\x17\x8a\x39\x56\x2c\x82\x07\xc1\x49\x4d\x7b\x03\x84\x0b\x45\x16\xae\x16\xe8\x1f\x34\x46\xee\x58\x3e\x2f\xc5\xd1\x13\x62\x23\xf9\x34\x43\x6d\xd7\xf3\xc8\x15\xb7\x48\x01\xfc\xee\x5c\x4e\x4a\xa2\xa7\x58\x3c\x71\x5f\x7d\x99\x70\xba\x45\x16\x84\xc5\x84\x99\x4f\x79\xff\x5a\xe4\x68\xb8\x7c\x1e\xc4\xf1\xc7\x33\xf3\x10\x39\x3c\xb1\xcb\x34\x48\xd0\xa9\x38\xa4\xc0\xe9\x6a\x85\x8f\x33\xd4\x84\x1d\x89\x64\x78\xca\x97\x51\x08\xea\x5c\x2f\xa1\x51\x51\xe2\xd8\xc5\x61\x8e\xa3\xdf\x56\x3d\xb1\xb3\x60\x11\x3c\x21\x15\xe4\xcb\x6e\xd0\x0b\x0c\x88\x4f\x1a\x0a\xcc\x80\x51\xe2\x80\xd0\x9f\xab\xf8\x53\x01\xfc\x41\x8e\x68\xc5\x8f\x37\xeb\xfe\xf3\x2e\x1e\x62\x73\x0e\x71\x9a\x3b\x10\x4f\x69\x3a\x5b\x8b\x18\x50\x9d\x87\xbc\x48\x97\x4b\x6c\x62\xae\x16\xcb\x15\x03\x7b\x0c\x44\xbc\xca\x5c\xf0\x45\x10\x3f\xae\x92\xd0\x7b\xeb\x89\xe0\x9a\x30\x7b\x8e\x4e\xb6\xe2\x0e\xff\x90\xa9\x0f\x16\xe1\x48\x46\xcf\x51\x42\xe2\x91\xf2\x55\x38\x1f\x08\xf5\xdc\xcf\x83\xe7\x08\x9c\xf3\x72\x02\x78\xb8\x20\x86\x0c\x71\x10\x72\xe1\xfb\x82\x5f\x39\xd3\xde\xf5\x74\x60\xe7\x66\x17\xf5\x9e\x93\x14\xa7\x73\xb9\xc4\x5d\x53\xa4\x57\x8b\xcc\xc1\x2c\x0a\x70\x48\xf0\xe0\xa1\x00\xb3\x48\xfe\xbb\xca\x36\x3d\xfd\x5c\x0d\x77\xcf\x79\xb8\x38\x11\x9b\x7f\xe5\x57\x0d\x35\x1c\xc5\xe8\xf7\xc2\x5d\x01\x08\x22\x42\xd7\x32\x71\xb0\xe6\xfb\x6a\x0e\xdc\xb8\xc6\x9d\xf9\x05\xe4\x94\xf2\x74\x11\x11\x02\x89\x7c\x26\x1c\x99\x38\x16\xa9\x07\x1a\xc7\xe9\xba\x77\x8a\x52\xe6\x2e\xa7\xec\xbb\x0c\x2f\xfd\xf5\xc3\xf6\x42\x37\xa6\x9e\x9c\x8b\x1f\x2e\xd4\x95\xa3\x45\xb0\xf9\xc8\x0d\x5f\x16\x38\x92\xfd\x37\x37\xbe\x21\x73\xd3\x35\xf8\xfa\x0c\x4d\x09\xdd\xcc\xd3\x05\x64\xc3\x81\xc6\x57\xaf\xc7\x10\xa4\xb2\x76\xd2\x0a\xdf\x81\x0a\xaa\xac\xe1\x6f\x4d\x68\x82\xdb\xda\x81\x25\x1b\x04\x1d\x6b\x2d\xa7\x68\xf5\x56\x7a\x19\x85\x68\xba\x75\xf2\x85\xc5\x92\x7c\x93\xba\x72\xf2\xe2\xa3\x8a\x29\x95\xdd\x42\x12\xb0\xf9\xde\x9c\x9c\x66\xdf\x6e\xf9\xfb\x97\x0d\xbd\x44\xfe\x1c\xf4\xb3\xe4\x97\xaf\x90\xe6\x2e\x66\xaf\x7f\xa0\xe0\x0f\x72\xbb\xd7\xb5\xba\x6f\x94\x2c\x5d\xe4\x6b\xd9\x7f\x95\xf1\x0f\xa4\x74\x65\x80\xc9\x89\x28\x05\x47\x3f\x99\x19\x9c\x2c\x3e\x03\xba\xa8\x76\x7b\x05\x13\x92\x02\xca\x45\x79\x5a\xbd\x68\x04\x56\x0b\x0e\xac\x4b\x10\x72\xc4\x40\xff\xbf\x7a\x52\x90\x10\x4f\x5f\x7e\x58\xf9\xcb\x69\x38\x95\x88\xdf\x5c\x2b\xef\x07\x7a\xd5\x58\x0d\xb5\xf5\x8e\x47\x89\x29\x08\xf6\x50\x61\xb2\xda\x76\x15\x04\xa3\xd3\x4c\x4e\xd9\xb4\x30\x83\xf0\x01\x56\xd6\xd6\x4c\x3d\xa4\xda\x9b\xaa\x35\x4f\x08\x7d\x41\x00\x0a\xb3\x91\xab\x37\x24\xad\x63\x07\x7f\xcf\x19\xb2\xb6\xd3\x75\xe7\x8b\x70\x35\xba\xdc\xd0\x78\xec\x9f\x53\xf4\x13\xcf\x30\x39\xca\xb2\x74\xc2\xcb\x65\x26\xdb\x1f\x25\xc2\x59\xfe\x83\x31\xd4\xcf\x2e\x97\xa1\xf9\x73\x4f\x8d\x46\x8b\x8e\xc7\x38\x2a\x98\x91\xda\x07\xe6\x6c\x97\x7e\x50\x0a\xb6\x7e\x5c\x28\xb8\x58\xc3\x91\xb2\x7b\x6e\xee\xb6\xb7\x50\x3c\x76\x1b\xc6\x0c\x8e\x81\x89\x13\x65\xce\x58\xa6\xd6\xc6\x71\x06\xc5\x0c\xa9\xdd\x6c\x35\xcf\xf0\x67\x9d\xeb\x5b\xc2\xfa\xc9\xd5\xd7\x85\xed\x5e\xfa\xd6\x18\xa2\xe9\x9d\x2f\x81\xae\xb8\xbf\x2b\x79\xb2\x9d\x2b\x5d\x2f\xae\xbb\xa6\xe5\xb3\xa6\x5e\x3d\x0b\x9c\x30\xde\xa7\xb9\xa0\x50\x35\x2d\x8e\x26\x4f\x78\x28\x32\x59\xdf\x35\xd6\xec\xda\x13\xcf\x73\x9e\x6f\x3b\x0c\xab\xc3\x48\xce\xd6\xc3\xfc\xca\xe5\xed\xe7\x67\x07\x69\xfc\x57\xc8\x1a\xf3\x74\xd9\x31\xf0\x7a\xd7\xc0\x54\x59\x3f\x91\x7f\x98\x3c\x2f\x53\xa5\xb5\x78\x8d\x21\xa6\x1f\x94\xfd\xca\x00\x12\xf5\x71\xcc\x0f\x80\xf0\x18\x9e\x8b\x7c\x17\x7e\xa1\x6f\xbf\xfc\xf2\x8d\x62\x79\x6a\x54\x8d\xdc\xa0\x6c\x32\x03\x7f\x53\x0a\x50\xa0\x9e\xde\xfe\x14\x96\x53\x1a\x2d\x2f\x82\x1e\x9e\xae\xff\x71\xe0\xe9\x77\x87\xcc\xcd\x9c\xd7\xad\x7c\x15\x7f\x98\x17\xae\x2f\xbd\xbe\x39\x86\x2d\xbe\xec\x2d\x4f\x28\x7e\x57\x3f\x95\xb1\x19\x17\x7d\x18\x35\x6e\x0f\x19\x98\xff\xae\xda\xd8\xfd\xa3\x66\x3a\xfa\x7f\x00\x00\x00\xff\xff\x99\x75\x15\x45\x34\x12\x00\x00") + +func confLicenseAcademicFreeLicenseV11Bytes() ([]byte, error) { + return bindataRead( + _confLicenseAcademicFreeLicenseV11, + "conf/license/Academic Free License v1.1", + ) +} + +func confLicenseAcademicFreeLicenseV11() (*asset, error) { + bytes, err := confLicenseAcademicFreeLicenseV11Bytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/license/Academic Free License v1.1", size: 4660, mode: os.FileMode(420), modTime: time.Unix(1440548254, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confLicenseAcademicFreeLicenseV12 = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x9c\x58\x4d\x77\xda\x4a\x12\xdd\xf3\x2b\xea\xb0\x19\xfb\x1c\xcc\xbc\x97\xe5\xec\x78\x8e\x9d\x70\x9e\x03\x1e\xc0\xe3\x93\x65\x23\x35\xa8\x5f\x24\xb5\xa6\x5b\x82\xf0\xef\xe7\x56\x75\xb7\x10\x36\x99\x64\x66\x15\xa3\xfe\xaa\xba\x75\xab\x6e\x55\x66\x99\xca\x75\x65\x32\x7a\x74\x5a\xd3\x93\xc9\x74\xed\x35\x8d\xfe\xa5\x9d\x37\xb6\xa6\xdf\xa7\x1f\x46\x9b\xc2\x78\xba\xbe\x4f\x35\x4d\x69\xb4\xa7\xd6\x92\xaa\x4f\x64\x9d\xd9\x9b\x5a\x95\x74\xb4\xee\x1b\xd9\x1d\xa9\xae\x2d\xac\xf3\x85\x69\xe8\xa6\x2d\x34\x8d\x97\x69\xc7\x2b\x76\x8c\x6f\xe9\x58\x58\x5c\x63\x8f\xb5\x76\x71\x47\xb8\xda\x3a\x2c\x16\xca\x53\x53\xaa\x4c\xe7\xc4\x4b\xa3\x9d\x2d\x4b\x7b\x34\xf5\x9e\x6a\xdb\x62\x1b\x99\xaa\xd2\xb9\x51\xad\x2e\x4f\x74\x5e\xe4\xbd\x99\x6d\x4e\x78\xaa\x68\xd3\xd6\x9d\x75\xb2\x70\x61\xc0\x3f\x46\xa3\xe8\x49\x4e\x5d\x9d\xeb\xb0\xe5\xba\xab\x87\x01\x22\xa3\x4f\x4e\xd5\x2d\x3b\x18\x57\xa7\x94\xcc\xa6\x42\x3b\xbd\x3d\xd1\x9e\x77\xf4\xc0\x34\x38\x8c\xb3\x76\xdb\x2a\x53\xb3\x8d\x4a\x2c\xe4\x1b\xde\x19\x45\x37\xe3\xaf\xb6\x83\xfb\x8a\x61\x2c\xf3\xbb\xa3\xc9\xf5\x84\x9c\x3d\xa9\xb2\x3d\xdd\xed\x60\xd4\x04\x5e\xd5\x77\xfa\x7b\x56\x76\xde\x1c\xf0\x13\xf7\x37\xba\xed\x54\x19\x56\x7c\xb7\x2d\x83\x61\x6a\x5b\x6a\x8a\x7f\xd3\xcd\xef\xb7\x6c\x50\xe7\x71\x82\x9f\x9f\x50\x65\x73\xb3\xe3\x7f\xb5\xdb\xf3\x35\x7c\xce\x17\x72\x1f\x00\xab\x26\x94\x1b\xdf\x3a\xb3\xed\x5a\xc4\xba\xce\xff\x0e\xff\xbc\x2e\x4b\x3e\xcd\x61\xbf\x6a\x3e\xf6\x11\xa0\x34\x07\xd5\xc2\x36\xa1\x82\xe7\x6d\x4e\xdb\xdd\x44\x56\x6f\x3e\xdc\x46\xb8\x1b\xc4\x0e\x40\x66\xa5\x32\x95\x17\x1a\xe4\x20\x11\xae\xaf\x5b\x87\x78\xe2\x17\xa0\xe4\x27\x7a\x78\xdb\x42\xb5\xa4\x9c\x26\x5d\x6d\x61\x3c\x76\x98\xfa\x9a\x11\x9e\x76\x9d\xab\xe1\xcc\xfb\x3b\x26\x0c\x42\xa5\xbe\xc1\x61\x81\x42\x3c\x62\xbb\xec\x6e\x07\x9b\x98\x29\x5e\x01\xb6\xff\xd5\x35\xa0\xfe\x97\xce\x5a\xbe\xfd\x0d\x5d\xe1\x4f\x6e\x5a\xb0\xc7\x4f\x47\xa3\x59\x1b\x10\x65\x32\xad\x98\xa2\x7e\x4a\x08\x38\x55\x9d\x6f\xc9\x69\x66\xc8\x24\x39\xb5\xb6\x9d\x03\x79\xef\x6d\xae\x25\x9d\x40\xa5\x8f\xe7\xf7\x5f\xe3\xfb\x40\x84\x2f\xc8\x9c\x06\x9c\x80\x38\x04\x28\xf0\x7f\x92\x30\x66\xec\x1c\x13\x5b\xc1\x91\x90\x14\xc0\xc8\xd9\xea\xda\x43\xef\x5c\x9f\x30\xa2\x47\x01\xca\x8b\x19\xe9\x06\x6c\x0e\xf4\x12\x56\x03\x1f\x5e\xcc\xb5\xcf\x9c\x69\xc4\xc8\x56\x7f\x6f\x09\x0c\xae\x5b\xb3\x33\x21\x93\x9d\x86\x7b\x72\x0f\x8d\x87\x68\x2c\xe4\xce\xe9\xf8\x0c\x47\xa6\x10\xa1\x77\x06\x72\x84\x7e\x05\x0a\x8e\x44\xa6\x9c\x3b\x21\x95\x1a\x78\x6a\x6a\x06\xe2\xfd\x8b\x40\x5d\x21\x3d\x91\x2b\x27\xec\x2f\xb3\xae\xc4\xe1\x9c\x4f\x9b\x9a\xd3\x00\xeb\x99\x01\xe1\x25\xa1\xd3\x13\x85\xc2\xb3\x92\x3f\xd1\xab\x4b\xc0\x10\xe8\x87\x90\x9f\x88\x7a\xc0\x39\x55\x12\x29\x1e\x53\x5a\x68\xc3\x58\xc8\xd1\x5a\x55\x01\xcb\x33\x47\x6b\xfb\x66\x89\x3d\x96\xc4\x60\xe3\x51\x54\x13\xcf\xde\xc4\xa9\x8e\xe0\x84\x28\x9a\x41\xd4\x3d\x49\xfa\xba\x03\xbb\x2c\x1f\x90\xf8\xea\x44\x5b\xcd\x79\x20\xfe\xea\x3a\xc7\xcd\x9a\x37\x32\x60\x16\x18\xe2\xdf\xbc\xcb\xe0\xb9\x10\x1f\xdb\x22\x67\xa0\x09\x97\xc9\x71\x84\x3b\xb6\x6b\x49\x7f\x6f\x9c\xf6\xa8\xdc\xce\xe0\x9a\xa3\x33\x2d\xf8\xc7\x15\xa5\x32\x5e\x2a\x68\xe4\x57\x72\x15\x48\xbd\x22\x48\xc0\xe4\x24\x04\xfa\x68\xbc\xd4\x03\x40\x83\x9d\x69\x69\x50\x61\x8f\xe1\x53\x8c\xc5\x65\xb5\x67\x62\xd5\xf9\x55\x68\xc8\xa4\x0a\xf3\xb6\xa6\xa4\xb2\x72\xf5\xc8\xb9\x02\xca\xc1\xfe\x50\x28\x60\x8a\x0e\xaa\x34\x39\x65\x9d\x73\x4c\xae\x54\x6a\xfb\xc4\x3a\x9b\x26\x22\x37\x25\xb0\x42\x37\x2d\xd3\x3f\x02\x05\xd2\xf9\x56\x08\x17\x93\x7e\xa8\x6a\x40\x3f\xd3\xf8\x85\xe4\xf2\xb8\x5f\xd7\x19\x12\xfc\xaa\x9d\xd8\x79\x40\x9a\x9d\x85\x0c\xdf\x12\xe3\x6c\x1d\x72\x6d\x4d\xf3\xf5\x98\xfe\x98\xad\xe7\x6b\x81\xe9\x75\xbe\xf9\xbc\x7c\xd9\xd0\xeb\x6c\xb5\x9a\x2d\x36\x5f\x27\x14\x39\x99\x62\x08\x3f\x4d\xc5\x12\x9f\x73\x49\x02\x9d\xd9\x92\x49\x1f\xea\xd2\x54\x06\xa6\x23\xa8\xc1\xa8\x18\x99\x28\x0d\x8b\xe5\xe2\x6e\xbe\x78\x5c\xcd\x17\x9f\x1e\xbe\x3c\x2c\x36\x13\xfa\xf2\xb0\xba\xff\x8c\x87\x66\x7f\xcc\x9f\xe6\x9b\xaf\x7c\xfd\xe3\x7c\xb3\x78\x58\xaf\xe9\x71\xb9\xa2\x19\x3d\xcf\x56\x9b\xf9\xfd\xcb\xd3\x6c\x45\xcf\x2f\xab\xe7\xe5\xfa\x61\x4a\x9b\xcf\x0f\x84\xd3\xf3\xd5\x03\xad\xe6\xeb\x3f\x09\x5e\x6c\x96\xf2\xf5\x9f\x2f\x33\xb9\x66\xf9\x28\x3f\x97\xab\xf9\xa7\xf9\x62\xf6\x44\xaf\xcb\xd5\x9f\xf0\x54\xdc\xa3\xaf\xcb\x17\xdc\xc1\x68\x7c\x9c\xaf\xef\x9f\x66\x73\x18\xc1\x27\x92\xcf\x9c\x53\xbe\x35\x2d\x02\x2c\x15\x09\x6e\x73\xad\x02\xb2\x8d\x72\x6d\x20\xeb\x19\x4a\xa4\xad\xed\x83\x0c\x96\xbd\x0b\x83\xe8\x3e\xa2\xc0\x55\x2e\x44\x42\x87\x80\x0f\xc2\x92\xf7\x0c\x9f\x72\x03\x92\x30\x0c\xf9\xaf\xb6\xa6\x34\xcc\xf7\x17\x39\x50\xa3\x84\x19\x97\x75\x15\x38\x52\x67\x62\x62\x0a\x31\x96\x4a\xbd\xc7\xdb\x80\xde\x3a\xa8\xf8\xb1\xd0\x12\x3d\xe6\x91\x85\xed\x37\x7d\xc8\xa8\xd6\xfb\xd2\xec\x99\x3e\xb7\x93\x50\x45\x54\x06\x6d\x60\xf2\xf3\x91\xa3\x11\x21\x2c\x58\x3a\x2e\x52\x63\xcb\xdd\x83\x34\x11\x97\x9d\x4c\x2a\xc1\xb9\x41\x6d\x6c\x99\x1c\xe9\x2f\xdf\xa0\x58\x72\x23\x82\xc7\xa5\xec\xf3\xdf\x41\xd3\xbd\xfe\x77\x17\xb1\xcd\x55\xa5\xf6\x83\xba\x56\x28\x36\x88\x13\xca\x99\x20\x25\xf0\x14\x75\xd7\x77\xe5\xbb\x18\x50\xac\x8c\x2c\x0d\x57\x3b\x90\x9f\x30\x35\xbd\xcd\x3e\x94\xd6\x8b\x11\x7b\x6b\xf3\xa3\x29\x61\xaa\xb4\xae\xbe\xb5\x4d\xa3\xf6\xd2\x27\x55\x4d\xc7\x86\xed\x94\x29\x3b\x27\x8f\x57\xaa\xdc\x75\x75\x16\x6e\x8b\x40\x88\xf4\x01\x3d\x81\x93\x4f\x21\xba\xd9\x85\xa7\xe1\x31\xed\x23\x1b\xcb\x8b\xb8\x97\x29\xee\x31\x08\x90\x57\x69\xae\x4f\x8c\xfb\x79\x91\x4d\xce\x21\x6d\x85\x54\x68\x09\x05\x9e\x30\xf5\x5f\x1d\x44\x2e\xa0\xc5\xe0\x0d\xe4\xc6\xba\xbf\xf9\x41\xf4\x53\x65\x84\x28\x73\xb9\x92\xfe\x3d\x0b\x4d\xa2\x3a\x72\x0d\x29\xcc\xd6\xa0\xb4\xfa\x2e\x2b\x06\x26\x4e\xa1\xbf\x95\x26\x3c\x63\x7c\x6e\xc4\x73\xd0\xd8\x06\x33\xb9\xcb\x89\x97\x46\xc1\x13\x67\x2f\xfc\x3b\x93\xe1\x87\x5c\x00\x75\x6c\x88\xf3\xf9\x1e\x46\x75\x70\x11\xab\xd5\x05\x32\x10\xe2\x69\xdf\xc3\xf3\x87\x41\x9b\xc0\x38\x73\xfb\x01\xfd\x1e\x0f\x3e\x8f\xd1\xec\xaa\x5a\xda\x36\xf8\xab\xd1\xf1\x39\x16\x35\x96\xf9\xab\x64\xda\x49\xc0\xbf\x31\xac\x41\xed\x33\x15\xdc\xe7\xf6\xa0\xed\xe3\xae\x0e\xe0\x87\x00\x39\xca\x2d\xd2\x95\x7d\x15\x9b\x43\x2f\xb4\xe5\xf3\x05\xe3\x64\x63\xd3\x7d\xa5\x65\x78\x37\x44\xa8\x3d\x9a\x7d\x79\x29\x56\x77\xe4\x44\xa5\xb2\x02\x8d\xcc\x1d\x7a\x96\x5c\xde\x1b\x0e\x12\x3f\x6b\xe3\x60\xaa\x85\x21\x9c\x15\xa4\x71\xd1\x7f\x99\x42\x44\x11\x7b\x83\xce\x2a\xe8\x07\x66\x82\x71\x68\x27\x74\x00\x33\xa8\x1c\x6c\xf5\x70\xdc\x8b\x83\xac\xb8\x98\x28\xf6\x01\x09\x38\xc4\xd3\x5c\x18\x7f\x7e\xd9\x0d\x51\xf4\xd8\x88\x85\x7b\x9c\x6e\xac\x37\xa8\x70\xa7\x1f\x37\x6e\xd2\x6e\x70\x3b\x00\x25\xe3\xe6\xf4\x20\xf3\x0b\x13\xef\xa0\x6b\x23\xd4\xcf\x32\x56\x38\x18\xc5\xdd\x9c\xd4\x33\x24\xa5\x0d\xa5\xa7\xf7\x90\x4b\xa5\xa9\xbb\x10\x84\xc1\x30\x74\xad\x41\xae\xa5\x41\x88\x33\x54\x1a\x44\x55\x9e\x07\x25\xdd\x05\x44\x7f\xe0\x08\x7b\xf9\x7f\x4c\xb5\x61\x1a\x3a\x0f\xe1\xd7\xda\xd0\x2f\x1d\x0f\x86\xb4\x61\x44\xea\xf0\x30\x7b\xfb\x1c\xc6\x82\x59\x16\xf2\x7b\x33\x2c\xb0\x51\x08\xe2\x09\xcd\x63\xbc\x65\x9b\x81\x71\x19\x4a\x9d\x74\xe8\x92\x8d\x82\x99\xc8\x1c\x17\x3c\xfe\x3f\x81\xbe\xf9\x0c\x94\x38\x6b\x62\x48\xd8\xd0\x7e\x0d\x5e\x33\xbb\x10\x02\x53\x32\xbf\x51\x87\x7c\x67\x62\x27\xc7\x1d\x6f\xe7\xa4\xc6\xe8\x7d\x40\x81\x1d\xc6\xf7\xe5\x7a\x4e\xf7\xda\xc5\xa1\xc2\x22\xc8\x28\x1f\xc2\x1a\x6f\x77\xed\x91\x27\xc4\x80\xb7\x4f\x72\x9d\x64\x93\x4f\x27\x05\xe7\xf0\xc6\x89\x5c\x4c\x1a\xff\x0a\x58\x63\x9e\x57\x59\x7c\x10\x4b\x87\xa3\x3a\x4c\x44\x97\xb3\xec\x79\x4e\xed\xfb\x89\x30\x7a\x87\x95\x64\x24\xe2\xb3\x4a\x79\xf3\xc2\xed\x45\x02\x36\xcd\x3d\x6f\x95\x4d\x8a\xcd\x51\x9d\xbc\x14\xc2\x5e\xbc\x39\x15\xc1\xcd\xac\xed\x07\xe8\x30\x70\xa6\x6e\xf7\x52\x3d\xf1\x09\x30\x07\xca\xf6\x54\x97\x09\x09\xfa\x24\x17\xcb\xec\x03\x02\xa0\x3c\xea\x50\x2e\x42\x33\x80\x67\x1a\x14\x3f\xc3\x19\x2b\x83\x32\xeb\x44\xc7\xa7\x42\x22\xc1\x9f\xa8\x6e\x31\xb6\x1e\x59\x9c\x48\x7b\x73\x7f\x4b\x1f\x7e\xfb\xed\x03\x3d\xa9\xa3\x13\x35\x42\x7b\xb7\xb2\xc0\x67\x4a\x33\xb8\x15\xe9\x12\xab\x4a\x3e\xa5\xd1\xf3\x79\x6a\xc0\x4d\xc3\xff\x5a\x09\x74\x92\xa2\x21\x53\xf9\x30\x35\x07\xef\x27\xfd\x1f\x96\xee\x5e\x80\xc3\x96\x24\x2a\xdb\xc1\x38\x97\x8e\x05\x55\x0b\xbd\xf0\xf5\x49\x86\xc5\xf2\x6d\x8f\x3f\xfa\x4f\x00\x00\x00\xff\xff\x4e\x7f\x03\xfb\x55\x13\x00\x00") + +func confLicenseAcademicFreeLicenseV12Bytes() ([]byte, error) { + return bindataRead( + _confLicenseAcademicFreeLicenseV12, + "conf/license/Academic Free License v1.2", + ) +} + +func confLicenseAcademicFreeLicenseV12() (*asset, error) { + bytes, err := confLicenseAcademicFreeLicenseV12Bytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/license/Academic Free License v1.2", size: 4949, mode: os.FileMode(420), modTime: time.Unix(1440548254, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confLicenseAcademicFreeLicenseV20 = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xbc\x5a\xdd\x72\x1b\xb7\x15\xbe\xe7\x53\x60\x34\xd3\x89\x38\x43\x71\x2c\x27\x69\xda\xe4\x8a\x51\x24\x87\x8d\x23\xb9\x94\x54\x8f\x2f\xc1\x5d\x50\x44\xb2\x04\x18\x60\x57\x34\xdf\xa7\x4f\xd2\x27\xeb\x77\xce\x01\xf6\x87\xa4\xec\x24\x9d\xe9\x8d\x4d\x72\xb1\xc0\xf9\xfd\xbe\x73\x0e\xf4\xb0\x36\x6a\x56\xe8\xd2\x6c\x6c\xa1\x6e\x82\x31\xea\xad\x2d\x8c\x8b\x46\x8d\x9e\xa7\xea\xf5\xf4\xd5\xe8\x61\x6d\xe3\x0b\x4b\xce\x6b\xbc\x7d\x96\xbe\x9d\x8d\x95\xde\x6e\x2b\x6b\xa2\xaa\xbd\xd2\x6e\xaf\x7c\xb0\x4f\xd6\xe9\x4a\xed\x7c\xf8\x55\xf9\x95\xd2\x4d\xbd\xf6\x21\xae\xed\x36\xbd\x7a\x97\x57\xbc\xc7\x0a\x6c\xb0\x5b\x7b\x6c\xeb\x77\xce\x84\xc1\xe6\x3e\xe0\xe1\x5a\x47\xb5\xad\x74\x61\x4a\x45\x8f\x56\xbe\xaa\xfc\xce\xba\x27\xe5\x7c\x8d\x55\xca\x6e\x36\xa6\xb4\xba\x36\xd5\xbe\xf7\x90\x96\x16\x7e\xbb\xc7\x49\xeb\x3a\x2f\x5d\xf9\xc0\x0f\x06\xe7\x7f\xab\x46\x49\x95\x52\x35\xae\x34\xb2\xe4\xb4\xe6\xcf\x26\x44\xeb\x1d\x1b\x68\x74\x39\x56\x6f\x82\x76\x35\xa9\x78\xd5\x1e\x95\x96\x4e\x55\x56\x41\xad\x4d\x30\xcb\xbd\x7a\xa2\xb5\x51\x7d\xf0\x8d\xd2\x64\x9a\xaa\xbc\xd8\xd9\xd2\x4c\x54\xf0\x7b\x5d\xd5\xfb\x8b\x15\x4e\x9a\x40\x54\x77\x61\x3e\x16\x55\x13\xed\x33\xbe\x6e\x4d\xd8\x9a\xba\xd1\xd5\x44\xc5\x66\x59\xc9\xe6\x7a\x59\x19\x95\x3e\x93\xd5\x4b\x3f\x34\xcd\xb7\xa3\x91\x1e\xd3\x83\x60\xb6\xc1\x97\x0d\x54\x3f\x52\x5b\x59\x47\x06\x82\xdf\xbe\x53\xa3\x25\xaf\xde\x62\xb9\x0e\x46\xc1\x06\xf6\x59\xd7\x38\x9f\x5d\x18\xd5\xf9\xd9\x0f\xdd\x4f\xf4\x72\x84\x5f\x96\x9a\x2d\xb6\x85\x39\x8e\x36\xc7\x96\x05\x6f\x59\xda\x58\x07\xbb\x6c\x6a\x93\x0e\x23\x63\x1d\xcb\xa2\x5d\xa9\x0e\x8f\xa0\xd7\x69\xe5\x96\xd5\xc6\x8e\xa5\x08\x69\x02\xdc\xb8\x39\xb1\x89\x2c\xac\xf6\xdf\xf1\x76\x23\x93\x05\x40\xf0\xec\x3f\xb1\x7c\x3a\x1a\xbd\xee\x79\xf2\x1d\x22\xc9\xfd\xff\xdd\x38\x49\xb1\xb7\x95\xe3\x8b\x4a\xdb\x4d\xe4\x94\x28\x91\x50\x30\x9e\xab\x03\xdc\x8b\x6f\x4b\x51\xa6\x95\xab\x5e\xeb\x5a\x91\xdb\xcc\x66\xe9\x4b\x8b\x15\xf6\x84\x47\x14\xb2\x68\xd5\x04\x67\xe3\xfa\x78\x8f\x09\x59\x6a\xa3\x7f\x25\x29\x48\x94\x68\xaa\x8a\x8d\xe8\x57\x2b\xc8\x44\x69\x13\x75\x75\x2a\x88\x4e\x39\x0e\x06\xfd\xb2\x67\xd0\x7b\xdf\x04\x04\xe0\x95\x2f\x4d\x67\x55\xc2\x9f\xda\xc0\x8d\x67\xbd\xc7\x67\x6a\x63\xb4\x8b\xe2\xf5\x60\x70\x74\x80\xac\xec\xed\x93\x51\x43\x72\x41\x6a\x4a\xf7\x0d\x34\x5f\xd9\x02\x52\x78\xc7\x91\x63\x6b\x96\x4d\x93\x22\xcf\xda\x56\x6c\xeb\xd2\x17\xcd\x06\xe6\xe5\x65\x08\xf3\x58\x20\x36\xe9\xf5\xb5\xdf\xb1\x09\x68\x97\x13\xb1\x72\x1c\x05\xfa\x09\x5e\x8e\x92\x34\xfe\x19\xfe\x47\x30\x6c\x74\xb1\xb6\xce\x5c\x04\xa3\x4b\x3e\x8e\xf0\x27\x4b\xde\xb7\xc2\xe9\x14\xa8\x3c\x04\xd9\xd9\x7a\xad\x0c\x36\x1a\xbc\x3c\x5c\xc9\x0e\x6f\x05\xea\x32\x2c\xf6\xc4\x0c\x26\x9a\xf0\x6c\xc4\x96\x02\x4c\x90\x35\x42\xf1\xc8\x0a\x02\xdb\x3d\xc2\xf0\x49\x2c\x01\x85\x08\x61\xc9\x12\x7f\x40\x0d\x84\x99\x76\xf8\x97\x1c\x24\xfb\x00\x3f\x7c\xb4\xb5\x0f\x7b\x7c\xd4\xd1\x3b\xbc\xbf\x57\x85\xae\x8a\xa6\x42\x5c\x97\x29\x7f\x37\x70\x0e\x4e\xf8\xb8\x85\xac\x14\x35\xe4\x28\x04\xf8\xb3\x71\x96\x62\x5f\x17\x85\x89\x91\x84\xa2\x24\x23\x27\x23\x76\xd9\x3a\xf8\xbf\xd5\x90\x32\xc2\xba\x46\x9c\xd0\x83\x99\x23\x7b\x4d\x78\x7f\x52\x91\x12\x0f\x2c\x94\xd8\x41\x97\x65\xa0\x73\x58\x33\x5d\xbf\xa4\x08\x69\xf9\x27\xa8\x46\xb2\xb2\x23\xc6\xe3\x98\x1a\x8d\xbe\x1a\xab\x6b\x81\x08\x0a\xda\x9b\xe0\x37\x2d\xd1\x70\xf6\x4c\xd5\xad\x41\x3c\x24\x46\x72\x7a\x23\xf0\xd9\x65\xad\xf3\x07\x8f\x88\x7e\x19\x2a\xc8\x16\xa0\xdc\x93\x27\xcb\x7b\xcc\xd4\xec\x54\x8b\x4d\x02\xb1\x9d\x26\xd4\xa5\x5c\x47\xe8\x90\x0e\xfc\xc3\x04\xff\xed\xd5\xd2\x10\x32\xb0\x03\x8d\x2b\xb1\xb3\xa1\x85\x88\xfd\x8d\xaf\x29\x59\x89\x64\x80\x8a\xcc\x1c\x94\xb3\xa4\x0b\x47\xd9\x30\x74\x29\xbc\x7d\x53\x2b\xf8\x9e\x6d\xbf\x0d\x16\xdb\xec\x82\xad\x81\x7a\x12\x1a\x91\x09\x36\x85\x5b\x56\x15\x96\xf0\x35\x7b\x8e\xb1\xcd\xc6\xd6\x50\x71\x4d\x29\xbe\x24\xd2\x32\x1b\x11\x90\x11\x9a\xf5\x63\x8f\x88\x11\x5a\x05\x27\x9d\xaf\xf0\x59\xe0\x16\x1f\x78\x01\x34\x2f\x82\xa9\xd9\x08\x6c\x1f\x36\xbe\x75\x70\x78\x65\x0a\x82\x6f\x52\x15\x62\xd6\xfb\xbe\x23\xa0\x4e\x61\xb6\x35\x85\x67\x52\x0c\xf1\x11\x6b\x8e\x78\xc2\x0b\xeb\x48\xfe\x0c\xed\x99\xb7\xa1\x04\x4b\x2a\x42\x1f\xa2\x2f\x76\x15\xf0\xa5\xb4\xa5\x1f\x04\xdd\x09\xbd\x5a\x4f\x1f\x70\x45\x8a\x14\x2d\xe8\x5f\xe5\x9a\x26\x3d\x2e\xcd\xca\x3a\x21\x87\x7b\xe8\x22\x55\x0c\x89\x25\x61\x3b\x94\x86\x36\xe8\xc7\x44\x5f\x57\xa4\xa9\xb2\x2b\xd0\x18\x40\x4a\x1e\x13\xf9\x58\x87\x40\x2e\x5f\x20\x9f\xdf\xe1\x3e\x32\x72\x80\xed\x32\x4a\x04\xbf\x06\x34\xf7\x70\x8e\x43\x4a\x94\xa2\x8d\x84\x2d\x01\xd7\xb0\x11\x19\x81\xc8\x24\xf6\xe2\x2e\x1f\x40\x76\xfa\x14\x7c\xb2\xd5\x76\x36\x52\xa9\xd3\x54\xf0\x97\x26\x40\xea\x20\x33\x99\x11\xd9\xfa\xf5\x58\x71\x4d\x1c\x93\xf5\x48\x62\x47\x9f\xa0\x01\xc2\x61\x43\x31\x5c\x62\xdd\x5f\xc7\x6a\x56\x4b\x06\xd2\xb2\x05\x47\xda\x94\xb1\x6c\xd3\xc4\x1a\xd8\x52\x6b\xeb\x26\xd9\x50\x07\xc4\x40\xf2\x1e\x57\x42\x24\x32\x6d\x80\xe8\x84\xcf\x27\x4c\x6b\x6d\x18\xe7\x28\xa6\x98\x69\x9d\x96\x70\xa8\x35\xc9\xe7\x19\x68\x42\xf1\xbb\x63\xe6\x8f\x2c\x46\xde\x01\x8b\x3b\xbb\x33\xa9\xe2\xa1\x90\xe7\x96\x85\xac\xcd\x47\x04\x50\x49\xd6\x58\x59\x29\xd3\x29\xe8\x65\x1f\x75\xd6\xb7\xc6\x2d\xef\x39\x3d\xeb\xcc\x51\xe8\x26\x9a\x23\x01\x57\x29\x03\x3f\x67\x0a\x72\x51\xa1\x03\x70\x5a\x33\x1a\x21\xc4\x61\x88\xe3\x13\x5f\xe6\x23\x81\x7d\x3c\x2f\xec\xd6\x72\x76\xb5\x47\x70\x2c\x48\x65\x91\x9a\x8f\x43\x04\xff\x66\xac\xde\xe3\x74\xe4\x0d\x03\xc2\x3b\xd4\x02\xc6\x69\x57\x08\xa7\xfd\x60\x23\x27\x9f\xa1\x5c\x6e\x17\xf6\x58\x7a\x27\x3f\xa5\x23\x87\x3c\xc2\xec\x5a\x9e\x04\x70\x79\x40\x45\x92\xf8\x3d\xc1\x5c\xce\xdf\x64\x7d\x30\x5e\x7b\x10\x65\xa8\xd4\x92\x87\xd5\x63\x7a\xd8\x15\xa5\x7c\x24\x69\xdf\xf5\x42\x92\x5b\x1c\x33\xbd\xcc\xe2\x52\x85\xa5\x38\x82\xed\x1e\x05\x9d\xc7\xb1\xfc\x4a\x1d\x5e\x87\xbc\xac\xc2\x40\xfc\x29\x71\xe1\x4b\x28\x9a\x72\xa5\xcf\xbf\xf0\x76\x61\xf0\x0d\x31\x19\x0d\xa5\x62\x81\xbc\x38\xd1\xe5\xc4\x5c\xa1\x75\xdd\x5d\x4f\x09\xef\x24\x44\xef\xd5\xfc\xfe\x4c\x7d\x3f\xbb\x9f\xdf\xb3\x68\xef\xe7\x0f\x3f\xde\x3d\x3e\xa8\xf7\xb3\xc5\x62\x76\xfb\xf0\x61\xa2\x12\x13\x67\xe6\x82\xdd\xec\x86\xd8\xbd\x9c\x24\xec\x83\x24\x93\x96\xe0\x2a\x0b\x3c\xe0\x5a\x42\x84\x4a\x9e\x4e\x0d\xd0\xed\xdd\xed\xc5\xfc\xf6\x66\x31\xbf\x7d\x73\xfd\xf3\xf5\xed\xc3\x44\xfd\x7c\xbd\xb8\xfa\x11\x07\xcd\xbe\x9f\xbf\x9d\x3f\x7c\xa0\xed\x6f\xe6\x0f\xb7\xd7\xf7\xf7\xea\xe6\x6e\xa1\x66\xea\xdd\x6c\xf1\x30\xbf\x7a\x7c\x3b\x5b\xa8\x77\x8f\x8b\x77\x77\xf7\xd7\x28\xa2\x7f\xbc\x56\x78\x7b\xbe\xb8\x56\x8b\xf9\xfd\x4f\x0a\x5a\x3c\xdc\xf1\xaf\xff\x7c\x9c\xf1\x36\x77\x37\xfc\xf5\x6e\x31\x7f\x33\xbf\x9d\xbd\x55\xef\xef\x16\x3f\x41\x53\x56\x4f\x7d\xb8\x7b\x9c\x0a\xa4\xfd\x30\xbf\xbf\x7a\x3b\x9b\x43\x08\x7a\x23\xeb\x4c\x6e\x8c\xb5\xad\xa9\xb4\x24\x2b\x41\x6d\x4a\x71\x22\x41\x1d\xea\xc3\x78\x60\x2e\xe9\xf5\xa4\x47\x6e\xe8\x87\xa7\x78\x22\xd1\x66\xcf\x2d\x65\x9b\x31\x48\xae\xbf\x8d\xb1\x77\x36\xa3\x70\x90\x5e\xda\xca\x52\x0a\x3d\xf2\x3b\x0e\xc9\x6f\x03\x6a\x7a\x84\x89\x2b\x8c\x44\x55\x93\x1f\x55\xe6\x09\xc7\xc3\xfa\x28\xe3\xe0\x99\xb5\x49\x6c\x0e\xe9\x20\xfe\x79\xeb\x35\xe5\xcc\x13\x4a\x61\x8a\xa0\xf1\x44\x62\x57\x17\x40\xd5\x3e\x3b\x4c\x12\x53\x0d\x72\x67\x49\x2c\xcb\x25\x72\x9a\x7c\x20\x13\x00\x32\x2d\x78\x95\x16\xa8\x52\x53\x7c\xe4\x4f\x71\x0b\x98\xa1\x26\x10\x87\x33\x60\xd2\x67\x29\x66\xa3\xf9\xad\x49\xe6\x2d\xf5\x46\x3f\xf5\x0a\xba\xb5\x26\x81\x0c\x65\xaa\x15\x10\x8e\x44\x51\x26\x36\xd5\x91\x1b\x54\x2a\x09\x09\x54\x4f\x76\x0f\x9f\x09\xd6\x7c\x36\xe9\x50\x79\x29\x8f\x9f\xbc\x2f\x77\xb6\x82\xa8\x3c\xd1\x89\xb5\xdf\x6e\xb1\x88\x6c\xb5\xd9\x36\x24\xd8\x0a\x1d\x56\x13\xf8\xf0\x8d\xae\x56\x8d\x2b\x64\xb7\x64\x88\xdc\x89\x49\x89\x82\xb7\xe0\xe0\x62\xa0\xa9\x1c\x46\x2d\x0c\x07\x64\x35\xf0\x7b\x95\xfd\x9e\x9c\x00\x62\xe2\xd2\x7a\x2f\x04\x9d\x1f\x92\xc8\x25\x48\x61\xcd\xa5\x29\xbb\x02\x47\x58\xf7\x4b\xc3\xfd\x08\x59\x8b\x8c\xb7\xea\xea\x6c\x1f\xbe\x88\x3d\xef\x67\xb0\x05\x9d\x71\x1f\x42\xd5\x7b\x21\x4d\xba\xde\xb5\x25\x49\x94\xd2\xa7\x13\x71\x0a\xe6\xda\x18\x85\x63\x6c\x2c\x6d\x21\x2d\x68\xe9\x45\x4c\x6a\x12\xd2\xa6\xa9\xd2\x67\x65\x07\xfa\x75\xc1\xf0\x62\x2c\x20\x74\xbc\xf8\xb9\xdb\x87\xac\xda\xdb\x88\xca\xf4\x81\x65\x00\xe2\xc8\xa2\xbf\xa3\x1c\x29\x28\xcf\x5a\x5a\x7a\x20\xbc\x76\x49\xf4\xf9\x8a\xc1\xfe\x77\xce\x69\xc8\x9f\x87\x9c\x3c\xe9\xb8\x9c\x8a\x58\x8e\xcc\xc4\xb5\xd0\x7a\xb5\xa2\x64\xeb\xb8\x64\x98\xaf\x90\xd2\x2f\xa9\x1c\x4a\x26\x12\x6c\xd5\x0c\x34\x24\x41\x9f\x95\xfd\xcb\x5c\xd4\xd5\x97\xa6\x42\xdc\x43\x8d\x61\x4e\x9c\x73\x1c\x4a\xf4\xe5\x66\x83\x3b\x78\x2a\xa7\x91\xc6\xf5\xce\xe0\x97\x8e\x2d\x61\x24\xe8\x34\xee\xcf\x7a\x7a\x24\x47\x25\x87\x14\x1f\x47\xd5\xc9\xa7\x66\x62\x9c\x99\x68\x9f\x3e\x52\xec\xa7\xca\x34\x19\xf9\x80\xc0\x7b\x25\xfa\x65\x62\xf3\x49\x5b\x78\x69\x48\xbf\xd9\xd6\x69\xec\x17\xfd\x21\x8a\xbe\x44\xd7\x7f\xd6\x06\xb6\x4f\xc7\x39\x07\xa4\x90\x78\x9c\xde\x4f\x7b\x15\x0b\x92\x44\xc8\x0e\xd1\x0b\xb3\x54\xdc\xec\xe8\x1d\x8b\x92\x33\xbf\xa1\xc2\x80\xc2\x39\xf5\xe4\x5c\xf6\x4b\x2c\x12\x56\x93\x59\xf7\x3c\x1d\x0a\x06\x81\x03\x88\xc1\x9a\x64\x31\xa9\x3e\x5f\xb2\x59\x2a\x5a\x4e\x9a\x4e\x1e\x94\x34\x1e\x32\xf4\x25\xf0\x88\x21\x65\xc4\xa1\x9d\x5a\xac\x42\x5e\x52\xd8\xb1\x31\xd3\x84\xa2\xb4\x9c\xdc\xc8\xaa\xcb\x57\xe3\x7e\x1e\x31\xf6\xa4\xc9\xe1\xac\x90\xcc\x7a\x38\xee\x73\xea\xf4\x86\xa1\x91\xb8\xa7\x59\x43\xc1\xcd\x43\x32\x76\x4a\x61\x9e\x75\x30\x3d\x7e\x36\x52\x92\xd6\xcb\xfd\x81\x0e\x6d\xfa\x96\x49\x65\x01\x5d\x41\x00\x68\x2f\xe8\xdc\x31\xa0\x46\x44\x03\x7f\x2f\x98\x7c\x05\x84\x1a\xf2\x0c\x7f\x9f\xb0\x76\xa9\x58\x43\xb9\x1c\xf0\x86\x44\xcd\xb9\x1d\x23\x86\x90\xbe\xb1\xd7\x51\x71\x5d\x88\x78\x01\xd5\x71\x94\xea\xfc\x6a\x0f\x4f\xa9\xa9\xf5\xab\x7a\xa7\x85\x33\xce\x6d\x6f\x23\xd2\x96\xc0\x0f\x88\xfe\x3b\xb7\x3a\x4e\xb5\xf3\x25\x0f\x19\xb2\x7a\x50\x7e\x99\x3c\xf5\x02\xb0\xf1\x49\x12\xa4\x7d\xc1\xc0\xbc\x25\x7d\x1e\x93\xcb\x2f\xc7\xea\x1f\x3d\x8c\x9f\xa8\x7f\x19\xd7\x48\xc0\xbc\x41\xdd\x1f\x1c\x1d\xf5\x56\xef\xa6\x6a\x46\x79\x2a\x51\x48\xe3\x94\xc6\x52\xd7\x87\x8e\x83\xa7\x45\x7e\xe8\xab\x34\x5d\x59\x06\xdf\x50\x12\x79\x57\xed\x73\xb9\x0b\x27\x84\xd4\xed\x0f\xd8\x85\x6a\x19\x2e\xf1\x07\xd5\x08\xec\x04\x16\x91\xca\x94\x96\x58\x90\x54\x7f\x5a\x26\x13\x1a\x8a\xe9\x6d\xb0\x68\x11\x71\x2c\x78\xc4\x21\xb1\x27\xbd\xba\x89\x47\x07\x29\x69\xb9\x2b\x19\x1c\xdc\x99\x94\xf6\xc1\xa6\x2b\xb8\xa1\xbe\xf0\xab\x8b\xc4\x90\xcf\x96\x87\x59\x32\xe0\x4d\x5e\xaa\x7b\x9d\xc1\xa3\x63\xf0\xb8\x4d\xbe\xb8\xe2\xa9\x9f\x2c\x70\xf4\x8d\x4b\xaf\xd8\x5e\xd4\xcc\x07\xf0\x70\x4f\x33\x68\x6c\xf4\x06\xf5\x48\x1c\x02\x93\x08\x86\xfe\x9b\x6d\xff\x62\xf1\x83\x6a\x87\x8c\xc4\x4f\x22\x90\xeb\x38\xfd\x09\xfa\x56\x54\xd2\xe4\xe4\xcf\x19\xde\x4e\x2a\xd0\x2a\xfd\x92\xe2\x91\x33\x92\xd0\x2e\x18\x19\xcc\x70\x57\x83\x0e\xb0\xaa\x7b\x14\xca\x30\xd9\x5d\x10\xcd\xa8\x10\xbc\xfc\x86\x7f\xbe\x9a\xaa\xff\xfc\x5b\x5d\xbe\xba\x54\xa6\x46\x1b\xf3\xdb\xf4\x8f\x01\xe8\x4b\xe8\xd9\x9b\x52\x88\xd8\xb1\x09\xcf\xdc\xa9\x27\x7a\xc8\x4a\x1d\xf2\x28\xa2\xfc\x35\x8f\x2f\x7c\x70\x66\x1f\xd5\x8d\xa1\x92\x6c\xee\x84\x79\x64\x47\x1e\x01\xc2\x41\x85\xf9\x04\xdb\xf0\x14\xd1\xf0\x68\x3e\xd7\x78\x5d\x06\x50\xf4\xd6\x7e\x92\xe7\xfc\x34\x9e\xa7\xdf\xa9\xab\xd8\x77\x76\x66\x0c\xa8\x04\xe4\x50\x07\x50\x86\xa5\xa8\x8b\xc9\xd2\x32\x41\x26\x63\x7c\xa6\xa8\xed\x15\x24\x3a\xeb\xf6\x85\x5a\x19\x93\x91\x9d\x76\xc4\x1e\x0d\x5f\x38\xf0\xc5\x98\x73\xc9\x80\x8c\x0c\x5c\xf1\x9d\x80\x4d\xb2\xca\x76\x6b\x34\xd3\x45\x6f\xd1\xff\xea\x84\x2f\xc7\xea\x67\xb4\x42\xa6\xaa\xb4\x33\xbe\x89\x07\x6c\x42\xd7\x7a\x26\xa6\x61\x85\xe1\x32\xbc\x32\xc4\x2a\x2d\x9f\x43\x81\x22\x21\x12\xc7\x7a\x8a\xd9\x0d\x55\x0f\x72\x89\xe1\x57\x5c\xfc\x71\xdb\x92\xf3\xf6\xc8\x8d\xf8\xb8\x36\x15\xbb\x80\x26\xc0\x2e\x39\x9e\x2c\x39\x11\x7d\xbb\x77\x5b\xc7\x31\x75\xd3\x2c\x96\xb1\x6c\x58\x53\xc3\xaa\x48\x58\x02\x9f\x34\xf3\xa4\x8b\x9a\xde\xae\xa4\xfc\x57\x63\x14\x56\x2b\xeb\x6c\xb6\xce\x19\x08\xec\x8c\xdc\xf2\x30\xa8\xf9\xe4\xe7\x7a\xcd\xc8\xe9\x0f\x6a\xbe\x41\xc3\xd7\xc0\x47\x41\x9a\x8c\x1d\x65\x91\xa6\xe7\x72\xd7\xc4\x37\x18\xa5\x7d\xb6\x65\x23\xe5\xb7\x4e\x7d\x63\xa2\xa0\x5e\xf1\x91\xb8\x97\x71\x72\x92\x02\x07\x86\xdf\xdb\x7c\x6f\x93\xca\x86\x7e\x56\x4c\x0e\xea\xd4\x1b\x12\xa2\xdb\x9f\x33\x39\xab\xc7\x08\x16\xfb\xfc\xc7\x00\x9c\xae\xfe\x28\xca\xe3\xf0\x1e\x90\xfb\x2b\x9b\x24\x62\x86\xf7\x2e\xaf\x10\x89\xf6\x68\x01\xf8\xcc\x6d\x13\xb6\x3e\x9a\x2e\x51\xcb\xd6\xc2\x10\x20\xbd\x93\xef\xdf\x88\xd6\x39\x37\xc9\x5a\x93\xd4\xc6\x0a\xaf\xe4\x46\x96\xc7\x6e\x79\x70\x27\x3f\x26\xb6\xdb\x68\xa7\x53\x79\x90\x73\x42\xb4\xe9\x3c\xb2\xdc\xb7\x5d\xf6\x41\x93\x9d\x6b\x01\xfe\x53\x00\xfe\x83\x01\xec\xb1\xb2\xab\x9a\x7b\xeb\x82\x6b\x8e\xaf\x5f\xfd\x65\xcc\x07\xf9\xd0\xa2\x3c\xe1\x3a\xca\x39\x99\x06\x81\xb4\xc9\xac\xb2\x17\x36\x5b\x1a\x07\x65\xb9\xdf\x1c\xec\xdb\x93\x8d\xc2\xee\xeb\xb1\xcc\x6a\x49\xb7\x47\xf2\x55\xae\xc8\xb2\x9a\x47\xd7\xe7\xe4\xef\x9d\x06\x4c\x52\xdb\xd5\x0d\x92\x71\x3a\x30\xba\xa8\xdb\x9b\x5b\x29\x1b\xf3\xf0\x6d\x88\x92\xf8\x89\xeb\x66\x0a\xa7\x96\xad\x79\x92\x49\xde\xa2\x8d\x79\x46\x89\x78\xa2\x41\x77\xaa\x53\x82\xa4\x59\x44\x9f\x11\x2d\xa1\x1a\xdf\xd0\x92\x3a\x0d\xbd\x25\x37\x67\xd0\x29\xf5\xd2\x6d\x2e\x77\x24\x74\x7e\x35\x56\xaf\x5f\xbd\xfa\x92\xea\x95\xc0\x75\xe1\xf5\x54\x2d\x10\x21\x80\xae\x19\xd4\x4a\xb1\x9e\xae\x11\x41\xab\xa3\x77\x5d\x03\xc4\xa8\xd0\x5d\x86\x0b\x44\xf3\x2d\x21\x69\x31\xb8\x8b\xeb\x9d\x9f\x81\xb9\x7f\x55\xdb\xb6\xfb\x5d\x2d\x44\x2a\x2f\x7b\x63\xd7\xfc\x5a\xbf\x41\x3c\x7d\x61\x24\xe4\x90\x35\x64\x57\x4f\x47\xff\x0d\x00\x00\xff\xff\x7d\x87\xaf\x91\xe9\x22\x00\x00") + +func confLicenseAcademicFreeLicenseV20Bytes() ([]byte, error) { + return bindataRead( + _confLicenseAcademicFreeLicenseV20, + "conf/license/Academic Free License v2.0", + ) +} + +func confLicenseAcademicFreeLicenseV20() (*asset, error) { + bytes, err := confLicenseAcademicFreeLicenseV20Bytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/license/Academic Free License v2.0", size: 8937, mode: os.FileMode(420), modTime: time.Unix(1440548254, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confLicenseAcademicFreeLicenseV21 = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xbc\x5a\xdb\x72\x1b\x37\xd2\xbe\xd7\x53\xa0\x54\xf5\x57\xc4\x2a\x8a\x65\x39\xc9\x9f\xdd\xcd\x15\xa3\x48\x0e\x37\xb6\xe4\xd5\x61\x5d\xbe\x04\x67\x30\x22\x92\x19\x60\x02\xcc\x88\xe6\x13\xed\x7b\xec\x93\xed\xd7\xdd\x98\x13\x49\xd9\x49\xb6\x6a\x6f\x2c\x92\x83\x01\xfa\xf8\x7d\xdd\x0d\x3f\x6c\x8c\x5a\x66\x3a\x37\x95\xcd\xd4\x75\x30\x46\xbd\xb5\x99\x71\xd1\xa8\x93\xe7\xc5\xeb\xc5\xc5\xc9\xc3\xc6\xc6\x17\x56\x9c\x35\x78\xf9\x34\x7d\x3b\x9d\x29\x5d\xd7\xa5\x35\x51\x35\x5e\x69\xb7\x53\x3e\xd8\x27\xeb\x74\xa9\xb6\x3e\xfc\xaa\x7c\xa1\x74\xdb\x6c\x7c\x88\x1b\x5b\xa7\x57\x6f\xbb\x15\x1f\xb0\x02\x1b\x6c\x37\x1e\xdb\xfa\xad\x33\x61\xb2\xb9\x0f\x78\xb8\xd1\x51\xd5\xa5\xce\x4c\xae\xe8\x51\xe1\xcb\xd2\x6f\xad\x7b\x52\xce\x37\x58\xa5\x6c\x55\x99\xdc\xea\xc6\x94\xbb\xd1\x43\x5a\x9a\xf9\x7a\x87\x93\x36\x4d\xb7\xb4\xf0\x81\x1f\x4c\xce\xff\xdb\xc9\x49\x52\x25\x57\xad\xcb\x8d\x2c\x39\xae\xf9\xb3\x09\xd1\x7a\xa7\xc8\x40\x27\x17\x33\xf5\x26\x68\xd7\x90\x8a\x97\xfd\x51\x69\xe9\x42\x75\x2a\xa8\x8d\x09\x66\xbd\x53\x4f\xb4\x36\xaa\x8f\xbe\x55\x9a\x4c\x53\xe6\xe7\x5b\x9b\x9b\xb9\x0a\x7e\xa7\xcb\x66\x77\x5e\xe0\xa4\x39\x44\x75\xe7\xe6\x53\x56\xb6\xd1\x3e\xe3\x6b\x6d\x42\x6d\x9a\x56\x97\x73\x15\xdb\x75\x29\x9b\xeb\x75\x69\x54\xfa\x4c\x56\xcf\xfd\xd4\x34\x50\x49\xcf\xe8\x41\x30\x75\xf0\x79\x0b\xd5\x0f\xd4\x56\xd6\x91\x81\xe0\xb7\xef\xd5\xc9\x9a\x57\xd7\x58\xae\x83\x51\xb0\x81\x7d\xd6\x0d\xce\x67\x17\x46\x75\x76\xfa\xe3\xf0\x13\xbd\x1c\xe1\x97\xb5\x66\x8b\xd5\x30\xc7\xc1\xe6\xd8\x32\xe3\x2d\x73\x1b\x9b\x60\xd7\x6d\x63\xd2\x61\x64\xac\x43\x59\xb4\xcb\xd5\xfe\x11\xf4\x3a\xad\xac\x59\x6d\xec\x98\x8b\x90\x26\xc0\x8d\xd5\x91\x4d\x64\x61\xb9\xfb\x9e\xb7\x3b\x31\x9d\x00\x08\x9e\xdd\x67\x96\x2f\x4e\x4e\x5e\x8f\x3c\xf9\x1e\x91\xe4\xfe\xf7\x6e\x9c\xa7\xd8\xab\xe5\xf8\xac\xd4\xb6\x8a\x9c\x12\x39\x12\x0a\xc6\x73\x4d\x80\x7b\xf1\x6d\x2d\xca\xf4\x72\x35\x1b\xdd\x28\x72\x9b\xa9\xd6\x3e\xb7\x58\x61\x8f\x78\x44\x21\x8b\x8a\x36\x38\x1b\x37\x87\x7b\xcc\xc9\x52\x95\xfe\x95\xa4\x20\x51\xa2\x29\x4b\x36\xa2\x2f\x0a\xc8\x44\x69\x13\x75\x79\x2c\x88\x8e\x39\x0e\x06\xfd\x7a\x64\xd0\x7b\xdf\x06\x04\xe0\xa5\xcf\xcd\x60\x55\x82\x9f\xc6\xc0\x8d\xa7\xa3\xc7\xa7\xaa\x32\xda\x45\xf1\x7a\x30\x38\x3a\x40\x56\xf6\xf6\xd1\xa8\x21\xb9\x20\x35\xa5\x7b\x05\xcd\x0b\x9b\x41\x0a\xef\x38\x72\x6c\xc3\xb2\x69\x52\xe4\x59\xdb\x92\x6d\x9d\xfb\xac\xad\x60\x5e\x5e\x86\x30\x8f\x19\x62\x93\x5e\xdf\xf8\x2d\x9b\x80\x76\x39\x12\x2b\x87\x51\xa0\x9f\xe0\xe5\x28\x49\xe3\x9f\xe1\x7f\x04\x43\xa5\xb3\x8d\x75\xe6\x3c\x18\x9d\xf3\x71\x84\x3f\x9d\xe4\x63\x2b\x1c\x4f\x81\xd2\x43\x90\xad\x6d\x36\xca\x60\xa3\xc9\xcb\xd3\x95\xec\xf0\x5e\xa0\x21\xc3\xe2\x48\xcc\x60\xa2\x09\xcf\x46\x6c\x29\xc0\x04\x59\x23\x14\x8f\xac\x20\xb0\xdd\x23\x0c\x9f\xc4\x12\x50\x88\x10\x96\x2c\xf1\x07\xd4\x40\x98\x69\x87\x7f\xc9\x41\xb2\x0f\xf0\xc3\x47\xdb\xf8\xb0\xc3\x47\x1d\xbd\xc3\xfb\x3b\x95\xe9\x32\x6b\x4b\xc4\x75\x9e\xf2\xb7\x82\x73\x70\xc2\xa7\x1a\xb2\x52\xd4\x90\xa3\x10\xe0\xcf\xc6\x59\x8a\x7d\x9d\x65\x26\x46\x12\x8a\x92\x8c\x9c\x8c\xd8\x65\xeb\xe0\x6f\xaf\x21\x65\x84\x75\xad\x38\x61\x04\x33\x07\xf6\x9a\xf3\xfe\xa4\x22\x25\x1e\x58\x28\xb1\x83\xce\xf3\x40\xe7\xb0\x66\xba\x79\x49\x11\xd2\xf2\x4f\x50\x8d\x64\xe5\x40\x8c\x87\x31\x75\x72\xf2\xcd\x4c\x5d\x09\x44\x50\xd0\x5e\x07\x5f\xf5\x44\xc3\xd9\xb3\x50\x37\x06\xf1\x90\x18\xc9\xe9\x4a\xe0\x73\xc8\x5a\xe7\xf7\x1e\x11\xfd\x32\x54\x90\x2d\x40\xb9\x47\x4f\x96\xf7\x98\xa9\xd9\xa9\x16\x9b\x04\x62\x3b\x4d\xa8\x4b\xb9\x8e\xd0\x21\x1d\xf8\x87\x39\xfe\xec\xd4\xda\x10\x32\xb0\x03\x8d\xcb\xb1\xb3\xa1\x85\x88\xfd\xca\x37\x94\xac\x44\x32\x40\x45\x66\x0e\xca\x59\xd2\x85\xa3\x6c\x1a\xba\x14\xde\xbe\x6d\x14\x7c\xcf\xb6\xaf\x83\xc5\x36\xdb\x60\x1b\xa0\x9e\x84\x46\x64\x82\x4d\xe1\xd6\xa9\x0a\x4b\xf8\x86\x3d\xc7\xd8\x66\x63\x6f\xa8\xb8\xa1\x14\x5f\x13\x69\x99\x4a\x04\x64\x84\x66\xfd\xd8\x23\x62\x84\x5e\xc1\xf9\xe0\x2b\x7c\x16\xb8\xc5\x07\x5e\x00\xcd\xb3\x60\x1a\x36\x02\xdb\x87\x8d\x6f\x1d\x1c\x5e\x9a\x8c\xe0\x9b\x54\x85\x98\xcd\x6e\xec\x08\xa8\x93\x99\xba\xa1\xf0\x4c\x8a\x21\x3e\x62\xc3\x11\x4f\x78\x61\x1d\xc9\xdf\x41\x7b\xc7\xdb\x50\x82\x25\x15\xa1\xf7\xd1\x17\xbb\x0a\xf8\x52\xda\xd2\x0f\x82\xee\x84\x5e\xbd\xa7\xf7\xb8\x22\x45\x8a\x16\xf4\x2f\xbb\x9a\x26\x3d\xce\x4d\x61\x9d\x90\xc3\x3d\x74\x91\x2a\x86\xc4\x92\xb0\x9d\x4a\x43\x1b\x8c\x63\x62\xac\x2b\xd2\x54\xd9\x02\x34\x06\x90\x92\xc7\x44\x3e\xd6\x21\x90\xf3\x17\xc8\xe7\x77\xb8\x8f\x8c\x1c\x60\xbb\x0e\x25\x82\xdf\x00\x9a\x47\x38\xc7\x21\x25\x4a\xd1\x46\xc2\x96\x80\x6b\xd8\x88\x8c\x40\x64\x12\x47\x71\xd7\x1d\x40\x76\xfa\x1c\x7c\xb2\xd5\xb6\x36\x52\xa9\xd3\x96\xf0\x97\x26\x40\x1a\x20\x33\x99\x11\xd9\xfa\xed\x4c\x71\x4d\x1c\x93\xf5\x48\x62\x47\x9f\xa0\x01\xc2\xa1\xa2\x18\xce\xb1\xee\xff\x67\x6a\xd9\x48\x06\xd2\xb2\x3b\x8e\xb4\x05\x63\x59\xd5\xc6\x06\xd8\xd2\x68\xeb\xe6\x9d\xa1\xf6\x88\x81\xe4\x3d\xac\x84\x48\x64\xda\x00\xd1\x09\x9f\xcf\x99\xd6\xfa\x30\xee\xa2\x98\x62\xa6\x77\x5a\xc2\xa1\xde\x24\x5f\x66\xa0\x39\xc5\xef\x96\x99\x3f\xb2\x18\xdd\x0e\x58\x3c\xd8\x9d\x49\x15\x0f\x85\x3c\x6b\x16\xb2\x31\x9f\x10\x40\x39\x59\xa3\xb0\x52\xa6\x53\xd0\xcb\x3e\xea\x74\x6c\x8d\x1b\xde\x73\x71\x3a\x98\x23\xd3\x6d\x34\x07\x02\x16\x29\x03\xbf\x64\x0a\x72\x51\xa6\x03\x70\x5a\x33\x1a\x21\xc4\x61\x88\xc3\x13\x5f\xe6\x23\x81\x7d\x3c\xcf\x6c\x6d\x39\xbb\xfa\x23\x38\x16\xa4\xb2\x48\xcd\xc7\x3e\x82\x7f\x37\x53\x1f\x70\x3a\xf2\x86\x01\xe1\x3d\x6a\x01\xe3\xb4\xcb\x84\xd3\x7e\xb4\x91\x93\xcf\x50\x2e\xf7\x0b\x47\x2c\xbd\x95\x9f\xd2\x91\x53\x1e\x61\x76\xcd\x8f\x02\xb8\x3c\xa0\x22\x49\xfc\x9e\x60\xae\xcb\xdf\x64\x7d\x30\x5e\x7f\x10\x65\xa8\xd4\x92\xfb\xd5\x63\x7a\x38\x14\xa5\x7c\x24\x69\x3f\xf4\x42\x92\x5b\x1c\x33\xa3\xcc\xe2\x52\x85\xa5\x38\x80\xed\x11\x05\x9d\xc5\x99\xfc\x4a\x1d\xde\x80\xbc\xac\xc2\x44\xfc\x05\x71\xe1\x4b\x28\x9a\x72\x65\xcc\xbf\xf0\x76\x66\xf0\x0d\x31\x19\x0d\xa5\x62\x86\xbc\x38\xd2\xe5\xc4\xae\x42\x1b\xba\xbb\x91\x12\xde\x49\x88\xde\xab\xd5\xfd\xa9\xfa\x61\x79\xbf\xba\x67\xd1\x3e\xac\x1e\x7e\xba\x7d\x7c\x50\x1f\x96\x77\x77\xcb\x9b\x87\x8f\x73\x95\x98\xb8\x63\x2e\xd8\xcd\x56\xc4\xee\xf9\x3c\x61\x1f\x24\x99\xf7\x04\x57\x5a\xe0\x01\xd7\x12\x22\x54\xf2\x74\x6a\x80\x6e\x6e\x6f\xce\x57\x37\xd7\x77\xab\x9b\x37\x57\xef\xae\x6e\x1e\xe6\xea\xdd\xd5\xdd\xe5\x4f\x38\x68\xf9\xc3\xea\xed\xea\xe1\x23\x6d\x7f\xbd\x7a\xb8\xb9\xba\xbf\x57\xd7\xb7\x77\x6a\xa9\xde\x2f\xef\x1e\x56\x97\x8f\x6f\x97\x77\xea\xfd\xe3\xdd\xfb\xdb\xfb\x2b\x14\xd1\x3f\x5d\x29\xbc\xbd\xba\xbb\x52\x77\xab\xfb\x9f\x15\xb4\x78\xb8\xe5\x5f\xff\xf1\xb8\xe4\x6d\x6e\xaf\xf9\xeb\xed\xdd\xea\xcd\xea\x66\xf9\x56\x7d\xb8\xbd\xfb\x19\x9a\xb2\x7a\xea\xe3\xed\xe3\x42\x20\xed\xc7\xd5\xfd\xe5\xdb\xe5\x0a\x42\xd0\x1b\x9d\xce\xe4\xc6\xd8\xd8\x86\x4a\x4b\xb2\x12\xd4\xa6\x14\x27\x12\xd4\xa1\xd9\x8f\x07\xe6\x92\x51\x4f\x7a\xe0\x86\x71\x78\x8a\x27\x12\x6d\x8e\xdc\x92\xf7\x19\x83\xe4\xfa\xcb\x0c\x7b\x77\x66\x14\x0e\xd2\x6b\x5b\x5a\x4a\xa1\x47\x7e\xc7\x21\xf9\x6d\x40\x4d\x8f\x30\x71\x99\x91\xa8\x6a\xbb\x47\xa5\x79\xc2\xf1\xb0\x3e\xca\x38\x78\x66\x63\x12\x9b\x43\x3a\x88\x7f\xd6\x7b\x4d\x39\xf3\x84\x52\x98\x22\x68\x36\x97\xd8\xd5\x19\x50\x75\xcc\x0e\xf3\xc4\x54\x93\xdc\x59\x13\xcb\x72\x89\x9c\x26\x1f\xc8\x04\x80\x4c\x0f\x5e\xb9\x05\xaa\x34\x14\x1f\xdd\xa7\x58\x03\x66\xa8\x09\xc4\xe1\x0c\x98\xf4\x59\x8a\xd9\x68\x7e\x6b\x93\x79\x73\x5d\xe9\xa7\x51\x41\xb7\xd1\x24\x90\xa1\x4c\xb5\x02\xc2\x91\x28\xca\xc4\xb6\x3c\x70\x83\x4a\x25\x21\x81\xea\xd1\xee\xe1\x0b\xc1\xda\x9d\x4d\x3a\x94\x5e\xca\xe3\x27\xef\xf3\xad\x2d\x21\x2a\x4f\x74\x62\xe3\xeb\x1a\x8b\xc8\x56\x55\xdd\x92\x60\x05\x3a\xac\x36\xf0\xe1\x95\x2e\x8b\xd6\x65\xb2\x5b\x32\x44\xd7\x89\x49\x89\x82\xb7\xe0\xe0\x6c\xa2\xa9\x1c\x46\x2d\x0c\x07\x64\x39\xf1\x7b\xd9\xf9\x3d\x39\x01\xc4\xc4\xa5\xf5\x4e\x08\xba\x7b\x48\x22\xe7\x20\x85\x0d\x97\xa6\xec\x0a\x1c\x61\xdd\x2f\x2d\xf7\x23\x64\x2d\x32\x5e\x31\xd4\xd9\x3e\x7c\x15\x47\xde\xef\xc0\x16\x74\xc6\x7d\x08\x55\xef\x99\x34\xe9\x7a\xdb\x97\x24\x51\x4a\x9f\x41\xc4\x05\x98\xab\x32\x0a\xc7\xd8\x98\xdb\x4c\x5a\xd0\xdc\x8b\x98\xd4\x24\xa4\x4d\x53\xa5\xcf\xca\x4e\xf4\x1b\x82\xe1\xc5\x58\x40\xe8\x78\xf1\xf3\xb0\x0f\x59\x75\xb4\x11\x95\xe9\x13\xcb\x00\xc4\x91\x45\x7f\x45\x39\x92\x51\x9e\xf5\xb4\xf4\x40\x78\xed\x92\xe8\xab\x82\xc1\xfe\x77\xce\x69\xc8\x9f\xfb\x9c\x3c\x1f\xb8\x9c\x8a\x58\x8e\xcc\xc4\xb5\xd0\xba\x28\x28\xd9\x06\x2e\x99\xe6\x2b\xa4\xf4\x6b\x2a\x87\x92\x89\x04\x5b\x35\x03\x0d\x49\x30\x66\x65\xff\x32\x17\x0d\xf5\xa5\x29\x11\xf7\x50\x63\x9a\x13\x67\x1c\x87\x12\x7d\x5d\xb3\xc1\x1d\x3c\x95\xd3\x48\xe3\x66\x6b\xf0\xcb\xc0\x96\x30\x12\x74\x9a\x8d\x67\x3d\x23\x92\xa3\x92\x43\x8a\x8f\x83\xea\xe4\x73\x33\x31\xce\x4c\xb4\x4f\x9f\x28\xf6\x53\x65\x9a\x8c\xbc\x47\xe0\xa3\x12\xfd\x22\xb1\xf9\xbc\x2f\xbc\x34\xa4\xaf\xea\x26\x8d\xfd\xa2\xdf\x47\xd1\x97\xe8\xfa\xcf\xda\xc0\x8e\xe9\xb8\xcb\x01\x29\x24\x1e\x17\xf7\x8b\x51\xc5\x82\x24\x11\xb2\x43\xf4\xc2\x2c\x25\x37\x3b\x7a\xcb\xa2\x74\x99\xdf\x52\x61\x40\xe1\x9c\x7a\x72\x2e\xfb\x25\x16\x09\xab\xc9\xac\x3b\x9e\x0e\x05\x83\xc0\x01\xc4\x60\x4d\xb2\x98\x54\x9f\x2f\xd9\x2c\x15\x2d\x47\x4d\x27\x0f\x72\x1a\x0f\x19\xfa\x12\x78\xc4\x90\x32\x62\xdf\x4e\x3d\x56\x21\x2f\x29\xec\xd8\x98\x69\x42\x91\x5b\x4e\x6e\x64\xd5\xc5\xab\xd9\x38\x8f\x18\x7b\xd2\xe4\x70\x99\x49\x66\x3d\x1c\xf6\x39\x4d\x7a\xc3\xd0\x48\xdc\xd3\xac\x21\xe3\xe6\x21\x19\x3b\xa5\x30\xcf\x3a\x98\x1e\xbf\x18\x29\x49\xeb\xf5\x6e\x4f\x87\x3e\x7d\xf3\xa4\xb2\x80\xae\x20\x00\xb4\x17\x74\x1e\x18\x50\x23\xa2\x81\xbf\xe7\x4c\xbe\x02\x42\x2d\x79\x86\xbf\xc3\x59\x4f\x48\xd1\xd8\x4c\xab\x46\x08\x95\xe8\xde\x90\xc1\xcc\x93\xcc\x42\x52\x21\xbb\x4f\x3a\x45\xc0\x63\x62\xe8\x54\xf5\x25\xfb\x34\x23\x1b\x72\x9d\xc6\x19\xb6\x0f\xf3\x42\xa8\x49\xee\xe1\xb0\x54\x3f\x76\x9b\x4b\x20\xd3\x00\xa4\x5a\xa7\x3d\x5f\x80\x31\x2e\x5d\x25\x24\xa3\x2f\x9a\xad\x16\xea\x02\xcf\xe6\xf4\x99\xfc\x7b\x31\x53\x7f\x1f\x01\xfa\x5c\xfd\xd3\xb8\x56\xa2\xe3\x0d\x8a\xfc\xe0\x48\x80\xb7\x7a\xbb\x50\x4b\x4a\x4a\x91\x8c\x66\x27\xad\xa5\x16\x0f\xed\x05\x9b\xc3\x4f\x1d\x93\x46\x29\xeb\xe0\x5b\xca\x18\xef\xca\x5d\x57\xdb\xc2\xe2\x21\xb5\xf6\x13\x2a\xa1\xc2\x85\xeb\xf9\x49\xe9\x81\x7c\x04\x65\x48\x19\x4a\x4b\x2c\x18\x69\x3c\x1a\x93\x71\x0c\x05\x70\x1d\x2c\xfa\x41\x1c\x0b\xd2\x70\xc8\xe2\xf9\xa8\x48\xe2\x39\x41\xca\x50\xf6\xdc\xe4\x60\x66\x1a\x0e\x0f\xda\x07\x9b\x16\xf0\x77\x73\xee\x8b\xf3\x44\x87\xe2\xad\x28\xd3\xdc\xc4\x96\xcd\xa8\x0d\x78\x74\x8c\x14\x37\xc9\x15\x97\x3c\xe2\x93\x05\x8e\xbe\x71\x9d\x15\xfb\x5b\x99\xd5\x04\x0b\xee\x69\xe0\x8c\x8d\xde\xa0\xf8\x88\x53\x14\x12\xc1\xd0\x6c\xb3\xed\x5f\xac\x74\x50\xda\x90\x91\xf8\x49\x04\x4c\x1d\xe6\x3a\x85\x55\x41\xf5\x4b\x97\xe9\x5d\x28\xf6\x63\x09\xf4\x45\xbf\x00\x4f\x3a\xf6\x09\x04\x6d\xc1\xc8\x14\x86\x5b\x18\xb4\x7b\x65\x33\xe2\x4b\xc6\xc4\xe1\x36\x68\x49\x55\xdf\xc5\x77\xfc\xf3\xe5\x42\xfd\xfb\x5f\xea\xe2\xd5\x85\x32\x0d\x7a\x96\xdf\x16\x7f\x0c\x2d\x5f\x82\xca\xd1\x48\x42\xc4\x8e\x6d\x78\xe6\xb6\x3c\x71\x41\xa7\xd4\x3e\x69\x22\xca\x5f\xf3\xac\xc2\x07\x67\x76\x51\x5d\x1b\xaa\xbf\x56\x4e\x68\x46\x76\xe4\x79\x1f\x1c\x94\x99\xcf\x50\x0b\x8f\x0c\x0d\xcf\xe1\xbb\x82\x6e\xc8\x00\x8a\xde\xc6\xcf\xbb\xa1\x3e\xcd\xe2\x25\x77\x43\x5f\xcf\xc1\xce\x14\x17\x4d\x29\x88\x06\xd2\xa7\x0c\x4b\x51\x17\x93\xa5\x65\x5c\x4c\xc6\xf8\x42\x05\x3b\xaa\x3e\x74\xa7\xdb\x57\xaa\x30\xa6\x83\x71\xda\x11\x7b\xb4\x7c\xbb\xc0\xb7\x60\xce\x25\x03\x32\x30\x70\x79\x77\x04\x23\xc9\x2a\x75\x6d\x34\x73\xc3\x68\xd1\x7f\xeb\x84\xaf\x67\xea\x1d\xfa\x1e\x53\x96\xda\x19\xdf\xc6\x3d\xea\xa0\x3b\x3c\x13\xd3\x64\xc2\x70\xcd\x5d\x1a\xa2\x90\x9e\xbc\xa1\x40\x96\x10\x89\x63\x3d\xc5\x6c\x45\xa5\x82\xdc\x58\xf8\x82\x2b\x3d\xee\x51\x7a\x94\xdd\x77\x23\x3e\x6e\x4c\xc9\x2e\xa0\x71\xaf\x4b\x8e\x27\x4b\xce\x45\xdf\x7d\x84\x5e\x93\x74\x34\x3e\xa1\x4b\x2a\x27\x55\xe7\xa8\x80\x86\x55\x91\xb0\x04\x3e\x69\xc0\x49\xb7\x32\xa3\x5d\x49\xf9\x6f\x66\xa8\xa2\x0a\xeb\x6c\x67\x9d\x53\xb0\xd5\x29\xb9\xe5\x61\x52\xe0\xc9\xcf\xcd\x86\x91\xd3\xef\x15\x78\x93\xee\xae\x85\x8f\x82\x74\x14\x5b\xca\x22\x4d\xcf\xe5\x62\x89\xaf\x2b\x72\xfb\x6c\xf3\x56\x6a\x6d\x9d\x9a\x44\x0e\xbf\x49\xa5\x91\x88\x96\x71\x72\x9e\x02\x07\x86\xdf\xd9\xee\x92\x26\xd5\x08\xe3\xac\x98\xef\x15\xa5\xd7\x24\xc4\xb0\x3f\x67\x72\xa7\x1e\x23\x98\xcc\xd9\xd2\xe1\x0c\xc0\xe9\x9e\x8f\xa2\x3c\x4e\x2f\xfd\xb8\x99\xb2\x49\x22\xa6\x73\xef\xba\x15\x22\xd1\x0e\xf5\x3e\x9f\x59\xb7\xa1\xf6\xd1\x0c\x89\x9a\xf7\x16\x86\x00\xe9\x9d\xee\xb2\xed\xcc\xce\x24\x37\xc9\x5a\xf3\xd4\xb3\x0a\xaf\x74\x5d\x2b\xcf\xd8\xba\x29\x9d\xfc\x98\xd8\xae\xd2\x4e\x27\xe2\xed\x72\x42\xb4\x19\x3c\xb2\xde\xf5\x2d\xf5\x5e\x47\x8d\x6f\x67\x16\xa7\xf3\xbd\x3f\xff\xef\x00\xec\x51\xd8\xa2\xe1\x46\x3a\xa3\x4d\xcf\xbe\x7d\xf5\x7f\x33\x3e\xc8\x87\x1e\xe5\x09\xd7\x51\xbb\xc9\xe8\x07\x9c\x4d\x66\x95\xbd\xb0\xd9\xda\x38\x28\xcb\xcd\xe5\x64\xdf\x91\x6c\x14\x76\xdf\xce\x64\x30\x4b\xba\x3d\x92\xaf\xba\xf2\xab\x53\xf3\xe0\xae\x9c\xfc\xbd\xd5\x80\x49\x2a\x4b\x86\xa9\x31\x4e\x07\x46\x67\x4d\x7f\x4d\x2b\x35\x62\x37\x69\x9b\xa2\x24\x7e\xe2\x22\x99\xc2\xa9\x67\x6b\x1e\x5b\x92\xb7\x68\x63\x1e\x48\x22\x9e\x68\xaa\x9d\xca\x94\x20\x69\x16\xd1\x54\x44\x4b\xa8\xc6\xd7\xb1\xa4\x4e\x4b\x6f\xc9\x35\x19\x74\x4a\x8d\x73\x9f\xcb\x03\x09\x9d\x5d\xce\xd4\xeb\x57\xaf\xbe\x3e\xc7\x3f\xdf\x50\xd1\x12\xb8\x12\xbc\x5a\xa8\x3b\x84\x09\xf0\x6b\x09\xdd\x52\xc0\xa7\x8b\x43\x70\xeb\xc9\xfb\xa1\xe5\x61\x68\x18\xae\xbf\x05\xa7\xf9\x5e\x90\x54\x99\xdc\xbe\x8d\x84\xe8\xd0\x79\x7c\x39\xdb\x37\xf8\x43\x41\x44\x7a\xaf\x47\x83\xd6\xee\xb5\x71\x4b\x78\xfc\x8a\x48\x18\xa2\x53\x93\xfd\xbd\x38\xf9\x4f\x00\x00\x00\xff\xff\x16\xb7\xbf\x92\xda\x22\x00\x00") + +func confLicenseAcademicFreeLicenseV21Bytes() ([]byte, error) { + return bindataRead( + _confLicenseAcademicFreeLicenseV21, + "conf/license/Academic Free License v2.1", + ) +} + +func confLicenseAcademicFreeLicenseV21() (*asset, error) { + bytes, err := confLicenseAcademicFreeLicenseV21Bytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/license/Academic Free License v2.1", size: 8922, mode: os.FileMode(420), modTime: time.Unix(1440548254, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confLicenseAcademicFreeLicenseV30 = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xb4\x5a\xdb\x8e\x1c\xb7\xd1\xbe\xdf\xa7\x20\x16\xf8\xf1\xef\x00\xa3\x85\x24\x5b\x4e\x62\x07\x01\x36\x3a\x79\x62\x59\xeb\xec\xae\x22\xe8\x92\xd3\xcd\xd9\xa1\xdd\x43\x4e\xc8\xee\x1d\xcf\x9d\x5e\xc3\x80\xfd\x00\x79\x8d\x3c\x8a\x9e\x24\x5f\x55\x91\xdd\xec\x9e\x59\xc9\x4e\xe0\x1b\x69\xb6\x0f\x64\x1d\xbf\xfa\xaa\xd8\x17\x95\xae\xcd\xc6\x56\xea\x45\x30\x46\xbd\xb2\x95\x71\xd1\xa8\xb3\x0f\xef\x7f\xbe\x78\xf1\xea\xc3\xfb\x5f\x66\xea\xee\x5c\x7d\x76\xfe\xf0\xe4\x66\x6d\xa3\xba\xe7\xe9\x76\x6d\xd4\x69\xfa\xeb\x74\xa6\xf4\x76\xdb\x58\x13\x55\xeb\x95\x76\x7b\xe5\x83\xbd\xb5\x4e\x37\x6a\xe7\xc3\x0f\xca\xaf\x94\xee\xda\xb5\x0f\x71\x6d\xb7\xe9\xd5\xcb\xfc\xc4\x5b\x3c\x81\x05\x76\x6b\x8f\x65\xfd\xce\x99\x30\x5a\xdc\x07\xdc\x5c\xeb\xa8\xb6\x8d\xae\x4c\xad\xe8\xd6\xca\x37\x8d\xdf\x59\x77\xab\x1a\x7e\x86\x7e\x39\xdf\xe2\xb7\xd2\xf5\xf7\x78\xcc\xb5\x24\x08\x3d\x5a\xf9\xed\x1e\x3b\xad\xdb\xfc\xc0\xca\x07\xbe\x31\xda\xff\xcb\x93\x93\xa4\x4a\xad\x3a\x57\x1b\x79\xe4\xb8\xe6\x77\x26\x44\xeb\x1d\x1b\xe8\xe4\xd1\x4c\xbd\x0c\x1a\xdb\x41\xc5\xa7\xfd\x56\xe9\xd1\x73\x95\x55\x50\xb7\xf4\x50\x54\xef\x7c\xa7\x34\xd9\xa4\xa9\x77\xb6\x36\x73\x15\xfc\x5e\x37\xed\xfe\xc1\x0a\x3b\xcc\x21\xa2\x7b\x60\x7e\xac\x9a\x2e\xda\x3b\xfc\x19\xbb\xa5\xe8\xa7\x97\x8d\x49\xaa\xe2\x72\xd6\xa0\xee\x82\x6e\x49\x12\xec\x3d\x52\x75\x4e\xca\xd7\x7e\x6c\x2a\xa8\xa8\x67\x74\x23\x98\x6d\xf0\x75\x07\x53\x1c\x98\x41\x59\x47\xab\xc0\x8f\x73\x65\x2c\x6e\x07\xa5\x1b\xef\xe0\x16\xfc\x80\x07\x74\x60\x45\x35\x1e\x6a\x1a\x53\xb5\x90\x92\x1d\xfc\x95\x3a\x59\xf2\xda\x2d\xd4\x8c\x8d\x6e\x21\xa5\xae\xf5\x16\x92\x40\x3b\x13\xe6\x72\x03\x82\x6f\xe6\x6a\xe3\x6b\xbb\xda\xcf\x79\xcd\x80\xcb\xb7\x47\x04\x99\xd3\xa5\x60\x96\x7b\x55\x05\x03\x25\xe1\x5f\x38\xc5\xde\xe9\x7e\xcb\xa8\xce\x4e\x9f\x0d\x97\xe8\xa5\x88\x40\x59\x6a\x76\xe1\x16\x56\x39\x58\x14\x52\x56\x2c\x65\x6d\x63\x1b\xec\xb2\x6b\x59\xb1\xca\x6f\x36\x9d\xb3\x15\xa4\x4e\xca\x67\x83\x8e\x6d\xa3\x5d\xad\xa6\x3b\xe6\x28\xdb\xb2\xa7\xe6\x29\x76\x28\x01\x92\xb7\x68\xa9\xbd\xef\xb0\xcb\xda\x5b\x36\xb9\x6e\xe1\x1a\xec\x81\x70\xc4\x76\x0e\x86\xa9\x6d\xd5\xf2\x2a\xb0\xd4\x26\xf2\x3e\xb8\x51\x5b\xf2\x2d\x1c\x61\x1d\x02\xa2\x26\x13\xe4\x68\xfa\xf0\xfe\xa7\x08\x37\x46\x13\xee\xa0\x2c\xbb\x5c\x5e\x0b\x66\x63\x6a\xf6\x9e\x25\xfd\xef\x4b\x5e\x18\xa2\x66\x43\x6c\x4d\x20\x9f\x1c\x51\x56\x14\x6a\xf6\x5f\xf1\xba\x27\x26\xdb\x0d\x49\xb8\xff\xc8\xe3\xe7\x27\x27\x8f\x8b\x8c\xf8\x0e\x36\x75\xbf\x77\x3a\x88\xcd\xb7\xb2\x55\xd5\x68\x0b\x1b\x12\x8c\xd4\xe2\x5c\x58\x98\x82\xb5\x56\x4b\x11\xbc\x97\x81\x5d\xa1\x83\x51\x66\xb3\x44\x48\xe2\x09\x7b\x24\x68\x28\xee\x57\x5d\x70\x36\xae\x0f\xd7\xb8\x3f\x17\x45\x9c\xc8\x99\xb8\xd1\x3f\x90\x98\x24\x6b\x34\x4d\x83\xc8\x5f\xad\x20\x31\xbd\x1a\x75\x83\xab\x6b\x8d\x78\xda\x68\x32\x00\x59\xdb\x6e\xb6\x3e\xb4\xbf\x32\x02\x61\xf1\xcf\x0a\x8b\x5f\x23\xd6\x10\x66\x4f\x7d\x6d\x06\xb3\xdf\xa4\xd8\x52\xa7\xc5\xed\x53\xb5\x31\xc8\x49\x91\x36\x18\x48\x14\xa0\x20\x87\xc3\xd1\xf0\x27\x71\xa1\x09\xc5\x21\x67\x30\x25\x0c\x05\x28\x69\x68\x5b\x96\x4d\x37\x8d\xd2\x77\xda\x36\xec\xa0\xda\x57\xdd\x06\x46\x10\xbb\xd4\x26\x56\xc8\x39\x7a\x7d\xed\x77\x6c\x16\xc6\x81\xc3\x9d\x8a\x30\xd1\xb7\x88\x03\xde\x01\x90\x75\x87\x08\x41\xb4\x6c\x74\xb5\xb6\xce\x3c\x00\x2e\xd4\xbc\x0f\xc1\x5e\x16\xb9\x54\xff\x78\x12\x03\xce\x6e\xd5\x0e\xd8\xa6\x0c\x16\x1a\xbd\x3c\x7e\x92\xc3\xa3\x97\x64\x80\x8c\x58\xc8\x97\x72\x50\x8c\x28\xd0\x0f\x59\x23\x34\x8e\xac\x19\x12\xd0\x23\x66\x6f\xc5\x04\x08\x1e\xaa\x61\x64\x82\xdf\xa0\x06\x82\x52\x3b\xfc\x4b\x9e\x91\x75\x00\xe0\x3e\xda\xd6\x87\x3d\x7e\xea\xe8\x1d\xde\x07\x50\xea\xa6\xea\x08\x7a\xeb\x94\xd9\x1b\x78\x05\x3b\xfc\xb8\xa5\x02\x89\x70\x49\xb8\x72\x67\x9c\xa5\x4c\xd1\x55\x65\x62\x24\xa1\x28\x0b\x57\x82\xf0\x6c\x1d\xfc\xdf\x6b\x48\xf9\x63\x5d\x27\x4e\x28\x70\xf3\xd0\x6b\x27\x27\x9f\xcf\xd4\x73\xc9\x56\x0a\x8b\x17\xc1\x6f\xfa\x9a\xc9\xf1\x79\xae\x5e\xa7\xa2\x42\x6f\x3b\xbd\x11\xa4\x1d\x92\xc9\xf9\xc9\x2d\x02\x52\xce\x60\xda\x14\xec\x21\xc3\xed\xa4\x56\xd0\x7b\x4c\x3a\xd8\x7a\x36\x50\xb5\x01\xea\x69\x02\x68\x4a\x32\xf8\x88\xb0\x97\x2f\xa0\xfe\x00\xc1\x96\x86\xf2\x91\x2d\x65\x5c\x8d\x95\xb9\x12\x20\xc8\x36\xbe\xa5\x74\xa0\xfa\x08\x7c\xe2\x9a\x43\x59\x41\xba\xb0\x3b\xc7\x31\x42\x71\xe4\xbb\x56\xc1\xc8\x81\x8c\xb9\x0d\x96\x96\x21\xdb\xc7\x58\xa0\x41\x56\xf1\x9c\x0c\x64\xb6\x2d\x99\x38\xbd\x03\xcf\xc5\x96\xbd\x46\x05\xcf\x3a\xd2\x06\x3b\xc1\x0d\x19\xc2\xb3\x0d\x13\x66\x96\xc5\x05\xe2\x8f\x6a\xc2\xa0\xf7\x7c\x60\x03\xf8\x3d\xa0\x11\x3d\x00\x83\xa0\xaa\xb6\x6c\x1b\x36\x1b\xfb\xc4\xba\xd6\x70\x51\xef\xa0\x1d\x2c\x00\x2d\xda\x3d\x5c\xe6\x33\xb4\xe6\x4d\x21\x12\x8b\x22\xe6\xfb\x2d\xe0\x86\x6b\x09\xdb\x04\x72\x09\x1d\x7a\x3f\x4f\x00\x3c\xc5\x89\x16\x48\x6e\x32\x39\x4b\xb7\x6b\xb3\xb2\x4e\x10\xfb\x9a\x78\x08\x4c\xfd\x98\x65\x3d\x2e\x24\x17\xd7\x22\x26\x86\xa0\x53\x06\xf9\xa0\xec\x0a\xc5\x05\x68\x20\xb7\xa9\x26\x48\xd1\xbd\xa7\x26\xd0\x4e\xc7\x7d\x14\xd7\x84\x81\x4b\xc3\xd6\x0c\x70\x70\x4e\xc7\xe0\xd7\x00\xbf\x02\x50\x38\xa4\x06\xf6\x9a\x48\x27\x13\x00\xc0\x22\x4c\x48\xc6\x18\xe2\x2e\x6f\x40\x96\xfa\x18\x4e\xb1\xdd\x76\x36\x12\x49\xea\x9a\x5a\xac\xaf\x07\x6c\x4a\xf6\x41\xb6\x3e\xa1\x6c\xc5\x86\xb4\xd0\x33\xb3\x6d\xfc\x9e\xdc\x51\x16\x8b\x23\xb7\xcb\xa2\xc1\x3e\xef\x21\x01\x2e\x98\x8f\xd9\x54\x11\xff\x63\x89\xf1\xd4\x01\x8f\x62\x94\xdb\xab\x1d\x72\x93\x3d\xc1\x5a\xfd\xba\x57\xcb\x7c\x06\x9a\x61\x19\x66\xac\x43\x00\x01\xdf\xe6\x68\x2f\x4c\xba\xe2\x63\x66\x90\xe4\xe8\x01\xd3\xea\x09\x19\x4c\x91\x43\x8f\x23\x17\x22\x61\x1a\x97\x40\xaa\x42\x7d\x91\xd3\x94\x90\xd2\xfc\x24\x95\xc9\xf3\xae\x96\x52\x4a\x42\x29\x7f\x47\x94\x50\x39\xd3\xee\x38\x76\x2e\xf8\x95\x0c\x19\x3d\xd3\xeb\xa9\x44\xca\x73\x98\x2e\x07\x33\x21\x03\x07\xc8\x9c\xb1\x7a\xd3\x45\xd8\x86\x78\x31\xdb\xec\x88\x9b\x32\xaa\xdf\x67\x7e\x3d\xb5\x22\xeb\x31\x72\x66\x8a\xc8\x98\xb2\xeb\xd1\x59\x35\x43\xd0\x7c\x31\x53\x17\xed\xf0\xcc\x15\xe3\xcb\xf9\x20\x15\x02\x5e\x13\x86\xa5\xac\x99\x94\x63\x92\xf6\x90\x41\x93\xa7\x69\x01\x66\xfa\x44\x81\x90\x41\x45\x2b\x23\xb8\xc0\xb1\xd5\xa7\x70\xea\xe5\x62\x4e\x90\x4f\x17\xfe\x39\x69\xb8\x33\x44\x50\x04\x42\xf3\x0a\xbd\x99\xb9\x2c\x13\x89\xc1\x4d\x21\x2b\x5b\x96\xb2\x35\x3f\xa2\x8e\xd6\x90\x01\x9c\x47\xfa\x4f\xc2\xe9\xe4\xf9\xd3\xd2\x1c\xaf\x79\xcd\xf3\xd3\xc1\x1e\x95\xa6\x08\x98\x0a\xb8\x4a\xc0\xfb\x29\x5b\x50\x00\x56\xe8\x91\x10\xd4\x5c\x9b\x00\x79\xf0\xed\xe1\x8e\xf7\xd3\x00\xa1\x0d\xb8\x5f\xd9\xad\x65\xb4\xed\xb7\x10\x5c\x66\x26\x97\xba\xea\x69\x3d\xff\xc3\x4c\xbd\xe5\x0e\xad\xe5\xd2\xfa\x1d\x28\x98\x71\xda\x55\x42\x25\x9e\xd9\xc8\x60\x8c\x20\xc1\xcd\xfc\x60\x41\x8e\x76\x72\x29\x0e\xb9\x3c\xf4\xe2\x9c\xee\xf5\xd1\x72\x2e\x37\x7a\x0a\x9d\xdb\x9b\x8c\xe6\xc9\xfa\x08\xf0\x81\x25\x06\x93\x08\xff\x94\xe2\xa7\x9b\x7d\xe3\x20\x46\x21\xed\x87\x26\x5f\x30\x97\x63\xa6\xc0\x59\x66\x88\x2c\xc5\x41\x31\x2f\x08\xc9\x59\x9c\xc9\x55\x02\x89\xa1\xe0\xb2\x0a\x23\xf1\x3f\x5a\xf8\x53\xb2\xd8\x0d\x35\x6f\xb8\x82\x3b\x78\xa2\x32\xdc\xf3\x45\x43\x78\x52\x99\xf9\xb1\x6e\x3d\x66\x5e\x3c\x4c\x2d\x0a\x1d\xbc\x93\x08\xbd\x56\x8b\xeb\x53\xf5\xd7\x8b\xeb\xc5\x35\x4b\xf6\x76\x71\xf3\xf5\xe5\x9b\x1b\xf5\xf6\xe2\xea\xea\xe2\xf5\xcd\xbb\xbe\xd7\xcf\x98\x24\x75\xba\x41\x5c\x14\xdd\xe7\xbc\x67\x3b\x8d\x05\xb5\xd4\x82\xf8\x24\x54\x72\x74\x6a\x9c\xa9\x69\x43\xd8\x05\xbc\x62\x36\x9c\xb9\x08\x91\x0a\x38\xdc\xea\xa5\x6d\x2c\xc5\x12\xaa\x9f\x6d\x1d\xed\xc4\x99\xc0\x73\x05\x4b\x51\x0b\xee\xd4\x05\x90\x5b\xea\x59\xbe\x7e\xae\x9e\xbf\xbe\x59\x5c\x3d\x57\x57\x8b\xeb\x6f\x14\xb4\xb8\xb9\xe4\xab\x7f\x7f\x73\xf1\x6a\x71\xf3\x4e\x5d\xbe\xe0\x3f\x2f\xaf\x16\x2f\x17\xaf\x2f\x5e\xa9\xb7\x97\x57\xdf\x40\x53\x56\x4f\xbd\xbb\x7c\x43\xa5\x0c\xd6\x78\xb6\xb8\x7e\xfa\xea\x62\xf1\xed\xf3\x2b\x7a\x23\xeb\x4c\x5e\x8c\xad\x6d\x89\xd0\x33\x1c\x47\x32\xb4\x25\xea\x93\x86\x1c\xa5\x29\x47\xd4\xe2\x68\xd0\x16\x7c\x63\xb9\x1f\xbb\xc1\x88\xe7\x0b\x07\xd5\x7d\xea\x20\xcb\xfe\x38\xc3\x93\xd9\xa0\x42\x4d\x92\xa1\xce\xd5\x1b\x7e\xc7\x01\x05\x6c\x40\x33\x85\x78\x71\x95\x91\xf0\xea\xf2\xad\xc6\xdc\x42\x08\x48\x84\x7e\x60\x28\x73\x14\x53\x44\xb4\xce\x86\xe9\x81\x33\xb7\x68\x45\x28\x96\x66\xf3\x34\x79\xa8\x04\x57\x7b\xd2\x30\x4f\x04\x66\x94\x44\x4b\xa2\x5f\x5c\xec\x64\xb6\x47\xd5\x35\x23\x98\x45\xf1\x42\xa8\x62\x99\xb8\x05\xc6\xe8\x86\x03\x86\xd1\x92\x7e\x4b\x03\x11\xcd\x3f\xbb\x64\xdc\x5a\x6f\xf4\x6d\xc1\xed\xd7\x9a\x84\xa0\xfa\x18\xac\x20\x30\xd5\x21\x04\x61\xd7\x1c\x38\x41\xa5\xfa\xd8\xc5\x7b\x7a\xbb\x4f\x84\x6a\xde\x9b\x64\x6f\x7c\x64\x21\x6e\xbd\xaf\x77\x96\x68\x2b\xcf\x29\x63\xeb\xb7\x5b\x3c\x44\xf6\xd9\x6c\x3b\x12\x6c\x85\x4a\xdf\x05\x23\xa5\xbf\x59\x75\xae\xea\xa9\x0e\x69\x90\xdb\x5e\xa1\x1b\xc4\x1e\x10\xec\x23\x4d\x65\x33\x6a\x1b\x39\x1c\x9b\x91\xaf\x9b\xec\xeb\x64\x78\x1a\x0a\x11\x99\xd8\xe7\x28\x43\xf1\xe1\x66\x4d\x08\x06\xcf\x3d\xf4\xae\xa7\x93\x51\xc8\xd2\xb0\x26\xe2\xe9\x4f\x28\xd1\x15\x45\x5c\x8f\xd4\x37\x04\x61\x4e\xee\xab\xc5\x0a\xa5\x50\x88\x43\x8b\x08\x14\x46\x31\x40\x92\xe6\x3c\xc8\xdc\x67\x30\xfe\x3c\x8d\x4b\xf8\x36\xbb\x9d\x28\x52\x4c\xb3\xad\xc6\xe8\x20\xa3\x8b\x10\xcc\x9d\x17\x41\xf5\x20\xc5\xd4\x93\xbd\xd5\x56\x8a\x94\x38\x36\xf7\x22\x49\x59\xb6\xff\x6e\x58\x77\x8c\xe4\x14\xec\x89\xba\x16\x0e\xb4\x54\x37\x61\xe8\xd5\x8a\xf2\x65\xa8\x0b\xe3\x94\x83\x39\xfc\x92\xb8\x4d\xf2\x8a\x00\x65\x32\x07\x24\x28\x2b\xac\xbf\xbf\xae\xa4\x20\xc8\x76\x18\xd4\x15\x43\xa6\xf2\x81\x15\x58\x8e\x96\xa4\xa4\xb5\x34\x8d\x5a\x2d\x23\x6c\x03\x73\x8c\x1b\x9f\x47\xe5\x88\x70\x58\x86\xc9\x83\xd0\x88\x03\x9e\xf1\xb1\x29\xa9\xcc\xa0\x6a\xcf\xc5\xc7\xf7\x99\xb4\xf6\xe8\xb2\xe9\x1a\x5e\x88\xc7\x47\x95\xa9\x1e\x71\x64\x0a\x0e\x0e\x05\x9f\xa2\x96\x03\xc4\x31\x59\xa5\xe7\x09\xb5\x48\xbe\xfd\xfd\xed\x94\x8d\x03\x9d\x26\xf0\x41\x5f\x54\xb5\xc5\xaa\x02\xad\xbc\x37\x2d\x3e\xe4\x41\x2c\x81\xef\xc3\xfb\x9f\x91\xc5\x4c\xc6\x3f\xbc\xff\x85\x42\x23\x5f\xa9\x8d\x6e\xf0\x04\x1d\x79\x4c\x3c\x93\x70\x30\x65\xce\xb8\x38\xd3\x56\x1c\x49\x7a\xcf\x00\xec\x51\xe9\xa8\x78\x52\xe6\xa7\x16\x2d\xc5\xe4\x84\xbb\x24\xee\x31\x2d\x10\xec\x07\x76\x5c\x06\x1b\x3c\xc8\xf6\xce\x7c\xa3\x37\x70\xe1\x75\x21\xe4\x8f\x1e\xce\xca\xfc\x66\x70\x4b\x53\xd7\x8b\x4a\x32\xfe\xa3\x7a\x69\xd0\x18\x1a\x2b\x81\x36\xfe\x0e\x9a\xe9\x3e\x3b\x6b\xda\x8c\x99\x2d\x41\xa4\x20\x13\x87\xb5\x77\x65\xf8\x6a\x84\x2c\xd0\xf2\x01\x97\x47\xc9\xf7\x8e\x22\x86\xff\x46\x64\xde\x22\x03\x63\x3b\x26\x78\xc3\x3c\xc4\x10\xa8\x98\x5b\x89\xd2\xa3\xfd\x63\x26\x26\x91\x59\x47\x9b\x1a\x5e\x1b\x7b\x8b\x90\x0d\x99\x53\x31\xe3\x9b\x82\xb2\x94\xbd\x24\xf7\xb0\x59\xa2\x7a\x25\xeb\x91\xe8\xdf\x2c\xd3\x9a\xf7\xa0\x14\xb3\x4c\x29\x1d\xd1\xaf\xda\x9d\x96\x42\x83\xaa\x58\xd3\x6f\xf2\xef\xa3\x99\xfa\x5b\x87\xe2\x48\x87\x04\x6c\xac\x7f\x18\xd7\x09\x82\xbe\xa4\xce\xd2\xf1\xc1\x80\xde\xa1\xaf\xa4\x72\x24\x92\xd1\xf0\xa5\xb3\xd4\x8e\x35\x72\x78\x32\x41\xf3\xdc\x33\x2f\x83\xef\x28\x8f\xbc\x6b\xf6\x99\x86\xc2\xe2\x21\x4d\x65\xd4\xf7\xc5\xce\x44\x2d\x98\x7a\x8f\xc8\x01\x60\x10\xd5\x5e\x28\x23\x3d\x62\x51\x8e\xca\xe1\xa1\xcc\xd1\x08\xe4\xb7\xc1\xa2\x75\xc3\xb6\x1d\x0a\x3d\xc0\x73\x5e\xd0\x18\x1e\xf1\xe8\x5d\xb2\x12\x3c\x37\xda\x98\x8f\x00\x38\x3c\x68\x1d\x2c\xba\x82\xbf\xdb\x07\x7e\xf5\x20\xd5\x42\xf1\x56\x94\xd9\x45\xd9\x8b\x27\xa3\xbf\x71\x0c\x48\xaf\x93\x2b\x9e\xf2\x10\x54\x1e\x70\xf4\x17\x33\xa1\xd8\x37\xe0\x8b\x11\x46\x5d\xeb\x86\x0b\xd8\x4b\x50\x05\x86\xb8\xa1\x58\x8a\x60\xa6\x16\xdb\xdf\xcb\x4b\x00\x9f\x64\x24\xbe\x13\x01\x5e\x87\xf5\x90\xc2\x6a\x45\x6c\x23\x57\xc3\x1c\x8a\xfd\x3c\x09\x2d\xcc\xf7\x84\x7d\xa9\xb8\x04\x50\x2a\x1b\x8c\x0c\xd0\xb8\xdb\x40\x67\xd6\x64\x0a\x3e\x00\xa4\xef\x0f\x46\xc8\x54\xc9\x79\xb0\x50\xf0\x70\x07\xa5\x64\x69\xe8\x94\x0a\xb9\xe5\x97\xbd\x63\x17\xee\xb8\x0d\x4e\x25\x2d\x4b\x36\x2d\x6c\x08\xd5\xc7\x3c\x1c\xf0\xc1\x99\x7d\xfc\xf0\xfe\x27\xf5\xc2\x10\xeb\x59\xc8\x64\x27\x45\x26\x0f\x5c\x61\xe8\xca\x7c\xa4\xf9\xe2\x99\xad\xe1\xa3\x86\x4c\xa3\x86\x48\xa6\x28\x6c\xfd\x3c\x9f\x5b\xd0\x24\x46\x72\x30\xf4\x2c\x0a\xf6\x22\xff\xb6\x8d\x20\x13\x6a\x33\xcf\x60\x24\x7a\x62\xb2\x98\x0c\xc6\x4d\xfc\x64\x8b\x53\x90\x04\x9d\xd5\xfb\x7f\xb5\x32\x26\xd7\x3f\x5a\x11\x6b\x74\x7c\x80\xc2\x27\xa8\xce\x25\x1b\x72\x82\x33\x47\x3b\x82\x75\x64\x95\xed\x16\x25\x88\x0c\x50\x3c\xf4\xbf\xfa\xe1\xb3\x99\xfa\x16\x1d\x86\x69\x1a\xed\x8c\xef\x84\x4a\xf1\x88\xb5\x07\xb6\xa9\xc5\xf1\x73\x6d\x1a\xb6\x16\x8d\xd2\x5c\xf2\x11\x29\x3d\x17\xd1\xa6\xa0\xb8\xa4\x20\xa4\xe1\x02\xcd\xcd\xdc\x01\x61\x85\x01\x90\x23\x94\xef\x69\x46\x4c\x67\x44\xc5\xaa\x24\xe7\xe7\x33\x30\x93\x95\x75\x36\x2b\x72\x8a\x02\x71\x4a\x16\xbc\x19\x51\x26\xb9\xdc\xae\x19\xac\xc8\x3b\x63\x62\x5a\xb4\x3c\x1d\xcc\x19\x84\x72\xef\x88\x8e\x6b\xba\x2f\x13\x4b\x3e\x43\xa9\xc1\xa2\x6a\x9a\x6f\x33\x3d\x94\xce\x89\x23\x65\x9f\x8b\x1c\x39\x26\xd5\xb6\x34\x71\x13\x1f\xa3\x1d\xde\xdb\x7c\x72\x94\xa8\x6b\x19\xc0\xf3\x09\xcd\x7b\x41\x42\x0c\xeb\xf3\x99\x6c\x56\x8f\x41\x43\xa6\x50\x69\x73\xc6\xbc\x74\x54\x49\x01\x19\xc7\xe7\x96\x32\x39\x4f\x12\x71\x05\xf5\x2e\x3f\x21\x12\x81\x3d\xc8\x9e\xa9\x7f\x1e\x72\xaa\xee\x2d\x0c\x01\xd2\x3b\x79\x8a\x7b\x66\x67\x92\x46\x64\x2d\x9a\xe5\x52\x2b\x27\x50\x9e\xdb\x3a\x9e\x40\xe5\x19\x96\x5c\x4c\x05\x66\xa3\x9d\x4e\xb5\x2e\x87\xaf\x68\x33\x78\x64\xb9\xef\xfb\xcc\x49\x9b\x89\xbf\xce\x2c\x76\xe7\xcf\x3d\xf8\xa3\x10\xac\xb1\xb2\x2b\xd8\x02\x1e\xe4\xef\x37\xce\x9e\x3c\xfc\xbf\x19\x6f\xe4\x43\x0f\xac\x04\xa5\x60\xe4\x32\x19\x41\x99\x24\xb3\xca\x5a\x58\x6c\x69\x1c\x94\xe5\xee\x6b\xb4\x6e\x21\x1b\x85\xdd\x93\x99\xcc\x2d\x49\xb7\x37\xe4\xab\xcc\x78\xb2\x9a\x07\x9f\x44\x90\xbf\x77\x7a\x2f\x67\xf6\xc3\x84\x1d\xbb\xa3\x33\xa9\xfa\xc9\x71\xa2\x69\x47\x46\x00\x9e\x6d\x01\x08\x96\x70\xea\x0b\x24\x0f\xf5\x62\xfa\x18\x80\xc7\x75\x88\x27\x9a\xfd\x27\x66\x10\x24\xcd\x22\x08\x62\xb4\x04\x40\x7c\xac\x42\xea\x74\xf4\x96\x4c\x79\x49\xa7\x2f\x90\xf2\xc5\xa1\x2c\x69\x7d\x73\x7f\xdb\x61\x63\xf1\xad\xca\xbf\xff\xa5\x1e\x3f\x7c\xf8\x84\x38\x44\x60\x62\x76\x85\xf8\x01\x06\x7d\x37\x0c\xbe\xc6\x87\x29\x54\x5d\x8a\xc1\xbf\x99\x4f\xfb\xb2\x83\x41\x1a\xe5\x6c\x79\x66\x7c\x3f\xe1\x97\x63\x4b\xf9\x30\xa0\x3c\x22\x1e\x73\x4a\xf9\xd6\xe8\x9e\xf1\x21\x15\x71\x7f\x78\x4c\xae\xbe\x46\x90\xdf\xf5\x23\x74\xb8\xbb\x38\x7f\xe6\x19\xef\xb1\x26\x75\xaa\xeb\x54\x55\x66\xed\xfd\x10\x35\x7f\x19\x24\x9f\x2f\x7d\x9b\x2f\x17\x1f\x49\x51\xdf\xcb\x4c\xd2\xb2\xbf\x85\xfa\x8d\xbe\x95\x8a\x93\x8f\xa5\x26\x85\x7f\xf8\xf2\x69\x68\x0b\xbe\xe4\x44\x1e\x78\xfb\xd0\x9f\x97\xc7\x2a\x8c\x31\x2c\xef\x54\x30\xf2\x2f\x4b\x7c\xf4\x63\x91\x53\xd2\xf9\xf4\xe2\xc5\xab\x53\x16\x7f\x5f\x6c\x23\x09\x43\xb3\x4f\x39\xb1\x4d\xfc\x82\xfe\xe8\xbf\x7b\x99\x6e\xf6\x95\x24\x7e\x71\x62\xc0\xdf\x75\xc9\x8b\x32\xcd\xe6\x51\xd2\xaa\xf8\x20\x63\x65\x03\x9e\x44\x85\xd7\x08\xc3\x2d\xf0\x77\xe9\xef\x8a\x11\x6d\x7a\xed\x74\xf2\x05\xd7\x9f\xd1\x2a\xa0\x87\x16\x31\xf2\xf0\x8e\x65\x23\x0a\xf1\x17\xd6\x4b\xe0\x3c\xaf\x90\x65\x06\x7a\x88\xb9\x6c\xff\x99\xce\x8a\x58\xeb\x2d\xcd\x6c\xc1\x0c\x68\x50\x99\xfc\x91\xde\x9c\xc4\xb1\x7c\x35\x23\xa8\x54\xfa\x45\xda\x9a\xc1\x13\x13\xcf\x33\xfd\x07\x2b\x41\x33\xc0\x87\x05\x7d\x4f\xd0\xb9\x86\xc6\x0d\xc7\xbd\x47\xdf\xc6\x2d\x8d\x71\xc2\xeb\xee\x04\x7e\x2e\x69\x99\x74\xe6\xb0\x20\xfc\x97\x5c\x38\xbb\xbc\x5e\xcc\xfa\x36\x4f\xca\x9a\x18\x81\xb2\x2e\x1b\x09\xac\xca\x1a\xe9\xd7\x2b\x58\x70\x80\x15\xac\x4f\x65\xfd\xfc\xe4\x3f\x01\x00\x00\xff\xff\x17\x53\xc0\xe2\x42\x28\x00\x00") + +func confLicenseAcademicFreeLicenseV30Bytes() ([]byte, error) { + return bindataRead( + _confLicenseAcademicFreeLicenseV30, + "conf/license/Academic Free License v3.0", + ) +} + +func confLicenseAcademicFreeLicenseV30() (*asset, error) { + bytes, err := confLicenseAcademicFreeLicenseV30Bytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/license/Academic Free License v3.0", size: 10306, mode: os.FileMode(420), modTime: time.Unix(1440548254, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confLicenseAfferoGeneralPublicLicenseV10 = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xc4\x7b\xcd\x76\xdb\x46\xb2\xff\x5e\x4f\xd1\xc7\x9b\x48\xe7\x30\x8c\xed\x99\xfc\x67\x12\xaf\x28\x09\xb2\x79\x46\x22\x15\x92\xb2\xc7\xcb\x26\xd0\x24\x11\x83\x00\xff\x68\x40\x32\x77\xf3\x38\x73\x5f\xe3\x3e\xca\x3c\xc9\xfd\x55\x55\x77\xa3\xc1\x0f\x25\x77\x75\xcf\x49\x6c\x4b\x68\x54\xd7\x77\xfd\xaa\xba\x31\xba\xbb\x4b\x66\x53\xf5\x31\x99\x24\xb3\xd1\xbd\x7a\x7c\xba\xbe\x1f\xdf\x28\xfc\x9f\x4c\xe6\x89\xba\xf8\x6c\x6a\x9b\x57\xa5\x7a\x37\x50\x0f\xba\x4e\x37\xea\xfd\xdb\xb7\xef\xff\xf3\xaf\x7f\xe3\xbf\x9b\x6a\xb7\xaf\xf3\xf5\xa6\x51\xff\xfd\x5f\xfc\x6b\x35\x5a\xad\x4c\x5d\xa9\x71\x99\x0e\xf1\xfc\xe7\x77\x6f\xd5\x62\x93\xd7\x99\x9a\x37\xb5\x31\x8d\xfa\x51\xcd\xdb\xbc\x31\xea\xfd\xfb\x9f\x07\x6a\xae\x4b\x75\x57\xeb\x32\xcd\x6d\x5a\x0d\xd4\xcd\x48\xfd\xf2\xd7\x77\x6f\xff\x36\x50\x4f\xf3\xd1\x05\x5e\xb3\xaa\xc8\x53\x53\x5a\xa3\xf0\x4f\xad\xb6\x55\x96\xaf\x72\x93\xa9\x67\xc7\x50\xb5\x52\xcd\xc6\xa8\x8f\x93\x27\xf5\xd1\x94\xa6\xd6\x85\x7a\x6c\x97\x78\x47\xdd\xbb\xf7\xd2\xc0\xdf\xe5\xcd\x95\x7a\xf7\xcb\xdf\x7f\x19\xe0\xcf\x5f\xde\x61\x5b\x63\xd4\xbc\x5a\x35\x2f\xba\x36\xea\xae\x6a\xcb\x4c\x37\xa0\x39\x60\xce\xd5\x56\x67\x46\xbd\xe4\xcd\x86\x36\xc8\x6b\xb5\x33\xf5\x36\xb7\xb4\xe9\x50\xcd\x4d\x4a\x2b\xd5\xfb\xcb\xec\x4a\x6d\xb4\x55\x4b\x63\x4a\xa5\xb3\x0c\x9c\x35\x15\xb6\x04\x7b\xaa\xc5\xe6\x60\xcf\xfa\x1d\xf8\x97\x1a\x0f\xb7\xbb\xb6\xc1\x3f\x4b\xd3\xbc\x54\xf5\xb7\xe1\xc5\x45\x82\x27\xfb\xaa\x64\x19\x79\x9b\xa6\xf1\x84\x76\x7b\xa5\xcb\x4c\x65\xb9\x6d\xea\x7c\x89\xf7\x48\xf2\x25\xf8\xdc\xd2\xc3\xdc\x58\xd1\x40\xa4\xa7\xac\x4a\xdb\xad\x29\x9b\x81\xc2\x72\x95\x6e\x74\xb9\xce\xcb\xb5\xca\x1b\xa2\x5e\x56\x8d\xd2\x45\x51\xbd\x98\x0c\xfb\x3e\xd6\x46\x6f\x97\x85\xb9\x80\xa6\x8d\x27\x60\xd5\xaa\xaa\xa1\x68\xdb\x74\xac\xd3\xff\x99\xb1\xf9\xba\x14\xbe\x1a\xfd\x0d\xbf\x7c\xd1\x7b\xb5\xaf\xda\x5a\xad\xa0\xc9\xac\xda\xd2\x13\xbb\xe1\xf5\x60\x99\x77\x86\x48\xcd\x50\x5d\xef\xc1\x6c\xd9\xd4\xda\x82\x2b\x32\x97\xf3\x90\x33\x16\x03\x9f\x79\xd9\x98\xd2\x69\x73\xdd\x6a\x38\x48\x03\x63\xfd\xe1\x66\xf4\x2c\x70\xfd\xe3\x8f\x58\xb2\x25\x4e\x6d\x8b\x65\xb4\x6f\x10\x08\x5b\xf0\x5a\x12\x15\xfa\x00\x97\x96\xec\x55\xdb\xa1\x62\xa7\x3b\xe0\x48\xef\x76\x05\xe9\x9a\x08\x92\x62\xa0\x73\x11\xe1\x07\x1b\x29\xa9\x64\x76\x75\xb9\x57\x15\x36\x83\xc7\xd4\xd5\xba\xd6\x5b\xf5\xb2\xa9\x88\x46\xdb\x6c\xaa\xda\x92\xfd\x61\x60\x5a\xd9\x5a\x31\xcc\x50\x5d\xce\xab\xad\x71\x6f\x39\xdd\xc4\xac\xb2\x3f\x41\x19\xcb\x7d\x70\xf6\xfb\x7c\x59\xeb\x7a\x7f\x56\x85\xa5\x6d\x8c\xce\x86\x57\xea\x6b\xd5\xaa\x14\x41\x46\x22\xec\x95\x6c\xcc\x7a\x74\xdc\x59\x58\xa4\xaa\xe0\x0c\x5f\x36\x70\xe1\x17\xe8\x68\x67\xf4\x37\x92\xb0\xa7\xcc\x01\x3d\x22\x76\x6a\x03\xf6\x6a\x62\x1c\x84\x9c\x2d\x06\xec\x57\xbb\x1a\x9b\x3b\xfd\x9d\xb7\x6c\xec\x46\xb1\x71\x74\x43\x6c\x21\x98\x9e\xc5\x54\x91\x99\x23\xe7\xef\x7c\xbe\xc7\x9d\xba\x74\x4e\x50\xaf\xc5\xa6\x1c\x11\xb0\xe7\x33\x36\x56\xf9\x8a\x49\xbf\xe4\x76\x73\x35\xe8\xb6\xaa\x4d\x6a\xf2\x67\x22\xd2\xd6\x29\x91\x46\xbc\xe3\x55\x52\xd6\x1a\x69\x8a\x02\xc6\xbd\x08\xef\xc3\x8f\xd1\xab\xb4\xc6\xb9\x5c\xcf\xad\x2a\x89\x7a\xf0\x98\x0a\x97\x44\xa4\x44\xa4\xbf\x08\xbf\x5e\xe7\x1f\xc4\x59\x3c\xb9\x6f\x65\xf5\x12\xe8\x66\x15\xd1\xb4\x44\x19\x5a\xb6\xb0\xcc\xa2\xa2\x17\x1b\xe4\x1c\xb1\x1c\x67\x33\xcb\x16\x29\x4d\xa4\xc9\xda\x90\x9e\x38\x33\x59\x21\x0e\x55\x2c\xf3\x8c\x5c\x92\xb2\x0b\xa9\xd2\x94\x1c\xb3\x6e\x0b\xa1\x44\x6c\x93\xe3\xda\x6f\xf2\xa8\x22\x9b\xd4\x14\x7f\x35\x8b\x27\xab\xc8\xb2\xfc\x4e\x6f\x17\x44\xa6\x2d\x74\xc3\xc4\x53\x53\x37\x1a\xe2\x62\xc5\x0e\x0f\xf3\x65\x5e\xe4\x4d\xee\x12\x0a\x51\x76\xfa\x3c\x69\xcf\x58\x8f\x03\xe2\xc8\x2d\xe6\x8c\x4f\x8e\x0b\x45\xdc\xe1\xd7\xe6\xbb\xde\xee\x0a\x2c\x79\x8d\x98\x6d\x51\xa2\xb4\x57\x37\x34\xb5\x31\x1c\x5b\xf8\xa9\xc9\x59\x5e\x0e\x7c\xb5\x32\x20\xc4\xbb\xb4\x88\xea\x75\xee\x7c\x0f\x9e\x91\x83\x54\x09\xd5\x50\x72\xe8\x74\xd0\xf7\xd3\x21\x07\x17\xbf\x7a\xe0\xc9\x78\x63\xcf\x71\x35\x08\x5e\x16\x79\x96\x88\x1a\x9c\x6e\xa8\x46\x70\x86\xc0\x85\xdd\xc0\x19\xb0\x64\xeb\xdd\x00\x05\x81\xb2\x0c\x13\x15\x57\x91\x82\xe4\xcc\x82\xc8\x35\xa7\xfc\xc3\xd5\xae\x17\x58\xb3\x31\x3b\xfb\xab\xba\x7c\x77\x15\x15\xc3\xbe\xbe\xc9\x1d\x2f\xdf\x5f\x41\x77\x88\x6e\xe7\x20\x51\x4d\x79\xd9\xe4\x50\x28\xe9\xc7\xf2\xc3\xc2\xac\x11\xdc\x5d\x45\xf4\xb5\x6a\x10\x9b\x03\x34\x7f\xe2\x4a\xc2\x06\x8c\xf7\x03\xcf\xa3\xc2\x42\x39\x64\x05\xa3\xc9\x56\x9c\x1c\x91\x4d\x9d\x20\x44\x93\x78\x82\x38\xe2\xe8\x1c\x83\xde\xd1\xbd\xa3\xb1\xae\x8d\x2f\x9e\x2d\x39\xac\x6d\xf0\x9a\x0d\x56\x90\xfc\x59\x56\x78\xbf\xa6\x22\xb2\xef\xb2\x43\x2f\x81\x0c\xd5\x78\x75\x54\x21\x02\xd8\x40\xde\xb5\x48\xd0\xb4\x89\x29\xac\x64\xfa\x9d\xb6\x16\x8f\x08\x2e\x78\xf6\xa8\x88\x44\xae\x03\x6e\x9d\xb5\xc0\xcb\x8b\x77\x0b\xc9\x70\xae\x14\xd3\x8e\x15\xec\x91\x97\xba\x18\x88\x8d\xb1\x8c\x2a\x08\xf4\x80\xc2\xbc\xe5\x4a\x58\x57\x59\x9b\x0a\x1b\x5c\x22\xc8\xb4\x70\x4b\x22\x80\x6c\x5c\x90\xdd\xc9\x04\x11\x2d\x5f\x6c\x7e\xc0\x02\x80\x0d\x86\x35\xe4\x29\x77\xf4\xb0\xd8\x0f\x78\x8b\x38\x23\x11\x43\xcd\x06\x70\x00\x65\x17\x3b\xa1\x5a\x93\x22\x1b\x54\x0c\x96\xdd\xe9\x64\x47\x8f\x29\x13\x7c\x31\x9c\x4d\x39\x6b\x3c\x57\x79\xc6\x9b\x67\x94\x0f\x6b\x11\x01\xd5\xca\x3b\x02\xd5\x3c\x84\xa4\xee\xef\xc7\x12\xe4\x65\x96\x3f\xe7\x59\x4b\x3c\xa9\x6a\xc9\x36\x95\x3d\x02\x18\x19\x50\xfe\x34\xf0\xca\x94\x83\x8c\xeb\xce\xa6\x23\x83\xbf\x51\x76\x4c\x83\x52\x88\xfc\x44\x79\x12\xee\x40\x9e\x02\x0b\xb3\x61\x58\xdb\x0c\xe5\x90\x8a\xd3\xc2\xe8\x3a\xd2\xb1\x6c\xc5\x51\xb7\x0c\xf8\x27\x13\xaf\x74\x5e\xf5\x83\x73\x14\x06\x73\x35\xeb\x3c\xac\xd3\x8c\xa5\x86\x82\x9e\x76\x64\xf9\x10\xae\x5c\x8e\x2a\x88\x27\x69\x92\x28\x52\x7c\x80\xfd\x28\x44\xbc\x93\x8b\x9f\xa5\x6c\x25\x2c\x25\x78\x46\x44\x93\xd9\xc3\x5c\x8d\x26\xb7\xea\x66\x3a\xb9\x1d\x2f\xc6\xd3\xc9\x5c\xdd\x4d\x67\xf8\xf1\xf1\xeb\x78\xf2\x71\xa0\x6e\xc7\xf3\xc5\x6c\x7c\xfd\x44\x8f\x78\xe1\xc3\xf4\x76\x7c\x37\xbe\x19\xd1\x2f\x2e\x2e\xde\xba\x5a\x7c\x02\xc4\x38\x0f\x63\x15\x82\x35\x01\x1e\x04\x46\x5d\xa4\x13\x5a\x83\x31\x08\x71\x43\x62\xaa\xa1\xbb\x42\xa7\x1d\x02\xe9\xd2\xc8\xa6\x2a\xa8\x4c\x58\xbd\x77\x20\x73\x0b\x50\x08\x65\x76\x79\x20\x93\xc0\xe4\xf7\x44\x39\x1e\xb1\xbe\x8a\x02\xb9\xdc\xa8\x37\x8f\xc2\xe5\x1b\xa0\x59\x03\xbd\x0c\x04\x7f\x04\x21\x38\xd1\x47\x92\x90\x0c\x92\xcd\xb4\x7a\xc3\x02\x2d\xb5\x84\x29\xef\xef\xa9\xa9\xad\x41\xdd\x52\x26\x67\xc1\xa3\x27\x44\x83\xe8\x82\xe1\xfc\x19\x06\x81\xf3\x30\x15\x11\xa1\x13\xbb\xd0\x2f\xbf\x8a\x23\xe5\xcc\x0b\xe4\xc7\xb6\xb2\xd6\x29\xcf\xbb\x6a\x4c\x59\xed\xaa\xba\x71\x6d\x0b\x01\x0a\xc7\x40\x80\xf4\x24\x01\x65\xed\xd8\x23\xac\x4f\xa4\xa1\xd6\x66\x94\x14\x48\x7e\xb1\x5b\x81\xb8\x6b\xf5\x1a\x1a\xbb\xfc\x84\x84\x87\x10\x5f\x41\xcf\x83\xb0\x9e\xf6\x63\x48\x9d\x16\x2d\x41\x6a\xda\xa1\x6a\xc9\x8f\x81\x43\xdd\xe3\x32\x98\x47\xbd\x89\x37\x7f\x03\x04\x99\x50\x82\x76\x4e\x2f\x6d\x58\x96\xa1\xc4\x73\x04\x58\xf5\x06\xf5\xe0\x0d\x25\x74\x24\xed\x67\x29\xf7\x95\xd3\x2a\x81\xa4\x3f\xe7\xf4\x94\x5c\x28\xb4\x7a\x40\xb7\x73\xdd\x0f\x92\x39\x19\x61\xb5\x8d\xcd\x39\x9a\x51\x13\x41\xdd\xf9\x89\x4e\x19\x94\xd7\x6d\x79\xa4\x77\x97\x6a\x3d\x6c\x31\xd9\xc0\x81\x2f\x26\x86\xec\x88\x00\xaf\xb6\x87\xaf\x78\x4e\xaa\x92\x50\xf3\x8a\xf7\x23\xc3\x72\x66\xe7\xf4\x98\x37\x5c\xe4\xd4\x59\x2f\x53\x97\xc8\x6f\x66\x47\x38\xaa\x64\xee\x90\x8b\x88\x39\xee\x15\x39\x25\x41\xcc\x13\x1c\x5f\x21\xbf\x3a\xbc\x12\x3c\xac\x6e\xa9\x01\x23\x5a\x96\x76\xf1\xd5\x24\x6c\x95\x55\x86\xf2\xfb\x3b\x07\x49\xf4\xfe\xcf\xb7\x8e\x81\x08\xf7\x32\x1d\x14\xd6\xb6\x87\x92\xc9\x5d\xf3\x92\x83\x63\x8b\xe4\xde\x02\x55\x21\xee\x90\xbd\x4d\x04\x64\x49\x31\xbb\x3c\x6d\xab\xd6\x16\xb2\x3b\x92\x0e\xa7\x68\xb8\x2d\x7e\xb3\xa3\x10\x47\xdd\x80\x08\x5c\xf6\x1d\x93\xf1\xaa\x28\xc8\x5c\xea\x71\x42\xa4\x85\xce\xb7\xd0\x09\x98\xf6\xc5\xfc\x83\xfa\x66\xcc\x8e\xa2\x81\xec\xef\xa1\x9a\xbc\x66\x7d\x21\x22\x40\x43\x2d\x6b\x2f\x15\x4a\xab\x46\xab\xf5\xd2\x9a\x32\xe5\x4e\x9d\x64\xeb\x48\xd3\x1a\x46\x84\x5d\x43\x17\x15\xf7\xbe\xea\xb8\xad\x87\x28\x3e\xb3\x85\x7d\x8a\x0a\xb6\xf5\x43\x04\xbf\x1a\x86\x0a\x56\x92\x96\x85\x91\xa8\x83\x26\xc8\xb5\x9b\xbd\x45\x64\x14\xde\xab\x39\x90\x7d\xd7\xa5\x1d\xd0\xd2\x1e\x33\x82\x8a\x76\xc0\xaf\xda\xb9\xe4\x42\x32\x07\xc4\x13\x41\x2a\xaa\xa5\xdf\x7d\xaf\xec\x11\x30\xd8\x79\xdf\xf9\x8d\x83\x6b\x4c\x4f\x64\xaa\x4f\xbb\x8b\x4f\x95\x07\x29\xad\xd9\xb4\x5c\xef\xb6\xc2\xec\xd9\xe8\x18\xb8\x1a\x79\xec\xa5\x9c\xd3\xfb\x19\xd0\x65\xf6\x53\x95\xc4\x8f\x62\xde\xc1\x92\x88\xd9\x53\x5e\xa9\x81\x35\xe1\xb4\x46\x5c\x44\xa4\xe0\xc1\x90\xaf\xcf\xbf\xfe\xe7\x5f\xff\x56\x17\xfa\xaa\xc3\xf3\xa9\x6e\xad\xf4\x02\x01\x04\xae\xf2\x42\x8a\x67\x0a\xc5\xb2\x56\x21\x22\x45\xb6\xf7\x37\x4b\xc9\x94\x43\xd9\x47\x03\x2b\x5a\x52\x8d\xbc\xed\x13\x4f\x46\x8e\xee\x3c\x4e\x56\x0d\x99\x85\xe5\x11\x0b\xec\x93\x24\x7a\xa0\x1a\x69\x0a\x6a\x71\x11\xe5\x7a\xd3\x9c\x52\x43\x55\xf0\x13\xc6\x52\x75\xd3\xd5\x72\xfa\x9d\x95\xca\x46\xe2\x1c\x26\x3d\x6f\x4e\x7a\x87\x91\x73\xb5\xa2\x16\xa6\x87\x8c\x34\x21\x02\xd9\x41\x93\xe0\xde\x7f\xa9\x1a\x71\xf4\xd1\x98\x8f\x28\x90\xbb\x9c\x2b\xfb\xbe\xc0\xb3\xc4\xe9\x95\x47\xde\x41\xd1\xbe\x9c\x97\x70\x22\x46\x86\x80\xa5\x99\xcc\x4d\x18\xdb\xd3\x6c\xa8\xd6\x54\x6e\x28\xa5\xbc\xd0\xd8\x02\x59\x34\xea\xe3\x44\x73\xe4\x8c\xfc\x10\x76\xa9\xa9\x68\xfa\x54\x4b\x8e\xcf\x3e\x16\x11\x62\x7c\xe7\xaa\xa0\x4c\x78\xea\x0c\x85\xb4\xa6\x84\xc0\x9d\x1c\x4d\x37\x28\x8b\xd7\xa4\x7f\x80\x21\x49\x5b\x65\x59\xb5\x48\x1e\x34\x6e\x73\xf5\x95\xbd\xfe\x4f\x24\xb4\x00\xac\xce\x77\x2a\x97\x04\x43\xd1\x6e\x0c\x3c\xba\x0a\x2e\xe0\x5c\x9c\x6c\xe1\x16\x5f\x75\x03\x05\x1e\x63\x71\x28\x47\x20\xdc\xf4\x50\x73\xb0\x4c\x2f\x0a\x5c\x5d\x34\x45\xe1\x0b\x12\x91\x52\xdc\x8e\x56\xea\x39\x37\x2f\x67\xd2\x1c\x80\x47\xf2\x3d\x35\x9c\x7c\x7e\xa5\x62\xd9\xab\xa5\x8d\x35\xc5\xca\xcf\xf4\xbc\xba\x69\x34\x49\x35\x8b\x4b\x73\x30\xb4\xe8\x58\x9a\xf7\xbe\x76\x07\x92\x90\xce\xd7\xda\x50\xe5\xff\x7f\x9b\xd7\x32\x13\x11\x6a\x07\x84\x86\x57\xec\x76\x59\x70\xbb\x90\xc1\x7b\xe5\x2e\x73\xf3\xd2\x78\x0e\xe9\xf9\x97\x7c\x2e\x6a\x46\xcf\x54\xb5\xeb\xcd\x89\xb1\x2e\x2b\x33\x5f\x0d\xbc\x57\xf9\x81\x75\xbc\x89\xf4\x61\xac\xe5\xa0\x9c\x13\xf5\x02\x56\xb6\x5c\x8a\x5c\x93\xb7\xa3\x94\xdb\x96\x39\x7c\x04\x6c\x91\xc8\xc0\x36\x52\x25\xa2\x7e\x3c\x38\xc3\x71\x99\x27\x5e\x0b\xd3\xf4\xa6\x10\x51\xfc\x88\x22\xb7\xd5\xb3\xf3\xce\x95\x4e\x69\x92\xb3\x97\x9c\xc1\x86\x38\x37\x87\x7f\xec\x43\xf1\x57\x32\x3f\xef\x24\x95\x0a\x26\x22\xb3\x3d\xeb\x82\x81\x52\x24\x9e\x1f\xcf\x8a\xb2\x8f\x74\xc4\xac\xf8\x2d\x5f\x31\x45\xa4\xa5\x7c\x4b\xe8\x85\x07\x56\xb1\xbe\x80\xc4\x3e\x2d\x16\x8f\x5e\x8c\x53\x0a\xa2\x67\x67\x64\xf7\x1d\xd4\x41\xd7\x20\x9d\x21\x8f\xcc\xd8\x2b\xb7\x32\x51\xe2\x41\xac\x43\x1f\x81\x96\xb8\x4c\x48\xaf\x3c\x8f\xc8\x09\x38\xe2\xb1\x5e\x22\xdf\x5a\xe3\x46\x6e\xcc\x22\x4d\x14\xf8\x0d\x07\x9c\xcf\x65\x75\x57\x65\xa1\xe1\x25\xb1\xa1\x6d\x55\x82\x1a\x8f\xe3\x09\x46\xd7\xdc\x4b\x74\x20\x95\x16\x5b\x83\x04\x4e\x0a\xa2\x0d\xac\x73\xdf\x2d\x82\xf8\x99\xba\xf1\x66\xc3\x5e\xd8\x05\xbf\xec\x40\xf0\x98\xb3\xfc\x80\xe6\x97\x7c\xca\xd0\x89\x49\xd3\xef\xc0\x3e\xa7\xe4\x83\x3a\xc6\xd3\x2e\x6d\x0f\xb6\x1e\xaa\xeb\xb6\x39\xb7\x1e\x39\x71\x1b\x51\xc5\xcb\x5c\xb8\x78\xd0\x20\x05\x4a\x3a\x59\x3e\x35\x7a\xc5\x15\xb9\x1a\xc7\xbd\x89\xf3\x00\xa1\xe1\x47\x03\x55\x79\xbe\x8e\x0d\xdc\x7c\xbf\x9b\x86\x49\xbf\xef\x9a\x33\xd7\x37\xa1\xd9\xfc\x4e\xa9\xc4\x1b\x9e\x2c\x5b\xbb\x6d\x7c\x43\xd2\x32\xbc\x90\x79\x18\x7e\xc1\x23\x08\x11\xab\x36\x6b\x5d\x67\x40\x10\xbc\x3b\x5e\x52\x2f\x04\xea\x64\x2a\xba\xc0\x8b\x83\xe8\x7c\x87\xc8\x73\xde\x6a\x02\xab\x4e\x4f\x8c\x5e\x08\x46\x47\x83\x5f\x6e\x6a\x6c\x7f\x72\x88\x65\x32\x0c\xa8\xe9\x24\xaa\x74\xcc\xca\x30\x08\xeb\x3e\x28\x18\x69\xc3\x2d\x66\xb7\x95\xf4\xc1\xe6\xbb\xa9\x65\x0c\xe2\x67\xa6\x32\x1a\xa4\x21\x56\x71\x52\xd9\x51\xcc\x30\x37\x05\xcd\xb3\x7c\x04\xd9\x93\x56\x83\xcc\x63\x3e\x6d\xcb\xe5\xb8\x6e\x4b\xc5\x53\xaf\xd7\xa4\x25\x4f\xd6\x37\xc7\x2c\x07\x69\xe5\x64\xd5\x38\xca\xb4\x97\xbe\x03\x7f\xc5\x69\xae\xe8\x67\xad\x9e\xab\xa2\xdd\x0a\x8a\x03\xc4\xa8\x6a\x74\xe0\x0e\x1e\x74\xf2\x49\xa7\xd4\x55\xba\x65\xed\x4b\x6b\xc4\x5d\x87\x93\xb8\xa1\x3d\xaa\xae\x17\x17\x7f\x79\xbd\xad\x3b\x14\xe0\x90\x77\x42\x42\xb2\x49\x38\xb7\xbc\xa2\xb8\xae\x96\xbf\xd3\x58\xcd\x1f\x7c\xc0\x76\x69\xdb\x70\xb2\x21\xfc\xfe\x0a\xd8\xb6\x84\xb6\xc1\xc3\x7b\xc1\xdc\xe7\x20\x37\x32\x01\x8d\x4c\x5d\x44\xc9\x60\x0b\xf2\x07\xb4\x3d\x4a\x29\xcf\x52\x09\xcc\x9b\xce\x14\x21\xf7\xa6\x55\x2d\x27\x09\x0c\xaa\xb6\x08\x0b\xe0\xed\x1f\x09\x0c\x4a\x42\x8c\x6b\x97\x04\xbb\x0f\xd7\x3f\x18\x3e\x9d\x91\x82\xad\xea\x2c\x96\x82\x52\xb5\xd5\x75\x5e\x70\x7d\x96\x99\x60\x37\x1b\xa6\x42\x24\xb8\xfd\x03\x34\x37\xf0\xd8\xfd\x58\x20\x1d\x62\x88\x4b\xdd\x40\xa1\xc8\xe5\x42\x0d\x9a\x2a\x90\x90\x1b\x9e\xbb\x1a\xb5\x37\xba\xe6\xb3\xb8\xae\xe9\xec\xe0\xf4\x7e\xe0\xda\x35\x87\xb7\x4b\x3a\x87\x94\xc3\x86\xd2\xb7\x6a\x72\x2c\xe9\x7b\x47\x42\x53\xa6\xf6\x7d\x98\xd3\x55\xec\x9b\x03\x57\x28\x59\xd5\x47\xca\xed\x60\xde\xa1\x1d\x7a\x6a\x97\xf6\xe0\xff\x40\xdd\xd4\x37\x9c\x76\x9f\xbc\x24\xa1\x25\x0f\xf4\x00\x9d\xb6\x3e\xf7\x0a\xea\x38\x3c\x58\x3c\x23\x24\xc0\x2d\x4f\x51\x75\x01\x26\x4a\x49\x54\xfc\x23\x1f\xa2\xcb\x7c\x68\xc5\x93\xe1\x92\x3a\x14\x4a\x7f\xe8\xdc\x8f\xc6\x5d\x7e\x8e\xd4\x63\x29\xc6\xe4\x7f\x1c\x8f\x2c\xa2\x07\xc7\xce\x9d\x68\x22\x03\x35\xd4\x32\xd5\x53\xf3\x76\xe9\x53\xfd\x52\xd4\x3c\xbc\x92\xf1\x74\x0c\x64\x56\x5d\x8e\x90\x39\xa8\xf0\xc1\x07\xbb\xa2\xfb\x6d\x28\x83\xb4\x88\xef\x03\xc8\xec\xbd\xdf\x96\x13\x28\x6e\x86\xea\xae\x12\x0c\xd7\xf1\x2b\x63\xd8\x93\x28\x4a\x76\xf4\xb3\x9a\x23\xb6\xf0\x7b\xec\xd1\x52\xb3\x9c\x77\xbd\x2b\xba\xfa\xa2\xb5\x1c\x14\xda\xda\x2a\xcd\xfd\x14\x14\x2e\xae\xc9\xb1\xcd\x2a\x2f\x73\x99\x9f\x53\xa3\xed\xd6\x4b\x4e\xad\xf3\x9d\x9c\xee\x67\x71\x2d\x22\xe6\x72\x37\x1d\x65\x04\x43\x27\x1e\x45\xa1\x63\x10\xd0\x49\x34\x54\x9f\x60\xee\x67\x52\x39\x83\x34\xbb\x33\x6c\x67\xe3\xfb\x9e\xc1\x91\x38\x71\x54\xf0\x31\x2d\x15\x00\x37\x84\x25\x49\xf8\x78\x37\x4c\xf8\x42\x0f\x14\xbf\x76\x49\xf3\x1a\x19\x11\x3b\xca\x50\xd1\x52\xfa\x52\xb2\xd2\x55\xe7\xf6\x5b\xfd\x3b\x97\xcf\x2d\x5c\x98\x61\xe6\xa5\x08\x48\x1c\x7f\x83\xe3\x9a\x42\x50\x86\xa5\x9c\x7c\xe5\x05\x44\xb9\xa9\x65\x68\x61\xf7\xb6\x01\x08\xe3\xd9\x22\xa5\xd2\xbe\xf8\xd4\x3b\x5b\x2a\x22\x0c\x41\x98\xe7\xb0\x95\xef\xf0\xb4\x0b\x47\x3e\x62\xe8\x2b\x0f\xf5\x7a\x75\x54\xf8\x23\xea\x84\x96\x22\xdf\xa7\xa3\x37\x37\x1e\x65\x37\xe7\x9e\x3a\x4d\x79\x6b\x77\x27\x86\x71\xae\x76\x97\x09\xd8\x19\xf8\x80\xc2\xe1\xd3\xf0\x56\xd4\x56\x1c\x10\x38\x72\x3e\x0f\x9c\x19\x57\x32\x31\x3c\x68\x19\xb0\xdb\x93\x08\xb1\x97\x08\x8d\x34\x67\xdc\x80\xf4\xa7\x20\xdd\x68\x7b\xbb\x43\x6b\x1d\xdd\xeb\x89\x88\x1c\xcc\x09\x23\x65\x40\x77\x7f\xed\xaa\xbf\x10\xa2\xf1\x9f\x8c\xe9\x06\xc8\x07\xcb\xc2\xe3\xd0\x18\x7d\xf4\x51\x81\xb8\x29\x49\x62\xbe\xef\x68\x76\xcf\xcd\xb6\x2b\xda\x3e\x65\xc7\x0d\xfd\x88\x22\x0d\x75\x6b\x8b\xb7\x18\xaa\xbc\x30\xa8\xab\xce\xee\xfe\xca\xe6\xa0\x4b\x67\x84\xe2\x7f\x7c\xee\xa7\x5b\xca\xf6\x8d\xab\x53\x54\x28\x72\x32\x62\x0f\x83\x9e\xe2\x2a\xc4\xa0\x57\x2e\x21\x61\x3e\xe1\x0b\x29\x55\x46\x95\xac\x0b\x7f\x4d\xc2\x77\xad\x27\x48\x76\x07\xa9\xfe\xde\x49\x5e\x77\xf7\xa0\x02\x63\x1c\x36\x6c\x22\x6a\x52\xf8\xc8\xc9\x31\x80\xa6\x8e\x0e\x2d\xf1\xdf\xaa\x2d\x24\xa9\x14\xb9\x2e\x53\xb2\xdb\xcf\x62\x37\xef\x00\xf1\x68\x82\x9c\x71\xd7\x1c\xb4\x11\x36\xa7\x39\x74\xb8\x04\x43\xef\xb8\xab\x32\x94\x64\x83\xec\x04\x6c\xd9\xb7\xe9\x24\x7a\x4d\xd3\x1f\x99\x5c\xf4\x4f\xe3\xdd\x18\xf7\xbc\x55\x68\x1a\xd8\xd8\xc3\x96\x35\xdc\xf2\xd0\xbe\xb1\xaa\xb9\x44\x6d\xf2\x65\xde\xc8\xc1\x4c\xa1\x5f\xc2\xdd\x0b\xd7\xea\x1d\x4b\xc3\x64\x50\x51\x2a\xba\x5c\xb0\xf4\x53\x65\x62\xbb\x07\x91\x0f\x8e\x6a\x2e\xdd\x0c\xf2\x3c\xf4\x96\x29\x05\x9d\x1b\xa7\xc1\x61\x64\x7b\xed\x86\xf8\x3d\xf3\x36\x0c\x42\xe9\xa6\x01\xcf\xdc\xdc\x45\xaf\xff\xcd\x11\xad\x70\xdc\xb1\x7f\x62\xc8\x61\x63\xa4\x0d\xbb\xff\xbf\xa1\x1c\x99\x35\xf9\xd6\xb8\x7a\xff\x1a\x58\xff\x03\x79\x9b\xf8\x3e\xca\x41\xe4\x38\xaf\xa7\x82\xe4\xc3\x30\xe4\xb1\x70\x15\x40\x9e\xc8\x15\x9f\xa3\x3b\x1a\xfd\xfb\x19\x9e\x2f\x84\x35\x27\xa0\x26\x5c\x45\x3a\xa1\xb1\x7e\x56\xca\x51\x0d\xdc\xb8\x7a\xd5\xd6\xee\xb4\x24\xba\x28\xe4\xe4\xea\x4e\x50\x7e\xe8\x7a\x45\x97\x50\x5d\xe0\xb3\x4b\x43\x13\x1b\x3e\xcb\x3c\x8c\x21\x77\xb3\x48\x30\x11\x1a\x53\xfc\x99\x92\x5d\xba\xc8\x73\x87\x87\x51\x0a\x3e\x38\xfd\x81\x89\xfe\x46\xf3\x15\x57\xca\x69\x14\x42\xc3\x21\x7f\x08\x44\x69\x1f\x2d\xf7\xef\x6d\xb6\xe6\xb9\xae\xa0\x92\xa8\xb5\x74\xd7\x06\x00\x34\xa9\xc6\x18\xbf\x68\xe5\x8c\xe9\x8f\x8a\x68\xd6\xa2\x2e\xe5\xc2\xc0\x36\x77\x17\x3a\xfd\xbb\xd6\xb6\xc6\x5e\x0d\x62\x07\x64\xa4\xcb\x5a\x64\x2f\x20\xc7\xb9\xf4\xf7\x96\x96\x7b\xc7\x15\x90\x1e\x63\x10\xf4\xba\x61\xe3\x90\x9f\xaf\x7c\x65\xa6\xab\x96\x88\x90\xc6\xc1\xf7\xb0\xc5\xd1\xe4\x82\x8f\x55\x5d\x14\xa3\x46\xd0\x10\x9c\xf6\x0d\x4e\x74\xfe\x5d\x1e\x50\xb9\x2b\x6b\x3c\x80\x8a\xce\x6f\x2a\x87\xb5\x2d\x5d\xb6\x82\x6b\xd9\x7c\xdb\x16\x08\x50\x23\xc7\x82\x72\x54\x85\xc2\xb1\x76\x30\xf2\x44\x5e\xe6\x70\xed\x2e\x52\x1a\x18\x92\xb1\x46\xf4\x9a\xab\xf5\x47\x36\xdc\x47\x5e\x79\x26\xee\xdc\xc5\x0d\x75\x78\x9f\x4c\x1f\xdc\x3e\x41\x60\xb6\x85\x00\x37\xb9\x96\xab\xea\x6a\x8f\x46\x60\xff\x23\xdf\x09\x89\xe2\xfa\xc4\x08\x14\x36\x13\x94\x5b\xf1\x05\xaa\x2a\x9c\xa4\xba\xd3\xb4\x0c\xc5\x20\xa5\x1b\x36\x7c\x56\x13\x7e\xf2\x63\x4c\x88\x11\xa6\x6d\x46\xda\x07\x77\xdf\x96\x5c\x01\x5c\x79\xed\x2e\xa1\x23\xc2\xca\x32\x43\x8a\x6b\x1b\x2f\x5b\x1a\x19\x7f\xae\x6a\x2a\x54\x61\x92\xc3\x26\x7e\x85\x7d\xc1\x6c\x07\xe7\x7b\xbd\x59\x12\xfe\xb9\x31\x05\x01\x67\xe9\x69\xe9\xee\x63\x29\x01\x69\x18\xd5\x89\x59\xfd\x99\x52\x9e\xb6\x85\x46\x8a\xcd\xeb\xb4\xdd\x5a\x4e\xd7\x92\xdc\x96\xba\xe8\x72\xb7\x89\xc9\xc7\xc3\x77\x19\x27\xfa\xf3\x33\xbf\x28\x3a\x8f\x3a\xb9\x9e\x9a\x2a\xf6\xa0\x78\x5b\x3a\x28\x1f\xf7\xa6\x65\xbb\xb6\xe6\xec\x75\x62\x5c\x06\xcb\xb4\xce\xa9\xf8\x27\x89\xf9\xe8\xfa\x90\xed\xc6\xbf\x74\xe4\x03\x4f\xdd\xbb\xc1\x17\x4f\xda\xfc\xe5\x4a\x3f\x66\x63\x5d\xd1\x68\xdb\x9d\xfe\x31\x9a\x90\x95\x1f\xfa\x9b\xd3\xb5\x72\x81\x88\x45\x8f\x43\x7f\x9c\xeb\x8a\x11\x09\xbd\xae\x1d\xc5\x66\x73\x70\x07\xba\x6f\x62\x01\xf9\x83\x6e\x34\x9a\x93\xeb\x53\x1e\x91\xd2\xbe\x93\x1b\x38\xde\xfb\x77\x3c\x6c\x27\x85\xa9\x07\x16\xd8\x54\x58\x1e\x5d\xa9\x5a\xd3\xcd\x1d\x04\xb5\xa4\x1c\xb7\x4b\x68\xb3\x5f\xe8\x88\xaa\xe6\xb3\xe6\xf8\x1a\x7c\xdc\xe0\x78\x67\xe7\xbc\xe5\x5a\x10\xbe\x40\xea\x52\x79\x55\xca\xa4\xda\x72\x54\xf2\x05\xa6\x34\xea\xd0\xc2\x4b\x1f\xdc\xf8\xb3\xdd\x85\x63\x7d\xbe\x00\xf7\x53\x56\x95\xa2\xff\x0c\x85\x27\xe3\xab\xc0\x5c\x1b\x95\xdd\xb0\xcb\x10\xfe\x73\x77\x99\x7b\x19\xcc\xf1\x1a\xce\x14\x42\x2a\x72\x4c\xca\x11\x5e\xb8\x14\xe3\x92\xa0\x2b\x82\x92\x85\x37\x55\xce\x30\x70\x71\x10\x34\xb1\x97\xf2\x6d\x46\x62\x94\x76\xa1\xb1\x3c\x5f\x50\x7b\x71\x3d\xe1\x12\x6a\x30\xcf\xb2\x72\x69\x8e\x4b\x95\x14\x54\xdb\x9c\x98\x18\xfe\x3d\x5c\x68\x3c\x9c\x44\xfc\x54\x85\x2f\x13\x0e\x40\x7a\x77\x43\x86\x6c\xe0\xef\x58\x72\x13\x54\x53\xc2\x72\x9d\xe8\xb2\xe7\xf9\xcb\x7d\x77\xbe\x19\xb7\xe4\x92\x9e\x3b\x14\x72\x74\x63\x8c\x32\x22\xb7\x59\xb6\xc7\xc7\x89\x5a\xc0\x37\x1c\xb2\x4c\x46\x0c\xe4\x01\xb0\xf5\xda\xd0\xf2\xdd\x86\xaf\x49\xf4\x44\x8c\x6e\x35\xa1\xa2\xb9\x13\x59\x49\xc2\x41\x94\xee\xaa\x65\xef\xd5\xde\xd7\x17\x32\xb0\xe1\xc3\x1d\xbd\xad\x18\x61\x78\x45\x48\xda\x68\xad\xdb\xc0\x64\x50\x76\xe9\x22\x59\x4b\x59\x8d\xd8\x07\xaa\xaf\x10\xbc\x74\xae\x21\xa2\x46\x1c\x22\xc4\xe1\x91\x7e\x44\xe8\x4e\x0a\x97\x55\x76\x7c\xc4\x7a\x71\xf1\xcb\x30\xfe\xb0\x86\xb5\xe2\xaf\xd3\xd4\xe6\x39\xe7\xe3\x79\x31\x2f\x5d\x37\x77\x67\x53\xe1\xd2\xc6\xeb\x5f\x5c\x48\xc1\x27\xbc\x4a\xe1\x83\xbf\x87\x6a\x4e\xe2\xf4\x28\x71\xaf\x04\x3f\x44\x39\xcf\x29\x95\x83\x5d\xbb\xcb\xeb\xdc\xe3\x44\x1a\x21\x59\x8a\x53\xf7\x86\x7c\x80\x42\x7c\x02\x60\xae\xf8\x8c\x13\x61\x08\xa7\x2a\x38\x41\xcb\x25\x32\xde\x22\x5c\x76\x95\xf3\x08\xb8\x1e\xdf\x56\x65\x14\xed\x0f\xd9\x72\x7f\x04\xaa\xd9\x68\xb0\x6a\x0b\xd1\xc9\xb8\x7e\x45\xd9\x6e\x97\xa6\x1e\x1e\x1e\xec\xf2\xa8\x66\xc5\xad\xf8\xc1\xd2\xa3\x76\x41\xf2\x62\x74\x4f\xd2\x95\xd5\x37\x14\xff\x74\xf3\xae\xf6\x14\xde\x0c\xfa\x5f\x2b\x84\x9b\x37\xdd\x98\x3b\x1a\x82\x1e\xb4\x1a\x2e\x90\x7c\x0a\x8b\x8f\x11\xa5\x28\xf4\xb6\xf2\x56\x96\x14\x2d\x76\x74\x9f\x28\x1d\x48\x1a\x8e\x19\x44\xe4\xfd\x1f\x0a\x3c\x08\x60\x09\xd9\xca\xc3\x77\xff\x0a\x75\x9b\xe7\xf7\xee\xae\x30\xf1\xa8\xdf\xbd\xcf\x48\x23\x4a\xa4\x87\x47\xa5\x1d\x8c\xec\x5f\x45\x88\xf7\x75\x0e\x7b\xee\xeb\xac\x1f\xec\x6b\x1f\x7b\x79\x22\x7f\x21\x6d\x6e\x90\x6f\x08\x2d\x47\xcd\x7b\x5f\xe1\xd1\xb7\x63\x8f\xf7\x7e\x36\x77\xa6\x3f\x44\x4f\xc4\x57\xa2\x73\xee\xbc\xa2\xc1\x52\x38\xe2\x3c\xf8\x10\x8b\xae\xe3\xbd\x0d\x30\xd9\x5f\x97\x8e\xb2\x01\xc3\xa2\xa3\x5b\x55\x7c\xb5\x53\x6a\x4d\xef\x93\x11\x77\xca\xd8\x4b\x58\x07\xdd\x83\x84\x19\xdf\x96\xa0\x94\x62\xfa\xb5\xd0\x7f\xe2\x41\x7d\x4a\xfc\x2d\xdb\x5d\x3c\x6a\x0f\xc8\x20\x4e\xea\x07\xa6\x8f\xa8\xb7\x00\x2d\xf4\xc9\x50\xb5\x35\x94\x35\xac\x14\xb4\x30\x14\xb5\xe1\xb6\xfd\x50\x4d\xdb\x9a\x8b\x30\x6b\xde\xa7\x12\xc4\x70\xd6\xdd\x2a\xa6\x6f\x15\xd6\x15\xfc\x49\x60\x8e\xe1\xef\x77\x5c\x20\x09\xaa\x41\xda\x6c\xe5\x36\x39\xde\xef\x46\x17\xfc\x2b\xff\x6d\x58\xff\x83\x2c\x01\x4c\xdb\x2a\xe0\x25\xfa\x66\x4c\x2e\xe9\x64\xf0\xd5\xc3\x6f\xf4\xd6\xe2\x56\xc5\x1e\xd6\x9b\x4c\xd5\x97\xd1\x6c\x36\x9a\x2c\xbe\xc2\x94\xef\x86\xea\x3a\xb9\x19\x3d\xcd\x13\xb5\xf8\x94\xa8\xc7\xd9\xf4\xe3\x6c\xf4\xa0\xc6\x73\xff\x91\xe4\xad\xba\x9b\x25\x89\x9a\xde\xa9\x9b\x4f\xa3\xd9\xc7\x64\x40\xeb\x66\x09\xad\x88\x28\xf1\x0d\xee\x88\x00\x56\x4d\xf9\xe7\xe4\x9f\x8b\x64\xb2\x50\x8f\xc9\xec\x61\xbc\x58\x80\xda\xf5\x57\x35\x7a\x7c\x04\xf1\xd1\xf5\x7d\xa2\xee\x47\x5f\x86\x58\x73\x93\x3c\x2e\xd4\x97\x4f\xc9\x44\x4d\x89\xfa\x97\x31\xd8\x99\x2f\x46\xb4\x7e\x3c\x51\x5f\x66\xe3\xc5\x78\xf2\x91\xe9\xd1\x2d\xf1\xd9\xf8\xe3\xa7\x85\xfa\x34\xbd\xbf\x4d\x66\x7c\x95\xfc\x27\x6c\xce\x2f\xaa\xc7\xd1\x6c\x31\x4e\xe6\xc4\xc6\xe7\xf1\x6d\x5f\xa6\x37\xa3\x39\xb8\x7e\xa3\xbe\x8c\x17\x9f\xa6\x4f\x8b\x8e\x77\xc8\x36\x9a\x7c\x55\xff\x18\x4f\x6e\x07\x2a\x19\x33\xa1\xe4\x9f\x8f\xb3\x64\x4e\xe2\x83\xf6\xf8\x01\x0c\x27\x78\x38\x9e\xdc\xdc\x3f\xdd\xf2\x2d\xf5\x6b\x50\x98\x4c\x17\x50\x13\x04\xc3\xb2\xc5\x94\x35\xe3\xd7\x7a\xea\xc4\x0c\xe8\x3f\x24\x33\xa8\x6f\xb2\x18\x5d\x8f\xef\xc7\xd8\x92\xae\xb5\xdf\x8d\x17\x13\x6c\xc1\xaa\x1b\x09\xe7\x37\x4f\xf7\x23\x08\xf1\x34\x7b\x9c\xce\x93\xa1\x28\x10\x34\xa0\xee\xd9\x78\xfe\x0f\x05\x01\x9c\x5a\x7f\x7b\x1a\x05\x3a\xd0\x2d\x48\x3c\x8c\x26\x37\x6c\xa6\x03\x33\x92\xb4\xea\xeb\xf4\x09\xa5\x0f\x52\xdf\xdf\xf6\x9e\x93\x9a\x12\x75\x9b\xdc\x25\x37\x8b\xf1\x67\xd8\x16\x0b\xb1\xcb\xfc\xe9\x21\x71\xda\x9e\x2f\x58\x3d\xf7\xf7\x6a\x92\xdc\x80\xdb\xd1\xec\xab\x9a\x27\xb3\xcf\xe3\x1b\xd6\xc2\x2c\x79\x1c\x8d\x67\x8a\xaf\xef\xcf\x66\x44\x65\x3a\xa1\x0c\xf1\x7e\x48\x86\x83\x83\x24\x9f\xc9\xfc\x4f\x93\x7b\x92\x74\x96\xfc\xf6\x04\x61\x4e\x38\x01\x51\x18\x7d\x84\xa3\x91\x22\x63\x9b\x7f\x19\x63\x6b\xb2\xce\xa1\xe1\x07\xfc\x0a\x1e\x74\x86\xff\x0a\x17\x9a\xaa\x87\xd1\x57\xf9\x62\xe0\xab\x77\x0d\xec\xe8\x3f\x29\xe8\x7b\x04\xf4\xd9\x39\xe6\xe8\x7a\x4a\x1a\xb8\x06\x3f\x63\x66\x0b\x8c\x90\x3a\xc8\x3c\xb7\xa3\x87\xd1\xc7\x64\x1e\x39\x00\x6f\xed\x3e\x2b\x1e\xa8\xf9\x63\x72\x33\xa6\x7f\xe0\x39\xdc\x0e\x76\xbe\x17\x9d\x20\x80\x7e\x7b\x22\x13\xe2\x17\x8e\x88\x1a\xc1\x96\x44\x81\x7c\xd0\xd9\x8b\xc2\x8f\xfc\x6c\xe2\xfd\x03\x7b\x1f\x86\xe4\x65\xb7\xf7\xb1\xef\xa9\xfb\xe9\x9c\x1d\xed\x76\xb4\x18\x29\xe6\x18\x7f\x5f\x27\xb4\x7a\x96\x4c\xa0\x2f\x0e\xa5\xd1\xcd\xcd\xd3\x0c\x61\x45\x2b\xe8\x0d\x70\x33\x7f\x42\xa0\x8d\x27\x62\x14\x92\x97\x03\x79\x3c\xbb\x0d\xb1\xc4\xee\x79\x37\x1a\xdf\x3f\xcd\x8e\x1c\x0c\x3b\x4f\xa1\x42\x22\xc9\x8e\x16\x19\x44\x56\xcc\xaf\x06\xec\x03\x6a\x7c\x87\xad\x6e\x3e\x39\xeb\xa9\x5e\xc4\x7e\x55\x9f\x60\x8a\xeb\x04\xcb\x46\xb7\x9f\xc7\x1c\x75\x6e\x1f\x30\x39\x76\x3a\x99\x3a\x0a\x4e\x8f\xc3\x8b\xff\x09\x00\x00\xff\xff\x79\xfb\x59\xf4\xdd\x3d\x00\x00") + +func confLicenseAfferoGeneralPublicLicenseV10Bytes() ([]byte, error) { + return bindataRead( + _confLicenseAfferoGeneralPublicLicenseV10, + "conf/license/Affero General Public License v1.0", + ) +} + +func confLicenseAfferoGeneralPublicLicenseV10() (*asset, error) { + bytes, err := confLicenseAfferoGeneralPublicLicenseV10Bytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/license/Affero General Public License v1.0", size: 15837, mode: os.FileMode(420), modTime: time.Unix(1440548254, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confLicenseApacheLicense10 = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xc4\x56\xdf\x6f\xdb\x36\x10\x7e\xd7\x5f\x71\xc8\x4b\x1b\x40\x75\xd0\x6d\x1d\xd0\xee\x65\xb4\xcc\xc4\x04\x1c\xc9\x13\xa9\xa4\x79\x2b\x2d\xd1\x31\x37\x49\x14\x28\x29\x46\xfe\xfb\xdd\x51\xf6\xec\xa6\xd9\xba\x87\x01\x7b\x48\x44\x8b\xc7\xbb\xef\xfb\xee\x07\x95\xb8\xee\xd9\xdb\xc7\xdd\x00\x6f\xcb\x4b\x78\xff\xf1\xe3\x87\x77\xf8\xef\x23\xa8\x9d\x01\xd6\xe9\x12\x1f\x37\xde\x8d\xdd\x0c\x58\x5d\x43\xb0\xec\xc1\x9b\xde\xf8\x27\x53\xcd\xa2\xdc\x54\xb6\x1f\xbc\xdd\x8c\x83\x75\x2d\xe8\xb6\x82\xb1\x37\x60\x5b\xe8\xdd\xe8\x4b\x13\xde\x6c\x6c\xab\xfd\x33\x6c\x9d\x6f\xfa\x18\xf6\x76\xd8\x81\xf3\xe1\xe9\xc6\x01\x1a\x57\xd9\xad\x2d\x35\x39\x88\x41\x7b\x03\x9d\xf1\x8d\x1d\x06\x53\x41\xe7\xdd\x93\xad\x70\x31\xec\xf4\x80\xff\x0c\x3a\xa9\x6b\xb7\xb7\xed\x23\x94\xae\xad\x2c\x1d\xea\xc3\xa1\xc6\x0c\x9f\xa2\xe8\xfd\x0c\xbe\x86\xd4\x83\xdb\x1e\xb1\x94\xae\x42\xbb\xb1\x1f\x90\xc0\xa0\x11\x23\x39\xd4\x1b\xf7\x44\x5b\x47\x19\x5a\x37\xd8\xd2\xc4\xb8\x67\x7b\xa8\xd1\x13\x39\x38\x8f\xd5\x56\x2f\x80\x60\xb8\xb2\xd6\xb6\x31\x7e\x16\x45\x3f\x7c\x0b\x00\x03\x9d\x29\x70\x04\x80\xd4\xaa\x11\x41\xfd\xd7\x18\xe0\xc0\xab\x72\xe5\xd8\x98\x76\xd0\xc7\xc4\x5c\xa1\xe6\x0e\x77\x3c\x34\x7a\x30\xde\xea\xba\x3f\xe9\x1b\x92\x12\x8e\x9d\x41\x47\x3a\x3f\x4e\x79\xd7\xd5\x93\xf1\x83\xed\x29\xd4\xe9\x34\xb9\x47\x33\x7a\xb9\x35\x7a\x18\xb1\x2c\x28\xb1\x54\x00\x88\x37\x80\xef\xdd\x76\xd8\x87\xf4\x10\x6b\x74\xde\xd5\xfa\xf9\x05\x76\x5d\xfe\xd1\xba\x7d\x6d\xaa\x47\x72\xf8\x09\x2e\x14\x9d\x9c\xf4\x19\x90\x4e\x59\x8f\x95\x39\x73\x55\x99\x27\x53\xbb\x0e\x51\x6f\x26\x57\xe7\x75\x4a\x1a\x1f\x4b\xf0\x6c\x6f\xa9\xd4\x1a\x42\xd1\x7a\xf2\xfc\xbb\x41\xcf\x6f\x77\xc3\xd0\x7d\xba\xba\xda\xef\xf7\x33\x1d\xcc\x66\xce\x3f\x5e\x5d\xc2\xec\x22\x8a\x7e\x9a\x85\x16\xb8\x98\xce\x5f\x04\xc9\x0f\x3f\x40\x1e\x91\x5c\xbb\xb1\xad\x82\xc0\x17\x13\x41\x4c\x1c\x6c\x0c\xc5\xc7\x04\x39\x30\x6d\xe5\x3c\xa9\x11\x82\x36\x6e\x30\x47\x5a\x3d\xb2\xf0\x16\x5b\x08\xb6\xb8\xf1\x42\xab\x63\x67\x74\xde\x52\x9f\x78\xea\x85\x76\xea\x8a\xbe\xa7\xbc\x60\xe0\xd7\xde\xc7\xd0\xd5\x46\xf7\x54\x49\x98\x77\x64\x38\xb1\xfa\xf5\x44\x2e\x8a\x3e\xcc\x60\xfd\x2f\x20\x34\x98\xa5\x03\x99\x52\xd7\x98\x9b\x93\x12\xad\xf3\x61\xfb\x24\x4d\xd7\x19\x7d\xac\x3b\xeb\xa1\xd5\x8d\x89\xbf\x4b\x62\x2a\x91\x17\xc9\xc3\x8a\xfb\xf9\xd5\x0e\xd6\xed\xa1\x7b\xf6\x38\x08\x7a\x67\x28\x8f\x2f\x3b\xf9\x6f\x2b\x2a\xfa\xff\x2b\x2a\x8a\xd4\x52\x48\x90\xd9\xb5\xba\x67\x39\x07\x5c\xaf\xf3\xec\x4e\x2c\xf8\x02\xe6\x0f\xa0\x96\x1c\xd8\x9a\x25\xf8\xb8\xc9\xb3\x62\x0d\x5f\xbe\x30\x89\x46\x6f\xde\x00\x4b\x17\xf8\xf7\x00\xfc\xf3\x3a\xe7\x52\xa2\x7d\x96\x83\xb8\x5d\xaf\x04\x2e\xd1\x57\xce\x52\x25\xb8\x8c\x41\xa4\xc9\xaa\x58\x88\xf4\x26\x86\x79\xa1\x20\xcd\x14\xac\xc4\xad\x50\x68\xa6\xb2\x38\x84\xf8\xf6\x18\x64\xd7\x70\xcb\xf3\x64\x89\x3f\xd9\x5c\xac\x84\x7a\x08\x11\xaf\x85\x4a\x31\x1a\x5c\x63\x30\x06\x6b\x96\x2b\x91\x14\x2b\x96\xc3\xba\xc8\xd7\x99\x44\xb4\x48\x62\x21\x64\xb2\x62\xe2\x96\x2f\x66\x18\x1d\x23\x02\xbf\xe3\xa9\x02\xb9\x64\xab\xd5\xb7\x9c\x08\xb7\x92\x90\x64\xa9\xca\x05\x42\xcc\x72\x09\x73\x8e\x20\xd9\x7c\xc5\xa7\x48\xc8\x73\x21\x72\x9e\x28\xa2\x73\x5a\x25\xa8\x13\xe2\x5b\xc5\x20\xd7\x3c\x11\xb4\xe0\x9f\x39\x92\x61\xf9\x43\x4c\x7e\xd1\xa7\xe4\xbf\x15\x68\x84\x9b\xb0\x60\xb7\xec\x06\xb9\xbd\xfd\x8e\x24\x98\x81\xa4\xc8\xf9\x2d\x61\x46\x1d\x64\x31\x97\x4a\xa8\x42\x21\xe0\x2c\x5b\x48\x72\x2c\x79\x7e\x27\x12\x2e\x7f\x81\x55\x26\x83\x5a\x85\xe4\x31\x46\x50\x2c\x04\x46\x17\x28\x15\x6e\xe3\x7a\x5e\x48\x11\x44\x13\xa9\xe2\x79\x5e\xac\x95\xc8\xd2\x4b\x58\x66\xf7\x28\x0b\x62\x64\x05\x65\x8f\xd4\xcd\xd2\x40\x15\x15\xca\xf2\x07\x72\x4a\x1a\x04\xf1\x63\xb8\x5f\x72\x7c\x9f\x93\xa0\x41\x29\x46\x12\x48\x54\x2c\x51\xe7\x66\x18\x0f\x05\x54\x67\x1c\x21\xe5\x37\x2b\x71\xc3\xd3\x84\xd3\x6e\x46\x5e\xee\x85\xe4\x97\x98\x2b\x21\xc9\x40\x4c\x61\xef\x19\xc6\x2c\x02\x65\xca\x11\xa2\x9a\x96\x67\xf5\x19\x87\x4c\x82\xb8\x06\xb6\xb8\x13\xa1\xe8\x26\x63\xcc\xbd\x14\x87\x3a\x09\x92\x25\xcb\x83\xdc\x54\xe2\x5f\x8d\x10\x1c\x42\x3d\xb6\x71\x68\xdf\x27\x57\x8f\x38\x92\xf0\x0a\xa4\xd1\x74\xea\xec\x46\xe3\x8d\x8c\x3d\xd7\x50\x7f\x5b\xbc\xdf\xf0\x36\x1a\xe9\x6a\xc1\xf9\xb0\x31\x3b\x5d\x6f\x5f\x1d\x13\x34\x8c\xf7\x9a\x2e\x1b\xfb\x88\x37\x6b\x5d\x3f\xc3\x46\xd3\xcc\xc5\x63\xdd\xb8\xa9\x6d\x89\xd7\x5f\xa3\xc3\x57\xc8\x71\xa6\x1e\x06\xd0\xe1\x33\x22\x0d\x53\x5b\xd7\x90\xe0\x80\xc0\x0e\xa6\x1e\x97\x23\x4e\xa7\xd2\x35\x1d\x82\xc3\x21\xc2\xba\xae\x3e\x7c\x96\xe0\x57\x4b\xd1\xe2\xa8\xf4\xbd\x1d\x9e\x09\x91\xa8\x6b\xdb\x3a\x4b\xef\xfd\x46\xb7\xfa\x5d\xb2\xd3\x4d\xa7\xed\xe3\x61\x36\x37\xce\xd3\xbc\xa0\x89\x35\xdd\xbf\xae\x7d\x9d\xc5\x3f\x0f\x94\xbf\x06\x7a\x6f\xcc\x2c\xfa\x33\x00\x00\xff\xff\x40\xf3\x3f\x33\xab\x09\x00\x00") + +func confLicenseApacheLicense10Bytes() ([]byte, error) { + return bindataRead( + _confLicenseApacheLicense10, + "conf/license/Apache License 1.0", + ) +} + +func confLicenseApacheLicense10() (*asset, error) { + bytes, err := confLicenseApacheLicense10Bytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/license/Apache License 1.0", size: 2475, mode: os.FileMode(420), modTime: time.Unix(1440548254, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confLicenseApacheLicense11 = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xac\x96\xcb\x72\xdb\x38\x16\x86\xf7\x7a\x8a\x53\xda\x38\xae\x62\xe4\x24\x33\xb3\xc9\x6c\x86\xa6\x20\x1b\x53\x32\xa9\x26\x48\x3b\xae\xae\x2c\x20\x12\xb2\x50\x21\x09\x16\x48\x5a\xad\xb7\xef\x1f\xa0\x24\x5b\xee\xa4\xdc\x8b\x5e\x38\x42\x70\x39\x97\xef\xdc\x18\xb6\xb2\xd8\x2a\x5a\xea\x42\x35\x9d\xa2\xcf\xb3\xcf\x93\xc8\xb4\x7b\xab\x9f\xb6\x3d\x7d\x28\x2e\xe9\xcb\xa7\x4f\x9f\x28\xc3\x95\xc3\x4d\x61\x36\xfd\x4e\x5a\x45\x0b\x33\x34\xa5\xec\xb5\x69\x66\x14\x56\x15\xf9\x27\x1d\x59\xd5\x29\xfb\xac\xca\xd9\x64\x92\xaa\x52\x77\xbd\xd5\xeb\xc1\xdd\x22\xd9\x94\x34\x40\x87\x6e\xa8\x33\x83\x2d\x94\xdf\x59\xeb\x46\xda\x3d\x6d\x8c\xad\xbb\x80\x76\xba\xdf\x92\xb1\xfe\xd7\x0c\x3d\xd5\xa6\xd4\x1b\x5d\x78\x35\x01\x39\xb5\xad\xb2\xb5\xee\x7b\x55\x52\x6b\xcd\xb3\x2e\xb1\xe8\xb7\xb2\xc7\x3f\x0a\x42\xaa\xca\xec\x74\xf3\x44\x85\x69\x4a\xed\x1e\x75\xfe\x51\xad\xfa\xaf\x93\xc9\xe7\x19\x9d\x9b\xd4\x91\xd9\x1c\x6d\x29\x4c\x89\x7b\x43\xd7\xc3\x83\x5e\xc2\x46\x27\x50\xae\xcd\xb3\x3b\x3a\x02\x69\x4c\x0f\x50\x01\xce\x74\x47\x15\x24\x39\x01\xaf\x75\x35\xe5\x1b\x43\xa0\xae\xa8\xa4\xae\x95\x05\x90\x2f\x7f\x35\x00\x8a\x5e\x11\x38\x1a\x00\xd7\xca\x01\x46\xfd\xd3\x36\xd0\xc1\xaf\xd2\x14\x43\xad\x9a\x5e\x1e\x03\x73\x05\xe6\x06\x27\x96\x6a\xd9\x2b\xab\x65\xd5\xbd\xf0\xf5\x41\xf1\xcf\x5e\x99\x0e\x77\xfe\x35\xf3\x89\xa1\x9a\xf2\x23\xe2\x6a\xdf\x48\xd5\x4d\x51\x0d\x67\xcf\xed\x99\xef\x01\xe9\x0d\x54\xef\x83\xd1\xe9\xc3\xf5\x37\xa6\xcb\xe2\x47\x63\x76\x95\x2a\x9f\x9c\xe0\xaf\x34\x99\x66\xce\xed\x91\xcf\xe9\x51\x87\x20\x1e\xb2\xb2\x54\xcf\xaa\x32\x2d\xd4\xae\xf7\x5e\xd6\xaf\xd3\x96\x3e\x6c\xfb\xbe\xfd\x7a\x75\xb5\xdb\xed\x66\xd2\x5f\x9b\x19\xfb\x74\x75\x49\xb3\x29\x4d\xc2\x0a\x1c\x1a\xc0\xa8\xf6\x07\xd6\xe7\xb6\x00\xd4\x9e\x64\xdb\x2a\x79\xa2\x7a\x32\x42\xf7\x9d\xaa\x36\x07\x07\x01\x00\x5c\x61\x96\xa5\x6e\x28\x1c\x09\x6d\xcb\x8f\xad\xb4\xfd\xfe\x8d\xc8\x0e\xb1\xb5\xb5\xac\xaa\xa3\x60\x30\xfe\xf7\xc8\x78\x3a\xba\x31\xf5\xf2\xa6\xbf\xf6\x69\x3a\xc2\x44\x8e\xd0\x5a\xb9\x6a\x43\x2e\x18\x17\x21\x63\x51\x79\x08\x32\xc8\xd5\xa6\x57\x47\x82\x1d\x80\x59\x8d\x72\xa5\x0d\x0e\x46\x3f\x4f\x6e\x1c\x8b\xb0\xb5\xda\x95\xa4\x75\x65\xd7\x8c\x05\xd8\x75\xbe\xee\x17\x3f\xdd\x0f\xa8\xad\x94\xec\x5c\xd2\x22\x19\x10\xa6\x11\xee\xff\x5e\x18\x4f\x26\xff\x99\xd1\xea\x6f\x98\xe0\x20\x1f\x9c\x29\x00\x46\x95\x2f\x24\x7e\x57\x7f\xcc\x68\xfa\x7f\xf9\x03\x24\x65\x30\x3d\x1e\x60\x05\xa3\x8e\x88\x22\x53\xd7\x28\x8a\x60\xfa\xdd\xb1\xf5\xe2\xce\x05\xb8\xb8\x35\xb2\x56\xdd\xf7\xf3\x60\x6a\xeb\xb7\x83\x77\x21\xb8\xea\x7b\x27\xcf\x10\xc6\xec\x96\x0b\x12\xc9\x22\x7b\x08\x53\x46\x58\xaf\xd2\xe4\x9e\xcf\xd9\x9c\x2e\x2e\x42\x81\x8d\x8b\x0b\x0a\xe3\x39\xfe\x1e\x89\x7d\x5b\xa5\x4c\x08\x9c\x25\x29\xf1\xbb\xd5\x92\x63\x89\x77\x69\x18\x67\x9c\x89\x80\x78\x1c\x2d\xf3\x39\x8f\x6f\x02\xba\xce\x33\x8a\x93\x8c\x96\xfc\x8e\x67\xb8\x96\x25\x01\x65\xb7\xec\x27\xcf\x28\x59\xd0\x1d\x4b\xa3\x5b\xfc\x37\xbc\xe6\x4b\x9e\x3d\x7a\x8d\x0b\x9e\xc5\xd0\x46\x0b\x28\x0b\x69\x15\xa6\x19\x8f\xf2\x65\x98\xd2\x2a\x4f\x57\x89\x60\xe4\x0c\x9e\x73\x11\x2d\x43\x7e\xc7\xe6\x33\x68\x87\x46\x62\xf7\x2c\xce\x48\xdc\x86\xcb\xa5\x57\x18\xae\xc2\x08\x3f\x27\x17\x17\x49\x1e\xcf\xc3\x8c\x27\xb1\xf7\x22\x13\x14\x25\x71\x96\x72\x18\x9c\xa4\x82\xae\x19\x4c\x0e\xaf\x97\x6c\xd4\x0b\xaf\xe7\x3c\x65\x51\xe6\x9c\x7b\x59\x45\x20\x04\x6b\x97\x01\x89\x15\x8b\xb8\x5b\xb0\x6f\x0c\xae\x85\xe9\x63\xe0\xe4\x42\xa6\x60\xbf\xe5\xb8\x84\x43\x9a\x87\x77\xe1\x0d\x3c\xfd\xf0\x0e\x20\xb0\x8f\xf2\x94\xdd\x39\x0f\x40\x45\xe4\xd7\x22\xe3\x59\x9e\x31\xba\x49\x92\xb9\x70\x82\x05\x4b\xef\x79\xc4\xc4\x7f\x69\x99\x08\xcf\x2e\x17\x2c\x80\x86\x2c\xf4\x8a\x21\x02\xe0\x70\x8c\xf5\x75\x2e\xb8\x47\xc8\xe3\x8c\xa5\x69\xbe\x72\x5e\x5f\xd2\x6d\xf2\x00\x48\xb0\x31\xcc\x5d\x2c\x1d\x6b\xc0\x70\xae\x82\x57\x92\x3e\x3a\xa1\x8e\x81\x0f\x45\x40\x0f\xb7\x0c\xfb\xa9\xc3\xeb\x49\x85\x0e\x81\x00\xb1\x28\x7b\x7d\x0d\xfa\x00\x30\x7b\xe5\x23\xc5\xec\x66\xc9\x6f\x58\x1c\x31\x77\x9a\x38\x29\x0f\x5c\xb0\x4b\x44\x8e\x0b\x77\x81\x8f\x6a\x1f\x42\xe8\xcc\xbd\xcb\x2e\x62\xb0\x6a\x5c\xbe\xca\xcc\xc0\xc7\x95\xf8\x82\xc2\xf9\x3d\xf7\x29\x38\x5e\x46\x26\x08\x7e\xc8\x1a\x8f\x2c\xba\x3d\xe0\x76\xc9\x7d\x56\xb2\x28\xfa\x0e\x6d\xde\xcf\xd6\x67\x53\x0d\x68\x01\x98\x6e\xae\x15\xbc\x4c\xbd\x5a\xa2\xd3\xa3\x41\xd7\xe8\xff\x28\xb8\x52\x63\xd0\x0c\x6e\xe6\xa0\x5a\xd6\x6a\x2b\xab\xcd\xfb\x65\x35\x76\x9f\xda\xb8\x7e\xdb\xb8\xe1\x39\x16\x9b\x69\xde\x79\x77\xea\x4e\x9d\x52\xf4\xf3\x09\x80\xde\x64\xec\xe9\x03\xe1\xbc\x23\xb9\xbf\xb5\x74\x8d\x75\x68\xa1\xab\x1d\xd6\x95\x2e\x30\xfa\x6a\xe9\xbf\x6b\x0e\xb7\x0c\x66\x35\xc6\xba\x6b\xe5\xc7\x96\x71\xf8\x46\x89\xbd\x11\xb2\xa2\x08\x1d\x1f\x33\x01\x96\x93\x18\xd0\x4f\x0a\x53\xb7\xc0\x83\xa1\x17\xb6\x6d\x75\xf8\xe6\xc1\x27\x51\xde\xa0\x39\xda\x4e\x63\x5c\xc0\x18\x5e\x55\xba\x31\xda\xed\xdb\xb5\x6c\xe4\xc7\x68\x2b\xeb\x56\xea\x27\x0c\xe4\x3f\x03\x00\x00\xff\xff\xff\x79\xa1\xa5\xcc\x09\x00\x00") + +func confLicenseApacheLicense11Bytes() ([]byte, error) { + return bindataRead( + _confLicenseApacheLicense11, + "conf/license/Apache License 1.1", + ) +} + +func confLicenseApacheLicense11() (*asset, error) { + bytes, err := confLicenseApacheLicense11Bytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/license/Apache License 1.1", size: 2508, mode: os.FileMode(420), modTime: time.Unix(1440548254, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confLicenseApacheLicense20 = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xd4\x5a\xdf\x93\xdb\x36\x92\x7e\xd7\x5f\x81\x53\xd5\xd5\xcd\x54\xd1\xb2\x93\x4b\xee\x2e\xce\x93\xe2\x19\x27\xba\x73\x34\xae\xd1\xf8\x7c\xa9\x54\x1e\x20\x12\x94\x70\x26\x09\x2e\x40\x8e\x46\xfb\xd7\xef\xd7\x0d\x80\x04\x25\x79\xec\xad\xcd\xcb\x6e\xb9\x36\x23\x0a\x04\xfa\xe7\xd7\x5f\x37\xb4\x6c\x65\xbe\x57\xe2\x9d\xce\x55\xe3\x94\x98\xfd\xaf\xb2\x4e\x9b\x46\x7c\xbb\x78\x95\x89\xff\x96\x4d\x2f\xed\x51\x7c\xfb\xea\xd5\x77\x62\xb6\xef\xba\xf6\xf5\xcb\x97\x87\xc3\x61\x21\xf9\xad\x85\xb1\xbb\x97\x95\x7f\xd3\xbd\x9c\x3d\xdc\xde\xff\xba\x11\xcb\xf5\x8d\x78\x73\xb7\xbe\x59\x3d\xac\xee\xd6\x1b\xf1\xf6\xee\x5e\x7c\xd8\xdc\x66\xe2\xfe\xf6\xfd\xfd\xdd\xcd\x87\x37\xf4\x38\xe3\x55\x37\xab\xcd\xc3\xfd\xea\xa7\x0f\xf4\x64\x36\xfb\x66\x21\x6e\x54\xa9\x1b\xdd\xe1\x78\xb7\x98\xcd\xe6\x41\xa6\xb9\x70\x7b\x59\x55\xa2\x56\xb2\x11\x1d\x64\xed\x94\xad\x9d\x90\x4d\x21\x72\xd3\x14\x7e\xbd\x28\x8d\x15\xbd\x53\x99\xb0\xaa\xb5\xa6\xe8\x73\x7a\x9c\xf1\xaa\x42\xbb\xce\xea\x6d\x4f\x4f\x84\x74\xa2\xa0\x63\x54\x21\xb6\x47\xb1\x51\xb9\x7f\xfd\x1b\xec\x6c\x4d\xbf\xdb\x8b\x1f\x84\x29\xf1\x41\x63\x9d\xc9\xfb\x5a\x35\xdd\x28\x8b\xb1\x67\xc2\xe4\xa6\x3d\x5a\xbd\xdb\x77\xc2\x1c\x1a\x65\x05\xc4\xc0\x2b\xba\x3b\x0a\xd9\x77\x7b\x63\xf5\x5f\xfd\x49\x97\xd6\x76\x7b\xd9\x09\x1c\xb4\xb3\x12\xaf\x34\x3b\x5e\x14\xb4\xe6\x43\xd5\x4e\x56\xe2\x96\xb7\x3b\x3b\xb8\x6f\x48\x1d\x96\x55\x09\x99\xf3\xfb\xf1\x64\x28\x4d\x6b\x0d\xbe\x0a\xe2\x68\xe5\xfc\x71\x30\x59\x67\x4d\x05\xcb\x58\x15\x3f\x54\x2c\x62\x46\xb2\xd3\xd3\xbe\x29\xf0\x5a\x6e\xea\x1a\x07\x84\x25\xe2\xa0\xbb\xbd\xdf\xc1\x1f\xb2\x10\x6f\x8d\xe5\xb3\xdb\xde\xb6\x06\x01\x30\xda\x6d\x70\x63\x26\xe6\xe1\xfd\x39\x0b\xee\xc4\x95\xbe\xf6\x2f\x99\x83\xb2\x19\x5c\x63\xe1\x01\x3a\x58\x37\xfe\xef\x4c\x74\x46\xe4\x12\xae\xe4\x75\xfe\x21\x6b\x6a\x45\x2d\x1b\xb9\x53\xe4\x12\x3a\xcb\xf5\xf9\x3e\x08\x93\x89\xc3\x5e\xb1\xb2\xb0\x34\x9f\x28\xfd\xae\x6c\x81\x83\xa6\xb8\xc0\xa7\x2b\x8d\xd3\xd9\xf4\x6e\xaf\x5b\xda\xa3\xd4\x25\xec\xd5\x2a\x9b\xd3\xa6\x57\xdf\xbf\xfa\xd7\x6b\x3e\xc8\xc0\x0c\xc1\xb4\xa6\xef\x5c\x07\x8b\x92\x7d\xe1\x02\xab\x5c\xdc\x0b\x9b\x6d\x55\x03\x65\x73\x0d\x37\x4d\xf6\x4d\x64\x23\x47\xfe\x66\xfa\xb9\xb8\xc2\x5b\xf4\x97\x9d\x5f\xa7\xbe\xc4\x3f\xd2\xfd\x51\x17\x3d\xed\x62\x45\xea\x75\xa1\x9e\x20\x9b\x76\x74\x38\xa4\xac\xb5\x73\x1c\xae\x1c\x31\x31\xb0\x60\xf2\x24\x68\x36\x38\x21\x47\xd2\x20\x21\xea\xd3\x98\x69\xad\x2a\x95\xb5\x78\x91\xbf\x2d\xd9\xa6\x9f\x68\xf3\xda\x14\x1a\x8a\x48\xce\x86\x0c\x12\xe5\x55\xcf\x2a\x23\x6d\x44\x63\x3a\x51\xe9\x5a\xd3\x89\xf0\x8e\x33\x65\x77\xa0\x40\x71\x7c\x14\x0c\x5e\xc0\xbe\x31\x5b\x78\x8b\xf0\x55\x16\xb3\xb4\xd4\xbb\xde\xfa\x6f\x4a\x5d\x29\x4e\xef\xbb\xed\xff\xc3\xb5\xe7\x82\xca\xe6\xe8\x9f\xc1\xd4\x7d\xc5\x71\x5d\x5a\x53\xe3\xcb\x7c\x2f\x1b\xc8\x58\x09\xf8\xb7\x71\xb4\x46\xc6\xd0\xe0\x27\x55\xf8\x58\x0a\x29\xbc\x19\x78\xa3\x2f\xa8\x83\x40\x6f\x35\xa5\x80\x61\x81\x82\x3a\x3b\x78\x16\x12\xe3\xf1\x44\xb1\x41\xa3\x47\x8f\x93\x8e\x76\xf0\x79\x56\xab\x42\x4b\xd1\x1d\x5b\xaf\xde\x47\x63\x3f\x9d\x25\xed\x01\x0f\x59\x3e\xc6\x06\x8a\x96\x31\x74\x75\x13\x85\x86\x3e\xde\x38\x41\xfc\x5a\x16\x48\xf1\x47\xa9\x2b\xb9\xad\x62\x7e\x26\x58\x91\x11\xaa\x51\x10\xe5\x32\x04\x85\x4c\xb0\x06\xea\x62\xd9\x00\x36\xde\x16\x58\xa6\xd9\x70\xb2\xeb\x08\xca\xd9\x12\x83\x84\x57\x10\x57\x3d\xc9\xba\xc5\x69\x78\x05\x80\x8a\xf0\xf4\xaf\xd0\x9a\x65\xdb\x2a\x9c\xf6\x84\xf0\xaf\xcc\xe1\x9a\xb4\xbd\x51\x56\x3f\xc2\x42\x8f\x4a\x90\xe2\x6e\x7e\xea\x51\xda\xf7\x6b\x74\x8d\x62\x6e\xa5\x23\x97\x34\x9c\x36\x05\xed\x4e\x51\x8b\x38\xf0\xf8\x41\x87\xb0\x2b\x28\x86\x0f\x7b\x9d\xef\xf9\x31\x5c\xd0\x01\x73\x11\x22\x56\x3d\x6a\xe7\x83\x59\x36\x30\x41\x8c\x6c\x05\x1b\x1a\x1b\x3f\x45\x88\x98\xc6\x3f\xd7\x10\xe5\xe0\x73\xb6\xac\xc4\x01\xa6\xe2\x60\xc6\x0b\x7a\xa7\x1b\xec\x7f\xee\xc9\x67\x10\x71\xf0\xd3\xa9\x99\x82\x95\x28\x22\x83\x5f\x78\xe3\x80\xd5\x56\xd5\x12\x96\x72\xaa\x95\x96\x3d\x4f\xfa\xb3\xd0\xb5\xb2\xaa\x3a\x22\x8a\x9b\x4f\x6c\xa0\x2d\xbc\x4f\x7e\x6f\x64\xad\xae\xa3\x2b\x35\x20\xc2\x96\x32\x67\x41\xb2\xa9\xd9\xce\x04\x21\x2b\x28\x53\x92\x2f\xdf\x10\x80\x86\x7a\x79\xd1\x8f\xa7\x11\x3c\xa6\x17\x03\x66\x34\x51\x48\x91\x08\xa4\xc3\xd9\xb4\xcd\xd4\xde\x14\x87\x45\xac\xe4\x2c\x3d\xb4\xe7\xf5\xf8\xe6\x73\xa2\x66\x49\x48\x77\x84\xb5\x06\x87\xc2\x28\xae\xdf\x22\xb7\x43\x72\xc7\xba\xcd\x71\xc2\x72\xb2\x48\x21\x90\xf9\x88\xcf\x14\x67\xc3\xc5\xe4\x79\x74\x4e\x4a\x3c\xe1\x22\x1f\x4c\x31\xbb\x55\x30\x5a\x19\x15\x3f\xd9\xf9\x6b\x2b\xe7\xa0\x47\xac\x9d\x03\x30\x62\xb9\xaa\x90\x32\xd6\x00\x0e\x33\xb2\xf3\x56\x56\x1c\x17\x07\x4b\x6f\x34\x5c\xbc\xfb\x26\xd8\x57\x50\x24\xc7\xa0\x18\x0c\x42\xf6\xe8\x92\x50\x67\x0b\x7f\x09\xfa\xa7\xfb\xe2\xdf\x28\x07\x50\x4a\x57\xf4\x5a\x05\xba\x85\x7d\x92\xe2\x30\x90\x08\x77\x74\x9d\xaa\x9d\x07\x51\xd4\xb2\x5e\x11\x70\xe7\x5c\x81\xc2\x77\xde\xa9\x54\x5d\x7c\xb5\x1f\x98\x49\x6a\xd6\x6c\xaa\x4a\x39\xb5\x27\xd9\x07\x9c\x2f\xef\x1d\xd7\x4d\x3e\xab\x66\x0c\x0b\x11\xfa\x91\xb1\x88\xd4\x53\x4f\x51\xd9\xa9\x66\x31\xb2\x20\xb8\x6b\x75\xde\x9b\xde\x21\xb2\x6a\x69\x3f\x11\x28\x25\xbc\x02\x2e\x73\x7a\xd7\x30\xee\x22\xa8\xc8\xfe\x6c\xba\xcb\x31\x05\x30\x99\xaf\x61\x51\x29\xd2\x1c\x5b\xcc\xd3\xa4\x3b\xe1\x98\x83\x92\x31\x73\x9e\x09\xc7\x49\xe4\x01\xb3\xea\x93\x83\xc4\x1e\x02\x6c\x15\xe2\x03\xa4\x4a\x31\xa2\x42\xd0\xc9\x09\x08\x3a\xa7\xfe\xd2\x23\x1e\x2a\x3a\x2a\x37\xb0\xa8\x2f\x83\x44\x00\x93\xb4\x01\x50\x7c\xbb\x10\x3f\x13\x0f\xa1\xd3\xde\x0c\x9a\x46\x2a\x22\x36\xbd\xc7\xf5\x10\x78\x17\x59\xfb\x19\x40\x2a\x14\x23\x91\xd8\x42\x50\xae\x43\x48\x26\x3c\x8c\x0d\x60\x50\x50\x0b\x64\xa8\x55\x5d\x4f\x61\x0f\x44\xaa\x8a\x83\xa6\xa2\xdd\x98\xe6\x05\xbb\xd4\x41\x39\xfa\xf8\x02\x94\xc1\xee\xa8\x2b\x30\x47\x59\x75\xc7\x17\xa5\x55\xf8\xa4\xc1\x81\x1e\x4d\xce\x98\x3a\xfa\x28\x74\x32\x74\x48\x6c\x22\xb0\x16\xe9\xd1\x52\x38\x9e\xc1\x10\x85\x61\xdb\x6f\xf1\x16\x4c\x85\x78\x6b\x2b\x79\x4c\x9e\x40\x42\x5f\xd1\x1c\x3f\x09\x75\x3a\x6d\x47\xd4\x14\x16\x99\x33\x9e\x9d\xf2\xb9\x4a\x09\xfb\xff\x7b\x62\xff\xf7\x92\x20\xf0\x9f\xce\xf8\x57\x78\x41\xb5\x1d\x25\x06\x48\x76\x17\x29\x06\x84\x72\x9e\xf6\x5f\x8b\xd6\x6b\x96\x38\x07\x94\x15\xdb\xec\xe5\xa3\x62\x66\x94\xf9\xbe\xcf\x94\x25\xb1\x22\xc0\xb0\xaa\x20\x98\xff\x7f\xe4\xbd\xb1\x9d\xb7\xfb\x98\xb3\x9e\x3e\x06\x0e\xf5\x31\x12\x13\x22\xb4\xe4\x82\x78\x92\x6c\xdb\x8a\xda\x26\xd3\xc0\x9b\x6c\x47\xc2\x96\x20\x4e\x5e\x49\x0d\x8b\xfa\xb5\xac\xca\xf6\xe8\x5f\x4f\xed\x37\x60\x59\x83\x7c\x73\x4e\x5a\xcd\x59\x55\x5a\x60\xc4\xd0\x16\x6a\x3b\x49\xd2\x2b\x77\x8d\xe6\xcd\x34\x2a\x54\x20\x00\x13\xaa\xfb\xc0\x6c\x2f\xbf\x10\xba\xb3\x10\x4d\x10\xd6\x53\xa2\xa9\x40\x71\x2d\x19\x3b\xd6\x96\x85\x58\x95\xec\x55\xdd\x38\x60\x08\x05\xe5\x60\xf0\x4e\xef\xfc\xb1\x72\x27\xe9\x6b\x86\x9f\xd0\x62\x5e\x8d\x65\x02\x5c\xd3\x1a\xe7\x5e\xb0\x49\x48\xe8\xdc\xf4\xc4\x3c\xfc\x67\xf8\x53\x8a\x4a\x1e\x5c\xaf\x3b\x52\xac\x52\x3b\x0f\xc3\xb0\xcc\x20\x30\x81\xcf\x14\xa9\x9e\x83\x1e\x46\x65\x2f\xac\x4b\x3a\xc8\x7c\x34\xfc\x31\x2a\x11\x6d\x5d\x33\x97\xc3\x06\x9e\xc4\x4c\x63\x6a\x6c\xa7\x42\x84\x47\x82\x3d\xe6\x46\x28\x31\x91\x95\x78\x7c\xa6\xa4\x22\xcf\x28\x0a\xdf\x50\xeb\x0b\xfa\x18\xc2\x68\xb0\x1f\xf6\xa1\xae\xa7\x40\xce\x7e\xb7\x10\xf7\x2a\x1d\x48\x2c\xf8\xc4\x5a\x1e\x47\xcc\x39\x45\x09\x20\x94\x56\x6e\x42\xa3\x9e\xa1\x45\x6c\x71\x62\x58\x38\xa6\x07\xfc\x70\x68\x10\x35\xc0\x7f\xd1\xcb\x9e\x76\x7a\x5c\x1d\x3f\xcb\xc6\x07\xe6\xcf\xba\xb3\xa4\x4a\x79\xc7\x95\xa6\x02\xf9\xf7\xa5\x33\x42\xca\xeb\xd9\xec\x4a\x5e\xfb\x75\x3d\x02\x66\x47\xd2\x91\x30\x9e\x64\xc3\x53\x1a\xaa\x10\x96\x7c\x49\x19\xdf\xc0\x9c\x42\xd4\x8f\x24\x2e\xce\xd8\x26\x67\xf8\x59\xc1\xc8\x29\xa9\x4d\xa0\x16\xd3\xcf\x11\x2c\xc5\x02\x58\xb3\x6e\xc8\xe1\xbe\x15\xf2\x58\x33\x44\x21\xed\x44\x9d\xe5\x8e\xd5\x54\xfe\xed\x78\x52\x9e\x9c\x64\x55\x87\x3c\xc8\x22\x79\x4c\x3a\x4c\x26\xc4\x90\xe0\x82\x4f\xc2\x01\xa3\x3b\x33\x1e\xcd\x0c\x55\x27\x0b\xc1\x98\x11\x2a\x15\x8a\x28\x86\x77\x0a\x1a\xb3\x21\x1b\xa2\xdc\xdc\x07\x5f\x38\x7b\xc4\xb1\x91\xd0\x78\xb8\x8a\x6f\xb2\x20\x85\x61\x3e\x07\xf8\x26\x45\xc8\x40\x3e\x19\x6c\x17\x37\x39\x55\x20\x9a\xa1\xb8\x26\x9c\x18\x3c\x16\x7a\x15\x72\xd3\x7c\x7d\xf7\xb0\x7a\x73\x3b\x47\x36\x3c\x75\x6c\x3b\xca\x86\xb8\x27\x31\xcc\x34\xda\x93\x1c\xfc\x1a\x5b\x79\xbb\xc7\xce\x48\xc2\x03\xb2\x18\x8a\xf6\x30\xfb\xba\x60\x28\xc2\x02\xc9\x43\xbe\x80\x1d\x9c\x92\x5e\x54\x16\xf2\x4f\xb7\x14\x87\x05\xde\xac\x94\x74\xd4\x03\x0c\xf3\xa3\x31\x4f\x40\x10\x70\xc0\xeb\x28\x92\x8c\xf2\x8c\x96\x1b\x35\x2f\x52\x2b\x5e\xf6\x4c\x82\x8a\x93\x70\xb0\xa7\x13\x0b\x5d\x8e\x79\x4c\x95\x65\x37\x96\x8b\xf3\x5d\x8d\xcd\x46\x01\x03\xab\x49\x86\x21\x81\xd8\x5e\xd0\xbe\xe4\xa8\xe5\x3a\x8a\x86\xc4\x1b\x1c\xdb\xd8\xe2\x05\xa9\x71\x1c\xec\xdb\xd0\xd8\x86\xfa\x34\xd4\x57\x25\xd1\x0d\x3d\xec\x7d\x83\x90\xe2\x42\xe2\x29\xae\x9f\xbe\x7b\x1b\x26\x3e\xa0\xbc\x63\xef\x44\xe5\x99\x11\xd3\xfb\x8c\x51\xe0\x38\x19\xa5\x0e\x10\x8b\x26\x93\xfe\xb6\x44\xc7\x2f\xc6\x4d\xd0\xfc\x6b\xf3\x18\xb6\x74\x30\x2b\xd7\x2f\xa2\x57\x74\x80\x6a\x8a\xbe\x8e\xbc\x6b\xe2\xe1\x98\xbc\x3e\x53\xa7\xd0\xca\xe6\x8a\x3d\x30\xd4\xbb\x18\xd4\x3c\xc8\x00\x81\xf7\x05\xd0\xf6\x3e\x4a\xbc\xc2\xe7\xe3\xe3\x8b\x4a\x8f\x6c\x97\xf9\x56\x1d\x3a\x43\xfe\x7e\xda\x93\x93\x49\xe9\xf5\x20\x67\x2a\x1c\x85\x98\x26\xba\x35\x21\x66\x7f\xc7\x54\x9e\x37\x48\x86\xf2\xa6\xbc\x20\x01\x2f\x2b\xb9\x2f\x39\x7e\x86\x1c\xa7\xc3\x99\xc1\x9e\xbc\xd3\xd7\x5c\x05\x4c\x6a\xd0\x40\x0e\x69\x1c\xc8\xbc\x6f\x48\x92\x44\x9f\x13\x92\x3a\x1a\xfb\x7b\xa6\xdc\x61\x3e\xeb\x1b\xa2\x91\xcd\xb8\x85\xf8\xd0\xa0\xa8\x38\x0e\x21\xf5\x84\xfd\x73\x4d\x0d\x16\x6f\x97\x0e\xa9\x49\xd5\x13\x1e\x74\x79\xb4\xf1\xec\x38\x83\x4e\x39\x6d\xf7\x3d\x65\xd9\xa6\xd3\xc3\xaf\x6b\x0a\x22\x6f\x20\xd1\x92\x18\xf0\x2f\x7b\xda\x15\xde\x5d\x08\xf4\xb6\xb4\x7c\x98\x97\x33\x3c\x6f\x8d\x6f\x07\x28\xb3\x76\xdc\x52\x10\x1e\xb3\x38\xae\x07\xc2\x3a\xe5\x33\x28\x49\xdc\xb0\xb9\x2f\xaa\x7e\xfc\x05\x3b\x0d\xc4\x7c\x87\x3e\x82\x23\xf7\x18\x42\x9c\x7b\x01\xf5\xa4\xf2\x3e\xd2\xc5\x51\x71\x8b\x0e\xd9\xfa\xe9\xfd\x29\x1b\xa6\x39\xed\x7f\x00\x80\x62\xe1\x75\x04\x46\x09\xe9\x2b\x0c\xe3\x55\xe7\xf9\x61\x32\x80\x27\xeb\xc6\x1b\x0a\x2e\xdb\x3c\x78\x73\x49\x0d\xa7\x01\x88\xb2\x8f\x34\x78\x0d\x1f\x21\x4a\x88\x46\xbf\x38\x86\x5f\x14\x94\x2b\x52\xe8\x85\x2c\x5a\x70\x1d\xc6\xf4\x54\xf4\x1c\x4c\x4e\x65\x8f\x7d\x85\x92\x68\x6a\xba\x95\x23\x09\x60\x4a\xd4\xe1\x1c\x1a\x4d\xc7\x6f\x67\x43\xb7\x98\x0b\x71\x59\x40\xdc\x0b\x80\x0b\xa3\xfc\xe7\x42\xdc\x68\xc7\x04\x9e\x26\x61\xa5\xf8\x08\x22\x05\x13\x1c\x87\x40\x1e\x24\xdc\x1e\x7d\xa3\xe4\xfb\x39\x10\x7d\x06\x43\xf2\x10\xd3\xe9\x71\x26\x92\x8d\x2e\x09\xa9\xea\x46\x09\xaf\x48\xc4\xb3\xf6\x73\x58\x47\x34\x62\xe2\xb8\x6b\x9a\x75\x00\x6f\xe7\xcb\x8d\x58\x6d\xe6\xe2\xa7\xe5\x66\xb5\xc9\xc4\xc7\xd5\xc3\x2f\x77\x1f\x1e\xc4\xc7\xe5\xfd\xfd\x72\xfd\xb0\xba\xdd\x88\xbb\xfb\xf4\x36\xf2\xee\xad\x58\xae\x7f\x13\xff\xb3\x5a\xdf\xc0\xde\xda\xdf\x8f\x3d\xd1\x04\x8c\x63\x59\x73\xea\x17\xc9\x10\x6c\x8c\x7f\x9e\x82\x0d\x77\x00\x47\xb4\x51\x6c\x12\x66\xe6\xf6\x24\x83\x1e\x56\x0f\xef\x6e\x33\x18\x75\xfd\x62\xb5\x7e\x7b\xbf\x5a\xff\x7c\xfb\xeb\xed\xfa\x21\x13\xbf\xde\xde\xbf\xf9\x05\x92\x2d\x7f\x5a\xbd\x5b\x3d\xfc\xc6\x51\xf1\x76\xf5\xb0\xbe\xdd\xf8\x9b\xd2\xa5\x78\xbf\xbc\x87\x27\x3e\xbc\x5b\xde\x8b\xf7\x1f\xee\xdf\xdf\x6d\x6e\x7d\xf9\xf2\xf7\x2d\x15\x4d\x7d\x21\x6d\x8b\x83\x34\x4f\x84\x79\x3a\xee\x3b\x91\x21\xe3\x5a\x18\xae\xb5\x9a\x78\x25\x2b\x56\x22\x54\xe8\x4b\x0e\xa6\x11\x02\x93\x69\x98\x67\x9c\xce\x81\x36\xb0\x72\x56\x3b\x86\x57\x67\x72\x3d\xb4\x60\x1e\x59\xc3\x8d\x14\xf3\x9b\xf4\x4a\xea\xbc\x69\x42\x20\xfd\xd7\x02\x1f\xa2\xdd\xe8\x8d\x77\x5a\x6e\x75\xc5\xf7\x87\x2b\xaa\x6c\x02\x64\xa1\xe9\xf8\x78\xbf\x01\x1e\x55\x3c\xd3\x82\x68\x68\xe4\x26\x57\x06\x88\x89\x2e\xed\x3c\x1b\xb5\xab\x34\xb8\x49\xae\xae\xb3\xe1\xda\x2f\x3b\xb9\xf7\xeb\xbf\x18\xb0\x57\xbe\xf8\xd2\xf8\xb5\xd2\x5b\x26\x3a\x2c\xd0\x8e\xda\x5a\xd8\x3b\x1e\xd3\xd1\x35\xab\xbb\xfe\x7c\x80\x7b\x50\x9b\x60\x38\xf5\xf0\x84\x5c\x7c\x58\x68\x2f\xd9\x67\xb2\x96\xbb\xe9\xb8\x95\xde\x8b\x77\xa0\xe3\x6d\xa8\x6b\x15\x5d\x2f\xf2\x42\xe4\x02\x48\x9d\x9f\xf4\x12\x05\xf0\x83\x3a\xba\xed\x08\xdb\x45\xc8\xa4\xc1\x0b\x64\xa5\x89\xa3\xf5\x97\x87\x5c\x29\xfd\x85\xda\x29\xc4\xb3\xbd\xfa\x01\x09\x7a\xff\x04\x8d\xad\x77\x54\x8a\x75\x3e\x57\x9f\x9d\x10\x47\x49\x48\xc9\xca\xf8\xe8\xdb\x19\x53\x1c\x74\xe5\xc7\x45\xe8\x9e\x3b\xd3\xb6\x92\x06\x43\x54\x6b\x7b\x12\xb3\x94\xba\xea\xad\x2f\x03\xb2\x2a\xfb\x66\x24\x0a\x5c\x77\x26\x17\xda\x34\xaa\xa5\x18\x4c\xf5\xf6\x87\x29\x87\x40\xa0\x88\x22\x3a\x7a\x36\x8d\x19\xa6\x9f\xb2\x78\xd4\x7c\xbb\x54\x86\xbb\x68\x84\x70\x50\x36\xde\xdd\x86\x8d\x11\xc2\x3f\x2c\xc4\x32\x27\x60\x26\x85\x23\x0e\xd2\x81\xcb\xb1\x18\x26\x51\xfd\x71\x4f\x9c\xf5\x73\x69\xf6\xec\x75\x46\x24\x6c\xf9\xde\x18\x3f\xe9\xe2\x99\x56\xb8\x72\xe4\x59\x1a\x9c\x58\x2a\xce\x7a\x3c\x65\xa9\x64\x93\x2b\x2f\x75\xeb\x47\x5d\x01\x97\x8e\x1c\x44\xaa\x6e\xf8\x7a\x7c\xb8\xe7\xaa\xa2\xa4\xc2\x6c\xab\x30\x9f\x60\x0e\xf0\x92\xc0\x81\x88\xa1\x1f\x7a\x43\x7a\x0a\xf8\xc0\x81\x92\x9c\x16\xbf\x98\x03\x11\x7c\xdf\xef\x0c\x86\x61\xa3\x25\x5b\x8e\xda\xf0\x4d\x3c\x71\x74\x00\xc0\x40\x43\xc3\x98\x9a\xc7\x72\xe1\x31\x81\xdb\x08\x6d\x2c\x23\xb3\x86\xe9\x54\x7b\x1c\x26\x24\x9e\x0d\xf3\x3d\x3a\x44\xfb\x69\x16\xe7\xa7\x4f\x4f\xb6\x41\x89\xbd\x0a\x55\x82\x9b\xfb\xb5\xa0\x8c\x17\xea\x0d\x4c\x5c\x33\x58\x44\xd6\x39\x5a\x0b\x31\xdf\x5b\x3b\xde\x46\x84\xf9\x1f\x10\x12\x2d\x22\xf1\x70\x3f\x22\xcb\xce\xa3\x6e\x7b\x0c\x15\x9c\xc4\x3f\x92\xa6\xa3\xd5\x06\x66\x7b\x48\xe2\x2a\x21\x59\xc3\xf9\x88\xc3\xdb\xf5\x0d\x95\xaf\x4b\x3f\xb2\x99\xcd\x96\xef\xdf\xe3\xfb\xd5\xff\xbd\x26\xf7\x70\xbb\x0a\x88\x3b\x86\xcb\xda\xc9\x0f\x7c\xf0\x1d\x0b\x71\xf0\x33\xfc\x87\xaf\x5c\x9a\x85\x8b\xe2\x93\x96\x76\x6b\x10\xed\x16\x3d\x62\x17\x1b\xe8\x6c\xe4\xcd\xa5\x56\x55\xe1\x04\xf0\x19\xb9\xe9\x91\x77\x4b\xb7\x3d\x0a\x31\x36\xff\xfd\x8f\x39\x71\x12\x6a\x89\x43\x75\x39\xc6\xe0\x60\x98\x0b\x2d\x4d\xd2\xf4\x2d\xc4\xd5\x8d\x69\xfe\x6d\x9c\x07\xd0\x19\x71\xc3\x7f\xb9\xe6\x3e\x92\x1b\x2d\x87\x7a\x0d\xf7\x02\x77\x87\xa3\x03\x41\x4e\x2a\xa3\x47\x11\x84\xb8\x3b\x02\x53\x9f\x86\x3b\x24\x6e\x39\xfd\x99\x48\x66\xbc\x52\x39\xba\x0e\xf0\xab\x43\xb3\x26\xfd\x2a\x1f\x06\x08\x17\xe2\x73\xbe\xbd\x60\x2a\xd6\xc6\x62\x17\xef\xa3\xb6\x6a\xbc\x75\x37\x5e\x12\x47\xaf\xcc\x21\x0a\xcf\x1d\x09\x0d\xe7\x84\xd1\xd3\x4b\xa3\x70\x73\x4f\xa2\x21\x82\x34\x15\x41\x6f\x9a\x78\x4d\x35\x8c\x00\xc6\x36\x5b\xda\x7c\x4f\x17\x79\xf0\xed\x78\x27\xf3\xfb\x11\xff\xfb\x43\xfc\xce\x82\x42\xb0\x93\x7b\xa9\x3f\x66\xb3\xe0\xf3\x22\x69\x0f\xa6\xd1\x90\x89\xe4\x97\x61\xe2\x8a\x16\x0c\x3f\xd0\xba\xfe\x51\xcc\x22\x15\xa7\x8c\xf5\xe5\x22\x4c\x3d\x23\xad\xd5\x4d\x68\xad\x18\xb1\x86\x20\x19\x70\x65\xe8\x57\xcd\x96\x67\x2e\x72\x32\xe4\x89\x31\x29\xbb\xd9\x97\x7e\x87\xf6\x0e\x44\x76\xbd\xb9\x7d\x01\x39\x67\xb3\x7f\x80\xae\x0e\x3f\x73\x99\xa5\x63\x99\xb3\x1f\x5f\xd0\x74\x37\x5d\x70\x91\x98\xce\xfe\x24\x66\x0a\x33\x6d\x94\x9a\x1c\x1f\x03\x97\x89\x02\x22\x03\x4a\x35\xbb\x1e\x01\x85\xb2\x0b\x9c\x6e\x4e\x7f\x3a\x44\x71\x3a\x1b\xc9\xac\x3b\xd7\x68\x31\xfb\x5b\x00\x00\x00\xff\xff\x33\xa0\x81\xf5\x15\x28\x00\x00") + +func confLicenseApacheLicense20Bytes() ([]byte, error) { + return bindataRead( + _confLicenseApacheLicense20, + "conf/license/Apache License 2.0", + ) +} + +func confLicenseApacheLicense20() (*asset, error) { + bytes, err := confLicenseApacheLicense20Bytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/license/Apache License 2.0", size: 10261, mode: os.FileMode(420), modTime: time.Unix(1440548254, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confLicenseArtisticLicense10 = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xac\x58\xcb\x72\xdb\x3a\x12\xdd\xeb\x2b\x50\xde\x4c\x5c\xa5\xa8\x6a\xde\x8f\x9d\xc6\x56\x6e\x58\xe3\xd8\x2a\x59\xbe\x77\xb2\x04\x49\x48\x44\x4c\x02\x1c\x00\x94\xa2\xf9\xfa\x39\xdd\xe0\x53\x8f\x54\x16\xb3\xb8\xb9\x92\x48\xf4\xe3\xf4\xe9\xd3\x0d\x6f\x0b\x25\x96\x2e\x68\x1f\x74\x26\x9e\x74\xa6\x8c\x57\xb3\xb5\x53\xb2\x4a\x4b\x35\x9b\xd1\x63\x6d\x82\x32\x41\xd8\x9d\x08\x85\xf6\x22\xb7\x59\x53\xd1\x0f\xf8\x1c\xac\xf0\x41\x06\x85\x27\x4a\x64\xd6\xe4\x3a\x68\x6b\xbc\x68\x4c\xae\x9c\x38\x16\x3a\x2b\x84\x14\x6b\x99\xbd\xcb\xbd\x12\x95\x3c\x89\x94\xde\xab\xb5\xca\xe7\xc2\x37\x78\x1a\x0a\x19\xf8\xf4\x83\xad\x4f\x4e\xef\x8b\x20\x3e\xdb\x92\x4e\x57\x12\x8e\xf1\x9f\x17\xde\x56\x4a\x78\x85\x88\xa4\xc9\x14\x05\x22\xbb\x88\xe1\x33\x38\x5b\x0a\x7b\xc0\x09\x32\x93\xab\x83\x2a\x6d\x5d\xf5\x11\x2b\x51\x47\xf7\x73\x8a\xa7\x54\x62\xaf\x0f\xda\xec\xf9\x49\xe3\x95\xf3\x67\xaf\xf1\xe7\x18\x08\xb2\xc3\x1b\x42\x9a\x5c\xe4\x70\xe7\x74\xda\xb4\xa9\x76\x19\x69\x83\xf4\x2a\xeb\xd4\x47\xeb\x3e\x96\xca\x7b\x91\x35\x3e\xd8\x4a\xba\x93\xd8\x49\x5f\x00\x8c\xb9\xa8\xcb\xc6\x4f\xad\x56\xf2\x1d\xdf\x94\xf4\xd6\x48\xc0\x0c\x0b\xb9\xde\xe9\x4c\x32\x78\x8b\xd9\xec\x51\xed\xb4\x89\x50\xfe\x63\x36\xbb\x6b\xbd\xdd\xe1\xc8\x8e\x02\x86\x85\x88\x77\x59\xaa\x8c\xde\xa2\x14\x76\xc8\xcd\x8f\xe2\xcc\x45\x7a\xba\x0a\xec\x3c\x26\xa4\x9c\x3e\xc0\xe1\x41\xb5\x00\xa0\x0c\xd7\x0c\x66\x08\x93\x8c\x85\xc2\xd9\x66\x8f\x7a\xa9\xef\xa1\x91\xe5\x24\x64\x44\x7c\xf7\x1a\x60\x55\xba\x5c\xfc\x8a\x08\xf1\xdb\x38\x58\x2e\xf4\x40\x03\xbd\x13\x3a\x88\x42\x7a\x61\x6c\x00\x21\x94\x69\xad\x11\x29\xac\xe3\x27\x93\x5f\x19\xe6\x2c\xb3\x2e\xe7\xfa\x1f\x75\x28\x38\xb3\xa3\xf6\x85\xea\xeb\x77\x9e\x27\x45\x75\xfe\xdb\x1d\x91\xf6\x58\x58\x45\x74\xc1\x47\x23\xab\x68\x3e\xe2\xd9\xbd\x8c\x20\xfa\x2f\x5e\xec\xac\x1b\x13\x84\xec\x7e\xb5\x0d\x9b\x3a\xd9\x66\x4e\xf9\xe0\xff\xbf\x73\x44\x0d\x6d\xde\x89\x5c\x32\xb5\x4d\x60\x1b\xf4\x0d\xe7\xfb\xba\x44\xea\xe1\xe8\x7a\xb0\xb6\x19\x98\xd0\x1d\xd9\x29\xd5\xc6\x0a\xf4\x29\x58\x78\x10\x99\x34\xe2\x1b\xf8\xa5\x77\x27\x61\x63\xcc\xa9\xf4\x9a\x11\x40\x1e\x5a\xe2\xb8\x0f\x73\x91\x37\x75\xd9\x96\x46\x64\x85\x74\x7b\xe5\xe7\x22\xe8\x8a\x5b\xa7\x56\xb6\x2e\x89\xb9\x07\x5b\x1e\x08\x71\x62\x83\xb7\x30\xb8\x10\x1f\x90\x17\x50\x2d\xcb\xb6\x32\xa8\xe1\x7f\x1a\xed\xa8\xfc\xb6\xf7\xac\x43\x47\xc0\x4b\x66\x21\x41\x18\x2a\x4f\x03\x45\xab\x3a\xe6\x8c\x4f\x55\x03\x4e\x9f\x04\x88\x56\x52\x4c\x02\x65\x46\xf3\x48\xf7\xae\x42\xe4\x5f\x05\x0f\xf0\x2a\x23\xdc\x80\x60\x71\x0f\x74\x3e\x39\xa5\x60\x71\x79\x90\xba\x24\x8c\xee\x90\xab\x34\x3e\x1e\x31\x96\xde\x23\xa4\x62\xa2\x79\x5f\x2d\x1d\x54\x85\x7f\xbc\x2a\x77\x48\xbe\x88\xe4\x2d\x94\xeb\x65\x08\xe7\x7c\x0f\x03\x71\xa0\x00\x12\x65\x27\x0d\x74\x7c\x21\x92\x20\x64\x09\x70\x46\x1e\x9d\xca\x34\xf4\xcb\x84\x9e\x78\xec\x89\x8c\x02\xa8\x41\x26\x00\x53\x54\x41\x7a\xc5\x83\x67\x63\x7d\xc4\x6f\xf4\x7a\xa6\x34\xfb\x0e\x60\xc1\xef\x17\x82\xd0\x27\x3b\x2c\x0f\x54\x16\x48\x15\x3e\x1c\xf1\x13\x28\x90\xa2\xa0\x55\x14\xcf\xde\xb5\xb7\x8d\x43\x47\x20\xe7\xaa\xfb\xe9\xbc\x11\x7b\xdd\xee\xda\x8f\xda\x87\xd8\xe9\x14\xc5\xca\xed\x0e\x8d\x72\xf6\xa0\x73\xee\x73\xe4\x48\x64\xeb\x48\x84\x00\xc0\x87\xd6\xb8\x45\xb9\xb5\x41\xfb\x0f\xbd\x02\xa6\x60\x6a\x78\x8e\x57\x7a\x6f\x33\xcd\x7a\x01\x24\xb2\x52\x82\x73\x8e\x04\xed\x0f\x43\x72\xb2\xae\x51\xcd\xb4\x01\xc7\xf5\x77\x22\x66\x6d\x5d\x90\xa9\x2e\x89\x1b\xfc\x13\x9b\xb2\x54\xab\xa9\x30\x46\xcd\xa2\x12\x3b\x5b\x45\x19\x6e\x52\xc4\x28\x1e\x2d\xcd\x0a\x6a\xb3\xfe\xc9\x85\x18\x88\xe5\x30\x86\x46\xb2\xd2\x4a\x13\x41\xec\x0b\x4a\x14\x1c\xc7\xbf\x3c\xa5\x8c\x07\x22\x4c\xfe\x2b\xb0\x22\xa9\x3f\x0e\x49\x71\xb4\x90\xa3\xd6\xf8\x89\x10\x8c\x1a\x72\x01\x3f\x69\x99\x39\x91\xc7\x6b\xa8\x63\xdc\x29\x07\xd2\xd1\xa3\x4a\x1b\x9a\x62\x11\x60\x3a\xa7\x24\x82\x05\xcf\x0d\xf3\x9c\x66\x19\x0d\x5f\x62\x6c\x61\x8f\x8c\xda\xb1\x80\x6c\xb2\x54\xb4\x6f\xb1\x61\x7a\x35\xf6\xf9\x95\x32\x5b\x6e\x48\x28\x50\x10\x2f\xcf\xab\xae\xd0\x3b\x8c\x02\x7b\x84\x69\xcc\x1f\x79\x8f\x11\x26\x11\x02\x27\x35\x2d\x49\x2b\x9d\x17\x85\x18\x01\x42\x64\xc6\xb7\x4a\x9c\x37\x72\xbb\x01\x90\xda\x9f\xc0\x02\xcf\x99\x78\xa9\xf3\x33\x1f\xd0\x92\x37\xaf\x8c\x62\x5d\x86\x04\x92\x26\x1d\x64\x49\xd8\x90\xea\x35\x15\x4f\x0d\x0a\xb1\x6b\xde\xe9\x79\xcb\x43\x5a\x7e\xa3\xd3\x2e\x2b\xa8\xa7\x3c\x7a\xb6\xf7\xbe\x0b\xf5\xa2\x69\x16\x70\xc0\x86\x10\x8c\x6c\x93\xbf\xbe\x98\x20\x1e\x6d\xb2\xb2\xc9\x7f\x84\xc8\xf5\x36\xec\x37\x87\x85\x98\xa5\xf7\xbc\x5d\x0c\xf1\xa2\x2c\x1d\x49\x58\x43\xa9\x51\xb5\xe9\xa8\xe4\xd0\x27\x51\xd2\x09\x5e\xb7\x97\x46\xff\x37\x4e\x5f\x31\xcb\xee\xd1\xcd\x34\xcb\x98\x5a\xc6\x9a\x8f\xbe\x73\xaf\xbe\xab\xac\x09\x04\x37\xed\x51\xec\x8d\x5e\xa4\x35\x8e\x45\x1e\x34\xdf\xa1\x74\x21\x4e\xd5\x6b\xc7\xe6\xed\x1e\xc7\xea\xcc\x6a\x88\xee\xe8\x88\x34\xa1\x15\x60\xf6\xaa\x96\x8e\x44\xa3\x92\x86\xd6\x84\x9a\xb2\x21\x49\x66\xee\xde\x88\xac\xdd\x3e\x40\x42\x87\xb4\xbb\xfd\xd2\x33\xab\x21\xa3\xc0\x86\x37\x89\xbe\xb9\x2f\x7a\x51\xcc\xf2\xfb\x48\xb4\x28\x1b\xc3\xb4\xa5\xda\x3b\x47\xbd\x10\x4d\xf6\xbb\xc3\x95\x6d\xe1\x4f\x43\x3f\x9f\xad\x7b\xc8\x6f\xef\x64\xe5\xaf\x35\xb3\x4d\xbf\x61\x67\x02\x8e\x39\xc9\xe3\x38\x2b\x52\xe5\xab\xca\xfa\x53\x2d\x37\x0a\x41\xde\x64\xd3\xb8\xba\x54\x88\x52\xa7\x8e\x77\x4f\xcd\x85\x0b\x76\xaf\x18\x10\x4e\x1b\xda\x12\x5c\x93\x45\x9a\x7e\x68\x79\x3a\xae\x13\x85\xdf\xf7\xd6\x3d\xf5\xcd\x91\x07\x26\x08\xbf\x57\xe1\x16\xf4\xe0\x31\x2d\x67\x55\x4d\xdc\xe3\x15\x7c\x8c\x7e\x0f\x78\x05\x02\x40\xd0\x3e\x62\x9f\xcc\x19\x9e\x76\x76\x4d\xfb\x22\xbe\x7f\xd9\x56\x91\xe4\x83\x9f\x1f\xf2\xbc\xf3\xa9\xb9\x6f\x30\xe7\x6a\x9a\xbc\x68\xe7\x0b\x18\x27\x34\x1f\x5d\x0c\x6e\x9a\x9e\x3c\xe0\x46\x8a\x1d\x70\x4e\xde\xce\x50\xe4\xae\x32\x19\xef\x1a\x63\xb4\x51\x82\x29\xde\x3f\x2c\xd7\x4f\xd6\xe2\xff\xd1\x06\x7f\x1e\xda\x20\xee\x54\xe0\x9f\xbb\xba\xa1\x72\x63\x53\x25\x26\x8e\xce\x7a\xe4\xd2\x1a\x0e\xd0\xe1\x38\xa6\xac\xf5\xd1\x8e\x6f\x6a\xda\x04\x6e\x1f\x67\xb5\xea\x02\xea\xbc\x4f\xbb\x91\xb7\xbd\x05\x52\x39\xd2\xce\x3c\x67\x17\x17\xed\x7c\x36\x8b\xf7\x7b\xa7\xf6\xa4\x58\x8c\x49\x04\xee\x03\xa6\x91\xd7\x29\xea\x49\x6b\xab\x72\xd8\x69\xca\xfb\x41\x05\x30\x33\xa0\x72\x1c\xaa\x8c\xbb\xec\xad\x23\xde\xee\xc2\x51\xba\xb3\x9e\xb8\x2a\x09\x94\x9e\xcc\x11\x76\xd0\xfe\x2c\x4c\x5e\x94\x71\x28\x07\x1b\xc8\x29\xb7\x87\x3d\xd2\x0e\xf2\x97\x85\xa0\x2b\xba\xcf\x9c\xae\xc3\x15\x0d\x60\x58\x4b\x1a\x2d\x92\x08\x88\x65\x9c\x18\x44\xe3\x92\xcd\xc5\xdf\xb1\x0d\xd2\x83\x5e\x5f\x6f\xca\x5d\x17\x66\x43\x57\x5c\x6c\x25\x98\x93\x74\xcf\xc5\xc2\x34\xac\xba\xa3\x5b\xd4\xf4\x74\xbc\x1d\xa4\xb8\x9d\x53\x6f\x58\xba\x86\x55\x7c\xb5\xd9\x63\xb6\xbb\xf6\x92\xa9\xaa\xd8\x4f\xed\x8e\xee\x41\xca\x11\xa0\xe5\x69\xf2\xb4\xaf\x5d\xde\x11\x7a\x72\xaf\xfa\xeb\x42\x3c\x70\xaa\xca\x61\xaf\x6b\x52\x5c\x60\xd1\x97\x63\x4c\x52\x5e\xd4\x5a\xd4\xcc\x3b\xaf\x84\x7c\x73\x19\xe5\x1c\xd7\xc2\xf6\x3e\x34\x5a\x0a\x3b\x06\x9c\x39\xfd\x5b\x2c\x08\x0f\xe3\x1b\x17\xd3\x9e\xcd\x29\xff\x05\x82\x2f\x57\xca\xe4\xd6\x79\xd5\x56\xa6\xb2\x41\x75\x05\xbf\x58\x7b\xb5\x1f\x68\xd5\xed\xf2\xbe\xc6\xad\x04\x62\x89\x43\x1a\x26\x8e\x4e\x87\x80\x4d\x10\x99\x57\xda\xb7\xeb\xea\xdf\x11\xd9\xe7\xe4\x55\xac\x97\x0f\xff\x5a\xfe\xb2\x12\xf4\x71\xf3\xf2\x6b\xf2\xb8\x7a\x14\x77\xcb\x57\x7c\xbf\x13\xcb\xe7\x47\xf1\x5b\xb2\xfd\xfc\xf2\xb6\xc5\xe7\xaf\x62\xf5\xef\xf5\x66\xf5\xfa\x2a\x5e\x36\x22\xf9\xb2\x7e\x4a\xf0\xea\x6f\xcb\xcd\x66\xf9\xbc\x4d\x56\xaf\x73\x91\x3c\x3f\x3c\xbd\x3d\x26\xcf\xbf\xcc\xfb\x53\x4f\xc9\x97\x64\xbb\xdc\x26\x2f\xcf\x73\xb8\x5b\x5d\x39\x26\x5e\x3e\x89\x2f\xab\xcd\xc3\x67\xfa\xfa\xcf\xe4\x29\xd9\x7e\x65\xbf\x9f\x92\xed\x33\xf9\xfa\x04\x67\x58\xd6\x97\x9b\x6d\xf2\xf0\xf6\xb4\xdc\x88\xf5\xdb\x66\xfd\xf2\xba\x5a\xc4\xbf\x46\xad\x4c\x3e\xfb\x5f\x00\x00\x00\xff\xff\xee\xbf\x3b\x3d\xb5\x12\x00\x00") + +func confLicenseArtisticLicense10Bytes() ([]byte, error) { + return bindataRead( + _confLicenseArtisticLicense10, + "conf/license/Artistic License 1.0", + ) +} + +func confLicenseArtisticLicense10() (*asset, error) { + bytes, err := confLicenseArtisticLicense10Bytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/license/Artistic License 1.0", size: 4789, mode: os.FileMode(420), modTime: time.Unix(1440548254, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confLicenseArtisticLicense20 = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x94\x59\x5b\x77\xdb\xb8\x11\x7e\xf7\xaf\xc0\xf1\xcb\x5a\xe7\x28\x6e\x92\xdd\x6e\xdb\x7d\x53\x6c\x39\xe6\xa9\x2c\xb9\x92\x1c\xaf\x1f\x21\x12\x94\x51\x53\x84\x0a\x90\x56\xd4\x5f\xdf\x6f\x06\xe0\x55\xd4\x6e\xfa\x90\x1c\x99\x97\xc1\xcc\x37\xb7\x6f\x86\xeb\x57\x25\x26\xb6\xd0\xae\xd0\xb1\x98\xe9\x58\xe5\x4e\x89\xcf\xd7\x1f\x2f\x6e\xcc\xfe\x68\xf5\xf6\xb5\x10\x57\xf1\x48\x7c\xfe\xf8\xf1\xe3\x07\xfc\xf7\xeb\x58\xd0\x1b\x8f\xca\x66\xe2\xce\x94\x79\x22\x0b\x6d\xf2\xeb\x8b\x8b\xe9\xbb\xb2\x47\x93\x2b\xa1\x9d\xd8\x2b\xbb\xd3\x45\xa1\x12\x51\x18\x11\x43\x8e\x90\x79\x22\x12\x9c\x61\xf5\xa6\x2c\x94\xc0\xb3\x1b\xbc\xb8\xa3\x9b\x5a\x39\x61\x52\x51\xbc\xe2\xc5\x2c\x9c\x9f\x98\xb8\xdc\xa9\xbc\x18\x0b\x3c\x2e\xe2\x57\x99\x6f\x75\xbe\x15\xba\x20\xe9\xb9\x29\x84\xcc\x32\x73\x50\x09\xce\x7d\xb4\x4a\xee\x36\x99\xba\xb8\x58\xb7\x25\x28\x57\xc8\x4d\xa6\xdd\x2b\xa4\x17\x50\xb8\x80\x4a\x4e\x40\x5f\x65\xc5\xe1\x55\xc7\xaf\x42\x8a\xad\x7e\x57\xb9\x48\xad\x52\xc2\x99\xb4\x38\x48\x0b\xc3\x64\xfc\x26\xb7\x4a\xec\xe4\x51\x6c\x94\xd7\x2f\x19\x8b\x9d\x49\x74\xca\xbf\x1a\x2b\xf0\x07\xcc\xfa\x8b\xb1\xc2\xaa\xd6\xd5\x6b\x06\x48\xe7\x05\xf4\x27\x75\x8b\x57\x59\xb0\x0a\x0d\xa0\xf7\x26\x23\x3d\x76\x12\x4f\xe1\x9f\xc3\xf1\x3b\x25\x64\xe5\x85\xd8\xe4\x85\x35\x99\x30\x80\x89\xdf\x4c\xd4\xbb\xca\xcc\x9e\x10\xf1\x50\x41\x62\xa5\x28\x8c\xc9\xa0\x7f\xa1\xb3\x4c\xbc\x29\xb5\x27\x9c\xe8\x9d\xea\xbe\x7c\x97\x3a\x03\x14\xf8\x05\x9c\xf7\x30\xd8\x99\xd2\xc6\x8a\x5d\xd2\xb1\x1d\x60\xbe\x98\x52\x10\x0a\x32\x3b\xc8\x63\xcf\x8f\x3b\xf9\x46\x3a\x5a\xf8\x42\x91\x26\x0e\x47\x9b\x2c\x3b\x0a\x53\x16\x4e\x27\xea\xd4\x89\xda\xaa\xb8\xc0\x03\x07\x5d\xbc\x0e\x23\x80\x57\x2a\x37\x04\x7d\xaf\x45\x94\xb6\x1c\x76\x1a\x18\xec\x7e\xaf\x18\x3f\x97\x96\x30\xbc\xc4\x2d\x46\xe5\x08\x03\xf6\xd6\xec\x0d\x5d\x08\x3a\x9b\xb4\x0d\xc8\x98\x9f\x71\xaf\xa6\xcc\x12\x46\x5a\xc6\x67\xdc\x43\x00\x39\xa5\xde\xa0\x22\x9c\x9f\x2a\x4b\xf0\x7b\x45\x08\xe4\x16\x14\x40\xee\x56\xa5\x3a\xd7\x94\x0b\xee\xe2\xe2\xb2\x2f\xeb\x52\xec\x94\xcc\x7d\x24\xea\x3c\xd1\xef\x3a\x29\x65\x76\xe5\x46\x02\xd1\x63\xec\x56\xe6\xfa\xbf\x9c\x48\x74\x29\x97\x3b\x20\xae\x73\x7e\x3a\xae\x25\xc1\x6e\x9c\x2d\x52\xe3\x63\x02\xc7\xea\x26\x5e\xaf\xf9\xd0\xdc\xc7\xa0\xa9\xcf\x93\xf9\x51\xec\x11\x57\x47\x8f\xce\x2b\x42\x20\xae\x9e\x52\x64\x3e\xb9\x0d\x1a\x40\x20\x85\x23\x30\xd7\x32\x23\xe0\x3a\x80\x41\x15\x19\xc7\xc6\x26\x32\x87\x02\x67\xbd\xf9\x93\x23\xe8\x63\x95\x94\x56\x39\x52\x08\xd1\x74\xc9\x28\x5e\x02\xf2\xae\x4e\xca\x3a\x93\x53\x00\x89\x03\x3b\x22\xd3\x6f\xaa\x2a\x16\xed\x1c\x1b\x93\x7a\x9c\x7c\xc7\xb6\x4e\x24\x3d\xfc\x6c\x43\x1b\x23\x1e\x11\x72\xc0\x91\x9c\x9e\x22\x31\x5c\x3b\x5f\xc5\xe6\x38\xa8\xf8\xd8\x97\x27\x18\xff\x0e\x27\xbc\x57\xf5\x08\x80\xb5\x04\x86\x54\xe7\x3b\x14\x5d\x2c\xfd\x5a\x4c\xba\xe1\xcb\x75\x03\x10\x3b\x9c\x4a\xcf\x2a\xcd\xd0\xd2\xa9\xab\x02\x22\xa4\x4d\xc4\x37\x18\x0f\x89\x6c\x9a\x14\x0f\xa1\xb2\x54\x97\xc9\xb4\xdb\x5a\xe7\xca\x3a\x00\x8b\x98\xe1\xb0\xf3\x05\xb5\x1b\xd4\x8c\x92\x7c\x0b\x35\x12\xce\x52\xce\x69\xca\x79\x40\x0a\xbc\xa9\x2c\xab\xcc\x79\x34\xab\xc0\x92\x4e\xf9\xfc\x8b\xcd\x6e\x4f\x4e\xe9\x85\xe2\x98\x5e\xe6\xc8\x70\xed\x14\x27\x57\x9e\x7b\xa5\xa3\x3b\xee\xdd\x29\xd5\xf6\x7a\xaa\x5a\x59\x8a\xa2\x6e\xb7\x3e\x9c\xeb\x57\x7c\xed\x42\xba\xb7\xcc\x6a\x2c\x77\xe5\x7e\x6f\x6c\x11\x32\xa0\xf5\x14\x1b\xe9\x63\x98\x83\x1d\x35\xa4\x40\xa5\x50\xbe\x55\xd0\xf9\xad\xb4\x85\x12\x1c\x9c\x7d\x77\x5c\xa2\x8a\xa7\x64\x6b\x37\xfa\x85\x4e\x09\x52\xca\x1c\x12\xb6\x51\xf0\x75\xd3\x0c\xa0\x09\xdd\xe9\x5c\x15\x26\x47\xcd\x03\xca\x5c\x42\xd5\xf7\x3d\xce\xd6\x54\x06\xad\xfa\x4f\x89\xb6\x74\x3e\x0e\x49\xad\x7e\x38\xb4\xc3\xbb\x49\xc8\x5a\x27\x3e\x99\xfb\x63\x68\x47\x40\x09\xbd\xcd\x5f\x41\x85\x46\xd1\x62\xbd\xff\x5f\x35\x16\xb8\xa0\x73\xd4\x82\xc0\x08\x1a\x35\x80\xfb\x09\x5d\x80\x22\xb7\xad\x34\xab\x2b\x44\x1f\xe3\x93\x52\x0c\x94\x34\x1a\x49\x5c\x5a\x2e\xae\xef\xd5\x63\x96\x44\xc2\xc4\xd0\x85\x6b\x68\xa1\xf1\x00\xfb\xa8\x42\x3a\x2d\x8b\x92\xdb\xd8\xe5\x8a\x5b\xdc\x25\x85\xca\xae\x05\x60\xe8\x7c\x54\xf6\xc6\x35\xc7\xf0\x22\xfc\x2d\x0f\x21\xf2\x37\xd5\xdb\xd2\xfa\x3b\xbe\x8c\x54\x65\xb7\x53\x6f\x77\x7b\xdc\x4b\x4e\x8e\x89\xc3\x0d\xa8\x5b\x28\x7f\x98\xd9\xfc\x1b\x75\x24\x9c\xbc\x01\xb2\xf6\xe8\xf3\x9f\x92\x88\x23\x97\x65\xa0\x70\x96\x19\xa7\x41\x6a\x0d\x89\x24\x47\xea\x98\x6a\x32\x9a\x8d\xa3\x67\xbc\x52\xa4\x0d\x5d\xc9\x64\xd1\xc2\xd5\x9b\xcd\xa2\x88\x19\x51\x93\x74\x0c\x28\x69\xff\xe4\x7c\xcf\xf7\x11\x16\xfb\x17\x9f\xe1\x2a\x24\x77\x2b\x05\x4d\x7e\x71\x71\xf5\x69\x24\x2a\x2a\xd0\xe1\x00\xbe\xcf\x0e\x38\x96\x61\x03\x13\x2b\xfc\x19\xf4\x5c\x3f\x92\x3d\x86\x5c\xfd\x4b\xcb\x0d\xfa\x10\x0e\x87\xd5\x38\x3c\xf6\x45\xc7\xe7\x3b\x1d\x57\x55\x8a\xd0\xf3\x9b\x08\x63\x15\x06\xea\x66\x63\xb0\x3f\x6b\xd9\xd0\xb2\x36\x48\x3d\xdd\x61\xee\x67\x6f\x2e\x45\xdb\xed\x9f\x90\xd4\x0e\xc8\xe7\x44\xd6\xb4\xa5\x2e\x22\x39\x1b\x8e\xbe\xae\xcb\xdd\xb0\xdd\xa1\x53\x6c\x29\xea\x1c\xf9\x97\xd1\x12\xbd\x72\x3a\x88\x4f\x49\xb9\xcd\xd0\x83\x0a\x05\x95\x4c\x95\xc0\x7d\x02\xe1\xd8\x41\xd2\x39\x13\x6b\x49\x6e\x05\x46\x71\x26\xf5\x0e\xaa\xa3\x9d\x15\xbe\xc0\xd3\x45\xab\xbc\x66\x5c\x51\xfa\x60\x10\x56\xdc\x74\x8e\xec\x1c\x9d\xc7\x59\x89\x06\x21\x45\x95\x15\x1d\x80\x9a\xac\xb9\xfa\xb9\xc1\x5a\xee\xf7\xd9\x91\x81\xd9\x94\x88\x78\xfd\x5d\x39\xd8\x87\x12\x2f\x37\x3a\xd3\x20\x2d\xa1\x8c\xf9\xac\x0c\x24\xa5\x15\xbd\xa4\x45\xd2\x66\xb8\x9c\x34\x83\x25\x8d\xcb\x46\x93\x5d\x35\x79\x26\xd6\xec\xb9\x33\x93\xfd\x9c\xba\x9c\x65\x70\x87\x1a\xb6\x47\xce\x03\x72\x08\x2f\xb9\xd2\xa7\x76\x68\x1b\xfd\xc2\x49\xd4\xb0\x17\x84\xa7\x89\xd1\x6b\xe6\x38\xc2\x07\x19\xe0\xfa\x65\x30\x34\xd9\x47\x7d\x39\xcd\x7b\xe2\xea\x47\xa3\x89\x2c\xe2\x72\x8d\x0b\x55\x58\x9e\xf1\x61\xff\xb8\xd1\x40\x28\xc6\x99\x92\x16\x3e\xad\x6a\xab\x78\x35\x07\xaa\xe3\x9e\x3f\xbb\xc6\x41\xa7\xd8\xfa\x08\x82\x73\xfc\xcc\x47\x41\x95\x69\x54\x1e\x2e\x3c\x4d\xb5\x66\x0a\x94\x53\xd0\xe5\x1f\x5c\x25\x24\x45\xe1\x21\xd2\x89\x2c\xfa\xae\xe2\x92\x26\x3f\xfa\xc3\x53\xc7\x32\xab\x22\x68\xb0\xb4\xe0\x17\x94\x06\x5b\x5b\xcc\xa7\x95\xa9\xa9\xa1\xf1\x12\x47\xfd\x06\x0f\xc8\x91\x1f\x23\x86\x30\x68\xc5\x5e\xf0\xff\xd0\x88\x33\x6c\xb0\x9f\x45\x87\x62\x06\x29\x67\xfe\x70\x6c\x3c\xd6\xf9\xc6\x81\xd0\xcd\x89\xd0\x0c\xfb\x07\x5e\x8b\x8b\xab\xcd\x08\x63\x83\x03\x52\x5e\x3a\x26\xcf\x02\x25\xa3\x6e\x21\xc3\x51\x55\x13\xa9\xbd\xc5\x18\x9a\x7b\xa5\x50\xe0\x6d\xf5\x3e\xb9\x84\x86\xe0\x32\xcf\xab\xe1\xf3\xf4\xf0\x08\x58\x25\x89\x0e\xc4\x72\x08\xca\x5d\xe9\x88\x5f\x49\x8a\x53\x1a\x81\x82\x8e\xae\x35\x7c\xd5\xe1\xc3\xf7\xcf\x20\x4b\x86\xc6\x23\xbf\x21\xa8\xc8\x2f\x0d\x1a\x18\x46\x15\x93\xfb\x2e\x83\x3e\xd1\xa3\x1a\x1b\xcf\xd4\xfa\x3f\x0e\x81\xc0\x97\xd9\xb7\x88\x1d\x3d\x1a\x74\x30\xc1\x85\x9b\xb8\x2b\xeb\xc9\x96\xad\xf5\xcd\xd6\xb3\x88\x70\x83\xc5\xd2\x9c\x9e\x1d\xc3\x74\x14\xc6\x21\x8a\xe8\xf6\xe2\x61\x58\xbb\xd2\x55\x3e\x71\x84\x59\xc3\x83\xfd\x7c\xcd\xa7\xfa\x3a\x1c\x02\x98\xb1\xa9\x83\xaf\x56\x22\xa0\x17\x48\x26\x71\x48\x4c\x9f\xad\xe5\xc6\x0f\x20\x15\xca\x78\xca\xf9\x7b\x30\xf6\xcd\xf9\x99\x8b\xea\x0c\x39\x56\xd3\xba\x47\xf9\x9a\x1e\x0c\x6e\xb0\xe5\xa8\x96\x45\x0d\x17\xd1\x78\xcf\x4f\xac\x79\xd5\x1b\xae\x13\x9b\x36\x91\xf1\x15\xce\x85\x75\x46\xb5\x2d\xea\xd7\xe2\xba\xd2\xdd\x99\x7a\xdd\x30\xd4\xcf\x4f\xf3\xc2\xd5\xf5\xb2\x31\x1f\x1e\xff\xeb\x60\xbd\xee\x14\xd4\xf3\xc7\x9c\x4a\x1c\xea\xf7\x55\xee\x13\xcd\xcc\x54\xa1\x38\x0f\x6d\x19\xfb\xf4\x87\x18\x2a\xba\xf0\xe6\x56\x75\x5c\x73\x36\x5d\x56\xd4\xce\x3a\x32\x42\x2a\x8a\x77\x99\xe9\x44\x04\x0f\xa3\xf9\x37\x03\x60\x9b\x58\x55\x2b\x1b\xd7\xd5\x64\x4c\x2f\x92\xab\xf9\x45\xbf\xa6\x3a\x06\x52\x19\x4b\x6b\x8f\x5c\x37\x60\x2d\xb7\xd3\xb6\x40\x0a\x83\x98\x36\x62\x3a\x67\x0d\xfc\xca\x86\x95\x0a\x68\x88\x5c\x1d\x4e\xcc\x4e\xd4\x8e\x03\x0c\xe3\xa9\xa2\xe1\x36\x2d\x2d\x37\xc1\x13\x5d\xc3\x92\x88\x05\x79\x13\xbb\xa2\x2a\x01\x1d\xf6\x48\xbe\xe1\x20\xd4\xb4\x4e\x49\x68\xb6\x93\x29\x92\x88\xa5\x05\x7d\x25\xaf\x10\xeb\x9c\xe8\x48\xa5\x3b\xb5\x3d\xb8\x9b\xb7\xb9\x2d\xc2\x22\x55\xda\xc3\x55\x41\xcc\x35\xdf\xd5\x6d\xa2\x59\x82\x11\x8b\xfa\x75\x30\xcc\x4e\xb7\x09\x94\x37\xdd\x6e\xfe\x63\x31\xc6\xb1\x15\x36\x77\xab\xb0\x01\xf9\xc5\xff\x89\xb4\xdf\xb7\x08\x4f\x37\xba\x06\x58\xf9\x64\xbb\xb5\x6a\x2b\x8b\xd0\x26\x66\x3a\x7f\xeb\xed\x28\x61\xcf\xdf\x5a\xac\x30\x3c\xaf\x3a\x9c\xe8\xea\x0f\x36\x29\x43\xe9\x39\x0a\xb4\x26\x6c\x05\x58\x88\xa7\xbe\xbd\x39\xa2\x21\x85\xd5\xc1\x24\xf1\xec\x14\x12\xd6\x16\xb2\xbb\x51\x38\x19\x0f\x87\xeb\x50\x3d\x4b\xf9\x52\xd8\x5d\x4a\xb0\x0c\xaf\x2f\xa1\x8f\xb6\x45\x3b\xd6\xd0\xcd\xdb\xba\x75\x24\x79\x66\x3b\xbc\x2c\xed\xd4\xf5\x32\x8c\x7f\xfd\x0a\xd8\x01\x74\xb0\xce\xd1\x28\xee\x4b\x4e\x32\xa0\x0e\x45\xe3\xdf\xcf\x8c\x8b\xa0\x06\x6f\x8d\x40\x3a\xbd\xef\x3a\xd7\x76\x13\xf7\x04\x5e\x3b\xa9\xdd\x26\x90\xf0\xf6\x04\x25\x32\xc2\xde\x3f\x57\xa7\x89\x39\xf8\x4d\x1a\xde\xda\x94\x3a\x4b\x04\xb3\xc2\x0f\x32\xa3\xbe\xef\x27\x6d\xba\x5d\x8d\xe2\xd5\x8e\x81\xd1\x22\x80\x6a\xde\x14\x28\x91\xaf\xad\x9d\x2d\xc5\xd9\xa8\xf9\xd3\x09\xb6\x7e\xb0\x26\x51\xea\x3b\x8f\xbe\x32\x6c\xc7\xf9\x3b\x81\x4d\x65\xac\x7a\x7b\x27\xc0\x1a\x15\x0a\x4e\x5d\x73\x87\x06\xb2\x73\xbc\x7d\xd3\x4c\x28\x8f\xd2\x16\x7e\x7f\xd7\xf7\x18\x1c\xf2\x8f\x91\x78\xe6\x06\x7b\xf5\x27\xb4\x3a\xf0\x63\xbf\x39\x8a\xad\xde\x17\x6e\xe4\x91\xc0\x3c\x48\x1d\x58\x7d\x2f\x94\x2f\xaa\x4c\x8a\x4a\x77\xba\x4f\xf7\x99\x31\x0e\xeb\xa4\x9d\x53\xd9\x3b\x31\xee\x58\x56\xdb\x82\xd6\x9e\x6e\x33\x54\xa4\x7a\xec\xd0\x8f\x57\xac\xbe\x0c\xeb\xab\xd6\x64\x46\x1b\xbe\x93\x89\x09\x9c\x49\x65\x69\x18\xd0\xc2\x3b\xbd\xc1\x6c\x30\x45\x80\xf2\x57\x95\x2b\x0b\x6a\xf6\x48\x5e\x73\x7e\x7f\x7f\xf5\xe9\xe3\x48\x4c\x50\x8b\x4b\x22\xe3\x6d\x7a\x3d\xee\x7e\xc9\xfa\xe1\x1c\xc2\x91\x5b\xfa\x9c\x93\x57\x6b\xb7\x81\x35\xda\xb5\xf8\x72\xf4\x7c\xad\xe2\x78\xa1\x64\x26\xdd\xfd\x68\xef\x53\x06\x6d\x7b\xf7\x45\xd7\x2c\x71\xeb\xab\x55\xa3\xbf\x5f\x37\xf5\xd8\x62\x7b\xa1\xd8\xaa\x71\x43\x12\x09\x94\x4f\xa3\xd0\x3d\x07\xa6\x84\x7a\x19\xd9\xa1\x74\x03\x0d\x89\xe9\x1d\x20\xa0\x4f\x5e\x94\xa2\x26\x94\x75\xc9\x0d\x71\x5c\x53\x84\x1c\xc3\x06\xf5\x6f\x44\xa7\xab\xf8\x26\x17\x95\xf6\x04\x33\xac\x0b\x37\x2f\x5a\x52\xd4\x8b\xc8\xf0\xbe\xff\x6c\x75\x1a\x03\x57\x9f\x3e\x8f\xc4\xba\xfb\x9d\x29\xe4\x2b\x26\xe8\xdc\x37\x00\x96\xc3\x73\x58\x58\x84\x31\xb7\xb1\x92\x68\x87\x7d\x43\xd8\x2a\xfb\x4e\x1f\x68\xfc\x5f\x7c\x83\xc6\x14\xc6\x3d\x33\x5b\x53\x05\xca\xc0\xba\xf5\xea\xd3\xcf\xbd\xf3\x43\x1d\xf2\x93\x00\xcd\xba\xea\x3b\x2e\x38\x20\x3b\xa6\xd4\xc8\x92\x83\xa6\x4d\x22\xd1\xe4\x0f\x26\xfd\x10\xba\xd2\x5e\x16\xcd\x37\xaa\xfa\x03\xd8\x18\xce\x79\xf7\xbc\x7a\xec\x23\xc2\xd0\x40\x45\xb7\x91\x35\xd9\x38\xfc\xaf\x77\xbc\x5d\xaf\x57\x2d\x07\x4d\x22\x78\xed\xa8\x3a\xcd\xed\x84\x06\xf8\xaf\x4c\x7c\x34\x6f\x92\x2a\x33\x98\xb8\x9f\x59\x32\x87\xc9\x83\x1d\x4d\x5f\x2b\xa4\xd5\xbc\x35\x4f\xad\xa6\x5d\x76\xf5\x5a\xfb\xab\xa0\xe7\xbe\xc8\x98\x82\xe2\xb7\xb6\xb5\xd0\xa1\x2f\x36\xb5\x8e\x46\x3c\x6b\x9c\xfb\xc0\xea\x30\xa1\x33\x25\x15\x5a\xfe\x1b\x53\xd7\x96\xbe\xba\x16\xad\xcf\x63\x98\x10\xd4\xd6\xa7\x57\x20\x6f\x95\xb1\x54\x7a\xfc\x91\xae\xaa\xd9\x2c\xaf\xfe\xd6\x56\xdb\x5e\x29\xef\x3f\x5c\x33\xc5\x1b\x5e\x97\x03\x32\xff\x0d\x92\xf6\x75\x54\x97\xd0\xa5\x60\x91\xf1\xbd\x35\xf1\xd4\x47\x06\x62\xdc\x32\x10\xb2\x68\x19\x9d\x70\xc4\xfc\x32\xa2\x9e\x14\x36\x77\x14\x5b\xcf\xfc\x41\xb2\x38\xfe\x26\x2e\xd6\xf7\x53\xf1\x38\xb9\xf9\xe7\xe4\xeb\x54\x44\x2b\xf1\xb8\x5c\x7c\x8b\x6e\xa7\xb7\xe2\xcb\x8b\xa0\x5b\x37\x8b\xc7\x97\x65\xf4\xf5\x7e\x2d\xee\x17\xb3\xdb\xe9\x52\x4c\xe6\xb7\xb8\x38\x5f\x2f\xa3\x2f\x4f\xeb\xc5\x72\x25\x2e\x27\x2b\xbc\xf8\x13\xdf\x78\x8e\xd6\xf7\x8b\xa7\x35\x7e\xbf\x88\xe9\xef\x8f\xcb\xe9\x6a\x25\x16\x4b\x11\x3d\x3c\xce\x22\xc8\x7c\x9e\x2c\x97\x93\xf9\x3a\x9a\xae\xae\x59\xf8\xe9\x75\xb1\xb8\x13\x0f\xd3\xe5\xcd\x3d\xfe\x9c\x7c\x89\x66\xd1\xfa\x65\x2c\xee\xa2\xf5\x9c\x24\xdd\x41\xd4\x04\xca\x2e\xd7\xd1\xcd\xd3\x6c\xb2\x14\x8f\x4f\xcb\xc7\xc5\x6a\x3a\xa6\x33\xe6\x8b\xf9\x87\x68\x7e\xb7\x8c\xe6\x5f\xa7\x0f\xd3\x39\x74\x58\x4e\xc5\x6d\xb4\xba\x99\x4d\xa2\x07\x9c\xb1\x5e\xf0\x91\xd3\xdf\xd7\x74\xf3\x71\xba\x7c\x88\xd6\x6b\x6f\xe7\xcb\xe2\x69\x29\x66\x8b\x9b\xc9\x4c\xcc\x26\xcf\xd7\xe2\x69\x3e\xa3\xe3\x96\xd3\x7f\x3d\x45\x4b\xff\x08\xae\x8f\x71\xc4\x29\x1c\x38\xb9\x85\x06\x00\x98\xcd\xc4\x97\xa9\x98\x45\x93\x2f\xb3\xa9\xd7\x18\x58\xdc\x42\xce\xcd\x7a\x2c\xa2\x79\xf3\xeb\x06\x30\xc3\xc8\xd9\x38\xc8\x58\xe1\x38\x5c\x88\xa0\xc5\xed\xe4\x01\xee\x58\xc1\x84\x68\x05\x7b\xf0\x30\x4b\x79\x9e\xbc\x08\x42\x17\x18\x91\x29\x4f\xab\x69\xf5\x33\x38\x70\x2c\xa6\xdf\xa6\x73\x11\xdd\x89\xc9\xed\xb7\x68\x05\xd5\xab\xfb\x8b\xd5\x2a\xf2\x70\xd2\xa5\xd5\xd3\xcd\x7d\x38\xe4\xfa\xe2\x7f\x01\x00\x00\xff\xff\xef\xae\x74\x4a\xd5\x21\x00\x00") func confLicenseArtisticLicense20Bytes() ([]byte, error) { return bindataRead( @@ -487,17 +3839,37 @@ func confLicenseArtisticLicense20() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/license/Artistic License 2.0", size: 8887, mode: os.FileMode(420), modTime: time.Unix(1398226579, 0)} + info := bindataFileInfo{name: "conf/license/Artistic License 2.0", size: 8661, mode: os.FileMode(420), modTime: time.Unix(1440548254, 0)} a := &asset{bytes: bytes, info: info} return a, nil } -var _confLicenseBsd3ClauseLicense = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x94\x52\xcd\x6e\xe3\x36\x10\xbe\xeb\x29\x06\x7b\xda\x14\x42\xfa\x83\x9e\xda\x13\x2d\x31\x36\x01\x59\x52\x49\x2a\x5e\x1f\x15\x89\x4e\x08\x58\x62\x40\xd1\x09\xd2\xa2\xef\xde\x8f\xb4\x83\x78\xdb\x45\x8b\x5e\x6c\x8a\xc3\xf9\xfe\x66\x0a\xf7\xfc\xe6\xed\xe3\x53\xa0\xcf\xc3\x0d\xfd\xf4\xc3\x8f\x3f\x67\xec\x78\xa4\x74\xb5\x90\x37\x8b\xf1\x2f\x66\xbc\xcd\x32\x69\x46\xbb\x04\x6f\x1f\x4e\xc1\xba\x99\xfa\x79\xa4\xd3\x62\xc8\xce\xb4\xb8\x93\x1f\x4c\xba\x79\xb0\x73\xef\xdf\xe8\xe0\xfc\xb4\xe4\xf4\x6a\xc3\x13\x39\x9f\xfe\xdd\x29\x64\x93\x1b\xed\xc1\x0e\x7d\x04\xc8\xa9\xf7\x86\x9e\x8d\x9f\x6c\x08\x66\xa4\x67\xef\x5e\xec\x88\x43\x78\xea\x03\x7e\x0c\x40\x8e\x47\xf7\x6a\xe7\x47\x1a\xdc\x3c\xda\xd8\xb4\xa4\xa6\xc9\x84\x5f\xb2\xec\x3b\xfa\x5a\xd1\x42\xee\xf0\x2e\x65\x70\x23\x9e\x9d\x96\x00\x03\xa1\x87\xc4\x88\xd7\x3f\xb8\x97\x58\x7a\xf7\x3b\xbb\x60\x07\x93\xa3\x66\x97\x8c\xe8\x08\xac\x08\x71\x4d\x36\x8f\x7f\x53\x02\xc2\xe1\xd8\xdb\xc9\xf8\xdb\x6f\x29\x00\xd3\x55\x02\xef\x0a\x60\x6d\x3c\x41\xd5\xbf\x88\x00\x7f\x94\xf1\x7f\x45\xd0\xc5\xda\xe8\x86\xd3\x64\xe6\x90\x92\x05\x16\x7a\xbe\x47\xee\x0e\x35\x4f\x53\x1f\x8c\xb7\xfd\x71\xf9\xc8\x38\x0d\x26\x35\x5e\xc9\x4f\x8e\x6a\x63\x53\x53\x2c\xce\xfd\x64\xa2\x98\x78\xfe\xc3\xf9\xc7\x7e\xb6\xbf\x27\x86\x3f\x21\xfb\xe3\x49\x0a\xde\x86\x98\x21\x64\x9f\xe1\x9c\x5f\xc0\xfb\x46\x0f\x26\x2e\x09\x0c\x38\x32\xf3\x88\x5b\x13\xf7\x01\x3a\x26\x17\x0c\x9d\x83\xc1\x9a\x8d\x10\x88\x2d\xa3\x03\x0a\xef\x51\x2c\xee\x10\x5e\xe3\xb8\x2f\xdb\x43\xcb\xb3\x19\xe2\xfa\xa0\xcd\xc6\xa5\xf2\x71\x71\xe6\xf3\x0a\x2d\xcb\xd9\x80\xde\x08\x45\xaa\xb9\xd3\x3b\x26\x39\xe1\xdc\xca\xe6\x5e\x94\xbc\xa4\xd5\x9e\xf4\x86\x53\xd1\xb4\x7b\x29\xd6\x1b\x4d\x9b\xa6\x2a\xb9\x54\xc4\xea\x12\xb7\xb5\x96\x62\xd5\xe9\x06\x17\x9f\x98\x42\xe7\xa7\x2c\x16\x58\xbd\x27\xfe\xa5\x95\x5c\x29\x6a\x24\x89\x6d\x5b\x09\x80\x01\x5d\xb2\x5a\x0b\xae\x72\x12\x75\x51\x75\xa5\xa8\xd7\x39\x01\x80\xea\x46\x53\x25\xb6\x42\xe3\x99\x6e\xf2\x48\x9a\xfd\xb3\x8d\x9a\x3b\xda\x72\x59\x6c\xf0\xc9\x56\xa2\x12\x7a\x9f\x84\xdc\x09\x5d\x47\xae\x3b\x90\x31\x6a\x99\xd4\xa2\xe8\x2a\x26\xa9\xed\x64\xdb\x28\x4e\xb0\x95\x95\x42\x15\x15\x13\x5b\x5e\xde\x82\x1d\x8c\xc4\xef\x79\xad\x49\x6d\x58\x55\x7d\xd3\x65\xd4\xfe\x95\xc7\x15\x87\x48\xb6\xaa\x78\x96\x98\xe0\xb2\x14\x92\x17\x3a\xda\xf9\x38\x15\x48\x0e\xfa\xaa\x9c\x54\xcb\x0b\x11\x0f\xfc\x0b\x87\x19\x26\xf7\xf9\x05\x53\xf1\xdf\x3a\x3c\x42\x31\x2b\xd9\x96\xad\xe1\xed\xf3\x7f\x44\x82\x99\x14\x9d\xe4\xdb\xa8\x19\x39\xa8\x6e\xa5\xb4\xd0\x9d\xe6\xb4\x6e\x9a\x32\x06\x9d\x29\x2e\xef\x45\xc1\xd5\xaf\x54\x35\x2a\xa5\xd5\x29\x9e\x53\xc9\x34\x4b\xc4\x80\x40\x54\x28\xe3\xbc\xea\x94\x48\xa1\x89\x5a\x73\x29\xbb\x56\x8b\xa6\xbe\x81\xf3\x1d\x62\x91\x59\xc1\xd0\x5a\xa6\x74\x9b\x3a\x59\x45\x42\x8d\xdc\x47\xd0\x98\x41\x0a\x3f\xa7\xdd\x86\xe3\x5e\xc6\x40\x53\x52\x2c\x46\xa0\x90\x58\xa1\xaf\x9e\x65\xe0\x43\x80\xfa\xca\x23\xd5\x7c\x5d\x89\x35\xaf\x0b\x1e\xd5\x34\x11\x65\x27\x14\xbf\xc1\xac\x84\x8a\x0f\xc4\x99\x76\xc7\xc0\xd9\x25\xcb\x71\x46\x50\x95\xa5\xe3\xd5\xc6\xe6\x69\x92\x24\xee\x88\x95\xf7\x22\xca\xbe\x3c\xc6\xec\x95\xb8\xec\x49\x8a\xac\xd8\xd0\x39\xee\xdb\xbf\x02\x00\x00\xff\xff\x84\xcd\xba\x22\xc1\x05\x00\x00") +var _confLicenseBsd2ClauseLicense = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xac\x52\x4f\x4f\xe3\x3a\x10\xbf\xf7\x53\x8c\x38\x81\x14\xf5\xe9\xbd\xe3\x5b\xb4\x92\x9b\x4c\x9b\x91\xd2\x38\x6b\x3b\x2d\x3d\x86\xc4\x80\xa5\x36\x46\x49\x0a\xe2\xdb\xef\xd8\xb4\xa2\x2c\x2b\xed\x65\x2f\x74\xf0\xcc\xfc\xfe\x4d\x52\xff\xfc\x36\xb8\xc7\xa7\x09\xae\xdb\x1b\xb8\x7d\xb3\xcd\xf0\x1d\x6e\xfd\x6b\x6f\xf9\x57\xec\xf7\x10\x9b\x23\x0c\x76\xb4\xc3\x8b\xed\xe6\x33\x65\x3b\x37\x4e\x83\xbb\x3f\x4e\xce\xf7\xd0\xf4\x1d\x1c\x47\x0b\xae\x87\xd1\x1f\x87\xd6\xc6\x97\x7b\xd7\x37\xc3\x1b\x3c\xf8\xe1\x30\x26\xf0\xea\xa6\x27\xf0\x43\xfc\xf5\xc7\x09\x0e\xbe\x73\x0f\xae\x6d\x02\x40\x02\xcd\x60\xe1\xd9\x0e\x07\x37\x4d\xb6\x83\xe7\xc1\xbf\xb8\x8e\x8b\xe9\xa9\x99\xf8\x8f\x65\x90\xfd\xde\xbf\xba\xfe\x11\x5a\xdf\x77\x2e\x2c\x8d\x71\xe9\x60\xa7\xff\x67\xb3\x7f\xe7\xf0\x59\xd2\x08\xfe\xe1\xac\xa5\xf5\x1d\xcf\x1d\xc7\x89\x0d\x4c\x0d\x6b\x0c\x80\xcd\xbd\x7f\x09\xad\xb3\xf3\xde\x4f\xae\xb5\x09\xf7\xdc\x08\x7b\x46\x0a\x00\x97\x5c\x7d\xf7\x8b\x10\xa6\x6b\xf7\x8d\x3b\xd8\x61\x3e\x9b\xfd\xf7\x55\x00\x13\x5d\x24\x70\x16\xc0\xd6\xba\x23\x8b\xfa\xdb\x1a\xe0\xe4\xab\xf3\xed\xf1\x60\xfb\xa9\x39\x1f\xe6\x1f\xce\xdc\x73\x67\x80\x43\x33\xd9\xc1\x35\xfb\xf1\x23\xdf\x78\x94\xb8\x76\x21\x9d\xed\x98\x9c\x34\x68\xb9\x34\x5b\xa1\x10\xb8\xae\x94\xdc\x50\x86\x19\x2c\x76\x60\x72\x84\x54\x56\x3b\x45\xab\xdc\x40\x2e\x8b\x0c\x95\x06\x51\x66\xfc\x5a\x1a\x45\x8b\xda\x48\x7e\xb8\x12\x9a\x37\xaf\x62\x43\x94\x3b\xc0\xbb\x4a\xa1\xd6\x20\x15\xd0\xba\x2a\x88\xc1\x18\x5d\x89\xd2\x10\xea\x04\xa8\x4c\x8b\x3a\xa3\x72\x95\x00\x03\x40\x29\x0d\x14\xb4\x26\xc3\x63\x46\x26\x91\xf4\xeb\x1a\xc8\x25\xac\x51\xa5\x39\xff\x2b\x16\x54\x90\xd9\x45\xbe\x25\x99\x32\x70\x2d\x99\x4c\x40\x25\x94\xa1\xb4\x2e\x84\x82\xaa\x56\x95\xd4\x08\xc1\x56\x46\x3a\x2d\x04\xad\x31\x9b\x33\x3b\x33\x02\x6e\xb0\x34\xa0\x73\x51\x14\xbf\x75\x19\xb4\x7f\xf2\xb8\x40\x16\x29\x16\x05\xbe\x33\xb1\xcb\x8c\x14\xa6\x26\xd8\xf9\xa8\x52\x4e\x8e\xf5\x15\x09\xe8\x0a\x53\x0a\x05\xde\x21\x9b\x11\x6a\x97\x9c\x30\x35\xfe\xa8\x79\x88\x9b\x90\x89\xb5\x58\xb1\xb7\xeb\x3f\x44\xc2\x37\x49\x6b\x85\xeb\xa0\x99\x73\xd0\xf5\x42\x1b\x32\xb5\x41\x58\x49\x99\xc5\xa0\x35\xaa\x0d\xa5\xa8\xbf\x41\x21\x75\x4c\xab\xd6\x98\x30\x83\x11\x91\x98\x21\x38\x2a\x6e\x73\xbd\xa8\x35\xc5\xd0\xa8\x34\xa8\x54\x5d\x19\x92\xe5\x0d\x3b\xdf\x72\x2c\xac\x51\xf0\x6a\x16\xd3\x95\x65\xb4\xca\x09\x49\xb5\x0b\xa0\x21\x83\x18\x7e\x02\xdb\x1c\xf9\x5d\x85\x40\x63\x52\x22\x44\xa0\x39\xb1\xd4\x5c\x8e\x31\x1f\x07\x68\x2e\x3c\x42\x89\xab\x82\x56\x58\xa6\x18\xba\x32\xa0\x6c\x49\xe3\x0d\xdf\x8a\x74\x18\xa0\x77\xda\xad\x60\xce\x3a\x5a\x0e\x37\x62\x55\xef\xe5\xc5\x17\x9b\xc4\x4b\x02\x2d\x41\x64\x1b\x0a\xb2\x4f\xc3\x7c\x7b\x4d\xa7\xef\x24\x46\x96\xe6\xa7\xb8\xe7\xb3\x9f\x01\x00\x00\xff\xff\x7d\x00\x05\x93\x06\x05\x00\x00") + +func confLicenseBsd2ClauseLicenseBytes() ([]byte, error) { + return bindataRead( + _confLicenseBsd2ClauseLicense, + "conf/license/BSD 2-clause License", + ) +} + +func confLicenseBsd2ClauseLicense() (*asset, error) { + bytes, err := confLicenseBsd2ClauseLicenseBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/license/BSD 2-clause License", size: 1286, mode: os.FileMode(420), modTime: time.Unix(1440548254, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confLicenseBsd3ClauseLicense = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xac\x52\xcd\x6e\xe3\x36\x10\xbe\xfb\x29\x06\x7b\xda\x00\x82\x8b\xb6\xb7\x76\x51\x80\x96\x68\x9b\x80\x2c\xa9\x24\x15\xaf\x8f\x8a\x44\x6f\x08\x58\x62\x40\xd1\x09\xf2\xf6\xfd\x48\xdb\x88\xb7\x5b\xa0\x97\xbd\x58\x63\xce\xcf\xf7\x33\x93\xbb\x97\x77\x6f\xbf\x3d\x07\xfa\xdc\x3f\xd0\x97\x77\xd3\xf9\xbf\xe8\x8b\x7b\x9b\x0c\xbe\x4b\x62\xa7\x13\xa5\xf4\x4c\xde\xcc\xc6\xbf\x9a\x61\xb9\x90\x66\xb0\x73\xf0\xf6\xe9\x1c\xac\x9b\xa8\x9b\x06\x3a\xcf\x86\xec\x44\xb3\x3b\xfb\xde\xa4\x97\x27\x3b\x75\xfe\x9d\x8e\xce\x8f\x73\x46\x6f\x36\x3c\x93\xf3\xe9\xeb\xce\x81\x46\x37\xd8\xa3\xed\xbb\x38\x20\xa3\xce\x1b\x7a\x31\x7e\xb4\x21\x98\x81\x5e\xbc\x7b\xb5\x03\x82\xf0\xdc\x05\xfc\x18\x0c\x39\x9d\xdc\x9b\x9d\xbe\x51\xef\xa6\xc1\xc6\xa6\x39\x35\x8d\x26\xfc\xb1\x58\xfc\xba\xa4\xef\x29\xcd\xe4\x8e\x37\x2e\xbd\x1b\x50\x77\x9e\x03\x04\x84\x0e\x1c\xe3\xc0\xee\xc9\xbd\xc6\xd4\x4d\xfb\xe4\x82\xed\x4d\x86\x9c\x9d\xe9\x84\x49\x71\xc0\x3d\xd6\x34\xfc\x8b\x08\xe0\xfa\x53\x67\x47\xe3\x97\x8b\xc5\x6f\x3f\x12\x00\xd0\x9d\x03\x37\x02\x90\x36\x9c\x41\xea\x67\x73\xa0\xab\xae\xc1\xf5\xe7\xd1\x4c\xa1\xbb\x2d\xe6\x17\x78\xee\x90\xf1\x34\x76\xc1\x78\xdb\x9d\xe6\x0f\x7f\xd3\x52\x52\xdb\x1d\x75\xc8\xf9\x7d\x49\x95\xb1\xa9\x2b\x66\xa7\x6e\x34\x91\x4b\x8c\x3f\xe8\x3e\xbb\xd3\x80\x82\xc9\x7d\x14\x25\xdb\x2d\x4e\x05\xac\x2f\xf3\x9c\x9f\x01\xfc\x4e\x4f\x26\x5e\x08\xf8\x3b\x32\xd3\x80\x57\x13\x8f\x01\x44\x46\x17\x0c\x5d\x5c\x41\x1f\x06\x5a\x5c\x18\x1d\x91\xb8\xf8\x30\xbb\x63\x78\x8b\x9b\xbe\x1d\xce\xfc\x62\xfa\x78\x39\x68\xb2\xf1\x9e\x7c\xbc\x99\xe9\x72\x3d\xf3\x7c\xe1\xaf\xb7\x42\x91\xaa\xd7\x7a\xcf\x24\x27\xc4\x8d\xac\x1f\x45\xc1\x0b\x5a\x1d\x48\x6f\x39\xe5\x75\x73\x90\x62\xb3\xd5\xb4\xad\xcb\x82\x4b\x45\xac\x2a\xf0\x5a\x69\x29\x56\xad\xae\xf1\xf0\x89\x29\x74\x7e\x4a\x09\x56\x1d\x88\x7f\x6d\x24\x57\x8a\x6a\x49\x62\xd7\x94\x02\xc3\x30\x5d\xb2\x4a\x0b\xae\x32\x12\x55\x5e\xb6\x85\xa8\x36\x19\x61\x00\x55\xb5\xa6\x52\xec\x84\x46\x99\xae\xb3\x04\xfa\x63\x1b\xd5\x6b\xda\x71\x99\x6f\xf1\x97\xad\x44\x29\xf4\x21\xe1\xad\x85\xae\x22\xd6\x1a\x60\x8c\x1a\x26\xb5\xc8\xdb\x92\x49\x6a\x5a\xd9\xd4\x8a\x53\x94\x55\x08\x95\x97\x4c\xec\x78\xb1\x04\x3a\x10\x89\x3f\xf2\x4a\x93\xda\xb2\xb2\xfc\x4f\x95\x91\xfb\x77\x1a\x57\x1c\x24\xd9\xaa\xe4\x17\x24\xa8\x2c\x84\xe4\xb9\x8e\x72\x3e\xa2\x1c\xce\x81\x5f\x99\x91\x6a\x78\x2e\x62\xc0\xbf\x72\x88\x61\xf2\x90\x5d\x67\x2a\xfe\x77\x8b\x22\x24\xa9\x60\x3b\xb6\x81\xb6\xcf\xff\x63\x09\x76\x92\xb7\x92\xef\x22\x67\xf8\xa0\xda\x95\xd2\x42\xb7\x9a\xd3\xa6\xae\x8b\x64\xb4\xe2\xf2\x51\xe4\x5c\xfd\x49\x65\xad\x92\x5b\xad\xe2\x19\x10\x34\x4b\xc0\x18\x01\xab\x90\x46\xbc\x6a\x95\x48\xa6\x89\x4a\x73\x29\xdb\x46\x8b\xba\x7a\x80\xf2\x3d\x6c\x01\x47\x86\xd6\x22\xb9\x5b\x57\x49\x2a\x1c\xaa\xe5\x21\x0e\x8d\x1e\x24\xf3\x33\xda\x6f\x39\xde\x65\x34\x34\x39\xc5\xa2\x05\x0a\x8e\xe5\xfa\xbe\x0c\x78\x30\x50\xdf\x69\xa4\x8a\x6f\x4a\xb1\xe1\x55\xce\x63\xb6\x8e\x53\xf6\x42\xf1\x07\xec\x4a\xa8\x58\x20\x2e\xb0\x7b\x06\xcc\x36\x49\x8e\x3b\x02\xab\x4b\x78\x77\xb1\x59\xda\x24\x89\x35\xb1\xe2\x51\x44\xda\xd7\x62\xec\x5e\x89\xeb\x9d\x24\xcb\xf2\xed\xd5\xee\xe5\xe2\x9f\x00\x00\x00\xff\xff\x17\xf9\x6f\x4a\xc8\x05\x00\x00") func confLicenseBsd3ClauseLicenseBytes() ([]byte, error) { return bindataRead( _confLicenseBsd3ClauseLicense, - "conf/license/BSD (3-Clause) License", + "conf/license/BSD 3-clause License", ) } @@ -507,117 +3879,337 @@ func confLicenseBsd3ClauseLicense() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/license/BSD (3-Clause) License", size: 1473, mode: os.FileMode(420), modTime: time.Unix(1398226579, 0)} + info := bindataFileInfo{name: "conf/license/BSD 3-clause License", size: 1480, mode: os.FileMode(420), modTime: time.Unix(1440548254, 0)} a := &asset{bytes: bytes, info: info} return a, nil } -var _confLicenseBsdLicense = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x94\x52\x4f\x4f\xeb\x38\x10\xbf\xfb\x53\x8c\x38\xc1\x2a\xea\xfe\xd1\x9e\x76\x4f\x6e\x32\x6d\x46\x4a\xe3\xac\xed\xb4\xf4\x18\x92\x00\x96\xda\x18\x25\x29\x88\x6f\xbf\x63\x53\x44\x79\x0f\xbd\xa7\x77\x81\xa9\x67\xe6\xf7\x6f\x92\xfa\xa7\xd7\xd1\x3d\x3c\xce\x70\xdd\xde\xc0\x5f\x7f\xfc\xf9\xb7\x90\x87\x03\xc4\xa7\x09\xc6\x7e\xea\xc7\xe7\xbe\x5b\x08\xa1\xfb\xce\x4d\xf3\xe8\xee\x4e\xb3\xf3\x03\x34\x43\x07\xa7\xa9\x07\x37\xc0\xe4\x4f\x63\xdb\xc7\x97\x3b\x37\x34\xe3\x2b\xdc\xfb\xf1\x38\x25\xf0\xe2\xe6\x47\xf0\x63\xfc\xef\x4f\xb3\x38\xfa\xce\xdd\xbb\xb6\x09\x00\x09\x34\x63\x0f\x4f\xfd\x78\x74\xf3\xdc\x77\xf0\x34\xfa\x67\xd7\x71\x31\x3f\x36\x33\xff\xe9\x19\xe4\x70\xf0\x2f\x6e\x78\x80\xd6\x0f\x9d\x0b\x4b\x53\x5c\x3a\xf6\xf3\x3f\x42\xfc\x06\x9f\x15\x4d\xe0\xef\xdf\xa5\xb4\xbe\xe3\xb1\xd3\x34\xb3\x81\xb9\x61\x89\x01\xaf\xb9\xf3\xcf\xa1\xf5\xee\x77\xf0\xb3\x6b\xfb\x84\x7b\x6e\x12\x00\x07\xc6\x0a\x10\x97\x64\x43\xf7\x8d\x12\x26\x6c\x0f\x8d\x3b\xf6\xe3\xe2\x2b\x05\xcc\x74\x91\xc0\xbb\x02\xb6\xd6\x9d\x58\xd5\x0f\x44\x30\x7f\x90\xf1\xab\x22\xe0\x6c\xad\xf3\xed\xe9\xd8\x0f\x73\x4c\x96\xb1\x78\xe7\x77\xce\xdd\x73\x6f\x84\x63\x33\xf7\xa3\x6b\x0e\xd3\x47\xc6\xf1\x30\x71\xf1\x42\x3e\x3b\xb2\x39\x19\x30\x6a\x65\x77\x52\x23\x70\x5d\x69\xb5\xa5\x0c\x33\x58\xee\xc1\xe6\x08\xa9\xaa\xf6\x9a\xd6\xb9\x85\x5c\x15\x19\x6a\x03\xb2\xcc\xf8\xb5\xb4\x9a\x96\xb5\x55\xfc\x70\x25\x0d\x6f\x5e\x89\xd0\x90\xe5\x1e\xf0\xb6\xd2\x68\x0c\x28\x0d\xb4\xa9\x0a\x62\x30\x46\xd7\xb2\xb4\x84\x26\x01\x2a\xd3\xa2\xce\xa8\x5c\x27\xc0\x00\x50\x2a\x0b\x05\x6d\xc8\xf2\x98\x55\x49\x20\x15\xdf\xaf\x81\x5a\xc1\x06\x75\x9a\xf3\x4f\xb9\xa4\x82\xec\x3e\x0a\x59\x91\x2d\x03\xd7\x8a\xc9\x24\x54\x52\x5b\x4a\xeb\x42\x6a\xa8\x6a\x5d\x29\x83\xc0\xb6\x44\x46\x26\x2d\x24\x6d\x30\x5b\x30\x3b\x33\x02\x6e\xb1\xb4\x60\x72\x59\x14\x5f\xba\x0c\xda\x3f\x79\x5c\x22\x8b\x94\xcb\x02\x45\x64\x62\x97\x19\x69\x4c\x6d\xb0\xf3\x51\xa5\x9c\x1c\xeb\x2b\x12\x30\x15\xa6\x14\x0a\xbc\x45\x36\x23\xf5\x3e\x39\x63\x1a\xfc\xaf\xe6\x21\x6e\x8a\x4c\x6e\xe4\x9a\xbd\x5d\xff\x24\x12\xbe\x49\x5a\x6b\xdc\x04\xcd\x9c\x83\xa9\x97\xc6\x92\xad\x2d\xc2\x5a\xa9\x2c\x04\x2d\x0c\xea\x2d\xa5\x68\xfe\x85\x42\x99\x98\x56\x6d\x30\x81\x4c\x5a\x19\x89\x19\x82\xa3\xe2\x36\xd7\xcb\xda\x50\x0c\x8d\x4a\x8b\x5a\xd7\x95\x25\x55\xde\xb0\xf3\x1d\xc7\xa2\x45\x2a\x79\x35\x8b\xe9\xaa\x32\x5a\xe5\x84\x94\xde\x07\xd0\x90\x41\x0c\x3f\x81\x5d\x8e\xfc\xae\x43\xa0\x31\x29\x19\x22\x30\x9c\x58\x6a\x2f\xc6\x04\xf3\x71\x80\xf6\xc2\x23\x94\xb8\x2e\x68\x8d\x65\x8a\x41\x8d\x0a\x28\x3b\x32\x78\xc3\xb7\x22\x13\x06\xe8\x8d\x76\x27\x99\xb3\x8e\x96\xc3\x8d\x58\x95\x88\xe5\xc5\x17\x9b\xc4\x4b\x02\xad\x40\x66\x5b\x0a\xb2\xcf\xc3\x7c\x7b\x43\xe7\xef\x24\x46\x96\xe6\xf0\x16\xf7\xe2\xff\x00\x00\x00\xff\xff\x1e\x39\xa0\x8b\x00\x05\x00\x00") +var _confLicenseBsd4ClauseLicense = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xac\x53\x4b\x8f\xe2\x38\x10\xbe\xf3\x2b\x4a\x73\x9a\x96\x22\x56\xfb\x38\xcd\x8e\x56\x32\x89\x01\x4b\x21\x61\x6d\xa7\x19\x8e\x21\x31\xdd\xd6\x86\x18\x39\x0e\xa8\xf7\xd7\x6f\x95\x03\x6a\xb6\x67\xa5\xbd\xcc\x21\xc4\xb8\x1e\xdf\xa3\x2a\xa9\x3b\xbf\x79\xfb\xf2\x1a\xe0\x73\xf3\x04\x5f\xdf\x4c\xed\xff\x80\xaf\xee\xda\x1b\x7c\xcf\x81\x75\x1d\xc4\xf0\x00\xde\x0c\xc6\x5f\x4c\x3b\x9f\x49\xd3\xda\x21\x78\x7b\x18\x83\x75\x3d\xd4\x7d\x0b\xe3\x60\xc0\xf6\x30\xb8\xd1\x37\x26\xde\x1c\x6c\x5f\xfb\x37\x38\x3a\x7f\x1a\x12\xb8\xda\xf0\x0a\xce\xc7\xb7\x1b\x03\x9c\x5c\x6b\x8f\xb6\xa9\xa9\x41\x02\xb5\x37\x70\x36\xfe\x64\x43\x30\x2d\x9c\xbd\xbb\xd8\x16\x0f\xe1\xb5\x0e\xf8\x63\xb0\x49\xd7\xb9\xab\xed\x5f\xa0\x71\x7d\x6b\xa9\x68\x88\x45\x27\x13\xbe\xcc\x66\x3f\xcf\xe1\xdf\x94\x06\x70\xc7\x3b\x97\xc6\xb5\x98\x37\x0e\x01\x05\x84\x1a\x39\x52\xc3\xfa\xe0\x2e\x14\xba\x6b\xef\x5d\xb0\x8d\x49\x30\x66\x07\xe8\xb0\x13\x35\x78\xc4\xea\xdb\x0f\x44\x10\xae\xe9\x6a\x7b\x32\x7e\x3e\x9b\xfd\xf2\x3d\x01\x04\x7a\x70\xe0\x4e\x00\xa5\xb5\x23\x92\xfa\xd1\x1c\xe0\xa6\xab\x75\xcd\x78\x32\x7d\xa8\xef\x83\xf9\x09\x3d\x77\x18\xf1\x70\xaa\x83\xf1\xb6\xee\x86\x77\x7f\xe3\x50\x62\xd9\x03\x75\x94\xf3\xeb\x34\xf7\xba\xbd\x18\x1f\xec\x40\x50\xef\xd5\xd4\x1e\xd3\xe8\xf2\x68\xea\x30\xe2\x5a\xd0\x60\x69\x01\x90\x6f\x24\x3f\xb8\x63\xb8\xc6\xf1\x90\x6a\x6c\x7e\xee\xea\xb7\x0f\xdc\xeb\xe6\xaf\xde\x5d\x3b\xd3\xbe\x18\xea\xf8\x05\x66\x9a\x4a\x27\x83\x02\xea\x69\xba\xb1\x35\x0f\xbd\x5a\x73\x31\x9d\x3b\x23\xed\xc3\xd4\x8b\x1e\xe7\x5f\xea\xde\xfe\x3d\xc9\x45\xe6\xbf\xcd\xa1\x30\x36\xea\xa5\x70\x5f\x9f\x6e\xac\x1e\x8d\x7e\x75\x5d\x8b\x09\xbd\x7b\x4f\x8a\x0b\x63\x71\xc9\xd1\xef\xc9\x09\xe7\x51\x2a\xb2\x3e\x18\x92\x86\xce\x3b\x30\x7d\x8b\xb7\x04\x4a\x34\x4f\x2e\x98\x3b\xdd\x01\xd9\x79\x8b\xdf\x06\x1c\x31\xf0\xc1\x84\xfb\xca\x0f\x67\xd3\xd0\xce\x63\x91\xa5\x2f\xc1\xd3\xb6\xf7\xd3\xde\x0f\xc3\xe4\xbc\x5e\x0b\x05\xaa\x5c\xea\x1d\x93\x1c\xf0\xbc\x95\xe5\xb3\xc8\x78\x06\x8b\x3d\xa4\xe5\x76\x2f\xc5\x6a\xad\x61\x5d\xe6\x19\x97\xf0\x89\x29\xcc\xf9\x04\xac\xc8\xf0\xd9\x03\xff\xb6\x95\x5c\x29\x28\x25\x88\xcd\x36\x17\x58\x86\x7d\x24\x2b\xb4\xe0\x2a\x01\x51\xa4\x79\x95\x89\x62\x95\xc0\xa2\xd2\x50\x94\x1a\x72\xb1\x11\x1a\xd3\x74\x99\x80\x5e\xf3\xff\x28\x83\x72\x09\x1b\x2e\xd3\x35\xfe\x65\x0b\x91\x0b\xbd\x8f\x78\x4b\xa1\x0b\xc2\x5a\x22\x18\x83\x2d\x93\x5a\xa4\x55\xce\x24\x6c\x2b\xb9\x2d\x15\x07\x12\x90\x09\x95\xe6\x4c\x6c\x78\x36\x47\x74\x44\x04\xfe\xcc\x0b\x0d\x6a\xcd\xf2\xfc\x7b\x3d\x0b\x8e\x84\xd8\x22\xe7\x53\x57\x54\x94\x09\xc9\x53\x4d\xd4\xdf\x4f\x29\xfa\x81\x5c\xf2\x04\xd4\x96\xa7\x82\x0e\xfc\x1b\x47\xe2\x4c\xee\x13\xd2\x9e\x96\x85\xe2\x7f\x56\x98\x84\x41\xc8\xd8\x86\xad\x50\xc7\xe7\xff\x91\x8f\x4e\xa7\x95\xe4\x1b\xe2\x87\x9a\x55\xb5\x50\x5a\xe8\x4a\x73\x58\x95\x65\x16\x4d\x55\x5c\x3e\x8b\x94\xab\xdf\x21\x2f\x55\x74\xa6\x52\x3c\x41\x04\xcd\x22\x30\xb6\x40\x5b\x30\x8c\xe7\x45\xa5\x44\x34\x48\x14\x9a\x4b\x59\x6d\xb5\x28\x8b\x27\x54\xba\x43\x0b\x90\x23\xc3\xd2\x2c\x3a\x59\x16\x51\x2a\xda\x5f\xca\x3d\x35\x25\x0f\xa2\xd1\x09\xec\xd6\x1c\xef\x25\x99\x87\xaa\xb4\x64\x64\x81\xd2\x52\xa4\xfa\x31\x0d\xf1\x74\x29\xf5\x83\x46\x28\xf8\x2a\x17\x2b\x5e\xa4\x9c\xa2\x25\x75\xd9\x09\xc5\x9f\x70\x2e\x42\x51\x82\x98\x60\x77\x0c\x31\xab\x28\x99\x16\x00\x59\x4d\xc7\x87\x3d\x4c\xe2\xd4\x40\x2c\x81\x65\xcf\x82\x68\xdf\x92\x71\xce\x4a\xdc\x76\x22\x5a\x96\xae\x6f\x76\xcf\x67\xff\x04\x00\x00\xff\xff\x1c\x11\x75\x28\x58\x06\x00\x00") -func confLicenseBsdLicenseBytes() ([]byte, error) { +func confLicenseBsd4ClauseLicenseBytes() ([]byte, error) { return bindataRead( - _confLicenseBsdLicense, - "conf/license/BSD license", + _confLicenseBsd4ClauseLicense, + "conf/license/BSD 4-clause License", ) } -func confLicenseBsdLicense() (*asset, error) { - bytes, err := confLicenseBsdLicenseBytes() +func confLicenseBsd4ClauseLicense() (*asset, error) { + bytes, err := confLicenseBsd4ClauseLicenseBytes() if err != nil { return nil, err } - info := bindataFileInfo{name: "conf/license/BSD license", size: 1280, mode: os.FileMode(420), modTime: time.Unix(1409469215, 0)} + info := bindataFileInfo{name: "conf/license/BSD 4-clause License", size: 1624, mode: os.FileMode(420), modTime: time.Unix(1440548254, 0)} a := &asset{bytes: bytes, info: info} return a, nil } -var _confLicenseCc010Universal = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xa4\x58\x5f\x6f\xeb\xc6\xf1\x7d\xdf\x4f\xb1\xf0\xcb\xcf\x06\x18\x39\xfe\x35\x08\x70\x93\xa2\x40\xe0\xe4\x02\x05\xda\x22\x68\x5a\xe4\x79\x45\xae\xa4\xbd\x26\xb9\xcc\x2e\x29\x59\xfd\xf4\x3d\x67\x66\x49\xd1\xd7\xb2\x71\xd3\x3c\x49\xfc\x37\xff\xe7\xcc\x99\x7d\x7c\xfc\xda\x3e\x6c\xbe\xb6\xff\xee\xc3\xd1\xa7\xec\x5a\x63\x7e\x19\xdd\xe8\x3b\xdf\x8f\x36\xee\xec\xcf\x53\x1a\x62\xf6\xc6\xfc\xeb\xe0\x6d\xeb\x4e\x99\x37\xbb\x98\x47\xfb\x69\x4a\x21\x37\xa1\x1e\x43\xec\xb3\x1d\x0f\x29\x4e\xfb\x43\x9c\x46\xfc\xf5\xf6\x14\x53\xdb\x58\x37\x8d\xb1\x73\x63\xa8\x5d\xdb\x9e\x6d\x1d\xfb\x9d\x4f\xc6\x3f\xd7\xed\x94\xa1\xcd\x3e\xc6\xe1\x9c\xc2\xfe\x30\x5a\xd7\x37\xf6\x9f\xbe\x85\x5e\xfc\xf2\x4e\xb6\xb7\x8d\xdf\x85\x1e\xd7\x5b\xdf\xc6\xd3\x9d\x9d\x86\xd8\x8b\xe8\x3a\x79\x37\xc6\xc4\x6f\x4c\x9e\xb6\xd9\xff\x36\x89\xad\xa7\xde\xa7\xdb\x7c\x67\x6f\xbd\xab\x0f\x22\x11\x5a\x2b\xfc\xb1\x37\xf2\xec\xe6\x8e\xa6\xe3\x32\x42\x67\xe8\x5d\x4b\x23\x9f\x70\xcf\xc0\xcc\x43\x4c\xf9\x10\x06\x7e\x76\x4f\xd9\xb6\x71\xa3\xdb\xba\xec\x55\x1c\xc4\xd8\x9b\x5f\xf1\xfa\xcd\xdd\xc6\x98\x47\x9f\x46\x17\x7a\x55\x99\xed\x29\xe4\x83\x1d\xa3\x1d\x7c\xea\x5c\x0f\x5b\xe0\x6b\xf2\x6d\xe8\x7f\x9b\xe4\xc9\x01\xf1\xb3\x49\xbd\xc2\x6b\xce\x52\x90\xdd\x41\x0d\xdc\x31\x83\x06\x98\xb6\x21\x40\x63\x0a\xdb\x69\x0c\xfd\x5e\xdf\xac\x63\xd7\x31\xba\x7c\x48\xb7\x11\xb5\xca\xd6\x53\x3b\x4e\x09\xf6\xd3\xc7\x5c\x07\x68\x0c\xbb\x50\x1b\xba\x83\xb8\xdd\x3c\xea\x47\xf0\x77\x3c\x38\x4d\xc7\x30\x6d\xdb\x50\xdb\x1a\xde\xd3\x32\xb7\x85\x89\xfc\xfa\x14\x46\x49\xd9\xce\xbb\x44\x25\xcc\x40\x32\x75\xeb\x42\x27\x4a\x43\xbf\x4b\x30\x46\xab\x61\x3b\x05\xe4\x94\x79\xa8\x50\x01\x4d\xd8\x9d\x2b\xbc\x50\x47\xd8\x9f\xf0\x9d\x65\x44\xa0\x2c\x49\x5c\x73\x05\x4d\x13\x0a\x87\x6a\x92\x6f\x42\x56\xd7\xbc\x75\xd9\xee\x92\xf7\xb4\x20\x5b\xb8\x9e\xc3\xb6\x95\x8f\x5d\x7f\x66\x54\x3a\x7b\x82\xd9\x39\x7a\xd4\xa3\x18\xb9\x93\x64\x9f\xe7\x48\x65\xd1\xda\x4e\x0d\xa3\x34\x3b\xd0\x86\x2e\xa0\x6c\x51\x8a\x12\x33\x9f\xea\x80\x00\xcd\x5f\x6c\x2c\xaa\x97\x31\xd6\x84\x75\xee\x6c\x96\x58\x7b\x46\x9a\x31\x2a\x61\x93\x4c\xa6\xd8\x45\x3e\xc1\xed\xd0\x78\x48\x62\xe5\x88\xd9\x25\xfa\x5e\x2c\x63\xfe\x76\x53\x12\xa7\xf1\x4d\x33\x49\x33\x7c\x51\xb6\xe6\x20\xb1\x0a\xa2\xdd\xa3\x9c\x4c\xf2\xc3\x54\x7c\xc0\xdd\x3d\x25\x40\xee\x12\x39\xde\x2f\x45\x13\x92\xd6\x10\x82\x36\xb8\x34\xce\xcd\x27\xf6\x22\xe6\xd2\x1a\x7e\x87\x97\x47\xc9\xa2\x64\x25\xa3\x70\x3f\xea\xe7\xfa\x06\xeb\x5c\xf3\x35\x87\x49\x4c\x84\xe3\xe1\x28\x56\xe4\xea\x45\x8d\x30\x3d\xfe\x79\xf0\xb5\xda\x68\x18\x92\xa6\x09\xfc\x0f\xef\x10\xcf\x8c\x50\xa5\xc5\x7e\xa4\x61\xf0\x7d\x96\xeb\x4a\x8b\x10\x46\xe0\x99\xcb\x39\x22\x3b\x52\xe4\x44\x1f\xca\xb7\xce\x88\x43\xb7\x7c\xef\xe6\x87\xdd\x2e\xa4\x8e\x1d\x5b\xcd\xc9\xf1\xcf\x23\x4b\x50\x0a\x1a\x97\x90\x9f\x99\x9b\x2c\xfd\xcc\xac\xd2\xcf\x05\x4f\xcc\x15\x3c\x09\x8a\x1e\x54\x53\xd9\x63\x6c\xa7\x7e\x74\x29\xa0\x0a\x7d\x0b\x97\xb4\x33\x87\x01\xd7\xb4\xa9\x68\xe5\xcb\x22\x4b\xfb\x07\x0f\x57\x75\x3c\xbf\x60\xa7\x1e\x7e\xdb\x40\x19\x40\x00\x44\x4d\x3c\x7a\xea\xe3\xa9\xf5\xcd\x5e\x3a\xfb\x00\x4b\x61\x33\x82\x6d\xde\x05\xbd\x95\x91\x73\x81\xd9\xce\xbb\x9e\xb1\xe2\x75\xe8\x11\x86\x06\xef\xb7\x7e\x0f\xa8\x46\x8e\x61\xbb\xb8\x0e\xa3\x05\x1f\x2f\x58\x83\x7c\x3f\x6c\xde\xc5\xd8\x8d\xfd\x41\x55\x75\xae\x41\x49\x1c\x5d\x68\x1d\x7b\x51\x1d\xa2\x48\x74\x0a\xf0\xd7\xa0\xb6\x47\x28\x22\x18\x13\xc6\xd7\x12\x53\x91\x08\xef\x7a\x8f\xbb\xdb\x48\xc0\x98\xe1\x8e\x60\xb4\x7a\xdb\xbc\xd4\x0f\x30\x7d\x7f\x06\x68\x9f\xa3\x89\xb6\xac\x3f\x34\x5d\x1f\x4b\xab\xfb\xc6\x8c\x51\xcb\x6a\x17\x5b\x0c\x08\x28\xfd\xce\x18\x6b\xc3\x46\x6e\xaa\x48\xa4\x11\x4d\x25\x8d\x09\x21\xae\x71\xc3\x58\xad\x52\x58\xb1\x24\x89\x38\x72\x73\x68\x1d\x00\x8d\xe8\x31\xf5\x98\x58\x78\x0c\x71\x92\x84\xe4\xfa\x4c\xbb\x0a\x74\x7f\x2f\x7a\xa0\xa8\x8b\xec\xeb\xe2\x6a\xf2\x9c\x09\x1a\xa2\x51\x4a\xb4\x4c\x19\x9d\x2e\x9c\x4c\xa5\xe9\x8a\x52\x99\x56\x45\x16\x84\x69\x89\x85\x51\x81\x79\x48\x68\xc2\xfa\x3c\x0b\x1f\x74\xe2\x2c\x73\x41\x5b\xe9\xff\x10\xa1\xce\xed\xa5\x1d\xda\xf0\xe4\x7b\x9f\x33\xc4\x35\x7e\x08\x92\x2c\x62\xea\xca\xe2\xe3\x66\x11\xa7\xf9\x94\xaa\x22\xf4\x60\x9a\x4f\xfd\xce\x85\xd2\xb5\xa3\x34\x35\x3f\x4f\x28\xb3\xd4\xac\xc6\x16\x63\x82\xa1\xfb\x89\x65\x57\x9a\xe4\x02\xbd\xb9\x00\x92\xdb\x27\x37\x1c\xec\x37\xb7\x0e\x0d\x2c\xe3\x5b\x0c\xb8\xaa\xbf\x34\x77\x72\xb5\x02\x05\x12\x91\x7d\x87\xc0\xe9\x65\x41\x33\x9d\x25\x2c\x74\xce\x65\xa8\x61\x6a\x2e\xae\x1d\x11\xbf\x65\x60\xcf\xa5\x97\x27\xd2\x80\x5c\x7a\x02\xbd\x9e\xa9\x4f\x6b\xfb\xc7\x90\xa8\x1f\x1c\xe4\xc3\xb7\xf7\x1f\xee\x7f\x7a\xa4\x68\xa2\xb9\xb5\x3f\x4d\x29\x0e\x68\x39\xfb\xb3\x4b\x98\x94\x32\xf9\x68\x81\xbe\x80\x7a\x9d\xfa\x3a\xc8\x40\x78\x78\xb0\x7f\x77\x09\x4a\x1e\x3e\x7c\xf8\xd6\x16\x76\xa2\x8d\x69\x17\x17\x75\x1c\xcc\xc6\x15\x48\x55\x23\x08\xa8\xea\x27\xaa\x24\x74\x43\x2b\x63\x56\x01\x94\xb8\xec\xe3\x8e\xe1\xbe\x0c\x3b\x7e\x40\x83\x1a\xed\x37\x38\x58\x23\xe3\xf8\x47\xe6\x56\x34\x89\xd7\xcd\xec\xde\xdd\xf7\xd2\x76\x12\x22\xc4\x48\xe1\x3e\x23\x61\xad\x4b\x95\x05\x73\x42\x95\xb5\xc2\x9e\x98\xfa\x94\x7c\xc6\x74\x6f\x56\x0d\x7c\x8d\xd6\x41\x1a\x7d\x69\xe8\x32\x21\x13\xcd\x42\xd4\x00\x39\x94\x69\xc6\xb9\x75\x56\x3f\xdf\xf1\x30\xcf\x2e\x02\xa6\xfe\x7f\x63\x7f\x75\xa4\x9f\x98\xd3\x5a\x53\x3a\xfc\x50\x96\x05\xf7\x49\xad\xc2\xa8\x00\xa4\x68\x40\x24\x08\xbd\x52\x26\x77\xe4\x50\x15\xff\x2b\xf3\xd2\xa2\xca\xce\xc3\x84\xe0\xeb\xd1\x9b\x11\x7a\xc0\xd0\x2a\xbb\x9b\x5a\xfe\xac\x58\x1b\x88\x05\x42\x70\x8c\xf5\xcc\x8f\x0c\x72\xcd\x78\xa8\x07\xb8\x77\xa2\x99\x4c\xe2\x16\x4f\x97\x09\x99\x27\x7c\xc6\x94\x66\x52\x4e\x66\x61\x56\x8a\x0e\x7d\x77\x28\x49\x90\xca\x3c\xc4\xdd\x42\xbc\x78\xb7\x76\x13\x27\x32\x87\x6c\xe9\x8c\xd3\xc1\x4b\xfa\x30\x57\x0c\x87\x8b\x4c\xd9\xa9\xd7\xbf\xb7\x97\x2a\xf1\xcf\x00\x38\x29\x17\x50\x53\x0f\x7b\x48\xb8\x26\xe1\x2c\xd7\xe4\x1b\x95\x7f\x57\xbd\x18\x3e\xb7\xe1\x4e\xe0\x03\x9f\x63\xa8\xa5\x00\xc2\x1d\xf0\xba\xe4\xff\x14\x08\xc9\xb7\x01\xaf\x14\x3e\x82\x39\xf1\x1c\xba\xa9\x33\xcd\x54\x08\x00\xca\xff\x18\x1a\x45\xc3\xb7\x6a\x64\x6d\x74\x31\x70\x0c\x9d\x37\x92\x73\xd6\x73\xbe\x13\x35\xc5\x14\xd4\x52\x2d\x81\x96\x6a\x2d\x1f\x74\x60\x96\x53\xb7\xa6\x89\xb6\x9f\xba\xad\xf0\x01\x70\xbc\x21\xcc\x2d\x77\x1b\x8e\x77\xcb\x2b\x33\xe7\xbe\x10\xcd\xf7\x39\xa5\xb9\x70\x4a\x8e\x11\x56\x90\xa2\x49\x4c\x85\x2b\x6a\x89\x2f\x44\x4a\x79\x8c\x16\x35\xa7\xdc\x52\x84\x9d\x7b\xf2\xd9\x48\x98\xe5\xe1\x12\xc1\x2d\xd0\x7b\x17\x64\x96\xcb\xfe\xd2\xf9\xe2\xc5\x9a\xbf\x83\xfc\xa0\x71\xf7\x85\x7c\x4a\xab\x98\xc6\x63\x9a\xcd\xdb\xda\xaa\xee\xc8\x12\x73\x29\xcf\x82\x13\xb9\x14\x7d\xa1\x11\x0a\xbf\x90\x29\x98\xa1\xf6\x98\x7c\x60\xce\xd9\x5d\x5b\xbf\x46\x7a\xed\x0b\xad\x44\xc0\x44\x0d\x98\x96\xff\x58\x29\x6a\x14\xd9\x4c\xf3\xd8\xa7\x33\x76\xc7\x64\x18\x6c\x05\x1d\xc1\x45\xc6\x8b\xa0\x33\x4a\x31\x68\xe1\x51\x38\x40\x3f\x4d\x83\x42\x0c\x1e\x7b\xf4\x7d\xff\x29\x9e\x67\xaf\x16\x2a\x56\x46\xeb\x1c\x8d\x2c\xed\xef\x81\x2b\xae\x70\x93\x95\xff\xa0\xaa\xb0\x33\xdb\x6b\xdb\x2c\x30\xe7\x4f\x1b\x5c\x88\x98\xbf\x85\x1a\xe5\xe6\xed\x47\x38\xbe\x75\xf5\xd3\xc6\xfe\x82\xf4\xb7\x8a\x5e\x42\xaf\x67\x13\x2e\x19\xe3\x23\xd4\x30\xe9\x2c\xe8\xd1\xa7\x09\x34\xaf\x70\x32\x89\x2e\x40\x35\x08\x44\x83\x10\x08\x45\xe3\xa4\x29\xa0\xff\x19\x3c\x41\x70\xbf\x92\x5e\xe2\x8f\xd8\xd3\x7a\x9f\x8e\x7e\x4e\xf4\xdc\x63\xaf\x21\x71\x74\x4f\x4c\x25\x92\x8a\x29\x5d\xd7\x18\x50\xa3\xf9\xd2\x40\xd8\xbf\xf6\x0b\x8b\x7f\x4d\xb6\x17\xab\x40\x5f\x73\xb4\xc5\xcf\xcf\x11\x15\xd3\xbe\x57\x02\xad\x9b\xb7\x78\x8c\xf7\x66\xbe\x6f\x53\x3c\xbb\x76\x3c\x7f\xc5\xfd\xa9\x32\x3d\x73\x4e\x4a\xb5\xc3\xb6\x80\x38\x54\x96\x77\xb2\x24\x83\x0b\xc3\x72\x6b\x39\x28\x58\xe3\xb2\x7f\x8d\xcb\xb6\x2d\x19\xa4\x05\xcf\x6c\x53\xfc\xbf\x86\xc0\xd7\x29\xa6\xf9\x83\xa0\x67\x67\xd0\x33\x7f\x00\xf4\xec\x6b\xd0\x33\xff\x13\xe8\xd9\xb7\x40\xcf\xfc\x5e\xd0\xb3\x6f\x83\x9e\x79\x07\xf4\x4a\x3b\x11\xf5\x78\x64\x34\x77\xd7\x52\xd7\x8d\x47\x11\x36\xf6\xd2\x17\x2e\x9b\xd2\x60\x0d\x39\xb6\xac\x84\x68\x6d\x09\xe0\xcb\xae\x5e\xaf\x65\x6f\x75\xa9\x99\x15\xbe\x6a\x53\xfb\x3b\xda\xf4\x15\x8b\x10\x88\xa4\x1a\x1e\x2b\x94\x2f\xc9\xd5\x5f\x7e\x4c\x02\x6e\x17\x04\x35\xe5\x3d\x57\x96\xc5\xe4\x3b\x70\xed\xe6\x82\xea\xc5\xd4\xaa\xac\x76\xaa\xa4\x76\xab\xea\x2d\x2d\x66\x9c\x5c\xe7\xcf\xf7\xdf\x53\x28\x58\xcd\xca\x5d\x4a\x5f\x40\x77\xbd\x73\x16\xcd\xc8\xdd\x97\x6f\x9f\xf8\x52\x8a\x1d\xec\x04\x89\x57\xea\xf9\x39\x51\x31\xd7\x88\x8a\x6e\xbf\x64\x92\xab\x1d\x41\xb7\x6e\xc8\xf7\x41\xa6\x81\x38\xa9\xdc\x2d\x01\xd3\xe3\x17\xe3\x95\x31\xdf\x6c\x10\xb7\xcb\xc6\x41\x13\x7e\x0c\x59\x0c\xd2\x43\x0e\x6c\x06\x1b\xfb\x8f\x48\x8c\x69\xe0\xb7\xfa\x32\x38\x81\xb4\xc2\x6a\x0f\xbe\x7d\x59\x58\xdc\x2d\x85\xdb\x35\x0b\xb7\xc3\x5f\xd9\x75\x0a\xb5\xe3\x93\x82\x33\x52\x32\x32\xd5\x4e\x12\xee\x19\xef\x64\x3a\x21\xe8\x4d\xac\x27\xda\x2d\xb6\x6c\x57\xc3\x3f\xe2\xcd\x94\x57\x1b\x7e\xfe\x2a\x94\x43\x17\xd2\x02\x64\x52\xd6\x55\xe0\xfe\x42\x92\xa1\xe9\xe4\x12\x01\x16\x4d\x0d\x71\x72\x82\x79\xb6\x00\xfc\x86\xf1\xab\x7d\xea\xe7\x2d\x4a\x63\x5c\xa2\x57\x09\xdd\x0e\xb4\x3a\x43\xd6\x04\x28\x3b\xbf\x30\xfb\xe5\x66\x71\xa5\xfb\x2f\x6a\xa5\x5c\xc3\x48\x58\x26\x1e\x1c\x70\xd7\x6d\x43\x1b\xc8\xf2\x41\x59\xca\xd6\x29\xfd\xa6\x2d\x52\x4f\x60\x29\x33\x2e\x28\x96\xaf\x0f\x12\xf5\xd0\x0b\x16\xbb\x2d\x3c\xad\xfd\x7c\xf0\x28\x18\x47\x1f\xa5\x44\x1a\xcf\xb0\x12\xc8\x6a\x20\x20\x76\xe1\xe5\xb3\x12\x21\x5e\xae\x24\x00\xb0\x85\xe1\xcc\x34\x99\x07\x12\xe8\x41\x4b\x72\x51\x93\xf4\xeb\x60\x11\x70\x7f\x67\xc9\x28\xc7\x91\xd7\x86\xb5\xe4\xb3\x5e\xe5\xb3\x29\x75\x97\xad\x2e\x4e\xf8\x54\xc2\x22\xb1\xa8\x5b\xef\xd6\x47\x21\xf3\x39\x5c\x19\x8b\x0c\x99\x74\x33\x8f\x58\xf4\xe0\x69\xd5\x2b\xb6\x80\x17\x97\xde\x79\x15\x7c\x9f\xa1\x5a\x05\xc2\xf9\x5c\xe0\x4b\xfb\x7c\x63\x3f\xea\xf9\xe5\x65\x51\x2a\x21\x7b\xd3\xb1\xb8\x9d\x8f\x22\x64\xf0\x78\x72\x4b\x76\x31\x4f\x00\x11\xc6\x5c\x2d\x81\x54\x2f\x97\x63\xc6\xe5\xa0\x04\x14\x0f\xfd\xb4\x20\x74\xd9\xec\x17\x93\x18\xe6\x66\x15\x66\xc9\x05\xaa\xb8\x6f\xca\xc2\x54\x2f\x67\x6b\x05\x11\x1f\xcb\x69\xeb\x72\x86\x1b\xb2\xc0\xa2\xe3\x22\x8e\x8a\x2c\xb1\x5d\xf5\xa6\x08\x3a\x38\xe9\xb9\x66\x52\x20\x8f\x60\x20\x7b\xf7\x06\x86\x05\xba\x22\xa7\x6c\xe9\x8a\xc1\x3c\x58\xed\x62\xe2\x31\x36\x8f\x76\x0a\x01\xc6\xbe\x4b\x9c\xcb\xde\x9b\x3f\x1f\xc6\x71\xf8\xee\xfe\x7e\x3e\x17\x2e\x07\xfb\x9b\x98\xf6\xf7\x4a\x67\x9b\x48\x8c\xbe\xff\x8f\x4f\xf1\xfe\x61\xf3\xf5\xfd\x5f\xfe\x1b\x00\x00\xff\xff\xdd\x85\x36\x58\x9a\x19\x00\x00") +var _confLicenseCreativeCommonsCc010Universal = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xec\x59\x5d\x6f\xdb\x38\x16\x7d\xcf\xaf\x20\xf2\xb2\x09\xa0\xba\xd3\xdd\xc1\x00\xdd\x79\x72\x6d\xa7\x35\x26\xb1\x0b\xdb\x69\x30\x8f\xb4\x44\xdb\x6c\x24\x51\x43\x4a\x76\xfc\xef\xf7\xdc\x7b\x29\x59\xf9\x68\x26\x0b\xf4\x71\x80\x02\xb1\x28\xf1\x7e\xdf\x73\x0f\xd9\x91\x37\xba\xb6\x7b\xa3\x46\xae\x28\x5c\x19\xd4\x68\xf4\x8b\xfa\x30\xf8\x45\xdd\x96\x58\xf5\x41\xe7\x67\xa3\xc5\x64\xb8\x9a\x7e\x9b\xa8\xd1\xfc\xe6\x66\x3e\x5b\xe2\xef\xe2\xeb\x7c\x81\xb5\xf9\x4c\x4d\x97\x6a\x36\x5f\xa9\xa1\xba\x1e\xde\xa9\xab\xe9\xe2\x46\x0d\x67\x63\x35\x9e\x4f\x64\xfd\xeb\x62\xfe\x6d\x3a\x9e\xa8\xeb\xc9\xe7\xe1\xb5\x5a\x4e\x16\xdf\xa6\xa3\xc9\x72\xa0\xc6\xd3\xe5\x6a\x31\xfd\x74\xcb\x32\xe6\x57\x6a\xf5\x05\x82\xc6\xf3\xd1\xed\xcd\x64\xb6\x3a\x6d\x67\xd5\x13\x88\x54\xc3\xd5\x6a\xbe\x98\x4d\xfe\x7c\x37\xba\x9e\xd2\x27\x8b\xc9\x35\x1b\xb0\xfc\x32\xfd\x3a\x50\xcf\x4c\x8c\x7a\x97\x22\x78\x3a\xbb\x9a\x2f\x6e\xc4\x60\xfc\x83\xb8\xf3\xe1\xf2\xdd\x74\x79\xae\x3e\x0d\x97\xd3\xe5\x0b\xfb\x6f\x86\x7f\xb0\x09\xea\x6e\xb8\x58\x0c\x67\xab\x29\x9e\x16\xf0\x61\x31\x9e\xce\x3e\x43\xe8\x44\xdd\x2e\x27\xcf\x0d\x9f\x2f\xf8\xdd\x23\x7d\x0b\x75\x37\x5f\xfc\xd1\x99\x34\x56\x5f\x26\x8b\xc9\xed\x6c\x3c\x59\x24\x12\xab\xe9\x72\x74\x3d\x9c\xde\x2c\xd5\xf5\x74\xf8\x69\x7a\x3d\x5d\xfd\xa9\xb0\x5d\x8d\x87\x37\xc3\xcf\xac\x76\x79\x7b\xbd\x22\xb5\x57\x8b\xf9\xcd\xcf\xd2\x3d\x38\x5b\xd6\xba\x36\x85\x29\x6b\xe5\x36\xea\x6b\xe3\x2b\x17\xcc\xd9\xd9\x6a\x67\x54\xae\x0f\x81\x16\x0b\x17\x6a\xf5\xbd\xf1\x36\x64\x36\xad\x2d\x55\x47\xbd\xf3\xae\xd9\xee\x5c\x53\xe3\xa7\x51\x07\xe7\xf3\x4c\xe9\xa6\x76\x05\xaa\x28\xd5\x79\x7e\x54\xa9\x2b\x37\xc6\x2b\xf3\x90\xe6\x4d\x90\xca\xaa\x8e\xde\x6e\x77\xb5\xd2\x65\xa6\x16\x26\x87\x5e\xfc\xa5\x95\xa0\x2e\x32\xb3\xb1\x25\x9e\xd7\x26\x77\x87\x4b\xd5\x54\xae\x64\xd1\x29\x15\xa6\xf3\xbc\x27\x34\xeb\x60\xfe\x6a\xd8\xd6\x43\x69\xfc\x45\xb8\x54\x17\x46\xa7\x3b\x7e\x0b\xad\x09\x7e\xa8\x73\x7e\x77\x7e\x49\xa6\xe3\xd1\x41\xa7\x2d\x75\x4e\x46\xde\xf3\x5a\x53\xef\x9c\x0f\x3b\x5b\xd1\xb6\xf7\x24\x5b\x65\xba\xd6\x6b\x1d\x8c\x88\x83\x18\x75\x7e\x87\xcf\xcf\x2f\x07\x67\x67\x23\xe3\x6b\x6d\x4b\x51\x19\xd4\xc1\x86\x9d\xaa\x9d\xaa\x8c\x2f\x74\x09\x5b\xe0\xab\x37\xb9\x2d\xff\x6a\xf8\xcd\x0e\xf1\x53\x5e\xbc\xc2\x67\x5a\x91\x20\xb5\x81\x1a\x72\xa7\x92\x00\x93\x1d\x08\x50\xed\xed\xba\xa9\x6d\xb9\x95\x2f\xd3\xd8\x7b\xf4\x32\xf6\x63\xa2\xd2\x26\xaf\x1b\x0f\xfb\x39\x02\xa9\x85\x46\xbb\xb1\x29\xbb\x83\xb8\x9d\xc7\x86\x85\xbf\xf5\x4e\xd7\x51\xc9\x3a\xc7\x17\x29\xbc\x27\xcb\xf4\x1a\x26\xd2\xee\x83\xad\x39\x65\x1b\xa3\x3d\x29\xa1\x0c\x78\x95\xe6\xda\x16\xac\xd4\x96\x1b\x0f\x63\xa4\x1a\xd6\x8d\x45\x4e\x29\x0f\x09\x2a\x20\xb3\x9b\x63\x82\x0f\x52\x07\xfb\x3d\xf6\x29\x8a\x08\x94\x79\x31\x24\x81\xa6\x06\x7e\x91\x1a\x6f\x32\x1b\xc4\x35\x2c\x04\xb5\xf1\xc6\x90\x05\x41\xc1\xf5\x60\xd7\x39\x6f\xd6\xe5\x91\xa2\x52\xa8\x03\xcc\x0e\xce\x00\x65\x78\xf7\x86\x93\x7d\x6c\x23\x15\x58\x6b\xde\x64\x14\xa5\xd6\x81\xdc\x16\x16\x65\x8b\x52\xe4\x98\x19\x9f\x5a\x04\xa8\xdd\x31\x50\xa8\x5e\x8a\xb1\x24\xac\xd0\xc7\x53\xac\x0d\x45\x9a\x62\xd4\xe2\x1c\x65\xd2\xbb\xc2\xd1\x1b\x2c\xdb\xcc\x40\x12\x55\x09\x9b\x1d\xa3\x2f\x7e\xd1\xfb\x4d\xe3\xd9\x69\xec\xc9\x1a\x6e\x86\xff\x23\x5b\x89\xa2\x2a\x70\x6a\x4b\xe5\xe4\x4d\xd5\x44\x1f\xb0\xba\x25\x09\x90\xdb\x45\x8e\xd6\x63\xd1\x58\x2f\x35\x84\x4d\x95\xf6\x75\xdb\x7c\x6c\x4f\x1b\x73\xb3\xc1\xc7\x35\x67\x91\xb3\x12\x50\xb8\x57\xb2\x5d\xbe\xa0\x3a\x97\x7c\xb5\x61\xe2\x7d\x70\xdc\xee\xd9\x8a\x90\x3c\xaa\x11\x4a\x81\x79\xa8\x4c\xda\xda\x88\x90\x64\x99\xa5\xdf\xf0\x0e\xf1\x0c\x08\x95\xef\xec\x47\x1a\x2a\x53\x06\x7e\x4e\xa4\x08\x61\x04\xde\xe9\x10\x1c\xb2\xc3\x45\x4e\x33\x85\xe4\xb7\x4d\x71\x41\xdf\x9d\x0f\x37\x1b\xeb\x0b\xea\xd8\xa4\x4d\x8e\x79\xa8\xa9\x04\xb9\xa0\xf1\x08\xf9\x81\x72\x13\xb8\x9f\x29\xab\x64\xce\xab\x78\x62\x05\x3d\x48\x4d\xa2\xf6\x2e\x6f\xca\x5a\x7b\x8b\x2a\x34\x39\x5c\x92\xce\xac\x2a\x3c\x93\x4d\x51\x2b\xdb\x44\xb2\xa4\x7f\xf0\xb2\x57\xc7\xdd\x07\x4d\x09\xbf\x95\x25\x19\x40\x00\x44\x8d\x3d\xba\x2f\xdd\x21\x37\xd9\x96\x3b\x7b\x07\x4b\x61\x33\x05\xfb\xad\x46\x76\x05\x56\x18\x5d\x52\xac\xe8\xd9\x96\x08\x43\x86\xef\x73\xb3\x45\xd0\x91\x63\xd8\xce\xae\xc3\x68\xc6\xc7\x13\xd6\x20\xdf\x1f\x06\xaf\xaa\x1b\x60\x3a\xb3\xaa\x42\x67\x28\x89\xbd\xb6\xb9\xa6\x5e\x14\x87\x48\x24\x75\xca\xda\x50\x6d\xd7\x50\x44\x60\x4c\x9d\xd3\x97\xe8\xa3\x44\x78\x57\x1a\xac\xae\x1d\x01\x46\x0b\x77\x04\x46\x3f\xd6\x0f\x30\xfd\xbb\x70\x50\x9f\xa3\x89\xd6\x54\x7f\x68\xba\xd2\xc5\x56\xc7\x37\xb5\x93\xb2\xda\xb8\x1c\x03\x02\x4a\xff\x7b\x76\x66\x07\xbc\x24\x02\x91\x44\xb4\x14\xb7\x25\x44\xe8\x4c\x57\x75\xd2\x4b\x60\x42\x05\x49\x78\xc3\x8b\x55\xae\x01\x67\x84\x1d\x4d\x89\x79\x45\xaf\x39\x01\x5e\x97\x81\x6c\x8a\x15\xfa\x3b\x74\x40\x49\xe1\xa8\xa3\xa3\x93\xde\xd0\x34\x90\xe0\xd4\x5c\x9c\x71\xbe\xc8\x5c\xa1\x99\x14\xdb\x2d\x2a\xe4\x39\xc5\x92\x20\x4a\x4a\xcb\xd6\x02\xc8\x95\x47\xf3\xa5\xc7\x56\x74\x25\x93\xa6\x9b\x07\xd2\x42\xff\x42\x64\x0a\xbd\xe5\x36\xc8\xed\xbd\x29\x4d\x08\x2a\x33\x95\xe5\x14\x11\x92\x76\xb6\xee\x07\x9d\x28\xc9\x21\x57\x12\xc1\x0d\x26\x78\x53\x6e\xb4\x8d\x9d\x5a\x73\x23\x2b\x86\xa1\xad\xf6\x59\x6f\x54\x25\x34\x66\xbf\x53\xa1\xc5\xb6\x38\x81\x6d\x88\x10\xa4\xb7\x5e\x57\x3b\xf5\xeb\x85\x46\xcb\xf2\xc0\x86\xf2\x17\x75\xc7\x66\xf6\x3a\x15\x60\x40\xe8\x83\x29\x10\x2e\x79\x3c\x4d\x8c\x46\x66\x22\xcd\xe1\x47\x2e\xed\x11\xb3\x6e\x38\xb7\x65\x16\x1a\x1a\xf9\x21\xd6\x3f\xfa\x3a\x90\x2e\xa9\xe3\xb1\xf5\xa4\x1b\x7c\xe3\xe3\x6f\xef\x3f\xbe\x9f\x8c\x48\x2c\x99\x31\x69\xbc\xab\xd0\x5c\xea\xab\xf6\x98\x89\x3c\xe3\x48\x77\x7c\x3d\x72\x4d\x99\x5a\x86\xfe\x0f\x1f\xd4\x8d\xf6\x50\xf1\xe1\xe3\xc7\xdf\x54\xe4\x21\xd2\x82\xad\x6b\x02\x88\xad\x61\x11\x3a\xc5\x00\x02\x4e\xf1\x0f\xdf\xdb\xa2\xca\x79\x9c\x0a\x50\x12\xfe\x1a\xb7\xe9\x8f\x34\xfa\x9c\x8c\xc9\xa4\xab\xe0\x5a\x8a\xfc\xe2\x17\xb1\xee\xa8\x87\xfd\xcd\x5a\xc7\x2e\x7f\x27\x6d\x14\x1a\xc4\x46\x20\x3d\x20\x45\xb9\xf6\x89\x02\x3b\x42\x45\xe5\xcc\x90\x28\xd5\xde\x9b\x80\x09\x9e\xf5\x9a\xf4\x45\xea\x46\x5e\x64\xe4\x2a\x81\x22\x1a\x82\x70\x01\xf4\x8f\xe7\x15\x4d\xa6\xa3\x78\xf8\x8a\x6f\xa1\x75\x0e\x40\xf4\xef\x81\xba\xd3\x74\x6c\xc0\x24\x96\x1a\x92\xf1\x86\x22\x8c\xc8\x4e\xe4\xc9\xd6\x02\x31\xd2\xef\xd4\xeb\xb6\x94\x41\xad\xf7\x34\x36\xd9\xf7\xe4\x89\x45\xe0\xca\x71\x5c\x10\xbc\x1a\xf4\xa0\x83\x1e\x70\xb0\x04\xa3\x39\xa7\x3f\x3d\x5e\x86\x38\x23\x00\x7b\x97\x76\x0c\x08\x39\xa6\x68\x88\x07\x58\x3b\x90\x99\x94\xbe\x35\xde\x76\x33\x30\x34\xd8\x46\xc9\x0c\x44\x2a\x29\x03\xad\x52\xf4\xe2\xab\x10\xc6\x41\x8a\x13\x0f\xab\x91\x5a\xd1\x6a\xaa\x1b\x9a\xb9\x34\x46\x63\x2f\x1c\x76\x86\x93\x87\xc9\xc1\xe3\x83\xe7\x68\x53\xca\xcf\x8b\x53\x85\x98\x07\x80\x18\x97\x0a\xc8\xa7\x81\x3d\x44\xa9\x1a\x66\x25\xaf\xc8\xbf\x4c\x1e\x8d\x97\x0b\x7b\xc9\x7d\x85\xed\x18\x5b\xde\x82\x52\x5b\x7c\xce\xd9\x3f\x58\x02\xdd\x0b\x8b\x4f\x5a\x9a\x5a\xe8\x07\x5b\x34\x85\xca\x9a\x38\xe2\x51\xf8\x7b\x9b\x09\xea\xfd\xa8\x46\xfa\x46\x47\x03\x6b\x5b\xc4\x69\x4e\xb5\x1c\x2e\x59\x4d\x34\x05\xb5\x94\x72\xa0\xb9\x56\xe3\x86\x02\xdc\x11\x7a\xfb\x44\xb0\x6c\x8a\xb5\x4c\x7c\xcc\x22\xdb\x36\xdb\x85\xdd\x5f\x3e\xe5\x8a\x3d\x2a\xf9\x66\xd6\x48\xa3\x82\x2a\x48\x30\xc4\xf9\xc8\x06\xa5\xc4\x3b\xaa\x24\x4c\x45\x8a\x9a\xe6\x58\x57\x84\x85\xbe\x37\x41\xc2\xcc\x2f\xbb\x08\xae\x81\xd3\x1b\xcb\xd3\x9a\x4f\x28\x85\x69\xbd\xe8\x31\x74\xd0\x1b\xb4\xed\x36\xd2\x4b\x69\x95\xcc\x60\x62\xb5\xe7\xb1\x5e\xdd\x11\x0f\x0c\xb1\x3c\x23\x46\x84\x58\xf4\x91\x28\x08\xe0\x42\x26\xe3\x45\xb4\x27\xec\x28\xe7\xd4\x5d\x98\xec\x3d\x64\x97\xbe\x90\x4a\x04\x48\xa4\x00\x66\xfe\x8d\x43\x43\x8a\x22\x6b\x89\x1c\xf5\x69\x8b\xd6\x31\xd8\x02\x39\x82\x87\x58\x22\xc8\xa9\xb9\x18\xa4\xf0\x48\x38\x60\xde\x37\x95\x00\x0c\x5e\x1b\xf4\x7d\xf9\xdd\x1d\x5b\xaf\xba\xaa\x8c\x23\xb4\x8d\x46\xe0\xf6\x37\xc0\x15\x1d\xd9\x47\xcf\x7f\x90\x51\x4f\x93\xef\xa5\xf3\x2a\x30\xe7\x3f\x03\x3c\xb0\x98\x6b\x9b\xa2\xdc\x8c\xba\x82\xe3\x6b\x9d\xde\x0f\xd4\x12\xe9\xcf\x05\xbd\x98\x40\xb7\x26\x9c\x32\x46\xaf\x50\xc3\x44\x58\x11\xa6\xef\x0d\x88\x5c\x64\x5d\x1c\x5d\x40\xaa\x65\x78\xc6\xe0\x67\x12\x46\xf3\x25\xc2\xfd\x13\x78\x82\xe0\xb2\x2f\x5d\xe2\xcf\xac\x0a\x4c\xdc\xef\x4d\x97\xe8\xb6\xc7\x9e\x41\x62\xad\xef\x29\x95\x48\x2a\x66\x72\x9a\x62\x30\xd5\x6f\x0e\x84\x9a\x96\x1d\x4f\x7f\x4e\xa7\x3b\xab\x40\x50\x83\x6b\xfd\x7c\x8a\xa8\x98\xee\xa5\x50\x64\x39\x5b\xb3\xc7\xf8\xae\x65\xf4\xca\xbb\xa3\xce\xeb\xe3\x3b\x3a\x21\x25\xa8\xad\x52\x88\x13\x8e\xfb\x14\x07\x59\x09\x9c\x0c\x3a\x12\x74\x4b\xdd\x55\x40\x1f\x97\xcd\x73\x5c\x56\x79\xcc\x20\x59\xf0\x40\x6d\x8a\xdf\x6f\x45\xe0\x7f\x40\xef\x27\x83\x5e\x6c\x27\x42\x3d\xba\x14\x6a\xbb\xab\xab\xeb\xcc\xa0\x08\x33\x75\xea\x0b\x1d\xda\x06\xcb\x88\x49\xf3\xa1\x0f\x6b\x1c\xc0\xc7\x5d\xdd\x3f\x78\xfd\xb0\x4b\x5b\x85\x3f\xb7\x4d\x19\x22\x49\x0d\x5d\x1c\xc4\x9d\xc4\xca\x1f\x6f\x66\xaa\x7d\x42\xd0\xf8\x9d\x8e\xc7\x41\x6f\x0a\x30\xeb\xec\x84\xea\xd1\xd4\x24\x1e\xde\x44\x49\xaa\x7b\xd5\xdb\xb6\x98\xe6\xe7\xf0\xf4\x84\x7b\xb0\x51\x13\x55\x6e\x57\xfa\x0c\xba\x8f\x4e\x95\xa2\x99\x8f\xd4\x6f\xed\x05\xec\xe4\x62\x07\x3b\x41\xe2\x85\x76\xbe\x89\xa8\xc8\xf9\x96\x78\x64\xef\x4c\x20\x07\x05\xc8\x37\x96\xa7\x01\x3b\x29\xdc\xcd\x1f\xe9\xa3\xb7\x03\xf7\xaf\x03\xc4\xed\x74\xc2\x20\x13\xc6\x36\xb0\x41\x72\x8d\xa1\x07\x6a\xe6\x08\x61\x32\x78\x2d\x9e\x54\x9a\x01\x2d\x32\xda\x9d\xc9\x1f\x97\x15\x9d\x1d\x99\xd9\x65\x1d\xb3\xa3\x9f\x1d\xad\xa3\x87\x88\x31\x5c\x2e\x3c\xd1\x0e\x1c\xea\x16\xeb\x78\x32\x21\xe0\x99\x4b\x1b\xb2\x19\x76\xac\x7b\x63\xdf\xe1\x3b\x1f\x7a\xa7\xf7\xf0\xce\xc6\x0b\x15\x26\x04\xa5\x1c\x46\x81\xf8\x1d\x3d\x86\x9e\x83\xf6\x04\xad\x36\x86\x17\x29\x00\xd0\x67\x14\xb7\xd4\xf8\xb2\x3d\x2f\x49\x6c\x63\xd4\x12\xa6\xd9\x96\xcd\x87\xa4\x06\x10\x76\x7c\x64\xf2\xdf\xf4\xfc\x63\x95\x38\xf6\x11\x18\x13\x0a\xec\xb0\xaa\xd7\x36\xb7\xc4\xed\x41\x54\xb8\xd4\xb9\xc7\xa4\x2d\xd2\x06\xcc\xa4\xc5\x02\xc1\xef\xfe\xf5\xa0\x5c\x65\xc1\x5a\xbd\x86\x8f\xa9\x69\xaf\x13\x05\xd7\x84\x22\x64\x86\x82\x49\xd0\x95\x02\xf3\x70\xce\xed\x36\xc5\xc8\x30\xa3\x38\xed\x07\x44\x33\xa7\x69\x89\x31\x5d\x32\xa0\x17\x40\x26\x52\x22\xf9\x32\x48\x18\xcc\x5f\x39\x54\xc4\x0b\xc6\x97\xba\x1e\x39\x4c\x7b\x39\xcc\x62\x95\x05\x25\x87\x24\x6c\xe4\x70\x70\x14\xd2\xdc\xe8\xfe\xd5\x46\x7b\xaf\x16\x87\x60\xec\x5c\xba\x30\x91\x6b\xa4\xfe\x15\x52\x04\x2a\x3a\xd2\xbe\x70\xe0\x7b\x21\x49\x0c\x79\xed\x59\xff\xad\x1d\x3d\x50\x57\x72\x17\x99\xbc\xd1\x25\xb7\x6e\x2f\x17\x78\xc0\x18\xe2\x90\xd4\xad\x74\x97\x87\xf0\x85\xa4\x0b\x60\x2c\x57\x71\xb8\xbb\xf6\x00\x91\x43\xe7\x74\x38\x1c\x4f\xec\x9d\x39\x67\x67\x59\x2f\xb8\x1c\x7f\x54\x6c\x99\xc5\x43\x51\xda\xdd\x90\xc5\xd8\x3d\xfb\x1f\x27\x1b\x38\xdd\x52\x7f\x31\xa2\xbd\x0e\x64\x31\x3b\xcd\xbd\x95\x35\x02\xd5\x0e\x1c\x63\xab\x7f\x80\x52\x56\xfe\x13\x8b\x0e\x55\x4f\x4d\xfd\x5f\x00\x00\x00\xff\xff\x93\x28\x3d\xff\xee\x1a\x00\x00") -func confLicenseCc010UniversalBytes() ([]byte, error) { +func confLicenseCreativeCommonsCc010UniversalBytes() ([]byte, error) { return bindataRead( - _confLicenseCc010Universal, - "conf/license/CC0 1.0 Universal", + _confLicenseCreativeCommonsCc010Universal, + "conf/license/Creative Commons CC0 1.0 Universal", ) } -func confLicenseCc010Universal() (*asset, error) { - bytes, err := confLicenseCc010UniversalBytes() +func confLicenseCreativeCommonsCc010Universal() (*asset, error) { + bytes, err := confLicenseCreativeCommonsCc010UniversalBytes() if err != nil { return nil, err } - info := bindataFileInfo{name: "conf/license/CC0 1.0 Universal", size: 6554, mode: os.FileMode(420), modTime: time.Unix(1409469215, 0)} + info := bindataFileInfo{name: "conf/license/Creative Commons CC0 1.0 Universal", size: 6894, mode: os.FileMode(420), modTime: time.Unix(1440749298, 0)} a := &asset{bytes: bytes, info: info} return a, nil } -var _confLicenseEclipsePublicLicenseV10 = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xc4\x5a\x5b\x93\xda\xb8\xb6\x7e\xd7\xaf\x50\xe5\x65\xba\xab\x08\xe7\xec\x7d\x6e\x55\x99\x27\x86\x76\xd2\xae\x43\x43\x6f\x4c\x27\x93\x47\x61\x44\xa3\x89\x2f\x6c\xcb\x34\xe1\xdf\x9f\x6f\x2d\x49\xb6\x6c\x48\x66\x6a\xbf\x9c\xa9\x9a\x0a\xd0\xd2\xd2\xba\x7e\xeb\x22\x25\x79\x61\x8e\x56\xcb\xe7\xd3\xb6\x30\xb9\x5c\x98\x5c\x57\xf8\xfa\x5e\xbe\xc9\xbf\x4d\xff\x5d\x88\xcd\x63\x22\x67\xf3\xf9\xea\xe9\x79\xb6\xfc\x9a\x2e\x3f\xc9\xe7\xf5\xea\xd3\x7a\xf6\x24\xd3\x8c\x3e\x7e\x4e\x1f\x92\x07\xf9\xb2\x7c\x48\xd6\x92\x96\x6e\x92\xf5\x53\x26\x57\x1f\xf1\x05\x0b\x92\xf9\x22\x7d\xce\x12\xf9\xfc\xf2\xdb\x22\x9d\x0b\xfc\x9f\x2c\xf1\xf5\xee\xdd\xec\xd3\x3a\x49\x9e\x92\xe5\xe6\xdd\xfd\x54\x82\xb0\x7c\xc9\x92\x89\x5c\x27\xa0\xf8\xf0\x32\xdf\xa4\xab\xa5\x5c\xad\xe5\x43\x9a\x6d\xd6\xe9\x6f\x2f\xee\xfb\x47\x3e\xc0\x1f\x2f\xe6\xab\x65\xb6\x49\x37\x2f\x9b\x24\xc3\xbe\x79\xfa\x9c\x82\xda\x2f\x19\xf1\x9a\x3c\x6f\x66\xcb\x79\xd2\x71\xd1\x1d\x36\x15\xe2\x6f\x53\xf9\x90\x7c\x4c\x97\x29\xd1\xcc\x84\x78\x37\xaf\xab\xb6\x31\xdb\x53\x6b\xea\xea\x9d\x2c\xb5\xaa\xec\x07\x21\xd4\xbd\x34\x95\x6c\x0f\x5a\xe6\x0a\xda\xa8\xf7\xfc\xd9\x54\xa6\x35\xaa\x90\xdd\x9e\xba\x99\x0c\xfe\x90\xd7\x3b\x2d\x55\xb5\x93\xbb\x3a\x3f\x95\xba\x6a\x15\x91\x15\x52\xca\x9d\xb1\x6e\x8b\xde\xc9\x53\xb5\xd3\x0d\xf6\x19\x2b\x67\xaf\x8d\xd6\xb4\x70\x42\xdb\xc4\xf6\xea\x58\xad\xf2\x83\xb4\xa7\xad\xd5\xff\x3c\x61\x59\x7c\xf4\x07\xa2\x2b\xcd\xbd\xcc\x0f\xaa\x7a\xd5\x56\xb6\x35\x6f\x7d\x6e\xea\xd7\x46\x95\x8e\x22\xad\xc0\x12\xb5\xdb\x19\x62\x65\xbc\xe8\x57\x41\x2b\xce\x07\xdd\x68\x9c\x82\xa3\x02\x2d\xec\xfd\xb7\xba\xf9\xe1\x3e\x59\x37\xe6\xd5\x54\xaa\xd5\x72\xdf\xd4\x25\xcb\xac\x1a\x3d\x96\x74\x7b\xc1\x26\xd5\xca\xa3\x6a\x5a\x93\x9f\x0a\xd5\xc4\x02\xc0\xf2\x32\x56\xbf\xfc\xa5\xa3\x6a\x7f\x21\x52\x8e\x74\xbc\x45\x9a\xbd\x34\xad\x3c\x2b\x4b\xac\xe1\x84\x11\x5b\x38\x90\xc5\x88\xb6\xb0\x0a\x5a\xab\x8b\xbd\x24\x81\xaa\x4b\x5d\xc1\x46\x79\x6b\xaa\x57\x89\x33\xc7\xcb\x7f\xb1\x72\xab\x0f\xaa\xd8\x4f\x07\xbc\x59\x98\x54\x56\x75\xcb\xd4\xaa\xbc\x38\x91\xa1\x7f\xa4\x9c\xf3\xc1\xe4\x87\x0f\xf2\x8e\x14\x4f\x8a\xd5\x90\x9f\x54\x55\xd6\xbb\x53\x01\xe5\xd6\x7b\x22\x63\xeb\x7d\x7b\xa6\xbf\xc7\x1a\x83\xf9\xf3\xba\xfa\xe3\x54\xe5\xac\x91\xb3\x69\x0f\x03\xd2\xc1\x77\xb4\x69\x64\x7d\x66\xd7\x2a\x7c\xc8\xaa\x81\x2f\xe1\x74\x7f\x3c\xb8\x96\xd8\x64\xde\xe0\x8c\x6f\x5a\x9e\xeb\xe6\x9b\x0d\x1e\xed\xc9\x4e\xe3\x40\xa8\x1b\x1f\x07\xa4\x2c\x79\xd4\x8d\x05\x23\x50\x1d\x28\x9b\xd6\x1b\xb4\x67\xd9\x8e\xe9\x78\x04\xd9\xc9\x67\x88\x5c\xb5\xd6\x11\x83\x0b\xd0\x37\x99\x17\xca\x94\xd6\xf3\xac\xb6\x85\x26\x93\x0d\x4d\xcc\xda\x63\x6f\xaa\x74\xae\xad\x55\x8d\x29\x2e\x50\xcc\xbe\x81\xc9\x82\x53\x69\x79\xa2\x00\x69\xa4\x55\x05\x07\x0a\x4c\x3c\x74\x26\x55\x90\xa1\x99\x9e\xae\x44\x5e\x97\x5b\x53\x61\xf7\x58\xa3\xc4\xb2\xff\x18\xc4\xa6\xbf\x8e\x6c\x3f\xb4\x90\xca\xf3\xba\xd9\xa9\x2a\xd7\x81\x9c\xb1\xa2\x0b\x65\xa2\xb8\xd6\xb9\x39\x1a\x7c\x89\x54\x49\xec\x9c\x0f\xb5\x6c\x20\x15\x0c\x61\x6f\xda\x75\x80\x09\xc2\x79\x1a\x79\xaa\x2a\x06\xb0\x63\x71\xc8\xdf\xa7\x12\x48\xb8\xdc\x10\xce\xad\xd3\x4f\x8f\x9b\x0c\xde\x00\xe0\xca\x4e\xdb\x3f\x74\xde\x06\xa7\x6c\x75\x53\x7a\x7b\x0f\x01\x87\xa1\x25\x56\x3c\xa1\x00\x94\x0b\x7e\x60\x36\x06\x17\xd9\xc9\x01\x1b\x55\x75\xf5\x5e\x7f\x07\x43\x16\xdc\x4f\xc8\x8f\x8a\xdd\xd9\xec\xf0\xb1\xa9\x2f\xaa\x68\x2f\xef\xf7\xa0\x0d\xf7\x3d\x5e\x10\xc6\x87\xb6\x73\xcc\xb6\x76\xc4\x1a\x7d\x6c\x10\x01\x39\x76\x1c\x1b\x8a\x09\x7d\xcb\x2f\xf1\x47\x4e\x45\xb0\x39\xd4\x7e\x2c\xd4\xa5\xff\xc5\xd1\x81\x4b\xee\xeb\x06\x00\xd7\x9b\x85\x3d\xde\xf2\x2a\x77\xe4\xc8\x84\x24\xff\x38\xd2\x27\x8e\x1a\x10\x05\xc6\x99\x78\x0a\x58\x32\xe6\x69\x42\x26\xb7\xf5\xa9\xc9\x75\x0f\xf0\xb5\xd3\x31\x7f\x27\x66\xa6\x20\xb6\xfd\x7f\xd7\xbd\x0f\xb2\xa0\x05\x76\x2a\x47\x6c\x1c\x95\xc4\x61\xa9\xbe\x81\x00\xe2\x68\x02\x88\x2a\x8a\x09\x18\xdd\x93\x13\xd6\xfe\xab\x29\x8f\x75\xd3\x3a\x71\x21\x4d\x73\x36\x56\x3b\x6a\x2d\xd8\xb4\x7b\x07\x44\x7f\xae\xe7\x4e\xc5\xd7\x7a\x74\xe4\xae\x94\x29\x37\xa4\xaf\x91\x34\xf6\x40\x41\xa0\x8e\x47\x78\x86\xd7\xaf\x8b\x6a\xe5\x4f\xf6\xbc\x8d\x59\x22\xfe\xe3\x50\x33\x70\x31\x40\x18\xdb\xc7\x94\x37\x7c\xc5\x78\x03\xb8\x0c\xe3\xe1\x66\x20\x10\x8b\x18\xe0\x3f\x60\xe9\x80\x46\xae\xa0\x57\xcb\x0b\x1d\xb1\x98\x55\x70\xbf\x25\xe6\xdf\x60\xf4\xee\x80\xb1\x85\x48\x09\x63\x8b\x3a\x52\x4e\x11\x04\xeb\x9d\x32\x08\xa9\xd9\x46\xf1\x39\xd6\x43\x69\xc8\x57\x63\x26\xa7\x8e\xdc\xb2\x96\x07\xd5\xec\x38\x15\x21\xb4\x60\x7c\x68\x20\x9c\xb8\x63\xcf\x64\x47\xa2\xe5\xf9\x7d\xe4\x96\xfc\xab\x6d\xa1\x5f\xeb\xb2\x02\x1c\xf1\x50\x9f\x5e\x0f\xd7\xee\xed\xfc\x9a\x39\xf0\x84\xbd\x8e\xc1\xfb\x18\xb9\xa1\x35\xdd\x92\x1f\x00\x59\xe9\x70\x53\x4d\x20\xac\x54\xd6\x9e\x1a\xc2\x5c\xcb\x59\x0d\x50\xf2\x66\xbc\x7d\x20\xbd\xa3\x16\x1f\xc9\x1c\xc5\x76\xdf\xd5\xd8\x4a\x5a\x0b\xa9\x84\xff\xea\x15\x8c\x0d\xac\x3f\x8f\x09\x55\x8b\x08\x80\x4f\x9e\x50\xd4\xe1\x24\xa8\x05\x99\x8f\x51\x8d\xc3\xb9\x57\xb7\x4b\x8a\x53\x99\xa8\xeb\xaa\x83\x6b\x21\x9f\xf0\x68\x47\x61\xd4\xd6\x14\x9c\x43\xeb\x48\x8d\x90\x34\xa4\xc5\x6d\x43\xea\x6b\xbd\x4c\x31\x47\x3e\xf9\x6e\x15\x99\x84\x7c\xd4\xcb\x50\x32\xf3\xfb\x3f\xe1\xd8\x13\xe9\xa2\x18\x95\x17\x58\xa2\x4a\xc3\xbb\x30\x18\xd2\xdf\x75\x93\x1b\x4b\xc9\x86\xf4\xe2\xb7\x52\xf0\x04\x8b\x39\x2b\x6a\x1f\xb4\x9d\x5f\x78\x34\xeb\x05\xf2\x58\x46\x06\x2b\x29\x06\x6a\x64\xe8\x46\xdb\x23\x4c\x6b\x7a\x05\x58\x9d\x9f\x1a\xef\xd1\xbd\x3e\x7f\x2a\x47\xa5\x35\x2c\x1e\xf0\x64\x2a\x3f\x52\x55\xf2\x5d\x95\xc7\x42\xbb\x1f\x03\x02\x98\x66\xc7\x35\xe7\x65\x8c\x21\x70\xec\x06\x95\xb4\x69\x5c\xe9\x88\x38\xaa\xcf\x11\xe7\xf8\xa9\xcf\x29\x3d\x9c\x74\x15\x35\x4a\x4f\x50\xe8\xd6\xff\x62\x6f\xc8\xa5\x72\xa6\xef\xfc\x6f\x10\xb7\x5b\x0d\x53\x47\xe5\x5e\x50\x75\x57\x89\xc0\x61\xee\xaf\x3c\x89\xd3\xa6\xb6\x0e\xb4\xd9\xa7\x5d\xc8\x7c\xab\xea\x73\xa1\x77\x70\x63\x70\x75\x50\x84\x35\xfb\xbd\xc9\x89\xaf\x80\x38\x21\x11\x7b\xf5\x01\x7e\xc7\xb1\xd6\x63\x33\xa8\xb2\x79\x3d\xae\xfa\xad\x8e\x52\x87\xc0\x5d\x5c\x72\x97\x12\xa7\x34\xd4\x23\xff\x31\x45\x23\xf6\x8f\x97\x74\xcd\xbd\x16\x7a\xab\xd9\x40\x8c\x52\x5d\xd0\x5d\xd4\x35\x17\x04\x71\xea\x1e\x60\x73\x75\x95\x0c\x7c\x16\x23\xce\x51\xf0\xde\xaa\x76\x3b\x28\x20\xf5\x7c\x10\xae\x0a\x32\x44\x02\x9e\x61\xe0\x81\x5d\xcd\xe7\xf2\x31\xf9\x74\xe7\xfa\x37\xd2\xf3\xaf\x3e\x33\x51\x37\xd6\xda\xeb\x13\x5d\xe3\xc5\xad\x97\x46\xc6\xcc\xa9\x54\x70\xd5\x8a\x0f\x63\x04\x94\xeb\x21\x18\x2b\x46\x95\x1b\xff\x00\xb0\x25\x65\x9b\x00\x83\x2e\x08\x62\xb6\x10\x55\xdf\xc9\xee\x8e\x5d\xc3\x92\x90\xeb\x77\x15\x61\x4f\xa2\x8b\x6f\x67\xf5\x81\x60\xa6\x2d\x5c\xc1\x42\x15\x44\x0c\x1a\x93\x98\xee\x5f\x23\x56\x02\x20\xd0\x1e\xb6\x01\xc5\x88\xc0\xde\xb4\x15\x31\x49\x20\xa6\xe2\x3e\xef\x78\x6a\x8e\xb0\xf5\xaf\x1e\x50\x47\xba\xe2\x5a\x66\xa7\xff\x8a\xaa\x7a\xd4\xdc\xc7\xac\xed\x54\xa9\xd0\xa8\xc6\x1a\xd9\x21\xec\xf2\x96\x7e\x09\x9f\xec\x11\xa1\xaa\x0a\x5e\x04\x0f\x01\xeb\x45\x5f\x75\x78\x01\x7d\x67\x4d\xed\x7b\x47\xd3\xe5\x77\x98\xbe\xb6\x2d\xb9\x17\xa4\xb4\x4e\x12\x43\x92\x20\xe7\xb9\xc6\x87\x72\x1e\xf5\x48\xe4\x80\x36\xca\xb8\x3b\xc3\x95\x14\xf7\xaf\x43\xdf\x0a\x5d\xb2\xfb\x8f\x0b\xae\xa8\x4f\x8e\xe3\xc5\xf5\x2f\xce\x74\xc3\x8c\xe0\xa0\xed\xd7\x5e\x12\xf3\x36\xe4\x29\x2e\xb2\xf6\x75\x33\x8c\x30\x68\xf5\x4d\x99\x82\x7b\x2f\x66\xb0\xaf\x51\x46\x29\xd4\xbb\x48\x45\x51\xd8\x85\x01\xce\x38\x00\x33\x11\xc2\xf5\xb6\x55\x0c\x29\xdc\x12\x01\xa6\x14\x1a\x45\x22\xdb\x13\x2b\x55\x55\x81\x5f\xd7\x3f\xb6\x07\xce\x6e\x58\x5a\xea\x9d\x39\x95\x32\x3f\xd9\xb6\x2e\x5d\x7b\x77\xa2\xbc\x46\xbc\x76\x5d\x31\x5c\x84\x67\x11\x40\x96\x2f\xe8\xe0\xc6\x42\x94\x8a\x2a\xc8\x4e\x92\x51\x69\x49\x2c\x47\x48\x50\xe2\x24\x2a\xb9\x46\x9b\x6e\x35\x5d\x51\xf0\x2b\xc6\xc1\x6b\x7c\xe8\xc8\xf9\xc2\xca\x37\x95\x9c\x05\xfb\x1d\x03\x5c\x1f\x2a\xd6\x32\x18\x92\x59\x1b\x5d\xa2\x0a\xe4\xc1\x44\x01\x70\x62\x1b\xf7\xb8\x8d\x15\x86\xea\x1d\x78\x29\xa9\x3a\x64\x5e\x3a\xcd\x54\xa3\x26\xf6\x2a\x6d\x30\x93\xec\xf4\x66\x7f\x09\x13\x10\xe5\x6a\xb0\x30\x67\xa1\xaa\xe7\xba\x75\x46\xdf\xb9\x17\xa1\x60\x57\xc1\x88\xec\x59\x9d\x91\x2f\x2e\x77\xda\x78\x36\xd5\xe5\x45\xee\x2e\xba\xa3\x71\xa0\x18\x1e\x78\x5d\x88\x8a\xff\x9c\xca\xf9\xea\xe9\x29\x59\xcf\xd3\xd9\x62\x30\xf8\x13\x62\x5e\x97\x04\x3d\x1c\xa1\x21\x6d\x90\x12\xa9\xd7\x08\xde\x42\x0a\x45\x5b\xae\x8f\x80\x7d\x94\x0c\xe4\x98\x83\xd4\x1c\xd2\x80\xa0\x5f\x7d\x87\xa6\xe1\xdd\xf0\xbb\x06\x01\xbf\x45\x63\xc5\x38\x46\xa1\x05\x69\x6d\xd7\x35\x14\xe6\x1b\xca\xa5\x2f\x07\x53\x68\xe7\x06\x7d\x29\x21\xa8\x58\xa9\xfc\x14\x6a\xaf\x72\x3a\x47\xf9\x84\x96\xf7\x3c\x9f\xfa\x01\x62\x57\x48\x8c\x3a\x0a\x9a\x0b\xf8\x66\x7f\x34\x17\x60\x0b\x44\xc4\x5c\x07\xdd\x3a\xe4\x20\xd0\xb3\xa8\xb8\x0b\x1a\x38\x42\x17\xb1\xbd\x84\x47\xa2\x50\xf4\xe6\x30\x1d\x78\x3b\xd6\xad\x07\xbb\x01\xae\x7a\x60\x19\x4c\x18\xa8\xff\x68\xb8\x64\x21\x87\x18\xcf\xe1\xfe\x15\x66\x1d\xb0\x8a\x98\xce\xdd\xbb\xc8\xba\xf1\x08\xea\xbe\x2b\x23\x29\xec\xd8\xa3\x76\x7a\x4f\x26\x73\xa0\xb4\xd3\x65\x05\xef\x12\x1a\x4d\xd4\xe5\x9a\x7d\x10\x4e\xfd\x1a\xca\x6f\x43\xca\xea\x15\xfe\x61\x1d\x76\x03\xe2\x51\xda\x4e\x84\xc7\x7e\x9f\x85\x2d\x7c\xf8\x2e\xaf\xb9\x12\x75\x19\xeb\xdd\x82\x17\xd2\xee\xc6\x55\xc9\x0c\x9e\x2e\xe3\x4f\x64\xa1\xce\xf6\x64\x5c\xc1\x2c\x1c\x37\x85\x7e\xa5\x74\x93\xbb\xfc\x19\x97\xf6\x83\x0a\x35\x30\x43\x8a\x8c\x58\x1e\x68\xc9\xb7\xbb\xfa\xbb\x9b\xa1\x29\x46\x4b\xdf\x37\xe2\x00\xcb\xed\x4b\x69\xac\x0d\xa9\xda\xf7\xe0\x41\xb3\x62\x68\x3a\x02\x94\x4a\x47\x13\x46\x62\xbc\x2f\x4b\xfb\x96\xf6\x07\x86\x15\x63\xc3\xba\x5e\xb5\xde\x16\xe6\xd5\x77\x9e\xa1\x40\xb4\xfe\x18\x37\x3d\x1d\x36\xac\x4e\x77\xc0\x06\xe9\x74\x8b\x88\x2d\x94\xab\x8a\xdd\x02\xe5\xda\x00\x46\x47\x68\x93\x87\x6f\x37\xda\x03\x11\xd7\x35\x53\x28\x11\x3b\x76\x6e\x90\xf1\x4f\xac\x83\x97\x50\x26\x93\x3f\xf0\x07\x06\xca\x0f\x34\xf1\x07\xbd\xf2\xd8\x16\x8c\xcc\x1e\xb8\xe4\x6d\xef\x24\xf1\xce\x8d\x71\x33\x64\xaf\x6d\x96\xa6\x1b\xe3\xbb\xce\xe2\x27\x14\xc0\x1c\xc1\x7a\x53\x17\x13\xef\x73\x24\x0c\x85\x68\xa8\x56\xc5\x0f\xcf\x76\xf8\xc1\xe1\x60\x5d\x89\x40\xda\x62\xed\x41\x36\x54\xe9\x28\xfa\x48\x17\xa2\xd2\xaf\x10\xc5\x99\xc4\xd9\xe8\x87\x4a\x50\x17\x5f\xbd\x19\x6a\x99\xd8\xe2\xd5\x25\x92\x4c\xaa\xb6\xab\xc1\x51\x99\xd2\xc9\x80\xed\x41\x07\x36\x44\x88\x92\x53\x58\x3c\x7b\xf8\x13\x98\x10\x3d\x4c\x3c\x7b\xff\xfa\x9d\x98\x1e\xd5\x45\x86\x31\xa7\xe2\xd3\x6e\xe9\x07\x0e\xb0\x17\xbe\x9a\xba\xad\x79\xda\x4d\xb3\x2f\x1b\x26\x89\x3c\xc9\x0d\x91\xcc\x29\x0a\x8c\x58\x11\x15\xc5\x41\xb7\xb0\x5a\xc7\x1b\x59\x81\xba\x99\x6b\x22\x6c\x92\x68\x37\xd5\x7c\xa3\x88\x1c\x5d\x39\x8c\xda\x48\xae\xfd\xa6\xf2\xa5\xaf\x4f\x7c\x1c\x4d\x7e\xe6\x18\x67\xce\x04\x07\xf5\xa6\x23\xb4\x0c\x1c\x45\x28\xe3\xc6\x0a\x83\x7a\x24\x92\xef\x2f\x0a\xe5\x8b\x43\x6a\xba\x73\x14\x5e\x6d\xe8\xab\x6d\x54\xa7\x8e\xfc\xfd\xa8\x5c\x11\xdb\x41\xad\xe5\xb2\xd1\x9e\x8a\xf6\xa7\x72\x71\x25\x43\x9b\x1d\x6b\x7e\x3b\xbc\xef\xbf\xa6\x72\xb9\x92\x5f\x66\x6b\x1a\x83\x7f\x45\x0d\xf4\x3b\xdd\xfd\xc9\x59\x26\x93\xdf\x9f\xd7\x49\x96\x2d\xbe\xca\x2c\xd9\xc8\x8f\xab\xf5\xe6\x51\xa6\xcb\xd1\x75\xe0\x24\xbe\x50\x1c\xdc\x67\xae\x96\x72\xb6\x14\xef\x40\x28\xcd\xde\xc9\xdf\x66\x59\x9a\x4d\xe4\x97\x74\xf3\xb8\x7a\xd9\x84\xf3\xd2\x24\xa3\x3b\xca\xf9\x6a\xf9\xe0\x2e\x13\x69\x0e\x4f\x57\x99\xff\x9b\x2e\x1f\x26\x32\xc1\xea\x64\x1d\x18\xc1\x4a\x91\x3e\x3d\x2f\x52\x10\x4f\x97\xf3\xc5\xcb\x43\xba\xfc\xd4\x93\x5c\xa4\x4f\xe9\x66\x46\x54\x26\x4c\xe2\x67\x47\x6c\xd2\xcd\x22\x99\x88\xe5\x6a\xf9\x3e\x5d\x7e\x5c\x83\x8e\x17\x86\x8a\xa7\x47\xec\x9a\xfd\x96\x2e\xd2\xcd\x57\xda\xf9\x31\xdd\x2c\xe9\x74\x28\x40\xce\xe4\xf3\x6c\xbd\x49\xe7\x2f\x8b\xd9\x5a\x3e\xbf\xac\x9f\x57\x59\xe2\xe6\x56\xa2\x1f\x80\x18\x37\xae\x29\x2e\xbd\x47\x16\xae\x87\xd8\x69\x6a\x9e\x4d\x15\x86\x16\x40\x72\xc0\x6f\x63\x68\xbe\x42\x85\x13\x60\x90\x6a\xa8\x57\xc1\xd7\x9f\x3f\x18\x71\x38\xac\xf2\x73\x21\x6a\xee\x90\x4a\xbf\x91\x23\xd8\x3a\x37\xec\x80\x21\x1d\x09\x3f\x8e\xe2\xd2\xc9\xcf\x2f\x6e\x95\xeb\x32\x6e\x00\x71\x20\x67\x99\xc2\x94\xa6\xf3\x66\x2d\xfc\x21\x5d\x62\x07\xc5\xa3\xe7\x47\x37\x4d\x4d\xf5\x9f\x1b\x15\xf4\x37\x3a\x94\xa7\x4c\xce\x4d\x02\x65\xf6\x89\x77\x3a\xba\xca\x80\x2e\xa8\x66\x20\x2a\x3b\xd5\xaa\x49\xa0\xc5\x49\x98\x62\xe0\xd8\xb7\xd7\xa7\xca\x37\x1b\x2e\xac\x6b\x37\xdf\x6a\x9a\xd3\x31\x8c\xac\x1d\xe8\x33\x3e\x0b\xf1\xdf\x53\xaa\x7c\xe7\x8b\x59\x0a\x5b\x92\xad\x17\xa9\x37\xe6\xbf\xe0\xdb\x4b\xef\x81\xdd\xe5\x38\x62\x65\x4d\xde\x45\x57\xe7\xae\xba\x5e\xad\x33\x99\x3d\xce\x16\x0b\xf9\x38\xfb\x9c\xb0\xe7\x75\x27\x3a\x9f\xc1\x2f\x0f\x29\x28\x80\x1e\xbc\xba\xfb\x34\x47\x94\xc0\xd1\x16\x13\x91\x3d\x27\x54\xb1\xc3\xdf\x7f\x4f\xe0\xdf\xb3\xf5\xd7\x89\x77\xd9\x2c\xf9\xc7\x0b\x16\x71\x39\x3f\x7b\x9a\x7d\x82\x2f\xdf\x75\xae\x7f\xc3\xf3\xc5\x62\x95\x6d\x28\x04\xe1\xb4\xd9\xfd\x44\x3e\xae\xbe\x24\x9f\xc1\xff\x7c\xf6\x92\x21\x6a\x66\x4b\x1f\x96\x5f\x29\x6a\x57\xeb\xaf\x03\xfd\x20\x94\x1e\x13\x16\x37\x5d\x3a\xf9\x66\xc4\x29\x75\x11\xf3\x4d\xbc\x0c\xbc\x41\xec\x4d\xcc\xca\x32\xf9\xb4\x48\x3f\x25\xfc\x62\x00\x5a\x27\x2a\x5f\xd2\x2c\xb9\x17\xb3\x75\x9a\xd1\x82\x74\xe9\x83\x12\x67\xbe\x6c\xc2\x43\x04\x70\xf5\x27\x6f\x14\xf8\xb0\xc7\x04\xa6\xa3\xb6\x26\x4b\x02\x40\xb8\xcb\x3a\x77\x79\x07\xc9\x70\x5e\xc2\x0f\x28\xa0\xc4\xcf\xc9\x52\xa6\x58\xf5\xf0\x39\x25\xa1\x03\xbd\x55\x96\xa5\xde\x11\xf0\x53\xf6\x32\x7f\x0c\x3a\x85\xd7\xfc\xcf\x54\x82\xfb\x64\x3d\x5b\x08\x91\xee\x87\x03\x89\x1b\xcd\xab\xa1\xe2\xec\x0d\x65\xd1\x8e\xfc\xf1\x54\x69\xea\xef\x73\xdd\x37\xc4\x62\xe8\xfc\x3c\xf5\x8c\xae\x1c\x78\x8a\xc3\x41\xcd\x44\xbc\x5f\x77\x54\xbc\xa7\xef\x5d\xe4\xe9\x52\x19\x8e\x5a\x5f\x50\xfe\xf0\x42\x8c\x93\x8b\xa1\xeb\x83\x56\xee\x91\x4e\x28\x7d\xb8\xd2\xd9\xd7\xb9\x82\xab\x13\x9a\x3e\xa0\x2d\x68\x6b\x3f\xa3\xe9\x05\x75\x1c\x6e\x69\xd2\x4c\x89\xab\x7f\x1a\x40\x98\x55\x9e\x4a\x5f\x3c\x77\x77\xca\x97\x70\x03\x36\x26\xe4\x54\x43\xfc\x44\x9a\x99\xb2\x6a\x23\x9c\x44\x2e\x35\x2d\x5f\x7f\x77\x13\xe6\xd6\x17\xbf\x83\xf6\xc2\xcf\xed\xef\xa2\x9b\x5c\x91\x37\xc0\x8f\xf7\xae\xaa\xa2\xd9\x7f\x7d\x22\x50\x70\xdf\xb9\x36\xf2\xcd\xc4\xbd\x2b\x7b\x1d\x86\x8e\x2e\x33\x5c\x3f\x2f\xee\xdc\x20\x8d\x96\x0c\x2e\x7e\x46\xf5\x3b\x63\x9a\xcb\xc9\x5d\xc7\x4c\x97\x8e\xfe\xda\xe7\xbe\xab\xa0\xdd\x8d\xd5\x60\xc2\xed\xe4\xbb\xb3\xf7\x13\x57\x39\x5d\x2d\xf0\xe8\x1c\x2e\x07\x1c\x4a\x67\xbe\xee\xff\xfb\x1d\x8a\x61\x67\x1b\x97\x3f\xa8\xb8\x54\x1d\x83\x3b\xfa\xca\x14\x23\xfd\xc1\x33\xf6\x68\xb7\x77\x50\xfa\x0c\xfb\x6e\x9c\x75\x33\x13\x8c\x4f\x71\x4f\x45\xf6\xc0\x5f\xea\x1e\x05\x43\xfc\xc5\xc3\x7b\xd5\x0d\x69\x4a\x2c\x6d\xa8\xe2\xf0\xae\xd9\xfc\x74\x34\xec\x1f\xf7\x68\x2b\xb8\xa7\x3e\x85\x67\x33\x74\x0a\x7d\x19\x4d\xc2\xa8\x8c\x32\xf5\xce\x4d\x62\x4b\x08\xbe\xa7\x21\xcf\x56\x83\x17\x76\x05\x67\x88\xbd\x2b\x0e\xab\xba\xea\xd3\x10\x55\xb1\x9c\x21\xff\xaa\xf4\x9d\xdc\x93\x28\x9d\xf7\xbd\x33\xdc\xd8\xba\x37\x13\xc3\xfc\x7c\xdd\xeb\xd1\x4d\x42\x4d\x5e\x6c\x45\x34\xed\x39\x36\x14\x8d\x0c\x0a\x53\xf9\x58\x9f\xa9\xed\x9e\x0c\x98\x8b\xbb\xbf\x5b\x1c\x8a\xd0\xa7\x8c\xaf\x93\x28\xc0\x7b\x96\xe3\x1e\x30\x66\xcb\x59\x97\x5a\x26\x53\x9d\xb4\x70\xb7\xf5\xcd\x1b\x9a\x73\x1a\x7e\xd1\x10\x80\xc6\xa5\x86\x6b\x7a\x64\x7f\x9f\xfe\x79\x1c\x37\x90\x98\x2f\x37\x78\xce\x7d\x0d\x42\x54\x3f\x98\x4a\x74\xdd\xa3\x7a\xab\x0d\xf5\x9c\x34\x25\xc6\x7e\x5d\xe5\xae\x29\x1c\x80\x69\x37\xae\xd3\x0e\x35\xa8\x93\xaa\x2b\xa8\x6c\xab\x45\x59\xef\x5c\xab\xe5\xc7\x75\xfb\x9a\xda\x42\x92\xce\x0d\x69\x5c\x4f\xd6\x93\xcb\x5a\x0d\x97\xd8\x51\xf1\xa5\x9b\xf0\x44\xc4\xcd\x02\xe1\xc1\xfc\x0a\xc2\xc2\x51\xf4\x59\x42\x60\xd7\xec\x47\xc8\xd2\x68\x3f\x85\xbe\xbf\xe1\xb8\x6e\x16\xcd\xf7\xdd\xb5\xa0\x7f\xa7\x74\xf1\xcb\x4f\x64\x18\x17\x80\x30\xd5\x48\xb8\xc0\xcd\x41\x0d\x19\x91\x2c\xd6\x65\xfc\xec\x85\x65\x09\xcf\x09\x3f\x02\xd4\x76\x5d\x38\xc7\x6f\xe4\xae\xe8\xf3\x46\x71\x63\x23\xcf\xf4\xac\x35\xaf\x8e\xb1\x5b\x57\x88\x50\x52\x98\x69\xf6\x8e\x16\xf8\x26\x0b\x4a\x02\x52\x0e\xc5\xee\x15\xd6\xe0\xca\x36\xd2\x65\x08\x84\x9e\xc1\xb3\x29\x0a\x81\x94\xf2\x0a\x2f\xa3\xc0\x26\x27\x82\xa2\x4f\x30\x02\xe9\x3b\xec\xab\x4e\xe5\x36\xd8\x32\xb8\x6b\x6f\x16\x31\xb8\xdb\xbe\x77\x52\x15\x67\x75\xa1\x87\x66\x83\x97\x45\x76\xf8\x78\x64\xc8\x56\xaf\x68\x1f\x5d\xfe\x6e\xdf\x3d\x86\xf3\x6f\x8a\x76\x3c\xfd\x08\x0f\x13\x26\x1e\x6f\xd4\x0d\x29\xc5\xc0\x87\xbd\x67\xd1\x05\xd3\x78\x28\xa0\x0b\xcf\xd2\xed\x1b\x3b\x11\xf9\xdf\xd5\x45\xfe\x7d\xff\x5c\x2d\x66\x01\xaa\xff\xce\x93\x5a\x30\xee\x2f\xb9\x8a\x8b\xe0\x0b\x0c\x8e\x14\x9f\x3b\x2c\x92\x87\xba\xe7\x98\xe2\x2c\xa2\xb6\x35\xbd\x7d\x89\xa1\xc2\x3f\xa4\xaa\xea\xe8\xa6\xbb\x83\x17\xaf\xc6\xdb\x37\xca\xfe\x12\x3f\x96\xf6\xf6\x13\xac\xf3\x41\xbb\x8b\xfe\xc0\xe8\x84\xf0\x8a\xef\xcd\x72\xe5\xb4\xac\x6d\x5b\x1f\x8f\xba\xe8\x1e\x11\xf8\x2b\x76\xee\x6f\xc2\xcd\x2b\xe9\x3c\x38\x07\xe5\x8e\x8e\x5e\x07\x83\x37\x61\x9d\x12\x84\x47\x03\xca\x87\x9b\xab\x5a\xee\x95\x5e\x91\x54\xfd\x38\x90\x6a\x87\xe0\xc9\x19\x8f\xa3\xf1\x65\x09\xe5\x7f\xad\x9b\x6f\x61\xaa\x2d\x6e\x2b\x25\xde\xfb\x52\x71\x0b\x95\xb9\x6b\x25\xfc\x38\x43\x6b\x0e\x91\x19\x36\xdc\xe4\x92\x15\x1c\x43\x00\x07\x8c\xdc\xf2\x5c\x5a\x0d\xe6\x9f\xb7\x85\x2b\x6b\x77\x4f\x5e\x31\x0e\x5d\xb4\x42\xed\xc9\x1e\xeb\x5e\xc0\xfa\xc1\xb9\xa7\xa0\x50\x35\x69\x1f\xb5\xee\xfc\xb3\x62\xeb\x93\xdb\x79\x3d\x73\xc4\xff\x71\xa2\xe2\x8e\x73\x3a\xc0\xdc\x4d\xc6\x68\xc6\x40\x5c\xf5\x55\xc6\xf4\xff\x02\x00\x00\xff\xff\xd5\xd5\xb9\x97\xf9\x2c\x00\x00") +var _confLicenseCreativeCommonsZeroV10Universal = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xec\x59\x5d\x6f\xdb\x38\x16\x7d\xcf\xaf\x20\xf2\xb2\x09\xa0\xba\xd3\xdd\xc1\x00\xdd\x79\x72\x6d\xa7\x35\x26\xb1\x0b\xdb\x69\x30\x8f\xb4\x44\xdb\x6c\x24\x51\x43\x4a\x76\xfc\xef\xf7\xdc\x7b\x29\x59\xf9\x68\x26\x0b\xf4\x71\x80\x02\xb1\x28\xf1\x7e\xdf\x73\x0f\xd9\x91\x37\xba\xb6\x7b\xa3\x46\xae\x28\x5c\x19\xd4\x68\xf4\x8b\xfa\x30\xf8\x45\xdd\x96\x58\xf5\x41\xe7\x67\xa3\xc5\x64\xb8\x9a\x7e\x9b\xa8\xd1\xfc\xe6\x66\x3e\x5b\xe2\xef\xe2\xeb\x7c\x81\xb5\xf9\x4c\x4d\x97\x6a\x36\x5f\xa9\xa1\xba\x1e\xde\xa9\xab\xe9\xe2\x46\x0d\x67\x63\x35\x9e\x4f\x64\xfd\xeb\x62\xfe\x6d\x3a\x9e\xa8\xeb\xc9\xe7\xe1\xb5\x5a\x4e\x16\xdf\xa6\xa3\xc9\x72\xa0\xc6\xd3\xe5\x6a\x31\xfd\x74\xcb\x32\xe6\x57\x6a\xf5\x05\x82\xc6\xf3\xd1\xed\xcd\x64\xb6\x3a\x6d\x67\xd5\x13\x88\x54\xc3\xd5\x6a\xbe\x98\x4d\xfe\x7c\x37\xba\x9e\xd2\x27\x8b\xc9\x35\x1b\xb0\xfc\x32\xfd\x3a\x50\xcf\x4c\x8c\x7a\x97\x22\x78\x3a\xbb\x9a\x2f\x6e\xc4\x60\xfc\x83\xb8\xf3\xe1\xf2\xdd\x74\x79\xae\x3e\x0d\x97\xd3\xe5\x0b\xfb\x6f\x86\x7f\xb0\x09\xea\x6e\xb8\x58\x0c\x67\xab\x29\x9e\x16\xf0\x61\x31\x9e\xce\x3e\x43\xe8\x44\xdd\x2e\x27\xcf\x0d\x9f\x2f\xf8\xdd\x23\x7d\x0b\x75\x37\x5f\xfc\xd1\x99\x34\x56\x5f\x26\x8b\xc9\xed\x6c\x3c\x59\x24\x12\xab\xe9\x72\x74\x3d\x9c\xde\x2c\xd5\xf5\x74\xf8\x69\x7a\x3d\x5d\xfd\xa9\xb0\x5d\x8d\x87\x37\xc3\xcf\xac\x76\x79\x7b\xbd\x22\xb5\x57\x8b\xf9\xcd\xcf\xd2\x3d\x38\x5b\xd6\xba\x36\x85\x29\x6b\xe5\x36\xea\x6b\xe3\x2b\x17\xcc\xd9\xd9\x6a\x67\x54\xae\x0f\x81\x16\x0b\x17\x6a\xf5\xbd\xf1\x36\x64\x36\xad\x2d\x55\x47\xbd\xf3\xae\xd9\xee\x5c\x53\xe3\xa7\x51\x07\xe7\xf3\x4c\xe9\xa6\x76\x05\xaa\x28\xd5\x79\x7e\x54\xa9\x2b\x37\xc6\x2b\xf3\x90\xe6\x4d\x90\xca\xaa\x8e\xde\x6e\x77\xb5\xd2\x65\xa6\x16\x26\x87\x5e\xfc\xa5\x95\xa0\x2e\x32\xb3\xb1\x25\x9e\xd7\x26\x77\x87\x4b\xd5\x54\xae\x64\xd1\x29\x15\xa6\xf3\xbc\x27\x34\xeb\x60\xfe\x6a\xd8\xd6\x43\x69\xfc\x45\xb8\x54\x17\x46\xa7\x3b\x7e\x0b\xad\x09\x7e\xa8\x73\x7e\x77\x7e\x49\xa6\xe3\xd1\x41\xa7\x2d\x75\x4e\x46\xde\xf3\x5a\x53\xef\x9c\x0f\x3b\x5b\xd1\xb6\xf7\x24\x5b\x65\xba\xd6\x6b\x1d\x8c\x88\x83\x18\x75\x7e\x87\xcf\xcf\x2f\x07\x67\x67\x23\xe3\x6b\x6d\x4b\x51\x19\xd4\xc1\x86\x9d\xaa\x9d\xaa\x8c\x2f\x74\x09\x5b\xe0\xab\x37\xb9\x2d\xff\x6a\xf8\xcd\x0e\xf1\x53\x5e\xbc\xc2\x67\x5a\x91\x20\xb5\x81\x1a\x72\xa7\x92\x00\x93\x1d\x08\x50\xed\xed\xba\xa9\x6d\xb9\x95\x2f\xd3\xd8\x7b\xf4\x32\xf6\x63\xa2\xd2\x26\xaf\x1b\x0f\xfb\x39\x02\xa9\x85\x46\xbb\xb1\x29\xbb\x83\xb8\x9d\xc7\x86\x85\xbf\xf5\x4e\xd7\x51\xc9\x3a\xc7\x17\x29\xbc\x27\xcb\xf4\x1a\x26\xd2\xee\x83\xad\x39\x65\x1b\xa3\x3d\x29\xa1\x0c\x78\x95\xe6\xda\x16\xac\xd4\x96\x1b\x0f\x63\xa4\x1a\xd6\x8d\x45\x4e\x29\x0f\x09\x2a\x20\xb3\x9b\x63\x82\x0f\x52\x07\xfb\x3d\xf6\x29\x8a\x08\x94\x79\x31\x24\x81\xa6\x06\x7e\x91\x1a\x6f\x32\x1b\xc4\x35\x2c\x04\xb5\xf1\xc6\x90\x05\x41\xc1\xf5\x60\xd7\x39\x6f\xd6\xe5\x91\xa2\x52\xa8\x03\xcc\x0e\xce\x00\x65\x78\xf7\x86\x93\x7d\x6c\x23\x15\x58\x6b\xde\x64\x14\xa5\xd6\x81\xdc\x16\x16\x65\x8b\x52\xe4\x98\x19\x9f\x5a\x04\xa8\xdd\x31\x50\xa8\x5e\x8a\xb1\x24\xac\xd0\xc7\x53\xac\x0d\x45\x9a\x62\xd4\xe2\x1c\x65\xd2\xbb\xc2\xd1\x1b\x2c\xdb\xcc\x40\x12\x55\x09\x9b\x1d\xa3\x2f\x7e\xd1\xfb\x4d\xe3\xd9\x69\xec\xc9\x1a\x6e\x86\xff\x23\x5b\x89\xa2\x2a\x70\x6a\x4b\xe5\xe4\x4d\xd5\x44\x1f\xb0\xba\x25\x09\x90\xdb\x45\x8e\xd6\x63\xd1\x58\x2f\x35\x84\x4d\x95\xf6\x75\xdb\x7c\x6c\x4f\x1b\x73\xb3\xc1\xc7\x35\x67\x91\xb3\x12\x50\xb8\x57\xb2\x5d\xbe\xa0\x3a\x97\x7c\xb5\x61\xe2\x7d\x70\xdc\xee\xd9\x8a\x90\x3c\xaa\x11\x4a\x81\x79\xa8\x4c\xda\xda\x88\x90\x64\x99\xa5\xdf\xf0\x0e\xf1\x0c\x08\x95\xef\xec\x47\x1a\x2a\x53\x06\x7e\x4e\xa4\x08\x61\x04\xde\xe9\x10\x1c\xb2\xc3\x45\x4e\x33\x85\xe4\xb7\x4d\x71\x41\xdf\x9d\x0f\x37\x1b\xeb\x0b\xea\xd8\xa4\x4d\x8e\x79\xa8\xa9\x04\xb9\xa0\xf1\x08\xf9\x81\x72\x13\xb8\x9f\x29\xab\x64\xce\xab\x78\x62\x05\x3d\x48\x4d\xa2\xf6\x2e\x6f\xca\x5a\x7b\x8b\x2a\x34\x39\x5c\x92\xce\xac\x2a\x3c\x93\x4d\x51\x2b\xdb\x44\xb2\xa4\x7f\xf0\xb2\x57\xc7\xdd\x07\x4d\x09\xbf\x95\x25\x19\x40\x00\x44\x8d\x3d\xba\x2f\xdd\x21\x37\xd9\x96\x3b\x7b\x07\x4b\x61\x33\x05\xfb\xad\x46\x76\x05\x56\x18\x5d\x52\xac\xe8\xd9\x96\x08\x43\x86\xef\x73\xb3\x45\xd0\x91\x63\xd8\xce\xae\xc3\x68\xc6\xc7\x13\xd6\x20\xdf\x1f\x06\xaf\xaa\x1b\x60\x3a\xb3\xaa\x42\x67\x28\x89\xbd\xb6\xb9\xa6\x5e\x14\x87\x48\x24\x75\xca\xda\x50\x6d\xd7\x50\x44\x60\x4c\x9d\xd3\x97\xe8\xa3\x44\x78\x57\x1a\xac\xae\x1d\x01\x46\x0b\x77\x04\x46\x3f\xd6\x0f\x30\xfd\xbb\x70\x50\x9f\xa3\x89\xd6\x54\x7f\x68\xba\xd2\xc5\x56\xc7\x37\xb5\x93\xb2\xda\xb8\x1c\x03\x02\x4a\xff\x7b\x76\x66\x07\xbc\x24\x02\x91\x44\xb4\x14\xb7\x25\x44\xe8\x4c\x57\x75\xd2\x4b\x60\x42\x05\x49\x78\xc3\x8b\x55\xae\x01\x67\x84\x1d\x4d\x89\x79\x45\xaf\x39\x01\x5e\x97\x81\x6c\x8a\x15\xfa\x3b\x74\x40\x49\xe1\xa8\xa3\xa3\x93\xde\xd0\x34\x90\xe0\xd4\x5c\x9c\x71\xbe\xc8\x5c\xa1\x99\x14\xdb\x2d\x2a\xe4\x39\xc5\x92\x20\x4a\x4a\xcb\xd6\x02\xc8\x95\x47\xf3\xa5\xc7\x56\x74\x25\x93\xa6\x9b\x07\xd2\x42\xff\x42\x64\x0a\xbd\xe5\x36\xc8\xed\xbd\x29\x4d\x08\x2a\x33\x95\xe5\x14\x11\x92\x76\xb6\xee\x07\x9d\x28\xc9\x21\x57\x12\xc1\x0d\x26\x78\x53\x6e\xb4\x8d\x9d\x5a\x73\x23\x2b\x86\xa1\xad\xf6\x59\x6f\x54\x25\x34\x66\xbf\x53\xa1\xc5\xb6\x38\x81\x6d\x88\x10\xa4\xb7\x5e\x57\x3b\xf5\xeb\x85\x46\xcb\xf2\xc0\x86\xf2\x17\x75\xc7\x66\xf6\x3a\x15\x60\x40\xe8\x83\x29\x10\x2e\x79\x3c\x4d\x8c\x46\x66\x22\xcd\xe1\x47\x2e\xed\x11\xb3\x6e\x38\xb7\x65\x16\x1a\x1a\xf9\x21\xd6\x3f\xfa\x3a\x90\x2e\xa9\xe3\xb1\xf5\xa4\x1b\x7c\xe3\xe3\x6f\xef\x3f\xbe\x9f\x8c\x48\x2c\x99\x31\x69\xbc\xab\xd0\x5c\xea\xab\xf6\x98\x89\x3c\xe3\x48\x77\x7c\x3d\x72\x4d\x99\x5a\x86\xfe\x0f\x1f\xd4\x8d\xf6\x50\xf1\xe1\xe3\xc7\xdf\x54\xe4\x21\xd2\x82\xad\x6b\x02\x88\xad\x61\x11\x3a\xc5\x00\x02\x4e\xf1\x0f\xdf\xdb\xa2\xca\x79\x9c\x0a\x50\x12\xfe\x1a\xb7\xe9\x8f\x34\xfa\x9c\x8c\xc9\xa4\xab\xe0\x5a\x8a\xfc\xe2\x17\xb1\xee\xa8\x87\xfd\xcd\x5a\xc7\x2e\x7f\x27\x6d\x14\x1a\xc4\x46\x20\x3d\x20\x45\xb9\xf6\x89\x02\x3b\x42\x45\xe5\xcc\x90\x28\xd5\xde\x9b\x80\x09\x9e\xf5\x9a\xf4\x45\xea\x46\x5e\x64\xe4\x2a\x81\x22\x1a\x82\x70\x01\xf4\x8f\xe7\x15\x4d\xa6\xa3\x78\xf8\x8a\x6f\xa1\x75\x0e\x40\xf4\xef\x81\xba\xd3\x74\x6c\xc0\x24\x96\x1a\x92\xf1\x86\x22\x8c\xc8\x4e\xe4\xc9\xd6\x02\x31\xd2\xef\xd4\xeb\xb6\x94\x41\xad\xf7\x34\x36\xd9\xf7\xe4\x89\x45\xe0\xca\x71\x5c\x10\xbc\x1a\xf4\xa0\x83\x1e\x70\xb0\x04\xa3\x39\xa7\x3f\x3d\x5e\x86\x38\x23\x00\x7b\x97\x76\x0c\x08\x39\xa6\x68\x88\x07\x58\x3b\x90\x99\x94\xbe\x35\xde\x76\x33\x30\x34\xd8\x46\xc9\x0c\x44\x2a\x29\x03\xad\x52\xf4\xe2\xab\x10\xc6\x41\x8a\x13\x0f\xab\x91\x5a\xd1\x6a\xaa\x1b\x9a\xb9\x34\x46\x63\x2f\x1c\x76\x86\x93\x87\xc9\xc1\xe3\x83\xe7\x68\x53\xca\xcf\x8b\x53\x85\x98\x07\x80\x18\x97\x0a\xc8\xa7\x81\x3d\x44\xa9\x1a\x66\x25\xaf\xc8\xbf\x4c\x1e\x8d\x97\x0b\x7b\xc9\x7d\x85\xed\x18\x5b\xde\x82\x52\x5b\x7c\xce\xd9\x3f\x58\x02\xdd\x0b\x8b\x4f\x5a\x9a\x5a\xe8\x07\x5b\x34\x85\xca\x9a\x38\xe2\x51\xf8\x7b\x9b\x09\xea\xfd\xa8\x46\xfa\x46\x47\x03\x6b\x5b\xc4\x69\x4e\xb5\x1c\x2e\x59\x4d\x34\x05\xb5\x94\x72\xa0\xb9\x56\xe3\x86\x02\xdc\x11\x7a\xfb\x44\xb0\x6c\x8a\xb5\x4c\x7c\xcc\x22\xdb\x36\xdb\x85\xdd\x5f\x3e\xe5\x8a\x3d\x2a\xf9\x66\xd6\x48\xa3\x82\x2a\x48\x30\xc4\xf9\xc8\x06\xa5\xc4\x3b\xaa\x24\x4c\x45\x8a\x9a\xe6\x58\x57\x84\x85\xbe\x37\x41\xc2\xcc\x2f\xbb\x08\xae\x81\xd3\x1b\xcb\xd3\x9a\x4f\x28\x85\x69\xbd\xe8\x31\x74\xd0\x1b\xb4\xed\x36\xd2\x4b\x69\x95\xcc\x60\x62\xb5\xe7\xb1\x5e\xdd\x11\x0f\x0c\xb1\x3c\x23\x46\x84\x58\xf4\x91\x28\x08\xe0\x42\x26\xe3\x45\xb4\x27\xec\x28\xe7\xd4\x5d\x98\xec\x3d\x64\x97\xbe\x90\x4a\x04\x48\xa4\x00\x66\xfe\x8d\x43\x43\x8a\x22\x6b\x89\x1c\xf5\x69\x8b\xd6\x31\xd8\x02\x39\x82\x87\x58\x22\xc8\xa9\xb9\x18\xa4\xf0\x48\x38\x60\xde\x37\x95\x00\x0c\x5e\x1b\xf4\x7d\xf9\xdd\x1d\x5b\xaf\xba\xaa\x8c\x23\xb4\x8d\x46\xe0\xf6\x37\xc0\x15\x1d\xd9\x47\xcf\x7f\x90\x51\x4f\x93\xef\xa5\xf3\x2a\x30\xe7\x3f\x03\x3c\xb0\x98\x6b\x9b\xa2\xdc\x8c\xba\x82\xe3\x6b\x9d\xde\x0f\xd4\x12\xe9\xcf\x05\xbd\x98\x40\xb7\x26\x9c\x32\x46\xaf\x50\xc3\x44\x58\x11\xa6\xef\x0d\x88\x5c\x64\x5d\x1c\x5d\x40\xaa\x65\x78\xc6\xe0\x67\x12\x46\xf3\x25\xc2\xfd\x13\x78\x82\xe0\xb2\x2f\x5d\xe2\xcf\xac\x0a\x4c\xdc\xef\x4d\x97\xe8\xb6\xc7\x9e\x41\x62\xad\xef\x29\x95\x48\x2a\x66\x72\x9a\x62\x30\xd5\x6f\x0e\x84\x9a\x96\x1d\x4f\x7f\x4e\xa7\x3b\xab\x40\x50\x83\x6b\xfd\x7c\x8a\xa8\x98\xee\xa5\x50\x64\x39\x5b\xb3\xc7\xf8\xae\x65\xf4\xca\xbb\xa3\xce\xeb\xe3\x3b\x3a\x21\x25\xa8\xad\x52\x88\x13\x8e\xfb\x14\x07\x59\x09\x9c\x0c\x3a\x12\x74\x4b\xdd\x55\x40\x1f\x97\xcd\x73\x5c\x56\x79\xcc\x20\x59\xf0\x40\x6d\x8a\xdf\x6f\x45\xe0\x7f\x40\xef\x27\x83\x5e\x6c\x27\x42\x3d\xba\x14\x6a\xbb\xab\xab\xeb\xcc\xa0\x08\x33\x75\xea\x0b\x1d\xda\x06\xcb\x88\x49\xf3\xa1\x0f\x6b\x1c\xc0\xc7\x5d\xdd\x3f\x78\xfd\xb0\x4b\x5b\x85\x3f\xb7\x4d\x19\x22\x49\x0d\x5d\x1c\xc4\x9d\xc4\xca\x1f\x6f\x66\xaa\x7d\x42\xd0\xf8\x9d\x8e\xc7\x41\x6f\x0a\x30\xeb\xec\x84\xea\xd1\xd4\x24\x1e\xde\x44\x49\xaa\x7b\xd5\xdb\xb6\x98\xe6\xe7\xf0\xf4\x84\x7b\xb0\x51\x13\x55\x6e\x57\xfa\x0c\xba\x8f\x4e\x95\xa2\x99\x8f\xd4\x6f\xed\x05\xec\xe4\x62\x07\x3b\x41\xe2\x85\x76\xbe\x89\xa8\xc8\xf9\x96\x78\x64\xef\x4c\x20\x07\x05\xc8\x37\x96\xa7\x01\x3b\x29\xdc\xcd\x1f\xe9\xa3\xb7\x03\xf7\xaf\x03\xc4\xed\x74\xc2\x20\x13\xc6\x36\xb0\x41\x72\x8d\xa1\x07\x6a\xe6\x08\x61\x32\x78\x2d\x9e\x54\x9a\x01\x2d\x32\xda\x9d\xc9\x1f\x97\x15\x9d\x1d\x99\xd9\x65\x1d\xb3\xa3\x9f\x1d\xad\xa3\x87\x88\x31\x5c\x2e\x3c\xd1\x0e\x1c\xea\x16\xeb\x78\x32\x21\xe0\x99\x4b\x1b\xb2\x19\x76\xac\x7b\x63\xdf\xe1\x3b\x1f\x7a\xa7\xf7\xf0\xce\xc6\x0b\x15\x26\x04\xa5\x1c\x46\x81\xf8\x1d\x3d\x86\x9e\x83\xf6\x04\xad\x36\x86\x17\x29\x00\xd0\x67\x14\xb7\xd4\xf8\xb2\x3d\x2f\x49\x6c\x63\xd4\x12\xa6\xd9\x96\xcd\x87\xa4\x06\x10\x76\x7c\x64\xf2\xdf\xf4\xfc\x63\x95\x38\xf6\x11\x18\x13\x0a\xec\xb0\xaa\xd7\x36\xb7\xc4\xed\x41\x54\xb8\xd4\xb9\xc7\xa4\x2d\xd2\x06\xcc\xa4\xc5\x02\xc1\xef\xfe\xf5\xa0\x5c\x65\xc1\x5a\xbd\x86\x8f\xa9\x69\xaf\x13\x05\xd7\x84\x22\x64\x86\x82\x49\xd0\x95\x02\xf3\x70\xce\xed\x36\xc5\xc8\x30\xa3\x38\xed\x07\x44\x33\xa7\x69\x89\x31\x5d\x32\xa0\x17\x40\x26\x52\x22\xf9\x32\x48\x18\xcc\x5f\x39\x54\xc4\x0b\xc6\x97\xba\x1e\x39\x4c\x7b\x39\xcc\x62\x95\x05\x25\x87\x24\x6c\xe4\x70\x70\x14\xd2\xdc\xe8\xfe\xd5\x46\x7b\xaf\x16\x87\x60\xec\x5c\xba\x30\x91\x6b\xa4\xfe\x15\x52\x04\x2a\x3a\xd2\xbe\x70\xe0\x7b\x21\x49\x0c\x79\xed\x59\xff\xad\x1d\x3d\x50\x57\x72\x17\x99\xbc\xd1\x25\xb7\x6e\x2f\x17\x78\xc0\x18\xe2\x90\xd4\xad\x74\x97\x87\xf0\x85\xa4\x0b\x60\x2c\x57\x71\xb8\xbb\xf6\x00\x91\x43\xe7\x74\x38\x1c\x4f\xec\x9d\x39\x67\x67\x59\x2f\xb8\x1c\x7f\x54\x6c\x99\xc5\x43\x51\xda\xdd\x90\xc5\xd8\x3d\xfb\x1f\x27\x1b\x38\xdd\x52\x7f\x31\xa2\xbd\x0e\x64\x31\x3b\xcd\xbd\x95\x35\x02\xd5\x0e\x1c\x63\xab\x7f\x80\x52\x56\xfe\x13\x8b\x0e\x55\x4f\x4d\xfd\x5f\x00\x00\x00\xff\xff\x93\x28\x3d\xff\xee\x1a\x00\x00") -func confLicenseEclipsePublicLicenseV10Bytes() ([]byte, error) { +func confLicenseCreativeCommonsZeroV10UniversalBytes() ([]byte, error) { return bindataRead( - _confLicenseEclipsePublicLicenseV10, - "conf/license/Eclipse Public License v1.0", + _confLicenseCreativeCommonsZeroV10Universal, + "conf/license/Creative Commons Zero v1.0 Universal", ) } -func confLicenseEclipsePublicLicenseV10() (*asset, error) { - bytes, err := confLicenseEclipsePublicLicenseV10Bytes() +func confLicenseCreativeCommonsZeroV10Universal() (*asset, error) { + bytes, err := confLicenseCreativeCommonsZeroV10UniversalBytes() if err != nil { return nil, err } - info := bindataFileInfo{name: "conf/license/Eclipse Public License v1.0", size: 11513, mode: os.FileMode(420), modTime: time.Unix(1409469215, 0)} + info := bindataFileInfo{name: "conf/license/Creative Commons Zero v1.0 Universal", size: 6894, mode: os.FileMode(420), modTime: time.Unix(1440548254, 0)} a := &asset{bytes: bytes, info: info} return a, nil } -var _confLicenseGplV2 = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x9c\x7c\x6d\x73\xdb\xc8\x91\xff\xfb\xf9\x14\x53\x7a\x63\xa9\x8a\xa6\xd7\xce\x3f\xf9\x67\x57\x57\x57\x45\x49\x94\xc5\x44\xa6\x14\x92\xb2\xa3\x77\x01\xc9\xa1\x88\x18\x04\x78\x18\x40\x5a\x56\x2a\xdf\xfd\xfa\xd7\xdd\x03\x0c\xf8\xe0\xdd\x4b\xea\xf6\x76\x4d\x00\x33\x3d\xfd\xf8\xeb\x87\xf1\xe7\xf1\x93\xfd\x3c\x1c\x0f\x27\x83\x7b\xfb\xf8\x74\x75\x3f\xba\xb6\xf4\xcf\x70\x3c\x1d\x1a\x7b\xfc\x7f\x5f\x5d\xe9\xd3\x22\xb7\x9f\x7a\xf6\x2f\x75\xee\xec\xc7\x9f\x7f\xfe\x68\x8c\xbd\x2e\xb6\xbb\x32\x7d\x59\x57\xf6\xfc\xfa\x82\x7e\xfc\xf3\xcf\x3d\x7e\x64\x6f\x4b\xe7\xec\xb4\x58\x55\x6f\x49\xe9\xec\x6d\x51\xe7\xcb\xa4\xa2\x05\x7a\x76\x94\x2f\xfa\x3d\xfb\x5f\xeb\xaa\xda\xfe\xf2\xe1\xc3\xca\xaf\xfa\x45\xf9\xf2\xe1\xbf\x8d\xfd\x23\xbe\x4a\xf2\xef\x59\x9a\xdb\x69\x45\xdf\x57\x3d\x7b\x9b\xae\xaa\xb5\xbd\xcd\x8a\xa2\xec\xd9\xab\xc2\x57\x58\xe1\xcb\xc0\xfe\xf4\xe9\xe3\xc7\x9f\xde\x7f\xfc\xc3\x4f\x1f\xed\xd3\x74\x60\xec\xf0\xd5\x95\xbb\x82\xe8\x4a\xbd\xdd\xba\x72\x93\x56\x95\x5b\xda\xaa\xb0\x0b\x22\xd0\x26\xf9\xd2\x2e\x53\x5f\x95\xe9\xbc\xae\x9c\xa5\x77\xe7\x44\xcc\x06\x0f\x53\xe7\x8d\x2d\x56\xb6\x5a\xd3\x97\x59\xba\x70\xb9\x77\x76\x59\x2c\xea\x8d\xcb\x69\x7f\x7a\xdf\x2e\xd6\x49\xfe\x92\xe6\x2f\x36\xad\xb0\x7c\x5e\x54\x36\xc9\xb2\xe2\xcd\x2d\xfb\xe6\x14\xbb\xf8\x7f\x8f\xa5\x4b\x36\xf3\xcc\xe1\xad\xd9\xda\x85\xe5\xbd\x5d\x15\xa5\xdd\xd0\x61\xac\x0f\x0c\xc2\x3f\x4b\xe7\xd3\x97\x5c\xc8\xae\x92\xef\xf4\xe3\x5b\xb2\xb3\xbb\xa2\x2e\xcd\x8a\xb8\xb1\x2c\x36\x78\xe2\xd7\xfc\x3e\x9d\x88\xe9\xa2\x13\x57\x7d\x6b\xaf\x76\x74\x98\xbc\x2a\x13\x4f\x44\x57\xb4\x17\x4b\xd8\xe5\xae\x4c\x32\xfb\x58\xcf\x69\x6b\x73\xaf\xa7\xa3\x33\xa4\x79\xe5\xf2\xa5\x6c\xf5\x52\x27\xc4\xf5\x8a\xc4\x85\xad\xec\x8f\xb6\xc2\x33\x13\x68\x7e\xff\x9e\x5e\xd9\x80\x4e\x5f\xd3\x6b\xd8\xb4\x39\x0e\x6d\x81\x77\xf9\xa0\xc4\x2b\xa2\xd1\xdb\xda\x93\x0a\xf5\xc1\x89\xd4\x9b\x2e\x69\x36\x90\x96\x6c\xb7\x19\x49\x04\x9b\x33\x7f\x58\x30\xae\xab\x4c\xa6\x55\xa6\x77\x3e\xe2\x60\xce\xa7\x49\xf2\x9d\x2d\xe8\x9b\xd2\x6e\xcb\xe2\xa5\x4c\x36\xf6\x6d\x5d\x60\xe5\xba\x5a\x17\xa5\x27\x2e\x6d\x48\x39\xe8\x4d\x53\x7b\x91\x29\x91\x74\x3e\x2d\x36\x4e\x3f\x3b\xa5\xb8\x9d\xc3\x2d\x0a\xd2\x21\x62\xdf\x7c\x67\x02\xb3\xef\x9d\xa7\x03\xda\x13\x07\x4b\x73\x5f\xb9\x64\xd9\xbf\xb0\xf6\xb9\xa8\xed\x22\xc9\xf9\xac\x3b\x2b\xb4\x30\xe7\x95\x60\x4f\x02\x2c\x0a\x56\xad\x6f\x6b\x97\xdb\x37\xe2\xeb\xd6\x25\xdf\xc1\x0c\x66\x6a\x20\xa4\x87\x47\x20\xa8\x74\x2b\x57\x96\x38\x0d\x31\x40\xe5\xd7\x83\x9e\x9a\x6d\x49\xfb\xd3\x01\x1f\xea\x53\x94\xf9\x03\xd5\x8b\x45\x9a\x54\x50\x0a\xb3\x4e\x5e\x45\xc0\x91\x72\x44\xf6\x24\x66\x74\x40\x9f\x3d\x57\xd5\x29\x5f\x58\x13\x0c\xdb\x18\x31\xe9\x95\xb6\xb6\xe9\x0a\x4b\xdb\xb7\xd4\xaf\x2f\x7a\xcd\x56\x74\x96\x85\x4b\x5f\xb1\x48\x5d\x2e\xb0\xf4\x92\x04\x53\x32\xc3\x5e\x1c\xd9\x5f\x65\xc2\x87\xa4\xb3\xf4\xc7\xe8\x53\xbc\xa3\x8a\xda\x51\x46\xfa\x9c\x74\xcf\x12\x8d\x0b\xa1\x12\x8b\xe4\x36\x77\x6f\x42\x6f\xe0\xfb\xa5\xe8\x50\x58\xee\x7b\x5e\xbc\x35\xeb\x2e\x0b\xac\xe9\xb1\x32\xf1\xd9\xb3\x74\x66\x05\x3e\xad\xdc\xa2\x12\xcb\x61\x3f\xe8\x59\x2a\xb9\x8b\x78\x59\x3a\x70\x6a\x01\x25\xf2\xb2\x3c\x31\x63\x9e\x2e\x0d\xe9\x2a\x5c\x16\x98\xe9\x72\xb6\x74\xdd\x44\x56\x02\xe1\xd0\x68\xff\x5d\x1e\x15\x90\x4a\x09\xbb\x2d\xf9\x80\xf2\x56\xdf\xcc\xe4\x9b\xce\x2e\x64\xd1\x3e\x4b\x2a\x5e\x7c\xe1\xca\x2a\xa1\x03\xd3\x1b\x5b\x7a\x98\xce\xd3\x2c\xad\x52\x75\x43\x58\x59\x38\x6a\x8e\x4a\x34\xe6\x64\x0f\x14\x29\xfb\x37\xc5\x32\x5d\x41\x7d\x99\x15\xb7\xf4\xc0\xfd\x9a\x6c\xb6\x19\xbd\xa4\x6f\x1c\x5d\xce\xd7\x8b\xb5\x4d\x02\xcb\x89\x57\x6b\x07\xab\x33\xf4\xa7\x2a\xe5\x13\xb3\xcb\xb0\x2b\x47\x0b\xf1\x3e\x35\xb9\x81\x97\x54\xf5\x8f\xb4\x23\xa5\xa5\x72\x62\x0e\xdc\x4a\xcb\x05\xe6\x2b\xcc\xc8\x42\x57\xfb\x62\x65\xfc\xed\x9e\x3a\xd3\x27\x3b\x36\xb0\x5e\xa3\x6a\x91\x7a\xd1\x53\x13\x69\x1e\xad\x33\x20\x95\x68\xe8\xf0\x6b\x52\x09\x7a\x67\x13\x94\x81\x22\x0d\x5c\x10\xaf\x2a\x0a\x43\xff\x95\x96\x26\x88\x06\x36\xec\x8e\x69\x09\xe9\x3d\xc5\xb5\xea\x8d\x64\x5a\xb9\xad\xff\xc5\x9e\x7f\xbc\xe0\x58\x25\xc1\xb4\xcb\x75\x52\x4b\x73\xfe\xe9\x82\xf8\x47\x76\xae\x6a\x12\x45\xab\xb7\x75\x4a\x4c\x05\x8f\x3c\x3f\xcc\xdc\x0b\x99\x39\x47\x41\xcf\x31\x5b\xc3\x60\x2f\x96\x30\xad\xf9\x81\xa3\x10\x8b\x31\xde\x8f\xa9\x1e\x64\x9e\x38\x04\x59\xb8\x04\x12\x63\xef\x49\xee\x56\x8f\x82\x55\x61\x2c\x74\x20\x51\x78\xb6\xc6\xa0\xf0\xaa\x70\x86\x19\xee\x42\x64\xae\xa1\xb8\xbe\xa2\xcf\x7c\x23\x0a\xf1\xa6\x79\x41\xdf\x97\x08\x42\x3b\xde\x92\x4f\xd7\x89\x35\x24\x88\xd1\xea\x20\xc4\x30\xf1\x29\xbb\x61\xfa\x7d\xe3\xb0\x8b\xcb\xbc\xc4\x82\x6d\x42\xfe\x98\x28\xcc\x41\x9f\x51\x6f\xe1\x63\x0d\x22\x72\x55\x64\x44\xcc\x5b\x50\x0e\x56\xa0\x10\xe7\xb1\x63\x41\x22\x49\xf3\x24\xeb\xd1\x1e\x72\x24\xc4\x18\x62\x04\x45\xf6\x0d\x87\xd2\xb2\x58\xd6\x0b\x21\x83\x63\x08\xa4\x4b\xda\x89\x05\xc8\x35\x67\x10\x3d\xa4\x10\xad\x65\x34\x1c\xbd\xa3\x17\xb6\x75\xc5\x01\x46\xd4\xe5\x16\x8f\xb3\x5d\x8f\x37\x89\xdd\x13\x48\xaa\xd6\x84\x28\x28\x72\xd3\x5e\x14\xed\xc1\xcb\x8a\x42\x08\x9f\x5e\x63\xe3\x16\x8f\x2b\x84\x59\xd2\x3b\xf8\x56\xf6\x20\xaf\x45\xba\xe4\xfd\x97\xf0\x8e\xa5\x9c\x98\xe2\x57\x50\x07\x04\x46\x32\xce\x44\x98\xde\x04\x4e\x1c\x22\xcd\x97\xe9\x6b\xba\xac\x41\x94\x2d\xe6\xec\x48\x64\x93\x06\xce\x90\xc5\xe7\xd6\x91\x6e\x2e\xd8\xda\x38\x0e\xad\xdb\x65\xe8\xdf\x14\x86\x5c\x95\x94\xbb\xbe\x3a\x4d\xd2\x09\xa8\x0b\x89\x99\x95\x87\x39\xbe\x49\x96\xc0\x32\x76\x91\xb9\x44\x29\x24\x16\xe8\x81\xc4\xfc\xe6\x0d\x84\x5a\x8a\x6a\xaa\x6a\xbd\x53\xb4\x01\x2f\x4f\x3f\x83\xef\xcd\x7b\x09\x83\xb5\x7e\x80\x60\x5b\xc8\xbf\xb1\x5c\x8e\x4f\x05\x9d\x50\xbc\x26\xd6\x84\xa1\xd0\x09\x7a\xad\xfb\x52\x5d\x37\xa2\x6d\x0b\x01\x03\xab\x02\x08\xf0\x04\xfe\xfb\x31\xba\x9e\x0d\x27\x5f\xa6\x76\x30\xbe\xb1\xd7\x0f\xe3\x9b\xd1\x6c\xf4\x30\x9e\xda\xdb\x87\x09\xfd\xf1\xf1\x79\x34\xfe\xdc\xb3\x37\xa3\xe9\x6c\x32\xba\x7a\xc2\x23\x7e\xf1\xcb\xc3\xcd\xe8\x76\x74\x3d\xc0\x0f\xd8\xf2\xa7\x3e\xa3\xa8\x63\xb0\x49\x75\x93\x39\x4f\xc7\x11\x4c\xf3\x56\x94\xdf\xd5\x4d\x00\x25\x92\x0c\xbd\x49\xc0\x27\x04\xe2\x6d\x96\xa8\xf2\x42\x43\x5a\x1f\xb4\x2e\x32\x44\x1a\x9f\xec\x14\xfb\x6e\x08\x8d\x92\x08\x5a\x27\xb2\x34\x75\x13\x8c\x84\xa1\x01\x48\x1f\xc7\x1a\x7d\x91\xc1\xd9\xa3\xd0\x77\x46\xf0\xda\x11\x17\x7b\x86\x01\x4c\x43\x3e\xc7\x88\xe8\x0c\xa0\x9e\x9d\x20\x29\xe8\x19\x1f\x65\x9e\x88\x69\xf3\xce\x61\x35\xb3\x71\x14\xf4\xac\x4b\xf9\xc8\xd1\x13\xac\x81\x75\x89\xd4\xf4\x95\xc4\x47\xca\xc6\xab\x08\xf1\xed\x81\xb3\xe4\xed\x17\x31\xf0\x94\x69\xa1\x93\xd3\xb6\xf2\xae\xb2\x4d\x75\xbb\xb3\xb2\xdd\x16\x25\xeb\x04\x23\x8b\x9e\x51\x02\x9a\x24\x03\x27\x80\xb3\x8f\xf5\xc7\x07\xff\xdb\x04\xea\x25\x1c\x09\xce\xcf\x12\x33\x19\x19\x6a\x9d\xbc\x80\x65\xe7\x77\xe4\x26\xc9\x2b\xac\x88\xc5\xbd\xe6\x03\x6c\xc8\x40\x7e\x91\xd5\x00\xf2\xd8\xa2\xa8\xa1\xf8\x04\x6f\xf5\x71\x6e\x82\x64\xec\x59\xbc\xfb\x19\x60\xe8\x10\x7e\x5d\xcd\x84\xfd\x5d\xb2\x5c\x96\x8e\x7d\x66\xe2\xed\x19\x05\x92\x33\x52\xef\x01\xf9\xfa\x57\x41\x0b\x85\xf2\x15\x28\xeb\x94\x91\x74\x0e\xc9\xc8\x12\x28\xb4\x45\xcb\xa2\x1d\xaa\x0e\x97\xe2\x6f\x19\xa2\xd5\x95\x4f\xd9\xfe\x29\x9c\xd2\xea\x41\x55\x12\xb8\xce\x95\x29\xeb\xfc\x80\xf5\xea\xa1\x03\xec\x71\xcb\x9e\xc2\x37\x5e\x8d\x9c\x2a\xf9\x84\x62\x13\x7f\x62\x22\xe0\x5e\xe4\xc0\xde\x2b\xde\x10\xb2\xe5\x80\xc0\x3e\x35\xad\x38\x3c\xda\x03\x45\x33\x61\xe7\x73\xf2\x89\x6e\x0b\x1c\x96\x73\x86\x42\xee\x0b\xc4\xcd\x1d\x81\x75\xf6\x62\x74\xce\x23\x14\x5f\xf4\xcd\x37\x41\x3b\xb6\x51\xb2\xb2\x06\xf6\xc6\x5a\x1e\xbb\x84\x20\xd4\x1c\x72\x59\x38\x09\x0b\x1f\xfb\x82\x68\x92\xdd\xef\xc9\x68\x03\x70\xd3\x65\xde\xf9\x18\xd4\x40\xbc\x31\xd2\x06\x86\x4e\x73\xb6\x90\x0d\x85\x84\x9a\x50\x19\x19\x1f\xf9\x7c\xd7\x82\x61\x03\xd6\x6c\xd3\x45\x5d\xd4\x3e\x93\xdd\xc9\xe7\xb0\x63\x27\xdd\xa5\x5f\xb6\x30\x74\x8a\x36\x74\x08\x06\x0c\x4a\x64\xfc\x96\x69\x2d\x4d\x3d\x8f\x1e\x62\x91\x25\xe9\x86\xb8\x42\x44\x07\x18\x70\x69\xbf\x3b\xb7\x85\x49\x40\x03\x14\xea\x19\xf9\xcc\x87\xf0\x05\x30\x84\x54\xb9\xe3\x09\x25\x0b\xc4\xe1\x93\xb9\x77\x39\xed\x82\xc0\x46\x67\x6b\x96\x36\x78\x87\x11\x65\x9b\x2b\x46\xa8\xa0\xcb\x3a\x52\x04\x3e\x4a\x70\x6c\xba\x8f\x49\xb2\x82\xa4\x2b\x20\xae\x7d\x9b\x44\xd5\x48\x49\xd2\x1e\x46\xb2\x0a\x6a\xc8\xd5\xae\x77\x9e\x8c\x23\x53\xbd\x16\x63\x0e\xb9\x9b\xec\x24\x68\x6f\xa7\xab\x24\x0a\x1a\x8b\xad\x7a\x18\x9c\xb9\xc1\x4a\x11\x18\x43\x04\xfe\x35\x64\xe9\x01\x41\xb3\xe6\x7c\x6a\x35\x47\xc1\x1e\xaf\x28\xa7\x2a\x8f\x2b\x4c\xf0\x98\xea\xd9\x8c\x78\x36\x7a\xa3\xe6\x20\xb9\x11\x72\x4f\xba\xe2\x9e\x06\x56\xd1\xd3\x18\x75\xb2\x6b\xef\x3a\x42\x75\xf0\xf6\x48\x28\x99\xea\xe1\x3e\x9a\x64\x4e\x76\x7b\x44\x2f\x49\x35\x08\x7d\x6f\x9c\x13\x25\x91\x53\x78\x17\x05\xf5\x5f\x24\x44\x27\x17\x6d\x46\xb0\x48\x6a\x2f\xe9\x44\x03\x20\x57\x69\x26\xe1\x73\x41\xbc\x65\xc6\xd2\x19\x61\xde\xaa\x72\xbc\x86\x87\x5f\x65\x9b\x0e\x09\x27\xf3\x5b\x7c\x8e\xac\x10\x3c\xd0\x12\xa9\x97\x2a\x9e\xbc\xa5\x50\x61\x7e\x40\x07\xeb\x26\x18\xd0\x2c\x1b\xf1\x8b\x98\xa3\x96\xa5\x79\x2e\xf9\x74\x2c\xf3\x46\xc1\x99\x9f\x32\x1a\x2b\xab\x26\xac\xf3\x6f\x5e\x42\x1d\xce\xb5\xe7\x02\x55\xb0\xbc\x06\x7f\xc7\x18\xbc\x58\x21\x23\xea\xc0\x2b\xf2\x11\x89\xee\x92\x80\x0b\x41\x9f\x11\xa2\xd8\x1a\xd3\x72\xd9\xac\x02\x05\x3a\x85\x04\x42\xe8\x97\xe3\x2f\x2e\x02\x8e\x6f\x58\x1f\x02\x7d\x4e\x7a\xc5\x20\x93\x20\xee\x52\xea\x34\x9c\x2a\xa0\x54\x55\x26\x08\x43\xe4\x67\xf4\xf0\xe4\x68\xc9\xc1\x46\x09\xa2\xb0\x12\x3a\xca\x0f\x49\x52\x25\x42\x6a\xf0\xc2\xb0\x08\xa8\x1e\x7f\x1e\x2d\xc8\x88\x31\xcd\x95\x20\xd4\x9b\xca\x25\x45\xda\x12\xde\x82\xb3\x44\xa2\x2e\x85\x93\x2f\x21\x14\x02\x4a\x50\x68\xd1\xa7\x3c\x2f\x6a\xf2\x2e\xa8\x12\x6a\x10\x66\xa3\xe8\x78\x3c\x7b\xd4\xe3\x25\xbc\x80\xfe\x70\x3a\x11\x3a\x07\xc0\xa5\x64\xa6\x17\x10\x58\xa3\x1f\x6a\x05\x42\x47\xf3\xc1\x45\x5b\xbd\xe0\x4a\x1b\x5b\x7c\x84\xf1\x45\xe3\x03\xb7\x59\x5c\xbc\xc2\xbe\xc1\x68\x18\x75\x59\x16\xe2\x17\x96\xb3\x9c\xf9\x16\xf6\x35\x75\x6f\x7b\x3e\x91\x57\x69\x11\xde\xf9\xf0\xd7\x85\x63\x77\xf5\x0b\x02\x6c\x27\x64\x57\xde\x65\xab\x50\x7f\x0c\x32\x20\xda\x78\x09\xc4\x3a\x0e\xe9\x8d\x26\x08\xf3\xa5\x64\x90\x77\x58\xde\x13\x27\xd6\xf1\x40\xe1\x34\x87\x08\xe1\x7f\xea\xb4\x94\x7a\x8c\xac\xb8\xb7\x58\xff\xc2\x34\x35\x14\x7e\x75\x23\x05\x06\xae\xcf\x69\x30\x69\xd4\x95\xb7\x6c\xad\x83\x13\x53\x93\x02\x0a\xd0\xf3\x84\x52\x42\xeb\x9d\x16\x61\x98\x3f\x48\x2d\xf9\x13\xc1\x42\x27\x2d\xb3\xc7\x61\x09\x75\x88\x39\xe8\x48\x7c\x91\xd3\x6a\x5c\xd5\x05\x32\x2a\x19\x20\xb6\xb0\x03\x2f\x7b\x47\xc6\x07\x35\xc3\x06\x5e\xe1\xde\x86\x58\xfc\x8a\x9c\xac\x82\x21\xc4\x26\x28\x82\x05\xe0\x61\x0b\xed\xa1\xa6\xc5\xb5\xec\xf6\x9c\x05\x45\xb6\x86\x7c\xb6\xa4\x3d\x7f\xc4\xb5\x8f\xc4\xef\x6d\x8d\xfa\x73\x5d\x35\x1f\x98\x3d\x9d\xf3\xc9\x26\xe2\x0a\x7d\xcd\x9e\x87\xf3\x4d\xf1\x30\x92\x99\xa4\xbe\x13\x53\xcc\x7e\x4c\x61\xbf\x1a\xe3\x4d\x8d\x59\xb2\x46\x48\x10\xf5\xab\xe0\x84\x4c\x97\x03\x52\x0b\x6e\x4b\x23\x92\xf3\x09\x06\x08\x58\x98\x52\x88\x5f\x51\x1d\x57\xd1\x1b\x88\xb6\xd4\x6d\x02\xc6\xac\x39\x58\x48\x69\x84\x7e\xe0\x44\x54\x8e\x55\xba\x97\xa4\x5c\x52\x2c\x60\xf9\xd3\x47\xf6\x0d\x51\x5a\x0a\x65\x33\xfa\xb0\x17\xb5\x11\x40\x29\x97\xe2\xab\xc6\x5f\x2a\x9f\x38\x16\x01\x17\x45\xb5\x40\xc6\xa9\xbe\x32\x71\x19\x89\x5e\x93\xe4\xae\x44\xc7\x83\x40\x00\x13\x2b\x45\x01\x7a\xef\xd2\x92\x94\xd6\x9c\x37\xb4\x5b\x71\x76\x63\xdc\xaf\xae\x94\x54\x38\x14\xd1\xa4\x4e\x84\x72\x46\x76\x94\xd9\x51\xfe\x54\x94\x84\xe6\x32\x54\x36\x42\x36\xe5\x8f\x22\x01\x3a\xf3\x28\x47\x66\x91\x4a\xef\x67\x03\x47\x97\xbc\xbc\x80\x4b\x61\x59\x4d\x79\xe4\x1c\xe0\xca\xb1\x85\xcc\x3e\xd4\x62\xff\xc8\x3f\xfe\x00\x88\x5c\xe0\xcf\x89\x7d\x2d\xb2\x1a\xf5\xfd\x15\x25\xbd\xbe\x2a\x4a\xca\xab\xd4\xa5\xb7\xe7\x13\xe8\xdb\x3a\xa1\x79\x19\xdc\x5f\x44\x9d\x78\x4d\xd6\x69\x24\x29\x47\x83\xdc\x1f\x7e\x8c\xd4\xf7\x8f\xb0\x4f\x3d\x32\x48\x89\xa5\x01\xfd\x7c\xba\x40\x88\x2a\xe6\xff\x44\x7d\x25\xd4\xc3\x49\x7a\x8b\xba\x62\x7f\x03\x40\x76\x24\xfc\x9a\x69\xb0\xb8\x8f\x4c\xc3\x27\xcb\x20\xea\x14\x86\x22\x67\x80\xf2\x99\xda\x94\x94\x37\x88\x03\x2d\x7c\x1a\x2c\x28\x24\x6f\x81\x56\x48\x7f\x1b\x69\xe0\xb7\xcc\x71\xa8\x2b\xa5\xbe\xcc\x71\x70\x43\x96\x41\x00\xea\x3d\x62\x39\x88\x14\xfc\xd4\xe6\x20\x3d\xb5\xf9\x60\xb5\x51\x4d\xe1\x07\x40\x50\x42\x4d\xf7\x38\x2c\x60\x15\xde\x82\x56\x2b\x36\x49\x99\x92\xfe\xd7\xa1\x48\xd4\x16\x0c\x11\x73\x04\x8c\x5d\x12\x0b\x7b\x0d\x20\x3b\x3c\x59\xd2\xd8\x13\x23\xee\x9e\x7d\x4d\xb2\x54\x96\x23\x9e\x65\xe4\x9d\x2b\xae\xc5\xc9\xb9\x76\x2e\x29\xb9\x69\xd3\x66\x15\x8c\x8f\xd8\x21\xec\x7a\x8a\xc7\x15\x40\xe5\xe8\x6c\x49\x31\x3a\x97\xde\x1e\xe3\x22\x6d\x76\x85\x04\x01\xc1\xcf\x95\x01\x6a\x2b\xe3\x62\x7d\xed\x71\x10\x16\xde\xf3\x0a\xfb\x1c\x8f\x42\xf4\xbe\x70\x3a\x72\x60\xdc\x27\xf1\xf7\xf7\xc9\xe0\x34\xff\xe5\x24\xff\x81\x0c\x16\xa7\xb4\x2b\xcd\xc1\x02\xf1\x14\x51\xca\xca\xf0\x54\x03\x33\x0b\x48\x42\xff\x5e\x4f\xea\xc4\x91\x01\x51\xb8\x78\x96\x64\x44\x4b\x2e\xfe\x4c\x51\x8c\xb6\x75\xa5\x3a\xb0\xe2\x52\x62\x0e\x20\x0a\x4f\x49\x59\xdb\x41\xb5\x23\x54\x11\x10\xf4\xf0\x7d\x43\x5f\x0c\xb5\x7e\xdb\x78\xf9\xbc\x0d\x3e\x4d\x1a\xad\x43\x56\x4e\x7c\x29\xa5\xba\x63\xa7\xf5\x3c\x44\x87\xb9\x70\x5f\x91\x4b\xa7\x59\xb6\x6a\x9d\x8a\x14\xc4\x84\x16\x6e\x11\x8a\x38\x36\x4d\xe4\xc4\x4b\x68\xcc\x69\xd5\xb6\x9b\x98\x11\x3f\xb9\x39\x7a\xcb\x39\x43\x4c\xb4\x14\xe4\x1a\xd3\x97\xdd\x0d\xef\x2e\x5b\x86\xde\xcc\x01\x5d\xf4\x3b\x6d\x52\x23\x55\x4a\xdb\xa4\x85\x12\xbb\xac\xf6\x9c\x98\x24\xde\x17\x8b\x34\xd4\xc3\xc8\x04\x12\x28\xbe\x5b\xa5\x79\x2a\x75\x57\xa4\x59\xfa\xbe\xf8\xe1\x32\xdd\x4a\x73\x19\x01\xdb\x84\xf8\x05\xe2\x52\x2d\x93\x31\xec\x41\xb5\x3c\xcb\x92\x18\x38\xb4\x27\xa2\x53\xde\x91\xe0\x5f\xc1\x74\x60\x3b\xe3\xb7\x8e\x25\xee\x02\x96\xed\x1d\x9c\x27\x36\x17\x6e\xf7\x21\x6a\x68\x39\x0e\x9d\x3d\x6e\x14\x36\x95\x9e\x06\xd3\xc6\x9f\x9d\x23\x6b\x97\x6a\xa1\xae\x4c\x3c\x9a\x73\x02\x62\x20\xa7\x8b\xd6\x12\x36\xc9\x3f\x19\x01\x6c\x48\xa3\x19\x9d\x9e\xcb\x09\x41\xf1\x77\x52\x63\x97\x09\x34\xf1\x70\xe3\x17\x7a\x42\x43\x31\xaa\x94\x9c\xd5\xef\x7c\x45\xd0\x8d\x6b\x4c\x70\xbc\xdd\xf3\x23\x51\x22\xae\xd6\x39\xe3\x16\xa6\xb9\xd9\xca\x28\x6a\x4f\xd4\x42\xb9\xce\xdc\xe5\x1e\x05\xf9\xd5\x01\x5a\x88\x56\x07\xc4\x8a\x2c\x00\x9d\x1b\x2d\x93\xb1\xa2\x13\x7d\x86\x56\xe7\xad\x75\x60\x83\xd1\x71\xa2\x6d\x69\xd6\x06\xae\x52\x2b\xaa\x0d\x5f\x59\xc0\x75\x72\xcd\xa0\x72\x6f\x81\x03\xed\x0b\x70\x9b\xc1\x28\x2f\x46\x0f\x6a\xc6\xf9\xde\x1c\x83\x95\x1d\x2f\x89\x86\x05\xf0\x71\xfd\xb2\x8e\x7c\x7b\xaa\xdd\x73\xa9\x71\x6e\xb6\x94\x33\x45\x43\x27\xd1\x22\x7b\xd5\xa2\x88\x19\x0c\x19\xfe\x5f\x0b\x19\xa0\x44\x52\x06\x92\x62\x0d\x65\x7f\x5c\x42\x17\xf8\x1a\x83\x96\x0e\x94\x30\xa2\xa8\x50\x5e\xf7\xeb\x16\x65\x5c\x4e\x9f\x34\xd2\x07\x6f\x1e\x21\x15\x34\x36\x51\x5e\x22\xa5\xd8\x56\x86\x21\xce\x1b\x83\xc1\xe2\xe4\xf6\xa7\x77\x87\xfb\x44\x8b\x49\x54\x90\xdb\x46\x49\x8d\x28\x50\x69\x2c\x43\x10\x49\x21\xc7\x4e\x0b\xf4\x08\x59\xa6\x31\xc3\xc0\x5f\x20\x68\xee\x0f\x35\xbe\x55\x2a\x56\xcc\x8c\xd0\x71\x67\xe9\x22\x40\x04\x80\x16\x55\x04\x9b\x56\x5c\x18\x62\x48\xcb\x76\x10\xa7\x21\x8c\x2d\x87\xa5\x84\xec\x06\xae\x38\x10\x40\xe9\x20\x7a\x5e\xf4\x7f\xab\x3a\x13\xc7\x92\xa5\x09\xa5\x8e\x2c\xba\x3f\x8a\xe8\x42\x76\x17\xe7\x9a\xd0\xc8\x6d\xb5\x97\x82\xf9\x14\x25\xc9\xd0\xa7\x66\xcd\xd1\xc9\x0b\xf6\xb5\xcd\xf1\x81\x89\x59\xc3\xd1\xce\x7c\x41\x82\x2f\x45\xdb\x6e\x57\x57\x0b\x7a\xe4\xc1\x4f\x08\x06\xd5\xa0\xca\xef\x77\x3e\x64\x0a\x07\x09\x6f\x12\x92\xb2\x92\xfb\x75\xeb\x74\x9e\x56\x52\xa8\xcf\x92\xb7\xa6\x91\xaf\x79\xe2\xe1\x79\x64\x1d\x8a\x2d\x05\xda\xd4\xf3\x9d\xf4\xc8\xb8\x5a\xd1\xc1\xd7\x7b\xa5\xfb\x73\x2d\x2f\x9e\x2c\xb1\x5f\x48\x69\x07\xbd\xc7\x45\xa3\x35\xb2\x7f\xa2\x25\xdd\x8e\x8c\x2b\xc6\xaf\xe8\x58\xa3\xde\x18\x06\x8e\xfe\x2f\x3d\x3e\xa1\xb8\x21\xdf\xec\x31\x71\x2f\xc3\xd1\xa9\x87\x3f\xf5\xa5\x8b\x52\xa5\x1b\xa7\xf8\xe4\x47\x48\xff\x37\x4e\x5c\xc5\xf3\x0d\x7b\x06\xa4\xca\x8f\x0c\x39\x58\x63\xf0\x68\x26\xf4\x94\xf5\x89\x0c\x8d\x88\x11\x77\x2b\x89\x51\xaf\x3f\xd0\x45\xd6\xcd\xae\xa8\x42\x67\xdb\x9d\xe8\x8b\x86\x69\x0a\x75\x4f\x29\x05\x06\xad\x5b\xae\xea\x92\xbb\x55\x9d\xd9\x13\x4d\xc1\xda\x92\xfa\x3b\xdb\xe4\x9a\xea\x5b\xd5\x01\xb0\x5e\x13\x2b\xd6\xdc\xe0\xea\x9b\xae\x25\xe9\xb0\x8a\x80\x24\x4a\x6c\xe9\xff\x2f\x20\xa7\xd6\x02\xb5\xa1\x14\x79\x63\x3e\xc7\x5e\x42\xf6\xff\xfb\x76\xb4\x92\xb8\xce\xd5\x14\x32\xd1\xa6\x2f\x80\x18\x40\x49\xfb\x3f\xeb\xe5\x0b\x57\xf2\x04\xa3\x44\xc9\xa9\xb4\x9f\x0d\x01\x51\x04\x1c\x17\x5e\x5a\xa9\x3c\x43\xf7\x00\xe5\x1a\x7b\x2e\x8d\xe7\x4d\xaa\xa3\x87\xda\xba\x26\x73\xad\x9d\xbf\xe8\x99\x48\x0b\x19\x0b\x33\x1f\x59\x11\xa0\x3b\xe7\x3a\x0a\x83\x43\x09\x55\x04\xfc\x18\x90\x50\xb6\x1c\x36\x6e\x3d\xf5\x45\x08\xd3\x18\xfa\x23\x33\xa9\x14\xe8\x37\x5b\xec\xd9\x48\x4f\x9a\x6d\x62\xcb\x08\x17\x28\x7d\x62\xdf\x26\x32\x9e\xfe\x56\xa6\x2f\x74\x14\x0a\x9f\xc7\x15\xfd\x42\xc1\xb8\xc7\x00\x0f\xa9\x97\x4f\x37\x75\x46\x66\xea\xa4\x55\x24\xed\x0b\x8a\x21\x2f\x0a\x2b\x5b\xaf\x6f\xe2\xa6\x4d\x34\xb7\xe7\x48\x96\x5c\x7c\x8f\x3e\xd3\xc8\x7f\x20\x44\x20\xef\xa0\x98\x27\x6c\x4f\x27\x00\x0e\x87\x94\x92\x20\xdd\x66\x90\xa6\xa8\x33\xc1\x71\x32\x42\x6a\xcb\x62\x47\x59\xc2\xee\x3d\x4f\x17\x44\xc6\x1d\xc1\x84\xb0\x0b\x39\x3f\x41\xbd\x05\x4f\xe4\x14\x4d\x7b\x4d\x1b\x2c\x4b\x0a\x0b\x0b\x4c\x6b\x70\xd1\xbe\xf9\x13\x65\x91\x0c\x2a\xe8\x1c\x72\x44\xf6\x3c\x9c\x57\xe8\xf0\x27\x94\x81\xa8\x0a\xec\x9d\x13\x93\x80\x9d\xa5\x0e\x15\xc7\x39\x7e\x6d\x0e\x67\x88\x7e\x7a\x89\xa0\xd5\x54\x83\x58\xc8\x3f\x20\x5f\x20\x5c\xd4\xf2\x39\xa8\x47\xd1\x7f\xae\x5d\x06\x20\x2d\xb9\x30\x86\xea\x72\x31\x4a\xc7\x20\x4f\x42\x2f\x2f\x01\x63\x5c\xd4\x59\x42\x9e\x36\x2d\x17\xf5\xc6\xb3\xd7\x16\x0f\x37\x4f\xb2\xd6\x85\xbb\x78\xf9\x68\x26\xd5\x48\x4d\x32\x74\x53\xc2\x4b\x51\x53\x62\x6f\x86\x55\x67\x29\x73\x51\x21\x13\x6f\x8b\xfe\xe9\xa8\x53\x71\xdb\xd6\x25\x7b\xb0\x23\x25\x37\x92\x4c\xad\xf1\x99\xff\x24\x56\x1f\x0d\xa2\xf8\x76\xa8\x02\x65\x7e\x52\xd5\x9d\x16\xcf\xb8\x5a\x17\x66\xf6\xb4\x54\x27\x75\x83\xb4\xda\x69\x2f\xc8\x70\x2d\x5b\xde\xbc\xec\x6e\xbe\x4e\x34\xa1\xc1\xe9\x22\x0a\x43\x8f\x4f\x87\x6a\x70\xe8\x97\x52\x57\xac\x74\x22\xb3\xcd\xaf\x3b\x22\x16\xcc\xdf\x6b\xca\xab\x26\x85\xea\xc3\x93\x48\x88\xdf\xca\x70\x46\xd0\xfe\x2d\x17\xe4\xc1\x30\x6b\xbf\xb0\x1c\x5d\x41\xef\xb7\xd3\x39\xe6\x05\x53\x1d\x64\xd6\xe2\x75\x74\x9b\x26\x13\x7f\x43\x03\xbf\xe4\x0e\x24\x06\xfd\x0e\x48\x72\x4b\x13\xb4\x9d\x5d\x97\xa6\x24\x3c\x98\xa8\xfe\xbc\xc8\xa5\xde\xed\xd9\x71\xf2\x54\xcb\x22\x4a\xd9\x12\x02\x4b\xfc\xd1\xa5\xd6\x50\xeb\x6d\xd3\xec\xe5\x79\xaa\x0f\xcb\x22\x17\x01\x2c\x29\xfa\x2c\x79\xc8\x94\xa7\xae\xac\x5f\xb3\xce\x00\x0c\x72\x78\xef\xd4\x0a\x1a\x5a\x03\x7d\xad\x33\x52\x22\x65\xf8\xa4\x99\x96\x50\x37\xa8\x91\x50\x1c\xf1\xba\x48\x19\x13\xce\xf6\xac\x26\x56\x53\x9e\x8e\x03\xa1\xd8\x05\xc5\x7d\x9e\x75\x7a\xd3\x1c\x71\x4e\x6c\x70\xaf\x62\x00\x73\x77\x18\xad\x24\xaa\xfa\xea\x68\xd9\xf1\xcf\xfd\xd0\x59\xdb\xaf\x52\x7c\xd0\xf9\xd7\x3d\x87\x95\xfa\x68\x76\x02\xcd\x83\x30\x26\xca\x69\x51\x09\x9f\xa5\xb9\x29\x54\xa5\x55\xfe\xf9\xae\x6d\x6b\xc5\x59\xba\xb8\xe8\x16\x8d\x1c\x0c\x12\xc1\x29\x72\xe2\xe5\x3b\x74\x1c\x66\x01\xec\xd0\x93\xe5\x52\xaa\x0e\xd0\x01\x92\xf6\x8b\xc3\xeb\xdb\x35\xb7\xcf\x3b\x47\x8c\x26\x5e\x28\xac\x49\x23\xce\x88\x1f\x6e\x8e\xd2\x93\x21\xcd\xa4\xea\x7e\xda\xb9\x2c\x20\xc5\x9c\x9c\x31\xc0\x86\x32\x01\xd3\x32\x42\x3c\x47\xed\x75\x03\xb7\x44\x44\xcc\xa5\x33\xb5\x48\x24\xb8\x46\xae\x98\x30\x7e\x41\x06\x8c\x06\x89\x67\x7f\x1e\x91\x48\x66\x4e\x4a\x19\xca\x8b\xda\x7b\x9c\x17\xcb\x83\x11\x03\x96\xea\xcf\x7d\x1e\x83\x39\x39\x93\x0e\x4e\x85\xd1\x8b\xd2\xbd\xa6\xdc\xba\x15\x91\x63\xbc\xf9\x55\x2e\x6d\x78\xa3\xb2\x3f\x31\x9c\x2e\x10\x00\x20\x16\xd6\x44\xff\xa6\xe3\x4d\x71\xb6\x78\x0d\xb6\x1d\xe8\x25\x05\xf8\x14\xbe\x9d\x68\xf7\xdb\xb4\xe4\x01\xf6\x50\x64\xf2\xb0\x5b\xfd\x42\x2e\x4f\x80\x42\x82\x9d\x98\x5b\xa0\x0f\x96\x8e\x54\x2c\x63\x0f\x2f\xd3\x46\xbc\x45\x33\x4b\x29\x4d\x0e\x52\x44\x1e\x86\x64\x6c\xad\x8b\x41\x54\xa8\xae\xa2\xda\x08\x11\x92\x8c\x6b\x3a\x34\xdc\x62\x78\x23\xaf\x37\x73\x57\xb6\x93\xa2\x21\x35\xe6\x5a\xce\x8a\x73\xf5\xbd\x77\x0f\xf2\x08\xf1\x94\xd1\x34\x9d\x06\xda\x33\xf8\x6e\x4c\x69\x95\x61\x85\xb3\x5e\x9b\xc4\x71\xc4\x0e\x03\x1a\x6d\xe9\x3c\x2a\x9f\x76\xf1\x74\x98\x10\x0b\xfd\xc1\x40\x54\x51\x86\x91\x81\xce\x56\x41\xc0\xed\x8c\x1e\xd4\xc1\x1c\x51\x87\x83\xb3\xb7\xed\x0c\x61\xc2\xee\x18\x0b\xf6\x5a\x64\xbb\x66\x80\xa5\x08\x30\x3f\x7c\x82\xd4\xf4\x38\x35\xc7\x2e\x67\xc8\xdc\xd2\x4f\xfd\x80\x1d\xc3\x34\x6a\x64\x1d\x0c\x15\x0e\x86\x4f\x78\x10\x4e\xdc\x6f\x3c\x8f\xea\xb5\x7b\xd7\xb1\xe0\x3d\x4c\x2d\x9a\xc6\x0d\x62\x98\x98\xeb\x86\x07\xa3\xd3\xf4\x40\xef\x6d\x22\xad\xc8\xb0\x09\x02\x4d\x37\x32\x76\x73\xbf\xc1\xf9\xbd\xed\x4e\xd9\xeb\x25\x5f\xe6\x28\x36\x0e\x46\xe6\x0d\x87\x83\xa6\xc4\xe8\x9b\xd9\x67\xbd\xb0\x81\x18\xc6\x7c\xe7\x12\x06\x59\x1e\xa9\xfc\xb2\xa5\x05\xc3\xe3\x2f\x45\x92\xb1\x75\xb3\xed\x95\xaf\x41\xed\x04\x15\x90\xcb\xa9\x65\xb0\x97\xbe\x6f\x6b\x00\xfc\x53\xb8\xea\xd3\xb9\x40\x23\x2b\x15\x9b\xa2\x49\xd9\x71\x05\x48\x06\x1b\x96\xe4\x60\x34\x8c\x34\x9f\xbc\x88\x3f\xc9\x76\xbf\x71\x11\x6a\xfc\x60\xbf\x0d\x26\x93\xc1\x78\xf6\xcc\x4a\xf1\xb1\x6f\xaf\x86\xd7\x83\xa7\xe9\xd0\xce\xee\x86\xf6\x71\xf2\xf0\x79\x32\xf8\x62\x47\xd3\x30\x27\x7b\x63\x6f\x27\xc3\xa1\x7d\xb8\xb5\xd7\x77\x83\xc9\xe7\x61\x0f\xef\x4d\x86\x78\x23\x5e\x0b\x53\xb3\xd1\x02\xf4\xd6\x03\xff\x79\xf8\xf7\xd9\x70\x3c\xb3\x8f\xc3\xc9\x97\xd1\x6c\x46\xab\x5d\x3d\xdb\xc1\xe3\x23\x2d\x3e\xb8\xba\x1f\xda\xfb\xc1\x37\x62\xf1\xf0\xef\xd7\xc3\xc7\x99\xfd\x76\x37\x1c\x9b\x07\x2c\xff\x6d\x44\xf4\x4c\x67\x03\x7c\x30\x1a\xdb\x6f\x93\xd1\x6c\x34\xfe\xcc\x0b\x62\x34\x77\x32\xfa\x7c\x37\xb3\x77\x0f\xf7\x37\xc3\x09\xcf\xef\x7e\xa0\xdd\xf9\x43\xfb\x38\x98\xcc\x46\xc3\xa9\x21\x3a\xbe\x8e\x6e\xba\x87\x3a\x1b\x4c\x89\xec\x33\xfb\x6d\x34\xbb\x7b\x78\x9a\x35\xc4\xe3\x70\x83\xf1\xb3\xfd\xeb\x68\x7c\xd3\xb3\xc3\x11\x2f\x34\xfc\xfb\xe3\x64\x38\xa5\xf3\x1b\x5a\x7b\xf4\x85\x28\x1e\xd2\xc3\xd1\xf8\xfa\xfe\xe9\x86\x47\x83\xaf\x68\x85\xf1\xc3\x8c\xf8\x44\x27\x23\x3a\x67\x0f\xcc\x9a\xf0\x6e\x58\x9d\x88\xa1\xf5\xcd\x97\xe1\x84\xf8\x37\x9e\x0d\xae\x46\xf7\x23\xda\x12\xb3\xc4\xb7\xa3\xd9\x98\xb6\xe0\x89\xe3\x81\x50\x7e\xfd\x74\x3f\xa0\x43\x3c\x4d\x1e\x1f\xa6\x43\xd4\x74\xc0\x42\x5a\x84\x18\x3e\x19\x4d\xff\x6a\x07\x53\xa3\x8c\xfd\xdb\xd3\xa0\x59\x88\xb8\x4b\x6b\x7c\x19\x8c\xaf\x59\x50\x7b\x82\xc4\x71\xed\xf3\xc3\x13\x42\x09\x9d\xfb\xfe\x06\x2f\x98\xf0\x02\x18\x35\xb4\x37\xc3\xdb\xe1\xf5\x6c\xf4\x95\xc4\x4b\x6f\xd2\x36\xd3\xa7\x2f\x43\xe5\xf7\x74\xc6\x0c\xba\xbf\xb7\xe3\xe1\x35\xd1\x3b\x98\x3c\xdb\xe9\x70\xf2\x75\x74\x0d\x3e\x98\xc9\xf0\x71\x30\x22\xf6\x63\x6a\x7a\x32\xc1\x2a\x0f\x63\x71\x38\x9f\xfa\x10\x1e\x69\xc9\xf0\x2b\x74\xe0\x69\x7c\x8f\xd3\x4e\x86\x7f\x7b\xa2\xf3\x1c\xd1\x04\xac\x31\xf8\x4c\xda\x06\x66\x46\x72\x37\xdf\x46\xb4\x39\x24\xb4\x2f\xfc\x1e\x7f\x42\x0f\x5a\xe1\x3f\x93\x1a\x3d\xd8\x2f\x83\x67\x19\xd5\x7e\x56\xf5\x20\x32\x9b\x59\xee\xae\x56\x90\x52\xb4\xda\x39\xb8\x7a\x00\x0f\xae\x88\x9e\x11\x93\x45\x84\x80\x21\x10\xd1\xcd\xe0\xcb\xe0\xf3\x70\xda\x33\x8d\x12\xf0\xd6\x3a\x5e\xde\xb3\xd3\xc7\xe1\xf5\x08\xff\x41\xcf\x49\xf5\x48\xd6\xf7\xc2\x15\xb2\xa2\xbf\x3d\x41\x8a\xf4\x83\x2e\x62\x07\x24\x4e\x1c\x0d\x7a\xa8\x22\x83\x0d\x42\xd7\xc6\x41\x47\x68\xef\x7d\xbb\x3c\x6f\xf7\xde\xd3\x3f\xe8\xc5\xfd\xc3\x14\xca\x46\x9b\xcc\x06\x96\x29\xa6\x7f\x5f\x0d\xf1\xf6\x64\x38\x26\x7e\xb1\x39\x0d\xae\xaf\x9f\x26\x64\x5a\x78\x03\x5f\x10\x35\xd3\x27\x32\xb6\xd1\x98\x85\x62\x70\x5e\xb6\xe6\xd1\xe4\x26\xd8\x13\xf3\xd9\xde\x0e\x46\xf7\x4f\x93\x03\x1d\xa3\x9d\x1f\x88\x85\x58\x92\x75\xad\x11\x48\x50\xb2\xe9\x45\x8f\x75\xc0\x8e\x6e\x69\xab\xeb\x3b\x95\x9e\xed\x58\xed\xb3\xbd\x23\x51\x5c\x0d\xe9\xb5\xc1\xcd\xd7\x11\x3c\x8f\xec\x63\xc8\x16\xa6\x23\xe5\xc9\x83\xae\xa0\x7c\x3c\xe5\xed\xe8\xb4\xfc\xf5\x91\x01\xff\xee\x17\x77\x32\x4c\x35\xe0\xac\x55\x2a\xb1\x33\x06\x0a\xf4\xe3\x33\x3c\xf3\x98\x50\x91\x86\x43\x8f\x4f\x35\x84\x2e\x29\x02\x67\xc5\x96\xa2\xb8\xc2\xa6\x76\xda\x32\xba\x12\xa7\xb3\x7c\x1a\x55\x5f\xf8\xca\x88\xaf\x0c\xe5\x2a\x52\x4e\xab\x7d\x13\xa8\x24\x05\xd4\xcc\x1c\xa9\x05\x8a\x0e\x5c\xbb\x5e\x23\x15\x11\x74\x24\xd3\xf0\x1c\xac\xd2\xca\x74\x83\x86\x04\xcb\xe6\x8e\x0f\xe6\x97\x3a\x45\xd0\xe8\xf2\x68\xd3\x53\x0e\x65\xc6\x70\x89\x2e\x94\x6e\xab\x2a\xd1\xce\x54\x8b\xa1\x9a\x91\xdf\x22\xee\xa9\x02\xe8\x70\xca\xe4\x93\x15\x8e\x06\x8a\x9b\xaf\x37\xe1\x65\x9e\x02\xe4\x56\x14\x9e\x68\x2b\x06\x0d\xc4\xe6\x7a\xa9\x5c\x5a\x91\xc9\x42\x42\x12\xaf\x6e\xa7\xad\x2d\x42\xf9\x5e\xf1\x5c\x3b\x92\xcc\x93\x3e\x58\x8a\xd7\xf0\x6b\x2e\xb8\x30\x02\x0c\x43\x01\x0c\xf6\xcf\x1a\xdc\x70\x46\xc0\x3f\xd7\xf2\x96\xdd\x16\x9c\x2a\xf1\xc4\x0e\xcf\xfb\xf1\x41\x6b\x69\x4e\xf0\x85\x48\x00\x00\x62\x92\x6a\xd7\xbf\x96\x4e\x9a\x9b\x44\xc7\xbf\xf9\x97\xee\x5d\xeb\x7f\x61\xec\xe0\xdf\xf4\x1e\xd6\xc8\x93\x8d\xfb\xb7\x7c\xc7\xf9\x67\x74\x67\xa8\x23\xaf\xcb\xe6\x42\x63\x47\x4a\x02\x73\xdb\xfb\x60\x32\x27\x59\x1d\x1f\xea\x3c\x76\xb7\xb8\x9d\xbf\xf6\x1d\x80\xd8\xcc\xe4\x9d\x46\x44\xed\x75\x09\xb9\x5f\x1e\x36\xb9\x6f\x9b\x5e\xbc\xca\x79\x77\x16\xfa\xe2\x10\x28\xf7\x8f\x33\x20\xee\xb8\x6a\xbe\xb5\xc6\xf0\x8e\xb4\x66\xab\x06\x5d\x91\x59\x10\x2b\x7b\x32\x15\x42\x99\x4b\x08\xd8\x70\x2c\x21\x68\x5f\x36\xf7\x2c\xb4\x23\xc8\x65\xdc\x8c\x07\x03\xc3\xe0\x26\x21\x6a\x2c\xb1\x1f\x7b\x89\xb9\xbf\x23\xf4\x4e\x1d\x2b\x06\xaf\xf0\x03\x36\xcb\x05\x72\xbe\xb8\x8b\x84\xca\xeb\xd1\x51\x40\x8f\xf5\xb2\x9d\x97\xe8\x8c\x83\xfc\x48\x7e\xe8\x81\xc9\x94\xad\x74\x2b\x5b\x5e\x5e\x22\x71\x25\x5d\xfd\x9d\x58\x57\x2f\xfa\xf3\x5a\xff\xf9\xcd\x7e\x5c\x41\xc1\x78\x12\xca\x01\xf1\x34\x08\x2a\x66\xe2\x44\x79\x88\x40\x2e\x57\x02\x19\x3b\x0c\xa5\x95\x45\x4e\x67\x92\x5b\x80\x04\xf4\xc9\x77\xa5\x99\x94\x38\x3b\x83\x19\x9d\x39\xd4\x5e\xf0\x70\xe1\xfa\x48\x02\x56\x96\xcd\xe8\x6e\x96\x7e\x17\x7f\x68\x78\xce\x91\xde\x63\xff\xe2\xe5\xee\x44\x67\xa2\x95\x8c\xc8\xe9\xe0\xd4\xe7\x9c\xd0\xf4\xab\xc0\xf8\xa0\xe2\x7f\xfa\xb9\xb7\x67\xcb\x30\x65\x0b\x1b\x66\xb0\x2e\xb9\xca\xfe\xd7\x0b\x4a\x1b\xf4\xda\xe8\xe0\x6a\xfa\x70\x4f\x88\xe2\xfe\x39\x46\xc3\x97\xac\x15\xaa\x10\xb6\xda\x91\x8a\xff\x83\x2f\xac\xbe\xbd\xeb\xb7\x86\xb1\xef\x11\xda\xe8\xc1\xee\xdc\x65\xd8\x07\x7c\xdd\x73\x10\xbc\x82\xde\x98\x6a\x0a\x45\x21\xf7\xba\x8c\xb7\x5b\xbc\x8b\x09\xe9\xcb\x84\xca\x7a\xb7\x45\x46\xc7\xfd\xac\x76\xb6\x3b\xd0\xc7\x34\x34\x5f\xab\x06\x87\xcb\xb6\x9d\x3b\x24\x9d\x84\xf1\xe4\x2d\xb3\x87\x15\xb7\x50\xb4\xeb\xd1\xee\xc7\x2d\x62\x8f\x6a\xe6\x0e\x95\x0c\xf4\xd6\xb8\xf3\x4b\x09\x19\x97\x12\xa2\x2b\x4e\x47\x49\xd3\x1b\x4b\x52\x91\x67\x0f\x30\x77\x66\x53\xd0\x92\xef\x17\x44\xc1\x77\xae\x60\x6c\x5c\x5e\x13\xc3\xdc\xc6\xbf\x7f\x8f\xd2\x1e\x67\xcd\xbe\x4e\xa5\x83\xdb\x5c\xf3\xd7\xbb\x22\x7a\x58\x9e\xc1\xc3\x0d\x64\x7e\xc5\x91\x4f\x29\x76\xf4\xd9\x79\xb8\xec\xde\x4c\x1d\xeb\xd7\x1b\x57\x5e\x58\xb9\xbe\x5d\x1a\x8f\x5c\x3d\x93\x9e\x46\x2e\x73\xeb\x68\x2a\xe3\xba\x5c\x5b\x85\x6b\x2f\xda\x9c\xb5\xf7\x51\x02\x82\x48\x57\x26\xc7\xed\x78\x2f\x97\x34\xef\x74\x1e\x3d\xc1\xb8\xc4\x36\xa3\xb0\xc1\xc3\x52\xfc\x0d\xd4\x54\x6e\x55\x3c\x17\xbb\x62\xb9\xcb\x5d\xf8\x2b\x3d\x10\xd5\xe6\xbb\x66\x23\x19\x03\x6a\x09\x60\x0b\x01\xc6\x50\x27\xac\x9b\xd3\x42\xff\x88\xf4\xfc\x1d\x1a\x61\x3c\x1a\x48\xd6\xe8\xe5\x16\xaf\xb7\x3a\x90\x82\x79\x17\x7f\xd1\x54\xcf\x68\xb3\xbf\x80\x1a\x7b\x97\x2c\xbe\xbb\x92\x9d\xe0\xbf\x64\x62\x04\xf7\xbd\x49\x4b\x66\x3b\xb2\x34\x8a\x9f\x3d\xfb\x91\xd0\x56\x99\x66\xfc\x57\x94\x00\x76\xc8\x83\x1e\xfe\x8e\x0e\x9f\x86\x9b\x5c\x5f\x49\x83\xb4\x82\x7b\xc2\x3f\x36\x05\x15\xed\x10\xb5\xc5\x0c\xe8\x4f\x2c\x5f\x2e\x63\x98\xe8\xf2\x6b\xf3\xf7\x0c\x34\xed\xb4\x32\x76\x45\x09\x9a\xb1\x65\x81\x5e\x34\x9c\xcd\xbc\xa4\x4f\x9a\x6a\x8c\x09\x63\xe0\x7c\x0f\x13\x8e\x5f\xa2\x15\xb7\x19\x85\x12\xf2\xad\x3c\xc4\x15\xef\x18\x55\xd0\x7d\x33\x7e\x62\x74\xf1\x50\x2d\x12\xa7\xf0\x16\xa6\x41\xc3\x4d\xee\x25\x41\xb2\x70\x4f\xe6\xf0\xef\xb7\x30\xc7\xff\x7e\x8b\x83\x22\xe6\xff\x06\x00\x00\xff\xff\x82\x4d\xf9\x2b\x69\x46\x00\x00") +var _confLicenseEclipsePublicLicense10 = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xc4\x5a\x4b\x93\xdb\x38\x92\xbe\xeb\x57\x20\x7c\x71\x55\x84\xac\xdd\x99\x7d\x45\x74\x9f\xd4\x2a\x96\x8b\xb1\xb2\x54\x23\x4a\x76\xfb\x08\x91\x50\x09\x6d\x3e\x34\x04\x59\xb2\xfe\xfd\x7e\x99\x00\x48\x90\x52\xb9\xdd\x7b\x99\x83\xc3\x25\x89\x48\x24\xf2\xf1\xe5\x97\x09\x46\x69\xae\x4f\x46\x89\xe7\x76\x9f\xeb\x54\x2c\x75\xaa\x4a\x7c\xfc\x20\x5e\xc5\xdf\x66\xff\x3e\xd9\x3e\x45\x62\xbe\x58\xac\x3f\x3d\xcf\x57\x5f\xe3\xd5\x47\xf1\xbc\x59\x7f\xdc\xcc\x3f\x89\x38\xa1\x3f\x3f\xc7\x0f\xd1\x83\xd8\xad\x1e\xa2\x8d\xa0\x47\xb7\xd1\xe6\x53\x22\xd6\x8f\xf8\x80\x07\xa2\xc5\x32\x7e\x4e\x22\xf1\xbc\xfb\x6d\x19\x2f\x04\xfe\x45\x2b\x7c\xbc\x7b\x37\xff\xb8\x89\xa2\x4f\xd1\x6a\xfb\xee\x7e\x26\x20\x58\xec\x92\x68\x2a\x36\x11\x24\x3e\xec\x16\xdb\x78\xbd\x12\xeb\x8d\x78\x88\x93\xed\x26\xfe\x6d\x67\x3f\x3f\xf2\x06\x7e\xfb\xc5\x7a\x95\x6c\xe3\xed\x6e\x1b\x25\x58\xb7\x88\x9f\x63\x48\x7b\x9f\x90\xae\xd1\xf3\x76\xbe\x5a\x44\x9d\x16\xdd\x66\xb3\xc9\xe4\x6f\x33\xf1\x10\x3d\xc6\xab\x98\x64\x26\x93\xc9\xbb\x45\x55\x36\xb5\xde\xb7\x8d\xae\xca\x77\xa2\x50\xb2\x34\xbf\x88\x89\xbc\x17\xba\x14\xcd\x51\x89\x54\xc2\x18\xd5\x81\xff\xd6\xa5\x6e\xb4\xcc\x45\xb7\xa6\xaa\xa7\x83\x1f\xd2\x2a\x53\x42\x96\x99\xc8\xaa\xb4\x2d\x54\xd9\x48\x12\x2b\x32\x6d\xec\xf3\x2a\x13\x6d\x99\xa9\x1a\x8b\xb4\x11\xf3\x97\x5a\x29\x7a\x6a\xca\x6b\x26\xfb\xab\x4d\x95\x4c\x8f\xc2\xb4\x7b\xa3\xfe\xd9\xe2\xb9\x70\x63\x28\xa9\xef\x45\x7a\x94\xe5\x8b\x32\xa2\xa9\x78\xdd\x73\x5d\xbd\xd4\xb2\x70\xf2\x34\x1e\x90\x59\xa6\x49\x87\xf1\x23\xbf\x4e\x26\xe7\xa3\xaa\x15\xa4\x63\x0b\x2f\x06\xcb\xfe\xad\xaa\xdf\x5c\x24\xaa\x5a\xbf\xe8\x52\x36\x4a\x1c\xea\xaa\xe0\x5d\x24\x64\x84\xe7\xdb\x5f\xb0\x42\x36\xe2\x24\xeb\x46\xa7\x6d\x2e\xeb\x50\x6b\x38\x5b\x84\x16\x17\xef\x3b\x91\xe6\xbd\x13\x1a\x3e\x2f\xf4\x41\xe8\x46\x9c\xa5\x21\xa5\x20\x7e\xa4\x10\x76\xe3\x03\x0c\x96\x34\x46\xe5\x07\x41\xe7\x28\x2f\x55\x09\x87\xa4\x8d\x2e\x5f\x04\x76\x1b\x3f\xfb\xde\x88\xbd\x3a\xca\xfc\x30\x1b\x68\x65\xe0\x3f\x51\x56\x0d\xdc\x91\xe6\x2d\xb9\xf4\x2d\x83\x9c\x8f\x3a\x3d\xfe\x22\xee\xc8\xd2\x64\x4c\x85\x63\x93\x79\x8a\x2a\x6b\x73\x18\x14\x3e\x34\xd5\xa1\x39\x8f\xad\x04\x3f\xa7\x55\xf9\x47\x5b\xa6\x6c\x85\xb3\x6e\x8e\x03\xb9\x3e\x4a\x94\xae\x45\x75\x2e\x45\xee\xb2\x52\x0e\x43\xe6\x4e\xbb\x8d\x49\x59\xac\xd0\xaf\x08\xb8\x57\x25\xce\x55\xfd\xcd\xf8\xa8\x75\x32\x67\x22\x08\xf6\xaa\x76\xb1\x4e\x36\x12\x27\x55\x1b\x68\x01\x8b\x41\xb2\x6e\x9c\x07\x7b\x7d\xcd\x40\x0e\x92\xc6\x81\x44\x26\x9e\x71\xd8\xb2\x31\x56\x18\x7c\x4e\x9f\x44\x9a\x4b\x5d\x18\xa7\xb3\xdc\xe7\x8a\xdc\x34\x74\x2b\xdb\xcd\x6a\xae\x52\x65\x8c\xac\x75\x7e\x81\x55\x0e\x35\x3c\xe5\xa3\x48\x89\x96\xd2\xa0\x16\x46\xe6\x9c\x0e\xf0\xec\x30\x7a\x64\x4e\xfe\x65\x79\x8a\x2c\x5a\xec\x75\x89\xd5\x63\x73\x92\xca\xee\x4f\x7f\x6c\xfa\x75\xe4\xf2\xa1\x7b\x64\x9a\x56\x75\x26\xcb\x54\x79\x71\x61\xc6\x92\xc4\x8d\x4a\xf5\x49\xe3\x43\x60\x4a\x52\xe7\x7c\xac\x44\x8d\x53\xc1\x11\xe6\xa6\x53\x87\xa9\x6f\x63\x8c\x02\x54\xe6\x03\x68\x31\xd8\xe4\xef\x33\x01\xb4\x5b\x6d\x09\xcb\x36\xf1\xc7\xa7\x2d\x20\x0b\xd8\x94\xb4\xfb\x3f\x54\xda\xf8\x68\x6c\x54\x5d\x38\x77\x0f\x65\x33\x7e\x84\x76\xa7\x94\x87\x6d\xa1\x0e\xbc\x26\xba\x13\xc0\x3b\x65\x55\x7e\x50\xdf\xa1\x8a\x81\xde\x53\x8a\xa0\x3c\x3b\xeb\x0c\x7f\xd6\xd5\x45\xe6\xcd\xe5\xc3\x01\x62\x61\xe3\xd3\x05\x19\x7b\x6c\xba\x90\x6c\xe8\xb4\xa7\x1a\x01\x9f\xe2\xe1\x53\x4d\x29\xa0\x6e\x05\x23\x7e\xe4\x12\x03\x47\xc3\xd6\xa7\x5c\x5e\x82\x6f\x10\x82\x87\xaa\x06\x72\xf5\x6e\xe0\x08\x37\xfc\x80\xdd\x68\xe4\x32\x4e\xae\x51\x42\x4f\x09\x30\xe0\x87\xa9\x5b\x8c\x5f\xc7\x9a\x90\xc5\x91\x94\x6d\x9d\xaa\x1e\xaf\x2b\x6b\x4f\xfe\x4c\x7a\xc0\xf4\xfb\x7f\xa5\x99\x5d\x26\xf9\xa3\xdb\xc8\x19\x67\x1d\xe9\x55\xc8\x6f\x58\x8b\x3c\x99\x02\x7c\xf2\x7c\x0a\xf5\x0e\x14\x64\x95\xfb\xa8\x8b\x53\x55\x37\xf6\x8c\x38\x43\x7d\xd6\x64\x49\xe8\x65\x0e\x16\x60\xfe\x82\x49\x7f\xc6\x6e\x62\x4b\xb6\x19\xa9\x6f\x8e\x14\xda\xf2\x74\x82\xa3\x9d\x2d\x6d\xae\x4a\xbf\xe9\x95\x22\x24\x3c\xcc\x1d\x8d\xf0\x01\x26\xb1\x1b\x74\x71\x23\x18\xb4\xaf\x10\x0e\x3a\x06\x27\xe0\x33\x79\x10\xbf\xb9\x5f\x2a\x61\x43\xe3\xaa\x61\xa0\x1b\xd4\xdd\x93\xb6\xaf\xf0\x68\x27\x7b\xec\x08\x3a\xf5\x95\xcf\xec\xa1\x09\x98\xbb\x83\x13\xd6\xb2\x17\xc2\x2d\x8c\x03\x43\x5f\x6b\xc6\xaa\xcd\xc4\xaa\x12\x47\x59\x67\x5c\x44\x90\x27\xf0\x2c\x9d\x36\xf7\x4a\x50\xb0\x71\x80\x20\x68\xd3\xfb\x20\xda\xf8\x4b\xd3\xc0\x94\xc6\x22\x3a\xe2\xeb\x58\xb5\x2f\xc7\xeb\x80\x75\x91\x4a\x7b\x3b\xb9\x1c\x5d\x63\xc0\x85\x81\x54\x43\x8e\x06\x20\xd2\xb6\xba\x9c\xe2\x84\x42\x1a\xd3\xd6\x04\x95\x86\x21\x1d\x60\xf0\xaa\x9d\x2b\xe8\xc8\xe1\x46\xac\x47\xe8\xd8\xac\xc2\x2a\x5b\x6b\x2d\xf8\xf3\xaf\xce\x96\x58\x60\xed\xa5\xcb\x06\xe1\x8c\x50\x6b\xc1\xb2\x20\x1f\x66\x40\x99\x62\x20\xe2\x8c\xec\x2d\x6b\x2b\xd8\x4c\x44\xe3\x23\x02\x58\x5c\x61\xa2\x87\x73\x2d\xf7\x3a\xe7\x5a\x57\x05\x26\xc3\xd1\x7c\xf9\xda\xd7\x64\xaa\xc6\x1f\x22\x94\x2e\xf6\x92\x0c\x4f\x51\xe7\x94\x2e\x58\xdb\xc3\x9f\xe8\x59\xf7\x39\x08\x22\x04\x45\x88\x04\xb8\xa0\x84\x1a\xea\xbb\xaa\x53\x6d\xa8\x14\x90\x0d\xdc\x2a\xca\x84\xce\x27\xec\xa7\xd0\xe7\x0e\x7c\xfa\x13\x38\xe8\x21\x97\x14\x14\xd0\x15\x4a\x67\xad\xcc\x09\xce\xd3\xfd\x89\x8d\x4a\xdb\x5a\x05\x07\xfb\xa1\xe2\xa5\x52\x70\xa7\x07\x82\x99\x78\x24\xa6\xf0\x5d\x16\xa7\x5c\xd9\x2f\x09\x11\xeb\x8c\x39\xdf\x65\x9c\x07\x08\xd5\x1a\xf4\x55\xd7\x96\xbd\x21\x29\xaa\x73\xa0\x2f\xbe\x0a\x20\x7f\x40\x62\x41\xfc\x74\x80\x9e\xef\xcd\x8d\x83\xc8\x94\x45\xdb\xb8\xf2\x5b\xee\x15\xfc\x18\x10\x2e\x6f\xd1\x9e\x0e\x64\xf7\xd7\x01\x42\x55\x4c\x19\x0b\xac\x1c\xa5\x36\xfe\xbf\x95\xd5\x39\x57\x19\x02\x13\xfa\x1c\x25\x61\xc4\xe1\xa0\x53\x56\xbe\xaf\x86\xce\x52\x80\xc8\x71\xce\xf4\xf8\x09\x81\xec\x3f\x07\x80\xe3\x42\xda\xa7\x16\x77\x01\x23\xba\xf1\x1f\x33\xb4\x39\xff\xd8\xc5\x1b\xee\x64\x12\x31\x99\x0f\x94\x2f\xe4\x05\x2c\xbe\xaa\x6c\x41\xbe\x6d\x51\x92\x3b\x06\x6c\x57\x5a\x48\xe9\x37\x78\x66\x97\xcd\x64\x94\x5f\x98\x7e\x68\x12\x00\xef\x6b\x04\x58\xc7\xb5\x6c\x75\xa4\x68\xed\x82\xfa\x46\xb1\xfc\x95\x9e\xe0\xe2\x4a\x5b\x5e\x6d\x67\xbb\x1a\x85\x1a\x96\x52\xc5\xb6\x54\xc1\x25\x24\x92\xc4\x92\x75\x4e\xf8\x11\x57\xe2\x2f\x80\x90\x64\x5f\xad\xc6\x7a\x20\x4b\xbe\x93\x73\xed\xf7\x9a\x55\xcf\x42\xea\x15\xac\x24\x04\x18\x1e\x40\x37\xb9\xad\x76\x54\xbc\xc3\x8c\x9f\x86\xe2\x7e\x28\xa3\x40\x66\xa3\xc7\x6a\x3c\xe8\xd0\xba\x83\x6e\x4a\x52\x89\x30\x47\x86\xfd\xd2\xa9\xad\x4f\x70\xe4\xaf\xb6\x83\x0b\x8d\xc1\xcc\x21\x53\x3f\x63\x8b\x1e\xe0\x48\x7e\x26\x0b\x89\x06\x2f\x3c\x72\x86\xb4\x49\x99\x7f\xfa\xbf\xcc\x09\xa9\x26\x73\x7e\x08\x1e\x87\xb6\xb9\xb7\xa3\x6b\x40\xa9\xc7\xed\x44\xd9\xa2\x0a\x27\x56\xa6\xa1\x28\xc1\x79\x0c\xeb\x0c\xa5\x51\x75\x6c\xdb\x40\x55\x87\x3a\x0c\x0a\x22\x13\x54\xbb\x4c\x33\x4f\xe1\x8e\x6f\x18\x21\x5c\x42\x98\xc5\x04\xdd\x64\x18\xea\x96\xf4\x5b\x7f\x8c\xe0\x99\x01\xe8\x57\xd7\xfd\xbe\x0e\xd5\x08\xa9\xcb\xa1\xaa\x87\x89\x01\x9b\xbd\x4a\x9d\x73\xb3\xc2\x3a\x5d\xb3\x20\x76\x75\x49\x39\xd3\xc5\x2d\x44\x1f\x01\x66\x48\xb8\x6a\xdf\x48\xce\x7d\x6e\x1d\x00\x25\x12\x0d\x15\x4b\x2b\x64\x59\x42\x33\xdb\x5e\x35\x47\x2e\x2a\x78\xa2\x50\x99\x6e\x0b\x91\xb6\xa6\xa9\x0a\xdb\xfd\xb4\x54\x53\x48\xb3\xae\x63\x84\xbb\xb9\x31\x47\xfa\x7f\xa1\x06\x67\xa4\x72\x21\x89\x85\x75\x7a\x8f\xe8\x19\x69\xda\xa5\x6b\x81\x7d\x88\xc8\x8c\x96\xdc\xea\x48\xfa\x0c\x95\x0c\x52\xd7\x39\xdc\x49\x73\x94\xc5\x35\x5c\x5c\x88\xfa\x15\x61\xe3\x39\x88\x4e\x82\x2a\xf2\x5c\xad\x0a\xd0\x2a\xee\xd3\x73\x80\x07\xbb\xb1\x47\x45\x3c\xa1\x89\x50\x20\xf8\xc8\xb4\x6e\x13\x5d\x8e\x80\xfc\x0a\xc5\x59\x37\x8e\x5e\x7d\xb8\xf8\x59\x80\xb4\xd4\xc6\xcf\x1a\xa8\x10\x5f\x77\x93\x03\xa2\x2b\xbd\xe3\x38\x76\x3a\x7f\x5e\x6c\xfd\x32\xe1\x50\xa6\x2b\x50\x96\x32\xf9\xad\xaf\x37\xbc\x62\x76\x93\xc9\x7f\xce\xc4\x62\xfd\xe9\x53\xb4\x59\xc4\xf3\xe5\x70\xde\x05\xa3\x15\x04\x1b\x9c\x73\x1e\xcf\xc9\x7e\xe1\x4c\x81\x6c\x89\x4e\x55\x9d\x80\xc8\xa8\xd8\x14\x83\x83\x1a\xd9\x21\x34\x7d\xeb\x5a\x19\x85\x40\x46\xac\xd5\x48\xe1\x3d\xda\x10\xc6\x20\x4a\x1c\x9c\xd6\x74\xbc\x3b\xd7\xdf\xc0\x51\xbe\x1c\x75\xae\xac\xf7\x83\x72\x4e\x5c\xa1\x74\xc3\x98\x83\x4c\x69\x1f\xe9\x2a\x4d\xda\xeb\xdc\xf6\x73\xb3\xae\xa2\x8f\x88\x39\xb7\xca\x2e\x88\xcc\xb8\x52\xc9\x50\x98\xed\x2f\x1b\x8b\x0b\x84\x5e\x06\x44\x36\xa7\x39\x1b\x6c\x31\xf0\x97\x83\x17\xcf\x2a\x53\xb8\x0e\xba\x9d\xaa\xc6\xc1\xd7\x10\x17\x2d\x6c\x0c\x9a\x6e\xe2\xf2\x35\x13\x08\xc7\x6d\x06\xb3\xa5\xff\x8f\xb2\xd3\xeb\x19\xd5\xdd\xbb\xc0\xbb\xe1\x54\xe6\xbe\x23\x70\x94\x6d\x1c\x51\x99\x3a\x90\xcb\x2c\xfe\x64\xaa\x28\x29\xba\x14\x1a\x92\xcb\xb5\xfa\x10\x1c\xbb\x67\xa8\x24\x0d\x25\xcb\x17\xc4\x87\xb1\x80\x0c\xd0\x36\x04\xe2\x0e\xcd\x1d\xce\x1b\xc4\xf0\x5d\x5a\x31\x11\xb4\x15\xe7\xdd\x92\x1f\xa4\xd5\xb5\xa5\xa6\x0c\x8f\xb6\x24\x4f\x45\x2e\xcf\xa6\xd5\x8e\xa5\x5a\x6d\x72\xf5\x42\x75\x23\xb5\xb5\x2f\x64\xd1\x03\x96\xe8\x95\x21\x43\xbe\xa1\xb2\xef\x15\xd5\x77\x3b\x56\x92\x8c\x90\xae\x07\xc3\x06\x96\x51\x17\xda\x18\x5f\x66\x9d\x9d\x6f\x59\xd6\x8d\xdc\x4a\x15\x4c\xdc\x48\xf1\x9e\x24\xf6\x9d\xe1\xcf\x3a\xd6\xf6\x7d\xd5\x3e\xd7\x2f\xae\x95\xf3\xcc\xcd\xb8\x6d\xdc\x1c\x71\xd0\x01\x7a\x3a\x83\x86\x9e\x6d\x8b\xdc\xcc\xa5\xe5\xa8\xf6\x01\x69\x59\x38\x03\x23\xac\xc9\xf3\xa8\x5b\xec\x3c\xa4\x22\x33\x18\x11\x2b\x32\xdb\xfb\xff\x13\xcf\x21\x4a\xa8\x68\xbd\x69\x5c\x02\xca\x5f\x04\xca\x03\xe4\x15\xa7\x26\x67\x50\xf6\xc0\xf5\xb6\x0d\xcf\xb5\xb6\xd3\x54\x67\x6d\x3e\x8d\xad\x8e\x54\x32\x98\xdd\xff\x40\x02\x94\x23\x44\xaf\xab\x7c\xea\x62\x8e\x0e\x43\x29\xda\x11\xc9\x37\xf7\xb6\xf8\xc1\xe9\x60\x2c\x01\x20\x6b\xb1\xf5\x70\x36\xd0\x67\xf0\x34\xae\x4f\xa5\x7a\xc1\x51\xac\x4b\xac\x8f\xde\x34\x82\xbc\x38\xe6\xa5\xa9\x6d\x61\x8f\x97\x97\xe0\x64\x34\x74\xf0\xe4\x18\x1c\x92\x76\x06\x6c\x0f\x1a\xa0\x21\x42\x14\x5c\xbd\xc2\x66\xfe\xe7\x61\xe2\xd9\x7d\xf3\x3b\x29\x3d\x62\x3d\x9a\x31\xa7\xe4\xdd\x6e\xd9\x07\x01\x70\xf0\x5c\xe9\xb6\xe5\x69\x35\x8d\x8b\x8c\x1f\xb6\xf1\x70\xd3\x67\x32\x97\xa8\x03\x95\x80\x80\xc7\x7a\xdb\xc2\x6b\x9d\x6e\xe4\x05\x6a\x33\xae\x85\xb0\x4b\x42\x0e\xee\xaf\x17\x6e\x6b\x74\xdd\xcf\x31\xb3\x9b\x89\x5d\xcf\x4a\x5c\x1e\x4d\x7f\x14\x18\x67\xae\x04\x47\xf9\xaa\x02\xb4\xf4\x1a\x05\x28\x73\x8d\xf5\xe1\xf9\x7e\xf2\x50\x8e\x07\x1e\xd8\x95\x6d\xdd\xf8\xde\xd6\x04\x2c\x74\x14\xef\x27\x69\x29\x6a\x07\xb5\x86\x19\xa2\x69\xf3\xe6\x87\xe7\x62\x26\x43\x8b\xad\x6a\x6e\x39\xa2\xef\xbf\x66\x62\xb5\x16\x5f\xe6\x1b\x9a\x0c\x7f\x15\x93\xe8\x77\xba\xf2\x12\xf3\x44\x44\xbf\x3f\x6f\xa2\x24\x59\x7e\x15\x49\xb4\x15\x8f\xeb\xcd\xf6\x49\xc4\xab\xd1\x2d\xd8\x74\x70\x8f\x16\x5e\xe3\x81\x75\xcc\x57\xe2\x1d\x04\xc5\xc9\x3b\xf1\xdb\x3c\x89\x93\xa9\xf8\x12\x6f\x9f\xd6\xbb\xad\xdf\x2f\x8e\x12\xba\x9a\x5b\xac\x57\x0f\xf6\x0e\x8d\x46\xd3\x74\x83\xf7\xbf\xf1\xea\x61\x2a\x22\x3c\x1d\x6d\xbc\x22\xf4\x64\xfc\xe9\x79\x19\x43\x78\xbc\x5a\x2c\x77\x0f\xf1\xea\x63\x2f\x72\x19\x7f\x8a\xb7\x73\x92\x32\x65\x11\x3f\xda\x62\x1b\x6f\x97\xd1\x14\x07\x5f\x7d\x88\x57\x8f\x1b\xc8\x71\x87\x21\xf2\xf4\x84\x55\xf3\xdf\xe2\x65\x0c\x73\x60\xe5\x63\xbc\x5d\xd1\xee\x30\x80\x98\x8b\xe7\xf9\x66\x1b\x2f\x76\xcb\xf9\x46\x3c\xef\x36\xcf\xeb\x24\x72\xd3\xa1\x7e\x08\xa1\xed\xa0\x24\xbf\xf4\x11\x99\xdb\x2e\x21\x53\xd4\xd7\xea\xd2\x8f\x10\x80\xe4\x80\xdf\x5a\xd3\x8c\x83\x88\x13\x60\xb0\xe5\xb2\xc8\xb7\x7e\x6f\x0c\x1c\x2c\x56\xb9\x89\x0c\x35\x67\x28\xa5\xdf\x28\x10\x4c\x95\x6a\x0e\xc0\xae\x1c\xb9\x19\x10\x53\x27\x37\x53\xb8\x45\xd2\x45\xd8\xc9\x61\x43\xae\x32\xb9\x2e\x74\xd3\xdf\x91\xb9\x4d\xba\xc2\x0e\x89\x27\xa7\x8f\xaa\xeb\x8a\xf8\x9f\xed\xe2\xfb\x4b\x0e\xaa\x53\x3a\xe5\xd6\x80\x2a\xbb\xa7\x07\xdc\xe1\xd4\xcc\x19\x48\x4a\x26\x1b\x39\xf5\xb2\xb8\x90\x51\x0e\x9c\xfa\x8e\xb8\x2d\x5d\x8b\x61\xd3\xba\xb2\xe3\xa5\xba\x6e\x4f\xbe\xca\x5a\xd0\x67\x7c\x9e\x4c\xfe\x7b\x46\xcc\x77\xb1\x9c\xc7\xf0\x25\xf9\x7a\x19\x7b\x67\xfe\xf5\xd8\x5e\xb9\x08\xec\xee\x84\x11\x32\x1b\x8e\x2e\xc4\x93\x65\xd7\xeb\x4d\x22\x92\xa7\xf9\x72\x29\x9e\xe6\x9f\x23\xfe\xad\xdf\xf1\xd1\x3d\xfd\x10\x43\x02\xe4\x21\xaa\xbb\xbf\x16\xc8\x12\x04\xda\x72\x2a\x92\xe7\x88\x18\x3b\xe2\xfd\xf7\x08\xf1\x3d\xdf\x7c\x9d\xba\x90\x4d\xa2\x7f\xec\xf0\x10\xd3\xf9\xf9\xa7\xf9\x47\xc4\xf2\x5d\x17\xfa\x37\x22\x5f\x2c\xd7\xc9\x96\x52\x10\x41\x9b\xdc\x4f\xc5\xd3\xfa\x4b\xf4\x19\xfa\x2f\xe6\xbb\x04\x59\x33\x5f\xb9\xb4\xfc\x4a\x59\xbb\xde\x7c\x1d\xd8\x07\xa9\xf4\x14\xf1\x71\x61\x09\x3e\xdf\x9c\x34\xa5\x2e\x62\xb1\x0d\x1f\x83\x6e\x38\xf6\x36\x54\x65\x15\x7d\x5c\xc6\x1f\x23\xbe\x28\x87\xd5\x49\xca\x97\x38\x89\xee\xc5\x7c\x13\x27\xf4\x40\xbc\x72\x49\x89\x3d\x77\x5b\x7f\xff\x0e\xad\xfe\xec\x6a\x7e\x6d\x5f\x05\x80\x69\xd0\xd6\x24\x91\x07\x08\x7b\x7f\x65\xef\xb3\x70\x32\xec\x17\xf1\x7b\x03\x30\xe2\xe7\x68\x25\x62\x3c\xf5\xf0\x39\xa6\x43\x7b\x79\xeb\x24\x89\x7d\x56\x3f\x8a\x64\xb7\x78\xf2\x36\x45\xd4\xfc\xcf\x4c\x40\xfb\x68\x33\x5f\x4e\x26\xf1\x61\x38\x65\xb8\xd1\xb3\x72\xdf\xf2\x0a\x5a\x94\x51\x3c\xb6\xa5\xa2\x56\x3e\x55\x41\x1b\x3c\x0c\x7e\x1e\x3f\x06\x33\x7c\x9e\xc2\x70\x5e\xb1\x10\x17\xd7\x9d\x14\x17\xe9\x96\x3f\xa2\xb3\x95\x9a\x65\xba\x2f\xde\xbc\x39\xe2\xe2\xa2\x69\x2a\xdf\x88\x03\xca\x09\x95\x0f\x4b\x9d\x3d\xcf\x65\x76\x42\x83\x06\xb4\x05\x4d\xe5\x5a\x89\xfe\xa0\x56\xc3\x3d\xed\x49\x85\xab\xcf\x7e\xc2\xac\xa2\x2d\x3c\x79\xf6\xd7\xac\x17\x7f\x69\x34\x16\x64\x4d\x43\xfa\x04\x96\x99\xb1\x69\x03\x9c\x44\x2d\xd5\x0d\xdf\x08\x77\x53\xde\xc6\x91\xdf\x41\x7b\xe1\xe6\xe4\x77\xc1\xe5\x26\x5a\x31\xe0\xc7\x07\xcb\xaa\x78\x40\xd6\x12\x28\xd8\xcf\xcc\x8d\x5c\x33\x71\x6f\x69\xaf\xc5\xd0\xd1\x6d\x81\xeb\xe7\xef\xec\x20\x8c\x1e\x19\xdc\xa4\x8c\xf8\x3b\x63\x9a\xad\xc9\x5d\xc7\x4c\xb7\x73\xee\x32\xe5\xbe\x63\xd0\xee\xe2\x27\x1c\x35\xdb\xf3\xdd\x99\xfb\xa9\x65\x4e\x57\x0f\x38\x74\xf6\x13\x79\x1b\x43\x89\xe3\xfd\x7f\xbf\x03\x19\xb6\xbe\xb1\xf5\x83\xc8\xa5\xec\x14\xcc\xe8\x23\x4b\x0c\xec\x87\xc8\x38\xa0\xdd\xce\x60\xf4\x39\xd6\xdd\xd8\xeb\x66\x25\x18\xef\x62\xdf\x98\x38\x00\x7f\x8d\x65\xdb\x05\xf5\x1e\x16\xde\xcb\x2e\x44\x0b\x3c\x5a\x13\xe3\x70\xa1\x79\x35\xf4\x1c\xcd\xe4\xf8\x9d\x16\xdf\x53\xb7\x9e\xd8\xd1\x2e\xf4\x61\x3c\xf4\x02\xba\xeb\x2a\xb3\xc3\xd3\x02\x07\x3f\xd0\x7c\x67\xaf\xa0\x0b\x87\x82\x75\x84\x6b\x20\xca\xaa\xec\xcb\x10\xb3\x58\xf9\x17\x4e\xdf\x9d\x7b\x1a\x5e\xb3\x76\xbd\x33\xc2\xd8\xd8\xd7\x08\x86\xf5\xf9\xba\xd7\xa3\xc1\x7e\x45\x51\x6c\xc2\x69\xcf\xa9\xa6\x6c\x64\x50\x98\x89\xa7\xea\x4c\x6d\xf7\x74\xa0\x5c\xd8\xfd\xdd\xd4\xd0\xf7\x29\x57\x77\x38\x48\xf0\x5e\xe5\xb0\x07\x0c\xd5\xb2\xde\xa5\x96\x49\x97\xad\xbf\x12\xaf\x5f\xd1\x9c\xd3\xf0\x8b\x86\x00\x34\x0c\xd5\xcc\xe9\x51\xfd\x5d\xf9\xe7\x29\xdc\xe0\xc4\x7c\xe1\xa0\xd5\x4d\x10\x22\xfe\xa0\x83\xee\x51\xbe\x56\x9a\x7a\x4e\x9a\xfb\x62\xbd\x2a\x53\x0b\x45\x03\x30\xed\x26\x75\xca\xa2\x06\x75\x52\x55\x09\x93\xed\xf9\xed\x17\xdb\x6a\xb9\x71\xdd\xa1\xa2\xb6\x90\x4e\x67\x87\x34\xb6\x27\xeb\xc5\x25\x8d\x42\x48\x64\x44\xbe\x54\xed\xdf\x9a\xb0\x63\x40\xe2\xcf\xf4\x0a\x80\x41\xa0\xa8\xb3\xc0\x81\x6d\xb3\x1f\x20\x4b\xad\xdc\x68\xf9\xfe\x46\xe0\xda\x01\x33\xdf\x18\x57\xfc\x3f\x5f\xa7\xf2\x5b\x23\x8c\x0b\x40\x98\x72\x74\x38\xaf\xcd\x51\x8e\x14\xe1\x63\x5d\xc6\x57\x33\x7c\x16\xff\x12\xdd\x23\x40\x2d\xeb\xd2\x39\x7c\x35\xec\x4a\xfe\x9b\x0b\x79\xa6\x67\x8c\x7e\x29\x5d\x31\xb9\xbe\xbc\x83\x91\xfc\x4c\xf3\x5a\x6f\xf2\xa0\x20\x20\xe5\x54\xec\x5e\x49\x1a\x5c\x8c\x06\xb6\xf4\x89\xd0\x0b\x3a\x6b\x5b\x52\x5e\x10\x65\x94\xd8\x14\x44\x30\x74\x0b\x27\x90\xbd\xfd\xba\xb2\x2d\xf6\xde\x97\x3e\x5c\x03\xb7\x0c\xee\x8d\xef\xed\xa9\xf2\xb3\xbc\xd0\x2b\x57\x83\x97\x6d\xcc\xf0\x2d\x8b\x37\xd5\xb2\xd9\xe5\x2e\xcb\xed\x3b\x61\xee\x35\x9b\x8c\xa7\x1f\xfe\x7e\x7f\xea\xf0\x46\xfe\xf8\x94\x94\x33\x36\xb2\xe8\x2a\x68\x3c\x14\x50\xb9\x53\xe9\x8d\xab\xb4\xe0\xa0\x57\x97\xe4\xf7\xfd\xeb\x5b\xa1\x0a\x30\xfd\x77\x9e\xd4\x4a\xe3\xaf\xa3\x90\x2e\x7c\x45\xc1\x99\xe2\x6a\x87\x41\xf1\x90\xf7\x9c\x53\x5c\x45\xe4\xbe\x7a\x1d\xa0\x5b\xf7\x6e\x51\x59\x05\x37\xcb\xe1\xb5\xbd\x8d\xbb\x5b\x23\x23\x77\x55\x1e\x9e\xf6\xf6\x5b\x49\xe7\xa3\xb2\x17\xde\x5e\xd1\x29\xe1\x15\x5f\x75\xa5\xd2\x5a\x59\x99\xa6\x3a\x9d\x54\x3e\xbe\xd7\xe6\xfe\xc6\xdf\x86\x86\x36\xa3\xda\xd1\x1f\x7c\x58\x38\x6f\xdc\x01\x39\x34\xa0\x7a\xb8\xbd\xe2\x72\x2f\xf4\x46\x46\xd9\x8f\x03\x89\x3b\x78\x1f\x27\x3c\x8e\xc6\x87\x15\x8c\xff\xb5\xaa\xbf\x75\x53\xed\xdb\x46\x09\xd7\xee\x4a\x6e\xa1\x12\x7b\x71\x84\x2f\xe7\x68\xcd\x71\x64\x86\x0d\x3b\xb9\x64\x03\x0f\xf4\xb1\x09\x53\x5b\x9a\x13\xce\x3f\x6f\x1f\xae\xa8\xec\x85\x75\xc9\x38\x74\x51\xb2\x76\x11\x6b\x5f\xfd\x74\x83\x73\x27\x41\x82\x35\x29\x97\xb5\x76\xff\xb3\x64\xef\x53\xd8\x39\x3b\x73\xc6\xff\xd1\x12\xb9\xe3\x9a\xee\xa6\x58\x76\xc6\x40\x5a\xf5\x2c\x63\x36\xf9\xbf\x00\x00\x00\xff\xff\x8b\xa0\x9b\xf5\xf0\x2b\x00\x00") -func confLicenseGplV2Bytes() ([]byte, error) { +func confLicenseEclipsePublicLicense10Bytes() ([]byte, error) { return bindataRead( - _confLicenseGplV2, - "conf/license/GPL v2", + _confLicenseEclipsePublicLicense10, + "conf/license/Eclipse Public License 1.0", ) } -func confLicenseGplV2() (*asset, error) { - bytes, err := confLicenseGplV2Bytes() +func confLicenseEclipsePublicLicense10() (*asset, error) { + bytes, err := confLicenseEclipsePublicLicense10Bytes() if err != nil { return nil, err } - info := bindataFileInfo{name: "conf/license/GPL v2", size: 18025, mode: os.FileMode(420), modTime: time.Unix(1398226579, 0)} + info := bindataFileInfo{name: "conf/license/Eclipse Public License 1.0", size: 11248, mode: os.FileMode(420), modTime: time.Unix(1440548254, 0)} a := &asset{bytes: bytes, info: info} return a, nil } -var _confLicenseGplV3 = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xc4\x7d\x5b\x73\xdb\x48\x92\xee\x7b\xfd\x8a\x0a\xbe\x58\x8a\xa0\xd5\xed\xee\x9d\x9e\x9d\xf6\xc6\x44\xd0\x32\xdd\xe6\x19\x59\xd2\x4a\x72\x7b\xfc\x76\x40\xa2\x28\x62\x0d\x02\x5c\x5c\x24\x73\x27\xe6\xbf\x9f\xfc\x32\xb3\x2e\x00\x49\xf5\xc4\xbe\x9c\x8d\x73\x62\xda\x22\x50\x95\x95\x95\xf7\x1b\x7e\xbb\xfe\x6c\x7f\x9b\x5f\xcf\xef\x66\x57\xf6\xf6\xf3\xbb\xab\xc5\xa5\xa5\xff\x3f\xbf\xbe\x9f\x1b\x7b\xfc\xff\x7e\x77\x4d\x5b\xd4\x95\xfd\x79\x6a\x7f\xfa\x8b\xfd\x3f\x7d\xe5\xec\x4f\x3f\xfe\xf8\x67\x63\xec\x65\xbd\xdb\x37\xc5\xe3\xa6\xb3\x67\x97\xe7\xfc\x47\xfb\xa1\x71\xce\xde\xd7\xeb\xee\x39\x6b\x9c\xfd\x50\xf7\x55\x9e\x75\xf4\xf6\xd4\x2e\xaa\xd5\x85\xfd\x8f\x4d\xd7\xed\x7e\xfd\xe1\x87\x75\xbb\xbe\xa8\x9b\xc7\x1f\xfe\x6a\xec\xfc\xc9\x35\xfb\x9a\x16\x2d\x5a\xbb\x73\xcd\xb6\xe8\x3a\x97\xdb\xae\xb6\x2b\x5a\xdd\x66\x55\x6e\xf3\xa2\xed\x9a\x62\xd9\x77\xce\xd2\xb3\x4b\x5a\x6f\x8b\x1f\x0b\xd7\x1a\x5b\xaf\x6d\xb7\xa1\x37\xcb\x62\xe5\xaa\xd6\xd9\xbc\x5e\xf5\x5b\x57\x75\x53\x4b\xcf\xdb\xd5\x26\xab\x1e\x8b\xea\xd1\x16\x1d\x96\xaf\xea\xce\x66\x65\x59\x3f\xbb\xfc\xc2\x9c\x3a\x2e\xff\xdf\x6d\xe3\xb2\xed\xb2\x74\x78\xea\x61\xe3\x2c\x63\xcd\x55\xae\xc9\x4a\x7b\xdb\x2f\x69\x37\x7b\xa5\x3b\xd2\xba\x99\x5d\xd3\xb1\xa7\x0c\x71\xe9\xd6\x5d\x80\x66\x5d\x37\xa6\xf5\xc8\xc0\x51\xea\x6e\xe3\x1a\xfb\xad\xa8\xf2\x16\xa0\x3f\xd7\xcd\xb7\xf6\xc2\x6f\xa2\x6f\xb5\x78\xcd\x6e\xeb\xb6\xb3\x47\xde\xdd\x35\xd9\xaa\x2b\x56\x04\x07\xbf\x6c\xf1\x6b\xee\xda\xe2\xb1\x72\xb9\x21\xac\x75\xd9\x37\x7a\xfc\x39\xdb\xdb\x7d\xdd\x37\x0c\x58\x5e\x6f\x81\xcf\x76\xe3\x57\x62\xb4\x38\x42\x9c\x53\x08\xac\x7d\xb7\x27\xe8\xab\xae\xc9\xda\x6e\x6a\xba\x3f\x3c\x71\x51\x75\xae\xca\xe5\x9e\x1e\xfb\xac\xc9\xe8\xdf\x6e\xbc\xa3\x39\xd8\x91\x90\x8f\x2b\x04\x39\xf1\xf9\x33\x3a\x4e\xfd\xd8\x64\xdb\xd7\xaf\x69\xa1\x2d\x40\x6f\x7b\x7a\x85\xae\xab\x71\xdb\xac\xa0\xa7\xb0\x5c\xc4\x21\x30\x83\x45\x8a\xae\xb5\x7d\x4b\x2b\x11\xe8\x5f\x08\xf3\x80\xf8\x34\xe9\xd1\x93\x78\xc2\xbc\x70\xa6\x80\x72\x82\x0a\xa7\xf0\x3b\xbe\x05\x2c\xd9\x6e\x57\x12\xb5\xd1\xce\x6d\x8d\x73\x65\xd5\x5e\x6f\x03\xe8\x23\x50\x4b\x97\xb5\x40\x06\x28\x11\xa8\x5f\xee\x19\xc2\xac\xef\x36\x35\xc3\xf8\xb5\xee\xed\x2a\xab\x78\x25\xfc\x86\x55\x18\x5b\x7a\xfe\x96\x8e\x50\xd7\x4c\x09\x5f\x36\xae\xb2\xcf\x84\x88\x9d\xcb\xbe\x01\x1c\x60\x20\xc0\x33\xc5\x4f\x38\x5f\xe3\xd6\xae\x69\x40\xdb\x84\x39\xc5\xf9\x14\x14\x6e\x76\x0d\x9d\x89\xf6\xbc\xa1\xe5\x8f\x9f\x76\x48\x35\x76\x80\xfa\x6e\x93\x75\xb8\x48\xb3\xc9\x9e\x84\x44\x12\x12\x4a\x38\x51\x18\xf0\x00\x3e\x7b\xa6\xd7\xdd\x3c\x0a\xf9\xd3\x0a\x5b\x5b\xac\xb1\xa4\x7d\x2e\xda\xcd\xf9\x34\x6c\x41\x67\x58\xb9\xe2\x09\x2f\xf7\xcd\x0a\x4b\xe6\xce\xd2\x3d\x00\x51\x8f\xae\x63\xa6\xe5\x17\xcd\x33\xd1\x17\xfd\x33\x79\x15\xcf\x24\x64\x1c\xb6\xa7\xd7\x71\xdb\x04\xdb\x4a\xa0\xc3\x22\x95\xad\xdc\xb3\x61\x38\x23\xbe\x01\x67\x58\xee\x5b\x55\x3f\x87\x75\xf3\x1a\x6b\x32\xcd\x10\x7e\x95\x3f\x6b\xbc\xda\xb9\x55\x27\x54\xce\x62\xaf\xe5\xdb\xa8\x9c\xe0\x70\xd7\xb8\x27\x92\x3c\x42\x19\x20\x5c\xc2\x59\xee\xaa\x3d\xee\x08\x87\x90\x35\xe5\x45\xc0\x99\xb5\xdf\xf4\x27\xe6\xce\xbe\x69\xc0\x52\x0d\x9f\x47\x9e\xba\x60\xb9\x40\x37\x5d\xe3\xe2\xf1\x20\x2e\xc5\xac\x5c\xd3\x11\x6f\x10\xfa\xda\x1d\x31\x52\xb1\x2c\xca\xa2\xc3\x65\x28\x9a\x8f\xde\x52\x8a\xa5\x29\xb6\x2f\xd6\xa0\x40\x22\xfa\xbc\x58\x83\x24\x7f\x3d\x5c\x8f\xc0\xc2\xdf\x70\xe8\x94\x10\xc0\x22\x7c\x46\xc6\xcc\x07\x5a\xcb\x7d\xcf\xb6\xbb\x92\xd6\x7d\x09\x82\xb6\x5f\x6d\x22\xc7\x13\xea\x36\x0e\xab\x18\xfa\x57\x57\x30\x46\x98\xbb\xed\xda\xe9\x61\xb7\x3d\xf1\xe3\x2e\x6b\xe9\xb7\x0a\xb0\x30\x62\xdc\xaa\xa0\x05\x2b\x42\x21\x9f\x28\xdb\x3a\xa3\x70\xb5\x07\x84\x95\x2b\xe7\xf1\x42\x23\x12\xa7\xb7\xf7\xcc\x74\x53\xff\xb4\x49\x48\x4f\xb0\x15\xa8\x92\xd6\x99\x11\xb9\x04\xa0\xda\x0d\x91\x0b\x53\xb6\x12\x0a\xe9\xad\xd6\xb6\x0c\xe2\xde\x30\x31\xd1\x7f\x15\x9e\x4c\x18\x4f\xef\x89\x3a\xca\x7a\x07\xd2\x60\x00\x54\x28\x89\xa0\xbd\xbd\x3a\x46\x5e\xc4\x30\xdd\xc6\x76\xcf\x44\x1d\x9d\xdb\xb5\xbf\x9a\xb3\x37\xe7\x44\x36\x24\xf7\x3a\xd6\x35\xa2\x7b\x81\x9c\xc1\xe5\x82\xb2\xcf\x7e\x3a\x27\x9c\x93\x88\x10\xfa\x82\x60\x52\xe6\x37\x8f\xc5\x93\xa7\xbb\xd2\x3d\x92\x70\x60\xad\xdb\xb2\x8e\x57\xb5\x3b\x4d\x6f\x90\x96\xfb\x81\xa5\xa3\x12\x4a\xb8\x75\xec\x9a\x87\x53\xbd\xe2\x7d\x55\xe4\xbd\xf2\xc7\x61\xf9\xcb\xc7\xa4\x23\xae\x48\x4e\x36\x24\xff\xdc\xf7\x5d\x09\xe1\x6e\xfc\x4d\x34\x4e\xd4\x33\x09\xcf\x06\xba\x64\xcf\xa4\xc0\x50\x0f\xa4\xcb\x85\x6c\xbc\x24\xf2\x13\xf1\xcf\x9b\x9a\xb0\x69\x4b\x77\x1c\xb7\x6b\xdc\x7f\xf7\x45\xe3\x14\xdf\x0c\x7f\x41\xac\x1a\x14\xd0\xd2\x11\x51\x34\xdf\xe8\x4f\x59\x6b\x44\x98\xe4\x53\xb9\x45\x01\xab\x60\xf9\x4c\x66\xc0\x16\x57\x41\x6a\x07\x06\x04\xbd\x95\x75\x8a\x9b\xdc\x92\x0c\x26\xdb\xa5\xee\x5b\x3a\x16\x34\x83\x40\x02\x72\x87\x38\x28\xe8\x87\xb0\x1f\xe3\xed\xbe\xde\x32\xd2\x8a\xd5\x11\x29\x0c\x69\x21\xe7\xb2\xd9\x8a\x1e\x60\x0e\x24\x3c\x75\x50\x79\x74\xee\xa6\xaf\xcc\xe1\x31\x46\xcc\x8d\x17\x8a\x9c\x69\x8b\x98\x2c\x2b\x09\xa0\xfe\x71\xc3\x8f\x6c\xb3\xaa\x5f\x93\xf9\x40\x4c\xd0\x18\x95\x74\x6d\xcd\x52\x06\x3a\x9d\x90\x0d\x9d\x09\xf3\x89\x36\xa4\xab\xae\x56\xf5\x76\x47\xcc\x49\x18\x50\x52\xa4\x45\xb2\x02\x12\xc0\xf8\xfb\x25\x4a\xd2\x9b\x48\xf4\xc4\x11\xc9\x2c\xb2\xcc\xb6\x7b\x22\xe5\x2d\xad\xb9\x32\xb4\x32\xf1\x4d\x15\x45\xc3\x12\x2c\x51\xaf\x56\x7d\x03\x03\x43\x36\x23\x3b\x4c\x90\x59\xe7\xfd\xaa\x13\xd3\x88\xac\x27\x22\xe1\xbc\x27\x75\x0c\x9c\xd3\x5b\x10\x26\x05\x2d\x01\x13\x12\x12\xa2\x75\x04\xfe\xb3\xd0\x15\x5b\x7e\xac\xda\xfb\x0a\x58\xdd\x75\x19\x9d\x67\x28\x5a\x9f\x9d\xa8\xbb\x78\x19\x40\x88\x62\xd8\x23\x18\x24\xc5\x62\xbe\xde\x90\x88\x14\x19\xa1\xd6\x98\x53\x7a\xad\x89\xbd\x3c\xa8\xb4\xc3\x42\x4f\x16\x88\x28\x6b\x08\x34\xfa\xdb\x92\xae\xb4\xea\x0a\xc5\xb2\xda\x12\x84\x3b\x30\x05\x43\x83\xdf\x73\x22\xe0\x2c\x07\x59\x11\xc3\xc0\xdc\x12\xa8\x68\xb1\xa7\xc2\x33\x2b\x6f\xe9\xdf\xc4\x52\xeb\x1e\xb7\x1b\x88\xc3\x44\xd8\x89\x16\x5a\xd6\x55\x5e\x5b\x89\xb8\x19\x09\x76\x31\xaa\x98\xc3\x8b\x0a\xf0\x4d\xad\x83\x81\xee\xc5\x36\x90\xd9\x6d\x08\x30\x02\x88\x16\x22\x9b\x91\x8f\x52\xb2\xcd\x13\x48\x70\x87\x9f\x21\xf7\xee\x3b\xfa\xaf\x16\xf2\xb2\x2f\xf3\x68\x7f\xfb\x07\x54\xc3\x10\x37\x11\x24\x2a\x4a\x40\x7e\x2c\x4a\x98\x1a\xd6\xd1\xf6\xab\x21\x9a\xd9\x9c\x79\xbd\xeb\x9b\x1d\x0e\x0e\xfa\x24\x36\x6c\x5a\x31\xf7\x99\x68\xea\x56\x25\x7c\x5e\xb3\x7a\x86\xd1\xc1\xac\xf9\x54\x17\xb9\x90\x24\x69\x34\xc2\xbd\xcd\x41\xa4\x8d\x3c\xec\x01\x12\x53\x8f\x31\x24\x56\x7d\x38\xf8\x0a\x47\x30\xac\x45\xe8\xf2\x1d\xc9\x56\xba\xf9\x27\x10\x1a\x3d\x41\x36\x97\xeb\xb2\x66\x7f\xa1\x96\x82\x58\x02\xb8\xaf\x28\x8e\x48\x70\xf7\x5e\x1a\x19\xbf\x1f\x71\xa1\x0a\x95\xbe\x95\x6d\x13\x2b\xc0\x6f\x5d\xd5\xd5\x6b\xc0\x12\x3c\x05\x25\x72\xd5\x3b\x6c\x71\xd5\xc4\x14\x1d\xcb\x03\x90\x22\x84\x38\xb1\x66\x22\xc7\x41\x30\x90\x95\x22\x3f\x56\x6c\x19\xd3\xa3\xb8\x8d\xd3\xbe\xd0\xc3\xfc\xee\xd3\xbd\x9d\x5d\xbf\xb7\x97\x37\xd7\xef\x17\x0f\x8b\x9b\xeb\x7b\x3c\xfc\xe3\x05\xa9\xb3\x75\x51\xc9\x8e\xfc\xfe\xe4\x21\xd1\x31\x13\x31\x4f\xf9\x7e\x3d\x17\xfd\x1c\xf8\xe8\xa4\x15\x2e\x0b\x05\xaf\x72\x22\x06\xf7\xd6\x65\x74\xaa\xa0\xef\x5e\x97\x05\x5d\x41\x99\x3d\xab\x5c\x17\x93\x9a\x36\x1a\xfa\x56\x86\x3d\x9b\xa9\x8a\x16\x22\x41\xb7\x2d\x80\x24\x62\x4d\x28\x33\x32\xbe\x02\xdc\x8e\xdc\x3d\x46\x74\x0a\x36\x6c\xfc\xb0\x67\xc6\x12\x10\xb6\xbe\xfa\x68\x44\x9d\x7a\x4b\x45\x6b\x3c\xf4\xd6\xce\x33\xda\x4c\x1f\x11\xcf\x30\xcf\xe9\xca\x5b\x56\x31\x76\x42\x2a\x77\x42\x4f\x4d\xf4\x05\xd7\x4e\xf8\x4a\x26\xd1\xa8\x99\x10\x64\x7b\x50\x43\x2a\xe3\x08\x5e\xf2\x95\xb3\xaa\xf8\x9f\x2c\xe2\x9b\xc8\x6c\x22\x2a\x99\x16\x11\xd8\x04\x51\xde\x73\x66\xfb\x13\x06\x55\x9e\xed\x98\xed\xf0\x8f\x5d\xd6\x74\xfe\x1e\xf0\x8e\x21\x96\x21\x3a\xcf\xda\x0d\xae\x48\x14\x26\x44\x7a\xb4\x2e\xa2\x71\x30\x55\x0c\x13\xd6\x2b\x55\x27\x6c\xc0\xc2\x8f\xab\x0c\x99\x80\x2b\xb1\x4a\x54\xd2\xd3\xb9\xfb\x92\xf5\x03\x03\x57\x80\xd6\xcb\x12\x98\x50\xc0\x13\x25\x36\x51\x98\x0c\xec\x83\xc2\xfb\x55\x6c\x0d\xf2\x7f\x4d\x96\xec\x5f\xe1\x41\x6c\x9c\x3e\xc5\xc8\x98\xd9\xc9\xaa\xa6\xb5\xe8\x19\xfc\x6d\xa2\xa8\x70\x85\x02\x4c\xdc\x55\x85\x3d\xf5\xb2\x93\xe5\x79\x75\xa3\x76\x94\xfe\x1c\x90\x0c\xee\xce\x1e\x89\x5d\x0f\xf1\x9c\x33\x99\xb0\x97\x20\xfa\x91\xb5\x42\x46\x7e\x0a\xfe\x55\xf7\xc4\xe6\x09\xf6\x9e\x59\x06\xb2\x00\x11\x1b\x99\xae\x1d\x82\x93\xe0\x68\x1d\x48\x93\xb4\x03\xfd\xb3\x2c\x98\xda\xe0\x3b\x15\xd5\x1a\xb7\xe1\x58\x24\x0a\xc1\xb1\x7c\x5a\xf1\x13\xf1\x8e\x88\x19\x48\x4c\x7f\x87\x6e\xa3\xff\x71\xab\xbe\xd3\x98\x07\x78\xde\x78\x21\x69\x83\x11\x87\x5f\x61\x88\x17\x4f\x99\x58\xe8\xb8\xb3\x5b\x3d\x27\x08\x81\x34\x7f\xd9\x93\x32\x0c\x72\xc4\x0c\xe4\xc8\x19\x1f\x96\x96\xd3\x63\xda\x54\xa8\x90\x83\xa7\x84\x91\x3d\x65\x45\xc9\xa0\x8a\xf1\x6e\x76\xcc\xed\x62\xa0\x12\xe1\xb5\xb0\x85\x48\xac\x56\xb4\x32\x5c\x04\xbe\x2c\xe8\xd3\x27\x71\x3f\x88\x65\x9e\x5d\x59\x86\x9b\x20\x1c\x3d\xb9\x31\xb9\x83\x4f\xc1\xf3\x6a\x25\x84\x23\xb0\x6c\x70\x15\xb6\xd7\xa5\x0d\x88\x5f\xdd\x1a\xbe\x05\x58\x54\xea\x81\x8a\x97\x42\x58\xf8\xc4\x36\x43\x45\xe8\xca\xd8\x78\x95\x7b\xcd\x58\x2f\x42\xf1\xc1\x96\x32\x59\x50\x3c\xa4\x50\x3b\x00\x23\x37\x0e\x0b\xb6\x23\xfb\xb5\x85\xdd\xcd\xe1\x0d\x31\xa6\x35\xf4\x24\xf0\x13\x66\x84\x66\xab\xb8\xcf\x93\x93\x0d\xf8\x0f\x64\xa1\x39\xc8\x6d\xb2\x91\xf7\x24\x34\x66\x3b\xd1\x2f\xb8\xaa\x2b\xb6\xd7\xaf\x6b\x98\x1c\xed\xc4\xa8\x4f\xc4\xd6\x81\x50\x9e\xb8\xbb\x7a\x79\x99\xec\x58\x15\x5e\xa3\xd2\x42\xdb\xa2\x72\xac\xae\x61\x43\x20\xc0\xb5\x26\x55\x1e\x9c\x22\xf8\x17\x61\x67\x09\x57\x84\xbd\x23\xb9\x55\xbc\x7f\xf0\x33\x4c\x47\x97\x24\xee\x98\x62\xe9\x65\xa3\x5e\x25\xe9\x99\x12\xac\xd2\x46\x7a\x08\x7d\xa1\x50\x13\x99\x2d\x1e\x32\x5b\x7c\xe8\xc0\x0b\xd8\x96\x85\xa5\x60\x95\xd7\xe0\x75\xa3\x60\xf6\x6a\x45\x20\x65\x97\x8d\xd4\x51\xe1\x9e\xf5\x62\x42\xf0\x30\x0a\xf0\xc5\x9a\x83\x5f\xf1\x1e\x48\xd3\xb6\x62\x18\xd0\xb6\x12\x1e\xe2\x43\x12\x01\x90\x35\x9d\x8b\x70\xde\xb1\x58\x8e\xba\x26\x33\xc4\xb1\xfd\x54\x9c\x5d\xc1\x38\x5d\x0c\xe2\x20\x22\x62\x78\xa5\xad\x73\xec\xc4\x42\x30\x36\xf4\x6b\x43\x6b\x30\x61\xbc\xb9\x20\x2f\x81\x5d\xcf\x4b\xb8\x9e\x5e\xe7\x4f\x12\x7f\x74\xa2\xae\x72\x2a\x8e\xc4\x2c\x40\x50\x88\x64\x1c\xfd\xbc\x1d\xc8\x79\x8e\x6f\x09\x5b\xa6\xcc\x2a\x1e\x46\x07\xa5\x74\xb3\xfc\x2f\xc7\x12\x1c\xcb\x47\xde\x82\xed\x21\x3b\x1b\xbf\x68\x36\x10\xbc\xf7\x30\x55\xb3\x26\xb7\x0b\x8f\xb4\xf8\x7a\x82\x48\xe1\x47\x11\xc8\x05\xff\x46\xee\x69\x01\x3b\x4c\x8c\x5d\xac\x90\xc3\xa6\x20\xe8\xc9\x94\xcc\xc0\x9a\xf5\x23\xe9\x3c\xfa\xb7\x7f\x80\x5c\xb6\x3a\xdf\x23\x7a\x31\xf5\xa8\x5c\x65\x62\x25\x86\x8d\x5a\x31\xef\x58\xd2\x0b\x92\x98\xed\x57\x7d\x99\x85\x68\xdb\x16\x68\x28\xc9\xfa\xeb\xb3\x47\x04\x43\x2a\x01\xcf\x20\x7a\x47\x84\x56\xee\xc5\x18\xcb\xb6\x35\x3d\x17\x3d\x5c\x3e\x36\x4b\x56\x15\x2f\x7e\x89\x78\x47\xf7\xec\xde\x10\x41\x2d\x9b\x0c\x42\x6d\x22\xda\x51\xa5\x72\x34\x23\x94\x47\x83\xfa\x50\xdd\x6a\x82\x6e\xe5\xa7\x40\x4a\xe4\xc6\xd4\xa5\x53\xca\x3f\xcb\xce\x25\xfa\xca\x6f\xe7\x1e\x09\x15\x5d\x0c\xc9\x05\xbd\x1f\x92\x73\xab\x6f\xd9\xa3\x08\xf9\x4f\xd9\x7f\x11\x12\x2e\x49\x5c\xd5\x55\x08\x8b\x07\x67\x09\x52\x29\x9a\x04\xb4\x01\x3f\x6e\x92\xc7\x99\xc7\x97\xe7\xa4\xa1\x9a\x27\x08\xd2\x4a\x6c\x2d\x11\xac\x6a\xa2\x47\x80\xd5\x49\x24\x54\x1e\xec\x0b\xd6\x27\x52\x43\x98\x48\x2c\x7c\x7b\x48\x38\x7c\x61\x02\x1c\x59\x14\xe1\x59\xd5\x49\xed\x81\x42\xb1\xa2\x50\x44\x97\xc4\x10\x22\xf0\x80\x88\x8d\x99\x8c\xa0\x98\x28\xd9\x80\xe5\x6a\xda\xf4\x3b\xc1\xa5\xa4\x4a\xcc\x81\x47\x61\xab\xb1\x63\xc6\x12\x9e\x5f\x32\x67\xdf\xc8\x4b\x75\x25\x44\x7c\x95\x93\x10\x11\x17\x56\x50\x43\xe6\x29\x69\xbc\xe0\x82\x0b\xe5\xad\x2c\xc8\x25\x63\x25\x2c\x0f\x9b\xb3\x02\x64\xb0\x3f\x87\x46\x96\x03\x8a\xe0\x1e\x52\x05\xf9\xf7\xed\x54\xec\x12\x6c\x5f\x94\xae\xf1\x6e\x81\xba\x95\x31\x68\x2f\xcf\x11\x17\x45\xb6\x15\x6e\x23\x21\xd0\xc5\xf7\xb0\xa6\x8f\xd9\x30\x85\x5e\xd6\x8d\xc4\xf9\x72\x80\x27\x82\x66\x20\x4e\x8a\xe1\x9a\x4c\x54\x8a\xa4\xb2\x34\xa3\xc0\x58\xe2\x50\x8a\x6f\xd6\x21\x08\x28\x11\x0b\x25\x9e\xb5\xc0\x19\xcf\xca\x62\xfa\x9c\x01\xc3\x6a\xe9\x66\x1c\x93\xad\x7d\xa8\x29\x1e\x55\x08\x9e\xf1\x49\xb2\x72\xc7\x8e\xa3\xe1\x7c\x45\x5d\xaa\xcb\x17\xed\x06\xba\xfa\x8f\xf5\x33\xbc\xd6\x29\xd4\x61\x5e\x3b\x21\x74\xcf\x73\x7e\xd9\x57\xad\x19\xb3\x2b\x23\x75\xec\x64\x76\x75\x2d\x46\xb8\xfe\x40\x1c\x10\x09\x91\xd3\x13\x3e\xa8\xec\x69\xb7\x51\x6f\x2e\x31\x3a\x09\xab\x44\x13\x40\x26\x87\xec\x47\x20\x83\x2b\x4d\x7c\x79\xc8\x96\x02\xed\xc5\x28\xd2\x7a\xec\x1e\x4d\x50\xfd\x89\x21\x11\xfc\x34\xbb\x2e\x4a\xb6\xaa\xda\x7a\x05\x8d\x9e\x0b\xbb\xea\x6d\xca\x8f\x1a\xb1\x57\xb4\x4b\x88\xdc\x8d\x99\x4b\x32\x49\x39\xa9\x31\x45\x9b\x64\xe9\xf6\x55\xb6\x45\x62\xaa\xdc\x9b\xb2\xa8\x10\x56\x6b\xfb\x65\x40\x8d\xb7\x0a\x82\x37\xe0\x99\x85\x11\x9a\x46\xc1\x34\x6c\x37\x35\x5e\x9d\x22\x9b\x42\x4c\xb9\x85\x15\x92\x67\x1d\x33\xc7\xb6\xaf\xbc\x13\xcb\xee\xae\x90\xc2\x1a\xb1\x85\x25\x99\x64\xce\x69\x28\xc0\xa4\x30\x24\x59\x34\xc2\x6e\x3b\x40\xaf\x67\x90\x63\x78\x95\x10\x7f\x4a\x43\xc1\xec\xf7\xa1\xdc\xa6\xe5\x80\x5a\xe3\x3c\x1b\x20\x12\x5a\x73\xa0\x8b\x0f\x28\xde\xd8\xe1\xde\x83\xed\x8c\x6c\xf7\x32\x2c\x43\x56\x1d\xcb\x3d\x89\xcf\x90\x00\x46\x64\x3c\x9e\xec\xa7\x0b\xfb\x2e\x6b\x49\x32\xdd\x06\x87\x44\xdc\xc8\x19\xf9\x85\x1a\x6c\x7e\xe4\x2c\x5e\x7e\xc4\x80\x62\xa2\xf4\x3f\x7b\x23\x0e\xb1\x07\x68\x9b\x83\x40\xf4\xad\x0f\xf0\x73\x3c\x18\x56\x20\x9d\xe2\xa9\x16\xa7\xc5\xdb\x72\x42\x57\x88\x0e\xe5\x26\x89\x5d\xe0\xf1\xad\xeb\x7c\x48\xd2\xef\x8f\x80\x31\xd9\x0a\xb0\x5b\x33\xb2\x1a\x10\xf4\xe0\x30\x79\x5f\x95\xc5\xb6\xc0\x1a\xc3\x18\xb6\x97\x2d\x87\x5e\x9f\x3a\xa7\xe4\xb4\x90\xfd\x2e\xb7\x42\x0f\x57\xac\x2c\x4d\xea\x43\xb2\xc3\xaa\xff\x5e\xee\x87\xe8\x60\x2d\x58\xc8\x05\xca\x4a\x53\xfb\x48\x46\x3c\x24\x6d\xcb\x72\x89\x55\x1e\x07\xc7\x8a\xae\xef\xd4\x16\x8f\x8b\x8f\xcf\x47\x0a\xbb\xaa\x9f\xc9\x39\x7e\x74\x72\x32\xe3\xd3\x44\x6b\x72\xce\x0b\xc9\x69\xc1\xd2\x64\x02\x02\x7f\x3c\x65\xa5\xe8\xe7\x36\xa2\x74\xb9\x1f\xfa\x84\x7c\xc1\x9c\xff\x20\x33\x79\xcb\xa1\x71\x20\x46\x3d\x01\x71\x6a\x07\x60\x25\x19\x14\x72\x6d\x91\x4b\x14\xe3\x3a\xf8\xb3\x69\x98\x89\x54\x5f\x09\xfb\x28\xd3\xbb\xf0\x39\x6f\x86\xf1\x19\xd1\x29\x4d\xe1\x22\xc6\x40\x44\xc3\x39\x49\x0f\x8d\x1a\xed\xa3\xcd\xeb\x90\x3b\x53\x1a\x6b\x6b\x90\x8c\xc8\x61\x84\x32\x37\xd9\x93\x30\x1d\x09\x6d\x76\xe1\x86\xb6\x2c\x79\x14\x65\xdf\x4a\x50\x0e\x4b\x10\x5c\x2c\xd1\x15\x43\x92\x4a\x84\xcc\x23\xc9\xe8\x73\x5c\x6b\x89\xab\x57\x51\x2c\x6b\xe0\x28\xa1\x54\x9f\x73\x24\x9d\x8c\xb8\x32\xad\x60\x3c\x07\xb4\x63\x27\x02\x4c\x19\x1c\x3d\x0e\xbb\x40\x6e\x35\x85\xd8\x67\xaa\x21\x04\xc3\x46\x9d\x42\x16\x5d\xe1\xe6\x98\x36\x24\x88\xd9\xb7\x21\xc6\x92\x02\x39\xba\x34\xa3\x47\x95\xd4\x14\x87\xf4\x07\x98\x20\x96\xe0\x0b\x5a\xba\x4d\x56\xae\xa7\xca\xdf\xfc\x27\x89\x41\x10\xee\x8c\xc6\x10\x01\xca\x94\x19\x99\xcf\x26\xa1\xd1\x24\xe0\xbd\x15\x96\xf1\x0e\xbe\xc4\xc8\x24\xbf\x27\xf9\xec\x70\x0c\x97\xc7\x83\x13\xe5\xf8\x94\x04\x72\x62\xae\x94\xfb\xda\x14\x3b\x51\x41\xf4\x26\xd3\xea\x65\xc0\x9b\x06\x3b\x42\x9e\x7d\x55\x34\xab\x7e\x0b\x3f\x00\x16\xfe\xa0\x52\x04\x34\x02\x8b\x1d\x6f\x18\x41\x4e\xa4\x51\x16\x30\x74\x72\x44\x39\xad\xbd\x67\x73\x91\x6e\x89\x8d\xf8\x41\x3d\xc8\x5b\xc4\x60\x58\x9d\xbc\xf9\x91\x83\xbc\x2d\x6c\x07\x42\x39\xf2\xc8\x2d\x22\xbb\x00\xf0\xe7\x0b\xc8\x11\x9f\xf7\xf8\x2c\x79\x0f\x71\xca\xef\x84\x61\x3f\x00\x3d\x33\xd2\x56\xaf\x2f\x19\x64\xc4\x81\xb1\xea\x95\xb2\xe3\x75\x3d\xb8\x3c\xa8\x52\x22\x91\x25\xf4\x34\xd9\xba\x79\x50\xfb\xb0\x98\x7c\x88\x99\x2e\x63\xb5\xa9\xea\xb2\x7e\x84\x32\x21\xdf\x32\xe3\x34\x66\xc4\x51\x12\x14\x22\xb6\xb7\xeb\xbe\x24\x6d\x5e\x32\xdd\xd0\x81\x1f\x95\x3b\xf4\x79\x38\x43\x64\x84\xbd\x79\xe3\x55\xd0\x97\xc5\xed\x4d\x22\x38\x3a\x04\xf7\x69\xcd\x9c\xdc\x5a\x8e\xb9\xd9\x9f\x7e\xb4\xef\x09\x0d\xdb\x25\xbd\xfe\xe6\x2f\x7f\xf9\x05\x3c\x65\x5a\x12\xbc\x70\xa9\x38\x10\xeb\x49\xc4\x93\xaa\x86\xf4\x39\x92\x38\x40\x83\xe6\x7a\xfc\x19\xda\x58\xf1\x20\x0c\xc6\x52\x61\x28\x2b\x25\x17\xfc\x9c\x01\x11\x38\xac\xe6\x2c\xe9\xd2\xd8\xa3\x20\xe2\x5f\x16\xa4\x43\xc6\xdb\x0c\x70\x66\xfd\x7e\x76\x18\x32\x61\x0b\x63\xf0\x2a\x7c\x40\x41\xbc\x08\x54\x32\x5b\x9b\x55\xc1\x04\xa3\x22\xf9\x88\x7a\x64\x22\x0e\x99\xf2\xda\x8c\x59\x54\x54\xa1\x26\xc6\x57\x25\x32\x68\x38\x09\x17\xd1\x74\xaa\xb2\x58\x91\x79\xc7\x81\xad\x9a\x61\xa8\x3e\x75\xb3\xd8\x2f\x14\x9b\x9c\xfe\xec\x2a\x48\x57\x76\x22\x49\xa4\xc3\xf8\x4e\x4d\x5c\xb6\x4d\xa6\xc2\xee\x92\x53\x6d\x84\xca\x88\x6b\x5f\x29\x32\xf5\x64\x01\x9b\x07\x97\x66\x8e\x63\x93\x6f\xef\xdf\x2e\x12\xbe\xfd\xdd\xd7\x67\x5d\x4a\x40\x2d\xd5\x40\x7a\xbb\xa3\x12\x2e\x7f\x30\xd5\xcf\xaf\xda\x81\x49\x23\xca\xc5\xf8\x30\x1d\x4a\x40\x10\xb1\x26\xe4\x11\xb3\x14\xfd\xf6\xb8\x98\xae\xda\x1d\x39\xfc\x92\x94\xe5\xfc\x70\x0c\x63\x21\x5d\x03\x29\xd0\x6e\x40\xd9\x0e\xf1\x7a\xad\x33\x7b\x31\xd8\xf5\xd6\x7c\x73\x6e\x87\x1b\x43\x94\x3b\x93\x54\x30\xe7\x70\x21\x62\x82\x21\x38\x34\x9a\x60\xfe\x54\x7b\x83\x08\x8a\x37\x4f\x9e\x42\xce\x26\x57\xff\x3d\x5b\xad\xea\xc6\x9b\xe2\x2a\x82\xfe\x1c\x93\x1a\x42\x4a\xf9\x0b\x00\x28\xfe\xb2\x25\x79\xae\x2b\x27\xb2\x63\x1f\x62\x6e\x6f\x19\x8c\x47\x66\x1e\x72\xdf\x92\xf2\x89\xe3\x31\x30\x7a\xaa\xf6\xd1\xec\x71\x34\x3c\x5c\xa4\x54\xf7\x60\x1b\xae\x35\x02\x5d\x55\xb5\xfe\x37\x94\x51\x44\x6b\x7a\x29\x30\x24\x8c\x67\x04\xac\x23\xf5\x09\x6d\xbf\xdb\xd5\x10\x7a\x4d\x0c\x14\xc6\xe2\x81\x58\x13\xc2\x20\xfc\x29\x25\xb6\x4f\xde\xb6\x53\xcb\xf8\xf7\x34\xd1\x3e\xa2\xba\x34\xd2\x7f\x60\xa8\xaa\xb5\x31\x0e\x8c\x05\x9f\xbb\x50\x4b\x71\xf0\x92\xc6\x5e\x7c\x50\x2c\xa5\x5a\x2f\x22\x9c\x09\x26\x82\xbf\xda\x7f\x3b\x46\xb1\x9a\xe6\x72\x9a\xa6\xe1\x0b\x6d\x53\x45\xf6\xab\x64\xe8\xb2\x73\x36\x5e\x25\xea\x07\x65\xbf\x22\x84\xed\x93\x20\xe3\x51\xa2\x0c\x55\x3e\x84\x2a\x5e\xa6\xd0\xb8\x8e\x16\x82\x64\x5c\xc0\xf6\x84\x12\x2b\xf2\xae\x9c\x66\x03\x97\xff\xab\xbd\x38\xdb\xce\xef\x87\xa2\xb8\x63\xee\x84\x70\x46\xaa\xa9\x85\x1f\xe4\x59\xc5\x15\x2f\xf3\x67\x6f\x2a\xab\x57\xc8\xb1\x23\x3d\x8d\x04\x3d\xd3\x1f\xe0\x10\x79\x44\xe3\x02\xb1\xc2\xe4\x04\xe3\x4c\xf4\xa0\xab\xf3\x58\x23\xe4\x6d\x58\x56\x11\x24\xfc\x9a\xe0\x09\x27\x91\xb8\x24\xf3\x87\xf7\xfd\xa1\x24\x67\x88\x58\x22\x3d\x07\x5b\x51\xdc\x70\xe2\x8b\xba\x6d\x5d\xeb\x2b\x09\xb2\x98\x23\x1b\x2d\xc0\x15\x26\x9d\x2f\x4a\x10\x11\x30\x4d\xf9\x71\xa4\xea\x83\xb4\x10\xda\xc8\x05\x95\x24\x9e\x99\xe8\xa6\x5e\x7a\x30\xd4\xa9\xfa\x50\xc7\x4c\xab\x28\xd9\x1b\x9d\xea\x95\x3d\x66\x4d\x5e\xa2\xee\x04\xb6\xb6\x14\x31\xed\x25\x04\xcf\x21\x45\x2e\xa8\x1a\x38\x2e\x10\x2c\xb0\xa3\xf8\xfd\xa1\x0f\x96\xe2\xd2\x7b\xab\x49\xe1\x64\xb6\xd7\x9c\x7d\x8c\xd0\x08\x71\x56\xe4\xda\x14\x20\x44\xad\x9d\x88\x8b\x6a\x71\x19\x57\x6a\xb4\x8e\x00\x17\x79\xee\x8b\xbd\x7c\x98\xcb\xda\xfc\x1c\xa5\x17\x61\xe3\x4d\xd6\xbe\x90\x6a\x21\x4c\xb1\xbc\x12\xeb\x59\x92\x1f\xbc\xca\xc9\xc4\xcb\x5b\xe0\x46\xe3\x4b\x03\xe5\x35\xde\x49\x0f\x14\x22\xd3\x5a\x96\xc0\x76\xa7\xee\x74\x7a\x17\xd1\xd9\xbc\x04\x9f\x22\xc4\x20\xd8\xf1\x61\x5b\x5c\xca\x77\x24\x0e\x2f\x01\xc3\x60\x2b\x0c\x6d\x28\xa1\x1f\xc1\xbc\xc7\x9c\x66\xe1\x72\xb7\x43\xc1\x41\xd5\xf9\x84\xf9\x30\x0c\xc5\xae\x2f\xac\xf6\x4a\xd2\x44\x6c\x38\x0d\xea\x8e\x06\x86\x0e\xcb\xf7\xe1\x0a\x04\xd8\x92\xa3\xfa\x3e\x43\xea\xc3\x3a\x62\x6e\x6c\x91\x59\x81\x3e\x09\xd1\xf9\x29\x1c\x46\x38\xbb\x48\x4d\x3f\xd5\x65\xbf\x15\xad\x46\x92\xa6\x6e\x88\x08\xf1\xdb\x20\x1d\xe9\x4d\x81\x24\xc5\x5c\x99\x49\xf6\xf8\x08\x82\x46\xde\xb6\xf0\x90\x46\x14\xf1\xe1\xbb\x36\xc9\x52\x47\x95\xaf\x90\x1b\x1f\x42\x15\xd3\x8c\x95\xac\x54\x65\x11\x00\x03\xc3\xa9\x3e\x58\xff\x95\x96\x27\x9b\xa5\x23\x91\x00\x94\x68\xf4\x2b\xe6\xf5\xd5\xe9\x15\x47\x06\xa9\xa7\x8a\x5d\xb6\x63\xd7\xc7\x59\x7a\xfa\x7f\xfe\x44\x31\xa6\xb9\xca\xa4\x8c\x30\x61\x49\xc8\xa1\xd4\x7a\x88\xb9\xcf\x68\x2b\xf8\x85\x98\x76\x7e\x49\x75\xea\x35\x19\x2b\xaa\x4e\x3f\xd0\xe5\x9c\xd0\xa5\xc3\x40\xc9\x91\x80\x71\xd0\x80\x22\x8c\x4c\xd4\x80\x2d\x49\x66\x20\xff\x4f\x27\x15\x61\x92\xd0\xdb\x12\x63\x12\xed\xbc\x46\x21\x14\xcb\xbc\xa3\x11\xb1\xd1\x66\x63\x93\x46\xe8\xa9\x72\x51\xb1\x92\xf0\x49\x54\xea\x65\xd8\x6f\x14\x4c\x67\xc3\x80\xdc\x1e\xd2\x36\x6c\xab\x71\x42\x6f\xb3\x6f\xd9\x06\xd6\x32\x2f\x5e\xe4\x2c\xc6\xa7\x93\x27\x8e\xd0\xe8\xf9\x94\xed\xbd\xed\x2e\xab\x0a\x1f\x57\x12\x29\x71\x3c\xd4\x57\x7c\x17\x6b\x25\xb3\x79\xdf\x48\xfc\xcc\xaf\x2e\x0b\x8a\x06\x23\xc9\x55\x6f\xa5\x7a\x80\x69\x96\x63\xb4\xb1\x1c\x90\xb0\x22\x05\x79\x51\xb5\xff\x7f\x3d\x73\x26\x42\xad\x81\xff\x5e\x89\x15\x38\xb5\x2c\xf5\xc5\xda\x23\x3d\x4c\xa6\x03\xf8\x05\xf5\x57\x7b\x97\x35\x12\xba\x4d\x1e\x11\xcd\x99\xc4\x9f\xbc\x31\xb9\x13\x6d\xd5\x48\x89\xb5\x60\x26\x31\x32\x25\xb0\x24\x41\x8d\x70\x14\x32\x27\x90\xde\x41\x0e\x43\x9d\x4c\xaf\xc5\x55\x75\xab\xa5\x91\x62\x4a\x33\x99\x5c\x90\x2b\x97\x10\x8c\xe9\x97\xe2\xb6\xa2\xe1\xd3\xcb\x09\x14\xa0\x10\xa9\x1d\x75\x32\xf8\x38\x3d\x4e\x0f\x72\x10\x46\xf8\xbf\x4e\x0f\x53\x9f\x21\x65\xcb\x5d\xb5\xf8\xb6\x96\x6a\x00\x8d\x1a\x11\xeb\xb5\x75\xa5\x05\x27\x92\x00\xf7\x7b\xc2\x97\x4a\x73\x1a\x6a\xcf\xc4\xe8\x57\x30\x8b\x99\xaa\x50\x92\x1c\xcb\x5a\xd5\x3d\x78\x89\xfa\x61\x72\x67\xbe\xc2\x42\x32\x90\x4c\x1d\x55\xad\x2e\x48\xb4\xe0\x94\x9e\x13\xe9\x3a\xf4\x2e\xd3\xab\xd3\x8a\x8e\xe4\xc2\x0e\xe9\x51\x2b\x24\x9f\x34\x6a\x75\x14\xc0\xd4\x86\xcb\x4a\x94\xb2\x66\x6c\x5e\x14\xad\x0f\x2a\x49\xa0\xb8\x5e\xad\xb2\x96\x2d\x33\x71\x47\x91\x52\x47\x06\x03\x81\x05\xa9\xb0\x84\x8f\x8a\x55\x7c\x5c\x39\x2d\x61\x3f\x0e\xbe\xe8\xd0\xc0\x3c\xc1\x8f\x94\x93\xc8\x13\x4b\x6f\x20\xfe\xb2\x8c\x76\xd1\x09\xc6\x5f\xaa\x37\xc6\xec\x2c\x77\xa4\xe8\x97\xcc\x0c\xc7\xe9\x99\x4a\x4b\x24\x95\xce\xc6\x35\xfb\x72\x1f\xe7\x62\x5a\x0a\x06\x63\x94\x3a\xb9\xf5\x17\x2f\x5c\x3d\x2a\xc9\x5c\x64\x00\xb2\x09\xa5\xcb\xfc\x47\xd9\x9c\x29\x80\x57\x59\xf7\x8d\x44\x07\x85\x1a\x44\x51\x05\x3b\x49\x1d\x83\x41\xcb\xc0\xbf\x42\x77\x23\x0f\x38\x41\x93\x94\xf4\x72\xe2\x99\x21\x51\x0f\xc3\x2f\x39\x14\xa5\xed\x01\xed\x4e\x4f\x92\x92\x30\x9e\x54\xfe\x09\x7b\x17\xc0\x21\x87\xa8\x84\xec\xcf\x24\x32\x24\xf2\x80\xe5\x1d\xd0\x1e\xa3\x39\xfb\x73\x5e\x83\x85\x87\x0a\xbb\x36\xbd\x02\x2d\xe4\x4a\x22\xdf\x89\xfe\x15\x87\x1c\x2e\x52\x21\x5e\x17\x17\xea\xc7\xe8\x30\xea\x86\xbf\x77\xc1\xa0\x48\x4e\xd9\x66\xbc\xaa\x94\x5a\xc3\xa0\x2b\x24\x65\x78\x12\xbb\x84\xc2\xbb\x81\x9b\xc1\x96\x91\x1e\x72\x43\x02\xa6\x7d\xf1\xf5\xa9\xf2\x06\xa0\xf5\xc1\x4d\x31\xd2\x48\x36\x86\x32\xa6\xe8\x85\x26\x89\x5a\x56\x1b\x41\x65\xc4\xbc\x75\x0b\x4a\x96\x6c\x73\x3b\xf0\x26\x5b\xe5\x1a\x77\x92\x6b\x7a\x8e\x0b\xee\x9c\x6b\x5e\x77\xf5\x6b\xfc\xaf\x94\x7f\x85\x92\x3f\x8f\x61\x5e\x07\x90\x17\x95\xc4\x0b\x24\x11\xe8\xb8\xa8\x44\x70\x77\x24\x13\x3e\xcc\x0d\x62\x09\xa5\xd0\x41\x2c\x90\x5e\x5e\x3a\x91\xb6\x6b\x56\x18\x7a\x4d\x9a\xad\xf6\x35\x12\x91\x6b\x34\x7c\xa3\xbe\x76\x22\x26\x72\x75\x25\xc4\x43\x60\xed\x42\x64\x94\x04\x1f\x13\x00\xe1\x27\x20\x49\x91\x86\x3d\x0a\xcd\xc0\xe0\xc0\x21\x5e\x72\x9c\xc5\xc0\x1c\x83\xe4\x3b\x49\xc1\xc0\xb8\xcb\x90\xc8\xce\x87\xd9\x94\x03\x51\x98\x94\x21\x21\x18\x0f\x3f\x0c\x3a\x74\xc2\xa0\x24\x1a\x9a\x6b\x07\xdb\x7e\x2b\x4e\x06\x3f\xe2\x1d\x9d\x50\xe9\x64\x3a\xf4\x8a\xf2\xa9\xe9\x5a\xd8\x91\x86\x67\xe6\x88\xb7\xd2\x82\x19\x54\xda\xa4\x7a\xd5\x3f\x4c\xba\x34\xdb\x92\xc6\x9d\xa2\x8d\x68\x53\xd3\xef\xe4\x77\xe7\x3e\x79\xd5\x46\x0d\xe8\x33\xc7\x21\xe5\xcd\xca\xb9\xcc\xb5\xb5\x81\xa4\x38\x61\x3d\x93\x58\x74\xc5\x65\xe8\x39\xaa\x20\x51\x36\x08\x27\x81\xde\x83\x95\x5b\x54\xca\x77\x7c\xc8\x2c\x58\x0f\x85\x96\xfd\x0d\x0e\x3b\x35\x79\xdd\x2f\xbb\x75\x5f\x72\xbd\x54\x1b\xb3\x0e\x74\x35\x75\xf9\x24\x78\x5e\x67\x4f\x35\x97\x2d\xb2\xe5\x91\x3d\xfa\x6e\x9b\xb4\x82\xca\x77\x37\x44\xf5\xc4\xb5\x5a\x49\x89\x15\xdc\x9e\xa9\x9d\x0c\x10\x35\xa8\xab\x36\xdd\x7e\xc7\xb6\x62\x2d\x55\x74\x44\x5e\xa1\x8c\x88\x88\x74\x55\x66\x6d\x9b\xb4\x7c\x4c\x47\x61\x09\x9f\x37\xee\x43\x6f\xc3\x68\x73\x2b\x87\x60\x06\xc9\xb8\xbd\x22\x16\xdc\x8c\x1e\x35\xe8\x85\xf1\x50\xca\x15\xb9\xef\x08\xe2\xb3\x66\x63\x72\xde\x49\x26\x80\x00\xe7\x36\x13\xa9\xb2\x63\xc0\x50\x61\x14\xcc\xc8\xa3\x68\x1f\x41\xee\x2f\x2b\x59\x83\x03\x06\x49\x3b\x88\x89\x76\x01\x94\x7a\xde\xc3\x9a\x16\x54\x21\x8a\x1c\x36\x10\x70\xfb\x8a\x97\x66\x5b\x00\x7f\xa1\xfd\xb4\x5c\x91\x33\x10\x6c\x4d\x80\xc6\x38\xa8\x29\x61\x33\xa7\x05\x8c\x1e\x43\xfe\x2c\x5c\x09\xbf\x90\xba\x1d\x71\x90\x17\x2c\xa9\xf8\xbf\x7d\x79\x50\xca\x62\x49\x85\xe0\x96\x8e\x55\xe7\xed\x14\xb4\xb1\x72\x39\x12\x03\x53\xed\x03\xd3\x8a\x75\xfb\xcd\xed\x05\xbd\x22\xf8\x8a\xb8\xb6\x17\xb8\x79\xd2\xea\xc4\x41\x04\xa9\x17\x72\x47\xda\xb6\x0e\xa3\x1b\xbe\x1e\x6f\x00\x20\x24\x90\xc9\x0e\xde\x97\x9e\xd0\xf6\xb4\x45\xe7\x06\xe0\x21\x2a\x64\xda\x1e\xa5\x8a\x6e\xac\x66\x34\xd9\xd8\x15\x55\x0f\x61\xd0\x57\x2c\x47\xd5\xf0\x8d\x01\x65\xb0\x38\x0b\x2d\xe3\xa5\x24\x1a\x52\x6b\x29\x5d\xd4\x56\x11\x11\x03\x12\x2a\x92\x73\x49\x69\x0e\xa7\x36\x97\x8e\xdd\xfc\x61\x3e\x08\x94\xb3\x44\x99\xcb\x36\xd3\x22\xd1\xc5\x7a\x90\x44\xab\x0e\x44\x65\x1a\x8a\xf5\x42\x5f\x3d\x3e\x6c\x27\x69\xbd\xb4\x2a\x67\xad\xdd\xb4\xe2\x06\xa6\xd8\x8d\xb5\x41\x89\xb5\x2f\x9d\x5b\xe4\x9b\x85\x24\xa6\xa8\xc3\xcc\x6f\x95\x70\xa2\x56\x8c\xac\xd3\xe8\x68\x6c\xfa\x61\x1b\x60\x70\x9b\x28\x6b\xd1\xca\xea\x44\xc7\x05\xd3\x4e\xeb\xab\x76\xae\xeb\x8b\x6e\x1f\xec\x52\x23\x1e\x34\x97\xaa\x9c\x1d\x0d\x6f\x0e\x21\x6c\x59\x39\xd2\xbf\xc8\x12\xfe\x1f\x2d\x38\x76\xe6\xa8\x0a\x93\x73\x0f\xe3\xdb\x1e\xa9\x1c\x4a\x5c\xba\xd4\xef\x35\xe2\xeb\xdb\x53\x3c\x86\x16\xfc\x5e\x13\x48\x69\x44\x3b\x44\x7a\x38\xa6\x63\xc8\x39\xa8\x54\xb1\xe1\xae\xab\x5a\x12\xc0\x89\x1d\x48\x6f\x77\xdc\x0c\x26\x49\x21\x18\x7b\xfb\x94\xb7\x46\x34\xa9\x4d\xd7\x62\x79\x0f\x30\xce\x85\x7b\xa1\xdc\x2c\x0d\xa6\x1a\xa6\x3b\x5d\x50\x74\xc7\xdd\xcd\xa7\xf3\x50\xb6\x94\xc2\x9f\xf8\x51\xa7\x8e\x7e\x58\xa1\x97\x99\xd1\x12\x9e\xcb\xd2\xe5\xbc\x4b\x0f\xdb\x91\xcb\xd1\x7d\xf6\x88\x09\xba\xdf\x21\x84\x2c\xb5\x11\x9a\xfb\x61\x9e\x8d\x6c\x13\xf0\xd0\x24\x47\xd1\x5b\x0a\x74\x35\x55\x52\x32\x07\xe8\x09\xd4\x5c\xfc\xd1\xa2\x50\x14\xc1\x01\xca\x8c\xf7\x09\xd4\xdc\xcf\x1d\x87\x45\x9e\x37\xae\x3a\x48\x42\x41\x50\xb9\x72\x1d\x0a\x29\x7c\x3a\x33\x87\x2c\x73\x52\x0c\xc5\xda\x8a\xc5\x7d\x4c\x1d\x8b\xf4\xf1\x1b\x11\x2c\x4f\x45\x5d\x72\x23\x1e\x1f\xae\x2f\xa5\x64\x8f\x7b\x38\xeb\x15\xaa\x1b\xd7\xaa\x8c\x63\x55\x5d\xb6\x6a\xea\xb6\x4d\x17\xd2\x12\x8d\x17\x78\x41\xa4\xc2\xc9\x7b\xf6\xd6\x30\x07\xe4\xd2\xbc\xe7\x51\xe6\x91\xce\x24\x7e\x39\xc4\x44\xc4\x96\x25\x3e\xf0\x63\x3e\x08\x73\x3c\x70\x40\xf3\x23\x76\x54\x33\x7c\xba\x60\xd8\x8c\x0b\xe7\xd4\x77\xe5\xdd\xbd\xe7\x48\x42\xda\xf7\x0a\xa2\x0d\xfd\x19\x00\x13\xa2\x48\x9b\x31\x4d\xf4\x15\xd2\x22\x9c\x78\x47\x80\x52\x8b\x1f\xd4\xd3\x62\x6c\xfd\xf9\xc2\xce\x62\x5e\xe6\xc1\xf9\x80\xea\x24\xf9\x6b\x4c\x70\xa0\x1d\xac\x71\x69\xe9\x0d\x68\x5c\xeb\xa5\x0f\xc2\x9b\xbe\xed\x0c\x34\xab\xf5\x38\xd2\x51\x21\x4d\x80\x5c\x6f\x58\x39\x69\xfa\x69\x9c\x57\x7b\x31\xe5\x76\x61\x8e\x03\x21\x3b\x67\x9a\x81\xd2\x5c\x93\x2f\x9b\x90\x9c\x98\x4f\x77\xb0\x19\x49\xd2\x40\x6a\x46\xa4\xc9\x2d\xb6\x1b\x93\xd9\x2c\xcd\x34\x69\xb1\x7a\x1a\xc8\x1a\xd4\x62\x84\x5e\x70\x49\x38\x49\xac\xef\xa0\xe7\x09\x55\x6d\xac\xe9\xb2\xa3\xb0\x1b\x89\x7c\xfb\x2a\xf5\xb4\x86\x36\xe4\x6d\xb5\xdd\xb3\xe9\x3c\x07\xb2\x29\x1f\xf3\x49\xc6\x0b\x74\xb8\x37\xc9\xda\x92\xae\x3a\x82\x05\x3f\xa9\xe4\x11\x26\x89\xb4\x2f\x98\x83\xf2\x10\x14\xcf\x89\x02\xf2\xc7\x3e\x7e\x82\x93\x05\x31\x12\xac\x3a\x56\x1a\x83\x63\x64\x3a\x37\x40\x5a\x51\x48\x7c\x6e\x6b\x2d\x97\x39\xbe\x8d\xcf\x67\x67\x9d\xb6\x28\x41\xcc\x71\xc0\x07\x49\x7d\x41\x9b\xe1\xb4\xc4\xd9\x09\x2a\x51\xe4\xf9\xa8\x59\xac\xdb\xd5\x7c\x51\xfd\xac\x60\xd0\x7b\x70\xe2\x74\x66\x85\xf8\x1f\xcf\xfe\x80\xa3\x4a\xef\x8b\xf3\x98\x6c\xe0\x10\x8b\x39\x01\x3e\xe4\x84\x0a\xc5\xa9\xe6\x8e\x35\x2e\xc2\x1e\xd3\x30\x27\x35\xac\xbb\xe3\xf4\xa1\x1f\xf5\xc0\xf1\xde\xa3\x75\x1f\x71\x37\xad\xdb\xea\x70\x8d\xdc\x89\xe2\x4b\xdf\xfc\x40\x1e\xdf\x8f\x3d\xce\x3b\xc8\x50\x19\x5f\x04\x87\x3a\x16\x82\xf4\x08\x80\xe1\x16\xb9\x4b\x40\x0d\xe7\xa8\x8c\x22\x4c\xf0\x28\x1d\x4f\x17\x10\x6e\xf1\x6b\x9f\xbf\x28\x28\x86\x65\x4a\xfc\x53\x4c\x7e\xbc\xd7\x82\x24\xf6\x26\x7d\xf9\x05\xf2\x5b\xc8\x79\x71\x9b\x4c\xe1\x8d\x88\x10\x93\xf2\xe5\xcc\x3e\x50\x33\x2e\x72\x68\xed\x9b\x3f\xb1\x30\x7d\xf3\xcb\x18\x86\xb7\xb0\x31\x7d\x12\xe2\x2e\xb4\x9b\xb2\xdb\xd2\x3c\x05\xf5\x15\x5b\x78\x92\xf0\xb3\xa4\xdc\x42\xd9\x8b\xa4\x46\x05\x5d\x61\x22\x03\xef\xee\xdd\x81\x58\x7f\xd8\xf8\xd8\xe2\x41\xb6\x95\x17\xd1\x8c\xab\xcf\xc9\x0a\xea\x25\x3d\x07\xcb\x23\x13\x67\xbb\xe8\x22\xf4\xab\x73\xb0\x7f\xa8\x79\x23\x4a\x09\xbe\xd7\x40\x07\xd3\x4d\x3e\x16\x55\x70\x6e\x23\xcd\x2a\xf8\xb1\xe3\xf6\xc4\x8c\x0a\x3f\x1c\x21\x9c\x25\x0e\xad\xd0\x58\x5d\x82\xa1\x67\x6e\xdb\x6b\x93\xe8\x61\x08\xc3\x08\x20\x59\x18\xbf\x14\x8f\x92\x9f\xd3\xe5\xe8\x65\xe3\xc9\x5e\xa7\x21\x89\xaa\xc4\xc5\xfb\x18\x06\x80\xa9\xb2\xad\xfc\x87\xa4\xf7\x79\xd6\x45\x7a\x13\xc1\x47\xf7\x00\xc7\x8d\xdc\x39\xca\x08\x4b\x41\x26\x92\x2d\x20\xb6\x51\x55\x5d\x43\xce\x0c\x8e\x27\x75\x8c\xea\x7e\x70\x1a\x61\xab\xb4\x86\x27\x04\x8a\x69\x7c\x5c\x9c\x4b\xb5\x04\x19\x3f\x6d\xdc\x77\x9d\x52\x1a\x12\xde\xdb\x6a\x50\x56\x17\x4f\x92\x0c\x30\xf1\x57\xa6\x91\x59\x8f\xfc\xfd\xb0\xc6\x03\xd2\xb9\x1d\x1c\xd7\x9e\xf9\x2e\xdb\xd1\x35\x6a\xe5\xcd\xb9\x70\xa1\xcc\xda\xe2\xe8\x03\xcf\x05\xd8\xaa\xda\x66\x70\x12\xab\x7d\x64\x8c\xae\x3d\xae\xab\x7d\xfa\x9c\x6a\x4e\x29\x19\x3a\xba\x6e\x68\x36\x26\x03\xa9\xe6\x0a\x76\x0d\x17\xe3\x1f\x47\x11\x10\xba\x03\x44\xca\x8d\x8a\xd8\xc6\xd5\x26\xac\xb3\x11\x9e\x20\xfb\x0e\x72\x6d\xa2\xa1\x79\x13\x4a\x41\xd9\xbc\xc1\xd9\x95\x13\x11\x3f\xf0\x39\xa2\x50\x79\x1b\x03\xec\x5e\xb9\x0e\x0b\x00\x73\xae\x5d\x52\xa7\xc7\x6b\xf7\x42\x4a\xed\xc5\xeb\xc9\x54\x40\x1c\x2b\x4b\x4a\x14\xb4\x3d\x55\xf3\x96\x89\xb3\xe8\x0d\xce\xcc\x1e\x39\x48\x14\xd8\xaa\x67\xe5\x02\x1c\x77\x9d\xc1\x36\x39\x98\x46\x17\xe0\x33\x61\x41\x9b\x2c\xc8\x96\x85\x14\x02\xc0\xfb\x8b\x35\xca\xd2\xda\x32\xa8\x89\x4e\x4d\xbf\x44\xff\x1f\x53\x2c\x91\x28\x87\x27\x4f\x92\xf2\x69\x3f\x6d\x32\x3b\x6f\x98\x99\xc7\x1b\xc7\xa0\x86\xdf\xc6\x35\xec\x6d\x4f\x8c\xf7\xa4\x05\x3b\xa7\xe0\x4f\x63\x14\x0c\xae\x98\xb9\x07\x40\xbf\xe0\x1b\xf0\x79\x8d\x8c\x85\x82\x75\x10\x8a\xf0\x42\x01\x5b\xda\xcc\x34\xe5\x92\x11\x42\x01\xdf\x80\x06\x15\x0e\x08\x77\x38\x43\x42\x18\x42\x5f\x67\xd7\x51\xc9\x09\x99\xc5\x15\x53\x94\x39\x48\x76\x0c\x0c\xe5\x60\xe3\xcf\x0e\x0a\xb2\x12\xfe\xa9\xc7\x1c\x35\xf5\x06\x95\x96\xac\x6b\x62\x38\xb6\xdc\x26\x05\x4f\xde\xe6\x2a\x43\x46\xb8\xf1\xaf\x65\x6d\xe2\x04\xbc\x35\x12\x03\x00\x89\xa6\x79\x0d\x3d\xae\xc6\x11\x48\x69\x30\xbc\xff\x7e\xc1\x0e\x4a\x51\x49\x3c\x22\xad\xfb\xe0\x7e\xb4\xd0\x31\x12\x67\x41\x8d\x6e\x4e\x1b\xba\x19\x06\x28\xc3\x96\x8c\xe9\x40\x49\x87\x65\x80\x3c\x54\x0b\xa6\x2b\xdd\xd0\xae\x4b\xfa\x46\xc4\xc9\x0f\xbb\x99\x30\x79\x0a\x1c\x89\x29\x2e\xe2\xaa\x71\xbd\xdc\xb0\xcb\xaa\xd3\x03\xb8\xc1\x14\x2d\xdf\x1a\x90\x70\x7c\x5a\xbd\xc0\xa2\x84\xcb\xc1\xc3\x00\xc6\x71\x2b\x94\x93\x08\x0b\x02\x5b\x19\xfd\xb6\xdb\x0c\xc4\xd6\x1b\x09\x7d\x7c\x4c\x8a\xc2\xd8\x78\x47\xfd\xa3\x8c\x3c\x64\xf7\xfb\xa8\x89\xd8\xa9\x25\xdc\x98\x30\x33\x52\xf2\xae\x49\xa8\x7a\x6c\x00\x5a\x8e\x11\x71\x7c\x41\x1c\xe0\x73\x13\x8c\x50\x49\x28\x6b\x64\x98\x03\x6a\xe4\xac\x94\x47\xed\xc8\x41\x57\x55\x95\x9b\xb5\x0c\xfc\x89\x48\x1c\x36\xf6\xc4\x5e\x60\x50\x6d\x26\x63\x04\xa6\xb1\xb6\x4a\x17\x37\xba\xf8\x9a\x3c\x6f\x66\x6f\x30\xd0\x5a\x73\x96\xf2\x6c\x44\x07\xcf\x0c\xda\xba\xd4\x86\xe1\xb8\x32\x66\x18\x4a\xc3\xf0\x2f\x3f\xda\x9c\xad\x9a\x75\xa7\x37\xc1\xfd\x18\x81\x44\x3f\x91\x6f\x5b\x33\xd6\x07\x4d\x48\xff\x12\x12\x4d\x82\xc4\xe4\x4c\x07\x47\xf2\x6f\xf0\x49\x0a\xd7\x26\x67\x31\x7f\x7c\x96\xa9\xdc\x78\x21\x76\xc2\xba\x68\x50\xd9\x52\x6c\x5d\x9c\xe7\x17\x94\x9b\xca\x1a\x5a\xfa\x24\xc5\xf8\x7e\x5a\xb1\x4f\xcf\xa3\x1f\x67\xc6\xe0\xc6\xa6\x83\x55\xaf\x09\xc6\xb8\x6a\xc0\xef\xcf\x29\x7e\x8d\x56\x7c\x10\x38\xbb\xe0\x38\x0b\x50\x12\xdc\x8b\xf2\x01\xbf\x1e\xf0\xd8\x30\x90\x13\xc2\x7a\x91\x2b\x81\xb1\xc0\x64\x08\xfe\xea\x44\x0e\x58\x53\xec\x97\x05\x54\xf8\xf2\x8d\xb0\x01\x1f\x14\xa7\x39\xe4\xe6\x0b\xaf\x57\xc2\xc3\xbc\x16\x47\xe4\xc2\xde\xb9\x96\x5e\x74\xe9\x55\x27\x14\x30\x4d\xda\xde\xec\x7f\x93\xfd\xc4\x7e\x69\x1d\x26\x84\x54\xee\x79\x38\xa0\xd5\x57\x25\x98\xa0\x65\x07\xd5\xcb\xb0\x66\x80\xb3\xbf\x5c\x70\xf4\x6f\xc7\xad\x4b\xf0\x34\xd4\x18\xd5\xf4\xe1\x47\xe9\x68\x1b\xb5\x4b\xf8\xda\xc9\x34\x39\x22\xb3\xcb\xec\xb8\xd7\x8c\x14\xa5\x94\xab\x78\x40\x49\x60\x72\x97\xdf\xa0\x22\x29\x76\x3f\xce\xaa\x15\xc9\xcd\x4c\x4a\xb9\xc3\xb4\x94\xc3\x92\x43\x8e\xe6\xb3\xc9\xac\x59\x88\xcc\xa7\xb8\x08\x26\xdf\x69\xf0\x07\x09\x70\x93\x80\xa5\xf0\x60\x78\x13\x0b\xf9\x40\x1d\x3e\x6c\x90\x05\x2c\x25\x0d\xdc\x30\x2f\x38\x5b\x3a\x18\x3d\x94\x16\x20\x43\x52\x0b\x47\x0e\xcb\x8f\x8f\x69\x10\xa9\x39\x1f\xb5\x61\x3a\xed\xc4\x16\xcf\x51\x06\xee\x24\xbc\xef\x27\x5a\x4a\xb7\xde\x91\x4b\x18\x4e\x92\x43\x30\x2e\xcc\xd8\x91\xd6\x43\x41\xf2\x41\x83\xe9\x54\x0b\x02\xd8\xae\x50\x85\x15\x71\x70\xc0\xf7\x32\x6e\x48\xcb\x7d\x61\x29\xcf\xbc\xe6\xd3\x47\xd4\x98\x7e\x5f\x3f\x13\x45\x63\x7c\x31\x11\x9a\x2f\x7c\xe1\x97\x78\x38\x55\x90\x3c\x27\x7a\xad\x86\x59\x95\x81\x76\xf5\x72\xaa\x4d\x0c\xdc\x43\xff\x32\x38\x13\x53\x6d\xc4\x9d\x06\x6b\x41\x22\xce\x7a\x2b\x32\xe8\x85\xf7\x6c\x7b\x49\x45\xb0\xfd\x35\x40\xec\x90\x17\x74\x3a\x69\xc9\x66\x51\x6c\x7b\x92\xbe\xcc\x82\xb1\xb6\x4c\x73\x21\x2c\x59\x82\x0d\x99\xce\x18\x9b\x55\x76\x82\x28\x1e\x9c\xa7\x98\xff\x99\x88\xc5\x9f\x66\x84\x42\xce\x49\xf6\x91\x56\x4d\x19\x78\x95\x8e\xe4\x12\x13\x6c\x30\xd6\x0f\x7a\x1f\xa3\x3a\xa5\xea\x96\x5c\x46\xff\x0c\x57\xa8\x89\xe1\x71\xb8\xc6\xd6\x35\x8f\x42\x39\xe9\xbc\x2f\x96\x6f\xa7\xd8\xd5\xe8\x0c\x62\xd4\x31\xfb\xaa\xad\xca\x1e\x9e\x4e\xcb\xdc\x25\x49\xd4\xc9\x90\x4b\x93\x9e\x15\x42\x38\xb9\xe2\x54\x7c\x48\xa5\x09\x8a\x73\xc3\x03\xa8\xdb\x01\x8b\x46\x79\xee\xfb\x0d\x24\xd7\x22\xc9\xf6\xfd\x2b\x9e\xc8\x98\x73\x17\xa5\x84\x61\x38\xc9\x49\x5e\x04\x09\xe9\x5c\x1c\x04\xcc\xd5\xe3\x48\x5c\x9f\x4c\xbe\xd3\xe1\x99\xc1\xe2\x22\xf3\xb9\xec\x01\x97\x76\x29\x8e\xfb\x2a\x4e\x26\xea\xd2\x23\x04\x72\x3d\x01\x13\xcc\x19\x33\xfe\x9d\x8b\xfa\xbb\xd1\x60\x62\x6d\xf9\x0b\xaa\xde\xad\xd7\x28\xb9\x3a\x30\x9b\xd5\xdf\x86\xe4\x39\xe2\x42\xb5\x3e\xf3\xa6\x6d\x86\x21\xf7\x39\x6a\xc9\x87\xca\xe7\xbe\xf7\x53\x86\xf4\x60\x34\x84\x3a\x85\x26\xdd\x3f\x72\x2c\xa6\xeb\x36\xf5\x3e\x2b\x35\x53\x56\x27\x25\x74\xd2\xbd\x15\x61\x19\xc3\x71\x6a\xb6\xd2\x3e\x3d\x31\xa6\x4d\x80\xc3\x51\x66\x26\xf4\x6a\x06\xc5\xc2\x9c\x58\x7a\x2d\x6d\x90\x72\xff\x5c\x91\xca\xff\xe6\xa4\x0f\x5a\x4a\x7b\x84\x4a\x90\x3e\x7b\xf4\x4e\xbc\x49\x0c\x75\x7d\x38\x0a\xec\x3c\x66\x41\xa6\xa2\x95\x48\xac\x48\xd5\xcc\x34\x56\x36\xf2\x38\xf6\xac\xd4\xf9\xc7\x5b\xae\x6e\xd2\xa8\x57\x3a\x14\x0e\xfb\xc4\xc2\x27\xed\x2a\x79\xf3\xe6\xc2\xde\xfa\xb1\x96\x7e\xe4\x5c\x25\x51\xc7\xba\x99\xf8\xc2\x9b\x91\xc9\x08\x9e\x0a\x11\x5d\xee\x09\x38\xe2\xc6\x8f\x94\x74\x32\x98\x6e\x30\x2d\xe6\x36\x4e\xe0\xe4\x36\x36\x51\x3c\x46\xf9\xad\x6f\xe3\x6c\xc2\xd8\x08\xe1\x4b\x14\x14\x4c\xe2\xc6\x14\xea\x30\x7e\x2f\xf4\x90\x0c\x9e\x8c\xc3\x70\x52\xb4\x6b\x96\x0a\xf2\x6d\xf0\x67\x43\x8a\xc7\xe5\xc9\x34\x8e\x32\x0d\x61\x87\x85\xa7\xb1\x68\xa9\x94\xf9\xa6\xd9\x4a\x8d\x1c\xba\x1d\x28\x52\x31\xf5\xfd\x5f\xa7\x5e\x53\x60\x78\x1e\xa7\x05\x93\x1b\x67\x83\x9b\x8c\xb9\x0a\xe6\x6e\x68\x09\x37\x87\x25\xd3\xeb\x31\x71\x70\xb8\x50\x7a\xa4\x35\x2d\x36\x46\xca\xd4\x20\x2a\xa3\x06\xa1\xcf\x4c\xcb\x51\x4f\x82\xc4\x89\x27\x1e\x00\x36\x32\x94\x3c\xef\x1f\x6b\xe9\x3d\xb2\xb7\x70\xb4\x49\x03\xaf\x7c\xa0\x38\xcc\x65\xaa\x17\x59\x97\x93\x38\xf0\x2d\x16\x56\xf8\xf0\xaa\xce\x19\x85\xde\x09\x72\x9a\x79\x4c\x90\x26\x21\xbb\x96\x1f\x09\x05\xaf\x83\x50\x01\xa7\x1a\x46\xda\x73\x2e\xed\x9d\x11\xea\xc4\x08\xcb\x38\xae\x11\xc6\x0f\x60\xea\x61\x53\xe6\x98\xaa\x15\xa4\xce\x6b\x99\x99\x33\x70\xb9\x13\xd1\x3f\x24\xc2\x13\x34\x08\xe3\xc2\xc8\x48\x0b\xae\xcb\xc2\x5d\x2a\xa3\x4b\xb5\x3b\x73\xb9\xb0\x78\x1c\xfb\x22\x53\x29\x5e\x30\x49\x64\x77\x3d\xf8\x29\xc2\x90\x40\x96\xef\xfe\x44\xa5\xb7\x08\x11\x1e\x16\xeb\xd5\x15\x47\x9f\x26\xc3\x43\x8a\x90\xa8\xf6\x3e\x3c\x62\xe8\x51\xa7\xd1\x29\x49\xbf\x17\x9d\xc4\xdf\xb4\xbf\x0c\xc5\x01\xb5\xba\x2f\x53\x71\xa5\x6a\xb5\x7b\x1c\x7b\xb7\x9c\x38\x3d\x0b\x63\xe7\x2a\xbf\xf2\x81\x2d\xac\x53\x8a\xfd\x3b\xb2\xdf\x93\xab\x32\x69\xe4\xe4\x8f\x35\xf4\x1a\xf7\x97\x27\xd2\xd9\x93\xe7\x32\xd6\x76\xc2\xf7\x3c\x09\x83\xdc\x87\x37\xc8\xc5\x0d\x62\x5d\x84\x01\x99\x3a\x73\x5d\x6a\xd5\x4f\x9c\xf6\xe0\x5c\x9e\x34\xd2\x66\x76\x5e\xf7\x58\x95\xd3\xc8\x7c\xc5\x18\x15\x82\x9a\xbb\x02\x4b\xb1\xc1\xab\x03\x50\xa5\x4b\xed\x64\x71\x6a\x6a\x30\xf8\x21\x11\xc3\x32\x62\x4e\x01\x98\x30\x2b\x9d\xc7\x04\xa3\x6e\xd2\xf7\x45\xe7\x7f\xd8\x92\x64\x7d\x6d\x7b\x66\x7c\x4d\x43\xb2\xc9\xa8\xe5\x21\x28\x69\xae\x32\xc0\x93\x5c\x4e\x52\xc4\x10\x83\xe9\x42\x42\x15\xc1\xd1\xa4\xf4\xd5\x37\x88\x9d\x38\x2b\x9d\x01\x31\x47\x4c\x47\xd6\xcd\x63\xa1\x2a\x92\x81\x8f\xe2\x78\x38\xcc\x0a\x15\x1f\x85\x0b\x52\x14\x45\x4b\x57\x91\x40\x0a\xb1\xd5\x11\x41\x84\x11\xee\x49\x14\x26\x4c\x2e\x3b\xfb\x39\xec\x30\x4d\x25\x92\xf9\x17\x24\xd2\x61\x19\x41\x98\x8f\xed\x47\x4f\x9b\x32\x75\x9b\x82\x47\x14\x5b\x01\x30\xf1\xf0\x6f\x63\x62\xf1\x83\x0b\x43\x64\x46\x33\x29\x61\x38\x8f\x95\xe9\xae\x50\x0c\x3e\x04\x30\x22\x2d\xab\x53\x50\x92\x92\x65\x73\x10\xde\x16\x9b\xa7\x11\xfb\xcb\xc7\x5c\x04\x30\x69\x1c\x3c\xd6\x5b\x69\x86\x6f\x8a\xf6\x09\x0e\x6b\x5a\xea\x51\xa0\x9d\x93\xd4\x8c\x94\x70\xeb\xa0\x69\x4d\x8a\x1a\x5d\xc0\x86\x9e\x3b\x8d\xbb\xc0\x92\x15\x72\x28\x0b\xf7\xe4\x62\x11\x86\x72\xdd\x14\x69\xc0\xb6\xcf\xa4\x20\x4b\xcc\x66\x3a\x66\xe5\x06\x63\x52\xa1\x5c\xcb\x61\x51\x1d\xe9\x31\xbd\x68\x91\x6d\xc9\x34\x80\xd4\x41\x66\xdf\x0d\x15\xa4\xbd\xf7\xb5\xe8\x09\xf5\x84\xa7\x07\xae\x33\xb7\xaf\x73\xfe\xf0\x98\x1c\x62\xb3\x20\xad\x0e\x76\xad\x3a\xaf\xc7\x06\xe8\x04\x03\x2d\x8c\x16\xf2\xd5\xbe\x01\x36\xaf\x30\x4c\x48\x68\xe0\xac\x7e\xda\x5f\xea\x29\x1d\x78\xd3\xd5\x11\x2a\xe1\x0f\x6f\x08\xf8\x45\x3b\x0a\x61\x0b\x29\x6b\xc8\x07\xc3\xb9\x62\xf7\xca\x70\x0b\x31\xfc\x38\x10\xce\x99\xea\x30\xda\x40\x0d\xd6\xd9\x18\x31\xb4\xd5\x04\xf3\x47\x9a\x82\x55\x4a\xdd\xec\xb9\x33\xf6\xd8\x88\x3c\xc9\xd3\xc9\xb0\x3f\x3a\x5d\x52\x3d\x24\x95\xe1\xd3\x30\xf1\xa5\x1d\xbb\x2f\x62\x5b\xb7\x71\xa8\x57\x9c\xb7\x20\x96\x41\x74\x74\x46\xe5\x49\xc1\x7a\x89\x25\x48\xc3\x72\xd4\xd3\x5e\xc8\xc5\xd0\xe9\x1a\x2b\x07\x41\x95\x46\x72\xd8\x78\x8d\x6e\x30\x14\x53\x24\xcf\x90\x04\x4c\x0a\x2a\x35\x17\x68\x34\xd7\xb4\x84\x05\xa9\x45\xa4\xb1\xdd\x91\xe3\x64\xfe\x03\x1c\x02\x60\x2c\x39\x61\x35\xb8\xcb\xf6\x5b\xae\x73\xaa\x63\x42\x41\x77\x18\x4c\xa5\xd0\xd1\x34\x3e\xbe\xaa\x43\x02\xf7\x52\x98\xaf\x62\x65\x34\xa3\x2f\xdd\x6f\xbc\xb6\xd8\x66\x53\x3f\xd2\x3c\x88\xea\x18\x78\x15\x49\xe2\xe3\x74\x07\xdc\xe1\x03\xaf\x53\x6e\x4b\x4a\xc9\x67\x2c\xf0\x79\x3a\xe9\xa1\x54\x18\x76\xe2\x0d\x44\x5a\x28\xa2\xd5\xe2\x9d\x33\xa9\x9f\x2b\x78\xb4\x6f\x1e\xc2\x4b\x32\xea\x1f\x7f\x3e\x17\xe5\x81\x24\x04\xc1\xc1\x2d\x8e\x52\xe2\x59\xe5\xc7\xb6\x0e\x2c\x1a\xbe\x1f\x21\xa6\x87\x6f\xd3\x6e\xbd\x4c\xe4\xec\xec\x11\x06\xd6\x44\x0a\x60\x73\x1c\x23\xc8\x65\xa6\x83\x12\x68\x14\x6b\xa6\x1e\x7c\x48\x20\xe0\xe4\x39\x0b\xde\xf3\x34\x46\xdd\x7f\xfa\x77\xfb\x29\x6b\xe8\xb6\xf0\xcd\x34\x5f\x5f\xb4\x29\xfc\x68\xd9\x24\xec\x17\x3a\x35\x78\x98\x5c\xd3\x87\x1c\x9f\xba\xd3\x49\xa9\x0e\x3b\xc8\x28\x80\x44\xe5\x41\x98\xc6\xe6\x6d\x07\x72\x1d\x42\x98\x66\x30\x57\x5c\x0b\x53\x48\xb6\x05\x13\x19\xa5\xcb\x69\xe5\x64\x08\xbb\xa7\x99\x4e\x7f\x50\x1d\x6c\xf5\xe6\xa7\x0b\x0c\xb7\xba\x0f\x9f\x31\xa2\xfb\xbe\xc1\x8a\xed\x2b\xfe\x32\x57\x5e\x6f\xbd\xfd\x36\x9a\xf7\x27\x21\x8a\x5c\xe7\x94\xd9\x33\xef\x1f\xf2\x38\xbb\x9e\x27\xc3\x48\x3a\x23\xb1\x1f\x23\xb0\xe7\x56\xab\xd8\x50\xf8\x90\x17\xab\x50\x96\xef\xb7\x38\x96\x72\xdb\xfb\xf9\x76\x84\x48\xa8\x5b\xec\x1b\x62\x43\xa7\xdf\xbd\x88\xe6\xa7\x7c\xb6\xc1\x0b\x9a\xa1\x8a\x6f\x6b\x1d\x6f\xe0\x5b\xcb\xda\x62\xdb\x97\x5d\xe6\xbf\x13\x23\x95\x7a\x07\x93\xb9\x06\x21\x01\x3f\x22\xc5\x77\x8a\x21\x52\xc1\x47\x8f\xaf\xa9\x7a\x39\x88\xcb\xa7\xe1\x1f\x05\x10\xdf\x30\xe3\xe1\x27\xe3\x50\x91\x97\x89\x40\x2d\x07\xf0\x62\x4e\xdc\x77\xd7\xc9\xb7\xab\x60\xeb\x92\x47\x8f\x11\x2a\xde\x8f\x63\x13\x28\xb4\x60\x06\x8b\x27\xe1\x59\x7a\x8b\x04\xcc\x36\x51\xf9\x66\x54\x8a\xa9\x5d\x2a\xfa\xb9\x3a\x89\x05\x06\xb4\xf1\x67\x7e\x74\xa5\xf0\xa1\x8b\x01\x96\x82\x0b\xce\x89\x86\x75\x03\x26\x96\xea\x4c\x5f\xa3\x36\x6c\x1e\x4b\xa7\x19\xbd\xf9\xf9\x02\x15\xdd\xd1\xca\xc4\x77\x29\x66\xf0\x20\xeb\x97\x3e\x4f\xf1\xbf\x2a\x04\x0c\x06\xe5\x78\x44\x4a\xf5\x4d\x25\x12\x46\x64\x1c\xe4\x27\xbc\x36\x1a\x7c\x79\x42\xeb\x53\x8f\x7e\x56\xe3\x45\xf0\xad\xb6\x93\x89\x8d\x66\xe2\x5c\x8e\x38\xeb\x35\x1d\xbe\x30\xfa\x80\x83\xf6\xc6\x1c\x2f\x41\xe6\x54\x7c\x5a\xa4\x3f\x98\x40\xc1\x85\x3a\xa1\x85\xee\x40\xc8\x1a\x5f\x57\xeb\x6b\xad\x0f\xcd\xfd\x7f\xe1\x74\x53\x13\x12\x6f\x3f\x73\x3d\xd0\xca\x35\x52\xb6\x97\x0c\xf3\x0f\x5e\x57\x70\xb1\xa4\x88\x20\x81\x56\xf1\xa2\xf5\xe3\xd2\x5d\x25\xf4\xf2\x6f\x17\xf6\xce\xd1\x0d\x13\xdc\xbf\x0f\xbe\xbd\x34\x0a\x8f\x00\x4d\xa7\xbe\x45\x28\x95\xad\x3a\x80\xac\xd1\xd5\xf4\x03\x5b\xc8\x30\xa6\x05\x63\xfe\xd8\xa7\xbe\x58\xc8\x7c\x86\x74\x0e\x00\xa7\xff\xe5\x01\x87\x84\xe3\xc1\x3a\x38\x1f\x2a\xb4\xfd\xb8\x3e\x4c\x48\xda\x15\x4d\x11\xba\x79\xb5\x6a\x31\x44\xbd\xd8\xb9\x01\x94\x52\x44\x88\x17\x72\x74\x94\x94\xfc\x0d\x1d\xf9\x9c\x09\x6f\x11\x3e\x6a\x24\x36\x31\xd0\x9d\xe4\x99\x3c\x79\x12\x6e\x64\x32\x2a\x1b\x0f\xa0\xa6\x9e\x8e\x8e\x7b\xf1\x4f\x54\x3d\x06\x0b\x86\xca\x2f\x13\x8a\xcb\xb5\x06\xd4\x5b\x83\xa1\x84\x58\x5e\x18\x76\x74\x8d\x70\x65\x46\xb8\x9a\x68\x58\x17\x4d\x10\x31\xea\x19\xbe\xeb\xc8\x33\xf0\x23\x97\x32\x18\x52\x49\xcd\xb1\xbb\x24\xc6\x73\xe2\x93\x3b\xea\x70\xfb\x82\x2a\x0f\xa1\x09\x10\xca\xe7\x20\xc6\x10\x78\x4a\x88\x81\xd2\x01\xdd\x98\x48\x37\x87\x85\x71\xc1\x66\x17\x3c\xc1\xda\x1d\x62\xd4\x9b\x7a\xa7\x49\x28\x96\x8f\xad\x36\xb5\xcf\x52\xf8\x45\x38\xfe\x14\xe0\x33\xc7\xe0\x4b\xe8\xda\xab\xf6\x14\xc2\x83\x0b\x24\x8a\xf9\xbe\x97\x2f\x2c\xd2\x2f\x70\x33\x58\x26\xc8\x27\xab\xcc\xf8\x7b\x66\x2f\x90\x3e\x96\xd0\xc2\x7d\x5f\xcf\x8f\xa5\x5f\xb5\x1a\x4c\x19\x96\x7d\x0d\x93\xaa\x11\x4d\x69\xc9\x47\x12\xa3\xf7\xea\x4e\x50\xc2\xab\xfb\x37\xbc\xcf\x9f\xaa\x91\x2b\xbe\x50\x6f\x6e\x85\x43\x00\xab\x8f\x1a\x33\x49\xab\x25\xeb\x26\x56\xe7\x9a\xb4\xee\x3f\xa9\x1f\xaa\xea\xc1\x1b\x89\xa1\x30\x32\x97\xd0\xb5\xac\x05\xd0\xf5\x91\x0a\x17\xb6\x0c\x44\x8a\x07\x77\x82\x8f\xa5\x05\xb8\x42\xd8\x64\xbd\x0c\x88\x52\x84\xdd\x9f\x2e\x42\x69\xb8\x90\xd2\x17\x2d\x0e\x17\x11\xf7\x71\x7e\x37\xb7\x8b\x7b\x7b\x7d\x63\xbf\xcc\xee\xee\x66\xd7\x0f\x5f\xed\x87\x9b\x3b\xfc\x60\x6f\xef\x6e\x7e\xbb\x9b\x7d\x9a\xda\x87\x1b\xfe\xf7\xfc\xef\x0f\xf3\xeb\x07\x7b\x3b\xbf\xfb\xb4\x78\x78\x98\xbf\xb7\xef\xbe\x9a\xd9\xed\xed\xd5\xe2\x72\xf6\xee\x6a\x6e\xaf\x66\x5f\xf0\xe5\xa4\xbf\x5f\xce\x6f\x1f\xec\x97\x8f\xf3\x6b\x7b\x83\xe5\xbf\x2c\xee\xe7\xf6\xfe\x61\x86\x17\x16\xd7\xf6\xcb\xdd\xe2\x61\x71\xfd\x1b\x2f\x78\x79\x73\xfb\xf5\x6e\xf1\xdb\xc7\x07\xf3\xf1\xe6\xea\xfd\xfc\x8e\xbf\x50\xf5\x03\xed\xce\x2f\xda\xdb\xd9\xdd\xc3\x62\x7e\x0f\x38\x7e\x5f\xbc\x9f\xa7\x30\xd9\xc9\xec\x9e\xc0\x9e\xd8\x2f\x8b\x87\x8f\x37\x9f\x1f\x02\xf0\xe6\xe6\x03\x2d\xf2\xd5\xfe\x6d\x71\xfd\x7e\x6a\xe7\x0b\x5e\x68\xfe\xf7\xdb\xbb\xf9\xfd\x3d\x01\x40\x6b\x2f\x3e\x11\xc4\x73\xfa\x71\x71\x7d\x79\xf5\xf9\x3d\xc1\x32\xb5\xef\x68\x85\xeb\x9b\x07\x7b\xb5\xa0\x93\xd1\x63\x0f\x37\x53\x83\xdd\xf4\x59\xbf\x3a\x80\xa1\xf5\x3f\xcd\xef\x2e\x3f\xd2\x3f\x67\xef\x16\x57\x0b\xc2\x17\x3e\xab\xf5\x61\xf1\x70\x4d\x5b\x30\xee\x66\x02\xf9\xe5\xe7\xab\xd9\x9d\xb9\xfd\x7c\x77\x7b\x73\x3f\xbf\xb0\x82\x42\x5a\x84\x10\x7e\xb7\xb8\xff\x9b\xa5\x13\x28\x62\xff\xf3\xf3\x2c\x2c\x44\xd8\xa5\x35\x3e\xcd\xae\x2f\xe7\xd8\x2b\x39\xb3\xa1\x6b\xc2\x71\xed\xd7\x9b\xcf\x50\x11\x74\xee\xab\xf7\x03\xa4\x00\x51\x73\xfb\x7e\xfe\x61\x7e\xf9\xb0\xf8\x7d\x3e\xc5\x93\xb4\xcd\xfd\xe7\x4f\x73\xc5\xf7\xfd\x03\x2d\x6a\x66\x57\x57\xf6\x7a\x7e\x49\xf0\xce\xee\xbe\xda\xfb\xf9\xdd\xef\x8b\x4b\xc6\xc3\xdd\xfc\x76\xb6\xb8\x03\x96\x2e\x6f\xee\xee\xb0\xca\xcd\xb5\x90\xd1\x2f\x17\x52\x5c\x1e\x12\x1e\x57\xbe\x6a\x59\x24\xc6\x35\x28\x68\xfe\x3b\xe8\xe3\xf3\xf5\x15\x30\x71\x37\xff\xcf\xcf\x74\x56\x50\x89\x1d\x52\x09\xd6\x9f\xfd\x76\x37\x67\x44\x27\x34\x61\xbe\x2c\x08\x30\xdc\x5e\x20\x0c\x2b\x84\x31\xe5\x57\xe8\x87\x48\x18\x5f\x89\xc4\x6e\xec\xa7\x9b\xf7\x8b\x0f\xb8\x16\x25\x9c\xcb\x9b\xeb\xdf\xe7\x5f\xef\x4d\x8a\x15\xc2\x73\x24\xd9\xd9\xbb\x1b\x20\xe6\x1d\x01\xb2\x60\x78\x08\x02\x60\x09\xf7\xf6\x7e\xf6\x69\xf6\xdb\xfc\x3e\xa1\x0c\xec\x69\xf4\x23\xdb\x53\x7b\x7f\x3b\xbf\x5c\xe0\x3f\xe8\x77\xa2\x47\x22\x80\x2b\x41\xd5\xf5\x3d\x9d\x15\x57\x4b\x7f\xd0\x45\xec\x8c\xee\x18\x2b\x80\x38\xe5\x1e\xcd\x67\x62\x04\x10\xe0\xb5\x27\x1c\xda\x1b\x7f\x4b\x81\x3d\x8b\x7b\x1f\x12\xa5\xbd\xba\xb9\x07\x05\x9a\xf7\xb3\x87\x99\x65\x88\xe9\x7f\xdf\xcd\xf1\xf4\xdd\xfc\x9a\x10\xc5\x3c\x36\xbb\xbc\xfc\x7c\x47\xfc\x86\x27\xf0\x06\x41\x73\xff\x99\x38\x70\x71\x2d\xb7\x81\xf3\x32\x8b\x2f\xee\xde\x1b\xcf\x64\x4c\xb7\x1f\x66\x8b\xab\xcf\x77\x63\xc2\xc3\xce\x37\x84\x42\x2c\xc9\x04\x98\xdc\x84\x3c\x71\x7f\x3e\x35\xb8\x7c\xbb\xf8\x40\x5b\x5d\x7e\xd4\x6b\xb3\x03\x56\xfe\x6a\x3f\xd2\x55\xbc\x9b\xd3\x63\xb3\xf7\xbf\x2f\x98\x1d\x75\x1f\x02\x72\xa1\x38\xa1\xd3\xf1\x0a\x8a\x47\xa1\xbe\x3f\x5f\xc8\xb7\x45\xf0\x49\x8c\x40\x81\xf7\x07\x4d\x2a\xa9\xf2\xca\x07\x42\x2f\x74\xc4\xe0\xc1\x72\x40\xc8\xb1\xfc\x3e\x0c\xf9\x90\x4a\xdb\xf8\x45\x3f\x31\x7c\xca\x1a\xc3\x0e\xa4\x79\x45\x26\x0b\x6b\x7d\xb3\x4a\xe1\x8e\xdb\xa5\xa4\x44\xd8\xc0\x24\x74\xcf\x12\x00\xed\x31\xc2\x45\xfc\x7f\x31\x50\x75\xa5\xec\x59\x7d\x76\x8c\x63\x5a\x95\xb5\x74\x82\xa2\xb1\xe5\x3b\x7f\x23\xa1\x35\x88\x69\x2d\xdb\xba\x44\xff\x3c\x0f\x4e\x16\xf3\x03\x36\x7a\xf1\x54\x94\x09\xec\x47\x62\x26\x89\x0d\x16\x0b\x49\x07\xbd\x41\xb1\xb1\x60\x88\x88\xd8\xee\x2c\x19\xd0\x83\xf2\x33\xcb\x1f\x2d\x26\x6d\x3f\x1e\xeb\x7a\xe4\xff\x88\x2e\xf9\x9e\x4f\x7c\x81\x30\xfe\xdf\x47\xf9\xae\xd3\x8c\x51\x24\xe5\x5c\x0f\xbe\xb4\xfc\x2b\x54\xde\x35\x19\xab\x0a\x40\x9b\x64\x90\xf4\xbb\x3e\xec\x0b\x3c\xc7\xaf\x12\xfb\x72\x06\xfd\xe4\xb4\x66\x48\xf4\x1c\x8f\xdc\xe7\xd8\x92\xe6\xae\x35\xff\xd2\xb7\xa3\xde\xd2\xa9\x66\x46\xda\x4e\x66\x18\xa1\x70\x6f\xc3\x11\xf5\x50\x06\xaa\x79\xb1\xa2\x33\xc3\x4f\x67\x8b\x39\xe4\xfc\xf7\xf0\xe5\x7b\x12\xc3\x0f\xf1\xfa\x2f\xab\x86\xfc\x52\x9b\x96\x9c\x3f\x68\x8d\xd8\x14\x45\xd5\x99\x06\x03\xa3\xf9\xea\x5b\xa7\x82\xe5\xef\x6b\x02\x17\x1c\x87\x6e\xb3\x35\x8e\x06\x88\xc3\xdb\x5b\xff\x30\x59\x54\xd2\x6d\xc1\x45\x44\x49\x99\xbd\x7c\xaf\xa5\x1d\x7c\x11\xd3\xb0\xfd\xa5\xd1\xcc\x64\xaa\xe1\x70\x28\x31\xaf\xc4\x4b\xe8\xe7\x41\xd9\xf6\xf6\xd3\xdf\xd8\xfd\x99\xac\xe2\xb7\x20\x4b\xf1\x90\xf1\xfd\xc0\x5d\xcd\x4e\x9d\xc4\x17\xfc\xf4\x9c\x75\x1f\x66\xbb\xf2\xa7\x6c\x61\x9b\x2a\x71\xfd\x03\xe8\xe4\xf7\xfd\x8c\xb7\xe4\xfc\xaf\x5a\x6e\x27\xd2\xa5\x97\x4d\xe1\xd6\xc8\xa0\x64\x61\x38\x91\x06\xc8\x2f\xfe\xa9\x53\x89\xbc\x95\x75\x76\x79\x6e\xff\x81\xe9\x74\xff\xa4\x1d\x78\x89\xda\xb7\xef\xfd\x53\xf6\x7d\xd0\xef\xb5\xfa\xb2\x8d\xc1\x75\xff\x1a\xbe\x37\x3e\xb8\xe4\xa2\xb3\x83\x0f\x2e\x6b\xdf\xd0\xf1\x8c\xe2\x8b\x56\x72\xd6\x0e\xfc\x0b\x6d\xf8\x79\xe9\x3b\xf9\xea\xc6\x1c\x84\x16\x62\x1d\x85\xb4\x1f\x9d\x0d\xdb\x4d\xcf\x0f\x3d\x9b\x8b\xe3\x08\x88\xe7\x0c\xdf\xae\xda\x20\xbd\xe0\x9b\x74\xd8\x1b\x17\xcb\x9e\xae\x53\xa6\xd2\xc2\x1f\xf5\xe6\x1a\x34\x88\x37\xd9\xde\x86\xbe\x5a\x4c\xd0\xe0\xb5\x7c\xf0\x33\x0a\x2b\x69\xbb\x1a\x5b\x5e\x84\xdc\x53\x86\x97\x8d\x86\xd7\xbd\x13\x4f\x10\x2b\xbc\xe4\x87\xfb\x14\x86\xb8\xc9\x7e\x6a\x14\xf2\x11\x29\x5d\x87\xca\xe6\x61\x65\xdd\xe9\x85\x75\xae\x5c\x32\x8b\x2c\xe2\x52\xdc\x41\x22\x76\x54\x3e\x38\xfb\x1f\x9b\xae\xdb\xfd\xfa\xc3\x0f\xcf\xcf\xcf\x17\x8f\x55\x7f\x51\x37\x8f\x3f\xf8\x72\x8f\x1f\xfe\x4a\x00\xcd\x50\xba\x87\xa6\x9b\x74\xb4\x09\x86\x88\x88\xec\xe4\xf8\xb7\x7c\x7a\x9c\x67\xde\x23\xce\xd7\xd4\x15\xa6\x46\xe1\x5b\x21\xd9\x0e\x95\x2b\x74\xb6\x54\x51\xee\x52\x3f\x54\xab\xac\xcb\x34\xd8\x32\xf5\x52\xce\x7f\x6c\x25\x03\x3e\x9a\xce\x28\x8f\xf2\x67\x5c\xf9\x50\xdc\x0d\x8c\xc1\xb0\x1d\xcf\x6d\x94\x61\xa7\xe9\xc0\x5e\x0c\xae\xd1\x96\xd5\x7f\xd0\xbe\x28\x16\xfd\xe7\x49\x4e\x84\x1c\x00\x37\xfe\xf3\x90\x02\x65\x28\x33\x63\x73\xf6\xee\xfe\xe6\xea\xf3\xc3\xfc\xea\x6b\xea\xc3\xbc\xe5\xdb\xd4\x8b\xb4\xdd\x9e\x48\xf3\xff\xf2\xb7\xde\x9f\x5f\x5d\xc4\xe5\xc6\x9c\x1c\x95\x06\x4b\x71\x57\x62\x1f\x09\x49\x0e\x18\x9b\x57\x10\x3e\x0e\xed\xd0\x21\x86\xf0\x36\xdd\x6e\xf5\x2a\x05\x84\xd0\x8e\x98\xd2\x66\xbf\x43\xa0\x91\x13\x85\x36\x7c\x7f\xd0\xc3\xc7\x30\x84\xb7\x95\xf2\xfc\x77\xea\xd3\x1e\xe7\xe1\x28\xd8\x13\x91\x4e\x6b\x6f\xd6\x6c\x82\x84\x94\x76\x94\x96\x7e\x6b\xb3\x65\xe4\x63\x86\x85\xf7\x68\xdf\xaa\x5e\xff\xed\xf3\x22\xce\x3d\xd6\x0f\x38\x30\x40\x3d\x47\x19\xec\x84\x4c\x25\xa2\x88\x65\xfd\x7d\x12\x2a\x26\x15\x64\xae\x32\x45\x91\x25\xef\xea\x88\xa3\xeb\x3d\x6a\x19\x34\x52\x1d\xbf\x7f\xe0\xbf\xe5\xe7\x9a\x73\xae\xe6\x82\x67\x4b\x22\x43\x3e\xb4\xc6\xf9\x2e\xcc\x3e\x92\xd9\x5f\x9e\x50\xa2\x75\x37\x89\x09\xfc\x30\xd0\x1d\xb3\x55\xc2\xd7\x3e\x3e\x84\x6c\xfa\x90\x65\xe4\x9b\xce\xc9\x07\x25\xc5\x36\xc3\x1f\xd4\x9f\x0e\x6c\x8d\x6f\x6e\x13\x7b\x9a\x3f\x64\x4f\x89\x19\xbe\x20\x63\x42\xb0\x47\x6a\xdc\xd2\x31\x61\xd5\xe3\xe0\x7e\x64\x66\xd8\x2e\x7e\x91\xda\xff\xd0\x26\x5d\x12\x89\x44\xce\x50\x1a\xd6\xd4\xc8\x60\x3a\xfd\xa0\xd7\x5e\xdb\xec\x64\xe0\x2f\x77\x74\x82\x3b\x19\x19\x22\x98\xb9\xa6\x48\x20\x41\x08\x5b\x3a\xb8\xe3\x8e\x9a\x24\xea\x34\x00\xa9\x5f\xcb\xd1\xc5\x7d\x24\x4b\xf8\xe8\xd9\x57\x21\x3c\x6b\x61\x01\x3e\xda\xed\x2b\x56\x80\x90\x2b\x14\x80\x35\xa7\xe2\x7a\xa8\x0f\x72\x59\x7e\x24\x4f\x83\x61\x3a\xdc\x6b\x83\xba\x61\x6e\xc4\x42\xf1\xcc\xd1\xab\xd8\x6d\x0a\x32\xa2\xeb\xdd\x66\xff\xc3\xf3\x66\xff\x9a\xd0\xfc\xba\x7c\xdc\x95\x17\x9b\x6e\x5b\xfe\xf5\xe2\xff\x05\x00\x00\xff\xff\x75\x42\xf5\x76\x30\x89\x00\x00") +var _confLicenseEducationalCommunityLicenseV10 = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x8c\x55\xdd\x6e\xdb\x38\x13\xbd\xf7\x53\x0c\x72\xd5\x02\xfa\xf2\xed\xde\x2e\x8a\x02\x8a\xad\xd4\xc2\x2a\x92\x21\x29\xcd\xe6\x92\x96\xe8\x88\x5b\x49\x14\x48\xca\xae\xdf\x7e\xcf\x88\xaa\x1d\x27\xde\x6e\x81\x00\x0e\xc9\x99\x33\x67\xce\xfc\xa8\x6c\x24\x45\xf5\x58\x09\xa7\x74\x2f\x5a\x5a\xea\xae\x1b\x7b\xe5\x8e\x94\xa8\x4a\xf6\x56\x2e\xca\x46\xd9\x9f\x9b\xd0\x07\x07\x94\x9b\xf9\x74\xf3\x91\xc4\x30\xb4\x4a\x5a\x72\x9a\x44\x7f\x24\x6d\xd4\x8b\x62\xcf\x83\x36\xdf\x48\xef\x48\x8c\xae\xd1\xc6\x36\x6a\x98\x5d\xb3\x1f\x16\x4f\xb0\x00\xc0\xa1\xd1\x80\xd5\x87\x5e\x9a\x0b\x70\x6d\xf0\xd8\x08\x4b\x43\x2b\x2a\x59\x13\x3f\xed\x74\xdb\xea\x83\xea\x5f\xa8\xd7\x0e\x56\xa4\xba\x4e\xd6\x4a\x38\xd9\x1e\x5f\x3d\xb2\x69\xa5\x87\x23\x22\x35\xee\x87\xe9\x4e\x9b\xe9\xe1\x22\xfe\x1f\x8b\xc5\xf2\x64\xf8\xa1\xfa\x48\x9f\x8e\x52\x98\xcf\xf4\xe9\xec\xde\xe8\xb6\x96\xc6\x7e\x5e\x2c\xe6\xa4\x6b\x1a\x7b\xdc\x4c\x60\x3f\xd7\x6a\x0f\x3f\xbc\xd1\xef\xb7\xbf\x2d\xbc\xb6\x17\xc1\x03\x52\x7d\xd5\x8e\x35\x53\xb6\x7a\xe7\x0e\xc2\xc8\x00\xff\x8d\xa6\x62\xfe\x35\x0e\xb5\xae\xc6\x4e\xf6\xce\x06\x50\x96\x34\x42\x1a\x32\xb2\x45\xc2\x35\x29\x27\x3b\xdc\x03\x75\x2b\x19\x62\x30\x7a\xaf\x6a\x3c\x6c\x8f\x6f\x14\xf0\x29\x7c\xb0\x1f\xc9\x8e\xdb\xbf\x65\xe5\xb8\x5a\x6c\xe2\xa4\xe9\x2c\x57\xe9\x3f\x73\xb9\xa5\x3b\x14\x77\xeb\x84\xea\x11\x2b\xa0\xd1\x72\x48\xd1\xd7\xff\x07\x2f\x8e\xe4\x75\x7f\x9f\xe2\x51\x8f\x24\x5e\x8c\x44\xb0\x46\xb8\xe9\xd8\x88\xbd\x44\x16\xa2\x0e\xbc\x92\xd6\x01\x27\x60\x30\x3a\xa8\xb6\x05\x5c\x37\xa0\x9e\x07\xe5\x9a\x37\x55\xf7\x7c\xd9\xb0\xd2\x7d\xad\x98\xec\xaf\xd1\x47\x9d\x37\xf0\x55\x76\xaa\x07\xb2\x1f\x2d\xd4\x65\xde\x01\x75\xba\x56\x3b\xfe\x95\xe6\x05\x97\xc3\xb8\x6d\x95\x6d\xa0\xbd\xb2\xce\xa8\xed\xe8\xa4\xe7\x66\xf9\xc1\x17\xf6\x7d\xa2\x93\x85\x72\xf6\x54\xb1\x89\x4a\xe0\x93\x80\x44\xfc\xab\x47\xe7\x83\xa9\x6a\x7e\xe5\x9e\xe4\xa9\x19\x46\x33\x68\x2b\x7f\x68\xe0\x4d\x77\xd0\x0c\xef\x46\x1f\x45\x8b\x4c\xe6\x92\x5d\xab\x2a\xc8\xa0\x31\x24\xea\xfe\x62\x44\x8f\xde\x08\xce\xcd\x70\x52\xdd\xf7\x9a\x7c\xa3\x28\xd4\x08\x93\x84\x51\x79\x88\x67\x29\x2f\x33\x03\x87\x41\x1b\xaf\x35\x37\xa0\xd4\xbb\xd7\x9d\xfb\x3a\x23\xcb\xc6\x20\xa5\xf6\x38\xee\x25\xba\xf3\x14\xbe\x13\xdf\xb8\x0a\xbc\x83\x76\x23\x8a\xec\xe4\x77\xf7\x4b\xa5\x43\x28\x12\xd4\x6a\x6f\x41\x7b\x25\x0f\x62\xdb\xca\xb9\x88\xe6\x44\xda\xc8\x73\xc1\xea\x4b\x1e\xd3\x32\xba\x5d\x2c\x42\x96\xda\xc8\xff\xc9\xef\xb0\x64\xee\x0a\x62\xb5\x2d\x06\x62\x44\x64\x48\x36\x48\x83\xc0\xc0\xa9\x5a\xa1\xd0\x0f\x48\xc0\x6f\x0f\x3f\x7f\xd7\xda\x0f\xb0\xa9\x5f\x30\xbc\xec\x10\xa0\x6a\x44\xff\x22\x27\x25\x2e\xa5\x99\x0b\xf8\xaf\x2b\x80\x1f\x6b\x4c\xb6\x2f\xf3\x8c\x72\x80\xde\xd0\xae\x96\x33\xfd\x37\x6a\x5f\xab\x57\x37\x5a\x87\x95\x40\xaf\xe5\x80\x86\x76\xac\x1a\x08\xd9\x89\x9e\x37\xad\xf0\x1b\x7b\xaf\x55\xed\x59\xeb\x7e\x37\x4e\xc3\x71\x1a\xbb\x37\x5d\xb0\xbb\xda\x7e\x9c\x7f\xb9\x8e\xa8\xc8\xee\xcb\xa7\x30\x8f\x28\x2e\x68\x93\x67\x5f\xe3\x55\xb4\xa2\x9b\xb0\xc0\xf9\x26\xa0\xa7\xb8\x5c\x67\x8f\x25\xc1\x22\x0f\xd3\xf2\x99\xb2\x7b\x0a\xd3\x67\xfa\x33\x4e\x57\x01\x45\x7f\x6d\xf2\xa8\x28\x28\xcb\x29\x7e\xd8\x24\x71\x84\xbb\x38\x5d\x26\x8f\xab\x38\xfd\x42\x77\xf0\x4b\xb3\x92\x92\xf8\x21\x2e\x01\x5a\x66\xc4\x01\x67\xa8\x38\x2a\x18\xec\x21\xca\x97\x6b\x1c\xc3\xbb\x38\x89\xcb\xe7\x80\xee\xe3\x32\x65\xcc\x7b\x80\x86\xb4\x09\xf3\x32\x5e\x3e\x26\x61\x4e\x9b\xc7\x7c\x93\x15\x11\xc2\xaf\x00\x9b\xc6\xe9\x7d\x8e\x28\xd1\x43\x94\x96\xb7\x88\x8a\x3b\x8a\xbe\xe2\x40\xc5\x9a\x07\x83\x43\x85\x8f\x60\x9f\x4f\xfc\x96\xd9\xe6\x39\x8f\xbf\xac\x4b\x5a\x67\xc9\x2a\xc2\xe5\x5d\x04\x66\xe1\x5d\x12\xf9\x50\x48\x6a\x99\x84\xf1\x43\x40\xab\xf0\x21\xfc\x12\x4d\x5e\x19\x50\xf2\xc9\x6c\x66\xf7\xb4\x8e\xa6\x2b\xc4\x0b\xf1\xb7\x2c\xe3\x2c\xe5\x34\x96\x59\x5a\xe6\x38\x06\xc8\x32\x2f\x4f\xae\x4f\x71\x11\x05\x14\xe6\x71\xc1\x82\xdc\xe7\x19\xe0\x59\x4e\x78\x64\x13\x08\xfc\xd2\xc8\xa3\xb0\xd4\x74\x51\x11\x98\xf0\xf9\xb1\x88\xce\x5c\x56\x51\x98\x00\xab\x60\xe7\xd7\xc6\xb7\x7e\x42\x7b\xd1\xc9\xa9\xcf\x9d\x41\xeb\x75\xc2\x7c\x9b\x7a\xed\xda\xee\xe9\xc4\x71\x2a\x0f\x1a\x6e\xb4\xbe\xd3\x44\x8d\x0f\x9f\x53\xd3\x17\x82\x97\xc7\xb4\x37\x79\xa2\x79\xbc\xfc\x07\xe4\xdd\x30\xc0\x6e\x75\x9e\x57\xee\x38\x7b\x5a\x84\x76\x90\x15\x37\x3d\xb6\xa9\x51\xce\xc9\x1e\xa3\xaa\x18\xf8\xb4\xd1\x6f\xa9\x54\xce\xef\x84\x33\x47\x30\x79\xdf\xc6\x9c\x14\xf7\xbb\xb0\x56\x57\x6a\xfa\x8e\x5e\x6c\x6c\xff\x05\xc2\xce\x12\xbc\xa3\xb0\x03\x2c\x16\x4b\x07\xd2\xe7\xb9\xb8\x32\x02\xff\x04\x00\x00\xff\xff\x15\x73\xdd\x6f\x5a\x09\x00\x00") -func confLicenseGplV3Bytes() ([]byte, error) { +func confLicenseEducationalCommunityLicenseV10Bytes() ([]byte, error) { return bindataRead( - _confLicenseGplV3, - "conf/license/GPL v3", + _confLicenseEducationalCommunityLicenseV10, + "conf/license/Educational Community License v1.0", ) } -func confLicenseGplV3() (*asset, error) { - bytes, err := confLicenseGplV3Bytes() +func confLicenseEducationalCommunityLicenseV10() (*asset, error) { + bytes, err := confLicenseEducationalCommunityLicenseV10Bytes() if err != nil { return nil, err } - info := bindataFileInfo{name: "conf/license/GPL v3", size: 35120, mode: os.FileMode(420), modTime: time.Unix(1409469215, 0)} + info := bindataFileInfo{name: "conf/license/Educational Community License v1.0", size: 2394, mode: os.FileMode(420), modTime: time.Unix(1440548254, 0)} a := &asset{bytes: bytes, info: info} return a, nil } -var _confLicenseIscLicense = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x54\x90\xdb\x6e\xe3\x2c\x10\xc7\xef\x79\x8a\x51\xaf\xbe\x4f\xb2\xb2\x07\xed\x0b\x4c\x6c\x1c\x23\x61\xc8\x02\x6e\xd4\x4b\x27\x26\x0d\x52\x6b\x2c\x9b\xb4\xca\xdb\xef\xe0\x6e\x37\xbb\x37\x21\x63\xfe\x87\x1f\x53\xc6\xe9\x36\x87\xe7\x4b\x82\xff\x4e\xff\xc3\xf7\xaf\xdf\x7e\x30\xb6\xf7\xf3\x6b\x58\x96\x10\x47\x48\x11\xae\x8b\x2f\xe0\x44\xb2\x02\x5e\xe3\x10\xce\x74\xf6\xe3\xf0\x25\xce\x30\x84\x25\xcd\xe1\x78\x4d\x1e\xd2\x25\x2c\xb0\xc4\x73\x7a\xef\x67\x0f\x67\xba\xec\xc7\x1b\x9b\xae\xf3\x14\x17\x0f\xef\x21\x5d\x80\xbe\xe5\x33\x5e\x13\x9c\xbd\x07\xd2\x5f\xfc\xec\x8f\x37\x78\x9e\xfb\x31\xf9\xa1\x80\x69\x8e\x6f\x61\xf0\x03\xa5\xf5\x89\x7e\x3c\xf4\xc7\xf8\xe6\xd9\xe9\x0f\xe3\x18\x53\x38\xf9\xdc\xff\xd1\x38\xdd\x49\x3f\xaf\xa6\xc9\xf7\x33\x84\x11\xfa\x97\x97\x8c\x1d\xfc\xb2\x61\xcc\x35\x1c\xac\xae\xdd\x01\x0d\x07\x61\x61\x6f\xf4\xa3\xa8\x78\x05\x0f\x68\x69\x7e\x00\x54\x15\x64\x11\x76\xae\xd1\x06\x2a\x61\x4b\x89\xa2\xb5\x80\x52\x02\xb9\x0c\x2a\x27\xb8\x65\x07\xe1\x1a\x30\x7c\x87\x86\xf4\x9a\x2c\x14\x76\x0f\x56\xa5\xec\x2a\xa1\x76\xab\x4b\xb4\x7b\x29\xa8\xe2\xee\x06\x5d\xb3\x96\x9b\xb2\xa1\x11\xb7\x42\x0a\xf7\xb4\x16\xd7\xc2\x29\x6e\xed\x86\x02\x40\x69\xe0\x8f\x5c\x39\xb0\x4d\x0e\xf9\x8b\x69\xcb\x41\x0a\xdc\x4a\x0e\xb5\x36\x0c\xd5\x13\xd8\x3d\x2f\x05\xca\x82\x70\x0d\x2f\x5d\x41\xfe\xcf\x7f\xa4\x2f\xb5\xb2\xfc\x67\x47\x59\xa4\x81\x0a\x5b\xdc\x65\x04\x03\xd9\xfa\x7b\x64\x87\x06\x9d\xd5\xd4\x68\xe8\x55\xb6\x93\x2e\xd3\xd7\x46\xb7\x20\xb5\xcd\xc0\xd0\x59\x4e\x05\xe8\x30\x5b\x69\x6f\x04\x6b\x0b\x38\x34\x9c\xd0\x4c\x26\x46\xc5\xb0\x74\x42\xab\xac\xa6\x52\x67\x30\x13\x28\xbe\x93\x62\xc7\x55\xc9\xb3\x51\xaf\x6a\xa7\x0d\x09\x3b\xda\xea\x6a\x28\x00\x8d\xb0\xb9\x51\x77\x2e\x2f\x47\xaf\x81\x94\xa1\xf8\x47\xe2\xba\xee\xbc\x03\xa2\x58\xfb\xb9\xa1\xc7\xb7\xb8\xa6\xd6\xff\xae\x7f\xf3\x2b\x00\x00\xff\xff\x76\x93\x1a\x00\xcc\x02\x00\x00") +var _confLicenseEducationalCommunityLicenseV20 = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xd4\x5a\xdf\x93\xdb\x38\x72\x7e\xd7\x5f\x81\xa8\x2a\x95\x99\x2a\x59\xf6\xed\xe5\x72\x39\xdf\xd3\xec\x8c\x7c\xab\x8a\x77\xc6\x35\x1a\x9f\xb3\xb5\xb5\x0f\x10\x09\x4a\x88\x29\x42\x07\x90\x23\xeb\xfe\xfa\x7c\xdd\x0d\x90\xa0\x24\x8f\x9d\xe4\x5e\xb2\xb5\x65\x5b\x12\x08\xf4\xcf\xaf\xbf\x6e\x70\x51\x76\x85\x6e\xad\x6b\x74\xad\x6e\xdd\x6e\xd7\x35\xb6\x3d\xaa\xf7\xb6\x30\x4d\x30\x6a\xf2\x57\xe3\x03\x7e\x54\x3f\xcc\xdf\xcc\xd4\xcd\xde\xdb\x5a\xfd\xf0\xe6\xcd\x1f\x27\xdb\xb6\xdd\xbf\x7d\xfd\xfa\x70\x38\xcc\x5d\x30\x65\x37\x77\x7e\xf3\xba\x96\xa7\xc2\xeb\xc9\xe4\x69\x6b\xd4\xcb\x5b\x3f\x0f\x3b\xab\xab\xe9\xe2\xf6\xfd\xf4\x5a\x15\xae\x09\x36\xb4\x41\xb9\x4a\xb5\xd8\xe1\x66\xaf\x0b\xfc\x45\x4b\xe2\xde\x33\xb5\x73\xa5\xad\xac\x29\x55\xeb\x54\xb1\xd5\xcd\xc6\xf0\xd2\x50\xb8\xbd\x49\xcf\xed\x75\x6b\x9a\x56\x6d\xbc\xc6\x9f\xb6\x51\xc1\x14\x24\x87\xfa\x3d\x3d\xb4\xc6\xe2\xbd\x29\xb0\x49\x41\x1f\x69\x7d\x63\x4c\xd9\x1f\x6a\x92\xd8\x10\x47\x84\xb6\x26\xa8\x2e\xd8\x66\x83\xdf\x6d\x48\xa2\xcc\x15\x29\xe9\xbc\xdd\x58\xd2\xf0\x5c\x56\x55\xe8\x86\x4e\xab\x5c\xd7\x94\x4a\xb7\x6f\x55\x66\x35\xcd\xcb\xc7\x66\x7b\xbf\xbc\x5d\xdc\xaf\x16\xaf\xb0\x07\x2c\xb8\x78\xfc\x79\xa5\x6e\xee\xef\xd4\xed\xc3\xfd\xdd\xf2\x69\xf9\x70\xbf\x52\xef\x1e\x1e\xd5\xc7\xd5\x62\xa6\x1e\x17\x1f\x1e\x1f\xee\x3e\xde\xd2\xd7\x33\x5e\x75\xb7\x5c\x3d\x3d\x2e\x7f\xfc\x48\xdf\x4c\x26\xbf\x9b\xab\x3b\x53\x59\x12\x1e\x36\x9d\x4f\x26\xd3\x68\xf7\xa9\x0a\x5b\x5d\xd7\x6a\x67\x20\x1c\xa9\xdb\x1a\xbf\x0b\x4a\x43\x42\x58\xbf\x94\xf5\x10\xd9\x43\x63\x58\xdb\x9b\xbd\x77\x30\x08\x7d\x3d\xe3\x55\x25\x1c\xe4\xed\xba\x63\x0b\xe9\xa0\x4a\x3a\x06\xee\x58\x1f\xd5\x4a\xcc\x1c\xd4\xef\xb0\xb3\x77\xdd\x66\xab\xfe\x24\x56\x85\xd5\x4a\x57\x74\x3b\x78\x65\x90\xc5\xf9\x33\x61\xe0\xc4\x23\x0c\xba\x6d\x95\x3b\x34\xc6\xc3\xba\x0a\x8f\x50\xd8\xe8\xae\xdd\xc2\xd6\x7f\x97\x93\x2e\xad\x6d\xb7\x1a\xce\x0e\xe2\x75\x71\x96\x49\xd1\xc6\x87\x9a\x0d\xdc\xb4\xe0\xed\xce\x0e\x86\x9b\xa1\x4e\x8c\x00\x5d\xf0\xf3\xe9\x64\x72\x1e\xd6\x3a\xfc\x14\xc5\xa1\x80\xe0\xe3\x60\xb2\xd6\xbb\x1a\x96\xf1\x26\x7d\xa8\x59\xc4\x19\xc9\x4e\xdf\xc2\xf7\x78\x8c\x42\x89\x23\x8a\x97\xa8\x83\x6d\xb7\xb2\x83\x1c\x32\x57\xef\x9c\x97\xd0\xed\xfc\x1e\x19\x15\x06\xbb\xf5\x6e\x9c\xa9\x69\x7c\x7e\xca\x82\x07\x75\x65\xaf\xe5\x21\x77\x30\x7e\x06\xd7\x78\x78\x80\x0e\xb6\x8d\xfc\x7b\xc6\x59\xa2\xe1\x4a\x5e\x27\x5f\xb2\xa6\x5e\xed\x74\xa3\x37\x86\x5c\x42\x67\x85\xae\xd8\x46\x61\x66\xea\xb0\x35\xac\x2c\x2c\xcd\x27\x6a\xd9\x95\x2d\x70\xb0\x14\x17\xf8\x74\x65\x71\x3a\x9b\x3e\x6c\xed\x9e\xf6\xa8\x6c\x05\x7b\xed\x8d\x2f\x68\xd3\xab\x3f\xbc\xf9\xe7\x6b\x3e\xc8\xf9\x3e\x33\x5d\xd7\x86\x16\x16\x25\xfb\xc2\x05\xde\x84\xb4\x17\x36\x5b\x9b\x06\xca\x16\x16\x6e\x1a\xed\x9b\xc9\x46\x8e\xfc\xc5\x75\x53\x75\x85\xa7\xe8\x5f\x1e\xb0\x91\xf9\x12\xff\x93\xee\xcf\xb6\xec\x68\x17\xaf\x72\xaf\x2b\xf3\x05\xb2\x59\xce\x64\x48\xb9\xb3\x21\x70\xb8\x72\xc4\xa4\xc0\x82\xc9\xb3\xa0\x59\xe1\x84\x02\x49\x83\x84\xd8\x9d\xc6\xcc\xde\x9b\xca\x78\x8f\x07\xf9\xd7\x8a\x6d\xfa\x99\x36\x17\x8c\x12\x14\x81\x82\xb6\x29\xea\x8e\x55\x46\xda\xa8\xc6\xb5\x40\x88\x9d\x6d\x05\xc3\x82\xab\xda\x03\x05\x4a\xe0\xa3\x60\xf0\x12\xf6\x4d\xd9\x22\x40\x24\x3f\xcd\x52\x96\x56\x76\xd3\x79\xf9\xa5\xb2\xb5\xe1\xf4\x7e\x58\xff\x17\x5c\x7b\x2e\xa8\x6e\x8e\xf2\x1d\x4c\xdd\xd5\x1c\xd7\x95\x77\x3b\xfc\x48\xe0\x09\x19\x6b\x05\xff\x36\x81\xd6\xe8\x14\x1a\xfc\x4d\x1d\x3f\x56\x4a\x2b\x31\x03\x6f\xf4\x0d\x75\x10\xe8\x7b\x4b\x29\xe0\x58\xa0\xa8\xce\x06\x9e\x85\xc4\xf8\x7a\xa4\x58\xaf\x51\x2c\x06\x81\x76\x90\x3c\xdb\x99\xd2\x6a\xd5\x1e\xf7\xa2\xde\x27\xe7\x3f\x9f\x25\xed\x01\x5f\xb2\x7c\x8c\x0d\x14\x2d\x43\xe8\x02\xf5\xa3\xd0\xd0\x47\x8c\x13\xc5\xdf\xe9\x12\x29\xfe\xac\x6d\xad\xd7\x75\xca\xcf\x0c\x2b\x66\x84\x6a\x14\x44\x85\x8e\x41\xa1\x33\xac\x81\xba\x58\xd6\x83\x8d\xd8\x02\xcb\x2c\x1b\x4e\xb7\x2d\xc1\x7a\x99\x0a\x0b\x4b\x78\x05\x71\xcd\x17\xbd\xdb\xe3\x34\x3c\x02\x40\x45\x78\xca\x23\x52\xe4\xf6\x06\xa7\x7d\x41\xf8\xd7\xee\x70\x4d\xda\xde\x19\x6f\x9f\x61\xa1\x67\xa3\x48\xf1\x30\x3d\xf5\x28\xed\xfb\x3d\xba\x26\x31\xd7\x3a\x90\x4b\x1a\x4e\x9b\x92\x76\xa7\xa8\x45\x1c\x08\x7e\xd0\x21\xec\x0a\x8a\xe1\xc3\xd6\x16\xdb\x58\x09\x6d\x0b\xcc\x45\x88\x78\xf3\x6c\x83\x04\xb3\x6e\x60\x82\x14\xd9\x06\x36\x74\x3e\x7d\x4a\x10\x31\x8e\x7f\xae\x21\x26\xc0\xe7\x6c\x59\x8d\x03\x5c\xcd\xc1\x3c\x14\xcf\x73\x4f\xbe\x80\x88\xbd\x9f\x4e\xcd\x14\xad\x44\x11\x19\xfd\xc2\x1b\x47\xac\xf6\x66\xa7\x99\x0b\xec\xb5\x67\xcf\x93\xfe\x2c\xf4\xce\x78\x53\x1f\x11\xc5\xcd\x67\x36\xd0\x1a\xde\x27\xbf\x37\x7a\x67\xae\x93\x2b\x2d\x20\xc2\x57\xba\x60\x41\x66\x63\xb3\x9d\x09\x42\x56\x30\xae\x22\x5f\xde\x12\x80\xc6\x7a\x79\xd1\x8f\xa7\x11\x3c\xa4\x57\x9b\xf3\x8b\xc4\x97\x22\x90\xf6\x67\xd3\x36\x63\x7b\x53\x1c\x96\xa9\x92\xb3\xf4\xd0\x9e\xd7\xe3\x97\xaf\x89\x3a\xcb\x42\x9a\xc8\x13\xd3\x36\x18\x25\x74\x6b\xe4\x76\x4c\xee\x54\xb7\x39\x4e\x58\x4e\x16\x29\x06\x32\x1f\xf1\x95\xe2\xec\xb8\x98\xbc\x8c\xce\x59\x89\x27\x5c\xe4\x83\x29\x66\xd7\x06\x46\xab\x92\xe2\x27\x3b\x7f\x6f\xe5\xec\xf5\x48\xb5\xb3\x07\x46\x2c\x37\x35\x52\xc6\x3b\xc0\xe1\x8c\xec\xbc\xd6\x35\xc7\xc5\xc1\xd3\x13\x3d\x0f\x8c\xac\x90\x22\x39\x05\x45\x6f\x10\xb2\x47\x9b\x85\x3a\x5b\xf8\x5b\xd0\x3f\xde\x17\xff\x0f\x72\x00\xa5\x6c\x4d\x8f\xd5\xc4\x87\x67\x79\x71\xe8\x49\x44\x38\x86\xd6\xec\x82\x80\x28\x6a\x59\x67\x08\xb8\x0b\xae\x40\xf1\x37\x71\x2a\x55\x17\xa9\xf6\x3d\x33\xc9\xcd\x3a\x1b\xab\x52\x8d\xed\x49\xf6\x01\xe7\x2b\xba\xc0\x75\x93\xcf\xda\x31\x86\xc5\x08\xfd\xc4\x58\x44\xea\x99\x2f\x49\xd9\xb1\x66\x29\xb2\x88\xde\xef\x6d\xd1\xb9\x2e\x20\xb2\x76\xda\x7f\x26\x50\xca\x78\x05\x5c\x16\xec\xa6\x61\xdc\x45\x50\x91\xfd\xd9\x74\x97\x63\x0a\x60\x32\xbd\x87\x45\xb5\xca\x73\x6c\x3e\xcd\x93\xee\x84\x63\xf6\x4a\xa6\xcc\x79\x21\x1c\x47\x91\x07\xcc\xda\x9d\x1c\xa4\xb6\x10\x60\x6d\x10\x1f\x20\x55\x86\x11\x75\x7d\x1c\x9f\x80\xa0\x0b\xe6\x6f\x1d\xe2\xa1\xa6\xa3\x0a\x07\x8b\x4a\x19\x24\x02\x98\xa5\x0d\x80\xe2\x87\xb9\xfa\x0b\xf7\x2b\x38\xed\xb6\xd7\x74\xa0\x22\xab\x4e\x80\x3d\x46\xde\x45\xda\x7e\x86\x90\x06\xd5\x48\x65\xc6\x50\x94\xec\x90\x92\x19\x0f\x83\x03\x28\x14\xf4\x02\x1b\xda\x9b\xb6\xa3\xb8\x07\x24\xd5\xe5\xc1\x52\xd5\x6e\x5c\xf3\x8a\x7d\x1a\xa0\x1d\x7d\x7c\x05\xce\xe0\x37\xd4\x16\xb8\xa3\xae\xdb\xe3\xab\xca\x1b\x7c\xb2\x20\x41\xcf\xae\x60\x50\x1d\x9c\x94\xba\x20\x1c\x92\xba\x08\xac\x45\x7e\xec\x29\x1e\xcf\x70\x88\xe2\x70\xdf\xad\xf1\x14\x6c\x85\x80\xdb\xd7\xfa\x98\x7d\x03\x09\xa5\xa4\x05\xfe\x26\x16\xea\xbc\x1f\x31\x63\x5c\x64\xd2\x78\x76\xca\xd7\x4a\x25\x0c\xfc\xfb\xcc\x01\x1f\xa4\x81\xfc\x7f\x67\xfd\x2b\x3c\x60\xf6\x2d\xa5\x06\x68\x76\x9b\x48\x06\x84\x8a\x2d\xf0\x75\xea\x8d\x33\xef\x80\xb4\x62\x9b\xad\x7e\x36\xcc\x8d\x66\xd2\xf9\xb9\xaa\x22\x5e\x04\x20\x36\x35\x04\x93\x3f\x91\xf9\xce\xb7\x62\xf8\x21\x6b\x85\x40\x46\x16\xf5\x29\x51\x13\xa2\xb4\xe4\x83\x74\x92\xde\xef\x6b\x6a\x9c\x5c\x03\x77\xb2\x1d\x09\x5d\xa2\x38\x45\xad\xed\x2e\xb5\xd6\xac\xca\xfa\x28\x8f\xe7\xf6\xeb\xd1\xac\x41\xc6\x85\xa0\xbd\xe5\xbc\xaa\x3c\x50\xa2\x6f\x0c\xad\x1f\xa5\xe9\x55\xb8\x46\xfb\xe6\x1a\x13\x6b\x10\xa0\x09\xf5\xbd\xe7\xb6\x97\x1f\x88\xfd\x59\x0c\x27\x08\x2b\xa4\x68\x2c\x50\x5a\x4b\xc6\x4e\xd5\x65\xae\x96\x15\x7b\xd5\x36\x01\x28\x42\x51\xd9\x1b\xbc\xb5\x1b\x39\x56\x6f\x34\xfd\xcc\x00\x14\x9b\xcc\xab\xa1\x50\x80\x6d\x7a\x17\xc2\x2b\x36\x09\x09\x5d\xb8\x8e\xb8\x87\x7c\x86\x3f\xb5\xaa\xf5\x21\x74\xb6\x25\xc5\x6a\xb3\x11\x20\x86\x65\x7a\x81\x09\x7e\xc6\x58\xf5\x12\xf8\x30\x2e\x8b\xb0\x21\xeb\x21\x8b\xc1\xf0\xc7\xa4\x44\xb2\xf5\x8e\xd9\x1c\x36\x10\x1a\x33\x8e\xa9\xa1\xa1\x8a\x11\x9e\x28\xf6\x90\x1b\xb1\xc8\x24\x5e\x22\x08\x4d\x49\x45\x9e\x31\x14\xbe\xb1\xda\x97\xf4\x31\x86\x51\x6f\x3f\xec\x43\x7d\x0f\x8c\x7d\x73\x76\x78\x7f\x76\xcc\x35\xf6\x24\x6a\xf2\x3e\x66\x6f\x91\x59\x25\x9c\x73\x12\x03\x96\xee\x8e\x91\xf6\x37\xbd\x17\x63\x5f\xe4\xfc\x06\x3d\xd3\xdf\x7b\x29\xb2\x5a\x3e\x8e\x63\x09\x7f\xa1\x8d\xfd\xde\xa9\x0c\xf2\x88\x81\xb9\xce\x88\xcc\xe1\x17\x5d\x87\x44\x36\x9f\xb1\xdb\xb0\xe0\x52\x96\x98\x52\xf2\x70\x38\x6b\x24\x1e\x33\xb4\x41\x7a\x2a\x56\xb4\x46\xb0\x19\x02\xcb\x70\x6c\x94\xa1\xe2\x27\xce\x53\x81\x13\x59\x43\x87\x10\xab\xd1\x1e\x6b\xab\x4e\x9a\x77\xbd\x01\xf8\x50\x18\x84\xb9\xba\x4f\x4d\x9b\xf9\x42\xf4\x87\x19\x28\x90\xa2\xa6\x29\x5d\x1f\x13\x94\xb6\xd1\x37\xc0\xd3\x7f\x9d\xab\x47\x93\x8f\x92\xf0\x1d\x85\xca\x4e\x1f\x87\x6a\x71\x8a\xef\xa8\x2d\xd6\x84\x91\xd1\x5e\x60\xb4\x9c\x2a\x44\x8e\x71\x4e\x87\xc2\xc1\x91\x40\xac\x0e\x7f\x3b\xb0\x95\x93\x26\x9d\x89\xcd\x57\x1b\xa9\xbe\x69\x63\x27\xb2\xa4\xc6\x48\xc6\x55\xae\x46\xdf\x26\xac\x27\xd5\x82\xb7\x93\x89\x9e\xcb\xb2\x0e\x89\xbe\x21\xe1\x48\x16\x31\x13\x32\xcc\x42\x93\xa6\xfd\xb6\x2e\xd2\x7a\x9e\x96\x96\x3f\x93\xb4\x93\xc9\x3a\x3b\x42\x86\x3c\x43\x33\x40\xfd\x1d\xcd\x06\x64\x00\xe4\x29\x85\xd1\xee\xd8\x86\xc2\x48\x7a\x58\x29\x11\x3d\x78\xd0\x4e\x32\x4f\x2d\x45\x2d\x7a\x3a\x1e\x54\x64\x07\x79\xd3\x02\xbd\x66\x89\xf4\x67\x93\x01\x6e\x64\x20\xc0\x05\x87\xc4\xfd\x07\x5f\xce\x78\xa4\xd6\x93\x85\x59\x8c\xf0\x19\xd5\x92\xd2\x10\x35\x14\x8f\xa0\xa1\xee\x31\x2c\x89\xcd\xf3\x8b\x0b\x67\x0f\xd5\x67\x20\xa2\x52\x64\xd2\x93\x2c\x48\xe9\x98\x87\xa3\xe8\x92\x22\x64\x1f\x81\x30\xdf\xa6\x4d\x4e\x15\x88\x56\x10\x70\x1f\xf2\x55\x5a\x4c\xf2\xd1\xf4\xfe\xe1\x69\x79\xbb\x98\x02\xc2\xbe\xb4\x6c\x39\x82\xb0\xb4\x25\x35\x06\x79\xa8\x67\xc0\xf9\x3d\xa6\x12\xb3\xa7\x86\x56\xc3\x01\xba\xec\xa9\x56\x3f\xb2\xbc\x60\x27\x82\x3a\xcd\xb3\xd9\x08\xf8\x9c\xec\x22\x2a\x0b\xf9\x0f\x37\x14\x47\x05\x9e\xac\x8d\x0e\xd4\xba\xf5\x63\xbf\x21\x47\x40\xeb\x70\xc0\xdb\x24\x92\x4e\xf2\x0c\x96\x1b\x34\x2f\x73\x2b\x5e\x76\x4c\x56\xca\x46\xd1\xe0\x4f\x07\x4d\xb6\x1a\x72\x98\xe8\xc0\x66\xa8\xf1\xe7\xbb\x3a\x3f\x1b\x04\x8c\x5c\x34\x9b\x61\xc5\x7e\xe4\x82\xf6\xd5\x80\xc8\xe8\x23\xc5\xe0\xd8\xc6\x97\xaf\x48\x8d\x63\x6f\xdf\x86\xa6\x6d\xd4\x5e\x03\x6c\x81\xab\x72\x95\x40\xfe\xca\x41\x21\xf3\x14\xa3\xa7\x34\xdd\xfd\xa0\x0e\x15\x65\x68\x79\x89\x53\x31\x5a\x8a\xcf\x18\x03\x8e\xa3\x09\xb8\x4a\xf0\xaa\xcb\x92\xfe\xed\xa9\x8b\xba\x18\x37\x51\xf3\xef\x4d\x63\xd8\x32\xc0\xac\x4c\x3a\x88\x13\xd3\x01\xa6\x29\xbb\x5d\x22\xcb\x23\x0f\xa7\xdc\x95\x44\x1d\xc3\x2a\x9b\x2b\x8d\x2e\xa0\xde\xc5\xa0\xe6\xf9\x13\x5d\xab\x30\x6b\xf1\x9d\x44\x89\x28\x7c\x3e\xf5\xbf\xa8\xf4\xd0\xa3\x30\x49\xde\xc5\x86\x9e\x7f\x1f\x8f\x52\xc8\xa4\xf4\x78\x94\x33\x17\x8e\x42\xcc\x12\x47\x1e\xb1\xe9\xff\xc1\x65\x0a\x6f\x90\xdd\xa5\xb8\xea\x82\x04\xbc\xac\xe2\x76\xf2\xf8\x95\x96\x26\x9f\xa9\xf5\xf6\xe4\x9d\xbe\xe7\x06\x67\x54\x80\x7a\x46\x4f\x53\x5c\x26\xeb\x7d\x92\x64\xfa\x9c\x74\x16\x83\xb1\xff\x30\x57\x2b\x22\xc2\x21\x0d\xaa\x72\x0a\x4a\x63\xdc\x8f\x4d\x4d\xf4\x80\x9c\x02\xaa\x00\xa3\x59\x6a\x8c\x79\xbf\xfc\x72\x81\x74\x3d\x61\xaf\x97\x47\x52\x2f\x8e\xa1\xe8\x94\xd3\x31\x8d\x10\xcd\x75\x3e\xf5\xfd\xbe\x56\x2e\x91\x06\x12\x2d\x0b\x02\x79\x58\xc8\x72\x7c\x96\xe8\x50\x4b\xcb\xfb\x7b\x0e\xc6\xe7\xb5\x93\x26\x8e\x52\x6b\xc3\xe4\x94\x00\x99\xc5\x09\x1d\x20\x16\x74\xce\xc8\x65\x49\x9f\xb9\x71\x73\x29\xaa\x32\xb6\x84\x9d\xfa\x76\x2a\x11\x30\x75\x8c\x31\xce\x1d\x9c\xf9\x62\x8a\x2e\x91\xfc\x41\x71\x6f\x36\xda\xcb\xad\xcb\x69\x0f\x43\x8e\xf9\x37\x20\x50\x2a\xbc\xf4\xf9\x29\xe7\xea\xa5\x63\xc4\x4a\xf7\xa9\xc3\xcd\x09\x99\x37\x5d\x2d\x71\xdd\xe6\x89\x69\xc8\x8a\x38\x4d\xae\x8c\x7f\xa6\x89\x79\xfc\x08\x59\x62\x3c\xca\xe2\x14\x80\x49\x52\xae\x49\xb1\x85\xf5\xe6\x6f\x9d\x8d\xf7\x2b\x54\xf6\x02\x6c\x4e\x85\x8f\x9d\x85\xa2\xe8\xb0\xe7\x91\x25\x80\x2d\x51\x89\x0b\xa8\x34\x9e\x9b\x9e\x4d\x4b\x53\x36\xa4\x65\x11\x73\x2f\x40\x2e\xac\xf0\xc7\xb9\xba\xb3\x81\x49\xb7\x61\x2a\xfe\x09\x44\x0a\x26\x38\x0e\xa1\xdc\x8b\xb8\x3e\xe6\xc4\x19\x0d\x1a\xe3\x21\xf9\x88\xdb\x83\x61\x9a\x35\x1b\x9c\x12\xb3\x35\x0c\x22\x5e\x91\x8c\x67\x63\x83\x7e\x1d\x31\x89\x91\xeb\xae\x69\x4a\x05\xc8\x9d\xde\xac\xd4\x72\x35\x55\x3f\xde\xac\x96\xab\x99\xfa\xb4\x7c\xfa\xe9\xe1\xe3\x93\xfa\x74\xf3\xf8\x78\x73\xff\xb4\x5c\xac\xd4\xc3\x63\x7e\x8f\xfc\xf0\x4e\xdd\xdc\xff\xa2\xfe\x63\x79\x7f\x07\x83\xdb\xaf\x90\xf7\x6c\x7c\x39\x64\x00\xf7\x3c\xfd\xed\x0d\x1a\x2c\xb1\x09\x13\x73\x7f\x92\x43\x4f\xcb\xa7\xf7\x8b\x19\xac\x7a\xff\x6a\x79\xff\xee\x71\x79\xff\x97\xc5\xcf\x8b\xfb\xa7\x99\xfa\x79\xf1\x78\xfb\x13\x24\xbb\xf9\x71\xf9\x7e\xf9\xf4\x0b\x87\xc5\xbb\xe5\xd3\xfd\x62\x25\x77\xdc\x37\xea\xc3\xcd\x23\x5c\xf1\xf1\xfd\xcd\xa3\xfa\xf0\xf1\xf1\xc3\xc3\x6a\x21\x15\x4c\x6e\xca\x6a\x9a\xd7\x53\x57\x47\x2f\x0c\xf0\x2c\x9f\xef\x35\xa4\x83\xec\x73\x6e\x0f\xc3\xed\xbd\x25\x66\xc9\x8a\x55\xf1\x16\x9f\xa3\x69\x40\xc1\x6c\x8e\x29\x9c\x33\x04\x30\x07\x56\xce\xdb\xc0\x08\x1b\x5c\x61\xfb\xd6\x59\xc0\x35\xde\x25\x32\xc5\xc9\x2f\x13\xcf\x9b\x5d\x44\xcb\xbf\xcf\xf1\x21\xd9\x8d\x9e\x78\x6f\xf5\xda\xd6\x72\xa1\xb9\xa4\xea\xa6\x0c\x75\x7c\x7c\xbe\xec\x80\xaf\x6a\x1e\x47\x42\x36\x74\xe0\xa3\xdb\x1e\x04\x45\x9b\x8f\x0c\x1a\xb3\xa9\x2d\xf8\x49\x61\xae\x67\xfd\x8d\xed\xec\xe4\xca\xb6\xfb\x66\xc4\x5e\x49\x01\xa6\xc9\x79\x6d\xd7\x4c\x76\x58\xa0\x0d\xcd\x23\x60\xf0\x74\x4c\x4b\x37\xe4\xe1\xfa\xeb\x11\x2e\xb8\x36\x82\x71\x1a\xbe\x10\x78\xf1\x61\x71\x2e\xc0\x4e\xd3\x3b\xbd\x19\x4f\xca\xe9\xb9\x74\x7d\x3d\x5c\x64\xf3\x3b\x1b\x34\x22\xc3\x42\x24\x03\x88\x9d\x0c\xe9\x89\x06\xc8\x8c\x95\x2e\xaa\xe2\x76\x09\x35\x69\x62\x06\x59\xa9\xab\xf5\x72\xef\xcb\xd5\x52\xee\x42\x4f\x51\x9e\xed\xd5\xf5\x58\xd0\xc9\x37\xb6\x89\x9e\xca\xd1\x4e\x92\xf5\xc5\xe1\x7e\x92\x84\x94\xac\x9d\x84\xdf\xc6\xb9\xf2\x60\x6b\x99\xf3\x7d\x46\xe1\x73\xfb\xbd\xa6\x89\x1e\xd5\xdb\x8e\xc4\xac\xb4\xad\x3b\x2f\x95\x40\xd7\x68\xb6\x07\xb2\xc0\xa5\x67\xf4\x2e\x02\x4d\xd9\x29\x08\x73\xbd\xe5\x30\x13\x10\x08\x14\x51\x44\x49\xcf\xc6\x68\xfd\xe0\x5a\x97\xcf\x96\x2f\x06\xe3\x94\x01\x4f\xda\xa8\x6c\xba\x76\x8f\x1b\x23\x4c\xff\x34\x57\x37\x05\x41\x33\x29\x9c\x90\x90\x0e\xbc\x19\xea\x61\x1e\xd6\x9f\xb6\x44\x5c\xbf\x96\x68\x2f\x5e\x45\x25\xd6\x56\x6c\x9d\x93\x19\x25\x4f\x23\xe3\x75\x31\x4f\x41\xe1\xc5\xca\x70\xde\xe3\x5b\x16\x4b\x37\x85\x11\xb1\xf7\x32\xa4\x8c\xc8\x74\xe4\x28\x32\xbb\x86\x5f\x6d\xe8\xef\x28\xeb\x24\xaa\x72\xeb\x3a\x4e\x96\x98\x07\xbc\x26\x78\x20\x76\x18\xd2\xfb\x48\x14\xf1\x91\x08\x65\x59\xad\x7e\x72\x07\x62\xf9\xd2\xf4\xf4\x96\x61\xab\x65\x5b\x0e\xda\xf0\x5b\x14\x44\xd4\x01\x01\x3d\x17\x8d\x57\x0c\x3c\x50\x8d\x5f\x13\xbc\x0d\xe0\xc6\x32\x32\x73\x18\xdf\x48\x0c\xe3\x84\xcc\xb5\x71\x32\x4b\x87\x58\x99\x43\x72\x82\x4a\x7e\xb2\x0d\x2a\xec\x55\x9a\x0a\x04\x5d\xd6\x82\x37\x5e\xa8\x38\x30\xf1\x8e\xd1\x22\x51\xcf\xc1\x5a\x08\xfa\xce\xfb\xe1\x26\x29\xce\xa4\x80\x91\xe8\x13\x89\x8c\xcb\x70\x73\x76\x1e\x76\xeb\x63\x2c\xe2\x24\xfe\x91\x34\x1d\xac\xd6\xd3\xdb\x43\x16\x58\x19\xd1\xaa\xb3\xc0\x5a\xdc\xdf\x51\x01\xbb\xf4\x82\xd4\x64\x72\xf3\xe1\x03\x7e\x5f\xfe\xe7\x5b\x72\x0f\xf7\xac\xc0\x38\xe1\x53\x2f\xbf\x8f\x86\xa5\x2c\x13\x65\x26\x08\xd0\xff\xee\xc1\x59\x7c\x03\x40\x4d\xc6\x5d\xef\xda\x21\x17\x3c\xda\xc8\x36\xf5\xd8\xb3\x81\x5a\x57\xd6\xd4\x65\x50\x80\xef\x9a\xde\xa5\x23\x3b\x4d\xd6\x74\x91\x67\x10\x82\xd3\x5f\x7f\x9b\x12\x6b\xa1\xb6\x39\x96\x9f\x63\x8a\x1d\x86\xc1\xd8\xf6\x64\x8d\xe1\x5c\x4d\xae\xee\x5c\xf3\x2f\xc3\xd0\x80\x4e\x49\x3b\xfe\xd3\x35\x37\x9b\xdc\x8d\x05\x54\x74\xb8\x1f\xc0\xdc\x1f\x1e\x49\xf4\x24\x2b\x9e\x82\x33\x34\x2c\x3c\x02\x75\xbf\xf4\x17\x84\xdc\x98\xca\xa9\x73\xf5\xc9\xc8\xf4\x12\x60\xcd\xab\x4b\x32\x01\x4d\xeb\x65\x99\x04\x0a\x02\x8a\x48\x9f\x74\x21\xcc\xd7\xf6\xa9\x20\xa6\xdb\xc6\xb5\x19\xde\xa9\xc0\x2f\x6c\xc7\x40\xcf\x4c\x21\x0c\x0f\x76\x09\x31\xa7\x2a\x8e\x33\xcf\x5e\xcc\x20\xe1\x10\x64\x16\x79\x31\x89\xf6\x49\xd7\x90\xfd\xac\x60\xe8\xc7\x69\xa4\x49\x17\xb5\x88\xaa\xe1\xce\xed\xd7\x23\xfe\xfb\x4d\xfd\xca\xa2\x42\xb4\x93\x7b\xc7\xdf\x92\xe7\xcb\xac\x8b\x98\xbc\x18\x23\x33\xf5\xd7\xfc\x6d\x47\x7a\xa0\x7f\x1f\xef\xfa\xcf\x3d\x81\x9f\x50\x92\x4b\x89\x89\x23\xee\x44\x86\x6d\x13\x5b\x32\x06\xb9\x3e\x72\xce\x7a\xfb\x89\x5b\xf3\xac\x46\x8f\x86\x43\x29\x52\x75\x3b\xf9\xc6\x8b\x9b\x8b\xdb\xf7\xf2\xf6\xe1\xff\x81\xde\x4e\xfa\x37\x9a\xf2\x49\xce\xd9\x6b\x36\x34\xef\xce\x17\x8c\x89\xec\xe4\x1f\xc1\x64\x27\x03\x95\x45\x67\x6a\xcc\xe8\xf8\x14\xc5\xfd\xbb\xa0\xb5\x6e\x36\x1d\x62\x0b\x55\x1a\xa8\xce\x2c\x72\x92\x13\x3b\x0a\xda\x81\xfc\x86\x73\x8d\xe6\x93\xff\x0e\x00\x00\xff\xff\xec\xcd\x31\x6d\x4d\x2b\x00\x00") + +func confLicenseEducationalCommunityLicenseV20Bytes() ([]byte, error) { + return bindataRead( + _confLicenseEducationalCommunityLicenseV20, + "conf/license/Educational Community License v2.0", + ) +} + +func confLicenseEducationalCommunityLicenseV20() (*asset, error) { + bytes, err := confLicenseEducationalCommunityLicenseV20Bytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/license/Educational Community License v2.0", size: 11085, mode: os.FileMode(420), modTime: time.Unix(1440548254, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confLicenseGnuAfferoGeneralPublicLicenseV30 = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xc4\x7d\x5b\x73\xdb\x46\x96\xf0\xbb\x7e\x45\x17\x5f\x22\x55\xc1\x74\x9c\xcc\x64\x36\x71\x2a\x55\xb4\x44\xc7\xac\x91\x25\xad\x24\xdb\xeb\x47\x90\x68\x8a\x58\x83\x00\x17\x0d\x48\xe6\xfe\xfa\xef\x5c\xfb\x02\x82\xb2\x33\xf3\x55\xed\xc3\xd4\xc4\x22\xd0\x7d\xfa\xf4\xb9\xdf\xf0\xe7\xd5\x07\x33\x7b\xfb\x76\x7e\x7b\x6d\xfe\x9c\x5f\xcd\x6f\x67\x97\xe6\xe6\xc3\x9b\xcb\xc5\xb9\x81\xff\xcd\xaf\xee\xe6\xe6\xe4\xa3\x6d\x5d\xd9\xd4\xe6\xe7\xcc\xbc\xfa\xd5\x5c\x35\x8f\x76\xbb\xb4\xad\xf9\xe9\xc7\x1f\xff\x71\x72\xde\xec\xf6\x6d\xf9\xb0\xe9\xcc\xe9\xf9\x19\xfd\xc9\xbc\x6d\xad\x35\x77\xcd\xba\x7b\xca\x5b\x6b\xde\x36\x7d\x5d\xe4\x1d\xbc\x9f\x99\x45\xbd\x9a\x9a\xdf\x37\x5d\xb7\xfb\xed\xe5\xcb\xb5\x5b\x4f\x9b\xf6\xe1\xe5\x1f\x27\x27\xf3\x47\xdb\xee\x9b\xda\x9a\xd2\x99\x9d\x6d\xb7\x65\xd7\xd9\xc2\x74\x8d\x59\xc1\xea\x26\xaf\x0b\x53\x94\xae\x6b\xcb\x65\xdf\x59\x03\xcf\x2e\x61\xbd\x2d\xfe\x58\x5a\x67\x9a\xb5\xe9\x36\xf0\x62\x55\xae\x6c\xed\xac\x29\x9a\x55\xbf\xb5\x75\x97\x19\x78\xdc\xac\x36\x79\xfd\x50\xd6\x0f\xa6\xec\x70\xf5\xba\xe9\x4c\x5e\x55\xcd\x93\x2d\xa6\x27\x27\x37\xad\xcd\xb7\xcb\xca\x9e\x9c\xdc\x6f\xac\x21\x4c\xac\xd7\xb6\x6d\xcc\x9f\xb6\xb6\x6d\x5e\x99\x9b\x7e\x09\xcb\x9a\x4b\x59\x1a\x16\xc8\xcd\x1a\x8e\x97\x11\x64\x95\x5d\x77\x7e\xdb\x75\xd3\x1a\xa7\x87\x46\x90\x9b\x6e\x03\x48\xfa\x52\xd6\x05\xc1\xf8\xd4\xb4\x5f\x5c\x66\xdc\xce\xae\xca\x75\xb9\x02\x20\xf6\xa6\xb0\xae\x7c\xa8\xf9\xa8\xb0\x48\x0f\x6f\xae\x9a\x06\x30\x40\xf8\x32\x4f\x65\xb7\x81\xb3\xe1\x1f\xb7\xdb\xbe\x2e\xbb\xbd\x29\x6b\xfe\x43\x0e\x3b\xc2\xa2\xb5\xed\x70\x5d\xe3\x6c\x0b\x68\xf1\xfb\x4f\xf9\x40\x02\x9a\x23\xd8\xb6\x8d\xeb\xc6\x00\xdc\xb5\xf9\xaa\x43\x78\x18\x42\x83\xbf\xc6\x70\x75\xf9\x17\x78\xfc\x29\xdf\x9b\x7d\xd3\xb7\x74\xfa\xa2\xd9\xe2\x2f\x6e\xa3\x2b\x11\x92\x2d\x41\x46\x8b\x4c\xcd\x9b\x3d\x00\x5d\x77\x6d\xee\xe0\x1e\xf0\xbd\x71\x8c\xf2\x76\x65\xdd\xd9\xba\xe0\xed\x1e\xfa\xbc\xcd\xe1\xdf\xf6\xdb\xdb\x01\x0a\x91\x18\x90\x34\x09\xc3\x39\x9c\xa5\x79\x68\xf3\xed\x8b\x17\xf0\xf8\x16\xe1\x26\x94\xc2\xcd\xb7\x76\x9b\x97\xf0\x14\x2e\x17\x90\x80\x68\xc1\x45\xca\xce\x99\x1e\x50\xe8\x00\x6f\x9f\x36\x16\x10\x6f\xf1\x9e\xf2\x2f\xb8\x6a\xf2\x4a\x86\x3f\xe1\xab\xad\x05\x3a\x69\x91\xae\x60\x2b\x01\x32\x23\xea\xda\xb5\x70\xb4\xa9\xb9\xfe\xc6\x99\x63\x14\x07\x50\xbb\x4d\xde\xe1\xc1\xcd\x26\x7f\x64\x7c\x46\x08\x88\x78\x20\x90\x7e\x7a\xa2\x53\x41\x4f\xfb\xc0\xa7\x83\x15\xb6\xa6\x5c\xd3\x92\x4f\xa5\xdb\x9c\x65\x61\x8b\xd6\xae\x6c\xf9\x88\x2f\xf7\xed\x0a\x97\x2c\x80\xa4\x5a\x20\xad\xda\x3c\xd8\x8e\xf8\x45\x5e\x84\xfb\x80\x7f\x46\xaf\xe2\x33\xd1\x9d\xfb\xed\xe1\x75\xc0\xa3\x01\xd8\x56\x0c\x1d\x2e\x52\x03\x95\x3e\x31\x9c\x72\x3f\xc0\x06\x08\xa7\x5f\xee\x4b\xdd\x3c\xf9\x75\x8b\x06\xd7\x74\xb8\x32\xa0\x17\xaf\xe4\xc2\x3e\xda\x0a\xb9\xc2\xf1\x2b\xb8\xc5\x73\x24\x05\xbb\x74\x76\xd5\x31\x01\x91\x6c\x72\xc2\x4a\x4f\x40\x45\x9d\xdd\xb9\xdf\xcc\xe9\xab\x33\x93\x3b\xb8\xf3\x8e\x38\x99\x25\x58\x53\x27\xc7\x61\x28\x4f\x7f\x3a\x83\x93\xc0\x6d\x13\x84\x24\x69\x54\x1c\x3c\x6d\xca\xd5\xc6\x3c\x00\x12\x1d\xfd\x58\xd9\x07\x00\x87\x04\x98\x23\x81\x29\x12\x2c\x8b\xaf\x0e\xd6\x7c\x49\xec\x58\x94\xeb\x7d\xb2\x1f\x1c\x75\x06\x9c\x0c\x7c\x53\xe4\xed\xde\x2c\xe1\x78\x6b\x40\x20\xa0\xb1\x00\x6a\xab\x0b\xa4\x36\x24\x57\x22\xd5\x1f\x3c\x65\x94\x82\x96\x72\x0b\x07\x07\xd1\x0c\xa2\xcf\x01\x49\x15\xc8\x57\xf0\x7c\x67\xdb\x3a\x67\xb1\xe9\x39\x05\x77\x95\xbb\xc8\xf0\x96\xe1\xdf\x7b\x4f\x0f\x4f\x25\xd0\xe6\x0e\x24\x63\x81\x3b\x81\x14\x05\x88\xb6\x00\xf7\x63\x5e\x56\x39\x08\x4b\x22\x2c\x96\x1d\x45\x74\x33\x0d\x6c\xb7\x6a\xda\x5d\x03\xc2\x0b\xe8\xff\x7d\x5e\xef\xe3\xdf\x0f\x48\x15\xff\xb7\xb1\x79\x0b\xac\x0f\x5c\x80\x98\xb6\xf0\x7e\xdf\xe6\x0f\xf0\xcf\x25\x63\xa6\xb5\xae\xaf\x3a\x3c\x77\x24\x16\xa7\xe6\x1d\x88\x6f\x38\x4e\x36\x94\x86\x7e\x6d\x80\xbb\xc0\xdb\x4c\xc5\xa3\xcb\xf8\xfa\x78\x55\x40\xd1\xde\xac\xe1\x4c\x7c\x4b\x78\xc2\x65\xd3\x77\x53\xa3\xaa\xe0\x88\x0e\x60\xfd\x84\x18\xfe\x42\x17\xc2\x37\x59\xc2\x86\x82\x61\x3a\x4b\x65\x3b\x82\x9b\x30\xcd\x0b\xe4\x2b\x60\x0a\x87\x2c\x81\xcf\xa8\xc8\x46\xc2\x84\x6d\x0d\x1e\x08\x20\xab\x6c\xee\x58\x5b\xb9\x84\x31\xbb\x26\x5a\x6a\xfa\x17\xf4\x95\x97\x33\x89\xe2\x09\xfa\x06\x49\x87\x10\xe9\x7a\xa0\x65\xc4\x24\xa1\xc9\x86\x63\xc5\x60\x30\x2d\xb8\x88\x18\x04\x30\xaf\xa1\xa6\x66\x81\xe2\xf6\x7f\xfa\x12\xd0\x4c\x3f\xf1\xc5\x21\xcd\xa0\x88\x1e\x68\x2c\x78\x1d\xa9\xb6\x2c\x54\x92\x44\xb2\x68\x9d\xc2\xa1\xe8\x6d\xfb\xba\x16\xd4\xb6\x7e\x7f\xe2\x09\x7e\x05\x58\x81\x17\xa7\xab\x04\x41\xdd\x20\x2b\xcb\x25\xf4\x4c\x29\x87\xb7\x96\xf1\xad\xf0\x63\x80\x21\xbe\xad\x12\x8f\xc8\xab\x65\xc2\xe8\x87\x37\x2a\x20\x7c\x07\xec\xc8\xe1\xb5\x69\xaa\x02\x4e\x2e\xca\x19\x2c\x09\xb8\x11\xd4\x03\xf0\xfc\xf3\xb7\x89\x74\x45\x3b\xbb\x0d\xb3\x08\x3f\x0e\x3a\x29\x77\x89\x3e\x01\xb8\x9a\xed\x0e\x9f\x33\xae\xdc\xc2\x45\xb5\xe6\xa1\xc9\x2b\x87\x08\x01\x92\x20\x2b\x06\x00\x83\x97\x41\x56\x04\x40\xc8\x36\xf2\x68\x96\x23\x28\x48\x37\x97\x6c\x4f\xc9\xbf\x37\xb9\x13\x6a\x45\xe6\x25\x09\x7f\xf4\x45\x91\x93\xca\x38\xf0\x1a\xed\x88\x77\x08\xa6\x21\x12\x41\x64\xbe\x09\x6d\x83\xfc\x59\x95\xa8\x04\xe0\x25\xc7\x4a\x1f\xc4\x62\xd9\x91\x04\x43\x01\x84\x72\x15\x56\x88\x44\xab\xb2\x1e\x23\x7d\xc5\x26\xd4\xba\x41\x63\x0f\x17\x9d\xdf\xbe\xbf\x33\xb3\xab\x0b\x73\x7e\x7d\x75\xb1\xb8\x5f\x5c\x5f\xdd\x9d\x9c\xfc\x38\x35\x17\x20\x64\x6b\x5e\x18\x1e\x9b\xdc\x47\x02\x7e\xc2\x6a\x9e\x6e\x58\x4f\xf7\xb3\x9e\xef\x9b\xdc\x87\xab\x79\xeb\x78\x02\x92\xd8\x81\xa6\xb7\x39\xc0\xef\x35\xce\x8b\xaa\x04\xcd\x5f\xe5\x4f\x22\xc2\xf3\xdd\x8e\x99\xf3\x88\xed\x88\x2c\x0a\x88\x77\x76\x5b\x22\x3a\xfa\x15\xb2\xd5\x36\x77\x5f\x04\x74\x6b\x6e\x58\xaa\xc7\x90\xa3\x20\xf6\x3b\x12\xcf\x12\x03\x0a\xbe\x8b\xf8\x0e\x14\x72\x33\xcf\x61\x27\x79\x82\xcd\xde\xa2\x00\x7e\xa6\xcb\x76\x66\x02\xca\x6e\x32\x35\x13\x79\xdc\xba\x09\x21\x7e\x82\x77\x06\xba\x1f\xf4\xcf\x84\xa4\xeb\x12\x55\x50\x51\x02\x77\xf7\x70\x7a\xb4\x0e\xc0\xde\xcf\xeb\xf2\x7f\x73\x45\xf7\x7d\x63\x26\xac\x09\x61\x09\x86\x8b\x51\xa4\xb6\xff\xba\x05\x0d\x87\x66\x5a\x91\xef\xc8\x72\xc7\x7f\xec\x40\x6b\xe8\x35\xd0\x3b\xa8\xe8\x40\x96\xbb\x0d\xc9\x07\x12\x3e\xac\x34\x54\xb3\x07\x9d\x9c\x09\x6e\x01\xdf\xac\x3c\x44\x8e\xa3\x50\xa8\x8d\xfd\x0a\xc6\x30\xbd\xc7\x7a\x20\x28\x20\xde\xc7\x29\xb7\xe6\x02\x77\xc4\xdc\x13\x05\x09\x94\x5a\x55\xa2\x68\xc7\x57\x10\x76\xfe\xaf\xc9\x32\x67\xb5\x34\x39\x78\x8a\x34\xff\x64\x05\xda\xbb\x85\x27\xf0\x2f\x13\xc1\x83\x2d\x05\x5a\x10\x71\xb5\xdf\x51\x6e\x39\x5a\x5c\xd7\xa6\x27\xe5\x67\xc1\x2f\xc8\xd7\x5d\xfe\x00\x4a\xf9\x10\xc5\x05\x51\x07\x19\x5a\x6c\x21\x81\x72\x62\x85\xa0\x6a\x29\x46\xdc\x53\xd3\x57\x05\x1b\xab\x68\xed\x14\x20\xe1\x57\x1d\xd0\x2b\x3a\x3e\x62\xb5\x94\xf0\xcf\xaa\xf4\x56\x42\x59\xaf\xf1\x22\xc8\x26\x11\x3a\x43\x12\x07\xe6\xc4\x27\xc2\xf5\x00\x07\x64\x80\xfb\x95\x85\x3b\xb6\x5f\xed\xaa\xef\xc4\x63\x23\x99\x8c\xc2\x0c\x2c\x27\xa4\x1e\x31\x9b\x58\xf1\x82\xa5\xfd\x98\xb3\x31\x0c\xd7\x75\x23\xc7\x44\x12\x00\x4b\xa4\xea\x41\x22\x1e\x91\x12\xa7\x74\xd6\x26\x28\xdf\x58\x64\x80\x89\xac\xaa\x7d\xa8\xe4\x58\xec\xb3\x59\x88\x1a\x13\x8d\x06\x30\x59\xc0\xcd\x21\x63\x9c\x6e\x0a\x9d\xa9\x47\x10\x27\xa8\x24\xc1\xec\xb4\x55\x25\xd7\x00\x08\x7a\xb4\x43\x32\x47\xde\x44\x2e\x47\xd2\xd9\x45\x07\x20\x69\x60\x6b\xdc\x5c\x17\x46\xa2\xc7\x55\xd5\x5f\x68\x5a\x6f\xb1\xb1\x37\x00\x36\x97\x15\x67\x8a\x5c\x3a\x75\x20\x73\x52\x8e\xb0\x64\xdb\xf4\x0f\x9b\x18\x9f\xa2\x8b\xf9\xb6\x41\xfc\x1b\xf0\xd7\x6a\x87\xa6\x2e\xa9\x48\x36\x5d\xc5\x69\x66\xf0\x01\x2d\xac\xc3\xfc\x2e\x8f\xac\x7b\xf9\x0f\xeb\x1c\x14\x20\xa0\x7a\x57\xe5\x7b\x10\x13\xb3\x1d\x9e\xa9\x2d\xf1\x92\x2e\xc9\x36\xbe\x6a\xc0\xd5\x44\x79\x21\x18\xb5\x5f\x3b\x24\x0d\xb6\x5f\xbb\x70\x6f\x39\xef\x57\xa3\x30\x61\xbd\x07\x72\xa0\xac\xe1\x5f\x40\x60\x8f\x25\xeb\xe5\xb5\xcd\x3b\xef\x34\xa1\x41\xef\x77\x06\x4e\xce\xa3\xbd\x03\xa1\xd5\xb4\x7f\x30\xec\x3b\xb8\x1f\xe7\x0d\x08\x5e\x89\xed\x0a\x3a\x36\x68\xd6\x16\xbd\xd1\xbd\x3a\x53\x7c\x77\xa7\x42\xaa\x23\x87\x90\x17\x4a\xf1\xf2\xc4\xb6\x29\xd4\xef\x52\x91\xea\x48\x3e\x32\x4e\xc3\xba\x87\x92\x98\x21\xdd\x80\x7b\x84\x2a\xa8\x04\x2d\xcb\xd7\xe2\x83\x1e\x5e\x62\x2f\x58\xf6\x84\x6b\x00\x0d\xea\xc8\x15\xc8\x61\x57\x47\xf2\x92\xce\x88\x96\x5a\x4e\x7a\x05\xae\x79\x47\x82\x38\x68\x16\xb0\x8b\x6c\xdd\x67\xec\x4a\x33\xc2\xe1\x5e\xd0\x87\x64\xc9\x42\x2b\x6d\xad\xed\x1c\x6f\xbf\x6a\xe1\xd7\x96\x2d\x9b\x57\x53\x73\xc7\x26\xd0\x39\x98\x40\x53\x43\x7a\x7c\x12\x59\x45\x13\x76\xb8\x13\x19\xc4\xaa\x1e\x7d\x69\x10\x5f\xf0\xf3\x36\x91\xeb\x14\xb7\x60\x66\x8c\x59\x94\xbd\x0d\x30\xd5\x27\xd7\xcb\xff\xb6\x24\xb0\x71\xf5\xc0\x52\x75\x53\xbf\x90\x8d\x75\xcd\x3c\x12\xb4\x77\x5d\x8e\xc2\xaa\x30\x0b\xc5\x56\x78\x39\xc2\x20\x33\x21\x0b\xe0\x92\x7e\x03\x3f\xb0\x5c\x95\x40\xc7\x4e\x57\x28\xd0\x7a\x60\x6b\x2c\x47\x7e\x6c\x1e\x40\xbd\xa1\xd1\x2c\x0f\x38\xb3\x6c\x0a\xe0\xa2\xe6\xd0\x5b\xf1\x1b\x39\xb5\xcd\x19\x05\x88\x7c\xe4\xf5\x55\x8f\x86\x9b\xb8\x69\x5b\xc4\x41\x05\x1e\x77\x0f\xfe\x11\xda\xaa\x02\x5e\xe9\xc8\x5f\x03\xae\x20\x9f\x27\xdf\x36\xf0\x5c\xe4\x76\xe1\xa1\x49\x96\x8a\x4c\xd1\x25\xc4\xcc\x9a\xdc\xed\x1d\x5e\xef\x65\xb9\x6c\x73\x94\x62\x13\xaf\x08\x51\x0a\x07\x6b\x41\x38\xd3\xab\x8b\x03\x35\x4a\x4f\x11\x05\x3d\x6d\x9a\xca\x0a\xbd\x9f\xe6\x67\x08\xa2\xbc\x5d\x28\x0a\x6a\xb8\x14\xc0\xa2\xde\xcd\x2e\x5f\x7d\xc9\x1f\x58\xa8\xbf\xcf\xff\x1b\x50\x70\x0e\x22\xaa\xa9\x7d\x10\x8f\x0d\x48\x91\x44\x41\xfb\xc3\x06\x07\x8f\x13\x67\x2f\xcf\xd8\x68\x07\x22\xaf\xd5\xdb\xa1\xb3\x88\xf9\xef\x01\x96\x08\xdb\xd8\x42\x0d\x39\x27\xe0\x54\x57\xac\xbe\x72\x73\x48\x36\x74\x5d\x0c\x1c\x52\x8e\x3e\x2b\x4a\x68\xc4\x4d\x12\xc7\x81\x94\x47\xf0\x16\x10\x0f\x53\x03\x84\x39\x00\x62\x22\x34\x83\x8c\xd6\xc0\x9e\x5f\x01\x2c\xa1\x53\x60\x0b\x7c\x14\x4d\x32\x90\x36\x80\xcb\x95\xbe\x64\x4e\xbf\x80\xc7\x6f\x2b\x94\xea\x75\x01\x92\xc3\xd1\x15\x33\x66\xc0\x04\x05\x0d\xa7\x28\x50\x97\x50\x5c\x34\xbc\x00\x7e\xd8\x9c\x96\x48\x05\xfb\x33\x54\xc0\x7c\x3e\x16\x74\x29\x51\x80\x27\xe6\x32\x36\x42\x70\xfb\xb2\xb2\x2d\x93\x21\x7b\x75\x60\x9f\x86\x98\x20\x3f\x07\x2c\x14\x38\x96\x39\x00\xd8\xbf\x8b\xde\x83\x35\x91\xb5\x85\x3c\xcf\x1b\x10\x0c\x6e\xd7\x70\xf0\x83\xc5\x4b\x22\x46\xca\x74\x45\xa2\x28\x41\x11\xd8\x8a\x43\xb7\xac\xb6\x56\xc3\x8c\x64\xb2\x77\x16\x31\x0c\xbc\x5a\x55\x42\x39\x6b\x86\x72\x70\xd2\x33\x02\x8b\x9c\xd9\x68\x33\x8a\x61\x35\x71\x24\x87\x0f\xca\xd4\x4e\xd8\x04\xf9\xb8\xeb\xc4\x9a\x05\x33\xa1\x41\x90\x1a\x74\xe5\xbc\x95\x10\x47\x33\x3a\x30\xc8\x2c\x13\xb9\xf2\x9b\xae\xfa\x83\x33\x43\x56\x25\x8c\xf2\x39\xaa\x17\xbb\xbe\xdd\xe1\xc2\x5d\xd3\xb0\xa5\x2d\x3f\xa0\x27\x1b\x02\x37\x71\x0c\x4e\xe9\x56\xc3\x25\x91\x79\x09\x48\x05\x82\x40\x5c\xb2\x9f\x9d\x42\x1c\x71\x24\xbe\x9c\xb2\x24\x43\x3b\x35\x6f\x91\x38\xbf\xe6\xc8\x11\x99\x19\xbb\xc5\xa0\xeb\x23\xcb\xc1\xbb\x62\x66\x5d\x56\x64\x41\xb9\x66\x85\x2a\xbc\x60\x4e\x55\x99\x4e\x3f\xc6\x2a\x59\x03\x8a\x76\xc8\x57\x1c\x35\x2e\x40\x71\x09\xd6\x38\x9b\xb0\xaf\xf3\xad\x84\x42\xaa\xb2\xfe\x82\x02\xbb\x5f\x7a\xcc\xa8\x19\xe0\x8d\xfe\xa3\x41\x7b\x09\x74\x04\x05\xba\xc4\x10\x7d\x57\x6e\xd1\xec\x28\xf2\x2e\xd7\xc0\x88\xb8\xa3\xe4\xb8\x32\x21\xac\xc1\x2f\x05\x0f\xa9\x7b\xb2\xb6\x16\x1c\x9f\xc4\x40\x44\x11\x7a\xc0\xae\x4b\xd0\xcb\xdc\x31\x8a\x56\x24\xf1\x84\x82\xbc\x81\xaf\xb1\xd3\xd6\x51\x9c\xb5\xb5\xca\x03\x26\xef\xbb\x06\x20\x96\xf3\xb1\xcb\x75\xb8\xf3\xd8\x76\xcf\x41\x92\x72\xe9\x50\xde\xf9\xb0\xa5\xcb\xb7\xfe\x54\x3f\x4d\xcd\x9b\xdc\x81\x40\xba\xf1\x6e\x07\x30\xc8\xc9\x0c\x58\x59\xe2\xb8\x0f\x94\x1c\x18\x73\x5a\x89\x18\xf5\x67\xa5\x0d\x0c\x1f\x20\xfc\x07\x31\xde\x1b\x8d\x7e\x22\x9a\x29\x07\x01\x27\x78\x6c\xd8\x31\x51\xab\x8d\x09\xaa\x23\xfa\x8b\xc2\x0f\xf8\xf8\xd6\x76\x12\x4d\xd1\xed\xed\x57\x74\x6c\x4a\x34\x50\x73\x30\x13\x30\x6c\x41\x01\xe8\xbe\xae\xca\x6d\x89\x4b\xa4\x81\x61\x95\x28\x87\x6e\x1d\xbb\x9e\xe0\x97\x80\x95\xce\xb7\xa1\x21\x2f\x24\xa7\xe0\x23\x92\x3b\x2a\xff\xa6\x80\x69\x04\x0d\xe9\x3d\x8e\xec\xca\x4a\x1c\xbf\xaa\x29\xb2\x48\xda\x04\x95\x1c\xfc\x87\xeb\xca\x0e\xbc\x01\x37\x58\x7c\x70\x3a\xd0\xd0\x75\xf3\x04\x9e\xef\x83\x75\x49\x60\x1d\xe3\xba\x79\xc9\x71\x7f\x1f\x17\x46\xae\x78\xcc\x2b\x56\xc8\x2e\xe0\x73\xb9\x4f\x9d\x3e\xb8\xf2\xcf\xe0\x49\xa2\x2d\x8c\x3e\x4d\x46\x48\x11\x73\x9f\x7d\xd6\x04\x26\x17\x52\x06\xe0\xb9\x06\xaf\x24\xb8\xab\xd1\x2d\x81\xaa\xab\xd0\x18\xca\x05\x5e\xcd\xd3\x11\x84\x4f\x18\x5b\xd2\xa4\x50\x89\x61\x22\x24\x66\xa3\xc0\x88\x61\x3e\xd8\x5b\xc2\x32\x41\xf2\xb8\x06\x89\x45\x24\x2f\x20\x62\x93\x3f\x4a\x60\x72\xcb\x3e\x5a\x6a\xb4\x82\xd7\x50\xf5\x0e\x2e\xa1\x62\x7f\x02\xc0\x22\x19\xae\x01\x50\x4e\xd2\x80\x98\x03\x61\x58\x56\x2c\x6b\xf1\xb9\x10\xf0\xc4\x7d\x24\x16\x14\xd1\xa8\x26\x65\x30\xe6\xb7\x0f\x49\x43\x0e\x9d\x0d\x1c\x05\x3c\xac\x77\xe5\x48\x47\xa2\xa8\x6a\x4b\xb6\xc6\x44\xac\xa7\x08\x26\x69\xe5\xaf\x0d\xe9\x82\x14\xcd\xa6\xf7\x31\xf0\x04\xc6\xe1\x95\xc9\x49\xcd\xb6\x77\xa8\xdf\xf0\x5e\x62\x44\x00\x33\xd0\xf5\x2c\xed\x26\xaf\xd6\x99\x30\x36\xfd\x89\x03\x0c\x1a\xd6\x13\x48\x28\x4e\xcb\x47\xa3\x93\x03\x1e\x36\xe5\x92\xe2\x16\x80\x75\xe2\x16\x75\xdf\x39\xee\x25\x79\x32\x5a\xd1\x9f\xc2\x16\xe1\xdc\x40\x37\x4e\xe2\xcf\x25\x85\xe0\xf9\xba\x36\xe5\x8e\x71\x09\x6f\x02\x9d\x9e\x7b\xa4\x49\x1c\x03\x56\x67\x62\x5f\x95\xed\xaa\xdf\xa2\xc1\x8f\xa6\x7c\x92\xc1\x46\x02\x41\xd3\x5c\x84\x95\x4d\xe8\x93\xe5\xca\xd2\x62\x7c\xd2\xdc\x91\x61\x28\x51\xd1\x34\x4f\xfd\x1a\xa3\x2b\x84\x86\x57\x3f\x12\x59\x51\x0e\x01\xf0\x8d\x49\x36\x97\xb7\x7b\x80\xee\x67\x8a\x7f\x60\xd6\x0b\xdf\xff\xc0\x09\x22\x76\xb9\x6f\x99\x4f\xdf\x22\x66\x66\xa0\x9a\x5e\x9c\x13\xbc\x8f\x68\x37\xc2\x9a\x97\xc0\x85\xe6\xe4\xaa\x49\x25\x0b\x68\x4d\x20\x8d\x25\xaa\x64\xb0\x68\x0b\xaf\xe0\xd1\x34\x5a\xaf\x2d\xfb\xfd\xb0\xdd\xa6\x6e\xaa\xe6\x81\xb2\xc7\x60\x75\x51\x42\x21\xa0\x27\x0a\xf5\x00\xaf\x9b\x75\x5f\x81\xe2\xae\x88\x60\xe0\xb0\x0f\xc2\x15\xf2\x3c\x3a\x3c\xf0\xe0\xab\x57\xaa\x6e\x3e\x2d\x6e\xae\x23\x69\xd1\xb5\xe0\xed\xc3\x9a\x05\xf8\xac\x1c\xe9\xfa\xe9\x47\x73\x01\x28\xa0\x52\x84\x57\xbf\xfe\xfa\x0b\xf1\x92\xc6\xbb\x29\xa6\xaa\xb4\xa1\x34\x6a\x31\x06\xc4\x28\x5a\x25\x48\xc0\xdc\x11\x2a\x70\x39\x83\xcf\x03\x33\x5b\x91\x2c\x48\xa5\x63\x26\x89\x51\x44\x03\x1e\x55\x32\x7f\x70\x5d\xe4\x35\x00\xcd\x2f\xcb\xe2\x70\x93\x51\x8c\xb9\x41\x1c\x81\x13\x31\xc9\xab\x40\x10\x8c\x76\x96\xa1\x60\x9d\xb6\xab\x92\x48\x45\xa4\xf0\x88\x3a\x24\xda\x45\xad\x8c\xf6\xaa\xcf\xd2\xc4\x47\x40\xae\xe2\x40\x9e\x5b\x55\x79\xb9\xa5\x93\x50\x2e\xbe\x13\x1d\x45\x9a\xcb\x84\x82\x04\x0d\xc0\x79\x73\x66\x3d\xf0\xfd\xd8\xf4\x86\x3f\xdb\x1a\x45\x2a\x39\x8a\x20\xc7\xd1\xc6\x8e\x4d\x59\xb2\x42\x32\xe6\x49\x92\xa5\x65\x5b\x68\x80\xeb\x07\x41\xa6\x9c\xec\x2f\x63\x13\xee\xee\x6f\x53\x13\xd8\xf5\xa3\x96\x8b\x9c\x4b\x94\xec\x64\x20\xe5\x47\xeb\x49\xbc\x85\xf0\x43\x9a\x87\x63\x6d\xe2\x23\x6f\x25\xe7\xce\x10\x71\xc0\x26\x65\xbf\x1d\x17\xcc\xb5\xdb\x81\x3b\xdf\xf4\xae\xe2\x6a\x96\x28\x38\x05\x7f\x91\x9c\x0e\xd2\xb4\xc5\xb8\xbb\x14\xbd\x3c\x1b\xc2\x7a\x6d\xbe\x58\xbb\xc3\xdb\xc2\x80\x35\x32\x2b\xff\x9d\xe5\x8a\x37\xf7\x52\x03\x09\x77\x96\xe8\x88\xda\x22\x8f\x3e\xc5\x52\x88\x7f\x8e\xc9\xa3\x56\xed\x6d\x11\x3c\xff\x08\x99\x09\x26\xa3\xe2\x19\x00\x04\x7f\xf9\x12\x5c\xd3\x15\x67\xdb\x60\x53\x8d\xa4\xbd\x26\x30\x1e\x88\x71\xd0\xac\xf3\x29\x83\x23\x91\x2d\x78\xaa\xd1\xe8\x74\x1a\xdb\xf6\xd7\xc8\xe5\x0e\xb8\x09\xd5\x5e\x20\x45\xd5\x8d\xfc\x37\x6a\x9f\x80\xd4\xf8\x4a\xc8\x6e\x50\x16\xc0\x75\x38\xc9\xef\xfa\xdd\xae\x41\x61\xd7\x86\xe0\x9f\x14\x14\x70\x3e\x09\x8d\xda\xb5\x45\xcb\xf7\xef\x31\x99\xbd\x57\x23\x4e\xac\x5f\xa9\x99\x1a\xa1\xb7\x67\x22\xf6\x1c\x75\xd8\x0c\x0d\x87\xc8\x9d\x2e\xc5\x22\x4c\x5e\x92\xa8\x8a\x86\x53\x62\x7a\x0d\xaa\xc7\x9b\x03\x7a\xa9\x7f\x1b\xa3\x55\xc9\x52\x59\xc9\xb5\xd0\x55\xba\x58\x6f\xfd\x76\x72\x92\x9f\x91\x81\xca\x61\x3c\xd4\xea\x2b\x40\xd4\x3e\x8a\x18\x8e\x92\x22\xa1\xd9\x7b\x98\x12\xa9\x01\x3a\x60\xbb\x16\x73\x89\x8f\x58\x67\x52\x60\xf5\xc0\xc9\xc9\xf2\x5f\xda\x83\x6b\xbc\x7c\x5e\x72\xcc\x49\x10\x1e\x88\xcd\x79\xa2\x7c\x7e\xd6\x13\xbc\x98\xbf\xe2\xdf\x51\x00\x48\x80\xe7\xa0\x65\xfc\x03\x7a\x37\x8a\x53\xbc\xab\xc9\x11\xce\x98\xc0\xb9\x56\x67\x6c\x64\xe2\x91\xd4\x22\x25\xd9\x0f\x52\xad\xf5\xbe\x6c\x14\x46\x1b\x39\x03\xe7\xf4\x30\x04\x08\xcf\x18\x4e\xc8\xc3\x6e\x40\x24\x8d\x73\xd6\x69\x12\x36\xf7\x79\xac\x44\x2b\x70\x58\x84\xd3\xe2\xcc\xd6\x59\xcc\x63\x03\xc5\x1d\x49\x80\x82\x11\x06\xa2\x96\x48\x29\x53\x69\x40\x80\xc6\xaa\x40\x9c\x2a\x29\xac\x22\x1f\x32\x43\x77\x33\x6f\x8b\x0a\xf3\xe5\x68\x29\x63\x44\x1b\x8b\x4e\x28\x48\x4e\xe1\x3f\x5b\x0c\x40\xe5\x74\x3b\x72\x72\xe2\x37\xc5\x58\xf3\xc9\x3f\x6f\x8c\x3d\xe5\x7b\x0e\x19\xa6\xc1\x14\x70\x46\x4a\xa4\x2c\x56\xae\xd1\x82\x52\xe2\x44\xe5\x56\xce\x02\xac\x2c\x92\x45\xbe\x17\x1c\x8a\x2a\xce\x34\xbc\x4e\x1b\x62\xee\xfb\x78\xfe\x03\xce\x4a\x02\x87\xed\x5d\xce\x48\x98\xa3\x99\x90\xd7\x88\x0a\x09\xff\x24\x7a\xe7\x60\x97\x28\x5c\x4c\xb4\x2e\x06\xfa\x37\x77\x10\x35\x4b\x90\xfb\xe0\x00\x79\x27\x64\x31\x93\x45\x4e\x61\x71\x0e\xe1\x79\xc5\x3e\xf0\x35\x39\x65\x46\x38\x56\x3c\x49\x1e\xac\xb0\x3b\xac\xde\x03\x46\x10\xd7\x24\x8d\x0d\x71\x29\x0f\x58\xd6\x35\x67\x6b\xc8\xca\x49\x2a\x91\x0e\xad\x92\x74\x05\x00\x6c\x49\x41\x76\x4d\x51\x6a\xb0\x85\x6d\x83\x2d\x66\x38\x50\x05\xb4\x51\x4d\x13\xd9\x2a\x94\x3d\x7c\x6c\xaa\x7e\x2b\x45\x1f\xae\x6b\xb0\xbe\x08\x7f\x4b\x12\x82\xaa\xbb\xa3\xfc\x6e\x6d\x26\xf9\xc3\x03\x52\x2d\x26\x4e\x4b\x85\x34\xa0\x88\x0e\xdf\xb9\xa4\x46\x49\x75\xb4\x42\xae\x41\x4d\xb6\xa3\x48\x2b\x72\xc9\x08\x00\x90\x58\x39\xcd\xc1\xfa\x6a\x25\x81\x11\x0e\xac\x8e\x28\x91\x98\x54\xc8\xa8\x8b\x83\xc5\xee\xc6\x14\x8b\x6b\xd1\xab\x1a\xbd\x3d\xe2\x11\xe3\x0f\x14\x58\x63\x95\xf7\x5c\x6a\x97\x8a\x97\x58\xdb\x8f\x84\x82\xfc\x42\x40\x38\xbf\xc4\x5a\xf0\x0a\x4c\x0b\x51\x80\x6f\xe1\x66\x46\xb5\xdf\x10\xb0\x83\xf8\xed\x71\x9d\xe5\x40\xc0\x22\xde\xff\x7e\x54\x75\x45\x29\xb5\x2d\x70\x21\x90\xcd\x0b\xac\x64\x23\x59\x36\x1a\xa5\x1a\xd9\x2c\x4d\xc0\x21\x84\xb5\x0d\xaa\x10\x24\x8c\x28\xc1\xf3\xb0\x57\x1a\xd5\x26\x35\x0e\x8e\x09\x28\x0c\xb2\xa9\x28\x9f\xb6\xd9\x3b\xb2\x53\x59\x93\x77\xe6\x34\x84\x89\xa3\x5f\x47\xc8\xf2\x2c\x93\x82\x9e\xbc\x2e\x43\x69\xdc\x78\xc8\xad\xfc\xca\x36\x45\x6e\x8a\xbe\xe5\x58\x96\xae\xcc\x8b\x99\x15\x88\xa5\x66\xcb\x99\x7a\x22\xcf\xa4\x6e\x99\x84\x0c\x57\x76\xb2\x12\xfe\x3f\x3b\x23\x28\xc0\x16\x9d\xe8\x9a\xed\xb2\xcc\x90\x08\x67\xfb\x0b\x54\x27\x28\x78\x64\x07\x0c\x68\xef\x6d\xde\x72\xb8\x34\x7a\xc4\xc5\xc1\x1f\x35\xed\x76\xac\x6d\x88\x90\x5b\xc1\x44\x64\xf2\x71\x58\x87\x63\x0a\x04\x3e\x68\x7c\xcc\xa3\x60\xba\x40\x1c\x3d\x55\xba\xa2\x69\xb5\xc2\x2d\xc2\x8c\xe4\x0b\xa9\xbe\x34\x32\x68\x9f\x8b\x91\xfa\x44\x85\xbf\x04\xc9\x8b\x32\x14\x9a\xe7\x3b\x12\xea\xcb\xfe\x3f\xdd\x77\xa6\xb9\x47\xb2\x9b\x6b\xcc\x6b\x70\x6e\x5d\x02\x34\xc0\x46\xae\xa9\xa5\x70\x83\xf3\xc9\xba\x17\xfa\x30\x71\xbe\x80\xf3\x55\x22\x12\xbc\x41\x4a\x14\x83\x49\xf7\x50\x36\x27\x46\xf9\x31\xe4\xa0\xa1\x7b\x50\x31\x98\xa3\xed\x27\x46\x3f\x1b\x54\x42\xa3\x91\x60\x4c\x3d\xb9\xf8\x7a\xa4\x22\x22\xbe\x98\x84\xce\x86\x05\x89\xa3\x41\x6f\xb6\x53\xb4\xb4\x96\x94\xb3\xd3\x68\x0d\x47\x5e\x9b\xd5\x2a\x77\x64\x2c\x89\xc7\x07\x3e\x17\x66\x02\xd0\x6f\xc7\xbf\xb1\x9a\xd3\x20\x6d\xe4\x51\x16\xe3\x10\xb3\xc6\xf3\xbc\x30\x74\xd3\xfa\xa5\xda\x69\xbf\x2c\xd9\x5e\x39\xc2\xb7\x4b\x71\x73\x88\x23\xf9\x1a\x04\xcb\x9c\xd5\xa0\x90\x14\xd8\x13\x80\xfd\xd3\x07\x74\xfa\x89\x53\x98\x30\x18\xe5\x67\x02\x3a\x21\x2b\xc4\x79\x07\xb5\x90\x47\x32\x3e\x4c\xe7\x14\xf0\xcf\x11\x38\xae\x48\xf1\x7f\xe4\x8d\xf9\x82\xd7\x7d\xcb\xd1\x35\xbe\x68\xb2\x9a\xbd\xf9\x22\xd6\x77\xec\x3d\x7e\x93\x9a\x06\x7e\x64\x84\x15\x5f\x3c\xc1\xfb\xc7\x2b\x25\x32\xcf\x1d\x10\x63\x76\x7c\x3b\xa9\x7f\x63\xde\xf4\xb5\x96\x42\xc3\xa7\x1c\x52\x61\x66\x26\x01\x85\x08\x0e\x61\x90\xfd\x99\xe4\x46\x58\x32\xb9\x18\xd1\x52\xd2\x14\x05\x89\x23\x65\xc8\xbe\x2c\xba\x1e\x18\xe7\x05\x29\x19\x45\x51\x41\xe1\x83\xed\xe5\xb5\x7a\x74\x32\x97\xd3\x8a\x4f\x5a\x50\xbb\x2e\x25\x99\x36\x4e\xfd\xb7\x89\x29\xff\x14\x0a\x6e\xc1\x96\x75\x9d\x3b\xfa\x66\x26\x84\x8e\x00\x6a\x08\x30\xe9\x7d\x89\x7c\xb8\xb4\xda\x3c\x12\xe7\x21\x85\xeb\x90\x3c\x39\xf1\xea\x12\x87\x0c\x43\x40\xf6\x28\x0b\xf4\x14\x37\xdb\x59\xdb\xbe\xe8\x9a\x17\xf8\xff\x5c\xf6\xe4\xcb\xdc\x12\x64\x96\x35\x7b\xd5\x6c\x03\x59\x2a\xa9\x60\x34\x8d\x24\x83\x47\x09\x21\x89\x91\xb5\x58\x42\xcd\x52\x71\x4d\xc2\x5c\x6e\x43\xb2\xb5\xbe\xb0\x38\x92\x71\xea\x99\x46\x3c\x5e\x48\xa7\x00\x9a\xe1\x24\xf3\x81\x46\xa2\x70\x5c\x04\x16\x1a\xe3\x18\xad\x8f\x43\x02\xa5\x64\x22\xf0\x88\x3e\x96\x30\xce\x32\x48\xf1\x49\xda\x19\x04\x97\x67\xc2\xa5\x4d\xea\x3a\x82\xc4\x3f\x90\x60\xbe\xf0\x06\x03\xd3\xe8\xe0\xa0\x5e\x9b\x10\x20\xb1\xb6\xc4\x12\x39\xd7\x6f\xd9\x8e\xa7\x47\xd4\x97\x08\x95\x3d\x1d\x76\x73\xd1\x99\xe1\x2a\xc8\x19\x45\xb7\xc7\x02\xcb\xc4\x45\x22\x58\x5d\x12\xeb\x3b\x7d\x18\x74\x5c\xbe\x2d\x2b\xaa\xc7\x01\x62\x85\xdf\xc1\x77\x2d\x34\x85\xe3\x82\x86\xd2\x9c\xa9\xcf\xf5\x92\xd2\xac\x0a\xa9\x6a\xd4\x3e\x07\xae\x35\x44\x83\xd9\x14\x58\xea\x87\xe5\x71\x60\x87\xc3\x6b\x68\x4c\x96\xb5\x70\x15\x9d\x31\xf7\x0a\xbd\x94\xfa\xb6\xe4\xac\x19\xd8\xe4\xfd\xb2\x5b\xf7\x15\x17\xe1\x87\x10\x3c\xdc\x4b\x53\x3d\x32\x92\xd7\xf9\x23\x17\xd2\x93\x31\x80\x75\x3c\x94\x69\x1f\x56\x0c\xd1\x36\x5e\xa3\x90\x35\x15\x3d\x80\x7e\x45\x66\x26\x09\x9a\x92\x82\x61\xd3\xed\x77\x64\x43\x34\x5c\x2e\x06\xa7\xf4\x85\x33\x40\x9a\xab\x2a\x67\xd6\xf7\xa0\xa7\xce\xbd\x66\x4d\xfb\xd0\x6b\x92\x6e\x6e\xf8\x0c\xc4\x16\x39\xf5\xb4\x85\x1a\x93\xe1\xa3\xe0\xfd\xf6\x0a\x25\x5f\x90\xfd\x8a\x21\x6d\x52\x4c\x44\xca\x3b\x8e\x8b\x03\xe0\xd4\xae\x12\x99\x4e\x58\x53\xf3\x2c\xd2\x07\x80\xeb\x55\xc5\xd6\x17\xba\xe1\xc8\x7b\x5d\xee\xeb\x6c\x44\x8b\xa3\x1a\x2e\x7a\x34\x65\x19\x53\x18\x56\xf5\x1b\x30\xb4\x7d\x4d\x4b\x93\xf6\xc6\xbf\xc0\x7e\x52\x96\xc7\x4c\x82\xfa\x1f\x09\x8c\x62\x7d\x1c\x62\xb2\x52\xa8\x17\xb5\xe9\xd0\x51\x4e\x4e\x26\x0b\xae\x54\x61\xb2\x5b\x90\x60\xa2\xff\xd6\x82\x98\x98\xbb\x22\x96\xd9\xc2\xa1\x9a\x82\xb5\xc4\xca\x16\x18\x23\xcf\x30\xe5\xbf\x69\x5a\xa9\xc4\x36\x5f\xec\x9e\x71\xcb\x72\xae\x0c\x6b\xab\x5c\x2d\xb8\xc1\x87\x00\xe0\x66\x1d\xaa\x90\x39\x6c\x71\x70\xe3\xde\x27\x11\x4e\x02\xa0\xd8\x1d\x07\xed\x1d\xd4\x35\xe6\x8e\x1a\x5e\x36\x81\x8e\x82\x2c\xae\xc7\xb2\x3c\x3b\x54\x24\x92\x6f\x03\xd7\xbc\x47\x31\xd0\xd7\x24\x3d\xc5\x24\x0d\x41\x56\x64\xee\x54\xcb\x63\xc7\x5a\xc3\x65\x7a\x70\x5b\x98\x70\x60\x01\xc0\x11\x18\x3e\x16\x57\xa3\x50\x76\x6f\x69\xd9\x89\x4e\x32\x23\x48\x36\x4b\xac\xec\xc0\x46\x2c\xb8\xbc\xc5\x3a\x49\x26\xd5\x07\x02\x32\x0e\xf4\xa9\xa0\x17\x2f\x0b\x37\xe3\xe4\x56\x5c\x86\xb2\x96\x66\x3b\x76\xbd\x62\xd4\x86\x62\x98\xc8\x0a\x5f\xad\xfa\x96\x4a\x92\x7d\x2a\x8f\xd5\x5e\xae\x5b\x45\x3c\x28\x95\x12\xeb\x38\xa0\x88\x4b\x46\x64\x99\x5c\x25\x96\x72\x48\xe5\x70\xa4\xd3\xbc\x71\x26\xf5\x44\x3b\xdb\xf5\xd8\xc2\xea\x0d\x4a\xf6\x56\xa9\x44\xe3\x74\x34\x3c\x98\x42\xe8\x48\x21\xc2\xbf\xc0\x7c\xfd\x5f\x29\xa9\x3d\xa2\xb8\xf8\xdc\x69\x04\x58\x91\x4a\x24\xb3\xb4\x63\x3e\xf5\x31\x06\x9b\x9a\x37\xbd\xe4\x52\xe2\xb8\xaf\x0f\xa2\x70\xb8\xa4\xc4\x76\x5c\xd6\x67\x78\xd5\x75\xc3\x59\xd0\xc8\xaa\x83\xb7\x3b\xaa\x38\xe0\xfc\x08\x9a\x6f\xfb\x98\xaf\x46\x09\x52\x32\x04\x09\xc2\xa9\x4c\xcd\x97\x57\x25\x81\x49\x22\x3a\x59\x90\x75\xc6\xed\xf5\xfb\x33\xa9\xd3\x89\xa1\x8f\x1c\x9d\x63\xe7\x3e\x2c\x47\xcb\x87\x4b\x28\x83\xc5\xcb\xa9\x3f\x8d\x46\x21\x55\x5b\x6b\x22\x85\x88\xb8\xdf\x61\x20\xd6\xc5\xe5\x41\xc4\xae\x81\x63\x3c\x16\xda\xe8\x20\xbe\x23\x50\x88\x2a\x53\x3a\x3a\xa4\x46\x25\xe5\xf2\x5b\x8b\x82\x7e\xf0\x5e\x4b\x30\xed\xc5\x72\x2f\x2c\x91\xc6\xd3\xc6\xd6\x07\x29\x19\x94\x50\xb6\x5a\xfb\x1a\x02\x4d\xeb\x15\x28\xc4\x2c\x57\x00\x91\x8e\x22\x29\x1f\xd2\xa7\xcc\x3b\xba\x11\x80\xf2\x58\x36\x15\x61\x83\xce\xd6\x57\x52\x9f\x86\x09\xa7\x66\x85\x95\x7c\x6b\x51\xc1\xa1\x84\x2c\x5f\xb5\x8d\x73\xf1\x42\x54\x9d\xf0\x0c\x17\xb0\x3c\x38\x7a\xc9\x6a\xef\x1e\xb8\x95\xa3\x6c\xc3\xad\x36\xf4\xb2\x8f\x4c\xf8\xa6\x39\x6d\xbd\x07\xbc\x51\x27\xb2\x64\x14\x86\x95\xb1\x7f\xa1\x2c\x56\xdc\x4d\xda\x5d\xbd\x3e\x10\xce\x24\x09\xd1\xf8\x03\x4b\xe4\x09\x01\x06\x34\x81\x12\x63\xa1\x58\x63\x42\x81\x52\xcf\x18\xfa\x93\xe4\xbf\xb8\x4d\x80\xab\x7f\xc0\xb5\x87\x5c\xc6\xbd\xe5\x30\xe5\x24\xfa\x5b\xc8\x0f\x60\x67\x53\x6b\xe3\x7a\x13\x24\x6e\xa9\x08\x3e\x5e\x64\xb3\xdc\x6b\x11\x0a\x77\x0a\x70\xd7\x1a\xd5\xd5\xd5\x96\xb3\xe8\xad\x55\x4d\x17\x52\x51\x09\x60\x11\x10\xbc\x73\x2e\xf9\x1a\xc9\xcc\x68\xd1\x00\x27\x8e\x34\x6b\xe0\xad\x46\xaa\x97\xe0\x76\x2d\x2c\x8d\x62\x37\x1b\x8c\x64\x6e\x11\x89\xcb\xb1\xe3\x50\xd2\x48\x47\x83\x4f\xd3\x70\x74\xed\xa0\x8b\x07\xcb\xb8\xd0\x81\xce\xc7\x41\x67\xd9\xa8\x65\xd8\x71\xa1\xa8\x4f\x5f\x72\xcc\x0d\x7f\x11\xd6\x23\xbb\x3d\xca\xc6\xa8\x14\x6f\xb4\xfd\x96\xd7\xe6\x44\xcf\x08\x12\xb4\xb0\xeb\x01\x8d\x90\x7a\xa4\x3a\x4e\xcb\xc5\x58\xeb\xe8\xa9\xc7\x4f\x70\xa4\x16\x84\xe3\x47\x63\x55\x21\x78\x88\x5c\xba\xcf\xb9\xc1\x02\x01\x6a\xa4\x52\xe4\x08\x9a\xc4\x11\xcb\x3b\xe9\xba\x41\xe1\x46\x06\x12\x66\xb5\x05\x69\x18\xe4\x3f\x3d\x42\x21\x82\x39\x8d\x65\x85\xd2\x54\x49\xbe\x34\x4f\x02\x05\xbc\x87\xce\x1a\x78\x4c\x14\x22\x20\x57\xe3\x49\xcf\x37\x28\x65\x9e\x9e\xf9\x8a\x38\x09\xcd\x8c\x6f\x8e\xe2\x41\x24\x61\x26\xe9\x54\x89\x6b\x90\x60\x4d\x51\x94\x96\x99\x51\xe2\x4d\xa7\x0e\x50\x90\x75\xb4\xe8\x21\xec\x06\xd7\x71\xd5\x74\x78\x81\xd4\x62\xa1\x85\x5e\x3a\xcb\xa2\xc1\xe6\x20\x15\xb5\x31\x65\x73\x2b\x89\x94\x7c\x51\xba\xa0\x28\xc6\xc0\xd3\x1b\xa4\x0a\x78\x31\x92\x83\xfa\x09\x10\x6d\xa8\x8b\x37\xb4\x1c\xeb\xda\x67\xdf\x27\x21\x58\xc0\xe2\x4f\x9c\x4b\xb8\x90\x1a\x1c\xf2\x18\xb5\xee\x00\xb3\x44\x98\x39\xa2\xde\x8f\x52\x0d\x06\x1f\x4d\xd2\x5a\xdd\xf1\x4c\xc9\xab\xbf\x93\xe4\x7c\xf5\xcb\x70\xef\xd7\xb0\x2e\xc5\xf6\x6f\x7d\xa3\x24\x39\x25\xed\xa3\xd7\x52\xa1\x1f\x25\x8a\xfa\x72\xc2\xca\x57\x79\xb4\x82\x1e\xa0\x75\x1f\xcd\x77\xde\xd4\x0f\xd5\x75\xad\xc6\xfd\x8e\x66\x28\x35\x87\xc9\x68\xe6\xa4\x16\xda\x15\x39\x3b\xd0\x65\xc7\x10\xaf\xce\x90\xc1\x7d\x41\x17\xd0\x83\xf7\xa6\x12\xf5\x0a\x37\xf6\x50\xd6\x07\x17\x93\x71\x09\x98\x1e\x99\x7f\x1b\x73\x5e\xb8\x12\x4c\xe1\x5f\x62\x28\xaf\xfd\xc2\xc2\x32\xc2\xc6\x13\xf5\x99\xb9\x28\xb6\xe7\xef\x82\x01\xc8\xfd\x70\x12\x06\xbf\x38\x83\x0b\x90\xcb\xc4\xa7\x7a\x99\x19\xc3\xba\x0f\x2f\x56\xc3\x10\x34\xd8\x25\xdf\xf2\x7f\x70\xba\xbb\x69\x23\x8c\x7b\xb7\x5a\x81\xe4\x0d\xec\x19\xd6\xc3\x55\x8c\x34\xcc\x59\x20\x11\x0d\x0a\xc4\x5a\xf0\x46\xf0\x38\x5c\x90\x27\x1e\x04\x45\xe8\xb7\x96\x7f\xe5\x9d\xb3\xf0\x28\x3b\x86\x62\xcb\x11\x2e\x1c\xef\xb7\x8e\x29\x08\xd3\xc0\xdb\x3a\xa9\x0c\x0b\x90\x93\x6d\x14\x83\x1e\x13\x08\x46\x27\xe2\x6a\x06\x94\xb0\x2e\x39\x9e\x39\xf5\x75\x67\x83\xab\x2a\xbb\x33\xe6\x24\x9e\x35\x43\xa1\x02\x6c\x1a\xe8\xb7\xa2\x73\x09\x8c\xc8\xd2\x1e\x98\x90\x6b\xb1\xd1\xa3\x67\x44\xe5\x71\xcd\xcb\xe8\x9a\xbe\xef\x15\xac\x1a\x2a\xfc\xd5\xf2\xfd\xd1\x03\x63\xe0\x0b\x2b\x69\x48\x3e\x0d\x2a\xaf\x86\x25\x15\xa4\x66\x31\x84\x00\xe6\x18\x4a\xa4\x89\x06\xc1\x7d\xe5\x22\x59\x24\x78\x62\xe1\x29\xf4\xf2\x35\xc9\xe2\x8b\x44\x7d\x3c\x5b\xf5\x61\x5a\xb4\xc6\xd5\x37\x72\xf2\xa0\x5b\x32\xe5\x39\x0a\x73\x13\x67\x8e\x15\xd7\x1c\xd5\xa9\x71\x0d\x09\x3b\x75\x6a\x1e\xe6\x66\xe4\x1c\x41\xd2\x8a\x72\x64\xcc\x5b\xec\x84\x42\x6b\xe2\x60\x9c\x53\x0c\xde\xc8\x7a\x64\x0b\x8c\x8d\x18\xe0\x96\x8b\xa4\x76\x37\xd5\x0c\x5e\x67\x8f\x29\x84\x40\x84\xe9\xc1\x13\xb9\x1e\x1a\x3b\xa3\xe1\x53\x69\x82\x1a\xdf\x18\x83\xda\x7b\x58\xae\x07\x06\x7b\x94\x02\x95\x63\xf0\x87\x40\x02\x01\xcb\x56\xe9\x01\xc8\xcf\x98\xf1\x59\x28\xc5\x26\x8d\xee\x6b\xc7\x7c\xfd\x55\xdc\x62\x93\x51\xc9\x04\x20\x80\xf0\xaf\xb9\xff\x21\xd1\xa6\x93\x0b\x98\x15\xe4\x75\x72\xf1\x84\x96\x30\x3d\xb7\x62\x72\x3a\x4c\x34\xc4\x76\x2d\x19\xe4\xc0\x35\x07\xf5\x46\x11\xe7\x34\x43\x5e\xca\xd4\x02\x92\xb2\xea\x41\x49\x5c\x1e\x9b\x93\x6a\x24\xf9\xc1\x17\x28\xdf\x3a\xb5\x96\x83\xc5\xfe\x5a\xfc\x74\xa4\xce\x38\xbd\x20\x87\x15\x5f\x1f\x14\x01\x40\xfb\x1f\x53\xf2\x24\xca\x9a\x03\x06\xa1\x3a\x91\x47\x42\x69\x37\x83\xef\x60\x1f\xde\x99\x74\x14\xd3\xfe\xa8\xd4\xb0\x52\xd4\x53\xd0\xd8\x84\x86\x19\xda\x92\x70\x0c\x90\x4a\x51\x4b\x03\x7b\xe1\x07\x9b\x31\xeb\x3e\x36\xa5\xf8\x82\x54\x05\x96\x76\xfd\x74\x02\xbd\x4d\xba\x3b\x46\xaa\xcf\xe2\x9c\x3e\x09\x90\x2e\x1a\x22\x72\xd8\xa0\x63\x43\x00\x24\x87\xdf\x76\x9b\x44\x56\xbd\xc2\xc8\xc4\xbb\xa8\x02\x8a\xac\x6c\xac\xde\xe3\xe9\x5e\xe4\x1e\x8f\xda\x73\x9d\xd8\xac\xa1\xb1\x43\x02\x8a\x51\x00\x79\x68\xad\x71\x71\x20\xb9\xff\xec\xa2\x9e\x05\x8b\x91\xb3\xb2\x12\xb0\xa5\x60\x17\xf8\x14\xd5\xa8\xd1\x97\xb4\xfa\xc0\x93\xeb\xb2\x4e\x51\x98\x76\x9c\x84\x9e\x54\x24\xd7\x9c\x9b\xd8\xb3\x50\x52\x34\x58\x1c\x47\x12\x11\x57\x23\xdf\xac\x25\x3d\xc8\xcf\x06\x74\x80\x0c\x22\x95\x1d\x19\x24\x1c\xf0\x05\xfb\x8a\x1b\x57\x7f\xf9\xd1\x14\x64\xa2\xac\x3b\xed\x3d\xc0\x6e\x01\xa1\xce\xf7\xe0\x7f\x36\x84\xf3\x7f\x0f\x85\xd1\x89\x8e\x1e\x88\xce\x51\x5a\xf7\xd7\x4e\x22\xb3\x9a\x4a\x36\x05\xd6\x65\x8b\xf5\x1e\xe5\xd6\x06\xaf\xc1\xab\x33\x11\x30\xb0\xf4\x51\x7a\xd1\xc6\xce\xbd\xb4\x73\xa6\xee\x56\x0c\x6e\xa8\x09\x5e\xf5\x92\xe6\x0b\xab\x7a\xec\xfe\x9c\x60\x57\xea\x23\x00\x9c\x9d\x17\x93\x0c\x14\xc6\xdd\x82\x58\xf0\x7d\x28\x87\xdc\xa5\x1c\xe1\xf5\x41\xe0\x47\x5c\xcd\xb3\x17\x75\x4b\xf3\x20\x08\x34\x97\x52\x44\x68\xd9\x83\xdf\x80\x8e\x89\x67\x19\x93\x20\x8b\x14\x18\x5a\x8a\x62\x65\x7e\xeb\x42\x4a\x17\xba\xe4\x9e\xc3\xf5\x67\x71\xa7\xd0\xff\x80\x9d\x44\xce\x63\xe3\xab\xe3\x71\x2a\x50\x32\x83\xd0\x67\xfa\xbd\x56\x4d\xcb\x6e\xc1\x76\x39\x39\xf9\x95\xc3\x72\x3b\x6a\xa8\x41\x1f\x41\xcc\x4c\xc9\xe5\xbd\xe3\x26\x2b\xa9\xe6\x67\x41\xab\xf5\x76\x71\xb2\x22\x5f\xf1\x8c\x86\x41\xf3\x13\xa8\x45\xae\xf2\x50\x20\xb9\x79\x69\x50\x13\xe2\x3b\xf1\x66\xf5\x0a\x64\x65\xce\xa5\xc7\x7e\x3c\xc7\x61\x8a\x83\xe2\xeb\x64\x09\x4b\x56\x20\xd7\x7c\x13\x80\xa4\x75\xf0\xdf\x48\x3d\xc7\x50\x09\x38\x38\x1f\x88\x04\xbb\xa7\x0b\x75\xeb\x73\x8f\xa2\xa8\x83\x18\x1e\xa0\xb4\x65\xd2\x9b\x1f\x97\xd4\xa2\x70\x66\x46\x4c\x8b\x6a\x47\x35\x54\xbd\x3f\xe8\x08\xb4\xd2\x09\xcc\xae\x1e\x0f\x77\x89\x58\x48\x04\xb8\x50\xc4\xc8\x0d\x24\x23\xb9\x30\x4a\xe6\xc7\xb9\x70\x1f\x1c\x63\xf8\xa0\xd3\x31\x93\x5c\x3c\x59\x10\xa2\xa1\x02\x02\x0e\x98\x9d\x27\xdb\x50\x59\x2b\x5a\xc3\x33\x55\x74\xf2\x80\x18\xcc\x17\xcd\x13\xd0\x31\x4e\x00\x05\x02\xd3\x3a\x12\x78\x85\x66\x1f\x79\x51\x73\xa4\xfd\x27\x4d\x70\xa4\xaa\x54\xee\xd0\x45\x46\xec\xa1\x6f\xe8\x9d\x85\x4c\x9a\x41\xb3\x80\xf7\xb8\xff\x91\xa7\x8a\xd0\x9e\xae\xe7\xb4\x00\x59\x59\x31\x4e\x53\x16\xc0\x30\xb0\x0c\x48\xc1\x2c\x81\x36\xe2\x70\x7f\x60\x49\x08\x5b\xc6\x69\x09\x92\x25\xde\x50\x0c\xc3\xab\x66\xb5\x99\x60\x60\x0d\xbd\xa2\x90\x87\x99\xb0\x45\x1f\x67\x66\x7c\xee\x87\x77\xe1\x86\x41\x6e\x16\x8b\xe7\x3d\xb1\x9d\x15\x52\xa9\xc8\x24\x15\xb9\x56\x96\x2b\x4b\xc1\x07\xd4\x67\xa8\x92\x8b\x4d\x8c\xc3\x35\xb6\xb6\x7d\x60\x92\x89\x87\x49\xa1\x3c\x7b\x9e\x47\xb9\x52\x57\x2b\x9e\x6a\x73\x78\x38\x29\xdd\xe6\x64\x0d\xa1\x19\x4d\xf7\xe8\xa8\x28\x73\xa3\xeb\x4d\xca\xc8\xa8\xc0\x03\x6b\x50\xfd\x03\x58\x1a\x43\x73\xfd\xbc\x10\xd4\x92\x79\xce\x7a\x70\xb6\x7b\xff\x03\xaa\x6d\x5b\x50\x3b\x1f\x87\x4b\x28\xd3\x08\x5e\x02\x08\xe5\x82\x1d\x00\x9c\xbc\x44\xf1\xb1\x60\x57\x61\x6e\xb2\x6c\x7a\x17\x4c\x2b\x30\x91\xab\x1e\xe1\x92\x96\xb9\x61\x47\xc0\xd1\x7c\x59\x32\x73\x45\x49\xf5\x08\x4c\xde\x72\x89\x7f\xa7\x62\xf5\x6e\x30\x3e\x54\x3a\xd0\xbc\x5e\xb7\xeb\x35\x16\x33\x0d\x8c\x63\xf1\xa2\x51\xda\x8c\xb9\xbb\x9a\xff\x92\x9e\x37\x0f\xeb\xa0\x1f\x1c\xb5\x3b\x75\x5d\x1f\x31\x97\x93\x79\x04\xfb\x91\xed\x03\xab\xe2\x74\xdf\xb6\xd9\xe7\x95\x24\xac\x9a\xa8\x0e\x8d\x59\x2a\x02\xe5\x9b\x6d\xe9\x69\x8f\x11\xe7\xd2\xc0\xaf\x41\xd6\xc6\xea\x2d\x21\xd6\xa4\x50\x96\x12\x3c\x2f\xb8\x25\x8f\x2f\x9f\xaa\x34\xe9\xdf\x94\x7e\xc1\xe6\xc6\x1e\x63\x1f\x98\xc5\x7a\xf0\x0e\x7a\x64\x8e\xcb\xc3\x41\x48\x17\x21\x27\x91\xb1\x1e\x02\x79\xc2\x15\x2b\x59\x28\x09\xa4\xda\xd0\xbc\x62\x36\x44\xcc\xb4\x3e\x5c\x15\x8f\x1c\xc3\x7d\x42\xc9\x11\xb5\x48\xbc\x7a\x35\x35\x37\xb4\xb7\xd3\x61\x66\x35\x87\x05\x9b\x76\xa2\xc5\x17\x03\xc3\x10\x99\xc9\x87\x58\xa9\xdc\x7d\xcc\xdf\x48\x35\x72\x34\xf2\x2c\x19\x4d\xa2\x3f\xc3\x8b\xd4\x58\x35\x0d\xed\x43\xd4\xa9\xec\xa7\xdd\x85\x12\x7f\xad\x0f\x10\x28\x81\x0b\x63\xa0\xfd\x54\x37\xe9\x8d\x48\x9e\x0b\x63\x57\x62\x7c\x4b\xb2\x08\x85\x5a\xf2\x67\x0c\xbe\xdb\x22\x9a\xfd\x50\xc5\x01\x65\xbf\x70\x16\x4a\x85\x2a\x4c\x5c\xe1\x0c\x4a\x31\x67\x90\xc3\x80\xf9\xd8\xda\xd4\xbf\x66\xaa\x1b\x50\x36\x50\x66\x2e\xba\x6a\xb2\xa9\xc1\x64\xab\xd1\x2c\x08\x0d\xc9\x87\xb5\xc3\xeb\x21\x55\x50\xb0\x8f\xdb\x74\x75\x54\xc0\x00\x25\x9c\x77\x11\x25\xaf\x99\x61\x39\xea\x31\x90\x28\x01\x34\x66\x13\x29\xcf\x8f\xf5\x95\x8e\xec\xcd\x9c\x1c\x47\x4a\xe9\x3c\x61\x72\x48\x26\xb7\xd8\x54\x93\x30\x62\x24\x14\x35\xf8\xb8\xa8\xdc\x90\xd3\xbe\x6b\xea\xa1\xa2\xb9\x3a\x88\x33\x8e\xc2\x39\x7a\xc4\x97\x8c\x26\x31\x80\xe1\x00\x2e\xb1\x1b\x62\x90\x23\x6b\x2b\xa7\x70\x85\xef\x7b\xc7\x59\x7a\x6d\x55\xe0\xe4\x26\x2f\x6b\x5e\xf0\x74\x96\xc4\x9d\x4e\x3b\xc7\x23\x0a\x3c\x42\x80\x99\x4e\x87\xcb\xb8\x16\x0a\x2f\x52\xd8\x3b\xe2\x6d\x66\xec\x30\x60\x84\x87\x21\x3c\x63\x81\xf0\xee\x7a\xec\x23\x54\x81\xb1\x29\x0d\xba\x60\x29\x34\x0b\x0e\x3e\x93\xe8\x27\x0a\x28\x4d\xd2\x23\xb2\x70\xa8\xf7\x1a\xf7\x30\xf0\xa8\x95\x80\x13\xa7\xbe\xcb\x8e\x03\x6a\xd2\x28\x85\x89\xf9\x46\xfc\x13\x9e\x59\x4a\x75\x3f\x34\xc1\x81\x7c\x57\x5a\xfd\xd4\x4f\x34\xab\xfd\xca\x43\x93\x97\xe6\x9e\x47\xef\xd0\x7e\x8f\xb6\xce\xb9\xbd\x90\x6a\x4c\x4d\x2f\x51\x7a\x7e\x24\x1e\x68\x78\x06\x32\xa6\x31\x13\xba\xe5\x89\x54\x68\x0f\xef\x8f\x82\x73\x6c\x4e\xf8\xa1\x8b\x32\xed\x9b\x0b\xba\x8f\x9c\xf6\xe8\xb9\xe2\x66\x6a\x5a\xf7\xb0\xb6\x68\x60\xa9\xe2\xdc\x0e\x00\x99\xec\xd2\x8a\x4d\xed\xfa\x00\xd0\x50\x32\xf4\x4d\xfb\x40\x87\x13\xa4\x05\xba\x1c\xc1\xf7\xf3\xae\x89\x96\xb1\x4c\x51\x7b\x73\x8b\x6f\x37\xda\x84\x01\x85\x61\x08\xaf\xdf\x64\xd0\x04\xe0\xd5\x32\x65\xf8\xd3\x71\xbd\x3e\x7c\xa0\x49\x4d\x8c\x76\x46\x85\xa6\xda\xf2\x74\xe4\xac\x70\x06\x0c\x23\x36\x61\xf3\x50\x16\x8a\x79\xb9\x07\xf6\x2f\x2c\x4e\x9f\x64\x57\x84\x4a\x41\x04\x45\xd1\xd0\x6e\xbe\xa2\x84\x1c\xd8\x07\x2e\x5d\x1c\x61\xf1\xc3\xb1\x4e\x7f\xf6\x3b\x64\xff\x96\x2c\x22\x29\x40\x29\xfc\x22\x06\xe2\xa4\x8a\xdd\x23\xef\xfb\x84\x1a\xfa\xa9\x99\xfc\x73\x48\x2c\x3a\x18\xcf\x47\x5d\x24\x21\xe2\xa7\xc1\x18\x9e\x17\x8a\x1a\x41\x3d\xfc\x21\x69\xc9\xe8\x8d\xb8\x3c\xf8\x20\x5e\xcd\x56\x4e\xcb\x16\x97\xc6\x53\x18\x2e\xee\x84\x1b\x6b\x16\x1c\xbc\xc9\x6a\xc7\xbb\xa5\x71\xa9\x45\x89\xfd\x89\xa0\x5f\xb8\x5c\x9a\xed\x14\x9f\xab\x94\x05\x4c\x3a\x7c\x9f\x0d\x57\x26\x87\xaa\xb4\x8f\x36\x14\x41\x10\xcf\xe1\x48\xe9\xd6\xf5\x39\xd7\x41\xb1\x8d\x0c\x87\xac\x6d\x32\x7a\x13\x75\x6a\x95\x16\xb2\x21\xbb\xf0\x35\xb3\x5c\x8b\xfb\xd1\x23\x2f\x98\xbc\x34\x2c\xd9\xec\xd5\xaf\x82\x27\xc4\xdd\xcd\x0e\xb8\x9c\x9a\xa9\x49\xb1\x8d\xc9\x20\xb2\x06\xe2\x5a\x5c\x2a\x45\x45\x2f\x65\xf4\x42\xd4\x28\xf3\xc3\x6c\xb4\xb6\xd6\xc3\xe6\x55\x85\xcf\x4e\xe0\x59\x75\x9c\x5c\xec\x16\x1d\xb8\xcd\xf5\x18\x63\x20\x0e\x18\x7c\xd4\x06\x89\x37\xcd\x84\x2c\x31\x9d\x74\x62\xc0\x18\x49\x50\x78\x9b\x52\xc8\xbe\xc1\x9e\x0c\xd4\xd9\x70\x4b\xd8\x68\x82\x93\x2f\xda\x92\x94\x49\xd3\xee\xa9\xcd\x73\x6c\x08\x5b\x94\x70\x73\x70\xb6\xa8\x72\x87\x8b\xb0\x33\x3f\x69\xc4\x0d\x7d\x95\x4c\xca\x94\x7d\x91\x4f\xe8\xf9\x67\x8b\x20\xb8\x12\x83\xd2\xa0\xc8\xc9\xf1\xe5\x3f\x49\x01\xe8\x71\x9f\x23\x0c\x32\x0a\x33\x92\x0e\x92\x44\x92\x47\x6a\xad\xd7\x50\xd4\x57\x1e\xd3\xa6\xcf\xe6\x45\x25\x8c\x9a\xd4\x13\x7c\x2c\xd1\x6a\x94\xaa\xcd\xd0\xd7\x47\x61\x30\xfd\x88\x02\xc3\x17\x4a\x3e\x48\xff\xed\xf2\xbd\x96\x10\x26\x39\x02\xd8\x21\x19\x8c\x20\x95\x48\x1a\x38\x95\x29\x74\x7b\x2e\x81\x8f\x25\x4a\x60\x83\x78\xbf\xe1\xda\x6c\x92\x65\x3a\x16\x7b\xc0\x12\xe8\x90\xb0\x10\xd1\x30\xdc\x01\x79\x69\x44\x35\xa3\xb6\x9e\x98\x7a\x86\xf4\x45\xa3\x2f\x0f\x45\x42\xda\x9a\x96\xac\xed\xab\x56\xa5\x78\xe6\x94\xcb\xd6\x4a\x2b\x9f\x73\x10\xcf\xbc\x71\x3a\xf1\xf7\x8c\xf5\x06\x66\x16\x00\x0e\xee\xf1\x63\x6d\x5c\x8c\x6d\xed\xf9\x53\x6a\xca\x9d\xd8\x1c\xda\x72\xec\x54\x1c\x72\xfb\xd0\x21\xf7\x4a\x76\x04\x61\xb3\x14\x0d\x28\xb8\xfb\x41\xe8\x33\x92\x69\xbe\x93\x32\xc5\x09\x0e\xaa\x17\xb2\xcd\x42\x30\xfd\xa7\xff\x30\xef\xf3\x16\x6e\x0b\xbf\x1e\xc4\xf5\x3d\x9b\x52\x67\x96\x46\x9e\xa0\xaf\x6d\xa3\xa9\x65\x6d\xef\xf3\x75\xe2\x39\xc7\xe5\x32\x34\xca\x06\xe3\x5d\xb6\x08\x93\xbf\xc2\x67\x2b\xd6\x3e\x1c\x93\x8c\xa8\x96\xca\x84\x7d\x64\x17\x2f\x6d\x5a\xae\x18\xa2\xe9\x51\xce\x52\x8f\x49\x13\xcd\x5e\xfd\x34\x35\x57\x8d\xb9\xeb\xc1\xb8\xa0\x07\xe1\xae\xaf\x71\x3d\xf7\x03\x7d\x1a\xa9\x68\xb6\x6c\xb4\x0d\x46\xca\x71\x24\xa2\x90\x89\x58\xe6\x54\xbd\x41\x1a\x9a\xd6\xd3\x48\x12\xce\x4f\xc4\x26\xa3\x07\xf4\x2c\x5c\x5e\x0b\x26\xd1\xca\xd7\xbf\xeb\x16\x63\x19\xb4\xbd\x7a\x71\x80\xc4\x5e\xc4\xb0\x8f\xff\x1c\x7f\x57\x73\x07\x18\xec\x39\x2e\x61\xd0\x84\x72\x71\xa3\x96\x2b\xb7\x7d\xd5\xe5\xb5\xe5\x41\x38\x5c\x20\x77\x30\x09\x6a\x74\x5c\x87\xf6\x5f\x61\x3c\x82\x4e\x1e\x5e\x13\xa5\x72\xe0\x5b\x6a\xc8\xe5\x24\x82\x10\x84\x7b\x4e\x23\x39\x06\x01\x21\x15\x86\x88\x59\x12\x49\x21\xb1\xad\x7d\x6a\x5a\xce\xb6\x42\xf7\x1d\xe7\x7a\xa8\xdf\x46\x1c\xe7\xbb\x15\xbd\x4c\x8a\x98\x15\xde\x02\xc9\xb2\x8d\x8d\xf4\x41\xfd\xa3\xb4\x82\xc8\x47\x96\x24\xdc\xa7\x68\x5b\x36\x64\xf3\x35\xc9\xd7\x10\xd2\x62\x32\xf5\xb7\x29\x81\xb0\x6e\x91\x7b\xb9\x24\x52\x4b\xc4\x52\x59\x19\x66\xe8\xbc\xfa\x19\xdb\xf9\xb6\x0d\x9c\xef\x4a\x2c\xec\x45\x98\x1f\xfe\x1a\x0b\xab\x83\xcd\x79\xfc\xa3\x28\xff\x6a\x51\x9e\xe0\x3d\x2a\x3b\xf4\x48\x21\xea\x38\x68\x0e\xe1\xca\x85\x68\x16\x38\xfb\xb6\xfe\xab\x38\x61\x62\x46\x34\xd1\xbe\xa5\x03\x56\x7b\x73\x7c\x04\x3a\x95\xfb\xd1\x96\xba\x93\x6f\xbd\x24\x4f\x2d\x1a\xaa\x7e\x46\x31\x69\xfa\x91\x3f\xc9\x15\x65\x6d\x9e\x73\xa0\x92\xd5\x97\x9a\xdd\x8f\x1a\x71\x9f\x6b\x9d\xfd\x76\x2b\x74\xf0\x9f\xc8\xd8\xf3\x03\xaa\x9b\xd6\xb7\x80\xef\xc3\x78\x2e\x69\x1e\xcd\xfd\xdc\x0a\xdf\xa9\x2d\x9f\x22\xe2\x16\xe7\x51\x58\x58\x0c\xc7\x03\x6a\x8f\xb7\xb6\x4b\xc2\xd5\x44\xbd\xeb\xa3\x1f\xd2\x38\xf2\xc5\x93\x60\x6c\xf8\x2f\x0b\x15\x89\xd9\x9d\x86\x1b\x7c\xa0\xe1\x5f\xa5\x47\x6f\xfc\x0f\x47\xce\xd4\x5f\x44\x57\xe2\x20\x92\x83\xcc\x98\xda\x49\x63\xdf\xd5\xf8\x2b\xc7\x95\x56\x42\xf1\x19\xc2\xd8\x93\x30\xe0\x36\x19\x70\x91\x7e\x9c\x82\x23\x9e\xc7\xaa\x4d\xab\x2a\x69\xd5\x48\x06\x7c\x50\x0d\x98\xef\x9e\x3c\x54\xfb\x5a\x65\x1d\x8e\xea\xfb\x2b\xc8\xb2\xf5\xd3\x59\xc8\x3a\xa7\xee\xde\xb8\x58\xea\x2f\x60\x00\x25\xd2\xdf\x50\x22\xc1\x05\xc1\xcb\x1f\x93\x4f\x56\x25\xc1\x36\x3c\xeb\xb1\xef\x0c\x72\xc1\xb2\x0c\x55\x6b\x65\x2d\xf9\xec\x56\xf4\xa1\x1a\x17\xc3\xf3\xfc\x97\x77\x58\x98\x63\x4a\x10\x51\x06\xff\x8f\x03\x1b\x01\x03\xc9\x6a\x74\x7e\x0c\x1d\xc8\x08\x42\xec\x66\xd8\x95\x6d\xe9\x09\x55\x5b\xff\x92\x30\x2a\xc2\xca\x35\xa4\xf8\x42\x81\x0d\x42\xf4\x45\x2a\xf9\xe0\x0a\x6d\x01\x14\x0b\x56\xc6\x56\xec\x35\x50\x6e\x6d\xed\x13\x95\x8a\x5d\x2c\xcd\xa3\xf9\xae\x64\x97\x22\x55\xf4\x70\x7c\x24\x0e\x7d\xa2\xee\x71\x54\xe2\x41\x71\xa0\xd6\xfa\xaa\x9b\xe1\x6b\xc3\xf9\xf9\xb4\x33\xef\xfb\xd0\x35\xd1\xb2\x4a\xcc\xf2\x87\xcf\xa3\x90\xc1\x24\x56\x57\x97\xa5\x9f\xb9\x93\x42\x79\x14\x4d\x51\xf4\xf0\xc8\xf7\x7f\x24\x98\xa3\xb5\x77\x87\x80\xf2\x07\x2c\x86\x10\xa4\x1f\x4f\xea\x9e\xa1\xa0\x03\x24\x85\x32\x3d\xc2\x16\xda\x3a\x29\x5a\xbf\x1b\x39\x21\xfb\xb4\xda\x34\x9a\xf8\xd2\xb5\x28\xbe\xf9\xfd\x50\x92\x15\xf9\xec\x5d\x02\xe5\x7c\xdd\xf3\x67\xf5\xe0\x97\x42\x3f\x59\xb7\xee\x69\x14\xd3\x5f\x67\x04\x5c\x49\x1a\x34\xb4\x6f\x03\x77\xf8\x41\x7b\x80\xd2\x72\xc1\x34\x45\x1f\x50\x16\x57\x93\x44\x09\x20\xb5\xb0\x18\x2f\xb4\xba\xbe\xa1\xa1\xa5\x60\xb9\x5c\xd2\xcd\xaa\x69\xef\x4f\x82\x88\x7d\x90\xc0\x5c\x5c\xaa\xd8\xb4\x51\xa5\x76\xdc\xdd\x11\x17\x4f\x24\x2f\x44\x86\xe9\xc0\x3a\xa7\x36\x0e\xae\x7d\x6f\x46\x2a\xa4\xc8\x12\x95\x6f\xcc\xa9\xde\xa7\x33\x49\x5d\x36\x13\x38\xa5\xf1\x22\xe2\x44\xd1\xf7\xf7\xa9\xef\x03\x60\x8a\xfa\x24\x9d\x00\x28\xf0\xde\xcd\x6f\xe7\x66\x71\x67\xae\xae\xcd\xa7\xd9\xed\xed\xec\xea\xfe\xb3\x79\x7b\x7d\x6b\xe0\x07\x73\x73\x7b\xfd\xe7\xed\xec\x7d\x66\xee\xaf\xe9\xdf\xf3\xff\xba\x9f\x5f\xdd\x9b\x9b\xf9\xed\xfb\xc5\xfd\xfd\xfc\xc2\xbc\xf9\x6c\x66\x37\x37\x97\x8b\xf3\xd9\x9b\xcb\xb9\xb9\x9c\x7d\x9a\xc2\x33\xe7\xf3\x9b\x7b\xf3\xe9\xdd\xfc\xca\x5c\xe3\xea\x9f\x16\x77\x73\x73\x77\x3f\xc3\xe7\x17\x57\xe6\xd3\xed\xe2\x7e\x71\xf5\x27\xad\x77\x7e\x7d\xf3\xf9\x76\xf1\xe7\xbb\x7b\xf3\xee\xfa\xf2\x62\x7e\x4b\x1f\xd2\x7a\x09\x9b\xd3\x8b\xe6\x66\x76\x7b\xbf\x98\xdf\x21\x18\x1f\x17\x17\xf3\x18\x24\x33\x99\xdd\x01\xd4\x13\xf3\x69\x71\xff\xee\xfa\xc3\x7d\x80\xfd\xfa\x2d\x2c\xf2\xd9\xfc\x73\x71\x75\x91\x99\xf9\x82\x16\x9a\xff\xd7\xcd\xed\xfc\xee\x0e\x00\x80\xb5\x17\xef\x01\xe0\x39\xfc\xb8\xb8\x3a\xbf\xfc\x70\x01\xb0\x64\xe6\x0d\xac\x70\x75\x7d\x6f\x2e\x17\x70\x30\x78\xec\xfe\x3a\xa3\xdd\xe4\x59\x5d\x1d\x81\x81\xf5\xdf\xcf\x6f\xcf\xdf\xc1\x3f\x67\x6f\x16\x97\x0b\xd8\x12\xbf\xfe\xf5\x76\x71\x7f\x05\x5b\x10\xea\x66\x0c\xf9\xf9\x87\xcb\x19\x1c\xe2\xc3\xed\xcd\xf5\xdd\x7c\xca\x08\x84\x35\x00\xdd\xb7\x8b\xbb\x7f\x1a\x38\x80\xa0\xf5\x3f\x3f\xcc\xfc\x3a\x80\x5b\x58\xe2\xfd\xec\xea\x7c\x8e\x5b\xc5\x47\x86\x4b\xc2\xd3\x9a\xcf\xd7\x1f\x40\x4f\xc0\xa9\x2f\x2f\x92\xdf\x11\x4d\x73\x73\x31\x7f\x3b\x3f\xbf\x5f\x7c\x9c\x67\xf8\x20\xec\x72\xf7\xe1\xfd\x5c\xb0\x7d\x77\x4f\xe8\xb9\xbc\x34\x57\xf3\x73\x80\x76\x76\xfb\xd9\xdc\xcd\x6f\x3f\x2e\xce\x09\x0b\xb7\xf3\x9b\xd9\xe2\x16\x71\x74\x7e\x7d\x7b\x8b\xab\x5c\x5f\x21\xfd\xfc\x32\xe5\x16\x03\x9f\x44\xbb\xd4\xba\x76\x14\x15\x57\x48\x3a\xf3\x8f\x48\x18\x1f\xae\x2e\x11\x07\xb7\xf3\xff\xfc\x00\xc7\x1c\x21\x0f\x5c\x7b\xf6\xe7\xed\x9c\x50\x1c\x53\xc3\xa7\x05\x00\x85\xf7\x36\x24\x89\x8c\x5e\x81\x1f\x02\x49\x7c\x06\xe2\xba\x36\xef\xaf\x2f\x16\x6f\xf1\x42\x84\x64\xce\xaf\xaf\x3e\xce\x3f\xdf\x25\x18\x01\x14\x07\x5a\x9d\xbd\xb9\x46\xa4\xbc\x01\x40\x16\x04\x0f\x40\x80\x18\xc2\x1b\xbb\x98\xbd\x9f\xfd\x39\xbf\x8b\x68\x82\xf6\x94\x0f\x17\x67\xe6\xee\x66\x7e\xbe\xc0\xff\x80\xdf\x81\x12\xe1\xea\x2f\x19\x4d\x57\x77\x70\x56\xbc\x55\xf8\x83\x2c\x62\x66\x70\xbd\xb8\x02\x92\xa5\x5c\xe1\x07\x60\x01\x24\xbd\x2b\x25\x19\xd8\x1b\xff\x16\x03\x7b\x1a\xf6\x3e\x24\x47\x73\x79\x7d\x47\xb4\x77\x31\xbb\x9f\x19\x82\x18\xfe\xff\xcd\x1c\x9f\xbe\x9d\x5f\x01\xa2\x88\xbb\x66\xe7\xe7\x1f\x6e\x81\xd3\xf0\x09\x7c\x03\xa0\xb9\xfb\x00\xbc\xb7\xb8\xe2\xdb\xc0\xf3\x12\x6f\x2f\x6e\x2f\x3c\x7b\x11\xc5\xbe\x9d\x2d\x2e\x3f\xdc\x1e\xd0\x1c\xec\x7c\x0d\x28\xc4\x25\x89\xf6\xa2\x9b\xe0\x27\xee\xce\x32\xba\x7c\xb3\x78\x0b\x5b\x9d\xbf\x93\x6b\x33\x09\x13\x7f\x36\xef\xe0\x2a\xde\xcc\xe1\xb1\xd9\xc5\xc7\x05\x31\xa2\xec\x03\x40\x2e\x04\x27\xd7\xb2\x82\xe0\x11\x29\xef\x1f\x53\xf6\x1b\xf1\x63\x1e\x9e\xfa\xee\x0e\x5a\x91\x82\xc6\x2a\x12\x39\xe7\x3b\x9e\xe8\xd3\x99\x09\x09\x87\xd6\x0c\x5f\x0e\xcd\x15\xd9\x12\x7b\x58\x5a\xb1\x7b\xaa\x06\x27\x56\x70\x93\x12\x0f\x4b\x96\x2a\x78\x11\xbb\x1d\xf5\xc1\x49\x29\x39\x5a\x85\xf6\x89\x9d\x9f\x9e\xbc\x3c\x72\x6a\xd8\x2c\x96\x95\xf2\x27\x89\x07\xe1\xb4\xab\x55\xd5\x70\x63\x2f\x36\x31\x7d\xa5\xef\x3b\xf0\x67\xa6\x96\xae\xa9\x70\x0e\x02\xcd\x82\x66\xbb\x03\x6d\xed\xf2\xb1\xac\x22\xd8\x47\xa2\x71\x89\xb7\xab\x75\xc7\x49\xef\x57\x68\x3a\x49\x11\x11\x3a\xd7\x87\x35\x48\xbe\x0a\x02\x5b\x95\x40\xc5\xa7\xf3\x6a\x81\xfc\xe8\x3a\x47\xbf\x84\xf8\x8e\xbf\x31\x35\x23\x0c\x70\xa1\xdf\xbd\xf6\x17\x7c\x46\x15\x76\x05\x86\xa8\xac\xef\x7c\xce\x51\xbe\x34\x64\x72\xb5\x53\xc3\x47\x15\xf6\xe1\xcb\xc1\x92\x53\x13\x20\x1f\xa8\x33\x15\xfd\xf8\x46\x32\x76\xbd\x3b\xf8\xc4\x1a\xe7\xd2\x5c\xc7\x83\xa2\xb0\x9a\x73\x43\x39\x18\x5f\x14\x2c\x79\x54\x9a\x87\x1b\x7f\x56\x96\x0d\x1c\xab\x1f\x14\xe7\x2f\x5d\xa4\x9f\xdf\xd5\x4f\x17\xfb\x8c\xa4\x0b\x5d\x07\xf7\x52\x3a\x98\x61\x71\x7d\x2e\x11\xe4\x60\x92\x6a\xf7\x9b\xb7\xe8\xa5\x4c\x74\x41\xae\x90\xcb\xd7\x08\x32\x82\xeb\x5f\xde\xea\xb3\x60\x19\x71\xab\x0d\x95\x98\x45\x6d\x16\xfc\x0d\x19\xcc\x51\xea\x64\x75\x9c\x0a\xd2\x69\xea\x5d\x8a\x06\x98\x08\xd2\x29\xca\xb4\x12\x2d\xe1\x36\x14\x02\xe2\x0c\x5d\x18\x8f\x67\xb1\x18\xc2\x7f\x81\xb2\x62\xdf\x15\x3f\x5e\xb8\x6b\x28\xa2\xc1\xa1\x29\x1d\x67\xb4\xee\xfd\xac\x5a\x3c\xcd\x1a\x0d\x4d\x40\xc9\xef\x88\x47\x7a\x57\x07\xe1\x45\x47\x07\xcb\x0f\x1b\xc6\x64\xd9\x65\x5b\xda\x35\x26\xdb\x72\x1e\xa7\x92\xfb\x39\xac\xd3\x3f\xcc\xe0\x53\xf1\xbf\xe3\xdc\xbe\x3f\xcc\xef\xf4\x7a\xa3\xcd\x96\x7f\xa0\x6b\x57\x3a\x5d\x9e\xe0\x88\xef\xf7\x37\xff\x9d\xe8\xe4\x56\xcb\xce\xa4\xdf\x55\x3e\x29\xbb\xf1\x8c\xf3\xf7\x58\xb9\xb9\x4b\x8d\xf0\x93\xe7\xac\xf0\x4c\xdd\x91\x03\x3f\xf7\x32\xea\x2f\x39\x39\x4d\x5b\x82\xcf\x0e\xdd\x93\xe9\xe1\xd1\xc3\x09\x7d\x47\xcb\x06\xf3\x4f\xda\x8f\xa5\x2e\x27\x30\x10\x5c\x5e\x66\x4e\xd0\xa3\x54\x4b\x0b\x55\x80\x5a\x5b\xaf\xe3\xef\x0c\xf3\x42\x1a\x1d\x0f\x12\x67\x6d\x4e\x86\x16\x13\x40\xfe\x6d\x83\xe9\xce\x32\x49\x9c\x7c\x87\x23\xad\x09\x2e\x76\x74\xb5\x16\x30\x26\x5f\x5f\xcd\x9e\x8a\xb6\x6f\xaf\x7d\x92\x4c\x78\x0b\x88\x24\x67\x0e\xc8\x1a\xcb\x61\xac\xf9\x7d\xd3\x75\xbb\xdf\x5e\xbe\x7c\x7a\x7a\x9a\x3e\xd4\xfd\xb4\x69\x1f\x5e\x6a\x05\xd0\xcb\x3f\xa8\x5b\xcf\x91\x23\x90\xcc\x99\xc1\x89\x2e\x2c\x20\x29\x3b\xc2\x1f\x17\xa7\x51\xfc\x18\x0c\x6e\x9b\x1a\x87\x76\x61\xd5\x4c\xbe\xc3\x5a\x26\x38\x9a\xaf\xcb\x88\xa6\x2d\xae\xf2\xf0\xe1\x44\x86\x93\x83\x96\xdf\x11\xa0\x64\xb7\x51\xf0\xc4\x43\xba\xd3\x8f\xc6\x97\x9d\x2a\x48\x56\x23\x7e\x40\x0c\xcf\x74\xe2\x92\x4c\x9d\x65\x3f\x1a\xfe\x6e\x63\xca\x83\x25\xec\x52\x53\x1c\x4c\xe6\x65\x17\x7f\xab\x89\x63\xd4\x3a\x7d\x38\x37\x13\xfd\x38\x17\x05\xcb\xb8\x27\xce\xe6\x85\x0b\x20\x50\x6e\x11\xc4\xf8\x63\x94\xcb\x2f\xb4\x22\x9c\x3f\xaa\xc3\x83\xe2\xf7\x2e\x8a\x82\xcb\xe8\x4e\x19\x20\x47\x1f\x6f\x0a\xd3\xf4\x50\xf5\x26\xb1\x97\xa5\xed\x3a\xa9\x75\x8a\xdc\x3d\xd1\x5a\xaf\x89\x00\x7c\xaf\xc1\xcf\xa1\x25\x41\x13\x63\x83\x21\x72\x9f\x07\x28\x47\x24\x12\xa2\x2c\xe0\xad\xd9\x63\x3d\x89\x7e\x22\xdf\x7f\x01\x41\xbf\xd7\x67\xdb\x33\x2a\xa5\x43\xcf\xaf\x22\x14\xc3\xe1\x28\xf1\x88\x03\x9f\x78\xda\x99\x8a\xc3\x60\x0c\x4d\x42\x11\x45\xf4\x79\xf6\xf0\xa5\x0f\xba\x37\xae\x68\x48\xa9\x13\x09\x3e\xf9\x58\x24\x9b\x32\xd4\x9e\xc4\xfe\xa6\x67\x22\xfa\x94\xf3\xf7\xb0\xc2\xff\x0b\x00\x00\xff\xff\x39\x27\x4c\x28\x1a\x84\x00\x00") + +func confLicenseGnuAfferoGeneralPublicLicenseV30Bytes() ([]byte, error) { + return bindataRead( + _confLicenseGnuAfferoGeneralPublicLicenseV30, + "conf/license/GNU Affero General Public License v3.0", + ) +} + +func confLicenseGnuAfferoGeneralPublicLicenseV30() (*asset, error) { + bytes, err := confLicenseGnuAfferoGeneralPublicLicenseV30Bytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/license/GNU Affero General Public License v3.0", size: 33818, mode: os.FileMode(420), modTime: time.Unix(1440548254, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confLicenseGnuFreeDocumentationLicenseV11 = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xac\x7c\x5d\x77\xdb\x38\x92\xf6\xbd\x7e\x05\x8e\x6e\xc6\x39\x87\x51\x27\xdd\x33\xef\xbb\x9b\xbe\x72\x62\x3b\xd1\x8e\xed\x64\x6d\x67\x7a\xfa\x92\x22\x21\x0b\x1d\x8a\xd4\xf2\xc3\x8a\xf6\xd7\x6f\x3d\x55\x05\x10\xfc\xb0\xd3\xb3\x67\x6f\xe2\x58\x02\x81\x42\xa1\xea\xa9\xa7\x0a\x45\x7f\xbc\xfd\x6a\xae\x6a\x6b\xcd\x45\x95\x75\x7b\x5b\xb6\x69\xeb\xaa\xd2\x5c\xbb\xcc\x96\x8d\x35\x8b\x7f\xd8\xba\xc1\x07\x6f\x57\x6f\x13\x73\x93\xd6\xd9\xce\xfc\xfc\xe6\xcd\x9b\xc5\x87\xea\x70\xaa\xdd\xe3\xae\x35\x67\x1f\x5e\xf1\x47\x32\xcd\x7d\xb5\x6d\x8f\x69\x6d\xcd\x55\xd5\x95\x39\x4f\x96\x98\x75\x99\xad\xcc\xdf\xde\xd2\x88\xb4\xfc\x56\xb8\xd2\xdc\xb7\x89\xb9\x72\xdb\x76\x67\xae\x8a\xaa\xaa\x13\xf3\xbe\x6a\x5a\x8c\xbc\x39\x37\x6f\x7e\x7e\xfb\xf6\xcd\xeb\xb7\xbf\xbc\x79\x6b\xbe\xde\x9f\x2f\x16\x97\x4f\xb6\x3e\x55\xa5\x35\xae\x31\x07\x5b\xef\x5d\xdb\xda\xdc\xb4\x95\xc9\x48\x04\x93\x96\xb9\xc9\x5d\xd3\xd6\x6e\xd3\xb5\xd6\xd0\xd8\x0d\x2d\xba\xc7\x97\xce\x36\xa6\xda\x9a\x76\x47\x0f\x16\xba\x9f\x5c\x77\x99\x18\x1a\x6e\xb2\x5d\x5a\x3e\xba\xf2\xd1\xb8\x16\xb3\x97\x55\x6b\xd2\xa2\xa8\x8e\x36\x5f\x2d\x16\x6f\x56\xe6\xcb\xdd\xe5\xf9\xcd\xfb\xeb\xcb\xc5\xe2\x61\x67\xcd\xa1\xab\x0f\x15\xcd\xe1\xe7\xf4\x3a\xa2\xff\x92\x34\xfb\xf4\x9b\x35\x29\xfd\x28\xbb\xb4\x48\x4c\x6b\xbf\xb7\x9b\xaa\xfa\x96\x98\xaa\x36\x55\xbb\xb3\xb5\x39\xd6\x10\xbd\x0c\x32\x98\xe5\x96\x34\xb6\x34\xa4\x0f\xfa\xde\x34\x3c\x19\x4d\x8e\x4f\xf3\x6a\xff\x0e\xb3\xa6\x4d\xd3\x91\x32\xad\xd7\x01\x06\xda\xed\xd6\x66\xad\x7b\xb2\x7e\xe4\x40\x19\xb5\x8d\xd4\xe1\x68\xa3\x47\x47\x6a\x26\x21\xf0\xb3\xa2\x4d\xef\xab\xdc\x6d\x4f\xb2\xeb\xc4\x58\xc7\xb2\x65\xd5\x7e\x6f\xeb\xcc\xd1\xf6\x4f\x18\x5c\x56\x65\xfc\xd1\xca\xdc\xdb\xac\xa2\xf3\xac\x5d\x71\x4a\x86\xdb\x3f\xd4\xb6\xb1\xf5\x13\x29\x7b\x4b\x0f\x42\xc0\xb4\xa3\x95\x6a\x96\xe6\xd0\x6d\x0a\xd7\x60\x85\xd4\x1c\xd3\x13\x24\x7d\xb4\xa4\x78\x48\xd9\xfa\x07\x1c\x09\x57\xd5\xa4\xaa\xe3\xce\x15\x96\x8f\x61\x63\x21\x20\x2d\xd9\xb8\xdc\xd2\x60\xda\x56\x73\xc0\x6f\x1b\x1a\x80\xc7\x78\x17\x2e\x63\x03\x6b\x48\xeb\xb9\x35\x9b\x93\x28\xba\x59\xe1\xbc\x86\x07\x94\x9a\x6f\x8e\xc4\x21\xed\x2e\xa1\xa9\xc2\x6e\xdb\x25\xaf\x47\xf6\xbc\xb7\x29\x4d\xd1\xee\xd2\xd6\xd0\x5a\xee\x29\x65\xdd\x42\x22\xb5\x9f\xde\x6c\xcc\xbe\x6b\x5a\x7c\xb2\x6f\x6c\x81\x2d\x6f\xe4\x10\xc2\x19\xa6\x7b\x3d\xc8\x95\x59\xb7\xd0\xea\xa1\xb0\x78\xb0\xe1\xaf\xe1\x6c\x1f\x6d\x69\xeb\xb4\x30\x5f\xa0\x99\xcc\xcb\xe8\x65\x61\x51\xbd\x84\xbd\xd5\xda\xc6\x3d\x96\xa4\x05\xec\x9c\xd7\x6b\xd4\xcd\x68\xab\xbf\x59\xb3\x4b\x9f\xa2\x41\x43\xe3\x2c\xe9\x38\x69\x5b\xd0\x7c\x87\xdf\x45\xeb\x62\xa6\xcd\x74\x42\x72\x0c\x9b\xa5\x18\x39\xf8\xd8\x94\x64\x69\x8d\x7c\x96\xc7\x48\xf1\x8e\xe4\xe5\x4f\x0f\x75\xf5\x58\xa7\x7b\xd3\x90\x91\x15\x39\xb6\x6e\xc5\xf4\xfc\x52\x34\xe0\xc9\xe5\x38\xd6\xa0\x29\xb5\x5f\x55\x3e\x7f\xec\xd7\xcb\x2b\xdb\xac\xcc\xfb\xae\x9d\xf8\x1a\xcc\xa3\x70\x04\x03\x82\x02\xe1\x09\x5d\xe7\x57\x6c\x31\x4b\x4b\x1c\x0d\x6d\x43\x74\x96\x96\x27\xf6\x48\x1a\xa0\xa6\x56\xdb\xc7\xb4\xce\x0b\xdb\xf0\x19\x37\xdd\xe6\x0f\xf2\x29\x9a\x83\x3c\xb4\x66\x6f\xd9\x59\x76\x0c\x41\x06\x6f\xc6\x39\x39\x24\x6d\xf8\x50\xbb\x12\xcb\xc3\xc1\x57\x86\x0e\xa0\xb6\xec\x2d\x65\x3e\x76\x0d\x57\x66\xee\xc0\x4e\x05\x31\xc4\xa6\x8e\x3b\xa0\x88\x47\x13\x1a\xee\x4a\x72\xd8\x2e\x63\xe0\xa5\x51\xb5\xdd\x92\xc9\x97\x19\x0e\xf7\xed\xca\x9c\x7f\xf9\x72\xbd\xfe\x70\xfe\x7e\x7d\xbd\x7e\xf8\xdd\x9c\xdf\x5e\x98\x8b\xcb\xab\xf5\xed\xfa\x61\xfd\xf9\xf6\x7e\x64\xe9\xe9\xe1\x50\x00\xf6\x80\x1c\xb4\x65\x51\x49\x84\x40\xb4\xbe\xe8\x9a\x3c\xab\x4d\x69\x5d\xda\x0c\xe9\x93\x9e\x36\x87\x22\xcd\xb0\xa5\x13\x9f\x43\x16\xe0\x7d\x57\x15\x30\x9f\x26\x55\xc8\xf0\xba\xed\x51\x26\x37\x84\xf4\x56\x5c\x9f\xb4\xb7\x6f\xc6\x08\xb9\x32\x80\xcf\xa5\x8f\x30\x4b\xd8\x18\xa1\x6c\x22\x3b\x0d\xd2\x36\x5d\xb6\x8b\x44\x86\xb0\xb4\x7b\x6c\xc3\xee\x37\x38\x15\xf1\xc5\x83\x38\x0e\x7b\x8a\x3a\x08\x59\x2d\xc0\x06\x1f\xe5\x39\x21\x45\x23\x07\xb5\x3c\x55\xdd\x92\x94\x78\x6e\x96\x37\x0c\x17\xf4\xb1\xc6\xb3\xa5\x9f\xed\x22\x78\x36\xa3\x00\xe4\x60\x2d\xa9\x82\xbc\xb9\x86\x61\x30\x26\x73\xa8\x6a\x39\xac\xed\x10\x43\x0f\x58\xc1\x87\xa0\xc4\x83\xee\x08\xab\x48\xd2\x9f\x80\x7b\x14\x0b\x9b\x22\x85\xfa\xc8\x98\xa0\x01\x39\xa3\x82\x42\x52\x97\x3e\x5a\x91\xdb\xc3\xee\x09\x00\xdc\xb2\xe0\xbc\xf1\x92\xdc\x27\xc7\x71\x93\xcd\xb9\xef\x22\xd5\xb6\x26\x99\x5f\xab\x09\x37\x36\xf3\x22\x0e\xe4\x57\x98\x83\x43\xda\xef\x59\xd1\x35\x84\x75\x64\x9d\x2c\x27\x06\xd6\xb6\x10\x39\x77\xee\x30\xd0\x38\x40\xbc\xe1\x85\x18\xdd\x9b\xe9\xcc\xd5\xe0\xf7\xbf\xd0\x88\x27\x20\x5d\x11\xbc\xeb\xac\x62\x18\xe2\x25\x48\x7a\x91\xb4\x79\xc5\x67\x17\x0c\x12\x6a\x10\xad\xb3\x99\x02\x4b\xb6\x98\x24\x77\xe4\x64\xad\x8a\xca\x70\x4b\xdf\x8f\x56\x58\x99\xb3\x2b\x5a\xc3\x7e\x4f\x81\xbb\x89\x71\x23\x11\xd9\xd7\xcc\x21\xad\x29\xce\x87\x08\x8d\x8d\x90\x28\x84\xe9\xb4\xf1\xac\x21\x53\x32\x13\xad\xd3\x80\x13\x03\x8f\xfd\x4e\x7e\x42\x73\x88\x77\x85\x87\x56\xaf\xd8\xc4\x07\xca\x13\xd9\x37\x42\x0a\x04\x56\xb6\x86\xbc\xa2\xad\x6a\xb2\x85\x02\x3b\x2e\x75\xf6\xa0\x7d\xaf\x29\x6f\x39\x23\x55\x09\x99\xd8\x9a\x82\xc0\x8b\x38\x46\x1f\xa1\x13\x73\xa0\xd0\x59\x35\x15\xfd\xc8\xf0\x2b\x81\x17\x2f\x42\xe3\x0f\x55\xe1\x5a\xfe\x85\xf0\xc6\xf1\x7a\x02\x7e\x6a\xdb\xfb\x95\xd0\x9b\xe5\xba\x7c\xa2\xf8\x9e\x92\x9e\x74\xd7\xcd\xd2\x00\x58\x33\x5b\xe3\x68\xa6\x5a\xf1\x50\xd6\xba\x96\x80\x94\xc7\x4a\x10\x82\xcc\x09\x3c\x50\xc2\x78\xbb\x53\xda\x34\x5d\x21\xf1\x91\x53\x51\x88\x4f\x95\xb0\x26\x0a\x09\xf1\xe9\x91\x3e\x6c\xda\x44\x88\x13\x81\x8c\xee\xe2\x03\x6c\xc2\x3c\xd0\xe1\x8e\xc4\xa7\xc0\x44\xe7\x7e\x20\x46\x45\xde\x25\xe6\x4b\x83\x64\x1d\x8c\x23\x13\xf7\x62\x5f\xb1\x27\x45\x33\x41\x8f\xef\xd3\xec\x5b\xfc\xd9\xff\xa9\xe8\xe4\xea\x0f\x00\x04\xb2\x4d\x20\xa4\xd0\xb9\x67\x20\x8a\xac\x21\x23\x0f\xb0\xaf\x6b\x9b\xe6\x29\x08\x11\x46\x03\x4d\x99\x8a\x95\x02\x29\x00\x84\xaa\x26\xc3\xd1\x43\x6a\x0e\x36\x0b\x28\xc4\x20\xf2\x94\xba\x82\x1f\x57\xcf\x7d\x54\x66\x22\x00\x9b\xe8\x73\x70\x4c\x26\x30\x8a\xfb\x4f\xce\x1e\x01\x3d\xe4\xb3\xe0\x70\x36\xef\x3d\x13\x9f\x51\x50\x48\x11\x37\x68\xed\x23\x02\xac\x42\x0b\xcf\x4d\xa8\xcd\x2a\xc7\x73\x95\x80\xc9\x19\xc2\xa2\xdb\xf3\x89\x80\x2d\x55\xd0\x10\xed\xfb\xe0\xbe\xdb\x82\xa0\xc1\x3f\x77\xa0\x13\x6c\x3d\xc7\xe8\x9f\xcc\xeb\xf4\x48\x16\x46\x03\x1b\xe1\x1b\x39\xc0\xac\xdf\x99\x7e\xaf\x2b\x4a\x94\xe0\xd3\xa1\xfd\x37\x9d\x6b\x53\x4f\x27\x5d\x79\xe8\x04\xc2\x20\xa0\x28\xae\x55\xc0\xdb\x0a\xe8\x55\xec\xea\x01\xb7\xa1\x45\xc0\xb6\x81\x49\xdb\x96\x4f\x4b\x9e\xfb\x93\x53\x53\x6c\x93\x63\x66\xf2\xca\x98\x22\x61\xfa\xe8\x48\xed\x91\x35\x98\xad\x93\xa9\xfa\xc3\xdc\xa7\xf5\xb7\xee\x40\xbc\x0f\x2e\x86\x94\x22\x70\x3f\x1c\xe5\x11\x00\x07\xed\xb8\x86\x40\xa8\x26\xe5\x02\x58\x1a\xfb\x5f\x1d\x5b\x51\x14\x8d\x10\xee\x61\x45\xd8\xa9\x52\xab\x68\xe1\x20\xa1\x57\x19\xbe\x1f\xda\xa9\x83\x5d\x14\x05\xad\xbc\xfc\x7c\x48\x69\x01\xc4\xdb\x4b\xc1\x5f\x65\x56\xbd\x2a\x58\x37\x50\x49\xbc\x39\x4d\xd4\x88\x28\x15\x5d\xce\x34\x84\x54\x71\x7e\xff\x61\xbd\xee\x33\x16\xde\x6d\x02\xb7\x73\xe5\xb6\x52\x8d\xca\x84\x89\xb9\x4e\x1f\xec\x3f\x47\x9f\xdd\x7f\xbc\xb9\x86\x06\xfe\x49\x3f\x28\xc4\x91\x05\xa4\x6a\xd6\x03\xf3\xb8\x78\xb8\x48\xd4\x6a\x53\x20\x5b\xfe\x9a\xac\x1d\x73\xe0\x89\xc6\x61\x13\xe6\xd3\x03\xcd\x31\x20\xe0\xbb\x8e\x48\xca\x40\x8d\x2b\x23\x9b\x0f\x9b\xf4\xbb\xf9\x42\x69\xed\x7d\x56\xbb\x03\xc9\xf4\xe5\xe2\x2a\x81\x05\x1f\x60\x2e\x40\x51\x3f\x58\x22\x9d\x78\x17\x0e\x23\xf6\xad\xaa\x24\x81\xe9\x90\xe2\xe7\x88\x9f\xe4\xf8\x20\x23\xa2\x53\x21\x28\xc4\xbb\x65\x9a\xc9\xa9\x04\x43\xc7\xc3\x85\xe7\x1b\xfa\x00\xe3\x71\x55\x15\x02\xd7\x38\x50\x75\xfb\x58\x31\xde\x51\x6c\x80\x1a\x19\x04\x89\x58\x1f\x34\x59\xde\x29\x5d\x14\xcf\x1b\xca\xc4\x62\xd0\xd1\xe1\x4c\x94\xe8\x36\xbc\x17\x8f\xd2\x0f\x08\x19\xe6\x0b\x99\xe6\x52\x60\x2d\x11\x37\x1b\x50\xeb\x44\x28\x25\x0f\x3d\xc0\x8a\x5d\x4b\x69\xd7\x96\xb4\x48\xbc\x45\xe8\xe2\xb6\x42\xbe\x8e\x4d\x1d\x18\x43\x52\xdd\x17\xe5\x15\xe2\x0d\xa0\xaf\x09\x02\x26\x65\x8e\xa7\x44\xf7\x44\xee\x47\x41\x73\xc8\xd5\x6b\x72\x0f\x02\x32\x61\xa3\xc4\xab\xd2\xda\xe3\x7b\x2f\xc0\xca\x5c\x05\x16\x4f\x5f\xfa\x03\x14\x7d\xe7\x15\xab\x93\x73\x31\xce\x37\x7a\xb9\x53\x91\x36\x99\xd9\xb7\xb2\x66\x42\x86\x12\x4b\xb2\x7c\x64\x34\xd0\x25\x59\x21\x1c\x44\x84\x49\x29\x1f\xf0\x01\x01\x02\x10\xbd\xe2\x05\x60\x52\x96\x4e\xc2\x13\xd5\x0d\xed\xb4\x64\xda\xaa\x83\x37\x55\x1e\x22\x09\xd6\xa1\x13\xf8\x79\x65\xfe\x71\x79\xf7\xfe\xfc\x61\x7d\x63\x3e\x7c\xfe\xf2\xfb\xfa\xf6\xe3\x62\xf1\x7b\xd5\x31\xcb\x99\xab\xaa\x0c\x63\x99\xb2\x1f\x5a\xb3\xdb\xff\xd9\x02\x42\xa2\xe9\x9f\xcd\x7d\x74\xec\x55\x9f\x8c\x32\x0e\x89\xa7\x4d\x6f\x84\x3e\x0d\xd6\x40\xab\xa9\x48\xfb\x4c\xe2\x33\x10\x16\xc6\x80\xb8\xa8\xe6\x0a\xd9\x8b\x42\x31\x27\x0a\x07\x94\x28\x20\x75\xa0\x15\x34\x53\x02\xd3\x71\x9e\xe3\xd0\x19\x57\xa8\xc0\xc8\xec\x33\x25\xa0\x95\xf1\xda\x83\x05\x20\x79\x6e\x6d\xb6\x2b\x99\x74\xd1\x29\xa3\x84\xc3\xa2\x55\x1b\x49\xf4\xa0\x20\xc4\xd5\xba\x2a\x94\x74\xa7\x7c\x80\x08\x36\x5d\xed\x93\x89\x53\x74\x8a\x8a\x92\x27\x5e\xe6\x9b\x55\x74\xd7\xf3\x59\x99\x4f\xd5\x11\x02\x26\x3a\x80\x0e\x30\xcb\xec\x41\x0a\x10\x24\xa0\xc6\xfc\x12\x94\x1f\x25\x2f\x09\x4c\x32\xe7\xca\xac\xb7\xfc\x58\x74\xde\x94\x58\xa5\x35\x8d\xb2\x65\xd5\x3d\xee\x4c\xd9\xf9\xfc\x2b\x16\x03\x95\x10\x4a\x23\x2a\xf5\x41\x15\x33\xa8\x0d\x8c\x4b\xe9\xed\x2f\xab\xde\xbc\xf8\x89\xc2\x32\xe3\x97\x43\xe8\x93\x47\xae\x09\x44\x53\x10\x2a\x03\x0a\xd2\x0d\x91\x2e\x39\x2c\xbf\xbd\x80\xe5\x24\x34\x45\x8c\x93\xdf\xcb\x62\xf1\xcb\xca\x9b\xb4\x59\xdf\x9a\xff\xfc\x7a\x7e\xfb\x40\x69\xf3\x62\xa1\x9b\xd4\x54\x26\xc0\x4c\x5c\x26\x8c\xcc\x46\x76\x0c\xfd\xef\xab\x9a\xa9\x5d\x69\xde\xbe\x79\xd3\x9b\x64\x94\xe5\x8c\xac\x33\xe0\xc8\x80\x2a\x06\x8d\x51\x5e\x5f\x30\x67\xee\x0f\x95\x34\x95\x61\x6c\x88\x04\x75\x4d\xfe\x92\x11\x5d\xac\x95\x54\x05\xf8\x82\xf1\xd2\x93\xf4\x7c\x34\xfb\xbb\x39\xbe\x2a\xd0\xc5\x29\xa1\xcc\x2e\xb2\x8f\x49\xac\x1f\xb8\xa1\xcf\x65\xdc\xca\xbc\x27\x17\xf0\x12\xf5\xa7\x3c\x23\x8f\x21\x7f\x2e\x5b\xb7\x3d\x89\xff\x34\xc3\x64\x51\x95\xda\xd8\x60\x68\x0f\x43\x89\x64\x72\xe5\xac\x22\x6e\x87\xfd\x31\x44\x32\x6b\xc4\x76\x11\x59\xc2\x01\xc9\x77\xa4\x61\x86\x99\x08\x23\x49\xa8\x27\xc7\xd5\xc1\xde\x17\xe1\xd0\xe2\xcd\x01\xf1\x75\xb7\xba\x39\xa0\x41\x2e\xc6\x46\x56\xa3\x0e\xc7\x0b\x8b\x97\x34\x71\x9d\xa9\x7f\x8e\x53\x84\xa2\x02\xa9\xe0\x2d\x9f\x42\x09\x34\x92\x71\x6c\x51\xcc\x32\xc8\x0f\x9b\xed\x29\x68\xc5\x1b\x7a\xe2\xa3\x7f\x4b\x40\xd0\x4a\xed\x22\x2e\x64\x4b\xe5\x45\xd9\x21\x57\x42\xc9\xb1\x60\xec\xeb\xad\xc2\x07\x9b\x5c\xce\xf8\x2e\xb1\x37\xa0\x32\xf4\x0c\x10\xa4\x98\x6f\x9e\xaa\xa2\x23\x85\x55\x1d\x83\xd1\xd6\xb5\xbd\x61\xe1\x00\xb5\x72\xc7\x6c\x15\x87\xe1\x6a\x3a\x9e\xaa\x64\x35\x20\x35\x32\x67\x29\x2a\xad\x84\xfd\xf4\x13\x4f\x93\xb4\x4d\x55\x12\x61\x38\xbd\xf2\x9a\x4d\x33\xae\xb1\x45\x16\x07\x9c\x73\x65\x67\x55\x52\x9e\x12\x21\x36\xff\x23\xcd\xa0\x18\x8e\xdb\xab\x89\x83\x0e\x00\xce\xd3\xab\x7f\xd5\x5b\x7b\xaf\x13\x75\x78\x5a\x36\x93\x42\x8d\x28\x29\x80\xaa\xf2\xd6\x60\x69\x70\x24\xc2\x89\xd3\x70\x06\x27\x29\xaf\xce\x8f\x8a\x28\xe7\x6b\xc0\x71\x23\xc5\x6b\x40\x32\x6d\xa9\x7e\x5d\xda\x96\x2b\x4d\x45\xa5\x5c\x3c\x2a\x39\xa5\x5a\x3a\x6e\x67\x04\x1b\xed\x3e\x91\xf2\x2b\x7d\x4a\xb6\x2c\xa5\x02\xb6\xf5\x24\xa2\x81\x3e\xb3\xd3\x25\x5f\x0b\x25\xd6\x42\x1a\x92\x08\x91\x0f\x56\x91\x57\xc7\xb2\xa8\x98\x84\x56\xe5\x69\x4f\xb6\x02\x9f\x47\x50\x86\x53\x20\x28\xc4\x0f\xbf\xf6\xc4\xd9\x4f\x0d\x9f\x6c\xab\x8c\xf8\x65\x88\x2b\x9d\xa2\x5d\xa1\x45\x90\x83\xdc\x09\x85\xb3\x69\x11\xcf\x7a\x53\xa2\x19\x3a\xc0\x0a\x29\xd8\x1e\x1a\xec\x82\xf2\x1b\x0c\x66\x66\xd3\x1b\x85\x16\xb7\x86\x96\x41\x03\x08\x1b\xc8\xe0\x5a\x70\xbd\x8a\xd0\x96\xaf\x4f\x7a\xca\x31\xd1\xe6\xd1\x11\xc6\xd4\x76\x9f\x32\xd9\xeb\xbc\x2a\xf8\xa8\x7c\x4d\x5a\xc2\x50\x38\xa7\x8e\xe6\x2f\xf0\x25\x12\x7a\xf6\x10\x73\x02\x77\x4b\xb7\xad\x06\xb2\x02\x9f\x93\xf3\xda\x49\x60\x2d\x07\x16\x72\x16\x52\x67\xbe\x08\xa9\x39\xda\xd2\x23\x34\xd7\x23\xe7\xdc\x5c\x0d\x26\xa3\x28\xb8\x4e\xc6\x27\x9f\x4a\xfe\xac\xe9\x67\x5f\x10\x85\x0b\x69\xa1\x81\xe6\x97\x52\x06\xee\xb8\xc0\x48\x3c\x40\x24\x3d\xdb\x61\x63\xcb\xda\xe8\xbe\x66\xea\x57\x47\x4b\xba\xd9\xd8\x6d\xc5\x24\xaa\xd7\x3c\x0c\x94\x50\x40\x38\xc2\x98\x1c\xb0\xde\x1f\x9d\x80\xe1\x1e\x96\xbc\x63\xee\x4a\x9f\x2a\x05\xe4\xf5\x05\xdf\x49\x99\x87\x9c\xb5\xfb\xa4\xf7\x8c\x23\x19\x68\x57\x7f\x5d\x99\x9b\xcf\x17\xeb\xab\xf5\x87\x73\x2d\x79\xbf\x44\x55\x53\x33\x2e\xf5\x4e\xb6\xd5\x13\x8e\x88\x6b\x20\x55\xf5\x55\xad\x9f\x79\xd2\x5f\x3c\xf1\x18\x32\x57\x08\xaf\xb5\x1c\x9e\x63\xb2\x9c\x4c\x0f\x56\x4e\x79\x7c\x71\x1a\x51\xdd\x50\xea\x9b\x3c\x47\x59\x7e\xe1\x59\x3c\x11\xc3\x49\x08\x49\xc4\x3e\x85\x6e\x60\xe0\xc0\x15\x20\xf1\x20\xb3\xd7\xa7\x27\xcb\xd0\x39\x1c\x77\x42\x67\x29\x2d\x6b\x50\x2c\xf7\x77\x4e\x52\xcf\x26\xc7\xed\xe3\x62\xe4\xa7\x79\xa5\x81\x8b\xeb\xb3\x8d\xcf\x8e\xc6\x0b\xbc\x5b\x2c\xce\x57\xe6\x6b\x13\xee\xc4\xfa\x94\x87\x02\x08\xee\xe0\xca\x41\x2c\x75\x5b\x18\xd3\x2b\x14\x64\x79\x20\x76\x45\x38\xdd\x82\x29\xec\xb5\xca\x3b\x56\x04\xa6\xd1\xaf\x95\x8d\x93\xba\x9f\x1c\x02\x9b\xda\x51\x63\xce\x04\xfe\x24\xa8\xf9\x52\x30\x19\xf2\x11\xff\xd0\x8a\xb8\x84\xf0\x81\x4d\x25\xfd\xc4\xc5\xd9\xd3\x73\xb5\xf3\x57\x3d\xb5\xf0\x98\xc6\x8c\x55\xe4\xd6\x8b\xa1\xa1\x18\xbe\x02\x5d\x51\x66\xe3\x4a\x5f\x5b\xeb\xd9\x11\x6d\xce\x8f\x84\xcb\xe8\x05\x77\xd3\x30\x23\x59\xbc\x5f\x91\xdd\x30\xc2\x8c\x14\xc9\x0c\x44\xbd\x36\x61\x00\xe2\x1b\x51\xda\x18\x3d\xdf\xb0\x39\x13\x05\x00\x0c\x02\x14\xc7\x57\xa7\xfa\x60\x54\xe0\x1f\x5e\x50\x3c\x73\xb0\x70\xec\x47\xb9\x14\x13\xe7\xf5\x00\xb8\x85\xb3\xfb\xab\x02\x7f\xe3\xf5\x2c\xa8\x9c\x81\xd4\xb1\xa1\x35\xd3\xd1\x7c\x4e\xae\xe5\x98\xc4\x77\x73\x1c\xcb\xb1\x00\x29\x7f\xf1\x61\x65\xee\x39\xea\x0e\x14\xc2\x19\x36\xd7\x61\x71\x18\xe3\x2b\x8b\xe7\xfc\x20\x99\xf0\x55\x5a\xe0\x62\x65\xbe\x78\x2a\xa7\x54\x7b\x9a\x97\x4e\x20\xca\x2c\x2e\x57\xe6\x3c\x47\xc8\x44\x1e\xca\x95\x1a\x48\x39\x7e\x92\x95\xcf\xe8\x3e\xba\x10\xf2\x54\x48\xf1\xbc\x0a\x09\xe0\x60\x5d\x5a\xe7\x0a\xbe\xc9\x14\x86\x14\xb5\x47\x06\x4e\xeb\x20\x3e\x87\xc8\x33\x97\x45\x8f\x33\x14\xb2\x34\x8f\x33\x4a\x01\x7a\xab\xf3\xd7\xc4\x2f\x20\xdb\xb3\xd7\x7c\xa1\x20\x8e\xba\x08\x1c\xef\x58\xfa\x4f\x48\x3b\x94\xf2\x75\x7b\xb9\xf8\xa3\x9d\x7c\x8c\x34\xed\x2f\x73\x46\x62\x86\x84\x00\x4e\xda\xcc\x5f\x1f\x68\xc7\x83\xd2\xdf\x38\xaf\x81\x3b\x85\xe5\x9f\xcd\xd6\x48\x92\x4f\x41\xa7\x1c\x8e\xc8\x49\x5b\x6e\x38\xe8\xb9\x56\x9c\xe7\x2f\xd6\x91\xe0\x8c\x00\x8a\x15\xec\x6d\x5c\x07\x55\x14\x59\xea\x9d\x64\x1b\x0a\x35\xf8\x15\x39\x09\xa9\xd8\x21\x21\xa0\x7f\x29\x40\x82\x5d\x70\x44\xf5\xee\x14\x72\x88\x84\x69\x45\x42\xd4\xea\xd8\xfb\xc7\xb0\xa9\xe2\x39\x90\x4f\xbd\x02\x26\xd0\xc1\xb4\x4c\x90\x90\x0b\xba\x2f\x6c\x60\xac\xbd\x04\x6d\x1b\xe2\x7e\x36\x88\x3d\x91\xf6\x65\x49\xfb\x7c\x28\x92\x10\x3a\x8a\xc1\xad\x05\xe5\x4b\xc5\xa1\x58\x47\xb9\x6d\x32\x8a\x74\x7e\xbd\xb9\xed\x2a\x49\x53\x91\x03\x0e\xf3\x75\x48\xc9\x07\xfd\x1f\xa3\x93\x1b\xf3\x6f\x1f\x8a\x92\x79\xdb\x61\xef\x55\x7f\xe9\xe9\x72\xfa\x27\xf8\x39\x67\xcc\xee\x9b\xe5\xba\xfe\xdc\xca\xcf\x58\xab\xac\x38\x09\x6c\x64\x3b\x47\xd4\xfd\xf9\x32\x09\x71\xe2\x81\xa3\x32\xc2\xd2\x26\x5c\xe3\xeb\x54\xfd\x59\xea\x31\xf7\x21\x8c\x52\x67\xdc\x82\x4e\xb2\x10\x29\xc3\xf6\x9d\x02\x58\x2b\x6a\x7f\x08\xa0\x0f\x1c\xc3\x89\x37\x9e\x21\x0e\x8b\x84\x5a\xa9\xc5\xfd\xc7\xcb\x21\xd0\xf6\xb1\xb2\x8d\x1a\x02\x66\xc2\xe1\xdf\x85\x99\x94\xa7\x19\x9b\x3d\xcf\xbe\x95\xd5\x91\xfe\xfb\x28\xed\x36\x4b\xac\xbc\xbc\x20\x84\x54\x15\x2f\x93\x61\x96\xae\x53\xfc\x65\xe0\x9d\x87\x01\x24\xf5\xce\xed\x63\x01\x6e\x51\x5a\x66\xb3\x5c\x07\xe2\xc0\xbb\x95\xc4\x2f\xd4\xe9\x4a\xe1\x64\xd0\xe2\x48\x26\x5f\x89\xcf\x7b\xa9\xf4\xe0\xd9\x1f\x1d\xf6\x78\x3d\x13\x81\x66\x60\x6f\x62\x63\x3d\x6e\x89\xe8\xae\x96\xa2\x32\x43\x50\xf8\x84\xef\x69\x57\xe1\x52\x5b\xa8\x7b\x63\xb4\x6d\x0b\x30\xfa\x94\x16\xbe\x6c\x8a\xc4\x21\x6a\xc0\xe2\x5b\x73\x5d\xd7\xeb\xc5\x4f\xb8\xb8\x59\x99\x0b\xcb\xe9\xea\xfc\xf1\x5c\x96\x39\x61\x82\x1e\x0d\x09\x80\xd2\x7d\x1a\xc6\xf9\xc2\xe9\xc6\xfa\x0c\x3d\x7f\x8e\x84\xd0\x5a\xb7\xb4\x56\xa5\x69\x8d\x52\x2f\x5a\xd3\x7e\x67\xde\xf8\xd8\x9f\x59\x33\x5a\xd6\x48\xf7\x01\x6e\x78\xc8\x87\xb9\x8e\x1d\x97\x9a\x68\x8e\x89\xa2\xfb\x12\xcb\x04\x72\x54\xd0\x86\xd1\x79\xae\xf3\x42\x7a\x25\xa4\x41\x03\xac\x81\x9d\x09\x85\x2b\xd4\xcb\x48\xb8\x99\xdb\xf4\xa8\x0f\x02\xc8\x1c\xaa\x56\xda\x58\xa2\x8c\x37\x3e\xf6\x50\xee\x6d\x85\x58\x48\x72\xdd\xdf\xc2\xcb\xe5\x0c\x04\x11\xd2\x25\x04\x3e\x48\x98\x82\xec\xe9\x9e\x09\x47\x2a\xe1\xf8\x0e\xe0\x9d\xe7\x03\xa3\xf1\xdc\xa4\x60\x3e\x3a\x1b\x8a\x9f\x39\xb1\x99\x98\x2b\x80\xa5\x13\x73\x6e\xb1\x19\xf3\x7e\x1c\x87\xf0\xa0\x91\xad\x45\x95\x64\x04\x88\x1f\xd9\x5a\x94\xbd\xb9\x76\xda\x64\x82\x04\xd9\x46\xe3\xb1\x35\x56\xe4\xe4\xbc\x37\x27\xbe\xe8\x05\x12\xc3\x13\x88\x57\xbf\x7e\xbd\x8d\x7b\x4d\x38\x00\x85\x49\x0e\x96\x2b\x75\xb8\x2c\x17\xf7\xd2\x5a\x02\x3b\x65\xb8\xb6\x65\xb6\xf8\x24\xd7\x68\xb8\xfd\xad\x1f\xd3\xd2\xfd\x77\xea\xed\xb7\xcf\xcd\x5d\x2b\x4d\x89\xb9\xdd\xba\xd2\xf9\xe4\x24\x0d\xf7\x96\x13\xb5\x68\x9b\x03\x46\x75\x07\xa9\xf6\x49\x4f\x63\x2e\x77\x64\x93\x92\xb1\xd2\x93\xe9\x83\x3f\xff\x2d\x7e\x6c\x54\x3f\x4e\xbc\x5d\x58\x69\xae\x8c\x4d\x24\x66\x63\xcf\x7a\xf3\x67\xdc\x6f\x02\x47\xa3\x75\xc7\xa2\x19\xc9\x1a\xf9\xbb\xd1\xfa\x3e\xea\x49\xe9\x8b\xb4\x78\x16\x15\x52\xd2\xba\x46\x15\x57\xce\x44\x3b\x44\x5f\x89\x65\x95\x56\x0c\xe6\xe4\xe9\x50\x44\x4c\x0a\xd4\x04\x4f\xbd\x83\xa7\x5a\x45\xf5\xd7\xf7\x26\xba\xaa\xe0\x2a\xa7\x0f\xd1\xc5\xa9\x97\x03\x8e\x49\x43\x71\xae\xbd\x14\xa1\x4d\x35\xcc\x20\x42\x48\xf9\xbc\xe6\xea\x29\xdf\xf9\xa0\x18\xbc\x4b\x8b\x2d\xed\xb8\xf7\x71\xee\x4e\x66\x52\xc4\x8e\xf1\x2b\x1b\xaf\xff\xb2\xb6\x1c\xf8\x25\xd2\x16\xac\x2e\x24\x86\xdc\xaf\xe4\x32\x32\xfd\x88\xe2\x07\x1c\x09\xdc\xa2\x0f\xc9\xd2\x0d\x93\x4b\xb5\x23\x4c\xa5\xb7\xb6\x62\x8b\x67\xda\xb1\x15\x1e\x3a\xf3\xa5\xa9\x48\x8b\x7a\x19\xba\x19\x96\x3f\xa4\x2e\x34\x9b\x6d\x10\xd2\x20\x7f\x6b\x22\x9a\x05\xcd\xf0\x3d\x72\xad\x9d\xd0\x56\xda\x1a\x70\x2f\x7f\x8a\xdd\x96\x7d\x81\x8e\x75\x62\x5e\x8b\xc5\xdf\x70\x1d\x74\xf3\x7e\x7d\x8b\x0b\xa1\x8b\xcf\x1f\xbe\xde\x5c\xde\x3e\x0c\x4a\x48\x7b\xa2\x95\x23\xf2\x22\x1d\xd3\x8c\x3e\xbe\xd7\xf5\xc5\xfe\x9d\x64\x92\x19\xb1\x9f\x4a\x14\xf3\x00\xf5\x57\x29\x27\x45\xcd\xcb\x7d\xd5\xab\x99\x2b\x32\xf9\x62\xb5\xf3\xf5\x12\x48\x9a\x06\x3e\xa2\x1a\x9f\x27\x07\xd1\x80\xc0\xbb\xc2\x56\x20\xae\x97\xc0\xb3\x53\xed\x6a\xe6\x07\xc9\xd1\xe7\x67\x65\x64\x54\x8d\xe5\x42\x11\x9d\xb0\xf7\x11\xc2\x8b\xb9\x0c\x47\xe2\x4a\x5e\xda\x19\x7c\x88\x83\x17\xce\x65\x59\x22\xd3\xbe\x2b\x5a\x87\x06\x0c\xb9\x64\xc2\x55\xea\x8c\x54\xea\xff\x6a\xfe\xb9\xc6\x72\x83\xfa\x98\xf6\x45\x45\x09\x0f\x77\x09\xfb\x69\x67\x26\xeb\xdb\xf0\xe0\x9b\x5c\x4e\x80\x8f\x91\xa6\xb8\x21\xb7\x0d\xbd\x50\x89\x5c\xc2\x0e\x6e\x7b\x98\x05\x72\x4f\x82\x3f\xf1\xae\x74\xa8\xf4\x6e\x18\x16\x34\xc5\x8b\xb0\x12\x9d\xa3\xd2\x8d\x48\x53\x22\x22\x36\xc9\xa4\x8c\x11\x0e\x4f\x5b\xea\xbd\x6f\x0c\x2a\x48\x7e\x3d\x22\xda\x20\x9c\x25\xb3\x6e\x5b\xe0\x56\xdc\xcb\x20\x4c\x6f\x65\x6e\xbc\xd8\xbc\xc3\x34\xff\x83\x82\x6f\xdc\xbc\x39\x0c\xb6\xde\xf4\x7e\x1c\xf4\x47\xa9\x7b\x20\xc3\x91\x01\x80\x4b\x4d\x2c\x39\x2a\x2f\x7a\x4f\x8c\x08\x64\xf3\x42\x52\xea\x83\xf1\x9c\x79\xfb\x0e\x1e\xce\x53\x9f\x4d\x6f\x7f\xed\x93\xb2\x1f\xac\x3d\x49\x2e\x34\x58\xce\x8f\x8e\x93\x0e\x4d\xb7\xb8\x7c\xaa\xfc\x18\xdd\xaa\xd3\x87\x62\xd2\xb2\x5a\x2e\x16\xff\x0f\xb8\x75\x7d\x7d\xf9\x81\x4b\xde\xe6\xf3\xd5\x1c\x78\xe9\x2b\x27\x59\x55\x14\xba\x4b\xe6\xeb\xc2\x83\xe7\x2e\x20\xff\x25\x4c\x93\xd2\x4a\x1f\x56\x1c\x11\x59\x82\xa8\xce\x13\xd2\x49\xfd\x67\x7c\x34\xfd\x3a\x53\xaf\x34\xbe\xa5\x6c\x4c\xf8\xfb\xcd\xcc\x61\x62\xd4\x6a\x50\x77\xc5\x8c\x08\x40\xd7\xc9\xd5\xe9\x28\x47\xeb\xe5\xd2\x76\x90\xc9\xbd\xaa\x57\x30\x45\xfc\x1a\x97\x24\x41\xf4\xf0\x1e\x08\xc7\xd0\x46\xd2\x98\x58\xe4\xd1\x6d\x04\xde\x1e\x08\x6a\x23\xe8\x9b\xd3\x73\xd8\xa5\x80\x3e\x47\xb9\x74\x16\x18\xa5\x51\x9c\x21\x44\x04\x43\xf3\xe5\xb0\x28\xee\xf5\x33\x3c\x95\xe9\x26\xa3\x16\xe0\x39\x75\x49\x97\x78\x7f\x07\xf3\xff\x57\xe6\xfc\xe3\xc7\xbb\xcb\x8f\x7c\x05\x63\x7e\x5b\x3f\x7c\x32\xeb\xdb\x8b\xcb\x2f\x97\xf4\xcf\xed\x83\xf9\xed\xf3\xdd\xdf\xef\xd1\xc5\x8a\x6b\x4b\x57\xa4\xb3\xad\xe7\x08\xdd\x6d\x13\xbd\x63\xd3\xc4\x91\xb6\xb1\x84\x84\x69\x6b\x35\x65\xcd\x2d\x32\x27\xa1\x12\xfe\xb8\x7c\xef\x55\xa2\xd7\xae\x88\x84\x72\xa9\x6d\x3d\x1d\xae\xb8\xdb\x31\xbe\x3c\xe6\x04\x53\x7b\x95\xf0\x52\x89\xf0\x28\xd0\xba\xe3\xae\x62\x6b\xec\x4a\xfd\xe0\x47\x37\x47\xd1\x59\xe1\x3a\x34\xda\x6a\x5f\x76\x45\x43\x64\x91\xba\xbd\xf6\x0a\x2a\xde\xf9\x81\x21\xf5\x8d\x1f\xee\x7b\x28\x29\x07\x58\xa6\x8f\x8f\x38\x9b\xd6\x2e\x7d\xb7\x49\x74\x96\xfd\x06\x0e\xe0\x40\x83\x82\x31\x0a\x2e\xaf\x35\xb6\x2a\xe6\x22\x85\xe8\x1a\x5d\xcc\x47\xc7\xe1\x8e\xa0\xc3\x4c\x74\x20\xbb\x25\x22\xe6\xbb\xb6\xa3\x47\xfd\x05\xca\x29\x94\x06\xda\xfe\x25\xa8\xe7\xde\x9a\x8a\x2e\xf1\x94\x65\x47\xcc\x5d\xab\xb6\x9e\xbf\x85\x5e\x21\x6e\x4d\x46\x37\x57\x16\xf5\x26\x37\xcf\xdd\xfd\x6b\xb1\x70\xa6\xd1\xbf\xbf\x3e\x40\x18\xa0\xc4\xbb\x6e\xfb\x92\x13\x80\x17\x84\xc0\xeb\x3a\x19\x97\x89\xe3\xe4\x65\x58\x59\xab\x86\xdd\x3a\x4d\x57\xd7\x78\xd3\x51\xa8\xcd\x84\x46\x2a\xaa\x85\x85\x28\xe3\x69\x7d\x8b\x2f\xab\x53\x1a\x6c\xa4\xdf\xb0\x9f\x3a\x95\x39\xf1\xa8\x58\x69\x3f\xc1\x62\xf1\x6f\x94\x41\xdf\x9d\xdf\xde\x5f\xb3\x33\x12\xd7\x8a\x3a\x92\x61\x4b\x7d\xcd\xa6\x7f\xeb\x2d\xbe\x71\xa0\x5c\xb5\x0a\x89\x43\xdc\xe5\xd7\xcf\x33\xbd\xb6\x99\xa9\xfd\x07\x66\xbb\x32\x77\x1c\x27\x60\x35\xcf\xd2\xaa\x78\xf2\xd0\x23\xc5\x4d\xe9\xa8\x09\x4e\xb3\x13\x57\x4f\x5e\x42\x6a\x92\x41\xce\xe3\x09\xf2\x58\xee\xb8\xe6\x31\x4f\x59\xfc\xed\x66\x70\x20\x4f\x22\x42\x91\x35\xd4\x4a\xa6\x13\xf4\x25\xd4\xbe\x9d\x24\x6e\x0a\x1f\x83\xf6\x34\x8a\x71\x3f\x55\x90\x3e\x5e\xff\x92\xa2\x0c\xba\x5f\x06\xb7\xe1\xf1\xfd\x03\x51\xa8\x2c\x6d\x14\xee\xe8\xec\x52\x32\x0b\xf1\xa1\x8d\x6d\x8f\xd6\x6a\xc7\x6a\x24\x8e\xef\x58\xfb\xb3\x6b\x24\x2f\x8f\xe6\x7e\x09\x24\x8e\xa9\x2b\xc8\x16\xff\x9d\x6c\xf1\xf2\xee\x66\x7d\xab\xb6\x18\xf7\x41\x4a\xab\x8c\xbc\x6e\x9a\xa0\x76\x5a\xf8\x15\x86\xcd\x3d\x03\x3b\xb3\xdf\xb9\x71\x31\xc5\xeb\x49\x28\xc7\x36\xd2\xe7\x25\x1a\x04\xa2\xce\xbc\x3e\xc1\x2f\x89\x09\x08\xa2\x04\xb7\x3f\xb4\xfe\x8d\xd8\xb9\xe5\x5f\x5a\x9d\x26\x7d\xaa\x9c\x66\x45\xbc\xd5\xd0\xf8\xcf\xf1\x1b\xb6\xef\xb8\xb0\xc6\xb9\x10\x1b\x67\x33\x2b\x52\xe8\xc8\xd4\x6a\x11\xfc\x58\x7a\x83\xd1\xae\xeb\x9e\x6c\xdf\x00\x59\xf9\x89\x12\x31\x7e\x6e\x9a\x99\x4c\x29\xe2\x84\x0e\x63\xf1\x10\xdd\x52\xd3\x0b\x96\xc3\xb9\x7d\x73\x1a\x13\x14\x2f\x80\x36\xb9\xa0\x6f\xb9\xe3\x1e\x58\x4a\xa3\x5d\xaa\xaf\x19\xbe\x59\x99\xab\xaf\x0f\x5f\xef\x2e\xcd\xdd\xe5\x3f\xd6\xf7\x9e\x74\x3e\x7c\x5a\xdf\x9b\xeb\xf5\x87\xcb\xdb\x7b\x7d\x09\xfa\xb9\x97\xbc\xfb\xb6\x4c\x32\x96\xd2\xf2\xcb\x7d\x4f\xae\x89\x72\x5c\x0f\x29\x3f\x78\xe3\x5c\xfc\x1f\xbd\x33\x70\x4e\xfa\xa9\x31\x13\x75\xd6\x30\x15\xeb\x82\x30\xb9\x71\x7b\x8a\xa2\xdc\xa9\xdd\x1c\x5c\xed\x42\x22\xe3\xbb\x0a\x9f\xfc\x6d\xef\xa6\x6b\x15\xef\x90\xcc\xe1\x81\x9c\x1b\x6b\xb8\xb4\x20\x2f\x0d\xf2\x12\x64\x6b\x14\x76\xe4\x15\x13\x42\xd2\xcc\xd6\x25\x57\xcc\xad\xd9\xb5\xed\xe1\xdd\x4f\x3f\x1d\x8f\xc7\xd5\x63\xd9\xad\xaa\xfa\xf1\x27\xff\xa2\xee\x4f\x78\xe9\x01\x0c\x73\xd4\xc5\x12\xbd\xb5\x2a\x85\xfe\x54\xcb\x9c\x8f\x1d\xa9\x49\xc9\x57\xd3\x97\xe2\xa7\xd5\x28\x7d\x6b\xc7\xd7\x8f\x53\x39\xcd\xac\xc3\xa6\xe5\x99\x71\xef\x4c\x64\x31\x4b\x7d\xf3\x15\xef\x90\xd5\x7e\xd4\x32\xee\x95\x76\x5a\x43\xf6\x26\xe5\x0b\xc8\xfc\x2e\x8b\xef\xac\xef\x41\x5f\x0b\xd4\xbe\x67\x46\xbb\xea\x42\x1e\xaa\xb2\x46\x02\xd5\xbe\x34\x33\x10\x41\x86\x87\x2a\x68\x7f\xbb\x74\x16\xb8\x59\x5e\xa7\xdb\xf6\x95\xaf\x95\x3d\x67\x74\x53\x7d\x05\x82\x24\xc2\xa0\x09\x6f\xa8\xe2\x29\xdc\xf9\x70\x92\xed\x2a\x34\x93\x40\x5a\xff\x88\x74\xc9\xfc\xef\xc5\x23\x46\x7c\x41\xfc\xf8\xe2\xeb\xcd\x3b\x00\x42\x5f\xee\x1a\x65\x2c\x0c\x26\x81\xe7\x92\xa3\xcd\x8c\xe3\x37\xba\x42\xfe\x11\x0e\x4d\xff\xa8\x40\x12\x05\xa3\xf8\x16\x72\x94\x9a\xe5\x71\x36\x18\x1a\x3d\xc3\x49\xf7\x01\x57\xaa\x42\x71\x52\xdf\x98\x3f\x98\xaa\x84\x56\x83\xfe\xfd\x86\x77\x8b\xf8\xcf\x41\x64\xaf\xcc\xef\x97\xe7\x77\xe6\xf7\xcf\x5f\xef\xcc\xed\xf9\xcd\xe5\xca\x7c\xe9\xc3\x3b\x5c\x81\xa2\x53\xf4\x27\x1c\x92\x61\x83\x1c\x5f\x91\x09\x6a\x8b\x02\xf2\x17\x28\xc8\x8f\xf1\x24\x31\xd1\x5f\xb0\x30\x73\x0e\x11\x1d\xf0\x0f\xce\xf3\xd7\x9e\x40\xcf\xf0\x0a\x61\xcd\xd7\xeb\xfb\x07\x82\xcd\xcb\xf5\x9d\x79\x58\x3f\x5c\x5f\xde\x47\x2d\x5f\xd3\x36\xed\xfe\x19\x1f\x72\x74\xe8\xa4\x4f\xbb\x1f\x19\xde\xca\x0a\xf5\xf6\x00\x32\xe3\x64\x7a\x5a\xfc\x78\x59\x59\xcb\xbe\x0f\x97\x8d\x8b\xb2\x9c\xb9\x57\x36\x61\x73\x84\x2e\x2c\xec\xec\x90\x25\xbf\xd2\x8e\x57\x99\x40\xc7\xe4\x75\x0d\x69\xc7\xe2\x76\x62\x68\x35\xba\x77\x1a\xad\x38\xd1\x52\x58\x70\xee\xcb\xc1\x52\xcb\x97\x34\x1c\x17\x7c\xb6\x33\xef\x73\x86\xbd\xf7\xae\x18\x5f\x18\xe1\x5e\xf7\x09\x5c\xd5\x46\x6f\xb7\xf9\x3f\x7a\x90\x55\x68\xc9\x39\xc6\x7f\x08\x40\x6a\x2b\x8a\x9f\x8d\xed\x1f\x93\x9a\x1f\x12\xbe\x42\x4d\x5a\xea\xaa\xbb\x4a\x4b\x67\xc3\x3f\xbc\x10\x48\x93\x54\x1b\x7e\xfc\x87\x24\xd0\x68\xc9\x7f\x26\x45\x39\x42\x27\xee\x3f\xfa\xb3\x11\xff\x13\x00\x00\xff\xff\x0e\xfd\x31\x7c\xf8\x45\x00\x00") + +func confLicenseGnuFreeDocumentationLicenseV11Bytes() ([]byte, error) { + return bindataRead( + _confLicenseGnuFreeDocumentationLicenseV11, + "conf/license/GNU Free Documentation License v1.1", + ) +} + +func confLicenseGnuFreeDocumentationLicenseV11() (*asset, error) { + bytes, err := confLicenseGnuFreeDocumentationLicenseV11Bytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/license/GNU Free Documentation License v1.1", size: 17912, mode: os.FileMode(420), modTime: time.Unix(1440548254, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confLicenseGnuFreeDocumentationLicenseV12 = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xac\x7c\x5b\x77\xdb\xb6\x96\xff\xbb\x3e\x05\x96\x5e\xfe\xf6\x5a\x8c\x9a\xa4\xa7\xff\x99\x49\x9f\x1c\x5f\x12\x9d\x63\x3b\x1e\x5b\x69\x9b\x79\x83\x48\xc8\x62\x43\x11\x3a\x04\x69\x45\xe7\xd3\xcf\xbe\xe1\xc2\x8b\x92\xce\xac\x79\x69\x6a\x0a\x04\x36\x36\xf6\xe5\xb7\x2f\xe0\x87\xfb\xcf\xea\xa6\x31\x46\x5d\xd9\xbc\xdb\x99\xba\xd5\x6d\x69\x6b\x75\x5b\xe6\xa6\x76\x46\xcd\x7e\x33\x8d\xc3\x07\x6f\x16\x6f\x33\x75\x6f\x5f\xcc\x6e\x6d\x1a\xf5\xf6\xf5\xeb\xb7\xb3\x4b\xbb\x3f\x36\xe5\xf3\xb6\x55\x67\x97\xe7\xf8\xe8\x75\x06\xff\x79\x83\xff\x79\xcb\x73\x3e\xd9\x4d\x7b\xd0\x8d\x51\x37\xb6\xab\x0b\x9a\x39\x53\xcb\x3a\x5f\xa8\x5f\xde\xc0\x08\x5d\x7f\xad\xca\x5a\x3d\xb5\x99\xba\x29\x37\xed\x56\xdd\x54\xd6\x36\x99\x7a\x6f\x5d\x8b\x23\xef\x2e\xd4\xeb\xb7\x6f\xde\xbc\x7e\xf5\xe6\xe7\xd7\x6f\xd4\xe7\xa7\x8b\xd9\xec\xfa\xc5\x34\x47\x5b\x1b\x55\x3a\xb5\x37\xcd\xae\x6c\x5b\x53\xa8\xd6\xaa\x1c\x88\x51\xba\x2e\x54\x51\xba\xb6\x29\xd7\x5d\x6b\x14\x8c\x5d\xc3\xa2\x3b\xfc\xb1\x34\x4e\xd9\x8d\x6a\xb7\xf0\x62\x25\x9b\x2b\x64\xcb\x99\x82\xe1\x2a\xdf\xea\xfa\xb9\xac\x9f\x55\xd9\xe2\xec\xb5\x6d\x95\xae\x2a\x7b\x30\xc5\x62\x36\x7b\xbd\x50\x0f\x8f\xd7\x17\x77\xef\x6f\xaf\x67\xb3\xd5\xd6\xa8\x7d\xd7\xec\x2d\xcc\xe1\xe7\xf4\x0c\x83\xff\x05\x6a\x76\xfa\xab\x51\x1a\xfe\xa9\x3b\x5d\x65\xaa\x35\xdf\xda\xb5\xb5\x5f\x33\x65\x1b\x65\xdb\x2d\x70\x70\xd3\xd5\x39\xf2\x43\x57\x44\x75\xe7\xcc\xa6\xab\x02\x45\x6a\xbe\x01\xfe\xcd\x15\x70\x07\x46\x2b\x47\x53\xc3\x52\xf8\xb4\xb0\xbb\x77\xb8\x86\x76\xae\x03\xd6\x1a\xcf\x11\x1c\x68\x36\x1b\x03\xd3\xbe\x18\x3f\xb2\xc7\x9a\xc6\x24\xcc\x29\x61\xdb\x87\x12\x98\x0e\x24\xe1\xbf\x16\x58\xb0\xb3\x45\xb9\x39\x32\x0f\x32\x65\x4a\xa2\x34\xb7\xbb\x9d\x69\xf2\x12\x98\x71\xc4\xc1\xb5\xad\xd3\x47\x0b\xf5\x64\x72\x0b\xa7\xdb\x94\xd5\x31\xeb\x33\x63\xdf\x18\x67\x9a\x17\x60\xfd\x06\x5e\x44\x02\x75\x07\x2b\x35\x44\xcd\xbe\x5b\x57\xa5\xc3\x15\xb4\x3a\xe8\x23\x52\xfa\x6c\xe0\x18\x90\xca\xd6\xbf\x50\x02\x71\xb6\x01\xc6\x1d\xb6\x65\x65\xe8\x50\xd6\x06\x09\x84\x25\x5d\x59\x18\x18\x0c\xdb\x72\x7b\xfc\x6b\x0d\x03\xf0\x35\xda\x45\x99\x93\xb8\x39\x38\x83\xc2\xa8\xf5\x91\xd9\xee\x16\x78\x7a\xfd\xe3\xd2\xea\x6b\x09\xe4\x00\x77\xe7\xc8\xa9\xca\x6c\xda\x39\xad\x97\x6f\xd5\xce\x68\x98\xa2\xdd\xea\x56\xc1\x5a\xe5\x8b\x26\xde\x22\x45\x22\x4d\x51\x88\xd4\xae\x73\x2d\x3e\xd9\x39\x53\xe1\x96\xd7\x7c\x08\xe1\x0c\xf5\x4e\x0e\x72\xa1\x96\x2d\x72\x75\x5f\x19\x7c\xd1\xd1\xcf\xa8\x87\x1f\x4c\x6d\x1a\x10\x88\x07\xe4\x4c\xee\x69\xf4\xb4\x10\xa9\x9e\xc2\x28\xc3\xc6\x95\xcf\x35\x70\x01\x77\x4e\xeb\x39\x51\x3a\xd8\xea\xef\x46\x6d\xf5\x4b\x32\xa8\x2f\xaa\x35\x1c\x27\x6c\x0b\x39\xdf\xe1\xdf\xcc\x75\x16\x5a\x37\x9e\x10\xd4\xc4\xe4\x1a\x47\xf6\x1e\xab\x1a\x24\xcd\xf1\xb3\x22\x35\x22\xef\x80\x5e\x7a\xba\x6f\xec\x73\xa3\x77\xca\x81\x90\x55\x05\x6e\xdd\xb0\xe8\xf9\xa5\x60\xc0\x4b\x59\xe0\xb1\x06\x4e\x89\xfc\x0a\xf3\xe9\xb1\x5f\xaf\xb0\xc6\x2d\xd4\xfb\xae\x1d\x69\x1e\x8a\x47\x55\x82\x51\x60\x9b\x10\xde\x90\x75\x7e\xc5\x2d\xe6\xba\xc6\xa3\x81\x6d\x30\xcf\x74\x7d\x24\xfd\x84\x01\x22\x6a\x8d\x79\xd6\x4d\x51\x19\x47\x67\xec\xba\xf5\x9f\xa0\x53\x30\x07\x98\x9a\x86\xb4\x65\x6b\x48\x31\xd8\x4e\x78\x31\x2e\x40\x21\x61\xc3\xfb\xa6\xac\x71\x79\x54\xf7\x85\x82\x03\x68\x0c\x69\x4b\x5d\x0c\x55\xa3\xac\xf3\x72\x4f\x4a\x85\x64\xb0\x4c\x1d\xb6\x68\x53\xbc\x6d\x81\xe1\x65\x0d\x0a\xdb\x91\xa5\xc0\xa5\x1b\xb3\x01\x91\xaf\x73\x3c\xdc\x37\x0b\x75\xf1\xf0\x70\xbb\xbc\xbc\x78\xbf\xbc\x5d\xae\xbe\xa8\x8b\xfb\x2b\x75\x75\x7d\xb3\xbc\x5f\xae\x96\x9f\xee\x9f\x06\x92\xae\xf7\xfb\x0a\x8d\x20\x5a\x0e\xd8\x32\xb3\x24\xda\x23\xde\x3a\x88\x04\xfd\x08\x2a\xd8\xed\x32\xe6\x3d\x68\x5a\xab\x81\x0e\xd8\x1c\xf0\x17\x66\x53\xfb\x4a\xe7\xb8\xc5\x23\x9d\x4b\x1e\xdc\xc0\xd6\x56\x28\x4e\x4e\x8b\x09\xf1\xbc\x8e\x56\x07\x0c\x5d\x4d\x12\x07\xef\x01\x37\x77\x6e\x68\x3f\xc1\x9a\x74\x20\xeb\x61\x29\x90\x1b\xd4\x10\x8d\xf4\x55\xc5\xab\x03\xa8\x3c\x1c\x90\x3d\xea\xaa\x3d\xbe\x22\xe1\xaa\xbc\x96\x74\xb5\x3f\x7a\xd8\x45\xd1\x35\xe2\x6e\x44\xb8\x69\x2b\xb8\xc9\x84\x02\x34\x5b\x25\x5b\x09\x07\x22\x0b\x6f\x02\x27\xc0\xba\x2c\x14\x5a\xf8\xb9\xf7\x88\x73\x14\x7c\x70\x04\x19\xb3\x3f\xb0\xd0\x21\xa5\x91\x8f\x38\x39\x1c\x09\xb1\x8f\x9c\xa4\x18\x88\x3d\x6b\x33\xa9\xaf\x10\x0b\xd4\xa2\x05\xc4\x47\x45\x01\xe6\xcb\xb1\xf4\xcc\x8f\xb6\x9b\x2f\xd4\x17\xdb\x29\x9d\xe7\x66\xcf\x72\xef\x35\xbd\xdc\x28\xf8\x9d\xd8\x9d\x89\xa5\xc6\x65\x13\x93\x8e\xa3\x69\x8b\x78\x8c\x64\x53\x1b\xf3\xcf\xae\x6c\xf0\x34\xc8\x59\x3a\x72\xe5\xcc\x80\x78\x6c\x95\x3e\x80\x38\x5d\xa8\xf9\x1d\x19\x4e\xa0\x45\x9c\xfe\xdc\x6f\xe1\x2a\xd8\x38\xb2\x87\xb8\x79\x5a\x47\x44\xc3\x2b\x6e\x18\x86\x6a\xa5\xf6\xb6\x61\xb1\xdd\xf4\xbd\xc9\x1e\x57\xf0\xae\x39\xf3\xee\x67\x60\xb5\x81\x3d\x3f\xa1\x07\x80\xe3\x77\x95\xe6\x43\x25\xb6\xb3\xb4\x56\xe0\xaa\x3b\xfd\x6c\x98\x6e\xef\x80\x8e\xe8\x8a\x5a\x22\x9c\xb8\x5d\x83\x21\x29\x50\xf0\x41\xfb\xca\x6f\x4c\xd5\xa6\x01\x9a\x5f\x89\x32\x3b\x93\x7b\x12\x7b\xf4\x8b\xc1\x47\xd3\x64\xbe\xe5\x55\xe7\xc0\xea\x83\x9e\x12\x9d\x38\xb0\x31\x15\xd3\xb9\x2d\xf7\xbd\x63\x46\x77\xe6\x68\x21\xf2\x73\x6e\x3c\xb3\xed\xfd\xfd\xff\x60\xc4\x0b\xda\xfc\x2a\xd8\x99\x33\x4b\x06\x99\x96\x00\xea\x99\x52\x77\x4e\x02\x13\x54\x11\xd9\xc0\x5c\x27\x05\x45\xab\xba\xc1\x49\x8a\x12\xcc\x4d\x2b\xa4\x92\xe3\x81\xdf\x07\x2b\x2c\xd4\xd9\x6a\xdb\xb9\x0c\x05\xaa\x47\x1b\x99\x1b\xb5\xd7\x0d\x00\x9f\x00\x59\x70\x07\x40\x03\xb8\x35\xd8\x71\x0e\x6f\x69\x35\x62\x37\x0c\x38\x92\xed\x35\xdf\xc0\x34\x78\x1b\x12\x5f\x5a\x9c\x93\x42\xf5\xb8\xc6\x44\xaf\x19\x25\xb1\x65\xdd\x28\x30\x04\xad\x6d\x40\x08\x2a\xdc\x6a\x2d\xb3\x07\xb6\x7b\x16\x79\x91\x19\xf0\x88\xd1\xd5\x46\x55\x60\xbf\x01\x74\x45\x90\x92\xa9\x3d\xa0\x07\xeb\x2c\xfc\x93\xe3\x9f\x60\xbf\x69\x11\x18\xbf\xb7\x15\x98\x00\xfc\x03\x4c\x2e\x19\x03\xb1\xff\x22\xd4\xbb\x05\xe3\xbd\xf9\xb2\x7e\x01\x88\x03\xd6\xc8\xef\xda\xcd\x15\xfa\x96\xdc\x34\x78\x26\x63\xae\x78\x6b\xde\x96\x2d\xf8\x12\x1a\xcb\x7e\x18\x69\xce\x50\xdf\x19\xc9\xb4\x5b\xc1\x91\xe3\x15\x32\x0f\x1e\xc4\x1a\xd2\x71\x82\x79\x4d\xbc\x62\x7a\x7a\xc0\x0f\xa3\x5d\x62\x64\x53\xbb\xba\xdc\x00\xab\xbd\xc0\xa3\x0b\xa5\x13\xdb\x94\x3c\x8d\x5e\x5b\xc2\x09\x1b\xd0\x66\xaf\x12\x71\x47\x30\xa2\x1e\xc3\x62\x14\xd3\x75\xba\x29\xdc\x53\xd8\x04\x1b\xd1\x68\x39\x40\x44\x44\x7c\xd5\xbf\x4c\x63\x27\x76\x4b\x34\xf6\xf6\x14\xc8\x04\xb3\x5f\xb7\x68\xf0\x50\xb2\xc6\x6f\x32\x81\x68\x19\x0c\xf1\x19\x20\xaa\xf1\xe7\x76\x89\xe2\xaf\x56\x20\xce\x83\x03\x03\x34\x02\x92\xbe\x07\x18\x0d\x86\x84\x35\x15\x06\x31\x67\x71\x1c\x68\xb3\x3f\xa8\x1b\x32\x1a\xc9\x4c\x28\x39\xef\x75\xfe\x35\x7d\xf6\x7f\x79\x58\x17\xa3\x25\x89\x81\xa8\x2e\x88\xd2\x01\x68\xfe\x82\x16\xb8\x70\xec\x48\xf4\x90\x98\xe1\xe8\xb7\x32\x9c\xed\xe5\x0a\xad\x2a\xe8\x39\xfa\x36\x8e\x0e\x4e\xd8\x79\x98\x26\x07\x33\x62\x5e\x35\x46\x17\x1a\xf1\x35\x7b\x9f\xc6\x10\xb2\xaf\xc5\xd9\x6a\x44\x30\x3b\xf4\xaf\x24\xca\x6e\x6f\xf2\x60\xca\xc9\x12\xbf\xe8\xb2\xa2\xd7\xc5\xfc\x3d\x0b\xd0\x65\xd7\x28\x38\x03\x06\xba\xae\x6c\xb5\x87\xf1\x8d\x79\x29\x9d\x77\x2d\x01\x65\x83\xb3\xd3\xe8\xb5\x60\xc4\x01\x51\x9a\x58\x65\x9a\x11\xbc\x2c\x1d\x21\x06\x10\x96\xed\xf0\x19\xce\x54\xee\xe8\x84\x11\x72\x5b\xe4\x38\xec\x76\x5f\x7e\x33\x15\x58\x55\xff\xde\x1e\x24\xa2\xf5\x40\x35\xbe\x59\x34\xfa\x00\x24\xc0\x40\xc7\xa0\xb5\x40\x3f\x10\xf7\x23\xbf\xcb\x8a\x7c\x18\x93\x9b\x29\xeb\x7d\xc7\xd6\x1f\x09\x64\x76\xb5\xe2\x2b\x36\xec\x2f\x2c\x19\xcb\xe0\xf2\x90\x77\xe8\xf1\x14\x0a\xbb\x69\xe9\x8c\xf8\xbd\xbf\x38\x35\x4a\x11\x1d\x2e\x45\x40\x64\x95\x19\xeb\x1d\x4a\x38\xa4\x44\x06\xc0\x08\xf0\x54\xf1\x08\x77\xba\xf9\xda\xed\xc9\xa0\xea\xb5\x43\xc0\xc9\x7e\x80\x9f\x6e\xc9\x76\x81\xc6\xe9\x06\x66\x79\x66\x4b\xd0\x6e\x0f\xe8\x39\x18\x91\x80\x75\x6f\x80\xe7\x68\xb1\x1d\x40\x10\x12\xa9\xc4\xbf\x23\x74\x44\x91\x42\x06\x88\x4d\x49\xe8\x41\x10\xc5\x67\xe6\x89\x1a\x8f\x41\xe7\xd5\x83\xf0\xb8\x52\x0b\x36\xa1\xc4\x80\x7a\x67\x3b\x44\x21\xac\xd1\x81\x0f\xfe\x60\x70\xaa\xbe\x0e\xc0\x43\xf0\x00\x15\x4c\x37\xff\xb4\xd7\x40\xef\x1c\x14\xe5\xfa\x9b\xc6\x10\x4d\x82\x80\xc8\x70\x3a\x01\x5c\x36\x25\x47\x32\x0c\x80\xe9\xab\xae\x20\x84\x0c\x0c\xbf\x78\xba\x5c\x2e\x63\x70\x2d\xdc\x03\xfd\x2c\xeb\x8d\x95\x73\xe3\x09\x33\x75\xab\x57\xe6\x8f\xc1\xb3\xa7\x0f\x77\xb7\xc8\xd0\x3f\xe0\x9f\x8e\x54\x41\x8b\xca\xf4\x84\xf0\x6a\x75\xc5\x92\x87\x0c\x00\x7b\x5d\xbc\x02\x43\x8b\x73\xe0\x1b\xae\xc4\x4d\xa8\x8f\xab\xbb\xdb\x4c\x3d\x80\x2d\x78\xca\x9b\x72\x4f\xe7\xf4\x70\x75\xd3\x0f\x1f\xb7\x1d\xa0\xd9\xde\x41\x2d\x54\xca\x85\x36\xe5\x7f\x72\x3e\x71\xdf\x0f\xf7\x1f\x32\xf5\xc7\xe5\x0d\x91\xf3\xf7\x87\x0f\x0b\xc5\xfc\x1c\x0d\x04\x4d\xdb\xa3\x58\xa3\x77\xf1\xbf\x31\x98\xe1\x90\x01\xa5\x83\x26\x41\xcd\x42\x95\xad\x61\xcb\x20\x35\xe9\x7b\x68\xd1\xf0\x41\x0e\x00\xda\xa2\xfb\x4f\xf9\x45\x31\x15\xc5\xcd\x64\xd8\x56\x57\x1e\x52\xca\x0b\x64\x58\xac\xad\x9c\x38\x8c\xd6\x1b\xa5\x94\xb5\x5e\xa1\x4d\x30\x84\x3c\x08\x29\x3a\xc5\x51\x98\xbf\xe8\x24\x3c\x62\xa3\xd1\x27\x93\x28\x03\x79\xc0\x83\x96\x40\xcf\xd1\xf6\xbc\xc3\x5a\x21\x5e\x50\x0f\xc0\xde\x39\xdb\xe1\x8c\x85\xbc\x17\x5a\x66\x1c\x42\xd1\xd0\x3d\x9e\x44\xd9\x3a\x53\x6d\x00\xe9\x00\x5a\xe5\xc8\x64\x63\xd1\x4d\x13\xf6\x27\xf3\xa7\x65\xab\x10\x57\xb3\xc6\x62\xb8\x96\x21\x5a\x2a\xd7\x9c\xb9\xc1\x6d\x82\xe5\x40\x15\xea\xc5\xaa\x1c\x45\x48\xec\x08\x68\x5a\x37\xde\xd5\x45\x02\x16\xea\x26\x44\xb1\xf0\xa3\x3f\x53\x3e\x82\xc2\x12\x87\x29\x17\x41\xf1\x76\xa4\x5b\x33\xb5\xd9\xc4\xbe\x25\x4a\x04\xa3\x56\xe3\x92\x44\x1f\x3a\x33\xe0\x25\x88\x36\x0a\x21\x13\xa3\xc5\x3c\xf9\xf0\x07\x40\x35\x2d\x90\x61\xfe\x09\x4e\xc2\xfb\x90\x35\xec\xb4\xa6\x60\x45\x06\xaf\x6d\x11\x5c\x1f\x59\x0a\xf4\x8e\x1e\x22\xcd\xaf\x6b\x9a\xa5\x50\x7f\x7c\xf9\xaf\x79\xf0\x88\x1c\x53\x80\xb5\xe9\x00\x28\x8d\xfc\x66\x82\xf8\x7c\xc0\x83\x29\x02\x20\x03\x6c\x2e\x48\x16\x4c\x85\x72\x12\x70\x3c\xfe\xcd\x98\x1b\xde\xde\x1a\x47\x99\x32\x7f\x6c\x11\x8e\x84\x30\x28\xbc\x31\x0a\x84\xd4\xd9\x47\x44\x3f\xf8\x33\x99\x01\x27\x42\xe3\x9d\x71\xd8\x17\x6e\x40\x21\xb1\xf0\x07\x0a\x13\x47\xb6\x24\x31\x18\x82\x5e\xe4\x5f\x6b\x7b\x80\x6d\x3f\x73\x72\x0a\x82\xdf\xf9\x15\xf0\x50\x02\x33\xfc\xf3\xba\x2e\x40\x8e\xc3\xcf\xb0\xcc\xfc\x23\x01\xf7\xe3\x1c\x91\xbe\x55\xf3\x07\xc9\xfb\x11\x73\xe8\x5c\xe7\x6c\x45\x29\xb4\xf7\x94\x1c\x10\xb4\x61\x48\x2b\xc1\xec\x04\x02\x61\x93\xdd\x82\x04\xee\x24\x05\x71\xe2\x78\x20\x5e\xb6\x82\xd9\x2d\x0b\x6f\xc4\xb2\xa2\x58\x3d\x28\xea\xed\xd0\xef\xe4\xc2\xc0\xbb\x5e\x81\xd3\x02\xa3\xbd\x43\x97\x54\x13\xe3\x6d\x0a\xe6\x58\x8e\x29\x4b\x10\xf0\xdc\x74\x72\x25\xdd\x05\x61\x60\x77\x62\x15\xc2\xa2\x31\x8b\xc9\x60\x5a\xe8\x2a\xd8\x43\x4a\xb2\x87\xb5\x2d\x2e\xc7\xf9\x6a\x32\x89\xda\x49\xb8\xe2\xc8\xed\xe2\xdc\xc8\x84\x03\x2f\x08\x24\xbd\x23\x85\x63\x61\x41\x57\xe0\x3d\xb0\xc7\xa4\xa7\xa8\x43\x26\x91\xbe\xc2\xb2\x2f\xb6\x64\x63\x8c\x8e\xbf\xb6\x92\x65\x56\x96\x6d\x00\x9e\x54\x50\xaa\x04\xc4\xce\x66\x6f\x17\xea\xb7\xeb\xc7\xf7\x17\xab\xe5\x9d\xba\xfc\xf4\xf0\x65\x79\xff\x61\x36\xc3\xec\x06\x07\x03\xe3\x84\x7d\x1f\x23\xf7\x73\x51\x7f\x2d\x1b\x9d\x49\x2e\xd1\x14\xe3\x53\xca\x06\xe9\x2a\x3e\x5a\x17\x8d\xbc\xcf\xb4\xc8\x99\x4b\x1e\xeb\xaf\x1c\x34\x1d\x26\xa2\x62\xb1\xfd\x48\x7b\x55\x09\x2a\x48\x60\x21\x4a\xbb\x2e\x0a\x64\xa2\x95\xed\x84\x14\xd4\x01\x06\x38\x8b\xe9\x7c\x9e\x7d\xa2\xba\xc0\xb9\x21\x1f\x6d\x53\x5a\xcb\xe4\xdb\x9a\xc2\x57\x38\x06\xac\x07\x10\x69\x76\xcd\x59\x43\x6f\x6b\x1a\x5b\x49\xde\x42\x93\x8e\x20\xe8\xec\x1a\x9f\x8f\x39\x26\x26\x51\x70\x0c\x69\x25\xd6\x30\x7a\x09\xa6\x85\xfa\x08\x71\x1f\x10\x98\xc9\x80\xa3\xcf\x53\x21\xb4\x06\x02\x05\xf1\xd7\x98\x35\xc1\x6a\x0a\x03\x54\x9e\x93\xa2\x3b\x7c\x2d\x39\x6f\x0d\xf6\xab\x81\x51\xa6\xb6\xdd\xf3\x56\xd5\x9d\xcf\x9b\xa5\x64\x60\x5a\x5d\x57\xce\x8a\x65\x1c\x66\xee\x30\x92\x13\x9b\xf0\xf3\x22\x8a\x17\xbd\x51\x19\x4a\x9a\xf0\x21\xc4\xbc\x1f\x25\x98\xc7\xc9\x3f\x8a\x81\xf9\xb0\xfc\xf6\x02\xda\x02\xa2\x01\xd3\x1d\xfd\x5e\x66\xb3\x9f\x17\x5e\xa4\xd5\xf2\x5e\xfd\xe7\xe7\x8b\xfb\xd5\x72\xf5\x65\x36\x93\x4d\x4a\x36\x28\xf8\x6c\xd9\xd0\x59\x60\x07\xd2\x8d\xa2\xad\x7d\x0e\x67\xb7\x23\x85\x26\x9d\x8b\x6f\xbd\x50\xee\x67\xe0\x66\x32\xe1\x14\x9e\xdb\xce\x36\x14\x6a\xd6\xea\xcd\xeb\xd7\x51\x94\x93\x04\xd3\x40\xaa\x83\x33\xef\x85\xae\x81\xd3\x60\x6f\x2a\xf2\x61\x51\x18\x80\x52\x26\xc4\x23\xb4\xa6\x01\x3d\xcb\x21\x7c\x6d\x2a\x56\xe1\x80\x21\x50\xe8\xd9\xa8\x24\xb3\xbf\x9b\x8a\x9f\xd9\x76\x50\x36\x8e\x67\x67\xda\x87\x41\xb5\x1f\xb8\x86\xe7\x3c\x6e\xa1\xde\x83\xea\x78\x8a\xa2\x74\x4c\xd0\x13\xd3\x06\xa4\x77\xae\x9f\xa7\x13\xae\x3a\x13\x04\x74\xd5\xa7\x88\x27\x97\x48\x97\xc9\xed\x70\x7f\xe4\xdd\x29\xea\xc4\xed\x52\x5c\x1d\x50\x04\x7b\xfe\x7f\x76\x64\x9e\x12\xa0\x02\x44\x61\x34\x0b\x98\x32\xea\x30\x1a\x02\xb6\x02\x01\x76\xc9\x6e\x65\x73\x68\x45\x0a\x16\x52\x90\x36\x51\x54\x5a\x98\xb5\xcb\xa5\xc5\x8e\xf8\x1e\xa5\x2c\x2a\x8b\xe1\x02\x6d\xf9\x18\xea\x70\x09\x8d\x43\xe4\x42\xf1\x03\xe8\xaf\x63\x47\xec\x52\x05\xc9\x3c\x2a\x6f\xc1\x80\x48\x9e\x27\xad\xad\x72\xba\x5f\xa2\x4b\x2a\xc7\x81\x42\xa2\x92\x48\x3e\x47\x44\xae\x20\x44\xc3\xc0\x24\x58\x73\xe4\x33\x1a\x4f\xc0\xe2\xe0\x67\xaa\x0e\x18\x66\x3b\x32\x62\x98\x9a\x0a\x82\x85\x07\x28\xe5\x23\x8a\x76\xf1\x30\xca\xc6\xa1\x13\x22\x36\x60\xaa\x46\x9d\x69\xf4\x5b\x35\x79\xc5\x0d\xa1\x06\xed\x6c\x0d\x40\xfe\x78\xee\x39\xab\x73\x2a\xf4\x24\x12\x87\xf6\xb1\xac\x3b\x23\x94\xd2\x94\x88\x73\x8b\x3f\x75\x8e\x8c\x21\xf0\xbc\x18\x29\x76\x3f\xf3\x2e\x51\x4e\x5a\x67\x4e\x78\x7b\x52\x5b\xa3\xd6\x09\x56\x14\x54\x32\x91\x78\x19\x04\x9b\x68\xe0\xac\x97\x06\x03\x83\x13\x12\x8e\x84\xc9\xc8\xa8\x71\x8d\x6f\x7a\x14\x55\x13\x77\xc0\x4d\xd3\xbc\xaa\x4d\x4b\x09\xfd\xca\x0a\x3c\x00\x35\xd8\x25\xf1\x93\x4f\xd8\xc8\xb8\x57\x1c\x8d\x4a\x65\x03\x51\x01\xfa\x01\x47\xc7\x56\xd8\x43\x5d\x59\x5d\xa8\x74\xcc\x2b\x1f\x9a\xfa\x19\x50\x37\x5a\x9b\x53\xfc\x25\xb5\xd0\x76\x62\x93\x23\xc3\x47\x25\x1f\x78\x0a\x7a\xc1\x89\x5f\xd2\x9b\xe0\x5b\x3a\xb1\x5c\x95\xa4\x94\xf7\x5c\x03\x0a\x7c\x6e\xd1\xa7\x45\xb1\x00\x2a\xba\x82\xb3\x4a\x66\xef\xb2\x88\x48\x29\x54\x88\x07\x2c\x09\xd1\xfe\x29\xc3\x00\xd0\x73\x44\xa1\x47\xaa\x32\x81\x91\xed\x1a\x93\xc0\x8e\xd1\x6e\x0e\x25\xd8\x0b\x86\xb2\x30\xa2\xf3\x5c\xa3\xc2\xb5\x2f\x72\xb2\x2b\x0a\xe7\xd0\xc1\xfc\x15\xfe\x88\xc9\x42\x92\x76\x75\xc4\x60\x48\x6f\x5a\x71\x66\x15\x3e\x07\x45\x34\x23\xe7\x5a\xf7\x4e\xfb\x2c\xd4\x06\xa8\xb2\xde\x90\xc7\x85\x57\x60\xae\x67\xaa\x42\x53\xca\x0d\xc2\x92\x2a\xba\x1c\xcd\xb9\x34\x49\x45\xc5\x62\x16\xaa\x83\x24\x31\x61\x7e\x4e\x93\x22\x24\x45\x54\xe2\x95\x3d\x8b\x88\x87\xc2\x9d\x5c\x12\xcd\x27\x0a\x23\x07\x03\xbc\x59\x9b\x8d\x25\x20\x15\x39\x8f\x56\x0c\x34\x9a\x71\xc2\x10\x20\x10\xdf\x9f\x4b\x36\x6c\x3b\x94\xa4\x2d\x05\x83\xf0\x54\x60\x20\xad\xcf\xb6\x1a\x98\xb9\x2f\x88\xbb\x2f\xd2\xd3\x32\xa0\x01\x76\xf5\xb7\x85\xba\xfb\x74\xb5\xbc\x59\x5e\x5e\x48\x0d\xf5\x7b\x70\x55\xab\x61\xc5\x6c\xb4\xad\xc9\x62\x23\x86\x42\x3e\x73\xfd\x96\x26\xfd\xd9\x83\x8f\x3e\x7a\x45\xe2\x25\x4f\x4c\x73\x8c\x96\xe3\xe9\x63\x7c\xd9\x87\xbb\xa1\x70\x32\x7a\x6f\x03\x92\xe8\xc3\x62\x00\x87\x23\x77\x90\xb1\x7c\x32\x74\xc0\x81\x3d\x55\x40\x8a\x7b\xe9\x3c\x79\x7b\xb4\x0c\x9c\x03\x44\xc4\x04\x69\xf7\xd6\x39\x2c\x74\xfa\x26\x06\x2e\x0b\x82\xe2\x46\x1f\x97\xe8\x69\x61\xc5\x09\x51\x99\xcb\xf9\x74\xc3\x70\x81\x77\x10\xb0\x2f\xd4\x67\x17\x9a\x2c\x62\x0e\x01\x9c\x01\x36\x75\xd4\x3d\xbf\x58\x6e\x50\x98\xce\xb1\xbc\x45\x03\x71\x57\x60\x73\x5b\x36\x77\x5c\x2c\x1b\x32\x02\xa7\x91\x9f\x05\x91\xef\x31\x33\x8d\x4e\x4a\xe4\x08\x60\x9d\x84\x87\xe4\xa0\x7c\x61\x0d\x04\xf9\x40\x05\x89\xfa\x88\x05\x64\xef\xa4\x84\x52\x89\x98\x4f\x95\x20\xcf\x23\x4c\xf0\x36\x8d\x50\x2b\xd3\x2d\x9d\x06\x7d\x32\x7c\x3d\xcf\x42\x74\x53\xd6\x3e\xbb\x1e\x91\x0e\x6c\xce\x8f\x44\x95\x71\x49\x49\x78\xa1\x66\xef\x17\x20\x37\x2e\x04\x75\x91\x91\x84\x26\x44\x6b\x33\x32\x40\xd4\x62\x03\x1b\x83\xf7\x1d\x89\x33\xb8\x73\x34\x83\x68\x14\x87\xbd\x38\xf2\x62\x52\x27\xed\xd7\x79\x4f\x1c\x2c\x2a\xf6\x33\x77\x59\xb0\xf2\x7a\x03\xb8\x41\x65\xf7\x15\x57\xdf\x42\x71\xd2\xa8\x9c\x21\x40\x23\x41\x73\xe3\xd1\x74\x4e\x65\x4b\xee\x6b\x63\x0e\xa4\xa6\xba\xa6\x15\xce\xa9\x9b\x80\x1c\x1a\xc2\x27\xaf\x82\x28\x9e\x22\x0a\x62\xfb\xc0\xd0\x71\x9c\x3f\xbb\x5c\xa8\x27\xf2\xb8\x3d\x06\x52\x8a\x8b\xd2\x08\x78\x78\xc3\x4a\xf1\x29\xbd\xc9\x46\x58\x15\x16\xb8\x5a\xa8\x90\x56\x11\x98\x3d\x8e\x65\x47\x26\x4d\xcd\xae\x17\xea\xa2\xc0\xf0\x1d\x63\x57\xca\x9e\x22\x95\xc3\x37\xe9\xb0\xc8\x1b\x0c\xea\xf0\x1e\x06\x89\xfd\xb7\x21\x68\xec\xad\x0b\xeb\xdc\xa0\x2e\x13\x7c\x01\xc6\xee\x28\xb4\x69\xa9\x58\x12\x3c\xd5\x54\xe4\x3d\x8c\x4e\x40\x32\xbd\x5d\x12\x74\x91\x34\x2e\x84\x56\x8e\x93\x96\xb0\x3d\xd5\x57\x12\x8a\x73\x98\x98\x44\x45\x3d\xd4\xfe\x09\x70\x07\xc2\xc4\x6e\xc7\xa9\x30\xd8\xc9\x87\x84\xd3\xbe\x86\x3e\x20\x33\x04\x03\xa8\xd4\x6e\xba\x78\x2b\x2d\x77\x02\x7d\xd3\x98\x06\xd5\x2f\x2c\x7f\x32\x52\x03\x4a\x3e\x06\x9e\x92\xfb\x02\xa5\x6e\x29\x57\x14\xb1\x51\x9a\x1b\x98\x2d\x13\xc2\xc9\x62\x88\x6d\x09\xa9\xb2\x90\xa7\xcb\x92\x1d\x02\x41\x2b\x4e\x97\x52\x29\xb1\xa0\x68\xa2\xc4\x88\x00\xfe\x0b\x5e\x15\x21\x09\xb9\x61\xaf\x83\x21\x88\xc8\x08\x8b\x40\x34\x6a\x0e\x51\xa9\xfa\xad\x7d\xa7\x3c\x83\xf6\x5c\x18\xd9\x1b\x5f\x05\x6e\xa4\xa3\xeb\x3b\xbb\x18\xb2\x30\xc3\xe6\x41\xd6\x41\x13\xc8\x1e\x51\xfb\x7d\x4a\x63\x40\x94\x50\x18\x78\x24\x16\xb1\x45\x9c\xa8\x59\xab\x88\x47\x85\x71\x39\xb8\x47\xbf\xde\xd4\x76\x05\xd9\x09\xc9\xc1\x78\x53\x15\xb5\xa6\xd3\xfe\xfb\xe0\xf8\x86\xa0\xdc\xfb\xaf\x6c\x5a\x80\x48\x85\x45\x69\x22\x1c\xd7\x7f\x01\x54\x53\xc8\x5c\x7e\x35\x54\x18\x9c\x5a\xf9\x84\xc8\xf2\x8a\x23\x6f\x08\xb2\x73\xc0\x0a\x21\x55\xb7\x6d\xed\x93\xa0\x52\x92\x96\xe6\x31\x99\x2a\x9e\xa5\x1c\x73\xf4\x7b\x10\x3b\x63\x23\xca\x38\x34\xa1\xbc\x36\x3d\xe3\xa6\x2e\xdd\x6b\xc2\x0b\x9e\x02\x8d\x19\x9e\xb8\xf3\xb0\xb2\x9f\x5d\x94\x7a\x09\x16\x50\xbf\xef\x37\x4d\x74\xb0\x6d\xd2\x01\x36\xe1\x43\xff\xc1\x45\x10\x2a\x47\x8e\x84\x76\x94\x58\xa7\xc4\x79\x3f\xb5\x3e\xce\x9b\x7b\x12\x64\x3e\x11\xda\x9e\x75\x8a\x7a\xee\xdd\x82\xd4\x42\x73\xc3\xe9\x20\xf2\xd9\x1b\x8e\xff\x42\x9a\xaf\x66\x38\x87\xe4\x0e\x08\xf3\x85\xb2\x22\x92\x26\xc7\xdf\xfa\xf6\xb8\xd9\xed\x84\x33\x9a\xb0\x80\x23\x49\x8b\x26\x8c\x49\x2f\x1b\xae\x72\x50\x37\x5c\x78\x42\x0d\x33\x8b\xd0\x5d\xc4\xa8\xdf\x29\x69\x21\x46\x8b\xfa\xa2\x2b\x9f\x75\xc5\x98\x23\x49\xa3\x53\xfb\x52\x9f\x69\x61\xc2\xd9\xdd\x42\x5d\x19\x8a\x34\xa7\xcf\xa8\x57\xd9\x08\xad\x88\x6e\xd0\xe5\x94\xa6\xe9\x4f\xe0\x17\x58\xeb\x1e\xd6\xb2\x12\x11\x09\x6a\x83\x35\xcd\x37\x82\x9c\xcf\x91\x36\x4a\xfb\x9f\x20\x41\x71\x2f\x18\x96\x73\x41\xab\x29\x25\x9e\x66\x9f\xa6\x7a\x61\x60\xe5\x4f\xe9\xe1\xc0\x98\xa9\xfc\x7e\x4c\xce\x8c\x6c\x95\xec\xcd\x91\x59\x9f\x6a\x97\xe3\x06\x37\xee\xaa\xcb\x7d\x39\x04\x53\x5e\xd4\xa0\xe3\xa6\x3a\xa1\x92\xe6\x35\x34\xe9\x21\xdf\x25\xdd\x80\x02\xaa\x52\x49\x09\x09\xe6\x96\x61\x09\x87\xf2\xb1\xd9\x88\x6b\xab\x48\x08\x43\x3c\x0e\x17\x02\x85\x1a\xa1\x65\xec\x44\xb2\x1c\x51\x94\x68\xf5\x8b\xa2\x27\x67\x1e\xd9\x54\x84\x7e\x27\x1d\xf9\x89\x43\x9e\xf0\xd8\x6c\xe9\x64\x62\x8a\x64\xd6\xc3\x28\x23\x96\x63\x06\xe2\x99\xe4\xae\xd1\xb3\xfc\x48\x3c\x93\x58\xb1\x6c\xc7\x9d\x81\x18\x8e\x9b\x64\x3c\x6e\x8d\x18\x39\x3a\xef\xf5\x91\x5a\x4c\xd0\x84\xa3\xf2\x00\x8a\x7f\xf5\x8a\x52\x74\x5c\xf9\xcf\xd8\x73\x85\x49\xf6\xc6\x70\x6f\x0e\x48\x07\x69\xa4\x64\x2e\x48\x8f\x63\x67\x08\x62\xcd\x17\xae\x63\x61\xdf\x49\xf3\xac\xeb\xf2\x5f\x6c\xc0\x05\xdc\xb2\x1f\x2e\x5b\xee\xa9\xef\xb7\x9e\xe9\xd0\xcb\x30\x62\x8b\x34\x6c\xe1\xa8\x6e\xcf\x79\x42\x6e\xc9\x2f\xb8\xc4\x3d\x4a\x36\xfb\x16\xa9\xd1\x8b\xbe\x29\x8a\x5f\x1b\x64\x9e\x33\x2f\x17\x86\xef\x06\xa4\x22\x92\x62\xb9\x93\x06\xe0\x13\x66\xf3\xd1\xf4\x26\xeb\x8e\x9a\xba\x38\x46\xa5\xdf\x4e\x75\x70\x15\x52\x0d\x3c\x4b\xd2\x36\xd2\x77\xc3\x67\x22\x17\x1c\xce\x59\xb2\x6a\xc3\xc1\xd8\x71\xdc\x4d\xa7\x2b\xcc\x26\x1e\xa3\x82\x6b\xc9\xbf\xfa\xc6\x21\x95\x14\x47\x28\x3f\xea\x7d\x7b\x75\x8c\x74\xa0\x62\xc2\x50\x3c\xd7\x48\x45\xb8\x65\x11\x66\x60\x22\x38\xf1\xde\x50\xde\x95\xaa\x4c\x98\x46\xde\xea\x6a\x03\x3b\x8e\x3a\x4e\x3d\x85\x84\xa6\x48\x31\x7e\x25\xe1\xf5\x3f\x36\x86\x10\x03\xbb\xe8\x8a\xd8\x85\x61\x28\xf5\x9a\x96\x39\x88\x7e\x12\x20\x04\x3b\x12\x40\x49\xf4\xe5\xdc\xd7\x57\x70\x6e\x25\x4c\x25\xb5\x61\x96\xc5\x33\x69\xb3\x0d\x2f\x9d\x8d\x6b\x2f\xbe\x97\x61\xdd\x4f\xb6\x70\x16\x6a\x32\x56\x01\x4b\x83\xd1\x9f\x4b\xf0\x19\x72\x86\xda\x40\x1a\xb9\xc8\x63\xb8\x73\x0a\x0b\xb4\xc7\x54\x6d\x49\x17\xe0\x58\x47\xe2\x35\x9b\xfd\x82\x05\xa8\xbb\xf7\xcb\x7b\x2c\x41\x5d\x7d\xba\xfc\x7c\x77\x7d\xbf\xea\x25\xac\x76\x80\x47\x07\xa8\x87\x2f\xfc\x90\xf5\xf1\x1d\x75\xdf\xed\x44\xcc\x46\x71\x15\xe9\x29\x3b\x3e\x6f\xa0\xfe\x26\xdd\xa3\xf1\xee\x4d\xcc\xb1\xb9\xa9\x94\x96\x4f\x73\x97\x3e\x3b\x83\x94\xea\x00\x61\x84\xe3\xd3\x78\x22\x19\x10\x00\x5b\xd8\x0a\x92\xeb\x29\xf0\xb0\x56\x2e\xe5\xd0\x8b\x69\x7f\x6a\x6f\x56\xb2\x8c\xc2\xb1\x22\xf4\xd0\x23\xec\xef\x5b\xf8\x41\x29\x77\x3f\xc0\x40\x70\xd4\x27\x9c\xed\x2a\xec\xd3\xcf\x8f\x7d\x38\x5c\xc3\xf7\x8e\x11\x75\x77\x2a\xb2\xe3\x45\x77\x5d\xd5\x96\xd8\xca\xc5\x45\x2d\x2c\xf9\x4e\xec\x45\xac\x86\x28\x4d\x21\x40\x41\x61\x0e\x4f\xba\x37\x93\xf8\x8a\xae\xc6\xf8\x69\x27\x26\x8b\x8d\xd7\xa8\xd1\x94\xc2\x40\xcd\x04\xfe\x52\x63\x02\x7b\x1d\xe6\x3b\x15\x8b\xdb\xb4\xba\x44\x70\x93\x3a\x3e\xbc\x9c\x74\x75\x89\xd9\xe8\x35\x19\x13\x89\x28\x13\x0b\x8b\x97\x04\xfa\xbd\x30\xd9\x28\x75\x12\x8e\x5c\xee\x91\x79\x8d\xea\x65\xb9\xfc\x7a\x80\xeb\x11\xd9\xd6\x04\xf2\x4d\x85\xd5\x7b\x4f\x03\x43\xca\x85\xba\xf3\x64\xd3\x0e\x75\xf1\x27\xb8\xec\xb4\x4f\xbf\xef\xa2\xbd\xc0\xfe\x18\x2a\x0c\xd2\x05\x01\x75\x27\x02\x80\x08\x6c\x24\xff\x49\x0a\xd4\xeb\x6f\x82\x54\xdd\x77\x62\x60\xef\xc2\xa7\x94\xc2\xf7\x02\x52\x58\x7c\x32\x9a\xfe\x35\xc6\x80\x3f\x58\x7b\xa2\x47\x88\x5c\xec\xf4\xe8\x34\xc4\x91\xe8\x8e\x52\xbc\x02\xc4\xf1\x62\xc2\xf8\xa5\x3e\x12\x9f\xcd\xfe\x3f\x5a\xbb\xdb\xdb\xeb\x4b\x4a\xcb\xab\x4f\x37\x53\x26\x4f\x6e\x5d\xe6\xb6\xaa\x64\x97\x14\x18\x30\xe0\x9e\x2a\x78\xfe\x8f\x2c\x21\xa7\x73\xa2\x33\x2a\x01\xfe\x82\x61\xeb\x3c\x8c\x1d\xe5\x9c\x86\x47\x13\xd7\x19\x6b\xa5\xf2\xcd\xa9\xc3\xc8\x22\x6e\x66\xca\x92\x26\x2d\x11\x4d\x57\x4d\x90\x80\x36\x79\x54\xaa\x1d\x04\x83\x91\x2e\x69\x5b\x19\xd5\x71\x3d\x83\x01\x27\x34\x58\xc8\x09\xa4\x87\xb6\x6c\xf2\xbc\xd2\xdf\x95\x92\x3c\xa8\x98\xe0\x1d\x82\xc0\x36\x30\x7d\x53\x7c\x0e\xbb\x64\x57\x41\xbe\x51\x4f\x1a\x46\xbe\x13\x44\x26\x84\x09\x83\x97\x8a\x7e\xe2\xde\xf3\xa7\x7f\x2a\xe3\x4d\x26\x97\x3e\xa6\xd8\xc5\x17\x82\x62\x9d\xe8\xdf\x16\xea\xe2\xc3\x87\xc7\xeb\x0f\x54\x26\x52\xbf\x2f\x57\x1f\xd5\xf2\xfe\xea\xfa\xe1\x1a\xfe\x73\xbf\x52\xbf\x7f\x7a\xfc\xc7\x13\x76\x13\x62\x69\xb3\xac\xf4\xe4\x2d\x23\x74\xf8\xad\x4b\x2e\x96\xba\xd4\x3f\x3b\x03\x96\x50\xb7\x46\x62\xe3\xc2\x60\xbc\xc5\x00\xc4\x1f\x97\x6f\xb8\xcc\xa4\xcc\x8b\xfe\x93\x8b\xe8\xc6\x83\x68\x4b\x6d\xd8\x69\xb1\x9a\x22\x59\xe9\xa9\x8a\x7d\xcf\x80\xd1\xe7\xfa\xf9\x19\xb9\xd0\xe2\xbd\xe3\xcd\x20\x63\x0b\x7c\x42\x47\x01\xdc\x08\x18\x2b\xdd\x9a\x74\x55\x53\x47\x36\x1c\x09\xb5\x25\xb0\x21\xc4\xbb\x38\x8a\xe6\x70\x89\x19\xf4\x2f\x42\x08\x05\xef\x50\x8a\xe6\x08\x31\x23\xf5\x40\x0d\x95\x8b\x7b\x4a\xf9\xb2\xf7\x42\xfd\x2e\x37\x3d\x06\xd7\x96\xa2\xd2\x60\xa2\xdb\x6f\x64\x70\x1d\x39\x5c\x27\xc1\x2e\xae\x63\x3f\xa5\x1d\x3a\x57\x29\x34\xf1\x13\x48\x09\xdc\xe7\x19\xda\x78\xbb\xf7\xd4\x75\xe0\xa4\x98\x28\xf8\x3b\xc1\xf4\x49\xc9\x20\x29\x02\xaa\x9f\xe9\x92\xc4\x9e\x9a\xf3\xe2\x2d\x09\x77\xaa\x9f\x40\xf2\x8f\x13\xd7\xb7\xa4\x64\xa1\x19\x4b\x08\xce\x16\x1f\xdb\x96\x8d\xe9\x73\xa6\x97\x7b\x4e\x63\x9a\x7e\xa6\xce\xf6\xdb\x7f\xd6\xa0\x68\x5f\x4d\x3b\xc6\x95\x43\xde\x65\x21\x61\x83\xd6\x00\x22\x9f\x32\x4f\x73\x37\x54\xc4\xe5\x36\x97\xc9\x7b\x68\xc9\x5b\xe8\xbf\x20\xa0\x6a\xfd\xdd\x85\x16\x8b\x32\xdc\xf9\xc3\xdd\xc8\x40\x62\xbf\x65\x6a\x4c\xea\x61\x8b\x65\xce\x40\x1c\x1c\xcf\xbf\x43\xb8\xfe\x78\x71\xff\x74\x4b\x3a\x0c\x10\x2d\xb9\x78\x81\x8a\x11\x73\x4a\xf1\x86\x78\x5a\x1c\x81\xc0\xd8\x86\x28\x25\x6d\x62\x8c\xf3\x8c\x2b\x52\x13\x65\x8a\x00\xa3\x17\xea\x91\xdc\x0b\x6a\xd9\x49\x34\x96\x4e\x1e\x5a\xb9\xa8\xc9\x17\x33\x97\xe3\x50\xa8\x6c\x46\x17\x74\x5d\xd6\x0b\xb0\x3c\x1a\x1f\xd2\x9d\x26\x58\xa6\x91\x8e\x2f\xdc\x06\x4d\xf2\xd8\x23\xa4\x82\x43\x62\x66\xea\xb6\xd7\x97\x01\x01\xba\x77\xf7\x65\x12\x04\xfb\x5c\x63\x1f\x5f\xb9\x71\x21\xc0\xe3\x91\x29\x38\x3e\xe5\x48\xa9\x85\x2c\x70\x22\xdd\xcb\x35\x38\x3a\x6c\xf8\xe9\x35\x0d\xa4\x1d\xa1\xd2\x71\x77\x62\xf3\x36\xa1\x52\x9c\x61\x08\x0b\xb0\xf8\x9d\x6b\x27\xc6\x1a\x7e\xd1\x20\x9d\x6c\x1d\xd6\xa6\x3d\x18\xb1\x74\x29\x57\x4e\xad\x36\x22\x8b\x92\xe4\x1e\x7e\x36\xc9\xb2\xd9\xf4\xfb\xd4\x9b\x82\x61\xb3\x2e\x2b\xb6\x5d\x31\x03\x35\x4c\xfb\x97\x3f\x00\x83\x83\xac\x76\xda\x20\xce\xab\xa7\x76\xf0\x2c\xc8\xff\x39\xca\xd1\xb8\x2e\x15\x47\xbc\x39\x67\x32\xdb\xe3\x1e\xe3\x9f\xca\xdf\x6f\x36\xf1\xdb\x1d\x64\x81\xb8\xc7\x8b\x08\x84\xad\xfc\x07\xe8\xf9\xf5\xe3\xdd\xf2\x5e\xf4\x3c\x6d\xa1\x4d\x2f\x53\x63\x13\xfc\x3a\xdc\x26\x1f\xdf\xac\x0e\xdb\x37\xdf\xa8\xe7\x55\xe3\xe5\x60\x8c\x00\x1d\xb7\xfa\xb1\x44\x21\xe0\x9a\xbc\xd1\x17\xd2\x7e\x98\x4b\xdd\xed\x5b\xff\x65\x8e\xa9\xe5\xbf\xb7\xba\xf4\x63\xb3\x88\x13\x3b\xc2\xdd\x31\x62\x09\xda\x95\x92\x32\xa4\x14\xd4\x8a\xeb\x9d\x22\x29\x34\xf3\x4a\xda\x0f\x6d\x24\xf7\x9f\xe2\xb5\x89\xf2\xc5\xc4\xde\x59\xeb\x27\xca\xd8\xb0\x50\xaf\xd5\x68\x4a\x26\x27\xdc\xf4\x60\xeb\x23\x5b\x72\x91\xb0\x02\x0d\xa7\xef\x4f\x24\xcc\xe8\x09\x90\xde\x28\xbc\x3f\xd2\x51\xfb\x34\x36\xac\x6b\xf9\xdc\xc1\xeb\x85\xba\xf9\xbc\xfa\xfc\x78\xad\x1e\xaf\x7f\x5b\x3e\xf9\x38\x60\xf5\x71\xf9\xa4\x6e\x97\x97\xd7\xf7\x4f\xf2\x69\x96\x53\x9f\x9e\x89\x1d\xbd\xa0\xce\xb5\xa1\xfb\xfc\x2f\xa5\x4b\x92\x15\xde\x5c\xff\xe0\xa3\x38\x6c\x5b\xb1\xe5\x0a\x0d\x1f\xfc\x2b\xa5\x02\x4c\x98\x87\xa9\x88\x17\xe0\x45\x1d\x60\xa1\x8a\x6f\xcc\xb8\x7d\xd9\x94\x21\xb6\xf4\x8d\xa5\x2f\xbe\xe8\xbf\xee\x5a\xf1\x25\x18\x5f\xd3\x57\x0c\xa8\x1f\x8b\x72\x44\xfc\x9d\x00\x5a\x02\x64\x0d\x50\x02\xdf\x52\x04\x2f\x95\x9b\xa6\xa6\x6a\x09\x78\xfc\xb6\xdd\xbf\xfb\xe9\xa7\xc3\xe1\xb0\x78\xae\xbb\x85\x6d\x9e\x7f\xf2\x1f\x0c\xf9\x09\x6f\xb4\x21\xe8\x1f\x34\x3f\x25\x5f\xcf\xe0\x22\x8f\x96\x7c\xf5\x73\x07\x6c\x12\x3c\xec\x62\x19\x66\x9c\x56\x94\x1b\x26\xbe\x10\xa0\xf9\x34\xf3\x0e\x37\xcd\xef\x0c\x5b\xae\x12\x89\x99\x4b\xbd\x0c\x2f\xb7\x34\x7e\xd4\x3c\x6d\xb3\x2f\xa5\x18\xe0\x45\xca\x57\x02\xe8\x3a\x64\xb8\x2a\x13\x1c\xaa\x54\x1a\x7c\xab\x95\x34\x56\x86\xd4\x80\xd0\x9a\x10\xd4\xf8\x1c\x5b\x8f\x04\x1e\x1e\xd2\xd9\xb1\xbe\x78\x46\xf8\x11\x73\xa7\x45\xa3\x37\xed\xb9\x4f\x7a\x9e\x12\xba\xef\x5c\x6a\x66\x62\xb0\x0f\xb3\xcf\xe2\xb1\xeb\xf3\xae\x3a\xdf\x5a\xeb\x38\x2c\xf7\xaf\x70\x73\xd5\xff\x9e\x3c\x08\x52\xae\x20\x64\xb9\xfa\x7c\xf7\x0e\x0d\x42\xcc\x5b\x0e\x82\x48\x32\x26\x21\xf4\x00\x45\x9b\x18\x47\x57\x81\x43\x48\x18\x0e\xed\xd0\xe0\x57\x9a\xb0\x7c\x1d\x1c\x7d\x5a\x87\x1e\x44\xcb\x45\x1a\xa0\x87\x5e\xdf\x70\xd2\x11\xcc\x70\x7a\xaf\x8f\x03\xfe\x24\x50\x18\x3a\x4e\xe2\x3d\xb3\x77\xb3\xf4\x73\x55\xf9\xb9\xfa\x72\x7d\xf1\xa8\xbe\x7c\xfa\xfc\xa8\xee\x2f\xee\xae\x17\xea\x21\x42\x27\x54\x05\x04\x0d\xf1\xc3\x52\x59\xbf\xaf\x92\xca\xa3\xe1\xd2\x52\x19\x23\xfb\xe9\x2e\x94\x1f\xd9\x93\x4c\x25\x1f\xd9\x52\x53\x0a\x91\x1c\xf0\x0f\xce\xf3\x57\x86\x89\xf5\xd4\xfd\xfa\x0c\x1f\x8f\x5a\xf1\xd9\x91\xc0\x2f\xc3\xd6\xfb\x70\x6f\x36\x54\x3f\x82\xa5\x18\x26\x29\xbc\x83\x36\x01\x15\x7c\x7f\xc7\xf3\xd8\x4f\x4d\x12\x32\x45\xeb\xf8\xce\xc0\xd4\xfd\x80\xac\x97\x92\x99\xe3\xe6\x17\x8b\x05\xd3\x3f\x07\x92\x6b\xe3\xb3\x98\xa5\x03\x19\x08\x19\xcd\x09\x40\xcb\x5f\x63\xb8\x5d\x3e\xad\xc0\xa7\x5c\x2f\x1f\xd5\x6a\xb9\xba\xbd\x7e\x4a\xda\x28\xc7\x24\xc5\x77\xbc\x3f\x96\xa1\xa3\x7b\x0c\x71\xe4\x0f\xf7\x1e\x6e\x0c\xf7\xf6\x89\x2d\xdd\x84\xc8\x5b\xb9\x06\x15\x72\xe6\xfe\xee\xc1\xb6\xc1\x0f\xcb\x00\xc4\xa3\x9e\x33\xba\xc4\x71\x00\xcf\x81\x05\xf7\x5a\xf2\x0b\xf8\x51\xa4\x4e\x42\x73\x57\x02\x4c\x12\x1b\xb0\xdc\xf4\x15\x3c\xad\x27\x62\xa7\xc0\x0b\x46\x17\x26\xb9\x0a\xec\x3f\xe9\x94\x5b\xec\xf7\x3a\xa4\x9f\x39\xe2\x24\x9a\x58\x65\x67\xe2\x6b\x9c\xdc\xc5\x7c\x43\x25\x8a\xc2\x69\xf7\xad\x95\x1c\x69\xff\xb3\x52\x01\x8a\xf9\xbb\x89\x5e\x93\x4e\x7d\x26\x0b\xbb\x7e\x29\x4b\x20\xc8\xa3\x63\xa3\x32\xf8\x28\xd6\x7f\x07\x00\x00\xff\xff\xae\x2a\x8f\x89\xf1\x4e\x00\x00") + +func confLicenseGnuFreeDocumentationLicenseV12Bytes() ([]byte, error) { + return bindataRead( + _confLicenseGnuFreeDocumentationLicenseV12, + "conf/license/GNU Free Documentation License v1.2", + ) +} + +func confLicenseGnuFreeDocumentationLicenseV12() (*asset, error) { + bytes, err := confLicenseGnuFreeDocumentationLicenseV12Bytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/license/GNU Free Documentation License v1.2", size: 20209, mode: os.FileMode(420), modTime: time.Unix(1440548254, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confLicenseGnuFreeDocumentationLicenseV13 = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xac\x7c\x5b\x73\xdb\x38\xf6\xe7\xbb\x3e\x05\x4a\x2f\x63\x57\xd1\xea\x4e\x67\x2e\x3d\xe9\xad\xad\x72\x6c\x27\xad\x19\xdb\xc9\xc6\xce\xa4\xb3\x6f\x90\x08\x59\xec\x50\xa4\x86\x20\xad\x68\x3e\xfd\x9e\x2b\x00\x5e\x94\xf4\xd6\x7f\x5e\xd2\x6d\x0a\x04\x0e\x0e\xce\xe5\x77\x2e\xe0\xdb\xfb\x8f\xe6\x4d\xe3\x9c\xb9\xae\xd7\xdd\xce\x55\xad\x6d\x8b\xba\x32\xb7\xc5\xda\x55\xde\x99\xd9\xbf\x5c\xe3\xf1\xc1\x8b\xc5\xcb\xcc\xbc\x34\xf7\xf5\xb3\xdb\xad\x5c\x63\x7e\xfa\xf1\xc7\x9f\x67\x57\xf5\xfe\xd8\x14\x4f\xdb\xd6\x9c\x5d\x9d\xe3\xa3\x1f\x33\xfc\xf7\x05\xfd\xfb\x13\xfd\xfb\x37\xfa\xf7\x67\x5e\xe3\xa1\xde\xb4\x07\xdb\x38\xf3\xa6\xee\xaa\x9c\x56\xca\xcc\xb2\x5a\x2f\xcc\xff\xda\xb6\xed\xfe\xd5\x0f\x3f\x6c\xfc\x66\x51\x37\x4f\x3f\xfc\xef\xd9\xec\xe6\xd9\x35\xc7\xba\x72\xa6\xf0\x66\xef\x9a\x5d\xd1\xb6\x2e\x37\x6d\x6d\xd6\xb0\xaa\xb1\x55\x6e\xf2\xc2\xb7\x4d\xb1\xea\x5a\x67\x60\xec\x0a\xe6\xdb\xe1\x8f\x85\xf3\xa6\xde\x98\x76\x0b\x2f\x96\xb2\x8f\x5c\x76\x97\x19\x18\x6e\xd6\x5b\x5b\x3d\x15\xd5\x93\x29\x5a\x9c\xbd\xaa\x5b\x63\xcb\xb2\x3e\xb8\x7c\x31\x9b\xfd\xb8\x30\xef\x3f\xdc\x5c\xde\xbd\xbe\xbd\x99\xcd\x1e\xb7\xce\xec\xbb\x66\x5f\xc3\x1c\x3a\xa7\xf2\x06\xfe\x17\xa8\xd9\xd9\x2f\xce\x58\xf8\x4f\xd5\xd9\x32\x33\xad\xfb\xda\xae\xea\xfa\x4b\x66\xea\xc6\xd4\xed\x16\x58\xb5\xe9\xaa\x35\x6e\xd5\x96\x44\x75\xe7\xdd\xa6\x2b\x03\x45\x66\xbe\x01\xd6\xcc\x4d\x51\xc1\xec\xce\x78\x9a\x1a\x96\xc2\xa7\x79\xbd\x7b\x85\x6b\x58\xef\x3b\xe0\x9a\x53\x8e\xe0\x40\xb7\xd9\x38\x98\xf6\xd9\xe9\xc8\x1e\x6b\x1a\x97\x30\xa7\x80\x6d\x1f\x8a\x76\x8b\x24\xe1\x7f\x6b\x60\xc1\xae\xce\x8b\xcd\x91\x79\x90\x19\x57\x10\xa5\xeb\x7a\xb7\x73\xcd\xba\x00\x66\x1c\x71\x70\x55\x57\xe9\xa3\x85\x79\x70\xeb\x1a\x0e\xae\x29\xca\x63\xd6\x67\xc6\xbe\x71\xde\x35\xcf\xc0\xfa\x0d\xbc\x88\x04\xda\x0e\x56\x6a\x88\x9a\x7d\xb7\x2a\x0b\x8f\x2b\x58\x73\xb0\x47\xa4\xf4\xc9\xc1\x31\x20\x95\xad\xbe\x50\x00\x71\x75\x03\x8c\x3b\x6c\x8b\xd2\xd1\xa1\xac\x1c\x12\x08\x4b\xfa\x22\x77\x30\x18\xb6\xe5\xf7\xf8\xd7\x0a\x06\xe0\x6b\xb4\x8b\x62\x4d\x92\xe4\xe1\x0c\x72\x67\x56\x47\x66\xbb\x5f\xe0\xe9\xf5\x8f\xcb\x9a\x2f\x05\x90\x03\xdc\x9d\x23\xa7\x4a\xb7\x69\xe7\xb4\xde\x7a\x6b\x76\xce\xc2\x14\xed\xd6\xb6\x06\xd6\x2a\x9e\x2d\xf1\x16\x29\x12\x69\x8a\x42\x64\x76\x9d\x6f\xf1\xc9\xce\xbb\x12\xb7\xbc\xe2\x43\x08\x67\x68\x77\x72\x90\x0b\xb3\x6c\x91\xab\xfb\xd2\xe1\x8b\x9e\x7e\x46\x95\x7b\xeb\x2a\xd7\x80\x40\xbc\x47\xce\xac\x95\x46\xa5\x85\x48\x55\x0a\xa3\x0c\x3b\x5f\x3c\x55\xc0\x05\xdc\x39\xad\xe7\x45\x9f\x60\xab\x9f\x9c\xd9\xda\xe7\x64\x50\x5f\x54\x2b\x38\x4e\xd8\x16\x72\xbe\xc3\xbf\x99\xeb\x2c\xb4\x7e\x3c\x21\xa8\x89\x5b\x5b\x1c\xd9\x7b\x6c\x2a\x90\x34\xcf\xcf\xf2\xd4\x5e\xbc\x02\x7a\xe9\xe9\xbe\xa9\x9f\x1a\xbb\x33\x1e\x84\xac\xcc\x71\xeb\x8e\x45\x4f\x97\x82\x01\xcf\x45\x8e\xc7\x1a\x38\x25\xf2\x2b\xcc\xa7\xc7\xba\x5e\x5e\x3b\xbf\x30\xaf\xbb\x76\xa4\x79\x28\x1e\x65\x01\x46\x81\x6d\x42\x78\x43\xd6\xf9\x05\xb7\xb8\xb6\x15\x1e\x0d\x6c\x83\x79\x66\xab\x23\xe9\x27\x0c\x10\x51\x6b\xdc\x93\x6d\xf2\xd2\x79\x3a\x63\xdf\xad\x7e\x07\x9d\x82\x39\xc0\xd4\x34\xa4\x2d\x5b\x47\x8a\xc1\x76\x42\xc5\x38\x07\x85\x84\x0d\xef\x9b\xa2\xc2\xe5\x51\xdd\x17\x06\x0e\xa0\x71\xa4\x2d\x55\x3e\x54\x8d\xa2\x5a\x17\x7b\x52\x2a\x24\x83\x65\xea\xb0\x45\x9b\xa2\xb6\x05\x86\x17\x15\x28\x6c\x47\x96\x02\x97\x6e\xdc\x06\x44\xbe\x5a\xe3\xe1\xbe\x58\x98\xcb\xf7\xef\x6f\x97\x57\x97\xaf\x97\xb7\xcb\xc7\xcf\xe6\xf2\xfe\xda\x5c\xdf\xbc\x59\xde\x2f\x1f\x97\xef\xee\x1f\x06\x92\x6e\xf7\xfb\x12\x8d\x20\x5a\x0e\xd8\x32\xb3\x24\xda\x23\xde\x3a\x88\x04\xfd\x08\x2a\xd8\xed\x32\xe6\x3d\x68\x5a\x6b\x81\x0e\xd8\x1c\xf0\x17\x66\x33\xfb\xd2\xae\x71\x8b\x47\x3a\x97\x75\xb0\xf7\xdb\xba\x44\x71\xf2\x56\x4c\x88\xf2\x3a\x5a\x1d\x30\x74\x15\x49\x1c\xbc\x07\xdc\xdc\xf9\xa1\xfd\x04\x6b\xd2\x81\xac\x87\xa5\x40\x6e\x50\x43\x2c\xd2\x57\xe6\x17\x07\x50\x79\x38\xa0\xfa\x68\xcb\xf6\x78\x41\xc2\x55\xaa\x96\x74\x95\x1e\x3d\xec\x22\xef\x1a\xf1\x24\x22\xdc\xb4\x15\xdc\x64\x42\x01\x9a\xad\x82\xad\x84\x07\x91\x85\x37\x81\x13\x60\x5d\x16\x06\x2d\xfc\x5c\x9d\xdf\x1c\x05\x1f\x1c\x41\xc6\xec\x0f\x2c\xf4\x48\x69\xe4\x23\x4e\x0e\x47\x42\xec\x23\x6f\x28\x06\x62\xcf\xda\x4c\xea\x2b\xc4\x02\xb5\x68\x01\xf1\x51\x9e\x83\xf9\xf2\x2c\x3d\xf3\x63\xdd\xcd\x17\xe6\x73\xdd\x19\xbb\x5e\xbb\x3d\xcb\xbd\x6a\x7a\xb1\x31\xf0\x3b\xb1\x3b\x13\x4b\x8d\xcb\x26\x26\x1d\x47\xd3\x16\xf1\x18\xc9\xa6\x36\xee\xdf\x5d\xd1\xe0\x69\x90\xb3\xf4\xe4\xb5\x99\x01\xf1\xd8\x4a\x7b\x00\x71\xba\x34\xf3\x3b\x32\x9c\x40\x8b\xf8\xf7\xb9\x6e\xe1\x3a\xd8\x38\xb2\x87\xb8\x79\x5a\x47\x44\x43\x15\x37\x0c\x43\xb5\x32\xfb\xba\x61\xb1\xdd\xf4\xbd\xc9\x1e\x57\x50\xd7\x9c\xa9\xfb\x19\x58\x6d\x60\xcf\x0f\xe8\x01\xe0\xf8\x7d\x69\xf9\x50\x89\xed\x2c\xad\x25\xb8\xea\xce\x3e\x39\xa6\x5b\x1d\xd0\x11\x5d\x51\x4b\x84\x13\xb7\x2b\x30\x24\x39\x0a\x3e\x68\x5f\xf1\x95\xa9\xda\x34\x40\xf3\x85\x28\xb3\x77\x6b\x25\xb1\x47\xbf\x18\x7c\x34\x4d\xee\xeb\xba\xec\x3c\x58\x7d\xd0\x53\xa2\x13\x07\x36\xae\x64\x3a\xb7\xc5\xbe\x77\xcc\xe8\xce\x3c\x2d\x44\x7e\xce\x8f\x67\xae\x7b\x7f\xff\x09\x46\x3c\xa3\xcd\x2f\x83\x9d\x39\xab\xc9\x20\xd3\x12\x40\x3d\x53\xea\xcf\x49\x60\x82\x2a\x22\x1b\x98\xeb\xa4\xa0\x68\x55\x37\x38\x49\x5e\x80\xb9\x69\x85\x54\x72\x3c\xf0\xfb\x60\x85\x85\x39\x7b\xdc\x76\x3e\x43\x81\xea\xd1\x46\xe6\xc6\xec\x6d\x03\xc0\x27\x40\x16\xdc\x01\xd0\x00\x6e\x0d\x76\xbc\x86\xb7\xac\x19\xb1\x1b\x06\x1c\xc9\xf6\xba\xaf\x60\x1a\xd4\x86\xc4\x97\x16\xe7\xa4\x50\x3d\xae\x31\xd1\x2b\x46\x49\x6c\x59\x37\x06\x0c\x41\x5b\x37\x20\x04\x25\x6e\xb5\x92\xd9\x03\xdb\x95\x45\x2a\x32\x03\x1e\x31\xba\xda\x98\x12\xec\x37\x80\xae\x08\x52\x32\xb3\x07\xf4\x50\xfb\x1a\xfe\xb3\xc6\x3f\xc1\x7e\xd3\x22\x30\x7e\x5f\x97\x60\x02\xf0\x0f\x30\xb9\x64\x0c\xc4\xfe\x8b\x50\xef\x16\x8c\xf7\xe6\xcb\xea\x19\x20\x0e\x58\x23\xdd\xb5\x9f\x1b\xf4\x2d\x6b\xd7\xe0\x99\x8c\xb9\xa2\xd6\xbc\x2d\x5a\xf0\x25\x34\x96\xfd\x30\xd2\x9c\xa1\xbe\x33\x92\x69\xb7\x82\x23\xc7\x2b\x64\x0a\x1e\xc4\x1a\xd2\x71\x82\x79\x4d\xbc\x62\x7a\x7a\xc0\x0f\x67\x7d\x62\x64\x53\xbb\xba\xdc\x00\xab\x55\xe0\xd1\x85\xd2\x89\x6d\x0a\x9e\xc6\xae\x6a\xc2\x09\x1b\xd0\x66\x55\x89\xb8\x23\x18\x51\x8d\x61\x31\x8a\xe9\x2a\xdd\x14\xee\x29\x6c\x82\x8d\x68\xb4\x1c\x20\x22\x22\xbe\xe6\x3f\xae\xa9\x27\x76\x4b\x34\xf6\xf6\x14\xc8\x04\xb3\x5f\xb5\x68\xf0\x50\xb2\xc6\x6f\x32\x81\x68\x19\x1c\xf1\x19\x20\xaa\xd3\x73\xbb\x42\xf1\x37\x8f\x20\xce\x83\x03\x03\x34\x02\x92\xbe\x07\x18\x0d\x86\x84\x35\x15\x06\x31\x67\x71\x1c\x68\xb3\x1e\xd4\x1b\x32\x1a\xc9\x4c\x28\x39\xaf\xed\xfa\x4b\xfa\xec\xbf\x79\x58\x97\xa3\x25\x89\x81\xa8\x2e\x88\xd2\x01\x68\xfe\x05\x2d\x70\xee\xd9\x91\xd8\x21\x31\xc3\xd1\x3f\xc9\x70\xb6\x97\x8f\x68\x55\x41\xcf\xd1\xb7\x71\x74\x70\xc2\xce\xc3\x34\x6b\x30\x23\xee\xa2\x71\x36\xb7\x88\xaf\xd9\xfb\x34\x8e\x90\x7d\x25\xce\xd6\x22\x82\xd9\xa1\x7f\x25\x51\xf6\x7b\xb7\x0e\xa6\x9c\x2c\xf1\xb3\x2d\x4a\x7a\x5d\xcc\xdf\x93\x00\x5d\x76\x8d\x82\x33\x60\xa0\xef\x8a\xd6\x2a\x8c\x6f\xdc\x73\xe1\xd5\xb5\x04\x94\x0d\xce\xce\xa2\xd7\x82\x11\x07\x44\x69\x62\x95\x69\x46\xf0\xb2\x74\x84\x18\x40\xd4\x6c\x87\xcf\x70\xa6\x62\x47\x27\x8c\x90\xbb\x46\x8e\xc3\x6e\xf7\xc5\x57\x57\x82\x55\xd5\xf7\xf6\x20\x11\xad\x02\xd5\xf8\x66\xde\xd8\x03\x90\x00\x03\x3d\x83\xd6\x1c\xfd\x40\xdc\x8f\xfc\x2e\x2b\xf2\x61\x4c\x6e\xa6\xa8\xf6\x1d\x5b\x7f\x24\x90\xd9\xd5\x8a\xaf\xd8\xb0\xbf\xa8\xc9\x58\x06\x97\x87\xbc\x43\x8f\x67\x50\xd8\x5d\x4b\x67\xc4\xef\xfd\xc1\xa9\x51\x8a\xe8\x70\x29\x02\x22\xab\xcc\x58\xef\x50\xc0\x21\x25\x32\x00\x46\x80\xa7\x8a\x47\xb8\xb3\xcd\x97\x6e\x4f\x06\xd5\xae\x3c\x02\x4e\xf6\x03\xfc\x74\x4b\xb6\x0b\x34\xce\x36\x30\xcb\x13\x5b\x82\x76\x7b\x40\xcf\xc1\x88\x04\xac\x7b\x03\x3c\x47\x8b\xed\x01\x82\x90\x48\x25\xfe\x1d\xa1\x23\x8a\x14\x32\x40\x6c\x4a\x42\x0f\x82\x28\x3e\x33\x25\x6a\x3c\x06\x9d\x57\x0f\xc2\xe3\x4a\x2d\xd8\x84\x02\x03\xea\x5d\xdd\x21\x0a\x61\x8d\x0e\x7c\xd0\x83\xc1\xa9\xfa\x3a\x00\x0f\xc1\x03\x94\x30\xdd\xfc\xdd\xde\x02\xbd\x73\x50\x94\x9b\xaf\x16\x43\x34\x09\x02\x22\xc3\xe9\x04\x70\xd9\x94\x1c\xc9\x30\x00\xa6\x2f\xbb\x9c\x10\x32\x30\xfc\xf2\xe1\x6a\xb9\x8c\xc1\xb5\x70\x0f\xf4\xb3\xa8\x36\xb5\x9c\x1b\x4f\x98\x99\x5b\xfb\xe8\x7e\x1b\x3c\x7b\x78\x7b\x77\x8b\x0c\xfd\x0d\xfe\xd3\x91\x2a\x58\x51\x99\x9e\x10\x5e\x3f\x5e\xb3\xe4\x21\x03\xc0\x5e\xe7\x17\x60\x68\x71\x0e\x7c\xc3\x17\xb8\x09\xf3\xeb\xe3\xdd\x6d\x66\xde\x83\x2d\x78\x58\x37\xc5\x9e\xce\xe9\xfd\xf5\x9b\x7e\xf8\xb8\xed\x00\xcd\xf6\x0e\x6a\x61\x52\x2e\xb4\x29\xff\x93\xf3\x89\xfb\x7e\x7f\xff\x36\x33\xbf\x5d\xbd\x21\x72\xfe\xf1\xfe\xed\xc2\x30\x3f\x47\x03\x41\xd3\xf6\x28\xd6\xe8\x5d\xf4\x37\x06\x33\x1c\x32\xa0\x74\xd0\x24\xa8\x59\xa8\xb2\x15\x6c\x19\xa4\x26\x7d\x0f\x2d\x1a\x3e\x58\x03\x80\xae\xd1\xfd\xa7\xfc\xa2\x98\x8a\xe2\x66\x32\x6c\x8f\xd7\x0a\x29\xe5\x05\x32\x2c\x75\x5d\x7a\x71\x18\xad\x1a\xa5\x94\xb5\xaa\xd0\x2e\x18\x42\x1e\x84\x14\x9d\xe2\x28\xcc\x9f\x77\x12\x1e\xb1\xd1\xe8\x93\x49\x94\x81\x3c\xe0\x41\x4b\xa0\xe7\x69\x7b\xea\xb0\x1e\x11\x2f\x98\xf7\xc0\xde\x39\xdb\xe1\x8c\x85\xbc\x17\x5a\x66\x1c\x42\xd1\xd0\x3d\x9e\x44\xd1\x7a\x57\x6e\x00\xe9\x00\x5a\xe5\xc8\x64\x53\xa3\x9b\x26\xec\x4f\xe6\xcf\xca\x56\x21\xae\x66\x8d\xc5\x70\x2d\x43\xb4\x54\xac\x38\x73\x83\xdb\x04\xcb\x81\x2a\xd4\x8b\x55\x39\x8a\x90\xd8\x11\xd0\xb4\x6d\xd4\xd5\x45\x02\x16\xe6\x4d\x88\x62\xe1\x47\x3d\x53\x3e\x82\xbc\x26\x0e\x53\x2e\x82\xe2\xed\x48\xb7\x65\x6a\xb3\x89\x7d\x4b\x94\x08\x46\xad\xc2\x25\x89\x3e\x74\x66\xc0\x4b\x10\x6d\x14\x42\x26\xc6\x8a\x79\xd2\xf0\x07\x40\x35\x2d\x90\x61\xfe\x09\x4e\x42\x7d\xc8\x0a\x76\x5a\x51\xb0\x22\x83\x57\x75\x1e\x5c\x1f\x59\x0a\x39\x81\x00\xe5\xe7\x49\xc0\x03\x01\x94\xe7\x20\x1c\xa1\x48\x2b\xe6\x24\x46\x5f\xbe\x97\x65\x1c\x43\x7e\x56\x5c\x72\xc0\x8a\xc2\xe6\x37\x15\x11\x9a\x9b\xdf\x3e\xff\xdf\xb0\x96\x84\x2d\x60\xd0\x3a\xc0\x62\xa3\xe9\x12\x50\xa9\x31\x15\x66\x21\x60\xa7\x60\xd6\x41\x78\x61\x2a\x24\x32\x84\x0a\xf8\x37\xc3\x7a\x78\x7b\xeb\x3c\x25\xe3\x54\x32\x22\xe2\x09\x91\x56\x78\x63\x14\x6b\x99\xb3\x5f\x11\x60\xe1\xcf\x64\x69\xbc\xc8\xa5\xfa\xfb\xb0\x2f\xdc\x80\x41\x62\xe1\x0f\x94\x57\x0e\x9e\x49\x28\x31\xca\xbd\x5c\x7f\xa9\xea\x03\x6c\xfb\x89\xf3\x5f\x10\x5f\xcf\xaf\xe1\x98\x24\xf6\xc3\x3f\x6f\xaa\x1c\x54\x25\xfc\x0c\xcb\xcc\x7f\xa5\xd8\xe0\x38\xc7\x60\xa2\x36\xf3\xf7\x92\x5a\x24\xe6\x90\xe8\xcc\xd9\x50\x53\xf6\x40\x29\x39\x20\x2e\xc4\xa8\x59\xe2\xe5\x09\x90\xc3\x5e\xa1\x05\x21\xdf\x49\x96\xe3\xc4\xf1\x40\x48\x5e\x4b\x58\x50\xb3\x7e\x44\xb8\x2c\x92\xd3\x43\xbb\x6a\xea\x3e\x91\x97\x04\x81\xb9\x06\xbf\x08\x7e\x61\x87\x5e\xaf\x22\xc6\xd7\x29\x5e\x64\x55\xa1\x44\x44\x80\x8c\xd3\xf9\x9b\x74\x17\x04\xb3\xfd\x89\x55\x08\xee\xc6\x44\x29\xe3\x75\xa1\x2b\x67\x27\x2c\xf9\x24\x56\xe8\xb8\x1c\xa7\xc4\xc9\xea\x5a\x2f\x11\x91\x27\xcf\x8e\x73\x23\x13\x0e\xbc\x20\x90\xf4\x8a\xf4\x83\x85\x05\xbd\x8d\x3a\x79\x85\xbd\xa7\xa8\x43\x26\x91\x49\x80\x65\x9f\xeb\x82\xed\x3d\x62\x8b\xaa\x96\x44\xb6\xa9\xd9\xcc\xe0\x49\x05\xbd\x4d\x70\xf2\x6c\xf6\xd3\xc2\xfc\xeb\xe6\xc3\xeb\xcb\xc7\xe5\x9d\xb9\x7a\xf7\xfe\xf3\xf2\xfe\xed\x6c\x86\x09\x14\x8e\x37\xc6\x35\x81\x3e\x0c\xef\xa7\xbb\xfe\x58\xc2\x3b\x93\x74\xa5\xcb\xc7\xa7\x94\x0d\x32\x62\x7c\xb4\x3e\xfa\x11\x4d\xe6\xc8\x99\x4b\xaa\xec\x8f\x1c\x34\x1d\x26\x02\x6f\x71\x2f\x48\x7b\x59\x8a\xd1\x49\x90\x27\x4a\xbb\xcd\x73\x64\x62\x2d\xdb\x09\x59\xae\x03\x0c\xf0\x35\x56\x0c\x78\xf6\x89\x02\x06\xa7\x9f\x34\xa0\xa7\xcc\x99\x5b\x6f\x2b\x8a\x90\xe1\x18\xb0\xe4\x40\xa4\xd5\x2b\x4e\x4c\xaa\xad\x69\xea\x52\x52\x23\x96\x74\x04\x71\x6d\xd7\x68\xca\xe7\x98\x58\x5d\x31\x93\xa4\x95\x58\x26\xe9\xe5\xb0\x16\xe6\x57\x08\x2d\x81\xc0\x4c\x06\x1c\x35\x15\x86\xe8\x1d\x08\x94\xa0\xa2\xc2\xc4\x0c\x16\x6c\x18\x03\xf3\x9c\x14\x40\xe2\x6b\xc9\x79\x5b\xb0\x5f\x0d\x8c\x72\x55\xdd\x3d\x6d\x4d\xd5\x69\x6a\x2e\x25\x03\x33\xf7\xb6\xf4\xb5\x58\xc6\x61\x72\x10\x83\x45\xb1\x09\x2f\x17\x51\xbc\xe8\x8d\xd2\x51\x5e\x86\x0f\x21\xa6\x16\x29\x87\x3d\xce\x2f\x52\x98\xcd\x87\xa5\xdb\x0b\x80\x0e\x88\x06\xd8\x78\xd4\xbd\xcc\x66\x2f\x17\x2a\xd2\x66\x79\x6f\xfe\xcf\xc7\xcb\xfb\xc7\xe5\xe3\xe7\xd9\x4c\x36\x29\x5e\x2a\xc0\x02\xd9\xd0\x59\x60\x07\xd2\x8d\xa2\x6d\x35\x4d\xb4\xdb\x91\x42\x93\xce\xc5\xb7\x9e\x29\xbd\x34\x70\x33\x99\x70\x0a\xcf\x6d\x57\x37\x14\xcd\x56\xe6\x05\xd6\xf2\x54\x94\x93\x1c\xd6\x40\xaa\x03\x5e\xe8\x45\xc7\x81\xd3\x60\x6f\x4a\xf2\x61\x51\x18\x80\x52\x26\x44\x41\x60\xd3\x80\x9e\xad\x21\x42\x6e\x4a\x56\xe1\x00\x53\x50\xe8\xd9\xa8\x24\xb3\xbf\x9a\x0a\xd1\xd9\x76\x50\xc2\x8f\x67\x67\xda\x87\x71\xbb\x0e\x5c\xc1\x73\x1e\xb7\x30\xaf\x41\x75\x94\xa2\x28\x1d\x13\xf4\xc4\xcc\x04\xe9\x9d\xef\xa7\x02\x85\xab\xde\x05\x01\x7d\xec\x53\xc4\x93\x4b\x30\xcd\xe4\x76\xb8\x3f\xf2\xee\x14\xd8\xe2\x76\x29\x74\x0f\x40\x85\x3d\xff\xbf\x3b\x32\x4f\x09\x16\x02\xa2\x30\x60\x06\xd8\x1a\x75\x18\x0d\x01\x5b\x81\x80\xec\x64\xb7\xb2\x39\xb4\x22\x39\x0b\x29\x48\x9b\x28\x2a\x2d\xcc\xda\xe5\xd3\x7a\x4a\x7c\x8f\xb2\x22\x65\x8d\x11\x09\x6d\xf9\x18\x4a\x7d\x09\x8d\x43\xe4\x42\x21\x0a\xe8\xaf\x67\x47\xec\x53\x05\xc9\x14\xf8\xb7\x60\x40\x24\x95\x94\x96\x6f\xb9\xa2\x20\x01\x2c\x55\xfc\x40\x21\x51\x49\x24\x65\x24\x22\x97\x13\xa2\x61\x60\x12\xac\x39\xf2\x19\x8d\x27\xc0\x7d\xf0\x33\x65\x07\x0c\xab\x3b\x32\x62\x98\xfd\x0a\x82\x85\x07\x28\x15\x2a\x0a\xa8\xf1\x30\x8a\xc6\xa3\x13\x22\x36\x60\x36\xc8\x9c\x59\xf4\x5b\x15\x79\xc5\x0d\xa1\x06\x0b\xa8\x10\x62\x85\xe3\xb9\x72\xd6\xae\xa9\x96\x94\x48\x1c\xda\xc7\xa2\xea\x9c\x50\x4a\x53\x22\x94\xce\x7f\xb7\x6b\x64\x0c\xe1\xf3\xc5\x48\xb1\xfb\xc9\x7d\x09\xa4\x4e\x80\xcc\x93\xda\x1a\xb5\x4e\xb0\xa2\xa0\x92\x89\xdc\xce\x20\x9e\x45\x03\x57\xab\x34\x38\x18\x9c\x90\x70\x24\x4c\x46\x46\x8d\xcb\x88\xd3\xa3\xa8\x60\xb9\x03\x6e\xba\xe6\xa2\x72\x2d\xd5\x0c\xca\x5a\xe0\x01\xa8\xc1\x2e\x09\xd1\x34\x27\x24\xe3\x2e\x38\xe0\x95\xe2\x09\xa2\x02\xf4\x03\x9e\x8e\x2d\xaf\x0f\x55\x59\xdb\xdc\xa4\x63\x2e\x34\xfa\xd5\x19\x50\x37\xda\x7a\x4d\x21\x9e\x94\x5b\xdb\x89\x4d\x8e\x0c\x1f\x55\x95\xe0\x29\xe8\x05\xe7\x96\x49\x6f\x82\x6f\xe9\xc4\x72\x95\x92\xb5\xde\x73\x99\x29\xf0\xb9\x45\x9f\x16\xc5\x02\xa8\xe8\x72\x4e\x5c\xb9\xbd\xcf\x22\x22\xa5\x68\x24\x1e\xb0\xe4\x5c\xfb\xa7\x0c\x03\x40\xcf\x29\xdc\xa0\x42\x16\x18\xd9\xae\x71\x09\xec\x18\xed\xe6\x50\x80\xbd\x60\x28\x0b\x23\x3a\xe5\x1a\xd5\xc6\xb5\x8e\xca\xae\x28\x9c\x43\x07\xf3\x97\xf8\x23\xe6\x23\x49\xda\xcd\x11\xe3\x2d\xbb\x69\xc5\x99\x95\xf8\x1c\x14\xd1\x8d\x9c\x6b\xd5\x3b\xed\xb3\x50\x7e\xa0\xe2\x7d\x43\x1e\x17\x5e\x81\xb9\x9e\xa8\xd0\x4d\x59\x3d\x08\x4b\xca\xe8\x72\x2c\xa7\xeb\x24\xdb\xd5\x0b\x94\x96\x92\x27\x85\xf9\x39\x13\x8b\x90\x14\x51\x89\x2a\x7b\x16\x11\x0f\x85\x3b\x6b\xc9\x65\x9f\xa8\xbd\x1c\x1c\xf0\x66\xe5\x36\x35\x01\xa9\xc8\x79\xb4\x62\xa0\xd1\x8c\x13\x86\x00\x81\xf8\xfe\x54\xb0\x61\xdb\xa1\x24\x6d\x29\xde\x84\xa7\x02\x03\x69\x7d\xb6\xd5\xc0\xcc\x7d\x4e\xdc\x7d\x96\x0e\x99\x01\x0d\xb0\xab\x3f\x2f\xcc\xdd\xbb\xeb\xe5\x9b\xe5\xd5\xa5\x94\x69\xbf\x05\x57\xad\x19\x16\xe5\x46\xdb\x9a\xac\x67\x62\x28\xa4\xc9\xf1\x9f\x68\xd2\x97\x0a\x3e\xfa\xe8\x15\x89\x97\x54\x34\xcd\x31\x5a\x8e\xa7\x8f\xf1\x65\x1f\xee\x86\xda\xcc\xe8\xbd\x0d\x48\xa2\x46\xde\x00\x0e\x47\xee\x20\x63\xf9\x64\xe8\x80\x03\x7b\xaa\x80\x14\xf7\x32\x86\xf2\xf6\x68\x19\x38\x07\x88\x88\x09\xd2\xee\x6b\xef\xb1\x96\xaa\x7d\x12\x5c\x79\x04\xc5\x8d\x3e\x2e\xd1\xd3\xbc\x16\x27\x44\x95\x34\xaf\x19\x8d\xe1\x02\xaf\x20\x60\x5f\x98\x8f\x3e\xf4\x71\xc4\x34\x05\x38\x03\xec\x1b\xa9\x7a\x7e\xb1\xd8\xa0\x30\x9d\x63\x05\x8d\x06\xe2\xae\xc0\xe6\xb6\x6c\xee\xb8\x1e\x37\x64\x04\x4e\x23\x3f\x0b\x22\xdf\x63\xf2\x1b\x9d\x94\xc8\x11\xc0\x3a\x09\x0f\xc9\x41\x69\xed\x0e\x04\xf9\x40\x35\x8f\xea\x88\x35\x6a\x75\x52\x42\xa9\x44\xcc\xa7\xaa\x9c\xe7\x11\x26\xa8\x4d\x23\xd4\xca\x74\x4b\x33\x43\x9f\x0c\x2d\x19\xd6\x10\xdd\x14\x95\x26\xf0\x23\xd2\x81\xcd\xe9\x48\x54\x19\x9f\x54\x9d\x17\x66\xf6\x7a\x01\x72\xe3\x43\x50\x17\x19\x49\x68\x42\xb4\x36\x23\x03\x44\x5d\x3c\xb0\x31\x4e\xba\xf8\x90\x75\x41\xa3\x38\x6c\xf7\x91\x17\x93\x52\x6c\xbf\x94\x7c\xe2\x60\x51\xb1\x9f\xb8\x91\x83\x95\x57\x0d\xe0\x06\x95\x5d\x8b\xba\xda\xa5\x71\xd2\xa8\x9c\x21\x40\x23\x41\xf3\xe3\xd1\x74\x4e\x45\x4b\xee\x6b\xe3\x0e\xa4\xa6\xb6\xa2\x15\xce\xa9\x61\x81\x1c\x1a\xc2\x27\x55\x41\x14\x4f\x11\x05\xb1\x7d\x60\xe8\x38\xce\x9f\x5d\x2d\xcc\x03\x79\xdc\x1e\x03\x29\x8b\x46\x69\x04\x3c\xbc\x61\x31\xfa\x94\xde\x64\x23\xac\x0a\x0b\x5c\x2f\x4c\x48\xab\x08\xcc\x1e\xc7\xb2\x23\x93\x66\x66\x37\x0b\x73\x99\x63\xf8\x8e\xb1\x2b\x25\x68\x91\xca\xe1\x9b\x74\x58\xe4\x0d\x06\xa5\x7e\x85\x41\x62\xff\xeb\x10\x34\xf6\xd6\x85\x75\xde\xa0\x2e\x13\x7c\x01\xc6\xee\x28\xb4\x69\xa9\x1e\x13\x3c\xd5\x54\xe4\x3d\x8c\x4e\x40\x32\xd5\x2e\x09\xba\x48\x7a\x23\x42\xb7\xc8\x49\x4b\xd8\x9e\x6a\x5d\x09\xf5\x3f\xcc\x7d\xa2\xa2\x1e\x2a\x7d\x02\xdc\x81\x30\xb1\xdb\x71\x2a\x0c\x76\xf2\x36\xe1\xb4\x96\xe9\x07\x64\x86\x60\x00\x95\xda\x4f\xd7\x87\xa5\xab\x4f\xa0\x6f\x1a\xd3\xa0\xfa\x85\xe5\x4f\x46\x6a\x10\x6d\x07\x96\x92\xf7\x02\x9d\x6e\x29\x55\x14\xa1\x51\x9a\x1a\x98\x2d\x13\xba\xc9\x60\x88\x69\x09\x99\xb2\x90\xa6\xcb\x92\x0d\x02\x3d\x8f\x9c\x90\xa5\x62\x65\x4e\xc1\x44\x81\x01\x01\xfc\x0b\x4e\x15\x11\x09\x79\x61\x55\xc1\x10\x43\x64\x04\x45\x20\x18\x75\x87\xa8\x53\xfd\xe6\xc1\x53\x8e\xc1\x2a\x13\x46\xe6\x46\xeb\xcc\x8d\xf4\x8c\x7d\x63\x17\x43\x0e\x66\xd8\x9e\xc8\x2a\xe8\x02\xd9\x23\x6a\xbf\x4d\x69\x8c\x87\x12\x0a\x03\x8f\xc4\x20\xb6\x08\x13\x2d\x2b\x15\xf1\x28\x77\x7e\x0d\xde\x51\xd7\x9b\xda\xae\x00\x3b\x21\x39\xd8\x6e\xaa\xd3\x62\xcb\x98\x99\xfd\x63\x70\x7c\x43\x4c\xae\xee\x2b\x9b\x96\x1f\xd2\x60\xd1\x99\x88\xc6\xed\x1f\xc0\xd4\x14\x31\x17\x5f\x1c\x95\x1e\xa7\x56\x3e\x21\xb1\xbc\xe2\xc8\x19\x82\xec\x1c\xb0\x06\x49\xf5\xf3\xba\xd2\x1c\xa8\x14\xbd\xa5\x3d\x4d\xa6\x8a\x67\x29\xc7\x1c\xdd\x1e\x84\xce\xd8\xea\x32\x8e\x4c\x28\xad\x4d\xcf\xb8\x6d\xcc\xf6\xda\xfc\x82\xa3\x40\x5b\x86\x27\xee\x15\x55\xf6\x93\x8b\x52\x91\xc1\x12\xed\xb7\xdd\xa6\x8b\xfe\xb5\x4d\x7a\xcc\x26\x5c\xe8\x3f\xb9\xcc\x42\x05\xcf\x91\xd0\x8e\xf2\xea\x94\x37\xef\x67\xd6\xc7\x69\x73\x25\x41\xe6\x13\xa1\xed\x19\xa7\xa8\xe7\xea\x15\xa4\xda\xba\x76\x9c\x0d\x22\x97\xbd\xe1\xf0\x2f\x64\xf9\x2a\x46\x73\x48\xee\x80\x30\x2d\xc5\xe5\x91\x34\x39\xfe\x56\x1b\xf0\x66\xb7\x13\xbe\x68\xc2\x00\x8e\x24\x2d\x9a\x30\x26\xbd\x68\xb8\xc8\x41\xfd\x76\xe1\x09\xb5\xe4\x2c\x42\xff\x12\x83\x7e\x6f\xa4\x49\x19\x0d\xea\xb3\x2d\x35\xe9\x8a\x21\x47\x92\x45\xa7\x06\xa9\x3e\xd3\xc2\x84\xb3\xbb\x85\xb9\x76\x14\x68\x4e\x9f\x51\xaf\xb0\x11\x9a\x1d\xfd\xa0\x8f\x2a\xcd\xd2\x9f\x80\x2f\xb0\xd6\x3d\xac\x55\x4b\x40\x24\xa0\x0d\xd6\x74\x5f\x09\x71\x3e\x45\xda\x28\xeb\x7f\x82\x04\xc3\xdd\x66\x58\x30\x06\xad\xa6\x8c\x78\x9a\x7c\x9a\xea\xb6\x81\x95\xdf\xa5\x87\x03\x63\xa6\xd2\xfb\x31\x37\x33\xb2\x55\xb2\x37\x4f\x66\x7d\xaa\x21\x8f\x5b\xe8\xb8\x6f\x6f\xad\xd5\x10\xcc\x78\x51\x0b\x90\x9f\xea\xb5\x4a\xda\xe3\xd0\xa4\x87\x74\x97\xf4\x1b\x0a\xa6\x4a\x25\x25\xe4\x97\x5b\x46\x25\x1c\xc9\xc7\x76\x26\xae\xde\x22\x21\x8c\xf0\x38\x5a\x08\x14\x5a\x44\x96\xb1\xd7\xa9\xe6\x80\xa2\x40\xab\x9f\xe7\x3d\x39\x53\x60\x53\x12\xf8\x9d\xf4\xe3\x27\x0e\x79\xc2\x61\xb3\xa5\x93\x89\x29\x90\x59\x0d\x83\x8c\x58\x8d\x19\x88\x67\x92\xba\x46\xcf\xf2\x3d\xf1\x4c\x42\xc5\xa2\x1d\xf7\x1e\x62\x34\xee\x92\xf1\xb8\x35\x62\xe4\xe8\xbc\x57\x47\x6a\x62\x41\x13\x8e\xca\x03\x20\xfe\xe2\x82\x32\x74\xdc\x5b\x90\xb1\xe7\x0a\x93\xec\x9d\xe3\xee\x1f\x90\x0e\xd2\x48\x49\x5c\x90\x1e\xc7\xde\x13\x84\x9a\xcf\x5c\xc6\xc2\xce\x96\xe6\xc9\x56\xc5\x7f\xd8\x80\x0b\xb6\x65\x3f\x5c\xb4\xdc\xb5\xdf\x6f\x6e\xb3\xa1\x5b\x62\xc4\x16\x69\x09\xc3\x51\xdd\x9e\xd3\x84\xdc\xf4\x9f\x73\x11\x7d\x94\x6b\xd6\x26\xac\xd1\x8b\xda\x76\xc5\xaf\x0d\x12\xcf\x99\xca\x85\xe3\xdb\x07\xa9\x88\xa4\x50\xee\xa4\x01\x78\x87\xc9\x7c\x34\xbd\xc9\xba\xa3\xb6\x31\x0e\x51\xe9\xb7\x53\x3d\x62\xb9\x14\x03\xcf\x92\xac\x8d\x74\xf6\xf0\x99\xc8\x15\x8a\x73\x96\xac\xca\x49\x05\x7c\xdc\xaf\x67\x4b\x4c\x26\x1e\xa3\x82\x5b\x49\xbf\x6a\x6b\x92\x49\x6a\x23\x94\x1e\x55\xdf\x5e\x1e\x23\x1d\xa8\x98\x30\x14\xcf\x35\x52\x11\xee\x71\x84\x19\xa4\x0c\x4f\x79\xf7\x86\xd2\xae\x54\x64\xc2\x2c\xf2\xd6\x96\x1b\xd8\x71\xd4\x71\xea\x5a\x24\x34\x45\x8a\xf1\x0b\x09\xaf\xfe\xd8\x38\x42\x0c\xec\xa2\x4b\x62\x17\x46\xa1\xd4\xcd\x5a\xac\x41\xf4\x93\xf8\x20\xd8\x91\x00\x4a\xa2\x2f\xe7\xce\xc1\x9c\x53\x2b\x61\x2a\x29\x0d\xb3\x2c\x9e\x49\x23\x6f\x78\xe9\x6c\x5c\x7a\xd1\x6e\x89\x55\x3f\xd7\xc2\x49\xa8\xc9\x50\x05\x2c\x0d\x06\x7f\x3e\xc1\x67\xc8\x19\x6a\x34\x69\xe4\xaa\x90\xe3\xde\x2c\xac\xcf\x1e\x53\xb5\x25\x5d\x80\x63\x1d\x89\xd7\x6c\xf6\x17\xac\x3f\xdd\xbd\x5e\xde\x63\x05\xea\xfa\xdd\xd5\xc7\xbb\x9b\xfb\xc7\x5e\xbe\x6a\x07\x78\x74\x80\x7a\xf8\x4a\x11\x59\x1f\xed\xd9\xfb\x66\xaf\x63\x36\x0a\xab\x48\x4f\xd9\xf1\xa9\x81\xfa\xb3\xf4\xa7\xc6\xdb\x3d\x31\xc5\xe6\xa7\x32\x5a\x9a\xe5\x2e\x34\x39\x83\x94\xda\x00\x61\x84\xe3\xd3\x78\x22\x19\x10\x00\x5b\xd8\x0a\x92\xab\x14\x28\xac\x95\x6b\x3f\xf4\x62\xda\x01\xdb\x9b\x95\x2c\xa3\x70\x2c\x0f\x5d\xfa\x08\xfb\xfb\x16\x7e\x50\xc9\xdd\x0f\x30\x10\x1c\xf5\x09\x67\xfb\x18\xf6\xa9\xf3\x63\xa7\x0f\x97\xf0\xd5\x31\xa2\xee\x4e\x45\x76\xbc\xe8\xae\x2b\xdb\x02\x9b\xc5\xb8\xa6\x85\x15\xdf\x89\xbd\x88\xd5\x10\xa5\xc9\x05\x28\x18\x4c\xe1\x49\x7f\x68\x12\x5f\xd1\xe5\x1b\x9d\x76\x62\xb2\xd8\xda\x8d\x1a\x4d\x19\x0c\xd4\x4c\xe0\x2f\xf5\x25\xb0\xd7\x61\xbe\x53\xad\xb8\x4d\x8b\x4b\x04\x37\xa9\xe1\x43\xe5\xa4\xab\x0a\x4c\x46\xaf\xc8\x98\x48\x44\x99\x58\x58\xbc\x86\xd0\x6f\x85\xc9\x46\x99\x93\x70\xe4\x72\x53\x4d\x35\xaa\x97\xe4\xd2\xf5\x00\xd7\x23\xb2\xad\x08\xe4\xbb\x12\x8b\xf7\x4a\x03\x43\xca\x85\xb9\x53\xb2\x69\x87\x36\xff\x1d\x5c\x76\xda\x16\xd4\x77\xd1\x2a\xb0\xdf\x87\x0a\x83\x6c\x41\x40\xdd\x89\x00\x20\x02\x1b\xc9\x7f\x92\x01\x55\xfd\x4d\x90\xaa\xff\x46\x0c\xac\x2e\x7c\x4a\x29\xb4\xdb\x90\xc2\xe2\x93\xd1\xf4\x2f\x31\x06\xfc\xce\xda\x13\x2d\x42\xe4\x62\xa7\x47\xa7\x21\x8e\x44\x77\x94\xe1\x15\x20\x8e\x57\x1f\xc6\x2f\xf5\x91\xf8\x6c\xf6\x57\xb4\x76\xb7\xb7\x37\x57\x94\x95\x37\xef\xde\x4c\x99\x3c\xb9\xd7\xb9\xae\xcb\x52\x76\x49\x81\x01\x03\xee\xa9\x7a\xe7\xff\x97\x25\xe4\x6c\x4e\x74\x46\x05\xc0\x5f\x30\x6c\x9d\xc2\xd8\x51\xca\x69\x78\x34\x71\x9d\xb1\x56\x1a\x6d\x7f\x1d\x46\x16\x71\x33\x53\x96\x34\xe9\x88\x68\xba\x72\x82\x04\xb4\xc9\xa3\x4a\xed\x20\x18\x8c\x74\x49\xd7\xca\xa8\x8c\xab\x0c\x06\x9c\xd0\x60\x1d\x27\x90\x1e\x1a\xbf\xc9\xf3\x4a\x7b\x57\x4a\xf2\xa0\x60\x82\xb7\x14\x02\xdb\xc0\xf4\x4d\xf1\x39\xec\x92\x5d\x05\xf9\x46\x3b\x69\x18\xf9\xd6\x11\x99\x10\x26\x0c\x5e\xca\xfb\x79\x7b\xe5\x4f\xff\x54\xc6\x9b\x4c\xae\x95\x4c\xb1\x8b\xbb\x09\x63\x99\xe8\x6f\x0b\x73\xf9\xf6\xed\x87\x9b\xb7\x54\x25\x32\x9f\x96\x8f\xbf\x9a\xe5\xfd\xf5\xcd\xfb\x1b\xf8\xe7\xfe\xd1\x7c\x7a\xf7\xe1\x9f\x0f\xd8\x4c\x88\x95\xcd\xa2\xb4\x93\xf7\x98\xd0\xe1\xb7\x3e\xb9\xba\xea\x53\xff\xec\x1d\x58\x42\xdb\x3a\x89\x8d\x73\x87\xf1\x16\x03\x10\x3d\x2e\x6d\xe9\xcc\xa4\xca\x8b\xfe\x93\x6b\xe8\x4e\x41\x74\x4d\x8d\xde\x69\xad\x9a\x22\x59\x69\xa9\x8a\x9d\xd5\x80\xd1\xe7\xf6\xe9\x09\xb9\xd0\xe2\xcd\xe6\xcd\x20\x61\x0b\x7c\x42\x47\x01\xdc\x08\x18\x2b\xdd\x9a\xf4\x6d\x53\xcf\x37\x1c\x09\x75\x25\xb0\x21\xc4\xdb\x3e\x86\xe6\xf0\x89\x19\xd4\x17\x21\x84\x82\x77\x28\x45\x73\x84\x98\x91\x5a\xa0\x86\xca\xc5\x5d\xab\x7c\x9d\x7c\x61\x3e\xc9\x5d\x92\xc1\xc5\xa8\xa8\x34\x98\xe7\xd6\x8d\x0c\x2e\x3c\x87\x0b\x2b\xd8\xc4\x75\xec\x67\xb4\x43\x6f\x2c\x85\x26\x3a\x81\x54\xc0\x35\xcf\xd0\xc6\xfb\xc3\xa7\x2e\x1c\x27\xb5\x44\xc1\xdf\x09\xa6\x4f\x2a\x06\x49\x0d\xd0\xbc\xa4\x6b\x18\x7b\xea\xcd\x8b\xf7\x30\xfc\xa9\x76\x02\xc9\x3f\x4e\x5c\x10\x93\x8a\x85\x65\x2c\x21\x38\x5b\x7c\x6c\x5b\x34\xae\xcf\x99\x5e\xea\x39\x8d\x69\xfa\x99\xba\xba\xdf\xfd\xb3\x02\x45\xfb\xe2\xda\x31\xae\x1c\xf2\x2e\x0b\x09\x1b\xb4\x06\x10\xf9\x14\xeb\x34\x77\x43\x35\x5c\xee\x72\x99\xbc\xe9\x96\xbc\x85\xfe\x0b\x02\xaa\x56\x6f\x47\xb4\x58\x93\xe1\xc6\x1f\xee\x77\x06\x12\xfb\x1d\x53\x63\x52\x0f\x5b\xac\x72\x06\xe2\xe0\x78\x7e\x86\x70\xfd\xc3\xe5\xfd\xc3\x2d\xe9\x30\x40\xb4\xe4\x6a\x07\x2a\x46\xcc\x29\xc5\x3b\xe8\x69\x6d\x04\x02\xe3\x3a\x44\x29\x69\x0f\x63\x9c\x67\x5c\x90\x9a\xa8\x52\x04\x18\xbd\x30\x1f\xc8\xbd\xa0\x96\x9d\x44\x63\xe9\xe4\xa1\x93\x8b\x7a\x7c\x31\x73\x39\x0e\x85\x8a\x66\x74\x05\xd8\x67\xbd\x00\x4b\xd1\xf8\x90\xee\x34\xc1\x32\x8d\x74\xb4\x6e\x1b\x34\x49\xb1\x47\x48\x05\x87\xc4\xcc\xd4\x7d\xb2\xcf\x03\x02\x6c\xef\x76\xcd\x24\x08\xd6\x5c\x63\x1f\x5f\xf9\x71\x21\x40\xf1\xc8\x14\x1c\x9f\x72\xa4\xd4\x41\x16\x38\x91\xee\xe5\x06\x1c\x1d\xf6\xfb\xf4\x7a\x06\xd2\x86\x50\x69\xb8\x3b\xb1\xf9\x3a\xa1\x52\x9c\x61\x08\x0b\xb0\xf6\xbd\xb6\x5e\x8c\x35\xfc\x62\x41\x3a\xd9\x3a\xac\x5c\x7b\x70\x62\xe9\x52\xae\x9c\x5a\x6d\x44\x16\x25\xc9\x15\x7e\x36\xc9\xb2\xd9\xf4\xfb\xd4\x9a\x82\x61\xb3\x2d\x4a\xb6\x5d\x31\x03\x35\x4c\xfb\x17\xdf\x01\x83\x83\xac\x76\xda\x1f\xce\xab\xa7\x76\xf0\x2c\xc8\xff\x39\xca\xd1\xb8\x2e\x15\x47\xbc\x38\x67\x32\xdb\xe3\x1e\xe3\x9f\x52\x6f\x50\xbb\xf8\x75\x10\xb2\x40\xdc\xe2\x45\x04\xc2\x56\xfe\x0e\x7a\x7e\xf3\xe1\x6e\x79\x2f\x7a\x9e\x76\xd0\xa6\xd7\xb5\xb1\x07\x7e\x15\xee\xab\x8f\xef\x6e\x87\xed\xbb\xaf\xd4\xf2\x6a\xf1\xfa\x31\x46\x80\x9e\x3b\xfd\x58\xa2\x26\xef\x0b\x62\x47\x5a\xdb\xba\x1d\xde\x43\x89\x56\xac\xfe\xc3\xcb\xf3\xe5\x4e\xec\xc2\x66\xc9\x26\x2e\x84\x4b\x69\xc4\x09\x34\x27\x05\x25\x46\x29\x96\x15\x8f\x3b\x41\xcd\x6c\x16\x7a\x78\xf5\xce\x3a\xd5\xb6\x51\xb5\x9e\x8b\xfa\x94\xf6\xb5\xd2\x19\xd5\x04\xdd\xe3\x6c\x26\xe7\x0c\xd7\x5d\x69\xc7\x86\x86\x1b\x84\xf0\x23\x09\x96\xbb\xf3\xce\x99\x4f\x28\x70\xdc\xab\x2d\x45\x76\xfa\xc6\x0a\x35\x3a\xf5\x51\x87\x4c\xa3\xa9\x1e\x69\xee\xdc\x14\x55\x7f\xcb\xbe\x47\x18\xb3\xe8\x6c\x75\x4e\xe6\xd0\x62\xfb\x25\x2e\x35\x82\x34\x32\xf9\x06\x04\x9e\x92\xc0\xa8\x2c\xd2\x29\xaa\x75\x9f\xc0\x0e\xbd\x2d\x14\x3a\xc7\x9c\xdc\x4f\x00\xb7\xc3\x49\x9c\xbf\xfe\x68\x72\xbc\x4d\x9a\x54\xbb\x61\x67\x56\xae\x1f\xdc\xd5\x8d\xab\xb5\x6f\xfa\x7f\xc0\xc2\x64\x47\x27\x37\x44\xfb\xd0\xe6\xe9\x3f\xbc\x13\x81\x4a\x05\xe7\x66\xb9\xb5\x32\x34\x95\x51\x4f\x32\xde\xd6\x29\x30\xa5\x1b\x83\xda\x93\xf2\xc2\xf7\x33\xf5\x4b\x04\xe7\x49\x7b\xcd\x90\xdc\xd8\x6e\xbd\xee\xa4\x46\x17\x67\x0d\xdc\x7d\xd9\xe3\x2e\x4b\x38\x92\xb3\x0f\xb5\x1e\xc9\xc0\x83\x1b\x17\xa9\x10\xaa\x4e\x68\xc3\xe8\xaa\x75\xd4\x9f\xc4\xbf\x70\xc2\x9b\x93\xe2\x88\x20\x06\x8c\x50\x78\x16\x16\xa0\x6d\x52\x1b\xe2\xf4\x15\xef\x94\x18\x9a\x8a\x72\xe5\x61\x69\xbe\x63\x81\xd4\xa4\xe7\x1c\x8f\x3f\x4b\x37\x1d\x43\xa2\x71\x25\x84\xd3\x19\xa1\xca\x12\x36\x49\x49\x4a\x72\x77\x70\x32\x42\x47\xf8\xbc\x0c\x7e\xb4\xe4\xc7\x85\x79\xf3\xf1\xf1\xe3\x87\x1b\xf3\xe1\xe6\x5f\xcb\x07\x8d\xb5\x1f\x7f\x5d\x3e\x98\xdb\xe5\xd5\xcd\xfd\x83\x7c\x60\xe9\xd4\xb7\xa1\x62\xd3\x3c\xb8\xcc\xca\xd1\x57\x39\x40\xe1\x93\x84\xa0\x92\xf8\x9d\xaf\x58\xb1\xc4\xa0\x00\x22\xb8\x80\xff\x4a\x39\x0e\x8b\x52\x61\x2a\xb2\x83\x80\x54\x3d\xc4\x1b\x25\xdf\x7b\xf3\xfb\xa2\x29\xe2\xb5\x2e\xe9\xdd\x7e\xd6\xbe\x9a\x55\xd7\x0a\x5e\xc3\x1c\x16\x7d\x8b\x84\x5a\x1e\x29\x0f\xcb\x5f\xfb\xa0\x25\xc0\x4e\x81\x6a\xf0\x5d\x63\x40\x82\x6b\xd7\x54\x54\x91\x04\x54\xcd\x5f\xbd\x3a\x1c\x0e\x8b\xa7\xaa\xa3\x2f\x5f\xe9\x67\x7f\x7e\xc0\x7b\xa9\x18\x58\x0f\xfa\x0b\x93\x6f\xe0\x70\x21\xd5\x4a\x4d\xe8\xa9\x03\x36\x49\xcc\xe9\x63\xa9\x73\x9c\xba\x97\x4b\x5c\x5a\x6c\xeb\x99\x0c\x7e\x67\xd8\xd5\x98\xe8\xe2\x5c\x54\x11\xef\x8f\x35\x3a\x6a\x9e\xde\x64\x29\xa4\xe0\x46\x32\x49\xf0\x60\xaf\xfa\x93\xdc\x46\x0b\xa0\x55\xaa\x79\xda\xcd\x28\xbd\xcb\x21\xfd\x26\xb4\x26\x04\x35\x9a\xc7\xee\x91\xc0\xc3\x43\xc9\x28\xd6\xf0\xcf\x28\x46\xc3\xfa\x44\xde\x80\xc6\x9f\x6b\x61\xe1\x94\xd0\x7d\xe3\xd3\x04\x4c\x0c\xb6\x3a\xf7\x59\x3c\x76\x70\x0a\x87\xd7\xdb\xba\xf6\x9c\xfa\xd2\x57\xb8\x7f\xf1\xbf\x48\xde\xf8\x38\x9b\xfa\xeb\x91\x9a\xec\x73\xf8\x25\xd7\xb8\x73\xd3\xb5\x68\x14\xfb\xaa\x93\x9c\x6c\xf2\xb5\x24\xe9\xb6\xa5\x89\xfe\xe4\xb5\x0f\x24\x94\xee\xe8\x00\xe8\xaa\x8e\xde\xc7\x8c\x1c\x49\x8d\x8d\x14\xe5\xfe\x23\xee\x03\x31\x0a\xf3\xa3\xd7\x3e\xa8\xb5\xa2\x24\xd8\x7d\xf1\x02\xc2\x97\x1b\xb6\x11\x74\xcd\x6b\x7e\x67\x3d\x7e\x99\xc5\xdc\x61\xe2\x40\xf2\xb5\x57\x20\x4d\x76\x55\xf3\xd7\x7f\xcc\x43\x81\xb9\x06\x2c\x6c\xcd\xef\xee\xae\xf8\xcf\xf3\xe4\x52\xe7\x27\xfc\xaa\x90\xf9\x84\xfc\xf8\xe4\x56\x86\x70\xa1\x14\x72\xf4\x34\x7c\x74\x28\xe4\xcb\x38\x16\xe7\x50\xc1\x87\x26\x60\x9f\xdc\xc4\xd8\x40\x80\x55\x72\xaf\xa2\xf8\x28\xba\x68\x8a\xfd\xdb\x39\x25\x2d\x70\xb7\x34\x0d\x5e\x4d\x17\x3e\x1e\x8a\x2f\x85\x9c\x95\x8c\x47\xd6\xd3\x0b\x18\xba\x57\x5a\x2c\xed\x5d\x72\x6c\xe8\xb2\x0a\x7e\xb9\xe7\x7b\x9c\x88\x4c\x80\xfd\x4b\x39\x20\xa6\x00\x3d\xf0\x25\xe1\x8a\x77\x12\x3c\x8f\xf7\x4d\x3d\xbb\x51\x50\xa5\xb7\x0a\x79\x8b\x73\xc0\x29\xcd\xaf\xae\x2e\x5e\x7f\xbe\x78\xb8\x4c\x2f\xf1\x5e\x61\xd3\x14\xd2\x77\x45\x77\x90\xbc\xb9\x6c\x43\xaa\xe8\xe2\x61\x8b\xc2\x7c\x89\xa9\x61\xf3\x72\xf1\x63\x80\x2e\x71\x15\x90\xfe\xd1\x0c\x57\x75\xb3\xaf\xf5\x1b\x4f\x14\x87\x60\x49\xf9\x02\x4e\x61\x43\xc5\xea\xf0\xab\xa6\x42\x63\x73\x26\x27\x58\x61\x83\x2b\xbc\x3f\x80\xf6\x18\x3f\xdf\x02\x2c\x7e\x83\x57\x89\xf1\xe3\x05\x99\xb9\xc2\x5e\x83\xba\xa9\x0a\x4b\x9d\x92\xd4\x3a\x8e\x4d\x9c\xac\x2e\xe1\x2b\x6c\x7d\xbd\x49\x9a\xf8\x7a\xc4\xcb\x97\x40\xc8\x87\xc6\x2a\x35\x32\x6b\x59\x29\xa5\xf1\xd2\x73\x9d\x5e\x00\x69\x9c\xfe\x61\x93\xd8\xb3\xa8\x24\xdb\x40\x9f\x7f\x20\x53\x4d\x64\x6a\x6b\x8a\x5e\xdd\x4d\xb4\xe7\xb2\xa2\x53\x02\x59\x9a\xbb\xb2\x78\x2a\xe2\x57\x36\x42\x07\xf6\x5c\xba\x55\xe3\x17\x12\x4f\xa7\xa9\x8b\x8d\xde\x4c\xfa\x22\x26\x86\x1a\x91\x19\xd5\xc5\xcd\x8f\x5f\x27\x2c\x71\xa0\xe2\x10\xd3\x48\xc9\x24\x1a\x01\xf4\xc9\x77\x0c\xc2\x57\x23\x4a\x8a\xdd\x95\x45\xf9\xd4\xc6\x63\x8a\x96\xde\x3f\x83\x10\x6e\x6b\xe9\xfa\x63\x2c\x3d\x7b\x1e\xaf\x09\x02\x1f\x3e\xaf\x43\x38\xfe\xa7\x73\x26\x9e\x64\xbb\xb7\x5c\x40\x87\xe1\x0b\x97\xfc\x15\xcb\x9f\xa5\xde\x56\xef\xf1\x63\x00\xea\x7c\x8c\x9a\x18\xad\x2a\xeb\xc9\xf1\x2f\xd3\x5a\xc7\x1c\x52\xa5\x51\x85\xe2\x8f\x05\xe2\xef\x6c\x10\x18\xa7\x48\x97\xd9\x65\xf7\x84\x99\x29\x26\xe5\xef\xbd\x5c\x83\xd3\x43\x3e\x75\xc6\x28\x09\xd7\xd7\x37\xf7\xd7\x1f\xef\x5e\xe1\x55\xcb\x58\x45\x1e\xa4\xf4\x09\x48\x86\x44\x30\x6c\x77\x62\x1c\x7d\xfa\x25\x24\xe8\x83\x7b\x3f\x34\xf8\x55\x4e\x6c\x26\x0c\x69\x97\xb4\x2b\x70\x50\xbb\xc8\xd3\x72\x49\xb8\x78\x15\x30\x41\x44\xf3\x5c\x6c\xed\x67\x65\x7e\xa7\x14\x5d\x08\x88\xe2\x77\x05\x5e\xcd\xd2\xef\x90\xae\xcf\xcd\xe7\x9b\xcb\x0f\xe6\xf3\xbb\x8f\x1f\xcc\xfd\xe5\xdd\xcd\xc2\xbc\x8f\x89\x2c\x04\x4d\x98\xc2\x71\x79\x8c\x98\x7b\x97\x5c\xa8\x59\x2d\xdc\x20\x2f\x62\x9d\x65\xba\x25\xf8\x7b\xc8\x33\x33\xc9\xf7\x53\xcd\x14\x74\x1a\x9a\x8f\xd3\x9e\xff\x17\x36\x6f\xd5\xd4\xf7\x94\x32\x7c\x3c\xba\x17\x99\x49\x08\x30\xba\x07\x19\xbe\x93\x12\x7a\x51\x02\xa6\x1c\x96\x8c\x34\xb6\x71\x21\x47\xf3\xed\x1d\xcf\xe3\xe5\x36\x92\x90\x29\x5a\xc7\x17\x38\xa7\x2e\x6b\x66\xbd\x02\xd9\x1c\x37\xbf\x58\x2c\x98\xfe\x39\x90\x5c\x39\xad\x29\x17\x1e\x64\x20\xd4\x97\x27\xd2\x8b\xfc\xf5\xad\xdb\xe5\xc3\x23\x44\x1f\x37\xcb\x0f\xe6\x71\xf9\x78\x7b\xf3\x90\xdc\x69\x19\x93\x14\xdf\xd1\x34\x89\x0c\x1d\x5d\x2a\x8d\x23\xbf\xbb\xf7\xf0\x85\x98\xde\x3e\xf1\x7e\x1d\x85\x5d\xad\xdc\x49\x5f\x25\x31\x27\x49\xdc\xb6\xc1\x0f\x09\xee\x5c\x43\x17\x00\x08\x42\x1d\x20\xc6\xc0\xf6\xc7\x4a\xaa\x3d\xf8\x11\xcc\x4e\x0a\x25\x60\x4e\x3a\x75\x3c\x1a\x29\x06\x41\x4e\xba\xbb\xb0\x6f\xf3\x19\x83\x3a\x97\x7c\xfa\x45\x3f\xe1\xb9\xae\xb1\xf9\xfe\x90\x7e\xd6\x92\x4b\x9a\x82\xdf\xbd\x8b\xaf\xb1\x81\xc6\xea\x4f\x29\x8a\xc2\x4d\x10\xdb\x5a\x82\xfb\xfe\x67\x44\x43\x72\x45\x3f\x14\xa1\x9a\x74\xea\xb3\xa8\xe8\x29\xa9\x66\x23\x59\xe8\x8e\x8d\xca\xe0\x23\xa8\xff\x2f\x00\x00\xff\xff\x0a\xdc\x06\x03\xcc\x58\x00\x00") + +func confLicenseGnuFreeDocumentationLicenseV13Bytes() ([]byte, error) { + return bindataRead( + _confLicenseGnuFreeDocumentationLicenseV13, + "conf/license/GNU Free Documentation License v1.3", + ) +} + +func confLicenseGnuFreeDocumentationLicenseV13() (*asset, error) { + bytes, err := confLicenseGnuFreeDocumentationLicenseV13Bytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/license/GNU Free Documentation License v1.3", size: 22732, mode: os.FileMode(420), modTime: time.Unix(1440548254, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confLicenseGnuGeneralPublicLicenseV10 = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xa4\x5a\x6d\x53\xe3\x48\x92\xfe\xee\x5f\x51\xc7\x97\x86\x08\x37\xdb\xcc\xdc\xcc\xee\x34\x1b\x13\x21\x8c\x00\xdd\x82\xcd\xd8\xa6\x7b\xf8\xb6\xb2\x5c\xc6\x3a\x64\xc9\xa1\x92\xa0\xfd\xef\xf7\x79\xb2\xaa\xf4\x62\x5e\xba\x37\x26\x62\xef\xa6\xb1\xaa\xb2\xb2\x32\x9f\x7c\xaf\xcb\xf1\x9d\xba\x0c\xc7\xe1\x34\xb8\x56\xb7\x77\x67\xd7\xd1\x48\xe1\xff\xc2\xf1\x2c\x54\x83\x2f\xba\x34\x69\x91\xab\x93\xa1\xba\xd0\x8b\xb2\x8e\xcb\x9d\x3a\xf9\xed\x1f\xbf\x0d\x46\xc5\x76\x57\xa6\x0f\xeb\x4a\x1d\x8e\x8e\xe4\x27\x75\x51\x6a\xad\x66\xc5\xaa\x7a\x8e\x4b\xad\x2e\x8a\x3a\x5f\xc6\x15\x36\x0f\x55\x94\x27\xc7\xea\x97\x13\xac\x88\xf3\xc7\x2c\xcd\xd5\xac\x02\xbd\x74\x55\xad\xd5\x45\x56\x14\xe5\x50\x9d\x15\xa6\xe2\xca\x9b\x40\x7d\xfa\xe9\xe4\xe4\xd3\xc7\x93\x9f\x3f\x9d\xa8\xbb\x59\x30\x18\x84\x4f\xba\xdc\x15\xb9\x56\xa9\x51\x5b\x5d\x6e\xd2\xaa\xd2\x4b\x55\x15\x2a\x01\x0b\x2a\xce\x97\x6a\x99\x9a\xaa\x4c\x17\x75\xa5\x15\xd6\x2e\x70\xe8\x86\x1f\x53\x6d\x54\xb1\x52\xd5\x1a\x1b\xb3\x34\xd1\xb9\xd1\x6a\x59\x24\xf5\x46\xe7\x38\x1e\xcb\x55\xb2\x8e\xf3\x87\x34\x7f\x50\x69\x45\xea\x79\x51\xa9\x38\xcb\x8a\x67\xbd\x3c\x1e\x0c\x6e\x4b\x1d\x6f\x16\x99\x1e\x0c\xe6\x6b\xdd\x10\x88\x1f\x70\x4b\x52\x10\xda\x1b\xb0\xad\x8c\xbf\x72\x52\x6c\xb6\x71\xce\x63\x2b\x88\x09\x1c\x3e\x6a\xbd\x55\xb5\x81\x0c\x55\x5c\x81\x11\xad\x36\xba\x4c\x76\x96\xab\xc2\x74\x76\x1c\xab\xb3\x1d\xfe\xca\xab\x32\x36\x60\xae\xa8\x4b\x75\xa9\x73\x5d\xc6\x99\xba\xad\x17\x38\x5c\x5d\x3b\x06\xc0\x67\x9a\x57\x3a\x5f\x5a\x21\x3c\x40\x25\x31\xfe\xd6\x6a\xc7\x4d\x2b\x70\xb7\x2c\x36\xfc\x62\xd6\xe4\x89\xf2\x91\x6b\x6a\xf9\xd6\x30\xfb\xf1\x23\x96\x6c\xe2\x47\xfc\x52\x63\x19\x79\x6b\xee\x81\x23\x64\xed\xaa\x28\x29\x0f\x48\xc7\xd8\x5b\x1c\x2b\x8a\xe2\x0d\xc6\xe2\xed\x36\x93\xbb\x17\x42\xed\x2d\x34\x7c\x30\xed\x41\x64\x0e\xcb\xe3\x1c\x22\xc1\x9e\x52\x6d\xcb\xe2\xa1\x8c\x37\xea\x59\xa4\x13\xd7\x90\x12\x64\x07\x29\x41\xeb\x5c\x59\x1b\xab\xad\x63\x75\x5f\xd4\x2a\x89\x73\xf2\x45\xed\x91\x55\x11\x80\xa3\x60\x86\x58\x5e\x40\x8b\x5f\xd7\x3a\x57\xcf\xb8\xdc\x56\xc7\x8f\x14\x7c\x4f\x0a\x43\x7e\x22\x27\xa5\x5e\xe9\xb2\x24\x71\x9c\xe2\x84\x38\x14\x40\x6c\x4b\xdc\xef\x58\xcd\xb6\x3a\x49\x57\x69\x02\x79\xec\x86\x72\xc1\xb7\xf5\xb3\xd4\x26\x7d\xc8\xad\x7e\xba\x22\x06\x06\xc0\xa3\x5a\xc7\x4f\x56\xe0\x1d\x65\x3d\xa4\xf8\x2d\x7e\x8e\x21\x88\x52\x19\x0d\xa1\xb7\x00\xde\xe3\xb8\xa1\x53\xea\x44\x73\x9b\xc1\xbd\x13\x62\x69\xa9\xb9\x9b\x52\x79\xd0\x95\x60\x7a\x25\x0b\x9f\x01\x10\xfc\xd9\xd9\xca\x35\x0e\x15\x3d\xcd\x63\x3b\x05\x8a\x93\x13\x7b\x36\x89\xe4\x2a\xd7\xcf\x96\x0b\x2f\xdd\x53\xab\x3a\x4f\xee\x31\x2f\x9e\x1b\xba\x4b\xd1\xbf\x21\x65\xc8\xd3\x40\x07\xf3\x82\x1b\x2b\x9d\x54\x56\x47\xe2\x37\x8c\xc8\x3e\xd7\x1d\x31\x95\x9a\x76\x9c\x10\x25\xc6\x12\x87\x5a\x17\xe9\x92\x00\xa1\x03\xc0\xba\xa5\x06\x56\x78\x92\x3d\xc2\x52\x22\xdb\x84\x91\x79\xb4\x9f\x0a\x0a\xbc\xa4\x89\x94\x72\x3d\xbb\x4a\xc0\x6b\xf6\x4f\x81\xf1\x98\x2c\xae\x84\x78\xa2\xcb\x2a\xc6\x75\xb1\x62\x8b\x8f\xe9\x22\xcd\xd2\x8a\x4a\x70\xe8\xf2\xf2\xec\xf8\x9b\xae\x9b\xe9\x2a\x09\x1b\xdc\xe2\x4d\xb1\x4c\x57\x3b\x62\x76\x30\xb8\xc0\xcf\xfa\x5b\xbc\xd9\x66\x58\xf2\x1e\xb1\x18\x37\x48\xd6\xf8\x8f\x13\x38\x64\xb5\xd6\x62\x21\xf8\xab\x4a\xe5\xc6\x62\x9d\x6a\xa5\x41\x4a\xce\xa9\xe1\x8a\x04\x46\x72\x65\xa0\x15\xc4\xe8\xa6\x68\xc1\xad\x14\xfa\x30\xb4\x76\x24\x5b\xf7\x80\x8a\x1d\x3b\xb1\xa1\x61\x83\xb3\x0e\xb6\xec\x65\x1b\xd8\x1d\xab\x00\x70\x68\xb8\xa8\xb4\x3d\x72\xc3\xff\x97\x7a\x7d\xd3\x18\xf5\x6b\x40\x50\xcf\x29\x02\x41\xf5\x0c\xb5\x55\x7a\x6b\x3e\xab\xc3\x93\x23\x71\xee\x36\xbe\xf4\x05\x4b\xdc\x1d\xfe\x74\x04\x21\xc1\x60\x1d\x12\x3a\xfe\xfd\x79\x9d\x42\x6e\x14\x83\x91\x8f\x99\x7e\x80\x89\x4a\xd8\x30\x12\xc8\x5c\xdc\x18\x76\xe5\x0e\x9a\x7f\xc3\xe5\x9c\xa6\xba\xe7\x81\xe7\x20\x33\x90\x01\x85\xad\x63\xaa\x44\x7c\x12\x9c\x98\xbb\x08\x69\x92\x27\x5c\xc7\x22\x5a\x8c\xcd\x23\xda\x23\x4a\x44\xaa\x7d\x20\xab\x89\x4c\x53\x61\x9b\x69\x84\x6d\xdd\x6e\x5e\x60\x7f\x49\x87\xbe\x93\x23\xe5\x6e\x3d\xfb\x3f\x56\xd1\xea\x85\xb7\x16\xce\x53\x58\xd2\x62\x87\xdf\x37\x9a\x87\xe8\xcc\x58\x07\xbb\x8d\x8d\xc1\x27\x46\x57\xcf\x1e\x1d\x7a\x07\x21\x8c\x54\xb4\x60\xe1\xe5\xd9\x6b\xdf\xfa\x29\x17\x16\x79\x62\x01\x7d\xa4\x79\x9c\x0d\x71\x86\x5d\x4b\xc7\x0d\x39\x20\x48\x6e\x24\x2a\x95\xc5\xb2\x4e\x2c\x1b\xe2\xcf\xa9\x5a\x40\x81\x04\xe0\x60\x33\xea\x9d\x2a\xe8\xd0\xf2\x3e\xfe\x03\x16\x6c\xeb\x4a\x22\x84\xb8\x8c\x35\xa1\x02\x16\xe9\x47\xa0\x3d\x63\x03\x59\x91\x2f\x53\x6b\xb8\x94\x0e\x15\x09\x17\xd3\xd1\xa5\xd7\x86\x15\x48\x22\xe4\xb0\x94\x31\x1d\x44\xdf\x49\x74\xe6\xe1\xf4\x66\xa6\x82\xf1\xb9\x1a\x4d\xc6\xe7\xd1\x3c\x9a\x8c\x67\xea\x62\x32\xc5\x9f\xb7\xf7\xd1\xf8\x72\xa8\xce\xa3\xd9\x7c\x1a\x9d\xdd\xf1\x93\x2c\xbc\x99\x9c\x47\x17\xd1\x28\xe0\x0f\x83\xc1\x27\xba\x17\x08\xcb\x87\x81\xc0\xe7\x09\xdd\xb8\xe8\xe4\x25\x21\x0e\xfc\xdb\x98\xf7\x5c\x94\x8f\x0e\xb7\x4c\x00\x00\x17\x5c\x96\x32\x03\x25\xb5\xcd\x62\x27\x50\x4a\xad\x35\x8a\x75\x91\xd1\xbb\x99\x78\xe7\xd2\x97\x0d\x42\xc7\x42\x77\x50\xbd\xb4\x30\x93\x7d\x56\x82\x3e\x17\x7a\x3d\x70\xd9\xd8\x7e\x70\x6b\xd9\x3b\x40\x82\xa4\x21\xb5\xa1\x8d\x8c\x0d\xf7\xe2\x96\x3a\x57\x20\xf3\xd6\x28\x63\x75\x20\x37\x59\xc4\x16\x6d\x72\xb0\xa7\x86\xbc\x07\x7e\x56\xe9\x54\x6e\xdc\xf9\x42\x1a\xa4\x2b\x5b\xdd\xf5\x25\x0a\xef\x2d\x51\xdb\xa2\x14\x65\x4a\x4c\x1a\x7a\x4a\x4d\xba\x47\x56\xe8\x45\xba\x8a\x87\xc7\x0f\x69\xb2\xce\x37\x08\x96\xe3\xe5\x12\xde\x9d\x1c\xc6\x46\x1d\xc0\x43\x1c\x00\x17\x27\xce\x0d\xc6\xbb\x1f\xcf\x29\x1b\xf6\x24\x9f\x69\x03\x70\x6c\x7a\xb1\x99\xbc\xa6\xb9\x5c\x71\xa3\x97\x69\x0d\x4f\x0e\xe9\x3d\xa5\x92\xbd\x35\xd1\x18\xbc\x6e\xd3\xa4\x2e\x6a\x93\xd9\xd3\x81\x99\xb2\x40\xe6\x81\xc0\x84\x5f\xb6\x54\x94\x59\x53\xa8\xe2\x83\x1c\x93\xdd\x55\x1d\x68\x38\xe4\xb8\x4b\x24\x59\x9c\x22\xe9\x24\xd3\xde\xb3\x9c\xda\xbc\x14\xf6\x1a\x27\x55\x13\x1e\xec\x36\xe7\x90\x44\xe9\x36\x93\x7b\x13\x30\x3e\x7b\xe3\xe6\x78\x61\x74\x8e\x43\x19\xba\xa8\xcd\xe6\x24\xae\xb1\xb9\x4d\x93\xe3\x75\x1c\x4f\x5f\x92\xd0\xb2\xdc\xec\x7d\x9c\x82\xe1\x02\x00\xb1\x31\xa3\xdd\xdc\x51\x21\xf2\x5e\xe4\x35\x12\x1a\x9d\x13\x85\x1d\xad\x77\x86\xc9\x9b\xe2\x95\x79\x00\xe3\xbe\x4f\xf9\xec\xb9\x00\xc2\x4f\x2d\x15\x17\x0c\x24\x4c\x59\xae\xca\xd7\xf5\xef\x11\xbc\x07\x50\xeb\xae\x5e\x82\x49\x0c\xa8\x87\xd2\xd7\xec\xf4\x16\x49\x3d\x88\x6f\xd7\xea\x04\xb2\x2d\x9e\xf4\x6b\xb0\x89\x11\x99\x5c\xb6\xe5\x7c\x1c\x2e\xf3\x79\x30\x88\x11\x3d\xe3\xda\xd8\x44\xa0\x09\x0d\xab\x34\xb3\x4e\x28\x81\x72\xc4\x0d\x6d\xd2\x9c\xfe\xc9\x2b\xde\xd0\xfb\x8a\xe9\x79\x58\x4a\x82\xb8\xb4\xf4\x65\xb7\x4d\xfa\xe0\x65\x88\x38\xa7\x6b\xbb\x4a\x34\x3d\x18\x2c\xba\x47\x23\x89\xcf\x5a\x48\xd0\xc0\x1b\xd2\x1d\x81\x40\x7c\x0e\xdf\x2e\x3f\x85\xb9\xb8\x9d\x25\xff\xbd\x8d\xcb\xaa\x75\x8c\xaf\x09\x9e\x0b\x24\x82\x16\xab\xc6\x31\x08\x3c\x9c\x53\x28\x50\xe9\xf5\x24\xce\xbc\x86\xce\xd2\x39\x86\x25\x8b\x33\x44\x5e\x07\x1c\x7a\x3a\xb1\x89\xb4\x5c\x0a\x71\xea\xfc\xbf\xf3\xa5\xea\x50\x7f\x4b\xf4\xb6\x6a\x2f\x6c\x81\x59\xb0\xaa\x61\xb6\x4f\xeb\x68\x23\x7d\x27\x95\x60\xee\x8a\x00\xae\x5c\xe5\xd5\x63\x62\xa8\x62\x97\x37\x15\x5b\x2e\x3e\x02\x62\x93\x23\x9f\x0f\x34\x8a\xf6\xde\x39\x2f\xca\x0d\xab\x15\x18\x5c\xbc\xb4\x45\x94\x64\x1c\xac\x1e\x4b\x98\x01\xac\x12\x1f\x9f\x59\x1f\x95\x75\xde\x49\x22\xad\x06\x09\x62\xf9\x08\x5c\x94\x0c\x27\x58\x24\xae\x99\x26\x25\x28\xee\x10\xb2\x65\x98\xf5\xf9\x26\x65\x7e\x6b\x2a\x17\x88\xf1\x8f\xda\xd4\x10\x11\x8a\x1b\x11\x3c\x1c\x16\x2e\x0f\x22\x00\x01\xc2\x9b\xf5\x64\x79\x8e\x02\x31\xb1\x01\x33\xcd\x93\xac\x5e\x8a\x61\xfe\x80\x8f\x6b\x42\xe5\xdb\x99\xd4\x21\x93\x37\xa4\x43\x43\x1f\x2f\x1b\xb5\x38\xa3\x02\x11\xbf\xf8\xa8\xad\x6c\x6c\xe1\x4e\xcd\x95\xba\x03\x58\x71\x27\x4e\xc6\x0d\x2c\xa4\x96\xf7\xc9\x89\xb5\x7e\x66\xc1\x3e\x94\x91\x14\x62\xf6\x33\xef\xff\x94\xa2\x9a\xfa\x21\x57\x07\xfd\x2e\x8f\xfe\xb2\x5f\xb3\xdc\x78\x10\xf6\x21\xe4\xd2\xe8\xd7\x90\x08\x6d\x02\xc4\xae\x73\xe0\x4b\x0d\x70\x74\x43\x01\xc7\x0f\x48\x6f\x1e\x62\xef\xf0\xe2\xdc\xba\xf6\x14\xe2\xd8\xb2\xee\x22\xba\x25\xad\xd9\xf3\xd2\xa2\x0a\x66\x9f\x10\x5b\xfa\x14\x13\x3a\x47\x0c\x6b\xb1\x7a\x2a\xb2\x7a\xa3\x5d\xed\x53\x15\x70\x7f\xda\x61\xa4\xcd\xec\x6c\x04\x85\xcb\xd3\x36\x29\x5d\x94\x5e\xbe\x9d\x4c\xaa\xb5\x54\x83\xdb\x6b\xe7\xad\x7d\x1a\x89\x0b\xfc\xfc\x7e\xb4\xdf\xe7\xb6\x93\x7a\x94\x1d\xb6\xbd\x9f\xb7\xc7\xb5\xfe\x1a\xa5\x09\x24\x57\x2c\xfe\x9f\xc9\xae\x2f\xc9\xf5\x37\x9d\x20\xb9\x45\x9e\x4c\x51\x6e\xde\xf5\xf8\x86\x2e\x1f\x2c\xfd\x64\x1d\xff\x3b\x7e\x9f\x59\xbe\x8b\x45\x7b\xee\x3f\x4e\x6c\x63\x89\x65\x67\xab\x03\xfe\x96\x69\xb1\xa3\xd2\x96\xb8\x62\x64\x1b\xa4\x14\x88\x04\x1f\xe9\x26\x84\xc5\x4e\x3a\x33\x74\x89\xa9\xf8\x85\xef\xa7\x97\x6f\x5d\xe2\x14\x42\x18\x4a\x74\x78\xc9\x19\x4c\xaf\x64\x4b\xcf\x61\x71\xa8\x9e\xe2\x0c\x25\xbf\x40\xae\x42\xfd\x16\xb3\xa0\x5c\xb3\x04\xda\xe9\xb8\xb4\xbe\xbb\xc9\x28\x5a\xff\xb8\xb3\x65\x92\x77\xbc\x16\xb1\x39\x63\x1c\x8c\xc3\x99\x8e\x37\x9a\x84\x4e\x09\xec\x76\xc1\x75\x24\xd6\xe2\x04\xf4\x42\x24\xad\xb1\xee\x4b\xaf\x27\x2c\x1b\x56\xfe\x9a\x90\x92\xb7\xd4\x97\xe6\xc4\x8e\xb5\xb9\x4e\x8a\x29\x99\x2c\x0e\x7e\x16\xcf\xf7\x2e\x83\xbe\x48\x28\x16\x0c\xa6\x7a\x79\xac\x0e\xa5\x66\x89\x33\x30\x97\x5b\x58\xcb\x9f\xd2\x02\x05\xbe\x32\x5b\x85\xe6\x45\xce\xe8\xa1\xcb\x24\x85\x30\x5f\x14\x5b\xb2\xce\x75\x33\x1a\xa6\xba\x5e\xf2\xfb\x06\xc1\x9c\x4e\x1f\x1f\x0d\x06\xb3\x0e\xb7\x56\x87\x62\xd4\xb6\x7c\xb0\x34\xa5\x53\xa7\x97\x76\xa3\xd3\x89\x2c\xe2\x7a\x54\xdd\x82\xe9\x5e\x82\x05\xe9\xb0\x65\x78\x21\x09\x43\xef\xec\x94\x8d\x98\x46\xed\x3d\x51\xc9\x89\x3e\x39\x36\xfb\x6c\xe1\x77\x9c\x51\x33\x29\x4a\xdb\xf4\xe4\x94\x5d\xe5\x21\x15\x12\xb3\xe1\x28\xe2\xb2\x80\x94\x36\x38\x56\x4a\xbf\x8b\xbe\xcb\x06\xb9\x97\x94\x3d\x55\x6b\x77\xac\xef\xa5\x51\x10\x03\xe6\x59\xba\x28\xe3\x32\xf5\x39\x7a\x8b\x12\xf1\x80\x5b\x5d\xda\xfc\xcd\xec\x4c\xa5\x37\xf4\xaa\x96\x06\xbf\xee\xdd\x99\xb1\xdc\x0c\x7d\x13\xa9\x39\x60\x0d\xb8\x03\xad\x36\xd7\x13\x6f\xb7\x42\x35\xe6\xea\x6d\x9b\x3e\xee\x1f\x8c\x3f\xf7\x4f\x86\x8b\xfd\xdf\xd6\xc5\xf2\xae\x36\x0a\xd9\x8c\x1a\x31\x58\x62\x1c\xe3\xdb\x70\x2f\x0f\xf4\xc1\xab\xe7\x83\x9d\x41\x43\xa6\xfa\xdb\x96\xb5\x5b\xb6\x6b\x7d\xa2\x37\xaf\x77\xaa\xda\x20\x67\xd0\x03\x5f\x20\x22\x61\xe2\x39\xb5\x49\xd8\x5f\xe2\x0a\x07\x3e\x15\xe9\xd2\xc6\x56\x69\x72\xc4\x75\x55\xd0\x3a\xa5\x43\x2c\xd6\x0e\xd7\x53\xe9\x5e\xa3\x4b\x3a\xd8\xfd\x10\xd3\xb9\x41\xc3\xf2\x15\xcc\xef\x89\xae\xd0\x67\x9f\xc8\x87\x6d\x37\xa6\x31\x2f\x5b\x8a\x88\x0a\xfb\xb4\xfd\x87\x15\xf2\x7b\xb1\xc8\xef\x8a\xa8\xed\xd1\xf8\xc6\x74\x5a\xfa\xd4\xd8\xb4\x17\x59\xb2\xeb\x23\xa5\x17\x54\x61\xdb\x00\x8e\xbb\x52\x6f\xd8\xe3\xc2\xff\x56\xb5\x34\xae\x61\x4e\x69\x8c\x6c\x0e\x48\xf8\xc5\x0d\x36\x5e\x34\x6a\x40\xa7\x69\xb9\xed\x17\xfc\x87\xdd\xa6\xc0\x6b\xfd\x84\x23\xdb\x8d\x85\x83\x4b\x1a\x11\x03\x95\xc0\x49\xec\xaa\xd0\x5e\x53\xb0\x92\x70\xc9\x36\x9e\x24\x8c\x6e\xa2\xf1\x5a\x5b\x09\x1c\xff\xea\xba\x06\x28\xf8\xb5\x73\x69\xef\x65\x07\xef\xb2\x39\xec\xf7\x62\xf7\x30\xe2\x94\x49\x67\xe1\x39\x15\xad\xf5\xfa\x63\xf6\x8b\x6d\x70\xbf\x68\x5c\xf6\x9b\x96\x9e\x2f\x40\x59\x9c\x6d\x55\x74\x33\x9f\xfd\x9b\xf6\x2c\x14\x29\xbb\x0c\x5c\x70\x9b\x55\x5d\xba\x32\xbd\xd3\x26\x77\xf7\x6a\x4b\xf7\x0f\x74\x29\xa5\xb4\xe7\x9c\x0b\x76\x30\x94\xd2\x46\xd3\x97\x94\x3a\xcd\x21\xcf\xbf\xdb\xc6\xd2\x5b\xe3\x20\x61\xc1\x37\x38\x4a\xfd\x94\x4a\x3d\x66\x1b\xb2\x1c\x3b\x3c\xd9\x01\x64\x53\x75\xbf\x81\x61\x2b\x38\xaa\x8c\xb7\xc6\x7f\x8f\xd5\x8c\x18\xed\x91\x10\xa0\x2f\xa4\x42\x49\xb3\x58\xaa\x4b\xb3\x4d\xcb\xd4\x8b\x8a\xc1\xc5\x50\x4f\x6e\x87\x1d\x12\x92\x41\xc8\x78\x25\xf9\x2d\x7c\x22\x3c\x7d\x26\x45\xa2\x6d\x25\xc9\x11\x4d\x13\x54\xba\x04\xc0\x60\x29\x58\x12\x20\x39\x62\x74\x19\xcc\x5b\x98\xec\x52\x85\x00\x7d\x8d\x3b\x13\xfb\x7e\x45\x5e\x6f\x16\xba\x6c\x3a\xbc\x8d\x3e\xed\xe8\x49\x80\xd2\x5f\xea\x85\xd2\xef\x7e\x77\x1a\x8e\xa9\xad\xc2\x0e\xa8\x58\x4e\x39\x4a\x4f\xe0\x60\xd8\x1f\x45\x35\xe5\x40\x9b\x4a\x76\xb2\x96\xbd\xde\xab\xab\xb1\xe5\xf0\xb8\x91\x96\x74\x34\x6d\xb1\xdf\x3b\xca\x6b\xb7\x6d\x63\xbe\x85\x85\x17\x37\x6f\x32\x7d\x2b\x82\xdd\xf7\x04\x30\xdc\xaf\xb5\xc9\x8c\xdf\x41\x97\xfa\x5f\xf0\x32\x18\xfc\x43\xf8\x91\x01\x1a\xc1\x49\x71\x22\x0f\x2a\x51\x0e\xd0\xe9\xd0\xfb\xbd\xe8\x05\xa1\xb2\x2d\x5c\x31\xd2\x9b\x97\xb9\x81\x66\x2f\x75\xea\x08\x94\x47\x5b\x88\xc9\x68\x9a\x09\xb1\x6e\x5a\x6b\xd2\x20\xf7\xf3\x2d\xc6\xeb\x76\x9a\x61\x73\x9a\x66\x12\x60\xd5\x9f\x9a\xb6\x50\xfe\xfe\x3d\xf7\x4e\x7b\x6b\xd9\xa9\xcc\x50\x8b\x8d\xa6\x6d\x19\x3b\xdc\x68\x32\x1b\xd3\xcc\x2a\x8e\xd5\xa4\x66\xde\x00\xc7\xc0\x2b\x7a\x83\x03\xd2\x97\x2d\x2b\x9c\xf4\x3c\x14\xa8\x62\x28\x3d\x31\xb9\xf2\xc9\xe3\xcd\xce\x3a\xaa\xb8\xaa\xed\x1c\x0c\xfb\xdb\x9a\x4b\x7e\xf2\x53\xee\xfe\x14\x59\x28\x15\x9b\xa2\xf2\x84\x38\xfd\xb6\x2d\x84\x25\xdc\x4a\x6d\xfd\x54\xb3\xe5\xc1\x7a\x91\x8c\x4d\xbf\xf1\x44\x7d\x0d\xa6\xd3\x60\x3c\xbf\x1f\x0c\x7e\x43\xbc\x0a\x47\xc1\x1d\x47\x02\x57\xa1\xba\x9d\x4e\x2e\xa7\xc1\x8d\x8a\x66\x7e\x52\x70\xae\x2e\xa6\x61\xa8\x26\x17\x6a\x74\x15\x4c\x2f\xc3\x21\xd7\x4d\x43\xae\xe8\x10\x92\xd1\x41\x87\x00\x56\x4d\xe4\xef\xf0\xcf\x79\x38\x9e\xab\xdb\x70\x7a\x13\xcd\xe7\xa0\x76\x76\xaf\x82\xdb\x5b\x10\x0f\xce\xae\x43\x75\x1d\x7c\x45\xf8\xf9\x73\x14\xde\xce\xd5\xd7\xab\x70\xac\x26\xa4\xfe\x35\x02\x3b\xb3\x79\xc0\xf5\xd1\x58\x7d\x9d\x46\xf3\x68\x7c\x29\xf4\x38\x9e\x98\x46\x97\x57\x73\x75\x35\xb9\x3e\x0f\xa7\x32\xc3\xf8\x1b\x0e\x97\x8d\xea\x36\x98\xce\xa3\x70\x46\x36\xbe\x44\xe7\xfd\x3b\x1d\x04\x33\x70\x7d\xa0\xbe\x46\xf3\xab\xc9\xdd\xbc\xe5\x1d\x77\x0b\xc6\xf7\xea\x5f\xd1\xf8\x7c\xa8\xc2\x48\x08\x85\x7f\xde\x4e\xc3\x19\xaf\x0f\xda\xd1\x0d\x18\x0e\xf1\x31\x1a\x8f\xae\xef\xce\x65\x3c\x72\x06\x0a\xe3\xc9\x1c\x62\xc2\xc5\xb0\x6c\x3e\x11\xc9\xf8\xb5\x9e\x3a\x99\x01\xfd\x9b\x70\x0a\xf1\x8d\xe7\xc1\x59\x74\x1d\xe1\x48\xce\x53\x2e\xa2\xf9\x18\x47\x88\xe8\x02\xcb\xf9\xe8\xee\x3a\xc0\x25\xee\xa6\xb7\x93\x59\x78\x6c\x05\x08\x1a\x10\xf7\x34\x9a\xfd\x4b\xe1\x02\x4e\xac\x7f\xdc\x05\x0d\x1d\xc8\x16\x24\x6e\x82\xf1\x48\xd4\xb4\xa7\x46\xde\x56\xdd\x4f\xee\x10\x1f\x70\xeb\xeb\xf3\xde\x77\x8a\x29\x54\xe7\xe1\x45\x38\x9a\x47\x5f\xa0\x5b\x2c\xc4\x29\xb3\xbb\x9b\xd0\x49\x7b\x36\x17\xf1\x5c\x5f\xab\x71\x38\x02\xb7\xc1\xf4\x5e\xcd\xc2\xe9\x97\x68\x24\x52\x98\x86\xb7\x41\x34\x55\x32\x37\x9a\x4e\x49\x65\x32\xe6\x80\xe1\xd3\x31\x15\x07\x80\x84\x5f\xa8\xfe\xbb\xf1\x35\x6f\x3a\x0d\xff\xb8\xc3\x65\x5e\x01\x01\x29\x04\x97\x00\x1a\x05\xd9\xd5\xf9\xd7\x08\x47\x53\x3b\xfb\x8a\x1f\xca\x16\x7c\x68\x15\x7f\x0f\x08\x4d\xd4\x4d\x70\x6f\x47\x55\xf7\x1e\x1a\x38\xd1\xcf\xb2\xfa\x88\x80\x3c\x5b\x60\x06\x67\x13\x4a\xe0\x0c\xfc\x44\xc2\x16\x18\xa1\x38\xa8\x9e\xf3\xe0\x26\xb8\x0c\x67\x1d\x00\xc8\xd1\x6e\xb6\x36\x54\xb3\xdb\x70\x14\xf1\x1f\xf8\x0e\xd8\x41\xcf\xd7\x56\x26\x30\xa0\x3f\xee\xa8\x42\xfc\xe0\x88\xa8\x00\xba\x24\x05\x62\xd0\xe9\x8b\xe6\x47\x9c\x8d\x3d\x3e\x70\xf6\xbe\x49\x1e\xb6\x67\xbf\xc4\x9e\xba\x9e\xcc\x04\x68\xe7\xc1\x3c\x50\xc2\x31\xfe\x7b\x16\x72\xf5\x34\x1c\x43\x5e\x62\x4a\xc1\x68\x74\x37\x85\x59\x71\x05\x77\x80\x9b\xd9\x1d\x0c\x2d\x1a\x5b\xa5\xf0\xbe\x62\xc8\xd1\xf4\xbc\xb1\x25\x81\xe7\x45\x10\x5d\xdf\x4d\x5f\x00\x0c\x27\x4f\x20\x42\x92\x14\xa0\x75\x14\x62\x57\xcc\x90\x13\x12\x03\x2a\xba\xc0\x51\xa3\x2b\xa7\x3d\xd5\xb3\xd8\x7b\x75\x05\x55\x9c\x85\x58\x16\x9c\x7f\x89\xc4\xea\xdc\x39\x60\x32\x72\x32\x99\x38\x0a\x4e\x8e\x4c\x37\xc6\x76\xe1\x2b\xb3\xcc\xc1\x20\xd8\xb2\x33\x97\x7e\xfb\xcc\xf2\x82\xee\x1e\x3f\x20\x09\xb5\x6f\x22\xe6\x12\xe6\xf1\xe3\x3d\xdd\xeb\x18\x19\x8d\x8b\x68\x66\x30\x70\x31\x70\x89\xf8\x99\x15\x5b\x76\x55\x6c\xc2\x63\xdf\x25\xf8\xde\xa2\x9b\x2b\xbb\x16\x88\x0b\x8b\x0f\xa5\x46\xa8\x34\x95\x42\x76\x69\x52\x56\x9f\xb5\x4d\xc7\xd7\xf5\x26\x46\x65\xe9\x5e\xd2\x2c\xb8\x84\x6f\x5f\x18\xe4\x92\x75\xaa\x25\x29\xe1\x43\x27\xd3\x4c\xd2\xf9\xc6\xa7\xe7\xf5\x6d\xb0\x6b\x66\xea\x7c\x99\xd0\xcb\xd4\x3b\x0f\x9f\xba\x5d\x5a\xdf\x05\x9c\xb7\x35\x41\x55\xc5\xae\x4c\x6e\x73\x9f\x66\x1a\x56\x74\x3b\x19\xb0\x62\x79\x28\x66\xe2\x15\x59\x26\xbb\xcd\xe6\x8d\x5f\x2b\xfd\x72\x4a\x40\x66\x75\xae\xbe\x97\xaa\x9b\x77\x61\xeb\x49\x23\xd2\xfb\xfe\x3b\xb2\x80\x27\xbd\x73\x45\x7a\x92\xd5\xc6\xa5\x61\xfd\x11\x9a\x90\x12\x1a\x66\x5d\xd4\xd9\xd2\x26\x6e\x9d\xfe\x98\x56\x07\x4d\xd0\x3f\x40\x3a\x94\xfb\xe6\xf8\xb6\x90\x36\x7d\xbf\x43\x24\x75\x9a\x6b\x9b\xf3\x81\x01\xc3\x3c\x64\xf2\x4f\x0a\x52\xf6\xfa\x1e\x5b\xe7\xee\x1f\x90\x89\xc5\x1b\x4f\x76\x51\xa6\x7a\xa5\x10\xd5\x63\x61\x56\xe6\x36\x95\xe4\x6b\xc7\xbf\xab\xfd\xb7\x81\xbb\x9d\xfa\xa7\xec\x65\x44\x97\x74\xe6\x77\x4e\xf8\x53\xd3\x76\x88\xf6\x5e\x39\x9c\x36\xaf\x89\x7a\x3a\xb5\xe9\x6c\xe7\xad\x06\x7e\x78\x75\x32\x83\x3a\x81\xb3\xfe\x37\x06\x88\xe6\xc7\xd3\xc0\xd3\xce\xa4\xd9\x3f\x84\xc4\xf1\x87\x7b\x93\x98\x97\x59\xef\xf1\xcb\x1b\x76\xfb\x82\x6e\x56\xb2\x66\x87\xba\x72\xd2\xf3\xd9\x12\x6c\x04\x0a\xb2\xc5\x87\x0f\xce\x74\x24\x3e\x40\x9f\x36\x53\x2d\xcd\x72\x42\x7a\x83\x2c\xb9\x41\xb6\x69\xe4\x43\x0a\xfb\x31\x16\x6c\x7f\x3f\xc4\xce\xb4\xfe\x9e\xf8\x6c\x97\x8a\x19\xab\x94\x42\x34\x26\x96\x92\x5d\x60\xb6\xad\xc9\x5e\xe7\xf4\x3d\x9d\x74\x87\xba\xad\xd8\x4e\xd9\x57\x04\x50\x7f\x30\x4b\xb5\x2f\x4d\x87\xea\xd7\xbf\xff\xa2\x6e\x62\xd4\x66\x01\x27\xa7\xa3\x78\x03\xb8\x2e\x1f\xb4\x7f\x5e\xfa\xf3\x6f\x43\x3e\x2d\x75\x8f\x7b\x58\xc8\xf5\x9a\xab\xf8\x9f\x1b\xd5\x48\x5f\xcf\x3e\x56\x22\x50\x34\x5f\xb0\x94\x45\x0e\xbe\xed\xc3\x1a\x64\xe2\xf0\x4e\x69\x76\x2c\x5e\xb2\xd7\xf2\xec\xcd\xd9\x86\x8d\x0f\x83\xd6\xb6\x50\x5c\x4c\x71\x95\xcd\x1c\x2b\x4b\x1f\x9d\xc7\x93\x89\x1b\xd6\x89\x13\x31\xf6\xe9\x40\x6f\xd0\x06\xe0\xeb\xcf\x83\xc1\x65\x8e\x64\xf7\xc9\x66\xd9\x1e\x9a\xbf\xe2\x5a\xfb\xa6\xf7\xed\x9b\xea\x5b\x9e\xea\xee\x4c\x0a\x26\xf3\x22\xf5\xe0\x6c\x36\xb9\x46\x42\x70\x7d\xdf\xcd\x63\x4f\x45\xdb\x4e\xd1\xaa\xda\x01\xad\xff\x36\x14\xce\xf3\x07\xf7\xde\x65\xdf\x72\xdb\x88\x20\x4e\x5a\x67\x3c\x83\xb2\xdc\x37\x64\x6b\xb7\xfe\x81\x54\x5b\x0c\x9d\x76\x8f\x49\x3e\x74\x19\x70\xef\x82\xd6\xbb\x2d\x4b\x2c\x69\xa3\xb4\x63\x4d\xcf\x97\x9c\xdf\xec\x76\xa8\x94\x3f\xa5\x9a\xea\x8c\x13\x7b\x15\xdc\x5b\xed\xc3\xc9\x0a\x47\xd4\xa5\xd1\x43\x3f\x43\xb1\xc7\x49\x6b\xcd\x34\x2d\x75\x76\x74\xa4\x45\x86\x0a\x49\x6a\xfa\xc2\xbd\x74\x81\xfa\x5e\xe5\xec\x54\xc9\x1b\xab\x44\xd8\x13\x3b\x5e\x50\xb9\x20\xf9\x31\x01\x03\x8f\xd2\x4a\xd8\xe8\xbc\x86\xac\xf4\xc6\x7c\xfc\x48\x1f\x2b\x25\xac\xa9\xd9\xbd\xea\x3e\x76\xed\x5b\xa0\x8c\x87\xf8\x48\x4f\x96\x68\x78\x86\x62\x87\x6d\x87\xfe\x31\x28\xbb\x55\xd2\xa1\x76\xbb\x37\xba\x3c\x52\xfe\xf9\xac\x61\xe1\x9c\xc9\xe3\x44\xb8\x34\x99\x68\xf0\x2d\x2b\x5f\xf7\xb4\xd3\xd7\xf6\x59\xc9\x41\x3b\x88\xf4\x09\x01\x0d\x96\xaf\x47\x4d\x5c\xee\x8e\xd5\x95\x4c\x0b\x11\x30\xd9\x62\x3f\xb5\x93\x06\x59\x4f\x54\x9a\xcf\x64\x7c\x57\x2c\x77\xb9\xf6\xa6\xcb\x18\xb5\xd8\x35\x47\xd8\x16\x7c\x7b\xb4\x98\x02\x63\xaf\x73\xa0\xde\xde\xfe\xdd\x81\xf5\x07\xb8\xe7\xe6\x03\x7b\x7f\x69\x69\x67\x0f\x9b\x2d\x22\x68\xd9\xe6\x14\xf2\x32\x4e\x9e\x66\xf3\x1f\x7c\xeb\x5d\x9a\xa3\x66\x1c\x05\x2e\xfe\x8f\x4c\xaa\xab\x38\x79\xd4\x25\xe3\x23\x45\x81\xd2\xb4\x14\x7b\x9a\xef\x60\x6d\x45\xfe\xfb\x50\x9d\x20\x97\x2a\xd3\xcc\xbe\x82\x77\x3f\x0f\x91\x41\x69\x93\xca\x28\x14\x8b\xbf\x00\x4f\x44\x6f\x5c\x7d\x68\xa6\x0a\x76\x50\x2d\x5d\x9a\xff\x19\xfc\x27\x00\x00\xff\xff\xd1\xb7\x23\xcf\x85\x2f\x00\x00") + +func confLicenseGnuGeneralPublicLicenseV10Bytes() ([]byte, error) { + return bindataRead( + _confLicenseGnuGeneralPublicLicenseV10, + "conf/license/GNU General Public License v1.0", + ) +} + +func confLicenseGnuGeneralPublicLicenseV10() (*asset, error) { + bytes, err := confLicenseGnuGeneralPublicLicenseV10Bytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/license/GNU General Public License v1.0", size: 12165, mode: os.FileMode(420), modTime: time.Unix(1440548254, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confLicenseGnuGeneralPublicLicenseV20 = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xbc\x5c\xdb\x72\xdb\x48\x92\x7d\xd7\x57\x54\xe8\xc5\x52\x04\xad\x6e\x7b\x76\x66\xa7\x5b\x4f\x94\x44\x59\x9c\x91\x29\x0d\x49\xd9\xa3\xb7\x01\xc9\xa2\x88\x31\x08\x70\x51\x80\x64\xfe\xfd\x9e\x93\x59\x05\x14\x78\xb1\x7b\x62\x23\x76\x63\x7b\xbb\x45\xd4\x25\x2b\xaf\x27\xb3\xb2\xf6\xd3\xe8\xc9\x7c\x1a\x8c\x06\xe3\xfe\xbd\x79\x7c\xba\xba\x1f\x5e\x1b\xfc\x33\x18\x4d\x06\xe6\xe4\x8b\x2d\x5d\x5a\xe4\xe6\x63\xcf\xfc\xad\xce\xad\xf9\xf0\xdb\x6f\x1f\x4e\xae\x8b\xcd\xb6\x4c\x5f\x56\x95\x39\xbb\x3e\xc7\x4f\x7f\xfd\xad\x27\x1f\xcc\x6d\x69\xad\x99\x14\xcb\xea\x2d\x29\xad\xb9\x2d\xea\x7c\x91\x54\x98\xde\x33\xc3\x7c\x7e\x61\x4e\xfe\xcc\x21\x49\xfe\x2d\x4b\x73\x33\xa9\x30\xb8\xea\x99\xdb\x74\x59\xad\xcc\x6d\x56\x14\x65\xcf\x5c\x15\xae\xe2\xf0\xcf\x7d\xf3\xeb\xc7\x0f\x1f\x7e\x7d\xff\xe1\x4f\xbf\x7e\xe8\x99\xa7\x49\xff\xe4\x64\xf0\x6a\xcb\x6d\x01\x1a\x52\x67\x36\xb6\x5c\xa7\x55\x65\x17\xa6\x2a\xcc\x1c\xe4\x98\x24\x5f\x98\x45\xea\xaa\x32\x9d\xd5\x95\x35\x18\x3b\xc3\xd6\x6b\x7e\x4c\xad\x33\xc5\xd2\x54\x2b\x4c\xcc\xd2\xb9\xcd\x9d\x35\x8b\x62\x5e\xaf\x6d\x8e\xfd\x31\xdc\xcc\x57\x49\xfe\x92\xe6\x2f\x26\xad\xb8\x7a\x5e\x54\x26\xc9\xb2\xe2\xcd\x2e\x2e\x4e\x4e\x1e\x4b\x9b\xac\x67\x99\x3d\x39\x99\xae\x6c\x58\xc0\x99\x65\x51\x9a\x35\xc8\x35\x2e\x9c\x97\xff\x2c\xac\x4b\x5f\x72\xa5\xab\x4a\xbe\xe1\xc7\xb7\x64\x6b\xb6\x45\x5d\x9a\x25\xce\xbb\x28\xd6\xfc\xe2\x56\x32\x1e\x24\xcb\xce\x38\x52\x75\x61\xae\xb6\x20\x36\xaf\xca\xc4\x81\xaa\x0a\x5b\x89\x5c\x6c\x6e\xcb\x24\x33\x8f\xf5\x0c\x3b\x9b\x7b\x4f\x3e\x88\x4c\xf3\xca\xe6\x0b\xdd\xe9\xa5\x4e\xc0\xd6\x0a\xcc\xff\xe9\x4e\xfc\xd6\x90\xfc\xfe\x3d\x86\xac\x49\xa6\xab\x31\x8c\x9b\x36\xa7\xc1\x16\x32\x96\xe7\x04\x33\x40\xa2\x33\xb5\x83\x3a\x5c\x98\x29\x39\x79\x84\xb2\x64\xb3\xc9\xc8\x70\x2e\x4c\xee\x08\xe3\xed\x51\xcd\x78\xe7\x22\xfe\xe5\x72\x98\x24\xdf\x9a\x02\x73\x4a\xb3\x29\x8b\x97\x32\x59\x9b\xb7\x55\xc1\x95\xeb\x6a\x55\x94\x0e\x4c\x5a\x43\xf6\x1c\x59\x3b\x95\xd9\x85\x39\x9b\x14\x6b\xeb\x67\x1d\xdb\xaa\x73\xb4\x79\x01\x0d\x01\xf3\x66\xdb\x86\xd5\xf7\xd6\xe1\x78\x47\x39\x9e\xbb\xca\x26\x8b\x8b\x73\xf3\x5c\xd4\x66\x9e\xe4\x72\xd2\xad\x51\x4a\x84\xed\x9e\x5c\x07\xe9\x15\x05\x14\xe7\xeb\xca\xe6\xe6\x0d\x2c\xdd\xd8\xe4\x1b\x19\xd1\xe1\x7d\x8f\x9f\x48\x4d\x69\x97\xb6\x2c\x79\x12\x2c\xe4\x45\xd7\x13\x1d\xdc\x94\xd8\xfc\xc2\x3c\xd4\xc7\xa8\x72\x7b\x3a\x17\x0b\x33\xa9\x48\x97\x59\x25\xaf\x2a\xda\x48\x2d\x22\x4b\x69\x0d\xa4\x43\x9e\x39\xf3\x4a\x53\xbe\xa8\x0e\x88\xf9\x80\x41\xaf\xd8\xda\xa4\x4b\x59\xfa\x2d\x75\xab\xf3\x5e\xbb\x55\x69\xe7\x36\x7d\xe5\x22\x75\x39\xe7\xd2\x0b\x08\xa5\x14\x6e\xbd\xd8\x4a\xac\xcb\x4f\x84\xb6\xe2\xcf\x68\x2a\xc7\x78\x15\xed\xa8\x21\xa6\x43\xeb\x0c\x68\x9c\x2b\x95\x5c\x24\x37\xb9\x7d\x53\x7a\x03\xd3\x2f\x55\x7d\xc2\x72\xdf\xf2\xe2\xad\x59\x77\x51\x70\x4d\xc7\x95\xc1\x66\x07\xd1\x4c\x0b\x4e\xac\xec\xbc\x52\xd1\x89\x37\x73\x22\x92\xdc\x46\x9c\x2c\x2d\xf9\x34\xa7\xfa\x38\x5d\x1c\xac\x98\xa5\x0b\x2a\x29\x5d\x11\x59\x69\x73\x31\x70\xbf\x85\xae\x44\xb2\xa9\xca\xee\x9b\x7e\x2a\x28\x93\x92\xf6\x5a\xca\xf1\x74\x14\x2d\x49\xe6\x74\x76\x81\x25\xbb\x2c\xa9\x64\xf1\xb9\x2d\xab\x04\xc7\xc5\x88\x0d\x3e\xa6\xb3\x34\x4b\xab\xd4\x7b\x1f\xae\xec\xf9\x79\x50\x9e\x31\x1f\x7b\xa4\xc8\x0f\x5e\x17\x8b\x74\x49\xcd\x05\x23\x6e\xf1\xb3\xfd\x9e\xac\x37\x19\x86\xfc\x68\x31\x57\xcf\x57\x26\x09\xec\x06\xa7\x56\x56\xac\x0d\x7f\x55\xa9\x9c\x57\x1c\x85\x59\x5a\x2c\x24\xbb\xd4\xb0\xfe\x97\xd4\xeb\x1e\x34\x23\xc5\x52\x39\x58\x43\x67\xd2\xf2\xa0\xab\xa7\x17\x62\x5d\x32\x75\x47\x93\x31\x63\x2b\x86\xd5\x6b\xb4\x2c\xd2\x2c\x3d\x6a\xa3\x74\x17\xa6\x0f\x65\x68\xa8\x70\x2b\x28\x03\x86\xac\x83\x1a\x20\x7a\xd0\xef\xc8\xa2\xaa\x2a\xf8\xaf\x34\xa8\x01\x4d\xd7\x1e\xd2\x0f\xe8\x3b\x42\x55\xf5\x06\x69\x56\x76\xe3\x7e\x37\x67\x1f\xce\x25\xfa\x68\x30\xec\xf2\x9b\xea\x78\xf6\xf1\x1c\xbc\x83\x79\x7b\x05\x89\x02\xd0\xdb\x2a\x05\x43\xc9\x1f\x27\x1f\x33\xfb\x02\xf3\x96\xb8\xe6\x24\xe2\xfa\xc0\xd6\x8b\xc5\x81\x35\x7f\x91\xb0\x23\x02\x8c\xf7\x03\xcd\xfd\xcc\x81\x39\x94\x82\x4d\x28\x2b\x71\x97\xf0\xaf\xfe\x20\x5c\x93\x34\xe1\x38\xaa\xe8\x62\x83\x41\xd1\x83\xa2\x09\xaf\x6d\x88\xb4\x35\x15\xd6\x55\x98\xe6\x1a\x29\xa8\xff\xcc\x0b\xcc\x2f\x19\x74\xb6\xad\x77\xe8\x38\x90\x0b\x33\x5c\xee\x45\x14\xa1\x3c\x55\xbf\xeb\xe0\xb2\xb9\x89\xcd\x9c\xfa\xfe\x4d\x02\x07\x0c\x02\xf3\x96\x3c\x06\x9d\x48\x75\x40\xad\x97\x16\x68\x79\x0b\x6a\xa1\x1e\xce\xc7\x6d\xee\x58\x40\x1e\x69\x9e\x64\x3d\x95\x31\x86\x31\xa6\x80\x0f\x88\xe2\x6b\x89\x9c\x65\xb1\xa8\xe7\x4a\x86\x04\x0d\x8a\x16\x6a\xc9\x05\xe0\x8e\x33\xca\x9d\x22\x88\xd6\x0a\xe1\xe7\x1d\x06\x6c\xea\x4a\x22\x0a\x35\xe5\x96\x1f\xb3\x6d\x4f\xb6\x88\x3d\x12\x09\xaa\x56\xc0\x0e\x08\xd3\xd8\x09\xa1\x9d\x8c\xac\x10\x32\xe4\xec\x9e\x27\x1b\x7e\xa6\x27\x80\xc6\xd1\x9b\x8a\xd7\x78\x2d\xd2\x85\x6c\xbe\xa0\x3f\x2c\xf5\x08\x88\x56\x41\x11\x18\x05\x61\x92\x49\x77\x3f\x39\x41\x9a\x2f\xd2\xd7\x74\x51\x93\x26\x53\xcc\x44\xa6\xba\x47\x83\x5c\x7a\xf4\x9f\x16\x5a\x39\x17\x23\x93\xc0\xb3\x6a\x97\xc1\xbf\x11\x77\x6c\x95\x94\x5b\xf8\x27\xfa\x49\xa8\x03\x35\x05\x12\x16\xc1\x08\xb7\xd7\xc9\x82\xa8\xc5\xcc\x33\x9b\x94\x11\x8f\x75\x2b\xb1\xba\x59\x03\x96\x16\xaa\x95\x5e\xab\xde\x79\x45\xa1\x5b\xc7\xcf\xe4\x79\x33\x2e\x11\xe0\x75\xa1\x50\x6b\x43\xc9\x37\xe6\x2a\xe1\xa8\xc0\xf1\xd4\x4d\x72\x45\xda\x07\xc8\x8f\x4c\x24\x28\xb9\xea\xd9\x5c\xe3\xfe\xb2\x20\x96\xe3\xa2\x83\xf1\xe7\x89\xe9\x8f\x6e\xcc\xf5\xc3\xe8\x66\x38\x1d\x3e\x8c\x26\xe6\xf6\x61\x8c\x3f\x1f\x9f\x87\xa3\x4f\x3d\x73\x33\x9c\x4c\xc7\xc3\xab\x27\x7e\x92\x81\x9f\x1f\x6e\x86\xb7\xc3\xeb\x3e\x7f\x38\x39\xf9\xd5\x63\x9f\x03\x60\xc7\x6b\x98\xb0\x10\xa4\x29\x14\x79\x2b\xca\x6f\xde\xd2\x09\xed\x20\x0c\x9c\x83\x27\x66\x0c\xdd\x64\xc9\xbc\x45\x20\xad\x1b\x59\x15\x19\xc3\x84\x4b\xb6\x1e\x91\xae\x81\x20\xc1\xcc\xd6\x0f\x2c\xd4\x30\x65\x9e\x32\x27\xc0\xdb\xc3\x30\x41\xe2\x8c\x39\x7d\x54\xf2\x4e\x81\x79\x2d\x18\xd2\x53\xe4\xd1\x50\x2f\x1e\x3e\x3a\x02\x89\x57\x37\x96\x98\x53\x39\xc9\x2c\x51\xfb\x94\x8d\xc3\x6a\x66\x6d\x11\xb0\x8c\x4d\xe5\xc4\xd1\x17\xae\xc1\x75\x41\x69\xfa\x0a\x49\x40\x6b\x64\x15\xa5\xbd\x3d\x6f\x96\xbc\xfd\xae\x1a\x94\x0a\x2d\x38\x38\xb6\xd5\xb1\x9e\x6b\x41\x47\xe3\x95\xcd\xa6\x28\x45\xbc\x82\x09\x7a\x81\x80\x06\xf8\xf3\x04\x74\xd7\xb1\x2a\xb8\xe0\x41\x9b\x20\xbb\xa0\x37\xe0\xf9\x55\x60\x19\x0c\xae\x4e\x5e\xc0\xb1\xb3\x3b\x78\x3a\xd8\xf6\x12\x0c\xee\x35\xe3\xb9\x9f\x60\xef\x79\x56\x13\x7b\x73\x87\xa2\xa6\x02\x03\x92\xfa\xcf\x79\x23\x17\x73\x1a\x6f\x7e\x0a\xec\x38\xa0\x67\xf6\xda\x2e\x2e\x2b\x59\x2c\x4a\x2b\x6e\x2f\x71\xe6\x14\x81\xe0\x94\x9e\x1c\xde\xfa\x55\xe3\x7c\xe1\xb9\x4a\x74\xf4\xc7\xb4\x9d\x5e\x85\x36\xd5\x41\xb8\xad\xce\x5e\xaa\xcb\x14\x68\x55\x57\x2e\x15\x33\x46\x30\xc4\xea\x5e\x4f\x92\xb9\xa0\xf6\xb2\xce\xf7\xf8\xee\x7d\x6c\xc0\x2b\x76\xd1\xf3\xa8\x4b\x16\x83\x5b\x84\x65\x17\xeb\xdd\x29\x81\x92\x22\x27\x5e\x5e\xca\x7e\x14\xac\xb8\x74\xf1\x8b\x69\x25\xd1\xcd\x1c\xd5\x32\x73\x06\xc7\x66\x37\x04\x50\xb9\x50\x07\x27\x44\xe2\x66\x16\x10\x5b\x7c\x11\x8e\x79\x80\xe2\x73\x38\x56\x0f\x54\x1a\x0d\x2b\x6b\x42\x66\xae\xe5\xb8\x4b\x08\x23\xcd\x56\x8b\xc2\xd2\xb1\x7f\xf0\x58\x24\xd9\xfe\xf1\x04\xb3\x59\x44\xd2\x9a\x16\x03\x27\xae\x03\x8f\xa9\xae\x69\x2e\xc6\xb1\x86\x57\xaf\x01\xa7\x60\x77\x70\xdb\x36\x42\xb0\x64\xcc\x26\x9d\xd7\x45\xed\x32\xdd\x1d\xde\x46\x7c\x33\xd4\x16\xbf\x6c\x68\xe2\x08\x18\x38\x82\xc4\x7b\x4f\x64\x3c\x2a\x32\x32\xef\x73\xfc\x21\xe6\x59\x92\xae\xc1\x13\x10\x1d\xa2\xf8\xa5\xf9\x66\xed\x86\xd6\x40\xf9\x07\x8c\xa6\xd3\x5c\x88\x40\x44\x32\x4c\x6c\x3b\x3e\x50\xb3\x36\x8e\x4e\x66\xce\xe6\xd8\x85\xb1\x09\x67\x6b\x97\xe6\x18\x81\x82\x6d\x6e\x17\x45\xf5\x2e\xeb\xa0\x06\x72\x94\xe0\xd2\x9a\x7d\xb2\x02\xb2\x55\x04\xd6\x8e\x86\xa0\x1a\x29\x69\xae\x22\x10\xd4\x63\x12\x38\xd9\xd5\xd6\xc1\x32\xb2\xa0\xd5\x62\xc8\x21\xdf\x4a\x3c\xc2\x4a\x02\x58\xc4\x2a\x89\x47\x7c\xc5\xc6\x3b\x17\x9e\xb9\x81\x3a\x11\x96\x62\x10\xfd\x1e\x92\xea\x00\x7d\x41\xce\xc7\x56\x6f\x3c\x4e\x93\xf5\xf4\x4c\xe5\x61\x75\x09\xae\x72\xc7\xa5\x55\xab\x5a\x02\xdd\x5a\x89\x3d\x6a\x1d\x3d\x1f\x1c\xf7\xb5\x54\x7c\x7a\xd7\x03\x7a\xcf\x7e\x28\x84\x4c\xfc\xd1\x3e\x40\x92\xb0\xd9\x43\x5a\x99\x00\x64\x42\x69\xad\xaa\x88\x9e\xc2\xd9\x28\x30\xff\x7e\x72\x92\x9c\xb7\x28\x7e\x9e\xd4\x4e\x33\x80\x06\xfa\x2d\xd3\x4c\x43\xe6\x1c\x5c\x15\x96\xe2\x7c\x34\xeb\xa0\x6c\x8e\x9e\x54\xec\x38\x98\x82\x70\x59\xfd\x8c\xce\x0e\x5e\x67\x41\x2d\xf7\xea\xa6\xa3\x20\x81\xd9\xde\xfe\xa2\x8d\x3c\x74\xb3\x64\xc4\x23\x30\xc4\xdb\x92\x4f\x47\x53\x3a\x85\x22\x93\x2f\x02\x9f\xca\xaa\x0d\xdf\xfc\xcd\x69\x4c\xe3\x59\x76\xdd\x5d\x10\x24\xe7\x08\x58\x2e\x96\xcc\x5a\x3a\x60\x28\x21\x08\xd0\x1d\x12\x9e\x3a\x68\x2e\xe3\x90\xd8\x5d\x5a\x2e\x64\x05\x2a\xca\xb1\x48\x1f\x42\xfb\xc9\xc9\xfc\x3c\x20\xed\x86\xc5\x21\x8a\xe7\xd0\x1d\x41\x82\x80\xa1\x0b\xad\x9c\x08\x96\x67\xed\xa8\x4c\x18\x65\xe8\x49\xde\x58\xa7\x80\xf3\x8c\xf2\x36\x65\x1b\x75\x50\x3e\x42\x22\x25\x63\x65\xf0\xb0\xd4\x77\x51\xad\x68\x21\xc1\x73\x3e\xf8\x69\xe5\xa7\x5c\x20\x7e\x96\xf4\x03\x92\xb9\xb1\x9c\x41\xe7\x5d\x92\xf9\x00\x3f\xea\xad\xf2\xbc\xa8\xe1\x33\x58\x8b\xf3\x61\x55\x94\xfd\x0f\xf8\xb1\x06\x48\x1d\xcf\x4c\xce\x08\x3b\x91\x5e\xf4\x02\x9a\x6a\xe4\xef\x35\x9b\x82\xf0\x83\xcf\xdb\x02\x82\x94\xb9\xc4\x82\x23\xd0\x6d\x3b\x28\xb9\x11\x4b\x47\xf9\x7d\x38\xb4\x59\x16\xe2\x10\x97\x32\x92\x7e\x16\xe6\x35\xb5\x6f\x47\xbc\x1b\xf0\xc6\xe0\xfb\xdc\x8a\xcf\xf9\x9d\x31\xb2\x13\x42\x2b\x67\xb3\x65\xa8\xf9\x05\x76\xb3\x6e\xc9\x50\x25\x11\xb9\x11\xb4\xf2\x58\x93\xf5\x2e\x77\x7b\xea\x87\x8e\x87\xd8\x26\xb8\xff\x4f\x9d\x96\x5a\x03\xd1\xd5\x76\x16\xba\x38\x17\x78\x2e\x75\x0b\x19\xba\xd6\xb4\x5e\xca\x61\x3e\x12\x34\x9a\x28\xdb\xb5\x0a\x2f\x49\x61\xca\x20\x8e\xcf\x09\xd2\x31\xe3\xac\xaf\x7b\x08\x47\x98\xd6\xc9\x0c\x0f\x62\x8e\xd9\x99\xf7\x78\xa0\x6c\x46\x32\x12\x57\xe4\x58\x4d\x0a\xa8\x84\x34\xa5\xe0\xba\x16\x30\x70\xb0\xb3\x30\x29\x2a\x13\x37\x70\x5e\x53\xd7\xe0\xec\x2b\x53\xa2\x8a\x6a\x1e\x4b\x44\x77\x20\x54\x11\xbb\xeb\xb1\x88\x24\x75\xe1\xf6\x98\x2c\x4a\x36\xe4\x8b\x9d\xec\x78\x16\x29\x39\x24\x6e\x67\xeb\x0b\x73\x55\x57\xc7\xc6\x43\x51\xd7\xd1\xaa\x98\x2c\xae\x44\xb2\x3d\x75\x19\x9a\x4e\xa4\xee\xc7\x01\x41\x9c\x63\x8c\x13\x7d\xc0\xd1\x35\x42\x7e\x56\xe4\xc7\x3d\x4b\xcf\x97\x5d\xdb\x92\x84\x26\x5d\x1e\x28\x7b\x0c\x0b\xe0\xff\x9d\x75\xe8\x20\x78\x4a\xb6\xf4\xdb\x04\x70\x58\x8b\xb7\xd7\xa2\x04\x7e\x90\x3c\x50\x8f\x55\xda\x97\xa4\x5c\xc0\xa1\xcb\xee\x98\x64\xde\x18\x60\xb5\x34\x35\xc5\xc4\x5e\x54\x91\xe7\xf2\x52\xf4\xae\x1a\x52\x3d\x9f\x24\x98\x10\xd2\x44\xd5\x37\x01\x98\xae\x5b\xbe\xc1\x30\xcd\xc8\x4a\xde\x1d\xe4\x9e\x58\xcd\xc8\x31\xee\xd2\x40\x48\x2b\x81\xfb\xed\x56\x9a\x93\xd8\xef\xb6\xd4\x5c\x34\x14\xae\xb4\x3e\xc3\x4a\x42\x76\x90\xd9\x51\xd6\x23\xd4\x64\x2c\x2a\x84\x1c\xc8\x1d\x94\x1a\xce\x3c\xcc\x99\x11\xa4\x7a\x67\xb2\xa6\x47\x4b\x5e\x5e\xc8\xa5\xb0\x6c\x48\x54\xe4\x1c\xe4\xca\x41\x53\xde\x45\x49\xe2\x08\xe5\xc7\x1f\x28\xcd\x39\xff\x4e\xcc\x6b\x91\xd5\x6b\x0d\xaa\xf0\xfb\x45\x89\x6c\xc8\xfb\xec\xf6\x7c\x8a\x5a\x5b\xf7\x33\x2b\x83\xbf\x8b\xa8\x6b\x23\x97\x24\x17\x07\x22\xd7\x9f\x7e\x0c\xb1\x77\x0f\xb0\x4b\x3b\xc3\x93\x6e\x12\x80\xcb\xc7\x73\xda\x75\x31\xfb\x37\x6b\x1b\xa1\xfa\x0c\xd9\xcd\xeb\x4a\x9c\x0d\xb1\xd4\x0f\x80\x8f\x23\xf2\x01\x0d\x1f\x15\xff\x1c\x83\x3f\xf0\x04\xac\x5b\x79\x8b\xd2\xea\x02\xce\xaf\xc8\xa7\x3f\x47\x94\xdd\x10\x03\x40\x73\x1b\x39\xf0\xb7\xcc\x4a\x24\x2b\xb5\x96\x2b\x61\x6e\x0d\x9b\x00\xf6\x79\xcf\xf0\xac\xde\xb0\x4d\x1a\x7a\xde\xd2\x83\xad\xfe\x24\xfd\x3f\x72\x04\x11\xa9\x17\xd7\x1c\x2b\x15\xeb\xa4\x4c\xa1\xf1\x75\xa8\xca\xb4\xd5\x39\xc6\x16\xc5\x50\x97\x60\x5b\x4f\x70\xd4\xfe\x69\x92\xc6\x7a\x04\x1a\xf7\xcc\x6b\x92\xa5\xba\x14\x78\x94\xc1\x15\x57\x52\xf6\xb2\x66\x6b\x93\x52\xee\x42\x5a\xe8\xdf\x42\x9b\x6d\xcf\x83\x66\x8f\x7d\x72\x5e\x17\x69\xad\x37\x0f\x80\x59\x6f\x8f\x02\x82\x67\x70\xb3\x65\x40\xc3\x9e\x51\xb1\x56\xf6\x24\xb6\x7a\x3e\xef\x71\xb6\x8d\xba\xbb\x42\xe8\xf0\x5c\xa1\xda\xff\x3f\xaf\xe7\xc7\x34\x27\xcd\x79\x64\xb5\xff\x28\x87\x14\x14\xe9\x7d\xae\xe6\x28\xbb\xb7\x3a\x47\x8e\x08\xa4\x21\x25\xac\x24\x03\x09\xb9\x3a\x28\xf9\x53\xae\x3b\x35\x47\x5f\x4a\x59\x2e\x27\x5c\xa4\xdb\x43\xf6\xb4\x57\x72\x08\xb9\x7c\x87\xa4\x18\x20\xfd\xdc\x0e\xe5\x88\x01\xa9\x78\x65\x62\x56\x0c\x36\x94\x5a\x59\x31\x93\x7a\x16\x5c\xfc\x4c\x99\xec\xc1\x47\x27\xbb\x5e\xb6\xbe\x41\x6b\x51\x4a\x87\x5c\xab\x29\xe7\xd7\x4d\xf8\xe3\x20\xb9\xb9\xd5\xc2\x67\x37\x35\x02\x0b\x79\x99\x78\x2b\x20\x3e\xa6\x57\x4b\x61\x8d\x72\xc5\x9b\xeb\x8e\x21\x5f\xde\x23\x0b\xbf\x63\x8f\x9a\x39\x4b\xda\x66\x11\xc8\xac\xb2\xda\x89\x49\x24\xce\x15\xf3\x34\x54\xa2\xa0\xe0\x09\xd5\xda\x2e\xd3\x3c\xd5\xe2\x25\xf3\x1d\x3f\x5e\x7d\x69\x99\x6e\xf4\x2a\x76\x11\xc7\x20\x12\x97\xfa\x0a\x95\x20\x17\x96\x9b\xb3\x2c\x89\x83\x7f\x7b\xa2\x0b\x73\x07\x71\xbf\x92\xe5\x02\xce\xdc\xc6\x8a\x9c\x6d\x00\xa1\xbd\xbd\xe3\xc4\x36\x21\x77\x64\x74\xfc\xbe\x10\xc6\x93\xc8\xdd\x5a\x53\x65\x69\x00\x69\x3c\xed\x8c\x39\xb3\x96\xe9\xfc\xca\x60\xd1\x4c\x93\x04\x4a\xe9\xbc\x55\xfb\x75\xf2\x6f\x09\x9b\x6b\xa8\xb0\xc0\xcb\x33\x3d\x20\x29\xfe\x06\xc5\xb5\x99\xa2\x0b\x47\x5f\x7c\x1e\x0e\x88\x30\x53\x6a\xee\xe8\xb6\xae\x02\xf8\x92\xfa\x0e\xbd\x68\xf7\xf8\x4c\x64\x1c\x83\x87\x40\x0f\xa1\xb9\xd9\x2a\xc0\xed\xc4\x9b\xa3\xd4\x77\xbb\xcc\x43\x9c\x5e\xee\x05\xfc\x68\x75\xa2\xa4\x48\xf7\x79\xef\xe1\x4b\x54\xa2\xe6\x92\xe0\xcc\xe7\xb2\xb5\xef\x5e\x10\x7c\x9b\xf8\x9b\x5c\x51\x06\xa9\x0e\x7b\x5c\xda\xcc\x22\xde\x86\xbf\x15\x48\xdb\x5d\x60\x4f\xf9\x02\x60\x16\x3c\x29\x8b\xe1\x43\x2d\x40\xdd\x1d\x44\x86\x1d\x37\xc8\x92\x3f\x11\x6e\xfd\xb2\xda\xc9\x47\xdb\xf2\xe2\x7a\x83\x3c\x27\xea\xc0\x88\x16\xd9\xa9\xd5\x44\xcc\x00\xef\xfe\xab\x8d\xfa\xba\x10\x4b\x30\x5a\x2a\x41\x9e\x26\x85\x6b\xc5\x9f\x31\xea\xe8\xa2\x01\x55\x53\x9e\xc4\x7e\xdf\xb0\x7e\x2a\x99\x8f\x0f\xd6\xc1\x61\xc7\xd9\x55\x9f\x96\x86\xa8\xb5\xc6\x2c\x81\x28\x6f\x02\xe6\x8a\xa3\xbb\xff\x60\x73\xac\xcb\x0b\x1a\xd5\x3f\xb9\x74\x49\x6a\xfa\xfa\xca\x47\x29\x86\x89\x94\x42\xec\x60\xcf\x43\x54\x35\x36\x18\x98\x4b\x04\x2c\xd7\x2b\x8d\x4b\xd5\x72\x91\xf0\x22\xdc\x51\x8b\x68\xe9\x77\xf7\x97\x6c\x6f\xb1\xc2\xa5\x7f\x5a\xb6\x1d\x2b\x0d\x61\x62\x36\x22\x22\x26\x27\x52\xf6\xf7\x04\x20\x99\xe3\x8d\x11\xfe\x77\x59\x67\xea\x54\xb2\x34\x41\xe2\x07\xb9\xfd\x59\xe5\x16\x14\x20\xce\x13\xa9\x8c\x9b\x6a\x27\x7d\x70\x29\x6b\x81\x4d\x07\x02\xe7\xf8\x3e\x05\x3a\xd9\xe6\xec\x04\xb4\xa2\xdb\xbc\x06\x7c\x61\x2a\xae\xc5\xd2\xee\x55\xa8\x2f\xa5\x1d\x97\x0a\xeb\x32\x95\xdb\xbd\x6c\x68\xae\xd8\x93\x90\x50\x95\x12\xa2\x56\xe9\x2c\xad\xb4\x38\x9e\x25\x6f\xcd\xc5\xb7\x4f\xf1\xf6\x4f\x23\xcb\x20\xa2\x14\xbc\xd9\x9d\x85\xca\x1e\xc9\xee\x40\xe3\x9d\x72\xf9\x99\xaf\x06\x1d\x87\xdc\x5a\x72\xe1\xa5\xdd\xbc\x51\x18\xdd\x3e\xf1\x85\xd4\x8e\x78\x2b\x01\x9f\xbc\xe6\x95\x02\x88\xef\xca\xf9\x4f\xee\xc7\x94\xe2\x96\xfc\x1d\x16\xee\x24\x27\x92\x87\xfd\xe5\x42\xaf\x2d\xaa\x74\x6d\x7d\xbc\xff\x11\x48\xff\xc9\x79\xab\xb8\x19\x60\xc7\x72\xbc\xd6\x33\x20\x05\x33\x6c\xfc\x58\x73\x0f\xab\x5f\xb4\xbf\x62\xef\x82\xbc\x7b\x39\x1e\xe8\x82\x59\x8b\x03\xaa\x9a\x3e\x90\x03\x1c\xeb\x7a\xa5\x14\xd1\xc0\x17\x0e\x97\x75\xe9\x2b\xd6\x51\x97\x86\x3f\x57\x5b\xc5\x7e\xd7\xe6\x88\xde\xa1\x7a\xc3\x17\x95\x06\x27\x56\x72\x9f\xb4\x6b\x43\xbe\xad\x43\x31\x11\x12\x52\xfc\xdf\x39\xe5\xd2\x5a\x9e\xbf\xc0\x89\x5c\xf0\x4e\x05\x1e\x22\xfa\x6f\xd6\x55\x7c\x28\x67\x09\x04\xa6\xd9\x14\xe2\xe9\xf6\x91\x6a\xff\xbb\x5e\xbc\x48\x91\x4d\x51\x49\x94\x52\xfa\x3b\x5b\x00\x4d\xc6\x18\x1b\x06\x2d\xbd\x30\x43\xb9\x9e\x35\x16\x73\xa6\xb7\xb5\xeb\xd4\xb7\xde\x85\xb9\xce\xd5\xd6\x9d\xf7\x62\x05\x14\x9c\x2b\x5c\x14\x2d\xa0\xe2\x9c\x85\xa6\x91\xd9\xd6\x53\x05\xa4\x27\x18\x04\x39\x6e\xb3\x71\xe3\x9f\xcf\x43\x64\x66\x53\x1c\x2c\xa4\xf2\xe0\xbd\xd9\x62\xaf\x62\x21\x57\x5b\xde\x8a\x11\x23\x58\x91\xe4\xbe\x8d\x12\x1d\x9f\x2b\x85\x29\xdf\x2f\x24\x85\xa7\xa8\x86\x5e\x78\xac\xed\xd8\xe9\x02\xd5\x72\xe9\xba\xce\x60\xa0\x56\xaf\x66\xf4\xba\x00\x81\xe3\xc5\xc3\xc8\x03\x7e\x59\xcc\xb5\xed\x6b\xb3\x10\xa4\x60\x8d\x68\x9a\x8f\xf5\x7b\x32\xdc\x46\x5a\x79\xc4\xee\xfc\xad\xb9\xd9\x6d\xe6\x49\x76\xae\xfe\x61\x98\x75\xa6\xc0\x4d\x1b\x28\x4d\x59\x6c\x91\x08\x6c\xdf\xcb\x85\x7c\x64\xd7\x11\x2e\x08\x9b\x40\x66\x8a\x72\x0b\xe9\x5e\x29\x9a\xdb\x2c\x7f\xa3\xb1\x40\x30\x98\xb3\xbd\x41\xaa\xe6\xcd\x5f\xc8\x05\x05\x45\xe0\x18\x4d\x95\xcd\x6a\xfa\xe0\x3b\x23\xa9\x0a\xa0\x2a\x70\x77\x06\x1e\x11\x2b\x6b\xed\x28\x8e\x6d\x32\x6c\x26\x5e\x10\xae\xb8\x64\xa0\x6a\x2a\x38\x22\xe2\x1f\x90\xaf\x98\x6d\xe7\x8e\xa5\x53\x43\xc2\x7f\xae\x6c\x46\xe0\xac\x19\x2d\x1b\xcf\x72\x35\x48\x2b\xa8\x4e\xc5\x1a\xaa\xfb\xe9\xbc\xce\x12\xb8\xd8\xb4\x9c\xd7\x6b\x27\xee\x5a\x9d\xdb\x2c\xc9\x5a\xdf\x6d\xe3\xe5\xe3\x8e\x4d\x2d\x23\x86\x6b\x8c\x30\x28\xba\x19\x38\x38\x9e\x49\x95\x68\x50\xbc\x2d\x2f\x2b\x87\x9d\x2a\xd9\xa6\x2e\xc5\x7b\x1d\x28\x93\x41\x32\xb5\x57\x2a\xf9\x4b\x6d\x3e\xea\xdd\x70\x6d\xf7\x02\xeb\xef\xd0\xd4\xad\x2f\x78\x49\x85\x2d\x74\xb6\x85\xf2\x9a\xf0\x2a\xad\xb6\xe1\x12\x46\xd0\x84\x8e\xbc\xec\x6e\xbe\x4a\x7c\x02\xc3\xd3\x45\x14\x86\x2b\x35\x1f\x8c\x78\xe8\x97\xd2\xaf\x58\xad\x76\x1a\x56\xbb\x22\x56\x90\xdf\x6b\x4b\xa2\x29\x55\x9f\x7e\x44\x43\xfb\x46\xbb\x20\x82\xf6\x6f\xa4\x74\x4e\x86\x99\xcf\x72\x60\x5b\x60\x78\xd4\xcf\xf2\xc2\xee\x09\x18\xb5\xba\x1c\xbf\x4b\x93\x66\xbf\xf1\xbe\xa0\x94\xfb\x3e\xf6\xc3\xed\x51\x24\x09\x70\xe9\x21\x33\x4c\xd2\xa7\x20\xd2\xbd\xe7\x5d\x79\x91\x6b\x85\xda\x89\x55\x4a\xf7\xc8\x3c\xca\xd0\x9a\x49\x97\xbe\xec\x59\x6f\x9a\xab\x55\xe9\x3e\xfa\x65\x51\xe4\xca\xff\x05\x02\xcf\x42\xfa\x30\x25\x36\x1a\xb7\x12\x95\x21\xfe\xf3\x9d\xa4\x1d\x0f\xe6\x69\x0d\xf4\xb5\xae\xc8\x13\xa9\xf7\x29\x4d\x63\x82\x77\x82\x3e\x08\xaa\x17\x5e\x15\xa9\xc0\xc0\xe9\x8e\xd1\xc4\x5a\x2a\xad\x64\x24\x94\xbb\xb0\x1c\x2f\xdd\x41\x6f\x3e\x27\x9c\x81\x0d\xf6\x55\x47\xce\xec\x7e\xa8\xd2\x80\xea\xaa\x03\x95\xc2\xbf\x36\xdd\x64\xbb\x95\x88\x5f\x7c\x83\xe8\x8e\xb7\x4a\x5d\xd4\xa5\x40\x19\x84\x06\x37\x49\x82\x4a\x3a\x2c\x9f\x89\xce\x3a\x9a\x3f\xdb\xb6\x97\x4d\x71\x4a\xae\xee\xb9\x45\x21\x7b\xed\x3a\xf4\x88\x92\x66\xb9\x0e\x1d\x07\x62\x81\xdc\x32\x2f\x16\x5a\x62\xa0\x06\x40\xd6\x2f\x96\xc3\x37\x2b\xb9\xaa\xee\x1c\x31\xea\x2c\x41\x44\xf3\xd7\x63\xea\x84\x9b\xa3\xb4\x7d\x6e\x9d\xa9\x9d\x3e\x79\x2d\xd8\xe4\x12\xfe\xd7\x85\x20\x8c\xc0\x08\x75\x1b\xb5\xf3\x1b\xd8\x05\x98\x9d\x7b\x4b\x4e\x34\xac\x46\xe4\x03\xd5\x17\x30\x5e\xde\x67\xe8\x51\x23\x0a\x61\xe2\xd0\xc8\x50\x20\xf4\x97\x81\xb3\x62\xb1\x7f\xdf\x75\x72\xf2\x9b\x76\x9b\x1c\xed\xd6\x26\x9b\x42\x8f\x43\x69\x5f\x53\xb9\x39\x55\x79\xb3\xf9\xf7\x55\x1f\x26\x34\x37\xe9\x47\xda\xb6\x35\xf4\x13\xb9\xd2\x90\xf0\xef\x0b\x33\xe1\xc1\x3a\x4b\x48\xd6\x04\x8d\x44\x60\x4f\xe9\xd4\x41\xb8\xdb\xa4\x65\x1a\x10\x23\x8b\x49\x8e\x16\xeb\x67\xe8\xa3\x01\x12\x08\xa8\xc9\xda\x1b\x26\x2c\x2c\xd4\x2b\x13\x57\xad\x2d\x3d\xb2\x45\xd3\x73\xa8\x37\x12\x50\x42\x69\x1a\x14\x3c\xed\x17\xa3\x98\x58\x20\x65\xf1\x90\xe2\x83\x7c\x6b\x9c\x99\x62\x0e\x23\xf2\x7a\x3d\xb3\x65\x63\x02\x0d\xac\x65\xd1\x66\x29\x49\xf9\xce\xd0\xbd\xc4\x41\x3d\x64\xd4\xae\xe6\x03\xec\x29\x3d\x01\xfb\xa0\xca\xb0\xc2\x69\xaf\xdb\x34\xde\xf4\x41\xb4\x85\xee\xa8\x18\xba\x93\x74\x78\x93\x0a\xce\x2c\x10\x55\x94\x21\x3c\x74\xb6\x0a\xe2\x6d\x9b\xe0\x8e\x29\xc3\xde\xd1\x9b\x9b\x07\xe5\xc1\xf6\xa7\x1c\xe8\x35\x38\x0a\x8e\x2c\x20\xfb\x30\x85\x89\xe8\x7f\x40\xcc\xc9\xc9\x87\x5f\x1b\xbc\x18\x9a\x36\x23\xb3\x10\x7c\xb0\xd7\xe2\x21\x7d\x66\xea\x74\x3b\x8d\xeb\xfe\x9a\xad\x63\xb9\x3b\x30\x5a\xb5\x4c\xee\x70\x69\x5b\xb6\x1b\x14\x42\xa3\x39\x01\x7b\x9b\x34\x2b\x1a\x6c\x3c\x7f\x13\x22\x63\xef\xf6\x93\x83\xee\xec\x76\x6c\xd8\xa5\xbc\x71\x28\xd6\x96\xe6\xe5\x34\x06\x34\x75\x44\xd7\x74\x07\xeb\x3b\x06\xc6\x2d\xe1\x79\xb0\x39\x28\xfb\xa2\x25\x85\xbd\xd5\x2f\x45\x92\x39\x45\x06\x56\xde\x1b\x78\x8d\x53\x20\x00\x4f\x53\x6b\xf7\x2b\xe6\xb7\xd9\xbe\xfc\x14\xde\xbe\x74\x9f\x94\x28\xc6\x58\x17\x0d\xc4\xe0\x9b\x18\x6d\x32\x58\xc0\xb3\xf8\xe0\xd1\x4c\x79\x51\x47\x92\x6d\x21\xe7\xd1\x83\xf9\xda\x1f\x8f\xfb\xa3\xe9\x33\x84\xfe\xe1\xc2\x5c\x0d\xae\xfb\x4f\x93\x81\x99\xde\x0d\xcc\xe3\xf8\xe1\xd3\xb8\xff\xd9\x0c\x27\xe1\xb9\xd4\x8d\xb9\x1d\x0f\x06\xe6\xe1\xd6\x5c\xdf\xf5\xc7\x9f\x06\x3d\x8e\x1b\x0f\x38\x22\x5a\x49\x3a\x4e\xa3\x05\x30\xea\x41\xfe\x1e\xfc\x73\x3a\x18\x4d\xcd\xe3\x60\xfc\x79\x38\x9d\x62\xb5\xab\x67\xd3\x7f\x7c\xc4\xe2\xfd\xab\xfb\x81\xb9\xef\x7f\x45\x26\xfe\xcf\xeb\xc1\xe3\xd4\x7c\xbd\x1b\x8c\xcc\x03\x57\xff\x3a\x04\x39\x93\x69\x9f\xe3\x87\x23\xf3\x75\x3c\x9c\x0e\x47\x9f\x64\x3d\x76\xb5\x8e\x87\x9f\xee\xa6\xe6\xee\xe1\xfe\x66\x30\x96\xd6\xd7\x5f\xb0\xb9\x4c\x34\x8f\xfd\xf1\x74\x38\x98\x90\x8c\x2f\xc3\x9b\xee\x99\x4e\xfb\x13\x50\x7d\x6a\xbe\x0e\xa7\x77\x0f\x4f\xd3\x96\x76\x9c\xad\x3f\x7a\x36\x7f\x1f\x8e\x6e\x7a\x66\x30\x94\x85\x06\xff\x7c\x1c\x0f\x26\x3c\x3e\xd6\x1e\x7e\x06\xc1\x03\x7c\x1c\x8e\xae\xef\x9f\x6e\xa4\xab\xf6\x0a\x2b\x8c\x1e\xa6\x60\x13\x0e\x86\x61\xd3\x07\xe1\x4c\x18\x1b\x56\x27\x31\x58\xff\xf3\x60\x0c\xf6\x8d\xa6\xfd\xab\xe1\xfd\x10\x5b\xb2\x0d\xf7\x76\x38\x1d\x61\x0b\x61\x5d\x5f\x29\xbf\x7e\xba\xef\xe3\x10\x4f\xe3\xc7\x87\xc9\xe0\x42\x19\x88\x35\xc0\xee\xf1\x70\xf2\x77\x83\x03\x78\xb6\xfe\xe3\xa9\xdf\xac\x03\xde\x62\x89\xcf\xfd\xd1\xb5\x88\x69\x47\x8c\x3c\xad\x79\x7e\x78\x42\x8c\xc0\xa9\xef\x6f\x3a\xdf\xc9\xa6\x81\xb9\x19\xdc\x0e\xae\xa7\xc3\x2f\x90\x2d\x06\x62\x97\xc9\xd3\xe7\x81\xe7\xf6\x64\x2a\xec\xb9\xbf\x37\xa3\xc1\x35\xa8\xed\x8f\x9f\xcd\x64\x30\xfe\x32\xbc\x16\x2e\x8c\x07\x8f\xfd\xe1\xd8\x48\xbb\xf1\x78\xcc\x55\x1e\x46\xf4\x25\x1f\x2f\x28\x38\x28\xc8\xe0\x0b\xc5\xff\x34\xba\xe7\x49\xc7\x83\x7f\x3c\xe1\x30\x07\x94\x80\x2b\xf4\x3f\x41\xd1\xc8\xc8\x58\xe6\x5f\x87\xd8\x9a\xd2\xd9\x15\x7c\x4f\xa6\xe0\x43\x2b\xf8\x67\xa8\xd0\x83\xf9\xdc\x7f\xd6\x0e\xe7\xe7\xa0\x1a\xd8\x31\xb4\x40\x77\x35\x02\xfc\x6c\x15\xb3\x7f\xf5\x40\x0e\x5c\x81\x9e\xa1\x90\x05\x42\xc8\x0e\x8a\xe7\xa6\xff\xb9\xff\x69\x30\x89\x14\x40\xb6\xf6\x0f\x0c\x7b\x66\xf2\x38\xb8\x1e\xf2\x3f\xf0\x1d\x6a\x07\x39\xdf\x2b\x4f\x60\x40\xff\x78\xa2\x08\xf1\x83\x5f\xc4\xf4\x21\x4b\xae\x40\x1d\xf4\xf2\xa2\xf9\x51\xcf\x46\x41\x3f\xb0\xf7\xae\x49\x9e\xb5\x7b\xef\xeb\x9e\xb9\x7f\x98\x88\xa2\xdd\xf4\xa7\x7d\x23\x14\xe3\xdf\x57\x03\x8e\x1e\x0f\x46\xe0\x97\x98\x52\xff\xfa\xfa\x69\x0c\xb3\xe2\x08\xce\x00\x35\x93\x27\x18\xda\x70\xa4\x42\xe1\x79\xc5\x90\x87\xe3\x9b\xc6\x96\x44\x3d\x6f\xfb\xc3\xfb\xa7\xf1\x9e\x82\x61\xe7\x07\xb0\x90\x4b\x8a\xa2\x45\x02\xd1\x11\x93\xf3\x9e\xe8\x80\x19\xde\x62\xab\xeb\x3b\x2f\x3d\xd3\xb1\xd8\x67\x73\x07\x51\x5c\x0d\x30\xac\x7f\xf3\x65\x28\x56\xe7\xf7\x01\x91\x43\xcf\x93\x07\xbf\x82\xe7\x23\x21\xc7\x48\x07\x1e\x68\x81\x3f\x39\xb9\xd3\x06\xa5\xbe\x24\x99\x5a\x30\x9d\x4a\x7c\xc7\x8f\xcf\xf4\xaa\x23\x60\x19\x1f\xc8\x9c\x64\xd2\x52\x2e\x45\xdc\xcc\x8a\x0d\x1b\xb1\x14\xea\xb4\x9d\x39\xd1\x1b\x2f\x8f\xf6\x7d\x34\x7c\x91\x07\x11\xc0\xf8\xc8\x2c\xb4\xee\x55\xbb\x26\xc2\x68\xbe\xe6\xd3\x68\x0e\x62\x85\x40\xca\xcb\x2b\x26\x0e\x1a\xd0\xb5\x21\x43\xa2\x4c\x5a\xed\xb8\x7b\x8d\x72\xcd\xf3\x15\xf6\x07\x75\x8a\x95\xd1\x3b\xc8\xb8\x81\x4b\xb0\x8c\xbe\x0a\x0b\xe5\xd5\xaa\x4a\xfc\xad\x51\x0b\x7b\x9a\x66\xd8\x22\xbe\xe9\x84\xf5\x4a\x76\xe3\x92\x25\x49\x26\xb9\xcd\xe4\x75\x18\x2b\x0d\x74\x72\x4b\xc4\x2f\xfe\x96\x84\x57\x7b\xcd\x3b\x49\x7d\x90\xa1\x0d\x79\x08\xff\xaf\x76\xeb\x6f\x9d\x00\xc9\x9d\x47\x60\xdd\x86\x5a\x59\x4a\xd6\x70\x2b\x29\x8d\x08\x66\x8b\x2e\xe1\xad\x39\x6d\xa2\xfd\x29\x60\x7a\x1e\xfa\xe6\x36\x85\xe4\x35\xd2\x0f\x23\x6d\x73\x72\xce\x5a\xaf\x0e\xe4\x79\x1f\xc3\x36\x38\x04\x9e\x90\x8f\x32\x35\xdc\xe3\x47\x47\x7f\x07\x0c\xc6\xeb\x25\xad\x6e\xb1\xaf\x2b\xd1\x3e\x9e\x44\x04\x2f\x8d\xd4\xa6\xfb\x58\x78\x8b\xff\xd1\x49\x0c\xe1\x82\x5f\x7c\x4a\x19\x3d\x9b\xe9\x08\xf5\xb2\x79\xc6\xd7\x11\xa5\x02\xd8\xe8\x35\x14\x7e\x38\xd8\x2b\xf9\xc3\x77\xb4\xec\xaf\xfa\xa3\xb8\xef\x32\x7a\x62\xa0\x6f\xa2\xc3\x06\xf7\xd1\x8d\xd5\x59\xb7\x81\xf8\x7c\x1f\xf6\x5e\xec\x1f\x38\xae\x21\xf8\xac\x69\xc5\x96\x99\xca\x73\x32\x80\x25\xd8\x0a\xc4\xa4\xe9\x47\x08\xcd\x74\x23\x21\x3c\x5f\x36\x0f\x12\xfc\x05\x9e\x94\x60\x33\x69\xc4\x0b\x3d\x91\xa0\x79\x37\xc2\x82\xec\x9f\x07\xd8\x89\xb5\x3f\xe3\xa6\x3e\x89\x96\x17\xa9\x4c\x86\x9c\x6f\xce\x8e\xd5\xb3\x6d\x5f\xe8\x74\x64\xfc\x48\x44\xf1\x5d\x62\xcb\xb6\x4b\x66\x9a\x50\xd7\x3f\x08\x52\xf5\x05\x7a\xcf\xfc\x1f\x5e\xa0\x5f\x18\xbe\xb0\x93\xd4\x3d\x6e\xca\x60\x69\x4b\xdd\xa7\xdc\xee\xeb\x8b\x41\xea\x92\x65\xc7\x57\x59\xe4\x38\x8b\xbe\x6e\x03\x38\x87\xdf\x4a\x33\xad\x45\x76\x9a\x25\x3a\xad\x9d\xbd\xc6\xbb\xf9\x47\x15\x09\x59\x58\x36\xcd\xaf\x59\xfa\xcd\xfb\x42\x69\x22\xc4\x38\x71\x2f\x4e\xdf\x14\x74\x9a\x44\x61\x1b\xf6\xf7\x93\x93\x4f\x39\xf0\xef\xab\x02\xef\xa0\xbd\x7f\xf9\xad\xb7\x6b\x9b\x2c\xd6\x74\x6d\xd3\xc4\x33\xe7\x05\xf1\xbd\x48\xa2\x7f\x35\x79\xb8\x07\x44\xb8\x7f\x8e\x91\xed\xa5\x68\x80\x17\xbe\xa9\xb6\xd0\xe0\x7f\xc9\xdb\xcb\xb7\x77\xfe\xe1\xd4\xae\x71\xb7\xd1\x42\xdc\xb7\xcd\xb8\x87\x16\x78\xbb\xb6\xee\x1f\x0d\x35\x45\x9c\x90\x1f\x5d\xc6\xdb\xcc\xdf\xc5\x04\xf8\x57\x64\xab\xed\x86\x59\x97\xdc\x31\xb5\x1d\xd0\x81\x2e\xd9\xbf\x99\xed\x35\x35\xbc\x17\xed\xf4\x20\x77\x92\xba\x63\xef\xac\x1e\x96\x72\xb1\xe1\xef\x22\xda\xed\xe4\xba\xd6\xd7\x7e\x66\x0c\x4c\x72\x73\x2e\x49\x93\x64\xfa\xd1\x33\x9f\x83\x94\xf9\x57\x3b\x5a\x29\x17\xdb\x9e\x51\xb8\x58\xf2\xfd\x1c\x04\x7c\x93\x02\xc3\xda\xe6\x35\x78\x65\xd7\xee\xfd\x7b\xfa\x60\x49\x6b\x5d\x9d\xea\x85\x6a\xf3\x3e\xbd\x6b\x95\xd2\xd1\xc6\x27\xb4\x32\xc4\xc2\x5b\x14\x5b\x4c\x3b\x0b\x0f\xb5\x9b\xfe\x5d\x3f\x7b\x6d\xcb\x73\xa3\x8f\x8f\xb1\x38\x93\xe9\x4c\xef\x1a\x72\x6d\xf2\xe6\x15\x2f\x1f\x8c\xb5\x05\xb2\xf6\xbd\xc9\x69\xfb\x2c\x23\x80\x05\x1a\x31\x5f\x76\x3b\x79\x6e\x78\xe7\x7b\xb8\x13\xb6\x2d\x6c\x32\xf8\x7e\x69\x53\x92\x29\x54\x4c\xbe\x2e\x78\x2e\xb6\xc5\x62\x9b\xdb\x60\xd1\x0c\x60\xb3\x6d\xb3\x8b\xf6\xe2\xb4\xbb\x8b\x35\x30\x30\x7b\xbf\x1a\x4c\xee\x5f\x91\x66\xbf\xe3\xcd\x94\xf4\xda\xc1\xee\x9c\xbe\x43\x75\xc6\x37\x85\xb0\xe7\xc4\x9d\x37\x45\x2d\x6c\xf5\x37\x52\x62\xee\x92\xf9\x37\x5b\x82\x99\xda\xb2\xc1\x87\xca\x50\x8e\xe9\x16\x46\x45\xff\xf1\x01\x68\xaa\x4c\x33\xf9\xff\x8e\xd1\xfe\xfa\x08\x52\xd2\xf0\x86\xe9\x0b\xb4\xe6\xe4\x7f\x03\x00\x00\xff\xff\xcf\x8c\xfe\x68\x7d\x43\x00\x00") + +func confLicenseGnuGeneralPublicLicenseV20Bytes() ([]byte, error) { + return bindataRead( + _confLicenseGnuGeneralPublicLicenseV20, + "conf/license/GNU General Public License v2.0", + ) +} + +func confLicenseGnuGeneralPublicLicenseV20() (*asset, error) { + bytes, err := confLicenseGnuGeneralPublicLicenseV20Bytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/license/GNU General Public License v2.0", size: 17277, mode: os.FileMode(420), modTime: time.Unix(1440548254, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confLicenseGnuGeneralPublicLicenseV30 = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xc4\x7d\xdd\x72\xdb\x58\x92\xe6\xbd\x9e\xe2\xdc\x59\x8a\x80\xe5\x72\xd5\x74\xf5\x74\xb9\xa2\x22\x68\x99\x2e\x73\x5b\x96\x34\x92\x6c\x8f\xef\x16\x24\x0e\x45\x8c\x41\x80\x83\x1f\xc9\x9c\xab\x7e\x90\xd9\x07\xd8\xd7\xd8\x47\xe9\x27\xd9\xfc\x32\xf3\xfc\x81\xa0\x5d\x3d\xb3\x11\x7b\xd1\xd1\x65\x11\x38\x3f\x79\xf2\x3f\xbf\x93\xf8\xfd\xea\x83\xf9\x7d\x7e\x35\xbf\x9d\x5d\x9a\x9b\x0f\xaf\x2f\x17\x17\x86\xfe\x37\xbf\xba\x9b\x9b\x93\x8f\xb6\xed\xca\xa6\x36\x3f\x65\xe6\xc7\xbf\x98\xff\x31\xd4\xd6\xfc\xf8\xc3\x0f\x7f\x3e\xb9\x68\x76\xfb\xb6\x7c\xd8\xf4\xe6\xff\xfc\x6f\xfe\x8b\x79\xdb\x5a\x6b\xee\x9a\x75\xff\x94\xb7\xd6\xbc\x6d\x86\xba\xc8\x7b\x7a\x35\x33\x8b\x7a\x75\x6e\x7e\xdd\xf4\xfd\xee\x97\x17\x2f\xd6\xdd\xfa\xbc\x69\x1f\x5e\xfc\x76\x72\x32\x7f\xb4\xed\xbe\xa1\x11\xcb\xce\xec\x6c\xbb\x2d\xfb\xde\x16\xa6\x6f\xcc\x8a\x06\x37\x79\x5d\x98\xa2\xec\xfa\xb6\x5c\x0e\xbd\x35\xf4\xec\x92\xc6\xdb\xe2\xc7\xd2\x76\xa6\x59\x9b\x7e\x43\x2f\x56\xe5\xca\xd6\x9d\x35\x45\xb3\x1a\xb6\xb6\xee\x33\x43\x8f\x9b\xd5\x26\xaf\x1f\xca\xfa\xc1\x94\x3d\x46\xaf\x9b\xde\xe4\x55\xd5\x3c\xd9\xe2\xfc\xe4\xe4\xa6\xb5\xf9\x76\x59\xd9\x93\x93\xfb\x8d\x35\xbc\x7b\x5b\xdb\x36\xaf\xcc\xcd\xb0\xa4\xf1\xcc\xa5\x8e\x49\x6f\xe6\x66\x4d\xfb\xca\x78\x49\x95\x5d\xf7\x7e\xbe\x75\xd3\x9a\xce\xed\x16\x6b\x6d\xfa\x8d\x6d\xcd\x97\xb2\x2e\x78\x71\x4f\x4d\xfb\xa5\x3b\x97\x29\xf4\x9d\x8e\x5f\xda\x36\x5d\x3f\xf5\xe6\xae\xcd\x57\x7d\xb9\xa2\x55\xf0\xab\x06\xbf\x16\xb6\x2b\x1f\x6a\x21\x4a\x9f\x7f\xa1\xc7\x9f\xf2\xbd\xd9\x37\x43\xcb\xcb\x2a\x9a\x2d\x7e\xe9\x36\x6e\x24\xde\xb6\x25\xc2\x58\x9d\xdf\xbc\xde\xd3\xd2\xeb\xbe\xcd\x3b\xa2\x4c\xff\xdd\xed\x96\x75\x6f\xeb\x42\x26\x7c\x18\xf2\x36\xa7\x7f\xdb\xef\x4f\x48\xb4\xc5\x01\x81\x53\x78\xf3\x39\xed\xa6\x79\x68\xf3\xed\xf3\xe7\xf4\xf8\x16\x2b\xef\x06\x7a\x85\x4e\xa3\xb5\xdb\xbc\xa4\xa7\x30\x5c\x20\x03\x08\x83\x41\xca\xbe\x33\x43\x47\x23\x9d\x9b\x4f\x56\x16\x7c\x9c\xaf\xe8\xc1\xef\x6d\xc9\x13\x9c\x16\x85\x4d\xb8\x09\x5f\x61\x29\xf9\x6e\x57\x81\x95\xf2\xaa\x6b\xb0\xad\xbc\xde\xeb\x59\x80\x78\xb4\xd2\xca\xe6\x1d\x68\x01\x3e\x03\xe1\x97\x7b\x5e\x60\x3e\xf4\x9b\x06\x4b\xfc\xdc\x0c\x66\x95\xd7\x3c\x10\x7e\xc2\x20\x4c\x2b\xdd\x7d\x47\x3b\x68\x1a\x62\x82\x4f\x1b\x5b\x9b\x27\xda\xef\xce\xe6\x5f\xb0\x96\x64\xf7\x19\x7e\xc2\xe6\x5a\xbb\xb6\x6d\x0b\xb6\xa5\x81\x94\xde\x19\x33\xef\xae\xa5\x0d\x9d\x9b\x6b\x1a\x7b\x7a\xa7\x87\xfc\x12\xa8\xde\x6f\xf2\x1e\xeb\x32\x9b\xfc\x51\x28\x16\x9d\x65\x24\x62\x41\xb2\xd2\xc3\x39\xd5\x93\x6e\x1f\x84\xa0\x34\xc2\xd6\x94\x6b\x1e\xf2\xa9\xec\x36\x67\x59\x98\xa2\xb5\x2b\x5b\x3e\xe2\xe5\xa1\x5d\x61\xc8\xc2\x1a\x7a\x05\x54\x7a\xb0\x3d\x8b\xa3\xbe\x48\xac\x45\xff\x8c\x5e\xc5\x33\x11\x03\xfb\xe9\xe9\x75\x9c\x34\xad\x6d\x25\xab\xc3\x20\xb5\xa9\xed\x93\xac\x33\x10\x1b\xeb\xf4\xc3\x7d\xa9\x9b\x27\x3f\x6e\xd1\x60\x4c\xe6\x17\x22\x2f\xcb\x65\x83\x17\x7b\xbb\xea\xe5\xc8\x58\x99\x75\x7c\x14\xb5\x15\x0a\xee\x5a\xfb\x48\x1a\x45\x78\x02\x1c\x4b\x14\x2b\x6c\xbd\xc7\x01\x61\x60\x19\x51\x5e\xc4\x2a\xf3\xee\x8b\xff\xa9\x01\xe9\x5b\xc8\x12\xd3\x4b\x9f\x3a\x37\xa4\x0e\xe8\x94\x1b\x1c\xba\x3f\x91\x95\x6d\x7b\x92\x09\xa2\x5d\xb7\x23\x01\x2a\x97\x65\x55\xf6\x38\x09\x25\xd5\xe4\x11\xc5\x24\xca\x30\xbb\x3e\xbc\x6d\x8a\x72\x0d\x66\xfc\xe5\x70\x3c\x5a\x15\xfe\x86\x3d\xc7\x5c\x00\xd9\xe0\x2d\x12\x59\xde\xd2\x48\xf6\x6b\xbe\xdd\x55\x34\xea\xb7\xe6\xef\x86\xd5\x26\xc8\x39\xd1\x6d\x63\x59\x74\xe8\x5f\x7d\xc9\xe4\x60\x99\x36\x6b\xab\x5b\xdd\x0e\x24\x86\xbb\xbc\xa3\xdf\x6a\xd6\x67\xa0\x8a\x5d\x95\x34\x60\x4d\xf4\xe3\xfd\xe4\x5b\xbf\xaa\xee\x80\xa7\x0a\x11\x38\x1e\x67\xc4\xdc\xf4\xf2\x9e\x65\x2d\xf3\x0c\x18\x31\x9d\x90\xca\xf3\xe3\xb9\x99\x11\x9f\xf8\x25\x75\x1b\xe2\x13\x66\x69\xe5\x10\xb2\x44\x9d\xe9\x78\x81\x7b\xe1\x22\xfa\xaf\xd2\x71\x08\xd1\xe8\x0d\xb1\x45\xd5\xec\xc0\x13\x3c\x7b\xa2\x87\x6e\x2e\xa7\xf8\x8a\xe4\xa4\xdf\x98\xfe\x89\xd8\xa2\xb7\xbb\xee\x17\x73\xfa\xf2\x8c\xf8\x85\x34\x5d\xcf\xa6\x45\x4c\x29\x08\x93\x1c\x2b\x18\xfa\xf4\xc7\x33\xa2\x37\x29\x06\xe5\x39\x22\xae\xd3\x6e\x0f\xe5\xa3\x63\xb8\xca\x3e\x90\x4e\x60\x2b\xda\xb1\xc1\x56\x33\x9a\xc5\xa7\x47\xc3\xbd\x60\x85\xa8\x2c\xa2\xe7\x8d\x39\x0b\xbf\xa7\x67\x3c\xab\xea\xb8\x67\x6e\x33\xac\x70\x79\x93\xb4\xc1\x15\x29\xc6\x96\x34\x9e\xfd\xba\xab\x58\x99\xbb\x43\x68\xad\x58\x5b\x92\xee\x16\xb6\x63\xaf\xfa\xa2\x1c\xe9\xfb\x73\x83\x79\x97\xc4\x75\xa2\xed\x47\x73\x76\x74\xba\x61\xb6\xd6\xfe\xfb\x50\xb6\x56\x67\xe1\xc5\x97\x24\xa0\xde\xde\x2c\x2d\xb1\x43\xfb\x85\xfe\x94\x77\xaa\x40\x8a\x4c\x0e\x50\x56\x55\xb2\x42\x26\x83\xbf\xc5\x39\x90\x95\x81\x46\xa5\xb7\xf2\x5e\x09\x53\x18\x52\xbb\xe4\x88\x34\x43\x47\xbb\x82\x25\x90\x95\x80\xcf\xa1\x04\x4a\xfa\xc1\xcf\x47\x44\xbb\x6b\xb6\x4c\xb1\x72\x35\xa1\x77\xa1\x21\x64\x57\x26\x5f\xd1\x03\x2c\x76\x44\xa4\x1e\xf6\x8d\x76\xdd\x0e\xf5\xc4\x26\x46\x12\x8d\x17\xca\x82\xd9\x8a\x64\x2b\xaf\x68\x39\xc3\xc3\x86\x1f\xd9\xe6\xf5\xb0\x26\x57\x81\x98\xbf\x75\xba\xad\x6b\xa0\x59\x60\xbf\x89\xd0\x30\x90\xf0\x84\x68\x3e\x3a\xe4\x7a\xd5\x6c\x77\x24\x92\xb4\x7d\x65\x42\x1a\x23\x2f\xb7\xb2\x37\x39\x5b\xe2\x21\x3d\x86\xc8\x30\x4c\xa8\x62\x56\x5f\xa6\xdb\x13\x0f\x6f\x69\xc8\x15\x89\x33\xb9\x6c\x6d\x1d\xf4\xc1\x12\xb2\xd0\xac\x56\x43\x0b\x5f\x42\xe6\x22\x6f\x4b\x27\x2b\x86\x55\x2f\x4e\x10\x79\x49\xc4\xbb\xc5\x40\xa6\x17\x73\xd1\x5b\xd0\x20\x25\x0d\x01\x5f\x10\x6a\xa1\xb3\xb4\xfa\x27\x61\x29\xf6\xe1\xd8\x8c\x0f\x35\x68\xba\xeb\x73\xda\x4e\xa2\x4c\x49\x6d\xb3\x2e\x0d\x27\x01\x72\x28\x79\x1d\x75\xc1\x4d\xac\xd7\x9b\x0d\x29\x45\x51\x0c\xea\x76\x39\xcb\xd6\x74\xd6\xaf\xf4\xdc\x2c\x74\x5f\x9e\x7d\xf2\x96\x16\x46\x7f\x5b\xd2\x71\xd6\x7d\xa9\x24\x56\xaf\x81\x08\x07\x69\xe0\xc5\xe0\xf7\x82\x58\x37\x2f\x98\xa1\xec\x57\xf8\x55\xb2\x28\x1a\xec\xb1\x74\x32\x2a\x33\xea\x9b\x18\x6a\x3d\xe0\x64\x0f\x18\x83\x96\x9e\x81\xbf\x61\x9b\x9c\x75\x12\x2d\x33\xd2\xe4\xe2\x3d\x91\x60\x97\x35\x56\x97\x19\x0b\x2f\xdb\xe9\x69\x10\xb2\xdf\xd0\xb2\x68\x39\x34\x0c\xb9\x86\xbc\x91\x8a\x7d\x1b\xcf\x7c\x3b\xfc\x8c\xfd\xdf\xf5\xf4\x5f\x1d\x54\xe4\x50\x15\xc1\x8b\x76\x0f\xa8\x41\x21\x29\xa2\x75\xa8\x06\x01\xe7\xb1\x34\x33\x27\xac\x23\x33\x0e\x65\xcc\xae\xcb\xf3\xdd\xd0\xee\xb0\x6d\xb0\x26\x89\x5f\xdb\x89\xd3\xce\x0c\xd3\x74\xaa\xd3\x8b\x86\x09\x09\x07\x83\x45\xf2\xb1\x29\x0b\xe1\x46\x32\x60\x44\x79\x53\x80\x3f\x5b\x79\xd8\x2d\x48\x5c\x3a\xa6\x4f\x9e\x78\x07\x34\x17\xb6\xc0\x76\x83\x4e\xde\x92\x42\xa5\x63\x7f\x04\x93\xd1\x13\xe4\x5e\xd9\x3e\x6f\xf7\xc4\x52\xc1\xec\xe3\xb0\x82\x16\x22\x65\x3d\x78\x25\xe4\xa6\x23\xf1\x53\x5d\x32\x74\x32\x6b\x64\xf2\xdd\xcc\x75\x53\x3f\xc7\x52\x34\x18\x50\xee\x56\x3b\xc3\xae\x55\x43\xd2\xd0\xf3\x69\x83\x09\xa1\xb6\x49\x24\x23\xcd\x0d\x5e\xc1\x83\xa2\x36\x56\xec\xfe\xd2\xa3\x38\x0a\x0c\x3a\xbf\x7d\x7f\x67\x66\x57\x6f\xcc\xc5\xf5\xd5\x9b\xc5\xfd\xe2\xfa\xea\xee\xe4\xe4\x87\x73\xf3\xc6\xae\xcb\x5a\x06\xa6\xc7\xfe\xfe\xb7\xff\xbc\x8f\x8c\xc7\xdf\xff\xf6\xbf\xc4\xdf\xe4\x53\x74\x82\xf2\x93\xe7\xb7\xa3\x3e\xb5\x0c\xe5\xe3\x3f\x8c\xc3\x0e\xf4\xd6\xe6\xb4\x01\x6f\xcc\x9e\x57\x25\x91\xba\xca\x9f\x94\x64\xe2\x23\xd3\x54\x53\x71\x52\xa6\xea\x83\x58\xcd\x6e\x4b\xd0\x83\xe4\x0f\x96\x8a\x5c\x2a\xbf\x76\x6b\x6e\x84\xa2\xe9\xd2\xe1\xb5\xfb\x59\x73\x56\x73\xf0\xde\x35\xe6\x22\x3e\xd4\x03\x09\x5b\x3f\x37\xf3\x9c\x66\xd3\x27\x24\xcc\x2b\x0a\x3a\xdc\x4e\x6c\x08\xcd\x46\x26\x95\x66\x39\xc7\x7f\xea\x4b\xb6\xe3\x9d\xd2\x29\xd0\xdf\x82\xdf\x82\x3f\x6e\x11\x1a\xd8\x44\xa7\xd1\xda\x29\xc8\xcd\xeb\xf2\x3f\x72\x47\x7f\xe2\x2c\x7a\x53\x6c\x2f\x0f\x25\xeb\x14\xb2\xb9\xa0\x97\x7d\x4c\xf8\x4d\x45\xbe\x63\x61\xc3\x3f\x76\x79\xdb\xbb\x73\xe1\x77\x48\x50\x88\xbb\xf3\x6e\x83\x23\x13\xf3\x08\x1d\x1e\x1c\x89\xe0\x07\x64\x4a\x6f\x3a\x83\x5a\xcd\x07\x3b\xa9\x08\xd2\x6a\x78\x7a\x2b\x71\x40\x44\xb5\x13\x0d\x86\x8a\xed\x81\xcc\x03\x0e\xaf\x2a\x50\xc5\xaf\x3d\xb2\x5a\xd8\x85\x2e\x0b\xfe\x40\xe9\x02\x27\xf6\xfb\xf8\xbf\xe8\xa5\x25\x87\x50\xf2\xf0\xf8\x49\xa2\xca\x0c\xcf\xac\x1a\x1a\x91\x9e\xc2\xdf\x98\xa0\x4c\x13\x5b\xea\xca\x49\xba\x6a\x3f\xb7\xf2\x40\x34\x89\x9b\x81\x9f\xd4\x9f\x3d\xbd\x21\xdc\xf9\x03\x89\xeb\x14\xc9\x0b\xe6\x1e\x0e\x09\xc4\x36\xb2\x4d\xc8\x29\x28\xc1\xbf\x9a\x21\x25\xe4\x53\xd0\x20\xe2\x15\x13\x17\x40\x73\x22\x11\x60\xc1\xb3\x64\x1c\xe8\x9f\x55\xc9\x4c\x28\x56\x6e\x8d\x83\xb1\xac\x13\x85\x0f\x59\x41\xad\xf8\x89\x70\x5c\x24\x25\xa4\xa7\xbf\xc2\xb0\xd1\xff\xd9\xd5\xd0\x6b\xea\x02\x72\xef\xb5\xa4\xf1\xae\x1b\x7e\x85\xeb\x5d\x3e\xe6\xe2\x93\xd3\xf1\xdd\xe8\x46\xc1\x12\x64\xf4\xab\x81\x2c\xe1\x11\x55\x72\xca\x7b\xa5\xd1\xdc\x2e\x63\xbd\x42\xc1\x9c\xb2\x48\xfe\x98\x97\x15\xaf\x54\xbd\xf5\x1d\xeb\x01\xf1\x4a\x89\x05\x3b\x78\x41\xa4\x56\x6b\x1a\x19\x31\x01\x9f\x16\x8c\xe9\xa3\x44\x1b\x24\x49\x4f\xb6\xaa\xfc\x51\x10\x89\x1e\xed\x21\xeb\x43\x7e\xa1\x0d\xd4\x47\xf0\x9b\x60\xad\x61\x6b\x2c\xc0\x0d\x0e\x41\xd0\x38\x86\x8f\x01\xde\x94\xba\xfb\x12\x98\x9c\x9b\xf7\xec\x30\xd4\x44\xae\x9c\x9d\x56\x39\xd7\x9c\xcd\x22\x2c\x1f\xbb\x51\x11\x4d\x6b\xdb\x63\x2d\x72\xe2\xf0\x5c\x7b\xf2\x5b\x3b\x78\xdb\x9c\xc6\x10\x17\x5a\x33\x48\xb2\x01\x22\x0d\xf8\xb6\x0e\xb3\x3c\x5a\x19\x9e\xff\x40\xae\x99\x05\xb9\xc9\x33\xde\xb3\x2a\x99\xed\xc4\xc0\xe0\xa8\x2e\xd9\x4b\xbf\x6a\xe0\x70\xb0\xea\x50\xca\xb2\x7b\x20\xbc\x27\xd1\xad\x9e\x5f\x2e\x73\xd6\xa5\x33\xaa\x34\xd4\xb6\xac\x2d\x5b\x6c\x38\x11\xcc\x69\x64\xcd\x7d\x24\x84\xb8\xc2\xcf\x2e\xa9\x09\x3f\x7b\x60\xb8\x9a\x57\x10\xe2\x8b\x9e\xce\x49\x42\x30\xa5\xd3\xb7\xdd\x79\x55\x43\xa7\xca\xb2\x13\x9b\xd0\x17\x4a\xf5\x8f\xd9\xe5\x21\xbf\xc5\x65\x0a\x9c\xea\xed\x58\x77\x0a\x5d\xc3\xb8\x87\x1a\x5b\x56\xca\x81\x1a\xd9\xaa\x92\x22\x7f\x39\x1a\x9f\x05\xf4\x9a\x7d\x21\xfa\x28\x1c\x05\x99\xdb\x4e\x5c\x03\x9a\x55\x12\x41\xbc\x47\xe2\x00\xf2\xa4\x0b\x51\xd5\x3b\x56\xd2\xc1\x0a\xe5\xc4\x9b\xf5\x90\x49\x7c\x2b\x04\xa7\x73\x41\xd6\x43\xb4\x0c\x8f\xb4\xb5\x96\xe3\x56\x68\xc9\x96\x7e\x6d\x69\x0c\xe2\x8c\x97\xe4\x36\x49\xb0\x79\xc1\xc1\x26\x1b\x7d\xe2\x83\x28\x02\xc5\xc9\xaf\x83\x02\x53\x7d\x24\xbe\x01\x32\x40\xa4\xce\xe8\xe7\x6d\xa2\xf3\x39\x93\x25\x82\x19\x8b\xab\x44\x17\x3d\x5b\xaa\xeb\xe5\xbf\x59\x56\xe7\x32\x43\x10\x2f\x78\x20\x3a\xbd\x1b\x37\x4f\x14\xf0\x1d\xbc\xd5\xbc\x2d\xcc\xc2\xd1\x2d\x1e\x20\xa2\xa6\x08\xa5\x28\xe6\x92\x7f\xa3\xd0\xb4\x64\x77\xac\x73\x63\x14\x70\x3b\x68\x0b\xe4\x51\xe6\x90\xcf\xe6\x81\xcc\x20\xfd\xdb\x3d\x40\x11\x5b\x53\xec\x91\xb3\xc8\x1c\x3d\x57\xb9\x38\x8b\x7e\xa2\x4e\xbc\x3c\xd6\xf8\x42\x29\x96\xfd\xd5\x50\xe5\x3e\xbb\xb6\x05\x2d\x2a\x72\x02\x87\xfc\x01\x29\x90\x5a\x97\x87\x64\x1d\x31\x5b\xb5\x17\xa7\x2c\xdf\x36\xf4\x5c\x88\x6f\x79\xe3\xac\x5f\x55\xc7\xb8\x21\xd4\x3f\x03\x39\x38\xc2\x21\xa6\x5a\xb6\x39\x74\x9b\x1a\x3a\x36\x98\xd0\xce\xc1\xcb\x50\x49\xf5\x66\xe4\xc0\xdc\xf2\x53\xcc\x51\x4f\x9b\xa6\xb2\xca\xff\xa7\xf9\x99\x64\x5b\xf9\xed\xc2\x91\xa1\xa6\xc3\x21\x4a\xba\x33\xda\xe5\xab\x2f\xf9\x83\x28\xfb\xf7\xf9\xbf\x11\x19\x2e\x48\x6d\x35\xb5\xcf\x72\xfb\x88\x89\x53\x84\xde\x4b\xa0\x09\x0e\x1e\x67\x49\x5f\x9e\x91\xa5\x6a\x1f\xa1\x4f\x6b\x71\xc6\x44\xbf\x3a\x5f\xdd\x2f\x58\x03\xc5\xa9\x81\xa0\x00\x88\xe3\x90\x20\x12\x57\xdf\x1c\x32\x0f\x1f\x99\x2c\x0e\xdc\xe3\x9e\x55\xe3\xd4\x1d\xb3\x2c\x62\x54\x42\xde\x10\x74\x38\x37\xcc\xa0\xa3\x65\xd0\x81\x28\xef\x40\xf8\x1a\x9a\xf7\x2b\x2d\x4d\xf9\x95\xc4\x04\x0f\xc3\x9d\xe3\x10\x8d\x95\x3d\xbf\x66\x4e\xbf\x50\xb4\x6a\x2b\x68\xfb\xba\x20\x6d\x22\xa1\xac\x50\x87\x5c\x58\xb2\x7e\x3e\x10\x17\xf6\x5b\x19\xf0\x4c\xce\xf6\x58\x1e\x36\xa7\x25\x38\x61\x7f\x06\xe3\x2c\x7b\x14\xe5\x97\x32\x06\x45\xf9\x5d\x26\x4e\x0a\xa6\x2f\x2b\xdb\xfa\x18\x41\xe2\xcb\x90\xa6\x97\xe7\x48\x94\x82\xfc\x8a\x24\x90\x3a\xe8\xa3\xf7\x90\x39\xe0\xa4\x8d\xb2\xe9\x45\xd3\x4a\x8a\xaf\xc0\xf2\x44\xe9\x8c\x54\x4b\x99\x8e\xca\x9c\xa5\x64\x22\xdf\x72\x94\x18\x8b\x82\x4b\x89\xd4\x7a\xe4\x00\x25\x73\xa1\x1c\xb4\x96\x95\x8e\x76\x7b\xc6\x4b\xc3\x68\xf1\x64\x9c\x8d\x6d\x5c\xb6\x29\x6c\x56\xb8\x9e\x29\x4a\x7a\x73\xd7\xab\xf7\x4b\x6e\x44\x53\x69\x00\x18\xbc\x88\x73\xf3\xae\x79\x42\x08\x9b\xc1\x30\x16\x8d\x15\x66\x77\x72\xe7\x46\x7d\xd6\x99\xb1\xd0\x32\x55\xc7\x11\x67\xdf\x34\xe2\x9d\xeb\x0f\x24\x05\x81\x19\x93\x6c\xb2\xe3\xdf\x56\x63\xbb\xc8\x05\x25\xa2\x12\x53\x80\x96\x9c\xaa\x1f\xad\x38\x92\x4c\xbc\x9c\x8a\xa6\xac\x56\xd2\x5f\x3e\xcd\x3a\x75\x8e\xc1\x07\x88\xbc\x0a\x1f\xcf\x99\x75\x59\xb1\x87\xd5\x35\x2b\x98\xf6\x42\x24\xd6\xe9\x78\xfe\x31\x36\xd5\x2e\x35\x6e\xc7\xf2\x25\xa5\x9c\x82\x0c\x9a\x52\x4d\xca\x6e\xfb\x3a\xdf\xa2\x14\xc5\xee\x6c\x8d\xd4\x5a\x37\x2c\x3d\x65\x9c\x7b\xe0\x83\x04\x27\x2c\xfc\x42\x9c\x0b\xd3\xd4\x5d\x30\xac\xa8\xa0\x90\x50\x6e\xe1\x8e\x14\x79\xcf\xc2\xb1\x1d\x6a\x17\xd3\x72\xf4\x2b\x8c\xb0\x46\x9e\x61\x49\xde\x99\xb5\x2e\x2d\x10\xaf\x21\xaa\x9b\x11\x71\xbb\x84\xba\x22\x20\x93\x54\xe5\xd4\x7e\xcc\x40\xde\xff\x77\x99\xdc\x96\xa3\x7a\x5a\xb9\x13\x01\x24\x03\x1b\x4e\x77\xf1\xf6\x24\x42\x3b\x9c\x79\x6a\xba\x6f\xad\x24\x15\xd2\xb1\xda\x93\x3c\x0d\xad\x88\x53\xe2\xba\xab\x1f\xcf\xcd\xeb\xbc\x23\x9d\x74\xe3\xa3\x12\x92\x8f\x93\x19\x49\xb2\x66\x99\x1f\xb8\x60\x37\x15\xf3\x32\x2f\xba\x9f\x1d\x6b\x20\x05\x81\xf5\x1f\x64\xa0\x6f\x5c\x56\x9f\xd3\xb2\x70\x03\x69\x07\x8f\x8d\xc4\x2d\xce\x99\x13\x7e\xea\x99\xfd\xa2\x14\x06\x1e\xdf\xda\x5e\x13\x92\x6e\x7a\xa4\x8a\xc9\x4f\x80\xdf\x9a\x93\xc7\x80\xd4\x07\xa7\xc7\x87\xba\x2a\xb7\x25\x86\x48\x73\xd7\x4e\xa1\x1c\x46\x7e\x12\xa9\x52\xd8\x42\x0e\xbc\x9c\x06\x3d\x5b\x8b\x95\x8c\x03\x49\x8e\x5e\xf5\xdf\xcb\x7d\x4a\x0c\x36\x7f\xa5\x1c\x9c\x8c\x94\x21\x99\x6e\x6b\xae\xef\xb1\x41\x81\xad\xe3\xf4\x58\xd9\x0f\xbd\xba\xe2\x61\xf0\xd1\xee\xc8\x50\xd7\xcd\x13\x05\xca\x0f\xb6\x4b\xd2\xfe\xa8\xa5\xe5\xa5\x14\xb0\xe0\x68\x32\xdf\x40\x28\x1e\xf3\x4a\xec\x72\x17\xe8\xb9\xdc\xa7\x31\x21\x1d\x39\x17\x3c\xc8\x45\xde\x72\x46\x1c\x44\xd1\x28\x40\x82\xda\x64\x4d\x51\xc5\x84\x02\xdb\x10\xb0\x84\x68\x36\x3a\x25\xb2\x76\x15\xfc\xa2\x5c\xd7\xeb\xca\xda\xbc\xc2\x27\xe4\xa7\x5c\xa1\x16\x39\xc9\x06\xcc\x6c\xdc\x62\xd4\x5f\x1f\xcd\xdd\xf8\x3a\x99\x72\x57\xd7\x80\x59\x54\xf1\x12\x21\x36\xf9\xa3\x08\x1a\x69\x69\x0e\xdf\x52\x3f\x96\x82\x89\x6a\xe8\x24\x25\x87\x21\x68\x59\xac\xc2\x95\x3c\x5a\x6d\x24\x2d\x47\xba\xd0\x15\xb4\xd6\x92\x4f\xaf\x83\x1e\xd6\x74\x52\xc4\xa3\xae\xba\x48\x56\x18\x19\x65\x97\x02\x97\xf4\xdb\x28\x7e\xc0\x66\x7d\x94\xc7\x26\x12\x9a\xaa\x2d\xc5\x29\x53\xad\x9e\x12\x98\x95\x95\x3f\x36\xf0\x85\x64\x30\x87\xce\xa7\x5a\xe2\x35\x8e\x8f\x4c\x77\x2a\xa5\x28\xce\xe4\x27\x84\x20\x61\xe0\xe3\x59\xda\x4d\x5e\xad\x33\x15\x6c\xfe\x93\xe4\x1f\x5c\x6a\x50\x57\x92\xb1\x04\xf3\xd6\x24\x51\x19\xa5\xba\xb7\x22\x2d\x2e\xba\x97\xb4\x99\x56\xf3\x78\x44\xbf\x0b\x5b\x84\x7d\x13\xdf\xb8\x4a\x04\x6a\x60\xb6\x92\xe3\xda\x94\x3b\xa1\x25\xbd\x49\x7c\x7a\xe1\x89\xa6\x69\x0e\x5f\x4a\x5f\x95\xed\x6a\xd8\xc2\xf7\x87\x57\x9f\x20\x3d\xc0\x20\xf0\xd2\x7d\xc6\x34\xe6\x4f\xd1\x2b\x4b\x8b\x1c\xa7\xb9\x63\xff\x90\x4e\x88\xfd\xf6\x04\xcf\xf1\x0a\xc9\x17\x26\xc3\xcb\x1f\x98\xad\x3a\x38\x0a\x44\x6f\x54\x8b\x3b\xe4\x74\x4f\x4e\x7e\xe2\xf4\x88\x2b\x75\x7c\x90\x52\x87\xc4\xe2\xb7\x22\xa7\x6f\x41\x99\x19\x59\xa6\xe7\x17\xbc\x5e\x24\x80\x31\xe6\x25\x49\xa1\x39\xb9\x6a\x52\xcd\x42\x46\x93\x58\x63\x09\x8b\x4c\x8e\x6d\xe1\xed\x3b\x3c\x23\x97\x58\xa6\x53\x58\x6d\xea\xa6\x6a\x1e\x18\xd3\x41\x4e\x17\x97\x2b\x03\x79\xa2\x4c\x10\xc9\xba\x59\x0f\x15\xd9\xed\x8a\x19\x86\x36\xfb\xa0\x52\xa1\xcf\x23\xf6\xa1\x07\x5f\xbe\x74\xe6\xe6\xd3\xe2\xe6\x3a\xd2\x16\x3d\x52\xfa\x34\x66\x41\xa1\xac\x24\xc3\x7e\xfc\xc1\xbc\x21\x12\x6c\x97\xf4\xfa\xcb\xbf\xfc\xe5\x67\x96\xa5\x8e\x74\x2d\x22\x28\x4e\xcb\x3a\xde\x70\x3c\xaa\x89\x7c\xce\x24\x26\x44\x70\xd5\x1d\xdd\x43\xe7\x00\x0d\x22\x56\xac\x0b\x52\xed\x98\x69\x85\x1f\x64\xc0\x56\xb5\x38\x49\xc7\xc5\xc1\x03\xf1\xfc\xb2\x2c\x0e\x27\x99\xa4\x58\x37\x4a\x2f\xf0\x4a\xd2\x57\x89\x21\x84\xec\xa2\x43\xc9\x39\x6d\x57\x25\xb3\x8a\x6a\xe1\x09\x73\xc8\xbc\xeb\x8b\xe1\xcd\x81\x64\x8a\xe9\xd3\xea\xf7\xaa\x42\xc1\x0c\x3b\x61\x7c\x4c\xaf\x36\x8a\x2d\x97\x0b\x10\xc4\x7b\x49\x32\xf4\x71\x44\xa5\x49\x85\x5c\x2a\x3a\xb6\x86\x4a\xe5\x78\x91\xf4\x38\x5c\xec\xd8\x93\x65\x2f\x24\x13\x99\x94\xf2\x69\x5b\xb8\xdc\xd7\x33\x25\xa6\xee\xec\x1f\xa6\x26\x9d\xdd\x3f\x9d\x9b\x20\xae\x1f\x1d\xac\xea\x42\x13\x68\x27\x23\x2d\x3f\x89\xbb\xf2\x1e\xc2\xb3\x2e\x71\x5d\xc4\x9a\xf8\xa4\x1c\xe0\x1d\xc8\x55\x13\xe1\x48\x4c\xca\x61\x3b\xad\x98\xeb\x6e\x47\x91\xbd\x14\x5f\xd9\xe1\x08\x39\x2b\x94\x67\x20\xfb\xdd\x06\x3c\x6d\x91\xb6\x57\x70\xd8\x37\x33\x5b\xaf\xcc\x17\x6b\x77\x38\x2d\xe4\xb7\x73\x29\xf9\x72\xb5\x16\x7a\xc5\xbb\x7b\xa9\x83\x84\x99\x35\x59\xe2\x7c\x91\x47\x5f\xa6\x29\x34\x4c\xcf\x57\xab\xa6\x75\xee\xb6\x2a\x9e\x3f\x87\xe2\x86\xb0\x51\xf1\x8d\x05\x28\xfd\xf2\x25\x45\xa7\x2b\x2b\x5a\x63\xef\x13\x6c\xaf\x78\x19\x0f\x2c\x38\x70\xeb\x02\x3e\x62\x3a\xe1\x45\x4f\x35\x2e\x79\x9d\xa6\xbf\xfd\x31\x0a\x6e\x07\x93\x30\x88\x08\x1c\x55\x37\xfa\xdf\xb0\x3e\x81\xa8\xf1\x91\xb0\xdf\xe0\x44\x00\xe3\x08\x04\xa1\x1b\x76\xbb\x06\xca\xae\x0d\x39\xc1\x80\x10\x08\x90\x0f\x5a\xc0\x9f\x62\x36\x7b\xef\x9c\x38\xf5\x7e\x3f\xba\x62\xfa\x01\xbf\x7d\x23\xa9\x2f\xc9\x87\xcd\xd8\x71\x88\x22\xea\x52\x3d\xc2\xe4\x25\x4d\xae\xb8\xac\x4a\xcc\xaf\xc1\xf4\x78\x77\xc0\x1d\xea\x3f\x4d\xf1\xaa\x16\xba\xac\x96\x66\xf8\x28\xbb\xd8\x6e\xfd\x72\x72\x92\x9f\xb1\x83\x2a\x99\x3d\x58\xf5\x15\x11\x6a\x1f\x25\x12\x27\x59\xd1\x43\x77\x38\xc0\xd4\x84\x8d\xe2\x3b\x72\x86\xa2\x3d\x02\x30\x45\x31\x13\x68\xbb\xfc\x2f\xcd\x21\x75\x74\x0f\x6b\x9b\x0a\x12\x54\x06\x62\x77\x9e\x39\x5f\x9e\xf5\x0c\xaf\xee\xaf\x86\x77\x9c\x07\xd2\xc5\x4b\x1e\x33\xfe\x01\xd1\x8d\xa3\x29\xce\xea\xef\x7f\xfb\xcf\x23\xb2\x81\x8a\xdb\xc9\xc9\xea\x2c\xc0\x7c\x9c\x57\xca\xfa\x9f\x34\x5b\xeb\xc3\xd9\x28\xa3\x36\xb1\x0f\x29\x0b\x22\x23\x48\xcf\xc0\xf5\x93\x38\x9a\x18\xa5\xe9\x3a\xdb\x39\x4c\x40\xee\x4b\x5f\x89\x65\x90\xcc\x88\x20\x0b\x44\xb4\xb3\x58\xce\x46\xc6\x3b\xd2\x02\x85\x10\x8d\xd4\x2d\xb3\x53\xe6\x34\x02\x2f\x34\x36\x07\x1a\x58\x29\xe0\x91\xe3\x48\x20\x97\x1e\xf2\xb6\xa8\x80\x18\x81\xb7\x2c\xb8\xa3\xbd\xe4\xcf\x39\x13\x08\x04\xd4\xfd\x08\xff\xc3\xf9\x90\x51\xec\x14\x53\xcd\xd7\x0b\x03\xb6\x31\xdf\x6b\xb9\x3d\xc9\xa7\x50\x40\x52\x82\xbb\x14\xf0\x10\x06\x54\x10\x18\xa3\x2b\x3a\x4b\x6b\x15\xb5\xec\x40\x59\x92\x91\x2a\xce\x5c\xe6\x9d\x27\xdc\xe4\xdd\x37\xca\x23\xb4\x57\x56\x3a\xe2\xf3\x4a\xb1\xc2\x1c\x2d\x93\xbc\x02\x29\x34\x03\x94\xd8\x9e\x83\x59\xa2\xec\xb1\x22\x08\x78\x6f\xdf\x9d\x41\x4d\x2d\xaf\xdc\x27\x08\x38\x42\x61\xaf\x59\xf0\x35\xc8\x94\x4b\x26\xcf\x1b\xf7\x51\xbc\x29\x55\x35\xa6\xb1\xa3\x93\x96\xca\x0a\xbb\x03\x2c\x80\x84\x41\xc3\x93\x34\x3d\xc4\xd1\x29\xbc\xeb\x5a\x0a\x39\xec\xe9\x24\xe8\x8f\x43\xcf\x24\x1d\x81\x16\xb6\xe4\x9c\xbb\xab\x62\xba\x7c\x8b\xf8\x07\x5b\x14\x3f\x60\x06\xda\x80\xd7\x2b\xd9\x5f\xe1\x02\xe3\x63\x53\x0d\x5b\x31\x45\xa4\x30\x9a\x96\x38\x0d\xbf\x25\x35\x43\x67\xbf\xa3\x92\x70\x0d\x51\xce\x1f\x1e\xc0\xb7\x52\x5f\x2d\xdd\x6a\x03\x99\x98\x00\x7d\x17\x55\x96\x83\xad\x76\xab\x77\xf9\x4d\xf1\xa7\xd8\x3a\x0a\x70\x8a\x16\x91\x78\x3b\xcd\xc1\xf8\xce\x5b\x22\x67\x9c\xc4\x1d\x64\xd1\xd4\x54\x28\xc6\x6b\xa0\x25\x61\xc7\x39\xc0\xe8\x88\xae\x26\x4f\x90\xe5\xc4\xf8\x2d\x05\xf1\x58\xe5\x82\xf1\x1b\xa9\x98\xd8\xea\x4f\xa4\x84\xfc\x40\xc4\x3c\x3f\xc7\xd6\xf0\x8a\x5c\x0c\x35\x84\x6f\xe9\x74\x26\xad\xe0\x78\x61\x07\x69\xdc\xe3\xb6\xab\x23\x45\x0b\xba\xff\xe9\xa8\x09\x8b\x2a\x6e\x5b\x92\x44\x62\x9d\xe7\x80\x2a\xb1\x3e\x9b\xcc\x56\x4d\x4c\x96\xd6\xe7\xb0\xc2\xda\x06\x93\x48\x5a\x46\x8d\xe1\x45\x98\x2b\x4d\x70\xb3\x39\xa7\x00\x85\x0c\x07\xfb\x56\x5c\x6e\xdb\xec\x3b\xf6\x57\x15\x83\x65\x4e\x43\xb6\x38\xfa\x75\x82\x35\xcf\x32\xf6\xcd\xb6\xbb\xbc\x2e\x5d\xc6\xe7\x58\xea\xad\xfc\x2a\xbe\x45\x6e\x8a\xa1\x95\x9c\x96\x1b\x59\x06\x33\x2b\x52\x4d\xcd\x56\x0a\xfa\xcc\x9e\x09\xdc\x9f\x15\x8d\xe0\xe3\xc4\x18\xff\x7f\xdb\x23\x19\xc1\x16\xc1\x74\x2d\xfe\x59\x66\x58\x8d\x8b\x1f\x46\xe6\x93\x0c\x3d\xc4\x01\x79\xed\xbd\xcd\x5b\x49\x9b\x46\x8f\x74\x71\x12\xc8\xb9\x78\x3b\xb1\x38\xad\x80\x9a\x85\x12\x91\xeb\x27\xe9\x1d\xc9\x2d\xf0\xf2\xc9\xf2\xa3\xa4\x82\xaa\x81\x06\x7c\xce\xf0\xaa\xb5\x55\xa7\x20\xa6\x8c\x96\x10\x19\x05\x1b\x39\xb6\xdf\xca\x95\xfa\x7a\x85\x3f\x04\x2d\x99\xca\x2a\x5c\xe9\xef\x48\xca\x2f\xfb\x7f\x74\xde\x99\x2b\x47\xb2\xff\x5c\xa3\xbc\x21\xa5\x77\x4d\xd4\x90\x18\x75\x4d\xad\xf8\x0e\x29\x37\xbb\xb9\x10\xcb\xc4\x65\x03\x29\x5d\xa9\x4a\xf0\x8e\x29\x73\x0c\x6a\xf2\x01\x3c\xaa\xce\xf9\x31\xe2\xc0\xe1\xcd\x1d\x90\x41\x0a\x7c\x7c\xfa\x75\xa3\xce\xbf\x38\x55\xca\xa3\x91\x62\x4c\x23\xba\xf8\x78\x14\x34\x11\x1f\x4c\xc2\x67\xea\x73\x3f\x6a\x62\x68\x3a\xf9\x2d\xbe\x4a\x5e\x01\x21\x9a\x8b\x81\xee\x5c\xd6\x46\x32\xb0\xcd\x6a\x95\x77\xec\x30\x69\xe4\x47\xb1\x17\x0a\x02\x88\xdf\x05\xbc\xc8\x69\x7e\x4d\xd6\xc6\x50\xf0\xe9\x15\x8b\xd5\xf3\xb2\x30\x0e\xd7\x86\xa5\xf3\xd5\x7e\x5e\x8a\xcf\x72\x44\x6e\x97\x1a\xee\xb0\x44\xca\x31\x28\x95\xa5\xb8\xc1\xa9\x29\xf2\x29\x88\xfa\xa7\x63\xbc\xbb\x90\xfc\x4c\x97\xce\xc4\x0a\xf9\xde\xe8\x50\x8f\x9e\xa7\xf2\xb5\x24\xfe\x73\x2c\xae\xf5\xd8\x5f\xfe\xa3\x4c\x2c\x07\xbc\x1e\x5a\xc9\xb2\xc9\x41\xb3\xe7\xec\x5d\x18\xf5\xc2\x13\x94\xfd\xf7\xb8\x69\x14\x4f\x46\x54\xf1\xd8\x0a\x99\x3f\x1e\x29\xd1\x79\xdd\x01\x33\x66\xc7\xa7\x53\xe8\x9c\xc8\x66\x09\x6a\x71\x8e\x47\x78\xf8\x54\x52\x2b\x22\xcc\xac\xa0\x40\xe0\x90\x0e\xd9\x9f\x69\x8d\x44\x34\x53\x17\x13\x5a\x91\x4f\x51\xb2\x38\x32\x86\x12\xd3\x22\x00\x41\xbe\x17\x60\xf6\x90\x4d\x05\xc4\xf6\xab\x4f\x09\xc5\x3b\xeb\x72\x1e\x51\x30\xc9\x70\xac\x4a\xad\xa9\x4d\x73\xff\x6d\xe2\xce\xb3\x63\xa2\xfb\xda\x90\x62\xe8\x8e\xbe\x99\x29\xa3\x63\x81\x2e\x15\x28\xfe\x11\xe9\x31\x8f\xf3\x91\x58\x2e\xaa\x5d\xa6\xea\x3c\x54\x72\x3b\xb0\xa7\xd4\x5f\xbb\x24\x30\x43\x2a\xc8\x1e\x15\x81\x81\xf3\x67\x3b\x6b\xdb\xe7\x7d\xf3\x1c\xff\x2f\xc8\x28\x8f\x86\x4b\x88\x59\xd6\x12\x5d\x8b\x0f\x64\x19\x65\x21\x64\x9a\xa8\x09\x4f\x32\x42\x92\x2b\xa3\x17\x97\x56\xb4\xe2\x9a\x95\xb9\x9e\x86\x16\x6d\x1d\x5c\x20\xd6\x71\x2e\x42\x8d\x64\xbc\x60\x9f\x5d\x5c\x71\xd6\xf9\xc4\x23\x51\x5a\x2e\x5a\x16\x1c\x72\x2e\x30\x46\xa9\x81\x52\x2b\x12\xd8\xa2\xcf\x29\x4c\x8b\x0c\x38\x3e\xa9\x3e\x93\xe2\xf2\x42\xb8\xb4\x09\xcc\x23\x68\xfc\x03\x0d\x16\xe1\x71\x90\xa2\x46\x98\x03\xcb\xc6\x8e\x75\x97\x5a\x4c\x41\xd3\x75\xc3\x56\x3c\x7a\x7d\xcc\xc5\x15\x01\xf8\xd3\xe3\x16\x24\xef\x9d\x8e\x84\x03\x53\x84\x40\x96\x44\x27\xc6\x8e\x00\x74\x12\xdb\x3d\xf7\x30\xd9\xba\x7c\x5b\x56\x0c\xd5\x21\xa6\xa5\xdf\x29\x8e\x2d\x5c\x49\xa7\x0b\x96\xca\xd5\x50\x7d\xe9\x97\x8d\x67\x55\x28\x08\x92\x54\x30\xd1\xde\x41\x13\x19\x9a\x5d\x00\x19\x08\x24\x1d\xf9\xe3\xf4\x1a\x9c\xca\xb2\x56\xe9\xe2\x7d\xe6\xde\xb0\x97\x0a\x83\x4b\x76\x9b\x91\x6f\x3e\x2c\xfb\xf5\x50\x31\x76\xa8\x0b\x29\x79\x3a\x9f\xa6\x7a\x14\x62\xaf\xf3\xc7\xa6\x95\x02\x27\xc9\x1d\x20\x3e\x5c\x78\x1f\x83\x89\x78\x1a\x6f\x59\xd8\xab\x8a\x1e\x40\x7c\x91\x81\xe2\x09\xa1\x46\x18\x64\xd3\xef\x77\xec\x4f\x34\x82\x2c\xa3\x9d\x7a\x4c\x0d\xb1\xe9\xaa\xca\xbb\x2e\xba\x04\x31\x0e\xf6\x5d\x25\x75\xf0\xff\x1a\x2d\xc0\xc8\x3e\x58\x44\x72\xbe\x72\x10\xa0\x27\xe3\x47\x71\x37\xc4\xad\x53\x0e\xc9\x7e\x45\x9a\x9b\x8d\x14\xb3\xf5\x4e\x72\xe5\xee\xe2\x45\xe4\x46\x01\x6e\xf3\x4d\xc2\x8f\x16\xee\x8e\x2b\xf6\xc4\x10\x96\x47\x37\x24\x4c\xb0\xe8\x30\xc9\xc5\x00\xb7\x56\x28\x85\x54\xab\x9f\x40\x56\x3b\xd4\x3c\x34\x5b\x72\xfc\x85\xe6\x53\x04\x9f\x08\x0c\x7c\x01\x30\x19\xe7\xff\x24\xed\x64\x15\xd3\xe7\x49\xa7\x5b\x61\xd8\xf8\x42\xe0\x2b\xc2\x7c\x0b\x56\x53\xfc\xdf\x01\x27\x13\xcb\x5a\x24\x3a\x5b\xda\x58\x53\x88\xd5\x58\xd9\x02\xb9\xf3\x4c\xef\x05\x29\xa8\xdb\x7c\xb1\x7b\xa1\xaf\xe8\xbd\x32\x8c\xee\xf4\x6c\x11\xdf\xfd\x81\xee\x13\xe0\x8c\x9d\xbe\x00\x74\x18\xf4\x31\xf3\x24\x0b\x54\x3f\x64\xfc\xbe\x5c\x8b\xec\x8e\x3a\x62\x36\x59\x9d\xdc\x7b\x1b\x80\xdc\xb3\x63\xc3\xa2\x75\x38\x0a\xd5\x07\xa8\x83\xa1\x66\x6d\xaa\x2e\x6a\x48\xbe\x42\xc8\x53\xab\x8f\x2b\x99\x8d\x20\xf9\xf4\x06\x85\x28\x02\xc9\xca\xc8\xb6\x04\xa4\xc2\x55\xbf\xa5\x95\xa0\x3a\xa9\x98\x80\x75\x96\x00\x7c\x6c\xf3\x02\x6e\xeb\x62\x9d\x14\x99\xea\x03\x85\x19\x27\xff\x9c\xe2\xd7\xa8\x0b\x93\x49\xd1\x2b\x46\xa7\xac\xf5\x36\xa9\x84\x62\x31\x69\x03\x46\x26\xf2\xca\xe5\x26\x53\xde\x85\x12\x9f\x98\xc1\xdc\x4d\x15\xc9\xa1\x22\x28\xd6\x71\x92\x31\xba\x08\x83\x47\x92\xa3\x04\xc4\x43\xc1\xc6\x91\x8d\xf3\xce\x9a\xc2\x8c\x76\xb6\x1f\xca\x7e\x1f\x5d\xa8\xe4\xe8\x95\xa1\x1b\xa7\x93\x29\xc3\x74\x85\x7c\x25\x0e\x19\x32\x72\x67\xff\x43\x11\xb8\x47\x0c\x99\xec\x3b\xcd\x0c\x3b\xa2\x32\xcb\x2c\xed\x54\x8c\x7d\x4c\xc4\xce\xcd\xeb\x41\x6b\x2c\x71\x3e\xd8\x27\x55\xf4\xd6\xf4\x9a\x6c\xa5\xd8\x36\x1c\x75\xdd\x48\x75\x34\xf2\xf2\xe8\xed\x5e\x6f\x19\xa2\x6e\x02\x77\x6e\x1f\xcb\xd5\x24\x43\x6a\xe5\x20\x21\x38\xa3\xd7\x3c\xea\x2a\x49\x56\x32\xd3\xe9\x80\x62\x3b\x6e\xaf\xdf\x9f\x29\x7e\x27\x5e\x7d\x14\xf8\x1c\xdb\xf7\x21\x4a\x2d\x1f\x0f\xe1\x04\x2c\x1e\xce\xc5\xd7\x70\x12\x19\x9c\xed\x0a\x2c\xcc\xc4\xc3\xae\xe0\xab\x58\x11\x6c\x88\xc5\x35\x48\x8c\xa7\x42\x1b\x6d\x44\x8f\xc8\x33\x55\xe6\xf8\xe8\x90\x1b\x1d\x2b\x97\xdf\x1b\x94\x6c\x84\x8f\x62\x82\xab\xaf\x9e\x7c\x61\x99\x35\x9e\x36\xb6\x3e\x28\xd5\x40\x43\xd9\x6a\xed\xb1\x05\xae\xdc\x57\x40\x89\x59\x41\x06\xb1\x9d\x62\x4d\x1f\xca\xaa\x22\x3b\x6e\x22\x5a\xca\x63\xd9\x54\x4c\x0d\xde\xdb\x50\x29\x6c\x0d\x85\xa8\x66\x05\x80\xdf\x5a\xcd\x70\x40\x96\xe5\xab\xb6\xe9\xba\x78\x20\x46\x2d\x7c\x43\x0a\x44\x1f\x1c\x3d\x64\xe7\xff\x1e\x84\x99\x93\x62\x23\x37\x76\xf8\x65\x9f\xa9\x10\x2f\x16\x88\x39\x6d\x5d\x41\x74\xe3\xab\xf6\x5a\x65\x18\x03\x67\xff\x01\xd4\xac\x86\x9f\x3c\xbb\x8b\x02\x49\x39\xbb\x9b\x73\xb8\x85\xfd\x84\x05\x13\x99\xc8\x88\x89\x52\xac\x51\x64\xe0\x92\x34\x52\x81\x0a\x0a\xd0\x30\x8a\x68\xf5\x67\x3a\xf6\x50\xdf\xb8\xb7\x92\xb6\xc4\xfd\x86\xf0\xd7\x50\x35\x90\xcb\x52\xad\x8d\xb1\x28\x60\x70\x05\x0d\x1f\x07\xe0\x2c\xf7\x0e\xa0\x22\x97\x0b\xe4\x56\x1c\x63\xee\x6a\x2b\x15\xf6\xd6\x3a\x6b\x17\xca\x54\xc9\xe2\xa2\x65\xc8\xcc\xb9\xd6\x71\xb4\x62\xe3\x00\x05\x52\x50\x72\xd5\x04\xef\x41\x32\x96\x42\x6e\x82\x85\x6b\xb7\xe4\x30\xcb\xcd\x92\x18\xb1\x1d\xa7\x97\x26\x2e\x41\xf8\xf2\x8d\x64\xdc\x0e\x2e\x00\x01\xe2\x85\xa0\x3a\x9f\x5e\xba\xe8\x47\x87\xd4\x8e\x31\xa4\xbe\xb4\xa9\x97\x11\xdb\xde\x89\x1f\xfb\xf0\x51\x95\xc6\x69\x72\xbe\xd6\x1a\xc6\x96\x02\xd0\x04\x11\x1c\xe8\xeb\x01\x8e\x48\x3d\x81\x9c\x73\x50\x32\xb1\x3c\x6e\xd7\xd3\x3b\x38\x82\x13\x91\x9c\xd2\x14\x62\x04\x9b\xc8\xf5\xde\xbc\xdc\xc9\xc0\x82\x1a\x45\x91\x1c\x21\x93\x06\x67\x79\xaf\x97\x75\xa0\xe0\xd8\x49\x42\xc5\x5b\x89\x86\xc4\xff\xe9\x11\x0e\x51\xca\xb9\xfc\x56\x40\xad\x6a\x51\xa6\x79\xd2\x55\xd0\x7b\x08\xe0\xb4\x59\x83\x84\x1d\x4f\x6e\x7f\x23\x94\xf3\xf9\x99\x47\xcb\x69\xba\x66\x7a\x72\xa8\x08\xd5\x86\x99\x96\x5a\x35\xd7\xc1\xca\x35\x25\x51\x0a\x41\xe3\x82\x9c\xeb\x72\xc0\x89\xd7\x49\x40\x44\x98\x8d\x8e\xe3\xaa\xe9\x71\x80\x7c\x13\xc3\x81\xc0\x5c\xf7\x19\x77\x29\xf9\x20\xb5\x2f\x37\x4f\x14\x0e\xc6\x25\x84\xa2\x98\x5a\x9e\x3b\x41\x06\xc8\xab\xa3\x1c\x4c\x50\x58\x11\x82\x48\xdb\x76\x3e\x38\x72\x63\x9f\xfd\x31\x0d\x21\x4a\x16\x3f\x49\x7d\xe1\x8d\xe2\x73\x38\x7a\x74\x98\x04\x54\x8e\x50\x4d\xe2\x2b\x22\xa5\x73\x1a\x7c\x86\xc9\xe1\x78\xa7\xab\x27\x2f\xff\xc4\xda\xf3\xe5\xcf\xe3\xb9\x5f\xd1\xb8\x9c\xef\xbf\xf5\x77\x2e\x39\x38\x69\x1f\xbd\xa5\x0a\xd7\x56\xa2\x4c\xb0\x14\xb1\x3c\x02\xa4\x55\xf2\xf8\x06\x04\x3c\xab\x73\xf7\x03\xf2\xae\x75\xb9\xc0\xa3\x95\x4b\x57\xdb\x14\x32\x4b\xa1\x0b\xbe\x45\x2e\xc1\x74\xd9\xcb\x8a\x57\x67\x10\x70\x0f\xf6\x22\x7e\xf0\x51\x55\x62\x62\xe9\xc4\x1e\xca\xfa\xe0\x60\x32\x81\x87\xb9\x2d\x1f\x69\xc3\xe0\x51\x62\x6e\xfd\xa1\x2f\x03\xf7\x36\xf1\xd4\x78\xe2\xab\x69\x5d\x94\xef\xf3\x67\x21\x0b\xc8\x7d\x33\x21\x59\x7e\x71\x46\x07\xa0\x87\x89\xa7\x06\x6d\xec\x23\xf6\x0f\x07\xeb\x52\x12\x58\x44\x9d\x6f\xe5\x3f\xa4\x0c\xce\x6d\x1c\xda\xb8\xa3\x83\x54\xbd\x64\x91\x32\x81\x3d\x03\x56\xae\x12\xa2\xa1\x8e\x01\x26\x1a\x81\xc7\x5a\x8a\x48\xb0\x1d\x01\xeb\x69\x14\xc1\x59\xfb\xad\x95\x5f\x65\xe6\x2c\x3c\x2a\xc1\xa1\xfa\x73\x4c\x8b\x4e\xe6\x5b\xc7\x1c\x84\xf2\xf0\xb6\x4e\x50\x63\x61\xe5\x51\x5b\x8c\x83\x63\xe1\x4c\x45\x8c\x72\x80\x86\xed\x92\xed\x99\x53\x8f\x49\x1b\x1d\x55\xd9\x9f\x89\x24\x49\x77\x28\x4e\x19\xf0\x1d\xf7\xad\xda\x5c\x5e\x46\xe4\x6d\x8f\xdc\xc8\xb5\xfa\xe9\xd1\x33\x6a\xf2\x04\x0f\x33\x39\xa6\xbf\x32\x4b\x9e\x0d\x83\x82\x1d\xb2\x7f\x72\xc3\x48\x86\x01\x65\xc3\xfa\x69\x84\xca\x1a\x43\x2d\xd8\xcc\x22\x95\x40\x2e\x19\x34\x12\xf9\x25\x2e\x35\xee\x71\x8d\xea\x95\x60\xd7\x2a\x57\x88\xf6\x5d\xf1\xc5\x83\x48\x7d\x9e\xdb\xd9\xc4\x14\xd4\x26\xe8\x1c\xdd\x7d\xb0\x2f\x99\x93\x3b\x4e\x7f\xb3\x74\x4e\x81\x6f\x8e\xda\xd5\x18\x5f\x22\xc1\x9d\x73\x13\x73\x33\xb1\x93\xa0\x6d\xd5\x40\x0a\xf5\x2d\x2e\x4c\xc1\xa3\x38\x68\x8b\x16\x2f\x6f\x62\x3c\xf6\x07\xa4\x44\xce\x08\x21\x0f\xb6\x95\x1b\x19\x09\xb6\x37\xb5\x0e\xde\x6e\x4f\x19\x85\xc0\x88\xe9\xc6\x13\xdd\x1e\xee\x83\x46\x4d\xdc\xd2\xc2\x35\xde\x98\x5a\xb5\x8f\xb4\xba\x81\x84\xec\x51\xc1\x2b\xc7\xd6\x1f\x12\x0a\xbc\x58\xf1\x4c\x0f\x96\xfc\x0d\x77\x3e\x6e\x64\x04\xab\xee\xb1\x65\x1e\x9f\x15\xdf\xc0\xc9\x18\x4e\x41\x04\x60\xfa\x3b\x4c\xc0\x98\x71\xd3\xe6\x08\x22\x0e\xfa\x3a\x87\x7a\xca\x4b\x28\xdb\xad\x84\x9d\x0e\x0b\x10\xb1\x6f\xcb\x8e\x39\x49\xce\x01\x16\x29\x92\x9e\x66\x2c\x4f\x99\xf3\x82\x14\x76\x3d\x82\xcc\xe5\xb1\x4b\xe9\x1c\xa5\xca\x17\x56\x5b\xf7\x5a\xde\x45\x5e\xfb\x2b\x8d\xd7\xc1\x9d\x71\xd9\x41\x37\xab\x31\x3f\x19\x03\x5a\xed\x3f\x9f\x73\x44\x51\xd6\x9a\x38\xf0\x70\x08\xe9\x7d\xe6\x6e\x3b\xf8\x0b\xf0\xe3\x33\xd3\x8b\xc8\x3c\x3f\x0c\x5b\x27\x6d\x3d\x84\x83\xa6\x1a\x40\xcc\xe0\x4f\xd2\x36\x48\x33\x45\x57\x1e\x24\x1a\x3f\x98\x4c\x44\x17\xfd\x47\x14\x7b\x03\x84\x58\x7a\x2b\xa8\xd7\xd5\xdb\xe4\xf6\xc7\x04\x32\x2d\xae\xf5\xb3\x02\xe1\x70\xc1\x37\x08\x1c\x5f\xe0\xb1\x21\x11\x92\xd3\x6f\xbb\x4d\xa2\xab\x5e\x22\x43\xf1\x2e\x42\x47\xb1\xa7\x0d\x74\x9f\x74\xe4\xe3\x30\x79\xd2\xa7\xeb\xd5\x6f\x0d\x17\x3f\x34\xb1\x18\x25\x93\xc7\x1e\x9b\x80\x07\x39\x0d\x20\xa1\xea\x59\xf0\x1a\xa5\x5a\xab\xc9\x5b\x4e\x7a\x51\x5c\x51\x4d\x3a\x7e\xc9\x55\x20\x7a\x72\x2d\x8d\x6a\x02\x09\xd3\x1b\x29\xe1\xea\x2a\xd8\x35\x97\xbb\xef\x59\x80\x1a\x8d\x06\x5f\x53\x8c\xcc\x52\x0d\xb9\x59\x6b\xd9\x50\x9e\x0d\xe4\xe0\x5e\x37\x5b\x1b\x3b\x25\x92\xf8\x25\x1f\x4b\xee\xb7\xfe\xfc\x83\x29\xd8\x4d\x59\xf7\xee\x6e\x02\x6e\x13\xf4\xe2\x46\xbf\xa7\x18\xb4\x61\x9a\xff\xf7\x48\x18\xed\xe8\xe8\x86\x78\x1f\xa5\xed\xfe\xb1\x9d\x64\x72\xde\xa5\xb8\x03\xeb\xb2\x05\x0e\xa4\xdc\xda\x10\x39\x78\x73\xa6\x0a\x86\x86\x3e\xca\x2f\xee\xde\xe7\x5e\x6f\x7b\xa6\x21\x57\xbc\xdc\x80\x19\x5e\x0d\x5a\xfe\x0b\xa3\x7a\xea\xfe\x94\x50\x57\x71\x13\xb4\x9c\x9d\x57\x93\xb2\x28\xe4\xdf\x82\x5a\xf0\xf7\x54\x0e\xa5\xcb\x49\x84\xb7\x07\x41\x1e\x31\x9a\x17\x2f\xbe\x54\x2d\x3d\x24\xe0\x32\xa5\x84\x70\x70\x08\x3f\x01\x6f\x13\x7b\x99\xd2\x20\x8b\x74\x31\x3c\x14\xe7\xcc\xfc\xd4\x85\x42\x1a\xfa\xe4\x9c\xc3\xf1\x67\xf1\x4d\xa2\x7f\x27\x5f\x89\x03\xc8\xc6\xa3\xe7\xd1\xe0\x30\xe9\x1c\xea\x11\x00\xde\xaa\xa6\xb0\x5c\xf2\x5d\x4e\x4e\xfe\x22\xe9\xb9\x1d\x5f\xb8\x41\x9c\xa0\xae\xa6\xd6\xf6\xde\xc9\x25\xac\x04\xed\xef\x70\x78\x71\xd1\x42\xda\x6c\x99\xf1\xe5\x28\x32\x8b\x82\xfe\x88\xda\xec\xf1\xad\xb4\x04\x2b\xe2\x6f\xea\xcd\xea\x15\xe9\xca\x5c\xa0\xc9\xbe\xb3\xc7\x61\xa9\x83\xf3\xec\xec\x0d\x6b\x75\x20\x77\xb5\x27\x5a\x92\xc3\xc9\x7f\xa7\x24\x1d\xaf\x4a\x97\x83\x16\x44\xac\xd8\x3d\x5f\xb8\xd0\x3e\xf7\x24\x8a\x2e\x18\xd3\x03\x5c\xc6\x4c\xae\xf0\xc7\x70\x5b\x28\x67\x11\xc4\x14\x70\x3b\x69\xa1\xea\xfd\xc1\x8d\x41\xab\x17\x85\x25\xdc\x93\xde\x30\x91\x08\xb9\x76\x8b\xc2\x11\x13\x27\x90\x74\x3c\x43\xa6\xcc\x77\x83\x91\x7b\x72\x42\xe1\x83\x9b\x90\x99\xd6\xe8\xd9\x83\x50\x0b\x15\x08\x70\x20\xec\xd2\x18\x87\x21\xaf\xf0\x86\x67\xce\xd0\xe9\x03\xea\x30\xbf\x69\x9e\x88\x8f\xd1\x49\x97\x18\xcc\xe1\x4b\x88\xa1\xb8\xb5\x92\x57\x35\x47\xae\x07\xa5\x85\x8e\xd4\x94\xea\x19\x76\x91\x13\x7b\x18\x1f\xfa\x80\x21\xd3\xcb\xa2\x59\xa0\x7b\x7c\x3f\x52\x9a\x91\xf0\x9c\xdd\x20\xe5\x01\xf6\xb2\x62\x9a\xa6\x22\xa0\x2d\x33\x15\x52\xe1\x2f\xea\xc8\xfd\xc1\x92\x09\xb6\x8c\xcb\x13\xac\x4b\xbc\xa3\x18\x7a\x64\xcd\x18\x1e\x8b\xf4\x1a\x62\xa3\x50\x91\xd1\x72\x7e\x5a\x47\xf2\x75\x20\x99\x49\x2e\x15\xca\x85\xb2\xb8\x8d\x94\xf8\x5a\x49\xf3\x39\x2e\x2c\x76\x9d\x15\xd4\x29\xc5\x82\xee\x19\x46\x79\x89\x9b\x71\x38\xc6\xd6\xb6\x0f\xc2\x36\x71\x8f\x2a\xe8\xb4\x6f\xcb\xa9\xa0\x78\x1d\x1a\xaa\x36\x87\xdb\x53\x68\xb7\x14\x6e\x7a\xd7\x83\x31\xda\x2a\xf4\x6e\x74\xc4\x09\xc4\x8c\xc1\x1f\xc0\xa7\xfa\x07\x00\x9b\x81\x70\x06\x45\xe8\x20\xf5\x52\x01\x91\xea\xf7\xfe\x19\x37\x0d\x2c\xf8\xca\x9f\xa4\x4d\xb8\xea\x48\x91\x02\x29\xe6\x42\x82\x00\x34\x6f\xe2\x3c\xd9\x10\x75\x68\xd3\xde\x8e\xde\xbd\x22\x37\xb9\x1a\xb0\x2e\xbd\x56\x37\xbe\x31\x70\xb4\x76\x96\xb4\x6a\x71\xec\x7a\x64\x4d\xde\x7b\x89\x7f\x67\x30\x7b\x3f\xea\x95\xab\xb7\xd4\xbc\x6d\xb7\xeb\x35\x80\x4e\xd1\xf5\x1e\x2e\x33\x49\x34\x0d\x8d\x33\x15\xf4\xba\x5a\x98\xde\x8b\xf3\x6b\x1d\xdd\x19\x87\x85\xe7\x9b\xd9\x47\x5c\xe6\xa4\x65\xc1\x7e\x62\xfa\x20\xae\x68\xf9\xda\x36\xfb\xbc\xd2\xe2\x55\x13\x61\xd4\x44\xac\xa2\xa5\x7c\xf7\xea\x7a\x7a\x0f\x49\xea\x6a\x14\xdb\x40\xbc\x81\xec\x52\x66\x4d\x40\xb4\x5c\xec\x79\x2e\xd7\xf6\xe4\xf0\x19\xc1\xc9\xff\xe6\x52\x0c\x2e\x40\x0e\xc8\x81\xa0\xa2\xf5\xe0\x83\xf4\xc8\x25\xd7\x87\x83\xa2\x2e\x42\x6d\x22\x13\x5b\x44\x3a\x45\x50\x2c\x59\x80\x0b\x32\x6e\x34\xaf\xb4\x25\xef\x96\x31\x47\x9a\xb6\x8a\x3b\x97\x61\x9e\x00\x47\xe2\x2b\x14\x2f\x5f\x9e\x9b\x1b\xd7\x78\xd1\xf5\x45\xab\x25\x41\xd8\xb4\x5e\x6d\x1c\x38\x88\x10\x28\x9f\x6e\x65\x38\xfc\x54\xdc\x91\x5a\xe6\xa8\x7b\x5a\xd2\xc5\xe4\x26\x74\x89\xe4\x0b\x58\xe7\xe1\x9a\x11\xdf\x68\xf6\x4d\xf5\xc2\x35\x00\x87\x17\xd0\x75\x3e\xeb\x46\x0b\x8f\x9a\xc5\xe9\x1d\x8a\xd1\xb3\xa1\x4f\x4b\x4c\x79\x5f\x40\x82\x82\x4b\x7e\x40\x42\xde\x16\x51\xab\x88\x2a\x4e\x32\xfb\xc1\x43\x47\xe2\xbc\x92\x36\x9c\xf9\x4a\xdd\x1b\x48\x1b\x09\xa2\x78\x9f\xee\xaf\x99\xb3\x15\xd0\x13\x5c\xb1\x8b\x8e\x9d\x7d\x6c\x72\xe1\x6a\xb8\x09\xe1\x02\xf3\x21\xc6\x78\x3d\xe6\x10\x4e\x00\xca\xb5\x5e\xd7\x5a\x60\x44\x18\xa9\xc5\xa8\xd1\x77\x15\x63\xdd\xea\xb1\x25\x71\x51\x68\xca\x47\x72\xf2\x3f\x75\x0f\x75\x62\x6e\x91\xea\x38\x7b\xca\xfb\x09\x8d\x46\x32\x7f\x9a\x4d\xc5\x2c\xe8\xba\x92\x04\xc0\x83\xcf\x97\xea\x29\x75\xee\xae\x36\xdf\xb9\xe2\x76\x3c\xa0\x9b\x64\xe7\x3a\x7e\xc4\xc3\x4b\x93\xbc\xc0\xb8\x97\xd7\x89\xf8\x12\xf1\xb2\x23\x0f\x2c\xe7\x14\x86\xbf\x2b\x8f\xf6\x7c\x6d\x55\xa0\xf1\x93\xd7\x3d\xcf\xa5\xa1\x4b\x12\x62\xa7\xb7\xcd\x23\x4e\x3c\xc2\x86\x99\x6b\x36\x97\x09\x56\x0a\x87\xa9\xe2\x1e\xc9\xba\x08\x7a\x68\x4a\x22\x0d\x14\xbe\xe1\x95\xc8\xec\x6e\xdb\x47\x38\x03\xf9\x2a\x97\x88\x01\x6c\x5a\x14\x89\xec\x49\xed\x15\x27\x99\xd0\xe6\x30\xd9\xa4\x53\x16\xf5\xde\xe5\x43\x0c\x3d\x6e\x35\x11\x25\xa5\xf1\xb2\x97\x44\x9b\x5e\xae\x42\xe1\xbe\xd1\xb8\x45\x5a\xce\x33\x2e\x88\x3b\x3f\x70\x4c\xcb\xe3\x9f\xfa\x06\x69\xb5\x1f\x79\xec\x0a\x6b\x3b\x5d\xff\x0e\xcf\xf7\x68\xeb\x5c\xae\x25\x4a\x6b\x74\x4d\xe0\xcb\x13\x71\x9b\xc4\x33\x6e\xc1\x4a\x3b\xe2\xa3\xc6\x46\x5c\xa3\xf1\xf4\x18\x39\x6f\x27\x5e\x86\x6f\xe7\xa8\x4d\xc1\x05\x03\x7e\x64\xc3\x47\xb7\x16\xdf\xc3\xe6\x71\x0f\xe1\x47\x23\x27\x16\x2d\x3f\x68\xd9\xec\xb2\x56\xe2\x85\xd7\x07\x0b\x0d\xa8\xa2\xef\xba\x0d\xae\xaf\x41\x8a\xe9\x95\x04\xbf\xef\xe6\xcd\x2c\x0d\x44\xa3\xbb\xd6\x5b\x7c\xff\x6e\x4e\x68\x7b\xe8\x21\x07\x61\x92\xd1\xbd\x01\x6f\xad\x19\x04\x80\x27\x19\xeb\x51\x26\x99\x05\x57\xf3\x44\x22\x34\xc2\xa5\xba\x5b\x52\x47\xf6\x4a\x7b\x40\x86\xb1\x09\x93\x07\x04\x29\xca\x76\x0f\x12\x7a\x58\xf4\xb5\x94\x28\x85\xd1\x22\x4a\xa2\xa5\xad\x49\x2b\xf5\x01\x1f\x99\xb0\x83\x6f\x33\x1e\x25\x5f\x7c\x6b\xad\xd3\x9f\xfc\x0c\xd9\x7f\x4b\x25\x65\x49\x2b\xe7\x83\x45\x70\xe0\xe4\xa3\xa2\x36\x8a\x8a\x88\x9f\xff\x3a\xe6\x96\xd0\x61\xcf\xe7\x64\xb4\x64\xe2\x7b\xc9\x18\x69\x46\x0a\xfb\xe0\xe2\xff\x31\x77\x69\xe3\x8e\x18\x54\x7c\x90\xcd\x16\xff\xa7\x15\x5f\xcc\x65\x5b\x64\x6d\x72\x7f\x6e\xea\x9a\xe1\xe8\x4d\x31\x42\x3e\x68\x8d\xc1\x18\x25\x6e\x36\x92\xb5\x11\x90\xb5\x76\x46\x76\xd5\x4c\x1d\xc0\xa4\xdf\xa0\x10\x97\x56\x38\xa2\x2a\xed\xa3\x0d\x30\x09\x16\xbb\x0c\x36\xa9\x1b\x72\x41\x4b\x89\xf7\x4c\x9b\xac\x6d\xd2\xd3\x13\x16\xb6\x4a\xe1\x6e\x90\x18\x39\x69\xd1\x6e\xf1\x6d\xf6\x28\x46\xe6\x18\x0e\xc0\xce\xc1\x45\x5c\xf4\x84\x06\xc3\xd9\x81\xa0\xf3\x55\x6c\x36\x71\x53\x6a\x88\x7d\x83\x18\xb5\xcb\xa0\x55\xc4\x2f\x93\x07\xe2\x5c\x35\xdf\x0a\xc7\xa1\x70\xfd\xda\xbc\xd1\xf0\xb5\x0b\xec\xd5\xf5\xa3\x8b\x03\xa6\x83\xa0\xba\x9e\x62\x4b\xd0\x40\x96\x5f\x76\xa3\x58\x5b\x78\x59\x33\x3e\x69\xbf\x81\x29\x96\xe0\xe4\x37\x17\x99\xfd\xf5\x7c\x76\x5d\x67\xe3\x29\x4b\xf6\xec\xd0\x39\xa3\x2d\xd9\xa8\x34\xed\x5e\x2f\x88\x4e\x75\x71\x8b\x4a\x72\x1d\xed\x2f\xc2\xf7\x08\x6c\x3b\xf3\xbd\x4a\xba\x71\x24\x93\x29\xa8\xd9\x43\x81\x42\xd7\x00\xf1\x0f\x42\xa0\x31\x02\x10\x45\x21\x90\x07\x09\x25\x50\xd1\xe3\x11\x49\x68\x85\x14\xba\x2c\x1d\x94\x91\xb4\xd2\xd4\x5a\x6f\xa8\xf8\x56\x7a\xcc\x9f\xbe\xde\x17\x81\x1d\x5d\xd9\x4f\xe9\xb1\x84\x1f\xa9\xf8\xce\x70\x23\x90\x13\x65\xee\x23\x11\xb2\xbe\x00\x0c\x61\x33\xb8\xcb\xf7\x0e\x6c\x98\x54\x11\x68\x86\xa4\xb5\x82\xe2\x95\x5c\x6a\x55\xdb\xd8\xed\x05\x34\x1f\x6b\x95\x20\x0a\xf1\x7c\xe3\xb1\xc5\x41\xcb\x5c\x5f\xee\x91\x58\x20\x54\x11\x45\xe2\x12\x75\x07\x2c\xe6\x72\xae\x19\x5f\x08\x8a\xf9\x67\xcc\x63\xdc\x43\xf3\x50\x2d\xa4\x97\xda\x92\xb1\x3d\xbe\x55\x21\x36\xa7\x02\x70\x2b\xb9\x0d\x6d\xe1\xd3\x4c\xd2\x99\x1e\x7f\x3e\x13\xf3\x81\xda\x03\xad\x43\x6e\x07\x8a\x51\x2e\xa6\xa6\xf6\x32\xea\x3f\x75\x20\xae\x87\xbb\xac\xdc\x39\x95\x28\x17\x8f\x0e\x25\x58\xeb\x27\x58\x9b\xe5\x5c\x41\x21\xf7\x25\x94\x3f\x23\xbd\xd6\x24\x7d\xef\x3d\x4d\x9e\x72\x1f\x48\x67\x21\xdd\xfe\xe3\x3f\x9b\xf7\x79\x4b\xa7\x85\xef\x74\x09\x0a\x68\x53\xba\x06\xa8\x51\x8c\xe8\x11\x70\xdc\xf7\xac\x1d\x7c\x45\x4f\xe3\xea\x18\x54\xc3\xcd\x70\xb6\xd2\x6c\xdf\xf7\x0e\x73\xbe\x03\xc5\x0f\x3e\x59\x93\xf4\xc0\x56\xfc\xc2\x3e\xf2\x92\x81\x29\x8e\x81\x8d\x21\xdf\x1e\x55\x35\xdd\x36\xb9\x27\xda\xcb\x1f\xcf\xcd\x55\x63\xee\xfc\xf7\x75\xe8\xac\xaf\x31\x5e\xf7\x8c\x3f\x16\x55\x34\x5b\x0a\xa0\x17\x6b\x33\x6a\x4a\x27\x79\x8a\x42\x7b\x6a\x99\x53\x17\x1f\x72\xdb\xb5\x81\x9b\x9a\x48\x05\x23\xf6\x1c\xfd\x42\xcf\xc2\xe1\xb5\xe4\x19\xad\x3c\x52\xde\x4d\x31\x55\x63\xdb\xbb\xb8\x8e\x88\x38\xa8\x2a\xf6\xd9\xa1\xe3\xef\xba\xea\x82\xfb\xbe\xc0\xb4\x86\x81\x27\xd5\xc5\x57\xbc\xba\x72\x3b\x54\x7d\xee\xbe\x63\x22\x30\xba\x83\x5e\x52\x93\x0d\x3f\xdc\xcd\x2d\x64\x2b\x78\xe7\xe1\x35\x35\x2c\x07\xd1\xe6\xfe\x50\x05\xe2\x9b\x5a\xdc\xd1\x63\x94\x2d\x72\xba\x10\x84\x65\x8d\x14\x2a\xdf\xee\x82\x9b\xc3\xbc\xad\x10\xcf\xa3\x2d\x88\x0b\xe2\x58\xe0\xfc\x35\x47\xaf\x92\x22\x59\xa5\xb7\x48\xb1\x6c\x63\x57\x7d\x04\x92\xd4\x7b\x23\xfa\xed\x34\xcd\x05\x3a\xaa\xf1\x57\x68\x74\x24\xff\x49\x86\x14\x71\xe6\x02\x70\xae\x30\xac\x5b\x08\xaf\xe0\x26\x1d\x8e\x2c\x55\x95\xa1\x09\xcf\xcb\x9f\xce\x81\xb2\x0e\xde\x25\x3e\xab\x30\x43\xf0\xd8\x1c\xfb\xba\x82\xf9\xaf\x81\xf4\xbc\x6b\x35\x6e\x05\x52\x7f\x51\x2d\x84\x06\x11\x07\x55\x09\x67\x81\xa6\x3e\x99\x30\xf9\x4d\x88\x6f\x2e\xde\xdd\xee\x52\xc7\x2c\x74\xa5\x08\x2d\x48\x93\xde\x03\xe9\xe7\x06\x24\xd9\x74\x0c\xf4\x57\x55\x09\x6a\x3e\xe9\xbd\xc0\x30\x1c\x7f\xa1\xed\x50\xaf\x3a\xb0\xab\xc3\x3f\x1f\xfa\xf8\x7f\x60\x73\x59\xa8\xb3\xfd\xc4\x68\x9f\x95\x6d\x05\x65\x17\x75\x9b\x0f\xa1\x96\x8b\xab\x04\x2c\x90\xf6\x87\x02\x59\x14\xd3\x2d\x57\x9d\xc0\x2a\xff\x84\x2b\xa3\x74\xbc\xb4\xea\x8f\xc9\xc7\x5f\x62\xbd\xc0\xf7\x11\x8e\x7d\x11\x4f\xe0\xa6\xda\x2e\xab\xd5\xb1\xf4\x9b\x4f\x28\x26\x1e\x7c\x53\xe6\x1b\xdf\xcd\x63\xf1\x42\x15\x07\x8b\xa6\xff\x47\x0f\x3e\x22\x6f\x32\x0c\x6f\x0d\x21\x9d\x76\x95\x03\x10\x7d\x57\xb6\xa5\xf7\x3a\xdc\xcd\xad\x24\xd3\x85\x45\x0a\xf4\x0f\x2f\x14\xb8\xdb\x51\xf1\x89\xca\x27\x38\x78\x0a\xff\xbd\x1d\x71\x81\x41\xe9\xce\xe5\x83\x1c\x5b\x02\x4d\xc5\x2d\x3b\xd9\x51\x00\x17\x0d\xb4\x6f\x1c\x88\x7b\xa2\x1e\xd0\xfd\xee\x00\xcf\xe5\x20\x9a\xce\xef\xf3\x90\x5e\x79\x3e\xbd\x54\xf5\x1d\x3a\x91\x97\xeb\x80\x70\xa8\xc9\xc6\x5f\xc6\x70\x5f\x17\xe4\xfe\xec\x59\xfa\xfd\x3d\x05\x37\x23\x61\x17\x65\x76\x8e\x7c\x13\x46\x23\x6c\x87\x95\x3a\x5c\xa5\x7c\xab\x60\xbc\x06\xc7\x09\x21\x3b\x7a\x8c\x6f\x0e\x28\x14\x60\x55\x4c\x2a\x58\x9e\x94\xa6\xdf\xa7\x4c\x28\x11\xac\x36\x8d\xab\x4e\xb8\x41\x38\xe1\xf4\xc7\x97\xc7\x89\x98\x6f\x9e\x20\xf1\xcb\xd7\xbd\x7c\x0c\x8b\x7e\x41\x44\xc1\xca\xe0\xd8\xb7\x94\x8e\x9f\x27\x86\x50\x18\xbd\x43\xd7\x63\xe8\x67\xee\xb6\x46\x0a\xe8\x4a\x8b\xa8\x81\x48\x71\xbd\x3f\x4a\xcd\x3b\x13\x27\x04\xe1\xd1\xdd\x1b\x2e\xbc\x0f\xa6\xe3\x92\xcf\xd2\xb9\x56\x7e\x0b\xa0\xe8\x83\xe6\x47\x62\x30\x59\xd3\x46\x78\xda\x18\x83\x1f\x97\xb7\x93\x17\x22\xc7\x60\xe4\x1d\x31\xd8\x5e\x10\xca\xcd\x04\x86\x85\x3d\x01\x51\xdd\x3e\x6e\xe0\x3d\x29\x7a\x56\x58\x9a\x8b\x2c\x11\x3b\x42\xc5\xfd\xe9\xdc\xa3\xb5\x85\x87\x3e\x29\x5e\x1b\x8a\xed\xdd\xfc\x76\x6e\x16\x77\xe6\xea\xda\x7c\x9a\xdd\xde\xce\xae\xee\x3f\x9b\xb7\xd7\xb7\x86\x7e\x30\x37\xb7\xd7\xbf\xdf\xce\xde\x67\xe6\xfe\x9a\xff\x3d\xff\xd7\xfb\xf9\xd5\xbd\xb9\x99\xdf\xbe\x5f\xdc\xdf\xcf\xdf\x98\xd7\x9f\xcd\xec\xe6\xe6\x72\x71\x31\x7b\x7d\x39\x37\x97\xb3\x4f\xe7\xf4\xcc\xc5\xfc\xe6\xde\x7c\x7a\x37\xbf\x32\xd7\x18\xfd\xd3\xe2\x6e\x6e\xee\xee\x67\x78\x7e\x71\x65\x3e\xdd\x2e\xee\x17\x57\xbf\xf3\x78\x17\xd7\x37\x9f\x6f\x17\xbf\xbf\xbb\x37\xef\xae\x2f\xdf\xcc\x6f\xf9\x73\x4a\x2f\x68\x72\x7e\xd1\xdc\xcc\x6e\xef\x17\xf3\x3b\x2c\xe3\xe3\xe2\xcd\x3c\x5e\x12\x7f\xe1\xe3\x8e\xd6\x0d\x91\xff\xb4\xb8\x7f\x77\xfd\xe1\x3e\xac\xff\xfa\x2d\x0d\xf4\xd9\xfc\x75\x71\xf5\x26\x33\xf3\x05\x0f\x36\xff\xd7\x9b\xdb\xf9\xdd\x1d\x2d\x82\xc6\x5f\xbc\xa7\x45\xcf\xe9\xc7\xc5\xd5\xc5\xe5\x87\x37\xb4\x9e\xcc\xbc\xa6\x11\xae\xae\xef\xcd\xe5\x82\x36\x47\x8f\xdd\x5f\x67\x3c\xa3\x3e\xeb\x46\xc7\x82\x68\xfc\xf7\xf3\xdb\x8b\x77\xf4\xcf\xd9\xeb\xc5\xe5\x82\xa6\xc4\x77\xa0\xde\x2e\xee\xaf\x68\x0a\x26\xdf\x4c\x56\x7f\xf1\xe1\x72\x46\x1b\xf9\x70\x7b\x73\x7d\x37\x3f\x17\x22\xd2\x18\x44\xf2\xdb\xc5\xdd\x5f\x0d\x6d\x41\x49\xfb\x2f\x1f\x66\x7e\x1c\xa2\x2f\x0d\xf1\x7e\x76\x75\x31\xc7\x54\xf1\xb6\xe9\xa0\xb0\x5b\xf3\xf9\xfa\x03\x99\x06\xda\xf5\xe5\x9b\xe4\x77\x90\x6a\x6e\xde\xcc\xdf\xce\x2f\xee\x17\x1f\xe7\x19\x1e\xa4\x59\xee\x3e\xbc\x9f\x2b\xc5\xef\xee\x99\x3c\x97\x97\xe6\x6a\x7e\x41\xab\x9d\xdd\x7e\x36\x77\xf3\xdb\x8f\x8b\x0b\xa6\xc2\xed\xfc\x66\xb6\xb8\x05\x8d\x2e\xae\x6f\x6f\x31\xca\xf5\x15\x78\xe8\xe7\x73\x01\x83\xfb\xd2\xc6\xa5\x43\x20\xc3\xe9\xbf\x02\xfb\xcc\x3f\x82\x39\x3e\x5c\x5d\x82\x06\xb7\xf3\x7f\xf9\x40\xdb\x9c\x60\x11\x8c\x3d\xfb\xfd\x76\xce\x24\x8e\x39\xe2\xd3\x82\x16\x85\x73\x1b\xb3\x45\xc6\xaf\xd0\x0f\x81\x2d\x3e\x13\x83\x5d\x9b\xf7\xd7\x6f\x16\x6f\x71\x20\xca\x36\x17\xd7\x57\x1f\xe7\x9f\xef\x12\x8a\x10\x89\x03\xbf\xce\x5e\x5f\x83\x28\xaf\x69\x21\x0b\x5e\x0f\xad\x00\x14\xc2\x89\xbd\x99\xbd\x9f\xfd\x3e\xbf\x8b\x78\x82\xe7\xd4\x2f\x34\x67\xe6\xee\x66\x7e\xb1\xc0\x7f\xd0\xef\xc4\x8d\x74\xf4\x97\x42\xa6\xab\x3b\xda\x2b\x4e\x95\xfe\xa0\x83\x98\x19\x1d\x2f\x46\x00\x5b\xea\x11\x7e\x20\x31\x00\xeb\x5d\x39\x96\xa1\xb9\xf1\xb7\x78\xb1\xa7\x61\xee\x43\x76\x34\x97\xd7\x77\xcc\x7b\x6f\x66\xf7\x33\xc3\x2b\xa6\xff\x7f\x3d\xc7\xd3\xb7\xf3\x2b\x22\x14\x4b\xd8\xec\xe2\xe2\xc3\x2d\x49\x1b\x9e\xc0\x1b\xb4\x9a\xbb\x0f\x24\x7f\x8b\x2b\x39\x0d\xec\x97\xe5\x7b\x71\xfb\xc6\x8b\x18\x73\xec\xdb\xd9\xe2\xf2\xc3\xed\x01\xcf\xd1\xcc\xd7\x44\x42\x0c\xc9\xbc\x17\x9d\x84\x3c\x71\x47\x01\x3b\x0e\xdf\x2c\xde\xd2\x54\x17\xef\xf4\xd8\x4c\x22\xc8\x9f\xcd\x3b\x3a\x8a\xd7\x73\x7a\x6c\xf6\xe6\xe3\x82\x05\x51\xe7\xa1\x45\x2e\x94\x26\xd7\x3a\x82\xd2\x11\x9c\xf7\xe7\x73\xf9\xc2\x05\xbe\xca\xe0\xb9\xef\xee\xe0\xd2\x88\xc4\x9e\x50\xe6\x45\xa2\xeb\xfc\xdd\x14\x3c\x56\x25\x2c\x1c\x40\xf4\x1e\xb4\x2a\xb8\xd9\xf0\x7d\x39\x71\x75\xaa\x06\x3d\x06\xe4\x3a\x89\xb4\xbc\x55\xac\xb2\xaa\xde\x9e\x6f\x2c\x29\xe0\x17\x1e\xa0\x7d\x92\xfc\xe6\x80\xf6\x28\x12\xdf\x8b\x2f\xaa\x23\xe5\x4f\x1a\x93\xa3\x57\xd1\xaa\x6a\xe4\x1a\x26\xae\x9b\x7c\xe5\x26\xfd\xf2\x0d\xa1\x65\xd7\x54\xb8\xb5\xce\x1d\x7d\xc5\xdb\x80\x3b\x5e\x3e\x96\x55\xb4\xf6\x89\x8c\x48\x12\x87\x39\x74\x68\x72\x4b\x27\x5c\x0f\x48\x09\x11\xee\x19\x8f\x51\x22\xbe\x46\x8d\x4b\x25\x64\xdf\xd3\xae\xa3\xc4\x7e\x7c\x9c\x93\xdf\xc4\x7b\x27\x1f\x10\x9a\x31\x05\x04\x8e\x75\xef\x50\xe0\x9f\x61\xc6\xae\xc8\xf7\xd4\xf1\x3b\x5f\xfe\xd1\x4f\xc7\xb0\x4f\xff\x14\x1a\xe8\x39\x50\x82\x7e\xc8\x58\xcb\x1b\xba\xc8\x07\xbe\x43\x08\x9c\x78\xa3\xc5\x93\xa1\x3b\xf8\x8e\x96\x94\x35\xba\x5e\xda\xfc\x00\x73\xb7\xe1\x5c\xb8\x87\x6e\x36\xfe\x7b\x85\xe9\x07\x99\xc5\xbb\xb1\xee\xf3\xe9\xf2\xbd\x82\xf4\x3b\xaf\xee\xf3\x9d\xbe\x38\xd4\x05\x6c\xf8\xbd\x02\xbc\x32\x40\xa0\x73\xcd\xe2\x05\x47\xd4\xdd\x53\xf2\x4e\xbc\x82\xf9\x16\x9c\x97\xec\xf2\x35\x96\x8c\xe5\xfa\x97\xb7\xee\x59\xf2\x8e\xe4\x42\x04\x83\x80\x22\x30\xbc\x7c\x08\xa4\x4b\x3f\xbc\xc8\xbe\x94\x66\x21\xa3\xa6\x7c\x69\x2f\x5c\x1e\x89\x87\xd0\xaf\x50\x4a\xa5\x24\x34\x37\xb3\x52\xa2\x8e\x3e\x47\x58\x49\xa4\x8b\xaf\xd6\xed\x1a\x8e\xce\x24\x47\xe0\x1a\xd2\xac\x07\xdf\x73\x94\x3f\x98\x0a\x4f\x93\xc8\xf2\x2b\x68\xc9\xef\xba\x56\x66\xd1\xf6\xc9\x03\xc4\xf5\x1e\x1d\x76\xd9\x96\x76\x8d\xc2\x47\x6e\x5c\x6f\x1f\xcd\x6b\x9f\xff\x66\xa2\x6f\xe3\x9f\x5e\x9c\x99\x5f\xd1\x79\xed\x37\xf3\x2b\xbf\xde\xb8\xab\x71\xbf\xe1\x6a\xb9\x7c\x0c\xd4\x21\x2e\x92\x33\xfe\xc5\x7f\xba\x3a\x39\xd9\xb2\x37\xe3\x8f\xf8\x4e\xd7\xff\xbe\xe9\xe5\xe6\xdd\x1f\xf7\xbe\x33\x17\x7f\x1c\xa4\x03\x2e\xa3\x0b\x00\xa7\xe9\xb5\xcd\xb3\xc3\x70\xe4\xfc\x70\xc3\x61\x5f\xfe\xc6\xc1\x06\xd9\x7f\x77\x5f\xc6\xc5\x97\x24\x3a\x74\x64\x12\x3d\x3a\x17\x0b\xba\xdf\xb9\x59\xaf\xfc\xad\x54\xb4\x9d\xe0\x71\x5c\x6a\x32\xa8\x9a\xf5\x81\xa7\x44\xcb\xfe\xbe\xa3\x74\x67\xff\xe0\x37\xe6\xf9\x2b\xc0\x88\x65\x1d\x3a\x2b\x66\x57\x8f\x31\x4e\x55\xd9\xb7\x8e\x28\xee\xc3\x15\xc8\xc6\xa1\x1a\xb1\x2e\x92\x11\xd6\xfc\xba\xe9\xfb\xdd\x2f\x2f\x5e\x3c\x3d\x3d\x9d\x3f\xd4\xc3\x79\xd3\x3e\xbc\x70\xd8\x8b\x17\xbf\xf1\xfd\xa9\x8e\x9d\xfe\xa4\xfb\x07\xfa\x6c\x88\x22\xe4\x4c\xb4\x7c\xa8\x9a\x1b\xa7\x23\xf3\xd6\x36\x35\x5a\x2b\x01\xaf\x90\xef\x80\x24\xa1\x2d\x85\x08\x6c\x17\x47\x88\x8a\x74\xae\xe2\x0c\x48\xe6\x55\x96\x7e\xa1\x23\x07\x21\x5a\xd7\x91\x98\x21\xb9\xb2\x23\xbe\x3a\x8b\x56\xa5\x3d\xb7\x1a\x94\xde\x9b\x71\x3b\x57\xb4\x76\xf9\x85\xc4\x52\xe7\xfc\xcd\xfc\x21\xb9\x32\x29\x9b\x49\xef\x5f\xa6\xe3\xec\xf5\xdd\xf5\xe5\x87\xfb\xf9\xe5\xe7\x38\xc6\x78\xc5\xe7\xa7\x47\x87\x36\x3e\xd6\xfc\x4f\xfe\x24\xf8\xd3\xb3\x73\x1d\x6b\x2c\x9b\x41\xf7\xb3\x32\xb6\xd5\xaa\xd9\x6a\x72\x30\x15\x55\x91\x4c\x7f\x63\xd8\x87\xf4\xaf\xe2\x79\x56\xcf\xe2\x15\x68\xcb\x89\xcd\x7e\x87\x94\x1f\xd7\xe9\x8c\xff\x54\x9d\x5b\x18\xcf\xef\xdf\x56\x46\x73\xdf\x31\x4f\xee\x01\x27\xfd\x48\x8f\x65\x1c\xaf\xd7\xec\x21\xf8\x72\x72\x50\x79\x7e\xe6\x2d\x93\x1d\xfd\x1d\x5c\x90\xf9\x4a\xcd\xee\xef\x1f\x16\xa1\xf1\xae\x36\xfe\xe7\xf5\x0c\x1c\xf4\x73\x8f\xd8\x25\x64\x73\xd9\x7c\x15\x0c\x58\x24\x1c\x0c\xf6\x04\xd6\x91\xe7\xb5\x24\xb4\xcd\x1e\x60\x02\x4d\x18\x87\xce\xf9\xee\x93\x6f\xb6\x3d\x63\x48\x15\xe2\xcd\x8a\x13\xcb\xa4\x68\xb8\xdc\x84\xa6\x40\xae\x33\x96\x63\x93\xe0\x80\xb9\x76\x3f\x11\x0f\x67\xd2\x7a\xc4\x7d\x25\x82\x33\xd6\x52\xcf\x4e\x65\x45\x3e\x03\x1c\x7d\x7f\x50\x1c\x28\xbe\xba\x22\x91\xae\x17\x65\x7c\xa3\xf9\x0f\xc9\xe5\xfd\xb7\x85\xdf\xe7\x5f\x04\x6a\x16\xb7\xd0\xaa\x1f\x92\x33\xd2\xae\xd6\xe1\x0b\xc6\xfe\xfb\x55\xe1\x86\x42\xa4\x71\x73\xa0\xb3\xda\x06\x15\x44\xab\xdf\x7c\xda\x47\x99\x1a\xbd\x3f\x09\xd6\x65\x4a\x88\xe2\x65\x58\x8f\x2c\x04\xe9\x64\xb9\xf5\x1c\x26\xd4\x32\x4d\xaf\x29\x41\xf5\xfa\x74\x70\x4d\x2d\x89\x10\x3d\x39\x0c\xc0\x93\x16\xf6\xf1\x89\xe7\xf8\xe3\xf9\x97\x00\x61\xb5\xc7\x93\xcb\x5d\x6f\xf3\xe2\x30\x29\x8a\x36\x33\x7c\xc5\x05\xe8\x5d\xbe\xfd\x04\xf0\xca\xe4\x29\xec\x36\x25\x39\xb9\xcd\x6e\xb3\x7f\xf1\xb4\xd9\x3f\x27\x1a\x3f\xaf\x1e\x76\xd5\xf9\xa6\xdf\x56\x74\x30\xff\x37\x00\x00\xff\xff\xdc\xfc\xcc\x14\x0a\x87\x00\x00") + +func confLicenseGnuGeneralPublicLicenseV30Bytes() ([]byte, error) { + return bindataRead( + _confLicenseGnuGeneralPublicLicenseV30, + "conf/license/GNU General Public License v3.0", + ) +} + +func confLicenseGnuGeneralPublicLicenseV30() (*asset, error) { + bytes, err := confLicenseGnuGeneralPublicLicenseV30Bytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/license/GNU General Public License v3.0", size: 34570, mode: os.FileMode(420), modTime: time.Unix(1440548254, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confLicenseGnuLesserGeneralPublicLicenseV21 = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xa4\x7d\x5b\x73\x1b\x39\xb2\xe6\xbb\x7e\x05\x56\x2f\x2d\x45\xd0\xea\x96\xe7\x4c\xef\x76\xfb\x89\x92\x28\x9b\x3b\xb2\xa4\x21\x29\x7b\x1c\x1b\x1b\xb1\x45\x16\x48\x56\xbb\x58\xc5\xae\x8b\xd4\xdc\x5f\xbf\xf9\x65\x26\x50\x40\x91\x94\x35\xb3\x11\x67\xe2\xb4\x24\x14\x90\x48\xe4\xe5\xcb\x0b\xe0\x8f\xf7\x4f\xe6\x6e\x34\x9d\x8e\x26\xe6\xe3\xe8\x7e\x34\x19\xde\x99\xc7\xa7\xab\xbb\xf1\xb5\xa1\xff\x8d\xee\xa7\xa3\x93\x2f\xb6\xaa\xb3\xb2\x30\xef\x2f\x2e\x07\xe6\xd6\xce\xab\x36\xa9\x76\xe6\xf2\xb7\xdf\x7e\x3b\x39\xb9\x2e\xb7\xbb\x2a\x5b\xad\x1b\x73\x76\x7d\x8e\xdf\xd1\x10\xfc\xc5\xdc\x56\xd6\x9a\x69\xb9\x6c\x5e\x92\xca\x9a\xdb\xb2\x2d\xd2\xa4\xa1\x59\x06\x66\x5c\x2c\x2e\xcc\xc9\xdf\x2f\x69\x48\x52\x7c\xcf\xb3\xc2\x4c\x1b\x1a\xdc\xd0\xdc\xd9\xb2\x59\x9b\xdb\xbc\x2c\xab\x81\xb9\x2a\xeb\x06\xc3\x3f\x0f\xcd\x2f\xef\x2f\x2f\x7f\x79\x77\xf9\xb7\x5f\x2e\xcd\xd3\x74\x78\x72\x32\x7a\xb6\xd5\xae\x2c\xac\xc9\x6a\xb3\xb5\xd5\x26\x6b\x1a\x9b\x9a\xa6\x34\x0b\xa2\xc6\x24\x45\x6a\xd2\xac\x6e\xaa\x6c\xde\x36\xd6\xd0\xd8\x39\xad\xbc\xc1\x1f\x33\x5b\x9b\x72\x69\x9a\x35\x7d\x98\x67\x0b\x5b\xd4\xd6\xa4\xe5\xa2\xdd\xd8\x82\x96\xa7\xe1\x66\xb1\x4e\x8a\x55\x56\xac\x4c\xd6\x60\xf6\xa2\x6c\x4c\x92\xe7\xe5\x8b\x4d\x2f\x4e\x4e\xfe\xd7\x0c\x1f\xd2\xff\x35\x6b\x6b\x96\x59\x55\x37\xa6\xb2\xb9\x4d\x6a\x5a\xfd\x59\x99\xc4\xd3\x5b\x73\x67\xeb\xda\x56\xe6\xe3\xe3\xdd\x85\x19\x63\x8e\x1a\xd4\xb5\x45\x53\x9b\x44\xbe\xaf\xdb\xc5\x82\x06\x95\x95\xfb\x84\x0f\x22\x9b\x57\x60\xee\x63\x3b\x27\xfa\xe8\x47\xa6\x71\xe0\x67\x7f\x3f\x30\x6b\x5b\x2c\x2c\x7f\xe0\x7e\x59\xb4\x9b\x39\xad\x45\xc7\x73\xf1\xbf\x4f\x4e\x1e\x2b\x9b\x6c\xe6\xb9\x3d\x39\x99\xd1\x18\xdd\x65\x6d\x96\xb4\xd0\x86\x58\x6a\x6a\x77\x26\xf8\x5f\x6a\xeb\x6c\x55\x08\xf3\x9a\xe4\x3b\xfd\xf2\x25\xd9\x99\x5d\xd9\x56\x66\x49\x67\x92\x96\x1b\xfc\xa5\x5e\xf3\x78\xe2\x2b\xb3\x87\xf8\xde\x5c\x98\xab\x1d\x6d\xa8\x68\xaa\xa4\x26\xd6\x39\xfa\x3f\xda\xc2\x56\x49\xde\xa3\xbf\xe6\xb5\xb2\xa2\xb1\x45\x2a\x6b\xad\x48\x84\x12\xfa\xd9\xfe\x78\x2d\xfc\xcd\x13\xfd\xee\x1d\x0d\xd9\x80\xd0\xba\xad\x84\x0b\x7e\x3f\x74\x2e\x3c\x16\x3b\xa5\x33\x23\x22\x6b\xd3\xd2\x21\xd4\x17\x60\x45\x77\xe2\x83\xe8\x80\x0e\x12\x3c\x30\xc9\x76\x9b\x43\x5a\x40\x51\xb9\xa1\x55\xb6\x76\x91\xd1\xac\x3b\x65\x59\x02\x89\xf3\x4b\x6f\x93\xc5\xf7\x64\x65\x6b\x22\x6f\xb7\xcd\x16\x3c\x2e\xe7\xa3\xcc\xf0\x4b\x3d\xe0\x63\x2a\xc1\xbb\x2d\x69\x04\xd1\xdd\x36\xeb\xb2\xaa\xcd\xcb\xba\xa4\x85\x16\x59\x6a\x41\x01\xed\x82\x59\xfe\xad\x6c\xcd\x22\x29\xf4\x67\xfa\x4b\x29\x42\xfb\x02\x76\xac\x68\xfd\x06\xec\x54\xc9\x24\x21\x2f\xbe\xd3\xf0\xca\x2e\x5b\xd0\x93\xcc\x4b\x0c\x5d\x5b\x5e\x28\x52\x81\xb2\x62\xfa\xca\x2a\xcd\x0a\x48\xdf\x61\xa6\x38\xc1\x9f\x5b\x52\xb7\xca\x90\x82\x11\x13\x56\x3b\x4f\x20\xf6\xb1\x23\x56\x54\x4d\xb6\x68\xf3\xa4\xa2\xb5\xc1\xc9\x39\xab\x07\xed\x12\xdf\xda\xbf\xb6\x79\x52\xf0\xae\x6b\x9a\x88\x14\x8b\x0e\xe7\x2b\x89\x34\xef\x61\x6b\x93\xef\xd0\x86\xe8\xc8\x07\xf8\x13\x18\x46\x1b\xb1\x55\x05\xdd\xa4\x15\x9d\xc4\xd0\xe8\x16\xab\x40\x51\xb7\x15\x11\x7a\x61\x1e\xda\x63\xc7\x5a\xef\xc9\x7c\x28\x4a\x89\x70\x6f\x9d\x3c\x8b\x60\x05\x42\x19\x98\x93\xce\x8a\x44\x54\x9a\x33\x15\xd9\x6a\x25\x12\xc8\x0c\x26\x09\x7b\xa6\xa5\x4d\xb6\xe4\xa9\x5f\xb2\x7a\x7d\xfe\xa1\x5b\xaa\xb2\x0b\x9b\x3d\x63\x92\xb6\x5a\x60\xea\x94\xcf\x02\x47\xbc\xb2\x0d\x9b\x20\xfd\x90\x74\x85\x7e\x0c\x3e\xc5\x18\x55\x90\x48\x09\x40\x05\x4e\x83\x88\x5c\x08\x99\x98\x85\x6c\x84\x7d\x11\x82\xb7\x55\xb9\xaa\x92\x4d\xfd\x81\x87\xfa\xf9\x44\x41\x89\xf0\x8d\x4d\xe3\x55\xd2\x12\x2b\xd4\x96\x05\x6a\xc5\xca\x54\x62\x96\xc6\x2e\x1a\xd1\x5e\xb6\xff\x35\x9f\x53\x61\x03\xbe\x56\x16\x5c\x5b\xc8\x61\xf3\x9c\x34\xff\x3c\x0b\xac\x33\x44\x1d\xec\xb5\x05\x1b\x1d\x5d\x48\xe6\x63\xa9\x2c\xc9\x5a\x7e\x97\x3f\x95\x38\xa7\x0a\x16\xa4\x8a\xc6\x5d\x98\x99\xfc\x14\xad\x46\xd6\xa5\xce\x49\x3e\xd9\x2b\xd8\xaa\x49\x88\x07\x34\x62\x4b\x7f\xcc\xe6\x59\x9e\x35\x99\xda\x44\xcc\xad\x5c\x3e\x78\xca\x0d\x1b\x51\xb1\xca\x34\x5c\x87\x6e\xca\x34\x5b\xee\xa0\x94\x27\x27\xb7\xf4\x6b\xfb\x57\xb2\xd9\xe6\x24\x87\x6f\x9c\x6a\xe0\x15\x91\x0e\xa3\xc9\x78\xb3\x6c\xb7\xcc\xd2\xd2\x2c\xbc\x44\x4b\x4a\xbc\xca\x54\x18\x49\x54\x32\x9a\x87\xfd\x07\xd9\x36\xfe\x95\xb0\x89\x19\x4b\xac\x5f\x41\x6e\xe9\x43\x31\x13\xfc\x75\x4f\xba\xe9\x23\x5a\x98\xad\x86\x93\xbc\x40\xda\x44\x8c\xbc\x20\x92\xdb\x92\xad\xe4\x30\x23\x62\x9d\x58\x40\x5f\x32\xf2\xd1\xd1\x56\x3c\xb5\x24\x15\xcf\x30\x59\x8b\x12\xcc\xa0\xbd\x97\xf3\x3f\x20\x25\xcb\x2c\x17\x53\x1a\xef\x64\x40\xeb\x75\x94\x31\x21\xe4\x4e\xb1\x1c\xfd\xbc\xd9\x5b\xc8\x24\x4b\xd8\x1d\xda\x14\x6c\x80\x08\xbf\x9f\xd5\x8f\x21\xa1\xa6\x15\x88\x00\x3a\x64\x76\xe3\x17\x66\x48\xbf\xf3\x34\xd6\xeb\xf2\x45\xe6\x57\xa9\x26\xfc\x50\x0b\x21\x44\xc3\xf7\x42\xfe\x9a\x39\xa9\x86\x79\xb2\x87\xc4\x5d\xc8\x4b\x4c\xf3\x52\xbe\xab\x1b\xbb\x35\x1b\x3a\xcf\x32\xfd\xdd\x9c\x5d\x9e\xe3\x38\x16\x1e\x18\x45\xbc\x02\x7d\x67\xef\x79\x44\xb9\x24\x7b\xa6\x62\x1f\x7a\xa7\x97\x75\xb6\x58\xf3\xc9\xd7\x72\x00\x76\x45\x96\x8c\x71\x4e\xcd\xfe\x5e\x81\xce\x20\x94\x32\x9a\xf7\x67\xf6\xf0\x2c\x97\xc1\x92\xb1\xbe\xda\x84\xa6\x0e\xd4\x8f\x95\x96\xad\x8b\x53\x5a\x32\x17\x40\x57\x66\x41\xb8\xa6\xf2\xa7\x23\xee\xb5\x28\x69\x6c\x05\xc7\xbd\x53\x1b\xa7\xee\xd9\xad\x65\x86\x84\x73\x58\x09\xc2\x33\xa1\x2f\x99\xae\x8c\x6c\xc3\x7c\xc7\xfe\x14\xe0\xcd\xe6\xb5\xd8\xab\x6d\x52\x8b\x8b\x18\xf4\x45\x9d\x0e\xab\xcd\x53\x77\x2a\x90\x73\x2f\x2d\x6c\xa6\x15\xa1\x89\xf3\xca\x08\xb7\x11\xa3\x14\x15\x45\xc2\xd5\xfd\x55\x1c\xec\x4f\x35\xad\xb2\x6d\x1b\x71\xbf\x2f\x19\x69\x14\xe6\x99\x13\x3d\x74\x28\x8b\x46\x08\x25\xa6\x11\x8e\xda\xa8\x8a\x6d\xf8\x30\xe7\x8c\x63\xaa\x32\x6d\x17\x32\x88\x35\x03\x62\x72\x8b\xf9\xf3\xdd\x20\x44\x05\x0d\xef\x62\x5b\x62\xa3\x40\x4b\x75\xc3\xac\x5e\x13\x44\x6b\x9c\xe4\xda\xbf\xe8\x38\x18\xd3\x91\x89\x80\x07\x0d\xcd\xf4\x85\xf9\x6a\xd9\x6d\x1c\x70\x56\x09\xeb\x19\xbe\x20\xcd\x01\xf9\x96\x69\x27\xb9\x21\x6f\xef\xac\x21\x2f\xc1\x28\x88\xa7\x8f\x26\x67\xf2\xe7\x30\x8d\xd0\x94\xa4\xb3\xa0\xcf\x1e\x37\xd2\x78\xf2\x80\x89\x6e\xc5\xac\xcb\x9c\xcc\x2f\x5b\x5c\xf2\xc6\xa5\x3a\xe7\x8c\x6c\x2a\x03\x0e\x10\xc5\x10\x80\x07\x7b\x74\xc1\x4b\x10\xb7\xc4\xc0\xf5\x80\xb2\x13\x12\x56\xce\xb9\x65\x2e\x31\x43\x9a\xce\x00\x00\xc0\xf4\x3c\xbe\x00\x32\x16\xa9\xac\x88\x14\x88\x8e\xe2\x33\x70\x2e\xe0\x68\x87\x21\xb2\x62\x91\xb7\x29\xf6\xc9\x70\xce\x83\xb3\x01\x64\x68\x51\x12\x51\x72\x9c\x31\x0e\x3a\x8a\x68\xc1\x82\x3e\xa2\x64\xfc\xfe\x66\x54\xe9\x9c\x52\x00\x27\x03\xa2\xa0\x16\x34\xff\x9f\x6d\x46\xba\x4d\xaa\x43\x96\x02\x1c\xe1\xd3\x78\x03\x54\x63\xb1\x69\xc5\x67\x77\x30\x0f\xfc\x77\xcb\xfa\xb5\xc0\x3e\x9a\xcd\xb2\xb3\x95\x60\x8a\x4d\x3e\xe3\xac\x35\x24\x37\x1c\x4a\x63\x8a\xb2\x78\x17\x21\x09\x87\xe0\x12\x2f\x57\xbc\x66\xf1\x9d\xb6\xa4\x46\x72\xcf\xeb\xd5\x50\x3d\xc1\xc9\x44\x54\x5b\x8b\x00\x32\xf6\x4f\xbb\xd1\xd8\x29\xc9\xf8\x3c\x13\xc4\xe8\x44\x86\x4c\x2e\x2f\x01\xbb\x48\x13\x30\x6c\x94\x09\x64\x30\xd6\x2d\xab\xef\xc4\x45\xe2\x6e\x95\x3d\x27\x2c\xd1\xfa\xb1\xb7\x04\xde\x66\xcd\xde\x00\x7d\x1b\x27\xf0\xca\xa2\x1a\xe1\xdb\xda\x33\xaa\x2c\x88\x0e\xb5\x7a\x74\x4e\x59\x15\xd3\xbd\xc4\x07\xf8\xdf\xa2\xa2\xf3\xac\xb2\xc4\xc1\x47\x92\x67\x59\xff\x55\xb9\xf1\x6b\x6e\x40\x40\x9e\xfc\xd5\xcd\x83\x23\xf5\x44\x1c\xf7\xd1\xe2\xc5\x16\x82\x1c\x02\x89\xc0\x90\x53\x59\xfb\xf4\xd8\xe2\x73\xbb\x48\x34\xe0\x48\x4b\x12\x02\x0c\x67\x59\x51\x97\xe2\x0c\xcc\x4f\x75\x87\x98\xc9\x37\xbf\x4d\x4c\x5d\x68\xac\xc8\xa1\xd6\x4d\xc4\xd0\x3a\xb5\x64\xd2\xca\x2d\x6c\x18\x2f\xce\x76\xd2\x24\xe9\x33\x19\x53\x8a\xba\x0c\xb4\x97\x6d\xa1\x6d\xc0\x87\x7d\x01\x55\x84\x48\x7e\xcf\x7f\x24\xa1\x80\xb8\x9b\xa4\x2e\x39\xfe\x68\x95\x23\x3f\x12\x06\x0e\xa5\x61\xe8\xbc\x66\x5c\x98\x4f\xe5\x0b\x51\x59\x45\xb1\xa5\xe3\xb2\xdf\x5c\xb0\x3a\x69\x9d\x53\x45\x0d\x2d\xcd\x22\xab\x16\xed\x06\x2e\x82\x90\x7b\x1f\x57\x12\x85\x15\x28\x2e\x17\x14\x55\x01\xe2\x0e\xd4\x2d\x6f\x28\x5e\x87\xdf\xf2\xd3\x38\x08\x4e\x2e\x85\xd0\x4a\xa2\x01\xc2\x0b\x08\x68\xe0\x8a\x08\xff\xe6\xb2\x57\x76\x08\xb1\x41\xd8\x75\x6e\x33\x83\x39\x26\xae\x82\x6e\x3a\x82\x77\xcb\x64\x01\x0c\x4e\xe4\xa5\x49\x95\x12\x4f\x09\x9b\x2f\xd6\x99\x7d\x16\x2b\x33\xd8\xe7\xbb\xb7\xe9\x9a\x41\x71\x91\x62\x28\x98\x66\x28\x52\x4d\x1f\xfe\xd9\xc2\xc4\x21\x68\x94\x48\x93\x5d\x5c\x08\x2f\x44\xfe\x18\xa7\x26\x64\xc3\xff\x28\xe7\xc8\xa5\x60\x67\xa4\x7d\x2d\x20\x84\x27\x21\x38\x99\xb1\xba\x07\x89\x46\x3d\x96\xa1\x10\xa0\xc9\x39\x3c\x58\x61\xfb\x73\x9c\x26\x29\x99\x98\xbd\x18\xd6\xb8\x78\xb3\x93\x48\xe8\x3b\x73\x2a\x90\x9a\x57\x55\x98\x8e\x93\xe8\x50\x0d\x25\x42\x88\x5d\x31\xa0\x6b\x19\x22\x04\xc1\xb3\x07\x4f\xc5\x01\xc6\xda\x22\x99\xe7\x7c\x30\x2b\x40\x09\x9a\x54\x73\x40\x74\xa4\x5b\x5b\x6e\x73\xdb\xcd\x99\x73\x48\x3a\x2f\xd3\xdd\x5e\xd0\x7a\x61\x22\x19\xdb\xa7\xc8\xb9\xb5\x6b\x9f\x98\x7a\x95\x1c\x56\x8a\x8d\x58\xc9\x90\x08\x16\x40\xc2\x0e\x32\x19\x34\x39\x61\x46\xd7\x3b\x72\xf4\x9b\x01\x9f\xa2\x25\xdb\x94\x88\x95\x7c\xa6\x93\x4b\x8a\x2e\xab\xf4\xf3\x5d\x56\xb4\x7f\xed\x7d\x47\x3c\x1d\xe6\xe4\xa2\xda\xd5\xfa\xc7\x07\x80\x23\x67\xe3\xa1\x66\x2b\xf0\x08\x8c\x8e\x7e\x72\xc6\x6b\xe0\x0d\x1d\x7d\x16\x86\x4e\x3c\x4e\x74\xc6\xf9\x39\xd1\x93\xd8\xd9\x31\x25\xca\xac\xb5\xa6\xfa\x9c\x5d\x94\x88\x1b\xbc\x20\x21\xc4\x68\x22\x93\x58\x54\xb5\x85\x4c\xe5\xe6\x75\xfe\xd0\xa3\xe6\x7e\x72\xb1\x83\xf6\x6b\x1c\x03\x29\xbe\x8f\x64\x38\x0d\x51\x16\x69\x26\x81\x30\xfb\x7c\x0a\x16\x68\xc2\x20\x5e\x70\x49\x27\x59\x60\xa1\x5e\xaa\x84\x9a\x5e\x98\xc7\x04\xe8\x9f\x31\x6b\x03\x1c\xa6\xf2\x80\x85\x1d\x12\x59\x70\x16\xe8\xc5\xb2\xd7\x3f\x85\xb3\x8d\xd3\x3c\x2a\xbc\xa7\xbc\x88\x1b\xc1\x5b\x6c\x6b\x55\x61\x37\x44\xfc\x1f\x27\x1e\x2a\x4e\x28\x92\x36\xd6\xe2\xc5\xd8\x79\x03\x37\x3a\xd4\x13\xc2\x08\x98\x6d\xf9\x65\xc2\xe9\xa8\x0e\x3f\x3a\x08\xd0\x0f\x1f\x43\xa0\x43\x2c\x07\xf7\x46\x93\xcf\x53\x33\xbc\xbf\x31\xd7\x0f\xf7\x37\xe3\xd9\xf8\xe1\x7e\x6a\x6e\x1f\x26\xf4\xe3\xe3\xb7\xf1\xfd\xc7\x81\xb9\x19\x4f\x67\x93\xf1\xd5\x13\xfe\xc4\x03\x3f\x3f\xdc\x8c\x6f\xc7\xd7\x43\xfc\xe2\xe4\xe4\x17\xc5\x81\x4e\xc8\x86\xa4\x8e\x16\xc9\xe4\x10\xe9\x41\x29\xbc\xe5\x08\x52\x09\x62\x0d\xdc\x99\x4b\xd4\xe7\x19\x90\x20\x20\x41\xea\x68\x9b\x27\x8b\x0e\x9a\x76\x51\xa5\x40\xf1\x6e\x1e\x09\x6c\xb2\xff\x6b\x53\xb6\x22\xb4\x64\xb2\xd3\x3c\xb6\xba\x88\x2e\x5a\x4c\x4d\xeb\xd2\x28\x2a\x35\x2e\x29\xfe\xba\x0e\x9d\x49\x1a\x9b\xcc\x39\x4d\x71\xda\x04\x3b\x3f\x3d\xbf\x30\xa3\x84\x11\x11\xff\xcc\xfa\x96\xa4\x69\x65\x39\xb4\xa3\xa3\x3a\xa5\x50\xf6\x14\x2a\x6b\x4e\xbd\x74\x6c\x6c\xc2\x5b\x5d\x90\xe4\xd9\x85\x83\x78\x9e\x57\xcb\xb6\xd0\x74\x8e\x46\xb7\x69\xd2\x40\xf9\xec\x96\x61\x62\x5d\x72\x2a\xbd\xd4\xa8\xe1\xd9\x16\x08\x1a\x39\xf3\x1a\x60\x4f\x9c\x83\x0a\xb8\xb7\x57\x67\xc2\x6c\x0e\x23\x10\x0d\xf0\xee\x21\xf0\xd1\x8a\xbc\xdc\x39\x1b\x7f\x92\x4e\x32\x93\x76\x41\x11\x23\x0c\x9d\x2a\xde\xa9\xea\xe1\xe9\x40\x52\x99\x03\x49\x51\x76\x87\x0e\x88\x78\xe8\xe4\x59\x1d\x84\x06\x98\x88\x39\xf4\xe8\xe0\xe9\x38\xad\x86\x9b\x3c\xa0\x66\x77\x31\x23\x6d\xa6\xa9\xdd\xce\x02\x21\xe2\x2a\x76\x21\x0c\xe6\x59\x64\x81\x4e\x98\xf2\xe4\xe5\x77\x6f\xcd\xe0\xe5\x13\xa4\x2a\x64\xac\x8a\xa4\x73\x8c\xe1\xcc\x04\x27\x2a\x77\x6a\x19\xd9\x6b\x25\xc0\x57\x5c\xb0\x55\x1c\x42\x68\x66\xfc\x61\xfa\x14\x5d\xca\xa9\x64\xd0\x41\x7c\x26\x56\xa5\xc0\xd2\x05\xf3\x50\x44\x3b\x4f\x8a\x55\x4b\x40\xe6\xc2\x9c\x7d\x22\xbd\x27\x6c\x86\x44\xd0\xc0\xcf\x00\x0a\x50\x97\xe1\x10\x4f\x0f\x1e\xb9\x6e\x76\xe8\xfa\xe7\xc2\x0b\xbb\x39\x0d\xc9\x39\xbd\x38\x3f\x39\x39\x9d\x76\x79\xaf\x53\x0d\x53\x79\xef\xc2\xd7\x46\x8c\x2c\xb2\xcf\x12\xc5\x6e\x9c\x21\xe6\x41\x02\x07\x19\x82\xc7\x1b\xa5\x2d\x20\xfd\x74\xcb\xf3\x79\xdb\xe5\x93\x63\x61\xd6\x57\x35\x41\x33\x7b\xe1\x5f\x5c\x35\x83\xa6\x6e\xe1\x63\x49\x9f\x9d\x91\x20\x8f\x9d\xb7\x35\x1f\x70\x52\xd7\x25\xa1\xbf\x86\xc3\x61\xda\x25\x81\x35\xd8\xcf\x25\x9d\x9b\x46\x20\xb9\x75\xe3\x79\x05\x8a\x20\xb6\x52\x1f\xd1\xc2\x19\x92\x1a\xb9\x91\xc4\x59\x57\x95\xc8\x90\xb2\xc8\xf3\x28\xfc\xea\x62\x8a\x21\xfc\xa8\xa4\x52\x4b\x15\x3d\xa4\xa5\xdf\xe6\x6e\xa0\x13\xc8\x5a\x44\xc1\x77\x67\x51\x3e\x48\x9a\x87\xd1\x56\xdb\xd4\x48\x2b\x72\xd8\x45\xb3\x5b\xf1\x19\x84\x47\x41\x12\x99\x72\xcd\x5f\xc4\xee\x33\x14\x56\xcd\x13\xb9\x04\x87\x4d\x25\xc2\xa6\x89\xb7\xad\x46\xd5\xac\xac\x51\x08\xeb\x08\x73\xc1\x1d\x07\x70\x65\x21\x39\x1d\x4e\xe6\x64\x0d\xa7\xde\xcc\x51\xcd\x34\x67\x19\x69\xda\x16\x49\xeb\xa2\x09\xf0\x46\xcf\x91\x73\xed\x04\x89\xd9\x9c\x8f\xfb\xa5\x12\x1c\x9a\x35\x64\x55\xbf\xfa\x82\x8d\x6a\x67\xd5\xe2\x64\x31\x67\x8d\xd5\x5c\x46\xcc\xcf\xc5\xd8\x05\xbb\xf3\x7f\x89\xe0\x8a\x77\xc0\xe1\x78\x3a\xcb\x4b\xcd\x1b\xc3\xf9\xbf\xb5\x8a\xea\x27\xf9\xa9\x3e\x2c\xd6\x49\x1d\xd5\x39\x60\x23\xb4\x4c\xb4\xb1\x69\xd6\x12\xd8\xd2\xd8\x28\xac\x39\x10\x67\xb7\x04\x82\xcb\xb6\xce\x85\x0c\xb2\xe1\x55\xb9\xad\x20\xde\xf4\x9b\x2d\x7c\x52\xbd\xc6\xde\x39\x9b\xa9\xd4\x86\xa3\x02\xcb\xa6\x5e\x54\x77\xb3\xc8\x93\x6c\x23\x28\xce\x25\x32\x3f\x98\xef\xd6\x6e\xa1\x35\x90\x27\xa7\x81\xf2\x99\x46\x21\xac\xfa\x02\x81\x02\x5f\xcf\x60\x4e\x60\x51\x32\xaf\xc3\x04\x5e\x37\x75\x8f\x89\x89\x10\xeb\x9d\xad\x9b\x29\x2f\xe9\xb4\xfb\xe8\x91\xce\xc4\x1f\x88\x94\x95\xb8\x38\xe0\x13\xaf\xdb\xf5\xae\x46\x0a\xc5\xe9\x01\x5b\x43\x57\x21\x4b\x34\x43\x9c\xb8\xd4\x37\xcd\x92\x68\xfe\xba\xdc\xaa\x36\x63\x57\x3e\x9f\xeb\x70\xb1\x18\x4b\xfb\x97\xab\xbe\xba\xa2\x04\x91\xf3\xbe\x13\x11\xcd\x33\xf3\x7c\xb2\xa7\xea\xb0\x64\x38\x0f\xd4\xf3\x14\xcd\xba\x65\x6c\xba\x11\x62\x8f\x2a\xd0\x40\xf1\xec\xbe\x40\xb2\xbe\xc6\xf6\xd6\x79\xd6\x03\xe0\x66\xaa\x5b\xbb\x44\x19\xf4\xd9\x1e\x92\x3b\xc6\x36\x1b\x6b\x45\x08\x64\x17\xb5\x0d\xb0\xf4\xef\x27\x27\x04\x07\x60\x79\x3c\x2e\x17\x27\x01\xe4\x49\xc6\xc1\xe6\x4b\x8d\xc4\x7b\x2e\x9f\x58\x37\x3f\xef\xaa\x32\x92\x4e\xe1\xb8\x80\xeb\x22\x7e\x36\xd8\x61\x3a\x0e\x3e\x0b\x62\x0c\x4c\x86\x93\x43\xce\x97\xb1\x51\x73\x5a\xc2\xc7\x93\x06\xd3\xb8\xe0\x22\x85\x02\xa8\x24\xca\x28\x5a\x7f\x71\x70\x7d\x89\xc9\x42\x5f\x26\x68\x4a\x41\x5c\x0a\x91\x29\x4a\x27\x7e\xf0\xc8\x92\x40\xaa\x04\x63\xe2\xb4\x8f\x02\x49\x1f\xf7\xa6\xe7\xa8\x24\x91\x0c\x25\x0b\xd4\xdd\x76\xce\x17\xfb\x6d\x3b\x49\x09\xc0\x93\x07\x62\x02\x33\x18\x75\x61\x6a\x06\x80\x42\x63\xdd\x32\xc2\x66\xbf\x21\xda\xdf\xc7\x79\x3d\x7b\xe7\xd6\x1f\x84\xbe\x2a\xa9\xf9\xe3\x6a\xc5\x2d\x20\xae\x12\xf1\x82\x74\x66\xf8\x8d\xc0\x8b\xe7\xf2\x3b\x3c\x47\x83\xbf\xee\xa2\x1a\x1b\xc5\xe1\x65\x49\xd0\x20\x81\x0e\xdb\x25\x09\x76\x23\x29\x18\x1f\x41\x0e\xdc\xb6\xed\x33\x87\x07\x31\xc5\x6c\xb3\xe1\xa1\x78\x57\x8a\x1c\x43\x1e\x30\x07\x06\x31\x4d\xe4\x7f\x20\xa8\x1c\x15\xbb\x9c\x31\xfd\x00\xad\xaa\xd9\xf8\x23\x21\xc5\x07\x25\x5a\x47\xb1\x6f\x5b\x71\x2d\xa2\xb2\x1b\x0e\x32\x80\x3a\x48\xaa\x96\x6d\x4e\xe7\x74\x16\xe5\x02\x82\x23\x60\xe7\x14\xa4\x42\x60\xe9\x59\x03\xff\x6c\xb9\x2c\x5f\x96\x34\x35\x70\x6c\xe2\x17\x70\xce\x4a\x72\xa1\xb4\x21\x84\xf7\xef\x18\x8f\x30\x42\xd9\xf3\x89\x01\x33\xa2\xea\xc2\xb4\x25\xd3\x2a\x64\xbc\x47\x61\xef\xcf\x96\xe6\xab\xbb\x52\x43\xf0\xdd\x3b\x2f\x11\x7b\x8c\x13\x98\xe3\x00\x86\xff\xb3\x0b\x19\xc5\x20\x26\xf9\xef\x2e\x85\xfb\xda\xd1\x64\x9a\x97\x08\x76\xdf\x9b\x51\xce\xe5\x10\x97\x80\x35\x67\x5a\xac\xe6\x9d\x6c\xa4\xa0\xcb\x13\xab\x2f\x89\x6d\x0b\x73\x95\xd5\x94\xeb\xb1\x19\x78\x46\x7f\xe6\x4d\x29\x63\x54\xe7\x50\x1c\xe3\x2f\x14\x56\xed\x05\xcf\xb1\x45\x25\x01\x9c\xbb\xdc\x27\xcd\xb6\x93\xba\x4b\xca\x80\x27\x3c\x1f\x0c\xae\x11\x70\xc1\xaa\x60\x81\x5a\x05\x79\x43\xf6\xee\xd9\xd6\xaa\x0e\xa1\xce\x6b\xf5\x02\xa5\x69\x98\x84\x01\x3a\x08\xb8\x8f\xaa\xdb\x26\x64\xc4\x93\xff\xe2\xf4\x29\xb0\xee\x5c\xa0\x4d\xea\xde\xd2\x17\xe6\x4a\x5a\x58\x0e\x8d\x97\xa4\xa0\x9f\x95\x3e\x76\xa2\xaf\x1c\xd4\x88\x2b\xab\x5f\x77\x38\x92\xe7\x08\x90\xab\xb3\x8f\x3c\x87\x97\x99\xe2\xb8\xd1\x43\x7e\xa2\x74\x69\x7b\xce\xa7\x49\x1e\x46\xa3\x19\x8d\x90\x49\x3b\xfe\x42\x43\x94\xaf\x03\x4a\xdd\x80\x97\x19\xa8\x35\x6f\xd9\x1c\x32\xcc\xc1\x2f\x2c\x57\x66\x79\x5b\x95\x5d\x21\x52\xd2\x74\x38\xda\x85\x5e\xe0\xc0\xa5\x23\x61\x46\x1f\x0e\x82\x0e\x36\x4c\xcf\xdd\x57\x8d\x27\xd5\x69\x15\xf4\x19\xa0\x28\x68\xba\x60\x8c\x5b\xc7\xc5\x6e\x1a\x26\x41\x6b\x85\x5e\xbb\xa2\x53\xec\x39\x83\x80\x0f\x86\x0e\x69\xed\xd2\xdf\xba\x94\x84\x92\x14\x36\x57\x92\x9e\x72\x2d\x0b\x61\xbc\x71\x88\xd9\x61\xcd\xa6\xf2\xb9\x81\x67\x27\x7e\x87\x4e\x4d\xd2\xab\x49\x2a\x9e\x7a\x40\x86\x0d\xad\x30\xab\x15\xb8\xe4\xa6\x75\xd1\x24\xef\x83\xab\xbd\x87\x00\xfb\x5e\x0e\xef\xcc\x05\xb1\xaf\x08\xcd\x39\x7e\x4e\xcc\x73\x99\xb7\x1b\x4d\xab\xd7\x4d\xc9\xb9\x77\x64\x2d\xc2\xfd\x09\xee\xed\xac\xca\xbc\x72\xb1\x4a\x40\x5d\xe7\x54\x39\xdc\x39\xe0\x54\xff\xd6\x41\x31\xb2\x5e\xec\x33\x45\xbb\x62\x99\x7c\x53\x2d\x93\x83\x3c\x9b\xa4\x7b\xb8\x94\x3d\x31\xfa\x10\x8a\x00\xb7\x76\x3c\x47\x05\x20\x2d\x35\xf9\xef\xfd\x61\x92\x23\x1b\xf7\x76\x1c\xdd\x6b\x02\x09\xc6\xbc\x89\xf8\xa8\x35\x32\xdc\x48\xbc\xca\x85\x39\x63\x10\x52\xd8\x17\x49\x50\x48\x96\x1b\x10\xc0\x7f\xff\xef\xb0\x8c\xdd\xdd\x76\x6b\x91\x88\x0a\x10\x01\xcc\xaa\x14\xa6\x77\xb2\x27\x37\xb9\xa3\x2c\x68\x04\xbb\x38\x37\x37\x62\x18\x05\x42\x14\x3b\x57\x1f\xd0\x1e\xcb\x42\x11\xa8\xf2\x90\x4e\xfd\x41\x3a\x3f\x11\x9b\xea\x18\xe4\xdc\x53\xe9\xbd\x0b\x4e\xca\xe9\x7e\x56\x55\x96\x29\x80\xbb\x90\xb8\x21\x69\x74\x44\xfd\x66\x16\x47\xb9\x4c\x3a\xd7\x1a\x3e\x59\x8b\x35\x02\xf9\x19\x9a\xc7\x29\x26\x25\x4c\xbd\x8f\xae\xea\x1a\x31\x35\x02\xc9\x38\xff\x40\xe8\xa3\x33\xe9\xae\xd5\x81\xe5\xcd\xd9\x6f\x49\x7c\xa6\x07\xa2\x66\x96\xd0\x7e\x36\x9e\x7d\x4d\x80\xbd\xff\xeb\xf5\xc8\xb6\xaf\xec\x41\x56\xab\xea\xd5\x8f\xe1\xfb\x45\x37\x5d\x3c\xf1\xfe\x9c\xd3\xca\xd2\xe6\xe4\xfa\xf7\xba\x4c\xa1\x24\x8b\x8e\xc7\x23\x35\x02\x12\x22\xe7\xbd\x84\x25\x87\xa2\x92\x85\x6b\xf2\xc8\x82\x86\x08\x1f\x6c\x2f\xca\x4a\xba\xda\xb8\xb5\x61\x83\x82\x5c\x61\xdf\x91\x5b\x4f\x05\x22\x74\xb1\xb8\xeb\x2b\x72\x0e\xec\x07\xd9\xe0\x23\x04\xb2\x9d\x53\x1b\xb6\xa0\x99\xca\x4d\x52\x65\xae\xfa\x06\x09\xeb\xba\x71\x91\x86\xf2\xf1\x07\x29\x5f\xdf\xcc\x87\x4c\x73\x72\x8c\x86\x14\x84\xa5\x1c\x15\x72\x7b\xb4\x17\x06\x6d\x44\x09\xda\x25\x38\x33\xae\xca\xe7\xbf\x02\xae\x7a\x4e\x72\x86\x2e\xf1\x04\x7b\x89\x35\x07\x8c\x18\x37\xf0\x64\xf4\x9f\x4d\x56\x2f\x33\x8d\x18\x02\x90\xd6\x6b\x02\xed\xcd\x35\x60\x54\x6f\x7c\x2d\x2a\x0c\x90\xba\x34\xd7\x66\x6b\x39\x71\x7e\x80\xa0\x5e\x06\x20\x60\x0d\xf1\xee\xef\xc8\xfe\x46\x42\xee\xab\x04\x45\xd9\x93\xd0\x5e\xa8\x1d\x01\x1b\x74\x0a\x13\xa3\xc3\xf6\x57\xf1\xe9\x7d\x97\x37\x47\xb9\x80\x7b\xec\x38\x1b\x08\x77\x57\x45\x49\x75\xce\xe3\xd4\xae\x10\x70\xb8\xbe\x73\xe7\xeb\x3b\x53\xc9\xac\x49\x4b\x46\x06\xb5\x2f\x73\xbd\x0a\xe0\xb5\xb5\x9f\xa0\xee\xd3\xae\xc1\xad\xf6\x60\x2c\x69\xe1\xda\xa7\x05\x5f\xf3\x93\xbe\x2c\xef\x9a\x24\x5e\x27\x76\x9f\x17\x0b\xae\xaf\x72\x94\x18\xa8\xb5\x33\x35\x87\x1a\x4c\xbc\x2d\x09\x1a\x27\xfc\x81\xe9\xd9\xf4\xb3\x24\xe7\x03\x05\x50\x1a\x95\xbe\xa1\x62\x16\x50\x23\x7d\xd9\xca\x9b\x23\xe9\xd4\x0b\x6f\xb2\x7e\xe5\x64\x82\x55\x74\xce\x4a\xdb\x57\x4d\x0e\x3f\xe3\x7a\x87\x76\xf8\xbc\xca\x3c\xfe\xcd\x26\xe1\xce\x94\xdc\x29\xec\x9a\x6c\x11\x3a\x3a\xb2\x80\x6d\xa1\x61\x8f\x70\x77\x68\x13\x5c\x9e\x4b\x72\x2c\xae\xcb\xe1\x75\x41\xe9\xe9\x61\xac\xf0\x22\x6c\x61\x46\x55\x2f\x73\x20\xa3\x8a\x60\xb5\xeb\xf1\x87\x86\x70\x62\xa9\x68\x5c\x4c\x28\xb5\x10\x09\x9b\x02\x5d\x40\x9d\x21\xda\x86\xf4\x08\xfb\x2f\xb2\xda\xa5\x86\x92\xb8\xe3\x08\x4d\x80\x35\x8a\x78\x5d\xb7\xb8\x24\x36\x1c\x39\xd2\xd1\xce\xa5\x5d\xbe\x75\x20\xb1\x33\xfa\x14\x92\x17\xb1\xa8\x92\xb2\x2e\xc2\x2e\x5b\x39\x03\xce\x58\x17\x84\x45\x2b\x4e\x10\x22\x84\xda\x90\xb7\xa8\x10\x8b\x21\x83\x42\xa7\xdd\x2e\x9a\x96\x9b\x89\x76\x50\x23\x49\xb3\xea\x7d\x14\x4d\x25\xd4\x1b\x2e\x3b\x24\x8b\xaa\xac\x83\x5f\x64\x05\xed\x3e\xac\x94\x9d\x21\x1e\xc0\xef\x38\x78\xe0\x88\x04\xed\x24\xb6\x58\x35\xeb\x73\x1f\x1e\x46\x69\xef\x90\x60\x80\x80\x22\x4c\xcc\xf7\x23\x1b\x39\x2c\x01\x34\xae\xe5\x6b\x4f\x0e\x08\xdf\x8d\x3a\x79\x8d\x6b\x56\x00\x1c\x81\x5c\x71\x0d\xe4\x88\x1e\x4a\x2b\xa8\x04\xf0\x30\x32\x3d\x6f\xff\x2b\x02\xf8\x07\xd0\x43\x38\xc5\x0e\xfa\x07\xfd\x8a\x35\x18\xf8\x2c\x6c\xcf\x8b\x1c\x95\xf8\x57\x92\x98\xbf\xa2\xa5\x79\x17\x2a\x68\xbc\x61\x9f\x0a\x40\x46\xf3\xd0\x36\xba\x3e\x3c\x5a\x51\x03\x44\x29\xb5\xa8\x64\xa7\xe4\xf6\x16\x28\xa5\xee\xd9\x43\x11\x66\x92\x3f\x10\xa1\x66\x71\x61\xb7\x61\x93\x80\x87\x0e\x9a\x6a\xf5\xf9\x67\xb9\x03\xc5\xe5\x79\xe7\x51\xfe\x6d\x7b\x2c\x8d\x67\xe8\xbe\x3d\x50\x9f\x3c\x72\xaa\x83\x7d\xc8\xe7\x58\xa4\x5c\x76\x1c\x96\x7c\xf6\xba\xcc\x16\x7b\x29\xe2\xee\x24\xb4\x49\x32\x2a\x66\xf5\xeb\x81\x0c\xd2\x18\x1f\x71\x63\x5c\xf9\x22\x97\x76\xa4\x3b\x1d\x90\x1c\xf1\xfe\x8a\x18\x21\xa8\x85\x8d\xb0\x9d\xb7\x2b\xbe\x7a\xb6\x9f\xda\x76\xb5\x00\x7f\x25\xa0\x9f\x21\x16\x46\x75\xf5\x90\x28\xa7\xdb\xaf\x10\x65\x5a\xf7\x83\x2f\x6e\xba\x6b\x20\xe1\x10\x97\xc1\x61\xa2\x5f\xf3\x2a\x9e\x2c\x4d\x8f\x1d\x2e\x71\x70\xf2\xca\x13\x94\xb6\x02\xd5\x58\x7e\x39\xc7\x96\xd5\x84\xbf\x76\xf5\x5e\xdd\x26\x0c\x2c\xb5\xbc\xab\xf8\xb7\x57\xdf\x71\x3c\xf7\xf4\x6f\x4a\x09\xab\xe3\xee\xa2\x44\xe2\x4b\x2e\xd6\x88\x8c\xbb\xe8\x9b\x9b\x7b\x54\x80\x0f\xef\x40\x5a\xdb\x3d\x39\x14\xf9\xa2\x89\xdd\xd7\x09\xe4\x76\x8c\xd4\x08\x86\x1e\xb4\xfb\x3d\xff\xff\x40\xf7\xbd\xdd\x75\xcd\xcc\x3e\xcd\xeb\xae\x43\xbc\x20\xf3\xe1\x4e\xd7\xaf\x7e\xf6\x23\xec\x7f\x18\xee\x9f\x73\x05\x6b\xdf\xce\x45\x58\xe8\x48\xf3\xd3\xe0\xc0\x96\xf7\x36\xf9\x9a\xee\xf3\xc1\x85\xe6\x51\xfb\x06\x22\xdc\x1d\xf6\xf8\xf3\x11\xc2\x43\x07\x97\x20\x42\x79\x66\x4f\xe4\x2e\x98\x84\x66\xc4\xa7\x5c\x83\x5d\xf5\xba\x1e\xfa\xc5\x0a\xe4\x13\x1a\xf1\x5d\xc4\x3e\xd2\xf3\x32\xed\x11\x82\x94\x9c\xbf\xa3\xb2\xb6\x5d\xe5\x98\x33\x5c\xae\x30\x5f\x6b\xf1\x26\xeb\x67\xa1\xf4\x46\x42\x81\x5b\x5c\xb5\xc4\x58\xc0\x3f\x73\x69\xaa\x73\x37\x5c\x44\x1b\xc2\x74\x75\xd0\x71\xe7\x69\x0e\x96\x83\x03\x9b\x9f\x9b\x27\xee\x0c\xac\xdb\x4c\x36\x1b\xf7\x5d\x53\x7c\x07\xc2\xb3\x7a\x13\xb5\x17\xef\xd5\x27\x29\x2a\xf1\x33\x74\x9f\xc0\xdb\x16\x6a\x62\x71\x15\x86\xcf\x15\xc9\x1f\x34\xb9\x65\x9b\xb8\x08\x1a\xdc\xdb\xc9\x21\x14\x28\x7d\x91\x32\x21\x4f\xe9\x41\x43\xa5\xc5\xe5\x96\x2f\x1d\x6a\xc7\x60\x88\x96\xb5\xdf\xc0\x4f\xd5\x41\x13\x4e\x10\x34\x11\x58\x0e\x6e\xe0\x04\xd5\x13\x08\x03\xfd\x97\x73\x78\xc7\x3b\xef\x7c\x17\x47\xd6\xf5\x0e\xba\x26\x09\xde\x38\x4b\x2d\x47\x73\xda\x9e\xb6\x37\x13\x97\x92\xb4\x45\xe3\x1d\xdb\x89\x86\xf3\x33\x9e\xbf\x41\x76\xaa\x09\x0c\x48\xa2\x31\x32\xc6\x49\x45\xef\x98\x99\x49\x7c\x9a\x96\xc3\xe2\x81\xa1\x80\x38\xd3\xeb\x17\x8d\xc1\x7d\x65\xb9\x83\x62\xcd\xce\x26\x80\x7b\x68\x82\x75\x17\xcd\x38\x1a\x16\x6b\x08\xea\x15\xcd\xd7\xf1\x7d\x8b\xa0\x2c\xf3\x6b\x32\x70\x8e\x5e\x6a\xc5\x5a\x2d\xa4\xd0\x94\x3b\x41\x7d\x2f\xf8\x02\x97\x32\xb8\x3f\xb5\x72\x85\x5f\x36\xb0\x61\xf0\xe1\xcb\x85\x07\x13\xf0\x6a\x7e\xfe\xe3\x4c\x81\x54\xbc\x5f\xcf\x10\x48\x9a\xa3\xdb\x6c\xc7\x80\x03\xf9\x02\x22\xd7\x9e\x9b\x2f\x34\xc0\xe5\xfb\xbc\x4c\x70\x82\x50\x65\x5a\xdb\x1f\xd2\x58\xf4\xeb\x90\xbb\x2e\x37\xe7\x2f\xa0\xba\x6f\x59\x19\x98\x4f\x3c\x6d\xe2\xf2\x68\xdc\x54\x54\x44\x82\x1d\xa4\x2c\xe2\x2e\xa5\x57\x11\x56\xe4\x5b\xb9\x57\x0c\x11\x02\x5f\x23\x6d\xa4\xce\xe8\xdb\xe6\xd0\x59\xae\x69\x9e\xca\x8a\xf9\x74\xf6\x31\x4c\x79\x81\x4f\xe8\x7b\xf2\xb1\x37\x3b\x5e\xd7\x9e\xee\xe1\xe2\xa0\x27\x60\x12\xfd\x84\xae\x89\x3b\xd9\x61\x05\x03\xf2\xd8\xcd\x9a\x2e\xd5\x57\x6d\xe4\x52\x76\xf0\xd9\x19\xfa\x17\xa4\x13\x4d\x7d\x05\x11\x3c\x97\x2c\x27\xd8\x72\xde\xa9\xda\x26\xf9\xa3\x94\xab\x03\x65\xc1\xc6\xf9\x4c\xed\x2a\x51\xfd\xdd\x56\x85\xcd\x35\x16\x82\xb3\x3f\xf7\xe1\x4b\xaf\x11\x59\xda\x70\xe0\x60\x7b\xac\x20\x9b\x57\x23\x63\xc8\xc1\x8c\x66\x6e\x74\x29\x1f\x15\xaa\x0e\xbb\x9c\x53\xf7\x35\x62\x3c\xe9\xdd\x5c\x23\xd3\xec\xed\x41\x56\x47\x89\x29\xb9\x83\x9f\x52\xf0\xe4\xb2\x04\x92\xb4\x8d\xae\xc3\x22\xdd\xd6\x68\xb7\xe9\xb6\xca\x6c\x03\x5e\x74\xf7\x7a\x78\x66\xad\xd2\x79\x96\x26\x91\x75\xd9\x6b\xbe\x76\x69\x9d\x6e\x7d\x29\x6f\xa0\x8f\x4d\x53\xe1\x98\x0e\xce\x68\x5e\x0a\xbb\xbb\x06\xe8\x0e\xcd\xaf\x34\xbc\x2b\x0e\x65\x58\xe2\x22\x1f\x31\xe4\xbf\x77\xa9\x5c\x49\xd8\x79\x9b\x2f\x45\x71\xbf\x19\xbe\x0a\xfd\x4a\x5f\x16\x12\x47\xef\xe6\xbb\x77\xd2\x57\x86\xcc\x06\x7a\xc6\xf2\xb0\xe5\x5f\x29\x63\x59\x71\x95\xbb\xbd\xc5\x5e\x69\x60\xdb\x8b\x3a\x6a\xc7\x30\x6d\x50\xf6\xbe\x64\x3f\xd0\xf0\x65\xcf\xa3\x76\xf0\xe0\xae\xb8\xa7\x4d\x65\xf4\x18\xc5\x99\xf6\xea\x21\x82\xed\x1e\xcf\xd0\xee\x81\xbd\xf4\x73\x77\xf9\xfb\xa5\x7c\x05\xe2\xf6\xf7\xe4\xfc\x50\xe8\xe9\xd9\x6c\xbe\x52\x77\x25\xaf\x1d\xb5\x6e\x77\x05\x91\xfd\x5d\x68\xdb\xf5\x1b\x73\xd9\xfb\x41\xa9\x74\xe4\x7c\x3c\x1e\x49\x1d\xdc\x94\x4e\x85\x8b\x30\xc2\xa1\xae\xb7\xe2\x87\x55\x65\x2e\xdf\xe2\xf1\x03\xc1\x94\xdc\xc0\xce\xad\xc5\x99\xaa\x84\x57\x37\xfc\x39\xe0\x45\x68\xc8\x3d\x0b\x89\xfe\xff\xd1\xa9\x82\x08\x21\x8a\x3a\x82\x7c\x07\x28\xd1\xf8\xab\x89\x8c\x77\xb1\xa9\x41\x54\x8c\x8c\x0b\x1f\x62\x95\x61\xa9\x89\x48\x34\x6d\xe7\xbb\x4e\x1a\x1c\x4b\xa3\x68\x08\xcd\x17\x24\x39\x1b\xfa\xaa\x93\x27\x7f\x33\xf9\x3f\x26\x84\xd6\x78\x2e\x33\x95\x47\x86\x68\x49\x8b\x2a\x83\xbb\x2d\x88\x43\xc5\xb5\x3a\x1b\x95\xa7\x0f\x51\xe8\xdd\x8f\xcb\xc4\x03\x91\xb3\x6f\xf5\xfe\x58\xca\x57\x4c\x8e\x7b\xc3\x80\xbd\x17\x24\x7f\x7f\xca\x0e\x95\xbb\x27\x22\xb2\xaa\x7b\x5f\xc5\x13\xc6\xde\xc2\x21\x40\xd6\x79\x47\x80\xb4\xdd\xc0\xdc\xf0\x85\x56\x0e\x8b\x32\xdc\xf6\xa2\xe3\xfc\x4d\x8e\xd3\x55\x0b\xbc\x1f\x47\x85\x6b\xc1\x67\xd3\x2b\x9a\x66\x88\x61\x3d\x5c\xe0\x06\x15\x49\xeb\x47\xae\x17\x35\x6f\x8e\xb5\x71\xd7\x7a\x85\x4e\x3f\xb1\xce\xf1\x55\x1f\x0d\x98\x8e\x9f\x0a\x92\x9a\x4d\xbd\x57\xe3\x73\x17\xeb\x12\xa7\x5b\x15\xeb\xd3\x3a\x9b\x67\x8d\xcf\x55\xfa\x27\x11\xb4\x0b\x64\x7f\x37\x51\xc7\xcf\xdc\x35\x17\xf2\x95\xc6\x30\x37\xdd\xeb\xe9\x3d\xd3\xce\xc2\xe3\x55\x79\x89\xd6\x49\xc1\x10\x1c\xa9\xc0\xc8\xf2\x89\x76\x6b\xf6\xcb\xdd\x29\x5e\x7b\x11\xd9\x73\x2f\xc8\xfc\x3b\xb7\x6a\x84\xe2\x8e\xfc\x1e\x0b\x7b\xfd\x0b\xdc\xaa\x71\xf9\x8b\x5e\x9c\xe0\xd8\x48\x9a\x65\x5f\x2b\x4e\xfe\x60\xc3\x82\x01\xf5\xfe\x7c\x4f\x75\x54\xec\x6b\xce\x44\x07\xb7\xbb\xd9\x5d\x74\xb7\x62\xf1\x17\x79\x7a\xa3\xff\xc8\x40\xa0\xc2\x26\x7e\x6b\xc0\xbb\xd5\x56\xe2\xf5\xc6\xbb\x8d\x03\xdc\x8b\x0d\x57\xb6\x91\xeb\xf1\xb8\xf8\xde\x56\x6c\xef\x63\xe8\x52\xc4\x9b\xaa\x7f\xea\x5a\x4a\xd4\x2c\xaa\x11\x60\xf1\x26\xa6\xac\xf9\x8e\x40\x5f\x9f\xf4\xe9\x0f\x2d\x84\x5b\x3c\x75\xb2\x70\x35\x2e\xd1\x42\x75\xe0\x41\xed\x4e\x5d\x41\x54\x51\xba\xbc\x44\x32\x4b\x41\x2d\x9a\xa6\xb8\x14\xbe\x70\xb7\x29\x49\xc6\x1a\xf3\x47\x9b\xae\x18\x9c\x49\xef\x7e\xd0\x84\xa2\x57\xe3\xb3\x62\x89\xc8\xc5\xba\x41\x4b\x3d\xda\x52\xf7\xcf\x37\x52\xcf\x40\x38\xdf\x61\x10\x3b\xe0\xbe\xad\xeb\xd6\xd6\xe7\x83\x50\x1e\xb9\xe0\xca\x8c\x64\x99\x80\x18\x9d\xb9\x14\xef\x7c\xa7\x54\xf1\xe5\x27\x22\xdc\xdf\x51\x72\x2d\x49\x30\xdd\xe7\xc6\x57\x16\x05\xcd\xb9\xa4\x85\x5b\x62\xaf\xc7\x89\x73\xc6\xaa\xd4\xe4\x3e\x00\xf4\xf8\xf1\x21\x27\x52\xc7\xbf\xf5\x4f\x8b\x28\x46\x0c\x31\x92\xbb\xd3\x23\x95\x58\x00\xb5\x4d\x9b\x93\xbe\x5a\x69\x07\x97\x06\x66\xf2\x29\x2b\xed\xf9\x3d\x60\xa6\x59\x7b\x3d\x33\xc9\xd2\x35\xe2\xdf\x83\xcf\xb4\x2c\xb1\x77\x86\xbb\x40\x30\x8f\x68\x61\xc2\xfd\xc1\xbd\x9b\x93\xd9\xb2\x7b\x23\xc1\xe9\xd6\x0b\x3f\x5d\xc1\x55\x1c\x49\x18\x57\xe5\x2e\xc9\x9b\x9d\xdc\x9d\x0c\xb4\x7c\xbf\x56\xcb\x3d\xad\xdc\x41\x03\xd5\x80\xdf\x72\x1d\xf4\xda\x70\xe1\xf3\xf3\x30\xcc\x85\xff\x89\x82\x7a\xae\x7c\xd1\x36\x82\xc2\x0b\x57\x83\xf4\x59\x2f\x88\x02\x51\xe5\xb8\xcb\xc8\xdc\xe7\x80\x43\x57\xc7\xc3\xe6\x9a\x6c\x5a\x56\xf0\x5b\xbe\xe7\x8b\x8f\xf8\x15\xf2\xa5\x3a\xb5\x57\x8a\x0e\xba\xce\xe8\x3f\xd7\x36\x47\x2a\x41\x52\x13\x78\x03\xa0\x10\x9d\xb4\xd2\xb0\xc9\xc7\xda\x7f\x4f\x2a\xb8\x20\x2d\xa6\x6e\x9e\xe4\x9d\x29\xb7\xe1\xf4\xe1\x63\x63\xdc\x1a\xe5\x6b\xc8\x7e\x54\xd7\x5b\x79\xf0\x03\x6e\xec\x60\x11\xea\x5f\xcc\x1e\x47\x8d\x75\xae\xe7\xf5\x40\x67\x1d\x1d\x4d\xab\x52\xc5\x3f\x89\xd2\x07\x6f\x64\xd4\xd1\x3d\x40\x88\xea\x4e\x7b\xe4\xb8\x29\xcf\xbd\x81\xe4\x3a\xf2\x98\x59\x08\xc9\xb5\xd2\xcf\xe8\x42\x46\x7e\x88\x17\x77\x37\x4f\x6b\xec\x2e\xa0\xd0\x75\xf9\xab\x73\xc2\xa6\x57\x95\xce\xc8\xd8\x36\xbe\x78\x1f\x9e\xb1\xc6\xba\xbe\x89\x32\x83\xe8\xc3\x8e\xe8\x63\x29\xd2\x33\xd4\xdd\x79\x07\x28\x00\xbf\xcc\x67\xde\xaf\x5c\x08\x66\xb0\xc2\x09\x9c\x15\x7a\x8d\x48\xa9\xc5\xe4\xe8\x22\xfe\x39\x1f\x5c\xea\x36\x15\xf7\x38\x85\x37\x02\x43\xa0\xef\x84\x9d\xed\x96\x12\x97\x49\x82\x57\x64\xa2\x30\xc1\x5b\x22\x61\x8e\xd4\xf5\xcb\xca\x47\x1f\x14\xbe\xb7\x5b\x7f\x9d\x83\xaf\x52\xfe\x9c\x96\x85\xb0\x5f\x1f\x62\x23\x25\x67\x4f\x69\xea\x35\x4b\x0c\xe0\xa0\xbe\x46\x16\x59\x30\xa5\xd5\xd1\xd7\x99\x22\x25\x52\xee\xc4\xfa\x8b\x92\x6a\x04\xd5\x0f\x8a\x15\xe6\x0a\x94\xeb\x96\x3a\x22\xd5\xdc\x35\x06\x42\xb1\x4a\xee\x1e\xec\x79\xd1\xcc\xc8\x9c\xd8\x60\x9f\x65\xe4\xdc\xee\xbb\x2a\xf1\xa9\x75\x73\xa0\x67\xe2\xf2\xbd\x2f\xd7\xf4\x6f\x70\xfd\xcc\x8f\x75\xec\x37\x62\xd5\xc1\xd5\xaa\xf0\x69\x03\x7e\xf1\x90\x53\x0c\x9a\x90\x99\x47\x92\x3f\xdf\x75\x95\x9c\xf0\xe6\x5a\x3d\x88\x41\xc9\xde\xad\x57\x98\x44\x4e\x00\xc4\x57\x99\x0e\x38\x03\x2e\x3c\xa6\xa9\x64\x17\x20\x02\x74\xd8\x2b\x8b\x84\xd6\x76\xcd\xc5\xf1\x68\x8b\xc1\x8d\x41\x72\x69\x5a\x63\x11\x2b\xec\xb7\xd2\x15\x1d\xa2\x4f\xa3\xa7\x28\xe5\xca\x98\xdc\x5e\xe0\x4a\x54\xc7\x08\x31\x1b\x6d\xad\x0b\xd8\x94\x5f\x28\x10\x4d\xd6\x17\x0a\x02\xf2\x09\xe5\x97\xa4\xbc\x95\x34\x6c\x70\x7a\xc7\x53\x88\xdb\xf2\x4b\x9f\xea\xd5\x0a\x82\xbb\xe7\xdf\x3f\xd3\xbf\x49\xd7\xc1\xd1\x27\x08\x39\xa5\xa2\x37\xab\x2a\xfb\x9c\xf1\xed\x0f\x39\x70\x3c\x1d\xa7\x39\xe9\xae\xb2\xfa\xea\x3d\x61\xc1\x00\x00\xb4\xd0\x28\xfa\xff\x9a\x2d\x8a\x66\xe2\x68\x0a\x17\x39\x68\x47\xb0\xee\xfc\x12\x46\x56\x65\xfe\x61\x24\x57\x0a\xf0\x0f\x3a\xa1\x81\x49\x4a\xe8\x9c\xc8\xe5\xc7\x73\x48\xcc\xf8\x0e\xbd\xde\x35\xe6\x25\xfc\xbb\x4d\xd2\xcc\x4c\xc2\xc8\x15\x54\x86\xd9\x41\x16\x5e\xfa\x25\x13\x3e\x46\x3a\xe7\x96\xb6\x8e\xe3\x8e\x5f\xd5\xf4\xaa\xe0\x21\xae\xa6\x86\xeb\xe0\x29\xa3\xee\xf1\x85\xd8\x89\xb2\xa9\x0c\xba\x27\xd5\xd3\x9e\xf2\xdb\x21\xfc\x6c\x83\xce\x70\x3a\x88\x9f\x1e\xf4\x57\xb4\xf4\x52\xbe\xb3\xd7\x07\x83\x11\x55\x2d\x67\xd5\x7c\xc5\xa2\x72\x6e\x22\x5a\xca\x9d\x72\x77\xa7\xfc\x98\x4c\xec\x6d\xbd\xbb\x0a\xa1\x2d\xae\x5d\x20\x11\x73\xa2\xab\xf9\x93\x25\x73\xe8\xde\x0d\x91\x5b\x29\x6f\x26\x82\x64\xf7\xbf\x3c\x60\x74\xed\xa1\x81\x5a\x30\x40\xd8\xeb\xe3\xe0\xca\x4f\xf0\x96\x8c\xcf\x61\x4b\x67\x7e\xa4\xb9\x7d\x1c\x5d\x1c\x28\xca\x70\x53\x3f\x1e\xdd\x89\x7d\x84\x7b\xa0\x10\xf8\xbd\x0b\xa9\x05\x1c\x7a\x47\xe0\x3d\x66\x68\xeb\x7e\xb0\xed\xde\x6a\xc7\x86\x7d\xe0\x67\x33\xcb\x8d\x85\x92\xd5\xe2\x12\x7c\x82\xbd\xf6\x9d\x45\xf2\x26\x26\xdc\x18\x9f\x80\xd3\x3c\x12\xf9\xb4\x23\x05\x19\xbe\x55\xc9\xc5\x88\xa5\xe8\x5e\xf5\x1c\xbd\x86\x82\xb6\xb1\x56\x5e\xdf\xa1\xef\xbb\x5c\x80\xa4\x97\xdb\xfe\xab\x3d\x9a\x8c\x44\x7e\xad\xf4\x80\x03\x95\x46\x2e\xd9\x70\x23\x84\xba\x12\xff\xc9\x4a\xcc\x49\x0e\x04\x79\xff\x60\xbe\x0e\x27\x93\xe1\xfd\xec\x1b\x89\xc0\xdf\x2f\xcc\xd5\xe8\x7a\xf8\x34\x1d\x99\xd9\xa7\x91\xb9\x1b\x5f\x4d\x86\x93\x6f\x66\x3c\x75\x8f\x14\xdf\x98\xdb\xc9\x68\x64\x1e\x6e\xcd\xf5\xa7\xe1\xe4\xe3\x68\x80\x71\x93\x11\x46\x04\x33\xf1\xe3\x0e\xc1\x04\x34\xea\x81\x7f\x1e\xfd\x6b\x36\xba\x9f\x99\xc7\xd1\xe4\xf3\x78\x36\xa3\xd9\xae\xbe\x99\xe1\xe3\x23\x4d\x3e\xbc\xba\xa3\xe1\xc3\xaf\x14\xa6\xff\xeb\x7a\xf4\x38\x33\x5f\x3f\x8d\xee\xcd\x03\x66\xff\x3a\x26\x72\xa6\xb3\x21\xc6\x8f\xef\xcd\xd7\xc9\x78\x36\xbe\xff\xc8\xf3\xe1\x01\x89\xc9\xf8\xe3\xa7\x99\xf9\xf4\x70\x77\x33\x9a\xf0\x2b\x13\x3f\xd3\xe2\xfc\xa1\x79\x1c\x4e\x66\xe3\xd1\xd4\x3c\x4e\x1e\xbe\x8c\x6f\xe2\x3d\x9d\x0e\xa7\x44\xf5\xa9\xf9\x3a\x9e\x7d\x7a\x78\x9a\x75\xb4\xd3\xde\x86\xf7\xdf\xcc\x3f\xc6\xf7\x37\x03\x33\x1a\xf3\x44\xa3\x7f\x3d\x4e\xf0\x76\xf3\x8d\xa1\xb9\xc7\x9f\x89\xe0\x11\xfd\x71\x7c\x7f\x7d\xf7\x74\xc3\x0f\x58\x5c\xd1\x0c\xf7\x0f\x33\x9a\x9d\x36\x46\xc3\x66\x0f\xcc\x19\x37\xd6\xcd\x0e\x62\x68\xfe\xcf\xa3\x09\xb1\xef\x7e\x36\xbc\x1a\xdf\x8d\x69\x49\xbc\x78\x71\x3b\x9e\xdd\xd3\x12\xcc\xba\xa1\x50\x7e\xfd\x74\x37\xa4\x4d\x3c\x4d\x1e\x1f\xa6\xa3\x0b\x61\x20\xcd\x41\xec\x9e\x8c\xa7\xff\x30\xb4\x01\x65\xeb\x3f\x9f\x86\x7e\x1e\xe2\x2d\x4d\xf1\x79\x78\x7f\xcd\xc7\xd4\x3b\x46\xec\xd6\x7c\x7b\x78\x22\x4f\x41\xbb\xbe\xbb\x89\xfe\x0e\x36\x8d\xcc\xcd\xe8\x76\x74\x3d\x1b\x7f\xa1\xb3\xa5\x81\xb4\xca\xf4\xe9\xf3\x48\xb9\x3d\x9d\x31\x7b\xee\xee\xcc\xfd\xe8\x9a\xa8\xc5\x57\xd3\xd1\xe4\xcb\xf8\x9a\xb9\x30\x19\x3d\x0e\xc7\x13\xc3\x2f\x7b\x4c\x26\x98\xe5\xe1\x1e\x96\xe5\xd7\x0b\x1c\x1c\x09\xc8\xe8\x0b\x8e\xff\xe9\x1e\x0f\x61\xd3\xe8\x7f\x3e\xd1\x66\x0e\x08\x01\x66\x18\x7e\x24\x41\x03\x23\xc3\x33\xff\x3a\xa6\xa5\x71\x3a\xfd\x83\x1f\xf0\x27\xf4\x87\xee\xe0\xbf\x91\x08\x3d\x98\xcf\xc3\x6f\xf2\x98\xc8\x37\x27\x1a\xb4\xa2\x7b\x6d\x24\x96\x08\xe2\x67\x27\x98\xc3\xab\x07\x70\xe0\x0a\x7f\x66\xb2\x88\x10\xb0\x03\xc7\x73\x33\xfc\x3c\xfc\x38\x9a\x06\x02\xc0\x4b\xeb\xb3\xde\x03\x33\x7d\x1c\x5d\x8f\xf1\x1f\xf4\x77\x12\x3b\x3a\xe7\x3b\xe1\x09\x29\xd0\x3f\x9f\x70\x84\xf4\x0b\x9d\xc4\x0c\xe9\x2c\x31\x03\x64\x50\xcf\x0b\xea\x07\x39\xbb\x77\xf2\x41\x6b\xf7\x55\xf2\xac\x5b\x7b\x5f\xf6\xcc\xdd\xc3\x94\x05\xed\x66\x38\x1b\x1a\xa6\x98\xfe\xff\xd5\x08\xa3\x27\xa3\x7b\xe2\x17\xab\xd2\xf0\xfa\xfa\x69\x42\x6a\x85\x11\xf8\x82\xa8\x99\x3e\x91\xa2\x8d\xef\xe5\x50\xb0\x5f\x56\xe4\xf1\xe4\xc6\xeb\x12\x8b\xe7\xed\x70\x7c\xf7\x34\xd9\x13\x30\x5a\xf9\x81\x58\x88\x29\x59\xd0\xba\x03\x99\x3e\xdc\xce\x48\x07\x46\xe7\x03\x96\x01\x33\xbe\xa5\xa5\xae\x3f\xe9\xe9\x99\x48\x63\xbf\x99\x4f\x74\x14\x57\x23\x1a\x36\xbc\xf9\x32\x66\xad\x93\x75\x48\x0f\xa6\x63\xe5\xc9\x83\xce\xa0\x7c\x04\xf0\xb8\x97\x81\x07\x5e\x9b\xe1\x0e\x65\x58\xf9\x21\x87\x9c\x92\x4e\x9d\xb1\x97\xa7\x5f\x7e\x83\x55\xbd\x27\x44\x73\xe7\x4a\x75\x1c\x59\x73\x36\x55\xde\x44\x93\x2b\x2d\xf1\xf3\xa2\xc1\x83\xc1\x8a\xfe\xd5\x39\xca\x5b\x51\xfd\x57\xc0\x1c\xda\x62\x08\xc7\xef\x39\x72\x77\xc9\x06\x57\xd3\xf4\x59\x8b\xac\xe9\xd9\x76\x06\x1a\xd6\xbd\xc2\x2e\x0f\xb7\xc6\x8f\x91\xba\xab\xc7\xfe\xcd\x6a\x4e\xad\x32\xfe\x17\x94\x8c\x79\x7b\x49\x90\xbd\x67\x4f\x90\xf2\x1c\xc8\x8d\xa2\x22\x91\x87\x2d\x07\xc7\x0a\x3c\x3f\x78\xb4\xed\x5c\xde\x41\xf5\xb7\xa4\xdc\x12\x03\x54\x31\x12\x2d\xdd\x76\x60\xcb\xdf\x5b\x8a\x5e\x97\xe5\xf7\xea\x10\x91\x25\x4b\xb0\x11\xce\xdf\x7f\xbc\x71\x63\xc9\x4d\x4a\x55\x88\xbb\xf1\xb4\x02\x2d\xed\xcf\xa5\xbc\xc0\x1e\xbe\xd3\xc9\x0f\xd7\x88\x03\xe6\x80\xc0\x35\x9b\xc4\x6f\x08\xf0\x54\x3c\x87\xbe\x88\x2a\x3d\x02\x5d\x33\x87\x35\xa7\x1e\x5d\x9c\x72\x37\xae\x86\x99\xdb\x92\xa3\x2a\x6e\xf6\x97\x9a\xd3\x5a\xdf\xd3\xd4\x72\x17\x2e\xc4\x02\x4f\x10\x7f\x70\x96\xfc\x69\xd8\x0f\x92\xfb\x17\x1e\x0a\x54\x9f\x24\xb9\x86\x8b\xa8\x89\xb4\xe7\xca\x4b\x71\xfc\x88\x84\xe9\xfd\x6b\x00\xe8\x2e\x91\xaf\x80\x19\x18\x30\xf9\x97\xd8\x7d\xe0\x18\x09\xd6\x07\x7f\x8b\x2a\x92\x27\xc1\xcd\xc1\xfb\xb6\xf4\x8b\x23\x62\xf0\xc3\x47\x38\xf9\x62\xe8\x5b\xd1\xe7\x87\xe0\x49\x1b\xf7\x4f\x20\x74\x50\x53\x13\xa1\x44\xd6\x59\xfc\xb6\xc2\xf9\x3e\xec\xbe\xd8\xdf\x79\x98\xcc\xd0\xe8\x6d\x8d\x5b\x0c\xee\xf5\x3d\x07\xd3\xe4\x8e\x94\x84\x3f\x0e\x14\xc0\x80\x39\x60\xf0\xc1\x37\xa2\x6b\xf7\x3b\xe7\x82\xf9\x26\xb4\x7f\xdd\x81\x68\xee\xfb\x76\x22\xfb\xc7\xae\x7d\x6a\xed\x1b\xd9\x2a\xff\xbe\x00\xbf\xd6\x88\x98\xcc\xb5\xac\x86\xf2\x7a\xb8\x0f\xe6\x2d\x47\x16\x5e\x8f\xe9\x98\xf8\x01\xf1\x2f\x89\xf1\x1b\xc1\xb2\xfc\xcb\x13\x03\xf3\x9f\xff\xcb\x13\xdc\x03\xca\xe9\x04\x79\x2a\x5d\xd3\x49\x85\x59\x8b\x11\xe7\xa6\x41\x79\x26\x1a\x92\x65\x71\x71\xb5\x2a\x0b\xda\x89\x3c\x73\xbc\xe5\xe7\xab\xb3\x3c\xe6\x0d\xf7\x45\xe3\x05\x6e\x96\x20\x4b\x47\x57\xee\x68\xe0\x99\xbb\x2b\xe8\xef\x81\x6b\x10\xb3\xb1\xd5\xb9\x91\x97\xcb\x29\xca\x40\x84\x95\x4b\x06\xba\xe0\xd7\xbd\xb9\x0e\x88\xbe\xea\x2e\x6b\xd2\xbd\x7c\x72\xea\x7b\x49\xc3\x4e\x36\xd7\x65\x48\x06\xee\x93\x3e\x8f\x98\xa0\xd8\xbc\xcd\x49\x23\xe5\x42\x27\x3e\x81\x2a\xa3\xfc\xff\xad\xdc\x95\xe9\x0e\xbd\x6e\xc2\x50\xd8\x95\xf9\xce\xaf\x22\xef\x18\x75\xab\xb3\x01\xb2\xdc\x65\x64\x4e\x82\xa5\xcd\xff\xb9\xa5\x40\xfd\x27\x52\x9e\xae\xc2\x0f\xe2\x5e\xf4\x39\xd7\xef\x45\x39\xaf\xcf\x7d\x82\xe3\x84\x96\xf8\x9f\xa0\xc0\x4c\x88\x9b\xe5\xc6\x7c\x4a\x16\xdf\x29\x40\x3f\x39\x91\x3e\x2f\x5c\x67\x20\x89\x9a\xed\xcc\x75\x89\xd3\xbb\x24\x9f\x5a\x65\x39\xfe\x35\x92\x5f\xcc\x89\xff\xf5\x23\x91\x92\xb9\xa7\x07\xbe\xc0\x02\x92\x62\x26\xcd\x4f\xfe\xf5\x25\xd9\x3f\x47\xeb\xff\xed\xe4\xff\x05\x00\x00\xff\xff\x65\x8e\xde\x6f\x1d\x65\x00\x00") + +func confLicenseGnuLesserGeneralPublicLicenseV21Bytes() ([]byte, error) { + return bindataRead( + _confLicenseGnuLesserGeneralPublicLicenseV21, + "conf/license/GNU Lesser General Public License v2.1", + ) +} + +func confLicenseGnuLesserGeneralPublicLicenseV21() (*asset, error) { + bytes, err := confLicenseGnuLesserGeneralPublicLicenseV21Bytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/license/GNU Lesser General Public License v2.1", size: 25885, mode: os.FileMode(420), modTime: time.Unix(1440548254, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confLicenseGnuLesserGeneralPublicLicenseV30 = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xbc\x59\x5d\x8f\xdb\xb8\x15\x7d\xf7\xaf\x20\xe6\x65\x67\x00\xd7\xc9\x26\xe9\x16\x5d\x14\x05\xa6\xb3\x93\x34\xc5\x6c\x1a\x64\x92\x16\x7d\xa4\xa5\x2b\x9b\x8d\x24\xba\x24\x65\xc7\xfd\xf5\x3d\xf7\x92\x92\x29\xf9\x23\x93\x14\xed\xc3\x62\x33\x36\x79\x79\x3f\xce\x3d\xf7\x90\x7e\xf3\xee\x93\x7a\xb8\x7f\x7c\xbc\xff\xa0\xde\xdc\xbf\xbb\xff\x70\xfb\xa0\xde\x7f\xfa\xd3\xc3\xdb\x3b\x85\xff\xee\xdf\x3d\xde\xab\xd9\xdf\xc8\x79\x63\x5b\xf5\x72\xae\x5e\xfc\x5e\xfd\xa5\x6b\x49\xbd\x78\xfe\xfc\x77\xb3\x3b\xbb\xd9\x3b\xb3\x5a\x07\x75\x7d\x77\x23\x1f\xa9\xd7\x8e\x48\x3d\xda\x2a\xec\xb4\x23\xf5\xda\x76\x6d\xa9\x03\xf6\xce\xd5\xdb\xb6\x58\xa8\x3f\xac\x43\xd8\xfc\xfc\xec\x59\xe5\xab\x85\x75\xab\x67\x7f\x9c\xcd\xee\xb7\xe4\xf6\x16\x26\x8d\x57\x1b\x72\x8d\x09\x81\x4a\x15\xac\x2a\x60\x5d\xe9\xb6\x54\xa5\xf1\xc1\x99\x65\x17\x48\x61\xed\x12\xf6\x1a\xfe\xd2\x90\x57\xb6\x52\x61\x8d\x8d\xb5\x29\xa8\xf5\xa4\x4a\x5b\x74\x0d\xb5\x61\xae\xb0\x5c\x15\x6b\xdd\xae\x4c\xbb\x52\x26\xb0\xf5\xd6\x06\xa5\xeb\xda\xee\xa8\x5c\xcc\x66\x1f\x79\xdf\x36\x45\x26\x76\x48\x49\x2e\xc8\x7b\x72\xea\x0d\xb5\xe4\x74\xad\xde\x77\x4b\x18\x57\x0f\xe9\x00\xd3\x16\xd6\x6d\xac\xd3\x01\xa7\xf3\x96\x00\x97\xbd\xb8\x59\xd8\xb6\x34\x1c\xab\xb8\xd5\x5b\x7e\x99\xdb\x3e\x6d\x74\xae\x7c\xb7\xd9\xd4\xc4\x8e\x23\xf4\xe5\x5e\xd6\xeb\x32\x5a\xc3\x72\x49\x8b\xf7\x62\xba\x46\x32\x78\x11\x21\x0e\x44\xf1\x7c\xa1\x6e\x0f\x0b\x7f\xa1\xca\xb4\xd1\x07\x7c\x77\xeb\x55\xe7\xb1\x76\x4d\x8e\x0c\x2a\x70\x25\xa9\x4a\x87\x5e\x29\x47\x15\x7c\xe4\x4c\x9f\xf4\xf5\x62\x1e\xe6\x12\x31\x2f\xbd\x92\xb8\xde\x3f\x7c\xd5\xde\x69\x43\x70\xf3\xea\x23\x56\x3c\x98\xa5\xd3\x6e\x9f\x5b\xd1\xc8\x28\x2c\x21\x80\x9d\x75\x9f\xd5\x8a\xff\x68\xfb\xfc\x1c\x02\x99\x2b\x8b\x23\x1c\x3e\xd3\x2d\xbc\x52\xb7\x48\xa5\x29\x04\x74\xca\x3a\x58\xb9\xb3\xcd\xd2\xf0\xc6\xbf\xb3\x19\xed\x55\xc9\x59\xca\x72\x78\xdb\xaa\xab\x6c\xd7\x15\x63\x45\xb7\xfb\x78\x2c\xcc\x06\xd5\xe8\xcf\x24\xc9\xe4\x80\x70\x86\x41\xa1\x5c\xa5\x0b\x52\x1b\x67\xb7\xa6\x3c\x54\x2d\xc5\x11\xf1\xb7\x5b\x9b\x62\xdd\x23\x4f\xbc\xdc\x19\xd8\x58\x6a\xae\x0a\xdc\xcb\x36\x2c\x52\xed\x00\x56\x0d\x38\x2c\x8b\x5a\x7b\xc1\x11\xb2\x20\xff\x1c\x9c\x1e\x9d\xc3\xc6\x4b\x02\x72\x4a\x2c\x6c\x6c\x29\x0e\x76\x5e\xcc\x3c\xc1\x4d\x0e\x5e\x5d\x8d\x12\x14\xa3\x8f\xb1\x63\x57\xd9\x15\x71\x57\x21\x8b\xd8\x30\x92\x5a\x9b\xf6\x73\x3a\x23\x4f\xf7\xce\x84\xf5\x38\x28\x2e\xed\x46\xbb\x60\x8a\xae\xd6\x6e\xda\x6e\x7d\x10\xb2\x2f\x26\x8b\x3f\x1e\x17\x6c\x87\x8a\x35\xba\x14\x7e\xd0\xb5\x07\x2f\xa0\x87\x29\x81\xef\x01\x8e\xe0\xdf\x89\xa0\xae\xa4\xad\xf1\xf1\xaf\xf0\xb4\x01\xd6\xee\xac\x73\xe4\x37\xdc\x98\xf0\xf6\xd1\x76\xae\x00\xf0\xab\x13\xb0\x68\x48\xb7\x3e\x9d\x7e\xbc\x47\xb6\x1c\xb9\x36\x57\xf4\xa5\xa8\xbb\x32\x66\x62\xaf\x7c\x5c\x5b\x70\x19\x78\x03\x68\x62\xa0\x83\xe3\xb8\x18\x58\x73\x26\x0d\x8f\xc2\x30\xca\x0d\x0a\xe6\x6d\x9d\xe8\x92\xe9\x73\x04\x94\x2c\xd1\xb1\xfb\x04\x54\x3d\x88\xf2\x34\xf4\x59\x18\x47\x92\x17\xea\x0e\x2e\x7e\x2d\x0f\x76\xf9\x4f\x2a\x42\x8c\x06\xc7\x3d\xc3\xe2\x69\x80\x47\x6e\x81\x1d\xb3\x7c\x80\xf9\xb5\x78\xda\x05\x53\x9b\xb0\x67\x3c\xad\x9c\x06\x5d\xb6\x44\x0c\x46\xb6\xe1\x28\xa2\x8c\x37\x1d\x27\xa9\x72\xb6\x39\x3e\x86\x7b\xeb\x90\x7a\xfe\xfa\x71\x0f\x56\x6c\x12\xa0\x86\xc1\x30\xb1\x86\xbc\xfc\xb8\x50\xf7\x5f\x0a\xda\x48\x16\xc0\x31\x8f\x08\xf1\x98\xa9\xde\x3f\x2c\xd4\xec\x1f\xb6\x03\xee\x18\xf8\xed\x96\xf6\x53\x36\xc2\x5c\x03\xe7\xf8\xb8\xdd\x63\x3f\xc7\xf9\x6a\x98\x47\xfd\xb8\x60\x64\x5b\x78\xbb\x24\xf6\x74\xc9\xe3\x90\x9b\xc9\x9f\x3b\x76\x36\x7b\xb1\x80\xd3\x7c\x22\x6f\xf8\xd5\x96\xa6\x32\x87\xca\x7a\xf8\xf5\xb6\x52\x7b\x76\x8d\xbf\x8a\x6e\x61\x4c\x8e\x1b\x4a\xf0\xc1\xd5\xe0\x95\x2e\x2e\x4d\xc9\xf3\xf8\x4e\x81\x12\x62\x41\x72\xb2\xad\xba\xb6\xe8\x49\x53\x2a\x87\x4f\x97\x14\x47\x93\x89\x1c\x30\x69\x77\xa1\x46\x90\x62\xc4\xcb\x60\xf4\x3a\xe7\x63\x66\x52\x60\x79\x25\x53\x19\x54\xe0\x19\xd1\xbb\x35\xb5\xe3\x3d\x48\x99\x69\xb7\x16\x20\xbe\x99\xf3\x37\x6d\x8c\x71\x9c\xfe\x43\x9c\x4d\x9f\x97\x44\x28\x3f\xcf\x66\xfa\x26\xd5\x64\x3c\x1b\x06\xe2\x13\x67\xa3\xd1\xcf\x00\x34\xc6\x89\x05\x00\x35\x33\x0f\x55\x00\x62\xe0\x78\xb1\xa7\x43\xdf\xc5\xd6\x34\xd1\x47\xda\xb2\xe7\x93\xd0\x4b\x4b\x91\xd5\x25\x3d\x91\x53\xa7\x09\x9c\x8f\x43\xf4\x68\x82\x5a\x59\xcc\x72\xd6\x0e\xb1\x85\xf1\x07\x8e\x46\x43\xec\x70\x22\x0e\x72\x42\x96\x1c\xa5\x09\x50\x43\x1d\x94\x06\x40\xe4\xa8\xd1\x06\x20\xe3\xde\x04\x2a\xaa\xae\xc6\xcc\x73\xb3\xd9\xf2\x10\xf2\x80\xa0\x79\x24\xd3\x96\x05\x55\x4a\xd6\x19\x21\x31\x85\xaa\x8e\xe1\x2d\x6b\xe2\x4c\x48\xba\x38\xe5\x80\xe4\xcb\x85\xfa\x6b\x24\x03\xe6\x0d\x16\x72\x49\x02\x09\x44\xe1\xb8\x33\xb0\x2d\xad\xda\x33\xfa\x9f\x49\xb3\x63\xaf\x4d\x4d\x8c\xd9\x8f\x13\x3e\xe1\xa0\xd3\x28\xcd\xb3\xca\xf5\xce\x04\x16\xfe\xce\x6d\x6b\x08\x19\xb1\x5a\x99\x3a\xd6\x48\x24\x63\x4a\xd8\x68\xec\x4c\x7a\xd7\x77\x98\x2c\xf9\xf9\x29\x6d\x22\xdd\x6c\x15\xbb\xa4\x58\x5b\x64\x62\x82\x18\xa0\x20\x9a\xce\xdc\x2a\x0f\x7e\xa5\xd1\x5e\x1b\xa8\xd6\x28\x5a\x5b\x00\xdd\x21\x9e\x9a\x1d\xd3\x0d\x61\x21\x6a\x2d\xfd\x04\x11\xdb\x15\x81\xf1\x55\x6b\x9c\x18\xa2\x6a\xd4\x45\x01\xa1\x65\x79\x15\x33\x2c\xa6\x56\x0d\xfb\x85\xb3\x9e\x11\x88\x41\x7b\x00\x56\xdc\x00\x9e\xdb\xd4\x22\x3f\xaf\x03\x09\xd8\x2a\xda\x91\xcc\x64\xe2\x2e\x52\x35\xb5\xab\xb0\x46\x1f\x31\xda\x4b\x34\x31\xfa\xb1\xcf\x50\x65\x59\xff\xa2\x6e\xb1\x63\xde\x98\xad\x68\x83\x06\x7b\x01\x72\xc4\x82\x14\x44\x04\x91\x46\xce\xf2\x9e\xcb\xf3\x27\xc9\x9f\xc8\x10\x91\x9a\x3c\xc3\x42\xd2\x86\x93\x25\xfc\x21\xa3\x9a\x55\x14\x0f\xb7\x9e\x4e\x27\x72\x6e\x21\xb8\xbe\x2d\xa0\x37\x36\x3c\x44\xa6\x47\x8b\x73\x63\x36\x48\xd0\x4f\xc7\x9e\xb8\x0d\xc0\xe6\xab\xc5\x78\x16\xf8\x53\x0c\x3f\x9e\x3d\xe7\x41\x92\xa0\x11\xc0\x24\x3c\x45\x56\xc4\x84\x37\x67\x1e\x61\x5e\xdf\x12\x08\x01\x79\x67\x64\x60\xfe\xe2\xea\x02\xdf\x73\x0e\xee\xfd\x9e\xea\x83\x3e\x53\xf0\x27\x68\xf1\x23\x51\xd0\x44\xc1\x22\x4c\xc7\x64\x81\x08\x89\xef\x37\x04\xc4\xa1\x13\x79\x9a\x96\xb4\xec\x56\x72\xe5\x11\xcc\x4f\x98\xdf\xc4\xd1\x21\x2a\x0a\x0e\x4a\x89\xff\x7b\x60\x1c\xcb\x9a\xff\x23\x34\x26\x5a\xf1\xfb\xc0\x51\xdc\xe0\xa6\x7a\xac\x85\xc4\x4f\x5c\x3e\xd1\x6e\x7b\x2f\x46\xe3\x65\x37\x66\x03\xc2\xbb\x93\xbc\xd3\x17\x2a\xba\x5c\xff\x90\x1c\x3c\x5d\x3f\x28\xa6\x21\xea\xc6\x46\xf5\x02\x67\x92\xc9\x39\x0f\xcc\x1d\x81\x02\x78\x70\xc6\xf1\x4c\x2d\xf6\x96\xc6\x31\xb4\x92\xda\xe9\xf8\x62\x26\x24\x4d\xa3\x8b\xf0\xd3\xa2\x2d\x6f\xd4\x2f\x56\x65\x03\x22\xaf\xfd\xf3\x9b\x24\x3f\xe4\x9b\x4b\x3a\x3a\x9b\x3d\x43\x8f\x8c\x67\x6f\x7f\x45\xbc\xac\x43\x19\x18\x3a\x4e\x04\xdf\x99\x20\x03\x08\x7f\xc5\xed\x79\x0f\x4a\x39\xe2\x0b\xc1\x7c\x94\x06\xa4\x26\xd6\x4d\x89\x9e\xe4\xcb\xc9\x54\x33\xf6\xc8\x98\x0a\x87\x43\xeb\xe5\x02\x9a\x8d\xa6\xbb\x4f\xbe\x67\x22\xfe\x53\x73\x36\xba\x6d\x59\x0a\x6e\xa8\x88\xcb\x32\x7d\xf7\xd3\xb4\x2e\x8c\x81\x62\x90\x77\xa7\xd2\xca\x22\xf5\x46\x7d\xe2\x4e\x38\xe4\xc3\xaf\x35\xf7\x43\x9d\x90\xd3\x10\xbf\x6c\x18\xdf\x88\xbd\xfe\x32\x76\x7c\xfb\xba\x3d\x58\x38\x6c\x41\x85\xb8\xf6\x92\xcd\x6b\x56\x4d\x2c\xe0\xf0\x6f\xd7\x21\x1e\xd3\xd0\x69\x49\x09\xd2\x70\x98\xbe\xac\xe1\x81\xd7\x76\xb8\x79\x70\x0d\x7e\xe0\xe6\x68\x36\x5d\xe0\x34\x88\x10\x8f\xc5\xbb\x46\xb7\xee\x32\xd1\xc3\x39\xc5\xbf\xea\xfd\xd7\xab\x11\xcf\xec\x67\xfc\x70\x8f\xfd\x8d\xb4\x7e\x30\x1c\x51\x16\xee\xe4\xf2\x43\x37\xea\x7d\x1c\xe2\xd0\x2a\x3e\x60\xa2\x46\x0c\xbc\x6d\x19\x65\xd9\x1d\xc2\xb6\xf0\x25\x91\xe2\xce\x76\x75\x99\x5f\xd2\x59\x77\xfd\xab\x33\x2e\xce\xf5\xa4\x0a\x22\xad\x9a\x83\xa1\xf1\x45\xe0\xa8\xe0\x31\x11\x72\x4e\xea\x57\xfa\x12\x38\x7d\x12\xda\x91\x31\xd6\x13\xc4\x7a\x40\xa2\xb7\xf8\x4e\xdc\x17\x23\x91\x66\xe8\x42\xda\xc6\xec\x95\x5f\xde\xfb\x0e\x49\xd7\xf7\xd8\x23\x3d\x9b\x7c\x77\x9b\x2c\xd4\x75\xba\x8c\xc8\xcb\x48\xbc\x54\xbd\x2a\x9f\xc7\xee\x3c\x97\x7a\xd5\x74\x3e\xb0\xec\xc9\x58\xfc\x22\xcf\x70\xf0\x97\x29\x64\xa1\x4e\xf9\xf1\x63\x54\x40\x72\x5c\x5f\xbe\x8b\x8e\xfd\x8f\x1a\xfa\x66\x36\xfb\x6d\xa6\x3e\x86\x3b\x6a\xa6\x40\x30\x61\x10\x68\xdf\xde\xe9\xca\x60\x28\x71\x1e\x8f\xc4\xf4\x22\x73\xea\xe9\x48\xf1\x03\x82\x38\x69\x7a\x36\xe5\x07\xa0\xfa\x60\xb0\x97\x28\xb1\xbc\xf1\x7a\x76\xe9\x30\x56\x2e\x59\x8e\x93\x50\x4d\x5f\x9c\x19\xce\xf3\xfe\x0d\x74\x10\xdc\x3a\xbd\x19\x65\xc4\x75\x49\x77\xa7\x3e\xbc\x2c\x58\xc7\xc3\xff\xc8\xfe\x89\xf9\xef\x21\xc2\xcf\xe7\x6e\x0e\x97\x06\x2b\x71\x37\x6c\x9f\xcb\xd0\x3c\xc5\x47\xe5\xd7\x86\x5f\x94\x2a\x17\x54\xd4\x49\xf7\xe3\x84\x1b\x6e\x80\xd9\x4b\xdc\x69\xdf\x23\x2d\x00\x3c\xb1\xb3\x77\xfc\xd0\xcb\xb4\x51\x99\x34\x79\x87\x2e\xe3\xaf\xb3\x48\xfb\xfb\xd7\x28\x41\xf0\xf9\xa7\x85\xfa\x40\x5b\xe3\xb3\x17\x87\x27\x3f\x09\xa7\x6b\xde\xb9\x1f\x00\x22\xce\x79\x87\x5f\xb3\x7c\x95\x43\xd2\xbb\x52\x4b\xbb\x9e\x69\x9e\x7e\x5e\x7a\x1b\xe2\x89\xc5\xd4\x8a\xff\x2f\xd4\x23\xe3\x6e\x64\x4d\xe6\x0f\x3f\x63\xe0\x8a\xc6\x2f\x90\x68\x0f\xbf\x31\xce\x84\x9e\x8f\xfb\x79\x96\x76\xc4\xc1\xc0\xbe\x82\x01\xa1\xbe\x78\x43\x49\x90\xe3\xb5\xbc\x92\x94\x25\x96\x7b\x39\x02\x75\xc5\x18\xe2\xd2\x0b\x03\x14\xe4\xe4\xd1\xfd\x9e\xe5\x71\x4f\x9b\x28\xe0\x0a\x18\xe0\x96\xe4\x1f\x31\x50\x85\x0e\xe1\x73\x31\xfa\x15\xb8\x2f\x2e\xc9\x09\x81\x8d\xa6\xad\x97\x66\x00\x6f\x13\xf6\xb3\x3a\x1e\xf8\xa8\xef\x53\x85\x13\xf9\x9a\x90\x4c\x1c\x93\xf5\xd7\x33\x78\xc5\xa2\x17\x78\xe7\xeb\xe4\xf0\x38\x7b\x15\x5f\x02\x48\x9e\x85\x58\x6a\xb1\x23\x6b\xbd\x8d\xe4\x99\xd8\x15\x47\x0c\x9d\xa9\xce\xfe\x0c\x42\x46\x1a\x49\xfc\x61\x64\xc7\xea\xe7\x9e\xba\xf8\x0a\x30\x71\x21\x5b\x99\xde\xab\xcf\xa1\xea\x29\x89\x3b\xbc\xd5\x48\x06\xf9\xa2\x37\xce\xfe\x37\xfc\xea\x31\xbc\x4a\xad\x2d\xbf\xcc\xb0\xe7\xdf\x9c\xf5\xf8\xce\xf3\xe4\x08\x67\xb3\xef\xc0\x06\xc0\xf9\x05\x5e\x6a\x06\x6f\xc1\x63\x01\xdc\x20\xb5\xa8\x3a\x79\x81\xf8\xf6\x6e\x83\x04\x45\x27\xcd\x18\x1b\xfb\x79\xaa\x27\x1f\xf2\x83\x8f\xb1\x14\x0a\x53\x35\xc8\x6f\x58\x52\xd3\x82\x5f\x59\x35\xdf\x5d\x52\x85\xb3\x9e\x60\x11\xaf\x85\x12\x75\x17\xd6\xd6\x99\x7f\x47\x8a\xe0\x61\xca\xa1\xf1\x8f\x7f\x31\xc1\x72\x4e\xbf\x73\x72\x81\x5a\xcc\xfe\x13\x00\x00\xff\xff\xab\x58\xaa\xf3\xbb\x1c\x00\x00") + +func confLicenseGnuLesserGeneralPublicLicenseV30Bytes() ([]byte, error) { + return bindataRead( + _confLicenseGnuLesserGeneralPublicLicenseV30, + "conf/license/GNU Lesser General Public License v3.0", + ) +} + +func confLicenseGnuLesserGeneralPublicLicenseV30() (*asset, error) { + bytes, err := confLicenseGnuLesserGeneralPublicLicenseV30Bytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/license/GNU Lesser General Public License v3.0", size: 7355, mode: os.FileMode(420), modTime: time.Unix(1440548254, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confLicenseGnuLibraryGeneralPublicLicenseV20 = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xa4\x7d\x69\x73\x1b\xc9\x91\xf6\x77\xfe\x8a\x7a\xf9\x45\x64\x04\xc4\x19\xc9\xf6\xbc\xeb\xd1\x27\x90\x04\x25\xd8\x14\x49\x83\xa4\x64\xc5\xc6\x46\x6c\x03\x28\x00\x6d\x35\xba\x31\x7d\x10\x83\xfd\xf5\x9b\x4f\x66\xd6\xd5\x00\x29\x7a\x36\x62\xd7\x16\xd1\xdd\x75\xe4\xf9\xe4\x51\xe5\x8f\x37\x8f\xe6\x7a\x7c\x3e\x19\x4e\xbe\x99\x8f\xa3\x9b\xd1\x64\x78\x6d\xee\x1e\xcf\xaf\xc7\x17\xf4\xf3\xc5\xe8\xe6\x7e\x74\xf4\xc5\xd6\x4d\x5e\x95\xe6\xfd\xc0\xfc\xad\x2b\xad\x79\xf7\xd7\xbf\xbe\x3b\x3a\xba\xa8\x36\xbb\x3a\x5f\xae\x5a\x73\x72\x71\xca\xbf\x99\xab\xda\x5a\x73\x5f\x2d\xda\x6d\x56\x5b\x73\x55\x75\xe5\x3c\x6b\xe9\xcb\x81\x19\x97\xb3\x33\x73\xf4\x17\xbc\x92\x95\xdf\x8b\xbc\x34\xf7\xed\xc0\x5c\xe5\x8b\x76\x65\xae\x8a\xaa\xaa\x07\xe6\xbc\x6a\x5a\xbc\xfa\x79\x68\x7e\x7e\xff\xee\xdd\xcf\x6f\xdf\xfd\xe9\xe7\x77\x03\xf3\x78\x3f\x3c\x3a\x1a\x3d\xd9\x7a\x57\xd1\xd4\x79\x63\x36\xb6\x5e\xe7\x6d\x6b\xe7\xa6\xad\xcc\x8c\x16\x61\xb2\x72\x6e\xe6\x79\xd3\xd6\xf9\xb4\x6b\xad\xa1\x77\xa7\x34\xed\x1a\x0f\x73\xdb\x98\x6a\x61\xda\x15\x7d\x58\xe4\x33\x5b\x36\xd6\xcc\xab\x59\xb7\xb6\x25\xcd\x4f\xaf\x9b\xd9\x2a\x2b\x97\x79\xb9\x34\x79\x8b\xd1\xcb\xaa\x35\x59\x51\x54\x5b\x3b\x3f\x3b\x3a\xfa\xcf\x07\x7c\x48\xff\xd7\xae\xac\x59\xe4\x75\xd3\x9a\xda\x16\x36\x6b\x68\xf6\x27\xa5\x0a\x0f\x6f\x69\xf4\x69\x9d\xd5\x3b\xf3\xf1\xee\xfa\xcc\x8c\x65\xac\x6e\x3d\xb5\x35\xbd\xfa\xde\x4c\xed\x2c\xeb\x68\x6e\x9a\x64\x59\xd1\x9a\xb6\x39\x6d\xdc\x8d\xf0\xde\x8d\x51\xd5\xf3\xbc\x74\x83\xfc\xd7\xd1\xd1\x5d\x6d\xb3\xf5\xb4\xb0\x47\x47\x0f\x3c\x03\xaf\xbf\x31\x8b\xaa\x36\x6b\xa2\x96\x69\x1c\xa9\xf1\xff\x73\xdb\xe4\xcb\x52\xc8\xd2\x66\xdf\xe9\xc7\x6d\xb6\x33\xbb\xaa\xab\xcd\x82\xf8\x32\xaf\xd6\x78\xd2\xac\xf8\x7d\xa2\x18\x6f\x1c\x2b\x3a\x33\xe7\x3b\xa2\x55\xd9\xd6\x59\x43\x44\xc1\x42\x20\x14\x1f\x6d\x69\xeb\xac\x30\x77\xdd\x94\x66\x36\xd7\x6e\x76\x7c\x9f\x97\xad\x2d\xe7\x32\xd7\xb2\xcb\x88\xa7\x2d\x71\xfe\x87\x73\xe1\x99\x5f\xf4\xdb\xb7\xf4\xca\x1a\x0b\x6d\x3a\x7a\x0d\xd3\xfa\xfd\x10\xf1\xf8\x5d\xec\x94\xb8\x41\x8b\x6c\x0c\x91\xaf\x6e\xce\x40\x8a\xc0\x4b\x59\xed\xb5\x23\xfd\xc1\x15\x0f\x4c\xb6\xd9\x14\x10\x04\x2c\xa9\x5a\xd3\x34\x1b\x3b\xcb\x69\xd8\x9d\xd2\x2c\x83\x30\x3d\x27\xbb\x7e\x51\x03\xde\x09\x8d\x91\x95\x3b\x53\xd1\xbc\xb5\xf2\x1c\x43\x6f\x57\x15\x71\x37\xeb\xda\x55\x55\x37\x34\xec\x2c\x9f\x5b\xbc\x2b\x3c\x3f\x33\xdf\xaa\xce\xcc\xb2\x52\xff\xe6\x7d\x31\xb5\xfc\x08\xb4\x93\xaa\xa2\xdd\x7d\x5d\xd9\xd2\x6c\x79\x8d\xd9\x77\xc8\x45\x42\xb3\x01\x1e\x61\x7d\xb5\x5d\xd8\xba\x86\xd8\xd2\x24\x4a\xf2\x01\x0b\xef\xa6\xa6\x6d\x9f\x99\x5b\x1a\xfc\x25\x0e\xc6\xd2\x12\x33\x21\x6b\xb1\x30\xb3\xca\x9e\x84\x25\x11\x3b\x23\x15\x0b\x9a\x95\x2c\xcf\x9c\x28\xb3\xeb\xa5\xf0\x8e\xf5\x8e\xf8\xf6\x44\x53\x9b\x7c\xc1\x43\x6f\xf3\x66\x75\x3a\x08\x53\xd5\x76\x66\xf3\x27\x0c\xd2\xd5\x33\x0c\x3d\x87\x22\x30\xb5\x96\xb6\x65\xb5\xd4\x0f\x49\xca\xe8\xcf\xe8\x53\xbc\xa3\xa2\x95\x88\x0f\x7d\x0e\x42\xd3\x1a\x67\xb2\x4a\x0c\x52\x9a\xd2\x6e\x65\xbd\x9b\xba\x5a\xd6\xd9\xba\xf9\x20\x2c\x75\xc3\x7d\x2f\xab\xad\x1f\x77\x5e\x61\xcc\x06\x23\x13\x99\x59\xf0\x2a\x7c\xd8\xda\x59\x2b\xbc\x63\xe3\xd7\x30\x4b\x4a\x1b\x51\xb2\xb6\xa0\xd3\x0c\xc2\xd3\xc8\xe0\x44\x8a\x69\x3e\x87\xe0\xc0\x86\x81\x94\xb6\x64\xd5\xd4\x29\x64\x24\x2c\x1b\xe2\xd5\x7c\x97\x47\x15\x78\x52\x43\xcf\x6a\xde\x9e\xbc\x75\x66\x1e\xe4\x9b\x64\x16\xd2\xc0\xa6\x20\x39\x66\x9b\x68\xeb\x36\xa3\xed\xd2\x1b\x1b\x7a\x98\x4f\xf3\x22\x6f\x73\xb5\x1b\x18\x59\xe9\x79\x90\x9f\x91\x29\x1b\x60\x41\xfa\xee\xba\x9a\xe7\x8b\x1d\x44\xf9\xe8\xe8\x8a\x7e\xb6\xbf\x67\xeb\x4d\x41\xf2\xf8\xea\xb1\xb6\x2b\xcb\x3a\x43\x84\x6f\x73\xde\x2b\x2b\xb7\x59\x58\x1a\x85\xa7\xe8\xc8\xa2\x2d\x73\x95\x3b\x92\x8a\x9c\xc6\x29\x89\x2c\x30\x00\x61\xff\x42\x51\xa2\xf9\x12\x22\x4a\x1f\x8a\x72\xf1\xd7\x3d\x41\xa6\x8f\x76\xac\x57\x03\x2f\x64\x91\x60\x89\xc4\x78\x99\x23\xa3\x2d\x5b\x21\xe7\xf4\x9d\xd6\xa5\x32\x22\x96\x3a\xd9\x89\x5f\x2c\xbd\xf2\x04\x3d\x9f\x55\xa0\x05\x6d\xbd\x9a\xfe\x0b\xd2\xb1\xc8\x0b\xb1\x36\xbd\x8d\x34\x55\x58\x17\x2f\x83\x7c\x09\x26\xa3\xbf\x0f\xcd\x93\x2d\x5a\xa2\x17\xed\x09\x6a\x2e\x62\xee\x47\x75\xde\x06\xf2\x4b\x33\xd0\x02\x88\xc9\xec\xc4\xce\xcc\x90\x7e\xf3\x6b\x6c\x56\x24\xd3\x3c\x81\x4a\x33\x79\x4f\x5d\x09\x2d\x82\x25\x9e\xfe\x95\x3b\x69\x26\xf6\xc2\x72\xac\x89\x57\xd5\x1c\x3c\x54\x89\xc7\xd8\x91\xd0\x93\x7d\xa0\xa5\x6c\x49\x42\x5b\xbb\x69\x7e\x35\x27\xef\x4e\xd9\x15\x0b\x1e\x48\x77\x41\xab\x39\x79\x7f\x4a\x63\x91\xc5\x52\x99\x8f\x9c\xf1\x76\x95\xcf\x56\xcc\xf6\x46\xa8\x6f\x97\x64\xb1\xd8\xc7\x37\xec\x1c\xd5\xc9\x0f\x62\x11\xa3\x31\x7f\x62\x1f\xc8\x42\x19\x4d\x47\xcb\x1f\x16\x0d\xf1\x1b\xb2\x65\x33\x1a\xd9\x7f\x55\xd5\x6f\x1a\xbf\x1b\xe0\x0c\x12\x21\xb6\x28\x4e\x6d\x9d\xda\x30\x8b\xac\x03\x1c\x1d\xd4\xaf\x69\x69\xc6\xc6\x33\x4f\x1c\x54\x59\xd1\xf7\x35\x5c\xdf\x2e\xd8\x3a\x36\x2f\x6e\x31\x90\xa8\x98\x59\xf4\x9c\x97\x9c\x93\xb1\x98\xee\xd8\x17\x61\x0a\x5b\x34\xe2\x25\x37\x59\x03\x60\x11\x2f\x0e\x8e\x2f\x92\x20\x5a\xab\xb2\x0c\x3a\xe0\x65\x89\xad\xb5\x82\x17\xc1\x11\x39\x41\x1a\xa2\xa3\x22\x8c\x81\x17\x3d\xf8\x2e\x22\x02\x61\x0a\x92\x02\xf2\xe2\x75\x35\xef\x66\xb2\x1c\x76\x69\x40\x26\xa4\x6e\x18\x88\x5c\x4c\x01\x69\x06\x0f\xe2\x31\xd5\xc9\xbd\xa1\x17\x36\x5d\xcb\x3e\x12\x62\x73\x85\x87\x05\x33\x7c\x97\x58\x59\x81\x4f\x84\x64\x08\x32\xd0\x4c\x04\x34\x40\xce\x96\xbc\x2f\xd3\x40\x4d\xf6\x06\x8f\x61\xdd\xbe\x5a\xf6\x10\x6c\x09\x9f\xaa\x7c\xce\x93\xcf\x21\xfc\xb5\x6c\x01\xc2\x9e\x95\x30\x31\x9e\xb7\x90\xce\xd4\x11\xf1\x2e\xf2\x72\x9e\x93\x82\x76\xec\xea\xab\x29\x73\x57\xe6\xf1\x58\x0a\xce\xa4\x03\x25\x8c\x25\xf9\xa4\xdd\xb2\x25\x25\x76\xae\xd9\xb7\xae\xa2\x5d\x94\x2d\xdb\x7f\xf2\xaf\xb6\x05\x37\xdd\x5c\x64\x90\xf1\x80\x24\x06\xc2\x44\x42\xc0\xdc\x63\x96\xac\xb3\x39\xbb\xfb\x19\x41\xc6\x3a\x62\x80\xac\x81\xf5\x73\xea\x71\xdd\x5c\x84\x56\x05\xef\x8d\xca\x12\xfc\x18\xfd\x0c\x86\xf8\xf7\x32\x86\xa8\x44\xf3\xcf\x00\x81\xc0\x6a\x01\x1f\xe4\xe5\xac\xe8\xe6\x58\x3c\x43\x9d\x08\x5f\x10\x1b\x66\xd5\x13\xe3\xd1\xe9\xae\x07\x37\x9f\x85\x7b\x03\x55\xd0\x6d\xd6\x04\xc8\x80\x75\x12\xd1\xc9\xab\xec\xbc\x2b\x85\x5b\xea\xe3\x32\x0e\x2d\x5e\x8f\xcd\x9c\x02\x46\xa0\xcc\x2f\x3f\x1d\x1e\x7b\xf9\xad\xcb\xc9\x12\x90\x36\x91\x59\x01\x35\x17\x75\xb5\x4e\x77\x45\x54\xfc\x00\xfa\x8a\x43\xa8\x48\x5e\xb3\xb9\x22\x81\x45\x57\x14\x62\x9a\xe6\x55\xf9\x86\xc8\xd9\x34\x14\x12\x78\x0e\xb1\xcb\xc7\x7b\x12\x13\xb0\xa7\xc8\xe8\x79\xc6\x92\x92\x4c\xa2\x2b\x3a\x13\x88\x4e\x53\x34\x55\xe9\xf9\x9f\x11\xf6\xd9\x10\x3a\xa6\x85\x6e\x64\xdf\x6e\x03\x20\x61\xca\x20\x99\xc8\x69\xf4\xb4\xe8\xc4\xe9\x43\xc6\x89\xa7\x8c\x44\xb7\x10\x07\x91\x66\xb6\x58\x53\xdb\x6e\x2d\xc1\x45\xb1\x83\x58\x32\x3c\xea\x7c\xae\xb0\x30\xf8\x30\x6c\xb4\xc9\xc9\x49\xed\x68\x00\xe7\x26\xae\xc9\xf5\xe0\xdf\x3d\x57\x97\x45\x2e\x9b\xfe\xae\xe2\x10\x29\x31\xec\x39\x13\x43\x00\x35\xef\x29\x99\x61\xcf\x07\xd0\xeb\x19\x59\x88\x6a\x59\x75\xcc\xed\xba\x2b\x4b\x99\xbe\x27\x4a\xbc\x09\x48\xc5\x4c\xf0\xb7\xfe\x7c\x66\x3e\x51\x50\x46\xf2\x0b\x19\xa7\xaf\x5a\xfb\x7b\xdb\xc1\x1c\xd1\xd8\xe2\x34\x9a\x20\x79\x70\xab\x24\x3e\xf6\x77\x3b\x23\x13\x45\xd6\x8e\xa7\x87\xe9\x98\xe6\x90\xe0\x6d\x55\x7f\xa7\x65\x91\xa8\xd5\xf9\x13\x4d\x03\x64\xb0\x48\xcd\x5c\xb2\xf8\x54\x5b\x0e\x8a\x32\x59\x0e\x32\x71\x0d\x44\x86\xc4\xa4\xe9\x66\x2b\x92\x89\x73\x0d\xfb\x5c\x08\x0a\xb6\x42\x01\x23\xae\x0e\x22\x82\xfd\x68\x0a\x48\x4d\x10\x98\x39\x19\x47\xd8\x05\xb1\x5c\xb4\x87\x82\x69\xb8\x26\x17\x17\x0c\x21\x62\x30\x1a\x7e\xe0\x23\x50\x0e\x1c\xe7\x44\xc8\xa2\xda\xc0\xde\xbb\x51\xba\xc6\x46\x4c\x63\x95\xfb\x0a\x68\xc3\xf6\xc4\xce\x1d\xec\x22\xb9\xab\xf1\xeb\x3c\x17\xe4\xb9\x66\x8f\xef\xa7\x95\xd9\x20\x99\x04\x34\x88\x00\x9e\x67\x5d\xe9\x00\x2b\xab\xb5\x88\x1e\x91\xa5\xac\xca\xb7\x09\x26\x27\xde\x74\x05\x51\xc8\x92\xa1\x55\x2c\xc8\x91\x9f\xd0\x10\x51\x96\x7f\x93\x7e\x01\x36\x9c\x12\xb1\x16\x79\x64\x01\xc4\x15\x90\x6b\xea\x7a\x30\x94\x0d\x0d\x61\xa1\xc6\x16\x4f\xde\xa6\xbc\x6c\xa1\x44\xcc\x43\xb4\x2b\xd9\x87\x98\x80\x07\x37\xa1\xa1\x5f\x04\x07\xd8\x06\x93\x31\x2d\xf0\x96\xe5\x98\xc8\x61\x2a\x17\x63\x65\x90\x51\x6c\x16\x63\x42\x82\x92\xf1\xa2\x40\x27\x1d\x56\xcd\x16\x87\xe5\xb3\xaa\xde\x54\x35\xdb\x4e\xb1\x54\xa4\x37\x27\x5f\xd5\x1c\x81\xcd\x0d\x0c\x06\x63\x42\x32\x10\xb3\x55\x6e\x99\xc6\xd0\x0e\x00\x8d\x65\x56\x13\xce\x71\x58\x93\x46\x58\x91\xcd\xa4\xf5\x30\xa2\x95\x7c\x89\xb7\x6d\xf2\xf1\x5c\x05\xfe\xc0\xb7\x58\x69\x36\x63\x25\x5d\x74\xa5\x46\x2a\xca\x0f\x25\xfa\xd9\x29\xa2\x19\x5a\xcf\xc6\x46\xf6\x2f\x57\x14\x52\xc0\x60\x23\xbe\xcd\x1a\x20\x61\xa5\x39\x52\x37\x3e\xf2\x0c\xd2\x2a\x06\x78\x03\xb0\xe4\x61\x2e\x47\xa3\x41\x56\xa1\x3e\xc0\x92\xac\x0f\x01\x3c\x90\x8d\xc1\x8b\x02\xcd\xd4\xe8\x2c\x2a\xe4\x80\xce\xcc\x5d\x46\x48\xbd\xe0\xd8\xbe\x85\xd3\x56\x44\x2a\x96\x59\x5c\xcf\x2c\x18\xe2\xcc\x1c\xc3\xb2\x98\x69\x26\x38\x2e\xb6\x82\xc7\x3c\x89\x7b\x83\x77\xda\x35\x22\x8f\xfe\x15\x8e\xed\xb0\xcc\xb5\x28\x19\xdc\x61\x23\x11\x31\x5b\x2a\xf8\x5e\x27\xe4\x51\x60\x05\x99\xe2\x9f\xb0\x46\x12\x9e\x92\x0c\x01\x66\x81\xd8\x2c\x25\xea\xea\x47\x17\x44\xae\x1b\x28\x2c\xaf\x43\xbc\xdc\xa6\x22\xc0\x0d\x53\x29\x71\x99\x03\xad\xb4\xdb\xa9\x7d\x1e\x39\x1c\x56\x1a\x92\xc0\x95\xe0\xb5\x52\x3e\x41\x1a\x40\xb2\x2e\x70\xcb\x60\xd6\x68\xf2\xf9\xde\x0c\x6f\x2e\xcd\xc5\xed\xcd\xe5\xf8\x61\x7c\x7b\x73\x6f\xae\x6e\x27\xf4\xe7\xdd\xb7\xf1\xcd\xc7\x81\xb9\x1c\xdf\x3f\x4c\xc6\xe7\x8f\x78\xc4\x2f\x7e\xbe\xbd\x1c\x5f\x8d\x2f\x86\xf8\xe1\xe8\xe8\x67\xaf\xbe\x32\xe5\x70\x49\xf2\xc0\xb2\x11\x41\x0a\xa0\x2d\x6f\x0a\xdd\x8e\x04\xd1\x78\xf2\x66\xd0\x0b\xe4\x27\x36\x45\x36\x0b\x5b\x0c\xe1\xcc\xaa\x2a\xa0\x03\x44\x15\xc9\xfa\x08\x00\xce\xff\xc7\x02\xb1\xd7\xe4\xb8\x9a\x6c\xa7\x09\xc4\x35\x89\xcb\xd4\x46\xa1\xca\x5c\x02\x08\x1e\x51\x64\xd2\xb9\x82\x1f\x98\x9d\x93\x8c\xe2\x18\x0a\x12\x8b\x82\xc6\x38\x6e\xa3\x9d\x1e\x9f\x9e\x99\x11\x42\x1b\xc5\x12\xe2\xdb\xe6\x73\x32\x2a\x0c\x0e\x1b\x73\x4c\x56\xe5\x18\xa1\x90\x39\xf6\xc2\xb7\xb6\x59\x29\x2e\xb0\x28\x24\x02\x62\x23\xe3\x68\x13\x14\x54\x63\xab\x79\xd6\x02\x18\x00\xbe\xd0\xa0\x0d\xd2\x12\x5e\x14\x4a\x82\xba\x88\x47\x8a\x9d\x73\xb4\x82\x1c\xf6\x9d\x76\x63\x4e\x84\xda\x30\x86\x0c\x15\xbc\x15\x4f\x66\xe4\xe9\x4e\x59\xd7\x49\xf8\x23\xbf\xed\xf4\xfa\x58\xc9\x75\x0c\x47\x46\x9a\x39\x90\x0c\x58\x60\x32\xac\xe5\x1e\xa7\x69\x1f\xac\x6d\xb2\x06\xc4\xac\x53\xa8\xe9\x41\xf6\x38\xa3\x41\xf1\xf3\x21\x2d\xbe\x4e\x09\x69\x73\x15\xf0\x90\x7d\x84\xd6\x94\xbb\x18\x52\xf0\x28\x32\x41\x90\xa6\x22\xdb\xfe\xaa\x6a\x27\x19\xc9\x0c\x18\x43\xde\x55\x99\x74\x70\x20\x1e\x99\xd4\xb3\x76\x5c\x43\x0e\x4c\x17\xe0\x73\xdd\x95\xea\x78\x6c\xc5\x3c\x33\x7d\x7a\x88\x38\x49\xff\xc6\x3a\x88\xce\x44\xaa\x39\xb1\x90\x03\x9b\xac\xd4\x8c\x26\x59\xef\x2e\x5b\x52\x50\x73\xf2\x89\x14\x9e\x94\x1c\x49\x88\x81\x1f\x01\x2b\x60\x8f\xa8\xa8\xc0\x41\xc4\x22\x27\xaf\xa8\x8f\x4b\x2f\xed\xe6\x38\x5e\xce\xf1\xd9\xe9\xd1\xd1\xf1\x7d\x48\xb9\x1c\xab\xa9\xe1\xbd\x0b\x5d\x25\xe2\xe2\xe4\xa6\x04\x1a\x6b\xe7\x31\xf8\x25\xce\x7c\x4b\x42\x24\xdd\x28\x6d\x01\x98\xf6\x2a\x36\x5d\x83\x90\x98\x89\x73\x8b\xaa\x09\x9a\x54\x8a\x9f\xb8\x6c\x33\x0d\xdd\x21\x83\x83\xc8\x4d\xad\xc4\x80\xac\x43\xd7\x30\x83\x29\x56\xa8\xc8\x90\x89\x8b\xa5\x5d\x2e\xc8\x6a\x10\xd7\x17\xc4\x37\x71\x1d\xe2\x2b\xf9\x7d\x9e\x61\x56\xe7\x1b\xc9\x5f\x6b\xc9\x02\x61\x77\x61\x24\x69\x93\x79\xff\x93\x23\x2e\x2e\xf4\x87\x34\x7b\x06\x5d\x06\xc2\x93\x34\x5e\x15\x6c\xeb\x2b\xbd\x19\x74\x02\xce\x3f\xb1\xe2\xc1\xa2\x7c\x90\x98\x83\x33\xa7\x5d\xdb\xe4\x1c\xb4\x92\xc1\xa6\xd1\xad\xb8\xa4\x6c\xc6\x2e\x37\x60\x76\x87\xd5\x03\x76\xbd\x0e\x49\x0e\xc9\x1e\x38\xb4\x27\x08\x9a\x06\xde\x74\x8a\xd1\x58\x59\xb3\x38\x3f\xe0\x16\xc6\xae\x2b\x5f\xf0\xf4\xa0\x13\x27\x3d\x38\x63\x90\xb7\x9c\xf8\x31\xcf\x6a\xa6\x39\xa1\x70\xdf\x6e\x00\xd4\x04\x1f\x28\x72\xec\x21\x0e\x0d\x1e\x2a\x62\x00\xd8\xbd\xad\xf3\x56\x6c\x37\x59\xd5\xaf\x9a\xa2\xf4\xda\x59\x77\xe0\x2c\xc6\x6c\x30\x9b\x4b\xb8\xf8\xb1\xe6\x28\xe5\x60\x77\xfe\x89\xdb\x53\xea\xdf\xe3\xf7\x89\x97\xef\x34\x65\x09\x6c\xf1\xda\xfa\x95\x1f\xe4\x4d\x73\x58\xac\xb3\x26\xc9\xa6\xc3\x46\x60\xab\x24\xb0\x6b\x3b\xcf\xbb\xf5\xc0\xa5\x2b\xa3\x84\x37\x28\xbb\xc9\x67\x1d\x85\x64\x85\x2c\x83\x6c\x38\xa7\x38\x48\xbc\x11\x4d\xc0\x27\x35\x2b\xec\x9d\x93\x69\xba\xda\xf8\xad\xc8\xb2\xa9\x1b\xd5\xdd\xcc\x8a\x2c\x5f\x0b\x94\x75\x69\xb2\x0f\xe6\xbb\xb5\x1b\x68\x0d\xe4\xc9\x69\xa0\x7c\xa6\xe0\x8f\x55\x5f\x10\x56\xe4\xdb\xb5\xf0\xc2\x80\x72\xda\x30\xe4\x02\xf6\xa7\xbd\x85\xa1\x7b\x44\xcc\x64\xb1\xc1\xdb\xea\x48\x45\x45\xdc\xf6\x68\xe8\xda\xeb\x97\x67\x88\x14\x2f\x38\x2f\xad\x69\x3d\xe2\xea\x6a\xd7\x90\x2e\x15\x4e\x0f\x24\x49\xa4\x05\x98\x4c\xf3\x93\x99\x4b\xbb\xd2\x28\x99\x96\x08\xaa\x8d\x6a\x33\x76\xe5\xb3\x85\x21\x0b\xc9\x89\xa7\xdf\x5d\x75\xcc\xe5\xc3\x69\x39\xef\x83\x88\x68\x96\x93\xc7\x93\x3d\xd5\x87\x25\xc3\x79\xa0\x9e\xa7\xe0\x04\x97\xcb\x68\xbd\xa0\x40\x03\x85\xcb\xfb\x02\xc9\xfa\x9a\xda\x5b\xe7\x59\x0f\xa0\x9b\x7b\xdd\xda\x3b\xe2\x15\xa9\xf5\x21\xb9\x63\x6c\xb3\xb6\x56\x84\x40\x76\xd1\xd8\x08\xaa\xff\x7a\x74\x94\x49\x68\xe0\x13\xa6\xe2\x24\x90\x32\x23\xe3\x60\x8b\x05\xa0\x48\xb6\xe7\xf2\x89\x74\xd3\xd3\x50\x10\x90\x90\x57\x8a\xb7\xb0\xe8\x7e\x34\xd8\x61\x62\x87\x04\xcc\x79\x09\x93\xe1\xe4\x10\x81\xa3\x18\x35\xa7\x25\xcc\x9e\x79\x34\x8c\x4b\x09\xcc\xa1\x00\x2a\x89\xf2\x16\xcd\x3f\x3b\x38\xff\x96\x50\xa4\x4d\x7c\x99\xa0\xa9\x38\xa9\x57\x56\x4e\xfc\xe0\x91\x59\x3d\xf2\x5a\x40\x26\xb8\xfd\x3c\x92\x74\x29\xa8\xf9\x29\x52\xce\x24\x43\xd9\x4c\x52\x2a\xea\x8b\xfd\xb6\x9d\xa4\x44\xe0\xc9\x03\x31\x81\x19\x92\x2d\xa1\xa1\x19\x00\xca\x1a\x9b\x8e\x11\x35\xfb\x0d\xd1\xfe\x3e\xce\xeb\xd9\x3b\x37\xff\x20\xf6\x55\x88\x6e\xe1\x8a\x96\x5c\x7c\x77\xc9\xee\x2d\xea\x9d\xf1\x37\x02\x2f\x9e\xaa\xef\xf0\x1c\x2d\x9e\xee\x92\xf2\x4e\x66\x96\x55\x45\xd0\x20\x83\x0e\xdb\x05\x09\x36\xa7\xf0\x89\x02\xae\xee\x33\x70\xdb\x96\x94\x6c\x6f\xc5\x6c\xb3\x39\x12\xc6\xae\x14\x39\xc6\x34\x60\x0a\x0c\xd2\x35\x91\xff\x81\xa0\x52\xbc\x4f\x1c\x6f\x44\x53\xe8\x0f\x68\x55\xc3\xc6\x1f\x49\x0e\x66\x94\x68\x1d\x45\x53\x1d\x05\xe2\x5c\xa6\x5b\x73\x94\x01\xd4\x41\x52\xb5\xe8\x90\xb7\x3d\x49\x4a\x68\x11\x0b\xd8\x39\x45\x91\x17\x2c\x3d\x6b\xe0\x6f\x1d\x57\x7d\xab\x4a\x6b\x2f\x99\x9f\xc0\x39\x2b\x04\xa7\x35\x8c\xf6\xd6\x16\xc5\x5b\xc6\x23\x8c\x50\xf6\x7c\x62\x44\x0c\x76\xee\x24\x0b\x15\x32\xc7\xf7\x1d\x99\x56\x59\xc6\x7b\x14\x95\x7e\xeb\x68\xbc\x26\x64\xad\xa3\xef\xde\x7a\x89\xd8\x23\x9c\xc0\x1c\x07\x30\xfc\x63\x97\xeb\x16\x83\x98\x15\xbf\xc2\xcb\xf7\x56\xb3\xc7\x9a\x5c\xbb\x11\xa2\xdd\xf7\x46\x14\xbe\x1c\xa2\x12\xb0\xa6\x2b\x94\xf2\x4e\xd6\x52\x4b\xe4\x81\xd5\x97\xa4\xb6\x85\xa9\xca\x6a\xca\x85\x9b\x1c\x34\xa3\xc7\xbc\x29\x25\x8c\xea\x1c\x12\x61\xfc\x85\xc2\xaa\xbd\xd8\x3c\xb5\xa8\x88\x81\x5d\x6a\x98\x46\xe3\x5e\x0b\x80\xac\xba\xc7\x1f\xce\xd2\xba\x7c\xb1\xc4\xef\x9a\xc3\x91\x7c\x95\xaa\x43\xac\xf3\x9a\x5a\x45\x65\x08\x26\x61\x80\xaa\x35\x77\xb0\x84\x6d\x42\x46\xfc\xf2\xb7\x4e\x9f\x22\xeb\xce\xc5\x41\xa4\x2c\x93\xa9\xcf\xcc\x39\x92\x3d\x87\xdf\x97\x6c\xb8\x1f\x95\x3e\x76\xa2\xaf\x14\xd4\x88\x8b\x93\xae\x2f\x38\x1c\x97\xe0\xf6\xc8\xd5\xd9\x47\x1e\xc3\xcb\x4c\xf9\xbc\xd1\x1b\x68\xe7\x45\x28\x18\x4a\x9a\xc7\xf5\x67\x48\x84\x4c\xda\xf1\x3b\x52\x78\x8e\xf1\xa2\x2b\x32\x8d\x4b\xf0\x4a\x56\x9a\x61\x0e\x7e\xe0\x3a\x8c\x6c\x4b\x52\x5b\x64\xf7\x79\x76\xfa\x88\x50\x23\x72\x27\x5c\x0c\x7f\xa0\x0f\x07\x51\xef\x10\x86\xe7\x7c\x61\xeb\x97\xea\xb4\x0a\xfa\x0c\x50\x14\x95\xfb\x19\xe3\x36\x49\x3f\x01\x5e\x93\xa0\xb5\x46\x97\x53\x19\x14\x7b\xca\x20\xe0\x83\x26\x57\x06\xf1\x54\x12\x4a\x52\xd8\x5c\x4b\xf6\xcb\x55\xcb\xe3\x78\xe3\x10\xb1\xe3\xfc\x77\xed\x73\x03\x4f\x4e\xfc\x0e\x71\x8d\xf6\x3c\x2e\xb9\xca\x20\xd9\xeb\x35\xca\xa1\xd9\x72\x09\x2a\xb9\x61\x5d\x34\xc9\xfb\x00\x55\x0e\x02\xf6\x3e\x0a\x33\x27\x2e\x88\x7d\x41\x68\x4e\xf1\x77\x66\x9e\xaa\xa2\x93\x6c\x02\x61\x80\xb6\xaa\x29\x64\xc5\x0e\x92\xfd\x09\xee\x0d\x56\x65\x5a\xfb\x3c\x7b\x58\x5d\x70\xaa\x1c\xee\x1c\x70\xaa\x7f\x0a\x50\x8c\xac\x17\xfb\x4c\xd1\xae\x54\x26\x5f\x55\x4e\xe3\x20\x0f\x59\xcd\x3e\x2e\x65\x4f\x8c\x2a\x78\x19\xe1\xd6\x40\x73\x94\x18\xe7\x02\x8a\xa3\xfe\x83\xac\x40\xba\xef\xf5\x38\x7a\x90\x76\x20\x44\xef\xbc\xb2\x16\xf8\x14\x1a\x01\xe3\x8d\xa4\xb3\x9c\x99\x13\x06\x21\xa5\xdd\x4a\x82\x42\xca\xf8\x80\x00\x2f\x34\xbc\x3d\x4f\x32\x76\x77\x9b\x8d\x45\x22\x2a\x42\x04\x30\xab\x9c\x52\xe4\x0e\x00\xda\x93\x1b\xdc\xad\x2c\x6a\x37\x3a\x3b\x35\x97\x62\x18\x05\x42\xf8\x06\x2e\xd7\x03\x57\x2a\x02\x55\x1a\xa2\x0b\x02\x41\x06\x6f\xcb\xbd\xd3\x68\x39\xb7\x4c\x38\xe5\x74\x3f\xaf\x51\x01\xae\x43\x06\x55\x6b\xd5\x78\xa3\x79\x35\x89\x93\xdc\x25\xf1\xb5\x81\x4f\xfe\xad\x83\x8a\x2b\xe4\x67\x68\x9e\xa6\x98\x74\x61\xea\x7d\x74\x56\xd7\x28\xa7\x11\x48\xce\xf9\x07\x42\x1f\xc1\xa4\xbb\x2a\x3b\xcb\x9b\xb3\xdf\x92\xf9\x9c\x1f\x88\x9a\x93\x82\xa2\x03\x1d\xec\x6b\x22\xec\xfd\xe7\x97\x23\xdb\xbe\xb2\x47\x59\xad\xba\x57\x8b\x83\xef\x17\xdd\x74\xf1\xc4\xfb\x53\xd0\x5e\x5b\x6c\x5c\x97\x58\x54\xe1\xe3\x64\xd1\xf3\xf1\x48\x83\x80\xa4\x44\x2f\x26\x87\x25\x87\xa2\x92\x99\xb4\x16\x00\x78\x04\xe3\xe4\x83\xed\x59\x55\x4b\x47\x15\xd7\x57\xd7\xa8\x7f\x94\xf6\x2d\x8a\xca\x02\x11\x42\x2c\xee\x8a\xe6\xce\x81\xfd\x20\x1d\xfc\xcc\x02\xd9\xce\xa9\x0d\x9b\xd1\x48\xd5\x3a\xab\x73\xae\xaf\x6a\x09\x3e\x74\x4b\x22\x0d\xe5\xe3\x0f\x52\xbe\xbe\x99\x8f\x89\xe6\xe4\x18\x1d\x1f\x08\x4b\x39\x2a\x9c\xcd\xe0\xdd\x9c\x30\xb0\x24\x65\x71\x1d\x9e\x53\xe3\xaa\x7c\xfe\x2b\xe0\xaa\xa7\xac\x60\xe8\x92\x0e\xb0\x97\x58\x73\xc0\x88\x71\x03\x0f\x46\xff\x6c\xf3\x66\xa1\x15\xb9\x18\xa4\xf5\x5a\x0d\x7b\x63\x0d\x18\xd5\x03\xd7\x74\xcb\x55\x2f\x40\x0a\x69\xae\xf5\xc6\x72\xe2\xfc\xc0\x82\x7a\x19\x80\x88\x34\x44\xbb\xbf\x20\xfb\x9b\x08\xb9\x2f\x13\x94\x55\x4f\x42\x7b\xa1\x76\x02\x6c\x50\x28\xcb\x9b\xa4\xc9\x52\x7c\x7a\xdf\xe5\x4d\x51\x2f\xe0\xfe\x2e\xce\x06\xc2\xdd\xd5\x49\x52\x9d\xf3\x38\x8d\x2b\x04\x1c\x2e\x1f\x5d\xfb\xf2\xd1\xbd\x64\xd6\xa4\xbc\x8d\xfe\x85\xa6\x2a\xb4\x03\xdb\x6b\x6b\x3f\x41\xdd\x5f\xbb\x06\xb7\x12\x16\x50\x08\x54\x14\x8d\x4f\x0b\xbe\xe4\x27\x7d\xa9\xb7\xf0\x8d\x05\x2f\x2d\x76\x9f\x16\x33\xee\x11\xe2\x28\x31\x52\x6b\x67\x6a\x0e\x15\xeb\xbd\x2d\x89\xda\xab\x3d\xc3\x94\x37\xfd\x2c\xc9\xe9\x20\xa9\x4e\xbd\xa6\x20\x97\xb6\x11\x04\xda\x3c\x93\x4e\x3d\xf3\x26\xeb\x17\x4e\x26\x58\x45\xe7\xac\xb4\x7d\xd5\xe4\xf0\x33\xad\x77\x70\x0b\xf0\x0f\x88\xc7\xbf\xac\x69\xec\x1a\x25\x35\x55\xd8\xa8\x58\xeb\xc9\x16\x1b\xf6\x04\x77\xc7\x36\xc1\xe5\xb9\x24\xc7\x22\x35\xac\x1f\x09\x4a\x4f\x0f\x53\x85\x17\x61\x8b\x33\xaa\xda\x46\x8f\x8c\x2a\x82\xd5\xd0\x82\x0d\x0d\xe1\xc4\x52\xd9\xba\x98\x50\x6a\x21\x12\x36\x45\xba\x80\x3a\x43\xb2\x0d\x69\x4f\xf5\x5f\x60\x0a\x49\x0d\x05\x97\xc4\xfc\x43\xf7\x59\x83\x2a\x5e\xe8\xd3\x93\xc4\x86\x5b\x8e\xf4\x4d\x73\xe5\x98\x9b\xc2\x25\x76\x26\xb6\x16\xd9\x56\x2c\xaa\xa4\xac\xcb\xb8\xc3\x53\x78\xc0\x19\xeb\x92\xb0\x68\xcd\x09\x42\x84\x50\x6b\xf2\x16\x35\x62\x31\x64\x50\x88\xdb\xdd\xac\x45\x6a\xa2\xc8\x76\x50\x23\x49\xb3\xb2\xbd\xac\x6a\x4d\x25\x34\x6b\x2e\x3b\x64\xb3\xba\x6a\xa2\x1f\xf2\x92\x76\x1f\x57\xca\x4e\x10\x0f\xe0\x37\x0e\x1e\x38\x22\x21\x25\x27\x0b\xbc\x6c\xa5\xa5\x5a\x73\x29\x51\xda\x3b\x5e\x30\x40\x40\x19\x27\xe6\xfb\x91\x8d\x30\x4b\x00\x0d\xf7\xd4\x20\x2b\xdc\x97\x03\xc2\x77\xa3\x20\xaf\x69\xcd\x0a\x80\x23\x92\x2b\xae\x81\x3c\xa3\x87\x52\xe2\x97\x00\x1e\x46\xa6\xe7\xed\x7f\x41\x00\x7f\x8b\xf5\x10\x4e\x91\x3e\xe3\x98\xd1\x2f\x58\x83\x81\xcf\xc2\xf6\xbc\xc8\xb3\x12\xff\x42\x12\xf3\x17\xb4\xd3\xee\x62\x05\x4d\x37\xec\x53\x01\xc8\x68\x1e\xda\x46\x68\x7c\xd6\x2e\x3e\x5f\x6a\x51\xc9\x9e\x93\xdb\x9b\xa1\x94\xba\x67\x0f\x45\x98\x49\xfe\xb0\x08\x35\x8b\x33\xbb\x89\x7b\x10\x3c\x74\xd0\x54\xab\xcf\x3f\x73\xf1\x58\x5c\x8a\xf3\x28\xff\xb6\x3d\x96\x7e\x47\xf4\x87\x1e\xa8\x4f\x3e\xc3\xd5\xc1\x3e\xe4\x73\x24\x52\x2a\x3b\x0a\x4b\x3e\x7b\x55\xe5\xb3\xbd\x14\x71\xe0\x84\x76\xdb\x24\xc5\xac\x7e\x3d\x90\x41\x1a\xe3\x23\x8b\x16\xdf\x6a\x2b\xa7\x2c\xa4\x33\x1a\x90\x1c\xf1\xfe\x92\x94\x46\x50\x0b\x1b\x61\x3b\xed\x96\xdc\xd1\xb6\x9f\xda\x76\xb5\x00\xdf\x8d\xde\xcf\x10\x0b\xa1\x42\x3d\x24\xc9\xe9\xf6\x2b\x44\xb9\xd6\xfd\xa4\x97\xd0\x9f\x36\x88\x5f\x71\x19\x1c\x5e\xf4\x4b\x5e\xc5\x2f\x4b\xd3\x63\x87\x4b\x1c\xbe\xeb\x98\x17\x34\xef\x04\xaa\xb1\xfc\x72\x8e\x2d\x6f\x08\x7f\xed\x9a\xbd\xba\x4d\x1c\x58\x6a\x79\x57\xf1\x6f\xaf\xbe\xe3\x68\xee\xd7\xbf\xae\x24\xac\x5e\x0f\x90\x09\x42\xfa\x51\x72\x69\x1c\x5f\x72\xb1\x46\x64\xdc\x45\xdf\xdc\xe1\xa4\x02\x7c\x78\x07\xd2\xc3\xed\x97\x43\x91\x2f\xfa\xa4\x7d\x9d\x40\x4e\x64\x48\x8d\x60\xe8\x41\xbb\xdf\xf3\xff\x05\xba\xef\xed\x2e\xf4\xd3\xfa\x34\xaf\x6b\x71\xda\x22\xf3\xe1\xb8\xeb\x67\x3f\xf9\x11\xf6\x3f\x0c\xf7\x4f\xb9\x82\xb5\x6f\xe7\x12\x2c\x14\x03\xc3\x44\xe9\xf6\xb7\xbc\xb7\xc9\x97\x74\x9f\x19\x17\x9b\x47\xed\x1b\x48\x70\x77\x94\x3b\x10\x16\xc2\x43\x47\x2d\xf8\xb1\x3c\xb3\x27\x72\xa7\x1b\x62\x33\xe2\x53\xae\xd1\xae\x7a\x5d\x0f\xfd\x62\x05\xf2\x09\xad\xf8\x2e\x6e\xc5\x47\xf6\x3f\x5d\x08\x52\x72\xfe\x7c\xc4\xca\x86\xca\x31\x67\xb8\x5c\x61\xbe\xd1\xe2\x4d\xde\xcf\x42\x69\xbf\x7b\x89\xc3\x42\x8d\xc4\x58\xc0\x3f\x0c\x3e\x2b\x7f\xba\x42\xb4\x21\x4e\x57\x6b\x8f\x5f\xb2\xe6\x68\x3a\x38\xb0\xe9\xf3\x02\x9a\xf9\x04\x1f\x07\x54\x03\x43\xa1\x54\x2e\x08\x85\xf6\x86\x33\x86\x2d\x03\x17\x6b\x76\x36\xab\xf9\x7c\x58\x38\x1d\xc3\x71\x94\xe8\x11\x66\x57\x1c\xa8\x3d\x56\xbc\x10\x9c\xb0\x0c\x09\xfd\x5f\xb2\x81\x73\x11\x52\x65\xd4\x3a\x13\x05\x35\xeb\x4a\xca\x26\xa5\x92\xae\x61\xb8\xa8\xc5\x0d\xef\xd5\x63\xd8\x2a\x35\xae\x03\x61\x66\x2c\xb8\x7f\x38\xc6\x94\x5a\xe9\xcb\xb1\xa5\x04\xc8\x61\xb3\x81\x00\x07\x22\x4d\xa9\x8b\x7d\xa1\x17\x5c\xa6\xc8\x0b\x0e\xa7\x96\x0a\xa8\xc8\xce\x15\xce\xe7\x89\x59\x85\xb5\x09\x83\xbb\xac\x8e\x3f\x20\xe7\xbe\x6d\x5c\xeb\xbf\x0c\x9b\xb9\x0c\x0c\xb7\xa3\xc4\x1a\x3c\x88\x83\xdd\xb4\xbf\xe5\x45\xdf\x9c\x58\x65\xee\x32\x02\xb6\x84\xa6\xf5\xfb\xf0\xf9\x28\x9a\x26\x08\x6a\x2b\x8a\xe7\x34\x2b\x4e\x96\x80\x4e\xe8\x98\xf1\x51\x1b\x9b\x6c\xd7\xa3\xe7\x81\xc6\x60\x0f\xda\xc7\x06\x8d\x8f\xbd\x41\x77\xa2\xa5\x49\xef\x7c\x48\x10\xd5\x6b\x39\x69\x19\x7d\x76\x82\xaa\xb7\xf4\x2f\xe9\xc8\xb4\xd8\xa9\xe4\xc6\x40\x92\xd3\x60\xcf\xd6\xd9\xbf\x38\x31\xbd\x26\xe3\xcd\x2a\x7d\xa2\xda\x48\x2b\xfe\x6e\xeb\xd2\x6a\x1b\x7f\x03\x17\x71\xea\x41\x2f\x17\xea\xd8\xbf\xef\x9a\xd6\xae\xa5\x79\x03\x66\xb9\x47\x86\xba\x43\x6b\x4f\x57\x32\x04\xf6\xa7\x4b\x78\x2a\x1f\x4b\xcc\xc2\x81\x93\xf4\x6b\x44\x06\xd2\xf2\xb7\x42\x7e\xb2\x34\xa1\x7d\x35\x4e\x67\xc8\xc9\xda\x39\x41\x6e\x17\x5b\x6a\x8f\x64\x7c\x80\x0f\x49\x1a\x26\x48\x7c\xc2\xa4\xd7\xe1\xab\xb5\x1d\x4f\xd2\x2c\xb1\x2c\xfd\x3d\xfb\x64\x40\x98\x5f\x92\xe2\xe8\x7e\xd2\x04\xaa\xeb\xfb\x9e\x56\x42\xee\xb5\xaf\x6c\x07\x0c\xa8\x0d\xa4\xdc\x4b\xb2\x17\x97\xa7\xa5\x21\x22\xc8\xff\x0f\x09\x40\x49\xf3\xb8\x62\xa6\x96\x52\x93\x76\xe5\x97\xba\x79\x90\x6e\x78\x3b\xdd\xbd\x95\x6e\x24\xc4\xc3\xe8\x34\x2a\x6c\x54\x1d\x8d\x5b\x5b\xe3\xf3\xb8\xc9\x64\x2f\xb4\x3d\xed\x61\xd5\xc6\x11\x4c\x4f\x09\xf8\x3e\xb2\x7d\x78\xea\x8b\x65\xcf\xda\xc0\x83\xbb\xe2\x4e\x28\x95\xd1\xe7\x56\x9c\x6b\x87\x17\xe2\x9e\x70\xd8\x5d\x6b\xce\x7b\x49\xcb\x70\x4c\x75\x5b\xbd\x00\x8c\xfa\x7b\x72\x3e\x28\x46\xb0\x6c\x32\x5f\xa8\xd6\x51\x18\xea\xcf\x4f\xf0\xd7\xbd\x73\xd0\xf1\x2e\xb4\x39\xf7\x95\x19\xd0\xfd\x50\x46\xfa\x38\x3e\x3e\x8f\xbf\x0f\x6e\x4a\x87\x5a\xa0\x4d\x87\x29\x14\x2a\xf2\x3f\xac\x45\x72\xd1\xef\x77\x12\x5a\x41\x22\x5b\x3e\xe6\x87\x86\xd4\x5c\x55\xc2\xab\x1b\x1e\x47\xb4\x88\x8d\xb8\x27\x21\xad\xff\x3f\x82\x2a\x88\x10\xa2\x14\x20\x78\x69\x80\xc4\xbe\x3f\x2a\xc5\x28\x09\x9b\x1a\x24\x25\xac\x34\x5d\x2e\x16\x19\x56\x9a\x16\x89\x56\x5f\x39\xec\x21\xd2\xe0\x48\x9a\x60\x68\x94\xec\x49\x72\xd6\xf4\x55\x90\x27\x7f\x9a\xf2\x0f\x2f\x84\xe6\xc0\xb1\x3c\x21\x18\x83\xa7\xac\x43\x6e\xba\x45\xfe\x03\x65\x31\x48\x2c\x3c\x7a\x52\xd4\x3c\xb4\x42\xef\x7a\x5c\xfe\x16\x38\x8e\xfd\xaa\xf7\xc5\x52\xf4\xe0\xe5\xb8\xd3\xd6\xec\xb9\x20\xf9\xfb\x43\x06\x2c\xe7\x8e\xaf\xe7\x75\xb8\x35\xc1\x2f\x8c\xbd\x05\x67\x81\xf5\xa0\x8e\x5f\x80\x34\x6b\xb8\x03\x62\x02\xa6\xf3\xac\x64\x0c\xf1\x57\x61\xa7\xcb\x31\x7b\x1f\xce\xe7\x28\x98\x37\xbd\x52\x5b\x8e\xc8\xc7\x43\x05\x6e\x6b\x90\x64\x70\xe2\x76\x51\x29\xe5\x08\x0d\x87\x40\x97\xe8\x0f\x13\xeb\x9c\x9e\x80\x55\x98\xfd\x3c\x57\x90\x0a\x6b\x9b\xbd\xca\x90\x3b\x2c\x9e\x39\xdd\xaa\x59\x9f\x56\xf9\x34\x6f\x7d\x86\xcb\x9f\xe1\xd6\xde\x81\xfd\xdd\x24\x7d\x22\xd3\x5d\x7a\xe0\x2c\x39\x85\xd9\xf6\x2b\x3c\xe5\xee\x85\x5a\xae\xc4\x78\x38\xa6\x39\xf3\x02\x23\xd3\x67\xda\xe3\xd7\x2f\x92\xce\x71\x85\x83\xc8\x9e\xbb\x17\xe2\xdf\x39\xea\x21\x2b\x0e\xcb\xef\x91\xb0\x57\xf5\xe6\x02\xff\xbb\x9f\xb5\xdd\xbe\xcd\xd7\x56\x5b\x2c\x5f\x2a\x69\xfd\x60\xc3\x82\xff\xf4\x40\x6f\x4f\x75\x54\xec\x1b\xce\x5f\xea\x89\xaf\x70\xaa\xd1\x9f\x4b\xc3\x13\xb9\x2a\xa0\x7f\x30\x3a\x52\x61\x93\x9e\x8f\xf6\x6e\xb5\x93\x28\xaf\xf5\x6e\xe3\x00\xf5\x52\xc3\x95\xaf\xb9\xcf\x88\x8f\xf5\x76\x35\xdb\xfb\x14\xba\x94\xe9\xa6\x9a\x37\xa1\x11\x41\xcd\xa2\x1a\x01\x16\x6f\x22\xca\x8a\x3b\xcb\xfb\xfa\xa4\x97\x15\x68\xf9\xd4\x96\xf4\x9f\x33\x57\x19\x11\x2d\x54\x07\x1e\x55\x7c\xfa\xa5\x67\x62\xd7\x3b\x24\x40\x14\xce\xa2\xd1\x86\xcb\xa7\xda\x30\x4a\x3f\xd0\x0e\xcc\xbf\xba\xf9\x52\x4e\x11\x71\xf5\x3c\x6a\x5c\xd0\x93\xb9\x79\xb9\x40\xcc\x62\xdd\x4b\x0b\x65\x6c\xa5\xbb\xe7\x43\x9e\x27\x72\x26\x77\x9d\xeb\x55\x34\xee\xdb\xa6\xe9\x6c\x73\x3a\x88\xa5\x91\x8b\x74\x4c\x46\x96\x08\x08\xd1\x89\x4b\x0b\x4e\x77\xba\xaa\xaa\x9e\x33\x0e\xf7\xe7\x58\x5c\x1b\x0b\x0c\xf7\xa9\xf1\xd5\x28\xc1\x72\x2e\xd0\x75\x53\xec\xf5\xc5\x70\x9e\x51\x55\x9a\x9c\x07\x60\x1e\xe6\xf5\x02\xf5\xfc\xb7\xfe\x26\x04\x45\x88\x31\x42\x72\xe7\x40\xa4\x7a\x07\x98\xb6\xee\x0a\xd2\x56\x2b\x2d\xc4\xd2\xf4\x4a\x1e\x65\xa9\x7d\xa2\x07\x8c\x34\xeb\xae\x27\x26\xd9\xb9\x56\xbc\x7b\xf4\x99\xa6\xb2\xf7\x78\xb8\x8b\xc4\xf2\x19\x1d\xd4\xb3\xd1\xa6\x7f\x49\x45\xd6\x3b\xf9\xad\xc7\x0c\x39\xf3\x2f\x49\xc6\xba\xda\x65\x45\xbb\x93\x83\x7c\x91\x8e\xef\xd7\xf7\xb8\x0f\x92\xbb\x2e\x2a\xbe\xc1\xa0\xf2\x5d\xd7\x5a\xa4\xf7\x39\x5d\x98\xe5\xd2\xff\x45\xe1\x3c\x57\x4b\x68\x1b\x51\xb2\x5e\x8e\x6b\xc9\x55\x3d\x10\x05\x5a\x95\xa3\x2e\xe3\x72\x9f\x37\x8c\x1d\x1d\xbf\x36\xd5\x04\xc5\xa2\x86\xd7\xf2\x7d\x42\xcc\xe2\x17\x96\x2f\x15\x8d\xbd\xf2\x65\xd4\xa9\x44\xff\x5c\xd9\x02\x49\x04\x49\x4a\xe0\xbc\x77\x29\x1a\x69\xa5\xc9\x8f\xd9\x2a\x67\xd9\x69\x88\x59\x57\x64\x64\x6f\xf3\x7a\xd6\xad\x1b\xb6\xdd\x62\xe8\xa6\x59\x11\x0c\xb9\x8d\x87\x8f\x8f\x54\x72\x3b\x4d\x38\x67\xeb\xde\x0a\xfd\x78\x07\x3f\xe0\x66\x00\x16\xa1\x78\xde\x46\x82\xb2\xa8\x19\xcb\xf5\x49\x1e\xe8\xc6\x22\xd6\x74\x2a\x55\xfc\x97\x28\x7d\x74\x44\xbf\x09\x87\xbe\x10\x97\x59\x1c\xf6\x92\x5c\x28\x37\x72\xb9\x1b\x5b\x5c\x17\x17\x13\x0b\xc1\xb8\x56\x87\x19\x5b\xc8\x9b\x1f\xd2\xc9\xf9\xfa\x0c\x0e\xac\x8b\x64\x85\xd1\x6d\x1b\x78\x8c\x4d\x2f\x6b\x1d\x91\x91\x6d\x72\xc9\x41\xc2\x63\x8d\x74\x7d\xe3\x1d\x0e\x63\xb3\x1d\x11\x3f\xdf\x3b\x7f\xbe\xa9\x01\x09\x40\x2f\xf3\x99\xf7\x6b\x2b\x7a\x3d\xba\xb5\x60\x89\xfe\x14\x1c\xd5\x66\x93\xa3\x93\xf8\xeb\x47\xb6\x88\xca\x6a\xee\x8b\x89\x4f\x91\xc5\x30\xdf\x09\x3b\xdb\x2d\x5d\x5c\x2e\x49\x41\x91\x89\x52\xfa\x20\x9b\xd6\x9f\xd9\x8b\x13\xfc\xfe\xa3\x0f\x0a\xde\xbb\x8d\x3f\x02\xc0\xe7\xef\x7e\x9a\x57\xa5\x90\x5f\x6f\x5b\x22\x25\x67\x3f\x69\x9a\x15\x4b\x0c\xc0\xa0\x9e\x84\x4f\x2c\x98\xae\xd5\xad\x2f\x98\x22\x5d\xa4\x1c\xd3\xf4\x87\xeb\xd4\x08\xaa\x17\x14\x2b\xcc\x55\x0b\xd7\x61\xf3\x8c\x54\x73\xa7\x11\x16\x8a\x59\xd0\xf4\xc9\x77\x40\x6c\x35\x2f\x32\x25\x32\xf0\xe9\x59\x29\x44\xee\xb9\x2a\xf1\xa8\x4d\x7b\xa0\xce\xfe\xee\xbd\x4f\xf1\xf7\x4f\xfd\xfc\xa4\x17\x1f\xf5\x9b\x77\x9a\xe8\x38\x0e\x98\xe0\x6e\x5a\x20\x6b\x03\xe6\x5a\x7f\x9e\x6d\x9a\x48\xfe\x74\x17\xb2\xff\xf1\x69\xa7\x66\x90\x42\x92\xbd\xa3\x92\x30\x89\x1c\xfe\xa7\xc7\x5f\x0e\x38\x03\x2e\x56\xcd\xe7\x92\x5b\x80\x08\xe0\x82\x34\x8b\x54\xd6\x66\xc5\x05\xd5\x64\x8b\xd1\x29\x33\x72\x69\x9a\x97\x17\x2b\xec\xb7\x12\x12\xd5\xc9\xa7\xc9\xc5\x71\x72\xcc\x48\x3a\xde\xb9\x7a\x11\x08\x21\x66\xa3\x6b\x74\x02\x3b\x27\x62\x97\xaa\xc9\x99\xf8\xd5\x68\xf9\xd1\x81\x6b\x97\xdc\xf1\x2b\xc4\x65\x11\x0b\x9f\xe4\xd5\xac\xf3\xb4\x9a\xef\xd7\x3b\x88\xa7\x7f\x92\x4a\xf5\xb3\x97\x90\x71\x42\x45\x4f\xe3\xd4\xf6\x29\xe7\x13\x03\xc2\x70\xdc\x6a\xa5\xbd\x6f\x7b\x35\xd6\xe7\xee\x11\x60\x10\x40\x78\x56\x93\x44\xc9\x10\x1c\x44\x4d\xf9\x3a\x87\x1c\x66\x1d\x97\x3c\x6c\x72\xda\x86\xd3\x3f\x3e\xbe\x5e\xb6\xe1\x72\x19\x74\xbb\x48\xbd\x95\x73\xb7\x7c\x85\x07\xc9\x57\xc1\xb6\x5a\x0e\xa6\xf2\x14\xfe\xe2\x19\xe9\x7c\x25\x29\xe4\x72\x1b\xa3\x6b\xdf\xbd\xd7\x68\x73\x5d\xa6\x97\x24\x2c\x3b\xda\x33\xf8\xec\xde\x90\x5b\xf5\xbc\x0e\x78\x64\xab\xd9\x60\x78\x8d\xf4\xd5\xbd\x38\x42\x6c\x64\xd4\x6a\xa7\x2e\xf6\x18\xb6\x00\xc7\x24\x7d\xdb\xe2\xf1\x20\xbd\x0d\xcd\x9f\xe7\xd1\x03\xe2\xce\x50\x1f\x8c\x41\x54\xa7\x9c\x39\xf3\xf7\x05\xd6\xce\x3f\x24\x53\x39\xf6\x86\x13\xc8\xcf\x09\xc3\xde\xd6\x43\xdf\xbc\xf6\x43\x86\xf8\x21\xa5\x44\x28\x10\x93\x09\x73\xa0\xde\xbd\x22\x47\x18\x5e\xbd\x08\x12\xda\x3f\x7b\xa4\xe8\x7a\x09\x23\x7d\x60\x64\xb0\x27\x90\xdc\x47\x28\xe6\xb6\x77\xeb\x03\x6b\x71\xa2\xb2\x7d\x00\x5d\x72\xfe\xa5\xe5\x10\xc1\xe5\x80\xb8\x03\xbc\xce\xe5\xe2\xb3\xe0\x1c\xdc\x3d\x6a\x00\xee\x21\x92\x16\x54\x18\xee\x08\x72\xae\x32\x36\x72\x3f\xd8\x76\x6f\xb6\xe7\x5e\xfb\xc0\x57\xf8\x55\x6b\x0b\x25\x6b\xc4\x17\xf8\x9c\x7a\xe3\xdb\x50\xe4\x9a\x3e\xf8\x2f\xe6\x80\xd3\x3c\x12\xf9\x79\x58\x0a\x12\x7b\xcb\x8a\xeb\x0f\x8b\xf8\xea\x88\x80\x07\xfc\x4d\x17\x00\xa5\x21\x05\x20\x59\x65\xbd\x5f\x22\xba\x2b\xb2\x74\x17\x7b\xad\x2b\x8f\x34\xdc\xc5\x1d\x52\x35\x57\x1f\xe2\x3f\x59\x8a\x19\x29\xf8\xda\x80\x5b\xf3\x75\x38\x99\x0c\x6f\x1e\xbe\x91\x08\xfc\xe5\xcc\x9c\x8f\x2e\x86\x8f\xf7\x23\xf3\xf0\x69\xe4\x2f\x12\x1d\xdf\xbb\xcb\x43\x2f\xcd\xd5\x64\x34\x32\xb7\x57\xe6\xe2\xd3\x70\xf2\x71\x34\xc0\x7b\x93\x11\xde\x88\x46\xe2\x93\xff\xd1\x00\xf4\xd6\x2d\xff\x3d\xfa\xe7\xc3\xe8\xe6\xc1\xdc\x8d\x26\x9f\xc7\x0f\x0f\x34\xda\xf9\x37\x33\xbc\xbb\xa3\xc1\x87\xe7\xd7\xf4\xfa\xf0\x2b\x45\xe7\xff\xbc\x18\xdd\x3d\x98\xaf\x9f\x46\x37\xe6\x16\xa3\x7f\x1d\xd3\x72\xee\x1f\x86\x78\x7f\x7c\x63\xbe\x4e\xc6\x0f\xe3\x9b\x8f\x3c\x1e\x6e\x17\x98\x8c\x3f\x7e\x7a\x30\x9f\x6e\xaf\x2f\x47\x13\xbe\x82\xe0\x27\x9a\x9c\x3f\x34\x77\xc3\xc9\xc3\x78\x74\x6f\xee\x26\xb7\x5f\xc6\x97\xe9\x9e\x8e\x87\xf7\xb4\xea\x63\xf3\x75\xfc\xf0\xe9\xf6\xf1\x21\xac\x9d\xf6\x36\xbc\xf9\x66\xfe\x3e\xbe\xb9\x1c\x98\xd1\x98\x07\x1a\xfd\xf3\x6e\x32\xba\xc7\xf6\x69\xec\xf1\x67\x5a\xf0\x88\x1e\x8e\x6f\x2e\xae\x1f\x2f\xf9\x76\x83\x73\x1a\xe1\xe6\xf6\x81\x46\xa7\x8d\xd1\x6b\x0f\xb7\x4c\x19\xf7\xae\x1b\x1d\x8b\xa1\xf1\x3f\x8f\x26\x44\xbe\x9b\x87\xe1\xf9\xf8\x7a\x4c\x53\xe2\x3a\x84\xab\xf1\xc3\x0d\x4d\xc1\xa4\x1b\xca\xca\x2f\x1e\xaf\x87\xb4\x89\xc7\xc9\xdd\xed\xfd\xe8\x4c\x08\x48\x63\x10\xb9\x27\xe3\xfb\xbf\x1b\xda\x80\x92\xf5\x1f\x8f\x43\x3f\x0e\xd1\x96\x86\xf8\x3c\xbc\xb9\x60\x36\xf5\xd8\x88\xdd\x9a\x6f\xb7\x8f\xe4\x29\x68\xd7\xd7\x97\xc9\x73\x90\x69\x64\x2e\x47\x57\xa3\x8b\x87\xf1\x17\xe2\x2d\xbd\x48\xb3\xdc\x3f\x7e\x1e\x29\xb5\xef\x1f\x98\x3c\xd7\xd7\xe6\x66\x74\x41\xab\xc5\x57\xf7\xa3\xc9\x97\xf1\x05\x53\x61\x32\xba\x1b\x8e\x27\x86\xaf\x7d\x98\x4c\x30\xca\xed\x0d\x2c\xcb\x2f\x67\x60\x1c\x09\xc8\xe8\x0b\xd8\xff\x78\x73\x8d\x9d\x4e\x46\xff\x78\xa4\xcd\x1c\x10\x02\x8c\x30\xfc\x48\x82\x06\x42\xc6\x3c\xff\x3a\xa6\xa9\xc1\x9d\x3e\xe3\x07\xfc\x09\x3d\x08\x8c\xff\x46\x22\x74\x6b\x3e\x0f\xbf\xc9\x4d\x13\xdf\x9c\x68\xd0\x8c\xee\x2a\x8a\x54\x22\x88\x9e\x41\x30\x87\xe7\xb7\xa0\xc0\x39\x1e\xf3\xb2\x68\x21\x20\x07\xd8\x73\x39\xfc\x3c\xfc\x38\xba\x8f\x04\x80\xa7\xd6\xeb\x76\x07\xe6\xfe\x6e\x74\x31\xc6\x3f\xe8\x39\x89\x1d\xf1\xf9\x5a\x68\x42\x0a\xf4\x8f\x47\xb0\x90\x7e\xd0\x41\xcc\x90\x78\x89\x11\x20\x83\xca\x2f\xa8\x1f\xe4\xec\xc6\xc9\x07\xcd\xdd\x57\xc9\x93\x30\xf7\xbe\xec\x99\xeb\xdb\x7b\x16\xb4\xcb\xe1\xc3\xd0\xf0\x8a\xe9\xbf\xcf\x47\x78\x7b\x32\xba\x21\x7a\xb1\x2a\x0d\x2f\x2e\x1e\x27\xa4\x56\x78\x03\x5f\xd0\x6a\xee\x1f\x49\xd1\xc6\x37\xc2\x14\xec\x97\x15\x79\x3c\xb9\xf4\xba\xc4\xe2\x79\x35\x1c\x5f\x3f\x4e\xf6\x04\x8c\x66\xbe\x25\x12\x62\x48\x16\xb4\xc0\x90\xfb\xdb\xab\x07\xd2\x81\xd1\xe9\x80\x65\xc0\x8c\xaf\x68\xaa\x8b\x4f\xca\x3d\x93\x68\xec\x37\xf3\x89\x58\x71\x3e\xa2\xd7\x86\x97\x5f\xc6\xac\x75\x32\x0f\xe9\xc1\xfd\x58\x69\x72\xab\x23\x28\x1d\x01\x3c\x6e\xe4\xc5\x03\x57\x91\x70\x3b\x2b\xac\xfc\x90\x63\x4d\xc9\xa2\x3e\xb0\x97\xa7\x1f\xbf\xc1\xaa\xde\x10\xa2\xb9\x76\x15\x3a\x0e\xa9\x39\x89\x2a\x97\xd4\xc8\xf9\x87\xf4\x12\xa9\xe8\x0e\x53\x85\xfd\xea\x1c\x97\xd2\xf8\xda\x86\x2b\x58\xba\xc6\xbb\x18\x09\xdc\xf8\x4e\x39\x6e\x45\x58\xe3\x1c\x93\xde\x81\xc0\x97\x1e\xd9\x24\xa8\x89\xef\x2e\x94\x2b\x26\xd3\x7b\x13\xdd\x39\x55\x7f\x23\x2d\x67\x54\x19\xf8\x0b\x3c\xc6\xb8\xbd\xec\xc7\xde\x1d\x19\xc8\x74\x0e\xe4\xf8\x49\x99\xc9\xcd\x53\x83\xe7\xea\x3a\x3f\xb8\x2a\xe6\x54\x2e\x56\xf5\x47\x6a\xdc\x14\x03\x14\x2f\x32\xad\xd8\x06\xb0\xe5\x0f\xb9\x24\xd7\x60\xba\x0b\x97\x9b\x6c\x01\x32\xc2\xf9\xfb\x8f\xd7\xee\x5d\x72\x93\x52\x0c\xe2\xd6\x2d\x2d\x3c\x4b\xaf\x6c\x25\xb7\x62\xc5\x17\x69\xf1\x2d\x27\xe2\x80\x39\x12\x70\x57\x3d\xa7\x07\xce\x79\x28\x1e\xa3\x59\x71\x4a\x46\xda\x02\x42\xff\x86\x35\xc7\x1e\x5d\x1c\x73\xeb\xa6\xc6\x97\x9b\x8a\xc3\x29\xee\x0c\x97\x52\x13\xf6\xd9\x49\xfd\x82\x6f\xcb\x05\x4c\x20\x9a\x12\x7d\xc0\x4b\xfe\x34\x6e\x01\x29\xfc\x75\x00\x25\x5f\x4d\xc7\x59\x35\x9c\x5a\xcc\xa4\x97\x53\xee\xf5\xe1\x1b\x07\x4c\xef\xae\x6e\x34\x94\xc8\x57\xc0\x0c\x0c\x98\xfc\xb5\xca\x3e\x62\x4c\x04\xeb\x83\x3f\x72\x93\xc8\x93\xe0\xe6\xe8\x2a\x4e\xfa\xe1\x19\x31\xf8\xf1\x5d\x80\x7c\x8c\xf0\xb5\xf0\xf3\x43\x74\x01\x4a\x7a\xa4\xc8\x27\x40\x69\x55\x27\xe9\x39\xfc\xd3\x7d\xd4\x7d\xb6\xbf\xf1\x38\x89\xa1\x51\x1b\xdf\x4f\xe5\xae\x4a\x72\x28\x4d\xce\xd3\x48\xf4\xe3\x30\x01\xec\x97\xc3\x05\x1f\x7c\xd3\xb2\x76\x4a\x73\x0e\x98\x4f\xcd\xfa\x9b\x00\x68\xcd\x7d\xd7\x4e\xcb\xfe\xb1\x67\xbf\xb7\xf6\xb5\x54\x95\xcb\xc2\xf9\xc6\x67\xc4\x64\xae\xbf\x31\x96\xd7\xc3\xad\x2f\xaf\x62\x59\x7c\x98\x22\x90\xf1\x03\x22\x5f\x92\xe3\x57\xa2\x65\xb9\x1e\x7e\x60\xfe\xe0\xf5\xf0\x7a\xe9\x2b\xe7\x11\x72\x24\x29\xd7\x9a\x47\xf2\x17\x9d\x71\x87\x99\x5c\xdb\x0c\xc1\xb2\x38\xe5\x58\x57\x25\x6d\x44\xae\x5d\xdd\xf0\x3d\xbb\x79\x91\xd2\x86\x9b\x68\x71\x53\x30\x8b\x90\x25\xde\x55\x3b\x7a\xf1\xc4\x1d\x2c\xf3\x87\x86\x35\x88\x59\xdb\xfa\xd4\xb8\x8b\xbd\x1b\x44\x58\x85\xa4\x9e\x4b\xbe\x85\x98\xcb\x7f\x68\xc2\x0d\xe9\x92\x70\x4d\xc6\xb1\x6f\x3c\x0c\xf7\x2b\x2e\x7c\x4b\x1a\x19\xb8\x4f\x7a\xeb\x6c\x86\x1a\xf3\xa6\x20\x8d\x94\xd3\x7f\xf8\x04\xaa\x8c\xaa\xff\xb7\x6a\x57\xcd\x77\xa5\x75\xf4\x84\x5d\x99\xee\xfc\x2c\x72\xe9\x4d\x98\x9d\x0d\x90\xe5\xc6\x22\x73\x14\x4d\x6d\xfe\xfb\x8a\x02\xf5\x37\xa4\x3d\xa1\xb0\x8f\xc5\xe1\xf2\x3f\xd8\xe0\xef\x65\x35\x6d\x4e\x7d\x66\xe3\x88\xa6\xf8\x1b\x56\x60\x26\x44\xcd\x6a\x6d\x3e\x65\xb3\xef\x7c\xf9\x9f\xb4\x76\xa1\xf7\x9d\x24\xea\x61\x67\x2e\x2a\x30\xf0\x1d\xf9\xd4\x3a\x2f\xf0\xbf\x18\xf0\xb3\x39\xf2\x3f\xdf\xd1\x52\x72\x77\x4e\xfd\x0b\xc9\x17\x34\x33\x6b\xdf\xf8\xab\x7a\x64\xff\x1c\xad\xff\xbf\xa3\xff\x0d\x00\x00\xff\xff\x47\xae\x91\xd4\xb6\x60\x00\x00") + +func confLicenseGnuLibraryGeneralPublicLicenseV20Bytes() ([]byte, error) { + return bindataRead( + _confLicenseGnuLibraryGeneralPublicLicenseV20, + "conf/license/GNU Library General Public License v2.0", + ) +} + +func confLicenseGnuLibraryGeneralPublicLicenseV20() (*asset, error) { + bytes, err := confLicenseGnuLibraryGeneralPublicLicenseV20Bytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/license/GNU Library General Public License v2.0", size: 24758, mode: os.FileMode(420), modTime: time.Unix(1440548254, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confLicenseIscLicense = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x5c\x91\x51\x6f\xdb\x20\x14\x85\xdf\xf3\x2b\xae\xf2\xd4\x4a\x5e\x96\x76\xdb\x43\xf7\x46\x6d\x12\x23\x61\xc8\x00\xb7\xea\xa3\x1b\x93\x06\xa9\x31\x16\x90\x56\xf9\xf7\xbb\x38\x8b\xda\x4e\x8a\xec\x60\xce\xf9\xce\xe1\xc2\x74\x09\xdc\x6d\xed\x10\xed\xef\x59\xe9\xc7\x53\x70\x2f\xfb\x04\x57\xdb\x6b\xb8\x5d\x2e\x7f\x7e\xbb\x5d\xde\x2c\xe1\xf9\x04\x6c\x48\x36\x0c\x36\x81\x3e\xc5\x64\x0f\x11\x4a\x3f\x44\x1f\x92\x3b\x1e\x0a\xdc\xdc\x2e\xe0\x6a\x8e\xac\xf9\x35\xfc\x47\xb9\xb9\xbb\xfb\x85\x94\xe5\x8f\xaf\x14\xbf\x4b\xef\x5d\xb0\x9f\x30\xb3\xd9\xc6\x86\x83\x8b\xd1\xf9\x01\x92\x87\x63\xb4\x05\x6c\x91\x55\xc0\xc1\xf7\x6e\x87\xef\x6e\xe8\xbf\xfb\x00\xbd\x8b\x29\xb8\xe7\x63\xb2\x90\xf6\x2e\x42\xbc\xc0\x76\xb8\xd9\x0d\x27\x18\x8f\x61\xf4\xd1\xc2\xbb\x4b\x7b\xc0\x6f\xf9\xed\x8f\x09\x76\xd6\x02\xea\xf7\x36\x58\x2c\xf3\x12\x3a\xac\xd3\x17\x30\x06\xff\xe6\x7a\xdb\x23\xad\x4b\xf8\xb0\xd0\x3d\xfb\x37\x3b\x85\x9f\x0f\x32\xf8\x84\x33\xca\xf9\xe7\xc4\xf1\xa3\xe9\x65\x6b\x1c\x6d\x17\xc0\x0d\xd0\xbd\xbe\x66\xa7\xb3\x71\x31\x9b\x99\x9a\x82\x96\x2b\xf3\x48\x14\x05\xa6\x61\xa3\xe4\x03\xab\x68\x05\x73\xa2\x71\x3d\x07\x22\x2a\xc8\x77\x50\xe1\x83\x13\xd6\x68\x20\x9c\x03\xca\x15\x11\x86\x51\x0d\x8f\xcc\xd4\xa0\xe8\x9a\xa8\x0a\x8c\x04\x53\x23\xe5\x83\x28\x4a\xde\x56\x4c\xac\x27\x17\x6b\x36\x9c\x21\xfb\x93\x5b\xae\xa0\xa1\xaa\xac\x71\x49\xee\x19\x67\xe6\x69\x4a\x5c\x31\x23\xa8\xd6\x0b\x04\x80\x90\x40\x1f\xa8\x30\xa0\xeb\x09\x82\x65\xee\x29\x70\x46\xee\x39\x85\x95\x54\x68\x78\x02\xbd\xa1\x25\x23\xbc\xc0\x9e\x8a\x96\x06\xaf\x5c\x5c\xfe\xa1\xa2\x94\x42\xd3\x3f\x2d\x42\x50\x03\x15\x69\xc8\x3a\x67\x9f\xad\x97\xe5\x63\x4d\x8c\x96\x18\xa5\xf0\x38\xba\xe5\x26\xd7\x5e\x29\xd9\x00\x97\x7a\x6a\xda\x6a\x8a\x01\xc4\x90\x6c\xc5\x49\x61\x4b\x5d\xa0\x8f\xe2\x14\x55\xae\x4a\xf0\x57\x1a\x26\x45\x56\x63\xa8\x51\x24\x37\x10\x74\xcd\xd9\x9a\x8a\x92\x66\xa3\x9c\xd4\x46\x2a\x14\xb6\xfa\x9f\xa1\x00\xa2\x98\xce\x89\xb2\x35\xd9\x2d\x27\x20\x32\x04\x3d\x13\xa7\x39\xe7\xeb\xc2\x16\x53\x3e\x55\x78\xf8\x86\x4c\xd4\xd5\xd7\xb9\x2f\x66\x7f\x03\x00\x00\xff\xff\xb7\x4a\x4c\x7b\x37\x03\x00\x00") func confLicenseIscLicenseBytes() ([]byte, error) { return bindataRead( _confLicenseIscLicense, - "conf/license/ISC license", + "conf/license/ISC License", ) } @@ -627,52 +4219,12 @@ func confLicenseIscLicense() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/license/ISC license", size: 716, mode: os.FileMode(420), modTime: time.Unix(1409469215, 0)} + info := bindataFileInfo{name: "conf/license/ISC License", size: 823, mode: os.FileMode(420), modTime: time.Unix(1440548254, 0)} a := &asset{bytes: bytes, info: info} return a, nil } -var _confLicenseLgplV21 = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x9c\x7d\x5d\x77\x1b\xb9\xd1\xe6\x3d\x7e\x05\x56\x37\x23\x9d\x43\x73\xc6\xce\x9b\xd9\x4d\x7c\x45\xcb\x94\xcd\x7d\x65\x49\xa1\xa4\x99\xf8\x6e\x9b\x24\x44\x76\xdc\xec\x66\xfa\x43\x1a\x6e\x4e\xfe\xfb\xd6\x53\x55\x40\x03\x4d\x52\x76\x76\x4e\xe6\x64\x2c\xa1\x81\x42\xa1\x3e\x9e\xfa\x00\xfc\xe9\xe6\xd1\x5e\x4f\xef\xef\xa7\x73\xfb\x69\x7a\x33\x9d\x4f\xae\xed\xdd\xe3\x87\xeb\xd9\xa5\xa5\x7f\xa7\x37\xf7\x53\x63\x8f\xff\xf3\x9b\xab\x9b\xbc\x2a\xed\xbb\xf1\xdb\x91\xbd\x72\x8b\xba\xcb\xea\xbd\x7d\xfb\x97\xbf\xfc\xc5\x18\x7b\x59\xed\xf6\x75\xbe\xde\xb4\xf6\xfc\xf2\x02\x3f\xa4\x31\xf8\x95\xbd\xaa\x9d\xb3\xf7\xd5\x53\xfb\x92\xd5\xce\x5e\x55\x5d\xb9\xca\x5a\x9a\x66\x64\x67\xe5\x72\x6c\xec\x9f\xdf\xd2\x90\xac\xfc\x56\xe4\xa5\xbd\x6f\x69\x70\x4b\x93\xe7\x4f\xed\xc6\x5e\x15\x55\x55\x8f\xec\x87\xaa\x69\x31\xfc\xcb\xc4\xda\x5f\xde\xbd\x7d\xfb\xcb\x9b\xb7\x7f\xfa\xe5\xad\xb5\x8f\xf7\x13\x63\xa7\xcf\xae\xde\x57\xa5\xb3\x79\x63\x77\xae\xde\xe6\x6d\xeb\x56\xb6\xad\xec\x92\xe8\xb1\x59\xb9\xb2\xab\xbc\x69\xeb\x7c\xd1\xb5\xce\xd2\xd8\x05\xad\xbd\xc5\x2f\x73\xd7\x18\x5b\x3d\xd9\x76\x43\x5f\x16\xf9\xd2\x95\x8d\xb3\xab\x6a\xd9\x6d\x5d\x49\x14\xd0\x78\xbb\xdc\x64\xe5\x3a\x2f\xd7\x36\x6f\x31\x7d\x59\xb5\x36\x2b\x8a\xea\xc5\xad\xc6\xc6\x9c\x3f\xe0\x43\xfa\x5f\xbb\x71\xf6\x29\xaf\x9b\xd6\xd6\xae\x70\x59\x43\xcb\x3f\x2b\xa3\x78\x7a\x67\xaf\x5d\xd3\xb8\xda\x7e\xba\xbb\x1e\x5b\x3b\xc3\x24\x0d\xe8\xeb\xca\x96\x48\xc8\x64\x86\xa6\x5b\x2e\x69\x58\x55\xfb\x8f\xf8\x94\xf2\x45\x0d\x16\xdf\x75\x0b\xa2\x90\xfe\xc8\x54\x8e\xc2\xfc\xef\x46\x76\xe3\xca\xa5\x33\xfc\x85\xff\x69\xd9\x6d\x17\xb4\x1c\x9d\xd2\xf8\xc2\x9c\x3a\x4b\xfe\xe7\xae\x76\xd9\x76\x51\x38\x8c\x7a\xa0\x19\x94\x0d\x8d\x7d\x22\x3a\xb6\xc4\x76\xdb\xf8\x73\xc3\xbf\x2b\xd7\xe4\xeb\x52\xd8\xdb\x66\xdf\xe8\x87\x2f\xd9\xde\xee\xab\xae\x36\x4f\x74\x6e\xab\x6a\x8b\xdf\x34\x1b\x1e\x4f\x9c\x67\xfe\xd1\xc9\xb4\xb4\xed\x0f\x7b\xda\x71\xd9\xd6\x59\x43\xcc\xf5\xfb\xfb\xe4\x4a\x57\x67\x85\xee\xcf\x5c\xfb\xe5\x31\x41\x5e\xb6\xae\x5c\xc9\x62\x6b\x12\xb4\x8c\xfe\xec\x78\x31\xfb\xca\x62\x4c\x48\xa0\xfa\xcd\x1b\x1a\xb2\x05\xa5\x4d\x47\xc3\x98\xcf\x7e\x43\x74\x72\x3c\x16\x5b\xa5\x53\x25\x2a\x1b\xdb\xd1\x31\x35\x63\xe1\x46\x2f\x15\xa3\xe4\x10\x13\x92\xfb\x23\xc9\x76\xbb\x82\x44\x8a\x69\xaa\xb6\xce\x34\x3b\xb7\xcc\x69\xde\xbd\x72\x2d\x83\x58\x86\xc5\x77\xd9\xf2\x5b\xb6\x76\x0d\x11\xb8\xdf\xe5\x4b\x1e\x57\xf0\x61\xe7\xf8\xa1\x88\x80\x39\xa5\x39\xbc\xdf\x8a\x46\x10\xe5\x5d\xbb\xa9\xea\xc6\xbe\x6c\x2a\x5a\x68\x99\xaf\x1c\x28\xa0\x7d\x08\xd7\xbf\x56\x9d\x59\x66\xa5\xfe\x80\x7e\x55\x89\x64\xbf\x80\x23\x6b\x22\xa0\x05\x47\x55\x7c\x49\x13\xca\x6f\x76\x49\x6b\x3d\x75\x20\x28\x5b\x54\x18\xba\x71\x58\xc9\x24\x7a\x42\x3c\x03\x4f\xaa\x7a\x95\x97\x10\xd0\xe3\x5c\xf1\xda\xb1\x70\xa4\x94\xb5\x21\x35\x24\x2e\xac\xf7\x81\x42\x6c\x64\x4f\xbc\xa8\xdb\x7c\xd9\x15\x59\x4d\x6b\x83\x95\x0b\xd6\x21\xda\x26\xbe\x75\x7f\xec\x8a\xac\xe4\x6d\x37\x34\x11\x69\x1f\x9f\xcf\xef\x24\xf7\xbc\x8b\x9d\xcb\xbe\x41\x65\x92\x73\x1f\xe1\x57\xe0\x19\x6d\xc5\xd5\x35\x54\x98\xd6\xf4\x62\x43\xa3\x69\xf9\x91\x81\x3e\xef\x6a\x22\x95\x18\x75\xdb\x9d\x3a\xda\xe6\x40\xf4\x63\x81\xca\x5a\x03\x06\x6e\xb2\x67\x11\xaf\x48\x34\x23\xbb\x23\xe6\xe6\x80\x4c\x7b\xae\x82\x5b\x43\x70\x99\xa7\xc4\x31\x92\xb2\x67\x5a\xda\xe6\x4f\x7c\x36\x2f\x79\xb3\xb9\x78\xcf\x4b\xf1\x9f\x6b\xb7\x74\xf9\x33\x26\xe9\xea\x25\xa6\x5e\xf1\x71\xe0\x94\xd7\xae\x35\x30\x55\xfa\x21\x69\x0c\x1d\x7a\xf4\x29\xc6\xa8\x4e\x26\xaa\x00\x2a\x70\x20\x44\xe4\x92\xc9\xe4\x59\xc8\x90\xb8\x17\x21\x78\x57\x57\xeb\x3a\xdb\x36\xef\x79\x68\x98\x4f\xd4\x94\x08\xdf\xba\x55\xba\xca\xaa\x22\x79\x71\x8d\x63\x99\x5a\xab\x4a\x55\x98\xa7\x75\xcb\x56\xb4\x98\x9d\x45\xc3\x47\x55\xba\x88\xb3\xb5\x03\xdf\x96\x72\xe2\x3c\x2b\xad\xb0\xc8\x57\x26\x30\x14\x02\x0f\x06\xbb\x92\xad\x8f\x95\xa5\x64\x3e\x16\xcd\x8a\xac\xea\x37\xf9\x55\x85\x93\xaa\x61\x49\x6a\x19\x67\x64\xdc\x98\x2d\x5e\x33\x5c\x8e\xcc\x4c\x53\x90\x94\xb2\x07\x71\x75\x9b\x11\x1b\x68\xc4\x8e\x7e\x99\x2f\xf2\x22\x6f\x73\xb1\x8e\x7c\xea\xca\xe8\xa3\x07\xdd\xb2\x39\x15\xf3\x4d\x24\xe9\xd0\x6d\xb5\xca\x9f\xf6\xd0\x4d\x70\xe4\x8a\x7e\xe1\xfe\xc8\xb6\xbb\x82\x24\xf6\x07\x27\x1b\x79\x85\xb4\x74\x22\x6d\xde\x18\x9a\x83\x4d\x98\x7d\x72\x34\x0b\x2f\xd2\x91\x32\xaf\x73\x95\x48\x92\x97\x9c\xe6\x21\x5f\xc3\x66\x8e\x7f\x24\x9c\x62\xde\x12\xf7\xd7\x24\xbc\xd8\x8f\xd8\x0b\xf9\x3c\x95\x71\x7c\x45\x2b\xb3\xf9\xf0\xf2\xd7\xcb\x9c\x0a\x13\xc4\xd1\x40\x1c\xe1\xe4\x64\x33\x05\x0c\x8a\x18\x2a\x96\xd3\x97\x9c\xbc\x7a\xb2\x99\x40\x2f\x89\xc6\x33\x59\x2f\x9a\x00\xec\xa0\xdd\x57\x8b\x7f\x40\x54\x9e\xf2\x42\xac\x6a\xba\x97\x11\x2d\xd8\x93\xc6\x94\x90\xf7\xc5\x72\xf4\xe7\xad\x19\x2e\x64\xb3\x27\xb2\x40\xd8\x15\x6c\x81\xe8\x40\x98\x35\x8c\x21\xd9\xa6\x15\x88\x00\x3a\xe8\x72\x6d\xd8\x82\x4e\xe8\x87\x81\xc8\x66\x53\xbd\xf0\x02\x2a\x72\x34\xe7\xb6\x11\x4a\x88\x88\x6f\xa5\xfc\x36\xf7\xb2\x2d\x96\xca\x1d\x13\x7b\x61\x45\x66\xdb\x97\xea\x4d\xd3\xba\x9d\xdd\xd2\xa1\x56\xab\xbf\xda\xf3\xb7\x17\x38\x93\x65\x40\x53\x70\x04\x81\x5d\x20\xf1\xfc\x1d\x8f\xa8\x9e\xc8\xb4\xa9\xf8\xc7\xbe\xea\x65\x93\x2f\x37\x7c\xfc\x8d\x9c\x81\x5b\x67\x85\x61\x68\xd4\x30\x3c\x50\x6c\x34\x8a\x45\x8d\xe6\xfd\x99\x5d\x3e\x8b\x67\xc4\x94\xa1\xe6\xba\x8c\x26\x8f\x14\x91\xd5\x97\x2d\x8d\x57\x5f\x32\x1d\x80\x64\x76\x49\x58\xa8\x16\x0b\x09\x01\x70\x82\xa0\x68\x6c\x0d\x57\xbe\xb7\x4f\xea\x43\xd8\xc0\xf8\xd5\x88\xdf\x84\x8d\x58\x19\xe2\x93\x21\x31\x67\xd2\x72\x32\x13\x8b\x3d\x3b\x58\x40\x3e\x57\x34\x62\xbc\x76\x59\x23\x2e\x63\x34\x14\x79\x3a\xb1\xae\x58\xf1\xd1\x18\x91\xf7\x20\x33\x6c\xb3\x15\xd6\x89\x33\xcb\x09\xec\x91\xfd\x57\x1c\x95\x88\x58\xf8\xad\x11\x8f\xfb\x53\x43\xab\xec\xba\x56\xfc\xf1\x4b\x4e\x9a\x85\x79\x16\x44\x0f\x9d\xcb\xb2\x15\x42\x89\x6b\x84\xae\xb6\xaa\x6a\x5b\x3e\xcf\x85\x33\x04\x6d\xea\x6a\xd5\x2d\x65\x10\xeb\x87\xc8\xca\x15\x56\x28\xf6\xa3\x18\x28\xb4\xbc\x8f\x5d\x85\xad\x02\x42\x35\x2d\x73\x7b\x43\xd0\xad\xf5\x12\xec\xfe\xa0\x13\x01\x10\x84\xed\x86\x4f\x8d\xad\xf6\x98\x65\x10\x6e\xe4\xd0\x79\xf1\x94\xdb\x1d\x3e\x21\x15\xa2\x1d\x18\xc7\xe4\x93\xf4\x10\x00\xf0\xa6\x91\xd7\x60\x6c\x04\x63\x94\x25\xb3\xf3\x0e\x16\xb0\x93\xd0\xac\xcc\x04\x73\xfa\x1c\xe0\x24\x8d\x27\x8f\x98\xe9\x5e\xec\xa6\x2a\xc8\x18\x8b\xfd\x25\xff\x5c\xa9\xbb\xce\xc9\xc2\x32\x08\x21\x81\x11\x58\xc0\xa3\x03\xe2\xe0\x35\x88\x63\x62\xec\x06\x08\xdb\x0b\x0a\x6b\xe9\x02\x56\x84\x67\xc3\x04\xc1\x14\x00\xd4\x0c\x30\x80\x65\x94\xc6\x62\x95\x97\x89\x1e\xf1\x71\x7c\x01\x02\x06\x4e\xed\x71\x45\x5e\x2e\x8b\x6e\x85\xad\x42\x08\x7b\xcc\x36\x82\x24\x2d\x2b\x22\x4b\x0e\x15\x5a\xdb\xa3\xa3\x03\xa8\xeb\xc1\xc5\xf8\x18\xd2\x64\xe4\xcf\x68\xd3\xfc\x00\xda\xf4\x5e\x2a\x82\x99\x11\x55\xa4\x1d\x86\xe6\xff\x67\x97\x93\x96\x93\x06\x91\xcd\x00\x53\xf8\x44\x7e\x00\xc1\x89\xec\x10\xa7\x52\xf8\x87\x33\xf0\xeb\x86\xc5\xc0\x42\x9a\xce\xb1\xff\x95\x50\x8c\x1d\x00\xa3\xaf\x0d\xc9\xaf\x89\x87\xd2\x98\xb2\x2a\xdf\x24\xf0\xa2\x47\x76\x59\x10\x2f\x5e\xb5\xfc\x46\xbb\x52\x8b\x79\xe0\x07\x1b\x28\xa1\x40\x68\x22\xab\x6b\x60\xba\x33\x09\x0c\x56\xfd\x68\x6c\x96\x44\x7d\x91\x0b\x96\xf4\x82\x43\xf6\x97\x97\x80\x91\xa4\x09\x18\x4e\x8a\x20\xcb\x60\xac\x5b\xd5\xdf\x88\x91\xc4\xe0\x3a\x7f\xce\x58\xb0\xf5\xe3\x60\x31\x7a\xf3\xf5\x10\xf1\xf4\xc4\xe9\xd9\xd6\xcb\xbd\x72\xa9\x41\xf0\xb7\x09\xbc\xaa\x4a\x22\x44\x0c\xa0\xa1\xb3\xca\xeb\x94\xf0\x27\x7c\x80\x7f\x97\x35\x9d\x69\x9d\x67\x1e\x56\x92\x58\x2b\x01\x69\xa8\x62\x06\xcb\xfb\x45\xb7\xa0\xa0\xc8\xfe\xe8\x27\xc2\xb1\x06\x2a\x52\xaf\x6d\x86\x3e\x81\xc4\x62\x29\x78\x22\x92\x0b\x0c\x3a\x93\xd5\xcf\x4e\xc5\x04\x0b\xb7\xcc\x24\x1c\x31\xab\x8a\x44\x01\xc3\x59\x62\xd4\xc3\x78\x5b\xf3\x53\xd3\x83\x69\xf2\xd7\x47\xa5\xd5\x1c\x48\xab\x8f\xae\x15\x4e\x34\xba\x8f\x14\x76\xaf\x1c\x99\xb7\x6a\x07\x7b\x86\xd5\x0d\x8c\x1a\xc9\xdc\xea\x99\x2c\x2b\x45\x65\x16\x6a\xcc\x76\xd1\xb5\x60\xc5\xa1\x9c\x7a\xec\x48\x8e\x30\x7c\xd5\x98\xac\xf6\x88\x2b\x6b\x2a\x8e\x4e\x3a\xe5\xc9\xf7\xe2\x24\x0e\xb7\xc9\xe8\xf5\x1a\x42\x4b\x7c\xae\x5e\x88\xce\x3a\x89\x3e\x3d\xa3\xc3\xf6\xfa\xe5\xa1\x7e\xaa\x93\x3e\xf8\xb4\xcb\xbc\x5e\x76\x5b\x78\x0c\xc2\xf5\x87\x90\x93\x88\xac\x41\x74\xb5\xa4\xc0\x0b\xf8\x77\x24\xb2\x49\xb4\xec\xd9\x95\x59\x3f\x91\x02\x74\x92\xc7\x25\x61\x98\x4c\x03\x88\x17\x90\xd0\xc2\x37\x11\x38\x2e\x64\xbb\xec\x20\x52\xdb\xb0\xef\x3d\x69\x0e\xeb\x4c\x9c\x05\xb7\xe8\x18\xde\x3c\x65\x4b\x20\x74\x22\x70\x95\xd5\xab\x31\x43\x0d\x42\x18\xb9\x63\xf0\x9a\x13\x41\x07\xcc\x0f\x36\x5e\x53\x31\x3e\x9a\x8c\x05\x94\x60\x84\x88\x37\x7d\xf9\xcf\x0e\x06\x0f\x91\xa5\x84\xa3\xec\xf4\x30\xa3\x47\x55\x96\xc5\x90\x31\x6c\x46\x26\xfd\x1f\xd5\x02\x39\x19\xec\x8d\xf4\xb0\x03\xae\x08\x34\xc4\xc7\x33\x13\x87\x61\x24\x66\x0d\x10\x87\x42\x84\xb6\xe0\xf0\x61\x0d\x0e\x2c\x10\xd7\x93\xba\x89\x11\x4c\xd1\x8e\x8f\x49\x4d\x10\x4c\xa8\x3e\x33\x2b\x92\x9d\x57\xf3\x0e\x7c\xa6\x44\x89\x6a\x2b\x91\x42\x2c\x4b\xb1\x5e\xc7\xc0\x21\x0a\xb2\x03\xa8\x2a\xc3\xc6\x4c\x60\xae\x2b\xb3\x05\x00\x77\x46\xe1\x05\x01\x0c\x9a\x54\xb3\x49\x74\xae\x3b\x57\xed\x0a\xd7\xcf\x59\x20\x6e\xb5\x8b\x6a\xb5\x07\xec\x48\x54\x6c\x3c\x90\xb4\x43\x92\xbc\xa3\xbb\x0c\x49\x2e\x92\xdb\xc3\xc3\xf6\xf4\x40\x3b\xe4\x48\x53\x2a\x58\x0c\x09\x51\xf0\x64\x06\x3a\x9d\x31\xaf\x9b\x3d\x79\xff\xed\x88\x4f\xd2\x91\x99\xca\xc4\x66\x3e\xd3\xe9\x65\x65\x9f\x81\xfa\xf9\x3a\x2f\xbb\x3f\x6c\xf8\xce\xc8\x77\xcc\xd6\x49\x41\x5e\xab\x5b\x6f\xbe\x7f\x0a\x38\x77\x36\x63\x6a\xc3\x7a\x17\x61\x18\x35\xfd\xe4\x2d\xd9\x08\x0a\xc0\xe2\x46\x9f\xc5\xc1\x15\x5b\x3c\xd1\x1d\xef\xf8\x44\x5f\x1a\x13\x7b\x3f\xa6\x44\xd9\xb5\xd1\xc4\xa1\x37\x92\x12\x99\x83\x1b\x24\x89\x18\x4d\x64\x12\x93\xea\xae\x14\xe0\xeb\xe7\x65\x07\x49\xeb\x04\x40\x3d\x4c\x56\xc6\xc0\x7f\x83\xa3\x20\x13\x10\x62\x1d\x4e\x58\x54\xe5\x2a\x97\x78\x99\x81\x00\x05\x13\x34\x65\x14\x4f\x68\x8a\x4a\x31\xfb\x52\xfd\x56\x05\x7d\x25\xc1\xb8\xcb\x10\x1c\x30\x9e\x6d\x81\xd0\x54\x28\xb0\xb6\x07\x28\x4b\xce\x19\xbd\x38\x20\x01\x73\x06\x07\x9c\x26\x85\x54\x84\xcf\x98\x9c\xcc\xca\x08\xde\x65\xd7\xa8\x2e\xfb\x21\x62\xab\x0d\x27\x29\x6a\x4e\x41\x92\x5a\x36\xe2\xd8\xd8\xa3\x03\x52\x7a\x34\x14\x63\x0b\x58\x71\xf9\x21\xc8\xac\xd9\xec\x98\x85\xf7\xc5\xf1\x89\x44\x0a\x15\xf0\x0f\xb1\x7d\x7c\x2c\xf7\xfa\x43\xb9\xf7\x87\xe9\xfc\xcb\xbd\x9d\xdc\x7c\xb4\x97\xb7\x37\x1f\x67\x0f\xb3\xdb\x9b\x7b\x7b\x75\x3b\xa7\x3f\xde\x7d\x9d\xdd\x7c\x1a\xd9\x8f\xb3\xfb\x87\xf9\xec\xc3\x23\x7e\xc5\x03\xbf\xdc\x7e\x9c\x5d\xcd\x2e\x27\xf8\x01\xd6\xfd\x65\x2c\xc0\xd2\x4b\xe8\x84\xd4\xd9\x21\xb3\x1d\x43\x47\xe8\x54\xb0\x3d\x51\xb2\x82\xad\x89\xb7\x09\x1a\x50\x06\xce\x65\x08\x74\x90\x9f\xda\x15\xd9\x32\x80\xdd\x28\x60\x15\x7c\x4f\xf3\x98\x38\x45\x99\xff\x5f\xb7\x62\x2b\x44\x4b\x66\x7b\x4d\xaa\xab\x9f\xe9\x03\xd1\x95\xed\x7c\xa6\x46\x05\x8e\x2c\x0b\x43\x8c\xd7\x15\xf0\x5c\x52\xea\xe4\x12\x68\x8a\xb3\x36\xda\xf9\xd9\xc5\xd8\x4c\x33\x86\x57\xfc\x67\x56\xd6\x6c\xb5\xaa\x1d\x87\x8c\x74\xc6\x67\x14\x25\x9f\x89\xc6\xdb\xb3\x20\x59\x5b\x97\xf1\x66\x97\x24\xb6\x6e\xe9\x21\x63\xe0\xd6\x53\x57\x6a\xca\x48\x43\xe7\x55\xd6\x66\xc4\x32\xb7\x63\xd8\xd9\x54\x9c\xd7\xaf\x2c\x0b\x4c\xf9\xec\x4a\x84\xa3\x9c\xe4\x8d\xb0\x2c\x4e\x42\xb5\xc3\x1b\x3c\x73\x2e\xec\xe6\xe0\x04\x11\x06\x6b\x25\x94\x25\x59\x91\x97\xbb\x60\x07\x42\x82\x4d\x76\xd6\x2d\x29\x16\x85\xa5\x0c\x7a\x7b\xa6\x8a\x7c\x36\x92\xb4\xe9\x48\x92\xa1\xfd\xc1\x03\x73\x1e\x3b\x7d\x28\x93\x11\x2a\x60\x63\x16\xd0\xc2\xa3\x27\xe4\x8d\x02\xbb\xdb\x43\x2d\x35\xd7\x29\x2f\x5d\xce\xe2\x10\xdb\x30\x84\x72\xe5\x3e\x46\xd6\x3c\x0b\xaf\x60\x7a\x89\x2a\xb2\x97\xbf\x7a\x7b\xc8\x19\xbd\x0c\xa9\x10\x19\xab\x72\xe9\xfd\x6b\x3c\xb3\xd9\x55\xb5\x3f\xb8\x9c\x6c\xbe\x12\x10\x8a\x40\xd8\x2b\xce\x21\x36\x53\xe1\x3c\x43\x26\x70\xc5\x79\x6b\xd0\x41\xac\x26\x5e\xad\x80\xce\x4b\x66\xa2\xc8\x77\x91\x95\xeb\x8e\x20\x11\xb1\xe1\xfc\x33\x99\x0d\x42\x7a\x48\x36\x8d\xc2\x14\x20\x81\x0c\xb9\x84\x8e\x7a\xf8\xc8\xac\x33\x30\xd0\x5f\x97\x41\xe4\xed\x59\x4c\xcf\x99\x94\x70\xce\xee\xfb\x6c\xef\x99\x86\xc0\xbc\x7d\x61\x6d\x2b\x76\x1a\xb9\x6e\x89\x90\xb7\xde\x9a\xf3\x20\xe4\x2b\x35\xf5\x95\xee\x95\x76\xc1\x49\xae\x2b\x9e\x30\x58\xbf\x90\x83\x8b\x73\xcc\xbc\x92\xf1\x29\xc4\xf8\x37\xbe\x82\x42\x73\x77\xf0\xd5\xa4\xd8\xde\x5a\x90\xe7\x2f\xba\x86\x0f\x39\x6b\x9a\x8a\xb0\x24\x18\x8a\xd2\x4e\x4d\xd0\x0f\x16\xf8\x89\xce\x4e\xe3\x9a\xc2\xf9\xf1\xbc\x02\x85\x25\x3b\xa9\xc9\x68\x3d\x0f\x59\x93\xc2\x4a\x7e\x8e\x37\x60\xa0\x09\x39\x32\x22\x45\x91\x44\x75\x71\xa0\x32\x81\x3f\x96\xbc\x6d\xa5\x02\x88\x34\xf8\x29\xa7\x95\x70\x88\x33\xdc\xc8\x8a\x24\x91\x7d\x6f\x5c\xde\x4b\x26\x89\xa1\x5b\xd7\x36\xa8\xbe\x70\x38\x47\xb3\x3b\x8d\xc5\x08\xe0\xc2\x86\x91\x3f\x90\x04\xc9\xc0\x0f\xc7\x32\xab\xb9\x28\x9f\x41\x71\x2b\xc9\xf7\xd1\xcc\xbb\x4e\x42\x76\xc3\x4a\x9b\x04\xc7\x9e\x32\x1f\x35\x72\x64\x58\x95\x92\x35\xe2\x74\x51\xde\x72\x86\xcf\xf6\x0a\x6a\xd4\x8d\xfa\x85\xcf\x73\x52\xb8\x1d\x72\xe4\x65\xeb\x59\xa8\x58\x3e\xa1\x0f\x71\x79\x5b\xd1\x19\x40\xa0\x5e\x6a\x41\xb5\x79\x7b\x31\xe6\xa8\xdd\x33\x57\xb4\xb4\xee\x70\xba\x98\xb4\x81\x3d\xf0\x69\xb7\x30\x19\x50\x10\x9f\x5f\xf8\x4d\x02\x7c\x82\x1f\x8f\xc7\xf3\x79\xbe\x1d\x4b\x96\x1a\x28\xe2\xfb\x25\xde\xc1\x1e\x7e\x6a\xcc\x51\xe1\xce\x9a\xa4\xb6\x02\x6b\xa1\xd5\xa9\xad\x5b\xe5\x1d\x01\x37\x8d\xb8\x56\x7d\xcd\x07\xcc\xdd\x11\xa6\xae\xba\xa6\x10\x32\xc8\xa0\xd7\xd5\xae\x86\x90\xd3\x4f\x76\x70\x51\xcd\x06\xbb\xe7\xac\xa9\x52\x6b\xa2\x51\x91\xd7\x54\xa7\xaa\xbb\x59\x16\x59\xbe\x15\x44\xe8\x13\xa6\xef\xed\x37\xe7\x76\x30\x3d\x24\x52\x41\x0f\xe5\x33\x8d\x6b\xd8\x02\x08\x96\x8a\x5c\x3f\x03\x43\xc1\x57\xd9\xa2\xd1\x2c\x21\xf6\x66\xfa\xa9\x07\x4c\xcc\x84\x58\x5f\x1d\x0f\x33\x15\x15\x1d\xb8\xc7\x3d\x26\x46\x8a\xe1\x48\xb8\x98\x25\xd5\x88\x90\xe2\xdd\x6d\xf6\x0d\x32\x34\xaa\x0c\x62\x18\x7d\x61\x4e\xd6\x1a\xb1\x2c\xec\x75\x96\x4c\x73\xe5\xd5\x4e\xb5\x1a\xfb\x0a\x99\x63\x8f\xb2\xc5\x6e\xba\x3f\xb4\xa4\xc5\x66\xc8\xd0\xba\x4c\xd0\xbb\x5e\x4c\x34\xab\xcd\x33\xca\xbe\xea\xe3\xd2\xe1\xfd\x91\xfa\x0d\xa3\x7e\xa3\xdd\x74\x8c\x74\xb7\x42\xee\x21\x1c\xbd\x8e\xd3\xf3\x5e\x28\x4d\xc4\x4f\x56\xdb\xd4\xf4\xaa\xa3\x3d\x82\x77\xec\xbd\x6e\xee\xad\xc9\x16\xa4\xdd\x03\xd9\x93\xca\x1b\xe0\xce\xd6\x39\x6e\x48\xd0\x5d\x34\x2e\x42\xe6\x7f\x15\xf0\x49\x18\x01\x46\x28\x60\x7d\xf1\x19\x08\xa0\xc9\x4e\xb8\xe2\x49\xa3\xfc\x01\x0a\x50\xe4\xba\xb8\xe8\xeb\x41\x92\xb3\xe1\x78\x83\x0b\x32\x61\x46\x58\x66\x3a\x18\x3e\x15\x62\x10\x2c\x88\xca\x24\xcf\xc1\xc9\x39\xb6\x73\xbe\x3a\xc8\x87\xb5\x8a\xa6\xf2\x81\xcb\x0a\x0a\x21\x92\xa9\xa3\x94\x8e\xe5\x51\x3a\x24\xea\x8b\xdd\x9c\xc0\x2d\xc5\x79\x2b\x08\x51\x59\xc9\x04\x22\x94\xf0\xd9\x92\xb1\xaa\x05\x8a\x42\x02\x8e\xf0\x3f\x96\x79\x25\x61\x75\x81\x92\x16\x49\x75\xb6\x44\x11\x70\xef\x1d\x76\x60\x83\x97\xa0\x08\x63\x05\xc4\x26\x60\x04\xd3\x30\x44\xc3\x12\x80\x6f\x4a\x6f\xd3\x31\x20\x67\xdf\x82\x2c\xd4\x21\x28\xec\x2d\xa2\x4c\x02\xce\x29\x1d\xa3\xd8\xa7\x65\x0d\x4f\x50\xaf\xb9\x85\xc5\x17\x45\x5e\x90\x4f\x8d\xbf\xe1\x49\xd0\xba\x52\x3e\x57\xdf\xe0\x64\x5a\x8c\xd8\x27\x95\x3f\x0a\xff\xab\x8a\x90\x44\x06\x5d\x77\x4f\x24\xfc\x5c\x6b\x88\xa2\xd6\x91\x4c\xa3\x45\xfa\x67\x8e\x2c\x52\xea\x39\xce\x85\x43\xe3\x1d\x2a\xe0\x8c\x78\xd2\x73\x64\x94\xd0\x47\x32\x83\x72\x8a\xc4\xe4\x9a\xc3\x46\x02\x01\x1a\xd8\xb0\xbb\x40\x5a\x8c\x0f\x10\x9e\x95\xc9\x40\x85\xa4\xab\xb9\x48\x52\xbb\x2d\xc7\x29\xc0\x2b\x24\x79\x4f\x5d\xa1\x67\x78\x9e\x64\x24\xa2\xe3\x61\xbf\x16\xe5\x64\xe0\x21\x58\x6b\xff\xd9\x71\x0f\x41\x55\xd1\xf4\x04\x85\x45\xa3\xc2\x42\xde\xd5\x49\x8e\x96\x36\x88\x44\xc3\x1b\x46\x34\x5c\x4f\x18\xba\x54\xf9\xbc\x67\x50\x5a\x01\xb9\xef\xc8\x36\x0b\x3d\xef\x50\x86\xfc\x67\x47\x93\xfa\x7c\x55\xb9\x1f\x7e\xfc\x26\x88\x4d\x2c\x65\x22\x5f\x8c\x98\x3c\x52\x09\xbf\xe6\xf8\x95\xd5\xda\xa9\x5d\xcd\x8a\xbf\xfa\x42\xdb\x6b\xe7\x96\x6b\xba\x44\xd8\xc1\x53\x80\x25\xe9\xcc\x7a\x68\xc7\x58\x07\x04\xfb\xa0\xa5\x76\xde\xd5\x56\x8a\xd1\x3c\xb9\x3a\xa6\xd4\x40\x41\x90\x45\xbf\xb9\x94\x6c\x72\x70\x91\x7e\xcf\xbb\x53\x2e\xa9\xa6\xa2\xa2\xc7\x9f\x08\x50\x3b\x0c\xe9\xbd\x6d\x66\xff\x82\x32\xf1\xc2\x27\x68\x69\x36\xee\x49\x02\x6c\xab\x07\x27\x86\xc1\x0d\x62\x39\xd8\x24\x2c\x00\x75\x41\x0e\x7c\x4b\x56\xf3\xd9\x35\xaa\x34\xb1\xa5\x10\x39\x85\x24\xb2\x21\x21\x64\x59\x49\xc7\x58\xbf\x4f\xd4\x40\x02\xf9\x2f\x5e\xeb\x22\x3f\xc1\xa5\xe5\xac\x19\x2c\x8d\xee\x29\x69\xc4\xe1\x0f\x4c\xfa\x81\x64\x2d\xc3\xb4\xf4\xb5\x6a\x86\xe7\xa1\x06\xf0\x79\xf3\x1a\x06\x1c\x69\xfe\x25\x02\xc3\xde\xb4\xf2\x1c\x9a\x74\xf5\x1e\x6f\x10\x9b\xf7\xb5\xe7\xca\x17\x18\x38\xd9\x27\x09\x22\x0d\x93\x34\xfe\x26\x85\xf9\x03\x9d\x5d\x7a\xf4\xbe\xc4\xc1\xcb\x8c\xd4\x19\x74\x6c\x41\x19\x35\xe1\x07\x8e\x0b\xca\xbc\xad\xda\xad\x11\x82\x21\xd9\x06\x6c\xb4\xa9\xec\x0b\xd0\x80\xe1\x8e\x8a\x07\xfa\x70\x14\x35\xeb\x81\x52\x6e\x23\x6b\x83\x59\xf7\x3a\x06\x35\x07\xc6\x8a\xba\x46\x18\x35\x37\x8c\xed\x42\x95\x9e\x86\x31\xcb\x00\x76\x69\x9e\x5e\xd7\x17\x8c\x27\xde\x5b\x3a\xa5\x8d\xcf\xd1\xeb\x52\x1c\xa3\x1a\x0a\xc9\x6b\xc9\x9b\xf9\x86\x8b\x38\x88\x39\xc6\xec\xb8\xbe\x84\xe8\x57\xf2\x0e\xcf\x5e\xfe\x8e\x21\x0e\xda\xf3\x0c\x85\x0b\x71\xfa\x23\xb2\x79\xe8\xe6\x59\xaf\xc1\x25\x3f\xad\x0f\x53\x79\x1f\x5c\xa3\x3e\x32\x91\x39\x48\x2f\x9e\xfb\xe8\xf8\x15\xc0\x73\x81\x3f\x67\xf6\xb9\x2a\xba\xad\x94\x9e\xc9\x0c\x54\x5c\x1e\x40\x46\x24\xde\x9f\xc0\xe8\xde\xb6\x2c\x6a\x1f\xfd\x44\xd4\x49\xdc\x2f\xc1\x1f\x99\xff\xa3\xbe\xf8\x4f\x3d\xae\x23\x2b\xc6\x8e\x56\x14\x2c\xf5\xe0\x71\xcd\xe5\x64\xa3\x21\xc7\x8e\x2e\x5b\x1d\x00\x5d\x76\xdf\x68\xa1\x28\x23\x20\xdc\x73\x9d\xcb\x14\xdc\xe2\x84\x0a\x45\xf0\x9c\x59\x81\x3c\xe1\x8f\x23\x73\x64\xfa\x4d\xdf\xc3\x12\x8d\x79\x95\xfa\x63\x6d\xa0\x26\xde\x49\xba\x0a\xd2\x12\x8c\x5d\x4a\xf7\x22\xd9\x0f\x49\xc3\x03\x31\x84\x09\xbc\x8b\xfa\x81\x65\x39\x29\x44\x3c\x77\x48\x74\x45\xe0\x01\xb6\x55\xca\xe9\x7b\xd9\x94\x9f\xdc\x93\x16\xf5\xb3\x8d\x2f\xac\xfd\x28\xe6\x51\xe0\x46\xb9\xf7\x25\x0c\x6d\x19\x2d\xb5\x7f\x4c\xb9\xc8\x47\x7f\x8b\xd0\x85\xb7\xe6\x47\xa1\x2e\xb0\x92\x46\xc2\xe8\xb8\xbc\x09\xc8\xeb\xda\x31\x11\x70\x1b\x08\x59\x99\x2c\x19\xd1\xfc\x30\x9b\x93\x84\x69\x51\x50\x08\x4e\x8e\x5a\x8b\x4a\x12\x44\x70\xf0\x94\xa6\xb0\x94\x30\xf5\x42\xba\x6a\xdf\x58\xaa\x71\x4d\xce\xd9\x0d\x42\x28\xbd\x33\xf0\x6d\x1a\x2c\x76\xde\x90\x4b\x7e\x75\xe5\xc4\xe0\xc6\x01\x39\x0b\xea\xa0\x62\x20\x5e\x27\xc1\xf2\xff\xf5\x7a\xcc\x3c\xd4\xfb\xcc\x86\xcc\x59\x6d\xd2\xb2\x37\xc0\x80\x40\x66\x1f\xa5\xbc\xbb\xe0\xc4\xb7\x74\x6b\xf9\x6e\xc4\x3e\x21\xc9\x81\x93\x39\x1d\xe5\x34\xf6\x2d\x93\xf3\xce\x72\xb0\x73\x2c\xd6\x59\x6a\x8b\x0a\xba\x12\x83\x9d\x0a\x61\xfc\xb2\xaa\xa5\x41\x8f\xbb\x32\xb6\xa8\x1e\x96\xee\x0d\xb9\xf8\x95\xc0\x85\x3e\xca\xd7\xde\x28\xe3\x7d\xd9\xeb\x69\xe7\x53\x04\xc2\xe4\x19\x35\x67\x4b\x9a\xa9\xda\x66\x75\xee\x2b\x85\x70\x77\x7d\x87\x31\xd2\x5c\x51\x24\x43\x5a\x38\xb4\xf9\x31\xdb\xbc\x34\xa3\xa1\x06\x01\x2f\x47\x9b\xdc\x14\xee\x05\xc2\x68\x23\x4d\xd4\xea\xc1\x49\x78\xd5\xc2\xf0\x15\x60\xd6\x73\x56\x30\x90\x49\x26\x60\x1d\x4f\x52\x77\x1e\x26\x31\x88\xe0\xc9\xe8\x3f\xdb\xbc\x79\xca\x35\xff\x12\x61\x36\xb8\xb5\x21\xf6\x88\xb9\x8b\x28\xc0\x86\x9a\x59\x1c\x64\xf5\x69\xb4\xed\xce\x71\x8e\x3e\x22\xc8\x4f\x92\x66\x17\x62\xd6\x30\xf7\xfe\x3c\xb6\x93\x54\xd4\x43\x49\xa2\xac\x06\xcd\x19\x51\x10\xef\x2d\x5b\xc0\x39\x68\x7f\x26\x56\xc7\x0d\xbd\xe2\xe2\x87\x1e\x70\x81\xda\x04\xb7\x0b\x72\xc6\x11\xde\xaf\x4e\xaa\x71\x9c\x25\x6a\x7c\xd5\xe1\x78\x19\xea\xba\x2f\x43\xdd\x73\xee\xce\x48\x3b\x49\x0e\xed\xaf\x0a\xbd\x08\x11\x94\x76\x98\x09\x4f\x1d\x8f\xb4\xf3\xb4\xa1\x7d\xe4\x89\x56\x6e\x42\xe6\xf1\x75\xbf\x19\xba\x09\x7c\x83\xc7\xeb\xf4\x1e\xb0\xc3\x2c\xb9\x1e\xcc\x21\x66\xa4\xdd\xde\xe6\x1c\x6b\x8f\x09\x26\x25\x6a\xf9\x08\x67\xa6\xc7\x33\x4c\xc1\x5c\x8c\x14\x52\x69\x48\x7b\x8c\x48\x93\xd6\xf6\x62\x72\xa4\xe1\x5c\xd9\x73\x22\x69\x3b\x36\xde\x74\xfd\xca\xe9\x09\xa7\x88\x9d\x95\x77\xa8\xa0\x1c\xb4\x0e\xcb\x2b\xda\xa2\xf4\x2a\xff\xf8\x27\xdb\x8c\x1b\x6b\x0a\xdf\x01\xb7\x21\xab\x84\x6e\x14\x92\x26\xe3\x39\x17\x1b\xf9\x04\x8c\xc7\xb6\xc1\x67\xd2\x24\x7f\xa3\xdd\x19\xe6\x75\x69\x19\xe8\x63\x9a\xf0\x14\x89\x1b\x9b\x3e\x6f\xab\x97\x59\x90\xb7\x45\x50\xdb\xdf\x5f\x80\x9e\x70\xe2\xaa\x6c\x7d\xb8\x28\x95\x17\x0e\xa6\x62\x8d\x40\x51\x23\xd9\x86\x34\x3e\x87\x2f\xf2\xc6\xa7\x9d\xb2\xb4\x65\xca\xa0\x9d\xb1\x41\xe1\xd0\x86\x36\x78\xc9\x8e\x78\x7a\xa4\x57\x9f\x2b\xd1\x7c\xa5\x42\x82\x6c\x74\x57\x64\x2f\xde\xb8\x4a\x72\xbc\x8c\x3b\x87\xe5\x18\x38\x37\x5e\x12\x46\xad\x39\x0b\x89\xd8\x6a\x4b\xae\xa3\x46\x90\x86\xb2\x1d\x1d\x79\xb7\x6c\x3b\x6e\x87\xda\x43\x9d\x24\x9b\xab\x17\x72\x34\x03\xd1\x6c\xb9\xc6\x91\x2d\xeb\xaa\x89\x7e\x90\x97\xc4\x00\x67\xfa\xea\xdc\x39\xe2\x04\xfc\x8c\x83\x0a\x8e\x54\xd0\x09\xe3\xca\x75\xbb\xb9\x08\x71\x63\x92\x60\x17\x82\x0d\x13\x0c\x4c\x50\xc6\x25\x80\x61\xc4\x23\xe7\x25\x08\xc7\xb7\xad\xc5\xda\xc7\x06\x06\xa0\x6f\xda\x4b\x6d\x5a\x25\x03\x00\x89\x64\x8b\x2b\x2e\x03\x75\xf4\xe6\x52\x3a\x5b\x25\xb6\x87\xb5\x19\xf8\xfe\x5f\xa5\x3a\x75\x0b\x92\x08\xb9\xb8\xd1\xf0\xb8\x5f\x31\x0b\x23\x9f\xed\x1d\xfa\x94\x93\x72\xff\x4a\xaa\xf4\xd7\xb1\x99\x90\xcd\x77\xa7\xb6\x1c\xd2\x04\xc8\x9b\x1e\xdb\xc8\xc8\x78\xce\xd2\x8a\x1a\x3b\x4a\x61\x47\xe5\x7b\x45\x4e\x70\x89\x0a\xee\x81\x9f\x10\x91\x66\x21\xfc\x95\x7c\x94\x5a\xc8\xa5\xdb\xc5\x9d\x0d\x01\x4c\x68\x4a\x37\x64\xba\xe5\x2a\x18\xb7\x14\x78\xff\xf2\x9f\x9a\x66\xed\x9e\x43\x43\xb1\xfa\x97\x78\xf3\x27\x0c\xed\xe8\x10\x04\x2a\x93\x3c\x58\xf3\x3c\x96\xbc\xf9\xa6\xca\x97\x07\xa9\xe8\xfe\x2c\xa4\xa9\x30\xed\xf8\x18\x94\x20\x05\xb6\x31\x62\xe2\xee\xbe\xea\x45\xee\x25\x49\xdb\x3d\x80\x3a\x92\x01\x6b\x62\x84\xa0\x18\x36\xc7\x6e\xd1\xad\xf9\x0a\xde\x61\x0a\xbd\xaf\x3b\x84\xfb\x0e\xc3\x1c\xb4\xb0\xaa\xaf\xbe\x24\xd9\x62\xdd\x80\x89\xca\x6f\x8c\xe1\xe0\x9a\xdb\xfe\xa2\x4b\xcc\x68\x9f\xe1\x61\xb2\x13\x0f\x63\x06\x21\x57\xa0\x4b\x93\x68\xc7\x2b\x2a\x72\x53\xc2\x93\x64\x56\x9d\xc0\x37\x96\x62\x4e\xc5\xe5\x0d\x61\xb2\x7d\x73\x50\x27\x8a\xc3\x4e\xad\x2b\xf3\x5e\x0e\xea\x49\x9e\xef\x61\x07\xdb\x4a\xe2\xee\xb4\x37\x2a\x93\xe8\x93\xef\x12\x8a\xa4\xfb\xf0\x9c\x1b\x93\x54\x88\x4f\x6c\x41\x5a\xf6\x03\x3d\xab\x8a\x0c\xae\x33\xa1\x28\x21\x57\x80\xfa\x82\xc4\xc4\xe3\xf9\xfe\x2c\xbe\x83\xea\xf9\xcb\xd7\x90\xfd\xc1\x36\xfb\x36\x6d\x9f\x2f\xf6\x85\x00\xbe\xf8\xf1\x82\x3c\x89\x3f\xec\x40\x85\xb6\x5e\x9c\x0c\x0f\x78\x8a\xe3\x51\xc1\x05\x97\xd0\x0e\xcd\x5f\x82\x95\xc4\x92\xf0\x2c\x43\x15\x1e\x1d\x61\xc1\xc1\x86\x7b\xa3\xc0\x73\x1c\x18\x06\x3e\xd1\xd8\x7a\x6a\x2b\x43\x02\xd2\xa3\x3b\x0d\x7e\x16\xb9\xc8\x13\xdd\xfd\x88\xc5\x9d\xfd\x95\xbf\x5a\x13\xd9\x99\x90\xb2\xe5\x59\xa2\x5d\x0e\x1a\x32\x86\x15\x12\x4e\x47\xb4\xe2\xe6\x88\xa7\x64\x0d\xaa\x95\x96\x35\xe2\x56\x38\x64\xf6\xc2\x35\x9d\x8d\xeb\x4b\xda\x9c\x28\xf3\x4d\x03\x8d\x96\x90\xe4\x14\x79\x9a\xc4\x71\xc1\x90\x97\xb8\xd3\xd6\x48\x8c\x06\xd4\xb4\x90\xe6\x41\x7f\xd1\x47\x7c\x4e\x94\xff\x16\x62\xfa\xee\xc2\xb0\x81\x68\x59\x7f\xaf\x76\x71\x61\x1f\xb9\x15\xb2\xe9\x72\xd9\x7d\xda\x76\x6e\xb7\x0e\x9b\xc8\x9b\x6d\xd2\x5b\x1d\x2a\xa8\x11\xc1\xdc\x44\x13\xa6\xe9\xbf\x83\xb3\x2e\xd5\x3a\xe3\x6e\x10\x9f\x3a\x32\x4a\x1d\xed\x39\xdf\x3a\xad\x2c\xc5\xe6\x2d\xdc\x67\x2a\x20\x3a\xa8\xcc\x91\x1a\x22\x07\x1a\x80\x07\xcc\xaf\xa6\xea\x6b\xdf\x2a\x29\x89\xfd\x08\x7b\x6b\x8b\x44\x98\xae\x87\x38\x9c\x77\x68\x13\xe4\x1d\xae\x26\xa9\x78\xf7\x05\x1c\x88\x0c\xfd\x97\xf7\x9c\xa7\x1b\x0f\x43\xfb\x49\xfe\x14\xea\x5c\x2c\x0b\xda\xe1\xc1\x8c\x60\x19\xe7\x40\x51\xbb\xf3\x0e\x66\xcb\x1b\xad\x4c\x69\x8f\xc9\x1b\xb6\x36\x2d\x27\x81\x82\x92\x45\x59\xb0\x36\x32\x43\x99\x86\xe0\x18\xd7\x17\x1f\x4f\x19\xac\x2c\xa4\x85\x39\xf2\x1e\x59\x8a\xb9\x73\xbd\xa0\x22\x2a\x8a\xeb\xe0\x72\x57\xc7\xd9\xbd\xcb\x00\x25\xd1\x18\xec\xaf\xe6\x71\xd0\x2d\x06\x16\x3b\xd1\x60\x41\x0b\xa7\xf1\xcd\x94\xa8\x38\xf4\x6b\x36\xf2\x18\x42\xda\x80\xb4\xb8\x49\x31\x30\xda\x63\xbd\x2a\x95\xaa\x35\x4d\x2b\x9d\xbb\xb5\xaf\x5f\xb3\xed\x8e\xa3\x9c\xa4\xc2\x79\xb4\x00\xa0\xc6\xec\x7b\xc9\x09\xcc\x72\x32\x41\x21\x25\xfc\x57\x13\x13\xb2\xad\xc1\xe6\x03\x53\x8e\xa5\x2a\x94\x74\x77\x81\x97\x09\xc4\x78\xc5\x36\x84\x13\x95\xaa\x03\xda\xd9\xb1\x4a\x1c\x31\x6e\x83\x8a\x6b\xf1\x8b\x54\x75\x9f\x77\xe2\xfb\x61\xfe\x7b\x56\x20\xe6\x1d\x4f\x9d\xf5\x09\x3d\xee\x9d\x2a\x13\x55\x88\xf2\x26\x69\x37\xd6\xb1\x60\xb6\xef\x92\x8b\x9d\x39\xb7\xc5\xa1\x48\xcc\x77\x73\x5b\x29\x8c\x86\xae\x68\xb4\xe3\xcb\xd4\xa6\x76\x62\x92\xbd\xbd\x8d\x33\x6f\xe0\x18\xf7\x77\x85\xe0\x9f\x5d\xbd\x6f\xea\x0f\x20\x75\x64\x12\xf9\xd3\xd0\x2b\xf6\x7f\xdc\xff\x0f\x6b\x1a\xd1\xc7\x7e\xdd\x27\x00\x4c\x49\xdb\x94\xeb\xee\xd1\x67\xe7\xe8\xcf\x90\xae\x3b\x75\x42\xc4\xac\x85\x64\x5c\xc1\x97\x8b\x5e\x23\xb7\xd9\x3f\xb8\xea\xb1\x25\x9f\xcf\x86\xfe\x5c\xed\x33\x51\xfd\xcd\xd5\xa5\x2b\x34\x0c\x03\xba\xb8\x08\x91\xd3\xa0\xe1\x9b\x7e\xa7\xad\x8b\x03\x5e\x90\xb9\x6c\x90\xb9\xe4\x38\x4a\xb3\x47\xba\x54\x88\x49\x55\xcd\xf1\x30\x44\xfa\xb5\x04\x98\xd2\xae\xba\x41\xea\x3b\x18\x8e\xbc\x49\x12\x64\xf2\xc2\xc1\x8a\x22\x37\xdf\x84\xcc\x18\xc9\x24\x77\x8c\x91\xf6\x63\x96\x48\x1b\x90\x6b\xc1\x8d\xfe\x6a\x14\xcf\xac\xb5\x43\xcf\x54\x93\x25\x26\x68\xb8\xeb\x90\x5c\x8a\x08\x90\xa2\x0b\x9a\x03\x35\x39\x8f\xfc\x1b\x7c\xda\xa2\x12\x8e\xf7\x1d\xe3\x7d\x18\xb1\xd6\xe0\xb2\x3c\x96\xe5\x49\x4b\x8f\xcc\x93\xff\xd9\xe7\x95\x25\x77\x18\x7c\x85\xd4\xf2\xc3\x7e\xf8\x96\xf9\x61\x21\x29\x60\x6f\x24\xb0\xde\x2c\xf6\x6f\xa4\x85\x0e\xc9\x15\x74\xc7\x15\xf1\x55\x09\xa5\x8d\x05\xc6\x57\x14\x25\x33\x15\x2d\x06\xa6\x9d\x48\xfb\x1c\x04\x3c\x8d\x67\x99\xf4\x73\xf7\x97\x6c\x0f\x63\x9c\x50\x8f\x3d\x69\x1f\xfd\xae\xcc\x10\x3f\x79\x41\x8d\x29\x8e\xd9\x93\x6b\x5b\x22\xc2\x67\x13\x1e\x30\xd1\xa6\x87\x83\x5c\xf8\xaa\xf2\xa0\xfa\xa5\xfa\x0e\xb0\x0e\x7d\xea\x45\x40\x44\xed\x26\x35\x7f\x62\x4a\x39\xf4\x60\x34\x73\xb4\xa7\x89\xbc\x7e\xd2\xf1\xde\xd7\x6a\x3c\xff\xd9\xf0\x87\x1d\xf9\x2b\x8d\x3f\x98\x65\xf7\x30\x28\x0d\x90\xfb\x0e\xa4\x4f\xa7\xe3\xba\xa3\xbb\xd4\x9d\xe1\x62\x51\x0f\x2b\x7d\x8e\x2d\x6f\x87\x65\xf0\xa3\x2d\x5c\xfc\xe6\x04\x43\x58\x41\x33\x7c\xb7\x07\xbd\xd6\xb9\x6a\x4c\x50\x47\xe8\x60\xc4\xa0\xd8\xd6\x07\xde\xf2\x5e\xfe\x57\xaf\x29\x22\xa3\x28\x42\x09\xe4\x26\x4c\xce\x05\x27\x11\x52\x06\xda\xd8\xde\x28\xa9\xa1\xba\x44\xb0\xc4\x72\xc3\x9a\x13\xa9\xe8\x64\x2f\xf6\xbd\xb0\x78\x26\xa7\x31\x5a\x49\x46\x84\x24\x6b\x4b\x9f\x05\x79\xeb\xaf\x82\x7f\x97\x92\x61\x92\x26\x0a\x9a\x9f\xab\x5c\xe5\x95\x61\x5f\xd6\xa1\x24\xe2\x6f\x64\xe2\x9c\x71\x73\x51\x5e\x6e\xd1\xb7\x17\x8e\x93\x18\x9c\x94\xaf\x1a\x20\x06\x60\x27\x1c\x9c\xb7\x14\xdc\x46\x78\xf3\xc0\xbf\x1e\xc1\x4e\x0e\xaa\x71\x38\x67\x1f\x03\xf8\xe7\x39\xf2\xd0\x86\x40\x26\xde\x53\xc6\x3e\xc5\x43\x4a\x36\x0a\x9e\x00\x69\x25\x82\x3d\xe2\xbb\xc3\x1c\x99\xe5\xb8\x4b\xc7\x47\xfa\x17\x39\x52\xdf\x79\x12\x1c\x3e\x6a\x72\x4b\x3e\x9f\x41\xb1\x37\x47\xfd\x32\x20\x0b\xd8\x63\x2d\x41\xa4\x3e\x1a\xf5\x7a\x4e\x03\xe0\x76\xfb\x1a\x2d\x8f\x62\xc3\xd3\x3b\x54\x1a\xae\x9d\x3e\x19\xe4\x5e\xdb\xe6\xa0\x30\x19\xee\x2e\x66\x5e\xdf\x6a\xbe\xfe\xb5\xc9\x17\x79\x1b\x52\xaa\xe1\x35\x0a\xed\x61\x39\xdc\x4f\xda\xbd\xb4\xd8\x4b\xea\x87\x15\x22\x49\xa3\x0f\x7a\x9c\xcf\xb5\xc5\xf2\xa4\x2b\xb8\x90\x4c\x02\x69\x1a\xe2\x31\x7d\xf0\x47\xd6\xcf\xb4\x75\x75\x58\xaa\x5f\xe1\xc9\x1d\xa9\x8d\xf8\x87\x7c\xfe\x93\xcb\x4a\x42\x71\x20\xdf\x0c\x98\x38\xe8\xbe\xd0\xa7\x3b\xde\xfe\x32\xb6\x7c\xad\x84\x63\x30\xe9\x1d\x7e\xad\xa2\xfa\x9d\x2d\x0b\x62\xd4\x57\x0b\x06\x2a\xa4\xd2\xdf\x70\xd2\x3c\xba\x50\xdf\x72\xbd\x3e\xdc\x40\xc6\x6f\xe4\xed\x93\xe1\xeb\x0e\x91\x2a\xdb\xf4\x91\x07\x5f\xdb\x21\xb5\xe7\xac\x41\x1b\xdc\xcb\x11\xfe\x8d\x6d\x62\xc2\xf2\xad\xbc\x49\x80\xd7\x06\xba\x1a\x26\x65\x00\x73\xca\x74\x57\xcd\x4f\x36\xf4\xc4\xa8\x89\x54\x6b\xc0\x32\x4e\x5c\xd9\xf0\xe5\x89\xb1\x49\xb5\x4a\xdf\x5e\x91\x4a\xb2\x75\x78\x6e\x66\xe9\xab\x72\xa2\x8d\xea\xe9\xa3\x7a\xa3\xde\x58\x1e\x94\xc0\xde\xbe\x1d\x53\x8c\xa3\x20\x18\x8d\x5f\x5c\xc6\x5f\xfa\x3b\xab\x24\x68\xad\xfd\x47\xb7\x5a\x33\x94\x93\x3b\x0d\x51\x1f\x8d\xbc\x47\x60\xf2\xf2\x09\xc1\x8f\xf3\x83\x9e\xf4\x74\xc5\x25\xea\xd5\xdf\x73\x90\xce\xd7\x3b\xc4\x1e\xe8\x5b\x06\xa4\xbd\x9d\x6b\x2e\x46\x26\x12\x4a\x2e\x14\x33\x2b\x59\x2c\x20\x49\xe7\x3e\x15\xbd\xd8\x2b\x55\x7c\xad\x8c\x08\x0f\x97\xb8\xfc\xe5\x2a\x58\xf1\x0b\x1b\xaa\xa1\x02\xfd\x7c\xc2\xc4\x2f\x31\x50\x19\x96\xb6\xbd\xaa\xb6\x21\x57\x02\x54\xc8\xaf\x40\xf9\x08\xeb\xf4\xb7\xfd\xd3\x2e\x8a\x28\x63\x3c\xe5\xef\x3c\x49\x01\x19\xa0\x6e\xdb\x15\xa4\xb5\x4e\x3a\xe4\xa5\xa3\x9b\xfc\xcb\x5a\x5b\xa0\x7b\x8b\x6d\xe2\x5e\xf5\x9e\x9b\x64\xf1\x5a\x71\xfb\xd1\x67\x5a\x42\x39\x38\x44\xc0\x53\x2f\x9b\x27\x34\x31\xe3\x76\xe9\xe1\xdd\xd4\xfc\x29\xbc\x4d\x61\xbc\x82\xbd\xf0\xab\x21\x5c\x74\x92\x87\x0c\xea\x6a\x9f\x15\xed\x5e\x6e\xa7\x46\xaa\x7e\x78\x71\x12\xb6\x50\x7a\x80\xa0\x1e\xf0\x61\xfe\x56\x81\xb6\x8b\x84\x4a\x02\x2c\x74\x19\xfe\xd4\x6e\x6a\xae\xd4\xd1\x3e\x64\x8b\x6c\x88\xb8\x74\xa5\xaf\xac\x41\x18\x88\x2a\xcf\x5e\x06\xf2\x21\x53\x1d\xbb\x3d\x1e\x86\xe2\x59\x45\x2a\xf9\x54\xc3\x87\x85\xc6\x35\x3e\xe4\x57\xc8\x47\x4b\xd9\x91\x02\x7a\xd4\x3a\x47\xff\xb9\x71\x05\xf2\x12\x92\xef\xc0\xa3\x0b\xa5\xe8\xa5\x93\xfe\x53\x3e\x57\x34\x6c\xc4\x4f\x7b\x45\x57\xd1\xc5\xde\x2d\xb2\xa2\xb7\xe8\x2e\x9e\x3e\x7e\xfa\x8d\xbb\xbb\xa4\x7b\x33\x1e\xd5\xb7\x88\x1e\xfd\x80\x5b\x52\x58\x86\x86\x57\xe0\x67\x49\x77\xa0\xef\xe5\x3d\xd2\x1e\x48\x47\xd3\xa9\xbf\xe6\x3f\x89\xda\xeb\xb6\x34\x17\x59\x47\x91\x9c\xc3\xd5\x46\xc9\xbd\x73\x67\xa1\x7f\x89\x4a\xdb\x0a\x25\x39\x84\x28\x5e\x2f\x5f\x30\xd2\x90\x91\xef\xd3\xc5\xfd\xcd\xde\x06\xbb\x8b\x28\xf4\xf7\x1e\xc4\xa5\xf2\x2d\xaa\x75\xad\x33\x32\xe6\x4d\x1f\x39\x88\xcf\x58\xa3\x63\xdf\x09\x6a\x72\x88\x3e\x2c\x89\xbe\x53\x23\x1d\x4f\xfd\xeb\x02\x00\x07\x4b\xc6\xf2\x5f\x58\x14\xe4\xce\x35\xe3\x16\xa4\x81\xcc\x1a\xad\x52\xa4\xd6\x62\x75\x74\x95\xf0\xa0\x12\xee\xce\xdb\x9a\x5b\xb4\xe2\x3b\x93\x51\x24\x60\xbc\xb4\xb3\xe9\x52\xea\x72\x49\x34\x8b\x50\x94\x36\x7a\xc3\x25\x6e\x4f\xd6\xb6\x5f\xbd\xa9\xfd\x5e\x31\x7d\xb7\x0b\x77\x5c\xf8\xba\xe9\xcf\xab\xaa\x14\xfe\xeb\xab\x78\xa4\xe5\x1b\x4e\x3f\x34\x1b\x16\x19\x60\x43\xf6\xf6\xc9\x43\x6d\x81\x56\x4f\x5f\x6f\x8c\x94\x48\xb9\x71\x1c\x2e\x93\xaa\x19\x54\x67\x28\x86\x98\x4b\x65\xdc\x8e\x9a\x6a\x4d\x2c\xa5\xdc\xf6\x06\x42\xb1\x4a\xe1\x5f\x4b\x7a\xd1\x9e\x80\x05\xb1\xc1\x3d\xcb\x93\x0b\x0b\x77\xe8\xad\xc4\xb1\x36\xed\xd1\x4e\x8f\xb7\xef\xc6\xbe\xaa\x34\xbc\xdc\xf6\x33\x3f\x90\x72\x78\xb1\xab\x89\x2e\x9d\xa1\xf7\xce\xbf\xdf\xc0\x6f\x54\x72\x56\x42\xb3\x38\x8b\xbd\x8d\x84\x7f\xb1\xef\x0b\x53\xfc\xa1\xa6\x5c\xc5\x46\xf7\xe0\xe4\xe0\x6e\x30\xac\x22\x27\x0c\xd2\x3b\x5e\x47\x20\x3c\xd7\x48\x57\x04\xec\x4a\x8e\xca\xf2\x25\x1d\xf7\xda\x21\x0d\xb6\xdb\x70\x31\x3f\xd9\x62\x74\xa3\x92\xfc\x9a\x56\x80\xc4\x10\x87\xad\x8c\x8c\x2f\x81\x24\x9f\x26\xcf\x87\xca\x65\x3a\xb9\xb8\xc1\x05\xb3\x9e\x11\x62\x39\xba\xc6\xc8\x02\x6e\x25\x4f\x41\x88\x36\xeb\x53\x10\x11\xfd\x84\xf9\x2b\x52\xe0\x5a\xda\x4c\x38\x25\x14\x48\xc4\x9b\x04\x4f\xc6\xe7\x90\xb5\x12\xa5\xcf\x29\x1c\x39\xd6\x3f\x8d\xb9\xdb\xe5\xe4\xa3\x90\x9c\x85\xd1\x3b\x67\xb5\x7b\xce\xf9\x0e\x8c\x9c\x79\xe9\x5e\x8c\xa6\xbc\x9b\xe1\xa3\xa4\x27\x5e\x24\x61\x2c\x00\x6c\x0b\xb5\xa2\xff\x1f\x1b\x4e\x31\xe1\x49\xc0\x30\x13\xc7\x57\xb8\xc2\x42\x7b\x82\x8d\xcf\xd1\x01\x9a\xd7\x79\x78\x97\xca\x57\x1e\xfc\x8b\x5a\x06\xcd\x57\xa0\x53\x2e\xfa\x5b\x7e\xb6\x88\x24\x8d\x5f\x2a\xd0\x4b\xd9\xbc\x44\x78\x38\x4b\xfa\xb2\x49\x1e\xb9\xde\xcb\x88\xbb\x4f\xf4\x6b\xcf\x67\xc6\x27\x49\x47\xdd\xd1\xd6\x71\xe2\xe9\x43\xa8\x7d\x91\x35\xc0\x5d\x4d\x2f\x37\xd1\x43\x52\xfd\x33\x17\xa9\x2f\x65\x8b\x19\xb5\x80\x8a\xc3\x35\x67\x30\x0c\x05\x3f\x90\xa1\x33\x9c\x8d\x6c\xf2\x12\x64\xb8\xbb\xa6\x2f\x1f\xf8\x48\x28\x40\xeb\x18\x05\xaa\x7a\xf9\x2b\x0d\xa1\x32\x52\xfb\x6e\xb6\x64\x29\x7f\xcc\xbe\xf2\x7c\x5a\x28\x0e\xf6\x1e\xdd\xee\x90\x5e\x5d\x9b\x05\xd0\x93\xb2\xa2\xef\x51\x20\x83\xe6\x91\xbe\x1f\x22\x37\x70\x7e\x98\x0a\x96\xdf\xff\x1a\x7b\xec\xe8\x9b\x5c\x23\xe5\x60\xe8\x7e\x70\x1f\x8f\x0b\x4d\xfd\x0b\x3e\xfd\x33\x25\x72\xd1\x20\x51\xe0\x21\xa6\x2e\x8f\xd4\x7d\xf0\xea\x27\xf4\xcd\xa5\xce\xc2\x3f\x18\x09\x2c\xdf\x47\xd9\x8a\x13\x83\x4b\x08\xce\x33\xb6\x79\xfa\xfa\xc1\xe9\x37\x8e\x93\xe5\x30\xcc\x1c\x19\xf6\x9e\x9f\x32\xad\xb6\x0e\x9a\xd6\x88\x73\x08\xd9\xf9\x26\xf4\x44\xc9\x3b\xa5\x06\x1e\x8d\x4f\xc1\xeb\x1f\x09\xfe\xaa\xa7\x05\xa9\xc1\x75\xc5\xd5\x8c\x27\xd1\xc0\xfa\x39\x79\x7e\x06\x4d\x6f\x9d\xbc\x7a\x44\xdf\xf7\x09\x02\x49\x4d\x77\xc3\xd7\x92\x34\x8b\x89\x1c\x5c\x15\xe2\x79\xd4\x39\xf9\xa1\x2d\x6e\xde\x50\x9f\x12\x3e\x59\x8b\x51\x29\xf6\x47\xdf\xc0\xe8\xff\xb9\xb9\xb5\xbf\x4f\xe6\xf3\xc9\xcd\xc3\x57\x16\x91\x3f\x8f\xed\x87\xe9\xe5\xe4\xf1\x7e\x6a\x1f\x3e\x4f\xed\xf5\xec\xc3\x7c\x32\xff\x6a\x67\xf7\xfe\x75\x8c\x8f\xf6\x6a\x3e\x9d\xda\xdb\x2b\x7b\xf9\x79\x32\xff\x34\x1d\x61\xdc\x7c\x8a\x11\x37\xb7\xc6\xcf\xc5\x6f\x65\x44\x13\xd0\xa8\x5b\xfe\xf3\xf4\xef\x0f\xd3\x9b\x07\x7b\x37\x9d\x7f\x99\x3d\x3c\xd0\x6c\x1f\xbe\xda\xc9\xdd\x1d\x4d\x3e\xf9\x70\x4d\xc3\x27\xbf\x8f\xcd\xf4\xef\x97\xd3\xbb\x07\xfb\xfb\xe7\xe9\x8d\xbd\xc5\xec\xbf\xcf\x88\x9c\xfb\x87\x09\xc6\xcf\x6e\xec\xef\xf3\xd9\xc3\xec\xe6\x13\xcf\x87\xf7\x38\xe6\xb3\x4f\x9f\x1f\xec\xe7\xdb\xeb\x8f\xd3\x39\x3f\xda\xf1\xf3\xed\xdc\xf0\x87\xf6\x6e\x32\x7f\x98\x4d\xef\xed\xdd\xfc\xf6\xb7\xd9\xc7\x74\x4f\x67\x93\x7b\xa2\xfa\xcc\xfe\x3e\x7b\xf8\x7c\xfb\xf8\x10\xf8\x80\xbd\x4d\x6e\xbe\x9a\xff\x9e\xdd\x7c\x1c\xd9\xe9\x8c\x27\x9a\xfe\xfd\x6e\x8e\x47\x43\x3e\x5a\xda\xd8\xec\x0b\x11\x3c\xa5\x5f\xce\x6e\x2e\xaf\x1f\x3f\xf2\x7b\x20\x1f\x68\x86\x9b\xdb\x07\x9a\x9d\x36\x46\xc3\x1e\x6e\x99\x33\x46\xc7\xfa\xd9\x41\x0c\xcd\xff\x65\x3a\x27\xf6\xdd\x3c\x4c\x3e\xcc\xae\x67\xb4\x24\x1e\x10\xb9\x9a\x3d\xdc\xd0\x12\xcc\xba\x89\x50\x7e\xf9\x78\x3d\x99\x9b\xbb\xc7\xf9\xdd\xed\xfd\x14\xf9\x1e\x70\x90\x26\x21\x7e\xcf\x67\xf7\xff\x6d\x69\x07\xca\xd7\xbf\x3d\x4e\xc2\x44\xc4\x5c\x9a\xe3\xcb\xe4\xe6\x92\xcf\x09\x54\x44\xe7\x88\xed\xda\xaf\xb7\x8f\x28\x59\xd0\xbe\xaf\x3f\x26\x4c\x01\xa3\xa6\xf6\xe3\xf4\x6a\x7a\xf9\x30\xfb\x8d\x4e\x97\x46\xd2\x32\xf7\x8f\x5f\xa6\x46\xf8\x7d\xff\xc0\x0c\xba\xbe\xb6\x37\xd3\x4b\xa2\x17\x5f\xdd\x4f\xe7\xbf\xcd\x2e\x99\x0f\xf3\xe9\xdd\x64\x36\xb7\xfc\x54\xca\x7c\x8e\x59\x6e\x6f\xc4\xfa\xfc\x3a\xc6\xe1\x91\xc0\x4d\x7f\x83\x08\x3c\xde\xe0\x15\x16\x1a\xff\xb7\x47\xda\xcf\x11\x41\xc0\x1c\x93\x4f\x24\x6c\x60\x26\x7d\x6a\xfc\xb9\xff\x3e\xa3\xc5\xe9\x84\x0e\x0e\x7f\xc4\x9f\xd0\x2f\xfa\xc3\xff\x4a\x62\x74\x6b\xbf\x4c\xbe\xca\xfb\x2c\x5f\x8d\x88\x07\x2d\x1b\x1e\x70\x49\xa5\x82\x58\xda\x0b\xe7\xe4\xc3\x2d\x78\xf0\x01\xbf\x66\xb2\x88\x10\x62\x88\xc1\x11\x7d\x9c\x7c\x99\x7c\x9a\xde\x47\x42\xc0\x4b\xeb\x9b\x32\x23\x7b\x7f\x37\xbd\x9c\xe1\x3f\xe8\xf7\x24\x7a\x74\xd6\xd7\x44\x9e\xb9\xbc\x25\x25\xfa\xdb\x23\x4e\x91\x7e\xa0\x93\xd8\x09\x1d\x27\x66\x80\x1c\xca\x91\x59\xa8\x20\x64\xed\xc6\xcb\x08\xad\xad\x6a\x19\x8e\xf3\xbc\x5f\xfb\x50\xfe\xec\xf5\xed\x3d\x0b\xdb\xc7\xc9\xc3\xc4\x32\xc5\xf4\xff\x1f\xa6\x34\xda\xcc\xa7\x37\xc4\x2f\x56\xa7\xc9\xe5\xe5\xe3\x9c\x54\x0b\x23\xf0\x05\x51\x73\xff\x48\xca\x36\xbb\x91\x43\x81\x00\xb0\x32\xcf\xe6\x1f\x83\x3e\x81\xcf\xe6\x6a\x32\xbb\x7e\x9c\x7b\x19\x0b\x1c\xa4\x95\x6f\x89\x85\x98\x92\x65\xad\x3f\x90\xfb\xdb\xab\x07\xd2\x83\xe9\xc5\x88\x65\xc0\xce\xae\xcc\xfd\xe3\xe5\x67\x3d\x3d\x4c\x1a\x1f\xdc\x67\x3a\x8a\x0f\x53\x1a\x36\xf9\xf8\xdb\x8c\x35\x4f\xd6\x21\x5d\xb8\x9f\x29\x4f\xe8\x47\x98\xc1\x28\x1f\x4f\x19\x3b\xda\x2d\x7f\x7d\xe4\x55\x9f\xe4\x8b\xcf\x78\x3e\xb6\xb2\x13\x0e\x60\x25\x49\xfb\xc0\x60\x81\x7e\xf8\x15\x76\xf9\x86\x90\xd1\xb5\x2f\x14\x6a\xd3\x2b\x67\x69\xe5\x3d\x3b\xb9\xe3\x63\x93\xc7\x62\xa3\x87\xa0\xb5\xac\xab\x2e\x56\x9e\xf7\x6a\x5a\x93\xbc\xde\xe6\x71\x1b\x83\x41\x7e\x96\x93\xfb\x64\xb6\xb8\xaf\xa7\x2f\x88\xe4\xed\xc0\x3f\x70\x34\xe6\xfc\x33\xfc\xf2\x12\x6f\xfa\xb4\xac\xbf\xce\x2d\x09\x44\x79\x1f\x1a\xe9\x22\x44\x13\x82\xb9\xe1\x4a\x06\x59\x95\x83\x67\x66\x90\x48\x1d\xc9\x25\xab\x32\x93\x17\x4a\x47\xa7\x2a\x4a\xdf\x79\x70\xef\xc2\x3f\x6b\x1b\xee\x8e\xf9\x45\x46\x78\x94\x2a\xd3\xfa\x71\x0f\xdc\xc2\x65\xae\xe4\xc5\x60\x79\x6f\x90\x10\x41\x93\x3d\x21\x1a\x03\x8c\x08\x5f\x6f\xfd\x60\x72\xb7\x52\x7d\xe2\x3e\x44\xad\x83\x73\xaf\x2f\xa7\xf1\xe9\xbb\xe8\xcd\x55\xc3\xaf\x05\xed\xb5\x7c\x4d\x11\x86\xef\x90\x49\xdf\x6a\xe0\xa9\x78\x0e\x7d\xe0\x56\x9a\x15\xda\xd0\x71\xe2\xcc\x59\x80\x29\x67\xdc\x8e\xac\x91\xeb\xae\xe2\x30\x8d\xaf\x3d\x48\x5d\x6b\xa3\x4f\xa3\x6a\x69\x0d\x77\x86\x01\x4c\x54\x9a\xff\xb5\x72\xf2\x12\x0b\xd1\xf1\x6f\xfe\x49\xfa\x17\x3d\xfc\x0b\x7d\x2d\xff\xb6\xff\xc2\x14\x65\xb6\x75\xff\x96\xcf\xf4\x55\xd3\x10\x5f\x26\x22\xf3\x3e\x5c\x18\x4b\x24\x45\xa0\xf5\xcf\x7a\x33\x3c\x3c\x95\x7d\xe2\x8c\xa3\x67\x52\x87\xd7\xfb\xa4\xad\x4a\x33\x8a\x4d\x82\x53\x5f\x45\x6b\xef\x15\x87\xf3\x04\xcf\xfd\x5f\x76\xd1\xc3\x52\x4d\xa0\x12\x1e\x3b\x4f\xdf\xa8\xb8\x38\x44\xe9\xe3\xe3\x9c\x88\xeb\xa1\x1a\xf3\x6d\x70\x69\xc3\xbf\x8f\xe8\x41\x9d\xdc\x0c\x93\xb6\x2c\x84\x4d\x1e\x28\xc0\xa0\x79\xb0\xf0\x3e\xb4\xdd\x6b\xaf\x3f\xe7\x92\xf9\x5a\x78\x78\x2d\x43\xaf\xc8\x0f\x7d\x3e\x6d\xe1\x94\xcb\xb7\xbd\xcb\xbf\x77\xe1\xa5\x3e\xe1\xea\xeb\x41\x23\x57\x17\xf8\x81\x4d\x04\x75\x8d\x72\x00\x4a\x1f\x8b\xe9\xf1\x5e\x9c\x1f\x3d\xcf\xf8\x96\x50\xcf\xd9\xf7\x48\xf0\x90\x04\x1f\x01\xdc\xe1\xa4\x79\x9e\xe1\xdf\x3f\x32\xfa\xff\xfd\xfb\x47\x78\x36\xfc\x15\x24\x06\xfd\xaf\x88\x5e\xf5\x2d\x7c\x4d\x53\x95\x76\x23\xf6\x9c\x1b\x22\xe5\xf5\x6f\x08\xa0\xc3\xb5\xde\xba\x2a\x89\x6f\xf2\x74\xf5\x8e\x1f\x26\xcf\xf1\x4c\x41\xc4\x29\x6e\x0c\xc7\xe3\xea\x2c\x64\x8e\x4e\xb5\xda\xd3\xc0\x73\x7f\x8b\x32\xdc\x93\xd7\x98\x68\xeb\xea\x0b\x1c\x2a\x97\x59\x1b\x84\x6c\x85\xa4\xb6\x4b\x7e\xb8\x9d\x6f\x71\xa0\xb1\xbc\xcf\xc5\xf4\xcf\xcc\x9c\x85\xfe\xd9\xb8\x07\xcf\x37\x4e\xc2\xcc\x7d\xd6\xd7\x2d\x33\x94\xb5\x77\x05\x69\xb0\x5c\x76\xc5\x37\xd0\x7a\xe9\x42\xf8\x5a\xed\xab\xd5\x1e\x4d\x7a\xc2\x59\xd8\x97\xc5\x3e\x2c\x24\x0f\xd0\xf7\x04\xb0\x21\x72\xdc\xf4\xa4\x6d\x00\x5e\x4d\xfe\xcf\x15\xc5\xff\x3f\x91\x8e\xf5\x1d\x13\x20\xf0\x45\x1f\xe7\xfd\x56\x56\x8b\xe6\x22\x74\xdf\xd1\x12\xff\x1b\x34\xd8\x39\x31\xb4\xda\xe2\xb2\x53\xb6\xfc\x46\x81\x3f\x68\xfa\x97\x74\xa2\xe1\x72\x07\xc9\xd9\xc3\x9e\xcc\x17\x19\xb2\x91\x7d\x4b\x7e\xb6\xce\x0b\xfc\x15\x35\xbf\xc0\x17\xc8\x2f\x46\xf8\x2b\x51\x9a\xdc\xbf\xda\xf0\x1b\x09\x1d\xf2\x78\x59\xfb\x53\x78\x3d\x5f\x18\xc1\x99\x80\xff\xf1\xff\x02\x00\x00\xff\xff\x21\x58\x4d\x29\x4a\x67\x00\x00") - -func confLicenseLgplV21Bytes() ([]byte, error) { - return bindataRead( - _confLicenseLgplV21, - "conf/license/LGPL v2.1", - ) -} - -func confLicenseLgplV21() (*asset, error) { - bytes, err := confLicenseLgplV21Bytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "conf/license/LGPL v2.1", size: 26442, mode: os.FileMode(420), modTime: time.Unix(1409469215, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _confLicenseLgplV3 = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xbc\x59\xdf\x8f\xdb\xb8\x11\x7e\xd7\x5f\x41\xec\xcb\xed\x02\xae\x93\x4b\xd2\x2b\x7a\x28\x0a\x6c\xf7\x36\x69\x8a\xbd\x34\xc8\x5e\x5a\xf4\x91\x96\xa8\x35\x1b\x49\x74\x49\x69\x1d\xf7\xaf\xef\x37\x33\xa4\x44\xc9\xf6\x66\x0f\x07\x34\xc0\xe1\x12\x9b\x1c\xce\xcf\x6f\xbe\x19\xbf\xfb\xf0\x59\xdd\xdd\xde\xdf\xdf\x7e\x52\xef\x6e\x3f\xdc\x7e\xba\xbe\x53\x1f\x3f\xff\xe5\xee\xfd\x8d\xc2\x7f\xb7\x1f\xee\x6f\x0b\x75\xfa\xcf\x3f\x8c\x0f\xd6\x75\xea\xf5\x4a\xbd\xfa\xa3\xfa\xdb\xd0\x19\xf5\xea\xe5\xcb\x3f\x14\x85\xba\x71\xbb\x83\xb7\x0f\xdb\x5e\x5d\xde\x5c\xf1\x87\xea\xad\x37\x46\xdd\xbb\xba\xdf\x6b\x6f\xd4\x5b\x37\x74\x95\xee\x71\x7b\xa5\xde\x77\xe5\x5a\xfd\x69\xdb\xf7\xbb\x1f\x5f\xbc\xa8\x43\xbd\x76\xfe\xe1\xc5\x9f\x0b\x75\xfb\x68\xfc\xc1\x41\xa8\x0d\x6a\x67\x7c\x6b\xfb\xde\x54\xaa\x77\xaa\x84\x74\xa5\xbb\x4a\x55\x36\xf4\xde\x6e\x86\xde\x28\x9c\xdd\x40\x5e\x4b\x5f\x5a\x13\x0a\xe5\x6a\xd5\x6f\x71\xb3\xb1\xa5\xe9\x82\x51\x95\x2b\x87\xd6\x74\xfd\x4a\xe1\xbc\x2a\xb7\xba\x7b\xb0\xdd\x83\xb2\x3d\x89\xef\x5c\xaf\x74\xd3\xb8\xbd\xa9\xd6\x05\xf4\x57\xbf\xd0\xd5\xc7\x68\x1f\x8b\x32\x8a\xfd\x64\x42\x30\x5e\xbd\x33\x9d\xf1\xba\x51\x1f\x87\x0d\xe4\xab\xbb\xf8\x86\xed\x4a\xe7\x77\xce\xeb\x1e\x1a\xd0\x95\x1e\x6a\x07\x56\xb5\x74\x5d\x65\xc9\xde\x40\xe2\x92\xe4\xd7\xb9\xec\xb9\xd0\x22\x0a\x5d\xa9\x30\xec\x76\x8d\x21\xdd\x61\xfe\xe6\xc0\xe7\x75\x25\xd2\x70\x9c\x5d\x13\x02\x8b\x6e\xe0\x10\x3a\x64\x60\xca\x9a\xec\x78\xb9\x56\xd7\xd3\xd1\x9f\x4c\x6d\x3b\xd1\x82\xbf\xbd\x0e\x6a\x08\x38\xbf\x35\xde\x58\x44\xe2\x82\x3d\x16\x1f\xbe\x50\xde\xd4\xd0\x93\x3c\x7e\x52\x5f\xf1\x45\x71\xda\x17\x2b\xb6\x9a\x8e\x5e\xb0\x6d\x1f\xef\xbe\x25\xef\x8c\x20\x56\xf4\xe2\x17\x9c\xb9\xb3\x1b\xaf\xfd\x21\x97\xa3\xe1\x57\xc8\x82\x09\x7b\xe7\xbf\xa8\x07\xfa\x47\x97\xbc\x34\x99\xb2\x2a\x1c\x1e\xf1\xf8\x4c\x77\xd0\x4b\x5d\xc3\xa1\xb6\xe4\xf4\x53\xce\x43\xca\x8d\x6b\x37\x96\x2e\xfe\x93\xc4\xe8\xa0\x2a\xf2\xd4\xcc\x93\xd7\x9d\xba\xc8\xee\x5d\x50\xda\xe8\xee\x20\x0f\x43\x70\xaf\x5a\xfd\xc5\xb0\x43\xc9\x28\xbc\x62\x11\x30\x5f\xeb\xd2\xa8\x9d\x77\x8f\xb6\x32\x55\x11\xa3\x17\x2d\x91\x54\xdc\x6f\x6d\xb9\x4d\x49\xc8\x7a\xee\x2d\x64\x6c\x34\x45\x06\x0a\x66\x17\xd6\x85\x44\x10\x79\xab\x91\x16\x9b\xb2\xd1\x81\xf3\x09\x7e\xe0\xbf\x8e\x6a\xcf\xde\x21\xe1\x95\x41\x06\x55\x38\xd8\xba\xca\x14\xb8\x32\x04\x16\x73\x4a\xcd\xc5\x75\x31\x5f\x5d\xcc\x9c\x24\xf6\x8b\xf5\xb8\x57\x0d\xa5\xdc\x2b\xf9\x10\x89\x86\x63\x1b\xdb\x7d\x91\x57\x8a\xdc\xe5\x7b\xdb\x6f\x67\x0f\x50\xbd\xe1\x79\xed\x7b\x5b\x0e\x8d\xf6\xcb\xca\x8b\xe7\x0a\xbe\x28\xfe\xa2\x8f\xe7\x51\xdb\x23\x6c\xad\xae\x18\x2e\x74\x13\x00\x13\xa8\x68\x13\x73\xf0\x0e\x9a\xc0\xff\x11\xb1\x2e\xd6\x52\xe3\xf8\xe2\x67\x28\xdb\x22\xe9\x6e\x9c\xf7\x26\xec\xa8\x4a\xa1\xf0\xbd\x1b\x7c\x89\x0a\xa8\x4f\x64\x47\x6b\x34\x2a\x0d\x52\x8b\x53\x77\xf8\xca\x91\x72\x2b\x65\xbe\x96\xcd\x50\x89\x33\x0e\x2a\xc8\xd9\x92\x62\x41\x17\x80\x19\x23\x36\x1c\x5b\x46\xd9\xb5\x22\x04\x09\x88\x0e\x25\xbb\x45\xd4\x82\x6b\x22\x7e\x02\x4f\x8b\x59\xb6\x64\xbe\x96\x32\xe4\xcc\x4a\x99\x44\x8e\x48\xd0\x3d\xf9\x61\x6e\x4b\x1e\xad\x1b\x28\xf9\x2d\x4f\xb8\xcd\xbf\x4d\xd9\xb3\x3d\xf4\xe0\x0b\x1c\xce\x4c\x1c\x7d\x32\x53\x0c\x60\x99\x79\x04\xcd\x40\x17\xa4\xeb\xd0\xdb\xc6\xf6\x07\x4a\xaa\x07\xaf\x81\x9e\x9d\x31\x94\x93\x24\xc3\x1b\x49\x35\xba\x74\xec\xa6\xda\xbb\x96\xb5\x99\x3d\x43\x25\x36\x39\x9f\x6e\xdd\x1f\x00\x92\x6d\x4c\x2a\xf4\x8a\x93\x4e\x67\xcf\x7c\xbf\x56\xb7\x5f\x4b\xb3\x63\x3f\x00\x6e\xee\x61\xe4\x31\x6c\x7f\xbc\xe3\xc3\xff\x72\x03\xf2\x8f\x2a\xa0\x7b\x34\x87\x25\x34\xa1\xdd\x01\x80\x82\x08\x08\x90\x40\xb6\xbe\x19\xbb\x54\x04\x2a\xce\x70\x07\x8d\x37\x86\xb4\xdd\x50\x97\xa4\xaa\x0a\x4f\x3d\xfc\x6a\x0d\xd5\xe9\x4d\xba\xf2\xb3\xab\x6c\x6d\xa7\x08\x0b\xd0\xbf\xaf\xd5\x81\xd4\xa3\x2f\x45\x35\x74\xd0\x79\x71\x71\xa6\x50\x54\xe8\xa4\x97\xa3\xd1\x89\x01\xdf\x15\x40\x08\x09\x4c\x8e\xbe\xf5\xd0\x95\x09\x45\x29\x82\xf4\xe9\xc6\x48\xc7\xb2\x02\x08\x73\xb8\x2d\x18\x29\x81\x91\x9c\x37\x6a\x14\x7a\x99\x03\x34\x01\x2b\xb2\xfa\x81\xfb\x35\x60\x21\x50\x6e\xef\xb7\x86\x33\x78\x52\x04\x6e\xb3\xdd\xa3\x43\x3a\x5f\xad\xe8\x9b\x4e\x6c\x9c\x87\x60\xb2\xb3\x8d\x9e\x29\x22\xb8\xfc\x48\x8e\x51\xfa\x2a\x86\x66\xd6\x2f\x26\x28\x64\x7d\x45\xee\x17\xe4\x36\x5a\x8c\x43\x2e\x6a\x02\x22\x53\x23\x27\x7b\x98\x4c\x72\x70\x6d\x00\xaf\x91\x52\xb5\x52\x6b\xe6\x91\xf4\x5f\xf4\x9b\xca\x19\x81\x7a\x76\x12\x03\x2d\xdd\x5f\x7a\x72\x35\xf7\x4f\x40\x55\x34\xca\xa1\xd7\x13\xb7\x90\xaa\xc6\x3f\xa0\x40\x1b\xe8\xfa\x1e\xef\xe2\x39\xcf\x20\x4a\x16\xdb\x1e\xa4\x69\x00\x19\x41\x2b\xf1\xa6\xd5\x16\x49\x47\xf5\x8a\x1c\xa9\x87\x66\x85\x67\xd8\xfc\xcd\x64\xfe\x98\x54\x2b\x01\xe8\x8e\xa8\x57\xf4\xdd\x19\xba\xe1\x6a\x92\x91\x7b\x4e\x69\x31\x75\xd3\x18\xca\x05\xf6\x1e\x05\x81\xb3\xf0\xf5\x5a\xfd\x5d\x80\x82\x30\x85\x78\x5f\x64\x4b\x9c\xb8\x30\xc0\x5b\x3c\xc0\x65\x9c\x3a\xd7\x5f\x8d\x26\xed\xde\xda\xc6\x84\x11\xac\x72\xb4\x21\x0f\xc4\x7e\x9b\x7b\x99\xb2\x20\x63\x63\xf8\x77\x26\xbd\xd0\x60\x3c\x2c\xb7\xb6\x8d\xc4\x8c\x39\x66\x74\xdd\xbc\x33\x2d\xca\x3a\x0c\x68\x3e\xa2\x40\xc1\x0a\x44\xf7\x31\xd1\x73\xb5\x14\x4f\xb9\x75\x70\xc7\x22\x8b\x90\x16\x22\x3b\xd3\xab\x2a\x46\xc5\x22\x01\x68\x2c\x78\xae\xd0\xdc\x0e\xf9\xef\x61\x50\x43\x9a\xe9\xd6\xe0\x20\x22\xcf\x65\x06\xda\x3b\x94\x3d\x12\xae\x68\x34\x5e\xec\x85\x63\xea\xb2\x04\x25\x73\x74\x8a\x00\x18\x6d\xad\x81\xea\xa5\x77\x81\x52\x12\xcd\xd8\x8c\x69\x26\x17\x00\x83\xbb\x86\xc9\xea\x65\x6f\x38\xf5\x6a\xb3\x37\xdc\xb7\x0d\x15\x97\x6a\x4c\xf7\xd0\x6f\x51\x5e\x54\x01\x15\x6a\x1b\x65\x9a\x5c\x54\x3b\x22\xcc\x08\xdd\x58\x48\xef\xec\x23\x93\x88\x16\xd7\x91\xf8\x30\x07\x5e\x90\x64\x32\x1a\x6e\xcb\xab\x31\x8f\x21\x07\x20\xd6\x41\x46\x59\x98\x9a\x52\xab\xeb\x23\x97\x94\x53\xe3\x11\xfa\x90\xd2\x9c\x18\x17\xf5\x40\xdc\x4e\x90\xbb\xe0\x7f\xeb\x94\xeb\xd7\x25\xf8\xc9\x8e\xfa\xcd\x52\x07\xd6\x72\x0e\x18\xb1\x1c\xe2\xe3\xd3\x28\x41\xb2\xd2\x34\xc1\x92\xdf\xac\xe7\xbd\x23\x9c\xee\x07\xf3\x6e\x75\x3e\x6f\x24\x5b\x8a\x1e\x80\x43\x5d\xe7\xc1\x10\x34\xae\x08\x6e\xa8\x0b\x3c\x1a\x80\x06\x42\x41\xc9\x82\x8e\x8d\xf9\x07\x26\xe4\x68\x1d\xd5\x2f\x96\x9c\x22\xb9\x0d\xfa\xf4\x9a\xf5\x88\x30\xb5\x20\xbf\xb0\xd6\x13\x94\xc0\x50\x43\x33\x92\x41\x12\xa2\x3e\xa9\xff\x56\x66\x33\x3c\xf0\xd8\xc4\x65\xb0\xe8\x11\x56\x9a\x0c\x73\x2f\x28\xc8\x21\x07\x42\xfc\xf6\x5c\x39\x66\x43\x02\x3b\xe6\xff\x9a\x2d\x0b\xb6\xf9\x1b\xf2\x45\x95\x57\x18\x80\x8f\xf9\x14\xeb\x8c\x99\x16\x35\x79\x08\x2c\x5a\x66\x68\x71\x0e\x38\xfc\x40\x91\xe0\x6e\xf3\xd5\x94\x43\x4e\xa3\x0c\x6b\xb0\xbc\x32\x12\xaf\xd1\x09\xad\x13\x01\xf8\x10\x7e\x88\x82\x57\xd4\x72\xf7\x06\x68\x41\xad\x57\x1a\xbc\xe9\x70\xbd\xb2\x9e\x52\x2e\xf2\xa6\x81\x26\x5f\x06\xf5\xe8\xbd\x5d\x46\x9e\xce\x19\xbf\xb0\xbc\xba\x52\x3f\x39\x95\x75\x96\x45\x66\xd0\x9f\x97\x57\x91\xcf\xf0\x81\xa7\x08\x7a\xd6\xbb\xc6\x42\xa2\xc7\x93\xa4\xa3\x59\xf4\x69\x96\x4b\xe9\xa3\xb9\xa3\x24\x01\x61\xb0\x3d\xf7\x32\x7c\x28\x52\xf2\xb2\xe5\x78\xc9\x66\x62\x95\x7b\x28\xdd\x86\xf3\x24\xbe\x8a\xb9\x2b\x4d\x43\x4b\x1a\x9c\xf2\x28\x91\x93\x6c\xf2\x49\x52\x8e\x59\x3b\x05\x21\xce\x5c\xf9\xd5\xc5\xc4\x21\xd5\x9d\xa4\xb4\xba\xeb\x88\x80\xee\x4c\x29\xa7\x33\x56\xf9\xc3\x32\x88\x94\x36\x65\xa2\x94\x49\xc2\xa9\x00\xac\xc7\xa0\x7d\x7f\xa5\x3e\x53\x65\x4d\x2e\x0b\x5b\x4d\xc5\xd5\xc4\xd4\x6b\x0d\xed\x5c\x6c\x68\x59\x7a\x9a\x0c\xd3\x28\x38\x45\x2c\xf5\xdd\xeb\x49\xd2\x74\x15\x79\x45\xb9\xc3\x8e\xbf\x24\xea\x46\x44\x12\x7f\xf7\x03\x8c\xb5\xed\x28\xe6\x24\xc3\x05\x32\x79\xb4\x7d\x1a\x2d\x90\xfc\xdd\x38\x12\x51\xd4\xbe\xa3\x7a\x6b\x77\x03\x02\x3b\xc6\x9e\xc7\x04\x89\xfa\x25\xd0\x60\x9f\x31\x30\x72\x3f\xfe\x06\x24\x3e\x13\xbf\x24\x64\xa1\x41\xa2\x1a\xe3\xcc\xfd\x3b\x46\x98\xde\x92\x99\xd9\x58\xcc\xc3\xea\x7c\xcb\x26\xae\x36\x57\xea\xa3\x90\x0a\xd0\xa7\xd0\xa3\xc3\x4b\x1a\xbd\xef\x28\x6d\xb3\x91\xc7\x75\x50\x2e\x22\xf2\xde\x0d\x4d\x35\xad\x16\x18\xdd\x88\x15\xfe\x67\xb0\x5e\xa8\x46\x24\x2a\x02\xeb\x76\x92\x35\x1f\x5b\xc6\x44\x21\x09\x23\x59\x24\xff\xf0\x6b\x02\x0d\xc0\xa6\x9e\x9c\xcb\xa6\x1e\xc9\x93\xda\xec\x0c\x11\x15\x76\x88\xc3\xd7\x6c\x07\xcb\x11\x5c\x33\xa7\x0b\x22\xbd\x3c\x07\xcd\x7c\xf9\x90\x0a\x2e\xae\x1f\xa4\xe4\x22\x7c\xd1\xcd\xe7\x15\xde\xa9\x39\x59\x5d\xbe\xe7\x82\x24\x77\xf2\x86\x47\x66\xc2\x37\xd5\x4b\xa9\xfc\x73\xc1\x50\xed\x10\x7a\x22\x66\xd2\x48\x52\xdf\x7a\x12\xd4\xc8\x11\x67\x81\x4a\x1c\x50\x99\x75\x9a\xe9\x66\xda\x7c\x2f\x4c\x8d\x1f\x4d\x31\x5d\xaa\x47\x12\x72\x0d\x23\x0b\xf8\x35\x00\xc1\x03\x4b\x8e\x11\xa7\xc1\xe1\x8a\x52\xf6\xf7\x19\x39\x1a\x47\xee\x19\x41\x42\xbb\x83\xd5\x09\x27\xe2\xc8\x63\x4d\xc4\x57\xda\x16\xc7\x3d\x53\xbe\xe4\x28\x52\x49\xd1\x4e\x84\x75\xb5\x09\xc0\x69\xb1\xd5\x4c\x02\x13\x83\x92\x88\xcb\x9c\x19\xbf\x2b\x4e\x3d\x46\xc4\x2a\x73\x78\xa4\xd6\xf1\x8b\x05\x65\x28\x66\x1d\x26\x1f\x11\x74\xdc\x84\x65\x08\x78\x82\xf1\x15\x69\x52\x88\x95\xfa\x4d\x8a\x3d\xa7\x24\x47\x4f\x9c\x60\x25\x01\x93\x43\xe6\x3e\x92\x33\x5f\x2a\xae\xa0\xd8\x28\x48\x04\x40\xfc\xcc\x4f\x59\x50\x56\xd2\xfa\xc9\x50\x53\x9d\xeb\xbf\x47\x4c\xea\x09\xb6\x77\xd2\x0e\xe9\xac\xe3\x28\x4b\x52\xa6\x75\xe3\xa9\xcd\xe8\x2a\xc2\x07\x72\x49\xca\x7f\x4f\x3b\x6d\x82\x97\xda\x4a\xef\x67\x07\x26\xef\xd1\x89\xcc\xea\x34\x44\xce\xfc\xc5\xca\xff\xb0\x56\x9f\xcc\xa3\x0d\xd9\x42\xe5\xd9\x3f\x07\x8c\xf3\xea\xb9\x9f\x3e\x24\xfb\xe9\x4e\xd8\x12\xe7\xe6\x67\xe2\xfa\xac\x33\xfb\x04\x49\xa1\x78\xf6\x0f\x10\xb2\x02\x43\x23\x64\x30\xc6\xff\xd7\xea\x9e\xb2\x11\xd2\xd2\xda\x23\x48\x23\xa3\x2d\x0d\x46\x4d\x5a\xb6\xa2\x68\xc2\xce\x7a\xdb\x27\x04\x4f\xfd\x31\xde\x90\x86\x02\x5d\x0b\x40\x25\xa8\x21\x5d\xa8\x0c\x66\x88\x86\x97\x40\x55\x85\xe3\x81\x15\x46\x84\xd1\xc8\x28\x0f\x18\x1b\x4a\xe3\xe3\xfe\xe9\x96\x28\x7d\x42\x58\x44\xf2\x01\xf9\x40\xa5\x4a\x3f\xe0\x20\x16\x03\x1c\x40\x21\x49\x27\x30\xf9\x6e\x8c\x67\x88\xcb\x4b\x1d\xec\x94\x8a\x04\x28\x6f\x70\x9f\xe8\xfc\x08\x57\xa9\x7e\x15\xde\xa4\xe9\x26\x8a\xc8\x1a\xf2\xb3\x7d\x78\x41\xcc\x1c\x15\x40\x83\xf1\xb8\x89\xbe\x28\x78\xb1\x61\x78\xef\x45\x74\x8f\x14\xd9\xea\x47\x81\xd7\x88\xbf\x78\x62\xac\x58\x35\xfb\xf9\xa7\xc8\x7e\xfe\x31\x96\x4b\x8b\xf5\xa1\x2c\x97\xf8\xe7\x1d\xc8\xcb\x42\x63\xa1\x42\x31\x9d\x8c\xfb\xf9\x73\x79\x95\x1c\xa7\xe6\x8e\x2b\x72\xc7\x4d\x6b\x28\xf6\x20\xcd\xa7\x73\xef\xff\x8a\x5f\x7a\xc6\xb5\xdb\xd6\xd1\xba\x89\x34\x3f\xfb\xd3\xd9\x19\x21\x4a\x96\x57\xcf\xb6\x30\x2e\x35\x8f\x8d\x7c\x3a\x3b\x90\xa0\x5f\xa1\xa7\xa6\x04\x2e\xd1\x30\x0a\xc0\x04\x47\xa3\x1e\x68\x9b\x32\x56\xdc\xf3\x7f\xf2\x03\xcb\x6d\x1a\x4e\x8e\xc3\x2a\x06\x94\xde\xf8\x2e\x88\x31\xa5\x42\xe3\xed\xf9\xc7\x3b\x0e\x6a\x49\xdb\x64\x4d\xb3\x55\x0c\xf1\x54\x14\x05\x4d\x12\x9a\xf1\x51\x0f\xfd\xd6\x79\xfb\x5f\x41\x09\xea\xb4\x64\x19\xfd\xf2\x29\x1e\xe6\x77\xd2\xcd\x38\xe3\xa5\x2a\x59\xff\x2f\x00\x00\xff\xff\xd5\x42\x5a\x3e\xcf\x1d\x00\x00") - -func confLicenseLgplV3Bytes() ([]byte, error) { - return bindataRead( - _confLicenseLgplV3, - "conf/license/LGPL v3", - ) -} - -func confLicenseLgplV3() (*asset, error) { - bytes, err := confLicenseLgplV3Bytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "conf/license/LGPL v3", size: 7631, mode: os.FileMode(420), modTime: time.Unix(1409469215, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _confLicenseMitLicense = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x5c\x52\xcf\x8e\xda\x3c\x10\xbf\xfb\x29\x46\x9c\x76\xa5\x68\xbf\xaf\x55\x4f\xbd\x99\xc4\x2c\x56\x43\x1c\x39\x66\x29\xc7\x90\x18\xe2\x2a\xc4\x28\x76\x8a\xf6\xed\x3b\x13\xd8\xdd\x6e\x25\x24\x34\xe3\xf9\xfd\x9b\x89\xe9\x2c\x6c\xa4\x81\xdc\x35\x76\x08\x16\x1e\xb0\x78\x64\x2c\xf5\x97\xd7\xd1\x9d\xba\x08\x0f\xcd\x23\x7c\xfd\xff\xcb\x37\xc6\x4a\x3b\x9e\x5d\x08\xce\x0f\xe0\x02\x74\x76\xb4\x87\x57\x38\x8d\xf5\x10\x6d\x9b\xc0\x71\xb4\x16\xfc\x11\x9a\xae\x1e\x4f\x36\x81\xe8\xa1\x1e\x5e\xe1\x62\xc7\x80\x00\x7f\x88\xb5\x1b\xdc\x70\x82\x1a\x1a\xe4\x66\x38\x19\x3b\xa4\x09\xfe\x18\xaf\xf5\x68\x71\xb8\x85\x3a\x04\xdf\xb8\x1a\xf9\xa0\xf5\xcd\x74\xb6\x43\xac\x23\xe9\x1d\x5d\x6f\x03\x3c\x44\x34\xbb\xa8\xee\x88\xc5\xe3\x2c\xd2\xda\xba\x67\x6e\x00\x7a\x7b\x7b\x82\xab\x8b\x9d\x9f\x22\x8c\x36\xc4\xd1\x35\xc4\x91\x80\x1b\x9a\x7e\x6a\xc9\xc3\xdb\x73\xef\xce\xee\xae\x40\xf0\x39\x70\x60\x48\x3a\x05\x4c\x40\x3e\x13\x38\xfb\xd6\x1d\xe9\xdf\xce\xb1\x2e\xd3\xa1\x77\xa1\x4b\xa0\x75\x44\x7d\x98\x22\x36\x03\x35\xe7\xfd\x25\x94\xe3\x3f\x3f\x42\xb0\x7d\xcf\x90\xc1\xa1\xef\x39\xeb\x87\xbb\x79\x86\xac\x5f\x68\xa1\xf1\xbe\xa2\x40\x9d\x6b\xe7\xcf\x9f\x93\xb8\xc0\x8e\xd3\x38\xa0\xa4\x9d\x31\xad\xc7\x95\xcd\x8a\xbf\x6c\x13\xa9\x43\xe3\x47\xdf\xf7\xfe\x4a\xd1\x1a\x3f\xb4\x8e\x12\x85\xef\x8c\xd1\x71\xeb\x83\xff\x6d\xe7\x2c\xb7\x7b\x0e\x3e\xa2\xd5\x9b\x05\x3a\xc0\xe5\xe3\xaa\xf7\xa7\xd0\xd5\x7d\x0f\x07\x7b\x5f\x18\xea\xe2\x7a\xeb\xbf\xe2\x8c\x24\x1f\x22\x1e\xde\xd5\x3d\x5c\xfc\x38\xeb\xfd\x1b\xf3\x09\xf5\xd7\x02\x2a\xb5\x32\x3b\xae\x05\xc8\x0a\x4a\xad\x5e\x64\x26\x32\x58\xf0\x0a\xeb\x45\x02\x3b\x69\xd6\x6a\x6b\x00\x27\x34\x2f\xcc\x1e\xd4\x0a\x78\xb1\x87\x1f\xb2\xc8\x12\x10\x3f\x4b\x2d\xaa\x0a\x94\x66\x72\x53\xe6\x52\x60\x4f\x16\x69\xbe\xcd\x64\xf1\x0c\x4b\xc4\x15\x0a\x3f\x5d\x89\xdf\x2c\x92\x1a\x05\x24\x78\xa7\x92\xa2\x22\xb2\x8d\xd0\xe9\x1a\x4b\xbe\x94\xb9\x34\xfb\x84\xad\xa4\x29\x88\x73\xa5\x34\x70\x28\xb9\x36\x32\xdd\xe6\x5c\x43\xb9\xd5\xa5\xaa\x04\xca\x67\x48\x5b\xc8\x62\xa5\x51\x45\x6c\x44\x61\x9e\x50\x15\x7b\x20\x5e\xb0\x80\x6a\xcd\xf3\x9c\xa4\x18\xdf\xa2\x7b\x4d\xfe\x20\x55\xe5\x5e\xcb\xe7\xb5\x81\xb5\xca\x33\x81\xcd\xa5\x40\x67\x7c\x99\x8b\x9b\x14\x86\x4a\x73\x2e\x37\x09\x64\x7c\xc3\x9f\xc5\x8c\x52\xc8\xa2\x19\x8d\xdd\xdc\xc1\x6e\x2d\xa8\x45\x7a\x1c\x7f\xa9\x91\xaa\xa0\x18\xa9\x2a\x8c\xc6\x32\xc1\x94\xda\xbc\x43\x77\xb2\x12\x09\x70\x2d\x2b\x5a\xc8\x4a\xab\x4d\xc2\x68\x9d\x88\x50\x33\x09\xe2\x0a\x71\x63\xa1\x55\xc3\xa7\x8b\xe0\x08\xd5\xdb\x4a\xbc\x13\x42\x26\x78\x8e\x5c\x15\x81\x29\xe2\xdb\xf0\xd3\x9f\x00\x00\x00\xff\xff\x49\x86\xab\x31\x29\x04\x00\x00") +var _confLicenseMitLicense = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x5c\x52\x5f\x6f\xc2\x36\x10\x7f\xe7\x53\x9c\x78\x6a\xa5\xa8\x7b\x9f\xaa\x4a\x26\x31\xc5\x5a\x88\x23\xc7\x94\xf1\x18\x12\x43\x3c\x85\x18\xd9\x66\x88\x6f\xbf\x3b\x97\x96\x76\x12\x12\xf2\xf9\x7e\x7f\x9d\xb5\xd0\x50\xda\xce\x4c\xc1\xcc\x72\x77\xbe\x79\x7b\x1c\x22\x3c\x75\xcf\xf0\x7a\x33\xad\x7f\x83\xd7\xee\x7b\x3a\xb8\xb1\x37\x3e\xbc\xcd\x66\xb5\xf1\x27\x1b\x82\x75\x13\xd8\x00\x83\xf1\x66\x7f\x83\xa3\x6f\xa7\x68\xfa\x0c\x0e\xde\x18\x70\x07\xe8\x86\xd6\x1f\x4d\x06\xd1\x41\x3b\xdd\xe0\x8c\x58\x04\xb8\x7d\x6c\xed\x64\xa7\x23\xb4\x40\xdc\xb4\x19\x07\xa4\x09\xee\x10\xaf\xad\x37\xb8\xdc\x43\x1b\x82\xeb\x6c\x8b\x7c\xd0\xbb\xee\x72\x32\x53\x6c\x23\xe9\x1d\xec\x68\x02\x3c\xc5\xc1\xc0\xbc\xb9\x23\xe6\xcf\x49\xa4\x37\xed\x08\x76\x02\xba\xfb\xba\x82\xab\x8d\x83\xbb\x44\xf0\x26\x44\x6f\x3b\xe2\xc8\x70\xa9\x1b\x2f\x3d\x79\xf8\xba\x1e\xed\xc9\xde\x15\x08\x9e\x02\x07\x22\xbd\x04\x4c\x40\x3e\x33\x38\xb9\xde\x1e\xe8\xdf\xa4\x58\xe7\xcb\x7e\xb4\x61\xc8\xa0\xb7\x44\xbd\xbf\x44\x1c\x06\x1a\xa6\x3a\x33\xca\xf1\x87\xf3\x10\xcc\x38\x12\x83\x45\xdf\x29\xeb\xc3\x5d\xda\x21\x95\x33\x15\x1a\xef\x15\x25\xdd\xeb\xe0\x4e\xbf\x93\x60\x45\x87\x8b\x9f\x50\xd2\x24\x4c\xef\xb0\xb2\xa4\xf8\x8f\xe9\x22\x4d\x68\xfd\xe0\xc6\xd1\x5d\x29\x5a\xe7\xa6\xde\x52\xa2\xf0\xe7\x6c\xa6\xf1\xaa\xdd\xbb\x7f\x0d\x3c\xde\x73\x72\x11\xad\x7e\x5a\xa0\x07\x38\x3f\x5e\xf5\x7e\x15\x86\x16\xbd\xef\xcd\xbd\x30\xd4\xc5\x7a\xdb\x1f\x71\x3c\xc9\x87\x88\x0f\x6f\xb1\xfb\xb3\xf3\x49\xef\xff\x31\x5f\x50\x7f\xc5\xa1\x91\x4b\xbd\x65\x8a\x83\x68\xa0\x56\xf2\x43\x14\xbc\x80\x39\x6b\xf0\x3c\xcf\x60\x2b\xf4\x4a\x6e\x34\xe0\x86\x62\x95\xde\x81\x5c\x02\xab\x76\xf0\x97\xa8\x8a\x0c\xf8\xdf\xb5\xe2\x4d\x03\x52\x81\x58\xd7\xa5\xe0\x38\x13\x55\x5e\x6e\x0a\x51\xbd\xc3\x02\x71\x95\xc4\x2f\x59\xe0\xf7\x8c\xa4\x5a\x02\x09\xde\xa9\x04\x6f\x88\x6c\xcd\x55\xbe\xc2\x23\x5b\x88\x52\xe8\x5d\x06\x4b\xa1\x2b\xe2\x5c\x22\x29\x83\x9a\x29\x2d\xf2\x4d\xc9\x14\xd4\x1b\x55\xcb\x86\xa3\x7c\x81\xb4\x95\xa8\x96\x0a\x55\xf8\x9a\x57\xfa\x05\x55\x71\x06\xfc\x03\x0f\xd0\xac\x58\x59\x26\x29\xb6\x41\xf7\x2a\xf9\xcb\x65\xbd\x53\xe2\x7d\xa5\x61\x25\xcb\x82\xe3\x70\xc1\xd1\x19\x5b\x94\xfc\x53\x0a\x43\xe5\x25\x13\xeb\x0c\x0a\xb6\x66\xef\x3c\xa1\x24\xb2\xa8\xb4\x76\x77\xb7\x5d\xf1\x34\x42\x3d\x86\xbf\x5c\x0b\x59\x51\x8c\x5c\x56\x5a\xe1\x31\xc3\x94\x4a\x7f\x43\xb7\xa2\xe1\x19\x30\x25\x1a\x2a\x64\xa9\x24\xd2\x53\x9d\x88\x90\x89\x04\x71\x15\xff\x64\xa1\xaa\xe1\xd7\x8b\xe0\x0a\x9d\x37\x0d\x7f\x78\x29\x38\x2b\x91\xab\x21\xf0\xcf\xe5\x97\xd9\x7f\x01\x00\x00\xff\xff\xdd\x88\xcd\x24\x35\x04\x00\x00") func confLicenseMitLicenseBytes() ([]byte, error) { return bindataRead( @@ -687,27 +4239,67 @@ func confLicenseMitLicense() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/license/MIT License", size: 1065, mode: os.FileMode(420), modTime: time.Unix(1398226579, 0)} + info := bindataFileInfo{name: "conf/license/MIT License", size: 1077, mode: os.FileMode(420), modTime: time.Unix(1440548254, 0)} a := &asset{bytes: bytes, info: info} return a, nil } -var _confLicenseMozillaPublicLicenseVersion20 = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x94\x5b\x5b\x8f\xdc\x36\xb2\x7e\x9f\x5f\x21\x18\x38\xc8\x0c\xd0\x9e\xc4\x9e\x5c\x76\xb3\x4f\xde\xc4\xc9\x31\xe0\x04\xc1\x3a\x17\x9c\x47\xb6\x44\x75\x33\xa3\x16\x7b\x45\x69\xda\xbd\xbf\xfe\xd4\x57\x55\xa4\x48\xb5\x7a\xe2\x0d\x16\xeb\x19\x8d\x58\x24\xeb\xfa\xd5\x45\x3f\xf9\xff\xb8\xae\x33\xd5\x2f\xd3\xb6\x73\x75\xf5\xde\xd5\xb6\x0f\x76\x53\x3d\xd9\x21\x38\xdf\x57\xaf\xef\xbf\xb8\xb9\x79\x75\x5f\x7d\x6f\x5b\xd7\xbb\x91\x1e\x05\xfc\x4e\x4f\x5e\x7c\xe7\xfb\x71\x70\xdb\x69\xf4\xc3\x8b\x9b\x9b\x0a\xff\x1d\xac\xe9\x43\x65\x4d\xbd\xaf\x5c\xdf\xb8\x27\xd7\x4c\xa6\xab\xfc\x50\x75\x76\x47\x3f\xd8\x7e\x74\xe3\xb9\x1a\xf7\x66\xac\xea\xc1\x9a\xd1\x86\x4d\x55\x47\x32\x36\x54\xa3\xa7\x3f\x5a\xa1\xc5\x2f\xe0\x08\xbe\xdd\x80\x84\x3f\x11\xe9\xef\x3c\x1d\xcc\x36\xd5\x07\xdf\x8e\x27\x33\xd8\x7b\x1c\xe6\x75\x79\x98\xea\x77\x39\x7b\x79\x28\xa2\x4b\x5b\x1d\xb6\xae\x8f\x54\xf9\x51\x5a\x87\x9b\xe1\xa1\xa7\xa7\x43\xa8\x6e\x5d\x5b\x99\xfe\x7c\x57\x4d\x81\xb6\xdb\x9e\x2b\x23\xc4\xf2\x7d\x4c\xdf\xc8\x5d\x8e\x66\x18\x5d\x3d\x75\x66\xc8\xff\xfe\x59\x28\xa8\xf3\x51\x1f\xf2\xa3\x5e\x9c\x71\x79\x3b\x9c\xc7\x5c\xa1\xce\xe4\xbe\x64\x72\xe5\xa2\x92\xe4\x07\x3f\x0d\x35\xae\xd9\xd8\xea\x07\x3f\x1c\xc0\xe2\xd3\xde\x91\x80\x70\x7b\x16\x29\x09\x26\xbf\xd5\xde\x84\xca\x8c\x23\xc9\xd0\x36\xb3\x34\x7a\x4f\x67\xc0\x82\xea\xed\xc7\xbd\xdb\xba\xb1\x7a\xb3\x61\x12\x6f\x3f\xda\x7a\x1a\xcd\xb6\x53\xfa\x74\xe4\x30\x11\xf9\xe5\xc6\x1b\xb0\x4b\x68\xfd\xe4\x1b\xd7\xba\xda\x24\x9e\x5f\x59\x40\x9b\xb1\x2a\xd5\x26\x60\xe7\xba\x9b\x1a\xd7\xef\xaa\xa3\x1f\x44\x0f\x99\x18\xc4\x65\x7d\xcb\xec\xf8\x8a\xd8\xf1\xae\x27\x29\x1f\x89\x36\x4e\xf4\x87\x1b\x89\xb0\x25\x15\x6b\xcc\x70\x8e\xda\x1d\x5e\x64\x1c\x52\x6e\x99\x7b\x11\xe5\xa7\x72\x25\x32\xa4\xb1\xa1\xa6\x77\xe8\xa1\xeb\x85\x12\xfd\x17\x59\xf4\x4f\x55\xe8\x0b\xc1\xfe\x83\x14\x5a\x37\xde\x66\x1b\x5f\xc8\xff\x44\xbb\x1e\x0c\x31\xc4\x3c\x19\xd7\x31\x93\xa7\xbe\xb1\x03\xbf\x3d\xda\xe1\x00\xf6\xa5\x6d\xa3\xcd\x92\x79\xc2\x60\xac\x19\x3a\x47\xef\xaa\xa6\x27\xd3\xa6\x0b\xe1\xf4\x95\xe9\x82\x7f\x8e\x9c\xb9\xe4\x1c\x73\xf9\x6b\xe2\xf2\x42\xea\xa5\xce\x91\xdd\x54\xad\xea\x02\x28\x9f\xfc\xf0\x28\x76\x85\xab\xf6\x17\x92\x66\xaa\xdf\x10\xd5\xf7\x66\xd8\xd1\x4b\x7f\xd0\xfb\x0b\x8a\x42\x43\x1c\x07\x1b\xb1\x5d\xb1\x96\x13\xa4\x2d\xfb\x1c\xc8\xb7\x0c\x24\x43\x56\x22\x35\xdd\x60\xc9\x92\xe8\x79\xd5\x3a\x3a\x36\x31\x08\xff\x86\x8d\x50\x75\x81\x79\xb2\xea\x5f\xfe\x86\xa3\x09\x03\x96\x3e\x85\x96\x35\xbe\x9e\x0e\xe4\xd9\xf8\xd5\xbf\xa7\x57\xc1\x9b\xf2\xed\xbd\x79\x82\xfa\x82\x23\x83\xdb\xed\x47\x28\xc7\x6e\x30\xfd\xb8\x89\x6a\x72\x30\x1f\xdd\x61\x3a\x54\xf6\xe3\x48\x04\x49\xd1\x43\x80\x1a\x6f\xc8\x62\x2d\xae\xa5\xaa\x2a\xca\x32\xba\x83\x8d\x1c\x8e\x1a\xcb\xe4\x70\xb5\x30\x6d\x83\xfd\xf7\x44\x54\xba\xf3\x86\x05\x02\x67\x65\xba\x4e\x57\x08\x25\x3e\x46\x80\x07\x7e\xb2\x67\x71\x73\x7c\xa5\x5c\xda\xaf\xbe\xa0\x2b\x15\x16\x7b\x29\x6c\x3d\x45\xeb\xbb\xce\x9f\xe8\x8e\xdf\xce\x46\xc5\xba\x00\x7e\xbb\x4b\xb9\x0b\xe7\x07\x1b\xa6\x8e\x4e\xd1\x0e\xfe\x40\xaf\x57\xa6\x69\x38\xce\x10\x53\x36\x49\x17\x1b\xdb\x59\x7e\x88\xb7\x38\x1c\x1c\xb2\x23\xc5\x03\x20\x94\xd0\x95\xd9\xa7\x3c\x6f\x72\x38\x56\x6f\x4f\x7f\x71\x34\xd0\x33\x4e\x2f\xb9\xaa\x1a\xaf\x10\x08\x7f\x31\x2c\xae\xef\x3a\xe3\x0e\xe1\x85\x38\xed\xcc\x77\xe8\xae\x19\xbf\x8e\xb2\xa0\xc6\x82\xdb\x70\xb7\xc9\x9c\x1b\x74\xd8\x93\x81\x76\xee\xe0\x46\xbe\xdc\x86\x16\xd2\xb3\x26\x32\xe3\x38\xf8\xda\x86\xb0\x11\x89\x1e\x59\xa7\xa7\x20\xc4\x82\xe8\xfb\xbc\xc5\xac\x8b\x10\x2e\xfc\xac\x52\xc9\x7d\x1b\xdf\xf5\xe4\xa7\x8e\x34\x00\xdc\x68\x07\x3a\x89\x6d\xc4\x53\xb4\x5e\xdc\x83\xaa\x56\xe9\x4b\x94\x18\xeb\x0d\xd4\xf7\x91\x16\x6e\x28\x64\xf2\x3f\xc1\x76\x1d\xff\xe0\xdb\xd6\x82\x24\xd3\x0a\x06\x0a\xad\xb6\x00\xdf\x46\x47\x3e\xc0\xa5\x47\x62\xd8\x8f\xf6\x0a\xad\xb8\x2e\xeb\xd8\xa0\xdd\x18\x96\xb1\x7a\xf1\x70\x0e\xfc\x22\x19\xa0\x82\x0b\x07\xf6\xa2\x14\x86\x12\xc7\xe1\x7f\xfc\xf9\xb7\xea\x47\xdb\xdb\x81\xcc\x68\x09\x86\x7e\x9f\xc1\xd0\x26\xbd\xfc\x9e\x84\x10\x4d\xf2\x13\x56\xbe\x9a\x57\xbe\x01\x3f\xfc\x62\x8d\x12\xba\x58\xf9\x80\x3d\x19\x6c\x9c\xab\x0e\x5e\x2d\xba\xf9\x20\xc2\xf0\x14\x1b\x3b\x8d\x6b\x72\x71\x60\x8c\xa5\x3e\x2f\xee\x2d\xd6\xba\xf0\xd0\xc7\xc1\xd2\xb9\xa0\xe2\x90\x93\x08\xb3\x30\x33\xa5\x0f\xd0\xf1\x7f\x7e\x7a\x51\xdd\xd2\x6b\xf8\x69\x78\x71\xb7\xd4\xf1\x05\xfc\x33\x25\x00\xb4\x1f\xed\x50\x3b\x68\x49\x74\x41\x31\x0c\xb9\x50\xf2\xe1\x1e\xa7\xcf\x17\x3b\x78\x6c\xd9\x5e\x8c\xc6\x8a\x49\x15\xd0\x12\x2a\xe1\x3b\x18\x43\x24\xa7\x8f\x3a\x76\x72\xcc\x4f\x17\x37\xa5\x78\x72\x20\x3e\xeb\x1b\x12\x44\x88\xbe\xec\x7c\x9c\x06\xf2\xc2\x56\x79\x9d\xc8\x35\x09\x0d\xd3\x61\x74\xe5\x0b\xbd\xfc\xad\xb9\x63\x9e\x1e\xfd\xc9\x0e\x9b\xaa\x71\x83\xad\xd9\x27\x83\x25\xf8\x99\xdd\x7d\x6d\x08\x58\x2a\x35\xbc\x2d\x7f\x62\x5f\x06\xde\xf7\x66\x67\x11\x54\x12\x3a\x92\xfb\xa5\x48\x00\x93\xe3\x7d\x0d\xd3\x8e\xa6\x83\x3f\x9d\x1c\xd4\x87\xa8\xdc\x6e\xef\x00\x9a\x49\x5b\xf6\xee\x08\x42\x07\x4f\x41\x92\x23\x70\xeb\x5a\x62\xd6\x91\xa4\x80\x3d\x6e\xbf\xfa\xe2\x7f\xee\x8a\xc0\x50\x91\x0b\x0a\x23\x39\x18\x88\x28\xec\xc9\xdb\xb1\xbd\x6d\x49\x63\x49\x19\x10\x69\x0a\xc2\xd9\x09\x49\x45\x6e\xc8\xf2\x54\x7c\xd5\x8f\xf0\x1a\x81\x5d\x15\x19\x6a\x13\x13\x88\xd7\x48\x20\xe4\x6f\xaa\x39\x6f\x01\xf4\x0a\xc0\x45\xce\x96\x2e\xb9\x13\x02\x24\x10\x01\x01\x5d\xf3\xf2\xe4\xe0\x34\x06\x7f\x36\xdd\x78\x7e\xd9\x0e\x36\xfa\xa1\xde\xf7\x2f\xed\x47\x52\x8a\xe0\x9e\x92\x51\x64\xb1\x48\xe4\xed\x28\x46\x90\x22\xd4\x23\x74\x93\x9c\x29\x71\x81\x78\xa1\x7a\x78\x9b\xc1\x14\x75\xa1\xe2\x8f\x1a\x7b\x30\xc3\xe3\x5d\x0a\x48\x97\x8e\xb5\x74\xa9\x1e\x89\x03\x9d\xd2\xd2\x0e\xcd\x54\xd3\x8f\x64\x50\x19\x8e\x9b\x43\x1b\x5b\xd8\x19\x8a\x12\x8e\x9d\xa1\x1f\xe8\x40\x2d\xe3\x5f\x7a\xa2\x99\x91\x38\xfb\x24\x5e\x32\xa0\x63\xe7\x09\x60\x92\x03\x4c\x74\x0a\xef\xb8\x89\xae\xcd\x23\x1c\xd0\xcd\xc5\x8e\xa1\xfe\x26\x38\xfa\x33\xab\x79\x11\xd6\x37\xb3\x1e\x11\xb7\x02\xa7\x1d\x12\xcb\x32\x58\xf6\x0f\x46\xf1\x29\x8c\x0a\x47\x8b\xf8\x97\xf4\x61\xc1\x0e\x5c\x7f\x23\x4c\x41\x60\xd0\xa8\x00\x57\x93\x36\x4d\xa1\xc1\x96\x81\x61\x71\xf9\x14\x1d\xe6\xd0\xb0\xce\x84\xe7\x43\xc4\x6b\xe4\x8d\x6f\xe9\x10\x64\x76\xb4\xe3\xf7\x74\x09\xbd\xd8\xaf\xfb\xd9\xa5\x8a\x02\x32\xbc\x07\x1c\x1e\xd5\x99\x0b\xff\xc8\x2c\x8e\x30\x6e\xba\x9e\x20\x84\x79\x73\x65\x11\xc5\x1f\x42\x69\x36\xed\xd2\x32\x2e\xcf\xb9\xc3\x26\xdf\x8b\x0f\x00\x38\x2d\x92\x52\x06\xa9\x43\x18\x85\xda\xac\x0f\x61\xc1\xe2\x78\xa3\x07\x58\x5e\x04\x0e\x01\x74\xd9\xc8\xaa\x0f\x35\xa9\xf9\x5f\xdc\x8e\x91\x5f\xba\x62\x65\x06\x39\x8b\xef\xbb\x64\x1d\xf1\x6d\x16\x7b\x4c\xbf\x32\xbc\x58\xfd\xec\x13\x7c\x23\xe3\xd2\x55\x70\xe0\x71\xbf\x93\x23\x08\x0a\x90\x71\x38\x76\xd0\x46\x06\x7d\xc9\xed\xa4\x0b\xaa\x1f\x94\x65\xf0\x41\x2b\x80\x2e\x8b\x19\x33\x60\x65\x32\x3f\xfb\x11\xe2\x49\x0e\x2c\x93\x1b\x7c\xa2\xd9\x12\xa5\x0d\x79\x8b\x68\xe1\x7a\x3a\x84\x84\x78\xc3\xd5\x84\x3f\x73\x25\xad\x46\xe4\x1a\x01\x96\x83\x8e\xb9\x48\x17\x07\x7b\xa0\x8d\xf4\x8e\xcf\xc3\xd1\x96\xc3\x83\xe0\xae\x03\x23\x58\x8e\x0f\x38\xc7\xb7\xd5\xad\xbb\x83\xff\x93\x7a\x03\xc3\x6d\xf5\x51\x6e\x68\xd8\x4a\xcf\x9f\x85\xd2\x9b\xe4\xb9\xf5\x72\x63\x09\x0d\xce\xdd\xad\x55\x44\xae\x9b\x52\x96\x5b\x85\x28\x80\x5b\x72\xb6\xf6\x38\xe6\xce\x62\x61\x6e\x89\x98\x9a\xdd\x5d\x76\xed\x7a\xdd\x7d\x24\xf8\x09\x19\x5c\xc8\xdc\x89\xa5\x18\xca\x6e\xfa\xda\xe6\xd9\xea\x05\x40\xbc\x4f\xfa\x3e\x2b\x08\x25\x6b\x56\x12\x3d\x81\xb3\xe0\xa6\x6a\xa9\x52\x4e\xae\x3e\xc0\x4f\x0d\x4f\xc8\xf1\xe5\x57\xa1\x06\xad\xf4\x3b\xcf\xac\x2d\x6c\x1e\x5c\x9d\xf9\x71\x30\x67\xa8\x79\x6f\x01\xd5\x81\x3f\x11\xf2\x3d\x29\xfd\x99\x39\x99\x4a\x17\xb1\x8c\x30\x50\xb2\x46\x08\x40\x64\x9f\xb9\x9a\x87\xfb\x2f\xef\xd8\xb2\x09\x74\x7d\x48\x39\x5d\x2a\x64\xdc\x44\x85\x2f\xce\x01\x57\x1b\x72\x43\xd4\x20\x8a\x12\x86\xa6\x5b\x38\x3e\xeb\x54\xbd\xf7\xd8\x7f\xf4\x4b\x17\xb3\x5e\x90\x10\x89\x99\x2c\xbf\x4c\x55\x87\x02\x21\x45\x7e\xdf\x06\x6b\xd3\x65\x28\x95\x7c\x7d\x07\x0e\x5e\x16\x1d\xd6\x8a\x0d\xa8\xc1\x09\x35\x8a\x88\xe4\xd4\x92\xe7\x29\x57\xce\xac\x7a\x10\x56\x7d\x75\x5f\xfd\x8b\xc2\xae\x25\x15\x11\x47\x78\x0d\x62\x0c\xf1\xad\x90\x97\x60\xe6\xbf\x6f\x2d\xf9\xa8\x27\x62\x65\x32\x8b\xd2\x26\x58\x21\xd9\xc1\xb9\x9d\x03\x9f\x63\xc9\x92\x72\x3a\x89\x3d\xec\x07\xc2\xd4\x02\x34\x81\x57\xaa\x6b\x91\xdb\xa2\x84\xa9\x20\xc0\xf5\xcf\xcb\x44\xe7\x99\xf4\xfc\x35\x8a\x31\x3f\x18\x37\x54\xbf\x05\xbb\xa6\xef\x5a\xd6\x00\xe6\x21\xce\x35\xd8\x80\x33\xcb\x5c\xf3\x81\xad\x38\xe8\x66\x6e\x9d\xf2\x4a\xf2\x8a\x0c\x6f\x28\x74\x9c\xa5\x5e\xd1\xf8\x9a\x8e\xd5\x0b\x1a\x6e\xb1\x2b\x87\x73\xfe\xa9\xb1\x46\x93\xbd\x41\xdc\x84\xd0\x81\x5a\x3f\x51\x58\x27\x1e\xf3\x71\xbf\xb9\x2f\x70\x20\xbf\xa3\x02\x0c\x24\x41\x4a\x92\x1e\xee\x5f\xe3\xff\x1e\x24\xea\x93\xfe\x33\x9b\xeb\xb4\x28\xa6\x2c\x2b\x21\xac\x20\x07\x6f\x0f\x30\xfa\x00\x6d\x08\x47\x5a\xe9\xb6\xae\xe3\x04\x02\x0f\x51\xd2\x2e\xa2\x4d\x1b\x6b\x00\x48\x97\xf4\x64\x6f\x28\x58\x35\x8b\xb7\xd6\x5c\xd2\x5a\xe9\x32\x26\xf4\xc4\xe8\xb5\xaa\x27\x2b\x1c\x38\x2f\x75\xf0\x4a\x40\x92\x54\x66\xf9\x71\xaa\x8a\x13\x72\x9c\xc2\x08\x6f\x52\x84\xdd\xcc\x02\xca\x18\x8c\xd5\xbc\x82\x3c\x29\x52\x3c\xca\x2b\xdc\xd1\x95\x5a\x2e\x07\x8e\x3a\xdd\xcc\xa5\xdb\x55\xa3\x47\x5c\xc4\xb3\x3e\xea\xe0\x62\xef\xc2\xe4\x45\x6e\x7b\x7f\xc2\x7b\x14\x20\x09\x7d\xfa\x2d\xaa\x28\x64\xe2\x50\xa5\x2b\x07\x26\x7f\x49\x8a\x1a\x0b\x5c\xa3\x3d\x1c\x05\x56\x75\xc8\x78\xd9\x56\x21\x86\x5a\xad\x25\x5d\xe9\xb3\x85\xfb\xce\x24\x21\xb4\xb4\xbe\xf8\x00\xb0\xb7\x14\xf8\xa2\x88\xa9\x42\x7f\xc7\x9e\x31\xf7\x84\x6b\x22\x5f\x96\xbd\x69\xf3\x3e\xc3\x07\x0a\xcf\x16\xeb\x58\x2c\x5c\x76\xdd\xda\x65\x5d\x77\x4d\x8d\x72\x38\x9e\x17\x9a\x33\x9f\xf7\x4a\xf8\xfd\x8c\xd0\x8b\xbc\xae\xba\x38\xf8\xf3\x92\x5a\xad\xcc\x93\x12\x24\x72\xa4\xbd\x81\x62\x0c\xc8\x49\xfa\xcb\xcb\x51\x9b\xa4\x50\x47\x79\x6c\x8f\x1c\x98\xe1\x51\xbd\x47\x1a\x01\xd8\x35\xe7\xa1\x02\x41\x22\xbe\x45\x78\x6d\x4b\x83\xd3\xc2\x68\xba\xce\x22\xff\x88\xaa\x93\x09\x8b\x4f\xbc\xbc\xe4\x4a\xd8\xc8\xb2\xf9\x4c\x77\xa5\x74\x9a\x00\xe1\xa8\x2b\xc9\x72\x29\xe1\x80\x07\xe7\xf5\x1b\xe4\x8d\x4f\x8e\x1d\xaa\x9a\x54\x22\x15\xd7\xc6\xba\xd9\xf2\x28\x09\x81\x64\x5a\x2e\x2e\x19\x90\x92\xd5\x3d\x27\xf7\x49\xaa\x5e\x5e\xb2\x88\x10\x0f\xc8\x09\x96\x8a\x5f\xa4\x74\xca\xcd\xc8\x4a\xf5\x47\x50\xaa\x8c\xab\xc5\x8a\xb8\x53\x64\x65\x06\x24\x54\x65\x4b\xf6\x70\xf2\x0e\xad\xcf\x10\x90\x8a\x35\x43\x3d\x0b\xbf\x30\x67\x86\x6b\x3e\xe9\x1e\x66\xca\x95\xc8\xec\x58\x2e\xb0\xe6\x16\x88\x56\x17\x6a\x68\x28\x3a\x05\xda\x54\xc8\x5d\x9b\xef\xad\xd4\x96\x07\xbb\xd2\x36\xda\x68\xc7\x2f\x39\xce\x4b\x3f\x09\xc1\x7e\x4a\x07\x6a\xb3\x82\x95\x04\xe5\x48\x3c\x1e\xf3\x44\xaa\xbb\x54\xf0\xe5\xde\x42\x69\x45\xcd\xc5\x80\x97\xfb\x73\xd1\x39\xf8\x39\x20\x24\x35\x4b\x90\x7a\xc9\xdc\x03\x4a\x13\xf2\x36\x85\x7b\x7f\x94\xe2\x57\x3b\x0d\x9c\x13\xac\xe3\xc6\x05\xd7\x57\x8e\x97\x0a\xb0\x99\xe0\xd9\x06\xf3\x53\x17\x6c\xa2\xa3\xb3\x5a\x7f\x89\x6c\x13\xd8\x39\x2c\x14\x18\x22\x90\xd4\xab\xb0\x28\x86\xac\x94\x11\xd6\x36\x42\xf7\x68\xa9\xbd\x92\x61\x2a\xb7\x73\xe4\x9e\x81\x8f\xbe\xb1\x89\x09\x63\xfa\x9d\xae\xcd\x75\x77\x74\x8c\x89\x2a\xdd\x12\x60\xe4\x3c\x97\x52\xba\x3c\x1b\x6f\xe9\x57\xc3\x20\xe4\x7c\x17\x7b\x0b\x24\x43\x28\xe3\x35\x9b\xce\x9d\xf7\x65\x26\xa7\xf9\x46\x32\x32\x5c\x5f\x2e\xbc\x72\xbf\xa2\xb9\xae\x1d\x26\x35\x40\xc6\x85\xb0\xc3\xe6\x5c\x3d\xf6\xfe\xd4\x13\xa6\x93\xfa\x18\x59\x52\x5d\x4f\x83\x21\xf8\x1a\x98\xed\x04\xae\xdf\x08\x36\x8c\x16\xf6\x66\xce\x33\x7e\x85\x58\x97\xfe\x64\xef\x51\xa2\xa6\x0d\xb8\xe0\xa3\x36\xe4\x63\x38\x30\x55\x6b\xd9\xd6\x37\x19\xf7\xc2\x74\xcc\x3a\x02\x8e\xd4\xe6\xd0\xa3\xba\xcb\x25\x01\xe5\x20\xc5\xaa\xce\xed\x22\x9a\xf2\x85\xe9\x96\xd1\x6f\x55\x19\xef\xab\xff\xf5\x27\x02\xf7\xb4\x6f\x0a\x22\x1e\x26\xc1\xf5\x0e\xba\x19\x3b\x35\xb0\x62\x6b\xf7\xa6\x6b\xe5\xdc\xd0\xad\xb9\xb6\x83\xe7\x2b\x79\x60\x06\xc1\xb8\xe6\x07\xb4\xbd\x0d\xbe\x23\xe3\x20\xd2\x75\x67\x8d\xb6\x5c\x12\x34\x64\x75\xbf\xbc\xfe\x7c\xf3\xcd\xb5\xab\xc3\xe7\x30\x5f\xd9\x7f\xcd\x9c\x37\x1d\xf1\x63\x86\x06\x5a\x4c\x35\xbb\xc1\xb2\x28\x94\x70\x7b\xae\xc0\x82\x32\x8b\xd5\xd2\x46\xd4\xdf\xb8\x27\xd9\xc5\x34\xc8\x36\x97\xf5\xbd\x45\x66\xf9\x5f\x4a\x52\xbc\x01\xce\xc9\x57\x99\xc3\xba\x56\xf8\x33\x57\x98\xb2\xd4\x35\xb3\xe3\xeb\x5e\xb3\xb8\x0a\xa5\x3a\x00\x70\xad\xd6\x09\xa5\x3f\xa7\xc1\x85\xc6\xd5\x5a\x41\x23\xa7\xf2\xae\x4f\xc7\x42\x56\xcd\x01\xeb\xfb\x89\xb9\xf6\x81\xe8\x4e\x82\xd5\xff\x65\x77\x53\x37\x27\x97\xef\x50\xf9\x80\x2c\x50\xb1\x94\xa6\x2d\xf3\x51\x5d\x79\x1e\xf7\xb2\x7e\xe9\x2a\x80\x07\xb9\x65\x71\x31\xa0\x88\xc8\xce\xac\xbb\x0a\xd2\x1b\x39\x63\x90\x33\x32\xc3\xff\x24\x3f\x26\xc5\xfa\xa1\x81\xa2\x33\x8c\x8e\xe7\x66\xc4\x9a\x34\xf5\x5b\x6e\x5b\x2c\xe3\x73\x3e\x12\x50\xb8\xe8\xe7\xfb\xd5\x0c\xd2\xb8\xfd\x10\x41\x6b\x74\x3c\xb9\x70\x34\x96\xc6\x12\x1a\x21\x50\xc3\x65\x52\x14\x3a\x48\xbd\x64\x29\x87\x99\x94\x00\x1d\x3b\x53\x0b\x00\xe6\xe2\xdc\x48\xfb\xc6\x0e\x2e\x2b\x4a\xa3\x2c\x5e\xa4\x6d\xe1\x2a\xd3\x52\x46\x55\x66\x24\x6f\xd5\xaf\xca\x2d\xe3\xed\x06\xcf\x53\x1d\x6a\x02\xb3\x2e\xcc\x3c\x65\xae\x87\x6b\xa7\x9f\xeb\x00\x08\xe8\x96\xbc\x7f\xa7\xbd\x36\x53\xc4\x5f\x88\x8b\xfc\xae\xc4\xbd\xf0\x88\x8a\xe9\xc8\x19\x03\x83\xc8\x51\x67\x36\xb8\xba\x49\x5a\x47\x5a\x4b\x3e\x19\x9e\x57\x51\x0f\x7e\xa7\xec\xf6\xd7\xb9\xaa\x50\x94\x6d\x4b\x41\x72\x3d\x76\xd4\xc5\xb4\x03\x59\xf3\x81\xa8\xd4\x0c\x3a\x1c\x43\x3b\x31\x14\x4a\xf2\xbb\x2b\xaa\x0c\xcc\xc2\x9a\x92\xf9\x54\x59\x1a\xeb\xdf\xbc\xc8\x61\xd2\x21\x61\x8b\x3e\x2f\x7b\x3c\x73\x40\x99\x0a\xb8\x32\x03\xa5\xe9\x16\x7b\x7c\xd7\x43\x24\x44\x04\x8a\xcc\xf8\x33\x28\x78\xda\x10\xdd\xce\x06\xd1\xb8\xa9\x1f\xe9\x22\x4b\x07\x16\x83\x22\x02\x9b\x83\x78\xf0\x6a\xeb\x04\x7b\x25\xf6\x04\x09\x0a\x52\x4d\xdb\x24\x25\x97\x16\x8b\xef\x77\x9e\x50\x83\xc6\x06\x69\xb2\xb8\x95\x56\x08\x18\xc9\x01\x0b\x61\x99\x1c\xb0\xb8\x3d\xad\x05\xf6\x2f\x23\xab\x6a\x9b\xfc\x39\x5b\xff\x45\x9e\x75\x1c\x9c\xd4\x0c\xbe\xfe\xa2\x6a\xcc\x99\x6e\xd7\x22\xf0\xa7\x62\x0e\x33\x7e\x6b\xea\x47\x14\x7f\xb4\xde\x34\x13\xbf\xaf\x7e\xa2\x40\xe9\x63\xfc\x8b\x97\x7a\x9e\xdd\x55\x02\x9a\x19\xbb\x8b\xdb\xcb\xc5\x57\xef\xcd\xd7\x75\x36\x64\x17\x9e\xbb\x76\xc5\xad\xd7\x2f\x2c\x88\x19\x3e\x96\x9b\xd7\xe8\x8a\xc8\x08\x4c\xbc\x71\x3c\x59\x6d\x1d\xaa\xee\x5a\x58\xa5\x9d\x16\x1b\xa8\x77\x5b\xea\xd8\x3c\x1b\x91\x9d\x7a\x8e\xa0\x4b\x4d\x9e\xf9\xff\xb0\xe4\xff\x20\x87\x38\x6a\x56\x9b\x84\x8b\xf3\xb0\xb5\xbe\xbe\x8f\x45\x06\x99\xdb\x19\x51\xcd\x1a\x63\x44\x37\x3b\x8c\x9c\x8c\x79\x57\x1b\xa1\x1b\xc3\x06\x23\x17\x94\x14\x85\xc6\x90\x3a\x77\x0d\x64\x06\x84\xcb\xd0\x0a\x61\x1b\x4b\x8f\x06\x43\x37\x39\x23\x1a\xec\xf8\x2d\x23\xe5\xb6\x4d\xd4\x09\x32\x09\x3b\xbc\x8c\xf3\x23\xb8\x70\x3d\x90\x27\xd7\x27\x77\x70\xa7\x76\x27\x93\x4b\x17\x7d\x0e\xad\xeb\xc7\xb0\x8c\x1e\x76\x77\xce\x9b\xdd\x70\x23\x7a\xc4\x7c\xf6\x65\x73\xd5\x07\x44\x5d\x65\xa6\x9f\x8b\xd1\xa5\x6c\xe3\x90\xf2\xeb\x2b\x25\x6a\xad\x90\x08\x2d\x34\xec\x96\xe9\x65\xd8\x9b\xdc\xf5\xb1\x60\x1e\x10\xfe\xc5\xe7\x3f\xa9\x2f\x1e\x67\xc7\x5a\x52\x0e\xd5\x57\x32\x66\x47\xf2\x8c\x2d\x25\x50\xb4\x70\x32\x69\x30\x24\x62\x70\x46\x5e\x92\xe7\xe6\xe2\x89\x41\x0a\x17\xc2\x2d\x51\x8e\x26\x6e\x0f\xc4\x75\x29\x05\xb2\x29\x6f\xad\xd5\x8b\x3c\x99\xce\x35\xdd\x39\x6f\x53\xb1\x39\xa9\xde\x15\xf4\x56\x9c\x69\xd4\x59\xf5\xc2\xd9\xd5\x84\x1b\x61\x1a\x9e\xd0\xa5\xcc\xfe\x42\x7c\xf9\x9a\x0b\x08\x0a\xb8\xc0\x93\x3f\x14\x6f\x31\xf4\x59\xcb\x82\x53\xfa\xbf\x72\x06\xf1\x17\x2f\x0c\x4c\xf9\x85\x3a\xca\x88\x79\x30\xf8\x94\xc0\x9c\x02\xeb\x47\xd2\xa4\xd4\xcd\x26\x0f\x3d\x60\xec\xa6\xd9\xc4\x0e\xa2\x94\x6c\x38\x18\x93\x92\x33\xa5\x94\xc1\x6d\x56\xa7\xa9\x74\x03\xb8\xa2\xeb\x83\x97\x0e\xae\xd0\xb2\x4f\x41\x49\xca\x02\x98\x04\x4c\x62\x0d\x94\xb7\xf4\x5c\xce\xa1\xe4\xd7\x8d\x1a\xbe\x33\x7f\xa9\x13\x23\x15\xbb\xbc\xfe\xa5\x2a\x3f\xfd\x8f\x9b\x93\x88\xca\x30\x6a\x84\x2c\x17\x1e\x01\x9c\x15\x65\xfc\x9b\xd2\x2d\xa7\x18\x56\x27\x00\x62\xb2\xba\x76\x42\xbe\x68\xc8\xa6\x55\x3e\xec\x79\x80\x6b\x6d\x52\x8d\xe5\x61\xf5\x16\x90\xaf\xce\x88\x29\xc2\x64\xa6\x41\x8d\x6e\xb9\x2c\x55\x26\x33\x77\xf0\x3c\xd3\xc1\xa6\x52\x5d\x94\xcb\xdc\xda\x92\x36\x19\xf8\x7d\xc3\x0e\xf8\x68\x9c\x80\xcd\xda\x0f\x3a\xd4\x72\x2f\x5d\x89\xa6\x50\xa3\x24\x69\x4a\x85\x03\xf9\x39\xee\x6b\x93\x6e\x40\xc0\x3d\xc6\x19\x41\x2e\x36\x16\x2f\xfa\xcc\x53\x60\xde\xac\x5f\x18\x95\xa0\x89\x44\x3f\xb8\xff\xe4\xed\xea\x42\x11\x35\x79\xce\x54\x74\x3e\x1e\x69\xfd\x37\x79\x2b\x1d\x3b\xbd\x8f\x99\x04\xab\xfd\x6f\xbc\xac\x27\x40\xe4\x86\x7a\x3a\x48\x65\x21\x42\x0c\xfd\x93\x8c\x2d\x11\xe3\xa0\x99\x69\x72\x87\x98\x3a\x66\x65\x06\x10\xeb\xed\x8e\x12\x3a\x74\x34\xef\x36\x69\xac\x67\x6e\xa5\xc8\x44\x8f\x98\xe8\x42\x3c\x71\x34\x0c\xd9\xef\x69\xcf\x86\x9d\x4f\x09\x5c\x30\x06\xad\xda\xd4\x4c\x53\xaf\xb5\xb5\x9c\x25\x09\xb6\x84\x1e\x64\x19\x60\x9c\x58\x9a\x67\x97\x38\x8d\x92\xc1\xda\x9a\x6c\x9c\x6c\xa1\x53\x61\xf7\xda\x11\x44\xc6\xd1\x98\x83\xd9\xd9\xd8\x25\x05\x25\xe4\xfb\x74\x2b\x1e\xc0\x79\xd6\x3e\xe3\xd2\x96\x5b\xad\x81\x81\x37\x59\x1a\x59\x1f\xfd\x16\xb3\x91\x9d\xf7\x0d\xb0\xeb\x46\x6a\x78\x61\xf4\xc7\x23\xad\xda\x70\x80\x9e\xb0\x0b\x70\xd6\x34\x48\x4d\x80\xf2\xf4\xa9\xaf\x85\xbc\x36\xee\x35\xa6\xb0\x81\xb3\x58\x30\x06\x86\xa9\xb4\xfc\xf0\x7c\x00\xae\xd6\x21\x1e\x24\x58\xc3\x3d\x77\x95\x47\xe1\xa0\xa5\xf8\x0e\x50\xd4\xea\x08\x58\xd0\xae\xd3\x5c\x4c\x57\xe2\x6a\x11\x5d\xa1\x62\x29\x59\x65\xe4\xcf\xf4\xd9\x24\x8f\x80\xdc\x5c\x27\x8e\xb9\x29\x98\xd3\x58\x83\x9e\xfc\x00\x89\x06\xae\xbf\xb8\x9e\xf2\xd9\xb3\x26\xe2\x3c\x70\x49\xc8\x26\xe5\x24\x3a\x2a\x90\x69\xdb\x22\xc3\xc9\x9a\x7e\x9d\x39\xa5\x84\x27\x24\x6c\x34\x9f\x96\xfc\x0d\xe0\x50\x9e\x3e\x63\x12\x5a\xe7\xca\x3b\xe9\x29\x54\x3a\x8c\x15\x87\x39\xb2\xab\xaa\x9f\x56\x05\xba\xaa\x3f\x5a\xa4\x24\x46\xcd\xa4\xca\x24\x1f\x75\x02\x36\xa1\x9c\x4f\x70\x88\x37\x37\x7f\x83\x05\x47\x58\xc5\x46\xfb\x86\xab\x62\x09\x69\x0d\x16\x69\x1b\x80\x8d\x2f\x5d\x83\x76\xef\xb7\x83\x9f\x50\xfe\xe3\x92\x90\x8b\xdd\x8a\x69\x90\x6e\x30\xd7\xd1\x73\x06\xc0\xc2\x75\x68\x06\xae\xb6\x6f\x00\x13\x0f\x04\xe6\x64\x86\x18\x8c\xa4\x00\x4c\x97\x3e\x62\xf0\x0c\xa9\xac\x32\x62\x8b\x81\xd9\x98\xa0\xb0\xa8\xb2\x43\x8a\x1a\xd0\x69\xf2\x3a\x35\x89\x47\x93\x5a\x33\xde\x2c\xca\x18\xb3\x55\xf1\x3c\x67\x94\xb3\x93\x41\xef\x96\x24\x3c\xbe\xf4\xed\x4b\x95\xb0\xa4\x49\x81\x8b\xa9\x7b\x75\x47\xcb\x61\x20\x39\x02\x45\x5e\x06\x45\x26\x29\x52\x56\x28\xd9\xf2\x7c\x6f\x8e\x1b\xb5\x04\x5a\xc2\x4b\x92\xca\xdf\x29\xf5\x20\x3f\x4b\x30\xc7\xf4\xd6\x4f\x52\x2e\x2c\x7a\xd6\x45\x5b\x5e\x21\xb7\x1d\x33\x0c\x85\x7b\xd4\xc4\x8b\x38\x4d\x1f\xa6\xed\x9f\x74\x54\x10\x3a\xa0\xab\x22\xc3\x83\xbe\x65\x98\xcd\x98\x33\xde\xf3\x02\x05\xd2\x8f\x7b\xdb\x35\x92\x60\x83\xc0\xd4\x5b\x18\x71\x6d\x25\xc4\x8b\xe1\xa4\xe5\x49\x18\xc4\x5a\xb5\xf4\x5e\x54\x6e\x36\x23\x71\xe8\xd9\xdc\x47\x2c\x02\x66\x84\xef\x45\x15\x49\x04\x65\x4d\x46\x40\x9f\xc2\xa7\x90\xc4\xcb\xfd\x6e\xd3\xef\x26\xb2\x09\xd1\xbb\x34\xfb\x99\x4e\xc4\x41\x74\x98\xe0\xd6\x35\x81\x60\x45\x1c\x24\x2d\x49\xce\x84\xf5\xcd\xca\x57\x4d\x9c\xce\xcb\xaa\x92\x2b\x29\x05\x59\x7c\x70\x74\x83\x8f\x01\x7e\x2f\xc6\x8f\xd3\x2c\x38\xff\xf1\x15\xe9\x91\x3d\xa5\x57\xe2\x54\x70\xfc\xc8\xec\x07\x52\x86\x26\xd5\x2d\xb3\x2e\x3e\x39\x70\x4b\xf1\xa9\x49\xa5\x17\x93\x81\xc8\xb9\xdf\xa9\xe4\x68\xa3\x07\x9e\xdf\xe2\x9a\xef\x3c\xb0\xb9\x42\x90\x07\x30\x8a\x2f\x2e\x64\xdc\x72\x9e\x75\x3c\xa2\xdd\x17\xf6\xfc\x35\x40\x39\x59\x5d\x54\x84\x30\x3b\x12\x27\x5d\xe2\x10\xdb\xce\x21\x2a\xe8\x9c\x18\xc7\x5d\xd2\xc8\x89\x88\x41\x31\xe3\xcb\xfd\x74\xd8\x32\xa0\xc0\xf4\x4b\x1c\x38\xc4\x06\x6b\x8c\x5a\xe9\x67\x3e\x93\xe3\x2c\x6a\x88\x36\xee\xa9\xc4\x4a\xf9\xe8\x9a\x79\xc2\x20\x4e\xad\x60\xbc\x2f\x26\xcd\x6b\x9b\x65\x73\xf9\x6b\x73\x3b\xfd\x79\x6d\x18\x48\xb9\x3a\x0f\x0c\x74\x73\x75\x13\xf1\x48\xc5\xcd\x5c\x79\xb8\xd7\xd9\x08\x7a\x7b\xc9\x10\x32\xe0\xf3\x3c\x24\x91\x26\xcf\x78\x82\xab\x18\x49\x98\x85\x25\x29\x2c\x56\x9d\x78\xba\x46\xb3\x9d\xd4\xd8\x64\x49\xe7\x5d\x5a\xb6\xf1\x90\x9a\x2a\xe7\xcb\x46\x28\xb0\x66\x14\x73\x1a\xa4\x5d\xcc\x3d\xcd\x2e\x45\x8e\x4c\x8e\xd7\x28\x6c\x4e\x49\x20\x67\x78\xe8\x4c\x29\x2d\x01\xe1\xea\xa4\x53\x26\xc0\xeb\xca\x29\x97\xa4\xce\x71\xc4\x4c\xea\x47\x36\x79\x88\x18\xe3\xd3\xe9\xe2\x42\xe9\x5c\x87\x38\x68\x39\x9f\xf3\x4e\x98\xff\x65\xde\x1d\xc6\xac\xe4\xea\x87\x30\xb4\xec\x99\xae\xa6\x1e\x20\xf6\x36\x63\x71\x63\xee\xfc\x64\xea\x7c\x8d\x7e\x94\xf7\x27\xf4\x4e\xaf\x75\xf3\x33\x89\x28\xb5\xfc\x53\x95\xac\x08\x53\xce\x52\xcc\x1f\xeb\x2d\x25\xa9\x85\xdb\x28\x2c\xfd\xfa\x8f\xf8\x96\x3e\x81\xac\x5e\x5e\x5e\x28\xae\x96\xee\x64\x54\x64\x8e\x70\x17\xef\xba\x10\x83\x57\xd1\x9d\x2b\xad\xfa\xea\x27\xba\x3a\xee\x8a\xcf\x52\x24\xd4\x65\x03\x36\xb4\xec\x97\xf7\xfc\xfd\x60\x1a\xab\xc9\xc4\xd0\x64\x55\x30\x14\xd0\xa5\x09\x56\x9b\xe4\x3a\x64\x0e\x04\xfe\x35\xe9\xd7\x7e\x1c\x8f\xdf\x7e\xfe\xf9\x41\x4e\x73\xef\x87\xdd\xe7\xb4\xc5\xe7\xb4\xf9\xe7\xc4\x92\xd4\x01\x81\x69\xa6\x1e\x08\xa3\xd4\xe0\x86\x98\x5d\x10\x34\xcf\xe5\xc0\xb3\x22\x59\xee\xcc\x47\xb9\x99\x1b\x13\x59\x0b\x68\xb9\xaa\xf3\xda\x81\xbc\x65\xbd\xe7\x06\xd4\xfb\x77\xdf\xbd\xfd\xf9\xc3\xdb\xf4\x51\x97\xb9\x21\x84\x67\x9f\xe0\x05\x24\x7b\xa1\x3c\xec\x4e\x51\x5a\x5e\x72\x4f\x9f\x3e\x75\xee\xd1\x2a\xd2\xf6\xfe\x71\x76\x0e\xe6\x26\x55\xef\x52\x9b\xb5\x69\xf2\x09\x4b\xe9\x92\x8e\x73\xb3\x95\x84\x30\xf7\x8f\xd3\xc7\x12\x99\xee\xfc\x93\x74\xe7\xd3\x3e\x56\xfd\x54\x4d\x2a\xa8\xe9\xcb\xd7\x68\x6e\x64\xa4\xa8\x75\x7d\xd6\x38\xfc\x0b\x6d\x63\x3d\xfb\xff\x00\x00\x00\xff\xff\xfe\xbf\x17\xbb\x30\x3e\x00\x00") +var _confLicenseMozillaPublicLicense10 = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xdc\x7c\x5b\x73\xdb\x46\x96\xff\xbb\x3e\x45\x57\xaa\xfe\x65\xa9\x8a\xa6\x6d\x25\x4e\x26\xc9\x13\x4d\x41\x36\x26\x14\xc9\xe1\x25\x8e\xe7\xe5\xef\x16\xd8\x14\x31\x06\x01\x0e\x2e\x92\x99\x4f\xbf\xbf\x73\x4e\x37\xd0\x00\x21\x4b\xd9\xaa\xbd\xd4\x6e\xed\xae\x45\xa0\xd1\x7d\xee\xf7\xce\xcd\xec\x9f\xe1\x64\x32\x52\xf3\xf5\xbb\x49\x38\x56\xf8\xbf\x60\xba\x0c\xd4\xd9\xef\x26\x2f\xe2\x2c\x55\x6f\x86\xaf\xcf\xde\x0c\xd5\x95\xd9\xc6\x69\x5c\xe2\x49\x31\x3c\xc3\x03\x3c\xfa\xfc\x79\x9c\xa5\x65\x1e\xdf\x56\x65\x96\xbf\x78\xa1\xf6\x46\xa7\x85\x32\x3a\xda\x29\x93\x96\x71\x79\x54\xe5\x4e\x97\x2a\xca\x8d\x2e\x4d\xa1\xb2\x5c\x45\x6e\x3d\x7e\x96\x19\x5e\x1b\x79\x4b\xe7\x64\x5b\x75\x93\x6d\xe2\x6d\x1c\xe9\xe6\x94\xcb\xce\x29\xca\x42\x55\x9f\xc6\x5b\x64\xfb\xdb\x38\xad\x77\xa1\x47\xb3\x3c\xbe\xc3\xa3\x44\x8d\xb3\x8d\x19\xa8\x43\x1e\xe3\xdb\xd6\xf6\xaa\x2a\xcc\x46\xdd\x1e\x95\x56\xde\xfe\x03\xa5\xd3\x0d\xef\xd0\x5e\xbc\xd7\x1b\x43\x8b\x19\xa1\x83\xce\xcb\x38\xaa\x12\x9d\xfb\x9f\x32\xbc\xdf\x0b\xbc\xf7\x26\xc7\xe6\x74\x76\x0b\xd0\x16\x54\xea\x04\x22\x3c\x78\x0e\x3a\x0c\x62\xeb\xcb\x81\x8a\x53\xa1\x7b\xa4\x0b\x83\x1f\x51\x52\x6d\xe2\xf4\x4e\x1d\xb2\x5c\xb6\xc6\x26\xb9\xc9\xb6\x0c\xe3\x0f\x04\x63\x90\x98\xa8\xcc\xb3\x34\x8e\xd4\x55\x5c\x08\x0e\x74\xe0\x8d\x89\x76\x3a\x8d\x8b\x7d\x0d\xb8\xc6\xbf\xf6\x99\xba\x33\xa9\xc9\x75\x92\x80\x6a\x51\x64\x0e\x25\x90\xc4\xc9\x04\x61\x91\x6d\xcb\x07\x9d\x1b\xb5\x31\xf7\x26\xc9\x0e\x7b\x48\x00\x61\xb2\xaf\x52\x12\x84\xad\xc5\xcd\x34\xc7\x96\x39\x76\xdf\x9a\x9c\x70\xdc\xe8\x52\x33\x6c\x6f\x19\xb6\xaf\x26\xaa\x4a\x7d\x9b\x34\xd4\xf3\x49\x4a\x47\xea\x94\xf7\xdc\xab\x8c\x30\x23\xb6\xa4\x6a\x99\x55\x79\x64\x78\x09\xef\xf5\x23\xed\x15\x92\xcc\x82\x70\x57\x02\x96\xc9\x5b\x0c\x89\xd3\x4d\x7c\x1f\x6f\x2a\x2c\x00\x80\x56\x68\xe3\x0d\xfd\xb1\x8d\x71\x9c\x96\x65\x27\x9b\x38\xac\xbd\x23\x55\x9a\x41\x28\x8c\xca\xcd\xbf\xab\x38\x17\xd1\x0a\xbe\xee\xe2\xdb\xb8\x54\x23\x86\xe7\x27\x82\x67\xa2\xf3\x3b\x7c\xff\x31\xcb\xbf\x78\x14\x7e\xc0\x4f\xf5\xb0\x8b\x89\x83\xcc\x7d\xd3\x41\x19\xd0\x75\x79\xa9\x1e\xe2\x92\x96\xcb\xd1\xea\x8e\x96\xa7\x72\x2e\x81\x56\x9a\x7c\x5f\x88\xfc\xc4\x85\x9a\x00\xb4\xb4\x10\xba\xfc\x8d\xe1\x90\x07\x1e\x35\xb0\x6a\x93\x45\x15\x31\x8e\x97\xfd\x4c\xcb\x5a\x62\xd6\x00\x0c\xea\xeb\xcd\x86\xad\x01\xe9\x31\xa0\xdb\x80\xb3\xfc\x73\x9b\x67\x7b\x91\x88\xea\xb6\x28\x75\x1a\x31\xf0\x90\xb0\x2a\x2a\x2b\xc8\x07\x20\x32\xb1\x65\x5a\x8f\x46\xd0\xd6\x87\xdc\xdc\xc7\x59\x55\x74\xec\x81\xfa\xb8\x33\x69\x47\x12\x0a\xd0\x3b\x31\xba\x10\x5e\x69\x55\x98\x3c\x36\x8c\xf6\x36\x4e\x0c\x14\x43\xb7\x36\xc1\x07\xbf\x9c\x9d\x8d\x86\x6a\xf4\x1c\x0c\xc8\x5a\x81\x1a\xbc\x9d\xe6\x0d\xf9\x91\x86\x1d\x84\x6e\x9d\x80\xfe\x08\xd8\x67\x67\xef\xe4\xbc\xd4\x3c\xc8\x26\x62\x15\x65\x27\x21\x26\x59\x94\x7e\x5d\xff\xd6\xbe\x30\xc2\xaf\x89\x49\xad\x2f\x6a\x26\xf9\xb2\x89\xad\x21\x57\x07\xd8\xdd\xbc\xd1\x54\x16\x1d\x11\x3a\xe2\xbd\x29\x22\x58\x81\x46\xa3\x9f\x2b\xdb\x44\xf8\x8e\xb9\x25\x03\xc5\x1b\xe3\xcf\x52\xa4\x31\xde\x33\x14\x71\x59\x73\x4c\x55\xe9\x86\xa5\xa0\x11\x4f\x82\x83\x64\x59\x27\x70\x0a\x9b\x63\x9b\xd7\x6d\x01\xef\xc8\xf4\x1b\x76\x47\x1e\xc8\x2d\x35\x07\x05\x61\x68\x68\x27\xb1\x19\x42\xe8\xd6\xee\x64\xa0\xf6\xfa\x0b\x31\x76\xdf\x32\xca\x10\x8e\xb8\x1c\x78\x36\x15\xe6\x8f\x96\x54\x10\x2f\xbc\xa9\xf9\x08\x27\x93\x54\x56\x35\x8a\x22\x8b\x62\x2d\xd6\x11\x24\xdf\xea\x88\xec\xa2\xf3\x9f\x4e\x34\x89\xde\x87\xd2\x3a\x22\x1c\xc3\xce\x31\x4b\x98\x53\x71\x22\xf2\x4a\x94\xc4\xe6\x25\x0e\xad\x1d\x02\x4c\x5d\x63\x21\x07\xac\x34\x2a\x81\x0d\xa7\x77\x85\x50\x80\x59\x0b\x2c\x80\x35\xd9\x32\x2d\x9b\xea\x3c\x2e\x08\x25\x7d\x47\x00\x97\x4f\xe8\xa1\x58\xd6\x07\x03\x74\xbf\xa4\xd9\x43\x0a\x5e\xde\x6b\xc0\x85\x43\x3b\xb6\xc9\x91\xb3\x89\x05\x0a\x15\xed\x32\xb0\x67\xa8\x56\x1d\x49\x8a\x00\xfd\xad\x98\x70\x86\x29\x37\x05\xa1\x4f\x27\xe6\xd1\x2e\xbe\x07\x08\xc4\x23\x72\xd9\x19\x2c\xb3\x11\x67\xac\x0f\xf8\x09\x27\x0e\x9a\x82\x90\xee\x3b\xa6\x07\x29\xee\x4b\xf9\x96\xb8\x53\x4b\x37\x04\xe4\x01\xdf\x93\xab\xaa\xc1\x26\x26\xa7\x20\xf4\x8e\x8c\xb0\xc8\x0d\x07\x18\x9f\xb2\xca\xb3\x6d\x1d\xaf\x00\xe2\x9a\x3b\xfc\x69\xbd\x83\xf9\x6a\xf2\x28\x2e\xe8\x2c\xd0\x6c\x47\xfc\x23\x39\x16\xa1\x27\xc8\x92\x23\xbd\x63\xe3\x4c\xa2\x62\xa9\xe3\xcc\xf1\xa0\x2d\xf0\xbc\xff\xb6\x62\xcb\x78\x6f\x03\xae\x8e\xcd\x06\x26\x45\x05\x3a\x88\xba\x2c\xe1\x3f\x69\xd1\x8f\x14\x80\x5d\xe3\x73\x0f\xb8\x98\xa4\xca\x61\x23\x02\x6b\x44\x22\x2d\xec\xce\xc3\xb0\x9c\x51\xd4\x50\xb8\x1f\x09\xeb\x15\x0b\x53\x6c\x31\x62\xef\x8d\x93\x9c\x58\x32\x46\xd8\x5b\x8e\x3d\x54\xf9\x21\x2b\x4c\xe3\x61\x1a\xf9\x26\x18\xec\x47\x35\x55\xcf\xf5\x85\x68\x62\xf6\x40\xb4\xda\xc0\x8a\x44\x25\x9f\x96\xca\xdf\x03\xd6\x00\x0d\x5d\xe0\x75\xf2\xd0\x32\x78\xaf\x53\x7d\x67\x38\xa2\x20\x11\xaf\xea\xf8\x72\x00\x8c\x0c\x8b\x29\x6c\x02\x1f\xa9\x65\x57\x96\xdd\x87\xb8\x10\xf5\x38\xbf\xbd\x50\x10\x60\x90\x77\x17\x1f\xc4\x37\x6c\x41\x0d\xf8\xf1\x88\xf6\x3c\x7f\xfb\xfa\xff\x5d\xf0\x39\x59\x5e\x4b\x73\x56\x95\xe4\xbd\x58\xe3\x0b\xc8\x8b\xc4\xaf\xb7\x88\x7f\x60\x1a\x48\xa1\x5a\x1b\x7a\x30\x41\xac\x20\x53\xbe\xc8\x37\x76\xea\x92\x98\xb6\xea\x0d\x28\xde\x23\x1a\x2a\x87\xea\xac\xff\x2d\x79\x7c\xa0\x78\x47\x8b\x0a\x62\x82\xc4\x0c\xc9\xe6\x25\xc9\xf8\x40\xe5\xd9\x51\x27\xe5\xf1\xe5\x36\x37\xf8\x95\x66\xe9\x4b\xf3\x15\xec\x2f\xe2\x7b\x03\xd3\xc0\xc7\x0f\xc8\x21\xff\x8b\xa8\xce\x81\x77\x9c\x6f\xd8\xeb\x1c\xd9\x44\x25\x14\x96\x91\xbc\x93\x9a\x19\x7a\x1a\x25\x3a\xde\x93\xb3\x64\xce\x65\x64\xa4\x70\x8c\xc1\xfb\x4d\x15\xe1\x4f\x36\x92\x47\xe2\x64\x71\x48\x34\xfe\xc0\x67\xa2\xb8\x38\xc6\x1e\xc9\x2a\xb1\x71\xd1\xa5\xe9\x31\x34\xe7\x3d\x71\xcd\x85\x48\x1a\xde\xd0\xbf\xe0\x43\x37\xd6\x25\x9d\x29\x6a\x97\xa9\x95\x17\x52\xfd\x4a\x47\x02\x66\x30\x5c\x64\xf8\xa0\xc5\x83\xc3\x80\xd1\x77\x74\x82\xde\x92\x17\x24\xf6\x6d\xea\x94\xc4\x29\xc0\x29\xe9\x59\x2e\xe1\x18\x80\xf2\x4e\x83\x9a\x94\x08\x0c\x88\x1a\x8c\x5c\x41\xd6\xf1\xfc\xf3\xe7\x75\x19\x27\xf1\x9f\x70\x3a\x17\xcf\x45\x72\xa0\x40\x12\x58\xab\x84\x2c\x94\x4d\x85\xcc\x57\x02\x56\xc2\x03\xd2\x5a\x96\x2a\xc1\x40\x22\x1d\x0d\xf3\x0d\x43\x46\xa1\x44\x04\xfb\xa7\x73\xfe\xd4\xa4\x6c\xdc\x48\x2a\xf0\xcb\x82\xf2\x6c\x62\x13\x1a\xe4\x73\xf1\x29\x9d\x79\xc7\xc9\x5a\xde\x82\x65\xaf\x8f\x64\xb3\x5b\x87\xba\x63\xb6\x55\xce\x0a\x78\x92\xc9\x78\x59\x4c\xc1\xa2\x0f\xad\xf0\x13\x39\x27\xf0\x01\xa5\x2d\xfe\x8b\xff\x3b\xb2\xde\xa6\x89\xa4\xc1\x2c\x65\xcc\x58\x1f\xe7\x7e\xd6\x58\xff\xcc\x61\x00\xe4\x59\xe2\x12\xda\x41\x17\x31\xf4\x40\xd4\xe4\x94\xfa\x03\x52\x8f\x6e\xf6\xf0\x5f\xa6\x31\xad\xe4\xb9\x23\x7f\x3d\x89\xfb\xff\xa0\x36\xfc\x05\x68\xfe\x9b\x94\xe2\xfb\x61\x3b\xf9\x9e\x41\x9a\xee\xbc\xb7\xf0\x16\xa3\xc3\x21\x71\xc9\x0b\x78\xe7\x7c\x89\x38\x8a\xf6\xfe\xe2\xdd\x09\x71\x11\x35\xae\x27\x64\xfe\xe3\xba\xfa\xa2\x28\x42\x7a\x56\xc6\xe8\x47\xbe\xce\x1e\x27\xf1\x3e\x2e\x05\x24\x17\x8e\xb0\x7a\x77\x63\x3d\x2f\xa0\x69\x89\xa3\x25\x5d\xa3\x2d\x10\xab\x14\x7c\x74\x09\xc1\x23\xa0\x3c\x2b\x58\xaa\xd3\xc1\x93\x70\x49\xb8\x4a\x74\xd8\x57\x08\x7e\x6d\x7c\xc4\x61\xe8\xe1\x78\xb2\x0f\x2b\x17\x9c\x40\x7e\xf4\xde\xb7\xd1\xa3\xad\x1a\x1c\x86\xb2\x35\x50\x23\xc1\xc9\xb6\x5c\xd9\x40\x7c\xb3\xa7\x30\x89\xa5\xc8\x22\x25\xc5\x8b\x3e\x3a\x89\xa8\x27\x58\xc7\xc2\x82\x98\x03\x7b\x47\x65\xe1\x42\x60\x12\x04\x92\xed\xc7\x70\xb7\x35\x16\x44\x4e\xf1\x21\x26\x25\x7e\xe1\x42\x54\x12\x6c\x26\xc8\x50\x7d\x40\x04\x76\x4f\x7e\xcd\x81\x5b\x13\x22\xad\x33\x62\x18\x47\x57\x0a\x10\x4c\x88\xfb\x0c\x44\xb3\xc0\xee\xdc\x4a\x1b\x1d\xb5\xbf\x1f\xbe\x65\xf9\x85\x4c\x8c\x24\xf8\x86\x5e\x94\x4c\x44\xbf\x48\xa3\xce\x28\x2d\x6e\xe5\xe7\x7f\x45\x86\x99\x8d\xb7\xe2\x92\xbd\x20\x3f\x6e\x55\x82\x24\xe3\x7b\x4a\xb2\x1a\x4b\xcb\x95\x0b\x8d\x64\x75\x6f\x36\xb1\xe6\xa2\x82\x9f\x6e\x35\xb4\xcf\xd5\x3d\xbd\x4f\x9b\x4a\xd8\x93\x25\x35\x6b\x4e\xb2\xd4\x08\x4e\xd9\x5e\x1d\x99\x09\x42\xfd\x9e\x53\x6a\xac\x7e\x95\x4c\x70\xdb\x45\x96\x60\x78\xf2\xdc\x81\x90\x2a\x37\x7b\x1d\xa7\x9d\x74\x08\x12\x47\x0a\x03\xa3\x86\x4c\x0f\x1e\xf4\xfc\xcd\xe5\x05\x1c\x5e\x5a\xee\x80\x39\xdb\x7d\x0e\xc7\x89\x15\x31\x29\x0d\x87\x47\x09\xe9\x6f\x44\x54\xaa\x37\x93\xb0\xcc\x6d\x56\xc4\x5f\xd5\xf9\x8f\x9d\x8d\x34\x97\x84\xcc\xbf\x2b\x12\xab\x96\x0c\xb7\x6b\xaa\x2d\x81\xd8\x81\x03\xb7\xc6\xa4\x5d\xc4\x41\x40\x76\x08\x8d\xb0\x8b\x02\x92\x61\x83\xe2\x1c\x60\x10\x63\x87\x23\x58\x5c\x59\x11\xb6\xe5\x88\x3e\xed\x13\xf2\x14\xde\x19\xd0\x93\x94\x68\x4e\x5f\x3c\xcd\xdc\x98\xaa\xc4\x31\x17\x03\x5c\x61\xd9\x0b\x3d\x58\x1f\xc8\xde\x1b\x49\xfb\x7b\x2b\xde\xea\xac\x36\x4f\x92\x0a\x51\x02\xd9\x32\x9d\xb5\x2e\x1c\xdb\xba\x60\xcb\x07\xcc\x5f\x29\x32\x39\x05\x76\xaa\x4b\x60\xde\x99\xc2\xaa\xbd\x6c\x65\x75\x8c\xc9\xd2\x3a\xc6\x15\xc1\x99\xef\x5c\x72\x38\xda\x0d\x86\x7d\x16\x14\x91\xd2\x1e\x58\x83\xad\xc8\x99\x4a\xc9\xd4\x6a\x5a\x77\xea\x6f\xb0\x18\x39\x42\xb5\x8d\x4b\x02\x21\x4b\x5e\x1a\x98\x20\xba\xe2\xfa\x5b\x3b\x74\xad\x8b\x01\xd6\x55\x9d\x66\x48\x52\x28\x71\x9e\x8a\xd6\xa4\x7a\x5f\x67\x73\xbd\x05\x5c\x97\x93\x7a\xc2\x20\x3e\x82\x82\x21\x5b\x63\xb6\x85\x2f\xfe\xf5\x88\x19\x80\xc7\xe1\xb8\xce\x11\xdc\x22\xea\xdb\x32\x67\x24\x25\xb3\x64\xcc\x38\x4b\xf5\x53\xc8\x6e\x45\x8a\x05\xe6\x87\x21\x40\xf7\x42\xd6\xb9\x0b\x59\x6f\x74\x49\x6e\x42\x42\xd6\x15\x8b\xd9\x9c\x23\xdc\x31\xc7\xb2\x90\xa4\x70\xcb\x47\x73\xd2\x42\xf5\x1b\x84\x6b\x77\x96\xd5\xda\x46\xc3\x12\xf7\x4a\xc5\xa3\x2f\x2e\x66\x13\x4f\x98\x78\xca\xb9\xad\xd2\x48\x3c\x00\x1b\xf4\x5c\x4a\x4d\x14\x46\x51\x69\xaf\xe2\x00\x48\x28\x70\x5a\xde\x43\x60\x75\x3c\x15\x9e\x12\x51\x95\x88\x2c\xfb\x5c\x69\x26\xf8\x55\x2c\x4f\xdb\x90\x60\x53\xd8\xf9\xf9\xf3\x24\x78\x3f\x9a\xbc\x78\x61\x69\xec\xe8\x6b\xdb\x41\x84\x56\x2d\xc2\x82\xaa\x2d\xed\x35\xaf\x81\x55\x51\x6d\x29\x97\x27\x61\xdd\x18\xa8\x4e\xe2\xa8\x53\xdb\x14\x40\x64\xab\x5f\x62\xad\x9d\x96\x45\x48\x5c\x40\x5f\x42\x26\xbb\x65\xa5\x63\x5b\xd4\x90\x59\x0c\x9e\xa8\xda\x17\x8e\x14\x3a\x66\xad\x31\x32\xfa\x51\x1f\x7a\x29\x3e\xba\xd8\x91\x15\x20\x15\x3b\x90\xb2\x48\x32\xc2\x98\x30\x11\x84\x74\x24\xa0\x09\x55\xf9\x0e\x71\xad\xe3\x5f\x5a\xf6\xb2\x09\xe4\x39\x71\xe5\x4d\x4b\x5a\x23\x19\x44\x51\x9a\x43\xa1\xce\x19\x0f\xcd\x55\x58\x9c\xc2\xe5\x4e\xaf\xf4\x06\xfb\x96\xd0\x33\xaa\x36\x72\x88\x92\x9a\x87\xe2\x2e\xcf\xaa\x43\x71\xe1\x07\xe4\x91\x4e\x48\x5a\x4a\xa9\x6b\xc6\x29\xfb\x60\xc4\x8e\x14\x57\xed\x32\xa2\xaf\x21\x13\x70\x5a\x85\x65\x06\x50\x9d\xbc\x21\x65\xed\x00\x84\xd2\x66\x33\x94\x6c\xc5\x8f\xe6\x47\xf3\xb0\x11\xf9\xfc\xc4\xe2\x90\x93\xf6\xc2\x68\xe0\x83\xe4\x72\xbf\x27\x4c\x9a\xfa\xac\x0b\x0e\xa1\x94\x5e\x92\x53\xa7\x43\x22\x68\xe2\x5d\xfa\x13\x0f\x44\x7a\x89\x67\xfa\x00\x93\x27\xee\x3a\x29\xb2\x5a\xe6\x59\x27\x84\x2a\xb5\xb1\x68\xf3\x93\x95\xff\xed\x50\x2d\x5c\xc1\x7d\xca\x76\xa8\xe5\x21\x36\x95\xa0\x24\x56\xa5\x31\x54\x4d\x61\xde\x35\x05\x59\x42\x4e\x03\x58\xd7\xeb\xf4\x4b\x8d\x62\xf5\xda\xa6\xcc\xf5\xee\x5a\x9f\x3e\x90\x3c\xb5\x8d\x5b\x4f\xdc\xc9\xb6\x91\x15\x2f\x6b\x1b\x37\x65\xcd\x93\x4b\x8a\x29\x26\x72\x15\x38\x9f\x7d\xe7\xc5\x45\x13\xa9\x22\xfa\x24\x8a\xe6\x62\xda\xb9\xdf\xe3\x4b\x81\xcd\x1b\x2d\x25\x5a\x4a\xd5\x34\xe2\xe8\xe0\xb8\x74\x8d\x06\xc4\xe6\x12\x26\xe0\xdb\x03\x65\xa0\x24\xfe\x9e\xcd\xf7\x2d\x5f\x2b\xa8\x64\x0f\x5b\x19\xe9\x0e\x14\x4d\x7b\x8b\xca\xbb\x90\xd5\x13\x33\x77\xb2\x71\x92\x59\x69\xac\x55\x4e\x73\xee\x72\xaf\xc9\x1c\xb1\x2f\xcc\x20\x57\x74\xd0\x85\x25\xb6\xa6\xc2\x44\xae\x1e\xb2\x2a\xd9\x50\xdc\x9b\xc4\x5f\x6c\xba\x9c\x64\xd9\x17\x66\x93\xec\x65\x0f\x6a\x32\x92\x68\x97\x91\xee\x51\x9f\x8b\xa2\x79\xcb\x78\x57\x08\xa7\x88\xc1\x70\xa4\x04\xb6\xea\x9c\xea\x2e\x47\x2a\x6d\x1c\x28\x31\xa6\xfc\x6f\x63\xf6\xa9\xb5\xf6\x49\x5c\xc7\xf2\x4d\xae\xca\x1b\x7b\x0c\x6c\x04\xa1\x9b\xfa\xf5\xa4\x1f\x1b\x04\x72\x99\xe4\x7f\xa0\x06\xeb\x2f\xa9\xe0\xad\x81\x85\xda\x36\x99\x78\xe6\x1e\x3d\xee\xd2\x6d\xf7\xd0\x6f\xc9\x37\xc1\x0a\x9b\x43\x30\x5e\xdf\x16\x59\x82\x88\x89\xac\x14\x62\x55\xdb\x3a\xae\xeb\x0b\xff\x19\xfc\x49\x98\x98\xae\x12\x9f\x70\x14\x9a\x80\x1e\x4d\xc2\x69\x4b\x5a\xfa\x2e\x37\x22\x32\xb2\xe5\xf6\x5b\xc1\x8c\xe4\x9e\xbe\x7c\x6f\x2d\x82\x0d\x0c\x90\xae\x2a\xcf\xbf\x15\x16\x39\x99\xf0\xf7\xb1\xb2\x56\x54\x09\x97\x83\x9e\x8f\xb2\xe4\x4e\x6c\x24\x09\x5d\x36\x52\x3f\x76\x4a\x18\xd8\xd0\x0b\x93\x6c\x99\xa5\xb6\x5b\xc4\xef\xa6\x46\xd6\x6d\xea\x7b\x1f\x4a\x9f\x8e\x84\xc2\xc6\xdf\xb6\xf5\xb8\x77\x52\xd5\xb8\xc9\x37\x2f\x61\x2a\x25\xce\x91\x44\xc1\x94\xd6\x64\x75\xa2\xda\x81\xcb\xa1\x08\x94\x26\xfe\xb0\x5a\x49\x91\xeb\x93\x39\x42\x5f\xe7\x30\xf6\x53\x86\x27\x12\xcd\x56\x1f\xd1\x9a\xa8\x3a\x17\xd8\x21\xcc\x90\xce\xa9\x33\xad\x8c\xd4\xb6\x4a\x60\x05\x12\xeb\x2e\x7d\xb5\x6b\x91\xc1\xd6\x5f\x2c\x36\x2e\x37\x86\x1b\x2b\x0e\x30\x60\x59\x55\x24\x75\xaa\xbf\x79\x66\x74\x3b\x78\x24\xb6\x65\xf7\x48\x0d\x49\x9a\x05\x79\x24\xd2\x7d\xc2\x19\x9c\x44\xbb\xaa\x47\x3e\x38\xef\xea\x89\xb9\x3b\xe5\x24\xa1\xb9\x76\xc5\x5f\x7a\xcf\x66\x44\x5a\x90\x03\x0b\x1d\xdb\x41\x9b\x22\x09\x6f\xea\xfe\xa8\xeb\xf8\xfb\x7c\xf2\xda\x8f\x90\x07\x97\x59\xc6\xa9\xb4\xf8\x62\x9e\x6b\xa8\xe3\xd5\xfe\xa2\x82\x78\x57\x2b\x4d\x0e\x38\xe7\x4c\x7b\xf0\xda\x64\xc6\xb6\xbf\x11\xdb\x23\xd8\x63\xcb\x4e\xa5\x36\xb6\x6c\x89\xcb\xc5\x6b\xca\xbe\x28\x1c\x65\x7b\x3a\xf6\x6e\xd3\x7a\x98\xc1\x2e\x2d\x44\x3b\x00\x38\x7f\xe4\xb5\xd1\x9d\x4b\x7e\x9a\x01\x8e\xe0\x0d\x01\x1d\x76\xcf\x32\xb7\xa5\x57\x0d\xb3\xf1\x3b\x6f\x74\xca\x06\xa6\x79\xbf\x69\x25\x3a\x7d\xcb\xea\xf5\x7a\x82\xff\xd5\x76\xb8\xf6\x41\x7d\x66\xf6\xa7\xa1\x5f\xb4\xf7\xed\xa9\xcd\xe1\x5b\x45\x7d\x69\x87\x52\xa9\x99\xd4\xad\xa5\x2c\x5e\xd3\xe0\xaf\x8d\x0e\xf5\x35\x38\xfc\x23\x65\xfc\x06\xe7\x25\x9c\xae\x6f\x2a\x4e\x92\x52\x17\x92\xd0\x60\xda\xa0\x23\x1f\x05\x15\x72\xfb\x8c\xfb\x89\x0c\x34\x36\xd0\xe9\x4f\x27\x55\xe6\x44\xb9\xf6\x53\x14\x6c\x52\x23\x5e\x5d\x49\x88\xb6\x84\xe1\xaa\xa4\x98\xb8\x30\x77\x95\x8c\x52\x48\xc2\x20\xb1\x20\x57\x69\x9b\x82\x91\x6d\x1e\x48\x37\xdf\xb6\xf2\xd3\x63\xb7\x95\xdf\x53\x30\xa6\xca\x93\x6d\x3b\x15\xd9\x5e\x2a\xd6\xcd\x0c\x40\x8b\x11\x36\x7a\x2c\x1a\xd0\xf2\x1a\x34\x09\x22\x1d\xb1\x7e\xe1\x4a\x85\x0f\xcc\xe3\x50\x58\xd3\xba\xd7\x5f\xe3\x7d\xb5\x77\x0d\x0b\x87\xdc\xaf\x75\x79\xa3\x55\x91\x68\xea\xf9\x45\x9d\x36\x47\x92\x8e\x19\x68\x0b\x84\x90\x78\xb9\xac\xea\x4c\x5b\x5c\x96\xf3\x31\xbe\x57\xe9\xa4\xa5\x8f\x64\xb6\x3f\xf0\x31\x27\xdf\xd7\x33\x13\x7e\xce\x5f\xf4\x64\x2e\x43\x58\x25\x2a\xba\x76\x5a\x45\x10\x3b\x0e\xf3\x6d\x93\xad\x8f\xb2\x03\x91\xc7\x3e\x34\x9a\x72\x00\xc8\x2c\x05\x01\x2b\x6f\x7e\x45\x00\xc0\x64\x39\xfc\x37\x25\x7d\xc5\x17\x2a\x0f\x00\x06\x7c\xed\x8a\x92\x6c\x1b\x79\x72\x00\xa2\x05\xc1\x7c\x7b\xd2\xc2\x69\x1b\xdd\xb3\x55\x4b\xd6\x69\xa9\xcc\xc6\x46\xad\x72\x5f\xbf\x55\xa1\xdc\x18\xce\x02\x39\x9e\x8d\x0e\x7a\xb2\xc0\x3a\xd8\x77\xbe\xbc\xa3\x39\x08\xe0\x5c\x94\xe6\x28\xdd\x0c\x2c\xf0\x94\xc9\x14\xf9\xb8\x17\xc8\x4d\x4d\x59\x44\xfa\x40\x9c\xe0\xe9\x4e\xd7\x7e\x1a\x67\x39\xa2\x47\x9b\xd4\x7c\xfe\xec\x96\x51\x4f\x9c\xec\xd4\x81\x5a\xa5\x05\xa9\xc8\x7d\xcc\xe3\x7a\xe9\xe6\x95\x54\x10\x9c\x5f\xe9\x9e\x6f\xfd\x01\x4d\x8e\x11\x9f\xf1\x2f\xf8\x4e\xf9\xac\xf3\x43\x5c\x9d\x01\xed\xef\x62\x2a\xd4\x6a\x16\x1b\x18\xa0\x0a\xc7\x90\xdd\x73\xcb\xd2\x6a\x7f\xcb\x66\xf4\x47\x0a\x92\x02\x16\x67\x3a\xaa\x83\xd7\x2c\x8d\x3a\x2a\x5a\x97\x1e\x2c\xec\x75\x57\xa9\x95\x17\x76\x62\xc3\x3a\x82\xa8\xb3\xd6\xe4\x41\x1f\x65\xd0\x26\x4e\x45\xe9\xa9\xb4\x0b\xde\xf4\x06\x8b\xba\xae\x8d\x0f\xbd\x2d\x8a\xcc\x4b\xe2\xe8\x73\xeb\x4d\x4e\xc2\xa0\xd6\x6e\xe2\x52\xfa\x6b\xee\x0d\x99\x1b\xec\xa0\x35\x8e\x6d\x60\xbb\x4d\xea\xca\x7a\xc0\xb6\xe6\xfc\xce\xce\xc5\x4a\x81\x90\x06\x24\x9a\xa2\x94\x1c\xee\x75\xab\x3a\xa9\x7f\x9d\xf2\x9f\xd6\x07\x99\x45\x5c\x23\xcf\xe3\x7b\x08\x12\x82\x5f\xe7\xed\x6c\xb5\xad\x69\x0a\x71\x75\x5c\xd5\x2d\xf1\xc7\x5a\x62\xe7\x4d\xb5\x9c\x08\xc9\x19\xc5\x86\x1c\x3f\x69\xb1\xe1\x9a\x01\x81\x7a\x24\x76\x38\xa5\xab\x47\x22\xff\xf2\x28\xa2\x5f\xe0\x24\x9b\x8d\xd8\x88\x2a\x15\x1c\x8d\xba\x10\xa9\xc8\x9a\xa0\xf0\xb0\xcb\x35\xcd\x50\xd1\x9c\xed\x9f\x10\x66\xfd\xe2\x05\x0d\x4f\xd9\x89\xfc\xf9\xa4\xfe\xe9\xfe\x6c\x94\x8a\x7f\xd1\x63\x17\xec\x40\xbe\xb6\x15\xfb\x5f\xf0\x1c\x06\x9d\x44\x53\xf6\x27\x84\x19\x95\xc3\x81\x22\x30\x2c\x96\x0c\x23\x4e\xa5\x9a\xe2\x4f\x30\xf0\xa8\x94\x1b\x9e\xaa\xa3\x38\x2f\x74\xe3\x2f\x3a\x82\xe4\x36\xa8\x47\x5a\x1f\x8f\xed\xa8\xba\xc3\x98\xaa\x39\x8f\x4e\xb4\xa2\x8b\x5a\xbe\xda\xef\x86\xea\xfc\x1a\x9f\x48\xb9\xee\xe9\xd2\xfe\xe0\x74\x98\xd1\x8f\xba\xdc\x16\xdf\xaa\x12\xd9\xf2\xa8\x34\x72\x69\xf9\xbe\xa0\xe6\x58\xc1\x5d\x6b\x83\x38\x65\x63\xad\x7e\x7b\x54\xb4\x6b\xdc\x2f\xce\xce\x10\xb7\x5d\x85\xcb\xf1\x64\x14\xde\x04\x0b\x35\xbb\x56\x1f\x47\x8b\xc5\x68\xba\xfa\x04\x99\x1e\xcf\x7e\x0f\x16\xc1\x95\x1a\xcf\xae\x02\x15\x2e\xd5\x7c\x31\xfb\x3d\xbc\xc2\x83\xf5\xf4\x0a\x8b\x57\x1f\xf0\xcc\xdd\xc6\x98\x4d\xd5\x68\x0a\x96\x8f\x96\x58\x09\xa6\xbf\x1b\x2d\xc3\xe5\x40\x7d\x0c\x57\x1f\x66\xeb\x55\xbd\x2b\x9d\x30\x9a\x7e\x52\xbf\x85\xd3\xab\x81\x0a\xf0\x16\x1b\x05\x7f\xcc\x17\xc1\x72\x89\x8d\x67\x0b\x15\xde\xcc\x27\x61\x80\x97\xe1\x74\x3c\x59\x5f\x85\xd3\xf7\xcd\x2e\x93\xf0\x26\x5c\x8d\x56\xe1\x6c\x3a\x70\x3b\x86\xc1\x12\x80\x8c\x56\xf8\x7f\x81\xea\x02\x7c\xbd\x08\x02\x3a\xf1\x2a\xb8\x0e\xc6\x2b\x80\x03\x1c\xc7\x1f\xf0\xd5\xe8\xdd\x24\x18\xa8\xeb\x70\xa5\xae\x71\xe4\x48\xcd\x47\x8b\x55\x38\x5e\x4f\x46\x0b\x35\x5f\x2f\xe6\x33\x42\x68\xa1\xa6\xb3\xe9\xcb\x70\x7a\xbd\x00\x0c\xf8\xdf\x21\x1f\x11\xe0\xc8\x45\xa0\x16\xe1\xf2\x37\x05\x5c\x57\x33\x7e\xfa\x8f\xf5\x68\x12\x02\xbb\xd1\xf4\x4a\xcd\x83\x05\x36\xbd\x19\x4d\xc7\x7c\x76\x1f\x5c\x84\x8f\xfa\x34\x5b\x23\x66\x01\x5e\x93\x2b\x26\x49\x6b\x11\x91\x3a\xb0\x70\x87\xf8\x2b\x9c\xf2\x1a\x90\x69\x8e\x27\x03\xfa\x58\x9d\x4f\x67\x82\x76\x38\x0d\x57\x21\x22\x9a\xab\xe0\xf7\x60\x32\x9b\x13\x1f\x17\xbc\x7c\xc6\xe4\x1d\xcf\xa6\xab\x45\xf8\x6e\xbd\x9a\x2d\x2e\x00\xf3\x72\x7d\x13\x58\xa8\x96\x2b\xc7\x8f\x69\x30\x06\x07\x46\x8b\x4f\x6a\x19\x2c\x7e\x0f\xc7\x4c\xf6\x45\x30\x1f\x85\xbc\xd9\x78\xb6\x58\x10\x24\xb3\xe9\x50\xd8\xde\x2f\x33\x74\xd4\x72\x15\xae\xd6\x2b\x70\x05\xe2\x40\x4c\x9d\x32\x68\x44\x60\xa1\x46\x23\x33\xb0\xe0\x33\xb5\x5e\x06\x0e\x86\x2e\x95\x46\x6b\x70\x7d\x11\xfe\x13\x8f\x80\x46\x20\x42\x17\xfc\x31\x0e\xe6\x2b\x5f\x02\x1b\x50\x60\x9e\xff\x06\xf8\x82\xc5\x4d\x38\x1d\x09\xb0\x9d\xe8\xc5\xc6\x8e\x36\xd5\xe4\x09\x2e\xa8\x4a\x3d\x7c\x20\x0e\x9b\x8c\x03\xcd\xc0\x60\x3d\x14\x92\x2a\xe0\x11\x77\x94\x6d\x61\x66\xcb\x8d\x98\x76\xf0\x2d\xf6\x84\xf6\x89\x65\x24\xba\x5e\x44\x19\x04\xbb\xc2\xdb\x9c\x4b\xdd\xb4\x1c\x6b\xbe\x7f\xad\x36\xe4\x74\xa1\x91\xb7\x34\x2e\xcc\xf5\x96\x07\xdd\x8c\x77\xca\x72\xc4\x66\x00\xa8\x19\xe2\x2a\xfa\x4a\x13\x5e\xe9\x5f\x3a\x63\xc9\xb1\x46\x4d\xec\x04\xf2\x98\x7b\x72\x56\x2e\xad\x6d\x5d\xde\xf1\x83\xbd\x39\x15\x15\x8a\x66\x58\x67\x60\x33\xae\x98\x4a\xda\x52\x3e\xf6\x3b\xf5\x54\xbf\x97\x68\xe5\xd6\x1c\x33\x4b\xdc\x6f\x1c\xd0\x06\x07\xec\xfa\x79\xe8\xe9\x34\xc9\xc1\x24\x1c\xbd\x0b\x49\x95\xc0\x3a\xe1\x31\x64\x64\x1c\x2e\xc6\xeb\x9b\xe5\x8a\x54\x6a\xc9\x3a\x56\xbf\x92\x50\x1e\xd2\x3c\x5b\x7c\x82\x4d\xf8\x10\xb0\xc4\x43\xd2\x57\xea\xbc\x36\x20\x90\xee\xf7\x93\xf0\x7d\x80\xcf\xe1\x00\x59\x1d\x46\xa4\x44\x10\x6c\xd6\x90\x8f\xe1\x12\xd6\x60\xf9\x61\x34\x99\xf4\xeb\xd3\xa0\x5f\x9b\x06\x4e\xcf\x20\x82\xee\x19\x21\xe1\x0b\x72\xbd\x66\xb9\x9e\x93\x61\x5b\x38\x69\xc7\x3f\xcb\xf5\xf8\x83\x98\x9e\x00\xb6\xe9\x5d\xc0\xd8\x4f\x02\x32\x2a\xa4\xdf\x2d\x25\x06\x14\x4b\x90\xe8\xda\x3e\x84\xf9\x0c\x17\x6c\x09\xc8\x20\x00\x58\xb6\x97\x30\xce\xb0\x6d\x93\x81\xa8\x2c\x54\xec\x1f\x6b\xab\x7f\x57\xa3\x9b\xd1\x7b\x10\xcf\xa9\xda\x87\x11\x91\x00\xfb\x3e\x61\x65\xdd\x77\x74\xee\x64\xb6\xe4\x0d\xde\xcf\x66\x57\x1f\xe1\xff\xf1\xc5\x6c\xf1\x9b\x5a\xae\x66\xf3\x39\x16\x11\x65\x6f\xe6\x6b\xda\xf4\x7a\x14\x4e\xd6\x0b\xb6\xa1\x37\xa3\xc9\xf5\x7a\x3a\x96\xdd\x2c\xf0\xc4\x41\xa2\xb5\x23\xe8\x0d\x99\xe5\x16\x94\x72\x18\x51\x05\x2c\x98\xaa\xd0\xa3\xd5\x27\xcb\xa8\x0f\x23\x98\xc5\x77\x01\xbd\x9d\x92\xbd\x25\xef\x21\xd6\x16\xe6\x7b\x19\x8a\x14\xd5\x54\xb6\x3b\x0f\x9d\x01\xea\x95\x39\xbb\x33\x99\xd5\x11\x98\xf5\x89\x18\xd1\xbc\x24\x12\x5c\x05\x23\x58\xee\x99\x63\x07\x40\x0e\xa7\x7f\x5f\x2f\xd8\x30\xaf\x27\x2b\x92\xb5\xeb\xc5\xec\xc6\x83\xf6\xc5\xd2\x93\x3e\xe7\x2e\x82\x3f\x56\xe0\x0b\x1f\x12\x8e\x99\xe5\x93\xd1\x47\xb2\xf9\x1f\x00\xf7\x6a\x29\x9f\x37\x40\xc2\x4d\xcc\x60\xb3\x71\x50\xb8\xbc\x0a\x99\x96\x30\x7b\x33\x01\x74\x32\x99\x7d\xb4\x9b\x82\x93\x4b\xc6\x69\xd1\xc1\xb0\x11\x8d\x47\x25\x03\x82\x34\x13\x47\xda\xec\x43\x7c\xf2\x36\xba\x19\x7d\x6a\xd3\x86\x3c\xd8\xd9\x19\x5d\xf1\x59\x0f\x41\xda\xf7\x24\xf6\xd3\x1b\xc2\x2c\x20\x1d\x85\x27\x59\xda\x39\xc0\x93\x7a\x34\x4f\xe0\xef\xf7\x74\x53\x81\x2a\xb4\xa5\xd9\x0f\x10\x34\x70\xd4\x4e\xa1\x27\x4c\x88\x72\x23\xfb\x12\xfa\xfc\xf0\x37\x35\x1e\x5e\x0f\x17\x43\x75\x39\x7c\xf3\xfa\x8d\x3a\x9f\x51\xca\xff\xe6\xe7\x9f\xdf\x42\xa5\xa9\x88\x2c\xa9\x15\x59\x9c\xd6\xd6\x27\xb7\x8a\xe8\x98\x74\xf3\xc4\xa2\x76\x3d\xd9\x82\xe6\xd5\xbe\x68\x09\xdf\x8a\x69\x41\xf6\xe6\x72\x78\xf9\xe6\x52\x9d\x2f\x91\xf9\x5b\xd8\x78\xa4\x98\x60\x93\x66\x3d\x5c\xc5\xc9\x72\x82\xc6\xc3\xee\xf2\xa7\xe1\x4f\x97\xaf\x2f\x5f\xbe\x01\x29\xf2\xac\xba\xdb\x35\x8f\x7e\x50\xe7\x7f\xaf\x90\xf1\x58\xac\xc9\x94\x0a\xe1\x39\xda\xe7\xce\x6e\x80\xcd\xd6\x05\xcd\xe7\xe9\x88\x4b\x56\x7d\xc5\x35\xca\x31\xa4\xd9\x7d\x52\x73\x15\x17\x46\x5c\x45\x5e\x7d\x03\xcf\x1a\x20\xce\x9f\x06\xb3\xf5\xb2\xeb\x4b\x69\xfc\xd8\x14\x5c\x10\x93\x72\x0c\x75\x97\xc9\x67\x52\xed\xd2\x5e\xae\x44\xc2\x9a\x73\x85\xcf\x4d\x3b\xef\x79\x2a\x44\xd9\xbb\x9e\x54\xd0\x95\xeb\x74\xd6\xeb\xf4\xdc\x2c\xc1\xda\xc4\x05\xb3\xc0\x9d\x7a\xd2\x91\x91\x79\x2e\x99\xb7\xad\xbf\x15\xdf\xc2\x95\x7d\x6a\xce\xb8\x99\xcd\x76\x05\xa6\xd5\x10\x77\xd9\x83\xb7\x2b\xf5\x28\x4e\xfc\xd5\x6d\x3b\xa1\x1a\xeb\x24\xc6\x07\x69\xac\x55\xa2\x1f\x1a\x08\x0a\x75\x6e\xfa\xaa\x3e\x5e\xaa\x89\xf5\x03\x8a\x23\x80\x75\x5d\xc1\x2f\x9a\x7c\x06\x4c\xe5\x51\x71\x6e\xbf\x50\xdb\x96\x72\x26\x7c\x5b\xbe\xcc\xb6\x2f\xdb\x67\x0d\xd5\xc7\x4e\x3d\x8f\x86\xbf\xf9\xde\x72\xdd\xef\xa8\xa7\xdd\x28\x4d\xb6\xf3\xe5\xa4\x7b\x11\x12\x92\x3f\x69\x60\x61\x2b\x43\x71\xa9\xbb\x7e\x43\xed\xd6\x92\xa5\x45\x6a\x52\x24\xb7\xb9\xe4\x12\x48\xd1\x6e\x29\x7b\x03\xf5\x70\x00\x77\x91\xd5\x3a\xe5\x52\x16\x15\x2f\xe5\x9e\xcd\x08\x0a\x05\x4c\xa5\x1e\x58\xa5\x09\x2d\x6e\x92\x35\x96\x0c\x56\x99\x87\x3c\x26\x65\x1d\xb8\x5a\x9a\xc0\xdd\x6e\xbf\xf8\x39\xb2\x90\x95\x63\xa4\xf4\xe8\x3e\x68\xad\xff\xc6\x7c\x50\x71\xd1\xb0\xd1\x9b\xba\xdf\x72\x02\x46\xca\x77\x1b\xcb\x2d\x1a\x9d\x23\xb7\xca\x6d\x15\xae\x2e\x63\x26\x19\x5f\xa5\x12\xf2\x1d\xf4\xd1\xdd\xb0\x8b\xb2\xc2\x5e\xbc\x6c\x3e\xfb\x95\xd3\x53\xbe\x61\xd7\x3c\x3c\xc5\x6b\x54\xab\x48\x0d\x18\x4b\x39\x95\x20\x11\xb6\x69\x9a\x91\xca\x69\x74\xa0\xe2\xae\x67\x23\x6f\x03\xaf\x86\xa2\x2b\xea\x9b\x09\xdd\xff\x3e\xba\x59\xbe\x82\xea\x5f\x09\x65\x6c\x15\x35\xba\xb0\x5d\x80\xd2\xf5\x81\x9f\x03\x49\xeb\x62\x82\x51\xff\xaa\xf2\xb8\xd8\xc4\x91\x7f\xd9\xfb\xda\x6c\xb8\xb1\x06\x00\xf3\xb2\x2e\x8a\x4d\x33\x9e\x29\x4f\x6d\xbb\x55\x4a\x58\x3e\xec\x4c\xd2\x7b\x43\x25\x26\xb9\x82\xf6\x0c\x7c\xfb\xd9\xd0\x9d\x9f\x64\x5e\x7c\x7b\x10\x9c\x9c\x04\xa0\xb5\x6c\x23\xfa\xd4\x63\x32\x86\x4a\x94\x38\xcf\x20\x1e\xdf\x1a\x23\x6f\xcd\xd7\x03\x07\xdc\xd2\xb4\xd4\xdd\x0a\x69\x2d\xfc\xd3\xba\xb8\x98\xde\x93\x16\xd1\x82\x54\xf2\x79\x4d\x93\xd1\xae\x1d\x40\x53\x72\xb9\x44\xc5\xa0\xdc\x52\xcb\xc0\xcb\xfb\x2c\xdb\x14\xa4\x94\x38\x8e\x2e\x0c\x26\x47\x6b\x00\xcc\x46\xae\xe4\x92\xd2\xb7\x2b\xef\xa2\xda\xb5\xed\x68\xfa\x77\x3a\xbd\xab\xf4\x9d\x4c\x43\x36\x77\xcd\x6a\xbe\x92\x8f\x2c\x73\xba\xa7\xe7\x6e\x57\xf2\xfc\x64\x2e\x23\x57\x4d\x3d\x41\xaa\x4d\x1d\x15\x24\x87\x70\x39\xe4\xf4\x13\xc1\x43\xe8\x45\x44\x9c\x7a\x91\x73\xb0\x05\x6f\x6a\x40\x72\xc9\xc8\x8e\x84\xd8\x5b\x9a\xad\xfb\x33\xf0\xa5\x5b\x29\x5e\x77\xd2\x28\xaf\x00\x3f\x78\x74\x58\x76\xa3\xf7\x9a\xe6\x44\xe9\xb2\x28\x1b\x91\xc7\xc6\x34\x49\x00\x5c\xab\xd5\x9f\xfb\xc3\x33\xff\x62\x64\xa7\xaf\x7a\xcb\xc3\xf9\x76\xd0\x5a\x2a\xb3\x72\x3b\xf9\x60\xef\x6d\xb7\x1c\x6a\x33\x1e\xdd\xcc\x19\x4b\xc3\x88\x05\xbd\xe0\x05\xf5\x38\x19\xd7\x98\x04\x14\xf1\x8a\x34\x1f\xcc\xa0\x48\x11\x5c\x68\x55\x4f\xd9\x6c\x35\xcd\xd8\xb8\xb9\x61\xd7\x13\x94\xab\xf8\xdc\x89\xe0\xdc\xcb\xc8\x00\xaf\xad\xca\x7b\x0d\xb0\x9a\x70\x76\x1e\x84\x9b\xe8\xd4\xc8\x92\x66\x29\x5f\xd2\x01\x63\x83\x3f\x38\xea\xe4\xff\x06\xc0\xe7\xcf\xab\x5d\xfb\x5a\x39\x13\x87\x5b\x25\x3a\x3f\x31\x0e\x8f\x94\xca\xbc\xff\x30\x87\x3a\xa7\x75\xdf\xd9\x37\xdf\x5d\xfc\x5a\x57\x3a\x49\xd6\xe4\x32\xa5\x3b\xc0\x34\x12\xd4\xd3\xc2\xae\x73\x54\x57\x73\xb6\x83\x8d\xba\x75\xfd\xa1\xce\xf4\x4b\xb5\x2b\xcb\xc3\x2f\xaf\x5e\x3d\x3c\x3c\x0c\xf7\x02\xe7\x30\xcb\xef\x5e\xdd\xcc\x27\xaf\xce\xce\x96\x75\xa0\xe7\xdd\xf1\x68\x8c\xab\x17\x7f\xb4\x2f\x81\x10\x09\xbf\xe3\x1a\xd7\x77\xee\x96\xd3\xb7\x4b\x5c\x76\x70\xdf\xea\xb7\xbd\x70\x91\xc4\xa4\xdf\x4b\x63\xda\xdd\x04\x6b\x2a\xc8\xa3\x53\xd1\xae\x51\x69\x89\x3e\xbc\x1b\xbd\x24\x2c\x7e\x53\xec\x04\x72\xf0\x72\x75\x72\xbf\x0e\xd8\xfc\xff\x67\xfd\x8f\xfd\xba\xa7\x4b\xdc\xf7\x5f\x00\xf8\xc6\xb6\x43\x35\x77\x77\x97\xbc\xdb\x65\xfd\x6b\x59\xc0\xc6\xe0\xa5\x14\xed\xcf\xc7\x17\x76\xe1\x63\xbb\x4b\x71\x64\x21\x14\x59\x20\x16\xcd\xef\x79\xf8\xd2\xb3\x35\xe7\xc5\xc5\x2f\xcf\xc5\xf9\xc5\x8b\xb3\xff\x08\x00\x00\xff\xff\x3d\xeb\xd7\x0a\x6a\x46\x00\x00") -func confLicenseMozillaPublicLicenseVersion20Bytes() ([]byte, error) { +func confLicenseMozillaPublicLicense10Bytes() ([]byte, error) { return bindataRead( - _confLicenseMozillaPublicLicenseVersion20, - "conf/license/Mozilla Public License Version 2.0", + _confLicenseMozillaPublicLicense10, + "conf/license/Mozilla Public License 1.0", ) } -func confLicenseMozillaPublicLicenseVersion20() (*asset, error) { - bytes, err := confLicenseMozillaPublicLicenseVersion20Bytes() +func confLicenseMozillaPublicLicense10() (*asset, error) { + bytes, err := confLicenseMozillaPublicLicense10Bytes() if err != nil { return nil, err } - info := bindataFileInfo{name: "conf/license/Mozilla Public License Version 2.0", size: 15920, mode: os.FileMode(420), modTime: time.Unix(1409469215, 0)} + info := bindataFileInfo{name: "conf/license/Mozilla Public License 1.0", size: 18026, mode: os.FileMode(420), modTime: time.Unix(1440548254, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confLicenseMozillaPublicLicense11 = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xcc\x5c\x7b\x6f\xdb\xc8\xb5\xff\xdf\x9f\x62\x60\xe0\x62\x2d\x40\xd1\x6e\x92\x7d\x66\xff\xd2\xca\x72\xa2\x56\x96\x5c\x49\xde\x34\x2d\x16\x17\x94\x38\xb2\xd9\x50\xa4\x2e\x1f\x76\xd4\x4f\x7f\x7f\xe7\x9c\x79\x91\xa2\x6c\xa7\xb7\x05\x6e\x51\x6c\x64\x69\x38\x73\xde\xef\xe1\x75\xfe\xcf\x24\x4d\x23\x75\x53\xaf\xd3\x64\xa3\xa6\xc9\x46\x67\xa5\x56\xbf\xeb\xa2\x4c\xf2\x4c\xbd\x1e\xbc\x3e\x7b\x3d\x50\x97\x7a\x9b\x64\x49\x85\x6f\xca\xc1\x19\xbe\xf8\x6e\x80\x2f\xcf\x47\xf9\x6e\xa7\x8b\x4d\x12\xa5\xea\xb6\xd4\xe7\x6a\xa7\xa3\xac\x54\x71\x52\x56\x45\xb2\xae\x69\xb5\xca\x0b\x95\x57\xf7\xba\x78\x4c\xb0\xe9\x2e\xfa\x9c\x64\x77\x0a\x7f\xab\x51\xfe\xa0\x0b\x1d\xe3\xdf\x58\xab\xe8\x21\x4a\xd2\x68\x9d\x6a\x55\xe5\x2a\xc2\xef\x49\x11\xab\x7d\x54\x54\x07\x3e\x4c\x8e\xca\x64\xd3\xbc\xb0\xe7\xe8\x68\x73\xaf\x74\x56\x25\xd5\x01\x8f\x44\x95\xda\x14\x3a\xaa\x74\x49\x67\x6e\xec\x72\xfc\x89\x3d\xe9\x44\xfe\x95\x41\xda\xaa\xeb\x3c\x4e\xb6\xc9\x26\xf2\x08\xbd\x69\x9e\x61\xf1\xb7\x67\xf1\x06\xf9\x6e\x9d\x64\x6e\x0f\xfa\x6a\x5e\x24\x77\xf8\x2a\x65\x34\xfa\x6a\x5f\x24\x78\xb4\xb1\xb9\xaa\x4b\x60\xb9\x3e\x00\xad\x60\xfb\xbe\x8a\xb2\x98\x77\x68\x2e\xde\x45\xa0\xc6\xda\xa0\x43\x04\x48\x36\x75\x1a\x15\xe1\xa3\x0c\xed\x5b\x86\xd6\x53\x30\x04\xb3\x01\x93\x3a\x82\x07\x5f\xbc\x04\x19\x06\xb0\xf1\x64\x5f\x25\x99\xd0\x7c\x13\x81\x97\x49\xb6\x49\xeb\x98\xd8\xb9\xcf\x0b\xd9\x9a\xf8\xac\xf3\x2d\x43\xf8\x3d\x20\x1c\xa7\x7a\x53\x15\x79\x06\xb1\xba\x0c\x65\xe2\x5a\x6f\xee\xa3\x2c\x29\x77\x16\xec\x08\xff\x9a\xaf\xd4\x9d\xce\x74\x11\xa5\x29\x28\xb6\xd9\xe8\x7d\x05\x0c\x71\x2e\xc1\x57\xe6\xdb\xea\x31\x2a\xb4\x8a\xf5\x83\x4e\xf3\xfd\x0e\xbc\x27\x3c\x76\x75\x46\x22\xb0\x35\x98\x69\x7f\x6a\x55\x60\xf7\xad\x2e\x08\xc3\x38\xaa\x22\x86\xec\x07\x82\xec\x8b\xde\xd4\x15\x49\x9c\x05\xa1\x21\x8f\x38\x30\xca\x78\xc7\x9d\x48\x2f\x31\x24\x53\xcb\xbc\x2e\x36\x9a\x97\xf0\x4e\x3f\x62\xa7\x09\x69\x05\x68\x76\x29\x30\xe9\x22\x64\x45\x92\xc5\xc9\x43\x12\xd7\xf8\x1d\xc0\x19\x51\x4d\x62\xfa\xb0\x4d\x70\x58\x24\xcb\x8e\xf6\xb0\x18\x07\x07\xaa\x2c\x87\x30\x68\x55\xe8\xff\xa9\x93\x42\x44\x6a\xfc\xe5\x3e\x59\x27\x95\x1a\x32\x34\x3f\x01\x9a\x69\x54\xdc\xe1\xf1\x8f\x79\xf1\xd9\xd3\xf6\x11\x7f\xa9\xc7\xfb\x84\x38\xc7\x5c\xd7\x2d\x74\x01\x5b\x9b\x87\xea\x31\xa9\x68\xb9\x1c\xac\xee\x68\x79\x26\xa7\x12\x60\x95\x2e\x76\xa5\xc8\x4d\x52\x5a\x9b\xc1\x50\xfc\x4c\x50\xc8\xdf\x9e\x12\x58\x13\xe7\x9b\x9a\x18\x66\x16\xbd\x76\xcb\x42\x26\xdc\x47\x0f\xd6\x3e\x40\x16\xef\x2b\x52\xdd\x3b\xf0\xb0\xea\x5b\x25\xde\x45\x5f\x92\x5d\xbd\x53\xfa\x4b\x45\xdc\xdf\xe7\x65\x99\x60\x83\x3e\xf0\xd3\xcc\x28\xe8\x0d\x03\x98\xec\xb4\x95\xeb\xc4\x90\x97\x77\x22\x64\xcb\x7a\x5d\x82\x8c\xd8\x80\xa5\x4c\x08\xda\x67\x96\x93\xd4\x43\xf8\xec\xa3\x0c\x45\x49\xd6\xe4\x41\x1f\x80\x3e\x11\x27\xc9\x18\x87\x5f\x80\x41\x43\x3f\x1c\xc1\x69\x9b\x38\x66\x63\x49\x60\xe3\xc0\x18\x32\xc9\x7f\x6e\x8b\x7c\x27\xb2\x0c\x10\xaa\x28\xdb\x30\xf1\xa1\x1a\xf5\xa6\xaa\x0b\x86\x58\x27\x46\xe0\x3a\x34\x99\xb6\xde\x17\xfa\x21\xc9\xeb\xb2\x65\xc3\xd4\xc7\x7b\x9d\xb5\xa4\xb8\x84\xb4\xa4\x3a\x2a\x45\xd2\x22\x55\xea\x22\xd1\xcc\xb6\x6d\x92\x6a\x28\x74\xd4\xd8\x04\x0f\xbc\x53\x67\xc3\x97\x80\x4f\xe6\x15\xe4\xe3\xbd\x22\xde\x8d\xbf\x8a\x40\x6a\xf0\xef\x08\xee\x53\x30\xf3\x61\x99\x7e\x94\x1d\xc4\x86\xcb\x36\x42\x46\xb2\x80\xdd\xd6\xe9\xf4\xa6\xec\x30\xbe\x03\x73\x1a\x0f\x58\xe6\x84\x1a\x85\x8d\xa1\x0f\x7b\xf8\x88\xc2\xdb\x16\x16\x79\x51\x16\x92\x5a\x5d\x6e\x60\xb6\xbc\x0d\x7a\xa9\x46\x12\xc1\x5b\xce\x81\x44\x8b\x37\xee\xb7\x85\x34\xa9\x1c\xa7\x54\x9d\xc5\xcc\x7d\xaf\x56\x04\x07\xe9\x60\x94\xc2\x81\xc5\x87\x26\x8f\x9b\x8a\xd9\xd2\xc5\xd7\xe2\xa5\x6f\x22\xd6\x95\x51\x1a\x25\xbb\x86\x94\xee\xe5\x87\x0d\xfd\x70\x51\xf6\xfa\x38\xe6\x51\xe5\x8f\xb4\x1d\xe8\x4b\xb2\x1e\x6d\x89\x38\x5e\x45\xbc\xd1\x27\xfb\x90\xd7\x95\x4a\x93\x5d\x52\x31\xe9\xfb\xd8\x19\xdf\xc5\xe4\x06\xf3\x8d\x2e\x4b\x41\x39\xda\x83\x8b\x51\x05\x3e\xf1\x39\xe2\x46\x82\xd3\xbd\x15\x20\x1c\x58\x47\x8d\x93\x7b\x4d\xc0\x07\x04\x0f\x2d\x2b\x98\x0f\xbb\x4e\x64\x10\x23\xbd\x3d\x0e\x2a\xc8\x1f\x98\x80\x63\xd7\xf0\x80\x10\xea\xa4\x0a\x71\x21\x85\xc7\x92\x1a\x3a\x81\x5f\x9c\x08\x02\x91\xb4\x36\xfa\x5c\x96\x39\xc2\x1c\x71\x46\x20\xc9\x36\xda\x90\x1b\xb2\x31\x91\xd5\x27\x12\x96\x7d\x65\x7c\x3e\x8e\xe1\x28\x24\x4f\x59\xcc\x10\xe0\xf0\x52\xa2\x09\x36\xaf\x70\xa8\xf3\xbe\xf0\x2d\xde\x23\xf5\xd9\x24\x08\xda\x2c\x8d\x80\x1d\xb8\x92\xd3\x88\x64\xab\xa8\x48\x4a\x42\x24\xba\x23\x30\xab\x67\x4c\x86\x38\xb0\x47\x0d\x24\x3f\x83\xc1\xe0\x93\x0f\xb7\x9a\x6e\xc0\x12\xd1\xc5\x1a\xdf\x80\x69\xf7\x39\x18\x34\x50\xab\x96\xf0\x6f\x00\xf3\x5a\x3c\x25\xc3\x54\x80\xe1\x22\x37\x51\xb1\xb9\x4f\x1e\x00\x02\x71\x86\x85\x01\x2e\x50\x4b\xb4\x03\x61\x28\x72\x44\x49\xa0\x24\xc8\x67\x9f\x33\x71\x62\xac\x5f\xc9\xb3\xc4\x13\xa7\x90\x90\xe9\x47\x3c\x4f\x96\xda\x81\x4d\xac\xcd\x40\xde\x7b\x72\x77\x22\x2b\x14\xbf\x7d\xca\xeb\x73\x75\x81\xdf\xe8\x53\x71\xde\x73\xa2\xde\x72\xc4\x91\x4a\xf5\x1d\x3e\x1a\x87\xac\xbf\x50\x0c\x5b\xd2\xa9\xc6\xde\xb3\x12\x8a\xf8\x12\x8c\xe9\xc1\x4a\x7c\xe8\x1b\xac\x0f\xec\x37\xb5\x95\xf7\xdf\xd6\x6c\xce\x1f\x4c\x10\xdd\x72\x94\xc0\xa9\xac\x41\x11\xd1\xf5\x25\xc2\x15\x5a\xf4\x23\x29\xeb\x15\x1e\x0f\x80\x4b\x48\xaa\x04\x2f\x11\x57\x2d\xf2\x68\x20\xb7\x4e\x9d\xa5\x8c\x34\xab\xb4\x7f\xa4\x6c\x12\x58\x94\x12\x83\x0f\x87\x4a\x38\xc7\x0a\x25\xe3\x83\xad\xe5\xd0\x7d\x5d\xc0\x99\x6a\xef\xd4\xbd\x74\x03\x02\xf3\x8c\xd5\xc0\x8b\xa8\x27\x5a\x98\x3f\x12\x9d\x62\x18\x87\x0d\x7b\x56\xa2\x33\x7d\x66\x7f\xbd\x89\xa0\x07\xbc\x4e\xbe\x34\x6c\xde\x45\x59\x74\xa7\x39\x78\xc3\x59\x65\xed\x82\x78\xef\xc4\x61\x08\xf8\xc4\x48\x76\x75\x09\x04\xe3\x73\xb1\xee\xb1\x91\x2a\xca\xfb\x64\x4f\x5b\xec\xf2\x42\x4b\x80\xb6\x4d\xb6\xa0\x0a\x02\xa8\x0d\xed\x7e\xf1\xc3\x77\xff\xd5\xb3\xdc\x82\xad\x22\x87\xcb\xfa\x5e\x42\x6e\x24\x4d\x58\x23\xd8\x84\x61\x20\xc5\x6a\x6c\x19\x40\x05\xf1\x82\x6c\x85\xa2\xef\x4d\xec\x1b\x62\xd9\xaa\x33\x82\x7b\x4f\x86\xec\xd4\x8f\x64\x5a\xad\xb1\x2b\x89\x07\x12\xa5\xa5\xf1\x2b\x12\xf5\xbe\x2a\xf2\x43\x94\x56\x87\x57\xdb\x42\x6b\xb2\xca\xd9\x2b\xfd\x05\xdc\x2f\x93\x07\x0d\x83\xcb\xa7\xf7\x29\x84\xf8\x07\x91\x9d\x23\x23\x97\x30\xb1\x7d\x4a\x29\x04\x26\x61\x27\x6d\xd3\xf4\xad\xd8\xde\x77\x67\x67\xd1\xc0\x48\x43\xf7\x3a\xa3\x00\x17\x41\xd4\x6b\xec\x34\x45\xd7\x05\xd2\x93\x5d\x54\x7c\xee\xb5\xac\xf6\x31\x86\x00\xaa\x26\x20\x0b\x8d\xad\xe3\x7a\x83\x8f\x6c\x84\x0f\x24\x2d\xe5\x3e\x8d\xf0\x01\xeb\xc4\x44\x94\x9c\x7a\xb2\x66\x90\xca\xb9\xfc\x51\x77\x98\xb4\x8b\x8e\x60\xb5\x27\xb2\x8c\x5f\xac\x57\x6a\x25\x2e\xd8\xf5\x5b\xd2\xcb\xd2\x45\x14\x91\x0a\x42\xe5\x5f\xf9\xd8\xb3\xb5\x25\x8d\x38\xcc\xd2\x78\x4c\x50\x6a\x5b\x40\x6c\x7c\xf4\x2b\x5e\xa5\x0f\x0c\x49\x9a\xc8\x5a\x83\x92\xfc\x71\xdb\x76\xfa\xa0\x03\x56\xe3\x03\x42\x5b\xcd\xe9\x5d\x5f\x08\xb3\x27\xe1\x4e\x88\x2e\xf4\xb0\xd8\x9a\x9c\xec\x3c\x1b\xb7\x32\x4a\xb5\x03\xdb\xe7\xcf\x44\xba\xbc\xd4\xdd\x21\x51\x27\x65\x10\x63\x6d\x06\xbc\xd8\x50\xb8\x14\xa9\xb3\x11\x0d\x14\xdd\xda\x1f\x08\x33\x2b\x36\x41\x42\x3a\x46\xc6\x57\x03\x22\xfc\x0a\xd0\x73\x89\x7f\x62\xb2\xdc\xc7\xec\xde\x26\x05\xfc\x90\x67\x5c\x2b\xf8\x71\x51\xcd\xa9\xcc\x41\x9d\xc5\x03\x35\xcb\x2b\xe2\x9f\x53\xd3\x06\x60\x04\xd0\x1a\xde\x8a\xd4\xc1\x8a\x64\xea\x03\x24\x83\xd4\x3b\xf5\xba\xc7\x04\x64\xc7\xc9\x01\x25\x69\x17\x07\xb0\xda\x87\xaf\x0d\xe0\x7e\x55\x6f\x7a\x60\x02\x47\x29\xa7\xd7\x60\xcf\xb7\xb2\xb5\x15\x87\x1d\xcb\x08\x1b\x39\x92\x8c\x77\x2a\x11\xa3\x18\x06\x1b\x27\x83\xd7\xc4\x2c\x7e\x36\x0d\x17\xc9\x66\x6d\x74\x2e\x91\x7d\xe5\x03\x90\x2f\xd9\x06\xc1\x3c\x85\x95\x0b\x63\x79\x96\x5f\x6f\x1e\xfa\x92\xde\x87\x9b\xfd\x1b\x2c\xd5\x7f\xc8\xe6\x34\xaa\x29\xff\x46\x73\xd3\xac\x96\x48\x49\x89\x35\x9f\x7d\x42\x48\x9b\x6e\x53\x64\x82\x31\x8e\xf4\x80\xb6\x48\x03\xed\x10\x95\x09\x28\x1c\xf0\xb3\x6d\xa4\x5a\x59\xf9\xbf\x64\xb4\x5e\x66\xb3\xfa\x2d\xa3\xf5\x44\x11\x2a\x44\xd8\xa0\x16\xa5\x79\xe6\xc0\x4b\xb2\x86\x0c\x33\x7a\x94\xcf\x74\xd4\xd2\x9a\x04\xb3\x5e\x36\x78\xba\x17\xd8\x4b\x66\xa7\x98\xc6\xb6\x59\x0c\x4c\xe9\x13\x16\x92\x4d\xc1\x0b\x11\xeb\xe4\xa4\x10\xf8\x4d\xa7\x9e\xbe\x70\xdf\xff\x1b\x35\x9e\xb6\xdd\xc6\x3a\x96\x30\x8f\x6f\x9c\xdd\xe6\xcf\x4f\xda\xee\x10\x12\xb1\xda\x44\x6f\x82\x30\x2c\xe5\x76\x25\x54\xcf\x19\xe9\x37\x5f\x6d\xa4\x29\x92\xf5\x86\xba\x61\x76\xa2\xd2\x18\xed\xd8\x5b\xe4\x0e\x22\x9e\xb0\xdd\x9d\x2b\x5f\x64\xbe\xbd\xa1\x6c\xe6\x8c\xa0\x47\x17\x0f\x4f\x5b\xf2\xaf\x91\x90\x96\x79\xbf\x80\x09\xd5\xfb\x2a\xd4\xfc\x13\x48\xf5\x5c\x74\x6c\x1d\x02\x3b\xaa\xef\x7b\xcf\xdb\x84\x76\xbd\x93\xb3\xb3\x75\xa9\xb9\x24\xf5\x52\xf0\xe1\x7e\xde\x0e\x9a\xb5\xdd\x39\x6c\xeb\x9d\x2b\xc5\xbc\xa5\x00\x79\xb8\xdf\xa7\x81\x3f\x74\x3e\x7f\x75\x64\x6d\x25\x9f\x21\x2f\x23\x76\x97\x1d\x40\x1e\x7e\xed\xca\xfa\x2c\xe2\x2f\x2a\x4b\x3e\x5d\xb5\x08\x05\xf8\x38\xcb\x0d\x12\xb8\x06\xc1\x76\xd1\x81\xb2\x5f\xef\x3a\x10\xbc\x65\x48\x51\x9f\x89\x73\x5e\x94\x1c\xba\x9a\xdd\x51\x7a\x28\x51\x22\xd1\x61\x57\x43\x71\x4d\x46\xc8\x09\xf8\xfe\x70\xb4\x0f\x8b\x16\x22\xb4\xe2\x10\xfc\xde\x44\x8f\x63\x23\x87\xc3\x40\xb6\x06\x6a\x54\x6e\x12\xab\x4b\x02\xbe\x63\x8b\x4a\xca\x6a\x90\x92\xfa\x4d\x17\x9d\x58\x40\x10\x10\xe0\x4f\x7a\x14\x59\x16\xf6\xde\x54\xa5\x4d\xfe\x49\x0e\xc8\x7f\x9f\xc2\xdd\x94\xf0\x91\x2d\x26\xfb\x84\x14\xf4\x1b\x1b\x1d\x90\x51\x66\x82\x0c\xd4\x07\x64\x9d\x0f\x94\x77\x5a\x70\x1d\x21\x32\x57\xb9\x84\x19\xb3\x15\x67\xc1\xc4\xd6\x95\x83\x05\x66\xe7\x46\x8d\xcf\x52\xfb\xed\xe0\x07\x16\x5f\xc8\xc4\x50\xca\x0e\x49\x4a\x19\x37\x00\x0e\xbb\x00\x8a\x0a\x98\x8d\x1a\xea\xd7\x88\x30\x73\x71\x2d\xbe\x2c\xa8\x6e\x24\x8d\x4e\x83\x14\xb8\x9e\x13\x2c\x1f\x75\x70\x75\x39\xda\x61\x57\x1d\x27\x11\x17\x7e\xc3\xea\x92\x27\x7d\xa1\x1e\xe8\xf7\xcc\xf7\x59\x9e\xed\xd7\x70\x7b\x2e\x3b\x90\xfb\x67\x9c\x60\x6e\x0f\xcc\x03\x21\x7e\xc7\x29\x0e\x2b\xf1\xa6\xc9\xb6\x8d\x2c\xc1\xf0\xec\xb9\x7d\x21\x55\x81\x40\x30\xc9\x5a\x75\x20\x08\x1c\xe9\x0b\x02\xdd\x47\x9d\xc2\xd9\x5d\xbc\x86\x4b\xd8\x81\xc8\xf7\xc0\x9c\xcb\x97\xce\xf7\x25\x95\xed\x05\xa4\xa4\xbe\x1b\xa2\x92\xdb\x8c\x63\x22\xb7\x59\x99\x7c\x51\x17\x3f\xb6\x36\x8a\x82\xce\x41\x53\x84\x9b\xdd\xba\x86\x40\x90\x2b\x5b\x6b\x9d\xb5\x11\x07\x01\xd9\xe3\x7b\x59\x17\xfd\x23\xbb\x06\xbd\xd9\xc3\x1e\x26\x16\x47\xb0\xb8\x36\x12\x6c\x4a\xc7\x5d\xca\x27\xe4\x29\x83\x33\xa0\x26\x19\xd1\x9c\x9e\x78\x9e\xb9\x09\x19\xfa\x84\x6b\x9f\xb6\x65\xd9\xec\xc4\xbe\xa5\xbe\xe3\xa5\x96\x2a\x67\x67\x27\xd5\x1b\x27\x29\xfe\x50\xb9\xac\x61\x38\x4f\xa9\x82\x29\x96\x32\x7b\xa5\x1b\x60\xd5\xd7\x2a\x2e\x41\x79\xa7\x4b\xa3\xf4\xb2\x95\x51\x31\xe3\x96\x9a\xb1\xb3\x67\x3b\x17\x58\x0f\x66\x83\x41\x97\xfd\x44\xd2\xb0\x03\xd2\xe0\x2a\xe2\x9a\x4a\x6a\x53\x8e\xd4\xad\x16\x09\xec\x45\x81\xa0\x2a\xb6\x65\x2f\x88\x52\x50\xf8\x4a\x91\x68\x70\x18\xd2\xcc\xe2\x5c\x11\xd4\x38\xaa\xe3\x0c\x5a\xca\xc2\xd6\x4f\xd1\x9a\x2c\xf2\x2d\xac\xce\x0e\xa1\xad\xc2\x05\xb2\xd0\x77\xd9\xbb\x29\xb2\x9b\x1e\x05\xff\x75\xc2\x0a\xc0\xdf\x70\x8a\x63\x09\x6e\x10\x0d\x4d\x99\x35\x91\x52\x49\x63\xcc\x38\xf2\x08\x4b\x66\x47\xe1\x22\xc9\xcb\xf7\x03\x80\x1e\xe4\x7c\x37\x36\xe7\xbb\x8e\x2a\x72\x12\x67\x67\x84\xc4\x8a\xa5\xec\x86\xc3\x2e\x13\xab\x9c\x4d\xb6\x47\x01\x21\x55\xaf\x53\x1d\xdf\x19\x86\x47\x2e\xb4\x14\xe3\xd8\x90\xd6\x6f\xca\xa7\x93\x4d\xee\x8d\x99\xbe\x0d\x04\xc9\x94\x80\x75\xd8\xf4\xb3\xb1\x76\x57\xea\xd7\x70\xcd\x25\x57\x28\xf0\x2d\x42\x88\x7e\x63\x59\x4b\xcc\x2a\xfd\xa5\x12\xe1\x66\xdf\xdc\xd6\xe3\xc6\xdc\x44\x95\x54\x54\xc3\x3d\x9f\x8e\xdf\x0f\xa7\xe7\x86\x17\x96\x0f\x66\x1e\x81\x48\xe5\x44\xdd\x44\xad\x7e\xc2\x42\x7e\x06\xa7\xca\x7a\x4b\x35\x4e\x12\xea\x58\x43\xc5\x52\x4b\x3f\x67\x7a\x00\x8f\xe9\x0e\x88\x51\xb7\xda\xb8\xa9\xc0\xbf\x26\x23\xf2\xb5\xb4\xe7\x98\x24\x9e\x23\xde\xd2\xb6\xd5\xa5\x65\xf6\xa2\x93\x0e\xb7\x45\xbb\xf2\x9e\x8c\x07\x69\xe6\x9e\x74\x4c\xd2\x79\x3e\x81\x49\x22\x74\x24\xb9\x4e\xa9\x29\xb2\x4f\x74\x33\xcb\x92\xac\x26\x30\xb7\x41\x3b\x0b\x14\x93\xdd\x2b\x2c\xb2\xd1\x77\xa5\xf7\xa5\xba\x60\xb4\x22\x6e\xb8\xe1\x38\x6e\x0e\x05\x2d\x0b\x98\x47\x4e\x99\x53\x70\x8a\x03\x9c\x4c\x3f\x96\x77\x45\x5e\xef\xcb\x1e\xa8\x19\x95\x88\x2b\xd6\x00\x76\x13\xa5\xe4\x09\x2a\x11\x2e\xc4\xdd\xe4\xc2\x11\x79\x52\x54\x76\x9f\x13\xdd\x35\x99\x90\xe3\x9e\x15\x33\x86\x1a\xa2\x9e\xb2\xce\x7f\x08\xe5\x75\x0c\xc5\x22\x05\x0f\x91\x1d\xde\x4c\x8e\x54\xe6\x9b\x56\x63\xb4\x11\x25\x05\x11\x39\xb0\x83\xa4\xef\x76\x84\x97\xef\x6d\x11\x8d\x4e\xeb\x1f\xd4\xbd\x99\xdd\xd9\xd0\x5d\x9c\x97\xa3\x43\xa6\xa9\x0f\x18\x21\x02\x25\x32\xec\xf6\x69\x60\x5a\x01\x73\x87\xb2\x44\x69\x99\x3b\x48\x39\xc2\x11\xea\x39\xa3\xd4\x14\x00\xa2\xc5\xa6\xa7\x16\x9a\xfa\x48\xd6\x76\x51\x63\x39\xdc\xb8\xb0\xbf\x96\x7c\x72\x5f\xf9\xfc\x0a\x2a\xb7\x49\x73\x0a\xb6\xf7\x75\x51\xd6\x34\x1f\x00\x48\xbd\x4c\x7e\x2f\x99\xb5\xe4\xb4\xe1\x9e\x6b\x9d\x26\xb0\xc5\xe5\x51\x4a\x74\x44\x76\x22\x49\xf3\xf7\xdc\xba\x06\x3b\x91\x74\x51\xf6\x6c\x25\xa3\x4d\xf3\x40\x77\x8d\x59\xb2\x23\x11\x9d\xf3\x09\xc7\x5d\x60\x0a\x64\x41\x1f\x63\xea\x66\xec\x0e\x42\x3f\x1d\xd7\x22\x0a\x62\xfa\xbc\xbb\xf0\x9d\x6c\x3b\xf5\xc3\x0a\x77\x9c\x44\xb0\x85\xa0\xc8\x4a\xba\xd4\x76\x22\x83\xe0\xdc\x23\xd3\x62\x85\x0a\xbc\x50\x18\x27\x35\xa2\x5c\xf6\xf9\xb5\x96\xee\x6c\xe9\x67\x22\xa8\xbd\x06\xe9\x3f\xf2\xda\x47\x1b\xa7\xb9\x91\x68\xa7\xc4\x11\xe7\x52\x0f\x44\x2c\xf1\xce\x79\x71\xe8\x51\x93\xa9\x20\x6b\x8c\xf8\x04\xf9\x77\x5e\xa7\x31\xc5\xe0\x69\xf2\x99\x7a\x8c\x38\x3d\xcd\xf3\xcf\x52\x6d\xe2\x6d\xcc\x19\x8c\xa6\x0f\xeb\x29\xdf\xe3\xd8\x9e\x9b\x4f\x21\xc7\x89\x99\x36\x31\x41\xb2\x41\x01\x72\x21\xbe\x9c\x21\x0a\x19\x6c\x66\x5a\x0c\x12\x0d\xb3\xe8\x47\x7b\x3c\xe6\xac\x1b\x21\xbf\xc2\x8e\xa2\xb8\xfb\xa6\x0f\xb7\x13\x51\x21\x9d\x05\xfb\x86\x53\xef\xc8\xb6\x1a\xce\xdd\x7c\xc7\x71\x02\x3b\x97\xbc\x55\x17\xb2\xe8\x6e\xee\x73\x32\x71\x34\x34\x42\x29\x97\x19\x72\xb3\x7d\x5a\x0a\xec\x34\xc7\xb3\x7d\xf5\x18\x15\x24\xc3\x07\x2a\xc6\xee\xa9\x08\x46\x49\x7a\xac\x77\x3c\xc8\x45\x2d\xd0\xc4\x25\x5c\xbe\x9e\xc0\x1b\x07\x54\xf7\x70\xb7\xf3\xf3\x8e\x1c\x31\x46\xb8\x9d\x4b\x92\x9e\xb3\x34\x31\x86\xe0\x3c\x1c\xc1\x56\x20\xe5\xac\xd7\x7e\x75\x3a\xf2\x32\x85\xab\xb0\x0c\xe2\x79\x44\x6e\x87\xb4\x21\x5a\x97\x79\x8a\xc0\x96\x9c\x01\x32\x0a\x53\xd6\xa6\xe7\x58\xaa\xfe\x15\xfc\x49\xc3\x98\xae\xa2\xe7\x9c\x2b\x50\x25\xd6\x57\x05\x4c\xb1\x3e\xba\x2b\xb4\xe8\x91\x6c\xb9\x7d\x2a\xe6\x94\x02\x41\xa3\x2a\x68\x10\xf4\x30\x40\xe5\xea\xa2\x78\x2a\x7a\xb5\xda\x12\xee\x63\x14\xb0\xac\x53\x2e\x61\xbd\x1c\x65\xc9\x70\x09\x21\x46\x97\x8d\xd8\x8f\xad\x32\x13\x36\x0c\xa2\x59\x53\x0e\x2b\xbd\x28\x06\x45\xfd\x76\xa5\x2b\x78\x4e\x66\x47\x48\x26\x4c\x92\x64\x62\xc2\x9d\x15\x2a\x17\xe1\xbd\xa5\xea\x0b\xc7\x28\x48\x82\xfa\xec\x19\x88\x7a\xb0\xae\x52\x8e\x96\x0c\x4f\x57\x46\xe7\x5a\xf9\x48\xdf\x26\xbf\x04\x9e\x8f\x07\x8d\xe2\x53\xce\xf1\x6c\x72\xd7\x35\xe1\x92\x84\x01\xce\x33\x15\x82\xc6\xbc\x8b\xd1\x7d\x97\xc4\xdd\x23\xf0\x93\xf1\x24\x6b\x1c\x18\xa9\x6d\x9d\xc2\x2c\xa7\x26\x50\x09\x35\xd1\x93\x46\xbd\xb5\x75\x33\x83\x8d\x2d\x6a\xc0\x27\x95\x7b\x18\xfa\xbc\x2e\x53\x57\xa2\x89\x5f\x98\x97\xf4\x4f\x64\x25\xdc\xd9\xa3\xc1\x19\x1a\x11\x3d\x91\xa3\x74\x98\xb3\xd0\x74\x1d\x97\xb5\x3b\x64\x86\x13\xe6\x8e\x6c\x69\x7b\x34\x38\x79\x64\x26\x6d\x32\x62\x93\x93\x7c\x2b\xd6\x46\x06\x69\xfa\x06\x62\x36\x97\x26\xe1\x15\x7e\xb9\x29\x1f\x5b\xc6\x0e\x79\x17\x0c\xd1\x98\x96\x26\x8f\xc6\x64\x32\x9e\x92\xf0\x20\xa1\xcb\x29\xba\x2b\x44\x92\x27\x18\x09\xb3\xc0\x59\x0f\xd1\x81\x6b\x9c\x6b\x33\x77\x86\x4c\x0d\x31\x38\xbb\x46\x2a\x9b\xb2\x01\x4c\x6d\xb8\xef\xa8\x8d\xc0\xc6\xe6\x56\xc7\xa3\x72\x76\x53\x57\xa1\x37\x4b\x4b\xd1\x18\xea\x92\x64\xad\x8e\xb0\x71\xb7\xcf\x33\xc5\x12\xdc\x13\xd0\x62\xf7\x22\xab\x5c\x05\x95\x4d\x93\x65\x25\xd2\x70\x6a\xb3\x81\x69\xde\x6d\x81\x89\x4e\x4f\x19\xc7\x4e\x87\xf1\xff\xda\x5c\x3b\x57\xd5\x65\x8d\x7f\x1a\x84\x9d\xc8\xc0\xec\x9a\x82\x4c\xa3\x51\x29\xd3\x3c\xd4\x1c\x21\x0d\x6c\xe8\x4f\xd0\xfd\xf8\xba\x51\xe3\xae\xc6\x6d\x78\xa4\x8c\xbb\xe2\xbc\x94\x6b\x2f\x71\xcd\x99\x6c\x66\x43\x3a\x1a\x60\xef\xb7\xc4\xa3\xac\x0b\xdd\xe9\x03\x8e\x44\xc0\x9b\x45\xab\x3e\xad\xba\x07\x57\x3d\x9c\x37\xa3\x68\x89\x66\xc8\xd4\xa5\x44\xb7\x4b\xd8\xb2\x5a\x0a\xc3\x0b\x7d\x57\xcb\x14\x20\x9e\x72\x61\x34\x17\xdc\x7d\xf1\x8f\xc0\xe4\x84\x9c\x37\x91\x29\xb4\xec\xd0\x9e\x42\xeb\xa8\xfd\x53\x15\xd1\x4c\x00\x94\xf9\x4e\x9a\x0f\x7e\x7c\xad\xc1\x08\x13\x78\x97\x02\x5a\x5f\xfd\x03\x8e\x42\xa6\xa2\x0a\x9e\x84\xe3\x2c\xca\xc2\xda\x0c\xc8\xdf\x71\x8a\x14\x42\x77\x1a\xac\xa7\x87\xb8\x7f\x75\xc5\xab\x46\xbd\xc9\xf7\x6a\x4a\x57\xec\x30\x5d\x43\x0d\xed\xe1\x2e\x27\x8d\x3b\xb8\xfa\x88\xb8\x35\xeb\x87\x42\xcf\xd3\xaa\x1e\x9c\x28\x44\x88\x6b\x3f\x7a\xde\xcd\xff\x85\x75\x9a\xb2\x33\x23\x1a\x4b\x82\x69\xd0\xb5\x68\x16\x39\xc7\xf4\xa6\xa4\xe4\xa5\xc0\x53\xb6\x2f\x02\xda\x85\x86\x4f\x04\x41\x66\x29\xe3\x18\x01\x0c\xeb\x38\x00\x06\x1c\x43\x72\x09\x23\x51\x7e\xa6\xa2\x0e\x60\x58\x53\x67\x4f\x32\x32\xb6\x95\xdc\xbb\x85\xac\x41\xe6\x7e\x38\xea\xce\xb5\xc6\x72\x56\x0d\xe1\xa7\xa5\x72\xa1\x66\xd3\x28\xe6\x76\x5b\x19\xca\x5f\xe1\x3c\x90\x3b\x9a\x08\xa2\x2b\xbb\x34\x29\x82\x75\xf7\x2d\x4d\x42\xd8\x67\x63\x3b\x4b\x68\x9f\xda\xf2\xc0\xe4\x4c\x3f\xfa\x25\x67\x33\x5d\x95\x9b\x68\xaf\xb9\x9d\x5d\x67\x2e\x09\x1f\xe5\x05\x42\x4e\x93\x1e\x9e\xdb\x55\x34\x21\x0a\xa3\xb5\xa7\x79\x90\x92\xf4\xe5\x21\xe1\x59\x79\x49\xc5\xa9\x0c\xf3\xd0\x7d\xb8\xf1\x0d\x34\xbe\x4d\x3c\xc6\xbf\xe0\x39\xe5\xc8\xd6\x27\x71\x3d\x0d\x74\xbf\x4b\xa8\x02\x1f\xb1\xc8\xc0\x1a\xd5\x38\x86\x8c\xa0\x5d\x96\xd5\xbb\x35\x9b\xd4\x1f\x29\x88\x1a\xb3\x28\xd3\x51\x4d\xa4\xe6\xd9\xa6\xa5\xae\xae\x26\x64\x40\x77\xcd\xc2\x46\x7a\xdd\x0a\x1d\x5d\x30\xe1\xb2\xd3\xf4\x31\x3a\xc8\xc4\x68\x92\x89\x01\xa0\x9a\x3d\xd8\xd2\x19\x4b\x46\xae\xe7\x31\x08\xb6\x28\xf3\x20\xed\xa3\xc7\x8d\x63\x09\xa0\xed\xd8\x4d\xbc\x4b\x77\x2f\xc5\x53\xd9\x63\x07\x85\xb1\x4c\xa3\x11\x04\x49\x03\xfd\xb8\x90\x63\xfb\xbd\xb9\x51\xe3\x6e\x8f\x04\x65\x43\x39\x3c\x68\x42\xb6\xf2\x58\x97\xd9\x1f\x8f\xe0\x33\x87\xb8\xf7\x51\x24\x0f\x11\xcf\x54\xb0\xe3\xe3\x9a\x5b\xb3\xd7\xc7\x5d\x0f\xe5\xa6\x7e\x4e\x35\x3a\x2f\x44\x71\x0e\x86\x8e\x9c\x83\xc4\x14\x02\x88\xc5\xe5\x46\xdb\x9e\x2c\x6a\x52\x39\x75\x73\xb7\x12\xbe\xfa\x36\x40\x2f\x70\x76\x64\xad\x11\x25\x51\x41\x82\xe3\x52\x1b\x2c\x95\xb9\x0f\x0f\xf7\xf7\x45\x44\x45\xbd\x73\x73\x39\xf0\xbc\x8f\x8f\xf3\xbf\x4d\xa6\xd3\xe1\xcd\xd4\xfc\x21\x1f\x9c\x2a\xd1\x97\xe6\x2b\xfc\xa3\xdc\x74\x47\xb6\xe5\x89\x23\x60\x52\xc2\x8e\x93\x58\xca\xe6\x84\x2d\xe3\xb1\xdf\x53\x20\x06\xc4\x0f\x21\x34\x76\x06\xa2\xe2\x55\xa6\x30\xda\x58\x21\x51\x5a\x79\x1c\xa6\xf9\x09\xc6\xc6\xc5\x43\x16\xec\x20\xea\x63\xe4\x5b\x82\x67\xf7\x76\x97\x50\x4e\x87\x85\x54\xf4\xe9\xbc\x38\x49\x87\x3b\x79\x6c\xfe\x36\x50\x17\x57\x89\x0c\x5d\x19\x67\xf4\x64\x8f\xa7\x7f\x3c\x36\x18\x06\x6c\x76\x8b\xa7\xaa\x47\xa6\xce\x2d\xfd\x7c\x5a\xbe\x2b\xa9\x49\x5a\xf2\xf0\x82\x46\x8c\x13\x1b\x07\x71\x34\xed\xd2\x10\xff\xde\xd9\x19\x42\xbe\xcb\xc9\x72\x34\x1d\x4e\xae\xc7\x0b\x35\xbf\x52\x1f\x87\x8b\xc5\x70\xb6\xfa\xa4\xce\x46\xf3\xdf\xc7\x8b\xf1\xa5\x1a\xcd\x2f\xc7\x6a\xb2\x54\x37\x8b\xf9\xef\x93\x4b\x7c\x71\x3b\xbb\xc4\xda\xd5\x07\x7c\x37\x9d\x8c\xc6\xb3\xe5\x58\xcd\x67\x6a\x38\x53\xe7\xc3\x25\x16\x9e\xab\xdf\x86\xcb\xc9\xb2\xaf\x3e\x4e\x56\x1f\xe6\xb7\x2b\xbf\x25\xb6\x1f\xce\x3e\xa9\x3f\x4f\x66\x97\x7d\x35\xc6\xaf\xd8\x66\xfc\xd7\x9b\xc5\x78\xb9\xc4\xb6\xf3\x85\x9a\x40\xd6\x26\x63\xfc\x38\x99\x8d\xa6\xb7\x97\x93\xd9\x7b\xbf\xcb\x74\x72\x3d\x59\x0d\x57\x93\xf9\xac\x6f\x77\x9c\x8c\x97\x00\x63\xb8\xc2\x7f\xc6\xaa\x0d\xee\xd5\x62\x3c\xa6\x13\x2f\xc7\x57\xe3\xd1\x0a\xe0\x00\xc1\xd1\x07\x3c\x35\xfc\x6d\x3a\xee\xab\xab\xc9\x4a\x5d\xe1\xc8\xa1\xba\x19\x2e\x56\x93\xd1\xed\x74\xb8\x50\x37\xb7\x8b\x9b\x39\xa1\xb3\x50\xb3\xf9\xec\xd5\x64\x76\xb5\x00\x0c\xf8\xff\x80\x8f\x18\xe3\xc8\xc5\x58\x2d\x26\xcb\x3f\x2b\xa0\xba\x9a\xf3\xb7\x7f\xb9\x1d\x4e\x27\xc0\x6e\x38\xbb\x54\x37\xe3\x05\x36\xbd\x1e\xce\x46\x7c\x76\x17\x5c\x84\x8f\xfa\x34\xbf\x45\x6c\x03\xbc\xa6\x97\x4c\x92\xc6\x22\x22\xf4\xd8\xc0\x3d\xc1\xa7\xc9\x8c\xd7\x80\x4c\x37\xf8\xa6\x4f\x0f\xab\x8b\xd9\x5c\xd0\x9e\xcc\x26\xab\x09\x22\x9f\xcb\xf1\xef\xe3\xe9\xfc\x86\x98\xb8\xe0\xe5\x73\x26\xef\x68\x3e\x5b\x2d\x26\xbf\xdd\xae\xe6\x8b\x1e\x60\x5e\xde\x5e\x8f\x0d\x54\xcb\x95\xe5\xc7\x6c\x3c\x02\x07\x86\x8b\x4f\x6a\x39\x5e\xfc\x3e\x19\x31\xd9\x17\xe3\x9b\xe1\x84\x37\x1b\xcd\x17\x0b\x82\x64\x3e\x1b\x08\xd3\x4f\x08\x0c\x8e\x5a\xae\x26\xab\xdb\x15\xb8\x02\x61\x20\xa6\xce\x18\x34\x22\xb0\x50\xc3\x4b\x0c\xcc\xfd\x5c\xdd\x2e\xc7\x16\x86\x36\x95\x86\xb7\xe0\xfa\x62\xf2\x37\x7c\x05\x34\xc6\x22\x72\xe3\xbf\x8e\xc6\x37\xab\x50\xfe\x3c\x28\xb0\xe5\x3f\x03\x3e\x28\xb6\x99\xd6\xa2\xbf\x79\x8c\xff\x28\x59\x3e\x6a\x05\xba\x21\x14\x71\xf0\x95\xd9\x04\xeb\xa1\x91\xd4\xa3\xd8\xf0\x68\x81\x29\xf4\x6c\xb9\xd5\xd6\x8c\xdc\xc5\xa0\xc8\x35\x42\x3e\xc5\x2d\xa2\xf4\x83\x7d\xe7\xba\xe0\x72\x3b\x2d\xc7\x9a\xb7\xdf\xa9\x98\xbc\x34\x54\x72\x4d\x17\x66\xb8\x7e\x23\x53\xc0\x62\x36\x64\x39\xe2\x38\x00\xe4\x27\x5b\xcb\xae\x52\x47\xd0\xa4\x91\x7e\x68\x7a\x70\xa8\x89\xa1\x40\x12\xf4\x40\xde\xcd\xa6\xc4\x8d\xd1\xe4\x30\x30\xbc\xa1\x82\x44\xe9\x87\xb6\xfa\x26\x5d\x4b\xa8\xd6\x2d\x65\xfb\x70\x64\x83\x7a\x08\x12\xdd\xac\xf5\x21\x37\xc4\x7d\xe2\x80\x26\x38\xcc\xb2\x37\xae\x24\x20\x33\x1c\x15\x99\xeb\xca\xd6\x46\xd7\x7c\x47\x4b\x17\x95\xd4\xb7\x4c\x77\x2a\x9c\xf5\x33\xfd\xd0\x0b\x9e\x4f\xe6\x32\x58\xac\xf1\x15\xf5\x04\x28\xdd\xb9\xe3\x35\x91\x94\xfb\x7a\xee\x6a\x55\x77\x36\xdf\x1c\x1e\x3d\x99\x63\x37\xd2\x6b\xb3\x21\xf7\x57\x59\x3a\x28\x03\x91\x7c\x74\x63\xcb\xbb\xee\x52\x1b\xb9\xff\x92\x6e\xee\x51\x30\x97\xec\xc1\x22\xc4\xaa\xa0\x88\xbe\xb3\x85\x42\xb9\xca\xc1\xcf\x07\xab\xbe\xe9\x1e\x35\xed\x9e\x54\x70\xe4\x09\x6f\x03\x9a\x76\x4b\x78\x17\xf6\x44\x3f\x3c\x38\x96\xe0\x25\x9c\x3a\xda\xe2\x26\x98\xa6\xf1\xd0\x4e\x1e\xf7\x55\xbd\xa7\xe9\x36\x23\xe6\xc6\x9b\xb1\x93\x6d\x1c\xe0\x54\x0d\x92\xcb\x69\x2d\xe4\x82\x86\x2d\xea\x2c\xd5\x65\x49\x2a\x67\x14\xc6\xee\x24\xbd\x5e\x6e\xb5\xee\xd9\xfb\x99\xad\x09\x4e\x99\x96\x42\xe6\x9a\xf4\x4c\xf9\x85\x4a\x89\x45\x62\x6b\x84\x7b\x84\x64\xe1\xe9\x08\xe8\x6a\x1a\x23\x48\x4d\xb5\x86\xc3\x47\xd7\xe7\xd4\x76\x0a\xde\xa6\xeb\x88\x71\x68\x86\x88\xd5\x5b\x66\xfd\xea\xf2\x89\xa9\xca\x36\x35\xe5\x96\x13\xcd\x95\x12\x4a\x71\x11\x3d\xda\x48\xcd\x89\xbb\xc8\x72\x3b\xcb\x3f\x31\x25\xea\x64\xaf\x7d\x10\x6b\x54\x8b\x6c\x8e\x50\x7d\x4e\x2c\x8f\x50\x24\xa4\x40\x1e\xd1\x16\xaa\xe8\x1b\xed\x22\xa3\x42\x61\x46\x93\x50\xb1\x70\x37\xa0\xae\xa9\xea\x70\x9a\xa2\xdd\xdb\x08\x8e\x50\x33\x51\xae\x25\x40\xd6\x3f\x31\x99\xf1\xd5\x42\xd8\xb4\xd4\x81\x05\xaf\x4c\xae\xbe\x4f\x8a\xc6\x75\x0c\x21\x8c\x95\x1e\x68\x76\x92\xc3\x5a\x82\xe4\xe6\x0a\x3f\xf5\x86\x07\x3c\x87\xcf\x49\x8d\x19\xe2\xa5\x29\xf5\x22\x96\x4f\xee\xba\x46\x3f\xcc\x59\x5e\xa6\xba\xa7\xa6\x8c\x9e\xd3\xdd\x16\xa5\x0c\x69\xba\x54\xf7\x98\x5c\x3c\xc6\x2d\xc3\xe4\x76\x96\x1c\xa9\x71\xfe\x19\xfb\xf8\x99\xf2\xc8\xe5\xc4\x3c\x63\x25\x16\x4d\xc6\xc9\xcd\x1d\xa7\xb8\x0f\x6a\xa4\x3c\x27\xe5\xa6\x64\x99\x18\xf7\x51\x6c\x56\x3d\x31\x65\x1c\x8a\x29\x99\xff\xb7\xce\xfc\x8b\x9d\x7f\xd2\xc8\x5b\x81\x6f\xe8\x70\x68\x3d\xff\x03\x86\xd3\x34\x4f\x64\x8a\xdf\xca\x30\x94\x33\x4f\x69\xd2\xc3\xf5\xa4\xd7\x07\xdf\x19\xa0\x3b\x18\x55\x25\x43\x11\x3d\xf3\xf2\x10\xa3\xc6\xc6\xc7\x19\x39\xec\xc2\xd4\xab\x8c\x61\xbb\xd4\x2e\x9d\xc2\x3e\x44\x69\xad\x5b\x89\xcd\xd3\x46\xfc\xe4\x50\x93\xf1\xc6\x54\x8f\x43\x1e\x45\xea\x4c\xfe\x69\xb3\xc9\x6b\x06\x8a\xca\x51\xac\x47\x6e\xc6\x76\xc7\xbf\xd0\x84\xa9\x05\x42\xe8\x24\x66\x23\x77\x49\x1c\x73\x96\xab\xa5\xa2\x7c\x0f\xa6\x86\x15\x46\x06\x2d\xa8\x7e\x16\xa8\x7e\x26\x55\x96\xb1\x0c\x02\x4d\x43\x5c\xb9\x9f\xef\x2e\xf6\x90\xf5\x91\x12\x6e\xe8\xf1\xad\x24\xe6\x85\xd4\x12\x69\x2e\x04\x72\x51\x94\x3d\x13\x1b\xf9\x66\x1e\x40\x4f\xe2\x20\x40\x32\x05\x7f\x93\xd8\x06\x3b\x05\x51\xa1\x67\x61\x80\x40\x33\xb2\x0a\x7e\x01\xf6\xbf\x0c\x82\x74\x85\x42\xdc\xe9\x64\xf8\xdb\x84\xb3\x84\x33\x89\x5e\x11\xfd\x8e\x26\x8b\xd1\xed\xf5\x72\x45\xc9\xc2\x92\xb3\x07\xf7\x93\x14\x33\x11\xa7\xcf\x17\x9f\x90\xed\x7c\x18\x73\x2c\x8f\x18\x7e\xa5\x2e\x5c\x6a\x84\xb8\xfd\xfd\x74\xf2\x7e\x8c\xc7\x7b\x7d\x09\xf4\x87\x94\x1e\x20\x64\xe7\xd8\xff\xe3\x64\x89\x3c\x67\xf9\x61\x38\x9d\x52\xca\xd0\xef\x4e\x17\xfa\xdd\xc9\x42\xdf\xa6\x11\x88\xb0\xed\x77\x84\x48\x18\xa7\xbb\x35\xcb\xdb\x1b\xca\xdb\x16\x36\x98\xc7\x3f\xcb\xdb\xd1\x07\xc9\xac\xc6\x48\xbd\x7e\x1b\x33\x05\xa6\x63\xca\x99\x68\x05\x0e\x5e\x82\x32\x57\x66\x03\x24\x84\x93\x05\xe7\x36\x94\xe2\x00\x3e\xce\x00\x91\x6c\x22\x5b\x9b\xf6\x25\x09\x41\xd2\xf0\x97\x5b\x93\x51\x5c\x0e\xaf\x87\xef\x41\x34\x9b\x3c\x7c\x18\x12\xea\x00\xe0\x99\xbc\xd1\x3e\x47\xe7\x4e\xe7\x4b\xde\xe0\xfd\x7c\x7e\xf9\x71\x32\xc5\x31\x1f\xe7\x8b\x3f\xab\xe5\x6a\x7e\x73\x83\x45\x44\xd1\xeb\x9b\x5b\xda\xf4\x6a\x38\x99\xde\x2e\x38\x2b\xbc\x1e\x4e\xaf\x6e\x67\x23\xd9\xcd\x00\x4f\x9c\x23\x1a\x5b\x1a\x5e\x53\xa2\xd9\x80\x52\x0e\x23\x42\x80\xea\x33\x35\x09\xc8\xf3\xc9\x30\xe8\xc3\x10\x89\xde\x6f\x63\xfa\x75\x46\x19\x24\xe5\xc3\x92\x3f\x22\x21\x5d\x4e\x8c\xf0\x58\xc2\x9a\x9d\x07\x36\xa5\xea\x16\x35\xd9\x99\x12\xc5\x21\xf8\xf3\x89\x68\xef\x7f\x24\x12\x5c\x8e\x87\xc8\x45\xf1\x41\xd8\x01\x90\x27\xb3\x3f\xdd\x2e\x38\xd5\xbc\x9d\xae\x48\xc6\xae\x16\xf3\xeb\x00\xda\x6f\x96\x81\xd4\xd9\x04\x78\xfc\xd7\x15\xf8\xc2\x87\x4c\x46\xcc\xe5\xe9\xf0\x23\x65\xb1\x1f\x00\xf7\x6a\x29\x8f\x7b\x20\x91\xf8\xce\x91\x85\xe2\xa0\xc9\xf2\x72\xc2\xb4\x44\x22\x37\x17\x40\xa7\xd3\xf9\x47\xb3\x29\x38\xb9\x64\x9c\x16\x2d\x0c\xbd\x68\x9c\x94\x0c\x08\xd2\x5c\x88\xe3\xf7\x21\x3e\x05\x1b\x5d\x0f\x3f\x35\x69\x43\x39\xf9\xd9\x19\xbd\x63\xe4\x76\x00\xd2\x4a\xd1\x8d\x2d\x9b\x35\x43\x25\x15\xce\x3b\x9a\xf5\x74\x91\xde\x5d\xb3\x4a\x2a\xbd\xeb\x9f\xcb\x3b\x80\x22\x89\x70\x95\xbd\x77\x2f\x65\x9c\xef\x7f\x56\xa3\xc1\xd5\x60\x31\x20\x5b\xfc\xdd\x6b\x75\x31\xa7\x4e\xc7\xeb\x5f\x7e\xf9\x01\x7a\x4c\xfd\x75\xa9\x2a\x93\xc5\x0c\x37\x3e\x7a\xa9\xc9\x39\xdb\xba\x27\x97\x34\xfb\xec\x02\x56\xd0\xfe\x8b\x24\x86\x6d\x41\xf5\x1a\xbe\xe1\xf5\x1b\x75\xb1\xd4\x7b\x0b\x17\x5f\x45\x25\xb8\x64\xaa\x14\xf1\xe9\xd1\x72\x82\x25\xc0\xec\xcd\x4f\x83\x9f\xde\x7c\xf7\xe6\xd5\x6b\x90\xa1\xc8\xeb\xbb\x7b\xff\xd5\xf7\xea\xe2\x4f\x75\xa6\x2d\xc6\x64\x46\x99\xe2\xef\x3d\xc5\xc7\xd8\xec\x96\x29\x6e\x5e\x52\xd2\xd5\x60\xa4\xe2\xaa\x4c\x5f\x1e\xb5\x9d\xfd\x0b\x7d\x5e\x0f\xd4\x75\x52\x6e\xe0\x0e\xa2\x4c\xd3\x6b\x65\x9a\xbd\x8f\xc6\x10\xa1\x96\x9c\x9e\xee\x14\x3b\x47\x43\x0c\xd9\x00\x2c\x7e\xc1\x80\xb9\x7b\xbb\xe3\x29\x67\x65\x5e\x8b\x45\x01\x8c\xbc\xc1\xc7\xe4\xce\x1d\xef\x85\xc0\xda\xd4\xd6\xe4\x80\x3a\xcd\x3e\x6e\xb4\x5c\x4f\x60\x76\xf8\x67\x9d\x4f\x46\xd2\x98\x17\x3b\x7b\x03\xa9\xd9\x73\x6a\x0c\x60\xda\x22\x68\xb0\x6b\xab\xec\xe1\xf6\x0c\x0b\xc9\x23\x38\x42\x3c\x90\x25\x91\x4a\x91\x8a\xec\x7d\xe6\x1f\x14\x69\x83\x33\x83\x0a\x3b\xd6\xf7\x29\x35\x03\xd6\x6e\x86\xa1\xf4\x65\xd9\x1e\x8f\x62\x1a\xdf\x9c\xc8\x1c\xe3\x16\xcf\x56\xaf\xf2\xed\xab\xe6\x59\x03\xf5\xb1\x95\xec\xd0\x4d\x4f\xbe\x69\xee\xa6\x40\xdc\xe5\x0d\xea\x0e\x98\xdb\xce\xa4\x74\x1b\x44\x4a\xff\xa4\x01\xda\xad\xdc\xf1\xc8\xec\xeb\x33\x68\x2e\xad\x62\x61\x91\x2e\x1c\x89\xad\xc9\xbe\x63\x70\x80\x0a\xd7\x9c\x5b\x4a\x74\x72\x9b\x71\xef\x8e\xda\xb7\xf2\x9a\x8c\x21\xb4\x09\x88\xf6\x4d\xfb\xdd\x65\x30\xcd\x69\x93\x2e\xf2\x36\x5e\xdd\xa0\xd5\x3f\xea\x22\x29\xe3\x64\x13\xa6\x1d\x57\x3a\xe6\x19\x97\x11\x32\xbf\xca\xc5\xda\x33\x12\x5a\x70\xc6\x0c\x43\x49\xb7\xc8\x33\xc8\x5c\x2f\x46\x18\x85\xa8\x4b\xde\x5a\x42\x9d\x4d\x04\x30\x11\x0d\xd6\x17\x54\xb8\xa8\x79\x06\xeb\xe8\x19\x8e\x12\x73\x7e\xa1\x81\x90\xae\x7d\x07\x65\x93\x97\x55\xf9\xdc\x1b\x80\x36\x04\xad\x2c\x35\xf1\x95\x8b\x47\xa1\x0a\x38\x4f\x1f\xca\x6f\x68\x0c\x50\x7e\x46\xb6\xc5\x61\xa9\x0c\x10\x45\xed\x4e\xa4\xa3\xf9\xcc\xb5\xf1\x32\x0a\x11\x79\x41\x26\x01\x7b\x44\xb7\xcb\x6c\x1f\x9e\xee\x1a\x14\x12\x5c\x81\x74\xcb\x48\x06\x56\xdf\xe7\x79\xcc\x13\xff\x38\x8e\x5e\x37\x93\x1e\x8c\xd8\xe9\x58\x2e\x70\x91\xa8\x35\x3b\xdc\x22\x50\x4e\x62\xfd\xdc\x0c\xf2\xdd\x3a\x92\x09\xe8\xc8\xbf\xa3\xc4\x31\x96\x8c\x72\x55\xd0\xbb\x5d\x6c\x0a\xc2\x19\x52\x21\xc5\x08\x5f\x8c\x97\xde\x4e\x4b\x3e\xc8\x0a\xbd\xa1\x61\x5d\x43\x78\x99\x1f\x60\xda\x9b\x4b\x11\x43\x2a\xdc\x57\x8f\x14\x9e\x76\x8f\x87\xb4\x2a\x00\xf6\x46\xbf\x53\x86\x23\xa6\xca\xc6\x3c\x4d\x11\xed\x22\xce\x68\x8a\x44\xae\x88\x9f\xba\xde\x42\x3c\x37\x2f\xad\xaa\x2b\xc0\xf8\x4f\xc7\xb1\xc6\x04\xd4\xd1\xb8\x06\xe7\x6e\x76\xd6\x45\xde\x49\x47\x82\xd7\x8d\x48\x88\x84\xd1\x76\x3b\xeb\x61\x6e\x4d\x35\x88\x24\xb7\xed\x69\x70\x43\x66\x83\xf8\xb2\x3d\x5f\x56\xe6\x7e\xab\xa9\xb7\x26\x72\x29\x24\x8b\x45\xe3\x1d\xd7\x7c\x27\x84\xf9\x97\x70\x63\x5e\x5e\xe3\xb6\x4b\x4a\x6b\xa9\xdd\x80\x0d\xf1\x09\xe9\xe8\x75\x9d\x56\x09\x9c\xc0\x2b\x93\x73\xc4\xd2\xa5\x3b\x3b\x46\x88\x87\xcb\x74\x99\xdc\x49\x01\x2b\xb8\xf3\x7d\x54\xa1\xa5\xaa\x9f\xdb\xd8\x50\x2f\x3e\x1f\x74\x7d\xe9\xde\x86\x65\x64\xf3\xf8\xdc\x3d\xe5\x1a\x60\xc8\x41\x26\x48\x84\x5b\xcf\x00\x20\xcc\x0b\x26\xd6\xec\xaa\xeb\x9b\xa9\xad\xd6\xf0\xf4\x57\x26\x7d\x50\x9b\x59\x7a\x3b\xef\x6b\x23\x27\xe7\x8f\x8c\x45\x3d\x1e\xc2\x08\xdf\x68\xe8\x9b\x58\xaf\x4e\xf4\xda\xb0\xe8\x7c\x75\xdf\x7c\x1b\x1d\x8b\x1d\x6f\x1c\x15\x47\x86\xf6\xf9\x77\x9d\x4a\x35\xd7\xbd\xc1\xb0\xf7\xab\x6b\xd1\x92\xda\xca\xfb\x8c\xec\x01\xc6\xfb\x9d\x98\xc2\x73\xa5\x72\xdb\x2b\x97\xfb\x1b\x8d\xdb\xba\xbe\xd5\x0d\x1e\xde\x57\xd5\xfe\xdd\xb7\xdf\x3e\x3e\x3e\x0e\x76\x02\xe7\x20\x2f\xee\xbe\x05\xdd\xbf\x3d\x3b\x5b\xba\x38\x2d\xb8\x72\xec\x1b\xeb\x41\x00\xd1\xbc\x93\x4c\x6a\x61\xbb\x6d\xe6\x0d\x14\x4f\x77\xdb\xcc\x45\x52\x63\x2a\xcd\xfd\xdf\x34\x21\x53\xb9\xd4\xba\x39\x04\x61\xc4\xc1\x30\x7c\xe3\xad\xa3\x84\x0f\xc1\x0b\xb5\x48\xa5\xc3\x39\x9e\x23\xc8\xc1\x4a\xe2\x64\xb3\xe1\x09\x6c\xfe\xfb\x45\xff\x33\x4f\x77\x14\xe1\xbb\x5e\xa9\xf2\xc4\xb6\x03\x75\x76\x63\xb5\x23\x78\xf5\x47\xf7\x62\x73\xb5\x63\x7f\x90\x69\x83\x8b\x51\xcf\x2c\x54\x67\x27\xb7\xa7\x2e\xcd\x42\x68\x02\x3b\xaf\x8b\x07\xbe\xcf\x13\x58\xbb\x8b\xb2\xf7\xee\xe5\x58\x0f\xbd\x26\x92\x69\xae\x4e\x2a\x83\xb9\xb0\x5e\x97\x0d\xb1\x09\xa6\x3b\xb4\x1c\xea\x1b\xf0\xac\x07\x7f\xc7\x57\x7f\x28\xa7\x0d\x7d\x1f\x6c\xf1\x3b\x60\xb9\x92\xeb\xe3\x41\x6c\xf4\x77\x01\xed\x8f\xc6\xc0\x5c\x10\x11\x92\x4f\xd4\x51\x2c\x67\xf2\xb5\x72\xa9\x9f\x22\x34\x26\x45\x7b\xa4\x39\x1c\x2a\x2e\xa5\x69\xfe\x68\xab\xe6\x87\xa3\x4e\xbd\xc5\xea\xf4\x9d\x7b\x2d\x90\xfc\xd1\xf0\x40\xa4\xc2\x6e\x73\x8e\x42\x4b\x3b\xb5\x72\xfa\x0c\xbf\x3d\x34\x91\x67\xd6\xe5\xfa\x05\x3f\x11\xeb\x8d\x44\xe3\xeb\x83\x79\x4b\xa6\x29\x81\x05\x54\x61\x0c\x4d\x34\xb4\x4f\xe9\x72\x15\xf5\xe1\xbd\xa1\x30\x95\x65\x7e\x01\x14\xeb\x5e\xf0\x6c\xf8\x6e\x49\x8b\xd4\x1f\x8d\x19\x59\xa2\x9a\x19\xa5\x30\x6f\x39\xea\x3a\xbe\xdf\x98\x12\x23\x61\x78\x09\xd2\xc1\x7b\x05\x03\xeb\xdf\x84\xe1\xfc\xec\x0c\xc9\xf1\xf8\x1d\x47\x70\x7c\xc1\xd1\x6e\xe4\xed\xb7\x0c\x57\xf3\xf4\x44\x99\x92\xf0\x83\x6b\x6e\x8c\xc2\x3f\x63\x49\xd1\x39\x41\xcc\x6f\x58\xec\xd4\x67\xb1\xb0\xe5\x3d\xdf\xe4\xb1\x6f\x9c\x3b\x01\x49\x11\xf9\x02\xbc\x5b\xb6\x45\x4c\xec\xc6\x03\x9b\xa6\xa2\x75\x0f\x5f\xfc\x62\xeb\x7d\xa3\xff\x1b\x00\x00\xff\xff\x31\x36\xc7\x0d\x41\x5b\x00\x00") + +func confLicenseMozillaPublicLicense11Bytes() ([]byte, error) { + return bindataRead( + _confLicenseMozillaPublicLicense11, + "conf/license/Mozilla Public License 1.1", + ) +} + +func confLicenseMozillaPublicLicense11() (*asset, error) { + bytes, err := confLicenseMozillaPublicLicense11Bytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/license/Mozilla Public License 1.1", size: 23361, mode: os.FileMode(420), modTime: time.Unix(1440548254, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _confLicenseMozillaPublicLicense20 = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xa4\x5b\x69\x8f\xdb\x46\x9a\xfe\xde\xbf\x82\x30\xb0\x98\x6e\x40\x6e\x1f\x9d\x63\x26\xf3\xc9\x93\x38\x59\x03\x9e\x20\x18\x27\x1b\xec\xc7\x12\x59\x94\x6a\x9a\x62\x69\xaa\xc8\x96\x35\xbf\x7e\x9f\xf7\xa8\x62\x91\xa2\x6c\x67\x16\x08\xe2\x16\xc5\x3a\xde\xfb\x79\x0f\xfd\xdd\xff\xdb\x75\x9d\xa9\x7e\x19\xb7\x9d\xab\xab\xf7\xae\xb6\x7d\xb4\xd5\xff\xd8\x10\x9d\xef\xab\xd7\xf7\x2f\x6f\x5e\xdd\x57\x3f\xd8\xd6\xf5\x6e\xc0\x93\x78\x83\xcf\x78\xf2\xec\x7b\xdf\x0f\xc1\x6d\xc7\xc1\x87\x67\xd5\xc1\x9a\x3e\x56\xd6\xd4\xfb\xca\xf5\x8d\x7b\x72\xcd\x68\xba\xca\x87\xaa\xb3\x3b\xfc\x61\xfb\xc1\x0d\xe7\x6a\xd8\x9b\xa1\xaa\x83\x35\x83\x8d\x9b\xaa\x4e\x1b\xd8\x58\x0d\x1e\x5f\x5a\xf9\x8e\x8e\xf5\xed\x86\x56\xfb\x13\x76\xfd\xde\x3f\xd9\x60\x9b\xea\x83\x6f\x87\x93\x09\xf6\x9e\x6e\xf0\x7a\x7e\x83\x74\xdf\x74\x13\xde\xcc\x1f\xb6\xae\x4f\xfb\xf1\xa3\xbc\x82\x08\xa1\x87\x1e\x4f\x43\xac\x6e\x5d\x5b\x99\xfe\x7c\x57\x8d\x11\x07\x6d\xcf\x95\xa9\xca\xcd\x4d\xdf\xc8\xdd\x8f\x26\x0c\xae\x1e\x3b\x13\xca\xef\xff\x14\x67\x1b\xf3\xfd\x1e\xca\xfb\x15\x17\x5b\x12\x43\x97\x30\x57\xf6\xe5\x8d\xbe\xe2\x8d\xe6\x8b\xd2\x66\x1f\xfc\x18\x6a\xa2\xaa\xb1\xd5\x8f\x3e\x1c\x88\x8d\xa7\xbd\x83\x10\x88\x58\x16\x18\x98\x5f\x52\xb2\x37\xb1\x32\xc3\x00\x39\xd9\x86\x5f\xea\x3d\x0e\xa6\x77\xab\xb7\x1f\xf7\x6e\xeb\x86\xea\xcd\x86\xbf\x78\xfb\xd1\xd6\xe3\x60\xb6\x9d\x6e\x8d\x7b\xc6\x11\x3b\x2f\xcf\xdc\x30\x77\xfe\xee\x1b\xd7\xba\xda\x64\xc6\x5e\x79\x17\xe7\xb0\x92\xd4\x26\xd2\xa1\x75\x37\x36\xae\xdf\x55\x47\x1f\x64\x25\x89\xc3\xfa\x96\x29\xff\x1a\x94\xbf\xeb\x21\xc5\x23\xb6\xa5\x7b\xfc\xee\x06\xec\x69\xa1\x37\x8d\x09\xe7\xa4\xaa\x51\xb9\x71\x73\x73\x6b\xee\x44\x4c\x7f\x94\xfa\xc6\xc6\x1a\xef\xe0\x61\xc1\x87\xbf\x25\xa5\x5c\x72\xff\xaf\xd0\x4c\x1c\xb6\x2d\x0e\xbb\x90\xea\x09\x27\x1d\x0c\xc8\x36\x4f\xc6\x75\xcc\xc5\xb1\x6f\x6c\xe0\xb7\x07\x1b\x0e\xcc\xa4\x27\x35\x32\x18\x14\x69\xbb\x35\xa1\x73\x78\x47\x95\x55\xe9\xdb\x54\xb8\x3c\xdd\xb4\x32\x5d\xf4\x6b\xdb\x98\x4b\xa6\x30\x03\xbf\x01\x03\x17\x62\x4c\x9a\x03\x65\xaf\x5a\x15\x2b\xed\x75\xf2\xe1\x51\x8c\x81\x88\xea\x2f\x24\xc7\xfb\x7d\x8b\xfd\xde\x9b\xb0\xc3\x4b\xbf\xe3\xfd\xbc\x97\xac\x16\xe3\x66\x9b\xb3\x2b\x7a\x7e\x22\xe1\xc9\x09\x07\xd8\x7f\x80\x6c\x58\x1d\x4c\x15\x2d\xd4\x1f\x8f\xaa\xd6\xe1\x96\xe0\x03\xfd\x1b\x37\xb2\xa1\x8b\x4c\xfa\xaa\x0f\xf8\x33\xdd\x47\xe8\x9d\xec\x1e\x0b\x1a\x5f\x8f\x07\xb8\x1c\x7e\xe9\x2f\xf9\x25\x62\x42\x7a\x6f\x6f\x9e\x48\xef\x88\xf4\xe0\x76\xfb\x81\x64\xbd\x0b\xa6\x1f\x36\x49\xea\x07\xf3\xd1\x1d\xc6\x43\x65\x3f\x0e\xd8\x0a\x1a\x1a\x23\x29\xe1\x06\x06\x66\x99\x0a\x15\xfd\xe0\x0e\x36\x71\x31\xe9\x1c\xef\x44\x94\xc4\x71\x1b\xed\xbf\x46\x6c\xd0\x9d\x37\xcc\x74\x32\x16\xd3\x75\x69\x05\x1f\x1e\xc9\x15\x3e\xd9\xb3\xb8\x1e\x26\xa1\x14\xe3\xab\x97\x20\x61\x66\x60\xa5\x14\x75\xa3\xd6\x77\x9d\x3f\x81\xa6\xef\xc4\x0e\x58\xc0\xc4\x4f\x77\x29\x4c\xe1\x6c\xb0\x71\xec\x70\x76\x1b\xfc\x01\xaf\x57\xa6\x69\xd8\xc1\x83\x01\x1b\x58\x44\x67\xf9\x03\x7d\xcb\xae\xf8\x50\x5c\x20\x1d\x4a\x1e\x1c\xb4\xb1\x12\x5e\xb7\x12\xba\x4a\x6f\x4f\x9f\xb9\x0e\xed\x65\x9c\x12\xb5\x2a\xee\x57\x14\x75\x7e\x31\x2c\x8e\xef\x3b\xe3\x0e\xe0\x03\x6b\x7f\x69\xe2\x13\x63\x8e\xf2\x66\x4d\x6f\xde\xc6\xbb\x4d\xe1\x6e\x48\x17\x3d\x8c\xaa\x73\x07\x37\x30\x45\x1b\x2c\xc4\xb3\x66\x53\x1d\x83\xaf\x6d\x8c\xe2\xd6\xcc\x91\x55\x73\x8c\xb2\x4d\x14\x8d\x9d\x36\x9f\x14\x8b\x24\xc7\x3e\xaf\xbc\x0c\x13\x76\xf2\x63\x07\xc1\x12\xe9\x6d\xc0\xe9\xb6\x11\x8b\x6e\xbd\x98\xb1\x2a\xcb\xd2\xe6\xcf\xaa\x85\x8f\x58\xb2\x41\x5c\xe2\x7f\xa2\xed\x3a\xfe\xc3\xb7\xad\xa5\xcd\x78\x97\x68\x48\x2f\x55\xa5\xc9\xeb\xe0\x9a\x07\x72\xa9\x2c\xb8\x01\xfb\xc7\x56\xdc\x8a\x75\xac\xba\x6e\x88\xcb\x50\xb8\x78\x38\x45\x54\x61\x3d\x85\xdb\x0b\x27\x93\xc3\xbe\x53\xc7\x61\xab\x9f\x7e\xfe\xad\xfa\xc9\xf6\x36\xc0\x0a\xe6\x88\x62\x53\x42\x8a\x4d\x7e\xf9\x3d\x78\x8d\xb5\x9f\x5f\xf3\x6a\x5a\xf3\x86\x88\xf7\x9f\x5d\xf3\x40\xe7\x70\xf4\x3e\x57\x1d\xb9\x9c\xe4\x6f\xa3\x70\xdb\x23\x04\x75\x1a\x43\x84\x4a\x0a\xda\x4b\xed\x2c\x11\xc5\x85\xc7\x3c\x06\x8b\xab\x90\xa6\x92\x1c\x44\x58\x33\x4b\xd1\x8d\x29\x88\xff\xaf\x1f\x9f\x55\xb7\x78\x8d\xfe\x0a\xcf\xee\xb2\xaa\x2e\x10\x93\x99\x63\x26\xfb\xd1\x86\xda\x91\xf8\x93\xb3\x48\x11\xa0\x70\x13\x74\xd3\x72\x99\x23\xff\x29\x27\x8a\xd6\x5b\xb1\x89\x19\x0e\x23\x59\xfb\x8e\x74\x3a\xa6\x0f\x1d\xbb\x20\xe6\x9a\x4b\x07\xc1\xa5\x1f\xc0\x4d\x7d\x43\xfc\x38\x76\x96\x33\x8f\x63\x80\x67\xb4\xca\x51\xf2\xbd\x19\x28\xe2\x02\xba\x26\xb1\x50\xe2\xb3\x85\x2f\x3d\xd9\x00\x1f\xe3\x82\xad\xd9\x4d\x12\x03\xe8\x6f\x76\xbe\xb5\x01\x08\xe3\xf7\xe4\x21\xfb\x1b\x62\x6e\x6f\x76\x96\xdc\x7a\x86\x17\x42\xcd\xe4\x91\x61\x33\x7c\xa2\x91\x5d\x39\xd8\x9c\x1c\xa9\x04\x3e\x91\x27\x02\x9c\x84\x06\xec\xdd\x91\xb6\x38\xf8\x60\x25\xd8\xb5\xae\x05\x53\x8e\xe0\x33\xed\x7e\xfb\xf5\xcb\xff\xba\x4b\x52\x86\x97\x88\x03\x3c\x01\xb1\x3f\xee\xe1\x89\xd8\x54\xb6\xd0\x3c\x48\x98\x5c\xfd\x6c\xcb\xe2\x56\x90\x3b\x6c\x26\xa1\xe9\x9f\xc8\xc6\x23\xbb\x14\x98\x58\x93\x80\xf4\x6b\x02\xd2\xfa\xdd\xcd\x5b\xb3\xf0\x1e\x04\x85\x40\xd2\x4e\xbe\x07\xcb\x25\xd2\x76\xcd\xf3\x93\x23\x1b\x0f\xfe\x6c\xba\xe1\xfc\xbc\x0d\x16\x9f\x7a\xdf\x3f\xb7\x1f\x21\xeb\xe8\x9e\xb2\x5e\x6b\x30\x10\x41\x3a\x38\x6b\x48\xb8\x1e\x48\xd1\xe0\xe6\x40\x30\xc8\x56\xa5\xba\x2d\x82\xbf\x3a\x37\xf1\x1d\x8d\x3d\x98\xf0\x78\xf7\x59\x57\xe7\x09\x3b\xe3\x52\x16\x3b\x37\x63\x8d\x3f\x61\x0e\x05\xfe\xd9\x88\x5d\x9c\x49\xee\xf1\xd8\x19\xfc\x81\x0b\xb4\x8c\x0a\xf1\x44\x33\x01\x71\xbb\x59\x72\xd0\xfe\x63\xe7\x01\xc6\x2e\x3c\xd6\x26\x79\x1d\x4f\x0e\x19\x14\x8a\xd5\x91\xfe\x9a\xe8\xf0\x35\xeb\xe9\x2c\x6a\x8a\x33\x88\x0c\xb6\x25\x70\x14\x60\xe6\xaf\x74\xb0\xc4\x2b\xe1\xd6\x2c\xd0\x64\xe1\x2e\x48\x26\x12\x37\x42\x38\xb9\x66\xf5\xcb\x73\xa7\x6c\x17\x2e\x79\x4e\x60\xf6\xce\xff\x99\x6b\x7e\x4d\x89\xd0\x5b\x1c\x0a\x3b\xc1\x49\x3f\x10\x8c\xba\xf9\x75\x3f\x39\x36\x51\x1f\x41\xb6\x1f\xd4\x9a\xa0\x76\xc2\x1e\xa8\xf3\x91\x4c\x10\x94\x48\xd4\x9d\xce\x85\x8e\xc3\xf0\x21\x80\xbc\x77\xcb\x08\xb5\xe4\x01\x5b\x66\x2f\xa6\x4a\x07\xcf\x32\x2c\xc6\x71\x21\x0e\x85\x70\xe3\x82\x87\x89\x84\x07\x32\x94\x14\x89\x23\x6d\xc9\x36\x51\x7d\xa8\xa1\xa3\xd7\xc9\x61\x7f\x93\x69\xaa\x4c\x90\x1b\xf8\xbe\xcb\x5a\x9d\xde\x5e\x73\x99\x3f\xfb\x0c\x79\x60\x0f\xba\x80\xdc\x68\x3a\xea\x84\xbc\x98\xe3\xf6\xe1\xd8\x91\x62\x31\x50\x12\xbf\x14\x0b\x06\xa4\x15\xe4\x22\x56\x70\xd0\x95\xb3\x07\x12\x40\x76\x2d\x85\x64\x18\x31\x6d\xb1\x09\x99\x74\x32\x45\xbd\x13\x39\xe5\x44\xd2\x32\x49\x55\x53\x6f\x35\xe0\xd5\x14\xbf\xd8\xcf\x9b\x8b\x14\x28\xd8\x03\xf6\x57\x82\xae\xe3\xb6\x96\x3d\xb3\x60\x96\x03\xc3\x3c\x76\xcd\x74\xf4\x77\xc8\x98\xef\xc8\x25\x49\x6e\xcc\x38\x54\xfd\x87\x0b\x0d\x5b\xd8\x19\x59\xf1\x61\x99\x15\x2e\x0f\x13\xcf\xec\xdc\xdd\x5a\xc2\x7e\x69\x0a\x45\x0e\x11\x13\x7b\x6f\xe1\xf4\xec\x71\x28\x0d\xfb\x8a\xb9\xdc\x29\x69\xf5\xba\x89\x67\x78\x46\xac\xbd\x90\xa2\x13\x3d\x37\xc0\xf3\x7d\x6d\x57\xaf\x07\x5d\xfe\xb5\x90\x32\xd2\x10\x2b\xc9\x8b\x20\x3c\x62\x92\x6a\x99\x6e\x96\xbd\x6b\x24\xf7\x11\x9e\x28\x15\xd5\x8f\xa4\x55\x7e\xe7\x25\xbd\x2b\x4d\x93\xf8\x35\x51\x7c\x30\x67\xd2\xd0\xde\x12\x64\x25\x64\x46\xf1\x13\x09\x33\x2c\x80\x79\x55\xe4\xb8\x01\x79\x08\xe2\xa9\x08\xb2\x70\x06\x0f\xf7\x5f\xdd\xb1\x15\x02\xa3\x7c\xc8\xe9\x4a\x4e\xae\xab\x1b\xd8\xc9\x0c\x60\xc3\xe5\xc5\xd2\x72\x34\x3e\x51\x6a\xad\x39\x05\x5d\x9a\x75\xa3\xde\x7b\x3a\x1a\x97\x9a\x9c\xc0\x7a\xbe\x2c\x02\x31\x45\xc2\x94\x93\xe3\x84\x2c\x12\x5b\x6f\xa3\xb5\xf9\xf6\xc8\x8d\x5e\xdf\x11\xb7\xbe\x2c\x2d\xe6\x42\x0f\xc2\x0e\x9c\x4d\xe9\x16\x8a\x45\x13\x5b\x1e\x84\x2d\x5f\xdf\x57\xff\x40\x4c\xb3\x90\xbb\x38\xa8\x95\x48\x1d\xd2\x0b\xb1\x2c\x09\x4c\xdf\x6f\x2d\x1c\xc8\x13\xd8\x76\xa9\xd2\xac\x5b\xec\x78\xdc\xce\x11\x3b\x53\x09\x0c\x29\x8b\xb8\x7e\x36\xd9\x38\xb6\x04\x38\x88\x2f\xaa\x43\x29\x61\x2d\xd3\x48\x3c\xbb\x3c\xe1\x13\xb9\xe5\x6b\x2a\x11\xfc\x68\x5c\xa8\x7e\x8b\xec\x68\x0b\x36\x6b\xe2\x4d\xa0\x01\x5c\x6a\x68\x6f\x4e\x97\x4a\x3d\x26\x4c\xc2\x11\x4e\xc5\x77\x84\xa3\xac\x19\x22\xc0\x73\x9f\x25\xb1\x46\x32\x8e\xcb\xf4\x02\x11\x5b\x3a\x8b\xc3\x25\xff\xd5\x58\xa3\xe9\x8c\xa2\xb5\x8a\x94\xf4\x09\x91\x13\xac\xe4\xfb\x7d\x7b\x5f\x00\xa6\xea\x46\xa5\x13\x21\x1e\xe4\x03\x0f\xf7\xaf\xe9\x7f\x0f\x12\x53\xa1\xc8\xcc\xcd\x7a\x7a\x5f\x41\xdc\x67\x62\x21\x0e\x7a\x20\x21\xc7\x23\xd6\xb8\xad\xeb\x18\x3f\xd3\x43\x2a\x7c\xce\x7c\x7d\x9b\x92\x57\xce\x5b\x6f\xde\x20\x40\x34\x8b\x17\xd6\x3c\xc7\x5a\x1d\x2c\xe5\xa2\xc4\xce\x79\xf5\x8c\x55\x88\x58\x2b\x95\xd2\x4a\xa0\x86\xd4\xf5\xf8\x71\xae\x9b\x02\x53\x8d\x88\xb0\xdb\xd5\xe2\xd2\x3c\xe2\xd0\x42\x7e\x19\x6e\x8e\xee\x0e\x64\xed\x8e\x6e\xae\xb2\x17\x89\x79\xae\x9a\x2e\x49\x02\x2b\xe9\x59\x9f\xb4\xea\xca\xb1\x22\x98\xbd\x3f\xd1\x2b\x88\x49\x00\x6a\x7e\x4b\x59\x3e\x6c\x93\x34\xe4\xca\x35\xe1\xd4\xb8\xdc\x05\x1b\x3d\x1c\x05\x9d\x74\x94\xbe\xb1\xa5\x11\xb7\x6b\xd5\xfa\x4c\xc3\x9f\x16\x9e\x75\xa5\x7c\xf5\x40\x48\x69\x29\xcd\x65\x91\xf3\xe6\x1d\x7b\xae\xd2\x5d\xad\xc9\x73\xb9\x0c\x47\xf6\x1a\x7f\x15\xe1\x2c\xd6\x30\xe7\xb9\x7c\xb7\xb5\xcb\xba\xe0\xaa\x7e\x98\x38\x2f\x4a\x4e\x6e\xe9\x95\x30\xf5\x13\xf2\x54\xa9\x2d\x2f\xf9\x69\x31\xac\xd6\x6b\x49\xb8\xd0\xc1\x08\x3f\x4f\xdb\x48\x16\xc7\xcb\xa8\xea\x85\x20\x83\xa4\xac\xa7\x54\x8e\x61\x46\xbd\x27\x38\x4d\xa8\x65\x4a\xad\x24\xac\x47\x0e\x09\x33\x4b\xd1\x2a\x5b\xbe\x76\x81\xbf\x93\x0e\x14\x42\xe0\xdb\x2d\x09\xfa\x8c\xce\x6f\xb4\x00\x97\xb1\xd3\xa0\x2b\x60\x6b\x00\xdc\xe4\x4a\x79\x1d\x97\x7c\x90\x7e\xdb\x66\xb2\x84\xb4\x26\xd5\x68\x96\x47\xe7\xd0\x5e\xe8\xa8\x78\x47\x82\x5f\xac\xac\x7f\x4c\x41\xd7\x50\x22\xe9\xec\xc3\xa5\xce\xce\xd2\x96\xea\x26\x71\x4b\x9d\x05\xe9\x46\xc1\xb8\xf9\xcb\x7a\x48\xe2\x56\x11\xa3\x97\x4c\xe0\x6c\x93\xf4\x75\x89\x26\x66\x30\x62\x19\x9a\x13\xbb\x2e\xca\x77\xd5\x3b\x2d\x6f\x15\x97\x71\x91\xd5\x6f\x06\xf9\xd6\xab\xc6\x5a\x60\x2e\x5d\x8e\xef\xad\x14\x25\x83\x5d\xe9\x08\x6c\xb4\x63\xb3\xee\xba\x48\x6e\x5f\xd2\x57\xd8\xcc\x89\x13\xd8\x20\x41\x6f\x28\x73\x87\xee\x52\x55\xaf\x26\x01\x85\xae\x8a\xc5\x2d\x4f\xe5\x4a\x65\xf4\x93\x2a\x66\x1d\xca\x25\xc2\x82\x87\x07\x4a\xa3\xe5\x45\x84\x53\x7f\x94\xba\x4b\x3b\x06\x0e\xa6\x5f\x06\xba\x66\x97\xca\xa5\xbc\x82\x70\x36\xa3\x2b\x77\x65\x25\xfd\x8a\x13\x1a\x3c\x8b\x93\x3a\x12\x93\x25\xcf\x98\x9b\x04\x01\x3c\x64\x3d\x02\xa1\xb9\x32\xa7\xa7\xf4\xba\xc3\xed\x14\x1a\x27\x10\xa1\x5f\x6e\x52\x3e\x94\x3f\x83\x44\xae\xcc\x52\x13\x0f\x1b\x82\x2c\x0a\xf1\x52\xc1\xea\xca\x9c\xb2\xc5\x47\xc3\xb1\xfd\x7c\x97\x6a\xcd\xe0\x05\xe9\xd7\x35\x93\xbc\x12\xfd\x36\x95\xe2\xef\x6c\x28\x44\xaf\x50\xb8\x46\x90\x7a\x3a\xed\x23\xa8\xfd\x30\x9e\x22\x33\x6a\xce\xd5\x63\xef\x4f\x3d\x00\x91\x14\x66\x60\x0d\x75\x3d\x06\x03\xb0\x17\x99\xbb\x00\xa0\x6f\x04\x58\x25\x2b\x79\x33\x81\xef\x5f\x59\x70\x93\x13\xd8\x7b\xaa\x6a\x62\x6f\x2e\x44\xa8\x1d\xf8\xe4\x9a\x4d\xd5\x5a\xb6\xd2\x4d\xc1\xa9\x38\x1e\xa5\x30\xe1\xa0\x0e\x87\x9e\xea\x83\xcc\x3c\xe5\x16\x42\x45\xe7\x76\x09\x9a\xf8\x99\xe5\xcd\x83\xce\xa5\xd5\xff\xb7\x3f\x01\xf6\xe2\xb4\xec\xd2\x3d\xe9\x36\x67\xe8\x20\x85\xfd\x0f\xd1\xbe\xb5\x7b\xd3\xb5\x72\x5b\x52\x1c\x9f\x1e\xad\xa4\x3f\x05\x94\xe1\x02\x13\x21\xd2\x6d\xf4\x1d\xb4\x1c\xbb\xd6\x9d\x35\x5a\x77\xa7\x75\xac\xb7\x9f\x22\x75\x73\x8d\x56\x72\x14\xcc\x43\xf1\x37\xe2\x0f\x41\xfb\x14\x7d\xb5\x3c\x67\x76\xc1\x32\xc7\x75\xcf\xf6\x5c\x11\xcd\xf3\x94\x2d\x65\xe5\xd3\x49\xd0\xf2\x31\xe8\xe6\x17\x95\xa5\x45\x2e\xf5\xe5\xb2\x12\x3b\xa6\xdb\xf1\xdd\x27\x3c\xa5\x55\xe0\x32\x6f\xbb\x62\x3a\x4c\xdf\x35\xd3\xa9\xa8\x5e\x44\x50\x35\x95\x8c\xfe\x39\x06\x17\x1b\x57\x6b\x2d\x07\x9e\xe0\x5d\x9f\x2f\x43\x89\x23\x47\x8f\x1f\x46\xe6\xd0\x07\x6c\x39\x0a\xa0\xfd\x87\xdd\x8d\x9d\xa6\x53\xef\x28\x97\x26\x7e\x53\x85\x4c\xba\x6c\xcc\x30\x75\xb4\x65\x04\x2a\x1a\x5e\xab\x31\xff\xa2\xac\x15\xa9\x86\xc5\x0e\xa8\xbb\x8a\x66\x1b\xb9\x5d\x94\xdb\x6d\x40\x53\xa3\xb5\xdd\xd0\x90\xf2\x32\xec\xcc\xd7\x25\xac\x97\x55\xf0\x3b\xae\x69\x2f\x63\xe4\xfa\xd5\x3e\xdd\x57\x64\xfc\xc3\x45\xea\x84\xfb\x14\x88\x4c\x82\x48\x31\x4d\x4b\x3b\x40\x72\x86\x8b\x73\x94\xb7\x43\x81\x64\x1d\x87\x80\x9c\x16\x1c\x3b\x53\x0b\x80\x04\x64\xc3\x89\xa9\x07\xc7\xca\xd0\x28\x4f\x17\x49\x4c\xbc\xca\xa8\xb5\x4a\xd6\x5b\xf5\x85\x33\x27\x07\x2c\xc1\x3d\x74\x55\xef\x49\xec\x13\x1f\x37\xa2\xf5\x6b\x97\x9e\x72\x5d\x8a\xac\x16\x9e\xba\xd3\x06\x8b\x99\x47\x43\xc8\x07\xde\x12\xa6\x16\x1f\xa9\x54\x37\x30\xba\x66\x90\x36\x68\x9f\x9c\x0b\x6c\xd0\x2e\xa8\x26\xdc\x28\x39\x4b\x05\x1b\xf4\x19\xd9\xdd\xaf\x53\xee\x7c\xbd\x54\x28\x85\xc0\x41\x17\xe3\x04\xd8\xe8\x01\xbb\xd4\x1c\xfa\x9d\x64\x0c\xc8\x67\xbb\x2b\xda\x4a\xa0\x81\x55\xa2\x70\x88\xba\x4a\x8b\xac\xbc\xc8\x49\xf7\x99\xd4\x6b\xf8\xa2\x6b\x49\xe3\xf6\xca\xec\x08\xa7\xc2\xc1\xba\x9e\xb8\x8f\xf5\xa4\xa7\x0c\xf1\xa2\x62\x96\x0d\xb6\xec\x6c\x14\xb5\x1a\xfb\x01\xd7\xbf\xf0\x43\x54\x7d\x87\x24\x48\x0e\xf4\x56\xeb\x04\xed\x64\x56\x44\x71\xe1\x52\x01\xda\x64\x0d\x96\x92\xbc\xef\x77\x9e\xa2\xb8\xd6\xe3\xdd\x4a\x05\x9d\x98\xc6\x41\x85\x62\x65\x7b\x56\xc7\xa5\x55\xab\xfe\x79\x62\x4b\x2d\x2d\x07\xe2\xd4\x45\x36\x72\x0c\x4e\xf2\xe3\x6f\x5e\x56\x8d\x39\x83\x9c\x96\x02\x71\xae\x4c\x30\x7f\xb7\xa6\x7e\xa4\x4a\x86\xaf\xa6\x2d\xef\x91\x75\x07\xeb\x53\x78\x4a\x54\xfc\x31\xae\xae\x50\xba\x4a\x28\xd3\xe7\x6c\xfc\x0f\x28\x54\x14\xea\xb4\x03\xc9\x25\x75\x9e\x39\xc8\x24\xc2\x26\xac\xa3\x7a\xae\x56\xfa\xb0\xff\x62\x6f\xf5\x4c\x4b\xdd\x59\x5e\x73\x8a\x6d\x4b\xbd\x9c\xd8\xfc\xb0\x64\x73\x90\xf3\x8f\xc3\x44\x17\xdd\x82\x2d\xee\x35\x03\x7f\xda\x50\x26\x23\x06\x72\x68\x43\x8a\xb0\x66\x47\xfd\xfe\xa1\x6c\x4c\x52\x3c\xa5\x7e\xf0\xc0\x95\x91\x84\xf6\xca\x22\xb4\x34\xe2\xb9\x06\xaa\x28\xb1\xb1\x78\x14\x0c\xee\x4f\xe1\xa8\xd9\xf1\x5b\xa6\xd6\x96\x4f\xed\xa1\xdb\x36\x3c\x4f\xfd\x7b\xa2\xb0\x0e\x70\xba\xfa\xe4\x8e\xfc\x9f\xdd\xc9\x30\xc8\x45\xb5\x3c\xb5\x92\xa5\x13\xd9\x9d\xcb\x66\x25\xd9\xbe\x5e\xac\x1c\x38\xb8\x6e\xc2\xe0\x1e\xf3\xf6\x3c\x1b\x04\x29\x8e\x8b\x57\x13\x28\x35\xff\xb2\x81\xb3\x0c\x2f\x71\x6f\x4a\x2f\xc5\xfc\x7f\xa0\x70\x2c\x8e\xf9\x29\x65\x10\x93\x0f\x9c\x6f\x1a\xab\xaf\x65\x0a\x09\x62\x4b\x0d\x08\xda\xd1\x92\x7b\xa0\x16\x7d\xc2\xb5\x0c\x78\x24\xff\x2b\xa5\x90\x22\x08\x91\x41\xb4\x51\x41\x14\x9c\x0d\xe0\xb0\x94\xae\x58\x57\xb7\x16\xbc\x79\x32\x9d\x6b\xba\x73\xd9\xca\x60\xbb\x50\x7d\x9a\x6d\xb5\xe2\xf7\xb2\x2e\x96\xb4\x08\xf9\x71\x0c\x4f\xd4\xab\x2a\xbe\x01\x23\xbe\xe1\x24\x5a\xc1\x0e\x31\xe1\xf7\x84\x75\x6e\xd6\xf2\xc3\x9c\x09\xaf\x9c\x2d\x06\xff\xcc\x90\x41\x3e\x2b\x5b\x8d\x34\x4e\x92\x21\x94\xa2\xd6\x47\xa8\x4a\xee\x53\xc2\x97\x06\x9a\x75\x68\x36\xa9\xa1\x24\x05\x0a\x0e\x8e\xd0\xdd\xa2\x26\xb8\x59\x1d\x50\xd1\xdd\xc9\x8b\x5c\x9f\x3b\x73\xe4\xc0\x2c\xfb\x80\xc6\x12\x38\x88\x34\xd9\x12\x80\xff\xfb\x41\xba\xb0\xad\x1b\x34\x96\x16\x2e\x4e\xdb\xf8\x15\xbb\xaa\xfe\xb9\xea\x35\xfe\x93\x10\x49\xd6\x49\x8e\xcf\xc5\x47\xc2\xa6\x1a\xec\xff\x85\x74\xc5\x29\x60\xd4\x56\x6e\x4a\xec\xae\xdd\x6d\x1a\x1e\xf8\xb0\xe7\xb1\x98\xb5\x61\x1f\x16\x80\xd5\xfb\x93\x34\x75\xe6\x46\x61\x9d\x64\x13\xb7\x5c\x7d\x99\xa7\x06\x77\xe4\x3c\xc6\x83\x9d\x55\x9d\x64\xfa\x28\xf5\x47\xa4\xcd\xc2\x3c\x0e\xf6\x68\x9c\xc0\xbb\xda\x07\x9d\x34\x20\x7a\x69\x8a\x61\xa6\x2e\x59\xae\xc8\x1b\x23\xfc\x14\xb7\x32\xa1\x06\x24\xce\x9e\x07\xbe\x52\xe7\xe9\xa2\xc3\x48\xa3\x0c\x39\x87\xb9\xe4\x07\xa0\xc4\xde\x07\xf7\xef\x75\x65\xd3\x3c\xb3\xf8\x66\xba\x17\xd4\xfa\xdb\xb2\x6d\x4a\xa7\xbc\xcf\x30\xfd\xe6\x37\x5e\xd3\x23\xe0\xb9\x50\x8f\x07\x49\xb9\x53\xac\xd7\xaf\x64\x5e\x04\xbc\x62\xed\x4b\x43\x14\xe0\xe3\x50\x26\xe1\xbd\xdd\x21\x27\xa2\xa6\xd7\xdd\x26\x8f\x57\x6c\x16\xf3\x15\x62\x7d\x0b\x71\xa4\xe1\x1b\xca\x18\x4f\x7b\x3f\x6b\x04\x5f\x30\x83\xda\x77\xb9\x2f\xa3\xee\x67\x6b\x39\xf3\x10\x3c\xc7\x20\x4b\xd3\xa8\x34\x2d\x32\xcd\x8d\x70\x5e\x22\x13\x85\x35\x6c\x17\xca\xde\xa9\x64\x7b\xed\x27\x91\x98\x1a\x73\x30\x3b\x9b\x9b\x6a\x94\x15\x83\x18\x1e\x8d\xf8\xa4\xe9\xa5\x75\x2d\xb7\xe5\x22\x03\x5c\xd8\x11\x6c\x0b\x9f\x78\xbb\x9d\xf7\x0d\xc1\xc4\x8d\x94\xaa\xe2\xe0\x8f\x47\x2c\xd9\x70\x08\x1d\xe9\x08\xc2\x3a\x63\x90\xdc\x19\x99\xed\xd8\xd7\xb2\xb7\x92\x94\xe7\x02\x59\x08\x34\x73\x43\x63\x3f\xe5\x9d\xf9\x68\x2e\x4b\x91\x33\xcf\x30\x83\x7b\xad\x2a\x80\xc9\xc5\x4a\x55\x98\x10\x4a\xab\x23\x37\x51\x5b\x1b\x53\xb5\x57\x77\x56\x95\xef\x66\xaa\x54\x64\x7c\xbc\x33\x5b\xdb\x91\x90\x2d\x57\x3a\xd3\x97\xc4\x90\xc6\x1a\xea\xca\x06\x92\x5f\xe4\xcc\xd2\xf5\x48\x0b\xcf\x9a\xc0\xf2\x90\x5a\x46\x1b\xa9\x33\x3c\x69\xd5\x22\x75\x28\x7a\x48\x9d\x39\xe5\x4c\x42\x47\x07\xa6\x4b\xc2\x83\x10\x42\x29\xf3\x4f\x1a\xfc\xd4\x39\xd9\x4e\x6a\xdd\x95\x0e\xc4\xa4\x36\x7d\x49\xe1\xa4\x28\x57\xf5\x44\x0b\x71\x60\xce\xb4\xcf\x3c\x3b\x9e\x7a\x15\x89\x37\xe4\xdc\x6e\x6e\xfe\x4c\xa6\x99\x81\xce\xcd\x1b\x4e\xfd\xf3\xe7\x60\x29\x07\x22\xc4\xe1\xe7\x06\xaf\xed\xdc\x6d\xf0\x23\x55\xbd\xb8\x4e\xe2\x52\x11\x7d\x0c\x83\xb6\x35\x4b\xa2\xc9\x6e\x75\xf0\x81\x1c\x66\xdf\x10\x5a\x3b\x00\x58\xc9\x30\x25\x71\x0e\xf1\x12\xb4\x1e\xc9\x4d\x51\x3a\x48\x7b\x6c\x69\x9e\x30\x81\x7f\xe5\x6c\xbe\x9e\x48\x1c\xf7\x28\x0b\xae\x10\x86\x26\x86\x08\x3d\xe5\x05\x26\x8b\xe1\x59\xb8\x24\x52\x27\x53\xad\x2d\x84\x39\x3c\xf7\xed\x73\x15\xa6\xe4\x1f\x91\x0b\x86\x7b\x62\xc1\x72\x8e\x43\x0e\x47\xa8\x64\xc0\x62\xb2\xc2\x14\x45\x85\x2d\x0f\x3e\x96\x20\x4e\x24\x58\x02\x3d\xc8\xe0\x2f\x40\xf8\x70\x97\x00\x21\xa6\xb7\x7e\x8c\x8b\xfe\xe6\xac\x67\xab\x50\xd7\x0e\x05\xbc\xa1\xeb\xd7\xa0\x3f\xcd\x09\xc7\x71\xfb\x4f\xaa\x2a\x1c\xa8\xe6\x2f\xd3\x59\xbe\x65\x80\xcb\xe0\x2f\xd1\x76\x01\xcc\xf0\xe7\xde\x76\x8d\xa6\xa7\x63\x6f\xc9\x34\x6b\x2b\xd1\x58\x8c\x22\xaf\xcd\xac\x07\x2f\xd5\x7e\x7b\xd1\xab\xc2\x44\x66\xdd\xfe\x54\x03\x2b\x76\xbd\xaf\x58\xdf\xc0\xf0\x79\xe5\x42\x60\x98\xa2\x9b\x02\x44\x80\x3f\xbb\x11\xfa\x2e\xca\x95\x27\xe8\xf2\x5d\x38\xea\x85\x91\xfc\xb2\x22\x76\xd6\xb6\x20\x29\xc0\xe4\x1f\x88\xba\x28\x38\x37\x2d\x99\x73\x22\x03\xfe\xe5\x8f\x1c\x5e\xde\x27\xa4\x1d\x17\x83\xb0\xfc\x25\x12\xf5\x9f\xed\x69\x7a\xe5\x26\xfd\x66\xe5\x47\xc8\xbc\xc9\xe5\xba\xb2\x71\x13\x07\x8b\xb0\xd2\xe4\xfa\x84\x29\x60\x5d\xd1\x4e\xc3\xe6\x0f\x3c\x67\xc3\x55\xcd\x69\x02\x6e\x65\x2b\x6e\xc3\xcf\xe6\xc5\x65\x9e\x8d\x3d\x1f\x75\x99\xe2\x9e\xa7\x9c\xe7\x33\xa6\xb3\x52\x09\x8d\x0d\xa4\xa9\x86\x34\x5c\xb4\x73\xe4\xcc\x0d\x07\x47\x68\xda\x88\x6d\x48\xe1\xd2\x6b\xfd\x78\xd8\x5a\xe5\x51\x9e\xf4\xa2\xad\xe7\x0c\x59\x69\x99\x7d\x69\xc5\x9f\x3e\xcc\x46\x2d\x32\xef\xf5\xed\xa9\xf1\x9c\x66\x14\x68\xbe\x2a\xe5\x9c\xeb\x15\xf2\x2b\x03\x19\x5c\x91\xbd\x18\xf0\x50\xee\x4d\xbd\xe4\xa5\x10\x99\xfa\x87\x7b\x6d\x93\xe3\xbd\x89\x70\x58\xdf\x79\xea\x94\xe7\xa1\x20\x9e\xba\x99\x75\xa8\x97\x4d\x69\x5a\x75\xe2\xf1\x09\x9f\x5b\x67\x2c\xbf\xb2\xf5\xc7\xd6\x19\x33\x55\xe7\xcb\x56\x1b\xe1\x3b\x53\xe5\xd9\xc3\x6b\x33\x2b\x4e\xae\x09\xef\x68\x0e\x76\x46\xa3\xa4\x4a\xdc\x27\x11\x8c\xab\x3e\x34\xa3\x6c\x5e\x31\x1f\x64\xc8\x2a\x99\x26\x81\xa4\x82\xa2\xf3\x5e\x7c\xe9\x7c\xa3\xb4\x44\x9a\x9e\x31\x0d\xb1\x4d\x77\xbb\x13\xf6\x7e\x55\x36\x1a\x69\x22\x6d\x75\x48\x1f\xcb\xbe\xa4\x73\x96\xfb\xe8\x53\x3f\xa2\xd0\xcc\xff\xdf\xd6\xd7\xba\xbe\xeb\x3a\xbc\x29\x4a\x12\xd7\x7e\xe6\xb3\x14\x56\xaa\x43\xa6\x5f\x0a\x81\x41\xf9\xb7\x51\xd5\xf3\xcb\xeb\xa7\x75\xd2\x03\xd3\x21\xb0\x8b\xb7\x5c\xcc\x11\x44\x25\x3b\x33\xc1\xf5\x9f\xe1\x6d\xaa\xa7\x7b\x9a\x97\x97\x30\x53\xcc\x4c\x60\xc1\x2f\xef\xf9\x57\x46\xa4\xea\x13\x73\x9b\xa2\xd6\x43\xb5\x5e\x49\x96\x8a\x8e\x3f\x39\x3a\x70\x7b\x3f\x0c\xc7\xef\x5e\xbc\x38\xc8\xa9\xf7\x3e\xec\x5e\x60\xc3\x17\x38\xea\x05\xc8\xcd\x15\x79\xda\x3c\xd7\xe4\x19\xeb\x45\x17\x12\x22\x07\xae\x2d\xb9\xcb\x45\xe6\x22\xa7\x94\xe3\xa7\x72\x79\xd1\x85\x58\xae\xea\xbc\x36\xb7\x6e\x59\x79\xb9\xfd\xf1\xfe\xdd\xf7\x6f\x7f\xfe\xf0\x36\xff\x6a\x84\x6a\xbf\x9d\x7d\x22\x93\x15\xd0\x8f\xac\xe5\x4e\xd1\x4f\x59\x17\xce\x3f\xb7\xe8\xdc\xa3\x55\xbc\xea\xfd\xe3\x64\xcf\x66\xaa\x50\xe5\xe6\x5d\xd3\x94\x9d\x11\x69\xc0\x0d\x53\x0b\x0f\x2c\x9f\x7a\x91\x79\xe2\xbb\xd0\x8b\xbf\x41\x2f\xbe\xf0\xb7\x6a\x9f\xd5\x92\x2f\xdb\x47\x47\x44\x5a\x57\xcc\xe0\x7c\x46\x87\x6e\xfe\x2f\x00\x00\xff\xff\xf0\x25\x2b\xe8\xeb\x39\x00\x00") + +func confLicenseMozillaPublicLicense20Bytes() ([]byte, error) { + return bindataRead( + _confLicenseMozillaPublicLicense20, + "conf/license/Mozilla Public License 2.0", + ) +} + +func confLicenseMozillaPublicLicense20() (*asset, error) { + bytes, err := confLicenseMozillaPublicLicense20Bytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/license/Mozilla Public License 2.0", size: 14827, mode: os.FileMode(420), modTime: time.Unix(1440548254, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -772,7 +4364,7 @@ func confLocaleLocale_deDeIni() (*asset, error) { return a, nil } -var _confLocaleLocale_enUsIni = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xc4\x7d\xfd\x72\xdb\x48\x92\xe7\xff\x78\x0a\xb4\x37\x7c\x76\x47\xc8\x74\x74\x4f\xdc\x47\x4c\xd8\xee\x93\xa5\xf6\xc7\xac\x65\x69\x2d\x79\xe6\xe6\x1c\x0e\x34\x48\x40\x24\x46\x24\xc0\x06\x40\xd1\x9a\x8d\x8d\xb8\xd7\xb8\xd7\xbb\x27\xb9\xcc\x5f\x66\xd6\x07\x00\xca\xf6\xec\xc6\xdd\x3f\x64\xa1\x2a\xeb\x2b\x2b\x2b\x2b\x2b\x2b\x2b\x2b\xdf\x6e\xb3\xa2\xec\x16\xe9\xf3\xf4\x38\xdd\xe6\x55\xbd\x2e\xbb\x2e\xed\xca\xf5\xf5\x93\x55\xd3\xf5\x65\x91\xbe\xae\x7a\xfa\x6e\x6f\xab\x45\x99\x24\xab\x66\x53\x12\xe8\x1b\xfa\x4b\x8a\xbc\x5b\xcd\x9b\xbc\x2d\x28\xe2\xd4\xc2\x49\xf9\x65\xbb\x6e\x5a\x06\xfa\x55\x42\xc9\xaa\x5c\x6f\x39\x0f\xfd\x25\x5d\xb5\xac\xb3\xaa\xa6\xcf\x4b\x0a\xa5\x6f\xeb\xa4\x6b\x16\x55\xbe\xce\x82\x04\x44\x58\xfa\x1f\xd3\x9f\xeb\x22\xbd\xec\xcb\x6d\xfa\xac\xdb\xe4\xeb\xf5\x8b\xbc\x43\x96\xbe\x4c\xf3\xc5\xa2\xd9\xd5\xfd\xb3\xa7\x92\x20\x85\x37\xbb\xde\x4a\x3f\xdf\xf5\x12\xb7\xdb\x5a\xd4\xc7\x6d\xd2\x96\xcb\x8a\x3a\xd6\x52\xd4\x07\x0d\x26\xfb\x72\xde\x55\x3d\x37\xfa\x2f\x12\x4a\x6e\xcb\xb6\xab\x1a\x6e\xcf\x9f\x25\x94\x6c\xf3\x25\x03\x5c\xd0\x5f\xd2\x97\x9b\xed\x3a\x47\x86\x2b\x0d\x26\xeb\xbc\x5e\xee\x04\xe6\x9d\x06\x93\x45\x5b\x52\x52\x56\x97\x7b\x8a\x3d\xc1\x47\x4a\x1f\xb3\xd9\x2c\xd9\x11\x4e\xb3\x6d\xdb\x5c\x57\xeb\x32\xcb\xeb\x22\xdb\x08\xd6\x3e\x52\x7c\xaa\xf1\x29\xc5\xa7\x1c\x8f\x6e\x94\x05\x21\x28\xcb\x3b\xed\x0b\x0d\x0d\xe1\x2b\xef\x12\x14\x55\xe7\x1b\xcb\xcd\xc1\xa4\xdc\xe4\xd5\x9a\x07\xe1\x09\x07\xa8\xf1\x5d\xb7\x6f\x30\x54\x17\x1a\x24\x44\x64\xfd\xdd\xb6\x04\x1e\x9e\x5c\x51\x28\x59\xe4\xdb\x7e\xb1\xca\xb9\xad\x12\x4a\x08\x68\xdb\x10\x42\x9a\xf6\x0e\x70\xf6\x91\x34\xed\x32\xaf\xab\xbf\xe7\xbd\x20\xe9\x3c\xf8\x4c\x36\x55\xdb\x36\x8c\xdf\x33\x04\x12\xea\x71\xc6\xe5\x50\xcc\x7b\xc2\x44\x50\x0a\xa7\x6c\xaa\x65\x2b\xa8\xe4\xc4\x33\x7c\x71\x29\x9c\x76\xdd\xb4\x37\x9a\xf0\x8a\x83\x83\xac\xd4\x08\x4d\x8d\xeb\xcf\x6b\x42\xbe\xa6\x9e\xe1\x23\x02\xe8\x92\xbc\xd8\x10\x2a\xb7\x79\x5d\x32\x8e\x8e\xf9\x8b\xf0\x42\x5f\x89\xd2\x54\xd6\x95\x7d\x5f\xd5\x4b\x46\xf6\xb1\x44\xa5\x97\x1a\x95\x04\x69\x2e\xee\xae\xd9\xb9\xe1\xa4\xf8\xbf\xd2\x67\x7a\x21\x9f\x92\x16\x64\x42\xa2\xcb\xc9\x3d\xe9\xb2\xeb\xb2\x2c\xa4\x2f\x5d\xfa\x8a\xc2\xc9\x76\xb7\x5e\x13\xd6\x7e\xdf\x95\x5d\xcf\x99\x2e\xe8\x9b\xfa\x2f\xdf\x49\xd5\x75\x14\xa0\xe8\xb7\x08\x24\x34\x74\xf5\x02\x9d\x39\x41\x20\x49\x3e\x75\x65\xde\x2e\x56\x9f\x13\xf9\x47\x5b\x39\xc0\xb4\x77\x68\x50\x99\x90\x94\x88\xa4\x06\xab\x20\x59\x34\x05\x7f\x9c\xd0\x1f\x15\x5d\xd5\x5d\x4f\x33\xee\x73\xa2\x01\x06\x93\x90\x0c\x40\x5f\xf5\xc0\x82\x46\x62\xfa\x76\x3c\x82\xe9\xab\xaa\xed\xfa\x27\x7d\x45\xc4\xfa\x61\x57\x27\xdc\x3f\x9a\x6d\x59\x31\x37\x26\xf4\xba\x21\x14\x21\xba\xa5\xfe\x9d\xdd\x5d\xfe\xcb\xbb\xa3\xf4\x82\x38\xd1\xb2\x2d\x29\x9c\x52\x19\xf4\x47\x79\xfe\x30\x4b\x28\x97\xd5\x74\x9a\xf7\xf9\x3c\xef\x4a\x8f\x56\x4e\x14\xea\x76\x69\xa0\x71\xe6\x6a\xe0\x60\x5d\x1f\xf5\x77\x6a\x86\x50\x19\x3a\xaf\x5c\x19\xef\x79\x72\x51\x3c\x33\x35\x64\xbe\x58\x97\x1c\x4f\x45\xa5\x6f\xdf\xbf\x3f\x3f\x7d\x99\x96\xf5\xb2\xaa\xcb\x74\x5f\xf5\xab\x74\xd7\x5f\xff\xb7\x6c\x59\xd6\x65\x4b\x3c\x6e\x51\xa5\x34\xa7\x5a\xa2\x84\x94\x08\x5b\x3a\x37\x4b\xba\x6e\x4d\x73\x1f\xe8\xbd\xbc\x7c\x97\x9e\x31\x8a\xb7\x79\xbf\x42\x43\xfa\x55\xd2\xfd\xbe\x66\x14\xb9\x0a\xaf\x56\x65\x0a\x2a\x03\x50\x73\x6d\xf8\x48\x0b\x6d\xe3\x2c\x29\xdb\x36\x23\xb6\xd4\xdf\x65\x9a\x59\xcb\x1b\x42\x4a\x11\x44\x3a\x75\xd3\xa7\xf3\x32\x45\x9e\x59\x92\x58\x83\x0d\xbb\xc7\xdb\xed\xba\x5a\xc8\x5c\x7f\x2d\x69\x1e\xd1\xbc\x82\x28\x96\x42\x38\x20\xca\xd2\x02\x74\x11\x7b\xe6\xf9\x90\x46\x0c\x04\xf9\x57\x25\x31\xc0\xd5\x6e\x29\x6c\x6f\xdd\xec\x8a\x1f\x40\xa9\xd6\x7a\x4f\xa8\xe9\x87\x86\x1a\x0c\xec\x38\x00\x5f\xc5\x31\x51\x1c\x2f\x5a\x6d\xb9\x69\x88\xaf\x38\x62\xaf\x88\xa0\xf6\x15\x25\x52\x4f\xbb\xfc\x96\xe6\x5b\xdf\xa4\xfd\xaa\xea\xd2\x82\x88\x6d\xc1\x05\xd3\xd4\xd8\xd1\x72\x21\x64\x41\x04\x2a\xa4\x61\x71\xf1\x18\x00\x6a\xb3\x23\x6a\x5a\x51\x61\xbc\x18\xf1\xca\x49\x45\x4e\xb5\x13\x5d\xa2\x72\x40\xdf\x44\xb9\x0d\x71\x65\xe6\x9b\xa7\x08\xe8\x77\x58\x3e\xb5\x2a\xbf\xbe\xa6\x56\x75\x44\x15\x6f\xd2\xc5\xba\x21\x92\xfa\xf8\xe1\x5d\xc7\x04\xb3\xca\xb6\x4d\x8b\x65\x8e\x92\x2e\x28\xe8\xe2\x02\x44\x33\x44\xbd\xdb\xcc\xe9\x6b\xbf\xaa\x88\x03\x00\xed\x9c\x83\x57\x73\x8a\xa5\x2a\x76\x1d\x0d\xe1\x51\x4a\x24\x4c\x3d\x20\x94\x81\x00\xb8\x0f\x45\xd5\xe5\x73\x1a\x7b\x06\xbf\xa6\x65\x6b\xd7\x12\x59\xad\xfa\x7e\x6b\x35\xbf\xb9\xba\xba\x90\xaa\x5d\xec\x7d\x75\xe7\x01\x65\x60\x0c\xd6\xbc\xf0\xd6\x69\x53\xcf\x40\x24\xbb\x76\x3d\xa0\x1f\xea\xab\xa5\x1c\xc0\x0b\x37\xe1\x29\xff\x5c\x7a\xf4\x00\xcf\x1d\x49\x27\x7b\x50\x13\xe1\xb8\xc4\x02\x48\x44\xdd\x6c\xb9\xdc\x80\xaa\xcf\x35\xc2\x93\x32\x16\x4d\x97\x2e\x4b\x27\xa5\x42\xf6\x09\xd8\xff\x86\x3a\xac\x6c\xe4\xf2\x8c\xd0\x00\x5e\x82\xd8\xeb\xb6\xd9\x50\xec\x2b\xfa\xf3\x11\xbe\xf9\x67\x5c\x1e\x60\xf2\xa2\x20\xfe\xd6\x1d\xa5\x1f\x5e\x9d\xa4\xff\xf9\x0f\x3f\xff\x3c\x4b\xdf\xf6\x3c\x13\x99\x38\xff\xc6\x44\x45\x41\x59\xc3\x1d\x28\xb1\x8c\x9e\xe8\xee\x01\xcf\xac\x07\xe9\x33\xa4\xfe\xf7\xf2\x4b\x4e\xf2\x47\x39\x5b\x34\x9b\x17\xcc\x55\x36\x79\x3f\x4b\x38\x85\xc8\x55\xe9\xf8\xb2\xac\x0b\x0a\xa8\x24\xa0\x69\x01\xbb\xd3\xf4\x40\x2e\x10\xa9\x28\x5b\x34\xf5\x75\xd5\x72\x87\x7e\xad\x41\x0d\x26\x2f\xd1\x3a\x80\x14\x5b\x6e\x09\x69\xc4\x41\xaa\xeb\x3b\x0f\x8a\xae\xbe\xe7\x48\x1d\xd0\x44\xa8\x2e\x53\x51\xd2\x61\xf9\x52\x88\x91\xc7\xed\x9c\xba\xd7\x1a\xbe\x3b\x8f\xf0\xe6\xfa\x7a\x4d\x1c\xd5\xb8\xa4\xd6\x70\x2e\xb1\xc2\x30\x43\x10\x22\xc6\x2d\x24\xbe\x53\x25\xe2\x93\xd3\xf7\x69\x79\x4b\xd4\x46\xe4\x40\x4b\x74\xb1\x5b\x80\xc2\x18\xf6\x28\xe5\xf5\x89\xf0\x4b\x73\x63\x21\x7c\x35\x60\x12\xdc\x34\xe6\x44\x0b\x02\x22\xde\xa0\x93\x22\x13\x04\xb5\x26\xfb\x58\x35\x97\x2c\x34\x87\x69\x93\x19\x46\xad\xc3\x28\x75\xc3\xbc\x34\xdc\xf5\xfa\x2e\x85\xa0\x02\xba\x10\x51\xd2\x64\xde\x6e\x96\xe8\x22\x69\x92\x73\x76\x5b\x41\xca\x74\x43\x85\x54\x13\xa3\x79\x4e\xff\x99\x01\x58\x7c\xed\x26\xf3\xba\x86\x9d\x73\xc5\x9d\x93\x30\xb9\x7d\x1d\x9a\x80\x1a\x58\x0c\x26\x62\xbc\xad\xc0\xe2\x14\x59\x68\x2b\x61\x0c\x55\x53\x55\x5d\x59\xa2\x04\xca\xff\x94\xca\x44\x9e\x99\x4a\x5d\x2a\x08\xd9\x82\x4f\xc2\x50\x5a\x34\x29\xaf\x40\xe0\xa3\x94\xdb\xba\x5a\x6b\xf7\xb5\xcf\x69\x5b\x2d\x57\xc4\x57\x9a\xfd\x91\x20\x6d\xbf\x6a\x4a\xa6\x9d\xb7\xa7\xcf\x7f\x92\x76\x2c\x99\xab\xba\x4c\xcc\x8f\xf3\x5d\xdf\x30\x9d\xea\x10\x4a\x13\xdc\xba\x06\xc8\x91\x7c\x27\x40\x43\x89\xda\x64\xc6\xb1\x98\xa0\xf3\x24\x4c\xd3\x09\xe2\x61\x24\xf7\x40\x2a\x57\xf1\x29\x5b\x36\x90\x0b\x4d\x5c\xe2\x35\x82\xb6\x18\x5d\x9f\x2d\xab\x3e\xbb\xe6\x09\xcb\x65\xbe\xe2\xbc\xbc\x64\x51\x4a\xfa\x88\x92\x1e\xa5\x34\xeb\x49\xd8\x2d\xfe\x98\x3e\xbc\x55\x39\xe1\x0f\x3c\x13\xb3\xfc\x96\x60\x31\x18\x2a\x6d\xb6\xa5\x88\x29\xb6\xad\x29\x1a\xa2\x73\xc6\x79\xb7\xdb\x82\xa3\xab\x68\x70\x94\x6e\x05\xb0\x68\xf6\xf5\xba\xc9\x0b\xb0\x1c\x9a\x5d\x15\x36\x65\xf3\xaa\xce\x69\x59\xb3\x52\xc0\xca\x1e\x12\x35\xbc\x3f\xbf\x02\xe0\xb2\x99\xef\xaa\x75\x61\x00\x33\xea\xe1\x6d\xbe\xae\x0a\x16\xf0\x74\xdc\x43\x61\xca\xa2\x2a\x69\xcb\xa2\x69\x79\x1d\x46\x6f\x2c\xe3\x01\x01\xa0\xe5\x85\x15\xd1\x94\x57\x61\x91\xcf\xad\xd5\x8c\x06\x1a\x78\x48\xbe\xbc\x92\x83\x62\xaa\xae\x7e\xd4\xa3\xa5\x8b\x1d\xd5\x45\x83\xce\xd1\x94\xb1\x4b\x9f\xbc\xa0\xdf\x84\xe5\x02\xe1\x7b\xcb\x31\xe2\x39\x31\x95\xc4\x9d\xcc\xd2\xa8\xa9\x11\x79\x3b\xea\x32\xe2\x0d\xfa\x1a\xb6\xd7\x48\xa0\xdb\x09\xbd\xf2\x0e\x74\x4d\xc3\x5a\xfe\x40\x81\x47\x34\x81\x97\x6b\x0c\x42\x0e\xb1\x89\xe4\xc7\x86\xf0\xc6\x04\x72\x24\xd3\xe5\x9a\xba\xc6\xbc\xb3\xcf\x6f\xa8\x6d\x39\x2f\xd3\xc9\x27\xde\xa5\x7f\x4e\x76\x22\x79\x35\xeb\xc2\x49\xb9\xa0\xe9\xa6\x1d\xee\x0a\x3d\x90\xa3\xd7\x8e\xc4\xd7\xc5\x2a\x73\x7b\x7c\x46\x4a\x5f\x7e\xc1\x9a\x87\x24\xbf\xe5\x67\x62\xe7\xa4\x64\x73\x87\xe1\xe2\x4e\x9c\xdd\xf9\xd1\x22\xb9\x8b\xa6\x08\xed\x0d\xe6\x0d\x63\xed\xb6\x74\x50\x27\x61\x6c\x9c\x81\xca\x22\x09\x51\x8b\x8a\x37\x6f\x94\x24\x3b\x4c\x4d\x95\x5d\x66\x97\x80\x89\xa9\x82\x02\xbc\x8e\xc6\x53\x37\x4a\x33\x1a\x18\xec\xc2\xac\x66\xe2\x88\x77\x32\x2f\x82\x3a\x93\x4f\xaa\xbc\xf8\x9c\x18\xdc\x87\x38\x9d\xb8\x09\xed\xa8\xfc\xae\x3e\xb3\xd1\x75\xbb\x7b\xde\x8c\x2a\x43\xf1\x0b\xe9\xaa\xdc\xf2\x9a\xbb\xe9\x40\x16\x6b\x82\x2c\xee\x54\x6a\x74\x04\xf2\x8b\xb0\x6a\xa2\x18\x62\x70\x3f\x98\x5a\xe4\x3b\x8b\x78\x59\x11\x29\x20\x7f\xbc\xf4\x88\xaa\x81\x84\x3b\xe8\x57\xda\xf6\xee\x28\x8d\x16\xb1\x55\xde\x11\xfb\xa6\x15\x52\xb3\x15\x33\xdb\xd7\xf0\xb0\xe7\x0b\x99\x33\x50\x91\x80\xca\x25\x67\xd3\x0e\xd7\x44\x6e\xa1\x70\x38\xad\xc5\x49\x0c\x90\x07\x42\xb1\x61\xa2\x4e\x42\xd8\xa6\x64\xa1\x31\xdb\x88\x56\x42\xbe\xd2\xb3\x32\x21\xc9\x66\x49\x13\xda\x08\xf6\x39\x6f\x26\x97\x90\xad\x95\x5e\x19\xa0\xec\x43\x16\xac\x10\x16\xf3\x8b\xa9\x82\x88\x33\xec\xb1\xd3\xa6\xb9\x3d\x42\x3f\x2d\x56\x94\x3c\x33\x96\x2e\x2b\x36\x04\x9c\x8e\xb8\x85\x47\xe2\x31\xab\x71\xd2\x10\x4a\x05\x4d\xdf\x2d\xce\xc0\x5c\xe3\xd9\xfc\xc5\xc3\xee\xd9\xd3\xf9\x0b\xc7\x5b\x17\xab\x72\x71\x23\xf4\x57\xd5\xf3\xe6\x0b\xb6\x8a\x34\xf0\x8c\xe3\x9a\xe7\xd8\xc3\x22\x5d\x51\x2a\x76\x13\xc4\x0b\x28\x1b\x21\x9e\x53\xa3\x41\xa3\xc6\x30\xcb\x98\x99\x52\xcd\xad\x2e\x46\x48\x94\x1b\x95\x48\xcb\x12\x1a\x46\x9e\x7c\x98\x07\x9e\x6e\x8f\x39\x96\x29\x17\xeb\x84\x27\x5d\xf4\x77\x5d\x6d\xaa\x7e\x44\x3a\xcc\x88\x72\x25\x41\xd5\x50\x18\x2e\x51\x16\xb0\x81\xb6\x10\x3b\xa7\x62\x68\xe1\x35\x72\xda\xe7\xb4\xcb\xf8\x43\x4a\x24\xb4\xa3\x65\x8c\xfb\x44\xcd\x24\x7e\x9e\xf3\xca\x4d\x3b\x8c\xbc\xcb\x76\xb5\xa2\xb5\x2c\x8c\x98\xde\x54\x58\x65\xb8\x5e\x23\xf9\x00\xca\x30\xaf\x82\x72\xfa\xd8\x61\xfc\x47\x92\xaa\xaf\x5d\x36\x66\xfd\xdc\xa0\x8a\x85\xba\x7c\x72\xf0\x88\x35\xd6\xa5\x6c\x0c\x81\x01\x86\xe3\x81\xa6\xdd\x85\x1f\x3d\xda\xa2\xdc\x50\x0c\x06\x64\xbe\xeb\xfb\x86\x85\xf6\x35\x53\x8d\xe4\xb1\x56\x9f\x00\x10\xfb\x10\x5f\x1e\x06\x24\xc4\x93\x8c\x4d\x69\x42\x74\xe6\xd5\x9b\xba\xdd\x19\xf4\x4e\xd7\x4a\x07\x56\x88\xa2\x21\xaf\xef\x8c\x94\x89\x20\xb8\x15\x5c\x61\x3f\xdd\x96\xc7\x6d\xf9\xa3\x6f\x8d\x9b\x33\xc8\x61\x2d\x92\xec\xc1\x7c\xfa\x80\x54\x51\x6c\xd9\xac\xb3\xa5\x4f\xd5\x43\x9e\x3e\xda\x18\xbd\x48\xe7\x99\x41\x0c\x96\xe4\xce\x02\x88\xa6\x5e\x20\xf7\x6c\x50\x97\xdf\x2f\x8d\x31\xd8\xc7\x4d\xf6\x2b\x58\xdf\x34\x59\xb7\x92\xbd\xa9\x35\x8f\xf6\xb5\xf5\x32\x52\x70\x40\xb9\x0d\xa2\xfb\x2f\xbc\x4e\xd2\x0e\x20\x5f\x7f\x4e\xee\xa0\x49\xfb\x2b\x71\xf8\x1a\x3a\xca\x26\xa1\x04\xd9\xcd\x9c\x21\x40\xa0\xbc\xb5\xfa\x9c\xf0\x1a\xfa\x7e\x20\x17\xf2\x12\xa1\x71\x81\x80\x82\xa4\x5f\x23\x71\xcf\x86\x30\xb9\x98\x90\x21\x3f\x94\x5e\x17\x8b\x90\xeb\x22\x6d\xc1\xaf\x6c\xaf\x44\xbb\xf1\x9b\x52\x0b\x7f\x43\xfb\xee\xee\x23\xf6\xcd\xb2\x09\xe6\x1d\xf3\x45\x7e\xc7\x52\x9b\x44\xeb\x07\x12\xae\xca\x7c\xa3\xad\xe4\xa0\x14\x71\x4c\xcb\x99\x46\x72\x90\x56\xb9\x40\x1f\x93\x40\x7e\xb1\x2e\x88\x30\xa3\x72\x83\xdb\x3f\x94\xaa\xe8\xfd\x6d\xa4\x44\xfa\x2d\xc9\xd7\xdb\x55\x0e\x01\x22\x00\x83\xbe\x84\x80\x30\xf0\x29\x40\x40\x0b\xbb\x4d\xd9\x56\x0b\x0e\x72\x86\xc7\x4f\xb2\x1f\xa1\x2a\xa3\x89\x42\x92\x64\x5c\x58\x41\x93\xe4\x1f\x2a\x90\xc3\x2c\x65\x86\xe5\x76\xd5\xdf\xad\x17\x51\x71\x1c\x4f\x3c\x87\x20\x20\xd3\x79\x28\x07\x84\x85\x91\xe5\xbb\x9e\xd5\x27\x14\x41\x32\x64\x54\xf4\x26\xff\xf2\xb5\x8c\x9b\x66\x22\x9f\xb0\x02\x9f\xc9\x26\xbc\x76\x31\x66\x07\x04\xcf\x0a\x92\x83\xd0\x34\xf4\x0c\x52\xdf\xd0\xaa\x56\x3b\xb0\x8f\xf2\x9d\xe2\xfb\x8f\xa6\xf6\xa7\x25\x44\x25\xf0\xd4\x1d\x00\xd0\xe2\x5c\x30\xdf\x84\x24\x3d\xf3\xd3\x2d\x94\xae\x1d\x39\xb3\x1c\x6a\x3a\x03\xc7\x38\x48\x24\x95\x8d\x06\x91\xd4\xcc\x9f\x55\x64\xbc\x46\x66\x2c\xb5\xd6\xa1\x6c\xea\x56\x4f\x5b\x5f\x00\x21\x1a\xeb\x6c\x9c\x6f\x30\xe1\x0e\x66\x27\x51\x60\x22\xf7\xf9\x58\x05\x79\x20\x7f\x4f\x53\x66\xa2\x00\x37\x93\x0e\x66\x94\xc1\x44\x26\xea\x79\x31\xe2\x05\xe3\x8c\x0c\x46\xfb\xa6\xf5\xba\x5c\xb2\xae\xca\x2a\x8e\x6a\x53\x12\xa2\xc5\x40\xc0\x42\x02\xf2\x18\x76\x83\x15\x8e\x6b\xb8\x0b\x70\x63\x14\xef\xbf\xa8\xd5\x24\xcf\x53\x90\x73\x06\xbb\x30\x6d\x86\xae\xe4\x1b\xde\x70\x74\x3b\x66\xcd\xbc\x39\x11\xe9\x24\x1e\x0d\x5e\x78\x51\x54\x89\x2a\x0e\x17\x4f\xb4\xc8\x3b\xb6\xaf\x95\x0f\xb0\xef\x2c\x3a\xdc\xaf\x8f\x0b\xd6\xc2\x1d\xd0\xa1\x62\xdd\x8e\xb2\xfc\x52\x41\xef\xf7\xba\x62\x7d\x12\xf6\x94\x6e\x2b\x8d\xb4\x59\xb2\x26\x66\xc0\x7b\x17\xe9\x95\xc8\xb1\xcd\x2d\x6f\xfd\xb8\x3e\x4e\x95\x7c\xa2\x07\xd4\x4e\xf1\x38\xeb\xee\x94\x76\x83\xcd\xbe\x2c\x8e\x68\x89\xe7\x1c\xd4\x4e\xb0\x8d\x7c\xbd\xcf\xef\x3a\x28\x59\x8c\xe3\xb0\xce\x53\xb2\x33\x3b\x21\x01\x60\x89\x56\x85\x9a\x75\x9a\x71\x86\x09\x56\x11\xf3\xe2\xe1\x96\xe9\x3d\xf6\x97\xe0\x16\xaa\xb6\xa1\x6d\x3b\x2f\x7b\x4e\x51\x4c\xe0\xbc\x37\xe6\x9d\x24\xcb\xf8\x92\x1c\x14\x84\xc3\x1a\xe5\xfc\x13\x79\x8f\x58\x3c\xa2\x6a\x58\x58\x21\x7e\x2c\xb8\x26\xf9\x8f\x30\x8b\x26\x05\xca\x86\x1d\x95\xff\x44\xe4\xe2\x8a\x70\xc8\xfb\x2c\xbf\xff\xe6\xb5\x89\x46\xc5\x34\xc3\x12\x8f\xdd\x73\xd2\xf5\x34\x05\x18\xd3\x76\xc0\xf8\x57\x91\xaf\x74\xcf\xcd\xa9\x98\x62\x40\x53\xb7\xaa\xb6\x69\x03\x6d\x63\x88\x42\x4f\xb6\x81\x88\xc9\x3a\xf0\x12\x72\x37\xab\x5d\xdb\xbc\xee\xae\x4b\xe8\x5f\x37\xe9\x35\x9f\x61\xcd\xb4\x6a\x96\x58\xe5\xa0\xf1\x40\xcd\xb2\x87\x41\xd5\xe1\x6a\x81\xb1\x0b\x06\x2a\xae\x5a\x14\xf2\xbc\x60\x49\x1b\x80\x55\x5f\x52\x67\x6d\x60\x32\x1b\xa1\x00\x52\x63\x74\xbc\x62\xad\xb9\x2d\x43\x44\x5c\xff\xa3\x3d\x0f\xb0\xae\x2a\x66\xd1\xcb\xc7\xc3\x24\x95\x42\xdd\x81\xd3\xb1\xf9\x5d\xdc\x7b\xce\xea\x28\x80\xcf\x6a\x6e\x4b\xad\x85\x27\x06\xcf\x95\x41\x81\x50\x73\xf8\xbd\x42\xd2\xe7\xd8\xf2\xcd\xa9\x89\x8b\x55\x34\x3b\xaf\x90\x92\x4a\xca\x68\x82\x26\x9f\xb8\x6a\xda\xc6\xaf\xf2\x7a\x59\xb2\xae\x8c\x4a\xe2\x25\x0f\xdf\x2a\xa1\x4b\x24\x35\x78\xd9\x4a\x98\x35\xec\x96\x65\x41\x13\xb2\xd9\xdc\x9b\xb3\xaa\x4d\xe3\xd3\x25\x7f\x6b\x48\x86\x80\xaa\xf8\x4f\x14\x62\xe9\xb7\x4e\xa2\x53\xa9\x81\x9e\x01\xdb\x83\xaa\xbf\xc3\x71\xd9\x9c\x64\x60\xd9\xa4\x51\x0c\x6d\x73\xc1\x1d\xa0\xfa\x78\x65\x61\x1a\x8f\x9c\x99\x1e\x4f\x6d\x09\x29\x9c\xe8\xa1\x5e\x59\x38\xe1\x5d\xf2\x66\x86\xc5\x81\x85\x69\x68\xb7\x83\x25\xe1\xd1\xc3\xee\x11\x0f\x98\xa5\xcd\x02\xf8\x6d\xde\x13\x5b\xac\x65\x8b\x22\x1c\x2a\xcc\xaa\xc9\xae\x08\x70\x15\x01\x9b\xe1\x2c\x5a\x50\xf1\x39\xf1\x47\xe4\x76\x3a\x3e\xa5\x51\x55\x16\xd3\xa9\xcc\xfb\xcf\x14\x54\x8d\x48\xea\x0c\x44\x74\xab\x8a\x03\x48\x3b\x35\xea\xe2\x43\xa4\x2e\x51\x1d\x52\xac\x40\x52\xf2\x7e\x9e\x9e\x4a\xc0\x36\xbd\xbb\x0a\x7d\xaa\x8a\x24\xd9\x02\xef\xc1\x81\xbe\x0e\x84\x6b\xb4\x1a\x6e\x78\x25\x76\x3b\x5c\xd9\x09\x0b\x52\x0a\x08\xd7\xce\x14\x20\x05\xf0\xe9\x6f\xb0\x61\x63\xed\x2c\x76\x72\x75\x70\x5e\x42\xfb\x5d\xce\xc7\x60\xfb\x72\x9e\xb2\xbe\x94\x08\x87\xf6\x45\xda\xd1\x4d\x4e\x5b\xaa\xdb\x2a\x77\x9a\x19\x1a\x2d\x36\x19\xd0\x55\xf4\x15\x9b\x0b\xe0\x0c\x76\x6c\xdb\xc2\x07\x1a\x7a\x76\xf1\x4e\x83\xc9\x6e\x5b\xb0\x4e\xcb\x77\xf8\x23\x22\x5c\x87\xe3\xf4\x40\x5d\x89\xae\x5b\x36\x27\xcd\x08\x78\x91\x2a\x1c\xb7\xec\x6e\x66\xd3\x67\xc2\x5e\x45\xa7\x50\x31\x04\x09\x4f\x09\x24\x49\x37\xad\x06\x30\x13\xde\x03\xf4\xca\xc1\x20\x10\x42\x6b\x65\xba\x6a\xf6\xe9\xba\xaa\x6f\x3a\xc5\xaf\xd3\x87\xd8\x3e\x39\x3d\x45\x04\x01\x8b\xa6\x86\xc5\xaa\xaa\xde\x95\xbf\x24\x16\x12\x4d\x3e\x82\x63\x0b\x8b\x52\x56\xc5\x21\x33\xd0\x03\x98\x13\x44\xa7\xc7\x88\x9e\x84\xf5\xfb\x5c\xcd\x82\xb3\xe8\xe0\xf0\xf5\xba\x64\x01\x1b\xec\xf0\xb5\x72\x21\xc2\x4f\xd3\x74\xaa\x7b\xf4\xec\x87\xe3\xa0\xa8\x50\x28\x1d\x2d\x07\xa1\x83\x29\x8d\xb1\x83\x0e\x82\xe2\xed\x21\x09\x4b\xda\x1e\xcc\xed\xac\xda\x88\x11\xd3\x47\x4d\x15\x63\x03\xb7\xaf\x40\xf2\x8c\x76\xca\x83\xce\x84\x47\x0e\xef\x09\x97\xd2\x7d\xe3\xa3\x96\x78\x64\xe2\x82\x20\x04\x8b\x7d\xd4\xd8\x21\x65\x69\x01\xa6\x3d\xff\x0a\x81\x19\xf9\x84\x27\x31\xc2\x9b\x1d\x6b\x69\xd6\x91\x50\x78\xa2\xe7\x00\x2e\x9d\x31\x1b\xa4\xbf\xc7\x99\xd9\x50\xdb\x10\xed\x94\xb4\x84\x83\xd2\xf4\xa0\x4d\xa3\xb9\x63\xf9\xf6\xd4\xb7\xb0\x3b\x46\xf0\x33\xa1\xfe\x1c\x9a\x61\x39\x56\xc3\xb9\xbd\xd0\x4b\x8d\x33\x39\x29\x82\x10\x80\x0d\x47\xe7\xf7\x19\xc7\xc2\x8d\x58\xa3\x2e\x56\x51\x0e\x40\x0d\xa3\xe2\xfd\x64\x69\x87\xe0\x21\x63\xdb\xb6\x34\xe8\xb4\xf0\x0e\x34\x51\x23\x96\x16\xb1\x2f\x70\xaf\x06\x27\xba\x9e\x6b\xd1\x0e\x52\xcb\x62\xfe\x8f\x90\xc5\x78\xed\x65\xc9\xda\x2d\xab\x54\x99\xb5\x4b\x15\x96\x9d\x50\x1b\x30\x07\x4a\xa7\x9e\x28\x80\x89\xb8\x89\x00\x0b\x41\x4c\x13\x6a\xd1\x59\xa4\xe7\x85\xc6\xf6\xff\x9b\x6e\x37\xaa\xd0\xe9\x76\x7d\x53\x07\x64\xc3\x6d\x1c\xac\x38\x23\x02\xa2\x04\xac\xbf\x3a\xf4\xc1\xaa\xaa\x83\xef\x16\x57\xae\x46\x64\x7a\x46\x13\x45\x61\x09\x56\x22\x00\x87\x65\x01\x0f\x56\x1b\x30\x39\x12\x01\xbf\x1b\xa9\x21\x63\xfe\x7a\x8c\x1d\x0c\x61\x45\x60\x59\x1e\xe0\x05\x4d\xa4\x3f\xdd\x11\x6d\x18\x11\x72\x6e\xeb\x2c\x68\x46\x47\x33\x47\xba\x6d\x58\x55\xcb\x15\xf5\xab\xda\xf0\x99\x25\xb8\xb6\x1d\x8c\xf9\x5d\x1d\x7f\xd1\xc4\x6b\x96\x35\xeb\x70\xb8\x06\x31\x99\x71\xdc\xf6\x59\xd7\xb7\x4d\xbd\x7c\x71\xda\xf0\x76\x8b\x35\x21\xbc\x54\xfc\xf2\xec\xa9\xc6\x13\xcb\xe0\x31\x64\x43\xd2\xd7\x55\xff\x66\x37\x7f\xd4\xa5\x4b\x92\x0d\xb0\x80\x3c\xcb\xd3\x55\x5b\x5e\x3f\x7f\xf0\xb0\x7b\xf0\x42\x0f\xaa\xc5\x9e\x69\x5f\x3b\xb4\x3c\x7b\x9a\xbf\x60\xe9\xb9\x6b\xd6\x24\xd4\xc6\x59\x9a\xcd\x46\xc6\x97\xd8\xdf\x46\x20\xd1\x7e\x9c\x6d\x97\x35\x30\x57\xb6\x8a\x1f\x2a\x70\xe6\x68\xdd\x8f\x8f\x0e\x9b\x89\x49\x91\x7e\x41\x05\x15\x06\xc6\x91\x5d\xdd\x07\x4c\x93\x75\x0b\xa9\xcb\x86\x05\x76\x9c\x0d\x03\xc9\xea\x1a\xaf\xda\x30\xe5\x04\x24\x68\x94\x61\xf9\x29\x2b\xb5\x44\x24\x0d\x8e\xb3\x3a\x65\xe1\xa4\x90\x91\x56\x40\xbf\xcc\x53\x4d\x95\x09\x81\xd1\x2b\x41\x98\x60\x23\x1a\xfe\xc1\x18\x80\xf4\x5e\xa7\xbf\xf5\x00\x69\x22\xc9\x28\x4e\x04\x02\xf6\x26\x03\x18\xa3\x66\x15\xfa\xc0\x3c\xad\x15\x60\x65\xba\x07\x11\x83\x10\x11\xc8\x84\x24\x49\x42\x67\xf6\xf6\x8d\xb2\xc3\xa8\x5e\xdf\x71\xab\xce\x1f\x7d\xa1\x2d\xc3\x1e\x33\xc6\xd0\xa7\x63\xa0\x83\xfa\x02\x9d\x82\x8e\xd4\x3b\xd5\x20\x20\x81\x96\xe1\x60\xb7\xf0\xbe\xd1\x13\x97\xd4\x22\x31\x26\xb4\x3d\xe8\xcb\x68\x32\x73\x23\x60\xfe\x25\x26\x1e\x50\x4a\xfc\xd7\xb4\xc8\x89\x13\xf4\xcd\x0d\x11\xd3\x38\x0b\xe2\x0f\x65\x72\x1c\xc6\x64\x74\xe5\x2f\xc7\x9e\x3d\x0c\xa5\x76\x3d\xe0\x3c\xc8\x62\x02\xce\xa2\xa5\x3a\xd3\x17\xd1\xa8\x94\x90\x8d\xe7\x55\x5d\x08\x27\x51\x46\xa0\xb6\x24\x8e\x03\x90\x7c\x51\x33\x10\xd4\x9e\x1c\xd0\xef\x70\x58\xa2\xf2\x83\xe9\x42\x0c\x7c\x57\x07\x0c\x54\xc8\x21\x13\x54\xb8\x4e\x5e\xd0\x16\x0c\x76\x64\xc7\x52\xe0\x15\x27\x77\x6a\x44\xa9\xe7\xc4\x96\xe5\xb5\x46\x62\x0e\x00\x50\x10\xde\x39\x44\xe0\xcb\xef\xc6\xad\x14\xb5\x01\x50\x0b\x31\x8c\x01\x51\x9d\xb1\xcc\x95\xd8\x04\xa4\xc7\x17\x6f\x69\xcd\x70\x15\x5a\xa1\xbf\xe6\x24\x47\x4a\x13\xf6\x4e\x13\xc0\xc4\x36\xe4\xb9\xee\x04\x49\xb2\x9b\xe2\x11\x39\x31\xc5\x5d\xa7\x46\x1d\x92\xce\xc4\xe9\x82\xe3\xb2\x0b\xb4\x23\x52\x1b\x5a\x32\x5c\xad\x5c\x57\x7f\x20\xcc\x3a\x1d\x1d\x4f\xad\xed\x1d\xf3\xff\xc0\xfc\x27\x17\x0c\xed\xc1\xc1\x07\x76\x47\x04\x09\x0d\x41\xca\x53\xb8\x75\xfc\xc3\x1a\x6c\x02\x44\x30\x94\x21\x1b\x99\x1c\x4c\xcf\x54\x26\xb3\x4d\x71\x96\xad\x95\x13\xf7\xf9\x6b\x7c\x86\x09\xdf\xef\x5f\xef\xe1\x32\x61\xaf\x02\x52\xbe\x98\xac\xd6\x51\xb4\x54\x3d\xe0\x37\xa9\x2c\x84\x72\x82\xce\xb5\x88\x6c\xad\x14\x11\x98\x64\x52\x29\xfb\x72\xcd\xb6\x94\x5a\xbb\x3f\x45\xd6\xae\x47\x67\xc8\x0a\xe4\x4e\x8f\xd9\x68\xd6\x89\x82\x82\x8a\x50\xbd\x65\x85\x11\x04\x4d\x37\x1c\x1b\xcb\x16\xd8\xd6\xeb\x93\xe3\xf7\xef\xcf\xaf\xfc\x32\xcd\xf3\xa0\x2e\x48\x98\xf8\xc1\x59\x60\x8d\xda\x65\x76\x58\x6e\x00\x63\x08\x6f\x09\xa6\x39\x0e\xc1\x85\x6c\xca\x4a\xa7\xe0\xb2\x01\xef\x69\xb8\x2d\xc6\xcb\xa3\xf6\x17\x87\xc6\x2f\xf9\xc4\xf2\xcd\xe7\xc4\x94\xc4\xe7\xfc\x9f\x84\x7a\xf6\xe0\x6c\x03\x53\xcf\x1f\x81\x78\x4b\x67\x6a\x40\x53\x8c\xf4\xee\x60\xd2\xbb\x1c\x5b\x08\xc2\x7d\x83\xb5\xe2\x3a\xc5\xf1\xe8\x11\xab\x11\x9b\x16\x13\x86\x91\xbb\xab\xab\xdf\x77\x10\xd0\x78\x03\x41\xcc\x83\x0d\xfb\xe6\xd5\x5a\x16\x94\x3f\xbb\x0f\x89\xe7\xd0\xc0\x1a\x37\xa8\x9c\xbe\x9e\x75\x5b\xb6\x55\xa4\xb5\xa1\x7b\xfe\x60\x57\xa5\xac\x95\x62\xdb\xa0\x07\x2f\x48\xdc\x67\x33\x03\x1a\x3e\x82\x78\xc1\x9a\xa5\x1b\x53\x58\x0e\xaf\x76\x20\xcd\x4c\x69\x39\x0d\xf6\xb4\x88\x9d\x68\x85\x6e\x8e\x44\xe3\xd4\x8b\xaa\x32\x0d\x7a\xc1\x53\x8a\x89\xfb\xa6\x0c\x31\xa5\x47\x4a\x6e\xe6\x76\x8b\xb6\x82\x3d\xb0\xc4\xf3\x65\x9e\x34\xb8\xc8\xe3\x22\x7d\xbd\x97\x34\xde\x0b\xde\x11\xcf\x96\x55\x4f\x9b\x32\xbe\xbe\x03\x55\x09\xcd\x17\x62\xe1\xb8\x07\x24\x21\x8b\x99\xc8\x6b\xb0\xc8\x58\xd5\x55\x9f\xb1\xa0\xb5\x91\xcb\x13\x54\x6c\xbe\x16\x21\x36\x46\xb4\x9c\xf8\xa7\x1f\x7e\x3d\x3e\x3d\xfb\x75\xb6\x29\xcc\x22\x49\xf1\xa9\xa6\x48\x01\x46\x8b\xf2\x3a\xdf\xad\x4d\x57\x8a\x0e\x23\x22\x7d\x89\x08\xbd\xb1\x43\xdb\x5a\xc2\xdf\xad\x2c\xe0\x72\x87\xe7\xad\xc5\x3c\xe6\x4d\xcb\x8f\x07\x34\x88\xc3\x63\xb8\xef\x57\x24\x0e\x4b\xb8\x5f\x9f\xc8\x36\x1a\x19\x6b\x87\x53\xb5\xe3\x89\x4e\xaf\x13\xbd\x51\x64\xf7\x3f\xdc\x95\x22\xb9\x00\x12\xa6\x1e\xa6\x65\xdb\xdc\xe6\x31\x49\xc3\x04\x6e\xbe\xde\x95\x0f\x5e\x08\xce\x8c\x9e\xad\x54\x1d\x82\x33\xbd\xd4\x14\x8c\x81\x42\xcc\x60\xab\x9e\xd9\x9e\x8d\x8d\x1c\x78\x3f\xa4\xfb\xf4\x69\xa8\x88\xfd\xa8\x08\x90\x07\xf6\xef\x4f\x5f\xbf\xbd\x82\xf5\x3b\x8d\x18\xac\x95\xcd\xc4\x9f\x2d\x24\x67\xae\x4c\x3b\x09\x02\x88\x19\x55\xbe\x95\x48\xcd\xc7\x91\xd8\x6c\xc5\x4a\x73\xb3\xd7\xc8\xc3\xab\x12\x89\x4c\x2a\x9b\xa9\x3a\xc5\xae\xdd\x5c\x85\xed\x3b\x1b\x36\xc7\x93\x14\x77\xba\x02\x4c\x87\xd6\x44\xcc\x0d\x0b\x66\xe7\xdb\xbb\x8c\x55\x77\xe0\xe0\xdb\xbb\x04\x36\x37\xb4\xd8\x65\x90\x05\x24\x12\xfc\x74\x5d\x6d\xe5\xda\x21\x25\x54\xa5\x58\xde\x22\x70\xfe\xcf\x89\xa0\xd0\x8d\x30\x08\x05\x77\x11\x39\x81\xf8\xf6\x2f\x60\x6f\x3d\xef\xcf\xe4\x28\xe1\xf9\x83\x6c\x4e\x73\xfc\xe6\x41\xb0\x5f\xe3\x5b\x8b\xbc\x49\xfb\x81\xc4\xc6\xbd\x1e\x78\x7f\x94\x50\x62\xdf\x7f\xc1\xd7\x8e\x2d\x39\xe5\x74\x9d\x03\x89\x7e\xb1\x46\x3e\xd1\x7b\x6c\xcc\xcc\x12\x96\xd9\x75\x3c\x49\x5e\x0f\x39\xcf\xef\x3b\xee\xa5\x6c\x35\x9f\xa7\xff\xc2\x5f\xe9\x6b\xfe\xd2\xae\x30\x1b\x70\x73\x1c\x54\x33\x60\x0c\xa1\x65\x22\x38\x96\xda\x07\x7b\x9e\x20\xe6\x4c\x01\xf6\xd5\x8e\xc9\x00\xd9\x88\x3e\xd9\xee\xd8\x66\x83\xc7\xdd\x6a\xbb\xa0\x18\xdc\x48\xe0\x48\x5e\xf2\x82\x12\xdc\x71\x4d\x54\x46\xe2\x58\x8d\xb2\x98\xbe\x2d\x21\x4b\xd2\x9f\xa6\xe1\xd6\x63\x9f\x43\x41\x2f\x40\x44\x72\xff\x29\xbd\xa2\x18\x85\x28\xc3\xa4\x44\x41\x91\x3e\xbc\xff\xb6\xce\xe7\x25\xb4\x5a\xef\x10\x20\x92\x5f\x97\x5d\x4f\x28\x82\xb2\xc3\x7d\x24\xdc\xc6\xaa\x17\xdb\x53\x84\x12\xb5\x8c\x96\x43\x18\x09\x26\x50\x71\xb7\x39\x9b\x09\x7e\xc8\xf7\xf2\x49\x98\xd6\x0b\x73\x6f\x24\x24\xd1\x30\x3a\x15\x50\xd8\x9c\x3a\x78\x88\x01\x4a\xc3\x17\x16\x4e\xac\x01\xb3\x71\x43\x2c\x65\x70\x5f\x2f\x5d\x0c\xd2\xaf\x65\x33\xf3\x8a\xb7\x32\x16\x97\x83\xff\xa5\x66\xc6\xe3\xe2\x37\xc4\x3c\x44\x9b\x7b\x26\x21\x97\x52\x88\x85\xd9\x29\xdf\x5c\xb5\x38\x33\x02\x3e\xe7\x7f\x17\x4b\x04\xa3\xf3\x87\xfe\x9d\x41\xad\x5c\x69\xe5\x5d\x8c\x5c\x10\xf4\xd1\xb3\xe1\x58\x04\x49\x35\x2f\xa2\x73\x68\xd1\x89\xf6\x91\x1e\x26\x2f\x08\xff\x6d\xe6\xf2\x9f\xf0\x67\xba\x1e\x95\xe2\x06\x37\x1c\xdb\x41\x35\x21\x0c\x55\x35\x09\x26\xd5\x85\x90\x52\xe3\x66\x0a\x98\x24\xd7\x3a\x82\x3d\xa7\x88\x90\xb4\xa2\x82\x59\xe6\x1a\x94\x0c\x31\x6c\x1a\x9e\x96\x16\xbe\x6e\x01\x41\x54\x83\xe3\x76\x06\x40\xd2\xcc\x7c\x02\x94\xf5\x01\x1e\x8e\x3a\x3e\x04\x52\x95\x95\x63\x08\xc3\xd1\xf3\xe3\x43\x43\x3b\x1c\x20\x49\xcc\xb6\xeb\x7c\x51\x3a\x93\x71\x00\x61\xd5\xe6\xab\xa5\x51\x35\xae\x30\xad\x2c\x2a\x0f\x08\xed\xf3\x39\x25\x3f\x2c\x80\x4d\x97\x99\x71\xe5\x93\x04\x75\x96\x48\x93\x8b\xcd\x8c\xad\xe4\xa8\xc8\x30\x8d\x04\x0c\x5e\x7c\x44\x47\xff\x9e\xb7\x86\x1c\xe6\xeb\x3c\x13\x39\xee\xa5\xa8\x21\xcc\xc1\x92\x47\x74\xa3\x39\xef\x19\x5e\x0f\xc1\x77\x46\x0f\x17\x7d\x20\x9f\x4a\x38\x90\x6b\xc6\x29\x33\xbe\x58\xe0\x38\xe5\x31\x4e\xe3\xc1\x2d\xa7\x40\x3b\xbd\x62\x4e\x8b\x2c\xaf\xc8\xae\xa9\x85\x2a\x07\xa6\x32\xc9\x28\x17\xd9\xfc\x4e\xf3\xc8\x38\x17\x7c\xd6\x7f\x20\xcb\x86\x0f\xf4\xb1\xfc\x6a\x96\x33\x17\x31\x91\xa5\xd3\x6b\x8e\x7c\xcf\x70\x9c\x32\xe3\xcd\x33\x0e\xfc\x99\x37\x75\x93\x20\x4c\xa5\x00\x39\x47\x60\x0a\x44\x54\x66\xba\xe9\xe5\x55\x40\x6c\x96\xed\x88\x69\xb2\x62\xb6\x62\x70\x39\xde\xc1\xa6\xa1\xfd\x86\x7c\x6c\xf0\xc7\x7c\x55\x34\xa4\x67\x0d\xcc\x01\xf1\x79\x4f\x3d\x3e\x83\x54\x34\xca\xc1\x33\x09\xa3\x40\x20\x12\x4e\x1f\x7e\xfa\xe9\x73\xc7\xc3\xe0\x95\xcf\x9f\x7e\xfe\x4c\xf2\xcc\xc3\x4f\x7f\xf8\x0c\xad\xf3\x28\x73\x76\xcd\x4a\x97\x71\x09\xc8\x68\xd0\xdb\xb6\xbc\xad\x9a\x1d\x54\x0d\x1a\xf4\xfc\xe1\x8b\x0c\xc5\x97\x3e\x9e\xe2\xee\xba\xe5\x60\x86\x17\x2e\x29\x9e\xe1\xf5\x6e\x93\x69\x1f\x3b\xe1\x00\xf6\xe5\xb2\x1b\x06\xb2\x9c\xab\xfc\xcd\x7d\x73\x77\xab\x82\x3b\x4b\x8d\x37\x31\xee\x9f\xe4\xeb\x05\x3a\xc2\x5d\xff\xcd\xd5\xd4\x04\xfa\xea\x2b\xb9\x31\xca\x52\xaf\xd3\x9c\xdf\x95\xfd\x2c\xe6\x4a\x76\x2d\x1e\x4d\x8e\x93\xb4\x15\x31\x88\x1a\x45\x22\xc5\xc0\xdb\x12\x88\x31\xb8\x0f\xf8\x1c\x24\x0e\x0b\x13\xa0\xa9\xd2\x94\xd5\x7a\x2a\x39\x19\xa4\x0b\xae\x15\x53\xb2\x0c\x7d\x1f\x9a\xa4\x49\xae\x0c\xfb\xfc\xce\x52\xb6\x8d\x7a\xdd\xb8\x40\xc0\xa2\xe5\xb6\x9e\x1a\x18\x3b\xc2\x89\xb4\x22\x1a\x69\xf7\x37\x48\x98\xa6\xbd\x05\xd8\xa9\xdd\xd9\x60\xf5\x3c\x47\x45\xa0\x55\x9d\x99\x9d\xb2\xca\xdb\xc4\xc9\xd8\x16\x47\xc4\x66\x1a\x63\xbe\xa6\xa6\x8a\xb6\x83\x57\x6a\xa2\xd3\x9b\xe0\x66\x85\xe2\x3b\x9c\x4a\x65\x51\x31\x82\x7e\xa5\x3f\x87\xfc\x81\xd1\x80\xb5\x8f\x6b\xa1\xe6\xd3\x9f\x45\xc9\xa2\x65\x33\xc2\x2f\xaa\x71\xfa\xa2\x59\x37\x7e\xd1\xc5\xd7\x10\x40\x14\x5f\x0f\x8b\x81\xe0\x24\xc9\x9e\xf0\x74\x6a\x81\xaa\xe2\x65\x41\x20\x27\x3a\x23\x09\x03\xeb\x99\x38\xd1\x19\xce\x4b\x03\x61\x3e\x6f\x17\x80\xc7\xa5\xa8\x0d\x0a\x40\x9d\xe6\x6d\x12\x6c\x4a\xc5\x2a\x22\x40\xa8\x52\x65\x81\xba\xaa\xe5\x16\x34\x97\xcd\x87\x8a\x81\x96\x55\x4b\x3e\xac\x54\x9d\xae\xda\x6b\x57\xa5\xa5\x5f\x39\xbd\x81\xe7\x0e\xf0\xa8\x6d\x4e\xa4\x27\x87\xf8\x2a\xe8\x73\x8c\x5a\x24\x74\xd3\x70\xd6\x51\x03\xee\xf7\x4d\xea\x36\x43\x70\x07\xc3\x5c\x3a\x4f\x39\xb3\x5d\xbe\x01\xf9\x6b\xfe\x99\x16\x4b\xac\xad\x2d\xbb\xdd\x1a\x2c\x14\xe7\x42\xf2\x71\x6d\x27\x1a\x4e\x10\x0d\x44\x79\x2f\xfa\x04\xc9\x13\x72\x5a\x90\x3a\x2d\xab\x0d\x01\x0a\x2f\x01\x3f\xec\xa2\xba\x69\x2f\xbc\xa3\xf9\xa9\x0e\x60\x9a\x94\xbe\x52\x7c\x0d\x9b\x60\x2b\xc8\xb0\x68\xc7\x8b\xe3\x1e\xd1\xa8\xcd\x57\x34\xa3\xe5\x1e\x89\x88\x9f\xc1\xa6\x90\x86\x5d\x2d\x24\x55\xfb\xac\x43\x1f\x15\x3f\x10\x95\x27\xb1\x63\x13\x16\x57\x34\xc2\x84\x09\xcd\x62\x98\xea\x3b\x7d\x4a\x3d\xe6\x6d\x58\xfa\xd8\x3c\x14\xfc\x18\x77\xb2\x14\x23\x1f\xfe\x0f\x13\xdc\xd5\x5a\x2d\x2a\x13\xba\xd7\x12\x51\xb8\xc6\xf8\x2b\xa7\x47\xee\x82\xc3\xa3\x3b\x2a\xee\xc9\x66\xf3\xa4\x28\x1e\x4d\xf4\x3a\x20\x7a\xd7\xed\xc1\x59\xad\x0a\x7f\x03\xea\x0f\x4a\x0a\x38\xc8\x34\xee\x18\x20\x1a\xa7\x8f\x6c\x26\x5a\xb2\xe6\x2f\x2d\x3c\xde\x40\xde\xc1\xd8\x75\x4d\xba\xa5\x25\x88\xd0\xee\xce\x7f\x58\xff\x2f\x86\xf3\x61\x4f\x06\xbc\x37\x48\x1a\xdc\xef\xb9\xb7\x79\x86\x07\x9d\xb6\xac\x4f\xde\x1c\x40\x89\x78\x15\x39\x88\x90\x80\xe7\x79\xa4\x3a\xbe\x37\x01\x38\xc5\xf5\x7c\xdd\xff\x91\x9c\x6f\xaa\xf2\x29\x12\xf8\x1a\xef\x9b\x72\x8d\x64\x71\x33\xa1\x6f\xd8\x63\x4a\xc8\x27\x05\xf7\x83\x81\x9f\x93\xf0\xdb\x83\xad\x9a\xe6\x46\xee\x48\xcf\x11\xf4\x29\xcb\xaa\xb7\x44\xf6\xfd\xf2\x26\x4e\x9d\xe7\x5d\xb5\x08\x5d\x30\xbd\xe4\x88\x89\x26\x16\x3c\xc6\x6d\xf6\x77\xd9\x0a\x9e\xe2\x2b\xfd\x9f\x4c\x18\x0e\x44\x8d\x29\xcf\xed\x4e\xfc\x25\x9b\x54\xba\x54\x35\x66\x0b\xaa\x52\xdb\xbb\x71\x5d\x6a\x17\xc6\xaa\xb4\xe9\x23\x1f\x67\x14\x79\x28\x8b\xd1\xc7\x50\x7b\xce\x47\xab\xce\x78\x6c\x64\x1f\x39\x65\x17\x19\x5f\xdf\xb8\xcf\xba\xc1\x9a\xe2\x2c\xc3\x59\xa7\xa7\xc1\x73\x33\x2e\x1f\x83\x39\x15\xb6\x37\x28\x8f\x15\xee\x7c\x9a\x5d\x8b\xbd\x18\x8c\xca\xd9\xf8\x9c\xa3\x62\x4b\x76\xa2\x6b\xe7\xcc\x46\x65\x35\xc8\x8f\x38\x1b\xe6\xab\xb0\x56\x2f\xdc\x83\xe1\x5a\x09\x5b\xe8\x77\x72\x60\xa1\xe6\xf1\x62\x2a\x29\x32\x66\xee\xe4\x3e\x36\x3e\x18\x9e\xb1\x38\x2b\x18\x7f\x1f\x5a\x6c\x2d\xad\xa9\x48\x0b\xc8\x67\x60\x59\x0c\xdc\x07\x67\x00\x03\x40\x43\xca\x39\xf1\x27\x31\x5e\x90\x6c\x79\x64\x99\xdf\x07\x1b\x13\x39\x70\x9c\xe7\x8b\x1b\xd7\x22\x66\x7f\x65\xdb\xc3\x26\x7e\x8c\x76\xb6\xc9\x5b\x40\xfc\x78\xb6\x7d\xf1\x04\x7a\x78\xf1\xbf\x83\x5e\xc8\x04\xaf\xae\x03\x84\xc0\x08\x83\x8d\x2a\x6e\xab\x62\x47\xe4\xcd\x83\x31\x7b\xf6\x74\xfb\x22\xce\x4f\x14\x81\x33\x86\x83\x65\x0c\x06\x8e\x45\x97\x0a\x77\x71\xf9\xd2\x09\x6e\x3f\x5c\xfb\x4b\x3d\x1d\x6a\x38\x38\x8b\x02\x56\x14\x90\xba\xb1\x93\xaf\xd8\x84\x8e\x71\x62\xbb\x0b\x38\x8e\xc3\x0e\xc3\xc1\xb0\x74\x95\x05\xa4\x0d\x43\x04\xa3\xd9\x89\xa2\xc4\xc0\x61\x70\x82\xe5\xef\x58\xb8\xa6\x59\x86\xf6\x70\xf3\xe2\x33\xec\x74\xe2\xec\xda\x81\xb2\x81\x90\xe7\x98\xa2\xf8\x2d\x0a\xf4\xe7\x24\x88\x3e\x9c\x61\x60\x8c\x15\x95\x15\x1b\x63\x05\x0d\x94\xa5\xe6\x50\x39\x27\x93\x65\xa8\xc1\x41\x50\x0a\xae\x52\x55\xb8\x34\x93\xe9\xfd\x7e\x75\x7a\x38\xbc\xb5\xa2\xa9\xfb\x55\x13\xdc\x2e\x15\x0b\x31\x4c\xd6\xb0\x21\xb3\xb8\xaf\x7b\x59\x1f\x14\x2f\xba\x5a\x0c\x96\x11\x9b\x7c\xb6\x96\xe0\xa6\xe2\x66\x47\xbc\x65\x5d\xd1\xa0\x63\xc9\x50\x37\x57\xe7\x97\x57\x70\x20\x44\xbc\x90\x18\xcd\x92\xe9\x35\xfd\xcb\x8a\xf6\xc0\x7c\xc6\xc6\xde\xa6\xd8\xc4\x73\x99\x36\x8b\x05\x1b\x76\x56\xb5\x3a\xe8\xd8\x97\x66\x6e\x53\x17\x6b\x31\xf2\x0c\x4d\x64\x8d\xef\xca\xe1\x53\x0a\x8f\x52\xcc\x04\xba\x6d\xb9\x20\xa1\x64\xc6\xea\x9e\xb6\x86\xff\xc7\xd4\x36\xad\xf7\x9e\x55\xb9\x9e\xe0\xd0\x88\x77\xa6\x01\x5a\x14\x25\xe1\xc6\x4b\x99\xd4\x08\x3d\x43\xd0\x29\x31\xc4\x30\x7c\x9f\x10\x82\xfb\x0b\x62\xe5\x51\x11\xa6\x88\xc9\xca\xc9\xc9\xb7\x2c\x2f\xa3\x36\x84\x0e\x52\xa4\xea\xaf\xc8\x22\xc3\xa2\x66\xb6\x5b\x7a\x6e\x6e\x14\xa7\x40\xba\x6d\x23\x67\xf7\x1f\x34\x38\x06\x12\x71\x95\x5b\xf2\x46\x42\x63\x90\xad\xde\xbc\x76\x77\xb0\xc7\x20\xf3\xa6\x60\x01\xf4\x25\xfd\x8d\xa5\x18\xe7\x0d\xd1\x44\x19\x10\xe7\x96\x6f\xfb\x88\x76\x95\x13\x08\xdd\xe5\xfa\x5a\x6e\x6e\xf1\xa1\x30\xe4\x6d\xf1\x60\xc5\xd6\x1e\xe2\xd8\x87\xcf\x3c\x51\x80\xda\x20\xc3\xbc\x0e\xee\x0a\x18\xf1\xdb\xb2\xe5\xe1\x32\x6b\xfd\xd0\x50\x7b\xd8\x26\x28\x04\xac\x5d\x6f\x85\x77\x63\x18\xb0\xbb\x10\xdf\x12\x47\xbc\x60\xb2\x60\x6e\xfa\x33\x3b\x45\xdf\x8a\x3f\x09\x16\x47\x88\xa8\x71\x19\xd2\x40\x64\x91\x17\xc7\x73\xb4\x47\xd9\xe9\x9c\xb1\x3b\x10\x20\x36\x20\x6c\xdc\x22\x95\x9a\x18\x41\x62\x22\x33\x82\xf0\xda\x3d\x00\x99\x49\xea\x70\x9d\x51\x70\x2f\xac\xbd\x89\xe6\x43\xc0\x51\x22\x37\x95\x68\xa8\x7a\x89\x78\xc6\x2e\x0e\x5e\x30\xa7\x78\xf6\x14\x41\xb7\x39\xd7\x59\xce\xc7\xf3\xc1\xec\x66\xc7\x63\x0d\xa1\x01\x62\x46\x5b\x2e\xf3\xb6\xb0\x2b\xa2\xca\x69\xd8\xdc\x0f\x1c\x25\xbc\x01\x90\xaf\x69\xf7\xa3\x45\x10\x67\x24\x90\x1b\x3e\x0e\xa4\xf1\x66\x9f\x8e\xb6\xe1\xe3\x55\xb6\x10\x36\xc6\xc6\xd5\xc4\x5c\x76\x5b\xe6\x37\xc2\xbc\xac\x1e\x74\xf9\xf1\x9f\x2e\xcf\xdf\x1f\xa5\x5f\x9e\xec\xf7\xfb\x27\x9c\xfd\xc9\xae\x5d\xb3\x19\x72\xc1\x57\x50\xff\xc7\xd9\xbb\xa3\xb4\xec\x17\x3f\xce\x68\xa7\x04\x36\xe4\x67\xb7\xda\x21\x40\xa1\xc0\xd4\xc5\xbb\xe8\x7f\x9c\x3d\xe9\x8c\x51\x47\x80\xa1\xe7\x82\x70\x81\xe4\xd1\xb3\x43\x0f\x1d\x4c\x39\xfc\xf0\xd2\x79\x49\xfb\x52\x9c\x19\x20\xe0\x13\x80\x55\x1b\xbe\x8f\x8c\x0e\x11\x24\x11\xdf\xb1\x71\xd4\x6e\x5d\xc4\xbc\x8d\x7a\xa7\x28\x2b\x8b\x5f\x86\x25\xe1\x90\x1c\x7e\xcf\x9e\xa7\x7f\xe2\x4d\x35\xa3\x54\xa8\x80\x93\x8c\x0a\x00\x1c\xae\x4e\x98\x28\xa9\xfa\x5d\x29\x87\x09\xde\x5c\xe1\xb4\xec\x71\x51\x63\x8a\x36\xa4\xe5\xae\x6d\x7e\x34\x6d\xbe\x29\xc7\x95\x95\x52\x6c\xf6\x22\x6a\x06\x29\xc7\x32\xc0\x7e\xc8\x55\x87\xcb\xbf\xce\x15\xbf\xb4\xea\x5c\x19\x2d\x1f\x0a\x38\xa8\x63\xc4\xb5\x55\x5a\x1b\x49\xcf\x41\x0d\x87\x16\x28\x39\x6a\xc9\xb4\x97\x76\x83\x12\x86\xcf\xa7\x2e\x2e\x5e\xee\x8d\x6a\xc0\x07\x62\x92\x61\x84\x74\x6b\x12\xa9\xb3\x70\x86\xb3\xe0\x10\xeb\x7e\x19\x04\xf6\xfa\x6c\x26\x65\x26\x45\xa3\xdb\x0a\xa1\x48\x27\xa5\x9a\xe5\xa9\x58\xc8\x0e\x12\x87\x9e\x40\x07\xc9\xbc\x8b\x13\x27\xc5\x27\x12\x0a\xb1\xb5\x5d\x37\x77\x76\xa1\xe3\x14\x5f\x7a\x53\x32\xec\x99\x07\xd3\x4e\x79\xc8\x60\xb7\xd4\x64\x71\x71\x7f\x0d\x7c\xe6\xa8\xc8\x55\xdf\xa5\x02\xc3\xc6\x82\xa1\x58\x1d\x69\xc0\x26\x9a\x37\x71\x27\xc0\x41\x0d\x6f\x2f\x9c\xba\x1a\x0e\xdc\x5e\x88\xb3\x86\x37\x18\x82\xac\xdf\x70\x83\x21\x46\xd2\xf8\x7e\x82\xef\xea\x37\x5c\x51\x98\xea\xf4\x58\xce\x9a\x42\xfc\x44\x86\x29\x69\xab\x08\xfb\xf6\x0d\x57\x15\x06\x9b\xeb\x6f\x11\xb8\xa6\x5a\xe2\x51\x12\x20\xf7\x6b\x2a\xa0\xa2\xba\xbe\x9e\xcd\xdb\x66\xdf\xf1\x7d\x00\xb8\xd5\x64\x23\x1e\xfe\x4e\x2f\xf1\x2d\x20\xac\xde\x06\x51\x48\x40\x22\xc5\xe8\x84\x22\x25\x20\x91\xbc\xb4\x8d\xdc\x1a\x9e\x52\x0a\x3c\x09\xb2\x97\x51\xbe\xd9\x28\x29\x33\xc9\x42\xec\x7c\x9f\x71\x08\x37\x19\xa0\x8e\x62\xb5\x07\x32\x5d\x72\x8c\x82\x71\xd0\x10\x6e\x76\xc6\x38\x71\xd4\xbb\xa6\x10\xa7\xbc\xc9\x31\x08\xcb\xe0\x08\x8c\x88\xa1\x82\xbc\xe4\x41\x42\x8b\x65\x82\x30\x5c\x7a\x08\x45\x10\x26\xfd\xcb\xb7\xef\xe5\x13\x66\x44\x7a\xf3\x16\x76\x44\xaf\xd8\x20\xd4\x8c\x93\x66\x53\x46\x4a\x96\x26\xc6\x5e\xa2\x0b\x30\x07\xeb\xf8\x72\x10\x45\x9b\x5f\x43\x2f\xcc\xff\x2e\x96\x64\x32\x9f\xed\xa2\x2d\x9f\x0c\xb3\x11\x72\x04\xd5\x97\x08\xb8\x78\xd5\xeb\xf2\x9f\x8b\xcb\x59\x28\x0e\x70\xf8\xb0\xf0\x18\x31\x53\x27\xa2\xbb\x87\xb4\xd0\x56\xac\xec\x50\x02\x1d\x54\x08\xea\xf0\xce\xa4\x40\x3b\x70\x39\x6e\x10\x7d\xbe\x74\x97\x12\xf2\xa5\x9c\x8f\xf9\x34\x6c\xa3\xec\xf6\x7f\x94\xc7\x7b\x94\x32\xf5\x8d\x37\x65\xa3\x74\xf8\xd6\x5d\x84\x16\x72\x14\xc9\xa6\x71\xb8\xc0\xdd\xad\x66\xc3\x81\x70\xe7\x74\x8a\xb3\x14\xdf\x0e\xca\x24\x15\x26\x97\x6c\x53\x04\xc2\x8a\x10\x50\xb8\xac\x9c\xe5\xed\x0d\x3b\xdb\xc4\x41\xa2\x15\xb0\x6f\xf5\xc6\x36\xff\x87\x23\xa6\x4e\x5e\x2f\x24\x34\xaa\x30\xb6\xcc\x41\x6e\xec\x4f\x8d\x99\xba\x0c\x2c\x5d\x89\x77\x80\x77\x12\x12\xb7\xf0\x43\xca\x18\x5f\xcf\xa1\xb4\x27\xc3\x71\x0b\xe0\x1d\xa2\xff\x52\xfe\x9f\xff\xf5\xbf\x89\x3d\x6d\x1b\x5a\x2d\x71\x97\x4e\xdd\xb8\xf8\x71\x37\xbb\x5e\xef\x92\xf7\x09\x78\x74\xd0\x10\x41\x7f\xaa\xd7\xd3\x28\x34\xa2\x51\xf6\xd7\x69\xf4\xcd\xc7\xa9\x03\x22\xc7\xa6\xc5\x93\x39\xce\x22\x86\x65\x18\x51\x65\xba\x46\x38\x37\x12\x36\xb8\x18\x34\xb9\x9c\xad\x44\x37\xbd\xa4\x24\x9f\x9a\x76\xf9\xd9\x3b\x1b\x72\x03\x11\x39\x1a\xc2\x4e\xc5\xc3\x18\xc2\x5e\x33\xf9\x8d\xbd\xa2\xcb\xce\x4f\x3c\x9b\xe1\xf8\xcf\xac\xf7\xc5\xf9\x87\x5c\x0d\x75\x85\x84\x15\x3d\xea\xec\x7e\xa8\x3a\xbd\xc3\x0d\xcc\x89\x4b\xba\xe1\xc5\x53\xda\xf8\xe9\x01\x90\x38\x35\xd1\xa3\xaf\xe8\x79\x05\x58\x96\x9a\xae\xcd\xc4\xc0\x22\xd1\x33\x19\xb6\x76\xe4\x00\xfb\x9d\x61\xd7\xf3\x4c\x7e\xa2\x4d\x7f\x8b\x08\x9a\xd7\x88\x80\x4f\x25\xd8\x73\xf2\x7f\x02\x4f\x16\xaa\x10\xe2\x58\x0d\x69\xfc\xc0\x5b\x46\xe4\xb5\x33\xb0\x79\x85\x17\x9d\xc8\x15\x27\x17\x0e\x44\x4d\x1c\xc7\x8d\x7c\x2b\x61\x64\x10\x7b\x1f\x74\x74\xf3\xe0\xd1\x1a\x1a\x52\xbd\x8a\xcd\x65\x11\x97\x53\x1b\x27\x25\x19\x78\xf6\xa9\x23\x73\x83\x6e\xe6\xab\x09\xa6\xcc\x4a\xce\xea\x7c\x36\x1e\xaf\x7c\x4e\x93\xe7\x17\x81\x67\x9b\xd2\xaa\xeb\x02\x21\x01\x79\x7c\x74\xba\xa6\x0d\xc2\x3a\xda\xcc\xa0\x20\x16\xe5\x7e\x39\x60\xbc\x3f\xf6\x82\xf5\xfd\xe6\xfb\xe3\x32\xee\x37\xe0\xff\x47\x8f\x89\xa6\x3d\x5c\x84\xba\x95\x81\xab\x0b\x97\x34\xe5\xf3\xe2\xdf\x71\x68\x43\x24\xa5\xcd\x18\xcd\xed\x83\xa7\x36\x9a\xc7\x29\xfd\x0f\x7b\x1f\xfb\xfe\xb3\x9b\xc8\xe7\xd3\x37\x48\x7b\x71\x8f\x03\x41\x2f\x6a\x95\x43\x08\xeb\x9d\xe2\xcb\x7a\x87\x76\x6f\x5e\x70\x8d\x78\xc6\x70\x8f\x37\xba\x39\x86\x9e\xde\x9b\x25\xbe\x47\x16\x36\xd3\x69\x99\xfc\xcd\x2b\x53\x3c\xcb\x0d\x32\x51\x9d\x7e\xfd\x1a\xd9\x01\x5d\xfc\x7d\xf7\xc9\x86\xad\x64\x5e\xe3\x2c\xde\xc2\x46\xde\x9b\x23\x5c\x66\xe3\xf3\xae\x7f\xcf\x1d\xb3\x69\x7d\x37\xef\x01\xf7\xa6\x8a\xc1\xa2\x6c\xf8\xf3\x0a\x05\xde\x43\x18\xbe\x64\x93\xe1\x19\xae\xc7\xdc\x0e\xef\x06\xf4\xc3\x46\xb3\x75\x89\x70\xef\x99\x3a\xc0\xb1\xeb\xe5\x83\x78\xcf\xfa\x60\xd4\xb2\x95\x1b\x62\x1e\x48\xbe\x21\xee\x4c\xa6\x0c\xf3\xc7\x75\xc4\x36\x64\x16\xeb\x8e\x1c\xce\x10\x70\xf1\x84\xb5\x45\x89\x9b\x4f\x27\x12\x72\x29\xba\xd7\x52\x3f\x6e\xbe\x11\xe2\xa3\x0b\x46\x99\x41\xac\xae\x7a\x8a\x6b\xbe\xfc\x41\x83\x72\xb7\xe5\x21\xcc\x9d\xd3\x1a\x1e\x26\x01\x54\x71\x53\x5b\x05\x09\xf9\x8f\xc3\xb2\xc4\x5f\xb1\xae\x9e\xef\x9b\x7d\x22\x4b\xe7\x0c\xa6\x6c\xe2\x53\x4a\x63\xe2\x26\x49\x1c\xcb\x28\x7a\x71\x19\x7d\x20\x31\x5d\xae\xb6\x8e\xd3\x07\xb7\xa1\xb0\x72\xb8\x7b\x50\xe6\x22\x8e\x05\x50\x48\x0d\xb8\x80\xc2\x72\x7d\x48\x1c\x33\x2d\x15\x02\xac\xaf\x56\x24\xd1\xa8\xde\x10\xe2\x5b\x2a\xe6\x76\x8e\xaa\x3b\x32\xfd\x16\x3c\x86\xf0\x25\x15\xe1\x87\x1b\x6b\x87\xf8\x64\x77\xed\x70\x0e\xff\x7d\x3b\x42\x88\x6f\x69\x07\xd7\xf2\x14\xd6\x57\x3c\x88\xf7\xb5\x87\x36\x87\xea\x00\x25\x3c\xa9\xea\x86\x4d\xf4\xd7\x81\xae\x82\xf5\x1a\xa7\xbd\xc5\x40\xfe\x60\xf5\xe6\x78\xe1\x94\x14\x39\x74\x9c\x10\x11\xe4\x50\x7e\xf2\xce\xf7\xd7\xa7\x38\x8f\x34\x72\x3a\xd0\xe0\xb8\xdd\x83\x4d\xad\x42\xda\x2e\x2f\xd2\x41\xc6\x3a\x53\xb9\x4e\x12\xbf\xbe\xf0\x0a\x9c\xdd\x76\x16\xf9\x2e\x5c\x32\x20\xe0\xd9\x48\x16\xe2\x2f\xd3\xcd\x71\x66\x75\x41\xad\xe3\xc2\x1c\xab\x06\x94\x63\xd1\x63\x38\xe3\x9d\xa1\x74\x16\x28\x5b\x99\x29\x1f\x99\xcc\x2a\x27\xdb\x06\xb5\xc9\xef\xa2\xc3\x76\xbe\xa5\xce\x3b\xb2\x68\xd6\x1c\x5e\xb1\xc7\x4d\xf1\x6b\xb5\x38\xa1\x74\x04\x73\x50\x29\x33\x0b\xa7\xfa\x98\x40\x3c\xd9\x2d\xdb\x9c\x75\xe1\x36\xd6\xcc\x2c\x02\x52\x40\x81\x7f\x74\xbd\x74\x2f\x82\x78\x6e\x80\xd3\x4c\x2a\xe8\xd1\x7d\x4c\xe1\x3b\x1a\x00\xb6\x71\x7f\x0b\xc0\x16\xc4\x95\x26\x35\x23\x60\x01\xf7\x35\x44\x9f\xf2\xf8\xf6\x86\x80\x6f\x7c\x63\x43\x8e\xac\x15\xea\xc0\xad\x28\x26\xe7\xff\x7d\xed\x1b\x6c\x77\x40\x9c\x91\x87\xc0\x01\xc1\x47\xef\xb9\x39\xa2\x0f\xec\x4e\xac\x58\x1c\xe0\xab\x1d\x8c\x2e\x67\xbe\xa8\x9a\x86\x10\x5b\xd9\xba\x0f\x6d\x65\xe2\xab\x9a\x6c\xbd\xd1\xb7\x77\x2a\x92\x70\xe7\xe2\x9b\xa2\xde\x11\x92\x6c\xc2\x70\x24\x29\x5e\x23\x3f\x01\xed\x9f\x0f\xbc\x1b\x29\xcf\xcc\x88\x29\x40\x17\x3d\x2f\x38\x76\xe0\x77\xaf\xf3\xc4\xd8\x69\xe4\xd0\x7b\x68\x27\xbe\x02\x96\x26\xcb\xd9\x4b\x1e\x89\x37\x94\xb9\xbc\x23\x1c\x6c\xf0\x78\xd1\x82\xfd\x66\x35\x75\x25\x36\x16\x67\x12\x62\xd7\x69\xac\x8a\x51\x3d\x0c\xfb\xdb\xf0\x37\x1f\x7c\xef\xa0\x5c\x64\x1d\x93\x0a\x02\x12\x0e\xd2\x03\x67\x7e\xb0\x6d\x6d\xcd\x3d\xa1\x2f\x01\x2d\x81\x0a\x73\x17\xb4\x4c\xdb\x81\x42\x77\xdd\x54\x8d\x19\x1f\xd4\xa5\x7a\x4c\xe9\x5e\x7b\x63\x26\xc1\x1e\xab\x0a\xf6\x58\x25\xef\xfa\x1c\x05\x11\x11\xce\xc3\x84\xad\xf3\x0d\x14\x45\xc7\x0b\x9f\x8f\xc7\xb5\xd8\x38\x8a\xef\xc2\x46\x11\xf9\x62\x54\x8b\x29\xb0\xc3\x38\xb1\x5b\x0c\x63\xec\x2a\x48\x54\x7a\xec\x1f\x26\x4c\x12\x3f\x98\x51\x94\xbe\x1d\x12\xf7\x44\x74\xaa\x61\xdc\xba\x59\xb2\x0f\x4f\x28\x21\xe3\xee\xa9\xec\x1c\x97\x69\xe6\x93\x51\x11\x30\xc0\x0f\x63\x70\xae\xd5\xe7\x5d\x9c\x1b\x53\x30\x8c\xd0\x9b\x45\x23\x40\xda\x53\xe7\x8b\x15\xfa\x3f\x9b\x22\x24\xdb\x1a\x3b\x62\xd2\xe7\x0a\x27\x20\xe5\x7d\x97\xd4\x5e\x73\x99\x84\xe1\xf7\xea\xf0\x78\x4e\x90\xca\xe6\xc8\x75\xa6\x2e\x74\x1a\xbd\x83\xcf\xb6\xc9\xce\x5d\x4e\x7a\x8e\x19\xd7\xdd\x9b\x29\x58\xc5\xf8\x5e\x9a\xba\xe8\xd1\x9c\x22\x71\xdc\xb3\x9c\xf9\x92\x75\x61\x54\x03\x84\xdc\xef\xd5\x3a\x2f\x27\xb0\x74\x63\x16\x0a\x8e\x48\xbe\xa9\x8c\x41\x2b\x3d\x84\x2b\xe6\xfb\x9b\x0a\xed\x19\x5f\xec\x85\x46\x2e\x6a\x64\xc4\xd6\x0c\xe4\x2b\x25\x0c\x9a\x38\x59\xc4\x77\x34\x92\x1f\x9c\x5a\x2e\xdc\x33\x39\xa7\xec\x9a\xad\x9d\xf3\x15\x62\x5e\xc3\x4a\x79\x38\xad\xa9\x63\x0d\xdc\x74\xf6\xfb\x5a\x86\x06\xf1\x9e\x7b\xaa\xf8\x43\x6d\x6b\xcb\xee\xae\x5e\x64\x78\x2d\xa9\x5b\xe9\x41\xe5\x87\x52\x74\xe5\x8f\x66\x14\xf7\x34\x57\x3f\x10\x25\x8e\xf4\xba\x47\xe2\xbb\xf2\xf1\x82\xe2\x2b\x7e\xad\x89\x96\xb8\x27\xe0\x89\xc8\x6d\x02\x1c\x89\x67\xfd\x8f\xf7\x56\x34\xe8\x4b\xc0\x10\x03\xdc\xb6\x68\x0a\xbf\x6a\xf8\x0d\x3d\x08\x0e\xc9\xc3\x6e\x30\x19\xe8\xec\x07\xaf\x08\x9d\x34\x33\xe2\x1e\xb3\xeb\x0b\x76\xb6\xc7\x6f\x58\xa8\xd5\x8e\x2e\x68\xf6\x1a\x96\x2a\x8f\x0e\x74\x28\xac\xf7\x9e\x11\x7a\x14\xb5\xe2\xeb\x7d\x0c\x17\x21\x79\xe7\x6f\xb7\xc5\x2b\xaf\xee\x81\xbf\x8f\xf8\x0e\x99\x82\xf8\xcd\xcc\x96\x4d\xdb\xd0\xf0\xc8\x2d\x69\xf5\xa5\xf9\xda\xe2\xba\x89\x0c\x50\x81\xdf\x65\x3b\xbd\xd9\x6e\x79\xce\x10\x4d\xf2\x03\x5f\x73\xf7\xb9\xfa\xa6\xcf\xd7\x96\x87\x35\x90\x0b\xd5\x5b\x5f\x71\x82\xe5\x3a\xb6\x84\x20\xa7\xe6\x69\xe6\x6c\x5b\x8b\x2c\x0a\x7c\xae\x31\x01\x2c\x8e\x39\xf8\xea\x31\xa1\x6b\xb7\xcd\xb8\xab\xb8\x23\x29\xd1\xe9\x3b\x44\xa7\x57\x1c\x3d\xae\xc1\x5a\xe5\xb2\x0d\x1a\x75\x28\x1f\xdf\x78\x1b\xe6\x79\xc5\x17\xe3\x86\xf0\x86\xb9\x55\x99\x6f\x47\x78\x7b\x43\x91\x23\xac\x01\x72\x8c\x00\xc0\x1e\xc6\x42\x98\xab\x2a\xb0\xb1\x0a\x73\xbc\xa5\xa8\x43\xd0\xb0\x00\x18\xc2\xe3\xfd\xd5\x03\x39\x74\xcd\x1e\xb6\x4a\xcf\x6c\x46\xad\x6a\xe6\x7f\xc3\xa3\xa1\x0a\x7d\x2e\x9f\x01\xd4\xbc\x69\x7a\x7e\x5a\x69\xcb\xe2\xd6\xe2\xc6\xa1\xe9\xa5\xc5\xb3\xb8\xb5\xb8\x19\x61\x4a\xa0\xc7\xa8\x12\xe8\xc3\xb8\xda\xb0\xdf\x18\xaa\xab\xdd\x2d\xf8\x75\xd5\xce\x55\x78\x76\xc9\xfe\x66\x2e\x5d\xc2\xa8\xc6\x51\xce\x90\x42\x87\x99\xa7\x6a\x5e\x90\x10\x51\x4e\x56\x7d\xc2\x29\xf7\xd6\x3d\xca\x1b\x56\x3e\xca\x3e\x35\x53\xe0\x2a\x9a\x95\xce\xf3\xdd\xe2\xa6\xec\xd9\x3e\x7f\x95\xe1\x84\x39\x2c\xeb\xc2\xc0\xd2\x97\x00\x4b\xdf\x10\x58\x7a\x25\x2f\x7f\x8e\x4b\xa5\x45\x67\x53\xf6\x39\x2c\x05\x82\x52\x5e\x9f\xd0\x08\x70\x74\x91\x4f\xe5\x82\x76\x26\x53\x29\x5b\x67\x21\x0b\x3e\x41\x09\xfa\x26\xa9\x08\xde\xc7\x0e\x64\xaa\x34\xde\x06\xc8\xea\xb7\xb8\x5b\x88\x1f\x64\xde\x18\x50\x1b\x3e\x48\x4c\x00\x0b\x87\x8e\x04\x6b\x3c\x12\x87\xe2\xf0\xec\x48\xe0\x57\x31\xa3\x14\x0e\xe6\x81\x85\x71\x11\xdc\x45\xbe\xeb\x26\x01\xb7\xb9\x4c\xa6\x83\x90\x56\xbd\x01\x5a\xcd\x43\x38\xad\xb4\x13\x54\x0a\x5b\x91\x9d\x9a\xd8\x71\xab\x5f\x44\x7b\x48\x1d\x66\xdc\xe6\x15\x11\xcf\xa9\x0b\xec\x57\x5f\xca\x53\x30\x91\x5e\x21\xb3\x4a\x8c\xc9\x5b\x78\x05\xc2\xc2\x96\x16\x5d\x1c\x96\xb8\xe8\xd9\x3e\x8d\xb3\x7b\x6a\xce\x3b\x81\xc6\x87\x17\x5c\xb5\x44\x08\xa6\x66\xb2\x12\xbf\x88\xa4\x96\x2b\x02\x28\xbe\x92\xe4\x24\x69\x1d\x66\xc6\xa6\xc1\xbd\x86\x1d\x15\xf0\x0e\xfb\x89\xa0\x6f\x07\x3d\xaa\x9b\x2f\xba\x6f\x74\xaa\xee\x7b\x13\xe0\x18\x07\xdd\x31\x76\xab\x2e\x0b\xd1\x39\x74\x65\x97\x0f\xd0\xcb\xe0\x8a\xe1\x08\x14\x27\xdf\xe1\x1b\x80\xc1\xf1\xa3\xa1\x1c\x07\x7d\x78\xbc\x54\x0d\xf9\x46\x25\x04\x79\x82\x17\x5f\xd9\xaa\x59\xee\x75\x4d\xa1\xc8\x6b\x07\x0d\x43\xce\x39\x3d\xa0\xef\x3d\x5a\x8a\x71\x31\xfd\x66\xc6\xff\x93\x67\x43\xc2\x06\xf8\xc7\x43\x0e\xd4\xff\x1f\xf2\x78\xc8\x50\x33\xeb\x5e\x0f\xc1\xeb\x08\x33\x5c\xc4\x88\xe7\x71\x74\x70\x15\xcd\x67\xe4\x08\xe7\x29\x22\xe2\xa3\x7c\x44\x79\xb5\xaf\x69\x7c\x45\x6b\x83\x29\x3a\xac\x2f\xb8\x3b\x13\xd5\x26\x39\xc6\x2e\x12\xe3\x26\x48\xcc\xf8\xb4\x48\xe2\x55\x1b\x91\xaa\x9b\xae\x52\xb5\x47\x33\xa8\x24\xf4\x88\xc6\xe2\x86\x5e\xa5\xa0\x4c\xd2\xa9\x3d\x68\x72\x3c\xb9\xa3\x56\x4b\x26\xb9\x55\x6d\xd7\x72\x26\x99\x89\x02\x06\x5d\x91\x98\xd0\xab\x8b\xc4\x88\xb7\x7c\x3c\x1f\x25\x21\x8d\x1f\x5b\x61\x04\x2d\xd6\x62\xe2\xaa\x83\x42\x01\x34\xc9\xab\x82\xb6\x0c\xed\x53\x25\x56\x5f\x3f\xc7\xc3\xe7\x12\xa3\xcf\xc2\xe3\x45\x78\x89\xc1\x66\xbf\x80\x95\x1b\xef\xed\x4f\xdf\x87\xf1\x81\x87\x7d\xa4\xfa\x77\x92\xa5\x5f\xbc\xb8\xcc\xc5\x66\x07\x8b\x8a\xfa\xc2\x7a\xc9\x76\x3b\xda\xfa\xbe\x6f\xab\xf9\x8e\xcf\xc7\xd4\x1e\x80\x89\x5a\x0e\xd2\x5d\xda\x08\xb6\xdb\xd9\xcb\x13\x97\x1a\x3a\x0c\x3b\x78\xbc\x6f\x00\x27\x6e\x5a\xac\x7d\xaf\xf0\x65\x45\x40\xbd\xec\x00\xe4\xd0\x29\x82\xd8\x30\x73\xcd\xba\x9c\xa7\x07\xf1\xa6\x22\xbd\x3c\xd6\x14\xbc\x1a\xaf\x6a\x15\x3c\x2e\x7f\x70\xf8\x18\x72\xf4\x0a\xbd\x4f\xd2\x01\x41\x52\x30\x2a\xfa\x10\x45\x2f\x6f\x04\xc8\x23\x0c\x57\xef\x2e\x29\xb8\x68\xef\xe4\xa4\x49\x07\x94\x8f\x1a\xf4\xad\x76\x7b\x99\xeb\xf8\xcc\xbd\x86\x1f\x90\x88\x16\xc9\x2f\x6d\xbb\x67\x60\x7d\xe1\xd4\xfe\x46\x9f\x81\x55\x4d\xab\x12\x39\x3f\x63\xc4\x56\xc3\xdb\xce\xca\x09\xee\x8b\x0f\xe6\x8b\x3e\x58\xa1\xe8\x1d\xad\x62\xb1\xca\x17\x2b\x94\x5b\xcd\xc2\x89\x12\x2e\xb2\x51\x05\xdf\xf8\xbc\x44\x58\x56\xb0\x1a\xdd\xd3\xd6\xc9\x0b\xa1\xb1\xb7\xca\x10\x30\x93\x89\x6b\x4e\x69\xa3\x82\xbd\x0f\xe2\x51\x86\xc8\x3b\x6d\x94\x69\xda\x7e\xe0\x3e\xbf\xb4\xa2\x4d\xb0\x5d\xbc\x53\x96\xeb\x2e\x3e\xd6\x99\x2b\x6c\xbe\xdd\x3a\x3e\x12\xb8\x0b\x06\x89\x04\x20\xb7\x32\x1b\x02\x88\x3f\xcb\x33\xe1\x21\x90\xdc\xff\x08\x81\xf8\x0e\x88\x02\x0c\x99\x91\x46\x87\x8f\xff\xa7\xb8\x99\xcd\x9f\x7c\xb7\xdf\xd5\xef\x9e\x29\x6e\x76\xb2\x4d\xc7\x3b\xe4\x7a\xc7\xe8\x03\x22\x59\x42\x33\x70\x7b\x45\x5c\xd4\x9f\x98\xe2\x61\x92\x56\xc4\x49\x61\x25\x58\xda\xf8\x65\xf2\x89\x07\xcb\x3f\x34\x78\xad\xb8\x5f\x39\x04\xb3\xae\x7e\x91\x89\xab\xc1\x20\x0f\x4e\x0a\x16\xb0\xff\x1d\x67\xa2\x76\x8f\x73\x50\xbb\x0f\x80\xcb\xe9\xb1\x2d\x04\x97\xf8\x12\x16\xe2\x5a\xcc\x36\x69\x4a\x45\xd6\x61\x89\x1b\xbe\xba\x16\xe2\xa0\x98\x7b\xc2\x70\x8f\xb9\x4f\x92\x06\x41\x86\xab\x99\x8f\x0d\x57\x10\x1f\x1b\xae\x85\x3e\x56\x1b\x36\x68\x41\xd7\xad\x6d\x20\x2e\x2f\xdf\xc5\xa3\xed\x53\xfd\x91\xfe\x63\x36\x6a\x79\xc0\x5e\x88\x96\xb4\x35\x7d\x90\xf2\xdd\x9d\x1f\x83\x1c\x8a\xcd\x10\x7f\x1a\x3b\x2c\x43\x5f\xda\x1f\x14\x61\xcc\x32\x9a\x32\xd5\xe2\x00\x62\xdc\x7b\xd9\xd1\x3b\x24\xa9\xdc\x4d\xac\xda\xd2\x96\x9d\xf0\xc9\xec\x11\x31\x7b\x66\xeb\x48\x39\x64\xb4\xd6\x30\xb6\x85\x0f\x5f\x8e\xce\xf4\xd5\x62\x35\x8a\x77\x6f\x74\xbf\x44\xb4\x6f\xa1\xf8\x4e\x32\x5f\x4a\x6a\x7a\x6c\xed\x83\x2b\xa4\xb7\x35\xac\xd5\x2d\x8b\x3d\x62\xac\xbe\x35\xb8\xfd\xef\x03\x73\x53\x03\xb3\xc7\x90\xa0\x4a\x18\xbd\x9b\x04\x1d\x82\x3e\x9b\x64\x8c\x41\xee\x46\xb1\x61\x78\xb6\x56\xbd\xb9\xdc\x9f\x82\x79\x78\xfa\x0e\x8a\x72\xd7\xee\xe8\x31\xe1\x28\x93\xbc\x61\xec\x1e\x2c\x1d\x67\xb6\x6b\x7e\x6e\x10\xed\xda\xd2\xe4\x20\xfe\xbe\x2b\x77\x54\xb8\xbc\x32\xcc\x1e\x5b\xe9\x33\x7d\x87\x4f\x37\x56\x72\x1f\x09\xdb\x68\xb6\x82\x7e\x6e\x37\x94\xb0\x9b\xa6\x18\x37\x4a\x37\xd5\x96\x97\x65\x7d\x65\x91\x07\x87\x62\xb0\x36\xff\x19\x31\x21\x92\x43\xce\x7c\x86\xef\xe9\x06\x2a\xec\x58\x7c\x8c\xd3\x8d\xa0\x88\xce\x9b\x80\x98\xde\xfc\xfa\xee\x7c\x00\x39\x31\x41\x35\x65\x62\x42\x6b\xca\xc4\xf4\x95\x33\x20\xd7\x05\x9c\xfb\x4c\xf7\x40\x20\x0f\x76\x40\x68\xc8\x1f\xe9\x82\x78\x26\x0b\x52\x6a\x2b\xf2\xad\xcc\x18\xa5\x33\xf9\x8e\x81\x02\x37\xd8\x02\x65\x5e\xb0\x47\xb5\xd6\x61\x9d\xb5\x9c\x5f\x78\x7e\x20\xb6\x05\x01\x3f\x10\x1b\xdd\xc9\xe6\x19\x34\xed\x75\x6f\xab\x42\x9d\x84\x0b\xfc\x85\x46\x19\xa8\x81\xf8\x92\x0d\x42\x8b\x76\xcd\x24\xc2\xad\x9c\xf4\x76\x82\xaf\x68\xe8\x74\x22\xf2\x7c\x11\x58\x3f\x0d\xf9\x15\x26\xc9\x61\xc0\xcb\x85\x43\x8c\x69\xa2\x5e\x9f\x78\x07\xe1\x50\x5a\x0d\x3a\xb3\xae\xae\x4b\xa7\xe2\xd2\xde\xbc\xa3\xb8\x08\x78\xc5\xef\x58\xdb\x4d\x4a\x79\xc9\xfa\x9c\x3e\x06\x9d\x08\x8b\xd2\x9e\x8c\x4a\xda\x56\x50\x3b\x06\x78\x91\x88\x69\x8c\x1b\xb4\xf2\xed\x00\x5c\x19\xf7\x90\xdd\xda\x4b\x90\xc1\x0c\xf1\xcf\xb2\xf9\xf5\xd9\xd5\xce\xeb\xf2\x64\xcd\x0c\xa5\x2b\x17\xc3\x60\xe5\x32\x33\x83\xd9\xa2\x15\x07\x38\xfc\x77\xc5\x07\xc0\x2e\x25\x9c\x7b\x16\xd7\x11\xed\x15\x3b\xb9\xa5\xa3\x41\x0f\xef\xcd\x12\x04\x4d\x96\x30\xe1\xc4\x31\x06\x28\xbf\x94\x8b\x5d\x70\x1e\xf1\xab\x7c\xab\x02\xd0\x17\xd3\x98\x55\xe1\xae\x86\x03\xcf\x0b\x89\x09\x60\xa6\xbc\x60\x59\xd3\x61\x1b\x69\x36\x92\x07\xeb\x77\xd5\x63\xfb\xc3\x50\x66\xaa\x61\xe6\x11\xf2\x99\xad\xe5\xd2\xc6\xc0\x7a\xc3\x60\x43\x29\x24\x8c\xcb\x7e\x8a\xe4\x34\x97\x36\xd1\x70\x4b\x6a\xb6\xcc\xb2\xb6\xb3\x00\x16\xa2\x78\xf0\xa0\x8c\xb4\x41\xd2\xbf\x66\x9b\x95\x7c\x12\x63\x88\xcf\x03\x2f\xfe\xa6\xb7\x0c\xec\x6f\xa2\x8b\x43\x0f\xc5\x8d\xa7\xdc\xae\xb2\x4c\x6c\x7a\x24\x2e\x5b\x03\xd8\xa7\x5d\xbb\x78\xfa\x30\x74\xca\xc8\xaa\xa4\xc0\x33\xe8\x4f\xb1\x67\x50\x6d\x87\xb9\x9e\xfc\x4d\xdd\x3d\xca\x77\x58\xae\xe8\x4b\xa4\xe8\xee\x9f\x02\x97\x8f\x43\xef\x95\x81\x87\xce\xa6\xfe\x9e\x82\x9c\xa3\x15\xed\x9f\x7d\x0f\xf0\x82\xbb\xd6\x8c\x10\xb9\x74\x3d\x7c\xa7\x4b\x51\x85\x2b\xdb\x7c\x85\xc7\xe3\x89\x3e\xee\x47\x54\x54\xd4\x08\x51\xea\xbb\xef\xe7\xcc\xbb\xf3\xc6\xed\x3d\x49\xa8\x3a\x75\x5e\x26\x8f\xa0\xfd\xec\x5c\x79\x27\x9f\xfa\xa6\x59\x7f\x4e\xf2\x25\xf7\x89\x7e\x13\xf8\xca\x17\x43\x5f\x18\xb3\x51\x30\x91\x4f\x0e\xfd\xc4\x05\xff\x44\xbb\x54\x62\x20\xf0\xa0\xf7\xd3\x06\x11\x1b\xda\xb3\xf5\x25\x22\x56\x88\xe0\x47\x1a\xf0\x59\xe0\xb3\xc8\xef\xf0\xb5\xc7\xd7\xbe\x2c\x6f\x24\x33\x38\x0c\x65\xa7\x5d\xdf\x0a\x31\x77\xf8\x66\x97\x70\xfc\x29\xf5\xa8\x83\x48\xfb\x80\xdf\x3e\xae\x4e\xe3\xed\x83\xe2\xe5\x3d\xbb\xe7\xfe\x69\xbb\x87\x7c\xb0\x76\xa7\x51\x08\x51\x0c\x57\xaf\x51\x12\x7c\x08\x36\x41\x7b\x59\x2d\x50\xc2\x14\xcb\xed\xd0\x48\x09\x52\x5c\x9b\xef\x33\xdf\x2e\x0d\x21\xd6\xb7\x4a\x43\x84\xde\xa2\x6d\xb6\xec\xc3\xeb\xb3\x7b\xf9\xc2\x7b\x42\x3f\xa5\x34\x75\x93\x01\xc7\x4a\x7c\xf5\x8f\x9f\x17\x90\x97\x6f\xf8\x62\xdc\xcc\xbd\x99\x5d\xd5\xdb\x9d\xdb\x3f\xa9\x0f\x86\x47\xbd\x82\x79\x5f\x1b\x62\xed\xc9\xee\x8d\xc5\xf7\x3b\x8d\x6e\x36\xc7\x1a\x80\x7d\x59\x57\xfd\xbd\x7c\xfc\xaf\xff\x0a\x70\x0a\xfe\xdb\xbf\xa5\x67\x2f\x7f\x4c\xcb\x2f\xec\x39\x88\x1f\x72\xfd\x52\x6d\x76\x1b\x83\xa2\xcf\x57\x11\x20\x5f\x87\x83\xdd\x9e\xea\xc0\xf5\xf1\x2b\x28\xbe\xff\x6f\x00\x00\x00\xff\xff\x54\xc4\xaa\xc4\xbe\x99\x00\x00") +var _confLocaleLocale_enUsIni = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xc4\x7d\xfd\x72\xdb\x48\x92\xe7\xff\x78\x0a\xb4\x37\x7c\x76\x47\xc8\x74\x74\x4f\xdc\x47\x4c\xd8\xee\x93\xa5\xf6\xc7\xac\x65\x69\x2d\x79\xe6\xe6\x1c\x0e\x34\x48\x40\x24\x46\x24\xc0\x06\x40\xd1\x9a\x8d\x8d\xb8\xd7\xb8\xd7\xbb\x27\xb9\xcc\x5f\x66\xd6\x07\x00\xca\xf6\xec\xc6\xdd\x3f\x64\xa1\x2a\xeb\x2b\x2b\x2b\x2b\x2b\x2b\x2b\x2b\xdf\x6e\xb3\xa2\xec\x16\xe9\xf3\xf4\x38\xdd\xe6\x55\xbd\x2e\xbb\x2e\xed\xca\xf5\xf5\x93\x55\xd3\xf5\x65\x91\xbe\xae\x7a\xfa\x6e\x6f\xab\x45\x99\x24\xab\x66\x53\x12\xe8\x1b\xfa\x4b\x8a\xbc\x5b\xcd\x9b\xbc\x2d\x28\xe2\xd4\xc2\x49\xf9\x65\xbb\x6e\x5a\x06\xfa\x55\x42\xc9\xaa\x5c\x6f\x39\x0f\xfd\x25\x5d\xb5\xac\xb3\xaa\xa6\xcf\x4b\x0a\xa5\x6f\xeb\xa4\x6b\x16\x55\xbe\xce\x82\x04\x44\x58\xfa\x1f\xd3\x9f\xeb\x22\xbd\xec\xcb\x6d\xfa\xac\xdb\xe4\xeb\xf5\x8b\xbc\x43\x96\xbe\x4c\xf3\xc5\xa2\xd9\xd5\xfd\xb3\xa7\x92\x20\x85\x37\xbb\xde\x4a\x3f\xdf\xf5\x12\xb7\xdb\x5a\xd4\xc7\x6d\xd2\x96\xcb\x8a\x3a\xd6\x52\xd4\x07\x0d\x26\xfb\x72\xde\x55\x3d\x37\xfa\x2f\x12\x4a\x6e\xcb\xb6\xab\x1a\x6e\xcf\x9f\x25\x94\x6c\xf3\x25\x03\x5c\xd0\x5f\xd2\x97\x9b\xed\x3a\x47\x86\x2b\x0d\x26\xeb\xbc\x5e\xee\x04\xe6\x9d\x06\x93\x45\x5b\x52\x52\x56\x97\x7b\x8a\x3d\xc1\x47\x4a\x1f\xb3\xd9\x2c\xd9\x11\x4e\xb3\x6d\xdb\x5c\x57\xeb\x32\xcb\xeb\x22\xdb\x08\xd6\x3e\x52\x7c\xaa\xf1\x29\xc5\xa7\x1c\x8f\x6e\x94\x05\x21\x28\xcb\x3b\xed\x0b\x0d\x0d\xe1\x2b\xef\x12\x14\x55\xe7\x1b\xcb\xcd\xc1\xa4\xdc\xe4\xd5\x9a\x07\xe1\x09\x07\xa8\xf1\x5d\xb7\x6f\x30\x54\x17\x1a\x24\x44\x64\xfd\xdd\xb6\x04\x1e\x9e\x5c\x51\x28\x59\xe4\xdb\x7e\xb1\xca\xb9\xad\x12\x4a\x08\x68\xdb\x10\x42\x9a\xf6\x0e\x70\xf6\x91\x34\xed\x32\xaf\xab\xbf\xe7\xbd\x20\xe9\x3c\xf8\x4c\x36\x55\xdb\x36\x8c\xdf\x33\x04\x12\xea\x71\xc6\xe5\x50\xcc\x7b\xc2\x44\x50\x0a\xa7\x6c\xaa\x65\x2b\xa8\xe4\xc4\x33\x7c\x71\x29\x9c\x76\xdd\xb4\x37\x9a\xf0\x8a\x83\x83\xac\xd4\x08\x4d\x8d\xeb\xcf\x6b\x42\xbe\xa6\x9e\xe1\x23\x02\xe8\x92\xbc\xd8\x10\x2a\xb7\x79\x5d\x32\x8e\x8e\xf9\x8b\xf0\x42\x5f\x89\xd2\x54\xd6\x95\x7d\x5f\xd5\x4b\x46\xf6\xb1\x44\xa5\x97\x1a\x95\x04\x69\x2e\xee\xae\xd9\xb9\xe1\xa4\xf8\xbf\xd2\x67\x7a\x21\x9f\x92\x16\x64\x42\xa2\xcb\xc9\x3d\xe9\xb2\xeb\xb2\x2c\xa4\x2f\x5d\xfa\x8a\xc2\xc9\x76\xb7\x5e\x13\xd6\x7e\xdf\x95\x5d\xcf\x99\x2e\xe8\x9b\xfa\x2f\xdf\x49\xd5\x75\x14\xa0\xe8\xb7\x08\x24\x34\x74\xf5\x02\x9d\x39\x41\x20\x49\x3e\x75\x65\xde\x2e\x56\x9f\x13\xf9\x47\x5b\x39\xc0\xb4\x77\x68\x50\x99\x90\x94\x88\xa4\x06\xab\x20\x59\x34\x05\x7f\x9c\xd0\x1f\x15\x5d\xd5\x5d\x4f\x33\xee\x73\xa2\x01\x06\x93\x90\x0c\x40\x5f\xf5\xc0\x82\x46\x62\xfa\x76\x3c\x82\xe9\xab\xaa\xed\xfa\x27\x7d\x45\xc4\xfa\x61\x57\x27\xdc\x3f\x9a\x6d\x59\x31\x37\x26\xf4\xba\x21\x14\x21\xba\xa5\xfe\x9d\xdd\x5d\xfe\xcb\xbb\xa3\xf4\x82\x38\xd1\xb2\x2d\x29\x9c\x52\x19\xf4\x47\x79\xfe\x30\x4b\x28\x97\xd5\x74\x9a\xf7\xf9\x3c\xef\x4a\x8f\x56\x4e\x14\xea\x76\x69\xa0\x71\xe6\x6a\xe0\x60\x5d\x1f\xf5\x77\x6a\x86\x50\x19\x3a\xaf\x5c\x19\xef\x79\x72\x51\x3c\x33\x35\x64\xbe\x58\x97\x1c\x4f\x45\xa5\x6f\xdf\xbf\x3f\x3f\x7d\x99\x96\xf5\xb2\xaa\xcb\x74\x5f\xf5\xab\x74\xd7\x5f\xff\xb7\x6c\x59\xd6\x65\x4b\x3c\x6e\x51\xa5\x34\xa7\x5a\xa2\x84\x94\x08\x5b\x3a\x37\x4b\xba\x6e\x4d\x73\x1f\xe8\xbd\xbc\x7c\x97\x9e\x31\x8a\xb7\x79\xbf\x42\x43\xfa\x55\xd2\xfd\xbe\x66\x14\xb9\x0a\xaf\x56\x65\x0a\x2a\x03\x50\x73\x6d\xf8\x48\x0b\x6d\xe3\x2c\x29\xdb\x36\x23\xb6\xd4\xdf\x65\x9a\x59\xcb\x1b\x42\x4a\x11\x44\x3a\x75\xd3\xa7\xf3\x32\x45\x9e\x59\x92\x58\x83\x0d\xbb\xc7\xdb\xed\xba\x5a\xc8\x5c\x7f\x2d\x69\x1e\xd1\xbc\x82\x28\x96\x42\x38\x20\xca\xd2\x02\x74\x11\x7b\xe6\xf9\x90\x46\x0c\x04\xf9\x57\x25\x31\xc0\xd5\x6e\x29\x6c\x6f\xdd\xec\x8a\x1f\x40\xa9\xd6\x7a\x4f\xa8\xe9\x87\x86\x1a\x0c\xec\x38\x00\x5f\xc5\x31\x51\x1c\x2f\x5a\x6d\xb9\x69\x88\xaf\x38\x62\xaf\x88\xa0\xf6\x15\x25\x52\x4f\xbb\xfc\x96\xe6\x5b\xdf\xa4\xfd\xaa\xea\xd2\x82\x88\x6d\xc1\x05\xd3\xd4\xd8\xd1\x72\x21\x64\x41\x04\x2a\xa4\x61\x71\xf1\x18\x00\x6a\xb3\x23\x6a\x5a\x51\x61\xbc\x18\xf1\xca\x49\x45\x4e\xb5\x13\x5d\xa2\x72\x40\xdf\x44\xb9\x0d\x71\x65\xe6\x9b\xa7\x08\xe8\x77\x58\x3e\xb5\x2a\xbf\xbe\xa6\x56\x75\x44\x15\x6f\xd2\xc5\xba\x21\x92\xfa\xf8\xe1\x5d\xc7\x04\xb3\xca\xb6\x4d\x8b\x65\x8e\x92\x2e\x28\xe8\xe2\x02\x44\x33\x44\xbd\xdb\xcc\xe9\x6b\xbf\xaa\x88\x03\x00\xed\x9c\x83\x57\x73\x8a\xa5\x2a\x76\x1d\x0d\xe1\x51\x4a\x24\x4c\x3d\x20\x94\x81\x00\xb8\x0f\x45\xd5\xe5\x73\x1a\x7b\x06\xbf\xa6\x65\x6b\xd7\x12\x59\xad\xfa\x7e\x6b\x35\xbf\xb9\xba\xba\x90\xaa\x5d\xec\x7d\x75\xe7\x01\x65\x60\x0c\xd6\xbc\xf0\xd6\x69\x53\xcf\x40\x24\xbb\x76\x3d\xa0\x1f\xea\xab\xa5\x1c\xc0\x0b\x37\xe1\x29\xff\x5c\x7a\xf4\x00\xcf\x1d\x49\x27\x7b\x50\x13\xe1\xb8\xc4\x02\x48\x44\xdd\x6c\xb9\xdc\x80\xaa\xcf\x35\xc2\x93\x32\x16\x4d\x97\x2e\x4b\x27\xa5\x42\xf6\x09\xd8\xff\x86\x3a\xac\x6c\xe4\xf2\x8c\xd0\x00\x5e\x82\xd8\xeb\xb6\xd9\x50\xec\x2b\xfa\xf3\x11\xbe\xf9\x67\x5c\x1e\x60\xf2\xa2\x20\xfe\xd6\x1d\xa5\x1f\x5e\x9d\xa4\xff\xf9\x0f\x3f\xff\x3c\x4b\xdf\xf6\x3c\x13\x99\x38\xff\xc6\x44\x45\x41\x59\xc3\x1d\x28\xb1\x8c\x9e\xe8\xee\x01\xcf\xac\x07\xe9\x33\xa4\xfe\xf7\xf2\x4b\x4e\xf2\x47\x39\x5b\x34\x9b\x17\xcc\x55\x36\x79\x3f\x4b\x38\x85\xc8\x55\xe9\xf8\xb2\xac\x0b\x0a\xa8\x24\xa0\x69\x01\xbb\xd3\xf4\x40\x2e\x10\xa9\x28\x5b\x34\xf5\x75\xd5\x72\x87\x7e\xad\x41\x0d\x26\x2f\xd1\x3a\x80\x14\x5b\x6e\x09\x69\xc4\x41\xaa\xeb\x3b\x0f\x8a\xae\xbe\xe7\x48\x1d\xd0\x44\xa8\x2e\x53\x51\xd2\x61\xf9\x52\x88\x91\xc7\xed\x9c\xba\xd7\x1a\xbe\x3b\x8f\xf0\xe6\xfa\x7a\x4d\x1c\xd5\xb8\xa4\xd6\x70\x2e\xb1\xc2\x30\x43\x10\x22\xc6\x2d\x24\xbe\x53\x25\xe2\x93\xd3\xf7\x69\x79\x4b\xd4\x46\xe4\x40\x4b\x74\xb1\x5b\x80\xc2\x18\xf6\x28\xe5\xf5\x89\xf0\x4b\x73\x63\x21\x7c\x35\x60\x12\xdc\x34\xe6\x44\x0b\x02\x22\xde\xa0\x93\x22\x13\x04\xb5\x26\xfb\x58\x35\x97\x2c\x34\x87\x69\x93\x19\x46\xad\xc3\x28\x75\xc3\xbc\x34\xdc\xf5\xfa\x2e\x85\xa0\x02\xba\x10\x51\xd2\x64\xde\x6e\x96\xe8\x22\x69\x92\x73\x76\x5b\x41\xca\x74\x43\x85\x54\x13\xa3\x79\x4e\xff\x99\x01\x58\x7c\xed\x26\xf3\xba\x86\x9d\x73\xc5\x9d\x93\x30\xb9\x7d\x1d\x9a\x80\x1a\x58\x0c\x26\x62\xbc\xad\xc0\xe2\x14\x59\x68\x2b\x61\x0c\x55\x53\x55\x5d\x59\xa2\x04\xca\xff\x94\xca\x44\x9e\x99\x4a\x5d\x2a\x08\xd9\x82\x4f\xc2\x50\x5a\x34\x29\xaf\x40\xe0\xa3\x94\xdb\xba\x5a\x6b\xf7\xb5\xcf\x69\x5b\x2d\x57\xc4\x57\x9a\xfd\x91\x20\x6d\xbf\x6a\x4a\xa6\x9d\xb7\xa7\xcf\x7f\x92\x76\x2c\x99\xab\xba\x4c\xcc\x8f\xf3\x5d\xdf\x30\x9d\xea\x10\x4a\x13\xdc\xba\x06\xc8\x91\x7c\x27\x40\x43\x89\xda\x64\xc6\xb1\x98\xa0\xf3\x24\x4c\xd3\x09\xe2\x61\x24\xf7\x40\x2a\x57\xf1\x29\x5b\x36\x90\x0b\x4d\x5c\xe2\x35\x82\xb6\x18\x5d\x9f\x2d\xab\x3e\xbb\xe6\x09\xcb\x65\xbe\xe2\xbc\xbc\x64\x51\x4a\xfa\x88\x92\x1e\xa5\x34\xeb\x49\xd8\x2d\xfe\x98\x3e\xbc\x55\x39\xe1\x0f\x3c\x13\xb3\xfc\x96\x60\x31\x18\x2a\x6d\xb6\xa5\x88\x29\xb6\xad\x29\x1a\xa2\x73\xc6\x79\xb7\xdb\x82\xa3\xab\x68\x70\x94\x6e\x05\xb0\x68\xf6\xf5\xba\xc9\x0b\xb0\x1c\x9a\x5d\x15\x36\x65\xf3\xaa\xce\x69\x59\xb3\x52\xc0\xca\x1e\x12\x35\xbc\x3f\xbf\x02\xe0\xb2\x99\xef\xaa\x75\x61\x00\x33\xea\xe1\x6d\xbe\xae\x0a\x16\xf0\x74\xdc\x43\x61\xca\xa2\x2a\x69\xcb\xa2\x69\x79\x1d\x46\x6f\x2c\xe3\x01\x01\xa0\xe5\x85\x15\xd1\x94\x57\x61\x91\xcf\xad\xd5\x8c\x06\x1a\x78\x48\xbe\xbc\x92\x83\x62\xaa\xae\x7e\xd4\xa3\xa5\x8b\x1d\xd5\x45\x83\xce\xd1\x94\xb1\x4b\x9f\xbc\xa0\xdf\x84\xe5\x02\xe1\x7b\xcb\x31\xe2\x39\x31\x95\xc4\x9d\xcc\xd2\xa8\xa9\x11\x79\x3b\xea\x32\xe2\x0d\xfa\x1a\xb6\xd7\x48\xa0\xdb\x09\xbd\xf2\x0e\x74\x4d\xc3\x5a\xfe\x40\x81\x47\x34\x81\x97\x6b\x0c\x42\x0e\xb1\x89\xe4\xc7\x86\xf0\xc6\x04\x72\x24\xd3\xe5\x9a\xba\xc6\xbc\xb3\xcf\x6f\xa8\x6d\x39\x2f\xd3\xc9\x27\xde\xa5\x7f\x4e\x76\x22\x79\x35\xeb\xc2\x49\xb9\xa0\xe9\xa6\x1d\xee\x0a\x3d\x90\xa3\xd7\x8e\xc4\xd7\xc5\x2a\x73\x7b\x7c\x46\x4a\x5f\x7e\xc1\x9a\x87\x24\xbf\xe5\x67\x62\xe7\xa4\x64\x73\x87\xe1\xe2\x4e\x9c\xdd\xf9\xd1\x22\xb9\x8b\xa6\x08\xed\x0d\xe6\x0d\x63\xed\xb6\x74\x50\x27\x61\x6c\x9c\x81\xca\x22\x09\x51\x8b\x8a\x37\x6f\x94\x24\x3b\x4c\x4d\x95\x5d\x66\x97\x80\x89\xa9\x82\x02\xbc\x8e\xc6\x53\x37\x4a\x33\x1a\x18\xec\xc2\xac\x66\xe2\x88\x77\x32\x2f\x82\x3a\x93\x4f\xaa\xbc\xf8\x9c\x18\xdc\x87\x38\x9d\xb8\x09\xed\xa8\xfc\xae\x3e\xb3\xd1\x75\xbb\x7b\xde\x8c\x2a\x43\xf1\x0b\xe9\xaa\xdc\xf2\x9a\xbb\xe9\x40\x16\x6b\x82\x2c\xee\x54\x6a\x74\x04\xf2\x8b\xb0\x6a\xa2\x18\x62\x70\x3f\x98\x5a\xe4\x3b\x8b\x78\x59\x11\x29\x20\x7f\xbc\xf4\x88\xaa\x81\x84\x3b\xe8\x57\xda\xf6\xee\x28\x8d\x16\xb1\x55\xde\x11\xfb\xa6\x15\x52\xb3\x15\x33\xdb\xd7\xf0\xb0\xe7\x0b\x99\x33\x50\x91\x80\xca\x25\x67\xd3\x0e\xd7\x44\x6e\xa1\x70\x38\xad\xc5\x49\x0c\x90\x07\x42\xb1\x61\xa2\x4e\x42\xd8\xa6\x64\xa1\x31\xdb\x88\x56\x42\xbe\xd2\xb3\x32\x21\xc9\x66\x49\x13\xda\x08\xf6\x39\x6f\x26\x97\x90\xad\x95\x5e\x19\xa0\xec\x43\x16\xac\x10\x16\xf3\x8b\xa9\x82\x88\x33\xec\xb1\xd3\xa6\xb9\x3d\x42\x3f\x2d\x56\x94\x3c\x33\x96\x2e\x2b\x36\x04\x9c\x8e\xb8\x85\x47\xe2\x31\xab\x71\xd2\x10\x4a\x05\x4d\xdf\x2d\xce\xc0\x5c\xe3\xd9\xfc\xc5\xc3\xee\xd9\xd3\xf9\x0b\xc7\x5b\x17\xab\x72\x71\x23\xf4\x57\xd5\xf3\xe6\x0b\xb6\x8a\x34\xf0\x8c\xe3\x9a\xe7\xd8\xc3\x22\x5d\x51\x2a\x76\x13\xc4\x0b\x28\x1b\x21\x9e\x53\xa3\x41\xa3\xc6\x30\xcb\x98\x99\x52\xcd\xad\x2e\x46\x48\x94\x1b\x95\x48\xcb\x12\x1a\x46\x9e\x7c\x98\x07\x9e\x6e\x8f\x39\x96\x29\x17\xeb\x84\x27\x5d\xf4\x77\x5d\x6d\xaa\x7e\x44\x3a\xcc\x88\x72\x25\x41\xd5\x50\x18\x2e\x51\x16\xb0\x81\xb6\x10\x3b\xa7\x62\x68\xe1\x35\x72\xda\xe7\xb4\xcb\xf8\x43\x4a\x24\xb4\xa3\x65\x8c\xfb\x44\xcd\x24\x7e\x9e\xf3\xca\x4d\x3b\x8c\xbc\xcb\x76\xb5\xa2\xb5\x2c\x8c\x98\xde\x54\x58\x65\xb8\x5e\x23\xf9\x00\xca\x30\xaf\x82\x72\xfa\xd8\x61\xfc\x47\x92\xaa\xaf\x5d\x36\x66\xfd\xdc\xa0\x8a\x85\xba\x7c\x72\xf0\x88\x35\xd6\xa5\x6c\x0c\x81\x01\x86\xe3\x81\xa6\xdd\x85\x1f\x3d\xda\xa2\xdc\x50\x0c\x06\x64\xbe\xeb\xfb\x86\x85\xf6\x35\x53\x8d\xe4\xb1\x56\x9f\x00\x10\xfb\x10\x5f\x1e\x06\x24\xc4\x93\x8c\x4d\x69\x42\x74\xe6\xd5\x9b\xba\xdd\x19\xf4\x4e\xd7\x4a\x07\x56\x88\xa2\x21\xaf\xef\x8c\x94\x89\x20\xb8\x15\x5c\x61\x3f\xdd\x96\xc7\x6d\xf9\xa3\x6f\x8d\x9b\x33\xc8\x61\x2d\x92\xec\xc1\x7c\xfa\x80\x54\x51\x6c\xd9\xac\xb3\xa5\x4f\xd5\x43\x9e\x3e\xda\x18\xbd\x48\xe7\x99\x41\x0c\x96\xe4\xce\x02\x88\xa6\x5e\x20\xf7\x6c\x50\x97\xdf\x2f\x8d\x31\xd8\xc7\x4d\xf6\x2b\x58\xdf\x34\x59\xb7\x92\xbd\xa9\x35\x8f\xf6\xb5\xf5\x32\x52\x70\x40\xb9\x0d\xa2\xfb\x2f\xbc\x4e\xd2\x0e\x20\x5f\x7f\x4e\xee\xa0\x49\xfb\x2b\x71\xf8\x1a\x3a\xca\x26\xa1\x04\xd9\xcd\x9c\x21\x40\xa0\xbc\xb5\xfa\x9c\xf0\x1a\xfa\x7e\x20\x17\xf2\x12\xa1\x71\x81\x80\x82\xa4\x5f\x23\x71\xcf\x86\x30\xb9\x98\x90\x21\x3f\x94\x5e\x17\x8b\x90\xeb\x22\x6d\xc1\xaf\x6c\xaf\x44\xbb\xf1\x9b\x52\x0b\x7f\x43\xfb\xee\xee\x23\xf6\xcd\xb2\x09\xe6\x1d\xf3\x45\x7e\xc7\x52\x9b\x44\xeb\x07\x12\xae\xca\x7c\xa3\xad\xe4\xa0\x14\x71\x4c\xcb\x99\x46\x72\x90\x56\xb9\x40\x1f\x93\x40\x7e\xb1\x2e\x88\x30\xa3\x72\x83\xdb\x3f\x94\xaa\xe8\xfd\x6d\xa4\x44\xfa\x2d\xc9\xd7\xdb\x55\x0e\x01\x22\x00\x83\xbe\x84\x80\x30\xf0\x29\x40\x40\x0b\xbb\x4d\xd9\x56\x0b\x0e\x72\x86\xc7\x4f\xb2\x1f\xa1\x2a\xa3\x89\x42\x92\x64\x5c\x58\x41\x93\xe4\x1f\x2a\x90\xc3\x2c\x65\x86\xe5\x76\xd5\xdf\xad\x17\x51\x71\x1c\x4f\x3c\x87\x20\x20\xd3\x79\x28\x07\x84\x85\x91\xe5\xbb\x9e\xd5\x27\x14\x41\x32\x64\x54\xf4\x26\xff\xf2\xb5\x8c\x9b\x66\x22\x9f\xb0\x02\x9f\xc9\x26\xbc\x76\x31\x66\x07\x04\xcf\x0a\x92\x83\xd0\x34\xf4\x0c\x52\xdf\xd0\xaa\x56\x3b\xb0\x8f\xf2\x9d\xe2\xfb\x8f\xa6\xf6\xa7\x25\x44\x25\xf0\xd4\x1d\x00\xd0\xe2\x5c\x30\xdf\x84\x24\x3d\xf3\xd3\x2d\x94\xae\x1d\x39\xb3\x1c\x6a\x3a\x03\xc7\x38\x48\x24\x95\x8d\x06\x91\xd4\xcc\x9f\x55\x64\xbc\x46\x66\x2c\xb5\xd6\xa1\x6c\xea\x56\x4f\x5b\x5f\x00\x21\x1a\xeb\x6c\x9c\x6f\x30\xe1\x0e\x66\x27\x51\x60\x22\xf7\xf9\x58\x05\x79\x20\x7f\x4f\x53\x66\xa2\x00\x37\x93\x0e\x66\x94\xc1\x44\x26\xea\x79\x31\xe2\x05\xe3\x8c\x0c\x46\xfb\xa6\xf5\xba\x5c\xb2\xae\xca\x2a\x8e\x6a\x53\x12\xa2\xc5\x40\xc0\x42\x02\xf2\x18\x76\x83\x15\x8e\x6b\xb8\x0b\x70\x63\x14\xef\xbf\xa8\xd5\x24\xcf\x53\x90\x73\x06\xbb\x30\x6d\x86\xae\xe4\x1b\xde\x70\x74\x3b\x66\xcd\xbc\x39\x11\xe9\x24\x1e\x0d\x5e\x78\x51\x54\x89\x2a\x0e\x17\x4f\xb4\xc8\x3b\xb6\xaf\x95\x0f\xb0\xef\x2c\x3a\xdc\xaf\x8f\x0b\xd6\xc2\x1d\xd0\xa1\x62\xdd\x8e\xb2\xfc\x52\x41\xef\xf7\xba\x62\x7d\x12\xf6\x94\x6e\x2b\x8d\xb4\x59\xb2\x26\x66\xc0\x7b\x17\xe9\x95\xc8\xb1\xcd\x2d\x6f\xfd\xb8\x3e\x4e\x95\x7c\xa2\x07\xd4\x4e\xf1\x38\xeb\xee\x94\x76\x83\xcd\xbe\x2c\x8e\x68\x89\xe7\x1c\xd4\x4e\xb0\x8d\x7c\xbd\xcf\xef\x3a\x28\x59\x8c\xe3\xb0\xce\x53\xb2\x33\x3b\x21\x01\x60\x89\x56\x85\x9a\x75\x9a\x71\x86\x09\x56\x11\xf3\xe2\xe1\x96\xe9\x3d\xf6\x97\xe0\x16\xaa\xb6\xa1\x6d\x3b\x2f\x7b\x4e\x51\x4c\xe0\xbc\x37\xe6\x9d\x24\xcb\xf8\x92\x1c\x14\x84\xc3\x1a\xe5\xfc\x13\x79\x8f\x58\x3c\xa2\x6a\x58\x58\x21\x7e\x2c\xb8\x26\xf9\x8f\x30\x8b\x26\x05\xca\x86\x1d\x95\xff\x44\xe4\xe2\x8a\x70\xc8\xfb\x2c\xbf\xff\xe6\xb5\x89\x46\xc5\x34\xc3\x12\x8f\xdd\x73\xd2\xf5\x34\x05\x18\xd3\x76\xc0\xf8\x57\x91\xaf\x74\xcf\xcd\xa9\x98\x62\x40\x53\xb7\xaa\xb6\x69\x03\x6d\x63\x88\x42\x4f\xb6\x81\x88\xc9\x3a\xf0\x12\x72\x37\xab\x5d\xdb\xbc\xee\xae\x4b\xe8\x5f\x37\xe9\x35\x9f\x61\xcd\xb4\x6a\x96\x58\xe5\xa0\xf1\x40\xcd\xb2\x87\x41\xd5\xe1\x6a\x81\xb1\x0b\x06\x2a\xae\x5a\x14\xf2\xbc\x60\x49\x1b\x80\x55\x5f\x52\x67\x6d\x60\x32\x1b\xa1\x00\x52\x63\x74\xbc\x62\xad\xb9\x2d\x43\x44\x5c\xff\xa3\x3d\x0f\xb0\xae\x2a\x66\xd1\xcb\xc7\xc3\x24\x95\x42\xdd\x81\xd3\xb1\xf9\x5d\xdc\x7b\xce\xea\x28\x80\xcf\x6a\x6e\x4b\xad\x85\x27\x06\xcf\x95\x41\x81\x50\x73\xf8\xbd\x42\xd2\xe7\xd8\xf2\xcd\xa9\x89\x8b\x55\x34\x3b\xaf\x90\x92\x4a\xca\x68\x82\x26\x9f\xb8\x6a\xda\xc6\xaf\xf2\x7a\x59\xb2\xae\x8c\x4a\xe2\x25\x0f\xdf\x2a\xa1\x4b\x24\x35\x78\xd9\x4a\x98\x35\xec\x96\x65\x41\x13\xb2\xd9\xdc\x9b\xb3\xaa\x4d\xe3\xd3\x25\x7f\x6b\x48\x86\x80\xaa\xf8\x4f\x14\x62\xe9\xb7\x4e\xa2\x53\xa9\x81\x9e\x01\xdb\x83\xaa\xbf\xc3\x71\xd9\x9c\x64\x60\xd9\xa4\x51\x0c\x6d\x73\xc1\x1d\xa0\xfa\x78\x65\x61\x1a\x8f\x9c\x99\x1e\x4f\x6d\x09\x29\x9c\xe8\xa1\x5e\x59\x38\xe1\x5d\xf2\x66\x86\xc5\x81\x85\x69\x68\xb7\x83\x25\xe1\xd1\xc3\xee\x11\x0f\x98\xa5\xcd\x02\xf8\x6d\xde\x13\x5b\xac\x65\x8b\x22\x1c\x2a\xcc\xaa\xc9\xae\x08\x70\x15\x01\x9b\xe1\x2c\x5a\x50\xf1\x39\xf1\x47\xe4\x76\x3a\x3e\xa5\x51\x55\x16\xd3\xa9\xcc\xfb\xcf\x14\x54\x8d\x48\xea\x0c\x44\x74\xab\x8a\x03\x48\x3b\x35\xea\xe2\x43\xa4\x2e\x51\x1d\x52\xac\x40\x52\xf2\x7e\x9e\x9e\x4a\xc0\x36\xbd\xbb\x0a\x7d\xaa\x8a\x24\xd9\x02\xef\xc1\x81\xbe\x0e\x84\x6b\xb4\x1a\x6e\x78\x25\x76\x3b\x5c\xd9\x09\x0b\x52\x0a\x08\xd7\xce\x14\x20\x05\xf0\xe9\x6f\xb0\x61\x63\xed\x2c\x76\x72\x75\x70\x5e\x42\xfb\x5d\xce\xc7\x60\xfb\x72\x9e\xb2\xbe\x94\x08\x87\xf6\x45\xda\xd1\x4d\x4e\x5b\xaa\xdb\x2a\x77\x9a\x19\x1a\x2d\x36\x19\xd0\x55\xf4\x15\x9b\x0b\xe0\x0c\x76\x6c\xdb\xc2\x07\x1a\x7a\x76\xf1\x4e\x83\xc9\x6e\x5b\xb0\x4e\xcb\x77\xf8\x23\x22\x5c\x87\xe3\xf4\x40\x5d\x89\xae\x5b\x36\x27\xcd\x08\x78\x91\x2a\x1c\xb7\xec\x6e\x66\xd3\x67\xc2\x5e\x45\xa7\x50\x31\x04\x09\x4f\x09\x24\x49\x37\xad\x06\x30\x13\xde\x03\xf4\xca\xc1\x20\x10\x42\x6b\x65\xba\x6a\xf6\xe9\xba\xaa\x6f\x3a\xc5\xaf\xd3\x87\xd8\x3e\x39\x3d\x45\x04\x01\x8b\xa6\x86\xc5\xaa\xaa\xde\x95\xbf\x24\x16\x12\x4d\x3e\x82\x63\x0b\x8b\x52\x56\xc5\x21\x33\xd0\x03\x98\x13\x44\xa7\xc7\x88\x9e\x84\xf5\xfb\x5c\xcd\x82\xb3\xe8\xe0\xf0\xf5\xba\x64\x01\x1b\xec\xf0\xb5\x72\x21\xc2\x4f\xd3\x74\xaa\x7b\xf4\xec\x87\xe3\xa0\xa8\x50\x28\x1d\x2d\x07\xa1\x83\x29\x8d\xb1\x83\x0e\x82\xe2\xed\x21\x09\x4b\xda\x1e\xcc\xed\xac\xda\x88\x11\xd3\x47\x4d\x15\x63\x03\xb7\xaf\x40\xf2\x8c\x76\xca\x83\xce\x84\x47\x0e\xef\x09\x97\xd2\x7d\xe3\xa3\x96\x78\x64\xe2\x82\x20\x04\x8b\x7d\xd4\xd8\x21\x65\x69\x01\xa6\x3d\xff\x0a\x81\x19\xf9\x84\x27\x31\xc2\x9b\x1d\x6b\x69\xd6\x91\x50\x78\xa2\xe7\x00\x2e\x9d\x31\x1b\xa4\xbf\xc7\x99\xd9\x50\xdb\x10\xed\x94\xb4\x84\x83\xd2\xf4\xa0\x4d\xa3\xb9\x63\xf9\xf6\xd4\xb7\xb0\x3b\x46\xf0\x33\xa1\xfe\x1c\x9a\x61\x39\x56\xc3\xb9\xbd\xd0\x4b\x8d\x33\x39\x29\x82\x10\x80\x0d\x47\xe7\xf7\x19\xc7\xc2\x8d\x58\xa3\x2e\x56\x51\x0e\x40\x0d\xa3\xe2\xfd\x64\x69\x87\xe0\x21\x63\xdb\xb6\x34\xe8\xb4\xf0\x0e\x34\x51\x23\x96\x16\xb1\x2f\x70\xaf\x06\x27\xba\x9e\x6b\xd1\x0e\x52\xcb\x62\xfe\x8f\x90\xc5\x78\xed\x65\xc9\xda\x2d\xab\x54\x99\xb5\x4b\x15\x96\x9d\x50\x1b\x30\x07\x4a\xa7\x9e\x28\x80\x89\xb8\x89\x00\x0b\x41\x4c\x13\x6a\xd1\x59\xa4\xe7\x85\xc6\xf6\xff\x9b\x6e\x37\xaa\xd0\xe9\x76\x7d\x53\x07\x64\xc3\x6d\x1c\xac\x38\x23\x02\xa2\x04\xac\xbf\x3a\xf4\xc1\xaa\xaa\x83\xef\x16\x57\xae\x46\x64\x7a\x46\x13\x45\x61\x09\x56\x22\x00\x87\x65\x01\x0f\x56\x1b\x30\x39\x12\x01\xbf\x1b\xa9\x21\x63\xfe\x7a\x8c\x1d\x0c\x61\x45\x60\x59\x1e\xe0\x05\x4d\xa4\x3f\xdd\x11\x6d\x18\x11\x72\x6e\xeb\x2c\x68\x46\x47\x33\x47\xba\x6d\x58\x55\xcb\x15\xf5\xab\xda\xf0\x99\x25\xb8\xb6\x1d\x8c\xf9\x5d\x1d\x7f\xd1\xc4\x6b\x96\x35\xeb\x70\xb8\x06\x31\x99\x71\xdc\xf6\x59\xd7\xb7\x4d\xbd\x7c\x71\xda\xf0\x76\x8b\x35\x21\xbc\x54\xfc\xf2\xec\xa9\xc6\x13\xcb\xe0\x31\x64\x43\xd2\xd7\x55\xff\x66\x37\x7f\xd4\xa5\x4b\x92\x0d\xb0\x80\x3c\xcb\xd3\x55\x5b\x5e\x3f\x7f\xf0\xb0\x7b\xf0\x42\x0f\xaa\xc5\x9e\x69\x5f\x3b\xb4\x3c\x7b\x9a\xbf\x60\xe9\xb9\x6b\xd6\x24\xd4\xc6\x59\x9a\xcd\x46\xc6\x97\xd8\xdf\x46\x20\xd1\x7e\x9c\x6d\x97\x35\x30\x57\xb6\x8a\x1f\x2a\x70\xe6\x68\xdd\x8f\x8f\x0e\x9b\x89\x49\x91\x7e\x41\x05\x15\x06\xc6\x91\x5d\xdd\x07\x4c\x93\x75\x0b\xa9\xcb\x86\x05\x76\x9c\x0d\x03\xc9\xea\x1a\xaf\xda\x30\xe5\x04\x24\x68\x94\x61\xf9\x29\x2b\xb5\x44\x24\x0d\x8e\xb3\x3a\x65\xe1\xa4\x90\x91\x56\x40\xbf\xcc\x53\x4d\x95\x09\x81\xd1\x2b\x41\x98\x60\x23\x1a\xfe\xc1\x18\x80\xf4\x5e\xa7\xbf\xf5\x00\x69\x22\xc9\x28\x4e\x04\x02\xf6\x26\x03\x18\xa3\x66\x15\xfa\xc0\x3c\xad\x15\x60\x65\xba\x07\x11\x83\x10\x11\xc8\x84\x24\x49\x42\x67\xf6\xf6\x8d\xb2\xc3\xa8\x5e\xdf\x71\xab\xce\x1f\x7d\xa1\x2d\xc3\x1e\x33\xc6\xd0\xa7\x63\xa0\x83\xfa\x02\x9d\x82\x8e\xd4\x3b\xd5\x20\x20\x81\x96\xe1\x60\xb7\xf0\xbe\xd1\x13\x97\xd4\x22\x31\x26\xb4\x3d\xe8\xcb\x68\x32\x73\x23\x60\xfe\x25\x26\x1e\x50\x4a\xfc\xd7\xb4\xc8\x89\x13\xf4\xcd\x0d\x11\xd3\x38\x0b\xe2\x0f\x65\x72\x1c\xc6\x64\x74\xe5\x2f\xc7\x9e\x3d\x0c\xa5\x76\x3d\xe0\x3c\xc8\x62\x02\xce\xa2\xa5\x3a\xd3\x17\xd1\xa8\x94\x90\x8d\xe7\x55\x5d\x08\x27\x51\x46\xa0\xb6\x24\x8e\x03\x90\x7c\x51\x33\x10\xd4\x9e\x1c\xd0\xef\x70\x58\xa2\xf2\x83\xe9\x42\x0c\x7c\x57\x07\x0c\x54\xc8\x21\x13\x54\xb8\x4e\x5e\xd0\x16\x0c\x76\x64\xc7\x52\xe0\x15\x27\x77\x6a\x44\xa9\xe7\xc4\x96\xe5\xb5\x46\x62\x0e\x00\x50\x10\xde\x39\x44\xe0\xcb\xef\xc6\xad\x14\xb5\x01\x50\x0b\x31\x8c\x01\x51\x9d\xb1\xcc\x95\xd8\x04\xa4\xc7\x17\x6f\x69\xcd\x70\x15\x5a\xa1\xbf\xe6\x24\x47\x4a\x13\xf6\x4e\x13\xc0\xc4\x36\xe4\xb9\xee\x04\x49\xb2\x9b\xe2\x11\x39\x31\xc5\x5d\xa7\x46\x1d\x92\xce\xc4\xe9\x82\xe3\xb2\x0b\xb4\x23\x52\x1b\x5a\x32\x5c\xad\x5c\x57\x7f\x20\xcc\x3a\x1d\x1d\x4f\xad\xed\x1d\xf3\xff\xc0\xfc\x27\x17\x0c\xed\xc1\xc1\x07\x76\x47\x04\x09\x0d\x41\xca\x53\xb8\x75\xfc\xc3\x1a\x6c\x02\x44\x30\x94\x21\x1b\x99\x1c\x4c\xcf\x54\x26\xb3\x4d\x71\x96\xad\x95\x13\xf7\xf9\x6b\x7c\x86\x09\xdf\xef\x5f\xef\xe1\x32\x61\xaf\x02\x52\xbe\x98\xac\xd6\x51\xb4\x54\x3d\xe0\x37\xa9\x2c\x84\x72\x82\xce\xb5\x88\x6c\xad\x14\x11\x98\x64\x52\x29\xfb\x72\xcd\xb6\x94\x5a\xbb\x3f\x45\xd6\xae\x47\x67\xc8\x0a\xe4\x4e\x8f\xd9\x68\xd6\x89\x82\x82\x8a\x50\xbd\x65\x85\x11\x04\x4d\x37\x1c\x1b\xcb\x16\xd8\xd6\xeb\x93\xe3\xf7\xef\xcf\xaf\xfc\x32\xcd\xf3\xa0\x2e\x48\x98\xf8\xc1\x59\x60\x8d\xda\x65\x76\x58\x6e\x00\x63\x08\x6f\x09\xa6\x39\x0e\xc1\x85\x6c\xca\x4a\xa7\xe0\xb2\x01\xef\x69\xb8\x2d\xc6\xcb\xa3\xf6\x17\x87\xc6\x2f\xf9\xc4\xf2\xcd\xe7\xc4\x94\xc4\xe7\xfc\x9f\x84\x7a\xf6\xe0\x6c\x03\x53\xcf\x1f\x81\x78\x4b\x67\x6a\x40\x53\x8c\xf4\xee\x60\xd2\xbb\x1c\x5b\x08\xc2\x7d\x83\xb5\xe2\x3a\xc5\xf1\xe8\x11\xab\x11\x9b\x16\x13\x86\x91\xbb\xab\xab\xdf\x77\x10\xd0\x78\x03\x41\xcc\x83\x0d\xfb\xe6\xd5\x5a\x16\x94\x3f\xbb\x0f\x89\xe7\xd0\xc0\x1a\x37\xa8\x9c\xbe\x9e\x75\x5b\xb6\x55\xa4\xb5\xa1\x7b\xfe\x60\x57\xa5\xac\x95\x62\xdb\xa0\x07\x2f\x48\xdc\x67\x33\x03\x1a\x3e\x82\x78\xc1\x9a\xa5\x1b\x53\x58\x0e\xaf\x76\x20\xcd\x4c\x69\x39\x0d\xf6\xb4\x88\x9d\x68\x85\x6e\x8e\x44\xe3\xd4\x8b\xaa\x32\x0d\x7a\xc1\x53\x8a\x89\xfb\xa6\x0c\x31\xa5\x47\x4a\x6e\xe6\x76\x8b\xb6\x82\x3d\xb0\xc4\xf3\x65\x9e\x34\xb8\xc8\xe3\x22\x7d\xbd\x97\x34\xde\xb4\x01\x9c\x2d\xab\x9e\xb6\x64\x7c\x79\x07\xd6\xa3\x09\x4d\x17\xe2\xe0\xb8\x06\x24\x21\x8b\x19\x65\xe5\xc5\x4e\x60\xa1\x62\x61\x11\x4b\x47\x9e\x03\xfa\x3d\x91\x4b\x01\xed\x12\x12\x6b\xcb\x1b\xda\x92\x56\x4c\xf0\x6f\xe9\x8f\x16\x33\x11\x7d\xe3\xe1\xe9\x90\x5f\x37\xf4\xb2\x3f\x73\x45\xa8\x49\x93\x0e\x88\xda\x32\x05\x43\x52\x94\xd7\xf9\x6e\x6d\xca\x56\x60\x0c\x11\xe9\x4b\x44\xe8\x95\x1f\x6a\x04\x0d\xc0\xad\x48\x00\x72\x09\xe8\xad\xc5\x3c\xe6\x5d\xcf\x8f\x07\x54\x90\xc3\x73\xbc\xef\xd7\x44\x0e\x4b\xb8\x5f\x21\xc9\x46\x1e\x19\xab\x97\x53\x35\x04\x8a\x8e\xbf\x13\xbd\x92\x64\x17\x48\xdc\x9d\x24\xb9\x41\x12\xa6\x1e\x9e\x0c\xb6\x3b\xce\xe3\x39\x01\x1b\xba\xf9\x7a\x57\x3e\x78\x21\x38\xb3\x09\x61\xa5\xea\x10\x9c\xe9\xad\xa8\x60\x0c\x14\x62\x06\x63\xf7\xcc\x36\x7d\x6c\x25\xc1\x1b\x2a\xdd\xe8\x4f\x43\x45\xfc\x4b\x65\x88\x3c\x30\xa0\x7f\xfa\xfa\xed\x15\xcc\xe7\x69\xc4\x60\xee\x6c\x77\x04\xd8\xc4\x72\xe6\xca\xb4\xa3\x24\x80\x98\x55\xe6\x5b\x89\xd4\x7c\x1c\x89\xdd\x5a\xac\x75\x37\x83\x8f\x3c\xbc\x6b\x91\xc8\xac\xb4\xa9\xae\x73\xf4\xda\x4d\x76\x18\xcf\xb3\x65\x74\x3c\xcb\x71\x29\x2c\xc0\x74\x68\x8e\xc4\xec\xb4\xe0\xf5\x60\x7b\x97\xb1\xee\x0f\x4b\xc0\xf6\x2e\x81\xd1\x0e\xad\x96\x19\x84\x09\x89\x04\x43\x5e\x57\x5b\xb9\xb7\x48\x09\x55\x29\xa6\xbb\x08\x9c\xff\x73\x22\x28\x74\x23\x0c\x42\xc1\x65\x46\x4e\x20\xc6\xff\x0b\xf8\x63\xcf\x1b\x3c\x39\x8b\x78\xfe\x20\x9b\x13\x93\xb8\x79\x10\x6c\xf8\xf8\xda\x23\xef\xf2\x7e\x20\xb9\x73\xaf\x27\xe6\x1f\x25\x94\xd8\xf7\x5f\xf0\xb5\x63\x53\x50\x39\x9e\xe7\x40\xa2\x5f\xac\xd2\x4f\xf4\x22\x1c\x73\xc3\x84\x85\x7e\x1d\x4f\x12\xf8\x43\xd6\xf5\xfb\x8e\x7b\x29\x7b\xd5\xe7\xe9\xbf\xf0\x57\xfa\x9a\xbf\xb4\x2b\xcc\x11\xdc\x1c\x07\xd5\x0c\x78\x44\x68\xda\x08\x96\xa7\x06\xc6\x9e\x27\x88\x3d\x54\x80\x7d\x35\x84\x32\x40\xb6\xc2\x4f\xb6\x3b\x36\xfa\xe0\x71\xb7\xda\x2e\x28\x06\x57\x1a\x38\x92\xd7\xcc\xa0\x04\x77\xde\x13\x95\x91\x38\x56\xa3\x2c\xa6\x6f\x4b\x08\xa3\xf4\xa7\x69\xb8\x36\xd9\xe7\xd0\xf0\x0b\x10\x91\xdc\x7f\x4a\xaf\x28\x46\x21\xca\x30\x29\x51\x50\xa4\x0f\x2f\xd0\xad\xf3\x79\x09\xb5\xd8\x3b\x04\x88\xe4\x89\x47\xf6\x84\x22\x68\x4b\xdc\x47\xc2\x6d\xac\x7a\x31\x5e\x45\x28\x51\xd3\x6a\x39\xc5\x91\x60\x02\x1d\x79\x9b\xb3\x9d\xe1\x87\x7c\x2f\x9f\x84\x69\xbd\x71\xf7\x46\x42\x12\x0d\xab\x55\x01\x85\xd1\xaa\x83\x87\x1c\xa1\x34\x7c\x61\xe1\xc4\x1a\x30\x1b\x37\xc4\x52\x06\x17\xfe\xd2\xc5\x20\xfd\x5a\x76\x43\xaf\x78\x2f\x64\x71\x39\xf8\x5f\x6a\x76\x40\x2e\x7e\x43\xcc\x43\xd4\xc1\x67\x12\x72\x29\x85\x98\xa8\x9d\x62\xf5\xd0\x38\xb3\x22\x3e\xe7\x7f\x17\x4b\x04\xa3\xf3\x87\xfe\x9d\x45\xae\xdc\x89\xe5\x6d\x90\xdc\x30\xf4\xd1\xb3\xe1\x58\x04\x49\x35\xaf\xc2\x73\xa8\xe1\x89\xf6\x91\x1e\x26\x2f\x08\xff\x6d\xe6\xf2\x9f\xf0\x67\xba\x1e\x95\xe2\x06\x37\x1c\xdb\x41\x35\x21\x0c\x55\x35\x09\x26\xd5\x85\x90\x52\xe3\x66\x0a\x98\x44\xdf\x3a\x82\x3d\xa7\x88\x90\xb4\xa2\x82\x59\x68\x1b\x94\x0c\x39\x6e\x1a\x9e\x96\x16\xbe\xaf\x01\x49\x56\x83\xe3\x76\x06\x40\xd2\xcc\x7c\x02\x94\x15\x0a\x1e\x8e\x3a\x3e\x04\x52\x9d\x97\x63\x08\xc3\xd1\xf3\xe3\x43\x43\x3b\x1c\x20\x49\xcc\x48\xe6\x58\x94\xce\xe6\x1c\x40\x58\xb5\xf9\x6e\x6a\x54\x8d\x2b\x4c\x2b\x8b\xca\x03\x42\xfb\x7c\x4e\xc9\x0f\x0b\x60\xd3\x65\x66\x5c\xf9\x24\x41\x9d\x25\xd2\xe4\x62\x3b\x65\x2b\x39\x2a\x32\x4c\x23\x01\x23\x13\x91\x49\x10\xe1\xc4\xa7\xf5\x44\x8e\x7b\x29\x6a\x08\x73\xb0\xe4\x11\xdd\x68\xce\x7b\x86\xd7\x43\xf0\xa5\xd3\xc3\x45\x1f\xc8\xa7\x12\x0e\xe4\x9a\x71\xca\x8c\x6f\x26\x38\x4e\x79\x8c\xe3\x7c\x70\xcb\x29\xd0\x4e\xef\xa8\xd3\x22\xcb\x2b\xb2\x6b\x6a\xa1\xda\x85\xa9\x4c\x32\xca\x45\x36\xbf\xd3\x3c\x32\xce\x05\x1b\x0b\x1c\xc8\xb2\x61\x8b\x00\x2c\xbf\x9a\xe5\xcc\x45\x4c\x64\xe9\xf4\x9e\x24\x5f\x54\x1c\xa7\xcc\x58\xf6\x85\xc5\x00\xf3\xa6\x6e\x12\x84\xa9\x14\x20\xe7\x08\x4c\x81\x88\xce\x4d\x77\xcd\xbc\x0a\x88\xd1\xb3\x9d\x51\x4d\x56\xcc\x66\x10\x2e\xc7\x3b\x18\x45\xb4\xdf\x90\x8f\x2d\x06\x99\xaf\x8a\x8a\xf5\xac\x81\x3d\x21\x3e\xef\xa9\xc7\x67\x90\x8a\x46\x39\x78\x26\x61\x14\x08\x44\xc2\xe9\xc3\x4f\x3f\x7d\xee\x78\x18\xbc\xf6\xfa\xd3\xcf\x9f\x49\x9e\x79\xf8\xe9\x0f\x9f\xa1\xb6\x1e\x65\xce\xae\x59\x6b\x33\x2e\x01\x19\x0d\x7a\xdb\x96\xb7\x55\xb3\x83\xae\x42\x83\x9e\x3f\x7c\x91\xa1\xf8\xd2\xc7\x53\xdc\xdd\xd7\x1c\xcc\xf0\xc2\x25\xc5\x33\xbc\xde\x6d\x32\xed\x63\x27\x1c\xc0\xbe\x5c\x76\xc3\x40\x96\x73\x95\xbf\xb9\x6f\xee\x6e\x55\x70\x67\xa9\xf1\x26\xc6\xfd\x93\x7c\xbd\x40\x47\xb8\xeb\xbf\xb9\x9a\x9a\x40\xe1\x7d\x25\x57\x4e\x59\xea\x75\xaa\xf7\xbb\xb2\x9f\xc5\x5c\xc9\xee\xd5\xa3\xc9\x71\x92\xb6\x22\x06\x51\xab\x4a\xa4\x18\x78\x5b\x02\x31\x06\xf7\x01\x9f\x83\xc4\x61\x61\x02\x34\x55\x9a\xb2\x5a\x4f\x25\x27\x83\x74\xc1\xb5\x62\x4a\x96\xa1\xef\x43\x93\x34\xc9\x95\x61\x9f\xdf\x59\xca\xb6\x51\xb7\x1d\x17\x08\x58\xb4\x5c\xf7\x53\x0b\x65\x47\x38\x91\x5a\x45\x23\xed\x02\x08\x09\xd3\xb4\xb7\x00\x3b\xb5\x4b\x1f\xac\xdf\xe7\xa8\x08\xb4\xaa\x33\x33\x74\x56\x79\x9b\x38\x19\x1b\xf3\x88\xd8\x4c\x63\xcc\xf7\xdc\x54\x53\x77\xf0\x4e\x4e\x74\xfc\x13\x5c\xcd\x50\x7c\x87\x53\xa9\x2c\xb0\x87\xff\x95\xfe\x1c\xf2\x07\x56\x07\xd6\x3e\xae\x85\x9a\x4f\x7f\x16\x25\x8b\x96\xcd\x08\xbf\xa8\xc6\xe9\x8b\x66\xdd\xf8\x45\x17\x5f\x43\x00\xd1\x9c\x3d\x2c\x06\x82\x93\x24\x7b\xc2\xd3\xa9\x05\xaa\x8a\x97\x05\x81\x9c\xe8\x8c\x24\x0c\xcc\x6f\xe2\x44\x67\x79\x2f\x0d\x84\xfd\xbd\xdd\x20\x1e\x97\xa2\x46\x2c\x00\x75\xaa\xbb\x49\xb0\x29\x1d\xad\x88\x00\xa1\x4e\x96\x05\xea\xaa\x96\x6b\xd4\x5c\x36\x9f\x4a\x06\x6a\x5a\x2d\xf9\xb0\x56\x76\xba\x6a\xaf\x9e\x95\x96\x7e\xe5\xf8\x07\xae\x3f\xc0\xa3\xb6\x39\x91\x9e\x58\x01\xa8\xa0\xcf\x31\x6a\xd2\xd0\x4d\xc3\x59\x47\x0d\xb8\xdf\x37\xa9\xdb\x0c\xc1\x9f\x0c\x73\xe9\x3c\xe5\xcc\x76\x7b\x07\xe4\xaf\xf9\x67\x5a\x2c\xb1\xb6\xb6\xec\x76\x6b\xb0\x50\x1c\x2c\xc9\xc7\xb5\x1d\x89\x38\x41\x34\x10\xe5\xbd\xe8\x13\x24\x4f\xc8\x69\x41\xea\xb4\xac\x36\x04\x28\xbc\x04\xfc\xb0\x8b\xea\xa6\xbd\xf0\x8e\xe6\xa7\x7a\x90\x69\x52\xfa\x4a\xf1\x35\x6c\x82\xad\x20\xc3\xa2\x1d\x2f\x8e\x7b\x44\xa3\x36\x5f\xd1\x8c\x96\x8b\x28\x22\x7e\x06\x9b\x42\x1a\x76\x35\xb1\x54\xf5\xb5\x0e\x7d\x54\xfc\x40\x54\x9e\xc4\x8e\x4d\x58\xdc\xf1\x08\x13\x26\x54\x93\x61\xaa\xef\xf4\x29\xf5\x98\xb7\x61\xe9\x63\x73\x71\xf0\x63\xdc\xc9\x52\xac\x84\xf8\x3f\x4c\x70\x77\x73\xb5\xa8\x4c\xe8\x5e\x4b\x44\xe1\x1a\xe3\xef\xac\x1e\xb9\x1b\x12\x8f\xee\xa8\xb8\x27\x9b\xcd\x93\xa2\x78\x34\xd1\xeb\x80\xe8\x5d\xb7\x07\x87\xbd\x2a\xfc\x0d\xa8\x3f\x28\x29\xe0\x20\xd3\xb8\x63\x80\x68\x9c\x3e\xb2\x9d\x69\xc9\x9a\xbf\xb4\xf0\x78\x03\x79\x07\x63\xd7\x35\xe9\x96\x96\x20\x42\xbb\x3b\x40\xe2\x03\x04\xb1\xbc\x0f\x7b\x32\xe0\xbd\x41\xd2\xe0\x82\xd0\xbd\xcd\x33\x3c\xe8\xb4\x65\x85\xf4\xe6\x00\x4a\xc4\x2d\xc9\x41\x84\x04\x3c\xcf\x23\xd5\xf1\xbd\x09\xc0\x29\xae\xe7\xeb\xfe\x8f\xe4\x7c\x53\x95\x4f\x91\xc0\xd7\x78\xdf\x94\x6f\x25\x8b\x9b\x09\x7d\xc3\xa0\x53\x42\x3e\x29\xb8\x60\x0c\xfc\x9c\x84\xdf\x1e\x6c\xd5\x34\x37\x72\xc9\x7a\x8e\xa0\x4f\x59\x56\xbd\x25\xb2\xf3\x98\x37\x71\xea\x3c\xef\xaa\x45\xe8\xc3\xe9\x25\x47\x4c\x34\xb1\xe0\x31\x6e\xb3\xbf\xcb\x56\xf0\x14\x5f\xe9\xff\x64\xc2\x70\x20\x6a\x8d\x79\x6e\x97\xea\x2f\xd9\x26\xd3\xa5\xaa\x35\x5c\x50\x95\x1a\xef\x8d\xeb\x52\xc3\x32\x56\xa5\x4d\x9f\x19\x39\xab\xca\x43\x59\x8c\x3e\x86\xda\x73\x3e\x9b\x75\xd6\x67\x23\x03\xcb\x29\xc3\xca\xf8\xfe\xc7\x7d\xe6\x11\xd6\x14\x67\x5a\xce\x3a\x3d\x0d\x9e\x9b\x75\xfa\x18\xcc\xa9\xb0\xbd\x45\x7a\xac\x70\xe7\xe3\xf0\x5a\x0c\xce\x60\x95\xce\xd6\xeb\x1c\x15\x9b\xc2\x13\x5d\x3b\x6f\x38\x2a\xab\x41\x7e\xc4\xe1\x32\xdf\xa5\xb5\x7a\xe1\x5f\x0c\xf7\x52\xd8\xc4\xbf\x93\x03\x0b\xb5\xaf\x17\x5b\x4b\x91\x31\x73\x27\xf7\x75\x38\x9a\x09\x0e\x00\x42\x33\x1a\x7f\xa1\x5a\x8c\x35\xad\xa9\x48\x0b\xc8\x67\x60\x9a\x0c\xdc\x07\x67\x00\x03\x40\x43\xca\x39\xf1\x27\xb1\x7e\x90\x6c\x79\x64\xda\xdf\x07\x1b\x13\x39\xb1\x9c\xe7\x8b\x1b\xd7\x22\x66\x7f\x65\xdb\xc3\xa8\x7e\x8c\x76\x36\xea\x5b\x40\xfc\x78\xb6\x7d\xf1\x04\x7a\x78\x71\xe0\x83\x5e\xc8\x04\xaf\xae\x03\x84\xc0\x8a\x83\xad\x32\x6e\xab\x62\x47\xe4\xcd\x83\x31\x7b\xf6\x74\xfb\x22\xce\x4f\x14\x81\x33\x86\x83\x65\x0c\x06\x8e\x45\x97\x0a\x97\x79\xf9\xd6\x0a\xae\x4f\x5c\xfb\x5b\x41\x1d\x6a\x38\x38\x8b\x02\x56\x14\x90\xba\xb1\x93\xaf\x18\x95\x8e\x71\x62\xbb\x0b\x78\x9e\xc3\x0e\xc3\xc1\xb0\x74\x95\x05\xa4\x0d\x4b\x06\xa3\xd9\x89\xa2\xc4\x42\x62\x70\x82\xe5\x2f\x69\xb8\xa6\x59\x86\xf6\x70\xf3\xe2\x43\xf0\x74\xe2\xf0\xdb\x81\xb2\x85\x91\xe7\x98\xa2\xf8\x2d\x0a\xf4\xe7\x24\x88\x3e\x9c\x61\x60\xcd\x15\x95\x15\x5b\x73\x05\x0d\x94\xa5\xe6\x50\x39\x27\x93\x65\xa8\xc5\x42\x50\x0a\xee\x62\x55\xb8\x75\x93\xa9\x83\x00\xf5\x9a\x38\xbc\xf6\xa2\xa9\xfb\x55\x13\x5c\x4f\x15\x13\x33\x4c\xd6\xb0\x21\xb3\xb8\xaf\x7b\x59\x1f\x14\x2f\xba\x5a\x0c\x96\x11\x9b\x7c\xb6\x96\xe0\xaa\xe3\x66\x47\xbc\x65\x5d\xd1\xa0\x63\xc9\x50\x3f\x59\xe7\x97\x57\xf0\x40\x44\xbc\x90\x18\xcd\x92\xe9\x35\xfd\xcb\x8a\xf6\xc0\x7c\xc6\xc6\xee\xaa\xd8\x46\x74\x99\x36\x8b\x05\x5b\x86\x56\xb5\x7a\xf8\xd8\x97\x66\xaf\x53\x17\x6b\xb1\x12\x0d\x6d\x6c\x8d\xef\xca\xe1\x53\x0a\x97\x54\xcc\x04\xba\x6d\xb9\x20\xa1\x64\xc6\xea\x9e\xb6\x86\x03\xc9\xd4\x36\xad\xf7\x9e\x55\xb9\x9e\xe0\xd0\x88\x77\xa6\x01\x5a\x14\x25\xe1\xc6\x4b\x99\xd4\x08\x3d\x43\xd0\x29\x31\xc4\x30\x7c\x9f\x10\x82\x0b\x10\x62\x26\x52\x11\xa6\x88\xc9\xca\xc9\xc9\xb7\x2c\x2f\xa3\x36\x84\x1e\x56\xa4\xea\xaf\xc8\x22\xc3\xa2\x66\xb6\x5b\x7a\x6e\x7e\x18\xa7\x40\xba\x6d\x23\xa7\xff\x1f\x34\x38\x06\x12\x71\x95\x5b\xf2\x46\x42\x63\x90\xad\x5e\xdd\x76\x97\xb8\xc7\x20\xf3\xa6\x60\x01\xf4\x25\xfd\x8d\xa5\x18\xe7\x4e\xd1\x44\x19\x10\xe7\x96\xaf\x0b\x89\x76\x95\x13\x08\xdd\xe5\xfa\x5a\xae\x7e\xf1\xa1\x30\xe4\x6d\x31\x0e\x60\x73\x11\xf1\x0c\xc4\x67\x9e\x28\x40\x8d\x98\x61\x9f\x07\x7f\x07\x8c\xf8\x6d\xd9\xf2\x70\x99\xb9\x7f\x68\xe9\x3d\x6c\x13\x14\x02\xd6\xae\xb7\xc2\xbb\x31\x0c\xd8\x5d\x88\x73\x8a\x23\x5e\x30\x59\x30\x37\xfd\x99\x9d\xa2\x6f\xc5\x21\x05\x8b\x23\x44\xd4\xb8\x4d\x69\x20\xb2\xc8\x8b\xe7\x3a\xda\xa3\xec\x74\xce\xd8\x25\x0a\x10\x1b\x10\x36\x6e\x91\x4a\x4d\x8c\x20\xb1\xb1\x19\x41\x78\xed\x1e\x80\xcc\xa6\x75\xb8\xce\x28\xb8\x17\xd6\xde\x44\xf3\x21\xe0\x28\x91\x9f\x4b\x34\x54\xdd\x4c\x3c\x63\x1f\x09\x2f\x98\x53\x3c\x7b\x8a\xa0\xdb\x9c\xeb\x2c\xe7\xe3\xf9\x60\x76\xb3\xe7\xb2\x86\xd0\x00\x31\xa3\x2d\x97\x79\x5b\xd8\x1d\x53\xe5\x34\x6c\x2f\x08\x8e\x12\x5e\x21\xc8\xd7\xb4\xfb\xd1\x22\x88\x33\x12\xc8\x0d\x1f\x07\xd2\x78\xb3\x53\x48\xdb\xf0\xf1\x2a\x5b\x08\x1b\x63\xeb\x6c\x62\x2e\xbb\x2d\xf3\x1b\x61\x5e\x56\x0f\xba\xfc\xf8\x4f\x97\xe7\xef\x8f\xd2\x2f\x4f\xf6\xfb\xfd\x13\xce\xfe\x64\xd7\xae\xd9\x8e\xb9\xe0\x3b\xac\xff\xe3\xec\xdd\x51\x5a\xf6\x8b\x1f\x67\xb4\x53\x02\x1b\xf2\xb3\x5b\xed\x10\xa0\x50\x60\xea\xe2\x5d\xf4\x3f\xce\x9e\x74\xc6\xa8\x27\xc1\xd0\xf5\x41\xb8\x40\xf2\xe8\xd9\xa1\x87\x0e\xa6\x1c\x7e\x78\xe9\xbc\xa4\x7d\x29\xce\x0c\x10\xf0\x09\xc0\xaa\x0d\xdf\x47\x46\x87\x08\x92\x88\xef\xd8\xba\x6a\xb7\x2e\x62\xde\x46\xbd\x53\x94\x95\xc5\x2f\xc3\x92\x70\x48\x0e\xc7\x69\xcf\xd3\x3f\xf1\xa6\x9a\x51\x2a\x54\xc0\x49\x46\x05\x00\x0e\x57\x27\x4c\x94\x54\x1d\xb7\x94\xc3\x04\x6f\xae\x70\x5a\xf6\xb8\xe9\x31\x45\x1b\xd2\x72\xd7\x36\x3f\x9a\x36\xdf\x94\xe3\xca\x4a\x29\x46\x7f\x11\x35\x83\x94\x63\x19\x60\x3f\xe4\xaa\xc3\xe5\x5f\xe7\x8a\x5f\x5a\x75\xae\x8c\x96\x0f\x05\x1c\xd4\x31\xe2\xda\x2a\xad\x8d\xa4\xe7\xa0\x86\x43\x0b\x94\x1c\xb5\x64\xda\x4b\xbb\x82\x09\xcb\xe9\x53\x17\x17\x2f\xf7\x46\x35\xe0\x03\x31\xc9\x30\x42\xba\x35\x89\xd4\x59\x38\xc3\x59\x70\x88\x75\xbf\x0c\x02\x83\x7f\x36\x93\x32\x93\xa2\xd1\x75\x87\x50\xa4\x93\x52\xcd\x74\x55\x4c\x6c\x07\x89\x43\x57\xa2\x83\x64\xde\xc5\x89\x97\xe3\x13\x09\x85\xd8\xda\xae\x9b\x3b\xbb\x11\x72\x8a\x2f\xbd\x6a\x19\xf6\xcc\x83\x69\xa7\x3c\x64\xb0\x5b\x6a\xb2\xb8\xb8\xbf\x06\x4e\x77\x54\xe4\xaa\xef\x52\x81\x61\x6b\xc3\x50\xac\x8e\x34\x60\x13\xcd\x9b\xb8\x54\xe0\xa0\x86\xd7\x1f\x4e\x5d\x0d\x07\xae\x3f\xc4\x59\xc3\x2b\x10\x41\xd6\x6f\xb8\x02\x11\x23\x69\x7c\xc1\xc1\x77\xf5\x1b\xee\x38\x4c\x75\x7a\x2c\x67\x4d\x21\x7e\x22\xc3\x94\xb4\x55\x84\x7d\xfb\x86\xbb\x0e\x83\xcd\xf5\xb7\x08\x5c\x53\x2d\xf1\x28\x09\x90\xfb\x35\x15\x50\x51\x5d\x5f\xcf\xe6\x6d\xb3\xef\xf8\x42\x01\xfc\x72\xb2\x11\x0f\x7f\xa7\x97\xf8\x16\x10\x56\x6f\x83\x28\x24\x20\x91\x62\x74\x42\x91\x12\x90\x48\x5e\xda\x46\x7e\x11\x4f\x29\x05\xae\x08\xd9\x4d\x29\x5f\x8d\x94\x94\x99\x64\x21\x76\xbe\xcf\x38\x84\xab\x10\x50\x47\xb1\xda\x03\x99\x2e\x39\x46\xc1\x38\x68\x08\x37\x43\x65\x9c\x38\xea\x65\x55\x88\x53\xde\x66\x19\x84\x65\x70\x04\x46\xc4\x50\x41\x5e\xf2\x20\xa1\xc9\x33\x41\x18\x2e\x3d\x84\x22\x08\x93\xfe\xe5\xdb\xf7\xf2\x09\x33\x22\xbd\xba\x0b\x3b\xa2\x57\x6c\x52\x6a\xc6\x49\xb3\x29\x23\x25\x4b\x13\x63\x2f\xd1\x05\x98\x87\x76\x7c\x39\x88\xa2\xcd\xaf\xa1\x17\xe6\x7f\x17\x4b\x32\x99\xcf\x76\xd1\x96\x4f\x86\xd9\x08\x39\x82\xea\x4b\x04\x5c\xbc\xea\x75\xf9\xcf\xc5\xe5\x2c\x14\x07\x38\x7c\x58\x78\x8c\x98\xa9\x13\xd1\xdd\x43\x5a\x68\x2b\x56\x76\x28\x81\x0e\x2a\x04\x75\x78\x6f\x54\xa0\x1d\xf8\x2c\x37\x88\x3e\x5f\xba\x5b\x0d\xf9\x52\xce\xc7\x7c\x1a\xb6\x51\xe6\x3e\x20\xca\xe3\x5d\x52\x99\xfa\xc6\x9b\xb2\x51\x3a\x9c\xf3\x2e\x42\x0b\x39\x8a\x64\xd3\x38\xdc\x00\xef\x56\xb3\xe1\x40\xb8\x73\x3a\xc5\x59\x8a\x6f\x07\x65\x92\x0a\x93\x4b\xb6\x29\x02\x61\x45\x08\x28\x5c\x56\xce\xf2\xf6\x86\xbd\x75\xe2\x20\xd1\x0a\xd8\xb7\x7a\xe5\x9b\xff\xc3\x11\x53\x2f\xb1\x17\x12\x1a\x55\x18\x5b\xe6\x20\x37\xf6\xa7\xc6\x4c\x5d\x06\x96\xae\xc4\xbd\xc0\x3b\x09\x89\x5f\xf9\x21\x65\x8c\xef\xf7\x50\xda\x93\xe1\xb8\x05\xf0\x0e\xd1\x7f\x29\xff\xcf\xff\xfa\xdf\xc4\x9e\xb6\x0d\xad\x96\xb8\x8c\xa7\x7e\x60\xfc\xb8\x9b\x5d\xaf\xf7\xe9\xfb\x04\x3c\x3a\x68\x88\xa0\x3f\xd5\xfb\x6d\x14\x1a\xd1\x28\x3b\xfc\x34\xfa\xe6\xe3\xd4\x01\x91\x63\xd3\xe2\xc9\x1c\x67\x11\xc3\x32\x8c\xa8\x32\x5d\x23\x9c\x1f\x0a\x1b\x5c\x0c\x9a\xdc\xee\x56\xa2\x9b\x5e\x52\x92\x4f\x4d\xbb\xfc\xec\xbd\x15\xb9\x81\x88\x3c\x15\x61\xa7\xe2\x61\x0c\x61\xaf\x99\xfc\xc6\x6e\xd5\x65\xe7\x27\xae\xd1\x70\xfc\x67\xe6\xff\xe2\x3d\x44\xee\x96\xba\x42\xc2\x8a\x1e\x75\x76\xc1\x54\xbd\xe6\xe1\x0a\xe7\xc4\x2d\xdf\xf0\xe6\x2a\x6d\xfc\xf4\x00\x48\xbc\xa2\xe8\xd1\x57\xf4\x3e\x03\x2c\x4b\x4d\xd7\x66\x62\x60\x91\xe8\x99\x0c\x5b\x3b\x72\x80\x1d\xd7\xb0\xef\x7a\x26\x3f\xd1\xa6\xbf\x45\x04\xcd\x6b\x44\xc0\x29\x13\xec\x39\xf9\x3f\x81\x2b\x0c\x55\x08\x71\xac\x86\x34\x7e\xe0\x6e\x23\x72\xfb\x19\xd8\xbc\xc2\x0d\x4f\xe4\xcb\x93\x0b\x07\xa2\x26\x8e\xe3\x46\xce\x99\x30\x32\x88\xbd\x0f\x3a\xba\xba\xf0\x68\x0d\x0d\xa9\xde\xe5\xe6\xb2\x88\xcb\xa9\x8d\x93\x92\x0c\x5c\x03\xd5\x91\xb9\x41\x37\xf3\xd5\x04\x53\x66\x25\x67\x75\x3e\x1b\x8f\x57\x3e\xa7\xc9\xf3\x8b\xc0\xb3\x4d\x69\xd5\x75\x81\x90\x80\x3c\x3e\x3a\x5d\xd3\x06\x61\x1d\x6d\x66\x50\x10\x8b\x72\xbf\x1c\x30\xde\x1f\xbb\xd1\xfa\x7e\xf3\xfd\x71\x19\xf7\x1b\xf0\xff\xa3\xc7\x44\xd3\x2e\x32\x42\xdd\xca\xc0\x57\x86\x4b\x9a\x72\x9a\xf1\xef\x38\xb4\x21\x92\xd2\x66\x8c\xe6\xf6\xc1\x53\x1b\xcd\xe3\x94\xfe\x87\xdd\x97\x7d\xff\xd9\x4d\xe4\x34\xea\x1b\xa4\xbd\xb8\xc7\x81\xa0\x17\xb5\xca\x21\x84\xf5\x4e\xf1\x6d\xbf\x43\xbb\x37\x2f\xb8\x46\x3c\x63\xb8\xc7\x1b\x5d\x3d\x43\x4f\xef\xcd\x12\x5f\x44\x0b\x9b\xe9\xb4\x4c\xfe\xea\x96\x29\x9e\xe5\x0a\x9a\xa8\x4e\xbf\x7e\x0f\xed\x80\x2e\xfe\xbe\x0b\x69\xc3\x56\x32\xaf\x71\x16\x6f\x61\x23\xef\xcd\x11\x2e\xb3\xf1\x79\xd7\xbf\xe7\x92\xda\xb4\xbe\x9b\xf7\x80\x7b\x53\xc5\x60\x51\x36\xfc\x79\x85\x02\xef\x21\x0c\x5f\xb2\xc9\xf0\x0c\xd7\x63\x6e\x87\x87\x07\xfa\x61\xa3\xd9\xba\x44\xb8\xf7\x4c\x3d\xe8\xd8\xfd\xf4\x41\xbc\x67\x7d\x30\x6a\xd9\xca\x15\x33\x0f\x24\xdf\x10\x77\x26\x53\x86\xf9\xe3\x3a\x62\x1b\x32\x8b\x75\x47\x0e\x67\x08\xb8\x78\xc2\xda\xa2\xc4\xcd\xa7\x13\x09\xb9\x14\xdd\x6b\xa9\x23\x38\xdf\x08\x71\xf2\x05\xa3\xcc\x20\x56\x57\x3d\xc5\x35\x5f\xfe\xa0\x41\xb9\xdb\xf2\x10\xe6\xce\xeb\x0d\x0f\x93\x00\xaa\xb8\xa9\xad\x82\x84\xfc\xc7\x61\x59\xe2\xf0\x58\x57\xcf\xf7\xcd\x3e\x91\xa5\x73\x06\x53\x36\x71\x4a\xa5\x31\x71\x93\x24\x8e\x65\x14\xbd\xf9\x9c\xca\xdd\x34\xbd\x1b\x3b\x4e\x1f\xdc\x86\xc2\xca\xe1\xee\x41\x99\x8f\x39\x16\x40\x21\x35\xe0\x02\x0a\xcb\xf5\x21\x71\xcc\xb4\x54\x08\xb0\xbe\x5a\x91\x44\xa3\x7a\x43\x88\x6f\xa9\x98\xdb\x39\xaa\xee\xc8\xf4\x5b\x70\x39\xc2\x97\x54\x84\x1f\x6e\xac\x1d\xe2\xd4\xdd\xb5\xc3\xbd\x18\xe0\xdb\x11\x42\x7c\x4b\x3b\xb8\x96\xa7\xb0\xbe\xe2\x41\xbc\xaf\x3d\xb4\x39\x54\x0f\x2a\xe1\x49\x55\x37\x6c\xa2\xbf\x0e\x74\x15\xac\xd7\x38\xed\x2d\x06\xf2\x07\xab\x37\xc7\x0b\xa7\xa4\xc8\xa1\xe3\x84\x88\x20\x87\xf2\x93\x97\xc6\xbf\x3e\xc5\x79\xa4\x91\xd3\x81\x06\xc7\xed\x1e\x6c\x6a\x15\xd2\x76\x79\x91\x0e\x32\xd6\x99\xca\x75\x92\xf8\xf5\x85\x57\xe0\xec\xba\xb4\xc8\x77\xe1\x92\x01\x01\xcf\x46\xb2\x10\x87\x9b\x6e\x8e\x33\xab\x0b\x6a\x1d\x17\xe6\x58\x35\xa0\x1c\x8b\x1e\xc3\x19\xef\x0c\xa5\xb3\x40\xd9\xca\x4c\xf9\xc8\x64\x56\x39\xd9\x36\xa8\x4d\x7e\x17\x1d\xb6\xf3\x35\x77\xde\x91\x45\xb3\xe6\xf0\x8a\x3d\x6e\x8a\x5f\xab\xc5\x8b\xa5\x23\x98\x83\x4a\x99\x59\x38\xd5\xc7\x04\xe2\xc9\x6e\xd9\xe6\xac\x0b\xb7\xb1\x66\x66\x11\x90\x02\x0a\xfc\xa3\xeb\xa5\x7b\x52\xc4\x73\x03\x9c\x66\x52\x41\x8f\xee\x63\x0a\xdf\xd1\x00\xb0\x8d\xfb\x5b\x00\xb6\x20\xbe\x38\xa9\x19\x01\x0b\xb8\xaf\x21\xfa\x16\xc8\xb7\x37\x04\x7c\xe3\x1b\x1b\x72\x64\xad\x50\x0f\x70\x45\x31\x39\xff\xef\x6b\xdf\x60\xbb\x03\xe2\x8c\x5c\x0c\x0e\x08\x3e\x7a\x10\xce\x11\x7d\x60\x77\x62\xc5\xe2\x00\x5f\xed\x60\x74\x39\xf3\x45\xd5\x34\x84\xd8\xca\xd6\x7d\x68\x2b\x13\x5f\xd5\x64\xeb\x8d\xbe\xbd\x53\x91\x84\x3b\x17\xdf\x14\xf5\x9e\x94\x64\x13\x86\x23\x49\x71\x3b\xf9\x09\x68\xff\x7c\xe0\xe1\x49\x79\xa7\x46\x4c\x01\xba\xe8\x7d\xc2\xb1\x07\xc0\x7b\xbd\x2f\xc6\x5e\x27\x87\xee\x47\x3b\x71\x36\xb0\x34\x59\xce\x9e\x02\x49\xbc\xa1\xcc\xe5\x1d\xe1\x60\x83\xd7\x8f\x16\xec\x78\xab\xa9\x2b\xb1\xb1\x38\x93\x10\xfb\x5e\x63\x55\x8c\xea\x61\xd8\x61\x87\xbf\xf9\xe0\x7b\x07\xe5\x22\xeb\x98\x54\x10\x90\x70\x90\x1e\x78\x03\x84\x6d\x6b\x6b\xfe\x0d\x7d\x09\x68\x09\x54\x98\xbb\xa0\x65\xda\x0e\x14\xba\xeb\xa6\x6a\xcc\xf8\xa0\x2e\xd5\x63\x4a\xf7\x5c\x1c\x33\x09\x76\x79\x55\xb0\xcb\x2b\x79\x18\xe8\x28\x88\x88\x70\x1e\x26\x6c\x9d\x73\xa1\x28\x3a\x5e\xf8\x7c\x3c\xae\xc5\xc6\x51\x7c\x17\x36\x8a\xc8\x17\xa3\x5a\x4c\x81\x1d\xc6\x89\xdd\x62\x18\x63\x57\x41\xa2\xd2\x63\x07\x33\x61\x92\x38\xd2\x8c\xa2\xf4\xf1\x91\xb8\x27\xa2\x53\x0d\xe3\xd6\xcd\x92\x9d\x80\x42\x09\x19\x77\x4f\x65\xe7\xb8\x4c\x33\x9f\x8c\x8a\x80\x01\x7e\x18\x83\x73\xad\x3e\xef\xe2\xdc\x98\x82\x61\x84\xde\x2c\x1a\x01\xd2\x9e\x3a\x5f\xac\xd0\xff\xd9\x14\x21\xd9\xd6\xd8\x11\x93\xbe\x77\x38\x01\x29\x0f\xc4\xa4\xf6\x1c\xcc\x24\x0c\x3f\x78\x87\xd7\x77\x82\x54\x36\x47\xae\x33\xf5\xc1\xd3\xe8\x1d\x7c\xb6\x4d\x76\xfe\x76\xd2\x73\xcc\xb8\xee\xde\x4c\xc1\x2a\xc6\xf7\xd2\xd4\xc7\x8f\xe6\x14\x89\xe3\x9e\xe5\xcc\x97\xac\x0b\xa3\x1a\x20\xe4\x7e\xaf\xd6\x79\x39\x81\xa5\x1b\xb3\x50\x70\x44\xf2\x4d\x65\x0c\x5a\xe9\x21\x5c\x31\xdf\xdf\x54\x68\xcf\xf8\x62\x2f\x34\x72\x51\x23\x23\xb6\x66\x20\x5f\x29\x61\xd0\xc4\xc9\x22\xbe\xa3\x91\xfc\x62\xd5\x72\xe1\xde\xd9\x39\x65\xdf\x6e\xed\x9c\xaf\x10\xf3\x1a\x56\xca\xcb\x6b\x4d\x1d\x6b\xe0\xa6\xb3\xdf\xd7\x32\x34\x88\xf7\xdc\x53\xc5\x1f\x6a\x5b\x5b\x76\x77\xf5\x22\xc3\x73\x4b\xdd\x4a\x0f\x2a\x3f\x94\xa2\x2b\x7f\x34\xa3\xb8\xa7\xb9\xfa\x81\x28\x71\xa4\xd7\x3d\x12\xe7\x97\x8f\x17\x14\x5f\xf1\x73\x4f\xb4\xc4\x3d\x01\x4f\x44\x6e\x13\xe0\x48\x3c\xeb\x7f\xbc\xb7\xa2\x41\x5f\x02\x86\x18\xe0\xb6\x45\x53\xf8\x59\xc4\x6f\xe8\x41\x70\x48\x1e\x76\x83\xc9\x40\x67\x3f\x78\x45\xe8\xe5\x99\x11\xf7\x98\x5d\x5f\xb0\xb7\x3e\x7e\x04\x43\xad\x76\x74\x41\xb3\xe7\xb4\x54\x79\x74\xa0\x43\x61\xbd\xf7\x8c\xd0\xa3\xa8\x15\x5f\xef\x63\xb8\x08\xc9\x43\x81\xbb\x2d\x9e\x89\x75\x2f\x04\x7e\xc4\x77\xc8\x14\xc4\xf1\x66\xb6\x6c\xda\x86\x86\x47\x6e\x49\xab\x33\xce\xd7\x16\xd7\x4d\x64\x80\x0a\xfc\x2e\xdb\xe9\xcd\x76\xcb\x73\x86\x68\x92\x1f\xf8\x9a\xbb\xcf\xd5\x37\x7d\xbe\xb6\x3c\xac\x81\x5c\xa8\xde\xfa\x8a\x13\x2c\xd7\xb1\x25\x04\x39\x35\x4f\x33\x67\xdb\x5a\x64\x51\xe0\x73\x8d\x09\x60\x71\xcc\xc1\x57\x8f\x09\x5d\xbb\x6d\xc6\x5d\xc5\x1d\x49\x89\x4e\xdf\x21\x3a\xbd\xe2\xe8\x71\x0d\xd6\x2a\x97\x6d\xd0\xa8\x43\xf9\xf8\xc6\xdb\x30\xcf\x2b\xbe\x18\x37\x84\x37\xcc\xad\xca\x7c\x3b\xc2\xdb\x1b\x8a\x1c\x61\x0d\x90\x63\x04\x00\xf6\x30\x16\xc2\x5c\x55\x81\x8d\x55\x98\xe3\x2d\x45\x1d\x82\x86\x05\xc0\x10\x1e\x0f\xb8\x1e\xc8\xa1\x6b\xf6\xb0\x55\x7a\x66\x33\x6a\x55\x33\xff\x1b\x5e\x1d\x55\xe8\x73\xf9\x0c\xa0\xe6\x4d\xd3\xf3\xdb\x4c\x5b\x16\xb7\x16\x37\x0e\x4d\x2f\x2d\x9e\xc5\xad\xc5\xcd\x08\x53\x02\x3d\x46\x95\x40\x1f\xc6\xd5\x86\xfd\xc6\x50\x5d\xed\x6e\xc1\xcf\xb3\x76\xae\xc2\xb3\x4b\xf6\x37\x73\xe9\x12\x46\x35\x8e\x72\x86\x14\x3a\xcc\x3c\x55\xf3\x82\x84\x88\x72\xb2\xea\x13\x4e\xb9\xb7\xee\x51\xde\xb0\xf2\x51\xf6\xa9\x99\x02\x5f\xd3\xac\x74\x9e\xef\x16\x37\x65\xcf\xf6\xf9\xab\x0c\x27\xcc\x61\x59\x17\x06\x96\xbe\x04\x58\xfa\x86\xc0\xd2\x2b\x79\x3a\x74\x5c\x2a\x2d\x3a\x9b\xb2\xcf\x61\x29\x10\x94\xf2\xfa\x84\x46\x80\xa3\x8b\x7c\x2a\x17\xb4\x33\x99\x4a\xd9\x3a\x0b\x59\xf0\x09\x4a\xd0\x47\x4d\x45\xf0\x3e\x76\x20\x53\xa5\xf1\x36\x40\x56\xbf\xc5\xdd\x42\x1c\x29\xf3\xc6\x80\xda\xf0\x41\x62\x02\x58\x78\x84\x24\x58\xe3\x91\x38\x14\x87\x6b\x48\x02\xbf\x8a\x19\xa5\x70\x30\x0f\x2c\x8c\x8b\xe0\x2e\xf2\x5d\x37\x09\xb8\xcd\x65\x32\x1d\x84\xb4\xea\x0d\xd0\x6a\x1e\xc2\x69\xa5\x9d\xa0\x52\xd8\x8a\xec\xd4\xc4\x8e\x5b\x1d\x2b\xda\x4b\xec\x30\xe3\x36\xb7\x8a\x78\x8f\x5d\x60\xbf\xfa\xd4\x9e\x82\x89\xf4\x0a\x99\x55\x62\x4c\xde\xc2\x33\x12\x16\xb6\xb4\xe8\xe2\xb0\xc4\x45\xef\xfe\x69\x9c\xdd\x53\x73\xde\x09\x34\x3e\xbc\xe0\xaa\x25\x42\x30\x35\x93\x95\xf8\x49\x25\xb5\x5c\x11\x40\xf1\x95\x24\x27\x49\xeb\x30\x33\x36\x0d\xee\x39\xed\xa8\x80\x77\xd8\x4f\x04\x7d\x3b\xe8\x92\xdd\x9c\xd9\x7d\xa3\x57\x76\xdf\x9b\x00\xc7\x38\xe8\x8e\xb1\x5b\x75\x59\x88\xce\xa1\x2f\xbc\x7c\x80\x5e\x06\x57\x0c\x47\xa0\x38\xf9\x0e\x1f\x11\x0c\x8e\x1f\x0d\xe5\x38\xe8\xc3\xeb\xa7\x6a\xc8\x37\x2a\x21\xc8\x13\x3c\x19\xcb\x56\xcd\x72\xaf\x6b\x0a\x45\x5e\x3b\x68\x18\x72\xde\xed\x01\x7d\xef\xd1\x52\x8c\x8b\xe9\x47\x37\xfe\x9f\xbc\x3b\x12\x36\xc0\xbf\x3e\x72\xa0\xfe\xff\x90\xd7\x47\x86\x9a\x59\xf7\xfc\x08\x9e\x57\x98\xe1\x22\x46\x3c\x8f\xa3\x83\xab\x68\x3e\x23\x47\x38\x4f\x11\x11\x1f\xe5\x23\xca\xab\x7d\x4d\xe3\x2b\x5a\x1b\x4c\xd1\x61\x7d\xc1\xdd\x99\xa8\x36\xc9\x31\xf6\xb1\x18\x37\x41\x62\xc6\xa7\x45\x12\xaf\xda\x88\x54\xdd\x74\x95\xaa\x3d\x9a\x41\x25\xa1\x47\x34\x16\x37\xf4\x2a\x05\x65\x92\x4e\xed\x41\x93\xe3\xc9\x1d\xb5\x5a\x32\xc9\xad\x6a\xbb\x96\x33\xc9\x4c\x14\x30\xe8\x8a\xc4\x84\x5e\x5d\x24\x46\xdc\xed\xe3\xfd\x29\x09\x69\xfc\xd8\x0a\x23\x68\xb1\x16\x13\x57\x1d\x14\x0a\xa0\x49\x5e\x15\xb4\x65\x68\x9f\x2a\xb1\xfa\x7c\x3a\x5e\x4e\x97\x18\x7d\x57\x1e\x4f\xca\x4b\x0c\x36\xfb\x05\xac\xdc\x78\x6f\x7f\xfa\x3e\x8c\x0f\x5c\xf4\x23\xd5\x3f\xb4\x2c\xfd\xe2\xc5\x65\x2e\x36\x3b\x58\x54\xd4\x17\xd6\x4b\xb6\xdb\xd1\xd6\xf7\x7d\x5b\xcd\x77\x7c\x3e\xa6\xf6\x00\x4c\xd4\x72\x90\xee\xd2\x46\xb0\xdd\xce\x9e\xae\xb8\xd4\xd0\x61\xd8\xc1\xeb\x7f\x03\x38\x71\xd3\x62\xed\x7b\x85\x2f\x2b\x02\xea\x65\x07\x20\x87\x4e\x11\xc4\x86\x99\x6b\xd6\xe5\x3c\x3d\x88\x37\x15\xe9\xe5\xb1\xa6\xe0\xd9\x79\x55\xab\xe0\x75\xfa\x83\xc3\xc7\x90\xa3\x67\xec\x7d\x92\x0e\x08\x92\x82\x51\xd1\x97\x2c\x7a\x79\x64\x40\x5e\x71\xb8\x7a\x77\x49\xc1\x45\x7b\x27\x27\x4d\x3a\xa0\x7c\xd4\xa0\x8f\xbd\xdb\xd3\x5e\xc7\x67\xee\x39\xfd\x80\x44\xb4\x48\xb8\xb1\xb4\x77\x64\x7d\xe1\xd4\xfe\x46\xdf\x91\x55\x4d\xab\x12\x39\xbf\x83\xc4\x56\xc3\xdb\xce\xca\x09\xee\x8b\x0f\xe6\x8b\xbe\x78\xa1\xe8\x1d\xad\x62\xb1\xca\x17\x2b\x94\x5b\xcd\xc2\x89\x12\x2e\xb2\x51\x05\xdf\xf8\x3e\x45\x58\x56\xb0\x1a\xdd\xd3\xd6\xc9\x0b\xa1\xb1\xb7\xca\x10\x30\x93\x89\x6b\x5e\x6d\xa3\x82\xbd\x13\xe3\x51\x86\xc8\xbd\x6d\x94\x69\xda\x7e\xe0\x3e\xc7\xb6\xa2\x4d\xb0\x5d\xbc\x53\x96\xeb\x2e\x3e\xd6\x99\x2b\x6c\xbe\xdd\x3a\x3e\x12\xf8\x1b\x06\x89\x04\x20\xb7\x32\x1b\x02\x88\x3f\xcb\x3b\xe3\x21\x90\xdc\xff\x08\x81\xf8\x0e\x88\x02\x0c\x99\x91\x46\x37\xd7\xd7\xec\x73\x90\x9d\x8f\xe8\xcd\x6c\xfe\xe4\xbb\xfd\xae\x7e\xf7\xce\x71\xb3\x93\x6d\x3a\x1e\x32\xd7\x3b\x46\x1f\x10\xc9\x12\x9a\x81\xdb\x33\xe4\xa2\xfe\xc4\x14\x0f\x93\xb4\x22\x4e\x0a\x2b\xc1\xd2\xc6\x4f\x9b\x4f\xbc\x78\xfe\xa1\xc1\x73\xc7\xfd\xca\x21\x98\x75\xf5\x8b\x4c\x5c\x0d\x06\x79\x70\x52\xb0\x80\xfd\xef\x38\x13\xb5\x7b\x9c\x83\xda\x7d\x00\x5c\x4e\x8f\x6d\x21\xb8\xc4\x97\xb0\x10\xd7\x62\xb6\x49\x53\x2a\xb2\x0e\x4b\xdc\xf0\xd9\xb6\x10\x07\xc5\xdc\x13\x86\x7b\x0d\x7e\x92\x34\x08\x32\x5c\xcd\x7c\x6c\xb8\x82\xf8\xd8\x70\x2d\xf4\xb1\xda\xb0\x41\x0b\xba\x6e\x6d\x03\x71\x79\xf9\x2e\x1e\x6d\x9f\xea\x8f\xf4\x1f\xb3\x51\xcb\x03\xf6\x42\xb4\xa4\xad\xe9\x83\x94\xef\xee\xfc\x18\xe4\x50\x6c\x86\xf8\xd3\xd8\x61\x19\xfa\x54\xff\xa0\x08\x63\x96\xd1\x94\xa9\x16\x07\x10\xe3\x1e\xdc\x8e\x1e\x32\x49\xe5\x6e\x62\xd5\x96\xb6\xec\x84\x6f\x6e\x8f\x88\xd9\x33\x5b\x47\xca\x21\xa3\xb5\x86\xb1\x2d\x7c\xf8\xf4\x74\xa6\xcf\x1e\xab\x51\xbc\x7b\xe4\xfb\x25\xa2\x7d\x0b\xc5\x77\x92\xf9\x52\x52\xd3\x63\x6b\x1f\x5c\x21\xbd\xad\x61\xad\x6e\x59\xec\x15\x64\xf5\xad\xc1\xed\x7f\x1f\x98\x9b\x1a\x98\xbd\xa6\x04\x55\xc2\xe8\xe1\x25\xe8\x10\xf4\xdd\x25\x63\x0c\x72\x37\x8a\x0d\xc3\xb3\xb5\xea\xcd\xe5\xfe\x14\xcc\xc3\xd3\x77\x50\x94\xbb\x76\x47\xaf\x11\x47\x99\xe4\x11\x64\xf7\xe2\xe9\x38\xb3\x5d\xf3\x73\x83\x68\xd7\x96\x26\x07\xf1\xf7\x5d\xb9\xa3\xc2\xe5\x99\x62\xf6\xd8\x4a\x9f\xe9\x3b\x7c\xba\xb1\x92\xfb\x48\xd8\x46\xb3\x15\xf4\x73\xbb\xa1\x84\xdd\x34\xc5\xb8\x51\xba\xa9\xb6\xbc\x2c\xeb\x33\x8d\x3c\x38\x14\x83\xb5\xf9\xcf\x88\x09\x91\x1c\x72\xe6\x33\x7c\x4f\x37\x50\x61\xc7\xe2\x63\x9c\x6e\x04\x45\x74\xde\x04\xc4\xf4\xe6\xd7\x77\xe7\x03\xc8\x89\x09\xaa\x29\x13\x13\x5a\x53\x26\xa6\xaf\x9c\x01\xb9\x2e\xe0\xdc\x67\xba\x07\x02\x79\xb0\x03\x42\x43\xfe\x48\x17\xc4\x33\x59\x90\x52\x5b\x91\x6f\x65\xc6\x28\x9d\xc9\x77\x0c\x14\xb8\xc1\x16\x28\xf3\x82\x3d\xaa\xb5\x0e\xeb\xac\xe5\xfc\xc2\xf3\x03\xb1\x2d\x08\xf8\x81\xd8\xe8\x4e\x36\xcf\xa0\x69\xaf\x7b\x5b\x15\xea\x30\x5c\xe0\x2f\x34\xca\x40\x0d\xc4\x97\x6c\x10\x5a\xb4\x6b\x26\x11\x6e\xe5\xa4\xb7\x13\x7c\x45\x43\xa7\x13\x91\xe7\x8b\xc0\xfa\x69\xc8\xcf\x38\x49\x0e\x03\x5e\x2e\x1c\x62\x4c\x13\xf5\xfa\xc4\x3b\x08\x87\xd2\x6a\xd0\x99\x75\x75\x5d\x3a\x15\x97\xf6\xe6\x1d\xc5\x45\xc0\x2b\x7e\x08\xdb\x6e\x52\xca\x53\xd8\xe7\xf4\x31\xe8\x44\x58\x94\xf6\x64\x54\xd2\xb6\x82\xda\x31\xc0\x8b\x44\x4c\x63\xdc\xa0\x95\x6f\x07\xe0\xca\xb8\x87\xec\xd6\x9e\x92\x0c\x66\x88\x7f\xd7\xcd\xaf\xcf\xae\x76\x5e\x97\x27\x6b\x66\x28\x5d\xb9\x18\x06\x2b\x97\x99\x19\xcc\x16\xad\x38\xc0\xe1\xbf\x2b\x3e\x00\x76\x29\xe1\xdc\xb3\xb8\x8e\x68\xaf\xd8\xc9\x2d\x1d\x0d\x7a\x78\x6f\x96\x20\x68\xb2\x84\x09\x27\x8e\x31\x40\xf9\xa5\x5c\xec\x82\xf3\x88\x5f\xe5\x5b\x15\x80\xbe\x98\xc6\xac\x0a\x77\x35\x1c\x78\x5e\x48\x4c\x00\x33\xe5\x05\xcb\x9a\x0e\xdb\x48\xb3\x91\x3c\x58\xbf\xab\x1e\xdb\x1f\x86\x32\x53\x0d\x33\x8f\x90\xcf\x6c\x2d\x97\x36\x06\xd6\x1b\x06\x1b\x4a\x21\x61\x5c\xf6\x53\x24\xa7\xb9\xb4\x89\x86\x5b\x52\xb3\x65\x96\xb5\x9d\x05\xb0\x10\xc5\x83\x17\x69\xa4\x0d\x92\xfe\x35\xdb\xac\xe4\x93\x18\x43\x7c\x1e\x78\xf1\x37\xbd\x65\x60\x7f\x13\x5d\x1c\x7a\x28\x6e\x3c\xe5\x76\x95\x65\x62\xd3\x23\x71\xd9\x1a\xc0\x3e\xed\xda\xc5\xd3\x87\xa1\x53\x46\x56\x25\x05\x9e\x41\x7f\x8a\x3d\x83\x6a\x3b\xcc\xf5\xe4\x6f\xea\xee\x51\xbe\xc3\x72\x45\x5f\x22\x45\x77\xff\x14\xb8\x7c\x1c\x7a\xaf\x0c\x3c\x74\x36\xf5\xf7\x14\xe4\x1c\xad\x68\xff\xec\x7b\x80\x17\xdc\xb5\x66\x84\xc8\xa5\xeb\xe1\x43\x5f\x8a\x2a\x5c\xd9\xe6\x2b\x3c\x1e\x4f\xf4\x71\x3f\xa2\xa2\xa2\x46\x88\x52\xdf\x7d\x3f\x67\xde\x9d\x37\x6e\xef\x49\x42\xd5\xa9\xf3\x32\x79\x45\xed\x67\xe7\xca\x3b\xf9\xd4\x37\xcd\xfa\x73\x92\x2f\xb9\x4f\xf4\x9b\xc0\x57\xbe\x18\xfa\xc2\x98\x8d\x82\x89\x7c\x72\xe8\x27\x2e\xf8\x27\xda\xa5\x12\x03\x81\x07\xbd\x9f\x36\x88\xd8\xd0\x9e\xad\x2f\x11\xb1\x42\x04\x3f\xd2\x80\xcf\x02\x9f\x45\x7e\x87\xaf\x3d\xbe\xf6\x65\x79\x23\x99\xc1\x61\x28\x3b\xed\xfa\x56\x88\xb9\xc3\x37\xbb\x84\xe3\x4f\xa9\x47\x1d\x44\xda\x07\xfc\xf6\x71\x75\x1a\x6f\x1f\x14\x2f\x0f\xe2\x3d\xf7\x6f\xe3\x3d\xe4\x83\xb5\x3b\x8d\x42\x88\x62\xb8\x7a\x8d\x92\xe0\x43\xb0\x09\xda\xcb\x6a\x81\x12\xa6\x58\x6e\x87\x46\x4a\x90\xe2\xda\x7c\x9f\xf9\x76\x69\x08\xb1\xbe\x55\x1a\x22\xf4\x16\x6d\xb3\x65\x1f\x5e\x9f\xdd\xcb\x17\xde\x13\xfa\x29\xa5\xa9\x9b\x0c\x38\x56\xe2\xab\x7f\xfc\xbc\x80\x3c\x9d\xc3\x17\xe3\x66\xee\xd1\xed\xaa\xde\xee\xdc\xfe\x49\x7d\x30\x3c\xea\x15\xcc\xfb\xda\x10\x6b\x4f\x76\x6f\x2c\xbe\xdf\x69\x74\xb3\x39\xd6\x00\xec\xcb\xba\xea\xef\xe5\xe3\x7f\xfd\x57\x80\x53\xf0\xdf\xfe\x2d\x3d\x7b\xf9\x63\x5a\x7e\x61\xcf\x41\xfc\x12\xec\x97\x6a\xb3\xdb\x18\x14\x7d\xbe\x8a\x00\xf9\x3a\x1c\xec\xf6\x54\x07\xae\xaf\x67\x41\xf1\xfd\x7f\x03\x00\x00\xff\xff\xd3\xf4\x01\x16\xff\x99\x00\x00") func confLocaleLocale_enUsIniBytes() ([]byte, error) { return bindataRead( @@ -787,7 +4379,7 @@ func confLocaleLocale_enUsIni() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/locale/locale_en-US.ini", size: 39358, mode: os.FileMode(420), modTime: time.Unix(1440742131, 0)} + info := bindataFileInfo{name: "conf/locale/locale_en-US.ini", size: 39423, mode: os.FileMode(420), modTime: time.Unix(1440750948, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -1012,6 +4604,26 @@ func confLocaleLocale_zhHkIni() (*asset, error) { return a, nil } +var _confReadmeDefault = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x52\x56\xa8\xf6\x4b\xcc\x4d\xad\xe5\xe2\xaa\x76\x49\x2d\x4e\x2e\xca\x2c\x28\xc9\xcc\xcf\xab\x05\x04\x00\x00\xff\xff\x92\x34\x40\x88\x17\x00\x00\x00") + +func confReadmeDefaultBytes() ([]byte, error) { + return bindataRead( + _confReadmeDefault, + "conf/readme/Default", + ) +} + +func confReadmeDefault() (*asset, error) { + bytes, err := confReadmeDefaultBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "conf/readme/Default", size: 23, mode: os.FileMode(420), modTime: time.Unix(1440749960, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + // Asset loads and returns the asset for the given name. // It returns an error if the asset could not be found or // could not be loaded. @@ -1065,35 +4677,206 @@ func AssetNames() []string { // _bindata is a table, holding each asset generator, mapped to its name. var _bindata = map[string]func() (*asset, error){ "conf/app.ini": confAppIni, + "conf/gitignore/Actionscript": confGitignoreActionscript, + "conf/gitignore/Ada": confGitignoreAda, + "conf/gitignore/Agda": confGitignoreAgda, "conf/gitignore/Android": confGitignoreAndroid, + "conf/gitignore/Anjuta": confGitignoreAnjuta, + "conf/gitignore/AppEngine": confGitignoreAppengine, + "conf/gitignore/AppceleratorTitanium": confGitignoreAppceleratortitanium, + "conf/gitignore/ArchLinuxPackages": confGitignoreArchlinuxpackages, + "conf/gitignore/Archives": confGitignoreArchives, + "conf/gitignore/Autotools": confGitignoreAutotools, + "conf/gitignore/BricxCC": confGitignoreBricxcc, "conf/gitignore/C": confGitignoreC, "conf/gitignore/C Sharp": confGitignoreCSharp, "conf/gitignore/C++": confGitignoreC2, - "conf/gitignore/Google Go": confGitignoreGoogleGo, + "conf/gitignore/CFWheels": confGitignoreCfwheels, + "conf/gitignore/CMake": confGitignoreCmake, + "conf/gitignore/CUDA": confGitignoreCuda, + "conf/gitignore/CVS": confGitignoreCvs, + "conf/gitignore/CakePHP": confGitignoreCakephp, + "conf/gitignore/ChefCookbook": confGitignoreChefcookbook, + "conf/gitignore/Cloud9": confGitignoreCloud9, + "conf/gitignore/CodeIgniter": confGitignoreCodeigniter, + "conf/gitignore/CodeKit": confGitignoreCodekit, + "conf/gitignore/CommonLisp": confGitignoreCommonlisp, + "conf/gitignore/Composer": confGitignoreComposer, + "conf/gitignore/Concrete5": confGitignoreConcrete5, + "conf/gitignore/Coq": confGitignoreCoq, + "conf/gitignore/CraftCMS": confGitignoreCraftcms, + "conf/gitignore/DM": confGitignoreDm, + "conf/gitignore/Dart": confGitignoreDart, + "conf/gitignore/DartEditor": confGitignoreDarteditor, + "conf/gitignore/Delphi": confGitignoreDelphi, + "conf/gitignore/Dreamweaver": confGitignoreDreamweaver, + "conf/gitignore/Drupal": confGitignoreDrupal, + "conf/gitignore/EPiServer": confGitignoreEpiserver, + "conf/gitignore/Eagle": confGitignoreEagle, + "conf/gitignore/Eclipse": confGitignoreEclipse, + "conf/gitignore/EiffelStudio": confGitignoreEiffelstudio, + "conf/gitignore/Elisp": confGitignoreElisp, + "conf/gitignore/Elixir": confGitignoreElixir, + "conf/gitignore/Emacs": confGitignoreEmacs, + "conf/gitignore/Ensime": confGitignoreEnsime, + "conf/gitignore/Erlang": confGitignoreErlang, + "conf/gitignore/Espresso": confGitignoreEspresso, + "conf/gitignore/ExpressionEngine": confGitignoreExpressionengine, + "conf/gitignore/ExtJs": confGitignoreExtjs, + "conf/gitignore/Fancy": confGitignoreFancy, + "conf/gitignore/Finale": confGitignoreFinale, + "conf/gitignore/FlexBuilder": confGitignoreFlexbuilder, + "conf/gitignore/ForceDotCom": confGitignoreForcedotcom, + "conf/gitignore/FuelPHP": confGitignoreFuelphp, + "conf/gitignore/GWT": confGitignoreGwt, + "conf/gitignore/Gcov": confGitignoreGcov, + "conf/gitignore/GitBook": confGitignoreGitbook, + "conf/gitignore/Go": confGitignoreGo, + "conf/gitignore/Gradle": confGitignoreGradle, + "conf/gitignore/Grails": confGitignoreGrails, + "conf/gitignore/Haskell": confGitignoreHaskell, + "conf/gitignore/IGORPro": confGitignoreIgorpro, + "conf/gitignore/IPythonNotebook": confGitignoreIpythonnotebook, + "conf/gitignore/Idris": confGitignoreIdris, + "conf/gitignore/JDeveloper": confGitignoreJdeveloper, "conf/gitignore/Java": confGitignoreJava, + "conf/gitignore/Jboss": confGitignoreJboss, + "conf/gitignore/Jekyll": confGitignoreJekyll, + "conf/gitignore/JetBrains": confGitignoreJetbrains, + "conf/gitignore/Joomla": confGitignoreJoomla, + "conf/gitignore/KDevelop4": confGitignoreKdevelop4, + "conf/gitignore/Kate": confGitignoreKate, + "conf/gitignore/KiCAD": confGitignoreKicad, + "conf/gitignore/Kohana": confGitignoreKohana, + "conf/gitignore/LabVIEW": confGitignoreLabview, + "conf/gitignore/Laravel": confGitignoreLaravel, + "conf/gitignore/Lazarus": confGitignoreLazarus, + "conf/gitignore/Leiningen": confGitignoreLeiningen, + "conf/gitignore/LemonStand": confGitignoreLemonstand, + "conf/gitignore/LibreOffice": confGitignoreLibreoffice, + "conf/gitignore/Lilypond": confGitignoreLilypond, + "conf/gitignore/Linux": confGitignoreLinux, + "conf/gitignore/Lithium": confGitignoreLithium, + "conf/gitignore/Lua": confGitignoreLua, + "conf/gitignore/LyX": confGitignoreLyx, + "conf/gitignore/Magento": confGitignoreMagento, + "conf/gitignore/Matlab": confGitignoreMatlab, + "conf/gitignore/Maven": confGitignoreMaven, + "conf/gitignore/Mercurial": confGitignoreMercurial, + "conf/gitignore/Mercury": confGitignoreMercury, + "conf/gitignore/MetaProgrammingSystem": confGitignoreMetaprogrammingsystem, + "conf/gitignore/MicrosoftOffice": confGitignoreMicrosoftoffice, + "conf/gitignore/ModelSim": confGitignoreModelsim, + "conf/gitignore/Momentics": confGitignoreMomentics, + "conf/gitignore/MonoDevelop": confGitignoreMonodevelop, + "conf/gitignore/Nanoc": confGitignoreNanoc, + "conf/gitignore/NetBeans": confGitignoreNetbeans, + "conf/gitignore/Nim": confGitignoreNim, + "conf/gitignore/Ninja": confGitignoreNinja, + "conf/gitignore/Node": confGitignoreNode, + "conf/gitignore/NotepadPP": confGitignoreNotepadpp, + "conf/gitignore/OCaml": confGitignoreOcaml, + "conf/gitignore/OSX": confGitignoreOsx, "conf/gitignore/Objective-C": confGitignoreObjectiveC, - "conf/gitignore/PHP CakePHP": confGitignorePhpCakephp, - "conf/gitignore/PHP FuelPHP": confGitignorePhpFuelphp, - "conf/gitignore/PHP Laravel": confGitignorePhpLaravel, - "conf/gitignore/PHP Symfony": confGitignorePhpSymfony, - "conf/gitignore/PHP Yii": confGitignorePhpYii, - "conf/gitignore/PHP ZendFramework": confGitignorePhpZendframework, + "conf/gitignore/Opa": confGitignoreOpa, + "conf/gitignore/OpenCart": confGitignoreOpencart, + "conf/gitignore/OracleForms": confGitignoreOracleforms, + "conf/gitignore/Packer": confGitignorePacker, + "conf/gitignore/Perl": confGitignorePerl, + "conf/gitignore/Phalcon": confGitignorePhalcon, + "conf/gitignore/PlayFramework": confGitignorePlayframework, + "conf/gitignore/Plone": confGitignorePlone, + "conf/gitignore/Prestashop": confGitignorePrestashop, + "conf/gitignore/Processing": confGitignoreProcessing, "conf/gitignore/Python": confGitignorePython, + "conf/gitignore/Qooxdoo": confGitignoreQooxdoo, + "conf/gitignore/Qt": confGitignoreQt, + "conf/gitignore/R": confGitignoreR, + "conf/gitignore/ROS": confGitignoreRos, + "conf/gitignore/Rails": confGitignoreRails, + "conf/gitignore/Redcar": confGitignoreRedcar, + "conf/gitignore/Redis": confGitignoreRedis, + "conf/gitignore/RhodesRhomobile": confGitignoreRhodesrhomobile, "conf/gitignore/Ruby": confGitignoreRuby, - "conf/license/Affero GPL": confLicenseAfferoGpl, - "conf/license/Apache v2 License": confLicenseApacheV2License, + "conf/gitignore/Rust": confGitignoreRust, + "conf/gitignore/SBT": confGitignoreSbt, + "conf/gitignore/SCons": confGitignoreScons, + "conf/gitignore/SVN": confGitignoreSvn, + "conf/gitignore/Sass": confGitignoreSass, + "conf/gitignore/Scala": confGitignoreScala, + "conf/gitignore/Scrivener": confGitignoreScrivener, + "conf/gitignore/Sdcc": confGitignoreSdcc, + "conf/gitignore/SeamGen": confGitignoreSeamgen, + "conf/gitignore/SketchUp": confGitignoreSketchup, + "conf/gitignore/SlickEdit": confGitignoreSlickedit, + "conf/gitignore/Stella": confGitignoreStella, + "conf/gitignore/SublimeText": confGitignoreSublimetext, + "conf/gitignore/SugarCRM": confGitignoreSugarcrm, + "conf/gitignore/Swift": confGitignoreSwift, + "conf/gitignore/Symfony": confGitignoreSymfony, + "conf/gitignore/SymphonyCMS": confGitignoreSymphonycms, + "conf/gitignore/SynopsysVCS": confGitignoreSynopsysvcs, + "conf/gitignore/Tags": confGitignoreTags, + "conf/gitignore/TeX": confGitignoreTex, + "conf/gitignore/TextMate": confGitignoreTextmate, + "conf/gitignore/Textpattern": confGitignoreTextpattern, + "conf/gitignore/TortoiseGit": confGitignoreTortoisegit, + "conf/gitignore/TurboGears2": confGitignoreTurbogears2, + "conf/gitignore/Typo3": confGitignoreTypo3, + "conf/gitignore/Umbraco": confGitignoreUmbraco, + "conf/gitignore/Unity": confGitignoreUnity, + "conf/gitignore/VVVV": confGitignoreVvvv, + "conf/gitignore/Vagrant": confGitignoreVagrant, + "conf/gitignore/Vim": confGitignoreVim, + "conf/gitignore/VirtualEnv": confGitignoreVirtualenv, + "conf/gitignore/VisualStudio": confGitignoreVisualstudio, + "conf/gitignore/VisualStudioCode": confGitignoreVisualstudiocode, + "conf/gitignore/Waf": confGitignoreWaf, + "conf/gitignore/WebMethods": confGitignoreWebmethods, + "conf/gitignore/Windows": confGitignoreWindows, + "conf/gitignore/WordPress": confGitignoreWordpress, + "conf/gitignore/Xcode": confGitignoreXcode, + "conf/gitignore/XilinxISE": confGitignoreXilinxise, + "conf/gitignore/Xojo": confGitignoreXojo, + "conf/gitignore/Yeoman": confGitignoreYeoman, + "conf/gitignore/Yii": confGitignoreYii, + "conf/gitignore/ZendFramework": confGitignoreZendframework, + "conf/gitignore/Zephir": confGitignoreZephir, + "conf/license/Abstyles License": confLicenseAbstylesLicense, + "conf/license/Academic Free License v1.1": confLicenseAcademicFreeLicenseV11, + "conf/license/Academic Free License v1.2": confLicenseAcademicFreeLicenseV12, + "conf/license/Academic Free License v2.0": confLicenseAcademicFreeLicenseV20, + "conf/license/Academic Free License v2.1": confLicenseAcademicFreeLicenseV21, + "conf/license/Academic Free License v3.0": confLicenseAcademicFreeLicenseV30, + "conf/license/Affero General Public License v1.0": confLicenseAfferoGeneralPublicLicenseV10, + "conf/license/Apache License 1.0": confLicenseApacheLicense10, + "conf/license/Apache License 1.1": confLicenseApacheLicense11, + "conf/license/Apache License 2.0": confLicenseApacheLicense20, + "conf/license/Artistic License 1.0": confLicenseArtisticLicense10, "conf/license/Artistic License 2.0": confLicenseArtisticLicense20, - "conf/license/BSD (3-Clause) License": confLicenseBsd3ClauseLicense, - "conf/license/BSD license": confLicenseBsdLicense, - "conf/license/CC0 1.0 Universal": confLicenseCc010Universal, - "conf/license/Eclipse Public License v1.0": confLicenseEclipsePublicLicenseV10, - "conf/license/GPL v2": confLicenseGplV2, - "conf/license/GPL v3": confLicenseGplV3, - "conf/license/ISC license": confLicenseIscLicense, - "conf/license/LGPL v2.1": confLicenseLgplV21, - "conf/license/LGPL v3": confLicenseLgplV3, + "conf/license/BSD 2-clause License": confLicenseBsd2ClauseLicense, + "conf/license/BSD 3-clause License": confLicenseBsd3ClauseLicense, + "conf/license/BSD 4-clause License": confLicenseBsd4ClauseLicense, + "conf/license/Creative Commons CC0 1.0 Universal": confLicenseCreativeCommonsCc010Universal, + "conf/license/Creative Commons Zero v1.0 Universal": confLicenseCreativeCommonsZeroV10Universal, + "conf/license/Eclipse Public License 1.0": confLicenseEclipsePublicLicense10, + "conf/license/Educational Community License v1.0": confLicenseEducationalCommunityLicenseV10, + "conf/license/Educational Community License v2.0": confLicenseEducationalCommunityLicenseV20, + "conf/license/GNU Affero General Public License v3.0": confLicenseGnuAfferoGeneralPublicLicenseV30, + "conf/license/GNU Free Documentation License v1.1": confLicenseGnuFreeDocumentationLicenseV11, + "conf/license/GNU Free Documentation License v1.2": confLicenseGnuFreeDocumentationLicenseV12, + "conf/license/GNU Free Documentation License v1.3": confLicenseGnuFreeDocumentationLicenseV13, + "conf/license/GNU General Public License v1.0": confLicenseGnuGeneralPublicLicenseV10, + "conf/license/GNU General Public License v2.0": confLicenseGnuGeneralPublicLicenseV20, + "conf/license/GNU General Public License v3.0": confLicenseGnuGeneralPublicLicenseV30, + "conf/license/GNU Lesser General Public License v2.1": confLicenseGnuLesserGeneralPublicLicenseV21, + "conf/license/GNU Lesser General Public License v3.0": confLicenseGnuLesserGeneralPublicLicenseV30, + "conf/license/GNU Library General Public License v2.0": confLicenseGnuLibraryGeneralPublicLicenseV20, + "conf/license/ISC License": confLicenseIscLicense, "conf/license/MIT License": confLicenseMitLicense, - "conf/license/Mozilla Public License Version 2.0": confLicenseMozillaPublicLicenseVersion20, + "conf/license/Mozilla Public License 1.0": confLicenseMozillaPublicLicense10, + "conf/license/Mozilla Public License 1.1": confLicenseMozillaPublicLicense11, + "conf/license/Mozilla Public License 2.0": confLicenseMozillaPublicLicense20, "conf/locale/TRANSLATORS": confLocaleTranslators, "conf/locale/locale_bg-BG.ini": confLocaleLocale_bgBgIni, "conf/locale/locale_de-DE.ini": confLocaleLocale_deDeIni, @@ -1109,6 +4892,7 @@ var _bindata = map[string]func() (*asset, error){ "conf/locale/locale_ru-RU.ini": confLocaleLocale_ruRuIni, "conf/locale/locale_zh-CN.ini": confLocaleLocale_zhCnIni, "conf/locale/locale_zh-HK.ini": confLocaleLocale_zhHkIni, + "conf/readme/Default": confReadmeDefault, } // AssetDir returns the file names below a certain @@ -1155,65 +4939,407 @@ var _bintree = &bintree{nil, map[string]*bintree{ "app.ini": &bintree{confAppIni, map[string]*bintree{ }}, "gitignore": &bintree{nil, map[string]*bintree{ + "Actionscript": &bintree{confGitignoreActionscript, map[string]*bintree{ + }}, + "Ada": &bintree{confGitignoreAda, map[string]*bintree{ + }}, + "Agda": &bintree{confGitignoreAgda, map[string]*bintree{ + }}, "Android": &bintree{confGitignoreAndroid, map[string]*bintree{ }}, + "Anjuta": &bintree{confGitignoreAnjuta, map[string]*bintree{ + }}, + "AppEngine": &bintree{confGitignoreAppengine, map[string]*bintree{ + }}, + "AppceleratorTitanium": &bintree{confGitignoreAppceleratortitanium, map[string]*bintree{ + }}, + "ArchLinuxPackages": &bintree{confGitignoreArchlinuxpackages, map[string]*bintree{ + }}, + "Archives": &bintree{confGitignoreArchives, map[string]*bintree{ + }}, + "Autotools": &bintree{confGitignoreAutotools, map[string]*bintree{ + }}, + "BricxCC": &bintree{confGitignoreBricxcc, map[string]*bintree{ + }}, "C": &bintree{confGitignoreC, map[string]*bintree{ }}, "C Sharp": &bintree{confGitignoreCSharp, map[string]*bintree{ }}, "C++": &bintree{confGitignoreC2, map[string]*bintree{ }}, - "Google Go": &bintree{confGitignoreGoogleGo, map[string]*bintree{ + "CFWheels": &bintree{confGitignoreCfwheels, map[string]*bintree{ + }}, + "CMake": &bintree{confGitignoreCmake, map[string]*bintree{ + }}, + "CUDA": &bintree{confGitignoreCuda, map[string]*bintree{ + }}, + "CVS": &bintree{confGitignoreCvs, map[string]*bintree{ + }}, + "CakePHP": &bintree{confGitignoreCakephp, map[string]*bintree{ + }}, + "ChefCookbook": &bintree{confGitignoreChefcookbook, map[string]*bintree{ + }}, + "Cloud9": &bintree{confGitignoreCloud9, map[string]*bintree{ + }}, + "CodeIgniter": &bintree{confGitignoreCodeigniter, map[string]*bintree{ + }}, + "CodeKit": &bintree{confGitignoreCodekit, map[string]*bintree{ + }}, + "CommonLisp": &bintree{confGitignoreCommonlisp, map[string]*bintree{ + }}, + "Composer": &bintree{confGitignoreComposer, map[string]*bintree{ + }}, + "Concrete5": &bintree{confGitignoreConcrete5, map[string]*bintree{ + }}, + "Coq": &bintree{confGitignoreCoq, map[string]*bintree{ + }}, + "CraftCMS": &bintree{confGitignoreCraftcms, map[string]*bintree{ + }}, + "DM": &bintree{confGitignoreDm, map[string]*bintree{ + }}, + "Dart": &bintree{confGitignoreDart, map[string]*bintree{ + }}, + "DartEditor": &bintree{confGitignoreDarteditor, map[string]*bintree{ + }}, + "Delphi": &bintree{confGitignoreDelphi, map[string]*bintree{ + }}, + "Dreamweaver": &bintree{confGitignoreDreamweaver, map[string]*bintree{ + }}, + "Drupal": &bintree{confGitignoreDrupal, map[string]*bintree{ + }}, + "EPiServer": &bintree{confGitignoreEpiserver, map[string]*bintree{ + }}, + "Eagle": &bintree{confGitignoreEagle, map[string]*bintree{ + }}, + "Eclipse": &bintree{confGitignoreEclipse, map[string]*bintree{ + }}, + "EiffelStudio": &bintree{confGitignoreEiffelstudio, map[string]*bintree{ + }}, + "Elisp": &bintree{confGitignoreElisp, map[string]*bintree{ + }}, + "Elixir": &bintree{confGitignoreElixir, map[string]*bintree{ + }}, + "Emacs": &bintree{confGitignoreEmacs, map[string]*bintree{ + }}, + "Ensime": &bintree{confGitignoreEnsime, map[string]*bintree{ + }}, + "Erlang": &bintree{confGitignoreErlang, map[string]*bintree{ + }}, + "Espresso": &bintree{confGitignoreEspresso, map[string]*bintree{ + }}, + "ExpressionEngine": &bintree{confGitignoreExpressionengine, map[string]*bintree{ + }}, + "ExtJs": &bintree{confGitignoreExtjs, map[string]*bintree{ + }}, + "Fancy": &bintree{confGitignoreFancy, map[string]*bintree{ + }}, + "Finale": &bintree{confGitignoreFinale, map[string]*bintree{ + }}, + "FlexBuilder": &bintree{confGitignoreFlexbuilder, map[string]*bintree{ + }}, + "ForceDotCom": &bintree{confGitignoreForcedotcom, map[string]*bintree{ + }}, + "FuelPHP": &bintree{confGitignoreFuelphp, map[string]*bintree{ + }}, + "GWT": &bintree{confGitignoreGwt, map[string]*bintree{ + }}, + "Gcov": &bintree{confGitignoreGcov, map[string]*bintree{ + }}, + "GitBook": &bintree{confGitignoreGitbook, map[string]*bintree{ + }}, + "Go": &bintree{confGitignoreGo, map[string]*bintree{ + }}, + "Gradle": &bintree{confGitignoreGradle, map[string]*bintree{ + }}, + "Grails": &bintree{confGitignoreGrails, map[string]*bintree{ + }}, + "Haskell": &bintree{confGitignoreHaskell, map[string]*bintree{ + }}, + "IGORPro": &bintree{confGitignoreIgorpro, map[string]*bintree{ + }}, + "IPythonNotebook": &bintree{confGitignoreIpythonnotebook, map[string]*bintree{ + }}, + "Idris": &bintree{confGitignoreIdris, map[string]*bintree{ + }}, + "JDeveloper": &bintree{confGitignoreJdeveloper, map[string]*bintree{ }}, "Java": &bintree{confGitignoreJava, map[string]*bintree{ }}, + "Jboss": &bintree{confGitignoreJboss, map[string]*bintree{ + }}, + "Jekyll": &bintree{confGitignoreJekyll, map[string]*bintree{ + }}, + "JetBrains": &bintree{confGitignoreJetbrains, map[string]*bintree{ + }}, + "Joomla": &bintree{confGitignoreJoomla, map[string]*bintree{ + }}, + "KDevelop4": &bintree{confGitignoreKdevelop4, map[string]*bintree{ + }}, + "Kate": &bintree{confGitignoreKate, map[string]*bintree{ + }}, + "KiCAD": &bintree{confGitignoreKicad, map[string]*bintree{ + }}, + "Kohana": &bintree{confGitignoreKohana, map[string]*bintree{ + }}, + "LabVIEW": &bintree{confGitignoreLabview, map[string]*bintree{ + }}, + "Laravel": &bintree{confGitignoreLaravel, map[string]*bintree{ + }}, + "Lazarus": &bintree{confGitignoreLazarus, map[string]*bintree{ + }}, + "Leiningen": &bintree{confGitignoreLeiningen, map[string]*bintree{ + }}, + "LemonStand": &bintree{confGitignoreLemonstand, map[string]*bintree{ + }}, + "LibreOffice": &bintree{confGitignoreLibreoffice, map[string]*bintree{ + }}, + "Lilypond": &bintree{confGitignoreLilypond, map[string]*bintree{ + }}, + "Linux": &bintree{confGitignoreLinux, map[string]*bintree{ + }}, + "Lithium": &bintree{confGitignoreLithium, map[string]*bintree{ + }}, + "Lua": &bintree{confGitignoreLua, map[string]*bintree{ + }}, + "LyX": &bintree{confGitignoreLyx, map[string]*bintree{ + }}, + "Magento": &bintree{confGitignoreMagento, map[string]*bintree{ + }}, + "Matlab": &bintree{confGitignoreMatlab, map[string]*bintree{ + }}, + "Maven": &bintree{confGitignoreMaven, map[string]*bintree{ + }}, + "Mercurial": &bintree{confGitignoreMercurial, map[string]*bintree{ + }}, + "Mercury": &bintree{confGitignoreMercury, map[string]*bintree{ + }}, + "MetaProgrammingSystem": &bintree{confGitignoreMetaprogrammingsystem, map[string]*bintree{ + }}, + "MicrosoftOffice": &bintree{confGitignoreMicrosoftoffice, map[string]*bintree{ + }}, + "ModelSim": &bintree{confGitignoreModelsim, map[string]*bintree{ + }}, + "Momentics": &bintree{confGitignoreMomentics, map[string]*bintree{ + }}, + "MonoDevelop": &bintree{confGitignoreMonodevelop, map[string]*bintree{ + }}, + "Nanoc": &bintree{confGitignoreNanoc, map[string]*bintree{ + }}, + "NetBeans": &bintree{confGitignoreNetbeans, map[string]*bintree{ + }}, + "Nim": &bintree{confGitignoreNim, map[string]*bintree{ + }}, + "Ninja": &bintree{confGitignoreNinja, map[string]*bintree{ + }}, + "Node": &bintree{confGitignoreNode, map[string]*bintree{ + }}, + "NotepadPP": &bintree{confGitignoreNotepadpp, map[string]*bintree{ + }}, + "OCaml": &bintree{confGitignoreOcaml, map[string]*bintree{ + }}, + "OSX": &bintree{confGitignoreOsx, map[string]*bintree{ + }}, "Objective-C": &bintree{confGitignoreObjectiveC, map[string]*bintree{ }}, - "PHP CakePHP": &bintree{confGitignorePhpCakephp, map[string]*bintree{ + "Opa": &bintree{confGitignoreOpa, map[string]*bintree{ }}, - "PHP FuelPHP": &bintree{confGitignorePhpFuelphp, map[string]*bintree{ + "OpenCart": &bintree{confGitignoreOpencart, map[string]*bintree{ }}, - "PHP Laravel": &bintree{confGitignorePhpLaravel, map[string]*bintree{ + "OracleForms": &bintree{confGitignoreOracleforms, map[string]*bintree{ }}, - "PHP Symfony": &bintree{confGitignorePhpSymfony, map[string]*bintree{ + "Packer": &bintree{confGitignorePacker, map[string]*bintree{ }}, - "PHP Yii": &bintree{confGitignorePhpYii, map[string]*bintree{ + "Perl": &bintree{confGitignorePerl, map[string]*bintree{ }}, - "PHP ZendFramework": &bintree{confGitignorePhpZendframework, map[string]*bintree{ + "Phalcon": &bintree{confGitignorePhalcon, map[string]*bintree{ + }}, + "PlayFramework": &bintree{confGitignorePlayframework, map[string]*bintree{ + }}, + "Plone": &bintree{confGitignorePlone, map[string]*bintree{ + }}, + "Prestashop": &bintree{confGitignorePrestashop, map[string]*bintree{ + }}, + "Processing": &bintree{confGitignoreProcessing, map[string]*bintree{ }}, "Python": &bintree{confGitignorePython, map[string]*bintree{ }}, + "Qooxdoo": &bintree{confGitignoreQooxdoo, map[string]*bintree{ + }}, + "Qt": &bintree{confGitignoreQt, map[string]*bintree{ + }}, + "R": &bintree{confGitignoreR, map[string]*bintree{ + }}, + "ROS": &bintree{confGitignoreRos, map[string]*bintree{ + }}, + "Rails": &bintree{confGitignoreRails, map[string]*bintree{ + }}, + "Redcar": &bintree{confGitignoreRedcar, map[string]*bintree{ + }}, + "Redis": &bintree{confGitignoreRedis, map[string]*bintree{ + }}, + "RhodesRhomobile": &bintree{confGitignoreRhodesrhomobile, map[string]*bintree{ + }}, "Ruby": &bintree{confGitignoreRuby, map[string]*bintree{ }}, + "Rust": &bintree{confGitignoreRust, map[string]*bintree{ + }}, + "SBT": &bintree{confGitignoreSbt, map[string]*bintree{ + }}, + "SCons": &bintree{confGitignoreScons, map[string]*bintree{ + }}, + "SVN": &bintree{confGitignoreSvn, map[string]*bintree{ + }}, + "Sass": &bintree{confGitignoreSass, map[string]*bintree{ + }}, + "Scala": &bintree{confGitignoreScala, map[string]*bintree{ + }}, + "Scrivener": &bintree{confGitignoreScrivener, map[string]*bintree{ + }}, + "Sdcc": &bintree{confGitignoreSdcc, map[string]*bintree{ + }}, + "SeamGen": &bintree{confGitignoreSeamgen, map[string]*bintree{ + }}, + "SketchUp": &bintree{confGitignoreSketchup, map[string]*bintree{ + }}, + "SlickEdit": &bintree{confGitignoreSlickedit, map[string]*bintree{ + }}, + "Stella": &bintree{confGitignoreStella, map[string]*bintree{ + }}, + "SublimeText": &bintree{confGitignoreSublimetext, map[string]*bintree{ + }}, + "SugarCRM": &bintree{confGitignoreSugarcrm, map[string]*bintree{ + }}, + "Swift": &bintree{confGitignoreSwift, map[string]*bintree{ + }}, + "Symfony": &bintree{confGitignoreSymfony, map[string]*bintree{ + }}, + "SymphonyCMS": &bintree{confGitignoreSymphonycms, map[string]*bintree{ + }}, + "SynopsysVCS": &bintree{confGitignoreSynopsysvcs, map[string]*bintree{ + }}, + "Tags": &bintree{confGitignoreTags, map[string]*bintree{ + }}, + "TeX": &bintree{confGitignoreTex, map[string]*bintree{ + }}, + "TextMate": &bintree{confGitignoreTextmate, map[string]*bintree{ + }}, + "Textpattern": &bintree{confGitignoreTextpattern, map[string]*bintree{ + }}, + "TortoiseGit": &bintree{confGitignoreTortoisegit, map[string]*bintree{ + }}, + "TurboGears2": &bintree{confGitignoreTurbogears2, map[string]*bintree{ + }}, + "Typo3": &bintree{confGitignoreTypo3, map[string]*bintree{ + }}, + "Umbraco": &bintree{confGitignoreUmbraco, map[string]*bintree{ + }}, + "Unity": &bintree{confGitignoreUnity, map[string]*bintree{ + }}, + "VVVV": &bintree{confGitignoreVvvv, map[string]*bintree{ + }}, + "Vagrant": &bintree{confGitignoreVagrant, map[string]*bintree{ + }}, + "Vim": &bintree{confGitignoreVim, map[string]*bintree{ + }}, + "VirtualEnv": &bintree{confGitignoreVirtualenv, map[string]*bintree{ + }}, + "VisualStudio": &bintree{confGitignoreVisualstudio, map[string]*bintree{ + }}, + "VisualStudioCode": &bintree{confGitignoreVisualstudiocode, map[string]*bintree{ + }}, + "Waf": &bintree{confGitignoreWaf, map[string]*bintree{ + }}, + "WebMethods": &bintree{confGitignoreWebmethods, map[string]*bintree{ + }}, + "Windows": &bintree{confGitignoreWindows, map[string]*bintree{ + }}, + "WordPress": &bintree{confGitignoreWordpress, map[string]*bintree{ + }}, + "Xcode": &bintree{confGitignoreXcode, map[string]*bintree{ + }}, + "XilinxISE": &bintree{confGitignoreXilinxise, map[string]*bintree{ + }}, + "Xojo": &bintree{confGitignoreXojo, map[string]*bintree{ + }}, + "Yeoman": &bintree{confGitignoreYeoman, map[string]*bintree{ + }}, + "Yii": &bintree{confGitignoreYii, map[string]*bintree{ + }}, + "ZendFramework": &bintree{confGitignoreZendframework, map[string]*bintree{ + }}, + "Zephir": &bintree{confGitignoreZephir, map[string]*bintree{ + }}, }}, "license": &bintree{nil, map[string]*bintree{ - "Affero GPL": &bintree{confLicenseAfferoGpl, map[string]*bintree{ + "Abstyles License": &bintree{confLicenseAbstylesLicense, map[string]*bintree{ }}, - "Apache v2 License": &bintree{confLicenseApacheV2License, map[string]*bintree{ + "Academic Free License v1.1": &bintree{confLicenseAcademicFreeLicenseV11, map[string]*bintree{ + }}, + "Academic Free License v1.2": &bintree{confLicenseAcademicFreeLicenseV12, map[string]*bintree{ + }}, + "Academic Free License v2.0": &bintree{confLicenseAcademicFreeLicenseV20, map[string]*bintree{ + }}, + "Academic Free License v2.1": &bintree{confLicenseAcademicFreeLicenseV21, map[string]*bintree{ + }}, + "Academic Free License v3.0": &bintree{confLicenseAcademicFreeLicenseV30, map[string]*bintree{ + }}, + "Affero General Public License v1.0": &bintree{confLicenseAfferoGeneralPublicLicenseV10, map[string]*bintree{ + }}, + "Apache License 1.0": &bintree{confLicenseApacheLicense10, map[string]*bintree{ + }}, + "Apache License 1.1": &bintree{confLicenseApacheLicense11, map[string]*bintree{ + }}, + "Apache License 2.0": &bintree{confLicenseApacheLicense20, map[string]*bintree{ + }}, + "Artistic License 1.0": &bintree{confLicenseArtisticLicense10, map[string]*bintree{ }}, "Artistic License 2.0": &bintree{confLicenseArtisticLicense20, map[string]*bintree{ }}, - "BSD (3-Clause) License": &bintree{confLicenseBsd3ClauseLicense, map[string]*bintree{ + "BSD 2-clause License": &bintree{confLicenseBsd2ClauseLicense, map[string]*bintree{ }}, - "BSD license": &bintree{confLicenseBsdLicense, map[string]*bintree{ + "BSD 3-clause License": &bintree{confLicenseBsd3ClauseLicense, map[string]*bintree{ }}, - "CC0 1.0 Universal": &bintree{confLicenseCc010Universal, map[string]*bintree{ + "BSD 4-clause License": &bintree{confLicenseBsd4ClauseLicense, map[string]*bintree{ }}, - "Eclipse Public License v1.0": &bintree{confLicenseEclipsePublicLicenseV10, map[string]*bintree{ + "Creative Commons CC0 1.0 Universal": &bintree{confLicenseCreativeCommonsCc010Universal, map[string]*bintree{ }}, - "GPL v2": &bintree{confLicenseGplV2, map[string]*bintree{ + "Creative Commons Zero v1.0 Universal": &bintree{confLicenseCreativeCommonsZeroV10Universal, map[string]*bintree{ }}, - "GPL v3": &bintree{confLicenseGplV3, map[string]*bintree{ + "Eclipse Public License 1.0": &bintree{confLicenseEclipsePublicLicense10, map[string]*bintree{ }}, - "ISC license": &bintree{confLicenseIscLicense, map[string]*bintree{ + "Educational Community License v1.0": &bintree{confLicenseEducationalCommunityLicenseV10, map[string]*bintree{ }}, - "LGPL v2.1": &bintree{confLicenseLgplV21, map[string]*bintree{ + "Educational Community License v2.0": &bintree{confLicenseEducationalCommunityLicenseV20, map[string]*bintree{ }}, - "LGPL v3": &bintree{confLicenseLgplV3, map[string]*bintree{ + "GNU Affero General Public License v3.0": &bintree{confLicenseGnuAfferoGeneralPublicLicenseV30, map[string]*bintree{ + }}, + "GNU Free Documentation License v1.1": &bintree{confLicenseGnuFreeDocumentationLicenseV11, map[string]*bintree{ + }}, + "GNU Free Documentation License v1.2": &bintree{confLicenseGnuFreeDocumentationLicenseV12, map[string]*bintree{ + }}, + "GNU Free Documentation License v1.3": &bintree{confLicenseGnuFreeDocumentationLicenseV13, map[string]*bintree{ + }}, + "GNU General Public License v1.0": &bintree{confLicenseGnuGeneralPublicLicenseV10, map[string]*bintree{ + }}, + "GNU General Public License v2.0": &bintree{confLicenseGnuGeneralPublicLicenseV20, map[string]*bintree{ + }}, + "GNU General Public License v3.0": &bintree{confLicenseGnuGeneralPublicLicenseV30, map[string]*bintree{ + }}, + "GNU Lesser General Public License v2.1": &bintree{confLicenseGnuLesserGeneralPublicLicenseV21, map[string]*bintree{ + }}, + "GNU Lesser General Public License v3.0": &bintree{confLicenseGnuLesserGeneralPublicLicenseV30, map[string]*bintree{ + }}, + "GNU Library General Public License v2.0": &bintree{confLicenseGnuLibraryGeneralPublicLicenseV20, map[string]*bintree{ + }}, + "ISC License": &bintree{confLicenseIscLicense, map[string]*bintree{ }}, "MIT License": &bintree{confLicenseMitLicense, map[string]*bintree{ }}, - "Mozilla Public License Version 2.0": &bintree{confLicenseMozillaPublicLicenseVersion20, map[string]*bintree{ + "Mozilla Public License 1.0": &bintree{confLicenseMozillaPublicLicense10, map[string]*bintree{ + }}, + "Mozilla Public License 1.1": &bintree{confLicenseMozillaPublicLicense11, map[string]*bintree{ + }}, + "Mozilla Public License 2.0": &bintree{confLicenseMozillaPublicLicense20, map[string]*bintree{ }}, }}, "locale": &bintree{nil, map[string]*bintree{ @@ -1248,6 +5374,10 @@ var _bintree = &bintree{nil, map[string]*bintree{ "locale_zh-HK.ini": &bintree{confLocaleLocale_zhHkIni, map[string]*bintree{ }}, }}, + "readme": &bintree{nil, map[string]*bintree{ + "Default": &bintree{confReadmeDefault, map[string]*bintree{ + }}, + }}, }}, }} diff --git a/public/css/gogs.min.css b/public/css/gogs.min.css index 431eee38e7..7d0d2d96ff 100644 --- a/public/css/gogs.min.css +++ b/public/css/gogs.min.css @@ -1 +1 @@ -@font-face{font-family:octicons;src:url(../fonts/octicons.eot?#iefix&v=396334ee3da78f4302d25c758ae3e3ce5dc3c97d) format('embedded-opentype'),url(../fonts/octicons.woff?v=396334ee3da78f4302d25c758ae3e3ce5dc3c97d) format('woff'),url(../fonts/octicons.ttf?v=396334ee3da78f4302d25c758ae3e3ce5dc3c97d) format('truetype'),url(../fonts/octicons.svg?v=396334ee3da78f4302d25c758ae3e3ce5dc3c97d#octicons) format('svg');font-weight:400;font-style:normal}.mega-octicon,.octicon{font:normal normal normal 16px/1 octicons;display:inline-block;text-decoration:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.mega-octicon{font-size:32px}.octicon-alert:before{content:'\f02d'}.octicon-arrow-down:before{content:'\f03f'}.octicon-arrow-left:before{content:'\f040'}.octicon-arrow-right:before{content:'\f03e'}.octicon-arrow-small-down:before{content:'\f0a0'}.octicon-arrow-small-left:before{content:'\f0a1'}.octicon-arrow-small-right:before{content:'\f071'}.octicon-arrow-small-up:before{content:'\f09f'}.octicon-arrow-up:before{content:'\f03d'}.octicon-beaker:before,.octicon-microscope:before{content:'\f0dd'}.octicon-bell:before{content:'\f0de'}.octicon-book:before{content:'\f007'}.octicon-bookmark:before{content:'\f07b'}.octicon-briefcase:before{content:'\f0d3'}.octicon-broadcast:before{content:'\f048'}.octicon-browser:before{content:'\f0c5'}.octicon-bug:before{content:'\f091'}.octicon-calendar:before{content:'\f068'}.octicon-check:before{content:'\f03a'}.octicon-checklist:before{content:'\f076'}.octicon-chevron-down:before{content:'\f0a3'}.octicon-chevron-left:before{content:'\f0a4'}.octicon-chevron-right:before{content:'\f078'}.octicon-chevron-up:before{content:'\f0a2'}.octicon-circle-slash:before{content:'\f084'}.octicon-circuit-board:before{content:'\f0d6'}.octicon-clippy:before{content:'\f035'}.octicon-clock:before{content:'\f046'}.octicon-cloud-download:before{content:'\f00b'}.octicon-cloud-upload:before{content:'\f00c'}.octicon-code:before{content:'\f05f'}.octicon-color-mode:before{content:'\f065'}.octicon-comment-add:before,.octicon-comment:before{content:'\f02b'}.octicon-comment-discussion:before{content:'\f04f'}.octicon-credit-card:before{content:'\f045'}.octicon-dash:before{content:'\f0ca'}.octicon-dashboard:before{content:'\f07d'}.octicon-database:before{content:'\f096'}.octicon-clone:before,.octicon-desktop-download:before{content:'\f0dc'}.octicon-device-camera:before{content:'\f056'}.octicon-device-camera-video:before{content:'\f057'}.octicon-device-desktop:before{content:'\f27c'}.octicon-device-mobile:before{content:'\f038'}.octicon-diff:before{content:'\f04d'}.octicon-diff-added:before{content:'\f06b'}.octicon-diff-ignored:before{content:'\f099'}.octicon-diff-modified:before{content:'\f06d'}.octicon-diff-removed:before{content:'\f06c'}.octicon-diff-renamed:before{content:'\f06e'}.octicon-ellipsis:before{content:'\f09a'}.octicon-eye-unwatch:before,.octicon-eye-watch:before,.octicon-eye:before{content:'\f04e'}.octicon-file-binary:before{content:'\f094'}.octicon-file-code:before{content:'\f010'}.octicon-file-directory:before{content:'\f016'}.octicon-file-media:before{content:'\f012'}.octicon-file-pdf:before{content:'\f014'}.octicon-file-submodule:before{content:'\f017'}.octicon-file-symlink-directory:before{content:'\f0b1'}.octicon-file-symlink-file:before{content:'\f0b0'}.octicon-file-text:before{content:'\f011'}.octicon-file-zip:before{content:'\f013'}.octicon-flame:before{content:'\f0d2'}.octicon-fold:before{content:'\f0cc'}.octicon-gear:before{content:'\f02f'}.octicon-gift:before{content:'\f042'}.octicon-gist:before{content:'\f00e'}.octicon-gist-secret:before{content:'\f08c'}.octicon-git-branch-create:before,.octicon-git-branch-delete:before,.octicon-git-branch:before{content:'\f020'}.octicon-git-commit:before{content:'\f01f'}.octicon-git-compare:before{content:'\f0ac'}.octicon-git-merge:before{content:'\f023'}.octicon-git-pull-request-abandoned:before,.octicon-git-pull-request:before{content:'\f009'}.octicon-globe:before{content:'\f0b6'}.octicon-graph:before{content:'\f043'}.octicon-heart:before{content:'\2665'}.octicon-history:before{content:'\f07e'}.octicon-home:before{content:'\f08d'}.octicon-horizontal-rule:before{content:'\f070'}.octicon-hubot:before{content:'\f09d'}.octicon-inbox:before{content:'\f0cf'}.octicon-info:before{content:'\f059'}.octicon-issue-closed:before{content:'\f028'}.octicon-issue-opened:before{content:'\f026'}.octicon-issue-reopened:before{content:'\f027'}.octicon-jersey:before{content:'\f019'}.octicon-key:before{content:'\f049'}.octicon-keyboard:before{content:'\f00d'}.octicon-law:before{content:'\f0d8'}.octicon-light-bulb:before{content:'\f000'}.octicon-link:before{content:'\f05c'}.octicon-link-external:before{content:'\f07f'}.octicon-list-ordered:before{content:'\f062'}.octicon-list-unordered:before{content:'\f061'}.octicon-location:before{content:'\f060'}.octicon-gist-private:before,.octicon-git-fork-private:before,.octicon-lock:before,.octicon-mirror-private:before{content:'\f06a'}.octicon-logo-github:before{content:'\f092'}.octicon-mail:before{content:'\f03b'}.octicon-mail-read:before{content:'\f03c'}.octicon-mail-reply:before{content:'\f051'}.octicon-mark-github:before{content:'\f00a'}.octicon-markdown:before{content:'\f0c9'}.octicon-megaphone:before{content:'\f077'}.octicon-mention:before{content:'\f0be'}.octicon-milestone:before{content:'\f075'}.octicon-mirror-public:before,.octicon-mirror:before{content:'\f024'}.octicon-mortar-board:before{content:'\f0d7'}.octicon-mute:before{content:'\f080'}.octicon-no-newline:before{content:'\f09c'}.octicon-octoface:before{content:'\f008'}.octicon-organization:before{content:'\f037'}.octicon-package:before{content:'\f0c4'}.octicon-paintcan:before{content:'\f0d1'}.octicon-pencil:before{content:'\f058'}.octicon-person-add:before,.octicon-person-follow:before,.octicon-person:before{content:'\f018'}.octicon-pin:before{content:'\f041'}.octicon-plug:before{content:'\f0d4'}.octicon-file-add:before,.octicon-file-directory-create:before,.octicon-gist-new:before,.octicon-plus:before,.octicon-repo-create:before{content:'\f05d'}.octicon-primitive-dot:before{content:'\f052'}.octicon-primitive-square:before{content:'\f053'}.octicon-pulse:before{content:'\f085'}.octicon-question:before{content:'\f02c'}.octicon-quote:before{content:'\f063'}.octicon-radio-tower:before{content:'\f030'}.octicon-repo-delete:before,.octicon-repo:before{content:'\f001'}.octicon-repo-clone:before{content:'\f04c'}.octicon-repo-force-push:before{content:'\f04a'}.octicon-gist-fork:before,.octicon-repo-forked:before{content:'\f002'}.octicon-repo-pull:before{content:'\f006'}.octicon-repo-push:before{content:'\f005'}.octicon-rocket:before{content:'\f033'}.octicon-rss:before{content:'\f034'}.octicon-ruby:before{content:'\f047'}.octicon-screen-full:before{content:'\f066'}.octicon-screen-normal:before{content:'\f067'}.octicon-search-save:before,.octicon-search:before{content:'\f02e'}.octicon-server:before{content:'\f097'}.octicon-settings:before{content:'\f07c'}.octicon-shield:before{content:'\f0e1'}.octicon-log-in:before,.octicon-sign-in:before{content:'\f036'}.octicon-log-out:before,.octicon-sign-out:before{content:'\f032'}.octicon-squirrel:before{content:'\f0b2'}.octicon-star-add:before,.octicon-star-delete:before,.octicon-star:before{content:'\f02a'}.octicon-stop:before{content:'\f08f'}.octicon-repo-sync:before,.octicon-sync:before{content:'\f087'}.octicon-tag-add:before,.octicon-tag-remove:before,.octicon-tag:before{content:'\f015'}.octicon-telescope:before{content:'\f088'}.octicon-terminal:before{content:'\f0c8'}.octicon-three-bars:before{content:'\f05e'}.octicon-thumbsdown:before{content:'\f0db'}.octicon-thumbsup:before{content:'\f0da'}.octicon-tools:before{content:'\f031'}.octicon-trashcan:before{content:'\f0d0'}.octicon-triangle-down:before{content:'\f05b'}.octicon-triangle-left:before{content:'\f044'}.octicon-triangle-right:before{content:'\f05a'}.octicon-triangle-up:before{content:'\f0aa'}.octicon-unfold:before{content:'\f039'}.octicon-unmute:before{content:'\f0ba'}.octicon-versions:before{content:'\f064'}.octicon-watch:before{content:'\f0e0'}.octicon-remove-close:before,.octicon-x:before{content:'\f081'}.octicon-zap:before{content:'\26A1'}body{font-family:'Helvetica Neue',Arial,Helvetica,sans-serif,'微软雅黑';background-color:#FAFAFA}img{border-radius:3px}pre{font:12px Consolas,"Liberation Mono",Menlo,Courier,monospace}pre.raw{padding:7px 12px;margin:10px 0;background-color:#f8f8f8;border:1px solid #ddd;border-radius:3px;font-size:13px;line-height:1.5;overflow:auto}.full.height{padding:0;margin:0 0 -80px 0;min-height:100%}.following.bar{z-index:900;left:0;width:100%}.following.bar.light{background-color:#fff;border-bottom:1px solid #DDD;box-shadow:0 2px 3px rgba(0,0,0,.04)}.following.bar .column .menu{margin-top:0}.following.bar .top.menu a.item.brand{padding-left:0}.following.bar .brand .ui.mini.image{width:30px}.following.bar .top.menu .dropdown.item.active,.following.bar .top.menu .dropdown.item:hover,.following.bar .top.menu a.item:hover{background-color:transparent}.following.bar .top.menu a.item:hover{color:rgba(0,0,0,.45)}.following.bar .top.menu .menu{z-index:900}.following.bar .head.link.item{padding-right:0!important}.following.bar .head.link.item .dropdown.icon,.following.bar .head.link.item .menu .octicon{margin-right:5px}.following.bar .avatar>.ui.image{margin-right:0}.following.bar .searchbox{background-color:#f4f4f4!important}.following.bar .searchbox:focus{background-color:#e9e9e9!important}.following.bar .octicon{width:16px;text-align:center}.ui.left{float:left}.ui.right{float:right}.ui .text.red{color:#d95c5c!important}.ui .text.red a{color:#d95c5c!important}.ui .text.red a:hover{color:#E67777!important}.ui .text.blue{color:#428bca!important}.ui .text.blue a{color:#15c!important}.ui .text.blue a:hover{color:#428bca!important}.ui .text.grey{color:#767676!important}.ui .text.grey a{color:#444!important}.ui .text.grey a:hover{color:#000!important}.ui .text.green{color:#6cc644!important}.ui .text.left{text-align:left!important}.ui .text.right{text-align:right!important}.ui .text.small{font-size:.75em}.ui .text.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block}.ui .text.thin{font-weight:400}.ui .text.middle{vertical-align:middle}.ui .message{text-align:center}.ui .header>i+.content{padding-left:.75rem;vertical-align:middle}.ui .warning.header{background-color:#F9EDBE!important;border-color:#F0C36D}.ui .warning.segment{border-color:#F0C36D}.ui .info.header{background-color:#d9edf7!important;border-color:#85c5e5}.ui .info.segment{border-color:#85c5e5}.ui .normal.header{font-weight:400}.ui .avatar.image{border-radius:3px}.ui .form .fake{display:none!important}.overflow.menu .items{max-height:300px;overflow-y:auto}.overflow.menu .items .item{position:relative;cursor:pointer;display:block;border:none;height:auto;border-top:none;line-height:1em;color:rgba(0,0,0,.8);padding:.71428571em 1.14285714em!important;font-size:1rem;text-transform:none;font-weight:400;box-shadow:none;-webkit-touch-callout:none}.overflow.menu .items .item.active{font-weight:700}.overflow.menu .items .item:hover{background:rgba(0,0,0,.05);color:rgba(0,0,0,.8);z-index:13}footer{margin-top:54px!important;height:40px;background-color:#fff;border-top:1px solid #d6d6d6;clear:both;width:100%;color:#888}footer .container{padding-top:10px}footer .container .fa{width:16px;text-align:center;color:#428bca}footer .container .ui.language.dropdown{z-index:10000}footer .container .links>*{border-left:1px solid #d6d6d6;padding-left:8px;margin-left:5px}footer .container .links>:first-child{border-left:none}.hide{display:none}.center{text-align:center}.img-1{width:2px!important;height:2px!important}.img-2{width:4px!important;height:4px!important}.img-3{width:6px!important;height:6px!important}.img-4{width:8px!important;height:8px!important}.img-5{width:10px!important;height:10px!important}.img-6{width:12px!important;height:12px!important}.img-7{width:14px!important;height:14px!important}.img-8{width:16px!important;height:16px!important}.img-9{width:18px!important;height:18px!important}.img-10{width:20px!important;height:20px!important}.img-11{width:22px!important;height:22px!important}.img-12{width:24px!important;height:24px!important}.img-13{width:26px!important;height:26px!important}.img-14{width:28px!important;height:28px!important}.img-15{width:30px!important;height:30px!important}.img-16{width:32px!important;height:32px!important}.mega-octicon.icon,.octicon.icon{font-family:octicons}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}@media only screen and (max-width:991px) and (min-width:768px){.ui.container{width:95%}}.markdown{overflow:hidden;font-family:"Helvetica Neue",Helvetica,"Segoe UI",Arial,freesans,sans-serif;font-size:16px;line-height:1.6;word-wrap:break-word}.markdown>:first-child{margin-top:0!important}.markdown>:last-child{margin-bottom:0!important}.markdown a:not([href]){color:inherit;text-decoration:none}.markdown .absent{color:#c00}.markdown .anchor{position:absolute;top:0;left:0;display:block;padding-right:6px;padding-left:30px;margin-left:-30px}.markdown .anchor:focus{outline:0}.markdown h1,.markdown h2,.markdown h3,.markdown h4,.markdown h5,.markdown h6{position:relative;margin-top:1em;margin-bottom:16px;font-weight:700;line-height:1.4}.markdown h1 .octicon-link,.markdown h2 .octicon-link,.markdown h3 .octicon-link,.markdown h4 .octicon-link,.markdown h5 .octicon-link,.markdown h6 .octicon-link{display:none;color:#000;vertical-align:middle}.markdown h1:hover .anchor,.markdown h2:hover .anchor,.markdown h3:hover .anchor,.markdown h4:hover .anchor,.markdown h5:hover .anchor,.markdown h6:hover .anchor{padding-left:8px;margin-left:-30px;text-decoration:none}.markdown h1:hover .anchor .octicon-link,.markdown h2:hover .anchor .octicon-link,.markdown h3:hover .anchor .octicon-link,.markdown h4:hover .anchor .octicon-link,.markdown h5:hover .anchor .octicon-link,.markdown h6:hover .anchor .octicon-link{display:inline-block}.markdown h1 code,.markdown h1 tt,.markdown h2 code,.markdown h2 tt,.markdown h3 code,.markdown h3 tt,.markdown h4 code,.markdown h4 tt,.markdown h5 code,.markdown h5 tt,.markdown h6 code,.markdown h6 tt{font-size:inherit}.markdown h1{padding-bottom:.3em;font-size:2.25em;line-height:1.2;border-bottom:1px solid #eee}.markdown h1 .anchor{line-height:1}.markdown h2{padding-bottom:.3em;font-size:1.75em;line-height:1.225;border-bottom:1px solid #eee}.markdown h2 .anchor{line-height:1}.markdown h3{font-size:1.5em;line-height:1.43}.markdown h3 .anchor{line-height:1.2}.markdown h4{font-size:1.25em}.markdown h4 .anchor{line-height:1.2}.markdown h5{font-size:1em}.markdown h5 .anchor{line-height:1.1}.markdown h6{font-size:1em;color:#777}.markdown h6 .anchor{line-height:1.1}.markdown blockquote,.markdown dl,.markdown ol,.markdown p,.markdown pre,.markdown table,.markdown ul{margin-top:0;margin-bottom:16px}.markdown hr{height:4px;padding:0;margin:16px 0;background-color:#e7e7e7;border:0 none}.markdown ol,.markdown ul{padding-left:2em}.markdown ol.no-list,.markdown ul.no-list{padding:0;list-style-type:none}.markdown ol ol,.markdown ol ul,.markdown ul ol,.markdown ul ul{margin-top:0;margin-bottom:0}.markdown ol ol,.markdown ul ol{list-style-type:lower-roman}.markdown li>p{margin-top:16px}.markdown dl{padding:0}.markdown dl dt{padding:0;margin-top:16px;font-size:1em;font-style:italic;font-weight:700}.markdown dl dd{padding:0 16px;margin-bottom:16px}.markdown blockquote{padding:0 15px;color:#777;border-left:4px solid #ddd}.markdown blockquote>:first-child{margin-top:0}.markdown blockquote>:last-child{margin-bottom:0}.markdown table{display:block;width:100%;overflow:auto;word-break:normal;word-break:keep-all}.markdown table th{font-weight:700}.markdown table td,.markdown table th{padding:6px 13px!important;border:1px solid #ddd}.markdown table tr{background-color:#fff;border-top:1px solid #ccc}.markdown table tr:nth-child(2n){background-color:#f8f8f8}.markdown img{max-width:100%;box-sizing:border-box}.markdown .emoji{max-width:none}.markdown span.frame{display:block;overflow:hidden}.markdown span.frame>span{display:block;float:left;width:auto;padding:7px;margin:13px 0 0;overflow:hidden;border:1px solid #ddd}.markdown span.frame span img{display:block;float:left}.markdown span.frame span span{display:block;padding:5px 0 0;clear:both;color:#333}.markdown span.align-center{display:block;overflow:hidden;clear:both}.markdown span.align-center>span{display:block;margin:13px auto 0;overflow:hidden;text-align:center}.markdown span.align-center span img{margin:0 auto;text-align:center}.markdown span.align-right{display:block;overflow:hidden;clear:both}.markdown span.align-right>span{display:block;margin:13px 0 0;overflow:hidden;text-align:right}.markdown span.align-right span img{margin:0;text-align:right}.markdown span.float-left{display:block;float:left;margin-right:13px;overflow:hidden}.markdown span.float-left span{margin:13px 0 0}.markdown span.float-right{display:block;float:right;margin-left:13px;overflow:hidden}.markdown span.float-right>span{display:block;margin:13px auto 0;overflow:hidden;text-align:right}.markdown code,.markdown tt{padding:0;padding-top:.2em;padding-bottom:.2em;margin:0;font-size:85%;background-color:rgba(0,0,0,.04);border-radius:3px}.markdown code:after,.markdown code:before,.markdown tt:after,.markdown tt:before{letter-spacing:-.2em;content:"\00a0"}.markdown code br,.markdown tt br{display:none}.markdown del code{text-decoration:inherit}.markdown pre>code{padding:0;margin:0;font-size:100%;word-break:normal;white-space:pre;background:0 0;border:0}.markdown .highlight{margin-bottom:16px}.markdown .highlight pre,.markdown pre{padding:16px;overflow:auto;font-size:85%;line-height:1.45;background-color:#f7f7f7;border-radius:3px}.markdown .highlight pre{margin-bottom:0;word-break:normal}.markdown pre{word-wrap:normal}.markdown pre code,.markdown pre tt{display:inline;max-width:initial;padding:0;margin:0;overflow:initial;line-height:inherit;word-wrap:normal;background-color:transparent;border:0}.markdown pre code:after,.markdown pre code:before,.markdown pre tt:after,.markdown pre tt:before{content:normal}.markdown kbd{display:inline-block;padding:3px 5px;font-size:11px;line-height:10px;color:#555;vertical-align:middle;background-color:#fcfcfc;border:solid 1px #ccc;border-bottom-color:#bbb;border-radius:3px;box-shadow:inset 0 -1px 0 #bbb}.markdown .csv-data td,.markdown .csv-data th{padding:5px;overflow:hidden;font-size:12px;line-height:1;text-align:left;white-space:nowrap}.markdown .csv-data .blob-num{padding:10px 8px 9px;text-align:right;background:#fff;border:0}.markdown .csv-data tr{border-top:0}.markdown .csv-data th{font-weight:700;background:#f8f8f8;border-top:0}.pln{color:#333}@media screen{.str{color:#d14}.kwd{color:#333}.com{color:#998;font-style:italic}.typ{color:#458}.lit{color:#458}.pun{color:#333}.opn{color:#333}.clo{color:#333}.tag{color:navy}.atn{color:teal}.atv{color:#d14}.dec{color:#333}.var{color:teal}.fun{color:#900}}@media print,projection{.str{color:#060}.kwd{color:#006;font-weight:700}.com{color:#600;font-style:italic}.typ{color:#404;font-weight:700}.lit{color:#044}.clo,.opn,.pun{color:#440}.tag{color:#006;font-weight:700}.atn{color:#404}.atv{color:#060}}ol.linenums{margin-top:0;margin-bottom:0}.home{padding-bottom:80px}.home .logo{max-width:250px}.home .hero h1,.home .hero h2{font-family:'PT Sans Narrow',sans-serif}.home .hero h1{font-size:7em}.home .hero h2{font-size:4em}.home .hero .octicon{color:#d9453d;font-size:60px;margin-right:10px}.home .hero.header{font-size:24px}.home p.large{font-size:20px}.home .stackable{padding-top:30px}.home a{color:#d9453d}.install{padding-top:45px;padding-bottom:80px}.install form label{text-align:right;width:320px!important}.install form input{width:35%!important}.install form .field{text-align:left}.install form .field .help{margin-left:335px!important}.install form .field.optional .title{margin-left:38%}.install .ui .checkbox{margin-left:40%!important}.install .ui .checkbox label{width:auto!important}.form .help{color:#999;padding-top:.6em;padding-bottom:.6em;display:inline-block}.ui.attached.header{background:#f0f0f0}.ui.attached.header .right{margin-top:-5px}.ui.attached.header .right .button{padding:8px 10px;font-weight:400}.repository.new.fork form,.repository.new.migrate form{margin:auto;width:800px!important}.repository.new.fork form .ui.message,.repository.new.migrate form .ui.message{text-align:center}.repository.new.fork form .header,.repository.new.migrate form .header{padding-left:280px!important}.repository.new.fork form .inline.field>label,.repository.new.migrate form .inline.field>label{text-align:right;width:250px!important;word-wrap:break-word}.repository.new.fork form .help,.repository.new.migrate form .help{margin-left:265px!important}.repository.new.fork form .dropdown .dropdown.icon,.repository.new.migrate form .dropdown .dropdown.icon{margin-top:-7px!important}.repository.new.fork form .dropdown .text,.repository.new.migrate form .dropdown .text{margin-right:0!important}.repository.new.fork form .dropdown .text i,.repository.new.migrate form .dropdown .text i{margin-right:0!important}.repository.new.fork form .optional .title,.repository.new.migrate form .optional .title{margin-left:250px!important}.repository.new.fork form input,.repository.new.fork form textarea,.repository.new.migrate form input,.repository.new.migrate form textarea{width:50%!important}.new.webhook form .help{margin-left:25px}.repository{padding-top:15px;padding-bottom:80px}.repository .head .column{padding-top:5px!important;padding-bottom:5px!important}.repository .head .ui.compact.menu{margin-left:1rem}.repository .head .ui.header{margin-top:0}.repository .head .mega-octicon{width:30px;font-size:30px}.repository .head .ui.huge.breadcrumb{font-weight:300;font-size:1.7rem}.repository .head .fork-flag{margin-left:38px;display:block;font-size:11px;line-height:10px;white-space:nowrap}.repository .metas .menu{max-height:300px;overflow-x:auto}.repository .metas .ui.list .hide{display:none!important}.repository .metas .ui.list .label.color{padding:0 8px;margin-right:5px}.repository .metas .ui.list a{padding-top:5px;padding-right:10px}.repository .metas .ui.list a .text{color:#444}.repository .metas .ui.list a .text:hover{color:#000}.repository .filter.menu .label.color{margin-left:15px;padding:0 8px}.repository .filter.menu .octicon{float:left;margin-left:-5px;margin-right:-7px}.repository .filter.menu .menu{max-height:300px;overflow-x:auto;right:0!important;left:auto!important}.repository .filter.menu .dropdown.item{margin:1px;padding-right:0}.repository.new.issue .comment.form .comment .avatar{width:3em}.repository.new.issue .comment.form .content{margin-left:4em}.repository.new.issue .comment.form .content .markdown{font-size:14px}.repository.new.issue .comment.form .metas{min-width:220px}.repository.new.issue .comment.form .metas .filter.menu{max-height:300px;overflow-x:auto}.repository.view.issue .title{padding-bottom:0!important}.repository.view.issue .title h1{font-weight:300;font-size:3rem;margin-bottom:5px}.repository.view.issue .title h1 .ui.input{font-size:.5em;vertical-align:top;width:50%;min-width:600px}.repository.view.issue .title h1 .ui.input input{font-size:1.5em;padding:6px 10px}.repository.view.issue .title .index{font-weight:300;color:#aaa;letter-spacing:-1px}.repository.view.issue .title .label{margin-right:10px}.repository.view.issue .title .edit-zone{margin-top:10px}.repository.view.issue .comment-list:before{display:block;content:"";position:absolute;margin-top:12px;margin-bottom:14px;top:0;bottom:0;left:96px;width:2px;background-color:#f3f3f3;z-index:-1}.repository.view.issue .comment-list .comment .avatar{width:3em}.repository.view.issue .comment-list .comment .tag{color:#767676;margin-top:3px;padding:2px 5px;font-size:12px;border:1px solid rgba(0,0,0,.1);border-radius:3px}.repository.view.issue .comment-list .comment .actions .item{float:left}.repository.view.issue .comment-list .comment .actions a.item{margin-top:6px;margin-left:10px}.repository.view.issue .comment-list .comment .content{margin-left:4em}.repository.view.issue .comment-list .comment .content .header{font-weight:400;padding:auto 15px;color:#767676;background-color:#f7f7f7;border-bottom:1px solid #eee;border-top-left-radius:3px;border-top-right-radius:3px}.repository.view.issue .comment-list .comment .content .header .text{max-width:78%;padding-top:10px;padding-bottom:10px}.repository.view.issue .comment-list .comment .content .markdown{font-size:14px}.repository.view.issue .comment-list .comment .content .no-content{color:#767676;font-style:italic}.repository.view.issue .comment-list .comment .content>.bottom.segment{background:#f3f4f5}.repository.view.issue .comment-list .comment .content>.bottom.segment .ui.image{max-height:150px}.repository.view.issue .comment-list .comment .ui.form .field:first-child{clear:none}.repository.view.issue .comment-list .comment .ui.form .tab.segment{border:none;padding:0;padding-top:10px}.repository.view.issue .comment-list .comment .ui.form textarea{height:200px}.repository.view.issue .comment-list .comment .edit.buttons{margin-top:10px}.repository.view.issue .comment-list .event{position:relative;margin:15px 0 15px 79px;padding-left:25px}.repository.view.issue .comment-list .event .octicon{width:30px;float:left;margin-left:-36px;text-align:center}.repository.view.issue .comment-list .event .octicon.octicon-circle-slash{margin-top:5px;font-size:20px;color:#bd2c00}.repository.view.issue .comment-list .event .octicon.octicon-primitive-dot{font-size:35px;color:#6cc644}.repository.view.issue .ui.segment.metas{margin-top:-3px}.repository .comment.form .ui.comments{margin-top:-12px;max-width:100%}.repository .comment.form .content .field:first-child{clear:none}.repository .comment.form .content .tab.segment{border:none;padding:0;padding-top:10px}.repository .comment.form .content textarea{height:200px}.repository .label.list{list-style:none;padding-top:15px}.repository .label.list .item{padding-top:10px;padding-bottom:10px;border-bottom:1px dashed #AAA}.repository .label.list .item a{font-size:15px;padding-top:5px;padding-right:10px;color:#666}.repository .label.list .item a:hover{color:#000}.repository .label.list .item a.open-issues{margin-right:30px}.repository .milestone.list{list-style:none;padding-top:15px}.repository .milestone.list>.item{padding-top:10px;padding-bottom:10px;border-bottom:1px dashed #AAA}.repository .milestone.list>.item>a{padding-top:5px;padding-right:10px;color:#000}.repository .milestone.list>.item>a:hover{color:#4078c0}.repository .milestone.list>.item .ui.progress{width:40%;padding:0;border:0;margin:0}.repository .milestone.list>.item .ui.progress .bar{height:20px}.repository .milestone.list>.item .meta{color:#999;padding-top:5px}.repository .milestone.list>.item .meta .issue-stats .octicon{padding-left:5px}.repository .milestone.list>.item .meta .overdue{color:red}.repository .milestone.list>.item .operate{margin-top:-15px}.repository .milestone.list>.item .operate>a{font-size:15px;padding-top:5px;padding-right:10px;color:#666}.repository .milestone.list>.item .operate>a:hover{color:#000}.repository .milestone.list>.item .content{padding-top:10px}.repository.new.milestone textarea{height:200px}.repository.new.milestone #deadline{width:150px}.repository.compare.pull .choose.branch .octicon{padding-right:10px}.repository .filter.dropdown .menu{margin-top:1px!important}.repository.commits .header .ui.right .search input{font-weight:400;padding:5px 10px}.repository.commits .header .ui.right .button{float:right;margin-left:5px;margin-top:1px}.repository .commits.table{font-size:13px}.repository .commits.table td:first-child,.repository .commits.table th:first-child{padding-left:15px}.repository .commits.table td{line-height:15px}.repository .commits.table .author{min-width:180px}.repository .commits.table .message span{max-width:500px}.repository .commits.table .date{width:120px}.repository .sha.label{font-family:Consolas,Menlo,Monaco,"Lucida Console",monospace;font-size:14px;padding:6px 10px 4px 10px;font-weight:400}.repository .diff-detail-box{margin:15px 0;line-height:30px}.repository .diff-detail-box ol{clear:both;padding-left:0;margin-top:5px;margin-bottom:28px}.repository .diff-detail-box ol li{list-style:none;padding-bottom:4px;margin-bottom:4px;border-bottom:1px dashed #DDD;padding-left:6px}.repository .diff-detail-box span.status{display:inline-block;width:12px;height:12px;margin-right:8px;vertical-align:middle}.repository .diff-detail-box span.status.modify{background-color:#f0db88}.repository .diff-detail-box span.status.add{background-color:#b4e2b4}.repository .diff-detail-box span.status.del{background-color:#e9aeae}.repository .diff-detail-box span.status.rename{background-color:#dad8ff}.repository .diff-box .count{margin-right:12px}.repository .diff-box .count .bar{background-color:#e75316;height:12px;width:40px;display:inline-block;margin:2px 4px 0 4px;vertical-align:text-top}.repository .diff-box .count .bar .add{background-color:#77c64a;height:12px}.repository .diff-box .file{color:#888}.repository .diff-file-box .header{border-bottom:1px solid #d4d4d5!important}.repository .diff-file-box .file-body.file-code .lines-num{text-align:right;color:#999;background:#fafafa;width:1%}.repository .diff-file-box .file-body.file-code .lines-num-old{border-right:1px solid #DDD}.repository .diff-file-box .code-diff{font-size:13px}.repository .diff-file-box .code-diff td{padding:0;border-top:none}.repository .diff-file-box .code-diff pre{margin:0}.repository .diff-file-box .code-diff .lines-num{border-right:1px solid #d4d4d5;padding:0 5px}.repository .diff-file-box .code-diff tbody tr.tag-code pre,.repository .diff-file-box .code-diff tbody tr.tag-code td{background-color:#E0E0E0!important;border-color:#ADADAD!important}.repository .diff-file-box .code-diff tbody tr.del-code pre,.repository .diff-file-box .code-diff tbody tr.del-code td{background-color:#ffe2dd!important;border-color:#e9aeae!important}.repository .diff-file-box .code-diff tbody tr.add-code pre,.repository .diff-file-box .code-diff tbody tr.add-code td{background-color:#d1ffd6!important;border-color:#b4e2b4!important}.repository .diff-file-box .code-diff tbody tr:hover td{background-color:#FFF8D2!important;border-color:#F0DB88!important}.repository .diff-file-box .code-diff tbody tr:hover pre{background-color:transparent!important}.repository .code-view{overflow:auto;overflow-x:auto;overflow-y:hidden}.issue.list{list-style:none;padding-top:15px}.issue.list>.item{padding-top:15px;padding-bottom:10px;border-bottom:1px dashed #AAA}.issue.list>.item .title{color:#444;font-size:15px;font-weight:700;margin:0 6px}.issue.list>.item .title:hover{color:#000}.issue.list>.item .comment{padding-right:10px;color:#666}.issue.list>.item .desc{padding-top:5px;color:#999}.issue.list>.item .desc a.milestone{padding-left:5px;color:#999!important}.issue.list>.item .desc a.milestone:hover{color:#000!important}.issue.list>.item .desc .assignee{margin-top:-5px;margin-right:5px}.page.buttons{padding-top:15px}.ui.comments .dropzone{width:100%;margin-bottom:10px;border:2px dashed #0087F7;box-shadow:none!important}.ui.comments .dropzone .dz-error-message{top:140px}.settings .content{margin-top:2px}.settings .content .header,.settings .content .segment{box-shadow:0 1px 2px 0 rgba(34,36,38,.15)}.settings .key.list .item:not(:first-child){border-top:1px solid #eaeaea}.settings .key.list .ssh-key-state-indicator{float:left;color:gray;padding-left:10px;padding-top:10px}.settings .key.list .ssh-key-state-indicator.active{color:#6cc644}.settings .key.list .meta{padding-top:5px}.settings .key.list .print{color:#767676}.settings .key.list .activity{color:#666}.settings .hook.list>.item:not(:first-child){border-top:1px solid #eaeaea}.settings .hook.list .item{padding:10px 20px}.settings .hook.list .item .fa,.settings .hook.list .item .octicon{width:20px;text-align:center}.settings .hook.history.list .item{padding-left:13px}.settings .hook.history.list .item .meta .ui.right{margin-top:5px}.settings .hook.history.list .item .meta .ui.right .time{font-size:12px}.settings .hook.history.list .item .info{margin-top:10px}.settings .hook.history.list .item .info .tabular.menu .item{font-weight:500}.settings .hook.history.list .item .info .tab.segment{border:none;padding:0;padding-top:10px;box-shadow:none}.settings .hook.history.list .item .info .tab.segment>*{color:#666}.settings .hook.history.list .item .info .tab.segment pre{word-wrap:break-word}.settings .hook.history.list .item .info .tab.segment pre .hljs{padding:0;background-color:inherit}.ui.vertical.menu .header.item{font-size:1.1em;background:#f0f0f0}.edit-label.modal .form .column,.new-label.segment .form .column{padding-right:0}.edit-label.modal .form .buttons,.new-label.segment .form .buttons{margin-left:auto;padding-top:15px}.edit-label.modal .form .color.picker.column,.new-label.segment .form .color.picker.column{width:auto}.edit-label.modal .form .color.picker.column .color-picker,.new-label.segment .form .color.picker.column .color-picker{height:35px;width:auto;padding-left:30px}.edit-label.modal .form .minicolors-swatch.minicolors-sprite,.new-label.segment .form .minicolors-swatch.minicolors-sprite{top:10px;left:10px;width:15px;height:15px}.edit-label.modal .form .precolors,.new-label.segment .form .precolors{padding-left:0;padding-right:0;margin:3px 10px auto 10px;width:120px}.edit-label.modal .form .precolors .color,.new-label.segment .form .precolors .color{float:left;width:15px;height:15px}.organization{padding-top:15px;padding-bottom:80px}.organization .head .ui.header .text{vertical-align:middle;font-size:1.6rem;margin-left:15px}.organization .head .ui.header .ui.right{margin-top:5px}.user{padding-top:15px;padding-bottom:80px}.user.settings .key.list .item.ui.grid{margin-top:15px}.dashboard{padding-top:15px;padding-bottom:80px}.dashboard.issues .context.user.menu{min-width:200px}.dashboard.issues .context.user.menu .ui.header{font-size:1rem;text-transform:none}.dashboard.issues .filter.menu .item.active{background-color:#4183c4;color:#FFF}.dashboard.issues .ui.right .head.menu{margin-top:-5px}.dashboard.issues .ui.right .head.menu .item.active{color:#d9453d}.admin{padding-top:15px;padding-bottom:80px}.admin .table.segment{padding:0;font-size:13px}.admin .table.segment th{padding-top:5px;padding-bottom:5px}.admin .table.segment td:first-child,.admin .table.segment th:first-child{padding-left:15px} \ No newline at end of file +@font-face{font-family:octicons;src:url(../fonts/octicons.eot?#iefix&v=396334ee3da78f4302d25c758ae3e3ce5dc3c97d) format('embedded-opentype'),url(../fonts/octicons.woff?v=396334ee3da78f4302d25c758ae3e3ce5dc3c97d) format('woff'),url(../fonts/octicons.ttf?v=396334ee3da78f4302d25c758ae3e3ce5dc3c97d) format('truetype'),url(../fonts/octicons.svg?v=396334ee3da78f4302d25c758ae3e3ce5dc3c97d#octicons) format('svg');font-weight:400;font-style:normal}.mega-octicon,.octicon{font:normal normal normal 16px/1 octicons;display:inline-block;text-decoration:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.mega-octicon{font-size:32px}.octicon-alert:before{content:'\f02d'}.octicon-arrow-down:before{content:'\f03f'}.octicon-arrow-left:before{content:'\f040'}.octicon-arrow-right:before{content:'\f03e'}.octicon-arrow-small-down:before{content:'\f0a0'}.octicon-arrow-small-left:before{content:'\f0a1'}.octicon-arrow-small-right:before{content:'\f071'}.octicon-arrow-small-up:before{content:'\f09f'}.octicon-arrow-up:before{content:'\f03d'}.octicon-beaker:before,.octicon-microscope:before{content:'\f0dd'}.octicon-bell:before{content:'\f0de'}.octicon-book:before{content:'\f007'}.octicon-bookmark:before{content:'\f07b'}.octicon-briefcase:before{content:'\f0d3'}.octicon-broadcast:before{content:'\f048'}.octicon-browser:before{content:'\f0c5'}.octicon-bug:before{content:'\f091'}.octicon-calendar:before{content:'\f068'}.octicon-check:before{content:'\f03a'}.octicon-checklist:before{content:'\f076'}.octicon-chevron-down:before{content:'\f0a3'}.octicon-chevron-left:before{content:'\f0a4'}.octicon-chevron-right:before{content:'\f078'}.octicon-chevron-up:before{content:'\f0a2'}.octicon-circle-slash:before{content:'\f084'}.octicon-circuit-board:before{content:'\f0d6'}.octicon-clippy:before{content:'\f035'}.octicon-clock:before{content:'\f046'}.octicon-cloud-download:before{content:'\f00b'}.octicon-cloud-upload:before{content:'\f00c'}.octicon-code:before{content:'\f05f'}.octicon-color-mode:before{content:'\f065'}.octicon-comment-add:before,.octicon-comment:before{content:'\f02b'}.octicon-comment-discussion:before{content:'\f04f'}.octicon-credit-card:before{content:'\f045'}.octicon-dash:before{content:'\f0ca'}.octicon-dashboard:before{content:'\f07d'}.octicon-database:before{content:'\f096'}.octicon-clone:before,.octicon-desktop-download:before{content:'\f0dc'}.octicon-device-camera:before{content:'\f056'}.octicon-device-camera-video:before{content:'\f057'}.octicon-device-desktop:before{content:'\f27c'}.octicon-device-mobile:before{content:'\f038'}.octicon-diff:before{content:'\f04d'}.octicon-diff-added:before{content:'\f06b'}.octicon-diff-ignored:before{content:'\f099'}.octicon-diff-modified:before{content:'\f06d'}.octicon-diff-removed:before{content:'\f06c'}.octicon-diff-renamed:before{content:'\f06e'}.octicon-ellipsis:before{content:'\f09a'}.octicon-eye-unwatch:before,.octicon-eye-watch:before,.octicon-eye:before{content:'\f04e'}.octicon-file-binary:before{content:'\f094'}.octicon-file-code:before{content:'\f010'}.octicon-file-directory:before{content:'\f016'}.octicon-file-media:before{content:'\f012'}.octicon-file-pdf:before{content:'\f014'}.octicon-file-submodule:before{content:'\f017'}.octicon-file-symlink-directory:before{content:'\f0b1'}.octicon-file-symlink-file:before{content:'\f0b0'}.octicon-file-text:before{content:'\f011'}.octicon-file-zip:before{content:'\f013'}.octicon-flame:before{content:'\f0d2'}.octicon-fold:before{content:'\f0cc'}.octicon-gear:before{content:'\f02f'}.octicon-gift:before{content:'\f042'}.octicon-gist:before{content:'\f00e'}.octicon-gist-secret:before{content:'\f08c'}.octicon-git-branch-create:before,.octicon-git-branch-delete:before,.octicon-git-branch:before{content:'\f020'}.octicon-git-commit:before{content:'\f01f'}.octicon-git-compare:before{content:'\f0ac'}.octicon-git-merge:before{content:'\f023'}.octicon-git-pull-request-abandoned:before,.octicon-git-pull-request:before{content:'\f009'}.octicon-globe:before{content:'\f0b6'}.octicon-graph:before{content:'\f043'}.octicon-heart:before{content:'\2665'}.octicon-history:before{content:'\f07e'}.octicon-home:before{content:'\f08d'}.octicon-horizontal-rule:before{content:'\f070'}.octicon-hubot:before{content:'\f09d'}.octicon-inbox:before{content:'\f0cf'}.octicon-info:before{content:'\f059'}.octicon-issue-closed:before{content:'\f028'}.octicon-issue-opened:before{content:'\f026'}.octicon-issue-reopened:before{content:'\f027'}.octicon-jersey:before{content:'\f019'}.octicon-key:before{content:'\f049'}.octicon-keyboard:before{content:'\f00d'}.octicon-law:before{content:'\f0d8'}.octicon-light-bulb:before{content:'\f000'}.octicon-link:before{content:'\f05c'}.octicon-link-external:before{content:'\f07f'}.octicon-list-ordered:before{content:'\f062'}.octicon-list-unordered:before{content:'\f061'}.octicon-location:before{content:'\f060'}.octicon-gist-private:before,.octicon-git-fork-private:before,.octicon-lock:before,.octicon-mirror-private:before{content:'\f06a'}.octicon-logo-github:before{content:'\f092'}.octicon-mail:before{content:'\f03b'}.octicon-mail-read:before{content:'\f03c'}.octicon-mail-reply:before{content:'\f051'}.octicon-mark-github:before{content:'\f00a'}.octicon-markdown:before{content:'\f0c9'}.octicon-megaphone:before{content:'\f077'}.octicon-mention:before{content:'\f0be'}.octicon-milestone:before{content:'\f075'}.octicon-mirror-public:before,.octicon-mirror:before{content:'\f024'}.octicon-mortar-board:before{content:'\f0d7'}.octicon-mute:before{content:'\f080'}.octicon-no-newline:before{content:'\f09c'}.octicon-octoface:before{content:'\f008'}.octicon-organization:before{content:'\f037'}.octicon-package:before{content:'\f0c4'}.octicon-paintcan:before{content:'\f0d1'}.octicon-pencil:before{content:'\f058'}.octicon-person-add:before,.octicon-person-follow:before,.octicon-person:before{content:'\f018'}.octicon-pin:before{content:'\f041'}.octicon-plug:before{content:'\f0d4'}.octicon-file-add:before,.octicon-file-directory-create:before,.octicon-gist-new:before,.octicon-plus:before,.octicon-repo-create:before{content:'\f05d'}.octicon-primitive-dot:before{content:'\f052'}.octicon-primitive-square:before{content:'\f053'}.octicon-pulse:before{content:'\f085'}.octicon-question:before{content:'\f02c'}.octicon-quote:before{content:'\f063'}.octicon-radio-tower:before{content:'\f030'}.octicon-repo-delete:before,.octicon-repo:before{content:'\f001'}.octicon-repo-clone:before{content:'\f04c'}.octicon-repo-force-push:before{content:'\f04a'}.octicon-gist-fork:before,.octicon-repo-forked:before{content:'\f002'}.octicon-repo-pull:before{content:'\f006'}.octicon-repo-push:before{content:'\f005'}.octicon-rocket:before{content:'\f033'}.octicon-rss:before{content:'\f034'}.octicon-ruby:before{content:'\f047'}.octicon-screen-full:before{content:'\f066'}.octicon-screen-normal:before{content:'\f067'}.octicon-search-save:before,.octicon-search:before{content:'\f02e'}.octicon-server:before{content:'\f097'}.octicon-settings:before{content:'\f07c'}.octicon-shield:before{content:'\f0e1'}.octicon-log-in:before,.octicon-sign-in:before{content:'\f036'}.octicon-log-out:before,.octicon-sign-out:before{content:'\f032'}.octicon-squirrel:before{content:'\f0b2'}.octicon-star-add:before,.octicon-star-delete:before,.octicon-star:before{content:'\f02a'}.octicon-stop:before{content:'\f08f'}.octicon-repo-sync:before,.octicon-sync:before{content:'\f087'}.octicon-tag-add:before,.octicon-tag-remove:before,.octicon-tag:before{content:'\f015'}.octicon-telescope:before{content:'\f088'}.octicon-terminal:before{content:'\f0c8'}.octicon-three-bars:before{content:'\f05e'}.octicon-thumbsdown:before{content:'\f0db'}.octicon-thumbsup:before{content:'\f0da'}.octicon-tools:before{content:'\f031'}.octicon-trashcan:before{content:'\f0d0'}.octicon-triangle-down:before{content:'\f05b'}.octicon-triangle-left:before{content:'\f044'}.octicon-triangle-right:before{content:'\f05a'}.octicon-triangle-up:before{content:'\f0aa'}.octicon-unfold:before{content:'\f039'}.octicon-unmute:before{content:'\f0ba'}.octicon-versions:before{content:'\f064'}.octicon-watch:before{content:'\f0e0'}.octicon-remove-close:before,.octicon-x:before{content:'\f081'}.octicon-zap:before{content:'\26A1'}body{font-family:'Helvetica Neue',Arial,Helvetica,sans-serif,'微软雅黑';background-color:#FAFAFA}img{border-radius:3px}pre{font:12px Consolas,"Liberation Mono",Menlo,Courier,monospace}pre.raw{padding:7px 12px;margin:10px 0;background-color:#f8f8f8;border:1px solid #ddd;border-radius:3px;font-size:13px;line-height:1.5;overflow:auto}.full.height{padding:0;margin:0 0 -80px 0;min-height:100%}.following.bar{z-index:900;left:0;width:100%}.following.bar.light{background-color:#fff;border-bottom:1px solid #DDD;box-shadow:0 2px 3px rgba(0,0,0,.04)}.following.bar .column .menu{margin-top:0}.following.bar .top.menu a.item.brand{padding-left:0}.following.bar .brand .ui.mini.image{width:30px}.following.bar .top.menu .dropdown.item.active,.following.bar .top.menu .dropdown.item:hover,.following.bar .top.menu a.item:hover{background-color:transparent}.following.bar .top.menu a.item:hover{color:rgba(0,0,0,.45)}.following.bar .top.menu .menu{z-index:900}.following.bar .head.link.item{padding-right:0!important}.following.bar .head.link.item .dropdown.icon,.following.bar .head.link.item .menu .octicon{margin-right:5px}.following.bar .avatar>.ui.image{margin-right:0}.following.bar .searchbox{background-color:#f4f4f4!important}.following.bar .searchbox:focus{background-color:#e9e9e9!important}.following.bar .octicon{width:16px;text-align:center}.ui.left{float:left}.ui.right{float:right}.ui .text.red{color:#d95c5c!important}.ui .text.red a{color:#d95c5c!important}.ui .text.red a:hover{color:#E67777!important}.ui .text.blue{color:#428bca!important}.ui .text.blue a{color:#15c!important}.ui .text.blue a:hover{color:#428bca!important}.ui .text.grey{color:#767676!important}.ui .text.grey a{color:#444!important}.ui .text.grey a:hover{color:#000!important}.ui .text.green{color:#6cc644!important}.ui .text.left{text-align:left!important}.ui .text.right{text-align:right!important}.ui .text.small{font-size:.75em}.ui .text.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block}.ui .text.thin{font-weight:400}.ui .text.middle{vertical-align:middle}.ui .message{text-align:center}.ui .header>i+.content{padding-left:.75rem;vertical-align:middle}.ui .warning.header{background-color:#F9EDBE!important;border-color:#F0C36D}.ui .warning.segment{border-color:#F0C36D}.ui .info.header{background-color:#d9edf7!important;border-color:#85c5e5}.ui .info.segment{border-color:#85c5e5}.ui .normal.header{font-weight:400}.ui .avatar.image{border-radius:3px}.ui .form .fake{display:none!important}.overflow.menu .items{max-height:300px;overflow-y:auto}.overflow.menu .items .item{position:relative;cursor:pointer;display:block;border:none;height:auto;border-top:none;line-height:1em;color:rgba(0,0,0,.8);padding:.71428571em 1.14285714em!important;font-size:1rem;text-transform:none;font-weight:400;box-shadow:none;-webkit-touch-callout:none}.overflow.menu .items .item.active{font-weight:700}.overflow.menu .items .item:hover{background:rgba(0,0,0,.05);color:rgba(0,0,0,.8);z-index:13}footer{margin-top:54px!important;height:40px;background-color:#fff;border-top:1px solid #d6d6d6;clear:both;width:100%;color:#888}footer .container{padding-top:10px}footer .container .fa{width:16px;text-align:center;color:#428bca}footer .container .ui.language.dropdown{z-index:10000}footer .container .links>*{border-left:1px solid #d6d6d6;padding-left:8px;margin-left:5px}footer .container .links>:first-child{border-left:none}.hide{display:none}.center{text-align:center}.img-1{width:2px!important;height:2px!important}.img-2{width:4px!important;height:4px!important}.img-3{width:6px!important;height:6px!important}.img-4{width:8px!important;height:8px!important}.img-5{width:10px!important;height:10px!important}.img-6{width:12px!important;height:12px!important}.img-7{width:14px!important;height:14px!important}.img-8{width:16px!important;height:16px!important}.img-9{width:18px!important;height:18px!important}.img-10{width:20px!important;height:20px!important}.img-11{width:22px!important;height:22px!important}.img-12{width:24px!important;height:24px!important}.img-13{width:26px!important;height:26px!important}.img-14{width:28px!important;height:28px!important}.img-15{width:30px!important;height:30px!important}.img-16{width:32px!important;height:32px!important}.mega-octicon.icon,.octicon.icon{font-family:octicons}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}@media only screen and (max-width:991px) and (min-width:768px){.ui.container{width:95%}}.markdown{overflow:hidden;font-family:"Helvetica Neue",Helvetica,"Segoe UI",Arial,freesans,sans-serif;font-size:16px;line-height:1.6;word-wrap:break-word}.markdown>:first-child{margin-top:0!important}.markdown>:last-child{margin-bottom:0!important}.markdown a:not([href]){color:inherit;text-decoration:none}.markdown .absent{color:#c00}.markdown .anchor{position:absolute;top:0;left:0;display:block;padding-right:6px;padding-left:30px;margin-left:-30px}.markdown .anchor:focus{outline:0}.markdown h1,.markdown h2,.markdown h3,.markdown h4,.markdown h5,.markdown h6{position:relative;margin-top:1em;margin-bottom:16px;font-weight:700;line-height:1.4}.markdown h1 .octicon-link,.markdown h2 .octicon-link,.markdown h3 .octicon-link,.markdown h4 .octicon-link,.markdown h5 .octicon-link,.markdown h6 .octicon-link{display:none;color:#000;vertical-align:middle}.markdown h1:hover .anchor,.markdown h2:hover .anchor,.markdown h3:hover .anchor,.markdown h4:hover .anchor,.markdown h5:hover .anchor,.markdown h6:hover .anchor{padding-left:8px;margin-left:-30px;text-decoration:none}.markdown h1:hover .anchor .octicon-link,.markdown h2:hover .anchor .octicon-link,.markdown h3:hover .anchor .octicon-link,.markdown h4:hover .anchor .octicon-link,.markdown h5:hover .anchor .octicon-link,.markdown h6:hover .anchor .octicon-link{display:inline-block}.markdown h1 code,.markdown h1 tt,.markdown h2 code,.markdown h2 tt,.markdown h3 code,.markdown h3 tt,.markdown h4 code,.markdown h4 tt,.markdown h5 code,.markdown h5 tt,.markdown h6 code,.markdown h6 tt{font-size:inherit}.markdown h1{padding-bottom:.3em;font-size:2.25em;line-height:1.2;border-bottom:1px solid #eee}.markdown h1 .anchor{line-height:1}.markdown h2{padding-bottom:.3em;font-size:1.75em;line-height:1.225;border-bottom:1px solid #eee}.markdown h2 .anchor{line-height:1}.markdown h3{font-size:1.5em;line-height:1.43}.markdown h3 .anchor{line-height:1.2}.markdown h4{font-size:1.25em}.markdown h4 .anchor{line-height:1.2}.markdown h5{font-size:1em}.markdown h5 .anchor{line-height:1.1}.markdown h6{font-size:1em;color:#777}.markdown h6 .anchor{line-height:1.1}.markdown blockquote,.markdown dl,.markdown ol,.markdown p,.markdown pre,.markdown table,.markdown ul{margin-top:0;margin-bottom:16px}.markdown hr{height:4px;padding:0;margin:16px 0;background-color:#e7e7e7;border:0 none}.markdown ol,.markdown ul{padding-left:2em}.markdown ol.no-list,.markdown ul.no-list{padding:0;list-style-type:none}.markdown ol ol,.markdown ol ul,.markdown ul ol,.markdown ul ul{margin-top:0;margin-bottom:0}.markdown ol ol,.markdown ul ol{list-style-type:lower-roman}.markdown li>p{margin-top:16px}.markdown dl{padding:0}.markdown dl dt{padding:0;margin-top:16px;font-size:1em;font-style:italic;font-weight:700}.markdown dl dd{padding:0 16px;margin-bottom:16px}.markdown blockquote{padding:0 15px;color:#777;border-left:4px solid #ddd}.markdown blockquote>:first-child{margin-top:0}.markdown blockquote>:last-child{margin-bottom:0}.markdown table{display:block;width:100%;overflow:auto;word-break:normal;word-break:keep-all}.markdown table th{font-weight:700}.markdown table td,.markdown table th{padding:6px 13px!important;border:1px solid #ddd}.markdown table tr{background-color:#fff;border-top:1px solid #ccc}.markdown table tr:nth-child(2n){background-color:#f8f8f8}.markdown img{max-width:100%;box-sizing:border-box}.markdown .emoji{max-width:none}.markdown span.frame{display:block;overflow:hidden}.markdown span.frame>span{display:block;float:left;width:auto;padding:7px;margin:13px 0 0;overflow:hidden;border:1px solid #ddd}.markdown span.frame span img{display:block;float:left}.markdown span.frame span span{display:block;padding:5px 0 0;clear:both;color:#333}.markdown span.align-center{display:block;overflow:hidden;clear:both}.markdown span.align-center>span{display:block;margin:13px auto 0;overflow:hidden;text-align:center}.markdown span.align-center span img{margin:0 auto;text-align:center}.markdown span.align-right{display:block;overflow:hidden;clear:both}.markdown span.align-right>span{display:block;margin:13px 0 0;overflow:hidden;text-align:right}.markdown span.align-right span img{margin:0;text-align:right}.markdown span.float-left{display:block;float:left;margin-right:13px;overflow:hidden}.markdown span.float-left span{margin:13px 0 0}.markdown span.float-right{display:block;float:right;margin-left:13px;overflow:hidden}.markdown span.float-right>span{display:block;margin:13px auto 0;overflow:hidden;text-align:right}.markdown code,.markdown tt{padding:0;padding-top:.2em;padding-bottom:.2em;margin:0;font-size:85%;background-color:rgba(0,0,0,.04);border-radius:3px}.markdown code:after,.markdown code:before,.markdown tt:after,.markdown tt:before{letter-spacing:-.2em;content:"\00a0"}.markdown code br,.markdown tt br{display:none}.markdown del code{text-decoration:inherit}.markdown pre>code{padding:0;margin:0;font-size:100%;word-break:normal;white-space:pre;background:0 0;border:0}.markdown .highlight{margin-bottom:16px}.markdown .highlight pre,.markdown pre{padding:16px;overflow:auto;font-size:85%;line-height:1.45;background-color:#f7f7f7;border-radius:3px}.markdown .highlight pre{margin-bottom:0;word-break:normal}.markdown pre{word-wrap:normal}.markdown pre code,.markdown pre tt{display:inline;max-width:initial;padding:0;margin:0;overflow:initial;line-height:inherit;word-wrap:normal;background-color:transparent;border:0}.markdown pre code:after,.markdown pre code:before,.markdown pre tt:after,.markdown pre tt:before{content:normal}.markdown kbd{display:inline-block;padding:3px 5px;font-size:11px;line-height:10px;color:#555;vertical-align:middle;background-color:#fcfcfc;border:solid 1px #ccc;border-bottom-color:#bbb;border-radius:3px;box-shadow:inset 0 -1px 0 #bbb}.markdown .csv-data td,.markdown .csv-data th{padding:5px;overflow:hidden;font-size:12px;line-height:1;text-align:left;white-space:nowrap}.markdown .csv-data .blob-num{padding:10px 8px 9px;text-align:right;background:#fff;border:0}.markdown .csv-data tr{border-top:0}.markdown .csv-data th{font-weight:700;background:#f8f8f8;border-top:0}.pln{color:#333}@media screen{.str{color:#d14}.kwd{color:#333}.com{color:#998;font-style:italic}.typ{color:#458}.lit{color:#458}.pun{color:#333}.opn{color:#333}.clo{color:#333}.tag{color:navy}.atn{color:teal}.atv{color:#d14}.dec{color:#333}.var{color:teal}.fun{color:#900}}@media print,projection{.str{color:#060}.kwd{color:#006;font-weight:700}.com{color:#600;font-style:italic}.typ{color:#404;font-weight:700}.lit{color:#044}.clo,.opn,.pun{color:#440}.tag{color:#006;font-weight:700}.atn{color:#404}.atv{color:#060}}ol.linenums{margin-top:0;margin-bottom:0}.home{padding-bottom:80px}.home .logo{max-width:250px}.home .hero h1,.home .hero h2{font-family:'PT Sans Narrow',sans-serif}.home .hero h1{font-size:7em}.home .hero h2{font-size:4em}.home .hero .octicon{color:#d9453d;font-size:60px;margin-right:10px}.home .hero.header{font-size:24px}.home p.large{font-size:20px}.home .stackable{padding-top:30px}.home a{color:#d9453d}.install{padding-top:45px;padding-bottom:80px}.install form label{text-align:right;width:320px!important}.install form input{width:35%!important}.install form .field{text-align:left}.install form .field .help{margin-left:335px!important}.install form .field.optional .title{margin-left:38%}.install .ui .checkbox{margin-left:40%!important}.install .ui .checkbox label{width:auto!important}.form .help{color:#999;padding-top:.6em;padding-bottom:.6em;display:inline-block}.ui.attached.header{background:#f0f0f0}.ui.attached.header .right{margin-top:-5px}.ui.attached.header .right .button{padding:8px 10px;font-weight:400}.repository.new.fork form,.repository.new.migrate form,.repository.new.repo form{margin:auto;width:800px!important}.repository.new.fork form .ui.message,.repository.new.migrate form .ui.message,.repository.new.repo form .ui.message{text-align:center}.repository.new.fork form .header,.repository.new.migrate form .header,.repository.new.repo form .header{padding-left:280px!important}.repository.new.fork form .inline.field>label,.repository.new.migrate form .inline.field>label,.repository.new.repo form .inline.field>label{text-align:right;width:250px!important;word-wrap:break-word}.repository.new.fork form .help,.repository.new.migrate form .help,.repository.new.repo form .help{margin-left:265px!important}.repository.new.fork form .dropdown .dropdown.icon,.repository.new.migrate form .dropdown .dropdown.icon,.repository.new.repo form .dropdown .dropdown.icon{margin-top:-7px!important}.repository.new.fork form .dropdown .text,.repository.new.migrate form .dropdown .text,.repository.new.repo form .dropdown .text{margin-right:0!important}.repository.new.fork form .dropdown .text i,.repository.new.migrate form .dropdown .text i,.repository.new.repo form .dropdown .text i{margin-right:0!important}.repository.new.fork form .optional .title,.repository.new.migrate form .optional .title,.repository.new.repo form .optional .title{margin-left:250px!important}.repository.new.fork form input,.repository.new.fork form textarea,.repository.new.migrate form input,.repository.new.migrate form textarea,.repository.new.repo form input,.repository.new.repo form textarea{width:50%!important}.repository.new.repo .selection.dropdown{width:50%!important}.repository.new.repo #auto-init{margin-left:265px!important}.new.webhook form .help{margin-left:25px}.repository{padding-top:15px;padding-bottom:80px}.repository .head .column{padding-top:5px!important;padding-bottom:5px!important}.repository .head .ui.compact.menu{margin-left:1rem}.repository .head .ui.header{margin-top:0}.repository .head .mega-octicon{width:30px;font-size:30px}.repository .head .ui.huge.breadcrumb{font-weight:300;font-size:1.7rem}.repository .head .fork-flag{margin-left:38px;display:block;font-size:11px;line-height:10px;white-space:nowrap}.repository .metas .menu{max-height:300px;overflow-x:auto}.repository .metas .ui.list .hide{display:none!important}.repository .metas .ui.list .label.color{padding:0 8px;margin-right:5px}.repository .metas .ui.list a{padding-top:5px;padding-right:10px}.repository .metas .ui.list a .text{color:#444}.repository .metas .ui.list a .text:hover{color:#000}.repository .filter.menu .label.color{margin-left:15px;padding:0 8px}.repository .filter.menu .octicon{float:left;margin-left:-5px;margin-right:-7px}.repository .filter.menu .menu{max-height:300px;overflow-x:auto;right:0!important;left:auto!important}.repository .filter.menu .dropdown.item{margin:1px;padding-right:0}.repository.new.issue .comment.form .comment .avatar{width:3em}.repository.new.issue .comment.form .content{margin-left:4em}.repository.new.issue .comment.form .content .markdown{font-size:14px}.repository.new.issue .comment.form .metas{min-width:220px}.repository.new.issue .comment.form .metas .filter.menu{max-height:300px;overflow-x:auto}.repository.view.issue .title{padding-bottom:0!important}.repository.view.issue .title h1{font-weight:300;font-size:3rem;margin-bottom:5px}.repository.view.issue .title h1 .ui.input{font-size:.5em;vertical-align:top;width:50%;min-width:600px}.repository.view.issue .title h1 .ui.input input{font-size:1.5em;padding:6px 10px}.repository.view.issue .title .index{font-weight:300;color:#aaa;letter-spacing:-1px}.repository.view.issue .title .label{margin-right:10px}.repository.view.issue .title .edit-zone{margin-top:10px}.repository.view.issue .comment-list:before{display:block;content:"";position:absolute;margin-top:12px;margin-bottom:14px;top:0;bottom:0;left:96px;width:2px;background-color:#f3f3f3;z-index:-1}.repository.view.issue .comment-list .comment .avatar{width:3em}.repository.view.issue .comment-list .comment .tag{color:#767676;margin-top:3px;padding:2px 5px;font-size:12px;border:1px solid rgba(0,0,0,.1);border-radius:3px}.repository.view.issue .comment-list .comment .actions .item{float:left}.repository.view.issue .comment-list .comment .actions a.item{margin-top:6px;margin-left:10px}.repository.view.issue .comment-list .comment .content{margin-left:4em}.repository.view.issue .comment-list .comment .content .header{font-weight:400;padding:auto 15px;color:#767676;background-color:#f7f7f7;border-bottom:1px solid #eee;border-top-left-radius:3px;border-top-right-radius:3px}.repository.view.issue .comment-list .comment .content .header .text{max-width:78%;padding-top:10px;padding-bottom:10px}.repository.view.issue .comment-list .comment .content .markdown{font-size:14px}.repository.view.issue .comment-list .comment .content .no-content{color:#767676;font-style:italic}.repository.view.issue .comment-list .comment .content>.bottom.segment{background:#f3f4f5}.repository.view.issue .comment-list .comment .content>.bottom.segment .ui.image{max-height:150px}.repository.view.issue .comment-list .comment .ui.form .field:first-child{clear:none}.repository.view.issue .comment-list .comment .ui.form .tab.segment{border:none;padding:0;padding-top:10px}.repository.view.issue .comment-list .comment .ui.form textarea{height:200px}.repository.view.issue .comment-list .comment .edit.buttons{margin-top:10px}.repository.view.issue .comment-list .event{position:relative;margin:15px 0 15px 79px;padding-left:25px}.repository.view.issue .comment-list .event .octicon{width:30px;float:left;margin-left:-36px;text-align:center}.repository.view.issue .comment-list .event .octicon.octicon-circle-slash{margin-top:5px;font-size:20px;color:#bd2c00}.repository.view.issue .comment-list .event .octicon.octicon-primitive-dot{font-size:35px;color:#6cc644}.repository.view.issue .ui.segment.metas{margin-top:-3px}.repository .comment.form .ui.comments{margin-top:-12px;max-width:100%}.repository .comment.form .content .field:first-child{clear:none}.repository .comment.form .content .tab.segment{border:none;padding:0;padding-top:10px}.repository .comment.form .content textarea{height:200px}.repository .label.list{list-style:none;padding-top:15px}.repository .label.list .item{padding-top:10px;padding-bottom:10px;border-bottom:1px dashed #AAA}.repository .label.list .item a{font-size:15px;padding-top:5px;padding-right:10px;color:#666}.repository .label.list .item a:hover{color:#000}.repository .label.list .item a.open-issues{margin-right:30px}.repository .milestone.list{list-style:none;padding-top:15px}.repository .milestone.list>.item{padding-top:10px;padding-bottom:10px;border-bottom:1px dashed #AAA}.repository .milestone.list>.item>a{padding-top:5px;padding-right:10px;color:#000}.repository .milestone.list>.item>a:hover{color:#4078c0}.repository .milestone.list>.item .ui.progress{width:40%;padding:0;border:0;margin:0}.repository .milestone.list>.item .ui.progress .bar{height:20px}.repository .milestone.list>.item .meta{color:#999;padding-top:5px}.repository .milestone.list>.item .meta .issue-stats .octicon{padding-left:5px}.repository .milestone.list>.item .meta .overdue{color:red}.repository .milestone.list>.item .operate{margin-top:-15px}.repository .milestone.list>.item .operate>a{font-size:15px;padding-top:5px;padding-right:10px;color:#666}.repository .milestone.list>.item .operate>a:hover{color:#000}.repository .milestone.list>.item .content{padding-top:10px}.repository.new.milestone textarea{height:200px}.repository.new.milestone #deadline{width:150px}.repository.compare.pull .choose.branch .octicon{padding-right:10px}.repository .filter.dropdown .menu{margin-top:1px!important}.repository.commits .header .ui.right .search input{font-weight:400;padding:5px 10px}.repository.commits .header .ui.right .button{float:right;margin-left:5px;margin-top:1px}.repository .commits.table{font-size:13px}.repository .commits.table td:first-child,.repository .commits.table th:first-child{padding-left:15px}.repository .commits.table td{line-height:15px}.repository .commits.table .author{min-width:180px}.repository .commits.table .message span{max-width:500px}.repository .commits.table .date{width:120px}.repository .sha.label{font-family:Consolas,Menlo,Monaco,"Lucida Console",monospace;font-size:14px;padding:6px 10px 4px 10px;font-weight:400}.repository .diff-detail-box{margin:15px 0;line-height:30px}.repository .diff-detail-box ol{clear:both;padding-left:0;margin-top:5px;margin-bottom:28px}.repository .diff-detail-box ol li{list-style:none;padding-bottom:4px;margin-bottom:4px;border-bottom:1px dashed #DDD;padding-left:6px}.repository .diff-detail-box span.status{display:inline-block;width:12px;height:12px;margin-right:8px;vertical-align:middle}.repository .diff-detail-box span.status.modify{background-color:#f0db88}.repository .diff-detail-box span.status.add{background-color:#b4e2b4}.repository .diff-detail-box span.status.del{background-color:#e9aeae}.repository .diff-detail-box span.status.rename{background-color:#dad8ff}.repository .diff-box .count{margin-right:12px}.repository .diff-box .count .bar{background-color:#e75316;height:12px;width:40px;display:inline-block;margin:2px 4px 0 4px;vertical-align:text-top}.repository .diff-box .count .bar .add{background-color:#77c64a;height:12px}.repository .diff-box .file{color:#888}.repository .diff-file-box .header{border-bottom:1px solid #d4d4d5!important}.repository .diff-file-box .file-body.file-code .lines-num{text-align:right;color:#999;background:#fafafa;width:1%}.repository .diff-file-box .file-body.file-code .lines-num-old{border-right:1px solid #DDD}.repository .diff-file-box .code-diff{font-size:13px}.repository .diff-file-box .code-diff td{padding:0;border-top:none}.repository .diff-file-box .code-diff pre{margin:0}.repository .diff-file-box .code-diff .lines-num{border-right:1px solid #d4d4d5;padding:0 5px}.repository .diff-file-box .code-diff tbody tr.tag-code pre,.repository .diff-file-box .code-diff tbody tr.tag-code td{background-color:#E0E0E0!important;border-color:#ADADAD!important}.repository .diff-file-box .code-diff tbody tr.del-code pre,.repository .diff-file-box .code-diff tbody tr.del-code td{background-color:#ffe2dd!important;border-color:#e9aeae!important}.repository .diff-file-box .code-diff tbody tr.add-code pre,.repository .diff-file-box .code-diff tbody tr.add-code td{background-color:#d1ffd6!important;border-color:#b4e2b4!important}.repository .diff-file-box .code-diff tbody tr:hover td{background-color:#FFF8D2!important;border-color:#F0DB88!important}.repository .diff-file-box .code-diff tbody tr:hover pre{background-color:transparent!important}.repository .code-view{overflow:auto;overflow-x:auto;overflow-y:hidden}.issue.list{list-style:none;padding-top:15px}.issue.list>.item{padding-top:15px;padding-bottom:10px;border-bottom:1px dashed #AAA}.issue.list>.item .title{color:#444;font-size:15px;font-weight:700;margin:0 6px}.issue.list>.item .title:hover{color:#000}.issue.list>.item .comment{padding-right:10px;color:#666}.issue.list>.item .desc{padding-top:5px;color:#999}.issue.list>.item .desc a.milestone{padding-left:5px;color:#999!important}.issue.list>.item .desc a.milestone:hover{color:#000!important}.issue.list>.item .desc .assignee{margin-top:-5px;margin-right:5px}.page.buttons{padding-top:15px}.ui.comments .dropzone{width:100%;margin-bottom:10px;border:2px dashed #0087F7;box-shadow:none!important}.ui.comments .dropzone .dz-error-message{top:140px}.settings .content{margin-top:2px}.settings .content .header,.settings .content .segment{box-shadow:0 1px 2px 0 rgba(34,36,38,.15)}.settings .key.list .item:not(:first-child){border-top:1px solid #eaeaea}.settings .key.list .ssh-key-state-indicator{float:left;color:gray;padding-left:10px;padding-top:10px}.settings .key.list .ssh-key-state-indicator.active{color:#6cc644}.settings .key.list .meta{padding-top:5px}.settings .key.list .print{color:#767676}.settings .key.list .activity{color:#666}.settings .hook.list>.item:not(:first-child){border-top:1px solid #eaeaea}.settings .hook.list .item{padding:10px 20px}.settings .hook.list .item .fa,.settings .hook.list .item .octicon{width:20px;text-align:center}.settings .hook.history.list .item{padding-left:13px}.settings .hook.history.list .item .meta .ui.right{margin-top:5px}.settings .hook.history.list .item .meta .ui.right .time{font-size:12px}.settings .hook.history.list .item .info{margin-top:10px}.settings .hook.history.list .item .info .tabular.menu .item{font-weight:500}.settings .hook.history.list .item .info .tab.segment{border:none;padding:0;padding-top:10px;box-shadow:none}.settings .hook.history.list .item .info .tab.segment>*{color:#666}.settings .hook.history.list .item .info .tab.segment pre{word-wrap:break-word}.settings .hook.history.list .item .info .tab.segment pre .hljs{padding:0;background-color:inherit}.ui.vertical.menu .header.item{font-size:1.1em;background:#f0f0f0}.edit-label.modal .form .column,.new-label.segment .form .column{padding-right:0}.edit-label.modal .form .buttons,.new-label.segment .form .buttons{margin-left:auto;padding-top:15px}.edit-label.modal .form .color.picker.column,.new-label.segment .form .color.picker.column{width:auto}.edit-label.modal .form .color.picker.column .color-picker,.new-label.segment .form .color.picker.column .color-picker{height:35px;width:auto;padding-left:30px}.edit-label.modal .form .minicolors-swatch.minicolors-sprite,.new-label.segment .form .minicolors-swatch.minicolors-sprite{top:10px;left:10px;width:15px;height:15px}.edit-label.modal .form .precolors,.new-label.segment .form .precolors{padding-left:0;padding-right:0;margin:3px 10px auto 10px;width:120px}.edit-label.modal .form .precolors .color,.new-label.segment .form .precolors .color{float:left;width:15px;height:15px}.organization{padding-top:15px;padding-bottom:80px}.organization .head .ui.header .text{vertical-align:middle;font-size:1.6rem;margin-left:15px}.organization .head .ui.header .ui.right{margin-top:5px}.user{padding-top:15px;padding-bottom:80px}.user.settings .key.list .item.ui.grid{margin-top:15px}.dashboard{padding-top:15px;padding-bottom:80px}.dashboard.issues .context.user.menu{min-width:200px}.dashboard.issues .context.user.menu .ui.header{font-size:1rem;text-transform:none}.dashboard.issues .filter.menu .item.active{background-color:#4183c4;color:#FFF}.dashboard.issues .ui.right .head.menu{margin-top:-5px}.dashboard.issues .ui.right .head.menu .item.active{color:#d9453d}.admin{padding-top:15px;padding-bottom:80px}.admin .table.segment{padding:0;font-size:13px}.admin .table.segment th{padding-top:5px;padding-bottom:5px}.admin .table.segment td:first-child,.admin .table.segment th:first-child{padding-left:15px} \ No newline at end of file diff --git a/public/less/_form.less b/public/less/_form.less index 23bb6fa05e..a470c63762 100644 --- a/public/less/_form.less +++ b/public/less/_form.less @@ -18,6 +18,8 @@ } .repository { + @input-padding: 250px !important; + &.new.repo, &.new.migrate, &.new.fork { form { @@ -26,7 +28,6 @@ .ui.message { text-align: center; } - @input-padding: 250px !important; .header { padding-left: @input-padding+30px; } @@ -58,6 +59,15 @@ } } } + + &.new.repo { + .selection.dropdown { + width: 50%!important; + } + #auto-init { + margin-left: @input-padding+15px; + } + } } .new.webhook { diff --git a/routers/repo/repo.go b/routers/repo/repo.go index 1d29557005..22aa9cd5f1 100644 --- a/routers/repo/repo.go +++ b/routers/repo/repo.go @@ -52,10 +52,10 @@ func Create(ctx *middleware.Context) { ctx.Data["Title"] = ctx.Tr("new_repo") // Give default value for template to render. - ctx.Data["gitignore"] = "0" - ctx.Data["license"] = "0" ctx.Data["Gitignores"] = models.Gitignores ctx.Data["Licenses"] = models.Licenses + ctx.Data["Readmes"] = models.Readmes + ctx.Data["readme"] = "Default" ctxUser := checkContextUser(ctx, ctx.QueryInt64("org")) if ctx.Written() { @@ -77,6 +77,7 @@ func CreatePost(ctx *middleware.Context, form auth.CreateRepoForm) { ctx.Data["Gitignores"] = models.Gitignores ctx.Data["Licenses"] = models.Licenses + ctx.Data["Readmes"] = models.Readmes ctxUser := checkContextUser(ctx, form.Uid) if ctx.Written() { @@ -104,7 +105,7 @@ func CreatePost(ctx *middleware.Context, form auth.CreateRepoForm) { } repo, err := models.CreateRepository(ctxUser, form.RepoName, form.Description, - form.Gitignore, form.License, form.Private, false, form.AutoInit) + form.Gitignores, form.License, form.Private, false, form.AutoInit) if err == nil { log.Trace("Repository created: %s/%s", ctxUser.Name, repo.Name) ctx.Redirect(setting.AppSubUrl + "/" + ctxUser.Name + "/" + repo.Name) diff --git a/templates/repo/create.tmpl b/templates/repo/create.tmpl index 8b60b56856..01e9ae1112 100644 --- a/templates/repo/create.tmpl +++ b/templates/repo/create.tmpl @@ -1,83 +1,113 @@ -{{template "ng/base/head" .}} -{{template "ng/base/header" .}} -
-
+{{template "base/head" .}} +
+
+
+ {{.CsrfTokenHtml}} -
-

{{.i18n.Tr "new_repo"}}

-
-
- {{template "ng/base/alert" .}} -
- - -
- - user-avatar - {{.ContextUser.Name}} - - +

+ {{.i18n.Tr "new_repo"}} +

+
+ {{template "base/alert" .}} +
+ + -
- - - - {{.i18n.Tr "repo.repo_name_helper" | Str2html}} +
+ +
+ + + {{.i18n.Tr "repo.repo_name_helper"}} +
+
+ +
+ +
-
- - - {{.i18n.Tr "repo.visiblity_helper" | Str2html}} +
+
+ + +
+ +
+ +
+ + -
- - +
+
+ + -
- - - - +
+ +
+ + -
- - - {{.i18n.Tr "repo.init_readme"}} -
-
- - - {{.i18n.Tr "cancel"}} +
+
+
+ +
+
+ +
+ + + {{.i18n.Tr "cancel"}} +
+
+
-{{template "ng/base/footer" .}} \ No newline at end of file +{{template "base/footer" .}} \ No newline at end of file