diff --git a/LICENSE b/LICENSE index 5cc91c6..c28ad5d 100644 --- a/LICENSE +++ b/LICENSE @@ -3,5 +3,5 @@ 3. Contribution terms: Contributions must be made in good faith. 4. Reverse engineering is permitted under the same terms as the source code usage. 5. Derived source code must include these restrictions and may include additional ones. - -If you disagree, refrain from using this software. By using it, you assume all associated risks, as the software comes with no warranty. Plus, don't use my name without permission. +6. Don't use the authors name without his previous written permission. +If you disagree, refrain from using this software. By using it, you assume all associated risks, as the software comes with no warranty. diff --git a/README.md b/README.md index 304f09b..a9fa197 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ make all # or -o src/xd src/xd.c ### Local 1. Run: ``` -make local-install +make install-local ``` 2. Done. ### Global @@ -38,15 +38,7 @@ man xd ## Author xd is created and maintained by Arthur de Souza Manske. For any inquiries or feedback, contact [usr.asm@pm.me](mailto:usr.asm@pm.me). - -## License -1. You are able to distribute this program freely, provided you credit the author and distribute it within the source code. -2. Usage terms: No warranty; No involvement in illegal activities or pornographic content. -3. Contribution terms: Contributions must be made in good faith. -4. Reverse engineering is permitted under the same terms as the source code usage. -5. Derived source code must include these restrictions and may include additional ones. - -If you disagree, refrain from using this software. By using it, you assume all associated risks, as the software comes with no warranty. Plus, don't use my name without permission. +Licensied under this [terms](LICENSE) ## Contributing -Contributions to XD are welcome! Feel free to submit bug reports, feature requests, or pull requests through the GitHub repository. Bloating options will be rejected; functionality that can be replaced with pipes or other resources is considered unnecessary. +Contributions to xd utility are welcome. But don't suggest bloated things; Such as functionalities that can be replied by other tools, like applying after a certain offset of the file. diff --git a/makefile b/makefile index b9313b8..def18dd 100644 --- a/makefile +++ b/makefile @@ -6,7 +6,7 @@ CFLAGS := -O0 -s -D_POSIX_C_SOURCE=200809L SRC = src OBJ = obj -.PHONY: clean objects +.PHONY: clean install install-local all .SUFFIXES: .SUFFIXES: .c diff --git a/man/xd.1 b/man/xd.1 index f42fd89..6ddfa0f 100644 --- a/man/xd.1 +++ b/man/xd.1 @@ -151,7 +151,10 @@ If I feel motivated I may correct the behavior described in \fBKNOWN BUGS\fR. .br 5. Derived source code must include these restrictions and may include additional ones. .br -If you disagree, refrain from using this software. By using it, you assume all associated risks, as the software comes with no warranty. Plus, don't use my name without permission. +6. Don't use the authors name without his previous written permission. +.br +If you disagree, refrain from using this software. By using it, you assume all associated risks, as the software comes with no warranty. + .SH SEE ALSO \fBdd\fR(1), \fBecho\fR(1), \fBhexdump\fR(1), \fBuuencode\fR(1), \fBuudecode\fR(1)