diff --git a/README.md b/README.md index efc4d64..cf37437 100644 --- a/README.md +++ b/README.md @@ -8,12 +8,7 @@ This repository facilitates [Tom's Obvious Minimal Language](https://github.com/toml-lang/toml) operation for all Hestia Libraries user. This library uses the character-based streaming with low memory and low footprint (e.g. -microcontroller adata processing) considerations. Moreover, it uses the -*"everything is a string"* convention to avoid bloating the library with all -other libraries data sanitization functions. In short, HestiaTOML -**SHALL NOT AND WILL NOT** dictate when, what, and how the value is sanitized -and validated. It only makes sure the TOML syntax are correctly done and parse -from it. +microcontroller adata processing) considerations. @@ -28,9 +23,9 @@ This project was initiated primarily because of: 2. **Friendly to low memory and low footprint environment** - using simple string character streaming algorithm to parse the required data from TOML syntax. -3. **Consumption freedom** - HestiaTOML makes no decision and no assumption on +3. **Consumption freedom** - HestiaTOML makes NO decision and NO assumption on how you consume the parsed data: use the corresponding data type sanitization - function to convert from string into your desired data type. + function to convert from `string` into your desired data type, not here. 5. **Simple to integrate** - simple enough to use for all supported programming languages. diff --git a/src/docs/ABSTRACTS.txt b/src/docs/ABSTRACTS.txt new file mode 100644 index 0000000..4e245f6 --- /dev/null +++ b/src/docs/ABSTRACTS.txt @@ -0,0 +1,35 @@ +################################################################################ +# NOTE # +# # +# This is a line-by-line long package descripton usually append after the # +# pitch or acting independently. You can write as long as you want as long as # +# it complies to the following rules: # +# (1) Keep it text-form only; AND # +# (2) Max 69 characters per line (DEB, RPM, and Citation requires it); # +# AND # +# (3) Keep it ASCII for backward compatibilities purposes. # +# # +# You should write the long description of the project repository like an # +# abstract: introducing, specify the problem, actions, and ends with what to # +# to exect from exploring it. # +################################################################################ +# 🠳 Max # +################################################################################ +Need an efficient error reporting in a memory constrained system? +Wants to keep your error messages internationalized? Having +inconsistencies for error reporting across multiple programming +languages? hestiaERROR, a component from Hestia super libraries is +here to resolve these problems. + +Being as a single peaceful frontend+backend software library suite, +hestiaERROR utilizes 1-byte (8-bits) unsigned integer numbering to +represents 256 different sets of error conditions. By using +numbering system, hestiaERROR keeps the project a lot simplier and +making the error reporting isolated from language (as in English) +translations headache (compared to string type error reporting). + +With its simple data type and value designations, you can +confidently operate with the highest consistencies even in the +smallest memory constraint environment (e.g. 8-bit microcontroller). + +hestiaERROR - One Peaceful Frontend+Backend Software Library Suite. diff --git a/src/docs/CITATIONS.yml b/src/docs/CITATIONS.yml new file mode 100644 index 0000000..02bd712 --- /dev/null +++ b/src/docs/CITATIONS.yml @@ -0,0 +1,78 @@ +################################################################################ +# NOTE # +# # +# This is a line-by-line citation data file is aligned to the CITATION.cff # +# file generator where it houses its specific data. You may refer to the # +# following sites for info: # +# 1. https://citation-file-format.github.io/ # +# 2. https://github.com/citation-file-format/citation-file-format # +# # +# Generally, you want to write down the following fields for appending to the # +# CITATION.cff generated by AutomataCI using the repository configurations # +# from CONFIG.toml. Among the supported fields are (and shall be rendered) as # +# follows: # +# 1. cff-version: "${PROJECT_CITATION}" # +# 2. type: "${PROJECT_CITATION_TYPE}" # +# 3. title: "${PROJECT_NAME}" # +# 4. version: "${PROJECT_VERSION}" # +# 5. date-released: "{{ Generated by Processing Release date }}" # +# 6. license: "${PROJECT_LICENSE}" # +# 7. repository: "${PROJECT_SOURCE_URL}" # +# 8. repository-code: "${PROJECT_SOURCE_URL}" # +# 9. repository-artifact: "${PROJECT_STATIC_URL}" # +# 10. url: "${PROJECT_CONTACT_WEBSITE}" # +# 11. contact: # +# - affiliation: "${PROJECT_CONTACT_NAME}" # +# email: "${PROJECT_CONTACT_EMAIL}" # +# website: "${PROJECT_CONTACT_WEBSITE}" # +# 12. abstract: >- # +# {{ Generated by Processing Abstract file }} # +# # +# # +# Hence, begin your appendix below this line. You're free to modify the # +# existing and develop from there. Some COMPULSORY fields are: # +# 1. message: >- # +# Your message here after 2 spacing from the key. Can be as long as you # +# want until then next field. # +# 2. authors: # +# - given-names: "Your Given Name" # +# name-particle: "von" # +# family-names: "Your Family Name" # +# name-suffix: "III" # +# orcid: "https://orcid.org/1234-5678-9101-1121" # +# affiliation: "Company Name OR Independent" # +# email: "your.email@domain.here" # +# fax: "+1-2345-6788" # +# tel: "+1-2345-6789" # +# website: "https://research-project.org" # +# country: "DE" # IMPORTANT: **STRICTLY ISO3166-1 country code** # +# city: "Berlin" # +# - ... ANOTHER AUTHOR/ENTITY ... # +################################################################################ +message: |- + Please cite and reference this repository accordingly. +authors: + - given-names: "Kean Ho" + family-names: "Chew" + email: "hello@hollowaykeanho.com" + affiliation: "Independent" + orcid: "https://orcid.org/0000-0003-4202-4863" + - given-names: "Cory" + family-names: "Galyna" + email: "124406765+corygalyna@users.noreply.github.com" + affiliation: "Independent" +identifiers: + - type: doi + value: "10.5281/zenodo.00000000" + description: "General & Latest" +keywords: + - "hestiaERROR" + - "error numbering" + - "error numbers" + - "super libraries" + - "programming languages" + - "library" + - "continuous integration" + - "native and locally available" + - "solid foundation" + - "self-improvable" diff --git a/src/docs/USER-GUIDES_en.pdf b/src/docs/USER-GUIDES_en.pdf new file mode 100644 index 0000000..174ddb8 Binary files /dev/null and b/src/docs/USER-GUIDES_en.pdf differ diff --git a/src/icons/banner_1200x270.svg b/src/icons/banner_1200x270.svg new file mode 100644 index 0000000..064388a --- /dev/null +++ b/src/icons/banner_1200x270.svg @@ -0,0 +1,77 @@ + +Chew, Kean Ho's Hestia LibrariesChew, Kean Ho's Hestia LibrariesJune 4, 2024(Holloway) Chew, Kean HoApache 2.0(Holloway) Chew, Kean Hochewkeanho/Hestiagithub.com/chewkeanho/hestiaprogramming languages' super librariesHestia LibrariesLibrariesProgramming LanguagesOne Peaceful Frontend+Backend Software Library Suite.(Holloway) Chew, Kean Ho diff --git a/src/icons/icon-128x128.png b/src/icons/icon-128x128.png new file mode 100644 index 0000000..fd7d2aa Binary files /dev/null and b/src/icons/icon-128x128.png differ diff --git a/src/icons/icon-48x48.png b/src/icons/icon-48x48.png new file mode 100644 index 0000000..cb9b0b6 Binary files /dev/null and b/src/icons/icon-48x48.png differ diff --git a/src/icons/icon.ico b/src/icons/icon.ico new file mode 100644 index 0000000..b2f1369 Binary files /dev/null and b/src/icons/icon.ico differ diff --git a/src/icons/icon.svg b/src/icons/icon.svg new file mode 100644 index 0000000..fe5ce07 --- /dev/null +++ b/src/icons/icon.svg @@ -0,0 +1,125 @@ + + + Chew, Kean Ho's Hestia Libraries + + + + + + + + + + + + + + + Chew, Kean Ho's Hestia Libraries + June 4, 2024 + + + (Holloway) Chew, Kean Ho + + + + + Apache 2.0 + + + + + (Holloway) Chew, Kean Ho + + + chewkeanho/Hestia + github.com/chewkeanho/hestia + programming languages' super libraries + + + Hestia Libraries + Libraries + + + Programming Languages + One Peaceful Frontend+Backend Software Library Suite. + + + (Holloway) Chew, Kean Ho + + + + + + + + + + + + + diff --git a/src/icons/icon_grayscale.svg b/src/icons/icon_grayscale.svg new file mode 100644 index 0000000..8d20d87 --- /dev/null +++ b/src/icons/icon_grayscale.svg @@ -0,0 +1,125 @@ + + + Chew, Kean Ho's Hestia Libraries + + + + + + + + + + + + + + + Chew, Kean Ho's Hestia Libraries + June 4, 2024 + + + (Holloway) Chew, Kean Ho + + + + + Apache 2.0 + + + + + (Holloway) Chew, Kean Ho + + + chewkeanho/Hestia + github.com/chewkeanho/hestia + programming languages' super libraries + + + Hestia Libraries + Libraries + + + Programming Languages + One Peaceful Frontend+Backend Software Library Suite. + + + (Holloway) Chew, Kean Ho + + + + + + + + + + + + + diff --git a/src/icons/icon_monochrome.svg b/src/icons/icon_monochrome.svg new file mode 100644 index 0000000..617308f --- /dev/null +++ b/src/icons/icon_monochrome.svg @@ -0,0 +1,122 @@ + + + Chew, Kean Ho's Hestia Libraries + + + + + + + + + + + + + + + Chew, Kean Ho's Hestia Libraries + June 4, 2024 + + + (Holloway) Chew, Kean Ho + + + + + Apache 2.0 + + + + + (Holloway) Chew, Kean Ho + + + chewkeanho/Hestia + github.com/chewkeanho/hestia + programming languages' super libraries + + + Hestia Libraries + Libraries + + + Programming Languages + One Peaceful Frontend+Backend Software Library Suite. + + + (Holloway) Chew, Kean Ho + + + + + + + + + + + + + diff --git a/src/icons/msi-banner.jpg b/src/icons/msi-banner.jpg new file mode 100644 index 0000000..fd2d04f Binary files /dev/null and b/src/icons/msi-banner.jpg differ diff --git a/src/icons/msi-dialog.jpg b/src/icons/msi-dialog.jpg new file mode 100644 index 0000000..e9aac76 Binary files /dev/null and b/src/icons/msi-dialog.jpg differ diff --git a/src/licenses/LICENSE.rtf b/src/licenses/LICENSE.rtf new file mode 100644 index 0000000..0cf3890 --- /dev/null +++ b/src/licenses/LICENSE.rtf @@ -0,0 +1,277 @@ +{\rtf1\ansi\deff4\adeflang1025 +{\fonttbl{\f0\froman\fprq2\fcharset0 Times New Roman;}{\f1\froman\fprq2\fcharset2 Symbol;}{\f2\fswiss\fprq2\fcharset0 Arial;}{\f3\froman\fprq2\fcharset0 Liberation Serif{\*\falt Times New Roman};}{\f4\fswiss\fprq0\fcharset128 Noto Sans;}{\f5\fswiss\fprq0\fcharset128 Liberation Mono{\*\falt Courier New};}{\f6\fswiss\fprq0\fcharset128 Noto Sans CJK SC Light;}{\f7\fswiss\fprq0\fcharset128 Noto Serif CJK SC Black;}{\f8\fswiss\fprq0\fcharset128 Noto Sans Mono CJK SC;}{\f9\fswiss\fprq0\fcharset128 FreeSans;}} +{\colortbl;\red0\green0\blue0;\red0\green0\blue255;\red0\green255\blue255;\red0\green255\blue0;\red255\green0\blue255;\red255\green0\blue0;\red255\green255\blue0;\red255\green255\blue255;\red0\green0\blue128;\red0\green128\blue128;\red0\green128\blue0;\red128\green0\blue128;\red128\green0\blue0;\red128\green128\blue0;\red128\green128\blue128;\red192\green192\blue192;} +{\stylesheet{\s0\snext0\rtlch\af9\afs24\alang1081 \ltrch\lang1033\langfe2052\hich\af4\loch\ql\widctlpar\hyphpar0\ltrpar\cf0\f4\fs24\lang1033\kerning1\dbch\af6\langfe2052 Normal;} +{\s1\sbasedon84\snext1\rtlch\af9\afs36\alang1081\ab0 \ltrch\lang1033\langfe2052\hich\af4\loch\ql\widctlpar\hyphpar0\sb240\sa120\keepn\ltrpar\cf0\f4\fs35\lang1033\b\kerning1\dbch\af7\langfe2052 Heading 1;} +{\s2\sbasedon84\snext2\rtlch\af9\afs32\alang1081\ab \ltrch\lang1033\langfe2052\hich\af4\loch\ql\widctlpar\hyphpar0\sb200\sa120\keepn\ltrpar\cf0\f4\fs32\lang1033\b\kerning1\dbch\af7\langfe2052 Heading 2;} +{\s3\sbasedon84\snext3\rtlch\af9\afs28\alang1081\ab \ltrch\lang1033\langfe2052\hich\af4\loch\ql\widctlpar\hyphpar0\sb140\sa120\keepn\ltrpar\cf0\f4\fs28\lang1033\b\kerning1\dbch\af7\langfe2052 Heading 3;} +{\s4\sbasedon84\snext4\rtlch\af9\afs26\alang1081\ai\ab \ltrch\lang1033\langfe2052\hich\af4\loch\ql\widctlpar\hyphpar0\sb120\sa120\keepn\ltrpar\cf0\f4\fs26\lang1033\i\b\kerning1\dbch\af7\langfe2052 Heading 4;} +{\s5\sbasedon84\snext5\rtlch\af9\afs23\alang1081\ab \ltrch\lang1033\langfe2052\hich\af4\loch\ql\widctlpar\hyphpar0\sb120\sa60\keepn\ltrpar\cf0\f4\fs23\lang1033\b\kerning1\dbch\af7\langfe2052 Heading 5;} +{\s6\sbasedon84\snext6\rtlch\af9\afs23\alang1081\ai\ab \ltrch\lang1033\langfe2052\hich\af4\loch\ql\widctlpar\hyphpar0\sb60\sa60\keepn\ltrpar\cf0\f4\fs23\lang1033\i\b\kerning1\dbch\af7\langfe2052 Heading 6;} +{\s7\sbasedon84\snext7\rtlch\af9\afs22\alang1081\ab \ltrch\lang1033\langfe2052\hich\af4\loch\ql\widctlpar\hyphpar0\sb60\sa60\keepn\ltrpar\cf0\f4\fs22\lang1033\b\kerning1\dbch\af7\langfe2052 Heading 7;} +{\s8\sbasedon84\snext8\rtlch\af9\afs22\alang1081\ai\ab \ltrch\lang1033\langfe2052\hich\af4\loch\ql\widctlpar\hyphpar0\sb60\sa60\keepn\ltrpar\cf0\f4\fs22\lang1033\i\b\kerning1\dbch\af7\langfe2052 Heading 8;} +{\s9\sbasedon84\snext9\rtlch\af9\afs21\alang1081\ab \ltrch\lang1033\langfe2052\hich\af4\loch\ql\widctlpar\hyphpar0\sb60\sa60\keepn\ltrpar\cf0\f4\fs21\lang1033\b\kerning1\dbch\af7\langfe2052 Heading 9;} +{\*\cs15\snext15\loch\cf9\ul\ulc0 Hyperlink;} +{\*\cs16\snext16 Numbering Symbols;} +{\*\cs17\snext17 ListLabel 1;} +{\*\cs18\snext18 ListLabel 2;} +{\*\cs19\snext19 ListLabel 3;} +{\*\cs20\snext20 ListLabel 4;} +{\*\cs21\snext21 ListLabel 5;} +{\*\cs22\snext22 ListLabel 6;} +{\*\cs23\snext23 ListLabel 7;} +{\*\cs24\snext24 ListLabel 8;} +{\*\cs25\snext25 ListLabel 9;} +{\*\cs26\snext26 ListLabel 10;} +{\*\cs27\snext27 ListLabel 11;} +{\*\cs28\snext28 ListLabel 12;} +{\*\cs29\snext29 ListLabel 13;} +{\*\cs30\snext30 ListLabel 14;} +{\*\cs31\snext31 ListLabel 15;} +{\*\cs32\snext32 ListLabel 16;} +{\*\cs33\snext33 ListLabel 17;} +{\*\cs34\snext34 ListLabel 18;} +{\*\cs35\snext35 ListLabel 19;} +{\*\cs36\snext36 ListLabel 20;} +{\*\cs37\snext37 ListLabel 21;} +{\*\cs38\snext38 ListLabel 22;} +{\*\cs39\snext39 ListLabel 23;} +{\*\cs40\snext40 ListLabel 24;} +{\*\cs41\snext41 ListLabel 25;} +{\*\cs42\snext42 ListLabel 26;} +{\*\cs43\snext43 ListLabel 27;} +{\*\cs44\snext44\rtlch\af5 \ltrch\hich\af5\loch\f5\dbch\af8 Source Text;} +{\*\cs45\snext45\loch\cf13\ul\ulc0 FollowedHyperlink;} +{\*\cs46\snext46 Index Link;} +{\*\cs47\snext47 ListLabel 28;} +{\*\cs48\snext48 ListLabel 29;} +{\*\cs49\snext49 ListLabel 30;} +{\*\cs50\snext50 ListLabel 31;} +{\*\cs51\snext51 ListLabel 32;} +{\*\cs52\snext52 ListLabel 33;} +{\*\cs53\snext53 ListLabel 34;} +{\*\cs54\snext54 ListLabel 35;} +{\*\cs55\snext55 ListLabel 36;} +{\*\cs56\snext56 ListLabel 37;} +{\*\cs57\snext57 ListLabel 38;} +{\*\cs58\snext58 ListLabel 39;} +{\*\cs59\snext59 ListLabel 40;} +{\*\cs60\snext60 ListLabel 41;} +{\*\cs61\snext61 ListLabel 42;} +{\*\cs62\snext62 ListLabel 43;} +{\*\cs63\snext63 ListLabel 44;} +{\*\cs64\snext64 ListLabel 45;} +{\*\cs65\snext65 ListLabel 46;} +{\*\cs66\snext66 ListLabel 47;} +{\*\cs67\snext67 ListLabel 48;} +{\*\cs68\snext68 ListLabel 49;} +{\*\cs69\snext69 ListLabel 50;} +{\*\cs70\snext70 ListLabel 51;} +{\*\cs71\snext71 ListLabel 52;} +{\*\cs72\snext72 ListLabel 53;} +{\*\cs73\snext73 ListLabel 54;} +{\*\cs74\snext74 ListLabel 55;} +{\*\cs75\snext75 ListLabel 56;} +{\*\cs76\snext76 ListLabel 57;} +{\*\cs77\snext77 ListLabel 58;} +{\*\cs78\snext78 ListLabel 59;} +{\*\cs79\snext79 ListLabel 60;} +{\*\cs80\snext80 ListLabel 61;} +{\*\cs81\snext81 ListLabel 62;} +{\*\cs82\snext82 ListLabel 63;} +{\*\cs83\snext83\loch\cf9\ul\ulc0 ListLabel 64;} +{\s84\sbasedon0\snext85\rtlch\af9\afs28\alang1081 \ltrch\lang1033\langfe2052\hich\af4\loch\ql\widctlpar\hyphpar0\sb240\sa120\keepn\ltrpar\cf0\f4\fs28\lang1033\kerning1\dbch\af7\langfe2052 Heading;} +{\s85\sbasedon0\snext85\rtlch\af9\afs24\alang1081 \ltrch\lang1033\langfe2052\hich\af4\loch\sl276\slmult1\ql\widctlpar\hyphpar0\sb0\sa140\ltrpar\cf0\f4\fs24\lang1033\kerning1\dbch\af6\langfe2052 Body Text;} +{\s86\sbasedon85\snext86\rtlch\af9\afs24\alang1081 \ltrch\lang1033\langfe2052\hich\af4\loch\sl276\slmult1\ql\widctlpar\hyphpar0\sb0\sa140\ltrpar\cf0\f4\fs20\lang1033\kerning1\dbch\af6\langfe2052 List;} +{\s87\sbasedon0\snext87\rtlch\af9\afs24\alang1081\ai \ltrch\lang1033\langfe2052\hich\af4\loch\ql\widctlpar\hyphpar0\sb120\sa120\ltrpar\cf0\f4\fs20\lang1033\i\kerning1\dbch\af6\langfe2052 Caption;} +{\s88\sbasedon0\snext88\rtlch\af9\afs24\alang255 \ltrch\lang255\langfe255\hich\af4\loch\ql\widctlpar\hyphpar0\ltrpar\cf0\f4\fs20\lang255\kerning1\dbch\af6\langfe255 Index;} +{\s89\sbasedon84\snext85\rtlch\af9\afs56\alang1081\ab \ltrch\lang1033\langfe2052\hich\af4\loch\qc\widctlpar\hyphpar0\sb240\sa120\keepn\ltrpar\cf0\f4\fs56\lang1033\b\kerning1\dbch\af7\langfe2052 Title;} +{\s90\sbasedon84\snext85\rtlch\af9\afs36\alang1081 \ltrch\lang1033\langfe2052\hich\af4\loch\qc\widctlpar\hyphpar0\sb60\sa120\keepn\ltrpar\cf0\f4\fs36\lang1033\kerning1\dbch\af7\langfe2052 Subtitle;} +{\s91\sbasedon0\snext85\rtlch\af9\afs12\alang1081 \ltrch\lang1033\langfe2052\hich\af4\loch\ql\widctlpar\hyphpar0\sb0\sa283\brdrt\brdrnone\brdrl\brdrnone\brdrb\brdrdb\brdrw15\brdrcf15\brsp0\brdrr\brdrnone\ltrpar\cf0\f4\fs12\lang1033\kerning1\dbch\af6\langfe2052 Horizontal Line;} +{\s92\sbasedon88\snext92\rtlch\af9\afs24\alang255 \ltrch\lang255\langfe255\hich\af4\loch\ql\widctlpar\tldot\tqr\tx8555\hyphpar0\li1417\lin1417\ltrpar\cf0\f4\fs20\lang255\kerning1\dbch\af6\langfe255 TOC 6;} +{\s93\sbasedon88\snext93\rtlch\af9\afs24\alang255 \ltrch\lang255\langfe255\hich\af4\loch\ql\widctlpar\tldot\tqr\tx8838\hyphpar0\li1134\lin1134\ltrpar\cf0\f4\fs20\lang255\kerning1\dbch\af6\langfe255 TOC 5;} +{\s94\sbasedon0\snext94\rtlch\af5\afs20\alang1081 \ltrch\lang1033\langfe2052\hich\af5\loch\ql\widctlpar\hyphpar0\sb0\sa0\ltrpar\cf0\f5\fs20\lang1033\kerning1\dbch\af8\langfe2052 Preformatted Text;} +{\s95\sbasedon88\snext95\rtlch\af9\afs24\alang255 \ltrch\lang255\langfe255\hich\af4\loch\ql\widctlpar\tldot\tqr\tx9122\hyphpar0\li850\lin850\ltrpar\cf0\f4\fs20\lang255\kerning1\dbch\af6\langfe255 TOC 4;} +{\s96\sbasedon88\snext96\rtlch\af9\afs24\alang255 \ltrch\lang255\langfe255\hich\af4\loch\ql\widctlpar\tldot\tqr\tx9405\hyphpar0\li567\lin567\ltrpar\cf0\f4\fs20\lang255\kerning1\dbch\af6\langfe255 TOC 3;} +{\s97\sbasedon87\snext97\rtlch\af9\afs24\alang1081\ai \ltrch\lang1033\langfe2052\hich\af4\loch\ql\widctlpar\hyphpar0\sb120\sa120\ltrpar\cf0\f4\fs20\lang1033\i\kerning1\dbch\af6\langfe2052 Illustration;} +{\s98\sbasedon85\snext98\rtlch\af9\afs24\alang1081 \ltrch\lang1033\langfe2052\hich\af4\loch\sl276\slmult1\ql\widctlpar\hyphpar0\fi283\sb0\sa140\ltrpar\cf0\f4\fs24\lang1033\kerning1\dbch\af6\langfe2052 Body Text First Indent;} +{\s99\sbasedon0\snext99\rtlch\af9\afs24\alang1081 \ltrch\lang1033\langfe2052\hich\af4\loch\ql\widctlpar\hyphpar0\ltrpar\cf0\f4\fs24\lang1033\kerning1\dbch\af6\langfe2052 Frame Contents;} +{\s100\sbasedon88\snext100\rtlch\af9\afs24\alang255 \ltrch\lang255\langfe255\hich\af4\loch\ql\widctlpar\tldot\tqr\tx9689\hyphpar0\li283\lin283\ltrpar\cf0\f4\fs20\lang255\kerning1\dbch\af6\langfe255 TOC 2;} +{\s101\sbasedon88\snext101\rtlch\af9\afs24\alang255 \ltrch\lang255\langfe255\hich\af4\loch\ql\widctlpar\tldot\tqr\tx9972\hyphpar0\ltrpar\cf0\f4\fs20\lang255\kerning1\dbch\af6\langfe255 TOC 1;} +{\s102\sbasedon84\snext102\rtlch\af9\afs32\alang1081\ab \ltrch\lang1033\langfe2052\hich\af4\loch\ql\widctlpar\hyphpar0\sb240\sa120\keepn\ltrpar\cf0\f4\fs32\lang1033\b\kerning1\dbch\af7\langfe2052 Index Heading;} +{\s103\sbasedon102\snext103\rtlch\af9\afs32\alang1081\ab \ltrch\lang1033\langfe2052\hich\af4\loch\ql\widctlpar\hyphpar0\sb240\sa120\keepn\ltrpar\cf0\f4\fs32\lang1033\b\kerning1\dbch\af7\langfe2052 TOC Heading;} +{\s104\sbasedon0\snext104\rtlch\af9\afs24\alang1081 \ltrch\lang1033\langfe2052\hich\af4\loch\ql\widctlpar\tqc\tx4986\tqr\tx9972\hyphpar0\ltrpar\cf0\f4\fs24\lang1033\kerning1\dbch\af6\langfe2052 Header and Footer;} +{\s105\sbasedon104\snext105\rtlch\af9\afs24\alang1081 \ltrch\lang1033\langfe2052\hich\af4\loch\ql\widctlpar\tqc\tx4986\tqr\tx9972\hyphpar0\ltrpar\cf0\f4\fs24\lang1033\kerning1\dbch\af6\langfe2052 Footer;} +{\s106\sbasedon0\snext106\rtlch\af9\afs24\alang1081 \ltrch\lang1033\langfe2052\hich\af4\loch\ql\nowidctlpar\hyphpar0\ltrpar\cf0\f4\fs24\lang1033\kerning1\dbch\af6\langfe2052 Table Contents;} +{\s107\sbasedon106\snext107\rtlch\af9\afs24\alang1081\ab \ltrch\lang1033\langfe2052\hich\af4\loch\qc\nowidctlpar\hyphpar0\ltrpar\cf0\f4\fs24\lang1033\b\kerning1\dbch\af6\langfe2052 Table Heading;} +{\s108\sbasedon104\snext108\rtlch\af9\afs24\alang1081 \ltrch\lang1033\langfe2052\hich\af4\loch\ql\widctlpar\tqc\tx4986\tqr\tx9972\hyphpar0\ltrpar\cf0\f4\fs24\lang1033\kerning1\dbch\af6\langfe2052 Header;} +{\s109\sbasedon87\snext109\rtlch\af9\afs24\alang1081\ai \ltrch\lang1033\langfe2052\hich\af4\loch\ql\widctlpar\hyphpar0\sb120\sa120\ltrpar\cf0\f4\fs20\lang1033\i\kerning1\dbch\af6\langfe2052 Text;} +{\s110\sbasedon84\snext85\rtlch\af9\afs21\alang1081\ab \ltrch\lang1033\langfe2052\hich\af4\loch\ql\widctlpar\hyphpar0\sb60\sa60\keepn\ltrpar\cf0\f4\fs21\lang1033\b\kerning1\dbch\af7\langfe2052 Heading 10;} +{\s111\sbasedon87\snext111\rtlch\af9\afs24\alang1081\ai \ltrch\lang1033\langfe2052\hich\af4\loch\qc\widctlpar\hyphpar0\sb120\sa120\ltrpar\cf0\f4\fs20\lang1033\i\kerning1\dbch\af6\langfe2052 Drawing;} +{\s112\sbasedon87\snext112\rtlch\af9\afs24\alang1081\ai \ltrch\lang1033\langfe2052\hich\af4\loch\qc\widctlpar\hyphpar0\sb120\sa120\ltrpar\cf0\f4\fs20\lang1033\i\kerning1\dbch\af6\langfe2052 Table;} +{\s113\sbasedon87\snext113\rtlch\af9\afs24\alang1081\ai \ltrch\lang1033\langfe2052\hich\af4\loch\qc\widctlpar\hyphpar0\sb120\sa120\ltrpar\cf0\f4\fs20\lang1033\i\kerning1\dbch\af6\langfe2052 Figure;} +}{\*\listtable{\list\listtemplateid1 +{\listlevel\levelnfc255\leveljc0\levelstartat1\levelfollow2{\leveltext \'01\'00;}{\levelnumbers\'01;}\fi0\li0} +{\listlevel\levelnfc255\leveljc0\levelstartat1\levelfollow2{\leveltext \'01\'01;}{\levelnumbers\'01;}\fi0\li0} +{\listlevel\levelnfc255\leveljc0\levelstartat1\levelfollow2{\leveltext \'01\'02;}{\levelnumbers\'01;}\fi0\li0} +{\listlevel\levelnfc255\leveljc0\levelstartat1\levelfollow2{\leveltext \'01\'03;}{\levelnumbers\'01;}\fi0\li0} +{\listlevel\levelnfc255\leveljc0\levelstartat1\levelfollow2{\leveltext \'01\'04;}{\levelnumbers\'01;}\fi0\li0} +{\listlevel\levelnfc255\leveljc0\levelstartat1\levelfollow2{\leveltext \'01\'05;}{\levelnumbers\'01;}\fi0\li0} +{\listlevel\levelnfc255\leveljc0\levelstartat1\levelfollow2{\leveltext \'01\'06;}{\levelnumbers\'01;}\fi0\li0} +{\listlevel\levelnfc255\leveljc0\levelstartat1\levelfollow2{\leveltext \'01\'07;}{\levelnumbers\'01;}\fi0\li0} +{\listlevel\levelnfc255\leveljc0\levelstartat1\levelfollow2{\leveltext \'01\'08;}{\levelnumbers\'01;}\fi0\li0}\listid1} +{\list\listtemplateid2 +{\listlevel\levelnfc1\leveljc0\levelstartat1\levelfollow0{\leveltext \'02\'00.;}{\levelnumbers\'01;}\fi-360\li720} +{\listlevel\levelnfc1\leveljc0\levelstartat1\levelfollow0{\leveltext \'02\'01.;}{\levelnumbers\'01;}\fi-360\li1080} +{\listlevel\levelnfc1\leveljc0\levelstartat1\levelfollow0{\leveltext \'02\'02.;}{\levelnumbers\'01;}\fi-360\li1440} +{\listlevel\levelnfc1\leveljc0\levelstartat1\levelfollow0{\leveltext \'02\'03.;}{\levelnumbers\'01;}\fi-360\li1800} +{\listlevel\levelnfc1\leveljc0\levelstartat1\levelfollow0{\leveltext \'02\'04.;}{\levelnumbers\'01;}\fi-360\li2160} +{\listlevel\levelnfc1\leveljc0\levelstartat1\levelfollow0{\leveltext \'02\'05.;}{\levelnumbers\'01;}\fi-360\li2520} +{\listlevel\levelnfc1\leveljc0\levelstartat1\levelfollow0{\leveltext \'02\'06.;}{\levelnumbers\'01;}\fi-360\li2880} +{\listlevel\levelnfc1\leveljc0\levelstartat1\levelfollow0{\leveltext \'02\'07.;}{\levelnumbers\'01;}\fi-360\li3240} +{\listlevel\levelnfc1\leveljc0\levelstartat1\levelfollow0{\leveltext \'02\'08.;}{\levelnumbers\'01;}\fi-360\li3600}\listid2} +{\list\listtemplateid3 +{\listlevel\levelnfc0\leveljc0\levelstartat1\levelfollow0{\leveltext \'02\'00.;}{\levelnumbers\'01;}\fi-360\li720} +{\listlevel\levelnfc0\leveljc0\levelstartat1\levelfollow0{\leveltext \'02\'01.;}{\levelnumbers\'01;}\fi-360\li1080} +{\listlevel\levelnfc0\leveljc0\levelstartat1\levelfollow0{\leveltext \'02\'02.;}{\levelnumbers\'01;}\fi-360\li1440} +{\listlevel\levelnfc0\leveljc0\levelstartat1\levelfollow0{\leveltext \'02\'03.;}{\levelnumbers\'01;}\fi-360\li1800} +{\listlevel\levelnfc0\leveljc0\levelstartat1\levelfollow0{\leveltext \'02\'04.;}{\levelnumbers\'01;}\fi-360\li2160} +{\listlevel\levelnfc0\leveljc0\levelstartat1\levelfollow0{\leveltext \'02\'05.;}{\levelnumbers\'01;}\fi-360\li2520} +{\listlevel\levelnfc0\leveljc0\levelstartat1\levelfollow0{\leveltext \'02\'06.;}{\levelnumbers\'01;}\fi-360\li2880} +{\listlevel\levelnfc0\leveljc0\levelstartat1\levelfollow0{\leveltext \'02\'07.;}{\levelnumbers\'01;}\fi-360\li3240} +{\listlevel\levelnfc0\leveljc0\levelstartat1\levelfollow0{\leveltext \'02\'08.;}{\levelnumbers\'01;}\fi-360\li3600}\listid3} +{\list\listtemplateid4 +{\listlevel\levelnfc255\leveljc0\levelstartat1\levelfollow2{\leveltext \'00;}{\levelnumbers;}\fi0\li0} +{\listlevel\levelnfc255\leveljc0\levelstartat1\levelfollow2{\leveltext \'00;}{\levelnumbers;}\fi0\li0} +{\listlevel\levelnfc255\leveljc0\levelstartat1\levelfollow2{\leveltext \'00;}{\levelnumbers;}\fi0\li0} +{\listlevel\levelnfc255\leveljc0\levelstartat1\levelfollow2{\leveltext \'00;}{\levelnumbers;}\fi0\li0} +{\listlevel\levelnfc255\leveljc0\levelstartat1\levelfollow2{\leveltext \'00;}{\levelnumbers;}\fi0\li0} +{\listlevel\levelnfc255\leveljc0\levelstartat1\levelfollow2{\leveltext \'00;}{\levelnumbers;}\fi0\li0} +{\listlevel\levelnfc255\leveljc0\levelstartat1\levelfollow2{\leveltext \'00;}{\levelnumbers;}\fi0\li0} +{\listlevel\levelnfc255\leveljc0\levelstartat1\levelfollow2{\leveltext \'00;}{\levelnumbers;}\fi0\li0} +{\listlevel\levelnfc255\leveljc0\levelstartat1\levelfollow2{\leveltext \'00;}{\levelnumbers;}\fi0\li0}\listid4} +}{\listoverridetable{\listoverride\listid1\listoverridecount0\ls1}{\listoverride\listid2\listoverridecount0\ls2}{\listoverride\listid3\listoverridecount0\ls3}{\listoverride\listid4\listoverridecount0\ls4}}{\*\generator LibreOffice/24.2.3.2$Linux_X86_64 LibreOffice_project/433d9c2ded56988e8a90e6b2e771ee4e6a5ab2ba}{\info{\title default}{\author Kean Ho Chew}{\creatim\yr2023\mo11\dy10\hr11\min54}{\author Kean Ho Chew}{\revtim\yr2024\mo6\dy4\hr19\min11}{\printim\yr0\mo0\dy0\hr0\min0}}{\*\userprops}\deftab709 +\hyphauto1\viewscale100\formshade\nobrkwrptbl\paperh15840\paperw12240\margl1134\margr1134\margt1134\margb1134\sectd\sbknone\sftnnar\saftnnrlc\sectunlocked1\pgwsxn12240\pghsxn15840\marglsxn1134\margrsxn1134\margtsxn1134\margbsxn1134\ftnbj\ftnstart1\ftnrstcont\ftnnar\aenddoc\aftnrstcont\aftnstart1\aftnnrlc +{\*\ftnsep\chftnsep}\pgndec\pard\plain \s89\rtlch\af9\afs56\alang1081\ab \ltrch\lang1033\langfe2052\hich\af4\loch\qc\widctlpar\hyphpar0\sb240\sa120\keepn\ltrpar\cf0\f4\fs56\lang1033\b\kerning1\dbch\af7\langfe2052\ql\sb240\sa120{\loch +CHEW KEAN HO\uc2 \u8217\'81\'66S HESTIA \uc1 }{\loch +LICENSE AGREEMENT} +\par \pard\plain \s90\rtlch\af9\afs36\alang1081 \ltrch\lang1033\langfe2052\hich\af4\loch\qc\widctlpar\hyphpar0\sb60\sa120\keepn\ltrpar\cf0\f4\fs36\lang1033\kerning1\dbch\af7\langfe2052\ql{\loch +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION} +\par \pard\plain \s85\rtlch\af9\afs24\alang1081 \ltrch\lang1033\langfe2052\hich\af4\loch\sl276\slmult1\ql\widctlpar\hyphpar0\sb0\sa140\ltrpar\cf0\f4\fs24\lang1033\kerning1\dbch\af6\langfe2052\sl276\slmult1{\loch +(c) 2023 \u8211\'3f (Holloway) Chew, Kean Ho <}{\loch +hello@hollowaykeanho.com}{\loch +>} +\par \pard\plain \s85\rtlch\af9\afs24\alang1081 \ltrch\lang1033\langfe2052\hich\af4\loch\sl276\slmult1\ql\widctlpar\hyphpar0\sb0\sa140\ltrpar\cf0\f4\fs24\lang1033\kerning1\dbch\af6\langfe2052\sl276\slmult1{\loch +Apache 2.0 Software License \u8211\'3f }{{\field{\*\fldinst HYPERLINK "http://www.apache.org/licenses/" }{\fldrslt {\loch\loch\cf9\ul\ulc0\cf9\ul\ulc0\loch +http://www.apache.org/licenses/}}}} +\par \pard\plain \s91\rtlch\af9\afs12\alang1081 \ltrch\lang1033\langfe2052\hich\af4\loch\ql\widctlpar\hyphpar0\sb0\sa283\brdrt\brdrnone\brdrl\brdrnone\brdrb\brdrdb\brdrw15\brdrcf15\brsp0\brdrr\brdrnone\ltrpar\cf0\f4\fs12\lang1033\kerning1\dbch\af6\langfe2052\brdrt\brdrnone\brdrl\brdrnone\brdrb\brdrdb\brdrw15\brdrcf15\brsp0\brdrr\brdrnone\loch + +\par \pard\plain \s1\rtlch\af9\afs36\alang1081\ab0 \ltrch\lang1033\langfe2052\hich\af4\loch\ql\widctlpar\hyphpar0\sb240\sa120\keepn\ltrpar\cf0\f4\fs35\lang1033\b\kerning1\dbch\af7\langfe2052{\listtext\pard\plain }\ilvl0\ls1 \fi0\li0\lin0\fi0\li0\lin0{\loch +{\*\bkmkstart __RefHeading___Toc526_557546903}{\*\bkmkend __RefHeading___Toc526_557546903}Definitions} +\par \pard\plain \s85\rtlch\af9\afs24\alang1081 \ltrch\lang1033\langfe2052\hich\af4\loch\sl276\slmult1\ql\widctlpar\hyphpar0\sb0\sa140\ltrpar\cf0\f4\fs24\lang1033\kerning1\dbch\af6\langfe2052\sl276\slmult1{\loch +"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.} +\par \pard\plain \s85\rtlch\af9\afs24\alang1081 \ltrch\lang1033\langfe2052\hich\af4\loch\sl276\slmult1\ql\widctlpar\hyphpar0\sb0\sa140\ltrpar\cf0\f4\fs24\lang1033\kerning1\dbch\af6\langfe2052\sl276\slmult1\loch + +\par \pard\plain \s85\rtlch\af9\afs24\alang1081 \ltrch\lang1033\langfe2052\hich\af4\loch\sl276\slmult1\ql\widctlpar\hyphpar0\sb0\sa140\ltrpar\cf0\f4\fs24\lang1033\kerning1\dbch\af6\langfe2052\sl276\slmult1{\loch +"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.} +\par \pard\plain \s85\rtlch\af9\afs24\alang1081 \ltrch\lang1033\langfe2052\hich\af4\loch\sl276\slmult1\ql\widctlpar\hyphpar0\sb0\sa140\ltrpar\cf0\f4\fs24\lang1033\kerning1\dbch\af6\langfe2052\sl276\slmult1\loch + +\par \pard\plain \s85\rtlch\af9\afs24\alang1081 \ltrch\lang1033\langfe2052\hich\af4\loch\sl276\slmult1\ql\widctlpar\hyphpar0\sb0\sa140\ltrpar\cf0\f4\fs24\lang1033\kerning1\dbch\af6\langfe2052\sl276\slmult1{\loch +"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} +\par \pard\plain \s85\rtlch\af9\afs24\alang1081 \ltrch\lang1033\langfe2052\hich\af4\loch\sl276\slmult1\ql\widctlpar\hyphpar0\sb0\sa140\ltrpar\cf0\f4\fs24\lang1033\kerning1\dbch\af6\langfe2052{\listtext\pard\plain I.\tab}\ilvl0\ls2 \fi-360\li720\lin720\sl276\slmult1{\loch +the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or} +\par \pard\plain \s85\rtlch\af9\afs24\alang1081 \ltrch\lang1033\langfe2052\hich\af4\loch\sl276\slmult1\ql\widctlpar\hyphpar0\sb0\sa140\ltrpar\cf0\f4\fs24\lang1033\kerning1\dbch\af6\langfe2052{\listtext\pard\plain II.\tab}\ilvl0\ls2 \fi-360\li720\lin720\sl276\slmult1{\loch +ownership of fifty percent (50%) or more of the outstanding shares, or} +\par \pard\plain \s85\rtlch\af9\afs24\alang1081 \ltrch\lang1033\langfe2052\hich\af4\loch\sl276\slmult1\ql\widctlpar\hyphpar0\sb0\sa140\ltrpar\cf0\f4\fs24\lang1033\kerning1\dbch\af6\langfe2052{\listtext\pard\plain III.\tab}\ilvl0\ls2 \fi-360\li720\lin720\sl276\slmult1{\loch +beneficial ownership of such entity.} +\par \pard\plain \s85\rtlch\af9\afs24\alang1081 \ltrch\lang1033\langfe2052\hich\af4\loch\sl276\slmult1\ql\widctlpar\hyphpar0\sb0\sa140\ltrpar\cf0\f4\fs24\lang1033\kerning1\dbch\af6\langfe2052\sl276\slmult1\loch + +\par \pard\plain \s85\rtlch\af9\afs24\alang1081 \ltrch\lang1033\langfe2052\hich\af4\loch\sl276\slmult1\ql\widctlpar\hyphpar0\sb0\sa140\ltrpar\cf0\f4\fs24\lang1033\kerning1\dbch\af6\langfe2052\sl276\slmult1{\loch +"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.} +\par \pard\plain \s85\rtlch\af9\afs24\alang1081 \ltrch\lang1033\langfe2052\hich\af4\loch\sl276\slmult1\ql\widctlpar\hyphpar0\sb0\sa140\ltrpar\cf0\f4\fs24\lang1033\kerning1\dbch\af6\langfe2052\sl276\slmult1\loch + +\par \pard\plain \s85\rtlch\af9\afs24\alang1081 \ltrch\lang1033\langfe2052\hich\af4\loch\sl276\slmult1\ql\widctlpar\hyphpar0\sb0\sa140\ltrpar\cf0\f4\fs24\lang1033\kerning1\dbch\af6\langfe2052\sl276\slmult1{\loch +"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.} +\par \pard\plain \s85\rtlch\af9\afs24\alang1081 \ltrch\lang1033\langfe2052\hich\af4\loch\sl276\slmult1\ql\widctlpar\hyphpar0\sb0\sa140\ltrpar\cf0\f4\fs24\lang1033\kerning1\dbch\af6\langfe2052\sl276\slmult1\loch + +\par \pard\plain \s85\rtlch\af9\afs24\alang1081 \ltrch\lang1033\langfe2052\hich\af4\loch\sl276\slmult1\ql\widctlpar\hyphpar0\sb0\sa140\ltrpar\cf0\f4\fs24\lang1033\kerning1\dbch\af6\langfe2052\sl276\slmult1{\loch +"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.} +\par \pard\plain \s85\rtlch\af9\afs24\alang1081 \ltrch\lang1033\langfe2052\hich\af4\loch\sl276\slmult1\ql\widctlpar\hyphpar0\sb0\sa140\ltrpar\cf0\f4\fs24\lang1033\kerning1\dbch\af6\langfe2052\sl276\slmult1\loch + +\par \pard\plain \s85\rtlch\af9\afs24\alang1081 \ltrch\lang1033\langfe2052\hich\af4\loch\sl276\slmult1\ql\widctlpar\hyphpar0\sb0\sa140\ltrpar\cf0\f4\fs24\lang1033\kerning1\dbch\af6\langfe2052\sl276\slmult1{\loch +"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).} +\par \pard\plain \s85\rtlch\af9\afs24\alang1081 \ltrch\lang1033\langfe2052\hich\af4\loch\sl276\slmult1\ql\widctlpar\hyphpar0\sb0\sa140\ltrpar\cf0\f4\fs24\lang1033\kerning1\dbch\af6\langfe2052\sl276\slmult1\loch + +\par \pard\plain \s85\rtlch\af9\afs24\alang1081 \ltrch\lang1033\langfe2052\hich\af4\loch\sl276\slmult1\ql\widctlpar\hyphpar0\sb0\sa140\ltrpar\cf0\f4\fs24\lang1033\kerning1\dbch\af6\langfe2052\sl276\slmult1{\loch +"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.} +\par \pard\plain \s85\rtlch\af9\afs24\alang1081 \ltrch\lang1033\langfe2052\hich\af4\loch\sl276\slmult1\ql\widctlpar\hyphpar0\sb0\sa140\ltrpar\cf0\f4\fs24\lang1033\kerning1\dbch\af6\langfe2052\sl276\slmult1\loch + +\par \pard\plain \s85\rtlch\af9\afs24\alang1081 \ltrch\lang1033\langfe2052\hich\af4\loch\sl276\slmult1\ql\widctlpar\hyphpar0\sb0\sa140\ltrpar\cf0\f4\fs24\lang1033\kerning1\dbch\af6\langfe2052\sl276\slmult1{\loch +"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."} +\par \pard\plain \s85\rtlch\af9\afs24\alang1081 \ltrch\lang1033\langfe2052\hich\af4\loch\sl276\slmult1\ql\widctlpar\hyphpar0\sb0\sa140\ltrpar\cf0\f4\fs24\lang1033\kerning1\dbch\af6\langfe2052\sl276\slmult1\loch + +\par \pard\plain \s85\rtlch\af9\afs24\alang1081 \ltrch\lang1033\langfe2052\hich\af4\loch\sl276\slmult1\ql\widctlpar\hyphpar0\sb0\sa140\ltrpar\cf0\f4\fs24\lang1033\kerning1\dbch\af6\langfe2052\sl276\slmult1{\loch +"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.} +\par \pard\plain \s85\rtlch\af9\afs24\alang1081 \ltrch\lang1033\langfe2052\hich\af4\loch\sl276\slmult1\ql\widctlpar\hyphpar0\sb0\sa140\ltrpar\cf0\f4\fs24\lang1033\kerning1\dbch\af6\langfe2052\sl276\slmult1\loch + +\par \pard\plain \s85\rtlch\af9\afs24\alang1081 \ltrch\lang1033\langfe2052\hich\af4\loch\sl276\slmult1\ql\widctlpar\hyphpar0\sb0\sa140\ltrpar\cf0\f4\fs24\lang1033\kerning1\dbch\af6\langfe2052\sl276\slmult1\loch + +\par \pard\plain \s1\rtlch\af9\afs36\alang1081\ab0 \ltrch\lang1033\langfe2052\hich\af4\loch\ql\widctlpar\hyphpar0\sb240\sa120\keepn\ltrpar\cf0\f4\fs35\lang1033\b\kerning1\dbch\af7\langfe2052{\listtext\pard\plain }\ilvl0\ls1 \fi0\li0\lin0\fi0\li0\lin0{\loch +{\*\bkmkstart __RefHeading___Toc520_557546903}{\*\bkmkend __RefHeading___Toc520_557546903}Grant of Copyright License} +\par \pard\plain \s85\rtlch\af9\afs24\alang1081 \ltrch\lang1033\langfe2052\hich\af4\loch\sl276\slmult1\ql\widctlpar\hyphpar0\sb0\sa140\ltrpar\cf0\f4\fs24\lang1033\kerning1\dbch\af6\langfe2052\sl276\slmult1{\loch +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, sub-license, and distribute the Work and such Derivative Works in Source or Object form.} +\par \pard\plain \s85\rtlch\af9\afs24\alang1081 \ltrch\lang1033\langfe2052\hich\af4\loch\sl276\slmult1\ql\widctlpar\hyphpar0\sb0\sa140\ltrpar\cf0\f4\fs24\lang1033\kerning1\dbch\af6\langfe2052\sl276\slmult1\loch + +\par \pard\plain \s85\rtlch\af9\afs24\alang1081 \ltrch\lang1033\langfe2052\hich\af4\loch\sl276\slmult1\ql\widctlpar\hyphpar0\sb0\sa140\ltrpar\cf0\f4\fs24\lang1033\kerning1\dbch\af6\langfe2052\sl276\slmult1\loch + +\par \pard\plain \s1\rtlch\af9\afs36\alang1081\ab0 \ltrch\lang1033\langfe2052\hich\af4\loch\ql\widctlpar\hyphpar0\sb240\sa120\keepn\ltrpar\cf0\f4\fs35\lang1033\b\kerning1\dbch\af7\langfe2052{\listtext\pard\plain }\ilvl0\ls1 \fi0\li0\lin0\fi0\li0\lin0{\loch +{\*\bkmkstart __RefHeading___Toc522_557546903}{\*\bkmkend __RefHeading___Toc522_557546903}Grant of Patent License} +\par \pard\plain \s85\rtlch\af9\afs24\alang1081 \ltrch\lang1033\langfe2052\hich\af4\loch\sl276\slmult1\ql\widctlpar\hyphpar0\sb0\sa140\ltrpar\cf0\f4\fs24\lang1033\kerning1\dbch\af6\langfe2052\sl276\slmult1{\loch +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.} +\par \pard\plain \s1\rtlch\af9\afs36\alang1081\ab0 \ltrch\lang1033\langfe2052\hich\af4\loch\ql\widctlpar\hyphpar0\sb240\sa120\keepn\ltrpar\cf0\f4\fs35\lang1033\b\kerning1\dbch\af7\langfe2052\pagebb{\listtext\pard\plain }\ilvl0\ls1 \fi0\li0\lin0\fi0\li0\lin0{\loch +{\*\bkmkstart __RefHeading___Toc524_557546903}{\*\bkmkend __RefHeading___Toc524_557546903}Redistribution} +\par \pard\plain \s85\rtlch\af9\afs24\alang1081 \ltrch\lang1033\langfe2052\hich\af4\loch\sl276\slmult1\ql\widctlpar\hyphpar0\sb0\sa140\ltrpar\cf0\f4\fs24\lang1033\kerning1\dbch\af6\langfe2052\sl276\slmult1{\loch +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:} +\par \pard\plain \s85\rtlch\af9\afs24\alang1081 \ltrch\lang1033\langfe2052\hich\af4\loch\sl276\slmult1\ql\widctlpar\hyphpar0\sb0\sa140\ltrpar\cf0\f4\fs24\lang1033\kerning1\dbch\af6\langfe2052{\listtext\pard\plain 1.\tab}\ilvl0\ls3 \fi-360\li720\lin720\sl276\slmult1{\loch +You must give any other recipients of the Work or Derivative Works a copy of this License; and} +\par \pard\plain \s85\rtlch\af9\afs24\alang1081 \ltrch\lang1033\langfe2052\hich\af4\loch\sl276\slmult1\ql\widctlpar\hyphpar0\sb0\sa140\ltrpar\cf0\f4\fs24\lang1033\kerning1\dbch\af6\langfe2052{\listtext\pard\plain 2.\tab}\ilvl0\ls3 \fi-360\li720\lin720\sl276\slmult1{\loch +You must cause any modified files to carry prominent notices stating that You changed the files; and} +\par \pard\plain \s85\rtlch\af9\afs24\alang1081 \ltrch\lang1033\langfe2052\hich\af4\loch\sl276\slmult1\ql\widctlpar\hyphpar0\sb0\sa140\ltrpar\cf0\f4\fs24\lang1033\kerning1\dbch\af6\langfe2052{\listtext\pard\plain 3.\tab}\ilvl0\ls3 \fi-360\li720\lin720\sl276\slmult1{\loch +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} +\par \pard\plain \s85\rtlch\af9\afs24\alang1081 \ltrch\lang1033\langfe2052\hich\af4\loch\sl276\slmult1\ql\widctlpar\hyphpar0\sb0\sa140\ltrpar\cf0\f4\fs24\lang1033\kerning1\dbch\af6\langfe2052{\listtext\pard\plain 4.\tab}\ilvl0\ls3 \fi-360\li720\lin720\sl276\slmult1{\loch +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.} +\par \pard\plain \s85\rtlch\af9\afs24\alang1081 \ltrch\lang1033\langfe2052\hich\af4\loch\sl276\slmult1\ql\widctlpar\hyphpar0\sb0\sa140\ltrpar\cf0\f4\fs24\lang1033\kerning1\dbch\af6\langfe2052{\listtext\pard\plain 5.\tab}\ilvl0\ls3 \fi-360\li720\lin720\sl276\slmult1{\loch +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.} +\par \pard\plain \s1\rtlch\af9\afs36\alang1081\ab0 \ltrch\lang1033\langfe2052\hich\af4\loch\ql\widctlpar\hyphpar0\sb240\sa120\keepn\ltrpar\cf0\f4\fs35\lang1033\b\kerning1\dbch\af7\langfe2052{\listtext\pard\plain }\ilvl0\ls1 \fi0\li0\lin0\fi0\li0\lin0{\loch +Submission of Contributions} +\par \pard\plain \s85\rtlch\af9\afs24\alang1081 \ltrch\lang1033\langfe2052\hich\af4\loch\sl276\slmult1\ql\widctlpar\hyphpar0\sb0\sa140\ltrpar\cf0\f4\fs24\lang1033\kerning1\dbch\af6\langfe2052\sl276\slmult1{\loch +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.} +\par \pard\plain \s85\rtlch\af9\afs24\alang1081 \ltrch\lang1033\langfe2052\hich\af4\loch\sl276\slmult1\ql\widctlpar\hyphpar0\sb0\sa140\ltrpar\cf0\f4\fs24\lang1033\kerning1\dbch\af6\langfe2052\sl276\slmult1\loch + +\par \pard\plain \s85\rtlch\af9\afs24\alang1081 \ltrch\lang1033\langfe2052\hich\af4\loch\sl276\slmult1\ql\widctlpar\hyphpar0\sb0\sa140\ltrpar\cf0\f4\fs24\lang1033\kerning1\dbch\af6\langfe2052\sl276\slmult1\loch + +\par \pard\plain \s1\rtlch\af9\afs36\alang1081\ab0 \ltrch\lang1033\langfe2052\hich\af4\loch\ql\widctlpar\hyphpar0\sb240\sa120\keepn\ltrpar\cf0\f4\fs35\lang1033\b\kerning1\dbch\af7\langfe2052{\listtext\pard\plain }\ilvl0\ls1 \fi0\li0\lin0\fi0\li0\lin0{\loch +Trademarks} +\par \pard\plain \s85\rtlch\af9\afs24\alang1081 \ltrch\lang1033\langfe2052\hich\af4\loch\sl276\slmult1\ql\widctlpar\hyphpar0\sb0\sa140\ltrpar\cf0\f4\fs24\lang1033\kerning1\dbch\af6\langfe2052\sl276\slmult1{\loch +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.} +\par \pard\plain \s85\rtlch\af9\afs24\alang1081 \ltrch\lang1033\langfe2052\hich\af4\loch\sl276\slmult1\ql\widctlpar\hyphpar0\sb0\sa140\ltrpar\cf0\f4\fs24\lang1033\kerning1\dbch\af6\langfe2052\sl276\slmult1\loch + +\par \pard\plain \s85\rtlch\af9\afs24\alang1081 \ltrch\lang1033\langfe2052\hich\af4\loch\sl276\slmult1\ql\widctlpar\hyphpar0\sb0\sa140\ltrpar\cf0\f4\fs24\lang1033\kerning1\dbch\af6\langfe2052\sl276\slmult1\loch + +\par \pard\plain \s1\rtlch\af9\afs36\alang1081\ab0 \ltrch\lang1033\langfe2052\hich\af4\loch\ql\widctlpar\hyphpar0\sb240\sa120\keepn\ltrpar\cf0\f4\fs35\lang1033\b\kerning1\dbch\af7\langfe2052{\listtext\pard\plain }\ilvl0\ls1 \fi0\li0\lin0\fi0\li0\lin0{\loch +Disclaimer of Warranty} +\par \pard\plain \s85\rtlch\af9\afs24\alang1081 \ltrch\lang1033\langfe2052\hich\af4\loch\sl276\slmult1\ql\widctlpar\hyphpar0\sb0\sa140\ltrpar\cf0\f4\fs24\lang1033\kerning1\dbch\af6\langfe2052\sl276\slmult1{\loch +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.} +\par \pard\plain \s1\rtlch\af9\afs36\alang1081\ab0 \ltrch\lang1033\langfe2052\hich\af4\loch\ql\widctlpar\hyphpar0\sb240\sa120\keepn\ltrpar\cf0\f4\fs35\lang1033\b\kerning1\dbch\af7\langfe2052\pagebb{\listtext\pard\plain }\ilvl0\ls1 \fi0\li0\lin0\fi0\li0\lin0{\loch +Limitation of Liability} +\par \pard\plain \s85\rtlch\af9\afs24\alang1081 \ltrch\lang1033\langfe2052\hich\af4\loch\sl276\slmult1\ql\widctlpar\hyphpar0\sb0\sa140\ltrpar\cf0\f4\fs24\lang1033\kerning1\dbch\af6\langfe2052\sl276\slmult1{\loch +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.} +\par \pard\plain \s85\rtlch\af9\afs24\alang1081 \ltrch\lang1033\langfe2052\hich\af4\loch\sl276\slmult1\ql\widctlpar\hyphpar0\sb0\sa140\ltrpar\cf0\f4\fs24\lang1033\kerning1\dbch\af6\langfe2052\sl276\slmult1\loch + +\par \pard\plain \s85\rtlch\af9\afs24\alang1081 \ltrch\lang1033\langfe2052\hich\af4\loch\sl276\slmult1\ql\widctlpar\hyphpar0\sb0\sa140\ltrpar\cf0\f4\fs24\lang1033\kerning1\dbch\af6\langfe2052\sl276\slmult1\loch + +\par \pard\plain \s1\rtlch\af9\afs36\alang1081\ab0 \ltrch\lang1033\langfe2052\hich\af4\loch\ql\widctlpar\hyphpar0\sb240\sa120\keepn\ltrpar\cf0\f4\fs35\lang1033\b\kerning1\dbch\af7\langfe2052{\listtext\pard\plain }\ilvl0\ls1 \fi0\li0\lin0\fi0\li0\lin0{\loch +Accepting Warranty or Additional Liability} +\par \pard\plain \s85\rtlch\af9\afs24\alang1081 \ltrch\lang1033\langfe2052\hich\af4\loch\sl276\slmult1\ql\widctlpar\hyphpar0\sb0\sa140\ltrpar\cf0\f4\fs24\lang1033\kerning1\dbch\af6\langfe2052\sl276\slmult1\sb0\sa140{\loch +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.} +\par } \ No newline at end of file diff --git a/src/licenses/LICENSE_en.pdf b/src/licenses/LICENSE_en.pdf new file mode 100644 index 0000000..f969d71 Binary files /dev/null and b/src/licenses/LICENSE_en.pdf differ diff --git a/src/licenses/deb-copyright b/src/licenses/deb-copyright new file mode 100644 index 0000000..7f76c5e --- /dev/null +++ b/src/licenses/deb-copyright @@ -0,0 +1,14 @@ +Files: * +Copyright: 2023 (Holloway) Chew, Kean Ho +License: Apache-2.0 + 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.