Skip to content

Commit

Permalink
fix(license): fill placeholder in all license (#7)
Browse files Browse the repository at this point in the history
* fix(license): fill placeholder in all license

use internal module instead of "license" module

* chore(src): add TODO comment

* chore(src): move statement

* chore(src): Add &
  • Loading branch information
azu committed Jan 31, 2019
1 parent aa415a2 commit 4d9d8f8
Show file tree
Hide file tree
Showing 20 changed files with 4,008 additions and 159 deletions.
100 changes: 0 additions & 100 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,5 @@ include = [
"LICENSE"
]
[dependencies]
license = "0.7.2"
structopt = "0.2.14"
chrono = "0.4"
2 changes: 0 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
The MIT License (MIT)

Copyright (c) 2019 azu

Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ Install with [Cargo](https://crates.io/):
[LICENSE_TYPE]:
- AGPL
- Apache
- CC-BY
- CC-BY-NC
- CC-BY-NC-SA
- CC0
- GPL
- LGPL
Expand All @@ -24,6 +27,7 @@ Install with [Cargo](https://crates.io/):

Options:
--author input author name
--project input project name that is required by some license

## Support Licenses

Expand Down

0 comments on commit 4d9d8f8

Please sign in to comment.