From d8d3dad881e646b6af6d72ea4b647bac9ea978e3 Mon Sep 17 00:00:00 2001 From: go88livetoday Date: Fri, 16 Feb 2024 08:26:45 +0000 Subject: [PATCH] Initial commit --- .gitignore | 71 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ LICENSE | 49 +++++++++++++++++++++++++++++++++++++ README.md | 3 +++ 3 files changed, 123 insertions(+) create mode 100644 .gitignore create mode 100644 LICENSE create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0081324 --- /dev/null +++ b/.gitignore @@ -0,0 +1,71 @@ +# ---> Ada +# Object file +*.o + +# Ada Library Information +*.ali + +# ---> Actionscript +# Build and Release Folders +bin-debug/ +bin-release/ +[Oo]bj/ +[Bb]in/ + +# Other files and folders +.settings/ + +# Executables +*.swf +*.air +*.ipa +*.apk + +# 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. + +# ---> Anjuta +# Local configuration folder and symbol database +/.anjuta/ +/.anjuta_sym_db.db + +# ---> AppceleratorTitanium +# Build folder and log file +build/ +build.log + +# ---> Archives +# 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 +*.gzip +*.tgz +*.bzip +*.bzip2 +*.bz2 +*.xz +*.lzma +*.cab +*.xar + +# Packing-only formats +*.iso +*.tar + +# Package management formats +*.dmg +*.xpi +*.gem +*.egg +*.deb +*.rpm +*.msi +*.msm +*.msp +*.txz + diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..781ca0e --- /dev/null +++ b/LICENSE @@ -0,0 +1,49 @@ +Attribution Assurance License Copyright (c) 2002 by AUTHOR PROFESSIONAL IDENTIFICATION +* URL "PROMOTIONAL SLOGAN FOR AUTHOR'S PROFESSIONAL PRACTICE" + +All Rights Reserved ATTRIBUTION ASSURANCE LICENSE (adapted from the original +BSD license) + +Redistribution and use in source and binary forms, with or without modification, +are permitted provided that the conditions below are met. These conditions +require a modest attribution to (the "Author"), who hopes that its +promotional value may help justify the thousands of dollars in otherwise billable +time invested in writing this and other freely available, open-source software. + +1. Redistributions of source code, in whole or part and with or without modification +(the "Code"), must prominently display this GPG-signed text in verifiable +form. + +2. Redistributions of the Code in binary form must be accompanied by this +GPG-signed text in any documentation and, each time the resulting executable +program or a program dependent thereon is launched, a prominent display (e.g., +splash screen or banner text) of the Author's attribution information, which +includes: + + (a) Name ("AUTHOR"), + + (b) Professional identification ("PROFESSIONAL IDENTIFICATION"), and + + (c) URL ("URL"). + +3. Neither the name nor any trademark of the Author may be used to endorse +or promote products derived from this software without specific prior written +permission. + +4. Users are entirely responsible, to the exclusion of the Author and any +other persons, for compliance with (1) regulations set by owners or administrators +of employed equipment, (2) licensing terms of any other software, and (3) +local regulations regarding use, including those regarding import, export, +and use of encryption software. + +THIS FREE SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED +WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY +AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +AUTHOR OR ANY CONTRIBUTOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, +EFFECTS OF UNAUTHORIZED OR MALICIOUS NETWORK ACCESS; 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/README.md b/README.md new file mode 100644 index 0000000..878f412 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# go88livetoday + +Go88 - Là một cổng game đổi thưởng hàng đầu tại Việt Nam, Go88 thể hiện sự đáng tin cậy và chuyên nghiệp trong lĩnh vực cá cược. https://go88live.today/ \ No newline at end of file