From fe1560738dc20aacfc86327f8907cbb9f0164c89 Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Sun, 2 Oct 2022 23:41:08 -0400 Subject: Add useless (?) license header. --- qdeduper/filescanner.cpp | 2 ++ qdeduper/filescanner.hpp | 2 ++ qdeduper/imageitem.cpp | 2 ++ qdeduper/imageitem.hpp | 2 ++ qdeduper/main.cpp | 2 ++ qdeduper/mingui.cpp | 2 ++ qdeduper/mingui.hpp | 2 ++ qdeduper/pathchooser.cpp | 2 ++ qdeduper/pathchooser.hpp | 2 ++ qdeduper/preferencedialog.cpp | 2 ++ qdeduper/preferencedialog.hpp | 2 ++ qdeduper/settings.cpp | 2 ++ qdeduper/settings.hpp | 2 ++ qdeduper/sigdb_qt.cpp | 2 ++ qdeduper/sigdb_qt.hpp | 2 ++ qdeduper/utilities.cpp | 2 ++ qdeduper/utilities.hpp | 2 ++ 17 files changed, 34 insertions(+) (limited to 'qdeduper') diff --git a/qdeduper/filescanner.cpp b/qdeduper/filescanner.cpp index 141cfbf..547e86a 100644 --- a/qdeduper/filescanner.cpp +++ b/qdeduper/filescanner.cpp @@ -1,3 +1,5 @@ +//Chris Xiong 2022 +//License: MPL-2.0 #include "filescanner.hpp" #include diff --git a/qdeduper/filescanner.hpp b/qdeduper/filescanner.hpp index 3df620e..3c09192 100644 --- a/qdeduper/filescanner.hpp +++ b/qdeduper/filescanner.hpp @@ -1,3 +1,5 @@ +//Chris Xiong 2022 +//License: MPL-2.0 #ifndef FILESCANNER_HPP #define FILESCANNER_HPP diff --git a/qdeduper/imageitem.cpp b/qdeduper/imageitem.cpp index ca470eb..b037df4 100644 --- a/qdeduper/imageitem.cpp +++ b/qdeduper/imageitem.cpp @@ -1,3 +1,5 @@ +//Chris Xiong 2022 +//License: MPL-2.0 #include "imageitem.hpp" #include diff --git a/qdeduper/imageitem.hpp b/qdeduper/imageitem.hpp index 66e4644..ec8e789 100644 --- a/qdeduper/imageitem.hpp +++ b/qdeduper/imageitem.hpp @@ -1,3 +1,5 @@ +//Chris Xiong 2022 +//License: MPL-2.0 #ifndef IMAGEITEM_HPP #define IMAGEITEM_HPP diff --git a/qdeduper/main.cpp b/qdeduper/main.cpp index 6edc144..d236821 100644 --- a/qdeduper/main.cpp +++ b/qdeduper/main.cpp @@ -1,3 +1,5 @@ +//Chris Xiong 2022 +//License: MPL-2.0 #include #include #include "mingui.hpp" diff --git a/qdeduper/mingui.cpp b/qdeduper/mingui.cpp index 22f8ccb..dd5bc22 100644 --- a/qdeduper/mingui.cpp +++ b/qdeduper/mingui.cpp @@ -1,3 +1,5 @@ +//Chris Xiong 2022 +//License: MPL-2.0 #include "mingui.hpp" #include "utilities.hpp" #include "imageitem.hpp" diff --git a/qdeduper/mingui.hpp b/qdeduper/mingui.hpp index 0fc191f..bfab939 100644 --- a/qdeduper/mingui.hpp +++ b/qdeduper/mingui.hpp @@ -1,3 +1,5 @@ +//Chris Xiong 2022 +//License: MPL-2.0 #ifndef MINGUI_HPP #define MINGUI_HPP diff --git a/qdeduper/pathchooser.cpp b/qdeduper/pathchooser.cpp index 75c829d..7b79562 100644 --- a/qdeduper/pathchooser.cpp +++ b/qdeduper/pathchooser.cpp @@ -1,3 +1,5 @@ +//Chris Xiong 2022 +//License: MPL-2.0 #include "pathchooser.hpp" #include diff --git a/qdeduper/pathchooser.hpp b/qdeduper/pathchooser.hpp index 07f9f51..3cafebe 100644 --- a/qdeduper/pathchooser.hpp +++ b/qdeduper/pathchooser.hpp @@ -1,3 +1,5 @@ +//Chris Xiong 2022 +//License: MPL-2.0 #ifndef PATHCHOOSER_HPP #define PATHCHOOSER_HPP diff --git a/qdeduper/preferencedialog.cpp b/qdeduper/preferencedialog.cpp index c1be65b..be16b6e 100644 --- a/qdeduper/preferencedialog.cpp +++ b/qdeduper/preferencedialog.cpp @@ -1,3 +1,5 @@ +//Chris Xiong 2022 +//License: MPL-2.0 #include #include diff --git a/qdeduper/preferencedialog.hpp b/qdeduper/preferencedialog.hpp index b8b2d15..14cf875 100644 --- a/qdeduper/preferencedialog.hpp +++ b/qdeduper/preferencedialog.hpp @@ -1,3 +1,5 @@ +//Chris Xiong 2022 +//License: MPL-2.0 #ifndef PREFERENCEDIALOG_HPP #define PREFERENCEDIALOG_HPP diff --git a/qdeduper/settings.cpp b/qdeduper/settings.cpp index e19cc56..a276ef5 100644 --- a/qdeduper/settings.cpp +++ b/qdeduper/settings.cpp @@ -1,3 +1,5 @@ +//Chris Xiong 2022 +//License: MPL-2.0 #include #include "settings.hpp" diff --git a/qdeduper/settings.hpp b/qdeduper/settings.hpp index 1ba75ee..0844de2 100644 --- a/qdeduper/settings.hpp +++ b/qdeduper/settings.hpp @@ -1,3 +1,5 @@ +//Chris Xiong 2022 +//License: MPL-2.0 #ifndef SETTINGS_HPP #define SETTINGS_HPP diff --git a/qdeduper/sigdb_qt.cpp b/qdeduper/sigdb_qt.cpp index a7f1680..6bfa642 100644 --- a/qdeduper/sigdb_qt.cpp +++ b/qdeduper/sigdb_qt.cpp @@ -1,3 +1,5 @@ +//Chris Xiong 2022 +//License: MPL-2.0 #include "sigdb_qt.hpp" #include "signature_db.hpp" diff --git a/qdeduper/sigdb_qt.hpp b/qdeduper/sigdb_qt.hpp index a1203be..eed349f 100644 --- a/qdeduper/sigdb_qt.hpp +++ b/qdeduper/sigdb_qt.hpp @@ -1,3 +1,5 @@ +//Chris Xiong 2022 +//License: MPL-2.0 #ifndef SIGDB_QT_HPP #define SIGDB_QT_HPP diff --git a/qdeduper/utilities.cpp b/qdeduper/utilities.cpp index f85e21e..02c4899 100644 --- a/qdeduper/utilities.cpp +++ b/qdeduper/utilities.cpp @@ -1,3 +1,5 @@ +//Chris Xiong 2022 +//License: MPL-2.0 #include "utilities.hpp" #include diff --git a/qdeduper/utilities.hpp b/qdeduper/utilities.hpp index a4f4f61..f2147f7 100644 --- a/qdeduper/utilities.hpp +++ b/qdeduper/utilities.hpp @@ -1,3 +1,5 @@ +//Chris Xiong 2022 +//License: MPL-2.0 #ifndef UTILITIES_HPP #define UTILITIES_HPP -- cgit v1.2.3