├── LICENSE.txt └── README.md /LICENSE.txt: -------------------------------------------------------------------------------- 1 | DO WHAT THE FUCK YOU WANT TO EXCEPT USE NFTS PUBLIC LICENSE 2 | Version 1, October 2021 3 | 4 | Copyright (C) 2021 Robin Universe 5 | 6 | Everyone is permitted to copy and distribute verbatim or modified 7 | copies of this license document, and changing it is allowed as long 8 | as the name is changed. 9 | 10 | You may not use this work to create, distribute, or otherwise work 11 | with NFTs ( Non-Fungible Tokens ) in any way whatsoever 12 | 13 | DO WHAT THE FUCK YOU WANT TO EXCEPT USE NFTS PUBLIC LICENSE 14 | TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 15 | 16 | 0. You just DO WHAT THE FUCK YOU WANT TO. 17 | 18 | 1. You DON'T DESTROY THE WORLD 19 | 20 | 2. You DON'T USE NFTs 21 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | ``` 2 | DO WHAT THE FUCK YOU WANT TO EXCEPT USE NFTS PUBLIC LICENSE 3 | Version 1, October 2021 4 | 5 | Copyright (C) 2021 Robin Universe 6 | 7 | Everyone is permitted to copy and distribute verbatim or modified 8 | copies of this license document, and changing it is allowed as long 9 | as the name is changed. 10 | 11 | You may not use this work to create, distribute, or otherwise work 12 | with NFTs ( Non-Fungible Tokens ) in any way whatsoever 13 | 14 | DO WHAT THE FUCK YOU WANT TO EXCEPT USE NFTS PUBLIC LICENSE 15 | TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 16 | 17 | 0. You just DO WHAT THE FUCK YOU WANT TO. 18 | 19 | 1. You DON'T DESTROY THE WORLD 20 | 21 | 2. You DON'T USE NFTs 22 | 23 | ``` 24 | 25 | NO FUCK OFF 26 | --------------------------------------------------------------------------------