spacedentist / spr

Submit pull requests for individual, amendable, rebaseable commits to GitHub
https://getcord.github.io/spr/
MIT License
391 stars 41 forks source link

Prepare open-sourcing (add to README, some clean-up) #39

Closed sven-of-cord closed 2 years ago

sven-of-cord commented 2 years ago

This commit adds more text to the README. It also cleans up Cargo.toml just a little bit. And it adds license notices to the top of all source code files. Plus, I have run cargo upgrades and cargo update to update the dependencies.

Test Plan: code review and cargo check && cargo clippy

sven-of-cord commented 2 years ago

I generally dislike the style of putting a copyright header on every file, but it's probably the right thing to do.

I don't know if it's necessary or helpful. Facebook does that, I think, for all its open source project. Looking at a couple of Google projects, they do it, too. Eh...