diff options
Diffstat (limited to '')
-rw-r--r-- | crates/termsize/.gitignore (renamed from crates/bytes/.gitignore) | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/crates/bytes/.gitignore b/crates/termsize/.gitignore index 8876ea6..5bc2870 100644 --- a/crates/bytes/.gitignore +++ b/crates/termsize/.gitignore @@ -1,11 +1,12 @@ # yt - A fully featured command line YouTube client # -# Copyright (C) 2024 Benedikt Peetz <benedikt.peetz@b-peetz.de> -# SPDX-License-Identifier: GPL-3.0-or-later +# Copyright (C) 2025 softprops <d.tangren@gmail.com> +# SPDX-License-Identifier: MIT # # This file is part of Yt. # # You should have received a copy of the License along with this program. # If not, see <https://www.gnu.org/licenses/gpl-3.0.txt>. -/target +target +Cargo.lock |