diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 5b0e032f1..000000000 --- a/.travis.yml +++ /dev/null @@ -1,2 +0,0 @@ -language: rust -cache: cargo diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md deleted file mode 100644 index c4013ac13..000000000 --- a/CODE_OF_CONDUCT.md +++ /dev/null @@ -1,20 +0,0 @@ -A SERMON ON ETHICS AND LOVE -=========================== - -One day Mal-2 asked the messenger spirit Saint Gulik to approach the Goddess and request Her presence for some desperate advice. Shortly afterwards the radio came on by itself, and an ethereal female Voice said **YES?** - -"O! Eris! Blessed Mother of Man! Queen of Chaos! Daughter of Discord! Concubine of Confusion! O! Exquisite Lady, I beseech You to lift a heavy burden from my heart!" - -**WHAT BOTHERS YOU, MAL? YOU DON'T SOUND WELL.** - -"I am filled with fear and tormented with terrible visions of pain. Everywhere people are hurting one another, the planet is rampant with injustices, whole societies plunder groups of their own people, mothers imprison sons, children perish while brothers war. O, woe." - -**WHAT IS THE MATTER WITH THAT, IF IT IS WHAT YOU WANT TO DO?** - -"But nobody Wants it! Everybody hates it." - -**OH. WELL, THEN *STOP*.** - -At which moment She turned herself into an aspirin commercial and left The Polyfather stranded alone with his species. - -SINISTER DEXTER HAS A BROKEN SPIROMETER. diff --git a/.gitignore b/net/alcoholic_jwt/.gitignore similarity index 100% rename from .gitignore rename to net/alcoholic_jwt/.gitignore diff --git a/Cargo.toml b/net/alcoholic_jwt/Cargo.toml similarity index 100% rename from Cargo.toml rename to net/alcoholic_jwt/Cargo.toml diff --git a/LICENSE b/net/alcoholic_jwt/LICENSE similarity index 100% rename from LICENSE rename to net/alcoholic_jwt/LICENSE diff --git a/README.md b/net/alcoholic_jwt/README.md similarity index 100% rename from README.md rename to net/alcoholic_jwt/README.md diff --git a/src/lib.rs b/net/alcoholic_jwt/src/lib.rs similarity index 100% rename from src/lib.rs rename to net/alcoholic_jwt/src/lib.rs diff --git a/src/tests.rs b/net/alcoholic_jwt/src/tests.rs similarity index 100% rename from src/tests.rs rename to net/alcoholic_jwt/src/tests.rs