From 7561484d25137b35a642f40968ad1c7defe8a96e Mon Sep 17 00:00:00 2001 From: timmypidashev Date: Fri, 3 Nov 2023 17:35:07 -0700 Subject: [PATCH] Upload AUTHORS,LICENSE,README,version.toml --- AUTHORS | 8 ++++++++ LICENSE | 19 +++++++++++++++++++ README | 1 + version.toml | 9 +++++++++ 4 files changed, 37 insertions(+) create mode 100644 AUTHORS create mode 100644 LICENSE create mode 100644 README create mode 100644 version.toml diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 0000000..c30b9b5 --- /dev/null +++ b/AUTHORS @@ -0,0 +1,8 @@ +# This is the list of FHCC this repositories significant contributors. +# +# This does not necessarily list everyone who has contributed code, +# especially since most of the code is written in the many packages +# this repository relies on. This list only shows the direct +# code contributions that make this project tick, not its dependencies! + +Timothy Pidashev (timmypidashev) diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..9cf1062 --- /dev/null +++ b/LICENSE @@ -0,0 +1,19 @@ +MIT License + +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 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/README b/README new file mode 100644 index 0000000..51eb804 --- /dev/null +++ b/README @@ -0,0 +1 @@ +A porfolio website and blog! diff --git a/version.toml b/version.toml new file mode 100644 index 0000000..664e8d0 --- /dev/null +++ b/version.toml @@ -0,0 +1,9 @@ +# The following version number is incremented whenever +#a local package or service in this repository recieves a version bump! + +[global] +version = "1.0.1" + +[containers] + +[packages]