aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2021-03-27 10:49:22 -0600
committerMelody Horn <melody@boringcactus.com>2021-03-27 10:49:22 -0600
commitfaa323410fe3f70721213b74227aff2c21fa1073 (patch)
treefc58adcd8f59211b8738aa78a310baeba1df43d8
parent32ccd8d0540bbf9c10bc96a549767c6f7a087cb1 (diff)
downloadwebget-faa323410fe3f70721213b74227aff2c21fa1073.tar.gz
webget-faa323410fe3f70721213b74227aff2c21fa1073.zip
fill in project metadata
-rw-r--r--Cargo.toml11
-rw-r--r--LICENSE21
-rw-r--r--README.md18
3 files changed, 47 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 202c170..5c0c666 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,10 +1,15 @@
[package]
name = "webget"
version = "0.1.0"
-authors = ["Melody Horn <melody@boringcactus.com>"]
+authors = ["Melody Horn / boringcactus <melody@boringcactus.com>"]
edition = "2018"
-
-# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+description = "a wget-like file downloader"
+readme = "README.md"
+repository = "https://code.boringcactus.com/webget/"
+license = "LicenseRef-ACSL"
+license-file = "LICENSE"
+keywords = ["download", "wget"]
+categories = ["command-line-utilities"]
[dependencies]
anyhow = "1"
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..25bd9f1
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,21 @@
+ANTI-CAPITALIST SOFTWARE LICENSE (v 1.4)
+
+Copyright © 2021 Melody Horn
+
+This is anti-capitalist software, released for free use by individuals and organizations that do not operate by capitalist principles.
+
+Permission is hereby granted, free of charge, to any person or organization (the "User") obtaining a copy of this software and associated documentation files (the "Software"), to use, copy, modify, merge, distribute, and/or sell copies of the Software, subject to the following conditions:
+
+1. The above copyright notice and this permission notice shall be included in all copies or modified versions of the Software.
+
+2. The User is one of the following:
+a. An individual person, laboring for themselves
+b. A non-profit organization
+c. An educational institution
+d. An organization that seeks shared profit for all of its members, and allows non-members to set the cost of their labor
+
+3. If the User is an organization with owners, then all owners are workers and all workers are owners with equal equity and/or equal vote.
+
+4. If the User is an organization, then the User is not law enforcement or military, or working for or under either.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT EXPRESS OR IMPLIED WARRANTY OF ANY KIND, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS 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.md b/README.md
new file mode 100644
index 0000000..3db6844
--- /dev/null
+++ b/README.md
@@ -0,0 +1,18 @@
+# webget
+
+a wget-like file downloader
+
+## status
+
+there are no automated tests, so if this works, that's a pleasant coincidence.
+that said, i test manually, so it definitely works for me.
+
+## changelog
+
+### v0.1.0 - 2021-03-27
+
+- initial release
+
+## license
+
+Released under the [Anti-Capitalist Software License](https://anticapitalist.software).