about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authoradmins <admins@tilde.institute>2020-05-06 01:36:03 -0400
committeradmins <admins@tilde.institute>2020-05-06 01:36:03 -0400
commit1585097cee131d6325bc02f4d2c4f9ad4ce0f7a7 (patch)
tree69183f464e727792777b9300e39ba2d59fe4bdd4
parent8d04428957a3cf54a2bcb205dafb2660c655d12a (diff)
downloadadmin-1585097cee131d6325bc02f4d2c4f9ad4ce0f7a7.tar.gz
updated readme
-rw-r--r--LICENSE15
-rw-r--r--README.md8
2 files changed, 2 insertions, 21 deletions
diff --git a/LICENSE b/LICENSE
deleted file mode 100644
index a50583d..0000000
--- a/LICENSE
+++ /dev/null
@@ -1,15 +0,0 @@
-/*
- * Copyright (c) 2019 Ben Morrison <ben@gbmor.dev>
- *
- * Permission to use, copy, modify, and 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.
- */
diff --git a/README.md b/README.md
index d96ccbc..0717b04 100644
--- a/README.md
+++ b/README.md
@@ -5,15 +5,11 @@ Scripts that make [tilde.institute](https://tilde.institute) work.
 Includes new user creation
 and other miscellaneous tasks, such as various monitoring scripts.  
 
-The scripts are a mixture of both `Bash` and `Python`  
-
-Everything was written by me, except for the following, which were *not* written by me:
-  * `bin/showwhoison` (written by Kneezle, the co-administrator who joined the project in March 2019)
+The scripts are written by gbmor, except for the following, which were *not*, but may have been committed to the repo by gbmor:
+  * `bin/showwhoison` (written by Kneezle)
   * `bin/newmail.sh` (Kneezle)
   * `bin/newuseralert.py` (Kneezle)
   * `bin/newuseralertv3.py` (Kneezle)
   * `bin/toot.py` (written by Ben Harris of [tilde.team](https://tilde.team))
 
 `bin/makeuser` is originally based on [tilde.team](https://tilde.team)'s, but has been extended and modified so much it bears very little resemblance to the original.
-
-The source code for `instistats` (`tilde.json` generator) is at [`github.com/gbmor/instistats`](https://github.com/gbmor/instistats).