Skip to content

Commit

Permalink
Updated LICENSE for a clearer communication, update README.md, makefi…
Browse files Browse the repository at this point in the history
…le and man/xd.1
  • Loading branch information
arthur-manske committed Apr 8, 2024
1 parent b6b49c8 commit 25badbb
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 15 deletions.
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -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.
14 changes: 3 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ make all # or <your_prefered_c_compiler> <your_c_flags> -o src/xd src/xd.c
### Local
1. Run:
```
make local-install
make install-local
```
2. Done.
### Global
Expand All @@ -38,15 +38,7 @@ man xd

## Author
xd is created and maintained by Arthur de Souza Manske. For any inquiries or feedback, contact [[email protected]](mailto:[email protected]).

## 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.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 4 additions & 1 deletion man/xd.1
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 25badbb

Please sign in to comment.