Skip to content

Commit

Permalink
Fix license declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
brglng committed Aug 26, 2024
1 parent d73c95c commit 973cede
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "bfind"
edition = "2021"
version = "0.0.1"
version = "0.0.2"
authors = ["Zhaosheng Pan <zhaosheng.pan@sololand.moe"]
description = "A GNU find-like tool, but uses breadth-first search instead of depth-first search"
license-file = "LICENSE"
Expand Down
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,3 @@ $ bfind . exec cat '{fullpath}' -- name glob 'foo*.txt'

- Design a simple and powerful command line syntax.
- Implement the command line interface.

## License

GNU LGPL v3

0 comments on commit 973cede

Please # to comment.