about summary refs log tree commit diff stats
path: root/yt/src/comments
diff options
context:
space:
mode:
Diffstat (limited to 'yt/src/comments')
-rw-r--r--yt/src/comments/comment.rs1
-rw-r--r--yt/src/comments/description.rs1
-rw-r--r--yt/src/comments/display.rs1
-rw-r--r--yt/src/comments/mod.rs1
-rw-r--r--yt/src/comments/output.rs1
5 files changed, 5 insertions, 0 deletions
diff --git a/yt/src/comments/comment.rs b/yt/src/comments/comment.rs
index c998cdb..6b8cf73 100644
--- a/yt/src/comments/comment.rs
+++ b/yt/src/comments/comment.rs
@@ -1,6 +1,7 @@
 // yt - A fully featured command line YouTube client
 //
 // Copyright (C) 2024 Benedikt Peetz <benedikt.peetz@b-peetz.de>
+// Copyright (C) 2025 Benedikt Peetz <benedikt.peetz@b-peetz.de>
 // SPDX-License-Identifier: GPL-3.0-or-later
 //
 // This file is part of Yt.
diff --git a/yt/src/comments/description.rs b/yt/src/comments/description.rs
index e743e46..d22a40f 100644
--- a/yt/src/comments/description.rs
+++ b/yt/src/comments/description.rs
@@ -1,6 +1,7 @@
 // yt - A fully featured command line YouTube client
 //
 // Copyright (C) 2024 Benedikt Peetz <benedikt.peetz@b-peetz.de>
+// Copyright (C) 2025 Benedikt Peetz <benedikt.peetz@b-peetz.de>
 // SPDX-License-Identifier: GPL-3.0-or-later
 //
 // This file is part of Yt.
diff --git a/yt/src/comments/display.rs b/yt/src/comments/display.rs
index 4d678bc..6166b2b 100644
--- a/yt/src/comments/display.rs
+++ b/yt/src/comments/display.rs
@@ -1,6 +1,7 @@
 // yt - A fully featured command line YouTube client
 //
 // Copyright (C) 2024 Benedikt Peetz <benedikt.peetz@b-peetz.de>
+// Copyright (C) 2025 Benedikt Peetz <benedikt.peetz@b-peetz.de>
 // SPDX-License-Identifier: GPL-3.0-or-later
 //
 // This file is part of Yt.
diff --git a/yt/src/comments/mod.rs b/yt/src/comments/mod.rs
index 1482f15..daecf8d 100644
--- a/yt/src/comments/mod.rs
+++ b/yt/src/comments/mod.rs
@@ -1,6 +1,7 @@
 // yt - A fully featured command line YouTube client
 //
 // Copyright (C) 2024 Benedikt Peetz <benedikt.peetz@b-peetz.de>
+// Copyright (C) 2025 Benedikt Peetz <benedikt.peetz@b-peetz.de>
 // SPDX-License-Identifier: GPL-3.0-or-later
 //
 // This file is part of Yt.
diff --git a/yt/src/comments/output.rs b/yt/src/comments/output.rs
index 9b3d684..cb3a9c4 100644
--- a/yt/src/comments/output.rs
+++ b/yt/src/comments/output.rs
@@ -1,6 +1,7 @@
 // yt - A fully featured command line YouTube client
 //
 // Copyright (C) 2024 Benedikt Peetz <benedikt.peetz@b-peetz.de>
+// Copyright (C) 2025 Benedikt Peetz <benedikt.peetz@b-peetz.de>
 // SPDX-License-Identifier: GPL-3.0-or-later
 //
 // This file is part of Yt.