From 9b67e988db5b8a9c3a87de0583edc52054c048bc Mon Sep 17 00:00:00 2001 From: sledgehammer999 Date: Wed, 6 Jan 2021 22:29:17 +0200 Subject: [PATCH] Correct copyright attribution These files were created and edited in their entirety in commit 8db4bde15d1c08916a4dd11820ec14df4317f902 As far as I can tell they were almost entirety rewritten from their original state. The old copyright attribution is restored and the new author is added too. --- src/gui/torrentoptionsdialog.cpp | 4 +++- src/gui/torrentoptionsdialog.h | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/gui/torrentoptionsdialog.cpp b/src/gui/torrentoptionsdialog.cpp index 335cf3987..8df318ef7 100644 --- a/src/gui/torrentoptionsdialog.cpp +++ b/src/gui/torrentoptionsdialog.cpp @@ -1,6 +1,8 @@ /* * Bittorrent Client using Qt and libtorrent. - * Copyright (C) 2006 Christophe Dumez + * Copyright (C) 2020 thalieht + * Copyright (C) 2011 Christian Kandeler + * Copyright (C) 2011 Christophe Dumez * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/gui/torrentoptionsdialog.h b/src/gui/torrentoptionsdialog.h index 728b271c1..94528d905 100644 --- a/src/gui/torrentoptionsdialog.h +++ b/src/gui/torrentoptionsdialog.h @@ -1,6 +1,8 @@ /* * Bittorrent Client using Qt and libtorrent. - * Copyright (C) 2006 Christophe Dumez + * Copyright (C) 2020 thalieht + * Copyright (C) 2011 Christian Kandeler + * Copyright (C) 2011 Christophe Dumez * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License