Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions COPYRIGHT
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Copyright (C) 2026 Mark Pro

The `dig` source code and repository contents are copyright Mark Pro and
contributors, unless otherwise noted.

`dig` is licensed under the GNU General Public License, version 3 or, at your
option, any later version. See the LICENSE file for the full license text.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "dig"
version = "0.0.1"
edition = "2024"
license = "GPL-3.0-or-later"

[dependencies]
clap = { version = "4.6.0", features = ["derive"] }
Expand Down
Loading